
// -------------------------------------------------------------------
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("</head>");
document.writeln("");
document.writeln("<body bgcolor=\"#FFFFFF\" text=\"#000000\">");
document.writeln("<a href=\"http://www.xinhuanet.com/auto/show_.htm\">名车档案</a> | <a href=\"http://www.xinhuanet.com/auto/qcjj.htm\">汽车降价</a> ");
document.writeln("| <a href=\"http://www.xinhuanet.com/auto/girl_.htm\">靓车倩女</a> | <a href=\"http://www.xinhuanet.com/auto/wallpaper.htm\">汽车壁纸</a> ");
document.writeln("| <a href=\"http://www.xinhuanet.com/auto/zjy/index.htm\">自驾游</a> ");
document.writeln("</body>");
document.writeln("</html>");
// -------------------------------------------------------------------