//title:60年专题广告六980*80|createTime:2009-6-12 13:48:52|creater:5|editTime:134737
var aweb_awebny06_beginTime='20090611';
var aweb_awebny06_endTime='20100611';
var aweb_awebny06_currentTime=getCurrentDate();

var aweb_awebny06_content='';
if(isvalidation()){
   aweb_awebny06_content='<a href="http://60.aweb.com.cn/index.shtml" target="_blank"><img src="http://ad0.aweb.com.cn/awebupf/7/138/2009612/134816153.gif" height="80" width="980" border="0" alt="中国农业60年广告6"/></a>';
}
document.write(aweb_awebny06_content);
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(aweb_awebny06_currentTime)>=parseInt(aweb_awebny06_beginTime))&&(parseInt(aweb_awebny06_currentTime)<parseInt(aweb_awebny06_endTime))
}
