function initEcAd() {

document.all.AdLayer1.style.posTop = -200;
document.all.AdLayer1.style.visibility = 'visible'
MoveLeftLayer('AdLayer1');
}

function MoveLeftLayer(layerName) {
var x = 8;
var y = 168;// 右侧广告距离页首高度
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);
}

document.write("<div id=AdLayer1 style='position: absolute;visibility:hidden;z-index:1'><a href='tencent://message/?uin=754656953&Site=www.fuvon.com&Menu=yes' target='_blank'><img src=images/msn1.gif border='0'></a><br><a href='tencent://message/?uin=914049598&Site=www.fuvon.com&Menu=yes' target='_blank'><img src=images/msn2.gif border='0'></a><br><img src=images/msn4.gif border='0'></div>");
initEcAd()

// JavaScript Document