7gmadiso@pomona.bitnet.UUCP (04/06/87)
XARC4/CMD
File Archive Utility
Version 01.00.00 02/14/87
for TRSDOS 6.x.x
(C) COPYRIGHT 1985, 1986 by System Enhancement Associates;
ALL RIGHTS RESERVED
TRSDOS 6.x.x adaptations (C) COPYRIGHT 1987 by David Huelsmann;
ALL RIGHTS RESERVED
This document describes the XARC4 file utility, version 01.00.00, which was
based on the MS-DOS ARC created by System Enhancement Associates.
INTRODUCTION
XARC is the copyrighted property of System Enhancement Associates. Since
XARC4 is a derivative work based on XARC, it, too, is the copyrighted property
of System Enhancement Associates. The TRSDOS 6.x.x modifications are the
copyrighted property of David Huelsmann. You are granted a limited license to
use XARC4, and to copy it and distribute it, provided that the following
conditions are met:
1) No fee may be charged for such copying and distribution.
2) XARC4 may ONLY be distributed in its original, unmodified state.
Any voluntary contributions for the use of this program will be appreciated,
and should be sent to:
System Enhancement Associates
21 New Street
Wayne, NJ 07470
You may not use this product in a commercial environment or a governmental
organization without paying a license fee of $35. Site licenses and commercial
distribution licenses are available. See the order form in the back of this
manual for more details.
A word about user supported software:
The user supported software concept (usually referred to as freeware) is an
attempt to provide software at low cost. The cost of offering a new product by
conventional means is staggering, and hence dissuades many independent authors
and small companies from developing and promoting their ideas. User supported
software is an attempt to develop a new marketing channel, where products can
be introduced at low cost.
If user supported software works, then everyone will benefit. The user will
benefit by receiving quality products at low cost, and by being able to "test
drive" software thoroughly before purchasing it. The author benefits by being
able to enter the commercial software arena without first needing large sources
of venture capital.
But it can only work with your support. We're not just talking about XARC
and XARC4 here, but about all user supported software. If you find that you are
still using a program after a couple of weeks, then pretty obviously it is
worth something to you, and you should send in a contribution.
And now, back to XARC4:
XARC4 is used to extract files from MS-DOS archives or from ARC4 created
archives. An archive is a group of files collected together into one file in
such a way that the individual files may be recovered intact.
When XARC4 is used to extract files from an archive, it extracts files
created by ARC4 or MS-DOS ARC version 5.0 to 5.1.2 that utilized any of four
possible storage methods. These four methods are:
1) No compression; the file was stored as is.
2) Repeated-character compression; repeated sequences of the same byte value
were collapsed into a three-byte code sequence.
3) Huffman squeezing with repeated-character compression; the file was
compressed into variable length bit strings, similar to the method used by
the SQ programs.
4) Dynamic Lempel-Zev compression; the file was stored as a series of variable
size bit codes which represent character strings, and which were created "on
the fly".
Note that since one of the four methods involved no compression at all, the
resulting archive entry is never larger than the original file.
USING XARC4
XARC4 is invoked with a command of the following format:
XARC4 <x> <arcname> <arcname> . . .|
Where:
<x> is an XARC4 command letter (see below), in either upper or lower
case.
<arcname> is the name of the archive to act on, with or without an extension.
If no extension is supplied, then "/ARC" is assumed. The archive name
may include a drive specifier even if the extension is not supplied.
If XARC4 is invoked with no arguments (by typing "XARC4", and pressing
<ENTER>, then a brief command summary is displayed.
The following is an example of the display when XARC4 is invoked with no
arguments:
XARC4/CMD Version 01.00.00 02/14/87
(C) COPYRIGHT 1985,1986 by System Enhancment Associates
ALL RIGHTS RESERVED
TRSDOS 6.x.x adaptations (C) COPYRIGHT 1987 by David Huelsmann
ALL RIGHTS RESERVED
Distributed with permission of SEA
Usage: XARC4 o:xnlv| g<password>| arcname arcname. . .|
Where:
o:x = Output drive (x = 0 to 7)
n = New Line Mode: Suppress removing LF after CR
l,v = List table of contents (verbose) to CRT
g = Garble (decrypt) archive entry
If no extension is given, then /ARC is assumed.
Refer to program documentation for complete instructions
and limitations on copying and distribution of this program.
XARC4 COMMANDS
This section describes each of the commands. ARC4 will accept any one ommand
at a time. If no commands are given, then a brief command list is displayed as
shown above.
EXTRACTING FILES
Archive entries are extracted when the output drive specifier is added to
the command line. Note that ALL files are extracted. There is no provision in
XARC4 to let you specify a specific file. Also note that you can place as many
archives on the command line as can fit and the files will be extracted from
each archive in order. ALL will be placed on the output drive specified - that
is, only one ouput drive may be specified no matter how many archives are
listed on the command line.
You could type:
XARC4 O:2 JUNK:1
or
XARC4 O:2N JUNK
Note that in the first example, the files would be extracted to drive 2. In
the second example, the files would also be extracted to drive 2 and automatic
removal of Line Feeds after Carriage Returns would be suppressed. In addition,
the first occurrence of JUNK/ARC would be used starting with drive 0.
Whatever method of file compression was used in storing the files is
reversed, and uncompressed copies are created. If a file with the same name
already exists on the drive specified, you will be asked if you wish to
overwrite the file.
LISTING ARCHIVE ENTRIES
You can obtain a list of the contents of an archive by using the "L" (List)
command or the "V" (Verbose list) command. Both commands display exactly the
same thing in XARC4.
For example, to see what is in an archive named "JUNK/ARC", you could type:
XARC4 L JUNK:1
or
XARC4 V JUNK
XARC4 prints a listing of an archive's contents like this:
Name Length Stowage SF Size now Date Time CRC
============ ======== ======== ==== ======== ========= ====== ====
ARC4.C 27318 Squeezed 45% 15248 28 Dec 86 1:23p 69e4
ARC42.C 20620 Crunched 44% 11617 28 Dec 86 1:26p 6d9e
ARC42.H 5245 crunched 38% 3265 28 Dec 86 1:28p 2f7f
ARC43.C 23682 Squeezed 43% 13538 28 Dec 86 1:28p 2a53
ARC43.JCL 161 Packed 1% 155 28 Dec 86 1:30p 4fd8
COMPARC.JCL 249 -- 0% 249 28 Dec 86 1:31p c134
==== ======== ==== ========
Total 7 82514 43% 47272
"Name" is simply the name of the file.
"Length" is the unpacked file length. In other words, it is the number of bytes
of disk space which the file would take up if it were extracted.
"Date" is the date on which the file had last been added to the archive.
"Total" is pretty obvious, I think.
"Stowage" is the compression method used. The following compression methods are
currently employed:
-- No compression.
Packed Runs of repeated byte values are collapsed.
Squeezed Huffman squeeze technique employed.
Crunched Dynamic Lempel-Zev compression technique.
crunched Old Style L-Z not supported in XARC4.
"SF" is the stowage factor. In other words, it is the percentage of the file
length which was saved by compression. The total stowage factor is the stowage
factor for the archive as a whole, not counting archive overhead.
"Size now" is the number of bytes the file is occupying while in the archive.
"Time" is the time of last addition to the archive, and is associated with the
date of last addition.
"CRC" is the CRC-16 check value which has been stored with the file. Another
CRC-16 value will be calculated when the file is extracted to ensure data
integrity. There is no especially good reason for displaying this value.
Note that you can pause the display of a list by pressing <SHIFT><@>.
Pressing any key will resume the display. Pressing <BREAK> during the display
will exit to TRSDOS.
XARC4 OPTIONS
This section describes the options which are available to modify how XARC4
works. These options can be combined with any of the commands, though the
result may not always be something you'd want to do.
DECRYPTION
Archive entries may be decrypted by using the "G" (Garble) option. The
Garble option takes the remainder of the command string as the password to use,
so it must be the last option.
When you want to extract a file from an archive in which the password
"DEBRIS" had been used, you would type:
XARC4 O:2GDEBRIS JUNK:1
The password you supply is used to decrypt the archive entry by performing
an exclusive OR between each byte of the packed data and each byte of the
password. The password can be any length, and each of its bytes is used in
rotation. The password is converted to uppercase before it is used, so it is
not case sensitive. Since the encryption was performed on the packed data, it
has no effect on stowage factors.
This is not a particularly sophisticated means of encryption, and it is
theoretically possible to crack. Still, since it is performed on the packed
data, the result should be quite sufficient for casual use.
It is possible to list the entries in an encrypted archive using the "L" and
"V" commands without giving the password, but nothing else will work properly.
It is advisable that you use this option sparingly, if at all. If you should
forget or mistype your password, it is highly unlikely that you will ever
recover your data.
NEW LINE MODE
XARC4 automatically removes line feeds after carriage returns when
extracting files. These line feeds are a normal part of MS-DOS text files, but
just clutter up a TRSDOS/LS-DOS file. If you would like to keep the line feeds
in the file, specify a "N" to suppress their removal on the command line as
follows:
XARC4 O:2N JUNK:1
MS-DOS ARC File Compatibility
XARC4 uses the exact same conventions in its file extractions as does MS-DOS
XARC for archives created by MS-DOS ARC using version 5.0 or greater. The
current version of MS-DOS ARC is 5.1.2. Any archive created by version 5.1.2
can have all of its files extracted by XARC4.
If you are attempting to extract from old archives, however, XARC4 will not
extract files using the "old" version of Lempel-Zev crunching. These files can
be identified in a "L" or "V" listing as having a "Stowage" of "crunched". Note
the lower case "c". The current version of Lempel-Zev, called Dynamic Lempel-
Zev is indicated by the upper case "C" as in "Crunched". XARC4 will skip a
"crunched" file (after letting you know why it can't be extracted).
Since archives created by ARC4 are compatible with MS-DOS ARC, they, too,
can be extracted by XARC4.
OVERLAYS IN XARC4
XARC4 uses a number of overlay files which are read in by the "root" file
XARC4/CMD. Overlays were used in order to obtain the maximum amount of memory
in the Model 4. The overlays and their functions are described below:
OVERLAY FUNCTION
------- --------
XARC4/CMD "root" calls in overlays performs I/O
XARC4HLP/OVR Displays the help screen
XARC4DLZ/OVR Performs the Dynamic L-Z decompression
XARC4USQ/OVR Performs Unsqueezing
XARC4LST/OVR Lists contents of archives
It is conceivable that an error could occur while using one of these
overlays. Since the errors are somewhat cryptic, the following should be of
help:
ERROR # MEANING
------- -------
10 can't open overlay file
20 can't read overlay header record
30 invalid header record
40 overlay area overlaps with heap
50 error reading overlay
The above error numbers would be displayed in a message like:
Error # loading overlay <filespec>
TECHNICAL SUPPORT
It should be obvious by now that SEA cannot provide technical support even
though they wrote the original XARC that XARC4 is based on. They do not have
access to the source code, nor do they have a Model IV Tandy computer. XARC4 is
NOT in the public domain and can only be modified with the permission of the
original copyright holders of ARC and myself. Except for providing
contributions or obtaining a noncommercial or a commercial site license, you
should not be contacting SEA for support for XARC4.
Please address all inquiries concerning XARC4 technical matters to:
David Huelsmann
3308 Delamar NE
Albuquerque, NM 87107
or to
SSE BBS
(505) 821-7379
1200/2400 bps anytime
300 bps after 2400 Mountain
or to
CompuServe PPN 71525,1363|
VERSION NUMBERS
The version number of XARC4 is given as follows XX.YY.ZZ.
XX = a major revision, such as adding a new packing algorithm.
YY = a minor revision that is not essential, but which may be desired.
ZZ = a trivial revision that will probably only be desired by specific
individuals or by die-hard "latest version" fanatics.
XARC4 also displays its date of last edit. A change of the date without a
corresponding change in version number indicates a truly trivial change, such
as fixing a spelling error.
COMMON QUESTIONS AND ANSWERS
Q: Can I use XARC4 to distribute my public domain or freeware program?
A: Yes, of course.
Q: Can I use XARC4 to distribute my commercial software package?
A: Yes. Please contact SEA for a commercial distribution license.
Q: I'm a commercial user. Why should I pay for freeware that others get for
free?
A: Because you cannot credibly plead poverty. Freeware, all freeware, is an
attempt to develop a new marketing channel to the benefit of everyone. You
can still "test drive" freeware for a short period, but if you decide to use
it in your business, then you should pay for it.
Q: How can I get the latest version of XARC4?
A: XARC4 updates are distributed through normal freeware channels, and by
FidoNet.
REVISION HISTORY
Version 01.00.00 02/14/87 of XARC4/CMD was released on 02/15/87.
PROGRAM HISTORY AND CREDITS
XARC4/CMD is based on ARC Version 5.1.2 of System Enhancement Associates.
Thom Henderson graciously gave his permission to release a modified version of
XARC for the TANDY Model IV users on 12/11/86.
While a number of changes and adaptations had to be made to the existing
source code (including eliminating some features like the old Lempel-Zev
crunching), the majority of the program is the original work of SEA, now,
almost 2 years old. The following is the program history and credits, as
described by SEA, for MS-DOS ARC:
In its short life thus far, ARC has astounded us with its popularity. We
first wrote it in March of 1985 because we wanted an archive utility that used
a distributive directory approach, since this has certain advantages over the
more popular central directory approach. We added automatic squeezing in
version 2 at the prompting of a friend. In version 2.1 we added the code to
test for the best compression method.
Now (in October of 1985) we find that our humble little program has spread
across the country, and seems to have become a new institution.
We are thankful for the support and appreciation we have received. We hope
that you find this program of use.
If we have achieved greatness, it is because we have stood upon the
shoulders of giants. Nothing is created as a thing unto itself, and ARC is no
exception. Therefore, we would like to give credit to the following people,
without whose efforts ARC could not exist:
Brian W. Kernighan and P. J. Plauger, whose book "Software Tools" provided
many of the ideas behind the distributive directory approach used by ARC.
Dick Greenlaw, who wrote the public domain SQ and USQ programs, in which the
Huffman squeezing algorithm was first developed.
Robert J. Beilstein, who adapted SQ and USQ to Computer Innovations C86 (the
language we use), thus providing us with important parts of our squeezing
logic.
Kent Williams, who graciously allowed us to use his LZWCOM and LZWUNC
programs as a basis for our Lempel-Zev compression logic, and who continues to
make valuable contributions.
David Schwaderer, whose article in the April 1985 issue of PC Tech Journal
provided us with the logic for calculating the CRC 16 bit polynomial.
Terry A. Welch, whose article "A Technique for High Performance Data
Compression", IEEE Computer Vol 17 No. 6 (June 1984) seems to have started all
the research on Lempel-Zev coding.
Spencer W. Thomas, Jim McKie, Steve Davies, Ken Turkowski, James A. Woods,
and Joe Orost, who are the authors of the UNIX compress utility.
And many, many others whom we could not identify.
SITE LICENSE
Corporate users may wish to obtain a site license for the use of XARC4.
Please use the order form in this manual to order a site license. Site licenses
are granted as of when SEA receives your payment. License fees vary depending
on the number of computers on which XARC4 will be used, as follows:
1 to 9 copies $35 each
10 to 24 copies $25 each
25 to 49 copies $20 each
50 to 99 copies $15 each
over 99 copies $1500 one time fee
The following is a site license agreement, which should be signed and sent
with your payment when ordering a commercial site license.
Site License Agreement
The use of XARC4 in a commercial environment or government organization is
granted under the following terms:
1. Payment of the license fee must be made to System Enhancement Associates.
The fee is based on the number of computers which will be used to run XARC4,
as follows:
1 to 9 copies $35 each
10 to 24 copies $25 each
25 to 49 copies $20 each
50 to 99 copies $15 each
over 99 copies $1500 one time fee
2. You may use XARC4 on the number of computers included in the license fee. If
you have paid the fee for over 99 copies, then you may use XARC4 on any
number of computers within your organization.
3. You may make copies of the program, in its original, unmodified form,
without restriction. You may distribute these copies of the program without
restriction.
4. If these copies are distributed outside of your organization, you have no
obligation to control the use of those copies which are outside of your
organization.
5. You may make copies of the program documentation, in both its printed form
and machine readable form, without restriction.
6. You may use future versions of XARC4 under this license.
7. You may NOT modify the program or charge a fee for copying or distributing
the program.
8. It is your responsibility to make the necessary copies and to deliver them
to the computers which they will be used on.
I agree to abide by the terms and conditions of this license.
_____________________________ __________________________
Signature Date
_____________________________
Name (please print or type)
_____________________________
Title
_____________________________
Company
ORDER FORM
Check which items you wish to purchase:
(_) Noncommercial license for the use of XARC4.
(_) Commercial license for the use of XARC4 on ___ computers (see price
schedule and terms on preceding page).
(_) Payment of $_____ is enclosed (check or money order).
(_) Please charge $_____ to my (_) Visa or (_) MasterCard:
Card number: ______________________________
Expiration date: __________________________
_______________________________________________
Name
_______________________________________________
_______________________________________________
Address
______________________ ________ ____________
City State Zip
_______/_______
FidoNet address
Send this completed form to:
System Enhancement Associates
21 New Street
Wayne, NJ 07470
For commercial site license orders, please enclose a signed copy of the site
license agreement.
********** XARC4 **********
---------- Cut Here ----------
begin 644 XARC4/CMD
M!0AX87)C-"|C;0$ ";#S$D1 __-\F,A #K(0H .7,A$0 Y7B-6(0, S2UH
MRBHF(;\HY<WE.=$A 0#K(0@ .7,C<L-')B$( #GE?B-F;R/KX7,C<B$( #E>
M(U8A$0 Y?B-F;\TM:,IZ)B$( #E>(U;K*>LA$P Y?B-F;QE>(U;5S0HXT<,X
M)B$3 #E>(U;K(R->(U8A"P Y<R-RPZ F(0L .>5 (V9O( OA<R-R(0L .5XC
M5NM M\KR)R$+ #E>(U;K7A8 U2'(*.7-'V/1T<I%)R$* #E M\KT)B$+ #E>
M(U;K7A8 U2$, #E>%@#5(<PHY<UJ.|'1T2'B*.7-2SC1(0L .5XC5NM>(0$
M_B8* #ES(0L .5XC5NM>%@ A3P#-\V?*0B<A"P YY7XC9F\CZ %S(W(A"P Y
MY7XC9F\CZ %S(W(A"P Y7B-6ZU K?3*E:,/O)R$+ #E>(U;K7A8 (4< S?-G
MRI8G(0L .5XC5NLC(IYH(0L .5XC5NM M\J$)R$+ #GE?B-F;R/KX7,C<L-E
M)R$+ #GE?B-F;ROKX7,C<L/O)R$+ #E>(U;K7A8 (4X S?-GRK,G(0 (J)H
MP \G(0L .5XC5NM>%@ A2 #-\V?*T"<A 0 BG&C# R<A"P Y7B-6ZUX6 "$M
M ,WS9\KG)\/O)R$0*>7-2SC1PY$F(0H .5X6 "%, $ _"?-\V?"$B@A"@ Y
M7A8 (58 S?-GRC\H(<!OY2$W*>4A%P Y7B-6(00 &5XC5M7-N3;1T=$A/"GE
MS>4YT2J@:.7-Q$S1(0( ZR$( #ES(W+#7"@A" YY7XC9F\CZ %S(W(A" Y
M7B-6(1$ .7XC9F_-+6C*MB@AP&_E(44IY2$, #E>(U;K*>LA%P Y?B-F;QE>
M(U;5S;DVT='1(:1HY2%**>7-:CO1T2' ; 4A72GES6H T='-'#3#32@JH&CE
MS<1,T<E805)#-$A,4 !/3%8 0V%N;F|T(&UI>" E8R!A;F0@)6,* &EN8V|M
M<&%T:6)L92!O<'1I;VYS('-E; $ BAE8W1E9"!O;B!C;VUM86YD(&QI;F4
M=6YK;F|W;B!O<'1I;VX@96YT97)E9"!O;B!C;VUM86YD(&QI;F4 +T%20P!8
M05)#-$Q35 O05)# $|U='!U="!$<FEV92 |("5S"@!!<F-H:79E.B E<PH
M$?'_S?)C(0 ZR$( #ES(W(A'0 Y?B.VPHDI(0 R2$= #E>(U8A!@ 97A8
M(0@ S<MGRJ0I(0 R2$= #E>(U;5S1=%T1$: ,T":,JK*B' ; 4ASROES6H
MT=$JH&@C(J!H(1T .5XC5B$& !E>%@ A" #-RV?"2RHA" YY7XC9F\CZ %S
M(W(A'0 Y7@$ "DC5M7-%T71$1H S?-GRD@J(1T .5XC5M4A'P Y7B-6U<T7
M1=%|,KUO)@#ES;5(T=$ZO6|O)@ 1 #KS1)HRD@J.KUO;R8 $0@ Z\T3:,)+
M*L/-*2$= #E>(U8A!@ 97A8 (0@ S<MGRG\J*J=H?+7*?RHAP&_E(>PKY<UJ
M.|'1(? KY<U+.-$A" Y7B-6U2$"+.7-:CO1T2$= #E>(U8A!@ 97A8 (0@
MS<MGRJLJ(0 R2$= #E>(U;5S1=%T7TRO6\ZO6|O)@ 1 #KS2UHRN J(<!O
MY2$7+.7-:CO1T2$;+.7-2SC1.KUOM\+K*B$ ,DZO6|O)@ 1" #KS0$ |BHN
M:,I,*R$= #E>(U;5(0T Y2$! .4A$ YY<TH0NLA" Y 2' ; 4A# YY2$Q
M+.7-:CO1T='-S#<A7RSES6H T2&0+.4AA"SES6H T=$A___ES<1,T3J|;V\F
M !$! ,WS9\JD*R$= #E>(U;5(0$ Y2$7 .4A(0 Y7B-6U<TH0NLA" Y 2$"
M 'TRO6\A&P Y7B-6(1< &>4A'0 Y7B-6(0T &<U,9.'-7F3#Q2LA'0 Y7B-6
MU2$! .4A&P#E(2$ .5XC5M7-*$+K(0@ .?DA BIV@A 0#)06X@96YT<GD@
M:6X@)7,@:&%S(&$@8F%D(&ED+@ E<R :7,@;@$ |"MO="!A;B!A<F-H:79E
M " @)60@8GET97,@<VMI<'!E9"X* "5S( !I;G9A;&ED(&ED(&EN(&%R8VAI
M=F4 56YK;F|W;B!)1"!V97)S:6|N(&9O<B!F:6QE("5S(&EN(&%R8VAI=F4@
M)7,* $-H96-K(&9O<B!A(&YE=V5R('9E<G-I;VX@;V8@6$%20S0N"@!4:&ES
M(&ES("5S"@ @6$%20S0O0TU$(%9E<G-I;VX@,#$N,# N,# @,#(O,30O.#<@
M 1 #-\F,A#@ Y?B.VRN0M*J)H?+7*C2TZJ6AO)@ 1 0#-\V?*|BPA# Y
M7A8 (0H S?-GRO8L(0 ?0$ \BPRJ6C).JEH;R8 $0$ S?-GRAPM(0P .5X6
M "$* ,T":,H<+2$ 'TRJ6@A#@ Y7B-6U2$. #E>%@#5S4I&T=$1___-\V?*
M<RTJZ6\1&P#-\V?*42TAY2WES4LXT<-S+2KI;Q$ .O-+FC*<RTJZ6_E(?PM
MY<UJ.|'1(0<NY<U+.-$A# Y7A8 (0T S?-GRHHM(0$ ?3*I:,/D+2$. #E>
M(U;5(0X .5X6 -7-2D;1T1'__\WS9\KD+2KI;Q$; ,WS9\K"+2$:+N7-2SC1
MP 0M*NEO$0 Z\TN:,KD+2KI; 4A,2 ES6H T=$A/" ES4LXT<E7<FET92!F
M86EL( $ \"TH9&ES:R!F=6QL*0!%<G)O<B C("5D $1/4R!E<G)O<B!O8V-U
M<G)E9 !7<FET92!F86EL("AD:7-K(&9U;&PI $5R<F|R(",@)60 1$|3(&5R
M<F|R(&|C8W5R<F5D !$ ,WR8RJ>:"+G;\D1 #-\F,JYV|\M<J/+BKG;WZW
MPG@N*IYH(N=O*N=O(R+G;RM>%@ A# Y?B-F;\WC9\DA# Y7B-6Z\D1 #-
M\F,AR2 E(<!OY<UG0='1(KYO?+7"R"XAP&_E(<LNY<UJ.|'1(<\NY<U+.-')
M<@ E<R 8V%N;F|T(')E860@87)C:&EV90 1 #-\F,JOF|\M0$ B * 2XJ
MOF_ES<Y&T<D1 #-\F,A# Y7B-6(0@ S8QG$?\ S<MGY2$0 #E>%@ A#@ Y
M?B-F;\WC9Q'_ ,W+9RD1JF@97B-6X<WC9\D1_O_-\F,A BX&\AXF_E(10
M.5XC5B$- !G-3&3AS5YD(0 ?3+F;\U/+BJ<:'RURGTO.KUO;R8 Y2'U,>7-
M:CO1T3J|;V\F ,.2,2$. #E>(U;5S=\ST>LA" Y<R-R(?__S0)HRKLO(1
M.5XC5M4A"@ Y7B-6U<VO,|'1PX8OP DQ(1 .5XC5M4A$ Y7B-6U2'\,>7-
MY3G1T='#N3$A$ Y7B-6U2$0 #E>(U;5(0$ "\%,N7-Y3G1T='#N3$A$@ Y
M7B-6U2$.,N7-:CO1T2$4 #E>(U;5S8E>T1'__\WS9\HO,"$4 #E>(U;5(4PR
MY<UJ.|'1(0$ Y2$4 #E>(U8A#0 9S4QDS7!D(10 .5XC5M7-OT+K(0@ .?DA
M #)(1( .5XC5M4A83+ES6H T=$A% Y7B-6U<V)7M$1___-\V?*D# A% Y
M7B-6U2&?,N7-:CO1T2$! .4A% Y7B-6(0T &<U,9,UP9"$4 #E>(U;5S;|"
MZR$( #GY(0 R2$2 #E>(U;5(;0RY<UJ.|'1(10 .5XC5M7-B5 1$?__S?-G
MRO$P(10 .5XC5M4A\@$ ZC RY<UJ.|'1(0$ Y2$4 #E>(U8A#0 9S4QDS7!D
M(10 .5XC5M7-OT+K(0@ .?DA #)(1 .5XC5M4A$ Y7B-6U2$', 7-Y3G1
MT='#N3$A$@ Y7B-6U2$0, 7-:CO1T<W,-R$S, 7-:CO1(6,SY2%7, 7-:CO1
MT2J@:",BH&@A 0#E(10 .5XC5B$- !G-3&3-<&0A% Y7B-6U<V_0NLA" Y
M 2$! ,G-6F@( $ AB\" (8O P" +P0 VR\% /@O!@!9, < NC ( !LQ.#$A
M$@ Y7B-6(14 &5XC5M4JX&_1S0)HRO$Q(1( .5XC5M4ABC/ES6H T='-S#<J
MH $ Z#%H(R*@:"$! ,DA #)240|)60* %A!4D,T55-1 %A!4D,T55-1 %-O
M<G)Y("T@)7,@=V%S(&-R=6YC:&5D('5S:6YG(&|L9"!,+5H@;F|T('-U<'!O
M<G1E9"!I;B!805)#- H 56YA8FQE('1O(')E;6|V92 E<PH 4V|R<GD@+2 E
M<R!W87,@8W)U;F-H960@=7-I;F<@;VQD($PM6B!N;W0@<W5P<&|R=&5D(&EN
M(%A!4D,T"@!5;F%B;&4@=&\@<F5M;W9E("5S"@!3;W)R>2 M("5S('=A<R!C
M<G5N8VAE9"!U<VEN9R!O;&0@3"U:(&YO="!S=7!P;W)T90$ YC)D(&EN(%A!
M4D,T"@!5;F%B;&4@=&\@<F5M;W9E("5S"@!805)#-$1,6@!&:6QE("5S(&AA
M<R!A;B!U;FMN;W=N($E$('9E<G-I;VX* $-H96-K(&9O<B!A(&YE=V5R('9E
M<G-I;VX@;V8@6$%20S0* %1H:7,@:7,@)7,* "!805)#-"|#340@5F5R<VEO
M;B P,2XP,"XP," P,B\Q-"\X-R %=!4DY)3D<Z($9I;&4@)7,@9F%I;',@
M0U)#+3$V(&-H96-K"@ 1 #-\F,A# Y7A8 U2K@; 7- B 1T2+@;R$. #E>
M(U;5(0X .5X6 -7-MRS1T<D1 #-\@$ Y#-C(>)OS4QDS;9DPO4S(?__R2'B
M; 7-/V3-163_____S?YDX<U>9"$, #E>(U;5S1=%T>7-7" 1R1'E_\WR8R$
M .7-F" 1*KYOY2$* #GES6HIT='*1S0A" YY<U0--'#*C0A #ES>,NT<D1
MO/_-\F,A4 Y7B-6U2$L #GES<9BT=$A*@ YY<V&.-$A #K(0@ .7,C<L..
M-"$( #GE?B-F;R/KX7,C<B$( #E>(U8A#@#-+6C*SC0A" Y7B-6(2H .1E>
M%@ A+@#-\V?*RS0A+P#E(0H .5XC5B$L #D9T7/#SC3#?S0AI&CE(2P .>7-
MXF+1T2$J #GE(0$ XC1#-N7-:CO1T<W9.2%8-N4A+ YY<UG0='1ZR%* #ES
M(W)ZL\J -2%* #E>(U;5S<Y&T2$J #GE(5HVY<UJ.|'1S<PW(0$ ?+7*?34A
M>S;ES6H T2'?:N4A( #E(0X .>7-,431T=$A"@ Y7A8 U<W%8|'K(0H .7,A
M"@ Y7A8 (5D S?-GPGTU(0H .5X6 "%. ,WS9\)|-<,E-2$* #E>%@ A3@#-
M\V?*OC4A*@ YY2&2-N7-:CO1T2$! .4A4@ Y7B-6(0T &<U,9,UP9"J ; 7-
MOT+K(0@ .?G)(:4VY2$L #GES6=!T='K(4H .7,C<GJSPA0V(2H .>4AIP$
MX#4VY<UJ.|'1S<PW*J!H(R*@:"$! .4A4@ Y7B-6(0T &<U,9,UP9"J ; 7-
MOT+K(0@ .?G)(2H .>4A4@ Y7B-6U2%. #E>(U;5*KYOY<TY+ LA" Y 2%*
M #E>(U;5S<Y&T<E%>'1R86-T:6YG(&9I;&4Z("5S"@!R %=!4DY)3D<Z($9I
M;&4@)7,@86QR96%D>2!E>&ES=',A " @3W9E<G=R:71E(&ET("AY+VXI/R
M)7,@;F|T(&5X=')A8W1E9"X* '< 0V%N;F|T(&-R96%T92 E<PH $=G_S?)C
M(3, .5XC5M4A# YY<W&8M'1(3H Y2$U #E>(U;5S0$ WC8?8|'1ZR$M #ES
M(W)ZL\H!-R$M #E>(U;5(2P .>7-QF+1T2$ .LA" Y<R-R(0@ .5XC5B$*
M #D9?K?*7#<A" Y7B-6(0H .1E>%@ A.@#-\V?*2C<A #E(0H .5XC5B$,
M #D9T7/#7#<A" YY7XC9F\CZ %S(W+###<A+P#E(0P .>7-'V/1T<*7-R$*
M #GE(3D .5XC5M7-QF+1T2$U #E>(U;5(3D .5XC5M7-XF+1T<.I-R$* #GE
M(3D .5XC5M7-QF+1T2$J #E>%@ A.@#-\V?*RS<A*@ YY2$Y #E>(U;5S>)B
MT=')$?S_S?)C(6@ ZR$* #ES(P$ W#=R(0 %ZR$( #ES(W(A #E(0 Y2$,
M #E>(U;5(1 .5XC5M7-'%_K(0@ .?G)$0 S?)C(0P .5XC5NM M\I*."$,
M #E>(U;K7A8 U<W%8|'E(0X .5XC5NO1<R$, #GE?B-F;R/KX7,C<L,0.,D1
M #-\F,A# Y7B-6U2%N..7-:CO1T<W,-R'__ 7-Q$S1R2 J("H@*B!805)#
M-#H@)7,@*B J("H* !'\_\WR8R$0 #E>(U;5S0HXT2$ .LA" Y<R-R(0H
M.7,C<B$0 #E>(U;K?K?*NSDA"@ YY7XC9F\CZ %S(W+K*WRUPO<X(1 .5XC
M5NM>%@ A' $ VCAL&2->%@ A P#-RV?"|S@A6@#E(1( .5XC5NO1<R$0 #E>
M(U;K7A8 (2X S?-GPALY(0H .5XC5B$) ,WS9\I#.2$0 #GE?B-F;R/KX7,C
M<B$ .LA"@ Y<R-R(0$ ZR$( #ES(W+#JC@A$ Y7B-6ZUX6 "$<;!DC7A8
M(0< S<MGRG,Y(1 .5XC5NM>%@ A7P#-\V?*@3DA6@#E(1( .5XC5NO1<R$0
M #GE?B-F;R/KX7,C<B$( #E ( ;*N#DA"@ Y7B-6(0, S?-GRK@Y(0 Y2$2
M #E>(U;KT7/#JC@A$ YY7XC9F\CZ %S(W(A #E(1( .5XC5NO1<P$ V#G)
M_>4 9>_|RQ+&_>')(0( .5XC5NLBIFS-|#GI$;+_S?)C(0 ZR%2 #ES(W(J
MIFSE(0H .>7-QF+1T2$ . 4A"@ YY<WB8M'1(0 Y2$* #GES5I.T='K(50
M.7,C<B$ ,TM:,I(.B$* .7-!3O1(0H Y2%* #GE(5@ .5XC5M7-3%31T=$1
M"@#- FC*<#HA% #ES04 T2%( #E>(U8A\0#- FC*B#HA'@#ES04 T2%* #E>
M(U8A3 Y?B-F;QGK(4X .7XC9F\9Y2KK;|'KS8|HRK8Z(2@ Y<T%.|$A3 Y
M7B-6U2%, #E>(U;5(5@ .5XC5M7-3%31T='K(0$ UCI, #E (V9OS8|HRNLZ
M(3( Y<T%.|$A5 Y7B-6U<W%4|$A4 Y7B-6Z\DO;W9R !&P_\WR8RJF;.4A
M7@ Y7B-6U2%,. 4A#@ YY<V(. LA" Y 2$( #GE(0 Y2$ .4A"@#ES1Q?
MZR$( #GY(0H Y<W$3-')17)R;W(@)60@;&|A9&EN9R!O=F5R;&%Y.B E<PT
M$0 S?)C(0X .>4A#@ Y7B-6U2'Q1>7-WSO1T=')$0 S?)C(0P .5XC5NLB
MJ&PA$ YY2$0 #E>(U;5(;X Y<W?.|'1T41-(0 Y2JH;-%S8&G)$0 S?)C
M(0P .5XC5M4JJ&PC(JAL*P$ U#O1<Q8 (?\ S<MGR1$F_\WR8R'F #E.(T8A
MZ Y7B-6U=WA(0 ZR'> #ES(W(AZ@ Y7B-6(> .7,C<MWEX2/EW>$K7A8
MU?WA>K/*JD#|Y>$1)0#-\V?*@T A #K(18 .7,A 0#K(=P .7,C<B$@ .LA
MV@ Y<R-R(1 GZR'8 #ES(W+=;@ F .7|X1$M ,WS9\J"/"$ .LAW Y<R-R
MW>7A( 7=X2M>%@#5_>'|Y>$1, #-\V?*ISPA, #K(=H .7,C<MWEX2/EW>$K
M7A8 U?WA_>7A$2H S?-GRN$\(> .>5 (V9O(R/KX7,C<NLK*UXC5B'6 #ES
M(W+=Y0$ TCSA( 7=X2M>%@#5_>'#*STA #K(=8 .7,C<MWEX2/EW>$K7A8
MU?WA(1QL&2->%@ A! #-RV?**STAU@ Y7B-6(0H S71G_>71&1'0_QGK(=8
M.7,C<L/L//WEX1$N ,WS9\K,/=WEX2/EW>$K7A8 U?WA(2H S?-GRGP|(>
M.>5 (V9O(R/KX7,C<NLK*UXC5B'8 #ES(W+=Y>$CY=WA*UX6 -7|X</,/2$
M .LAV Y<R-RPY@|W>7A( 7=X2M>%@#5_>'|Y>$1'&P9(UX6 "$$ ,W+9\K,
M/2'8 #E>(U8A"@#-=&?|Y=$9$=#_&>LAV Y<R-RPXH|(0( ZP$ T#TAU Y
M<R-R_>7A$6P S?-GRO\|W>7A( 7=X2M>%@#5_>$A! #K(=0 .7,C<L,9/OWE
MX1%H ,WS9\H9/MWEX2/EW>$K7A8 U?WA_>7AP_8 (0@ ZR'2 #ES(W+#5#XA
M"@#K(=( .7,C<L-4/B$0 .LAT@ Y<R-RPU0 (?;_ZR'2 #ES(W(AU Y7B-6
MU2$8 #GE(=8 .5XC5M4AY@ Y7B-6U<VS0.LA" Y 2'0 #ES(W(AU Y7B-6
M(> .>5 (V9O&>OA<R-RPQ4_(> .>5 (V9O(R/KX7,C<NLK*UXC5B'0 #ES
M(W+5S3YCT>LAU Y<R-RPRT_(> .>5 (P$ SCYF;R,CZ %S(W+K*RM>(U;5
M_>'|Y>'E(1< .>LAT@ Y<R-RZ|%SPQ4_S5IH!@!C ,< 9 !)/F\ 'SYS )H
M=0 M/G@ .S @/B$6 #GK(= .7XC9F_-46CK(=0 .7,C<B'4 #E>(U8AV Y
M?B-F;\TN:,I0/R'8 #E>(U8AU Y<R-R(=P .7XCMLJJ/\-L/R'> #GE?B-F
M;R/KX7,C<B'6 #GE?B-F;ROKX7,C<NLCZR'4 #E (V9OS2YHRJH_(=H .5XC
M5M5@:<WQ8|$1___-\V?*IS\A___)PUT_(0 ZR'2 #ES(W+#QS\AT@ YY7XC
M9F\CZ %S(W(AT Y7@$ S#\C5NM M\H40"'2 #E>(U8AV Y?B-F;\TM:,H4
M0"'0 #GE?B-F;R/KX7,C<NLK7A8 U6!IS?%CT1'__\WS9\H10"'__\G#N#\A
MT@ Y7B-6(=X .>5 (V9O&>OA<R-R(=P .7XCML* 0,-&0"'> #GE?B-F;R/K
MX7,C<B'6 #GE?B-F;ROKX7,C<NLCZR'4 #E (V9OS2YHRH! (2 Y6!IS?%C
MT1'__\WS9\I|0"'__\G#-T##IT#|Y6!IS?%CT1'__\WS9\J80"'__\DAW@ Y
MY7XC9F\CZ %S(W+##SPAW@ Y7B-6Z\G%(0 (JYJ(K!J(0H .7XRK&I'*U8K
M7@$ RD KZS8 (JIJZRM.*U8K7B&N:AIW$R,%PMM >;?R"T$O/$\JK&H1K6H9
M?K?U\@Q!.JQJ1R&N:CX GG<C!<+_0,,,0?4AL6H6 #X$|5 K!@@I?)':($%G
M+ 7"&$'K<ROQ/<(305H6 "%701E *JIJ*R*J:G<AKFH&!* P@Q!(P7"0D$J
MJFKQ\E5!*S8MP<DP,3(S-#4V-S@Y86)C9&5F$0 S?)CS0M)1$U\M<) 02$
M ,G%(1 .5XC5M4A$ Y7B-6U<V30='1T<D1 #-\F,A$ Y7B-6U<W.1M$A
MLFI$3<.U06!I$04 &41->+'"Q$$A O\BZ6\A #)(0X .0$ R$%>(U;5Q<V.
M8M'1RMA!PZU!(0, "5XC5M4A#@ Y7B-6U<U:3M'1Y=WA$?__S?-GROU!(0
MR=WEX>4A$@ Y7B-6(0< &=%S(0$ Y2$2 #E>(U8A!@ 9T7,A$ Y7B-6Z\D1
M_O_-\F,A#@ Y3B-&(0 ZR$( #ES(W+#4D(A" YY7XC9F\CZ %S(W(A" Y
M7B-6(1( .7XC9F_-+6C*MD(A$ Y7B-6U?WAPWM"_>7A* 7|X?WEX7RURK-"
M(10 .5XC5M7-%T71Y=WA$?__S?-GRJ1"(0@ .5XC5NO)W>7AY6!I(T1-*|%S
MPW1"PT-"(0@ .5XC5NO)$?S_S?)C(0$ QD(0 #E.(T8A|__E8&D1!@ 9T>5N
MS<MGZ %S(08 "5X6 "$$ ,W+9\H#0R'__ 7%S4='T='* $,A___)PT-#(18
M.5XC5B$! ,WS9\I#0V!I?B.VRD-#(1( .>5@:5XC5M4A @ )7B-6X<U1:,UA
M9\V)9.'ES4QDS1-EX<U>9"$ .LA @ )<R-R8&ES(W(A%@ Y7B-6U2$4 #G-
M3&3-<&0A!P )7A8 U<TS72$( #GYS3AD ,T#9\J&0R'__\DA #)$?S_
MS?)C(1 .4XC1B$( #GE(0$ Y<U%9 #-<&0A!P )7A8 U<TS72$( #GY
MX<U>9"$& E>%@$ Q$, (00 S<MGROE#(0@ .>4A! )7B-6U6!I7B-6X<U1
M:,UA9\V)9.'ES4QDS?YDX<U>9,,I1&!I?B.VRBE$(0@ .>5@:5XC5M4A @ )
M7B-6X<U1:,UA9\V)9.'ES4QDS1-EX<U>9"$( #G-3&3)$0 S?)C(0P .5XC
M5M7=X2$. #GE?B-F;ROKX7,C<B$ ,TN:,J+1"$0 #E>(U;5S;M$T41-$?__
MS0)HRHM$8&GEW>7A( 7=X2O1<V!I$0H S?-GPHM$PT%$(0 W74 8&D1___-
M\V?*LD3=Y>'K(0P .7XC9F_-\V?*LD0A #)(0P .5XC5NO)$0 S?)C(0$
MPD0, #E.(T;%S1=%T>7=X1'__\T":,H312%_ -WET<W+9 7=X<, 16!IY7XC
M9F\KZ %S(W(A___)(0H R</(1,U:: , #|1 T 40: .A$$T7=Y>')$0
MS?)C(0P .4XC1B$" E>(U;58&E>(U;AS8%HRMA%(08 "5X6 "$( ,W+9\I,
M12'__\DA __E8&D1!@ 9T>5NS<MGZ %S8&D1! 9?B.VPG!%Q<U42=$A"0 )
M7B-6U2$$ E>(U;5(0< "5X6 -7-3%31T='EW>$1 #KS1-HRL!%W>7A?+7"
MJ44A" ##K$4A$ #E8&D1!@ 9T>5NS=MGZ %S(?__R0$ P$4A! )7B-68&ES
M(W+=Y>$9ZR$" ES(W)@:>5 (V9O( OA<R-RZRM>%@ A_P#-RV?)$0 S?)C
M(>IJY2$. #E>(U;5S0E&T=')$0 S?)C(0P .4XC1B$. #E>(U;5W>$A?P!0
M6<W+9T1-8&D1"@#-\V?*04;=Y2$- .7-2D;1T<G=Y<7-2D;1T<D1 #-\F,A
M#@ Y3B-&(0( "5XC5M5@:5XC5N'-@6C*@$8A# Y7B-6(?\ S<MGY<7-1T?1
MT<DA# Y7B-6U6!IY7XC9F\CZ %S(W+K*|%S%@ A_P#-RV?)$0 S?)C(=|J
M1$U@:1%8: O-CVC*S49@:1$+ $ OD891$T1|?\9Y<W.1M'#K4;)$0 S?)C
M(0P .4XC1B$ .7=X6!I$08 &7ZWRCI'(08 "5X6 "$$ ,W+9\H)1R'__ 7%
MS4='T='EW>$A!P )7A8 U<W%4|'=Y='-VV?EW>$A!@ )7A8 (0( S<MGRCI'
M(00 "5XC5M7-K&'1(0 ZR$& ESW>7AR1$ ,WR8R$, #E.(T8A!@ )7A8
M(1 S<MGRFA'(?__R2&B1B)I:R$& E>%@ A! #-RV?*VD<A! )7B-6U6!I
M7B-6X<U1:.7=X=WE(00 "5XC5M4A!P )7A8 U<T86='1T1'__\WS9\K:1R$0
M .5@:1$& $ O$<9T>5NS=MGZ %S(0 ZV!I<R-R(0( "7,C<B'__\DA#@ Y
M7B-6(?__S?-GRA%((?O_Y6!I$08 &='E;LW+9 OA<R$ .M@:7,C<B$" ES
M(W(A #)8&D1! 9?B.VPB)(Q<U42=$A"0 )7B-6(0$ S?-GREM((0$ Y2$0
M #GE(0< "5X6 -7-&%G1T=$1___-\V?"LT<A#@ Y7B-6Z\DA! )7B-68&ES
M(W(A"0 )7B-6U2$$ E>(U;A&>LA @ )<R-R(00 Y6!I$08 &='E;LW;9 OA
M<R$. #E>(U;58&GE?B-F;R/KX7,C<NLKT7,6 "'_ ,W+9\D1 #-\@$ NDAC
M(0X .4XC1B$, #E>(U8A___-\V?"YD@A! )7B-6U6!I7B-6X<V":,KJ2"'_
M_\DA# Y7B-6U6!IY7XC9F\KZ %S(W+KT7,A# Y7B-6Z\D1 #-\F,AWVI$
M36!I$08 &7ZWRCI)8&D1"P 91$T16&OKS8%HRC=)(0 R<,622$ .M@:7,C
M<B$" ES(W(A! )<R-R8&G)$? _S?)C(0X .4XC1B$' E>%@#5S81?T<J*
M22$! .LA"0 )<R-R8&D1" 9ZR$$ ES(W+)(0 $Y<T88-'K(0@ .7,C<GJS
MRG!)(0 $ZR$) ES(W(A @#E8&D1!@ 9T>5NS0$ N$G;9 OA<R$( #E>(U8A
M! )<R-RR2$ #DB9FMY,F)K>#)C:SYE _U &S)H:P8 (0 /F3O.FAK_F#"
M_4E\_O3:_4DA /3Y(:9L 4D$'@!S(PMYL,(&2B$ #D1 /@9(NUO*F!K(NMO
M*F)KY<TS2N'A(F1K*F9K 2ID:\D1EO_-\F/-%DTA@ #E(?)LY2%Z #E>(U;5
MS7-CT='1(?)LZR%P #ES(W+#;THA< YY7XC9F\CZ %S(W(A< Y7B-6ZUX6
M $)+>K/*CTI@:1$- ,T":,J/2L-@2B$ .4A<@ Y7B-6Z|%S(?)LY=WA(0
M(G)M*G)M$1X Z\TM:,J*3 $ MDK=;@ F $1-$2 S?-GPM%*8&D1"0#-\V?*
MVTK=Y>$CY=WAP 9*>+'*BDS=Y>'K(7 .7XC9F_-@6C"BDQ@:1$ ,WS9\H+
M2R$! .LA; Y<R-RPR%+8&D1/ #-\V?*-TPA #K(6P .7,C<MWEX2/EW>%>
M%@!"2R$@ ,WS9\)!2V!I$0D S?-GRD1+PR%+W>7AZR%N #ES(W+=Y>$CY=WA
M7A8 0DMZL\J*2V!I$2 S?-GPG9+8&D1"0#-\V?*ATLA #EW>7A( 7=X2O1
M<\.*2\-/2R%L #E>(U;5S<53T2%L #E ( ;*O$LAM@'E(7 .5XC5M7-.4 1
MT>LA; $ M$L .7,C<L/52R$ .4A< Y7B-6U<U:3M'1ZR%L #ES(W(A; Y
M7B-6(?__S?-GRC1,(:!,Y2$* #GES<9BT=$A;@ Y7B-6U2$* #GES>)BT=$A
MPDSE(0H .>7-XF+1T2$( #GES3YCT>4A"@ YY2$" .7-&%G1T=$A"@#ES<1,
MT<.'3-WEX>4J<FTC(G)M*RD1MFP9T7,C<MWEX2/EW>%>%@!"2WJSRH=,8&D1
M( #-\V?"<TQ@:1$) ,WS9\J$3"$ .7=Y>$CY=WA*|%SPX=,PTQ,PZE*(;9L
MY2IR;>7- R;1T2$ .7-Q$S1R4-A;B=T(&|P96X@9FEL92!F;P$ LDQR(')E
M9&ER96-T:6|N.B "@ 1 #-\F,J:6O-\6,A !$36!I$0L Z\TM:,KO3&!I
M(T1-* 7-Q5/1P|5,(0P .5XC5M7-)DK1R1$ ,WR8R'|_R+I;R'__\D1 #-
M\F,A #)$?K_S?)C(4M)Y2$ .4A4@#ES4-?T='1(G%KZR$, #ES(W(A1$_E
M(0 Y2%2 .7-0U_1T=$B@6LB>6OK(0H .7,C<B%04N4A #E(5( Y<U#7|'1
MT>LA" Y<R-R(0P .5XC5M4AVDWES?)-T=$A# Y7B-6U2'>3>7-\DW1T2$*
M #E>(U;5(>)-Y<WR3='1(0H .5XC5M4AY@$ L$U-Y<WR3='1(0@ .5XC5M4A
MZDWES?)-T=$A" Y7B-6U2'N3>7-\DW1T<DJ:VD *DM) "ID;P J1$\ *G!R
M "I04@ 1 #-\F,AW6M$3<,(3F!I$08 &41-8&E ( ;*.$XA# Y7B-6U6!I
M7B-6U<V.8M'1PC5.(0X .5XC5B$$ ES(W+)PP!.R1$ ,WR8R$. #E>(U;5
M(0$#Y2$0 #E>(U;5S5I.T='1R1'\_\WR8R%K: 7=X2$ .LA"@ Y<R-RPXU.
MW>7A$0@ &>7=X2$* #GE?B-F;R/KX7,C<B$* #E>(U8A"P#-+6C*KT =;@3=
M9@41_$S-\V?"N4 #= $ KDY.(?C_(NEO(?__R2$0 #E>(U;K7A8 (2H S?-G
MRMM.(?=1ZR$( #ES(W+#YDXA,$_K(0@ .7,C<MWE(18 .5XC5M4A%@ Y7B-6
MU2$6 #E>(U;5(1 .5XC5NO-\6/K(0@ .?DA #-+6C*)T\A_$S==03== 4A
M___)(0H .5XC5NO)$?__S?)C(71M1$W#1D|@:1$D !E$36!I$91NZ\V/:,I@
M3V!I$2$ &7ZWRFI/PSY/(?G_(NEO(?__R<4A#P Y7B-6U<WD7M'1RH5/(?K_
M(NEO(?__R2&4;N7=X<.53|WEX2/EW>$A#0 YY7XC9F\CZ %S(W+K*U =<P A
M" $ K$\ .7- L\K.3R$( #E>%@ A.@#-\V?*RT\JPVLC(L-KPXY/(0\ .5XC
M5B$ LW+9\I*4"$ .7%(0 Y2$ .7-'%_K(0@ .?G"2E JPVM\M<(Q4"$Z
M .7=Y>$CY=WA*|%S(08 "5X6 "$' ,W+9Q$P ,W;9 7=Y>$CY=WA*|%S(0
MW74 Q2$ .4A.0#ES1Q?T='1Q2&4;N7-Y% 1T2$ .7%(0 Y2$ .7-'%_K
M(0@ .?G*F5 A#P Y7B-6(0 #S<MGRHQ0(0 Y<4A #E(3H Y<T<7 LA" Y
M <J64"'__R+I;R'__\G#N5 A#P Y7B-6(0 %S<MG$0 %S0$ JE#S9\JY4"'
M_R+I;R'__\DA#P Y7B-6(0 (S<MGPMQ0(0 ZR$B ES(W(A( )<\,-42$(
M E>(2 "7- L\K_4"$, E>(U;K* LA(@ )<R-RPPU1(0P "5XC5B$B ES
M(W(A0 #K(0$ "7,A#P Y7B-6(0, S<MG( LA(0 )<R$! .4A%0 Y7B-6Z|%S
M(0$ Y2$5 #E>(U;K(|%S8&GE(14 .5XC5B$& !G1<R-R(:Q1Y2$5 #E>(U8A
M! 9T7,C<B$ .4A%0 Y7B-6ZR,CT7,A 0#E(14 .5XC5NLC(R/1<R$ ,D1
M #-\F,A #E(0X .5XC5B$A !G1<P$ J%$A #)$0 S?)C(0P .4XC1L4A
M #E(3P Y<T<7|'1T2$ .LA(0 )<R$ ,D1 #-\F,A #)*FMI "I+20 J
M9&\ *D1/ "IP<@ J4%( $? _S?)C(10 .4XC1B$. #E>(U;K(UX6 "%A ,TM
M:,(N4B$. #E>(U;K(UX6 "%Z ,TN:,H 4B$. #E>(U;K(UX6 .O#3E(A#@ Y
M7B-6ZR->%@ AX/\9?3((;"$. #E>(U;K(R->%@ A80#-+6C"?E(A#@ Y7B-6
MZR,C7A8 (7H S2YHRH|2(0X .5XC5NLC(UX6 .O#H%(A#@ Y7B-6ZR,C7A8
M(>#_&7TR"6PAW0$ IE)KY=WAP =2W>7A$08 &>7=X=WEX7XCMLK64B$';.7=
M;@#=9@'ES8YBT='*UE+#K5+=Y>% ( ;"*5,Z"6QO)@ 1" #KS:9GY3H(;&\F
M !'_ ,W+9|'-VV?E(0 Y2%2 .7-0U_1T='K(08 "7,C<GJSRB)3(==KY?WA
MPR93(?__R<- 4|UN!-UF!>LA!@ )<R-RW6X"W68#Y?WA(1 .5XC5B$# ,W+
M9R/K(0@ .7,C<B$( #E>(U8A 0#-RV?*?%/|;@#K8&ES> /"?%,A|O\BZ6\A
M___)(0@ .5XC5B$" ,W+9\JD4_UN >LA 0 )<WNSPJ13(?;_(NEO(?__R0$
MI%/|;@+K(0( "7/|;@/K(0, "7,AU5'K(00 "7,C<B$ ,D1 #-\F,A# Y
M7B-6(0 S2UHPNM3(0P .5XC5B$+ ,TN:,KU4R'|_R+I;R'__\DA# Y7B-6
MZRDI*1%K:QE$32$& E>(U;5(00 "5XC5NO-\6/1ZR$, #ES(W(A #K(0,
M"7,A @ )<R$! ES8&ES(?Q,ZR$$ ES(W(A# Y7B-6Z\D1 #-\F,A# Y
M7B-6(0 S2UHPG)4(0P .5XC5B$+ ,TN:,I\5"'|_R+I;R'__\DA# Y7B-6
MZRDI*1%K:QE$32$0 #E>(U;5(1 .5XC5M4A!@ )7@$ HE0C5M5@:5X6 .LI
M$0ML&5XC5NO-\6/1T=')$0 S?)C(0P .4XC1B$ .7=X<7-3%?1RMI4(0
MR6!I$2 &7ZWRHQ5Q<VP5|'*$55@:1$( !E M\H152$@ E>%@#5(0@ "5X6
M .'-46@BKF #)%4A( )7A8 U2$ ='KS5%H(JYN*JYNZR$0 #E (V9OS8|H
MRCQ5*JYNPT15(1 .5XC5NOEW>'=Y2$0 #E>(U;5Q<T$5|'1T<I?52'__\DA
M( )7A8 W>7A&1'_ ,W+9 LA( )<WNSPHQ58&D1(@ 9Y7XC9F\CZ %S(W(A
M$ Y7B-6W>7AS5%H$0 !Z\V!: $ H%7* E7%S4Q7T<JO5=WEX<G%S;!7T<+N
M52$. #E>(U;=Y>$9Y<7-J%;1T<K052'__\E@:1$B !GE?B-F;R/KX7,C<B$
M =WET1GEW>'#C%7%S4Q7T<KZ5=WEX<DA$ Y7B-6W>7AS5%H(K!N?+7*I%;%
MS;!7T<HP5F!I$0@ &7ZWRC!6(0@ "5X6 .LBKF #-E8A $BKFXJKF K*K!N
MS2UHRDE6*JYNPTQ6*K!N(K)N*K)NY2$0 #E>(U;=Y>$9Y<7-!%?1T='*;58A
M___)(2 "5X6 "JR;AD1_P#-RV?K(2 "7- L\*:5F!I$2( &>5 (V9O( OA
M<R-R*K)NW0$ GE;ET1GEW>'=Y>')$0 S?)C(0P .4XC1B$. #E>(U;5W>$A
M(@ )7B-6(0H "7,C<MWEX>LA P )<R-R(0 Y<4A #E(4, Y<T<7 LA" Y
M =7|X7JSR@!7_>7A(NEO(?__R2$ ,D1 #-\F,A# Y3B-&(0X .5XC5M7=
MX2'O; 7%S:A6T='*+%<A___)(1 .5XC5M7=Y2$@ E>%@ A V\9Y<US8|'1
MT2$ ,D1 #-\F,A# Y3B-&(0P "5XC5M4A(@ )7B-6X<V!:,*H5R$, E>
M(U;K* 4A(@ )7B-6X<WS9\JL5V!I$0@ &7ZWRJQ7(0@ "5X6 -4A( $ G%<
M"5X6 .'-$FC*K%<A___)(0 R1$ ,WR8R$, #E.(T8A# )7B-6ZROE(2(
M"5XC5N'-\V?*V5<A___)(0 R1$ ,WR8SJT;K?"4E@AM6 E(0 Y2$ _ 4A
M"0#ES5)?ZR$( #GYRA%8(0 ?3*T;B$ ,DA 0#EW>'#(5C=Y>$CY=WAW>7A
M$;1N&5X6 "$- ,T":,HW6,,:6-WEX7TRM&XZ$VQOY=WEX1&T;AG1<R$! "*U
M;SJT;F\F $1-ZR$0 #E (V9OS2YHRG)8(1 .5XC5D)+Q2$0 #E>(U;5*K5O
M$;1N&>7-<V/1T=%@:>LJM6\9(K5O8&GK.K1N;P$ FECKS5%H?3*T;F!IR1$
M ,WR8R$, #E.(T8A#@ Y7B-6U=WA(0 Y?WA(1 .5XC5B$ ,V":,K66"$
M ,G%(0 Y2$# .7-+5_1T='EW>7A( 7=X2O1<Q8 (0 S1)HRA19_>7A( 7|
MX>LA$ Y?B-F;\V/:,H46</66/WEX<D1 #-\F,A# Y7B-6(0 S2UHPCY9
M(0P .5XC5B$+ ,TN:,I(62'|_R+I;R'__\DA# Y7B-6ZRDI*1%K:QE$32$0
M #E>(U;5(1 .5XC5M4A!@ )7B-6U2$! E>%@#K*1$4;!E>(U;KS?%CT='1
MR1'Z_\WR8R$2 #E.(T8A $ F%D Y=WA(0P "5XC5B$, #ES(W(A" )7A8
M(0H .7,C<F!I$2 &7ZWRD5:(2 "5X6 -4A '1Z\U1:.LA%@ Y?B-F;\V/
M:,KU62$@ E>%@#5(0 !T>O-46C#_5DA%@ Y7B-6Z 7=X=WE(18 .5XC5M7%
MS;I;T='1RAA:(?__R2$@ E>%@#=Y>$9$?\ S<MGZR$@ ES> /"15I@:1$B
M !GE?B-F;R/KX7,C<B$6 #E>(U;=Y>'-46@1 'KS8%HRI-:(10 .5XC5MWE
MX1GEQ<UE6|'1RG5:(?__R6!I$2( &>5 (V9O( OA<R-R(0 !W>71&>7=X<-%
M6B$6 $ EEHY7B-6W>7AS5%HZR$( #ES(W)ZL\H+6R$( #E>(U;5(18 .5XC
M5MWEX1GEQ<VZ6|'1T<K/6B'__\DA( )7A8 (0@ .7XC9F\9$?\ S<MGZR$@
M ES> /" 5M@:1$B !GE?B-F;R/KX7,C<B$6 #E>(U;5W>$A# Y7B-6ZROE
M(2( "5XC5N'-\V?*0ELA"@ Y?B.VRD);(2 "5X6 "$* #E (V9OS2YHPE=;
M(2( "5XC5B$, #E (V9OS8%HRF%;(2 "5XA" )<|WEX<D1 #-\F,A# Y
M3B-&(0X .5XC5M7=X2$B E>(U8A"@ )<R-RW>7AZR$# ES(P$ E%MRQ2$
M .4A2P#ES1Q?T='1Y?WA?+7*MEO|Y>$BZ6\A___)(0 R1$ ,WR8R$, #E.
M(T8A(@ )7B-6(0H "7,C<B'O; LA P )<R-RQ2$ .4A0P#ES1Q?T='1Y=WA
M?+7*+ES=Y>$1' #-\V?"#US=Y>$1'0#-\V?**EPA #EW>$A&@#E(0 !Y2'O
M; 7-5V/1T='#+EPA___)(1 .5XC5M4A( )7A8 (>|O&>4A$@ Y7B-6U<US
M8|'1T2'O; 7%S65;T='*85PA___)(0 R1$ ,WR8R$. #E.(T8A$ Y7B-6
MU=WAPX1<8&DC1$W=Y>$KY=WA(WRURL%<8 $ DEQI7A8 (2|NS?-GRJ|<(0T
MY2$" .7-'%_1T<. 7&!I7A8 U2$" .7-'%_1T<-_7"$0 #E>(U;KR1$ ,WR
M8R$. #E.(T8A #EW>'#YUS=Y>$CY=WAW>7AZR$0 #E (V9OS8|HRBI=(0P
M.5XC5M5@:=WET1E>%@#5(00 Y<T<7|'1T>7|X7RURB==_>7A(NEO(?__R</@
M7"$0 #E>(U;KR1'\_\WR8R$0 #E>(U8A #-+6C";5TA$ Y7B-6(0L S2YH
MPFU=(1 .5XC5NLI*2D1;FL9?K?">UTA_?\BZ6_-163_____R2$0 #E>(U;K
M*2DI$7%K&5XC5D)+(0$ D%T6 #E>(U8A 0#-\V?*WUTA$@ YY2$@ E>%@#K
MS6%GS7!D(2( "5XC5NO-5V?-.&0( S7)ES7YDS?YDS8EDX>7-3&3-_F3A
MS5YDPTM>(18 .5XC5B$" ,WS9\I+7F!I$0@ &7ZWR@E>(0P "5XC5NLKY=WA
MPQ->(0P "5XC5M7=X2$2 #GE(0@ "5X6 .O-86?-<&3=Y>'-86?-.&0(
MS7)ES7YDS?YDS8EDX>7-3&3-_F3AS5YD(1( .<U,9,TX9/\ #-*&7-<&?K
M(2 "7,A$@ YS4QDS3AD" ,V69<UP9 LA(@ )<R-R(1( .<U,9,D1X/ -
M\@$ CEYC(0@!.>4A+@$Y7B-6U<WD7M'1(0 Y2$* #GE(0P!.>4A #E(3L
MY<T<7 LA"@ Y <K-7B'__R+I;R'__\DA" $YY2$ .4A.0#ES1Q?T='1(0
MR<4A! Y3B-&(UXC5FMB/A@V(",|PO1>ZPH#M\H*7\T37W<CP_Q>/@UW(0
MK\')_F'8_GO0UB#)S1-DS75? R$ ,HL7V\F ,G-$V3-=5_ORCY?(?__;\-"
M7R$ &_)S1-DS75? \I07R$ ,G)S1-DS75? R$ -)@7RS)S1-D/@CORG!?
M(0 PW-?(0 !;\DZG6SM2Y|L 5NA;"JC;,D1 #-\F,A# $ C%\ .5XC5NLI
M*2D1;6L97A8 Z\D1_O_-\F,A#@ Y3B-&(?S_"5XC5NLK*2GK(0@ .7,C<L7-
MK&'1(1 .5XC5M7-&Y=WA?+7*%&#=Y>%06<T":,H48"$0 #E>(U8A" Y
M?B-F;\V0:,H"8"$( #E>(U;KPPI@(1 .5XC5NOEW>7%S7-CT='1W>7AR1'
M_\WR8R$. #E>(U;K(R,C$0( Z\VV9R/K(0@ .7,C<BJ ; 7=X7RUPE!@(;=O
MY=WA(KEO(KMOW6X"W68#1$W#:6!@:>7=X2$" E>(U9"2R$" E>(U;58&G1
MS0)HRL5@(0( "5XC5M5@:5XC5NLI*0$ BF!061G1S?-GRL5@(0( "5XC5NM>
M(U;58&G1Y7XC9F\9Z %S(W(A @ )7B-6ZR,C7B-6(0( "7,C<L-I8&!I7B-6
M(0@ .7XC9F_-@6C*86%@:5XC5B$( #E (V9OS?-GROM@(0( "5XC5MUS MUR
M \-)82$( #E>(U;K*2E061DBNV\JNV_==0+== ,A @ )7B-6U2J ;R,CT7,C
M<F!I7B-6(0@ .7XC9F_-46CE*KMOT7,C<B$( #E>(U9@:7,C<MWEX2* ;R$
M .LA @ )<R-R8&D1! 9R6!IZRJ ;\WS9\JH82$ !.7-5&+11$T1___-\V?*
MA&$A #)(0 !ZP$ B&%@:7,C<B$ .LA @ )<R-R8&D1! 9Y<VL8=$JNV|$
M3<-;8,D1 #-\F,A# Y7B-6(?S_&>7=X=WEX2,C?B.VRL|A(?__R2J ;T1-
MP !A(0( "5XC5D)+8&G=Y='KS9!HPO|A(0( "5XC5M7=Y>'1Z\V0:,HS8B$"
M E>(U;58&G1Z\V!:,HP8MWEX5!9Z\V0:,(S8B$" E>(U;5W>7AT>O-CVC"
M,V+#UV$A @ )7B-6W7,"W7(#W>7AZR$" ES(W)@:2* ;R$ ,DA @ Y7B-6
M*F!K&=IX8NLJ 6||DWR:VGAB*F!KZR)@: M\M<DA__ O/<DA @ Y?99?? $
MAF(CGE?K(NUOR2$% #G% ?|_PZ)B(0< .<5&*TXK5BM>*WXK;F?K>+'*P&(:
MEL+ 8AJWRL!B$R,+PZMBP6 ?9 7)(04 .58K7BM *VYGY1IWM\K>8A,CP|-B
MX7RUR2$% #G% ?|_P_9B(0< .<5&*TXK5BM>*WXK;F?EK *"&,CPP!C>+'*
M&6,:= ?*&6,3(PO#"&-WX<%\M<DA @ Y7B-6(V K?KO*.V.WRC9C(\,I8R$
M *_)?+7)(0( .7XC9F\1 "OOLI38Q,CPTICZWVTR<4A! Y7B-6(TXC1B-N
MZWBQRG%C<R,+PV9CP<G%(0D .48K3BM6*UXK?BMN9P$ A&.ZVJ|CPI-C?;O:
MKV/*PV,)ZPFOQ@/JHV/K&ROMN,')&RL:=PMXL<*C8\')K\8#ZKEC ;#!R7X2
M$R,+>+'"N6/!R2$" #E _F':UF/ >|+68|8@;R8 M\DA @ Y?OY!VNQC_EO2
M &/&(&\F +?)Z>'%1$TA YZSGYU=WE_>5@:<WQ8_WAW>'KX?G!ZWRUR=$A
M @ YW>7|Y<75$9UL!@A $B,3!<(C9"$P9./IP?WAW>%\M<G1(00 &>7K$;)L
MPT|DT2$$ !GEZQ&J;'X2$R- $A,C?A(3(WX2R1&J;!IW(Q,:=R,3&G<C$QIW
MR=$AK6PJK&SE*JILY>OIT>$BL@$ @F1LX2*T;.OI*K)LZRJJ;"*R;.LBJFPJ
MM&SK*JQL(K1LZR*L;,DAJFRO%@0 )YW(Q7"K&3)(:IL%@1 M\+|9B,5PKMD
MP_)FKSW!R:\\P<G%$:UL(;5L&NZ 3W N@+D&!,/O9,41K6PAM6P&!!J VLAD
MPLQD*QL%PNUDK\')Q1&J;"&R;*\&!!J.$B,3!<((9<')Q1&J;"&R;*\&!!J>
M$B,3!<(=9<')Q1&J;"&R; 8$&J82(Q,%PC%EP<G%$:IL(;)L!@0:MA(C$P7"
M167!R<41JFPALFP&!!JN$B,3!<)99<')(:IL%@1 +W<C%<)I9<DZLFSF/\@J
MJFSK*JQL*0$ @&7K*>O2AV4L/<)_92*L;.LBJFS)PYIE.JUL%_4ZLFSF/\JW
M95<AK6P>!/'U?A|W*QW"JV45PJ1E\<DA P 93GFW\.O#J63%$:ILS;EEQ1&R
M;,VY97G!J?7-)6;QP?JF9,G%$:ILS;EE>;?U$;)LS;EES25F$:YL(:IL!@0:
M=Q,C!<+ 9?'! J9DR<7-)6;!R<7-)681KFPAJFP&!!IW$R,%PAMFP<D&!"&N
M;*|W(P7"*V8 (/4AJFP&"+= CW<C!<(Z9I_F 4\&!!&N;"&R;+<:GA(3(P7"
M3V9YW@#":&8AJFPT\3W",V;)\3W*F6;U(:IL!@BW?H|W(P7"=&:?3P$ ?F8&
M!!&N;"&R;+<:CA(3(P7"AV9YS@#":&;#7F8&!!&N;"&R;+<:CA(3(P7"HF;)
MQ2&J; 8$$:YL?A(V ",3!<*U9CX@|2&J; 8(MWZ/=R,%PLAFTN5F!@01JFPA
MLFRW&HX2$R,%PMQF\3W"P6;!R<W09,K|9B$ *_)S=!DRO)F(0$ KSS)S=!D
M OUFP_)FS=!D OUFROUFP_)FS=!D O)FP_UFS=!D O)FRO)FP_UFS>1D OUF
MP_)FS>1D OUFROUFP_)FS>1D O)FP_UFS>1D O)FRO)FP_UF(JIL(0 (JQL
MR2*J;'RW\EIG(?__(JQLR2JJ;,G%1$TA $ $ ?&<IZRGKTH1G"3W"?&?!
M?;3)ZWOF'U_*LV=\M/* 9WPW'V=|'V\=PIEGM,GK> 8?7\JS9RD=PJYG?;3)
MZWOF'U_*LV=\MQ|G?1|O'<* 9 3)?*)G?:-OM,E\+V=|+V TR7RR9WVS; 3)
M?*IG?:MOM,E\M<H,:,/|9WV3POUG?)+*#&@A "OR7V3P@QH?)+*_6<A 0!|
MM,GK?*KZ)6A|DWR:/SX S@!O)@#)>@?F 6\F ,GK?*KZ/VA|DWR:/@#. &\F
M ,E\! 8!;R8 R7TO;WPO9R-|M,GK?9-O?)IGM<GKX<5"2UXC5AMZM_IZ:"-Y
MOLIT:",C(\-B:"-XOL)O: $ >F@C?B-F;\'IZWV3?)H #_. &\F ,GK?9-\
MFCX S@!O)@#) 0 Z, ! ,' @<% 0'#P . D'" <; !H '
M0<< !<'%@<1 ! ',P R #4'- _!SX'.0 X "L'*@<M "P')P F "$'( =C
M&( 90=D &\';@=I &@ >P=Z!WT ? =W '8 <0=P %,'4@=5 %0'7P!> %D'6
M =+ $H 30=, $<'1@=! $ 'PP#" ,4'Q #/!\X'R0#( -L'V@?= -P'UP#6
M-$'T #S!_('|0#T!_\ _@#Y!_@'ZP#J .T' #G! 8'X0#@ *,'H@>E *0'K
MP"N *@$ >&E!Z@'NP"Z +T'O "W! 8'L0"P!Y, D@"5!Y0 GP>>!YD F "+!
MXH'C0",!X< A@"!!X &@P&" 84&A &/!HX&B0&( 9L&F@:= 9P&EP&6 9$&D
M &S!K(&M0&T!K\!O@&Y!K@&JP&J :T&K &G!J8&H0&@ >,&X@;E >0& P'N
M>D&Z ; ?H!_0;\ ?<&|@;Q ? &TP'2 =4&U '?!MX&V0'8 <L&R@;- <P&Q
MP'& <$&P %#!D(&10%$!D\!3@%)!D@&6P%: 5T&7 %7!E8&40%0!G,!<@%U!
MG0!?P9 !GD!> %K!FH&;0%L!F<!9@%A!F &(P$B 24&) $O!BP$ =FJ!BD!*
M $ !CH&/0$\!C<!-@$Q!C !$P82!A4!% 8? 1X!&088!@L!"@$-!@P!!P8&!
M@$! !R '(K ( =P 0-W*P " V$ $)82L @EX !
M!7@K (% ! ! $! $ 0( 0
M
M
M #?T@ ,30( 0 ,30 $ =&L" 0 ,30 (! Q-
M _$P #\3 /Q, _$P #\3 /Q,
M _$P #\3 " @$ U5$ P U5$# U5$# P U5'?
M4<5K%4#C4<5K%4#G4<5K'4#K4<5K'4#O4<MK)4#S4<MK)4 J>'@
M_$R 5-U7I5@*_$R)665<REP (" @(" @(" @,# P,# @(" @(" @(" @(" @
M(" @(""00$! 0$! 0$! 0$! 0$! # P,# P,# P,#$! 0$! 0$ )"0D)"0D!
M 0$! 0$! 0$! 0$! 0$ <FP! 0$! 0% 0$! 4 *"@H*"@H" @(" @(" @("
M @(" @(" @(" D! 0$ @
M
M
M
M
% (" "8
end
---------- Cut Here ----------
begin 644 xarc4dlz/ovr
M\0#N<" '# "C=P !'V_\WR8R$6 #E>(U;5S=\ST>LA# Y<R-R(0P S0)H
MRC)Q(0P Y2$. #E>(U;5(?%SY<UJ.|'1T2$G=.7-2SC1(0D (AIX(0 (L_2
M(0D (AIXY2$! -'KS:9G*R(<>"'_ .LA# Y<R-RPVYQ(0P .>5 (V9O* OA
M<R-R(0P .5XC5B$ ,T2:,JO<2$ .4A#@ Y7B-6ZRD1+'@9T7,C<B$, #E>
M(U;5(0X .5XC5NLI$4*?&=%S(W+#7W$A 0$B0K\A%@ Y7B-6U<TX=-'K(0H
M.7,C<B$. #ES(W(A"@ Y7B-6(?__S?-GRN%QR2$8 #E>(U;5(1 .5XC5A8
MU<VG=M'1(42_ZR$0 #ES(W(A%@ Y7B-6U<TX=-'K(0P .7,C<B'__\TN:,KP
M<R$, #E>(U8A '-\V?*GG(A_P#K(0P .7,C<L--<B$, #GE?B-F;ROKX7,C
M<B$, #E>(U8A #-$FC*=7(A #E(0X .5XC5NLI$2QX&=%S(W+#/G(A 0 B
MS|(A $B0K\A%@ Y7B-6U<TX=-'K(0P .7,C<B'__\WS9\+P<R$, #E>(U8A
M" Y<R-R(0P .5XC5BI"O\T2:,KE<B$. #E>(U;5(1( .>5 (V9O( OA<R-R
MZRO1<R$* #E>(U8A# Y<R-R(0P .5XC5B$ <T2:,HQ<R$, #E>(U;K*1%"
MGQE>U2$2 #GE?B-F;R/KX7,C<NLKT7,A# Y7B-6ZRD1+'@97B-6(0P .7,C
M<L/E<B$, #E>(U;K*1%"GQE>(U8A#@ Y<R-RU2$2 #GE?B-F;R/KX7,C<NLK
MT7,A& Y7B-6U2$2 #GE?B-F;ROKX7,C<NM>%@#5S:=VT=$A$ Y7B-6(42_
MS9!HPEQS*D*_ZR$, #ES(W(J_G?-+6C*WW,A"@ Y7B-6U2$. #E>(U;K*1$L
M>!G1<R-R(0X .5XC5M4A#@ Y7B-6ZRD10I\9T7,C<B$, #E>(U;K(R)"OR$(
M #E>(U8A"@ Y<R-RPP-RR49I;&4@<&%C:V5D('=I=&@@)60@8FET<RX@3VYL
M>2 E9"!B:71S(&-A;F)E(&AA;F1L960* &1E8V|M<')E<W,@97)R;W( $?C_
MS?)C(1YXZR$( #ES(W(JS|(1 #KS2YHPG!T*@EXZRH+>,T2:,)P="I"O LJ
M''C-+FC*174J0K_K*AQXS2YHRJ=T*AIX(R(:>"H:>!$, ,WS9\J9="K =R(<
M>,.G="$! .LJ&GC-IF<K(AQX*L_2$0 Z\TN:,K-="$) "(:>.4A 0#1Z\VF
M9RLB''@A BS|(A B"WC#W70J"W@C(@MX*@MXZRH:>,TM:,H;=2$4 #E>
M(U;5S=\ST>LA#@ Y<R-R(?__S?-GPAMU(0X .5XC5M4J"W@1'G@9T7/#UG0J
M"W@1 #KS1-HRBQU(?__R2$ "()>"H:>"OE*@MX*2DIT>O-46@B"W@J"7CK
M(0P .7,C<BH:>.LA"@ Y<R-R(0P .5XC5B$# ,V,9 LA" YY7XC9F\9Z %S
M(W(A!P#K(0P .>5 (V9OS<MGZ %S(W(A" YY7XC9F\CZ %S(W+K*UX6 "$,
M #E (V9OS;9GZR$. #ES(W(A" #K(0P .7XC9F_-46CK(0H .>5 (V9OZ\U1
M:.OA<R-R(0@ ZR$, #E (V9OS5%HZR$, #ES(W(A"@ Y7B-6(0@ S1)HRE=V
M(0@ .>5 (V9O( OA<R-RZRM>%@ A# Y?B-F;\VF9 LA#@ YY7XC9F_-VV?K
MX7,C<B$( .LA# YY7XC9F\9Z %S(W(A" #K(0H .>5 (V9OZ\U1:.OA<R-R
M(0H .5XC5B$ >!E>%@#5(0H .5XC5NM>%@#AS<MGZR$, #E (V9OS:9GZR$.
M #GE?B-F;\W;9 OA<R-R*AIXZRH)>!DB"7@A#@ Y7B-6Z\D1 #-\F,ZYF|O
M)@##17<A# Y7A8 (9 S?-GRM!V(0$ ?3+F;\/I=B$. #E>(U;5(0X .5X6
M .LB#GCES7-WT=')(0P .7ZWRAEW(0P .>5N* OA<WNSRA9W(0X .5XC5M4J
M#GCES7-WT='#\W;#*G<A#@ Y7B-6U2&0 .7-<W?1T2$ 'TRYF_)(55WY<UJ
M.|$A6W?ES4LXT<-4=\U:: ( "V=@$ ZG8R=\DH)60I( !B860@3D-2('5N
M<&%C:VEN9R!S=&%T90 1 #-\F,A# Y7A8 U2K@; 7- B 1T2+@;R$. #E>
M(U;5(0X .5X6 -7-MRS1T<DA#G@!PUH> ',C"WFPPJMW8&DB%'BOQ@/JQG?=
M(A9X_2(8>.$B$GC1(0 .2(0>,WQ<.LJ$GCEY>O)*A1X1$VOQ@/J\'?=*A9X
B_2H8>"$" #E>(U8J$'CYP|9W ! 0,'#Q\_?_\ $VO
end
---------- Cut Here ----------
begin 644 XARC4HLP/OVR
M\0#N<(X%"@ A=@ !$ ,WR8\W <,D1 #-\F/- '8AZFKE(=4 Y<U*1M'1
M(>IJY2$0 .7-2D;1T2&_<>4AO''ES6H T=$AZFKE(1$ Y<U*1M'1(>9QY<UJ
M.|$AZFKE(<L Y<U*1M'1(>IJY2$0 .7-2D;1T2'K<>4AZ''ES6H T=$AZFKE
M(1$ Y<U*1M'1(2=RY<UJ.|$AZFKE(=T Y<U*1M'1(>IJY2$0 .7-2D;1T2$L
M<N4A*7+ES6H T=$AZFKE(1$ Y<U*1M'1(4-RY<UJ.|'-17+))7, (%A!4D,T
M+T--1"!697)S:6|N(# Q+C P+C P(# R+S$T+S@W( "@ E<P @*$,I($-/
M4%E224=(5" Q.3@U+#$Y.#8@8GD@4WES=&5M($5N:&%N8V5M96YT($%S<V|C
M:6%T97,@ * "5S "!!3$P@4DE'2%13(%)%4T525D5$( "@ 1 #-\F,A
MZFKE(<@ Y<U*1M'1(>IJY2$0 .7-2D;1T2$&< 4A W/ES6H T=$AZFKE(1$
MY<U*1M'1(4ASY<UJ.|$AZFKE(=T Y<U*1M'1(>IJY2$0 .7-2D;1T2%-< 4A
M2G/ES6H T=$AZFKE(1$ Y<U*1M'1(61SY<UJ.|$AZFKE(=8 Y<U*1M'1(>IJ
MY2$0 .7-2D;1T2%I< 4A9G/ES6H T=$AZFKE(1$ Y<U*1M'1(8|SY<UJ.|'-
MDG/))7, (%124T1/4R V+G@N>"!A9&%P=&%T:6|N<R H0RD@0T|065))1TA4
M(#$Y.#<@8GD@1&%V:60@2'5E;'-M86YN( "@ E<P @04Q,(%))1TA44R!2
M15-%4E9%1" H )7, ($1I<W1R:6)U=&5D('=I=&@@<&5R;6ES<VEO;B!O
M9B!314$@ *"@ 1 #-\F,AZFKE(<D Y<U*1M'1(6%TY<UJ.|$AZFKE(<D
MY<U*1M'1(9UTY<UJ.|$AZFKE(=( Y<U*1M'1(:5TY<UJ.|$AZFKE(=( Y<U*
M1M'1(<=TY<UJ.|$AZFKE(=( Y<U*1M'1(?QTY<UJ.|$AZFKE(=( Y<U*1M'1
M(2QUY<UJ.|$AZFKE(=( Y<U*1M'1(51UY<UJ.|$AZFKE(<P Y<U*1M'1(89U
MY<UJ.|$AZFKE(<P Y<U*1M'1(<)UY<UJ.|'-S#<A___ES<1,T<E5<V%G93H@
M6$%20S0@6V\Z>&YL=EU;9SQP87-S=V|R9#Y=(&%R8VYA;64@6V%R8VYA;64N
M("X@+ET*"@!7:&5R93H* &\Z>" @/2!/=71P=70@9')I=F4@*'@@/2 P('1O
M(#<I"@!N(" @(#T@3F5W($QI;F4@36|D93H@4W5P<')E<W,@<F5M;W9I;F<@
M3$8@869T97(@0U(* &PL=B @/2!,:7-T('1A8FQE(&|F(&-O;G1E;G1S("AV
M97)B;W-E*2!T;R!#4E0* &<@(" @/2!'87)B;&4@*&1E8W)Y<'0I(&%R8VAI
M=F4@96YT<GD*"@!)9B!N;R!E>'1E;G-I;VX@:7,@9VEV96XL('1H86X@+T%2
M0R!I<R!A<W-U;65D+@H* " @4F5F97(@=&\@<')O9W)A;2!D;V-U;65N=&%T
M:6|N(&9O<B!C;VUP;&5T92!I;G-T<G5C=&EO;G,* &%N9"!L:6UI=&%T:6|N
M<R!O;B!C;W!Y:6YG(&%N9"!D:7-T<FEB=71I;VX@;V8@=&AI<R!P<F|G<F%M
M+@H $0 S?)C(>IJY2$< .7-2D;1T2'J:N4A'P#ES4I&T=')(7QV 0H '@!S
M(PMYL,(I=F!I(H!VK\8#ZD1VW2*"=OTBA';A(GYVT2$ #DB?';-\7#K*GYV
EY>7KR2J =D1-K\8#ZFYVW2J"=OTJA'8A @ Y7B-6*GQV <-4=G;-
end
---------- Cut Here ----------
begin 644 XARC4LST/OVR
M\0#N<&@'"@!U=P !'9_\WR8R$0 #GE(0X .>4A# YY<U%9 #AS5YD
MX<U>9.'-7F3-5'<ABG+ES6H T2&A<N7-:CO1(;QRY<UJ.|$AR'+ES6H T2'6
M<N7-:CO1(=ARY<UJ.|$A W+ES6H T2$*< 7-:CO1(19SY<UJ.|$A)7/ES6H
MT2$ .7-F" 1*KYOY2$6 #GES6HIT='* W'-G78A% YY<V)<|$A$ YY<T_
M9,U%9 $ #-_F3AS5YD(0P .>4A+0 YS4QDS8EDX>7-3&3-_F3AS5YD(0@
M.>4A(P YS4QDS8EDX>7-3&3-_F3AS5YD(0$ Y2$C #G-3&3-<&0JOF_ES;|"
MZR$( #GYPW1Q(0 Y<WC+M$A)W/ES6H T2$ < 7-:CO1(5ESY<UJ.|$A# Y
MS4QDS7!D(10 .<U,9,UP9"%;< 7-:COK(0H .?DA" YS4QDS7!D(0P .<U,
M9,TX9&0 #-K&8A$ YS3|DS<5ES7!DS45D9 ,U 9,T39<UP9"%N< 7-
M:COK(0H .?DAAW/ES6H T<E.86UE(" @(" @(" @($QE;F=T:" @ " @4W1O
M=V%G92 @("!31B @(%-I>F4@;F|W " @1&%T92 @(" @ " @5&EM92 @("!#
M4D, "@ |/3T|/3T|/3T|/3T@(#T|/3T|/3T| " @/3T|/3T|/3T@(#T|/3T@
M(#T|/3T|/3T| " @/3T|/3T|/3T| " @/3T|/3T|(" |/3T| H (" @(" @
M(" |/3T|(" |/3T|/3T|/0 @(" @(" @(" @(" |/3T|(" |/3T|/3T|/0 *
M %1O=&%L("4V;&0@("4X;&0@( @(" @(" @(" @)3-L9"4E(" E.&QD("
M"@ 1|/_-\F,A& Y7B-6(1$ &5XC5B$) ,VV9Q%_ ,W+9 LA$@ Y<R-R(1@
M.5XC5B$1 !E>(U8A!0#-MF<1#P#-RV?K(1 .7,C<B$8 #E>(U8A$0 97B-6
M(1\ S<MGZR$. #ES(W(A& Y7B-6(1, &5XC5B$+ ,VV9Q$? ,W+9 LA# Y
M<R-R(1@ .5XC5B$3 !E>(U8A!0#-MF<1/P#-RV?K(0H .7,C<B$8 #E>(U8A
M$P 97B-6(1\ S<MG*>LA" Y<R-RS9UV(1@ .5XC5B$7 !G-3&3-<&0A' Y
M7B-6U2$F=N7-:COK(0@ .?DZO6|O)@##Q'0A-';ES6H T</G="$|=N7-:CO1
MP =T(49VY<UJ.|'#YW0A3W;ES6H T</G="%8=N7-:CO1P =T(6%VY<UJ.|'#
MYW3-6F@' ( @G0# (UT! "8= 4 HW0& *-T!P"C= @ KG2Y="$8 #E>(U8A
M%P 9S4QDS7!D(1P .5XC5B$- !G-3&3-.&1D S:QFS7YDS<5ES7!DS45D
M9 ,U 9,T39<UP9"%J=N7-:CO1T=$A& Y7B-6(0T &<U,9,UP9"%R=N7-
M:CO1T=$A$@ Y7B-6(5 &1%D .O-Y7?E(1( .5XC5NLK*1$ >!E>(U;5(1(
M.5XC5M4A>W;ES6H ZR$( #GY(1@ .5XC5B$5 !E>(U;5(0X .5XC5B$, ,TN
M:,JM=2%P ,.P=2%A .4A#@ Y7B-6U2$2 #E>(U8A# #-+FC*UW4A$@ Y7B-6
M(?3_&</?=2$2 #E>(U;KY2&(=N7-:COK(0H .?DAFW;ES6H T<E*86X 1F5B
M $UA<@!!<'( 36%Y $IU;@!*=6P 075G %-E< !/8W0 3F|V $1E8P E+3$R
M<R @)3AL9" @ " @("TM(" @ "!086-K960@ %-Q=65E>F5D &-R=6YC:&5D
M $-R=6YC:&5D %5N:VYO=VXA " @)3-D)24 (" E.&QD(" )3)D("4S<R E
M,#)D " @)3)D.B4P,F0E8R @)3 T> * !'W_\WR8R$( .LA#P Y<R-R(?__
MZR$( #ES(0D .5XC5M4A#0 Y7B-6U2$1 #E>(U;5(14 .5XC5M7-+5_K(0@
M.?DA" Y<R$( #E>%@ A #-+6C*|G;)(0@ .5X6 "%@ ,WS9\H =R$! .LA
M#P Y<R-R(0D .5XC5M4A#0 Y7B-6U2$1 #E>(U;5(14 .5XC5M7-+5_K(0@
M.?G)(0@ .5X6 "& ,WS9\I3=R'__ 7-Q$S1R1$ ,WR8R'J:N4A' #ES4I&
MT=$AZFKE(1\ Y<U*1M'1R2%6> $* !X <R,+>;#"?7=@:2):>*_& J8=|TB
M7'C|(EYXX2)8>-$A Y(E9XS?%PZRI8>.7EZ\DJ6GA$3:_& K"=|TJ7'C|
M*EYX(0( .5XC5BI6>/G#J'=ZK/7-\G?K\?I':'VTR<T(>.M|M,EZ|<WR=_&W
M D=H?+7)?+?R_7<O9WTO;R-ZM_((>"|7>R|?$\5-1"$ ,T5>,%|M,EY+T|X
M+T<#/A IZRGKTB9X+ G:-WCU?9%O?)AG\3W"'GC)'#W"'GC) /9U G7 =0)V
0!G8*=@YV$G86=AIV'G8B=GCU
end
---------- Cut Here ----------
begin 644 XARC4USQ/OVR
M\0#N<.P## ! = !' _\WR8SJ|;V\F ,-|<2$. #E>(U;5S=\ST>LA" Y
M<R-R(?__S0)HRC5Q(1 .5XC5M4A"@ Y7B-6U<V"<|'1PP!QPXQQ(0X .5XC
M5M7-N''1(0X .5XC5M7-D'+1ZR$( #ES(W(A___- FC*>7$A$ Y7B-6U2$*
M #E>(U;5S8)ST='#1''#C'')S5IH @ # !Q! X<7QQR1$ ,WR8R$, #E>
M(U;5S=\ST>4A#@ Y7B-6U<W?,|$1" #KS:9GT<W;9\D1_O_-\F,A8P B '@A
M#@ Y7B-6U<V-<=$B G@J G@1 #KS2UHPNUQ*NYX$0$!Z\T2:,KU<2%P<N7-
M2SC1(?_ (NAT(?_ (NIT(0 ZR$( #ES(W+#'G(A" YY7XC9F\CZ %S(W(A
M" Y7B-6*NYXS2UHRF|R(0X .5XC5M7-C7'1Y2$* #E>(U;K*2D1Z'09T7,C
M<B$. #E>(U;5S8UQT>4A"@ Y7B-6ZRDI$>IT&=%S(W+##W+)9FEL92!H87,@
M86X@:6YV86QI9"!D96-O9&4@=')E90 1_O_-\F,A #K(0@ .7,C<B$( #E>
M(U8A #-$FC*/W,J '@C(NQX$0< Z\TN:,H,<R$. #E>(U;5S=\ST2+F=!'_
M_\WS9\K><B'__\DA B '@JYG01 0#-RV<IY2$* #E>(U;K*2G1&1'H=!E>
M(U8A" Y<R-RPSQS(0$ ZRKF=.O-C&<BYG01 0#-RV<IY2$* #E>(U;K*2G1
M&1'H=!E>(U8A" Y<R-RPZ%R(0@ .5XC5NLCS4=HZR$( #ES(W(A" Y7B-6
M(0 !S?-GRFES(?__PW%S(0@ .5XC5NOK(0@ .7,C<B$( #E>(U;KR1$ ,WR
M8SKF;V\F ,,@="$, #E>%@ AD #-\V?*JW,A 0!|,N9OP\1S(0X .5XC5M4A
M#@ Y7A8 ZR+:=.7-3G31T<DA# Y?K?*|',A# YY6XKZ %S> /*\7,A#@ Y
M7B-6U2K:=.7-3G31T</.<\,%="$. #E>(U;5(9 Y<U.=-'1(0 ?3+F;\DA
M,'3ES6H T2$V=.7-2SC1PR|TS5IH @ )%S 0#%<PUTR2@E9"D@ &)A9"!.
M0U(@=6YP86-K:6YG('-T871E !$ ,WR8R$, #E>%@#5*N!OY<WZ+M'1(N!O
M(0X .5XC5M4A#@ Y7A8 U<VW+-'1R2':= $6!!X <R,+>;#"AG1@:2+@=*_&
M JA=-TBXG3|(N1TX2+>=-$A Y(MQTS?%PZRK>=.7EZ\DJX'1$3:_& K+
8=-TJXG3|*N1T(0( .5XC5BK<=/G#L70
end