<!--
function email()
{
mail_str = "mailto:?subject=MBARI web page";
mail_str += "&body=I thought you might be interested in this web page from MBARI: %0D%0A %0D%0A";
mail_str += location.href;
location.href = mail_str;
}
// -->
