//title:农博财经正文通栏1|createTime:2007-1-18 9:03:14|creater:1|editTime:95354
var finance_zw_tl_1_beginTime='20100310';
var finance_zw_tl_1_endTime='20111230';
var finance_zw_tl_1_currentTime=getCurrentDate();

var finance_zw_tl_1_content='';
if(isvalidation()){
   finance_zw_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/10847189.gif" height="100" width="750" border="0" alt="2010两会"/></a>';
}
document.write(finance_zw_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(finance_zw_tl_1_currentTime)>=parseInt(finance_zw_tl_1_beginTime))&&(parseInt(finance_zw_tl_1_currentTime)<parseInt(finance_zw_tl_1_endTime))
}
