simple=new Array('TEKS','TEKS','TEKS','TEKS','TEKS'); n=Math.floor(Math.random()*5);document.write(simple[n]);