var navoutput = ""
navoutput = navoutput + "<table width=700 cellpadding=0 cellspacing=0 border=0 hspace=0 vspace=0 align='center' class='navigation'><tr valign='top'><td align='center' >"
navoutput = navoutput + "<a class='navigationlink' href='index.html'>home</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='news.html'>news</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='biography.html'>biography</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='discography.html'>discography</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='rudiments.html'>rudiments</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='equipment.html'>equipment</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='gallery.html'>gallery</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='forum.html'>forum</a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;"
navoutput = navoutput + "<a class='navigationlink' href='links.html'>links</a>"
navoutput = navoutput + "</font></td></tr></table>"
document.write(navoutput);