var a = new Array('com','ail.','gm','mygiantsteps@');
document.write("<a href='mailto:"+a[3]+a[2]+a[1]+a[0]+"'>mygiantsteps@gmail.com</a>");
