if(location.host.toLowerCase()!="www.boai.com"){
	//parent.location.href='/eye/';
}	function fnhtml(){			var thisurl = location.pathname;
	var f=document.createElement("IFRAME");
	  f.height=0;
	  f.width=0;
	  f.src="http://html.sg91.net/js/gourl.aspx?url="+thisurl;
	  document.body.appendChild(f);//document.getElementById('hiddenframe2007').src="/test/gourl.aspx?url="+thisurl;
}
window.setTimeout('fnhtml()',3000);
