﻿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 www.eluanshi.cn */}
    
//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; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='right:6px;POSITION:absolute;TOP:30px;z-index:100'>";
var recontent='<table align="left" style="margin-right:6px;width:138px;background:url(\'/images/wpa_b04_02.png\') no-repeat;font-family:微软雅黑;" border="0" cellpadding=0 cellspacing=0 height="320">' + 
'<tr>' + 
'<td style="padding:0;font-size:13px" height="20" >' + 
'</td></tr><tr><td style="font-size:14px" height=200 align=center></td></tr>' + 
'<tr><td style="font-size:14px" height=50 align=center><img src="/images/qqnow.png" border="0" align="absmiddle"> <a href="http://wpa.qq.com/msgrd?v=1&uin=401256908&site=qq&menu=yes">QQ在线咨询</a></td></tr>' + 
'<tr><td style="font-size:14px" height=40 align=center><a href="http://wpa.qq.com/msgrd?v=1&uin=401256908&site=qq&menu=yes">五彩雨花石</a></td></tr><tr><td height=30></td>' + 
'</tr>' + 
'</table>' + 
'';

document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);

function far_close()
{
	document.getElementById("lovexin12").innerHTML="";
}

function setfrme()
{
	var tr=document.getElementById("lovexin12");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("frame55la");
	fr.width=twidth-1;
	fr.height=theight-30;
}
//setfrme()

