
//title:农博教育正文图文1|createTime:2007-1-18 10:41:47|creater:1|editTime:163813
var edu_zw_tw_1_beginTime='20060711';
var edu_zw_tw_1_endTime='20190711';
var edu_zw_tw_1_currentTime=getCurrentDate();
if(isvalidation()){
    var edu_zw_tw_1_content='<div id="cont-main1ad2l" twffan="done">商讯:</div><div id="cont-main1ad2r" twffan="done"><ul>    <li><a target="_blank" href="http://zgycw.aweb.cn/shop/shopInclude.do?method=viewShopCatalog&amp;shopId=13016&amp;sort=0104">供各种野菜种子</a>　<a target="_blank" href="http://trade.aweb.com.cn/shop/showShop.do?shopId=10398">千年红油桃</a>　<a target="_blank" href="http://znds.aweb.cn/">芦笋种子</a>　<a target="_blank" href="http://xiaonongren.aweb.cn/">猪怀孕测定仪</a>　<a target="_blank" href="http://kuhn.aweb.cn/shop/shopInclude.do?method=getProductByCatalog&amp;catalogId=7595&amp;shopId=12884">耕整地设备</a>　 </li>    <li><a target="_blank" href="http://syxdjc.aweb.cn/">食用菌消毒剂</a>　<a target="_blank" href="http://mwq.aweb.cn/">多功能灭蚊器</a>　<a target="_blank" href="http://trade.aweb.com.cn/shop/shopInclude.do?method=viewShopCatalog&amp;shopId=12497&amp;sort=0104">园林整枝机</a>　<a target="_blank" href="http://trade.aweb.com.cn/shop/showShop.do?shopId=12874">周庄冰梨</a>&nbsp; <font face="Arial"><a href="http://trade.aweb.com.cn/showSellInfo.do?sid=153839">求玉米小麦大豆</a></font> </li></ul></div>'
    if (edu_zw_tw_1_content.indexOf('/awebupf/')>=0){
        edu_zw_tw_1_content = edu_zw_tw_1_content.replace('/awebupf/','http://ad0.aweb.com.cn/awebupf/')     
    }
    document.write(edu_zw_tw_1_content)
}else{
    document.write ('')
}
function getCurrentDate(){
var objDate=new Date();//创建一个日期对象表示当前时间
var year=objDate.getFullYear()+'';
var month=objDate.getMonth()+1;    //getMonth返回的月份是从0开始的，因此要加1
var date=objDate.getDate();
if (month<10) {
	month='0'+month;
}else{
	month=''+month;
}
if(date<10){
    date ='0'+date;
}else{
    date=''+date;
}
return year+month+date;
}
function isvalidation(){
  return (parseInt(edu_zw_tw_1_currentTime)>=parseInt(edu_zw_tw_1_beginTime))&&(parseInt(edu_zw_tw_1_currentTime)<parseInt(edu_zw_tw_1_endTime))
}
