<html> <body> <script type="text/javascript"> no=Math.random()*10 document.write(Math.round(no)) </script> </body> </html>