//右侧客服
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("lovexin14").style.top=parseInt(document.getElementById

("lovexin14").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}

suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:200px;'><table width='113' border='0' cellspacing='0' cellpadding='0'><tr><td width='113'><a href='picture.asp'><img src='images/gd.gif' width='113' height='117' border='0' /></a></td></tr><tr><td height='211' valign='top' background='images/Roll_05.jpg'><table width='81%' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='http://www.koocall.com/qyxx/thcl.jsp?id=601465' class='smenu' target='_blank'>免费电话</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='#'class='smenu' title='010-84476654  010-84476673  13381472493 '>咨询热线</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='tencent://message/?uin=757909314&Site=在线QQ&Menu=yes' target='_blank' class='smenu'>QQ医生</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='tencent://message/?uin=601788735&Site=在线QQ&Menu=yes' target='_blank' class='smenu'>QQ医生</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='tencent://message/?uin=631350819&Site=在线QQ&Menu=yes' target='_blank' class='smenu'>QQ医生</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='lyzx.asp' class='smenu'>留言平台</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='http://www.yinzhengshan.mobi' class='smenu' target='_blank'>短信平台</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr><tr><td width='18%' height='25'><img src='images/ico.jpg' width='8' height='8' /></td><td width='82%'><a href='bbs/login.asp' class='smenu' target='_blank'>会员登录</a></td></tr><tr><td colspan='2' align='center'><img src='images/Roll_04.jpg' width='86' height='1' /></td></tr></table></td></tr><tr><td><img src='images/Roll_03.jpg' width='113' height='2' /></td></tr></table></div>"

document.write(suspendcode14); 
window.setInterval("heartBeat()",1);