for(var i = 0, count = 33, arr = []; i < count; i++, arr[i] = Math.random() * count | 0); alert(arr.join( '\n' ));