function initEcAd() {
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}
function MoveRightLayer(layerName) {
var x =20;
var y = 100;// 右侧广告距离页首高度
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);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><a href='dy.asp'><img width=100 height=200 src='images/DingYueYouLi.gif' border=0 /></a><br><br><img width=100 height=200 src='images/dianji.gif' onclick=MM_openBrWindow('http://www.texleader.com.cn/move.asp','','scrollbars=yes,resizable=yes') style='cursor:hand'/></div>");
initEcAd()
