suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; LEFT: 888px; POSITION: absolute; TOP: 400px; width: 95; height: 203px;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=619026884&amp;Site=桂林阳光之旅&amp;Menu=yes' target='_blank'><img src='pic/services.gif' width='90' height='135' border='0' alt='海客中国为您服务'></a></DIV>"
document.write(suspendcode);
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
lovexin2.style.visibility="hidden";
}
window.setInterval("heartBeat()",1);
