
suspendcode="<DIV id=yuzi style='left:830px;POSITION:absolute;TOP:250px;'><TABLE><TR><TD><IMG src='../../../240lnyjres/images/zhi1_32.jpg' border=0></TD></TR><TR><TD><IMG src='../../../240lnyjres/images/zhi1_35.jpg' border=0></TD></TR><TR><TD><IMG src='../../../240lnyjres/images/zhi1_37.jpg' border=0></TD></TR><TR><TD><IMG src='../../../240lnyjres/images/zhi1_39.jpg' border=0></TD></TR></TABLE></div>"
//suspendcode1="<DIV id=yuzi1 style='right:4px;POSITION:absolute;TOP:200px;'></div>"
document.write(suspendcode);
//document.write(suspendcode1);
lastScrollY=0;


//document.write("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
function heartBeat(){
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.yuzi.style.pixelTop+=percent;
//document.all.yuzi1.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);
