function submitNewsletterForm()
{
  document.capture_email.submit();  
}


function submitLoginForm()
{
  document.loginForm.submit();
}
