// This file is used to hide the email links from spiders and spambots

// secretary

function makesecretary() {
  first = "info";
  second = "@";
  third = "dressageire"
  fourth = "land.ie";
  secretary = first + second + third + fourth;
}

function writesecretary() {
  makesecretary();
  window.document.write('<a href="#" onClick="sendtosecretary();return false;" title="click to send an email" onMouseOver="window.status=\'\';return true;">' + secretary + '</a>');
}

function sendtosecretary() {
  makesecretary();
  window.document.location.href = 'mailto:' + secretary;
}

// public relations officer

function makepro() {
  first = "pro";
  second = "@";
  third = "dressageire"
  fourth = "land.ie";
  pro = first + second + third + fourth;
}

function writepro() {
  makepro();
  window.document.write('<a href="#" onClick="sendtopro();return false;" title="click to send an email" onMouseOver="window.status=\'\';return true;">' + pro + '</a>');
}

function sendtopro() {
  makepro();
  window.document.location.href = 'mailto:' + pro;
}

// dressage ireland youthclub

function makediy() {
  first = "diy";
  second = "@";
  third = "dressageire"
  fourth = "land.ie";
  diy = first + second + third + fourth;
}

function writediy() {
  makediy();
  window.document.write('<a href="#" onClick="sendtodiy();return false;" title="click to send an email" onMouseOver="window.status=\'\';return true;">' + diy + '</a>');
}

function sendtodiy() {
  makediy();
  window.document.location.href = 'mailto:' + diy;
}

// error notification

function writeerrornotification() {
  window.document.write('<a href="#" onClick="sendtoerrornotification();return false;" title="click to send an email" onMouseOver="window.status=\'\';return true;">this email address</a>');
}

function sendtoerrornotification() {
  first = "error.notification";
  second = "@";
  third = "dressageire"
  fourth = "land.ie";
  errornotification = first + second + third + fourth + "?subject=Error Notification&body=I found the following error-\n\n";
  window.document.location.href = 'mailto:' + errornotification;
}

// others

function sendtoangela() {
  first = "stlyons";
  second = "@";
  third = "eir"
  fourth = "com.net";
  angela = first + second + third + fourth;
  window.document.location.href = 'mailto:' + angela;
}

function sendtoannec() {
  first = "annecahill22";
  second = "@";
  third = "yah"
  fourth = "oo.ie";
  annec = first + second + third + fourth;
  window.document.location.href = 'mailto:' + annec;
}

function sendtoannek() {
  first = "kirwana";
  second = "@";
  third = "ind"
  fourth = "igo.ie";
  annek = first + second + third + fourth;
  window.document.location.href = 'mailto:' + annek;
}

function sendtoannem() {
  first = "annemanoras";
  second = "@";
  third = "ho"
  fourth = "tmail.com";
  annem = first + second + third + fourth;
  window.document.location.href = 'mailto:' + annem;
}

function sendtoannemarie() {
  first = "info";
  second = "@";
  third = "annemar"
  fourth = "iedunphy.com";
  annemarie = first + second + third + fourth;
  window.document.location.href = 'mailto:' + annemarie;
}

function sendtobernard() {
  first = "finneran.bernard";
  second = "@";
  third = "s"
  fourth = "al.ie";
  bernard = first + second + third + fourth;
  window.document.location.href = 'mailto:' + bernard;
}

function sendtocassandra() {
  first = "cassandra_h_uk";
  second = "@";
  third = "yahoo.c"
  fourth = "o.uk";
  cassandra = first + second + third + fourth;
  window.document.location.href = 'mailto:' + cassandra;
}

function sendtodeirdre() {
  first = "deirdreabyrne";
  second = "@";
  third = "eir"
  fourth = "com.net";
  deirdre = first + second + third + fourth;
  window.document.location.href = 'mailto:' + deirdre;
}

function sendtodeirdrel() {
  first = "deirdreleeson";
  second = "@";
  third = "eir"
  fourth = "com.net";
  deirdrel = first + second + third + fourth;
  window.document.location.href = 'mailto:' + deirdrel;
}

function sendtodonie() {
  first = "doniemcnamara";
  second = "@";
  third = "eir"
  fourth = "com.net";
  donie = first + second + third + fourth;
  window.document.location.href = 'mailto:' + donie;
}

function sendtodorothy() {
  first = "tynanwalsh";
  second = "@";
  third = "eir"
  fourth = "com.net";
  dorothy = first + second + third + fourth;
  window.document.location.href = 'mailto:' + dorothy;
}

function sendtoeileen() {
  first = "finneganshostel";
  second = "@";
  third = "eir"
  fourth = "com.net";
  eileen = first + second + third + fourth;
  window.document.location.href = 'mailto:' + eileen;
}

function sendtogillian() {
  first = "kyle.gillian";
  second = "@";
  third = "gm"
  fourth = "ail.com";
  gillian = first + second + third + fourth;
  window.document.location.href = 'mailto:' + gillian;
}

function sendtogisela() {
  first = "giselaholstein";
  second = "@";
  third = "eir"
  fourth = "com.net";
  gisela = first + second + third + fourth;
  window.document.location.href = 'mailto:' + gisela;
}

function sendtohelent() {
  first = "troughton";
  second = "@";
  third = "talk"
  fourth = "21.com";
  helent = first + second + third + fourth;
  window.document.location.href = 'mailto:' + helent;
}

function sendtohilary() {
  first = "mckee_hilary";
  second = "@";
  third = "hot"
  fourth = "mail.com";
  hilary = first + second + third + fourth;
  window.document.location.href = 'mailto:' + hilary;
}

function sendtojanet() {
  first = "jmcoolfore";
  second = "@";
  third = "eir"
  fourth = "com.net";
  janet = first + second + third + fourth;
  window.document.location.href = 'mailto:' + janet;
}

function sendtojerome() {
  first = "jeromefoley007";
  second = "@";
  third = "hot"
  fourth = "mail.com";
  jerome = first + second + third + fourth;
  window.document.location.href = 'mailto:' + jerome;
}

function sendtojoank() {
  first = "joanakeogh";
  second = "@";
  third = "eir"
  fourth = "com.net";
  joank = first + second + third + fourth;
  window.document.location.href = 'mailto:' + joank;
}

function sendtojudy() {
  first = "ajbdevine3";
  second = "@";
  third = "gm"
  fourth = "ail.com";
  judy = first + second + third + fourth;
  window.document.location.href = 'mailto:' + judy;
}

function sendtojulia() {
  first = "ajhession";
  second = "@";
  third = "eir"
  fourth = "com.net";
  julia = first + second + third + fourth;
  window.document.location.href = 'mailto:' + julia;
}

function sendtokelly() {
  first = "nidressage";
  second = "@";
  third = "goog"
  fourth = "lemail.com";
  kelly = first + second + third + fourth;
  window.document.location.href = 'mailto:' + kelly;
}

function sendtokrystyna() {
  first = "krystyna";
  second = "@";
  third = "pol"
  fourth = "lard.net";
  krystyna = first + second + third + fourth;
  window.document.location.href = 'mailto:' + krystyna;
}

function sendtoleinstersecretary() {
  first = "lchristie";
  second = "@";
  third = "eir"
  fourth = "com.net";
  leinstersecretary = first + second + third + fourth;
  window.document.location.href = 'mailto:' + leinstersecretary;
}

function sendtoleinstertreasurer() {
  first = "quivsrocks";
  second = "@";
  third = "gm"
  fourth = "ail.com";
  treasurer = first + second + third + fourth;
  window.document.location.href = 'mailto:' + treasurer;
}

function sendtoliseh() {
  first = "helberg";
  second = "@";
  third = "eir"
  fourth = "com.net";
  liseh = first + second + third + fourth;
  window.document.location.href = 'mailto:' + liseh;
}

function sendtolorrainec() {
  first = "ambroseamc";
  second = "@";
  third = "eir"
  fourth = "com.net";
  lorrainec = first + second + third + fourth;
  window.document.location.href = 'mailto:' + lorrainec;
}

function sendtolouise() {
  first = "paucullen";
  second = "@";
  third = "eir"
  fourth = "com.net";
  louise = first + second + third + fourth;
  window.document.location.href = 'mailto:' + louise;
}

function sendtomarieh() {
  first = "hennessy5";
  second = "@";
  third = "eir"
  fourth = "com.net";
  marieh = first + second + third + fourth;
  window.document.location.href = 'mailto:' + marieh;
}

function sendtomartine() {
  first = "martine";
  second = "@";
  third = "hgtel"
  fourth = "ekom.com";
  martine = first + second + third + fourth;
  window.document.location.href = 'mailto:' + martine;
}

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 sendtonaomi() {
  first = "naomi.donoghue";
  second = "@";
  third = "gm"
  fourth = "ail.com";
  naomi = first + second + third + fourth;
  window.document.location.href = 'mailto:' + naomi;
}

function sendtonicola() {
//  first = "nicola";
  first = "info";
  second = "@";
  third = "traleeeques"
  fourth = "triancentre.com";
  nicola = first + second + third + fourth;
  window.document.location.href = 'mailto:' + nicola;
}

function sendtonorbert() {
  first = "treasurer";
  second = "@";
  third = "dressageire"
  fourth = "land.ie";
  norbert = first + second + third + fourth;
  window.document.location.href = 'mailto:' + norbert;
}

function sendtopaulb() {
  first = "pepbyrne";
  second = "@";
  third = "eir"
  fourth = "com.net";
  paul = first + second + third + fourth;
  window.document.location.href = 'mailto:' + paul;
}

function sendtorobert() {
  first = "chairman";
  second = "@";
  third = "dressageire"
  fourth = "land.ie";
  robert = first + second + third + fourth;
  window.document.location.href = 'mailto:' + robert;
}

//robsOldAddress = "childrens-choice@tiscali.co.uk";

function sendtorosemary() {
  first = "rosiepaterson";
  second = "@";
  third = "sk"
  fourth = "y.com";
  rosemary = first + second + third + fourth;
  window.document.location.href = 'mailto:' + rosemary;
}

// south east region secretary

function makeserinfo() {
  first = "info";
  second = "@";
  third = "southeastregion"
  fourth = "dressage.com";
  serinfo = first + second + third + fourth;
}

function writeserinfo() {
  makeserinfo();
  window.document.write('<a href="#" onClick="sendtoserinfo();return false;" title="click to send an email" onMouseOver="window.status=\'\';return true;">' + serinfo + '</a>');
}

function sendtoserinfo() {
  first = "info";
  second = "@";
  third = "southeastregion"
  fourth = "dressage.com";
  serinfo = first + second + third + fourth;
  window.document.location.href = 'mailto:' + serinfo;
}

function sendtosuzanne() {
  first = "suzanne.kirwan";
  second = "@";
  third = "hs"
  fourth = "e.ie";
  suzanne = first + second + third + fourth;
  window.document.location.href = 'mailto:' + suzanne;
}

function sendtosylvia() {
  first = "shenry2009";
  second = "@";
  third = "hotm"
  fourth = "ail.co.uk";
  sylvia = first + second + third + fourth;
  window.document.location.href = 'mailto:' + sylvia;
}

function sendtouna() {
  first = "pnuod";
  second = "@";
  third = "io"
  fourth = "l.ie";
  una = first + second + third + fourth;
  window.document.location.href = 'mailto:' + una;
}

function sendtovida() {
  first = "vidatansey";
  second = "@";
  third = "ho"
  fourth = "tmail.com";
  vida = first + second + third + fourth;
  window.document.location.href = 'mailto:' + vida;
}

function sendtovivienne() {
  first = "ballinaparkstud";
  second = "@";
  third = "ho"
  fourth = "tmail.com";
  vivienne = first + second + third + fourth;
  window.document.location.href = 'mailto:' + vivienne;
}

function sendtowouter() {
  first = "wouter.liekens";
  second = "@";
  third = "celtic"
  fourth = "group.ie";
  wouter = first + second + third + fourth;
  window.document.location.href = 'mailto:' + wouter;
}
