<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script language="javascript">
<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="austele") { 
if (form.pass.value=="amicimici") {              
location="http://digilander.libero.it/austele/noiedinostriamici/index.html" 
} else {
alert("Password non valida")
}
} else {  alert("UserID non valido")
}
}
//-->
</script>
<body bgcolor="#FFFFFF" text="#000000">

</body>
</html>
