// JavaScript Document
lastScrollY=0;
function heartBeat2(){ 
var diffY2;
if (document.documentElement && document.documentElement.scrollTop)
    diffY2 = document.documentElement.scrollTop;
else if (document.body)
    diffY2 = document.body.scrollTop
else
    {/*Netscape stuff*/}
    
//alert(diffY2);
percent=.1*(diffY2-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin22").style.top=parseInt(document.getElementById("lovexin22").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode22="<DIV id=\"lovexin22\" style='right:2px;POSITION:absolute;TOP:10px;'><a target=blank href=tencent://message/?uin=1742312421&Site=客服&Menu=yes><img border='0' src='http://wpa.qq.com/pa?p=1:1742312421:1' alt='请用QQ联系我！' ></a><br><br><a target=blank href=tencent://message/?uin=645900643&Site=客服&Menu=yes><img border='0' src='http://wpa.qq.com/pa?p=1:645900643:1' alt='请用QQ联系我！' ></a><br><br><a target=_blank href='http://scs1.sh1.china.alibaba.com/msg.atc?v=1&uid=lzzsbj'><img border='0' src='http://scs1.sh1.china.alibaba.com/online.atc?v=1&uid=lzzsbj&s=1' alt='阿里旺旺联系我 '></a><br><br><a target=_blank href='http://scs1.sh1.china.alibaba.com/msg.atc?v=1&uid=shanhehairong'><img border='0' src='http://scs1.sh1.china.alibaba.com/online.atc?v=1&uid=shanhehairong&s=1' alt='阿里旺旺 '></a><br><br><a href='http://chat2.365webcall.com/chat/ChatWin2.aspx?settings=mw7mN6bNNm6wbImz3Am6IX66z3AmmmIb6z3Am6mmbm' target='_blank'><img alt='请点击联系我' src='http://chat2.365webcall.com/UserStatus.aspx?settings=mw7mN6bNNm6wbImz3Am6IX66z3AmmmIb6z3Am6mmbm' border='0'/></a><br><br><a href='http://vip.chat.kehu.cn/client/index.php?mid=017383&style=1&service_id=4521' target='_blank'><img src='http://0.vip.kehu.cn/k8/index.html?mid=017383&business=4521&icon=p01' border='0' alt='请点击联系我'></a><br><br><a href='http://www.shhairong.cn/dialog_1.htm' target=_blank><img src='http://chat.53kf.com/kfimg.php?arg=shhairong&style=1' border=0 alt='请点击联系我'></a><br><br><a href=JavaScript:; onclick=\"lovexin22.style.visibility='hidden'\"><img border=0 src=closeme.gif></a></div>"
document.write(suspendcode22); 
window.setInterval("heartBeat2()",1);

document.oncontextmenu=new Function("event.returnValue=false");
document.onselectstart=new Function("event.returnValue=false"); 

