<!-- Begin
function mailpage()
{
  mail_str = "mailto:?subject=Check out these sites... ";
  mail_str += "&body=Caribbean Fever, your gateway to everything Caribbean and more... ";  
  mail_str += " It has all the information you need.  I highly recommend taking a look at their sites. ";
  mail_str += " http://www.caribbeanfever.com "; 
  mail_str += " http://www.islandhoppingfever.com ";
  mail_str += " http://www.carnivalfever.com ";
  mail_str += " http://www.musicfeverinfo.com ";
  mail_str += " http://www.festivalfeverandevents.com ";
  mail_str += " http://www.feverafrica.com ";
  
  location.href = mail_str;
}
// End -->
