if (typeof(jQuery) == 'function') {
	jQuery(document).ready(function($){
		if ($.fn.cdcaptcha) {
			$.fn.cdcaptcha.globalDefaults = ({
				headerText : 'Antispam',
				infoText : 'Přesuňte posuvník vpravo na pozici Odemknuto.',
				lockedText : 'Zamknuto',
				unlockedText : 'Odemknuto',
				uitheme : 'ui-lightness',
				autoFormSubmit : false,
				slideCaptchaUp : 0
			});
			$('form[name="cd_login_form_login"]').cdcaptcha({
				prependElement : 'fieldset.input',
				position : 'after',
				random : 'P0r5qXYUUpeVYe2IWzBZu',
				scope : 'mod_cd_login'
			});
		} else {
			alert('Captcha skript je blokován!');
				return false;
			}
		});
	} else {
		alert('Zás. modul Core Design Captcha: Chybí jQuery JS!');
	}