function passCheck() { var password = prompt("ENTER PASSWORD", "").trim(); if (password.toLowerCase() === "marymotherofjesus") { window.location = "https://ap0th30s1s.neocities.org/huh"; } else if (password.toLowerCase() === "fabula") { window.location = "https://ap0th30s1s.neocities.org/fabula"; } else if (password.toLowerCase() === "slab of meat") { window.location = "https://ap0th30s1s.neocities.org/slabofmeat"; } else if (password.toLowerCase() === "syuzhet") { window.location = "https://ap0th30s1s.neocities.org/fabula"; } else if (password.toLowerCase() === "pagria") { window.location = "https://ap0th30s1s.neocities.org/sos/t8ylums"; } else if (password.toLowerCase() === "anon") { window.location = "https://ap0th30s1s.neocities.org/sos/cakes"; } else if (password.toLowerCase() === "thrive") { window.location = "https://ap0th30s1s.neocities.org/hum"; } else if (password.toLowerCase() === "alea bailey") { window.location = "https://ap0th30s1s.neocities.org/aleabailey"; } else { window.location = "https://ap0th30s1s.neocities.org/not_found"; } } window.onload = function() { passCheck(); };