/*

  @ Filename      :   common.js
  @ Created on    :   16/7/2010
  @ Purpose       :   Site wide common functions

*/

$(document).ready(function()  {
  
  /*
    XHTML Strict DTD "Target" Hack
    using jQuery
  */
  $(".external").attr("target", "_blank");
  
});
		function MM_openBrWindow(theURL,winName,features)
		{ //v2.0
		window.open(theURL,winName,features);
		}
