//title:花木底层页面通栏2|createTime:2007-8-16 15:37:01|creater:18|editTime:15368
var other_dc_tl2_beginTime='20070918';
var other_dc_tl2_endTime='20100816';
var other_dc_tl2_currentTime=getCurrentDate();

var other_dc_tl2_content='';
if(isvalidation()){
   other_dc_tl2_content='<a href="http://www.zzfsx.com" target="_blank"><img src="http://ad0.aweb.com.cn/awebupf/7/138/2007918/1537194.gif" height="60" width="715" border="0" alt=" "/></a>';
}
document.write(other_dc_tl2_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_dc_tl2_currentTime)>=parseInt(other_dc_tl2_beginTime))&&(parseInt(other_dc_tl2_currentTime)<parseInt(other_dc_tl2_endTime))
}
