var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<table cellspacing="0" cellpadding="0" width="109" border="0">');
document.write('<tr>');
document.write('<td colspan="3">');
document.write('<img height="34" src="http://www.yingmeinami.com/skin/default/image/qq/qq_top.gif" width="109" usemap="#Map" border="0">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="6">');
document.write('<img height="40" src="http://www.yingmeinami.com/skin/default/image/qq/qq_life.gif" width="6">');
document.write('</td>');
document.write('<td valign="middle" width="96" background="http://www.yingmeinami.com/skin/default/image/qq/qq_bg.gif">');
document.write('<table cellSpacing="0" cellPadding="0" width="96" border="0" id="qqtab">');
document.write('    <tr id="qqstab">');
document.write('      <td>');
document.write('<table border="0" width="90" cellSpacing="0" cellPadding="0">');
document.write(' <tr>');
document.write('    <td width="90" height="5" border="0" colspan="2"></td>');
document.write(' </tr>');
document.write(' <tr>');

if (online[2]==0)
{
    document.write('    <td width="25" height="29" valign="middle" align="center">');
    document.write('<img src="http://www.yingmeinami.com/skin/default/image/qq/qq_n01.gif" border="0" hspace="3">');
    document.write('    </td>');
    document.write('    <td width="65" height="29" valign="middle" align="left">');
    document.write('<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=359533541&amp;Site=天津盈美纳米科技有限公司&amp;Menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;"><img src="http://www.yingmeinami.com/skin/default/image/qq1.gif" border="0"></font></a><br>');
    document.write('    </td>');
}
else
{
    document.write('    <td width="25" height="27" valign="middle" align="center">');
    document.write('<img src="http://www.yingmeinami.com/skin/default/image/qq/qq_v01.gif" border="0" hspace="3">');
    document.write('    </td>');
    document.write('    <td width="65" height="27" valign="middle" align="left">');
    document.write('<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=359533541&amp;Site=天津盈美纳米科技有限公司&amp;Menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;"><img src="http://www.yingmeinami.com/skin/default/image/qq.gif" border="0"></font></a><br>');
    document.write('    </td>');
}

document.write(' </tr>');
document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('</table>');		   
document.write('</td>');
document.write('<td width="8">');
document.write('<img height="40" src="http://www.yingmeinami.com/skin/default/image/qq/qq_right.gif" width="7">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="3">');
document.write('<img height="30" src="http://www.yingmeinami.com/skin/default/image/qq/qq_bottom1.gif" width="109">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="3">');
document.write('<img height="33" src="http://www.yingmeinami.com/skin/default/image/qq/qq_logo.gif" width="109">');
document.write('</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+450-200)+"px";
divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
setTimeout("scrollqq()",500);
    }
      scrollqq();


