} elseif (strlen($num) == 5) {
                preg_match("/([a-zA-Z0-9]{2})([0-9]{3})/", $num, $matches);

                if (isset( $matches[2] )) {
                    $prop = sprintf("%s %s", $matches[1], $matches[2]);