//title:农机首页第一屏右侧bunner|createTime:2008-5-27 16:53:16|creater:18|editTime:165225
var other_nj_gg_4_beginTime='20080528';
var other_nj_gg_4_endTime='20100808';
var other_nj_gg_4_currentTime=getCurrentDate();

var other_nj_gg_4_content='';
if(isvalidation()){
   other_nj_gg_4_content='<a href="http://equip.aweb.com.cn/news/2007/12/4/10155122.shtml" target="_blank"><img src="http://ad0.aweb.com.cn/awebupf/7/138/2008529/13316251.jpg" height="80" width="180" border="0" alt=" "/></a>';
}
document.write(other_nj_gg_4_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_nj_gg_4_currentTime)>=parseInt(other_nj_gg_4_beginTime))&&(parseInt(other_nj_gg_4_currentTime)<parseInt(other_nj_gg_4_endTime))
}
