function emailAFriend() {
	var msg = "\nI found '" + document.title + "' here: " + location.href + "\n";
	window.location = "mailto:?subject="+escape(document.title)+"&body="+escape(msg);
}