// 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
    {/*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:22px; width:135px; height:250px;POSITION:absolute;TOP:340px; background:url(/images/kefu.gif); filter:alpha(opacity=95);'><div style='font-size:11px; font-weight:lighter; line-height:160%; margin-top:90px; text-align:center;'><ul style='list-style:none;'><li><a target='blank' href='http://wpa.qq.com/msgrd?V=1&amp;Uin=740968673&amp;Site=欧得宝翻译客服&amp;Menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=1:740968673:4'/>&nbsp;客服&nbsp;①</a></li><li><a target='blank' href='http://wpa.qq.com/msgrd?V=1&amp;Uin=1017049178&amp;Site=欧得宝翻译客服&amp;Menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=1:1017049178:4'/>&nbsp;客服&nbsp;②</a></li><li><a target='blank' href='http://wpa.qq.com/msgrd?V=1&amp;Uin=983572587&amp;Site=欧得宝翻译客服&amp;Menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=1:983572587:4'/>&nbsp;客服&nbsp;③</a></li><li>MSN:<!-- Begin Online Status Indicator code --><!-- http://www.onlinestatus.org/ --><A HREF='http://osi.hshh.org:8888/message/msn/odbqt1@msn.com'>odbqt1@msn.com</A><!-- End Online Status Indicator code --></li><li>TEL:020-62358025</li><li style='text-indent:2em;'>020-62358035</li></ul></div></div>"


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