﻿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='right:0px;POSITION:absolute;TOP:205px;z-index:1000'>";
var recontent='<div style="width:234px; height:105px;background-image:url(/images/kefu.png)!important;FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/kefu.png);">' +
'<div style="margin-top:50px; margin-left:70px; height:24px;position:absolute;">' +
'<a style="position:relative;" target="_blank" title="雷超科技客服805" href="http://b.qq.com/webc.htm?new=0&sid=800015799&eid=&o=www.leichao.com&q=7"><img border="0" src="/images/zx_qq1.gif"/></a>' +
'<a style="position:relative;margin-left:10px;"  title="雷超技术806" href="http://b.qq.com/webc.htm?new=0&sid=800015799&eid=&o=www.leichao.com&q=7"><img border="0" src="/images/zx_qq2.gif" /></a>' +
'</div>' +
'</div>';
lastScrollY1 = 0;
function heartBeat1() {
    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 - lastScrollY1);
    if (percent > 0) percent = Math.ceil(percent);
    else percent = Math.floor(percent);
    document.getElementById("lovexin1").style.top = parseInt(document.getElementById("lovexin1").style.top) + percent + "px";

    lastScrollY1 = lastScrollY1 + percent;
    //alert(lastScrollY);
}
supendcode13="<DIV id=\"lovexin1\" style='left:0px;POSITION:absolute;TOP:205px;z-index:1000'>";
var recontent2 = '<div style="width:200px; height:150px;">' +
'<a href="/a/s/khfw/xianxingpeifu.shtml"><img src="/images/xxpf.gif" /></a>' +
'<a onclick="dialog(\'雷超科技电子优惠码获取\',\'iframe:/huodong/youhuiquan.aspx\',\'500px\',\'500px\',\'iframe\');"><img src="/images/dzyhq.gif" /></a>' +
'</div>';

document.write(suspendcode12); 
document.write(recontent);
document.write("</div>"); 
window.setInterval("heartBeat()",1);

document.write(supendcode13);
document.write(recontent2);
document.write("</div>");
window.setInterval("heartBeat1()", 1);

