function initEcAd() {
document.all.AdLayer1.style.posTop = -200;
document.all.AdLayer1.style.visibility = 'visible'
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveLeftLayer('AdLayer1');
MoveRightLayer('AdLayer2');
}
function MoveLeftLayer(layerName) {
var x = 5;
var y = 100;// ҳ׸߶
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 = parseInt(y)");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer('AdLayer1');", 20);
}
function MoveRightLayer(layerName) {
var x = 5;
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=AdLayer1 style='position: absolute;visibility:hidden;z-index:1'><a href='InfoCategoryInfoList.html?InfoFocusList150_action=singlepagelist&InfoHotList150_action=singlepagelist&InfoCategoryInfoList150_action=list&InfoCategoryList150_highlight=c373e916d26e62288fee5fec2dd30698&InfoPublish_CategoryID=c373e916d26e62288fee5fec2dd30698&time=1203739100390' target='_blank'><img src=../../../en755mapleleaf-hotelres/images/image/index/ad-01.gif border='0'></a></div>"
+"<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><a href='http://121.35.251.195/booking/reservation/reservation.aspx' target='_blank'><img src=../../../en755mapleleaf-hotelres/images/image/index/ad-02.gif border='0'></a></div>");
initEcAd()

// JavaScript Document