$(document).ready(function() {
	//$('.event_details').hide();
	
	$('.section_header, .current_event_header').click(function() {
		$(this).next().slideToggle();
	});
});
