$(function(){
  $("#newsletter_form .submit").click(function(){
    $("#newsletter_form form").submit()
    return false;
  })
})

