function Registrazione(message)
{
	var where_to = confirm(message);
	if (where_to==true)
	{
    window.location = "registrazione.php";
	}
}
