// JavaScript Document
function testUser() {
var name=prompt("Please provide the password.");
if (name=="St3fan")
  {
  window.location.href="MembersPrivatePage1.html"
  }
}