// JavaScript Document
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
   {

   }


   percent = .1 * (diffY - lastScrollY);
   if(percent > 0)percent = Math.ceil(percent);
   else percent = Math.floor(percent);
   document.getElementById("lovexin14").style.top = parseInt(document.getElementById("lovexin14").style.top) + percent + "px";

   lastScrollY = lastScrollY + percent;
   // alert(lastScrollY);
}

thew=(window.screen.width1044)/2+27
suspendcode14 = "<div id=\"lovexin14\" style='right:"+thew+"px;POSITION:absolute;TOP:205px;'>"
  +"<table width='110' border='0' cellspacing='0' cellpadding='0'>"
  +"<tr>"
  +"  <td class='l_q'><table width='110' border='0' cellspacing='0' cellpadding='0'>"
 +"    <tr>"
  +"      <td width='40' align='center' height='45'><img src='scrollqqimg/qs.gif' width='40' height='45' /></td>"
  +"      <td width='75' align='center' height='45'><img src='scrollqqimg/qs2.gif' width='75' height='45' /></td>"
  +"    </tr>" 
  +"    <tr>"
  +"      <td width='40' align='center' height='31'><img src='scrollqqimg/qz1.gif' width='40' height='31' /></td>"
  +"      <td width='75' align='center' height='31' class='z2'><a target='_blank' href='http://wpa.qq.com/msgrd?V=1&amp;Uin=964212800&amp;Site=艾滋病检测&amp;Menu=yes'>"
  +"<img src='scrollqqimg/qz12.gif' width='75' height='31'  border='0' /></a></td>"
  +"    </tr>"
  +"    <tr>"
  +"      <td width='40' align='center' height='29'><img src='scrollqqimg/qz2.gif' width='40' height='29' /></td>"
  +"      <td width='75' align='center' height='29' class='z2'><a target='_blank' href='http://wpa.qq.com/msgrd?V=1&amp;Uin=964212800&amp;Site=艾滋病检测&amp;Menu=yes'>"
  +"<img src='scrollqqimg/qz22.gif' width='75' height='29'  border='0' /></td>"
  +"    </tr>"
    +"    <tr>"
  +"      <td width='40' align='center' height='29'><img src='scrollqqimg/qz3.gif' width='40' height='29' /></td>"
  +"      <td width='75' align='center' height='29' class='z2'><a target='_blank' href='http://wpa.qq.com/msgrd?V=1&amp;Uin=964212800&amp;Site=艾滋病检测&amp;Menu=yes'>"
  +"<img src='scrollqqimg/qz32.gif' width='75' height='29'  border='0' /></td>"
  +"    </tr>"
   +"    <tr>"
  +"      <td width='40' align='center' height='40'><img src='scrollqqimg/qx.gif' width='40' height='40' /></td>"
  +"      <td width='75' align='center' height='40'><img src='scrollqqimg/qx2.gif' width='75' height='40' /></td>"
  +"    </tr>" 
  +"  </table></td>"
  +"</tr>"
  +"</table>"
  +"</div>"


document.write(suspendcode14);
window.setInterval("heartBeat()", 1);