//title:果蔬终端页面右上侧图片|createTime:2007-12-28 17:44:41|creater:18|editTime:173920
var other_jsi_zd_beginTime='20040405';
var other_jsi_zd_endTime='20100908';
var other_jsi_zd_currentTime=getCurrentDate();

var other_jsi_zd_content='';
if(isvalidation()){
   other_jsi_zd_content='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="108"><param name="movie" value="http://ad0.aweb.com.cn/awebupf/7/138/200992/161357164.gif" /><param name="quality" value="high" /><embed src="http://ad0.aweb.com.cn/awebupf/7/138/200992/161357164.gif" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="108"></embed></object>';
}
document.write(other_jsi_zd_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_jsi_zd_currentTime)>=parseInt(other_jsi_zd_beginTime))&&(parseInt(other_jsi_zd_currentTime)<parseInt(other_jsi_zd_endTime))
}
