tips = new Array(2); tips[0] = 'gg'; tips[1] = 'ad'; index = Math.floor(Math.random() * tips.length); document.write(tips[index]);