//function initRecaptcha()
//{
//        Recaptcha.create("6LeikQUAAAAAADCxNTedauu_ts7U8THGm_xn-2zv", "recaptcha_div", { theme:"clean",  callback: Recaptcha.focus_response_field});
//}

function initRecaptcha()
{
//        Recaptcha.create("6LeikQUAAAAAADCxNTedauu_ts7U8THGm_xn-2zv", "recaptcha_widget", { theme:"custom", custom_theme_widget:"recaptcha_widget" /* enable if you need the recaptcha field to get focus, callback: Recaptcha.focus_response_field*/});
        Recaptcha.create("6LdiegwAAAAAAMfG-WW4UAURdmj3_x4t6n11KXXY", "recaptcha_widget", { theme:"custom", custom_theme_widget:"recaptcha_widget" /* enable if you need the recaptcha field to get focus, callback: Recaptcha.focus_response_field*/});
}


function reloadRecaptcha(){
    Recaptcha.reload ();
}

function switchTo(type){
    Recaptcha.switch_type(type);
}


