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

});
