
    $(document).ready(function () {
        $('#mgmtPhoto').hide().fadeIn(2000);
        $('#mgmtBio').hide().fadeIn(3000);
    });

