function gallery_footer()
{
	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=\"bbpots.htm\">Becky Brown Ceramics & 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("</center>");

		writeln("</font></td></tr></table></center>");
	}
}

