function CheckIt() {var cPassword = document.forms[0].password.value;var cNextPage = "note.html";if (cPassword == "anotherworld" ||cPassword == "nottinghill" ||cPassword == "mikebirch" ||cPassword == "michaelbirch" ||cPassword == "michealbirch") {document.location.href = cNextPage;} else {alert('Sorry, wrong password, please try again. If you forgot the password, try a movie you have seen a million times or the name of a mutual friend, all with no spaces, or email me: jonnyfido@gmail.com');}}