function mailpage()
{
  mail_str = "mailto:?subject= Hanks Yearbook Information... ";
  mail_str += "&body=This is what you need to know about the Hanks yearbook: " + document.title;
  mail_str += ". Here's the link: " + location.href; 
  location.href = mail_str;
}