function mailpage()
{
  mail_str = "mailto:?subject= JavaScript Guide " + document.title;
  mail_str += "&body= Hi, I recommend this site (road2webmaster.com) -- " + document.title;
  mail_str += ". You should check this out at, " + location.href;
  location.href = mail_str;
}