<script>
text = new Array("dobrý den", "ahoj", "čau");
x1 = Math.round(Math.random()*2);
document.write(text[x1] +"<br>");
x2 = Math.round(Math.random()*2);
document.write(text[x2]);
</script>
<script>
text = new Array("dobrý den", "ahoj", "čau");
x1 = Math.round(Math.random()*2);
document.write(text[x1] +"<br>");
x2 = Math.round(Math.random()*2);
document.write(text[x2]);
</script>