<!-- 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=\"http://sighttp.qq.com/cgi-bin/check?sigkey=9e562f0d2298e97fef783caabc53d3b7460fe3e332adc79a02c2d0850db934f6\"; ");
document.writeln("");
document.writeln("target=_blank; onclick=\"var tempSrc=\'http://sighttp.qq.com/wpa.js?rantime=\'+Math.random()");
document.writeln("");
document.writeln("+\'&sigkey=9e562f0d2298e97fef783caabc53d3b7460fe3e332adc79a02c2d0850db934f6\';var oldscript=document.getElementById(\'testJs\');var ");
document.writeln("");
document.writeln("newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text/javascript\'); newscript.setAttribute(\'id\', ");
document.writeln("");
document.writeln("\'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else");
document.writeln("");
document.writeln("{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border=\"0\" SRC=\'http://wpa.qq.com/pa?");
document.writeln("");
document.writeln("p=1:1003660287:10\' alt=\"点击这里给我发消息\"></a></li>");
document.writeln("<li><a target=\"_blank\" href=\"http://amos.im.alisoft.com/msg.aw?v=2&uid=szjztools&site=cnalichn&s=4\" ><img border=\"0\" ");
document.writeln("");
document.writeln("src=\"http://amos.im.alisoft.com/online.aw?v=2&uid=szjztools&site=cnalichn&s=4\" 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>");