$(document).ready(function() {    $("a[title]").hover(function () {    $(this).removeAttr("title");    });});