<!-- Begin
URL           = window.location.href;
home          = (URL.indexOf('.html')               > -1);
schedule      = (URL.indexOf('.html?schedule')      > -1);
results       = (URL.indexOf('.html?results')       > -1);
roster        = (URL.indexOf('.html?roster')        > -1);
staff         = (URL.indexOf('.html?staff')         > -1);
records       = (URL.indexOf('.html?records')       > -1);
diving        = (URL.indexOf('.html?diving')        > -1);
contact       = (URL.indexOf('.html?contact')       > -1);
pictures      = (URL.indexOf('.html?pictures')      > -1);
scibs         = (URL.indexOf('.html?scibs')         > -1);
//  End -->
