function initEcAd() {
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}
function MoveRightLayer(layerName) {

var x =(screen.width/2)+380;
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);
}

document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><a href='clubclass.asp' target='_blank'><img src=/images/fudongchuangkuo.gif border='0'></a></div>");
initEcAd()


function initEcAd1() {
document.all.AdLayer3.style.posTop = -200;
document.all.AdLayer3.style.visibility = 'visible'
MoveRightLayer1('AdLayer3');
}
function MoveRightLayer1(layerName1) {
var x1 = (screen.width/2)-500;;
var y1 = 100;// 右侧广告距离页首高度
var diff1 = (document.body.scrollTop + y1 - document.all.AdLayer3.style.posTop)*.40;
var y1 = document.body.scrollTop + y1 - diff1;
eval("document.all." + layerName1 + ".style.posTop = y1");
eval("document.all." + layerName1 + ".style.posRight = x1");
setTimeout("MoveRightLayer1('AdLayer3');", 20);
}

document.write("<div id=AdLayer3 style='position: absolute;visibility:hidden;z-index:1'><a href='Aboutus.asp?Title=联系我们' target='_blank'><img src=/images/fudongchuangkuo1.gif border='0'></a></div>");
initEcAd1()


// JavaScript Document