<!-- Created by: Jim Stiles: http://jdstiles.com/ -->
function mailhostel()

{

  mail_str = "mailto:?subject=My recommendation for Chile: " + document.title;
  mail_str += "&body=Hallo, I would like to recommend you this hostel in Chile: " + document.title;
  mail_str += ". For more information just click here: " + location.href; 
  location.href = mail_str;

}



