  function login(form)
  {
    setTimeout('snork()',500);
  }
  
  function snork()
  {
    alert("Username or password incorrect!");
  }