function mailpage()
	{
	mail_str = "mailto:?subject=HostIntegrada.com";
	mail_str += "&body=Eu encontrei informações interessantes ";
	mail_str += "nesta página:" + location.href + "."; 
	location.href = mail_str;
	//Syntax for the link: <a href="javascript:mailpage()">Email This Page</a>
	}