
<script language="JavaScript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var password = prompt("Enter in the password. It's ' impossible '.","")
if (password == null) {
history.back();
}
else {
location = password.toLowerCase() + ".html"
//-->
</script>