<!-- Begin
	var mydate=new Date()
	var year=mydate.getYear()

	if (year<2000)
		year=1900+year

		document.write("1996 to "+year)
// End -->
