
function mailpage()
{
mail_str = "mailto:?subject=Interesting Hair Services and Products website";
mail_str += "&body=This website is something you might find interesting. Natural hair styles and low prices at www.lelasbraiding.com. Enjoy! -- ";
mail_str += " Check it out at " + location.href; 
location.href = mail_str;
}
