$(document).ready(function(){
    $("area.trigger").tooltip({
        delay: 0, 
        showURL: false, 
        track: true, 
        bodyHandler: function() { 
            return $($(this).next("div")).html(); 
            }
  });
});
