function pass() {
var password = '';
password=prompt('Whats the secret word?:','');
if (password != null) {
location.href= password + ".html";
}
}
