// JavaScript Document
var depth = ""
if ( (location.href.indexOf("public") != -1) || (location.href.indexOf("cgi-bin") != -1) || (location.href.indexOf("news") != -1) ){
	depth = "../"
}
document.write('<br><a href="' + depth + 'index.htm">HOME</a> | ');
document.write('<a href="' + depth + 'faqs.htm">FAQS</a> | <a href="' + depth + 'newslist/index.htm">NEWS</a> | <a href="' + depth + 'links.htm">LINKS</a> | ');
document.write('<a href="' + depth + 'songs.htm">SONGS</a> | <a href="' + depth + 'venues.htm">VENUES</a> | <a href="' + depth + 'reviews.htm">REVIEWS</a> |');
document.write('<a href="' + depth + 'public/appearances.htm">APPEARANCES</a> | <a href="' + depth + 'contact.php">CONTACT THE BAND</a><br><br>');