function writeCopyright()
	{
	document.write("&copy; Copyright ", new Date().getFullYear(), " Children's Home. All rights reserved.");
	}
