// This file is used to hide the email links from spiders and spambots

function makeinfo() {
  first = "info";
  second = "@";
  third = "southeastregion"
  fourth = "dressage.com";
  info = first + second + third + fourth;
}

function writeinfo() {
  makeinfo();
  window.document.write('<a href="#" onClick="sendtoinfo();return false;" title="click to send an email" onMouseOver="window.status=\'\';return true;">' + info + '</a>');
}

function sendtoinfo() {
  first = "info";
  second = "@";
  third = "southeastregion"
  fourth = "dressage.com";
  info = first + second + third + fourth;
  window.document.location.href = 'mailto:' + info;
}

function sendtocassandra() {
  first = "cassandra_h_uk";
  second = "@";
  third = "yahoo."
  fourth = "co.uk";
  cassandra = first + second + third + fourth;
  window.document.location.href = 'mailto:' + cassandra;
}

function sendtomaryc() {
  first = "mary.sedressage";
  second = "@";
  third = "gm"
  fourth = "ail.com";
  maryc = first + second + third + fourth;
  window.document.location.href = 'mailto:' + maryc;
}

function sendtomonica() {
  first = "dunnemonica";
  second = "@";
  third = "hotm"
  fourth = "ail.com";
  monica = first + second + third + fourth;
  window.document.location.href = 'mailto:' + monica;
}

function sendtowouter() {
  first = "wouter.liekens";
  second = "@";
  third = "celtic"
  fourth = "group.ie";
  wouter = first + second + third + fourth;
  window.document.location.href = 'mailto:' + wouter;
}
