
//title:农博科技首页要闻区图文广告|createTime:2007-1-17 14:36:45|creater:1|editTime:173916
var science_sy_tw_1_beginTime='20070313';
var science_sy_tw_1_endTime='20191010';
var science_sy_tw_1_currentTime=getCurrentDate();
if(isvalidation()){
    var science_sy_tw_1_content='<ul>    <li><a target="_blank" href="http://job.aweb.com.cn/entShow.do?entMemberId=3215 "><img alt="德佳牧业" border="0" twffan="done" src="/awebupf/7/142/2007314/134951649.jpg" /></a> </li>    <li><a target="_blank" href="http://www.qstry.com/"><img alt="强盛" border="0" twffan="done" src="/awebupf/7/142/2007314/134527166.gif" /></a> </li>    <li><a target="_blank" href="http://appserver.lenovo.com.cn/Product/Channel/product_catalog.asp?catalogid=115"><img alt="联想" border="0" twffan="done" src="/awebupf/7/142/2007314/173751166.gif" /></a> </li>    <li><a target="_blank" href="http://games.qq.com/event/yanxiang/"><img alt="研祥" border="0" twffan="done" src="/awebupf/7/142/2008116/101010563.jpg" /></a> </li></ul>'
    if (science_sy_tw_1_content.indexOf('/awebupf/')>=0){
        science_sy_tw_1_content = science_sy_tw_1_content.replace('/awebupf/','http://ad0.aweb.com.cn/awebupf/')     
    }
    document.write(science_sy_tw_1_content)
}else{
    document.write ('')
}
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(science_sy_tw_1_currentTime)>=parseInt(science_sy_tw_1_beginTime))&&(parseInt(science_sy_tw_1_currentTime)<parseInt(science_sy_tw_1_endTime))
}
