function efriend()
{
mail_str = "mailto:?subject=Check out " + document.title;
mail_str += "&body=I thought you might be interested in the page " + document.title;
mail_str += ". You can view it at, " + location.href; 
location.href = mail_str;
}

function fbs_click()
{u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;
}

function email()
{
mail_str = "mailto:charlieirisheyes@mchsi.com?subject=";
mail_str += "";
mail_str += ""; 
location.href = mail_str;
}
