Math Random number: a random number between 0 and 1
<html> <body> <script type="text/javascript"> document.write(Math.random()) </script> </body> </html>