﻿// JavaScript Document
var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td width="110" onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"><img src="images/qq/top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" style="background:url(images/qq/middle.gif) repeat-y left ">');
document.write('<table border="0" width="90" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td width="90" height="5" border="0"></td>');
document.write('  </tr>');

document.write('  <tr>');
    document.write('    <td width="90" height="35" valign="middle" align="center">');
    document.write('<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1937795109&amp;Site=www.voldy.cn&amp;Menu=yes" target="blank"><img border="0" src="http://wpa.qq.com/pa?p=1:1937795109:4" alt="有事您Q我!" title="有事您Q我!">1937795109</a><br>');
    document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
    document.write('    <td width="90" height="35" valign="middle" align="center">');
    document.write('<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1261678621&amp;Site=www.voldy.cn&amp;Menu=yes" target="blank"><img border="0" src="http://wpa.qq.com/pa?p=1:1261678621:4" alt="有事您Q我!" title="有事您Q我!">1261678621</a><br>');
    document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
    document.write('    <td width="90" height="35" valign="middle" align="center">');
    document.write('<a href="msnim:chat?contact=tao.shi@hotmail.com" target="_blank">tao.shi@hotmail.com</a><br>');
    document.write('    </td>');
document.write('  </tr>');

document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="110"><img src="images/qq/bottom.gif" border="0"></td>');
document.write('    </tr>');
document.write('</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+400-200)+"px";
	divStayTopLeft.style.left="0px";
    //divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
  setTimeout("scrollqq()",500);
    }
    scrollqq();
