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='left:10px;POSITION:absolute;TOP:125px;z-index:200'>";
var recontent='<table border=0 cellspacing=0 cellpadding=0>' +
'<tr><td><img src=\"images/float-qq.jpg\" usemap=\"#Map\" /></td></tr>' +
'</table>'+
'<map name=\"Map\" id=\"Map\">' +
'  <area shape=\"rect\" coords=\"24,147,91,164\" href=\"http://wpa.qq.com/msgrd?v=1&uin=434219688&site=qq&menu=yes\" target=\"_blank\" />' +
'	 <area shape=\"rect\" coords=\"24,123,91,140\" href=\"http://wpa.qq.com/msgrd?V=1&Uin=913194649&Site=qq&Menu=yes\" target=\"_blank\" />' +
'	 <area shape=\"rect\" coords=\"24,167,95,188\" href=\"http://wpa.qq.com/msgrd?V=1&Uin=1048687650&Site=qq&Menu=yes\" target=\"_blank\" />' +
'</map>';

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()

