// 版权显示 开始
// -------------------------------------------------------------------
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>新华网版权<\/title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\">");
document.writeln("<meta http-equiv=\"Pragma\" content=\"no-cache\">");
document.writeln("<\/head>");
document.writeln("");
document.writeln("<body bgcolor=\"#FFFFFF\" text=\"#000000\">");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" class=\"copyright\">Copyright &copy; 2000 - 2007 <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>");
document.writeln("<div style=\"display:none\">");
document.writeln("  <SCRIPT type=\'text\/javascript\' language=\'JavaScript\' src=\'http:\/\/xslt.alexa.com\/site_stats\/js\/t\/a?url=www.xinhuanet.com\'><\/SCRIPT>");
document.writeln("<\/div>");
document.writeln("<\/body>");
document.writeln("<\/html>");
document.writeln("")
// -------------------------------------------------------------------
// 版权显示 结束