function inviaForm(){

if (document.FormRicerca.selezioneMOT.value == "notizie") {
  document.FormRicerca.action = "cerca_notizie.php"; }
if (document.FormRicerca.selezioneMOT.value == "eventi") {
  document.FormRicerca.action = "cerca_eventi.php"; }

document.form.submit(); 
}
