//<![CDATA[            
jQuery(function() {
$("#maptip area").tooltip({
delay:0,
track:true,
fade:100,
bodyHandler:function() {
return $($(this).attr("id")).html();
},
showURL: false
});
});
//]]> 