﻿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=.200*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("lovexin0").style.top=parseInt(document.getElementById("lovexin0").style.top)+percent+"px";
document.getElementById("lovexin1").style.top=parseInt(document.getElementById("lovexin1").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
suspendcode0="<DIV id=\"lovexin0\" style='left:2px;POSITION:absolute;TOP:200px;'><img border=\"0\" src=\"http://www.jlzkbk.com/images/Rollimg.gif\" usemap=\"#Roll\" width=\"110\" height=\"279\"/></DIV>";
//suspendcode0="<DIV id=\"lovexin0\" style='left:2px;POSITION:absolute;TOP:200px;'><img src=\"http://www.ccgdxl.com/images/QQ.gif\"  width=\"104\" height=\"121\" border=\"0\" usemap=\"#Map\" /></div>"
suspendcode1="<DIV id=\"lovexin1\" style='right:2px;POSITION:absolute;TOP:200px;'></div>"
document.write(suspendcode0);
document.write(suspendcode1);
window.setInterval("heartBeat()",1);
function hidead()
{
 document.getElementById('lovexin0').style.display="none";
 //document.getElementById("lovexin1").style.display="none";
}
function hidead1()
{
 //document.getElementById('lovexin0').style.display="block";
 document.getElementById("lovexin1").style.display="none";
}
