der code

<script type="text/javascript">

var urls = new Array();
urls[0]="file:///E:/hmtl/Html/005.html"
urls[1]="file:///E:/hmtl/Html/006.html"
var random = Math.floor(Math.random()*urls.length);

window.location = urls[random];

</script>

...zur Antwort

Geh zum Schuldirektor!

...zur Antwort