<!--
	var theDate = new Date()
	var theYear = theDate.getYear()
	document.write(theYear)
// -->