home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_3713
/
DoAction.as
Wrap
Text File
|
2008-09-12
|
88b
|
5 lines
function aleatorio(a, b)
{
return Math.floor(Math.random() * (b - a + 1)) + a;
}