$(document).ready(function(){  	
	$('a.show-tooltip, span.show-tooltip, img.show-tooltip').each(
		function(){ 
			$(this).tooltip({track: true, 	delay: 0, 	showURL: false});	
	}); 
});
