//var date = new Date();
//alert(date)
//var nowDate  = date.getDate();
//var nowMonth = date.getMonth()+1;
//var nowYear = date.getFullYear() 
//alert(nowDate +"/"+nowMonth+"/"+nowYear);
		
//if(nowMonth >= (11) && nowDate > (5) && nowYear >=2013 ){
	//document.location.href="notfoundpage.htm";
}




