function passProt() {
var password = "";
password=prompt('Enter the secret IBS International Business Services password!', '');
if (password == "Latetrans") {
location.href= "IBSandUBS.htm" }

else {
location.href= "http:\\bjtechserv.com\index.htm" };
}

passProt()
