function mailpage()
{
mail_str = "mailto:?subject=Hemet Community Concert Association";
mail_str += "&body=You may be interested in the Hemet Community Concerts.";
mail_str += " The site is: " + location.href; 
location.href = mail_str;
}
