var closeB=false;
function initEcAd() {
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}
function MoveRightLayer(layerName) {
var x = 0;
var y = 140;// 右侧广告距离页首高度
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 closeBanner()
{
	document.all.AdLayer2.style.visibility = 'hidden'
}

document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><div><img src=image/close.gif alt='Closed' width='56' height='14' border='0' style='cursor:hand' onclick=closeBanner()></div><div><img src=image/serv2.jpg border='0' usemap='#Map66'><map name='Map66'><area shape='rect' coords='4,73,102,101' href='msnim:chat?contact=rsp.helen@gmail.com'><area shape='rect' coords='5,103,101,143' href='callto://rsp.helen'><area shape='rect' coords='7,33,96,68' href='tencent://message/?uin=313825444&Site=QQ&Menu=yes'></map></div></div>");
initEcAd()