// on dom ready 
$(function(){
	
 	$('#event-calendar td a').tooltip({
		track: true,
		showURL: false
	});
	
});

 