Array

<script LANGUAGE="JavaScript">

<!--

var ar = new Array("one", "two", "three");

var num = Math.floor(Math.random() * ar.length);

document.write(ar[num]);

// -->

</script>

 

Send mail to [email protected] with questions or comments about this web site.
Last modified: November 16, 2000
Hosted by www.Geocities.ws

1