/* 
  ------------------------------------------------
  Mail Web Page Link script
  Copyright (c) 2004-2005 Capture Web Design & Development
  www.capturewebdesign.com
  Version: 1.0
  ------------------------------------------------
*/
function mailpage()
{
  mail_str = "mailto:?subject= 2Afrika.com: " + document.title;
  mail_str += "&body= I recommend that you take a look at " + document.title;
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}