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

});
