copyright=new Date();
update=copyright.getYear();
if (update < 2000) {
		update += 1900;}
	document.writeln("Copyright &copy; 2000-"+ update + " William Schaeferle");
	document.writeln("Document modified: " + document.lastModified);
	document.writeln("www.billsrailroadpage.com");