function footer2()
{
	with (document)
	{
		writeln("<p><center><table cellpadding='5' width='100%'>");
		writeln("<tr><td bgcolor='#e0e0e0'><font size='+1'>");

		writeln("<center><p>Back to");

		writeln("<a href=\"javascript: history.back()\">Previous Page<\/a>");
		writeln("&nbsp; ~ &nbsp;");

		writeln("<a href=\"../index2.htm\">Karl Martz & Becky Brown</a>");

	writeln("<br><small><i>");
	writeln("All photographs copyright &copy;");
	writeln("<a href=\"mailto:emartz@microbio.umass.edu\">Estate of Karl Martz</a>");
	writeln("unless otherwise indicated.");
	writeln("</small>");

		writeln("</center>");

		writeln("</font></td></tr></table></center>");
	}
}
