版权所有:海南省建筑节能协会 Copyright www.hainjj.com 2009.All Rights Reserved. |
地址:海南省海口市海府路73号(省农业技术推广中心内) 琼ICP备09002255号 |
联系电话:0898-65316655 65231291 传真:0898-56365753 65369559 联系人:李先生 |
会刊部:65362890 65379975 会员部:65383381 65383382 |
网络服务部:65343119 65329799 交流中心:65397821 技术支持: |
|
|
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*/}
//alert(diffY);
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval("heartBeat()",1);