function typeStuff(form) {
  var password = form.inputbox.value;
  if (password == "Steph&Mike") {
    document.write("<html><head><link rel='stylesheet' type='text/css' href='page/Steph.css' /><title>Steph&apos;s Web Site</title></head><body><br /><br /><br /><br /><div  class='all'><embed type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' name='flashplayer' src='http://i251.photobucket.com/albums/gg294/wafpaf/countup/swf/usa2.swf?then_year=2010&then_month=1&then_day=25&eventt=2%2F25%2F10' quality='high' width='340' height='300' swliveconnect='true' allowscriptaccess='samedomain'><br /><br /><br /><br /><br /><br /><embed src='page/Smile.mp3' volume='50' height='60' width='144'></div></body></html>");
	}  

  else if (password == "NGgUuRA") {
    window.open("http://www.chodecircus.com/area51");
	}
	
  else if (password == "Joshua") {
    document.write("<html><head><link rel='stylesheet' type='text/css' href='page/Steph.css' /></head><body class='Joshua'><h4>GREETINGS PROFESSOR FALKEN.<br /><br />WOULD YOU LIKE TO PLAY A GAME?</h4></body></html>")
  }
	
  else if (password == "password") {
    document.write("<html><head><link rel='stylesheet' type='text/css' href='page/Steph.css' /><title>Steph&apos;s Web Site</title></head><body><br /><br /><br /><p class='all'>Really? <span class='all' style='font-style:italic;'>Really?</span> That is the most obvious password ever! At least try something interesting like 'root' or 'admin' or 'qwerty'. Do you really think a Information Security major (the person who made this website for Steph) would have that as the password? A strong password doesn't contain words in the dictionary, and does contain both letters, numbers, and symbols. Good passwords are phrases shortened, such as 'Steph loves being at the Mall' shorteded to 'S<3b@tM'.</p><!--use password: 'Joshua'--></body></html>");
  }
  else if (password == "S<3b@tM") {
    document.write("<html><head><link rel='stylesheet' type='text/css' href='page/Steph.css' /><title>Steph&apos;s Web Site</title></head><body><br /><br /><br /><p class='all'>O, aren't you clever? Put the password I give you in, and see what that gets you. You're just a regular Einstein. Now go enter 'NGgUuRA' like a good little drone.</p></body></html>");
  }
  else {
    document.write("<html><head><link rel='stylesheet' type='text/css' href='page/Steph.css' /><title>Steph&apos;s Web Site</title></head><body><br /><br /><br /><p class='all'>Incorrect Password</p></body></html>");
  }
}


function replaceDoc() {
  window.location.replace("http://www.w3schools.com")
  }

