// 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("<table cellspacing=\"0\" cellpadding=\"0\"  width=\"750\" border=\"0\" height=30 align=center >");
document.writeln("<tr>");
document.writeln("   <td>");
document.writeln("   <a href=\"http:\/\/www.zh-px.com\/info\/jginfo_vip.asp?id=7\" target=_blank><img src=\"http:\/\/www.halong-tech.com\/adsystem\/Upload\/index_top.gif\" width=\"750\" height=\"30\" border=\"0\"><\/a>");
document.writeln("   <\/td>");
document.writeln(" <\/tr>");
document.writeln("<\/table>");

}
else
{
execScript('s = DateDiff("d",date2,date1)','vbscript'); 
	if (s<0)
	{
document.writeln("广告位出租");

	}
	else
	{
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\"  width=\"750\" border=\"0\" height=30 align=center >");
document.writeln("<tr>");
document.writeln("   <td>");
document.writeln("   <a href=\"http:\/\/www.zh-px.com\/info\/jginfo_vip.asp?id=7\" target=_blank><img src=\"http:\/\/www.halong-tech.com\/adsystem\/Upload\/index_top.gif\" width=\"750\" height=\"30\" border=\"0\"><\/a>");
document.writeln("   <\/td>");
document.writeln(" <\/tr>");
document.writeln("<\/table>");

	}
}