$(document).ready(function(){
$(".packageblock").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
});
