//title:农博要闻首页通栏1|createTime:2007-1-17 8:52:53|creater:1|editTime:133341
var news_sy_tl_1_beginTime='20100310';
var news_sy_tl_1_endTime='20111228';
var news_sy_tl_1_currentTime=getCurrentDate();

var news_sy_tl_1_content='';
if(isvalidation()){
   news_sy_tl_1_content='<a href="http://news.aweb.com.cn/z/2010lianghui/index.html" target="_blank"><img src="http://ad0.aweb.com.cn/awebupf/7/138/2010310/10520163.gif" height="100" width="750" border="0" alt="2010两会"/></a>';
}
document.write(news_sy_tl_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(news_sy_tl_1_currentTime)>=parseInt(news_sy_tl_1_beginTime))&&(parseInt(news_sy_tl_1_currentTime)<parseInt(news_sy_tl_1_endTime))
}
