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