var a = new Array('com','coaching.','barrett','info@');
document.write("<a href='mailto:"+a[3]+a[2]+a[1]+a[0]+"'>info@barrettcoaching.com</a>");