
// -------------------------------------------------------------------
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>Untitled Document</title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">");
document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln(".copyright { font-family: \"Arial\", \"宋体\"; font-size: 12px; line-height: 180%} ");
document.writeln("-->");
document.writeln("</style>");
document.writeln("</head>");
document.writeln("");
document.writeln("<body bgcolor=\"#FFFFFF\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");
document.writeln("<table width=\"777\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"copyright\">");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" bgcolor=\"#000000\" height=\"6\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" bgcolor=\"#EAEAEA\" height=\"6\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" height=\"10\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" height=\"20\" class=\"copyright\"> Copyright &copy; 2000 - ");
document.writeln("      2004 XINHUANET.com　All Rights Reserved. 制作单位：新华通讯社网络中心 </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" class=\"copyright\" height=\"20\">版权所有 新华网</td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" height=\"10\"></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("</body>");
document.writeln("</html>");
// -------------------------------------------------------------------
