<!--	

//

//////////////////////////////////////////////////////////////////////////////////////////

	  todaysDate = new Date(); 
	  document.write(); if
	  (todaysDate.getYear()
	  <1000){ document.write(todaysDate.getYear() + 1900); } else { document.write(todaysDate.getYear());
	  } 
	  
//////////////////////////////////////////////////////////////////////////////////////////

//-->