(function($){
    $(document).ready(function() {
    
        $("img").each(function() {
            $(this).removeAttr("title");
        });
        $(".favorite a").click(function() {
            return false;
        });
        $('a[title="Go to Staff."]').hide().prev().hide();
        $('body[class*=backintheday] #breadcrumbs').append('<span class="separator">&gt;</span> Back in the Day');
    });
})(jQuery);
