Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

Widget:Random

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Jump to navigation Jump to search

<script type="text/javascript"> function Randoms(){ for(i=0;i<100;i++){ var randomnumber=Math.floor(Math.random()*10…

document.writeline('

' + randomnumber +'

');

} } </script> </head> <body onLoad='javascript:Randoms();'>