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"><img src="/template/qqkf/top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="/template/qqkf/middle.gif">');
document.write('<table border="0" width="85" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td height="5" border="0" colspan="2"></td>');
document.write('  </tr>');


document.write('  <tr>');
    document.write('    <td width="23" height="27" valign="middle" align="right">');
    document.write('<img src="/template/msn/msn.gif" border="0">');
    document.write('    </td>');
    document.write('    <td height="27" valign="middle" align="left">');
    document.write('&nbsp;<a href="msnim:chat?contact=marilyn.cn@hotmail.com">MSN ①</a>');
    document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
    document.write('    <td width="23" height="27" valign="middle" align="right">');
    document.write('<img src="/template/msn/msn.gif" border="0">');
    document.write('    </td>');
    document.write('    <td height="27" valign="middle" align="left">');
    document.write('&nbsp;<a href="msnim:chat?contact=sale3301@hotmail.com">MSN ②</a>');
    document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
    document.write('    <td width="23" height="27" valign="middle" align="right">');
    document.write('<img src="/template/msn/skype.gif" border="0">');
    document.write('    </td>');
    document.write('    <td height="27" valign="middle" align="left">');
    document.write('&nbsp;<a href="callto://mocuicui">Skype①</a>');
    document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
    document.write('    <td width="23" height="27" valign="middle" align="right">');
    document.write('<img src="/template/msn/skype.gif" border="0">');
    document.write('    </td>');
    document.write('    <td height="27" valign="middle" align="left">');
    document.write('&nbsp;<a href="callto://marilyn-medplus">Skype②</a>');
    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="/template/qqkf/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-100)+"px";
  divStayTopLeft.style.right=(posXqq+screen.width-131)+"px";
  setTimeout("scrollqq()",500);
    }
      scrollqq();
