function writeCopyright()
	{
	document.write("Copyright &copy;", new Date().getFullYear(), "<br />Heritage Bank of Central Illinois");
	}
