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
Revision as of 00:45, 8 September 2012 by imported>Reeze (Created page with "<script type="text/javascript"> function Randoms(){ for(i=0;i<100;i++){ var randomnumber=Math.floor(Math.random()*10… document.writeline('<h3>' + randomnumber +'</h3>'); } }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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();'>