var a = new Array('ie','christmas.','anirish','info@');
document.write("<a href='mailto:"+a[3]+a[2]+a[1]+a[0]+"'>info@anirishchristmas.ie</a>");