// JavaScript Document

document.write("<a href='about.html'>ABOUT</a>")
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;")
document.write("<a href='artists.html'>ARTIST</a>")
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;")
document.write("<a href='music.html'>MUSIC</a>")
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;")
document.write("<a href='instruments.html'>INSTRUMENTS</a>")
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;")
document.write("<a href='photos.html'>PHOTO GALLERY</a>")
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;")
document.write("<a href='news.html'>NEWS &amp; EVENTS</a>")
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;")
document.write("<a href='contact.php'>CONTACT</a>")
