<!-- 
suspendcode="<DIV id=backi style='right:0px;POSITION:absolute;TOP:110px;'><a href='ces.asp' target='_blank'><img height=47 src='img/index_ces.gif' width=120 border=0></div>" 
document.write(suspendcode); 
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.backi.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 
window.setInterval("heartBeat()",1); 
// -->