$(document).ready(function() { 
	$('.home_panel').click(function(){
			document.location = $(this).find('a').attr('href');
		})	
});
