function emailpage()
{
var emailaddress="";
var subject="A Web Link to the Concordia Seminary";
var bodytext="I thought you might be interested in this link to:  ";
window.location="mailto:"+emailaddress+"?subject="+subject+"&body="+bodytext+document.title+" ("+window.location+").";
}
