ahh@j.cc.purdue.edu (Brent L. Woods) (02/29/88)
Program Name: MRBackup Submitted By: uiucdcs!amanpt1.ZONE1.COM!mrr (Mark Rinfret) Summary: A hard disk backup utility. Poster Boy: Brent Woods (ahh@j.cc.purdue.edu) Tested. Part 1 of 3. NOTES: None. Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421 USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906 ================================================================ This set of 3 shar files contains the binaries and docs for version 2.1 of MRBackup, a hard disk backup utility for the Commodore Amiga. Mark Rinfret #-----------------------------CUT HERE---------------------------------- #! /bin/sh # # This is a shell archive. Save this into a file, edit it # and delete all lines above this comment. Then give this # file to sh by executing the command "sh file". The files # will be extracted into the current directory owned by # you with default permissions. # # The files contained herein are: # # -rw-r--r-- 1 mrr users 29443 Feb 7 18:22 MRBackup.TXT # -rw-r--r-- 1 mrr users 187 Feb 7 13:31 MRBackup.init # -rw-r--r-- 1 mrr users 140 Jan 1 13:40 MRBackup.xcld # -rw-r--r-- 1 mrr users 1324 Feb 8 22:09 icon.uue # echo 'x - MRBackup.TXT' if test -f MRBackup.TXT; then echo 'shar: not overwriting MRBackup.TXT'; else sed 's/^X//' << '________This_Is_The_END________' > MRBackup.TXT X X X X X X X X X X X X X X X X X MRBackup Version 2.1 X X A Hard Disk Backup Utility X X for the X X Commodore Amiga X X 1 February 1988 X X Mark R. Rinfret X X^L X X X X X X X Introduction X X This document describes a program, named MRBackup X (pronounced M R Backup, not Mister Backup :-), which will allow X you to backup the files on an Amiga hard disk drive to floppy X disk media. I wrote MRBackup primarily out of my own need. I also X saw it as a means for learning more about programming the Amiga. X Please take the time to read this document carefully. There are X some fine points ("Now THOSE are some fine points!") about the X program that you won't want to miss. X X MRBackup is reasonably flexible, allowing you to back up X individual directories, directory trees or a whole disk. You can X backup from one directory hierarchy and restore to another. X Incremental backups can be performed based on file modification X dates. MRBackup also uses, at your discretion, the "archive bit" X feature added with release 1.2 of the WorkBench. Just for fun, X MRBackup also talks. Though this is may seem frivolous, the X speech capability provides a method for alerting you that a new X output disk is required for formatting. X X MRBackup is not fast. When choosing a method for packing the X backup data, a fast-scan approach with specialized backup X directory structure was considered. However, there is an inherent X danger in committing multiple files to a specialized file system X which can only be accessed through a solitary piece of software. X I decided to maintain the AmigaDOS file system structure which X has a great deal of integrity and allows the backup media to be X accessed by standard software. When I do it again, I'll probably X go with the specialized approach - the current method is just too X darned slow. X X The user should take a serious and organized approach to X his/her backup methods, however. I highly recommend that backup X listings be kept in a safe place (I use a 3-ring binder) and X backup floppies be stored safe from magnetic damage or other X hazards (like spilled coffee - argh!). A truly committed X individual will backup his entire disk once a month, once a week X and "areas of interest" once a day (default). X X MRBackup attempts to economize on output media usage by X using Lempel-Ziv data compression/decompression (at the cost of X time). This is an option which can be enabled/disabled via menu X selection. The compression routine used was lifted from the Un*x X "compress" program but has been adapted to employ buffering and X native AmigaDOS I/O. X X X Operation X X To use MRBackup, click on the program icon or type MRBackup X at the CLI prompt. A new window will open in which you will see a X^L X X X X X STOP sign, some other gadgetry, and a couple of embedded X windows. If you click with the right mouse button and drag from X left to right across the menu bar, you'll see the various program X menus which control MRBackup's operation. X X X Pathname Specifications Window X X The Pathname Specifications window is where you tell X MRBackup where data is coming from and going to. It is important X to note that the meanings of "Home Path" and "Backup Path" remain X the same for a backup or a restore operation. That is, the "Home X Path" always refers to the files' normal "home" and "Backup Path" X always refers to the location where the copies are kept. X X The "Listing Path" refers to the destination of a detailed X listing of the contents of the backup floppies and may specify X the printer (PRT:, default) or a file on the hard disk. The X listing is an option which may be enabled/disabled via a Flags X menu selection. X X The "Exclude Path", if specified, is the name of a file X which contains lines describing files which should not be backed X up. Any filename matching an entry in this list will be excluded X from the backup. The exclude file consists of file X specifications, one per line, or comments (a line with a number X sign - # - in column 1). Blank lines are ignored. Also, the X specifications are case-insensitive. That is, "SYSTEM" and X "system" are equivalent. Examples: X X # Exclude all object files X *.o X # Exclude all files beginning with "System": X system* X # Exclude all ".info" files: X *.info X # Exclude the "include" directory and all subdirectories: X include X X You can customize the operation of MRBackup through the use X of an initialization file. This file must be named X S:MRBackup.init. With it, you may set your desired defaults and X Flags. Each line in the file consists of an option setting, of X the form: X X OPTION = VALUE X X or a comment. Comment lines begin with a number sign (#). A X sample initialization file is included which illustrates the use X of all possible parameter settings. X X The following example is from a working MRBackup initialization X file: X X^L X X X X X # The home path is the name of the hard disk. X home = DH0: X # The backup path is the external floppy disk. X backup = DF1: X # Send the listing to a file on the hard disk. X # The default is PRT: X list = S:MRBackup.list X # Give the name of the file containing exclusion specifications. X exclude = S:MRBackup.xcld X # Employ file compression / decompression. X compression = YES X # Disable the listing capability. X listing = NO X # Let MRBackup talk to me. X speech = YES X # Format each floppy targetted for output. X format = YES X # Do special processing for "big files". X bigfiles = YES X # Provide special handling of the "archive bit". X archivebits = YES X X X Backing Up a Disk X X To back up your hard disk, or a section of it, first get an X indication of the size of the area with the Info command, "ls" X (if you have it), List, etc. If you multiply the total number of X bytes (blocks * 512) by 0.65, then divide by 800000, you should X get a very rough estimate (probably high) of the number of floppy X disks required to back up that area. The floppies selected for X backup need not be preformatted, as MRBackup will format them as X needed. You should be sure, however, that no valuable data exists X on them since it will be destroyed by the formatting process, if X formatting is enabled. X X Once your floppies are ready and stacked neatly within reach X (get some labels and your favorite marker pen, too!), the fun X begins. First, modify the pathname specifications according to X your requirements. Normally, the "Home Path" would be the device X name of your hard disk or a directory on it (e.g. DH0:) while the X "Backup Path" would specify the device name of one of your X floppy drives (e.g. DF0:). While earlier versions of MRBackup X were pretty rigid in this regard, this version will allow you to X specify ANY disk device name in either specification. PLEASE BE X CAREFUL! Many users asked for this increased flexibility. Just X be aware that it carries with it an increased risk that you now X have more "opportunity" to burn yourself with improper pathname X specifications. X X Finally, the listing path may be set to the printer device X (PRT:) or to the name of a file on a hard drive or any available X floppy drive not being used by the backup. The listing path will X^L X X X X X be ignored if you disable the Generate Listing option in the X Flags menu. X X Make sure that you have set the desired options in the Flags X menu, then select Backup from the Project menu. You will be X prompted with a date requester. The default date value that X appears is one day earlier than the current date. If that is X satisfactory, simply depress the RETURN key and the backup will X commence. If you desire to change the date, edit the date value X as necessary, using the standard Amiga conventions. Remember that X to clear the gadget you may press right-Amiga-x. A null date X value (all blanks) is allowed, should you want to backup all X files in the home path, regardless of their creation dates. The X minimum date value handled by this date requester is 03/01/84 X (though AmigaDOS supports dates back to 01/01/78). The required X date and time format is MM/DD/YY HH:MM:SS (24 hour clock), the X time specification being optional. You will notice upward and X downward pointing "arrows" above each date component. Clicking on X the appropriate arrow will increment or decrement the respective X portion of the date. Though the values normally will wrap around, X not affecting adjacent date components, certain situations will X arise where incrementing a day value may cause the month to X increment (incrementing February 28 in a non-leap-year will yield X March 31). X X Once the date has been entered, the rest is fairly X automatic. You will be prompted immediately for a floppy disk. X Insert it into the floppy drive that you specified in the backup X path and the disk requester will be satisfied. Should you want to X abort, simply hit the CANCEL gadget in the requester. Also, you X may abort the backup process at any time by hitting the STOP X gadget which appears in the top left area of the screen. This X gadget is checked prior to each block write operation, so be X patient if it does not respond immediately. Use the STOP gadget X with caution - it really lives up to its name! X X As each floppy disk is filled, you should promptly label it. X If formatting is enabled, MRBackup automatically generates volume X names of the form: X X Backup MM-DD-YY.<sequence number> X X Also to be noted is the fact that the files on the backup media X retain the creation/modification date, comments (FileNotes) and X protection bits of their counterparts on the home device. X X You will find that the Amiga's multitasking environment X shines when using this program. For those long-haul backups, get X everything started, then shove MRBackup's screen to the back and X go start something useful. MRBackup will carry on without your X watchful eye. When it needs a disk, the disk requester will pop X out in front of everything and MRBackup will ask (out loud, if X speech is enabled ) for another disk. Having something else to do X will make the time pass faster. X^L X X X X X X X Restoring the Backups X X No, this isn't always the bad part. Backup and restore can X also be useful when your hard disk is crowded and you have to X "juggle" data around. The restoration process is quite similar, X mechanically, to the backup process - it's just reversed. In X addition, the meanings of the pathname specifications are altered X somewhat. The "Home path" describes the destination for the X restored files and, as with the backup process, may specify the X hard drive only or a directory specification. The "Backup path" X describes the file or files to be restored and thus may be X defined down to the file level (1 file). X X Note that on a restore operation, the file creation date of X the backup file is compared to its matching file (if it exists) X on the home device. If the file on the home device is newer, the X file will not be replaced. If this is desired, the file on the X home device must be deleted first. A later version of this X program will probably offer a "force" or "force with prompt" X option. X X X Menus X X This section provides a brief description of MRBackup's X menus and their items. X X Operations Menu X X The Operations Menu provides access to MRBackup's major X processing functions. They are: X X About X This item gives a quick description of MRBackup's X features and lists my address and phone numbers. X X Backup X This command begins the backup process. You should X first be sure that all Pathname Specifications and Flags X menu settings are correct. X X Resume Backup X This command allows you to backup your hard disk in X stages or recover from an interruption, such as a power X failure. Prior to "starting" each backup floppy, MRBackup X writes information about its current internal state to a X file named S:MRBackup.context. The first line of this file X is the disk sequence number (1..n). The second line is the X name of the first file to be written to the floppy. The X third line is the backup "delta date". Subsequent lines are X the names of files and directories in MRBackup's top-level X file list. As long as the file specified in line 2 can be X^L X X X X X found, MRBackup should be able to resume your backup, even X if changes have occurred since the original backup was X interrupted. You may even edit the context file for special X situations where you wish to backup a disjoint set of X directories. X X Restore X Restore allows you to recover files from backup X floppies previously created with the Backup or Resume Backup X commands. MRBackup will prompt you for floppy disks as they X are needed. Note that there is no prescribed order for X restoring floppy disks. X X Load Preferences X This command reads your Pathname Specifications and X Flag menu settings from a file named S:MRBackup.init. You X would typically use this command to restore MRBackup's X settings to your startup settings. X X Save Preferences X This command writes the current Pathname Specifications X and Flag menu settings to the file S:MRBackup.init. This X allows you to establish MRBackup's default initialization X parameters. X X Quit X Alas - all good things must come to an end. As much fun X as MRBackup is to use, you'll probably want to put it away X once in a while. X X X Flags Menu X X The Flags menu allows you to set or clear certain X operating parameters (flags) which constrain MRBackup's X operation. A flag is considered "set" if there is a X checkmark to the left of its name in the Flags menu. Each X time the item is selected it will toggle to the opposite of X its current state. X X Compress Files X This option, when set, allows files to be compressed X during backup and decompressed when restoring. File X compression can typically save from 35% to 60% of the X original file size. Though this is more costly in terms of X time, fewer floppies will be required to perform a backup. X X Do Big Files X Big files are files whose size exceeds the formatted X capacity of a floppy diskette (1756 blocks). In order to X backup big files, MRBackup must split them across two or X more diskettes. In order to accomplish this, a special X information file, MRBackup.bigfile, is written to each X backup diskette containing a big file. MRBackup also X^L X X X X X requires another flag, Format Destination, to be set in X order for big file backup to be attempted. If these X conditions are not met, MRBackup will simply skip over the X big file, reporting the event. X X Generate Listing X This option causes MRBackup to list the contents of X each backup diskette (created by the Backup command) to the X file or device specified by the Listing Path in the Pathname X Specifications window. X X Speak X Setting the Speak flag allows MRBackup to talk to you. X This is especially useful when doing backups. When a new X floppy disk is required, MRBackup will call you for help X (it's a pity the Amiga doesn't have a diskette jukebox X feature). X X Format Destination X This flag is normally set and tells MRBackup to format X each floppy used for backup purposes. However, you may wish X to disable this feature for special backups which you prefer X to "refresh" by writing over previous versions of backed up X files. X X Use Archive Bits X A new feature, added with release 1.2 of the WorkBench, X is an archive bit in each file's protection word. This bit X is cleared whenever a file is modified and can be set by X MRBackup when a file is backed up. When this option is X enabled, files for which the archive bit is set will not be X backed up. This gives you a very accurate method for backup X selection if you're careful with your backup diskette X library. X X X Windows Menu X The Windows menu allows you to reactivate windows which have X been closed. Currently, the only window supported in this manner X is the Pathname Specification window, which you may close once X all pathname specifications have been made. X X X Warranties and Support X X There are no warranties, either expressed or implied, with X regard to the use of this program. You didn't pay for it (did X you?), so how's you gonna' get you money back (sic, sic, sic)? X Seriously, folk, I've tested this beastie pretty thoroughly (I X USE it!), but you know how things go. There may be a bugaboo or X two lurking about. Please exercise it a little before committing X your life (your precious data) to its care. X X^L X X X X X As for support, I will do my best to respond to bug reports X for as long as I have an Amiga in working condition. I will only X support the most recent version, so please know your version X number if you call. I am a fairly trusting sort, so if your need X is urgent and I have a spare floppy, I'll probably respond right X away and assume you'll return my floppy and a couple of stamps in X equally prompt fashion. X X Several people have suggested that I should have made this a X shareware product, if not a commercial one. I don't really think X that shareware works, and it really was not my intention to make X money with this program. I can see in retrospect, however, that X there was a need for such a utility and that with a little more X work (OK, a lot of work!), I could probably have had a minor X financial success. However, by my standards, that would have X required a lot more effort and commitment than I had to give at X the time. Your calls and letters have been extremely gratifying X and all the incentive I've needed to continue to steal a couple X hours here and there to continue making improvements. (If anyone X wants to talk a deal for some reasonably priced custom software, X I'm all ears.) X X X Permissions X X This program is contributed to the public domain, as a token X of gratitude for the many wonderful programs I have received X through the same channels. Feel free to enhance, destroy, sell, X distribute or otherwise benefit from the legal use of this X program. I would love to hear from those of you who find MRBackup X either useful or useless (with specific criticisms in the latter X case). If you make any enhancements (there's room for PLENTY), X please share them with me and the rest of the world. I can be X reached as: X X mrr@amanpt1.ZONE1.COM X ...rayssd!galaxia!amanpt1!mrr X X or X X Mark R. Rinfret X 348 Indian Avenue X Portsmouth, RI 02871 X 401-846-7639 (home) X 401-849-8900 (work) X X X Changes X X This section lists changes, in reverse chronological order, X as they have appeared in subsequent releases of MRBackup. I have X attempted to be thorough, but may have missed a few key items. X X Version 2.1 X^L X X X X X X Added the "archive bits" capability. X X Fixed an error in the file exclusion list processing X algorithm. While this problem seems to have drawn little X attention, the previous algorithm did not properly handle file X specifications involving nested directory components. X X File comments and protection bits now are saved/restored X along with the file date. X X A new command, Resume Backup, plus a new method for saving X "context" information, has been implemented. X X X Version 2.0 X X New User Interface X X MRBackup has undergone a major facelift. It now has its own X screen and color palette and newly designed menus and gadgetry. X All of this is due to my use of PowerWindows 2.0 from X Inovatronics, a very worthwhile tool for Intuition programming. X X You will notice some new gadgetry on the screen. I've added X a "fuel gauge" which indicates the "fullness" of the output X floppy. There's a new error count gadget which tracks total X errors encountered and a "Current Backup Volume Name" gadget X which keeps you informed as to which disk you're currently X archiving to or restoring from. X X The Pathname Specifications window has a close box which X will make the window go away. A new menu, Windows, has an item X Pathnames which will reopen the window for you. X X A new command, Save Preferences, allows you to save your X current pathname specs and flags to the preferences file X (S:MRBackup.init). The Flags menu has been totally redone. This X menu previously consisted of item pairs (<feature>/No <feature> - X pretty dumb, I must admit - I think I was intrigued by mutual X exclusion at the time). The new Flags menu just consists of X check-marked items. If an item is checked, the feature is X enabled. X X X Improved Error Handling X X This is usually the hardest task in any programming chore X and usually gets the least attention. Previous versions of X MRBackup were no exception. Version 2.0, however, has come a long X way in this direction, especially in the area of recoverability. X A new requester has been introduced which lists your recovery (or X abort) options when certain errors have been detected. Most X significantly, new context-saving code has been added which will X^L X X X X X allow you to restart a backup disk from its beginning, should a X non-recoverable output error occur. Currently, this context X information is saved in memory. I would like to save it to a file X on the system disk. This, coupled with X a new command (Resume Backup), would allow recovery even from a X power failure. X X X Increased Flexibility X X Previous versions of MRBackup were fairly rigid with regard X to home and backup path specifications. Version 2.0 allows ANY X disk device to be referenced in either location. On systems with X dual floppy disks, you can even backup from floppy to floppy! X X MRBackup now allows you to suppress formatting of the backup X disk. This allows you to "freshen" a previously created backup X set. Though this option should be used with care, it does speed X things up and enhances MRBackup's partial backup capability. X X X Big File Handling X X This is truly a last-minute item! I personally don't have a X file big enough to require this, so I didn't address the problem. X However, enough users have requested this that I took a stab at X it. "Big" files, according to MRBackup, are files which are X larger than the formatted capacity of the output media. Iff (sic) X you enable the "Do Big Files" and "Format Destination" Flag X menu items, MRBackup will split X big files across multiple floppy disks. If these options are not X enabled, MRBackup will just complain that the file is too big to X back up and go on. X X Some of you will probably think that the method used to do X this is somewhat kludgy, but it's consistent with my approach to X total AmigaDOS compatibility. When backing up a big file, a X special information file, MRBackup.bigfile, is written to the X output disk. The information file contains stuff like the file X name, the "chunk number" (which piece of the file is this?), the X chunk size, and a flag which indicates whether this is the last X chunk. This information is used by the restore operation to X insure that the file chunks get reassembled in the correct order. X X In order to test this, I had to write a program to create a X big file (slightly larger than 1 floppy disk), archive it and X restore it, then compare the two files. To do all this, I had to X first clean house on my 20 MB hard drive! The big file backup X appears to work OK. I think it could use some more testing, X however, and would encourage you to test drive it before you X commit to it. X X X ________This_Is_The_END________ if test `wc -l < MRBackup.TXT` -ne 616; then echo 'shar: MRBackup.TXT was damaged during transit (should have been 616 bytes)' fi fi ; : end of overwriting check echo 'x - MRBackup.init' if test -f MRBackup.init; then echo 'shar: not overwriting MRBackup.init'; else sed 's/^X//' << '________This_Is_The_END________' > MRBackup.init Xhome = DH0: Xbackup = DF1: Xlist = s:MRBackup.list2 Xexclude = S:MRBackup.xcld Xcompression = YES Xlisting = YES Xspeech = YES Xformat = YES Xbigfiles = YES Xarchivebits = YES ________This_Is_The_END________ if test `wc -l < MRBackup.init` -ne 10; then echo 'shar: MRBackup.init was damaged during transit (should have been 10 bytes)' fi fi ; : end of overwriting check echo 'x - MRBackup.xcld' if test -f MRBackup.xcld; then echo 'shar: not overwriting MRBackup.xcld'; else sed 's/^X//' << '________This_Is_The_END________' > MRBackup.xcld X# The terminating asterisk in some names supresses the ".info" files. XAmigaBasic* Xc Xdevs XEmpty* Xl Xlib Xlibs XPreferences* XSystem* Xt XTrashcan* ________This_Is_The_END________ if test `wc -l < MRBackup.xcld` -ne 12; then echo 'shar: MRBackup.xcld was damaged during transit (should have been 12 bytes)' fi fi ; : end of overwriting check echo 'x - icon.uue' if test -f icon.uue; then echo 'shar: not overwriting icon.uue'; else sed 's/^X//' << '________This_Is_The_END________' > icon.uue Xbegin 644 MRBackup.info XMXQ```0``````U@!Z`%``*P`%``,``0##ES`````````````````````````` XM`````SP``````````````-(```!O``````````````````````!0`"H``@`! XM1!`#``````#_________________________________________```````` XM``!__P_@````````?_\``````````'__``````````!__P``````````?_\` XM````````/'__``````````!_____________________________________ XM______________________[_^__________^__'__________O_@________ XM__[_P'_________^__O_________\!_[__________@_^__________\?_O_ XM_________O_[______________________P'__^`_______\!_^!@/______ XM_`?_@8#_______P'_X&`_______\!_^!@/_______`?_@8#_______P'__^` XM_______\`````/_______`````#_______P`````_______\`````/______ XM_`````#_______P`````_______\`````/_______`````#_______P````` XM____________________________________________________________ XM____________``````````!__P_@````````?_\``````````'__```````` XM``!__P``````````?_\`````````/'__``````````!_________________ XM________________________``````````````````$`!``````````!``X` XM`````````0`?``````````$`/X`````````!``0`````````#^`$```````` XM``?`!``````````#@`0``````````0`$```````````````````````'__^` XM````````!_^!@`````````?_@8`````````'_X&`````````!_^!@``````` XM``?_@8`````````'__^````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XF```````````````````````````````````````````````````` X` Xend ________This_Is_The_END________ if test `wc -l < icon.uue` -ne 24; then echo 'shar: icon.uue was damaged during transit (should have been 24 bytes)' fi fi ; : end of overwriting check exit 0
ahh@j.cc.purdue.edu (Brent L. Woods) (02/29/88)
Program Name: MRBackup Submitted By: uiucdcs!amanpt1.ZONE1.COM!mrr (Mark Rinfret) Summary: A hard disk backup utility. Poster Boy: Brent Woods (ahh@j.cc.purdue.edu) Tested. Part 2 of 3. NOTES: Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421 USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906 ================================================================ This set of 3 shar files contains the binaries and docs for version 2.1 of MRBackup, a hard disk backup utility for the Commodore Amiga. Mark Rinfret #! /bin/sh # # This is a shell archive. Save this into a file, edit it # and delete all lines above this comment. Then give this # file to sh by executing the command "sh file". The files # will be extracted into the current directory owned by # you with default permissions. # # The files contained herein are: # # -rw-r--r-- 1 mrr users 40630 Feb 8 22:19 MRBackup.uu2 # echo 'x - MRBackup.uu2' if test -f MRBackup.uu2; then echo 'shar: not overwriting MRBackup.uu2'; else sed 's/^X//' << '________This_Is_The_END________' > MRBackup.uu2 XM;?_T2,`@;0`((4``!"!M``@P+?_RP?P`,B%```A.74YU3E7_]B!M``@@$)"\ XM```(RRM`__P@+?_\Y8!6@"(\```%M4ZL@%8[0/_V,"W_]L'\!;5R!$ZL@%:1 XMK?_\!FT'P/_V<@4@+?_\3KHAN%2`(CP```"93JR`5CM`__HP+?_ZP?P`F51` XM2,"!_``%2,`B+?_\DH!2@3M!__A6;?_Z#&T`#/_Z;PI2;?_V!&T`#/_Z(&T` XM##"M__8@;0`,,6W_^@`"(&T`##%M__@`!"!M``@@*``$<CQ.K(!6(&T`##%` XM``8@;0`(("@`!'(\3KHF*"!M``PQ0``((&T`""`H``AR,DZL@%8@;0`,,4`` XM"DY=3G5.5?_\*VT`"/_\8`P@;?_\(!#E@"M`__Q*K?_\9PX@;?_\("@`!+"M XM``QFX"`M__Q.74YU3E7_L$*M_[`@;0`,0A`_/``>+RT`"$AM_\E.NAX:3^\` XM"DAM_\E.K(!<6$\[0/_$0FW_QF!$,"W_QD'M_\D,,``Z``!F#C`M_\9![?_) XM0C```&`P,"W_QD'M_\D2,```2($_`4ZZ$@A43S(M_\9![?_)$8`0`%)M_\8P XM+?_&L&W_Q&VR2&W_R4ZL@%Q83SM`_\1(>0`!``%(>``D3KHO#%!/*T#_P&8( XM("W_L$Y=3G4@;#IJ*V@`(O_\(&W__"`H`!CE@"M`_^@@;?_H("@`!.6`*T#_ XM^$*G3JR`JEA/*T#_O"!M_[PK:`"X_[@@;?^\(7S_____`+A"IR!M_^@@*``$ XMY8`O`$ZZ_L103RM`__1@``$J*VW_]/_L(&W_[$JH``AG``$"(&W_["`H`"CE XM@"!`<``0$+!M_\1C$B!M_^P@*``HY8`@0'``$!!@!#`M_\0_`"!M_^P@*``H XMY8!2@"\`2&W_R4ZZ'P!/[P`*2D!F``"T,"W_Q%)M_\1![?_)$;P`.@``,"W_ XMQ$'M_\E",```2'C__DAM_\E.K(">4$\K0/^T2JW_M&=T+RW_P"\M_[1.NBM< XM4$\@;?_`("@`'.6`*T#_\$JM__!G2"!M__`@*``HY8`@0'``$!`_`"!M__`@ XM*``HY8!2@"\`+RT`#$ZZ'$1/[P`*(&W_\"`H`"CE@"!`<``0$'(`,@`@;0`, XM0C`8`"\M_[1.K("D6$\K;0`,_[!@'D*G(&W_]"`0Y8`O`$ZZ_9A03RM`__1* XMK?_T9@#^TB!M_[PA;?^X`+A*K?_`9PY(>``D+RW_P$ZL@+!03R`M_[!@`/Y$ XM3E7_^"M\_______\0JW_^"\M``AA/%A/*T#_^&8,,"PPPD1`2,!.74YU(&W_ XM^")M__@@*``,D*D`$"M`__Q(>``D+RW_^$ZL@+!03R`M__Q@U$Y5__A"K?_\ XM0JW_^$)L,,)(>/_^+RT`"$ZL@)Y03RM`__AG0DAX``%(>``D3KHLP%!/*T#_ XM_&<<+RW__"\M__A.NBH24$]*0&8(3JR`F#E`,,)@!CE\`&<PPB\M__A.K("D XM6$]@"$ZL@)@Y0##"2FPPPF<82JW__&<.2'@`)"\M__Q.K("P4$]"K?_\("W_ XM_$Y=3G5.5?_P+RT`"$ZZ*8I83RM`__QF!G`!3EU.=3`M``Q(P"M`__0_/``! XM2&W_]$AX`!\O+?_\3KH)>$_O``Y*@&8$<`%@`G``8,Y.5?_X0JW__"M\____ XM___X+RT`"$ZZ_PY83RM`__QF##`L,,)$0$C`3EU.=2!M__PK:``,__A(>``D XM+RW__$ZL@+!03R`M__A@WDY5_^A(;?_T+RT`"$ZZ`0103TAM_^@O+0`,3KH` XM]E!/2&W_Z$AM__1.NO6<4$].74YU3E7_\D*M__Q"K?_X0JW_]$)M__)*;0`0 XM9P@K?````!#__$AX``1(>`$$3KHK:E!/*T#_]&8(.WP`9__R8'9(>/_^+RT` XM"$ZL@)Y03RM`__AF"DZL@)@[0/_R8%@O+?_T+RW_^$ZL@(Q03TI`9^0@;?_T XM2&@`A"\M``Q.N@'24$\@;?_T2B@`D&<2(&W_]$AH`)`O+0`,3KHHXE!/(&W_ XM]"`H`'2`K?_\+P`O+0`,3KHHV%!/2JW_^&<*+RW_^$ZL@*183TJM__1G#DAX XM`00O+?_T3JR`L%!/,"W_\DY=3G5.5?_V+PI";?_V2'C__B\M``A.K(">4$\K XM0/_X9P``BDAX``-(>`$$3KHJC%!/*T#__$JM__QF!D)M__9@8"\M__PO+?_X XM3JR`C%!/2D!F!D)M__9@.B!M__Q*J``$;P9";?_V8"HD;?_\U?P```"$(&T` XM#""2(&T`#"%J``0`!"!M``PA:@`(``@[?``!__9(>`$$+RW__$ZL@+!03R\M XM__A.K("D6$]*;?_V9A8@;0`,0I`@;0`,0J@`!"!M``Q"J``(,"W_]B1?3EU. XM=4Y5__9"K?_\0JW_^$AY``$``DAX`01.NBG04$\K0/_\9@9PF4Y=3G5(>/_^ XM+RT`"$ZL@)Y03RM`__AF#$ZL@)A$@#M`__9@-"\M__PO+?_X3JR`C%!/2D!F XM#$ZL@)A$@#M`__9@%B!M__P,J```````!%[`P'P``3M`__9*K?_\9PY(>`$$ XM+RW__$ZL@+!03R\M__A.K("D6$\P+?_V8(1.5?_B0JW_XB\M``A.K(!<6$\[ XM0/_J2'@``3`M_^I40$C`+P!.NBDB4$\K0/_F9WPO+0`(3KHF3%A/*T#__&=2 XM+RT`""!M_^92B"\(3JR`1%!/(&W_YA"M_^M"K?_L3JR`F"M`__`@+?_FY(@K XM0/_T*VT`#/_X2'@`!$AM_^Q(>``B+RW__$ZZ!A1/[P`0*T#_XDJM_^9G%#`M XM_^I40$C`+P`O+?_F3JR`L%!/#*W______^)F!G`!3EU.=7``8/A.5?^^0?H% XM:"M(__A"K?_T0JW_YD*M_^)";?_:+RT`#$ZL@%Q83[!\`!YM"CM\`-+_VF`` XM!.`@;0`($"@``DB`D'P`,#M`_\I*0&T(#&T`!/_*;0H[?`#2_]I@``2X2'@` XM`TAX%@!.NB@@4$\K0/_"9@H[?`!G_]I@``2:0F=.N@>25$\K0/_,2JW_S&8* XM.WP`9__:8``$?BMM_\+_OD)M_]AP`#`M_]@@;?_X$C`(`$B!2,$@+?_TX8"" XM@"M!__12;?_8#&T``__89=8@+?_TX8`K0/_T0FW_V&`D<``P+?_8Y8`@;?^^ XM,BW_V,)\`/]T`#0!A*W_]"&""`!2;?_8#&T%@/_89=1"IT*G3KHEZ%!/*T#_ XMYF8*.WP``?_:8``#]$AX`#@O+?_F3KHFW%!/*T#_XF8*.WP``?_:8``#UD*G XM+RW_XC`M_\I(P"\`2'H$(DZZ)[9/[P`0.T#_VF<$8``#LC\\``$O+0`(3KKZ XMP%Q/.T#_VF<$8``#FB!M_^(Q?``-`!PO+?_B3KHG#EA/(&W_XBMH`"#_WB!M XM_^(B:``.<``0*0`/<@'AH2M!_^X@;?_,(F@`#G``$"D`#W(!X:$K0?_J0FW_ XMU$)M_]P@;?_B,7P`"P`<(&W_XD(H`!X@;?_B(6W_P@`H(&W_XB%M_]X`,"!M XM_^(A?```%@``)"!M_^(P+?_4P/P6`"%``"PO+?_B3KHG2%A/0J=(>``%+RW_ XMS$ZZ!NQ/[P`,0FW_UB`M_^Z`K?_J+P!.NB<\6$\K0/_0("W_T,"M_^IG*B\M XM_\Q.NB1Z6$]*@&<<+RW_S$ZZ)R)83R\M_^).NB0^6$\[?``!_]9@,"`M_]#` XMK?_N9R0O+?_B3KHD1EA/2H!G%B\M_^).NB;N6$\O+?_,3KH&LEA/8`)@A$IM XM_]9G#E)M_]P,;0`$_]QE`/\42'H"Q2\M_^).N@+\4$\[0/_:9P1@``)"4FW_ XMU`QM`*#_U&4`_NI";?_8<``P+?_8Y8`@;?^^0K`(`%)M_]@,;0"`_]AEY"!M XM_[X@O`````(@;?^^(7P```!(``P@;?^^(7S_____`3@@;?^^(7P```-Q`3P@ XM;?^^2&@!I$ZL@(!83R!M_[Y(:`'D3JR`@%A/(&W_OM'\```!L"M(_\8O+0`, XM3JR`7%A/(&W_QA"`0FW_V&`@<``P+?_8(&T`#'(`,BW_V")!T^W_QA-P"``` XM`5)M_]@@;?_&$!!(@#(M_]BR0&70(&W_OB%\`````0'\0JW__$)M_]AP`#`M XM_]CE@"!M_[XB,`@`TZW__%)M_]@,;0"`_]AEX"!M_[X@+?_\1(`A0``4(&W_ XMXC%\``,`'"!M_^(A?````@``)"!M_^(A?``&X```+"\M_^).NB206$](>@&$ XM+RW_XDZZ`:I03SM`_]IG!&```/!";?_8<``P+?_8Y8`@;?^^(;S_____"`!2 XM;?_8#&T`./_89>`[?``X_]AP`#`M_]CE@"!M_[Y"L`@`4FW_V`QM`(#_V&7D XM(&W_OB"\P`#`-R!M_[XA?/__/_\`<"!M_[XA?#____\`W"!M_^(A?````@`` XM)"!M_^(A?``&X@``+"\M_^).NB/N6$](>@#[+RW_XDZZ`0A03SM`_]IG`F!. XM(&W_XC%\@`0`'"!M_^)"*``>+RW_XDZZ([Q83R!M_^(Q?``)`!P@;?_B0J@` XM)"\M_^).NB.@6$]"9R\M``A.NO<H7$](>`"63JR`AEA/+RW_XDZZ(<!83TJM XM_\)G#DAX%@`O+?_"3JR`L%!/2JW_XF<.2'@`."\M_^).NB,*4$]*K?_F9PHO XM+?_F3KHB,%A/2JW_S&<*+RW_S$ZZ`UY83S`M_]I.74YU1$]3`'1R86-K9&ES XM:RYD979I8V4`1F]R;6%T=&EN9R!E<G)O<@!%<G)O<B!W<FET:6YG(')O;W0@ XM8FQO8VL`17)R;W(@=W)I=&EN9R!B:71M87``3E4``"\$(&T`"!`H`!](@#@` XM,`0H'TY=3G5.5?_L0JW_[$*G0J=.NB$,4$\K0/_\9@9P`$Y=3G5(>0`!``%( XM>`!$3KHB@E!/*T#_^$JM__AG``"R(&W_^")M__C3_````!0A20`*(&W_^"%M XM__@`%"!M__@A;?_\`!@@;?_X(6T`#``<(&W_^-'\````*"M(__!"K?_T8!X@ XM+?_TY8`@;0`0(BW_].6!(FW_\".P"``8`%*M__0@+?_TL*T`%&P*#*T````' XM__1MSB\M__@O+0`(3KHBGE!/+RW__$ZZ(O!83R\M__Q.K("V6$\@;?_X*V@` XM(/_L2'@`1"\M__A.K("P4$\O+?_\3KH@MEA/("W_[&``_R!.50``2'@`(4AZ XM`$Y.NB(Z4$\I0)2,9@AA8G`!3EU.=4*G0J=.NA_X4$\I0)209@)@YBELE)`Z XM?$*G2&PZ;D*G2'H`*4ZZ(>Q/[P`0*4"4E&<"8,1P`&#$=')A;G-L871O<BYL XM:6)R87)Y`&YA<G)A=&]R+F1E=FEC90``3E4``$JLE)!G"B\LE)!.NB`>6$]* XMK)249@I(;#IN3KH?9EA/2JR4C&<*+RR4C$ZZ'V)83W``3EU.=4Y5``!*K)2, XM9@Y.NO\^2D!G!G`!3EU.=4AX!`!(;#JX+RT`"$ZL@%Q83TC`+P`O+0`(3KHC XMI$_O`!`I0#JT0>R4B"E(.J8Y?``$.JI"+#JP.7P``SJ*0JPZFD'L.K@I2#J6 XM.7P`1CJ`2&PZN$ZL@%Q83TC`*4`ZDDAL.FY.NB".6$]@D$Y5__)";?_^0JW_ XM^D*M__9*;0`(9P1P`6`"<``K0/_R0J="ITZZ'KY03RM`__IG:$AY``$``4AX XM`"A.NB`Z4$\K0/_V9@PO+?_Z3KH?)%A/8$8@;?_V$7P`!0`((&W_]D(H``D@ XM;?_V(6W_^@`.2'@``2\M__8O+?_R2'H`)$ZZ('A/[P`02H!G#B\M__9A'EA/ XM0JW_]F"N("W_]DY=3G5T:6UE<BYD979I8V4``$Y5__P@;0`(*V@`#O_\(&T` XM"$JH`!1G'B\M``A.NAW,6$\O+?_\3JR`MEA/+RT`"$ZZ'>A83TAX``0O+0`( XM3JR`L%!/+RW__$ZZ'GA83TY=3G5.50``(&T`""%M``P`("!M``@A;0`0`"0@ XM;0`(,7P`"0`<(&T`"$(H`!X@;0`(0B@`'R\M``A.NB`46$].74YU3E4``"\M XM``A.NAU.6$\O+0`(3KH@'EA/3EU.=4Y5``!(YP@@)&T`"&`6N#P`*F<&N#P` XM/V8*<`%,WP003EU.=2!*4HH8$&;B<`!@[$Y5_[Y(YPPP)&T`""9M``Q";?^^ XM2A-F!DH29P`!)!`22(!(P&```/8,;0`(_[YF"G``3-\,,$Y=3G4P+?^^2,#G XM@$'M_\`AB@@`,"W_ODC`YX!![?_$(8L(`%)M_[Y2BF"R4VW_ODIM_[YM&C`M XM_[Y(P.>`0>W_Q")P"`!*$68&4VW_OF#@2FW_OFP$<`!@HC`M_[Y(P.>`0>W_ XMP"1P"`!2BC`M_[Y(P.>`0>W_Q%*P"``F<`@`4FW_OF``_UA*$V8,2FW_OF:: XM<`!@`/]F8&`,$P!!;1`,$P!:;@H0$TB`T'P`(&`$$!-(@!@`#!(`06T0#!(` XM6FX*$!)(@-!\`"!@!!`22(`:`+@%9PY*;?^^9@#_4'``8`#_&F`4D+P````J XM9P#_!)"\````%6>08*!*$V<"4HM*$F<"4HI@`/[6<`%@`/[N(&\`!")(2AAF XM_%.($"\`";/(9PBP(&;X(`A.=7``3G5.50``2.<((#@M``C([0`*/P1.NA=2 XM)$!*@%1/9PQ"9S\$+PI.N@`.4$\@"DS?!!!.74YU(&\`!$RO``,`"&`"$,%1 XMR/_\3G5P`!`O``6P/`!@8PJP/`!Z8@20/``@3G5P`!`O``6P/`!`8PJP/`!: XM8@30/``@3G5.50``2.<(("1M``A3;0`,2FT`#&\@+RT`#DZZ!4`X`+!\__]8 XM3V<.($I2BA"$N'P`"F<"8-9"$KA\__]F$+7M``AF"G``3-\$$$Y=3G4@+0`( XM8/).50``+PHD;0`(2A)G)"\M``P@2E**$!!(@#\`3KH3:+!\__]<3V8(</\D XM7TY=3G5@V'``8/1.50``*6T`"##&0FPPQ$AM`!`O+0`,2'H`#DZZ`%)/[P`, XM3EU.=4Y5``!*;0`(9B0@;##&""@``P`,9P@Y?/__,,1@#B\L,,9.N@2(.4`P XMQ%A/8!(O+##&/RPPQ$ZZ!G8Y0##$7$\P+##$3EU.=4Y5_W)(YP\P)&T`#"9M XM`!!Z`"EM``@PS"!*4HH0$$B`.`!G``+FN'P`)68``J9"+?_[0BW_^D(M__DY XM?`!_,,H,$@`J9@A2BAM\``'_^Q`22(!20$'LE0X(,``"``!G-$)L,,H0$DB` XM,BPPRL/\``K009!\`#`Y0##*4HH0$DB`4D!![)4."#```@``9M8;?``!__D, XM$@!L9@@;?``!__I2BB!*4HH0$$B`/@!(P&```=!X)6```C0;?`#___I@!AM\ XM``'_^G@,?`I@%AM\``'_^G@`?!!@"AM\``'_^G@.?`A.N@)42D!F``(@2&W_ XM_#\&,`1(P$'LE*_0B"\`,`1(P$'LE)C0B"\`3KH"9DI`3^\`#F<``?1*+?_[ XM9C!*+?_Z;`P@2UB+(E`RK?_^8!Q*+?_Z;PP@2UB+(E`BK?_\8`H@2UB+(E`R XMK?_^4D5@``&`0BW_^@P2`%YG!@P2`'YF"%**&WP``?_Z0>W_<BM(__1@"B!M XM__12K?_T$(0@2E**$!!(@#@`L'P`76;F(&W_]$(08!P;?``!__H;?``@_W(; XM?``)_W,;?``*_W1"+?]U3KH!A$I`9@`!4$HM__MF""!+6(LK4/_T0BW_^3`L XM,,I3;##*2D!G;D)G(&PPS$Z0.`"P?/__5$]G7$HM__IG&#\$2&W_<DZL@"Q* XM@%Q/9P1P`6`"<`!@%C\$2&W_<DZL@"Q*@%Q/9@1P`6`"<`!G#C\\``$@;##, XM3I!43V`82BW_^V8*(&W_]%*M__00A!M\``'_^6"&2BW_^6<``+Q*+?_[9@Z^ XM?`!C9P8@;?_T0A!216!J2BW_^68&.7P``3#*0BW_<AM\``'_^F``_SZ0O``` XM`"5G`/XJD+P````?9P#^+I"\````"V<`_CR0O`````EG`/XF5X!G`/ZF48!G XMM%.`9P#^$%F`9P#]_%^`9P#^'%F`9P#^SEN`9P#^!&`T,`120$'LE0X(,``$ XM``!G"&%42D!F(F`<0F<@;##,3I"P1%1/9PX_/``!(&PPS$Z05$]@!&``_1!* XM168F0F<@;##,3I"P?/__5$]F"G#_3-\,\$Y=3G4_/``!(&PPS$Z05$\P!6#H XM3E4``$)G(&PPS$Z04D!![)4."#``!```5$]G`F#F/SP``2!L,,Q.D+!\__]4 XM3V8&</].74YU<`!@^$Y5__I(YPP@2FPPRFX*<`!,WP0P3EU.=4)M__IP`#H` XM2,`K0/_\0F<@;##,3I`X`+!\`"U43V8*.WP``?_Z4D5@%KA\`"MF!%)%8`P_ XM/``!(&PPS$Z05$]@<$)G(&PPS$Z05$\X`#\`+RT`"$ZL@"PD0$J`7$]F*`QM XM`!``$&822JW__&8,N'P`>&<\N'P`6&<V/SP``2!L,,Q.D%1/8#`R+0`02,$@ XM+?_\3KH)*"M`__P@"I"M``@@;0`,$C```$B!2,'3K?_\4D6Z;##*;8I*;?_Z XM9PX@;0`2("W__$2`((!@""!M`!(@K?_\,`5@`/\@3E4``$CG""`D;0`(+PI. XMN@`R.`"P?/__6$]G(C`$2,!@%%.2".H``P`,</],WP003EU.=6#62H!G^EF` XM9^0P!&#J3E4``"\*)&T`""!2L>H`!&4,+PIA%EA/)%].74YU(%)2DA`02(#` XM?`#_8.Q.50``2.<(,"1M``@0*@`,P#P`&&<*</],WPP03EU.=0BJ``(`#$JJ XM``AF""\*3KH0)%A/$"H`#$B`"```!V<P0>R5D"9($"L`#$B`P'P`A+!\`(1F XM##\\__\O"TZZ#MQ<3]?\````%D'LETBWR&76/RH`$"\J``@0*@`-2(`_`$ZZ XM!LPX`$I`4$]N%$I$9@1P"&`"<!"!*@`,</]@`/]Z,`1(P"2J``C0J@`()4`` XM!"!24I(0$$B`P'P`_V``_UI.50``+PI.N@]4)$!*@&8(<``D7TY=3G4O"B\M XM``PO+0`(809/[P`,8.A.50``2.<(("\M`!!.K(!B0>R4QB1(6$]*$F80.7P` XM!3;B<`!,WP003EU.=2\M``PO"DZL@#Y*0%!/9P1<BF#8/RH`!"\M``A.N@34 XM.`"P?/__7$]F!'``8,H@;0`0$40`#2!M`!`1?``!``P@+0`08+).50``*6T` XM"##02&T`$"\M``Q(>@`.3KH(LD_O``Q.74YU3E4``"\L,-`_+0`(3KH,A%Q/ XM3EU.=4Y5```O"B1M``H,;?__``AG""!2L>H`"&((</\D7TY=3G53DB!2$*T` XM"3`M``A@[$Y5__H[?/____I(>/_^+RT`"$ZZ$P(K0/_\4$]F##E\``$VXG#_ XM3EU.=3`M``Q(P&`X+RW__$ZZ$TI(>/__+RT`"$ZZ$M(K0/_\3^\`#&8*.7P` XM"#;B</]@S$)M__I@'/_@_^#_N``"_^"PO`````5D"N.`,#L`ZD[[```O+?_\ XM3KH3`#`M__I83V":(&\`!#`O``@2&&<*L@!F^"`(4X!.=7``3G5A<$/LETI% XM[)=*M<EF#C(\*>EK"'0`(L)1R?_\*4\^N"QX``0I3CZ\2.>`@`@N``0!*6<0 XM2_H`"$ZN_^)@!D*G\U].<T/Z`"!.KOYH*4`Z:F8,+CP``X`'3J[_E&`$3KH` XM&E!/3G5D;W,N;&EB<F%R>0!)^0``?_Y.=4Y5```O"DAY``$``#`LETC!_``& XM+P!.NA1**4`^P%!/9A1"ITAY``$``$ZZ$F!03RYL/KA.=2!L/L!":``$(&P^ XMP#%\``$`$"!L/L`Q?``!``H@;#ZX("P^N)"H``10@"E`/L0@;#[$(+Q-04Y8 XM0J=.NA08)$!*J@"L6$]G+B\M``PO+0`(+PI.N@"N.7P``3[((&P^P`!H@``` XM!"!L/L``:(````I/[P`,8$)(:@!<3KH4N$AJ`%Q.NA0(*4`^RB!L/LI*J``D XM4$]G$"!L/LHB:``D+Q%.NA"06$\O+#[*+PI.N@30*6P^RC[.4$].NA#B(&P^ XMP""`3KH1'"!L/L`A0``&9Q9(>`/M2'H`*DZZ$/@@;#[`(4``#%!/+RP^SC\L XM/M).K(`(0F=.K(!T4$\D7TY=3G4J`$Y5``!(YPPP)&T`$"!M``@@*`"LY8`H XM`"!$("@`$.6`)D`0$TB`2,#0K0`,5(`Y0#[40J<P+#[42,`O`$ZZ$NPI0#[6 XM4$]F"$S?##!.74YU$!-(@#H`/P4@2U*(+P@O+#[63KH!3DAZ`4@P!4C`T*P^ XMUB\`3JR`1#\M``XO"B\L/M9.N@,V(&P^UD(P4``Y?``!/M(P!4C`T*P^UB9` XM4HLD2T_O`!P0$TB`.@"P?``@9QBZ?``)9Q*Z?``,9PRZ?``-9P:Z?``*9@12 XMBV#8#!,`(&UZ#!,`(F8N4HL@2U*+$!!(@#H`9QX@2E**$(6Z?``B9A`,$P`B XM9@12BV`&0BK__V`"8-9@."!+4HL0$$B`.@!G)KI\`"!G(+I\``EG&KI\``QG XM%+I\``UG#KI\``IG""!*4HH0A6#.($I2BD(02D5F`E.+4FP^TF``_UI"$D*G XM,"P^TE)`2,#E@"\`3KH1RBE`/LY03V8(0FP^TF``_MAZ`"9L/M9@'C`%2,#E XM@"!L/LXABP@`+PM.K(!<4D!(P-?`6$]21;IL/M)MW#`%2,#E@"!L/LY"L`@` XM8`#^FB``3.\#```$(`@R+P`,8`(0V5?)__QG!E)!8`)"&%')__Q.=4Y5```_ XM+0`,/SP#`2\M``AA!E!/3EU.=4Y5``!(YP\P)&T`"$ZZ#&@F;#[`>`!@#C`$ XMP?P`!DJS"`!G#E)$N&R72&WL>@9@``#$""T``0`,9S!(>/__+PI.N@Z0+`!0 XM3V<@+P9.N@[P+PI.N@X42H!03V8.3KH.7#H`L'P`S68``(Q(>`/M+PI.N@YR XM+`!*AE!/9F`(+0````QF!'H!8&Q(>`/N+PI.N@Y4+`!03V8(3KH.(#H`8%1( XM>``A2'H`DDZZ$2PN`%!/9PHO!TZZ#N983V`>2'@``4AZ`((O!DZZ#H9(>/__ XM0J<O!DZZ#CQ/[P`88"8P+0`,P'P%`+!\!0!F&"\&3KH-/GH$6$\Y13;B</], XMWPSP3EU.=3`$P?P`!B>&"``P!,'\``8@0-'+,6T`#``$""T``P`,9Q!(>``! XM0J<O!DZZ#>)/[P`,,`1@PF1O<RYL:6)R87)Y````3E4``$CG#"`X+0`(3KH+ XM(C`$P?P`!B1`U>P^P$I$;0JX;)=(;`1*DF80.7P``C;B</],WP0P3EU.=3`J XM``3`?``#L'P``68*.7P`!3;B</]@X'``,"T`#B\`+RT`"B\23KH-5BH`L+S_ XM____3^\`#&8,3KH-`#E`-N)P_V"T(`5@L#`\?_]@!#`O``P@;P`$2AAF_%-( XM(F\`"%-`$-E7R/_\9P)"$"`O``1.=3`\?_]@!#`O``Q30&L4(&\`!")O``BQ XM"68,4TA*&%?(__9P`$YU8P1P`4YU</].=2!O``0@"")O``@0V6;\3G5.50`` XM+PHD;0`(2A)G("!*4HH0$$B`/P!.N@6FL'S__U1/9@AP_R1?3EU.=6#</SP` XM"DZZ!8Q43V#L2.=P`#0!Q,`F`4A#QL!(0T)#U(-(0,#!2$!"0-""3-\`#DYU XM3E4``$CG#C`D;0`(0J=(>@".3KH/,BE`/MI03V8(3-\,<$Y=3G4@;0`,(F@` XM)"\I``1.N@^Z*`!83V=22'H`;2!$+R@`-DZZ#XPF0$J`4$]G-$AX`^TO"TZZ XM"_HL`%!/9R0@!N6`*@`@125H``@`I"5&`)Q(>`/M2'H`.$ZZ"]8E0`"@4$\O XM!$ZZ#UA83R\L/MI.N@QT0JP^VEA/8(!I8V]N+FQI8G)A<GD`5TE.1$]7`"H` XM3E4``"\$*6T`"##42&T`$"\M``Q(>@`:3KH`P#@`(&PPU$(0,`1/[P`,*!]. XM74YU3E4``"!L,-12K##4$"T`"1"`2(#`?`#_3EU.=4Y5``!(YP@@)&T`#@QM XM``0`$F8((&T`""@08!Q*;0`,;PP@;0`(<``P$"@`8`H@;0`(,!!(P"@`0FT` XM$DIM``QL$$1M``Q*A&P(1(0[?``!`!(R+0`,2,$@!$ZZ`XY![)3\4XH4L``` XM,BT`#$C!(`1.N@.$*`!FVDIM`!)G!E.*%+P`+2`*3-\$$$Y=3G5.5?\B2.<( XM,"1M``@F;0`,0FW_^BMM`!#__"!+4HL0$$B`.`!G``+LN'P`)68``LI"+?\P XM.WP``?_X.WP`(/_V.WPG$/_T($M2BQ`02(`X`+!\`"UF#D)M__@@2U*+$!!( XM@#@`N'P`,&80.WP`,/_V($M2BQ`02(`X`+A\`"IF&"!M__Q4K?_\.U#_\B!+ XM4HL0$$B`.`!@,D)M__)@'#`M__+!_``*T$20?``P.T#_\B!+4HL0$$B`.``P XM!%)`0>R5#@@P``(``&;4N'P`+F9:($M2BQ`02(`X`+!\`"IF&"!M__Q4K?_\ XM.U#_]"!+4HL0$$B`.`!@,D)M__1@'#`M__3!_``*T$20?``P.T#_]"!+4HL0 XM$$B`.``P!%)`0>R5#@@P``(``&;4.WP``O_PN'P`;&82($M2BQ`02(`X`#M\ XM``3_\&`0N'P`:&8*($M2BQ`02(`X`#`$2,!@>#M\``C_[F`6.WP`"O_N8`X[ XM?``0_^Y@!CM\__;_[C\M__!(;?\P/RW_[B\M__Q.NOWD*T#_ZC`M__!(P-&M XM__Q/[P`,8%H@;?_\6*W__"M0_^HO+?_J3JR`7#M`__!83V!*(&W__%2M__PX XM$$'M_R\K2/_J$(1@*)"\````8V?B4X!GE)"\````"V<`_W19@&>T58!G`/]R XM5X!G`/]T8,Q![?\PD>W_ZCM(__`P+?_PL&W_]&\&.VW_]/_P2FW_^&=H(&W_ XMZ@P0`"UG"B!M_^H,$``K9BX,;0`P__9F)E-M__(@;?_J4JW_ZA`02(`_`$Z2 XML'S__U1/9@IP_TS?#!!.74YU8!8_+?_V3I*P?/__5$]F!'#_8.12;?_Z,"W_ XM\E-M__*P;?_P;MQ";?_N8"`@;?_J4JW_ZA`02(`_`$Z2L'S__U1/9@1P_V"P XM4FW_[B!M_^I*$&<*,"W_[K!M__1MSC`M_^[1;?_Z2FW_^&8H8!@_/``@3I*P XM?/__5$]F!G#_8`#_>%)M__HP+?_R4VW_\K!M__!NVF`6/P1.DK!\__]43V8& XM</]@`/]24FW_^F``_0HP+?_Z8`#_0DCG2`!"A$J`:@1$@%)$2H%J!D2!"D0` XM`6$^2D1G`D2`3-\`$DJ`3G5(YT@`0H1*@&H$1(!21$J!:@)$@6$:(`%@V"\! XM81(@`2(?2H!.=2\!808B'TJ`3G5(YS``2$%*068@2$$V`30`0D!(0(##(@!( XM0#("@L,P`4)!2$%,WP`,3G5(028!(@!"04A!2$!"0'0/T(#3@;:!8@22@U)` XM4<K_\DS?``Q.=2!O``0@"$H89OR1P"`(4X!.=4Y5``!(;)6F/RT`"$ZZ``A< XM3TY=3G5.50``+P0X+0`(+RT`"C\$3KH`,+A\``I<3V8D(&T`"A`H``Q(@`@` XM``=G%#\\__\O+0`*3KH`]%Q/*!].74YU8/A.50``+PHD;0`*(%*QZ@`$91@P XM+0`(P'P`_S\`+PI.N@#(7$\D7TY=3G4@4E*2$"T`"1"`2(#`?`#_8.A.50`` XM+PI![)60)$@@2M7\````%B\(81!83T'LETBUR&7J)%].74YU3E4``$CG""`D XM;0`(>``@"F8*</],WP003EU.=4HJ``QG4`@J``(`#&<,/SS__R\*85(X`%Q/ XM$"H`#4B`/P!.N@3NB$`(*@`!``Q43V<*+RH`"$ZL@&A83P@J``4`#&<2+RH` XM$DZL@&XO*@`23JR`:%!/0I)"J@`$0JH`"$(J``PP!&"03E7__DCG""`D;0`( XM0?K_1BE(/MX(*@`$``QG"G#_3-\$$$Y=3G4(*@`"``QG,"`2D*H`"#@`/P0O XM*@`($"H`#4B`/P!.N@*`L$103V<0".H`!``,0I)"J@`$</]@P`QM__\`#&80 XM"*H``@`,0I)"J@`$<`!@J$JJ``AF""\*3KH`FEA/#&H``0`09BH;;0`-__\_ XM/``!2&W__Q`J``U(@#\`3KH"(K!\``%03V:@,"T`#&``_VHDJ@`(,"H`$$C` XMT*H`""5```0(Z@`"``P@4E*2$"T`#1"`2(#`?`#_8`#_/DY5```O"D'LE9`D XM2$HJ``QG&-7\````%D'LETBUR&4(<``D7TY=3G5@XD*20JH`!$*J``@@"F#J XM3E7__"\*)&T`"#\\!`!.N@#`*T#__%1/9A@U?``!`!`@2M'\````#B5(``@D XM7TY=3G4U?`0``!`(Z@`!``PE;?_\``@0*@`-2(`_`$ZZ`.)*0%1/9P8`*@"` XM``Q@SDY5``!(YP`P)&PPV&`4)E(@*@`$4(`O`"\*3KH&N%!/)$L@"F;H0JPP XMV$S?#`!.74YU3E4``"\*0?K_QBE(/N)"IR`M``A0@"\`3KH&2"1`2H!03V8( XM<``D7TY=3G4DK##8)6T`"``$*4HPV"`*4(!@YDY5``!P`#`M``@O`&&R6$]. XM74YU3E4``$CG`#"7RR1L,-A@#B!M``A1B+'*9Q(F2B12(`IF[G#_3-\,`$Y= XM3G4@"V<$)I)@!"E2,-@@*@`$4(`O`"\*3KH&"G``4$]@V$Y5```O"C`M``C! XM_``&)$#5[#[`2FT`"&T.,"T`"+!LETAL!$J29@XY?``"-N)P_R1?3EU.=3`M XM``C!_``&(&P^P"\P"`!.N@+^2H!83V<$<`%@`G``8-A.50``+RT`"$ZZ`HI* XM@%A/9@Y.N@+2.4`VXG#_3EU.=7``8/A.50``2.<,(#@M``A.N@!P,`3!_``& XM)$#5[#[`2D1M"KALETAL!$J29A`Y?``"-N)P_TS?!#!.74YU,"H`!,!\``-F XM"CE\``4VXG#_8.1P`#`M``XO`"\M``HO$DZZ`O@J`+"\_____T_O``QF#$ZZ XM`E(Y0#;B</]@N"`%8+1.5?_\2'@0`$*G3KH%FBM`__P(```,4$]G$DIL/LAF XM""`M__Q.74YU3KH`!G``8/1.50``2'@`!$AZ`!Q.N@(^+P!.N@*4/SP``4ZL XM@'1/[P`.3EU.=5Y#"@!.50``2JP^WF<&(&P^WDZ0/RT`"$ZZ``A43TY=3G5. XM5?_\+P0P+0`(2,`K0/_\2JP^P&<H>`!@"C\$3KH`T%1/4D2X;)=(;?`P+)=( XMP?P`!B\`+RP^P$ZZ!%903TJL/N)G!B!L/N).D$JL/N9G"B\L/N9.N@)86$]* XMK#[J9PHO+#[J3KH"2%A/2JP^[F<*+RP^[DZZ`CA83RQX``0(+@`$`2EG%"\- XM2_H`"DZN_^(J7V`&0J?S7TYS2JP^RF8P2JP^UF<H,"P^U$C`+P`O+#[63KH# XMW#`L/M)20$C`Y8`O`"\L/LY.N@/(3^\`$&`.3KH#LB\L/LI.N@0\6$\@+?_\ XM+FP^N$YU*!].74YU3E4``$CG#B`X+0`(,`3!_``&)$#5[#[`2D1M"KALETAL XM!$J29A`Y?``"-N)P_TS?!'!.74YU""H`!P`$9@@O$DZZ``Y83T*2<`!@XD[Z XM``(B+P`$+&PZ:D[N_]PB+P`$+&PZ:D[N_X@B+P`$+&PZ:D[N_X(B+P`$+&PZ XM:D[N_T`B+P`$+&PZ:D[N_SHB+P`$+&PZ:D[N_[@B+P`$+&PZ:D[N_U).^@`" XM3.\`!@`$+&PZ:D[N_YI,[P`&``0L;#IJ3N[_E$SO``8`!"QL.FI.[O^.+&PZ XM:D[N_\I.^@`"+&PZ:D[N_WPB+P`$+&PZ:D[N_RA.^@`"3.\`!@`$+&PZ:D[N XM_ZQ.^@`"3.\`!@`$+&PZ:D[N_^(L;#IJ3N[_Q$[Z``),[P`.``0L;#IJ3N[_ XMUD[Z``),[P`.``0L;#IJ3N[_ODSO``8`!"QL.FI.[O],3.\`!@`$+&PZ:D[N XM_T9.^@`"(B\`!"QL.FI.[O^F3OH``DSO``X`!"QL.FI.[O_0(F\`!"QL/KQ. XM[OX@2.<!!$SO((``#"QL/KQ.KO^43-\@@$YU(F\`!"QL/KQ.[OXL(F\`!"QL XM/KQ.[OX^3OH``B)O``0L;#Z\3N[^8DY5``!(YP@@2'C__TZZ`-`H`+"\____ XM_UA/9@IP`$S?!!!.74YU2'D``0`!2'@`(DZZ`6`D0$J`4$]F#"\$3KH!IG`` XM6$]@UB5M``@`"A5M``\`"15\``0`"$(J``X51``/0J=.K("J)4``$$JM``A8 XM3V<*+PI.N@!:6$]@"DAJ`!1.N@%^6$\@"F"23E4``"\*)&T`"$JJ``IG""\* XM3KH!K%A/%7P`_P`()7S_____`!1P`!`J``\O`$ZZ`2I(>``B+PI.K("P3^\` XM#"1?3EU.=2)O``0L;#Z\3N[^GB`O``0L;#Z\3N[^MDY5``!(>``P+RT`"$ZZ XM`!I03TY=3G5.50``+RT`"$ZZ`$Q83TY=3G5.50``+PI*K0`(9@AP`"1?3EU. XM=4AY``$``2\M``Q.N@!@)$!*@%!/9@1P`&#@%7P`!0`(-6T`#@`2)6T`"``. XM(`I@RDY5```O"B1M``@@"F8&)%].74YU%7P`_P`()7S_____`!0E?/____\` XM&'``,"H`$B\`+PI.K("P4$]@TD[Z``),[P`#``0L;#Z\3N[_.DCG`P`B;P`, XM+&P^O$ZN_CA,WP#`3G5.^@`"(F\`!"QL/KQ.[O[:+&P^O$[N_WQ.^@`"(F\` XM!"`O``@L;#Z\3N[_+B`O``0L;#Z\3N[^L$[Z``(@;P`$+&P^O$[N_HP@;P`$ XM((A8D$*H``0A2``(3G4@;P`$3.\"`0`((B\`$"QL/KQ.[OY$3OH``BQL/KPB XM;P`$("\`"$[N_=A,[P,```0L;#Z\3N[^DB)O``0L;#Z\3N[^F$[Z``(B;P`$ XM+&P^O$[N_H8B;P`$+&P^O$[N_C),[P`#``0L;#Z\3N[^SB`O``0L;#Z\3N[^ XMPB)O``0L;#Z\3N[^)D[Z``(@;P`$+&P^O$[N_H!,[P,```0@+P`,+&PT?D[N XM_T!,[P,```0L;#[:3N[_H"!O``0L;#[:3N[_IB!O``0L;#[:3N[_LB\*3.\' XM```(+&PT@DZN_C(D7TYU(&\`!"QL-().[OX^3.\#```$("\`#"QL-().[O_6 XM+PI,[P,```A,[P0#`!`L;#2"3J[^2B1?3G5(YP`P3.\/```,3.\`#P`<+&PT XM@DZN_J1,WPP`3G4@;P`$+&PT@D[N_\H@;P`$+&PT@D[N_[X@;P`$+&PT@D[N XM_[@@;P`$+&PT@D[N_Z!,[P,```0L;#2"3N[_B"!O``0L;#2"3N[_=B!O``0@ XM+P`(+&PT@D[N_W!(YP@@3.\'```,3.\`'P`8+&PT@DZN_V1,WP003G4@;P`$ XM+&PT@D[N_SH@;P`$+&PT@D[N_S1,[P,```1,[P`#``PL;#2"3N[_*"\*3.\' XM```(+&PT@DZN_R(D7TYU+PI,[P<```@@+P`4+&PT@DZN_E`D7TYU3.\#```$ XM+&PT@D[N_QQ,[P,```0@+P`,+&PT@D[N_D1,[P,```0L;#2"3N[_$$SO`P`` XM!"QL-().[O[X(&\`!"QL-().[O[.(&\`!"QL-().[O[((&\`!$SO`@$`""(O XM`!`L;)2,3N[_X@`````#[`````$``````````@````$````!``".>@`````` XM``/P`````E]?2#!?;W)G``````````)?;6%I;@````````8````#7TEN:71I XM86QI>F4`````'@````-?26YI=$)U9F9E<@````#``````E]#;&5A;E5P```! XM*@````-?0G)E86M0871H``````&Z`````U]#:&5C:U-T;W```````BP````# XM7T=E=$)A8VM0871H```"O@````-?1V5T2&]M95!A=&@```."`````U]'971, XM:7-T4&%T:```!'@````#7T=E=%AC;&10871H```%>@````1?27-#;VUP<F5S XM<V5D```````&2`````5?4V5T4WES=&5M4F5Q=65S=```````!M@````"7TYE XM=T1I<@````<N````!%]297-E=%-T<FEN9TEN9F\```C$`````U]39713<&5E XM8V@`````"0(````"7U-P96%K``````F(`````E]S=')C;7!C```)H`````1? XM5'EP94%N9%-P96%K```````)_@````)?06)O=70`````#+@````#7T%D9$5X XM8VQU9&4````-)@````)?061D1FEL90``#8X````"7T)A8VMU<`````Z&```` XM`U]"86-K=7!$:7)S````$R(````#7T)A8VMU<$9I;&5S```3O`````1?0VAE XM8VM%>&-L=61E```````57@````-?0VAE8VM3:7IE`````!7*````!%]#;VQL XM96-T1FEL97,``````!7N`````U]$:7-P;W-E3&ES=```&&8````"7T1O1FEL XM90```!B(````!%]"86-K=7!4:&ES1FEL90```!PH`````U]&:6QE4VEZ90`` XM````''X````#7T9I;F1&:6QE```````<U`````-?1G)E949I;&4``````!T: XM`````U]'971%>&-L=61E<P``'3H````$7TUA:V5&:6QE3F]D90``````'QX` XM```"7TYE=T1I<VL``!^:`````E]296U&:6QE```BI@````1?4F5S=&]R94-O XM;G1E>'0````C)`````-?4V%V94-O;G1E>'0``"<D````!%]"86-K=7!":6=& XM:6QE`````"C4````!%]'971":6=&:6QE26YF;P```"T`````!%]4:&ES27-" XM:6=&:6QE`````"Y\````!%]-86ME0FEG26YF;TYA;64``"ZJ````!%]0=71" XM:6=&:6QE26YF;P```"[@````!%]297-T;W)E0FEG1FEL90```"^F`````U]C XM;VUP<F5S<P``````-$0````"7V]U='!U=````#<H`````U]D96-O;7!R97-S XM````.+@````"7V=E=&-O9&4``#L\`````U]F;W)E9W)O=6YD````/'0````" XM7V]N:6YT<@```#R&`````E]O;W!S```````\H@````-?8VQ?8FQO8VL````` XM`#SP`````E]C;%]H87-H```]=@````-?9FQU<VAB=68``````#X"`````E]P XM=71C8G5F```^/`````-?<'5T;6-B=68``````#YD`````U]296%D0VAA<@`` XM````/I(````$7T-R96%T94-O;G-O;&4`````/Q8````$7T1E;&5T94-O;G-O XM;&4`````0#X````#7T5N<75E=65296%D``!`N`````-?0V]N5W)I=&4````` XM`$#T````!%]#1V5T0VAA<F%C=&5R`````$%$````!%]7<FET94-O;G-O;&4` XM`````$&F`````U]#;W!Y1FEL90``````0<H````#7T=E=$5R<D]P=`````!" XMZ@````-?1V5T365M4F5T<GD``$5B````!%]#;&5A<DUE<W-A9V5S`````$BF XM````!%]#;&]S94EN='5I=&EO;@```$C^`````U]$;T=A9&=E=```````28`` XM```$7TEN:71);G1U:71I;VX`````2CH````$7T]P96Y0871H5VEN9&]W```` XM3&X````%7U-E=$-U<E9O;'5M94=A9&=E=````$S2````!%]3971%<G)O<D=A XM9&=E=````$TV`````U]3971'875G90``````39X````"7U5S97(``````$X0 XM`````U]5<V5R365N=0``````3VH````"7TAE861E<@```%%<````!%],:7-T XM1FEL94EN9F\``````%(6`````U],:7-T3&EN90``````4[8````"7TYE=TQI XM;F4``%/\`````U]/<&5N3&ES=```````5#X````#7U)E<75E<W1$:7-K``!5 XM%`````-?3F5W2&]M941I<@```%6B`````E]297-T;W)E``!7!`````-?4F5S XM=&]R941I<@```%G:`````U]297-T;W)E1FEL90``6S`````$7T=E=%5S97)0 XM<F5F<P``````88`````#7U!U=$)O;VQ0<F5F``!CP`````1?4'5T57-E<E!R XM969S``````!C]@````-?4V5T365N=4ET96T``&;.````!%]39710871H1V%D XM9V5T`````&=^`````U]39715<V5R4')E9@``9^0````#7T1A=&5297%U97-T XM``!I,`````-?0V]M<&%R9413`````&S<`````E]$4S)3='(```!M*@````)? XM4W1R,D13````;]8````"7U!A8VM$4P```'#L`````U]5;G!A8VM$4P`````` XM<@X````#7T9I;F1$979I8V4```!S``````1?1V5T5F]L=6UE3F%M90````!S XM-`````1?1&ES:T)L;V-K<TQE9G0```!UG@````-?1V5T1&ES:TEN9F\``'7P XM`````E]);FAI8FET``!VA`````1?5&]T86Q$:7-K0FQO8VMS``!VS`````5? XM0V]M<&%R949I;&5$871E<P``````=Q8````$7T-O<'E&:6QE071T<@`````` XM=T@````#7T=E=$9I;&5$871E``!X*`````)?27-$:7(`````>/8````#7U-E XM=$9I;&5$871E``!YE@````-?1F]R;6%T1&ES:P```'I6`````E]S96YD<&MT XM``"`,@````-?4W!E96-H3VX``````($N`````U]3<&5E8VA/9F8`````@:H` XM```!7U-A>0``@>0````#7T-R96%T951I;65R``"":`````-?1&5L971E5&EM XM97(``(,6`````U]3=&%R=%1I;65R````@V@````#7U-T;W!4:6UE<@````"# XMJ`````)?:7-W:6QD````@\0````"7W=I;&1C;7```(/T`````E]R:6YD97@` XM``"%.@````)?8V%L;&]C````A5H````"7W-E=&UE;0```(6.`````E]T;W5P XM<&5R``"%H@````)?=&]L;W=E<@``A;H````"7V9G971S`````(72`````E]F XM<'5T<P````"&)@````)?9G-C86YF````AEP````"7W-C86YF;70``(;*```` XM`U]S:VEP8FQA;FL`````B@(````"7V=E=&YU;0```(H\`````E]A9V5T8P`` XM``"++@````)?9V5T8P``````BW`````"7U]F:6QL`````(N<`````E]F;W!E XM;@````",7`````)?9G)E;W!E;@``C(8````"7V9P<FEN=&8``(SX`````E]U XM;F=E=&,```"-,`````)?86-C97-S````C6`````"7VEN9&5X`````(WL```` XM`BYB96=I;@````".!@````)?9V5T830`````CG@````"7U]M86EN`````(Z` XM`````U]?8VQI7W!A<G-E````C[@````"7W-T<FYC<'D``)%J`````E]C<F5A XM=`````"1C`````)?;W!E;@``````D:0````"7W)E860``````)+J`````E]S XM=')C870```"3;`````)?<W1R;F-A=```DW(````"7W-T<F-M<````).6```` XM`E]S=')N8VUP``"3G`````)?<W1R8W!Y````D\8````"7W!U=',``````)/6 XM`````BYM=6QU``````"4$`````-?7W=B7W!A<G-E`````)0T`````E]S<')I XM;G1F``"4Z`````)?9F]R;6%T````E<(````"+F1I=G,``````)C<`````BYM XM;V1S``````"9!`````(N;6]D=0``````F1X````"+F1I=G4``````)DJ```` XM`E]S=')L96X```"9A`````)?<'5T8VAA<@``F98````"7V%P=71C`````)FL XM`````E]P=71C``````"9[@````)?9F-L;W-E````FE(````"7V9L<VA?```` XM`)K6`````U]N97=S=')E86T`````F[@````"7V=E=&)U9F8``)OP`````E]L XM;6%L;&]C``"<@`````)?;6%L;&]C````G,`````"7V9R964``````)S4```` XM`E]I<V%T='D```"=(`````)?=6YL:6YK````G7@````"7W=R:71E`````)V< XM`````U]#:&M?06)O<G0`````GAH````"7U]A8F]R=````)Y*`````E]E>&ET XM``````">=`````)?7V5X:70`````GI(````"7V-L;W-E`````)^``````E]# XM;&]S90````"?S`````)?7T-L;W-E````G]`````#7T-R96%T941I<@````"? XMW`````-?7T-U<G)E;G1$:7(``)_H`````U]$871E4W1A;7``````G_0````" XM7T1E;&%Y`````*```````U]?1&5L971E1FEL90``H`P````#7T1E=FEC95!R XM;V,```"@&`````)?17AA;6EN90``H"0````#7U]%>&%M:6YE``````"@*``` XM``)?17A.97AT````H#8````"7TEN9F\``````*!$`````E]?26YP=70```"@ XM4@````)?26]%<G(`````H%H````"7U]);T5R<@```*!>````!%]?27-);G1E XM<F%C=&EV90```*!F`````E],;V-K``````"@<@````)?7TQO8VL`````H'8` XM```"7T]P96X``````*"$`````E]?3W!E;@````"@B`````)?7T]U='!U=``` XMH)8````"7U)E860``````*">`````E]?4F5A9`````"@H@````)?4V5E:P`` XM````H+`````"7U]3965K`````*"T`````U]3971#;VUM96YT````H,(````$ XM7U-E=%!R;W1E8W1I;VX`````H-`````"7U5N3&]C:P```*#>`````E]?56Y, XM;V-K``"@X@````)?5W)I=&4`````H.X````"7U]7<FET90```*#R`````E]! XM8F]R=$E/``"A``````)?06QE<G0`````H0P````"7T-H96-K24\``*$D```` XM`U]#;&]S941E=FEC90``H3`````$7T-L;W-E3&EB<F%R>0``````H3P````$ XM7U]#;&]S94QI8G)A<GD`````H4`````#7T-R96%T95!O<G0```"A3`````-? XM1&5L971E4&]R=````*'8`````E]!9&10;W)T``"B'@````-?06QL;V-3:6=N XM86P``*(J`````U]#<F5A=&53=&1)3P``HC8````#7T1E;&5T95-T9$E/``"B XM3`````-?0W)E871E17AT24\``*)>`````U]$96QE=&5%>'1)3P``HJ(````# XM7T%L;&]C365M``````"BW@````-?7T%L;&]C365M`````*+B`````E]$;TE/ XM``````"B\`````-?1FEN9%1A<VL``````*,&`````U]?1FEN9%1A<VL````` XMHPH````"7U]&;W)B:60``*,6`````E]&<F5E365M``"C'@````-?7T9R965- XM96T``````*,B`````U]&<F5E4VEG;F%L````HS(````"7T=E=$US9P```*,^ XM`````E]?1V5T37-G``"C0@````)?3F5W3&ES=```HTX````#7T]P96Y$979I XM8V4```"C8`````-?3W!E;DQI8G)A<GD``*-V````!%]?3W!E;DQI8G)A<GD` XM`````*-Z`````E]0=71-<V<```"CB@````)?4F5M4&]R=```HY@````#7U)E XM<&QY37-G``````"CI`````-?7U)E<&QY37-G`````*.H`````E]396YD24\` XM``"CM`````-?7U-E=%-I9VYA;````*/``````E]786ET``````"CS@````)? XM5V%I=$E/````H]H````#7U=A:710;W)T``````"CY@````-?7U=A:710;W)T XM`````*/J`````U],;V%D4D="-```````H_8````$7T9I;F14;V]L5'EP90`` XM````I`@````$7T9R965$:7-K3V)J96-T````I!8````$7T=E=$1I<VM/8FIE XM8W0`````I"(````$7T%C=&EV871E1V%D9V5T````I"X````$7T%C=&EV871E XM5VEN9&]W````I$(````#7T%D9$=A9&=E=`````"D3@````-?061D1TQI<W0` XM`````*1@`````U]!=71O4F5Q=65S=```I'H````$7T-L96%R365N=5-T<FEP XM````I)@````#7T-L;W-E4V-R965N``"DI`````-?0VQO<V57:6YD;W<``*2P XM`````U]$:7-P;&%Y0F5E<```I+P````#7T5N9%)E<75E<W0```"DR`````1? XM26YI=%)E<75E<W1E<@````"DU@````-?271E;4%D9')E<W,``*3B`````U]- XM;V1I9GE0<F]P````I/(````#7T]P96Y38W)E96X```"E$`````-?3W!E;E=I XM;F1O=P```*4<`````U]0<FEN=$E497AT````I2@````$7U)E9G)E<VA'861G XM971S````I3P````$7U)E9G)E<VA'3&ES=```````I5`````$7U)E;6]V94=A XM9&=E=```````I6@````#7U)E;6]V94=,:7-T``"E=@````)?4F5Q=65S=``` XMI8@````$7U-E=$UE;G53=')I<```````I98````$7U=I;F1O=U1O0F%C:P`` XM````I:0````$7U=I;F1O=U1O1G)O;G0`````I;`````#7U1R86YS;&%T90`` XM``"EO`````)?7T@P7V5N9```I=0````````#\@```^H```723OD`````3OD` XM```&3OD``($N3OD``(&J3OD``('D3OD``(6Z3OD``(U@3OD``(WL3OD``(X& XM3OD``)-L3OD``).63OD``)/&3OD``)/63OD``)3H3OD``)C<3OD``)F$3OD` XM`)I23OD``)S43OD``)UX3OD``)YT3OD``)_<3OD``)_T3OD``*``3OD``*`D XM3OD``*`V3OD``*!:3OD``*!R3OD``*#>3OD``*,&3OD``*,>3OD``*,^3OD` XM`*.D3OD``*1@3OD``*503OD``*5V``!$1C`Z```````````````````````` XM```````````````````````````````````````````````````````````` XM``````````````````!$1C`Z```!``$``0`!``$``41(,#H````````````` XM```````````````````````````````````````````````````````````` XM`````````````````````````````%!25#H````````````````````````` XM```````````````````````````````````````````````````````````` XM````````````````````!LH``@``!LT`!```!M(`!/____\```H@```*:0`` XM"JX```KY```+.@``"VP```M^```+E0``"[L```O_```,00``#(4`````'YT` XM``````P0`!.+`````````````0"````````````G$`````#__OSX\.#`@``` XM`0,'#Q\_?_\``````0`!``````````````!%'``````!``$````````````` XM`$4B``````$``0``````````````12@```````````*``,@``P`!@```#P`` XM`````$:4``````````````__!F8/``#P"W``_P\/``"Z20`````````?```` XM``````````````````````````````````#S````\P`)````"0````#__O__ XM!```!0```NX`````!``!````__<```````!&N````````````!P`6@#P``@` XM```!``0```,"`````````Q(````````"R@`&`````#```````````U(````` XM````!@``````````````````````````````````````+P```"\`"0````D` XM````__[__P4```4```-\``````4``0#_Q```````````1M0````````#)@$0 XM`#<`+``(``,````$```#D`````````.@`````````U@``````````P``__\, XMS/__```````````````````````'``0````````````````#``$``'(`"0`` XM`````$;<``````0``0```0`)````````1N(```0*!@`!```+__<```````!& XMZ```!!X```.T`!D`-P"0``@````!``,```/V````````!#(````````#X``% XM``````````````````````````````````#_____@``````#_____^`````` XM!______P`````!_______``````_______X`````________@````?______ XM_\````?________P```/________^```#__#@<<#__@```__F:63F?_X```/ XM_X_G.9G_^```#__'YSF#__@```__\><YG__X```/_YGGDY__^```#__#P\</ XM__@```_________X```'________\````?_______\````#_______^````` XM/______^`````!_______``````'______```````______@``````#_____ XM@``````````````````````````````````````````````````````````` XM``````````````#_____@``````#_____^``````!______P`````!______ XM_``````_______X`````________@````?_______\````?________P```' XM_\.!QP/_\```!_^9I9.9__````?_C^<YF?_P```'_\?G.8/_\```!__QYSF? XM__````?_F>>3G__P```'_\/#QP__\```!_________````'________````` XM________@````#_______@`````?______P`````!______P``````/_____ XMX```````_____X`````````````````````````````````````````````` XM`````$$`'0`"```$<@,`````````!$8`00`.`$<`'P`$``,``0``!K8````` XM``````````````````0```````$```````````````!&^``````````````` XM``!(``@`4@````````;V`````````````/__``````"M````2P````$``$<" XM```'"@````````````$````3``````````!'"@``````````````+0"C``@! XM6P````````=*`````````````/__``$````3``````````!''`````````=> XM````)`"C``@!6P````````>``````````````/__``$````3``````````!' XM,`````````>4````&P"C``@!6P````````>V`````````````/__``$````3 XM``````````!'-@````````?*````$@"C``@!6P````````?L```````````` XM`/__``$````3``````````!'2`````````@`````"0"C``@!6P````````@B XM`````````````/__``$````3``````````!'5@````````@V``````"C``@! XM6P````````A8`````````````/__```'+`!M````.0````$``$=F```(;``` XM``````````$```````````````!';```````````````-@"H``@`5@`````` XM``BL`````%$``````/__``$```````````````!'<@````````C`````+0"H XM``@`4@````````CB`````````````/__``$```````````````!'A``````` XM``CV````)`"H``@`4@````````D8`````````````/__``$````````````` XM``!'E@````````DL````&P"H``@`5@````````E.`````%(``````/__``$` XM``````````````!'G@````````EB````$@"H``@`4@````````F$```````` XM`````/__``$```````````````!'K`````````F8````"0"H``@`5@`````` XM``FZ`````$(``````/__``$```````````````!'M`````````G.``````"H XM``@`4@````````GP`````````````/__```(C@``````9@````$``$>Z```* XM!````````````P`!``#:`"@```````!'Q@`````````$`H``Q``!``&C8``` XM``\```;*````````1\@```````````*``&0"@`#(``\$``````(``@`````` XM`$?L````````````30!!`'4`"P````<0`0`````````````*B``````````` XM``H`````!``````"``(```````!'_`````````J<`$<`-`"$``L````'$`$` XM````````````"L@````````````)``````0``````0`"````````2`X````` XM```*W`!=`"<`4@`+````!Q`!``````````````L(````````````"``````$ XM!P````(``@```````$@:````````"QP`<``:`"L`"P````<0`0`````````` XM```+2`````````````<`````!@`!```3``T```````!((````````````4X` XM;@$B`%`````````+7`````````N(```"```````````````````````````` XM```````````````````````````````````````````````````````````` XM````````````````````4SI-4D)A8VMU<"YX8VQD```````````````````` XM```````````````````````````````````````````````````````````` XM````````````#`P``+GX````40`````````````````````````````````` XM````H0```*$`"0````D`````__[__P<```4```R"``````8``0#_D@`!```` XM````2$(```````````""`#\`G@`(`````P`$```,E@````````RF```````` XM#%X``P````!04E0Z```````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```,Y@``N?@```!1``````````````````````````````````````"B```` XMH@`)````"0````#__O__!P``!0``#5P`````!@`!`/^2``$```````!(4``` XM``````RZ`($`,`"?``@````#``0```UP````````#8`````````-.``"```` XM`$1&,3H````````````````````````````````````````````````````` XM``````````````````````````````````````````````````````W```"Y XM^````%$``````````````````````````````````````*(```"B``D````) XM`````/_^__\'```%```.-@`````&``$`_YH``0```````$A>````````#90` XM@0`A`)\`"`````,`!```#DH````````.6@````````X2``$`````1$@P.@`` XM```````````````````````````````````````````````````````````` XM````````````````````````````````````````````#IH``+GX````40`` XM````````````````````````````````````H0```*$`"0````D`````__[_ XM_P<```4```\0``````8``0#_J@`!````````2&P````````.;@"!`!,`G@`( XM`````P`$```/)`````````\T````````#NP````````!3P`/`2P`4``!```" XM8`````X```](````````2'@```````````$L`%`!+`!0``\``0!O`G``60`! XM``````````<`````````````2)`````````````H`"@"@`#(``\`K`",`34` XM,P`!``````````<`````````````2*`````````````%``4"@`#(``\_/R\_ XM/R\_/R`_/SH_/SH_/P`````!`0``!@`#````````508```````$!```&``,` XM``````!5"````````0$```8``P```````%4,````````83```&$U``!A/``` XM84$``&%)``!A50``85T``&%D``!A:P``871T;W!A>BYF;VYT`````!!\``@` XM`3`P+S`P+S`P(#`P.C`P.C`P```````0D```L#P````2```````2```````` XM``````````````````````!``#(`B``(`````1`$```````````````````` XM````$*0````````!``$`````````$(@``&C<````````$,@`W``R`!@`"``` XM``$0`0`````````````0]`````````````T``````0`!`````````!"(``!H XMX````````!$(`!X`,@`0``@``P`!$`$`````````````$30````````````. XM```````'````#@`'````!P`'``#_____`0(`!```$70````````````.```` XM!P`'`````/____\!`@`$```1E````````!%(`+@`/``/``@````!$`$``!&D XM```````````````````````,````````$;0`H``\``\`"`````$0`0``$:0` XM``````````````````````L````````1X`"(`#P`#P`(`````1`!```1I``` XM````````````````````"@```````!(,`'``/``/``@````!$`$``!&D```` XM```````````````````)````````$C@`6``\``\`"`````$0`0``$:0````` XM``````````````````@````````29`!``#P`#P`(`````1`!```1I``````` XM````````````````!P```````!*0`+@`*``/``@````!$`$``!&$```````` XM```````````````&````````$KP`H``H``\`"`````$0`0``$80````````` XM``````````````4````````2Z`"(`"@`#P`(`````1`!```1A``````````` XM````````````!````````!,4`'``*``/``@````!$`$``!&$```````````` XM```````````#````````$T``6``H``\`"`````$0`0``$80````````````` XM``````````(````````3;`!``"@`#P`(`````1`!```1A``````````````` XM`````````0``````"``$`/P`!`#\`$P`"`!,``@`!/____\``@$%```3Q``` XM````!``"`0```@$``$X`!`!.``0``O____\``@$%```3Z```$]@!``$``!0` XM#P``$(@```````````````!L3```;%,``&Q:``!L8@``;&P``&QU``!L?``` XM`!\`.P!:`'@`EP"U`-0`\P$1`3`!3@``;(8``&R.``!LEP``;)T``&RC``!L XMIP``;*P``&RQ``!LN```;,(``&S*``!LTP,%"@P``````````/____]!0D-$ XM149A8F-D968Y.#<V-30S,C$P``H+#`T.#PH+#`T.#PD(!P8%!`,"`0``<@`` XM````<BL````"=P````,!=RL```,"80````D!82L```D">`````4!>"L```4" XM````````,#$R,S0U-C<X.6%B8V1E9@```"`@("`@("`@(#`P,#`P("`@("`@ XM("`@("`@("`@("`@D$!`0$!`0$!`0$!`0$!`0`P,#`P,#`P,#`Q`0$!`0$!` XM"0D)"0D)`0$!`0$!`0$!`0$!`0$!`0$!`0%`0$!`0$`*"@H*"@H"`@("`@(" XM`@("`@("`@("`@("`D!`0$`@``````````````````$``````0`````````` XM```````````!`0````$``````````````````````0(````!```````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM```````````````````````````````````````````````````````````` XM`````````````!0```/L````@`````$```+*```#"@```S@```-````#2``` XM`U@```.8```#M````\8```/.```#U@``!"X```1"```$1@``!%@```1@```$ XM:```!L````;*```&W```!QP```<^```'<```!Y0```>F```'R@``!]P```@` XM```($@``"#8```A(```(;```"'X```B.```(H```"-(```CV```)"```"2P` XM``D^```)8@``"70```F8```)J@``"<X```G@```*!```"A8```HF```*.``` XM"FH```JV```*W```"O8```L<```+-@``"UP```MV```+K```"[0```Q>```, XM8@``#)X```S,```,U```#-P```TX```-/```#7@```V4```-I@``#:X```VV XM```.$@``#A8```Y2```.;@``#H````Z(```.D```#NP```[P```/+```#T@` XM``]:```/8@``#VH```^&```0B```$*0``!"H```0Z@``$/P``!$(```1(@`` XM$3P``!%(```18@``$8P``!&L```1M```$<8``!'@```1\@``$@P``!(>```2 XM.```$DH``!)D```2=@``$I```!*B```2O```$LX``!+H```2^@``$Q0``!,F XM```30```$U(``!-L```3?@``$Y@``!.J```3X```%`0``!0(```4%````'P` XM```````!V````=X```'D```![@```?(```'V```!^@```?X```("```"!@`` XM`@H```(.```"$@```A8```(:```":@```GX```*2```"K@```QX```.L```$ XM%@``!"H```0^```'`@``!SH```=6```'C```!\(```?X```(+@``"&0```B< XM```(N```".X```DD```)6@``"9````G&```)_```"C0```I0```*<@``"I0` XM``K4```+%```"U0```N4```,L@``#8P```YF```/0```#XX```^^```/[@`` XM$"0``!`X```03```$%0``!!8```07```$&```!!D```0:```$&P``!!P```0 XM=```$'@``!$````10```%"(``!0F```4*@``%"X``!0R```4-@``%#H``!16 XM```46@``%%X``!1B```49@``%&H``!1N```4<@``%'8``!1Z```4?@``%((` XM```"````"`````X````4````&@```"`````F````+````#(````X````/@`` XM`$0```!*````4````%8```!<````8@```&@```!N````=````'H```"````` XMA@```(P```"2````F````)X```"D````J@```+````"V````O````,(```#( XM````S@````````/P`````E]?2#%?;W)G``````````-?8F%C:U!A=&@````` XM``#4`````U]D97-T1')I=F4``````24````$7V1O07)C:&EV94)I=',````` XM`2H````#7V1O0FEG1FEL97,````!+`````-?9&]#;VUP<F5S<P````$N```` XM`U]D;T9O<FUA=````````3`````#7V1O3&ES=&EN9P`````!,@````-?9&]3 XM<&5E8V@```````$T`````U]H;VUE4&%T:````````38````#7VQI<W10871H XM```````!AP````1?;6%G:6-?:&5A9&5R```````"(@````)?;&UA<VL````` XM`D@````"7W)M87-K``````)1````!5].97=38W)E96Y3=')U8W1U<F4````" XMF@````)?4&%L971T90```KH````&7V-U<E9O;'5M94=A9&=E=%-);F9O```` XM```"R@````1?0F]R9&5R5F5C=&]R<S$````"[@````)?0F]R9&5R,0```P(` XM```"7TE497AT,0````,2````!%]C=7)6;VQU;65'861G970```,F````!5]E XM<G)O<D=A9&=E=%-)0G5F9@`````#4@````5?97)R;W)'861G971326YF;P`` XM`````U@````$7T)O<F1E<E9E8W1O<G,R`````WP````"7T)O<F1E<C(```.0 XM`````E])5&5X=#(````#H`````-?97)R;W)'861G970```.T````!5]G875G XM94=A9&=E=%-);F9O```````#X`````)?26UA9V4Q`````_8````"7TE497AT XM-0````0*`````E])5&5X=#0````$'@````)?251E>'0S````!#(````#7V=A XM=6=E1V%D9V5T```$1@````-?26UA9V5$871A,@````1R`````E]);6%G93(` XM```&M@````-?<W1O<$=A9&=E=`````;*`````E])5&5X=#8````&]@````-? XM365N=4ET96TQ``````<*`````E]-96YU,P`````'+`````)?251E>'0W```` XM!TH````#7TUE;G5)=&5M-P`````'7@````)?251E>'0X````!X`````#7TUE XM;G5)=&5M-@`````'E`````)?251E>'0Y````![8````#7TUE;G5)=&5M-0`` XM```'R@````)?251E>'0Q,```!^P````#7TUE;G5)=&5M-``````(``````)? XM251E>'0Q,0``""(````#7TUE;G5)=&5M,P`````(-@````)?251E>'0Q,@`` XM"%@````#7TUE;G5)=&5M,@`````(;`````)?365N=3(`````"(X````"7TE4 XM97AT,3,```BL`````U]-96YU271E;3$T````",`````"7TE497AT,30```CB XM`````U]-96YU271E;3$S````"/8````"7TE497AT,34```D8`````U]-96YU XM271E;3$R````"2P````"7TE497AT,38```E.`````U]-96YU271E;3$Q```` XM"6(````"7TE497AT,3<```F$`````U]-96YU271E;3$P````"9@````"7TE4 XM97AT,3@```FZ`````U]-96YU271E;3D`````"<X````"7TE497AT,3D```GP XM`````U]-96YU271E;3@`````"@0````"7TUE;G4Q``````HF`````E])5&5X XM=#(P```*1`````5?3F5W5VEN9&]W4W1R=6-T=7)E,0``"E@````"7TE497AT XM,C$```J(````!%]F:6QE4VMI<$=A9&=E=`````J<`````E])5&5X=#(R```* XMR`````5?9&ES:U)E<W1A<G1'861G970`````"MP````"7TE497AT,C,```L( XM````!%]F:6QE4F5T<GE'861G970```L<`````E])5&5X=#(T```+2`````-? XM86)O<G1'861G970```M<`````E])5&5X=#(U```+B`````5?4F5Q=65S=&5R XM4W1R=6-T=7)E,@``"YP````&7WAC;&10871H1V%D9V5T4TE"=69F```````, XM#`````5?>&-L9%!A=&A'861G971326YF;P``#%X````$7T)O<F1E<E9E8W1O XM<G,S````#((````"7T)O<F1E<C,```R6`````E])5&5X=#(V```,I@````1? XM>&-L9%!A=&A'861G970````,N@````9?;&ES=%!A=&A'861G971324)U9F8` XM``````SF````!5]L:7-T4&%T:$=A9&=E=%-);F9O```-.`````1?0F]R9&5R XM5F5C=&]R<S0````-7`````)?0F]R9&5R-```#7`````"7TE497AT,C<```V` XM````!%]L:7-T4&%T:$=A9&=E=`````V4````!E]B86-K4&%T:$=A9&=E=%-) XM0G5F9@``````#<`````%7V)A8VM0871H1V%D9V5T4TEN9F\```X2````!%]" XM;W)D97)696-T;W)S-0````XV`````E]";W)D97(U```.2@````)?251E>'0R XM.```#EH````$7V)A8VM0871H1V%D9V5T````#FX````&7VAO;650871H1V%D XM9V5T4TE"=69F```````.F@````5?:&]M95!A=&A'861G971326YF;P``#NP` XM```$7T)O<F1E<E9E8W1O<G,V````#Q`````"7T)O<F1E<C8```\D`````E]) XM5&5X=#(Y```/-`````1?:&]M95!A=&A'861G970````/2`````5?3F5W5VEN XM9&]W4W1R=6-T=7)E,P``#W0````%7TYE=U=I;F1O=U-T<G5C='5R930```^D XM````!5].97=7:6YD;W=3=')U8W1U<F4U```/U`````5?9&ES:W)E<5]B;V1Y XM7W1E>'0`````$!@````%7V1I<VMR97%?<&]S7W1E>'0``````!`L````!5]D XM:7-K<F5Q7VYE9U]T97AT```````00`````-?9&%Y;F%M97,``````!0B```` XM`U]M;VYT:$1A>7,`````%#X````#7VUO;G1H;F%M97,````45@````-?875D XM:6]?8VAA;@```!2&````!%]4<F%N<VQA=&]R0F%S90```!2*`````U]V;VEC XM95]P;W)T````%(X````$7VYA<G)A=&]R7W-T871U<P``%)(````"7V-T<%\` XM`````!4,`````E]#8G5F9G,````5C@````)?7VYU;61E=@``%T8````"7U]( XM,5]E;F0``!=(`````E]?2#)?;W)G```72`````)?8G5F9F5R````L-H````" XM7V)U9E-I>F4``+#>````!%]P<F]G<F5S<T-O;G-O;&4``+#B````!%]P<F]G XM<F5S<U=I;F1O=P```+#F`````E]C;VYM<V<```"PZ@````-?8W5R<F5N=$1I XM<@```++J`````U]C=7)R96YT1FEL90``LNX````#7V1E<W10871H``````"R XM\@````)?9&5S=%9O;```L_,````#7V1I<VM.=6UB97(```"T%`````-?97)R XM;W)#;W5N=````+06`````E]E<G).86UE``"T&`````5?97AC;'5D94AA<T-H XM86YG960`````M!P````#7V5X8VQU9&5,:7-T``"T'@````-?;&%S=$5X8VQU XM9&4``+0B`````U]E>&-L=61E4&%T:```M"8````"7V9I8E=O<FL``+1X```` XM`E]'9GA"87-E``"T?`````1?26YT=6ET:6]N0F%S90````"T@`````)?;&5V XM96P`````M(0````#7VQI;F5#;W5N=`````"TA@````)?;&ES=&EN9P``M(@` XM```#7VUA:6Y,:7-T``````"TC`````-?;6%I;E-C<F5E;@```+24`````U]M XM86EN5VEN9&]W````M)@````!7VYO=P``M)P````"7W-I;F-E`````+2@```` XM`U]P871H5VEN9&]W````M*0````#7W-I>F5,969T``````"TJ`````)?<W)C XM4&%T:```M*P````"7W-R8U9O;````+6L`````E]T96UP``````"US@````-? XM=&]T86Q3:7IE`````+;.````!%]A=%EO=7)397)V:6-E`````+;2`````U]S XM879E9$1I<@``````MM0````#7W-A=F5D3&ES=`````"VV`````)?97)R;F\` XM````MN`````#7V)I9T9I;&5);F9O``"VX@````1?9G5L;$AO;650871H```` XM``"W[@````1?:&]M94ES1&5V:6-E``````"X\`````1?9G5L;$)A8VM0871H XM``````"X\@````-?8F=N9%]F;&%G`````+GT`````U]53D1/0E5&1D52```` XMN?@````&7V-U<E9O;'5M94=A9&=E=%-)0G5F9@````"Z20````)?1$]30F%S XM90``NF@````#7W9O:6-E7VEO``````"Z;`````1?=')A;G-L871E7V5R<F]R XM``"ZL@````-?4&AO;F5M97,``````+JV`````E]?<V%V<W````"^M@````)? XM4WES0F%S90``OKH````"7U]D979T86(``+Z^`````U]?<W1K8F%S90`````` XMOL(````$7T5N86)L95]!8F]R=```````OL8````#7U="96YC:$US9P````"^ XMR`````)?7V%R9W8`````OLP````"7U]A<F=C`````+[0`````U]?87)G7VQE XM;@``````OM(````#7U]A<F=?;&EN``````"^U`````-?26-O;D)A<V4````` XM`+[8`````E]C;'-?``````"^W`````)?7V-L;@``````ON`````$7TUA=&A4 XM<F%N<T)A<V4`````ON0````#7TUA=&A"87-E``````"^Z`````5?36%T:$EE XM965$;W5B0F%S0F%S90``ONP````"7U](,E]E;F0``+[P`````````_(```/K X(`````0```_)S X` Xend ________This_Is_The_END________ if test `wc -l < MRBackup.uu2` -ne 658; then echo 'shar: MRBackup.uu2 was damaged during transit (should have been 658 bytes)' fi fi ; : end of overwriting check exit 0
ahh@j.cc.purdue.edu (Brent L. Woods) (02/29/88)
Program Name: MRBackup Submitted By: uiucdcs!amanpt1.ZONE1.COM!mrr (Mark Rinfret) Summary: A hard disk backup utility. Poster Boy: Brent Woods (ahh@j.cc.purdue.edu) Tested. Part 3 of 3. NOTES: The MRBackup binary is split into two (uuencoded) parts. The first part is in the shar below. The second part is in the preceding posting (part 2). To uudecode, unshar the two parts and put them together in one file (via your favorite method), then uudecode the result. Have fun, eh? Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421 USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906 ================================================================ This set of 3 shar files contains the binaries and docs for version 2.1 of MRBackup, a hard disk backup utility for the Commodore Amiga. Mark Rinfret #! /bin/sh # # This is a shell archive. Save this into a file, edit it # and delete all lines above this comment. Then give this # file to sh by executing the command "sh file". The files # will be extracted into the current directory owned by # you with default permissions. # # The files contained herein are: # # -rw-r--r-- 1 mrr users 40277 Feb 8 22:19 MRBackup.uu1 # echo 'x - MRBackup.uu1' if test -f MRBackup.uu1; then echo 'shar: not overwriting MRBackup.uu1'; else sed 's/^X//' << '________This_Is_The_END________' > MRBackup.uu1 Xbegin 644 MRBackup XM```#\P`````````#``````````(``"EU0``OO`````$```/I```I=4[Y``". XM!DY5``!A$DZZ3@)"9T*G3KH!%%Q/3EU.=4Y5``!.NDH62D!G#C\\`!1(>@!P XM3KH`]EQ/2'@``4AX``Q.ND4@4$\I0#2>2JPTGF?:+RPTGDZL@(!83TAX``%( XM>``,3KI$_E!/*4`THDJL-*)GN$AX``%(>`$$3KI$YE!/*4`T>DJL-'IGH&$T XM3KI@\DZZ"'!"9TZZ!D!43TY=3G50<F]G<F%M(&EN:71I86QI>F%T:6]N(&9A XM:6QE9"X*`$Y5```I?```@``PX$AY``$``"\L,.!.ND2*4$\I0##<9P1.74YU XM!*P```@`,.`,K```"``PX&+4/SP`%$AZ``AA*%Q/8-Q.;W0@96YO=6=H(&UE XM;6]R>2!F;W(@8V]P>2!B=69F97(A"@!.50``/SP``4ZZ!:143TJM``AG"B\M XM``A.K(!*6$]*K#2*9PHO+#2*3JR`8EA/2JPTGF<.2'@`#"\L-)Y.K("P4$]* XMK#2B9PY(>``,+RPTHDZL@+!03TJL-'IG#DAX`00O+#1Z3JR`L%!/2JPPW&<. XM+RPPX"\L,-Q.K("P4$].ND=4/RT`#$ZL@'143TY=3G5.5?_T.WP``?_T*VT` XM"/_Z*VT`#/_V/SP`.B\M__I.K(`L7$]*@&<J*VT`#/_V(&W_^E*M__H;4/__ XM#"T`.O__9PX@;?_V4JW_]A"M__]@WF`$0FW_]"!M__9"$"\M__HO+0`03JR` XM1%!/,"W_]$Y=3G5.5?_R0FW_\B!L-)HO*`!63JR`MEA/*T#_]&=,(&W_]"MH XM`!3__"!M__0K:``<__@O+?_T3JR`O%A/2FW_\F8F#*T```!`__QF'"!M__@, XM:``$`"9F$$AZ`!A.N@=V6$\[?``!__)@H#`M__).74YU22!A;2!S=&]P<&EN XM9RP@87,@>6]U(')E<75E<W1E9"X*`$Y5_]8@;0`((F@`(BM1_]I(>/__+RT` XM""\L-*9.K(#.3^\`#'(`,@`K0?_62&W_WR\M_]I.NG!`4$]*@&8:2'H`6DZZ XM!OQ83TAL@-8O+?_:3JR`1%!/8`XO+?_:2&R`UDZL@$103T*G2'C__R\M_]8O XM+0`(+RPTIDZL@,)/[P`42'C__T*G+RPTIB\M``A.K(#(3^\`$$Y=3G5"86-K XM=7`@<&%T:"!M=7-T('-P96-I9GD@82!D:7-K(&1E=FEC92X*``!.5?_62'C_ XM_R\M``@O+#2F3JR`SD_O``QR`#(`*T'_UB!M``@B:``B*U'__$AM_]LO+?_\ XM3KIO?%!/2H!G#B\M__Q.NG4P6$]*0&8:2'H`:$ZZ!BI83TAL@3@O+?_\3JR` XM1%!/8`XO+?_\2&R!.$ZL@$103R!M``@O*``B3KH$Q%A/0J=(>/__+RW_UB\M XM``@O+#2F3JR`PD_O`!1(>/__0J<O+#2F+RT`"$ZL@,A/[P`03EU.=4AO;64@ XM<&%T:"!M=7-T(&)E(&$@9&ES:R!D979I8V4@=VET:"!O<'1I;VYA;"!D:7)E XM8W1O<GD@;F%M92$*``!.5?_X2'C__R\M``@O+#2F3JR`SD_O``QR`#(`*T'_ XM^"!M``@B:``B*U'__$AL@8DO+?_\3JR`/E!/2D!G/DIL@31F#$AZ`'A.N@4\ XM6$]@+"\M__Q.ND]P6$]*0&<02&R!B2\M__Q.K(!$4$]@#B\M__Q(;(&)3JR` XM1%!/(&T`""\H`").N@/&6$]"ITAX__\O+?_X+RT`""\L-*9.K(#"3^\`%$AX XM__]"IR\L-*8O+0`(3JR`R$_O`!!.74YU3&ES=&EN9R!P871H(&AA<R!C:&%N XM9V5D(&)U="!'96YE<F%T92!,:7-T:6YG(&]P=&EO;B!I<R!D:7-A8FQE9"X* XM``!.5?_X2'C__R\M``@O+#2F3JR`SD_O``QR`#(`*T'_^"!M``@B:``B*U'_ XM_$)G+RW__$ZL@"9<3TI`9QI(>@!N3KH$0EA/2&PT*"\M__Q.K(!$4$]@%"\M XM__Q(;#0H3JR`1%!/.7P``30>(&T`""\H`").N@+66$]"ITAX__\O+?_X+RT` XM""\L-*9.K(#"3^\`%$AX__]"IR\L-*8O+0`(3JR`R$_O`!!.74YU22!C86XG XM="!A8V-E<W,@=&AE(&5X8VQU9&4@9FEL92$*`$Y5__@O+0`(3JR`7%A/.T#_ XM_$)M__XP+?_^P/P`!D'L@=XR+?_\LG`(`&5&<``P+?_\T*T`"#(M__["_``& XM0>R!WG0`-#`8`)""*T#_^#`M__[`_``&0>R!VB\P"``O+?_X3KH"]%!/2D!F XM!G`!3EU.=5)M__X,;0`#__YEF'``8.PN>@`N87)C`"YZ;V\``$Y5__Q.74YU XM0J=.K("J6$\K0/_\2FT`"&<6#*S_____@>QG"B!M__PA;('L`+A@)"!M__P, XMJ/____\`N&<6(&W__"EH`+B!["!M__PA?/____\`N&"N3E7^\D)M_O13K#2J XM0F=.N@Z,5$]*0&<&<`%.74YU2&PS]4AM_O9.K(!$4$](;?[V3JR`7%A/.T#_ XM^"\M``A.K(!<6$\[0/[R,"W^]+!M_O)L``#L2FW^]&<2,"W_^%)M__A![?[V XM$;P`+P``,"W^]%)M_O0@;0`(&W```/__9QP,+0`O__]G%#`M__A2;?_X0>W^ XM]A&M__\``�,"W_^$'M_O9",```2'C__DAM_O9.K(">4$\K0/_Z9PPO+?_Z XM3JR`I%A/8')(;?[V3JR`>EA/*T#_^F983JR`F#M`__:P?`#89B!(;?[V2'H` XM8DAL,.Q.K(!03^\`#$AL,.Q.N@'06$]@*$AM_O8_+?_V2'H`7$AL,.Q.K(!0 XM3^\`#DAL,.Q.N@&L6$]P`6``_NY@"B\M__I.K("D6$]@`/\,2&W^]DZZ2:18 XM3W``8`#^SD1I<F5C=&]R>2`E<R!A;')E861Y(&5X:7-T<R$*`$524D]2("5D XM.B!5;F%B;&4@=&\@8W)E871E(&1I<F5C=&]R>2`E<PH``$Y5```@;0`((F@` XM!$(1(&T`"$)H``@@;0`(0F@`#"!M``A":``.(&T`""\03JR`7%A/(&T`"#%` XM`!!.74YU3E4``$IL@39G+DZL@`Y*0&8D(&PTG@RH```%W``(;`Q(>@`>3JR` XM&EA/8`I(>@`^3JR`&EA/8`1.K(`43EU.=51H870@9F5E;',@9V]O9"$@(%1H XM86YK<R!F;W(@='5R;FEN9R!M92!O;B$`2&DN("!(;W<@;6%Y($D@:&5L<"!Y XM;W4_``!.50``2FR!-F<*+RT`"$ZL@!I83TY=3G5.5?_Z2.<`,"1M``@F;0`, XM($I2BA`02(`_`$ZL@"!43SM`__X@2U*+$!!(@#\`3JR`(%1/.T#__#`M__Z0 XM;?_\.T#_^F8,2FW__F<&2FW__&:^,"W_^DS?#`!.74YU3E4``"\M``A.NC>> XM6$]*;($V9PHO+0`(3JR`&EA/3EU.=51H:7,@:7,@32!2($)A8VMU<"P@82!H XM87)D(&1I<VL@8F%C:W5P('5T:6QI='D@=W)I='1E;B!B>2!-87)K(%)I;F9R XM970N"@!4:&ES('!R;V=R86T@86QL;W=S('EO=2!T;R!P97)F;W)M(&-O;7!L XM971E(&]R(&EN8W)E;65N=&%L(&)A8VMU<',N"@!$871A(&-O;7!R97-S:6]N XM(&%N9"!D96-O;7!R97-S:6]N(&%R92!P<F]V:61E9"!T;R!E8V]N;VUI>F4@ XM;VX@9FQO<'!I97,N"@!)9B!Y;W4@9FEN9"!T:&ES('!R;V=R86T@=7-E9G5L XM(&]R(&EF('EO=2!H879E(&%N>2!S=6=G97-T:6]N<RP*`%-E;F0@=&AE(&%U XM=&AO<B!M86EL(&%T('1H92!F;VQL;W=I;F<@861D<F5S<V5S.@H`("`@($UA XM<FL@4FEN9G)E=`H`("`@(#,T."!);F1I86X@079E;G5E"@`@("`@4&]R='-M XM;W5T:"P@4FAO9&4@27-L86YD("`P,C@W,0H*`"`@("!O<BP@;7)R0&%M86YP XM=#$N6D].13$N0T]-"B`@("!O<BP@<F%Y<W-D(6=A;&%X:6$A86UA;G!T,2%M XM<G(N"@H`66]U(&UA>2!O8G1A:6X@=&AE('-O=7)C92!F;W(@=&AI<R!P<F]G XM<F%M(&9R;VT@57-E;F5T(&%R8VAI=F5S+`H`8GD@<V5N9&EN9R!A(&9L;W!P XM>2!D:7-K(&%N9"!P;W-T<&%I9"!M86EL97(@=&\@=&AE(&%B;W9E(&%D9')E XM<W,L"@!O<B!B>2!S96YD:6YG(&9I=F4@9&]L;&%R<R!T;R!T:&4@86)O=F4@ XM861D<F5S<RX*``!.5?_^0FW__DAZ`&).NC3@6$]2;?_^#&T`!?_^;>I";?_^ XM8#).NO5.2D!F/#`M__Y(P.6`0>R!\"\P"`!.NOT(6$]*;($V9@I(>``>3JR` XMAEA/4FW__C`M__Y(P.6`0>R!\$JP"`!FO$Y=3G4*`$Y5__P_/``!/SP`"$ZZ XM>"983RM`__P_/``!+RT`"$ZL@%Q83U)`/P!.NG@*6$\@;?_\(4``!"\M``@@ XM;?_\+R@`!$ZL@$103TJL-"!F""EM__PT(&`((&PT)""M__PI;?_\-"1.74YU XM3E7_^"\M``A.NA&&6$\K0/_\9@9P`$Y=3G4@;?_\,6T`#``0(&W__#%M``X` XM$B!M__PA;0`0``P@;0`42I!F#"!M`!0@K?_\8```G"!M`!0K4/_X8'`@;?_X XM+R@`""!M__PO*``(3JR`/E!/2D!N3"!M__PA;?_X``0@;?_X2I!G#"!M__@B XM4"-M__P`!"!M__@B;?_\(I`@;?_X(*W__"!M`!0B4+/M__AF""!M`!0@K?_\ XM("W__&``_UP@;?_X*V@`!/_X2JW_^&:*(&T`%")M__PBJ``$(&T`%")H``0C XM;?_\``0@;0`4(6W__``$("W__&``_R!.5?_\0FW__$)L-!A"K#+P.6T`")A, XM2'H"G$ZZ^N983R\L-)Y.K("`6$]"K#+L0JPTDD*L-(Y*;($T9Q)(;(&)3KI% XM=EA/2D!G!$Y=3G5*;)A,9FP@;#2B(FPTGB#9(-D@V2!L-*)3D"!L-*)"J``$ XM(&PTHD*H``A(>@)33KKZ^EA/+RPTHB\L-*)(>@)I+RPTFDZZ6A9/[P`0+RPT XMGB\L-*).NEVR4$\[0/_^2D!M"DAZ`E=.NOK"6$]*;?_^;)1(;#2N2&PUKDAL XM@3A.NO)F3^\`#$AZ`GA(;#6N3JR`.%!/2&PR]$AL@2=(;(#63KKR1$_O``Q* XM+#+T9Q1(>@)23KKZ=EA/.WP``?_\8``!!$AZ`F5(;($G3JR`.%!/2BPT*&<* XM3KH-CDI`9@``YDAL@8E.NOUL6$]";#2&2FR83&<.3KH36DI`9P1@`/[^8`1" XM;#060JPTJD*L-M`O+#;0+RPTJDZZ/;)03T)G3KH%UE1/.T#__&8``)I*;)A, XM9CY*+#2N9R9(;#2.0J<_/``!/SP``4AL-*Y.NOUN3^\`$$J`9@8[?`!G__Q@ XM$DAL-(Y(;#2N3KH%LE!/.T#__$IM__QF3DILF$QG"DAZ`:U.NOFH6$]*K#2. XM9R)(;#2.3KH#5EA/.T#__&822&PTCDZZ`JQ83SM`__QF`F#82FR83&<02'H! XMG4ZZ^7!83SM\`,W__$IM__QF%DAZ`<Y.NOE:6$](>@'P3KKY4%A/8&X,;0`$ XM__QF-DZZ$F8[0/_\9BI"K#2J+RPVT"\L-*I.NCS*4$\_/``"3KI#'E1/2'H! XMVTZZ0LY83V``_UQ@,`QM``'__&<H2'H!W4ZZ^/Y83S\M__Q(>@'P2&PP[$ZL XM@%!/[P`*2&PP[$ZZ^.!83TAL-(Y.N@<^6$](>@'S3KH[H%A/8`#]F$\@2RP@ XM(&QE="=S(&=E="!T;R!W;W)K+@!%;G1E<B!T:&4@9&%T92!S:6YC92!Y;W5R XM(&QA<W0@8F%C:W5P+@H`0F%C:W5P(&9I;&5S('-I;F-E.@!!:&5M(2`@5&AE XM('1E<W0@9&%T92!M=7-T(&)E('1O9&%Y(&]R(&5A<FQI97(N("!!<F4@>6]U XM('1E<W1I;F<@;64_"@`Z`%1H92!B86-K=7`@<&%T:"!M=7-T(&)E(&$@9&5V XM:6-E(&YA;64N`#H`22!A;2!A='1E;7!T:6YG('1O(')E<W5M92!Y;W5R(&)A XM8VMU<"X*`$D@8V]U;&0@;F]T(')E<W5M92!Y;W5R(&)A8VMU<"!S:6YC92!) XM(&-O=6QD(&YO="!F:6YD('1H92!F:7)S="!F:6QE+@H`22!A;2!D;VYE+"!A XM;F0@979E<GET:&EN9R!S965M<R!T;R!B92!/($LN"@!)="!W87,@82!P;&5A XM<W5R92!W;W)K:6YG('=I=&@@>6]U+@H`*BHJ(%)E<W1A<G1I;F<@=F]L=6UE XM("HJ*@!4:&EN9W,@87)E(&YO="!W96QL+"!M>2!F<FEE;F0N"@!9;W5R(&)A XM8VMU<"!T97)M:6YA=&5D('=I=&@@97)R;W(@)60N"@``3E7_[D)M__9"K?_R XM0JW_[BML,NS_^"!M``@K4/_\8&8@;?_\2F@`$F=2*6W__#+L+RT`""\M__Q. XMN@]*4$](;?_N(&PR["\H``A.N@*`4$\[0/_V9C9(;?_N83Y83SM`__9F*$AM XM_^YAEEA/.T#_]F8:(&T`""M0__Q@"B!M__PK:``$__Q*K?_\9I0I;?_X,NPP XM+?_V3EU.=4Y5__9";?_V0FR82D)G+RT`"$ZZ"01<3RM`__QG``#4(&W__'`` XM,"@`$+"L-M!E5$IL@2YF/DIL@3)F."!M__PO*``(2'H`QDAL,.Q.K(!03^\` XM#$AL,.Q.NO7H6$](>@#'3KKUWEA/2'H!!4ZZ]=183V`.+RW__$ZZ!%)83SM` XM__9@7"!M__QP`#`H`!"PK#2J938_/``!+RT`"$ZZ"'I<3RM`__AF'#\\``%. XMN@LP5$\[0/_V9P@P+?_V3EU.=6``_THK;?_X__PO+?_\3KH#_%A/.T#_]F<& XM,"W_]F#<+RT`""\M__Q.N@X`4$]@`/\<2JPR[&<.+RPR[$ZZ"&!83T*L,NPP XM+?_V8+`E<R!I<R!T;V\@8FEG('1O(&)A8VL@=7`A"@!);B!O<F1E<B!T;R!B XM86-K('5P(&)I9R!F:6QE<RP@>6]U('=I;&P@:&%V92!T;R!S96QE8W0@=&AE XM($1O($)I9R!&:6QE<P!A;F0@1F]R;6%T($1E<W1I;F%T:6]N(&]P=&EO;G,@ XM:6X@=&AE($9L86=S(&UE;G4N``!.5?_Z0FW__BML-"#_^F!`+RT`""!M__HO XM*``$3KIN>%!/.T#__F<@+RT`"$AZ`#!(;##L3JR`4$_O``Q(;##L3KHL!EA/ XM8`X@;?_Z*U#_^DJM__IFNC`M__Y.74YU17AC;'5D:6YG("5S"@!.5?_^0FW_ XM_DJL-*IN#C\M``A.N@F\5$\[0/_^,"W__DY=3G5.5?[P0FW__D*M__I"K?_R XM3KKL+$I`9P9P`4Y=3G5(>0`!``)(>`$$3KHO2E!/*T#_^F8$<&=@XDAL-:Y( XM;?[Q3JR`1%!/+RT`"$AM_O%.K(`X4$](>/_^2&W^\4ZL@)Y03RM`__)F+DZL XM@)@[0/_^/RW__DAM_O%(>@&H2&PP[$ZL@%!/[P`.2&PP[$ZZ\X)83V```6(O XM+?_Z+RW_\DZL@(Q03TI`9BY.K("8.T#__C\M__XO+0`(2'H!D$AL,.Q.K(!0 XM3^\`#DAL,.Q.NO-"6$]@``$B(&W_^DJH``1O``#$2FW__F8``+HO+?_Z+RW_ XM\DZL@))03TI`9P``IDZZZSY*0&<*.WP``?_^8```Z"!M``A*$&8&0BW^\6`< XM+RT`"$AM_O%.K(!$4$](>@%(2&W^\4ZL@#A03R!M__I0B"\(2&W^\4ZL@#A0 XM3R\M__I(;?[Q3KH$Y%!/2D!GA"\M``P@;?_Z+R@`="!M__I*J``$;01P`6`" XM<``_`"\M__I.N@4.6$\_`$AM_O%.NO823^\`$$J`9@8[?`!G__Y@`/]"8%(O XM+?_Z+RT`"$ZZ!(Q03TI`9T`O+0`,(&W_^B\H`'0@;?_Z2J@`!&T$<`%@`G`` XM/P`O+?_Z3KH$MEA//P`O+0`(3KKUND_O`!!*@&8&.WP`9__^+RW_\DZL@*18 XM3TAX`00O+?_Z3JR`L%!/#&T`RO_^9@1";?_^,"W__F``_?I#;VQL96-T1FEL XM97,@8V%N(&YO="!L;V-K("5S.R!E<G)O<B`E9`H`0V]L;&5C=$9I;&5S(&-A XM;B!N;W0@97AA;6EN92`E<SL@97)R;W(Z("5D"@`O`$Y5```@;0`(2I!G$B\M XM``@@;0`(+Q!.N@HH4$]@YDY=3G5.5?WV0FW__DILF$QG+$ALETH@;0`(+R@` XM"$ZL@#Y03TI`9P@P+?_^3EU.=4)LF$Q(>@+(3KKQ0%A/*6T`"#+P4FR82@QL XM``&82F8@2JPR[&<:(&PR["\H``A.NNY*6$\[0/_^9P8P+?_^8+P@;0`(<``P XM*``0L*PVT%3`P'P``3M`_OH[;#2L_O@@;0`(<``P*``0D:PTJDIM_OIG"`QM XM`!3^^&P4/SP``4ZZ_)943TI`9P9P`6``_W`P+?[X2,`B+#2JLH!O!CML-*S^ XM^$ZZZ-0[0/_^9P@P+?_^8`#_2B!M``@O*``(2&PUKDAZ`B9(;?WW3JR`4$_O XM`!`_+?[X2'H"%TAL,.Q.K(!03^\`"DAL,.Q.NB@(6$]*;($P9R)(;?WW3KKL XMFEA/2D!F%$IM_OIF#B!M``@,:``$`!!D``"0(&T`""\H``A(;#/U2'H!W4AM XM_OU.K(!03^\`$$IM_OIG-B!M``@O*``(2'H!Q$AL,.Q.K(!03^\`#$AL,.Q. XMNB><6$\@;0`(+R@`"$ZZ#KQ83SM`__Y@-"!M``@O*``(2'H!KTAL,.Q.K(!0 XM3^\`#$AL,.Q.NB=F6$](;?[]2&W]]TZZ)WQ03SM`__Y@4"!M``@O*``(2&PS XM]4AZ`8%(;?[]3JR`4$_O`!`@;0`(+R@`"$AZ`7!(;##L3JR`4$_O``Q(;##L XM3KHG%%A/2&W^_4AM_?=.NAFD4$\[0/_^2FW__F=F(&T`""\H``@_+?_^2'H! XM0DAL,.Q.K(!03^\`#DAL,.Q.NN\N6$\_/``!3KHY(E1/2&PP[$ZZ.-)83S\\ XM``%.NCD.5$](;?[]3JR`;EA/4FPT&$ZZ,C0_/``/3KHGX%1/.T#__F`>/RR! XM+$AM_OU(;?WW3KI<)D_O``I(;?[]3KHVZ%A/#&T``O_^9P#^'`QM``C__F8$ XM0FW__DIM__YF+$AL,_5.NEI*6$\I0#2J2H!L#"`L-*I$@#M`__Y@#B\L-M`O XM+#2J3KHR*%!/,"W__F``_3!9;W5R(&)A8VMU<"!I<R!R97-U;6EN9RX*`"5S XM)7,`0FQO8VMS(&QE9G0Z("4U9"`@(``E<R5S`$1O:6YG(&UU;'1I+79O;'5M XM92!B86-K=7`@;V8@)7,*`$-O<'EI;F<@)7,*`"5S)7,N6@!#;VUP<F5S<VEN XM9R`E<PH`3V@@9&%R;B!I="$@($D@9V]T(&5R<F]R("5D(&]N(&9I;&4@)7,N XM"@``3E4``"\M``A.NODL6$]*0&<&<`!.74YU(&T`#$JH``1L,$IL@2QG$"!M XM``P(*``$`'=G!'``8-PO+#2B(&T`#$AH`(1.NE!N4$]*0&P$<`!@PG`!8+Y. XM5?_^2JT`"&8(.WP``?_^8#P@;0`(2J@`!&T(.WP``?_^8"H@;0`(("@`?"(\ XM```!Z$ZL@%94@#M`__XP+?_^2$!"0$A`@/P`1M%M__XP+?_^3EU.=4Y5__P@ XM;0`(*U#__&`J(&W__$IH`!)F%DIM``QG("!M__QP`#`H`!"PK#2J91`@;?_\ XM*V@`!/_\2JW__&;0("W__$Y=3G5.50``(&T`""\H``A.K(!H6$\O+0`(3JR` XM:%A/3EU.=4Y5_NY";?_T2FPT'F8&<`!.74YU2'H!8DAL-"A.NF\$4$\K0/[N XM9B0_+#;B2'H!3$AL,.Q.K(!03^\`"DAL,.Q.NNR"6$\P+#;B8,0K;#0@__9@ XM("!M__8O*``$3JR`:%A/+RW_]DZL@&A83R!M__8K4/_V2JW_]F;:0JPT)$*L XM-"`O+?[N/SP!`$AM_O-.NF@(3^\`"DJ`9P``PDAM_O-.K(!<6$\[0/_\9Q)3 XM;?_\<``P+?_\0>W^\T(P"`!*;?_\9P``E`PM`"/^\V<``(I";?_Z0FW__F`^ XM<``P+?_^0>W^\PPP`"H(`&<H<``P+?_^0>W^\PPP`#\(`&<6<``P+?_^0>W^ XM\PPP`"\(`&<$4FW_^E)M__XP+?_^L&W__&6X2FW_^F8F2&W^\TAZ`(!(;##L XM3JR`4$_O``Q(;##L3KKK@EA/.WP``?_T8`Y(;?[S3KKNF%A/8`#_*"\M_NY. XMK(!B6$]*;?_T9@1";#0>,"W_]&``_IIR`$D@8V]U;&1N)W0@;W!E;B!T:&4@ XM97AC;'5D92!P871T97)N(&9I;&4Z(&5R<F]R("5D+@!697)Y(&9U;FYY(2`@ XM)7,@=VEL;"!E>&-L=61E(&5V97)Y=&AI;F<A("!(82!H82!H82$*``!.5?_\ XM/SP`%#\\``%.NF8N6$\K0/_\9@Q(>@!&3KKJPEA/8#0O+0`(3JR`7%A/4D`_ XM`#\\``%.NF8$6$\@;?_\(4``"&?2+RT`""!M__PO*``(3JR`1%!/("W__$Y= XM3G5)(&AA=F4@<G5N(&]U="!O9B!M96UO<GDA"@``3E7_YD)M_^9*;#069PI( XM>`"63JR`AEA/2FR83&864FPT%DZZ!V8[0/_F9P@P+?_F3EU.=4IL@3)G%$AZ XM`;1.NNFN6$]!^@'7*TC_Z&`22'H![TZZZ9I83T'Z`A(K2/_H2FR!,F<``*Y. XMNBBB/SP``4AL@2=.NE9T7$\O+?_H2&R!)R\L-)I.NC3R3^\`#$I`9A!"9TAL XM@2=.NE907$]P`6".+RPTGDAZ`>1(;?_L3KI,X$_O``P_+#062&W_[$AZ`=M( XM;#/U3JR`4$_O``Y(;#/U2&R!)TZZ6>103SM`_^9G,#\M_^9(>@'`2&PP[$ZL XM@%!/[P`*2&PP[$ZZZ6A83TAZ`<A.NNE>6$]2;#083KHLC&!"+RW_Z$AL@2<O XM+#2:3KHT6$_O``Q*0&8&<`%@`/\`2&PS]4AL@2=.NE)>4$]*@&<,2BPS]6<& XM0FW_YF`&.WP`XO_F2FW_YF8`_P1(>@&J2&PS]4ZL@#A03TAL,_5.NE7`6$\I XM0#;02H!L#"`L-M!$@#M`_^9@2DAL,_5.NE1T6$\I0#2J2H!L#"`L-*I$@#M` XM_^9@+"\L-M`O+#2J3KHL4E!/2FT`"&<82JPR[&<2(&PR["\H``A.NN7(6$\[ XM0/_F2FW_YF8.3KHOYDAL,_5.NBM46$\P+?_F8`#^0D%T=&5N=&EO;B$@($D@ XM86T@<F5A9'D@=&\@9F]R;6%T(&$@;F5W(&1I<VLN`$EN<V5R="!A(&1I<VL@ XM=&\@8F4@9F]R;6%T=&5D(&EN(`!(:2!H;R$@($D@86T@<F5A9'D@9F]R('1H XM92!N97AT(&)A8VMU<"!D:7-K+@!);G-E<G0@=&AE(&YE>'0@8F%C:W5P(&1I XM<VL@:6X@`"4P,FTM)3`R9"TE,#)Y`$)A8VMU<"`E<RXE9`!)(&=O="!E<G)O XM<B`E9"!W:&EL92!F;W)M871T:6YG+@H`36%K92!S=7)E('EO=2!I;G-E<G0@ XM82!G;V]D(&9L;W!P>2!T:&%T(&ES(&YO="!W<FET92!P<F]T96-T960*`#H` XM3E4``"!M``A*D&<0(&T`"")M``@L42UH``0`!"!M``A*J``$9PX@;0`((FT` XM""QI``0LD"!M``PB4+/M``AF#"!M``@B;0`,(J@`!"!M``PB:``$L^T`"&8, XM(&T`"")M``PC4``$(&T`"$IH`!)F"B\M``A.NOG^6$].74YU3E7]V$)M_^1" XM;?_80JPR[$AL-(Y.NO4L6$](>@,+2'H"]$ZZ:1103RM`__IF0#ML-N+_V$JM XM__IG"B\M__I.K(!B6$\_+?_82'H#&4AZ`MM(;##L3JR`4$_O``Y(;##L3KKF XM>%A/,"W_V$Y=3G5(;#062'H#`B\M__I.NF*\3^\`#+!\``%FIB\M__H_/`$` XM2&R72DZZ8AA/[P`*2H!GC@QL``$T%F8$0BR72DHLETIG,DALETI.K(!<6$]3 XM0$'LETI",```2&R72DAZ`JY(;##L3JR`4$_O``Q(;##L3KH=HEA/+RW_^C\\ XM`!1(;?_F3KIAO$_O``I*@&<`_S(O+#2B2&W_YDZZ2ZI03TI`9Q!(>@*#3KKE XMQ%A/</]@`/],2&W_YDAZ`I5(;##L3JR`4$_O``Q(;##L3KH=2%A/+RW_^C\\ XM`0!(;?[83KIA8D_O``I*@&<``/1*+?[89P``Z$AM_MA.K(!<6$]30$'M_MA" XM,```2&W^V$AL-:Y(>@)/2&W]V$ZL@%!/[P`02'C__DAM_=A.K(">4$\K0/_> XM9C).K("8.T#_V%)M_^1(;?W8/RW_V$AZ`AQ(;##L3JR`4$_O``Y(;##L3KKE XM$%A/8`#_;B\L-'HO+?_>3JR`C%!/2D!F%$ZL@)@[0/_8+RW_WDZL@*183V"P XM+RW_WDZL@*183TAL-(X@;#1Z+R@`="!L-'I*J``$;01P`6`"<``_`"\L-'I. XMNO<T6$\_`$AM_MA.NN@X3^\`$"M`_]IF"#M\`&?_V&`$8`#^]B\M__I.K(!B XM6$]*;?_89@``L@PL``"72E;`P'P``3E`F$Q*;)A,9P``FD)M_^)P`#`M_^)! XM[)=*&W`(`/__#"T`+___9Q@P+?_B4FW_XG(`,@!![?W8$:W__Q@`8-`,+0`O XM__]F7'``,"W_XD'M_=A",`@`*VPTCO_:8"`@;?_:+R@`"$ALETI.K(`^4$]* XM0&<0(&W_VBMH``3_VDJM_]IFVDJM_]IF&DAL-(Y"IS\\``$_/``!2&W]V$ZZ XMYV1/[P`0,"W_V&``_5A3.DU20F%C:W5P+F-O;G1E>'0`<@!)(&-O=6QD;B=T XM(')E<W1O<F4@=&AE(&-U<G)E;G0@8V]N=&5X="!F<F]M("5S+"!E<G)O<B`E XM9`H`4SI-4D)A8VMU<"YC;VYT97AT`"5D"@!#=7)R96YT(&9I;&4@;F%M92!I XM<R`G)7,G"@!297-T;W)E0V]N=&5X="!G;W0@82!B860@9&%T92!V86QU92X* XM`$1E;'1A(&1A=&4@:7,@)7,*`"5S)7,`22!G;W0@97)R;W(@)60@;VX@9FEL XM92`G)7,G('=H:6QE(')E<W1O<FEN9RX*`$Y5_]Y";?_>2FR83&8``0)(>@$9 XM2'H!`DZZ91Y03RM`__QF0#ML-N+_WDJM__QG"B\M__Q.K(!B6$\_+?_>2'H! XM(DAZ`.E(;##L3JR`4$_O``Y(;##L3KKB@EA/,"W_WDY=3G4_+#062'H!"R\M XM__Q.NF5B3^\`"DJL,O!F$"\M__Q(>@#U3KI>>E!/8!@@;#+P+R@`"$AZ`.TO XM+?_\3KIE-$_O``PO+#2B2'H`W4AM_^A.ND523^\`#$AM_^A(>@#G+RW__$ZZ XM90Q/[P`,*VPTCO_@8"H@;?_@+R@`"$AZ`,LO+?_\3KID[$_O``RP?/__9P#_ XM,"!M_^`K:``$_^!*K?_@9M`O+?_\3JR`8EA/,"W_WF``_TI3.DU20F%C:W5P XM+F-O;G1E>'0`=P!)(&-O=6QD;B=T('-A=F4@=&AE(&-U<G)E;G0@8V]N=&5X XM="!T;R`E<SL@97)R;W(@)60*`%,Z35)"86-K=7`N8V]N=&5X=``E9`H`("!. XM;R!&:6QE(`H`)7,*`"4P,FTO)3`R9"\E,#)Y("4P,F@Z)3`R;CHE,#)S`"5S XM"@`E<PH``$Y5_=I";?_V0JW_\D*M_^Y"K?_J0JW]X$*M_=I(;#/U3KH$"EA/ XM2,`K0/W:2JW]VF8&0FW]WF`L#*T````!_=IF"#M\``']WF`:#*W______=IF XM$$'Z`PXK2/_R*WP````!_=I"9S\\`0Q(;#;D3KI<2E!/+RT`"$AL-N1.K(`X XM4$](;#6N2&W^Z4ZL@$103R\M``A(;?[I3JR`.%!/2'@#[4AM_NE.NG<(4$\K XM0/_N9@Q.K("8*T#]VF```F`O+0`(2&PVY$ZL@$103T*M__@P+?_V2,"`K?W: XM9@`"0$IM_=YG%#\\``%.NO7<5$](P"M`_=IF``(F4FPWZD*L-^9(;#/U3KH% XM!EA/2,`K0/W:9KY(;#/U2&W]Z$ZL@$103R\M``A(;?WH3JR`.%!/2'@#[DAM XM_>A.NG9X4$\K0/_J9BQ.K("8*T#]VB\M_=I(;?WH2'H"14AL,.Q.K(!03^\` XM$$'L,.PK2/_R8``!L$AX__\O+?_X+RW_[DZZ=F!/[P`,L+S_____9A1.K("8 XM*T#]VD'Z`C$K2/_R8``!@$JM_=IF=$IM__9F;DZZUZQ(P"M`_=IF8B\L,.`O XM+##<+RW_[DZZ=@9/[P`,*T#__"`M__RPK##@9`8[?``!__9*K?_\9S(O+?_\ XM+RPPW"\M_^I.NG8H3^\`#+"M__QG&$ZL@)@K0/W:#*T```#=_=IF!$*M_=I@ XM`F"&2JW]VF8``/XO+?_J3KITTEA/0JW_ZD)G2&W]Z$AM_NE.NDPZ3^\`"DC` XM*T#]VF<,0?H!F"M(__)@``#*2'C__DAM_>A.K(">4$\K0/W@9B!(;?WH2'H! XME$AL,.Q.K(!03^\`#$'L,.PK2/_R8```EB\L-'HO+?W@3JR`C%!/2D!F)DZL XM@)@K0/W:2&W]Z$AZ`6U(;##L3JR`4$_O``Q![##L*TC_\F!<+RW]X$ZL@*18 XM3T*M_>`@;#1Z("@`?-&M__@@;#1Z*6@`?#?F2FW_]F<$<$Y@`G!9&4`W[$AL XM,_5.N@,26$](P"M`_=IF%DIM__9F"#M\``']WF`$0FW]WF``_;9*K?W@9PHO XM+?W@3JR`I%A/2JW_[F<*+RW_[DZZ<\!83TJM_^IG"B\M_^I.NG.P6$]*K?_R XM9PHO+?_R3KK=TEA/("W]VDY=3G5%<G)O<B!W:&EL92!A='1E;7!T:6YG('1O XM(&=E="!B:6<@9FEL92!I;F9O<FUA=&EO;BX*`$9A:6QE9"!T;R!O<&5N("5S XM(&9O<B!O=71P=70[('-T871U<R`]("5L9`H`0F%C:W5P0FEG1FEL93H@4V5E XM:R!F86EL960A"@!&86EL960@=&\@<V5T(&9I;&4@871T<FEB=71E<R$*`$-O XM=6QD(&YO="!L;V-K("5S"@!#;W5L9"!N;W0@97AA;6EN92`E<PH``$Y5_O1" XMK?[Z0FW^]$AM_O\O+0`(3KH!E%!/2'H`X$AM_O].NE\X4$\K0/[V9P``IB\M XM_O8_/`$!2&PVY$ZZ6)1/[P`*2D!F%$'Z`+0K2/[Z,"PVXD1`.T#^]&!X2&PW XMYDAL-^I(>@"U+RW^]DZZ6.Y/[P`0L'P``F<40?H`IBM(_OHP+#;B1$`[0/[T XM8$8O+?[V/SP``TAL-^Q.NE@V3^\`"DI`9A1!^@"J*TC^^C`L-N)$0#M`_O1@ XM&CML-^K^]$AL-N1.K(!<6$]30$'L-N1",```2JW^]F<*+RW^]DZL@&)83TJM XM_OIG"B\M_OI.NMP.6$\P+?[T3EU.=7(`0V]U;&1N)W0@9V5T(&)I9R!F:6QE XM(&YA;64A"@`E9"5L9`H`0V]U;&1N)W0@9V5T(&)I9R!F:6QE('-I>F4@;W(@ XM<V5Q=65N8V4@;G5M8F5R(0H`0V]U;&1N)W0@9V5T(&)I9R!F:6QE(&-O;G1I XM;G5A=&EO;B!F;&%G(0H`3E7__D)M__Y*;#?J9QA(;#;D+RT`"$ZL@#Y03TI` XM9@8[?``!__XP+?_^3EU.=4Y5```O+0`(+RT`#$ZL@$103TAZ`!`O+0`,3JR` XM.%!/3EU.=4U20F%C:W5P+F)I9V9I;&4``$Y5_OA";?[X2&W^^R\M``AAN%!/ XM2'H`:DAM_OM.NEU>4$\K0/_\9B8[;#;B_OA(;?[[2'H`3DAL,.Q.K(!03^\` XM#$AL,.Q.NMK66$]@*DAL-^PO+#?F/RPWZDAL-N1(>@!8+RW__$ZZ7;!/[P`6 XM+RW__$ZL@&)83S`M_OA.74YU=P!)(&-O=6QD;B=T(&-R96%T92!T:&4@8FEG XM(&9I;&4@:6YF;W)M871I;VX@8FQO8VLZ("5S"@`E<PHE9`HE;&0*)7,*`$Y5 XM_N1";?[V0FW^Y$AL-N1(;?[Y3JR`1%!/.VPWZO[F#&T``?[F9Q!(>@,43KK: XM*EA/<`%.74YU2&R!.$AL-_!.K(!$4$]*;#CR9@Y(>@,O2&PW\$ZL@#A03TAM XM_OE(;#?P3JR`.%!/2&PUKDAL./1.K(!$4$](;?[Y2&PX]$ZL@#A03TAL./1( XM;#?P3KI&XE!/.T#__DIM__YM)$AM_OE(>@+=2&PP[$ZL@%!/[P`,2&PP[$ZZ XM$4I83W``8`#_=DAX`^Y(;#?P3KIP%%!/*T#^Z&8N3JR`F#M`_N1(;#?P2'H" XMQDAL,.Q.K(!03^\`#$AL,.Q.NMEB6$\P+?[D8`#_-$)M_O9*;?[V9@`![$IM XM_N1F``'D2&W^^3\L-^I(>@*C2&PP[$ZL@%!/[P`.2&PP[$ZZ$,Q83TAX`^U( XM;#CT3KIOG%!/*T#^[&8B2&PX]$AZ`HU(;##L3JR`4$_O``Q(;##L3KK8\EA/ XM8``!C$)M_O1"K?[P2FW^]&8``.!*;?[D9@``V"\L,.`O+##<+RW^[$ZZ;V1/ XM[P`,*T#_^@RM_______Z9A9.K("8.T#^Y$AZ`D=.NA!*6$]@``"<("W_^M&M XM_O`@+?[PL*PWYF,,("W^\)"L-^:1K?_Z2'H")DZZ$!Y83R`M__JPK##@9$!( XM>@(43KH0"EA//RW^YB\M_O!(>@(+2&PP[$ZL@%!/[P`.2&PP[$ZZ#^A83SM\ XM``'^]"\M_NQ.NFW^6$]"K?[L2JW_^F<B+RW_^B\L,-PO+?[H3KIO!$_O``RP XMK?_Z9PA.K("8.T#^Y&``_QQ*;?[D9@``EA`L-^Q(@#\`3KI3CE1/L'P`669V XM4FW^YC`L-^JP;?[F9V9(;?[Y/RW^YDAZ`9=(;##L3JR`4$_O``Y(;##L3KK7 XMM%A/2'H!H4AL-:XO+#2:3KHBN$_O``Q*0&8(.WP``?[D8"1(;#6N3KKZC%A/ XM.T#^Y+!M_N9F#DAM_OE.NOOT6$]*0&8"8)!@!CM\``'^]F``_A!*K?[H9PHO XM+?[H3KIM(EA/2JW^[&<*+RW^[$ZZ;1)83TIM_N1F&#\L@2Q(;#?P2&PX]$ZZ XM1'9/[P`*.T#^Y#`M_N1@`/SX3V]P<R$@(%)E<W1O<F5":6=&:6QE('=A<R!C XM86QL960@=VAE;B!I="!S:&]U;&1N)W0@:&%V92!B965N+@H`+P!3:VEP<&EN XM9R`E<R!S:6YC92!H;VUE(&9I;&4@:7,@8W5R<F5N="X*`$-A;B=T(&]P96X@ XM)7,@9F]R(&]U='!U="$*`"!297-T;W)I;F<@8VAU;FL@)60@;V8@)7,*(`!# XM86XG="!O<&5N("5S(&9O<B!I;G!U="$*`"TM15)23U(M+0H`+@`M+45/1BTM XM"@`@)6QD(&)Y=&5S(&EN(&-H=6YK("5D"@!)(&YE960@=&AE(&1I<VL@9F]R XM(&-H=6YK("5D(&]F("5S"@!);G-E<G0@;F5X="!D:7-K(&EN(`!.50``#&P` XM"8(J;`8Y?``)@BH,;``,@BIO!CE\``R"*G`!,BR"*N-@.4""+$*L,"`I;##< XM+ZI";((R3EU.=4Y5^_I(YP\P>@!AMD*L+Z9";)A..7P3BX(N#*P``!``#99L XM"#E\$XN"+F!&#*P``"``#99L"#E\$XN"+F`T#*P``$``#99L"#E\$XN"+F`B XM#*P``(``#99L"#E\$XN"+F`0#*P``+>8#99L!CE\$XN"+DAX`^TO+0`(3KIK XMQ%!/*4`-FF8,3JR`F$S?#/!.74YU2'@#[B\M``Q.NFND4$\I0`V>9AA.K("8 XM.4"",B\L#9I.NFK46$\P+((R8,Q*;((T9E!P`!`L@B0_`$ZZ"2I43W``$"R" XM)3\`3KH)'%1/,"R"*H!L@CI(@#\`3KH)"E1/2FR",F<<+RP-FDZZ:HI83R\L XM#9Y.NFJ`6$\P+((R8`#_>$)L,!(I?`````,P&$*L,!Q";((\0JR"/BE\```` XM`3`4*7P``"<0@D(Y?``)F%!P`7()XV!30#E`F%)*;((Z9P8P/`$!8`0P/`$` XM.4"",$ZZ".H^`$)M__XP+((N2,`H`&`.4FW__G("(`1.NEY,*`"XO``!``!M XMZG`(D&W__CM`__XV;((N,`M(P"\`3KH'D%A/2FR",F8``01.N@B>/`"P?/__ XM9P``]E*L,!0P!DC`,BR"*DC!XZ`R!TC!*`#8@3`&,BW__N-@.@"_13`%2,#E XM@$'LF%0B,`@`LH1F$#`%2,#C@$'LYH`^,`@`8*0P!4C`Y8!![)A42K`(`&U( XM-$N4Q4I%9@0T?``!FDI*16P"VDLP!4C`Y8!![)A4(C`(`+*$9A(P!4C`XX!! XM[.:`/C`(`&``_UXP!4C`Y8!![)A42K`(`&[$/P=.N@"&5$]2K#`</@8P+((P XML&R"+&PF,"R",%)L@C`R!4C!XX%![.:`,8`8`#`%2,#E@$'LF%0AA`@`8!0@ XM+#`4L*R"0FT*2FR".F<$3KH&`F``_O@_!V$P5$]2K#`</SS__V$D5$]*;((V XM9@1*;((X3KH&\"`L,!BPK#`4;P8Y?``"@C)@`/X63E7__DCG#"`X+#`2.BR8 XM4$'L,"0D2$IM``AM``$P,`3F0$C`U<#(?``'$!)(@$'L@E-R`!(P0`#`04'L XM@DIR`!(P0``T+0`(Z6+"0H!!%(!2BG`(D$2:0'`(D$0R+0`(X&$[00`(NGP` XM"&T4($I2BA"M``DP+0`(X$`[0``(445*16<$%*T`"3`LF%#1;#`2,"R84.=` XML&PP$F8J0>PP)"1(.BR84#`%2,#1K#`8($I2BA`02(`_`$ZZ!EI43U-%9NQ" XM;#`2,"R",+!LF%)N!DIL@CQO=$IL,!)O*#\LF%!(;#`D3KH&5EQ/2FR",F<* XM<`%,WP0P3EU.=3`LF%!(P-&L,!A";#`22FR"/&<8.7P`"9A0<`%R">-@4T`Y XM0)A20FR"/&`D4FR84#`LF%"P;((J9@@Y;((LF%)@#G`!,BR84.-@4T`Y0)A2 XM8#XP+#`27D!(P('\``@[0/_^2FPP$F\./RW__DAL,"1.N@707$\P+?_^2,#1 XMK#`80FPP$DIL@C)G!G`!8`#_:G``8`#_9$Y5__Q(YP\@0JPP("EL,-POJD*L XM+Z9";)A.2'@#[2\M``A.NF>H4$\I0`V:9A1.K("8.4"",C`L@C),WP3P3EU. XM=4AX`^XO+0`,3KIG@%!/*4`-GF883JR`F#E`@C(O+`V:3KIFL%A/,"R",F#, XM2FR"-&8``*A.N@5B.T#__G(`$BR"),)\`/^P06863KH%3#M`__QR`!(L@B7" XM?`#_L$%G1#E\__Z",C\M__P_+?_^2'H!LDAL,.Q.K(!03^\`#$AL,.Q.N@@H XM6$\O+`V:3KIF1%A/+RP-GDZZ9CI83S`L@C)@`/]63KH$\CE`@BHP+((JP'P` XM@#E`@CH";``?@BIP`3(L@BKC8#E`@BP,;``,@BIO"#E\__V",F"N.7P`"9A0 XM<`%R">-@4T`Y0)A2.CP`_S`%2,#C@$'LYH!"<`@`0>R85!&%4`!314I%;.1* XM;((Z9P8P/`$!8`0P/`$`.4"",$ZZ`2`\`#@`2FR",F8`_UH_!$ZZ!`Y43TIL XM@C)F`/]*0>RH5"1(3KH`^CH`L'S__V\``,BZ?`$`9CA*;((Z9S(Z/`#_,`5( XMP..`0>SF@$)P"`!314I%;.PY?``!@CPY?`$`@C!.N@"\.@"P?/__9P``BCX% XMNFR",&T(($I2BA"$.@:Z?`$`;1Q![)A4(DI2BA*P4``P!4C`XX!![.:`.C`( XM`&#>0>R85'``$#!0`#@`($I2BA"`4XIP`!`2/P!.N@-B5$]3`R>`H`3E7__DCG XM#B!![#`P)$A*;((\;A8P+()<L&R"7FP,,"R",+!LF%)O``"N,"R",+!LF%)O XM)%)LF%`P+)A0L&R"*F8(.6R"+)A28`YP`3(LF%#C8%-`.4"84DIL@CQO%CE\ XM``F84'`!<@GC8%-`.4"84D)L@CQ";()>,"R"7K!LF%!L*$ZZ`M([0/_^L'S_ XM_V<:2FR",F84,"R"7E)L@EY![#`P$:W__P``8,Y*;()>9P9*;((R9PIP_TS? XM!'!.74YU0FR"7#`L@E[G0#(LF%!309!!.4""7CHL@EP\+)A0,`7F0$C`U<#* XM?``'($I2BG``$!`X`.IL<`B019Q`<`B013H`O'P`"&T0($I2BG``$!#K8(A` XM4$511G``$!)![()3<@`2,&``P$'K8(A`,"R84-%L@EPP!&"`3E4``#\\``). XMNF"B5$].74YU3E4``$AL+ZY.K(!N6$\_/``!3JR`=%1/3EU.=4Y5```,;``! XM@DAF#DAZ`"1(;)6\3KI00%!/2&POKDZL@&Y83S\\``%.K(!T5$].74YU=6YC XM;VUP<F5S<SH@8V]R<G5P="!I;G!U=`H``$Y5```O!"`L,!30O```)Q`I0()" XM#*P`?___,!1O("@L,!C@A$J$9@@H/'____]@#"($("PP%$ZL@%8H`&`0("PP XM%.&`(BPP&$ZL@%8H`+BL@CYO!BE$@CY@)D*L@CXP+((N2,`O`&$>6$\Y?`$! XM@C`Y?``!@CP_/`$`3KKYO%1/*!].74YU3E4``$CG#B`H+0`((`3E@$'LF%0D XM0-7(?/\J!)J\````$"5&_\`E1O_$)4;_R"5&_\PE1O_0)4;_U"5&_]@E1O_< XM)4;_X"5&_^0E1O_H)4;_["5&__`E1O_T)4;_^"5&__R5_````$":O````!!* XMA6RPVKP````08`99BB2&4X5*A6[V3-\$<$Y=3G5.50``2FR",F8L+RPP("\L XM,-PO+`V>3KIBU$_O``RPK#`@9PA.K("8.4"",D*L,"`I;##<+ZI.74YU3E4` XM`"`L,""PK##@90)AMB!L+ZI2K"^J$*T`"5*L,"`P+((R3EU.=4Y5``!@&B!M XM``A2K0`($!!(@#\`8<)43TI`9@I3;0`,2FT`#&;@,"R",DY=3G5.50``2JPO XMIF9D2FR83F<&</].74YU3KK#@DI`9PHY?``!@C)P_V#J2'@@`$AL#Z(O+`V: XM3KIAUD_O``PI0"^FL+S_____9@Q.K("8.4"",G#_8+Y![`^B*4@OH@RL```@ XM`"^F;`@Y?``!F$Y@EE*L,!13K"^F(&POHE*L+Z)P`!`08(Y.5?_X2'D``0`! XM2'@`#$ZZ!CQ03RM`__QG``#Z0J="ITZZ8A103RM`__AG``#:0J="ITZZ8@)0 XM3R!M__PA0``(9P``NB\M__A.NF+66$\@;?_\((!G``":(&W__"\H``A.NF*^ XM6$\@;?_\(4``!&=R(&W__")0(VT`"``H(&W__")0(WP```"$`"1"IR!M__PO XM$$*G2'H`@DZZ8[!/[P`02H!F,"!M__PB4"!M__PL:``$+6D`%``4(&W__")0 XM(&W__"QH``0M:0`8`!@@+?_\3EU.=2!M__PO*``$3KIB6%A/(&W__"\H``A. XMNF'66$\@;?_\+Q!.NF(^6$\O+?_X3KIAP%A/2'@`#"\M__Q.K("P4$]P`&"X XM8V]N<V]L92YD979I8V4``$Y5__P@;0`(+R@`!$ZZ8+183R!M``@O$$ZZ8-A8 XM3R!M``@B4"MI``[__"!M``@O$$ZZ8=Q83R\M__Q.NF%>6$\@;0`((F@`!"MI XM``[__"!M``@O*``$3KIAMEA/+RW__$ZZ83A83TAX``PO+0`(3JR`L%!/<`!. XM74YU3E7__"!M``@K:``$__P@;?_\,7P``@`<(&W__"%\`````0`D(&W__"%M XM``P`*"\M__Q.NF+(6$].74YU3E7__$IM`!!F#B\M``Q.K(!<6$\[0``0(&T` XM""M0__P@;?_\,7P``P`<,"T`$$C`(&W__"%``"0@;?_\(6T`#``H+RW__$ZZ XM8;183TY=3G5.5?_R(&T`""MH``C__$IM``QG"B\M__Q.NF*(6$\O+?_\3JR` XMMEA/*T#_^$JM__AF!G#_3EU.=2!M__@K:``H__0@;?_T$!!(@#M`__(O+?_T XM+RT`"$ZZ_QQ03S`M__)@TDY5```O+0`(3JR`7%A//P`O+0`(+RPPY$ZZ_S1/ XM[P`*3EU.=4Y5__!"K?_T0JW_\$AX`^TO+0`(3KI>I%!/*T#_]&8Z3JR`F"M` XM__Q*K?_T9PHO+?_T3KI=SEA/2JW_\&<4+RW_\$ZZ7;Y83R\M``Q.K(!N6$\@ XM+?_\3EU.=4AX`^XO+0`,3KI>5E!/*T#_\&>R0JW__$JM__QF5B\L,.`O+##< XM+RW_]$ZZ7DY/[P`,*T#_^+"L,.!F."\M__@O+##<+RW_\$ZZ7H!/[P`,L*W_ XM^&<*3JR`F"M`__Q@$DZZOZ9*0&<**WP````!__Q@.&"D2JW__&8H2JW_^&\B XM+RW_^"\L,-PO+?_P3KI>/$_O``RPK?_X9PA.K("8*T#__$JM__QF`/\>+RW_ XM]$ZZ7/A83R\M__!.NESN6$\@+?_\8`#_.$Y5__`[?``!__!*;0`(9@8[?``! XM``@K;(NN__9@``".(&W_]G``,"@`)F!(,"T`",!\``$[0/_Z8$XP+0`(P'P` XM`CM`__I@0#`M``C`?``$.T#_^F`R,"T`",!\``@[0/_Z8"0[?``!__I@'/^F XM_[3_PO_07X"PO`````1DYN.`,#L`ZD[[``!*;?_Z9PP@;?_V`FC^_P`,8`H@ XM;?_V".@````,(&W_]BM0__9*K?_V9@#_;CE\``6+HCE\``^+I"\L-)I(;(N> XM3KIAU%!/2D!F'DAZ`.I.NL8\6$](>@$(3KK&,EA/.WP``?_P8```OB\L-)I. XMNF'06$]"K?_\(&PTFB)H`%9P`!`I``]R`>&A+P%.NE_06$\@;#2:+R@`5DZL XM@+983RM`__)*K?_R9QX@;?_R*V@`%/_\(&W_\BMH`!S_]B\M__).K("\6$\, XMK0```"#__&:F(&W_]G``,"@`)F`T.WP``?_P8$`[?``"__!@.#M\``3_\&`P XM.WP`"/_P8"A(>@"&3KK%BEA/8!S_NO_"_\K_TE^`L+P````$9.+C@#`[`.I. XM^P``+RPTFDZZ80A83S`M__!.74YU22!C;W5L9"!N;W0@<'5T('5P(&UY(&5R XM<F]R(')E<75E<W1E<BX*`$D@=VEL;"!H879E('1O(&%B;W)T('1H:7,@;W!E XM<F%T:6]N+@H`22!H879E(&$@8G5G(&EN(&UY(&5R<F]R(')E<75E<W1E<B$* XM``!2971R>0!!8F]R=`!-96UO<GD@:7,@;&]W+BXN8VQO<V4@=VEN9&]W<R!O XM<B!T97)M:6YA=&4@<V]M92!P<F]G<F%M<RX`3E7_^D)M__Y"K?_Z+RT`#"\M XM``A.NEUF4$\K0/_Z9F`O+0`(2'H`8DAL,.Q.K(!03^\`#$AL,.Q.NL1B6$]( XM>@!N3KK$6%A/2'H`IDZZQ$Y83TAX`!Y(>`!X0J="ITAL@G1(;()@2&R"B"\L XM-)I.NEZH3^\`(#M`__Y*;?_^9HP@+?_Z3EU.=4D@9F%I;&5D('1O(&=E="`E XM;&0@8GET97,@;V8@;65M;W)Y+@H`268@=&AE<F4@87)E(&]T:&5R('!R;V=R XM86US(')U;FYI;F<L('EO=2!M:6=H="!W86YT('1O('-T;W`@=&AE;0H`;W(L XM('EO=2!M:6=H="!W86YT('1O('1R>2!C;&]S:6YG('=I;F1O=W,@:6X@;W1H XM97(@87!P;&EC871I;VYS+@H`35)"86-K=7`@5C(N,2P@36%R:R!2:6YF<F5T XM+"`P,2\X.```0W5R<F5N="!"86-K=7`@5F]L=6UE($YA;64``$5R<F]R<SH` XM1G5L;```16UP='D`3W5T<'5T($-A<&%C:71Y`%!A=&AN86UE<P!7:6YD;W=S XM`%5S92!!<F-H:79E($)I=',``$9O<FUA="!$97-T:6YA=&EO;@``4W!E86L` XM1V5N97)A=&4@3&ES=&EN9P``1&\@0FEG($9I;&5S``!#;VUP<F5S<R!&:6QE XM<P``1FQA9W,`475I=```4V%V92!0<F5F97)E;F-E<P``3&]A9"!0<F5F97)E XM;F-E<P``4F5S=&]R90!297-U;64@0F%C:W5P`$)A8VMU<```06)O=70`3W!E XM<F%T:6]N<P````!-4D)A8VMU<"!6,BXQ+"!-87)K(%)I;F9R970L(#`Q+S@X XM``!3:VEP(%1H:7,@1FEL90``4F5S=&%R="!$:7-K971T90``4F5T<GD@1FEL XM90``06)O<G0`4V5L96-T(&9R;VT@=&AE(&5N86)L960@;W!T:6]N<SH``$5X XM8VQU9&4@4&%T:#H`3&ES=&EN9R!0871H.@!"86-K=7`@4&%T:#H``$AO;64@ XM4&%T:#H``%!A=&AN86UE(%-P96-I9FEC871I;VYS`%!R;V=R97-S(%)E<&]R XM=`!$96)U9P!.5?_\(&PTFB\H`%9.K("V6$\K0/_\2JW__&<*+RW__$ZL@+Q8 XM3TJL-*9G(B!L-*8O*`!63JR`MEA/*T#__$JM__QG"B\M__Q.K("\6$]*K?_\ XM9K!.74YU3E4``$JL-()G=$JL-)9G-$JL-)IG%"\L-)I.NEM^6$\O+#2:3KI; XMC%A/2JPTIF<*+RPTIDZZ6WQ83R\L-)9.NEMF6$]*K##D9PHO+##D3KKV\%A/ XM2JPPZ&<*+RPPZ$ZZ6U)83TJL-'YG"B\L-'Y.NE?.6$\O+#2"3KI7Q%A/3EU. XM=4Y5__(@;0`0.V@`)O_^#*T```!```QF8G``,"W__F!(+RT`$$ZZN=Q83V!. XM+RT`$$ZZN0Q83V!"+RT`$$ZZNKI83V`V+RT`$$ZZN[!83V`J2'H`+$ZZP"A8 XM3V`>8!S_J/^T_\#_S/_8L+P````%9.SC@#`[`.I.^P``3EU.=55S92!T:&4@ XM4U1/4"!G861G970@9'5R:6YG(&)A8VMU<"!A;F0@<F5S=&]R92!O<&5R871I XM;VYS+@H``$Y5_]1"ITAZ`4).NEDP4$\I0#2"2JPT@F802'H!0$ZL@$I83W`! XM3EU.=4*G2'H!1TZZ60I03RE`-'Y*K#1^9@Y(>@%$3JR`2EA/<`%@V$AL@IQ. XMNEJ"6$\I0#262JPTEF8.2'H!1DZL@$I83W`!8+9![?_8(FPTEM/\````+'`) XM(-E1R/_\2'@`"$AL@KQ(;?_83KI9*$_O``PI;#26BGA(;(I:3KI:/%A/*4`T XMFDJL-)IF$$AZ`0Y.K(!*6$]P`6``_V1.N@%N2H!F!G`!8`#_5B!L-)HK:``R XM_]1(;(HH+RPTFDZZ6G903REL-):/Q$ALCZ9.NEGL6$\I0##H9A!(>@#A3JR` XM2EA/<`%@`/\8+RPPZ$ZZ\\983RE`,.1F$$AZ`.1.K(!*6$]P`6``_OA"IT*G XM2&R*1B\M_]1.NEFP3^\`$'``8`#^WFEN='5I=&EO;BYL:6)R87)Y`$D@8V%N XM)W0@;W!E;B!);G1U:71I;VXA"@!G<F%P:&EC<RYL:6)R87)Y`$D@8V%N)W0@ XM;W!E;B!T:&4@9W)A<&AI8W,@;&EB<F%R>2$*`$D@8V%N)W0@;W!E;B!T:&4@ XM<V-R965N(0H`22!C86XG="!O<&5N('1H92!M86EN('=I;F1O=R$*`$D@8V%N XM)W0@;W!E;B!T:&4@<')O9W)E<W,@=VEN9&]W(0H`22!C86XG="!C<F5A=&4@ XM=&AE('!R;V=R97-S('=I;F1O=R!C;VYS;VQE(0H``$Y5``!*K#2F9B`I;#26 XMCY1(;(]V3KI8F%A/*4`TIF8*2'H`$$ZZO6I83R`L-*9.74YU22!C86XG="!O XM<&5N('1H92!P871H;F%M92!S<&5C:69I8V%T:6]N<R!W:6YD;W<A"@!.5?_X XM2&R#*"\L-)I.NEB(4$]R`#(`*T'__"!L@THK4/_X/SP`'B\M``@O+?_X3KI$ XM:$_O``HO+?_\2&R#*"\L-)I.NE<X3^\`#$AX``%"IR\L-)I(;(,H3JR`R$_O XM`!!.74YU3E7_^$AL@[8O+#2:3KI8)%!/<@`R`"M!__P@;(/8*U#_^#\L-!A( XM>@`\+RW_^$ZL@%!/[P`*+RW__$AL@[8O+#2:3KI6U$_O``Q(>``!0J<O+#2: XM2&R#MDZL@,A/[P`03EU.=24T=0!.5?_P*VR$:O_X("T`#%*`*T#_]"`M``R0 XMK0`(*T#_\"`M__!R$..@(BW_]$ZL@%8K0/_\(&W_^'``,"@`""\`(&W_^'`` XM,"@`!B\`0J<O+?_\(&W_^'``,!`O`$*G+RPTFDALA$A.NE;L3^\`($Y=3G5. XM5?_B0FW_ZDIM_^IF``%(+RPTFDZZ5AQ83R!L-)HB:`!6<``0*0`/<@'AH2M! XM_^)*K#2F9Q8@;#2F(F@`5G``$"D`#W(!X:&#K?_B+RW_XDZZ56Q83TIM_^IF XM``#V(&PTFB\H`%9.K("V6$\K0/_P9AY*K#2F9P``VB!L-*8O*`!63JR`MEA/ XM*T#_\&<``,0@;?_P*V@`%/_\(&W_\#MH`!C_^B!M__`K:``<__0@;?_P.V@` XM(/_H(&W_\#MH`"+_YB!M__`K:``L_^PO+?_P3JR`O%A/("W__&!0(&W_[+'L XM-)IF!E)M_^I@&"!M_^RQ[#2F9@XO+#2F3KI5I%A/0JPTIF!(+RW_]"\M__PO XM+?_L3KKZ7$_O``Q@,C\M__IA.%1/.T#_ZF`D8"*0O````"!GTI"\````(&?* XMD+P```#`9]B0O````0!GD&#<8`#_!F``_K1.74YU3E7_]CMM``C__@QM____ XM_F<``=HP+?_^P'P`'SM`__8P+?_^ZDC`?``_.T#_^'``,"W__B\`2&R**$ZZ XM53Q03RM`__IP`#`M__9@``%\<``P+?_X8$Q"9TZZOL)43V!4/SP``4ZZOK94 XM3V!(3KH'+&!"3KH1HF`\3KH4$F`V3KJ\SF`P<`%.74YU0J=.NE3$6$]@(/_, XM_Z3_KO^Z_\#_QO_2L+P````'9.#C@#`[`.9.^P``8``!(G``,"W_^&```.X@ XM;?_Z<``P*``,P+P```$`L+P```$`5\#`?``!.4"!,&```-P@;?_Z<``P*``, XMP+P```$`L+P```$`5\#`?``!.4"!+F```+@@;?_Z<``P*``,P+P```$`L+P` XM``$`5\#`?``!.4"!-&```)0@;?_Z<``P*``,P+P```$`L+P```$`5\#`?``! XM.4"!-DZZN$A@;"!M__IP`#`H``S`O````0"PO````0!7P,!\``$Y0($R8$H@ XM;?_Z<``P*``,P+P```$`L+P```$`5\#`?``!.4"!+&`H0J=.NE.V6$]@'O\$ XM_RC_3/]P_Y;_N+"\````!F3BXX`P.P#H3OL``&`63KK[0&`02H!G`/Z"4X!G XM`/[F4X!GZB!M__H[:``@__Y*;?_^9P1@`/X@<`!@`/Z63E4``$IL@31G/DIL XM@3)G&DALD`9(;#/U2'H`,B\L-(I.NCMZ3^\`$&`82&R0!DAL,_5(>@!++RPT XMBDZZ.V!/[P`0.7P``C2(3EU.=0P@("`@35)"86-K=7`@3&ES=&EN9R!O9B!6 XM;VQU;64@)7,@8W)E871E9"!O;B`E<PH*``P@("`@35)"86-K=7`@4&%R=&EA XM;"!,:7-T:6YG(&]F(%9O;'5M92`E<R!U<&1A=&5D(&]N("5S"@H`3E7^Z$IL XM@31F!$Y=3G5(>/_^+RT`"$ZL@)Y03RM`__QF("\M``A(>@#Z2&W^Z4ZL@%!/ XM[P`,2&W^Z4ZZ`6183V#(+RPT>B\M__Q.K(",4$]*0&<``*(@;#1Z2J@`!&TJ XM/SP``DZZ`8!43R\M``A(>@#22&W^Z4ZL@%!/[P`,/SP``4ZZ`6)43V!J(&PT XM>DAH`(1(>@"]2&W_Z$ZZ&GA/[P`,(&PT>E"(+PA.K(!<6$^P?``H;Q(@;#1Z XM$7P`*@`P(&PT>D(H`#$@;#1Z4(@O""!L-'HO*`"`(&PT>B\H`'Q(;?_H2'H` XMB4AM_NE.K(!03^\`&&`4+RT`"$AZ`(5(;?[I3JR`4$_O``PO+?_\3JR`I%A/ XM2&W^Z4ZZ`(983V``_NI,:7-T1FEL94EN9F\Z(&-O=6QD(&YO="!L;V-K("5S XM`$1I<F5C=&]R>3H@("5S`"4P,FTO)3`R9"\E,#)Y("4P,F@Z)3`R;CHE,#)S XM`"`@)7,@)3AL9"`E-6QD("5S`$QI<W1&:6QE26YF;SH@8V%N)W0@97AA;6EN XM92`E<P!.50``2FR!-&<R#&P`/#2(901.NOV2+RT`"$AZ`"0O+#2*3KHY'D_O XM``P_//__+RPTBDZZ1NQ<3U)L-(A.74YU("`E<PH`3E4``$IL@31G-#`M``C0 XM;#2(L'P`/&4&3KK]1F`@,"T`"%-M``A*0&<4+RPTBC\\``I.ND6^7$]2;#2( XM8.!.74YU3E7__D)M__Y*K#2*9PHO+#2*3JR`8EA/2'H`7B\M``A.NC?\4$\I XM0#2*9BH[;#;B__X_+?_^+RT`"$AZ`#Y(;##L3JR`4$_O``Y(;##L3KJU<%A/ XM8!HO+#2>2'H`34ALD`9.NAB(3^\`##E\`#PTB#`M__Y.74YU=P!)(&-A;B=T XM(&]P96X@=&AE(&QI<W1I;F<@9FEL92`B)7,B+"!E<G)O<B`E9"X*`"4P,FTO XM)3`R9"\E,#)Y("4P,F@Z)3`R;CHE,#)S`````$]+``!#86YC96P``$Y5_[0O XM+0`,3JR`7%A/<D>20%5!/P$O+0`02&W_N4ZZ/#9/[P`*2&W_N4ZL@%Q83W)' XMDD!503\!+RT`#$AM_[E.NCX<3^\`"DAM_[E.K(!<6$_G0-!\`#!(P"M`_[1! XM[?^Y*4B0)DAX`#(O+?^T0J="ITALD$)(;)`N2&R0&B\M``A.ND[B3^\`($Y= XM3G5.5?[R0FW^]$(M_O9";?_X+RT`"$ZL@%Q83SM`_O(P+?[TL&W^\FP``.Y* XM;?[T9Q(P+?_X4FW_^$'M_O81O``O```P+?[T4FW^]"!M``@;<```__]G'`PM XM`"___V<4,"W_^%)M__A![?[V$:W__P``8-`P+?_X0>W^]D(P``!(>/_^2&W^ XM]DZL@)Y03RM`__IG#"\M__I.K("D6$]@=$AM_O9.K(!Z6$\K0/_Z9EI.K("8 XM.T#_]K!\`-AF($AM_O9(>@!82&PP[$ZL@%!/[P`,2&PP[$ZZLX983V`J2&W^ XM]C\M__9(>@!22&PP[$ZL@%!/[P`.2&PP[$ZZLV)83S`M__9.74YU8`HO+?_Z XM3JR`I%A/8`#_"G``8.A$:7)E8W1O<GD@)7,@86QR96%D>2!E>&ES=',A"@!% XM4E)/4B`E9#H@56YA8FQE('1O(&-R96%T92!D:7)E8W1O<GD@)7,*``!.5?_< XM0FW__D)M__Q(>@&,3KJR<EA/2&PTKDAL-:Y(;(#63KJJDD_O``Q(>@%^2&PU XMKDZL@#A03TAL@3A.K(!<6$]30$'L@3@,,``Z``!7P,!\``$Y0#CR2&PR]$AL XM,_5(;($X3KJJ4$_O``Q(>@$^2&PS]4ZL@#A03TIM__QF``"\2'H!*DZZLG)8 XM3TAZ`4-(;#6N+RPTFDZZ_79/[P`,2D!G``"82&R`UDZZ(4983TI`9A!(>@%# XM3KJR0%A/<`%.74YU2&W_W4AL-:Y.NAMB4$](;?_=3KKT]EA/2&PS]4ZZ'N98 XM3RE`-M!*@&P,("PVT$2`.T#__&`L2&PUKDZZU/Q83SE`,#Q*0&P,,"PP/$1` XM.T#__&`.2&PTKDZZ`PY83SM`__Q*;#`\9PA.NM=T.T#__%)M__Y@`/]`2FW_ XM_&8>2FW__F<,2'H`X$ZZL:Q83V`*2'H`_$ZZL:!83V`H/RW__$AZ`11(;##L XM3JR`4$_O``I(;##L3KJQ@%A/2'H!'DZZL7983TAZ`4M.NO1`6$\P+?_\8`#_ XM*$%N9"!A=V%Y('=E(&=O(0`Z`#H`22!A;2!R96%D>2!T;R!R96%D('1H92!N XM97AT(&1I<VLN"@!);G-E<G0@=&AE(&YE>'0@9&ES:R!T;R!B92!R97-T;W)E XM9"!I;B``0F%C:W5P('!A=&@@;75S="!B92!A(&1E=FEC92!O<B!D:7)E8W1O XM<GD@;F%M92$*`%EO=7(@<F5S=&]R871I;VX@<')O:F5C="!I<R!C;VUP;&5T XM960N"@!-87EB92!Y;W4@=VEL;"!L970@;64@9&\@:70@;F5X="!T:6UE+@H` XM4F5S=&]R92!T97)M:6YA=&5D('=I=&@@<W1A='5S("5D+@H`4&5R:&%P<R!Y XM;W4@<VAO=6QD(&-H96-K('1H:6YG<R!O=70@86YD('1R>2!I="!A9V%I;BX* XM``!.5?[V0JW__$*M__A";?[V2&R!.$AL-=!.K(!$4$\@;0`02A!G(DIL./)F XM#DAZ`01(;#703JR`.%!/+RT`$$AL-=!.K(`X4$](>/_^2&PUT$ZL@)Y03RM` XM__QF4$ZL@)@[0/[VL'P`S68:2&PUT$ZZ^UA83SM`_O9G"#`M_O9.74YU8"@_ XM+?[V2&PUT$AZ`*9(;##L3JR`4$_O``Y(;##L3KJO@EA/,"W^]F#22JW__&<* XM+RW__$ZL@*183R\M``PO+0`(3JR`DE!/2D!G7"\M`!!(;?[X3JR`1%!/2BW^ XM^&<.2'H`;TAM_OA.K(`X4$\@;0`,4(@O"$AM_OA.K(`X4$](;?[X84Y83SM` XM_O9G&`QM`,K^]F<(#&T`W_[V9@9";?[V8`)@`F"2,"W^]F``_TXO`%)E<W1O XM<F5$:7(@8V%N;F]T(&QO8VL@)7,Z("5D"@`O``!.5?_F0JW__$*M__A"+?_W XM0BW_]D*M__!";?_F3KJFWCM`_^9G"#`M_^9.74YU+RT`"$ZZTQA83TI`9P8P XM+?_F8.A(>``#2'@!!$ZZZ>903RM`__QF!'!G8-`O+0`(2&PUKDAZ`_!(;#CT XM3JR`4$_O`!!(;($X2&PW\$ZL@$103R!M``A*$&<B2FPX\F8.2'H#R4AL-_!. XMK(`X4$\O+0`(2&PW\$ZL@#A03TAL,_5.NAF^6$\I0#2J2H!L,"`L-*I$@#M` XM_^8_+?_F2&PS]4AZ`XM(;##L3JR`4$_O``Y(;##L3KJMZEA/8``#*B\L-M`O XM+#2J3KKQ>%!/0FW_YDAX__Y(;#CT3JR`GE!/*T#_\&8N3JR`F#M`_^8_+?_F XM2&PX]$AZ`VI(;##L3JR`4$_O``Y(;##L3KJMEEA/8``"3"\M__PO+?_P3JR` XMC%!/2D!F+DZL@)@[0/_F/RW_YDAL./1(>@-/2&PP[$ZL@%!/[P`.2&PP[$ZZ XMK5983V```@P@;?_\2J@`!&\J+RT`""\M__PO+?_P3KK]$D_O``P[0/_F+RW_ XM\$ZL@*183T*M__!@``'8+RW_\$ZL@*183T*M__!";?_T2FR!,&=,/SP`+DAL XM-_!.NB@T7$\K0/_J9SA(>@+Y+RW_ZDZZK(903TI`9B8[?``!__1(;#?P3JR` XM7%A/.T#_[C`M_^Y50'(`,@!![#?P0C`8`$AX__Y(;#?P3JR`GE!/*T#_\&=: XM2'@``TAX`01.NN?\4$\K0/_X9@H[?`!G_^9@``',+RW_^"\M__!.K(",4$\O XM+?_P3JR`I%A/0JW_\"!M__Q(:`"$(&W_^$AH`(1.N@\T4$]*0&T&&WP``?_V XM2BW_]F<B+RT`"$AZ`DQ(;##L3JR`4$_O``Q(;##L3KKCT%A/8```WDIL@3!G XM!DIM__1F0DAL./1(>@)(2&PP[$ZL@%!/[P`,2&PP[$ZZXZ)83TAL-_!(;#CT XM3KKCN%!/.T#_YDIM_^9G"DAL-_!.K(!N6$]@=DAL./1(>@(22&PP[$ZL@%!/ XM[P`,2&PP[$ZZXV!83TAL-_!(;#CT3KK:9%!/.T#_YF=$/RW_YDAL./1(>@'N XM2&PP[$ZL@%!/[P`.2&PP[$ZZJX)83TAZ`@!.NJMX6$\P+?_N54!R`#(`0>PW XM\!&\`"X8`&``_TI*;?_F9A)(;#?P2&PX]$ZZ&)903SM`_^9*;?_F9WH,;0`! XM_^9G<E)L-!A.NNYH#&T`W?_F9DA(>@'/3KJK(%A/$"PS]4B`/P!.NB:V5$^P XM?`!$9B`0+#/V2(`_`$ZZ)J)43[!\`$9F#$AZ`;Q.NJKN6$]@"DAZ`>A.NJKB XM6$\_/``+3KKCQ%1/.T#_Y@QM``C_YF8$0FW_Y@QM``+_YF<`_.A*K?_P9PHO XM+?_P3JR`I%A/2JW__&<.2'@!!"\M__Q.K("P4$]*K?_X9PY(>`$$+RW_^$ZL XM@+!03S`M_^9@`/O8)7,E<P`O`$-A;B=T(&1E=&5R;6EN92!D:7-K(&)L;V-K XM<R!L969T(&]N("5S.R!E<G)O<B`E9"X*`%)E<W1O<F5&:6QE(&-A;B=T(&QO XM8VL@)7,[(&5R<F]R("5D"@!297-T;W)E1FEL92!C86XG="!E>&%M:6YE("5S XM.R!E<G)O<B`E9`H`+GH`4VMI<'!I;F<@)7,L('-I;F-E(&AO;64@9FEL92!I XM<R!C=7)R96YT+@H`0V]P>6EN9R`E<PH`1&5C;VUP<F5S<VEN9R`E<PH`1&5C XM;VUP<F5S<VEO;B!O9B`E<R!F86EL960[("!S=&%T=7,@:7,@)60N"@!)('=I XM;&P@=')Y('1O(&-O<'D@=&AE(&9I;&4L(&EN<W1E860N"@!4:&4@9&5S=&EN XM871I;VX@9&ES:R!I<R!F=6QL+@H`4'5T(&$@;F5W(&1I<VL@:6X@=&AE(&1E XM<W1I;F%T:6]N(&1R:79E(&%N9"!T<GD@86=A:6XN"@!9;W4@;6%Y(&AA=F4@ XM=&\@9&5L971E('-O;64@9FEL97,@=&\@8V]N=&EN=64N``!H;VUE`&)A8VMU XM<`!L:7-T`&5X8VQU9&4`8V]M<')E<W-I;VX`;&ES=&EN9P!S<&5E8V@`9F]R XM;6%T`&)I9V9I;&5S`&%R8VAI=F5B:71S`$Y5_X!(>@'.2'H!NDZZ*LY03RM` XM_]YF#DAZ`;Q.NN`(6$].74YU+RW_WC\\`%!(;?^-3KHD'D_O``I*@&<``7@, XM+0`C_XUGWDAM_XU.NM_86$]![?^-*TC_B$)M_^(@;?^(4JW_B!M0__]G4A`M XM__](@%)`0>R5#A(P``#"/``#9SP,;0`4_^)D)!`M__](@#\`3JR`(%1/,BW_ XMXE)M_^)T`#0!0>W_YQ&`*`!@#DAZ`4A.NM]R6$]@``#\8*!P`#`M_^)![?_G XM0C`(`#M\____Y$)M__Q@*G``,"W__.6`0>R05B\P"`!(;?_G3JR`/E!/2D!F XM"#MM__S_Y&`,4FW__`QM``K__&7.2FW_Y&V>#"T`(/__9P@,+0`)__]F#B!M XM_XA2K?^(&U#__V#B#"T`/?__9PQ(>@#D3KK>ZEA/8'0@;?^(&U#__PPM`"#_ XM_V<(#"T`"?__9@92K?^(8.(K;?^(_X`K;?^(_X1*+?__9RP,+0`*__]G)`PM XM`"#__V<.#"T`"?__9P8K;?^`_X0@;?^`4JW_@!M0__]@SB!M_X1"$"\M_X@_ XM+?_D3KH$MEQ/8`#^<B\M_]Y.K(!B6$]@`/Y@4SI-4D)A8VMU<"YI;FET`'(` XM22!C;W5L9&XG="!G970@>6]U<B!P<F5F97)E;F-E<RX*`$ME>7=O<F0@97)R XM;W(@:6X@<')E9F5R96YC97,@9FEL92X*`%-Y;G1A>"!E<G)O<B!I;B!P<F5F XM97)E;F-E<R!F:6QE+@H``$Y5__Q*;0`,9PA!^@`B(`A@!D'Z`!X@""M`__PO XM+0`(+RW__$ZZ(D!03TY=3G5915,`3D\``$Y5_ZA(>@&^2&W_KTZL@$103TAZ XM`<!(;?^O3JR`.%!/2&W_KTAZ`;-.NMVJ4$]*0&<*2'H!M4ZZI=!83TAZ`?=( XM>@'C3KHH(%!/*T#_J&8</RPVXDAZ`B)(>@'=2&PP[$ZL@%!/[P`.3EU.=4)M XM_ZQP`#`M_ZSE@$'LD%8O,`@`2'H"!B\M_ZA.NBAX3^\`#'``,"W_K&```/`O XM+?^H2&R!.$ZZ(8Q03V```/`O+?^H2&R`UDZZ(7I03V```-XO+?^H2&R!B4ZZ XM(6A03V```,PO+?^H2&PT*$ZZ(5903V```+H_+($R+RW_J$ZZ_MY<3V```*@_ XM+($T+RW_J$ZZ_LQ<3V```)8_+($V+RW_J$ZZ_KI<3V```(0_+($R+RW_J$ZZ XM_JA<3V!R/RR!+B\M_ZA.NOZ87$]@8C\L@2PO+?^H3KK^B%Q/8%)P`#`M_ZSE XM@$'LD%8O,`@`2'H!-DAL,.Q.K(!03^\`#$AL,.Q.NJ2:6$]@)O\"_Q3_)O\X XM_TK_7/]N_X#_D/^@L+P````*9+CC@#`[`.!.^P``+RW_J$AZ`39.NB",4$]2 XM;?^L#&T`"O^L90#^O"\M_ZA.K(!B6$]@`/ZF4SI-4D)A8VMU<"YI;FET`"YB XM86L`4SI-4D)A8VMU<"YI;FET`$D@8V]U;&1N)W0@8F%C:R!U<"!T:&4@8W5R XM<F5N="!P<F5F97)E;F-E<R!B=70@22=L;"!G;R!O;BX*`%,Z35)"86-K=7`N XM:6YI=`!W`$D@8V]U;&1N)W0@;W!E;B!T:&4@<')E9F5R96YC97,@9FEL92P@ XM)7,L(&9O<B!O=71P=70["B!E<G)O<B`E9`H`4SI-4D)A8VMU<"YI;FET`"5S XM(#T@"0D`4')O9W)A;2!E<G)O<B!I;B!0=715<V5R4')E9G,@9F]R(&ME>7=O XM<F0@(B5S(BX@(%!L96%S92!R97!O<G0@=&AI<RX*``H`3E7_]'``,"T`","\ XM````/^N`",```"M`__HO+?_Z2&R**$ZZ/?!03RM`__9*K?_V9A!(>@!.3KK: XMH%A/<`!.74YU(&T`"A`02(`_`$ZL@"!43[!\`'E7P,!\``$[0/_^2FW__F<, XM(&W_]@CH````#&`*(&W_]@)H_O\`##`M__Y@O$YU;&P@;65N=2!I=&5M(&EN XM(%-E=$UE;G5)=&5M("T@8V%L;"!-87)K(2$*``!.5?_\+RT`""\L-*9.NCW< XM4$\@;0`((F@`(BM1__PO+0`,+RW__$ZL@$103R!M``@O*``B3KJA$%A/2'C_ XM_R\M``@O+#2F3KH\B$_O``PO+0`(2'@`0"\L-*9.NN&F3^\`#$Y=3G5.50`` XM<``P+0`(8```UB\M``I(;(]*88)03V```-@O+0`*2&R.<$ZZ_W)03V```,8O XM+0`*2&R-EDZZ_V!03V```+0O+0`*/SP``DZZ_IY<3SE`@31@``">+RT`"DAL XMC+Q.NO\X4$]@``",+RT`"D)G3KK^>%Q/.4"!,&!X+RT`"C\\``-.NOYD7$\Y XM0($V8&0O+0`*/SP`!$ZZ_E!<3SE`@3)@4"\M``H_/``!3KK^/%Q/.4"!+F`\ XM+RT`"C\\``5.NOXH7$\Y0($L8"A@)O\<_RS_/O]F_WC_4/^*_Y[_LO_&L+P` XM```*9.+C@#`[`.!.^P``3EU.=4Y/5P!/2P``3E4``$AL,%).NCOH6$\Y?``\ XM,%8Y?``*,%@Y?`$$,%HY?`!0,%Q![).:*4@P8D'LE`XI2#!J0>R3_BE(,&89 XM?``",'!2;)0B3EU.=4Y5_^!*;)0B9@)AJ"EM``R4&DJM`!!G%B\M`!!(>@*P XM2&R0DDZZ`]1/[P`,8`1"+)"2+RT`"$AL,%).NCP<4$\@;0`((F@`5G``$"D` XM#W(!X:$O`4ZZ.DA83R!M``@O*`!63JR`MEA/*T#_\&<``E@@;?_P*V@`%/_\ XM(&W_\#MH`!C_^B!M__`K:``<__8@;?_P.V@`(/_B(&W_\#MH`"+_X"\M__!. XMK("\6$\@+?_\8``!^DAL,%(O+0`(2&R0RDZZ.CQ/[P`,8``!^"!M__8[:``F XM__0,;0`-__1F#"\M`!1.K("`6$]@#`QM``[_]&8$0FW_]$AM_^0O+0`43KH' XMWE!/<``P+?_T8``!/B\M`!1(;)"23KH%CE!/2D!F%"\M``A(;#!23KHZ;E!/ XM<`!.74YU(&T`""\H`"Y.NCI.6$]@``$84FW_Y&```1`,;0?`_^1O!%-M_^1@ XM``$`4FW_Y@QM``S_YF\&.WP``?_F8```Z@QM!\#_Y&8.#&T``__F9@8[?``! XM_^93;?_F#&T``?_F;`8[?``,_^9@``"^#&T`'__H;`12;?_H8```K@QM``'_ XMZ&\$4VW_Z&```)Y2;?_J#&T`%__J;P1";?_J8```BE-M_^I*;?_J;`8[?``7 XM_^I@=E)M_^P,;0`[_^QO!$)M_^Q@9%-M_^Q*;?_L;`8[?``[_^Q@4E)M_^X, XM;0`[_^YO!$)M_^Y@0%-M_^Y*;?_N;`8[?``[_^Y@+F`L_K3_!/]&_NS_9O^, XM_[#_&O]6_O3_>O^>_\*PO`````UDW..`,#L`VD[[``!(;?_D+RT`%$ZZ!590 XM3TIM_^1G%B\M`!1(>@!V2&R0DDZZ`7Q/[P`,8`Y(>@""2&R0DDZL@$103TAL XM,%(O+0`(2&R0RDZZ.6I/[P`,8!A@%I"\````0&<`_AB0O````$!G`/WV8.A@ XM`/V68`#]>&``_F0E,#)M+R4P,F0O)3`R>2`E,#)H.B4P,FXZ)3`R<P`E,#)M XM+R4P,F0O)3`R>2`E,#)H.B4P,FXZ)3`R<P`P,"\P,"\P,"`P,#HP,#HP,`!3 XM=6YD87D`36]N9&%Y`%1U97-D87D`5V5D;F5S9&%Y`%1H=7)S9&%Y`$9R:61A XM>0!3871U<F1A>0``2F%N=6%R>0!&96)R=6%R>0!-87)C:`!!<')I;`!-87D` XM2G5N90!*=6QY`$%U9W5S=`!397!T96UB97(`3V-T;V)E<@!.;W9E;6)E<@!$ XM96-E;6)E<@!.5?_Z0FW__G``,"W__N6`(&T`"'(`,BW__N6!(FT`#"0P"`"4 XML1@`*T+_^F<02JW_^FP&</].74YU<`%@^%)M__X,;0`#__YEOG``8.A.5?[B XM2&W_]"\M`!!.N@364$\@;0`(0A`K;0`(_^HK;0`,_^X@;?_N4JW_[AM0__-G XM``)J#"T`)?_S9@`"4$)M_N8P+?[F4FW^YG(`,@!(;?[H+RW_ZDZL@%!/[P`,+RT`"$ZL@%Q83TC`T*T`""M` XM_^I@``$:.VW_^/_H8`#_-"!M`!`@$'('3KHJ5.6`0>R4)"MP"`#^XF",.VW_ XM^O_H8`#_$#MM__K_Z`QM``S_Z&4&!&T`#/_H8`#^^`QM``S_^FT*0?H`Y"M( XM_N)@"$'Z`-TK2/[B8`#_3CMM__S_Z&``_M`[;?_^_^A@`/[&,"W^YE)M_N9R XM`#(`0>W^Z!&M__,8`'``,"W^YD'M_NA",`@`2&W^Z"\M_^I.K(`X4$\O+?_J XM3JR`7%A/2,#1K?_J8%R0O````$1G`/]&68!G`/]D4X!G`/]V68!G`/[&4X!G XMB%N`9XY=@&<`_JB0O`````MG`/\268!G`/\P4X!G`/],68!G`/Z44X!G`/]> XM6X!G`/]B78!G`/X>8`#_8F`,(&W_ZE*M_^H0K?_S8`#]BB!M_^I"$$Y=3G50 XM30!!30!.5?_B+P0K;0`(_^I";?_Z0FW__#`M__Q(P..`0>W_Y$)P"`!2;?_\ XM#&T``__\;>1";?_^(&W_ZE*M_^H8$&=^N#P`(&]X$`1(@%)`0>R5#@@P``(` XM`&=B0FW_XA`$2(`R+?_BP_P`"M!!D'P`,#M`_^(@;?_J4JW_ZA@0$`1(@%)` XM0>R5#@@P``(``&;.#&T``__^9@AP`2@?3EU.=3`M__Y2;?_^2,#C@$'M_^0Q XMK?_B"`"X/``@;P1@`/]X2FW_^F<4.VW_Y/_T.VW_YO_V.VW_Z/_X8"!*;?_^ XM9P@,;0`#__YFL#MM_^3_\#MM_^;_\CMM_^C_[E)M__H,;0`"__IM`/\,2&W_ XM[B\M``QA!E!/<`!@@DY5__(@;0`,.U#__$IM__QF(#M\!\#__#M\``/_^CM\ XM``'_^$)M__)";?_T0FW_]F`R(&T`##MH``+_^B!M``P[:``$__@@;0`,.V@` XM!O_V(&T`##MH``C_]"!M``P[:``*__(,;0=L__QO!@1M!VS__#`M__Q(P('\ XM``1(0$I`9P1P`&`"<`$[0/_^!&T`3O_\#&T``?_Z;0@,;0`,__IO!CM\``'_ XM^C`M__I30$C`XX!![)1`,C`(`-)M__A303M!__A*;?_^9PP,;0`"__IO!%)M XM__@P+?_\P?P!;3(M__Q204C!@_P`!-!!T&W_^$C`(&T`"""`,"W_]L'\`#S0 X---end of part 1--- ________This_Is_The_END________ if test `wc -l < MRBackup.uu1` -ne 651; then echo 'shar: MRBackup.uu1 was damaged during transit (should have been 651 bytes)' fi fi ; : end of overwriting check exit 0