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