﻿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);
}
suspendcode12="<DIV id=\"lovexin12\" style='left:400px;POSITION:absolute;TOP:200px;z-index:10000'>";
var recontent='<div  style=" width:340px; height:150px;">' + 
'<div  style="background:url(http://www.ccm168.com/qqimages/s1.jpg) no-repeat; text-align:right; padding-top:1px; padding-right:8px; height:29px;">' + 
'<img  style="border:0px;"src="http://www.ccm168.com/qqimages/s7.jpg"  onclick="far_close()"/>' + 
' </div>' + 
'<div  style="height:87px; padding:0;">' + 
' <img  style="border:0px;"src="http://www.ccm168.com/qqimages/s2.jpg" /><img src="http://www.ccm168.com/qqimages/s3.jpg" />' + 
' </div>' + 
'   <div  style="background:url(http://www.ccm168.com/qqimages/s4.jpg) no-repeat; height:27px;text-align:right;padding-right:8px; padding-top:8px;*padding-top:5px;_padding-top:6px; margin-top:-4px;*margin-top:0px;_margin-top:-4px;">' + 
'<a href="http://wpa.qq.com/msgrd?V=1&Uin=1275398075&Site=在线咨询&Menu=yes"><img  style="border:0px;margin-right:5px;"src="http://www.ccm168.com/qqimages/s5.jpg" /></a><img src="http://www.ccm168.com/qqimages/s6.jpg"   onclick="far_close()"/>' + 
'  </div>' + 
' </div>' ;




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()
