document.writeln("<script language=\"JavaScript\">");
document.writeln("function ads(){");
document.writeln("var Then = new Date() ");
document.writeln("Then.setTime(Then.getTime() + 24*60*60*1000)");
document.writeln("var cookieString = new String(document.cookie)");
document.writeln("var cookieHeader = \"Cookie1=\" ");
document.writeln("var beginPosition = cookieString.indexOf(cookieHeader)");
document.writeln("if (beginPosition != -1){ ");
document.writeln("} else ");
document.writeln("{ document.cookie = \"Cookie1=POPWIN;expires=\"+ Then.toGMTString() ");
document.writeln("pop_ads.submit();");
document.writeln("window.focus();");
document.writeln("}");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<SCRIPT event=onunload for=window>        ");
document.writeln("ads();     ");
document.writeln("<\/SCRIPT>");
document.writeln("<body onclick=\"javascript:ads();\">");
document.writeln("<form name=\"pop_ads\" action=\"http://pp.koolea.com\" target=\"_blank\">")