<!--//
/*Enter FrightDoll Press Section UserID and Password*/
function pasuser(form) {
if (form.id.value=="PressUser") { 
if (form.pass.value=="FDPressPage101") {              
location="loggedin_pressonly.html" 
} else {
alert("The password you have entered is incorrect. Please check that you have entered all characters and case values correctly. If the problem persists, contact FrightDoll for verification, authorization and/or more information.")
}
} else {  alert("Invalid UserID. Please check that you have entered all characters and case values correctly. If the problem persists, contact FrightDoll for verification, authorization and/or more information.")
}
}
//-->