//	This will display the Current Year in the copywrite message line.
whatYear = new Date();

	
document.write(' &copy; ' + whatYear.getFullYear()  + " Hoefer Enterprises");


//
