// JavaScript Document
now=new Date();
year=now.getYear();  //得到年份
month=now.getMonth()+1;  //得到月份
date=now.getDate();  //得到日期


var date1=""; 
var date2= year+"-"+month+"-"+date;
if (date1.length == 0) 
{
document.writeln("<a href=\"http:\/\/www.jxjtsc.com\/newsDetail.asp?id=7801\" target=\"_blank\"><img src=\"ads\/bolanhui.jpg\" width=\"700\" height=\'60\' border=\"0\"><\/a> ");

}
else
{
execScript('s = DateDiff("d",date2,date1)','vbscript'); 
	if (s<0)
	{
document.writeln("广告位出租");

	}
	else
	{
document.writeln("<a href=\"http:\/\/www.jxjtsc.com\/newsDetail.asp?id=7801\" target=\"_blank\"><img src=\"ads\/bolanhui.jpg\" width=\"700\" height=\'60\' border=\"0\"><\/a> ");

	}
}
