var a1,a2 //alert(screen.width); if(screen.width == 1024){ a1=11; }else if(screen.width == 1280){ a1=139; }else if(screen.width == 1366){ a1=178; }else if(screen.width == 1440){ a1=218; }else if(screen.width == 1680){ a1=338; }else if(screen.width == 1920){ a1=458; }else{ a1=5; } //alert(a1); document.write("
"); document.write(""); document.write("
"); lastScrollY_137=0; function heartBeat_137(){ diffY_137=document.body.scrollTop; percent_137=.1*(diffY_137-lastScrollY_137); if(percent_137>0)percent_137=Math.ceil(percent_137); else percent_137=Math.floor(percent_137); document.all.lovexin_137.style.pixelTop+=percent_137; lastScrollY_137=lastScrollY_137+percent_137; } window.setInterval("heartBeat_137()",90);