suspendcode="<DIV id=lovexin style='Z-INDEX: 15; LEFT: 50%;margin-left:342px; POSITION: absolute; TOP: 230px; width: 149px; height: 250px;'><a href='http://wzs.hainan.net/invest.asp'><img src='pic/opy_03-1.jpg' width='149' height='62' border='0'></a> <a href='http://wzs.hainan.net/dwell.asp'><img src='pic/opy_03-2.jpg' width='149' height='63' border='0'></a> <a href='http://wzs.hainan.net/travel.asp'><img src='pic/opy_03-3.jpg' width='149' height='63' border='0'></a> <a href='http://wzs.hainan.net/forum/index.asp'><img src='pic/opy_03-4.jpg' width='149' height='63' border='0'></a></DIV>"
document.write(suspendcode);
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);