var text = "";
text += '   <META HTTP-EQUIV="Content-Type" CONTENT="charset=gb2312">';
text += '<div align=center>';
text += '    <table width=250 align=center>';
text += '    <tr><td align=center><img src="/image/small/square.gif" width=11 height=11 border=0></td>';
text += '    <td align=center><img src="/image/small/square.gif" width=11 height=11 border=0></td>';
text += '    <td align=center><img src="/image/small/square.gif" width=11 height=11 border=0></td>';
text += '    <td align=center><img src="/image/small/square.gif" width=11 height=11 border=0></td>';
text += '    <td align=center><img src="/image/small/square.gif" width=11 height=11 border=0></td>';
text += '    </tr>';
text += '    <tr><td colspan=5 align=center>';
text += '    <a href="/contact.html">Contact Us ÁªÏµÎÒÃÇ</a>';
text += '    </td></tr></table>';
text += '    </div>';
text += '    <BR>';
document.write(text);


