function writeCopyright()
	{
	document.write("Copyright &copy; ", new Date().getFullYear(), " D. Joseph &amp; Sons, Inc. All rights reserved.");
	}
