
//document.write("<DIV id=divStayTopleft style='Z-INDEX: 10; LEFT: 10px; POSITION: absolute; TOP: 190px; width: 112; height: 190px;'>");
//document.write("<img src=images/right.gif width=112 height=189></DIV>");
//document.write("</DIV>");

document.write("<DIV id=divStayTopright style='Z-INDEX: 10; right: 10px; POSITION: absolute; TOP: 80px;'>");
document.write("<table width=70 border=0 cellspacing=0 cellpadding=0 bgcolor=#FFFFFF background=images/online_2.gif>");			
document.write("<tr><td>");
document.write("<img src=images/online_1.gif>");
document.write("</td></tr>");

//

document.write("<tr><td align=center height=24>");
document.write("<a href=tencent://message/?uin=379849477><img border=0 src=http://wpa.qq.com/pa?p=1:379849477:8 width=51 height=16></a>");
document.write("</td></tr>");

//

document.write("<tr><td>");
document.write("<img src=images/online_4.gif>");
document.write("</td></tr>");
document.write("</table>");
document.write("</DIV>");

lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
//document.all.divStayTopleft.style.pixelTop+=percent;
document.all.divStayTopright.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
//divStayTopleft.style.visibility="hidden"; 
divStayTopright.style.visibility="hidden";
}
window.setInterval("heartBeat()",1);