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