$(function() {
	
	$('a.event_title').cluetip({
		local: true
	});
	
})
