function econtact(who,where,what) {

  var url = 'mailto:';
  url += who + '@' + where
  url += what ? '?subject=' + escape(what) : '';
  location.href = url;
}
document.write('<link rel="icon" type="image/png" href="http://www.lundy.org.uk/img/LFSlogo.png">');

