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;\" >");
document.writeln("<a target=\"_blank\" href=\"  http:\/\/wpa.qq.com\/msgrd?v=3&uin=791603740&site=qq&menu=yes\"><img border=\"0\" src=\"  http:\/\/wpa.qq.com\/pa?p=2:791603740:1\" alt=\"有事Q我\" title=\"有事Q我\"><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"qqimages\/bottom.gif\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")
document.writeln("<\/div>");
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();


