function copy_bb()
{
	with (document)
	{
		writeln("<br><small><i>");
		writeln("All photographs copyright &copy;");
		writeln("<a href=\"mailto:emartz@microbio.umass.edu\">Margaret Rebekah Brown Martz</a>");
		writeln("unless otherwise indicated.</i>");
		writeln("</small>");
	}
}

