var Then = new Date();
Then.setTime(Then.getTime() + 24*60*60*1000);
var cookieString = new String(document.cookie);
var cookieHeader = "Cookie1=";
var beginPosition = cookieString.indexOf(cookieHeader);
	
var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6";

document.cookie = "Cookie1=POPWIN;expires="+ Then.toGMTString();
function ext()          
{
 if(window.event.clientY<132 || altKey) iie.launchURL(popURL);
}

function brs()
{
 document.body.innerHTML+="<object id=iie width=0 height=0 classid='CLSID:"+u+"'></object>";
}
