$(function(){
   $(".big-button").click(
    function(e){
	self.location.href = $(this).find("a:first").attr("href");
    }
   );
});