
function mailpage()
{
mail_str = "mailto:?subject= Luxury Homes for Sale in the Village of East Hills";
mail_str += "&body= I found this luxury homes for Sale in the Village of East Hills at EastHillsNewHomes.com and thought you might find it interesting. Check it out right now, ";
mail_str += " " + parent.location.href; 
location.href = mail_str;
}
