var http_request = false;
var query;

  function makeRequestNewsHP(tipo) {
    query=tipo;
    http_request = false;
    if (window.XMLHttpRequest) { // Mozilla, Safari,...
      http_request = new XMLHttpRequest();
      if (http_request.overrideMimeType) {
        http_request.overrideMimeType('text/xml');
      }
    } 
    else if (window.ActiveXObject) { // IE
      try {
        http_request = new ActiveXObject("Msxml2.XMLHTTP");
      } catch (e) {
        try {
          http_request = new ActiveXObject("Microsoft.XMLHTTP");
        } catch (e) {}
      }
    }

    if (!http_request) {
      alert('Giving up :( Cannot create an XMLHTTP instance');
      return false;
    }
    
    var ran_number= Math.random()*15; 
    
    if (query=='utenti') url = "box_tutteNewsUtenti.php?rand=ran_number";
    else if (query=='redazione') url = "box_news.php?rand=ran_number";
    else if (query=='lastcomm') url = "box_last_news_comm.php?rand=ran_number";
    else if (query=='categorie') url = "box_categorie_hp.php?rand=ran_number";
    else if (query=='ricerca') url = "box_ricerca_hp.php?rand=ran_number";
    else if (query=='eventi') url = "box_eventi_hp_top.php?rand=ran_number";
    
    http_request.onreadystatechange = alertContents;
    
    http_request.open('GET', url, true);
    http_request.send(null);
  }

  
  
  
  
  function alertContents() {
    if (http_request.readyState < 4){
			
			
			
			//In attesa del caricamento
			if (query=='utenti') {
					document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><img src="../img/bt_news_utenti_on.gif" width="89" height="22" alt="News utenti" border="0"><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'utenti\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (News Utenti) come predefinita" border="0"/></a></td></tr></table>';
			}
			else if (query=='redazione') {
				document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><img src="../img/bt_redazione_on.gif" width="88" height="22" alt="News redazione" border="0"><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'redazione\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (News Redazione) come predefinita" border="0"/></a></td></tr></table>';
		 	}
			else if (query=='lastcomm') {
									document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><img src="../img/bt_ultimi_commenti_on.gif" width="105" height="22" alt="Ultime news commentate" border="0"/><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'lastcomm\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Ultimi Commenti) come predefinita" border="0"/></a></td></tr></table>';

		 	}
			else if (query=='categorie') {
				document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><img src="../img/bt_categorie_on.gif" width="89" height="22" alt="Categorie" border="0"><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'categorie\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Categorie) come predefinita" border="0"/></a></td></tr></table>';  
      }
			else if (query=='ricerca') {
      	document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt=News utenti"" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"></a><img src="../img/bt_ricerca_on.gif" width="89" height="22" alt="Ricerca" border="0"><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'ricerca\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Ricerca) come predefinita" border="0"/></a></td></tr></table>'; 
			}
			else if (query=='eventi') {
      	document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt=News utenti"" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><img src="../img/bt_eventi_on.gif" width="89" height="22" alt="Eventi" border="0"/><br></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'eventi\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Eventi) come predefinita" border="0"/></a></td></tr></table>'; 
			}
			
			
			
		
			
      document.getElementById('wait').style.display = "block";    
      document.getElementById('boxbig1').style.display = "none";  
      document.getElementById('boxbig2').style.display = "none";  
			
			
			
			
    }
    else if (http_request.readyState == 4) {
      if (http_request.status == 200) {
        var xmldoc = http_request.responseText;
        if (query=='utenti') {
					document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><img src="../img/bt_news_utenti_on.gif" width="89" height="22" alt="News utenti" border="0"><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'utenti\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (News Utenti) come predefinita" border="0"/></a></td></tr></table>';
					/*document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><img src="../img/bt_news_utenti_on.gif" width="89" height="22" alt="News utenti" border="0"><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><img src="../img/tit_news.gif" width="96" height="17" alt="" border="0"/><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'utenti\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (News Utenti) come predefinita" border="0"/></a></td></tr></table>';*/
					document.getElementById('wait').style.display = "none";    
          document.getElementById("boxbig1").style.display = "none";  
          document.getElementById("boxbig2").style.display = "block";
					document.getElementById("linkNewsHP").style.display = "block";
          document.getElementById("news2").innerHTML = xmldoc;  
        }
        else if (query=='redazione') {
					document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><img src="../img/bt_redazione_on.gif" width="88" height="22" alt="News redazione" border="0"><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'redazione\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (News Redazione) come predefinita" border="0"/></a></td></tr></table>';
					/*document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><img src="../img/bt_redazione_on.gif" width="88" height="22" alt="News redazione" border="0"><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><img src="../img/tit_news.gif" width="96" height="17" alt="" border="0"/><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'redazione\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (News Redazione) come predefinita" border="0"/></a></td></tr></table>';*/
					document.getElementById('wait').style.display = "none";    
          document.getElementById("boxbig1").style.display = "block"; 
          document.getElementById("boxbig2").style.display = "none"; 
					document.getElementById("linkNewsHP").style.display = "block";
          document.getElementById("news1").innerHTML = xmldoc;  
        }
				else if (query=='lastcomm') {
					document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><img src="../img/bt_ultimi_commenti_on.gif" width="105" height="22" alt="Ultime news commentate" border="0"/><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"/></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br /></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'lastcomm\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Ultimi commenti) come predefinita" border="0"/></a></td></tr></table>';
					document.getElementById('wait').style.display = "none";    
          document.getElementById("boxbig1").style.display = "none"; 
          document.getElementById("boxbig2").style.display = "block";  
					document.getElementById("linkNewsHP").style.display = "block";
          document.getElementById("news2").innerHTML = xmldoc;  
        }
        else if (query=='categorie') {
          document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><img src="../img/bt_categorie_on.gif" width="89" height="22" alt="Categorie" border="0"><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"></a><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'categorie\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Categorie) come predefinita" border="0"/></a></td></tr></table>';
          /*document.getElementById("navigatotop").innerHTML = '<a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt="News utenti" border="0"></a><img src="../img/bt_categorie_on.gif" width="89" height="22" alt="Categorie" border="0"><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"></a><img src="../img/tit_news.gif" width="96" height="17" alt="" border="0"><br>';  */
					document.getElementById('wait').style.display = "none";    
          document.getElementById("boxbig1").style.display = "block"; 
          document.getElementById("boxbig2").style.display = "none";
					document.getElementById("linkNewsHP").style.display = "block";
          document.getElementById("news1").innerHTML = xmldoc;  
        }
		else if (query=='ricerca') {
          document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt=News utenti"" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"></a><img src="../img/bt_ricerca_on.gif" width="89" height="22" alt="Ricerca" border="0"><a href="javascript:makeRequestNewsHP(\'eventi\');"><img src="../img/bt_eventi_off.gif" width="89" height="22" alt="Eventi" border="0"/></a><br></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'ricerca\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Ricerca) come predefinita" border="0"/></a></td></tr></table>'; 
          /*document.getElementById("navigatotop").innerHTML = '<a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt=News utenti"" border="0"></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"></a><img src="../img/bt_ricerca_on.gif" width="89" height="22" alt="Ricerca" border="0"><img src="../img/tit_news.gif" width="96" height="17" alt="" border="0"><br>'; */
					document.getElementById('wait').style.display = "none";    
          document.getElementById("boxbig1").style.display = "block"; 
          document.getElementById("boxbig2").style.display = "none"; 
					document.getElementById("linkNewsHP").style.display = "block";
          document.getElementById("news1").innerHTML = xmldoc;  
        }
        
		else if (query=='eventi') {
          document.getElementById("navigatotop").innerHTML = '<table cellpadding="0" cellspacing="0" border="0" width="642"><tr><td><a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt=News utenti"" border="0"></a><a href="javascript:makeRequestNewsHP(\'lastcomm\');"><img src="../img/bt_ultimi_commenti_off.gif" width="105" height="22" alt="Ultimi commenti" border="0"/></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"></a><a href="javascript:makeRequestNewsHP(\'ricerca\');"><img src="../img/bt_ricerca_off.gif" width="89" height="22" alt="Ricerca" border="0"/></a><img src="../img/bt_eventi_on.gif" width="89" height="22" alt="Eventi" border="0"/><br></td><td align="right" valign="bottom"><a href="javascript:setTab(\'tabnav\',\'eventi\')"><img src="../img/setpref.gif" width="37" height="22" alt="Imposta questa scheda (Eventi) come predefinita" border="0"/></a></td></tr></table>'; 
          /*document.getElementById("navigatotop").innerHTML = '<a href="javascript:makeRequestNewsHP(\'redazione\');"><img src="../img/bt_redazione_off.gif" width="88" height="22" alt="News redazione" border="0"></a><a href="javascript:makeRequestNewsHP(\'utenti\');"><img src="../img/bt_news_utenti_off.gif" width="89" height="22" alt=News utenti"" border="0"></a><a href="javascript:makeRequestNewsHP(\'categorie\');"><img src="../img/bt_categorie_off.gif" width="89" height="22" alt="Categorie" border="0"></a><img src="../img/bt_ricerca_on.gif" width="89" height="22" alt="Ricerca" border="0"><img src="../img/tit_news.gif" width="96" height="17" alt="" border="0"><br>'; */
					document.getElementById('wait').style.display = "none";    
          document.getElementById("boxbig1").style.display = "block"; 
          document.getElementById("boxbig2").style.display = "none";
					document.getElementById("linkNewsHP").style.display = "none";
					
          document.getElementById("news1").innerHTML = xmldoc;  
        }
      
      
      } else {
        alert('Problemi nel caricamento nei dati.\nRiprova pił tardi o comunica l\'inconveniente.\nGrazie');
      }
    }
  }
  
