var LoadReadyLocal = {
    
    s3Slider: function(){
        $(function() {
            $('#slider').s3Slider({
                timeOut: '1000'
            });
        });
    }    
    

};

LoadReady = $.extend(LoadReady, LoadReadyLocal);


$(function() {
    $('.hlist li:last-child a').css('border', 0);
    
    $('#footer a').click(function(e){
        e.preventDefault();
        Util.openDialogForLink.call(this, '', 600, 400);
    });

    $('.calloutBottom tr:last td').css('border-bottom', '1px solid #c0c1c2');
    $('.calloutBottom tr:last td:odd').css('border-bottom', '0');
    $('.calloutBottom tr:last td:odd').css('width', '20px');
    
    $.reject({
        closeCookie: true // Set cookie to remmember close for this session
    });
    
});


