var RecaptchaOptions = {
   theme: 'custom',
   lang: 'en',
   custom_theme_widget: 'recaptcha_widget'
};

window.onload = function() {
    Recaptcha.focus_response_field();
}