;(function($) {
    $(document).ready(function() {
        $("#header-logo-mark").click(function() {
            $("#footer-addendum-outer").show();
            return false;
        });
        
        $("a.closer").click(function() {
            $(this).parents(".closer-container").hide();
            return false;
        });
        
    });
})(jQuery);
