function mailpage()
{
mail_str = "mailto:?subject=Interesting information about Racine County Economic Development Corporation.";
	mail_str += "&body=I found some information on Racinecountyedc.org that I thought was worth sharing.";
	mail_str += " Check it out here:  " + location.href + "."; 
	location.href = mail_str;
//Syntax for the link: <a href="javascript:mailpage()">Email This Page</a>
}
