function initEcAd() {
document.all.AdLayer2.style.posTop = -100;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}
function MoveRightLayer(layerName) {
var x = 5;
var y = 70;// 右侧广告距离页首高度
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(20);
//"MoveRightLayer('AdLayer2');", 
}

document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><a href='http://www.huaao.sx.cn/Article/ShowArticle.asp?ArticleID=921' target='_blank'><img src=images/ad-01.gif border='0'></a></div>");
initEcAd()
