lastScrollY=0;
function dsad(){
document.all.l1.style.display='none';
document.all.l2.style.display='none';
}
function heartBeat(){ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.l1.style.pixelTop+=percent;
document.all.l2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
}
suspendcode45="<DIV id='l1' style='left:20px;POSITION:absolute;TOP:80px;width:80px;' class='a_body2'><a href='/yudlogistics/menu/notice.jsp' target='_blank'><img src=/yudlogistics/images/gifad.gif border=0 width=80></a><div style='background-color: #F6F6F6; cursor:pointer;height:22px' onclick='dsad();' align='center'>¹Ø±Õ</div></div>"
document.write(suspendcode45); 
suspendcode46="<DIV id='l2' style='right:20px;POSITION:absolute;TOP:80px;width:80px;' class='a_body2'><a href='/yudlogistics/menu/notice.jsp' target='_blank'><img src=/yudlogistics/images/gifad.gif border=0 width=80></a><div style='background-color: #F6F6F6; cursor:pointer;height:22px' onclick='dsad();' align='center'>¹Ø±Õ</div></div>"
document.write(suspendcode46); 
window.setInterval("heartBeat()",1); 