function cleartext(){
	if(document.getElementById('searchform').s.value=='cerca nel sito'){
		document.getElementById('searchform').s.value='';
	}
}
