
//Air Safety Investigation SecurePage V3.0//

<!--
var password = prompt("Please enter your password\  ")

if (password == "pipermags") {
alert("Please continue \n \n Your password was correct!")
location = "restrict.htm"
}

else {
location = "http://www.asiresource.com/default.htm"
}

//-->

