validation[] = new Validation_Captcha($this->privateKey); require_once(dirname(__FILE__) . "/../Resources/recaptchalib.php"); echo recaptcha_get_html($this->publicKey); } }