// JavaScript Document
// Modulo di Ricerca interna sito powered by Google

function Search() {
	var testo = document.getElementById("campoRicerca")
	window.location = "http://www.google.com/search?hl=it&ie=UTF-8&domains=vespolate.altervista.org&q=" + testo.value + "&btnG=Cerca&sitesearch=vespolate.altervista.org"
}