// Copyright (c) 2002-2003 Openwave Systems Inc. All rights reserved.
// 
// The copyright to the computer software herein is the property of
// Openwave Systems Inc. The software may be used and/or copied only
// with the written permission of Openwave Systems Inc. or in accordance
// with the terms and conditions stipulated in the agreement/contract
// under which the software has been supplied.
// 








function forgotSubmit() {
  document.loginForm.action='/do/forgot/question?l=en-US&v=att';
  document.loginForm.submit();
}
