
suspendcode="<DIV id=yuzi style='left:5px;POSITION:absolute;TOP:350px;'></div>"
suspendcode1="<DIV id=yuzi1 style='right:5px;POSITION:absolute;TOP:350px;'><a href='http://www.jgzc.com.cn/tech.asp' ><img src='http://www.jgzc.com.cn/images/contact.jpg' border=0></a></div>"
document.write(suspendcode);
document.write(suspendcode1);
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.yuzi.style.pixelTop+=percent;
document.all.yuzi1.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);

