
function copyrite()
{
	with (document)
	{
		writeln("All contents of this website copyright &copy; 2009 by");
		writeln("<a href=\"mailto:emartz@microbio.umass.edu\">Eric Martz</a>");
		writeln("unless otherwise noted.");
		writeln("Photographs from this website may not be reproduced without");
		writeln("explicit permission.");
	}
}

