if (typeof(jQuery) == 'function') {
	jQuery(document).ready(function($){
		if ($.fn.cdcaptcha) {
			$.fn.cdcaptcha.globalDefaults = ({
				headerText : 'Anti-Spam',
				infoText : 'Use o slide para prova que você é um humano!',
				lockedText : 'Bloqueado',
				unlockedText : 'Desbloqueado',
				uitheme : 'humanity',
				autoFormSubmit : false,
				slideCaptchaUp : 0
			});
			$('form[action*="option=com_comprofiler&task=login"]:first').cdcaptcha({
				additionalBoxStyle : 'width: auto;',
				random : 'Bf5TCHr92VTf',
				scope : 'mod_cblogin'
			});
		} else {
			alert('O script Anti-Spam está bloqueado!');
				return false;
			}
		});
	} else {
		alert("O plugin Design Captcha: desaparecido jQuery JS!");
	}