lastScrollY=0;
function heartBeat(){ 
diffY=document.documentElement.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
//document.all.lovexin12.style.pixelTop+=percent;
document.all.lovexin14.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
} 


//suspendcode12="<DIV id=lovexin12 style='left:10px;POSITION:absolute;TOP:240px;display:none;'><A HREF='#'  Title='广告1'><img src='../images/qq.jpg' border=0 width='100' height='250'></A></div>"
//document.write(suspendcode12); 
//suspendcode14="<DIV id=lovexin14 style='right:10px;POSITION:absolute;TOP:240px;'><A HREF='#' Title='广告2'><img src='../images/qq.gif' border=0 width='105' height='250'></A></div>"
suspendcode14="<DIV id=lovexin14 style='right:5px;POSITION:absolute;TOP:140px;'><table width=108 height=210 border=0 cellpadding=0 cellspacing=0> <tr> <td width=84 height=160 background=http://www.szqnwx.com/images/qq.gif><br /><table width=80% border=0 align=center cellpadding=0 cellspacing=1> <tr> <td height=27 align=center><a target=blank href=tencent://message/?uin=1023748291&amp;Site=www.szqnwx.com&amp;Menu=yes><img border=0 src=http://wpa.qq.com/pa?p=9:1023748291:9 alt=点击这里给我发消息 /></a></td></tr</table><table width=80% border=0 align=center cellpadding=0 cellspacing=1> <tr>  <td height=27 align=center><a target=blank href=tencent://message/?uin=951760351&amp;Site=www.szqnwx.com&amp;Menu=yes><img border=0 src=http://wpa.qq.com/pa?p=9:951760351:9 alt=点击这里给我发消息 /></a></td></tr></table><table width=80% border=0 align=center cellpadding=0 cellspacing=1> <tr>  <td height=27 align=center><a target=blank href=tencent://message/?uin=1145323973&amp;Site=www.szqnwx.com&amp;Menu=yes><img border=0 src=http://wpa.qq.com/pa?p=9:1145323973:9 alt=点击这里给我发消息 /></a></td></tr></table></div>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",10); 

