// JavaScript Document

		update = new Date(document.lastModified);
		theDate = update.getDate();
		theMonth = update.getMonth() +1;		
		theYear = update.getFullYear();
		document.writeln
		("Copyright &copy; 2000 - " + theYear + " ZZip Designs. All rights reserved. <br> Page last updated: " + theMonth + "/" + theDate + "/" + theYear);