var RecaptchaOptions = {
            theme: "custom",
            custom_translations : {
            instructions_visual : "Opište výše uvedený text:",
			instructions_audio : "Přepište zvukový záznam:",
			play_again : "Přehrát znovu",
			cant_hear_this : "Slyšíte zvuk",
			visual_challenge : "Zobrazit text",
			audio_challenge : "Zvukový formát",
			refresh_btn : "Nové zadání",
			help_btn : "Pomoc",
			incorrect_try_again : "Špatné údaje. Celou akci opakujte",
			},
            custom_theme_widget: 'recaptcha'
        };


