var password=prompt("Enter in the password\n","Enter Password Here");if (password == "newal") {document.write('<CENTER><H1>Robison Corner</H1> ');document.write('<p align=center><a href="realindex.htm">OK, Now Take Me To The Robison Corner Website</a></CENTER></p> ');}else {document.write('<CENTER><H1>Sorry...</H1> ');document.write('<p align=center><a href=index.html>Try again?</a></CENTER></p> ');}
