This is a great mod

Installed thanks stangger!
However have a little question if I may, in the file ibparcade.php what code could I add to this below in order for the "newest games" listing to be randomised. In other words, can the code be modified to randomly select the desired amount of games specified in your mod from the set amount of "new games" in the arcade?
Code:
if ($games_new < $largelimit+1)
{
$bigfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($big); $big++;
}
else
{
$smallfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($small); $small++;
}