<!-- Links navigation bar

document.write("<p align=center>");
	document.write("<font face=Arial>");
		document.write("<a href=index.html>Links Index</a> | ");
		document.write("<a href=amusement.html>Amusement Parks</a> | ");
		document.write("<a href=calendar.html>Calendar</a> | ");
		document.write("<a href=clubs.html>Clubs</a> | ");
		document.write("<a href=fallen.html>Fallen Flags</a> | ");
		document.write("<a href=fun_stuff.html>Fun Stuff</a> | ");
		document.write("<br> ");
		document.write("<a href=hobby.html>Hobby Shops</a> | ");
		document.write("<a href=local.html>Local Sites</a> | ");
		document.write("<a href=museums.html>Museums</a> | ");
		document.write("<a href=pubs.html>Publications</a> | ");
		document.write("<a href=railroad.html>Railroads</a> | ");
		document.write("<a href=railfan.html>Railfans</a> | ");
		document.write("<a href=../yahoo-groups.html>Yahoo Groups</a>");
	document.write("<font>");
document.write("</p>");

-->
