[comp.binaries.amiga] MRBackup

ain@j.cc.purdue.edu (Patrick White) (01/26/88)

Program Name:	MRBackup  (part 1 of 3)	
Submitted By:	uiucdcs!amanpt1.ZONE1.COM!mrr@ee.ecn.purdue.edu (Mark Rinfret)
Summary:	A hard disk backup utility.
Poster Boy:  Pat White  (ain@j.cc.purdue.edu)
Untested.

NOTES:
   Won't run on an Amiga with 512K -- GURU's if it is severly short on
memory.


-- Pat White   (co-moderator comp.sources/binaries.amiga)
UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM   PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906

========================================


#	This is a shell archive.
#	Remove everything above and including the cut line.
#	Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:	Shell Archiver
#	Run the following text with /bin/sh to create:
#	ReadMe
#	MRBackup.TXT
#	ToDo
#	MRBackup.init
#	MRBackup.xcld
#	MRBackup.info.uue
#	MRBackup.uue3
# This archive created: Mon Jan 25 20:18:13 1988
# By:	Patrick White (PUCC Land, USA)
echo shar: extracting ReadMe '(3242 characters)'
cat << \SHAR_EOF > ReadMe

This is MRBackup, version 2.0.  This program was written under Manx
Aztec C, version 3.40b, to run under KickStart 1.2.  The source was
written with 4 character tab settings, using Z, a vi-like editor
packaged with the Aztec C compiler.  If you would like a
copy of my file retab utility to remove or alter the tabs, just ask.  
Also, if you did not receive source with this distribution, it is
available for the asking.  See the instructions in the About menu.

Be sure to copy the files MRBackup.init and MRBackup.xcld to the S: 
directory.  

											Mark R. Rinfret
											mrr@amanpt1.ZONE1.COM
---------------------------------------------------------------------

About the program...

MRBackup evolved from a simple-minded program with a tty-style interface
to the version you see here.  Though I'm a true believer in structured 
programming techniques, good design and consistent style, you'll see
plenty of "holes" in the program where expedience won out over good
design (design == time, time == scarce_resource).  This version has been
groomed significantly and should be much more robust.  The code is
much more consistent and readable, though there is probably a significant
amount of "fat" that could be trimmed, especially in the realm of error
handling and reporting.

I also am a true believer in "using someone else's wheel" (if it's free)
rather than inventing my own.  I've incorporated several public domain
sources into MRBackup, each having its own particular style.  I've made
every effort to give credit where credit is due.  If I've slighted anyone,
please help me to correct the problem.  The evolution of MRBackup from 
version 1.3 to 2.0 was a continuing learning experience for me.  The
Intuition programming was made a whole lot easier through the use of
the improved PowerWindows 2.0 (no affiliation - just a satisfied customer).

There is nothing particularly clever about any of the disk-related stuff.
I've adhered to vanilla AmigaDOS throughout.  As I mentioned in the
ToDo file, I'll probably abandon this approach in a new version
(different name, not free, but cheap) that I'm considering.  The ability
to handle files larger than the capacity of a floppy was a last-minute
addition.  I was going to cop out again and not do it, but I just couldn't.
Don't go getting all excited, now.  You may not find my implementation to
your liking (that will make two of us).  However, it seems to work (if you
are careful) and you get what you pay for :-).  I also added the ability
to back up without formatting.  This could get messy, if not judiciously
used.

Please feel free to modify this program and re-release it.  If you make 
substantial changes, I'd like to hear about them.  I'd also like you to 
change the name of the program, perhaps to <your initials>Backup, as I've 
done.  Funny how many people call it "Mister Backup"...

'Nuff yak.  I've received a surprising number of long distance phone calls
regarding MRBackup and have mailed a lot of diskettes to people requesting
the source.  Thanks to all who took the time (and expense) to give me
encouragement.  Thanks, also, to the UseNet "heavies" and CATS for their
technical support.

                                              Mark

SHAR_EOF
if test 3242 -ne "`wc -c ReadMe`"
then
echo shar: error transmitting ReadMe '(should have been 3242 characters)'
fi
echo shar: extracting MRBackup.TXT '(16232 characters)'
cat << \SHAR_EOF > MRBackup.TXT
















                      MRBackup Version 2.0

                   A Hard Disk Backup Utility
                             for the
                         Commodore Amiga


                         2 January 1988

                     Author: Mark R. Rinfret
                     















































Introduction

     This  document   describes   a   program,   named   MRBackup
(pronounced M R Backup, not  Mister  Backup :-), which will allow
you to backup an Amiga hard  disk  drive to floppy disk media.  I
wrote MRBackup primarily out of my  own need.  I also saw it as a
means for learning more about programming  the Amiga.  If you are
already familiar with this  program,  you may want to jump to the
"Changes" section at the end of  this  document.  Otherwise, read
on.

     MRBackup is  reasonably  flexible,  allowing  you to back up
individual directories, directory trees or a whole disk.  You can
backup from  one  directory  hierarchy  and  restore  to another.
Incremental backups can be  performed  based on file modification
dates.  Just for fun, MRBackup also talks.  Though this is mostly
frivolous, the speech  capability  provides a method for alerting
you that a new output disk is required for formatting.

     MRBackup is not fast.  When  choosing  a  method for packing
the backup data, a  fast-scan  approach  with  specialized backup
directory  structure  was   considered.   However,  there  is  an
inherent danger in  committing  multiple  files  to a specialized
file system which can only be  accessed  through a solitary piece
of software.  I decided  to  maintain  the  AmigaDOS  file system
structure which has a  great  deal  of  integrity  and allows the
backup media to be accessed by  standard  software.  When I do it
again, I'll probably  go  with  the  specialized  approach  - the
current method is just too darned slow.

     The user should take a serious and organized approach to his 
backup methods, however.  I highly recommend that backup listings
be kept in a safe  place  (I  use  a  3-ring  binder)  and backup
floppies be stored safe  from  magnetic  damage  or other hazards
(like spilled coffee - argh!).  A truly committed individual will
backup his entire disk once a  month,  once  a week and "areas of
interest" once a day (default).  

     MRBackup attempts to  economize  on  output  media  usage by
using data compression/decompression (at the cost of time).  This
is an option which can be  enabled/disabled  via  menu selection.
The compression routine used was lifted  from the Un*x "compress"
program but has been  adapted  to  employ  buffering and AmigaDOS
I/O. 


Operation

     To use MRBackup, click on the program  icon or type MRBackup
at the CLI prompt.  A new window will  open in which you will see
a STOP sign,  some  other  gadgetry,   and  a  couple of embedded
windows.  If you click with the right  mouse button and drag from












left to right across the menu bar, you'll see the various program  
menus which control MRBackup's operation.


     The  "Pathname  Specifications"  window  is  where  you tell
MRBackup where data is coming from and going to.  It is important
to note that the meanings of "Home Path" and "Backup Path" remain
the same for a backup or a restore operation.  That is, the "Home
Path" always refers to the files' normal "home" and "Backup Path"
always refers to the location where the copies are kept.  

     The "Listing Path" refers to  the  destination of a detailed
listing of the contents of the  backup  floppies  and may specify
the printer (default) or a file on the hard disk.  The listing is
an option which may be enabled/disabled via menu selection.  

     The "Exclude Path",  if  specified,  is  the  name of a file
which contains lines describing files  which should not be backed
up. Any filename matching an entry  in this list will be excluded
from  the   backup.    The   exclude   file   consists   of  file
specifications, one per line,  or  comments (a line with a number
sign  - # - in column 1).   Blank  lines  are ignored.  Also, the
specifications  are  case-insensitive.   That  is,  "SYSTEM"  and
"system" are equivalent.  Examples:

# Exclude all object files
*.o
# Exclude all files beginning with "System":
system*
# Exclude all ".info" files:
*.info
# Exlude the "include" directory and all subdirectories:
include

     You can customize the operation of  MRBackup through the use
of   an   initialization   file.    This   file   must  be  named
S:MRBackup.init.  With it, you may  set your desired defaults and
Flags.  Each line in the file  consists  of an option setting, of
the form:

OPTION = VALUE

or a comment.  Comment  lines  begin  with  a number sign (#).  A
sample initialization file is included  which illustrates the use
of all possible parameter settings.


Backing Up a Disk

     To back up your hard disk, or a section  of it, first get an
indication of the size of the  area  with  the Info command, "ls"
(if you have it), List, etc.  If you multiply the total number of
bytes (blocks * 512) by 0.65,  then  divide by 800000, you should
get a very rough estimate (probably high) of the number of floppy












disks required to back up that  area.   The floppies selected for
backup need not be preformatted, as  MRBackup will format them as
needed.  You should  be  sure,  however,  that  no  valuable data
exists on them since  it  will  be  destroyed  by  the formatting
process, if formatting is enabled.

     Once your floppies  are  ready  and  stacked  neatly  within
reach, the fun begins.  First, modify the pathname specifications
according to your requirements.  Normally,  the "Home Path" would
be the device name of your hard  disk  or a directory on it (e.g.
DH0:src) while the "Backup Path" would specify the device name of
one of your floppy drives (e.g. DF0:).  While earlier versions of
MRBackup were pretty rigid  in  this  regard,  this  version will
allow  you  to   specify   ANY   disk   device   name  in  either
specification.  PLEASE  BE  CAREFUL!   Many  users asked for this
increased flexibility.  Just be aware  that it carries with it an
increased risk that  you  now  have  more  "opportunity"  to burn
yourself with improper pathname specifications.  

     Finally, the listing path may  be  set to the printer device
(PRT:) or to the name of a file on  a hard drive or any available
floppy drive not being used by the backup.  The listing path will
be ignored if you disable  the  Generate  Listing  option  in the
Flags menu.

     Make sure that you have set the desired options in the Flags
menu, then select Backup  from  the  Project  menu.   You will be
prompted with a  date  requester.   The  default  date value that
appears is one day  earlier  than  the  current date.  If that is
satisfactory, simply depress  the  RETURN key and the backup will
commence.  If you desire to change  the date, edit the date value
as necessary, using  the  standard  Amiga  conventions.  Remember
that to clear the gadget  you  may  press  right-Amiga-x.  A null
date value (all blanks) is allowed, should you want to backup all
files in the  home  path,  regardless  of  their  creation dates.
Otherwise, the required date and time format is MM/DD/YY HH:MM:SS
(24 hour clock), the time specification being optional.  You will
notice upward and  downward  pointing  "arrows"  above  each date
component.  Clicking on the  appropriate  arrow will increment or
decrement the respective portion of  the date.  Though the values
normally  will   wrap   around,   not   affecting  adjacent  date
components, certain situations  will  arise  where incrementing a
day value may cause the month to increment (incrementing February
28 in a non-leap-year will  yield  March 31).  I just didn't feel
the extra logic was worth it (I got lazy).

     Once  the  date  has  been  entered,   the  rest  is  fairly
automatic.  You will be  prompted  immediately for a floppy disk.
Insert it into the floppy drive that  you specified in the backup
path and the disk requester  will  be satisfied.  Should you want
to abort, simply hit the CANCEL  gadget  in the requester.  Also,
you may abort the backup process at  any time by hitting the STOP
gadget which appears in the top  left  area  of the screen.  This
gadget is only checked prior to  the  start of the next file copy












operation, so be patient if it does not respond immediately.

     As each floppy disk is filled, you should promptly label it.
If formatting is enabled, MRBackup automatically generates volume
names of the form:

     Backup MM-DD-YY.<sequence number>

Also to be noted is the fact  that  the files on the backup media
retain the creation/modification date (I wish they were distinct)
of their counterparts on the home device.

     You will find  that  the  Amiga's  multitasking  environment
shines when using this program.  For those long-haul backups, get
everything started, then shove MRBackup's  screen to the back and
go start something useful.   MRBackup  will carry on without your
watchful eye.  When it needs a disk,  the disk requester will pop
out in front of everything and  MRBackup  will  ask (out loud, if
speech is enabled ) for another  disk.   Having something else to
do will make the time pass faster.


Restoring the Backups

     No, this isn't always the bad part.   Backup and restore can
also be useful when your  hard  disk  is  crowded and you have to
"juggle" data around.  The restoration  process is quite similar,
mechanically, to the  backup  process  -  it's just reversed.  In
addition, the meanings of the pathname specifications are altered
somewhat.  The "Home  path"  describes  the  destination  for the
restored files and, as with the  backup  process, may specify the
hard drive only or a directory specification.   The "Backup path"
describes the file  or  files  to  be  restored  and  thus may be
defined down to the file level (1 file).

     Note that on a restore operation,  the file creation date of
the backup file is compared to  its  matching file (if it exists)
on the home device.  If the file on the home device is newer, the
file will not be replaced.  If  this  is desired, the file on the
home device must  be  deleted  first.   A  later  version of this
program will probably offer  a  "force"  or  "force  with prompt"
option.  


Warranties

     There are no warranties, either  expressed  or implied, with
regard to the use of this  program.   You  didn't pay for it (did
you?), so how you gonna' get  you  money  back?  Seriously, folk,
I've tested this beastie fairly thoroughly (I intend to USE it!),
but you know  how  things  go...there  may  be  a  bugaboo or two
lurking in there.  Please exercise  it a little before committing
your life (your precious data) to its care.














Permissions

     This program is contributed to the public domain, as a token 
of gratitude for the  many  wonderful  programs  I  have received
through the same channels.  Feel free  to enhance, destroy, sell,
distribute  or  otherwise  benefit  from  the  legal  use of this
program.  I would love to hear  from  those  of you who find this
either useful or useless (with specific  criticisms in the latter
case).  If you make any  enhancements  (there's room for PLENTY),
please share them with me and  the  rest  of the world.  I can be
reached as:

     mrr@amanpt1.ZONE1.COM
     ...rayssd!galaxia!amanpt1!mrr

     or

     Mark R. Rinfret
     348 Indian Avenue
     Portsmouth, RI 02871
     401-846-7639 (home)
     401-849-8900 (work)


Changes Since the Last Release

     This section lists  changes  that  have  been  introduced in
version 2.0.  Though I will  attempt  to be thorough, some things
may slip through the cracks.  Please forgive any oversights.


New User Interface

     MRBackup has undergone a major facelift.  It now has its own
screen and color palette and  newly  designed menus and gadgetry.
All  of  this  is  due  to  my   use  of  PowerWindows  2.0  from
Inovatronics, a very worthwhile tool for Intuition programming.

     You will notice some new gadgetry on the screen.  I've added
a "fuel  gauge"  which  indicates  the  "fullness"  of the output
floppy.  There's a new  error  count  gadget  which  tracks total
errors encountered and  a  "Current  Backup  Volume  Name" gadget
which keeps you  informed  as  to  which  disk  you're  currently
archiving to or restoring from.

     The Pathname  Specifications  window  has  a close box which
will make the window go away.   A  new menu, Windows, has an item
Pathnames which will reopen the window for you.

     A new command,  Save  Preferences,  allows  you to save your
current  pathname  specs  and   flags  to  the  preferences  file
(S:MRBackup.init).  The Flags menu has been totally redone.  This 
menu previously consisted of item pairs (<feature>/No <feature> -












pretty dumb, I must admit -  I  think  I  was intrigued by mutual
exclusion at the time).   The  new  Flags  menu  just consists of
check-marked items.   If  an  item  is  checked,  the  feature is
enabled.


Improved Error Handling

     This is usually the hardest  task  in  any programming chore
and usually gets  the  least  attention.   Previous  versions  of
MRBackup were no  exception.   Version  2.0,  however, has come a
long  way  in   this   direction,   especially  in  the  area  of
recoverability.  A new requester has  been introduced which lists
your recovery (or abort)  options  when  certain errors have been
detected.  Most significantly,  new  context-saving code has been
added which will allow you  to  restart  a  backup  disk from its
beginning,  should   a   non-recoverable   output   error  occur.
Currently, this context information  is saved in memory.  I would
like to save it to a file on the system disk.  This, coupled with  
a new command (Resume Backup),  would  allow recovery even from a
power failure.


Increased Flexibility

     Previous versions of MRBackup were  fairly rigid with regard
to home and backup path  specifications.   Version 2.0 allows ANY
disk device to be referenced in either location.  On systems with
dual floppy disks, you can even backup from floppy to floppy!

     MRBackup now allows you to suppress formatting of the backup
disk.  This allows you to  "freshen"  a previously created backup
set.  Though this option should be  used with care, it does speed
things up and enhances MRBackup's partial backup capability.


Big File Handling

     This is truly a last-minute item!  I personally don't have a
file big enough to require this, so I didn't address the problem.
However, enough users have  requested  this that I took a stab at
it.  "Big" files, according  to  MRBackup,  are  files  which are
larger than the  formatted  capacity  of  the  output media.  Iff
(sic) you enable the "Do Big Files" and "Format Destination" Flag
menu items, MRBackup will split big  files across multiple floppy
disks.  If these options  are  not  enabled,  MRBackup  will just
complain that the file is too big to back up and go on.

     Some of you will probably think  that  the method used to do
this is somewhat kludgy, but it's  consistent with my approach to
total AmigaDOS  compatibility.   When  backing  up  a big file, a
special information  file,  MRBackup.bigfile,  is  written to the
output disk.  The information  file  contains stuff like the file
name, the "chunk number" (which piece of the file is this?),  the












chunk size, and a flag which  indicates  whether this is the last
chunk.  This information  is  used  by  the  restore operation to
insure that the file chunks get reassembled in the correct order.

     In order to test this, I had to write  a program to create a
big file (slightly larger  than  1  floppy  disk), archive it and
restore it, then compare the two files.  To do all this, I had to
first clean house on my 20 MB  hard  drive!   The big file backup
appears to work OK.  I  think  it  could  use  some more testing,
however, and would  encourage  you  to  test  drive it before you
commit to it.


   














































SHAR_EOF
if test 16232 -ne "`wc -c MRBackup.TXT`"
then
echo shar: error transmitting MRBackup.TXT '(should have been 16232 characters)'
fi
echo shar: extracting ToDo '(529 characters)'
cat << \SHAR_EOF > ToDo

	"To do" list for MRBackup:


	MRBackup has gone about as far as I intend to take it in its public
domain form (greed rears its ugly head!).  Alas, though I would like to
stay with the "native" filesystem format, the performance of the program
suffers too much.  I have some ideas for a very fast version which, if I
pursue, I'll probably try to sell.  I'll continue to support MRBackup in
its current form and might even be pursuaded to add some trivial features
and ALWAYS will accept bug reports and try to get them fixed.


SHAR_EOF
if test 529 -ne "`wc -c ToDo`"
then
echo shar: error transmitting ToDo '(should have been 529 characters)'
fi
echo shar: extracting MRBackup.init '(806 characters)'
cat << \SHAR_EOF > MRBackup.init
# This is the user preferences file for MRBackup.  This file MUST be
# copied to "S:MRBackup.init" in order to be successfully used.
# This file should serve as an example for all possible preference
# settings.  Any line starting with "#" is assumed to be a comment and
# is ignored.  Note that if you use "Save Preferences", you will lose
# these comments.
#
# Note:  No provision is currently made for quoted parameters, so it is
#        not currently possible to do things like
#            LIST = "A name with embedded spaces".
#        If the outcry is great, I'll add that capability.
#
# This file is compatible with version 2.0.
#
home = 		DH0:
backup = 		DF1:
list = 		s:MRBackup.list
exclude = 		S:MRBackup.xcld
compression = 		YES
listing = 		NO
speech = 		YES
format = 		YES
bigfiles = 		YES
SHAR_EOF
if test 806 -ne "`wc -c MRBackup.init`"
then
echo shar: error transmitting MRBackup.init '(should have been 806 characters)'
fi
echo shar: extracting MRBackup.xcld '(140 characters)'
cat << \SHAR_EOF > MRBackup.xcld
# The terminating asterisk in some names supresses the ".info" files.
AmigaBasic*
c
devs
Empty*
l
lib
libs
Preferences*
System*
t
Trashcan*
SHAR_EOF
if test 140 -ne "`wc -c MRBackup.xcld`"
then
echo shar: error transmitting MRBackup.xcld '(should have been 140 characters)'
fi
echo shar: extracting MRBackup.info.uue '(1356 characters)'
cat << \SHAR_EOF > MRBackup.info.uue

begin 644 MRBackup.info
MXQ```0``````U@!Z`%``*P`%``,``0##ES``````````````````````````2
M`````SP``````````````-(```!O``````````````````````!0`"H``@`!]
M1!`#``````#_________________________________________````````X
M``!__P_@````````?_\``````````'__``````````!__P``````````?_\`E
M````````/'__``````````!_____________________________________>
M______________________[_^__________^__'__________O_@________?
M__[_P'_________^__O_________\!_[__________@_^__________\?_O_)
M_________O_[______________________P'__^`_______\!_^!@/______<
M_`?_@8#_______P'_X&`_______\!_^!@/_______`?_@8#_______P'__^`Y
M_______\`````/_______`````#_______P`````_______\`````/______7
M_`````#_______P`````_______\`````/_______`````#_______P`````8
M____________________________________________________________3
M____________``````````!__P_@````````?_\``````````'__````````@
M``!__P``````````?_\`````````/'__``````````!_________________I
M________________________``````````````````$`!``````````!``X`"
M`````````0`?``````````$`/X`````````!``0`````````#^`$````````8
M``?`!``````````#@`0``````````0`$```````````````````````'__^`<
M````````!_^!@`````````?_@8`````````'_X&`````````!_^!@```````<
M``?_@8`````````'__^`````````````````````````````````````````,
M`````````````````````````````````````````````````````````````
F`````````````````````````````````````````````````````
``
end
size 938
SHAR_EOF
if test 1356 -ne "`wc -c MRBackup.info.uue`"
then
echo shar: error transmitting MRBackup.info.uue '(should have been 1356 characters)'
fi
echo shar: extracting MRBackup.uue3 '(12927 characters)'
cat << \SHAR_EOF > MRBackup.uue3
# This is part 3 of MRBackup.uue.
# Delete these two lines and join file parts together in proper order.
M______^`````/______^`````!_______``````'______```````______@=
M``````#_____@```````````````````````````````````````````````\
M``````````````````````````#_____@``````#_____^``````!______P.
M`````!_______``````_______X`````________@````?_______\````?_+
M_______P```'_\.!QP/_\```!_^9I9.9__````?_C^<YF?_P```'_\?G.8/_Y
M\```!__QYSF?__````?_F>>3G__P```'_\/#QP__\```!_________````'_^
M_______`````________@````#_______@`````?______P`````!______PX
M``````/_____X```````_____X``````````````````````````````````;
M`````````````````$$`'0`"```$)`,``````````_@`00`.`$<`'P`$``,`"
M`0``!F@```````````````````````0```````$````````````````_0```S
M``````````````!(``@`4@````````:H`````````````/__``````"M````[
M2P````$``#]*```&O`````````````$````3```````````_4@``````````\
M````)`"C``@!6P````````;\`````````````/__``$````3```````````_^
M9@````````<0````&P"C``@!6P````````<R`````````````/__``$````3J
M```````````_;`````````=&````$@"C``@!6P````````=H`````````````
M`/__``$````3```````````_?@````````=\````"0"C``@!6P````````>>'
M`````````````/__``$````3```````````_C`````````>R``````"C``@!"
M6P````````?4`````````````/__```&W@!M````.0````$``#^<```'Z```)
M``````````$````````````````_H@``````````````+0"H``@`5@``````5
M``@H`````%$``````/__``$````````````````_J`````````@\````)`"HW
M``@`4@````````A>`````````````/__``$````````````````_N@``````X
M``AR````&P"H``@`4@````````B4`````````````/__``$`````````````R
M```_S`````````BH````$@"H``@`5@````````C*`````%(``````/__``$`V
M```````````````_U`````````C>````"0"H``@`5@````````D``````$(`3
M`````/__``$````````````````_W`````````D4``````"H``@`4@``````Y
M``DV`````````````/__```("@``````9@````$``#_B```)2@``````````J
M`P`!``#:`"@````````_[@```````````H``R``!``&C8`````\```9\````3
M````/_````````````*``&0"@`#(``\$``````(``@```````$`4````````*
M````30!!`'4`"P````<0`0`````````````)S@````````````H`````!```+
M```"``(```````!`)`````````GB`$<`-`"$``L````'$`$`````````````U
M"@X````````````)``````0``````0`"````````0#8````````*(@!=`"<`.
M4@`+````!Q`!``````````````I.````````````"``````$!P````(``@``D
M`````$!"````````"F(`<``:`"L`"P````<0`0`````````````*C@``````>
M``````<`````!@`!```3``T```````!`2````````````4X`;@$B`%``````F
M```*H@````````K.```"````````````````````````````````````````&
M`````````````````````````````````````````````````````````````
M````````4SI-4D)A8VMU<"YX8VQD````````````````````````````````;
M`````````````````````````````````````````````````````````````
M"U(``*@R````40``````````````````````````````````````H0```*$`*
M"0````D`````__[__P<```4```O(``````8``0#_D@`!````````0&H`````O
M``````""`#\`G@`(`````P`$```+W`````````OL````````"Z0``P````!0.
M4E0Z````````````````````````````````````````````````````````@
M```````````````````````````````````````````````````,+```J#(`2
M``!1``````````````````````````````````````"B````H@`)````"0``G
M``#__O__!P``!0``#*(`````!@`!`/^2``$```````!`>`````````P``($`3
M,`"?``@````#``0```RV````````#,8````````,?@`"`````$1&,3H`````S
M`````````````````````````````````````````````````````````````
M``````````````````````````````````````````T&``"H,@```%$`````^
M`````````````````````````````````*(```"B``D````)`````/_^__\'8
M```%```-?``````&``$`_YH``0```````$"&````````#-H`@0`A`)\`"```D
M``,`!```#9`````````-H`````````U8``$`````1$@P.@``````````````M
M`````````````````````````````````````````````````````````````
M````````````````````````````````#>```*@R````40``````````````8
M````````````````````````H0```*$`"0````D`````__[__P<```4```Y6_
M``````8``0#_J@`!````````0)0````````-M`"!`!,`G@`(`````P`$```.5
M:@````````YZ````````#C(````````!3``3`2P`4``!```"8`````X```Z.<
M````````0*````````````$L`%`!+`!0``\```!I`FX`7P`!``````````<`I
M````````````0+@````````````H`"@"@`#(``\`K`",`34`,P`!````````#
M``<`````````````0,@````````````%``4"@`#(``\_/R\_/R\_/R`_/SH_A
M/SH_/P`````!`0``!@`#````````3)X```````$!```&``,```````!,H```C
M`````0$```8``P```````$RD````````60X``%D3``!9&@``61\``%DG``!92
M,P``63L``%E"``!9271O<&%Z+F9O;G0`````#[X`"``!,#`O,#`O,#`@,#`ZE
M,#`Z,#````````_2``">?@```!(``````!(`````````````````````````;
M`````$``,@"(``@````!$`0````````````````````````/Y@````````$`-
M`0`````````/R@``8((````````0"@#<`#(`&``(`````1`!````````````6
M`!`V````````````#0`````!``$`````````#\H``&"&````````$$H`'@`R^
M`!``"``#``$0`0`````````````0=@````````````X```````<````.``<`=
M```'``<``/____\!`@`$```0M@````````````X````'``<`````_____P$"R
M``0``!#6````````$(H`N``\``\`"`````$0`0``$.8`````````````````7
M``````P````````0]@"@`#P`#P`(`````1`!```0Y@``````````````````-
M````"P```````!$B`(@`/``/``@````!$`$``!#F````````````````````A
M```*````````$4X`<``\``\`"`````$0`0``$.8`````````````````````T
M``D````````1>@!8`#P`#P`(`````1`!```0Y@``````````````````````'
M"````````!&F`$``/``/``@````!$`$``!#F```````````````````````'A
M````````$=(`N``H``\`"`````$0`0``$,8```````````````````````8`(
M```````1_@"@`"@`#P`(`````1`!```0Q@``````````````````````!0``;
M`````!(J`(@`*``/``@````!$`$``!#&```````````````````````$````O
M````$E8`<``H``\`"`````$0`0``$,8```````````````````````,`````"
M```2@@!8`"@`#P`(`````1`!```0Q@```````````````````````@``````5
M`!*N`$``*``/``@````!$`$``!#&```````````````````````!```````(P
M``0`_``$`/P`3``(`$P`"``$_____P`"`04``!,&```````$``(!```"`0``3
M3@`$`$X`!``"_____P`"`04``!,J```3&@$``0``%``/```/R@``````````2
M`````&/<``!CXP``8^H``&/R``!C_```9`4``&0,````'P`[`%H`>`"7`+4`7
MU`#S`1$!,`%.``!D%@``9!X``&0G``!D+0``9#,``&0W``!D/```9$$``&1(4
M``!D4@``9%H``&1C`P4*#```````````_____T%"0T1%1F%B8V1E9CDX-S8U2
M-#,R,3``"@L,#0X/"@L,#0X/"0@'!@4$`P(!``!R``````!R*P````)W````%
M`P%W*P```P)A````"0%A*P``"0)X````!0%X*P``!0(````````P,3(S-#4VZ
M-S@Y86)C9&5F````("`@("`@("`@,#`P,#`@("`@("`@("`@("`@("`@(""0=
M0$!`0$!`0$!`0$!`0$!`#`P,#`P,#`P,#$!`0$!`0$`)"0D)"0D!`0$!`0$!U
M`0$!`0$!`0$!`0$!`4!`0$!`0`H*"@H*"@("`@("`@("`@("`@("`@("`@("Q
M0$!`0"```````````````````0`````!``````````````````````$!````D
M`0`````````````````````!`@````$`````````````````````````````%
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````%```4
M```#[````'P````!```"?````KP```+J```"\@```OH```,*```#2@```V8`'
M``-X```#@````X@```/@```#]````_@```0*```$$@``!!H```9R```&?```:
M!HX```;.```&\```!R(```=&```'6```!WP```>.```'L@``!\0```?H```'%
M^@``"`H```@<```(3@``"'(```B$```(J```"+H```C>```(\```"10```DFH
M```)2@``"5P```EL```)?@``";````G\```*(@``"CP```IB```*?```"J(`"
M``J\```*\@``"OH```ND```+J```"^0```P2```,&@``#"(```Q^```,@@``A
M#+X```S:```,[```#/0```S\```-6```#5P```V8```-M```#<8```W.```-?
MU@``#C(```XV```.<@``#HX```Z@```.J```#K````[,```/R@``#^8```_JY
M```0+```$#X``!!*```09```$'X``!"*```0I```$,X``!#N```0]@``$0@`O
M`!$B```1-```$4X``!%@```1>@``$8P``!&F```1N```$=(``!'D```1_@``7
M$A```!(J```2/```$E8``!)H```2@@``$I0``!*N```2P```$MH``!+L```37
M(@``$T8``!-*```35@```',````````!Q@```<P```'2```!W````>````'D^
M```!Z````>P```'P```!]````?@```'\```"`````@0```((```"8````M``X
M``->```#R````]P```/P```&M```!NP```<(```'/@``!W0```>J```'X```1
M"!@```@T```(:@``"*````C6```)#```"4(```EZ```)E@``";@```G:```*$
M&@``"EH```J:```*V@``"_@```S2```-K```#H8```[4```/!```#S0```]JE
M```/?@``#Y(```^:```/G@``#Z(```^F```/J@``#ZX```^R```/M@``#[H`O
M`!!"```0@@``$V0``!-H```3;```$W```!-T```3>```$WP``!.8```3G```3
M$Z```!.D```3J```$ZP``!.P```3M```$[@``!.\```3P```$\0````"````T
M"`````X````4````&@```"`````F````+````#(````X````/@```$0```!*L
M````4````%8```!<````8@```&@```!N````=````'H```"`````A@```(P`Z
M``"2````F````)X```"D````J@```+````"V````O`````````/P`````E]?K
M2#%?;W)G``````````-?8W5R<F5N=$1I<@````#``````U]B86-K4&%T:```D
M`````,0````#7V1E<W1$<FEV90`````!%0````-?9&]":6=&:6QE<P````$:[
M`````U]D;T-O;7!R97-S`````1P````#7V1O1F]R;6%T```````!'@````-?]
M9&],:7-T:6YG``````$@`````U]D;U-P965C:````````2(````#7VAO;6509
M871H```````!)`````-?;&ES=%!A=&@```````%U````!%]M86=I8U]H96%D8
M97(```````(0`````E]L;6%S:P`````"-@````)?<FUA<VL``````C\````%?
M7TYE=U-C<F5E;E-T<G5C='5R90````),`````E]086QE='1E```";`````9?+
M8W5R5F]L=6UE1V%D9V5T4TEN9F\```````)\````!%]";W)D97)696-T;W)S2
M,0````*@`````E]";W)D97(Q```"M`````)?251E>'0Q`````L0````$7V-UZ
M<E9O;'5M94=A9&=E=````M@````%7V5R<F]R1V%D9V5T4TE"=69F``````,$0
M````!5]E<G)O<D=A9&=E=%-);F9O```````#"@````1?0F]R9&5R5F5C=&]RZ
M<S(````#+@````)?0F]R9&5R,@```T(````"7TE497AT,@````-2`````U]EI
M<G)O<D=A9&=E=````V8````%7V=A=6=E1V%D9V5T4TEN9F\```````.2````G
M`E]);6%G93$````#J`````)?251E>'0U`````[P````"7TE497AT-`````/0Y
M`````E])5&5X=#,````#Y`````-?9V%U9V5'861G970```/X`````U]);6%G[
M941A=&$R````!"0````"7TEM86=E,@````9H`````U]S=&]P1V%D9V5T````1
M!GP````"7TE497AT-@````:H`````U]-96YU271E;3$`````!KP````"7TUE!
M;G4S``````;>`````E])5&5X=#<````&_`````-?365N=4ET96TV``````<05
M`````E])5&5X=#@````',@````-?365N=4ET96TU``````=&`````E])5&5XC
M=#D````':`````-?365N=4ET96TT``````=\`````E])5&5X=#$P```'G@``N
M``-?365N=4ET96TS``````>R`````E])5&5X=#$Q```'U`````-?365N=4ETR
M96TR``````?H`````E]-96YU,@`````("@````)?251E>'0Q,@``""@````#2
M7TUE;G5)=&5M,3(````(/`````)?251E>'0Q,P``"%X````#7TUE;G5)=&5M)
M,3$````(<@````)?251E>'0Q-```")0````#7TUE;G5)=&5M,3`````(J```#
M``)?251E>'0Q-0``",H````#7TUE;G5)=&5M.0`````(W@````)?251E>'0QL
M-@``"0`````#7TUE;G5)=&5M.``````)%`````)?251E>'0Q-P``"38````#3
M7TUE;G5)=&5M-P`````)2@````)?365N=3$`````"6P````"7TE497AT,3@`A
M``F*````!5].97=7:6YD;W=3=')U8W1U<F4Q```)G@````)?251E>'0Q.0``[
M"<X````$7V9I;&53:VEP1V%D9V5T````">(````"7TE497AT,C````H.````Q
M!5]D:7-K4F5S=&%R=$=A9&=E=``````*(@````)?251E>'0R,0``"DX````$Z
M7V9I;&52971R>4=A9&=E=```"F(````"7TE497AT,C(```J.`````U]A8F]R>
M=$=A9&=E=```"J(````"7TE497AT,C,```K.````!5]297%U97-T97)3=')U*
M8W1U<F4R```*X@````9?>&-L9%!A=&A'861G971324)U9F8```````M2````F
M!5]X8VQD4&%T:$=A9&=E=%-);F9O```+I`````1?0F]R9&5R5F5C=&]R<S,`0
M```+R`````)?0F]R9&5R,P``"]P````"7TE497AT,C0```OL````!%]X8VQDF
M4&%T:$=A9&=E=`````P`````!E]L:7-T4&%T:$=A9&=E=%-)0G5F9@``````^
M#"P````%7VQI<W10871H1V%D9V5T4TEN9F\```Q^````!%]";W)D97)696-TM
M;W)S-`````RB`````E]";W)D97(T```,M@````)?251E>'0R-0``#,8````$W
M7VQI<W10871H1V%D9V5T````#-H````&7V)A8VM0871H1V%D9V5T4TE"=69F(
M```````-!@````5?8F%C:U!A=&A'861G971326YF;P``#5@````$7T)O<F1ET
M<E9E8W1O<G,U````#7P````"7T)O<F1E<C4```V0`````E])5&5X=#(V```-K
MH`````1?8F%C:U!A=&A'861G970````-M`````9?:&]M95!A=&A'861G9713H
M24)U9F8```````W@````!5]H;VUE4&%T:$=A9&=E=%-);F9O```.,@````1?A
M0F]R9&5R5F5C=&]R<S8````.5@````)?0F]R9&5R-@``#FH````"7TE497AT:
M,C<```YZ````!%]H;VUE4&%T:$=A9&=E=`````Z.````!5].97=7:6YD;W=3+
M=')U8W1U<F4S```.N@````5?3F5W5VEN9&]W4W1R=6-T=7)E-```#NH````%!
M7TYE=U=I;F1O=U-T<G5C='5R934```\:````!5]D:7-K<F5Q7V)O9'E?=&5X$
M=``````/7@````5?9&ES:W)E<5]P;W-?=&5X=```````#W(````%7V1I<VMR/
M97%?;F5G7W1E>'0```````^&`````U]D87EN86UE<P``````$V0````#7VUO1
M;G1H1&%Y<P`````3@`````-?;6]N=&AN86UE<P```!.8`````U]A=61I;U]CK
M:&%N````$\@````$7U1R86YS;&%T;W)"87-E````$\P````#7W9O:6-E7W!OO
M<G0````3T`````1?;F%R<F%T;W)?<W1A='5S```3U`````)?8W1P7P``````&
M%$X````"7T-B=69F<P```!30`````E]?;G5M9&5V```6B`````)?7T@Q7V5N8
M9```%HP````"7U](,E]O<F<``!:,`````E]B=69F97(```"?'`````)?8G5F]
M4VEZ90``GR`````$7W!R;V=R97-S0V]N<V]L90``GR0````$7W!R;V=R97-S@
M5VEN9&]W````GR@````"7V-O;FUS9P```)\L`````U]D97-T4&%T:```````1
MH2P````"7V1E<W16;VP``*(M`````U]D:7-K3G5M8F5R````HDX````#7V5R]
M<F]R0V]U;G0```"B4`````)?97)R3F%M90``HE(````%7V5X8VQU9&5(87-#:
M:&%N9V5D`````*)6`````U]E>&-L=61E3&ES=```HE@````#7VQA<W1%>&-LC
M=61E``"B7`````-?97AC;'5D95!A=&@``*)@`````E]F:6)7;W)K``"BL@``@
M``)?1V9X0F%S90``HK8````$7TEN='5I=&EO;D)A<V4`````HKH````"7VQE(
M=F5L`````**^`````U]L:6YE0V]U;G0`````HL`````"7VQI<W1I;F<``*+";
M`````U]M86EN3&ES=```````HL8````#7VUA:6Y38W)E96X```"BS@````-?$
M;6%I;E=I;F1O=P```*+2`````5]N;W<``*+6`````E]S:6YC90````"BV@``L
M``-?<&%T:%=I;F1O=P```*+>`````U]S:7IE3&5F=```````HN(````"7W-RY
M8U!A=&@``*+F`````E]S<F-6;VP```"CY@````)?=&5M<```````I`@````#A
M7W1O=&%L4VEZ90````"E"`````1?8719;W5R4V5R=FEC90````"E#`````-?6
M<V%V961$:7(``````*4.`````U]S879E9$QI<W0`````I1(````"7V5R<FYOT
M`````*4:`````U]B:6=&:6QE26YF;P``I1P````$7V9U;&Q(;VUE4&%T:```,
M````IB@````$7VAO;65)<T1E=FEC90``````IRH````$7V9U;&Q"86-K4&%TC
M:```````IRP````#7V)G;F1?9FQA9P````"H+@````-?54Y$3T)51D9%4@``9
M`*@R````!E]C=7)6;VQU;65'861G971324)U9F8`````J(,````"7T1/4T)A!
M<V4``*BB`````U]V;VEC95]I;P``````J*8````$7W1R86YS;&%T95]E<G)OG
M<@``J.P````#7U!H;VYE;65S``````"H\`````)?7W-A=G-P````K/`````"*
M7U-Y<T)A<V4``*ST`````E]?9&5V=&%B``"L^`````-?7W-T:V)A<V4`````!
M`*S\````!%]%;F%B;&5?06)O<G0``````*T``````U]70F5N8VA-<V<`````6
MK0(````"7U]A<F=V`````*T&`````E]?87)G8P````"M"@````-?7V%R9U]LL
M96X``````*T,`````U]?87)G7VQI;@``````K0X````#7TEC;VY"87-E````*
M``"M$@````)?8VQS7P``````K18````"7U]C;&X``````*T:````!%]-871HU
M5')A;G-"87-E`````*T>`````U]-871H0F%S90``````K2(````%7TUA=&A)[
M965E1&]U8D)A<T)A<V4``*TF`````E]?2#)?96YD``"M+`````````/R```#^
)ZP````$```/RA
``
end
size 55764
SHAR_EOF
if test 12927 -ne "`wc -c MRBackup.uue3`"
then
echo shar: error transmitting MRBackup.uue3 '(should have been 12927 characters)'
fi
#	End of shell archive
exit 0

ain@j.cc.purdue.edu (Patrick White) (01/26/88)

Program Name:	MRBackup  (part 3 of 3)	
Submitted By:	uiucdcs!amanpt1.ZONE1.COM!mrr@ee.ecn.purdue.edu (Mark Rinfret)
Summary:	A hard disk backup utility.
Poster Boy:  Pat White  (ain@j.cc.purdue.edu)
Untested.

NOTES:
   Won't run on an Amiga with 512K -- GURU's if it is severly short on
memory.


-- Pat White   (co-moderator comp.sources/binaries.amiga)
UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM   PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906

========================================


#	This is a shell archive.
#	Remove everything above and including the cut line.
#	Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:	Shell Archiver
#	Run the following text with /bin/sh to create:
#	MRBackup.uue2
# This archive created: Mon Jan 25 20:16:26 1988
# By:	Patrick White (PUCC Land, USA)
echo shar: extracting MRBackup.uue2 '(32739 characters)'
cat << \SHAR_EOF > MRBackup.uue2
# This is part 2 of MRBackup.uue.
# Delete these two lines and join file parts together in proper order.
M#")H`"0O*0`$3KH/GB@`6$]G4DAZ`&T@1"\H`#9.N@]P)D!*@%!/9S1(>`/M4
M+PM.N@OZ+`!03V<D(`;E@"H`($4E:``(`*0E1@"<2'@#[4AZ`#A.N@O6)4``O
MH%!/+P1.N@\\6$\O+"T43KH,6$*L+1183V"`:6-O;BYL:6)R87)Y`%=)3D1/W
M5P`J`$Y5```O!"EM``@?%DAM`!`O+0`,2'H`&DZZ`,`X`"!L'Q9"$#`$3^\`X
M#"@?3EU.=4Y5```@;!\64JP?%A`M``D0@$B`P'P`_TY=3G5.50``2.<(("1MJ
M``X,;0`$`!)F""!M``@H$&`<2FT`#&\,(&T`"'``,!`H`&`*(&T`"#`02,`HN
M`$)M`!)*;0`,;!!$;0`,2H1L"$2$.WP``0`2,BT`#$C!(`1.N@..0>R4/E.*>
M%+```#(M``Q(P2`$3KH#A"@`9MI*;0`29P93BA2\`"T@"DS?!!!.74YU3E7_<
M(DCG"#`D;0`()FT`#$)M__HK;0`0__P@2U*+$!!(@#@`9P`"[+A\`"5F``+*4
M0BW_,#M\``'_^#M\`"#_]CM\)Q#_]"!+4HL0$$B`.`"P?``M9@Y";?_X($M22
MBQ`02(`X`+A\`#!F$#M\`##_]B!+4HL0$$B`.`"X?``J9A@@;?_\5*W__#M0T
M__(@2U*+$!!(@#@`8#)";?_R8!PP+?_RP?P`"M!$D'P`,#M`__(@2U*+$!!((
M@#@`,`120$'LE%`(,``"``!FU+A\`"YF6B!+4HL0$$B`.`"P?``J9A@@;?_\I
M5*W__#M0__0@2U*+$!!(@#@`8#)";?_T8!PP+?_TP?P`"M!$D'P`,#M`__0@'
M2U*+$!!(@#@`,`120$'LE%`(,``"``!FU#M\``+_\+A\`&QF$B!+4HL0$$B`#
M.``[?``$__!@$+A\`&AF"B!+4HL0$$B`.``P!$C`8'@[?``(_^Y@%CM\``K_\
M[F`..WP`$/_N8`8[?/_V_^X_+?_P2&W_,#\M_^XO+?_\3KK]Y"M`_^HP+?_P'
M2,#1K?_\3^\`#&!:(&W__%BM__PK4/_J+RW_ZDZL@#X[0/_P6$]@2B!M__Q4%
MK?_\.!!![?\O*TC_ZA"$8"B0O````&-GXE.`9Y20O`````MG`/]T68!GM%6`$
M9P#_<E>`9P#_=&#,0>W_,)'M_^H[2/_P,"W_\+!M__1O!CMM__3_\$IM__AG;
M:"!M_^H,$``M9PH@;?_J#!``*V8N#&T`,/_V9B93;?_R(&W_ZE*M_^H0$$B`*
M/P!.DK!\__]43V8*</],WPP03EU.=6`6/RW_]DZ2L'S__U1/9@1P_V#D4FW_?
M^C`M__)3;?_RL&W_\&[<0FW_[F`@(&W_ZE*M_^H0$$B`/P!.DK!\__]43V8$'
M</]@L%)M_^X@;?_J2A!G"C`M_^ZP;?_T;<XP+?_NT6W_^DIM__AF*&`8/SP`Q
M($Z2L'S__U1/9@9P_V``_WA2;?_Z,"W_\E-M__*P;?_P;MI@%C\$3I*P?/__-
M5$]F!G#_8`#_4E)M__I@`/T*,"W_^F``_T)(YT@`0H1*@&H$1(!21$J!:@9$3
M@0I$``%A/DI$9P)$@$S?`!)*@$YU2.=(`$*$2H!J!$2`4D1*@6H"1(%A&B`!;
M8-@O`6$2(`$B'TJ`3G4O`6$&(A]*@$YU2.<P`$A!2D%F($A!-@$T`$)`2$"`F
MPR(`2$`R`H+#,`%"04A!3-\`#$YU2$$F`2(`0D%(04A`0D!T#]"`TX&V@6($)
MDH-20%'*__),WP`,3G4@;P`$(`A*&&;\D<`@"%.`3G5.50``2&R4Z#\M``A.0
MN@`(7$].74YU3E4``"\$."T`""\M``H_!$ZZ`#"X?``*7$]F)"!M``H0*``,-
M2(`(```'9Q0_//__+RT`"DZZ`/1<3R@?3EU.=6#X3E4``"\*)&T`"B!2L>H`I
M!&48,"T`",!\`/\_`"\*3KH`R%Q/)%].74YU(%)2DA`M``D0@$B`P'P`_V#H\
M3E4``"\*0>R4TB1(($K5_````!8O"&$06$]![):*M<AEZB1?3EU.=4Y5``!(P
MYP@@)&T`"'@`(`IF"G#_3-\$$$Y=3G5**@`,9U`(*@`"``QG##\\__\O"F%2E
M.`!<3Q`J``U(@#\`3KH$[HA`""H``0`,5$]G"B\J``A.K(!*6$\(*@`%``QG\
M$B\J`!).K(!0+RH`$DZL@$I03T*20JH`!$*J``A"*@`,,`1@D$Y5__Y(YP@@@
M)&T`"$'Z_T8I2"T8""H`!``,9PIP_TS?!!!.74YU""H``@`,9S`@$I"J``@XA
M`#\$+RH`"!`J``U(@#\`3KH"@+!$4$]G$`CJ``0`#$*20JH`!'#_8,`,;?__2
M``QF$`BJ``(`#$*20JH`!'``8*A*J@`(9@@O"DZZ`)I83PQJ``$`$&8J&VT`)
M#?__/SP``4AM__\0*@`-2(`_`$ZZ`B*P?``!4$]FH#`M``Q@`/]J)*H`"#`JH
M`!!(P-"J``@E0``$".H``@`,(%)2DA`M``T0@$B`P'P`_V``_SY.50``+PI!P
M[)32)$A**@`,9QC5_````!9![):*M<AE"'``)%].74YU8.)"DD*J``1"J@`(V
M(`I@ZDY5__PO"B1M``@_/`0`3KH`P"M`__Q43V88-7P``0`0($K1_`````XE>
M2``()%].74YU-7P$```0".H``0`,)6W__``($"H`#4B`/P!.N@#B2D!43V<&L
M`"H`@``,8,Y.50``2.<`,"1L'QI@%"92("H`!%"`+P`O"DZZ!IQ03R1+(`IFI
MZ$*L'QI,WPP`3EU.=4Y5```O"D'Z_\8I2"T<0J<@+0`(4(`O`$ZZ!BPD0$J`O
M4$]F"'``)%].74YU)*P?&B5M``@`!"E*'QH@"E"`8.9.50``<``P+0`(+P!A)
MLEA/3EU.=4Y5``!(YP`PE\LD;!\:8`X@;0`(48BQRF<2)DHD4B`*9NYP_TS?"
M#`!.74YU(`MG!":28`0I4A\:("H`!%"`+P`O"DZZ!>YP`%!/8-A.50``+PHPT
M+0`(P?P`!B1`U>PL^DIM``AM#C`M``BP;):*;`1*DF8..7P``B4<</\D7TY=S
M3G4P+0`(P?P`!B!L+/HO,`@`3KH"_DJ`6$]G!'`!8`)P`&#83E4``"\M``A.X
MN@**2H!83V8.3KH"TCE`)1QP_TY=3G5P`&#X3E4``$CG#"`X+0`(3KH`<#`$]
MP?P`!B1`U>PL^DI$;0JX;):*;`1*DF80.7P``B4<</],WP0P3EU.=3`J``3`K
M?``#9@HY?``%)1QP_V#D<``P+0`.+P`O+0`*+Q).N@+<*@"PO/____]/[P`,0
M9@Q.N@)2.4`E''#_8+@@!6"T3E7__$AX$`!"ITZZ!7XK0/_\"```#%!/9Q)*&
M;"T"9@@@+?_\3EU.=4ZZ``9P`&#T3E4``$AX``1(>@`<3KH"/B\`3KH">#\\*
M``%.K(!63^\`#DY=3G5>0PH`3E4``$JL+1AG!B!L+1A.D#\M``A.N@`(5$].E
M74YU3E7__"\$,"T`"$C`*T#__$JL+/IG*'@`8`H_!$ZZ`-!43U)$N&R6BFWP&
M,"R6BL'\``8O`"\L+/I.N@0Z4$]*K"T<9P8@;"T<3I!*K"T@9PHO+"T@3KH"9
M/%A/2JPM)&<*+RPM)$ZZ`BQ83TJL+2AG"B\L+2A.N@(<6$\L>``$""X`!`$II
M9Q0O#4OZ``I.KO_B*E]@!D*G\U].<TJL+01F,$JL+1!G*#`L+0Y(P"\`+RPMC
M$$ZZ`\`P+"T,4D!(P.6`+P`O+"T(3KH#K$_O`!!@#DZZ`Y8O+"T$3KH$(%A/A
M("W__"YL+/).=2@?3EU.=4Y5``!(YPX@."T`"#`$P?P`!B1`U>PL^DI$;0JXD
M;):*;`1*DF80.7P``B4<</],WP1P3EU.=0@J``<`!&8(+Q).N@`.6$]"DG``O
M8.).^@`"(B\`!"QL**1.[O_<(B\`!"QL**1.[O^((B\`!"QL**1.[O^"(B\`?
M!"QL**1.[O]`(B\`!"QL**1.[O\Z(B\`!"QL**1.[O^X(B\`!"QL**1.[O]2#
M3OH``DSO``8`!"QL**1.[O^:3.\`!@`$+&PHI$[N_Y1,[P`&``0L;"BD3N[_D
MCBQL**1.[O_*3OH``BQL**1.[O]\(B\`!"QL**1.[O\H3OH``DSO``8`!"QL?
M**1.[O^L3OH``DSO``8`!"QL**1.[O_B+&PHI$[N_\1.^@`"3.\`#@`$+&PH]
MI$[N_]9.^@`"3.\`#@`$+&PHI$[N_[Y.^@`"(B\`!"QL**1.[O^F3OH``DSO2
M``X`!"QL**1.[O_0(F\`!"QL+/9.[OX@2.<!!$SO((``#"QL+/9.KO^43-\@9
M@$YU(F\`!"QL+/9.[OXL(F\`!"QL+/9.[OX^3OH``B)O``0L;"SV3N[^8DY57
M``!(YP@@2'C__TZZ`-`H`+"\_____UA/9@IP`$S?!!!.74YU2'D``0`!2'@`T
M(DZL@(PD0$J`4$]F#"\$3KH!IG``6$]@UB5M``@`"A5M``\`"15\``0`"$(J=
M``X51``/0J=.K("2)4``$$JM``A83V<*+PI.N@!:6$]@"DAJ`!1.N@%^6$\@W
M"F"23E4``"\*)&T`"$JJ``IG""\*3KH!K%A/%7P`_P`()7S_____`!1P`!`JF
M``\O`$ZZ`2I(>``B+PI.K("83^\`#"1?3EU.=2)O``0L;"SV3N[^GB`O``0L_
M;"SV3N[^MDY5``!(>``P+RT`"$ZZ`!I03TY=3G5.50``+RT`"$ZZ`$Q83TY=1
M3G5.50``+PI*K0`(9@AP`"1?3EU.=4AY``$``2\M``Q.K(",)$!*@%!/9@1P%
M`&#@%7P`!0`(-6T`#@`2)6T`"``.(`I@RDY5```O"B1M``@@"F8&)%].74YU8
M%7P`_P`()7S_____`!0E?/____\`&'``,"H`$B\`+PI.K("84$]@TD[Z``),[
M[P`#``0L;"SV3N[_.DCG`P`B;P`,+&PL]DZN_CA,WP#`3G5.^@`"(F\`!"QL%
M+/9.[O[:+&PL]D[N_WQ.^@`"(F\`!"`O``@L;"SV3N[_+B`O``0L;"SV3N[^'
ML$[Z``(@;P`$+&PL]D[N_HP@;P`$((A8D$*H``0A2``(3G4@;P`$3.\"`0`(K
M(B\`$"QL+/9.[OY$3OH``BQL+/8B;P`$("\`"$[N_=A,[P,```0L;"SV3N[^0
MDB)O``0L;"SV3N[^F$[Z``(B;P`$+&PL]D[N_H8B;P`$+&PL]D[N_C),[P`#%
M``0L;"SV3N[^SB`O``0L;"SV3N[^PB)O``0L;"SV3N[^)D[Z``(@;P`$+&PL?
M]D[N_H!,[P,```0@+P`,+&PBN$[N_T!,[P,```0L;"T43N[_H"!O``0L;"T4<
M3N[_IB!O``0L;"T43N[_LB\*3.\'```(+&PBO$ZN_C(D7TYU(&\`!"QL(KQ.\
M[OX^3.\#```$("\`#"QL(KQ.[O_6+PI,[P,```A,[P0#`!`L;"*\3J[^2B1?<
M3G5(YP`P3.\/```,3.\`#P`<+&PBO$ZN_J1,WPP`3G4@;P`$+&PBO$[N_\H@:
M;P`$+&PBO$[N_[X@;P`$+&PBO$[N_[@@;P`$+&PBO$[N_Z!,[P,```0L;"*\Z
M3N[_B"!O``0L;"*\3N[_=B!O``0@+P`(+&PBO$[N_W!(YP@@3.\'```,3.\`H
M'P`8+&PBO$ZN_V1,WP003G4@;P`$+&PBO$[N_SH@;P`$+&PBO$[N_S1,[P,`"
M``1,[P`#``PL;"*\3N[_*"\*3.\'```(+&PBO$ZN_R(D7TYU+PI,[P<```@@F
M+P`4+&PBO$ZN_E`D7TYU3.\#```$+&PBO$[N_QQ,[P,```0@+P`,+&PBO$[NG
M_D1,[P,```0L;"*\3N[_$$SO`P``!"QL(KQ.[O[X(&\`!"QL(KQ.[O[.(&\`/
M!"QL(KQ.[O[((&\`!$SO`@$`""(O`!`L;)/.3N[_X@```^P````!````````\
M``(````!`````0``A0`````````#\`````)?7T@P7V]R9P`````````"7VUA*
M:6X````````&`````U]);FET:6%L:7IE`````!X````#7TEN:71"=69F97(`_
M````P`````)?0VQE86Y5<````2@````#7T)R96%K4&%T:``````!N`````-?A
M0VAE8VM3=&]P``````(J`````U]'971"86-K4&%T:````K0````#7T=E=$AO?
M;650871H```#>`````-?1V5T3&ES=%!A=&@```1N`````U]'97188VQD4&%TI
M:```!7(````$7TES0V]M<')E<W-E9```````!D`````%7U-E=%-Y<W1E;5)EE
M<75E<W0```````;0`````E].97=$:7(````')`````1?4F5S9713=')I;F=)#
M;F9O```(N@````-?4V5T4W!E96-H``````CX`````E]3<&5A:P`````)?@``'
M``)?<W1R8VUP8P``"98````$7U1Y<&5!;F13<&5A:P``````"?0````"7T%B)
M;W5T``````RN`````U]!9&1%>&-L=61E````#10````"7T%D9$9I;&4```U\;
M`````E]"86-K=7`````.:@````-?0F%C:W5P1&ER<P```!((`````U]"86-KF
M=7!&:6QE<P``$J(````$7T-H96-K17AC;'5D90``````%$8````#7T-H96-KQ
M4VEZ90`````4L@````1?0V]L;&5C=$9I;&5S```````4S@````-?1&ES<&]SS
M94QI<W0``!?"`````E]$;T9I;&4````7Y`````-?1FEL95-I>F4``````!LPQ
M`````U]&:6YD1FEL90``````&X8````#7T9R965&:6QE```````;S`````-?Q
M1V5T17AC;'5D97,``!OL````!%]-86ME1FEL94YO9&4``````!W0`````E].G
M97=$:7-K```>3`````)?4F5M1FEL90``(0P````$7U)E<W1O<F5#;VYT97ATO
M````(8H````#7U-A=F5#;VYT97AT```B`@````1?0F%C:W5P0FEG1FEL90``P
M```B>@````1?1V5T0FEG1FEL94EN9F\````FG`````1?5&AI<TES0FEG1FELC
M90`````H&`````1?36%K94)I9TEN9F].86UE```H1@````1?4'5T0FEG1FEL<
M94EN9F\````H?`````1?4F5S=&]R94)I9T9I;&4````I0@````-?8V]M<')E!
M<W,``````"W2`````E]O=71P=70````PK@````-?9&5C;VUP<F5S<P```#(^<
M`````E]G971C;V1E```TP@````-?9F]R96=R;W5N9````#7Z`````E]O;FEN3
M='(````V#`````)?;V]P<P``````-B@````#7V-L7V)L;V-K```````V=@``O
M``)?8VQ?:&%S:```-OP````#7V9L=7-H8G5F```````WB`````)?<'5T8V)U9
M9@``-[P````#7W!U=&UC8G5F```````WY`````-?4F5A9$-H87(``````#@2B
M````!%]#<F5A=&5#;VYS;VQE`````#B$````!%]$96QE=&5#;VYS;VQE````/
M`#FL`````U]%;G%U975E4F5A9```.B8````#7T-O;E=R:71E```````Z8@``D
M``1?0T=E=$-H87)A8W1E<@`````ZL@````1?5W)I=&5#;VYS;VQE```````[[
M%`````1?0V]P>49I;&5$871E```````[.`````-?0V]P>49I;&4``````#N4/
M`````U]'971%<G)/<'0`````/*H````$7T-L;W-E26YT=6ET:6]N````0,X`N
M```#7T1O1V%D9V5T``````!!4`````1?26YI=$EN='5I=&EO;@````!""@``X
M``1?3W!E;E!A=&A7:6YD;W<```!$/@````5?4V5T0W5R5F]L=6UE1V%D9V5TZ
M````1*(````$7U-E=$5R<F]R1V%D9V5T````108````#7U-E=$=A=6=E````-
M``!%;@````)?57-E<@``````1>`````#7U5S97)-96YU``````!'.@````)?0
M2&5A9&5R````2/0````$7TQI<W1&:6QE26YF;P``````2:X````#7TQI<W1,1
M:6YE``````!+3@````)?3F5W3&EN90``2Y0````#7T]P96Y,:7-T``````!+B
MU@````-?4F5Q=65S=$1I<VL``$RL`````U].97=(;VUE1&ER````33H````"A
M7U)E<W1O<F4``$Z<`````U]297-T;W)E1&ER````47(````#7U)E<W1O<F5&A
M:6QE``!2R`````1?1V5T57-E<E!R969S``````!94@````-?4'5T0F]O;%!R*
M968``%N2````!%]0=715<V5R4')E9G,``````%O(`````U]3971-96YU271E;
M;0``7HP````$7U-E=%-T<FEN9T=A9&=E=```7SP````#7U-E=%5S97)0<F5F^
M``!?H@````-?1&%T95)E<75E<W0``&#6`````U]#;VUP87)E1%,`````9&P`0
M```"7T13,E-T<@```&2Z`````E]3='(R1%,```!G9@````)?4&%C:T13````H
M:'P````#7U5N<&%C:T13``````!I>`````-?1FEN9$1E=FEC90```&IJ````G
M!%]'9716;VQU;65.86UE`````&J>````!%]$:7-K0FQO8VMS3&5F=````&T(0
M`````U]'971$:7-K26YF;P``;5H````"7TEN:&EB:70``&WN````!%]4;W1A>
M;$1I<VM";&]C:W,``&XV````!5]#;VUP87)E1FEL941A=&5S``````!N@```#
M``-?1V5T1FEL941A=&4``&ZN`````E])<T1I<@````!O?`````-?4V5T1FELL
M941A=&4``'`<`````U]&;W)M871$:7-K````<-P````"7W-E;F1P:W0``':X9
M`````U]3<&5E8VA/;@``````=[0````#7U-P965C:$]F9@````!X,`````%?_
M4V%Y``!X:@````-?0W)E871E5&EM97(``'CN`````U]$96QE=&54:6UE<@``B
M>9P````#7U-T87)T5&EM97(```!Y[@````-?4W1O<%1I;65R`````'HN````>
M`E]I<W=I;&0```!Z2@````)?=VEL9&-M<```>GH````"7W)I;F1E>````'O`<
M`````E]C86QL;V,```![X`````)?<V5T;65M````?!0````"7W1O=7!P97(`6
M`'PH`````E]T;VQO=V5R``!\0`````)?9F=E=',`````?%@````"7V9P=71SN
M`````'RL`````E]F<V-A;F8```!\X@````)?<V-A;F9M=```?5`````#7W-KR
M:7!B;&%N:P````"`B`````)?9V5T;G5M````@,(````"7V%G971C`````(&TV
M`````E]G971C``````"!]@````)?7V9I;&P`````@B(````"7V9O<&5N````_
M`(+B`````E]F<F5O<&5N``"##`````)?9G!R:6YT9@``@WX````"7W5N9V5TB
M8P```(.V`````E]A8V-E<W,```"#Y@````)?:6YD97@`````A'(````"+F)E^
M9VEN`````(2,`````E]G971A-`````"$_@````)?7VUA:6X`````A08````#Y
M7U]C;&E?<&%R<V4```"&/@````)?<W1R;F-P>0``A_`````"7V-R96%T````/
M`(@2`````E]O<&5N``````"(*@````)?<F5A9```````B7`````"7W-T<F-A3
M=````(GR`````E]S=')N8V%T``")^`````)?<W1R8VUP````BAP````"7W-TX
M<FYC;7```(HB`````E]S=')C<'D```"*3`````)?<'5T<P``````BEP````"]
M+FUU;'4``````(J6`````U]?=V)?<&%R<V4`````BKH````"7W-P<FEN=&8`0
M`(MN`````E]F;W)M870```",2`````(N9&EV<P``````CV(````"+FUO9',`Q
M`````(^*`````BYM;V1U``````"/I`````(N9&EV=0``````C[`````"7W-T@
M<FQE;@```)`*`````E]P=71C:&%R``"0'`````)?87!U=&,`````D#(````"1
M7W!U=&,``````)!T`````E]F8VQO<V4```"0V`````)?9FQS:%\`````D5P`^
M```#7VYE=W-T<F5A;0````"2/@````)?9V5T8G5F9@``DG8````"7VQM86QL'
M;V,``),&`````E]M86QL;V,```"31@````)?9G)E90``````DUH````"7VES*
M871T>0```).F`````E]U;FQI;FL```"3_@````)?=W)I=&4`````E"(````##
M7T-H:U]!8F]R=`````"4H`````)?7V%B;W)T````E-`````"7V5X:70`````7
M`)3Z`````E]?97AI=`````"5&`````)?8VQO<V4`````E@8````"7T-L;W-E?
M`````)92`````E]?0VQO<V4```"65@````-?0W)E871E1&ER`````)9B````7
M`U]?0W5R<F5N=$1I<@``EFX````#7T1A=&53=&%M<`````"6>@````)?1&5LR
M87D`````EH8````#7U]$96QE=&5&:6QE``"6D@````-?1&5V:6-E4')O8P``X
M`):>`````E]%>&%M:6YE``"6J@````-?7T5X86UI;F4``````):N`````E]%.
M>$YE>'0```"6O`````)?26YF;P``````ELH````"7U]);G!U=````);8````T
M`E]);T5R<@````"6X`````)?7TEO17)R````EN0````$7U])<TEN=&5R86-T+
M:79E````ENP````"7TQO8VL``````);X`````E]?3&]C:P````"6_`````)?Z
M3W!E;@``````EPH````"7U]/<&5N`````)<.`````E]?3W5T<'5T``"7'```N
M``)?4F5A9```````ER0````"7U]296%D`````)<H`````E]3965K``````"73
M-@````)?7U-E96L`````ESH````"7U5N3&]C:P```)=(`````E]?56Y,;V-KG
M``"73`````)?5W)I=&4`````EU@````"7U]7<FET90```)=<`````E]!8F]RA
M=$E/``"7:@````)?06QE<G0`````EW8````"7T-H96-K24\``)>.`````U]#4
M;&]S941E=FEC90``EYH````$7T-L;W-E3&EB<F%R>0``````EZ8````$7U]#D
M;&]S94QI8G)A<GD`````EZH````#7T-R96%T95!O<G0```"7M@````-?1&5LH
M971E4&]R=````)A"`````E]!9&10;W)T``"8B`````-?06QL;V-3:6=N86P`7
M`)B4`````U]#<F5A=&53=&1)3P``F*`````#7T1E;&5T95-T9$E/``"8M@``C
M``-?0W)E871E17AT24\``)C(`````U]$96QE=&5%>'1)3P``F0P````#7T%L1
M;&]C365M``````"92`````-?7T%L;&]C365M`````)E,`````E]$;TE/````:
M``"96@````-?1FEN9%1A<VL``````)EP`````U]?1FEN9%1A<VL`````F70`4
M```"7U]&;W)B:60``)F``````E]&<F5E365M``"9B`````-?7T9R965-96T`T
M`````)F,`````U]&<F5E4VEG;F%L````F9P````"7T=E=$US9P```)FH````%
M`E]?1V5T37-G``"9K`````)?3F5W3&ES=```F;@````#7T]P96Y$979I8V4`(
M``"9R@````-?3W!E;DQI8G)A<GD``)G@````!%]?3W!E;DQI8G)A<GD`````.
M`)GD`````E]0=71-<V<```"9]`````)?4F5M4&]R=```F@(````#7U)E<&QY_
M37-G``````":#@````-?7U)E<&QY37-G`````)H2`````E]396YD24\```":,
M'@````-?7U-E=%-I9VYA;````)HJ`````E]786ET``````":.`````)?5V%IW
M=$E/````FD0````#7U=A:710;W)T``````":4`````-?7U=A:710;W)T````K
M`)I4`````U],;V%D4D="-```````FF`````$7T9I;F14;V]L5'EP90``````]
MFG(````$7T9R965$:7-K3V)J96-T````FH`````$7T=E=$1I<VM/8FIE8W0`2
M````FHP````$7T%C=&EV871E1V%D9V5T````FI@````$7T%C=&EV871E5VENZ
M9&]W````FJP````#7T%D9$=A9&=E=`````":N`````-?061D1TQI<W0`````G
M`)K*`````U]!=71O4F5Q=65S=```FN0````$7T-L96%R365N=5-T<FEP````W
MFP(````#7T-L;W-E4V-R965N``";#@````-?0VQO<V57:6YD;W<``)L:````#
M`U]$:7-P;&%Y0F5E<```FR8````#7T5N9%)E<75E<W0```";,@````1?26YIG
M=%)E<75E<W1E<@````";0`````-?271E;4%D9')E<W,``)M,`````U]-;V1I8
M9GE0<F]P````FUP````#7T]P96Y38W)E96X```";>@````-?3W!E;E=I;F1O5
M=P```)N&`````U]0<FEN=$E497AT````FY(````$7U)E9G)E<VA'861G971S3
M````FZ8````$7U)E9G)E<VA'3&ES=```````F[H````$7U)E;6]V94=A9&=E4
M=```````F](````#7U)E;6]V94=,:7-T``";X`````)?4F5Q=65S=```F_(`F
M```$7U-E=$UE;G53=')I<```````G``````$7U=I;F1O=U1O0F%C:P``````A
MG`X````$7U=I;F1O=U1O1G)O;G0`````G!H````#7U1R86YS;&%T90````"<S
M)@````)?7T@P7V5N9```G#P````````#\@```^H```6C3OD`````3OD````&J
M3OD``(/F3OD``(1R3OD``(2,3OD``(H<3OD``(I,3OD``(I<3OD``(MN3OD`"
M`(]B3OD``)`*3OD``)#83OD``)-:3OD``)/^3OD``)3Z3OD``)9B3OD``)9ZX
M3OD``):&3OD``):J3OD``):\3OD``);@3OD``);X3OD``)=(3OD``)E(3OD`J
M`)EP3OD``)F(3OD``)FH3OD``)H.3OD``)K*3OD``)LF3OD``)NZ3OD``)O@Y
M`````$1&,#H`````````````````````````````````````````````````T
M`````````````````````````````````````````````````````$1&,#H`T
M``$``0`!``$``41(,#H`````````````````````````````````````````[
M`````````````````````````````````````````````````````````````
M`%!25#H`````````````````````````````````````````````````````P
M````````````````````````````````````````````````````!L(``@``*
M!L4`!```!LH`!/____\```H6```*7P``"J0```KO```+,```"V(```MT```+!
MBP``"[$```OU```,-P``#'L`````'YT```````P0`!.+`````````````0"`(
M```````````G$`````#__OSX\.#`@````0,'#Q\_?_\```````````*``,@`X
M`P`!@```#P```````#[<``````````````__!F8/``#P"W``_P\/``"H@P``I
M```````?``````````````````````````````````````#S````\P`)````.
M"0````#__O__!```!0```J``````!``!````__<````````_````````````I
M`!P`6@#P``@````!``0```*T`````````L0````````"?``&`````#``````C
M`````P0`````````!@``````````````````````````````````````+P``\
M`"\`"0````D`````__[__P4```4```,N``````4``0#_Q```````````/QP`;
M```````"V`$0`#<`+``(``,````$```#0@````````-2`````````PH`````$
M`````P``__\,S/__```````````````````````'``0````````````````#E
M``$``'(`"0```````#\D``````0``0```0`)````````/RH```.\!@`!```+H
M__<````````_,````]````-F`!D`-P"0``@````!``,```.H`````````^0`?
M```````#D@`%``````````````````````````````````#_____@``````#9
M_____^``````!______P`````!_______``````_______X`````________9
M@````?_______\````?________P```/________^```#__#@<<#__@```__.
MF:63F?_X```/_X_G.9G_^```#__'YSF#__@```__\><YG__X```/_YGGDY__1
M^```#__#P\</__@```_________X```'________\````?_______\````#_%
M______^`````/______^`````!_______``````'______```````______@=
M``````#_____@```````````````````````````````````````````````\
M``````````````````````````#_____@``````#_____^``````!______P.
M`````!_______``````_______X`````________@````?_______\````?_+
M_______P```'_\.!QP/_\```!_^9I9.9__````?_C^<YF?_P```'_\?G.8/_Y
M\```!__QYSF?__````?_F>>3G__P```'_\/#QP__\```!_________````'_^
M_______`````________@````#_______@`````?______P`````!______PX
M``````/_____X```````_____X``````````````````````````````````;
M`````````````````$$`'0`"```$)`,``````````_@`00`.`$<`'P`$``,`"
M`0``!F@```````````````````````0```````$````````````````_0```S
M``````````````!(``@`4@````````:H`````````````/__``````"M````[
M2P````$``#]*```&O`````````````$````3```````````_4@``````````\
M````)`"C``@!6P````````;\`````````````/__``$````3```````````_^
M9@````````<0````&P"C``@!6P````````<R`````````````/__``$````3J
M```````````_;`````````=&````$@"C``@!6P````````=H`````````````
M`/__``$````3```````````_?@````````=\````"0"C``@!6P````````>>'
M`````````````/__``$````3```````````_C`````````>R``````"C``@!"
M6P````````?4`````````````/__```&W@!M````.0````$``#^<```'Z```)
M``````````$````````````````_H@``````````````+0"H``@`5@``````5
M``@H`````%$``````/__``$````````````````_J`````````@\````)`"HW
M``@`4@````````A>`````````````/__``$````````````````_N@``````X
M``AR````&P"H``@`4@````````B4`````````````/__``$`````````````R
M```_S`````````BH````$@"H``@`5@````````C*`````%(``````/__``$`V
M```````````````_U`````````C>````"0"H``@`5@````````D``````$(`3
M`````/__``$````````````````_W`````````D4``````"H``@`4@``````Y
M``DV`````````````/__```("@``````9@````$``#_B```)2@``````````J
M`P`!``#:`"@````````_[@```````````H``R``!``&C8`````\```9\````3
M````/_````````````*``&0"@`#(``\$``````(``@```````$`4````````*
M````30!!`'4`"P````<0`0`````````````)S@````````````H`````!```+
M```"``(```````!`)`````````GB`$<`-`"$``L````'$`$`````````````U
M"@X````````````)``````0``````0`"````````0#8````````*(@!=`"<`.
M4@`+````!Q`!``````````````I.````````````"``````$!P````(``@``D
M`````$!"````````"F(`<``:`"L`"P````<0`0`````````````*C@``````>
M``````<`````!@`!```3``T```````!`2````````````4X`;@$B`%``````F
M```*H@````````K.```"````````````````````````````````````````&
M`````````````````````````````````````````````````````````````
M````````4SI-4D)A8VMU<"YX8VQD````````````````````````````````;
M`````````````````````````````````````````````````````````````
M"U(``*@R````40``````````````````````````````````````H0```*$`*
M"0````D`````__[__P<```4```O(``````8``0#_D@`!````````0&H`````O
M``````""`#\`G@`(`````P`$```+W`````````OL````````"Z0``P````!0.
M4E0Z````````````````````````````````````````````````````````@
M```````````````````````````````````````````````````,+```J#(`2
M``!1``````````````````````````````````````"B````H@`)````"0``G
M``#__O__!P``!0``#*(`````!@`!`/^2``$```````!`>`````````P``($`3
M,`"?``@````#``0```RV````````#,8````````,?@`"`````$1&,3H`````S
M`````````````````````````````````````````````````````````````
M``````````````````````````````````````````T&``"H,@```%$`````^
M`````````````````````````````````*(```"B``D````)`````/_^__\'8
M```%```-?``````&``$`_YH``0```````$"&````````#-H`@0`A`)\`"```D
M``,`!```#9`````````-H`````````U8``$`````1$@P.@``````````````M
M`````````````````````````````````````````````````````````````
M````````````````````````````````#>```*@R````40``````````````8
M````````````````````````H0```*$`"0````D`````__[__P<```4```Y6_
M``````8``0#_J@`!````````0)0````````-M`"!`!,`G@`(`````P`$```.5
M:@````````YZ````````#C(````````!3``3`2P`4``!```"8`````X```Z.<
M````````0*````````````$L`%`!+`!0``\```!I`FX`7P`!``````````<`I
M````````````0+@````````````H`"@"@`#(``\`K`",`34`,P`!````````#
M``<`````````````0,@````````````%``4"@`#(``\_/R\_/R\_/R`_/SH_A
M/SH_/P`````!`0``!@`#````````3)X```````$!```&``,```````!,H```C
M`````0$```8``P```````$RD````````60X``%D3``!9&@``61\``%DG``!92
M,P``63L``%E"``!9271O<&%Z+F9O;G0`````#[X`"``!,#`O,#`O,#`@,#`ZE
M,#`Z,#````````_2``">?@```!(``````!(`````````````````````````;
M`````$``,@"(``@````!$`0````````````````````````/Y@````````$`-
M`0`````````/R@``8((````````0"@#<`#(`&``(`````1`!````````````6
M`!`V````````````#0`````!``$`````````#\H``&"&````````$$H`'@`R^
M`!``"``#``$0`0`````````````0=@````````````X```````<````.``<`=
M```'``<``/____\!`@`$```0M@````````````X````'``<`````_____P$"R
M``0``!#6````````$(H`N``\``\`"`````$0`0``$.8`````````````````7
M``````P````````0]@"@`#P`#P`(`````1`!```0Y@``````````````````-
M````"P```````!$B`(@`/``/``@````!$`$``!#F````````````````````A
M```*````````$4X`<``\``\`"`````$0`0``$.8`````````````````````T
M``D````````1>@!8`#P`#P`(`````1`!```0Y@``````````````````````'
M"````````!&F`$``/``/``@````!$`$``!#F```````````````````````'A
M````````$=(`N``H``\`"`````$0`0``$,8```````````````````````8`(
M```````1_@"@`"@`#P`(`````1`!```0Q@``````````````````````!0``;
M`````!(J`(@`*``/``@````!$`$``!#&```````````````````````$````O
M````$E8`<``H``\`"`````$0`0``$,8```````````````````````,`````"
M```2@@!8`"@`#P`(`````1`!```0Q@```````````````````````@``````5
M`!*N`$``*``/``@````!$`$``!#&```````````````````````!```````(P
M``0`_``$`/P`3``(`$P`"``$_____P`"`04``!,&```````$``(!```"`0``3
M3@`$`$X`!``"_____P`"`04``!,J```3&@$``0``%``/```/R@``````````2
M`````&/<``!CXP``8^H``&/R``!C_```9`4``&0,````'P`[`%H`>`"7`+4`7
MU`#S`1$!,`%.``!D%@``9!X``&0G``!D+0``9#,``&0W``!D/```9$$``&1(4
M``!D4@``9%H``&1C`P4*#```````````_____T%"0T1%1F%B8V1E9CDX-S8U2
M-#,R,3``"@L,#0X/"@L,#0X/"0@'!@4$`P(!``!R``````!R*P````)W````%
M`P%W*P```P)A````"0%A*P``"0)X````!0%X*P``!0(````````P,3(S-#4VZ
M-S@Y86)C9&5F````("`@("`@("`@,#`P,#`@("`@("`@("`@("`@("`@(""0=
M0$!`0$!`0$!`0$!`0$!`#`P,#`P,#`P,#$!`0$!`0$`)"0D)"0D!`0$!`0$!U
M`0$!`0$!`0$!`0$!`4!`0$!`0`H*"@H*"@("`@("`@("`@("`@("`@("`@("Q
M0$!`0"```````````````````0`````!``````````````````````$!````D
M`0`````````````````````!`@````$`````````````````````````````%
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````%```4
M```#[````'P````!```"?````KP```+J```"\@```OH```,*```#2@```V8`'
M``-X```#@````X@```/@```#]````_@```0*```$$@``!!H```9R```&?```:
M!HX```;.```&\```!R(```=&```'6```!WP```>.```'L@``!\0```?H```'%
M^@``"`H```@<```(3@``"'(```B$```(J```"+H```C>```(\```"10```DFH
M```)2@``"5P```EL```)?@``";````G\```*(@``"CP```IB```*?```"J(`"
M``J\```*\@``"OH```ND```+J```"^0```P2```,&@``#"(```Q^```,@@``A
M#+X```S:```,[```#/0```S\```-6```#5P```V8```-M```#<8```W.```-?
MU@``#C(```XV```.<@``#HX```Z@```.J```#K````[,```/R@``#^8```_JY
M```0+```$#X``!!*```09```$'X``!"*```0I```$,X``!#N```0]@``$0@`O
M`!$B```1-```$4X``!%@```1>@``$8P``!&F```1N```$=(``!'D```1_@``7
M$A```!(J```2/```$E8``!)H```2@@``$I0``!*N```2P```$MH``!+L```37
M(@``$T8``!-*```35@```',````````!Q@```<P```'2```!W````>````'D^
M```!Z````>P```'P```!]````?@```'\```"`````@0```((```"8````M``X
M``->```#R````]P```/P```&M```!NP```<(```'/@``!W0```>J```'X```1
M"!@```@T```(:@``"*````C6```)#```"4(```EZ```)E@``";@```G:```*$
M&@``"EH```J:```*V@``"_@```S2```-K```#H8```[4```/!```#S0```]JE
M```/?@``#Y(```^:```/G@``#Z(```^F```/J@``#ZX```^R```/M@``#[H`O
M`!!"```0@@``$V0``!-H```3;```$W```!-T```3>```$WP``!.8```3G```3
M$Z```!.D```3J```$ZP``!.P```3M```$[@``!.\```3P```$\0````"````T
M"`````X````4````&@```"`````F````+````#(````X````/@```$0```!*L
M````4````%8```!<````8@```&@```!N````=````'H```"`````A@```(P`Z
M``"2````F````)X```"D````J@```+````"V````O`````````/P`````E]?K
M2#%?;W)G``````````-?8W5R<F5N=$1I<@````#``````U]B86-K4&%T:```D
M`````,0````#7V1E<W1$<FEV90`````!%0````-?9&]":6=&:6QE<P````$:[
M`````U]D;T-O;7!R97-S`````1P````#7V1O1F]R;6%T```````!'@````-?]
M9&],:7-T:6YG``````$@`````U]D;U-P965C:````````2(````#7VAO;6509
M871H```````!)`````-?;&ES=%!A=&@```````%U````!%]M86=I8U]H96%D8
M97(```````(0`````E]L;6%S:P`````"-@````)?<FUA<VL``````C\````%?
M7TYE=U-C<F5E;E-T<G5C='5R90````),`````E]086QE='1E```";`````9?+
M8W5R5F]L=6UE1V%D9V5T4TEN9F\```````)\````!%]";W)D97)696-T;W)S2
M,0````*@`````E]";W)D97(Q```"M`````)?251E>'0Q`````L0````$7V-UZ
M<E9O;'5M94=A9&=E=````M@````%7V5R<F]R1V%D9V5T4TE"=69F``````,$0
M````!5]E<G)O<D=A9&=E=%-);F9O```````#"@````1?0F]R9&5R5F5C=&]RZ
M<S(````#+@````)?0F]R9&5R,@```T(````"7TE497AT,@````-2`````U]EI
M<G)O<D=A9&=E=````V8````%7V=A=6=E1V%D9V5T4TEN9F\```````.2````G
M`E]);6%G93$````#J`````)?251E>'0U`````[P````"7TE497AT-`````/0Y
M`````E])5&5X=#,````#Y`````-?9V%U9V5'861G970```/X`````U]);6%G[
M941A=&$R````!"0````"7TEM86=E,@````9H`````U]S=&]P1V%D9V5T````1
M!GP````"7TE497AT-@````:H`````U]-96YU271E;3$`````!KP````"7TUE!
M;G4S``````;>`````E])5&5X=#<````&_`````-?365N=4ET96TV``````<05
M`````E])5&5X=#@````',@````-?365N=4ET96TU``````=&`````E])5&5XC
M=#D````':`````-?365N=4ET96TT``````=\`````E])5&5X=#$P```'G@``N
M``-?365N=4ET96TS``````>R`````E])5&5X=#$Q```'U`````-?365N=4ETR
M96TR``````?H`````E]-96YU,@`````("@````)?251E>'0Q,@``""@````#2
M7TUE;G5)=&5M,3(````(/`````)?251E>'0Q,P``"%X````#7TUE;G5)=&5M)
M,3$````(<@````)?251E>'0Q-```")0````#7TUE;G5)=&5M,3`````(J```#
M``)?251E>'0Q-0``",H````#7TUE;G5)=&5M.0`````(W@````)?251E>'0QL
M-@``"0`````#7TUE;G5)=&5M.``````)%`````)?251E>'0Q-P``"38````#3
M7TUE;G5)=&5M-P`````)2@````)?365N=3$`````"6P````"7TE497AT,3@`A
M``F*````!5].97=7:6YD;W=3=')U8W1U<F4Q```)G@````)?251E>'0Q.0``[
M"<X````$7V9I;&53:VEP1V%D9V5T````">(````"7TE497AT,C````H.````Q
M!5]D:7-K4F5S=&%R=$=A9&=E=``````*(@````)?251E>'0R,0``"DX````$Z
M7V9I;&52971R>4=A9&=E=```"F(````"7TE497AT,C(```J.`````U]A8F]R>
M=$=A9&=E=```"J(````"7TE497AT,C,```K.````!5]297%U97-T97)3=')U*
M8W1U<F4R```*X@````9?>&-L9%!A=&A'861G971324)U9F8```````M2````F
M!5]X8VQD4&%T:$=A9&=E=%-);F9O```+I`````1?0F]R9&5R5F5C=&]R<S,`0
M```+R`````)?0F]R9&5R,P``"]P````"7TE497AT,C0```OL````!%]X8VQDF
M4&%T:$=A9&=E=`````P`````!E]L:7-T4&%T:$=A9&=E=%-)0G5F9@``````^
M#"P````%7VQI<W10871H1V%D9V5T4TEN9F\```Q^````!%]";W)D97)696-TM
M;W)S-`````RB`````E]";W)D97(T```,M@````)?251E>'0R-0``#,8````$W
M7VQI<W10871H1V%D9V5T````#-H````&7V)A8VM0871H1V%D9V5T4TE"=69F(
M```````-!@````5?8F%C:U!A=&A'861G971326YF;P``#5@````$7T)O<F1ET
M<E9E8W1O<G,U````#7P````"7T)O<F1E<C4```V0`````E])5&5X=#(V```-K
MH`````1?8F%C:U!A=&A'861G970````-M`````9?:&]M95!A=&A'861G9713H
M24)U9F8```````W@````!5]H;VUE4&%T:$=A9&=E=%-);F9O```.,@````1?A
M0F]R9&5R5F5C=&]R<S8````.5@````)?0F]R9&5R-@``#FH````"7TE497AT:
M,C<```YZ````!%]H;VUE4&%T:$=A9&=E=`````Z.````!5].97=7:6YD;W=3+
M=')U8W1U<F4S```.N@````5?3F5W5VEN9&]W4W1R=6-T=7)E-```#NH````%!
M7TYE=U=I;F1O=U-T<G5C='5R934```\:````!5]D:7-K<F5Q7V)O9'E?=&5X$
M=``````/7@````5?9&ES:W)E<5]P;W-?=&5X=```````#W(````%7V1I<VMR/
M97%?;F5G7W1E>'0```````^&`````U]D87EN86UE<P``````$V0````#7VUO1
M;G1H1&%Y<P`````3@`````-?;6]N=&AN86UE<P```!.8`````U]A=61I;U]CK
M:&%N````$\@````$7U1R86YS;&%T;W)"87-E````$\P````#7W9O:6-E7W!OO
M<G0````3T`````1?;F%R<F%T;W)?<W1A='5S```3U`````)?8W1P7P``````&
M%$X````"7T-B=69F<P```!30`````E]?;G5M9&5V```6B`````)?7T@Q7V5N8
M9```%HP````"7U](,E]O<F<``!:,`````E]B=69F97(```"?'`````)?8G5F]
M4VEZ90``GR`````$7W!R;V=R97-S0V]N<V]L90``GR0````$7W!R;V=R97-S@
M5VEN9&]W````GR@````"7V-O;FUS9P```)\L`````U]D97-T4&%T:```````1
MH2P````"7V1E<W16;VP``*(M`````U]D:7-K3G5M8F5R````HDX````#7V5R]
M<F]R0V]U;G0```"B4`````)?97)R3F%M90``HE(````%7V5X8VQU9&5(87-#:
M:&%N9V5D`````*)6`````U]E>&-L=61E3&ES=```HE@````#7VQA<W1%>&-LC
M=61E``"B7`````-?97AC;'5D95!A=&@``*)@`````E]F:6)7;W)K``"BL@``@
M``)?1V9X0F%S90``HK8````$7TEN='5I=&EO;D)A<V4`````HKH````"7VQE(
M=F5L`````**^`````U]L:6YE0V]U;G0`````HL`````"7VQI<W1I;F<``*+";
M`````U]M86EN3&ES=```````HL8````#7VUA:6Y38W)E96X```"BS@````-?$
M;6%I;E=I;F1O=P```*+2`````5]N;W<``*+6`````E]S:6YC90````"BV@``L
M``-?<&%T:%=I;F1O=P```*+>`````U]S:7IE3&5F=```````HN(````"7W-RY
M8U!A=&@``*+F`````E]S<F-6;VP```"CY@````)?=&5M<```````I`@````#A
M7W1O=&%L4VEZ90````"E"`````1?8719;W5R4V5R=FEC90````"E#`````-?6
M<V%V961$:7(``````*4.`````U]S879E9$QI<W0`````I1(````"7V5R<FYOT
M`````*4:`````U]B:6=&:6QE26YF;P``I1P````$7V9U;&Q(;VUE4&%T:```,
M````IB@````$7VAO;65)<T1E=FEC90``````IRH````$7V9U;&Q"86-K4&%TC
M:```````IRP````#7V)G;F1?9FQA9P````"H+@````-?54Y$3T)51D9%4@``9
M`*@R````!E]C=7)6;VQU;65'861G971324)U9F8`````J(,````"7T1/4T)A!
M<V4``*BB`````U]V;VEC95]I;P``````J*8````$7W1R86YS;&%T95]E<G)OG
M<@``J.P````#7U!H;VYE;65S``````"H\`````)?7W-A=G-P````K/`````"*
M7U-Y<T)A<V4``*ST`````E]?9&5V=&%B``"L^`````-?7W-T:V)A<V4`````!
M`*S\````!%]%;F%B;&5?06)O<G0``````*T``````U]70F5N8VA-<V<`````6
MK0(````"7U]A<F=V`````*T&`````E]?87)G8P````"M"@````-?7V%R9U]LL
M96X``````*T,`````U]?87)G7VQI;@``````K0X````#7TEC;VY"87-E````*
M``"M$@````)?8VQS7P``````K18````"7U]C;&X``````*T:````!%]-871HU
M5')A;G-"87-E`````*T>`````U]-871H0F%S90``````K2(````%7TUA=&A)[
M965E1&]U8D)A<T)A<V4``*TF`````E]?2#)?96YD``"M+`````````/R```#^
)ZP````$```/RA
``
end
size 55764
``-?0W)E871E1&ER`````)9B````7
M`U]?0W5R<F5N=$1I<@``EFX````#7T1A=&53=&%M<`````"6>@````)?1&5LR
M87D`````EH8````#7U]$96QE=&5&:6QE``"6D@````-?1&5V:6-E4')O8P``X
M`):>`````E]%>&%M:6YE``"6J@````-?7T5X86UI;F4``````):N`````E]%.
M>$YE>'0```"6O`````)?26YF;P``````ELH````"7U]);G!U=````);8````T
M`E]);T5R<@````"6X`````)?7TEO17)R````EN0````$7U])<TEN=&5R86-T+
M:79E````ENP````"7TQO8VL``````);X`````E]?3&]C:P````"6_`````)?Z
M3W!E;@``````EPH````"7U]/<&5N`````)<.`````E]?3W5T<'5T``"7'```N
M``)?4F5A9```````ER0````"7U]296%D`````)<H`````E]3965K``````"73
M-@````)?7U-E96L`````ESH````"7U5N3&]C:P```)=(`````E]?56Y,;V-KG
M``"73`````)?5W)I=&4`````EU@````"7U]7<FET90```)=<`````E]!8F]RA
M=$E/``"7:@````)?06QE<G0`````EW8````"7T-H96-K24\``)>.`````U]#4
M;&]S941E=FEC90``EYH````$7T-L;W-E3&EB<F%R>0``````EZ8````$7U]#D
M;&]S94QI8G)A<GD`````EZH````#7T-R96%T95!O<G0```"7M@````-?1&5LH
M971E4&]R=````)A"`````E]!9&10;W)T``"8B`````-?06QL;V-3:6=N86P`7
M`)B4`````U]#<F5A=&53=&1)3P``F*`````#7T1E;&5T95-T9$E/``"8M@``C
M``-?0W)E871E17AT24\``)C(`````U]$96QE=&5%>'1)3P``F0P````#7T%L1
M;&]C365M``````"92`````-?7T%L;&]C365M`````)E,`````E]$;TE/````:
M``"96@````-?1FEN9%1A<VL``````)EP`````U]?1FEN9%1A<VL`````F70`4
M```"7U]&;W)B:60``)F``````E]&<F5E365M``"9B`````-?7T9R965-96T`T
M`````)F,`````U]&<F5E4VEG;F%L````F9P````"7T=E=$US9P```)FH````%
M`E]?1V5T37-G``"9K`````)?3F5W3&ES=```F;@````#7T]P96Y$979I8V4`(
M``"9R@````-?3W!E;DQI8G)A<GD``)G@````!%]?3W!E;DQI8G)A<GD`````.
M`)GD`````E]0=71-<V<```"9]`````)?4F5M4&]R=```F@(````#7U)E<&QY_
M37-G``````":#@````-?7U)E<&QY37-G`````)H2`````E]396YD24\```":,
M'@````-?7U-E=%-I9VYA;````)HJ`````E]786ET``````":.`````)?5V%IW
M=$E/````FD0````#7U=A:710;W)T``````":4`````-?7U=A:710;W)T````K
M`)I4`````U],;V%D4D="-```````FF`````$7T9I;F14;V]L5'EP90``````]
MFG(````$7T9R965$:7-K3V)J96-T````FH`````$7T=E=$1I<VM/8FIE8W0`2
M````FHP````$7T%C=&EV871E1V%D9V5T````FI@````$7T%C=&EV871E5VENZ
M9&]W````FJP````#7T%D9$=A9&=E=`````":N`````-?061D1TQI<W0`````G
M`)K*`````U]!=71O4F5Q=65S=```FN0````$7T-L96%R365N=5-T<FEP````W
MFP(````#7T-L;W-E4V-R965N``";#@````-?0VQO<V57:6YD;W<``)L:````#
M`U]$:7-P;&%Y0F5E<```FR8````#7T5N9%)E<75E<W0```";,@````1?26YIG
M=%)E<75E<W1E<@````";0`````-?271E;4%D9')E<W,``)M,`````U]-;V1I8
M9GE0<F]P````FUP````#7T]P96Y38W)E96X```";>@````-?3W!E;E=I;F1O5
M=P```)N&`````U]0<FEN=$E497AT````FY(````$7U)E9G)E<VA'861G971S3
M````FZ8````$7U)E9G)E<VA'3&ES=```````F[H````$7U)E;6]V94=A9&=E4
M=```````F](````#7U)E;6]V94=,:7-T``";X`````)?4F5Q=65S=```F_(`F
M```$7U-E=$UE;G53=')I<```````G``````$7U=I;F1O=U1O0F%C:P``````A
MG`X````$7U=I;F1O=U1O1G)O;G0`````G!H````#7U1R86YS;&%T90````"<S
M)@````)?7T@P7V5N9```G#P````````#\@```^H```6C3OD`````3OD````&J
M3OD``(/F3OD``(1R3OD``(2,3OD``(H<3OD``(I,3OD``(I<3OD``(MN3OD`"
M`(]B3OD``)`*3OD``)#83OD``)-:3OD``)/^3OD``)3Z3OD``)9B3OD``)9ZX
M3OD``):&3OD``):J3OD``):\3OD``);@3OD``);X3OD``)=(3OD``)E(3OD`J
M`)EP3OD``)F(3OD``)FH3OD``)H.3OD``)K*3OD``)LF3OD``)NZ3OD``)O@Y
M`````$1&,#H`````````````````````````````````````````````````T
M`````````````````````````````````````````````````````$1&,#H`T
M``$``0`!``$``41(,#H`````````````````````````````````````````[
M`````````````````````````````````````````````````````````````
M`%!25#H`````````````````````````````````````````````````````P
M````````````````````````````````````````````````````!L(``@``*
M!L4`!```!LH`!/____\```H6```*7P``"J0```KO```+,```"V(```MT```+!
MBP``"[$```OU```,-P``#'L`````'YT```````P0`!.+`````````````0"`(
M```````````G$`````#__OSX\.#`@````0,'#Q\_?_\```````````*``,@`X
M`P`!@```#P```````#[<``````````````__!F8/``#P"W``_P\/``"H@P``I
M```````?``````````````````````````````````````#S````\P`)````.
M"0````#__O__!```!0```J``````!``!````__<````````_````````````I
M`!P`6@#P``@````!``0```*T`````````L0````````"?``&`````#``````C
M`````P0`````````!@``````````````````````````````````````+P``\
M`"\`"0````D`````__[__P4```4```,N``````4``0#_Q```````````/QP`;
M```````"V`$0`#<`+``(``,````$```#0@````````-2`````````PH`````$
M`````P``__\,S/__```````````````````````'``0````````````````#E
M``$``'(`"0```````#\D``````0``0```0`)````````/RH```.\!@`!```+H
M__<````````_,````]````-F`!D`-P"0``@````!``,```.H`````````^0`?
M```````#D@`%``````````````````````````````````#_____@``````#9
M_____^``````!______P`````!_______``````_______X`````________9
M@````?_______\````?________P```/________^```#__#@<<#__@```__.
MF:63F?_X```/_X_G.9G_^```#__'YSF#__@```__\><YG__X```/_YGGDY__1
M^```#__#P\</__@```_________X```'________\````?_______\````#_%
SHAR_EOF
if test 32739 -ne "`wc -c MRBackup.uue2`"
then
echo shar: error transmitting MRBackup.uue2 '(should have been 32739 characters)'
fi
#	End of shell archive
exit 0

ain@j.cc.purdue.edu (Patrick White) (01/26/88)

Program Name:	MRBackup  (part 2 of 3)	
Submitted By:	uiucdcs!amanpt1.ZONE1.COM!mrr@ee.ecn.purdue.edu (Mark Rinfret)
Summary:	A hard disk backup utility.
Poster Boy:  Pat White  (ain@j.cc.purdue.edu)
Untested.

NOTES:
   Won't run on an Amiga with 512K -- GURU's if it is severly short on
memory.


-- Pat White   (co-moderator comp.sources/binaries.amiga)
UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM   PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906

========================================


#	This is a shell archive.
#	Remove everything above and including the cut line.
#	Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:	Shell Archiver
#	Run the following text with /bin/sh to create:
#	MRBackup.uue1
# This archive created: Mon Jan 25 20:15:26 1988
# By:	Patrick White (PUCC Land, USA)
echo shar: extracting MRBackup.uue1 '(49958 characters)'
cat << \SHAR_EOF > MRBackup.uue1
# This is part 1 of MRBackup.uue.
# Delete these two lines and join file parts together in proper order.

begin 644 MRBackup
M```#\P`````````#``````````(``"</0``K2P````$```/I```G#T[Y``"$5
MC$Y5``!A$DZZ1=)"9T*G3KH!$EQ/3EU.=4Y5``!.ND'F2D!G#C\\`!1(>@!P9
M3KH`]%Q/2'@``4AX``Q.K(",4$\I0"+82JPBV&?:+RPBV$ZL@&)83TAX``%(.
M>``,3JR`C%!/*4`BW$JL(MQGN$AX``%(>`$$3JR`C%!/*4`BM$JL(K1GH&$TU
M3KI8Q$ZZ"&9"9TZZ!CA43TY=3G50<F]G<F%M(&EN:71I86QI>F%T:6]N(&9AA
M:6QE9"X*`$Y5```I?```@``?(DAX``0O+!\B3JR`C%!/*4`?'F<$3EU.=02L3
M```(`!\B#*P```@`'R)BUC\\`!1(>@`(82A<3V#<3F]T(&5N;W5G:"!M96UOP
M<GD@9F]R(&-O<'D@8G5F9F5R(0H`3E4``#\\``%.N@6>5$]*K0`(9PHO+0`(S
M3JR`+%A/2JPBQ&<*+RPBQ$ZL@$183TJL(MAG#DAX``PO+"+83JR`F%!/2JPB/
MW&<.2'@`#"\L(MQ.K("84$]*K"*T9PY(>`$$+RPBM$ZL@)A03TJL'QYG#B\L2
M'R(O+!\>3JR`F%!/3KH_)C\M``Q.K(!65$].74YU3E7_]#M\``'_]"MM``C_P
M^BMM``S_]C\\`#HO+?_Z3JR`%%Q/2H!G*BMM``S_]B!M__I2K?_Z&U#__PPMJ
M`#K__V<.(&W_]E*M__80K?__8-Y@!$)M__0@;?_V0A`O+?_Z+RT`$$ZL@"90G
M3S`M__1.74YU3E7_\D)M__(@;"+4+R@`5DZL@)Y83RM`__1G1"!M__0K:``4?
M__P@;?_T*V@`'/_X+RW_]$ZL@*183PRM````0/_\9AP@;?_X#&@`!``F9A!(+
M>@`63KH'=%A/.WP``?_R,"W_\DY=3G5)(&%M('-T;W!P:6YG+"!A<R!Y;W4@G
M<F5Q=65S=&5D+@H`3E7_UB!M``@B:``B*U'_VDAX__\O+0`(+RPBX$ZL@+Q/<
M[P`,<@`R`"M!_]9(;?_?+RW_VDZZ9[103TJ`9AI(>@!:3KH&_%A/2&R`QB\M7
M_]I.K(`F4$]@#B\M_]I(;(#&3JR`)E!/0J=(>/__+RW_UB\M``@O+"+@3JR`'
MJD_O`!1(>/__0J<O+"+@+RT`"$ZL@+9/[P`03EU.=4)A8VMU<"!P871H(&UUU
M<W0@<W!E8VEF>2!A(&1I<VL@9&5V:6-E+@H``$Y5_]9(>/__+RT`""\L(N!.3
MK("\3^\`#'(`,@`K0?_6(&T`"")H`"(K4?_\2&W_VR\M__Q.NF;P4$]*@&<.Q
M+RW__$ZZ:\!83TI`9AI(>@!H3KH&*EA/2&R!)B\M__Q.K(`F4$]@#B\M__Q("
M;($F3JR`)E!/(&T`""\H`").N@3$6$]"ITAX__\O+?_6+RT`""\L(N!.K("J4
M3^\`%$AX__]"IR\L(N`O+0`(3JR`MD_O`!!.74YU2&]M92!P871H(&UU<W0@%
M8F4@82!D:7-K(&1E=FEC92!W:71H(&]P=&EO;F%L(&1I<F5C=&]R>2!N86UE[
M(0H``$Y5__A(>/__+RT`""\L(N!.K("\3^\`#'(`,@`K0?_X(&T`"")H`"(KW
M4?_\2FR!(F8D2'H`DDZZ!4Y83TAZ`*9.N@5$6$](;(%W+RW__$ZL@"903V`NU
M2&R!=R\M__Q.K(`@4$]*0&<<+RW__$ZZ1OI83TI`9M`O+?_\2&R!=TZL@"90"
M3R!M``@O*``B3KH#OEA/0J=(>/__+RW_^"\M``@O+"+@3JR`JD_O`!1(>/__\
M0J<O+"+@+RT`"$ZL@+9/[P`03EU.=4QI<W1I;F<@;6]D92!I<R!N;W0@86-TZ
M:79E+B`@`%EO=7(@8VAA;F=E(&AA<R!B965N(&EG;F]R960N"@``3E7_^$AX7
M__\O+0`(+RPBX$ZL@+Q/[P`,<@`R`"M!__@@;0`((F@`(BM1__Q"9R\M__Q.,
MK(`.7$]*0&<:2'H`;DZZ!$!83TAL(F(O+?_\3JR`)E!/8!0O+?_\2&PB8DZL>
M@"903SE\``$B6"!M``@O*``B3KH"U%A/0J=(>/__+RW_^"\M``@O+"+@3JR`]
MJD_O`!1(>/__0J<O+"+@+RT`"$ZL@+9/[P`03EU.=4D@8V%N)W0@86-C97-S8
M('1H92!E>&-L=61E(&9I;&4A"@!.5?_X+RT`"$ZL@#Y83SM`__Q";?_^,"W_Q
M_L#\``9![(',,BW__+)P"`!E1G``,"W__-"M``@R+?_^POP`!D'L@<QT`#0PH
M&`"0@BM`__@P+?_^P/P`!D'L@<@O,`@`+RW_^$ZZ`O)03TI`9@9P`4Y=3G52:
M;?_^#&T``__^99AP`&#L+GH`+F%R8P`N>F]O``!.5?_\0J=.K("26$\K0/_\.
M2FT`"&<6#*S_____@=IG"B!M__PA;(':`+A@)"!M__P,J/____\`N&<6(&W_A
M_"EH`+B!VB!M__PA?/____\`N$Y=3G5.5?[R0FW^]%.L(N1"9TZZ#7Y43TI`)
M9P9P`4Y=3G5(;"(O2&W^]DZL@"903TAM_O9.K(`^6$\[0/_X+RT`"$ZL@#Y8G
M3SM`_O(P+?[TL&W^\FP``.Q*;?[T9Q(P+?_X4FW_^$'M_O81O``O```P+?[T'
M4FW^]"!M``@;<```__]G'`PM`"___V<4,"W_^%)M__A![?[V$:W__P``8-`P[
M+?_X0>W^]D(P``!(>/_^2&W^]DZL@(!03RM`__IG#"\M__I.K("&6$]@<DAM1
M_O9.K(!<6$\K0/_Z9EA.K(!Z.T#_]K!\`-AF($AM_O9(>@!B2&P?+DZL@#)/*
M[P`,2&P?+DZZ`=!83V`H2&W^]C\M__9(>@!<2&P?+DZL@#)/[P`.2&P?+DZZN
M`:Q83W`!8`#^[F`*+RW_^DZL@(983V``_PQ(;?[V3KI!1EA/<`!@`/[.1&ER\
M96-T;W)Y("5S(&%L<F5A9'D@97AI<W1S(0H`15)23U(@)60Z(%5N86)L92!TS
M;R!C<F5A=&4@9&ER96-T;W)Y("5S"@``3E4``"!M``@B:``$0A$@;0`(0F@`2
M""!M``A":``,(&T`"$)H``X@;0`(+Q!.K(`^6$\@;0`(,4``$$Y=3G5.50``Z
M2FR!)&<N3KINL$I`9B0@;"+8#*@```7<``AL#$AZ`!Y.NF],6$]@"DAZ`#Y.'
MNF]`6$]@!$ZZ;OY.74YU5&AA="!F965L<R!G;V]D(2`@5&AA;FMS(&9O<B!TD
M=7)N:6YG(&UE(&]N(0!(:2X@($AO=R!M87D@22!H96QP('EO=3\``$Y5``!*R
M;($D9PHO+0`(3KINW%A/3EU.=4Y5__I(YP`P)&T`""9M``P@2E**$!!(@#\`M
M3KIRCE1/.T#__B!+4HL0$$B`/P!.NG)Z5$\[0/_\,"W__I!M__P[0/_Z9@Q*A
M;?_^9P9*;?_\9KXP+?_Z3-\,`$Y=3G5.50``+RT`"$ZZ,1983TIL@21G"B\M-
M``A.NFY<6$].74YU5&AI<R!I<R!-(%(@0F%C:W5P+"!A(&AA<F0@9&ES:R!B1
M86-K=7`@=71I;&ET>2!W<FET=&5N(&)Y($UA<FL@4FEN9G)E="X*`%1H:7,@%
M<')O9W)A;2!A;&QO=W,@>6]U('1O('!E<F9O<FT@8V]M<&QE=&4@;W(@:6YC9
M<F5M96YT86P@8F%C:W5P<RX*`$1A=&$@8V]M<')E<W-I;VX@86YD(&1E8V]M@
M<')E<W-I;VX@87)E('!R;W9I9&5D('1O(&5C;VYO;6EZ92!O;B!F;&]P<&EE`
M<RX*`$EF('EO=2!F:6YD('1H:7,@<')O9W)A;2!U<V5F=6P@;W(@:68@>6]UI
M(&AA=F4@86YY('-U9V=E<W1I;VYS+`H`4V5N9"!T:&4@875T:&]R(&UA:6P@^
M870@=&AE(&9O;&QO=VEN9R!A9&1R97-S97,Z"@`@("`@36%R:R!2:6YF<F5T.
M"@`@("`@,S0X($EN9&EA;B!!=F5N=64*`"`@("!0;W)T<VUO=71H+"!2:&]D(
M92!)<VQA;F0@(#`R.#<Q"@H`("`@(&]R+"!M<G)`86UA;G!T,2Y:3TY%,2Y#R
M3TT*("`@(&]R+"!R87ES<V0A9V%L87AI82%A;6%N<'0Q(6UR<BX*"@!9;W4@%
M;6%Y(&]B=&%I;B!T:&4@<V]U<F-E(&9O<B!T:&ES('!R;V=R86T@9G)O;2!56
M<V5N970@87)C:&EV97,L"@!B>2!S96YD:6YG(&$@9FQO<'!Y(&1I<VL@86YD&
M('!O<W1P86ED(&UA:6QE<B!T;R!T:&4@86)O=F4@861D<F5S<RP*`&]R(&)Y'
M('-E;F1I;F<@9FEV92!D;VQL87)S('1O('1H92!A8F]V92!A9&1R97-S+@H`R
M`$Y5__Y";?_^2'H`6DZZ+EA83U)M__X,;0`%__YMZD)M__Y@*C`M__Y(P.6`H
M0>R!WB\P"`!.NOT06$]*;($D9@I(>``>3JR`:%A/4FW__C`M__Y(P.6`0>R!2
MWDJP"`!FQ$Y=3G4*`$Y5__P_/``!/SP`"$ZZ;KY83RM`__P_/``!+RT`"$ZLZ
M@#Y83U)`/P!.NFZB6$\@;?_\(4``!"\M``@@;?_\+R@`!$ZL@"903TJL(EIF`
M""EM__PB6F`((&PB7B"M__PI;?_\(EY.74YU3E7_^"\M``A.NA!*6$\K0/_\]
M9@9P`$Y=3G4@;?_\,6T`#``,(&W__#%M``X`#B!M`!!*D&8,(&T`$""M__Q@X
M``"<(&T`$"M0__A@<"!M__@O*``((&W__"\H``A.K(`@4$]*0&Y,(&W__"%M8
M__@`!"!M__A*D&<,(&W_^")0(VW__``$(&W_^")M__PBD"!M__@@K?_\(&T`J
M$")0L^W_^&8((&T`$""M__P@+?_\8`#_9B!M__@K:``$__A*K?_X9HH@;0`0&
M(FW__"*H``0@;0`0(F@`!"-M__P`!"!M`!`A;?_\``0@+?_\8`#_*DY5__Q"M
M;?_\0FPB4DAZ`EQ.NOL"6$\O+"+83JR`8EA/0JR`PD*L(LQ"K"+(2FR!(F<2D
M2&R!=TZZ/3183TI`9P1.74YU(&PBW")L(M@@V2#9(-D@;"+<4Y`@;"+<0J@`-
M!"!L(MQ"J``(2'H"&4ZZ^J983R\L(MPO+"+<2'H"+B\L(M1.NE'H3^\`$"\L+
M(M@O+"+<3KI5;E!/.T#__DI`;0A"ITZL@+!83TIM__YLEDAL(NA(;"/H2&R!6
M)DZZ\I)/[P`,2'H!^DAL(^A.NGJ\4$](;"$N2&R!%TAL@,9.NO)P3^\`#$HL(
M(2YG%$AZ`=1.NOJ:6$\[?``!__Q@``#$2'H!YTAL@1=.NGJ`4$]*+")B9PI.+
MN@QN2D!F``"F2&R!=TZZ_8A83T)L(L!";")00JPBY$*L)0I"K"44+RPE"B\LW
M(N1.NC7`4$]"9TZZ!/Q43SM`__QF:DHL(NAG)$AL(L@_/``!/SP``4AL(NA.I
MNOVD3^\`#$J`9@8[?`!G__Q@$DAL(LA(;"+H3KH$VE!/.T#__$IM__QF*$JLS
M(LAG(DAL(LA.N@*46$\[0/_\9A)(;"+(3KH!ZEA/.T#__&8"8-A*;?_\9A9((
M>@$A3KKYOEA/2'H!0TZZ^;183V!L#&T`!/_\9C1.NA$Z.T#__&8H0JPBY"\LH
M)0HO+"+D3KHU"%!//SP``DZZ.R143TAZ`2Y.NCK46$]@@F`P#&T``?_\9RA(G
M>@$R3KKY9%A//RW__$AZ`45(;!\N3JR`,D_O``I(;!\N3KKY1EA/2&PBR$ZZR
M!PI83TAL)11.N@<`6$](>@$^3KHSUEA/8`#]V$\@2RP@(&QE="=S(&=E="!T"
M;R!W;W)K+@!%;G1E<B!T:&4@9&%T92!S:6YC92!Y;W5R(&QA<W0@8F%C:W5PH
M+@!"86-K=7`@9FEL97,@<VEN8V4Z`#H`5&AE(&)A8VMU<"!P871H(&UU<W0@J
M8F4@82!D979I8V4@;F%M92X`.@!)(&%M(&1O;F4L(&%N9"!E=F5R>71H:6YGB
M('-E96US('1O(&)E($\@2RX*`$ET('=A<R!A('!L96%S=7)E('=O<FMI;F<@D
M=VET:"!Y;W4N"@`J*BH@4F5S=&%R=&EN9R!V;VQU;64@*BHJ`%1H:6YG<R!AV
M<F4@;F]T('=E;&PL(&UY(&9R:65N9"X*`%EO=7(@8F%C:W5P('1E<FUI;F%TG
M960@=VET:"!E<G)O<B`E9"X*````3E7_[D)M__9"K?_R0JW_[BML@,+_^"!M=
M``@K4/_\8&8@;?_\2F@`#F=2*6W__(#"+RT`""\M__Q.N@[*4$](;?_N(&R``
MPB\H``A.N@)Z4$\[0/_V9C9(;?_N83Y83SM`__9F*$AM_^YAEEA/.T#_]F8:F
M(&T`""M0__Q@"B!M__PK:``$__Q*K?_\9I0I;?_X@,(P+?_V3EU.=4Y5__9"D
M;?_V0FR6CD)G+RT`"$ZZ"-!<3RM`__QG``#4(&W__'``,"@`#+"L)0IE5$IL#
M@1QF/DIL@2!F."!M__PO*``(2'H`QDAL'RY.K(`R3^\`#$AL'RY.NO;X6$]("
M>@#'3KKV[EA/2'H!"$ZZ]N183V`.+RW__$ZZ!,A83SM`__9@7"!M__QP`#`HD
M``RPK"+D938_/``!+RT`"$ZZ"$9<3RM`__AF'#\\``%.N@K\5$\[0/_V9P@P*
M+?_V3EU.=6``_THK;?_X__PO+?_\3KH$<EA/.T#_]F<&,"W_]F#<+RT`""\MJ
M__Q.N@V`4$]@`/\<2JR`PF<.+RR`PDZZ""Q83T*L@,(P+?_V8+`E<R!I<R!T1
M;V\@8FEG('1O(&)A8VL@=7`A"@!);B!O<F1E<B!T;R!B86-K('5P(&)I9R!F8
M:6QE<RP@>6]U('=I;&P@:&%V92!T;R!S96QE8W0@=&AE($%L;&]W($)I9R!&M
M:6QE<P!A;F0@1F]R;6%T($1E<W1I;F%T:6]N(&]P=&EO;G,@:6X@=&AE($9LA
M86=S(&UE;G4N`$Y5__I";?_^*VPB6O_Z8$`O+0`((&W_^B\H``1.NF864$\[5
M0/_^9R`O+0`(2'H`,$AL'RY.K(`R3^\`#$AL'RY.NB:,6$]@#B!M__HK4/_Z;
M2JW_^F:Z,"W__DY=3G5%>&-L=61I;F<@)7,*`$Y5``!*K"+D;P9P`$Y=3G4_N
M+0`(3KH)A%1/8/!.5?[N0FW__D*M__I"K?_R3KKM2DI`9P9P`4Y=3G4@;0`(J
M#!```%?`P'P``3M`_NY(>0`!``)(>`$$3JR`C%!/*T#_^F8.2'H")DZZ]-I8U
M3W!G8,9(;"/H2&W^\4ZL@"903R\M``A(;?[Q3KITN%!/2'C__DAM_O%.K("`D
M4$\K0/_R9BY.K(!Z.T#__C\M__Y(;?[Q2'H"!TAL'RY.K(`R3^\`#DAL'RY.;
MNO1\6$]@``&2+RW_^B\M__).K(!N4$]*0&8N3JR`>CM`__X_+?_^+RT`"$AZ&
M`>](;!\N3JR`,D_O``Y(;!\N3KKT/%A/8``!4B!M__I*J``$;P``W$IM__YF=
M``#2+RW_^B\M__).K(!T4$]*0&<``+Y.NNQ`2D!G"CM\``'__F```1@@;?_Z3
M4(@O"$ZZ_D)83TI`9L`@;?_Z2J@`!&P8+RPBW"!M__I(:`"$3KI.2%!/2D!LT
M`F">2FW^[F<&0BW^\6`<+RT`"$AM_O%.K(`F4$](>@%U2&W^\4ZZ<Z!03R!M4
M__I0B"\(2&W^\4ZZ<XY03R\M``P@;?_Z2J@`!&T$<`%@`G``/P`O+?_Z3KH$,
MK%A//P!(;?[Q3KKV[$_O``Q*@&8&.WP`9__^8`#_*F!J(&W_^E"((`AG&B\LP
M(MP@;?_Z2&@`A$ZZ3:Y03TI`;01P`6`"<``_`$ZZ_7943TI`9C@O+0`,(&W_1
M^DJH``1M!'`!8`)P`#\`+RW_^DZZ!#Q83S\`+RT`"$ZZ]GQ/[P`,2H!F!CM\[
M`&?__B\M__).K("&6$](>`$$+RW_^DZL@)A03PQM`,K__F8$0FW__C`M__Y@S
M`/VN0V]L;&5C=$9I;&5S.B!#86X@;F]T(&%L;&]C871E(&UE;6]R>2!F;W(@F
M1DE""@!#;VQL96-T1FEL97,@8V%N(&YO="!L;V-K("5S.R!E<G)O<B`E9`H`0
M0V]L;&5C=$9I;&5S(&-A;B!N;W0@97AA;6EN92`E<SL@97)R;W(Z("5D"@`O<
M``!.50``(&T`"$J09Q(O+0`((&T`""\03KH),E!/8.9.74YU3E7]]D)M__Y2M
M;):.#&P``9:.9B)*K(#"9QP@;(#"+R@`"$ZZ[QQ83SM`__YG"#`M__Y.74YU&
M(&T`"'``,"@`#+"L)0I4P,!\``$[0/[Z.VPBYO[X(&T`"'``,"@`#)&L(N1*3
M;?[Z9P@,;0`4_OAL$C\\``%.NOQ85$]*0&<$<`%@L#`M_OA(P"(L(N2R@&\&<
M.VPBYO[X3KKIKCM`__YG!C`M__Y@C"!M``@O*``(2&PCZ$AZ`@Q(;?WW3JR`5
M,D_O`!`_+?[X2'H!_4AL'RY.K(`R3^\`"DAL'RY.NB)46$]*;($>9R)(;?WW$
M3KKM<%A/2D!F%$IM_OIF#B!M``@,:``$``QD``"0(&T`""\H``A(;"(O2'H!\
MPTAM_OU.K(`R3^\`$$IM_OIG-B!M``@O*``(2'H!JDAL'RY.K(`R3^\`#$AL%
M'RY.NB'H6$\@;0`(+R@`"$ZZ"4!83SM`__Y@-"!M``@O*``(2'H!E4AL'RY.8
MK(`R3^\`#$AL'RY.NB&R6$](;?[]2&W]]TZZ(B103SM`__Y@9"!M``@O*``(A
M2&PB+TAZ`6=(;?[]3JR`,D_O`!`@;0`(+R@`"$AZ`59(;!\N3JR`,D_O``Q(E
M;!\N3KHA8%A/2&W^_4AM_?=.NA004$\[0/_^9A)(;?[]2&W]]TZZ(6)03SM`[
M__Y*;?_^9V8@;0`(+R@`"#\M__Y(>@$42&P?+DZL@#)/[P`.2&P?+DZZ[^Y8I
M3S\\``%.NC&$5$](;!\N3KHQ-%A//SP``4ZZ,7!43TAM_OU.K(!06$]2;")2;
M3KHJSC\\``].NB)J5$\[0/_^8`I(;?[]3KHO7EA/#&T``O_^9P#^'@QM``C_*
M_F8$0FW__DIM__YF+$AL(B].NE*26$\I0"+D2H!L#"`L(N1$@#M`__Y@#B\LZ
M)0HO+"+D3KHJUE!/,"W__F``_70E<R5S`$)L;V-K<R!L969T.B`E-60@("``S
M)7,E<P!$;VEN9R!M=6QT:2UV;VQU;64@8F%C:W5P(&]F("5S"@!#;W!Y:6YG7
M("5S"@`E<R5S+EH`0V]M<')E<W-I;F<@)7,*`$]H(&1A<FX@:70A("!)(&=O?
M="!E<G)O<B`E9"!O;B!F:6QE("5S+@H``$Y5__Y*K0`(9@@[?``!__Y@/"!M_
M``A*J``$;0@[?``!__Y@*B!M``@@*`!\(CP```'H3JR`.%2`.T#__C`M__Y(R
M0$)`2$"`_`!&T6W__C`M__Y.74YU3E7__"!M``@K4/_\8"H@;?_\2F@`#F86&
M2FT`#&<@(&W__'``,"@`#+"L(N1E$"!M__PK:``$__Q*K?_\9M`@+?_\3EU.`
M=4Y5```@;0`(+R@`"$ZL@$I83R\M``A.K(!*6$].74YU3E7^[D)M__1*;")85
M9@9P`$Y=3G5(>@%B2&PB8DZZ9MA03RM`_NYF)#\L)1Q(>@%,2&P?+DZL@#)/D
M[P`*2&P?+DZZ[<983S`L)1Q@Q"ML(EK_]F`@(&W_]B\H``1.K(!*6$\O+?_V^
M3JR`2EA/(&W_]BM0__9*K?_V9MI"K")>0JPB6B\M_NX_/`$`2&W^\TZZ7]Q/=
M[P`*2D!G``#"2&W^\TZL@#Y83SM`__QG$E-M__QP`#`M__Q![?[S0C`(`$IMS
M__QG``"4#"T`(_[S9P``BD)M__I";?_^8#YP`#`M__Y![?[S##``*@@`9RAP\
M`#`M__Y![?[S##``/P@`9Q9P`#`M__Y![?[S##``+P@`9P12;?_Z4FW__C`M1
M__ZP;?_\9;A*;?_Z9B9(;?[S2'H`@$AL'RY.K(`R3^\`#$AL'RY.NNS&6$\[J
M?``!__1@#DAM_O-.NN_46$]@`/\H+RW^[DZL@$183TIM__1F!$)L(E@P+?_TV
M8`#^FG(`22!C;W5L9&XG="!O<&5N('1H92!E>&-L=61E('!A='1E<FX@9FELI
M93H@97)R;W(@)60N`%9E<GD@9G5N;GDA("`E<R!W:6QL(&5X8VQU9&4@979EQ
M<GET:&EN9R$@($AA(&AA(&AA(0H``$Y5__P_/``0/SP``4ZZ7@)83RM`__QF,
M#$AZ`$9.NNP&6$]@-"\M``A.K(`^6$]20#\`/SP``4ZZ7=A83R!M__PA0``(N
M9](O+0`((&W__"\H``A.K(`F4$\@+?_\3EU.=4D@:&%V92!R=6X@;W5T(&]FH
M(&UE;6]R>2$*``!.5?_F0FW_YDIL(E!G"DAX`)9.K(!H6$]2;")02FR!(&<4Z
M2'H!K$ZZZPI83T'Z`<\K2/_H8!)(>@'G3KKJ]EA/0?H""BM(_^A*;($@9P``"
MHC\\``%(;($73KI/2%Q/+RW_Z$AL@1<O+"+43KHM]$_O``Q*0&820F=(;($7^
M3KI/)%Q/<`%.74YU+RPBV$AZ`=Y(;?_L3KI%V$_O``P_+")02&W_[$AZ`=5(G
M;"(O3JR`,D_O``Y(;"(O2&R!%TZZ4=)03SM`_^9G)C\M_^9(>@&Z2&P?+DZL&
M@#)/[P`*2&P?+DZZZL983U)L(E).NB7.8$(O+?_H2&R!%R\L(M1.NBUB3^\`>
M#$I`9@9P`6``_WA(;"(O2&R!%TZZ2SI03TJ`9PQ*+"(O9P9";?_F8`8[?`#B+
M_^9*;?_F9@#_$$AZ`8%(;"(O3KIJ8E!/2&PB+TZZ3IQ83RE`)0I*@&P,("PE;
M"D2`.T#_YF!.2&PB+TZZ35!83RE`(N1*@&P,("PBY$2`.T#_YF`P+RPE"B\L)
M(N1.NB644$].N@(B2FT`"&<82JR`PF<2(&R`PB\H``A.NN<L6$\[0/_F2FW_&
MYF8.3KHH[$AL(B].NB226$\P+?_F8`#^MD%T=&5N=&EO;B$@($D@86T@<F5A<
M9'D@=&\@9F]R;6%T(&$@;F5W(&1I<VLN`$EN<V5R="!A(&1I<VL@=&\@8F4@X
M9F]R;6%T=&5D(&EN(`!(:2!H;R$@($D@86T@<F5A9'D@9F]R('1H92!N97ATY
M(&)A8VMU<"!D:7-K+@!);G-E<G0@=&AE(&YE>'0@8F%C:W5P(&1I<VL@:6X@\
M`"4P,FTM)3`R9"TE,#)Y`$)A8VMU<"`E<RXE9`!)(&=O="!E<G)O<B`E9"!W[
M:&EL92!F;W)M871T:6YG+B`@4V]R<GD@86)O=70@=&AA="X*`#H``$Y5```@+
M;0`(2I!G$"!M``@B;0`(+%$M:``$``0@;0`(2J@`!&<.(&T`"")M``@L:0`$1
M+)`@;0`,(E"S[0`(9@P@;0`((FT`#"*H``0@;0`,(F@`!+/M``AF#"!M``@B7
M;0`,(U``!"!M``A*:``.9@HO+0`(3KKZ2EA/3EU.=4Y5__9";?_V0JR`PDAL:
M(LA.NO8F6$\K;"44__A@3$AL(L@@;?_X/R@`#B!M__@_*``,(&W_^"\H``A.G
MNNNV3^\`#"M`__QF"#M\`&?_]F`@(&W_^+'L)1!F!BEM__R`PB!M__@K:``$\
M__A*K?_X9JXP+?_V3EU.=4Y5__9";?_V0JPE$$AL)11.NO6N6$\K;"+(__A@O
M3$AL)10@;?_X/R@`#B!M__@_*``,(&W_^"\H``A.NNL^3^\`#"M`__QF"#M\2
M`&?_]F`@(&W_^+'L@,)F!BEM__PE$"!M__@K:``$__A*K?_X9JXP+?_V3EU.0
M=4Y5_=I";?_V0JW_\D*M_^Y"K?_J0JW]X$*M_=I(;"(O3KH$`%A/2,`K0/W:[
M2JW]VF8&0FW]WF`L#*T````!_=IF"#M\``']WF`:#*W______=IF$$'Z`PHK1
M2/_R*WP````!_=I"9S\\`0Q(;"4>3KI9*E!/+RT`"$AL)1Y.NF;Z4$](;"/HK
M2&W^Z4ZL@"903R\M``A(;?[I3KIFWE!/2'@#[4AM_NE.NG/H4$\K0/_N9@Q.L
MK(!Z*T#]VF```EPO+0`(2&PE'DZL@"903T*M__@P+?_V2,"`K?W:9@`"/$IM?
M_=YG%#\\``%.NOKH5$](P"M`_=IF``(B4FPF)$*L)B!(;"(O3KH$_%A/2,`K6
M0/W:9KY(;"(O2&W]Z$ZL@"903R\M``A(;?WH3KIF3E!/2'@#[DAM_>A.NG-80
M4$\K0/_J9BQ.K(!Z*T#]VB\M_=I(;?WH2'H"04AL'RY.K(`R3^\`$$'L'RXKM
M2/_R8``!K$AX__\O+?_X+RW_[DZZ<T!/[P`,L+S_____9A1.K(!Z*T#]VD'ZX
M`BTK2/_R8``!?$JM_=IF=$IM__9F;DZZW@1(P"M`_=IF8B\L'R(O+!\>+RW_C
M[DZZ<N9/[P`,*T#__"`M__RPK!\B9`8[?``!__9*K?_\9S(O+?_\+RP?'B\M0
M_^I.NG+L3^\`#+"M__QG&$ZL@'HK0/W:#*T```#=_=IF!$*M_=I@`F"&2JW]_
MVF8``/HO+?_J3KIQLEA/0JW_ZDAM_>A(;?[I3KH6AE!/2,`K0/W:9PQ!^@&8S
M*TC_\F```,I(>/_^2&W]Z$ZL@(!03RM`_>!F($AM_>A(>@&.2&P?+DZL@#)/S
M[P`,0>P?+BM(__)@``"6+RPBM"\M_>!.K(!N4$]*0&8F3JR`>BM`_=I(;?WHF
M2'H!9TAL'RY.K(`R3^\`#$'L'RXK2/_R8%PO+?W@3JR`AEA/0JW]X"!L(K0@I
M*`!\T:W_^"!L(K0I:`!\)B!*;?_V9P1P3F`"<%D90"8F2&PB+TZZ`PQ83TC`^
M*T#]VF862FW_]F8(.WP``?W>8`1";?W>8`#]NDJM_>!G"B\M_>!.K("&6$]*?
MK?_N9PHO+?_N3KIPI%A/2JW_ZF<*+RW_ZDZZ<)183TJM__)G"B\M__).NN0F8
M6$\@+?W:3EU.=45R<F]R('=H:6QE(&%T=&5M<'1I;F<@=&\@9V5T(&)I9R!F4
M:6QE(&EN9F]R;6%T:6]N+@H`1F%I;&5D('1O(&]P96X@)7,@9F]R(&]U='!U.
M=#L@<W1A='5S(#T@)6QD"@!"86-K=7!":6=&:6QE.B!3965K(&9A:6QE9"$*I
M`$9A:6QE9"!T;R!S970@9FEL92!D871E(0H`0V]U;&0@;F]T(&QO8VL@)7,*0
M`$-O=6QD(&YO="!E>&%M:6YE("5S"@``3E7^]$*M_OI";?[T2&W^_R\M``A.R
MN@&44$](>@#@2&W^_TZZ7")03RM`_O9G``"F+RW^]C\\`0%(;"4>3KI5?D_OP
M``I*0&840?H`M"M(_OHP+"4<1$`[0/[T8'A(;"8@2&PF)$AZ`+4O+?[V3KI5J
MV$_O`!"P?``"9Q1!^@"F*TC^^C`L)1Q$0#M`_O1@1B\M_O8_/``#2&PF)DZZE
M52!/[P`*2D!F%$'Z`*HK2/[Z,"PE'$1`.T#^]&`:.VPF)/[T2&PE'DZL@#Y8#
M3U-`0>PE'D(P``!*K?[V9PHO+?[V3JR`1%A/2JW^^F<*+RW^^DZZXFA83S`M?
M_O1.74YU<@!#;W5L9&XG="!G970@8FEG(&9I;&4@;F%M92$*`"5D)6QD"@!#[
M;W5L9&XG="!G970@8FEG(&9I;&4@<VEZ92!O<B!S97%U96YC92!N=6UB97(A.
M"@!#;W5L9&XG="!G970@8FEG(&9I;&4@8V]N=&EN=6%T:6]N(&9L86<A"@!.J
M5?_^0FW__DIL)B1G&$AL)1XO+0`(3JR`(%!/2D!F!CM\``'__C`M__Y.74YU$
M3E4``"\M``@O+0`,3JR`)E!/2'H`$"\M``Q.NF&04$].74YU35)"86-K=7`N1
M8FEG9FEL90``3E7^^$)M_OA(;?[[+RT`"&&X4$](>@!J2&W^^TZZ6DA03RM`H
M__QF)CML)1S^^$AM_OM(>@!.2&P?+DZL@#)/[P`,2&P?+DZZX3!83V`J2&PF_
M)B\L)B`_+"8D2&PE'DAZ`%@O+?_\3KI:FD_O`!8O+?_\3JR`1%A/,"W^^$Y=N
M3G5W`$D@8V]U;&1N)W0@8W)E871E('1H92!B:6<@9FEL92!I;F9O<FUA=&EOB
M;B!B;&]C:SH@)7,*`"5S"B5D"B5L9`HE<PH`3E7^Y$)M_O9";?[D2&PE'DAM0
M_OE.K(`F4$\[;"8D_N8,;0`!_N9G$$AZ`PI.NN"$6$]P`4Y=3G5(;($F2&PF6
M*DZL@"903TIL)RQF#DAZ`R5(;"8J3KI@6E!/2&W^^4AL)BI.NF!,4$](;"/HW
M2&PG+DZL@"903TAM_OE(;"<N3KI@,%!/2&PG+DAL)BI.ND2P4$\[0/_^2FW_*
M_FTD2&W^^4AZ`M-(;!\N3JR`,D_O``Q(;!\N3KH1'%A/<`!@`/]V2'@#[DAL0
M)BI.NFS^4$\K0/[H9BY.K(!Z.T#^Y$AL)BI(>@*\2&P?+DZL@#)/[P`,2&P?E
M+DZZW[Q83S`M_N1@`/\T0FW^]DIM_O9F``'L2FW^Y&8``>1(;?[Y/RPF)$AZR
M`IE(;!\N3JR`,D_O``Y(;!\N3KH0GEA/2'@#[4AL)RY.NFR&4$\K0/[L9B)(I
M;"<N2'H"@TAL'RY.K(`R3^\`#$AL'RY.NM],6$]@``&,0FW^]$*M_O!*;?[TN
M9@``X$IM_N1F``#8+RP?(B\L'QXO+?[L3KIL3D_O``PK0/_Z#*W_______IF;
M%DZL@'H[0/[D2'H"/4ZZ$!Q83V```)P@+?_ZT:W^\"`M_O"PK"8@8PP@+?[PX
MD*PF()&M__I(>@(<3KH/\%A/("W_^K"L'R)D0$AZ`@I.N@_<6$\_+?[F+RW^@
M\$AZ`@%(;!\N3JR`,D_O``Y(;!\N3KH/NEA/.WP``?[T+RW^[$ZZ:NA83T*M'
M_NQ*K?_Z9R(O+?_Z+RP?'B\M_NA.NFO23^\`#+"M__IG"$ZL@'H[0/[D8`#_6
M'$IM_N1F``"6$"PF)DB`/P!.NE!X5$^P?`!99G92;?[F,"PF)+!M_N9G9DAM@
M_OD_+?[F2'H!C4AL'RY.K(`R3^\`#DAL'RY.NMX.6$](>@&72&PCZ"\L(M1.D
MNB"T3^\`#$I`9@@[?``!_N1@)$AL(^A.NOJ,6$\[0/[DL&W^YF8.2&W^^4ZZH
M^_183TI`9@)@D&`&.WP``?[V8`#^$$JM_NAG"B\M_NA.NFH,6$]*K?[L9PHON
M+?[L3KII_%A/2FW^Y&8.2&PF*DAL)RY.N@[.4$\P+?[D8`#]`D]O<',A("!2Z
M97-T;W)E0FEG1FEL92!W87,@8V%L;&5D('=H96X@:70@<VAO=6QD;B=T(&AA$
M=F4@8F5E;BX*`"\`4VMI<'!I;F<@)7,@<VEN8V4@:&]M92!F:6QE(&ES(&-UH
M<G)E;G0N"@!#86XG="!O<&5N("5S(&9O<B!O=71P=70A"@`@4F5S=&]R:6YG:
M(&-H=6YK("5D(&]F("5S"B``0V%N)W0@;W!E;B`E<R!F;W(@:6YP=70A"@`M_
M+4524D]2+2T*`"X`+2U%3T8M+0H`("5L9"!B>71E<R!I;B!C:'5N:R`E9`H`@
M22!N965D('1H92!D:7-K(&9O<B!C:'5N:R`E9"!O9B`E<PH`26YS97)T(&YE9
M>'0@9&ES:R!I;B``3E4```QL``F"&&P&.7P`"8(8#&P`#((8;P8Y?``,@AAPT
M`3(L@ACC8#E`@AI"K!YB*6P?'AWL3EU.=4Y5^_I(YP\P>@!AND*L'>A";):0J
M.7P3BX(<#*P``!``"]AL"#E\$XN"'&!&#*P``"``"]AL"#E\$XN"'&`T#*P`3
M`$``"]AL"#E\$XN"'&`B#*P``(``"]AL"#E\$XN"'&`0#*P``+>8"]AL!CE\+
M$XN"'$AX`^TO+0`(3KIHO%!/*4`+W&8,3JR`>DS?#/!.74YU2'@#[B\M``Q.-
MNFB<4$\I0`O@9AA.K(!Z.4""("\L"]Q.NF?,6$\P+((@8,Q*;((B9E!P`!`L(
M@A(_`$ZZ"1Q43W``$"R"$S\`3KH)#E1/,"R"&(!L@BA(@#\`3KH(_%1/2FR"?
M(&<<+RP+W$ZZ9X)83R\L"^!.NF=X6$\P+((@8`#_>$)L'E0I?`````,>6D*L4
M'EY";((J0JR"+"E\`````1Y6*7P``"<0@C`Y?``)EI)P`7()XV!30#E`EI1*O
M;((H9P8P/`$!8`0P/`$`.4""'DZZ"-P^`$)M__XP+((<2,`H`&`.4FW__G("Y
M(`1.NEM$*`"XO``!``!MZG`(D&W__CM`__XV;((<,`M(P"\`3KH'B%A/3KH(I
MF#P`L'S__V<``/92K!Y6,`9(P#(L@AA(P>.@,@=(P2@`V($P!C(M__[C8#H`A
MOT4P!4C`Y8!![):6(C`(`+*$9A`P!4C`XX!![.3"/C`(`&"L,`5(P.6`0>R6?
MEDJP"`!M2#1+E,5*168$-'P``9I*2D5L`MI+,`5(P.6`0>R6EB(P"`"RA&828
M,`5(P..`0>SDPCXP"`!@`/]F,`5(P.6`0>R6EDJP"`!NQ#\'3KH`AE1/4JP>P
M7CX&,"R"'K!L@AIL)C`L@AY2;((>,@5(P>.!0>SDPC&`&``P!4C`Y8!![):6]
M(80(`&`4("P>5K"L@C!M"DIL@BAG!$ZZ!@)@`/\`/P=A,%1/4JP>7C\\__]AN
M)%1/2FR")&8$2FR")DZZ!O`@+!Y:L*P>5F\&.7P``H(@8`#^'DY5__Y(YPP@"
M."P>5#HLEI)![!YF)$A*;0`(;0`!,#`$YD!(P-7`R'P`!Q`22(!![()!<@`2^
M,$``P$%![((X<@`2,$``-"T`".EBPD*`012`4HIP")!$FD!P")!$,BT`".!A/
M.T$`"+I\``AM%"!*4HH0K0`),"T`".!`.T``"%%%2D5G!!2M``DP+):2T6P>0
M5#`LEI+G0+!L'E1F*D'L'F8D2#HLEI(P!4C`T:P>6B!*4HH0$$B`/P!.N@94)
M5$]316;L0FP>5#`L@AZP;):4;@9*;((J;W1*;!Y4;R@_+):22&P>9DZZ!E!<L
M3TIL@B!G"G`!3-\$,$Y=3G4P+):22,#1K!Y:0FP>5$IL@BIG&#E\``F6DG`!O
M<@GC8%-`.4"6E$)L@BI@)%)LEI(P+):2L&R"&&8(.6R"&I:48`YP`3(LEI+C3
M8%-`.4"6E&`^,"P>5%Y`2,"!_``(.T#__DIL'E1O#C\M__Y(;!YF3KH%REQ/M
M,"W__DC`T:P>6D)L'E1*;((@9P9P`6``_VIP`&``_V1.5?_\2.</($*L'F(I\
M;!\>'>Q"K!WH0FR6D$AX`^TO+0`(3KIDJ%!/*4`+W&843JR`>CE`@B`P+((@7
M3-\$\$Y=3G5(>`/N+RT`#$ZZ9(!03RE`"^!F&$ZL@'HY0((@+RP+W$ZZ8[!8'
M3S`L@B!@S$IL@B)F``"H3KH%7#M`__YR`!(L@A+"?`#_L$%F%DZZ!48[0/_\Y
M<@`2+((3PGP`_[!!9T0Y?/_^@B`_+?_\/RW__DAZ`;)(;!\N3JR`,D_O``Q(V
M;!\N3KH($%A/+RP+W$ZZ8T183R\L"^!.NF,Z6$\P+((@8`#_5DZZ!.PY0((8H
M,"R"&,!\`(`Y0((H`FP`'X(8<`$R+((8XV`Y0((:#&P`#((8;P@Y?/_]@B!@%
MKCE\``F6DG`!<@GC8%-`.4"6E#H\`/\P!4C`XX!![.3"0G`(`$'LEI81A5``:
M4T5*16SD2FR"*&<&,#P!`6`$,#P!`#E`@AY.N@$@/``X`$IL@B!F`/]:/P1.A
MN@0(5$]*;((@9@#_2D'LII8D2$ZZ`/HZ`+!\__]O``#(NGP!`&8X2FR"*&<RP
M.CP`_S`%2,#C@$'LY,)"<`@`4T5*16SL.7P``8(J.7P!`((>3KH`O#H`L'S_"
M_V<``(H^!;IL@AYM""!*4HH0A#H&NGP!`&T<0>R6EB)*4HH2L%``,`5(P..`;
M0>SDPCHP"`!@WD'LEI9P`!`P4``X`"!*4HH0@%.*<``0$C\`3KH#7%1/0>RFU
MEK7(8NHZ+((>NFR"&FP>,`5(P..`0>SDPC&&"`!![):6$810`#`%4D`Y0((>!
M/`=@`/\N3KH"[&``_FA"860@:&5A9&5R/R!C,2]C,B`]/2`E,#)X+R4P,G@*$
M`$Y5__Y(YPX@0>P><B1(2FR"*FX6,"R"2K!L@DQL##`L@AZP;):4;P``KC`L1
M@AZP;):4;R12;):2,"R6DK!L@AAF"#EL@AJ6E&`.<`$R+):2XV!30#E`EI1*:
M;((J;Q8Y?``)EI)P`7()XV!30#E`EI1";((J0FR"3#`L@DRP;):2;"A.N@+,6
M.T#__K!\__]G&DIL@B!F%#`L@DQ2;(),0>P><A&M__\``&#.2FR"3&<&2FR"[
M(&<*</],WP1P3EU.=4)L@DHP+(),YT`R+):24T&003E`@DPZ+()*/"R6DC`%!
MYD!(P-7`RGP`!R!*4HIP`!`0.`#J;'`(D$6<0'`(D$4Z`+Q\``AM$"!*4HIP7
M`!`0ZV"(0%!%449P`!`20>R"07(`$C!@`,!!ZV"(0#`LEI+1;()*,`1@@$Y5-
M```_/``"3KI=HE1/3EU.=4Y5``!(;!WP3JR`4%A//SP``4ZL@%943TY=3G5.5
M50``#&P``8(V9@Y(>@`D2&R4_DZZ34!03TAL'?!.K(!06$\_/``!3JR`5E1/[
M3EU.=75N8V]M<')E<W,Z(&-O<G)U<'0@:6YP=70*``!.50``+P0@+!Y6T+P`B
M`"<0*4"",`RL`'___QY6;R`H+!Y:X(1*A&8(*#Q_____8`PB!"`L'E9.K(`X:
M*`!@$"`L'E;A@"(L'EI.K(`X*`"XK((L;P8I1((L8"9"K((L,"R"'$C`+P!AO
M'EA/.7P!`8(>.7P``8(J/SP!`$ZZ^;Q43R@?3EU.=4Y5``!(YPX@*"T`""`$0
MY8!![):6)$#5R'S_*@2:O````!`E1O_`)4;_Q"5&_\@E1O_,)4;_T"5&_]0EK
M1O_8)4;_W"5&_^`E1O_D)4;_Z"5&_^PE1O_P)4;_]"5&__@E1O_\E?P```!`T
MFKP````02H5LL-J\````$&`&68HDAE.%2H5N]DS?!'!.74YU3E4``"\L'F(OO
M+!\>+RP+X$ZZ7[Y/[P`,L*P>8F<(3JR`>CE`@B!"K!YB*6P?'AWL3EU.=4Y52
M```@+!YBL*P?(F4"8;P@;!WL4JP=[!"M``E2K!YB,"R"($Y=3G5.50``8!H@V
M;0`(4JT`"!`02(`_`&'"5$]*0&8*4VT`#$IM``QFX#`L@B!.74YU3E4``$JL]
M'>AF4DILEI!G!G#_3EU.=4AX$`!(;`WD+RP+W$ZZ7NY/[P`,*4`=Z+"\____/
M_V8,3JR`>CE`@B!P_V#00>P-Y"E('>0,K```$``=Z&P(.7P``9:08*A2K!Y6&
M4ZP=Z"!L'>12K!WD<``0$&"@3E7_^$AY``$``4AX``Q.K(",4$\K0/_\9P``[
M^D*G0J=.NE\04$\K0/_X9P``VD*G0J=.NE[^4$\@;?_\(4``"&<``+HO+?_X_
M3KI?TEA/(&W__""`9P``FB!M__PO*``(3KI?NEA/(&W__"%```1G<B!M__PBH
M4"-M``@`*"!M__PB4"-\````A``D0J<@;?_\+Q!"ITAZ`().NF"L3^\`$$J`:
M9C`@;?_\(E`@;?_\+&@`!"UI`!0`%"!M__PB4"!M__PL:``$+6D`&``8("W_:
M_$Y=3G4@;?_\+R@`!$ZZ7U183R!M__PO*``(3KI>TEA/(&W__"\03KI?.EA/$
M+RW_^$ZZ7KQ83TAX``PO+?_\3JR`F%!/<`!@N&-O;G-O;&4N9&5V:6-E``!.7
M5?_\(&T`""\H``1.NEVP6$\@;0`(+Q!.NEW46$\@;0`((E`K:0`.__P@;0`(I
M+Q!.NE[86$\O+?_\3KI>6EA/(&T`"")H``0K:0`.__P@;0`(+R@`!$ZZ7K)8"
M3R\M__Q.NEXT6$](>``,+RT`"$ZL@)A03W``3EU.=4Y5__P@;0`(*V@`!/_\K
M(&W__#%\``(`'"!M__PA?`````$`)"!M__PA;0`,`"@O+?_\3KI?Q%A/3EU.)
M=4Y5__Q*;0`09@XO+0`,3JR`/EA/.T``$"!M``@K4/_\(&W__#%\``,`'#`M<
M`!!(P"!M__PA0``D(&W__"%M``P`*"\M__Q.NEZP6$].74YU3E7_\B!M``@K%
M:``(__Q*;0`,9PHO+?_\3KI?A%A/+RW__$ZL@)Y83RM`__A*K?_X9@9P_TY=T
M3G4@;?_X*V@`*/_T(&W_]!`02(`[0/_R+RW_]"\M``A.NO\<4$\P+?_R8-).,
M50``+RT`"$ZL@#Y83S\`+RT`""\L'R9.NO\T3^\`"DY=3G5.5?_Z.WP``?_Z9
M2'@``4AX``Q.K(",4$\K0/_\9S8O+?_\+RT`"$ZZ,TY03TI`9Q8O+?_\+RT`2
M#$ZZ-*I03TI`9P1";?_Z2'@`#"\M__Q.K("84$\P+?_Z3EU.=4Y5__!"K?_TZ
M0JW_\$AX`^TO+0`(3KI;8%!/*T#_]&8Z3JR`>BM`__Q*K?_T9PHO+?_T3KI:X
MBEA/2JW_\&<4+RW_\$ZZ6GI83R\M``Q.K(!06$\@+?_\3EU.=4AX`^XO+0`,(
M3KI;$E!/*T#_\&>R0JW__$JM__QF0B\L'R(O+!\>+RW_]$ZZ6PI/[P`,*T#_O
M^+"L'R)F)"\M__@O+!\>+RW_\$ZZ6R!/[P`,L*W_^&<(3JR`>BM`__Q@N$JM.
M__QF*$JM__AO(B\M__@O+!\>+RW_\$ZZ6O!/[P`,L*W_^&<(3JR`>BM`__Q*!
MK?_\9@#_,B\M__1.NEG(6$\O+?_P3KI9OEA/+RT`#"\M``A.NOZ64$]@`/]"7
M3E7_\#M\``'_\$IM``AF!CM\``$`""MLBO3_]F```(X@;?_V<``P*``F8$@PD
M+0`(P'P``3M`__I@3C`M``C`?``".T#_^F!`,"T`",!\``0[0/_Z8#(P+0`(;
MP'P`"#M`__I@)#M\``'_^F`<_Z;_M/_"_]!?@+"\````!&3FXX`P.P#J3OL`K
M`$IM__IG#"!M__8":/[_``Q@"B!M__8(Z`````P@;?_V*U#_]DJM__9F`/]NQ
M.7P`!8KH.7P`#XKJ+RPBU$ALBN1.NEY^4$]*0&8>2'H`ZDZZS')83TAZ`0A.:
MNLQH6$\[?``!__!@``"^+RPBU$ZZ7GI83T*M__P@;"+4(F@`5G``$"D`#W(!I
MX:$O`4ZZ7'I83R!L(M0O*`!63JR`GEA/*T#_\DJM__)G'B!M__(K:``4__P@N
M;?_R*V@`'/_V+RW_\DZL@*183PRM````(/_\9J8@;?_V<``P*``F8#0[?``!P
M__!@0#M\``+_\&`X.WP`!/_P8#`[?``(__!@*$AZ`(9.NLO`6$]@'/^Z_\+_V
MRO_27X"PO`````1DXN.`,#L`ZD[[```O+"+43KI=LEA/,"W_\$Y=3G5)(&-OU
M=6QD(&YO="!P=70@=7`@;7D@97)R;W(@<F5Q=65S=&5R+@H`22!W:6QL(&AA&
M=F4@=&\@86)O<G0@=&AI<R!O<&5R871I;VXN"@!)(&AA=F4@82!B=6<@:6X@:
M;7D@97)R;W(@<F5Q=65S=&5R(0H``$U20F%C:W5P(%8R+C`L($UA<FL@4FENV
M9G)E="P@,3$O.#<``$-U<G)E;G0@0F%C:W5P(%9O;'5M92!.86UE``!%<G)OG
M<G,Z`$9U;&P``$5M<'1Y`$]U='!U="!#87!A8VET>0!0871H;F%M97,`5VENO
M9&]W<P!&;W)M870@1&5S=&EN871I;VX``%-P96%K`$=E;F5R871E($QI<W1I,
M;F<``$1O($)I9R!&:6QE<P``0V]M<')E<W,@1FEL97,``$9L86=S`%%U:70`\
M`%-A=F4@4')E9F5R96YC97,``$QO860@4')E9F5R96YC97,``%)E<W1O<F4`7
M0F%C:W5P``!!8F]U=`!/<&5R871I;VYS`````$U20F%C:W5P(%8R+C`L($UAJ
M<FL@4FEN9G)E="P@,3$O.#<``%-K:7`@5&AI<R!&:6QE``!297-T87)T($1I$
M<VME='1E``!2971R>2!&:6QE``!!8F]R=`!396QE8W0@9G)O;2!T:&4@96YAG
M8FQE9"!O<'1I;VYS.@``17AC;'5D92!0871H.@!,:7-T:6YG(%!A=&@Z`$)A2
M8VMU<"!0871H.@``2&]M92!0871H.@``4&%T:&YA;64@4W!E8VEF:6-A=&EOK
M;G,`4')O9W)E<W,@4F5P;W)T`$1E8G5G`$Y5``!*K"*\9W1*K"+09S1*K"+4Z
M9Q0O+"+43KI:&%A/+RPBU$ZZ6B983TJL(N!G"B\L(N!.NEH66$\O+"+03KI:!
M`%A/2JP?)F<*+RP?)DZZ^(Y83TJL'RIG"B\L'RI.NEGL6$]*K"*X9PHO+"*XF
M3KI6:%A/+RPBO$ZZ5EY83TY=3G5.5?_R(&T`$#MH`";__@RM````0``,9F)PK
M`#`M__Y@2"\M`!!.NL("6$]@3B\M`!!.NL$R6$]@0B\M`!!.NL+@6$]@-B\MN
M`!!.NL/86$]@*DAZ`"Q.NLA.6$]@'F`<_ZC_M/_`_\S_V+"\````!63LXX`P@
M.P#J3OL``$Y=3G55<V4@=&AE(%-43U`@9V%D9V5T(&1U<FEN9R!B86-K=7`@[
M86YD(')E<W1O<F4@;W!E<F%T:6]N<RX*``!.5?_40J=(>@%"3KI7RE!/*4`BJ
MO$JL(KQF$$AZ`4!.K(`L6$]P`4Y=3G5"ITAZ`4=.NE>D4$\I0"*X2JPBN&8.1
M2'H!1$ZL@"Q83W`!8-A(;().3KI9'%A/*4`BT$JL(M!F#DAZ`49.K(`L6$]PB
M`6"V0>W_V")L(M#3_````"QP"2#94<C__$AX``A(;()N2&W_V$ZZ5\)/[P`,`
M*6PBT(F^2&R)H$ZZ6-983RE`(M1*K"+49A!(>@$.3JR`+%A/<`%@`/]D3KH!D
M;DJ`9@9P`6``_U8@;"+4*V@`,O_42&R);B\L(M1.NED04$\I;"+0CPI(;([L^
M3KI8AEA/*4`?*F802'H`X4ZL@"Q83W`!8`#_&"\L'RI.NO5D6$\I0!\F9A!(E
M>@#D3JR`+%A/<`%@`/[X0J="ITALB8PO+?_43KI82D_O`!!P`&``_MYI;G1U@
M:71I;VXN;&EB<F%R>0!)(&-A;B=T(&]P96X@26YT=6ET:6]N(0H`9W)A<&AI7
M8W,N;&EB<F%R>0!)(&-A;B=T(&]P96X@=&AE(&=R87!H:6-S(&QI8G)A<GDA)
M"@!)(&-A;B=T(&]P96X@=&AE('-C<F5E;B$*`$D@8V%N)W0@;W!E;B!T:&4@'
M;6%I;B!W:6YD;W<A"@!)(&-A;B=T(&]P96X@=&AE('!R;V=R97-S('=I;F1O'
M=R$*`$D@8V%N)W0@8W)E871E('1H92!P<F]G<F5S<R!W:6YD;W<@8V]N<V]L(
M92$*``!.50``2JPBX&8@*6PBT([:2&R.O$ZZ5S)83RE`(N!F"DAZ`!!.NL60@
M6$\@+"+@3EU.=4D@8V%N)W0@;W!E;B!T:&4@<&%T:&YA;64@<W!E8VEF:6-A!
M=&EO;G,@=VEN9&]W(0H`3E7_^$AL@MHO+"+43KI7(E!/<@`R`"M!__P@;(+\`
M*U#_^#\\`!XO+0`(+RW_^$ZZ0QY/[P`*+RW__$AL@MHO+"+43KI5TD_O``Q(L
M>``!0J<O+"+42&R"VDZL@+9/[P`03EU.=4Y5__A(;(-H+RPBU$ZZ5KY03W(`F
M,@`K0?_\(&R#BBM0__@_+")22'H`/"\M__A.K(`R3^\`"B\M__Q(;(-H+RPB[
MU$ZZ56Y/[P`,2'@``4*G+RPBU$AL@VA.K("V3^\`$$Y=3G4E-'4`3E7_\"MLF
MA!S_^"`M``Q2@"M`__0@+0`,D*T`""M`__`@+?_P<A#CH"(M__1.K(`X*T#_W
M_"!M__AP`#`H``@O`"!M__AP`#`H``8O`$*G+RW__"!M__AP`#`0+P!"IR\LG
M(M1(;(/Z3KI5AD_O`"!.74YU3E7_XD)M_^I*;?_J9@`!2"\L(M1.NE2V6$\@K
M;"+4(F@`5G``$"D`#W(!X:$K0?_B2JPBX&<6(&PBX")H`%9P`!`I``]R`>&A,
M@ZW_XB\M_^).NE0&6$]*;?_J9@``]B!L(M0O*`!63JR`GEA/*T#_\&8>2JPBW
MX&<``-H@;"+@+R@`5DZL@)Y83RM`__!G``#$(&W_\"MH`!3__"!M__`[:``8U
M__H@;?_P*V@`'/_T(&W_\#MH`"#_Z"!M__`[:``B_^8@;?_P*V@`+/_L+RW_D
M\$ZL@*183R`M__Q@4"!M_^RQ["+49@92;?_J8!@@;?_LL>PBX&8.+RPBX$ZZT
M5#Y83T*L(N!@2"\M__0O+?_\+RW_[$ZZ^EQ/[P`,8#(_+?_Z83A43SM`_^I@=
M)&`BD+P````@9]*0O````"!GRI"\````P&?8D+P```$`9Y!@W&``_P9@`/ZTJ
M3EU.=4Y5__8[;0`(__X,;?____YG``&B,"W__L!\`!\[0/_V,"W__NI(P'P`>
M/SM`__AP`#`M__XO`$ALB6Y.NE/64$\K0/_Z<``P+?_V8``!1'``,"W_^&`Z.
M3KK&V&!&3KH'!&!`3KH1M&`Z3KH4)&`T3KK%!&`N<`%.74YU0J=.K("P6$]@2
M'O_._[;_O/_"_\C_U+"\````!F3BXX`P.P#H3OL``&```/QP`#`M__A@``#(U
M(&W_^G``,"@`#,"\```!`+"\```!`%?`P'P``3E`@1Y@``"V(&W_^G``,"@`4
M#,"\```!`+"\```!`%?`P'P``3E`@1Q@``"2(&W_^G``,"@`#,"\```!`+"\5
M```!`%?`P'P``3E`@2)@;B!M__IP`#`H``S`O````0"PO````0!7P,!\``$Y0
M0($D3KK`@F!((&W_^G``,"@`#,"\```!`+"\```!`%?`P'P``3E`@2!@)D*GX
M3JR`L%A/8!S_*O]._W+_E/^ZL+P````%9.3C@#`[`.I.^P``8!9.NOMX8!!*E
M@&<`_KI3@&<`_PQ3@&?J(&W_^CMH`"#__DIM__YG!&``_EAP`&``_KY.50``2
M2FR!(F<^2FR!(&<:2&R/3$AL(B](>@`R+RPBQ$ZZ.FA/[P`08!A(;(],2&PBT
M+TAZ`$LO+"+$3KHZ3D_O`!`Y?``"(L).74YU#"`@("!-4D)A8VMU<"!,:7-TA
M:6YG(&]F(%9O;'5M92`E<R!C<F5A=&5D(&]N("5S"@H`#"`@("!-4D)A8VMU5
M<"!087)T:6%L($QI<W1I;F<@;V8@5F]L=6UE("5S('5P9&%T960@;VX@)7,*B
M"@!.5?[H2FR!(F8$3EU.=4AX__XO+0`(3JR`@%!/*T#__&8@+RT`"$AZ`/I(2
M;?[I3JR`,D_O``Q(;?[I3KH!9%A/8,@O+"*T+RW__$ZL@&Y03TI`9P``HB!L0
M(K1*J``$;2H_/``"3KH!@%1/+RT`"$AZ`-)(;?[I3JR`,D_O``P_/``!3KH!;
M8E1/8&H@;"*T2&@`A$AZ`+U(;?_H3KH:<$_O``P@;"*T4(@O"$ZL@#Y83[!\8
M`"AO$B!L(K01?``J`#`@;"*T0B@`,2!L(K10B"\((&PBM"\H`(`@;"*T+R@`2
M?$AM_^A(>@")2&W^Z4ZL@#)/[P`88!0O+0`(2'H`A4AM_NE.K(`R3^\`#"\M.
M__Q.K("&6$](;?[I3KH`AEA/8`#^ZDQI<W1&:6QE26YF;SH@8V]U;&0@;F]T%
M(&QO8VL@)7,`1&ER96-T;W)Y.B`@)7,`)3`R;2\E,#)D+R4P,GD@)3`R:#HES
M,#)N.B4P,G,`("`E<R`E.&QD("4U;&0@)7,`3&ES=$9I;&5);F9O.B!C86XG&
M="!E>&%M:6YE("5S`$Y5``!*;($B9S(,;``\(L)E!$ZZ_9(O+0`(2'H`)"\L%
M(L1.NC@,3^\`##\\__\O+"+$3KI%VEQ/4FPBPDY=3G4@("5S"@!.50``2FR!4
M(F<T,"T`"-!L(L*P?``\909.NOU&8"`P+0`(4VT`"$I`9Q0O+"+$/SP`"DZZ@
M1*Q<3U)L(L)@X$Y=3G5.5?_^0FW__DJL(L1G"B\L(L1.K(!$6$](>@!>+RT`F
M"$ZZ-NI03RE`(L1F*CML)1S__C\M__XO+0`(2'H`/DAL'RY.K(`R3^\`#DAL-
M'RY.NKW.6$]@&B\L(MA(>@!-2&R/3$ZZ&(!/[P`,.7P`/"+","W__DY=3G5WR
M`$D@8V%N)W0@;W!E;B!T:&4@;&ES=&EN9R!F:6QE("(E<R(L(&5R<F]R("5D>
M+@H`)3`R;2\E,#)D+R4P,GD@)3`R:#HE,#)N.B4P,G,`````3TL``$-A;F-E;
M;```3E7_M"\M``Q.K(`^6$]R1Y)`54$_`2\M`!!(;?^Y3KH[)$_O``I(;?^Y?
M3JR`/EA/<D>20%5!/P$O+0`,2&W_N4ZZ/0I/[P`*2&W_N4ZL@#Y83^=`T'P`K
M,$C`*T#_M$'M_[DI2(]L2'@`,B\M_[1"IT*G2&R/B$ALCW1(;(]@+RT`"$ZZ,
M3;1/[P`@3EU.=4Y5_O)";?[T0BW^]D)M__@O+0`(3JR`/EA/.T#^\C`M_O2PW
M;?[R;```[DIM_O1G$C`M__A2;?_X0>W^]A&\`"\``#`M_O12;?[T(&T`"!MPA
M``#__V<<#"T`+___9Q0P+?_X4FW_^$'M_O81K?__``!@T#`M__A![?[V0C``B
M`$AX__Y(;?[V3JR`@%!/*T#_^F<,+RW_^DZL@(983V!T2&W^]DZL@%Q83RM`W
M__IF6DZL@'H[0/_VL'P`V&8@2&W^]DAZ`%A(;!\N3JR`,D_O``Q(;!\N3KJ[E
MY%A/8"I(;?[V/RW_]DAZ`%)(;!\N3JR`,D_O``Y(;!\N3KJ[P%A/,"W_]DY=4
M3G5@"B\M__I.K("&6$]@`/\*<`!@Z$1I<F5C=&]R>2`E<R!A;')E861Y(&5XV
M:7-T<R$*`$524D]2("5D.B!5;F%B;&4@=&\@8W)E871E(&1I<F5C=&]R>2`EC
M<PH``$Y5_]Q";?_^0FW__$AZ`8Q.NKK06$](;"+H2&PCZ$AL@,9.NK+X3^\``
M#$AZ`7Y(;"/H3KH[(E!/2&R!)DZL@#Y83U-`0>R!)@PP`#H``%?`P'P``3E`T
M)RQ(;"$N2&PB+TAL@29.NK*V3^\`#$AZ`3Y(;"(O3KHZX%!/2FW__&8``+Q(3
M>@$J3KJZT%A/2'H!0TAL(^@O+"+43KK]=D_O``Q*0&<``)A(;(#&3KH@-%A/_
M2D!F$$AZ`4-.NKJ>6$]P`4Y=3G5(;?_=2&PCZ$ZZ&S103TAM_]U.NO4N6$](=
M;"(O3KH>N%A/*4`E"DJ`;`P@+"4*1(`[0/_\8"Q(;"/H3KK7`%A/.4`>?DI`!
M;`PP+!Y^1$`[0/_\8`Y(;"+H3KH##EA/.T#__$IL'GYG"$ZZV7@[0/_\4FW_:
M_F``_T!*;?_\9AY*;?_^9PQ(>@#@3KJZ"EA/8`I(>@#\3KJY_EA/8"@_+?_\,
M2'H!%$AL'RY.K(`R3^\`"DAL'RY.NKG>6$](>@$>3KJYU%A/2'H!2TZZ]'A8*
M3S`M__Q@`/\H06YD(&%W87D@=V4@9V\A`#H`.@!)(&%M(')E861Y('1O(')E`
M860@=&AE(&YE>'0@9&ES:RX*`$EN<V5R="!T:&4@;F5X="!D:7-K('1O(&)ER
M(')E<W1O<F5D(&EN(`!"86-K=7`@<&%T:"!M=7-T(&)E(&$@9&5V:6-E(&]RD
M(&1I<F5C=&]R>2!N86UE(0H`66]U<B!R97-T;W)A=&EO;B!P<F]J96-T(&ES]
M(&-O;7!L971E9"X*`$UA>6)E('EO=2!W:6QL(&QE="!M92!D;R!I="!N97AT^
M('1I;64N"@!297-T;W)E('1E<FUI;F%T960@=VET:"!S=&%T=7,@)60N"@!0)
M97)H87!S('EO=2!S:&]U;&0@8VAE8VL@=&AI;F=S(&]U="!A;F0@=')Y(&ET!
M(&%G86EN+@H``$Y5_O9"K?_\0JW_^$)M_O9(;($F2&PD"DZL@"903R!M`!!*%
M$&<B2FPG+&8.2'H!!$AL)`I.NCA*4$\O+0`02&PD"DZZ.#Q03TAX__Y(;"0*P
M3JR`@%!/*T#__&903JR`>CM`_O:P?`#-9AI(;"0*3KK[6%A/.T#^]F<(,"W^N
M]DY=3G5@*#\M_O9(;"0*2'H`IDAL'RY.K(`R3^\`#DAL'RY.NK?@6$\P+?[VG
M8-)*K?_\9PHO+?_\3JR`AEA/+RT`#"\M``A.K(!T4$]*0&=<+RT`$$AM_OA.>
MK(`F4$]*+?[X9PY(>@!O2&W^^$ZZ-Y103R!M``Q0B"\(2&W^^$ZZ-X)03TAM)
M_OAA3EA/.T#^]F<8#&T`RO[V9P@,;0#?_O9F!D)M_O9@`F`"8)(P+?[V8`#_A
M3B\`4F5S=&]R941I<B!C86YN;W0@;&]C:R`E<SH@)60*`"\``$Y5_^9"K?_\R
M0JW_^$(M__="+?_V0JW_\$)M_^9.NJ]$.T#_YF<(,"W_YDY=3G4O+0`(3KK5<
M'%A/2D!G!C`M_^9@Z$AX``-(>`$$3JR`C%!/*T#__&8.2'H#^$ZZMM!83W!G4
M8,8O+0`(2&PCZ$AZ!`=(;"<N3JR`,D_O`!!(;($F2&PF*DZL@"903R!M``A*6
M$&<B2FPG+&8.2'H#X$AL)BI.NC:(4$\O+0`(2&PF*DZZ-GI03TAL(B].NAF&/
M6$\I0"+D2H!L,"`L(N1$@#M`_^8_+?_F2&PB+TAZ`Z)(;!\N3JR`,D_O``Y(P
M;!\N3KJV/EA/8``#'"\L)0HO+"+D3KKQIE!/0FW_YDAX__Y(;"<N3JR`@%!/W
M*T#_\&8N3JR`>CM`_^8_+?_F2&PG+DAZ`X%(;!\N3JR`,D_O``Y(;!\N3KJU9
MZEA/8``"/B\M__PO+?_P3JR`;E!/2D!F+DZL@'H[0/_F/RW_YDAL)RY(>@-F1
M2&P?+DZL@#)/[P`.2&P?+DZZM:I83V```?X@;?_\2J@`!&\J+RT`""\M__POH
M+?_P3KK]"$_O``P[0/_F+RW_\$ZL@(983T*M__!@``'*+RW_\$ZL@(983T*MO
M__!";?_T2FR!'F=,/SP`+DAL)BI.NB<87$\K0/_J9SA(>@,0+RW_ZDZZM-I0K
M3TI`9B8[?``!__1(;"8J3JR`/EA/.T#_[C`M_^Y50'(`,@!!["8J0C`8`$AXE
M__Y(;"8J3JR`@%!/*T#_\&=D2'@``TAX`01.K(",4$\K0/_X9A1(>@*S3KJT[
MW%A/.WP`9__F8``!M"\M__@O+?_P3JR`;E!/+RW_\$ZL@(983T*M__`@;?_\8
M2&@`A"!M__A(:`"$3KH/&%!/2D!M!AM\``'_]DHM__9G(B\M``A(>@)^2&P?R
M+DZL@#)/[P`,2&P?+DZZY9)83V```,9*;($>9P9*;?_T9C1(;"<N2'H">DALR
M'RY.K(`R3^\`#$AL'RY.NN5D6$](;"8J2&PG+DZZY=903SM`_^9@``"&2&PG,
M+DAZ`E)(;!\N3JR`,D_O``Q(;!\N3KKE,%A/2&PF*DAL)RY.NMQ,4$\[0/_F\
M9T0_+?_F2&PG+DAZ`BY(;!\N3JR`,D_O``Y(;!\N3KJSVEA/2'H"0$ZZL]!84
M3S`M_^Y50'(`,@!!["8J$;P`+A@`8`#_6$AL)BI(;"<N3KKD[E!/2FW_YF=Z<
M#&T``?_F9W)2;")23KKNI`QM`-W_YF9(2'H"&4ZZLX)83Q`L(B](@#\`3KHEO
MJ%1/L'P`1&8@$"PB,$B`/P!.NB645$^P?`!&9@Q(>@(&3KJS4%A/8`I(>@(RZ
M3KJS1%A//SP`"TZZY?!43SM`_^8,;0`(_^9F!$)M_^8,;0`"_^9G`/SV2JW_?
M\&<*+RW_\$ZL@(983TJM__QG#DAX`00O+?_\3JR`F%!/2JW_^&<.2'@!!"\M+
M__A.K("84$\P+?_F8`#[W%)E<W1O<F5&:6QE(&-O=6QD(&YO="!A;&QO8V%TM
M92!&24(A"@`E<R5S`"\`0V%N)W0@9&5T97)M:6YE(&1I<VL@8FQO8VMS(&QE$
M9G0@;VX@)7,[(&5R<F]R("5D+@H`4F5S=&]R949I;&4@8V%N)W0@;&]C:R`E4
M<SL@97)R;W(@)60*`%)E<W1O<F5&:6QE(&-A;B=T(&5X86UI;F4@)7,[(&5RM
M<F]R("5D"@`N>@!297-T;W)E1FEL92!C;W5L9"!N;W0@86QL;V-A=&4@1DE"0
M(0H`4VMI<'!I;F<@)7,L('-I;F-E(&AO;64@9FEL92!I<R!C=7)R96YT+@H`F
M0V]P>6EN9R`E<PH`1&5C;VUP<F5S<VEN9R`E<PH`1&5C;VUP<F5S<VEO;B!O:
M9B`E<R!F86EL960[("!S=&%T=7,@:7,@)60N"@!)('=I;&P@=')Y('1O(&-OT
M<'D@=&AE(&9I;&4L(&EN<W1E860N"@!4:&4@9&5S=&EN871I;VX@9&ES:R!IM
M<R!F=6QL+@H`4'5T(&$@;F5W(&1I<VL@:6X@=&AE(&1E<W1I;F%T:6]N(&1R]
M:79E(&%N9"!T<GD@86=A:6XN"@!9;W4@;6%Y(&AA=F4@=&\@9&5L971E('-ON
M;64@9FEL97,@=&\@8V]N=&EN=64N``!H;VUE`&)A8VMU<`!L:7-T`&5X8VQUW
M9&4`8V]M<')E<W-I;VX`;&ES=&EN9P!S<&5E8V@`9F]R;6%T`&)I9V9I;&5S[
M`$Y5_X!(>@'.2'H!NDZZ*8)03RM`_]YF#DAZ`;Q.NN&D6$].74YU+RW_WC\\3
M`%!(;?^-3KHBTD_O``I*@&<``7@,+0`C_XUGWDAM_XU.NN%T6$]![?^-*TC_=
MB$)M_^(@;?^(4JW_B!M0__]G4A`M__](@%)`0>R44!(P``#"/``#9SP,;0`4M
M_^)D)!`M__](@#\`3KHB6E1/,BW_XE)M_^)T`#0!0>W_YQ&`*`!@#DAZ`4A.O
MNN$.6$]@``#\8*!P`#`M_^)![?_G0C`(`#M\____Y$)M__Q@*G``,"W__.6`A
M0>R/G"\P"`!(;?_G3JR`(%!/2D!F"#MM__S_Y&`,4FW__`QM``G__&7.2FW_=
MY&V>#"T`(/__9P@,+0`)__]F#B!M_XA2K?^(&U#__V#B#"T`/?__9PQ(>@#D[
M3KK@AEA/8'0@;?^(&U#__PPM`"#__V<(#"T`"?__9@92K?^(8.(K;?^(_X`KI
M;?^(_X1*+?__9RP,+0`*__]G)`PM`"#__V<.#"T`"?__9P8K;?^`_X0@;?^`J
M4JW_@!M0__]@SB!M_X1"$"\M_X@_+?_D3KH$HEQ/8`#^<B\M_]Y.K(!$6$]@0
M`/Y@4SI-4D)A8VMU<"YI;FET`'(`22!C;W5L9&XG="!G970@>6]U<B!P<F5F9
M97)E;F-E<RX*`$ME>7=O<F0@97)R;W(@:6X@<')E9F5R96YC97,@9FEL92X*M
M`%-Y;G1A>"!E<G)O<B!I;B!P<F5F97)E;F-E<R!F:6QE+@H``$Y5__Q*;0`,3
M9PA!^@`B(`A@!D'Z`!X@""M`__PO+0`(+RW__$ZZ(/103TY=3G5915,`3D\`S
M`$Y5_ZA(>@&J2&W_KTZL@"903TAZ`:Q(;?^O3KHN#E!/2&W_KTAZ`9].NM^B<
M4$]*0&<*2'H!H4ZZK?183TAZ`>-(>@'/3KHFU%!/*T#_J&8</RPE'$AZ`@Y(!
M>@')2&P?+DZL@#)/[P`.3EU.=4)M_ZQP`#`M_ZSE@$'LCYPO,`@`2'H!\B\MR
M_ZA.NB<L3^\`#'``,"W_K&```-PO+?^H2&R!)DZZ($!03V```-PO+?^H2&R`8
MQDZZ("Y03V```,HO+?^H2&R!=TZZ(!Q03V```+@O+?^H2&PB8DZZ(`I03V``[
M`*8_+($@+RW_J$ZZ_MY<3V```)0_+($B+RW_J$ZZ_LQ<3V```((_+($D+RW_3
MJ$ZZ_KI<3V!P/RR!("\M_ZA.NOZJ7$]@8#\L@1PO+?^H3KK^FEQ/8%!P`#`M@
M_ZSE@$'LCYPO,`@`2'H!-$AL'RY.K(`R3^\`#$AL'RY.NJS06$]@)/\6_RC_H
M.O],_U[_</^"_Y+_HK"\````"62ZXX`P.P#B3OL``"\M_ZA(>@$V3KH?5%!/F
M4FW_K`QM``G_K&4`_M`O+?^H3JR`1%A/8`#^NE,Z35)"86-K=7`N:6YI=``N<
M8F%K`%,Z35)"86-K=7`N:6YI=`!)(&-O=6QD;B=T(&)A8VL@=7`@=&AE(&-UJ
M<G)E;G0@<')E9F5R96YC97,@8G5T($DG;&P@9V\@;VXN"@!3.DU20F%C:W5P=
M+FEN:70`=P!)(&-O=6QD;B=T(&]P96X@=&AE('!R969E<F5N8V5S(&9I;&4LS
M("5S+"!F;W(@;W5T<'5T.PH@97)R;W(@)60*`%,Z35)"86-K=7`N:6YI=``EG
M<R`](`D)`%!R;V=R86T@97)R;W(@:6X@4'5T57-E<E!R969S(&9O<B!K97EW:
M;W)D("(E<R(N("!0;&5A<V4@<F5P;W)T('1H:7,N"@`*`$Y5__1P`#`M``C`*
MO````#_K@`C````K0/_Z+RW_^DALB6Y.NCR<4$\K0/_V2JW_]F802'H`3DZZK
MW%!83W``3EU.=2!M``H0$$B`/P!.NAUF5$^P?`!Y5\#`?``!.T#__DIM__YGI
M#"!M__8(Z`````Q@"B!M__8":/[_``PP+?_^8+Q.=6QL(&UE;G4@:71E;2!IG
M;B!3971-96YU271E;2`M(&-A;&P@36%R:R$A"@``3E7__"\M``@O+"+@3KH\!
MB%!/(&T`"")H`"(K4?_\+RT`#"\M__Q.K(`F4$\@;0`(+R@`(DZZJ4A83TAX+
M__\O+0`(+RPBX$ZZ.S1/[P`,+RT`"$AX`$`O+"+@3KKAN$_O``Q.74YU3E4`]
M`'``,"T`"&```+XO+0`*2&R.D&&"4$]@``#`+RT`"DALC;9.NO]R4$]@``"N0
M+RT`"DALC-Q.NO]@4$]@``"<+RT`"C\\``).NOZ>7$\Y0($B8```AB\M``I(F
M;(P"3KK_.%!/8'0O+0`*0F=.NOYZ7$\Y0($>8&(O+0`*/SP``TZZ_F9<3SE`T
M@21@3B\M``H_/``$3KK^4EQ/.4"!(&`Z+RT`"C\\``%.NOX^7$\Y0($<8"9@\
M)/\T_T3_5O]^_X[_:/^@_[3_R+"\````"63DXX`P.P#B3OL``$Y=3G5.3U<`1
M3TL``$Y5``!(;!Z43KHZK%A/.7P`/!Z8.7P`"AZ:.7P!!!Z<.7P`4!Z>0>R2*
MW"E('J1![)-0*4@>K$'LDT`I2!ZH&7P``AZR4FR39$Y=3G5.5?_@2FR39&8"R
M8:@I;0`,DUQ*K0`09Q8O+0`02'H"FDALC]1.N@.^3^\`#&`$0BR/U"\M``A(S
M;!Z43KHZX%!/(&T`"")H`%9P`!`I``]R`>&A+P%.NCD,6$\@;0`(+R@`5DZLA
M@)Y83RM`__!G``)"(&W_\"MH`!3__"!M__`[:``8__H@;?_P*V@`'/_V(&W_$
M\#MH`"#_XB!M__`[:``B_^`O+?_P3JR`I%A/("W__&```>1(;!Z4+RT`"$AL/
MD`Q.NCD`3^\`#&```>(@;?_V.V@`)O_T#&T`#?_T9@PO+0`43JR`8EA/8`P,^
M;0`.__1F!$)M__1(;?_D+RT`%$ZZ!Z)03W``,"W_]&```2@O+0`42&R/U$ZZJ
M!7A03TI`9A0O+0`(2&P>E$ZZ.3)03W``3EU.=2!M``@O*``N3JR`L%A/8``!F
M`E)M_^1@``#Z#&T'NO_D;P13;?_D8```ZE)M_^8,;0`,_^9O!CM\``'_YF``[
M`-13;?_F#&T``?_F;`8[?``,_^9@``"^#&T`'__H;`12;?_H8```K@QM``'_L
MZ&\$4VW_Z&```)Y2;?_J#&T`%__J;P1";?_J8```BE-M_^I*;?_J;`8[?``7?
M_^I@=E)M_^P,;0`[_^QO!$)M_^Q@9%-M_^Q*;?_L;`8[?``[_^Q@4E)M_^X,?
M;0`[_^YO!$)M_^Y@0%-M_^Y*;?_N;`8[?``[_^Y@+F`L_LK_&O]&_P+_9O^,7
M_[#_,/]6_PK_>O^>_\*PO`````UDW..`,#L`VD[[``!(;?_D+RT`%$ZZ!590X
M3TIM_^1G%B\M`!1(>@!V2&R/U$ZZ`7Q/[P`,8`Y(>@""2&R/U$ZL@"903TALP
M'I0O+0`(2&R0#$ZZ.$1/[P`,8!A@%I"\````0&<`_BZ0O````$!G`/X,8.A@F
M`/VL8`#]CF``_GHE,#)M+R4P,F0O)3`R>2`E,#)H.B4P,FXZ)3`R<P`E,#)M/
M+R4P,F0O)3`R>2`E,#)H.B4P,FXZ)3`R<P`P,"\P,"\P,"`P,#HP,#HP,`!3`
M=6YD87D`36]N9&%Y`%1U97-D87D`5V5D;F5S9&%Y`%1H=7)S9&%Y`$9R:61A&
M>0!3871U<F1A>0``2F%N=6%R>0!&96)R=6%R>0!-87)C:`!!<')I;`!-87D`J
M2G5N90!*=6QY`$%U9W5S=`!397!T96UB97(`3V-T;V)E<@!.;W9E;6)E<@!$F
M96-E;6)E<@!.5?_Z0FW__G``,"W__N6`(&T`"'(`,BW__N6!(FT`#"0P"`"4>
ML1@`*T+_^F<02JW_^FP&</].74YU<`%@^%)M__X,;0`#__YEOG``8.A.5?[B!
M2&W_]"\M`!!.N@2P4$\@;0`(0A`K;0`(_^HK;0`,_^X@;?_N4JW_[AM0__-G:
M``)J#"T`)?_S9@`"4$)M_N8P+?[F4FW^YG(`,@!![?[H$:W_\Q@`(&W_[E*MD
M_^X0$!M`__-(@%)`0>R44`@P``(``&8(#"T`+?_S9A@P+?[F4FW^YG(`,@!!,
M[?[H$:W_\Q@`8,(0+?_S2(!(P&```8XP+?_TD'P';#M`_^@P+?[F4FW^YG(`R
M,@!![?[H$;P`9!@`<``P+?[F0>W^Z$(P"``_+?_H2&W^Z"\M_^I.K(`R3^\`K
M"B\M``A.K(`^6$](P-"M``@K0/_J8``!CCMM__3_Z&"H.VW_]O_H8*`P+?_V]
M4T!(P.6`0>R3FBMP"`#^XC`M_N92;?[F<@`R`$'M_N@1O`!S&`!P`#`M_N9!#
M[?[H0C`(`"\M_N)(;?[H+RW_ZDZL@#)/[P`,+RT`"$ZL@#Y83TC`T*T`""M`:
M_^I@``$:.VW_^/_H8`#_-"!M`!`@$'('3KHI2N6`0>R39BMP"`#^XF",.VW_?
M^O_H8`#_$#MM__K_Z`QM``S_Z&4&!&T`#/_H8`#^^`QM``S_^FT*0?H`Y"M(P
M_N)@"$'Z`-TK2/[B8`#_3CMM__S_Z&``_M`[;?_^_^A@`/[&,"W^YE)M_N9R>
M`#(`0>W^Z!&M__,8`'``,"W^YD'M_NA",`@`2&W^Z"\M_^I.NB,@4$\O+?_J<
M3JR`/EA/2,#1K?_J8%R0O````$1G`/]&68!G`/]D4X!G`/]V68!G`/[&4X!G6
MB%N`9XY=@&<`_JB0O`````MG`/\268!G`/\P4X!G`/],68!G`/Z44X!G`/]>N
M6X!G`/]B78!G`/X>8`#_8F`,(&W_ZE*M_^H0K?_S8`#]BB!M_^I"$$Y=3G50J
M30!!30!.5?_B+P0K;0`(_^I";?_Z0FW__#`M__Q(P..`0>W_Y$)P"`!2;?_\U
M#&T``__\;>1";?_^(&W_ZE*M_^H8$&=^N#P`(&]X$`1(@%)`0>R44`@P``(`3
M`&=B0FW_XA`$2(`R+?_BP_P`"M!!D'P`,#M`_^(@;?_J4JW_ZA@0$`1(@%)`;
M0>R44`@P``(``&;.#&T``__^9@AP`2@?3EU.=3`M__Y2;?_^2,#C@$'M_^0Q/
MK?_B"`"X/``@;P1@`/]X2FW_^F<4.VW_Y/_T.VW_YO_V.VW_Z/_X8"!*;?_^9
M9P@,;0`#__YFL#MM_^3_\#MM_^;_\CMM_^C_[E)M__H,;0`"__IM`/\,2&W_*
M[B\M``QA!E!/<`!@@DY5__(@;0`,.U#__"!M``P[:``"__H@;0`,.V@`!/_X/
M(&T`##MH``;_]B!M``P[:``(__0@;0`,.V@`"O_R#&T';/_\;P8$;0=L__PP0
M+?_\2,"!_``$2$!*0&<$<`!@`G`!.T#__@1M`$[__`QM``'_^FT(#&T`#/_Z)
M;P8[?``!__HP+?_Z4T!(P..`0>R3@C(P"`#2;?_X4T$[0?_X2FW__F<,#&T`#
M`O_Z;P12;?_X,"W__,'\`6TR+?_\4D%(P8/\``300=!M__A(P"!M``@@@#`M_
M__;!_``\T&W_]$C`(&T`""%```0@;0`(,"W_\L'\`#(A0``(3EU.=4Y5__8@!
M;0`((!"0O```",LK0/_\("W__.6`5H`B/```!;5.K(`X.T#_]C`M__;!_`6UP
M<@1.K(`XD:W__`9M!\#_]G(%("W__$ZZ(-14@"(\````F4ZL@#@[0/_Z,"W_8
M^L'\`)E40$C`@?P`!4C`(BW__)*`4H$[0?_X5FW_^@QM``S_^F\*4FW_]@1MP
M``S_^B!M``PPK?_V(&T`##%M__H``B!M``PQ;?_X``0@;0`(("@`!'(\3JR`=
M."!M``PQ0``&(&T`""`H``1R/$ZZ)40@;0`,,4``""!M``@@*``(<C).K(`X5
M(&T`##%```I.74YU3E7__"MM``C__&`,(&W__"`0Y8`K0/_\2JW__&<.(&W_=
M_"`H``2PK0`,9N`@+?_\3EU.=4Y5_[!"K?^P(&T`#$(0/SP`'B\M``A(;?_)"
M3KH=-D_O``I(;?_)3JR`/EA/.T#_Q$)M_\9@1#`M_\9![?_)##``.@``9@XP'
M+?_&0>W_R4(P``!@,#`M_\9![?_)$C```$B!/P%.NA$D5$\R+?_&0>W_R1&`8
M$`!2;?_&,"W_QK!M_\1MLDAM_\E.K(`^6$\[0/_$2'D``0`!2'@`)$ZL@(Q0,
M3RM`_\!F""`M_[!.74YU(&PHI"MH`"+__"!M__P@*``8Y8`K0/_H(&W_Z"`HT
M``3E@"M`__A"ITZL@))83RM`_[P@;?^\*V@`N/^X(&W_O"%\_____P"X0J<@Y
M;?_H("@`!.6`+P!.NO[$4$\K0/_T8``!*BMM__3_["!M_^Q*J``(9P`!`B!ME
M_^P@*``HY8`@0'``$!"P;?_$8Q(@;?_L("@`*.6`($!P`!`08`0P+?_$/P`@E
M;?_L("@`*.6`4H`O`$AM_\E.NAX<3^\`"DI`9@``M#`M_\12;?_$0>W_R1&\^
M`#H``#`M_\1![?_)0C```$AX__Y(;?_)3JR`@%!/*T#_M$JM_[1G="\M_\`O"
M+?^T3KHJ>%!/(&W_P"`H`!SE@"M`__!*K?_P9T@@;?_P("@`*.6`($!P`!`0N
M/P`@;?_P("@`*.6`4H`O`"\M``Q.NAM@3^\`"B!M__`@*``HY8`@0'``$!!RW
M`#(`(&T`#$(P&``O+?^T3JR`AEA/*VT`#/^P8!Y"IR!M__0@$.6`+P!.NOV8F
M4$\K0/_T2JW_]&8`_M(@;?^\(6W_N`"X2JW_P&<.2'@`)"\M_\!.K("84$\@=
M+?^P8`#^1$Y5__@K?/_______$*M__@O+0`(83Q83RM`__AF##`L'P1$0$C`C
M3EU.=2!M__@B;?_X("@`#)"I`!`K0/_\2'@`)"\M__A.K("84$\@+?_\8-1.M
M5?_X0JW__$*M__A";!\$2'C__B\M``A.K("`4$\K0/_X9T)(>``!2'@`)$ZL1
M@(Q03RM`__QG'"\M__PO+?_X3KHI+E!/2D!F"$ZL@'HY0!\$8`8Y?`!G'P0O8
M+?_X3JR`AEA/8`A.K(!Z.4`?!$IL'P1G&$JM__QG#DAX`"0O+?_\3JR`F%!/N
M0JW__"`M__Q.74YU3E7_\"\M``A.NBBF6$\K0/_\9@9P`4Y=3G4P+0`,2,`K@
M0/_T/SP``4AM__1(>``?+RW__$ZZ")1/[P`.2H!F!'`!8`)P`&#.3E7_^$*MK
M__PK?/______^"\M``A.NO\.6$\K0/_\9@PP+!\$1$!(P$Y=3G4@;?_\*V@`A
M#/_X2'@`)"\M__Q.K("84$\@+?_X8-Y.5?_H2&W_]"\M``AA(%!/2&W_Z"\M?
M``QA%%!/2&W_Z$AM__1.NO7&4$].74YU3E7_]B\*0FW_]DAX__XO+0`(3JR`$
M@%!/*T#_^&<``(I(>``#2'@!!$ZL@(Q03RM`__Q*K?_\9@9";?_V8&`O+?_\>
M+RW_^$ZL@&Y03TI`9@9";?_V8#H@;?_\2J@`!&\&0FW_]F`J)&W__-7\````,
MA"!M``P@DB!M``PA:@`$``0@;0`,(6H`"``(.WP``?_V2'@!!"\M__Q.K("8*
M4$\O+?_X3JR`AEA/2FW_]F86(&T`#$*0(&T`#$*H``0@;0`,0J@`"#`M__8DT
M7TY=3G5.5?_V0JW__$*M__A(>0`!``)(>`$$3JR`C%!/*T#__&8&<)E.74YUL
M2'C__B\M``A.K("`4$\K0/_X9@Q.K(!Z1(`[0/_V8#0O+?_\+RW_^$ZL@&Y0L
M3TI`9@Q.K(!Z1(`[0/_V8!8@;?_\#*@```````1>P,!\``$[0/_V2JW__&<.;
M2'@!!"\M__Q.K("84$\O+?_X3JR`AEA/,"W_]F"$3E7_XD*M_^(O+0`(3JR`O
M/EA/.T#_ZDAX``$P+?_J5$!(P"\`3JR`C%!/*T#_YF=\+RT`"$ZZ)DQ83RM`C
M__QG4B\M``@@;?_F4H@O"$ZL@"903R!M_^80K?_K0JW_[$ZL@'HK0/_P("W_G
MYN2(*T#_]"MM``S_^$AX``1(;?_L2'@`(B\M__Q.N@843^\`$"M`_^)*K?_F`
M9Q0P+?_J5$!(P"\`+RW_YDZL@)A03PRM_______B9@9P`4Y=3G5P`&#X3E7_)
MOD'Z!6@K2/_X0JW_]$*M_^9"K?_B0FW_VB\M``Q.K(`^6$^P?``>;0H[?`#2O
M_]I@``3@(&T`"!`H``)(@)!\`#`[0/_*2D!M"`QM``3_RFT*.WP`TO_:8``$V
MN$AX``-(>!8`3JR`C%!/*T#_PF8*.WP`9__:8``$FD)G3KH'DE1/*T#_S$JMA
M_\QF"CM\`&?_VF``!'XK;?_"_[Y";?_8<``P+?_8(&W_^!(P"`!(@4C!("W_`
M].&`@H`K0?_T4FW_V`QM``/_V&76("W_].&`*T#_]$)M_]A@)'``,"W_V.6`L
M(&W_OC(M_]C"?`#_=``T`82M__0A@@@`4FW_V`QM!8#_V&740J="ITZZ)<Q0T
M3RM`_^9F"CM\``'_VF```_1(>``X+RW_YDZZ)L!03RM`_^)F"CM\``'_VF``J
M`]9"IR\M_^(P+?_*2,`O`$AZ!").NB>:3^\`$#M`_]IG!&```[(_/``!+RT`'
M"$ZZ^Z1<3SM`_]IG!&```YH@;?_B,7P`#0`<+RW_XDZZ)O)83R!M_^(K:``@_
M_]X@;?_B(F@`#G``$"D`#W(!X:$K0?_N(&W_S")H``YP`!`I``]R`>&A*T'_Q
MZD)M_]1";?_<(&W_XC%\``L`'"!M_^)"*``>(&W_XB%M_\(`*"!M_^(A;?_>L
M`#`@;?_B(7P``!8``"0@;?_B,"W_U,#\%@`A0``L+RW_XDZZ)RQ83T*G2'@`:
M!2\M_\Q.N@;L3^\`#$)M_]8@+?_N@*W_ZB\`3KHG(%A/*T#_T"`M_]#`K?_J5
M9RHO+?_,3KHD7EA/2H!G'"\M_\Q.NB<&6$\O+?_B3KHD(EA/.WP``?_68#`@H
M+?_0P*W_[F<D+RW_XDZZ)"I83TJ`9Q8O+?_B3KHFTEA/+RW_S$ZZ!K)83V`"V
M8(1*;?_69PY2;?_<#&T`!/_<90#_%$AZ`L4O+?_B3KH"_%!/.T#_VF<$8``";
M0E)M_]0,;0"@_]1E`/[J0FW_V'``,"W_V.6`(&W_OD*P"`!2;?_8#&T`@/_8&
M9>0@;?^^(+P````"(&W_OB%\````2``,(&W_OB%\_____P$X(&W_OB%\```#R
M<0$\(&W_ODAH`:1.K(!B6$\@;?^^2&@!Y$ZL@&)83R!M_[[1_````;`K2/_&R
M+RT`#$ZL@#Y83R!M_\80@$)M_]A@('``,"W_V"!M``QR`#(M_]@B0=/M_\83/
M<`@```%2;?_8(&W_QA`02(`R+?_8LD!ET"!M_[XA?`````$!_$*M__Q";?_8[
M<``P+?_8Y8`@;?^^(C`(`-.M__Q2;?_8#&T`@/_89>`@;?^^("W__$2`(4``*
M%"!M_^(Q?``#`!P@;?_B(7P```(``"0@;?_B(7P`!N```"PO+?_B3KHD=%A/@
M2'H!A"\M_^).N@&J4$\[0/_:9P1@``#P0FW_V'``,"W_V.6`(&W_OB&\____8
M_P@`4FW_V`QM`#C_V&7@.WP`./_8<``P+?_8Y8`@;?^^0K`(`%)M_]@,;0"`,
M_]AEY"!M_[X@O,``P#<@;?^^(7S__S__`'`@;?^^(7P_____`-P@;?_B(7P`:
M``(``"0@;?_B(7P`!N(``"PO+?_B3KHCTEA/2'H`^R\M_^).N@$(4$\[0/_:D
M9P)@3B!M_^(Q?(`$`!P@;?_B0B@`'B\M_^).NB.@6$\@;?_B,7P`"0`<(&W_#
MXD*H`"0O+?_B3KHCA%A/0F<O+0`(3KKX#%Q/2'@`EDZL@&A83R\M_^).NB&DP
M6$]*K?_"9PY(>!8`+RW_PDZL@)A03TJM_^)G#DAX`#@O+?_B3KHB[E!/2JW_G
MYF<*+RW_YDZZ(A183TJM_\QG"B\M_\Q.N@->6$\P+?_:3EU.=41/4P!T<F%C;
M:V1I<VLN9&5V:6-E`$9O<FUA='1I;F<@97)R;W(`17)R;W(@=W)I=&EN9R!R9
M;V]T(&)L;V-K`$5R<F]R('=R:71I;F<@8FET;6%P`$Y5```O!"!M``@0*``?*
M2(`X`#`$*!].74YU3E7_[$*M_^Q"IT*G3KH@\%!/*T#__&8&<`!.74YU2'D`+
M`0`!2'@`1$ZL@(Q03RM`__A*K?_X9P``LB!M__@B;?_XT_P````4(4D`"B!M"
M__@A;?_X`!0@;?_X(6W__``8(&W_^"%M``P`'"!M__C1_````"@K2/_P0JW_X
M]&`>("W_].6`(&T`$"(M__3E@2)M__`CL`@`&`!2K?_T("W_]+"M`!1L"@RM?
M````!__T;<XO+?_X+RT`"$ZZ(H)03R\M__Q.NB+46$\O+?_\3JR`GEA/(&W_5
M^"MH`"#_[$AX`$0O+?_X3JR`F%!/+RW__$ZZ()I83R`M_^Q@`/\@3E4``$AXX
M`"%(>@!.3KHB'E!/*4"3SF8(86)P`4Y=3G5"IT*G3KH?W%!/*4"3TF8"8.8I+
M;)/2*+9"ITAL**A"ITAZ`"E.NB'03^\`$"E`D]9G`F#$<`!@Q'1R86YS;&%T3
M;W(N;&EB<F%R>0!N87)R871O<BYD979I8V4``$Y5``!*K)/29PHO+)/23KH@B
M`EA/2JR3UF8*2&PHJ$ZZ'TI83TJLD\YG"B\LD\Y.NA]&6$]P`$Y=3G5.50``M
M2JR3SF8.3KK_/DI`9P9P`4Y=3G5(>`0`2&PH\B\M``A.K(`^6$](P"\`+RT`.
M"$ZZ(XA/[P`0*4`H[D'LD\HI2"C@.7P`!"CD0BPHZCE\``,HQ$*L*-1!["CRE
M*4@HT#E\`$8HNDAL*/).K(`^6$](P"E`*,Q(;"BH3KH@<EA/8)!.5?_R0FW_/
M_D*M__I"K?_V2FT`"&<$<`%@`G``*T#_\D*G0J=.NAZB4$\K0/_Z9VA(>0`!!
M``%(>``H3JR`C%!/*T#_]F8,+RW_^DZZ'PA83V!&(&W_]A%\``4`""!M__9"1
M*``)(&W_]B%M__H`#DAX``$O+?_V+RW_\DAZ`"1.NB!<3^\`$$J`9PXO+?_VO
M81Y83T*M__9@KB`M__9.74YU=&EM97(N9&5V:6-E``!.5?_\(&T`""MH``[_:
M_"!M``A*J``49QXO+0`(3KH=L%A/+RW__$ZL@)Y83R\M``A.NAW,6$](>``$2
M+RT`"$ZL@)A03R\M__Q.NAY<6$].74YU3E4``"!M``@A;0`,`"`@;0`((6T`8
M$``D(&T`"#%\``D`'"!M``A"*``>(&T`"$(H`!\O+0`(3KH?^%A/3EU.=4Y51
M```O+0`(3KH=,EA/+RT`"$ZZ(`)83TY=3G5.50``2.<(("1M``A@%K@\`"IG3
M!K@\`#]F"G`!3-\$$$Y=3G4@2E**&!!FXG``8.Q.5?^^2.<,,"1M``@F;0`,\
M0FW_ODH39@9*$F<``200$DB`2,!@``#V#&T`"/^^9@IP`$S?##!.74YU,"W_T
MODC`YX!![?_`(8H(`#`M_[Y(P.>`0>W_Q"&+"`!2;?^^4HI@LE-M_[Y*;?^^6
M;1HP+?^^2,#G@$'M_\0B<`@`2A%F!E-M_[Y@X$IM_[YL!'``8*(P+?^^2,#G^
M@$'M_\`D<`@`4HHP+?^^2,#G@$'M_\12L`@`)G`(`%)M_[Y@`/]82A-F#$IM`
M_[YFFG``8`#_9F!@#!,`06T0#!,`6FX*$!-(@-!\`"!@!!`32(`8``P2`$%M*
M$`P2`%IN"A`22(#0?``@8`00$DB`&@"X!6<.2FW_OF8`_U!P`&``_QI@%)"\"
M````*F<`_P20O````!5GD&"@2A-G`E*+2A)G`E**8`#^UG`!8`#^[B!O``0B6
M2$H89OQ3B!`O``FSR&<(L"!F^"`(3G5P`$YU3E4``$CG""`X+0`(R.T`"C\$.
M3KH74B1`2H!43V<,0F<_!"\*3KH`#E!/(`I,WP003EU.=2!O``1,KP`#``A@?
M`A#!4<C__$YU<``0+P`%L#P`8&,*L#P`>F($D#P`($YU<``0+P`%L#P`0&,*?
ML#P`6F($T#P`($YU3E4``$CG""`D;0`(4VT`#$IM``QO("\M``Y.N@5`.`"PK
M?/__6$]G#B!*4HH0A+A\``IG`F#60A*X?/__9A"U[0`(9@IP`$S?!!!.74YU`
M("T`"&#R3E4``"\*)&T`"$H29R0O+0`,($I2BA`02(`_`$ZZ$VBP?/__7$]F6
M"'#_)%].74YU8-AP`&#T3E4``"EM``@?"$)L'P9(;0`0+RT`#$AZ``Y.N@!2V
M3^\`#$Y=3G5.50``2FT`"&8D(&P?"`@H``,`#&<(.7S__Q\&8`XO+!\(3KH$9
MB#E`'P983V`2+RP?"#\L'P9.N@9V.4`?!EQ/,"P?!DY=3G5.5?]R2.</,"1M@
M``PF;0`0>@`I;0`('PX@2E**$!!(@#@`9P`"YKA\`"5F``*F0BW_^T(M__I"C
M+?_Y.7P`?Q\,#!(`*F8(4HH;?``!__L0$DB`4D!![)10"#```@``9S1";!\,C
M$!)(@#(L'PS#_``*T$&0?``P.4`?#%**$!)(@%)`0>R44`@P``(``&;6&WP`C
M`?_Y#!(`;&8(&WP``?_Z4HH@2E**$!!(@#X`2,!@``'0>"5@``(T&WP`___Z%
M8`8;?``!__IX#'P*8!8;?``!__IX`'P08`H;?``!__IX#GP(3KH"5$I`9@`"A
M($AM__P_!C`$2,!![)/QT(@O`#`$2,!![)/:T(@O`$ZZ`F9*0$_O``YG``'T(
M2BW_^V8P2BW_^FP,($M8BR)0,JW__F`<2BW_^F\,($M8BR)0(JW__&`*($M8I
MBR)0,JW__E)%8``!@$(M__H,$@!>9P8,$@!^9@A2BAM\``'_^D'M_W(K2/_T>
M8`H@;?_T4JW_]!"$($I2BA`02(`X`+!\`%UFYB!M__1"$&`<&WP``?_Z&WP`A
M(/]R&WP`"?]S&WP`"O]T0BW_=4ZZ`81*0&8``5!*+?_[9@@@2UB+*U#_]$(MR
M__DP+!\,4VP?#$I`9VY"9R!L'PY.D#@`L'S__U1/9UQ*+?_Z9Q@_!$AM_W).V
MK(`42H!<3V<$<`%@`G``8!8_!$AM_W).K(`42H!<3V8$<`%@`G``9PX_/``!C
M(&P?#DZ05$]@&$HM__MF"B!M__12K?_T$(0;?``!__E@ADHM__EG``"\2BW_7
M^V8.OGP`8V<&(&W_]$(04D5@:DHM__EF!CE\``$?#$(M_W(;?``!__I@`/\^V
MD+P````E9P#^*I"\````'V<`_BZ0O`````MG`/X\D+P````)9P#^)E>`9P#^2
MIE&`9[13@&<`_A!9@&<`_?Q?@&<`_AQ9@&<`_LY;@&<`_@1@-#`$4D!![)10N
M"#``!```9PAA5$I`9B)@'$)G(&P?#DZ0L$143V<./SP``2!L'PY.D%1/8`1@T
M`/T02D5F)D)G(&P?#DZ0L'S__U1/9@IP_TS?#/!.74YU/SP``2!L'PY.D%1/?
M,`5@Z$Y5``!"9R!L'PY.D%)`0>R44`@P``0``%1/9P)@YC\\``$@;!\.3I"P4
M?/__5$]F!G#_3EU.=7``8/A.5?_Z2.<,($IL'PQN"G``3-\$,$Y=3G5";?_ZC
M<``Z`$C`*T#__$)G(&P?#DZ0.`"P?``M5$]F"CM\``'_^E)%8!:X?``K9@125
M16`,/SP``2!L'PY.D%1/8'!"9R!L'PY.D%1/.``_`"\M``A.K(`4)$!*@%Q/<
M9B@,;0`0`!!F$DJM__QF#+A\`'AG/+A\`%AG-C\\``$@;!\.3I!43V`P,BT`@
M$$C!("W__$ZZ"2@K0/_\(`J0K0`((&T`#!(P``!(@4C!TZW__%)%NFP?#&V*V
M2FW_^F<.(&T`$B`M__Q$@""`8`@@;0`2(*W__#`%8`#_($Y5``!(YP@@)&T`^
M""\*3KH`,C@`L'S__UA/9R(P!$C`8!13D@CJ``,`#'#_3-\$$$Y=3G5@UDJ`_
M9_I9@&?D,`1@ZDY5```O"B1M``@@4K'J``1E#"\*81983R1?3EU.=2!24I(0H
M$$B`P'P`_V#L3E4``$CG"#`D;0`($"H`#,`\`!AG"G#_3-\,$$Y=3G4(J@`"E
M``Q*J@`(9@@O"DZZ$"183Q`J``Q(@`@```=G,$'LE-(F2!`K``Q(@,!\`(2P&
M?`"$9@P_//__+PM.N@[<7$_7_````!9![):*M\AEUC\J`!`O*@`($"H`#4B`;
M/P!.N@;,.`!*0%!/;A1*1&8$<`A@`G`0@2H`#'#_8`#_>C`$2,`DJ@`(T*H`9
M""5```0@4E*2$!!(@,!\`/]@`/]:3E4``"\*3KH/5"1`2H!F"'``)%].74YUG
M+PHO+0`,+RT`"&$&3^\`#&#H3E4``$CG""`O+0`03JR`1$'LE`@D2%A/2A)F`
M$#E\``4E''``3-\$$$Y=3G4O+0`,+PI.K(`@2D!03V<$7(I@V#\J``0O+0`(F
M3KH$U#@`L'S__UQ/9@1P`&#*(&T`$!%$``T@;0`0$7P``0`,("T`$&"R3E4`Y
M`"EM``@?$DAM`!`O+0`,2'H`#DZZ"+)/[P`,3EU.=4Y5```O+!\2/RT`"$ZZQ
M#(1<3TY=3G5.50``+PHD;0`*#&W__P`(9P@@4K'J``AB"'#_)%].74YU4Y(@R
M4A"M``DP+0`(8.Q.5?_Z.WS____Z2'C__B\M``A.NA,"*T#__%!/9@PY?``!^
M)1QP_TY=3G4P+0`,2,!@."\M__Q.NA,N2'C__R\M``A.NA+2*T#__$_O``QFK
M"CE\``@E''#_8,Q";?_Z8!S_X/_@_[@``O_@L+P````%9`KC@#`[`.I.^P``]
M+RW__$ZZ$N0P+?_Z6$]@FB!O``0P+P`($AAG"K(`9O@@"%.`3G5P`$YU87!#V
M[):.1>R6CK7)9@XR/"6G:PAT`"+"4<G__"E/+/(L>``$*4XL]DCG@(`(+@`$Q
M`2EG$$OZ``A.KO_B8`9"I_-?3G-#^@`@3J[^:"E`**1F#"X\``.`!TZN_Y1@V
M!$ZZ`!I03TYU9&]S+FQI8G)A<GD`2?D``'_^3G5.50``+PI(>0`!```P+):*-
MP?P`!B\`3KH4+BE`+/I03V840J=(>0`!``!.NA)$4$\N;"SR3G4@;"SZ0F@`C
M!"!L+/HQ?``!`!`@;"SZ,7P``0`*(&PL\B`L+/*0J``$4(`I0"S^(&PL_B"\C
M34%.6$*G3KH3_"1`2JH`K%A/9RXO+0`,+RT`""\*3KH`KCE\``$M`B!L+/H`&
M:(````0@;"SZ`&B````*3^\`#&!"2&H`7$ZZ%)Q(:@!<3KH3["E`+00@;"T$N
M2J@`)%!/9Q`@;"T$(F@`)"\13KH0D%A/+RPM!"\*3KH$T"EL+00M"%!/3KH0Y
MXB!L+/H@@$ZZ$1P@;"SZ(4``!F<62'@#[4AZ`"I.NA#X(&PL^B%```Q03R\L$
M+0@_+"T,3JR`"$)G3JR`5E!/)%].74YU*@!.50``2.<,,"1M`!`@;0`(("@`:
MK.6`*``@1"`H`!#E@"9`$!-(@$C`T*T`#%2`.4`M#D*G,"PM#DC`+P!.NA+0E
M*4`M$%!/9@A,WPPP3EU.=1`32(`Z`#\%($M2B"\(+RPM$$ZZ`4Y(>@%(,`5(D
MP-"L+1`O`$ZL@"8_+0`.+PHO+"T03KH#-B!L+1!",%``.7P``2T,,`5(P-"L'
M+1`F0%*+)$M/[P`<$!-(@#H`L'P`(&<8NGP`"6<2NGP`#&<,NGP`#6<&NGP`,
M"F8$4HM@V`P3`"!M>@P3`")F+E*+($M2BQ`02(`Z`&<>($I2BA"%NGP`(F80Y
M#!,`(F8$4HM@!D(J__]@`F#68#@@2U*+$!!(@#H`9R:Z?``@9R"Z?``)9QJZ6
M?``,9Q2Z?``-9PZZ?``*9P@@2E**$(5@SB!*4HI"$$I%9@)3BU)L+0Q@`/]:0
M0A)"IS`L+0Q20$C`Y8`O`$ZZ$:XI0"T(4$]F"$)L+0Q@`/[8>@`F;"T08!XP&
M!4C`Y8`@;"T((8L(`"\+3JR`/E)`2,#7P%A/4D6Z;"T,;=PP!4C`Y8`@;"T(3
M0K`(`&``_IH@`$SO`P``!"`(,B\`#&`"$-E7R?_\9P9206`"0AA1R?_\3G5.Q
M50``/RT`##\\`P$O+0`(80903TY=3G5.50``2.</,"1M``A.N@QH)FPL^G@`Z
M8`XP!,'\``9*LP@`9PY21+ALEHIM['H&8```Q`@M``$`#&<P2'C__R\*3KH.<
MD"P`4$]G("\&3KH.U"\*3KH.%$J`4$]F#DZZ#EPZ`+!\`,UF``",2'@#[2\*!
M3KH.<BP`2H903V9@""T````,9@1Z`6!L2'@#[B\*3KH.5"P`4$]F"$ZZ#B`Z8
M`&!42'@`(4AZ`)).NA$0+@!03V<*+P=.N@[*6$]@'DAX``%(>@""+P9.N@YJ%
M2'C__T*G+P9.N@X\3^\`&&`F,"T`#,!\!0"P?`4`9A@O!DZZ#3YZ!%A/.44ES
M''#_3-\,\$Y=3G4P!,'\``8GA@@`,`3!_``&($#1RS%M``P`!`@M``,`#&<0H
M2'@``4*G+P9.N@WB3^\`##`$8,)D;W,N;&EB<F%R>0```$Y5``!(YPP@."T`"
M"$ZZ"R(P!,'\``8D0-7L+/I*1&T*N&R6BFP$2I)F$#E\``(E''#_3-\$,$Y=[
M3G4P*@`$P'P``[!\``%F"CE\``4E''#_8.!P`#`M``XO`"\M``HO$DZZ#58JM
M`+"\_____T_O``QF#$ZZ#0`Y0"4<</]@M"`%8+`P/'__8`0P+P`,(&\`!$H89
M9OQ32")O``A30!#95\C__&<"0A`@+P`$3G4P/'__8`0P+P`,4T!K%"!O``0B]
M;P`(L0EF#%-(2AA7R/_V<`!.=6,$<`%.=7#_3G4@;P`$(`@B;P`($-EF_$YU6
M3E4``"\*)&T`"$H29R`@2E**$!!(@#\`3KH%IK!\__]43V8(</\D7TY=3G5@S
MW#\\``I.N@6,5$]@[$CG<``T`<3`)@%(0\;`2$-"0]2#2$#`P4A`0D#0@DS?P
M``Y.=4Y5``!(YPXP)&T`"$*G2'H`CDZZ#Q8I0"T44$]F"$S?#'!.74YU(&T`Y
SHAR_EOF
if test 49958 -ne "`wc -c MRBackup.uue1`"
then
echo shar: error transmitting MRBackup.uue1 '(should have been 49958 characters)'
fi
#	End of shell archive
exit 0

ain@j.cc.purdue.edu (Patrick White) (06/12/88)

Submitted by:	mrr@amanpt1.zone1.com  (Mark Rinfret)
Summary:	A hard disk backup program.  version 2.2
Poster Boy:	Patrick White	(ain@j.cc.purdue.edu)
Archive Name:	binaries/amiga/volume6/MRBackup.d.sh.Z
Tested.. well, kinda.
 
NOTES:
   I reshared it to separate docs and delete the "delete this line and
concatenat parts" stuff so cat can be used to combine the uuencoded parts.
   I ran it, but I don't have a hard disk to actually try it on.
   Source is not included, but can be obtained from Mark.
.
 
 
-- Pat White   (co-moderator comp.sources/binaries.amiga)
ARPA/UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM  PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906
[How do you get to heaven?   Go to Pluto and hang a left.]
 
========================================
 
#	This is a shell archive.
#	Remove everything above and including the cut line.
#	Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:	Shell Archiver
#	Run the following text with /bin/sh to create:
#	ReadMe
#	MRBackup.TXT
#	ToDo
# This archive created: Fri Jun  3 13:05:20 1988
# By:	Patrick White (PUCC Land, USA)
echo shar: extracting ReadMe '(555 characters)'
cat << \SHAR_EOF > ReadMe

This is MRBackup, a hard disk backup utility for the Amiga. This program 
was written under Manx Aztec C, version 3.40b, to run under KickStart 1.2.
This program is released to the public domain by the author.  Feel free to
redistribute it. 

IMPORTANT:

Be sure to copy the files MRBackup.init and MRBackup.xcld to the S: 
directory.  

											Mark R. Rinfret
											mrr@amanpt1.ZONE1.COM

P.S. The complete source for MRBackup is available for a small charge.  
Send $20.00 to

			Mark R. Rinfret
			348 Indian Avenue
			Portsmouth, RI 02871


SHAR_EOF
if test 555 -ne "`wc -c ReadMe`"
then
echo shar: error transmitting ReadMe '(should have been 555 characters)'
fi
echo shar: extracting MRBackup.TXT '(28839 characters)'
cat << \SHAR_EOF > MRBackup.TXT
















                                MRBackup Version 2.1
           
                             A Hard Disk Backup Utility

                                       for the

                                  Commodore Amiga 

                                   1 February 1988
           
                                   Mark R. Rinfret

^L






          Introduction

               This   document   describes   a   program,   named  MRBackup
          (pronounced M R Backup, not Mister  Backup :-),  which will allow
          you to  backup the  files on  an Amiga  hard disk drive to floppy
          disk media. I wrote MRBackup primarily out of my own need. I also
          saw it  as a means for learning more about programming the Amiga.
          Please take the time to read  this document  carefully. There are
          some fine  points ("Now  THOSE are  some fine points!") about the
          program that you won't want to miss.

               MRBackup is reasonably flexible,  allowing  you  to  back up
          individual directories,  directory trees or a whole disk. You can
          backup from  one  directory  hierarchy  and  restore  to another.
          Incremental backups  can be  performed based on file modification
          dates. MRBackup also uses, at your discretion, the  "archive bit"
          feature added  with release  1.2 of  the WorkBench. Just for fun,
          MRBackup also talks.  Though  this  is  may  seem  frivolous, the
          speech capability  provides a  method for alerting you that a new
          output disk is required for formatting.

               MRBackup is not fast. When choosing a method for packing the
          backup  data,   a  fast-scan  approach  with  specialized  backup
          directory structure was considered. However, there is an inherent
          danger in  committing multiple files to a specialized file system
          which can only be accessed through a solitary  piece of software.
          I decided  to maintain  the AmigaDOS  file system structure which
          has a great deal of integrity and allows  the backup  media to be
          accessed by  standard software. When I do it again, I'll probably
          go with the specialized approach - the current method is just too
          darned slow.

               The  user  should  take  a serious and organized approach to
          his/her backup methods, however.  I highly  recommend that backup
          listings be  kept in  a safe  place (I  use a  3-ring binder) and
          backup floppies be stored  safe  from  magnetic  damage  or other
          hazards  (like   spilled  coffee  -  argh!).  A  truly  committed
          individual will backup his entire disk once a month, once  a week
          and "areas of interest" once a day (default). 

               MRBackup  attempts  to  economize  on  output media usage by
          using Lempel-Ziv data compression/decompression  (at the  cost of
          time). This   is an option which can be enabled/disabled via menu
          selection. The compression routine used was lifted from  the Un*x
          "compress" program  but has  been adapted to employ buffering and
          native AmigaDOS I/O. 


          Operation

               To use MRBackup, click on the program icon  or type MRBackup
          at the CLI prompt. A new window will open in which you will see a
^L




          STOP sign,  some  other  gadgetry,    and  a  couple  of embedded
          windows. If  you click  with the right mouse button and drag from
          left to right across the menu bar, you'll see the various program
          menus which control MRBackup's operation.


          Pathname Specifications Window

               The  Pathname   Specifications  window  is  where  you  tell
          MRBackup where data is coming from and going to. It  is important
          to note that the meanings of "Home Path" and "Backup Path" remain
          the same for a backup or a restore operation. That  is, the "Home
          Path" always refers to the files' normal "home" and "Backup Path"
          always refers to the location where the copies are kept. 

               The "Listing Path" refers to the  destination of  a detailed
          listing of  the contents  of the  backup floppies and may specify
          the printer (PRT:, default) or  a  file  on  the  hard  disk. The
          listing is  an option  which may  be enabled/disabled via a Flags
          menu selection. 

               The "Exclude Path", if specified,  is  the  name  of  a file
          which contains  lines describing files which should not be backed
          up. Any filename matching an entry in this list will  be excluded
          from   the   backup.   The   exclude   file   consists   of  file
          specifications, one per line, or comments  (a line  with a number
          sign   - #  - in  column 1).  Blank lines  are ignored. Also, the
          specifications  are  case-insensitive.  That   is,  "SYSTEM"  and
          "system" are equivalent. Examples:

          # Exclude all object files
          *.o
          # Exclude all files beginning with "System":
          system*
          # Exclude all ".info" files:
          *.info
          # Exclude the "include" directory and all subdirectories:
          include

               You can  customize the operation of MRBackup through the use
          of   an   initialization   file.   This   file   must   be  named
          S:MRBackup.init. With  it, you  may set your desired defaults and
          Flags. Each line in the file  consists of  an option  setting, of
          the form:

          OPTION = VALUE

          or  a  comment.  Comment  lines  begin  with a number sign (#). A
          sample initialization file is included which  illustrates the use
          of all possible parameter settings.

          The following  example is  from a working MRBackup initialization
          file:

^L




          # The home path is the name of the hard disk.
          home =          DH0:
          # The backup path is the external floppy disk.
          backup =        DF1:
          # Send the listing to a file on the hard disk.
          # The default is PRT:
          list =          S:MRBackup.list
          # Give the name of the file containing exclusion specifications.
          exclude =       S:MRBackup.xcld
          # Employ file compression / decompression.
          compression =   YES
          # Disable the listing capability.
          listing =       NO
          # Let MRBackup talk to me.
          speech =        YES
          # Format each floppy targetted for output.
          format =        YES
          # Do special processing for "big files".
          bigfiles =      YES
          # Provide special handling of the "archive bit".
          archivebits =   YES


          Backing Up a Disk

               To back up your hard disk, or a section of it, first  get an
          indication of  the size  of the  area with the Info command, "ls"
          (if you have it), List, etc. If you multiply the  total number of
          bytes (blocks  * 512)  by 0.65, then divide by 800000, you should
          get a very rough estimate (probably high) of the number of floppy
            disks required  to back up that area. The floppies selected for
          backup need not be preformatted, as MRBackup will  format them as
          needed. You should be sure, however, that no valuable data exists
          on them since it will be destroyed by the formatting  process, if
          formatting is enabled.

               Once your floppies are ready and stacked neatly within reach
          (get some  labels and  your favorite  marker pen,  too!), the fun
          begins.  First,  modify  the pathname specifications according to
          your requirements. Normally, the "Home Path" would be  the device
          name of your hard disk or a directory on it (e.g. DH0:) while the
          "Backup Path" would specify the  device  name  of    one  of your
          floppy  drives  (e.g.  DF0:).  While earlier versions of MRBackup
          were pretty rigid in this regard, this version will allow  you to
          specify ANY  disk device  name in either specification. PLEASE BE
          CAREFUL!  Many users asked for  this increased  flexibility. Just
          be aware  that it  carries with it an increased risk that you now
          have more "opportunity" to  burn yourself  with improper pathname
          specifications.

               Finally, the  listing path  may be set to the printer device
          (PRT:) or to the name of a file on a hard drive  or any available
          floppy drive  not being used by the backup. The listing path will
^L




          be ignored if you disable  the  Generate  Listing  option  in the
          Flags menu.

               Make sure that you have set the desired options in the Flags
          menu, then select Backup  from  the  Project  menu.  You  will be
          prompted  with  a  date  requester.  The  default date value that
          appears is one day earlier than  the  current  date.  If  that is
          satisfactory, simply  depress the  RETURN key and the backup will
          commence. If you desire to change the date,  edit the  date value
          as necessary, using the standard Amiga conventions. Remember that
          to clear the gadget you  may  press  right-Amiga-x.  A  null date
          value  (all  blanks)  is  allowed,  should you want to backup all
          files in the home path, regardless  of their  creation dates. The
          minimum  date  value  handled  by this date requester is 03/01/84
          (though AmigaDOS supports dates  back to  01/01/78). The required
          date and  time format  is MM/DD/YY  HH:MM:SS (24 hour clock), the
          time specification being optional.  You  will  notice  upward and
          downward pointing "arrows" above each date component. Clicking on
          the appropriate arrow will increment or  decrement the respective
          portion of the date. Though the values normally will wrap around,
          not affecting adjacent date  components, certain  situations will
          arise  where  incrementing  a  day  value  may cause the month to
          increment (incrementing February 28 in a non-leap-year will yield
          March 31).

               Once  the   date  has  been  entered,  the  rest  is  fairly
          automatic. You will be  prompted immediately  for a  floppy disk.
          Insert it  into the floppy drive that you specified in the backup
          path and the disk requester will be satisfied. Should you want to
          abort, simply  hit the  CANCEL gadget in the requester. Also, you
          may abort the backup process at  any  time  by  hitting  the STOP
          gadget which  appears in  the top  left area  of the screen. This
          gadget is checked prior to  each  block  write  operation,  so be
          patient if  it does  not respond immediately. Use the STOP gadget
          with caution - it really lives up to its name!

               As each floppy disk is filled, you should promptly label it.
          If formatting is enabled, MRBackup automatically generates volume
          names of the form:

               Backup MM-DD-YY.<sequence number>

          Also to be noted is the fact that the files  on the  backup media
          retain the  creation/modification date,  comments (FileNotes) and
          protection bits of their counterparts on the home device.

               You will  find  that  the  Amiga's  multitasking environment
          shines when  using this program. For those long-haul backups, get
          everything started, then shove MRBackup's screen to the  back and
          go start  something useful.  MRBackup will  carry on without your
          watchful eye. When it needs a disk, the  disk requester  will pop
          out in  front of  everything and  MRBackup will ask (out loud, if
          speech is enabled ) for another disk. Having something else to do
          will make the time pass faster.
^L






          Restoring the Backups

               No, this  isn't always  the bad part. Backup and restore can
          also be useful when  your hard  disk is  crowded and  you have to
          "juggle" data  around. The  restoration process is quite similar,
          mechanically, to the backup  process  -  it's  just  reversed. In
          addition, the meanings of the pathname specifications are altered
          somewhat. The  "Home  path"  describes  the  destination  for the
          restored files  and, as  with the backup process, may specify the
          hard drive only or a directory  specification. The  "Backup path"
          describes  the  file  or  files  to  be  restored and thus may be
          defined down to the file level (1 file).

               Note that on a restore operation, the file  creation date of
          the backup  file is  compared to its matching file (if it exists)
          on the home device. If the file on the home device is  newer, the
          file will  not be  replaced. If  this is desired, the file on the
          home device must  be  deleted  first.  A  later  version  of this
          program  will  probably  offer  a  "force" or "force with prompt"
          option. 


          Menus

               This section  provides  a  brief  description  of MRBackup's
          menus and their items.

          Operations Menu

               The  Operations  Menu  provides  access  to MRBackup's major
          processing functions. They are:

               About
                    This  item  gives  a  quick  description  of MRBackup's
               features and lists my address and phone numbers.

               Backup
                    This  command  begins  the  backup  process. You should
               first be sure that  all  Pathname  Specifications  and Flags
               menu settings are correct.

               Resume Backup
                    This  command  allows  you  to backup your hard disk in
               stages or recover from  an  interruption,  such  as  a power
               failure.  Prior  to  "starting" each backup floppy, MRBackup
               writes information about its  current  internal  state  to a
               file named  S:MRBackup.context. The  first line of this file
               is the disk sequence number (1..n).  The second  line is the
               name  of  the  first  file  to be written to the floppy. The
               third line is the backup "delta date". Subsequent  lines are
               the names  of files  and directories in MRBackup's top-level
               file list. As long as the  file specified  in line  2 can be
^L




               found, MRBackup  should be  able to resume your backup, even
               if changes  have  occurred  since  the  original  backup was
               interrupted. You  may even edit the context file for special
               situations where  you  wish  to  backup  a  disjoint  set of
               directories.

               Restore
                    Restore  allows   you  to  recover  files  from  backup
               floppies previously created with the Backup or Resume Backup
               commands. MRBackup  will prompt you for floppy disks as they
               are needed. Note  that  there  is  no  prescribed  order for
               restoring floppy disks.

               Load Preferences
                    This  command  reads  your  Pathname Specifications and
               Flag menu  settings from  a file  named S:MRBackup.init. You
               would  typically  use  this  command  to  restore MRBackup's
               settings to your startup settings.

               Save Preferences
                    This command writes the current Pathname Specifications
               and  Flag  menu  settings  to the file S:MRBackup.init. This
               allows you to  establish  MRBackup's  default initialization
               parameters.

               Quit
                    Alas - all good things must come to an end. As much fun
               as MRBackup is to use, you'll probably want  to put  it away
               once in a while.


          Flags Menu

                    The  Flags  menu  allows  you  to  set or clear certain
               operating  parameters  (flags)  which  constrain  MRBackup's
               operation.  A  flag  is  considered  "set"  if  there  is  a
               checkmark to the left of its  name in  the Flags  menu. Each
               time the  item is selected it will toggle to the opposite of
               its current state.

               Compress Files
                    This option,  when set,  allows files  to be compressed
               during   backup   and   decompressed  when  restoring.  File
               compression can  typically  save  from  35%  to  60%  of the
               original file  size. Though  this is more costly in terms of
               time, fewer floppies will be required to perform a backup.

               Do Big Files
                    Big files  are files  whose size  exceeds the formatted
               capacity  of  a  floppy  diskette (1756 blocks). In order to
               backup big files, MRBackup must  split  them  across  two or
               more  diskettes.  In  order  to  accomplish  this, a special
               information  file,  MRBackup.bigfile,  is  written  to  each
               backup  diskette   containing  a  big  file.  MRBackup  also
^L




               requires another flag,  Format  Destination,  to  be  set in
               order  for  big  file  backup  to  be  attempted.  If  these
               conditions are not met, MRBackup will  simply skip  over the
               big file, reporting the event.

               Generate Listing
                    This  option  causes  MRBackup  to list the contents of
               each backup diskette (created by the Backup command)  to the
               file or device specified by the Listing Path in the Pathname
               Specifications window.

               Speak
                    Setting the Speak flag allows MRBackup to talk  to you.
               This  is  especially  useful  when doing backups. When a new
               floppy disk is required, MRBackup  will  call  you  for help
               (it's  a  pity  the  Amiga  doesn't  have a diskette jukebox
               feature).

               Format Destination
                    This flag is normally set and tells MRBackup  to format
               each floppy  used for backup purposes. However, you may wish
               to disable this feature for special backups which you prefer
               to "refresh"  by writing over previous versions of backed up
               files.

               Use Archive Bits
                    A new feature, added with release 1.2 of the WorkBench,
               is an  archive bit  in each file's protection word. This bit
               is cleared whenever a  file is  modified and  can be  set by
               MRBackup  when  a  file  is  backed  up. When this option is
               enabled, files for which the archive bit is set will  not be
               backed up.  This gives you a very accurate method for backup
               selection  if  you're  careful  with  your  backup  diskette
               library.


          Windows Menu
               The Windows menu allows you to reactivate windows which have
          been closed. Currently, the only window supported in  this manner
          is the  Pathname Specification  window, which  you may close once
          all pathname specifications have been made.


          Warranties and Support

               There are no warranties,  either expressed  or implied, with
          regard to  the use  of this  program. You  didn't pay for it (did
          you?), so how's you gonna' get  you money  back (sic,  sic, sic)?
          Seriously, folk,  I've tested  this beastie  pretty thoroughly (I
          USE it!), but you know how things go. There may  be a  bugaboo or
          two lurking  about. Please exercise it a little before committing
          your life (your precious data) to its care.

^L




               As for support, I will do my best to respond  to bug reports
          for as  long as I have an Amiga in working condition. I will only
          support the most recent  version,  so  please  know  your version
          number if  you call. I am a fairly trusting sort, so if your need
          is urgent and I have a spare floppy, I'll probably  respond right
          away and assume you'll return my floppy and a couple of stamps in
          equally prompt fashion.

               Several people have suggested that I should have made this a
          shareware product,  if not a commercial one. I don't really think
          that shareware works, and it really was not my intention  to make
          money with  this program.  I can see in retrospect, however, that
          there was a need for such a utility and that  with a  little more
          work (OK,  a lot  of work!),  I could  probably have  had a minor
          financial success. However,  by  my  standards,  that  would have
          required a  lot more  effort and commitment than I had to give at
          the time. Your calls and letters  have been  extremely gratifying
          and all  the incentive  I've needed to continue to steal a couple
          hours here and there to continue making improvements.  (If anyone
          wants to  talk a deal for some reasonably priced custom software,
          I'm all ears.)


          Permissions

               This program is contributed to the public domain, as a token
          of  gratitude  for  the  many  wonderful programs I have received
          through the same channels. Feel free  to enhance,  destroy, sell,
          distribute  or  otherwise  benefit  from  the  legal  use of this
          program. I would love to hear from those of you who find MRBackup
          either useful  or useless (with specific criticisms in the latter
          case). If you make  any enhancements  (there's room  for PLENTY),
          please share  them with  me and  the rest  of the world. I can be
          reached as:

               mrr@amanpt1.ZONE1.COM
               ...rayssd!galaxia!amanpt1!mrr

               or

               Mark R. Rinfret
               348 Indian Avenue
               Portsmouth, RI 02871
               401-846-7639 (home)
               401-849-8900 (work)


          Changes

               This section lists changes, in reverse  chronological order,
          as they  have appeared in subsequent releases of MRBackup. I have
          attempted to be thorough, but may have missed a few key items.

          Version 2.1
^L





               Added the "archive bits" capability.

               Fixed  an  error  in  the  file  exclusion  list  processing
          algorithm.  While   this  problem  seems  to  have  drawn  little
          attention, the  previous algorithm  did not  properly handle file
          specifications involving nested directory components.

               File  comments  and  protection  bits now are saved/restored
          along with the file date.

               A new command, Resume Backup, plus  a new  method for saving
          "context" information, has been implemented. 


          Version 2.0

          New User Interface

               MRBackup has  undergone a major facelift. It now has its own
          screen and color palette and newly  designed menus  and gadgetry.
          All  of   this  is  due  to  my  use  of  PowerWindows  2.0  from
          Inovatronics, a very worthwhile tool for Intuition programming.

               You will notice some new gadgetry on the  screen. I've added
          a  "fuel  gauge"  which  indicates  the  "fullness" of the output
          floppy. There's a  new  error  count  gadget  which  tracks total
          errors  encountered  and  a  "Current  Backup Volume Name" gadget
          which keeps  you  informed  as  to  which  disk  you're currently
          archiving to or restoring from.

               The  Pathname  Specifications  window  has a close box which
          will make the window go away.  A new  menu, Windows,  has an item
          Pathnames which will reopen the window for you.

               A  new  command,  Save  Preferences, allows you to save your
          current  pathname  specs  and  flags  to   the  preferences  file
          (S:MRBackup.init). The Flags menu has been totally redone. This 
          menu previously consisted of item pairs (<feature>/No <feature> -
          pretty dumb, I must  admit -  I think  I was  intrigued by mutual
          exclusion  at  the  time).  The  new  Flags menu just consists of
          check-marked  items.  If  an  item  is  checked,  the  feature is
          enabled.


          Improved Error Handling

               This is  usually the  hardest task  in any programming chore
          and  usually  gets  the  least  attention.  Previous  versions of
          MRBackup were no exception. Version 2.0, however, has come a long
          way in this direction, especially in the area  of recoverability.
          A new requester has been introduced which lists your recovery (or
          abort) options  when  certain  errors  have  been  detected. Most
          significantly, new  context-saving code has been added which will
^L




          allow you to restart a backup disk from  its beginning,  should a
          non-recoverable  output  error  occur.  Currently,  this  context
          information is saved in memory. I would like to save it to a file
          on the system disk. This, coupled with  
          a new  command (Resume  Backup), would allow recovery even from a
          power failure.


          Increased Flexibility

               Previous versions of MRBackup were fairly  rigid with regard
          to home  and backup  path specifications.  Version 2.0 allows ANY
          disk device to be referenced in either location.  On systems with
          dual floppy disks, you can even backup from floppy to floppy!

               MRBackup now allows you to suppress formatting of the backup
          disk. This allows you  to "freshen"  a previously  created backup
          set. Though  this option  should be used with care, it does speed
          things up and enhances MRBackup's partial backup capability.


          Big File Handling

               This is truly a last-minute item!  I personally don't have a
          file big enough to require this, so I didn't address the problem.
          However, enough users have requested this that I  took a  stab at
          it.  "Big"  files,  according  to  MRBackup,  are files which are
          larger than the formatted capacity of the output media. Iff (sic)
          you enable  the "Do Big Files" and "Format Destination" Flag     
                                           menu items,  MRBackup will split
          big files  across multiple floppy disks. If these options are not
          enabled, MRBackup will just complain that the file is too  big to
          back up and go on.

               Some of  you will  probably think that the method used to do
          this is somewhat kludgy, but it's consistent with  my approach to
          total  AmigaDOS  compatibility.  When  backing  up  a big file, a
          special information file,  MRBackup.bigfile,  is  written  to the
          output disk.  The information  file contains  stuff like the file
          name, the "chunk number" (which piece of the file is this?),  the
          chunk size,  and a  flag which indicates whether this is the last
          chunk. This information  is  used  by  the  restore  operation to
          insure that the file chunks get reassembled in the correct order.

               In order  to test this, I had to write a program to create a
          big file  (slightly larger  than 1  floppy disk),  archive it and
          restore it,  then compare the two files. To do all this, I had to
          first clean house on my 20 MB hard  drive!   The big  file backup
          appears  to  work  OK.  I  think  it could use some more testing,
          however, and would encourage you  to  test  drive  it  before you
          commit to it.


             
^L
SHAR_EOF
if test 28839 -ne "`wc -c MRBackup.TXT`"
then
echo shar: error transmitting MRBackup.TXT '(should have been 28839 characters)'
fi
echo shar: extracting ToDo '(529 characters)'
cat << \SHAR_EOF > ToDo

	"To do" list for MRBackup:


	MRBackup has gone about as far as I intend to take it in its public
domain form (greed rears its ugly head!).  Alas, though I would like to
stay with the "native" filesystem format, the performance of the program
suffers too much.  I have some ideas for a very fast version which, if I
pursue, I'll probably try to sell.  I'll continue to support MRBackup in
its current form and might even be pursuaded to add some trivial features
and ALWAYS will accept bug reports and try to get them fixed.


SHAR_EOF
if test 529 -ne "`wc -c ToDo`"
then
echo shar: error transmitting ToDo '(should have been 529 characters)'
fi
#	End of shell archive
exit 0

ain@j.cc.purdue.edu (Patrick White) (06/12/88)

Submitted by:	mrr@amanpt1.zone1.com  (Mark Rinfret)
Summary:	A hard disk backup program.  version 2.2
Poster Boy:	Patrick White	(ain@j.cc.purdue.edu)
Archive Name:	binaries/amiga/volume6/MRBackup.b.sh1.Z
Tested.. well, kinda.
 
NOTES:
   I reshared it to separate docs and delete the "delete this line and
concatenat parts" stuff so cat can be used to combine the uuencoded parts.
   I ran it, but I don't have a hard disk to actually try it on.
   Source is not included, but can be obtained from Mark.
.
 
 
-- Pat White   (co-moderator comp.sources/binaries.amiga)
ARPA/UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM  PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906
[How do you get to heaven?   Go to Pluto and hang a left.]
 
========================================
 
#	This is a shell archive.
#	Remove everything above and including the cut line.
#	Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:	Shell Archiver
#	Run the following text with /bin/sh to create:
#	MRBackup.init
#	MRBackup.xcld
#	MRBackup.info.uue
#	MRBackup.uu1
# This archive created: Fri Jun  3 12:47:14 1988
# By:	Patrick White (PUCC Land, USA)
echo shar: extracting MRBackup.init '(184 characters)'
cat << \SHAR_EOF > MRBackup.init
home = 		DH0:
backup = 		DF1:
list = 		MRBackup.list
exclude = 		S:MRBackup.xcld
compression = 		YES
listing = 		YES
speech = 		YES
format = 		YES
bigfiles = 		YES
archivebits = 		YES
SHAR_EOF
if test 184 -ne "`wc -c MRBackup.init`"
then
echo shar: error transmitting MRBackup.init '(should have been 184 characters)'
fi
echo shar: extracting MRBackup.xcld '(140 characters)'
cat << \SHAR_EOF > MRBackup.xcld
# The terminating asterisk in some names supresses the ".info" files.
AmigaBasic*
c
devs
Empty*
l
lib
libs
Preferences*
System*
t
Trashcan*
SHAR_EOF
if test 140 -ne "`wc -c MRBackup.xcld`"
then
echo shar: error transmitting MRBackup.xcld '(should have been 140 characters)'
fi
echo shar: extracting MRBackup.info.uue '(1356 characters)'
cat << \SHAR_EOF > MRBackup.info.uue

begin 644 MRBackup.info
MXQ```0``````U@!Z`%``*P`%``,``0##ES``````````````````````````2
M`````SP``````````````-(```!O``````````````````````!0`"H``@`!]
M1!`#``````#_________________________________________````````X
M``!__P_@````````?_\``````````'__``````````!__P``````````?_\`E
M````````/'__``````````!_____________________________________>
M______________________[_^__________^__'__________O_@________?
M__[_P'_________^__O_________\!_[__________@_^__________\?_O_)
M_________O_[______________________P'__^`_______\!_^!@/______<
M_`?_@8#_______P'_X&`_______\!_^!@/_______`?_@8#_______P'__^`Y
M_______\`````/_______`````#_______P`````_______\`````/______7
M_`````#_______P`````_______\`````/_______`````#_______P`````8
M____________________________________________________________3
M____________``````````!__P_@````````?_\``````````'__````````@
M``!__P``````````?_\`````````/'__``````````!_________________I
M________________________``````````````````$`!``````````!``X`"
M`````````0`?``````````$`/X`````````!``0`````````#^`$````````8
M``?`!``````````#@`0``````````0`$```````````````````````'__^`<
M````````!_^!@`````````?_@8`````````'_X&`````````!_^!@```````<
M``?_@8`````````'__^`````````````````````````````````````````,
M`````````````````````````````````````````````````````````````
F`````````````````````````````````````````````````````
``
end
size 938
SHAR_EOF
if test 1356 -ne "`wc -c MRBackup.info.uue`"
then
echo shar: error transmitting MRBackup.info.uue '(should have been 1356 characters)'
fi
echo shar: extracting MRBackup.uu1 '(44056 characters)'
cat << \SHAR_EOF > MRBackup.uu1
begin 644 MRBackup
M```#\P`````````#``````````(``"G^0``P%`````$```/I```I_D[Y``"01
M*DY5``!A$DZZ3Y!"9T*G3KH!%%Q/3EU.=4Y5``!.NDND2D!G#C\\`!1(>@!P)
M3KH`]EQ/2'@``4AX``Q.ND:24$\I0#6J2JPUJF?:+RPUJDZL@))83TAX``%()
M>``,3KI&<%!/*4`UKDJL-:YGN$AX``%(>`$$3KI&6%!/*4`UADJL-89GH&$TA
M3KIB@$ZZ"HQ"9TZZ"%Q43TY=3G50<F]G<F%M(&EN:71I86QI>F%T:6]N(&9AU
M:6QE9"X*`$Y5```I?```@``Q[$AY``$``"\L,>Q.ND7\4$\I0#'H9P1.74YUX
M!*P```@`,>P,K```"``Q[&+4/SP`%$AZ``AA*%Q/8-Q.;W0@96YO=6=H(&UEZ
M;6]R>2!F;W(@8V]P>2!B=69F97(A"@!.50``/SP``4ZZ!\!43TJM``AG"B\MK
M``A.K(!66$]*K#669PHO+#663JR`=%A/2JPUJF<.2'@`#"\L-:I.K(#"4$]*A
MK#6N9PY(>``,+RPUKDZL@,)03TJL-89G#DAX`00O+#6&3JR`PE!/2JPQZ&<.)
M+RPQ["\L,>A.K(#"4$].NDC4/RT`#$ZL@(943TY=3G5.5?_T.WP``?_T*VT`-
M"/_Z*VT`#/_V/SP`.B\M__I.K(`X7$]*@&<J*VT`#/_V(&W_^E*M__H;4/__<
M#"T`.O__9PX@;?_V4JW_]A"M__]@WF`$0FW_]"!M__9"$"\M__HO+0`03JR`J
M4%!/,"W_]$Y=3G5.5?_R0FW_\B!L-:8O*`!63JR`R%A/*T#_]&=,(&W_]"MH"
M`!3__"!M__0K:``<__@O+?_T3JR`SEA/2FW_\F8F#*T```!`__QF'"!M__@,M
M:``%`"9F$$AZ`!A.N@DL6$\[?``!__)@H#`M__).74YU22!A;2!S=&]P<&EN0
M9RP@87,@>6]U(')E<75E<W1E9"X*`$Y5_]8@;0`((F@`(BM1_]I(>/__+RT`6
M""\L-;).K(#@3^\`#'(`,@`K0?_62&W_WR\M_]I.NG)D4$]*@&8:2'H`6DZZ&
M"+)83TAL@.8O+?_:3JR`4%!/8`XO+?_:2&R`YDZL@%!03T*G2'C__R\M_]8O&
M+0`(+RPULDZL@-1/[P`42'C__T*G+RPULB\M``A.K(#:3^\`$$Y=3G5"86-KE
M=7`@<&%T:"!M=7-T('-P96-I9GD@82!D:7-K(&1E=FEC92X*``!.5?_62'C_Y
M_R\M``@O+#6R3JR`X$_O``QR`#(`*T'_UB!M``@B:``B*U'__$AM_]LO+?_\,
M3KIQH%!/2H!G#B\M__Q.NG=46$]*0&8:2'H`:$ZZ!^!83TAL@4@O+?_\3JR`@
M4%!/8`XO+?_\2&R!2$ZL@%!03R!M``@O*``B3KH&X%A/0J=(>/__+RW_UB\MQ
M``@O+#6R3JR`U$_O`!1(>/__0J<O+#6R+RT`"$ZL@-I/[P`03EU.=4AO;64@P
M<&%T:"!M=7-T(&)E(&$@9&ES:R!D979I8V4@=VET:"!O<'1I;VYA;"!D:7)E_
M8W1O<GD@;F%M92$*``!.5?_T2'C__R\M``@O+#6R3JR`X$_O``QR`#(`*T'_*
M^"!M``@B:``B*U'__$AL@9DO+?_\3JR`2E!/2D!G5DAZ`)8O+?_\3JR`)E!/M
M*T#_]&8:2'H`A$ZZ!N183TAL@9DO+?_\3JR`4%!/8"@O+?_T3JR`=%A/2FR!N
M1&8*2'H`D4ZZ!KI83R\M__Q(;(&93JR`4%!/(&T`""\H`").N@7*6$]"ITAXY
M__\O+?_X+RT`""\L-;).K(#43^\`%$AX__]"IR\L-;(O+0`(3JR`VD_O`!!.4
M74YU80!)(&-A;FYO="!A8V-E<W,@=&AA="!L:7-T:6YG('!A=&@N("!0;&5AG
M<V4@=')Y(&%G86EN+@H`5&AE($QI<W1I;F<@<&%T:"!H87,@8VAA;F=E9"!B?
M=70@=&AE(&QI<W1I;F<@;W!T:6]N(&ES(&1I<V%B;&5D+@H``$Y5__A(>/__!
M+RT`""\L-;).K(#@3^\`#'(`,@`K0?_X(&T`"")H`"(K4?_\+RW__$AL-;9.-
MK(!04$\@;0`(+R@`(DZZ!-)83T*G2'C__R\M__@O+0`(+RPULDZL@-1/[P`4N
M2'C__T*G+RPULB\M``A.K(#:3^\`$$Y=3G5.5?_X2'C__R\M``@O+#6R3JR`5
MX$_O``QR`#(`*T'_^"!M``@B:``B*U'__$)G+RW__$ZL@#)<3TI`9QI(>@!N[
M3KH%+%A/2&PU-"\M__Q.K(!04$]@%"\M__Q(;#4T3JR`4%!/.7P``34J(&T`P
M""\H`").N@0F6$]"ITAX__\O+?_X+RT`""\L-;).K(#43^\`%$AX__]"IR\L<
M-;(O+0`(3JR`VD_O`!!.74YU22!C86XG="!A8V-E<W,@=&AE(&5X8VQU9&4@N
M9FEL92$*`$Y5__H@;#6J("@`"'('3JR`:#M`__I*;?_Z;`1$;?_Z,"W_^DC`9
MY8!![('J*W`(`/_\+RW__$ZL@!I83TY=3G54:&%T(&9E96QS(&=O;V0A("!49
M:&%N:W,@9F]R('1U<FYI;F<@;64@;VXA`$AI+B`@2&]W(&UA>2!)(&AE;'`@Y
M>6]U/P!/:"P@:70G<R!A('=O;F1E<F9U;"!D87D@:6X@=&AE(&YA>6)O<FAO%
M;V0N`$D@=V]N9&5R960@=VAE;B!Y;W4@=V]U;&0@9&\@>6]U<B!B86-K=7!S'
M+@!0;&5A<V4@:6YS97)T(&9I9G1Y(&-E;G1S(&9O<B!T:&4@;F5X="!T96X@J
M;6EN;FET<RX`2&D@<W1R86YG97(N("!7:&5R92!H879E('EO=2!B965N/P!/9
M:"!B;WDN($QE=',@:&%V92!S;VUE(&9U;B$``$Y5__@O+0`(3JR`;EA/.T#_A
M_$)M__XP+?_^P/P`!D'L@@HR+?_\LG`(`&5&<``P+?_\T*T`"#(M__["_``&9
M0>R""G0`-#`8`)""*T#_^#`M__[`_``&0>R"!B\P"``O+?_X3KH"CE!/2D!F/
M!G`!3EU.=5)M__X,;0`#__YEF'``8.PN>@`N87)C`"YZ;V\``$Y5__Q.74YUQ
M0J=.K("\6$\K0/_\2FT`"&<6#*S_____@AAG"B!M__PA;((8`+A@)"!M__P,F
MJ/____\`N&<6(&W__"EH`+B"&"!M__PA?/____\`N&"N3E7^\D)M_O13K#8(<
M0F=.N@WB5$]*0&<&<`%.74YU2&PU`4AM_O9.K(!04$](;?[V3JR`;EA/.T#_'
M^"\M``A.K(!N6$\[0/[R,"W^]+!M_O)L``#L2FW^]&<2,"W_^%)M__A![?[V8
M$;P`+P``,"W^]%)M_O0@;0`(&W```/__9QP,+0`O__]G%#`M__A2;?_X0>W^T
M]A&M__\``&#0,"W_^$'M_O9",```2'C__DAM_O9.K("P4$\K0/_Z9PPO+?_ZE
M3JR`MEA/8')(;?[V3JR`C%A/*T#_^F983JR`JCM`__:P?`#89B!(;?[V2'H`J
M8DAL,?A.K(!<3^\`#$AL,?A.N@%J6$]@*$AM_O8_+?_V2'H`7$AL,?A.K(!<Y
M3^\`#DAL,?A.N@%&6$]P`6``_NY@"B\M__I.K("V6$]@`/\,2&W^]DZZ2198%
M3W``8`#^SD1I<F5C=&]R>2`E<R!A;')E861Y(&5X:7-T<R$*`$524D]2("5DX
M.B!5;F%B;&4@=&\@8W)E871E(&1I<F5C=&]R>2`E<PH``$Y5```@;0`((F@`!
M!$(1(&T`"$)H``@@;0`(0F@`#"!M``A":``.(&T`""\03JR`;EA/(&T`"#%`?
M`!!.74YU3E4``$IL@49G#DZL@`Y*0&8&3KK[XF`$3JR`%$Y=3G5.50``2FR!P
M1F<*+RT`"$ZL@!I83TY=3G5.5?_Z2.<`,"1M``@F;0`,($I2BA`02(`_`$ZL>
M@"!43SM`__X@2U*+$!!(@#\`3JR`(%1/.T#__#`M__Z0;?_\.T#_^F8,2FW_+
M_F<&2FW__&:^,"W_^DS?#`!.74YU3E4``"\M``A.NC=:6$]*;(%&9PHO+0`(5
M3JR`&EA/3EU.=4D@86T@32!2($)A8VMU<"P@82!H87)D(&1I<VL@8F%C:W5P"
M('5T:6QI='D@=W)I='1E;B!B>2!-87)K(%)I;F9R970N"@!)(&%L;&]W('EO)
M=2!T;R!P97)F;W)M(&-O;7!L971E(&]R(&EN8W)E;65N=&%L(&)A8VMU<',LT
M"@!A;F0@22!C86X@8V]M<')E<W,@9&%T82!T;R!E8V]N;VUI>F4@;VX@9FQO(
M<'!I97,N"@!)(&%M(&$@<'5B;&EC(&1O;6%I;B!P<F]G<F%M(&%N9"!Y;W4@0
M;6%Y(&9R965L>2!R961I<W1R:6)U=&4@;64N"@!)9B!Y;W4@9FEN9"!M92!U"
M<V5F=6P@;W(@:68@>6]U(&AA=F4@86YY('-U9V=E<W1I;VYS+`H`<V5N9"!-@
M87)K('-O;64@;6%I;"!A="!T:&4@9F]L;&]W:6YG(&%D9')E<W-E<SH*`"`@^
M("!-87)K(%)I;F9R970*`"`@("`S-#@@26YD:6%N($%V96YU90H`("`@(%!ON
M<G1S;6]U=&@L(%)H;V1E($ES;&%N9"`@,#(X-S$*"@`@("`@;W(L(&UR<D!AT
M;6%N<'0Q+EI/3D4Q+D-/30H`("`@(&]R+"!R87ES<V0A9V%L87AI82%A;6%N\
M<'0Q(6UR<BX*"@!9;W4@;6%Y(&]B=&%I;B!M>2!#(&QA;F=U86=E('-O=7)CC
M92!B>2!S96YD:6YG('1W96YT>2!D;VQL87)S"@!T;R!T:&4@86)O=F4@861D(
M<F5S<RX@5&AA;FMS(&9O<B!Y;W5R('-U<'!O<G0N"@``3E7__D)M__Y(>@!BO
M3KHTU%A/4FW__@QM``7__FWJ0FW__F`R3KKST$I`9CPP+?_^2,#E@$'L@APO[
M,`@`3KK]0%A/2FR!1F8*2'@`'DZL@)A83U)M__XP+?_^2,#E@$'L@AQ*L`@`X
M9KQ.74YU"@!.5?_\/SP``3\\``A.NGC,6$\K0/_\/SP``2\M``A.K(!N6$]21
M0#\`3KIXL%A/(&W__"%```0O+0`((&W__"\H``1.K(!04$]*K#4L9@@I;?_\)
M-2Q@""!L-3`@K?_\*6W__#4P3EU.=4Y5__@O+0`(3KH1>EA/*T#__&8&<`!.N
M74YU(&W__#%M``P`$"!M__PQ;0`.`!(@;?_\(6T`$``,(&T`%$J09@P@;0`4H
M(*W__&```)P@;0`4*U#_^&!P(&W_^"\H``@@;?_\+R@`"$ZL@$I03TI`;DP@X
M;?_\(6W_^``$(&W_^$J09PP@;?_X(E`C;?_\``0@;?_X(FW__"*0(&W_^""M8
M__P@;0`4(E"S[?_X9@@@;0`4(*W__"`M__Q@`/]<(&W_^"MH``3_^$JM__AFE
MBB!M`!0B;?_\(J@`!"!M`!0B:``$(VW__``$(&T`%"%M__P`!"`M__Q@`/\@V
M3E7__$)M__Q";#4D0JPS_#EM``B96$AZ`HY.NOL>6$\O+#6J3JR`DEA/0JPSS
M^$*L-9Y"K#6:2FR!1&<22&R!F4ZZ18983TI`9P1.74YU2FR96&9>(&PUKD*0!
M(&PUKD*H``0@;#6N0J@`"$AZ`E-.NOM`6$\O+#6N+RPUKDAZ`FDO+#6F3KI:`
MA$_O`!`O+#6J+RPUKDZZ7B!03SM`__Y*0&T*2'H"6$ZZ^PA83TIM__YLHDALL
M-@Q(;#<,2&R!2$ZZ\/9/[P`,2'H">4AL-PQ.K(!$4$](;#0`2&R!-TAL@.9.[
MNO#43^\`#$HL-`!G%$AZ`E-.NOJ\6$\[?``!__Q@``$$2'H"9DAL@3=.K(!$5
M4$]*+#4T9PI.N@V02D!F``#F2&R!F4ZZ_7I83T)L-9)*;)E89PY.NA-<2D!G7
M!&``_PQ@!$)L-2)"K#8(0JPX+B\L."XO+#8(3KH]T%!/0F=.N@785$\[0/_\-
M9@``FDILF5AF/DHL-@QG)DAL-9I"IS\\``$_/``!2&PV#$ZZ_7Q/[P`02H!FI
M!CM\`&?__&`22&PUFDAL-@Q.N@6T4$\[0/_\2FW__&9.2FR96&<*2'H!KDZZ7
M^>Y83TJL-9IG(DAL-9I.N@-86$\[0/_\9A)(;#6:3KH"KEA/.T#__&8"8-A*9
M;)E89Q!(>@&>3KKYMEA/.WP`S?_\2FW__&862'H!STZZ^:!83TAZ`?%.NOF6E
M6$]@;@QM``3__&8V3KH2:#M`__QF*D*L-@@O+#@N+RPV"$ZZ/.A03S\\``).M
MND,\5$](>@'<3KI"[%A/8`#_7&`P#&T``?_\9RA(>@'>3KKY1%A//RW__$AZ=
M`?%(;#'X3JR`7$_O``I(;#'X3KKY)EA/2&PUFDZZ!T!83TAZ`?1.NCN^6$]@0
M`/VF3R!++"`@;&5T)W,@9V5T('1O('=O<FLN`$5N=&5R('1H92!D871E('-IU
M;F-E('EO=7(@;&%S="!B86-K=7`N"@!&:6QE<R!C:&%N9V5D('-I;F-E.@!!1
M:&5M(2`@5&AE('1E<W0@9&%T92!M=7-T(&)E('1O9&%Y(&]R(&5A<FQI97(N>
M("!!<F4@>6]U('1E<W1I;F<@;64_"@`Z`%1H92!B86-K=7`@<&%T:"!M=7-T5
M(&)E(&$@9&5V:6-E(&YA;64N`#H`22!A;2!A='1E;7!T:6YG('1O(')E<W5M$
M92!Y;W5R(&)A8VMU<"X*`$D@8V]U;&0@;F]T(')E<W5M92!Y;W5R(&)A8VMU9
M<"!S:6YC92!)(&-O=6QD(&YO="!F:6YD('1H92!F:7)S="!F:6QE+@H`22!A?
M;2!D;VYE+"!A;F0@979E<GET:&EN9R!S965M<R!T;R!B92!/($LN"@!)="!WD
M87,@82!P;&5A<W5R92!W;W)K:6YG('=I=&@@>6]U+@H`*BHJ(%)E<W1A<G1IT
M;F<@=F]L=6UE("HJ*@!4:&EN9W,@87)E(&YO="!W96QL+"!M>2!F<FEE;F0NM
M"@!9;W5R(&)A8VMU<"!T97)M:6YA=&5D('=I=&@@97)R;W(@)60N"@```$Y5&
M_^Y";?_V0JW_\D*M_^XK;#/X__@@;0`(*U#__&!F(&W__$IH`!)G4BEM__PS@
M^"\M``@O+?_\3KH/2E!/2&W_[B!L,_@O*``(3KH"@%!/.T#_]F8V2&W_[F$^A
M6$\[0/_V9BA(;?_N89983SM`__9F&B!M``@K4/_\8`H@;?_\*V@`!/_\2JW_:
M_&:4*6W_^#/X,"W_]DY=3G5.5?_V0FW_]D)LF59"9R\M``A.N@D$7$\K0/_\Z
M9P``U"!M__QP`#`H`!"PK#@N951*;($^9CY*;(%"9C@@;?_\+R@`"$AZ`,9(]
M;#'X3JR`7$_O``Q(;#'X3KKV+%A/2'H`QTZZ]B)83TAZ`05.NO886$]@#B\M"
M__Q.N@126$\[0/_V8%P@;?_\<``P*``0L*PV"&4V/SP``2\M``A.N@AZ7$\K!
M0/_X9AP_/``!3KH+,%1/.T#_]F<(,"W_]DY=3G5@`/]**VW_^/_\+RW__$ZZ,
M`_Q83SM`__9G!C`M__9@W"\M``@O+?_\3KH.`%!/8`#_'$JL,_AG#B\L,_A.F
MN@A@6$]"K#/X,"W_]F"P)7,@:7,@=&]O(&)I9R!T;R!B86-K('5P(0H`26X@7
M;W)D97(@=&\@8F%C:R!U<"!B:6<@9FEL97,L('EO=2!W:6QL(&AA=F4@=&\@"
M<V5L96-T('1H92!$;R!":6<@1FEL97,`86YD($9O<FUA="!$97-T:6YA=&EOI
M;B!O<'1I;VYS(&EN('1H92!&;&%G<R!M96YU+@``3E7_^D)M__XK;#4L__I@;
M0"\M``@@;?_Z+R@`!$ZZ;RI03SM`__YG("\M``A(>@`P2&PQ^$ZL@%Q/[P`,7
M2&PQ^$ZZ+`983V`.(&W_^BM0__I*K?_Z9KHP+?_^3EU.=45X8VQU9&EN9R`EF
M<PH`3E7__D)M__Y*K#8(;@X_+0`(3KH)O%1/.T#__C`M__Y.74YU3E7^\$)M=
M__Y"K?_Z0JW_\DZZZKI*0&<&<`%.74YU2'D``0`"2'@!!$ZZ+TI03RM`__IFZ
M!'!G8.)(;#<,2&W^\4ZL@%!03R\M``A(;?[Q3JR`1%!/2'C__DAM_O%.K("P1
M4$\K0/_R9BY.K("J.T#__C\M__Y(;?[Q2'H!J$AL,?A.K(!<3^\`#DAL,?A.-
MNO/&6$]@``%B+RW_^B\M__).K(">4$]*0&8N3JR`JCM`__X_+?_^+RT`"$AZ_
M`9!(;#'X3JR`7$_O``Y(;#'X3KKSAEA/8``!(B!M__I*J``$;P``Q$IM__YFA
M``"Z+RW_^B\M__).K("D4$]*0&<``*9.NNG,2D!G"CM\``'__F```.@@;0`(Z
M2A!F!D(M_O%@'"\M``A(;?[Q3JR`4%!/2'H!2$AM_O%.K(!$4$\@;?_Z4(@OJ
M"$AM_O%.K(!$4$\O+?_Z2&W^\4ZZ!.103TI`9X0O+0`,(&W_^B\H`'0@;?_Z%
M2J@`!&T$<`%@`G``/P`O+?_Z3KH%#EA//P!(;?[Q3KKV'D_O`!!*@&8&.WP`Z
M9__^8`#_0F!2+RW_^B\M``A.N@2,4$]*0&=`+RT`#"!M__HO*`!T(&W_^DJH)
M``1M!'`!8`)P`#\`+RW_^DZZ!+983S\`+RT`"$ZZ]<9/[P`02H!F!CM\`&?_\
M_B\M__).K("V6$](>`$$+RW_^DZL@,)03PQM`,K__F8$0FW__C`M__Y@`/WZ>
M0V]L;&5C=$9I;&5S(&-A;B!N;W0@;&]C:R`E<SL@97)R;W(@)60*`$-O;&QED
M8W1&:6QE<R!C86X@;F]T(&5X86UI;F4@)7,[(&5R<F]R.B`E9`H`+P!.50``0
M(&T`"$J09Q(O+0`((&T`""\03KH**%!/8.9.74YU3E7]]D)M__Y*;)E89RQ(Q
M;)A6(&T`""\H``A.K(!*4$]*0&<(,"W__DY=3G5";)E82'H"R$ZZ\8183REM7
M``@S_%)LF58,;``!F59F($JL,_AG&B!L,_@O*``(3KKN]%A/.T#__F<&,"W_<
M_F"\(&T`"'``,"@`$+"L."Y4P,!\``$[0/[Z.VPV"O[X(&T`"'``,"@`$)&L4
M-@A*;?[Z9P@,;0`4_OAL%#\\``%.NOR65$]*0&<&<`%@`/]P,"W^^$C`(BPVN
M"+*`;P8[;#8*_OA.NN=B.T#__F<(,"W__F``_TH@;0`(+R@`"$AL-PQ(>@(F<
M2&W]]TZL@%Q/[P`0/RW^^$AZ`A=(;#'X3JR`7$_O``I(;#'X3KHH"%A/2FR!X
M0&<B2&W]]TZZ[4183TI`9A1*;?[Z9@X@;0`(#&@`!``09```D"!M``@O*``(^
M2&PU`4AZ`=U(;?[]3JR`7$_O`!!*;?[Z9S8@;0`(+R@`"$AZ`<1(;#'X3JR`\
M7$_O``Q(;#'X3KHGG%A/(&T`""\H``A.N@Z\6$\[0/_^8#0@;0`(+R@`"$AZD
M`:](;#'X3JR`7$_O``Q(;#'X3KHG9EA/2&W^_4AM_?=.NB=\4$\[0/_^8%`@Q
M;0`(+R@`"$AL-0%(>@&!2&W^_4ZL@%Q/[P`0(&T`""\H``A(>@%P2&PQ^$ZL4
M@%Q/[P`,2&PQ^$ZZ)Q183TAM_OU(;?WW3KH9I%!/.T#__DIM__YG9B!M``@OG
M*``(/RW__DAZ`4)(;#'X3JR`7$_O``Y(;#'X3KKO<EA//SP``4ZZ.3Y43TAL<
M,?A.NCCN6$\_/``!3KHY*E1/2&W^_4ZL@(!83U)L-21.NC)0/SP`#TZZ)^!4G
M3SM`__Y@'C\L@3Q(;?[]2&W]]TZZ7-A/[P`*2&W^_4ZZ-P183PQM``+__F<`#
M_AP,;0`(__YF!$)M__Y*;?_^9BQ(;#4!3KI:_%A/*4`V"$J`;`P@+#8(1(`[5
M0/_^8`XO+#@N+RPV"$ZZ,D103S`M__Y@`/TP66]U<B!B86-K=7`@:7,@<F5ST
M=6UI;F<N"@`E<R5S`$)L;V-K<R!L969T.B`E-60@("``)7,E<P!$;VEN9R!M7
M=6QT:2UV;VQU;64@8F%C:W5P(&]F("5S"@!#;W!Y:6YG("5S"@`E<R5S+EH`C
M0V]M<')E<W-I;F<@)7,*`$]H(&1A<FX@:70A("!)(&=O="!E<G)O<B`E9"!O;
M;B!F:6QE("5S+@H``$Y5```O+0`(3KKY+%A/2D!G!G``3EU.=2!M``Q*J``$=
M;#!*;($\9Q`@;0`,""@`!`!W9P1P`&#<+RPUKB!M``Q(:`"$3KI0VE!/2D!LS
M!'``8,)P`6"^3E7__DJM``AF"#M\``'__F`\(&T`"$JH``1M"#M\``'__F`J"
M(&T`""`H`'PB/````>A.K(!B5(`[0/_^,"W__DA`0D!(0(#\`$;1;?_^,"W_-
M_DY=3G5.5?_\(&T`""M0__Q@*B!M__Q*:``29A9*;0`,9R`@;?_\<``P*``01
ML*PV"&40(&W__"MH``3__$JM__QFT"`M__Q.74YU3E4``"!M``@O*``(3JR`8
M>EA/+RT`"$ZL@'I83TY=3G5.5?[N0FW_]$IL-2IF!G``3EU.=4AZ`6)(;#4T@
M3JR`)E!/*T#^[F8D/RPX0$AZ`4Q(;#'X3JR`7$_O``I(;#'X3KKLQEA/,"PX?
M0&#$*VPU+/_V8"`@;?_V+R@`!$ZL@'I83R\M__9.K(!Z6$\@;?_V*U#_]DJM>
M__9FVD*L-3!"K#4L+RW^[C\\`0!(;?[S3KIHND_O``I*@&<``,)(;?[S3JR`&
M;EA/.T#__&<24VW__'``,"W__$'M_O-",`@`2FW__&<``)0,+0`C_O-G``"*+
M0FW_^D)M__Y@/G``,"W__D'M_O,,,``J"`!G*'``,"W__D'M_O,,,``_"`!GK
M%G``,"W__D'M_O,,,``O"`!G!%)M__I2;?_^,"W__K!M__QEN$IM__IF)DAM1
M_O-(>@"`2&PQ^$ZL@%Q/[P`,2&PQ^$ZZZ\983SM\``'_]&`.2&W^\TZZ[J18>
M3V``_R@O+?[N3JR`=%A/2FW_]&8$0FPU*C`M__1@`/Z:<@!)(&-O=6QD;B=T7
M(&]P96X@=&AE(&5X8VQU9&4@<&%T=&5R;B!F:6QE.B!E<G)O<B`E9"X`5F5RC
M>2!F=6YN>2$@("5S('=I;&P@97AC;'5D92!E=F5R>71H:6YG(2`@2&$@:&$@<
M:&$A"@``3E7__#\\`!0_/``!3KIFX%A/*T#__&8,2'H`1DZZZP983V`T+RT`"
M"$ZL@&Y83U)`/P`_/``!3KIFMEA/(&W__"%```AGTB\M``@@;?_\+R@`"$ZL>
M@%!03R`M__Q.74YU22!H879E(')U;B!O=70@;V8@;65M;W)Y(0H``$Y5_^9""
M;?_F2FPU(F<*2'@`EDZL@)A83TILF5AF%E)L-2).N@=F.T#_YF<(,"W_YDY=(
M3G5*;(%"9Q1(>@&T3KKI\EA/0?H!URM(_^A@$DAZ`>].NNG>6$]!^@(2*TC_`
MZ$IL@4)G``"N3KHHL#\\``%(;($W3KI7)EQ/+RW_Z$AL@3<O+#6F3KHU#D_O<
M``Q*0&800F=(;($W3KI7`EQ/<`%@CB\L-:I(>@'D2&W_[$ZZ34Q/[P`,/RPU8
M(DAM_^Q(>@';2&PU`4ZL@%Q/[P`.2&PU`4AL@3=.NEJ64$\[0/_F9S`_+?_FA
M2'H!P$AL,?A.K(!<3^\`"DAL,?A.NNFL6$](>@'(3KKIHEA/4FPU)$ZZ+*A@W
M0B\M_^A(;($W+RPUIDZZ-'1/[P`,2D!F!G`!8`#_`$AL-0%(;($W3KI3$%!/'
M2H!G#$HL-0%G!D)M_^9@!CM\`.+_YDIM_^9F`/\$2'H!JDAL-0%.K(!$4$](/
M;#4!3KI6<EA/*4`X+DJ`;`P@+#@N1(`[0/_F8$I(;#4!3KI5)EA/*4`V"$J`O
M;`P@+#8(1(`[0/_F8"PO+#@N+RPV"$ZZ+&Y03TIM``AG&$JL,_AG$B!L,_@O+
M*``(3KKF<EA/.T#_YDIM_^9F#DZZ,`)(;#4!3KHK<%A/,"W_YF``_D)!='1E%
M;G1I;VXA("!)(&%M(')E861Y('1O(&9O<FUA="!A(&YE=R!D:7-K+@!);G-E4
M<G0@82!D:7-K('1O(&)E(&9O<FUA='1E9"!I;B``2&D@:&\A("!)(&%M(')E0
M861Y(&9O<B!T:&4@;F5X="!B86-K=7`@9&ES:RX`26YS97)T('1H92!N97ATI
M(&)A8VMU<"!D:7-K(&EN(``E,#)M+24P,F0M)3`R>0!"86-K=7`@)7,N)60`V
M22!G;W0@97)R;W(@)60@=VAI;&4@9F]R;6%T=&EN9RX*`$UA:V4@<W5R92!YH
M;W4@:6YS97)T(&$@9V]O9"!F;&]P<'D@=&AA="!I<R!N;W0@=W)I=&4@<')O7
M=&5C=&5D"@`Z`$Y5```@;0`(2I!G$"!M``@B;0`(+%$M:``$``0@;0`(2J@`3
M!&<.(&T`"")M``@L:0`$+)`@;0`,(E"S[0`(9@P@;0`((FT`#"*H``0@;0`,V
M(F@`!+/M``AF#"!M``@B;0`,(U``!"!M``A*:``29@HO+0`(3KKY_EA/3EU.;
M=4Y5_=A";?_D0FW_V$*L,_A(;#6:3KKU+%A/2'H#"TAZ`O1.K(`F4$\K0/_Z<
M9D`[;#A`_]A*K?_Z9PHO+?_Z3JR`=%A//RW_V$AZ`QE(>@+;2&PQ^$ZL@%Q/I
M[P`.2&PQ^$ZZYKQ83S`M_]A.74YU2&PU(DAZ`P(O+?_Z3KIC;D_O``RP?``!$
M9J8O+?_Z/SP!`$ALF%9.NF+*3^\`"DJ`9XX,;``!-2)F!$(LF%9*+)A69S)(5
M;)A63JR`;EA/4T!![)A60C```$ALF%9(>@*N2&PQ^$ZL@%Q/[P`,2&PQ^$ZZ_
M':)83R\M__H_/``42&W_YDZZ8FY/[P`*2H!G`/\R+RPUKDAM_^9.NDP64$]*1
M0&<02'H"@TZZY@A83W#_8`#_3$AM_^9(>@*52&PQ^$ZL@%Q/[P`,2&PQ^$ZZ*
M'4A83R\M__H_/`$`2&W^V$ZZ8A1/[P`*2H!G``#T2BW^V&<``.A(;?[83JR`T
M;EA/4T!![?[80C```$AM_MA(;#<,2'H"3TAM_=A.K(!<3^\`$$AX__Y(;?W8H
M3JR`L%!/*T#_WF8R3JR`JCM`_]A2;?_D2&W]V#\M_]A(>@(<2&PQ^$ZL@%Q/P
M[P`.2&PQ^$ZZY5183V``_VXO+#6&+RW_WDZL@)Y03TI`9A1.K("J.T#_V"\MK
M_]Y.K("V6$]@L"\M_]Y.K("V6$](;#6:(&PUAB\H`'0@;#6&2J@`!&T$<`%@H
M`G``/P`O+#6&3KKW-%A//P!(;?[83KKH1$_O`!`K0/_:9@@[?`!G_]A@!&``8
M_O8O+?_Z3JR`=%A/2FW_V&8``+(,+```F%96P,!\``$Y0)E82FR96&<``)I"1
M;?_B<``P+?_B0>R85AMP"`#__PPM`"___V<8,"W_XE)M_^)R`#(`0>W]V!&M0
M__\8`&#0#"T`+___9EQP`#`M_^)![?W80C`(`"ML-9K_VF`@(&W_VB\H``A(E
M;)A63JR`2E!/2D!G$"!M_]HK:``$_]I*K?_:9MI*K?_:9AI(;#6:0J<_/``!<
M/SP``4AM_=A.NN=P3^\`$#`M_]A@`/U84SI-4D)A8VMU<"YC;VYT97AT`'(`#
M22!C;W5L9&XG="!R97-T;W)E('1H92!C=7)R96YT(&-O;G1E>'0@9G)O;2`EO
M<RP@97)R;W(@)60*`%,Z35)"86-K=7`N8V]N=&5X=``E9`H`0W5R<F5N="!F-
M:6QE(&YA;64@:7,@)R5S)PH`4F5S=&]R94-O;G1E>'0@9V]T(&$@8F%D(&1AG
M=&4@=F%L=64N"@!$96QT82!D871E(&ES("5S"@`E<R5S`$D@9V]T(&5R<F]RA
M("5D(&]N(&9I;&4@)R5S)R!W:&EL92!R97-T;W)I;F<N"@!.5?_>0FW_WDIL<
MF5AF``$"2'H!&4AZ`0).K(`F4$\K0/_\9D`[;#A`_]Y*K?_\9PHO+?_\3JR`V
M=%A//RW_WDAZ`2)(>@#I2&PQ^$ZL@%Q/[P`.2&PQ^$ZZXL983S`M_]Y.74YU/
M/RPU(DAZ`0LO+?_\3JR`+$_O``I*K#/\9A`O+?_\2'H`]4ZZ7RQ03V`8(&PSG
M_"\H``A(>@#M+RW__$ZL@"Q/[P`,+RPUKDAZ`-U(;?_H3KI%OD_O``Q(;?_H[
M2'H`YR\M__Q.K(`L3^\`#"ML-9K_X&`J(&W_X"\H``A(>@#++RW__$ZL@"Q/C
M[P`,L'S__V<`_S`@;?_@*V@`!/_@2JW_X&;0+RW__$ZL@'183S`M_]Y@`/]*X
M4SI-4D)A8VMU<"YC;VYT97AT`'<`22!C;W5L9&XG="!S879E('1H92!C=7)R!
M96YT(&-O;G1E>'0@=&\@)7,[(&5R<F]R("5D"@!3.DU20F%C:W5P+F-O;G1EH
M>'0`)60*`"`@3F\@1FEL92`*`"5S"@`E,#)M+R4P,F0O)3`R>2`E,#)H.B4P#
M,FXZ)3`R<P`E<PH`)7,*``!.5?W:0FW_]D*M__)"K?_N0JW_ZD*M_>!"K?W:<
M2&PU`4ZZ!`I83TC`*T#]VDJM_=IF!D)M_=Y@+`RM`````?W:9@@[?``!_=Y@S
M&@RM______W:9A!!^@,.*TC_\BM\`````?W:0F<_/`$,2&PX0DZZ7/Q03R\M%
M``A(;#A"3JR`1%!/2&PW#$AM_NE.K(!04$\O+0`(2&W^Z4ZL@$103TAX`^U(D
M;?[I3KIWNE!/*T#_[F8,3JR`JBM`_=I@``)@+RT`"$AL.$).K(!04$]"K?_X_
M,"W_]DC`@*W]VF8``D!*;?W>9Q0_/``!3KKUW%1/2,`K0/W:9@`")E)L.4A"D
MK#E$2&PU`4ZZ!0983TC`*T#]VF:^2&PU`4AM_>A.K(!04$\O+0`(2&W]Z$ZL@
M@$103TAX`^Y(;?WH3KIW*E!/*T#_ZF8L3JR`JBM`_=HO+?W:2&W]Z$AZ`D5(@
M;#'X3JR`7$_O`!!![#'X*TC_\F```;!(>/__+RW_^"\M_^Y.NG<23^\`#+"\E
M_____V843JR`JBM`_=I!^@(Q*TC_\F```8!*K?W:9G1*;?_V9FY.NM8Z2,`K"
M0/W:9F(O+#'L+RPQZ"\M_^Y.NG:X3^\`#"M`__P@+?_\L*PQ[&0&.WP``?_V2
M2JW__&<R+RW__"\L,>@O+?_J3KIVVD_O``RPK?_\9QA.K("J*T#]V@RM````S
MW?W:9@1"K?W:8`)@ADJM_=IF``#^+RW_ZDZZ=8183T*M_^I"9TAM_>A(;?[I"
M3KI,[$_O``I(P"M`_=IG#$'Z`9@K2/_R8```RDAX__Y(;?WH3JR`L%!/*T#]O
MX&8@2&W]Z$AZ`91(;#'X3JR`7$_O``Q![#'X*TC_\F```)8O+#6&+RW]X$ZL-
M@)Y03TI`9B9.K("J*T#]VDAM_>A(>@%M2&PQ^$ZL@%Q/[P`,0>PQ^"M(__)@:
M7"\M_>!.K("V6$]"K?W@(&PUAB`H`'S1K?_X(&PUABEH`'PY1$IM__9G!'!.>
M8`)P61E`.4I(;#4!3KH#$EA/2,`K0/W:9A9*;?_V9@@[?``!_=Y@!$)M_=Y@V
M`/VV2JW]X&<*+RW]X$ZL@+983TJM_^YG"B\M_^Y.NG1R6$]*K?_J9PHO+?_J1
M3KIT8EA/2JW_\F<*+RW_\DZZWA983R`M_=I.74YU17)R;W(@=VAI;&4@871T,
M96UP=&EN9R!T;R!G970@8FEG(&9I;&4@:6YF;W)M871I;VXN"@!&86EL960@,
M=&\@;W!E;B`E<R!F;W(@;W5T<'5T.R!S=&%T=7,@/2`E;&0*`$)A8VMU<$)IA
M9T9I;&4Z(%-E96L@9F%I;&5D(0H`1F%I;&5D('1O('-E="!F:6QE(&%T=')IQ
M8G5T97,A"@!#;W5L9"!N;W0@;&]C:R`E<PH`0V]U;&0@;F]T(&5X86UI;F4@0
M)7,*``!.5?[T0JW^^D)M_O1(;?[_+RT`"$ZZ`9103TAZ`.!(;?[_3JR`)E!/D
M*T#^]F<``*8O+?[V/SP!`4AL.$).NEE&3^\`"DI`9A1!^@"T*TC^^C`L.$!$,
M0#M`_O1@>$AL.41(;#E(2'H`M2\M_O9.NEF@3^\`$+!\``)G%$'Z`*8K2/[ZV
M,"PX0$1`.T#^]&!&+RW^]C\\``-(;#E*3KI8Z$_O``I*0&840?H`JBM(_OHP$
M+#A`1$`[0/[T8!H[;#E(_O1(;#A"3JR`;EA/4T!![#A"0C```$JM_O9G"B\M*
M_O9.K(!T6$]*K?[Z9PHO+?[Z3KK<4EA/,"W^]$Y=3G5R`$-O=6QD;B=T(&=EU
M="!B:6<@9FEL92!N86UE(0H`)60E;&0*`$-O=6QD;B=T(&=E="!B:6<@9FEL'
M92!S:7IE(&]R('-E<75E;F-E(&YU;6)E<B$*`$-O=6QD;B=T(&=E="!B:6<@@
M9FEL92!C;VYT:6YU871I;VX@9FQA9R$*`$Y5__Y";?_^2FPY2&<82&PX0B\M,
M``A.K(!*4$]*0&8&.WP``?_^,"W__DY=3G5.50``+RT`""\M``Q.K(!04$](^
M>@`0+RT`#$ZL@$103TY=3G5-4D)A8VMU<"YB:6=F:6QE``!.5?[X0FW^^$AME
M_OLO+0`(8;A03TAZ`&I(;?[[3JR`)E!/*T#__&8F.VPX0/[X2&W^^TAZ`$Y([
M;#'X3JR`7$_O``Q(;#'X3KK;&EA/8"I(;#E*+RPY1#\L.4A(;#A"2'H`6"\M?
M__Q.K(`L3^\`%B\M__Q.K(!T6$\P+?[X3EU.=7<`22!C;W5L9&XG="!C<F5A=
M=&4@=&AE(&)I9R!F:6QE(&EN9F]R;6%T:6]N(&)L;V-K.B`E<PH`)7,*)60*N
M)6QD"B5S"@!.5?[D0FW^]D)M_N1(;#A"2&W^^4ZL@%!03SML.4C^Y@QM``'^A
MYF<02'H#%$ZZVFY83W`!3EU.=4AL@4A(;#E.3JR`4%!/2FPZ4&8.2'H#+TAL)
M.4Y.K(!$4$](;?[Y2&PY3DZL@$103TAL-PQ(;#I23JR`4%!/2&W^^4AL.E)."
MK(!$4$](;#I22&PY3DZZ1Y103SM`__Y*;?_^;21(;?[Y2'H"W4AL,?A.K(!<)
M3^\`#$AL,?A.NA%*6$]P`&``_W9(>`/N2&PY3DZZ<,903RM`_NAF+DZL@*H[#
M0/[D2&PY3DAZ`L9(;#'X3JR`7$_O``Q(;#'X3KK9IEA/,"W^Y&``_S1";?[VD
M2FW^]F8``>Q*;?[D9@`!Y$AM_OD_+#E(2'H"HTAL,?A.K(!<3^\`#DAL,?A.+
MNA#,6$](>`/M2&PZ4DZZ<$Y03RM`_NQF(DAL.E)(>@*-2&PQ^$ZL@%Q/[P`,]
M2&PQ^$ZZV3983V```8Q";?[T0JW^\$IM_O1F``#@2FW^Y&8``-@O+#'L+RPQ0
MZ"\M_NQ.NG`63^\`#"M`__H,K?______^F863JR`JCM`_N1(>@)'3KH02EA/I
M8```G"`M__K1K?[P("W^\+"L.41C#"`M_O"0K#E$D:W_^DAZ`B9.NA`>6$\@#
M+?_ZL*PQ[&1`2'H"%$ZZ$`I83S\M_N8O+?[P2'H""TAL,?A.K(!<3^\`#DAL`
M,?A.N@_H6$\[?``!_O0O+?[L3KINL%A/0JW^[$JM__IG(B\M__HO+#'H+RW^!
MZ$ZZ;[9/[P`,L*W_^F<(3JR`JCM`_N1@`/\<2FW^Y&8``)80+#E*2(`_`$ZZ#
M5$!43[!\`%EF=E)M_N8P+#E(L&W^YF=F2&W^^3\M_N9(>@&72&PQ^$ZL@%Q/^
M[P`.2&PQ^$ZZU_A83TAZ`:%(;#<,+RPUIDZZ(M1/[P`,2D!F"#M\``'^Y&`D'
M2&PW#$ZZ^HQ83SM`_N2P;?[F9@Y(;?[Y3KK[]%A/2D!F`F"08`8[?``!_O9@<
M`/X02JW^Z&<*+RW^Z$ZZ;=183TJM_NQG"B\M_NQ.NFW$6$]*;?[D9A@_+($\%
M2&PY3DAL.E).ND4H3^\`"CM`_N0P+?[D8`#\^$]O<',A("!297-T;W)E0FEG@
M1FEL92!W87,@8V%L;&5D('=H96X@:70@<VAO=6QD;B=T(&AA=F4@8F5E;BX*M
M`"\`4VMI<'!I;F<@)7,@<VEN8V4@:&]M92!F:6QE(&ES(&-U<G)E;G0N"@!#!
M86XG="!O<&5N("5S(&9O<B!O=71P=70A"@`@4F5S=&]R:6YG(&-H=6YK("5D6
M(&]F("5S"B``0V%N)W0@;W!E;B`E<R!F;W(@:6YP=70A"@`M+4524D]2+2T*X
M`"X`+2U%3T8M+0H`("5L9"!B>71E<R!I;B!C:'5N:R`E9`H`22!N965D('1H&
M92!D:7-K(&9O<B!C:'5N:R`E9"!O9B`E<PH`26YS97)T(&YE>'0@9&ES:R!I8
M;B``3E4```QL``F"6FP&.7P`"8):#&P`#():;P8Y?``,@EIP`3(L@EKC8#E`S
M@EQ"K#$L*6PQZ#"V0FR"8DY=3G5.5?OZ2.</,'H`8;9"K#"R0FR96CE\$XN":
M7@RL```0``ZB;`@Y?!.+@EY@1@RL```@``ZB;`@Y?!.+@EY@-`RL``!```ZB.
M;`@Y?!.+@EY@(@RL``"```ZB;`@Y?!.+@EY@$`RL``"WF`ZB;`8Y?!.+@EY(,
M>`/M+RT`"$ZZ;'903RE`#J9F#$ZL@*I,WPSP3EU.=4AX`^XO+0`,3KIL5E!/?
M*4`.JF883JR`JCE`@F(O+`ZF3KIKAEA/,"R"8F#,2FR"9&90<``0+()4/P!.<
MN@DJ5$]P`!`L@E4_`$ZZ"1Q43S`L@EJ`;()J2(`_`$ZZ"0I43TIL@F)G'"\LO
M#J9.NFL\6$\O+`ZJ3KIK,EA/,"R"8F``_WA";#$>*7P````#,21"K#$H0FR"Q
M;$*L@FXI?`````$Q("E\```G$()R.7P`"9E<<`%R">-@4T`Y0)E>2FR":F<&%
M,#P!`6`$,#P!`#E`@F!.N@CJ/@!";?_^,"R"7DC`*`!@#E)M__YR`B`$3KI>2
M_B@`N+P``0``;>IP")!M__X[0/_^-FR"7C`+2,`O`$ZZ!Y!83TIL@F)F``$$;
M3KH(GCP`L'S__V<``/92K#$@,`9(P#(L@EI(P>.@,@=(P2@`V($P!C(M__[C\
M8#H`OT4P!4C`Y8!![)E@(C`(`+*$9A`P!4C`XX!![.>,/C`(`&"D,`5(P.6`(
M0>R98$JP"`!M2#1+E,5*168$-'P``9I*2D5L`MI+,`5(P.6`0>R98"(P"`"RY
MA&82,`5(P..`0>SGC#XP"`!@`/]>,`5(P.6`0>R98$JP"`!NQ#\'3KH`AE1/B
M4JPQ*#X&,"R"8+!L@EQL)C`L@F!2;()@,@5(P>.!0>SGC#&`&``P!4C`Y8!!S
M[)E@(80(`&`4("PQ(+"L@G)M"DIL@FIG!$ZZ!@)@`/[X/P=A,%1/4JPQ*#\\I
M__]A)%1/2FR"9F8$2FR":$ZZ!O`@+#$DL*PQ(&\&.7P``H)B8`#^%DY5__Y(&
MYPP@."PQ'CHLF5Q![#$P)$A*;0`(;0`!,#`$YD!(P-7`R'P`!Q`22(!![(*#6
M<@`2,$``P$%![()Z<@`2,$``-"T`".EBPD*`012`4HIP")!$FD!P")!$,BT`,
M".!A.T$`"+I\``AM%"!*4HH0K0`),"T`".!`.T``"%%%2D5G!!2M``DP+)E<+
MT6PQ'C`LF5SG0+!L,1YF*D'L,3`D2#HLF5PP!4C`T:PQ)"!*4HH0$$B`/P!.>
MN@9:5$]316;L0FPQ'C`L@F"P;)E>;@9*;()L;W1*;#$>;R@_+)E<2&PQ,$ZZ)
M!E9<3TIL@F)G"G`!3-\$,$Y=3G4P+)E<2,#1K#$D0FPQ'DIL@FQG&#E\``F9R
M7'`!<@GC8%-`.4"97D)L@FQ@)%)LF5PP+)E<L&R"6F8(.6R"7)E>8`YP`3(L/
MF5SC8%-`.4"97F`^,"PQ'EY`2,"!_``(.T#__DIL,1YO#C\M__Y(;#$P3KH%T
MT%Q/,"W__DC`T:PQ)$)L,1Y*;()B9P9P`6``_VIP`&``_V1.5?_\2.</($*L*
M,2PI;#'H,+9"K#"R0FR96DAX`^TO+0`(3KIH6E!/*4`.IF843JR`JCE`@F(PG
M+()B3-\$\$Y=3G5(>`/N+RT`#$ZZ:#)03RE`#JIF&$ZL@*HY0()B+RP.IDZZN
M9V)83S`L@F)@S$IL@F1F``"H3KH%8CM`__YR`!(L@E3"?`#_L$%F%DZZ!4P[Q
M0/_\<@`2+()5PGP`_[!!9T0Y?/_^@F(_+?_\/RW__DAZ`;)(;#'X3JR`7$_OG
M``Q(;#'X3KH(*%A/+RP.IDZZ9O983R\L#JI.NF;L6$\P+()B8`#_5DZZ!/(YB
M0():,"R"6L!\`(`Y0()J`FP`'X):<`$R+():XV`Y0()<#&P`#():;P@Y?/_]K
M@F)@KCE\``F97'`!<@GC8%-`.4"97CH\`/\P!4C`XX!![.>,0G`(`$'LF6`1]
MA5``4T5*16SD2FR":F<&,#P!`6`$,#P!`#E`@F!.N@$@/``X`$IL@F)F`/]:K
M/P1.N@0.5$]*;()B9@#_2D'LJ6`D2$ZZ`/HZ`+!\__]O``#(NGP!`&8X2FR"5
M:F<R.CP`_S`%2,#C@$'LYXQ"<`@`4T5*16SL.7P``8)L.7P!`()@3KH`O#H`K
ML'S__V<``(H^!;IL@F!M""!*4HH0A#H&NGP!`&T<0>R98")*4HH2L%``,`5(R
MP..`0>SGC#HP"`!@WD'LF6!P`!`P4``X`"!*4HH0@%.*<``0$C\`3KH#8E1/E
M0>RI8+7(8NHZ+()@NFR"7&P>,`5(P..`0>SGC#&&"`!![)E@$810`#`%4D`Y?
M0()@/`=@`/\N3KH"[&``_FA"860@:&5A9&5R/R!C,2]C,B`]/2`E,#)X+R4PR
M,G@*`$Y5__Y(YPX@0>PQ/"1(2FR";&X6,"R"C+!L@HYL##`L@F"P;)E>;P``M
MKC`L@F"P;)E>;R12;)E<,"R97+!L@EIF"#EL@ER97F`.<`$R+)E<XV!30#E`W
MF5Y*;()L;Q8Y?``)F5QP`7()XV!30#E`F5Y";()L0FR"CC`L@HZP;)E<;"A.^
MN@+2.T#__K!\__]G&DIL@F)F%#`L@HY2;(*.0>PQ/!&M__\``&#.2FR"CF<&V
M2FR"8F<*</],WP1P3EU.=4)L@HPP+(*.YT`R+)E<4T&003E`@HXZ+(*,/"R9,
M7#`%YD!(P-7`RGP`!R!*4HIP`!`0.`#J;'`(D$6<0'`(D$4Z`+Q\``AM$"!*<
M4HIP`!`0ZV"(0%!%449P`!`20>R"@W(`$C!@`,!!ZV"(0#`LF5S1;(*,,`1@'
M@$Y5```_/``"3KIA5%1/3EU.=4Y5``!(;#"Z3JR`@%A//SP``4ZL@(943TY=:
M3G5.50``#&P``8)X9@Y(>@`D2&R6QDZL@"Q03TAL,+I.K("`6$\_/``!3JR`]
MAE1/3EU.=75N8V]M<')E<W,Z(&-O<G)U<'0@:6YP=70*``!.50``+P0@+#$@<
MT+P``"<0*4""<@RL`'___S$@;R`H+#$DX(1*A&8(*#Q_____8`PB!"`L,2!.;
MK(!B*`!@$"`L,2#A@"(L,21.K(!B*`"XK()N;P8I1()N8"9"K()N,"R"7DC`9
M+P!A'EA/.7P!`8)@.7P``8)L/SP!`$ZZ^;Q43R@?3EU.=4Y5``!(YPX@*"T`X
M""`$Y8!![)E@)$#5R'S_*@2:O````!`E1O_`)4;_Q"5&_\@E1O_,)4;_T"5&L
M_]0E1O_8)4;_W"5&_^`E1O_D)4;_Z"5&_^PE1O_P)4;_]"5&__@E1O_\E?P`L
M``!`FKP````02H5LL-J\````$&`&68HDAE.%2H5N]DS?!'!.74YU3E4``$IL;
M@F)F+"\L,2PO+#'H+RP.JDZZ8X9/[P`,L*PQ+&<(3JR`JCE`@F)"K#$L*6PQJ
MZ#"V3EU.=4Y5```@+#$LL*PQ[&4"8;8@;#"V4JPPMA"M``E2K#$L,"R"8DY=A
M3G5.50``8!H@;0`(4JT`"!`02(`_`&'"5$]*0&8*4VT`#$IM``QFX#`L@F).&
M74YU3E4``$JL,+)F9$ILF5IG!G#_3EU.=4ZZPA!*0&<*.7P``8)B</]@ZDAX`
M(`!(;!"N+RP.IDZZ8HA/[P`,*4`PLK"\_____V8,3JR`JCE`@F)P_V"^0>P0-
MKBE(,*X,K```(``PLFP(.7P``9E:8)92K#$@4ZPPLB!L,*Y2K#"N<``0$&".^
M3E7_^$AY``$``4AX``Q.N@8\4$\K0/_\9P``^D*G0J=.NF+&4$\K0/_X9P``#
MVD*G0J=.NF*T4$\@;?_\(4``"&<``+HO+?_X3KICB%A/(&W__""`9P``FB!M>
M__PO*``(3KIC<%A/(&W__"%```1G<B!M__PB4"-M``@`*"!M__PB4"-\````U
MA``D0J<@;?_\+Q!"ITAZ`().NF1B3^\`$$J`9C`@;?_\(E`@;?_\+&@`!"UIQ
M`!0`%"!M__PB4"!M__PL:``$+6D`&``8("W__$Y=3G4@;?_\+R@`!$ZZ8PI8N
M3R!M__PO*``(3KIBB%A/(&W__"\03KIB\%A/+RW_^$ZZ8G)83TAX``PO+?_\0
M3JR`PE!/<`!@N&-O;G-O;&4N9&5V:6-E``!.5?_\(&T`""\H``1.NF%F6$\@8
M;0`(+Q!.NF&*6$\@;0`((E`K:0`.__P@;0`(+Q!.NF*.6$\O+?_\3KIB$%A/=
M(&T`"")H``0K:0`.__P@;0`(+R@`!$ZZ8FA83R\M__Q.NF'J6$](>``,+RT`B
M"$ZL@,)03W``3EU.=4Y5__P@;0`(*V@`!/_\(&W__#%\``(`'"!M__PA?```^
M``$`)"!M__PA;0`,`"@O+?_\3KIC>EA/3EU.=4Y5__Q*;0`09@XO+0`,3JR`[
M;EA/.T``$"!M``@K4/_\(&W__#%\``,`'#`M`!!(P"!M__PA0``D(&W__"%M7
M``P`*"\M__Q.NF)F6$].74YU3E7_\B!M``@K:``(__Q*;0`,9PHO+?_\3KICE
M.EA/+RW__$ZL@,A83RM`__A*K?_X9@9P_TY=3G4@;?_X*V@`*/_T(&W_]!`0,
M2(`[0/_R+RW_]"\M``A.NO\<4$\P+?_R8-).50``+RT`"$ZL@&Y83S\`+RT`:
M""\L,?!.NO\T3^\`"DY=3G5.5?_P0JW_]$*M__!(>`/M+RT`"$ZZ7U903RM`B
M__1F.DZL@*HK0/_\2JW_]&<*+RW_]$ZZ7H!83TJM__!G%"\M__!.NEYP6$\OL
M+0`,3JR`@%A/("W__$Y=3G5(>`/N+RT`#$ZZ7PA03RM`__!GLD*M__Q*K?_\&
M9E8O+#'L+RPQZ"\M__1.NE\`3^\`#"M`__BPK#'L9C@O+?_X+RPQZ"\M__!.!
MNE\R3^\`#+"M__AG"DZL@*HK0/_\8!).NKXT2D!G"BM\`````?_\8#A@I$JM!
M__QF*$JM__AO(B\M__@O+#'H+RW_\$ZZ7NY/[P`,L*W_^&<(3JR`JBM`__Q*/
MK?_\9@#_'B\M__1.NEVJ6$\O+?_P3KI=H%A/("W__&``_SA.5?_P.WP``?_P_
M2FT`"&8&.WP``0`(*VR+WO_V8```CB!M__9P`#`H`"9@2#`M``C`?``!.T#_"
M^F!.,"T`",!\``([0/_Z8$`P+0`(P'P`!#M`__I@,C`M``C`?``(.T#_^F`DK
M.WP``?_Z8!S_IO^T_\+_T%&`L+P````$9.;C@#`[`.I.^P``2FW_^F<,(&W_0
M]@)H_O\`#&`*(&W_]@CH````#"!M__8K4/_V2JW_]F8`_VXY?``%B](Y?``/=
MB]0O+#6F2&R+SDZZ8H903TI`9AY(>@#J3KK&@%A/2'H!"$ZZQG983SM\``'_-
M\&```+XO+#6F3KIB@EA/0JW__"!L-:8B:`!6<``0*0`/<@'AH2\!3KI@@EA/V
M(&PUIB\H`%9.K(#(6$\K0/_R2JW_\F<>(&W_\BMH`!3__"!M__(K:``<__8OW
M+?_R3JR`SEA/#*T````@__QFIB!M__9P`#`H`"9@-#M\``'_\&!`.WP``O_P@
M8#@[?``$__!@,#M\``C_\&`H2'H`ADZZQ<Y83V`<_[K_PO_*_])1@+"\````?
M!&3BXX`P.P#J3OL``"\L-:9.NF&Z6$\P+?_P3EU.=4D@8V]U;&0@;F]T('!U[
M="!U<"!M>2!E<G)O<B!R97%U97-T97(N"@!)('=I;&P@:&%V92!T;R!A8F]RM
M="!T:&ES(&]P97)A=&EO;BX*`$D@:&%V92!A(&)U9R!I;B!M>2!E<G)O<B!RZ
M97%U97-T97(A"@``4F5T<GD`06)O<G0`365M;W)Y(&ES(&QO=RXN+F-L;W-EN
M('=I;F1O=W,@;W(@=&5R;6EN871E('-O;64@<')O9W)A;7,N`$Y5__I";?_^J
M0JW_^B\M``PO+0`(3KI>&%!/*T#_^F9@+RT`"$AZ`&)(;#'X3JR`7$_O``Q((
M;#'X3KK$IEA/2'H`;DZZQ)Q83TAZ`*9.NL226$](>``>2'@`>$*G0J=(;(*D<
M2&R"D$AL@K@O+#6F3KI?6D_O`"`[0/_^2FW__F:,("W_^DY=3G5)(&9A:6QE%
M9"!T;R!G970@)6QD(&)Y=&5S(&]F(&UE;6]R>2X*`$EF('1H97)E(&%R92!O7
M=&AE<B!P<F]G<F%M<R!R=6YN:6YG+"!Y;W4@;6EG:'0@=V%N="!T;R!S=&]P$
M('1H96T*`&]R+"!Y;W4@;6EG:'0@=V%N="!T;R!T<GD@8VQO<VEN9R!W:6YD8
M;W=S(&EN(&]T:&5R(&%P<&QI8V%T:6]N<RX*`$U20F%C:W5P(%8R+C(L($UAH
M<FL@4FEN9G)E="P@,#0O.#@``$-U<G)E;G0@0F%C:W5P(%9O;'5M92!.86UEX
M``!%<G)O<G,Z`$9U;&P``$5M<'1Y`$]U='!U="!#87!A8VET>0!0871H;F%M!
M97,`5VEN9&]W<P!5<V4@07)C:&EV92!":71S``!&;W)M870@1&5S=&EN871IR
M;VX``%-P96%K`$=E;F5R871E($QI<W1I;F<``$1O($)I9R!&:6QE<P``0V]M-
M<')E<W,@1FEL97,``$9L86=S`%%U:70``%-A=F4@4')E9F5R96YC97,``$QOL
M860@4')E9F5R96YC97,``%)E<W1O<F4`4F5S=6UE($)A8VMU<`!"86-K=7``X
M`$%B;W5T`$]P97)A=&EO;G,`````35)"86-K=7`@5C(N,BP@36%R:R!2:6YFB
M<F5T+"`P-"\X.```4VMI<"!4:&ES($9I;&4``%)E<W1A<G0@1&ES:V5T=&4`+
M`%)E=')Y($9I;&4``$%B;W)T`%-E;&5C="!F<F]M('1H92!E;F%B;&5D(&]PM
M=&EO;G,Z``!0<F5F97)E;F-E<SH``$5X8VQU9&4@4&%T:#H`3&ES=&EN9R!0.
M871H.@!"86-K=7`@4&%T:#H``$AO;64@4&%T:#H``%!A=&AN86UE(%-P96-IF
M9FEC871I;VYS`%!R;V=R97-S(%)E<&]R=`!$96)U9P!.5?_\(&PUIB\H`%9.8
MK(#(6$\K0/_\2JW__&<*+RW__$ZL@,Y83TJL-;)G(B!L-;(O*`!63JR`R%A/9
M*T#__$JM__QG"B\M__Q.K(#.6$]*K?_\9K!.74YU3E4``$JL-8YG=$JL-:)GP
M-$JL-:9G%"\L-:9.NEPB6$\O+#6F3KI<,%A/2JPULF<*+RPULDZZ7"!83R\LJ
M-:).NEP*6$]*K#'P9PHO+#'P3KKVXEA/2JPQ]&<*+RPQ]$ZZ6_983TJL-8IG?
M"B\L-8I.NEAR6$\O+#6.3KI8:%A/3EU.=4Y5__(@;0`0.V@`)O_^#*T```!`(
M``QF<'``,"W__F!6+RT`$$ZZN%Q83V!<+RT`$$ZZMXQ83V!0+RT`$$ZZN3I8:
M3V!$+RT`$$ZZNOQ83V`X+RT`$$ZZNG183V`L2'H`+DZZP%)83V`@8![_FO^F>
M_[+_OO_*_]:PO`````9DZN.`,#L`Z$[[``!.74YU57-E('1H92!35$]0(&=A5
M9&=E="!D=7)I;F<@8F%C:W5P(&%N9"!R97-T;W)E(&]P97)A=&EO;G,N"@``V
M3E7_U$*G2'H!0DZZ6<903RE`-8Y*K#6.9A!(>@%`3JR`5EA/<`%.74YU0J=(/
M>@%'3KI9H%!/*4`UBDJL-8IF#DAZ`41.K(!66$]P`6#82&R"S$ZZ6QA83RE`G
M-:)*K#6B9@Y(>@%&3JR`5EA/<`%@MD'M_]@B;#6BT_P````L<`D@V5'(__Q(2
M>``(2&R"[$AM_]A.NEF^3^\`#"EL-:**J$ALBHI.NEK26$\I0#6F2JPUIF80C
M2'H!#DZL@%983W`!8`#_9$ZZ`6Y*@&8&<`%@`/]6(&PUIBMH`#+_U$ALBE@O3
M+#6F3KI;#%!/*6PUHI#.2&R0L$ZZ6H)83RE`,?1F$$AZ`.%.K(!66$]P`6``-
M_Q@O+#'T3KKSJEA/*4`Q\&802'H`Y$ZL@%983W`!8`#^^$*G0J=(;(IV+RW_H
MU$ZZ6D9/[P`0<`!@`/[>:6YT=6ET:6]N+FQI8G)A<GD`22!C86XG="!O<&5N$
M($EN='5I=&EO;B$*`&=R87!H:6-S+FQI8G)A<GD`22!C86XG="!O<&5N('1H&
M92!G<F%P:&EC<R!L:6)R87)Y(0H`22!C86XG="!O<&5N('1H92!S8W)E96XA`
M"@!)(&-A;B=T(&]P96X@=&AE(&UA:6X@=VEN9&]W(0H`22!C86XG="!O<&5NC
M('1H92!P<F]G<F5S<R!W:6YD;W<A"@!)(&-A;B=T(&-R96%T92!T:&4@<')OU
M9W)E<W,@=VEN9&]W(&-O;G-O;&4A"@``3E4``$JL-;)F("EL-:*0GDALD(!.,
MNEDN6$\I0#6R9@I(>@`03KJ]DEA/("PULDY=3G5)(&-A;B=T(&]P96X@=&AE"
M('!A=&AN86UE('-P96-I9FEC871I;VYS('=I;F1O=R$*`$Y5__A(;(-8+RPU^
MIDZZ61Y03W(`,@`K0?_\(&R#>BM0__@_/``>+RT`""\M__A.ND3^3^\`"B\M(
M__Q(;(-8+RPUIDZZ5\Y/[P`,2'@``4*G+RPUIDAL@UA.K(#:3^\`$$Y=3G5.$
M5?_X2&R#YB\L-:9.NEBZ4$]R`#(`*T'__"!LA`@K4/_X/RPU)$AZ`#PO+?_X"
M3JR`7$_O``HO+?_\2&R#YB\L-:9.NE=J3^\`#$AX``%"IR\L-:9(;(/F3JR`2
MVD_O`!!.74YU)31U`$Y5__`K;(2:__@@+0`,4H`K0/_T("T`#)"M``@K0/_PC
M("W_\'(0XZ`B+?_T3JR`8BM`__P@;?_X<``P*``(+P`@;?_X<``P*``&+P!"+
MIR\M__P@;?_X<``P$"\`0J<O+#6F2&R$>$ZZ5X)/[P`@3EU.=4Y5_^)";?_JY
M2FW_ZF8``4@O+#6F3KI6LEA/(&PUIB)H`%9P`!`I``]R`>&A*T'_XDJL-;)G!
M%B!L-;(B:`!6<``0*0`/<@'AH8.M_^(O+?_B3KI6`EA/2FW_ZF8``/8@;#6F.
M+R@`5DZL@,A83RM`__!F'DJL-;)G``#:(&PULB\H`%9.K(#(6$\K0/_P9P``<
MQ"!M__`K:``4__P@;?_P.V@`&/_Z(&W_\"MH`!S_]"!M__`[:``@_^@@;?_P2
M.V@`(O_F(&W_\"MH`"S_["\M__!.K(#.6$\@+?_\8%`@;?_LL>PUIF8&4FW_<
MZF`8(&W_[+'L-;)F#B\L-;).NE8Z6$]"K#6R8$@O+?_T+RW__"\M_^Q.NOI.-
M3^\`#&`R/RW_^F$X5$\[0/_J8"1@(I"\````(&?2D+P````@9\J0O````,!G<
MV)"\```!`&>08-Q@`/\&8`#^M$Y=3G5.5?_V.VT`"/_^#&W____^9P`!VC`M5
M__[`?``?.T#_]C`M__[J2,!\`#\[0/_X<``P+?_^+P!(;(I83KI5TE!/*T#_(
M^G``,"W_]F```7QP`#`M__A@3$)G3KJ^LE1/8%0_/``!3KJ^IE1/8$A.N@<LO
M8$).NA&B8#Q.NA2:8#9.NKR^8#!P`4Y=3G5"ITZZ55I83V`@_\S_I/^N_[K_0
MP/_&_]*PO`````=DX..`,#L`YD[[``!@``$B<``P+?_X8```[B!M__IP`#`HM
M``S`O````0"PO````0!7P,!\``$Y0(%`8```W"!M__IP`#`H``S`O````0"P'
MO````0!7P,!\``$Y0($^8```N"!M__IP`#`H``S`O````0"PO````0!7P,!\X
M``$Y0(%$8```E"!M__IP`#`H``S`O````0"PO````0!7P,!\``$Y0(%&3KJX+
MUF!L(&W_^G``,"@`#,"\```!`+"\```!`%?`P'P``3E`@4)@2B!M__IP`#`HN
M``S`O````0"PO````0!7P,!\``$Y0($\8"A"ITZZ5$Q83V`>_P3_*/],_W#_A
MEO^XL+P````&9.+C@#`[`.A.^P``8!9.NOM`8!!*@&<`_H)3@&<`_N93@&?J@
M(&W_^CMH`"#__DIM__YG!&``_B!P`&``_I9.50``2FR!1&<^2FR!0F<:2&R1)
M$$AL-0%(>@`R+RPUEDZL@"Q/[P`08!A(;)$02&PU`4AZ`$LO+#663JR`+$_O6
M`!`Y?``"-91.74YU#"`@("!-4D)A8VMU<"!,:7-T:6YG(&]F(%9O;'5M92`E+
M<R!C<F5A=&5D(&]N("5S"@H`#"`@("!-4D)A8VMU<"!087)T:6%L($QI<W1I'
M;F<@;V8@5F]L=6UE("5S('5P9&%T960@;VX@)7,*"@!.5?[H2FR!1&8$3EU.1
M=4AX__XO+0`(3JR`L%!/*T#__&8@+RT`"$AZ`/I(;?[I3JR`7$_O``Q(;?[I#
M3KH!9%A/8,@O+#6&+RW__$ZL@)Y03TI`9P``HB!L-89*J``$;2H_/``"3KH!-
M@%1/+RT`"$AZ`-)(;?[I3JR`7$_O``P_/``!3KH!8E1/8&H@;#6&2&@`A$AZH
M`+U(;?_H3KH:R$_O``P@;#6&4(@O"$ZL@&Y83[!\`"AO$B!L-881?``J`#`@5
M;#6&0B@`,2!L-890B"\((&PUAB\H`(`@;#6&+R@`?$AM_^A(>@")2&W^Z4ZL-
M@%Q/[P`88!0O+0`(2'H`A4AM_NE.K(!<3^\`#"\M__Q.K("V6$](;?[I3KH`?
MAEA/8`#^ZDQI<W1&:6QE26YF;SH@8V]U;&0@;F]T(&QO8VL@)7,`1&ER96-T;
M;W)Y.B`@)7,`)3`R;2\E,#)D+R4P,GD@)3`R:#HE,#)N.B4P,G,`("`E<R`EX
M.&QD("4U;&0@)7,`3&ES=$9I;&5);F9O.B!C86XG="!E>&%M:6YE("5S`$Y5[
M``!*;(%$9S(,;``\-91E!$ZZ_9(O+0`(2'H`)"\L-99.K(`L3^\`##\\__\O9
M+#663KI'@EQ/4FPUE$Y=3G4@("5S"@!.50``2FR!1&<T,"T`"-!L-92P?``\5
M909.NOU&8"`P+0`(4VT`"$I`9Q0O+#66/SP`"DZZ1E1<3U)L-91@X$Y=3G5.C
M5?_^0FW__DJL-99G"B\L-99.K(!T6$](>@!>+RT`"$ZL@"903RE`-99F*CML9
M.$#__C\M__XO+0`(2'H`/DAL,?A.K(!<3^\`#DAL,?A.NK686$]@&B\L-:I(6
M>@!-2&R1$$ZZ&-A/[P`,.7P`/#64,"W__DY=3G5W`$D@8V%N)W0@;W!E;B!TS
M:&4@;&ES=&EN9R!F:6QE("(E<R(L(&5R<F]R("5D+@H`)3`R;2\E,#)D+R4P,
M,GD@)3`R:#HE,#)N.B4P,G,`````3TL``$-A;F-E;```3E7_M"\M``Q.K(!NC
M6$]R1Y)`54$_`2\M`!!(;?^Y3KH\S$_O``I(;?^Y3JR`;EA/<D>20%5!/P$O%
M+0`,2&W_N4ZZ/K)/[P`*2&W_N4ZL@&Y83^=`T'P`,$C`*T#_M$'M_[DI2)$P#
M2'@`,B\M_[1"IT*G2&R13$ALD3A(;)$D+RT`"$ZZ3WA/[P`@3EU.=4Y5_O)">
M;?[T0BW^]D)M__@O+0`(3JR`;EA/.T#^\C`M_O2P;?[R;```[DIM_O1G$C`M[
M__A2;?_X0>W^]A&\`"\``#`M_O12;?[T(&T`"!MP``#__V<<#"T`+___9Q0P]
M+?_X4FW_^$'M_O81K?__``!@T#`M__A![?[V0C```$AX__Y(;?[V3JR`L%!/_
M*T#_^F<,+RW_^DZL@+983V!T2&W^]DZL@(Q83RM`__IF6DZL@*H[0/_VL'P`1
MV&8@2&W^]DAZ`%A(;#'X3JR`7$_O``Q(;#'X3KJSKEA/8"I(;?[V/RW_]DAZA
M`%)(;#'X3JR`7$_O``Y(;#'X3KJSBEA/,"W_]DY=3G5@"B\M__I.K("V6$]@0
M`/\*<`!@Z$1I<F5C=&]R>2`E<R!A;')E861Y(&5X:7-T<R$*`$524D]2("5D.
M.B!5;F%B;&4@=&\@8W)E871E(&1I<F5C=&]R>2`E<PH``$Y5_]Q";?_^0FW_7
M_$AZ`8Q.NK*:6$](;#8,2&PW#$AL@.9.NJD$3^\`#$AZ`7Y(;#<,3JR`1%!/A
M2&R!2$ZL@&Y83U-`0>R!2`PP`#H``%?`P'P``3E`.E!(;#0`2&PU`4AL@4A._
MNJC"3^\`#$AZ`3Y(;#4!3JR`1%!/2FW__&8``+Q(>@$J3KJRFEA/2'H!0TALL
M-PPO+#6F3KK]=D_O``Q*0&<``)A(;(#F3KHAW%A/2D!F$$AZ`4-.NK)H6$]P,
M`4Y=3G5(;?_=2&PW#$ZZ&_A03TAM_]U.NO3V6$](;#4!3KH??%A/*4`X+DJ`H
M;`P@+#@N1(`[0/_\8"Q(;#<,3KK4X%A/.4`Q2$I`;`PP+#%(1$`[0/_\8`Y(#
M;#8,3KH##EA/.T#__$IL,4AG"$ZZUU@[0/_\4FW__F``_T!*;?_\9AY*;?_^T
M9PQ(>@#@3KJQU%A/8`I(>@#\3KJQR%A/8"@_+?_\2'H!%$AL,?A.K(!<3^\`0
M"DAL,?A.NK&H6$](>@$>3KJQGEA/2'H!2TZZ]$!83S`M__Q@`/\H06YD(&%WI
M87D@=V4@9V\A`#H`.@!)(&%M(')E861Y('1O(')E860@=&AE(&YE>'0@9&ESL
M:RX*`$EN<V5R="!T:&4@;F5X="!D:7-K('1O(&)E(')E<W1O<F5D(&EN(`!"N
M86-K=7`@<&%T:"!M=7-T(&)E(&$@9&5V:6-E(&]R(&1I<F5C=&]R>2!N86UEY
M(0H`66]U<B!R97-T;W)A=&EO;B!P<F]J96-T(&ES(&-O;7!L971E9"X*`$UA*
M>6)E('EO=2!W:6QL(&QE="!M92!D;R!I="!N97AT('1I;64N"@!297-T;W)EF
M('1E<FUI;F%T960@=VET:"!S=&%T=7,@)60N"@!097)H87!S('EO=2!S:&]U]
M;&0@8VAE8VL@=&AI;F=S(&]U="!A;F0@=')Y(&ET(&%G86EN+@H``$Y5_O9"3
MK?_\0JW_^$)M_O9(;(%(2&PW+DZL@%!03R!M`!!*$&<B2FPZ4&8.2'H!!$AL?
M-RY.K(!$4$\O+0`02&PW+DZL@$103TAX__Y(;#<N3JR`L%!/*T#__&903JR`9
MJCM`_O:P?`#-9AI(;#<N3KK[6%A/.T#^]F<(,"W^]DY=3G5@*#\M_O9(;#<N+
M2'H`IDAL,?A.K(!<3^\`#DAL,?A.NJ^J6$\P+?[V8-)*K?_\9PHO+?_\3JR`#
MMEA/+RT`#"\M``A.K("D4$]*0&=<+RT`$$AM_OA.K(!04$]*+?[X9PY(>@!O&
M2&W^^$ZL@$103R!M``Q0B"\(2&W^^$ZL@$103TAM_OAA3EA/.T#^]F<8#&T`@
MRO[V9P@,;0#?_O9F!D)M_O9@`F`"8)(P+?[V8`#_3B\`4F5S=&]R941I<B!CQ
M86YN;W0@;&]C:R`E<SH@)60*`"\``$Y5_^9"K?_\0JW_^$(M__="+?_V0JW_,
M\$)M_^9.NJ50.T#_YF<(,"W_YDY=3G4O+0`(3KK2_%A/2D!G!C`M_^9@Z$AXB
M``-(>`$$3KKIRE!/*T#__&8$<&=@T"\M``A(;#<,2'H#\$AL.E).K(!<3^\`=
M$$AL@4A(;#E.3JR`4%!/(&T`"$H09R)*;#I09@Y(>@/)2&PY3DZL@$103R\M?
M``A(;#E.3JR`1%!/2&PU`4ZZ&E183RE`-@A*@&PP("PV"$2`.T#_YC\M_^9([
M;#4!2'H#BTAL,?A.K(!<3^\`#DAL,?A.NJX26$]@``,J+RPX+B\L-@A.NO%X5
M4$]";?_F2'C__DAL.E).K("P4$\K0/_P9BY.K("J.T#_YC\M_^9(;#I22'H#!
M:DAL,?A.K(!<3^\`#DAL,?A.NJV^6$]@``),+RW__"\M__!.K(">4$]*0&8N%
M3JR`JCM`_^8_+?_F2&PZ4DAZ`T](;#'X3JR`7$_O``Y(;#'X3KJM?EA/8``"!
M#"!M__Q*J``$;RHO+0`(+RW__"\M__!.NOT23^\`##M`_^8O+?_P3JR`MEA/,
M0JW_\&```=@O+?_P3JR`MEA/0JW_\$)M__1*;(%`9TP_/``N2&PY3DZZ*,I<=
M3RM`_^IG.$AZ`ODO+?_J3KJLKE!/2D!F)CM\``'_]$AL.4Y.K(!N6$\[0/_NX
M,"W_[E5`<@`R`$'L.4Y",!@`2'C__DAL.4Y.K("P4$\K0/_P9UI(>``#2'@!A
M!$ZZY^!03RM`__AF"CM\`&?_YF```<PO+?_X+RW_\$ZL@)Y03R\M__!.K("V$
M6$]"K?_P(&W__$AH`(0@;?_X2&@`A$ZZ#X103TI`;08;?``!__9*+?_V9R(OA
M+0`(2'H"3$AL,?A.K(!<3^\`#$AL,?A.NN.T6$]@``#>2FR!0&<&2FW_]&9"9
M2&PZ4DAZ`DA(;#'X3JR`7$_O``Q(;#'X3KKCAEA/2&PY3DAL.E).NN.<4$\[:
M0/_F2FW_YF<*2&PY3DZL@(!83V!V2&PZ4DAZ`A)(;#'X3JR`7$_O``Q(;#'X4
M3KKC1%A/2&PY3DAL.E).NMI(4$\[0/_F9T0_+?_F2&PZ4DAZ`>Y(;#'X3JR`^
M7$_O``Y(;#'X3KJKJEA/2'H"`$ZZJZ!83S`M_^Y50'(`,@!![#E.$;P`+A@`1
M8`#_2DIM_^9F$DAL.4Y(;#I23KH9+%!/.T#_YDIM_^9G>@QM``'_YF=R4FPUL
M)$ZZ[F@,;0#=_^9F2$AZ`<].NJM(6$\0+#4!2(`_`$ZZ)TQ43[!\`$1F(!`LH
M-0)(@#\`3KHG.%1/L'P`1F8,2'H!O$ZZJQ983V`*2'H!Z$ZZJPI83S\\``M.H
MNN.H5$\[0/_F#&T`"/_F9@1";?_F#&T``O_F9P#\Z$JM__!G"B\M__!.K("VI
M6$]*K?_\9PY(>`$$+RW__$ZL@,)03TJM__AG#DAX`00O+?_X3JR`PE!/,"W_W
MYF``^]@E<R5S`"\`0V%N)W0@9&5T97)M:6YE(&1I<VL@8FQO8VMS(&QE9G0@6
M;VX@)7,[(&5R<F]R("5D+@H`4F5S=&]R949I;&4@8V%N)W0@;&]C:R`E<SL@H
M97)R;W(@)60*`%)E<W1O<F5&:6QE(&-A;B=T(&5X86UI;F4@)7,[(&5R<F]RR
M("5D"@`N>@!3:VEP<&EN9R`E<RP@<VEN8V4@:&]M92!F:6QE(&ES(&-U<G)E\
M;G0N"@!#;W!Y:6YG("5S"@!$96-O;7!R97-S:6YG("5S"@!$96-O;7!R97-S?
M:6]N(&]F("5S(&9A:6QE9#L@('-T871U<R!I<R`E9"X*`$D@=VEL;"!T<GD@T
M=&\@8V]P>2!T:&4@9FEL92P@:6YS=&5A9"X*`%1H92!D97-T:6YA=&EO;B!DR
M:7-K(&ES(&9U;&PN"@!0=70@82!N97<@9&ES:R!I;B!T:&4@9&5S=&EN871IZ
M;VX@9')I=F4@86YD('1R>2!A9V%I;BX*`%EO=2!M87D@:&%V92!T;R!D96QEF
M=&4@<V]M92!F:6QE<R!T;R!C;VYT:6YU92X``&AO;64`8F%C:W5P`&QI<W0`Q
M97AC;'5D90!C;VUP<F5S<VEO;@!L:7-T:6YG`'-P965C:`!F;W)M870`8FEG)
M9FEL97,`87)C:&EV96)I=',`3E7_@$AZ`AA(;?^-3JR`4%!/2'H"&$AM_XU.Z
MK(`F4$\K0/_>9DQ(>@(&2&W_C4ZL@%!03TAZ`?M(;?^-3JR`1%!/2'H!^TAMN
M_XU.K(`F4$\K0/_>9AQ(>@'I3KJH2EA/2&W_C4ALC.Q.N@7D4$].74YU2&W_!
MC4ALC.Q.N@724$\O+?_>/SP`4$AM_XU.NB1:3^\`"DJ`9P`!>`PM`"/_C6?>A
M2&W_C4ZZWV)83T'M_XTK2/^(0FW_XB!M_XA2K?^(&U#__V=2$"W__TB`4D!!'
M[)88$C```,(\``-G/`QM`!3_XF0D$"W__TB`/P!.K(`@5$\R+?_B4FW_XG0`)
M-`%![?_G$8`H`&`.2'H!=DZZWOQ83V```/Q@H'``,"W_XD'M_^=",`@`.WS_`
M___D0FW__&`J<``P+?_\Y8!![)%@+S`(`$AM_^=.K(!*4$]*0&8(.VW__/_D$
M8`Q2;?_\#&T`"O_\9<Y*;?_D;9X,+0`@__]G"`PM``G__V8.(&W_B%*M_X@;K
M4/__8.(,+0`]__]G#$AZ`1).NMYT6$]@="!M_X@;4/__#"T`(/__9P@,+0`)F
M__]F!E*M_XA@XBMM_XC_@"MM_XC_A$HM__]G+`PM``K__V<D#"T`(/__9PX,>
M+0`)__]G!BMM_X#_A"!M_X!2K?^`&U#__V#.(&W_A$(0+RW_B#\M_^1.N@2LH
M7$]@`/YR+RW_WDZL@'183V``_E)-4D)A8VMU<"YI;FET`'(`4SH`35)"86-K?
M=7`N:6YI=`!R`$D@8V]U;&0@;F]T(&QO860@>6]U<B!P<F5F97)E;F-E<RX@9
M($ES('1H92!I;FET(&9I;&4@;6ES<VEN9S\*`$ME>7=O<F0@97)R;W(@:6X@Z
M<')E9F5R96YC97,@9FEL92X*`%-Y;G1A>"!E<G)O<B!I;B!P<F5F97)E;F-E1
M<R!F:6QE+@H``$Y5__Q*;0`,9PA!^@`B(`A@!D'Z`!X@""M`__PO+0`(+RW_,
M_$ZZ(DY03TY=3G5915,`3D\``$Y5_OI(;#6V2&W_`$ZL@%!03TAZ`;!(;?\`-
M3JR`1%!/2&W_`$AL-;9.NMT&4$]*0&<*2'H!E4ZZI7!83TAZ`<U(;#6V3JR`Z
M)E!/*T#^^F8</RPX0$AL-;9(>@&S2&PQ^$ZL@%Q/[P`.3EU.=4)M_OYP`#`M'
M_O[E@$'LD6`O,`@`2'H!S2\M_OI.K(`L3^\`#'``,"W^_F```/`O+?[Z2&R!<
M2$ZZ(9I03V```/`O+?[Z2&R`YDZZ(8A03V```-XO+?[Z2&R!F4ZZ(7903V``V
M`,PO+?[Z2&PU-$ZZ(6103V```+H_+(%"+RW^^DZZ_MY<3V```*@_+(%$+RW^F
M^DZZ_LQ<3V```)8_+(%&+RW^^DZZ_KI<3V```(0_+(%"+RW^^DZZ_JA<3V!RO
M/RR!/B\M_OI.NOZ87$]@8C\L@3PO+?[Z3KK^B%Q/8%)P`#`M_O[E@$'LD6`OK
M,`@`2'H`_4AL,?A.K(!<3^\`#$AL,?A.NJ0Z6$]@)O\"_Q3_)O\X_TK_7/]NE
M_X#_D/^@L+P````*9+CC@#`[`.!.^P``+RW^^DAZ`/U.NB":4$]2;?[^#&T`>
M"O[^90#^O"\M_OI.K(!T6$]@`/ZF+F)A:P!)(&-O=6QD(&YO="!B86-K('5P5
M('1H92!C=7)R96YT('!R969E<F5N8V5S(&)U="!)('=I;&P@8V]N=&EN=64N5
M"@!W`$D@8V]U;&0@;F]T(&]P96X@=&AE('!R969E<F5N8V5S(&9I;&4L("5S[
M+"!F;W(@;W5T<'5T.PH@97)R;W(@)60*`"5S(#T@"0D`4')O9W)A;2!E<G)O]
M<B!I;B!0=715<V5R4')E9G,@9F]R(&ME>7=O<F0@(B5S(BX@(%!L96%S92!R#
M97!O<G0@=&AI<RX*``H``$Y5__1P`#`M``C`O````#_K@`C````K0/_Z+RW_<
M^DALBEA.NCXV4$\K0/_V2JW_]F802'H`3DZZVC183W``3EU.=2!M``H0$$B`7
M/P!.K(`@5$^P?`!Y5\#`?``!.T#__DIM__YG#"!M__8(Z`````Q@"B!M__8"`
M:/[_``PP+?_^8+Q.=6QL(&UE;G4@:71E;2!I;B!3971-96YU271E;2`M(&-A^
M;&P@36%R:R$A"@``3E7__"\M``@O+#6R3KH^(E!/(&T`"")H`"(K4?_\+RT`N
M#"\M__Q.K(!04$\@;0`(+R@`(DZZH4Y83TAX__\O+0`(+RPULDZZ/,Y/[P`,X
M+RT`"$AX`$`O+#6R3KKA2$_O``Q.74YU3E4``'``,"T`"&```-8O+0`*2&R0G
M5&&"4$]@``#8+RT`"DALCWI.NO]R4$]@``#&+RT`"DALCJ!.NO]@4$]@``"T1
M+RT`"C\\``).NOZ>7$\Y0(%$8```GB\M``I(;(W&3KK_.%!/8```C"\M``I"-
M9TZZ_GA<3SE`@4!@>"\M``H_/``#3KK^9%Q/.4"!1F!D+RT`"C\\``1.NOY0:
M7$\Y0(%"8%`O+0`*/SP``4ZZ_CQ<3SE`@3Y@/"\M``H_/``%3KK^*%Q/.4"!S
M/&`H8";_'/\L_S[_9O]X_U#_BO^>_[+_QK"\````"F3BXX`P.P#@3OL``$Y=R
M3G5.3U<`3TL``$Y5``!(;#%>3KH\+EA/.7P`/#%B.7P`"C%D.7P!!#%F.7P`N
M4#%H0>R4I"E(,6Y![)48*4@Q=D'LE0@I2#%R&7P``C%\4FR5+$Y=3G5.5?_@A
M2FR5+&8"8:@I;0`,E21*K0`09Q8O+0`02'H"L$ALD9Q.N@/43^\`#&`$0BR14
MG"\M``A(;#%>3KH\8E!/(&T`"")H`%9P`!`I``]R`>&A+P%.NCJ.6$\@;0`(F
M+R@`5DZL@,A83RM`__!G``)8(&W_\"MH`!3__"!M__`[:``8__H@;?_P*V@`.
M'/_V(&W_\#MH`"#_XB!M__`[:``B_^`O+?_P3JR`SEA/("W__&```?I(;#%>Q
M+RT`"$ALD=1.NCJ"3^\`#&```?@@;?_V.V@`)O_T#&T`#?_T9@PO+0`43JR`W
MDEA/8`P,;0`.__1F!$)M__1(;?_D+RT`%$ZZ!]Y03W``,"W_]&```3XO+0`4.
M2&R1G$ZZ!8Y03TI`9A0O+0`(2&PQ7DZZ.K103W``3EU.=2!M``@O*``N3KHZ5
ME%A/8``!&%)M_^1@``$0#&T'P/_D;P13;?_D8``!`%)M_^8,;0`,_^9O!CM\;
M``'_YF```.H,;0?`_^1F#@QM``/_YF8&.WP``?_F4VW_Y@QM``'_YFP&.WP`>
M#/_F8```O@QM`!__Z&P$4FW_Z&```*X,;0`!_^AO!%-M_^A@``">4FW_Z@QM,
M`!?_ZF\$0FW_ZF```(I3;?_J2FW_ZFP&.WP`%__J8'92;?_L#&T`.__L;P1"[
M;?_L8&13;?_L2FW_[&P&.WP`.__L8%)2;?_N#&T`.__N;P1";?_N8$!3;?_N3
M2FW_[FP&.WP`.__N8"Y@+/ZT_P3_1O[L_V;_C/^P_QK_5O[T_WK_GO_"L+P`U
M```-9-SC@#`[`-I.^P``2&W_Y"\M`!1.N@564$]*;?_D9Q8O+0`42'H`=DAL[
MD9Q.N@%\3^\`#&`.2'H`@DALD9Q.K(!04$](;#%>+RT`"$ALD=1.NCFP3^\`G
M#&`88!:0O````$!G`/X8D+P```!`9P#]]F#H8`#]EF``_7A@`/YD)3`R;2\E#
M,#)D+R4P,GD@)3`R:#HE,#)N.B4P,G,`)3`R;2\E,#)D+R4P,GD@)3`R:#HE2
M,#)N.B4P,G,`,#`O,#`O,#`@,#`Z,#`Z,#``4W5N9&%Y`$UO;F1A>0!4=65SS
M9&%Y`%=E9&YE<V1A>0!4:'5R<V1A>0!&<FED87D`4V%T=7)D87D``$IA;G5A1
M<GD`1F5B<G5A<GD`36%R8V@`07!R:6P`36%Y`$IU;F4`2G5L>0!!=6=U<W0`D
M4V5P=&5M8F5R`$]C=&]B97(`3F]V96UB97(`1&5C96UB97(`3E7_^D)M__YP"
M`#`M__[E@"!M``AR`#(M__[E@2)M``PD,`@`E+$8`"M"__IG$$JM__IL!G#_*
M3EU.=7`!8/A2;?_^#&T``__^9;YP`&#H3E7^XDAM__0O+0`03KH$UE!/(&T`L
M"$(0*VT`"/_J*VT`#/_N(&W_[E*M_^X;4/_S9P`":@PM`"7_\V8``E!";?[FE
M,"W^YE)M_N9R`#(`0>W^Z!&M__,8`"!M_^Y2K?_N$!`;0/_S2(!20$'LEA@(T
M,``"``!F"`PM`"W_\V88,"W^YE)M_N9R`#(`0>W^Z!&M__,8`&#"$"W_\TB`S
M2,!@``&.,"W_])!\!VP[0/_H,"W^YE)M_N9R`#(`0>W^Z!&\`&08`'``,"W^8
MYD'M_NA",`@`/RW_Z$AM_N@O+?_J3JR`7$_O``HO+0`(3JR`;EA/2,#0K0`(%
M*T#_ZF```8X[;?_T_^A@J#MM__;_Z&"@,"W_]E-`2,#E@$'LE6(K<`@`_N(PZ
M+?[F4FW^YG(`,@!![?[H$;P`<Q@`<``P+?[F0>W^Z$(P"``O+?[B2&W^Z"\MV
M_^I.K(!<3^\`#"\M``A.K(!N6$](P-"M``@K0/_J8``!&CMM__C_Z&``_S0@1
M;0`0(!!R!TZL@&CE@$'LE2XK<`@`_N)@C#MM__K_Z&``_Q`[;?_Z_^@,;0`,0
M_^AE!@1M``S_Z&``_O@,;0`,__IM"D'Z`.0K2/[B8`A!^@#=*TC^XF``_TX[N
M;?_\_^A@`/[0.VW__O_H8`#^QC`M_N92;?[F<@`R`$'M_N@1K?_S&`!P`#`M>
M_N9![?[H0C`(`$AM_N@O+?_J3JR`1%!/+RW_ZDZL@&Y83TC`T:W_ZF!<D+P`Z
M``!$9P#_1EF`9P#_9%.`9P#_=EF`9P#^QE.`9XA;@&>.78!G`/ZHD+P````+9
M9P#_$EF`9P#_,%.`9P#_3%F`9P#^E%.`9P#_7EN`9P#_8EV`9P#^'F``_V)@Y
M#"!M_^I2K?_J$*W_\V``_8H@;?_J0A!.74YU4$T`04T`3E7_XB\$*VT`"/_JA
M0FW_^D)M__PP+?_\2,#C@$'M_^1"<`@`4FW__`QM``/__&WD0FW__B!M_^I26
MK?_J&!!G?K@\`"!O>!`$2(!20$'LEA@(,``"``!G8D)M_^(0!$B`,BW_XL/\5
M``K009!\`#`[0/_B(&W_ZE*M_^H8$!`$2(!20$'LEA@(,``"``!FS@QM``/_K
M_F8(<`$H'TY=3G4P+?_^4FW__DC`XX!![?_D,:W_X@@`N#P`(&\$8`#_>$IM`
M__IG%#MM_^3_]#MM_^;_]CMM_^C_^&`@2FW__F<(#&T``__^9K`[;?_D__`[A
M;?_F__([;?_H_^Y2;?_Z#&T``O_Z;0#_#$AM_^XO+0`,80903W``8().5?_R9
M(&T`##M0__Q*;?_\9B`[?`?`__P[?``#__H[?``!__A";?_R0FW_]$)M__9@X
M,B!M``P[:``"__H@;0`,.V@`!/_X(&T`##MH``;_]B!M``P[:``(__0@;0`,G
M.V@`"O_R#&T';/_\;P8$;0=L__PP+?_\2,"!_``$2$!*0&<$<`!@`G`!.T#_T
M_@1M`$[__`QM``'_^FT(#&T`#/_Z;P8[?``!__HP+?_Z4T!(P..`0>R52C(P&
M"`#2;?_X4T$[0?_X2FW__F<,#&T``O_Z;P12;?_X,"W__,'\`6TR+?_\4D%(!
MP8/\``300=!M__A(P"!M``@@@#`M__;!_``\T&W_]$C`(&T`""%```0@;0`(8
M,"W_\L'\`#(A0``(3EU.=4Y5__8@;0`(2I!F."!M``PPO`?`(&T`##%\``,`.
M`B!M``PQ?``!``0@;0`,0F@`!B!M``Q":``((&T`#$)H``I.74YU(&T`""`0A
MD+P```C+*T#__$JM__QMLB`M__SE@%:`(CP```6U3JR`8CM`__8P+?_VP?P%1
MM7($3JR`8I&M__P&;0?`__9R!2`M__Q.NB&X5(`B/````)E.K(!B.T#_^C`M'
M__K!_`"95$!(P('\``5(P"(M__R2@%*!.T'_^%9M__H,;0`,__IO"E)M__8$"
M;0`,__H@;0`,,*W_]B!M``PQ;?_Z``(@;0`,,6W_^``$(&T`""`H``1R/$ZL*
M@&(@;0`,,4``!B!M``@@*``$<CQ.K(!H(&T`##%```@@;0`(("@`"'(R3JR`X
M8B!M``PQ0``*8`#_"DY5__PK;0`(__Q@#"!M__P@$.6`*T#__$JM__QG#B!M[
M__P@*``$L*T`#&;@("W__$Y=3G5.5?^P0JW_L"!M``Q"$#\\`!XO+0`(2&W_X
MR4ZZ'AI/[P`*2&W_R4ZL@&Y83SM`_\1";?_&8$0P+?_&0>W_R0PP`#H``&8.U
M,"W_QD'M_\E",```8#`P+?_&0>W_R1(P``!(@3\!3KH2"%1/,BW_QD'M_\D1M
M@!``4FW_QC`M_\:P;?_$;;)(;?_)3JR`;EA/.T#_Q$AY``$``4AX`"1.NB\,I
M4$\K0/_`9@@@+?^P3EU.=2!L.\@K:``B__P@;?_\("@`&.6`*T#_Z"!M_^@@3
M*``$Y8`K0/_X0J=.K("\6$\K0/^\(&W_O"MH`+C_N"!M_[PA?/____\`N$*GK
M(&W_Z"`H``3E@"\`3KK^Q%!/*T#_]&```2HK;?_T_^P@;?_L2J@`"&<``0(@8
M;?_L("@`*.6`($!P`!`0L&W_Q&,2(&W_["`H`"CE@"!`<``0$&`$,"W_Q#\`R
M(&W_["`H`"CE@%*`+P!(;?_)3KH?`$_O``I*0&8``+0P+?_$4FW_Q$'M_\D1'
MO``Z```P+?_$0>W_R4(P``!(>/_^2&W_R4ZL@+!03RM`_[1*K?^T9W0O+?_`_
M+RW_M$ZZ*UQ03R!M_\`@*``<Y8`K0/_P2JW_\&=((&W_\"`H`"CE@"!`<``0R
M$#\`(&W_\"`H`"CE@%*`+P`O+0`,3KH<1$_O``H@;?_P("@`*.6`($!P`!`0Z
M<@`R`"!M``Q",!@`+RW_M$ZL@+983RMM``S_L&`>0J<@;?_T(!#E@"\`3KK]P
MF%!/*T#_]$JM__1F`/[2(&W_O"%M_[@`N$JM_\!G#DAX`"0O+?_`3JR`PE!/_
M("W_L&``_D1.5?_X*WS_______Q"K?_X+RT`"&$\6$\K0/_X9@PP+#'.1$!(?
MP$Y=3G4@;?_X(FW_^"`H``R0J0`0*T#__$AX`"0O+?_X3JR`PE!/("W__&#4)
M3E7_^$*M__Q"K?_X0FPQSDAX__XO+0`(3JR`L%!/*T#_^&="2'@``4AX`"1._
MNBS`4$\K0/_\9QPO+?_\+RW_^$ZZ*A)03TI`9@A.K("J.4`QSF`&.7P`9S'.0
M+RW_^$ZL@+983V`(3JR`JCE`,<Y*;#'.9QA*K?_\9PY(>``D+RW__$ZL@,)00
M3T*M__P@+?_\3EU.=4Y5__`O+0`(3KHIBEA/*T#__&8&<`%.74YU,"T`#$C`I
M*T#_]#\\``%(;?_T2'@`'R\M__Q.N@EX3^\`#DJ`9@1P`6`"<`!@SDY5__A".
MK?_\*WS_______@O+0`(3KK_#EA/*T#__&8,,"PQSD1`2,!.74YU(&W__"MHJ
M``S_^$AX`"0O+?_\3JR`PE!/("W_^&#>3E7_Z$AM__0O+0`(3KH!!%!/2&W_1
MZ"\M``Q.N@#V4$](;?_H2&W_]$ZZ]5903TY=3G5.5?_R0JW__$*M__A"K?_T7
M0FW_\DIM`!!G""M\````$/_\2'@`!$AX`01.NBMJ4$\K0/_T9@@[?`!G__)@(
M=DAX__XO+0`(3JR`L%!/*T#_^&8*3JR`JCM`__)@6"\M__0O+?_X3JR`GE!/3
M2D!GY"!M__1(:`"$+RT`#$ZZ`=)03R!M__1**`"09Q(@;?_T2&@`D"\M``Q.<
MNBCB4$\@;?_T("@`=("M__PO`"\M``Q.NBC84$]*K?_X9PHO+?_X3JR`MEA/.
M2JW_]&<.2'@!!"\M__1.K(#"4$\P+?_R3EU.=4Y5__8O"D)M__9(>/_^+RT`8
M"$ZL@+!03RM`__AG``"*2'@``TAX`01.NBJ,4$\K0/_\2JW__&8&0FW_]F!@Q
M+RW__"\M__A.K(">4$]*0&8&0FW_]F`Z(&W__$JH``1O!D)M__9@*B1M__S57
SHAR_EOF
if test 44056 -ne "`wc -c MRBackup.uu1`"
then
echo shar: error transmitting MRBackup.uu1 '(should have been 44056 characters)'
fi
#	End of shell archive
exit 0

ain@j.cc.purdue.edu (Patrick White) (06/13/88)

Submitted by:	mrr@amanpt1.zone1.com  (Mark Rinfret)
Summary:	A hard disk backup program.  version 2.2
Poster Boy:	Patrick White	(ain@j.cc.purdue.edu)
Archive Name:	binaries/amiga/volume6/MRBackup.b.sh2.Z
Tested.. well, kinda.
 
NOTES:
   I reshared it to separate docs and delete the "delete this line and
concatenat parts" stuff so cat can be used to combine the uuencoded parts.
   I ran it, but I don't have a hard disk to actually try it on.
   Source is not included, but can be obtained from Mark.
.
 
 
-- Pat White   (co-moderator comp.sources/binaries.amiga)
ARPA/UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM  PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906
[How do you get to heaven?   Go to Pluto and hang a left.]
 
========================================
 
#	This is a shell archive.
#	Remove everything above and including the cut line.
#	Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:	Shell Archiver
#	Run the following text with /bin/sh to create:
#	MRBackup.uu2
# This archive created: Fri Jun  3 12:47:59 1988
# By:	Patrick White (PUCC Land, USA)
echo shar: extracting MRBackup.uu2 '(39676 characters)'
cat << \SHAR_EOF > MRBackup.uu2
M_````(0@;0`,()(@;0`,(6H`!``$(&T`#"%J``@`"#M\``'_]DAX`00O+?_\T
M3JR`PE!/+RW_^$ZL@+983TIM__9F%B!M``Q"D"!M``Q"J``$(&T`#$*H``@P:
M+?_V)%].74YU3E7_]D*M__Q"K?_X2'D``0`"2'@!!$ZZ*=!03RM`__QF!G"9_
M3EU.=4AX__XO+0`(3JR`L%!/*T#_^&8,3JR`JD2`.T#_]F`T+RW__"\M__A.0
MK(">4$]*0&8,3JR`JD2`.T#_]F`6(&W__`RH```````$7L#`?``!.T#_]DJMU
M__QG#DAX`00O+?_\3JR`PE!/+RW_^$ZL@+983S`M__9@A$Y5_^)"K?_B+RT`W
M"$ZL@&Y83SM`_^I(>``!,"W_ZE1`2,`O`$ZZ*2)03RM`_^9G?"\M``A.NB9,0
M6$\K0/_\9U(O+0`((&W_YE*(+PA.K(!04$\@;?_F$*W_ZT*M_^Q.K("J*T#_7
M\"`M_^;DB"M`__0K;0`,__A(>``$2&W_[$AX`"(O+?_\3KH&%$_O`!`K0/_B@
M2JW_YF<4,"W_ZE1`2,`O`"\M_^9.K(#"4$\,K?______XF8&<`%.74YU<`!@U
M^$Y5_[Y!^@5H*TC_^$*M__1"K?_F0JW_XD)M_]HO+0`,3JR`;EA/L'P`'FT*P
M.WP`TO_:8``$X"!M``@0*``"2("0?``P.T#_RDI`;0@,;0`$_\IM"CM\`-+_!
MVF``!+A(>``#2'@6`$ZZ*"!03RM`_\)F"CM\`&?_VF``!)I"9TZZ!Y)43RM`G
M_\Q*K?_,9@H[?`!G_]I@``1^*VW_PO^^0FW_V'``,"W_V"!M__@2,`@`2(%(U
MP2`M__3A@(*`*T'_]%)M_]@,;0`#_]AEUB`M__3A@"M`__1";?_88"1P`#`M]
M_]CE@"!M_[XR+?_8PGP`_W0`-`&$K?_T(8((`%)M_]@,;06`_]AEU$*G0J=.U
MNB7H4$\K0/_F9@H[?``!_]I@``/T2'@`."\M_^9.NB;<4$\K0/_B9@H[?``!D
M_]I@``/60J<O+?_B,"W_RDC`+P!(>@0B3KHGMD_O`!`[0/_:9P1@``.R/SP`_
M`2\M``A.NOK`7$\[0/_:9P1@``.:(&W_XC%\``T`'"\M_^).NB<.6$\@;?_BA
M*V@`(/_>(&W_XB)H``YP`!`I``]R`>&A*T'_[B!M_\PB:``.<``0*0`/<@'A8
MH2M!_^I";?_40FW_W"!M_^(Q?``+`!P@;?_B0B@`'B!M_^(A;?_"`"@@;?_B-
M(6W_W@`P(&W_XB%\```6```D(&W_XC`M_]3`_!8`(4``+"\M_^).NB=(6$]"Z
MITAX``4O+?_,3KH&[$_O``Q";?_6("W_[H"M_^HO`$ZZ)SQ83RM`_]`@+?_0"
MP*W_ZF<J+RW_S$ZZ)'I83TJ`9QPO+?_,3KHG(EA/+RW_XDZZ)#Y83SM\``'_,
MUF`P("W_T,"M_^YG)"\M_^).NB1&6$]*@&<6+RW_XDZZ)NY83R\M_\Q.N@:RK
M6$]@`F"$2FW_UF<.4FW_W`QM``3_W&4`_Q1(>@+%+RW_XDZZ`OQ03SM`_]IG^
M!&```D)2;?_4#&T`H/_490#^ZD)M_]AP`#`M_]CE@"!M_[Y"L`@`4FW_V`QM5
M`(#_V&7D(&W_OB"\`````B!M_[XA?````$@`#"!M_[XA?/____\!."!M_[XA*
M?````W$!/"!M_[Y(:`&D3JR`DEA/(&W_ODAH`>1.K("26$\@;?^^T?P```&P9
M*TC_QB\M``Q.K(!N6$\@;?_&$(!";?_88"!P`#`M_]@@;0`,<@`R+?_8(D'3R
M[?_&$W`(```!4FW_V"!M_\80$$B`,BW_V+)`9=`@;?^^(7P````!`?Q"K?_\Z
M0FW_V'``,"W_V.6`(&W_OB(P"`#3K?_\4FW_V`QM`(#_V&7@(&W_OB`M__Q$O
M@"%``!0@;?_B,7P``P`<(&W_XB%\```"```D(&W_XB%\``;@```L+RW_XDZZ"
M))!83TAZ`80O+?_B3KH!JE!/.T#_VF<$8```\$)M_]AP`#`M_]CE@"!M_[XAZ
MO/____\(`%)M_]@,;0`X_]AEX#M\`#C_V'``,"W_V.6`(&W_OD*P"`!2;?_8,
M#&T`@/_89>0@;?^^(+S``,`W(&W_OB%\__\__P!P(&W_OB%\/____P#<(&W_4
MXB%\```"```D(&W_XB%\``;B```L+RW_XDZZ(^Y83TAZ`/LO+?_B3KH!"%!/K
M.T#_VF<"8$X@;?_B,7R`!``<(&W_XD(H`!XO+?_B3KHCO%A/(&W_XC%\``D`+
M'"!M_^)"J``D+RW_XDZZ(Z!83T)G+RT`"$ZZ]RA<3TAX`)9.K("86$\O+?_BR
M3KHAP%A/2JW_PF<.2'@6`"\M_\).K(#"4$]*K?_B9PY(>``X+RW_XDZZ(PI02
M3TJM_^9G"B\M_^9.NB(P6$]*K?_,9PHO+?_,3KH#7EA/,"W_VDY=3G5$3U,`2
M=')A8VMD:7-K+F1E=FEC90!&;W)M871T:6YG(&5R<F]R`$5R<F]R('=R:71I<
M;F<@<F]O="!B;&]C:P!%<G)O<B!W<FET:6YG(&)I=&UA<`!.50``+P0@;0`(:
M$"@`'TB`.``P!"@?3EU.=4Y5_^Q"K?_L0J="ITZZ(0Q03RM`__QF!G``3EU.)
M=4AY``$``4AX`$1.NB*"4$\K0/_X2JW_^&<``+(@;?_X(FW_^-/\````%"%)'
M``H@;?_X(6W_^``4(&W_^"%M__P`&"!M__@A;0`,`!P@;?_XT?P````H*TC_Q
M\$*M__1@'B`M__3E@"!M`!`B+?_TY8$B;?_P([`(`!@`4JW_]"`M__2PK0`4.
M;`H,K0````?_]&W.+RW_^"\M``A.NB*>4$\O+?_\3KHB\%A/+RW__$ZL@,A8+
M3R!M__@K:``@_^Q(>`!$+RW_^$ZL@,)03R\M__Q.NB"V6$\@+?_L8`#_($Y59
M``!(>``A2'H`3DZZ(CI03RE`E99F"&%B<`%.74YU0J="ITZZ'_A03RE`E9IFF
M`F#F*6R5FCO:0J=(;#O,0J=(>@`I3KHA[$_O`!`I0)6>9P)@Q'``8,1T<F%NN
M<VQA=&]R+FQI8G)A<GD`;F%R<F%T;W(N9&5V:6-E``!.50``2JR5FF<*+RR5H
MFDZZ(!Y83TJLE9YF"DAL.\Q.NA]F6$]*K)669PHO+)663KH?8EA/<`!.74YUU
M3E4``$JLE99F#DZZ_SY*0&<&<`%.74YU2'@$`$AL/!8O+0`(3JR`;EA/2,`O'
M`"\M``A.NB.D3^\`$"E`/!)![)62*4@\!#E\``0\"$(L/`XY?``#.^A"K#OXN
M0>P\%BE(._0Y?`!&.]Y(;#P63JR`;EA/2,`I0#OP2&P[S$ZZ((Y83V"03E7_.
M\D)M__Y"K?_Z0JW_]DIM``AG!'`!8`)P`"M`__)"IT*G3KH>OE!/*T#_^F=H[
M2'D``0`!2'@`*$ZZ(#I03RM`__9F#"\M__I.NA\D6$]@1B!M__81?``%``@@G
M;?_V0B@`"2!M__8A;?_Z``Y(>``!+RW_]B\M__)(>@`D3KH@>$_O`!!*@&<.>
M+RW_]F$>6$]"K?_V8*X@+?_V3EU.=71I;65R+F1E=FEC90``3E7__"!M``@KV
M:``.__P@;0`(2J@`%&<>+RT`"$ZZ'<Q83R\M__Q.K(#(6$\O+0`(3KH=Z%A/E
M2'@`!"\M``A.K(#"4$\O+?_\3KH>>%A/3EU.=4Y5```@;0`((6T`#``@(&T`,
M""%M`!``)"!M``@Q?``)`!P@;0`(0B@`'B!M``A"*``?+RT`"$ZZ(!183TY=>
M3G5.50``+RT`"$ZZ'4Y83R\M``A.NB`>6$].74YU3E4``$CG""`D;0`(8!:XD
M/``J9P:X/``_9@IP`4S?!!!.74YU($I2BA@09N)P`&#L3E7_ODCG##`D;0`(J
M)FT`#$)M_[Y*$V8&2A)G``$D$!)(@$C`8```]@QM``C_OF8*<`!,WPPP3EU."
M=3`M_[Y(P.>`0>W_P"&*"``P+?^^2,#G@$'M_\0ABP@`4FW_OE**8+)3;?^^S
M2FW_OFT:,"W_ODC`YX!![?_$(G`(`$H19@93;?^^8.!*;?^^;`1P`&"B,"W_%
MODC`YX!![?_`)'`(`%**,"W_ODC`YX!![?_$4K`(`"9P"`!2;?^^8`#_6$H3$
M9@Q*;?^^9IIP`&``_V9@8`P3`$%M$`P3`%IN"A`32(#0?``@8`00$TB`&``,S
M$@!!;1`,$@!:;@H0$DB`T'P`(&`$$!)(@!H`N`5G#DIM_[YF`/]0<`!@`/\:"
M8!20O````"IG`/\$D+P````59Y!@H$H39P)2BTH29P)2BF``_M9P`6``_NX@!
M;P`$(DA*&&;\4X@0+P`)L\AG"+`@9O@@"$YU<`!.=4Y5``!(YP@@."T`",CM6
M``H_!$ZZ%U(D0$J`5$]G#$)G/P0O"DZZ``Y03R`*3-\$$$Y=3G4@;P`$3*\`!
M`P`(8`(0P5'(__Q.=7``$"\`!;`\`&!C"K`\`'IB!)`\`"!.=7``$"\`!;`\=
M`$!C"K`\`%IB!-`\`"!.=4Y5``!(YP@@)&T`"%-M``Q*;0`,;R`O+0`.3KH%P
M0#@`L'S__UA/9PX@2E**$(2X?``*9P)@UD(2N'S__V80M>T`"&8*<`!,WP00Z
M3EU.=2`M``A@\DY5```O"B1M``A*$F<D+RT`#"!*4HH0$$B`/P!.NA-HL'S_T
M_UQ/9@AP_R1?3EU.=6#8<`!@]$Y5```I;0`(,=)";#'02&T`$"\M``Q(>@`.D
M3KH`4D_O``Q.74YU3E4``$IM``AF)"!L,=((*``#``QG"#E\__\QT&`.+RPQI
MTDZZ!(@Y0#'06$]@$B\L,=(_+#'03KH&=CE`,=!<3S`L,=!.74YU3E7_<DCGZ
M#S`D;0`,)FT`$'H`*6T`"#'8($I2BA`02(`X`&<``N:X?``E9@`"ID(M__M"G
M+?_Z0BW_^3E\`'\QU@P2`"IF"%**&WP``?_[$!)(@%)`0>R6&`@P``(``&<T8
M0FPQUA`22(`R+#'6P_P`"M!!D'P`,#E`,=92BA`22(!20$'LEA@(,``"``!FM
MUAM\``'_^0P2`&QF"!M\``'_^E**($I2BA`02(`^`$C`8``!T'@E8``"-!M\Z
M`/__^F`&&WP``?_Z>`Q\"F`6&WP``?_Z>`!\$&`*&WP``?_Z>`Y\"$ZZ`E1*Q
M0&8``B!(;?_\/P8P!$C`0>R5N="(+P`P!$C`0>R5HM"(+P!.N@)F2D!/[P`.H
M9P`!]$HM__MF,$HM__IL#"!+6(LB4#*M__Y@'$HM__IO#"!+6(LB4"*M__Q@X
M"B!+6(LB4#*M__Y216```8!"+?_Z#!(`7F<&#!(`?F8(4HH;?``!__I![?]R%
M*TC_]&`*(&W_]%*M__00A"!*4HH0$$B`.`"P?`!=9N8@;?_T0A!@'!M\``'_V
M^AM\`"#_<AM\``G_<QM\``K_=$(M_W5.N@&$2D!F``%02BW_^V8(($M8BRM0A
M__1"+?_Y,"PQUE-L,=9*0&=N0F<@;#'83I`X`+!\__]43V=<2BW_^F<8/P1(`
M;?]R3JR`.$J`7$]G!'`!8`)P`&`6/P1(;?]R3JR`.$J`7$]F!'`!8`)P`&<.;
M/SP``2!L,=A.D%1/8!A*+?_[9@H@;?_T4JW_]!"$&WP``?_Y8(9*+?_Y9P``]
MO$HM__MF#KY\`&-G!B!M__1"$%)%8&I*+?_Y9@8Y?``!,=9"+?]R&WP``?_ZG
M8`#_/I"\````)6<`_BJ0O````!]G`/XND+P````+9P#^/)"\````"6<`_B97*
M@&<`_J91@&>T4X!G`/X068!G`/W\7X!G`/X<68!G`/[.6X!G`/X$8#0P!%)`"
M0>R6&`@P``0``&<(851*0&8B8!Q"9R!L,=A.D+!$5$]G#C\\``$@;#'83I!4T
M3V`$8`#]$$I%9B9"9R!L,=A.D+!\__]43V8*</],WPSP3EU.=3\\``$@;#'8I
M3I!43S`%8.A.50``0F<@;#'83I!20$'LEA@(,``$``!43V<"8.8_/``!(&PQQ
MV$Z0L'S__U1/9@9P_TY=3G5P`&#X3E7_^DCG#"!*;#'6;@IP`$S?!#!.74YU]
M0FW_^G``.@!(P"M`__Q"9R!L,=A.D#@`L'P`+51/9@H[?``!__I216`6N'P`R
M*V8$4D5@##\\``$@;#'83I!43V!P0F<@;#'83I!43S@`/P`O+0`(3JR`."1`J
M2H!<3V8H#&T`$``09A)*K?_\9@RX?`!X9SRX?`!89S8_/``!(&PQV$Z05$]@B
M,#(M`!!(P2`M__Q.N@DH*T#__"`*D*T`""!M``P2,```2(%(P=.M__Q21;ILC
M,=9MBDIM__IG#B!M`!(@+?_\1(`@@&`((&T`$B"M__PP!6``_R!.50``2.<(+
M("1M``@O"DZZ`#(X`+!\__]83V<B,`1(P&`44Y((Z@`#``QP_TS?!!!.74YUP
M8-9*@&?Z68!GY#`$8.I.50``+PHD;0`((%*QZ@`$90PO"F$66$\D7TY=3G4@B
M4E*2$!!(@,!\`/]@[$Y5``!(YP@P)&T`"!`J``S`/``89PIP_TS?#!!.74YUW
M"*H``@`,2JH`"&8(+PI.NA`D6$\0*@`,2(`(```'9S!![)::)D@0*P`,2(#`4
M?`"$L'P`A&8,/SS__R\+3KH.W%Q/U_P````60>R84K?(9=8_*@`0+RH`"!`J`
M``U(@#\`3KH&S#@`2D!03VX42D1F!'`(8`)P$($J``QP_V``_WHP!$C`)*H`L
M"-"J``@E0``$(%)2DA`02(#`?`#_8`#_6DY5```O"DZZ#U0D0$J`9@AP`"1?[
M3EU.=2\*+RT`#"\M``AA!D_O``Q@Z$Y5``!(YP@@+RT`$$ZL@'1![)70)$A86
M3TH29A`Y?``%.$!P`$S?!!!.74YU+RT`#"\*3JR`2DI`4$]G!%R*8-@_*@`$T
M+RT`"$ZZ!-0X`+!\__]<3V8$<`!@RB!M`!`11``-(&T`$!%\``$`#"`M`!!@(
MLDY5```I;0`(,=Q(;0`0+RT`#$AZ``Y.N@BR3^\`#$Y=3G5.50``+RPQW#\MN
M``A.N@R$7$].74YU3E4``"\*)&T`"@QM__\`"&<((%*QZ@`(8@AP_R1?3EU.(
M=5.2(%(0K0`),"T`"&#L3E7_^CM\____^DAX__XO+0`(3KH3`BM`__Q03V8,"
M.7P``3A`</].74YU,"T`#$C`8#@O+?_\3KH32DAX__\O+0`(3KH2TBM`__Q/3
M[P`,9@HY?``(.$!P_V#,0FW_^F`<_^#_X/^X``+_X+"\````!60*XX`P.P#J,
M3OL``"\M__Q.NA,`,"W_^EA/8)H@;P`$,"\`"!(89PJR`&;X(`A3@$YU<`!.3
M=6%P0^R85D7LF%:UR68.,CPI_FL(=``BPE')__PI3T`6+'@`!"E.0!I(YX"`?
M""X`!`$I9Q!+^@`(3J[_XF`&0J?S7TYS0_H`($ZN_F@I0#O(9@PN/``#@`=.&
MKO^48`1.N@`:4$].=61O<RYL:6)R87)Y`$GY``!__DYU3E4``"\*2'D``0``R
M,"R84L'\``8O`$ZZ%$HI0$`>4$]F%$*G2'D``0``3KH28%!/+FQ`%DYU(&Q`!
M'D)H``0@;$`>,7P``0`0(&Q`'C%\``$`"B!L0!8@+$`6D*@`!%"`*4!`(B!L]
M0"(@O$U!3EA"ITZZ%!@D0$JJ`*Q83V<N+RT`#"\M``@O"DZZ`*XY?``!0"8@&
M;$`>`&B````$(&Q`'@!H@```"D_O``Q@0DAJ`%Q.NA2X2&H`7$ZZ%`@I0$`HC
M(&Q`*$JH`"103V<0(&Q`*")H`"0O$4ZZ$)!83R\L0"@O"DZZ!-`I;$`H0"Q0B
M3TZZ$.(@;$`>((!.NA$<(&Q`'B%```9G%DAX`^U(>@`J3KH0^"!L0!XA0``,9
M4$\O+$`L/RQ`,$ZL@`A"9TZL@(903R1?3EU.=2H`3E4``$CG##`D;0`0(&T`B
M""`H`*SE@"@`($0@*``0Y8`F0!`32(!(P-"M``Q4@#E`0#)"IS`L0#)(P"\`Y
M3KH2["E`0#103V8(3-\,,$Y=3G40$TB`.@`_!2!+4H@O""\L0#1.N@%.2'H!3
M2#`%2,#0K$`T+P!.K(!0/RT`#B\*+RQ`-$ZZ`S8@;$`T0C!0`#E\``%`,#`%.
M2,#0K$`T)D!2BR1+3^\`'!`32(`Z`+!\`"!G&+I\``EG$KI\``QG#+I\``UG+
M!KI\``IF!%*+8-@,$P`@;7H,$P`B9BY2BR!+4HL0$$B`.@!G'B!*4HH0A;I\=
M`")F$`P3`")F!%*+8`9"*O__8`)@UF`X($M2BQ`02(`Z`&<FNGP`(&<@NGP`J
M"6<:NGP`#&<4NGP`#6<.NGP`"F<(($I2BA"%8,X@2E**0A!*168"4XM2;$`P2
M8`#_6D(20J<P+$`P4D!(P.6`+P!.NA'**4!`+%!/9@A";$`P8`#^V'H`)FQ`5
M-&`>,`5(P.6`(&Q`+"&+"``O"TZL@&Y20$C`U\!83U)%NFQ`,&W<,`5(P.6`2
M(&Q`+$*P"`!@`/Z:(`!,[P,```0@"#(O``Q@`A#95\G__&<&4D%@`D(84<G_<
M_$YU3E4``#\M``P_/`,!+RT`"&$&4$].74YU3E4``$CG#S`D;0`(3KH,:"9LI
M0!YX`&`.,`3!_``&2K,(`&<.4D2X;)A2;>QZ!F```,0(+0`!``QG,$AX__\O<
M"DZZ#I`L`%!/9R`O!DZZ#O`O"DZZ#A1*@%!/9@Y.N@Y<.@"P?`#-9@``C$AX4
M`^TO"DZZ#G(L`$J&4$]F8`@M````#&8$>@%@;$AX`^XO"DZZ#E0L`%!/9@A.?
MN@X@.@!@5$AX`"%(>@"23KH1+"X`4$]G"B\'3KH.YEA/8!Y(>``!2'H`@B\&?
M3KH.ADAX__]"IR\&3KH./$_O`!A@)C`M``S`?`4`L'P%`&88+P9.N@T^>@18=
M3SE%.$!P_TS?#/!.74YU,`3!_``&)X8(`#`$P?P`!B!`T<LQ;0`,``0(+0`#.
M``QG$$AX``%"IR\&3KH-XD_O``PP!&#"9&]S+FQI8G)A<GD```!.50``2.<,`
M(#@M``A.N@LB,`3!_``&)$#5[$`>2D1M"KALF%)L!$J29A`Y?``".$!P_TS?:
M!#!.74YU,"H`!,!\``.P?``!9@HY?``%.$!P_V#@<``P+0`.+P`O+0`*+Q).\
MN@U6*@"PO/____]/[P`,9@Q.N@T`.4`X0'#_8+0@!6"P,#Q__V`$,"\`#"!OQ
M``1*&&;\4T@B;P`(4T`0V5?(__QG`D(0("\`!$YU,#Q__V`$,"\`#%-`:Q0@.
M;P`$(F\`"+$)9@Q32$H85\C_]G``3G5C!'`!3G5P_TYU(&\`!"`((F\`"!#9&
M9OQ.=4Y5```O"B1M``A*$F<@($I2BA`02(`_`$ZZ!::P?/__5$]F"'#_)%].8
M74YU8-P_/``*3KH%C%1/8.Q(YW``-`'$P"8!2$/&P$A#0D/4@TA`P,%(0$)`S
MT(),WP`.3G5.50``2.<.,"1M``A"ITAZ`(Y.N@\R*4!`.%!/9@A,WPQP3EU.'
M=2!M``PB:``D+RD`!$ZZ#[HH`%A/9U)(>@!M($0O*``V3KH/C"9`2H!03V<T>
M2'@#[2\+3KH+^BP`4$]G)"`&Y8`J`"!%)6@`"`"D)48`G$AX`^U(>@`X3KH+D
MUB5``*!03R\$3KH/6%A/+RQ`.$ZZ#'1"K$`X6$]@@&EC;VXN;&EB<F%R>0!7N
M24Y$3U<`*@!.50``+P0I;0`(,>!(;0`0+RT`#$AZ`!I.N@#`.``@;#'@0A`P8
M!$_O``PH'TY=3G5.50``(&PQX%*L,>`0+0`)$(!(@,!\`/].74YU3E4``$CGK
M""`D;0`.#&T`!``29@@@;0`(*!!@'$IM``QO#"!M``AP`#`0*`!@"B!M``@PG
M$$C`*`!";0`22FT`#&P01&T`#$J$;`A$A#M\``$`$C(M``Q(P2`$3KH#CD'LO
ME@93BA2P```R+0`,2,$@!$ZZ`X0H`&;:2FT`$F<&4XH4O``M(`I,WP003EU.^
M=4Y5_R)(YP@P)&T`""9M``Q";?_Z*VT`$/_\($M2BQ`02(`X`&<``NRX?``EY
M9@`"RD(M_S`[?``!__@[?``@__8[?"<0__0@2U*+$!!(@#@`L'P`+68.0FW_/
M^"!+4HL0$$B`.`"X?``P9A`[?``P__8@2U*+$!!(@#@`N'P`*F88(&W__%2MC
M__P[4/_R($M2BQ`02(`X`&`R0FW_\F`<,"W_\L'\``K01)!\`#`[0/_R($M2;
MBQ`02(`X`#`$4D!![)88"#```@``9M2X?``N9EH@2U*+$!!(@#@`L'P`*F88>
M(&W__%2M__P[4/_T($M2BQ`02(`X`&`R0FW_]&`<,"W_],'\``K01)!\`#`[\
M0/_T($M2BQ`02(`X`#`$4D!![)88"#```@``9M0[?``"__"X?`!L9A(@2U*+X
M$!!(@#@`.WP`!/_P8!"X?`!H9@H@2U*+$!!(@#@`,`1(P&!X.WP`"/_N8!8[?
M?``*_^Y@#CM\`!#_[F`&.WS_]O_N/RW_\$AM_S`_+?_N+RW__$ZZ_>0K0/_J`
M,"W_\$C`T:W__$_O``Q@6B!M__Q8K?_\*U#_ZB\M_^I.K(!N.T#_\%A/8$H@%
M;?_\5*W__#@00>W_+RM(_^H0A&`HD+P```!C9^)3@&>4D+P````+9P#_=%F`0
M9[15@&<`_W)7@&<`_W1@S$'M_S"1[?_J.TC_\#`M__"P;?_T;P8[;?_T__!*`
M;?_X9V@@;?_J#!``+6<*(&W_Z@P0`"MF+@QM`##_]F8F4VW_\B!M_^I2K?_JM
M$!!(@#\`3I*P?/__5$]F"G#_3-\,$$Y=3G5@%C\M__9.DK!\__]43V8$</]@E
MY%)M__HP+?_R4VW_\K!M__!NW$)M_^Y@("!M_^I2K?_J$!!(@#\`3I*P?/__<
M5$]F!'#_8+!2;?_N(&W_ZDH09PHP+?_NL&W_]&W.,"W_[M%M__I*;?_X9BA@K
M&#\\`"!.DK!\__]43V8&</]@`/]X4FW_^C`M__)3;?_RL&W_\&[:8!8_!$Z2V
ML'S__U1/9@9P_V``_U)2;?_Z8`#]"C`M__I@`/]"2.=(`$*$2H!J!$2`4D1*(
M@6H&1($*1``!83Y*1&<"1(!,WP`22H!.=4CG2`!"A$J`:@1$@%)$2H%J`D2!T
M81H@`6#8+P%A$B`!(A]*@$YU+P%A!B(?2H!.=4CG,`!(04I!9B!(038!-`!"Z
M0$A`@,,B`$A`,@*"PS`!0D%(04S?``Q.=4A!)@$B`$)!2$%(0$)`=`_0@-.!T
MMH%B!)*#4D!1RO_R3-\`#$YU(&\`!"`(2AAF_)'`(`A3@$YU3E4``$ALEK`_T
M+0`(3KH`"%Q/3EU.=4Y5```O!#@M``@O+0`*/P1.N@`PN'P`"EQ/9B0@;0`*,
M$"@`#$B`"```!V<4/SS__R\M``I.N@#T7$\H'TY=3G5@^$Y5```O"B1M``H@`
M4K'J``1E&#`M``C`?`#_/P`O"DZZ`,A<3R1?3EU.=2!24I(0+0`)$(!(@,!\B
M`/]@Z$Y5```O"D'LEIHD2"!*U?P````6+PAA$%A/0>R84K7(9>HD7TY=3G5.N
M50``2.<(("1M``AX`"`*9@IP_TS?!!!.74YU2BH`#&=0""H``@`,9PP_//__6
M+PIA4C@`7$\0*@`-2(`_`$ZZ!.Z(0`@J``$`#%1/9PHO*@`(3JR`>EA/""H`@
M!0`,9Q(O*@`23JR`@"\J`!).K(!Z4$]"DD*J``1"J@`(0BH`##`$8)!.5?_^A
M2.<(("1M``A!^O]&*4A`/`@J``0`#&<*</],WP003EU.=0@J``(`#&<P(!*0%
MJ@`(.``_!"\J``@0*@`-2(`_`$ZZ`H"P1%!/9Q`(Z@`$``Q"DD*J``1P_V#`%
M#&W__P`,9A`(J@`"``Q"DD*J``1P`&"H2JH`"&8(+PI.N@":6$\,:@`!`!!F.
M*AMM``W__S\\``%(;?__$"H`#4B`/P!.N@(BL'P``5!/9J`P+0`,8`#_:B2JX
M``@P*@`02,#0J@`()4``!`CJ``(`#"!24I(0+0`-$(!(@,!\`/]@`/\^3E4`8
M`"\*0>R6FB1(2BH`#&<8U?P````60>R84K7(90AP`"1?3EU.=6#B0I)"J@`$0
M0JH`""`*8.I.5?_\+PHD;0`(/SP$`$ZZ`,`K0/_\5$]F&#5\``$`$"!*T?P`?
M```.)4@`""1?3EU.=35\!```$`CJ``$`#"5M__P`"!`J``U(@#\`3KH`XDI`/
M5$]G!@`J`(``#&#.3E4``$CG`#`D;#'D8!0F4B`J``10@"\`+PI.N@:X4$\D6
M2R`*9NA"K#'D3-\,`$Y=3G5.50``+PI!^O_&*4A`0$*G("T`"%"`+P!.N@9(+
M)$!*@%!/9@AP`"1?3EU.=22L,>0E;0`(``0I2C'D(`I0@&#F3E4``'``,"T`7
M""\`8;)83TY=3G5.50``2.<`,)?+)&PQY&`.(&T`"%&(L<IG$B9*)%(@"F;N<
M</],WPP`3EU.=2`+9P0FDF`$*5(QY"`J``10@"\`+PI.N@8*<`!03V#83E4`>
M`"\*,"T`",'\``8D0-7L0!Y*;0`(;0XP+0`(L&R84FP$2I)F#CE\``(X0'#_G
M)%].74YU,"T`",'\``8@;$`>+S`(`$ZZ`OY*@%A/9P1P`6`"<`!@V$Y5```O;
M+0`(3KH"BDJ`6$]F#DZZ`M(Y0#A`</].74YU<`!@^$Y5``!(YPP@."T`"$ZZ3
M`'`P!,'\``8D0-7L0!Y*1&T*N&R84FP$2I)F$#E\``(X0'#_3-\$,$Y=3G4P:
M*@`$P'P``V8*.7P`!3A`</]@Y'``,"T`#B\`+RT`"B\23KH"^"H`L+S_____'
M3^\`#&8,3KH"4CE`.$!P_V"X(`5@M$Y5__Q(>!``0J=.N@6:*T#__`@```Q01
M3V<22FQ`)F8(("W__$Y=3G5.N@`&<`!@]$Y5``!(>``$2'H`'$ZZ`CXO`$ZZ>
M`I0_/``!3JR`AD_O``Y.74YU7D,*`$Y5``!*K$`\9P8@;$`\3I`_+0`(3KH`;
M"%1/3EU.=4Y5__PO!#`M``A(P"M`__Q*K$`>9RAX`&`*/P1.N@#05$]21+ALZ
MF%)M\#`LF%+!_``&+P`O+$`>3KH$5E!/2JQ`0&<&(&Q`0$Z02JQ`1&<*+RQ`,
M1$ZZ`EA83TJL0$AG"B\L0$A.N@)(6$]*K$!,9PHO+$!,3KH".%A/+'@`!`@NY
M``0!*6<4+PU+^@`*3J[_XBI?8`9"I_-?3G-*K$`H9C!*K$`T9R@P+$`R2,`ON
M`"\L0#1.N@/<,"Q`,%)`2,#E@"\`+RQ`+$ZZ`\A/[P`08`Y.N@.R+RQ`*$ZZ.
M!#Q83R`M__PN;$`63G4H'TY=3G5.50``2.<.(#@M``@P!,'\``8D0-7L0!Y*(
M1&T*N&R84FP$2I)F$#E\``(X0'#_3-\$<$Y=3G4(*@`'``1F""\23KH`#EA/?
M0I)P`&#B3OH``B(O``0L;#O(3N[_W"(O``0L;#O(3N[_B"(O``0L;#O(3N[_U
M@B(O``0L;#O(3N[_0"(O``0L;#O(3N[_.B(O``0L;#O(3N[_N"(O``0L;#O(E
M3N[_4D[Z``),[P`&``0L;#O(3N[_FDSO``8`!"QL.\A.[O^43.\`!@`$+&P[3
MR$[N_XXL;#O(3N[_RD[Z``(L;#O(3N[_?"(O``0L;#O(3N[_*$[Z``),[P`&K
M``0L;#O(3N[_K$[Z``),[P`&``0L;#O(3N[_XBQL.\A.[O_$3OH``DSO``X`Z
M!"QL.\A.[O_63OH``DSO``X`!"QL.\A.[O^^3.\`!@`$+&P[R$[N_TQ,[P`&#
M``0L;#O(3N[_1D[Z``(B+P`$+&P[R$[N_Z9.^@`"3.\`#@`$+&P[R$[N_]`B:
M;P`$+&Q`&D[N_B!(YP$$3.\@@``,+&Q`&DZN_Y1,WR"`3G4B;P`$+&Q`&D[NL
M_BPB;P`$+&Q`&D[N_CY.^@`"(F\`!"QL0!I.[OYB3E4``$CG""!(>/__3KH`6
MT"@`L+S_____6$]F"G``3-\$$$Y=3G5(>0`!``%(>``B3KH!8"1`2H!03V8,A
M+P1.N@&F<`!83V#6)6T`"``*%6T`#P`)%7P`!``(0BH`#A5$``]"ITZL@+PEP
M0``02JT`"%A/9PHO"DZZ`%I83V`*2&H`%$ZZ`7Y83R`*8)).50``+PHD;0`(8
M2JH`"F<(+PI.N@&L6$\5?`#_``@E?/____\`%'``$"H`#R\`3KH!*DAX`"(OW
M"DZL@,)/[P`,)%].74YU(F\`!"QL0!I.[OZ>("\`!"QL0!I.[OZV3E4``$AXX
M`#`O+0`(3KH`&E!/3EU.=4Y5```O+0`(3KH`3%A/3EU.=4Y5```O"DJM``AFT
M"'``)%].74YU2'D``0`!+RT`#$ZZ`&`D0$J`4$]F!'``8.`5?``%``@U;0`.Q
M`!(E;0`(``X@"F#*3E4``"\*)&T`""`*9@8D7TY=3G45?`#_``@E?/____\`_
M%"5\_____P`8<``P*@`2+P`O"DZL@,)03V#23OH``DSO``,`!"QL0!I.[O\Z-
M2.<#`")O``PL;$`:3J[^.$S?`,!.=4[Z``(B;P`$+&Q`&D[N_MHL;$`:3N[_S
M?$[Z``(B;P`$("\`""QL0!I.[O\N("\`!"QL0!I.[OZP3OH``B!O``0L;$`:+
M3N[^C"!O``0@B%B00J@`!"%(``A.=2!O``1,[P(!``@B+P`0+&Q`&D[N_D1.#
M^@`"+&Q`&B)O``0@+P`(3N[]V$SO`P``!"QL0!I.[OZ2(F\`!"QL0!I.[OZ8$
M3OH``B)O``0L;$`:3N[^AB)O``0L;$`:3N[^,DSO``,`!"QL0!I.[O[.("\`/
M!"QL0!I.[O["(F\`!"QL0!I.[OXF3OH``B!O``0L;$`:3N[^@$SO`P``!"`OS
M``PL;#6*3N[_0$SO`P``!"QL0#A.[O^@(&\`!"QL0#A.[O^F(&\`!"QL0#A.`
M[O^R+PI,[P<```@L;#6.3J[^,B1?3G4@;P`$+&PUCD[N_CY,[P,```0@+P`,R
M+&PUCD[N_]8O"DSO`P``"$SO!`,`$"QL-8Y.KOY*)%].=4CG`#!,[P\```Q,C
M[P`/`!PL;#6.3J[^I$S?#`!.=2!O``0L;#6.3N[_RB!O``0L;#6.3N[_OB!OV
M``0L;#6.3N[_N"!O``0L;#6.3N[_H$SO`P``!"QL-8Y.[O^((&\`!"QL-8Y.W
M[O]V(&\`!"`O``@L;#6.3N[_<$CG""!,[P<```Q,[P`?`!@L;#6.3J[_9$S?/
M!!!.=2!O``0L;#6.3N[_.B!O``0L;#6.3N[_-$SO`P``!$SO``,`#"QL-8Y.,
M[O\H+PI,[P<```@L;#6.3J[_(B1?3G4O"DSO!P``""`O`!0L;#6.3J[^4"1?D
M3G5,[P,```0L;#6.3N[_'$SO`P``!"`O``PL;#6.3N[^1$SO`P``!"QL-8Y.8
M[O\03.\#```$+&PUCD[N_O@@;P`$+&PUCD[N_LX@;P`$+&PUCD[N_L@@;P`$%
M3.\"`0`((B\`$"QLE99.[O_B``````/L`````0`````````"`````0````$`[
M`)">`````````_`````"7U](,%]O<F<``````````E]M86EN````````!@``,
M``-?26YI=&EA;&EZ90`````>`````U]);FET0G5F9F5R`````,`````"7T-LR
M96%N57````$J`````U]"<F5A:U!A=&@``````;H````#7T-H96-K4W1O<```9
M```"+`````-?1V5T0F%C:U!A=&@```*^`````U]'971(;VUE4&%T:````X(`+
M```#7T=E=$QI<W10871H```$>`````-?1V5T4')E9E!A=&@```7*`````U]'[
M97188VQD4&%T:```!D8````#7T=R965T:6YG```````'%`````1?27-#;VUP=
M<F5S<V5D```````(9`````5?4V5T4WES=&5M4F5Q=65S=```````"/0````"N
M7TYE=T1I<@````E*````!%]297-E=%-T<FEN9TEN9F\```K@`````U]39713O
M<&5E8V@`````"QX````"7U-P96%K``````L^`````E]S=')C;7!C```+5@``*
M``1?5'EP94%N9%-P96%K```````+M`````)?06)O=70`````#C8````#7T%DR
M9$5X8VQU9&4````.I`````)?061D1FEL90``#PP````"7T)A8VMU<````!`$P
M`````U]"86-K=7!$:7)S````%)0````#7T)A8VMU<$9I;&5S```5+@````1?#
M0VAE8VM%>&-L=61E```````6T`````-?0VAE8VM3:7IE`````!<\````!%]#B
M;VQL96-T1FEL97,``````!=@`````U]$:7-P;W-E3&ES=```&=@````"7T1O'
M1FEL90```!GZ````!%]"86-K=7!4:&ES1FEL90```!V:`````U]&:6QE4VEZS
M90``````'?`````#7T9I;F1&:6QE```````>1@````-?1G)E949I;&4`````=
M`!Z,`````U]'971%>&-L=61E<P``'JP````$7TUA:V5&:6QE3F]D90``````:
M()`````"7TYE=T1I<VL``"$,`````E]296U&:6QE```D&`````1?4F5S=&]R6
M94-O;G1E>'0````DE@````-?4V%V94-O;G1E>'0``"B6````!%]"86-K=7!"3
M:6=&:6QE`````"I&````!%]'971":6=&:6QE26YF;P```"YR````!%]4:&ES\
M27-":6=&:6QE`````"_N````!%]-86ME0FEG26YF;TYA;64``#`<````!%]0J
M=71":6=&:6QE26YF;P```#!2````!%]297-T;W)E0FEG1FEL90```#$8````K
M`U]C;VUP<F5S<P``````-;8````"7V]U='!U=````#B:`````U]D96-O;7!RI
M97-S````.BH````"7V=E=&-O9&4``#RN`````U]F;W)E9W)O=6YD````/>8`5
M```"7V]N:6YT<@```#WX`````E]O;W!S```````^%`````-?8VQ?8FQO8VL`_
M`````#YB`````E]C;%]H87-H```^Z`````-?9FQU<VAB=68``````#]T````M
M`E]P=71C8G5F```_K@````-?<'5T;6-B=68``````#_6`````U]296%D0VAA.
M<@``````0`0````$7T-R96%T94-O;G-O;&4`````0(@````$7T1E;&5T94-OP
M;G-O;&4`````0;`````#7T5N<75E=65296%D``!"*@````-?0V]N5W)I=&4`!
M`````$)F````!%]#1V5T0VAA<F%C=&5R`````$*V````!%]7<FET94-O;G-OC
M;&4``````$,8`````U]#;W!Y1FEL90``````0SP````#7T=E=$5R<D]P=```&
M``!$7`````-?1V5T365M4F5T<GD``$;4````!%]#;&5A<DUE<W-A9V5S````S
M`$HF````!%]#;&]S94EN='5I=&EO;@```$I^`````U]$;T=A9&=E=```````U
M2P`````$7TEN:71);G1U:71I;VX`````2\@````$7T]P96Y0871H5VEN9&]W2
M````3?P````%7U-E=$-U<E9O;'5M94=A9&=E=````$Y@````!%]3971%<G)O<
M<D=A9&=E=````$[$`````U]3971'875G90``````3RP````"7U5S97(`````"
M`$^>`````U]5<V5R365N=0``````4/@````"7TAE861E<@```%+J````!%],@
M:7-T1FEL94EN9F\``````%.D`````U],:7-T3&EN90``````540````"7TYE&
M=TQI;F4``%6*`````U]/<&5N3&ES=```````5<P````#7U)E<75E<W1$:7-KE
M``!6H@````-?3F5W2&]M941I<@```%<P`````E]297-T;W)E``!8D@````-?$
M4F5S=&]R941I<@```%MH`````U]297-T;W)E1FEL90``7+X````$7T=E=%5SQ
M97)0<F5F<P``````8PX````#7U!U=$)O;VQ0<F5F``!EU@````1?4'5T57-E`
M<E!R969S``````!F#`````-?4V5T365N=4ET96T``&BL````!%]39710871H&
M1V%D9V5T`````&E<`````U]39715<V5R4')E9@``:<(````#7T1A=&5297%US
M97-T``!K#@````-?0V]M<&%R9413`````&ZZ`````E]$4S)3='(```!O"```'
M``)?4W1R,D13````<;0````"7U!A8VM$4P```'+*`````U]5;G!A8VM$4P``6
M````<^P````#7T9I;F1$979I8V4```!U)`````1?1V5T5F]L=6UE3F%M90``G
M``!U6`````1?1&ES:T)L;V-K<TQE9G0```!WP@````-?1V5T1&ES:TEN9F\`V
M`'@4`````E]);FAI8FET``!XJ`````1?5&]T86Q$:7-K0FQO8VMS``!X\```,
M``5?0V]M<&%R949I;&5$871E<P``````>3H````$7T-O<'E&:6QE071T<@``H
M````>6P````#7T=E=$9I;&5$871E``!Z3`````)?27-$:7(`````>QH````#_
M7U-E=$9I;&5$871E``![N@````-?1F]R;6%T1&ES:P```'QZ`````E]S96YD5
M<&MT``""5@````-?4W!E96-H3VX``````(-2`````U]3<&5E8VA/9F8`````(
M@\X````!7U-A>0``A`@````#7T-R96%T951I;65R``"$C`````-?1&5L971EF
M5&EM97(``(4Z`````U]3=&%R=%1I;65R````A8P````#7U-T;W!4:6UE<@``+
M``"%S`````)?:7-W:6QD````A>@````"7W=I;&1C;7```(88`````E]R:6YDH
M97@```"'7@````)?8V%L;&]C````AWX````"7W-E=&UE;0```(>R`````E]T0
M;W5P<&5R``"'Q@````)?=&]L;W=E<@``A]X````"7V9G971S`````(?V````Q
M`E]F<'5T<P````"(2@````)?9G-C86YF````B(`````"7W-C86YF;70``(CN"
M`````U]S:VEP8FQA;FL`````C"8````"7V=E=&YU;0```(Q@`````E]A9V5TR
M8P````"-4@````)?9V5T8P``````C90````"7U]F:6QL`````(W``````E]FB
M;W!E;@````".@`````)?9G)E;W!E;@``CJH````"7V9P<FEN=&8``(\<````-
M`E]U;F=E=&,```"/5`````)?86-C97-S````CX0````"7VEN9&5X`````)`0)
M`````BYB96=I;@````"0*@````)?9V5T830`````D)P````"7U]M86EN````V
M`)"D`````U]?8VQI7W!A<G-E````D=P````"7W-T<FYC<'D``)..`````E]CM
M<F5A=`````"3L`````)?;W!E;@``````D\@````"7W)E860``````)4.````]
M`E]S=')C870```"5D`````)?<W1R;F-A=```E98````"7W-T<F-M<````)6ZK
M`````E]S=')N8VUP``"5P`````)?<W1R8W!Y````E>H````"7W!U=',`````O
M`)7Z`````BYM=6QU``````"6-`````-?7W=B7W!A<G-E`````)98`````E]SB
M<')I;G1F``"7#`````)?9F]R;6%T````E^8````"+F1I=G,``````)L`````>
M`BYM;V1S``````";*`````(N;6]D=0``````FT(````"+F1I=G4``````)M.Y
M`````E]S=')L96X```";J`````)?<'5T8VAA<@``F[H````"7V%P=71C````G
M`)O0`````E]P=71C``````"<$@````)?9F-L;W-E````G'8````"7V9L<VA?2
M`````)SZ`````U]N97=S=')E86T`````G=P````"7V=E=&)U9F8``)X4````]
M`E]L;6%L;&]C``">I`````)?;6%L;&]C````GN0````"7V9R964``````)[X[
M`````E]I<V%T='D```"?1`````)?=6YL:6YK````GYP````"7W=R:71E````;
M`)_``````U]#:&M?06)O<G0`````H#X````"7U]A8F]R=````*!N`````E]EX
M>&ET``````"@F`````)?7V5X:70`````H+8````"7V-L;W-E`````*&D````9
M`E]#;&]S90````"A\`````)?7T-L;W-E````H?0````#7T-R96%T941I<@``(
M``"B``````-?7T-U<G)E;G1$:7(``*(,`````U]$871E4W1A;7``````HA@`R
M```"7T1E;&%Y`````*(D`````U]?1&5L971E1FEL90``HC`````#7T1E=FEC)
M95!R;V,```"B/`````)?17AA;6EN90``HD@````#7U]%>&%M:6YE``````"B3
M3`````)?17A.97AT````HEH````"7TEN9F\``````*)H`````E]?26YP=70`,
M``"B=@````)?26]%<G(`````HGX````"7U]);T5R<@```**"````!%]?27-)&
M;G1E<F%C=&EV90```***`````E],;V-K``````"BE@````)?7TQO8VL`````,
MHIH````"7T]P96X``````**H`````E]?3W!E;@````"BK`````)?7T]U='!UV
M=```HKH````"7U)E860``````*+"`````E]?4F5A9`````"BQ@````)?4V5ES
M:P``````HM0````"7U]3965K`````*+8`````U]3971#;VUM96YT````HN8`,
M```$7U-E=%!R;W1E8W1I;VX`````HO0````"7U5N3&]C:P```*,"`````E]?>
M56Y,;V-K``"C!@````)?5W)I=&4`````HQ(````"7U]7<FET90```*,6````:
M`E]!8F]R=$E/``"C)`````)?06QE<G0`````HS`````"7T-H96-K24\``*-(F
M`````U]#;&]S941E=FEC90``HU0````$7T-L;W-E3&EB<F%R>0``````HV``0
M```$7U]#;&]S94QI8G)A<GD`````HV0````#7T-R96%T95!O<G0```"C<```"
M``-?1&5L971E4&]R=````*/\`````E]!9&10;W)T``"D0@````-?06QL;V-3.
M:6=N86P``*1.`````U]#<F5A=&53=&1)3P``I%H````#7T1E;&5T95-T9$E/L
M``"D<`````-?0W)E871E17AT24\``*2"`````U]$96QE=&5%>'1)3P``I,8`A
M```#7T%L;&]C365M``````"E`@````-?7T%L;&]C365M`````*4&`````E]$N
M;TE/``````"E%`````-?1FEN9%1A<VL``````*4J`````U]?1FEN9%1A<VL`:
M````I2X````"7U]&;W)B:60``*4Z`````E]&<F5E365M``"E0@````-?7T9RJ
M965-96T``````*5&`````U]&<F5E4VEG;F%L````I58````"7T=E=$US9P``Y
M`*5B`````E]?1V5T37-G``"E9@````)?3F5W3&ES=```I7(````#7T]P96Y$/
M979I8V4```"EA`````-?3W!E;DQI8G)A<GD``*6:````!%]?3W!E;DQI8G)A[
M<GD``````*6>`````E]0=71-<V<```"EK@````)?4F5M4&]R=```I;P````#0
M7U)E<&QY37-G``````"ER`````-?7U)E<&QY37-G`````*7,`````E]396YD/
M24\```"EV`````-?7U-E=%-I9VYA;````*7D`````E]786ET``````"E\@``V
M``)?5V%I=$E/````I?X````#7U=A:710;W)T``````"F"@````-?7U=A:710C
M;W)T`````*8.`````U],;V%D4D="-```````IAH````$7T9I;F14;V]L5'EPY
M90``````IBP````$7T9R965$:7-K3V)J96-T````ICH````$7T=E=$1I<VM/[
M8FIE8W0`````ID8````$7T%C=&EV871E1V%D9V5T````IE(````$7T%C=&EVF
M871E5VEN9&]W````IF8````#7T%D9$=A9&=E=`````"F<@````-?061D1TQIT
M<W0``````*:$`````U]!=71O4F5Q=65S=```IIX````$7T-L96%R365N=5-T?
M<FEP````IKP````#7T-L;W-E4V-R965N``"FR`````-?0VQO<V57:6YD;W<`C
M`*;4`````U]$:7-P;&%Y0F5E<```IN`````#7T5N9%)E<75E<W0```"F[```H
M``1?26YI=%)E<75E<W1E<@````"F^@````-?271E;4%D9')E<W,``*<&````[
M`U]-;V1I9GE0<F]P````IQ8````#7T]P96Y38W)E96X```"G-`````-?3W!E=
M;E=I;F1O=P```*=``````U]0<FEN=$E497AT````ITP````$7U)E9G)E<VA'6
M861G971S````IV`````$7U)E9G)E<VA'3&ES=```````IW0````$7U)E;6]V;
M94=A9&=E=```````IXP````#7U)E;6]V94=,:7-T``"GF@````)?4F5Q=65SN
M=```IZP````$7U-E=$UE;G53=')I<```````I[H````$7U=I;F1O=U1O0F%C"
M:P``````I\@````$7U=I;F1O=U1O1G)O;G0`````I]0````#7U1R86YS;&%TG
M90````"GX`````)?7T@P7V5N9```I_@````````#\@```^H```853OD`````=
M3OD````&3OD``(-23OD``(/.3OD``(0(3OD``(?>3OD``(Z`3OD``(\<3OD`.
M`(^$3OD``)`03OD``)`J3OD``)603OD``)6Z3OD``)7J3OD``)7Z3OD``)<,#
M3OD``)L`3OD``)LH3OD``)NH3OD``)QV3OD``)[X3OD``)^<3OD``*"83OD`T
M`*(`3OD``*(83OD``*(D3OD``*)(3OD``*):3OD``*)^3OD``**63OD``*,"V
M3OD``*4J3OD``*5"3OD``*5B3OD``*7(3OD``*:$3OD``*=T3OD``*>:1$8P;
M.@``````````````````````````````````````````````````````````Z
M````````````````````````````````````````````1$8P.@```0`!``$`W
M`0`!``%$2#`Z````````````````````````````````````````````````Y
M``````````````````````````````````````````````````````!04E0ZP
M`````````````````````````````````````````````````````````````
M``````````````````````````````````````````````=4```'@```!YD`"
M``?%```'\```""0```A'```(Y@`"```(Z0`$```([@`$_____P``"]8```P<B
M```,50``#(@```S*```-`0``#3(```U$```-6P``#8$```V@```-Q@``#@4`R
M````'YT```````P0`!.+`````````````0"````````````G$`````#__OSX?
M\.#`@````0,'#Q\_?_\``````0`!``````````````!&C@`````!``$`````>
M`````````$:4``````$``0``````````````1IH```````````*``,@``P`!*
M@```#P```````$@&``````````````__!F8/``#P"W``_P\/``"[IP``````0
M```?``````````````````````````````````````#S````\P`)````"0``7
M``#__O__!```!0```QX`````!@`!````__<```````!(*@```````````!P`P
M6@#P``@````!``0```,R`````````T(````````"^@`'`````#``````````$
M`X(`````````!@``````````````````````````````````````+P```"\`I
M"0````D`````__[__P````4```.L``````8``0#_Q```````````2$8`````9
M```#5@$0`#<`+``(``,````$```#P`````````/0`````````X@`````````]
M`P``__\,S/__```````````````````````'``0````````````````#``$`F
M`'(`"0```````$A.``````0``0```0`)````````2%0```0Z!@`!```+__<`"
M``````!(6@``!$X```/D`!D`-P"0``@````!``,```0F````````!&(`````7
M```$$``&``````````````````````````````````#_____@``````#____6
M_^``````!______P`````!_______``````_______X`````________@```<
M`?_______\````?________P```/________^```#__#@<<#__@```__F:63?
MF?_X```/_X_G.9G_^```#__'YSF#__@```__\><YG__X```/_YGGDY__^```X
M#__#P\</__@```_________X```'________\````?_______\````#_____*
M__^`````/______^`````!_______``````'______```````______@````@
M``#_____@```````````````````````````````````````````````````\
M``````````````````````#_____@``````#_____^``````!______P````.
M`!_______``````_______X`````________@````?_______\````?_____(
M___P```'_\.!QP/_\```!_^9I9.9__````?_C^<YF?_P```'_\?G.8/_\```L
M!__QYSF?__````?_F>>3G__P```'_\/#QP__\```!_________````'_____+
M___`````________@````#_______@`````?______P`````!______P````[
M``/_____X```````_____X``````````````````````````````````````;
M`````````````$$`'0`"```$H@,`````````!'8`00`.`$<`'P`$``,``0```
M!N8```````````````````````4```````$```````````````!(:@``````D
M``````````!(``@`4@````````<F`````````````/__``````"M````2P``%
M``$``$AT```'.@````````````$````3``````````!(?```````````````6
M+0"C``@!6P````````=Z`````````````/__``$````3``````````!(C@``=
M``````>.````)`"C``@!6P````````>P`````````````/__``$````3````)
M``````!(H@````````?$````&P"C``@!6P````````?F`````````````/__"
M``$````3``````````!(J`````````?Z````$@"C``@!6P````````@<````"
M`````````/__``$````3``````````!(N@````````@P````"0"C``@!6P``<
M``````A2`````````````/__``$````3``````````!(R`````````AF````J
M``"C``@!6P````````B(`````````````/__```'7`!M````.0````$``$C8_
M```(G`````````````$```````````````!(W@``````````````-@"H``@`Q
M5@````````C<`````%$``````/__``$```````````````!(Y`````````CPN
M````+0"H``@`4@````````D2`````````````/__``$```````````````!(1
M]@````````DF````)`"H``@`4@````````E(`````````````/__``$`````;
M``````````!)"`````````E<````&P"H``@`5@````````E^`````%(`````P
M`/__``$```````````````!)$`````````F2````$@"H``@`4@````````FT$
M`````````````/__``$```````````````!)'@````````G(````"0"H``@`P
M5@````````GJ`````$(``````/__``$```````````````!))@````````G^`
M``````"H``@`4@````````H@`````````````/__```(O@``````9@````$`7
M`$DL```*-````````````P`!``#:`"@```````!).````````````H``R``!%
M``&C8`````\```;Z````````23H```````````*``&0"@`#(``\$``````(`;
M`@```````$E>````````````30!!`'4`"P````<0`0`````````````*N```1
M``````````L`````!``````"``(```````!);@````````K,`$<`-`"$``L`J
M```'$`$`````````````"O@````````````*``````0``````0`"````````K
M28`````````+#`!=`"<`4@`+````!Q`!``````````````LX````````````<
M"0`````$!P````(``@```````$F,````````"TP`<``:`"L`"P````<0`0``<
M```````````+>`````````````@`````!@`````3``T```````!)D@``````,
M`````4X`;@$B`%`````````+C`````````NX```"````````````````````,
M`````````````````````````````````````````````````````````````
M````````````````````````````4SI-4D)A8VMU<"YI;FET````````````D
M`````````````````````````````````````````````````````````````
M````````````````````##P``+M6````40``````````````````````````J
M````````````H0```*$`"0````D`````__[__P<```4```RR``````8``0#_?
MF0``````````2;0```````````""`$X`G@`(`````P`$```,Q@````````S6'
M````````#(X`!`````!3.DU20F%C:W5P+GAC;&0`````````````````````Y
M`````````````````````````````````````````````````````````````
M```````````-%@``NU8```!1````````````````````````````````````%
M``"A````H0`)````"0````#__O__!P``!0``#8P`````!@`!`/^2````````,
M``!)P@````````SJ`((`/P">``@````#``0```V@````````#;`````````-F
M:``#`````%!25#H`````````````````````````````````````````````;
M`````````````````````````````````````````````````````````````
M``WP``"[5@```%$``````````````````````````````````````*(```"BC
M``D````)`````/_^__\'```%```.9@`````&``$`_Y(``````````$G0````^
M````#<0`@0`P`)\`"`````,`!```#GH````````.B@````````Y"``(`````B
M1$8Q.@``````````````````````````````````````````````````````U
M````````````````````````````````````````````````````#LH``+M6I
M````40``````````````````````````````````````H@```*(`"0````D`G
M````__[__P<```4```]```````8``0#_F@``````````2=X````````.G@"!*
M`"$`GP`(`````P`$```/5`````````]D````````#QP``0````!$2#`Z````'
M`````````````````````````````````````````````````````````````
M```````````````````````````````````````````/I```NU8```!1````5
M``````````````````````````````````"A````H0`)````"0````#__O__/
M!P``!0``$!H`````!@`!`/^J``````````!)[`````````]X`($`$P">``@`<
M```#``0``!`N````````$#X````````/]@````````%-``P!+P!?``$```)@D
M````#@``$%(```````!)^````````````2P`4`$L`%``#P`!`&\"<`!9``$`V
M````````!P````````````!*$````````````"@`*`*``,@`#P"L`(P!-0`SK
M``$`````````!P````````````!*(`````````````4`!0*``,@`#S\_+S\_`
M+S\_(#\_.C\_.C\_``````$!```&``,```````!6E````````0$```8``P``[
M`````%:6```````!`0``!@`#````````5IH```````!BO@``8L,``&+*``!BZ
MSP``8M<``&+C``!BZP``8O(``&+Y``!C`G1O<&%Z+F9O;G0`````$88`"``!A
M,#`O,#`O,#`@,#`Z,#`Z,#```````!&:``"Q2````!(``````!(`````````Z
M`````````````````````$``,@"(``@````!$`0`````````````````````7
M```1K@````````$``0`````````1D@``:KH````````1T@#<`#(`&``(````9
M`1`!`````````````!'^````````````#0`````!``$`````````$9(``&J^[
M````````$A(`'@`R`!``"``#``$0`0`````````````2/@````````````X`_
M``````<````.``<````'``<``/____\!`@`$```2?@````````````X````'2
M``<`````_____P$"``0``!*>````````$E(`N``\``\`"`````$0`0``$JX`[
M``````````````````````P````````2O@"@`#P`#P`(`````1`!```2K@``A
M````````````````````"P```````!+J`(@`/``/``@````!$`$``!*N````T
M```````````````````*````````$Q8`<``\``\`"`````$0`0``$JX`````(
M``````````````````D````````30@!8`#P`#P`(`````1`!```2K@``````;
M````````````````"````````!-N`$``/``/``@````!$`$``!*N````````N
M```````````````'````````$YH`N``H``\`"`````$0`0``$HX`````````=
M``````````````8````````3Q@"@`"@`#P`(`````1`!```2C@``````````P
M````````````!0```````!/R`(@`*``/``@````!$`$``!*.````````````#
M```````````$````````%!X`<``H``\`"`````$0`0``$HX`````````````7
M``````````,````````42@!8`"@`#P`(`````1`!```2C@``````````````J
M`````````@```````!1V`$``*``/``@````!$`$``!*.````````````````]
M```````!```````(``0`_``$`/P`3``(`$P`"``$_____P`"`04``!3.````;
M```$``(!```"`0``3@`$`$X`!``"_____P`"`04``!3R```4X@$``0``%``/5
M```1D@```````````````&XJ``!N,0``;C@``&Y```!N2@``;E,``&Y:````O
M'P`[`%H`>`"7`+4`U`#S`1$!,`%.``!N9```;FP``&YU``!N>P``;H$``&Z%K
M``!NB@``;H\``&Z6``!NH```;J@``&ZQ`P4*#```````````_____T%"0T1%E
M1F%B8V1E9CDX-S8U-#,R,3``"@L,#0X/"@L,#0X/"0@'!@4$`P(!``!R````=
M``!R*P````)W`````P%W*P```P)A````"0%A*P``"0)X````!0%X*P``!0(`K
M```````P,3(S-#4V-S@Y86)C9&5F````("`@("`@("`@,#`P,#`@("`@("`@2
M("`@("`@("`@(""00$!`0$!`0$!`0$!`0$!`#`P,#`P,#`P,#$!`0$!`0$`)Q
M"0D)"0D!`0$!`0$!`0$!`0$!`0$!`0$!`4!`0$!`0`H*"@H*"@("`@("`@("-
M`@("`@("`@("`@("0$!`0"```````````````````0`````!````````````Z
M``````````$!`````0`````````````````````!`@````$`````````````'
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M````````````%``````#[````(<````!```"^@```SH```-H```#<````W@`=
M``.(```#R````^0```/V```#_@``!`8```1>```$<@``!'8```2(```$D```S
M!)@```;P```&^@``!PP```=,```';@``!Z````?$```'U@``!_H```@,```(9
M,```"$(```AF```(>```")P```BN```(O@``"-````D"```))@``"3@```E<`
M```);@``"9(```FD```)R```"=H```G^```*$```"C0```I&```*5@``"F@`T
M``J:```*Y@``"PP```LF```+3```"V8```N,```+I@``"]P```OD```,C@``<
M#)(```S.```,_```#00```T,```-:```#6P```VH```-Q```#=8```W>```-Y
MY@``#D(```Y&```.@@``#IX```ZP```.N```#L````\<```/(```#UP```]XD
M```/B@``#Y(```^:```/]@``#_H``!`V```04@``$&0``!!L```0=```$)``M
M`!&2```1K@``$;(``!'T```2!@``$A(``!(L```21@``$E(``!)L```2E@``&
M$K8``!*^```2T```$NH``!+\```3%@``$R@``!-"```35```$VX``!.````3+
MF@``$ZP``!/&```3V```$_(``!0$```4'@``%#```!1*```47```%'8``!2(D
M```4H@``%+0``!3J```5#@``%1(``!4>````B`````````'H```![````?``(
M``'T```!^````?P```(````"!````@H```(0```"&@```AX```(B```")@``9
M`BH```(N```",@```C8```(Z```"/@```D(```)&```"2@```IH```*N```"J
MP@```MX```-.```#W```!$8```1:```$;@``!S(```=J```'A@``![P```?R?
M```(*```"%X```B4```(S```".@```D>```)5```"8H```G````)]@``"BP`+
M``ID```*@```"J(```K$```+!```"T0```N$```+Q```#.(```V\```.E@``)
M#W```!!*```0F```$,@``!#X```1+@``$4(``!%6```17@``$6(``!%F```1$
M:@``$6X``!%R```1=@``$7H``!%^```1@@``$@H``!)*```5+```%3```!4TG
M```5.```%3P``!5````51```%6```!5D```5:```%6P``!5P```5=```%7@`3
M`!5\```5@```%80``!6(```5C`````(````(````#@```!0````:````(```C
M`"8````L````,@```#@````^````1````$H```!0````5@```%P```!B````L
M:````&X```!T````>@```(````"&````C````)(```"8````G@```*0```"JL
M````L````+8```"\````P@```,@```#.````U````-H```#@`````````_``[
M```"7U](,5]O<F<``````````U]B86-K4&%T:````````.0````#7V1E<W1$:
M<FEV90`````!-0````1?9&]!<F-H:79E0FET<P`````!.@````-?9&]":6=&^
M:6QE<P````$\`````U]D;T-O;7!R97-S`````3X````#7V1O1F]R;6%T````(
M```!0`````-?9&],:7-T:6YG``````%"`````U]D;U-P965C:````````40`E
M```#7VAO;650871H```````!1@````-?;&ES=%!A=&@```````&7````!%]MR
M86=I8U]H96%D97(```````)2`````E]L;6%S:P`````">`````)?<FUA<VL`B
M`````H$````%7TYE=U-C<F5E;E-T<G5C='5R90````+*`````E]086QE='1E^
M```"Z@````9?8W5R5F]L=6UE1V%D9V5T4TEN9F\```````+Z````!%]";W)DD
M97)696-T;W)S,0````,>`````E]";W)D97(Q```#,@````)?251E>'0Q````T
M`T(````$7V-U<E9O;'5M94=A9&=E=````U8````%7V5R<F]R1V%D9V5T4TE"'
M=69F``````."````!5]E<G)O<D=A9&=E=%-);F9O```````#B`````1?0F]R0
M9&5R5F5C=&]R<S(````#K`````)?0F]R9&5R,@```\`````"7TE497AT,@``W
M``/0`````U]E<G)O<D=A9&=E=````^0````%7V=A=6=E1V%D9V5T4TEN9F\`J
M``````00`````E]);6%G93$````$)@````)?251E>'0U````!#H````"7TE4S
M97AT-`````1.`````E])5&5X=#,````$8@````-?9V%U9V5'861G970```1VP
M`````U]);6%G941A=&$R````!*(````"7TEM86=E,@````;F`````U]S=&]PA
M1V%D9V5T````!OH````"7TE497AT-@````<F`````U]-96YU271E;3$`````U
M!SH````"7TUE;G4S``````=<`````E])5&5X=#<````'>@````-?365N=4ET(
M96TW``````>.`````E])5&5X=#@````'L`````-?365N=4ET96TV``````?$C
M`````E])5&5X=#D````'Y@````-?365N=4ET96TU``````?Z`````E])5&5X,
M=#$P```('`````-?365N=4ET96TT``````@P`````E])5&5X=#$Q```(4@``V
M``-?365N=4ET96TS``````AF`````E])5&5X=#$R```(B`````-?365N=4ET=
M96TR``````B<`````E]-96YU,@`````(O@````)?251E>'0Q,P``"-P````#P
M7TUE;G5)=&5M,30````(\`````)?251E>'0Q-```"1(````#7TUE;G5)=&5MU
M,3,````))@````)?251E>'0Q-0``"4@````#7TUE;G5)=&5M,3(````)7```G
M``)?251E>'0Q-@``"7X````#7TUE;G5)=&5M,3$````)D@````)?251E>'0Q`
M-P``";0````#7TUE;G5)=&5M,3`````)R`````)?251E>'0Q.```">H````#:
M7TUE;G5)=&5M.0`````)_@````)?251E>'0Q.0``"B`````#7TUE;G5)=&5ML
M.``````*-`````)?365N=3$`````"E8````"7TE497AT,C````IT````!5].>
M97=7:6YD;W=3=')U8W1U<F4Q```*B`````)?251E>'0R,0``"K@````$7V9I.
M;&53:VEP1V%D9V5T````"LP````"7TE497AT,C(```KX````!5]D:7-K4F5SX
M=&%R=$=A9&=E=``````+#`````)?251E>'0R,P``"S@````$7V9I;&52971RU
M>4=A9&=E=```"TP````"7TE497AT,C0```MX`````U]A8F]R=$=A9&=E=```:
M"XP````"7TE497AT,C4```NX````!5]297%U97-T97)3=')U8W1U<F4R```+"
MS`````9?<')E9E!A=&A'861G971324)U9F8```````P\````!5]P<F5F4&%T4
M:$=A9&=E=%-);F9O```,C@````1?0F]R9&5R5F5C=&]R<S,````,L@````)?F
M0F]R9&5R,P``#,8````"7TE497AT,C8```S6````!%]P<F5F4&%T:$=A9&=EQ
M=`````SJ````!E]X8VQD4&%T:$=A9&=E=%-)0G5F9@``````#18````%7WAC4
M;&10871H1V%D9V5T4TEN9F\```UH````!%]";W)D97)696-T;W)S-`````V,Q
M`````E]";W)D97(T```-H`````)?251E>'0R-P``#;`````$7WAC;&10871HP
M1V%D9V5T````#<0````&7VQI<W10871H1V%D9V5T4TE"=69F```````-\```S
M``5?;&ES=%!A=&A'861G971326YF;P``#D(````$7T)O<F1E<E9E8W1O<G,U$
M````#F8````"7T)O<F1E<C4```YZ`````E])5&5X=#(X```.B@````1?;&ESL
M=%!A=&A'861G970````.G@````9?8F%C:U!A=&A'861G971324)U9F8`````G
M``[*````!5]B86-K4&%T:$=A9&=E=%-);F9O```/'`````1?0F]R9&5R5F5C/
M=&]R<S8````/0`````)?0F]R9&5R-@``#U0````"7TE497AT,CD```]D````2
M!%]B86-K4&%T:$=A9&=E=`````]X````!E]H;VUE4&%T:$=A9&=E=%-)0G5FT
M9@``````#Z0````%7VAO;650871H1V%D9V5T4TEN9F\```_V````!%]";W)D-
M97)696-T;W)S-P```!`:`````E]";W)D97(W```0+@````)?251E>'0S,```$
M$#X````$7VAO;650871H1V%D9V5T````$%(````%7TYE=U=I;F1O=U-T<G5CL
M='5R93,``!!^````!5].97=7:6YD;W=3=')U8W1U<F4T```0K@````5?3F5W8
M5VEN9&]W4W1R=6-T=7)E-0``$-X````%7V1I<VMR97%?8F]D>5]T97AT````T
M`!$B````!5]D:7-K<F5Q7W!O<U]T97AT```````1-@````5?9&ES:W)E<5]N*
M96=?=&5X=```````$4H````#7V1A>6YA;65S```````5+`````-?;6]N=&A$,
M87ES`````!5(`````U]M;VYT:&YA;65S````%6`````#7V%U9&EO7V-H86X`H
M```5D`````1?5')A;G-L871O<D)A<V4````5E`````-?=F]I8V5?<&]R=```R
M`!68````!%]N87)R871O<E]S=&%T=7,``!6<`````E]C='!?```````6%@``@
M``)?0V)U9F9S````%I@````"7U]N=6UD978``!A0`````E]?2#%?96YD```8&
M5`````)?7T@R7V]R9P``&%0````"7V)U9F9E<@```+'F`````E]B=693:7IE,
M``"QZ@````1?<')O9W)E<W-#;VYS;VQE``"Q[@````1?<')O9W)E<W-7:6YD/
M;W<```"Q\@````)?8V]N;7-G````L?8````#7V-U<G)E;G1$:7(```"S]@``%
M``-?8W5R<F5N=$9I;&4``+/Z`````U]D97-T4&%T:```````L_X````"7V1E,
M<W16;VP``+3_`````U]D:7-K3G5M8F5R````M2`````#7V5R<F]R0V]U;G0`K
M``"U(@````)?97)R3F%M90``M20````%7V5X8VQU9&5(87-#:&%N9V5D````O
M`+4H`````U]E>&-L=61E3&ES=```M2H````#7VQA<W1%>&-L=61E``"U+@``G
M``-?97AC;'5D95!A=&@``+4R`````E]F:6)7;W)K``"UA`````)?1V9X0F%S*
M90``M8@````$7TEN='5I=&EO;D)A<V4`````M8P````"7VQE=F5L`````+60"
M`````U]L:6YE0V]U;G0`````M9(````"7VQI<W1I;F<``+64`````U]M86EN%
M3&ES=```````M9@````#7VUA:6Y38W)E96X```"UH`````-?;6%I;E=I;F1OM
M=P```+6D`````5]N;W<``+6H`````E]S:6YC90````"UK`````-?<&%T:%=I$
M;F1O=P```+6P`````U]P<F5F4&%T:```````M;0````#7W-I>F5,969T````*
M``"V!@````)?<W)C4&%T:```M@H````"7W-R8U9O;````+<*`````E]T96UPD
M``````"W+`````-?=&]T86Q3:7IE`````+@L````!%]A=%EO=7)397)V:6-E@
M`````+@P`````U]S879E9$1I<@``````N#(````#7W-A=F5D3&ES=`````"XO
M-@````)?97)R;F\`````N#X````#7V)I9T9I;&5);F9O``"X0`````1?9G5LU
M;$AO;650871H``````"Y3`````1?:&]M94ES1&5V:6-E``````"Z3@````1?*
M9G5L;$)A8VM0871H``````"Z4`````-?8F=N9%]F;&%G`````+M2`````U]5U
M3D1/0E5&1D52````NU8````&7V-U<E9O;'5M94=A9&=E=%-)0G5F9@````"[Y
MIP````)?1$]30F%S90``N\8````#7W9O:6-E7VEO``````"[R@````1?=')A(
M;G-L871E7V5R<F]R``"\$`````-?4&AO;F5M97,``````+P4`````E]?<V%V7
M<W````#`%`````)?4WES0F%S90``P!@````"7U]D979T86(``,`<`````U]?]
M<W1K8F%S90``````P"`````$7T5N86)L95]!8F]R=```````P"0````#7U="M
M96YC:$US9P````#`)@````)?7V%R9W8`````P"H````"7U]A<F=C`````,`N0
M`````U]?87)G7VQE;@``````P#`````#7U]A<F=?;&EN``````#`,@````-?Z
M26-O;D)A<V4``````,`V`````E]C;'-?``````#`.@````)?7V-L;@``````S
MP#X````$7TUA=&A4<F%N<T)A<V4`````P$(````#7TUA=&A"87-E``````#`7
M1@````5?36%T:$EE965$;W5B0F%S0F%S90``P$H````"7U](,E]E;F0``,!0Q
4`````````_(```/K`````0```_)S,
``
end
size 59780
SHAR_EOF
if test 39676 -ne "`wc -c MRBackup.uu2`"
then
echo shar: error transmitting MRBackup.uu2 '(should have been 39676 characters)'
fi
#	End of shell archive
exit 0