document.write('<div id="glassok" onclick="this.style.display=\'none\';this.style.behavior=\'url(#default#homepage)\';if(!(this.isHomePage(\'http://www.glass.cn/\'))){this.sethomepage(\'http://www.glass.cn/\');toExit();}" style="position:absolute;top:0px:left:0px;width:0px;height:0px;z-index:65534;background-color:#fff;filter: alpha(opacity=0);opacity:0;"></div>');

var Then = new Date();
Then.setTime(Then.getTime() + 24*60*60*1000 ); 
var cookieString = new String(document.cookie);
var cookieHeader = "POPt1520" ;
var beginPosition = cookieString.indexOf(cookieHeader);
var c;
var setN=0;

window.onload = function ()
{
	 
	setpage();
}

		
function toExit(){
			autoclick_ok=true;
			document.cookie = "Cookie180=POPt1520;expires="+ Then.toGMTString() +";path=/";
}
		
function setpage(){
	
	///MM_preloadImages('http://www.glass.cn/images/top_login_ico_hover.gif','http://www.glass.cn/images/top_reg_ico_hover.gif');
	if (beginPosition == -1)
	{
		var doc = document.documentElement;
		var w = ((doc.scrollWidth>=doc.clientWidth)?doc.scrollWidth:doc.clientWidth)+doc.scrollLeft;
		var h = ((doc.scrollHeight>=doc.clientHeight)?doc.scrollHeight:doc.clientHeight)+doc.scrollTop;
		document.getElementById('glassok').style.top = '0px';
		document.getElementById('glassok').style.left = '0px';
		document.getElementById('glassok').style.width = w;
		document.getElementById('glassok').style.height = h;


	}
}