<!-- Begin
function loginCheck (loginStr) {
   var errStr="Invalid username or password!"

   alert(errStr)
   return false;
}   