$(document).ready(function() {
    $('#stickyfooter #hide_facebook_footer').click(function() {
        $('#stickyfooter').remove();
        $.cookie('hide_facebook_footer', '1', {'path': '/'});
        return false;
    });
});
