
<!-- 
//*********************************************************** 
// 使用时将不用的注释掉 
//var height = document.body.clientHeight/2; //局中 
var height = document.body.clientHeight - 100; //距底部 200象素 
//*********************************************************** 
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"; 
document.getElementById("lovexin14").style.top=parseInt(document.getElementById 

("lovexin14").style.top)+percent+"px"; 

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY); 
} 
//suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:350px;'><a href=\"http://www.***.cn\" rel=\"提字\" target=_blank><img src=\***.jpg\"></a></div>" 
//suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:350px;'><a href=\"http://www.***.com.cn\" rel=\"提字\" target=_blank><img src=\***.jpg\"></a></div>" 
//suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:"+height+"px;'><a href=\"http://www.yxgj.cn\" rel=\"提字\" target=_blank><img src=\***.jpg\"></a></div>" 
suspendcode14="<DIV id=lovexin14 style=right:10px;POSITION:absolute;TOP:138px;><TABLE cellSpacing=0 cellPadding=0 border=0><TBOD<TR><TD><IMG src={#$sys.Templates#}/images/qqtop.gif width=106 height=65 border=0></TD></TR><TR><TD ><TABLE width=106 bgColor=#ffffff background={#$sys.Templates#}/images/qqct.gif border=0><TBODY><TR align=middle><TD><DIV align=center><FONT class=gb12blacklink><A target=_top href=tencent://message/?uin=397082251&Site=林绍云&Menu=yes><IMG SRC=http://wpa.qq.com/pa?p=1:397082251:1 alt=点击咨询 width=74 height=23 border=0></A></FONT></DIV></TD></TR><TR align=middle><TD width=118><DIV align=center><A target=_top href=tencent://message/?uin=407288200&Site=吴琼&Menu=yes><IMG SRC=http://wpa.qq.com/pa?p=1:407288200:1 alt=点击咨询 width=74 height=23 border=0></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><A target=_top href=tencent://message/?uin=583419018&Site=付小华&Menu=yes><IMG SRC=http://wpa.qq.com/pa?p=1:583419018:1 alt=点击咨询 width=74 height=23 border=0></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><A target=_top href=tencent://message/?uin=546682529&Site=&Menu=yes><IMG SRC=http://wpa.qq.com/pa?p=1:769878930:1 alt=点击咨询 width=74 height=23 border=0></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><A target=_top href=tencent://message/?uin=546682529&Site=&Menu=yes><IMG SRC=http://wpa.qq.com/pa?p=1:359714987:1 alt=点击咨询 width=74 height=23 border=0></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><a target=_blank href=http://web.im.alisoft.com/msg.aw?v=2&uid=jinyunlai888&site=cnalichn&s=5 ><img src={#$sys.Templates#}/images/ww.jpg /></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><a target=_blank href=http://web.im.alisoft.com/msg.aw?v=2&uid=liuyun8219&site=cnalichn&s=5 ><img src={#$sys.Templates#}/images/ww.jpg /></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><a target=_blank href=http://web.im.alisoft.com/msg.aw?v=2&uid=sksliu2008&site=cnalichn&s=5 ><img src={#$sys.Templates#}/images/ww.jpg /></A></DIV></TD></TR><TR align=middle><TD><DIV align=center><a target=_blank href=http://web.im.alisoft.com/msg.aw?v=2&uid=xiaojuzhi89&site=cnalichn&s=5 ><img src={#$sys.Templates#}/images/ww.jpg /></A></DIV></TD></TR><TR align=middle><TD></TD></TR></TBODY></TABLE></TD></TR><TR><TD><IMG src={#$sys.Templates#}/images/qqft.gif width=106 height=32 border=0></TD></TR></TBODY></TABLE></div>"; 
//document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1); 
//--> 
