function AlertUser()
{
var thepassword = window.prompt("Please see a Reference Librarian for a password to enter this database. After entering the password, click OK and then click the database name once again.","");
if (thepassword == "divad"){
document.location = 'http://www.wpunj.edu/library/ercfs.shtml';
}

}




