$(document).ready(function(){
  $("img.small").tooltip({
     delay: 0,
     track: true,
     showURL: false
  });
});