
//title:农博县域首页要闻区图文广告|createTime:2007-1-17 19:43:49|creater:1|editTime:143653
var county_sy_tw_1_beginTime='20071031';
var county_sy_tw_1_endTime='20101210';
var county_sy_tw_1_currentTime=getCurrentDate();
if(isvalidation()){
    var county_sy_tw_1_content='<ul>    <li><a href="http://www.zhaobao.cn/aboutus.asp?id=575"><img alt="招宝农庄" width="120" border="0" twffan="done" src="/awebupf/7/142/200932/17331122.jpg" /></a>&nbsp; </li>    <li><a target="_blank" href="http://county.aweb.com.cn/2007/8/30/48020070830104890.html"><img alt="旅游" border="0" twffan="done" src="/awebupf/7/142/2007928/163656118.jpg" /></a> </li>    <li><a target="_blank" href="http://2009.aweb.com.cn/index.jsp"><img alt="2009有机食品网络展销会" border="0" twffan="done" src="/awebupf/7/142/2009113/135017957.jpg" /></a> </li></ul>'
    if (county_sy_tw_1_content.indexOf('/awebupf/')>=0){
        county_sy_tw_1_content = county_sy_tw_1_content.replace('/awebupf/','http://ad0.aweb.com.cn/awebupf/')     
    }
    document.write(county_sy_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(county_sy_tw_1_currentTime)>=parseInt(county_sy_tw_1_beginTime))&&(parseInt(county_sy_tw_1_currentTime)<parseInt(county_sy_tw_1_endTime))
}
