var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute;z-index:99999;left:1500px;>');

document.writeln("<table width=\"110\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"qqimg\/top.gif\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln(" <td align=\"center\" background=\"qqimg\/middle.gif\" ><img src=\"qqimg\/oicq.gif\" width=\"16\" height=\"16\">:");
document.writeln(" <A ");
document.writeln("  href=\"tencent:\/\/message\/?uin=676300900&amp;Site=#&amp;Menu=yes\" ");
document.writeln("  target=blank>676300900<\/a>");
document.writeln("<\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln(" <td align=\"center\" background=\"qqimg\/middle.gif\" ><img src=\"qqimg\/oicq.gif\" width=\"16\" height=\"16\">:");
document.writeln(" <A ");
document.writeln("  href=\"tencent:\/\/message\/?uin=286741969&amp;Site=#&amp;Menu=yes\" ");
document.writeln("  target=blank>286741969<\/a>");
document.writeln("<\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln(" <td align=\"center\" background=\"qqimg\/middle.gif\" ><img src=\"qqimg\/oicq.gif\" width=\"16\" height=\"16\">:");
document.writeln(" <A ");
document.writeln("  href=\"tencent:\/\/message\/?uin=306017738&amp;Site=#&amp;Menu=yes\" ");
document.writeln("  target=blank>306017738<\/a>");
document.writeln("<\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"qqimg\/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-200)+"px";
divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
setTimeout("scrollqq()",2);
    }
      scrollqq();

