

function emailafriend()
{
var emailbody = "I thought you might find this product I found on AmputeeSupplies.com interesting."+window.location;
var emailsubject = "This website sells prosthetic supplies direct to Amputees. ";
window.location = "mailto:?subject="+emailsubject+"&body="+emailbody;
}

