fbpx

Removing a team member request form

if (typeof(Storage) !== undefined) { var myFact = new Array(); myFact[0] = "Hire Slow Fire Fast"; myFact[1] = "Accountability
=
Love"; myFact[2] = "Integrity Always"; myFact[3] = "No Wind Is Favorable"; myFact[4] = "This Too Shall Pass"; //var myRandom = Math.floor(Math.random()*myFact.length); if (!localStorage.factIndex) { localStorage.factIndex = 0; } else { localStorage.factIndex = (localStorage.factIndex >= (myFact.length-1)) ? 0: parseInt(localStorage.factIndex)+1; } document.getElementById('myFact').innerHTML = myFact[localStorage.factIndex]; } else { //LocalStorage not supported with this browser }