function mailto()
{
 mail_str = "mailto:?subject= Check this article ";
 mail_str += "&body="+location.href;
 location.href = mail_str;
}