 $(document).ready(function()	{
 
 
 	 			$("h1#titolo").click(function(){location.href="/";});
 	 			

 				});
