﻿
// -----------------------------------------------------------------
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>首页导航</title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">");
document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln("a:hover { text-decoration: underline}");
document.writeln(".bai14 {  font-family: \"宋体\"; font-size: 14px; line-height: 20px; font-weight: bold; color: #FFFFFF; text-decoration: none}");
document.writeln("-->");
document.writeln("</style>");
document.writeln("<base target=\"_parent\">");
document.writeln("</head>");
document.writeln("");
document.writeln("<body bgcolor=\"#FFFFFF\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\">");
document.writeln("<table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"bai14\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\" ><a href=\"http://www.qcny.gov.cn/index.shtml\" class=\"bai14\">本网首页</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("         <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\" ><a href=\"http://www.qcny.gov.cn/jgjj/\" class=\"bai14\">机关介绍</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"><a href=\"http://www.qcny.gov.cn/nykx\" class=\"bai14\">农业快讯</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"><a href=\"http://www.qcny.gov.cn/njtg\" class=\"bai14\">农技推广</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"> <a href=\"http://www.qcny.gov.cn/xzzf\" class=\"bai14\">行政执法</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"><a href=\"http://www.qcny.gov.cn/yggc\" class=\"bai14\">阳光工程</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"> <a href=\"http://www.qcny.gov.cn/scxx\" class=\"bai14\">市场信息</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"> <a href=\"http://www.qcny.gov.cn/zcfg\" class=\"bai14\">政策法规</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\" bgcolor=\"071277\" align=\"center\" valign=\"bottom\"><a href=\"http://www.qcny.gov.cn/bbs\" class=\"bai14\" target=\"_blank\">农业论坛</a> ");
document.writeln("      <table width=\"145\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td height=\"1\" bgcolor=\"115792\"></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("    </td>");
document.writeln("  </tr>");




document.writeln("</table>");
document.writeln("</body>");
document.writeln("</html>");
// -------------------------------------------------------------------