document.write('
'); var lastrightScrollY=0;function rightBeat(){ diffY=document.documentElement.scrollTop;percent=0.1*(diffY-lastrightScrollY);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.getElementById("qesorollpiao").style.top=parseInt(document.getElementById("qesorollpiao").style.top)+percent+"px";lastrightScrollY=lastrightScrollY+percent;}window.setInterval("rightBeat()",1);