function ShowDateFile() { year = DateSam1.getFullYear(); month= DateSam1.getFullMonth(); day = DateSam1.getFullDay(); if(year==2000 && month<12 && day<18) { alert("各栏目往日新闻是从2000年12月18日开始的"); return false; } document.location="http://www.cnnb.com.cn/system/"+year+"/"+month+"/"+day+"/"+0+"_"+year+month+day+".shtml"; return false; } var DateSam1 = new BSDate("DateSam1", "elm_DateSam1"); //DateSam1.updateDateTime(StringToDate("2006-12-27 9:57")); DateSam1.setTimeShow(false); DateSam1.show();