Jreject can't seem to get it to work at all

Jreject can't seem to get it to work at all

Hello -

I have just recently implemented the jreject plugin. We have a website that doesn't work on older browser versions like IE 6 and 7. Also a couple of older Firefox versions. I really like how this plugin works and looks but I can't get it work on my own site.

This is the page i have it implemented on:

 <script src="http://code.jquery.com/jquery-1.7.2.js" type="text/javascript"></script>
        <script src="/wealth-advisors/js/jquery.reject.js" type="text/javascript"></script>
<script>
    $(function() { 
    $.reject({ 
         reject: { 
             safari: true, // Apple Safari 
             chrome: false, // Google Chrome 
             firefox:false, firefox1: true, firefox2: true , // Mozilla Firefox 
             msie: true, // Microsoft Internet Explorer 
             opera: true, // Opera 
             konqueror: true, // Konqueror (Linux) 
             unknown: true // Everything else 
         } 
     }); // 

}); 

</script>

CSS Style sheet:
<link rel="stylesheet" type="text/css" href="/css/wealth-advisors.css">

Anyone have any advice on how to get this to work? Or any other suggestions on what I should use for the browser issue.

I thank you in advance.

-Marcy-