

  /////////////////////////////////////////////////////////

  ///                                                   ///

  ///      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' + ' st' + 'yle="co' + 'lor:' + '#FFFFFF' + '" h' + 'ref=' + '"mai' + 'lto:' + name1 + '@' + domain1 + '">' + displayed1 + '<' + '/a>' + "\n");

   }
   

   function bot_save_string2(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");

   }

