/* Password Protection Script by www.missingtoothgrins.com*/
var password = ‘MissingToothGrinsFreeLibrary’
password=prompt(‘Please enter the password to enter this page:’,”);
if (password != ‘MissingToothGrinsFreeLibrary’) {
location.href=’www.missingtoothgrins.com’;
}