function mailpage()
{
mail_str = "mailto:?subject=I thought this page on the MDwise, Inc. website would interest you";
mail_str += "&body=" + document.title;
mail_str += "  I hope you enjoy viewing this webpage " + location.href; 
location.href = mail_str;
}
/*mail_str += "&body=I thought you might be interested in the " + document.title;
*/
