<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL
var email_2 		= "no"     // SHOW 2ND E-MAIL
var email_3 		= "no"     // SHOW 3RD E-MAIL
var email_4 		= "no"     // SHOW 4TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('<i>If you have any query or require advice about any item or service, please contact Siopa Gaeilge:</i> ');

document.write(' <A HREF="mailto:eolas@siopagaeilge.ie" class="link">eolas@siopagaeilge.ie</a><br><br>');

}


// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('<i>For information about our website:</i><br>');

document.write(' <A HREF="mailto:webmaster@siopagaeilge.ie" class="link">webmaster@siopagaeilge.ie</a><br><br>');

}


// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('<i>For information about advertising please contact us at:</i><br>');

document.write(' <A HREF="mailto:eolas@siopagaeilge.ie " class="link">gearoidin@siopagaeilge.ie </a><br><br>');

}


//  End -->
