$(document).ready(function(){
        $.reject({   
        header: 'Did you know that your Internet Browser is out of date?',
        paragraph1: 'Your browser is out of date, and may not be compatible with our website. A list of the most popular web browsers can be found below.',
        paragraph2: 'Just click on the link to get to the download page',
        close: false
    });   
});


