15,34d14 < < function shuffle(array) { // thanks to https://stackoverflow.com/questions/2450954/how-to-randomize-shuffle-a-javascript-array < var currentIndex = array.length, temporaryValue, randomIndex; < < // While there remain elements to shuffle... < while (0 !== currentIndex) { < < // Pick a remaining element... < randomIndex = Math.floor(Math.random() * currentIndex); < currentIndex -= 1; < < // And swap it with the current element. < temporaryValue = array[currentIndex]; < array[currentIndex] = array[randomIndex]; < array[randomIndex] = temporaryValue; < } < < return array; < } < 37,41d16 < yid=['ARt9HV9T0w8#GG','OAfxs0IDeMs#Heart','huavJMGUbiI#BB']; < yid=shuffle(['h2r59-Xmge4','yT1iDKkZNYU','S-u6qdeaPoE','Nm-ISatLDG0','Gs069dndIYk','dwxjpIJm9JM','8iwBM_YB1sE','CS9OO0S5w2k','I_izvAbhExY','xFrGuyw1V8s','T6fVDAjs9f0','gQ8O9SidZbs','_QNEf9oGw8o','1ff29VSvP_s','4-Vz6tNfV1Y','Zi_XLOBDo_Y','xfmZRiePkEM','iPUmE-tne5U','m5y2GaW0MZA','yioNn7XS-bw','XKuJUxGntRI','vsBak0oCgdY','eBpYgpF1bqQ','Q8xuUdI1an0','Q8xuUdI1an0']); < < < var dostop=true; 43c18 < var stopthese=[]; --- > var stopthese=[] 71d45 < if (dostop) { 74d47 < } 78,81d50 < < function undostop() { < dostop=false; < } 87,88d55 < < setTimeout(undostop, 9000);