
<!-- Begin
function mailpage()
{
  mail_str = "mailto:?subject= Take a look at this - I thought you might find it interesting";
  mail_str += "&body= Hi.  I was on InTechToday.com, and found this article.  I thought you might find it interesting";
  mail_str += ". You should check it out: " + location.href; 
  location.href = mail_str;
}
// End -->
