
<!--
/*Change the usename,password and the page to redirect the user to to suit your own site*/
function login(form) {
if (form.password.value=="VIP") {              
location="gallery" 
}
else {
alert("Invalid Password")
}
}
