document.writeln("<SCRIPT FOR='EccoolAd' EVENT='fscommand()' LANGUAGE='javascript'>");
document.writeln("AdLayer1.style.visibility='hidden';");
document.writeln("AdLayer2.style.visibility='hidden';");
document.writeln("</script>");
document.writeln("<script>");
document.writeln("function initEcAd() {");
document.writeln("document.all.AdLayer1.style.posTop = -200;");
document.writeln("document.all.AdLayer1.style.visibility = 'visible'");
document.writeln("document.all.AdLayer2.style.posTop = -200;");
document.writeln("document.all.AdLayer2.style.visibility = 'visible'");
document.writeln("MoveLeftLayer('AdLayer1');");
document.writeln("MoveRightLayer('AdLayer2');");
document.writeln("}");
document.writeln("function MoveLeftLayer(layerName) {");
document.writeln("var x = 10;");
document.writeln("var y = 110;");
document.writeln("var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40;");
document.writeln("var y = document.body.scrollTop + y - diff;");
document.writeln("eval(\"document.all.\" + layerName + \".style.posTop = y\");");
document.writeln("eval(\"document.all.\" + layerName + \".style.posLeft = x\");");
document.writeln("setTimeout(\"MoveLeftLayer('AdLayer1');\", 20);");
document.writeln("}");
document.writeln("function MoveRightLayer(layerName) {");
document.writeln("var x = 10;");
document.writeln("var y = 110;");
document.writeln("var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;");
document.writeln("var y = document.body.scrollTop + y - diff;");
document.writeln("eval(\"document.all.\" + layerName + \".style.posTop = y\");");
document.writeln("eval(\"document.all.\" + layerName + \".style.posRight = x\");");
document.writeln("setTimeout(\"MoveRightLayer('AdLayer2');\", 20);");
document.writeln("}");
document.writeln("document.write(\"<div id=AdLayer1 style='position: absolute;visibility:hidden;z-index:1'><a href=http://www.#.com target=_blank><img src='comimg/dlgg.jpg' WIDTH=100 border=0 id=dl></a></div>\"");
document.writeln(" +\"<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><a href=http://www.#.com target=_blank><img src='comimg/dlgg.jpg' WIDTH=100 border=0 id=dl></a></div>\");");
document.writeln("initEcAd()");
document.writeln("</script>");

