<!--


// CERCA CON GOOGLE
function gSearch() {
	var testo = document.getElementById("campoTesto");
	if (testo.value == "accessibilità") { window.location = "http://gabrieleromanato.altervista.org/accessibilita.html"; }
	else { window.location = "http://www.google.com/search?hl=it&ie=UTF-8&domains=http://gabrieleromanato.altervista.org&q=" + testo.value + "&btnG=Cerca&sitesearch=http://gabrieleromanato.altervista.org"; }
}

//-->