document.writeln("<div id=\"piao\" style=\"top:150px;width:100px;position:absolute;filter: alpha(opacity=80);\">");
document.writeln("  <table width=\'100\' border=\'0\' cellpadding=\'0\' cellspacing=\'0\' bgcolor=\'#101415\'>");
document.writeln("    <tr>");
document.writeln("      <td align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><img height=\'30\' src=\'\/img\/qq.jpg\'border=\'0\'><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("  <table width=\'100\' border=\'0\' cellpadding=\'0\' cellspacing=\'1\' bgcolor=\'#101415\'>");
document.writeln("    <tr>");
document.writeln("      <td height=\'20\' align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><a onClick=\'closepiao()\' href=\'javascript:;\'><font color=\'#555\'>close<\/font><\/a><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><table width=\'97\' border=\'0\' cellpadding=\'0\' cellspacing=\'0\'>");
document.writeln("          <tr>");
document.writeln("            <td height=\'15\' colspan=\'3\' align=\'left\' valign=\'middle\' bgcolor=\'#EEEEEE\'>America<\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td width=\"52\" align=\'left\' valign=\'middle\' bgcolor=\'#FFFFFF\'>Eric<\/td>");
document.writeln("            <td width=\"32\" align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><A href=\'msnim:chat?contact=tdlhid-eric@hotmail.com\' target=blank><img src=\'img\/MSN.gif\' width=\'25\' height=\'31\' border=\'0\'><\/A><\/td>");
document.writeln("            <td width=\"36\" height=\'25\' align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><a href=\'skype:tdlhid-eric?call\' onclick=\'return skypeCheck();\'><img src=\'img\/Skype.gif\' width=\'30\' height=\'31\' border=\'0\'><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr align=\"left\" bgcolor=\"#EEEEEE\">");
document.writeln("            <td height=\'15\' colspan=\'3\' valign=\'middle\'>East Euro<\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td align=\'left\' valign=\'middle\' bgcolor=\'#FFFFFF\'>Mac<\/td>");
document.writeln("            <td align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><A href=\'msnim:chat?contact=mac-wan@hotmail.com\' target=blank><img src=\'img\/MSN.gif\' width=\'25\' height=\'31\' border=\'0\'><\/A><\/td>");
document.writeln("            <td height=\'25\' align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><a href=\'skype:tdlhid.coco?call\' onclick=\'return skypeCheck();\'><img src=\'img\/Skype.gif\' width=\'30\' height=\'31\' border=\'0\'><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr align=\"left\" bgcolor=\"#EEEEEE\">");
document.writeln("            <td height=\'15\' colspan=\'3\' valign=\'middle\'>West Euro<\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td align=\'left\' valign=\'middle\' bgcolor=\'#FFFFFF\'>Claire<\/td>");
document.writeln("            <td align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><A href=\'msnim:chat?contact=tdlhid_claire@hotmail.com\' target=blank><img src=\'img\/MSN.gif\' width=\'25\' height=\'31\' border=\'0\'><\/A><\/td>");
document.writeln("            <td height=\'25\' align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><a href=\'skype:tdlhid_claire?call\' onclick=\'return skypeCheck();\'><img src=\'img\/Skype.gif\' width=\'30\' height=\'31\' border=\'0\'><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr align=\"left\" bgcolor=\"#EEEEEE\">");
document.writeln("            <td height=\'25\' colspan=\'3\' valign=\'middle\'>Oceania  and Asia<\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td align=\'left\' valign=\'middle\' bgcolor=\'#FFFFFF\'>Yoco<\/td>");
document.writeln("            <td align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><A href=\'msnim:chat?contact=tdlhid-yoco@hotmail.com\' target=blank><img src=\'img\/MSN.gif\' width=\'25\' height=\'31\' border=\'0\'><\/A><\/td>");
document.writeln("            <td height=\'25\' align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><a href=\'skype:yoco-tdlhid?call\' onclick=\'return skypeCheck();\'><img src=\'img\/Skype.gif\' width=\'30\' height=\'31\' border=\'0\'><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("  <table width=\'100\' border=\'0\' cellpadding=\'0\' cellspacing=\'0\' bgcolor=\'#101415\'>");
document.writeln("    <tr>");
document.writeln("      <td align=\'center\' valign=\'middle\' bgcolor=\'#FFFFFF\'><img height=\'16\' src=\'\/img\/qq2.jpg\'border=\'0\'><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("<\/div>")


function closepiao(){
       document.getElementById("piao").style.display="none";
}
document.getElementById("piao").style.left=((document.documentElement.clientWidth-10)-document.getElementById("piao").offsetWidth)+"px";
document.documentElement.onscroll=function(){
       el=document.getElementById("piao");
       el.style.top=(document.documentElement.scrollTop+200)+"px";//
       el.style.left=((document.documentElement.clientWidth-10)-el.offsetWidth)+"px";
}
