$(document).ready(function() {
	$('.tulosTapahtuma div').click(function() {
		window.location = $(this).attr('rel');
	});
});
