$(document).ready(function() {

$("map *").tooltip({ positionRight: true,track:true,delay:0,showURL:false,showBody:"__" });


});