<html>
		<script>
		function NotAllowed()
		{
			alert('utente senza abilitazione. occorre loggarsi di nuovo');
			document.form.action = '/museodeiragazzi/';
			document.form.submit();
		}
		</script>
		<body onload='javascript:NotAllowed();'>
		<form name='form'>
		</form>
		</body>
		</html>