2 ) { $index = 2; } elseif( $count % 100 == 0) { $index = 3; } else { $index = 4; } return $forms[$index]; } }