function mailpage()
{
mail_str = "mailto:?subject=Check out Leif Baker New Media Design"; // + document.title;
mail_str += "&body=I thought you might be interested in Leif Baker's web site, http://leifbaker.net .";
location.href = mail_str;
}

