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 santhosh_emids@yahoo.com with questions or comments about this web site.
Last modified: November 16, 2000