Contact


<?php
$ipi = getenv("REMOTE_ADDR");
$httprefi = getenv ("HTTP_REFERER");
$httpagenti = getenv ("HTTP_USER_AGENT");
?>


<? require_once('/home/users/web/b134/d5.briggspage/public_html/isabellaryan/scripts/recaptchalib.php');
$publickey = "6LesLgwAAAAAAEzd75H2UBK3LrS4Nkd4rsLQhLT9"; // you got this from the signup page
echo recaptcha_get_html($publickey);
?>