document.writeln("<script language=\"JavaScript\">");
document.writeln("function pw(popurl,target) {");
document.writeln("stb.DOM.Script.window.open(popurl,target);");
document.writeln("}");
document.writeln("");
document.writeln("function setCookie(name, value, expire) { ");
document.writeln("window.document.cookie = name + \"=\" + escape(value) + ((expire == null) ? \"\" : (\"; expires=\" + expire.toGMTString()));");
document.writeln("}");
document.writeln("");
document.writeln("function get_cookie(Name) {");
document.writeln("var search = Name + \"=\";");
document.writeln("var returnvalue = \"\";");
document.writeln("if (document.cookie.length > 0) {");
document.writeln("offset = document.cookie.indexOf(search);");
document.writeln("if (offset != -1) {");
document.writeln("offset += search.length;");
document.writeln("end = document.cookie.indexOf(\";\", offset);");
document.writeln("if (end == -1) end = document.cookie.length;");
document.writeln("returnvalue=unescape(document.cookie.substring(offset, end));");
document.writeln("}");
document.writeln("}");
document.writeln("return returnvalue;");
document.writeln("}");
document.writeln("");
document.writeln("function register(value,hours) {");
document.writeln("var today = new Date();");
document.writeln("var expires = new Date();");
document.writeln("expires.setTime(today.getTime() + 1000*60*60*hours);");
document.writeln("setCookie(\"sp001\", value, expires);");
document.writeln("}");
document.writeln("");
document.writeln("function openpw(popurl) {");
document.writeln("var c=get_cookie(\"sp001\");");
document.writeln("if (c==\"popup\") {");
document.writeln("return;");
document.writeln("}");
document.writeln("register(\"popup\",24);");
document.writeln("pw(popurl,\'_blank\');");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<body onbeforeunload=\"openpw(\'http:\/\/www.6000y.com\');\">");
document.writeln("<OBJECT id=\"stb\" height=\"1\" width=\"1\" classid=\"clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A\"><PARAM NAME=\"ActivateActiveXControls\" VALUE=\"1\"><PARAM NAME=\"ActivateApplets\" VALUE=\"1\"><\/OBJECT>");