We Have Highly Qualified Real Estate Professionals on board to Help YOU
with your move outside of Monroe County!
If you are relocating outside of Monroe County I can help. Through years
of working in this industry I and my company work with an outstanding group
of Relocation Professionals from around the Country.
All I ask is that you CALL me before calling an agent in the area you are
thinking about moving to.
Why?-Because if you call me First, then I will give you a FREE home warranty
for your next home!
This is how it works: When you call me first, I will introduce YOU to the
relocation agent and that agent will give us a Referral Fee. (This fee comes
out of their Buyer side Commission)
In turn... I will pay for a FREE home warranty for your next home. (absolutely
no cost to you) The cost/value on this runs from $400.00 an up. For more
info see http://www.cbpref.com/BuyHomeWarranty.asp
Where are the Relocation Agents that we use, located?
We have Relocation Agents in every state. This geographic distribution gives
you a wide selection of top real estate professionals to choose from.
So, if you are thinking about moving outside of the Florida Keys Area please
use the short contact form below and request a relocation package!
Thank you for your input.
';
exit;
}
foreach ($_POST as $key => $value) {
$_POST[$key] = preg_replace("/[^a-z0-9\.\!\@\#\$\,\?\-\s]+/i", ' ', $value);
}
$date = date("F j, Y, g:i a");
$email_body = <<< EMAIL_BODY
The following user completed a contact form on your website.
Do Not Reply To This Email.
Date: $date
First Name: $_POST[fname]
Last Name: $_POST[lname]
Phone: $_POST[phone]
Email: $_POST[email]
Street Address: $_POST[address]
City: $_POST[city]
State: $_POST[state]
Zip: $_POST[zip]
Buyer: $_POST[buyer]
Seller: $_POST[seller]
Comments: $_POST[comments]
EMAIL_BODY;
// Modify These Two Fields to Customize for Different Websites
$agent_name = 'Gary Mcadams';
$agent_email = 'garymcadams@bellsouth.net';
$website = $_SERVER['SERVER_NAME'];
$to = "$agent_name<$agent_email>";
$subject = "$website Form Submission";
$headers = "From: Do Not Reply\r\n";
$headers .= "X-Mailer: PHP v".phpversion()."\r\n";
@mail($to, $subject, $email_body, $headers);
print '
We have received your information and will be contacting you shortly
';
}
else{
?>
We appreciate you as a customer and will respond
asap!