$(document).ready(function(){
	$('#header').click(function(){
		window.location= "index.php";
	});
	
	$("#udc-news").load("http://www.rosariomonteleone.it/wp/external/udc-news.php");
});
