//default menu at side of page
var filename1 = "index.html";
var filename2 = "bios.html";
var filename3 = "events.html";
var filename4 = "photos.html";
var filename5 = "forums/";
var filename6 = "press.html";
var filename7 = "merchandise.html";
var filename8 = "video.html";
var filename9 = "mailinglist.html";
document.write("<a href=" + filename1 + " title='Back to the home page.'>HOME</a>" +
"<a href=" + filename2 + " title='Learn all about the members of Groove Rite!'>BIOS</a>" + 
"<a href=" + filename3 + " title=\"Find out where they'll be.\">EVENTS</a>" +
"<a href=" + filename6 + " title='Groove Rite is making the news!'>PRESS</a>" +
"<a href=" + filename4 + " title='See Groove Rite in action!'>PHOTOS</a>" +
"<a href=" + filename8 + " title='See video of Groove Rite playing live.'>MUSIC</a><br />" +
//"<a href=" + filename7 + " title='Buy cool Groove Rite stuff!'>MERCHANDISE</a><br />" +
"<a href=" + filename9 + " title='Find out where Groove Rite will be next! Join the mailing list!'>MAILING LIST</a>" +
"<a href=" + filename5 + " title='Visit our message board and get personal!'>MESSAGE BOARD</a>");
//