	<!-- Begin
	function mailpage()
	{
		mail_str = "mailto:?subject=Global Hemp: " + document.title;
  		mail_str += "&body=I recommend you visit the following Global Hemp page -- " + document.title;
  		mail_str += ". Its available at, " + location.href; 
		location.href = mail_str;
	}
	//End -->