$(document).ready(function(){
  $("body a").each(function(){
    $(this).removeAttr("title");
  });
})
