 function mailpage()
{
mail_str = "mailto:?subject=Take a look at this property on the Ballito Property website.";
mail_str += "&body=I thought you might be interested in this property";
mail_str += ". You can view it at, " + location.href;
location.href = mail_str;
}
