
   function sendMailTo(name, company, domain) {
      locationstring = 'mai' + 'lto:' + name + '@' + company + '.' + domain;
      window.location.replace(locationstring);
   }
   function displayMail(address) {
      if (address=="info") document.writeln('&#105;&#110;&#102;&#111;&#064;&#116;&#114;&#097;&#099;&#105;&#110;&#103;&#099;&#101;&#110;&#116;&#101;&#114;&#046;&#111;&#114;&#103;&#046;');
      if (address=="kristin") document.writeln('&#107;&#103;&#97;&#108;&#108;&#97;&#115;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;');
      if (address=="screenings") document.writeln('&#115;&#099;&#114;&#101;&#101;&#110;&#105;&#110;&#103;&#115;&#064;&#116;&#114;&#097;&#099;&#105;&#110;&#103;&#099;&#101;&#110;&#116;&#101;&#114;&#046;&#111;&#114;&#103;&#046;');
      if (address=="Keila") document.writeln('&#107;&#100;&#101;&#112;&#111;&#111;&#114;&#116;&#101;&#114;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');
      if (address=="Tom") document.writeln('&#116;&#111;&#109;&#64;&#105;&#110;&#104;&#101;&#114;&#105;&#116;&#105;&#110;&#103;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#99;&#111;&#109;&#46;');
      if (address=="Dain") document.writeln('&#100;&#112;&#101;&#114;&#114;&#121;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');      if (address=="Elly") document.writeln('&#101;&#104;&#97;&#108;&#101;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');      if (address=="Elizabeth") document.writeln('&#101;&#115;&#116;&#117;&#114;&#103;&#101;&#115;&#108;&#108;&#101;&#114;&#101;&#110;&#97;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');      if (address=="Holly") document.writeln('&#104;&#102;&#117;&#108;&#116;&#111;&#110;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');      if (address=="James") document.writeln('&#106;&#112;&#101;&#114;&#114;&#121;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');      if (address=="Jim") document.writeln('&#106;&#105;&#109;&#46;&#112;&#101;&#114;&#114;&#121;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');      if (address=="Ledlie") document.writeln('&#108;&#108;&#97;&#117;&#103;&#104;&#108;&#105;&#110;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;&#46;');
	        if (address=="Info") document.writeln('&#105;&#110;&#102;&#111;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;');
				        if (address=="Bill") document.writeln('&#98;&#112;&#101;&#101;&#98;&#108;&#101;&#115;&#64;&#116;&#114;&#97;&#99;&#101;&#115;&#111;&#102;&#116;&#104;&#101;&#116;&#114;&#97;&#100;&#101;&#46;&#111;&#114;&#103;');
   }

