function ricercaInGoodjob(){
			var elementoDaRicercare = document.forms['frmRicerca'].cerca.value;
				window.location.href="ricerca.htm?criterioDiRicerca=" + elementoDaRicercare;
		}	