/* alert("JS loaded"); */ var a_elements = new Array(); // store list (LI) elements var count = 0; var initialised = false; var countinit = 0; var currentHighlight = 0; var iterationCounter = 0; /* fade questions */ function initQuestions() { /* get array of li elements in ul#qlist */ if (document.getElementById) { qList = document.getElementById("qlist"); for (i=0; i