  

var password = prompt("Please enter your password","")

  if (password == "aquarius") 
	alert("Password accepted!  Click OK to enter!")

else  {window.location="http://www.prettypicturesuk.co.uk/Wedding Page.html";
	
alert("" +password+ " is an Invalid Password! Access denied...");

  }
  
