function emailfriend()

{
  mail_str = "mailto:?subject= A delightful and useful site about Lemons ";
  mail_str += "&body=I found delightful site devoted to lemons; I think you will enjoy it too  -- ";
  mail_str += "Let me know what you think, " + location.href; 
  location.href = mail_str;
}


