//title:种业底层页面bunner1|createTime:2007-10-19 16:03:51|creater:18|editTime:16245
var other_zydc_bunner1_beginTime='20071019';
var other_zydc_bunner1_endTime='20101019';
var other_zydc_bunner1_currentTime=getCurrentDate();

var other_zydc_bunner1_content='';
if(isvalidation()){
   other_zydc_bunner1_content='<img src="http://ad0.aweb.com.cn/awebupf/7/138/200992/161245836.gif" height="108" width="250" border="0" alt=" "/>';
}
document.write(other_zydc_bunner1_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(other_zydc_bunner1_currentTime)>=parseInt(other_zydc_bunner1_beginTime))&&(parseInt(other_zydc_bunner1_currentTime)<parseInt(other_zydc_bunner1_endTime))
}
