
  /////////////////////////////////////////////////////////
  ///                                                   ///
  ///      Copyright (c) 2003 - Bulgaria, Varna         ///
  ///      Alexander Dichev                             ///
  ///      Email: alexander (#) dichev.com              ///
  ///      http://dichev.com/                           ///
  ///                                                   ///
  /////////////////////////////////////////////////////////
   
  // Hides email-addresses from the robots.
  // Variables "string" and "alt_text" are not required.

   function bot_save_string(domain1, name1, string) {
      displayed1=(typeof(string)=="undefined") ? name1+"@"+domain1 : string
      document.write('<a h' + 'ref=' + '"mai' + 'lto:' + name1 + '@' + domain1 + '">' + displayed1 + '</a>' + "\n");
   }

   function bot_save_map_area(domain2, name2, alt_text, coordinates) {
      displayed2=(typeof(alt_text)=="undefined") ? name2+"@"+domain2 : alt_text
      document.write('<ar' + 'ea sh' + 'ape="po' + 'ly" alt=' + '" ' + displayed2 + ' " coords="' + coordinates + '" h' + 're' + 'f="mai' + 'lt' + 'o:' + name2 + '@' + domain2 + '" />' + "\n");
   }

   function bot_save_image(domain3, name3, image, alt_text2) {
      displayed3=(typeof(alt_text2)=="undefined") ? name3+"@"+domain3 : alt_text2	   
      document.write('<a h' + 'ref=' + '"mai' + 'lto:' + name3 + '@' + domain3 + '"><img src="' + image + '" alt="' + displayed3 + '" /></a>' + "\n");
   }