var specialcode="
";
document.write(specialcode);
lastScrollY=0;
function heartBeat0(){
diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else
percent=Math.floor(percent);
document.all.searchspe.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat0()",1);
//window.showModelessDialog('/',window,'scroll:0;status:0;help:0;resizable:0;dialogTop:100;dialogLeft:100;dialogWidth:280px;dialogHeight:130px');