if (typeof(jQuery) == 'function') {
	jQuery(document).ready(function($){
		if ($.fn.cdcaptcha) {
		
			$.fn.cdcaptcha.globalDefaults = ({
				headerText : 'Защита от спама',
				infoText : 'Для разблокировки передвиньте ползунок вправо.',
				lockedText : '',
				unlockedText : '',
				uitheme : 'ui-lightness',
				autoFormSubmit : false,
				slideCaptchaUp : 0
			});
			
			$('form[name="cdlogin_form_login"]').cdcaptcha({
				prependElement : 'fieldset.input',
				position : 'after',
				random : 'zQ57Ven7SMx0Z3IrABqUb7',
				scope : 'mod_cdlogin'
			});
		}
		});
	}