function mailpage()
	{
	mail_str = "mailto:?subject=Professional Web Design.";
	mail_str += "&body=I found some information on professional web design by MoreDynamic.com that I thought you might be interested in.";
	mail_str += " Check it out here:  " + location.href + "."; 
	location.href = mail_str;
	//Syntax for the link: <a href="javascript:mailpage()">Email This Page</a>
	}