var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.writeln("<table width=\"110\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"qqimages\/top.gif\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td align=\"center\" background=\"qqimages\/middle.gif\" style=\"line-height:35px;\" ><A ");
document.writeln("  href=\"tencent:\/\/message\/?uin=690603067&amp;Site=#&amp;Menu=yes\" ");
document.writeln("  target=blank><img border=\"0\" SRC=http:\/\/wpa.qq.com\/pa?p=1:690603067:8 alt=\"点击这里给我发消息\"><\/a>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"qqimages\/bottom.gif\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")
var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
function scrollqq()
{
var posXqq,posYqq;
if (window.innerHeight)
{
posXqq=window.pageXOffset;
posYqq=window.pageYOffset;
   }
   else if (document.documentElement && document.documentElement.scrollTop)
      {
    posXqq=document.documentElement.scrollLeft;
    posYqq=document.documentElement.scrollTop;
    }
    else if (document.body)
      {
    posXqq=document.body.scrollLeft;
    posYqq=document.body.scrollTop;
      }
     var divStayTopLeft=document.getElementById("divStayTopLeft");
    divStayTopLeft.style.top=(posYqq+450-300)+"px";
divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
setTimeout("scrollqq()",2);
    }
      scrollqq();


