var mailsys="Netscape mail";
var author="Sphere";
if (author == "Sphere")
{
 phrompt=prompt;
 snarkconf=confirm;
}
 function emailfriend(place)
{
 who=phrompt("Enter a friend's email address: ","[Email Address Here]");
 what=phrompt("Accept Subject","A Message From Norman Robertson Ministries");
 stuff=phrompt("The Link",place);
 if (snarkconf("Are you sure you want to send an email to "+who+"?")==true)
{
 parent.location.href='mailto:'+who+'?subject='+what+'&body='+stuff+'';
}
}