(function($) {
	
	// Make entire #upcoming_events article clickable
	$('#upcoming_events article').click(function() {
		window.location = $(this).find('a').attr('href');
	});
	
})(this.jQuery);
