
function passWord() {
var testV = 1;
var pass1 = prompt('Scented Pillars are made to order and available under a special program.  Please call David at (650) 761 3838 for password and to discuss the program.',' ');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "dwscented") {
window.open('spillars.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Password');
}
if (pass1.toLowerCase()!="password" & testV ==3)
return " ";
}

