function sendAfriend(){
  var strBody = "I wanted to let you know about this great website full of Commercial Mailboxes,  Here's a link..."+window.location;
  var strSubject = "BudgetCommercialMailboxes has commercial mailboxes, great prices and service.";
  window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}
