<!--
function mailpage()
{
  mail_str = "mailto:?subject= "+ document.title;
  mail_str += "&body=I recommend this article from Sidekickmag.com, ";
  mail_str += "" + location.href; 
  location.href = mail_str;
}
//-->