function writeCopyright()
	{
	document.write("Copyright &copy; ", new Date().getFullYear(), " Illinois Gastroenterology Institute. All Rights Reserved.");
	}
