simple = new Array('1','2','3','4','5','6','7','2','7','8','9'); n=Math.floor (Math.random() * 13); document.write (simple[n]);