// Function to create footer for pages

function doFooter()
{
	document.write('<br>');
	document.write('<center>');
	//document.write('<a href="#pagetop">Return To The Top Of The Page</a>');
	document.write('<HR width="300"><h5>');
	document.write('<a href="index.htm" target="_top">Home</a> | <a href="photos.htm" target="_top">Photos</a> | ');
	document.write('<a href="jazz.php" target="_top">Jazz</a> | <a href="articles.htm" target="_top">Articles</a> ');
	document.write('| <a href="join.htm" target="_TOP">Join</a> | <a href="store.htm" target="_top">Order</a> | ');
	document.write('<a href="jazz.htm" target="_top">Live Events</a> | <a href="contact.php" target="_top">Contact/Comments</a><BR>');
	document.write('All contents copyright &copy; 1995 - 2009 San Francisco Traditional Jazz Foundation<BR>');
	document.write('<a href="contact.php">Click here for sftradjazz questions or comments.</a> <br/>');
	document.write('<a href="register.php">Click here to register for free downloads and other benefits</a><br/><br/>');
	document.write('<a href="memberlogin.php">Member login </a>&nbsp;/&nbsp;<a href="logout.php">&nbsp;Log out</a><br/><br/></h5>');
	document.write('</center>');
}