// JavaScript Document

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

    {/*·½±ãÀ©Õ¹*/}

	//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";
lastScrollY=lastScrollY+percent; 
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin14").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
document.getElementById("lovexin16").style.top=parseInt(document.getElementById("lovexin16").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
document.getElementById("lovexin18").style.top=parseInt(document.getElementById("lovexin18").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='left:6px;POSITION:absolute;TOP:260px;'><a href='http://www.zjda.com/pxbm/ispx.asp'  target='_blank'><img src='http://www.zjda.com/guanggao/shouye.gif' width='96' height='139' border='0'></a></div>"

suspendcode14="<DIV id=\"lovexin14\" style='left:6px;POSITION:absolute;TOP:10px;'><a href='http://www.zjda.com/kqpxbm/kqpxbm.asp'  target='_blank'><img src='http://www.zjda.com/guanggao/kqpxbm.gif' width='96' height='139' border='0'></a></div>"

suspendcode16="<DIV id=\"lovexin16\" style='right:6px;POSITION:absolute;TOP:10px;'><a href='http://www.zjda.com/modules/news/show.asp?id=8176'  target='_blank'><img src='http://www.zjda.com/guanggao/201002.jpg' width='96' height='139' border='0'></a></div>"

suspendcode18="<DIV id=\"lovexin18\" style='right:6px;POSITION:absolute;TOP:260px;'><a href='http://www.zjda.com/modules/news/show.asp?id=8310'  target='_blank'><img src='http://www.zjda.com/guanggao/2010gyb.jpg' width='96' height='139' border='0'></a></div>"

document.write(suspendcode12); 

document.write(suspendcode14); 

document.write(suspendcode16); 

document.write(suspendcode18); 

window.setInterval("heartBeat()",1);