
$(document).ready(function() {
	
	$("map *").tooltip({ positionLeft: true });
	
	

});
