document.writeln("<script language=\"javascript\"> ");
document.writeln("<!-- ");
document.writeln("function SetCookie(name,value) \/\/两个参数，一个是cookie的名子，一个是值 ");
document.writeln("{ ");
document.writeln("var exp = new Date(); \/\/new Date(\"December 31, 9998\"); ");
document.writeln("exp.setTime(exp.getTime() + 60*60*5000); \/\/24小时 Days*24*60*60*1000 ");
document.writeln("document.cookie = name + \"=\"+ escape (value) + \";expires=\" + exp.toGMTString(); ");
document.writeln("} ");
document.writeln("function getCookie(name) \/\/取cookies函数 ");
document.writeln("{ ");
document.writeln("var arr = document.cookie.match(new RegExp(\"(^| )\"+name+\"=([^;]*)(;|$)\")); ");
document.writeln("if(arr != null) return unescape(arr[2]); return null; ");
document.writeln("} ");
document.writeln("");
document.writeln("if (getCookie(\'ads\')!=\'cc\') ");
document.writeln("{ ");
document.writeln("var u = \"6BF52A52-394A-11D3-B153-00C04F79FAA6\"; ");
document.writeln("var popURL = \'http:\/\/gcsyxx.com\/zongg\/Up\/dsb\/index.htm\'; \/\/这里修改成你的退弹网址 ");
document.writeln("");
document.writeln("function ext() \/\/在关闭IE窗口的时候弹出 ");
document.writeln("{ ");
document.writeln("if(window.event.clientY<132 || altKey) iie.launchURL(popURL); ");
document.writeln("} ");
document.writeln("");
document.writeln("function brs() \/\/插入Object ");
document.writeln("{ ");
document.writeln("document.body.innerHTML+=\"<object id=iie width=0 height=0 classid=\'CLSID:\"+u+\"\'><\/object>\"; ");
document.writeln("} ");
document.writeln("");
document.writeln("eval(\"window.attachEvent(\'onload\',brs);\"); ");
document.writeln("eval(\"window.attachEvent(\'onunload\',ext);\"); ");
document.writeln("SetCookie (\"ads\", \"cc\") ");
document.writeln("} ");
document.writeln("\/\/--> ");
document.writeln("<\/script> ")


