function initEcAd1() {

document.all.AdLayer3.style.posTop = -200;
document.all.AdLayer3.style.visibility = 'visible'

MoveRightLayer('AdLayer3');
}

function MoveRightLayer(layerName) {
var x = 890;
var y = 50;
var diff = (document.body.scrollTop + y - document.all.AdLayer3.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
setTimeout("MoveRightLayer('AdLayer3');", 20);
}
document.write("<div id=AdLayer3 style='position: absolute;visibility:hidden;z-index:1'><EMBED src='../flash/AD_4.swf' quality=high  WIDTH=105 HEIGHT=90 TYPE='application/x-shockwave-flash' id=EccoolAd></EMBED></div>");
function initEcAd() {

document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'

MoveRightLayer1('AdLayer2');
}

function MoveRightLayer1(layerName) {
var x = 0;
var y = 50;
var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
setTimeout("MoveRightLayer1('AdLayer2');", 20);
}
document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><EMBED src='../flash/ad2.swf' quality=high  WIDTH=105 HEIGHT=90 TYPE='application/x-shockwave-flash' id=EccoolAd></EMBED></div>");


initEcAd()

initEcAd1()
