var loc = document.location;
var loc = loc.toString();

document.write('<table bgcolor=#FFFFFF cellpadding="0" cellspacing="0" border="0" width=780 height=40>');
if (loc.indexOf("bio") != -1) {
document.write('<tr><td width=480><img src="images/banbio.gif" border=0 height=30 width=470 alt="Biography"></td>');
}
else if (loc.indexOf("downloads") != -1) {
document.write('<tr><td width=480><img src="images/bandownloads.gif" border=0 height=30 width=470 alt="Download Music"></td>');
}
else if (loc.indexOf("photos") != -1) {
document.write('<tr><td width=480><img src="images/banphotos.gif" border=0 height=30 width=470 alt="Photos"></td>');
}
else if (loc.indexOf("recordings") != -1) {
document.write('<tr><td width=480><img src="images/banrecordings.gif" border=0 height=30 width=470 alt="Recordings"></td>');
}
else if (loc.indexOf("schedule") != -1) {
document.write('<tr><td width=480><img src="images/banschedule.gif" border=0 height=30 width=470 alt="Schedule"></td>');
}
else if (loc.indexOf("index.htm") != -1) {
document.write('<tr><td width=480><img src="images/banhome.gif" border=0 height=30 width=470 alt="Home Page Banner"></td>');
}
else if (loc.indexOf("") != -1) {
document.write('<tr><td width=480><img src="images/banhome.gif" border=0 height=30 width=470 alt="Home Page Banner"></td>');
}
else if (loc.indexOf("contact") != -1) {
document.write('<tr><td width=480><img src="images/bancontact.gif" border=0 height=30 width=470 alt="Contact"></td>');
}
else if (loc.indexOf("purchase") != -1) {
document.write('<tr><td width=480><img src="images/banpurchase.gif" border=0 height=30 width=470 alt="Purchase"></td>');
}
document.write('<td width=100 align=right><a href="index.htm">Home</a></td>');
document.write('<td width=100 align=right><a href="schedule.htm">Schedule</a></td>');
document.write('<td width=100 align=right><a href="contact.htm">Contact</a></td>');
document.write('<td width=100 align=right><a href="purchase.htm">Purchase</a></td></tr></table>');