// CONTROLLO DATA

	today=new Date();
    y0=today.getFullYear();
	

//AJAX BOX HOME

	$(document).ready(function(){ 
        $(document).pngFix();
        $("#box_mod_cont").load("mod_home/mod_home.html");
		$("#box_cont_extra").load("contpage/extra_home.html");
		$("#box_cont_extra_page").load("extra_ins.html");
    });
	