function sendpage()
{
mail_str = "mailto:?subject= Teleflight: " + document.title;
mail_str += "&body=I found a site I thought you'd like to see: " + document.title;
mail_str += ". The address: " + location.href;
location.href = mail_str;
}
