function mailpage()
	{
	mail_str = "mailto:?subject=Some useful information from Alentus.com";
	mail_str += "&body=I found some website hosting information on alentus.com 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>
	}