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