 lastScrollY2=0;
function heartBeat2(){
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-lastScrollY2);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("ALayer3").style.top=parseInt(document.getElementById("ALayer3").style.top)+percent+"px";

lastScrollY2=lastScrollY2+percent;
//alert(lastScrollY);
}
 
var aa=136;
var aaa="<table width=\"17\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"qq_small\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><tr>";
aaa+="<td height=\"121\" style=\"background-image:url(qq_s.gif);\">&nbsp;</td></tr></table>";
aaa+="<table width=\"110\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"qq_big\" style=\"display:none;\" onmouseout=\"document.getElementById('qq_big').style.display='none';document.getElementById('qq_small').style.display='';\"><tr>";
aaa+="<td height=\"121\" valign=top style=\"background-image:url(qq.gif);\">";
//aaa += "<img src=\"qq0.gif\" onmouseout=\"return false;\"><br><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=1114110415&Exe=QQ&Site=泽汇客服在线咨询&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img src=\"qq1.gif\" border=0></a><br><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=707757318&Exe=QQ&Site=世回尧校区&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img src=\"qq2.gif\" border=0></a><br><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=455255486&Exe=QQ&Site=幸福校区&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img src=\"qq3.gif\" border=0></a><br><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=834738379&Exe=QQ&Site=速录基地&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img src=\"qq4.gif\" border=0></a><br><img src=\"qq5.gif\" onmouseout=\"return false;\">";
//aaa+="<img src=\"qq1.gif\"><img src=\"qq2.gif\" border=0><img src=\"qq3.gif\" border=0><img src=\"qq4.gif\" border=0><img src=\"qq5.gif\">";


aaa+="<table width=\"130\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\">";
aaa+="<tr><td height=\"42\" colspan=3></td></tr>";

aaa+="<tr><td height=\"20\" width=\"34\"></td><td width=\"14\" align=\"right\"><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=707757318&Exe=QQ&Site=商务速录师&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:707757318:4\' alt=\"商务速录师\" align=\"absmiddle\"></a></td><td><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=707757318&Exe=QQ&Site=商务速录师&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\">&nbsp;商务速录师</a></td></tr>";
aaa+="<tr><td height=\"20\" width=\"34\"></td><td width=\"14\" align=\"right\"><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=455255486&Exe=QQ&Site=速录秘书&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:455255486:4\' alt=\"速录秘书\" align=\"absmiddle\"></a></td><td><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=455255486&Exe=QQ&Site=速录秘书&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\">速录秘书</a></td></tr>";
aaa+="<tr><td height=\"20\" width=\"34\"></td><td width=\"14\" align=\"right\"><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=834738379&Exe=QQ&Site=基地客服&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:834738379:4\' alt=\"基地客服\" align=\"absmiddle\"></a></td><td><a href=\"http://wpa.qq.com/msgrd?V=1&Uin=834738379&Exe=QQ&Site=基地客服&Menu=yes\" target=\"_blank\" onmouseout=\"return false;\" onmousemove=\"document.getElementById('qq_big').style.display='';document.getElementById('qq_small').style.display='none';\">基地客服</a></td></tr>";
 
aaa+="</table>";
aaa+="</td></tr></table>";
document.write("<DIV id='ALayer3' style='z-index:100;right:1px;PosITION:absolute;TOP:" + aa + "px;'>" + aaa + "</div>");
window.setInterval('heartBeat2()',1);
  
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("ALayer1").style.top=parseInt(document.getElementById("ALayer1").style.top)+percent+"px";
document.getElementById("ALayer2").style.top=parseInt(document.getElementById("ALayer1").style.top)+percent+"px";

lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
 

 function closeBanner()
{
document.getElementById("ALayer1").style.display= 'none';
document.getElementById("ALayer2").style.display= 'none';
}
 
