$(document).ready(function(){
	$('a.event').tooltip({ showURL: false });
	
	$('.fancybox').fancybox();
});


