<!-- 

function tellAfriend()
{
var strBody = "The page is regarding '"+document.title+"', and is located here: "+window.location;
var strSubject = "I thought this page from mailordershoppe.com might interest you...";
window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}

//  -->