$(document).ready(function() {
	$(".panel").click(function() {
		window.location = $(this).children("p.link").children("a").attr("href");
	})
});