﻿// 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("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
//suspendcode12="<DIV id=\"lovexin12\" style='left:22px;POSITION:absolute;TOP:69px;'><a href='http://www.webkkk.com/sygj/ggdm.htm' 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>"

suspendcode12="<DIV id=\"lovexin12\" style='background:url(adjs/qq.png);text-align:center;font-size:12px;line-height:150%;width:100px;height:135px;left:8px;position:absolute;top:3px;'>"
+"<div style='height:50px'></div>"
+"<div><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=2512540809&Site=www.apsw8.com&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:2512540809:4 alt='online' style='font-family:Arial'>技术支持</a>"
+"<br/>"
+"<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=1611551877&Site=www.apsw8.com&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:1611551877:4 alt='online'>信息咨询</a>"
+"<br/>"
+"客服热线："
+"<br/>"
+"4007-889-699"
+"<br/>"
+"<DIV id=\"lovexin12\" ><div><a href='http://www.bz361.com/News/tuijianhui/gzdhdsp.html' target='_blank' ><img src='/adjs/120.jpg'/></a></div></div>"
+"<br/>"
+"</div></div>"

suspendcode14="<DIV id=\"lovexin14\" style='right:22px;POSITION:absolute;TOP:69px;'><a href='http://www.bz361.com/News/tuijianhui/zdyg.html' target='_blank'><img border=0 src=adjs/112.gif><br><a href=JavaScript:; onclick=\"lovexin14.style.display = 'none'\"><img border=0 src=http://ad.jz123.cn/ad/33/inc/close.gif></div>"

document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);

