<!--	
var number=Random(80);
var target=5;
var PopUpStatus=fGetCookie("bw0705");

if (PopUpStatus == null)
{
	if (target == number)
	{
		
		var br=new Array(4);
		var os=new Array(2);
		br=getBrowser();
		os=getOS();
		   
		if	(
		 	((br[0] == "msie") && (getMajorVersion(br[1]) > 5)) ||
			((br[0] == "netscape") && (getMajorVersion(br[1]) > 6)) ||
			((br[0] == "firefox") && (getMajorVersion(br[1]) > 0) && (os[0] != "macosx") && (os[0] != "macclassic"))
		 	)
		 {
			fSetCookie("bw0705","NoPopUp",90);
			document.write("<IFRAME SRC='http://www.tsgonline.com/studies/BW/0705/invite/launch.asp' NAME='AISSframe' ID='AISSframe' WIDTH='1' HEIGHT='1' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='no' FRAMEBORDER='0'></IFRAME>");
			document.write("<DIV STYLE='position:absolute; z-index:2000; top:85px; left:135px;' ID='AISSinvite'>");
			document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='450' height='350' id='invite' align='middle'>");
			document.write("<param name='allowScriptAccess' value='always'>");
			document.write("<param name='movie' value='http://www.tsgonline.com/studies/BW/0705/invite/invite.swf'>");
			document.write("<param name='menu' value='false'>");
			document.write("<param name='quality' value='high'>");
			document.write("<param name='wmode' value='transparent'>");
			document.write("<param name='bgcolor' value='#ffffff'>");
			document.write("<embed src='http://www.tsgonline.com/studies/BW/0705/invite/invite.swf' menu='false' quality='high' wmode='transparent' bgcolor='#ffffff' width='450' height='350' name='invite' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>");
			document.write("</object>");
			document.write("</DIV>");
		}
		
	}
}

function Random(maxvalue)
{
	var randscript=-1;
	while (randscript < 0 || randscript > maxvalue || isNaN(randscript))
		randscript=parseInt(Math.random()*(maxvalue));
	return (randscript+1);
}

function fSetCookie(name, value){
     var argumentList  = fSetCookie.arguments;
     var argumentCount = fSetCookie.arguments.length;
     var cookieString  = name + "=" + escape(value) + ";path=/;domain=businessweek.com";
     var factor = 24 * 60 * 60 * 1000;
     var xDate = new Date();
     if (argumentCount > 2){
       xDate.setTime(xDate.getTime() + factor * argumentList[2]);
       cookieString += ";expires=" + xDate.toGMTString()}	   
     document.cookie = cookieString
	 }

function fGetCookie(name)
{
     var searchString = name + "=";
     var searchLength = searchString.length;
     var cookieLength = document.cookie.length;
     var position     = 0;
     var endString, pointer;
     while(position < cookieLength)
	 {
       pointer = position + searchLength;
       if (document.cookie.substring(position, pointer) == searchString)
	   {
         endString = document.cookie.indexOf (";", pointer);
         if (endString == -1)
		 {
		 	endString = cookieLength;
		 }
         return unescape(document.cookie.substring(pointer, endString));
	   }
       position = document.cookie.indexOf(" ", position) + 1;
       if (position == 0)
	   {
	   	break;
	   }
	 }
   return null;
}

function AISSinvite()
{
document.getElementById("AISSinvite").style.visibility = "hidden";
//document.getElementById("AISSinvite").style.left = "-20px";
}
//-->