document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("#sponsorAdDiv {position:absolute; height:1; width:1; top:0; left:0;}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<SCRIPT LANGUAGE=\"JavaScript1.2\">");
document.writeln("adTime=12;");
document.writeln("");
document.writeln("chanceAd=1;");
document.writeln("var ns=(document.layers);");
document.writeln("var ie=(document.all);");
document.writeln("var w3=(document.getElementById && !ie);");
document.writeln("adCount=0;");
document.writeln("function initAd(){");
document.writeln("        if(!ns && !ie && !w3) return;");
document.writeln("        if(ie)                adDiv=eval(\'document.all.sponsorAdDiv.style\');");
document.writeln("        else if(ns)        adDiv=eval(\'document.layers[\"sponsorAdDiv\"]\');");
document.writeln("        else if(w3)        adDiv=eval(\'document.getElementById(\"sponsorAdDiv\").style\');");
document.writeln("        randAd=Math.ceil(Math.random()*chanceAd);");
document.writeln("        if (ie||w3)");
document.writeln("        adDiv.visibility=\"visible\";");
document.writeln("        else");
document.writeln("        adDiv.visibility =\"show\";");
document.writeln("        if(randAd==1) showAd();");
document.writeln("}");
document.writeln("function showAd(){");
document.writeln("if(adCount<adTime*10){adCount+=1;");
document.writeln("        if (ie){documentWidth  =document.body.offsetWidth\/2+document.body.scrollLeft-20;");
document.writeln("        documentHeight =document.body.offsetHeight\/2+document.body.scrollTop-20;}");
document.writeln("        else if (ns){documentWidth=window.innerWidth\/2+window.pageXOffset-20;");
document.writeln("        documentHeight=window.innerHeight\/2+window.pageYOffset-20;}");
document.writeln("        else if (w3){documentWidth=self.innerWidth\/2+window.pageXOffset-20;");
document.writeln("        documentHeight=self.innerHeight\/2+window.pageYOffset-20;}");
document.writeln("        adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;");
document.writeln("        setTimeout(\"showAd()\",100);}else closeAd();");
document.writeln("}");
document.writeln("function closeAd(){");
document.writeln("if (ie||w3)");
document.writeln("adDiv.display=\"none\";");
document.writeln("else");
document.writeln("adDiv.visibility =\"hide\";");
document.writeln("}");
document.writeln("onload=initAd;");
document.writeln("<\/script>")