//title:商务新首页搜索栏广告|createTime:2009-6-24 15:20:32|creater:1|editTime:151832
var other_ntrade_serchpic_beginTime='20040405';
var other_ntrade_serchpic_endTime='20100519';
var other_ntrade_serchpic_currentTime=getCurrentDate();

var other_ntrade_serchpic_content='';
if(isvalidation()){
   other_ntrade_serchpic_content='<a href="http://jilinjinling.aweb.cn/shop/shopInclude.do?method=viewShopCatalog&shopId=9735&sort=0103" target="_blank"><img src="http://ad0.aweb.com.cn/awebupf/7/138/200985/9492840.jpg" height="55" width="181" border="0" alt=" "/></a>';
}
document.write(other_ntrade_serchpic_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_ntrade_serchpic_currentTime)>=parseInt(other_ntrade_serchpic_beginTime))&&(parseInt(other_ntrade_serchpic_currentTime)<parseInt(other_ntrade_serchpic_endTime))
}

