// 版权显示 开始
// -------------------------------------------------------------------
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" bgcolor=\"#000000\"><img src=\"spacer.gif\" width=\"1\" height=\"5\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" bgcolor=\"#E5E5E5\"><img src=\"spacer.gif\" width=\"1\" height=\"5\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td align=\"center\">&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" class=\"copyright\">Copyright &copy; 2000 - 2006 <font color=\"#FF0000\">XINHUANET</font>.com　All ");
document.writeln("      Rights Reserved. 　制作单位：新华通讯社网络中心<br>");
document.writeln("      <a href=\"http://www.xinhuanet.com/copyright.htm\" target=\"_blank\" style=\"font-size:12px\">版权所有</a> 新华网</td>");
document.writeln("  </tr>");
document.writeln("</table>");
// -------------------------------------------------------------------
// 版权显示 结束