// 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";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin14").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
//suspendcode12="<DIV id=\"lovexin12\" style='left:22px;POSITION:absolute;TOP:69px;'><a href='http://www.jz123.cn' target='_blank'><img border=0 src=http://ad.jz123.cn/ad/33/inc/1.gif><br><a href=JavaScript:; onclick=\"lovexin12.style.visibility='hidden'\"><img border=0 src=http://ad.jz123.cn/ad/33/inc/close.gif></a></div>"

suspendcode14="<div id='lovexin14' style='right: 22px; position: absolute; top: 100px;'><div style='background-image: url(images/QQ.png); height: 200px; width: 130px; padding-top: 92px !important;text-align: left; padding-left: 11px !important;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=165415147&amp;Site={$shop_name}&amp;Menu=yes'target='_blank' style='text-decoration:none;' ><img src='http://wpa.qq.com/pa?p=1:165415147:4' height='16' border='0' alt='客服' />165415147</a><br /><br /><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=438463998&amp;Site={$shop_name}&amp;Menu=yes'target='_blank' style='text-decoration:none;' ><img src='http://wpa.qq.com/pa?p=1:438463998:4' height='16' border='0' alt='客服' />438463998</a><br /><br /><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=442497511&amp;Site={$shop_name}&amp;Menu=yes'target='_blank' style='text-decoration:none;' ><img src='http://wpa.qq.com/pa?p=1:442497511:4' height='16' border='0' alt='客服' />442497511</a><br/><br/><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=1250216773&amp;Site={$shop_name}&amp;Menu=yes'target='_blank' style='text-decoration:none;' ><img src='http://wpa.qq.com/pa?p=1:1250216773:4' height='16' border='0' alt='客服' />1250216773</a></div></div>";


//document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);
