document.write("<div id=\"piao\" style=\"position:absolute;top:100px; \">");
document.write('<table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td width="130" height="28" background="online/enet_chn_l_01.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr>   <td width="88%">&nbsp;</td>   <td width="12%"><a href="javascript:closepiao()"><img src="online/enet_minimize.gif" width="10" height="9" border="0" /></a></td> </tr></table></td></tr><tr><td height="59" align="center" background="online/enet_chn_l_02.gif"><a href="http://us.my.alibaba.com/mcweb/contact.htm?action=mcweb:contact_action&amp;domain=2&amp;id=50073988" target="_blank"><img src="online/enet_chn_l_02_al.gif" width="106" height="45" border="0" /></a></td></tr><tr><td style="background-image:url(online/enet_chn_s_02.gif);background-repeat: no-repeat;background-position: center bottom;" height="134" valign="top"><table width="118" border="0" align="center" cellpadding="0" cellspacing="0"><tr><form name="form1" method="post" action=""> <td height="79" valign="top"><table width="118" border="0" cellspacing="0" cellpadding="0">                 <tr>  <td height="23"><img src="online/enet_chn_s_03.gif" width="118" height="16"></td>        </tr>        <tr>            <td height="75" valign="top" bgcolor="#FFFFFF" style="border: 1px solid #FF9966;"><table width="100%" height="172" border="0" cellpadding="0" cellspacing="0">    <tr>      <td width="26%" align="center"><img src="online/msn.gif" width="16" height="16" /></td>      <td width="74%"><a href="msnim:chat?contact=bobwang71@hotmail.com" class="msnline">Bob</a></td>    </tr>          <td align="center"><img src="online/msn.gif" width="16" height="16" /></td>      <td><a href="msnim:chat?contact=seidenbattery001@hotmail.com" class="msnline">Chris</a></td>    </tr>   <tr>      <td align="center"><img src="online/msn.gif" width="16" height="16" /></td      ><td><a href="msnim:chat?contact=seidenbattery002@hotmail.com" class="msnline">Emily</a></td>    </tr>       <tr>      <td align="center"><img src="online/msn.gif" width="16" height="16" /></td>      <td><a href="msnim:chat?contact=seidenbattery004@hotmail.com" class="msnline">Bruce</a></td>    </tr>    <tr>      <td align="center"><img src="online/msn.gif" width="16" height="16" /></td>      <td><a href="msnim:chat?contact=seidenbattery003@hotmail.com" class="msnline">Susan</a><a href="msnim:chat?contact=" class="msnline"></a></td>    </tr>  </table></td></tr>        <tr>           <td height="28" align="right" valign="top"><a href="http://us.my.alibaba.com/mcweb/contact.htm?action=mcweb:contact_action&amp;domain=2&amp;id=50073988" target="_blank"><img src="online/enet_chn_s_04.gif" width="73" height="22" border="0" /></a></td>         </tr>       </table>        </td>     </form>     </tr>   </table></td> </tr></table>');//ÏÔÊ¾µÄÄÚÈÝ
document.write("</div>");
function closepiao(){
       document.getElementById("piao").style.display="none";
}
document.getElementById("piao").style.right=5+"px";
document.documentElement.onscroll=function(){
       el=document.getElementById("piao");
       el.style.top=(document.documentElement.scrollTop+100)+"px";
       el.style.right=5+"px";
}
