//title:饲料终端冠名|createTime:2008-5-9 16:32:28|creater:18|editTime:163316
var other_sl_zd_1_beginTime='20080509';
var other_sl_zd_1_endTime='20091109';
var other_sl_zd_1_currentTime=getCurrentDate();

var other_sl_zd_1_content='';
if(isvalidation()){
   other_sl_zd_1_content='<img src="http://ad0.aweb.com.cn/awebupf/7/138/2008515/172727106.gif" height="70" width="740" border="0" alt=" "/>';
}
document.write(other_sl_zd_1_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_sl_zd_1_currentTime)>=parseInt(other_sl_zd_1_beginTime))&&(parseInt(other_sl_zd_1_currentTime)<parseInt(other_sl_zd_1_endTime))
}
