// If you want to use reCAPTCHA to prevent spam your form page will need
// a .php extension and include the code below where you want your reCAPTCHA
// form. Copy and paste your reCAPTCHA pulib key into the variable below.
// e.g. $publickey = "Ff4tlkj0949JKgg5wtGWEBss6pgjUnt6nsdkEI";
//include("recaptchalib.php");
include $doc_root.'/app/recaptchalib.php';
$publickey = "6LfEz9ESAAAAAIZQuTJ93AprRtNlzcxdsfU2crJl";
echo recaptcha_get_html($publickey);
?>