<!--
document.write("<table width=\"760\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("  <tr bgcolor=\"#F6F6F6\"> ");
document.write("    <td height=\"21\" colspan=\"2\"> <div align=\"center\"><a class=jg href=\"http://www.jgny.net\"><font color=\"#FF0000\">首页</font></a> ");
document.write("        | <a href=\"http://www.jgny.net/news/\" class=jg>信息</a> | <a href=\"http://trade.jgny.net\" class=jg>供求</a> ");
document.write("        | <a href=\"http://www.jgny.net/biz/market/\" class=jg>行情</a> | <a href=\"http://www.jgny.net/nongzi/\" class=jg>农资</a> ");
document.write("        | <a href=\"http://www.jgny.net/info/\" class=jg>科技</a> | <a href=\"http://www.jgny.net/news/f.asp?classID=4\" class=jg>预测</a> ");
document.write("        | <a href=\"http://www.jgny.net/nong/\" class=jg>专题</a> | <a class=jg href=\"http://www.jgny.netnews/h.asp?classID=2\">行业</a> ");
document.write("        | <a class=jg href=\"http://www.jgny.net/biz/info/\">招商</a> | <a href=\"http://www.jgny.net/biz/goods/\" class=jg>产品</a> ");
document.write("        | <a href=\"http://www.jgny.net/business/\" class=jg>企业</a> | <a class=jg href=\"http://www.jgny.net//news/zf/index.asp\">致富</a> ");
document.write("        | <a href=\"http://www.ampcn.com/dataservice\" class=jg>贸易</a>  ");
document.write("        | <a class=jg href=\"http://www.jgny.net/info/list.asp?classID=5\">园艺</a> ");
document.write("        | <a href=\"http://www.jgny.net/pindao/xumu/\" class=jg>畜牧</a> |<a href=\"http://www.jgny.net/ny/index.asp\" class=jg> ");
document.write("        农药</a></div></td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#666666\"> ");
document.write("    <td height=\"1\" colspan=\"2\"></td>");
document.write("  </tr>");
document.write("  <tr> ");
document.write("    <td width=\"215\" valign=\"bottom\"><img src=\"http://www.jgny.net/pindao/seed/images/sclogo.gif\" width=\"215\" height=\"45\"></td>");
document.write("    <td width=\"545\" height=\"64\" ><img src=\"http://www.jgny.net/pindao/seed/images/zy.jpg\" width=\"545\" height=\"60\"></td>");
document.write("  </tr>");
document.write("</table>");
document.write("");
document.write("<table width=\"760\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"font9\">");
document.write("  <tr> ");
document.write("    <td width=\"177\" height=\"20\" valign=\"bottom\" bgcolor=\"#006633\"> <div align=\"center\"> ");
document.write("        <script language=JavaScript>");
document.write("<!--");
document.write("calendar = new Date();");
document.write("day = calendar.getDay();");
document.write("month = calendar.getMonth();");
document.write("date = calendar.getDate();");
document.write("year = calendar.getYear();");
document.write("if (year< 100) year = 1900 + year;");
document.write("cent = parseInt(year/100);");
document.write("g = year % 19;");
document.write("k = parseInt((cent - 17)/25);");
document.write("i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;");
document.write("i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));");
document.write("j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;");
document.write("l = i - j;");
document.write("emonth = 3 + parseInt((l + 40)/44);");
document.write("edate = l + 28 - 31*parseInt((emonth/4));");
document.write("emonth--;");
document.write("var dayname = new Array (\"星期日\", \"星期一\", \"星期二\", \"星期三\", \"星期四\", \"星期五\", \"星期六\");");
document.write("var monthname = new Array (\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\" );");
document.write("document.write(\"<span class=font9><font color=#FFFFFF>\"+year +\"年\");");
document.write("document.write(monthname[month]);");
document.write("document.write(date + \"日  \");");
document.write("document.write(dayname[day]+\" \"+\"</font></span>\");");
document.write("// January(1月份节日，以下同。)");
document.write("if ((month == 0) && (date == 1)) document.write(\"元旦\");");
document.write("if ((month == 4) && (date == 1)) document.write(\"劳动节\");");
document.write("if ((month == 4) && (date == 4)) document.write(\"青年节\");");
document.write("if ((month == 5) && (date == 1)) document.write(\"儿童节\");");
document.write("if ((month == 11) && (date == 25)) document.write(\"圣诞节\"); ");
document.write("document.write(\"</font>\");");
document.write("//-->");
document.write("</script\>");
document.write("        <script>");
document.write("var SMDay= new Array (0,31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);");
document.write("var a=0;");
document.write("var b,c,d;");
document.write("var today=new Date();");
document.write("yy=today.getYear();");
document.write("SMonth=today.getMonth()+1;");
document.write("SDay=today.getDate();");
document.write("weekday=today.getDay();");
document.write("if ((yy%4==0) & (yy%100!=0) | (yy%400==0)) SMDay[2] = 29;");
document.write("for (i=0;i<SMonth;i++)");
document.write("{");
document.write("a=SMDay[i]+a;");
document.write("}");
document.write("a=a+SDay;");
document.write("b=(7+a-weekday)%7;");
document.write("d=7-b;");
document.write("c=(a+d-weekday+7)/7;");
document.write("document.write(\"<font color=#FFFFFF>\",\"第\",c,\"周\",\"</font>\");");
document.write("</script\>");
document.write("      </div></td>");
document.write("    <td width=\"583\" height=\"20\" valign=\"bottom\" bgcolor=\"#006633\"><font color=\"#FFFFFF\"><a class=bai href=\"http://www.jgny.net/pindao/seed/\">首页</a> ");
document.write("      | <a  class=bai href=\"http://www.jgny.net/pindao/seed/list.asp?en=21\">市场动态</a> | <a class=bai href=\"http://www.jgny.net/pindao/seed/list.asp?en=22\">价格行情</a> ");
document.write("      | <a class=bai href=\"http://trade.jgny.net/trade/market.asp?daleiid=78\">供求信息</a> ");
document.write("      | <a class=bai href=\"http://trade.jgny.net/productshow/search.asp?daleiid=78\">产品展示</a> ");
document.write("      | <a class=bai href=\"http://trade.jgny.net/company/search.asp?daleiid=78\">会员企业</a> ");
document.write("      | <a class=bai href=\"http://www.jgny.net/pindao/seed/list.asp?en=24\">行业标准</a> | <a class=bai href=\"http://www.jgny.net/pindao/seed/list.asp?en=23\">种业技术</a> ");
document.write("      | <a class=bai href=\"http://www.jgny.net/pindao/seed/list.asp?en=25\">审定品种</a></font></td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#006633\"> ");
document.write("    <td height=\"3\" colspan=\"2\"></td>");
document.write("  </tr>");
document.write("  <tr> ");
document.write("    <td height=\"1\" colspan=\"2\" bgcolor=\"#000000\"></td>");
document.write("  </tr>");
document.write("  <tr> ");
document.write("    <td height=\"1\" colspan=\"2\" bgcolor=\"B4B3B3\"></td>");
document.write("  </tr>");
document.write("</table>");
document.write("<table width=\"760\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("  <tr> ");
document.write("    <td height=\"64\" bgcolor=\"#F9F9F9\"><iframe src=\"http://www.jgny.net/ads/ad.asp\" width=\"760\" height=60 marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe></td>");
document.write("  </tr>");
document.write("</table>");
document.write("");
//-->
