function initEcAd() { 
document.all.AdLayer2.style.posTop = -180; 
document.all.AdLayer2.style.visibility = 'visible' 
MoveRightLayer('AdLayer2'); 
} 

function MoveRightLayer(layerName) { 
var x = 5; 
var y = 48; 
var diff = (document.documentElement.scrollTop + y - document.all.AdLayer2.style.posTop)*.40; 
var y = document.documentElement.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;visibility:hidden;z-index:1'><EMBED src='js/images/duilian.swf' quality=high  WIDTH=160 HEIGHT=401 TYPE='application/x-shockwave-flash' id=j1 wmode=opaque></EMBED></div>"); 
initEcAd()
