$(function() {
	$("p.link_eshop").click(function() {
		window.location.href = $(this).find("a").attr("href");
	});
});

