function authuser(form) { 
if (form.secret01.value=="guest") { 
if (form.secret02.value=="enter") { 
    location="cast_stone_stock.htm" 
} else { 
document.form.reset();
alert ('Sorry! Your account code was not found or your password is incorrect. Please try again.');
    } 
} else { 
document.form.reset();
alert ('Sorry! Your account code was not found or your password is incorrect. Please try again.');
    } 
} 
