function mailpage()
		{
		var href = new String(window.location.href);
		mail_str = "mailto:?subject=Metropolis of Boston Website "
		mail_str += "&body=I found this page on the Greek Orthodox Metropolis of Boston web site and thought you might find it interesting: " + document.title;
		mail_str += ".  You can view this page at the following URL: " + escape(href); 
		location.href = mail_str;
		}