var nowdate  = new Date();
var showway = "long";
var endtime  = parseInt(20080527);
var nowtime  = nowdate.getFullYear();
if(nowdate.getMonth() < 9) {
   nowtime = nowtime+"0"+(nowdate.getMonth()+1)+""+nowdate.getDate();
}else{
   nowtime = nowtime+""+(nowdate.getMonth()+1)+""+nowdate.getDate();
}
nowtime = parseInt(nowtime);
if(showway == "long" || endtime>nowtime) {
    document.write('<a href="http://www.xunbiz.com/" title="xuncode.cn" target="_blank" onMouseOver="self.status=\'http://www.xunbiz.com\';return true"; onMouseOut="self.status=\'\';"><img src="http://www.xuncode.cn/ad/enkj_468_60.gif" border="0"  width="468" height="60" /></a>');
}else {
   document.write(' ');
}