[comp.sys.atari.8bit] kermit.65 repost

seg@pbhya.UUCP (Stephen Grove) (03/09/88)

Lines: 976

This is a repost of Kermit-65, with bug-fixes and enhancements in
response to the feedback from the first release.  The three parts are
the revised documentation, following this text, and binaries for
KERMIT.COM and KERMITNR.COM, exactly the way the first posting was done.
Please see the documentation for a description of the changes since
first release.  (Yes, the infamous binary bug is fixed).

Archive maintainers:  Please replace any old versions of Kermit-65 with
this one.

Here's the doc:
--------------------------------kermit.doc--------------------------------
Kermit-65 Manual and bug list                         Page 1



                        Kermit-65 for Atari 800s

  By John Dunning.  Bug reports to me (JRD@Symbolics.COM) via Arpanet.
  Other net users will have to find some way of getting  mail  to  Ar-
  panet, then use the above address.  

  Kermit-65  is a port of the kermit-65 available for Commodore frobs.
  It runs on 48K Atari 800 family machines.  Current  version  (second
  release) is 3.3.  

  Capabilities:  

  File transfer, text and binary:  

    Without going into excruciating detail here, Kermit-65 is a fairly
    complete implementation of a user side, using the KERMIT protocol.
    It's  been  tested against Kermit-11 under RSX, and C-Kermit under
    VMS and Un*x, and seems to work fine.  For a description  of  what
    the KERMIT file protocol is all about, and something about how the
    it works, see the 'Kermit protocol' section at the end of this do-
    cument.  

  Terminal emulation:  

    Glass   tty,  Vt52,  or  Vt100.   Supports  3  flavors  of  screen
    configuration;   Atari   standard   screen,   80-column   pannable
    (40-column  visible)  like  VTERM,  and  80-column  graphics, like
    V10SQR.  Terminal emulation modes may be used in  any  combination
    with  screen  configurations,  though some combinations won't work
    real well;  for instance trying to do full-screen Vt100-style  ed-
    itting when using the Atari screen is a good way to lose.  

  Local file management:  

    Kermit-65 includes Directory, Erase, and Rename commands, allowing
    the user to do most kinds of maintainance operations without leav-
    ing  the program.  It also allows you set set the default drive to
    any value 1 thru 8, so you're not stuck using a single  drive  for
    everything.  

  Typing at Kermit-65:  

    The  command processor accepts command lines, consisting of a key-
    word, optionally some more keywords, and optional values.   Things
    in  command lines are delimited by spaces, and terminated by <CR>.
    At any time, you may type '?' to get a list of  valid  completions
    for   the   word  you're  typing.   You  need  not  type  keywords
    completely;  however much uniquely identifies the word you want is
    enough.   At  any time, <ESC> will attempt to complete what you've

Kermit-65 Manual and bug list                         Page 2



    typed so far.  Note that if you've typed a word, but haven't hit a
    <space> or <ESC> yet, so that the cursor's at the end of the word,
    '?' will tell you that there's only the one  possibility.   Hit  a
    space,  then  '?',  for a list of possibilities for the next word.
    Some commands are 'defaults' in the sense that if you  type  some-
    thing  non-unique, and hit escape, and one of the possibilities is
    a 'default', it will win over the other possibilities.  One  exam-
    ple of this is 'Send'.  
    Example:   The following illustrates a typical interaction between
    you, the  user,  and  Kermit-65.   The  stuff  that  Kermit  types
    (prompts,  echos  of  partial  commands, and help) is on the left,
    stuff typed by the user is in the middle, and commentary is on the
    right.  

    Kermit types:           You type:       Comments:
    
    "Kermit-65>"                            Kermit prompts.
    
                            "s?"            User starts typing a 
                                            command starting with
                                            "s", then hits "?" for
                                            help.
    
    "Keyword, one of the following:         Kermit prints possible 
     set            show                    for "s"...
     send
     Kermit-65>s"                           and reprompts, with the
                                            partial command.
    
                            "et?"           User finishes the "set"
                                            command, and asks for 
                                            help again.
    
    "Keyword, one of the following:         Kermit prints the (one)
     set                                    possible completion.
     Kermit-65>set"
    
                            " ?"            User hits a space, then
                                            asks for help again.
    
    "Keyword, one of the following:"        Kermit prints possible
    (various subcommands of 'set' here)     completions for words 
                                            that can follow "set"

Kermit-65 Manual and bug list                         Page 3



  Kermit-65 commands:  

    Bye 
                Tells the kermit on the other side to log out, and ex-
                its Kermit-65.  

    Finish  
                Tells  the  kermit  on  the  other side to exit server
                mode, but stay logged in.  

    Connect 
                Puts Kermit-65 in terminal mode, using whatever param-
                eters are currently set for Terminal and Screen confi-
                guration.   See  'Set  Terminal'  and 'Set screen' for
                more details.  

    Quit 
                Exit from Kermit-65 back to Atari DOS.  

    Exit 
                Same as Quit.  

    Get 
            <file spec> 
                Ask  the  kermit  on  the other side to send the named
                file, using whatever file and protocol parameters  are
                currently  in  effect.   See  'Set'  for more details.
                Note that <file spec> may be wildcarded;  assuming the
                serving  kermit allows that.  In that case the serving
                kermit may send several files;  Kermit-65 will try  to
                receive all of them.  

    Send 
            <file spec> 
                Send  the  named file to the kermit on the other side.
                If the file spec is wildcarded (using DOS FMS wildcard
                rules)  all  matching  files  are sent.  In the latter
                case, the Kermit on the other side should be in Server
                mode, so that it can deal with a whole sequence of in-
                coming files.  

    Receive 
            <file name> 
                Attempt  to  receive into the named file.  Assumes the
                other kermit is already trying to send it.  If no file
                name  is given, Kermit-65 will attempt to get the name
                from the file-header information coming from the other
                side.   This  is  the command to use after telling the
                other kermit "Send <something>".  

Kermit-65 Manual and bug list                         Page 4



    Set 
        Baud 
            (50..9600) 
                Sets baud rate on the comm port to the supplied value. 

        Parity 
            Even, Odd, Mark, Space, None 
                Sets  specified  parity  for  the  comm port.  See the
                Atari 850 man for more details on the behaviour of the
                various parity options.  

        Word-size 
            Seven, Eight 
                Set  frame  size  used  for comm port.  The default is
                eight-bit.  The preferred value for  this  depends  on
                what  the  parameters of the serial line are set to on
                the other side.  In my experience, older systems  will
                tend to use seven-bit configurations, more modern ones
                will tend to use eight-bits.  If you're not  sure,  it
                usually works to use eight-bit.  

        Default-disk 
            <1..8> 
                Sets  the default disk for all file operations.  Legal
                values are 1 to 8, inclusive.  

        Rs232-registers 
            <16-bit hex number> 
                Directly  sets some of the the values used when confi-
                guring the serial port.  Specifically, the  high  byte
                is  used as the AUX1 parameter for the XIO 38 (config-
                ure translation and parity) and the low byte  is  used
                as  the  AUX1 parameter for the XIO 36 (configure baud
                rate and word size).  This allows settings to be  used
                that  aren't covered by the supplied keywords in Baud,
                Parity, and Word-size.  

        Debugging 
            Off, Terse, Verbose 
                Turns  on/off  various debug msgs strewn around in the
                code.  

        Eight-bit-quoting 
            On, Off 
                Turns on/off eight-bit mode quoting in the kermit pro-
                tocol.  The default is off.  


Kermit-65 Manual and bug list                         Page 5



        File-warning 
            On, Off 
                When  this  mode  is  on,  Kermit-65  will  refuse  to
                overwrite files when receiving.  When it  attempts  to
                receive  a  file that's already present, it will alter
                the filename  of  the  incoming  file  so  as  not  to
                overwrite the old version.  The algorithm for altering
                the filename is to replace the extension field of  the
                name  with  a  2  digit hex number, and retry.  If the
                file still exists, the number  is  incremented.   This
                repeats  until  a free name is found, or the extension
                reaches "FF", at which time the  receive  is  aborted.
                (I  think  it's never possible to get that far anyway,
                as you can't put 256 files on one of these disks) 

        File-type 
            Atascii 
                This is a standard atari text file, and is the default
                mode.  End of line is signalled by the ATEOL character
                ($9B).   When  sending,  other  ATASCII characters are
                translated to their ASCII equivalents, ie ATTAB  ($7F)
                ->  Tab  ($09), ATRUB ($7E) -> Rubout ($7F).  The file
                header info generated indicates that a  text  file  is
                being sent.  Receiving one does the opposite transfor-
                mation.  

            Ascii 
                Files  are sent/received as ordinary ascii-text.  Line
                terminators are assumed to be CR ($0D) followed by  LF
                ($0A),  and  are  handled in the usual kermit fashion.
                No translation of data happens.  This mode  isn't  the
                right  thing for regular old text files, but is useful
                for sending around files that are output in plain  as-
                cii  from  various  utilities.   For example, I have a
                word processor program which produces formatted output
                files  in  ascii,  intended to be dumped directly to a
                printer.  This mode gets  them  over  to  my  pdp-11's
                print spooler.  

            Binary 
                Data  is  sent in kermit binary form, no line termina-
                tors etc.  

        Flow-control 
            On, Off 
                Turns  ^S^Q flow control on/off for the incoming line.
                See 'Com port handling', below, for more details.  


Kermit-65 Manual and bug list                         Page 6



        Ibm-mode 
            On, Off 
                Turns  on/off  'IBM mode'.  This is apparently a stan-
                dard thing in kermit implementations,  made  necessary
                by  the  wierditudes designed into the blue equipment.
                This code has been left as is, so it's got some chance
                of working, but has not been tested.  

        Local-echo 
            On, Off 
                Controls  echo  mode in terminal emulator.  Default is
                off.  

        Send 
            End-of-line,   Padding,   Timeout,  Pad-char,  Quote-char,
            Eight-bit-quote, Packet-length 
                Sets one of the listed parameters for the transmitting
                side  of  the  kermit  protocol.    Padding,   timeout
                (seconds),  and packet-length are in decimal, the oth-
                ers (character codes) are in  hex.   This  command  is
                primarily  used when talking to a kermit that can't or
                won't use the standard set of protocol characters  for
                beginning-of-frame,  end-of-frame, etc.  As such, it's
                not generally useful, at least I've never seen a  ker-
                mit  that  required  it.   There are things that might
                come in handy, though.  For instance, if you've got an
                exceptionally  dirty  phone connection, you might want
                to set the frame size down from the default of 94.  In
                that  case,  you  might  say "Set Send Frame-size 30".
                Note that Send parameters can be reset  by  the  other
                Kermit  sending  one  of the kinds of packets that re-
                quest certain values, so you may have to tell him  di-
                rectly, to get the effect you want.  

        Receive 
            All parameters settable same as 'Send' 

        Screen-driver 
            Atari 
                The  standard  24x40  Atari  screen driver.  This mode
                does its output to  the  internal  E:   device.   This
                isn't  very useful for complicated things, but is sup-
                plied in case kermit's running someplace where there's
                not  enough memory to do anything better.  (Besides, I
                had to have all the code for it lying aound for  other
                reasons, so why not?) 


Kermit-65 Manual and bug list                         Page 7



            40-column 
                A  24x80 screen, using the character CTIA mode.  Since
                that mode only allows 40 visible columns,  the  screen
                is  pannable  left  to  right,  allowing any 40-column
                chunk to be displayed.  The terminal code will attempt
                to  keep  the  cursor  visible by panning around while
                output is happening.  You can also pan manually  using
                the Start and Select keys.  In this mode, reverse- vi-
                deo output works, but none of the  other  highlighting
                types.  

            80-column 
                A  24x80  screen,  using  the hi-res (320 bits/raster)
                graphics CTIA mode.  In this mode, both reverse  video
                and  underlining  are  supported.  This is the default
                setting for screen mode.  

        Terminal-emulation 
            Vt100, Vt52, None 
                Sets  the terminal emulation mode to the specified va-
                lue.  The default is Vt100.  

    Show 
        any of the same keywords as 'Set', or 'All' 
            Display  the  value(s)  of  the specified thing(s).  'All'
            displays the values of everything in sight.  

    Status 
        Dump various goodies about the last file transfer;  characters
        in, out, naks, timeouts etc.  

    Directory [<filespec>] 
        Display  a  directory list from the default drive.  <filespec>
        is optional, if omitted, it defaults to "*.*".  

    Rename <from-filespec> <to-filespec> 
        Does a rename operation on files on the default drive.  Either
        filespec may be wildcarded, in which case the rename operation
        happens  according  to the rules described in the ATARI OS FMS
        documentation.  

    Erase <filespec> 
        Erases  files  on  the  default  drive.  Filespec may be wild-
        carded, in which case the erase operation happens according to
        the rules described in the ATARI OS FMS documentation.  


Kermit-65 Manual and bug list                         Page 8



    Save 
        Dump  Kermit-65  parameters  such as screen settings, send/re-
        ceive parameters, etc to an  init  file  "KERMIT.INI"  on  the
        default disk.  

    Restore 
        Read  parameters  from  "KERMIT.INI"  back  into  the  running
        Kermit-65.  

    Help 
        Gives a summary of the above command list.  

  Other interesting things about terminal modes:  

    Depending  on what terminal you're using, there are several things
    which may be of interest.  In 40 or 80  column  modes,  there's  a
    status  line  under  the  24 data lines.  It displays what special
    keys are active, and the status of the comm port.   In  40  column
    mode,  Start pans the screen right, and Select pans left.  In both
    40 and 80 col modes, Option is used to get the kermit's attention.
    In Atari mode, c-Y is used instead.  
    Once you have kermit's attention, it wants a character;  one of:  

            C       Break the connection 
            B       Send a break (approx 1/4 sec) 
            S       Display status 


  Function keys:  

    Kermit-65 can generate function key sequences ala VT100.  The cur-
    rent function key  bindings  are  as  follows:       (c-sh-  means
    control-shift...) 
            c-sh-0..c-sh-9  keypad 0 thru 9 
            c-sh-.          keypad dot 
            c-sh-backspace  keypad minus 
            c-sh-,          keypad comma 
            c-sh-return     Enter 
            c-sh-q..c-sh-r  PF1..PF4 
            c-sh--          Up arrow 
            c-sh-=          Down arrow 
            c-sh-<          Left arrow 
            c-sh->          Right arrow 

    Other key bindings for things not on the Atari keyboard:  
            sh-<            { (left brace) 
            sh->            } (right brace) 
            sh-backspace    ~ (tilde) 
            c-sh-backspace, or c-7  ` (backquote) 

Kermit-65 Manual and bug list                         Page 9



    These key bindings aren't quite what I had in mind, but the OS rom
    won't let me get at all the control-shift keypresses,  so  they'll
    have  to  do  for  now.   I encourage any feedback about how these
    feel.  I've been using them for a while now, and they  don't  seem
    as bad as I expected.  In particular, they work passably well when
    using EDT (I'm typing this document with it), which I think is  an
    indication that they're useable, as it's a real keypad hog.  

  Other special keys:  

    The  Atari  key  (/|\  on  800 vintage dinosaurs like mine, |/| on
    newer 800XL vintage equipment) behaves in a special  fashion  when
    using  Kermit-65.   It  toggles  a flag that causes input from the
    comm port to be held up, rather than processed as soon  as  possi-
    ble.  This is useful for causing the screen to hold up temporarily
    when in terminal mode.  If flow control is enabled, it behaves  in
    the  expected fashion;  it'll tell the other side to shut up until
    you press the Atari key again, to let pending input  be  processed
    again.  

  The status line:  

    When in 40-column or 80-column terminal modes, there's a 25th line
    below the usual 24 lines of terminal screen.  This is  the  status
    line.  It will look something like this:  

      K65: Option          + o v      Rs ok   

    There  are several interesting things displayed here:  At the left
    side, after "K65", is  a  list  of  which  special  keys  (option,
    select,  start)  are  active  at the moment.  If you press Option,
    this will change to a prompt for the special characters  that  can
    follow  Option.  In column 22 ('+', above) will appear '+' or '-',
    or space.  This indicator shows you the state of the  flow-control
    logic;   +  means  incoming  traffic  is  enabled,  -  means  it's
    disabled.  Note that it when flow-control is turned on  (see  com-
    mands, above) this flag will toggle back and forth between + and -
    as the flow-control logic does  its  thing.   If  flow-control  is
    turned  off,  it  will just sit on + all the time.  Column 24 ('o'
    above) will contain a blot  if  comm-port  reading  is  suspended,
    space  otherwise.  In column 26, ('v') above, is the caps lock in-
    dicator.  It will display an up-arrow if caps  are  locked,  or  a
    down-arrow  if not.  In column 32 is a message describing the last
    known state of the comm port.  


Kermit-65 Manual and bug list                        Page 10



  Com port handling:  

    In  its  current  configuration, Kermit-65 expects to talk thru an
    Atari 850.  In principal, that ought not to be a restriction,  but
    I  (JRD)  only  have  an 850 to test with, and don't know what re-
    quirements there are for other devices.  I've tried to be  scrupu-
    lous  about  sticking  to  the  documented  interfaces  to things,
    however, so I'd expect any driver that  adheres  to  the  spec  to
    work.  

    The  port's opened and closed a lot;  you'll hear it, as I've left
    the 'noisy bus' option turned on.  It uses page 6 ($600) as an  IO
    buffer.   Since  that's only 256 bytes, there's the possibility of
    overruns at high baud rates.  When flow-control's on, Kermit  will
    attempt to shut off the other side when it sees more than 50 bytes
    pending;  it will turn it back on when there's less than 10.  

    As  of  this  writing,  Kermit-65  has been out in the field for a
    while, and seems to work ok with things other than 850s.  One word
    of  caution;  I've gotten some feedback to the effect that the de-
    fault timeout values I chose are too short for reliable  operation
    at  low  baud  rates.  I've decided not to change the defaults, as
    you can easily change them in your KERMIT.INI  file,  and  because
    most folks seem to have access to 1200 bps modems and things these
    days.  However, if you're running at 300 bps and seeing  reliabil-
    ity problems, try pushing the timeouts up to say 15 sec or so.  


  Other ramblings:  

    Version  3.3  loads  at $2D20, and uses up thru about $B000.  That
    means it'll only run on 48K machines.  It appears to run  fine  on
    XL and XE equipment, but most of my testing has been on an 800, so
    there may be some problems.  BTW, that load address was chosen be-
    cause  the  latest  version  of DOS XL for Indus GT's uses up thru
    $2D14 when it's configured for two drives, and the 850  driver  is
    loaded.   Older  versions  of  DOS XL take up less memory, as does
    DOS.  I don't know what the requirements are for things like Spar-
    tados.   If anyone comes up with a conflict, let me know, and I'll
    assemble you a version that's org'ed somewhere else.  

    On  XLs and XEs, kermit-65 will require that the machine be booted
    with BASIC disabled, as it's not yet bright enough to detect  that
    that's  where it is and map out the cart.  (if anyone knows how to
    do that, and feels like  saving  me  some  work...)  Kermit-65  is
    available in 'bare' form, or with an autoloader for the 850 driver
    prepended to it.  The bare version requires that you load whatever
    rs232  driver you're going to use first, then run kermit.  The au-
    toloader equipped version does that for you.  

Kermit-65 Manual and bug list                        Page 11



    For  those  of you who have YAU (posted separately) the byte count
    and checksum values for KERMIT.COM and  KERMITNR.COM  respectively
    are 24622, #x5F17;  and 24408, #x1560.  


Kermit-65 Manual and bug list                        Page 12



                                 Credits

  I  blew it when distributing the first version of this document, and
  forgot to include this section.  Mea culpa.  

  Many  thanks  to my beta testers, in particular Marshall Abrams, for
  his patience in dealing with initial versions of this thing, and for
  aid  in  making this document clearer.  Thanks also to John Sangster
  for helping nail down my obscure terminal emulator bugs, and miscel-
  laneous  kibutzing.   (Sorry John, I still haven't gotten in the key
  defining util.  Maybe next version).  


Kermit-65 Manual and bug list                        Page 13



                          Bugs and misfeatures:

    There's  no way to set the comm port to other than R1:.  Does any-
    one care?  

    The  help  processor  doesn't  deal  properly with upper-case, and
    thinks there are no completions.  

    Vt100 mode is missing still missing insert/delete character.  

    Blinking  fields,  bright  fields,  double-high,  double-wide, and
    132-col mode are not supported.  (Reverse vid and underline are) 

    There's currently no way to set the screen colors.  

    It's possible to confuse yourself by hitting c-1 in terminal mode,
    as my screen drivers ignore it, but Atari's doesn't.  You're  fine
    until  you  break the connection, then everything appears to wedge
    up.  

    Flow  control for the incoming side of the connection isn't imple-
    mented.  This can cause problems when trying to send at high  baud
    rates  to a host that's got a stupid serial driver, or a small ty-
    peahead buffer.  

    The  part  of the command parser that deals with pathnames is com-
    pletely bankrupt (that's what I  get  for  using  old  code),  and
    doesn't work properly unless it's told that a null pathname is le-
    gal.  The result of all this is that when entering  pathnames  and
    asking  for help before entering any data, it will tell you "input
    file spec or confirm with <cr>".  Pay no attention to the man  be-
    hind  the  curtain;  you really do have to put a pathname in there
    for anything to happen.  

Kermit-65 Manual and bug list                        Page 14



                           Bugs fixed for v 3.1



    Save  and  Restore now actually do something, instead of being ef-
    fectively no-ops.  

    Rename  and  Erase  commands are now implemented.  This means that
    virtually all file operations one cares about (while  up/download-
    ing) can be done without leaving Kermit.  

    File-warning  mode has been fixed so that it really does something
    useful, instead of just bitching about the file conflict.  

    The  pathname  parsing  substrate  has been installed, so that de-
    faulting and merging can be done in a reasonable fashion,  instead
    of by ad hoc kludgery.  

    The  screen hacking code has been cleaned up a good bit, so as not
    to be continually clearing the screen when doing transfers.  

    Logging  code has been added to tell the user what files are being
    sent and received.  

    Status and help commands in terminal mode are now working.  

    The directory command now takes an optional filespec parameter.  


                           Bugs fixed for v 3.2



    Binary mode now works again.  (Sheesh!) 

    Rename and Erase routines now make sure the comm port's closed be-
    fore attempting to hack the disk.  

    The  user  interface has been cleaned up some;  all numeric values
    other than character codes and some debugging  info  is  now  dis-
    played and entered in decimal, rather than hex.  


                           Bugs fixed for v 3.3



    Fixed  a dumb bug in terminal code that caused graphics mode to be
    entered at unexpected times.  

Kermit-65 Manual and bug list                        Page 15



    Fixed  file reading code so as not to get confused and generate an
    extra byte when running under non-standard things like SpartaDos. 

    Cleaned up Directory code;  using new pathname-mapping substrate. 

    Added support for wildcarded pathnames in Send code.  

    Fixed  packet-dumping  debug code to not mask off top bit of char,
    and quote everything to  keep  from  interpreting  screen  hacking
    chars.  

    Fixed  init  code  to  look for an init file on D1, and read it if
    found.  

    Fixed flow control code so as not to wedge up unexpectedly.  

    Re-enabled  the  suspend-input  capability,  using the Atari (/|\)
    key.  

    Break (Option-B) in terminal mode has been fixed.  

    Cleaned up the font used in 80-col mode.  

    Removed Speedscript file type, as Speedscript apparently just uses
    plain vanilla text files.  Changed default file type to Atascii.  

    Added  caps  lock  functionality,  similar  to  standard Atari kbd
    driver.  

    Fixed a bug in terminal mode that was trashing the stack.  

Kermit-65 Manual and bug list                        Page 16



                            The Kermit Protocol

    The following a brief description of the Kermit file protocol, ex-
    cerpted from one of the many documents kicking around.  If you al-
    ready know what it is, or don't care, skip this section.  



    The  Kermit  protocol  allows many (if not most) types of computer
    systems to effect, at minimum, error free file transfer with other
    systems and microcomputers over asynchronous lines.  

    Introduction 

    With  the  widespread  use of personal computers the need for file
    exchange between systems has  become  of  foremost  concern  among
    users  and  managers  alike.   There  are many commercial products
    available which meet this need, some of which may offer  more  ad-
    vanced  functions such as transparent record oriented file access.
    Networks that do this, such as DECnet, can be  expensive,  and  if
    your  computer  or  microcomputer is not on the network your needs
    won't be met.  Transfer of files with removable  disks  can  work,
    but  generally  only when the computers are of the same type, it's
    not very useful when the systems are removed in location.   Rarely
    will  a larger mini or supermini be able to read a microcomputer's
    disk.  

    A  more  realistic approach, from both cost and convenience, is to
    find a way to use ordinary telecommunications and/or in-house  PBX
    systems  to  connect  computers and microcomputers together.  If a
    local connection using a PBX or front end switch is not available,
    there  is always dialup access with standard 103/212 modems.  Data
    can be transferred with very simple methods, such as TYPING a file
    on one system and capturing it on the other system, but this gives
    no protection from noise and overrun of data.  It is not very user
    friendly  either.   What  is really needed is a protocol to accom-
    plish file transfer reliably and efficiently.  

    The  first  obvious use of any program or protocol designed to ac-
    complish file transfer is to be able to  provide  the  ability  to
    support  file uploads and downloads from minis and superminis such
    as the VAX and PDP-11 to remote personal computers,  such  as  the
    Atari  800.  It should also be widely available for many different
    micros and mainframes.  File transfer from micro to micro, as well
    as  from  a  larger central host, should be possible.  The command
    interface should be easy to learn,  and  require  no  intervention
    from  a central site operator or other user.  The many implementa-
    tions of Kermit follow these lines, and all  versions  allow  some
    form  of  transfer  in  either direction.  More advanced versions,

Kermit-65 Manual and bug list                        Page 17



    such as those found on the PDP-11, DEC10/20 and VAX, offer what is
    known as server operation, which allow the remote (connected) Ker-
    mit system to completely control the  file  exchanges  from  their
    system.   Since  as  of  this  writing (October 9, 1985) there are
    available over 160 versions of Kermit available for  numerous  mi-
    cro, mini and mainframe configurations, Kermit addresses this need
    quite well.  

    While  the  primary  use  of Kermit will likely be to support file
    transfer from microcomputer to mini/supermini and  mainframe  con-
    nections, there are many uses for Kermit for connections from mini
    to mini and so on.  

    The Kermit protocol 

    The  Kermit  protocol is designed to operate over normal asynchro-
    nous terminal lines.  All data and commands are transferred with a
    packet  oriented  protocol,  basically  consisting  of  a start of
    packet character (normally SOH), followed by length, control, data
    and  checksum  fields.   Communication is half duplex, in that for
    every packet sent, the sender must wait for either an acknowledge-
    ment  packet  (ACK)  or  a  negative acknowledgement packet (NAK).
    Transmission is in ascii, with no requirements for  the  transmis-
    sion  of  eight  bit  characters  or control characters other than
    control-A for marking the start of a packet.  All 'control'  char-
    acters imbedded in the data are prefixed to convert them to print-
    able characters, the same applying  to  eight  bit  characters  if
    required by the characteristics of the line.  Since there are many
    different implementations of Kermit, the protocol provides  a  me-
    chanism  by which the capabilities of two connected Kermits can be
    negotiated to allow for differences in the level of protocol  sup-
    port.   Examples  of protocol features that not all Kermits under-
    stand include data compression and transfer of file attributes.  

    The packet format is 

    
        +------+-----+-----+------+---------------+-------+
        | MARK | LEN | SEQ | TYPE |    DATA...    | CHECK |
        +------+-----+-----+------+---------------+-------+
    
    where  all  fields consist of ASCII characters, and the char func-
    tion converts a number in the range 0-94 (10) to a printable ASCII
    character  by  adding 32 (10).  The MARK, LEN, SEQ and TYPE fields
    are one byte, the DATA field is variable in size,  and  the  CHECK
    field is one to three bytes in size.  
    The  MARK  (normally  control  A) signifies the start of a packet.
    The length field tells how long the rest of the  packet  is.   The
    SEQ field is used to insure synchronization used to detect lost or

Kermit-65 Manual and bug list                        Page 18



    duplicate packets.  The SEQ number wraps around every  64  packets
    due to the need to encode it as a printable ascii character in the
    range 32 (10) to 126 (10).  The TYPE field specifies  whether  the
    packet  is a DATA or CONTROL packet.  The DATA section is used for
    the actual transfer of data or informative messages from a  Kermit
    server,  this  field  can  be  up to 90 characters in length.  Any
    character whose low seven bits fall in the range of 0 to  37  (8),
    ie,  char and 177 (8) is less than 40 (8), will have the value 100
    (8) exclusive or'ed (xor'ed) with itself  and  be  prefixed  by  a
    shift character, '#'.  Other shift characters may be use for eight
    bit characters if the line  characteristics  require  such.   Data
    compression  may  also  occur in the data field, this is done with
    yet another shift code and byte count sequence.  The  CHECK  field
    is  a  checksum,  either  a  one character, two character or three
    character CRC check;  the sender computes it and the receiver must
    compute  it  and  compare.  A checksum mismatch will result in the
    receiver sending a NAK packet (negative acknowledgment) which  di-
    rects  the  sender to resend the NAK'ed packet.  The packet may be
    following by a terminator (likely an ascii 13).   This  terminator
    is  NOT part of the protocol and is sent only to tell the receiver
    that a 'line' is present.  Not all Kermit implementations  require
    this;   all  Kermits  will discard data outside of a packet in any
    event.  

    Error  detection  and  recovery  is  by checksum, as noted, and by
    packet read timeouts.  If  the  packet  should  be  corrupted  the
    checksum  will be incorrect, the receiver will NAK the packet.  If
    an expected packet never arrives within the timeout period, or  if
    the  received packet is not the expected one (as determined by the
    SEQ field) the packet will also be NAK'ed.  There are limits as to
    how  many times an expected packet will be NAK'ed without aborting
    the current operation.  

    Packet types 

        D   Data
        Y   Acknowledgement (ACK), test may be in DATA field
        N   Negative Acknowledgement (NAK)
        S   Send initiate (Send-Init)
        R   Receive Initiate
        B   Break (EOT, end of transmission)
        F   File name header
        Z   End of file (EOF, end of current file)
        E   Error packet, text may be present in DATA field
        G   Generic SERVER command.  The first character in the
            data field will be a command to a server, arguments
            may follow that character.
          I   Login, user and password follow in data field
          C   CWD, change working or default directory.

Kermit-65 Manual and bug list                        Page 19



          L   Bye, Logout server
          F   Finish, Exit server, but do not log out
          E   Erase, delete files on server system
          D   Directory query
          U   Disk space usage query
          T   Type a file onto local kermit
          R   Rename file(s) on server system
          K   Copy file(s) on server system
          W   Who's logged in, as in sho sys, sy/s, dev tt
          M   Send a terminal message to a user
          H   Help, the server responds with commands it can do
          Q   Server status query
          P   Program, run a program
          J   Journal
          V   Variable, alter a Kermit setting
    
        C   Execute host command. The host command follows in
            the data field.
    
    Note  that  some  of the generic server commands, as well as the C
    packet, may not be feasible for  a  given  environment.   For  in-
    stance,  the  REMOTE LOGIN command, which sends the generic I com-
    mand to the server, can only be done under systems that allow  you
    to  dial  up and start a Kermit without logging in;  the generic U
    command (disk space) is meaningless under some systems (like  RSX)
    unless  one  wants the free space on the entire volume.  No Kermit
    server will abort on receiving a packet it can't execute, it  will
    simply  send an error packet with an informative message saying it
    can't process the requested function.  



    An example of a Kermit-65 kermit telling a PRO Kermit-11 server to
    expect a file follows.  The Kermit-65 command was "Send foo.txt" 

            (0)Atari sends: * S~# @-#Y(
            (0)Pro   sends: 0 Y~* @-#Y1~*  ~T
            (1)Atari sends: *!FFOO.TXTE
            (1)Pro   sends: #!Y?
            (2)Atari sends: S"DThis is a test file#M#J
                            containing two lines.#M#JU
            (2)Pro   sends: #"Y@
            (3)Atari sends: ##ZB
            (3)Pro   sends: ##YA
            (4)Atari sends: #$B+
            (4)Pro   sends: #$YB
    
    In  packet zero, the Kermits exchanged information regarding their
    capabilities.  The Atari sent an 'S' packet with the data for  its

Kermit-65 Manual and bug list                        Page 20



    maximum  packet length, default time out, number of pad characters
    to follow a packet (none, hence the space), use a  null  for  pad-
    ding, end of line terminator (a CR + 32), the prefix character for
    control characters, and a 'YES' to say the it can prefix eight bit
    characters with the default.  It doesn't send any of the extension
    fields, like indicators for multi-byte CRCs, file header info etc.
    In  packet  1, the Atari sends the filename the Pro should use for
    the file it creates.  The Pro then sends the acknowledgement.   In
    packet  three,  the Atari sends the first (and only for this file)
    packet of data.  Note that the sequence #M#J  is  a  carriage  re-
    turn/line  feed  sequence  with 100 (8) xored into each character.
    The '#' character informs the other Kermit that it  must  xor  the
    next  character  with 100 (8).  In packet three the Atari sends an
    EOF packet, the Pro acks it.  In packet four, the  Atari  sends  a
    break  packet which tell the Pro that no more files (of a possibly
    wildcard group) are coming and  the  Pro  Kermit  acks  the  break
    packet.   The  Pro kermit then enters the server idle state.  More
    specific information regarding Kermit packets  and  state  transi-
    tions  can  be  found  in  the references listed at the end of the
    article.  


    Future directions 

    With the advent of packet switched networks and satellite communi-
    cations the Kermit protocol will likely be  extended  to  increase
    efficiency  over  such links.  The main problem is the half duplex
    nature of Kermit, the packet acknowledgements can take up to  sev-
    eral  seconds in transit thus drastically reducing the throughput.
    There are several possibilities under discussion  and  a  standard
    should be appearing shortly.  


    Summary 

    With  the knowledge that there are Kermit implementations for most
    personal computers in use it  becomes  apparent  that  the  Kermit
    standard is well worth looking in to.  


    (End of protocol description) 


    For  more  documentation on what Kermit protocol is all about, see
    the extensive doc available from the Kermit folks at CU20B.ARPA.  


Kermit-65 Manual and bug list                        Page 21



    References:  
    Kermit: A File-transfer Protocol for Universities 
    Frank da Cruz and Bill Catchings
    BYTE Magazine, June/July 1984
    
    The Kermit Protocol Manual, version 5
    Frank da Cruz   April 1984
    Columbia University Center for Computing Activities
    
    Information on obtaining Kermit:
    
    KERMIT Distribution
    Columbia University Center for Computing Activities 
    7th Floor, Watson Laboratory
    612 West 115th Street
    New York, N.Y.  10025

----------------------------------------------------------------

seg@pbhya.UUCP (Stephen Grove) (03/09/88)

Lines: 554

Here's kermit.uue...
--------------------------------kermit.uue--------------------------------
begin 666 KERMIT.COM
M___R-[DXJ0"%"*4,C;0XI0V-M3BI4(T  ZD!C0$#J3^- @.I0(T# ZD%C08#y
MC04#J0"-! .-"0.-"@.-"P.I#(T( R!9Y! #3$TXH@N]  6=  /*$/<@6>0Py
M!B &!4R).$QJ.$LV-3H@(" X-3 @;F]T(')E<W!O;F1I;F>;H@"I"9U" ZE0y
MG40#J3B=10.I&IU( ZD G4D#(%;D8*4,C;<XI0V-N#B@0Z( O;(XD0S(Z. (y
MT/6I1!AE#(4,I0UI (4-3+8X8"   $P   #__^("XP+R-___X +A D1$__\@y
M+?8N13J;4CJ;            FPU_"?T'?G\ #9L)?P?]?WX  (:NA*^-02V@y
M +&N\ [-02WP!<C(3$LMR+&N8*U!+6    #)89 'R7NP SCI(&#).O >R2[Py
M&LDJ\!;)/_ 2R3"0#,DZD K)09 $R5N0 CA@&&".8BVQM/ 0(&0M(' ML C-y
M8BWP!<C0[*#_8    (ZN+1AEL(6VI;%I (6WL;3P5LVN+?!0R9OP3<@@9"T@y
M<"VP1,DJ\ 3)/] *2*D(#:\MC:\M:(QA+4B@ ;&VH #1MK <H %(&&D!D;9Hy
M&&D"J&B1MJVP+0VO+8VO+4P2+FBL82U,ORW(8(:TA+6I (VO+: "D;"@!I&Py
MH!"1L*  HCH@E"TP#ZD!C; MH "I 2"Q+4Q)+J  J0*-L"VI!:(N(+$MJ02-y
ML"VI#Z*;(+$MK:\MH "1L&",8RVL82V1M.YA+:QC+6"QL"!I+LC*T/=@L;#(y
MJF"&M(2UH ",82V@ B""+O (('@NJ3H@:2Z@!B""+O #('@NJ2X@:2Z@$"""y
M+O #('@NJ9L@:2Y@L;#0#K&R\ JJZ+&RD;#(RM#X8* "(+XNH 8@OBZ@$""^y
M+F!,FS),L#U,GSU,K3U,$#Y,-#Y,5CX __\-+Q O     /__'R^B00      y
M                            ;&H[__]K*RIO_W!U#6DM/7;_8___8GAZy
M-/\S-ALU,C$L("YN_VTOP'+_97D)='=Q.?\P-W\X/#YF:&3_PF=S84Q*.O__y
M2UQ>3_]059M)7WQ6_T/__T)86B3_(R8;)2(A6R!=3O]-/\!2_T59"51742C_y
M*2=^0'M]1DA$_\%'4T$,"CO__PL<'@__$!6;"1\=%O\#__\"&!HT_S,V&S4Ry
M,2P +@[_#2_ $O\%&0D4%Q$Y_S!@8#@;/@8(!/_"!Q,!;&H[__]K@H-O_W!Uy
ME6F @97_B___8HJ)C/^+CAN-BHF4B))N_VTOP(?_AGD)=(6$D?^(CPB0@H.3y
M:([_P6>-C*W\ LG_\#BJO3DO2"G JFC@P/ $&$Q[,,G T NM+2U) 8TM+4QUy
M,,G!T BI 8V70TQU,,G"T BI (V70R"RB3BI *+_COP"L W) # (KI=#\ ,@y
M9"T88%M!  !;0@  6T0  %M#  !/4   3U$  $]2  !/4P  3W   $]Q  !/y
M<@  3W,  $]T  !/=0  3W8  $]W  !/>   3WD  $]N  !/;0  3VP  $]-y
M  "&J(2I*1\*"JBI&R"C;+&H\ <@HVS(3/8P8*D G4H#G4L#8)U$ YB=10-@y
MG4@#F)U) V"I!YU" ZD J" +,2 3,2!6Y&!(J0N=0@.I *@@"S$@$S%H(%;Dy
M8" +,:D#G4(#J0"=2 .=20-,5N1(J02=2@.I )U+ VA,03%(J0B=2@.I )U+y
M VA,03%(J0R=2@.I )U+ VA,03%(J0:=2@.I )U+ VA,03&I#)U" TQ6Y*( y
MX #P!ZD@H"T@8S&M, *-+8ZM,0*-+HY@H@!,+3$ 2(:HA*F*2)A(H "QJ/ =y
MC+<QR9OP""E_R0W0 JF;(*Z K+<QR-#DYJE,PS%HJ&BJ:&!(AJB$J:  L:B,y
MMS')F_ )(*Z K+<QR-#N:&!HC2(O:(TC+TBM(B](&&D!C2(OK2,O:0"-(R^&y
M@H2#NHX@+ZD A82%AJF0A86%AZD C20OC2<OC2LO(.<NIH*D@R#J+F"N("^:y
MJ0"%AJF0A8>I (TK+VPB+Z6&C2DOI8>-*B^M)R^-*"^I_XTE+ZX@+YJI (6$y
MA8:ID(6%A8>I (TD+XTG+XTK+R#G+J:"I(,@ZBYL(B^-+"^.+2^,+B_) - #y
M3 4R("D[R030 TSW,LD!T -,DS/) M #3%PWR0/0 TQA.,D&T -,6S?)!= #y
M3&0XR0?0 TRR.<D(T -,LSG)"= #3'XZH@:@0"#J+JD$8*6&2*6'2" I/<D y
M$'<I?\D;T!\@0&JI (TD+SBEA.D!A82%AK "QH6EA86'SB<O3/TRR3_0-B :y
M:J+ZH$ @ZBX@YRZF@J2#(.HNJ0"@ )&&.*6$Z0&%A*6%Z0"%A:( H) @ZBZIy
M (TD+TQ*,LD,T H@A8&B *  (%F":&BI (TE+TSM+FB%AXTJ+VB%AHTI+ZTGy
M+XTH+ZG_C24O8*6&2*6'2*D C28OI8J%F!AI 86.I8N%F9 ":0"%CZ  L9B-y
M,B\@*3W) # 4.*6&Z0&%AH60I8?I (6'A9%,#S2DAH20I(>$D2E_R1OP TP/y
M-*D"+"XOT!RI (TD+R! :CBEA.D!A82%AK "QH6EA86'3+@SJ0"-)"],K3^My
M,B_) - 8:(6'C2HO:(6&C2DOK2<OC2@OJ?^-)2]@H "QCHTT+Z6.A9*ECX63y
MYH[0 N:/SC0OK30OR?\0 TP#-B I/<D , -,U#4I?\D_T%(@&FJI (TD+ZTLy
M+\D&\ >B#Z!!3'HTHB&@02#J+B#G+B".-B#G+JD!+"XO\ ,@LSZF@J2#(.HNy
MJ0"@ )&&.*6$Z0&%A+ "QH6B *"0(.HN3$HRR1OP TR+-:D C20OK30O2*TRy
M+TBECDBECT@@)C9,##6I BPN+_ (K28OT -,K3\@0&HXI83I 86$A8:P L:%y
MI86%A\XG+VB%CVB%CFB-,B]HC30O[C0O3$,TH  XI83I 86$A8:P L:%I86%y
MAVB%CVB%CDBECTBQCLD \""J&*6.:0&%CI "YH^*D888I89I 86&D +FA^XGy
M+TPI->XG+ZF@D8:FA*2%&*6&:0&%AH6$D +FAZ6'A86,#R^I *  D8:L#R\@y
MZBYHA8]HA8YHC3(O:(TT+TRO-:6.2*6/2*TT+T@@)C9,I36B*Z! (.HN3%XRy
M:(TT+VB%CVB%CNXT+^XT+QBECFTT+X6.D +FCZ  L8ZJR+&.J&AHJ0"-)2],y
M[2[)03 &R5L0 @D@C3<OJ?^-)B^@ +&.C3@O&*6.:0&%CI "YH^M-R_-."_0y
M TQ#-.XT+^XT+^XT+QBECFTT+X6.D +FC\XR+Z60A8:ED86'3 \TSC(O$ %@y
M[C0OK30OC3<O&&D#C30O&*6.;30OA8Z0 N:/H "QCHTX+QBECFD!A8Z0 N:/y
ML9(X[3<O\!"-,"_-."\P 6"@ ,XP+Q #3.TNL8Z--R^QD,C)83 &R7L0 BE?y
M*7_--R_PWV"EF(6,I9F%C:  C#$OC#<OL8R--2\XI8;ED(TP+QBEC&D!A8R0y
M N:-SC4OK34O,#ZQC(TO+QBEC&D!A8R0 N:-K3 O\ RQC-&0T G(S# O,/0@y
M(C?N+R_N+R_N+R\8I8QM+R^%C) "YHV@ $RV-JTW+] 8K2POR0;P!Z)1H$!,y
M$S>B<:! (.HN(.<NK3$O\ ,@YRY@J0&--R^M+"_)!M %J2\@&FJFC*2-(.HNy
MK3$OT! @IX$X((UIHA08((UI3%(W(.<NK3$O20&-,2]@ .B.+2^EADBEATBIy
M (WV+J  J2 )@)D D<C,+2\0 TQQ-R I/<D , -,*S@I?\D_T$$@&FJ@ (PDy
M+Z(RH$$@ZBX@YRZI 2PN+_ #(+,^IH*D@R#J+CBEA.D!A82P L:%SB<OH "Iy
M )&$H@"@D"#J+DQ]-\D;T"ZI (TD+ZD"+"XO\ BM]B[0 TRM/R! :CBEA.D!y
MA82%AJ6%Z0"%A86'SB<O3$HRK?8NR0#0 TQ).,TM+S #3$DXK/8NJ0"9 )%Hy
M:*( H)&I (TE+ZWV+DSM+LD@,!K)?Q 6R6$P!LE[$ (I7ZSV+ID D>[V+DQ]y
M-VB%AXTJ+VB%AHTI+ZTG+XTH+ZG_C24O8$Q<-Z6&2*6'2. 1, -,GCG@ A #y
M3)XYCA OJ0"-$2^-$B^-$R^-%"^-%2^-%B^-%R^-&"\@*3W) # #3$,Y*7_)y
M&] QJ0(L+B_P"ZT1+PT2+] #3*T_($!JJ0"-)"\XI83I 86$A8:P L:%I86%y
MA\XG+TR5.,D_T%D@&FJB5:!!(.HNK1 OR0HP#ABI 6DP(!IJK1 O..D*&&DPy
M(!IJ(.<NJ0$L+B_P R"S/J:"I(,@ZBZI *  D88XI83I 86$L +&A:( H) @y
MZBZI (TD+TQ*,JX1+ZP2+VAHJ0"-)2],[2[)8# #..DG..DPR0 P!<T0+S 8y
M:(6'C2DO:(6&C2DOK2<OC2@OJ?^-)2]@2*T2+TBM$2](J0!(K1 O2"#D+FB-y
M$2]HC1(O:!AM$2^-$2^M$B]I (T2+[ -3)4XHK.@0"#J+DQ>,J+2H$ @ZBY,y
M7C)@I89(I8=(J0"-]BX@*3T@ACY,4#K) !!Y*7_)/]!!(!IJH ",)"^B;J!!y
M(.HN(.<NJ0$L+B_P R"S/J:"I(,@ZBXXI83I 86$L +&A<XG+Z  J0"1A*( y
MH) @ZBY,OCG)&] NJ0"-)"^I BPN+_ (K?8NT -,K3\@0&HXI83I 86$A8:Ey
MA>D A86%A\XG+TQ*,JSV+ID D>[V+DR^.:WV+O 1:&BB *"1J0"-)2^M]BY,y
M[2YHA8>-*B]HA8:-*2^M)R^-*"^I_XTE+V"EADBEAT@@*3T0>2E_R1O0'R! y
M:JD C20O.*6$Z0&%A(6&L +&A:6%A8?.)R],A#K)/]!?(!IJHH6@02#J+JDBy
M(!IJK2TO(!IJJ2(@&FH@YRZI 2PN+_ #(+,^IH*D@R#J+CBEA.D!A82EA>D y
MA86I *  D8:B *"0(.HNJ0"-)"],2C+-+2_0"FAHJ0"-)2],[2YHA8>-*B]Hy
MA8:-*2^M)R^-*"^I_XTE+V!(BDB82 B@ *TD+\D \ -,'SWN)R_0"2! :LXGy
M+TQ>,B =:LD;\"C)#? DR0KP(,D)\!S)%? 8R1?P%,D,\!#)?_ ,R0CP",D@y
MD-7)@+#1R7_P!,D(T"BN)R_@ = AKB4O$!RM*2^%AH6$K2HOA8>%A:TH+XTGy
M+ZD C38O3),\H "1A*H8I81I 86$D +FA8K)%= G(,6!.""-::( &""-:::"y
MI(,@ZBX@IX&I (6$J9"%A:D C2<O3$HRR0CP!,E_T"<@,H$@IX'.)R_.)R^My
M)R_) ! &($!J3+T[.*6$Z0*%A+ "QH5,2C+)%_ #3-4\J0.--B\XI83I X6$y
ML +&A:TV+\TG+S #3+T[H "QA,D*$ -,Q#S)#C ER2 0 TS$/,DC,!K))Q #y
M3,0\R3 P#\DZ$ -,Q#S)/S $R2?06\XV+QBEA&D!A820 N:%K2<O.""-:8X.y
M+\T.+S -B$@8((UI:#CI*$QZ/*D H "1A"#%@3@@C6FB !@@C6FF@J2#(.HNy
MH@"@D"#J+CBM)R_M-B^-)R\@IX%,2C+N-B\XI83I 86$L +&A4PJ/,D_\"3)y
M&_ @R0WP$LD*\ [)#- <((6!H@"@ "!9@JTG+\D!T -,7C*I_XTD+TP?/<D@y
MT 8@&FI,.SO)"= &(&AI3#L[(!IJ3#L[SB<O*&BH:*IH8*  K20OR0#0 R Iy
M.[&&JABEAFD!A8:0 N:'BLD@\ 3)"= C2*D(S2PO\!*I LTL+_ +K2LOR0#Py
M!&A,*3VI_XTK+VA,FST(2*D C2LO:"C)&_ ?R3_P#\D-\ O)"O 'R0SP RE_y
M8*HXI8;I 86&L +&AXH)@&"*2)A(J9L@KH!HJ&BJ8$RX,6B-#CYHC0\^:(T*y
M/FB-"SYHC0@^:(T)/JD C0P^C0T^HA$8;@T^;@P^;@L^;@H^D!,8K0@^;0P^y
MC0P^K0D^;0T^C0T^RM#<K0L^2*T*/DBM#SY(K0X^2&           (T-+XX.y
M+XP/+VBJ:*B*&&D$D '(A8"$@:T-+ZX.+ZP/+VR  "E_H #)"# '..D(R$PXy
M/JJI@.  \ 7*2DQ&/AGW+IGW+F *L"!*R0@P!SCI",A,6CZJJ7_@ / &RCAJy
M3&@^.?<NF?<N8*D H "9]R[(P! P^&"-#2\I?Z  R0@P!SCI",A,C3ZJJ8#@y
M / %RDI,FSXY]R[0!JT-+TSM+JT-+V"M+"](H ",,R^L,R^QG(TL+^XS+\D y
MT -,J#_)"C #3*@_2**>H$$@ZBYHR0'04JJED$BED4BEAH602*6'A9%(I9A(y
MI9E(BLD!T >B#Z!!3 D_HB&@02#J+JPS+[&<A9C(L9R%F<B,,R\@CC9HA9EHy
MA9AHA8=HA89HA9%HA9!,O#[)!M #3.(^R0+0!Z(RH$%,GS_) ] 'HD.@04R?y
M/\D$T >B^J! 3)\_R0C0!Z)NH$%,GS_)!= PHE6@02#J+JPS+^XS+[&<R0HPy
M#JDQ(!IJK#,OB+&<..D*&&DP(!IJ(.<N()YI3+P^HH6@02#J+B#G+DR\/FB-y
M+"]@.*6$Z0&%A+ "QH7.)R^@ +&,\!JN)R_HT D@0&K.)R],7C()@)&$[B<Oy
MR$R]/ZD@D83(J0"1A!B8982%A*D 986%A:D C20O.*6&Z0&JI8?I *@@ZBY,y
M2C(-/W!R;V=R86T@97)R;W(Z("!I;G9A;&ED(&-O;6YD(&-A;&P #3]A;6)Iy
M9W5O=7, #3]I;&QE9V%L(&EN<'5T(&9I;&4@<W!E8P -/VYO(&ME>7=O<F1Sy
M(&UA=&-H('1H:7,@<')E9FEX  T_;F\@<W=I=&-H97,@;6%T8V@@=&AI<R!Py
M<F5F:7@ #3]B860@8VAA<F%C=&5R(&EN(&EN=&5G97(@;G5M8F5R  T_8F%Sy
M92!O9B!I;G1E9V5R(&]U="!O9B!R86YG90 -/V]V97)F;&]W('=H:6QE(')Ey
M861I;F<@:6YT96=E<B!N=6UB97( (&-O;F9I<FT@=VET:"!215154DX (&MEy
M>7=O<F0L(&]N92!O9CH ('-W:71C:"P@;VYE(&]F.@ @:6YP=70@9FEL92!Sy
M<&5C "!O=71P=70@9FEL92!S<&5C "!I;G1E9V5R(&YU;6)E<B!I;B!B87-Ey
M(  @=6YQ=6]T960@=&5X="!S=')I;F<@ "!S:6YG;&4@8VAA<F%C=&5R('1Oy
M:V5N(  @;W(@ /__6T.\0P                                      y
M    %                                   &0 !     @( !0      y
M  H  "8F      T-7EX%!2,C        ___>0]Y# /__\$/O@P ' @)$,0@#y
M1D]/(" @(" # T1!5"HN*@   @    @            #       "    "   y
M          ,      " @(""; $ME<FUI="TV-3X  &B-DT-HC91#NHZ20R"8y
M,2 09ZD A5*I)X53(#58(&U8(*58HN2@;2#J+B#G+B!W1$RO2KJ.D4.B.*!$y
MJ0 @X2ZI#(6*J6Z%BZD%A9:I<H67H "I 2#A+DRV1(YH0XQI0VQH0QAM:$.-y
M:$.0 ^YI0VQH0Z)QH'A,ZT2BG*!X3.M$HJR@>$SK1*+LH'A,ZT2B *!Y3.M$y
MHA:@>4SK1*(JH'E,ZT2B+:!Y(.HNKI%#FDQ[1" ;8TSN1""[:" #2JD C46.y
MJ0&-0T0@AH"MG4.-E4,@4X"ME4/0&J(JH( @ZBZMED,@'VFB1:" (.HN(.<Ny
M3#E%(/U&((]JK?P"R?_05R!Y:]!2K:1#R0+0 R 81ZTJ+2E_C2HMKF5#X '0y
M&*R<0R#WC7E%;45S12!,1TR612#[1TR61:R50] *HCB@+2!"+8TJ+<D@D <@y
MKH 83#Q%("9&&$P\12 I:K LC2HM$ JBD* P(.@P3,M%S99#T BNE4/0 TQTy
M1JTJ+2"C;*Z:0^ !T ,@KH @CX*ME4/P(*D(C1_0K1_02?^%J"D$\ -,=$:My
ME4/) = &I:@I ] $&$P\12D!\!CN-XZM-X[)*+ &('")3#Q%J2>--XY,/$7.y
M-XXP!B!PB4P\1:D C3>.3#Q%R0?0!"! :F#)#= $(.V 8,D)T 0@%TI@R1O0y
M#JD!C65#J0"-4HZ-4XY@R0K0!"#U@&#)"- $(#*!8,D.T :I 8U%CF#)#] %y
MJ0"-18Y@J>R@1J( (%R-(!UJK2HMC7!#*5_)0] 0J0"-0T0@AH"I (V50TSNy
M1,E3T 8@>5Q,T4;)0M &(+5L3-%&K7!#*7_)/] *HK"@=R#J+DQT1LV60] )y
M(*-L3-%&($!J(/U&3,M%2S8U.B!/<'1I;VX +%-E;"Q3=&$ 3W!T:6]N("A#y
M+%,L0BP_*0"IUZ!&H@ @7(VME4/) O 'J>.@1B!<C2"RB6"@ *(2N0.OF0"Oy
MR,K0]JTJ+4I*2DH@MFDXZ2"9 *_(K2HM*0\@MFDXZ2"9 *_(J0"9 *]@J0"-y
M94.M*BTI?\E!, 3)>C #3,%'R4'0!" 8@6#)0M $(".!8,E#T 0@/8%@R430y
M!" R@6#)2- (H@"@ "!9@F#)2= $( :!8,E*T 0@48%@R4O0!""G@6#)6= $y
M(-9'8,EOT :I 8U#CF#);M &J0"-0XY@2*D;(!]I:,D;T :I 8UE0V @'VE@y
M('EKT/NM*BTI?SCI($@@>6O0^ZTJ+2E_..D@JFBH(%F"(#F$8*Y2CKPM2O!Ay
M$"G).K ER3"0(>DP2*Q3CKEXKPI("@J9>*]H&'EXKYEXKV@8>7BOF7BO8-TMy
M2O &Z.CH3/Y'O2]*\ ^%I[TN2H6FJ0"-94-LI@"\+DJ,4HZY+4H0"^Y3CJQ3y
MCJD F7BO8*D C65#8*QYK\ #L',@]XU1@6F!A8&L>:_  [!C(/>-IX&V@<6!y
MH@"@ 2"X2:B(P!B0 :B$IJ(!H $@N$FJRB"I29 !JJ2F(%F"(#F$8*( H $@y
MN$FHB""D2; CA*:HR*(!(+A)J(@@I$FP$\2FD ^,/(ZDIHP[CJ  H@ @68)@y
M($9J8*( H $@N$DX2?]E5*B0!<P[CK #K#N.IE4@68)@H@"@ 2"X21AE5*C,y
M/([P!9 #K#R.IE4@68)@H@"@ 2"X21AE5:H@J4F0 :JD5"!9@F"B * !(+A)y
M.$G_956P JD JJ14(%F"8*( H  @N$GP#*C "+ *J0&9/([0 R!M2>CL4XZ0y
MY&"I (T]CHU!CHU CHU#CF"B * !(+A)A:[&KC &(/*!3(5)8*( H $@N$F%y
MKL:N, 8@ X),F4E@J1? &&"ME4/P!:E/X%!@J2?@*&#L4XZP!KUYK_ !8)A@y
MJ0"-1HY@J0&-1HY@J0"-1XY@J0&-1XY@IE6I 9THKV"B *  (+A)R0/P"*95y
MJ0"=**]@HD^I )THK\H0^F @^$FI"*JI 9THKXH8:0C)4)#R8*95Z.!0L >]y
M**_P]M "HD^D5"!9@F!;' !-!H%%]8!$]8 W%((X-X)(W4DH;0 I=P  _P  y
M2FI(2WI(0>A(0@5)0R!)1#=);4Y)37Q)3)!).TT 9HI(2(I(<K)(/V  9^5)y
M /\  $B*2&:*2'*R2&U.23M-  #_  !H#XYL#XX[8   0L5),,M)0<5) $+1y
M23#724'120"!(+]*KI)#FJV40TBMDT-(8""&@&"I!"#A+DR]1*:6I)=,ZT1,y
M[D0@NV@@WTI,[D1@((]JJ0"->4.-C$.-C4.I_X6@J4&%H:UY0\U[0S +HEB@y
M>2#J+B#G+F#N>4.I (U=0ZD!C5M#J4R-_T&I1XU<0R"3;"!872!67LD!T,FMy
M7$/)6= #3.TNR470NR!T9V @NV@@CVJI (UY0XV,0XV-0ZG_A:"I086AK7E#y
MS7M#, VB?Z!Y(.HN(.<N3.Y$[GE#J0"-74.I 8U;0ZE&C?]!J4>-7$,@DVP@y
M6%T@5E[) =#'K5Q#R5G0 TSN1,E%T+D@=&=,[D0@CVJI 8V90ZD1C6I#J=^%y
MC*E#A8T@$&FI@"#S+JD-(/ NJ0H@\"ZI#"#P+JD;(/ NH "I""#A+DSG1,VRy
M0S #K;)#C6I#C5M#J?^%C(6@J4&%C86AAHJ$BXI(F$@@Z&AHA8MHA8JIWX6,y
MJ4.%C2#=:"#H:""[:*E2C5Q#J0"-74,@6%T@=4RI " ;8TSN1""/:JD!C9E#y
MJ0&%G*ERA9VB$* !J0(@X2Y,:4R-:D.&BH2+J=^%C*E#A8T@W6@@Z&BI (V9y
M0R"[:"!U3" 8:TSN1*E2C7Q#J0"->$.->4.->D.-CD.-D$.-@$.-@4.-@D.-y
M@T.-A$.-A4.-AD.-AT.-C$.-C4.M?$/)1- &(-].3*E,R4;0!B")34RI3,E2y
MT 8@VDQ,J4S)0] #J0%@K9!#("1=J0!@J?^%H*E!A:&M>4/N>4/->T/P K #y
M3/],J4&-?$.I 8V00ZD 8"!67HU@0ZU<0\E3T -,,DVM8$/) / 0J0&-D$,@y
M=&>I08U\0ZD 8*UX0XU=0R#6;:D 8*U=0XUX0R!&;2#];*E9C5Q#K7A#C5U#y
MK:I#R2$P#,D_,!+)8# $R7\P"JD C:5#J09,;4VI 8VE0ZD'C5M#(%A=K7E#y
MC7I#J0"->4,@56>I1HU\0ZD!8*UY0^YY0\U[0_ "L -,H4VI08U\0ZD 8"!6y
M7HU@0ZU<0\E3T -,Z4W)6M #3"Q.R4;0 TQL3LE"T -,LDZM8$/) / 0J0*-y
MD$,@=&>I08U\0ZD 8*UX0XU=0R#6;:D 8*UZ0^YZ0\U[0_ "L -,!DZI08U\y
M0ZD"C9!#J0!@K5U#&&D!S7A#\ -,^4T@_6RI68U<0ZD&C5M#(%A=J0"->4.Iy
M 6"M>D/N>D/->T/P K #3$E.J4&-?$.I HV00ZD 8*U=0QAI <UX0_ #3#Q.y
MJ5F-7$.I (U;0R!87:D C7E#J0%@K5U#S7A#T -,A$ZI08U\0ZD"C9!#J0!@y
M(%!FJ5<@H&$@AV&I68U<0ZD C5M#(%A=K7E#C7I#J0"->4,@56>I1(U\0ZD!y
M8*U=0\UX0] #3,I.J4&-?$.I HV00ZD 8*E9C5Q#J0"-6T,@6%VI0XU\0ZD!y
M8*UY0^YY0\U[0_ "L -,_$ZI08U\0ZD#C9!#J0!@(%9>C6!#K5Q#R430 TP]y
M3\E&T -,V$_)6M #3!I0K6!#R0#P$*D#C9!#('1GJ4&-?$.I &"M>$.-74,@y
MUFVI &"M74/->$/0 TR+3ZUZ0^YZ0\U[0_ "L -,94^I08U\0ZD#C9!#J0!@y
MK5U#&&D!S7A#\ -,6$\@_6RI68U<0ZD&C5M#(%A=J0"->4.I 6 @&&L@>F7)y
M = IJ5F-7$.M>$.-74.I (U;0R!87:UY0XUZ0ZD C7E#(%5GJ42-?$.I 6"Iy
M08U<0ZD C5M#(%A=J4&-?$.I " ;8ZD 8*UZ0^YZ0\U[0_ "L -,]4^I08U\y
M0ZD#C9!#J0!@K5U#&&D!*3_->$/P TSH3ZE9C5Q#J0"-6T,@6%VI (UY0ZD!y
M8*U=0\UX0] #3#)0J4&-?$.I XV00ZD 8*D (!MCJ5F-7$.M>$.-74.I (U;y
M0R!872!59ZE&C7Q#J0%@   @(" @(" @(" @(" @(" @("";4*D)A;"I1(6Qy
MHE>@4""'+JE7H%"B4""!,< !T NI 8U54*D C5908*D C550() Q8*U54/ *y
MHE @D#&I (U54&"M55#0 TQ!4:)0(!LQC3%$R2#P!,DJT&4@&S&@ (PC1* (y
MA*0@&S')(/ *K"-$F21$R(PC1,:DT.N@ (PM1* #A*0@&S')(/ *K"U$F2Y$y
MR(PM1,:DT.L@&S$@&S&-,D0@&S&-,T0@&S&--$3)F_ &(!LQ3!=1J0:-'408y
M8(V]0Z !A*@@&S&DJ)F]0\B$J,F;T/$@FU X8*D (.QC(+MH(/%B(!AK(.%By
M(&A0J0"-<%$@<5&P#""/:B"P42 8:R ;8TSN1  @&&NM<%'P%D@@>E @JU"0y
M!&A,E%'.<%'0\FB-<%$@JU"0!2";4#A@J1V%L*E$A;&BWZ!#((<N()M0[G!1y
M&&"I4XU\0ZD C8]#C7A#C7E#C7I#C8Y#C9!#C8!#C8%#C8)#C8-#C81#C85#y
MC89#C8=#C8Q#C8U#J?^%@*E!A8&I *  D8#(P%HP^:U\0\E$T 8@/U),^E')y
M1M &(.)23/I1R5K0!B"#4TSZ4<E3T 8@%U1,^E')0M &(*M43/I1R4/0 ZD!y
M8*V00R D7:D 8*UY0^YY0\U[0_ "L -,5U*I08U\0ZD 8*E$C5Q#K7A#C5U#y
MK7Y#C5M#(%A=(%9>C6!#K5Q#R4[0 TR44LE9T -,I5*M8$/) / *('1GJ4&-y
M?$.I &#.74.M>$/-74/0 TRM4JD 8*UX0\U=0]#UJ0"->4,@56<@&&L@KF2-y
M?D.MCD/) ? #3-I2J0"-CD.I " ;8ZE:C7Q#J0%@J42-?$.I 6"M>4/N>4/-y
M>T/P K #3/I2J4&-?$.I &"@ +G?0\D \ O)F_ 'F?]!R$S\4HQ;0ZE&C5Q#y
MK7A#C5U#(%A=(%9>C6!#K5Q#R4[0 TQ)4\E9T -,6E.M8$/) - !8"!T9ZE!y
MC7Q#J0!@SEU#K5U#S7A#T -,8E.I &"M>$/-74/0]:D C7E#(%5GJ5(@H&$@y
MCF$@KF2-?D,@CVJI1(U\0ZD!8*UY0^YY0\U[0_ "L -,H%.I08U\0ZD$C9!#y
MJ0!@J5J-7$.M>$.-74.I (U;0R!872!67HU@0ZU<0\E.T -,W%/)6= #3.U3y
MK6!#R0#P"B!T9ZE!C7Q#J0!@SEU#K7A#S5U#T -,]5.I &"M>$/-74/0]:D y
MC7E#(%5G($5FR0'P TP/5*E"C7Q#J0%@J4:-?$.I 6"I_X6@J4&%H2#];*UYy
M0\U[0_ "L -,/%2I08U\0ZD$C9!#J0!@[GE#J5.-7$.I!XU;0ZUX0XU=0R"3y
M;"!872!67HU@0ZU<0\E9T -,?U3)3M #3'Y4K6!#R0#0 TQ^5"!T9ZE!C7Q#y
M8*  K7A#S5U#\ .I & @1FVMJD/)3M %J0"-I4.I1HU\0ZD C7E#(%5GJ0%@y
MK7E#[GE#S7M#\ *P TS(5*E!C7Q#J02-D$.I &"I0HU<0ZUX0XU=0ZD C5M#y
M(%A=(%9>C6!#K5Q#R4[0 TP$5<E9T -,%56M8$/) / *('1GJ4&-?$.I &#.y
M74.M>$/-74/0 TP=5:D 8*UX0\U=0]#UJ0"->4,@56>I0XU\0ZD!8*FGA8JIy
M;H6+H "I 2#A+DRV1(YH0XQI0VQH0Z(0H "I!2#A+DS$1(YN0XQO0ZD$(.$Ny
M3+U$K6]#R0#P TS$1*UN0\E_, -,Q$2-ED-,[D0@GFA,MD2.FT..FD.@ *D y
MX '0": "J0&B (ZA0XR>0XV@0ZD$(.$N3+U$(#58(*583.Y$()YH3+9$CII#y
MJ00@X2Y,O41,[D2I (VH0ZESA8JI<(6+H "I 2#A+DRV1*D.C6A#J5:-:4.*y
M3*=$J0&-J$.I<X6*J7"%BZ  J0$@X2Y,MD2I#HUH0ZE6C6E#BDRG1$PA5TSYy
M5DR+5DS15DQ)5TQQ5TR95ZGGA8JI<86+H "I 2#A+DRV1(Z<0ZD$(.$N3+U$y
M3.Y$()YH3+9$CJ-#J00@X2Y,O41,[D0@GFA,MD2.I4.I!"#A+DR]1$SN1*)Ny
MH'&&BH2+H "I 2#A+DRV1(ZD0ZD$(.$N3+U$3.Y$HA"@ *D%(.$N3,1$F,D y
M\ -,Q$2*R7\P TS$1,DA,!G)/S $R6 P$:ZH0YVI0ZD$(.$N3+U$3.Y$HL.@y
M>"#J+B"[:$SN1*(0H "I!2#A+DS$1)C) / #3,1$BLE_, -,Q$2NJ$.=KT,@y
MNVA,[D2B"J  J04@X2Y,Q$28R0#P TS$1(K)?S #3,1$KJA#G:M#(+MH3.Y$y
MHA"@ *D%(.$N3,1$F,D \ -,Q$2*R7\P TS$1*ZH0YVM0R"[:$SN1*(*H "Iy
M!2#A+DS$1)C) / #3,1$BLE>, -,Q$2NJ$.=L4,@NVA,[D2B$*  J04@X2Y,y
MQ$28R0#P TS$1(K)?S #3,1$KJA#G;5#(+MH3.Y$H@J@ *D%(.$N3,1$F,D y
M\ -,Q$2*R7\P TS$1*ZH0YVS0R"[:$SN1*G<A8JI<(6+J=Z%C*EPA8V@ JD!y
M(.$N3+9$CIA#J00@X2Y,O41,[D2B$*  J04@X2Y,Q$2.;D.,;T.I!"#A+DR]y
M1*UN0XVF0ZUO0XVG0TSN1*G[A8JI<(6+H "I 2#A+DRV1(Z>0ZD$(.$N3+U$y
M(#583.Y$K:=#*<"-IT.NGD.]&7L-IT.-IT-@J22%BJEQA8N@ *D!(.$N3+9$y
MCI]#J00@X2Y,O40@;5A,[D2MID,I\(VF0ZZ?0[U0>PVF0XVF0V"IBH6*J7&%y
MBZ  J0$@X2Y,MD2.H$.I!"#A+DR]1""E6$SN1*VF0RF/C:9#K:!#R0'0 JD0y
M#:9#C:9#8"">:$RV1(ZA0ZD$(.$N3+U$3.Y$J<&%BJEQA8N@ *D!(.$N3+9$y
MCFI#J00@X2Y,O42M:D.-G4-,[D2B$*  J04@X2Y,Q$2.;D.,;T.I!"#A+DR]y
M1*UN0_ ., S)"+ (:3"-]4-,[D1,Q$2IDH6*J6^%BZF4A8RI;X6-H *I 2#Ay
M+DRV1(YH0XQI0R!-64SN1&QH0R"[:""'62"T62#962#I62#]6R#06R J7"!/y
M7"#Y62 )6B 96B"C6R!?7" M6B![6R!66V @NVBBQ:!\(.HNK:1#R0,P JD y
MJJE:C7%#J7N-<D.I"4B*2" [:2#J+B#G+F @NVBBW*!\(.HNJ76-<4.I>XURy
M0ZD&2*V<0T@@.VD@ZBX@YRY@(+MHHO.@?"#J+JV;0TS':""[:*(*H'T@ZBZMy
MFD-,QV@@NVBB(:!](.HNK:5#3,=H(+MHHCB@?2#J+JVC0TS':""[:*)/H'T@y
MZBZMED,@'VD@YRY@(+MHHGJ@?B#J+JVG0R">::VF0R">:2#G+F"I 8VH0ZESy
MA8JI<(6+H "I 2#A+DRV1(YJ0R"[:*F@C6A#J5J-:4.M:D,*3*=$J0"-J$.Iy
M<X6*J7"%BZ  J0$@X2Y,MD2.:D,@NVBIH(UH0ZE:C6E#K6I#"DRG1"#*6DSNy
M1"#>6DSN1"#R6DSN1" &6TSN1" :6TSN1" N6TSN1"!"6TSN1*+(H'T@ZBZNy
MJ$.]K4,@'VD@YRY@HN>@?2#J+JZH0[VK0ZJI " 4:F"B:Z!](.HNKJA#O:E#y
M(!]I(.<N8***H'T@ZBZNJ$.]KT,@'VD@YRY@HJF@?2#J+JZH0[VQ0ZJI " 4y
M:F"B!J!^(.HNKJA#O;5#(!]I(.<N8*(EH'X@ZBZNJ$.]LT.JJ0 @%&I@J0&-y
MJ$.B9J!](.HN(.<N(,I:(-Y:(/):( 9;(!I;("Y;($);8*D C:A#HD2@?B#Jy
M+B#G+B#*6B#>6B#R6B &6R :6R N6R!"6V @NVBB3*!^(.HNK9A#R0,P JD!y
MJJGCC7%#J7J-<D.I"$B*2" [:2#J+B#G+F @NVBBJ:!^(.HNK9Y#R04P JD y
MJJG[C7%#J7J-<D.I!DB*2" [:2#J+B#G+F @NVBBDJ!^(.HNK9]#R0HP JD%y
MJJD>C7%#J7N-<D.I!4B*2" [:2#J+B#G+F @NVBBP*!^(.HNK:!#\ NB#*!_y
M(.HN(.<N8*(6H'\@ZBX@YRY@(+MHHM>@?B#J+JVA0TS':""[:*+NH'X@ZBZMy
M]4,@&FH@YRY@(+MH('E<3.Y$HC6@?R#J+JZ&0ZV'0R 4:J)8H'\@ZBZNA$.My
MA4,@%&JB>Z!_(.HNKH)#K8-#(!1JHIZ@?R#J+JZ 0ZV!0R 4:B#G+J+!H'\@y
MZBXXK8)#[89#JJV#0^V'0R 4:J+DH'\@ZBXXK8!#[81#JJV!0^V%0R 4:B#Gy
M+J('H( @ZBX@YRZI0"R00W *K9!#("1=(.<N8**CH$$@ZBX@YRY@2"D/"JJ]y
MQGJHO<5ZJFA@R0#P&D@@%5W  / %(.HN:&"BVZ!Z(.HN:$@@GFEH8$A*2DI*y
M(+9IC=5Y:"D/(+9IC=9Y8""):C@@C6FB !@@C6FB@Z!\(.HNH@ @)&"NC$.My
MC4,@P&FI (U?0ZVN0Z( [*Q#L ?H(!!H3(1=J0$@$&BM6T,8:0-(&&D@C7]#y
M(!!H:!AM@D.-@D.M@T-I (V#0ZU=0QAI($@8;7]#C7]#:" 0:*U<0RE_2!AMy
M?T.-?T-H(!!HH ",8T.L8T/,6T,P TS\7;&@&&U_0XU_0[&@(!!H[F-#3-U=y
MK7]#*<!*2DI*2DH8;7]#*3\8:2 @$&BML$,@$&BM7T.-7D.I (U?0ZVD0\D y
M\ 6I "!C8*D C5]#KE]#[%Y#$ R]6T(@HVSN7T-,-5ZMI$/) / %J0$@8V!@y
M(*]G3,9?K9M#R0'0#2 ?:$QP7JTJ+<D1T/,X((UIH@ 8((UIHIF@?"#J+J(!y
M("1@KHQ#K8U#(,!IK:1#R0#P!:D"(&-@J0"-?T.-8T.-<$,@_F=,QE^-<$,Iy
M?\D!T/&I 8UU0ZUU0\D&, -,GE_)!= *K6-#R0#0 TSF7B#^9TS&7XUP0RE_y
MR0'0!:D C75#K75#R000"JUP0QAM?T.-?T.M=4/) - (J0"-?T-,F%_) = /y
MK7!#..D@..D#C5M#3)A?R0+0#*UP0SCI((U=0TR87\D#T FM<$.-7$-,F%_)y
M!-!#H ",8T.L8T/,6T,P TR87\  \!<@_F=,QE^-<$,I?\D!T BI_XUU0TR8y
M7ZUP0QAM?T.-?T.M<$.L8T.1H.YC0TP_7\D%\ -,%6"M?T,IP$I*2DI*2AAMy
M?T,I/XU_0^YU0TRZ7JUP0SCI(,U_0_!&J06-D$.B-J!Z(.HNK7!#()YIJ2 @y
M&FJM?T,@GFFI (U?0ZVD0\D \ 6I R!C8*U;0QAM@$.-@$.M@4-I (V!0ZD y
MC5Q#8*D C5]#K:1#R0#P!:D$(&-@K5M#&&V 0XV 0ZV!0VD C8%#J0%@HE"@y
M>B#J+JD&C9!#3,9?K;1#X '0 ZVS0Z( CKA#&&INN$-J;KA#C;=#I108;;A#y
MC;A#K;=#91.-MT-@I1/-MT,P"*44S;A#, %@3.TN2"#G+FBJC71#K:1#R0'0y
M TQ%8:U\0\D \#S)0_ XJ8>-<4.I>XUR0ZD?2(I((#MI(.HNK5Q#2" ::B#Gy
M+FB-<T.M=$/0 R"_8,D$T ,@OV @YRZI 6 @YRZI & @YRZB(J!\(.HN(.<Ny
MHDV@?"#J+NY?0ZY?0[U;0CCI("">:2#G+J(RH'P@ZB[N7T.N7T.]6T(XZ2 @y
MGFD@YR[N7T.@_XQK0^YK0ZQK0\Q;0Q 4[E]#KE]#O5M"(!]IJ2 @&FI,!F$@y
MYRZB:*!\(.HN[E]#KE]#O5M"..D@()YI(.<N(.<N8(K) / )R0/P$LD$\ Y@y
MHB"@?R#J+B#G+DQJ8:(JH'\@ZBX@YRZN7T/L7D,0$;U;0B ?::D@(!IJ[E]#y
M3&IA(.<N8**OH'Q,DF&BNZ!\(.HNHKV@0R#J,2#G+F!((!AK:,E7\!(@\6(@y
MX6*IO:!#HD @5#%,]6$@\6*I 8V[0ZVC0\D!T!\@6V),Z6&IFR"N@**]H$,@y
MZC&BKZ!Z(.HN('1B3,IA(.%BHD"IO:!#(&,QP '0"*D C8]#J0%@F$BB.J!By
M(.HN:"">::))H&(@ZBZB0+U* R">::)0H&(@ZBZB0+Q% [U$ ZH@ZC&B6*!By
M(.HN3/5$FT]P96X@9F%I;'5R92  ($%56#$@ "!.86UE("< )YL J5*--T0@y
MQV),;F*I"8V00TSM+JE7C3=$8*V[0\D!T VI (V[0ZD C;Q#3))BKKQ#Z(Z\y
M0XKP!""B8F"I"(V00ZZ10YI,[D2@$$BI B#"8FA(2DI*2B"Z8F@I#R"Z8F )y
M,,DZD )I!ID)1,A@(.%BHD"IO:!#(%0QP '0!B"0,4SM+B"0,6"I"86PJ42%y
ML:*]H$,@ARY@J0F%L*E$A;&BWZ!#(!HNJ?&%LJE#A;,@T2Y@J0F%L*E$A;&By
M2J!G3/UB(!AKHD @D#&I 6 @($9I;&4@(" @(" @(%-E8W1O<G.; " M+2TMy
M+2TM+2TM+2T@+2TM+2TM+9L ("!L;V-K960 J0 @[&,@NV@@\6(@&&L@X6*Iy
MO:!#HB:@8R#J+J(]H&,@ZBX@:% @JU"P5ZD=A;"I1(6QHKV@0R"'+JD@(!IJy
MHKV@0R#J,:D/A56I((6HH "$J;DR1,DP\ E(J3"%J&A,P6.EJ" ::J2IR, #y
MD.*M,43)(/ 'HE2@8R#J+B#G+DR#8Z*]H$,@ZC$@FU!,[D1(H@6&C*!$A(VIy
M R#V:*D!A9RI<H6=HA!HR0#0!: #3!!DH &I B#A+DPD9"#V:*+?H$,@&BX8y
M8#A@J?\@[&.P32#Q8B#A8JG_(.QCL$ @NVB@ *F;V;U#\ /(T/BI+)F]0\B8y
M&&F]JJE#:0"H((<N(!AKHD"I()U" R ",:F]H$,@"S$@5N3  ? #3 %B3.Y$y
MJ?\@[&.P)R"[:"#Q8B#A8B 8:Z) J2&=0@,@ C&IO:!#( LQ(%;DP 'P TP!y
M8DSN1*D C6-#(&AF3&MEC7!#JJV80\D!T VB+Z MK7!#($(MC7!#K:5#R0'Py
M TSV9*UP0RF \!2MJD.L8T.1H,B,8T.M<$,I?XUP0ZUP0RE_R2 0$ZZ80^ "y
ML"W)#= IH@&.9D-,,V7)?] #3#-ES;9#T -,.V6MI4/) = ?K7!#S:I#T!=,y
M.V6M<$-)0(UP0ZVV0ZQC0Y&@R(QC0^Z&0] #[H=#K7!#K&-#D:#(C&-#F!AIy
M!LVR0Q #3+-DK6-#8*UC0\D T >HJ0&-CD.88*D C6-#K6-#S5M#, .I 6"Iy
M (UD0ZQC0[&@C7!#S:E#T!>MI4/) =!#J0&-9$/N8T.L8T.QH(UP0\VU0] ?y
M[F-#K&-#L:"-<$,I?\VU0_ -S:E#\ BM<$-)0(UP0ZUD0\D!T BM<$,)@(UPy
M0ZV80\D"L"JM<$,I?ZK)#= (J0&-9T-,%V;)"M /K6=#R0'0#:D C6=#3#QFy
MJ0"-9T.MF$/) = -HCB@+:UP0R!"+8UP0ZUP0R"V9DQ"9NZ$0] #[H5#[F-#y
M3']EJ0!@('%1L .I &"I 6"MF4/) = 0(-UHH "QH)G?0\C,6T,P]6"M9D/)y
M = *J0"-9D.I"DRM9JV/0\D \ -,L&:B0" ;,4C  ? ?J0&-CT/  _ 3P(CPy
M%I@@0UVI"HV00R D74SU1" ;8VA,[2X@&V.I &"B0" M,< !\ J8($-=J0J-y
MD$-@J0!,[2X@&&L@NVBB2J!G( QC(.%BJ;V@0Z) (&,QP 'P TP!8J  A*BYy
MED.B0" M,:2HR, @T.\@&V-,[D0@NV@@$&=,[D0@&&NB2J!G( QC(.%BJ;V@y
M0Z) (%0QP '0%:  C \OHD @&S&L#R^9ED/(P"#0[:D"C9U#HD @D#%@2T52y
M34E4+DE.29M(K7A#&&D!*3^->$,8K8Q#:0&-C$.MC4-I (V-0VA@K5Q#R47Py
M 6"I_X6*J4&%BZFCA8RI086-K%M#C&I#J0"1C"#H:*V00PE C9!#(.<NHJ.@y
M02#J+B#G+F @B6JI (U>0R ?:$SO9ZTJ+<D!T/-,XV<@'VA,[V>M*BW) = *y
MJJD C5Y#BDSF9\VO0_ -KEY#G5M"[EY#3,=G8*Y>0YU;0JD C5]#3.TNKE]#y
M[%Y#, %@O5M"[E]#3.TNKE]#Z- !8,J=6T+N7T-@("EJD -,BFBM*BTI?\D8y
M\ 3)&=!3J0>-D$,@&V.I (UY0XV,0XV-0ZG_A:"I086AK7E#S7M#, VB6*!Yy
M(.HN(.<N3(1H[GE#J0"-74.I 8U;0ZE$C?]!J5J-7$,@DVP@6%U,A&A,[D2Iy
M & @46!,AV@@>6OP TP?:*TJ+4SM+JFEA8JI<86+J06%C*E_A8V@ JD!(.$Ny
M8.KJ3.TNJ00@X2Y,O40@YRY@R0'0"Z(%H'\@ZBX@YRY@H@B@?TS/:*(0J9N=y
MWT/*$/I@K&I#B# 'L8J1C$SK:&"&I(2E2*  JO )L:29WT/(RM#WJ9N9WT-Hy
M8*QJ0X@P"*UK0Y&,3!-I8$@I?\D@$ RI7B ::F@8:4!,'VFI&R ::FA,&FIHy
MC6%#:(UB0VBJ:*BI $B*2*D 2)A((.0N:!AM<4.J:&UR0ZBM8D-(K6%#2& Xy
M((UIBDI*2JKHB@H*"JK@4*V50] "X"BP!""-:6 @[8 @]8!@D RD5*95X%"0y
M J)/&&!,68)(2DI*2B"V::IH*0\@MFE(BB ::FA,&FH8:?:0 FD&:3I@CKE#y
MC;I#H@2MN4/="FJMND/]#VJP \K0[Z PK;E#W0IJK;I#_0]JD!6MN4/]"FJ-y
MN4.MND/]#VJ-ND/(T-V*2)@@&FIHJLH0T& !"F3H$     ,G(,!I3.<N3*Z y
M("EJD 8@CX),'6I@K?P"R?_P#" Y,+#TC2HMR0 88*D .&!(J3I,26I(J:J-y
MR *E%(TL+6A@FU)3(&5R<F]R(  @+3X@ +U# Q @2+U" TBB4Z!J(.HN:"">y
M::)>H&H@ZBYH()YI(.<NHC!@K28M\ %@(!AKHC"I(YU$ ZDMG44#J0V=2@.Iy
M )U+ YU( YU) ZD#G4(#(%;DJ2*=0@.I\YU* ZD G40#G44#(%;DJ2:=0@.My
MIT.=2@,@5N2I))U" ZR?0[E0>YU* R!6Y*DHG4(#J0"=2 .=1 .=2P.I!IU%y
M ZD!G4D#J0V=2@,@5N0@8VJI 8TF+2 N:V"M)BWP$*D C28MC2@MC2DMHC!,y
MD#%@HC"I#9U" R!6Y"!C:JWJ HTG+:WK HTH+:WL HTI+:TG+? =K:1#\!"Fy
M<*1K(.HNK2<M()YI(.<NJ0"-*"V-*2U@0V]M(&5R<B  (%ULK2TMT$JM*"W)y
M - =K2DMR0#0%B N:ZTH+<D T RM*2W) - %J?_) &"M*"W.*"W) - #SBDMy
MHC @&S&NH$/P BE_C2HMC"LM(!5LJ0#) &!&<F%M:6YG $]V97)R=6X 4&%Ry
M:71Y( !"=68@3V9L $)A9"!/<'0 1&5V($Y2(  X-3 @97)R $-M9"!E<G( y
M4E,@;VL@(   K2<M\"VB "JP".C@!]#X3$=LB@H*"AAIS$BI:VD J&BB("!<y
MC2!&:J44:8 ) 8T4;&"M%&SP!.44T R-%&RI#*!LHB @7(U@K:%#R0'0+JTMy
M+? #("YKKBXMT!*M*2W0":TH+3 $R3*0$R#O;&"M*2W0"JTH+<D4L ,@YFQ@y
MBDB82"!Y:_#[:*AHJF   (ZA;(RB;*(P("TQKJ%LK*)L8" 8:Z(PJ?*=2@.Iy
M(IU" ZDCG40#J2V=10.I )U+ R!6Y*#ZHOK*T/V(T/@@CVI,5N2I (TN+:D1y
MT >I!8TN+:D3(*-L(+*)8*  C&-#K;%#&&D@D:#(K;-#&&D@D:#(K:M#&&D@y
MD:#(K:U#24"1H,BMKT,8:2"1H,BMM4.1H,BMI4/) / &K:E#D:!@J5F1H&"@y
M +&@..D@C;)#R+&@..D@C;1#R+&@..D@C:Q#R+&@24"-KD/(L:#) / #3'QMy
MJ0V-L$-,@FTXZ2"-L$/(L:#) / #3(YMJ2.-MD/(K5M#R0DP/+&@R4[P'<E9y
M\"+)(3 NR3\P",E@,";)?Q BC:I#J0&-I4-@C:I#J0"-I4-@C:I#K:5#R0#Py
M!JVI0XVJ0V"I (U;0ZE.C5Q#(%A=8)M!=&%R:2 X,# @2V5R;6ET('8@,RXSy
MFW1Y<&4@/R!F;W(@:&5L<  1 V)Y90#52@=C;VYN96-T /M$"61I<F5C=&]Ry
M>0!=8P5E<F%S90!]9 1E>&ET -Y*!F9I;FES:  ^2P-G970 I$L$:&5L< ##y
M2@1Q=6ET -Y*!W)E8V5I=F4 ,TP&<F5N86UE "9D!W)E<W1O<F4 !V<$<V%Vy
M90#.9@1S96YD $-1 W-E=  M501S:&]W "=9!G-T871U<P!P7!$&97-C87!Ey
M $A5 VEB;0!\50IL;V-A;"UE8VAO +!5!W)E8V5I=F4 Q%4$<V5N9 #I51)Ty
M97)M:6YA;"UE;75L871I;VX (U8,9FEL92UW87)N:6YG $-6$65I9VAT+6)Iy
M="UQ=6]T:6YG %=6"61E8G5G9VEN9P!K5@EF:6QE+71Y<&4 P5</<G,R,S(My
M<F5G:7-T97)S .E7!G!A<FET>0 26 1B875D $I8"7=O<F0M<VEZ90""6 QFy
M;&]W+6-O;G1R;VP O5@-<V-R965N+61R:79E<@#16 QD969A=6QT+61I<VL y
M]U@1 V%L; !0601B875D /I;"61E8G5G9VEN9P"$60QD969A=6QT+61I<VL y
M7%P196EG:'0M8FET+7%U;W1I;F< ]ED&97-C87!E !9:"69I;&4M='EP90"@y
M6PQF:6QE+7=A<FYI;F< !EH,9FQO=RUC;VYT<F]L $Q< VEB;0#660IL;V-Ay
M;"UE8VAO .99!G!A<FET>0#-6P=R96-E:79E '):#W)S,C,R+7)E9VES=&5Ry
M<P J6@1S96YD $1:$G1E<FUI;F%L+65M=6QA=&EO;@"Q60EW;W)D+7-I>F4 y
M)UP'%&5I9VAT+6)I="UQ=6]T92UC:&%R  8&"V5N9"UO9BUL:6YE  D)#7!Ay
M8VME="UL96YG=&@ # P(<&%D+6-H87(    '<&%D9&EN9P # PIQ=6]T92UCy
M:&%R  \/!W1I;65O=70 $A(#!V%T87-C:6D  0$%87-C:6D    &8FEN87)Yy
M  ("!01E=F5N  0$!&UA<FL  @($;F]N90    -O9&0  P,%<W!A8V4  0$*y
M C4P     C<U  $! S$Q,  " @,Q-3   P,#,S P  0$!#$R,#  !04$,3@Py
M,  &!@0R-# P  <'!#0X,#  " @$.38P,  )"0,#;V9F    !71E<G-E  $!y
M!W9E<F)O<V4  @(""65I9VAT+6)I=     ES979E;BUB:70  0$" F]N  $!y
M V]F9@    (";F\    #>65S  $! P5A=&%R:0    HT,"UC;VQU;6YS  $!y
M"C@P+6-O;'5M;G,  @(#!&YO;F4    %=G0Q,#   @($=G0U,@ ! 00 " ";y
M:V5R;6ET(&-O;6UA;F1S(&9O<B!T:&ES('9E<G-I;VX@87)E.IN;8GEE(" @y
M(" @('-H=70@(&1O=VX@(&%N9" @;&]G("!O=70@(&&;(" @(" @(" @(')Ey
M;6]T92 @:V5R;6ET('-E<G9E<BP@('1H96Z;(" @(" @(" @(&5X:70NFYMCy
M;VYN96-T(" @86QL;W<@=7-E<B!T;R!T86QK('1O(')E;6]T99L@(" @(" @y
M(" @:V5R;6ET(&1I<F5C=&QY+IN;9&ER96-T;W)Y(&QI<W0@9&ES:R!D:7)Ey
M8W1O<GF;FW)E;F%M92 @("!R96YA;65S(&]N92!O<B!M;W)E(&9I;&5S(&]Ny
MFR @(" @(" @("!T:&4@9&5F875L="!D<FEV92Z;FV5R87-E(" @("!D96QEy
M=&5S(&]N92!O<B!M;W)E(&9I;&5S(&]NFR @(" @(" @("!T:&4@9&5F875Ly
M="!D<FEV92Z;FV5X:70@(" @("!E>&ET("!F<F]M("!K97)M:70@(&)A8VL@y
M('1OFR @(" @(" @("!T:&4@(&AO<W0@;W!E<F%T:6YG("!S>7-T96TNFYMFy
M:6YI<V@@(" @<VAU=" @(&1O=VX@(')E;6]T92 @(&ME<FUI=)L@(" @(" @y
M(" @<V5R=F5R("!B=70@(&1O(&YO=" @;&]G(&]U=)L@(" @(" @(" @<F5My
M;W1E(&IO8BX@9&\@;F]T(&5X:70@9G)O;9L@(" @(" @(" @;&]C86P@:V5Ry
M;6ET+IN;9V5T(" @(" @(&9E=&-H("!A(&9I;&4@9G)O;2!A("!R96UO=&6;y
M(" @(" @(" @('-E<G9E<B!K97)M:70N("!T:&4@9FEL96YA;66;(" @(" @y
M(" @(&ES("!V86QI9&%T960@8GD@('1H92!R96UO=&6;(" @(" @(" @('-Ey
M<G9E<BZ;FVAE;' @(" @("!P<FEN="!I;G-T<G5C=&EO;G,@;VZ;(" @(" @y
M(" @('9A<FEO=7,@(&-O;6UA;F1S("!A=F%I;&%B;&6;(" @(" @(" @(&ENy
M(&ME<FUI="Z;FW%U:70@(" @("!S86UE(&%S(&5X:70NFYMR96-E:79E(" @y
M<F5C96EV92!A(&9I;&4@;W(@9FEL92!G<F]U<)L@(" @(" @(" @9G)O;2!Ty
M:&4@<F5M;W1E(&AO<W0NFYMR97-T;W)E(" @<F5S=&]R92 @:V5R;6ET("!Py
M87)A;65T97)SFR @(" @(" @("!F<F]M(&9I;&4@:V5R;6ET+FEN:9N;<V%Vy
M92 @(" @('-A=F4@(&ME<FUI=" @<&%R86UE=&5R<R!I;IL@(" @(" @(" @y
M9FEL92!K97)M:70N:6YIFYMS96YD(" @(" @<V5N9',@82!F:6QE(&9R;VT@y
M=&AE("!M-C4P,IL@(" @(" @(" @8F%S960@8V]M<'5T97(@=&\@=&AE(')Ey
M;6]T99L@(" @(" @(" @:&]S="Z;FW-E=" @(" @("!E<W1A8FQI<V@@=F%Ry
M:6]U<R!P87)A;65T97)SFR @(" @(" @("!S=6-H(&%S(&1E8G5G9VEN9R!My
M;V1E+" @96]LFR @(" @(" @("!C:&%R86-T97(L(&%N9" @=')A;G-M:7-Sy
M:6]NFR @(" @(" @("!D96QA>2Z;FW-H;W<@(" @("!D:7-P;&%Y("!V87)Iy
M;W5S("!P87)A;65T97)SFR @(" @(" @("!E<W1A8FQI<VAE9" @(&)Y(" @y
M=&AE(" @<V5TFR @(" @(" @("!C;VUM86YD+IN;<W1A='5S(" @(&=I=F4@y
M(&EN9F]R;6%T:6]N(&%B;W5T("!T:&6;(" @(" @(" @(&QA<W0@9FEL92!Ty
M<F%N<V9E<BZ; &]N92!O9B!T:&4@9F]L;&]W:6YG.IL@(" @(#\@+2!T:&ESy
M(&AE;' @;65S<V%G92Z;(" @("!B("T@<V5N9"!A(&)R96%K('-I9VYA;"Z;y
M(" @("!C("T@8VQO<V4@=&AE(&-O;FYE8W1I;VXNFR @(" @<R M('-T871Uy
M<R!O9B!C;VYN96-T:6]N+IL@(" @(&5S8V%P92UC:&%R("T@=')A;G-M:70@y
M=&AE(&5S8V%P92!C:&%R86-T97(NFP";/W5N<F5C;V=N:7IE9"!C;VUM86YDy
M )L_:6QL96=A;"!C:&%R86-T97( FS]N;W0@8V]N9FER;65D )L_:6YT96=Ey
M<B!O=70@;V8@<F%N9V4 FS]A<V-I:2!C:&%R86-T97(@:7,@;F]T(&EN('!Ry
M;W!E<B!R86YG90";/V5X<&5C=&EN9R!K97EW;W)D )L_97AP96-T:6YG(&9Iy
M;&4@<W!E8P";/V5X<&5C=&EN9R!I;G1E9V5R )L_ )L_;G5L;"!S=')I;F<@y
M9F]U;F0@=VAI;&4@;&]O:VEN9R!F;W(@=&5X= ";/V-O=6QD(&YO="!S96YDy
M(&=E;F5R:6,@;&]G;W5T('!A8VME= ";/V-O=6QD(&YO="!S96YD(&=E;F5Ry
M:6,@9FEN:7-H('!A8VME= ";/V1R:79E(&YU;6)E<B!O=70@;V8@<F%N9V4 y
MFV1I<VL@97)R;W(@<W1A=" ](#\_ )MC86YN;W0@<F5C96EV92!I;FET )MCy
M86YN;W0@<F5C96EV92!F:6QE+6AE860 FV-A;FYO="!R96-E:79E(&1A=&$ y
MFVUA>"!R971R>2!C;W5N="!E>&-E961E9 ";8F%D(&-H:W-U;3IP86-K+"!Ay
M8W1U86P@ )MP<F]G<F%M(&5R<F]R(&EN(')P86L FS@M8FET('%U;W1I;F<@y
M<F5F=7-E9 ";=')A;G-F97(@86)O<G1E9"!B>2!U<V5R )MC86YN;W0@86QTy
M97(@9FEL96YA;64 FR!F:6QE(&%L<F5A9'D@97AI<W1S    V'GM>0=Z''HVy
M>@  ?GJ8>J]ZPGF;17)R;W(@ &%S8VEI("  871A<V-I:0!B:6YA<GD@ &YOy
M;F4@ '-P86-E &UA<FL@ &]D9" @ &5V96X@ " L+R4J-3 @(  W-2 @ #$Qy
M,"  ,34P(  S,# @ #$R,#  ,3@P,  R-# P #0X,#  .38P,  "! 4'" H+y
M# T.;V9F(" @("  =&5R<V4@("  =F5R8F]S92  ;F]N92  =G0U,B  =G0Qy
M,#  <W!A:SH@(" @('-E;F1I;F<@(" @(" @(" @("T@ '-P86MC:#H@("!Sy
M96YD(&-O;7!L971E(" @(" M( !R<&%K.B @(" @=')Y:6YG('1O(')E8V5Iy
M=F4@+2  <G!K9FQS.B @(&9A:6QE9"!T;R!R96-E:79E("T@ ')P:W)E=#H@y
M("!R96-E:79E9" @(" @(" @(" M( !A9&1I=&EO;F%L(&1A=&$ (" @("!Sy
M97$@;G5M8F5R(" @(" @(" @("  (" @("!N=6UB97(@;V8@9&%T82!C:&%Ry
M<R  (" @("!P86-K970@8VAE8VMS=6T@(" @("  <V5N9&EN9R N+G!A8VMEy
M="!N;RX@ '=A:71I;F<@+BYP86-K970@;F\N( ";4F5C96EV:6YG( ";4V5Ny
M9&EN9R  9&5B=6=G:6YG(&ES(" @(" @(" @( !T97)M:6YA;"!E;75L871Iy
M;VX@:7,@ &EB;2UM;V1E(&ES(" @(" @(" @("  ;&]C86PM96-H;R!I<R @y
M(" @(" @( !E:6=H="UB:70M<75O=&EN9R!I<R @ &9I;&4M=V%R;FEN9R!Iy
M<R @(" @("  97-C87!E(&-H87)A8W1E<B!I<R @( !S96YD " @96EG:'0My
M8FET+7%U;W1I;F<@8VAA<B!I<R @(  @(&5N9"UO9BUL:6YE(&-H87)A8W1Ey
M<B!I<R @("  ("!P86-K970M;&5N9W1H(&ES(" @(" @(" @(" @ " @<&%Dy
M9&EN9R!C:&%R86-T97(@:7,@(" @(" @(  @(&%M;W5N="!O9B!P861D:6YGy
M(&ES(" @(" @("  ("!Q=6]T92!C:&%R86-T97(@:7,@(" @(" @(" @ " @y
M=&EM96]U=" H:6X@<V5C;VYD<RD@:7,@(" @( !R96-E:79E &9I;&4M='EPy
M92!M;V1E(&ES(" @("  9FEL92UB>71E+7-I>F4@:7,@(" @( !R<S(S,B!Ry
M96=I<W1E<G,@/2 @(" @) !B875D(')A=&4@:7,@(" @(" @(" @ '!A<FETy
M>2!I<R @(" @(" @(" @("  =V]R9"US:7IE(&ES(" @(" @(" @( !F;&]Wy
M+6-O;G1R;VP@:7,@(" @(" @ &1E9F%U;'0M9&ES:R!I<R @(" @("  ;VX y
M;V9F '-E=F5N+6)I= !E:6=H="UB:70 <V5N9&EN9SH@ ')E8V5I=F5D.B  y
M;G5M8F5R(&]F(&1A=&$@8VAA<G,@<V5N="!I<SH@(" @( !N=6UB97(@;V8@y
M9&%T82!C:&%R<R!R96-E:79E9"!I<SH@ '1O=&%L(&YO+B!O9B!C:&%R<R!Sy
M96YT(&ES.B @(" @("  =&]T86P@;F\N(&]F(&-H87)S(')E8V5I=F5D(&ESy
M.B @( !O=F5R:&5A9"!F;W(@<V5N9"!P86-K971S(&ES.B @(" @ &]V97)Hy
M96%D(&9O<B!R96-E:79E('!A8VME=',@:7,Z("  ;&%S="!E<G)O<B!E;F-Oy
M=6YT97)E9"!I<SH@(" @(" @( !;8V]N;F5C=&EN9R!T;R!H;W-T.B!T>7!Ey
M(  @8R!T;R!R971U<FY= *D C42.(%R 8*D A56%5(U*CJD!C4F.I12-2(X@y
M>8 @DH @A8%@K)5#(/>-=HKC@A"+8*R50R#WC:&* H0TBZD C3N.J1>-/(ZIy
M (U CHU#CHT]CHU!CB 4@F#)F] ,KI5#\"H@[8 @]8!@2"!^@FB@)ZZ50_ "y
MH$_$5; -KD2.T Q((.V (/6 :"#A@&"LE4,@]XW%B@J$IHND5*( (%F"8*14y
MS#R.T -,U('(IE4@68)@I%3,.X[P!XBF52!9@F @XX%@I%3P!HBF52!9@F"Dy
M5, 7D +0!LBF52!9@F"F5? &RJ14(%F"8*95X"BME4/P N!0L ;HI%0@68)@y
MI51((*>!YE2E5,D8L 8@Q8%,5X%HA51@I51(J0"%5&A(Q53P""#%@>943'"!y
M:(54(+:!8*R50] %J7U,LC&E5$BI (54(,6!YE2E5,D8L *0\VB%5& @?H*Ly
ME4,@]XW)BFR(1(P@?H*LE4,@]XW>BH.(@XP@?H*LE4,@]XWTBI:(OXP@?H*Ly
ME4,@]XT"BZ2(THP@?H*LE4,@]XT#B]V(%XVM.XY(I52-.XX@U(%HC3N.8*T[y
MCDBE5(T[CB#C@6B-.XY@I56-3(ZE5(U-CJT]CHU.CJU CHU/CJU!CHU0CJU#y
MCHU1CF"N3(ZL38X@68*M3HZ-/8ZM3XZ-0(ZM4(Z-08ZM48Z-0XY@P!@P J 7y
MP  0 J  X"FME4/P N!1L V82(I(('Z":(55:(548*U)CM +K4J.\ :-28X@y
MR8)@K4F.\ @@R8*I (U)CJ44J#CM+"W)!I &K3J.C<@"F#CM2([)%+ !8(Q(y
MCB#)@JR50R#WC02+%HDBC*U*CDD!C4J.K)5#(/>-!8L7B2.,J0&-E4-@(!N*y
MK3..K#2.(!&.J0&-E4.@ +XD@\BY)(.%I,BY)(.%I<BY)(.%ILBY)(.%I\B8y
M2""TC6BHOB2#T-NIH(WT F"  .  H &@X@"B"7J#"*("PH-XH@+2@Y"B 1CBy
M4*(!*.)8H@&(XF"B =#B:*(!F.)PH@&0XHBB >#CP*(!".*@H@$@XJBB <#By
ML*(!N.*XH@3B@]BC ,S,,S/,S#,SD)#PD(X(" CP@.">D!P0$#! 0#P2$AP2y
M0$! ?A <$! 8)"08      @(/@@( #X 2&A82$ (#@!$1"@0/@@("/__    y
M     /__             /__         /__#A@8>!@8#@ 8&!@8&!C___"#y
M4XX8 ' 8&!X8&'     [;@    "IX(WT DQVBDBF5:14(%^):,E@D ^N1HZLy
M18[P ZY'CN  \ ,XZ2"L0X[P @F H "1IN953$&$K95#R0'P 6"E53CM-XXPy
M!,D"$ BE53CI DQAA,DE,!JE53CI)4QGA,D $ *I ,DH, *I*(TWCB!PB6  y
M          !$1$1$ $0  *JJ        JNZJ[JH  $1FB$0B[D0  )FJ(E69y
M    1*I$JJI5   B1        ")$1$1$(@  1"(B(B)$  "99O]FF0    !$y
M[D0          "(B1    .X             1   (B)$1(B(  !$JNZJJD0 y
M $3,1$1$[@  1*HB1(CN  #N(D0B(LP  *JJJNXB(@  [HC,(B+,  !$B,RJy
MJD0  .XB(D2(B   1*I$JJI$  !$JJIF1(@   !$  !$     $0 1$2(   By
M1(A$(@    #N .X     B$0B1(@   !$JB)$ $0  $3NJHAF    1*JJ[JJJy
M  #,JLRJJLP  &:(B(B(9@  S*JJJJK,  #NB,R(B.X  .Z(S(B(B   1*J(y
MJJI$  "JJNZJJJH  .Y$1$1$[@  9B(B(JI$  "JJLRJJJH  (B(B(B([@  y
MJNZJJJJJ  #,JJJJJJH  $2JJJJJ1   S*JJS(B(  !$JJJJJD0B ,RJJLRJy
MJ@  9HA$(B+,  #N1$1$1$0  *JJJJJJ[@  JJJJJJI$  "JJJJJ[JH  *JJy
M1*JJJ@  JJJJ1$1$  #N(D2(B.X  .Z(B(B([@  B(A$1"(B  #N(B(B(NX y
M $2J                _P!$(@        #,(F:J[@  B,RJJJK,    9HB(y
MB&8  ")FJJJJ9@   $2J[HAF  !FB,R(B(@   !$JJIF(LP B,RJJJJJ  !$y
M $1$1$0  "( (B(BJD0 B*JJS*JJ  #,1$1$1.X   "J[JJJJ@   ,RJJJJJy
M    1*JJJD0   #,JJK,B(@  $2JJF8B,P  S*J(B(@   !FB$0BS   1.Y$y
M1$1F    JJJJJNX   "JJJJJ1    *JJJNZJ    JJI$JJH   "JJJIF(LP y
M .XB1(CN &9$1,Q$1&8 1$1$1$1$1 !F(B(S(B)F  !5J@              y
M    1$3N[D1$ *I5JE6J5:I5 *KNJG<B(@  [LR(=V9$  #,B.Y59E4  (B(y
M[G=F1   [JKN        1.Y$1.X  *KNJD1$=P  JJI$=R(B $1$1,P     y
M    S$1$1$0   !W1$1$1$1$1'<     1$1$_T1$1$3_          #_    y
M        _P           /\           #_1$1$=T1$1$1$1$3,1$1$1$1$y
M1/\         _T1$1$1$1$1$1$1$1  B1(A$(NX  (A$(D2([@    #NJJJJy
M   B[D3NB    ,R(S(B([@    !F9@   *14IE4@7XF@ *E0..55\ :JJ0 @y
M[HU@I%2B "!?B:  IE7P!:D (.Z-8*552*D A54@;(AHA55@K3N.A:BHR*( y
M(%^)I::%I*6GA:6DJ*( (%^)HE @J8WFJ*6HS3R.D-RB *P\CB!?B:)0J0 @y
M[HU@K3R.A:BHB*( (%^)I::%I*6GA:6DJ*( (%^)HE @J8W&J*6HS3N.T-RBy
M *P[CB!?B:)0J0 @[HU@8#@@C6D@7XF@ +&F28"1IF"$IJD A:<&IB:G!J8Fy
MIYAEIH6FD +FIP:F)J<&IB:G!J8FIP:F)J?@4) "HD^*&&6FA::0 N:G8" Gy
MB:D &&6FA::ID&6GA:=@I51(I55(J0"%5(55J0.%I*F?A:6F5:14(%^)I508y
M951E5*C(I:88;3>.D:2EIVD R)&DYE2E5,D8T-EHA55HA51@J5TX[9=#C1JOy
MK2XM\ 2I#= "J0N-%J^M+2WP"ZE4KI5#X '0 JE C1BO8*D A::IGX6GH "Iy
M<)&FR)&FR*D@D:;(J0"%I*F0A:5@J4*1ILBI )&FR*FOD:;(J4&1ILBI )&Fy
MR*F?D:9@(-V)HABI0I&FR*6DD:;(&&E0A:2EI9&FR&D A:7*T.4@_8E@(-V)y
MJ4^1ILBI )&FR*F0D:;((&J*J4^1ILBI )&FR*F@D:;((&J*(/V)8*)?J0^1y
MILC*T/I@8*TMCJPNCB 1CJTOCHW% JTPCHW& JTQCHW( JTRCH54J?^-1(ZIy
M (V50V"M, *-+8ZM,0*-+HZMQ0*-+XZMQ@*-,(ZMR *-,8ZE5(TRCF @LC%@y
MI55(J2?%5? (J2 @LC%,S(IHA55@I55(J0"%56C%5? )2*D@(+(Q3.6*8*55y
M2*D A54@R8IHA55@8&!@J1\@LC&I'B"R,6 @/XJM-8ZL-HX@$8ZM.(Z-Q@*My
M.8Z-Q0*M.HZ-R *I HV50V!,=HK@4) "HE&*2JJI#[ "J?"-2XY@F$C)#) "y
MZ0R%IJD A:<@-XL&IJ6F!J8&IF6FA:8&IB:G!J8FIP:F)J<&IB:G!J8FIXIEy
MIH6FI:=I (6G:,D,L VEIFD A::EIVF0A:=@&*6F:0"%IJ6G::"%IV I?\E@y
MD ^N1HZL18[P ZY'CN  T ,XZ2!(A:2I (6E!J0FI0:D)J4&I":EI:1I=(6Dy
MI:5IA(6EI%2F52!*BZ  H@"AIE&D+4N.0:; !] (KD".\ ,-2XZN0X[P TU+y
MCJ( @::EIAAI*(6FI:=I (6GR, (D,M,'HQHYE5@8#@@C6D@2HNB"*  L:9-y
M2XZ1IJ6F&&DHA::0 N:GRM#K8*95I%0@2HN&J:D(A:B@ *DHKDN., FI\#&Fy
MD:;(J2<XY:GP":JI )&FR,K0^J6F&&DHA::EIVD A:?&J-#/8*( Y%7P-:14y
M($J+IE4@-XN&J:D(A:BM2XX0!J2I,::1IJ:I\ 6I "#NC:6F&&DHA::EIVD y
MA:?&J-#;8*( I%0@2HNI0(6LJ0&%K2#)C6"M.XZ%J" N:R!=;*( I*C(($J+y
MI::%I*6GA:6B *2H($J+J4"%K*D!A:T@B(WFJ*6HS3R.D,^E5$BM/(Z%5""_y
MC&B%5&"M/(Z%J" N:R!=;*( I*B(($J+I::%I*6GA:6B *2H($J+J4"%K*D!y
MA:T@B(W&J*6HS3N.T,^E5$BM.XZ%5""_C&B%5&"%J(2IH "QJ/ 3R9OP$\E@y
ML ,XZ2"= *_HR$QBC8I(J0"= *_HX"B0^&BJ8*6M\ L@GXWFI>:GQJW0\::Ly
M\ ,@J8U@H "QI)&FR-#Y8*  L:21ILC*T/A@AJRI (6M!JPFK0:L)JT&K":My
M3(B-J0 @SXU@IJWP"R#FC>:EYJ?&K=#QIJSP R#NC6"@ )&FR-#[8*  D:;(y
MRM#Z8*IHA:1HA:68."JHL:2%ILBQI(6GBFRF &  H@&&0JXO H:FH@". -2-y
M, *,,0*FIHX U,9"8         "? )\ "@((_____O[___[__P   ?______y
'_________P  y
 
end
----------------------------------------------------------------

seg@pbhya.UUCP (Stephen Grove) (03/09/88)

Lines: 549

and here's kermitnr.uue...
--------------------------------kermitnr.uue--------------------------------
begin 666 KERMITNR.COM
M___@ N$"1$3__R M]BY%.IM2.IL           ";#7\)_0=^?P -FPE_!_U_y
M?@  AJZ$KXU!+:  L:[P#LU!+? %R,A,2RW(L:Y@K4$M8    ,EAD ?)>[ #y
M..D@8,DZ\![)+O :R2KP%LD_\!+),) ,R3J0"LE!D 3)6Y ".& 88(YB+;&Ty
M\! @9"T@<"VP",UB+? %R-#LH/]@    CJXM&&6PA;:EL6D A;>QM/!6S:XMy
M\%#)F_!-R"!D+2!P+;!$R2KP!,D_T I(J0@-KRV-KRUHC&$M2* !L;:@ -&Vy
ML!R@ 4@8:0&1MF@8:0*H:)&VK; M#:\MC:\M3!(N:*QA+4R_+<A@AK2$M:D y
MC:\MH *1L* &D;"@$)&PH "B.B"4+3 /J0&-L"V@ *D!(+$M3$DNH "I HVPy
M+:D%HBX@L2VI!(VP+:D/HIL@L2VMKRV@ )&P8(QC+:QA+9&T[F$MK&,M8+&Py
M(&DNR,K0]V"QL,BJ8(:TA+6@ (QA+: "(((N\ @@>"ZI.B!I+J &(((N\ ,@y
M>"ZI+B!I+J 0(((N\ ,@>"ZIFR!I+F"QL- .L;+P"JKHL;*1L,C*T/A@H (@y
MOBZ@!B"^+J 0(+XN8$R;,DRP/4R?/4RM/4P0/DPT/DQ6/@#__PTO$"\     y
M__\?+Z)!                                  !L:CO__VLK*F__<'4-y
M:2T]=O]C__]B>'HT_S,V&S4R,2P@+F[_;2_ <O]E>0ET=W$Y_S W?S@\/F9Hy
M9/_"9W-A3$HZ__]+7%Y/_U!5FTE??%;_0___0EA:)/\C)ALE(B%;(%U._TT_y
MP%+_15D)5%=1*/\I)WY >WU&2$3_P4=300P*.___"QP>#_\0%9L)'QT6_P/_y
M_P(8&C3_,S8;-3(Q+  N#O\-+\ 2_P49"107$3G_,&!@.!L^!@@$_\('$P%Ly
M:CO__VN"@V__<'65:8"!E?^+__]BBHF,_XN.&XV*B92(DF[_;2_ A_^&>0ETy
MA821_XB/")""@Y-HCO_!9XV,K?P"R?_P.*J].2](*<"J:.# \ 083'LPR<#0y
M"ZTM+4D!C2TM3'4PR<'0"*D!C9=#3'4PR<+0"*D C9=#(+*).*D HO^._ *Py
M#<D , BNET/P R!D+1A@6T$  %M"  !;1   6T,  $]0  !/40  3U(  $]3y
M  !/<   3W$  $]R  !/<P  3W0  $]U  !/=@  3W<  $]X  !/>0  3VX y
M $]M  !/;   3TT  (:HA*DI'PH*J*D;(*-LL:CP!R"C;,A,]C!@J0"=2@.=y
M2P-@G40#F)U% V"=2 .8G4D#8*D'G4(#J0"H( LQ(!,Q(%;D8$BI"YU" ZD y
MJ" +,2 3,6@@5N1@( LQJ0.=0@.I )U( YU) TQ6Y$BI!)U* ZD G4L#:$Q!y
M,4BI")U* ZD G4L#:$Q!,4BI#)U* ZD G4L#:$Q!,4BI!IU* ZD G4L#:$Q!y
M,:D,G4(#3%;DH@#@ / 'J2"@+2!C,:TP HTMCJTQ HTNCF"B $PM,0!(AJB$y
MJ8I(F$B@ +&H\!V,MS')F_ (*7_)#= "J9L@KH"LMS'(T.3FJ4S#,6BH:*IHy
M8$B&J(2IH "QJ(RW,<F;\ D@KH"LMS'(T.YH8&B-(B]HC2,O2*TB+T@8:0&-y
M(B^M(R]I (TC+X:"A(.ZCB OJ0"%A(6&J9"%A86'J0"-)"^-)R^-*R\@YRZFy
M@J2#(.HN8*X@+YJI (6&J9"%AZD C2LO;"(OI8:-*2^EAXTJ+ZTG+XTH+ZG_y
MC24OKB OFJD A82%AJF0A86%AZD C20OC2<OC2LO(.<NIH*D@R#J+FPB+XTLy
M+XXM+XPN+\D T -,!3(@*3O)!- #3/<RR0'0 TR3,\D"T -,7#?) ] #3&$Xy
MR0;0 TQ;-\D%T -,9#C)!] #3+(YR0C0 TRS.<D)T -,?CJB!J! (.HNJ01@y
MI89(I8=(("D]R0 0=RE_R1O0'R! :JD C20O.*6$Z0&%A(6&L +&A:6%A8?.y
M)R],_3+)/] V(!IJHOJ@0"#J+B#G+J:"I(,@ZBZI *  D88XI83I 86$I87Iy
M (6%H@"@D"#J+JD C20O3$HRR0S0"B"%@:( H  @68)H:*D C24O3.TN:(6'y
MC2HO:(6&C2DOK2<OC2@OJ?^-)2]@I89(I8=(J0"-)B^EBH68&&D!A8ZEBX69y
MD )I (6/H "QF(TR+R I/<D ,!0XI8;I 86&A9"EA^D A8>%D4P/-*2&A)"Dy
MAX21*7_)&_ #3 \TJ0(L+B_0'*D C20O($!J.*6$Z0&%A(6&L +&A:6%A8=,y
MN#.I (TD+TRM/ZTR+\D T!AHA8>-*B]HA8:-*2^M)R^-*"^I_XTE+V"@ +&.y
MC30OI8Z%DJ6/A9/FCM "YH_.-"^M-"_)_Q #3 ,V("D]R0 P TS4-2E_R3_0y
M4B ::JD C20OK2POR0;P!Z(/H$%,>C2B(:!!(.HN(.<N((XV(.<NJ0$L+B_Py
M R"S/J:"I(,@ZBZI *  D88XI83I 86$L +&A:( H) @ZBY,2C+)&_ #3(LUy
MJ0"-)"^M-"](K3(O2*6.2*6/2" F-DP,-:D"+"XO\ BM)B_0 TRM/R! :CBEy
MA.D!A82%AK "QH6EA86'SB<O:(6/:(6.:(TR+VB--"_N-"],0S2@ #BEA.D!y
MA82%AK "QH6EA86':(6/:(6.2*6/2+&.R0#P(*H8I8YI 86.D +FCXJ1AABEy
MAFD!A8:0 N:'[B<O3"DU[B<OJ:"1AJ:$I(48I89I 86&A820 N:'I8>%A8P/y
M+ZD H "1AJP/+R#J+FB%CVB%CFB-,B]HC30O3*\UI8Y(I8](K30O2" F-DREy
M-:(KH$ @ZBY,7C)HC30O:(6/:(6.[C0O[C0O&*6.;30OA8Z0 N:/H "QCJK(y
ML8ZH:&BI (TE+TSM+LE!, ;)6Q ""2"--R^I_XTF+Z  L8Z-."\8I8YI 86.y
MD +FCZTW+\TX+] #3$,T[C0O[C0O[C0O&*6.;30OA8Z0 N:/SC(OI9"%AJ61y
MA8=,#S3.,B\0 6#N-"^M-"^--R\8:0.--"\8I8YM-"^%CI "YH^@ +&.C3@Oy
M&*6.:0&%CI "YH^QDCCM-R_P$(TP+\TX+S !8*  SC O$ -,[2ZQCHTW+[&0y
MR,EA, ;)>Q "*5\I?\TW+_#?8*68A8REF86-H ",,2^,-R^QC(TU+SBEAN60y
MC3 O&*6,:0&%C) "YHW.-2^M-2\P/K&,C2\O&*6,:0&%C) "YHVM,"_P#+&,y
MT9#0"<C,,"\P]" B-^XO+^XO+^XO+QBEC&TO+X6,D +FC:  3+8VK3<OT!BMy
M+"_)!O 'HE&@0$P3-Z)QH$ @ZBX@YRZM,2_P R#G+F"I 8TW+ZTL+\D&T 6Iy
M+R ::J:,I(T@ZBZM,2_0$""G@3@@C6FB%!@@C6E,4C<@YRZM,2]) 8TQ+V  y
MZ(XM+Z6&2*6'2*D C?8NH "I( F F0"1R,PM+Q #3'$W("D]R0 P TPK."E_y
MR3_002 ::J  C"0OHC*@02#J+B#G+JD!+"XO\ ,@LSZF@J2#(.HN.*6$Z0&%y
MA+ "QH7.)R^@ *D D82B *"0(.HN3'TWR1O0+JD C20OJ0(L+B_P"*WV+M #y
M3*T_($!J.*6$Z0&%A(6&I87I (6%A8?.)R],2C*M]B[) - #3$DXS2TO, -,y
M23BL]BZI )D D6AHH@"@D:D C24OK?8N3.TNR2 P&LE_$!;)83 &R7L0 BE?y
MK/8NF0"1[O8N3'TW:(6'C2HO:(6&C2DOK2<OC2@OJ?^-)2]@3%PWI89(I8=(y
MX!$P TR>.> "$ -,GCF.$"^I (T1+XT2+XT3+XT4+XT5+XT6+XT7+XT8+R Iy
M/<D , -,0SDI?\D;T#&I BPN+_ +K1$O#1(OT -,K3\@0&JI (TD+SBEA.D!y
MA82%AK "QH6EA86'SB<O3)4XR3_062 ::J)5H$$@ZBZM$"_)"C .&*D!:3 @y
M&FJM$"\XZ0H8:3 @&FH@YRZI 2PN+_ #(+,^IH*D@R#J+JD H "1ACBEA.D!y
MA82P L:%H@"@D"#J+JD C20O3$HRKA$OK!(O:&BI (TE+TSM+LE@, ,XZ2<Xy
MZ3#) # %S1 O,!AHA8>-*2]HA8:-*2^M)R^-*"^I_XTE+V!(K1(O2*T1+TBIy
M $BM$"]((.0N:(T1+VB-$B]H&&T1+XT1+ZT2+VD C1(OL U,E3BBLZ! (.HNy
M3%XRHM*@0"#J+DQ>,F"EADBEATBI (WV+B I/2"&/DQ0.LD $'DI?\D_T$$@y
M&FJ@ (PD+Z)NH$$@ZBX@YRZI 2PN+_ #(+,^IH*D@R#J+CBEA.D!A82P L:%y
MSB<OH "I )&$H@"@D"#J+DR^.<D;T"ZI (TD+ZD"+"XO\ BM]B[0 TRM/R! y
M:CBEA.D!A82%AJ6%Z0"%A86'SB<O3$HRK/8NF0"1[O8N3+XYK?8N\!%H:*( y
MH)&I (TE+ZWV+DSM+FB%AXTJ+VB%AHTI+ZTG+XTH+ZG_C24O8*6&2*6'2" Iy
M/1!Y*7_)&] ?($!JJ0"-)"\XI83I 86$A8:P L:%I86%A\XG+TR$.LD_T%\@y
M&FJBA:!!(.HNJ2(@&FJM+2\@&FJI(B ::B#G+JD!+"XO\ ,@LSZF@J2#(.HNy
M.*6$Z0&%A*6%Z0"%A:D H "1AJ( H) @ZBZI (TD+TQ*,LTM+] *:&BI (TEy
M+TSM+FB%AXTJ+VB%AHTI+ZTG+XTH+ZG_C24O8$B*2)A("*  K20OR0#P TP?y
M/>XG+] )($!JSB<O3%XR(!UJR1OP*,D-\"3)"O @R0GP',D5\!C)%_ 4R0SPy
M$,E_\ S)"/ (R2"0U<F L-')?_ $R0C0**XG+^ !T"&N)2\0'*TI+X6&A82My
M*B^%AX6%K2@OC2<OJ0"--B],DSR@ )&$JABEA&D!A820 N:%BLD5T"<@Q8$Xy
M((UIH@ 8((UIIH*D@R#J+B"G@:D A82ID(6%J0"-)R],2C+)"/ $R7_0)R Ry
M@2"G@<XG+\XG+ZTG+\D $ 8@0&I,O3LXI83I H6$L +&A4Q*,LD7\ -,U3RIy
M XTV+SBEA.D#A82P L:%K38OS2<O, -,O3N@ +&$R0H0 TS$/,D.,"7)(! #y
M3,0\R2,P&LDG$ -,Q#S),# /R3H0 TS$/,D_, 3))]!;SC8O&*6$:0&%A) "y
MYH6M)R\X((UIC@XOS0XO, V(2!@@C6EH..DH3'H\J0"@ )&$(,6!.""-::( y
M&""-:::"I(,@ZBZB *"0(.HN.*TG+^TV+XTG+R"G@4Q*,NXV+SBEA.D!A82Py
M L:%3"H\R3_P),D;\"#)#? 2R0KP#LD,T!P@A8&B *  (%F"K2<OR0'0 TQ>y
M,JG_C20O3!\]R2#0!B ::DP[.\D)T 8@:&E,.SL@&FI,.SO.)R\H:*AHJFA@y
MH "M)"_) - #("D[L8:J&*6&:0&%AI "YH>*R2#P!,D)T"-(J0C-+"_P$JD"y
MS2PO\ NM*R_) / $:$PI/:G_C2LO:$R;/0A(J0"-*R]H*,D;\!_)/_ /R0WPy
M"\D*\ ?)#/ #*7]@JCBEAND!A8:P L:'B@F 8(I(F$BIFR"N@&BH:*I@3+@Qy
M:(T./FB-#SYHC0H^:(T+/FB-"#YHC0D^J0"-##Z-#3ZB$1AN#3YN##YN"SYNy
M"CZ0$QBM"#YM##Z-##ZM"3YM#3Z-#3[*T-RM"SY(K0H^2*T//DBM#CY(8   y
M        C0TOC@XOC \O:*IHJ(H8:020 <B%@(2!K0TOK@XOK \O;(  *7^@y
M ,D(, <XZ0C(3#@^JJF X #P!<I*3$8^&?<NF?<N8 JP($K)"# '..D(R$Q:y
M/JJI?^  \ ;*.&I,:#XY]RZ9]RY@J0"@ )GW+LC $##X8(T-+RE_H #)"# 'y
M..D(R$R-/JJI@.  \ 7*2DR;/CGW+M &K0TO3.TNK0TO8*TL+TB@ (PS+ZPSy
M+[&<C2PO[C,OR0#0 TRH/\D*, -,J#](HIZ@02#J+FC) =!2JJ602*612*6&y
MA9!(I8>%D4BEF$BEF4B*R0'0!Z(/H$%,"3^B(:!!(.HNK#,OL9R%F,BQG(69y
MR(PS+R".-FB%F6B%F&B%AVB%AFB%D6B%D$R\/LD&T -,XC[) M 'HC*@04R?y
M/\D#T >B0Z!!3)\_R030!Z+ZH$!,GS_)"- 'HFZ@04R?/\D%T#"B5:!!(.HNy
MK#,O[C,OL9S)"C .J3$@&FJL,R^(L9PXZ0H8:3 @&FH@YRX@GFE,O#ZBA:!!y
M(.HN(.<N3+P^:(TL+V XI83I 86$L +&A<XG+Z  L8SP&JXG+^C0"2! :LXGy
M+TQ>,@F D83N)R_(3+T_J2"1A,BI )&$&)AEA(6$J0!EA86%J0"-)"\XI8;Iy
M :JEA^D J"#J+DQ*,@T_<')O9W)A;2!E<G)O<CH@(&EN=F%L:60@8V]M;F0@y
M8V%L;  -/V%M8FEG=6]U<P -/VEL;&5G86P@:6YP=70@9FEL92!S<&5C  T_y
M;F\@:V5Y=V]R9',@;6%T8V@@=&AI<R!P<F5F:7@ #3]N;R!S=VET8VAE<R!My
M871C:"!T:&ES('!R969I>  -/V)A9"!C:&%R86-T97(@:6X@:6YT96=E<B!Ny
M=6UB97( #3]B87-E(&]F(&EN=&5G97(@;W5T(&]F(')A;F=E  T_;W9E<F9Ly
M;W<@=VAI;&4@<F5A9&EN9R!I;G1E9V5R(&YU;6)E<@ @8V]N9FER;2!W:71Hy
M(%)%5%523@ @:V5Y=V]R9"P@;VYE(&]F.@ @<W=I=&-H+"!O;F4@;V8Z "!Iy
M;G!U="!F:6QE('-P96, (&]U='!U="!F:6QE('-P96, (&EN=&5G97(@;G5My
M8F5R(&EN(&)A<V4@ "!U;G%U;W1E9"!T97AT('-T<FEN9R  ('-I;F=L92!Cy
M:&%R86-T97(@=&]K96X@ "!O<B  __];0[Q#                        y
M                   4                                   9  $ y
M   " @ %        "@  )B8     #0U>7@4%(R,       #__]Y#WD, ___Py
M0^^#  <" D0Q" -&3T\@(" @( ,#1$%4*BXJ   "    "             , y
M      (    (             P      (" @()L 2V5R;6ET+38U/@  :(V3y
M0VB-E$.ZCI)#()@Q(!!GJ0"%4JDGA5,@-5@@;5@@I5BBY*!M(.HN(.<N('=$y
M3*]*NHZ10Z(XH$2I "#A+JD,A8JI;H6+J06%EJERA9>@ *D!(.$N3+9$CFA#y
MC&E#;&A#&&UH0XUH0Y #[FE#;&A#HG&@>$SK1**<H'A,ZT2BK*!X3.M$HNR@y
M>$SK1*( H'E,ZT2B%J!Y3.M$HBJ@>4SK1*(MH'D@ZBZND4.:3'M$(!MC3.Y$y
M(+MH( -*J0"-18ZI 8U#1""&@*V=0XV50R!3@*V50] :HBJ@@"#J+JV60R ?y
M::)%H( @ZBX@YRY,.44@_48@CVJM_ +)_]!7('EKT%*MI$/) M #(!A'K2HMy
M*7^-*BVN94/@ = 8K)Q#(/>->45M17-%($Q'3)9%(/M'3)9%K)5#T JB.* My
M($(MC2HMR2"0!R"N@!A,/$4@)D883#Q%("EJL"R-*BT0"J*0H# @Z#!,RT7-y
MED/0"*Z50] #3'1&K2HM(*-LKII#X '0 R"N@""/@JV50_ @J0B-']"M']!)y
M_X6H*03P TQT1JV50\D!T :EJ"D#T 083#Q%*0'P&.XWCJTWCLDHL 8@<(E,y
M/$6I)XTWCDP\1<XWCC &('")3#Q%J0"--XY,/$7)!] $($!J8,D-T 0@[8!@y
MR0G0!" 72F#)&] .J0&-94.I (U2CHU3CF#)"M $(/6 8,D(T 0@,H%@R0[0y
M!JD!C46.8,D/T 6I (U%CF"I[*!&H@ @7(T@'6JM*BV-<$,I7\E#T!"I (U#y
M1""&@*D C95#3.Y$R5/0!B!Y7$S11LE"T 8@M6Q,T4:M<$,I?\D_T JBL*!Wy
M(.HN3'1&S99#T D@HVQ,T48@0&H@_49,RT5+-C4Z($]P=&EO;@ L4V5L+%-Ty
M80!/<'1I;VX@*$,L4RQ"+#\I *G7H$:B "!<C:V50\D"\ >IXZ!&(%R-(+*)y
M8*  HA*Y Z^9 *_(RM#VK2HM2DI*2B"V:3CI()D K\BM*BTI#R"V:3CI()D y
MK\BI )D KV"I (UE0ZTJ+2E_R4$P!,EZ, -,P4?)0= $(!B!8,E"T 0@(X%@y
MR4/0!" ]@6#)1- $(#*!8,E(T BB *  (%F"8,E)T 0@!H%@R4K0!"!1@6#)y
M2] $(*>!8,E9T 0@UD=@R6_0!JD!C4..8,ENT :I (U#CF!(J1L@'VEHR1O0y
M!JD!C65#8" ?:6 @>6O0^ZTJ+2E_..D@2"!Y:]#[K2HM*7\XZ2"J:*@@68(@y
M.81@KE*.O"U*\&$0*<DZL"7),) AZ3!(K%..N7BO"D@*"IEXKV@8>7BOF7BOy
M:!AY>*^9>*]@W2U*\ ;HZ.A,_D>]+TKP#X6GO2Y*A::I (UE0VRF +PN2HQ2y
MCKDM2A +[E..K%..J0"9>*]@J0"-94-@K'FOP .P<R#WC5&!:8&%@:QYK\ #y
ML&,@]XVG@;:!Q8&B * !(+A)J(C &) !J(2FH@&@ 2"X2:K*(*E)D &JI*8@y
M68(@.81@H@"@ 2"X2:B((*1)L".$IJC(H@$@N$FHB""D2; 3Q*:0#XP\CJ2Fy
MC#N.H "B "!9@F @1FI@H@"@ 2"X23A)_V54J) %S#N.L .L.XZF52!9@F"By
M * !(+A)&&54J,P\CO %D .L/(ZF52!9@F"B * !(+A)&&55JB"I29 !JJ14y
M(%F"8*( H $@N$DX2?]E5; "J0"JI%0@68)@H@"@ ""X2? ,J, (L JI 9D\y
MCM #(&U)Z.Q3CI#D8*D C3V.C4&.C4".C4..8*( H $@N$F%KL:N, 8@\H%,y
MA4E@H@"@ 2"X286NQJXP!B #@DR926"I%\ 88*V50_ %J4_@4&"I)^ H8.Q3y
MCK &O7FO\ %@F&"I (U&CF"I 8U&CF"I (U'CF"I 8U'CF"F5:D!G2BO8*( y
MH  @N$G) _ (IE6I )THKV"B3ZD G2BORA#Z8"#X2:D(JJD!G2BOBAAI",E0y
MD/)@IE7HX%"P![THK_#VT *B3Z14(%F"8%L< $T&@47U@$3U@#<4@C@W@DC=y
M22AM "EW  #_  !*:DA+>DA!Z$A"!4E#($E$-TEM3DE-?$E,D$D[30!FBDA(y
MBDARLD@_8 !GY4D _P  2(I(9HI(<K)(;4Y).TT  /\  &@/CFP/CCM@  !"y
MQ4DPRTE!Q4D 0M%),-=)0=%) ($@OTJNDD.:K91#2*V30TA@((: 8*D$(.$Ny
M3+U$II:DETSK1$SN1""[:"#?2DSN1& @CVJI (UY0XV,0XV-0ZG_A:"I086Ay
MK7E#S7M#, NB6*!Y(.HN(.<N8.YY0ZD C5U#J0&-6T.I3(W_0:E'C5Q#()-Ly
M(%A=(%9>R0'0R:U<0\E9T -,[2[)1="[('1G8""[:""/:JD C7E#C8Q#C8U#y
MJ?^%H*E!A:&M>4/->T,P#:)_H'D@ZBX@YRY,[D3N>4.I (U=0ZD!C5M#J4:-y
M_T&I1XU<0R"3;"!872!67LD!T,>M7$/)6= #3.Y$R470N2!T9TSN1""/:JD!y
MC9E#J1&-:D.IWX6,J4.%C2 0::F (/,NJ0T@\"ZI"B#P+JD,(/ NJ1L@\"Z@y
M *D((.$N3.=$S;)#, .MLD.-:D.-6T.I_X6,A:"I086-A:&&BH2+BDB82"#Hy
M:&B%BVB%BJG?A8RI0X6-(-UH(.AH(+MHJ5*-7$.I (U=0R!872!U3*D (!MCy
M3.Y$((]JJ0&-F4.I 86<J7*%G:(0H &I B#A+DQI3(UJ0X:*A(NIWX6,J4.%y
MC2#=:"#H:*D C9E#(+MH('5,(!AK3.Y$J5*-?$.I (UX0XUY0XUZ0XV.0XV0y
M0XV 0XV!0XV"0XV#0XV$0XV%0XV&0XV'0XV,0XV-0ZU\0\E$T 8@WTY,J4S)y
M1M &((E-3*E,R5+0!B#:3$RI3,E#T .I 6"MD$,@)%VI &"I_X6@J4&%H:UYy
M0^YY0\U[0_ "L -,_TRI08U\0ZD!C9!#J0!@(%9>C6!#K5Q#R5/0 TPR3:U@y
M0\D \!"I 8V00R!T9ZE!C7Q#J0!@K7A#C5U#(-9MJ0!@K5U#C7A#($9M(/ULy
MJ5F-7$.M>$.-74.MJD/)(3 ,R3\P$LE@, 3)?S *J0"-I4.I!DQM3:D!C:5#y
MJ0>-6T,@6%VM>4.->D.I (UY0R!59ZE&C7Q#J0%@K7E#[GE#S7M#\ *P TRAy
M3:E!C7Q#J0!@(%9>C6!#K5Q#R5/0 TSI3<E:T -,+$[)1M #3&Q.R4+0 TRRy
M3JU@0\D \!"I HV00R!T9ZE!C7Q#J0!@K7A#C5U#(-9MJ0!@K7I#[GI#S7M#y
M\ *P TP&3JE!C7Q#J0*-D$.I &"M74,8:0'->$/P TSY32#];*E9C5Q#J0:-y
M6T,@6%VI (UY0ZD!8*UZ0^YZ0\U[0_ "L -,24ZI08U\0ZD"C9!#J0!@K5U#y
M&&D!S7A#\ -,/$ZI68U<0ZD C5M#(%A=J0"->4.I 6"M74/->$/0 TR$3JE!y
MC7Q#J0*-D$.I & @4&:I5R"@82"'8:E9C5Q#J0"-6T,@6%VM>4.->D.I (UYy
M0R!59ZE$C7Q#J0%@K5U#S7A#T -,RDZI08U\0ZD"C9!#J0!@J5F-7$.I (U;y
M0R!87:E#C7Q#J0%@K7E#[GE#S7M#\ *P TS\3JE!C7Q#J0.-D$.I & @5EZ-y
M8$.M7$/)1- #3#U/R4;0 TS83\E:T -,&E"M8$/) / 0J0.-D$,@=&>I08U\y
M0ZD 8*UX0XU=0R#6;:D 8*U=0\UX0] #3(M/K7I#[GI#S7M#\ *P TQE3ZE!y
MC7Q#J0.-D$.I &"M74,8:0'->$/P TQ83R#];*E9C5Q#J0:-6T,@6%VI (UYy
M0ZD!8" 8:R!Z9<D!T"FI68U<0ZUX0XU=0ZD C5M#(%A=K7E#C7I#J0"->4,@y
M56>I1(U\0ZD!8*E!C5Q#J0"-6T,@6%VI08U\0ZD (!MCJ0!@K7I#[GI#S7M#y
M\ *P TSU3ZE!C7Q#J0.-D$.I &"M74,8:0$I/\UX0_ #3.A/J5F-7$.I (U;y
M0R!87:D C7E#J0%@K5U#S7A#T -,,E"I08U\0ZD#C9!#J0!@J0 @&V.I68U<y
M0ZUX0XU=0ZD C5M#(%A=(%5GJ4:-?$.I 6   " @(" @(" @(" @(" @(" @y
M()M0J0F%L*E$A;&B5Z!0((<NJ5>@4*)0(($QP '0"ZD!C550J0"-5E!@J0"-y
M55 @D#%@K550\ JB4""0,:D C5508*U54- #3$%1HE @&S&-,43)(/ $R2K0y
M92 ;,:  C"-$H B$I" ;,<D@\ JL(T29)$3(C"-$QJ30ZZ  C"U$H .$I" ;y
M,<D@\ JL+429+D3(C"U$QJ30ZR ;,2 ;,8TR1" ;,8TS1" ;,8TT1,F;\ 8@y
M&S%,%U&I!HT=1!A@C;U#H &$J" ;,:2HF;U#R(2HR9O0\2";4#A@J0 @[&,@y
MNV@@\6(@&&L@X6(@:%"I (UP42!Q4; ,((]J(+!1(!AK(!MC3.Y$ " 8:ZUPy
M4? 62"!Z4""K4) $:$R44<YP4=#R:(UP42"K4) %()M0.&"I'86PJ42%L:+?y
MH$,@ARX@FU#N<%$88*E3C7Q#J0"-CT.->$.->4.->D.-CD.-D$.-@$.-@4.-y
M@D.-@T.-A$.-A4.-AD.-AT.-C$.-C4.I_X6 J4&%@:D H "1@,C 6C#YK7Q#y
MR430!B _4DSZ4<E&T 8@XE),^E')6M &((-33/I1R5/0!B 75$SZ4<E"T 8@y
MJU1,^E')0] #J0%@K9!#("1=J0!@K7E#[GE#S7M#\ *P TQ74JE!C7Q#J0!@y
MJ42-7$.M>$.-74.M?D.-6T,@6%T@5EZ-8$.M7$/)3M #3)12R5G0 TRE4JU@y
M0\D \ H@=&>I08U\0ZD 8,Y=0ZUX0\U=0] #3*U2J0!@K7A#S5U#T/6I (UYy
M0R!59R 8:R"N9(U^0ZV.0\D!\ -,VE*I (V.0ZD (!MCJ5J-?$.I 6"I1(U\y
M0ZD!8*UY0^YY0\U[0_ "L -,^E*I08U\0ZD 8*  N=]#R0#P"\F;\ >9_T'(y
M3/Q2C%M#J4:-7$.M>$.-74,@6%T@5EZ-8$.M7$/)3M #3$E3R5G0 TQ:4ZU@y
M0\D T %@('1GJ4&-?$.I &#.74.M74/->$/0 TQB4ZD 8*UX0\U=0]#UJ0"-y
M>4,@56>I4B"@82".82"N9(U^0R"/:JE$C7Q#J0%@K7E#[GE#S7M#\ *P TR@y
M4ZE!C7Q#J02-D$.I &"I6HU<0ZUX0XU=0ZD C5M#(%A=(%9>C6!#K5Q#R4[0y
M TS<4\E9T -,[5.M8$/) / *('1GJ4&-?$.I &#.74.M>$/-74/0 TSU4ZD y
M8*UX0\U=0]#UJ0"->4,@56<@16;) ? #3 ]4J4*-?$.I 6"I1HU\0ZD!8*G_y
MA:"I086A(/ULK7E#S7M#\ *P TP\5*E!C7Q#J02-D$.I &#N>4.I4XU<0ZD'y
MC5M#K7A#C5U#()-L(%A=(%9>C6!#K5Q#R5G0 TQ_5,E.T -,?E2M8$/) - #y
M3'Y4('1GJ4&-?$-@H "M>$/-74/P ZD 8"!&;:VJ0\E.T 6I (VE0ZE&C7Q#y
MJ0"->4,@56>I 6"M>4/N>4/->T/P K #3,A4J4&-?$.I!(V00ZD 8*E"C5Q#y
MK7A#C5U#J0"-6T,@6%T@5EZ-8$.M7$/)3M #3 15R5G0 TP55:U@0\D \ H@y
M=&>I08U\0ZD 8,Y=0ZUX0\U=0] #3!U5J0!@K7A#S5U#T/6I (UY0R!59ZE#y
MC7Q#J0%@J:>%BJENA8N@ *D!(.$N3+9$CFA#C&E#;&A#HA"@ *D%(.$N3,1$y
MCFY#C&]#J00@X2Y,O42M;T/) / #3,1$K6Y#R7\P TS$1(V60TSN1"">:$RVy
M1(Z;0XZ:0Z  J0#@ = )H *I :( CJ%#C)Y#C:!#J00@X2Y,O40@-5@@I5A,y
M[D0@GFA,MD2.FD.I!"#A+DR]1$SN1*D C:A#J7.%BJEPA8N@ *D!(.$N3+9$y
MJ0Z-:$.I5HUI0XI,IT2I 8VH0ZESA8JI<(6+H "I 2#A+DRV1*D.C6A#J5:-y
M:4.*3*=$3"%73/E63(M63-%63$E73'%73)E7J>>%BJEQA8N@ *D!(.$N3+9$y
MCIQ#J00@X2Y,O41,[D0@GFA,MD2.HT.I!"#A+DR]1$SN1"">:$RV1(ZE0ZD$y
M(.$N3+U$3.Y$HFZ@<8:*A(N@ *D!(.$N3+9$CJ1#J00@X2Y,O41,[D2B$*  y
MJ04@X2Y,Q$28R0#P TS$1(K)?S #3,1$R2$P&<D_, 3)8# 1KJA#G:E#J00@y
MX2Y,O41,[D2BPZ!X(.HN(+MH3.Y$HA"@ *D%(.$N3,1$F,D \ -,Q$2*R7\Py
M TS$1*ZH0YVO0R"[:$SN1*(*H "I!2#A+DS$1)C) / #3,1$BLE_, -,Q$2Ny
MJ$.=JT,@NVA,[D2B$*  J04@X2Y,Q$28R0#P TS$1(K)?S #3,1$KJA#G:U#y
M(+MH3.Y$H@J@ *D%(.$N3,1$F,D \ -,Q$2*R5XP TS$1*ZH0YVQ0R"[:$SNy
M1*(0H "I!2#A+DS$1)C) / #3,1$BLE_, -,Q$2NJ$.=M4,@NVA,[D2B"J  y
MJ04@X2Y,Q$28R0#P TS$1(K)?S #3,1$KJA#G;-#(+MH3.Y$J=R%BJEPA8NIy
MWH6,J7"%C: "J0$@X2Y,MD2.F$.I!"#A+DR]1$SN1*(0H "I!2#A+DS$1(YNy
M0XQO0ZD$(.$N3+U$K6Y#C:9#K6]#C:=#3.Y$J?N%BJEPA8N@ *D!(.$N3+9$y
MCIY#J00@X2Y,O40@-5A,[D2MIT,IP(VG0ZZ>0[T9>PVG0XVG0V"I)(6*J7&%y
MBZ  J0$@X2Y,MD2.GT.I!"#A+DR]1"!M6$SN1*VF0RGPC:9#KI]#O5![#:9#y
MC:9#8*F*A8JI<86+H "I 2#A+DRV1(Z@0ZD$(.$N3+U$(*583.Y$K:9#*8^-y
MID.MH$/) = "J1 -ID.-ID-@()YH3+9$CJ%#J00@X2Y,O41,[D2IP86*J7&%y
MBZ  J0$@X2Y,MD2.:D.I!"#A+DR]1*UJ0XV=0TSN1*(0H "I!2#A+DS$1(YNy
M0XQO0ZD$(.$N3+U$K6Y#\ XP#,D(L AI,(WU0TSN1$S$1*F2A8JI;X6+J92%y
MC*EOA8V@ JD!(.$N3+9$CFA#C&E#($U93.Y$;&A#(+MH((=9(+19(-E9(.E9y
M(/U;(-!;("I<($]<(/E9( E:(!E:(*-;(%]<("U:('M;(%9;8""[:*+%H'P@y
MZBZMI$/) S "J0"JJ5J-<4.I>XUR0ZD)2(I((#MI(.HN(.<N8""[:*+<H'P@y
MZBZI=8UQ0ZE[C7)#J09(K9Q#2" [:2#J+B#G+F @NVBB\Z!\(.HNK9M#3,=Hy
M(+MHH@J@?2#J+JV:0TS':""[:*(AH'T@ZBZMI4-,QV@@NVBB.*!](.HNK:-#y
M3,=H(+MHHD^@?2#J+JV60R ?:2#G+F @NVBB>J!^(.HNK:=#()YIK:9#()YIy
M(.<N8*D!C:A#J7.%BJEPA8N@ *D!(.$N3+9$CFI#(+MHJ:"-:$.I6HUI0ZUJy
M0PI,IT2I (VH0ZESA8JI<(6+H "I 2#A+DRV1(YJ0R"[:*F@C6A#J5J-:4.My
M:D,*3*=$(,I:3.Y$(-Y:3.Y$(/):3.Y$( 9;3.Y$(!I;3.Y$("Y;3.Y$($);y
M3.Y$HLB@?2#J+JZH0[VM0R ?:2#G+F"BYZ!](.HNKJA#O:M#JJD (!1J8*)Ky
MH'T@ZBZNJ$.]J4,@'VD@YRY@HHJ@?2#J+JZH0[VO0R ?:2#G+F"BJ:!](.HNy
MKJA#O;%#JJD (!1J8*(&H'X@ZBZNJ$.]M4,@'VD@YRY@HB6@?B#J+JZH0[VSy
M0ZJI " 4:F"I 8VH0Z)FH'T@ZBX@YRX@REH@WEH@\EH@!EL@&EL@+EL@0EM@y
MJ0"-J$.B1*!^(.HN(.<N(,I:(-Y:(/):( 9;(!I;("Y;($);8""[:*),H'X@y
MZBZMF$/) S "J0&JJ>.-<4.I>HUR0ZD(2(I((#MI(.HN(.<N8""[:**IH'X@y
MZBZMGD/)!3 "J0"JJ?N-<4.I>HUR0ZD&2(I((#MI(.HN(.<N8""[:**2H'X@y
MZBZMGT/)"C "J06JJ1Z-<4.I>XUR0ZD%2(I((#MI(.HN(.<N8""[:*+ H'X@y
MZBZMH$/P"Z(,H'\@ZBX@YRY@HA:@?R#J+B#G+F @NVBBUZ!^(.HNK:%#3,=Hy
M(+MHHNZ@?B#J+JWU0R ::B#G+F @NV@@>5Q,[D2B-:!_(.HNKH9#K8=#(!1Jy
MHEB@?R#J+JZ$0ZV%0R 4:J)[H'\@ZBZN@D.M@T,@%&JBGJ!_(.HNKH!#K8%#y
M(!1J(.<NHL&@?R#J+CBM@D/MAD.JK8-#[8=#(!1JHN2@?R#J+CBM@$/MA$.Jy
MK8%#[85#(!1J(.<NH@>@@"#J+B#G+JE +)!#< JMD$,@)%T@YRY@HJ.@02#Jy
M+B#G+F!(*0\*JKW&>JB]Q7JJ:&#) / :2" 57<  \ 4@ZBYH8*+;H'H@ZBYHy
M2"">:6A@2$I*2DH@MFF-U7EH*0\@MFF-UGE@((EJ.""-::( &""-::*#H'P@y
MZBZB " D8*Z,0ZV-0R# ::D C5]#K:Y#H@#LK$.P!^@@$&A,A%VI 2 0:*U;y
M0QAI T@8:2"-?T,@$&AH&&V"0XV"0ZV#0VD C8-#K5U#&&D@2!AM?T.-?T-Hy
M(!!HK5Q#*7](&&U_0XU_0V@@$&B@ (QC0ZQC0\Q;0S #3/Q=L: 8;7]#C7]#y
ML: @$&CN8T-,W5VM?T,IP$I*2DI*2AAM?T,I/QAI(" 0:*VP0R 0:*U?0XU>y
M0ZD C5]#K:1#R0#P!:D (&-@J0"-7T.N7T/L7D,0#+U;0B"C;.Y?0TPU7JVDy
M0\D \ 6I 2!C8& @KV=,QE^MFT/) = -(!]H3'!>K2HMR1'0\S@@C6FB !@@y
MC6FBF:!\(.HNH@$@)&"NC$.MC4,@P&FMI$/) / %J0(@8V"I (U_0XUC0XUPy
M0R#^9TS&7XUP0RE_R0'0\:D!C75#K75#R08P TR>7\D%T JM8T/) - #3.9>y
M(/YG3,9?C7!#*7_) = %J0"-=4.M=4/)!! *K7!#&&U_0XU_0ZUU0\D T BIy
M (U_0TR87\D!T ^M<$,XZ2 XZ0.-6T-,F%_) M ,K7!#..D@C5U#3)A?R0/0y
M":UP0XU<0TR87\D$T$.@ (QC0ZQC0\Q;0S #3)A?P #P%R#^9TS&7XUP0RE_y
MR0'0"*G_C75#3)A?K7!#&&U_0XU_0ZUP0ZQC0Y&@[F-#3#]?R07P TP58*U_y
M0RG 2DI*2DI*&&U_0RD_C7]#[G5#3+I>K7!#..D@S7]#\$:I!8V00Z(VH'H@y
MZBZM<$,@GFFI(" ::JU_0R">::D C5]#K:1#R0#P!:D#(&-@K5M#&&V 0XV y
M0ZV!0VD C8%#J0"-7$-@J0"-7T.MI$/) / %J00@8V"M6T,8;8!#C8!#K8%#y
M:0"-@4.I 6"B4*!Z(.HNJ0:-D$-,QE^MM$/@ = #K;-#H@".N$,8:FZX0VINy
MN$.-MT.E%!AMN$.-N$.MMT-E$XVW0V"E$\VW0S (I13-N$,P 6!,[2Y((.<Ny
M:*J-=$.MI$/) = #3$5AK7Q#R0#P/,E#\#BIAXUQ0ZE[C7)#J1](BD@@.VD@y
MZBZM7$-((!IJ(.<N:(US0ZUT0] #(+]@R030 R"_8"#G+JD!8"#G+JD 8"#Gy
M+J(BH'P@ZBX@YRZB3:!\(.HN[E]#KE]#O5M"..D@()YI(.<NHC*@?"#J+NY?y
M0ZY?0[U;0CCI("">:2#G+NY?0Z#_C&M#[FM#K&M#S%M#$!3N7T.N7T.]6T(@y
M'VFI(" ::DP&82#G+J)HH'P@ZB[N7T.N7T.]6T(XZ2 @GFD@YRX@YRY@BLD y
M\ G) _ 2R03P#F"B(*!_(.HN(.<N3&IAHBJ@?R#J+B#G+JY?0^Q>0Q 1O5M"y
M(!]IJ2 @&FKN7T-,:F$@YRY@HJ^@?$R28:*[H'P@ZBZBO:!#(.HQ(.<N8$@@y
M&&MHR5?P$B#Q8B#A8JF]H$.B0"!4,4SU82#Q8JD!C;M#K:-#R0'0'R!;8DSIy
M8:F;(*Z HKV@0R#J,:*OH'H@ZBX@=&),RF$@X6*B0*F]H$,@8S'  = (J0"-y
MCT.I 6"82*(ZH&(@ZBYH()YIHDF@8B#J+J) O4H#()YIHE"@8B#J+J) O$4#y
MO40#JB#J,:)8H&(@ZBY,]42;3W!E;B!F86EL=7)E(  @0558,2  ($YA;64@y
M)P GFP"I4HTW1"#'8DQN8JD)C9!#3.TNJ5>--T1@K;M#R0'0#:D C;M#J0"-y
MO$-,DF*NO$/HCKQ#BO $(*)B8*D(C9!#KI%#FDSN1* 02*D"(,)B:$A*2DI*y
M(+IB:"D/(+IB8 DPR3J0 FD&F0E$R& @X6*B0*F]H$,@5#'  = &() Q3.TNy
M() Q8*D)A;"I1(6QHKV@0R"'+F"I"86PJ42%L:+?H$,@&BZI\86RJ4.%LR#1y
M+F"I"86PJ42%L:)*H&=,_6(@&&NB0""0,:D!8" @1FEL92 @(" @(" @4V5Cy
M=&]R<YL ("TM+2TM+2TM+2TM+2 M+2TM+2TMFP @(&QO8VME9 "I "#L8R"[y
M:"#Q8B 8:R#A8JF]H$.B)J!C(.HNHCV@8R#J+B!H4""K4+!7J1V%L*E$A;&By
MO:!#((<NJ2 @&FJBO:!#(.HQJ0^%5:D@A:B@ (2IN3)$R3#P"4BI,(6H:$S!y
M8Z6H(!IJI*G(P .0XJTQ1,D@\ >B5*!C(.HN(.<N3(-CHKV@0R#J,2";4$SNy
M1$BB!8:,H$2$C:D#(/9HJ0&%G*ERA9VB$&C) - %H -,$&2@ :D"(.$N3"1Dy
M(/9HHM^@0R :+AA@.&"I_R#L8[!-(/%B(.%BJ?\@[&.P0""[:*  J9O9O4/Py
M \C0^*DLF;U#R)@8:;VJJ4-I *@@ARX@&&NB0*D@G4(#( (QJ;V@0R +,2!6y
MY, !\ -, 6),[D2I_R#L8[ G(+MH(/%B(.%B(!AKHD"I(9U" R ",:F]H$,@y
M"S$@5N3  ? #3 %B3.Y$J0"-8T,@:&9,:V6-<$.JK9A#R0'0#:(OH"VM<$,@y
M0BV-<$.MI4/) ? #3/9DK7!#*8#P%*VJ0ZQC0Y&@R(QC0ZUP0RE_C7!#K7!#y
M*7_)(! 3KIA#X *P+<D-T"FB 8YF0TPS9<E_T -,,V7-MD/0 TP[9:VE0\D!y
MT!^M<$/-JD/0%TP[9:UP0TE C7!#K;9#K&-#D:#(C&-#[H9#T /NAT.M<$.Ly
M8T.1H,B,8T.8&&D&S;)#$ -,LV2M8T-@K6-#R0#0!ZBI 8V.0YA@J0"-8T.My
M8T/-6T,P ZD!8*D C61#K&-#L:"-<$/-J4/0%ZVE0\D!T$.I 8UD0^YC0ZQCy
M0[&@C7!#S;5#T!_N8T.L8T.QH(UP0RE_S;5#\ W-J4/P"*UP0TE C7!#K61#y
MR0'0"*UP0PF C7!#K9A#R0*P*JUP0RE_JLD-T BI 8UG0TP79LD*T ^M9T/)y
M = -J0"-9T-,/&:I (UG0ZV80\D!T VB.* MK7!#($(MC7!#K7!#(+9F3$)Fy
M[H1#T /NA4/N8T-,?V6I & @<5&P ZD 8*D!8*V90\D!T! @W6B@ +&@F=]#y
MR,Q;0S#U8*UF0\D!T JI (UF0ZD*3*UFK8]#R0#P TRP9J) (!LQ2, !\!^Iy
M 8V/0\ #\!/ B/ 6F"!#7:D*C9!#("1=3/5$(!MC:$SM+B ;8ZD 8*) ("TQy
MP 'P"I@@0UVI"HV00V"I $SM+B 8:R"[:*)*H&<@#&,@X6*IO:!#HD @8S' y
M ? #3 %BH "$J+F60Z) ("TQI*C(P"#0[R ;8TSN1""[:" 09TSN1" 8:Z)*y
MH&<@#&,@X6*IO:!#HD @5#'  = 5H ",#R^B0" ;,:P/+YF60\C (-#MJ0*-y
MG4.B0""0,6!+15)-250N24Y)FTBM>$,8:0$I/XUX0QBMC$-I 8V,0ZV-0VD y
MC8U#:&"M7$/)1? !8*G_A8JI086+J:.%C*E!A8VL6T.,:D.I )&,(.AHK9!#y
M"4"-D$,@YRZBHZ!!(.HN(.<N8""):JD C5Y#(!]H3.]GK2HMR0'0\TSC9R ?y
M:$SO9ZTJ+<D!T JJJ0"-7D.*3.9GS:]#\ VN7D.=6T+N7D-,QV=@KEY#G5M"y
MJ0"-7T-,[2ZN7T/L7D,P 6"]6T+N7T-,[2ZN7T/HT %@RIU;0NY?0V @*6J0y
M TR*:*TJ+2E_R1CP!,D9T%.I!XV00R ;8ZD C7E#C8Q#C8U#J?^%H*E!A:&My
M>4/->T,P#:)8H'D@ZBX@YRY,A&CN>4.I (U=0ZD!C5M#J42-_T&I6HU<0R"3y
M;"!874R$:$SN1*D 8"!18$R':"!Y:_ #3!]HK2HM3.TNJ:6%BJEQA8NI!86,y
MJ7^%C: "J0$@X2Y@ZNI,[2ZI!"#A+DR]1"#G+F#) = +H@6@?R#J+B#G+F"By
M"*!_3,]HHA"IFYW?0\H0^F"L:D.(, >QBI&,3.MH8(:DA*5(H "J\ FQI)G?y
M0\C*T/>IFYG?0VA@K&I#B# (K6M#D8Q,$VE@2"E_R2 0#*E>(!IJ:!AI0$P?y
M::D;(!IJ:$P::FB-84-HC6)#:*IHJ*D 2(I(J0!(F$@@Y"YH&&UQ0ZIH;7)#y
MJ*UB0TBM84-(8#@@C6F*2DI*JNB*"@H*JN!0K95#T +@*+ $((UI8"#M@"#Uy
M@&"0#*14IE7@4) "HD\88$Q9@DA*2DI*(+9IJF@I#R"V:4B*(!IJ:$P::AAIy
M]I ":09I.F".N4.-ND.B!*VY0]T*:JVZ0_T/:K #RM#OH#"MN4/="FJMND/]y
M#VJ0%:VY0_T*:HVY0ZVZ0_T/:HVZ0\C0W8I(F" ::FBJRA#08 $*9.@0    y
M R<@P&E,YRY,KH @*6J0!B"/@DP=:F"M_ +)__ ,(#DPL/2-*BW) !A@J0 Xy
M8$BI.DQ):DBIJHW( J44C2PM:&";4E,@97)R;W(@ " M/B  O4,#$"!(O4(#y
M2*)3H&H@ZBYH()YIHEZ@:B#J+F@@GFD@YRZB,&"M)BWP 6 @&&NB,*DCG40#y
MJ2V=10.I#9U* ZD G4L#G4@#G4D#J0.=0@,@5N2I(IU" ZGSG4H#J0"=1 .=y
M10,@5N2I)IU" ZVG0YU* R!6Y*DDG4(#K)]#N5![G4H#(%;DJ2B=0@.I )U(y
M YU$ YU+ ZD&G44#J0&=20.I#9U* R!6Y"!C:JD!C28M("YK8*TF+? 0J0"-y
M)BV-*"V-*2VB,$R0,6"B,*D-G4(#(%;D(&-JK>H"C2<MK>L"C2@MK>P"C2DMy
MK2<M\!VMI$/P$*9PI&L@ZBZM)RT@GFD@YRZI (TH+8TI+6!#;VT@97)R(  @y
M76RM+2W02JTH+<D T!VM*2W) - 6("YKK2@MR0#0#*TI+<D T 6I_\D 8*THy
M+<XH+<D T /.*2VB," ;,:Z@0_ "*7^-*BV,*RT@%6RI ,D 8$9R86UI;F< y
M3W9E<G)U;@!087)I='D@ $)U9B!/9FP 0F%D($]P= !$978@3E(@ #@U,"!Ey
M<G( 0VUD(&5R<@!24R!O:R @  "M)RWP+:( *K (Z. 'T/A,1VR*"@H*&&G,y
M2*EK:0"H:*(@(%R-($9JI11I@ D!C11L8*T4;/ $Y130#(T4;*D,H&RB("!<y
MC6"MH4/) = NK2TM\ ,@+FNN+BW0$JTI+= )K2@M, 3),I 3(.]L8*TI+= *y
MK2@MR12P R#F;&"*2)A(('EK\/MHJ&BJ8   CJ%LC*)LHC @+3&NH6RLHFQ@y
M(!AKHC"I\IU* ZDBG4(#J2.=1 .I+9U% ZD G4L#(%;DH/JB^LK0_8C0^""/y
M:DQ6Y*D C2XMJ1'0!ZD%C2XMJ1,@HVP@LHE@H ",8T.ML4,8:2"1H,BMLT,8y
M:2"1H,BMJT,8:2"1H,BMK4-)0)&@R*VO0QAI()&@R*VU0Y&@R*VE0\D \ :My
MJ4.1H&"I69&@8*  L: XZ2"-LD/(L: XZ2"-M$/(L: XZ2"-K$/(L:!)0(VNy
M0\BQH,D \ -,?&VI#8VP0TR";3CI((VP0\BQH,D \ -,CFVI(XVV0\BM6T/)y
M"3 \L:#)3O =R5GP(LDA,"[)/S (R6 P)LE_$"*-JD.I 8VE0V"-JD.I (VEy
M0V"-JD.MI4/) / &K:E#C:I#8*D C5M#J4Z-7$,@6%U@FT%T87)I(#@P,"!+y
M97)M:70@=B S+C.;='EP92 _(&9O<B!H96QP !$#8GEE -5*!V-O;FYE8W0 y
M^T0)9&ER96-T;W)Y %UC!65R87-E 'UD!&5X:70 WDH&9FEN:7-H #Y+ V=Ey
M= "D2P1H96QP ,-*!'%U:70 WDH'<F5C96EV90 S3 9R96YA;64 )F0'<F5Sy
M=&]R90 '9P1S879E ,YF!'-E;F0 0U$#<V5T "U5!'-H;W< )UD&<W1A='5Sy
M '!<$09E<V-A<&4 2%4#:6)M 'Q5"FQO8V%L+65C:&\ L%4'<F5C96EV90#$y
M501S96YD .E5$G1E<FUI;F%L+65M=6QA=&EO;@ C5@QF:6QE+7=A<FYI;F< y
M0U8196EG:'0M8FET+7%U;W1I;F< 5U8)9&5B=6=G:6YG &M6"69I;&4M='EPy
M90#!5P]R<S(S,BUR96=I<W1E<G, Z5<&<&%R:71Y !)8!&)A=60 2E@)=V]Ry
M9"US:7IE ()8#&9L;W<M8V]N=')O; "]6 US8W)E96XM9')I=F5R -%8#&1Ey
M9F%U;'0M9&ES:P#W6!$#86QL %!9!&)A=60 ^EL)9&5B=6=G:6YG (19#&1Ey
M9F%U;'0M9&ES:P!<7!%E:6=H="UB:70M<75O=&EN9P#V609E<V-A<&4 %EH)y
M9FEL92UT>7!E *!;#&9I;&4M=V%R;FEN9P &6@QF;&]W+6-O;G1R;VP 3%P#y
M:6)M -99"FQO8V%L+65C:&\ YED&<&%R:71Y ,U;!W)E8V5I=F4 <EH/<G,Ry
M,S(M<F5G:7-T97)S "I:!'-E;F0 1%H2=&5R;6EN86PM96UU;&%T:6]N +%9y
M"7=O<F0M<VEZ90 G7 <496EG:'0M8FET+7%U;W1E+6-H87( !@8+96YD+6]Fy
M+6QI;F4 "0D-<&%C:V5T+6QE;F=T:  ,# AP860M8VAA<@    =P861D:6YGy
M  ,#"G%U;W1E+6-H87( #P\'=&EM96]U=  2$@,'871A<V-I:0 ! 05A<V-Iy
M:0    9B:6YA<GD  @(%!&5V96X ! 0$;6%R:P " @1N;VYE     V]D9  #y
M P5S<&%C90 ! 0H"-3     "-S4  0$#,3$P  (" S$U,  # P,S,#  ! 0$y
M,3(P,  %!00Q.# P  8&!#(T,#  !P<$-#@P,  (" 0Y-C P  D) P-O9F8 y
M   %=&5R<V4  0$'=F5R8F]S90 " @()96EG:'0M8FET    "7-E=F5N+6)Iy
M=  ! 0(";VX  0$#;V9F     @)N;P    -Y97,  0$#!6%T87)I    "C0Py
M+6-O;'5M;G,  0$*.# M8V]L=6UN<P " @,$;F]N90    5V=#$P,  " @1Vy
M=#4R  $!!  ( )MK97)M:70@8V]M;6%N9',@9F]R('1H:7,@=F5R<VEO;B!Ay
M<F4ZFYMB>64@(" @(" @<VAU=" @9&]W;B @86YD("!L;V<@(&]U=" @89L@y
M(" @(" @(" @<F5M;W1E("!K97)M:70@<V5R=F5R+" @=&AE;IL@(" @(" @y
M(" @97AI="Z;FV-O;FYE8W0@("!A;&QO=R!U<V5R('1O('1A;&L@=&\@<F5My
M;W1EFR @(" @(" @("!K97)M:70@9&ER96-T;'DNFYMD:7)E8W1O<GD@;&ESy
M="!D:7-K(&1I<F5C=&]R>9N;<F5N86UE(" @(')E;F%M97,@;VYE(&]R(&UOy
M<F4@9FEL97,@;VZ;(" @(" @(" @('1H92!D969A=6QT(&1R:79E+IN;97)Ay
M<V4@(" @(&1E;&5T97,@;VYE(&]R(&UO<F4@9FEL97,@;VZ;(" @(" @(" @y
M('1H92!D969A=6QT(&1R:79E+IN;97AI=" @(" @(&5X:70@(&9R;VT@(&MEy
M<FUI=" @8F%C:R @=&^;(" @(" @(" @('1H92 @:&]S="!O<&5R871I;F<@y
M('-Y<W1E;2Z;FV9I;FES:" @("!S:'5T(" @9&]W;B @<F5M;W1E(" @:V5Ry
M;6ETFR @(" @(" @("!S97)V97(@(&)U=" @9&\@;F]T("!L;V<@;W5TFR @y
M(" @(" @("!R96UO=&4@:F]B+B!D;R!N;W0@97AI="!F<F]MFR @(" @(" @y
M("!L;V-A;"!K97)M:70NFYMG970@(" @(" @9F5T8V@@(&$@9FEL92!F<F]My
M(&$@(')E;6]T99L@(" @(" @(" @<V5R=F5R(&ME<FUI="X@('1H92!F:6QEy
M;F%M99L@(" @(" @(" @:7,@('9A;&ED871E9"!B>2 @=&AE(')E;6]T99L@y
M(" @(" @(" @<V5R=F5R+IN;:&5L<" @(" @('!R:6YT(&EN<W1R=6-T:6]Ny
M<R!O;IL@(" @(" @(" @=F%R:6]U<R @8V]M;6%N9',@(&%V86EL86)L99L@y
M(" @(" @(" @:6X@:V5R;6ET+IN;<75I=" @(" @('-A;64@87,@97AI="Z;y
MFW)E8V5I=F4@("!R96-E:79E(&$@9FEL92!O<B!F:6QE(&=R;W5PFR @(" @y
M(" @("!F<F]M('1H92!R96UO=&4@:&]S="Z;FW)E<W1O<F4@("!R97-T;W)Ey
M("!K97)M:70@('!A<F%M971E<G.;(" @(" @(" @(&9R;VT@9FEL92!K97)My
M:70N:6YIFYMS879E(" @(" @<V%V92 @:V5R;6ET("!P87)A;65T97)S(&ENy
MFR @(" @(" @("!F:6QE(&ME<FUI="YI;FF;FW-E;F0@(" @("!S96YD<R!Ay
M(&9I;&4@9G)O;2!T:&4@(&TV-3 RFR @(" @(" @("!B87-E9"!C;VUP=71Ey
M<B!T;R!T:&4@<F5M;W1EFR @(" @(" @("!H;W-T+IN;<V5T(" @(" @(&5Sy
M=&%B;&ES:"!V87)I;W5S('!A<F%M971E<G.;(" @(" @(" @('-U8V@@87,@y
M9&5B=6=G:6YG(&UO9&4L("!E;VR;(" @(" @(" @(&-H87)A8W1E<BP@86YDy
M("!T<F%N<VUI<W-I;VZ;(" @(" @(" @(&1E;&%Y+IN;<VAO=R @(" @(&1Iy
M<W!L87D@('9A<FEO=7,@('!A<F%M971E<G.;(" @(" @(" @(&5S=&%B;&ESy
M:&5D(" @8GD@("!T:&4@("!S972;(" @(" @(" @(&-O;6UA;F0NFYMS=&%Ty
M=7,@(" @9VEV92 @:6YF;W)M871I;VX@86)O=70@('1H99L@(" @(" @(" @y
M;&%S="!F:6QE('1R86YS9F5R+IL ;VYE(&]F('1H92!F;VQL;W=I;F<ZFR @y
M(" @/R M('1H:7,@:&5L<"!M97-S86=E+IL@(" @(&(@+2!S96YD(&$@8G)Ey
M86L@<VEG;F%L+IL@(" @(&,@+2!C;&]S92!T:&4@8V]N;F5C=&EO;BZ;(" @y
M("!S("T@<W1A='5S(&]F(&-O;FYE8W1I;VXNFR @(" @97-C87!E+6-H87(@y
M+2!T<F%N<VUI="!T:&4@97-C87!E(&-H87)A8W1E<BZ; )L_=6YR96-O9VYIy
M>F5D(&-O;6UA;F0 FS]I;&QE9V%L(&-H87)A8W1E<@";/VYO="!C;VYF:7)My
M960 FS]I;G1E9V5R(&]U="!O9B!R86YG90";/V%S8VEI(&-H87)A8W1E<B!Iy
M<R!N;W0@:6X@<')O<&5R(')A;F=E )L_97AP96-T:6YG(&ME>7=O<F0 FS]Ey
M>'!E8W1I;F<@9FEL92!S<&5C )L_97AP96-T:6YG(&EN=&5G97( FS\ FS]Ny
M=6QL('-T<FEN9R!F;W5N9"!W:&EL92!L;V]K:6YG(&9O<B!T97AT )L_8V]Uy
M;&0@;F]T('-E;F0@9V5N97)I8R!L;V=O=70@<&%C:V5T )L_8V]U;&0@;F]Ty
M('-E;F0@9V5N97)I8R!F:6YI<V@@<&%C:V5T )L_9')I=F4@;G5M8F5R(&]Uy
M="!O9B!R86YG90";9&ES:R!E<G)O<B!S=&%T(#T@/S\ FV-A;FYO="!R96-Ey
M:79E(&EN:70 FV-A;FYO="!R96-E:79E(&9I;&4M:&5A9 ";8V%N;F]T(')Ey
M8V5I=F4@9&%T80";;6%X(')E=')Y(&-O=6YT(&5X8V5E9&5D )MB860@8VAKy
M<W5M.G!A8VLL(&%C='5A;"  FW!R;V=R86T@97)R;W(@:6X@<G!A:P";."UBy
M:70@<75O=&EN9R!R969U<V5D )MT<F%N<V9E<B!A8F]R=&5D(&)Y('5S97( y
MFV-A;FYO="!A;'1E<B!F:6QE;F%M90";(&9I;&4@86QR96%D>2!E>&ES=', y
M  #8>>UY!WH<>C9Z  !^>IAZKWK">9M%<G)O<B  87-C:6D@( !A=&%S8VEIy
M &)I;F%R>2  ;F]N92  <W!A8V4 ;6%R:R  ;V1D("  979E;B  ("PO)2HUy
M," @ #<U("  ,3$P(  Q-3 @ #,P,"  ,3(P,  Q.# P #(T,#  -#@P,  Yy
M-C P  ($!0<("@L,#0YO9F8@(" @( !T97)S92 @( !V97)B;W-E( !N;VYEy
M( !V=#4R( !V=#$P, !S<&%K.B @(" @<V5N9&EN9R @(" @(" @(" @+2  y
M<W!A:V-H.B @('-E;F0@8V]M<&QE=&4@(" @("T@ ')P86LZ(" @("!T<GEIy
M;F<@=&\@<F5C96EV92 M( !R<&MF;',Z(" @9F%I;&5D('1O(')E8V5I=F4@y
M+2  <G!K<F5T.B @(')E8V5I=F5D(" @(" @(" @("T@ &%D9&ET:6]N86P@y
M9&%T80 @(" @('-E<2!N=6UB97(@(" @(" @(" @(  @(" @(&YU;6)E<B!Oy
M9B!D871A(&-H87)S(  @(" @('!A8VME="!C:&5C:W-U;2 @(" @( !S96YDy
M:6YG("XN<&%C:V5T(&YO+B  =V%I=&EN9R N+G!A8VME="!N;RX@ )M296-Ey
M:79I;F<@ )M396YD:6YG( !D96)U9V=I;F<@:7,@(" @(" @(" @ '1E<FUIy
M;F%L(&5M=6QA=&EO;B!I<R  :6)M+6UO9&4@:7,@(" @(" @(" @( !L;V-Ay
M;"UE8VAO(&ES(" @(" @(" @ &5I9VAT+6)I="UQ=6]T:6YG(&ES("  9FELy
M92UW87)N:6YG(&ES(" @(" @( !E<V-A<&4@8VAA<F%C=&5R(&ES(" @ '-Ey
M;F0 ("!E:6=H="UB:70M<75O=&EN9R!C:&%R(&ES(" @ " @96YD+6]F+6QIy
M;F4@8VAA<F%C=&5R(&ES(" @(  @('!A8VME="UL96YG=&@@:7,@(" @(" @y
M(" @("  ("!P861D:6YG(&-H87)A8W1E<B!I<R @(" @(" @ " @86UO=6YTy
M(&]F('!A9&1I;F<@:7,@(" @(" @(  @('%U;W1E(&-H87)A8W1E<B!I<R @y
M(" @(" @("  ("!T:6UE;W5T("AI;B!S96-O;F1S*2!I<R @(" @ ')E8V5Iy
M=F4 9FEL92UT>7!E(&UO9&4@:7,@(" @( !F:6QE+6)Y=&4M<VEZ92!I<R @y
M(" @ ')S,C,R(')E9VES=&5R<R ](" @(" D &)A=60@<F%T92!I<R @(" @y
M(" @("  <&%R:71Y(&ES(" @(" @(" @(" @( !W;W)D+7-I>F4@:7,@(" @y
M(" @(" @ &9L;W<M8V]N=')O;"!I<R @(" @("  9&5F875L="UD:7-K(&ESy
M(" @(" @( !O;@!O9F8 <V5V96XM8FET &5I9VAT+6)I= !S96YD:6YG.B  y
M<F5C96EV960Z( !N=6UB97(@;V8@9&%T82!C:&%R<R!S96YT(&ES.B @(" @y
M &YU;6)E<B!O9B!D871A(&-H87)S(')E8V5I=F5D(&ES.B  =&]T86P@;F\Ny
M(&]F(&-H87)S('-E;G0@:7,Z(" @(" @( !T;W1A;"!N;RX@;V8@8VAA<G,@y
M<F5C96EV960@:7,Z(" @ &]V97)H96%D(&9O<B!S96YD('!A8VME=',@:7,Zy
M(" @("  ;W9E<FAE860@9F]R(')E8V5I=F4@<&%C:V5T<R!I<SH@( !L87-Ty
M(&5R<F]R(&5N8V]U;G1E<F5D(&ES.B @(" @(" @ %MC;VYN96-T:6YG('1Oy
M(&AO<W0Z('1Y<&4@ "!C('1O(')E='5R;ET J0"-1(X@7(!@J0"%5854C4J.y
MJ0&-28ZE%(U(CB!Y@""2@""%@6"LE4,@]XUVBN."$(M@K)5#(/>-H8H"A#2+y
MJ0"-.XZI%XT\CJD C4".C4..C3V.C4&.(!2"8,F;T RNE4/P*B#M@"#U@&!(y
M('Z":* GKI5#\ *@3\15L VN1([0#$@@[8 @]8!H(.& 8*R50R#WC<6*"H2Fy
MBZ14H@ @68)@I%3,/([0 TS4@<BF52!9@F"D5,P[CO 'B*95(%F"8"#C@6"Dy
M5/ &B*95(%F"8*14P!>0 M &R*95(%F"8*95\ ;*I%0@68)@IE7@**V50_ "y
MX%"P!NBD5"!9@F"E5$@@IX'F5*54R1BP!B#%@4Q7@6B%5&"E5$BI (54:$C%y
M5/ ((,6!YE1,<(%HA50@MH%@K)5#T 6I?4RR,:542*D A50@Q8'F5*54R1BPy
M I#S:(548"!^@JR50R#WC<F*;(A$C"!^@JR50R#WC=Z*@XB#C"!^@JR50R#Wy
MC?2*EHB_C"!^@JR50R#WC0*+I(C2C"!^@JR50R#WC0.+W8@7C:T[CDBE5(T[y
MCB#4@6B-.XY@K3N.2*54C3N.(..!:(T[CF"E58U,CJ54C4V.K3V.C4Z.K4".y
MC4^.K4&.C5".K4..C5&.8*Y,CJQ-CB!9@JU.CHT]CJU/CHU CJU0CHU!CJU1y
MCHU#CF# &# "H!?  ! "H #@*:V50_ "X%&P#9A(BD@@?H)HA55HA51@K4F.y
MT NM2H[P!HU)CB#)@F"M28[P""#)@JD C4F.I12H..TL+<D&D :M.HZ-R *8y
M..U(CLD4L %@C$B.(,F"K)5#(/>-!(L6B2*,K4J.20&-2HZLE4,@]XT%BQ>)y
M(XRI 8V50V @&XJM,XZL-(X@$8ZI 8V50Z  OB2#R+DD@X6DR+DD@X6ER+DDy
M@X6FR+DD@X6GR)A((+2-:*B^)(/0VZF@C?0"8(  X "@ :#B *()>H,(H@+"y
M@WBB M*#D*(!&.)0H@$HXEBB 8CB8*(!T.)HH@&8XG"B 9#BB*(!X./ H@$(y
MXJ"B 2#BJ*(!P.*PH@&XXKBB!.*#V*, S,PS,\S,,S.0D/"0C@@("/" X)Z0y
M'! 0,$! /!(2'!) 0$!^$!P0$!@D)!@     " @^" @ /@!(:%A(0 @. $1$y
M*! ^" @(__\         __\             __\         __\.&!AX&!@.y
M !@8&!@8&/__\(-3CA@ <!@8'A@8<    #MN     *G@C?0"3':*2*95I%0@y
M7XEHR6"0#ZY&CJQ%CO #KD>.X #P SCI(*Q#CO ""8"@ )&FYE5,082ME4/)y
M ? !8*55..TWCC $R0(0"*55..D"3&&$R24P&J55..DE3&>$R0 0 JD R2@Py
M JDHC3>.('")8            $1$1$0 1   JJH       "J[JKNJ@  1&:(y
M1"+N1   F:HB59D   !$JD2JJE4  ")$        (D1$1$0B  !$(B(B(D0 y
M )EF_V:9     $3N1           (B)$    [@            !$   B(D1$y
MB(@  $2J[JJJ1   1,Q$1$3N  !$JB)$B.X  .XB1"(BS   JJJJ[B(B  #Ny
MB,PB(LP  $2(S*JJ1   [B(B1(B(  !$JD2JJD0  $2JJF9$B    $0  $0 y
M    1 !$1(@  ")$B$0B     .X [@    "(1")$B    $2J(D0 1   1.ZJy
MB&8   !$JJKNJJH  ,RJS*JJS   9HB(B(AF  #,JJJJJLP  .Z(S(B([@  y
M[HC,B(B(  !$JHBJJD0  *JJ[JJJJ@  [D1$1$3N  !F(B(BJD0  *JJS*JJy
MJ@  B(B(B(CN  "J[JJJJJH  ,RJJJJJJ@  1*JJJJI$  #,JJK,B(@  $2Jy
MJJJJ1"( S*JJS*JJ  !FB$0B(LP  .Y$1$1$1   JJJJJJKN  "JJJJJJD0 y
M *JJJJKNJ@  JJI$JJJJ  "JJJI$1$0  .XB1(B([@  [HB(B(CN  "(B$1$y
M(B(  .XB(B(B[@  1*H               #_ $0B         ,PB9JKN  "(y
MS*JJJLP   !FB(B(9@  (F:JJJIF    1*KNB&8  &:(S(B(B    $2JJF8By
MS "(S*JJJJH  $0 1$1$1   (@ B(B*J1 "(JJK,JJH  ,Q$1$1$[@   *KNy
MJJJJ    S*JJJJH   !$JJJJ1    ,RJJLR(B   1*JJ9B(S  #,JHB(B   y
M &:(1"+,  !$[D1$1&8   "JJJJJ[@   *JJJJI$    JJJJ[JH   "JJD2Jy
MJ@   *JJJF8BS   [B)$B.X 9D1$S$1$9@!$1$1$1$1$ &8B(C,B(F8  %6Jy
M                  !$1.[N1$0 JE6J5:I5JE4 JNZJ=R(B  #NS(AW9D0 y
M ,R([E5F50  B(CN=V9$  #NJNX       !$[D1$[@  JNZJ1$1W  "JJD1Wy
M(B( 1$1$S         #,1$1$1    '=$1$1$1$1$=P    !$1$3_1$1$1/\ y
M         /\           #_            _P           /]$1$1W1$1$y
M1$1$1,Q$1$1$1$1$_P        #_1$1$1$1$1$1$1$1$ ")$B$0B[@  B$0By
M1(CN     .ZJJJH  "+N1.Z(    S(C,B(CN     &9F    I%2F52!?B:  y
MJ5 XY57P!JJI "#NC6"D5*( (%^)H "F5? %J0 @[HU@I55(J0"%