It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
if (password==pass1) [ window.location= "index23.html"; // file to open if password is correct ] else [ window.location= "error.html"; // file to load if password is incorrect
var pass1 = "human"; // place password here