document.write('<div id="links">');
document.write('<table border=0 cellpadding=0 cellspacing=0><tr>');
document.write('<td><a href="gigs.php">Home<span> Our show calendar and main page of the site.</span></a></td>');
document.write('<td><a href="napresskit.pdf">Press Kit<span> Download quick press kit.</span></a></td>');
document.write('<td><a href="nband.htm">The Band<span> A band bio and introduction to the members.</span></a></td>');
//document.write('<td><a href="clubs.htm">The Clubs<span> Where you can join us...</span></a></td>');
document.write('<td><a href="ncontact.htm">Contact<span> How to contact us...  email and telephone info.</span></a></td>');
document.write('<td><a target=_blank href="pics/ngallery.htm">Gallery<span> Pictures from prior shows.</span></a></td>');
document.write('<td><a href="songlist.php">Song List<span> Our song list, growing all the time.</span></a></td>');
//document.write('<td><a href="nguestbook.htm">Guest Book<span> Read our guest book!</span></a></td>');
//document.write('<td><a href="media.htm">Downloads<span> Download and listen to us!</span></a></td>');
document.write('<td><a href="quotes.php">Quotes<span> What people are saying.</span></a></td>');
document.write('<td><a href="nlinks.htm">Links<span> Contact our web master and other miscellaneous links.</span></a></td>');
//document.write('<td><a href="ads.htm">Advertisers<span> Featured advertisers.  Check them out!</span></a></td>');

document.write('</tr></table>');
document.write('</div>');

/*
document.write('<div id="player">');
document.write('<table><tr><td><form action="stop.htm" target="header">');
document.write('<input type="image" border=0 src="images/btnstop.jpg" alt="Stop Music">');
document.write('</form></td>');
document.write('<td><form action="head.htm" target="header">');
document.write('<input type="image" border=0 src="images/btnplay.jpg" alt="Play Music">');
document.write('</form></td></tr></table>');
document.write('</div>');
*/