function mailpage()
{
mail_str = "mailto:?subject=Take a look at the iMeta Technologies website" ;
mail_str += "&body=I thought you might be interested in this page on the iMeta Technologies website";
mail_str += ". You can view it at: " + location.href;
location.href = mail_str;
}
