$(document).ready(function(){

	$(".eventHighlight").click(function(){
		
		window.location = "events/index.php"
		
	});
	
	
});

