function planning()
{
mail_str = "mailto:admin@hilliercarterproperties.com.au?subject=Please contact me by return ";
mail_str += "&body=I am interested in your services. %0A%0ACould you please contact me by return mail, or I can be reached by phone on ...%0A%0A%0AThank You"
location.href = mail_str;
}
