// JavaScript Document
target = "_top";
index = "../index.html";
about = "../AboutTheBandPage/AboutTheBand.html";
cd = "../CDPage/CDPage.html";
calendar = "../CalendarPage/CalendarPage.html";
photo = "../PhotoAlbumPage/PhotoAlbum.html";
performance = "../PerformancePage/Performance.html";
pressreviews = "../PressReviewsPage/PressReviews.html";
repertoire = "../RepertoirePage/Repertoire.html";
links = "../LinksPage/Link.html";
contact = "../ContactUsPage/ContactUs.html";

document.write('<p><a href="'+index+'" target="'+target+'" class="blacklink">Home</a></p>');
document.write('<p><a href="'+about+'" target="'+target+'" class="blacklink">About the Band</a></p>');
document.write('<p><a href="'+cd+'" target="'+target+'" class="blacklink">CD &amp Sound<BR>Samples</a></p>');
document.write('<p><a href="'+calendar+'" target="'+target+'" class="blacklink">Calendar</a></p>');
document.write('<p><a href="'+photo+'" target="'+target+'" class="blacklink">Photo Album</a></p>');
document.write('<p><a href="'+performance+'" target="'+target+'" class="blacklink">Performance<BR>Information</a></p>');
document.write('<p><a href="'+pressreviews+'" target="'+target+'" class="blacklink">Press Reviews</a></p>');
document.write('<p><a href="'+repertoire+'" target="'+target+'" class="blacklink">Repertoire List</a></p>');
document.write('<p><a href="'+links+'" target="'+target+'" class="blacklink">Related Links</a></p>');
document.write('<p><a href="'+contact+'" target="'+target+'" class="blacklink">Contact Us</a></p>'); 

