function gallery_footer()
{
	with (document)
	{
		writeln("<p><center><table cellpadding='5'>");
		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=\"../bbsculpt.htm\">Becky Brown Sculpture</a>");
		writeln("&nbsp; ~ &nbsp;");
		writeln("<a href=\"../index.htm\">Becky Brown Gallery</a>");
		writeln("&nbsp; ~ &nbsp;");
		writeln("<a href=\"../../../index.htm\">Becky Brown & Karl Martz</a>");

	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.");
	writeln("</small>");

		writeln("</center>");

		writeln("</font></td></tr></table></center>");
	}
}

function tywu()
{
	with (document)
	{
		writeln("<center><small>");
		writeln("Sculpture by Becky Brown");
		writeln("(title, year, whereabouts unknown.)</small>");
		writeln("</center>");
	}
}

function tyu()
{
	with (document)
	{
		writeln("<center><small>");
		writeln("Sculpture by Becky Brown");
		writeln("(title, year unknown.)</small>");
		writeln("</center>");
	}
}

function wu()
{
	with (document)
	{
		writeln("<center><small>");
		writeln("(Whereabouts unknown.)</small>");
		writeln("</center>");
	}
}

function pc()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Private collection.</small>");
		writeln("</center>");
	}
}

function pgm()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Photographs copyright &copy; 2001 by");
		writeln("<a href=\"../../gmarsh/gmarsh.htm\">Ginny Marsh</a>.</small>");
		writeln("</center>");
	}
}

function pem()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Photography by");
		writeln("<a href=\"http://www.umass.edu/molvis/martz\">Eric Martz</a>.</small>");
		writeln("</center>");
	}
}
function plh() // photos by Lois H.
{
	
}
