
	now = new Date
	theYear=now.getYear()
	if (theYear < 1900)
	theYear=theYear+1900
	startDate = "2001-"
	document.write(startDate + theYear)
