function mailpage()
	{
	mail_str = "mailto:?subject=Interesting information about smartteam.net.my.";
	mail_str += "&body=I found some information on smartteam.net.my 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>
	}