$(function() {
	$(".info_box, .solution_boxes_class").click(function() {
		window.location.href = $(this).find("a").attr("href");					  
	})
});