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.lovexin12.style.pixelTop+=percent;
document.all.lovexin14.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
} 
suspendcode12="<DIV id=lovexin12 style='left:2px;POSITION:absolute;TOP:70px;'><img src='http://www.zwu.edu.cn/images/sjlogo.gif' border=0 width='100' height='100'><div id='zsflash'></br><a href='flash' target='_blank'><img src='flash/dh.gif' border=0 width='103' height='140'></a><DIV id='xxx' style='left:90px;POSITION:absolute;TOP:120px;'><a href='javascript:zfhhh();'><img src='/flash/x.gif' border=0 width='11' height='11' ></a></div></div></div>"
document.write(suspendcode12); 
suspendcode14="<DIV id=lovexin14></DIV>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);

function zfhhh(){
window.document.getElementById("zsflash").style.display="none";
}