if (typeof(Storage) !== undefined) { var myFact = new Array(); myFact[0] = "Create a winning culture"; myFact[1] = "Accountability
=
Love"; myFact[2] = "Next Stop
SUCCESS"; myFact[3] = "Prepare for SUCCESS"; //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 }
Adding a team member request form