function writeCopyright()
	{
	document.write("Copyright &copy; ", new Date().getFullYear(), " Great Plains Orthopaedics. All rights reserved.");
	}
