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=\"../bbpots.htm\">Becky Brown Pottery</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("</center>");

		writeln("</font></td></tr></table></center>");
	}
}

function tywu()
{
	with (document)
	{
		writeln("<center><small>");
		writeln("Pottery by Becky Brown");
		writeln("(title, year, whereabouts unknown.)</small>");
		writeln("</center>");
	}
}

function ywu()
{
	with (document)
	{
		writeln("<center><small>");
		writeln("(Year and whereabouts unknown.)</small>");
		writeln("</center>");
	}
}

function wu()
{
	with (document)
	{
		writeln("<center><small>");
		writeln("(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 pc()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Private collection.</small>");
		writeln("</center>");
	}
}

function pgm()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Photography 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 pbm()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Photography by");
		writeln("<a href=\"http://www.uwsp.edu/music/faculty/bmartz/bmartz.htm\">Brian Martz</a>.</small>");
		writeln("</center>");
	}
}

function plh() // photo by Lois H.
{

}

