function footerbb()
{
	with (document)
	{
		writeln("<p><center><table cellpadding='5' width='100%'>");
		writeln("<tr><td bgcolor='#e0e0e0'><font size='+1'>");
		writeln("<center>");

		writeln("<a href=\"../bbsigs/index.htm\">Signatures</a>");
		writeln("~ <a href=\"../../poetry/index.htm\">Poetry</a>");
		writeln("~ <a href=\"../../tlinebb.htm\">Timeline</a>");

		writeln("</center>");
		writeln("</font></td></tr></table></center>");
	}
}
