document.write ('<p>')
document.write ('<table>')
document.write ('<tr>')
document.write ('<td><a href="welcome.htm">Home</a></td>')
document.write ('<td><a href="press.htm">CD/Press</a></td>')
document.write ('<td><a href="bio.htm">Biography</a></td>')
document.write ('<td><a href="photos.htm">Photos</a></td>')
document.write ('<td><a href="repertoire.htm">Repertoire</a></td>')
document.write ('<td><a href="audio.htm">Audio</a></td>')
document.write ('<td><a href="lyrics.htm">Lyrics</a></td>')
document.write ('<td><a href="mailto:akenyon@charter.net">Contact</a></td>')
document.write ('<td><a href="dates.htm">Shows</a></td>')
document.write ('</tr>')
document.write ('</table>')
document.write ('</p>')
document.write ('<hr/>')

