pero hombre, cómo va a funcionar
Cita: <title>Untitled Document</title> <script>
var arr = ['page1.htm', 'page2.htm', 'page3.htm', ];
var indice = Math.floor((Math.random()*3)); //
//var indice = Math.floor((Math.random()*arr.length)); // o mejor aún por el largo de la matriz
window.location.href = arr[indice];
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</script>