$(function(){
  $("a").hover(function(){
    $(this).stop().attr('title', '');},
    function(){$(this).stop().attr();
  });
});
