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("qqfloat").style.top=parseInt(document.getElementById("qqfloat").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"qqfloat\" style='right:10px;POSITION:absolute;TOP:125px;z-index:200'>";
var recontent='<table width="150" border="0" cellspacing="0" cellpadding="0">' +
'<tr><td><img src="qq/g-top.gif" /></td></tr>' +

'<tr><td style="background-image:url(qq/g-on.gif); background-repeat:no-repeat; height:33px; line-height:33px; text-align:left;"><a href="tencent://message/?uin=512696951&Site=www.dalian-stay.com.cn&Menu=yes" style="margin-left:35px; font-size:12px; color:#333333;">QQ£º512696951</a></td></tr>' +
'<tr><td style="background-image:url(qq/g-on.gif); background-repeat:no-repeat; height:33px; line-height:33px; text-align:left;"><a href="msnim:chat?contact=dlxujunjie@hotmai.com" style="margin-left:35px; font-size:12px; color:#333333;">MSN:dlxujunjie</a></td></tr>' +



'<tr><td><img src="qq/g-bottom.gif" /></td></tr>' +
'</table>';

document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);
document.writeln("");

function far_close()
{
	document.getElementById("qqfloat").innerHTML="";
}

function setfrme()
{
	var tr=document.getElementById("qqfloat");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("qqfloatframe");
	fr.width=twidth-1;
	fr.height=theight-30;
}
//setfrme()
