	<!--
	function validateRicerca()
	{
		if (document.ric.ricerca.value == "")
		{
			window.alert ("Please insert the text to search")
		return false;
		}
	return true;
	}
	//-->

<!--
function gestSubmit(){
	if(document.ric.where(1).checked){
		window.open('http://www.google.com/search?q=site:www%2Eprofumo%2Eit '+escape(document.ric.ricerca.value)+'&ie=UTF-8&oe=UTF-8&hl=en&btnG=Cerca+con+Google','','height=500,width=735,toolbar=yes,scrollbars=yes,resizable=yes,location=yes,menubar=yes',false);
		return false
	} else return true;
}
//-->
