rar/0000755000175000017500000000000013143333757007157 5ustar zzrar/rar.txt0000644000175000017500000030230413143333757010506 0ustar zz User's Manual ~~~~~~~~~~~~~ RAR 5.50 console version ~~~~~~~~~~~~~~~~~~~~~~~~ =-=-=-=-=-=-=-=-=-=-=-=-=-=- Welcome to the RAR Archiver! -=-=-=-=-=-=-=-=-=-=-=-=-=-= Introduction ~~~~~~~~~~~~ RAR is a console application allowing to manage archive files in command line mode. RAR provides compression, encryption, data recovery and many other functions described in this manual. RAR supports only RAR format archives, which have .rar file name extension by default. ZIP and other formats are not supported. Even if you specify .zip extension when creating an archive, it will still be in RAR format. Windows users may install WinRAR, which supports more archive types including RAR and ZIP formats. WinRAR provides both graphical user interface and command line mode. While console RAR and GUI WinRAR have the similar command line syntax, some differences exist. So it is recommended to use this rar.txt manual for console RAR (rar.exe in case of Windows version) and winrar.chm WinRAR help file for GUI WinRAR (winrar.exe). Configuration file ~~~~~~~~~~~~~~~~~~ RAR and UnRAR for Unix read configuration information from .rarrc file in a user's home directory (stored in HOME environment variable) or in /etc directory. RAR and UnRAR for Windows read configuration information from rar.ini file, placed in the same directory as the rar.exe file. This file may contain the following string: switches= For example: switches=-m5 -s It is also possible to specify separate switch sets for individual RAR commands using the following syntax: switches_= For example: switches_a=-m5 -s switches_x=-o+ Environment variable ~~~~~~~~~~~~~~~~~~~~ Default parameters may be added to the RAR command line by establishing an environment variable "RAR". For instance, in Unix following lines may be added to your profile: RAR='-s -md1024' export RAR RAR will use this string as default parameters in the command line and will create "solid" archives with 1024 KB sliding dictionary size. RAR handles options with priority as following: command line switches highest priority switches in the RAR variable lower priority switches saved in configuration file lowest priority Log file ~~~~~~~~ If the switch -ilog is specified in the command line or configuration file, RAR will write informational messages, concerning errors encountered while processing archives, into a log file. Read switch -ilog description for more details. The file order list for solid archiving - rarfiles.lst ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rarfiles.lst contains a user-defined file list, which tells RAR the order in which to add files to a solid archive. It may contain file names, wildcards and special entry - $default. The default entry defines the place in order list for files not matched with other entries in this file. The comment character is ';'. In Windows this file should be placed in the same directory as RAR or in %APPDATA%\WinRAR directory, in Unix - to the user's home directory or in /etc. Tips to provide improved compression and speed of operation: - similar files should be grouped together in the archive; - frequently accessed files should be placed at the beginning. Normally masks placed nearer to the top of list have a higher priority, but there is an exception from this rule. If rarfiles.lst contains such two masks that all files matched by one mask are also matched by another, that mask which matches a smaller subset of file names will have higher priority regardless of its position in the list. For example, if you have *.cpp and f*.cpp masks, f*.cpp has a higher priority, so the position of 'filename.cpp' will be chosen according to 'f*.cpp', not '*.cpp'. RAR command line syntax ~~~~~~~~~~~~~~~~~~~~~~~ Syntax RAR [ - ] [ <@listfiles...> ] [ ] [ ] Description Command line options (commands and switches) provide control of creating and managing archives with RAR. The command is a string (or a single letter) which commands RAR to perform a corresponding action. Switches are designed to modify the way RAR performs the action. Other parameters are archive name and files to be archived into or extracted from the archive. Listfiles are plain text files that contain names of files to process. File names should start at the first column. It is possible to put comments to the listfile after // characters. For example, you may create backup.lst containing the following strings: c:\work\doc\*.txt //backup text documents c:\work\image\*.bmp //backup pictures c:\work\misc and then run: rar a backup @backup.lst If you wish to read file names from stdin (standard input), specify the empty listfile name (just @). By default, console RAR uses the single byte encoding in list files, but it can be redefined with -scl switch. You may specify both usual file names and list files in the same command line. If neither files nor listfiles are specified, then *.* is implied and RAR will process all files. Many RAR commands, such as extraction, test or list, allow to use wildcards in archive name. If no extension is specified in archive mask, RAR assumes .rar, so * means all archives with .rar extension. If you need to process all archives without extension, use *. mask. *.* mask selects all files. Wildcards in archive name are not allowed when archiving and deleting. In Unix you need to enclose RAR command line parameters containing wildcards in single or double quotes to prevent their expansion by Unix shell. For example, this command will extract *.asm files from all *.rar archives in current directory: rar e '*.rar' '*.asm' Command could be any of the following: a Add files to archive. Examples: 1) add all *.hlp files from the current directory to the archive help.rar: rar a help *.hlp 2) archive all files from the current directory and subdirectories to 362000 bytes size solid, self-extracting volumes and add the recovery record to each volume: rar a -r -v362 -s -sfx -rr save Because no file names are specified, all files (*) are assumed. 3) as a special exception, if directory name is specified as an argument and if directory name does not include file masks and trailing backslashes, the entire contents of the directory and all subdirectories will be added to the archive even if switch -r is not specified. The following command will add all files from the directory Bitmaps and its subdirectories to the RAR archive Pictures.rar: rar a Pictures.rar Bitmaps 4) if directory name includes file masks or trailing backslashes, normal rules apply and you need to specify switch -r to process its subdirectories. The following command will add all files from directory Bitmaps, but not from its subdirectories, because switch -r is not specified: rar a Pictures.rar Bitmaps\* c Add archive comment. Comments are displayed while the archive is being processed. Comment length is limited to 256 KB. Examples: rar c distrib.rar Also comments may be added from a file using -z[file] switch. The following command adds a comment from info.txt file: rar c -zinfo.txt dummy ch Change archive parameters. This command can be used with most of archive modification switches to modify archive parameters. It is especially convenient for switches like -cl, -cu, -tl, which do not have a dedicated command. It is not able to recompress, encrypt or decrypt archive data and it cannot merge or create volumes. If used without any switches, 'ch' command just copies the archive data without modification. Example: Set archive time to latest file: rar ch -tl files.rar cw Write archive comment to specified file. Format of output file depends on -sc switch. If output file name is not specified, comment data will be sent to stdout. Examples: 1) rar cw arc comment.txt 2) rar cw -scuc arc unicode.txt 3) rar cw arc d Delete files from archive. Please note if the processing of this command results in removing all the files from the archive, the empty archive would removed. e Extract files without archived paths. Extract files excluding their path component, so all files are created in the same destination directory. Use 'x' command if you wish to extract full pathnames. Example: rar e -or html.rar *.css css\ extract all *.css files from html.rar archive to 'css' folder excluding archived paths. Rename extracted files automatically in case several files have the same name. f Freshen files in archive. Updates archived files older than files to add. This command will not add new files to the archive. i[i|c|h|t]= Find string in archives. Supports following optional parameters: i - case insensitive search (default); c - case sensitive search; h - hexadecimal search; t - use ANSI, Unicode and OEM character tables (Windows only); If no parameters are specified, it is possible to use the simplified command syntax i instead of i= It is allowed to specify 't' modifier with other parameters, for example, ict=string performs case sensitive search using all mentioned above character tables. Examples: 1) rar "ic=first level" -r c:\*.rar *.txt Perform case sensitive search of "first level" string in *.txt files in *.rar archives on the disk c: 2) rar ih=f0e0aeaeab2d83e3a9 -r e:\texts\*.rar Search for hex string f0 e0 ae ae ab 2d 83 e3 a9 in rar archives in e:\texts directory. k Lock archive. Any command which intends to change the archive will be ignored. Example: rar k final.rar l[t[a],b] List archive contents [technical [all], bare]. 'l' command lists archived file attributes, size, date, time and name, one file per line. If file is encrypted, line starts from '*' character. 'lt' displays the detailed file information in multiline mode. This information includes file checksum value, host OS, compression options and other parameters. 'lta' provide the detailed information not only for files, but also for service headers like NTFS streams or file security data. 'lb' lists bare file names with path, one per line, without any additional information. You can use -v switch to list contents of all volumes in volume set: rar l -v vol.part1.rar Commands 'lt', 'lta' and 'lb' are equal to 'vt', 'vta' and 'vb' correspondingly. m[f] Move to archive [files only]. Moving files and directories results in the files and directories being erased upon successful completion of the packing operation. Directories will not be removed if 'f' modifier is used and/or '-ed' switch is applied. p Print file to stdout. You may use this command together with -inul switch to disable all RAR messages and print only file data. It may be important when you need to send a file to stdout for use in pipes. r Repair archive. Archive repairing is performed in two stages. First, the damaged archive is searched for a recovery record (see 'rr' command). If archive contains the previously added recovery record and if damaged data area is continuous and smaller than error correction code size in recovery record, chance of successful archive reconstruction is high. When this stage has been completed, a new archive is created, named as fixed.arcname.rar, where 'arcname' is the original (damaged) archive name. If broken archive does not contain a recovery record or if archive is not completely recovered due to major damage, second stage is performed. During this stage only the archive structure is reconstructed and it is impossible to recover files which fail checksum validation, it is still possible, however, to recover undamaged files, which were inaccessible due to the broken archive structure. Mostly this is useful for non-solid archives. This stage is never efficient for archives with encrypted file headers, which can be repaired only if recovery record is present. When the second stage is completed, the reconstructed archive is saved as rebuilt.arcname.rar, where 'arcname' is the original archive name. By default, repaired archives are created in the current directory, but you can append an optional destpath\ parameter to specify another destination directory. Example: rar r buggy.rar c:\fixed\ repair buggy.rar and place the result to 'c:\fixed' directory. rc Reconstruct missing and damaged volumes using recovery volumes (.rev files). You need to specify any existing volume as the archive name, for example, 'rar rc backup.part03.rar' Read 'rv' command description for information about recovery volumes. rn Rename archived files. The command syntax is: rar rn ... For example, the following command: rar rn data.rar readme.txt readme.bak info.txt info.bak will rename readme.txt to readme.bak and info.txt to info.bak in the archive data.rar. It is allowed to use wildcards in the source and destination names for simple name transformations like changing file extensions. For example: rar rn data.rar *.txt *.bak will rename all *.txt files to *.bak. RAR does not check if the destination file name is already present in the archive, so you need to be careful to avoid duplicated names. It is especially important when using wildcards. Such a command is potentially dangerous, because a wrong wildcard may corrupt all archived names. rr[N] Add data recovery record. Optionally, redundant information (recovery record) may be added to archive. While it increases the archive size, it helps to recover archived files in case of disk failure or data loss of other kind, provided that damage is not too severe. Such damage recovery can be done with command "r" (repair). RAR 4.x and RAR 5.0 archives use different recovery record structure and algorithms. RAR 4.x recovery record is based on XOR algorithm. You can specify 4.x record size as a number of recovery sectors or as a percent of archive size. To specify a number of sectors just add it directly after 'rr', like 'rr1000' for 1000 sectors. To use a percent append 'p' or '%' modifier after the percent number, such as 'rr5p' or 'rr5%' for 5%. Note that in Windows .bat and .cmd files it is necessary to use 'rr5%%' instead of 'rr5%', because the command processor treats the single '%' as the start of a batch file parameter, so it might be more convenient to use 'p' instead of '%' in this case. RAR 4.x recovery sectors are 512 bytes long. If damaged area is continuous, every sector helps to recover 512 bytes of damaged information. This value may be lower in cases of multiple damage. Maximum number of recovery sectors is 524288. Size of 4.x recovery record may be approximately determined as /256 + *512 bytes. RAR 5.0 recovery record uses Reed-Solomon error correction codes. Its ability to repair continuous damage is about the same as for RAR 4.x, allowing to restore slightly less data than recovery record size. But it is significantly more efficient than RAR 4.x record in case of multiple damaged areas. RAR 5.0 record does not use 512 byte sectors and you can specify its size only as a percent of archive size. Even if '%' or 'p' modifier is not present, RAR treats the value as a percent in case of RAR 5.0 format, so both 'rr5' and 'rr5p' mean 5%. Due to service data overhead the actual resulting recovery record size only approximately matches the user defined percent and difference is larger for smaller archives. RAR 5.0 recovery record size cannot exceed the protecting archive size, so you cannot use more than 100% as a parameter. Larger recovery records are processed slower both when creating and repairing. RAR 5.0 recovery record is more resistant to damage of recovery record itself and can utilize a partially corrupt recovery record data. Note, though, that 'R' repair command does not fix broken blocks in recovery record. Only file data are corrected. After successful archive repair, you may need to create a new recovery record for saved files. Both 4.x and 5.0 records are most efficient if data positions in damaged archive are not shifted. If you copy an archive from damaged media using some special software and if you have a choice to fill damaged areas with zeroes or to cut out them from copied file, filling with zeroes or any other value is preferable, because it allows to preserve original data positions. Still, even though it is not an optimal mode, both versions of records attempt to repair data even in case of deletions or insertions of reasonable size, when data positions were shifted. RAR 5.0 recovery record handles deletions and insertions more efficiently than RAR 4.x. If you use the plain 'rr' command without optional parameter, RAR will set the recovery record size to 3% of archive size by default. Example: rar rr5p arcname add the recovery record of 5% of archive size. rv[N] Create recovery volumes (.rev files), which can be later used to reconstruct missing and damaged files in a volume set. This command makes sense only for multivolume archives and you need to specify the name of the first volume in the set as the archive name. For example: rar rv3 data.part01.rar This feature may be useful for backups or, for example, when you posted a multivolume archive to a newsgroup and a part of subscribers did not receive some of the files. Reposting recovery volumes instead of usual volumes may reduce the total number of files to repost. Each recovery volume is able to reconstruct one missing or damaged RAR volume. For example, if you have 30 volumes and 3 recovery volumes, you are able to reconstruct any 3 missing volumes. If the number of .rev files is less than the number of missing volumes, reconstructing is impossible. The total number of usual and recovery volumes must not exceed 255 for RAR 4.x and 65535 for RAR 5.0 archive format. Original RAR volumes must not be modified after creating recovery volumes. Recovery algorithm uses data stored both in REV files and in RAR volumes to rebuild missing RAR volumes. So if you modify RAR volumes, for example, lock them, after creating REV files, recovery process will fail. Additionally to recovery data, RAR 5.0 recovery volumes also store service information such as checksums of protected RAR files. So they are slightly larger than RAR volumes which they protect. If you plan to copy individual RAR and REV files to some removable media, you need to take it into account and specify RAR volume size by a few kilobytes smaller than media size. The optional parameter specifies a number of recovery volumes to create and must be less than the total number of RAR volumes in the set. You may also append a percent or 'p' character to this parameter, in such case the number of creating .rev files will be equal to this percent taken from the total number of RAR volumes. For example: rar rv15% data.part01.rar RAR reconstructs missing and damaged volumes either when using 'rc' command or automatically, if it cannot locate the next volume and finds the required number of .rev files when unpacking. Original copies of damaged volumes are renamed to *.bad before reconstruction. For example, volname.part03.rar will be renamed to volname.part03.rar.bad. s[name] Convert archive to SFX. The archive is merged with a SFX module (using a module in file default.sfx or specified in the switch). In the Windows version default.sfx should be placed in the same directory as the rar.exe, in Unix - in the user's home directory, in /usr/lib or /usr/local/lib. s- Remove SFX module from the already existing SFX archive. RAR creates a new archive without SFX module, the original SFX archive is not deleted. t Test archive files. This command performs a dummy file extraction, writing nothing to the output stream, in order to validate the specified file(s). Examples: Test archives in current directory: rar t * or for Unix: rar t '*' User may test archives in all sub-directories, starting with the current path: rar t -r * or for Unix: rar t -r '*' u Update files in archive. Adds files not yet in the archive and updates archived files that are older than files to add. v[t[a],b] Verbosely list archive contents [technical [all], bare]. 'v' command lists archived file attributes, size, packed size, compression ratio, date, time, checksum and name, one file per line. If file is encrypted, line starts from '*' character. For BLAKE2sp checksum only two first and one last symbol are displayed. 'vt' displays the detailed file information in multiline mode. This information includes file checksum value, host OS, compression options and other parameters. 'vta' provide the detailed information not only for files, but also for service headers like NTFS streams or file security data. 'vb' lists bare file names with path, one per line, without any additional information. You can use -v switch to list contents of all volumes in volume set: rar v -v vol.part1.rar Commands 'vt', 'vta' and 'vb' are equal to 'lt', 'lta' and 'lb' correspondingly. x Extract files with full path. Examples: 1) extract 10cents.txt to current directory not displaying the archive comment rar x -c- dime 10cents.txt 2) extract *.txt from docs.rar to c:\docs directory rar x docs.rar *.txt c:\docs\ 3) extract the entire contents of docs.rar to current directory rar x docs.rar Switches (used in conjunction with a command): -? Display help on commands and switches. The same as when none or an illegal command line option is entered. -- Stop switches scanning This switch tells to RAR that there are no more switches in the command line. It could be useful, if either archive or file name starts from '-' character. Without '--' switch such a name would be treated as a switch. Example: add all files from the current directory to the solid archive '-StrangeName' RAR a -s -- -StrangeName -@[+] Disable [enable] file lists RAR treats command line parameters starting from '@' character as file lists. So by default, RAR attempts to read 'filename' filelist, when encountering '@filename' parameter. But if '@filename' file exists, RAR treats the parameter as '@filename' file instead of reading the file list. Switch -@[+] allows to avoid this ambiguity and strictly define how to handle parameters starting from '@' character. If you specify -@, all such parameters found after this switch will be considered as file names, not file lists. If you specify -@+, all such parameters found after this switch will be considered as file lists, not file names. This switch does not affect processing parameters located before it. Example: test the archived file '@home' rar t -@ notes.rar @home -ac Clear Archive attribute after compression or extraction (Windows version only). If -ac is specified when archiving, "Archive" file attribute is cleared for successfully compressed files. When extracting, -ac will clear "Archive" attribute for extracted files. This switch does not affect directory attributes. -ad Append archive name to destination path. This option may be useful when unpacking a group of archives. By default RAR places files from all archives in the same directory, but this switch creates a separate directory for files unpacked from each archive. Example: rar x -ad *.rar data\ RAR will create subdirectories below 'data' for every unpacking archive. -ag[format] Generate archive name using the current date and time. Appends the current date string to an archive name when creating or processing an archive. Useful for daily backups. Format of the appending string is defined by the optional "format" parameter or by "YYYYMMDDHHMMSS" if this parameter is absent. The format string may include the following characters: Y - year M - month MMM - month name as text string (Jan, Feb, etc.) W - a week number (a week starts with Monday) A - day of week number (Monday is 1, Sunday - 7) D - day of month E - day of year H - hours M - minutes (treated as minutes if encountered after hours) I - minutes (treated as minutes regardless of hours position) S - seconds N - archive number. RAR searches for already existing archive with generated name and if found, increments the archive number until generating a unique name. 'N' format character is not supported when creating volumes. When performing non-archiving operations like extracting, RAR selects the existing archive preceding the first unused name or sets N to 1 if no such archive exists. Each of format string characters listed above represents only one character added to archive name. For example, use WW for two digit week number or YYYY to define four digit year. If the first character in the format string is '+', positions of the date string and base archive name are exchanged, so a date will precede an archive name. The format string may contain optional text enclosed in '{' and '}' characters. This text is inserted into archive name. All other characters are added to an archive name without changes. If you need to process an already existing archive, be careful with -ag switch. Depending on the format string and time passed since previous -ag use, generated and existing archive names may mismatch. In this case RAR will create or open a new archive instead of processing the already existing one. You may use -log switch to write the generated archive name to a file and then read it from file for further processing. Examples: 1) use the default YYYYMMDDHHMMSS format rar a -ag backup 2) use DD-MMM-YY format rar t -agDD-MMM-YY backup 3) use YYYYMMDDHHMM format, place date before 'backup' rar a -ag+YYYYMMDDHHMM backup 4) use YYYY-WW-A format, include fields description rar a -agYYYY{year}-WW{week}-A{wday} backup 5) use YYYYMMDD and the archive number. It allows to generate unique names even when YYYYMMDD format mask used more than once in the same day rar a -agYYYYMMDD-NN backup -ai Ignore file attributes. If this switch is used when extracting, RAR does not set general file attributes stored in archive to extracted files. This switch preserves attributes assigned by operating system to a newly created file. If this switch is used when archiving, predefined values, typical for file and directory, are stored instead of actual attributes. In Windows it affects archive, system, hidden and read-only attributes. in Unix - user, group, and others file permissions. -ao Add files with "Archive" attribute set (Windows version only). If -ao is used when archiving, only files with "Archive" file attribute will be added to archive. This switch does not affect directories, so all matching directories are added regardless of their attributes. You can also specify -ed switch if you prefer to omit all directory records. Example: add all disk C: files with "Archive" attribute set to the 'f:backup' and clear files "Archive" attribute rar a -r -ac -ao f:backup c:\*.* -ap Set path inside archive. This path is merged to file names when adding files to an archive and removed from file names when extracting. For example, if you wish to add the file 'readme.txt' to the directory 'DOCS\ENG' of archive 'release', you may run: rar a -apDOCS\ENG release readme.txt or to extract 'ENG' to the current directory: rar x -apDOCS release DOCS\ENG\*.* -as Synchronize archive contents If this switch is used when archiving, those archived files which are not present in the list of the currently added files, will be deleted from the archive. It is convenient to use this switch in combination with -u (update) to synchronize contents of an archive and an archiving directory. For example, after the command: rar a -u -as backup sources\*.cpp the archive 'backup.rar' will contain only *.cpp files from directory 'sources', all other files will be deleted from the archive. It looks similar to creating a new archive, but with one important exception: if no files are modified since the last backup, the operation is performed much faster than the creation of a new archive. -cfg- Ignore configuration file and RAR environment variable. -cl Convert file names to lower case. -cu Convert file names to upper case. -c- Disable comments show. -df Delete files after archiving Move files to archive. This switch in combination with the command "A" performs the same action as the command "M". -dh Open shared files Allows to process files opened by other applications for writing. This switch helps if an application allowed read access to file, but if all types of file access are prohibited, the file open operation will still fail. This option could be dangerous, because it allows to archive a file, which at the same time is modified by another application, so use it carefully. -dr Delete files to Recycle Bin Delete files after archiving and place them to Recycle Bin. Available in Windows version only. -ds Do not sort files while adding to a solid archive. -dw Wipe files after archiving Delete files after archiving. Before deleting file data are overwritten by zero bytes to prevent recovery of deleted files, file is truncated and renamed to temporary name. Please be aware that such approach is designed for usual hard disks, but may fail to overwrite the original file data on solid state disks, as result of SSD wear leveling technology and more complicated data addressing. -ed Do not add empty directories This switch indicates that directory records are not to be stored in the created archive. When extracting such archives, RAR creates non-empty directories based on paths of files contained in them. Information about empty directories is lost. All attributes of non-empty directories except a name (access rights, streams, etc.) will be lost as well, so use this switch only if you do not need to preserve such information. If -ed is used with 'm' command or -df switch, RAR will not remove empty directories. -en Do not add "end of archive" block Not supported for RAR 5.0 archives. By default, RAR adds an "end of archive" block to the end of a new or updated archive. It allows to skip external data like digital signatures safely, but in some special cases it may be useful to disable this feature. For example, if an archive is transferred between two systems via an unreliable link and at the same time a sender adds new files to it, it may be important to be sure that the already received file part will not be modified on the other end between transfer sessions. This switch cannot be used with volumes, because the end of archive block contains information important for correct volume processing. -ep Exclude paths from names. This switch enables files to be added to an archive without including the path information. This could, of course, result in multiple files existing in the archive with the same name. If used when extracting, archived paths are ignored for extracted files, so all files are created in the same destination directory. -ep1 Exclude base dir from names. Do not store or extract the path entered in the command line. Ignored if path includes wildcards. Examples: 1) add all files and directories from 'tmp' directory to archive 'test', but exclude 'tmp\' from archived names path: rar a -ep1 -r test tmp\* This is an equivalent to commands: cd tmp rar a -r ..\test cd .. 2) extract files matching images\* mask to dest\ directory, but remove 'images\' from paths of created files: rar x -ep1 data images\* dest\ -ep2 Expand paths to full. Store full file paths (except the drive letter and leading path separator) when archiving. -ep3 Expand paths to full including the drive letter. Windows version only. This switch stores full file paths including the drive letter if used when archiving. Drive separators (colons) are replaced by underscore characters. If you use -ep3 when extracting, it will change underscores back to colons and create unpacked files in their original directories and disks. If the user also specified a destination path, it will be ignored. It also converts UNC paths from \\server\share to __server\share when archiving and restores them to the original state when extracting. This switch can help to backup several disks to the same archive. For example, you may run: rar a -ep3 -r backup.rar c:\ d:\ e:\ to create backup and: rar x -ep3 backup.rar to restore it. But be cautious and use -ep3 only if you are sure that extracting archive does not contain any malicious files. In other words, use it if you have created an archive yourself or completely trust its author. This switch allows to overwrite any file in any location on your computer including important system files and should normally be used only for the purpose of backup and restore. -e[+] Specifies file exclude or include attributes mask. is a number in the decimal, octal (with leading '0') or hex (with leading '0x') format. By default, without '+' sign before , this switch defines the exclude mask. So if result of bitwise AND between and file attributes is nonzero, file would not be processed. If '+' sign is present, it specifies the include mask. Only those files which have at least one attribute specified in the mask will be processed. In Windows version is also possible to use symbols D, S, H, A and R instead of a digital mask to denote directories and files with system, hidden, archive and read-only attributes. The order in which the attributes are given is not significant. Unix version supports D and V symbols to define directory and device attributes. It is allowed to specify both -e and -e+ in the same command line. Examples: 1) archive only directory names without their contents rar a -r -e+d dirs 2) do not compress system and hidden files: rar a -esh files 3) do not extract read-only files: rar x -er files -f Freshen files. May be used with archive extraction or creation. The command string "a -f" is equivalent to the command 'f', you could also use the switch '-f' with the commands 'm' or 'mf'. If the switch '-f' is used with the commands 'x' or 'e', then only old files would be replaced with new versions extracted from the archive. -hp[p] Encrypt both file data and headers. This switch is similar to -p[p], but switch -p encrypts only file data and leaves other information like file names visible. This switch encrypts all sensitive archive areas including file data, file names, sizes, attributes, comments and other blocks, so it provides a higher security level. Without a password it is impossible to view even the list of files in archive encrypted with -hp. Example: rar a -hpfGzq5yKw secret report.txt will add the file report.txt to the encrypted archive secret.rar using the password 'fGzq5yKw' -ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum. File data integrity in RAR archive is protected by checksums calculated and stored for every archived file. By default, RAR uses CRC32 function to calculate the checksum. RAR 5.0 archive format also allows to select BLAKE2sp hash function instead of CRC32. Specify -htb switch for BLAKE2sp and -htc for CRC32 hash function. Since CRC32 is the default algorithm, you may need -htc only to override -htb in RAR configuration. CRC32 output is 32 bit length. While CRC32 properties are suitable to detect most of unintentional data errors, it is not reliable enough to verify file data identity. In other words, if two files have the same CRC32, it does not guarantee that file contents is the same. BLAKE2sp output is 256 bit. Being a cryptographically strong hash function, it practically guarantees that if two files have the same value of BLAKE2sp, their contents is the same. BLAKE2sp error detection property is also more reliable than in shorter CRC32. Since BLAKE2sp output is longer, resulting archive is slightly larger for -htb switch. If archive headers are unencrypted (no switch -hp), checksums for encrypted RAR 5.0 files are modified using a special password dependent algorithm, to make impossible guessing file contents based on checksums. Do not expect such encrypted file checksums to match usual CRC32 and BLAKE2sp values. This switch is supported only by RAR 5.0 format, so you need to use -ma switch with it. You can see checksums of archived files using 'vt' or 'lt' commands. Example: rar a -ma -htb lists.rar *.lst will add *.lst to lists.rar using BLAKE2sp for file checksums. -id[c,d,p,q] Disable messages. Switch -idc disables the copyright string. Switch -idd disables "Done" string at the end of operation. Switch -idp disables the percentage indicator. Switch -idq turns on the quiet mode, so only error messages and questions are displayed. It is allowed to use several modifiers at once, so switch -idcdp is correct. -ieml[.][addr] Send archive by email. Windows version only. Attach an archive created or updated by the add command to email message. You need to have a MAPI compliant email client to use this switch (most modern email programs support MAPI interface). You may enter a destination email address directly in the switch or leave it blank. In the latter case you will be asked for it by your email program. It is possible to specify several addresses separated by commas or semicolons. If you append a dot character to -ieml, an archive will be deleted after it was successfully attached to an email. If the switch is used when creating a multivolume archive, every volume is attached to a separate email message. -ierr Send all messages to stderr. -ilog[name] Log errors to file (registered version only). Write error messages to rar.log file. If optional 'name' parameter is not specified, the log file is created using the following defaults: Unix: .rarlog file in the user's home directory; Windows: rar.log file in %APPDATA%\WinRAR directory. If 'name' parameter includes a file name without path, RAR will create the log file in the default directory mentioned above using the specified name. Include both path and name to 'name' parameter if you wish to change the location of log file. By default, log file uses UTF-16 little endian encoding, but it can be changed with -scg switch, such as -scag for native single byte encoding. Example: rar a -ilogc:\log\backup.log backup d:\docs will create c:\log\backup.log log file in case of errors. -inul Disable all messages. -ioff Turn PC off after completing an operation. The hardware must support the power off feature. Windows version only. -isnd Enable sound. -iver Display the version number and quit. You can run just "RAR -iver". -k Lock archive. Any command which intends to change the archive will be ignored. -kb Keep broken extracted files. RAR, by default, deletes files with checksum errors after extraction. The switch -kb specifies that files with checksum errors should not be deleted. -log[fmt][=name] Write names to log file. This switch allows to write archive and file names to specified text file in archiving, extracting, deleting and listing commands. Its behavior is defined by 'fmt' string, which can include one or more of following characters: A - write archive names to log file. If RAR creates or processes volumes, all volume names are logged. F - write processed file names to log file. It includes files added to archive and extracted, deleted or listed files inside of archive. P - if log file with specified name is exist, append data to existing file instead of creating a new one. U - write data in Unicode format. If neither 'A' nor 'F' are specified, 'A' is assumed. 'name' parameter allows to specify the name of log file. It must be separated from 'fmt' string by '=' character. If 'name' is not present, RAR will use the default rarinfo.log file name. It is allowed to specify several -log switches in the same command line. This switch can be particularly useful, when you need to process an archive created with -ag or -v switches in a batch script. You can specify -loga=arcname.txt when creating an archive and then read an archive name generated by RAR from arcname.txt with an appropriate command. For example, in Windows batch file it can be: set /p name= Set compression method: -m0 store do not compress file when adding to archive -m1 fastest use fastest method (less compressive) -m2 fast use fast compression method -m3 normal use normal (default) compression method -m4 good use good compression method (more compressive, but slower) -m5 best use best compression method (slightly more compressive, but slowest) If this switch is not specified, RAR uses -m3 method (normal compression). -ma[4|5] Specify a version of archiving format. By default RAR creates archives in RAR 5.0 format. Use -ma4 to create RAR 4.x archives. Use -ma5 or just -ma in case you need to override -ma4 saved in configuration and force RAR to use RAR 5.0 format. This switch is used only when creating a new archive. It is ignored when updating an existing archive. -mc Set advanced compression parameters. This switch is intended mainly for benchmarking and experiments. In the real environment it is usually better to allow RAR to select optimal parameters automatically. Please note that improper use of this switch may lead to very serious performance and compression loss, so use it only if you clearly understand what you do. It has the following syntax: -mc[param1][:param2][module][+ or -] where is the one character field denoting a part of the compression algorithm, which has to be configured. It may have the following values: A - audio compression; C - true color (RGB) data compression; D - delta compression; E - x86 executable compression; I - Intel Itanium executable compression; T - text compression. RAR 5.0 archive format supports only 'D' and 'E' values. '+' sign at the end of switch applies the selected algorithm module to all processed data, '-' disables the module at all. If no sign is specified, RAR will choose modules automatically, based on data and the current compression method. Switch -mc- disables all optional modules and allows only the general compression algorithm. and are module dependent parameters described below. Audio compression, delta compression: is a number of byte channels (can be 1 - 31). RAR splits multibyte channels to bytes, for example, two 16-bit audio channels are considered by RAR as four channels one byte each. is ignored. x86 Intel executable compression, Intel Itanium executable compression, true color (RGB) data compression: and are ignored. Text compression: Text compression algorithm provides noticeably higher compression on plain text data. But it cannot utilize several CPU cores efficiently resulting in slower compression time comparing to general algorithm in multicore and multiprocessor environment. Also its decompression speed is much slower than in general algorithm regardless of CPU cores number. This is why the text compression is disabled by default. You can specify -mct switch to allow RAR to select this algorithm automatically for suitable data. Switch -mct+ will force use of the text compression for all data. Switch -mct can also include and , so its full syntax is -mc[param1][:param2]t[+ or -]. is the order of PPM algorithm (can be 2 - 63). Usually a higher value slightly increases the compression ratio of redundant data, but only if enough memory is available to PPM. In case of lack of memory the result may be negative. Higher order values decrease both compression and decompression speed. is memory in megabytes allocated for PPM (1-128). Higher values may increase the compression ratio, but note that PPM uses the equal memory size both to compress and decompress, so if you allocate too much memory when creating an archive, other people may have problems when decompressing it on a computer with less memory installed. Decompression will be still possible using virtual memory, but it may become very slow. Examples: 1) switch -mc1a+ forces use of 8-bit mono audio compression for all data. 2) switch -mc10:40t+ forces use of text compression algorithm for all data, sets the compression order to 10 and allocates 40 MB memory. 3) switch -mc12t sets the text compression order to 12, when the text compression is used, but leaves to RAR to decide when to use it. 4) switches -mct -mcd- allow RAR to apply the text compression to suitable data and disable the delta compression. -md[k,m,g] Select the dictionary size. Sliding dictionary is the memory area used by compression algorithm to find and compress repeated data patterns. If size of file being compressed (or total files size in case of solid archive) is larger than dictionary size, increasing the dictionary is likely to increase the compression ratio, reduce the archiving speed and increase memory requirements. For RAR 4.x archive format the dictionary size can be: 64 KB, 128 KB, 256 KB, 512 KB, 1 MB, 2 MB, 4 MB. For RAR 5.0 archive format the dictionary size can be: 128 KB, 256 KB, 512 KB, 1 MB, 2 MB, 4 MB, 8 MB, 16 MB, 32 MB, 64 MB, 128 MB, 256 MB, 512 MB, 1 GB. You can use 'k', 'm' and 'g' modifiers to specify the size in kilo-, mega- and gigabytes, like -md64m for 64 MB dictionary. If no modifier is specified, megabytes are assumed, so -md64m and -md64 are equal. When archiving, RAR needs about 6x memory of specified dictionary size, so 512 MB and 1 GB sizes are available in 64 bit RAR version only. When extracting, slightly more than a single dictionary size is allocated, so both 32 and 64 bit versions can unpack archives with all dictionaries up to and including 1 GB. If size of all source files for solid archive or size of largest source file for non-solid archive is at least twice less than dictionary size, RAR can reduce the dictionary size. It helps to lower memory usage without decreasing compression. Default sliding dictionary size is 4 MB for RAR 4.x and 32 MB for RAR 5.0 archive format. Example: RAR a -s -ma -md128 lib *.dll create a solid archive in RAR 5.0 format with 128 MB dictionary. -ms[list] Specify file types to store. Specify file types, which will be stored without compression. This switch may be used to store already compressed files, which helps to increase archiving speed without noticeable loss in the compression ratio. Optional parameter defines the list of file extensions separated by semicolons. For example, -msrar;zip;jpg will force RAR to store without compression all RAR and ZIP archives and JPG images. It is also allowed to specify wildcard file masks in the list, so -ms*.rar;*.zip;*.jpg will work too. Several -ms switches are permitted, such as -msrar -mszip instead of -msrar;zip. In Unix -ms switch containing several file types needs to be enclosed in quote marks. It protects semicolons from processing by Unix shell. Another solution is to use individual -ms switches for every file type. If is not specified, -ms switch will use the default set of extensions, which includes the following file types: 7z, ace, arj, bz2, cab, gz, jpeg, jpg, lha, lz, lzh, mp3, rar, taz, tgz, xz, z, zip, zipx -mt Set the number of threads. parameter can take values from 1 to 32. It defines the recommended maximum number of active threads for compression algorithm also as for other RAR modules, which can start several threads. While RAR attempts to follow this recommendation, sometimes the real number of active threads can exceed the specified value. Change of parameter slightly affects the compression ratio, so archives created with different -mt switches will not be exactly the same even if all other compression settings are equal. If -mt switch is not specified, RAR will try to detect the number of available processors and select the optimal number of threads automatically. -n Additionally filter included files. Apply the mask as an additional filter to included file list. Wildcards can be used both in the name and file parts of file mask. See switch -x description for details on mask syntax. You can specify the switch '-n' several times. This switch does not replace usual file masks, which still need to be entered in the command line. It is an additional filter limiting processed files only to those matching the include mask specified in -n switch. It can help to reduce the command line length sometimes. For example, if you need to compress all *.txt and *.lst files in directories Project and Info, you can enter: rar a -r text Project\*.txt Project\*.lst Info\*.txt Info\*.lst or using the switch -n: rar a -r -n*.txt -n*.lst text Project Info -n@ Read additional filter masks from list file. Similar to -n switch, but reads filter masks from the list file. If you use -n@ without the list file name parameter, it will read filter masks from stdin. This switch does not replace usual list files or file masks, which still need to be entered in the command line. It is an additional filter limiting processed files only to those matching the include mask specified in -n switch. Example: rar a -r -n@inclist.txt text Project Info @listfile.txt -oc Set NTFS Compressed attribute. Windows version only. This switch allows to restore NTFS Compressed attribute when extracting files. RAR saves Compressed file attributes when creating an archive, but does not restore them unless -oc switch is specified. -oh Save hard links as the link instead of the file. If archiving files include several hard links, store the first archived hard link as usual file and the rest of hard links in the same set as links to this first file. When extracting such files, RAR will create hard links instead of usual files. You must not delete or rename the first hard link in archive after the archive was created, because it will make extraction of following links impossible. If you modify the first link, all following links will also have the modified contents after extracting. Extraction command must involve the first hard link to create following hard links successfully. This switch is supported only by RAR 5.0 format, so you need to use -ma switch with it. -oi[0-4][:] Save identical files as references. Switch -oi0 (or just -oi-) turns off identical file processing, so such files are compressed as usual files. It can be used to override another -oi value stored in RAR configuration. If -oi1 (or just -oi) is specified, RAR analyzes the file contents before starting archiving. If several identical files are found, the first file in the set is saved as usual file and all following files are saved as references to this first file. It allows to reduce the archive size, but applies some restrictions to resulting archive. You must not delete or rename the first identical file in archive after the archive was created, because it will make extraction of following files using it as a reference impossible. If you modify the first file, following files will also have the modified contents after extracting. Extraction command must involve the first file to create following files successfully. It is recommended to use -oi only if you compress a lot of identical files, will not modify an archive later and will extract an archive entirely, without necessity to unpack or skip individual files. If all identical files are small enough to fit into compression dictionary specified with -md switch, switch -s can provide more flexible solution than -oi. Switch -oi2 is similar to -oi1, with the only difference: it will display names of found identical files before starting archiving. Switches -oi3 and -oi4 allow to utilize RAR to generate lists of identical files. Though you still need to provide a dummy archive name to make the command syntax valid, in this mode an archive is not created and nothing is compressed. If -oi3 is used, file sizes and names are displayed and every identical file group is separated with empty line. Switch -oi4 displays bare file names and skips the first identical file in every file group, so only duplicates are listed. Optional value allows to define the minimum file size threshold. Files smaller than are not analyzed and not considered as identical. If this parameter is not present, it is assumed to be 64 KB by default. Selecting too small may increase the time required to detect identical files. Switches -oi1 and -oi2 are supported only by RAR 5.0 format, so you need to use -ma switch with it. Examples: 1) rar a -oi -ma archive Save contents of current directory to archive.rar. Store identical files as references. 2) rar a -oi3:1000000 -r dummy c:\photo\*.jpg List all duplicate *.jpg files lather than 1000000 bytes found in c:\photo and its subdirectories. -ol[a] Process symbolic links as the link [absolute paths] Save symbolic links as links, so file contents is not archived. In Windows version it also saves reparse points as links. Such archive entries are restored as symbolic links or reparse points when extracting. Supported both for RAR 4.x and RAR 5.0 archives in RAR for Unix and only for RAR 5.0 archives in RAR for Windows. In Windows you may need to run RAR as administrator to create symbolic links when extracting. RAR adds all links regardless of target when archiving with -ol switch. When extracting, by default, RAR skips symbolic links pointing outside of destination directory, with absolute paths, excessive number of ".." in link target or with other potentially dangerous link parameters. You can enable extracting such links with -ola switch. Links pointing to directories outside of extraction destination directory can present a security risk. Enable their extraction only if you are sure that archive contents is safe, such as your own backup. Links that are considered safe by RAR are extracted always regardless of -ol or -ola switch. -oni Allow potentially incompatible names. While NTFS file system permits file names with trailing spaces and dots, a lot of Windows programs fail to process such names correctly. If this switch is not specified, RAR removes trailing spaces and dots, if any, from file names when extracting. Specify this switch if you need to extract such names as is. Windows version only. -or Rename extracted files automatically if file with the same name already exists. Renamed file will get the name like 'filename(N).txt', where 'filename.txt' is the original file name and 'N' is a number starting from 1 and incrementing if file exists. -os Save NTFS streams. Windows version only. This switch has meaning only for NTFS file system and allows to save alternate data streams associated with a file. You may need to specify it when archiving if you use software storing data in alternative streams and wish to preserve these streams. Streams are not saved for NTFS encrypted files. -ow Use this switch when archiving to save file security information and when extracting to restore it. Unix RAR version saves file owner and group when using this switch. Windows version stores owner, group, file permissions and audit information, but only if you have necessary privileges to read them. Note that only NTFS file system supports file based security under Windows. -o[+|-] Set the overwrite mode. Can be used both when extracting and updating archived files. Following modes are available: -o Ask before overwrite (default for extracting files); -o+ Overwrite all (default for updating archived files); -o- Skip existing files. -p[pwd] Set password Set password to encrypt files when archiving or to decrypt when extracting. Passwords are case-sensitive. Maximum password length is 127 characters. Longer passwords are truncated to this length. If you omit a password in command line, you will be prompted with "Enter password" message. You can also use file redirection or pipe to specify a password if parameter is missing. Examples: 1) rar a -psecret texts.rar *.txt add files *.txt and encrypt them with password "secret". 2) rar -p texts.rar *.txt < psw.txt set contents of psw.txt file as a password. -p- Do not query password Do not query password for encrypted files when extracting. Actually you can specify any invalid password to suppress the password prompt and force RAR to issue 'incorrect password' message when extracting an encrypted file. This switch just sets '-' as a password. -qo[-|+] Add quick open information [none|force] RAR archives store every file header containing information such as file name, time, size and attributes immediately before data of described file. This approach is more damage resistant than storing all file headers in a single continuous block, which if broken or truncated would destroy the entire archive contents. But while being more reliable, such file headers scattered around the entire archive are slower to access if we need to quickly open the archive contents in a shell like WinRAR graphical interface. To improve archive open speed and still not make the entire archive dependent on a single damaged block, RAR 5.0 archives can include an optional quick open record. Such record is added to the end of archive and contains copies of file names and other file information stored in a single continuous block additionaly to normal file headers inside of archive. Since the block is continuous, its contents can be read quickly, without necessity to perform a lot of disk seek operations. Every file header in this block is protected with a checksum. If RAR detects that quick open information is damaged, it resorts to reading individual headers from inside of archive, so damage resistance is not lessened. Quick open record contains the full copy of file header, which may be several tens or hundreds of bytes per file, increasing the archive size by the same amount. This size increase is most noticeable for many small files, when file data size is comparable to file header. So by default, if no -qo is specified or -qo without parameter is used, RAR stores copies of headers only for relatively large files and continues to use local headers for smaller files. Concrete file size threshold can depend on RAR version. Such approach provides a reasonable open speed to archive size tradeoff. If you prefer to have the maximum archive open speed regardless of size, you can use -qo+ to store copies of all file headers. If you need to have the smallest possible archive and do not care about archive open speed in different programs, specify -qo- to exclude the quick open information completely. If you wish to measure the performance effect of this switch, be sure that archive contents is not stored in a disk cache. No real disk seeks are performed for cached archive file, making access to file headers fast even without quick open record. -r Recurse subdirectories. May be used with commands: a, u, f, m, x, e, t, p, v, l, c, cf and s. When used with the commands 'a', 'u', 'f', 'm' will process files in all sub-directories as well as the current working directory. When used with the commands x, e, t, p, v, l, c, cf or s will process all archives in sub-directories as well as the current working directory. -r- Disable recursion. Even without -r switch RAR can enable the recursion automatically in some situations. Switch -r- prohibits it. If you specify a directory name when archiving and if such name does not include wildcards, by default RAR adds the directory contents even if switch -r is not specified. Also RAR automatically enables the recursion if disk root without wildcards is specified as a file mask. Switch -r- disables such behavior. For example: rar a -r- arc dirname command will add only the empty 'dirname' directory and ignore its contents. Following command: rar a -r- arc c:\ will compress contents of root c: directory only and will not recurse into subdirectories. -r0 Similar to -r, but when used with the commands 'a', 'u', 'f', 'm' will recurse into subdirectories only for those file masks, which include wildcard characters '*' and '?'. This switch works only for file names. Directory names without a file name part, such as 'dirname', are not affected by -r0 and their contents is added to archive completely unless -r- switch is specified. Example: rar a -r0 docs.rar *.doc readme.txt add *.doc files from the current directory and its subdirectories and readme.txt only from the current directory to docs.rar archive. In case of usual -r switch, RAR would search for readme.txt in subdirectories too. -ri

[:] Set priority and sleep time. Available only in RAR for Windows. This switch regulates system load by RAR in multitasking environment. Possible task priority

values are 0 - 15. If

is 0, RAR uses the default task priority.

equal to 1 sets the lowest possible priority, 15 - the highest possible. Sleep time is a value from 0 to 1000 (milliseconds). This is a period of time that RAR gives back to the system after read or write operations while compressing or extracting. Non-zero may be useful if you need to reduce system load even more than can be achieved with

parameter. Example: execute RAR with default priority and 10 ms sleep time: rar a -ri0:10 backup *.* -rr[N] Add data recovery record. This switch is used when creating or modifying an archive to add a data recovery record to the archive. See the 'rr[N]' command description for details. -rv[N] Create recovery volumes. This switch is used when creating a multivolume archive to generate recovery volumes. See the 'rv[N]' command description for details. -s Create solid archive. A solid archive is an archive packed by a special compression method, which treats several or all files, within the archive, as one continuous data stream. Solid archiving significantly increases compression, when adding a large number of small, similar files. But it also has a few important disadvantages: slower updating of existing solid archives, slower access to individual files, lower damage resistance. Usually files in a solid archive are sorted by extension. But it is possible to disable sorting with -ds switch or set an alternative file order using a special file, rarfiles.lst. Example: create solid archive sources.rar with 512 KB dictionary, recursing all directories, starting with the current directory. Add only .asm files: rar a -s -md512 sources.rar *.asm -r -s Create solid groups using file count Similar to -s, but resets solid statistics after compressing files. Usually decreases compression, but also decreases losses in case of solid archive damages. -sc[objects] Specify the character set. 'Charset' parameter is mandatory and can have one of the following values: U - Unicode UTF-16; F - Unicode UTF-8; A - the native single byte encoding, which is ANSI for Windows version; O - OEM (DOS) encoding. Windows version only. Endianness of source UTF-16 files, such as list files or comments, is detected based on the byte order mark. If byte order mask is missing, little endian encoding is assumed. 'Objects' parameter is optional and can have one of the following values: G - log files produced by -ilog switch; L - list files; C - comment files; R - messages sent to redirected files and pipes (Windows only). It is allowed to specify more than one object, for example, -scolc. If 'objects' parameter is missing, 'charset' is applied to all objects. This switch allows to specify the character set for files in -z[file] switch, list files and comment files written by "cw" command. Examples: 1) rar a -scol data @list Read names contained in 'list' using OEM encoding. 2) rar c -scuc -zcomment.txt data Read comment.txt as Unicode file. 3) rar cw -scuc data comment.txt Write comment.txt as Unicode file. 4) rar lb -scur data > list.txt Save archived file names in data.rar to list.txt in Unicode. -se Create solid groups using extension Similar to -s, but resets solid statistics if file extension is changed. Usually decreases compression, but also decreases losses from solid archive damages. -sfx[name] Create SFX archives. If this switch is used when creating a new archive, a Self-Extracting archive (using a module in file default.sfx or specified in the switch) would be created. In the Windows version default.sfx should be placed in the same directory as the rar.exe, in Unix - in the user's home directory, in /usr/lib or /usr/local/lib. Example: rar a -sfxwincon.sfx myinst create SelF-eXtracting (SFX) archive using wincon.sfx SFX-module. -si[name] Read data from stdin (standard input), when creating an archive. Optional 'name' parameter allows to specify a file name of compressed stdin data in the created archive. If this parameter is missing, the name will be set to 'stdin'. Example: type Tree.Far | rar a -siTree.Far tree.rar will compress 'type Tree.Far' output as 'Tree.Far' file. -sl Process only those files, which size is less than specified in parameter of this switch. Parameter must be specified in bytes. -sm Process only those files, which size is more than specified in parameter of this switch. Parameter must be specified in bytes. -sv Create independent solid volumes By default RAR tries to reset solid statistics as soon as possible when starting a new volume, but only if enough data was packed after a previous reset (at least a few megabytes). This switch forces RAR to ignore packed data size and attempt to reset statistics for volumes of any size. It decreases compression, but increases chances to extract a part of data if one of several solid volumes in a volume set was lost or damaged. Note that sometimes RAR cannot reset statistics even using this switch. For example, it cannot be done when compressing one large file split between several volumes. RAR is able to reset solid statistics only between separate files, but not inside of single file. Ignored if used when creating a non-volume archive. -sv- Create dependent solid volumes Disables to reset solid statistics between volumes. It slightly increases compression, but significantly reduces chances to extract a part of data if one of several solid volumes in a volume set was lost or damaged. Ignored if used when creating a non-volume archive. -s- Disable solid archiving -t Test files after archiving. This switch is especially useful in combination with the move command, so files will be deleted only if the archive had been successfully tested. -ta Process only files modified after the specified date. Format of the date string is YYYYMMDDHHMMSS. It is allowed to insert separators like '-' or ':' to the date string and omit trailing fields. For example, the following switch is correct: -ta2001-11-20 Internally it will be expanded to -ta20011120000000 and treated as "files modified after 0 hour 0 minutes 0 seconds of 20 November 2001". -tb Process only files modified before the specified date. Format of the switch is the same as -ta. -tk Keep original archive date. Prevents RAR from modifying the archive date when changing an archive. -tl Set archive time to newest file. Forces RAR to set the date of a changed archive to the date of the newest file in the archive. -tn

Assign work directory as

. This switch may be used to assign the directory for temporary files. -x Exclude the specified file or directory. Wildcards can be used in both the name and path parts of file mask. You can specify the switch '-x' several times to define several exclusion masks in the same command line. If mask contains wildcards, it applies to files in current directory and its subdirectories. It is not recursive without wildcards, so "filename" mask will exclude 'filename' file only in current directory when archiving or in root archive directory when extracting. Use "*\filename" syntax to exclude "filename" recursively in all directories. If you know the exact path to file, you can use "path\filename" syntax to exclude only this copy of "filename". If you use -xpath\filename syntax when unpacking an archive, "path" must be the path inside of archive, not the file path on the disk after unpacking. By default, masks containing wildcards are applied only to files. If you need a mask with wildcards to exclude several directories, use the special syntax for directory exclusion masks. Such masks must have the trailing path separator character ('\' for Windows and '/' for Unix). For example, "*tmp*\" mask will exclude all directories matching "*tmp*" and "*\tmp\" will exclude all 'tmp' directories. Since wildcards are present, both masks will be applied to contents of current directory and all its subdirectories. If you wish to exclude only one directory, specify the exact name of directory including the absolute or relative path without any wildcards. In this case you do not need to append the path separator to mask, which is required only for directory exclusion masks containing wildcards to distinguish them from file exclusion masks. Examples: 1) rar a -r -x*.jpg -x*.avi rawfiles compress all files except *.jpg and *.avi in current directory and its subdirectories; 2) rar a -r -x*\temp\ savec c:\* compress all files on the disk c: except 'temp' directories and files inside of 'temp' directories; 3) rar x -x*.txt docs extract all files except *.txt from docs.rar. -x@ Exclude files listed in the specified list file. If you use -x@ without the list file name parameter, it will read file names from stdin. Example: rar a -x@exlist.txt arch *.exe -y Assume Yes on all queries. -z[file] Read archive comment from file . This switch can be used with any archive modification command to read the archive comment from file and add it to archive. Use with -sc switch if you need to specify the character set for comment text file. If is not present, comment is read from stdin. Limitations ~~~~~~~~~~~ Command limitations: Commands 'd','u','f','c','cf' will not operate with archive volumes. Command 'a' cannot be used to update an archive volume, only to create a new one. Exit values ~~~~~~~~~~~ RAR exits with a zero code (0) in case of successful operation. Non-zero exit code indicates some kind of error: Code Description 0 Successful operation. 1 Non fatal error(s) occurred. 2 A fatal error occurred. 3 Invalid checksum. Data is damaged. 4 Attempt to modify an archive locked by 'k' command. 5 Write error. 6 File open error. 7 Wrong command line option. 8 Not enough memory. 9 File create error 10 No files matching the specified mask and options were found. 11 Wrong password. 255 User stopped the process. Glossary ~~~~~~~~ Archive Special file containing one or more files optionally compressed and/or encrypted. Compression A method of encoding data to reduce it's size. Checksum Value calculating for data block or file and allowing to check data or file validity. SFX archive SelF-eXtracting archive. Archive in executable format, consisting of self-extracting module followed by compressed data. It is enough to run such executable to start extraction. Solid An archive packed using a special compression method which sees all files as one continuous data stream. Particularly advantageous when packing a large number of small files. Volume Part of a split archive. Splitting an archive to volumes allows storing them on several removable disks. Solid volumes must be extracted starting from first volume in sequence. Copyrights (c) 1993-2017 Alexander Roshal rar/license.txt0000644000175000017500000001514113143333757011344 0ustar zz END USER LICENSE AGREEMENT The following agreement regarding RAR (and its Windows version - WinRAR) archiver - referred to as "software" - is made between win.rar GmbH - referred to as "licensor" - and anyone who is installing, accessing or in any other way using the software - referred to as "user". 1. The author and holder of the copyright of the software is Alexander L. Roshal. The licensor and as such issuer of the license and bearer of the worldwide exclusive usage rights including the rights to reproduce, distribute and make the software available to the public in any form is win.rar GmbH, Marienstr. 12, 10117 Berlin, Germany. 2. The software is distributed as try before you buy. This means that anyone may use the software during a test period of a maximum of 40 days at no charge. Following this test period, the user must purchase a license to continue using the software. 3. The software's trial version may be freely distributed, with exceptions noted below, provided the distribution package is not modified in any way. a. Nobody may distribute separate parts of the package, with the exception of the UnRAR components, without written permission. b. The software's unlicensed trial version may not be distributed inside of any other software package without written permission. The software must remain in the original unmodified installation file for download without any barrier and conditions to the user such as collecting fees for the download or making the download conditional on the user giving his contact data. c. The unmodified installation file of WinRAR must be provided pure and unpaired. Any bundling is interdicted. In particular the use of any install or download software which is providing any kind of download bundles is prohibited unless granted by win.rar GmbH in written form. d. Hacks/cracks, keys or key generators may not be included, pointed to or referred to by the distributor of the trial version. e. In case of violation of the precedent conditions the allowance lapses immediately and automatically. 4. The trial version of the software can display a registration reminder dialog. Depending on the software version and configuration such dialog can contain either a predefined text and links loaded locally or a web page loaded from the internet. Such web page can contain licensing instructions or other materials according to the licensor's choice, including advertisement. When opening a web page, the software transfers only those parameters which are technically required by HTTP protocol to successfully open a web page in a browser. 5. The software is distributed "as is". No warranty of any kind is expressed or implied. You use at your own risk. Neither the author, the licensor nor the agents of the licensor will be liable for data loss, damages, loss of profits or any other kind of loss while using or misusing this software. 6. There are 2 basic types of licenses issued for the software. These are: a. A single computer usage license. The user purchases one license to use the software on one computer. Home users may use their single computer usage license on all computers and mobile devices (USB drive, external hard drive, etc.) which are property of the license owner. Business users require one license per computer or mobile device on which the software is installed. b. A multiple usage license. The user purchases a number of usage licenses for use, by the purchaser or the purchaser's employees on the same number of computers. In a network (server/client) environment the user must purchase a license copy for each separate client (workstation) on which the software is installed, used or accessed. A separate license copy for each client (workstation) is needed regardless of whether the clients (workstations) will use the software simultaneously or at different times. If for example you wish to have 9 different clients (workstations) in your network with access to RAR, you must purchase 9 license copies. A user who purchased a license, is granted a non-exclusive right to use the software on as many computers as defined by the licensing terms above according to the number of licenses purchased, for any legal purpose. 7. There are no additional license fees, apart from the cost of the license, associated with the creation and distribution of RAR archives, volumes, self-extracting archives or self-extracting volumes. Owners of a license may use their copies of the software to produce archives and self-extracting archives and to distribute those archives free of any additional royalties. 8. The licensed software may not be rented or leased but may be permanently transferred, in its entirety, if the recipient agrees to the terms of this license. 9. To buy a license, please read the file order.htm provided with the software for details. 10. You may not use, copy, emulate, clone, rent, lease, sell, modify, decompile, disassemble, otherwise reverse engineer, or transfer the licensed software, or any subset of the licensed software, except as provided for in this agreement. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution. Neither RAR binary code, WinRAR binary code, UnRAR source or UnRAR binary code may be used or reverse engineered to re-create the RAR compression algorithm, which is proprietary, without written permission. The software may be using components developed and/or copyrighted by third parties. Please read "Acknowledgments" help file topic for WinRAR or acknow.txt text file for other RAR versions for details. 11. This License Agreement is construed solely and exclusively under German law. If you are a merchant, the courts at the registered office of win.rar GmbH in Berlin/Germany shall have exclusive jurisdiction for any and all disputes arising in connection with this License Agreement or its validity. 12. Installing and using the software signifies acceptance of these terms and conditions of the license. If you do not agree with the terms of this license, you must remove all software files from your storage devices and cease to use the software. rar/readme.txt0000644000175000017500000000126413143333757011160 0ustar zz RAR archiver: * RAR introduces an original compression algorithm. It provides high compression ratios on executable files, object libraries, large text files, etc. * RAR provides functionality for creating a 'solid' archive, which can raise the compression ratio by 10% - 50% over more common methods, particularly when packing large numbers of small files. * RAR offers the ability to create and change SFX archives using default and external SFX modules. * RAR offers the ability to create a multi-volume archive as SFX. * RAR offers a number of service functions, such as encrypting files, adding archive comments and repairing physically damaged archives. rar/order.htm0000644000175000017500000000611013143333757011002 0ustar zz How to buy WinRAR and RAR license

How to buy WinRAR and RAR license.

If you wish to use WinRAR and RAR after the evaluation period of 40 days, you need to purchase its license from one of the regional dealers listed here. You can also check the latest price list and buy on-line at www.rarlab.com.

Upon receipt of your registration fee you will receive an email containing a registration key file corresponding to the user name string which you have chosen. Please specify a valid email address when buying the licence, as it will be used to send you the key file.

The registration email will also contain all necessary instructions, so please just follow them. Below, we provide a brief explanation of the typical registration procedure, but instructions in the email are more up to date than this file and should thus have a higher precedence.

If you use WinRAR, you will need to copy the registration key file (rarreg.key) to a WinRAR folder or to %APPDATA%\WinRAR folder. By default WinRAR folder is "C:\Program Files\WinRAR", but it can be changed by a user when installing WinRAR. You can also drag rarreg.key file and drop it to WinRAR window to register.

If the key is archived in a .rar or .zip file, please extract rarreg.key from the archive before copying it. If archive name is rarkey.rar, another way to install the key file is to open such archive in WinRAR and answer "Yes" to confirmation prompt.

If you use RAR/Unix and RAR for OS X, you should copy rarreg.key to your home directory or to one of the following directories: /etc, /usr/lib, /usr/local/lib, /usr/local/etc. You may rename it to .rarreg.key or .rarregkey, if you wish, but rarreg.key is also valid.

WinRAR, RAR for Unix and OS X now use the same registration key format, so you can use the same key with current WinRAR and RAR versions for all mentioned platforms. It is not guaranteed for WinRAR and RAR versions that are not equal to version included to this distributive. For example, versions prior to 2.60 used different keys.

Please send your further questions about sales and licensing to . English, French, German or Spanish please.

rar/whatsnew.txt0000644000175000017500000004624513143333757011573 0ustar zz RAR - What's new in the latest version Version 5.50 1. RAR uses RAR 5.0 archive format by default. You can change it to RAR 4.x compatible format with -ma4 command line switch. 2. Added support for 1 nanosecond file time precision on Unix platform. 3. You can specify 'f' charset value in -sc switch to use UTF-8 encoding. For example: rar a -scfl arcname @filelist.txt to read contents of filelist.txt as UTF-8 text. 4. RAR "lt" and "vt" commands display file times with nanosecond precision. Such precision is used in RAR5 archives created by RAR/Unix 5.50. Archives created by Windows RAR version have 100ns file time precision. 5. Only '+', '-' and '1' precision modifiers are supported in -ts switch now. Use '+' to store the file time with maximum precision, '-' to omit the file time and '1' to store it with 1 second precision. Intermediate precision modes previously defined with '2' and '3' modifiers are not available in RAR 5.0 archive format and ignored by -ts switch. 6. If a wrong password is entered when unpacking an encrypted file in RAR5 archive, RAR proposes to enter a valid password for same file again instead of aborting extraction. 7. Bugs fixed: a) fixed crashes and security vulnerability when unpacking corrupt RAR archives; b) directory owners were not set when extracting RAR5 archives created with -ow switch; c) if only creation or only last access file time was stored in RAR5 archive with 1 second precision, such as with -ma5 -tsm- -tsa1 switches, this stored time was ignored when extracting. Version 5.40 1. If RAR recovery volumes (.rev files) are present in the same directory as usual RAR volumes, archive test command verifies .rev contents after completing testing .rar files. If you wish to test only .rev files without checking .rar volumes, you can run: rar t arcname.part1.rev 2. Previously "Synchronize archive contents" mode (-as switch) aborted if some of archiving directories could not be read. Now RAR continues performing the operation and preserves archived files matching unreadable directories. 3. If -iver switch is specified, RAR displays the version number and quits. You can run just "RAR -iver". 4. If -p switch is used without optional parameter, a password can be also set with file redirection or pipe. For example: rar -p myarc.rar myfiles < psw.txt 5. RAR treats 'arcname.partN' as 'arcname.partN.rar' if 'arcname.partN' does not exist and 'arcname.part#.rar' exists. For example, it is allowed to run: RAR x arcname.part01 to start extraction from arcname.part01.rar 6. Maximum comment length for RAR archives is increased from 64 to 256 KB. 7. Switch -scul can be used to process big endian UTF-16 list files as well, provided that they have a correct byte order mark. Previously it allowed only little endian file lists. Version 5.30 1. Directory wildcards are allowed in RAR command line in file names to archive. For example: rar a backup c:\backup\2015*\* Recursion is enabled automatically for such directory wildcards even if -r switch is not specified. 2. New 'R' object for -sc switch defines encoding of console RAR messages sent to redirected files and pipes. For example: rar lb -scur data > list.txt will produce Unicode list.txt with archived file names. 3. Console RAR "l" and "v" commands display file time in YYYY-MM-DD format. 4. "Test" command also verifies contents of NTFS alternate data streams in RAR 3.x - 5.x archives. Previously their contents was checked only during extraction command. 5. Bugs fixed: a) console RAR crashed instead of displaying an overwrite prompt when attempting to add files to already existing volumes; b) console RAR "lt" command did not display seconds in file timestamp. Version 5.21 1. While previous versions could produce RAR5 volumes of slightly smaller than requested size sometimes, such situation is less likely now. In most cases volume size equals to specified by user. 2. Now by default RAR skips symbolic links with absolute paths in link target when extracting. You can enable creating such links with -ola switch. Such links pointing to directories outside of extraction destination directory can present a security risk. Enable their extraction only if you are sure that archive contents is safe, such as your own backup. Version 5.20 1. RAR can read the default set of switches from .rarrc file stored in the user's home directory. Previously it was possible to define only the same set of switches for all RAR command with "switches=" string. Now .rarrc also allows to specify separate switch sets for individual RAR commands using the following syntax: switches_= For example: switches_a=-m5 -s switches_x=-o+ 2. File overwrite prompt displays the size and modification time for existing and new files. 3. When archiving from stdin with -si switch, RAR sets the current system time to modification time of archived file. Previous version did not set this time at all. 4. It is possible to use -si and -v switches together. Previous versions did not allow to create volumes when archiving from stdin. Version 5.11 1. Timestamp is set to extracted symlinks. 2. Bugs fixed: a) deleting a file in RAR5 solid archive containing files stored with -ver switch caused such files to lose version information. Version 5.10 1. Switch -ai can be used when creating RAR archive, so predefined values, typical for file and directory, are stored instead of actual attributes. Previously this switch could be used only when extracting. Version 5.00 1. New RAR 5.0 archiving format. You can use -ma command line switch to create RAR 5.0 archives. By default RAR creates archives in 4.x format. 2. Changes in RAR 5.0 compression algorithm: a) maximum compression dictionary size is increased up to 1 GB in 64 bit RAR. 32 bit RAR version can use up to 256 MB dictionary when creating an archive. Both 32 bit and 64 bit versions can unpack archives with any dictionary size, including 1 GB; b) default dictionary size for RAR 5.0 is 32 MB, typically resulting in higher compression ratio and lower speed than RAR 4.x 4 MB. You can use -md switch to change this value; c) -md switch syntax is modified to support larger dictionary sizes. Append 'k', 'm' and 'g' modifiers to specify the size in kilo-, mega- and gigabytes, like -md64m for 64 MB dictionary. If modifiers are not present, megabytes are assumed, so -md64m is equal to -md64; d) RAR 5.0 format includes Intel IA-32 executable and delta compression algorithms, but RAR 4.x text, audio, true color and Itanium algorithms are not supported. These excluded algorithms are not efficient for modern data types and hardware configurations; e) RAR 5.0 decompression can utilize several CPU cores. Though not to same extent as in compression algorithm, it improves the decompression speed on large files with poorly compressible data or when using BLAKE2 checksums. 3. Changes in RAR 5.0 archive format: a) file times are stored as Coordinated Universal Time (UTC) instead of former local time, making file exchange among several time zones more straightforward; b) file names and archive comments use UTF-8 encoding. 4. RAR 5.0 recovery record is based on Reed-Solomon error correction codes. If recovery record size is large enough, 5% and more, the new error correction scheme provides much higher resistance to multiple damages comparing to RAR 4.x recovery record. Smaller record, such as 1 - 2%, or less random damage type would result in less difference between 4.x and 5.0. For single continuous damage 4.x and 5.0 efficiency is about the same. Additionally to usual data erasures, the new recovery record is able to detect deletions and insertions of much larger size than in previous RAR versions. Maximum insertion size is several megabytes. Maximum deletion size depends on the damage type and in some cases can be as large as the recovery record size. Still, the best recovery performance and efficiency is achieved if no deletions and insertions are present, so all data including damaged sectors preserve their original positions. Thus, if you use some special software to copy an archive from damaged media, it is better to choose the mode, when damaged sectors are filled by zeroes or any other data instead of cutting them out completely from resulting file. RAR 5.0 recovery record is more resistant to damage of recovery record itself and can utilize a partially corrupt recovery record data. Note, though, that "Repair" command does not fix broken blocks in recovery record. Only file data are corrected. After successful archive repair, you may need to create a new recovery record for saved files. New recovery record is not based on 512 byte sectors anymore and incorporates more complicated data structures. So it is impossible to specify its size in sectors. For RAR 5.0 archives the parameter of -rr[N] switch and rr[N] command is always treated as a percent of archive size regardless of presence of % character. Typically N% recovery record can repair up to N% of continuously damaged data and increases the archive size by only slightly more than N%. Ability to fix multiple damages is proportional to N. We used "Screaming Fast Galois Field Arithmetic Using Intel SIMD Instructions" paper by James S. Plank, Kevin M. Greenan and Ethan L. Miller to improve Reed-Solomon coding performance. Also we are grateful to Artem Drobanov and Bulat Ziganshin for samples and ideas allowed to make Reed-Solomon coding more efficient. 5. "Test" command verifies validity of RAR 5.0 recovery record. Recovery record is tested after processing all archived files. If corrupt archive contains the recovery record, it might be possible to repair it even if recovery record validity test is failed. "Repair" command attempts to utilize even a partially damaged recovery record. So treat the negative recovery record test result as a reason to re-create the archive if original files are still available, but not as a reason to avoid "Repair" command. 6. Changes in RAR 5.0 encryption algorithm: a) encryption algorithm is changed from AES-128 to AES-256 in CBC mode. Key derivation function is based on PBKDF2 using HMAC-SHA256; b) special password verification value allows to detect most of wrong passwords without necessity to unpack the entire file; c) if archive headers are not encrypted ("Encrypt file names" option is off), file checksums for encrypted RAR 5.0 files are modified using a special password dependent algorithm, to make impossible guessing file contents based on checksums. Do not expect such encrypted file checksums to match usual CRC32 and BLAKE2 values. 7. Switch -htb allows to utilize 256 bit length BLAKE2sp hash ( https://blake2.net ) instead of 32 bit CRC32 as a file checksum. While producing slightly larger archives, BLAKE2 can be used for file contents identification. If two files have the same BLAKE2 value, it practically guarantees that file contents is the same. BLAKE2 error detection property is also stronger than in much shorter CRC32. 8. Features removed: a) authenticity verification feature did not provide the required level of reliability and was removed; b) switch -en (do not add "end of archive" block) is not supported by RAR 5.0 archives, which always have the end of archive block. This block helps RAR to safely skip external data like digital signatures appended to archive; c) old style extension based arcname.rNN volume names are not supported by RAR 5.0 archives, which use only arcname.partN.rar volume names; d) file comments are not supported anymore both in RAR 4.x and RAR 5.0 archives. Console RAR 'cf' command is removed. It does not affect the archive comment support, which is present in both versions of archive format and is not planned for removal. 9. Switch -oh stores hard links as link instead of file. It is available only for RAR 5.0 archive format. 10. Changes in recovery volume processing in RAR 5.0 archive format: a) maximum number of RAR+REV volumes in RAR 5.0 format is 65535 instead of 255; b) recovery volume operations are faster than in RAR 4.x; c) additionally to recovery data, RAR 5.0 REV files also store service information such as checksums of protected RAR files. So they are slightly larger than RAR volumes which they protect. If you plan to copy individual RAR and REV files to some removable media, you need to take it into account and specify RAR volume size by a few kilobytes smaller than media size. 11. Command line RAR returns the exit code 11 if it can detect that user entered a wrong password. This code can be returned only for RAR 5.0 archives. It is impossible to distinguish a wrong password and data damage for RAR 4.x archives. 12. 'v' and 'l' commands display archived file names in the end of line, not in that beginning as before. Also some fields previously available in 'l' and 'v' output are now shown only by 'lt' and 'vt'. 'vt' and 'lt' commands provide the detailed multiline information for every archived file. 'vta' and 'lta' also include service headers into list. 13. UTF-16 little endian encoding is used in RAR log file rar.log, so Unicode file names are stored in the log correctly. You can use -scg switch to change the default log file encoding, such as -scag for native single byte encoding. 14. Command line 'r' (repair) command can include an optional destpath\ parameter defining the destination folder for repaired archive: rar r archive.rar destpath\ Version 4.20 1. Changes in RAR compression: a) Multithreaded RAR compression is enabled by default. You can disable it with -mt1 switch. Comparing to RAR 4.11, some speed gain is possible in single processor mode as well. Speed gain depends on data type and average file size. Several cores are utilized more efficiently when compressing large files. b) we had to increase memory requirements to achieve higher compression speed. General RAR compression algorithm allocates about 120 MB comparing to 40 MB in RAR 4.11; c) RAR text compression algorithm cannot utilize several CPU cores efficiently, so its performance in multiprocessor environment is much lower than for general algorithm. Also its decompression speed is much lower than in general algorithm regardless of CPU number. So we decided to disable the text algorithm by default. If you need maximum possible compression ratio for plain text data regardless of speed, you can enable the text compression with -mct switch. 2. RAR general decompression algorithm speed is slightly improved, though not to same extent as RAR compression. RAR decompression is not able to use several processor cores, so its performance does not depend on a number of cores. Version 4.11 1. Bugs fixed: a) if -x*\somedir\* exclusion mask was specified when archiving and if name of current directory contained 'somedir', RAR could exclude all files and stop creating an archive. Version 4.10 1. Modifications of switch -ag behavior: a) -ag can be used with all RAR commands, not just with archiving only; b) 'N' format character behavior differs in archiving and non-archiving operations. When archiving, it is incremented until the first unused name is found. In non-archiving operations like extracting it selects the existing archive preceding the first unused name; c) 'I' format character allows to specify minutes regardless of presence and position of 'H' (hours) in format string. It can be used instead of 'M' (minutes), when you wish to place minutes before hours or do not need hours at all. 2. New -log[fmt][=name] switch allows to write archive and file names to log file in archiving, extracting, deleting and listing commands. This switch is especially useful, when you need to further process an archive created with -ag or -v switches, because -log provides the archive name generated by RAR. 3. New -@[+] switch allows to process all parameters starting from '@' character either as file names (-@) or as file lists (-@+). 4. Volume size in -v switch can be specified as a decimal fraction. Dot (.) is used as the decimal mark. For example, -v1.5g means 1.5 gigabytes. Version 4.01 1. Bugs fixed: a) "Repair" command failed to properly reconstruct structure of RAR archives, which contained at least one file with packed size exceeding 4 GB. This bug did not affect the recovery record based repair. It happened only if recovery record was not found and RAR performed reconstruction of archive structure; b) RAR could crash when creating a new archive with -agNNNN switch if archive number in generated name was very large, like a thousand or more. Version 4.00 1. RAR decompression speed is improved. Depending on data type, decompression can be up to 30% faster than in previous versions. Both the general RAR algorithm and most of special RAR multimedia methods benefit from this improvement. The only module of RAR algorithm, which is not affected, is "Text compression" method. 2. Changes in -x switch syntax. Now you can specify a wildcard exclusion mask for folders. Such mask must have the trailing '\' character, like -x*tmp*\ or -x*\temp\ 3. Recovery volume processing involves less disk seek operations resulting in higher performance. 4. New error code 10 ("no files") is added to list of error codes. This new code can be returned by archive, extract, delete and repair commands. It means that RAR did not find any files matched the specified file or archive mask. rar/acknow.txt0000644000175000017500000001013413143333757011201 0ustar zz ACKNOWLEDGMENTS * We used "Screaming Fast Galois Field Arithmetic Using Intel SIMD Instructions" paper by James S. Plank, Kevin M. Greenan and Ethan L. Miller to improve Reed-Solomon coding performance. Also we are grateful to Artem Drobanov and Bulat Ziganshin for samples and ideas allowed to make Reed-Solomon coding more efficient. * RAR text compression algorithm is based on Dmitry Shkarin PPMII and Dmitry Subbotin carryless rangecoder public domain source code. You may find it in ftp.elf.stuba.sk/pub/pc/pack. * RAR encryption includes parts of code from Szymon Stefanek and Brian Gladman AES implementations also as Steve Reid SHA-1 source. --------------------------------------------------------------------------- Copyright (c) 2002, Dr Brian Gladman < >, Worcester, UK. All rights reserved. LICENSE TERMS The free distribution and use of this software in both source and binary form is allowed (with or without changes) provided that: 1. distributions of this source code include the above copyright notice, this list of conditions and the following disclaimer; 2. distributions in binary form include the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other associated materials; 3. the copyright holder's name is not used to endorse products built using this software without specific written permission. ALTERNATIVELY, provided that this notice is retained in full, this product may be distributed under the terms of the GNU General Public License (GPL), in which case the provisions of the GPL apply INSTEAD OF those given above. DISCLAIMER This software is provided 'as is' with no explicit or implied warranties in respect of its properties, including, but not limited to, correctness and/or fitness for purpose. --------------------------------------------------------------------------- Source code of this package also as other cryptographic technology and computing project related links are available on Brian Gladman's web site: http://www.gladman.me.uk * RAR uses CRC32 function based on Intel Slicing-by-8 algorithm. Original Intel Slicing-by-8 code is available here: http://sourceforge.net/projects/slicing-by-8/ Original Intel Slicing-by-8 code is licensed under BSD License available at http://www.opensource.org/licenses/bsd-license.html Copyright (c) 2004-2006 Intel Corporation. All Rights Reserved Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * RAR archives may optionally include BLAKE2sp hash ( https://blake2.net ), designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn and Christian Winnerlein. * Useful hints provided by Alexander Khoroshev and Bulat Ziganshin allowed to significantly improve RAR compression and speed. rar/rar0000755000175000017500000211742413143333757007704 0ustar zzELF44 (444  TTT]]  P D  hhhDDPtd\{\ \ ##QtdRtd  /lib/ld-linux.so.2GNUGNUOViD T!t ȁ Ҝc)K8&x fUa?BhxIk{l*TBRY8K  7n#xf|m$,[8CEbFa>+Qwni+ 4 #924dD2O13\}K>>-p%1E"t@) ,!t) ,!@*  l) )  !U) !) N* ,!0x@&D*  !libstdc++.so.6__gmon_start___Jv_RegisterClassespthread_createpthread_join_Znwj_ZTVSt9bad_alloc__cxa_rethrow_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_allocate_exception_Znaj_ZNSt9bad_allocD1Ev__cxa_pure_virtual__cxa_begin_catch_ZTVN10__cxxabiv116__enum_type_infoE__cxa_throw_ZTISt9bad_alloc_ZdlPv__cxa_end_catch_ZTVN10__cxxabiv121__vmi_class_type_infoE__gxx_personality_v0_ZTVN10__cxxabiv117__class_type_infoE_ZdaPvlibm.so.6libgcc_s.so.1__moddi3_Unwind_Resume__udivdi3__umoddi3__divdi3libpthread.so.0writepthread_cond_destroypthread_mutex_initpthread_cond_broadcastpthread_cond_waitpthread_mutex_unlockpthread_cond_signallseek64pthread_cond_init__errno_locationpthread_mutex_lockpthread_mutex_destroyfsynclibc.so.6_IO_stdin_usedputwchar__vswprintf_chkwmemsetfflushstrcpysetlocalembrtowctowlower__vfwprintf_chkwcsncpy__swprintf_chkstatvfs64wcscatwcrtombwcspbrk__open64_2getpwuidftruncate64mbsrtowcsclosedirgetgrgidstrncpy__wcsncpy_chk__stack_chk_failmkdirreallocclocktowupperstdintolowergetpidstrdupchmodflockfgetws__ctype_get_mb_cur_maxstrtolisattylchownsymlinkgetpwnamstrlenwcschr__cxa_atexitstrstrutimensatrmdirmemcmptoupper__fxstat64getgrnamstdout__wcscpy_chkmemcpyfclosewcscmp__memmove_chkstrtoulmallocgetpassumaskremove__strncpy_chk__lxstat64opendirwcsncat__wcscat_chk__xstat64getenvstderrwcscpy__memset_chkreadlinkstrncatfilenogetcwdfreadrename__memcpy_chklocaltimestrchrmktimereaddir64qsort__strcpy_chkbsearch__sprintf_chkwcsdupwcstolfopen64wcsrtombsaccess__strcat_chkstrerror__libc_start_mainwcslenwcsncmpwmemmovesysconffreewcsrchrCXXABI_1.3GLIBCXX_3.4GCC_3.0GLIBC_2.0GLIBC_2.1GLIBC_2.2GLIBC_2.3.2GLIBC_2.7GLIBC_2.6GLIBC_2.3.4GLIBC_2.1.3GLIBC_2.4                   0ӯk t) 0P&y ii Pii ii ri ii ii ii ii ti si ii ii ii  @) l) ) ) ) ) * @* D*           $  (  ,  0  4 8 < @ D H L P T X \ ` d h l p t x  | ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A! B! ! C ! D! E! F! G! H ! I$! J(! K,! L0! M4! N8! O‰$x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$x t u y؃[]Í&UE$ÍUE$ÍUIUit ҉$ UEit t&IÐUE]0  UU]   Ív'UU]BA Ít&U1WVSU}  tt;Er  tt]ɍqЃ v^Yv^Y1w7JYЃ vYvHY7]1ۃ}F u[^_]Ít&뷍vW몍Yōt&'UWVS]U} ۋ 1u  tt]qЃ vbYvbY1w7΋JYЃ vYvMY7]1ۃ}F t9Ew[^_]Ðt&볍vW릍Y1 UW1V1S M t~U1uU썶Mуq0 YWBރ JWr0UB΅t9}v U:L:utu9uvULu9E wuMtUut}t ] [^_]ËM9ڍ&UUS vfЃ w[]Ít&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUt&U$t&Uuu]]tFD$E $D$DD3؋u]]ÍvUUE 9tU Et&Í&'Uuu]]tE t$$D$؋u]]ÐUS]$~U)…~E T$$D$؃[]Í&US]$U)…~E T$$D$/؃[]Í&UWVSlEu ]EEeE1U)1Ut&x;}$t$D$ D$ $t$D$ D$ 0D=É ؉u]tD=-tU];t&H 9uE8Ee3u!l[^_]۰E7 U1WVSu ]DžU)1vx;$t$D$ D$ $t$D$ D$ 0É ؉utDŽ -tU vH 9uE[^_]۰Dž*US`* `* v `* 1ۋE À* \$D$$Iǃ[]Í&UWVS E]  u f t t}11ɉ]}tJ"t5}t9Mv ]u׋]t [^_]Ð"t֐ E  ]u뢍t&Ut9MvU"띐t& 1[^_]Í&'U1҉WVS Mu11u%t&t |%W֋UUPЃ wvPЃ v-tsuw)E9sj9s4E }t&<:9r}׍\;}WUu ElE;]s(%}OGEU uuӍu  [^_]ÐUS]$ t&M))щME[]fU1Ut$ D$.$yÍ&U(]]uu }}tL tF$tt0|$$D$ }}u u]]]f]u}]Ít&'UEtuÍvU D$K $T$Q UE$1tE $D$eÍ&'U1UtD$l $AÍv'U}/]Ít&U1]É'UE$-1É'UE$ ÍU]]uu $6t*|/t#9sE x ]u]&]u]Í&'US E$D$D$$D$iE $D$D$E\$D$E$l []ÍvU(uu]]}} t,$i\$<$)9Ft$_]u}]Ít&'UWVSDLHƅG+ DЍXD$T$$XtV1ƅPƅT%u&TWXt{ƒ}uփXTu]$EE)ED$$$L$,DžX+D$XD$P$UؾtB֋])غ$I)))ÍzOED$  D$D$D$X$ED$  D$D$D$^$ED$  D$D$D$d$ED$  D$D$D$j$qED$  D$D$D$p$DED$  D$D$D$v$||$D$  D$D$$Et$D$  D$D$$ED$  D$D$D$E$HD$  D$D$D$E$lU1׋X ҉t=\1uZt{}uދƅuꋅXDžX111 vʋX~{}t؄uԈ<$$ D$<ǁ EX$t8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$Lt"t$|$$bt$<$|ƅRfUE]8/fUE]8/fU(]]uu }$k;\t]u}]Ð{\uCD$\$tՃD$\$tD);Es/<\$4$D$p>]u}]Ít&11f$(뺍UED$;]uu $1tC$ t]u]Ít&UWVS<_E} eU1]9tUD$<$T$w<$wԠ9ljsB1t&309s#$(u019r݉Ԡ<$atVUe3Ԡ<_[^_]Ít&ED$ <$D$<$<$Ԡ uD$|$$D$D$ $ $ \$$DžܠDžDžDžDžDž v$5 D$t$$ t`D$$6D$t$$n0tD$$ʍttUt$<$T$$"5 $r&ԠQÍ $$Ɖ$4 UWVS"E}爅f$PtTED$$D$UE<$}uE \$D$E$Č"[^_]ÀuփvыE$D$$D${UN؉<$k렉'UE ]Uu]ut4t.9tt$D$$jtD؋u]]ftt$\$$\fUE]] uut?P1v ]u]Ív( t$$D$]u]f$! lt(t$ \$D$$]u]Ðt$D$ $LufUW1VS,E] uEEEEt$\$<$D$ t%t$$Et$$D$a}u ,[^_]Ív$u뤐U(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$`]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$]u}]fUWVSL] EU}EUEȉ<$EEȉ]܅t&mK]ܾUЉ|$]$\$E|$$D$U9u܉U^9]wXvEEEЋUD$$Uԅ~oE؍tU|$ET$$9u]؍^9]vUEẺ‹Ẻ$UĉD$UԋUĉUỦU|EEUЉ|$$T$D$$Ue3u $[]迳 Uh@uu]4$f$ t$$dDžDžDžDžDžDžD$D$$n$]u]Í&4$]u]ÉƉ$4$褴t&UE]%=@Ít&'UE%=t=t= ]Ðt&]ÐUE]%=Ít&'USeE1ED$\$$~D$\$$$u$@D$kEe3u Ą[]UE]%=Ít&'US$EeU1҅t*D$\$$ٴD$$Ee3u $[]_ USeE1ED$\$$nD$\$$1DUe3u Ą[]ݰ'US$eE1ED$\$$E $D$Ue3u $[]pUWVS ]u$4$EE4$׉ 4$1|$D$D$ _Z| iP)‹Ӊ4t&ts|$$^ $tdD$D$ D$ 2D$D$D$2<$ <$;E r1ہ [^_]Í [^_]Ðt&U8eE1E}} ]uD$\$$-D$t$<$t$$轪Ue3u ]u}]蚮v'UWV1S$D$2D$ D$2D$ $؃5 tD0D$D$ .$t$q D$D$2<$g<$u|$$[^_]Í&'US$eE1ED$\$$ް$6Ue3u $[]g&US$eE1ED$\$$~$VUe3u $[]&US ]0Vt0$t¸u$a []Ð&UWVS\`4$0ED$ \$D$ $1\$4$UDžDžĿDžȿDž̿DžпDžԿvD$\$4$\t8$D$ lj$ΫtD$| <$身t1f4$\`[^_]ÉÉ4$l$tt&U(A}} ]uu<$@4$6\$1ۉ$ht؋u]}]Ðt&|$4$?t׍$}$oD$t$$u11ۍ$$؋u]}]Ít&D$|$$vtED$ $D$ux(D$ $D$QhEU3,3( NEU3U3E :Í$$$ UWVSLpUeE1uE} \$$ЏD$]Џ\$D$ D$D$D$ $ɤw{u{D$0t$$譬 !%tDJD)T$t$<$Ee3urLp[^_]Ít&tD$0t$$R냉$肤D$ t$$ԏxԏt$<$D$O蘨&UWVSEMU }E U04eU1҉ $P4֋0Ë4(05 (E E u&D$ D$D$$PMEEEEED$ $E$bU$bM|$D$ $cE|$D$$bU M DžDžDž(Dž,40 t40| jD$E $D$R   $$((,u!g tEM|$ $D$btE|$D$E$b405  $)04vT$D$L$T$D$L$T$ $ #&0vT$ D$L$$D$$&E  tM $Ye tGEMD$ $ebEċEȉBẺBEЉB EԉBE؉BE܉BEBM $_E$_U$D$ \$t$ $PEe3[^_]Í8DžxDž|E$- 8DžxDž|E$ $<NjD$ \$t$$P<$c莣Ulj$^M $^E$밉Ǎv荴&'UWVS,A<$ED$<$D$<$EԉEEEEED$$ED$D$$՞|>11fED$<$D$99|9wΉ<$D$ D$D$<$<$><$Eԉ$Et$Ku'E$<É<$,A[^_]f⃽^!ÍEԉ$*<$$z쐐US]t8{uE[]]t&S$T$E[]:f[]ÐUhEEEEE E̍E$EÐUWVSLEUu ]EEUU }$EԋMԋEUU(ɉE؈Ut Et&$td1UD$E؉|$T$U\$D$ ET$$yt-txuD$$ '$Ouv}t#|$\$4$tGL[^_]f$D$]L[^_]YU1t͋UL[^_]Ð$D$`}] uL[^_]kt&'UWVSL E$cU$FUǍD)t&@BtvU|$ \$T$D$D$ D$ D$D$4$4$ uE Ut$D$$袵L [^_]ÁL 1[^_]ÐUS$]ED$H:$at EU$[]Ð$$[]fU8]]Uuu }}H:T$ Ut$|$$Ut]u}]Ít&u u}}]]U]fU8]]Euu }}D$ H:t$|$$tE]u}]Í&|$t$$0]u}]ÐfUEƀ0Szv'UE $OɍD@ Ð&UUu 1tT$$ Ð&Uuu]D$:^$D$豳$D$D$$ $D$\$4$D$]u]Ðv'US] D$ +htlt$D$T$Qhtlt$D$ET$ D$[]ÐU]ÍU1U SMt9Rt[]ÃvYEtBvM1auyru݀y!u׀yuрyuQtt1뭀y~uy^u1뙍t&Uuu ]]8 9(:$:w*s8F$u4 8 $:(:]u]Í;4 r]u]Í&'UE SUtX(:$:[]Íǂ$:ǂ(:[]ÐUSED$ $\$L$R[]ÍU E$U t$|$tكэQEы1֋|&~ )$t$|$]Ð9wǀǀ$t$|$]Ð&UUE tكAE]ÐfUEU 8:U<:U@:]ÐUSUM ttX1tEu@u.Z\$$,S_\$$.C_[]fT$$+_D$$ )fT$$*^뮍T$$,^뎍UVS]:" t:t4$4$謓D:t$R|$t&<:<:1@:닍vpD$<$D$t$T$$vt$$0&X<$L$D$l&p<$T$D$D&t$T$$hvE܋U m4 $D$<$>Q`t$$T$1t&`t$$D$t&`t$$L$bt&`xD$$T$& t&UD$T$$ٳt&^\Tpt&D$D$<$&`t$$L$RWt&ptt'd؃dPD‰dd1҃pt@:aPL P $D$T$)v Sdqt`É$P<$H$uË`$0މڍv'UWVSHUEe M1ɋu] }t2ttezD؍<$tu v#<$Me3  ĬH[^_]$`" 럐4$Px|h& E{C{CtC@{tK{tK{tK{tKD${<$C<$D$C <$D$r{{{t)DžD$<$u狖1D$ <$DƉT$D$C t&ztt{CCǃ t Cf S S xK J 1Ҹvt&9r S tK tK   tK t C $Z4tKD$T$ $ytD$4$N8D$T$$sы!%tDQEы)ʀDžDžDžDžƅDžxL CC<$D$C<$D$C <$D$pC<$D$ ,D$<$1  ƒSD$<$ih <$D$W8 1 4 t4 $yD$<$-C<$D$C<$0D$<$T$C<$D$C t/P <$D$ yD$<$D$<$L$ExC1D$ <$DƉT$D$C $~SEƒCsE‰€E‰€ʀE‰ƒ@E‰ƒE‰ƒECD$s<$C<$D$&C <$D$C<$D$C<$D$HvƆSRdžSar!fdžSdžStSD$D$4$EUHD$ D$D$D$L$:D$(D$ D$$5D$4$D$軪fK&DžxkT$@:DžDžDžD$<:DžƅD$ 8:\$4$D$BK|$\$4$D$ D$MT <$D$fS&S&SXt&S8t&$ D$ <$D$l&C<$D$t&C<$D$t& D$D$<$FC\$4$L&<$D$D$&X <$D$6C t&z\Tt&D$<$xD$<$T$|L&$袣D$ T$L$$覣xT@iË$V<$N$jfUWVSL ]eE1u :tu Pƃ=ƃ>ƃ?ƃ0<t'ƃ>ƃ?8D$ D$D$$PD$D$ D$D$$D:hl5 tq$P)׃|HZ|i[:1ҋlhȃ9~"fUe3-L [^_]Ðt&|9s֍1v#u| ~L 1t$D$$)dwV vfLD$D$҃T$D$$D$ 4D$躽ƃ=ff&'UVS]u H:$:D$D$‰D$$:$:tPu6u [^]Í$\ E[^]FC$뽍v(: $:t$:D$D$$(농(: $:W$:D$ D$D$$,0UWVS\u ]4$&t\[^_]Í&H:$e:D$D$1D$$r:EEF{$R<$D$֠4$ΠD$$ t$$D$ D$:uRD$$ &$\ $E\[^_]f<t&<$а뤍$jD$ D$$躛ƅt$D$D$$Hy4$#s69$D$D$4$|$$蝝D$D$ t$$a:e#4$$胟D$D$<$yx$諟$(: $:*$:D$D$4$败 &(: $:`$:D$ D$D$$责9&D$<$&;}|$4$YD$ D$|$$]:t&ED$D$4$:3D$D$$@wD$D$$ wD$D$@ $B~D$$t0D$4$vt$t&D$$ $茝$ D$V(: $:$:D$ D$D$4$ ED$ D$D$4$:kÍ$G$?a&'UWVS\] Eu}SE\U؉ESm$_0:BiwtDt6St=D$ $T$L$PE듍vJt}tĐEt$uEUԉD$|$t^UԅttUԉ4$PUԀt}gUD$D$ D$T$<$uEU$PEEUċU+EUĐD$T$ |$$$EvD$ x|$T$L$P+x|fuOttF:,t7(t.E؉U$&D$H#D$$ UԐ6ET\$T$`\[^_]Ã\1[^_]ÍUVS ]u 4D$D$ D$D$$t$$D$D$ D$t$$Hu [^]ÐUWVS]EM}EM$Pǃ`D$EEUD$|$rUM $E E :E(tE Et&EEb}tX}ƃƃMċUċJ 1ɉBBE؃E}2E…u<$轟1ɅL$D$ $T$EDEĉEĉD1t }vǃLD$D$ D$D$$:l ht hED$$菿St:@uVMD$ D$D$L$$_Ĝ[^_]fEEhUtڃBEƒUMEE+UMFt&E  hPED$D$ D$$dhEt&@)v84$":9UD$$D$:D$D$9$ozD:}tdD$D$:(D$ 1T$ L$<D$T$D$4$躲ƃD9\$|$4$C}}}EEEEED$<$d]fD$Ẻ4$D$譥EЉ4$D$ẺD$GuӉ<$mEʉAE EvD:$D$ D$D$RD:$R9999UD$$UM$D$ T$L$P$D$D$ D$D$$D$ D$D$PĜ[^_]Í\T9Eƃ|9X96&E ER,EAU2fD$$bǃ<ƃU/vD$$9[EI}$Tt$E$}UMċD:L$$P$vU) D$0D$D* $VD$T$ $T$99IME 4$L$D$e$(bTt$E$>É<$$~VËE$O$iVMÉ $O$TVt&UWVS}E] u\ED$$~XEtƇJƇH'<,4:tt0D$ <$T$L$P<$?ut }<D$ <$T$L$PS4:t <$P֋|ËxUċEU0:EU;t&D$ <$T$L$P<$>0:u1t f|$|$$9\1[^_]Í&UEEEEED$ $譅<$PEE؋<$D$EԉD$R U1ۉ}Љ+EHv98Ru)ډT$$M2MtӋUu-~)~$}9RuySuyFuyXu&}]D$ \$D$<$PwUD$<$T$P vUԉ$G1t tEUĉxE|UU0:D$ \$t$<$PtHGD$<$5)fGD$$}v1Eԉ$m1}SD$T$<$P SuLJSKX<$PD$ <$D$T$Ӌ|$$:L1\ED$ \$t$<$RE$=ÍEԉ$袂$Eu]} uE}]77U]]uu D$$^>CL]u]ÐUSd]:(td[]Ð(D$CD$$Dt:(uB$9uE$EEEYD$$ ը:ƀ-d[]fU]]uu :t-t]u]Íu]u]WD&4$D:뽍v'UE]uÐUS]=H"  uu'8TuEtYH" %$8T[]ÐtuujH" %8T[]fH" %8T[]áH" %8T[]$4$H" 4YfH" %A8T[]Ð&UMS]  tpS tIC t&/tJ\t<t+\u惹u݋ u_uٍt&[]Ðt&t/볍& Cy{eC[ƃ O&U(Eu1]}St/SS$T$o1}؋]u]fS1ҋ}؋]u]Ð&'US]$CD$#ƃD$$ ([]fU]]u$yy|x11 t5\$$6D$$ Σ]u]Ít&33 u&'UE $ D$ED$7E E i&UWVSl]eE14$\$h1ҋ9|4"D$4$jmS$ 7D$D$4$j4$hlj4$hx|ɉǃ0:ljω1SS;|9~/4$艑؋Me3 l[^_]Ít&;w1ˍt&9xD$4$$\ Tx|`A0AQ4$H\ ?Tx|`A Q$$\$=F`|$@D$\`Ƅ:@D$t$$\Ƅ=8$[`C$[`B$|[L$L$=Ft$^\`Ƅ0AvSSSSSSSSSS $Ou~4$OS4$NTwQTD$D$$bPSƃCD$$CD$D$$vƃ1\$JND$4 $7` T$$L$ D$vt$$$L$$D$|Ct$D$$t$ L$$T$u $N,ǂ xH:|0:D$\$4$WySS4$D$T$ۄ0:x|TD$t$ $0NE܍D$D$$ N<$D$t$<$ut$<$|D$t$ $2S_Í $$u$UWVS }eE1$|$Jƅot!1҃9|ƅoD$ $O4$1KSƇS4$JÉ4$K@SS4$JۃSS t su0:D$4$N!& 9x<$D$\$<$P t;<$#1ۍ4$s؋Ue3 [^_]ÍD$ D$D$D$\$:D$D$4$(D$ @ƅoZt&LJS0:u SS$D$Mx|pSt<$D$ zËS1ptu * OOT\EƉpD$$SppSBSBSQ SQƒ   O ' BƁ 1ҋpÁ 1҄Ɉ u ٺ⋍p  4$'HpB4$HX4$GpBǂd 4$Gph $GH$oGF $^G0F4$jGfD4$Gp Bǂ t/B<< pǂ t&pAǁ <<t pdž pǁ w1Ou pFpB   XpDžP@@11DžT p1ҋFډL XP 1PT@T X tdžT džX D\$=FXt$$GOƄ5 pA A A DDD$ D$$t$} D<$D$;p<$T$pYt%pD$$ D$FpH4 L$$WpF  Otp<$L$spL P  D$$WG9t(ƇD$$ e~o D$ $G9StGSyt<4$0>@4$">A4$d>D@ZHDbLHPLTPXT\Xf`4$=d4$=h4$|=i4$=l4$=f=fpFD$rD$$ ?pƄrSSLJ$ S,S(0ƒ<¨>҈=?`4$<8>SLJdu`ShSlSp$X<ft$#<v $<w4$<fx&><$PË։<$PD$ D$T$<$QDžpƅX<$@HXDƒpXu؋D$ \$t$<$PXk8<}pǀ hpƂ DS$ SSSSSSSSSS$:fS $:SSу@€u fSS$,:PtHXt`tDž@DžPP@؍ HPt $9HD$4$mLHxD$$ItDžX6)1t& $9 9Xkdxt$H$JPPPHpD$$ Dt$pp X +XFE~`pt$ $ pt$ $D$:DD$L 4$BpXDD$ $Ƈ $84? $7ƍ$7p@XTDžP @@ 1GD$D$$Ƈ1A%=vǁ ǁ ]p1Ɔ $><ً! t€DЍADҋp)ك 9ΉDpq 2 f<t <fepǀ eDGD$$T$pdž .pǁ fLJp)΍ D$D$t$ L$\$$K?6p 1K C CC  ::<$PD$É։T$ ::$T$I5 :D$D$ $t$\$t$ ::$T$5 :9pY 1p :^Í $<^$\$tu0:t.UMD$ $T$L$Pct&|D$L $bR븐&UW1VS,]u &$u ,[^_]Ít&t 0:t*u E? E;0:tȉ$af,1[^_]ÐUhEEEEE EEEE$aÐUWVSlEU e M1ɉEĉUD$$1E}t&UU)9UċD =tՍvUG|$ډ$UD$lGEEȈMU|$ $T$D$MOUE܋MĉD$ EUEED$EЉMЉD$$8EtEuMċEt&Et UEDMe3 Eul[^_]ÍMv'UWVS\EU e M1ɋMEE܉UUD$ EЉD$EEEUЉL$$t@U:}E1EuMv}u9]EEE9]}}Ā?FMt$ |$$UD$UlFt$ |$$D$JNƒEnt&1MuMe3 uD\[^_]Ív1MUD׍MtfMBfUVuSE ]t4Pt"1 P LP t9w[^]ÍUWE VuS]t9S ʅ҉t'1&LSu 󥋍M $L$t$躜ML$$5$ t>;1d \ 9u@tf\?v,$D$@t$$*$t8u$ML$D$ $$t$jEe3[^_]Í&,$랐  4$" \$]ĉ4$T$Y\$4$ݛ dd8&UUW} VSƂƂƂt9111f1 ƉGu[^_]Ív'UWVS<]u $4$t$$D$fǃfǃff>tK11fE֐1f1EEffyu<[^_]Ð&US]$ǃfǃeGfǃ!fǃsfǃR[]Ít&UEǀƀƀƀM]Ð&US]EM t0&(u[]ÍUWVSUEM f4ځPf]f)f3ff3U 1f 1ff0my[^_]ÐUWVS EM U1҉}<3|3|1}}|1}}쉸u [^_]Í&'UWVSlME eU1ҋEƋV]3@1։U]1lj}}W 1ډU?E؉}ԋ}}܋B EE!]ăuuEu֋E 1؉9 9%  ‰3E3U9 9m  3E}7}3U3GE3w3G EԉD$ $Ee3ul[^_]I&UWVSME XEU31p@ U䋑]]3E1ЉE"&]uuEu֋E 1؉9 9%  ‰3E3U9 9E  3E} 7]3U܉3CE3s3C ] M[^_]gUWV`" S]E eU1҉H$HdD$T$L$T1򮍻ǃyǃm?ǃ5uǃ#уDxb1t ftDžLD1HL9T9+L%P9tQ4 84  %49Pu9DcLL;DtZDD9wƄd9v1dD$$9DwMe3 u*[^_]ÃDuff~t&UU ES []Ð&UWVS\EU]ME eU1ҋ1ۉi0L$$lA,0i0uԍB R UԋPU؋P@ D$ D$U܉ED$4$>B R UċPUȋP@ ỦE ,u0L$D$$$ۉt#QPh$1s t&hD$$L$OhD$L$$3?u󥍍 T$ $؃TQhD$$誋EԈUՉE׋U։E؈UىEۋUډE܈U݉EߋUމUU⋕EEi0Љ󥋝fi0҈ ,*i0Uԍuԉ U؉U܉UD$ D$D$i0 $<Ui0Uȉ Ủ$UЉ(D$$;]ĉ\$D$ t$D$$oD$4$H;D$$8;Ue3u.\[^_]Í PQP'UWVSEu]ċU}@E D$ DE81҃.\tt .f<ډ[^_]]D$.M؃$~M؅uE܉)v UX@]]uu}} ȿ4$趸C,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$D$ĿD$<$C4$<$$‰Ƹ$ 1dȿ]u}]Í]u}]ÍD$D$4$ĿD$D$<$Ŀȿ@1&ȿf$uJ$豶Ŀȿ$1,4$uĿȿ1WȿUVS u] VD$ʚ;D$ f^$T$覻EE$XPlPSP SPS PSSP@SVC D$ʚ;D$ T$$谷C [^]ÍUSD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$艷Kʚ;1ہjL {EӉXD[]Ð&'UEPD$dD$ T$$膺Ít&UdkMde MQ]Ít&UEPD$ʚ;D$ f^$T$+Ð&Uʚ;e MjL {Q]UE]Pf^Ð&UE UMjL {Q]fUHEԉD$E$EU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$D$  ]u]ÍUԈMĉT$$MĄtfEt$$D$d# D$,ED$ ?D$D$(ED$$ED$ E܉D$E؉D$EԉD$豰]u]Í&Et$$D$# D$$ED$ ?D$D$ E܉D$E؉D$EԉD$Y]u]Ð&'U1VSP] Dr1t&Fvt'$t1wԋT TQЉTΐEMU]EЋEɉE̋EEȸDȅ҉ME‰EED$E]E$P[^]E1۸EEE뵐&U(E$ʚ;MejL {QfU11WVS,u tZ1E&|CЋ^t/$uۉ$@^1ufʚ;eMEU܉ $OMEU)Q,[^_]ÐiQ}1늍v&'US]$n$D$[]Ð&UeÐUUU Í&'US]E $D$]E []&'USu []f$ht鍝\$D$$\$$S[]ÐUS]E { uD$$ $u]E []U1]]uu{ t ]u]Ív$*E t$$uC ]u]Ð&U1S]{ t[]É$E $uC []ÐUS]E { uD$$ =$]E []US$ED$E $D$ D$D$D$\$$RE$'$[]Í&'UE$D$E D$E E LUSE]$D$E D$|]E []&USE]$ D$E D$<$d]E []USE]D$E $D$]E []<USE]$ D$E D$$]E []@UE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$$D]E []UE D$D$E$Í&'USE]$D$E D$$]E []0UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$ÐUhEEEEE EEEE$ÐUE]fUEt E؉ÍUS]t[]f$l[]Ít&U1҉S]M v&29u8t []Ít&L$\$$$D) 1  t9u9ZuIH) E뱐fUVS ]$@}tQ$D$9$Q$D$$4$D$  [^]Ð$ED$E [ ^]Ð$D$$$D$ [^]Ðt&EM]] 3 MԋJ3KM؋J3KM܋R 3S U]3UԉUċS3U؉UȋS3U܉UUɋK ]3M@3@]ΉM3@3@UMȋ@3@M3@M3@PUM̋@3@M3@M3@PUMЋ@3@M3@M3@P VXPH ]UMt& QI3MċJ3H}ĉMȋJ3HM̋J U3H @3@}ΉM3@3@UMȋ@3@M3@M3@PUM̋@3@M3@M3@PUMЋ@3@M3@M3@P V9]T2JR3Uċ]3QUȋ]3QŰ3Q UUAUAPUAPUAPUAPUAPUAPUAPUAPUAP UAP UAP UAP UAP UAPUAPV]L2QI1J1 ]J1 MR 1mt1Eƒ>sMUԋQU؋QU܋Q UyE]DUM]FF FFEe3u5\[^_]ÍHMXH ]M(Ѝ^ VN]UM|zUWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋@3@EM3@E3@EUԋ@3@]3@3@EE]@3@]3@3@_EE@3@M3@M3@Et&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋@3@MU3@M3@MEԋ @3 @3 @u3 @uMM @3 @u3 @3 @MM @3 @U3 @U3 @MU3EB3EMEB3E@EB 3EM̉@@EMMUU@@MM@MM@MM@MوUUM@ΈUU@UU@Uމ@@EEU@EE@EE@E3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉFvUWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃT@2MԈMT2 ]@0UT@0UDԈM@0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuE@E2]@0EE]@0EE@0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>C@2@{[2@2@]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11Ѓu 10!t&1Ȉ  %%u111ɍ4 ʍ<1111։c1҈@A@C@CBBA CBA@ ۍ BA@C11ډ1ʀ) ш@rL B A @ C B A @ C @ C B A @ C B A A @ C B A @ C B C B A @= C B A @#1Ʉб) vC1BA@*ƀ@1B1A@CBA@C@CBA@CBAA@CBA@CBEe3u [^_]lUS]=@u$[]ÐUS]C} uC []Í&$kC D$D$$ah[]Ðv'UExu@ t ElÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$lE CC []ÐUWVSTE}EE]ދKv ȋ[E̋Ex1!1yZE}̋@ȉEȉ1!1؍yZuƋE@ȉEyZ1!1ȍE@ ȉE썌yZ1!1Ѝ E@ȉE荔yZ1!1E@ȉEԍyZ1!1<8E@ȉE؍yZ1!1؍40E@ȉEЍyZ1!1ȍE@ ȉE䍌yZ1!1Ѝ E@$ȉEyZ1!1E@(ȉE܍yZ1!1<8E@,ȉEyZ1!1؍40E@0ȉEyZ1!1ȍE@4ȉEčyZ1!1Ѝ E@8ȉEyZ1!1E@<ȉEyZ1!1}3}}̋}1}̋}1}E̋}̍>yZlju1!1u}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ;yZ]1!1]}3}}}1}}1}E}9yZ߉M1!1M}3}}}1}}1}E}썔:yZωU1!1U}3}}}1}}1}E}荄8n׉E11E}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ>nlju11u}3}؉}؋}1}؋}1}E؋}؍;n]11]}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ9n߉M11M}3}}}1}}1}E}䍔:nωU11U}3}}}1}}1}E}8n׉E11E}3}܉}܋}1}܋}1}E܋}܍>nlju11u}3}}}1}}1}E};n]11]}3}}}1}}1}E}9n߉M11M}3}ĉ}ċ}1}ċ}1}Eċ}č:nωU11U}3}}}1}}1}E}8n׉E11E}3}}}1}}1}E}>nlju11u}3}̉}̋}1}̋}1}E̋}̍;n]11]}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ9n߉M11M}3}}}1}}1}E}:nωU11U}3}}}1}}1}E}썄8n׉E11E}3}}}1}}1}E}荴>nlju11u}3}}ԋ}1}ԋ}1}Eԋ}ԍ;n]11]}3}؉}؋}1}؋}1}E؋}؍9n߉M11M}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:nU}11׉׋U3UUU1UU1UEU䍄ܼʉE! ! ЋU‰‹E3EEE1EE1EEEܼu ȉ!! uƉƋE3E܉E܋E1E܋E1EE܋E܍ܼЉ] !! ؉EE3EEE1EE1EEEܼM Љ!! ȉE E3EEE1EE1EEEܼ؉} !! E}3}ĉ}ċ}1}ċ}1}Eċ}č:ܼωU! ! U}3}}}1}}1}E}>ܼlju! ! }u3uuu1uu1uEu3ܼ։]! ! ]u3ủűu1űu1uE̋u̍1ܼM !! Mu3uȉuȋu1uȋu1uEȋuȍ0ܼމE! ! uƉƋE3EEE1EE1EEEܼȉU ؉!! ЋU‰‹E3EEE1EE1EEE썼ܼ} ȉ!! E}3}}}1}}1}E}荜;ܼ׉]! ! ]}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ9ܼljM! ! M}3}؉}؋}1}؋}1}E؋}؍>ܼ߉u! ! u}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:ܼωU! ! U}3}}}1}}1}E}䍄8ܼE! ! E}3}}}1}}1}E};ܼ׉]! ! ]}3}܉}܋}1}܋}1}E܋}܍9ܼljM! ! M}3}}}1}}1}E}>ܼ߉u !! u}3}}}1}}1}E}:bʉU11U<:U3UĉUċU1UċU1UEċUčbʉE11EE3EEE1EE1EEEbʉ11ÉÉ}3}}}1}}1}E}9bʉ߉M11M<9M}}3M1}1}M̉bʉ1ƋM1ލ47}3M}1}1}MȉObʉ1ЋM3E<8E}}3}3}3}ljx:bʉ11‹Euu3u3u3uƉUU3bʋ]r U13]ËE]U]]3]3]3]ÉXbʋM3M3MЋUM3M3MĉEEUU1H bʋU3U3UUЋUEE3UEE1‹E1‰UPEbʉEԋEU3E3EE‰UԋUUUE3E1ЋU1EBUbʋEUЋU3U3UUEẺU؋UU؉U؋U3U1‹E1‰UP EbʋU3U3U‰UUUUUUԋUȋE3E1ЋU1ЋUEB$U썔bʋE؉UЋU3U3UUE؋EUUUUU3U1}1}‰U܉P(EbʋU}}3}3}}UE}3}U1u3}ljz,>bʋu1ƋE3u֋UEu3uUU1ދ]3uƉr03bʋ]1ËE3]ӋUE]3]ĉUU1ˋM3]ÉZ4bʋM13M ]]܋]3]3]ME1ÉZ8Ubʋ]13U׋U3U3U]1uV4$|$]Ðt&1uG9Fލ1u捴& 빐&UE@@ @]ÐUS]C $ C$D$؞Ct!$D$T CE[]a?[]Ív'U8]]uu }}Cta3tJt5uC$et&FljC]u}]Ðt&C׍&CǍ&$T B@EU䍶ڃ?¨;EuɋMڃ?Ѝ0 4 8 < KU(]]uu }}tqtLt]u}]fKvxC tySL P ]}}u uU]|$t$C$rC뚍|$t$C$sCn&C 늍v苸KC wUWVS E Ue M1ɉt%t-t=Ee3qČ [^_]ËBCuӋBЉAuËRӁ8|x&ك?9Ѝtfω޻\t ft;xL߃?Ǎ|@9tk|0 1t ft|@ D |H 󥋍|H E؋L E܋P $ED$Sft&kf?U1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$$f|$$Ue3u ]u}]?UV1S t-Xv1҅u(t$]uu [^]f$]u;.t֋C$]tD1Ƀ;.t ut֋믐{.uCU$d]UuҋCȐt&S벍&'UWVSÁL@$9¸v L@[^_]Í\$D$4$vT4$9\19vɍt&9$\tDžDžDžDžDžDžD$|$4$ywtu wL@[^_]Í&L@1[^_]Ít&'U8 E}} ]ueU1ҋ|tgFٍD$ \$T$4$ 9ƄE|$4$D$EUe3u:]u}]Í&]|$$9Gى\$cCEƃ?][]$ot&UWVS,EU}]D$B<$@D$;Ep@%($UEUt$EM9oXEt)1UB`tE\$<$D$; v1$?U<$T$D$:$0҉t_'?_,[^_]ÍE $P?U<$T$D$:uD$<$t$6At$<$BEpt&@4$:?04$0BEpv`$:B&_(/G/t&uL$\$E4$8UM܅tpEpfvG$AZ@G:4$`A U<$T$A t&uF$UM܉$AUM܄tN9э4Ct&$@utuV4$@UM܄u6tv'Ux]]}}uC(t/@!u E utm]u}]Í(D$|$$tC(E1EEE$뚍&$|+ |a|$$Ck$+ Ta$lt"tSDD$$ 5C|$$(D$9 fƀ-ƃ@!fUSU tU5T <6Tt0t,EZ\$$ D$r\$$"1[]f5T2뮍Uh ]]}} uCPXt]u}]ÍPtD!D$ T$ptttD$ $T$UT$L$T$UT$}u1}{GD$$ T$$IB$jT$ $D$D$5D$$?JD$$gD$ T$ttptD$ T$UD$T$UD$T$C$|uY$ D$T$ZE@]u}]fE&L$$!D$ T$Uh ]]uu }C8TD!T$<$D$e$p ]|$$|$P. ]$ D$|ƃA!ED$$ D$At$|$C$S1`tD؃Xt\$ DȁPtL$EƉD$<$cg]u}]Í$ , \UT$$%|$P. \$ D$ |]u}]Ít&<$gD$<$Xe8TD$C<$D$d$D$|$*2D$<$ZGD$<$d8TD$C<$D$4dFD$|$$$ 賌D$ $ A!!t&<$i$ht,Cu8T<$D$iƃA!fPtD$ D$ptttD$ |$D$ET$D$D$C$LyoF|$ T$D$$!\0UWVSp]QX]CЈX]ǁ@ԝT]$D$|$)D$|$<$D$ BT]<$L$)s p]>u5p]p]ƀ>CD$D$B$%@? T]D$<$L$3)p]1X]ƅo]Ƃ<D$ $ \ƅ8]}4$1l<$Lu3]8] h]P p]B|p]ƅ8]ƁA!Խt$D$$ 9o]ub8]uLh]PtC<$Wt74]st$$9D$4]t$$ T$蛅p]0p]4h]I o]% p]B $ , QԽL$$pp]FLu$- pp]Ap]dždždždžD$t,]4$D$&p]BD$tD$$htltp]T]AXQ\|$\$4$$Í$Z$T]4]D$L$4$/.v'UWVS_}eE1G$D$h@L$$;D$$1101D$1D$$ D$D$ $)DžDžDžDžDžDžD$D$$9iL$<$GItTuƀ0D$D$$ 蓳GIƀL $^ƅƅ$2t3D;DȋGt ƅL$ D$T$<$(uWtFu=u4$q2W&1ۀtwD$$L$Y&$- \>$T$]D$  $$1ۄtD$$ zlf1ۍ$d؋Me3 ?Č_[^_]ÍvD$L  $bD$ D$D$$,L$$D$T$G$01;D$L $z$0ƅT$$`Xt&0DžDžDžDžDžDžDžDžDžDžDžDžD$D$ $50D$D$ T$ $[+D$$(11t&$GND$L$G(G$h1ۄD$D$$4!+)ػ $eF"D$D$G(G$1ۄ$N[ƉӉ $>99 & Í$a$fUWVSL ]EEEC@ƃDAEEE"vD$|$4$35CD$t$$}$uɋC(G$vD$t$C$I$t\C-uA$@tD$|$4$3tEU럍&($R뱋C-0u:It1=  t(DAtlD$ $ gL [^_]ÀNu샸It{ tX$`. 8\$$1X뿋EUt$$B($)RCH$@. 8$Wh$(. |8$WOUWVSL}] u:Ẻ5 E‰D$<$\ŰDB]ЉuE]ut&}w[e)΋ŰD\$t$ D$$%~EЋUԋEU+UMUMԉu|D~=ED$ $L$D$B~ )|t&|w1wUM]Ћ]UЉuԋuMԉU)]MMu]䉏<$PM])ӉȀSډt ]̋@ue~8L[^_]ËM]맍t&]1Q|=wLJLJL[^_]ÍvD$<$Zu7qG$@Ë1(t&UWVSE](:ƀE E>>MDžUƅ>Ƃ$. TMD$ SS $D$D$RED$D$ D$$D$蓀U$8$CÉhM\>ǀ ǀ$ ǀ( ǀ, ƀ0 ǀ4 ǀ8 ǀ< ǀ@ ǀD ǀH EL$$ED$$蜍E>D$$M>>tB$D? EL$$w1U>8 v>D$$ L$蒧>$D$ܸU 14 >E‹UD$$WM̾>ƁƁƁǁǁSǁSǁSǁSD$D$$.̾D$ $D$E;t>sp>ȋLhl>E̾$=lh5 ̾ $<;lUD$D$ D$D$$}Mt ED$D$ D$D$$q}lhT$UD$$RM, t$. 1$ / 1>\$$T$P>tM $PMQ>E MǀL ǀP ƀ ƀ @ $D$UESt@U D$MD$ T$B $D$n|$p/ 0U $ T$P]Eƀt $QN$ļ[^_]ƁƁtEhlƀ>tAp1>ߐt&T9|9>v>׃9r܉>M>> 1ҍ09r̞DŽD$D$. 4$q\$~D$4$D$D$. 4$>D$$D$UD$ $  $ ^ $>D$D$>>t$$>D$$L$#\$D$$E\$$ƅ>.>M L P tƁ E ƀ d D$4$(UMD$ t>QD$ET$t>$RM D$D$ L$AD$E$myU ǃǃD$d 4$D$誨;h91u>6D$dD$ $t$L>h>>t&̾ $7Ɖ|iklh>с >=D$dD$ $D$9|79/&$ZMEEEv $QD$$ s\})Ƈ̾ $6hD$ ED$̾D$$Z}Ƈx>̾D$$D$ ED$IZN5t&;>f;>t&h]獴&E̾D$ D$D$D$D$D$ L$D$<$oI>$wD$Qt8D$ $ [}reƇY̾t$ \$D$$BYu뤍t&='vEƁL$$ƅ>D$$ gZOM ‹A $D$bO1)ËE։>$#ED$>D$ D$D$D$D$ L$D$<$G>>$&>MD$ $>L$L$$ UZU$:&D$ $ VYqD$D$ D$D$ $tD$ $D$K $D$t$$@D$D$ $( D$D$ $T$>\$ L$$T$f$H>É$f%E$$S UWVSL@}E0::ܿTĿM ƅGԿ<$PM ֋Ë<$1+M }T<$t#Կ$D$D$4D$ $D$ܿ1ܿ҃̿u ȿƅۿL$<$T$P tdždžۿܿܿ9ȿ̿D$$C?Կ<$T$L$PD$ \$t$<$P1L@[^_]ÍԿD$$L$$D$D$*T$<$L$PƅۿԿܿD$T$ $t&$/ܿ&D$ $S롃tĿzh Ŀ1Ŀ¿ E‰D$d D$E $TWԿĿT$$ D$D$$R80\ĿĿƅ *M 1&<$PO}TԿÉugZM<$<$98D$L$$t}T}X 0 $.#ԿT$$lBԿD$$ L$ޖD$<$螧<$D$0:U 0ĿM  L M P ALQPE ܿĿǀǀD$d D$E $6L@[^_]Í<$0:9<$éD$ +htlt<$D$T$Q$x0 ][]et&[]ÐUWVSӁ*u |E{ eU1Ҁ}ts|l9T X щǁ 8DD$ x|$$D$ P D$L D$ T$${ CM‰܃RɉdǃHۃS҃Dhƒ ҃A% CdL$(h|$$ID$T$,L$ T|$D$6 T$D$ D$D$ $" t& D$ D$d6 <$fs\$$2 $@3 D$=$T3 =\t& TD$5 ID$D$ D$D$$9  D$ D$T6  $‰D$ 4 D$2|$$r% x*T$ L$D$$ <  D$$@7 ,t&$: ^ T$D$$@7 ,$% ,3&pD$D$ T$$T$D$ $T$}v$T3 +D$T$ $T$8D$ D$$> T$T$pT$+$% +dhlptl| hu$[2uuD;uۀPtҋD$D$$D$ tD$ D$D$$,f$0$p= T 0T$D$$= *$= . D$$& n*P= t = 8= E‰D$D$, $= 6*MtFR$$( )$=  $T$)udt$$ > Q D$D$$( $= )$% })$L?  $d)$a  D$D$$( $= ;)x$|s  D$D$$( $=  )O$4c  D$D$$( $= ($;  D$D$$( $= ($N W D$D$$( $= ($,5 ~(pT$$? D$ D$T($N ``D$D$T> D$ 2T$D$D$2$\$"@G$- j0T$$'p-|vu t.Ue3uļ [^_]ÉƉ$.4$2]hlpD$ \$$T$ptD$ t$$T$iu:dD$, \$$? D$ &N(<$  hlD$pT$ t$T$dD$, t$\$T$$x? D$ `&UEƀ ǀ ]ÐUE t Edt&Í&'US]E D$$D$ƃ []fUWVS] UueE1ƃ, lD$|$4$lD$|$$_ʚ;  dʉ``d`dD$ T$$q dʉ``d`dD$ T$$$ dʉ``d`dD$ T$$ D$t$$ ǃ( $[  $ Ue3uEĬ[^_]Ðt&D$|$$gY8, 1UWVSJ} uL D t&UWVS,u}] HEMdžtJdž|JJ~GVUUUEE)RU))ׄ~VUUU)z }Eljƒ E‹;ɉu@}t.J;M ,[^_]Ít&JM; 뎍EMD$J$|$4$LJMt&$U&$E܈MMEf$MMGUWVSL]Hf8EPJHU9E ƃq Eq]܋} H΃YA9u]܉JPTJ@UfBp:Q~xUQfPEQyTy||J1ҋJJJu܉}Tq p hr ҋu ȋM~vA9u o3p Pk88}tKǃJ@ǃX֍B f) D ftKp @J\Gƃq ǃTp|J1)tJ|J/|JtJE܉jJ;u$UpUԋtJ|Ju܉|JtJ1=vw%|Jtt&`H@0X9t≻`)fMĉH};o1t3up6)9x4rM؋M9׿9M҉r O׋} UU؋}2O1f)օf7JPp EEăf 8 ptz}9M ? pmuҋEċJMU41JJJf2XE1)ΉыTtJɉtJu܉|JN`A;K PHtJ|JdvJ;u$E EԋtJ|J|JtJ 1vځ|JqM}EĉU܉JJ)ωJ}t*E䍴& 8 ptJMuEu؋UJNw'V҈VuU؋uf"VN}܉TGf@|v \$$Xlp JJh|JJEt&`ǃHL[^_]ÍAUǃJo]܋Tp Jp u܈r p}ǃTXR)׍f9puE11ɉJ|JuU+UtJЉ|JKATJ9q hAufFy|weJ11|JǃJTE}Jy|J1ҋJJJΉM܋T}I\$4$덉$p p@1ƃp E\$$hJ|JJU1ҋuJMTʉ΃TIʍ881VDKǃJƃq hf耍V f)1fDK|JJTU]]uu tJ$u]u]Í&ÔJu]]]1UEǀJ]Í&'U]]uJ4$4$D$$D$]u]Ð&UH}}]uG Gt]u}]Í&GEiJE؃$UE܉EUt6։ t&JCD$$;ǃJuՋEU؉GT$D$$pEY11ۋMfJ9;zJuLJJAỦM$ ̧ŰMЅJu$ MЋU$@,G D$@D$$ѣ}t#])iJ];]tJ$裰E܉$<$>&'UU EudǀxWǀ|WǀtWǀpWǀlWǀhWǀdW5ǀW ǀWǀWǀWǀ`WǀWǀWǀ]Ðv'UWU VS]&J@v0 f9uʃuߺu@uD1tft C u[^_]{ffU1WVS UffB^PfB^LfB^NfB^R=uʍ^T1tf^U1tft^Vuv1tf^Pt$D$$q [^_]fǂ^T`TfN_UfƂ^UifYfǂ^V`VfrUWU1VS])HLLLt4B|@K+M !  B|!B|u[^_]Ð&UWVS,} EU];8rH1&;U1ǀv09s׉ u vE$[^_]Ít&$A kE\Ël؃lkE\Ël|lkE\ËhhkE\Ëh|hvkE\ËdadSkE\Ëd>d0kE\Ë`` kE\Ë``kE\Ë\\kE\Ë\\U1(]]u}K)xG@K)ЉD${|$$~[‰]u}]Ð1tCt$ L$$jC򉳄놐UEU TLhJEUVSu} uMdždžt%1ۍ&$D9wdžt$1ۍ$ 9wdž[^]ÐfU]] uU}u,e1Ƃeǂǂ`ۋu] }U]]UW1V1S,] $!Sу SEt&$p! NjCƒ9uCwσ,[^_]ÐU1VS]K))@~)tCt$ L$$PC򉳄ti)ЉD$ST$$~V¸stL9Oщ[^]Ív뽃믐t&U8]] uu}}{u;\$<$UF\$<$F1=@BЉV$ D$$>u(U$ F D$$~U]Ћu}]Ív<$P1҄eڍt&U1WVS,] }K_GG~U$KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $3EUTLXL]u}]Ít&|9r9r]u}]ÐUWVS,] }u9tƆRLsƆQLDL)#&1t& |K9v)9G9Kv=DKىT$UL$4$U䋆)!f t(9Kv+KDK밐t&1뒍t&DK9r)߉}@Ku] ,[^_]W)؉D$@K4$\$9}@KuE ,[^_],[^_]ÍUWVSLuV|ۉU܋EE܍h1+EЉM!t&C9} {uϋUSUU+U#9hU9Ut+EЉT$M̉4$D$UF|M+E#U;EEE#Et 9EEU؉D$ E@KMD$D$$M̋TLU؉C,CD$$MC0M̋S4EUȉ$|M̋UO9MMċM܋ME9;S{}܉EMĉ};t&:U9S;U{OM}܉T$ UEȉMD$T$U؉$TLS,ST$U؉$ S0M̋[4U] ${EȋM̃; HNjM]L$\$$E1TLF|XLƆRLE+E#9v]ЋM܉4$\$L$F|L[^_]ÐG+EUD$ @KM̉EȉT$UD$$uUЋEȉT$ @KD$E؉T$$RMf}܉U9v.t xt@9rUЉL[^_]Ít&U} u Eƀf]Ðv'UWVS\] E{@ uU;8+C$D$$D$$EMȉBE1}MEă1M1Q A$D$$ESv$h <8Cƒ9uCw̋EMȉ8Z1111:Mt \[^_]ÐMQMT9N‹UEE@@EB\[^_]Ðt&$1fUE@P]ÐU1 UW׃ױ _]fUVS1ۃuvt$!z u[^]Ðv'Ut&UWVS,E$u E1] 1+])@=@C9sbf)9wU$}|tlj\$D$$xU<]E䉄9E vvU9U w ,[^_]Ív$t|) D$0D$D* $}E뺐UME 9v  t;s+D|]]f]Ít&UWVSE }U7+MEM5t&2M#M9sg 7E#u7twEm9w9w& t89v+t|4똍 t ;s+L| 뉍2k t[^_]Ð&UEWMV}Su t`19]vF;9w9w& t(9v+T|9]w[^_]Ðt&랍U1҉VE Su] t9v)9F[^]1[^]fUH]] uE}uF;veDLlq@Kt$vdž@KDK\${$ƆDL]u}]Í&E̻$ \Ebv@KDL$yEDLt {|t&U؉\$D$$!ut[҉UtNV|{@Kuԋu؉]ЉUUU܋U)ƒ#U!9Esuԋ]t&@K{t $kuE؉@Kt&11DLt${x) D$0D$D* $ yuNfUS]} CPCCǃTLǃXLǃǃǃǃǃǃǃ$D$ ]E []C`CdChClCpCtCxD$JD$$Ys@@F#ǃC|ǃxWǃ|WǃtWǃpWǃlWǃhWǃdW5ǃW ǃWǃWǃWǃ`WǃWǃWǃ$$C|HLLL҉HLLL$LLǃW)W9W`W$&LLC|!ȃ;SC|)!ʁ w 9t$WubWW`WaW`W҉Wt^`WW9W>$9&$@u][^]C|2f`W$hv$8ǃWBǃWǃ`WǃWǃWǃ$C|'$`WǃW fUWVSE]U׉d1}tM 1ҋufD9wM 1ED$$ T$7oCDCt&T)4TTT@TDuٍhSDd}M 0utҋhf{ h9wԋM*ǃ 1Dž`Dž\ӥ`)\!t&3fDŽs9`v^w\;Trw;Ts+)3TD9UvS fs9`wĬ[^_]ǃ3UWVSUEe M1ɋu Uz+~1vTЃwm4$:D$4$ uĉ4$ D$4$ TG*fv}1ۋD$ |$;L$$~>95N 9T9 D9N ‹ + 4<ꋍ;;1;TX&;T6uDžDž ϋ>N+;;;;CW8HwM"}t&$@1Ue3[^_]Ív4$D$4$ x ttt&Ƃf~u19w"D$D$ 2|$$D$TD$$D$ @D$ED$ $D$ ,D$ED$D$ ,<$X>t)ꋍ8< FW8@GHDž)ft~4$D$4$ x M G"b4$(D$4$ x%4$D$4$ x뀍G"t&L r܍t&DDF;"<$A1*DžDžxlUWVS\] {,NCS$s9gC SǃJEJUE9ENEE9u.9uN<9u J9J~JJH9J R CM̍{0JEЋM0T1 D1 ‹C)ꋋE;T4A?9T8v;TNuEMM΋Msuȃ+T4KTt;S0CS =wPJ[űŰv GJf9fJɈD Jt&s===U-,BK{MЉ}9T9 D9x- ‹C);,EZG9,vf;T}uE}ȍ<8{}u+,s8-;,CS|9EfPf}GfG)ȉEԉCSKFt&JD$J$cJJs3vx}ȿ)1-{EȋCEEЍM8D8 D9+M ‹; EHEԃUM;$s;TuEuƉuu{}ԃ+ s`;CSwKu}f~F'&K9K\[^_]Ít&}fƒE{s{uԉ}MЍUԋ}T T9+M %; W?9v;Duu+ ։uuLsu;sCC*~&׋s}ԉ} 7D7 L7{ ȹ)+M%DEȋEǃ{ECn)ECSK UE؋MD$T$ $duEfFE܉FJJRJUfPUPpuԹ)Us} 7D7 L7 L7|7 K+K ) SEу41sS=5E= &E=]sEЋ} 0D0 L7 L7|7 K+K$ {)ED:ƒUԉSEC׃}ԉ} 7D7 L7{ ȹ)+M%}TC{EC0C,D$ CD$CD$E$ƃJ\[^_]ÿM))|-ES|1ƃuԉCsE$ EjHM)ƃJ\[^_]ù)ECS"MԉKEz)&EE})vUWVS}Gt&11ې0JT$$9_w߃[^_]Ð&'UWVS]eE1;C$p1+CS$D$$$ $Āv%@ǃ`ǃ̘ǃИ$1D$uЉ$Y0$vD=Ѓw$TD$$ 4  4u$D$$  qHv0t$1D$ P<(T$${9$ {K9T9 D9K ‹<0+04;T<64(9TU(t&;T6uDž,Dž40ϋ{K4+T<,<;P<CSHw(35<^$$H$D$$ x t<t&19SƃeD=eDž,Dž4]ǃ`\$ԘD$$f[t&UUVSJZ4DL r ȹ)Āt)ZrƂe[^]v@e1Zr[^]ÍUWVSl]eE1S9-K D L ȋK+Ā%@ΈLvɉSCtA ;TPw ǃTiSC1SsÐ D L ȹ)% DщPpuP<ÍM1D$ T$L$$0C;$SKTL C ʹ)ꋋ<;T<u9T v;TuDžDžKK+T<<;P<CSHw&3H5S9fTL C ʹ) J ƒ9CSv.A1u SVt&9wS9ƃdLPtB11iD$ $WD$D$9PwH1t ftUe3l[^_]Í+<CS@KHDž)x TDCƒCS  +ӭ9vT11u/9wً TD  ‹C) J3DžDž*1$$1SHD$D$D$ *$D$D$D$ 0$d-D$'D$ D$$"fA--TUWVS,EpV;:L5TiUP8WljM 2\2T2} ˹ ӋP)닏XU܁M}iM;\ UN ;\ };\uEMщM΋M؉piuHM21+\ \ iU;WCiUv2TPc,[^_]ËP 2\2T2 ˹ ӋP)니$U;Q[;sct&;\uE}׉}}܉pu+x;CX( v)M XU܉уPiUv41p.TPtH,[^_]Ðt&)ʉ(UуPX(41p E,[^_]z})z})EEM)v'UWVS<]U PLLLC|t&S|!ʃ;CS|)!= w9t$)PLLT{iEC3WމU 8T8D8u؋X ʋK ‰uMܹ+MiM;T E9T Ju&;T.uEEM܍ ΃<>{}iuK7+T M؍0T iE;WCiEv2DC=}s|@KD$$ Ts|;PT5HLLLLLt&C{EMT D ‹C)ꋋ$E;VA;st&;TuEEM ΃uKM؉su+;CS( =w=S|@KS|$.S|*f= ]B UrB sCuE܋M䍳D D+M ꋋ;A9v&;TFuEEM܍ ΃uKMԉsu+;CSB B tRSKUT| U {))ЉSsS=v E=]uD$$t$fJ)Ή(EMCS(Kt&)M XE܉CiEv<9{.DC=$J$j]<[^_];vHM)Ɖuvp)u܉Mvt=X=gA _A tQCKED| E {))%ƉCSCt$D$$ǃTs 7D7 L7 ȹ+K)%SEЃECU܉SSpd-)‹CT`EMUT D ‹C)ꋋ-E;h-;A;l-sQt&;T@uEu+h-MƉuu-suԃ;d-sCS9)ΉESMCKt&ˆUЉD$$$UЄthE$襶E +U19Uv \[^_]Ðt&M;wE9U$8E>}E@4@} 1$D$Z4$8T>U@4@EB D$$^҉UtG11҉]f Ë9)Ӊ<9t;Er܅ҋ]u7} 8$D$ZEċEč)ЋU<$յME @ƍEC|#E U1;s MA1K|9t )#9UB1rME AA$}-MUAB\[^_]Ít&$EtCmfMEEH zM $U81D$$訮1vE$81a<$舴M‹EP<$1D$<$ UUމftM<$MUDf<$ƒE1ME1EEEEEL$$A=woMԉ<$M:U2D$<$9uwEMD$ EԉL$D$E$ֲUԉ$+ Uԉ$1ÍMԉ $$b=fUWVSLuԘ4$趰E}ăEEEEEE|$E$@1ۉ4$St.UԈ9rEԋU|$ D$Eĉ$D$f4$xU1ǂ`UE$EL[^_]Í&4$@Eǀ`L1[^_]Ð4$xt2u_L1[^_]f4$蠯t4$莯<uΉ4$ސU1ǂ`sËE$}$;UEEEEE|$U$s?&'UWVSL]sS{ 2D2 L2 ȹ)ĉE40Es{E})EčU1$EED$EEE>EċSE9~bt&K<DT+K  ЋUĈ2CƒS;uĉCS9$:u&9uv!1UԈE$EL[^_]Ðt&Sh 2FED2T2 ȹ) ЋUăEĉSt& 2FED2T2{ ȋM ЋU)%SEL1[^_]fEԋUĉ$D$ET$ D$/ÍEԉ$!$9&UWVSLE ]Eܡuj11E]؍A ۉ]~=<]v@9uE]43uu]؀PLƃ\LA K|Ԙ}ԍt&!9CK|_)!=w?9t;$ݳLL9XLTL~L[^_]|;HLwPL `&K{M9T9 D9 ‹C)ꋋ$E;AG ;s t&;TuEuƉuu؉{}܃+s;CS( =wJK|@K K|!9CK|${K|=9A ,B uSKUM؋}䍳UuċM4:T: T9+M ;zW 9};t~uE}׉}}{}܃{}+;Cs@t/ HiИ= ̘Иv KhCtKlKdKhK`S`KdK|)։99@K΍ UuK|vlMƉǍ&BABABABABABABAwƒUU}Mu}VWpMuQVZ}MWQDu}VW.MuQV}UGBK|t&={===@ A tSsM 1MMT1L1 U ʹ+K){ЉS{ShK|CtSlSd)ƉShS`C`Sd99@K2ʃK| @BK|)ȉ(ECS(KMԉ $蜦D ;K|@KK|(pu)E䐍t&@K!փ47K|!mK|u{UM:UT9L9 U ʹ+K)sЉUSu؉s9)3U؉уMSKsz})}ԉẺ<$`Ũ<$謆ǃ`]L[^_]T}tPHu{d-E܋UMC`:T: D9 ‹C)ꋋ-E;h- A;l-s&;TruM+d- ΃K)-;d-<>{CS9M{<9}{|9M ϋM}܋{|9+K }mܹ})sKsKz{tK|+C`9s9v@K!ƃ2@KK|!K|u9&$5ID$D$$GK|}K MKL} }M܋KL Mܹ+Kmܹ}){L>΃sKs,)ȉ-ES1KCHB ,B tTsUM2UT1L1 U ʹ+K){S{K|‹Ct+}܁9?97@K<>΍ K|vkEEBABABABABABABAm}wE k…{mGF]GFMGF=GF-GFGFK|x}䋻@K!ƃ47K|!;EK|uutLU䋃@K!40K|!mK|u8$ &K|$2]$f+vCEE܉$D$蕲$M}t e$fuMܹ)zƃ\L11Uԉ$衟tDt7<81t :΄0EЃ|$ /EEԉ$譀ǃ`밋@K]4K|U?XZXZXZXZXZXZXZw]kUFBFBFBFBFBwFBK| $rsx}M؋Mu<7t1 }|9K Mܹ+M܉}M;|sM;tr vM+xMMKM܃K);xCs+twʉ̘Ecuԉ4$~ǃ`+M3M܉σ}Ks#{뎸oǃИ̘t&UWVSL]KPS|ɉEU+U1K$M!DKUԉUE,G+#9ErG CP9r{L׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$螢C|MċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$7-C$UȋMĉEEt ;MDLvE܉L$MUȉD$ ẺL$$>UȋME܉Uȉ|$ L$D$$UȉCLtE܉L$D$$詃E1TLXLS|CPƃRLU+U!9U&EtqsL11҉]܍1<>Ã9s7tЉ)>8~x~xv p ]܋sLCP뱐ɋ]C|E؀}U؋@@F!9ЉuEMMMԉNMăNM+T4Tt;V0CV =w'K|@K K|~}t&== =X}tTt&HuN,}̋EЉUĉMԉC`T D ‹F)ꋎx-E;,A 9, }t&;TuE}lj}}ԉ~}~}+,8-;,CV|9vK|St+}-9 9@K<8ȍ }ԉẺK|vpEԉ׉UЍ&PQPQPQPQPQPQPQwUЃЃEE̅}ԃM}ԃMGA}ԃMGA}ԃMGA}ԃMGAx}ԃMGAb}ԋUGBPt&)ȉEЉMԉFVNt&x}ȿ)-~EԋF}ЉEċM̍EЉ}}D D9+M ‹; EEȃ M9$} ;TuE}lj}}Љ~}~}+ `;CVƒUЉEn~E̋M8D8 T9 T9N MT9+N ЋUV+MENV=+E= E=] &~9~l[^_]Í&;HL1StDK|&Ћ~EЉEM8ED9L9 E ȹ+N+M%DEԋEFƒUЉVEĉF)EĉFVNBShK|}ԉSlSd{tShS`C`Sd)‹-9H9@@KMԃ}ỦEЉK|vo‹MԉߋE̐XZXZXZXZXZXZXZwEԉƒUUЉEԋ}ԅdŰM}O}̋UGB}8M̋}AG}!ŰMBA} }̋UGB}M̋}AG}ŰMBAK|EԅűuԐ@K!ЃK|!K|u؋u~}~F}ЉEċM̍EЉ}}D D9+M ꋎ; 9A9}t&;T?uE}lj}}Љ~}~}+ L;CV*E &uԍ&@K!K|!K|u؋uIЋ~EԉEM8ED9L9 E ȹ+N+M%TEFNFE}؉|$$D$0|l|$$Xx}ȹ)+)ȉ|-EV|1MԉFNƆJ1l[^_]Íx}),F0F,D$ FD$FD$$%VƆJl[^_]ÿEM)K|+{`-9s9uԐ@K!K|!K|u؋u~M9D9 T9 T9N MT9+N$+M ЋVMEȍDƒUЉVEĉFƆJl[^_]ø)ȉEĉFV"Nx})@K<8у}ԉẺK|voEԉ׉UPQPQPQPQPQPQPQwUЃEẼMԃ}Mԃ}AGMԃ}AGMԃ}AGMԃ}AGMԃ}AG|UԋMBAK|EMĹ)OE9M̹)RE<&'UWVSLE ]JJ@Eи;uS|C|!mC|uՋuԃ 9uStC|+K`9uԉU̐t&@K!σ<>C|!mC|u농vShFSlSdShS`C`C|SdVSt+N99 @K ǍMԉ}̉C|vtM̉׋Eԉuȉ֍t&PQPQPQPQPQPQPQwuȃ MM̍…Y}ԃMEGA5GA%GAGAGAGAt&uԉU̍t&@K!σ<>C|!mC|uՋu9@K ЃM̉}ԉC|vyMԉ׋Ẻuȉ֐t&PQPQPQPQPQPQPQwuȃEEԃM̃}L1[^_]Í&'UWVS\]u $eU‰D$$4Ks1҉fƀJƀJJ9r拃FFF F$F(0D$JL$4$&ƅDžDžDž@+D$C D$$'Pym9~K1Dž4 9iJrJƆJJJFJ}FƆJƅF$ÍG)8~(.=#4 9OΉӉƅt&1ƋiJ1҉؉Dž^T$D$@>P$4u)9bڋZH9F΃t$T$d{F=xzB ؉D$F$蘏FF)مɉJƆJF,ƆJJJFN$L$D${~)u fƂfJt&ΉӉƅt&ËC1$rviJsJt$$!C|$_iJCPPP P$P(0D$JD$ $\[^_]Ðt&t$$tJMJZJu|~(G9++.9Lt&rӉƅuS FF)9)D$$L$?F F+FF$F FC FFtECJJD$Jt$$CƆJJJDžcvrӉƅF$t1C t$$T$^DžDžDžsb&UE UM#w$,A DLtg&Ízv]Lu DLtPɉM UQDLuɉM U8DLuɉM U頀ɉM UAɉM UQUS]Jt$][]鄊UWVS]Tx@1HJf9q8΋t&8JBuP:Vr?P60RfPBЉrrt&`bK ;KK9,H``PP))9ƉJZt&99DfN~[WJB fv9H&N1;9 ;!ȍ JfNэBɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&DKJ I ;HKDK+DKT$$2fVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJHK;DKtO HK2fxHH;HB*뤍LKLK렍THPH5~PHfNJHK;DK HKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋LK=LKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $L. D1HqD$$.IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$2ǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$B2EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$Q/9U@1UWƂp p_]ÐUWVSME Q|+u99@K47׍Q|vnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt@K!Q|!ڃQ|u؃[^_]U(]]uԘ4$Yt]u]Ít&4$E5;Eǃ`]u]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$tgKT$$L$6CD$$2>$;s]u}]ÍD$$t];s]u}]ÍvL$D$ $ V$ \TSC"E$ ATE7$ ,T땐US]t@{uE[]t&S$T$F=E[]&[]ÐUS]t@{uE[]t&S$T$<E[]g&[]ÐUS]t@{uE[]-t&S$T$<E[]&[]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$tgKT$$L$CD$$;$X;s]u}]ÍD$$;t];s]u}]ÍvL$D$ $ (T$ QSC"E$ QE7$ Q땐US]D$$SM L[]ÐU8]]uE }SC9ЉCvyK t9t 9B{tc$ t_SL$$T$hCD$$d:$;s]u}]ÉD$$t_;s]u}]Ðt&L$D$ $ R$ PSC*E$ yPE=$ dP듐UEU 9PrPf+PU US]D$$CU UPUPUP []ÐUS] Fu ts$Et0Xt+P€tu Vu'Bt,[]Ít&ԐVƃtكLu݃Buƃ[]ÐFD$ $rt&US] $D \$$>E E []NUh]]uuMu =t ]u]ÐD$2D$D$LE D$ PD$D$P4$CO$ )$lE \$D$D$ D$t$$=D$ \$D$$މ=u5$F $<$C{$NqP0{+ |$4$( ؉&D$4$(vCƆ[CC$H  FƆ1{- PkC{$U<$UDž_q5@ =Dž|,Dž$6C$Du^CuCuƆMC $Dt~׃PtQudž0ƆNƆLD$0L <$谽uzƆ|5h t05 ODž$ Dž6DžDžD$@L <$""ƆO&'UWVSu Df)$臱t?4$|$D$at);-t.$nD$D$4$6u[^_]fCD$E$F뾍t&UWVS\uH<$賽D$D$D$D$D$ D$|$$xL #&<$0u t&$SuD$ D$L $tUD$$D$E$mE$\LISMVRE$D$D$L D$ D$D$ 胩$e$T$D$4$D$&C$D$4$REJVt R-u]D$t$<$諫$ݹS$ƹS]u}]f&"4$10t|<$@$j$$M D$TEX ǃ>@Cv~-FNƃ]u}]Í&I<$臸 fK E4$R9 D$t$$v&D$t$$$D$,]u}]Í&<$ $$$M D$EX υTEEEEEED$D$4$tctc}tt@Ft$$]u}]Á@D$t$${ft>@tu묈4$uƃD$D$D$FD$ D$\$D$4$Վ4$x D$D$ D$D$4$@D$t$$׿D$$fUWVSL}E }uLJEƇEEEEEEԻEfEԉ<$D$9]~S$D$Eĉ$,oE؉D$EԉD$$s}uEԉ<$D$N9]}u<$hEĉ$ݱL[^_]ÍEԉE׉ËEĉ$$US]t$CC[]ÐUhEEEEE EEE̍E$ ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$tgKT$$L$fCD$$b$;s]u}]ÍD$$ˡt];s]u}]ÍvL$D$ $ $ SC"E$ qE7$ \땐U(]]uu }}D$$St|]u}]ÐUEƀt&9u]ÍUEƀt&9u]ÍUM S]tt1t&9w[]Ð&UVu S]PtK1ҍ&09w[^]Ð&'UHMUEu49шEEBƉ]]}}D$E $D$5u]}]EEEEԉE ]Jv'U8uu ]]}tEƃ4$F\$ t$$D$D$D$/]u}]f߹1ƃ]u}]ÐUEƀD$, $`Í&'U(E]] uuu]u]ft$\$ D$D$D$$|D]u]Ív'UVSED$t$$bE D$\$$K\$4$/xt&9ux9u[^]ÍUSED$\$$$葞xv9u[]ÐUE]ÍvUWVS"M]E4$DžDžDžDžDžDžD$0 D$Ot$uD$$8D$ t$$T$T$D$ D$2|$2Et5 $% $ 4\$$Eؿ ˍ۸, Elj$$ tމӺt"t&Ĝ"[^_]ÍvHL$|D$ $D$@ET$xD$ $D$2$ȫ Ix||$ t$T$L$\$$t&0҃M>5$ $1E $D$"<҃vUH uEu]U}88E D$<$D$5U ED$<$T$D$T$ D$tQtM؋u]}]ÍvU 1ۉ$k؋u]}]Ít&U $Gtdž81뤍U0ۋE T$$uvUE T$$ddž80St&dž8=&<$89tjEU |$D$$E 1ۉ$1U E4$T$D$T$UD$ E T$D$EU |$D$$dfU(} ]U, uuu2Ҹ / D‰$[uu] ]E]t&U$. 1U뷉'US] }UEu0u,ҸD  D‰$] E[]-t&[]fUS]} Eut[]f$ ] E[]t&UE U$D$ET$ U$T$E( E v'U$P >$$ԯ *$BɃÍv'U$ $$ԯ $ɃÍv'U($԰ ]]uu }}|$$t$$ ;u]u}]Í$0]E u}E ]t&U/  0 S] }D‰$-] E[]m'U]ÍUE U$D$ET$ U$T$E( E v'UEUD$E T$ U$T$E( E v'U8]]u}{Hw-CH$@ s$ Kt$D$$]u}]$l Et&]u}]W$t E$p T$$D$$ E$ E$ t&D$$U]u}]$ $ ΋s$p $ 붋$p P\$$[ $, 0\$$ts$[ $X  t$\$$M$l D$ $4 ,$  $, $ $$ $ Ex$ $E- X$ dEDs$` Kt$ \$$D$s $d $  \$$D${$s $p |$ t$D$$$ \$$n$D \$$O$ {s$` 뇋s$  $$ QE1$ =$$ )E $T E$ \$$C$ D$,$h $ s$( \s$ Ms$ >s$ /s$  $ D$ !$ M]u}E]S$0 s ;Һ D‰$|$$^ ر D‰$E$` $+E- E% $ Es$г t$T$ $D$JMs$ &s$H D$@3 $D$ E. $C $( D$y$H $`E- [ $ \$$9$ s$ ws$( h$ D$$^{s$ s$ ({s$ s$\ s$ s$ $ $  s$t s$$ $, $D$$ *s$d ss$ d$P CD$CD$ D$ $D$>$ r$D$"%s $ :{s$h U$԰ ,\$$p$ E$t E{(s$[ $ |$ t$\$${(s$[ $X $ $E- {[ $ \$$;$ g$ D$s$` /$ 3\$$w$ \$$X$ O[ $ \$$,$$ E$| $E- $H \$$L$$ x$ D$+$ s$ $ $4 s$ $0 m$̼ a$0 U$ $D$UDt&U=u Í&+& =[~$ʎ& Í&'U$ ^$$+ J$bMƒ Í'U$ UT$$$h $ ɃÍvU$% $ U$T$D$k$ $Ƀ US] $%   D‰$RU$T$D$$ /$G[]Ít&'UE EUMU w vvww]Ív'US1ۃUBv X;]v 1ۉ؃[]f\$D$E $؃[]Ð&UE]ÐfUE VUSttB[^]ÐB[^]ÍZ1ҹsvt&wwD [^]ÍU(}}]]u4?t$$謓|$CD$E $Ĕs]u}]Ít&UWVS,}]u |$$bt 1}䐋S;JK  9Ew,[^_]ÍUVS]u D$$CPS CPS CPS CPS [^]fU]E ]uuD$$ou u]]][v'U]]uu D$$^CPS CPS ]u]ÐUS]D$$CM PS []Ð&'UWVS,E] uUEEك } }t2ɀL$ME܉U؉ $jًEU뽍EM E,[^_];v'UWVS}] u t D$<$ލt&}E [^_]US]CC$D$C[]Ðv'US$]CCC C$$[]ÉE$^E$ÌfUWVS<]Es;CtaCك+;ȉD$M܉$MMljEC9sUt&S9wΉt$|$C$Y] tM t$|$ $ t&11MtE8<[^_]ÍGGFD$GD$$[ЈGt&V1ɉUU}Ew~+uUu)ƉuωUt#EЉуπuEЉMԋuԉET$U܉D$$ȸU܋uzЉBfwwPwE)EWt&ED$ $  D$$ EE)EfU(]]uu }Cv3x|$4$T|$T$$͆]u}]Éu]u}]鼍UEU $ba]Ð&US]a$h][]v'UWVS<]E ƃ5aRLq4a9эzCQL1U䋸DL}tIDKE؉]܍E܉)UE$)#ED$I 9sЋ]܋!ƉEE0aLa1u}x}<Tis'1is'?UT1UTius'1։uis'Lu1ʋM##4u9uԋfqu䋋M}܋u؉ 90a<<[^_]Ít&t1UM ЉM P|is'1|is'1} }#9E܉|90aw<[^_]f@Km}fU}))ƒ#U9s;9ΉMGt&U} VUSu+rt$Z1 D9r1t&D  =uƂ[^]ÐfUWV1S,] UGE؉E9‰EsEGE1Ef 1%t;ur9]9U|wҋu}@t1u,[^_]Ít&D$D$$蒀1ǃu,[^_]Ð&UWVSHuM EEFIƃEи}EE EЋUEEIEEEEċE}EEЉE1}t&9Zw\]|}| }| }ߋ] t}t}u}uGÉ]ÉUljЄuU]ȋ}ԉ|]ȀtIE]9]I}9}=}3H[^_]ÍH[^_]ÍvEU9U}H[^_]ËU9T]UE}ET]9]$ᐍ&'UWVS EM EEE]EE011&;E}r|uT|<]U‰1҉lj؄t]9\u E}t0uU܉]ԉT;E| [^_]Ð [^_]Ðv'UWVSuUEEEڍPUv?1EEU+UE EOэ9‰UvCuؐt&u8 0*()ʉ1)ʹ OуU9Ewȋu؃E@}u9u~ ~2u}܃9}dEE=LE܉E܃[^_]Éu}EEȍt&UWVSPE]~U19uEMEE E̋EMȃEM }EȋE9EEԋUȋ}̋uEEMEЉEE؉Ӊt&u}]9u~J<9Muσ [^_]Í&9}t}t&09Mu [^_]Ív9}F]fX^;f fz9Mu [^_]Ív'UED$$ÐUWVS<E]"Džt&M+aDžF1=F1ht&M)E ;G#N~F+aF hD$D$2Da$9amӋDa$a1E +)Љf#~FFHaF aFGG‰FkD$4D$Da$9wDa$9Ev<[^_]Ð&USE] U0aLatJavLvGv] UE[]_&] UE[]ut&[]] UE[] UWVSLuE] aaɃJfBa;aar a$du<1v98tuSU{S}US{ ; { }<8׉}x?7L׉UĈ}}Uċ}Uċ}9^L[^_]Ð&UWVS9MtQ;MPUMEt&;M}뙐8(뾍8밍8띍UWVSD] uL\HD҉EЉE܉U45aEM+8E}MуMĉuԉUU)#U}u ;U<;@Mԋu})!M̋} 8 7(u2t/ }}}u }uFUEU܉u؍t&mm;E,E؋uԅ}+}؀\}tzwL9X~DTt:"8?~MUE܃H KPC KPƃ\}E1҅t7}} e}1҃}t&4Ѓ+H#<KC KH;Uu8D$ E<\$4$D$ƃLD[^_]Ðt&}3;UMt&E؃mm;EUm}t́ }봀\tASPC SHLƃ\t:DH}ЉEUЋM\$4$T$ L$ƃL&\$4$ <(ƃLH8D$$0(,,0D[^_]Ðt&E1҅C} E܋U\$4$D$ T$V\t&SPC SHƃ\Lu:8D$ <\$4$D$#}oDD$ H\$4$D$kƃL=}P'= =fUWVSDME U4U܉]>UL>\>MT>ŰU L><MȋMU؉U:ɈUMsM)MЋMMԋM!щMT9MKMis'1Mis'E1Mis'1Mis'1ˋM#]}Mȉߐ:]tgLis'1\is'1\is'1\is'1ً]#9t#U M9,},D[^_]Í&M]  8وMtCU܋mt]M)!;MЉ]v9r]؉MЉ]?&MEE)!ЉEEMM 8M9MrM̋]E܃EۃEƃ\P8T<XC;E\t&SPC SHƃ\LL[^_]Ð~ ;@\$4$?U܋<TU܍&EC;Es,UJf@yUȅ~,)‹$#ǃ<8P<UmȀt&}4ǃ,%&SC SUۈPVUE8DD98D@+U#B=<~89f$ǃ<8P HfUE8D(D98DD98D @+U#B=;$ǃ<8P\$4$WDD$ H\$4$D$ZƃLL[^_]ÃL[^_] UED$$IÐUWVSLEEЋMЉA0aUA9guЉ)!uЉMċMЋaa9G;MGMă}M EaU+U;UGU 9GȸDȉЉU1ҋ}E1]1ҋ]ЉME+&uyUD$$SU;uEE)9U܉t ;EG}9EM0aPa#xH a}xH uD$D$TDaU$U;uyUȋUЋ]؋Da$uȅEt&uЋM؋Pap@ EuB|t&M܍<|$ыU$T$PHSK u9ȉCt6t?}CK SEE܉)9w19ȉCuʉ$uEM9MXuűE9EvuЋa MЋAEЉ0aUUL[^_]鈏uuMЋDa$)ƉuUWVS\]aEȉ$cAA0aEMĉU9EUz}EU׍P!U؋}U89+}Ѕ¨tMUETUЃUЉ}ҋE}Ћ}ЉỦ+U#UUU})!FỦ}}#U!89uXUtQ1ҋ}uE]9Uv]̃u!42!81t߃?uE]vM9faaU׈Pa;aar Mȉ $0a#0aA}9EEĉ$蓍UȉU\[^_]顦}-EEU)#U9W5au 9EE}v} Vv}VFBЋaafPU؃Pa;aar }ȉ<$0aE#0a f9E~U!UU8Uui߉]1Ev9UvE!8uv ẺEsEgfEDŽPa9awۉu[^]MUS$]( $xDa$躽a$, $[]ÍaE$E $DUS]$~][]=UVSu ]Eu,ƃ5aǃǃ0aƃ4aǃLa ǃǃ8aǃ5a0a9E䋃uԉE1<uis'1|is'1ׁf~is'|u1ׁis'|u1#90aw<[^_]ÍvD$D$$*=D$D$$ =D$T$$<<[^_]ÐUWVS,u ]@@@@FƉa-FT$aE$E=?aE$I?4$5?U䋃D$T$$;$@?$>$>$>$>AaCi D$>Ct$D$$?;D$@D$$!;D$D$$;D$D$$:D$T$$:CiS DD$$T$:)$=Haa9ljasa$=aat%1t&$|T=Pa9aw$jD$$D$D$$,[^_]Ðt&@@FƁ]V$=) D$0D$D* $@>t$3?$>$s>>1jUU E  ]Ð&'U1҉WVS,u ]t uWaaE䋃aPf@a;aarEU$қUu VaaHf@a;aarEU$zUu,[^_]Ðv'UWVS<]AJa1EL&7҉T$D$ $D$ED$=9AEE EED$E؋E܉$-aa@a;aar E܉$腚+0a#$D$$D$8a.D$ $D$ED$9A<[^_]Ít&EE#E؉D$ D$ $D$ED$(fUWVS<]u AE䋃D$E$)Ћt$9G‰D$@a$衐t_=ƃ4avQT$D$D$ U܉$D$"U܉AT$t$$D$ U܋18aE|9ew1t&E 9EGv'UWVS$U oB=EJuEEM܋M싶UԁuEMf}u}܋ E)#Et2U;s'>8E muŃEU9UUԋMc11tE9u9B u }Z1M~#Mu싁1BD9uut*z t$11Ƀ| =uvB f$[^_]ËU9U8U1MЃ&;U} 8 uW=~=ME]uIEDŽUEU9UBt&MrB u10Z3U t&8uȉ)=~UB U1oUE]fU} WUSt"1D =uƂ[_]Ív1zǂtZ,H9r뛐UWVS1ۃ,E M UFM9ʉMsIFE1Et& 1% ;]r9ރ]9U1wًU ]=@t1u,[^_]Ít&<$D$D$*M 1uǁ,[^_]Ít&UWVSHuM EEFIƃEи}EE EЋ}EEIEEEEċE}EEЉE1}t&9Zw\]|}| }| }ߋ] t}t}u}uGÉ]ÉUljЄuU]ȋ}ԉ|]ȀtIE]9]I}9}=}3H[^_]ÍH[^_]ÍvEU9U}H[^_]ËU9T]UE}ET]9]$ᐍ&'UWVSEUEEEڍPUv?1EEU+UE EOэ9‰UvCuؐt&u8 0*()ʉ1)ʹ OуU9Ewȋu؃E@}u9u~ ~2u}܃9}dEE=LE܉E܃[^_]Éu}EEȍt&UWVSPE]~U19uEMEE E̋EMȃEM }EȋE9EEԋUȋ}̋uEEMEЉEE؉Ӊt&u}]9u~JHEЋU@|tUEU Ƃ UꋅLT$Ut$ D$$vUu~L?U0xt0ًPL'DžTT9TDT1ҍ`t&19 Ã9u ~tT& 9uT9LT당1d1U0EWVu P1*vtK~BAƀ tqt҃u ufPd^_]ÍvAÐUS]vC$ D$ D$$[]fǃUEt Et&Í&'UVS] t$t$t$t$t$ut$cEt$QCt$BC t$3Et$a$ t$t$t1 $69w拃$萗$’$]E$c [^]Éƍ$艒${]E$c $}܉Ɛt&ō&'US]$>][]qUWVSE MU9ȉMsZU4P\is'\is'3E9UtwÃ[^_]ÐfUWVS$E MU9ȋM4u]t&EX]4|is'47uis'ttis'މuu?}]ߋ]<_]f}܋]<}Li}s' #<]f^]]߉uЋEM܈FfNuЋu<0E9Eԉu$[^_]Ðv'UWVSE ]U9؋]r fE싲X]|is']is'\tis'43uu?}]]<_e]f}苺<]f^]E]yfAE9EA[^_]ÐU EPT$PT$$ÐUWVS M E}9EswuEv4 A\ is'\is'\is'\is'u#9E3 Mtw [^_]ÍU EPT$PT$$?ÐU8E ]]uu܉t$EED$]܉E䋃$赑t$D$$蛑$͐]u]ÐfUWVSM ]AQ I9ȉMs}]4is'\is'?]is'\is'}|}#}2uZz r9Ew[^_]Ív'UED$$9ÐUWVS u ^N~V Fv]tR9}s*]X3 r9Mw [^_]Ðt&]ω}싓9Usۍ &p }1}u4><9Mwσ [^_]Í&9}s}t&09Mw [^_]Ív9}F]fX^;f fz9Mw [^_]Ív'UED$$ÐUWVS<E]"Džt&M+DžF1=F1ht&M)E ;G#N~F+F hD$D$$9mӋ$/1E +)Љf#~FFF FGG‰FkD$D$$&9w$P9Ev<[^_]Ð&USE] UetJvLvGv] UE[]_&] UE[]t&[]] UE[]UWVSL]EEEfUȉMԉEEЋe9EEvǃ !ȉeUۍP!UU8U1Ҩx}n u UЋ$)!9fu ;E!ȉeD$Eԉ$_ uD$4$_  D$4$_!4$D$_ 4$D$_$4$ D$~_eEt&EM9EuȉuL[^_]Wt&xU!ǃ$:>M̍t&M<#}̉$: >Mǃ EU+U!ʉUU)!ʉUFU!ωUU!8>uW}tP1҉Eĉ] 9Uv]}č!ˍ<:!8>t߃Eċ]vu9t&uۋEԉt$$^;t%eE#e&UD$$]ƍvUD$$]$MԃD$ $]eE. $J&TMtUWVSE }]UB$( B(9BB4Z8B<1҉]f;U8tuHMXH]MHx 8 x <}x91M] ] ] ;Ulv[^_]B$) B(5BB4Z8B<&UWVSEuU }|EuxU}p8x@x|@$' @(@4Ep|%()҉}Eu7U1)щ)ډu1)41)udUuԉ+uĉM̉UЉ1)uu؋uč401)uu܉+uE1)uu1)EEEuYE1t&T9vDuw$ 1}Et&}}E9E~bŰuЋ}ԋE؉dU܉uu}}EEăEMUu}Ecv1}}}EE9Ett9Uz|}E|$D$x$M 1lDEpUE Ĭ[^_]wP&1})E&1})E&1}E&1})EUWVSE eU1ҍ}DžhuDždHEDž`DžPxLP9LTt&HmTZ (وHJ(وH9uߋP`ot&*P҉1)9u偅TPT9L`lPt P6`d9w 1;hv 9hЃUe3u Ĭ[^_] &UWVSLEMU E<ɉ;DžDžDž91ہL*Lɉ1)T*҉1)T*T҉1)9~xӍP9Mщ; Dž0DžDž1;Dž;aHz) 1)0)1)pJ)1) u21˃;r;s t<w0~991׉11Dž9};tS1x+t&d~ty19Xރwt7L[^_];捕1Dž뺋EEU ML[^_]5됐UWVSluU] MEV8F$@' F(F4^E1UEu}UED$$ÐU VUS]+MރۍKH1] "  ш u[^]ÐUWVS$EUu P8@$& @(x@@4p~uM}듍vkǿv'U1W1VSu] }`t?;w7ft^4)#}M 8tEt&u}1~E䉻<8[^_]f49w뜍t&@1Ʌ}~}U܋UE쐍t& 8tTU܋Et<}9ω}r}9t0}9t>9MtQ;MPUMEt&;M}뙐8(뾍8밍8띍UWVSD] uL\HD҉EЉE܉U4fEM+8E}MуMĉuԉUU)#U}u ;U<;@Mԋu})!M̋} 8 7(u2t/}}}u }uFUEU܉u؍t&mm;E,E؋uԅ}+}؀\}tzwL9X~DTt:"8?~MUE܃H KPC KPƃ\}}1҅t7}}e}1҃}t&4Ѓ+H#<KC KH;Uu8D$ E<\$4$D$ƃLD[^_]Ðt&}3;UMt&E؃mm;EUm}t́ }봀\tASPC SHLƃ\t:DH}ЉEUЋM\$4$T$ L$ƃL&\$4$ <(ƃLH8D$$0(,,0D[^_]Ðt&E1҅C} E܋U\$4$D$ T$V\t&SPC SHƃ\Lu:8D$ <\$4$D$#}oDD$ H\$4$D${ƃL=}P'==fUWVSMT>L>UT>UT>UȋU <UԉU:UU҉URUU؉)!9U<Uis'Uis'EUis'Uis'M}!ʉŰUԉUȍ&:Utg|is'T is'Tis'Tis'M#9Ut M }9,},<[^_]Ít&UM8ʈUt;M܋mtMU)!9}wUԉUG&}UEE)!؉E}8 U9UmUЋME܃}ЉEАEЃ}88:t}9}ڋ}ԉ}gEԉE\UЉUQ&U1WVS$] < 4qLuM؉EU1҉E]}t ]`u;fE]uE)#@  XEߋE}47uu871u}U 8T8u9U9EtXt{fKt&1$[^_]f;MCݐEDw9Et4;Eu]8v먁yҍt&1]M8n뷁V뤍&'UWVS\E U }8E̋M1;`;d;h;lM U;TL$<$¸gE 4U܉E!؉E؋MUU؉MċMTUULMTM؈UU L<MԋMUU M҉UU؋)!9׉}UMis'Uis'EUis'Uis'M!ʋMUЋỦMMUUMU䐍t&:UtO|is'T is'Tis'Tis'#U9Ut1\[^_]Ít&UM8 t!U܋mt׋U)!9Us1ɐt&UME)!؉EU:EU9U(ME܃uX}tQ1ҋ}؉E] t&9UvM̃] !!8t߃?E]vM9t&̲IJU׈P̲;Ȳ̲r Mȉ $=Xe#ev19Eǃ$}U!:>1҉Ẽ9M܉$w1Ƀ E"ft}E!:>t׋Eǃ XMĉ $EȉE\[^_]Wv $7&'UWVS,]u E E$*E$f$Et$$?  1󫉳 fǃǃǃǃǃǃǃEǃEǃECC ǃǃǃLǃǃǃ,[^_] $]ƋE$0L$"E$7ȉ߉鐍v'UVSu ]uXƃfǃ ǃeƃfƃǃǃEǃEƃEǃEǃǃfǃfP ǃED$E$t$$xǃ ǃ[^]ÐUWVS<]u D$@D$$Bfe9E䋃uԉE1 <uis'|is'ρf~is'|uρis'|u#9ew<[^_]ÍvD$D$$JD$D$$,D$T$$ <[^_]ÐUWVS,U ]vBщ<GUD$$HU䋋ΉM$U<$U䉃T$D$$@$@t$b$P$9$'MKi,HE $C$UC |$D$$D$@D$$uD$D$$WD$D$$9D$L$$CiK,HD$$L$C UD$$T$)$ 9Ɖs$ɉt'1&$| 9w$b$D$$D$D$,[^_]ÐUU EP ]Ð&'U]]uu 9Er]u]Ít&t$E$EtE]u]Ít&$ \Aލv'U]] uEAE4$D$D$؁D$4$D$\$4$D$]u]ÍE4$D$D$\$4$D$]u]Ít&E4$D$D$b\$4$D$N]u]Ít&E4$D$D$\$4$D$]u]ÍE4$D$D$\$4$D$]u]ÍUWVS](E,E1ME&}1} 3,3(ȉEE#wL$ 1}D$fL$ML$ 30||$$D$耾|fO`EEu}9hEdE|$ЉD$E|hEdEЉL$|$$|dE30M3,9(EE,EEtQ3<)~D L$ME|$H|EE$U :D$|$4MʃoEfD$ L$M30|$L$D$V|&3,`E}D$|$ 30|$D$ED$B|_D$34MD$ED$ 30|L$$D$ѽ|D$M34}L$ D$30||$$D$|t&T3,T$$E E3, $T$D$3,tWM1)~<T$|E$}M EE9t$$|$o|E} EU҉UE]M9MMmEUE`E;`E?dE;dE"EUEt&9pu@9;u эQ9U9M+EȉIE},E,E1ɋ;}{}{}{ }{}{}{}{}ċ{ }ȋ{$}̋{(}Ћ{,}ԋ{0}؋{4}܋{8}{<}8;x{x{x { x{x{x{x{x { x${$x({(x,{,x0{0x4{4x8{8x<{<}@8}x}x}x }x}x}x}ĉx}ȉx }̉x$}Љx(}ԉx,}؉x0}܉x4}x8}x<@9UE9E]}]EލfEUM}vEE~2,E19,Eu t&;,E9EUE$EEb}`E1t;ttPπET$$EE`E+e #v @ET$$E}7dEXQ9T tT$ E$tdEET 0Ep}\E E$EA vGǃ}QT$EM<$M̲IJEBMJ̲;Ȳ̲rM<$FMtRu1΋EIJ8̲P̲;Ȳ̲r E$_F9wuE@U9UĬ[^_]Í&Et&D$$\E}1]ÈMt&XED$<$D$/9\E}]{vD$$1ǃEƃEDžtEE,EM,EMEETTE$D$>TE}1]ÈMPED$<$D$_9TE}]vD$ED$$+EM4EE1u] t(0EsD$E$zu؉]}&dEXQMET$U$u}D$<$bE<$D$OMv|AD$<$,Mu1މˋEM8 $D$9wuaEE}}1tu*D$EM$MUD$$MbE1}}}MMrUUgEE\t&UWVS\]u EEԋ}ԉD$<$ )9FЋES9OЋET$U $D$-U)EEE =}t,T$UD$D$ D$$ U# D$EԉUD$$U\[^_]f ƃf T$D$U$腮 UV&EM1EwEU fL$T$ fM$?MEuUM1EEuE}ĉuuffE9T$UD$ $Uf=ƃfMEu(D$D$ t$ $D$ (E $D$ ED$ED$'UuȋufME}f;U}E $|$D$־EE)EEEt&   fE~ѐUEt&fm8vEE&UWVSL]fUMe9 u 9t!tE$$?(u$EwE$8 iE$>Ye9 SD$$:L[^_]Ëee;E.ƃt&eD$E$b UD$$O MD$ $ ut 1҃TɉMu DEԋ9DMD$T$U $D$EԉT$D$ ƃL$谪Uv$EvE$e&'UWVS,E} ]UE܉UED$4$:%̲IJ@̲;Ȳ̲r4$<U܉rU܋E$T$D$Mt]U$T$fUBXTR =?~ ǃ ?8~ ǃe҉ t fD$$ult{ f$ ̲IJ@̲;Ȳ̲r4$;tu,[^_];,[^_]ËE$D$uf<$D$ D$<$x D$<$HvD$$ yvǃ ǃUU Et]ÐUU E]ÐUE"UEm:UE@@ǀ ǀ ]UEU @@ǀ  ]ÐU Et$u|$$ zv M   !ىL Pt9t)!9sp$t$|$]ÐUMWVS AAtL1vT t+# 9sljӃ9utD D  A[^_]ÐUE@@@@@ ]Ð&'UE@tE&Í&'UE@@@ ]ÐfU(]]uu 9stt$C$誳tCs]u]ÍE$ )E֍UU EUPUU US]t(ST$ST$S$C[]Ðt&S$ҍ ED$,[]ÍUWVS,u}U tZG3t&)9GGT$U\$$GU)މGt$ڋ_9uˉU<$@_GU뵐t&,[^_]Ð&UWVS,]C ƒ)׃wHKS#C s KSs Kw9SuՉM$SMfC ,[^_]ÐUVS ]u CSH9s-CPPPC [^]Ív9tWS ;CC}S ;CCtOS ;CCt.S C [^]ÐM$CM떐t&$CōvM$CM랐t&M$CMmfU(]]uE }uK 9w) sK ]u}]flj)ω SS$T$ )K s]u}]US]CD$CD$C$C[]ÐUVU S]utك9wf9v]uU [^]t&UE]@%?UWVSLE] MuEME0؍ uOMċMF р}҃ ʀ}Eу@ ʋN(;N,MMF$؉MN(كZ2M1E1;F,V$E ƒV(tF}F$V(t09V,uM $V(F$V(u׍&L[^_]É$UF(U؉ETEM؉$bF(M؉E`E1ҿUWVSE@E p1M 02$$1󫍍@󫍍,M M A9wIB09v5t<<<t&"<u҃09wˋE 0L$$2(D$ E D$NE $@D$ E D$D$ME ML$$D$ E RD$ME $,0D$ E bD$D$M[^_]f4t&Bv\ǾDžvtuው苍DHJϾDž&tuው苍H DM q>JIt&t&B8BvYƿDžtuው苍D.fUWVS}Wt&11ې0ƨT$$L9_w߃[^_]Ð&'UWVSu eE1U׍t&= ||H\EA=~0 }ЉT$D$ |$$J1҉$Ct&D<$ D$D$ $ wyw1Ѐ|ufQ~$ D$D$ $FD$$D$${ Tv1&3|3|3v~1ҁJx D$ED$$$ D$T$$$wiUe3p[^_]Í xw 8LɃD=!t&<vt&$ D$D$ $,$D$D$$ v:Lg:L]H$*E$>t&3Vw8D3t;0DЉT$D$$$f:D3u:D3u~1p T$UT$$$- $D$D$ $ -1||Ew1|3~Wc|$ T$U $T$ D$D$$$j=<;u댁a< W@T;8T3~^t T$UT$$$ $D$D$ $&=L;8 ;uL18L$$~Et&⋅$$D8 u봉(';v'U]]us4$4$~C{}ċ~}1vPǺEtMuMԋEЋUԃP;EAM) SKEЃKR9)ȉ SST$UȉE$ZE )‰S{P,}ȉD$<$D$ *vF0T$D$Eȉ$VU׹EtMuMԋEЃMԃD0T$bD$Eȉ$u|V|$}!ЉD$<$HRvEE$S M܉UT$UEL$D$ $. {M\$ $ƃt&}E<$IS M܉UL$ED$ ET$$ K#E91)K C~&ǺEt&tMuMԋEЋUԃDf}Ћ0D$;bD$Eȉ$(UȉD$$D$9u<FMȉD$F $D$9uwӃL[^_]Í&+EĉEMԉ CCD$EȉU$RU +MKSf) CCD$EȉUM$M U)ȉCS#U9w-)EĉC SE\$$ut&)ljЉ CCD$EȉU$UE )}ċMKSKvK#U9wH)K S)ω‰ SST$UȉE$-E )щSC#)ω}MЉK ω{|$}ȉEU<$U +MЋEKS>&'UWVS\]S6ؿ@Dž1ۍvip0HN)ʁ@G׃VV $SdžP9wH8Ë1Ƌ҉ti֨1ɉDžt&qB09Ft t{t411v؁èD$$9wӋ+9v1Dt&D$D$B$ 뗋C$31ɉDžt&YB09Ft t{t411vƨD$$9wӋ+9v1Dt&D$D$ B$뗋C$SDžDžX0C $Dž 11Nf$BD$$Đ 9F;v1Ҁ>‰T$1҅+T$ VD$T$$wF+D$BD$$YV#vD$$H?vËC 9rK9C JJ` 4Ht&C€:f8YDډv z& 4  JƅlEC$, wvUWVS}Ot&11ې0 T$$\9_w߃[^_]Ð&'UeE4$u |$ 4$|$]ÍUWVS,E }WGW $腊_Gi $nEE]tPމf C $oǃ ǃǃǃƃuEG,[^_]Ã}t#])i ];]t $E$<$,UVS uFt$֊Ft@iX %v $C $F9uڃ$菊F$TƼu [^] $EEÁƼ4$$wfUWVS\] EE EsC9ƉEE{ EBf<<<<<<X<9uv4uVKD(x9)у C9uKẁ}Z\[^_]fFE` dU܋SU9щM U+M SKKFEFU9)ыUK S  z} F<EaU܋K9)ʉUM SSET$<$E +MKC&FE}w U DM܋KM9ʉU)ыU܉K S 5KU#@ 9P)K S)ʉUM܉K ʉSET$<$ E +MKCt&E %MU+M SMST$E<$E U+M KSU#@ 9)K S&)ʉUԋUM SST$E<$EE U+M S KKE#@ 9t&m&MԋU+MMK ʉST$E<$UE E)UԋMԋU܉KSD0D$z<$D$f)ȉEM CCUD$<$^U +MKSF4T${<$D$VI` L$EU<$L$EU #@ D$<$T$t&E܋K#@ 9)K C\xs K(9) {ɉK CKu\[^_]t&<$C EUȉD$ T$$ {MЉ\$ $2ƃ EfxK(9) SK;uDK<$C EUĉD$ T$$> I\$$Ev,D$y<$D$3FD$<$D$V1]܉É}׍vMDD$ $D$9w݋]܋}f &K9wk) SKEiBUD$D$<$bUSfCM<$D$FMCAC)ȉEM CCUD$<$U +MKSe&)ȉEM CCUD$<$U +MKS)ʉUM SSET$<$E +MKCL)ȉ SSET$4$SE )ɉK{C4$D$*CCu\[^_]t&)ȉEM CCUD$<$U +MKS T$UD$<$UvK CECM<$D$MEKCfUWVSl]Sؿ@Dž1ۍvi pHN)ʁ@G׃VV $džP9wHË1҉t 1i ߉DžvYF9Ft tqt211 D$$9wӋ)9v-HD$D$ B$럋C$C 1Dž{t&!t ft  ;ҋKoDž9@!x.DžtfDžt  7K :1ɋDžYB9Ft tqt211 D$$9wӋ)9v-HD$D$0' B$L럋C$yDžDžvDžZ1Ct&$Bt>tmD$$=o9vm4 F;v+D$C $D$%Fw&D$$ u9wC 9 9ei {x󥋕Bt$lCl[^_]+D$CD$$;Pf"!!fx"y!DžLC$1C$&U@M+E Q?9sv'UWVS}Gt&11ې0 T$$9_w߃[^_]ÐUS]t@{uE[]ut&S$T$6E[]u&[]ÐUS$] $ ]$[]h E$ZE$OzU8]]uE }SC9ЉCv{K t9t 9B{tk$wtgKT$$L$6vCD$$2$t;s]u}]ÍD$$rt];s]u}]ÍvL$D$ $ $ \SC"E$ AE7$ ,땐US]D$$SM ]L\[]ÐU]]u}]1ۀx1uz1upx 3z 3r t؋u]}]Ðt&tJ9Hu}t1ۀx0t̀z0tǍp z뵐U]Uu] }}tXuDBJ sS É11׉E1 t)9w 9ur{]u}]Í1]u}]ÐB1:C1t_<]u}]B1:C1u{J C r}1lj}}1 }9wsm]u}]Ív{J C r}1lj}}1 }uŹ r{(J 9 @6t&;u눐t&K19JuUX]] ueE1}$Rщ‹D$t$$P t$$D$ωt$|$D$ $PD$|$$P |$4$D$衣T$L$D$ $PD$|$$P |$$D$>ue35u0]u}]Ðv؃ lsU1U SJ$v[]ÐEJ@49Zr w;s 1[]Ðt&BD[]ÍUXE]Uu]}u@4} Lu%t9r-v'$$ e]u}]Ít&9wՉT$Ut$ <$\$蕧U;tɉt$|$\$t$ <$\$ED$ D$$T$T$E]u}]Í&'U8}} ]uut 1ۉ$rt؋u]}]Í&M A4uڀxtPtD$1D$  t$$T$ėuU D$B4$Șu u*  MD$T$A4$9St$<$Ã=v'U8}}]EuU ]`E3 Pt&ED$$D$腇tG\$$(uz]u}]Ðt&E\$D$$莞uC$讏$茏tC$}t_C_w&U(]u] ]}}U]f$U$T$D$諆&ED$B $D$腆fU$菞Uuf1C$Ŏ'E&U8E]U uM}u@4}]Lt]u}]Ðt&t$|$ $L$=UWVS E X1ۋ}Džl v9^vX\$4$=P$wHW4p9Hrwp;rxDl9^w&lu [^_]Ë}D$ D$D$D$<$kl4$;XE P11ۉp&9^\$4$=P$w݋}PO4`P;rw`;rxDukp4`XpHHP 1҉ r@0@1jl1ۋXD$ 0* |$D$4$5l\҉pfk41ɍSXk4X$Hp}D$\$L$ <$D$D$E $;x8$txD$|$ $:sF1x$0x;lsH;\9tk41ɍSXk4X$05;lrlXD$ 0* L$D$4<$;4UDžLDž`DždDžpDžtX1bt&S4$tKLuit&M D$ $:PHpt4;l;\rtS̹$!tȋLtGptMD$ `T$dpt $D$T$} <$D$9PH<$PTD$9x8 $rD$|$x<$qC1P`Tdx4$u;lLLglXD$ 0* L$<$1D$422ED$ dD$D$dD$$wDžpt&;\k4X;lsk4X#t&4p;ls1ɉ$HtU $D$S8M ` $D$<8MP@Q4JwN9UD$ T$PH<$L$!O<$0 L$ML$蒖M1D$D$ D$L$$"C4Dž$Dž(ƅMwƅvDždVvvDžvDžvy vt$$'C4(UH) ƅvƅvvvvw2E׈yV@ ƅEw{PHwtƅDwy48vDvHv;rD$ D$ $T$j ҉pS4K81D$ <D$CP $D$VXCPZDD$$蔱ПD$ $ 6ПD$ $5uПt$D$  $M.Пt$${5tBƅßt$$a|C4l<D$ TT$$<D$8<DžTw $D$:H?T$$pN59vHw9sl;;t&tDžDžDžz4$zD$$DžDžDž{4$zp0UEэDD$D$ T$D$ $蝡$Sv)׍Dt$|$ T$ $O[2p$؟ UD$C<$D$T$ T$D$¿DD$D$CDžDž(DžDžğDž/$) D$0D$D* $ÍD$z $z$$pÉ4$TÉ $RQ$k뭉Ð뚍&'UWVS ]C4/C4x D$ D$t$$C4x D$t$$>u [^_]ÐUhEEEEE$wÐUS]t$xCC[]ÐUhEEEEE EEE̋EEЍE$YwÐUhEEEEE E̋EEЍE$wÐUS]t@{uE[]t&S$T$lE[]&[]ÐUS]t@{uE[]Mt&S$T$kE[]$t&[]ÐUS]t$ CC[]ÐU8]]uE }SC9ЉCK t9t 9B{to$itkKT$$ L$CD$$j$/ ;s]u}]Ðt&D$$ t^;s]u}]Ít&L$D$ $ $ ԀSCE$ 蹀E2$ 褀딐US]D$$CDU UPUPUP UP[]ÐU$D3H@3&ǀ$@ǀ(@ǀ,@ǀ0@ƀ4@ǀ8@ǀ<@ǀ@@ǀD@ǀH@ǀL@4c9uEÐUEU J4P$P,U@ H(@PU@P]fUWVS,EP;P0i4cUMfRM]M)щi4c󥍃 D$ U܉$nU܋c(c,cEE4ccc(c,cc c ccccccccc c c$c$c0c0c1c1cUB;EU+BBB,[^_]ÍvMAA,[^_]Ð&'UE@@]Ív'UUBti4c]Ð1]ÍUU]iB4cÐ&'US]C;C}9i4c1ct(D$$mD$$C;C|lj][]&UWVS|uE i^4cEc@ƃ@d@ch@ cl@cp@ct@cx@c|@ c@$c@ @,c(cMT@X@"F~,}~,9~ tt&U䀻@P@L@tƃ@ƃ@8D$ VN$T$L$W D$D$ D$D$F$FD$ D$D$$R0ct7V tFlthi4c9uF(LF}tB|[^_]fF@ƃ@&1럍t&u|[^_]iF8D$ VN$T$L$WV( D$D$ D$D$$ҕt&@D$d@$0vU9U4&V(( <$+OtoF,M䋈Ft&\$V$T$$E~v T$D$F,$VF(ZN1ҋ9D$ FV $D$T$WF$sJuF,FU-t&F $D$ D$D$RF,$"bF,~)(c,c)ǃ(cǃ,cV(@T$d@$T$E@@M䍋@F,M܋MU@U؋V(ǀǀǀ(UԋVǀL$ M$҉L$M܃T$|$D$L$M؉L$MԉL$ laF,$(c,c@T@cX@d@ch@ cl@cp@ct@cx@c|@ c@$c@u$ƃ F,F} vd@|$$~-ȍt&\@`@D$GL$ D$$91C Dž.6?o*t-$s$i40$mL$D$ڸD$L$$<[^_]fD$D$D$ D$\$4$<1tf9t9u؃+=.D$.<$tOD$.4$, p.Df&D$.4$믁FL$ D$|$4$ tNtD<$p\t/u,D$D$D$$& ˉD$ $D$\$$vUWVS}eE1 FuUe3[^_]ÍF$}Dt&$8W4$0WDD$D$<$Q$ 0DT$$O|$4$X|$$XDD$4$膴tD$4$Uj4$"SZ4$QJ1,v$QD$ D$t$$nJt&`VT$<$6D$D$ D$D$$.{t$$RD$D$ D$t$$^ut$$މ(EN4$(. $/$lNlj$U4$U$+RfUWVS]GFE$zE$1t&$pt,Et$$E|$$$DuƉ$&t&D$$E$uE$:Č[^_]ÉÍE$"$ZUWVS^}eE18 $ D$5 $ L D‰$-$Le&D$$ Su4t $=$5O%t&D$S$SD$t$<$$ -t$$^L|$$TD|$$Tt$$$tt t% t$$$Svt$$#ر;vD$$R vNu$(. [,$KEe3^[^_]Í8D$t$$>8D$$ t CD$8D$DD$ D$D$D$D$ D$<$IuKC-8D$$ /`8D$D$ $|L?8D$ DD$\$$趤Zt&Wt&zDD$D$ D$D$$lvD\$$JMDD$D$ D$\$$萊tbmvIUt$$%f(D$ ‰D$"$j&#Dž8Dž<`tuvD\$$_$P. )$ I^IUJUt&IU2yv`D$D$4$qDD$$蛂_8D$DD$$~,:D$ K$"D$$#DD$D$D$ $=.$%Z8D$$,8D$DD$ D$$ *aƍ$u%D$N$N4$Wى㐐UWVSl_]eE1D$t$$\u Ee3_l_[^_]Ðt&\$<$VOt$<$説DžDžDžDžƅ T$<$虗YF4$D$D$4$ ƅǠt*ǠȠ4$ Ǡ%DžؠD$$DžDžDžD$Džƅ$-D$D$$$\$4$D$A$$,4$["4$C#$<$}L $@ %$4E$ύt&D$ D$D$D$D$D$ T$t$$Cu,uD$$ %Z4$"t$ L%T$$DJt&D$4$P&D$4$@&1ۋ4$D$&D4$D$&9wvD$4$%D$4$%D$4$%D$D$$>É4$!$<<$J$lމÍ$*ĉ֐US]D$$SM L[]ÐUUE }]urJ XP 1؉E11 }t9w r9ސt&r]u}]Ít&]u}]ÍUX]]u΋MUԋU }}NjEM]M]T$$L$\$ tdEԍLu1;t)D$ dD$\$D$$ Gu]}]ÐE- ]u}]AUH]Éu}y1UUu}~@ҾtEUQUԋt$$T$P ]u}]Ít&|wu}ԈU؉M)<$D$D$U؋M܄tA돍t&'Ux]Éuu}EEE_4$-Fƃ0SD$ D$D$$PD$$vt t]Ћu}]Ív$D$ D$D$P4$EEEaEu]}҉]ÐUWVSlUME UċUMM; EU$Et&MEɋt/1ɐt&֋119Mw؋]]u}=EHE;]9]r1Ʉɸut&UM]ċBL$\$$D$ R]EU+EKUăw=@v@}D$ $|$S U9ЉE|$T$ $D$$] } M+M[DHMԉ]ЋMЉ1Ӊ}1 ;1ۋM]:]ƉU܃E1u11}1u11 }91Éށ4]]ԉu1E9]<4}uv}9}t"M1M]!уuM9MsCl[^_]Ë]E MP(EL$$؉D$}x9Er 1҉EU듋]9]Al[^_]ËM ‹E+UA(T$D$$1댋}9}v1a$@UEHUh]ӉuudEEEEa$ Bu]u]Ít$$?RD$ $ K]u]fEEEE`$A]u]Í&'UD$$?7D$ $ CKÐUWVS|U ] ÜSD$\$$P aM D$ D$D$ $PEǀ$D$D$ D$D$g$ U M$PMEEEMEUt&M UMT$D$ L$M $PU MD$L$$P EH1]ԋuwt&E)=>>EčEOD$ GUȍUMԉMD$T$4$5}EEuE+Ẽv ~9};vuE)}}U]t&UT$ OẺM4$D$ED$M}EEuU)‹E~z}pE+EԉU$ȉD$D>D$m U;E?ED$ NEUT$D$4$'M}Ec11E}}]ԉ։ÉMEUUЋMċE)T$UL$$U:1EU M UMT$D$ L$M $PEU \$t$ D$$8]ut&}WMt $w]tM $|[^_]ËE E|[^_]D$$M<E D$ E+EM4$ GEUT$D$M}ED$ E+E4$GEUT$D$~M}a]}։]ԉÉMy}u:};MD$D$ D$D$ $cEE EEUD$ D$T$U $QM $E 0:&'UWVSEUe5u1M ]L,Kt(,D1&L9r,,G@D$x$L@xET$D$ L$\$<$uALLx4$'L}e3=[^_]Í,E+E;xsx,Lp,DždDžhDžl`dDžLoK,LphLOLddl9ph,d`d,hlDlʉX\X\UMX\S K004K,S4xp;lD}+C8SG~EЋvED$}ԋ$uЋ $}܋lu؉}rLhƅ?phPƅOt3kL1Dt&8t1pxL9rƅOx1X\\9d(D@ t1tp $hD$C$e=C1D$dD$ $d:D$2t$$cr"8t8$芦1?t [^_]fOƅ?EEEEb$ ƅO?t&u[Lh!vX9`~D$L$ t$|$$lfLɉωhDžpʍ&kpLD 9huQkL40>uWkLƃLׄthxB(V(L$$T$ʢLp;pw҉haDžpvkpL1 t&LDxkLL$L0(dL$pD(|$4L$D$ 4$49lwpL;pyh1h9vAkLD:ukLR(D(x$D$L$躡L9wh#EԋXUЋ\E؋CU܉$+pt$EEЉUD$q$)t&Uh]]Uu}Ct]u}]ÐCǃpǃt$a11ɅtCL$D$D$D$ T$$lj!ƋCUHE4uCu]}]ÐEԉ|$$D$=$"x1ɋh|pt>&UWVSl',eE1,lt؋]e3l'[^_]Ë,$P,D$L  $h,PD$$,D$|$D$D$D$$$#$u$!ƅ(11Ҹ,D$D$ $:D$舽(,,ۃ䋂x6|t ؃\DžDž,DžDž$ƅDžDžDžDžƅD$ D$D$Pًƅ 2$,蹼D$T$$, $P,Ɖ׋D$ T$L$$PD$(L$$P DžÁۉ<< É<<1ۅ~W Pɉ0~:(@&DZLZȋ09<a ,D$ t$|$$P9w , $PƋ׋Dž+T$1҉L$ 4$|$׹ CɁ((904_ 9Q+0044, L$,D$ T$ $P,$Źt&=8t鍕D$T$$%ۉ CP0 Dž<Dž@'t&<@;<<@0 ;u9w@( )‹<< 409@| 9v04x<\ ((~ƅ ,D$ t$|$ $P| tDžtDžxDž| DžƅD$ $xD$D$t$i,D$ D$D$$P11-D$+T$ $T$;0,$觶1 1t0=uf9FR| CD$dD$ $dD$A,D$ D$T$,$QtL1,D$\$ $P 1 t 0 =u9w,D$ D$D$$PDžDžDžDžDž0D;,$迴D$L$$MD$D$$,@$P,Ɖ׋D$ T$L$, $P,$Ë,$,<D$ t$|$$P<؉ @9 01ҋt(D( 1ى<0=u鍕D$T$$%9 Dž@@@D(~<1ِ09uD$L$$X%9 P@D(w(@@D$$(CDD$ D$D$D$D$D$ \$T$<$utC4oD$ $4Ue3=[^_]ÐD$ 4$82v\$$^hN$謇4DD$4T$$贱D$$G4$04t4$走4$0\$$M0tD$|ED$uƅ4\$D$$ C4gDg/fD$D$ D$D$$\CD$@DD$ D$D$D$D$ T$D$<$C'44DžDž$f0SDžDžA0 D$ kƅ4&$t t$$@D$$^Kt)ti@T$$K DT$D$<$rǍ@T$$ C0D$$>K|DT$D$<$٨[DDžDž0}߄ÍD$$$艆Ë4$ƍvUVS ]f裒tD$t$$肯uրNu$(. $1 [^]ÐUS]t@{uE[]t&S$RT$CE[]Āt&[]ÐUS]t$蘀CC[]ÐUhEEEEE E̍E$ÐUhEEEEE E̋EEЋEEԍE$IÐU8]]uE }SC9ЉCK t9t 9B{tov$虂tkKT$$ IL$C@D$$$_;s]u}]Ðt&vD$$D}t^;s]u}]Ít&L$D$ $ 0$ SCE$ E2$ 딐US]D$$CD@‹U UPUPUP UPU P[]ÐUWVS}W11ۍ&D2t $W$9w߅t$ہt$ɁGt$躁1ۋtt4$4$|u݋E[^_]PW딐v'UWVSLu E]UE؉1)ƃdU܉uċE؋UEǃ%EE؉U EUM M\} }܋uD$D$ |$4$}EEЀEÈ 1E}ĉD$E؉T$ U܉$T$*EUE}MuƸ1uĉɉu}䉳u9wxf1}=uG1Mf}1u}ȉeЉEU䉃L[^_]ÍE{vEEE1Ҿ̉҉UĉtI1҉9}č @M̉ME}fǃdEf4@ǃ1҉ủuEEMf}}1ҸD$ U܉|$T$E؉Mȉ${ME E fUVS]u ؉t&X @9uD$ D$D$4$P4$PD$ET$ $D$$|ɉCt1ҍ@$9rǃȉ $b|C[^]Ð&USE UXZPT$ @ $D$D$S[]ÐUWVShUUH ]}} u$̏ED$$D$%tQ$ %Ut?D$ D$$苕~G|$D$4$Alj4$Q1$֒]u}]Í&1҉Ɖ$貒4$Vv'UWVS|EDžԟD$ D$D$$" E E@ Ed DžܿD$T$$D$ s4$轍ܿT$4$DžDžDžDžDžğDžȟt&|$$u@D$\$4$u؉4$Xu(t&4$0|[^_]ËDÉ4$$U U8]]uU}: FT$t$$\E tE $t$D$V]tEt$T$$bQ]u}]ÍvM tE T$\$$MEtE$T$D$0W]u}]ÐUVS`e]1ۅt3 tG1 u>1 t* t%u9r Ee3`[^]f9s˹E)ӃEGЍuD$ F\$D$4$MD$ 4$PtDt8w 9uEu&t< tt$D$$ D ܍ Qt&'UWVSEe3L [^_]ÍvhXtU D$ t$T$$\$ tE +=G…]U D$D$ $-)‹ЉD$J/t&1)&D$D$ D$-$IM )9E GȅT$$D$D$ \$$} +E 9Cء9G)؍-tD$ D$t$$-|NU 4$T$D$J] t&111e0ۉT$<$D$>_׉$ \D$D$)$XO4$\D$$ D$H$[D$$D$H=Љ$L$D$I0KUWVS\EueE1F1Džf 9~E 9u؋ C$F=D$D$$jQD$T$ $8D$D$%  $=t&V1ҍCӉDžΉ19΋ D$F$U ׃K $ H$SC 3D$T$$輅t$>[]Í&'U4$u|$} 94$|$]ÍvU$1UW_]Ít&'UE D$ET$$?É'U]]uu $Ðt$Ɛu u]]]fUWVS,u ]} 9v^1҅Et#t&39sMM)ЋUD$ T$ $>,[^_]Ðs^1҅Et#t&39s EE)ыUL$T$$u>,[^_]Ðu *ft#9t3u,[^_]f,[^_]Ív'UWVShE U] 1]uӍt&uu4$U Eu11U]u] uUtStOMuDvM=t#E3= <EB343uȋUmu] uDt&EUU}1h[^_]Ë] UWVS} E1U]t Bʋ1 ʃtW51u%4 uBً Lt%] uDuۋT [^_]f[^_]fDovUWVS1]EE UEtC=1t&M=t$+E =4B΋uǃ[^_] UWVSU 2u[^_]ÍvE@T$$DžXl8 $>Dž8Dž<DžHDž1Xʋ140ʉы)ϋ+B‹084 $f4$EQ8ʋ89rqf8)׋+= 0Bщ4$8M4 $8t9s84<$D$4uL$4$4$$w8 $i1[^_]ÍX48D$E$4$' $4$1[^_]Ít&UWVSu$t$9X\$|$$sXt$D$$=XD$$XD$\$$t$<$iXD$8\$$44|$<$D$\$|$<$\$4$E[^_]Ív'Uuu ]]}u tFtRt$$Ɛt$$ubǃ]u}]Ðt&ut$Ɛ$Ðt$$]u}]Ðt&$H]u}]ÍvT$8 $D$t$\$<$~|$4$BXt$$L$vXD$$XD$D$$"|$D$$ D$\$<$X|$D$4$D$t$4$t$T$$$D$2]u}]Ðt&U8]] u4$\$D$h\$$PEt$$]u]Í&UH]]u1}u]u}]Ít&X\$Ð<$$|$\$t]}u]UVSE ]DžhlhD$$\$$\$$uĠ[^]ÐU1U tB]Ív'UWVS} ]7uK|$$f\$$\\$$P|$\$$uӃ1[^_]ÐGt[^_]Í'U]]u}DžDž%X8\$<$\$|$4$uD$t$4$?XteD$<$u|$4$t$\$4$ Xt_\tV4$^<$V]1u}]Í&ǃ4$.<$&]u}]Ít&t$<$d81t <9E t<\$Ð|$$}땍vÐ$D$]u}]U1U tB]Ív'U4$u|$}  94$|$] U1UW_]Ít&'UE D$ET$$1É'UEU P]ÍU1MSt(Ћ X &u9u1[]ÍU1S]M 9vȃD[]Í&UUVS] 2 F9wf 9s29v 3tV1ɍv  439st0^t&9s 0u[^]UW} VS]t^1&+)vf1 9sօt"4uDt&ƃtt[^_]ft\$4$ D$T$ \$<$ tʍlT$$!%tDQD+D$  $L$D$D$D$$oD D$ $ 4$p<$$Ue3u2[^_]ÐE D$ 4$D$T$gh='U(ED$D$ED$ E D$E$U(ED$$D$E D$ ED$Q UU t!1zu<u9v]Ít&1]Ít&UWVSEM]}T$1ۉd`,Et$$t <$ËE d`D$D$ E L$M $D$t\$<$$ET$\$c] CHߍpD$EX$^X<$1\$Gp\t'tu= $,1$,Ћ,19 ,̓9,DUe3u <[^_]Ut&UWVSLEeU1ҍ,;,v,~/$, ,1  9u,,D$(,$t$\$D$ /R,,~C1&(,$, ,  79,,̋9,%Ue3u L[^_]aUt&UWVS<] }{tcG,EMtLO$1 &O$C΋ST$O L$Ct$D$ C D$C$^9uwƒ<[^_]fG8EUWVSLEMU}EEM܉Uȉ EӋE 9F…EظEE1҉E؉u؉ƒE=GEԅɉEU؉1EUoM9M9E܋M9M!kML@M)}KXtsMD$ L$O<ЉE \$t$$gKẺ$ kL[^_]ÉÍẺ$j$_&'UWVSE u}eU1҉|:D$ $tt$$D$$:R$EȈX:HD$t$:$:Dž::\f$ É$Et$$F:::D$4$\$44$.Wu:|:H:::9:L::=T:1T: $::Љ:X(t:$Op::t:$::::AE&:\$D$L$D$ D$ D$D$$$ & Ɖ$D$ $<$7T$<$48DžDžDžDžDžDž f$eD$t$<$,:tX\7$L$ft$$8tD$$FtD$t$$$d<$87ƅh7ƅh7ƅ[7\7DD $T$e\$<$>!D $@79@7D$߉\$$D$ ,D$|$4$N+7D$D )؉D$$'$)6t$ $g6DžDžDžDžDžDžDž`7Džd7DžT7ƅl7DžH7DžL77t7D$\$<$8Qh7[7l7u3DžXDž\Dž`n$`ƅl7T$$]4<$5L$<$6D$ D$D$<$@<$\3ÃփD$ D$T$<$@<$<l<$n<h<$Z<dDž|7Džx7<$2<|7|7 x7|7 uփ\$\7D$t$D$<$D$ pD$Qx7;pT$$s<$7\$$-˿1ۍD$`؋Me3 7 [^_]ÉCs$. 9w'v[7 $1ƅ|7fރ$ )4$=duƅ|7u|7ƅ[7,hl3=d7t 9d7dT7t 9T7ND$|$$n$ lj$2D$<$3dp7L7؉|`7 H7d7T7g<$9QD$ $D$T$2N$. t&9~<uƉ$SƉ$É<$L*É<$-&$5Ɖ$ySUWVS}Gt$Gt$Gt&11vt$R 9ww1&\7Dt$1$u݋G<$2f}[^_]s%É<$i%$qUS$]M CCC CCCC(C,C0C$X@@D9utC<$[]Í3aC<$dCC $[]ÉE$$E$fU1(]]}uƃǃǃǃǃ } tǃ]u}]Í&D$4$ 1j`]u}]ÉÉ4$H$t&U]E] U}uEe=}1UUԉT$UD$$P UEt!Ue3E]u}]Ð (u‹r ENwR\$]$Ut$$"9Et$Gv&ED$D$$U|$$T$z;EEu$<Eu$UB($}G,G(G0$EG09Es=vEL$}Eu-E0iE } Ɖ$F4$%UB0r$D$#}i O07 9r1E9$> E> 0$-U>  E2EU;P(rJUWVSl@ED$Ŀ$D$!Džt&\$$ @]4$8%$@3r4$!D$\$4$tD$ D$D$$K"$ , '\$$F$- F1t$D$E$E LD$D$D$ED$ D$D$4$=Ei 8E9 uH$P. &D$D$|, $- ,FD$D$$t&\$\$$TD$$ T벉4$#l@[^_]ÉÉ4$#$'UWVSlEUDž7E 7eU1҅I7D$$D$t$ D$\$$D$\$4$))D$wD$D $<$t$<$DžW7DžWDžWDžWDžWDžWD$t$<$ t:4$ 81uك9D$t$$7<$W$z7D$$T$$% CUD$7T$$/$1$ D$4$ 774$T$D$4$8A$;0t&7$ D$Y$ !Ue3l[^_]É<$ۍD$4$"774$T$D$V4$뗋7 ‰lj4$$| 4$tÉ<$Q$Ylj4$-ǐv'UWVSLEl} _$^ED$D$l$ ; _9+ _D$ $D$dDžl$zldL$$4_1DžD1DžHDžLDžPDžTDžXDž_$_t&4_dD$L$$[$_M _$L$jI_4_D$$uF_t_$PyCs$Q; _wf4_D$L  $2_1<$D$_D$W_k___G;Gi _4_ƀ D$T$$v_D$ $芟__u  _Ƃ0SD$ D$D$$P4_ $$__9Dž_Dž__$t+_$__0__9sK__O__9l___`4_D$ $)_$"É^t_ƅ__$oT$Z_lEEEn $0CO0G8YDž_f__9O05i_ Ћ_t}_D$$]臣M D$_D$D$D$D$ ED$$4_E9  _9G(D_t  +G8"Dž^Dž^$- 1T$=  F~$0;wى$Z 4$9t|9ps ptD$D$<$M<$ pt4$T$L$D$ G(t$<$D$蜾L$$lƒt$$趒9_,vYC(D$|$$/Ĭ[^_]ÍD$$ A}$ }$- W,<$oD$ C,D$C(<$D$C$${(CDžlDžxDž|pt+x|DžDžfi 3K$L$$L$R D$NjD$ $ C$  9t!)D$D$$ZC$1;D$|;vu D$T$ L$t$$9M9{(XK,DžDžɉ{$is( 3{ T$|$$|$L$ $  9s,utp|T$ xD$L$$M ƀLuB9lt:tp|$ T$xD$ L$T$g.lx|{(_{0tsDž1t&;s(<r8D$ D$D$<$PD$ t$|$$蠺<$ 9s0wM Lu Nu$(. ^ $(}<$C$AC,PD$|$$/+C(C,:ؾd11C,$p +(`ÍE$$É4$$썶'U]]uu eE1}Hu#Ee3]u}]Í\$<$/t$<$rt-ut$$T<$.fu.ۍv<$0t?TD$$Tt$\$$T$뗍vD$T$$V4$l`[^_]Ít&1É4$j$rfUWVS< u8P PƆP$謻D$T$$輹1 11DžDž3Dà 1t<*t?u$u $u uċƆPND$D$ <$D$<$$-S$D$D$<$<$D$ $ƭ|$$萺$D$$D$D$ $t&< [^_]Ðt&D$ PD$$辷¸< [^_]à 4$?륋DŽ$덉$D$ Ŭ$„ҍt&U(]]u}$1u]u}]Ð 14$ud4$Njtt.)Pǃ 0t$$D$ܨ]u}]f($t,xt&D$D$ 4$.rGt.bGWD$4$D$D$ 4$*t&UWVS}xft$ $Ay䍇P$辴 P}[^_]驴ÍP$虴 P<$苴$ì損&'U(]]u}} P4$p tD D$D$ D$|$$t]u}]Ð>thPt |$$EPtP$T$y D$\$<$\$$To$ ]u}]ÍUWVS\@]u 1t$$T$>, EtED$$DžpD$D$ D$t$$tL<҃}& K D$p$u  ɉпuп$Կ $D$D$襢пD$t$$苢п$mԿ $ȿYȿD=wпԿD$x $ST$D$  0$D$D$$ȿ+t& п$ƅǿ1$ Կ$fԿп$ȿD$L$!ȿOT$$\t$D$$[ ( }҃&D$D$<$讠Aпȿt$D$ $ȿ ƅǿt 1uPǿtJ1҄t ǃ $D$D$ ȿ, p҃пȿD$D$ D$L$$ȿtyn ̿1Ƀ̿Pt ̿t ̿1ɀ̿&пȿ$ D$PD$D$ $ ȿпD$ $EԿпD$D$$ոɉI11ɿԿÉ $胜$Kv'UWVSu:U D$D$ T$ D$E$]t&<[^_]Í4$F<[^_]Ð胮; t&_4$JU8]]uE }SC9ЉCv{K t9t 9B{tk$蜟tgKT$$L$CD$$$h;s]u}]ÍD$$Kt];s]u}]ÍvL$D$ $ 8$  SC"E$ E7$ 땐US]D$$SM L[]ÐUVSEXu#t&st$%$}u[^]fU(uu ]]}}t$CC3CC tCƃ]u}]Ít&$dCА&'UU$]t$u tv!ȋ$t$]Ívߐt&UXE ]]MuuE؋E}MċMEM܅t t]u}]Í&EċS ׃҉EtE3J 3B $J‹EԉUЉ$jUЅtNHNHv p M؍<8EĉUЉ<$L$D$ UЋMEBJKBE܅ɉB C PS ]u}]ËM9Jt-t $S EԉUЉ$ɛUЋMԉS JtVPVPV P S EċM:]Eu}}M ]ZfS SUVS ] EUu$EU^$D$D$EU+FV $D$T$F$D$D$FE]E [^] v'US]tECt&ƒ9wvSS9sBCD$CD$C$ST$S$T$C[]ÐfUWVS,}U ]tTG)9FG)T$Ut$$GU=GuU<$ۋUu&,[^_]Ð&U1Ut4E 0H]Ít&UWVS<}‰E$PD$ É֋D$T$$ +E+Eu9G‹EEtKD$EG$D$E~TuYUU܋EU U\$t$D$ $PE܃<[^_]Eэ&EE܃D$G D$G$;놋UNjD$ \$t$$P<$褚t&UWVSL]u )=J1; v L[^_]Ít&D$S4$T$4$D$4$E4$E,MЍ|Uĉ E| )Ѕu؉Ɛ9FljD$SEЉT$U؉$E)Džǃǃ $y롐ƃ1L[^_]Í& C)׍T$|$$貕ǃ $&u؉4$]9Ef1&UWVS|Ut t |[^_]Ðt&$D$ D$D$RM$RÉ֍Eȉ$| UzFEEEMȉ\$ t$|$L$$UD$ D$D$$o 1EUąuM MEډE8SSE+UM;SUMUMD$ <$T$L$PMUMSSD$D$ D$D$$!MD$ \$t$$PUD$\$蝙MƀlD$$\OUċED$D$P T$ UD$D$D$$8MExtbt&MUȉ\$ t$|$T$ $EUȉD$ D$D$$ D$ME $D$uE$Uȉ$s;Skt&Mȉ $|[^_]ÍT$ T$<T$T$T$:D$D$(D$ ȃ$ÍEȉ$E$譕US$]$Ct$O$]$[]E$賽E$H&U(]]us4$ǃǃǃǃ ƃ$CD$D$$]u]ÁE$M4$E$誔v'UX}}E U]uEUtx:(u]u}]Í(L$ L$<T$ D$D$L$D$GL$$2LJLJLJ LJ$<LJ(LJ,]}u}]t&$RƇ840U܉$PÉ֋UMD$ T$L$ $P$Ƒt 0:t/U܋\$t$D$ $P]u}]Í&|D$P $MM؅ux| $PƇU܉D$ \$t$$PM܉NjD$ \$t$ $P<$FU(]]u1U }MEtbun;4׉w:r;0s0;,w($D$T$640ƃ8]u}]Ðu+04ƃ8]u}]Ít&ƃ8uT$L$D$ $-$ƃ804]u}]Ð;(D&'Uh}}ĉ]uD$<$~E|$$/1ۄts<$<$É։<$ED$E$vUMT$<$D$M)ػ(,<$؋u]}]ÉÉ<$$-U1WVSL]t71(,;4r,v"u618:L[^_]f;0w։$utʋ,4(0}9uw9}E}؋u؋}ƉuЋ׉}1}}ĉuuu}}9}wTsJu} +Et$<$D$苋EU؋M܉004ƃ8!vM9Mv8uMu L$t$$G}04L[^_]Ít&D$ 04T$L$Ẻ$OED$ D$T$$&ƃ8[fƃ1XUT$$辌uÉD$D$ $ 0D$$ Ív'USD$ ED$ D$$'tbdD$D$H D$ dD$D$d$a\$$ $ D$$ !E[]Ðt&U$T莅ɅDfU¸t FUSE ]  ǃ0ƃD$$ۉƃǃtfD$ $ D$$ Nǃǃǃ[]fnct&D$$芇uD$$0bD$$RDD$$&I&UVS$ 1載(1Bң(1t:vc$HوD$ ÉƉ$u$ 1 [^]$H褈D$ É$B(1$1w$ 1Ɔ5$1[^]ÉƉ$-4$fUVS]t1 D93w[^]ÐfUWVS]4$ƈugt4$1uC04$s} ÌÐO4$Ӆ[^_]ÍUWVS<]}0E4$蘅|$$tXE$U4$uċEԉ$ɇƃ$褂Eԉ$9뗍&<[^_]Ð&UE$O1Ðv'U(]]u}+u ]u}]Íƃ4$#4$虄$4$tt&uu]u}]Jv'US]t4B;t0M L ML[]Ív$P$BfUWVS,u4$Ɔ<$ <$蘃E$t$1ۍvD$D$9wፆ0$;$4$E$t},[^_]t&US]tB$ 1f;$1t6;$1t$$VE 1[]łt&[]f(1t(1u$$룐UD$$ 1D$D" D$ 1$  ÐU4UWVSZ })t$1ED$E D$E$9rރ[^_]ÍU]Ë$ÐUS t fЋu[]ÐUS[l茆Y[Maximum allowed array size (%u) is exceeded) ` 8RAR_EXIT*?/yyyymmddhhmmss.rarYMDHISWAENexe00?*<>|"?*/etc/rar/usr/lib/usr/local/lib/usr/local/etc%04u%02u%u%03u%05u?*<>|"?*HOME @ d   h p`P4FileH) `  Creating %-56s%u.%03utemp%.*ls(%u)%ls__rar_bakQO Locking archiveCMT Reading comment from %s Reading comment from stdin Deleting comment from %s Adding comment to %s H!!x'!32..e--" `7Archive) " h ;%u6uyxw(wv(vuЄggΕ>(pX0`H0r/dev/urandom%u-%02u-%02u %02u:%02u:%02u,%09u%u-%02u-%02u %02u:%02u????-??-?? ??:?? Cannot open %s-------- %2d %s %d, archive %s -------- %2d %s %d %02d:%02d:%02d %s Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s EY`0   P5hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s ------ Printing %s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld.part1 solid Creating %sarchive %s ... %-58s Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? RAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%svolume %dencrypted headers%.10ls %uEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->q@ ,@ 1 2 @@ \@ p@ , , , ..uR3@@@@p@@@@@p@@0@@@@@@@@@@@@@@@@@@@@H @   (08@P`p @   0@`  0@`   (08@P`p@` [:<S>] Set priority (0-default,1-min..15-max) and sleep time in ms Usage: rar <command> -<switch 1> -<switch N> <archive> <files...> <@listfiles...> <path_to_extract\> <Commands> a Add files to archive c Add archive comment ch Change archive parameters cw Write archive comment to file d Delete files from archive e Extract files without archived paths f Freshen files in archive i[par]=<str> Find string in archives k Lock archive l[t[a],b] List archive contents [technical[all], bare] m[f] Move to archive [files only] p Print file to stdout r Repair archive rc Reconstruct missing volumes rn Rename archived files rr[N] Add data recovery record rv[N] Create recovery volumes s[name|-] Convert archive to or from SFX t Test archive files u Update files in archive v[t[a],b] Verbosely list archive contents [technical[all],bare] x Extract files with full path <Switches> - Stop switches scanning @[+] Disable [enable] file lists ad Append archive name to destination path ag[format] Generate archive name using the current date ai Ignore file attributes ap<path> Set path inside archive as Synchronize archive contents c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case df Delete files after archiving dh Open shared files ds Disable name sort for solid archive dw Wipe files after archiving e[+]<attr> Set file exclude and include attributes ed Do not add empty directories en Do not put 'end of archive' block ep Exclude paths from names ep1 Exclude base directory from names ep3 Expand paths to full including the drive letter f Freshen files hp[password] Encrypt both file data and headers ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum id[c,d,p,q] Disable messages ierr Send all messages to stderr ilog[name] Log errors to file (registered versions only) inul Disable all messages isnd Enable sound iver Display the version number kb Keep broken extracted files log[f][=name] Write names to log file m<0..5> Set compression level (0-store...3-default...5-maximal) ma[4|5] Specify a version of archiving format mc<par> Set advanced compression parameters md<n>[k,m,g] Dictionary size in KB, MB or GB ms[ext;ext] Specify file types to store mt<threads> Set the number of threads n<file> Additionally filter included files n@ Read additional filter masks from stdin n@<list> Read additional filter masks from list file o[+|-] Set the overwrite mode oh Save hard links as the link instead of the file oi[0-4][:min] Save identical files as references ol[a] Process symbolic links as the link [absolute paths] or Rename files automatically ow Save or restore file owner and group p[password] Set password p- Do not query password qo[-|+] Add quick open information [none|force] r Recurse subdirectories r- Disable recursion r0 Recurse subdirectories for wildcard names only s[<N>,v[-],e] Create solid archive s- Disable solid archiving sc<chr>[obj] Specify the character set sfx[name] Create SFX archive si[name] Read data from standard input (stdin) sl<size> Process files with size less than specified sm<size> Process files with size more than specified t Test files after archiving ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format tk Keep original archive time tl Set archive time to latest file tn<time> Process files newer than <time> to<time> Process files older than <time> ts[m|c|a] Save or restore file time (modification, creation, access) u Update files v<size>[k,b] Create volumes with size=<size>*1000 [*1024, *1] ver[n] File version control vn Use the old style volume naming scheme vp Pause before each volume w<path> Assign work directory x<file> Exclude specified file x@ Read file names to exclude from stdin x@<list> Exclude files listed in specified list file y Assume Yes on all queries z[file] Read archive comment from file0'000x000x08H(pP F7]BtZK<"_)d }[O***[8M M N O (P Q Q hR @S S (U DV W DW W pX Y Y Z \[ \ \  ] ^ ^ h_ _ ` 8a a b Dc c xd e Lf f  g H g h i N Pj j k Hl l m `n o @S o xp (q  r r s 8t Q u v v Tw `x 8M x y z (P 0{ { \ X|  } } ~   H   x \ P Q   ć hR ؈ O  ` ؊ t X   S 8a a    l  ؑ ̒  p    X    tG  M  (   L  Ƞ  h RAR_Yes_No_All_nEver_Rename_Quit_Yes_No_All_nEver_Quit Overwrite %s ? Would you like to replace the existing file %s %6s bytes, modified on %s with a new one %6s bytes, modified on %s Enter new name: Updating %sarchive %s Updating %-58s Adding %-58s Deleting %s%3d%% Reconstruct archive structure ?_Yes_No The archive header is corrupt. Mark archive as solid ? Found %s / %s %s Deleting directory %-30s Deleting %-30s deleted NOT DELETED %-20s - checksum error Checksum error in the encrypted file %s. Corrupt file or wrong password. %-20s : packed data checksum error in volume %s The specified password is incorrect.Not enough memory Cannot create %sCannot close the file %sSeek error in the file %sRead error in the file %sWrite error in the file %s Cannot delete %s Cannot rename %s to %s WARNING: Cannot change attributes of %s Cannot copy %s to %s. You need to unpack the entire archive to create file reference entries. Cannot create directory %s Cannot create symbolic link %s Cannot create hard link %s You may need to run RAR as administratorCorrupt archive - use 'Repair' command Corrupt header is found Main archive header is corrupt %s - the file header is corrupt ERROR: Corrupt data header found, ignored WARNING: Unknown data header format, ignored ERROR: Corrupt %s data block Recovery record is corrupt. Unknown method in %s Unknown encryption method in %s Renaming %s to %s You may need a newer version of RAR. %s is not SFX archive %s - cannot convert to SFX archive with old format ERROR: default SFX module does not support RAR %d.%d archives Cannot encrypt archive already containing encrypted files Not enough memory for %d MB compression dictionary, changed to %d MB. Please use a smaller compression dictionary. ERROR: Cannot modify old format archive ERROR: Locked archive ERROR: Cannot modify volume %s is not volume %s is not the first volume Total number of usual and recovery volumes must not exceed %d ERROR: %s and %s belong to different sets Nothing to reconstruct Reconstructing... Reconstruction impossible Unexpected end of archive ERROR: Bad archive %s The archive comment is corrupt ERROR: Invalid file name %s Unsupported archive format. Please update RAR to a newer version. Cannot repair archive with old format No files found No files to delete No files to extract Cannot find volume %s WARNING: You need to start extraction from a previous volume to unpack %s Unknown extra field in %s. Corrupt %s extra field in %s. %s switch is not supported for RAR %d.x archive format. %ls%ls%ls ERROR: Path too long Cannot read contents of %s WARNING: Cannot get %s owner and group ERROR: %s group and owner data are corrupt WARNING: Cannot get owner %s ID WARNING: Cannot get group %s ID WARNING: Cannot set %s owner and group WARNING: Cannot read symbolic link %s WARNING: Symbolic link %s already exists %s Building %s Scanning... Data recovery record found Repairing Data recovery record not found%ls %d blocks recovered. Copying data Corrupt %d bytes at %08x %08x Sector %ld (offsets %lX...%lX) damaged - data recovered - cannot recover data WARNING: Attempting to correct the invalid file name Creating %s Calculating checksums of all volumes. %d recovery volumes found %d volumes missing WARNING: FAT32 file system does not support 4 GB or larger files Disk full. Insert next Searching for identical files Clearing attributes... Erasing contents of drive %c: Calculating the checksum Adding data recovery record Testing the recovery record%s Create next volume ? Insert disk with %s_Continue_Quit_Retry_Abort ERROR: Not enough disk space for %s.JanFebMarAprMayJunJulAugSepOctNovDec     b A 2 #          y j \ C7+{NH!9xl`T!{jJ      } n    w i R 3     { M 9 %  =  iI}  b } q Q  <    p            Too large block header.` 0]]_@@i`jjj4Pack* P   -d jkH)  H)  5PPack7PackDefؔЕ8ccI`-d@ ``0`k0k5Pack3* 0     ??  %3d%%;%%0%du Repacking archived files: %7d Analyzing archived files: %7d WARNING: No files Deleting from %s Erasing empty archive %s %12s %s%d found..ext Evaluation copy. Please register. WARNING: Cannot open %d %srarfiles.lst$default Processing archive %s Removing SFX module Convert archives to SFX Converting %s Comment is not present Write comment to %s %sFailedfixed.rebuilt. Reconstructing %sProtect+Protect!RR70c2441db366d92ea7be1342b3bf629026ba92bb675f06e684bdd34511097434Version: VersMax: DateMax: utf8:RAR %d.%d Available license key is valid only for %s rarreg.*RARREG.*.rarreg*key rarinfo.logpZ Y Y Y `Z Y Y Y Y PZ Y Y Y Y Y Y Y Y Y @Z Y Y Y Y Z 0123456789abcdef8/%EhDHg OU%L Y(eV1e4sTSJMy^;Oo!+t 1B% ^-KGþi#PmRar!RevRVRC%ls%0*d.rev%ls%0*d_%0*d_%0*d.rev*.rev.bad100%%*.*%ls%0*u.rev pthread_cond_wait error %d pthread_create failed, code %d Thread pool initialization failed.;#~T$$t$4$ԪX$$$l%Ԯ%4%%į&D&t&&T&t&('ıL''t'('p'$8(DX(dx(ĵ(4()L)4p)T)t))ķ)*8*$X****+8+D`+T+d++Ի+,T<,`,,,, -P-D-t---.T.|..D.T.d./D@>>>p>>$0?t?T??0@tl@@@@t@AT?@@p4B4GTK$M@QpS$YDY \<D_ld`a̤DbdbcDdh4hԥ$ij4ldmDoTotooooTpxr4uاDuu$v`xyܨ{ D}<ldȩԆHԈlTȪċd@`ԍث40TPDĬĕ$ԚTD$ĭT$LDTȮd@pd԰ЯԵԹ@pаd<Dlбd4DdtHTxԦ$Dd4(dTDȴd4DdDD0T$|4̶$t(Xd4D4xH x$ t $ d ̹ D H l4Ժt4` $+0+X$,,,P.T..40,1`22Ծ35D$6$7d7п==,?X?CdF@IpIDPS8Wl\c4dtde4fdDhp<Tqxd Ԓ T<TԖDTdtT TPT4tĥ4tD<`04$\į(d\ĴķԽP,dD(d$| 4@|Ldt@Td4,l4d H!Dt!!!$"d##pt$d'T(()L)lt*T,t,t.88ld@@DEF@dF|OtPRSPDT|UY]@4^T__l`$aa(TbX4ccccd DdHdefgh<jkm n4npnooq@4q`tqqqq$rTr4r\stttu8uduv$wxHxlTyyz{(|h$~D~~dHxԁ$L4xĄDć@p4tDdtTt8hĘ44d,$8lD,hd ld`04`T$4pdtTdDX4$d4@TpD T 4 ` t $t8dt0dD0$Pdx$T4T4 t zR| 8YAB U  <X2AB GfA 8`tAB IVy AD d AC $X$AB R C G ,AB IFI A$AB GA 4VAB GS A J [ A L DA zPLR|@ P$ AB Lu  "u  "u  "~ AAB AA 8lnAB IFF\ AC t AAB Y $$HAB ^ G _ ,LȉtAB I_ AAA B |AB K ,AB Mz AAA C AB Y AB X  2AB GfA  0d-AB GaA  TpLAB G@A 8xl6AB IV AG k AD (`[AG IFKw A, AB Hu AA F ," AB Hk AA A @AG D `AG D (ZAB Si AH 8bAB IF AAA C FAAA 8LpAD LE AAA G LAAA ,$OAB Gg A F UA  T9AB GmA xAB P AB P !AG X $̍AB L I F čAB D  čAB D @čAB D ,`čAD L AAA E ,TAB I AAA F 0AB CCK AAA A ,AG IYA $<AG n B C $@DAG p H C h܏ AB D ̏ AB D $=AB IFi A$ԏ"AB T I A $܏?AB IFk A 9AB GmA  D9AB GmA ,h,AB L AAA A , AD L AAA A ܑYAB JJA 8AB Ll AAA B NAAA ,( AD SAAA ,X <AB G_ A F JA  #AB GWA , ȓ5AB E AAA B ؔ.AB G^A  )AD c 8 uAB IFFH AG K A$\ 81AB Q D X  P2AB n  p&AD `  AB E  pAD A  `AB S $ `AB V 0D `RAB IFi AL H A x mAB PXA ( ؕUAB IFF{ A, AB g AAA A )AB G]A , ȝAB II AAA H LL HAB L AAA G p AAA E ] AAA H  ȟ(AD b ( ؟xAB IhAAA ( ,hAB IXAAA 8 pQAD HDk AAA A MAAA 8P QAD HDk AAA A MAAA 8 cAD DDDz AAA B OAAA 8 cAD DDDz AAA B OAAA , AB LQF| AE 4AB D TAB D <tAB IFNU AB j AE $ LAB Xo A0 Hq7 AB O AAA E ,AB GQi AAA A (@4pAB Rw AC @lxAB LFV AD d AC u AB ,AB CLW AAA D 8D~AB LLT AH s AD (NAD LLo A<HAB I AAA E D AAA A 4VAB GS A J \ A K DA Ĩ AB D _AB [ $hAB Gq A D ,(ܨAB LL AA XAB g F A G A  \AB GOA 8XqAB IFHt AA _ A,XBAG I AAA H $GAB _ F Z ,4AB Iq AAA H AB A *AB f  (AB d  @0AB GdA dAB M AB A ,AB L AAA C AB M 7AB s 0] AB IK^ AA ,H AB ILg AH ,x|NAB Ju A E DA 'AB c 4NAB GS A J X A G DA 8AB IVy AD d AC 08>r AB @ AAA A (pAB Ln AA A ,AB L5 AAA A xAB J xAD A ( hAB \ AA A $8aAB [| A A 84 AB LF AH P AA ضAB D $ض/AB _ F F AB D $AB [Z A A ,8AB D $L8aAB Z} A A $tsAB [N A A $ط`AB [{ A A 8KAB L AAA G OAAA ,$AB ZIIP AA ,0AB CCFAAA $`$YAB [t A A $\YAB [t A A HAB JyA 0  AB O AAA A < AB LIq AF z AE ,HhAB ] AAA E 4x,NAB GS A J X A G DA D-AB i 02 AB U> AAA A 00 AB OX AAA C T8EAB O AAA C W AAA F S AAA B ]AAA 8AB R AAA A IAAA ,>AB Gc A B LA 8mAB IIFo AE W A88mAB IIFl AH [ AtAB N AB O 7AB s ( uAB ITS A tcAB GWA $ AG A $D|AD KF A A 4lrAB IFF AG P A,P?AB KR A G UA  `4AB WXA 4|AB ]M AB e A0-AB i P#AB _ p(-AB i $AB Wb A C ,hS AB H AA E AB GOA 0 AB I AAA A 0 AB Ot AAA G t'9AB u 0AB LVN" AB '3AB o $'$AB R C G ( 'IAB IFFk A0 AB LFT AA 0   AB I AAA A 0T AB I AAA A 0LO AB R AAA A ,h1 AB Sx AA A @H AB T AAA F  AAA G 80 Tn AB ILH AG { AA 0l  AB Rp AAA A 0 D= AB I AAA H 0 P AB O AAA F 0!,  AB _ AAA A ,"AB L AAA F 4")AB H| AA G S AA K @!aa AB LV AAA H R AAA C 88#JAB I0 AAA A FAAA $t#sAB HeAA @L"  AB Ls AAA C  AAA G 0" AB L( AAA F $$@$7AB IFc A0" < AB IFF AG 0 #  AB Oc[ AG <T#k AB ^K AC  AA 0#~ AB LT AAA B 0#lW AB O5 AAA F @#6 AB IO AAA B  AAA H ,% fAB G[ A B |A ,% ]AB Go A F D A C %!-AB G]A ,&"AB GS A B |A 4D&"fAB IF^ AG K AL |&(#AB D H&#AB G{ A B d A C V A A V A A vA $&#AB Gg A F 4'T$qAB KLz AC W A H'$>AB GrA (l'$rAB IFH AE '\3AB o '$7AB o 0& % AB LA AAA E 4&(  AB LIbf AG ,D(, AB L~ AAA H 4$'5t , AB DJ AAA B 0\'AK AB L AAA G ((XAB IES AC < )HYAB CH^ AAA A L AAA A (L)YAB ILj AE 8x)\ZrAB CHZ AAA E ~AAA ,)ZAB lO AAA G 0)P\AB S3 AAA D $*]JAB DGyAA (@*^QAB HD~AAA ,l*H^/AB LV AAA H *H_AG y G ,*_AB IAAA *Da#AB _ 8+TaZAB E AAA F FAAA 8L+xabAD Mw AAA D NAAA (+aAB KAAA $+ b4AB HfAA $+8b4AB HfAA ,Pb AB D $,@b AB D ,D,0bAB K| AAA C t,bAB O ,b AB D ,bAB A ,b AB D $,pb.AB M H U (-xbAB IAAA ,H-bAB E% AAA H (x-efAB G^zAAA (-eAB IAAA  -tfLAB G@A -f'AB c  .fDAB D{A (8.fAB WAAA (d.`gAB XsAAA ,.gAB ^m AAA A ,.DiYAB U9AAA 0.tj;AB GJ AAA A $/lAB MEA ,H/|lAB R AAA A ,x/,qAB O AAA A ,/sAB R AAA A ,/x7AB Lr AAA D 0.yw AB H AAA A 0.8{ AB Ij AAA A $p0{>AB X E ] <0{AB I@ AAA A u AAA H ,0||AB OLR AG 81~}AB QIE AE O A,D1`~AB LQF AA t1~HAD D}A ,1AB O AAA A $1 7AB LeAA ,1$uAB C]NAAA , 2tAB IAAA ,P24AB CLAAA 2CAB  2BAB ~ 2D$AB ` 2TAD X  3T-AD J\A ($3`[AD W} A$P37AB IFc A8x3AB DC AAA C NAAA ,30@AD Gd A A LA ,3@rAB IFLw AB 04bAB IFg AF ` A$H4̄PAD Ks A D $p48AG O A ] 84 AB I AAA B NAAA $4GAB IFs A<4AB IFNa AF l AC <5X!AB ] ,\5hAB L  AAA C $5؉GAB LT A D ,5/AD I1 AAA F 5AB D 6AB T $$6&AB T A M LL6AB DCc AAA H S AAA B  AAA E H6hAB LFF AH  AG P AG $6܏AB HAA  7dqAB GeA 47,AB h T7АAG S t7А7AB s 7 AG W 7AB D 7AB Z 7MAB ~ 8 eAB a @48pAB Sb AG w AH O A(x8LAD H AA A 8.AB j ,8 AD K AAA B 8ГAB O 9Г AB D $49SAD Rz A\9eAB a (|9HaAB IJI A,9AB I AAA A 89AB ILK AD  A:AB A ,4: AB IV] AH <d:pAB I AAA A i AAA F :AB A H:AB GGs AAA A V AAA G SAAA <;TzAB IFa AD c AD X A,P;?AB Iq AAA H ;AB W ;AB Y ;;AB w ;ğAB T 8<ğAB SOH AB F A<<HAB T \<HAB T |<HAB T <HAB T ,l;H AB Hq AA E 0;  AB Irs AE , =ԡAB IFF AL (P=Ģ]AB KIE A|=+AB g =bAB ^ =XAB L =X@AB | =x.AB j 0< AB Va AAA A $P>fAB L{ A E (x>,AB KWv AD ,>AB XP AAA B ,>0AB L| AAA B 8?gAB T AAA G cAAA  @?AB GA 4d?ЯVAB GS A J [ A L DA (L>_" AB Gs A E ,x>2 AB IIo AA ?AAB q A @ȯ)AB e <@د)AB e ,\@aAB a D P H ` @(;AB w $@HiAB t I d (@AB IFV AA $A2AB IFZ A (A (AB G\A LAAB K lAAB N A-AB i  A1AB GaA ,A_AB GR A C }A  B4?AB GoA 0$BPWAD IGN AD m A,XB|9AD GJ A A _A  B?AB GoA  BbAB WFA BԴ3AB o BԱ4AB l  C8AB JeA  4C@AB JmA  XC,4AB JaA  |CH@AB JmA Cd"AB ^  Ct-AB G]A  C@AB JmA D"AB ^  (D@AB JmA LDȲ"AB ^  lDز-AB G]A DTAB J $DDAB P E A ,D<,AB GJ A C RA $E<}AD Gf A E T0E7AB Hy AA B Z KA B p AA F f AA H \AA 0E|`AB Sk AF R A$ELAB HaZA $EдQAG MyAA < FAB L AAA A I AAA A <LFXAB H~ AA E u AA A VAA ,FȻtAB [  AAA A ,FoAB [d AAA A 0FXAB ` AAA A ( GDAG SAAA ,LGAB Pf AAA A ,|G$AG J  AAA A G$AB GXA ,GUAB GU A H kA $H"AB W F A (HAB W $HHGAB Pk A pHD/AB GcA ,HPAB S AAA D H@8AB t ,H`AD IB AAA E ,IAD IF AAA A ,DI AB IAAA ,tIAB rcAAA I@MAB I (IpAD L{AAA (IAB HAA ,J AD NAAA ,LJ&AB CDAAA ,|J\AB DCNAAA (JAB CC AA D ,JgAD JCQAAA (KJAB IzAAA 4K AB D 0TK"AB Ga^ AAA D ,K AB FDAAA ,KzAB V G H H I (KAG IGq AF LP#AB _ ,4L`VAB G A F DA ,dLAB IFFA AF 8LAB IFF\ AC r AE ,LAB gj AAA A $MAD I B D ,(MlAB WFF AA (XMAB CJs AA C DMAB Ed AAA A  AAA H IAAA ,MhAB Og^ AH 0LD AB U AAA E <0NeAB LY AAA E  AAA E ,pN$AB ZFNp AF ,NAB LFI AF $N=AB _ F P ,NAB O AAA H 0(OLnAB LFc AG h A,\OAB LFI AC $Ox=AB a D P ,OAB L AAA F $O 4AB _ F G , P8FAB L AAA B 0AD Hh AA A CAA ,aTAB IM AH ,a$AB G A F A ( bĨAB I AA K ,LbhAG O AAA A ,|bHcAB ^` AAA D Lb AB I AAA E  AAA A u AAA A (bAAB IqAAA ,(c +AB L AAA A 0Xc AB KE AA K aAA ,ch#AB L AAA G Lch5AB LM AAA A  AAA F B AAA K < dX AB IQ AAA H  AAA C 8Ld86AB IV AG k AD 4d9VAB GS A J [ A L DA 4d9VAB GS A J [ A L DA 4d9VAB GS A J [ A L DA ,c AB H AA E 0d" AB Iv AAA E HeAB L AAA F J AAA A  AAA A 8eT96AB IV AG k AD fX:,AB G`A @d$ AG Lk AAA F  AAA E L4e0= AB I AAA H [ AAA B Z AAA C @eU AB I; AAA F  AAA C <g| AB M AAA A  AAA E 8XgL9.AB IV AA i AF $g@:$AB R C G ,gAB I AAA B g:BAB GvA (hAB Hd AA G ,AG Nc A F ,k>AB LSg AF k@AB O k@AB O l@ AB E 0 lt@AB HS AA H \EA <Tl@vAB IFU AH r AE L A8lAeAD N{ AAA G IAAA 0kDAt AB L AAA A m l2AB GfA  (m|FAB GA 0kF AB IIg AA mk3AB o 8mGAB Jd A F W A H ` A G 8mk6AB IV AG k AD (nlBAB IFFh A,DnG"AB LFHf AD ,tn`AB If AAA C 0TmPaG AB L" AAA A 0mlc AB PF AA 4 ocAB Km AA C  AA E XDodAB LFLc AC  AH  AH  AA 0Pnth$ AB I AAA A o`k$AB ` opk$AB `  pk(AB G\A $8pk1AB DDcAA (`pkvAB WXFx A8pkAB IFIA AC ] ApAAB IqAAA ,0D>AG L  AAA G 0`CJAB IFb AK H A C(AB G\A ,hC AB Ht AA A 4RVAB GS A J ^ A I DA (ВRA AB GX A E 0C AB L AAA A ,0D AB Hk AA E 8tR>AB IZ AF j AE xS=AB GqA <DAB I AAA A - AAA H ,P4KkAB L AAA B $tP&AG W A A (|PAAB IqAAA $ԕR<AB HjAA RAB D 0RJAB IIe AE H A PRCAB GwA ,$ S AB Hz AA A 4SQAB Dj A F N A A GA ,ܖShAB a AAA H , YmAB O" AAA A (<8^AAB IqAAA $h\^*AG LIK A4pVAB GS A J [ A L DA (xpA+ AB GX A E 0^; AB L AAA A ,ؖ^M AB Hn AA E 8X|p6AB IV AG k AD q3AB GgA L^= AB I AAA C  AAA I  AAA J ,gAB L AAA A $8ln&AG W A A (`tnAAB IqAAA ,pAB JQc AF Tq_AB TLE AG M AB [ DA C AD P'AB c 04rAB LIQ< AB 4h\sJAD OA A B a A F EA 8tsAB RLy AE p A,ܚtAB IHFe AH < tAB IOf AF  AG 8LHvAB X^ AF m AJ ,vAB IO AD lw:AB r ,؛wAB l AAA G ( }AB LP A(4}AB c AA H 8`~AB IIFF AF g A 2AB GfA 0p4d AB U AAA A 0 AB a AAA E (9AB u ,HAB LX AAA F 0xAB GX A E s A L P\(l AB Ls AAA K  AAA E  AAA E <DAB CKz AAA B S AAA B 0Đ AB L AAA H P$@! AD L~ AAA F U AAA H \ AAA A ȞL3AB o 0' AB La AAA A $zAB KiAA 4DVAB GS A J [ A L DA ,,| AB HW AA E 0\H AB II AA 4VAB GS A J ^ A I DA  2AB GfA , AB Hv AA A 0 AB U AAA A @P AB O AAA A  AAA A 8p>AB IZ AF j AE tIAB G}A 8DЪ>AB d AAA D ZAAA 00ԫ  AB O AAA C (@lAB LYAAA AB  >AB z 8 aAB U) AAA D UAAA \AB R $|$AB [ B C AB D  ĢXAB GHA <,5AB I AAA C  AAA F ,(,AB I AAA H 8XAB L AAA A RAAA 0WAB Hy AA J DAA $ȣ=AB IFi A$7AB CJdAA p@AB IFJU AF K AD G AH ] AB  AG j A JAB PuA $mAB QVAA ؤ\;AB w |AB G (|AB IAAA  DDAB GxA ,h, AG O AAA D 4VAB GS A J ^ A I DA (ХCAB IoAAA 8>AB IZ AF j AE (8AB HQ AA B 4dVAB GS A J [ A L DA 86AB IV AG k AD 0( AB Ox AAA A (NAB M|A 0L AB Li AAA A 0d]AB CKq AAA C 0H,.p AB Ll AAA A 0|( AB L AAA A 0 AB L AAA A 4,AB G`A 0| AB L@ AAA F 4hjAB Uz AE P A8ĨAB IER AB \ A,DAB HIN AE 80AB HFEu AD O I<l$AB m< AAA A K AAA A <xAB JEn AG l AC h A/AE h < AB Lp AAA A L AAA A 4LRVAB GS A J ^ A I DA ,4P AB Ho AA E (dpb AB GN A A 04gn AB OLn AC 0ĩp AB Rf AA 8 AD ILH AE T AA 04@ AB I6 AAA A 0h AB L AAA C 0 2 AB LOK AF 0Ъ  AB \ AAA G 0`& AB O[ AAA A P2AB GfA ,AB IAAA ܬP-AB i P9AB u (XlAB KGU A HdAB KTA 0A AB L AAA C 0PQ f AB ^ AAA A 8ԭPP>AB IZ AF j AE TQOAB GCA <4`&!AB Z AAA E { AAA B 0tP'lAB CCJ AAA C 8/)AB ILU AB  AH 00? AB le AAA A 4ȭG  AB CC_ AAA B $PTMiAB KXAA ,xAB IFf ATPAB Ig AAA B [ AAA B j AAA C JAAA ,:AB K! AAA A <ض̋AB I AAA G J AAA C (|qAB N\AAA HDЌAG NK AAA D  AAA A TAAA ($AB LAAA T AB LFI[ AF y AF S AD 1 A$YAB LI A8<ؑAB LEIM AE N A(x_AB FMFAA PAD P 8ĸPsAB IO AAA B OAAA DAB Ld AH j AE n AH̓AD P $h̓1AB IGY D AG HCA 'AB c ԹAB P  :AD JiA   )AD D^A $<AB HAA 8dAB DEn AAA C QAAA ,AB F] AAA G (кD\AB ILAAA @xAB IF^ AG U AB E A(@ԕhAB F[AAA (lWAB EKAAA 8LAB OFE_ AC W AHԻAG IQ AAA C H AAA E P AAA A , sAB RZAAA  PTGAB MuA 0tQAG Hr AA D FAA ,AB DJAAA (ؼAB LAAA (ЙAB LAAA <0dAB LFIX AA T AC ,pAB Ux AAA A AG HCA ,Ľ]AB LFF@ A(SAD IAAAA , ZAB L AAA A ,P+AB LAAA 1AB m ,4AB L AAA A (оԟ;AB HlAAA $4AD GRSAA ,$AB IJ AAA G (T`rAB RYAAA ,AB LIIc A,CAB U AAA B 40AB l D1AB m $ d<AG k E C ,H|&AB RT AAA D x|8AB t 7AB s 0h AB S AAA A ,yAB CHD AAA C ,hAB L AAA A LH AB D ,l8?AB ^ AAA A H AB D ,8AB If AAA C 0D AB RT AAA L  4AB U ,4dY AB D~ AA E 0 ti AB M AAA A  3AB o 0t  AB O AAA A @z AB L6 AAA A [ AAA A 0 AB U6 AAA A 4pVAB GS A J \ A K DA 0XL AB I AAA E 4 AB Gv A G ^ A A P3AB o <0 AD IML AH w AA 8t06AB IV AF j AE $4$AB R C G 0LY AB O[H AB 0x AB R AAA A 0DE AB |[ AAA A 0$`Q AB V AAA A 0XQ AB J_ AC 8EAB GyA 03 AB L AAA A 0r  AB LFX[ AG hgAD [EA (HAB IAAA (AB LAAA  /AB G_A ,AB \| AAA A ,8LAG Lv AAA A ,hfAB GI A L DA ( AB IAAA DAB | (qAB IaAAA (AB IAAA 8<AB I AAA E DAAA <x\AB I AAA A  AAA A ,AB L AAA B 0.U AB L AAA E <AB L0 AAA F p AAA A 8\8 ;AB IIX AB t AC 0H< n AB IC AAA E 0|  AB IJ AA 8$6AB IV AG k AD <(,AB G`A 8` AB LFLL AB x A@L  AB Lz AAA D N AAA G <FAB H AAA G [ AAA B $ t>AB KmAA ,HqAB IFGA AE (xKAG LG` AD HAB LI[T AH  AA p AG $TAB HtAA  }AB GqA (<xAB IhAAA hl,AD f 08|l AB I AAA A <AG Ig AAA E  AAA H @(C AB OM AAA F  AAA A (4 X AB Go A E ,h  AB IF^ AA LL Z AB I_e AG  AI  AH H"1AB IEUo AB j AE U AB 0#+ AB IQ AA <l$AD ID AAA C ( AAA E - AB D $(&FAB T A m  P&AB auA &AB U 8& AB \ $X&9AB J A C 80'B AB LN AA A D CA A $h(-AB EbAA (p(AB IAAA ((AB IAAA <h)AB Q 8\h)AB I_K AA x A$)nAB Gy A D (4*AB IAAA ,*AB G{ A J D A C +8AB t u^&Fay}}}D* X 5Nu=Sym"49; waC37[%:v%X|KS6          ,TX4)'O]ky*):_Ob)Ff+3lj*5M;G".FM/G*bC -B_a 1( | M (#  /,-5}`Gd]p X ~  H  `     a  ' ZE&D@/ ! > '$ I   'Q?n)d('n--:- --LzzIiQ_m~+>O]i)  +C>ZwSsd%Uc =8M=\2$& ::y c . .x.`.. "s.#$ .....*H  0|| )&  O?3P)VI " ^x@7SW7    ) 0     &&~7HVdlXYojn,7H$ !@/b]%D* !/RE6 (#<&l?}J"xK6 (#<&l?J"{DaiA$1Z/~S%9  D* = m Q '  Q4I a           i:HSd#`9N'x^O9?     ,AA@ 5B0  E i   - D [/;q\O#  (~Gn|/ZkNq(,%}i /E~T<!R(?1Kmu v !+0o/76)5.^).#. ..!-...#.#-#)#$.$.%)**)2(: L  1   A 5D     = E6IIjl-Pi  ;         LG_,JA:F -QY#$Rh%7%%@%%% % % 2 % " %%%$%% %"$"%##$%FH  !EvX*KSOgji(`7_!     2Mm\1I#q}81]i#$ `h"W=}Rx-ELiE% *?:S cr! ,Z2Fgy    | o    hx(Pooo &6FVfvƚ֚&6FVfvƛ֛&6FVfvƜ֜&6FVfvƝ֝&6FVfvƞ֞&6FVfvƟ֟&6FVfvƠ֠&6FVfvơ֡&6FVfvƢ֢#Iw0*XZWǓF\B (>VGeq{][C,kK1}Sr $|Y֍/y=®an6s9^i7? QLc3x)HˇGCC: (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2GCC: (Ubuntu/Linaro 4.5.2-8ubuntu3) 4.5.2.shstrtab.interp.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.gcc_except_table.ctors.dtors.jcr.dynamic.got.got.plt.data.bss.comment TThh !$4o`>    F No2[o@j ((Ps xxh |0w"y| |  \ \{#X X< p      @@" @ @) 8 08Trar/unrar0000755000175000017500000114602413143333757010244 0ustar zzELF`44 (444  TTT> > PLL? ? hhhDDPtdББQtdRtd> > /lib/ld-linux.so.2GNUGNUsi>ntR)(}A q}ȁ Ҝc)K8&x gUaBxIkf0! B2IE  86c@{hLP"+m:)sTA#GN$u?OrIQ\w3hXXn f:IB@F ,!fF ,!lG DlF F  !UF !F L-G  !libstdc++.so.6__gmon_start___Jv_RegisterClassespthread_createpthread_join_Znwj_ZTVSt9bad_alloc_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_allocate_exception_Znaj_ZNSt9bad_allocD1Ev__cxa_begin_catch_ZTVN10__cxxabiv116__enum_type_infoE__cxa_throw_ZTISt9bad_alloc_ZdlPv__cxa_end_catch__gxx_personality_v0_ZTVN10__cxxabiv117__class_type_infoE_ZdaPvlibm.so.6libgcc_s.so.1__moddi3_Unwind_Resume__udivdi3__umoddi3__divdi3libpthread.so.0writepthread_cond_destroypthread_mutex_initpthread_cond_broadcastpthread_cond_waitpthread_mutex_unlockpthread_cond_signallseek64pthread_cond_init__errno_locationpthread_mutex_lockpthread_mutex_destroyfsynclibc.so.6_IO_stdin_usedputwchar__vswprintf_chkwmemsetfflushstrcpysetlocalembrtowctowlower__vfwprintf_chkwcsncpy__swprintf_chkstatvfs64wcscatwcrtombwcspbrk__open64_2ftruncate64mbsrtowcsclosedirstrncpy__wcsncpy_chk__stack_chk_failmkdirreallocclocktowupperstdintolowergetpidstrdupchmodflockfgetws__ctype_get_mb_cur_maxisattylchownsymlinkgetpwnamstrlenwcschr__cxa_atexitutimensatmemcmptoupper__fxstat64getgrnamstdout__wcscpy_chkmemcpyfclosewcscmpmallocgetpassumaskremove__strncpy_chk__lxstat64opendirwcsncat__wcscat_chk__xstat64getenvstderrwcscpystrncatfilenogetcwdfreadrename__memcpy_chklocaltimestrchrmktimereaddir64__sprintf_chkwcstolfopen64wcsrtombsaccessstrerror__libc_start_mainwcslenwcsncmpwmemmovesysconffreewcsrchrCXXABI_1.3GLIBCXX_3.4GCC_3.0GLIBC_2.0GLIBC_2.1GLIBC_2.2GLIBC_2.3.2GLIBC_2.7GLIBC_2.6GLIBC_2.3.4GLIBC_2.1.3GLIBC_2.4                  0ӯk t) y0P&y ii Pii ii ri  ii ii ii !ii ti +si 7ii Cii ii ? @F }lF F F F ~F G G @ @ @  @ @ @ @ @  @  $@  (@  ,@  0@  4@ 8@ <@ @@ D@ H@ L@ P@ T@ X@ \@ `@ d@ h@ l@ p@ t@ x@  |@ !@ "@ #@ $@ %@ &@ '@ (@ )@ *@ +@ ,@ -@ .@ /@ 0@ 1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ :@ ;@ <@ =@ @ >@ ?@ @A AA BA C A DA EA FA GA H A I$A J(A K,A L0A M4A N8A O 9sG > G 9rG []Ít&'U? tt $? ÐUEf@@@@@@ @$@(@,@0@4@8@<]ÐU(]]uu } <$D$Ct$$Eǃ ǃ$ ǃ( ǃ, ƃ0 <$r$ <$D$$ t D$$L$؋u]}]Ðv'US]E D$ $ad CD$$Eǃ4 ǃ8 ǃD ǃH ǃ< ǃ@ ƃ ƃ ƃ Cǃ ƃ ƃ ƃ ƃ ǃ ƃ ƃ ǃ ƃ ƃ ƃ ƃ ƃ ǃ ƃ@ƃ@[]ÐUS]t$$CC[]ÐU8]]uE }SC9ЉCvnK t9t 9B{t[4$OtWKT$$L$CD$$ϰ$q;s]u}]Ívt$$t\;s]u}]fL$D$H$@ $@ SC:E$@ iEH$@ T떐UEU 9PrPf+PU UWVS}u D$$&uD$$@ $GqÉ$蛫t$ |$D$$裭@u$肨$t$ |$D$$r4$C$D$0$K D$0$u 0I $>$vtG$xG$jF$\TF$NE$@$$@ L [^_]ÃtX$D$$@ 빉Ɖ׉$]뽉Ɖ׍E$މX$$$@ D$$@ ,#R$$@ D$ډ$Ɖ׍TF$CkƉ׍F$,ىƉ׍G$܉Ɖ׉$vUS]t@{uE[]t&S$T$6E[]&[]ÐU8]]}} us;sr1t]u}]f$U`UDCtʉ]u}]fU(ED$E$xEÐfU(ED$E$X1uÍED$ED$E $ Ð&UWVSu} F\w VTF\F]E|$4$D$jt&yV\t JTN\V[^_]Ð1ߍUE@]ÐUWVS<E]u E׋C\w STC\C}|$$Ot-t$Eft}t8D$4$uȸS\t JTK\S<[^_]fD$4$dƐUEP\w HLP\]ÐfUEP\t JTH\P]Ít&US]C$CC\[]ÐfUS]CCC CC$CC\[]Ít&U8(uu ]]}D{4$$D$t$<<$C]u}]Ðt&UVS0u]EEEEEt$$6ED$ED$E$t1E t$D$E$$0[^]Ðt&1Ɖ$4$fUVS0u ]4$6EEEEED$$E4$D$ED$ED$E$$N0[^]ÉƉ$=4$US]t$4CC[]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$XtgKT$$L$CD$$ҧ$t;s]u}]ÍD$$t];s]u}]ÍvL$D$H$@ $@ |SC"E$@ aE7$@ L땐UE]DÍ&'U8E]DÍ&'U}]Eu]u t-\$t$$tD]u]Í&\$t$$эUWVS,u] &t:>‰$(E$9Et9,[^_]f,1[^_]Í&'U1WVSU} t=EÉ$$9u)tmtEʐt&1[^_]Í9}[^_]US]$*x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$x t u y؃[]Í&UE$ÍUE$ÍUIUit ҉$ UEit ܠt&IÐUE]0  UU]   Ív'UU]BA Ít&U1WVSU}  tt;Er  tt]ɍqЃ v^Yv^Y1w7JYЃ vYvHY7]1ۃ}F u[^_]Ít&뷍vW몍Yōt&'UWVS]U} ۋ 1u  tt]qЃ vbYvbY1w7΋JYЃ vYvMY7]1ۃ}F t9Ew[^_]Ðt&볍vW릍Y1 UW1V1S M t~U1uU썶Mуq0 YWBރ JWr0UB΅t9}v U:L:utu9uvULu9E wuMtUut}t ] [^_]ËM9ڍ&UUS vfЃ w[]Ít&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUPt&U@t&Uuu]]tFD$E $D$0D3؋u]]ÍvUUE 9tU Et&Í&'Uuu]]tE t$$D$؋u]]ÐUS]$:U)…~E T$$D$؃[]Í&US]$zU)…~E T$$D$;؃[]Í&UWVSlEu ]EEeE1U)1Ut&x;}$t$D$ D$ $t$D$ D$ 0D=É ؉u]tD=-tU];t&H 9uE8Ee3u!l[^_]۰E7+ U1WVSu ]DžU)1vx;$t$D$ D$ $t$D$ D$ 0É ؉utDŽ -tU vH 9uE[^_]۰Dž*US G  G v  G 1ۋE @G \$D$$艑ǃ[]Í&UWVS E]  u f t t}11ɉ]}tJ"t5}t9Mv ]u׋]t [^_]Ð"t֐ E  ]u뢍t&Ut9MvU"띐t& 1[^_]Í&'U1҉WVS Mu11u%t&t |%W֋UUPЃ wvPЃ v-tsuw)E9sj9s4E }t&<:9r}׍\;}WUu ElE;]s(%}OGEU uuӍu  [^_]ÐUS]$ t&M))щME[]fU1Ut$ D$.$Í&U(]]uu }}tL tF$tt0|$$D$y}}u u]]]f]u}]Ít&'UEtuÍvU D$ $T$Q UE$1tE $D$襒Í&'U1UtD$$]Ív'U}/]Ít&U1]É'UE$-1É'UE$ ÍU]]uu $"t*|/t#9sE (]u]&]u]Í&'US E$D$D$$D$iE $D$D$E\$D$E$l []ÍvU(uu]]}} t,$i\$<$)9Ft$ ]u}]Ít&'UWVSDLHƅG+0DЍXD$T$$XtV1ƅPƅT%u&TWXt{ƒ}uփXTu]$EEIED$$JL$,DžX+D$XD$P$UؾtB֋])غ$I)))ÍzOED$ D$D$D$X$$ED$ D$D$D$^$ED$ D$D$D$d$ED$ D$D$D$j$ED$ D$D$D$p$pED$ D$D$D$v$C||$D$ D$D$$Et$D$ D$D$$ED$ D$D$D$E$HD$ D$D$D$E$U1׋X ҉t=\1uZt{}uދƅuꋅXDžX111 vʋX~{}t؄uԈ<$$D$<ǁEX$t8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$t"t$|$$|t$<$|ƅfUE]8/fUE]8/fU(]]uu }$k;\t]u}]Ð{\uCD$\$tՃD$\$tD);Es/<\$4$D$>]u}]Ít&11f$뺍UED$;]uu $1tC$Jt]u]Ít&UWVS^E} eU1]9tUD$<$T$w<$w49ljsB1t&309s#$(u019r݉4<$tVUe34^[^_]Ít&ED$p<$D$<$<$4[u|D$|$$D$D$($t$t\$$EDžTDDžX|Dž\Dž`DždDžh v$'tD$t$$6t`D$$(D$t$$&tD$$4ttUt$<$T$$r't$4~r&4QQÍt$~$Ɖ$!' UWVS"E}爅f$tTED$$D$UE<$}uE \$D$E$Č"[^_]ÀuփvыE$D$$D${UN؉<$k렉'UE ]Uu]ut4t.9tt$D$$tD؋u]]ftt$\$$wfUE]] uut?P1v ]u]Ívt$$D$]u]f$ht(t$ \$D$$]u]Ðt$D$$LufUW1VS,E] uEEEEt$\$<$D$ t%t$$Et$$D$a}u ,[^_]Ív$u뤐U(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$\]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$]u}]fUWVSL] EU}EUEȉ<$iEEȉ]܅t&mK]ܾUЉ|$]$\$E|$$D$U9u܉U^9]wXvEEEЋUD$$Uԅ~oE؍tU|$ET$$s9u]؍^9]vUEẺ‹Ẻ$UĉD$UԋUĉUỦU|EEUЉ|$$T$EȅmEȋUЉ|$E$D$EȋUȍt9u܉UE뢐E뜋EЉEL[^_]EL[^_]$@ nU$@ >ÐUS]CS!ƒt)D$ D$D$$[]Ív{tCD$$@ C믐&UH]]uE}u eU1Ҁ{ǃ ƅu ƒ1ҨD$|$4$q<$T$kt\CCC{CD$t$$Ue3]u}]ÀtxD$$u<$1fD$|$4$>p9t&G8tC1CCkǃ &'UE @@@@@ @@@ǀ @@@]US] ESKPSHPS P SPSD$T$$YC[]Ð&'USE] D$\$$R¸u\$$@ t1[]ÍUE D$E$tfE E@  U8uu }]]eE1D$|$4$snED$<$BD$CCCCCSD$t$$C#CUe3u ]u}]fUSE] D$E\$$ ¸u\$$@ 1[]ÐUED$E D$E$tÍvE E@ t&US$]CS!ƒt{t#CCC$[]Ív$dCCCu(1{t̓\$E$@ PE$[]ø릐&'US]CuC#Ct$<{u1[]Í][]&UEP#P txuxuEÍrfUS]$][]}U(]]uu }t$$u#t$$D$ۿ]u}]Ét$$uˉ]u}]Ð&'UWVS,u]{CKMM t$$L$j9Ɖ{SED$$@ D$t9w9tt0D$ <$T$L$P<$#?u5t }<D$ <$T$L$P4\S9&t ,<$P֋ËUċEU9EU;t&D$ <$T$L$P<$:>9u1%t )f|$|$$9A\1[^_]Í&UEEEEED$ $<$PEE؋<$D$EԉD$R U1ۉ}Љ+EHv98Ru)ډT$$M"MtӋU u-~)~$}9RuySuyFuyXu&}]0D$ \$D$<$P wUD$<$T$P v0Uԉ$ 1%t @t)EUĉEUU9D$ \$t$<$P%t)HGhD$<$()fGD$$}v1Eԉ$1};SD$T$<$P ;SuLJ$PX T`A0AQ4$X ?T`A Q$$W$=F`|$@D$X`Ƅ:@D$t$$XƄ=8$W`C$jW`B$LWL$L$=Ft$.X`Ƅ0AP T X Ɉ tdžT džX P L 9 |9s` \ $OF ǁd t$ǁd 4$Nh ǁ 4$IOB?2B $OB $ONj(S@ ǀ @<uǁ B   1t @1҈  u ⋵  Ѓ Ft$|$$OƄ5D$<$ t$a% uD$ 4$vuƃ&bCt$D$$sv;;@S4$Yx S@S$SDS(SHS,SLS0SPS$Lƒ$'+ш%ƃ(ƃ*ǃH1t H) ?^St-dS `S9@i& S$S(S,SĖ0SȖ $KԖƃזƃՖƃ֖v SS$SS(SS,SS0SS $dKu~4$RKS4$QJSwQSD$D$$LSƃ,zCD$$`CD$D$$ƃ51=t$$$L$+$ID$4 $W T$$L$ D$4`t$ L$$T$ $IH%Sǂ Rr99D$\$4$&`SdS4$D$T$9SD$t$ $JE܍D$D$$I<$训D$t$<$ut$<$kD$t$ $ lSÍ $$grv'UWVS }eE1$|$F,ƅot!01҃9ƅoD$ $}K4$G SƇ0S4$FÉ4$F@(S0S4$Fۃ,S$Sitjs u9D$4$J!& 9<$D$\$<$P t;<$31ۍ4$؋Ue3 [^_]ÍD$ D$D$D$\$9D$D$4$(D$ ?ƅoZt&LJ$S9u (Sy,S$D$Ip,St<$D$<Ë$S1ptu)UXXSEƉpD$$q Spp$SB(SB,SQ 0SQƒ   X iƁ 1ҋpÁ 1҄Ɉ u ٺ⋍p  4$DpB4$CT4$CpBǂd 4$Cph $C@$OCF $>C0F4$JCfD4$kCp Bǂ t/B<< pǂ t&pAǁ <<t pdž pǁ 1Xu pFpB   TpDžH7711DžL p1ҋFډL TP 1HL7T X tdžT džX D\$=FTt$$tCXƄ5 pA A A DDD$ D$$t$=zD<$D$Kp<$T$pYt%pD$$ D$Bp@4 L$$OpF 1 $@sHssDž@DžTT@؍ HTt $^@HD$4$ OHxD$$LtDžX)1v $? 9XkdHxt$$LTTTHt&<$vz{t&LJ$SwIxyt& SLJ\yX(S`,Sd0Sh$>l $>fp4$y>fra)S fD$ $A9 StG$Sytt4u9t.UMD$ $T$L$Pct&D$,/$WR븐&UW1VS,]u &$u ,[^_]Ít&t 9t*u E? E;9tȉ$̯f,1[^_]ÐUhEEEEE EEEE$ÐUWVSlEU e M1ɉEĉUD$$8S1E}t&UQU)9UċD =tՍvUG|$ډ$UD$SGEEȈMDQU|$ $T$D$ROUE܋MĉD$ EUEED$EЉMЉD$$TEtEuMċEt&Et UEDMe3 Eul[^_]ÍMVUv'UWVS\EU e M1ɋMEE܉UUD$ EЉD$EEEUЉL$$1Qt@U:}E1EuMv}u9]EEE9]}}Ā?FyOMt$ |$$UD$,QUlF>Ot$ |$$D$PNƒEnt&1MuMe3 uD\[^_]Ív1MUD׍MtfM~SfUVuSE ]t4Pt"1 P LP t9w[^]ÍUWE VuS]t9S ʅ҉t'1&LSu 󥋍M $L$t$ZML$$Շ$ҋ t>;1d \ 9u@tf\?v,$莆D$@t$$ʆ$t8u$ML$D$ $茆$t$ Ee3[^_]Í&,$랐  4$… \$]ĉ4$T$\$4$} dd$I&UUW} VSƂƂƂt9111f1 ƉGu[^_]Ív'UWVS<]u $C4$'Gt$$D$wfǃfǃff>tK11fE֐1f1EEffyu<[^_]Ð&US]$ǃfǃeGfǃ!fǃsfǃR[]Ít&UEǀƀƀƀM]Ð&US]EM t0&(u[]ÍUWVS}EM f4ځPf]f)f3ff3U 1f 1ff0my[^_]ÐUWVS EM U1҉}<3|3|1}}|1}}쉸u [^_]Í&'UWVSlME eU1ҋEƋV]3@1։U]1lj}}W 1ډU?E؉}ԋ}}܋B EE!]ăuuEu֋E 1؉9 9%  ‰3E3U9 9m  3E}7}3U3GE3w3G EԉD$ $Ee3ul[^_]5D&UWVSME XEU31p@ U䋑]]3E1ЉE"&]uuEu֋E 1؉9 9%  ‰3E3U9 9E  3E} 7]3U܉3CE3s3C ] M[^_]gUWV B S]E eU1҉H$IHdD$T$L$XT1򮍻ǃyǃm?ǃ5uǃ#уDxb1t ftDžLD1HL9T9+L%P9tQ4 84  %49Pu9DcLL;DtZDD9wƄd9v1dD$$9DwMe3 u*[^_]ÃDuff~@t&UU ES []Ð&UWVS\EU]ME eU1ҋ1ۉi0L$$,0i0uԍB R UԋPU؋P@ D$ D$U܉ED$4$B R UċPUȋP@ ỦE ,u0L$D$$v$ ;t#QPh$1u t&hD$$L$uhD$L$$t?u󥍍 T$ $v؃TQhD$$JvEԈUՉE׋U։E؈UىEۋUډE܈U݉EߋUމUU⋕EEi0Љ󥋝fi0҈ ,*i0Uԍuԉ U؉U܉UD$ D$D$i0 $3Ui0Uȉ Ủ$UЉ(D$$]ĉ\$D$ t$D$$YD$4$hD$$XUe3u.\[^_]Í PQP;'UWVSEu]ċU}@E D$ D P-t&UWVSL} D$ $ )t2D$ ED$|$$K.$+9u L[^_]Ð]$EE$7EЉUH+Ɖ]uԅt T 1҉]uĉMfuĉщЋ] t1]MЉuԋu1E̍9w}̉=T L[^_]ÐU1ɉS]Cu5Ⱥ&5 t uuu[]Ð&UWVSUE] t.U2 3` uމU}Uމ]Ӎ&N1‰ЉEŁ` 3` 3` 3` 3` 3` 3` U3` wU]\Ut2 3` u[^_]ËUfUEVMS] t1ҍv4ɉ 9w[^]É'UV1S$` :f`  ` t&؃3` uu[^]ÐUE@@@ @@@@@ ]ÐUEU @@@ @P@@@ ]Í&'UE@@@@ ]ÍU1UJ;Js AB]fU1USJY;ZsD  J[]ÐfU1 M$t$|$QZ;Ys+tD<\؉Q$t$|$]Ðt&U ]]u$$11҉Éuڋ]]Ð&UWV1S1ۃ$}WGU9s}P1WMÃyc1ɉ]u}Jt&;UsIuԍZ^uE}ƒUu1 EEu}yڃ?v11$؉[^_]f]u$؉[^_]ÍU1MS] Q9s ؀<x <y9r1[]É؍t&)؃[]U8uu}}]U F^)9F߅u/9v)ډ|$D$$#^؋]u}]Ð$U\$D$%U뷍&'U]]uuU CLp;Kr]uuE U]M#t$T$${s]u]Í&'U1SU] Jv'u)L$$D$X%[]ÍvJUUJwÃL$$D$ Ð&UWVS} E9UvhM1Ãy[1ɉ]uB]EuÃ]] t1]uy9UwE11؉[^_]Ð]u؉[^_]ÍU]]uut'\$4$^*U F\$T$$#^]u]Ð&U8]]uu }C {C)9rC]u}]Ðt&)Љ؃ЉED$$)CUT$$T$Q UT$;|$S E$wEDs]u}]f1tt$$b)S t$C$D$Q CHUE@@@ @]Ð&'U1WVS u]MM}{ҹމUt`t&^tt;M] ]^^;E~sy;Mstu9MfviU F^uQ9UvU\  U]^돍vމӍS{] u9ÍG [^_]Ðt&;Ms] U(t&;MsU Utn9MU UU9E]uMf~ u  uM 9Ew܋uM^t&U9EMt&~M M9EwM^l1UE]ÐUL$T$$f#Ð&UtT$$F!ÉT$$6Ív'UWVSӃ<;*t6?truƒ<[^_]Í&9;*uʋt̓.tAɉt'ډt<[^_]Ðut&1닍t&FE܋F*Et?D$.$UԈMMUԅM؉Eu<FP9fF,D$.$MM؉EE?D$4$M!M؅t>E81҃.\tt .f<ډ[^_]]D$.M؃$:M؅uE܉)v UX@]]uu}} ȿ4$rC,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$x>D$ĿD$<$X>C4$9<$9$‰Ƹ 1dȿ]u}]Í]u}]ÍD$D$4$=ĿD$D$<$=Ŀȿ@1&ȿf$;uJ$mĿȿ$1,4$k;uĿȿ1WȿUVS u] VD$ʚ;D$ f^$T$EE$$PlPSP SPS PSSP@SVC D$ʚ;D$ T$$LC [^]ÍUSD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$%Kʚ;1ہjL {EӉXD[]Ð&'UEPD$dD$ T$$Ít&UdkMde MQ]Ít&UEPD$ʚ;D$ f^$T$'Ð&Uʚ;e MjL {Q]UE]Pf^Ð&UE UMjL {Q]fUHEԉD$E$EU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$  ]u]ÍUԈMĉT$$MĄtfEt$$D$ D$,ED$ ?D$D$(ED$$ED$ E܉D$E؉D$EԉD$]u]Í&Et$$D$D D$$ED$ ?D$D$ E܉D$E؉D$EԉD$E]u]Ð&'U1VSP] Dr1t&Fvt'$*t1wԋT TQЉTΐEMU]EЋEɉE̋EEȸDȅ҉ME‰EED$E]E$P[^]E1۸EEE뵐&U(E$Kʚ;MejL {QfU11WVS,u tZ1E&|CЋ^t/$o)uۉ$)^1ufʚ;eMEU܉ $OMEU)Q,[^_]ÐiQ}1늍vCSD$E T$$S K$sCUM6t&M{QG#G/L$MЉ<$L$P SƋC8D€ C S$EUvCR\[^_]E1t&K,t0CTSXD$ T$ClSp$D$T$t uuP[\[^_]Ð(1;u E9EEԉʍ)…OvU t$T$CD$*똋UЋM̉t$T$ $[t&U]Ðv'UM EUtH,tP0@H]ÐUEU H PE]Ð&UH} ]Eu]}UM u$}(uID$E|$ t$L$D$ ET$D$D$CD$]u}]ÐD$E|$ t$L$D$ ET$D$D$C@$]u}]Ð&UEƀ@DEt&UEƀ@DEt&UEU @ PUP]ÐU(]Éu}ω$t$D$`'|$ t$$D$$ ]u}]ÍvUED$$7 D$"E W Ðt&UG $$ lF l $$ F m $$u ` Í&'UEd E ]h Ít&'Ud v+lF $ lF M U=d EG U=d tG $p UM lF tfUVS $@  $E t$D$$%Et$D$D$ D$D$$ +D$ $(K\$$@ + [^]ÐUSlF ]$F $D$E D$ t$/[]Ít&D$$@ < Ӎv'U]eE1=` ut;D$$[ǃ$Ee3uY]u]Ív$t*D$4$D$D$\$4$D$4$ UWVS` UM„u&$ $t D$=` $D $itt$$8 tx$ $4D$$贿D$4$褿` `:$ OU T$$@t&D$4$PE\$$1D$$1[^_]Ð$` 1ʍUWVS\]$uDžt&D$(D$$D$_$jtDž8u(t uo&&'US]$n$D$[]Ð&UQÐUAU Í&'US]E $D$]E []&'USu []f$Tt鍝\$D$$*\$$j[]ÐUS]E { uD$$ $u]E []U1]]uu{ t ]u]Ív$*E t$$uC ]u]Ð&U1S]{ t[]É$E $EuC []ÐUS]E { uD$$ =$]E []US$ED$E $D$ D$D$D$\$$2iE$'$[]Í&'UE$D$E D$E E@ LUSE]$D$E D$|]E []&USE]$ D$E D$<$d]E []USE]D$E $D$]E []<USE]$ D$E D$$]E []@UE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$$D]E []UE D$D$E$Í&'USE]$D$E D$$]E []0UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$ÐUhEEEEE EEEE$ϸÐUE]fUEt EÍUS]t[]f$[]Ít&U1҉S]M v&29u8t []Ít&L$\$$D1  t9u9ZuIHE뱐fUVS ]$@}tQ$D$9$Q$D$$4$D$  [^]Ð$ED$E [ ^]Ð$D$$$D$ [^]Ðt&EM]] 3 MԋJ3KM؋J3KM܋R 3S U]3UԉUċS3U؉UȋS3U܉UUɋK ]3M` 3d ]ΉM3\ 3X UMȋ` 3d M3\ M3X PUM̋` 3d M3\ M3X PUMЋ` 3d M3\ M3X P VXPH ]UMt& QI3MċJ3H}ĉMȋJ3HM̋J U3H ` 3d }ΉM3\ 3X UMȋ` 3d M3\ M3X PUM̋` 3d M3\ M3X PUMЋ` 3d M3\ M3X P V9]T2JR3Uċ]3QUȋ]3QŰ3Q UUd Ud PUd PUd PUd PUd PUd PUd PUd PUd P Ud P Ud P Ud P Ud P Ud PUd PV]L2QI1J1 ]J1 MR 1mt1Eƒ>sMUԋQU؋QU܋Q UyE]DUM]FF FFEe3u5\[^_]ÍHMXH ]M(Ѝ^ VN]UMUWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋q 3u EM3m E3i EUԋq 3u ]3m 3i EE]q 3u ]3m 3i _EEq 3u M3m M3i Et&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋q 3u MU3m M3i MEԋ q 3 u 3 m u3 i uMM q 3 u u3 m 3 i MM q 3 u U3 m U3 i MU3EB3EMEB3Eh EB 3EM̉h h EMMUUh h MMh MMh MMh MوUUMh ΈUUh UUh Uމh h EEUh EEh EEh E3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉFMUWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃTW 2MԈMT2W ]W 0UTW 0UDԈMW 0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuEW E2]W 0EE]W 0EEW 0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>C 2 {[2} 2y ]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11ЃuW 10!t&1ȈW  %%u111ɍ4 ʍ<1111։c1҈W X X \ \ ` ` d d  X \ ` d  ۍ X \ ` d 11ډ1ʀ) шh rL i  m  q  u  y  }   Å  i  m  q  u  y  }     i  m  q  u  y  }  Á  …  i  m  q  u = y  }   #1Ʉб) vX 1\ ` d *ƀh 1i 1m q u y }  Å i m q u y }   i m q u y } Á … Ee3u [^_]US]=W u$[]ÐUS]C} uC []Í&$C D$D$$[]Ðv'UExu@ t EÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$E CC []ÐUWVSTE}EE]ދKv ȋ[E̋Ex1!1yZE}̋@ȉEȉ1!1؍yZuƋE@ȉEyZ1!1ȍE@ ȉE썌yZ1!1Ѝ E@ȉE荔yZ1!1E@ȉEԍyZ1!1<8E@ȉE؍yZ1!1؍40E@ȉEЍyZ1!1ȍE@ ȉE䍌yZ1!1Ѝ E@$ȉEyZ1!1E@(ȉE܍yZ1!1<8E@,ȉEyZ1!1؍40E@0ȉEyZ1!1ȍE@4ȉEčyZ1!1Ѝ E@8ȉEyZ1!1E@<ȉEyZ1!1}3}}̋}1}̋}1}E̋}̍>yZlju1!1u}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ;yZ]1!1]}3}}}1}}1}E}9yZ߉M1!1M}3}}}1}}1}E}썔:yZωU1!1U}3}}}1}}1}E}荄8n׉E11E}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ>nlju11u}3}؉}؋}1}؋}1}E؋}؍;n]11]}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ9n߉M11M}3}}}1}}1}E}䍔:nωU11U}3}}}1}}1}E}8n׉E11E}3}܉}܋}1}܋}1}E܋}܍>nlju11u}3}}}1}}1}E};n]11]}3}}}1}}1}E}9n߉M11M}3}ĉ}ċ}1}ċ}1}Eċ}č:nωU11U}3}}}1}}1}E}8n׉E11E}3}}}1}}1}E}>nlju11u}3}̉}̋}1}̋}1}E̋}̍;n]11]}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ9n߉M11M}3}}}1}}1}E}:nωU11U}3}}}1}}1}E}썄8n׉E11E}3}}}1}}1}E}荴>nlju11u}3}}ԋ}1}ԋ}1}Eԋ}ԍ;n]11]}3}؉}؋}1}؋}1}E؋}؍9n߉M11M}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:nU}11׉׋U3UUU1UU1UEU䍄ܼʉE! ! ЋU‰‹E3EEE1EE1EEEܼu ȉ!! uƉƋE3E܉E܋E1E܋E1EE܋E܍ܼЉ] !! ؉EE3EEE1EE1EEEܼM Љ!! ȉE E3EEE1EE1EEEܼ؉} !! E}3}ĉ}ċ}1}ċ}1}Eċ}č:ܼωU! ! U}3}}}1}}1}E}>ܼlju! ! }u3uuu1uu1uEu3ܼ։]! ! ]u3ủűu1űu1uE̋u̍1ܼM !! Mu3uȉuȋu1uȋu1uEȋuȍ0ܼމE! ! uƉƋE3EEE1EE1EEEܼȉU ؉!! ЋU‰‹E3EEE1EE1EEE썼ܼ} ȉ!! E}3}}}1}}1}E}荜;ܼ׉]! ! ]}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ9ܼljM! ! M}3}؉}؋}1}؋}1}E؋}؍>ܼ߉u! ! u}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:ܼωU! ! U}3}}}1}}1}E}䍄8ܼE! ! E}3}}}1}}1}E};ܼ׉]! ! ]}3}܉}܋}1}܋}1}E܋}܍9ܼljM! ! M}3}}}1}}1}E}>ܼ߉u !! u}3}}}1}}1}E}:bʉU11U<:U3UĉUċU1UċU1UEċUčbʉE11EE3EEE1EE1EEEbʉ11ÉÉ}3}}}1}}1}E}9bʉ߉M11M<9M}}3M1}1}M̉bʉ1ƋM1ލ47}3M}1}1}MȉObʉ1ЋM3E<8E}}3}3}3}ljx:bʉ11‹Euu3u3u3uƉUU3bʋ]r U13]ËE]U]]3]3]3]ÉXbʋM3M3MЋUM3M3MĉEEUU1H bʋU3U3UUЋUEE3UEE1‹E1‰UPEbʉEԋEU3E3EE‰UԋUUUE3E1ЋU1EBUbʋEUЋU3U3UUEẺU؋UU؉U؋U3U1‹E1‰UP EbʋU3U3U‰UUUUUUԋUȋE3E1ЋU1ЋUEB$U썔bʋE؉UЋU3U3UUE؋EUUUUU3U1}1}‰U܉P(EbʋU}}3}3}}UE}3}U1u3}ljz,>bʋu1ƋE3u֋UEu3uUU1ދ]3uƉr03bʋ]1ËE3]ӋUE]3]ĉUU1ˋM3]ÉZ4bʋM13M ]]܋]3]3]ME1ÉZ8Ubʋ]13U׋U3U3U]1uV4$|$]Ðt&1uG9Fލ1u捴& 빐&UE@@ @]ÐUS]C $C$D$XkCt!$D$T AkCE[]-[]Ív'U8]]uu }}Cta3tJt5uC$et&FljC]u}]Ðt&C׍&CǍ&$T P@EU䍶ڃ?¨;EuɋMڃ?Ѝ0 4 8 < KU(]]uu }}tqtLt]u}]fKvxC tySL P ]}}u uU]|$t$C$C뚍|$t$C$Cn&C 늍vKC wUWVS E Ue M1ɉt%t-t=Ee3qČ [^_]ËBCuӋBЉAuËRӁ8|x&ك?9Ѝtfω޻\t ft;xL߃?Ǎ|@9tk|0 1t ft|@ D |H 󥋍|H E؋L E܋P $ED$Sft&kfU1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$${|$$Ue3u ]u}]PUV1S t-Xv1҅u(t$uu [^]f$u;.t֋C$etD1Ƀ;.t ut֋믐{.uCU$4UuҋCȐt&S벍&'UWVSÁL@$膪¸v L@[^_]Í\$D$4$F4$J\19vɍt&9$tDžDžDžDžDžDžD$|$4$]tu wL@[^_]Í&L@1[^_]Ít&'U8 E}} ]ueU1ҋ tgFٍD$ \$T$4$ǩƄE|$4$D$[Ue3u:]u}]Í&]|$$9Gى\$sY葬t&UWVS,E }]$1t ,[^_]Ít&$‰u11҃.tft7.u.uCU$Uf҉tk1sE U@$UEܧUt7t$T$<$胭u#< $ u&)9;]ƒ,![^_]Ít&KN1jCU$U1t&'U8eE1E]] uu}D$\$$$1u"Ue3]u}]Ðt&D$4$$D$|$SD$\$4$S\$<$d¸tt$$$@ 聫D$ $@ ݨ1LUH]]}} ueE1D$t$<$RumD$4$D$蝪t+|$\$$YfRD$ $@ 2Ee3]u}]Ðt&$tB@mt&$訪tZ@.t&&$\$$XD$QD$$@ p9v$\$$WD$\QD$$@ (j&'UEU Mt tÐt&tM UvUWVS<E} eU1D$D$<$P4$jD$ )ÍD$\$$訢Ƅ4$@$<$[ƋCT$D$$&u.t$<$Ue3<[^_]Í&|$$YD$OD$ $@ 臥럐t&4$訿$WD$D${OD$$@ Ghf$b$XD$D$5OD$$@ "C&UE]] uuut t]u]ÍD$`$ƥu։u u]]]fUH]]uu }eE1D$|$4$N4譟 $E@ $֠4$B<$D$D$ե4$D$OEe3]u}]ft$\$$ViMD$$@ 5봍v $U\$$XD$1M$@ 蕥D$$@ mt&t$\$$YLD$ $@ 轢' $ݼ\$$WD$L$@ D$$@ y軣 UEU Mu ftÍvtM UvUWVSӁLUD$eE1$p$D$t$$$Lt$$讠$蕇J ?<$kW ?D$ D$t$$虡Ue3L[^_]Ðt&8\$D$$KD$$@ Π1f<$ D$ʚ;D$ $T$J&$D$ʚ;D$ $T$&\$$[舧1)蘡UX]EU ]ueE1 D$}D$$$p]ƅo]Bo]ƅ8].h]PtN<$ƅ8]4]st$$9D$j4]t$$@ T$Ѓƅ8]$xs 4]]Dž}Dž}Dž}Dž}Dž}Dž}D$D$4$/q};s}w ;s }tp];Ar;ƅ8]D$$@ }$m$o]o]@tƅ4]0St tT]D$T$4$ƅ4]SA t4&p]Ƃ8]p]|$\$$>op]AD$4$ap]F[8]Eˆ8]Fh]P h]E$<[4]$t$1qp]B$[Ctt%itt 4tp]ԽCL$D$$D$$@ {B|p]B4]Zt#p]F;<${p]ssP1DȃT]sDȃT]L$EƉD$T$ <$p<$p]}t$\$A$p]s@$]$]1sh]$]DЃEh]T$<$D$貾p]Bep]Ɓ -Ɔ@ƅo]tp]D$tD$$ lp]t t HLLLƁ\LS1v$D$D$ $+j4]CD$$ET$Iƅ4]1$YԽT$$]np]Ah]Th]X4]T]\$$t$ D$4]14]ƅo]2]2]tD$S $D$/np]ԝT]D$ tD$D$\$$2]ԝT]4]p]D$D$CT$ D$|$ $ t/S4$D$Ct$D$$eԽCT$D$$tvy$P/WT]4]D$L$4$UÍ$.$ zÉ<$3$yv'UWVS^EeU1҉@D$|$Z| $T$N|D$$`#11x1D$1D$<$t&HLD$<$D$KHDžXDž\Dž`DždDžhDžlD$D$<$E'u|L$$BIt TƀƀL|${|$D$|ƅ{|$ L$$uǀ{B|1ۀts|T$$L$UUv$dT$T$iD$p $1ۄtD$$@ tf1ۍ| $؋Ue3^[^_]ÍvD$ԏ$蚓bxD$ D$|$ $躤|$$(&`D$D$B$M1ۃ;L$$)3't&HD$DžXDž\Dž`DždDžhDžlDž(Dž,Dž0Dž4Dž8Dž<D$$h$hD$|$D$ $q|$$$11<$舾D$|$BG$~1ۄ_D$D$$#7+HL)ػ򉁐e<$۽,D$|$AG$}1ۄ)frÍ| $$?tfUWVSL ]EEECƃ@EEESX%D$|$4$|"5CD$t$$}uɋCG$|vD$t$C$It\C-uA$ptD$|$4$!tEU럍&($'뱋C-u:It1=@  t(@tlD$ $@ pL [^_]ÀNu샸It{D tX$`}O\$$d뿋EUt$$B8($9'CH$@%O$}dh$( O$ddOUhEEEEE EEEEEE$y/ÐUWVSL@}E99ܿSĿM ƅGԿ tĿzvsh tjĿ1Ŀ¿ E‰D$d D$E $ſWԿu ĿT$$ D$v<$PM ֋Q|Ë<$lM A|<$輪Կ$D$D$l*D$ $D$蕗ܿ1ܿ҃̿u ȿƅۿL$<$T$PFtdždžۿܿܿ9ȿ̿D$$CԿ<$T$L$PD$ \$t$<$P1L@[^_]ÍԿD$$L$j$D$D$"T$<$L$PƅۿԿܿD$T$ $Ot&$Ҷܿ&D$ $2롍D$$1ĿĿƅ JM Q&<$POԿÉD$L$$"i}T}X$0JԿT$$~_D$<$n<$L$9U (ĿU  BQL P M A Q$E ܿĿ@l@pD$d D$E $_L@[^_]Í&<$9A<$ D$ +tt<$D$T$Q $\SH|$$^ܿL$]U BQt&t :}EJ&UWVSӁ*u |E{ eU1Ҁ}ts| l9T X щǁ 8DD$ x|$$D$LP D$L D$ T$$"{ CM‰܃RɉdǃHۃS҃Dhƒ ҃A% CdL$(h|$$ID$T$,L$ T|$D$T$D$ D$D$ $~b t& D$ D$H<$dfs\$E$$D$O[$8C[\t& TD$ID$D$ D$D$$a  D$ D$8 $d‰D$ 4 D$2|$$L x*T$ L$D$$ EZs(|$$X!(Zt$(L$Z}e3=g *[^_]Í&T X D$L T$ P $T$D$XD$ D$D$ D$$8`&$Dt$lT$D$ZY{|D$$ae¸z$C$Ct$$$D$X|D$t$ $ȷ$TlCt$$$D$X ;8 4 @ < H D M$l C$$L$D$OXd w lRl8  X =v ǺCKlX|E\$SBX\|$t$T$|L$D$$ T$ }W u t6$A$D$OW *  @$4WfDD$D$tx $P`&|$$Vv D‰$DAƋ t o$#At$$$D$oV l<$T@ T$$$D$.VqT.&T$$,!D$U|$$X!Ud $!U&D$ D$($^&TD$D$t$^n&@l-lDщTDž`-tt`‰҃ⶃwɃểrTvǁsdljƒ 綃w҃⻃r@҃sh%ⶃw`L$,d້|$$rD$XT$4TL$(|$ TD$T$0hL$D$ D$T$D$$uZ\$XF>$$D$S$S\B&D$ $dS@A"@@u @ $S@tB$ D$R@C$ D$Rf $!D$ i D$h D$RvtD$ $P$<  =t$$p D$XR+v$M܋} DtuԉsE T\[^_]ÐBsKQ1AU}UMf(ȃ}}ԋU M:J} |9} LSTSCMK\[^_]ËM U؋u܋}J1Ju )1J@yJ9t.u t0u DJ)׍ R>J} uLDt&U]]uJ4$4$D$$D$s]u]Ð&UH}}]uG Gt]u}]Í&GEiJE؃$X=UE܉EUt6։ t&JCD$$`ǃJuՋEU؉GT$D$$ :EY11ۋMfJ9;zJuLJJAỦM$ &'UU EudǀxWǀ|WǀtWǀpWǀlWǀhWǀdW5ǀW ǀWǀWǀWǀ`WǀWǀWǀ]Ðv'UWU VS]&J@v0 f9uʃuߺu@uD1tft C u[^_]{ffU1WVS UffB^PfB^LfB^NfB^R=uʍ^T1tf^U1tft^Vuv1tf^Pt$D$$q [^_]fǂ^T`TfN_UfƂ^UifYfǂ^V`VfrUWU1VS])HLLLt4B|@K+M !  B|!B|u[^_]Ð&UWVS,} EU];8rH1&;U1ǀv09s׉ u vE$[^_]Ít&$&kE\Ël؃lkE\Ël|lkE\ËhhkE\Ëh|hvkE\ËdadSkE\Ëd>d0kE\Ë`` kE\Ë``kE\Ë\\kE\Ë\\U1(]]u}K)xG@K)ЉD${|$$~[‰]u}]Ð1tCt$ L$$V$C򉳄놐UEU TLdJE3UVSu} uMdždžt%1ۍ&$9wdžt$1ۍ$9wdž[^]ÐfU]] uU}u,e1Ƃaǂǂ\ۋu] }U]]UW1V1S,] $xFSу SEt&$PF NjCƒ9uCwσ,[^_]ÐU1VS]K))@~)tCt$ L$$<"C򉳄ti)ЉD$ST$$-~V¸stL9Oщ[^]Ív뽃믐t&U8]] uu}}{u;\$<$UF\$<$F1=@BЉV$D D$$D>u(U$D F D$$^DU]Ћu}]Ív<$P1҄eڍt&U1WVS,] }K_GG~U$KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $EUTLXL]u}]Ít&|9r9r]u}]ÐUWVS,] }u9tƆRLsƆQLDL)#&1t& |K9v)9G9Kv=DKىT$UL$4$U䋆)!f t(9Kv+KDK밐t&1뒍t&DK9r)߉}@Ku] ,[^_]W)؉D$@K4$\$9}@KuE ,[^_],[^_]ÍUWVSLuV|ۉU܋EE܍d1+EЉM!t&C9} {uϋUSUU+U#9hU9Ut+EЉT$M̉4$D$UF|M+E#U;EEE#Et 9EEU؉D$ E@KMD$D$$xM̋TLU؉C,CD$$M&C0M̋S4EUȉ$CM̋UO9MMċM܋ME9;S{}܉EMĉ};t&:U9S;U{OM}܉T$ UEȉMD$T$U؉$eTLS,ST$U؉$%S0M̋[4U] $6EȋM̃; HNjM]L$\$$^E1TLF|XLƆRLE+E#9v]ЋM܉4$\$L$F|L[^_]ÐG+EUD$ @KM̉EȉT$UD$$UUЋEȉT$ @KD$E؉T$$2Mf}܉U9v.t xt@9rUЉL[^_]Ít&U} u Eƀb]Ðv'UWVS\] E{@ uU;8+C$D$7$7D$$E7MȉBE1}MEă1M1Q A$i7D$$E37v$H7 <8Cƒ9uCw̋EMȉ8Z1111:Mt \[^_]ÐMQMT9N‹UEE@@EB\[^_]Ðt&$1fUE@P]ÐU1 UW׃ױ _]fUVS1ۃuvt$ u[^]Ðv'Ut&UWVS,E$u E1] 1+])@=@C9sbf)9wU$tlj\$D$$OU<]E䉄9E vvU9U w ,[^_]Ív$F D$LD$G $E뺐UME 9v  t;s+D|]]f]Ít&UWVSE }U7+MEM5t&2M#M9sg 7E#u7twEm9w9w& t89v+t|4똍 t ;s+L| 뉍2k t[^_]Ð&UEWMV}Su t`19]vF;9w9w& t(9v+T|9]w[^_]Ðt&랍U1҉VE Su] t9v)9F[^]1[^]fUH]] uE}uF;veDLlq@Kt$" dž@KDK\${$ƆDL]u}]Í&E̻$@ <Ebv@KDL$4EDLt {|t&U؉\$D$$ t[҉UtNV|{@Kuԋu؉]ЉUUU܋U)ƒ#U!9Esuԋ]t&@K{t $ E؉@Kt&11DLt$ F D$LD$G $ uNfUS]} CPCCǃTLǃXLǃǃǃǃǃǃǃ$D$ ]E []C`CdChClCpCtCxD$JD$$@@F#ǃC|ǃxWǃ|WǃtWǃpWǃlWǃhWǃdW5ǃW ǃWǃWǃWǃ`WǃWǃWǃ$$C|HLLL҉HLLL$LLǃW)W9W`W$&LLC|!ȃ;SC|)!ʁ w 9t$WubWW`WaW`W҉Wt^`WW9W>$9&$@u][^]C|2f`W$hv$8ǃWBǃWǃ`WǃWǃWǃ$C|'$`WǃW fUWVSE]U׉d1}tM 1ҋufD9wM 1ED$$ T$CDCt&T)4TTT@TDuٍhSDd}M 0utҋhf{ h9wԋM*ǃ 1Dž`Dž\ӥ`)\!t&3fDŽs9`v^w\;Trw;Ts+)3TD9UvS fs9`wĬ[^_]ǃ3UWVSUEe M1ɋu Uz+~1vTЃwm4$*D$4$ )uĉ4$)D$4$ )TG*fv}1ۋD$ |$;L$$~>95N 9T9 D9N ‹ + 4<ꋍ;;1;TX&;T6uDžDž ϋ>N+;;;;CW8HwM"}t&$@1Ue3[^_]Ív4$'D$4$ x 'ttt&Ƃb~u19w"D$D$ 2|$$D$TD$$D$ @D$ED$ $D$ ,D$ED$D$ ,<$X>t)ꋍ8< FW8@GHDž)ft~4$c&D$4$ x -& G"b4$&D$4$ x%%4$%D$4$ x%뀍G"t&L r܍t&DDF;"<$A1*DžDžxIUWVS\] {,NCS$s9gC SǃJEJUE9ENEE9u.9uN<9u J9J~JJH9J R CM̍{0JEЋM0T1 D1 ‹C)ꋋE;T4A?9T8v;TNuEMM΋Msuȃ+T4KTt;S0CS =wPJ[űŰv GJf9fJɈD Jt&s===U-,BK{MЉ}9T9 D9x- ‹C);,EZG9,vf;T}uE}ȍ<8{}u+,s8-;,CS|9EfPf}GfG)ȉEԉCSKFt&JD$J$SJJs3vx}ȿ)1-{EȋCEEЍM8D8 D9+M ‹; EHEԃUM;$s;TuEuƉuu{}ԃ+ s`;CSwKu}f~F'&K9K\[^_]Ít&}fƒE{s{uԉ}MЍUԋ}T T9+M %; W?9v;Duu+ ։uuLsu;sCC*~&׋s}ԉ} 7D7 L7{ ȹ)+M%DEȋEǃ{ECn)ECSK UE؋MD$T$ $duEfFE܉FJJRJUfPUPpuԹ)Us} 7D7 L7 L7|7 K+K ) SEу41sS=5E= &E=]sEЋ} 0D0 L7 L7|7 K+K$ {)ED:ƒUԉSEC׃}ԉ} 7D7 L7{ ȹ)+M%}TC{EC0C,D$ CD$CD$E$ƃJ\[^_]ÿM))|-ES|1ƃuԉCsE$@ EjHM)ƃJ\[^_]ù)ECS"MԉKEz)&EE})vUWVS}Gt&11ې0JT$$9_w߃[^_]Ð&'UWVS]eE1;C$p1+CS$D$$$ $Āv%@ǃ\ǃ̘ǃИ$1D$uЉ$90$vD=Ѓw$4D$$ 4  4u$D$$   qHv0t$1D$ P<(T$${9$ {K9T9 D9K ‹<0+04;T<64(9TU(t&;T6uDž,Dž40ϋ{K4+T<,<;P<CSHw(35<^$$($D$$ x t<t&19SƃaD=eDž,Dž4]ǃ\\$ԘD$$ft&UUVSJZ4DL r ȹ)Āt)ZrƂa[^]v@a1Zr[^]ÍUWVSl]eE1S9-K D L ȋK+Ā%@ΈLvɉSCtA ;TPw ǃTiSC1SsÐ D L ȹ)% DщPpuP<ÍM1D$ T$L$$0C;$SKTL C ʹ)ꋋ<;T<u9T v;TuDžDžKK+T<<;P<CSHw&3H5S9fTL C ʹ) J ƒ9CSv.A1u SVt&9wS9ƃ`LPtB11iD$ $WD$D$9PwH1t ftUe3l[^_]Í+<CS@KHDž)x TDCƒCS  +ӭ9vT11u/9wً TD  ‹C) J3DžDž*1$$1SHD$D$D$ *$D$D$D$ 0$d-D$'D$ D$$"fA-YUWVS,EpV;:L5TiUP8WljM 2\2T2} ˹ ӋP)닏XU܁M}iM;\ UN ;\ };\uEMщM΋M؉piuHM21+\ \ iU;WCiUv2TPc,[^_]ËP 2\2T2 ˹ ӋP)니$U;Q[;sct&;\uE}׉}}܉pu+x;CX( v)M XU܉уPiUv41p.TPtH,[^_]Ðt&)ʉ(UуPX(41p E,[^_]z})z})EEM)v'UWVS<]U PLLLC|t&S|!ʃ;CS|)!= w9t$)PLLT{iEC3WމU 8T8D8u؋X ʋK ‰uMܹ+MiM;T E9T Ju&;T.uEEM܍ ΃<>{}iuK7+T M؍0T iE;WCiEv2DC=}s|@KD$$ Ts|;PT5HLLLLLt&C{EMT D ‹C)ꋋ$E;VA;st&;TuEEM ΃uKM؉su+;CS( =w=S|@KS|$.S|*f= ]'Ur'sCuE܋M䍳D D+M ꋋ;A9v&;TFuEEM܍ ΃uKMԉsu+;CS''tRSKUT| U {))ЉSsS=v E=]uD$$t$fJ)Ή(EMCS(Kt&)M XE܉CiEv<9{.DC=$J$j]<[^_];vHM)Ɖuvp)u܉Mvt=X=g&_&tQCKED| E {))%ƉCSCt$D$$ǃTs 7D7 L7 ȹ+K)%SEЃECU܉SSpd-)‹CT`EMUT D ‹C)ꋋ-E;h-;A;l-sQt&;T@uEu+h-MƉuu-suԃ;d-sCS9)ΉESMCKt&ˆUЉD$$$UЄtfUWVSLuԘ4$ưE}ăEEEEEE|$E$1ۉ4$ct.UԈ9rEԋU|$ D$Eĉ$D$f4$舑U1ǂ\UE$ $EL[^_]Í&4$PEǀ\L1[^_]Ð4$Яxt2u_L1[^_]f4$谯t4$螯<uΉ4$U1ǂ\sËE$m#$UEEEEE|$U$S&'UWVSL]sS{ 2D2 L2 ȹ)ĉE40Es{E})EčU1$EED$EEEEċSE9~bt&K<DT+K  ЋUĈ2CƒS;uĉCS9$Ju&9uv!1UԈE$!EL[^_]Ðt&Sh 2FED2T2 ȹ) ЋUăEĉSt& 2FED2T2{ ȋM ЋU)%SEL1[^_]fEԋUĉ$D$ET$ D$/ÍEԉ$!$e&UWVSLE ]Eܡ uj11E]؍&ۉ]~=<]v  9uE]43uu]؀PLƃ\LA K|Ԙ}ԍt&!9CK|_)!=w?9t;$LL9XLTL~L[^_]|;HLwPL \&K{M9T9 D9 ‹C)ꋋ$E;AG ;s t&;TuEuƉuu؉{}܃+s;CS( =wJK|@K K|!9CK|$%{K|=9&,'uSKUM؋}䍳UuċM4:T: T9+M ;zW 9};t~uE}׉}}{}܃{}+;Cs  t/ HiИ= ̘Иv KhCtKlKdKhK`S`KdK|)։99@K΍ UuK|vlMƉǍ&BABABABABABABAwƒUU}Mu}VWpMuQVZ}MWQDu}VW.MuQV}UGBK|t&={===%&tSsM 1MMT1L1 U ʹ+K){ЉS{ShK|CtSlSd)ƉShS`C`Sd99@K2ʃK| @BK|)ȉ(ECS(KMԉ $謦D ;K|@KK|(pu)E䐍t&@K!փ47K|!mK|u{UM:UT9L9 U ʹ+K)sЉUSu؉s9)3U؉уMSKsz})}ԉẺ<$pŨ<$輆ǃ\]L[^_]T}tPHu{d-E܋UMC`:T: D9 ‹C)ꋋ-E;h- A;l-s&;TruM+d- ΃K)-;d-<>{CS9M{<9}{|9M ϋM}܋{|9+K }mܹ})sKsKz{tK|+C`9s9v@K!ƃ2@KK|!K|u9&$5ID$D$$GK|}K MKL} }M܋KL Mܹ+Kmܹ}){L>΃sKs,)ȉ-ES1KCH','tTsUM2UT1L1 U ʹ+K){S{K|‹Ct+}܁9?97@K<>΍ K|vkEEBABABABABABABAm}wE k…{mGF]GFMGF=GF-GFGFK|x}䋻@K!ƃ47K|!;EK|uutLU䋃@K!40K|!mK|u8$0&K|$B]$f+vCEE܉$D$襲$]}t a$fuMܹ)zƃ\L11Uԉ$豟tDt7<81t :΄0EЃ|$ /EEԉ$轀ǃ\밋@K]4K|U?XZXZXZXZXZXZXZw]kUFBFBFBFBFBwFBK| $rsx}M؋Mu<7t1 }|9K Mܹ+M܉}M;|sM;tr vM+xMMKM܃K);xCs+twʉ̘Ecuԉ4$~ǃ\+M3M܉σ}Ks#{뎸oǃИ̘t&UWVSL]KPS|ɉEU+U1K$M!DKUԉUE,G+#9ErG CP9r{L׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$订C|MċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$C$UȋMĉEEt ;MDLvE܉L$MUȉD$ ẺL$$NUȋME܉Uȉ|$ L$D$$UȉCLtE܉L$D$$E1TLXLS|CPƃRLU+U!9U&EtqsL11҉]܍1<>Ã9s7tЉ)>8~x~xv p ]܋sLCP뱐ɋ]C|E؀}U؋@@F!9ЉuEMMMԉNMăNM+T4Tt;V0CV =w'K|@K K|~}t&== =X}tTt&HuN,}̋EЉUĉMԉC`T D ‹F)ꋎx-E;,A 9, }t&;TuE}lj}}ԉ~}~}+,8-;,CV|9vK|St+}-9 9@K<8ȍ }ԉẺK|vpEԉ׉UЍ&PQPQPQPQPQPQPQwUЃЃEE̅}ԃM}ԃMGA}ԃMGA}ԃMGA}ԃMGAx}ԃMGAb}ԋUGBPt&)ȉEЉMԉFVNt&x}ȿ)-~EԋF}ЉEċM̍EЉ}}D D9+M ‹; EEȃ M9$} ;TuE}lj}}Љ~}~}+ `;CVƒUЉEn~E̋M8D8 T9 T9N MT9+N ЋUV+MENV=+E= E=] &~9~l[^_]Í&;HL1StDK|&Ћ~EЉEM8ED9L9 E ȹ+N+M%DEԋEFƒUЉVEĉF)EĉFVNBShK|}ԉSlSd{tShS`C`Sd)‹-9H9@@KMԃ}ỦEЉK|vo‹MԉߋE̐XZXZXZXZXZXZXZwEԉƒUUЉEԋ}ԅdŰM}O}̋UGB}8M̋}AG}!ŰMBA} }̋UGB}M̋}AG}ŰMBAK|EԅűuԐ@K!ЃK|!K|u؋u~}~F}ЉEċM̍EЉ}}D D9+M ꋎ; 9A9}t&;T?uE}lj}}Љ~}~}+ L;CV*E &uԍ&@K!K|!K|u؋uIЋ~EԉEM8ED9L9 E ȹ+N+M%TEFNFE}؉|$$D$@|l|$$Xx}ȹ)+)ȉ|-EV|1MԉFNƆJ1l[^_]Íx}),F0F,D$ FD$FD$$5VƆJl[^_]ÿEM)K|+{`-9s9uԐ@K!K|!K|u؋u~M9D9 T9 T9N MT9+N$+M ЋVMEȍDƒUЉVEĉFƆJl[^_]ø)ȉEĉFV"Nx})@K<8у}ԉẺK|voEԉ׉UPQPQPQPQPQPQPQwUЃEẼMԃ}Mԃ}AGMԃ}AGMԃ}AGMԃ}AGMԃ}AG|UԋMBAK|EMĹ)OE9M̹)RE<&'UWVSLE ]JJ@Eи;uS|C|!mC|uՋuԃ 9uStC|+K`9uԉU̐t&@K!σ<>C|!mC|u농vShFSlSdShS`C`C|SdVSt+N99 @K ǍMԉ}̉C|vtM̉׋Eԉuȉ֍t&PQPQPQPQPQPQPQwuȃ MM̍…Y}ԃMEGA5GA%GAGAGAGAt&uԉU̍t&@K!σ<>C|!mC|uՋu9@K ЃM̉}ԉC|vyMԉ׋Ẻuȉ֐t&PQPQPQPQPQPQPQwuȃEEԃM̃}L1[^_]Í&'UWVS\]u $uU‰D$$DKs1҉fƀJƀJJ9r拃FFF F$F(0D$JL$4$貑ƅDžDžDž@+D$C D$$Gym9~K1Dž4 9iJrJƆJJJFJ}FƆJƅF$ÍG)8~(.=#4 9OΉӉƅt&1ƋiJ1҉؉Dž^T$D$P$4)9bڋZH9F΃t$T$t{F=xzB ؉D$F$舴FF)مɉJƆJF,ƆJJJFN$L$D${~)u bƂbJt&ΉӉƅt&ËC1$viJsJt$$!C|$_iJCPPP P$P(0D$JD$ $t\[^_]Ðt&t$$tJMJZJu|~(G9++.9Lt&rӉƅuS FF)9)D$$L$;F F+FF$F FC FFtECJJD$Jt$$'CƆJJJDžcvrӉƅF$t1C t$$T$ZDžDžDžsb&UE UM#w$,&DLt_&Ízv DLtQɉM UZfDLuɉM UPDLuɉM U鸀ɉM UIɉM UYUS]Jt$0][]tUWVS]Tx@1HJf9q8΋t&8JBuP:Vr?P60RfPBЉrrt&`bK ;KK9,H``PP))9ƉJZt&99DfN~[WJB fv9H&N1;9 ;!ȍ JfNэBɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&@KJ I ;DK@K+@KT$$=fVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJDK;@KtO DK2fxHH;HB*뤍HKHK렍THPH5~PHfNJDK;@K DKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋HK=HKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $8 D1HqD$$8IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$=ǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$<EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$:9U@1UWƂp p_]ÐUWVSME Q|+u99@K47׍Q|vnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt@K!Q|!ڃQ|u؃[^_]U(]]uԘ4$Zt]u]Ít&4$EE;Eǃ\]u]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$(ytgKT$$L$wCD$$/$Dv;s]u}]ÍD$$Wtt];s]u}]ÍvL$D$H$@ x{$@ LySC"E$@ 1yE7$@ y땐US]t@{uE[]yut&S$T$.E[]Su&[]ÐUS]t@{uE[]ut&S$T$V.E[]t&[]ÐUS]t@{uE[]tt&S$T$-E[]t&[]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$vtgKT$$L$buCD$$B-$s;s]u}]ÍD$$qt];s]u}]ÍvL$D$H$@ y$@ vSC"E$@ vE7$@ v땐US]D$$SM L[]ÐU8]]uE }SC9ЉCvyK t9t 9B{tc$Zu t_SL$$T$sCD$$+$vr;s]u}]ÉD$$pt_;s]u}]Ðt&L$D$H$@ w$@ uSC*E$@ iuE=$@ Tu듐UEU 9PrPf+PU US]D$$CU UPUPUP []ÐUS] Fu ts$&Et0Xt+P€tu Vu'Bt,[]Ít&ԐVƃtكLu݃Buƃ[]ÐED$($rt&US] $)Q\$$gE E@ []sUh]]uuMu = t ]u]Ð D$2D$D$L*D$ PD$D$P4$mOu*$l*Pt$D$$Jf]u]Ét$$0f$0tt&UW1VS,E EE$t&4cD$l+4$rt81ۍvc4$D$qt uD$,4$qu-:u$4eEE@ E ,[^_]0r4$P$pe&'UWVS<`E U}D$ןE֟$$Dž<$П,|t&D$\$<$D{tp$踌Ƌ$謏ןtct֟uxD$$谌8*ПUD$4$T$LQtv<`[^_]Ðt&tD$D$($4֟tv$xuUD$t$$Et$$D$Plt&F$譎0ПDž.Dž/D$T$$UHE]]uu}}EE D$t$|$ D$TF$¸u1}u]u}]fFtE ôF|$ t$$D$D$]u}]Ð&U1]Ð&UE$] t$ t#;Ss$t$]ÍvF u1$t$]Ð;Swr; s䐍&؍; v봍UEU uM}]􋘼Uމׁ t%9}]u}]Í&;]v1މׁ t9Ѹ|~]1u}]Ít&9]v搐&UHE]] u}EEt}u(s 14$i=v$]u}]Ðt&E͐t& D$D$ t$‰D$EU܉$`uU4 D$$uUCuzt Bv}u|UT X E܉ȉ5 t9|9M܍}fUȉ5 t9|U9MvNv]E$Bwu vUE$T$D$Lu4$#vu1Eutt$$蚁U}tEU\$D$$YUEGEx&UEGEu&U} -]Ít&UVS] ${}uO1u5t& VDt$Du߃@u[^]Í&$D$D$.FD$x/D4$fut$D$/D$ D$D$<$_nG$7|$$ Gw-g&$1Vv:#1$Awd+-tDžtDžRd&$aGHЃ„҉t H΃G1Ƀ-D+-W $zЃF~F-DCMAfRG&ì|$$CK&ô|$$)K ǃǃì|$$Iô|$$IƃƃfBƃv$(cƃu(D$|$$<_SƃYGƃ;-GW ƃƃ ƃX&(D$$<$]<$D$fG2t&1ǃ`f4$t&$;sufP4$TNG$+-ǃ@vRWƃfIw4$4vD$:4$]t$$=$ $f|$$o&|$$W&D$/4$ƃ4,ǃhǃlƃ&G$R <$9MDVLGw$rq4$R`D$D$$FuiDž0FV$ q4ǃdǃd 3ǃ`(D$$<$Z<$D$s|$$C CHƃǃ8ǃ8pǃ8aǃ8RfGƃ$A5ƃ)D$(/4$^ǃ0$L։$ouvWǃ`ǃ`ƃƃǃǃy|$$hǃ@Yǃ@J-9ǃP*ƃäD$D$$rG$zF2oA|$$1- PPPGw$@np4$ W|$$y1t&DŽ =u&<$6zD$D$D$D$ D$t$D$<$K|$$D$D$8/4$ OW-D$EÐD$$AqdOUG tn7RtSCtD$T$fF$ Lu1Ӊ1ɉ$1뿉$ dZPD$H/4$5 u%ǃ0zodG$ DuaGuHCuƃMG .$ Dt~׃Pt&tQuǃ0ƃNƃLD$X/4$ u ƃD$h/4$k ƃOUWVSu Df)$Yt?4$|$D$qrt);-t.$JVD$D$4$Fru[^_]fCD$E$뾍t&UVSE ]8-t-uôD$D$$W[^]fuʃx-pD$/4$Z uƃ@D$D$/4$ tSD$D$/4${ ut$$+0t 0]E [^]Jt$$ D$0$JfFCƃ7Ux uu ]]}>-uED$t$<$wV$= S]u}]Ð%4$1TSt|<$u$ $/D$xSEX ǃ>@m[v~-FuZVuSƃ]u}]Í&I!<$ f%D$t$$fl$D$D]u}]Í&<$t$$/D$xRXE υTEEEEEED$D$4$tctc}tt@Et$$a]u}]Á@D$t$$?kft>@t u릈4$PsuƃD$D$D$ED$ D$\$D$4$DD@D$t$$jD$$XsfU1҉WVS }U1ҋG Et&u]11 t"uG @1 [^_]Í [^_]Ðv'UWVSut't\$$/IP%%$pD$D$(0$$0D$OG\$$_Ewdxq@yN4$>u $4Fļ[^_]Í҃T$4$r+t&D$4$X먍d~t$$>$${aE$^E\$$^D$p D$ d<$D$ED$GDžhXDžlDžpDžtDžxDž|d &d \$$&^\$<$tމ<$ޙE$ZdG$c$= D$\$<${gD$D$l<$g<$D$|$$?gD$ D$D$$x$諛uD$D$l$og`$ҝ$ʜHfljƉ$4$RÍE$Y$RÉ<$識ᐍv'UWVS\uH<$c\D$D$D$D$D$ D$|$$@0@&<$Yu t&$buD$ D$\0$tUD$$D$eE$]E$LLISMVRE$D$D$0D$ D$D$ OI$K$T$D$ 4$D$<&C$D$4$!REJVt R5$gi"$7E $D$8<҃vUH uEu]U}88E D$<$D$YU ED$<$T$D$T$ D$tQtM؋u]}]ÍvU 1ۉ$苏؋u]}]Ít&U $gtdž81뤍U0ۋE T$$脘uvUE T$$fddž80St&dž8=&<$]9tjEU |$D$$>XE 1ۉ$ьU E4$T$D$T$UD$ E T$D$EU |$D$$^fUS] }D‰$] E[]=5'U]ÍUE U$D$ET$ U$T$uEDhE 4v'UEUD$E T$ U$T$juEDhE 4v'U8]]u}{Hw,CH$s$ t$D$$4]u}]Ít&$yE]u}](4$}\$$4볋[ $\$$3떋[ $@\$$3v$cE녋s$wMt$\$$3?$p*\$$~3 $z \$$_3$vD$$3]u}]Ë$D$3$\$$D$g3$D׋s$hs$Ys$܁J$l럋CD$CD$ D$$D$2$$D$2 s ${s$|$ t$D$$2s$s$}$}T$$D$\2$8}{E$,|ws${H$8{\$z$lzG$z+EJ$$xD$g1 $TyEs$xt$ \$$D$1$x{s$ws$@ws$vt$tvs$uY$Dum$tas$t2$sF$0s:$r.$q$D$0$|q?s$ps$p$hoD$$0E{s$ os$hnz{s$ns$mYs$TmJs$l;$l$ ls$ks$k$Pk$D$/$js$it$T$ $D$/s$hs$lhD$$$D$R/$q$.$lhV\$$.Lt&U0t&U= u Í&+4F =[~$8u4F Í&'U$UT$$_.$$1ɃÍvU$4-$lU$T$D$;.$,_$1Ƀ US] $4-Tm`D‰$U$T$D$-$,$'1[]Ít&'UEEU~ t& 1L1Luv/PDu"& u ҉u]Í&'UWVS }]UUt&4 9rtR EM䐋]=t+ME= 4EB3MuEu[^_]Í& uߍv'U1VS5 V ~ [^]Ív$7ã ti$7 tdf҉ցƀE։u1ҋ u1[^]É5 f5 $4 DUS    ut$L4t$@4[]Í&'U4$u|$} 94$|$]ÍvU$1UW_]Ít&'UE D$ET$$5É'U]]uu $Ðt$Ɛu u]]]fUWVS,u ]} 9v^1҅Et#t&39sMM)ЋUD$ T$ $a4,[^_]Ðs^1҅Et#t&39s EE)ыUL$T$$4,[^_]Ðu *ft#9t3u,[^_]f,[^_]Ív'UWVShE U]  ]uӍt&uu4$U Eu  U]u] uUtStOMuDvM=t#E3= <EB343uȋUmu] uDt&EUU}1h[^_]Ë] UWVS} E U]t Bʋ  ʃtW5 u%4 uBً Lt%] uDuۋT [^_]f[^_]fDovUWVS ]EE UEtC= t&M=t$+E =4B΋uǃ[^_] UWVSU 2u[^_]ÍvE@T$$DžXl8 $>Dž8Dž<DžHDž Xʋ 40ʉы)ϋ+B‹084 $f4$EQ8ʋ89rqf8)׋+= 0Bщ4$8M4 $8t9s84<$D$4uL$4$4$$w8 $i1[^_]ÍX48D$E$4$' $4$1[^_]Ít&UWVSu$t$9X\$|$$sXt$D$$=XD$$XD$\$$t$<$iXD$8\$$44|$<$D$\$|$<$\$4$E[^_]Ív'Uuu ]]}u tFtRt$$Ɛt$$ubǃ]u}]Ðt&ut$Ɛ$Ðt$$]u}]Ðt&$H]u}]ÍvT$8 $D$t$\$<$~|$4$BXt$$L$vXD$$XD$D$$"|$D$$ D$\$<$X|$D$4$D$t$4$t$T$$$D$2]u}]Ðt&U8]] u4$\$D$h\$$PEt$$]u]Í&UH]]u1}u]u}]Ít&X\$Ð<$$|$\$t]}u]UVSE ]DžhlhD$$\$$\$$uĠ[^]ÐU1U tB]Ív'UWVS} ]7uK|$$f\$$\\$$P|$\$$uӃ1[^_]ÐGt[^_]Í'U]]u}DžDž%X8\$<$\$|$4$uD$t$4$?XteD$<$u|$4$t$\$4$ Xt_\tV4$^<$V]1u}]Í&ǃ4$.<$&]u}]Ít&t$<$d81t <9E t<\$Ð|$$}땍vÐ$D$]u}]U1U tB]Ív'U4$u|$}  94$|$] U1UW_]Ít&'UE D$ET$$W'É'UEU P]ÍU1MSt(Ћ X &u9u1[]ÍU1S]M 9vȃD[]Í&UUVS] 2 F9wf 9s29v 3tV1ɍv  439st0^t&9s 0u[^]UW} VS]t^1&+)vf1 9sօt"4uDt&ƃtt[^_]ft\$4$ D$T$ \$<$ tʍlT$$!%tDQD+D$ $L$D$D$D$$D D$ $ 4$p<$$Ue3u2[^_]ÐE D$ 4$D$T$ghy'U(ED$D$ED$ E D$E$U(ED$$D$E D$ ED$Q UU t!1zu<u9v]Ít&1]Ít&UWVSEM]}T$1ۉd`,Et$$t <$ËE d`D$D$ E L$M $D$t\$<$$JET$\$c] CHߍpD$EX$^X<$1\$Gp\t'tu= $,1$,Ћ,19 ,̓9,DUe3u <[^_]Ut&UWVSLEeU1ҍ,;,v,~/$, ,1  9u,,D$(,$t$\$D$ :,,~C1&(,$, ,  79,,̋9,%Ue3u L[^_]Ut&UWVS<] }{tcG,EMtLO$1 &O$C΋ST$O L$Ct$D$ C D$C$F9uwƒ<[^_]fG8EUWVSLEMU}EEM܉Uȉ EӋE 9F…EظEE1҉E؉u؉ƒE=GEԅɉEU؉1EUoM9M9E܋M9M!kML@M)}KXtsMD$@L$Ol@[^_]É\$\$$@ sl@[^_]ÉÉ<$=$UWVS EU PMe]1ۉ8E8o8D$D$8<$<$8D$Џ$臱 T98H?D$ $<$PT$<$DDžDž|DžDž DžDž f$XD$t$<$9!> $p8:p8PD$߉\$$D$ J.PD$|$4$+8D$̏)؉D$$@$9@t$ $wDžDžDžDžDžDžDž8Dž8Dž8ƅ8Džx8Dž|888@D$\$<$(Q888u3PDžDžDžn$葼ƅ8T$$]i <$v6L$<$d7D$ D$D$<$A<$<4ÃփD$ D$T$<$zA<$b=<$N=<$:=Dž8Dž8<$=88 88 uփ\$8D$t$D$<$D$ D$K8;T$$sXh<$8\$$-;h1ۍ$T؋Me3 7 Ĭ [^_]ÉCs$ 9w'v8 $1ƅ8fރ$i )4$=uƅ8u8ƅ8,3=8t 98d8t 98NPD$|$$$ lj$3D$<$48|8؉|8 x888g<$=x8|888Bf;8&<$6v$"tEP;8ƅ82@1Ƀ.$f_;8wƅ8t&.u݃{_t&ƅ8o8t 81ۅt"8$oD$M81ۅu@$&98wԋ8Džh8Džp8Džt888w11Dž8f88|$8$T$Q ;8t+88)T$D$$;8N88898~:Pd88L$D$$f8|8x8t8T$ p8D$L$$V'8ÀLuB9h8t:|8x8t8$0T$p8D$ L$T$yh881ҍd8=N8118<&8D$D$Ж$PX0,;8883);8E88i0,888s8S8K8SPSKV$0,;8n8$V88p8t8R11ۀPu8;8}㋕88|$D$$.1$t&4$,898~j84t耽8tʀPt4$PD$ D$T$4$Qt&D$4$@1uvP8Ltqo8 8N $($PDžDžDž1$ 1$끋8$T$IPD$D$$Gu;$H/É<$*@<$`$H$D$$zUtD$$趗tD$ $D$T$>F|D$ t$$F1҅>9QD$ $D$T$E$/ t&|9~<uƉ$GƉ$#É<$,+É<$=$Ɖ$YGUWVS}Gt$Gt$Gt&11vt$R 9ww1&\7Dt$p'$du݋G<$U}[^_]sÉ<$i$US$]M CCC CCCC(C,C0C$X@@D9utC<$[]ÍPC<$CC $[]ÉE$E$^fU1(]]}uƃǃǃǃǃ } tǃ]u}]Í&D$4$1:O]u}]ÉÉ4$M@$t&U]E] U}uEe=}1UUԉT$UD$$P UEt!Ue3E]u}]Ð3(u‹r ENwR\$]$Ut$$i9Et$d?v&ED$D$$-U|$$T$;EEu$<Eu$UB($}G,G(G0$yEG09Es=vEL${}Eu-E0iE } Ɖ$}>4$UB0r$D$}i O07 9r1E9$X> E> 0$U>  E2EU;P(rJUWVSl@ED$Ŀ$D$Džt&\$$@ 4$&$ 4r4$"D$\$4$ tD$ D$D$$訧"$ d\$$$1t$D$E$E LD$D$D$ED$ D$D$4$]7Ei 8E9 uH$PD$D$|$D$D$$&\$\$$TD$$@ 벉4$$l@[^_]ÉÉ4$$$E'UWVSlEUDž7E 7eU1҅I*7D$$D$tt$ D$\$$D$\$4$)>)D$wD$̏$<$蟖t$<$DžW7DžWDžWDžWDžWDžWD$t$<$t:4$81uك9D$t$$t7<$W$Z7D$$T$$4UD$7T$$%1$!D$4$ 774$T$D$4$8A$;0t&7$@ D$$!Ue3l[^_]É<$ۍD$4$"774$T$D$V4$뗋73‰lj4$$\!4$ É<$a$lj4$-ǐv'UWVSLEl} _$^ED$D$Tl$V ; _9+ _D$ $D$dDžl$芓ldL$$“4_1DžD1DžHDžLDžPDžTDžXDž_$_t&4_dD$L$$訕+$h{M _$L$:=_4_D$$uF_t_$PyCs$; _wf4_D$ԏ $_1<$D$_D$W_k___G;Gi _4_ƀ D$T$$(v_D$ $G_0_%u 4 _ƂRD$ D$D$$P4_ $ $__9Dž_Dž__$Ot+_$__0__9sK__O__9l___`4_D$p$_$#É^t_ƅ__$oT$a_lEEEn $0O0G8YDž_f__9O05i_ Ћ_t}_D$$]KM D$_D$D$D$D$ ED$$C._E9  _9G(D_t  +G8"Dž^Dž^$G0G8$\O0_G4ɉ_thW(Dž__1҉__1_9t  _9_vuG8_ ;_r1Ҹw8G$tG$_$M^ $G4D$ G,D$G(D$E$5G4t$Z^ƅ_t^$E狕_D$_E D$ D$D$D$D$ T$L$$`.u}tbD$$@ _ D$_T$$__Ƃ  \ȃ__$@ T$Y}$ vlEEE1$$G$$m_GDž^Dž^Dž^赌O(ɉ_^^+^^Dž_Dž__ _t&W4_<u#_<ut&<tP_i 1Ҁ Dž_G$9t)_D$D$$G$ _D$u ;_G_D$__U <$L$ D$T$_9_G(M__;__Dž_Dž___ _^t&__9G(G4_<ui __^; _ rw9_v____L$G$G D$$8_1ҋ__)  JfW$ $T$_T$P _?f1Dž_,^^\$t$ $L$ M _Lu<9^t4^^\$ t$D$T$$<Ŕ_^_^^0t#11t$b 9w0wG4t$^t^$M L^ƅ_zE Nj$(莳$ƅ_JlD$$-TAË_${d$豄$U$fMÉ $GƋ_É$1봍vUEU ]uEeU1ҍt$}D$n.tD$$D$,uZ1ۀt/t$-؋Ue3{]u}]f$@ D$j1뷍tD$$9tnt$bD$4$4$D$ T$D$É4$.t&tD$ D$D$$2*u܍tD$t$$*G3(Ӄ!D$4$4$D$ T$D$É4$eÉ4$ut$g+$É4$ڐUS]t@{uE[]Yt&iS $T$蕈E[]2[]ÐUhEEEEE E̍E$ՐÐU8]]uE }SC9ЉCv|K t9t 9B{tki $9tgiK T$$L$iC D$$豇$S;s]u}]Ðt&i D$$ht^;s]u}]Ít&L$D$H$@ $@ \SC"E$@ AE6$@ ,딐UEU 9PrPf+PU U1҉MSǁÁ=MÃuٸt&=u[]Ð&UWVS uU$1$9U1ɍ&E ti)ȅ~aU1MD$T$$F4$kl`[^_]Ít&1É4$k$~fUWVS< u8P PƆP$D$T$$1 11DžDž3Dà 1t<*t?u$u $u uċƆPND$D$(<$D$<$$S$D$D$<$<$D$($2|$$$D$$D$D$($rt&< [^_]Ðt&D$ PD$$¸< [^_]à 4$?륋DŽ$덉$D$ 1$„ҍt&U(]]u}$1u]u}]Ð 14$ud4$ Njtt.)Pǃ 0t$$D$訵]u}]f($t,xt&D$D$(4$.rGt.bGWD$4$D$D$(4$z*t&UWVS}xft$yg$-y䍇P$ P}[^_]ÍP$ P<${$ϸ損&'U(]]u}} P4$,P$E ƃƃPǃEǃ ǃǃ ߈EǃPǃpǃP1ǃP]u}]ÉÉ4$苿$߷fU8 uu ]]}>p tD D$D$ D$|$$5Ft]u}]Ð>thPt |$$5PtP$T$y D$\$<$\$$T!$@ Ӷ]u}]ÍUWVS\@]u 1t$$T$g>, EtED$$DžpD$D$ D$t$$&CtL<҃}& K D$p$nCu( ɉпuп$Կ $D$D$qпD$t$$Wп$IԿ $ȿ5ȿD=wпԿD$($ST$D$ g 0$D$D$$贮ȿ+t& п$ƅǿ1$ 耰Կ$`Կп$ȿD$L$ȿOT$$`t$D$$` ( }҃&D$D$<$zAпȿt$D$ $V`ȿ ƅǿt 1uPǿtJ1҄t ǃ $D$D$(zȿ, p҃пȿD$D$ D$L$$S?ȿtyn ̿1Ƀ̿Pt ̿t ̿1ɀ̿&пȿ$@ D$PD$ʳD$ $@ &ȿпD$ $5ԿпD$D$$ɉI11ɿԿÉ $o$Wv'UWVSu:U D$D$ T$ D$E$e;]t&<[^_]Í4$F<[^_]Ð`; t&_4$JU8]]uE }SC9ЉCv{K t9t 9B{tk$tgKT$$L$袪CD$$b$$;s]u}]ÍD$$7t];s]u}]ÍvL$D$H$@ X$@ ,SC"E$@ E7$@ 땐US]D$$SM L[]ÐUVSEXu#t&st$Q$iu[^]fU(uu ]]}}t$CC3CC tCƃ]u}]Ít&$CА&'U1Ut4E 0H]Ít&UWVS<}‰E$PD$ É֋D$T$$_ +E+Eu9G‹EEtKD$EG$D$E~TuYUU܋EU U\$t$D$ $PE܃<[^_]Eэ&EE܃D$G D$G$x놋UNjD$ \$t$$P<$0t&UWVSL]u )=J1; v L[^_]Ít&D$S4$T$4$:D$4$E臀4$EMЍ|Uĉ E| )Ѕu؉Ɛ9FljD$SEЉT$U؉$舂E)Džǃǃ $y롐ƃ1L[^_]Í& C)׍T$|$$ǃ $&u؉4$9Ef1&US$]$Ct$K$]$[]vE$vE$$&U(]]us4$Ftǃǃǃǃ ƃ$CD$D$$h]u]ÁE$=4$euE$膧v'UX}}E U]uEUtx9(u]u}]Í(L$ L$ԷT$ D$D$L$D$GL$$BvLJLJLJ LJ$LJ(LJ,]}u}]t&$RƇ840U܉$PÉ֋UMD$ T$L$ $P$Jt 9t/U܋\$t$D$ $P]u}]Í&D$@$M+M؅u $PLHƇU܉D$ \$t$$PM܉NjD$ \$t$ $P<$"U(]]u1U }MEtbun;4׉w:r;0s0;,w($D$T$640ƃ8]u}]Ðu+04ƃ8]u}]Ít&ƃ8uT$L$D$ $=$ƃ804]u}]Ð;(D&'Uh}}ĉ]uD$<$^xE|$$1ۄts<$y<$yÉ։<$yED$E$VUMT$<$D$jzM)ػ(,<$؋u]}]ÉÉ<$$ U1WVSL]t71(,;4r,v"u618:L[^_]f;0w։$utʋ,4(0}9uw9}E}؋u؋}ƉuЋ׉}1}}ĉuuu}}9}wTsJu} +Et$<$D$EU؋M܉004ƃ8!vM9Mv8uMu L$t$$W}04L[^_]Ít&D$ 04T$L$Ẻ$_ED$ D$T$$6ƃ8[fƃ1XUT$$躟uÉD$D$L$@  D$$@ 謟Ív'USD$ ED$D$$CtbdD$D$D$ dD$D$d$=\$$@ 葡$@ D$$@ E[]Ðt&U$TjɅDfU¸t FUSE ]  ǃ0ƃD$$GƃǃtfD$@$@ 負D$$@ >ǃǃǃ[]fnct&D$$uD$$蜜bD$$ޚDD$$`&I&UVS$ 0 Bң0 t:vc$H%D$ ÉƉ$u$ 蕚[^]$HD$ É$B0 , w$ R5, [^]ÉƉ$4$ѝfUVS]t1 D93w[^]ÐfUWVS]4$ugt4$訙1uC04$诛} ÌÐO4$_[^_]ÍUWVS<]}0E4$$|$$tXE$U4$#uċEԉ$ƃ$`Eԉ$Ř뗍&<[^_]Ð&UE$O1Ðv'U(]]u}+u ]u}]Íƃ4$_4$%$Ǜ4$/tt&uu]u}]֗v'US]t4B;t0M L ML[]Ív$P$BfUWVS,u4$Ɔ<$S <$$E$Út$1ۍvD$D$͓9wፆ0$跗$c4$蛗E$P},[^_]遗t&US]tB$ 袘;, t6;, t$$E []Qt&[]f0 t0 u$$ϓ룐UD$$ bD$B D$ $`ÐU鰖UWVSZy:Ñ)t$1ED$E D$E$9rރ[^_]ÍU]Ë$ÐUS> t> fЋu[]ÐUS[9lY[Maximum allowed array size (%u) is exceededF 8RAR_EXITsfx*?/yyyymmddhhmmss.rarYMDHISWAENexe00?*<>|"?*/etc/rar/usr/lib/usr/local/lib/usr/local/etc%04u%02u%u%03u%05u?*<>|"?*HOME8t( P4FileHF   Creating %-56s%.*ls(%u)%lsCMT ``Pp07ArchiveF  ( ;%upPPx''$$B)(:9v8:::mnmmmm$opooohor/dev/urandom__rar_%u-%02u-%02u %02u:%02u:%02u,%09u%u-%02u-%02u %02u:%02u????-??-?? ??:??Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s xŨ٩Ыh05hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s ------ Printing %s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? RAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%sSFXvolume %dencrypted headers%.10ls %uEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->:AAAAA% %4%P%d%888..hwx~x[x8xxwwwww @   (08@P`p @   0@`  0@`   (08@P`p@` [:<S>] Set priority (0-default,1-min..15-max) and sleep time in ms Usage: unrar <command> -<switch 1> -<switch N> <archive> <files...> <@listfiles...> <path_to_extract\> <Commands> e Extract files without archived paths l[t[a],b] List archive contents [technical[all], bare] p Print file to stdout t Test archive files v[t[a],b] Verbosely list archive contents [technical[all],bare] x Extract files with full path <Switches> - Stop switches scanning @[+] Disable [enable] file lists ad Append archive name to destination path ag[format] Generate archive name using the current date ai Ignore file attributes ap<path> Set path inside archive c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case dh Open shared files ep Exclude paths from names ep3 Expand paths to full including the drive letter f Freshen files id[c,d,p,q] Disable messages ierr Send all messages to stderr inul Disable all messages kb Keep broken extracted files n<file> Additionally filter included files n@ Read additional filter masks from stdin n@<list> Read additional filter masks from list file o[+|-] Set the overwrite mode ol[a] Process symbolic links as the link [absolute paths] or Rename files automatically ow Save or restore file owner and group p[password] Set password p- Do not query password r Recurse subdirectories sc<chr>[obj] Specify the character set sl<size> Process files with size less than specified sm<size> Process files with size more than specified ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format tn<time> Process files newer than <time> to<time> Process files older than <time> ts[m|c|a] Save or restore file time (modification, creation, access) u Update files v List all volumes ver[n] File version control vp Pause before each volume x<file> Exclude specified file x@ Read file names to exclude from stdin x@<list> Exclude files listed in specified list file y Assume Yes on all queries66@7257(662X542425H4`656433p3033H42282/5/5/5/5/5/5/5/52/5/5/5/5/578:33333333333333333333333333333333333333333333:3333333333333333333::33333333::3:h:3339;;W7W7m;W7a;W7W7W7W72U;3;W7W7';W7W7201t2L334\566789::;<d==???@,PA4B,CCpD EEpF$GGXH\II`JK3K`L0MNO\5OPlQDRRXS7STUVWYYZ[0\\P]]^t_h`RAR_Yes_No_All_nEver_Rename_Quit_Yes_No_All_nEver_Quit Overwrite %s ? Would you like to replace the existing file %s %6s bytes, modified on %s with a new one %6s bytes, modified on %s Enter new name: %3d%% %-20s - checksum error Checksum error in the encrypted file %s. Corrupt file or wrong password. %-20s : packed data checksum error in volume %s The specified password is incorrect.Not enough memory Cannot open %s Cannot create %sCannot close the file %sSeek error in the file %sRead error in the file %sWrite error in the file %s Cannot delete %s Cannot rename %s to %s WARNING: Cannot change attributes of %s Cannot copy %s to %s. You need to unpack the entire archive to create file reference entries. Cannot create directory %s Cannot create symbolic link %s Cannot create hard link %s You may need to run RAR as administratorCorrupt archive - use 'Repair' command Corrupt header is found Main archive header is corrupt %s - the file header is corrupt ERROR: Corrupt data header found, ignored WARNING: Unknown data header format, ignored ERROR: Corrupt %s data block Recovery record is corrupt. Unknown method in %s Unknown encryption method in %s Renaming %s to %s You may need a newer version of RAR. ERROR: %s and %s belong to different sets Nothing to reconstruct Reconstructing... Reconstruction impossible Unexpected end of archive ERROR: Bad archive %s The archive comment is corrupt ERROR: Invalid file name %s Unsupported archive format. Please update RAR to a newer version. No files to extract Cannot find volume %s WARNING: You need to start extraction from a previous volume to unpack %s Unknown extra field in %s. Corrupt %s extra field in %s. %s switch is not supported for RAR %d.x archive format. %ls%ls%ls ERROR: Path too long Cannot read contents of %s ERROR: %s group and owner data are corrupt WARNING: Cannot get owner %s ID WARNING: Cannot get group %s ID WARNING: Cannot set %s owner and group WARNING: Cannot read symbolic link %s WARNING: Symbolic link %s already exists %s WARNING: Attempting to correct the invalid file name Creating %s Calculating checksums of all volumes. %d recovery volumes found %d volumes missing WARNING: FAT32 file system does not support 4 GB or larger files Testing the recovery record%s Insert disk with %s_Continue_Quit_Retry_Abort ERROR: Not enough disk space for %s.JanFebMarAprMayJunJulAugSepOctNovDec$b$b\bbaaaaaauafaWaHa6a'aa```````~`o`c`W`H`<`-`` ``\\\\\\\\\\\\\__\\_\}_t_h_Y_M_\\\\\\\9___^^\\\\\\\\\\\^q^f^\W^H^9^\.^^\]\\\\\\\\\\\\]]]b]Q]1]]\\\bCb\\\a\\\\\\\\\\\\\\\\_(8HXhx0123456789abcdef8/%EhDHg OU%L Y(eV1e4sTSJMy^;Oo!+t 1B% ^-KGþi#Pm*.rev.bad100%%*.*RCRar!RevRVQO pthread_cond_wait error %d pthread_create failed, code %d Thread pool initialization failed.;P4p Tx 4<dp0PpHlP($X x@<l0P8Xx`  0 X !0!@!!!!80"\p"#$$%@&p 'P'(( (8 p)t ) ) * 0* @*!`*X%>%p?%@%@4&@`&B&B&0C&D'E8'pE\'E'F'F'G'PG$(GX(@H(H(H( I)pJH)Jp)L)L)@L)pL*L$*LD*Ld*N*N*N*O+ P8+pPh+P+Q+0R+PS0,S\,pU,U,U,PV,V -W\-W|-W-X-0X-X . Y4.Y\.Z.pZ /_.`.0`@/a/`b/b0c@0c|0c0 d0`d0d(1eX1e|1i 2@jT2p2q2v 3Pw<3wl3w1x1Px1x1x3`y3y3y4zd4{4|4P|4|45}T55 5@5(6\6p666p507P`7 7p7и78<8Pl888P9090X9p99909P:`0:pP:p:::: ;D;0d;;0;;p<@<t<0<<<(=PX===>P0>Pl>>>>`?4?T?0t?P??? @H@ x@@@`A,APhAAAA B@B `BPBB$CLCpC0CPCCCD0D@PDpDDDE0EPEpE`EEEF LFxFFFFGTGtGG0GGH0 HP@H`HH`HHH0,I\II0I J@ I PJ tJ JP J J Kp ,K XK@ Kp K K L (L@ XL |L L L`MHMhMPMMMM@NpnNoRoSpc0pqpwp~p^`a Taa@afl0LlllPmmoXo opDq xq`q0qr4rpprr rНs4sTstsss0s(t`t0tt ,upuuu0v0`v@`uuvv vPv wLwww0wx(x Hxxxx x0xpyAB g F A G A  AB GOA 8qAB IFHt AA _ A, BAG I AAA H $0 !GAB _ F Z ,XH!4AB Iq AAA H X"AB A H"*AB f X"(AB d  h"0AB GdA  t"AB M ,t"AB A ,Ld"AB L AAA C |#AB M #7AB s 0l$& AB IK^ AA ,p$AB ILg AH , $NAB Ju A E DA P%'AB c 4pP&NAB GS A J X A G DA 8h&AB IVy AD d AC 0$>& AB @ AAA A ('AB Ln AA A ,D|'AB L5 AAA A t(AB J (AD A ((AB \ AA A $P)aAB [| A A 8)& AB LF AH P AA D<*AB D $d<*/AB _ F F D*AB D D*AB D $D*aAB Z} A A $*sAB [N A A $*`AB [{ A A ,D+AB ZIIP AA $t|+YAB [t A A 40NAB GS A J X A G DA  1-AB i 0\+2' AB U> AAA A T(0EAB O AAA C W AAA F S AAA B ]AAA 81AB R AAA A IAAA ,2>AB Gc A B LA 82mAB IIFo AE W A8(2mAB IIFl AH [ Ad2AB N $2|AD KF A A T34AB WXA p3-AB i F-AB i ,`3d' AB Hv AA E @04AB GOA 0,4F' AB I AAA A XF3AB o $xF$AB R C G $F7AB IFc A06<' AB IFF AG 07' AB Oc[ AG < @>:( AB ^K AC  AA @`>6M( AB IO AAA B  AAA H ,CfAB G[ A B |A ,$ D]AB Go A F D A C TAB GrA (`GrAB IFH AE T3AB o G7AB o 0Gx( AB LA AAA E 4 K ( AB LIbf AG ,XO AB L~ AAA H 4HXe ( AB DJ AAA B 0d( AB L AAA G (D \{AB IES AC <p {AB CH^ AAA A L AAA A ( 0|AB ILj AE 8 |rAB CHZ AAA E ~AAA ,!x}AB lO AAA G 0H!~AB S3 AAA D $|!JAB DGyAA (!QAB HD~AAA ,!/AB LV AAA H "AG y G ,$"\AB IAAA T"܃#AB _ 8t"ZAB E AAA F FAAA 8"bAD Mw AAA D NAAA ("DAB KAAA $#4AB HfAA $@#Є4AB HfAA h# AB D #؄ AB D ,#ȄAB K| AAA C #8AB O #8 AB D $(AB A 8$ AB D $X$.AB M H U ,$AB E% AAA H ($fAB G^zAAA ($AB IAAA  %LAB G@A ,%'AB c  L%ĈDAB D{A (p%AB IAAA (%tAB XsAAA ,%AB ^m AAA A ,%XYAB U9AAA 0(&;AB GJ AAA A \&AB MEA ,&AB R AAA A ,&@AB O AAA A ,&AB R AAA A ,'7AB Lr AAA D 0%) AB H AAA A 0$&L) AB Ij AAA A <'AB I@ AAA A u AAA H ,'xAB OLR AG 8(AB IG AAA B AAA  T(ܠHAD D}A ,x(AB O AAA A $(7AB LeAA ((_AB CKKAA (DCAB  )tBAB ~ <)$AB ` \)AD X  |)-AD J\A ()[AD W} A$)7AB IFc A8) AB DC AAA C NAAA ,0*@AD Gd A A LA ,`*rAB IFLw AB 0*bAB IFg AF ` A$*,PAD Ks A D $*T8AG O A ] 8+lAB I AAA B NAAA $P+GAB IFs A<x+AB IFNa AF l AC +!AB ] ,+ȥ/AD I1 AAA F ,ȧAB D (,AB T $H,&AB T A M Lp,AB DCc AAA H S AAA B  AAA E H,0AB LFF AH  AG P AG $ -AB HAA  4-,qAB GeA X-,AB h x-AG S -7AB s - AG W -AB D -AB Z .MAB ~ 8.eAB a @X.8AB Sb AG w AH O A(.AD H AA A .خ.AB j ,.AD K AAA B /AB O 8/ AB D $X/SAD Rz A00.0) AB I6 AAA A /AB  ,.ܱ[) AB HW AA E ,0\AB IFF@ AG (40̲AB IO A<`0AB I AAA A ` AAA B 0AB A 0#AB _ 0AB T 81AB SOH AB F A<1tAB T \1tAB T |1tAB T (1t]AB KIE A1+AB g 1bAB ^ 2AB L (2@AB | H2(.AB j $h28AB UAA $2fAB L{ A E (2AB KWv AD ,2AB XP AAA B ,3AB L| AAA B 8D3gAB T AAA G cAAA  3AB GA 43|VAB GS A J [ A L DA (24_v) AB Gs A E ,2h) AB IIo AA 84HAAB q A \4t)AB e |4)AB e ,4aAB a D P H ` 4Կ;AB w $4iAB t I d (5<AB IFV AA $@52AB IFZ A h5(AB G\A 5AB K 5AB N 5-AB i  51AB GaA ,6_AB GR A C }A  @6?AB GoA 0d6WAD IGN AD m A,6(9AD GJ A A _A  68?AB GoA  6TbAB WFA 73AB o 074AB l  P78AB JeA  t7@AB JmA  74AB JaA  7@AB JmA 7"AB ^  8 -AB G]A  $8,@AB JmA H8H"AB ^  h8X@AB JmA 8t"AB ^  8-AB G]A 8AB J $8AB P E A ,9,AB GJ A C RA $H9}AD Gf A E Tp9@7AB Hy AA B Z KA B p AA F f AA H \AA 09(`AB Sk AF R A$9TLAB HaZA $$:|QAG MyAA <L:AB L AAA A I AAA A <:AB H~ AA E u AA A VAA ,:ttAB [  AAA A ,:oAB [d AAA A 0,;AB ` AAA A (`;AG SAAA ,;AB Pf AAA A ,;$AG J  AAA A ;$AB GXA ,<UAB GU A H kA $@<"AB W F A h<AB W $<GAB Pk A </AB GcA ,<AB S AAA D =8AB t ,$= AD IB AAA E ,T=AD IF AAA A ,= AB IAAA ,=|AB rcAAA =MAB I (>AD L{AAA (0>AB HAA ,\>t AD NAAA ,>T&AB CDAAA ,>T\AB DCNAAA (>AB CC AA D ,?hgAD JCQAAA (H?JAB IzAAA t? AB D 0?"AB Ga^ AAA D ,?AB FDAAA ,?HzAB V G H H I ((@AG IGq AF T@#AB _ ,t@ VAB G A F DA ,@<AB IFFA AF 8@,AB IFF\ AC r AE ,AAB gj AAA A $@A`AD I B D ,hAXlAB WFF AA (AAB CJs AA C DA<AB Ed AAA A  AAA H IAAA , BAB Og^ AH <AD Hh AA A CAA ,lSAB IM AH ,SAB G A F A (S$AB I AA K ,SȘAG O AAA A ,(TcAB ^` AAA D LXT AB I AAA E  AAA A u AAA A (THAAB IqAAA ,Tl+AB L AAA A 0UlAB KE AA K aAA ,8Uȯ#AB L AAA G LhUȶ5AB LM AAA A  AAA F B AAA K <U AB IQ AAA H  AAA C 8U%6AB IV AG k AD 44V&VAB GS A J [ A L DA 4lV'VAB GS A J [ A L DA 4V,'VAB GS A J [ A L DA ,UD* AB H AA E 0U+ AB Io AAA E H@WAB L AAA F J AAA A  AAA A 8W&6AB IV AG k AD W',AB G`A @V$+ AG Lk AAA F  AAA E LV8+ AB I AAA H [ AAA B Z AAA C @0WP+ AB I; AAA F  AAA C <X AB M AAA A  AAA E 8Y&.AB IV AA i AF $@Y'$AB R C G ,hY8AB I AAA B Yh'BAB GvA (YAB Hd AA G ,Yx~AB I{ AAA F \ZAB I AAA H  AAA A F AAA A  AAA A 8xZ(AB L AAA D AAA ,ZAB L AAA F DZ AB n G Y G S E S E J F J 0,[$&AB GP A E m A B `[&:AB GjA 4[&AB LLZ AB v AA ,[T'AB CQ AAA E ,['AB W AAA F 8\)AB MGGF AC z AX\)AD A 4x\)AB LRW AG e AB 8\P*AB [q AH B AE ,\*AB LSg AF ],AB O <],AB O \], AB E 0|]t,AB HS AA H \EA ,],AB LFHf AD ,]0>AB If AAA C 4^>AB Km AA C  AA E XH^x?MAB LFLL AB  AH O AH  AA 8^lBeAD N{ AAA G IAAA 0]Buo+ AB L AAA G 0]EG+ AB L" AAA A H_K2AB GfA  l_GAB GA 0@^`H+ AB IIg AA _K3AB o 0_HAB GJ A C W A H ,^XI+ AB Ly AA A 0^I+ AB I AAA A |`$K$AB ` `4K$AB `  `DK(AB G\A $`PK1AB DDcAA (ahKvAB WXFx A84aKAB IFIA AC ] ApaL"AB ^ 0aLfAB LFW AC t A$aLLAB QmAA  aLKAB PvA bL AB D ,0bLAB O AAA D <`b0O.AB OK^ AD Z AE b Q3AG LYA bAB IFf AT|eYAB Ig AAA B [ AAA B j AAA C JAAA ,eZ:AB K! AAA A <f[AB I AAA G J AAA C (DfL\qAB N\AAA Hpf\AG NK AAA D  AAA A TAAA (f^AB LAAA Tf_ AB LFI[ AF y AF S AD 1 A$@gpaYAB LI A8hgaAB LEIM AE N A(ga_AB FMFAA g bAD P 8g bsAB IO AAA B OAAA D,hdbAB Ld AH j AE n AthcAD P $hc1AB IGY D hcAG HCA hc'AB c icAB P  ic:AD JiA  Dic)AD D^A $hicAB HAA 8iPdAB DEn AAA C QAAA ,idAB F] AAA G (ie\AB ILAAA @(jHeAB IF^ AG U AB E A(ljehAB F[AAA (jeWAB EKAAA 8jfAB OFE_ AC W AHkfAG IQ AAA C H AAA E P AAA A ,LkfsAB RZAAA  |k$hGAB MuA 0kPhQAG Hr AA D FAA ,k|hAB DJAAA (lhAB LAAA (0liAB LAAA <\l4jAB LFIX AA T AC ,ljAB Ux AAA A lTlAG HCA ,lPl]AB LFF@ A( mlSAD IAAAA ,LmlZAB L AAA A ,|mm+AB LAAA mn1AB m ,moAB L AAA A (mo;AB HlAAA $(no4AD GRSAA ,PnoAB IJ AAA G (n0prAB RYAAA ,npAB LIIc A,npCAB U AAA B  os0AB l ,os1AB m $Lo4s<AG k E C ,toLs&AB RT AAA D oLu8AB t olu7AB s 0nu, AB S AAA A ,p{yAB CHD AAA C ,Hp8|AB L AAA A xp} AB D ,p}?AB ^ AAA A p~ AB D ,p~AB If AAA C 0oX~d, AB RT AAA L LqAB U ,pdy, AB D~ AA E @LpDz, AB L6 AAA A [ AAA A 0p, AB U6 AAA A 4rVAB GS A J \ A K DA 0pԔJ- AB I AAA E 40qP]- AB Gv A G ^ A A rذ-AB i <ql- AD IML AH w AA 8s6AB IV AF j AE $Ts$AB R C G 0,rԕY{- AB O[H AB 0`r- AB R AAA A 0r̙E- AB |[ AAA A 0r. AB V AAA A 0rQx. AB J_ AC tgAD [EA (tAB IAAA (tAB LAAA  td/AB G_A , upAB \| AAA A ,PuAG Lv AAA A ,ufAB GI A L DA (uAB IAAA uDDAB | (utqAB IaAAA ((vȺAB IAAA 8TvLAB I AAA E DAAA <vAB I AAA A  AAA A ,v`AB L AAA B 0u@.. AB L AAA E <4w<AB L0 AAA F p AAA A 8tw;AB IIX AB t AC 0`v. AB IC AAA E 0vL. AB IJ AA 8x6AB IV AG k AD Tx,AB G`A 8xxAB LFLL AB x A@dwL. AB Lz AAA D N AAA G <xFAB H AAA G [ AAA B $8y(>AB KmAA ,`y@qAB IFGA AE y,AD f 0`xl/ AB I AAA A <yAG Ig AAA E  AAA H (xLX/ AB Go A E ,y// AB IF^ AA L0yZ@/ AB I_e AG  AI  AH Hz1AB IEUo AB j AE U AB 0ye/ AB IQ AA <P{AD ID AAA C ( AAA E { AB D ${@FAB T A m  {hAB auA {AB U | AB \ $<|9AB J A C 8{|/ AB LN AA A D CA A $|-AB EbAA (|AB IAAA (| AB IAAA  }AB Q 8@}AB I_K AA x A$|}nAB Gy A D (}LAB IAAA ,}AB G{ A J D A C ~08AB t qY&FPh}}}G 5Nu=Sym"49; waC37[%KS6          ('=KYgu$):\Gd]p X ~  H  `     a  ' ZE'$ I   'Q?n)d('n..":-# .-LzzIi')7CM\fiBPd +C>Zw%Uc =8M=\2$& ::y ] - -x-`-D- !s-"# ---1U  #&  !O?3P)VI " ^x@72W#7X&&~7HVdlOejnPi  ;         LG_-QY#$Rh%7%%@%%% % % 2 % " %%%$%% %"$"%##$%FH  !EvX*KSOgji(`7_!     2Mm\`h"W=}Rx-ELi *?:S cr! ,Z2Fgypr oy L o| M ? dHoܑooʐ? —җ"2BRbr˜Ҙ"2BRbr™ҙ"2BRbršҚ"2BRbr›қ"2BRbrœҜ"2BRbrҝ"2BRbržҞ"2BR#Iw0*XZWǓF\B (>VGeq{][C,kK1}Sr $|Y֍/y=®an6s9^i7? QLc3x)Hˇ F|| MNoʐ[oܑ@j Hs dd |LL0w||``f  @@ Б' ~ &   > > ? ? ? ? B 8 @F 8D 08Trar/makefile0000644000175000017500000000065413143333757010664 0ustar zz################################################################### # Installing RAR executables, configuration files and SFX modules # # to appropriate directories # ################################################################### PREFIX=/usr/local install: mkdir -p $(PREFIX)/bin mkdir -p $(PREFIX)/lib cp rar unrar $(PREFIX)/bin cp rarfiles.lst /etc cp default.sfx $(PREFIX)/librar/default.sfx0000755000175000017500000055370013143333757011342 0ustar zzELF 484 (444  TTTNNGOOhhhDDPtdXQtdRtdNN  /lib/ld-linux.so.2GNUGNU[Pu2K<gA qgjoȁ Ҝc)K8&x gUaBxIk/@]i  *Z<aNG\ ukjnp'~CJwd %3XE7B~sTL Ot4/&R,!JR,!cR,R@R !9`R!RR !libstdc++.so.6__gmon_start___Jv_RegisterClasses_Znwj_ZTVSt9bad_alloc_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_allocate_exception_Znaj_ZNSt9bad_allocD1Ev__cxa_begin_catch_ZTVN10__cxxabiv116__enum_type_infoE__cxa_throw_ZTISt9bad_alloc_ZdlPv__cxa_end_catch__gxx_personality_v0_ZTVN10__cxxabiv117__class_type_infoE_ZdaPvlibm.so.6libgcc_s.so.1__moddi3_Unwind_Resume__udivdi3__umoddi3__divdi3libc.so.6_IO_stdin_usedputwchar__vswprintf_chkfflushexitsetlocalembrtowctowlower__vfwprintf_chkwcsncpy__swprintf_chkwcscatwcrtombwcspbrk__open64_2ftruncate64mbsrtowcsclosedirstrncpysignal__wcsncpy_chk__stack_chk_failmkdirreallocfsyncclocktowupperstdintolowergetpidchmodflockfgetws__ctype_get_mb_cur_maxisattylchownsymlinkgetpwnamstrlenwcschrmemsetutimensat__errno_locationmemcmptoupper__fxstat64getgrnamstdout__wcscpy_chkmemcpyfclosewcscmpmallocgetpassumaskremove__strncpy_chk__lxstat64opendirwcsncat__wcscat_chk__xstat64stderrwcscpydupstrncatfilenogetcwdfreadrename__memcpy_chklocaltimelseek64strchrmktimereaddir64memmovefopen64wcsrtombsaccess__libc_start_mainwritewcslenwcsncmpfreewcsrchrCXXABI_1.3GLIBCXX_3.4GCC_3.0GLIBC_2.0GLIBC_2.7GLIBC_2.6GLIBC_2.2GLIBC_2.1GLIBC_2.3.4GLIBC_2.4          0ӯk t)]0P&y ii ii ii ii ii ti ii ii ORg,Rk@Rl`RmRhRnRiRqPPP PPPPP P $P (P ,P 0P 4P8PP?P@QAQBQC QDQEQFQGQH QI$QJ(QK,QL0QM4QN8QO‰$E$9Et9,[^_]f,1[^_]Í&'U1WVSU} t=EÉ$$}9u)tmtEʐt&1[^_]Í9}[^_]US]$x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$x t u y؃[]Í&UE$ÍUE$~ÍUIUit ҉$Q UEit |tt&IÐUE]0  UU]   Ív'UU]BA Ít&UW1V1S E t~U1uU썶Mуq0 YWBރ r0JWB΋ut9}v U:L:Utu9uvULu9E wuEt]utMt ] [^_]ËM9ڍ&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUtt&Ut&Uuu]]tFD$E $D$D3؋u]]ÍvUUE 9tU Et&Í&'Uuu]]tE t$$D$؋u]]ÐUS]$U)…~E T$$D$?؃[]Í&US]$U)…~E T$$D$؃[]Í&UWVSlEu ]EEeE1U)1Ut&x;}$t$D$ D$ 6$t$D$ D$ 0D=É ؉uEtD=-tU];t&H 9uE8Ee3u!l[^_]۰E7? U1WVSu ]DžU)1vx;$t$D$ D$ +$t$D$ D$ 0uÉ ؉utDŽ -tU vH 9uE[^_]۰Dž*USRRv R1ۋE S\$D$$igǃ[]Í&UWVS E]  u f t t}11ɉ]}tJ"t5]t9Mv ]u׋]t [^_]Ð"t֐ E  ]u뢍t&}t9MvU"띐t& 1[^_]Í&'U1҉WVS Mu11u%t&t |%W֋UUPЃ wvPЃ v-tsuw)E9sj9s4E }t&<:9r}׍\;}WUu ElE;]s(%}OGEU uuӍu  [^_]ÐUS]$^ t&M))щME[]fU1Ut$ D$.$Í&U(]]uu }}tL tF$tt0|$$D$}}u u]]]f]u}]Ít&'UE$?1tE $D$hÍ&'U1UtD$̕$QÍv'U}/]Ít&U1]É'UE$-1É'UE$ ÍU]]uu $t*|/t#9sE ؕ]u]O&]u]Í&'US E$D$D$$D$iE $D$D$BE\$D$E$ []ÍvU(uu]]}} t,$\$<$)9Ft$]u}]Ít&'US]$[9؍PC[]Í&UWVS}<$t$u9v$t$yt9wQ[^_]Í&9s.t$Jt<$D$.$n9sE벍v똍t&'UWVS,E ]EE$EOmx@$U9smD$<$E}$Ƌ:u/~90vh$p9t P9u1,[^_]ÍD$<$He{D$<$0es^vF$tifF~$u}E ,[^_]pF ^ $t؋F :F V~.u bt&0:0.GuA,[^_]Í&ED$$D$1$&'U1U tD$ $Ð&UWVS]} 3uUt&_3tAѸHODT$$uˉtȉv3uf[^_]Ð&UWVS]} 3uH_3t9< D‰t$$uЉtЃvŃ3uˍt&[^_]Ð&U1҉WMVuS] t!\tt8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$t"t$|$$Zt$<$|ƅfUE]8/fUE]8/fU(]]uu }$K;\t]u}]Ð{\uCD$\$tՃD$\$htD);Es/<\$4$D$p>]u}]Ít&11f$뺍UED$;]uu $1tC$at]u]Ít&UE ]Uu]ut4t.9tt$D$$tD؋u]]ftt$\$$XfU(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$o]u}]ÐU$ޞÐUS]CS!ƒt)D$ D$D$$y[]Ív{tCD$$轡C믐&UH]]uE}u eU1Ҁ{ǃ ƅu ƒ1ҨD$|$4$aU<$T$t\CCC{CD$t$$*Ue3]u}]ÀtxD$$u<$N1fD$|$4$T9t&8tC1CCkǃ &'UEh@@@@@ @@@ǀ @@@]US] ESKPSHPS P SPSD$T$$C[]Ð&'USE] D$\$$R¸u\$$d1[]ÍU8uu }]]eE1D$|$4$SED$<$BD$CCCCCSD$t$$C#CUe3u ]u}]fUSE] D$E\$$ ¸u\$$1[]ÐUS$]CS!ƒt{t#CCC$[]Ív$CCCu(1{t̓\$E$НE$[]ø릐&'US]CuC#Ct$<{u1[]Í][]x&UEP#PhtxuxuEÍrfUS]$][]1U(]]uu }t$$u#t$$D$_]u}]Ét$$$ uˉ]u}]Ð&'UWVS,u]{CKMM t$$L$9Ɖ{SED$$D$t9wCD$D$Eԉ$ <$6$D$: 4$؋u]}]Í1ߍt&CD$D$Eԉ$@릉É4$$Dt&U18}}]uu]u}]Í<$P:Éuk@<$E; D$ D$T$<$UD$<$71um\$t$<$ED$ RE]u}]ÐD$ D$<$T$P<$6E @뙍E <$D$zED$ \$t$<$RE$UHE]u}9Vt]u}]f]EEEEE\$$qt<}D$u؉<$wt)$(pvEԉt$$!}$]u}]ÉƉ$r4$Jv'UWVS\}E 9EƇƇUT$D$<$P 1t \[^_]ÐELJD$$S[LJ9C9t>9tt0D$ <$T$L$P<$4ut }$D$ <$T$L$P:9t :<$P֋ËUċEU9EU;t&D$ <$T$L$P<$3ts9u1t ,먍GD$$}v\1[^_]1t ZEUĉEUU9D$ \$t$<$PtG<$D$讴\[^_]ÐUEEEEED$ $ <$PEE؋<$D$EԉD$R U1ۉ}Љ+EHv98Ru)ډT$$MRMtӋUu-~)~$}9RuySuyFuyXu&}]D$ \$D$<$Pv't8Uԉ$U~f}ًUD$<$T$P fEԉ$1 9D$T$<$P 9LJ9ofX<$PD$ <$D$T$Ӌ|$$:d1ÍEԉ$$hED$ \$t$<$RE$BfUS]E $D$W1u[]ÐD$$¸uލCD$$7$r1[]Ív'US]E $D$vu"t!E E[]A}[]f\$$7UʐUS]t8{uE[]ݳt&S$T$E[]麳f[]ÐUhEEEEE EE$ŪÐUS]t8{uE[]]t&S$T$iE[]:f[]ÐU]]uu D$$>CL]u]ÐUEU 9PrPf+PU U8]]uE }SC9ЉCvnK t9t 9B{t[4$賴tWKT$$L$萳CD$$_$5;s]u}]Ívt$$肰t\;s]u}]fL$D$$p|$4{SC:E${EH${떐USd]9$td[]Ð$D$CD$$t9$uB$IE$EEEiD$$5z9ƀ)d[]fUE]E[ÐUS]=QP[u'|:uEtYQ%$|:[]ÐtE[ujQ%|:[]fQ%|:[]áQ%|:[]$$QYfQ%A|:[]Ð&UMS]  tpS tIC t&/tJ\t<t+\u惹u݋ u_uٍt&[]Ðt&t/볍& Cy{eC[ƃ O&U(Eu1]}9t/98:$T$1}؋]u]f91ҋ}؋]u]Ð&'US]$CD$ƃD$$u[]fU]]u$11 t5\$$6D$$u]u]Ít&33 u&'UE $ D$ED$+E E9u&U8]]E uu}eU1Ҁn})2}E9 u -S8<$ma|$ $KJD$D$$[8/91$c_D$ED$V514L$ E$T$ L$D$0D$<$D$f9D$$D$Iƃ999t$\$<$f-ƅ`e}A9}(9ǃ,9PeLeD$T$<$1^_E‰D$D$$¸ $J\$$1Ue3X]u}]Í\$$UD$$ar1벐t&릐D$} $D$?zf}D$\$$(D$$q1 $S&|#~\$$|1=wߋt5D$$RD$<$D$eƃ9.Í $I$&UWVS ] UEe M1ɉ`ST+E;Cr<)ƒCv2`` APL$K u"Me3  [^_]Í&sK9t)΃|9vwčd$=Klj֋C`HBt*PvjdCK)ȃkt uՋ`@$JXXj`BPwd+HDž\Xqh$vt&OXPD$$RX`L$ $D$0Kv$ Jƨ`@@ƀAƀ@`@Z`@.`Ɓ@&$I` $~I`@$gIƅ=`D$4$ D$+&$I$I`pƁ D$D$XD$ D$D$4$)TD$t$:$:t&\yv$H׉Xt'$GD$`4 $UHt)$GD$`< $~UDXHkD$G%?=ɚ;D$`D$D $iWjt&$xGV`ǀd h D$ D$$GH(f$8G$(G`ƒ  $F` `D$$ D$G`D$$ D$G` `Ɓ ǁ Ɓ `f` D$T$ >$PF T`A0AQ4$F ?T`A Q$$E$=F`|$@D$F`Ƅ:@D$t$$FƄ=8$E`C$jE`B$LEL$L$=Ft$.F`Ƅ0A؋Ue3Ĭ [^_]Ð$XȍE܉D$ D$D:t$D$H:D$9D$D$ $$D$ 9@:tX:u?t&CD$$ƃD$ $d$}ƃD$$d94$O?9999,:90:94:98:9<: $>D4$>@:4$=D:H:D$D$$v?@:ƃ9|994$}9999999999$=ƒшƃƃKǃ1t  8`:}D‰D$$詠99A9A9A 9A9Ɓ L P $< 4$< T X Ɉ tdžT džX P L 9 |9s` \ $"<F Nǁd t$ǁd 4$E;h ǁ 4$;B?2B $;B $z;Nj9@ ǀ @<uǁ B   1t @1҈  u ⋵  Ѓ Ft$|$$x;Ƅ5D$<$ t$3 S/D$4$$uƃCt$D$$9d}9h}9l}9p}9t}4$9}ƃ}ƃ}ƃ}!CD$$$CD$D$$ƃ1$<9t$ D$$t$ $L$T$$L$ D$$8D$4 $F ǂ P蓘X:D$t$ $c9E܍D$D$$@9<$D$t$<$>ut$<$运D$t$ $蕓@:~Í $$&'UWVS }eE1$|$$6ƅWt!1҃9ƅWD$ $:$a69Ƈ9$#6É $36@99$6ۃ99/tst& u9D$$: 9<$zD$\$<$P t;<$s1ۍ$؋Ue3 [^_]ÍD$ D$D$D$\$9D$D$4$$D$ /ƅWJt&LJ99u 9 9D$$89<$ptD$|Ë91pt` XX`:}E‰pD$$U9p9A9A9Q 9Qƒ   X _pƁ pÁ p 1҄u ٺ⋍p  $U3pB $>3P$2pBǂd  $ 3ph $2D$2pB $t2p0B $z2fB$2p Bǂ t1B<m / < J pǁ &pǀ @<<tpǁ pǁ  1Xu pBpA   |PpDžH7711DžL p1ҋAL PP 1HL7T X tǁT ǁX B\$=FPt$$2XƄ5pA A 5pD$ D$$ D$諟p<$D$pZt%pD$ D$$2pD4 T$$ ?pA )$/ZHZZDžDDžPPD؍ HPt $/D$H$L>HxT$ $;tDžX)1v$. 9XkdHxD$$;PPPHt&}!<$PË։<$PD$ D$T$<$QDžpƅX<$xXDƒpXu؋D$ \$t$<$PXv9|;f<$Hv9xfD$ $J099t9ytv{ƇD$$7SWJGD$D$$ Ƈ1t&t&z{LJ9f99LJh}d}9p}9l}t}ƒ}¨}҈}}uk$Z,|}Ɓ 1$L,1e $',x}}ut&pL P  D$$i.p9ƇD$$mQWp$ D$GD$vLJ9kt&LJ9S<1pǀ &D$ $2/Gt& 9$9999999999 $w*f:$*9:у@€u f::FpD$$ XL$#pp X +PFE~`pt$ $Zpt$ $D$8+XD$h$"pZXD$ $Ƈ$9)H$%)H7PLDžH1 77p QA%=ǁ ǁ pƂ 1$-ً! t€DЍAD҃)ك9wgpq lt&<t <fpǂ pǁ pǀ p)΍ D$ D$t$ L$\$$,`1p1ҋ K C CC  99<$PD$É։T$ 99$T$莬9D$D$ $t$蜃\$t$ 99$T$L99pXs9\聇Í $$y\$u 󥋍M $L$t$pML$$q$ҋ t>;1d \ 9u@tf\?v,$oD$@t$$o$t8u$ML$D$ $o$t$:pEe3[^_]Í&,$랐  4$n \$]ĉ4$T$)o\$4$o ddv&UWVS\EU]ME eU1ҋ1ۉi0L$$E81҃.\tt .f<ډ[^_]]D$.M؃$>TM؅uE܉)v UX@]]uu}} ȿ4$SC,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$rD$ĿD$<$rC4$Tn<$Fn$‰Ƹȗ1dȿ]u}]Í]u}]ÍD$D$4$qĿD$D$<$qĿȿ@1&ȿf$ puJ$QĿȿ$1,4$ouĿȿ1WȿUVS u] VD$ʚ;D$ f^$T$TEE$XPPlPSP SPS PSSP@SVC D$ʚ;D$ T$$0RC [^]ÍUSD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$ RKʚ;1ہjL {EӉXD[]Ð&'UEPD$dD$ T$$SÍt&UdkMde MQ]Ít&UEPD$ʚ;D$ f^$T${SÐ&Uʚ;e MjL {Q]UE]Pf^Ð&UE UMjL {Q]fUHEԉD$E$EU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$ĘL]u]ÍUԈMĉT$$MĄtfEt$$D$D$,ED$ ?D$D$(ED$$ED$ E܉D$E؉D$EԉD$!L]u]Í&Et$$D$hD$$ED$ ?D$D$ E܉D$E؉D$EԉD$K]u]Ð&'U(E$Oʚ;MejL {QfUEU MH]Í'U1M$t$u1ȺQ)kd9u)iҐ9$t$]ÐUWVS,]E$TE$T<$T$NƉ$s@$NƉ$sDC C C$C(C)C*CPCQCRC,C0CC4ƃƃCtCxClCpCdChC\C`CHC8C<CLǃǃC|ǃ,[^_]ÉËE$S$eOÉ4$kJ<$SE$S߉fv'UE@ @ @$@(@)@*@P@Q@R@,@0@@4ƀƀ@t@x@l@p@d@h@\@`@H@8@<@Lǀǀ@|ǀ]Ð&UVS]s@t4$4$>IsDt4$4$'I$YR$KRÌ][^]7Rƍ$'R$RÌ$ R4$MԐv'U(]]uu}} { s{t<;svW1stSx{*uät$|$$S]u}]Rf{)uÉt$|$C0$w뮐t&Ct$|$$Js)s뎐t&UX]]EuM}u {(}ES,EԋE EtEMs|E9L$U܉M؉EE4$|$D$ pU܋M؉EԋE䀸HuGE;CHt?EL$t$|$D$ZZL$ T$StKx$L$u?EԉCH]u}]fUWVS\}]Eu }{,EẺu1;S$1ɋC 9щEU 9EMu؋EClEU܋USpUu+EU܀{QC S$ tECLD$\$<$D$ a)uuЀ;{,>CSD$E T$$HS K$sCUM6t&M{QG#G/L$MЉ<$L$P `:ƋC8D€ C S$EUvCR\[^_]E1t&K,t0CTSXD$ T$ClSp$D$T$t uuP \[^_]Ð(1;u E9EEԉʍ)…OvU t$T$CD$*똋UЋM̉t$T$ $BOt&U]Ðv'UM EUtH,tP0@H]ÐUEU H PE]Ð&UH} ]Eu]}UM u$}(uID$E|$ t$L$D$ ET$D$D$CD$]u}]ÐD$E|$ t$L$D$ ET$D$D$C@$;]u}]Ð&UEU @ PUP]ÐU(]Éu}ω$t$D$^|$ t$$D$HB$D]u}]ÍvUED$$@CD$YE @cÐt&UR$A$D,R,$A$DR-$aA$yD Í&'UE$E ](Ít&'U$v+,R$C,RM U=$ERU=$tR$CUM ,RtfUVS $ $?E t$D$$^\Et$D$D$ D$D$$@AD$@$K\$$K [^]ÐUS,R]$BR$D$E D$Ct$T[]Ít&D$$L Ӎv'U]eE1= ut;D$$[ǃ$TEe3uY]u]Ív$Nt~@D$4$D$VD$\$4$fD$4$0C UWVS UM„u&$5$D$= $h$itt$$Btx$$4D$$/D$4$/ `:$oU T$$@t&D$4$@/E\$$!0D$$!/[^_]Ð$< 1ʍUWVS\]$U<Džt&D$(D$$TD$_$>tDž8u(t uo&6uC []UU Et2~t;t@]Ívut@]Í&8wҍv8 tʃ@]Ð&'UhE$EEE:/ED$$WÐt&UE UBt-D$\$ 6\E E5t&D$$5E E5U]] uuu~uE]u]Ãu2\$4$$9D$D$$9t$$؛D$O묐U]]uu $r3]]u u]>&'US]$n$D$[]Ð&U]Ðv'U3ÐU3U Í&'US]E $D$]E []o&'US]E { uD$$ m]E []&US]E { uD$$ -]E []&US$ED$E $D$ D$D$D$3\$$r$[]Ð&UE$D$E D$E ELUSE]$D$E D$|]E []&USE]$ D$E D$<]E []&USE]D$E $D$]E []<USE]$ D$E D$]E []H&UE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$]E []&UE D$D$E$Í&'USE]$D$E D$]E []8&UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$u)ÐUhEEEEE EEEE$?)ÐUE]fUEt Eh4ÍUS]t[]f$|3[]Ít&U1҉S]M v&29u8t []Ít&L$\$$Td1  t9u9ZuIhE뱐fUVS ]$@}tQ$D$9$Q$D$$4$D$  [^]Ð$ED$E [ ^]Ð$D$$$D$ [^]Ðt&EM]] 3 MԋJ3KM؋J3KM܋R 3S U]3UԉUċS3U؉UȋS3U܉UUɋK ]3Ml3p]ΉM3h3dUMȋl3pM3hM3dPUM̋l3pM3hM3dPUMЋl3pM3hM3dP VXPH ]UMt& QI3MċJ3H}ĉMȋJ3HM̋J U3H l3p}ΉM3h3dUMȋl3pM3hM3dPUM̋l3pM3hM3dPUMЋl3pM3hM3dP V9]T2JR3Uċ]3QUȋ]3QŰ3Q UUpUpPUpPUpPUpPUpPUpPUpPUpPUpP UpP UpP UpP UpP UpPUpPV]L2QI1J1 ]J1 MR 1mt1Eƒ>sMUԋQU؋QU܋Q UyE]DUM]FF FFEe3u5\[^_]ÍHMXH ]M(Ѝ^ VN]UMl%UWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋}3EM3yE3uEUԋ}3]3y3uEE]}3]3y3u_EE}3M3yM3uEt&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋}3MU3yM3uMEԋ }3 3 yu3 uuMM }3 u3 y3 uMM }3 U3 yU3 uMU3EB3EMEB3EtEB 3EM̉ttEMMUUttMMtMMtMMtMوUUMtΈUUtUUtUމttEEUtEEtEEtE3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉF UWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃTc2MԈMT2`c]c0UTc0UDԈMc0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuEcE2]c0EE]c0EEc0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>C2{[22]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11Ѓu`c10!t&1Ȉ`c %%u111ɍ4 ʍ<1111։c1҈cddhhllpp dhlp ۍ dhlp11ډ1ʀ) шtrL u y }      u y }      u y }      u y } =    #1Ʉб) vd1hlp*ƀt1u1y}uy}uy}Ee3u [^_]US]=cu$[]ÐUS]C} uC []Í&$C D$D$$1[]Ðv'UExu@ t EAÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$E CC []ÐUWVS0U}UMu]MԋN {UUủ]Ћr UȋUZ‰EE؋ˉyZE1!1}]Z1ˉZ#E1ȍyZEƍ]r]1r#E1yZE41EJEJyZ1ًu#M1ϋJuJ yZ1#ME1 M]t&E}P 3P43P3yZu43}1#]1ˍ]X$3X83X 3XÍyZMX1#M3M u41MupMH3H<3H(u1uHyZuMM1#M1Muup 3p,3pEM1֋U3U#U3Up 7yZ}42uu}1zr33ÉMunMĉuu3u3uuM܍J ރZ]čZu u3 ]ă3 3 ]u3u3u܍3n] uur J]ZM u3 3 3 u썼nM3M3M }<9щ}}}z 3 ֋}ău3 3 }܍nM3M3Mz u41Mučr M434z34}34Ɖ4M]3]3]썴1nu43u](]t}؍Z 4HMĺ(E)Z׃]܍Z r3u33Éu}7ܼ}uu! #u }uMJ ރuZ r3 3 3 ]}#} ]#] }荜ܼ ]zM]ZMJ  3 }3 3 }썌ܼ}M܋M#} M#M }M<9M}z Mу 3 ׃3 3 }ܼM}#} M#M } uur z434z34}؃34Ɖ4]}썴3ܼ] ]#}#] ύ<;}u4$|$]Ðt&1uG9Fލ1u捴& 빐&UE@]Ðv'US]D$C$CCt$$D$L ,CE[]|t&[]fU8uu]] }Ftlt5ttC]u}]ÍF]u}]Ít&F]u}]Ít&F]u}E]9$L @‰M䐉ك?э;Uu‰ك?ʍ0 4 ¨8 < FU(]]uu }}t9t]u}]Í&}}u Cu]E] v|$t$C$uC뭍&'UWVS| E Ue M1ɉt%t-t=Ee3Y| [^_]ËBCuӋBЉAuËRӁ8&ك?9Ѝtfω޻hDt ft;L߃?Ǎ@9tk0 1t ft@ D H 󥋍H $ED$ft&(f t&U1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$$螋|$$BUe3u ]u}]tUV1S t-Xv1҅u(t$puu [^]f$Pu;.t֋C$5tD1Ƀ;.t ut֋믐{.uCU$UuҋCȐt&S벍&'UWVSÁL@$*¸v L@[^_]Í\$D$4$V4$\19vɍt&9$StDžDžDžDžDžDžD$|$4$ Vtu wL@[^_]Í&L@1[^_]Ít&'U8 E}} ]ueU1ҋĝtgFٍD$ \$T$4$[ƄE|$4$D$tUe3u:]u}]Í&]|$$9Gى\$crt&UWVS,E }]$1t ,[^_]Ít&$‰u11҃.tft7.u.uCU$b Uf҉tk1sE U $UEUt7t$T$<$Gu#< $ u&)9;]ƒ,![^_]Ít&KN1jCU$ U1t&'U8eE1E]] uu}D$\$$$B&1u"Ue3]u}]Ðt&D$4$B$$D$|$lD$\$4$tl\$<$H¸tt$$]:$葷D$ $]1LAUH]]}} ueE1D$t$<$k\{\|um`}D$\}4$D$t+|$\$$YkD$ $貴Ee3]u}]Ðt&\|$tB@`}mt&\{$\tZ@\}.t&[{&$\$$XD$TjD$$9vZ{$\$$WD$ jD$$訳&'UEU Mt tÐt&Y{tM UvUWVS<E} eU1D$D$<$i4$ĝD$ )ÍD$\$$lƄ4$@$<$ %ƋCT$D$$ u.t$<$Z%Ue3<[^_]Í&|$$YD$khD$ $럐t&4$$WD$D$+hD$$DZhf$r$XD$D$gD$$聱"g&UE]] uuŢut t]u]Í}D$$u։u u]]]fUH]]uu }eE1D$|$4$g@ $E@@ $4$"B<$D$D$4$D$"Ee3]u}]ft$\$$VfD$$赯봍v $e\$$XD$e$襱D$$qmt&t$\$$YeD$ $=' $\$$WD$ie$-D$$ UWVSӁLUD$eE1$$"D$t$$Tet$$r$eJ ?<$;W ?D$ D$t$$Ue3L[^_]Ðt&8\$D$$cD$$莭1f<$D$ʚ;D$ $T$J&$D$ʚ;D$ $T$&\$$[H1)UX]EU ]ueE1 D$}D$$lc tC4 D ${‰ЋUe3]u}]f1Ҁ/tԋD$ D$C D$$>t딐t&18mUD$T$$tzv'UH(Euu}U 1]EeU1҉|:$u Ue3]u}]ÐZZ| ljD$\$$ƚƄ=D$ZǤD$<$Hڋ !%tDJD)ډT$<$\$&ZT$<$1[[<$ED$T$1D$T$$obu`1$D$ :D$T$$fZ؁ƤZ4$=t&=i_CvUU$Mt$]t7t1$t$]Ðt&`:t$] $UM]f$t$]iU(]]}u{ C<$E ǃǃ ǃC$Ɖ|$$8~]u}]ÉÉ<$ $SÉ4$Y䐍Uuu]t$$' ]uu]鳕à 4$覕$&'USE ]$ǃǃC`CSd$C]ƃ ƃ ƃƃ][]t&UWVS,u}]|$F$ D$6F XtrEt%EF\tE|$$D$rEE$|$$D$Q$f}t{_;_tp,[^_]Ã\uU$:UkEe $$UUt'F"&{_u/C/x$`u͉|$$뿍C$-@Z7@.C:'Ux]]}}uC$t/ u E D[tm]u}]Í$D$|$$tC$E1EEE$뚍&$܆|$$PCk$贆$̝t"tSDD$$腦C|$$$D$ fƀ)ƃ fUSU tUy:z:t0t,EZ\$$D$ǧ\$$")1[]Í&y:2멍Uh ]]}} uCXŢt]u}]ÐZ D$ T$ZZD$ $T$UT$L$T$UT$u1}zGD$$T$O$A$jT$'D$D$$D$$D$$"D$ T$ZZD$ D$ET$D$ET$D$C$1$T$D$WZfE<]u}]ÐfUX ]]uu }CŢ|: T$<$D$$[|$$菖$C$LD$sCƃ |$t$$S1ZD؃Z\$ DȁƔZ<$EƉL$D$]u}]Ð$@贂UT$$$虂$LD$ɕ]u}]Ít&<$D$<$|:D$C<$D$bD$|$$PD$<$`D$<$|:D$C<$D$ [FD$|$$V$D$ $۟ CM<$8$0t4Cu|:<$D$Cƃ &ZD$ D$ZZD$ |$D$ET$D$D$C$|oUWVS4]st$$9D$UF4]t$$T$ƅ8]p]w$hv]D$4]Dž}Dž}Dž}Dž}Dž}Dž}D$$U,\};Z}w ;Z}tp];Ayr;oƅ8]cD$$賎$o]o]Zƅ4]z:ZZT]D$T$4$*ƅ4]z:Ztp]Ƃ8]p]|$\$$fp]AŢp]FW8]Eˆ8]6Fh]Th]Xt h]E$o4]$T$Ap]Aƅ8]$nTZt%[t tp]eԽCL$D$$kCD$$nj4]"t#p]F<$4p]ZZP1DȃT]ZDȃT]L$EƉD$T$ <$)<$p]}t$\$A$rp]Z@$]$]1Zh]$]DЃEh]T$<$D$kp]Bp]Ɓ 4]CD$$ET$Aƅ4]1D[p]D$H[D$$Op]ZZ8LƁLLD[J} uLDt&U]]uJ4$4$D$$D$s]u]Ð&U1(]]u}StK)x>@F)ЉD${|$$@~VSt‰StSx]u}]Ðt&1tCt$ L$$‹Cst뎍t&St뭐v'UEU DLTJE`UVSu} uMdždžt%1ۍ&$9wdžt$1ۍ$܆9wdž[^]ÐfU]] uU}u,e1ƂQǂǂLۋu] }U]]UW1V1S,] $XsSу SEt&$0s NjCƒ9uCwσ,[^_]ÐU1VS]StK))C|@~&tCt$ L$$覉CsttZ)ЉD$ST$$F>~DSt¸StK|sSxt L9OщSx[^]ÍvStɃSt뾐fU8]] uu}}{uGt;\$<$xF\$<$i1=@BЉV$q D$$q>u(U$q F D$$aqU]Ћu}]Í<$p1҄b׍t&U1WVS,] }K_GG~U$KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $4EUDLHL]u}]Ít&|9r9r]u}]ÐUWVS,] }u9tƆBLsƆAL4L)#&1t& |K9v)9G9Kv=4KىT$UL$4$U䋆)!f t(9Kv+K4K밐t&1뒍t&4K9r)߉}0Ku] ,[^_]W)؉D$0K4$\$9}0KuE ,[^_],[^_]ÍUWVSLuVlFpۉU܋EE܍T1+EЉM!&C9} {uϋUSUU+U#9hU9Ut+EЉT$M̉4$D$UFlM+E#U;EEE#Et 9EEU؉D$ E0KMD$D$$xLM̋DLU؉C,CD$$MSC0M̋S4EUȉ$zM̋UO9MMċM܋ME9;S{}܉EMĉ};t&:U9S;U{OM}܉T$ UEȉMD$T$U؉$eKDLS,ST$U؉$RS0M̋[4U] $zyEȋM̃; HNjM]L$\$$0E1DLFlHLƆBLE+E#9v]ЋM܉4$\$L$FlFpL[^_]Ít&G+EUD$ 0KM̉EȉT$UD$$UJUЋEȉT$ 0KD$E؉T$$2JMf}܉U9v.t xt@9rUЉVpL[^_]ÐU} u EƀR]Ðv'UWVS\] E{@ uUBt;3+C$D$d$dD$$EdMȉBE1}MEă1M1Q A$ldD$$E6d$Hd <8Cƒ9uCw̋EMȉ8Z1111:Mt \[^_]ÐMQMTAx9N‹UAxEE@@EB\[^_]Ív$1롍v'UE@@]ÐU1 UW׃ױ _]fUVS1ۃuvt$w u[^]Ðv'Ut&UWVS,E$u E1] 1+])@=@C9sbf)9wU$]ytlj\$D$$cvU<]E䉄9E vvU9U w ,[^_]Ív$4yhRD$D$R$vyE뺐UME 9v  t;s+D|]]f]Ít&UWVSE }U7+MEM5t&2M#M9sg 7E#u7twEm9w9w& t89v+t|4똍 t ;s+L| 뉍2k t[^_]Ð&UEWMV}Su t`19]vF;9w9w& t(9v+T|9]w[^_]Ðt&랍U1҉VE Su] t9v)9F[^]1[^]fUH]] uE}uF;ve4Llq0Kt$6tdž0K4K\${$Ɔ4L]u}]Í&E̻$<=Ebv0K4L$uE4Lt {|t&U؉\$D$$rt[҉UtNVl{0Kuԋu؉]ЉUUU܋U)ƒ#U!9Esuԋ]t&0K{t $rE؉0Kt&114Lt$;uhRD$D$R$}uuNfUS]} |C@CCǃDLǃHLCtCxǃǃǃǃC|]E []fCPCTCXC\C`CdChD$JD$$!q@@F#CpCl,KC@CCǃDLǃHLCtCxǃǃǃǃC|$D$ƃR[]Í&'UWVSE]U׉d1}tM 1ҋufD9wM 1ED$$ T$oCDCt&T)4TTT@TDuٍhSDd}M 0utҋhf{ h9wԋM*ǃ 1Dž`Dž\ӥ`)\!t&3fDŽs9`v^w\;Trw;Ts+)3TD9UvS fs9`wĬ[^_]ǃ3UWVSUEe M1ɋu Uz#~1vTЃwm4$ZD$4$ Yuĉ4$YD$4$ YDGfv}1ۋD$ |$;L$$~>Bt90N 9T9 D9N ‹ + 4<ꋍ;;$;TK f;T.uDžDž ϋ>N+;;;;CW8HwM"}t&$881Ue3[^_]Ívw4$WD$4$ x Wttt&ƂR~u Jt19z"D$D$ 2|$$D$TD$$D$ @D$ED$ $D$ ,D$ED$D$ ,<$c>)ꋍ8< FW8@OHDž)ft~4$sVD$4$ x =VG"j4$VD$4$ xU-4$UD$4$ xU뀍G"t&L z܍t&DDVGt;5<$t1!5vDžDžkUWVS]eE1Ct;C$1+CS$D$$T$ $TĀy%@ǃLǃǃ$1D$uЉ$LT0$D=Ѓw$DTD$$ 4 T 4u$TD$$  S qHv0t$1D$ @<(T$$Ct{9$<{K9T9 D9K ‹<0+04;D<94(9TX(&;T6uDž,Dž40ϋ{K4+D<,<;@<CSHw(35<^$$8R$D$$ x Qt<t&St19SƃQD=eDž,Dž4]ǃL\$ĘD$$fet&UUVSJZ4DL r ȹ)Āt)ZrƂQ[^]v@Q1Zr[^]ÍUWVS,]E D$4KECE䍳T$|MCCCC C$C(C,C0C4C8C<C@CDCHCL<$DǃTǃ ǃǃ4$0xD$$LEǃǃǃǃƃǃǃǃǃƃǃǃǃǃƃǃ0Kƃ4Lƃ@LƃALƃBLǃǃ]E ,[^_]lƍT$<$$C<$9DC($۬$ӬE$L4$0d4$E.E܉뤍&'US$]D$$0Kt$t`$vD$D$Cx$|KT$N.T$4K$BC<$WCC($C$]$[]!KE$CE􍓈E$lCExE$JETE$-ETE$ 4K$S<$BES(E$VESE$EEE$tJE$bҐt&r&Rt&'.v'UWVS,Uu<~<DL<E 1҃}Z;]sH8tu]0?FZ;]rt&E ,[^_]Ðt&<t1,[^_]Ë}F(Z $|$fv(Eu1t&E9Ev(U 1} *7σ)߈9}wE9E뽃}DLE p]1M t&92|u\t43)]u\]\묋E,[^_]0)މ0v'UWVS\U]N‹ǃ|ǃxD$E $D$^TE$+E +U19Uv \[^_]Ðt&M;wE9U$8E!^}E@4@} 1$D$C>4$8]U@4@EB D$$A҉UtG11҉]f Ë9)Ӊ<9t;Er܅ҋ]u7} 8$D$=EċEčx)ЋU<$5*ME @ƍECl#E U1;s MASp1Kl9t )#9UB1rME AA$}0MUAB\[^_]Í&x$r)EtCmfMEEH zM $X1D$$H1vE$X1a<$(M‹EP<$1eED$<$ U-EUމftM<$~(MUDf<$h(ƒE1ME1EEEEEL$$^`x=woMԉ<$MDU2D$<$aD9uwEMD$ EԉL$D$E$6'Uԉ$軤Uԉ$螤1ÍMԉ $芤$[fUWVSLuĘ4$6E}ăEEEEEE|$E$=_1ۉ4$t.UԈ9rEԋU|$ D$Eĉ$D$f4$U1ǂLUE$諣EL[^_]Í&4$EǀLL1[^_]Ð4$@xt2u_L1[^_]f4$ t4$<uΉ4$U1ǂLsËE$ $uZUEEEEE|$U$^&'UWVSL]sS{ 2D2 L2 ȹ)ĉE40Es{E}!EčU1$EED$EEEM]EċSECt9~b&K<DT+K  ЋUĈ2CƒS;uĉCSCt9$u!9uv1UԈE$脡EL[^_]ËSp 2FED2T2 ȹ) ЋUăEĉSt& 2FED2T2{ ȋM ЋU)%SEL1[^_]fEԋUĉ$D$ET$ D$4ÍEԉ$蹠$!XUWVSLE ]Eܡĕuj11E]؍ۉ]~=<]v󈂀9uE]43uu]؀@LƃLL1 KlĘ}ԍt&Cx!9CKlWSp)!=w?9t;$s)3U؉уMSKsz})}ԉẺ<$Ũ<$ ǃL]L[^_]D}t@Hu{T-E܋UMCP:T: D9 ‹C)ꋋ-E;X- A;\-s&;TruM+T- ΃K)-;T-<>{CS9M{<9}{|9M ϋM}܋{|9+K }mܹ})sKsKz{dKl+CP9s9v0K!ƃ20KKl!KluI&$,D$D$$U+Kl}K MKL} }M܋KL Mܹ+Kmܹ}){L>΃sKs,)ȉ-ES1KC( tTsUM2UT1L1 U ʹ+K){S{Kl‹Cd+}܁9?970K<>΍ KlvkEEBABABABABABABAm}wE k…{mGF]GFMGF=GF-GFGFKlx}䋻0K!ƃ47Kl!;EKlutLU䋃0K!40Kl!mKluH$&Kl*$]$fKvCEE܉$D$5$ }t Q$fMܹ)ƃLL11Uԉ$AtDt7<81t :΄0EЃ|$ /EEԉ$ ǃL밋0K]4KlU?XZXZXZXZXZXZXZw]kUFBFBFBFBFBwFBKl$sh}M؋Mu<7t1 }|9K Mܹ+M܉}M;lsM;tr vM+hMMKM܃K);hCs*twʉEcuԉ4$ǃL+M3M܉σ}Ks"{뎸oǃt&UWVSL]K@CpSlɉEU+U1KM!4KUԉUE'G+Cp#9ErG vC@9r{<׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$FClMċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$KCUȋMĉEEt ;M4LvE܉L$MUȉD$ ẺL$$UȋME܉Uȉ|$ L$D$$FUȉC<tE܉L$D$$E1DLHLSlC@ƃBLU+U!9U&Etqs<11҉]܍1<>Ã9s7tЉ)>8~x~xv p ]܋sɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&@KJ I ;DK@K+@KT$$OfVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJDK;@KtO DK2fxHH;HB*뤍HKHK렍THPH5~PHfNJDK;@K DKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋HK=HKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $輑 D1HqD$$IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$LǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$貕EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$9U@1UWƂp p_]ÐUWVSME Ql+u990K47׍QlvnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt0K!Ql!ڃQlu؃[^_]U(]]uĘ4$t]u]Ít&4$EEǃL]u]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$tgKT$$L$CD$$ $X;s]u}]ÍD$$t];s]u}]ÍvL$D$$$LSC"E$1E7$땐US]t@{uE[]t&S$T$ E[]g&[]ÐUS]t@{uE[]-t&S$T$6 E[]&[]ÐUS]t@{uE[]t&S$T$ E[]&[]ÐU8]]uE }SC9ЉCv{K t9t 9B{tk$|tgKT$$L$VCD$$" $;s]u}]ÍD$$;t];s]u}]ÍvL$D$$($SC"E$E7$땐US]D$$SM L[]ÐU8]]uE }SC9ЉCvyK t9t 9B{tc$ t_SL$$T$CD$$$;s]u}]ÉD$$t_;s]u}]Ðt&L$D$$$SC*E$iE=$T듐UEU 9PrPf+PU US]D$$CU UPUPUP []ÐUS]$u ts$şEt0Xt+P€Ţtu Vu'Bt,[]Ít&ԐVƃŢtكLu݃Buƃ[]Ð#D$@$*%rt&UEu ItÍv$dEv'UVS1ۃEu $$v$u$(u E[^]H&UWVS<@E }D$׿E$1<$п#HtD$$18*пUD$4$T$uVD$\$<$#tC$F1Ƌ$3׿utD$D$@$%,r<@[^_]Ë@$3jпDž.Dž/D$T$$I+1&'UHE]]uu}}EE D$t$|$ D$L$$j¸u1}u]u}]f$tE ì$|$ t$$D$D$]u}]Ð&UWVS<]}u Et}u~ 1ۉ<$=v<[^_]ËEאt&D$D$  |$D$E$uu#4$_!}E4$D$ED$貿u<$ u1lM}t|$4$ )E}>Et$D$E$r)#U@]]uEw@xM@y*$nu $( ]u]ÍvD$$̍\$4$24$U4$2뢉É4$2$fUE %E &UE %E&U} -]Ít&US]$~#ǃǃƃǃƃ$L$$$$xl%$j %l$V][]&U8]]u}$v#E$EL$E$4$E܉$# %<$l%4$$]u}]ÉƉ$4$@4$EUE؉Ɖ<$HE܉$=E$2E$'뵉щՉ܉㐐US]t$hCC[]ÐUEƀt&9u]ÍUEƀt&9u]ÍUM S]tt1t&9w[]Ð&UVu S]`tK1ҍ&09w[^]Ð&'UHMUEu49шEEBƉ]]}}D$E $D$eu]}]EEEEԉE ]Jv'U8uu ]]}tEƃ4$\$ t$$D$D$D$/]u}]f߹1ƃ]u}]ÐUEƀD$,$`Í&'U(E]] uuu]u]ft$\$ D$D$D$$|D]u]Ív'UVSED$t$$bE D$\$$K\$4$xt&9ux9u[^]ÍUSED$\$$$ xv9u[]ÐUE]ÍvUWVS"M]E4$DžDžDžDžDžDžD$0 D$ t$uD$$qD$ t$$T$T$$D$ D$2|$Et5 $(p$\$$XEؿĵˍ۸<Elj$讵$tމӺt"t&Ĝ"[^_]ÍvHL$|D$ $D$@#ET$xD$ $D$2ż$ضx||$ t$T$L$\$$Qt&0҃M>5$虴$E $D$<҃vUH ]]uu}}4twu|twM D$$L$T E Mt$|$ D$L$D$$t@t<tf]u}]ÐE $D]1u}]ÍM $Ctǃ41f$$;t{EL$D$E $vM $A1QE Mt$ |$D$EL$M $D$L$ ǃ4 MD$L$M $%냉'Ut̡S] }D‰$荲] E[]'U]ÍUE U$D$ET$ U$T$0EE jv'UEUD$E T$ U$T$/EE *v'U8]]u}{Hw,CH$s$0諱t$D$$I]u}]Ít&$|E]u}]$Z\$$볋[ $x=\$$q떋[ $  \$$Tv$pE녋s$$t$\$$?$ʰ\$$ $諰\$$$v苰D$$-]u}]Ë$pb\$$D$$׋s$s$ ps$laCD$CD$ D$$D$$ݯ$D$}/s $$諯T$$D$I$P舯Es$$\$$$$DE$0$DD$`$xEs$t$ \$$D$@s$Hs$ $|s$$L$s$$$8$$I$D$$s$gs$X$pD$$E|i{s$Э|$ t$D$$js$ps$s$$4$мs$s$H$B$D$$hs$t$T$ $D$^s$|8s$)D$$D$o!$讬$$蓬\$$ǿfUt&U=u Í&裋+Q=[~$腋QÍ&'U$hUT$$$$ ɃÍvU$($«U$T$D$[$蟫$Ƀ US] $(詾,D‰$RU$T$D$$/$G[]ÐUWVSZé)t$1ED$E D$E$9rރ[^_]ÍU]Ë$ÐUSNtNfЋu[]ÐUS[ \Y[Maximum allowed array size (%u) is exceededHR8RAR_EXIT*?/.rarexesfx00?*<>|"?*?*<>|"?* ` 4FileR Creating %-56s%.*ls(%u)%lsCMTL 7ArchiveR@;%uRRf@XX0U//gr/dev/urandom__rar_%u-%02u-%02u %02u:%02u:%02u,%09u%u-%02u-%02u %02u:%02u????-??-?? ??:??Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s ghhhEiYjg`l0mmmPlll5hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? RAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%sSFXvolume %dvolumeencrypted headersEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->1mZG4!̱ܱ  ,,,.. @   (08@P`p  -x Extract from archive (default) -t Test archive files -v Verbosely list contents of archiveܳ_Yes_No_All_nEver_Rename_Quit_Yes_No_All_nEver_Quit Overwrite %s ? Would you like to replace the existing file %s %6s bytes, modified on %s with a new one %6s bytes, modified on %s Enter new name: %3d%% %-20s - checksum error Checksum error in the encrypted file %s. Corrupt file or wrong password. %-20s : packed data checksum error in volume %s The specified password is incorrect.Not enough memory Cannot open %s Cannot create %sCannot close the file %sSeek error in the file %sRead error in the file %sWrite error in the file %s WARNING: Cannot change attributes of %s Cannot copy %s to %s. You need to unpack the entire archive to create file reference entries. Cannot create directory %s Cannot create symbolic link %s Cannot create hard link %s You may need to run RAR as administratorCorrupt archive - use 'Repair' command Corrupt header is found Main archive header is corrupt %s - the file header is corrupt ERROR: Corrupt data header found, ignored WARNING: Unknown data header format, ignored ERROR: Corrupt %s data block Recovery record is corrupt. Unknown method in %s Unknown encryption method in %s ERROR: %s and %s belong to different sets Nothing to reconstruct Reconstructing... Reconstruction impossible Unexpected end of archive ERROR: Bad archive %s The archive comment is corrupt ERROR: Invalid file name %s No files to extract Cannot find volume %s %s switch is not supported for RAR %d.x archive format. %ls%ls%ls ERROR: Path too long ERROR: %s group and owner data are corrupt WARNING: Cannot get owner %s ID WARNING: Cannot get group %s ID WARNING: Cannot set %s owner and group WARNING: Cannot read symbolic link %s WARNING: Symbolic link %s already exists WARNING: Attempting to correct the invalid file name Creating %s Renaming %s to %s Calculating checksums of all volumes. %d recovery volumes found %d volumes missing WARNING: FAT32 file system does not support 4 GB or larger files Testing the recovery record%s Insert disk with %s_Continue_Quit_Retry_Abort ERROR: Not enough disk space for %s.wwhY/#֑ȑnH9*אȐwI5ȍߏЏ?0!xRA!ȍ#;T44tXl4D$T 8h4dtT@4|40TXtx<$\4|t$d<tlt,\Dd0Pp4$HdtDD8d4dD0XD4 44d4D T4tdDl4d @ ` t t!4!dd!!$!!" "TH"4"T""" #44#\####T4$4p$$$%D%h%4D&tx&&t4't''D $ % % %T & & 'D (T 8(4 ((()DT))))'4*d8h*9*9*:+;4)D;t);<+$=l+>+D?+?+@$,tAH,$Cx,TC,C,$D-D<-D\-D|-E-E-E-E .E4.Hd.M.P.U.V$/tXX/DY/Y/[/\0T\<0t]l0]0$^0t^0^0^1^<1T_h1_1T`1`1a,2a`2a2b2b2c3dT34dt3df3tf3f3f 4h\4Dk4k4tl4l5l45mT5$mt5Dm5dm5m5$n5Do86toX6ox6o6q6dr6s$7sT7t7Dw7Tw7w8w 8dx\8x|8x8y8y8y9y(9zH9zp9${9{9}9d$:ԁ`:t::T: ;0;4P;dp;t;;$;d<ԅ8<dd<<Ԇ<<<0=TT=x=ԇ=4=t>$>H>4l>t>>ԉ>>D?T?TCUCAB g F A G A  AB GOA 8qAB IFHt AA _ A,BAG I AAA H $LGAB _ F Z ,t@4AB Iq AAA H PAB A @*AB f P(AB d  `0AB GdA (lAB M HlAB A ,h\AB L AAA C AB M 7AB s 0;AB IK^ AA , hAB ILg AH ,<NAB Ju A E DA l'AB c (AB Ln AA A ,lAB L5 AAA A AB J AD A $(aAB [| A A 8;AB LF AH P AA AB D $/AB _ F F AB D AB D $aAB Z} A A $<sAB [N A A $dP`AB [{ A A ,AB ZIIP AA $YAB [t A A T EAB O AAA C W AAA F S AAA B ]AAA 8<AB R AAA A IAAA $x^AD P C E  4AB WXA -AB i 4`NAB GS A J X A G DA ,;AB Hh AA E LAB GOA 0 $<AB I AAA A -AB i 4NAB GS A J X A G DA $7AB IFc A$$0$AB R C G 0<7<AB IFF AG <0/Q<AD IOK AG } AB <pn<AB ^K AC  AA 8AB IVy AD d AC P8<AB I AAA B  AAA A  AAA B ,fAB G[ A B |A ,$]AB Go A F D A C ,AB GS A B |A  $AB D H@AB G{ A B d A C V A A V A A vA $AB Gg A F 4PqAB KLz AC W A >AB GrA (rAB IFH AE <3AB o \7AB o |3AB o 4L <AB LIbf AG , AB L~ AAA H 4 <AB DJZ AAA B 0<AB L AAA G (p AB IES AC <hAB CH^ AAA A L AAA A (AB ILj AE 8|rAB CHZ AAA E ~AAA ,D@AB lO AAA G 0tAB S3 AAA D $LJAB DGyAA (tQAB HD~AAA ,/AB LV AAA H ,AG y G ,P$AB IAAA #AB _ 8ZAB E AAA F FAAA 8bAD Mw AAA D NAAA ( AB KAAA D AB D dp AB D ,`AB K| AAA C AB O  AB D  AB D $.AB M H U ,<AB E% AAA H ,lXAB R AAA A ,AB O AAA A ,!AB R AAA A ,&7AB Lr AAA D 0'$=AB H AAA A 0)<=AB Ij AAA A  )8AB t , )rAB OLR AG 8 +AB IG AAA B AAA  !+HAD D}A ,D!,AB O AAA A (t!-_AB CKKAA !4-CAB  !d-BAB ~ !-$AB ` "-AD X  "--AD J\A (D"-[AD W} A$p"-7AB IFc A8"-AB DC AAA C NAAA ,".@AD Gd A A LA ,#.rAB IFLw AB 04#.bAB IFg AF ` A$h#/PAD Ks A D $#D/8AG O A ] 8#\/AB I AAA B NAAA $#/GAB IFs A<$/AB IFNa AF l AC \$0!AB ] ,|$0/AD I1 AAA F $2AB D $2AB T $$2&AB T A M L%2AB DCc AAA H S AAA B  AAA E Hd% 4AB LFF AH  AG P AG $%6AB HAA  %7qAB GeA %x7,AB h &7AG S <&77AB s \&7 AG W |&7AB D &7AB Z &7MAB ~ &7eAB a @&(8AB Sb AG w AH O A@'9.AB j `'9AB O $'9SAD Rz A0X&L9R=AB I6 AAA A ':AB  ,&h;}=AB HW AA E ,,(;AB IFF@ AG (\(X<AB IO A<(=AB I AAA A ` AAA B (|?AB A (l?#AB _ )|?AB T 8()|?AB SOH AB F Ad)@AB T ()@]AB KIE A)4@+AB g )D@bAB ^ )@AB L *@@AB | 0*@.AB j $P*@AB UAA $x*AB Ou AAA F 0 =Tb>AB n AAA B ,>!AB Lh AAA A <> AB L AAA A  AAA B ,?*AB E AAA H 0= >AB L  AAA A x?AB [ $?"AB T I A  ?.AB GbA ,?*AB L AAA F @p9AB u ,4@dAB S6 AAA A d@`AB J @PAB J $@@-AB M H P ,@HAB IFHU AH ,@AD LGAAA <,AAB I AAA A  AAA A lA0AB l ,A4AD N AAA A (A(:AB H AA A <A< AB I AAA B  AAA A <(B;B AB LN AAA H k AAA B <hBFAB I AAA B J AAA C <BHAB O* AAA A q AAA D BK"AG UCA $ C(GAB IIp A84CpKPAB U AAA A |AAA ,pCAD INM AF C#AB [ $CAB HAA (C`AB JM@ A,DPsAB CCG_AAA (DDAD H AA D ,pDDAB IFF AG ,DAD IGoAAA ,DDzAB IHSM AC 0EJRAB IIU AE ` A,4E`XAB IFMn AB 8dEAB IUY AE ] ADEJAB I AAA E q AAA E DAAA 8EAB I AAA E AAA $FAB Q <DFvAB I AAA B y AAA D FAB K  FAD KLA $F5AB DkAA F AB D ,GAB L AAA D ,@Gt<AG f D C C C (pGAB LAAA ,G8AB KHa AAA F 0G>AD Hh AA A CAA ,HAB IM AH ,0HtAB G~ A G A ,`HAG O AAA A ,HSAB ^X AAA D ,H+AB L AAA D 0HAB KE AA K aAA 8$I0G6AB IV AG k AD 4`I4HVAB GS A J [ A L DA 0HH">AB I AAA E 4I(HVAB GS A J [ A L DA 4JPHVAB GS A J [ A L DA (Hh>AB G A E HhJAB L AAA F J AAA A  AAA A 8JH6AB IV AG k AD JI,AB G`A @I>AG Lk AAA F  AAA H LJl ?AB I AAA H [ AAA B Z AAA C @XJ *?AB I8 AAA A  AAA C <K AB M AAA A  AAA E 8,LG.AB IV AA i AF $hLH$AB R C G ,LAB I AAA E LHBAB GvA (L AB Ha AA B ,M4!vAB Ir AAA G ,@M0HAB X E J F S 0pMdHAB GP A E m A B $MH5AB Y D P $MHXAB DJAA ,M0IBAB P AAA A 8$NPJAB MGGF AC z A,`NJAB Ip AAA A ,@MKI?AB LQ{ AD N4LAB O N4LAB O O4L AB E  OM2AB GfA  DOLAB GA 0N|La?AB IIg AA OhM$AB ` OxM$AB `  OM(AB G\A $PM1AB DDcAA ((PMvAB WXFx A8TPNAB IFIA AC ] APDN"AB ^ 0PTNfAB LFW AC t A$PNAB QmAA  QNKAB PvA 0Q$O AB D ,PQOAB O AAA D <QtQAG LFF AB X AG QR3AG LYA QS AG A RS6AB n $R S6AB n HDR@S^AB IOw AE Z AE  AA RTX AB D $RDXBAB M H i RlX=AB s RXQAB G  SXeAB HXA qZ*/`jU}}}R5Nu=Sym; wa7[%!'z=KYgu)7G5P+-ZE3;     n)d('n  :  LzzIi')7CM\fiBPd +C>Z%U{c =8M=\2$& ::y Q' (x'``(( (((1U*#&  !/55CQ_mVI " ^x@79Q&&~7HVdl`6S] p ܔo  O88Hooo,OƓ֓&6FVfvƔ֔&6FVfvƕ֕&6FVfvƖ֖&6FVfvƗ֗&6FVfvƘ֘&6FVfvƙ֙v?C2~%t,ȀOGCC: (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2GCC: (Ubuntu/Linaro 4.5.2-8ubuntu3) 4.5.2.shstrtab.interp.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.gcc_except_table.ctors.dtors.jcr.dynamic.got.got.plt.data.bss.comment TThh !$4oP>  F No,,[oj Hs 888 |pp0w  ܔC Xg