Summary
innerText didn't exist in firefox until FireFox 45 according to caniuse but is now supported in all major browsers.
setTimeout(function () { something(); }, 1000); // Execute something() 1 second later.
setInterval(function () { somethingElse(); }, 2000); // Execute somethingElse() every 2 seconds.
Content for the first footer section.
Content for the second footer section.
Content for the third footer section.