if (typeof(jQuery) == 'function') {
	jQuery(document).ready(function($){
		if ($.fn.cdcaptcha) {
		
			$.fn.cdcaptcha.globalDefaults = ({
				headerText : 'Captcha',
				infoText : 'Kontrola či ste človek - posunte pre odomknutie.',
				lockedText : 'Zamknúť',
				unlockedText : 'Odomknúť',
				uitheme : 'ui-lightness',
				autoFormSubmit : false,
				slideCaptchaUp : 0
			});
			
			$('form[name="signPetitionForm"]').cdcaptcha({
				submitElement : 'button[type="submit"]',
				random : '5veq75wPc8zf',
				scope : 'plg_content_cdpetitions'
			});
		}
		});
	}