$(document).ready(function(){
	$("div#editorial_block_center").click(function(e){
		document.location.href='home/1-home.php';
	});
});

