/* PAGE DESCRIPTION:
A login screen used to allow administrators to login. This page
calls "validate.html" to actually perform the user validation
based upon the values entered in the form on this page.
*/
write('');
if (request.message != null)
{ write('');
write('
');
}