var loaded = function() { var e = 's' + 'a' + 'm' + '@' + 's' + 'a' + 'm' + 'f' + 'a' + 'r' + 'm' + 'e' + 'r' + '.' + 'c' + 'o' + 'm' document.getElementById("emailAddress").href = 'mailto:' + e document.getElementById("emailAddress").innerHTML = e document.getElementById("copyrightYear").innerHTML = new Date().getFullYear() } var articleEnd = function() { document.getElementById("entryEnd").innerHTML = 'Find out more about me' } var init = function() { articleEnd() setTimeout( 'loaded()', 100 ) }