﻿ 
 
function mail_to_friend()
{
window.location="mailto:someone@somedomain.com?subject=my%20subject&body="+ top.location.href + ""; 
}


