<!-- Hide
function killErrors() {
return true;
}
window.onerror = killErrors;
// -->


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*/}
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("GBrightDiv").style.top = parseInt(document.getElementById("GBrightDiv").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}
//滚动，注释掉就不会随屏幕滚动
window.setInterval("heartBeat()",1);
//关闭按钮
function close_gol(){
    givebestDiv.style.visibility='hidden';
}
document.writeln("<div id=\"GBrightDiv\" style=\"top:160px;right:5px\">");
document.writeln("<div id=\"givebestDiv\">");
document.writeln("<div class=\"GDtop\"><img src=\"ol_service/top.jpg\" /></div>");
document.writeln("<div class=\"GDmid\">");
document.writeln("<ul class=\"GBmContent\">");
document.writeln("<li><a href=\"tencent://message/?uin=948415318&Menu=yes\"; target=_blank;><img border=\"0\" SRC=\'http://wpa.qq.com/pa?p=1:948415318:4\' alt=\"点击这里给我发消息\">客服</a></li>");
document.writeln("<li><a href=\" http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=ccbe6ed9923c079485f3e3e09ad00b5889069c3f083950daa4d287469a342449ab15dcc712c69ae94f66df8539d71ca7\"; target=_blank; onclick=\"var tempSrc=\' http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=ccbe6ed9923c079485f3e3e09ad00b5889069c3f083950daa4d287469a342449ab15dcc712c69ae94f66df8539d71ca7\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text\/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border=\"0\" SRC=\' http:\/\/wpa.qq.com\/pa?p=1:1059604507:8\' alt=\"点击这里给我发消息\"><\/a><\/li>");
document.writeln("<li><a href=\"javascript:close_gol();\" title=\"Close\"><img src=\"ol_service/close.jpg\" alt=\"Close\" /></a></li>");
document.writeln("</ul>");
document.writeln("</div>");
document.writeln("<div class=\"GDbottom\"><img src=\"ol_service/bottom.jpg\" /></div>");
document.writeln("</div>");
document.writeln("<\/div>");