function initEcAd() { 
    var myAD_1 = document.getElementById('AdLayer2');
    myAD_1.style.posTop = -100; 
    myAD_1.style.visibility = 'visible';
    //document.all.AdLayer1.style.posTop = -200; 
    //document.all.AdLayer1.style.visibility = 'visible' 
    //document.all.AdLayer2.style.posTop = -200; 
    //document.all.AdLayer2.style.visibility = 'visible' 
    //MoveLeftLayer('AdLayer1'); 
    MoveRightLayer('AdLayer2'); 
} 
function MoveLeftLayer(layerName) { 
    var x = 3; 
    var y = 88; 
    var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40; 
    //var diff = (document.body.scrollTop + y - document.all.AdLayer1.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('AdLayer1');", 20); 
} 
function MoveRightLayer(layerName) { 
    var x = -15; 
    var y = 200; 
    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("MoveRightLayer('AdLayer2');", 20); 
} 
document.write('<div id=AdLayer2 style=position:absolute>');
document.write('<LAYER id=divStayTopLeft>');
document.write('<table width=160 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><th scope=col>');
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="90" height=152" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="pic/qq.swf" /> ');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#ffffff" />');
document.write ('<embed src="pic/qq.swf" quality="high" bgcolor="#ffffff" width="90" height="152" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write ('</object>');
document.write('</th></tr></table>');
document.write('</LAYER></div>');
initEcAd();
