function recupereUrl(){
	var url=document.location;
	document.getElementById('f_url').value=url;
}