 function mailpage()
{
mail_str = "mailto:?subject=Check Out the Atlanta Habitat for Humanity Website" ;
mail_str += "&body=Dear Friend, %0D %0DI thought you might be interested in the following page from the Atlanta Habitat for Humanity Website: "; 
mail_str += location.href; 
location.href = mail_str;
}


/*+ escape(document.title) +*/