var r="" ;var l="" ;var ty='l',siteurl='http://www.8es.cn'; lastScrollY=0; function heartBeat(){ var diffY; if (document.documentElement && document.documentElement.scrollTop) diffY = document.documentElement.scrollTop; else if (document.body) diffY = document.body.scrollTop else {/*Netscape stuff*/} percent=.1*(diffY-lastScrollY); if(percent>0)percent=Math.ceil(percent); else percent=Math.floor(percent); if (ty=='r' ||ty=='rl' ) { document.getElementById("zyiis_r").style.top=parseInt(document.getElementById("zyiis_r").style.top)+percent+"px"; } if (ty=='l' ||ty=='rl') { document.getElementById("zyiis_l").style.top=parseInt(document.getElementById("zyiis_l").style.top)+percent+"px"; } lastScrollY=lastScrollY+percent; } c_zyiis_r="
"+r+"
" c_zyiis_l="
"+l+"
" if (ty=='l' ||ty=='rl') { document.write(c_zyiis_l); window.setInterval("heartBeat()",1); } if (ty=='r' ||ty=='rl') { document.write(c_zyiis_r); window.setInterval("heartBeat()",1); }