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
	{}

	percent=1*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.getElementById("lovexin13").style.top=parseInt(diffY + document.documentElement.clientHeight)-230 + "px";
	lastScrollY=lastScrollY+percent; 
}

suspendcode13="<div id=\"lovexin13\" style='right:0;POSITION:absolute;TOP:410px;width:220px;height:200px;background:#efefef'><a style='text-align:left; cursor: hand; display:block; POSITION:absolute; left:204px;top:5px;<href='#' rel='no' onclick='ClosedivRight()' hidefocus='true'><img src=' http://www.hkyoula.com/images/guanbi.jpg'/></a><a href='http://mall.hkyoula.com/auction.php' target=\'_blank\'><img src='http://www.hkyoula.com/img/float.jpg' width='220' height='230' border='0'></a></div>"

document.write(suspendcode13); 
window.setInterval("heartBeat()",1);

function ClosedivRight()
{
  
  document.getElementById('lovexin13').style.display="none";
}

