Hola Tokadiscos, Bienvenido a los foros
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)
:
Voy a intentar hacer algo:
<script type="text/javascript">
var destinos = ["1.html", "2.html", "3.html", "4.html"];
function azar() {
location.href = destinos[Math.floor(Math.random() * destinos.length)];
}
</script>
...
<body onload="azar()" >
...
Saludos