function initEcAd() {
document.all.AloveAd_1.style.posTop = -200;
document.all.AloveAd_1.style.visibility = 'visible'
document.all.AloveAd_2.style.posTop = -200;
document.all.AloveAd_2.style.visibility = 'visible'
MoveLeftLayer('AloveAd_1');
MoveRightLayer('AloveAd_2');
}
function MoveLeftLayer(layerName) {
var x = 5;
var y = 50;
var diff = (document.body.scrollTop + y - document.all.AloveAd_1.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer('AloveAd_1');", 20);
}
function MoveRightLayer(layerName) {
var x = 5;
var y = 50;
var diff = (document.body.scrollTop + y - document.all.AloveAd_2.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('AloveAd_2');", 20);
}
document.write("<div id='AloveAd_1' style='position: absolute;visibility:hidden;z-index:1'><EMBED src='./images/left.swf' quality='high' WIDTH='60' HEIGHT='300' TYPE='application/x-shockwave-flash' id='AloveAds'></EMBED></div>"
 +"<div id='AloveAd_2' style='position: absolute;visibility:hidden;z-index:1'><EMBED src='./images/left.swf' quality=high  WIDTH='60' HEIGHT='300' TYPE='application/x-shockwave-flash' id='AloveAds'></EMBED></div>");
initEcAd()
