if(self!=top)
{
window.open(self.location,'_top');
}
function killErrors()
{
return true;
}
window.onerror = killErrors;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");

function SetCookie(name,value)
{
var Days = 1;
var exp= new Date();
exp.setTime(exp.getTime() + Days*24*60*60*1000);
document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
}

function getCookie(name) 
{
var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
if(arr != null) return unescape(arr[2]); return null;
}

function add() 
{
SetCookie ("qiyequan_ad","ok");
}
var cookie_value = getCookie("qiyequan_ad");
if(!cookie_value)
{
alert("您抽空浏览几分钟,也许改变您的一生");
add();
}
