function initEcAd(RName) {
document.all.NowAd_right.style.posTop = -200;
document.all.NowAd_right.style.visibility = 'visible';
document.all.NowAd_right.style.position = 'absolute';
MoveRightLayer(RName);
}
function MoveRightLayer(RName) {
var x = 5;
var y = 100;
RightName=RName;
eval("var diff = (document.body.scrollTop + y - document.all." + RightName + ".style.posTop)*.40");
var y = document.body.scrollTop + y - diff;
eval("document.all." + RightName + ".style.posTop = y");
eval("document.all." + RightName + ".style.posRight = x");
setTimeout("MoveRightLayer(RightName);", 20);
}
document.write("<span id=NowAd_right><a href='http://www.nmtravel.net/link/list_new.asp?id=107' target='_blank'><img src='http://www.nmtravel.net/images/duilianlogo3.jpg' WIDTH=68 HEIGHT=244 border=0></img></a></span>");
initEcAd("NowAd_right")
