
suspendcode="<DIV id='lovexin' style='right:6px;POSITION:absolute;TOP:200px;'><img border=0 src='im/RightAdv.jpg' usemap='#Map'></div>"
suspendcode1="<DIV id='lovexin1' style='left:6px;POSITION:absolute;TOP:1px;'></div>"
document.write(suspendcode);
document.write(suspendcode1);

document.write("<map name='Map'><area shape='rect' coords='5,5,50,30' href='#' onClick=lovexin.style.display='none';lovexin1.style.display='none';></map>");

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;
document.all.lovexin1.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);