jQuery(document).ready(function($) {
    $('#navigation a[title]').removeAttr('title');
});
