function onHome() {
location.href = "index.html";
}
function onEvents() {
location.href = "events.html";
}
function onBands() {
location.href = "bands.html";
}
function onBanquet() {
location.href = "eventcenter.html";
}
function onContact() {
location.href = "contact.html";
}