var password = "ecslagle"

var x = prompt("Enter in the password"," ")

if (x.toLowerCase() == password) {
alert("Come right in \n \n You've entered in the right password")
location = "index74.html"
}

else {
location = "nopro.html"
}

//-->

