function showBanner() {
        var url = window.location.href;
        var nohttp = url.split('//')[1];
        var hostPort = nohttp.split('/')[1];
        var section = hostPort.split('.')[0];
        if (section == "AboutUs") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/aboutus-header.jpg' border='0' alt='WNLSD'>"); }
        else if (section == "Board") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/board-header.jpg' border='0' alt='WNLSD'>"); }
        else if (section == "District") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/district-header.jpg' border='0' alt='WNLSD'>"); }
        else if (section == "Parents") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/parents-header.jpg' border='0' alt='WNLSD'>"); }
        else if (section == "Students") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/students-header.jpg' border='0' alt='WNLSD'>"); }
        else if (section == "Staff") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/staff-header.jpg' border='0' alt='WNLSD'>"); }
        else if (section == "Careers") { document.write("<img src='/Portals/_default/Skins/wnlsd/images/careers-header.jpg' border='0' alt='WNLSD'>"); }
        else { document.write("<img src='/Portals/_default/Skins/wnlsd/images/default-header.jpg' border='0' alt='WNLSD'>"); }
    }
