﻿function mailpage()
{
mail_str = "mailto:?subject=Trans Africa Safaris - Website recomondation"; //document.title;
mail_str += "&body=I thought you might be interested in the following page from the Trans Africa Safaris Website: " + document.title;
mail_str += ". Please follow this link to view the page: " + location.href; 
location.href = mail_str;
}
