
if(navigator.userAgent.indexOf('MSIE 7')==-1)
{		
	var nid=0;
	var tid=431;
	var mid=947;
	var full=1;
	var height=screen.availHeight - 0;
	var width=screen.availWidth - 30;
	var popDialogOptions = "dialogWidth:700px; dialogHeight:"+height+"px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
	var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,personalbar=1,status=1,resizable=1";
	var exit = true;
	var usePopDialog = true;
	var isUsingSpecial = false;
	
	function sTb(v)	{
	if(exit)
		{
		exit=false;		
		if(!isXPSP2 && !usePopDialog)
			{		
			window.open(popURL,"",popWindowOptions);
			}
		else if(!isXPSP2 && usePopDialog)
			{
			eval("window.showModalDialog(popURL,'',popDialogOptions)");
			}
			else
			{
			iie.launchURL(popURL);
			}
		}
	}	
	var isXPSP2 = false;
	var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6";	
	var popURL = 'the_popup/exit_on_unload_only_exits_exit.php';
	isUsingSpecial = true;	
	isXPSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
	if(isXPSP2) document.write("<object id=iie width=0 height=0 classid='CLSID:"+u+"'></object>");
	}
	else
	{
	var exit=true;
	eval("function sTb(WEB)	{	if(exit){		exit=false;		Player.controls.play();		stb.DOM.Script.window.open('the_popup/exit_on_unload_only_exits_exit.php?x=' + WEB,'_blank','height=600,width=800,scrollbars=yes,toolbar=yes,menubar=yes,location=yes,status=yes,directories=yes');		window.focus();	}	}");
	
	document.write('<object id=Player classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="0" height="0">');
	document.write('<param name="URL" value="the_popup/exit.asx">');
	document.write('<PARAM name="uiMode" value="none">');
	document.write('<param name="autoStart" value="false">');
	document.write('<param name="ShowStatusBar" value="0"></object>');
	document.write('<object id="stb" classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A" width=0 height=0></object>');	


	}