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";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
var myWidth;
//var myHeight;
if (typeof (window.innerWidth) == 'number') {
    myWidth = window.innerWidth - 130;
    //myHeight = window.innerHeight - 20;
} else {
    myWidth = document.documentElement.clientWidth - 130;
    //myHeight = document.documentElement.clientHeight - 20;
}

suspendcode12="<DIV id=\"lovexin12\" style='left:"+myWidth+"px;POSITION:absolute;TOP:180px;z-index:100'>";
var recontent = "<table><tr><td><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1910872746&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1910872746:50' alt='点击这里给我发消息' title='点击这里给我发消息'></a></td></tr>" +
"<tr><td><A href='msnim:chat?contact=asiafpd01@hotmail.com' target='_blank'><img src='images/msn.jpg' border='0' /></A></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()



