ahh@j.cc.purdue.edu (Brent L. Woods) (02/25/88)
Program Name: vt100 (version 2.8)
Submitted By: acs@uts.amdahl.com (Tony Sumrall)
Summary: vt100 terminal emulator.
Poster Boy: Brent Woods (ahh@j.cc.purdue.edu)
Tested. Part 1 of 3.
NOTES: This program was tested by our Guest Moderator, Robert Tillotson.
He had a couple of problems with the program at first (a couple of Guru
errors, and we think that the vt100 task hung around instead of exiting
properly; not certain, though), but when we (Rob, Pat, and I) tested it
a few hours ago, none of us had any problems. I dunno. It seems to work
okay now. Probably some fluke or other.
Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga
USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu
BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421
USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906
====================================cut here============================
#! /bin/sh
#
# This is a shell archive. Save this into a file, edit it
# and delete all lines above this comment. Then give this
# file to sh by executing the command "sh file". The files
# will be extracted into the current directory owned by
# you with default permissions.
#
# The files contained herein are:
#
# -rw-r--r-- 1 acs other 15758 Feb 1 19:18 README
# -rw-r--r-- 1 acs other 24525 Feb 1 19:18 vt100.doc
# -rw-r--r-- 1 acs other 860 Feb 1 19:18 Logon
#
echo 'x - README'
if test -f README; then echo 'shar: not overwriting README'; else
sed 's/^X//' << '________This_Is_The_END________' > README
XThis archive contains a vt100 emulator with KERMIT and XMODEM file
Xtransfer protocols. Original work by Dave Wecker, V2.7-V2.8 by Tony Sumrall.
X
XThanks:
X-------
X To everyone who sent in code, suggestions and fixes!
X
XReleases:
X---------
X v2.8 880117 ACS - See Release Notes.
X v2.7 870825 ACS - See Release Notes.
X v2.6 870227 DBW - bug fixes for all the stuff in v2.5
X v2.5 870214 DBW - more additions (see readme file)
X v2.4 861214 DBW - lots of fixes/additions
X v2.3 861101 DBW - minor bug fixes
X v2.2 861012 DBW - more of the same
X v2.1 860915 DBW - new features (see README)
X v2.0 860823 DBW - Major rewrite
X v1.1 860720 DBW - Switches, 80 cols, colors, bug fixes
X v1.0 860712 DBW - First version released
X
XUsage:
X------
X Please read VT100.DOC for usage information and examples.
X
XRelease Notes:
X--------------
Xv2.8 880117 ACS - Info/Status window automatically deselected.
X - 1st menu item re-worked. Now the user need only choose Send,
X Receive, Kermit Get, Kermit Bye and Capture. Protocol to send or
X receive is selected via the 1st sub-menu from the 1st menu item.
X - New command: XPROTO XMODEM | XMODEMCRC | ASCII | KERMIT to select
X transfer protocol via scripts.
X - User may capture simultaneously with sending or receiving via
X a different protocol by using the Capture menu item. This item
X changes to Capturing when capture is in effect.
X - Kermit will transfer long packets (up to 1000 bytes). New cmd:
X "KMAXPACK n" sets maximum packet length to n bytes. Remember to
X increase your send and/or receive timeouts on your host!!!
X - Added insert/delete character to the recognized escape sequences.
X ESC [ n @ inserts n characters, ESC [ n P deletes n characters
X (thanks to John Wang (jwang@ATRP.MEDIA.MIT.EDU)). He suggests
X using the following termcap:
X CA|vt100|amiga|Amiga termcap:al=\E[L:AL=\E[%dL:am:bl=^G:bs:cd=\E[J:\
X :ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:cr=^M:cs=\E[%i%d;%dr:\
X :dc=\E[P:DC=\E[%dP:dl=\E[M:DL=\E[%dM:do=^J:ho=\E[H:\
X :is=\E[1;24r\E[24;1H:ic=\E[@:IC=\E[%d@:kb=^H:kd=\E[B:\
X :ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:ku=\E[A:k1=\EOP:\
X :k2=\EOQ:k3=\EOR:k4=\EOS:le=^H:li#24:mb=\E[5m:md=\E[1m:me=\E[m:\
X :mr=\E[7m:nd=\E[C:pt:rc=\E8:rf=/usr/lib/tabset/vt100:\
X :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
X :sf=^J:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:vc#16:vt#3:xn:
X - Fixed scroll regions. Now will not wrap-around out of a scroll
X region. (thanks to Tad Guy (ames!xanth.cs.odu.edu!tadguy))
X - Fixed the FileLock() problem (thanks to many!).
X - The "nagging requester" bug was a bug in *my* code (gasp!). Thanks
X to Joel Swank (joels@tekred.TEK.COM) for finding and squashing it!
X - Fixed overzealous xmodem chopping. It now strips contiguous
X strings of nulls OR Ctrl-Z (not a mixture) and will avoid writing
X anything if they were all chopped. Thanks to Wayne Davison
X (drivax!davison--I only had to modify it a little, Wayne). Also,
X when sending, it now sends a stream of nulls OR Ctrl-Zs, whichever
X is NOT the last character.
X - Removed an extraneous continue in readchar(). Thanks to someone!
X (Sorry, I lost your name and address.)
X - Now uses the default keymap. All of the old mappings have been
X retained (e.g. Ctrl-2 generates Ctrl-@, Ctrl-6 generates Ctrl-^,
X ALT acts as META key (i.e. sets the high-order bit)). Note,
X however, that your keymap may preclude the use of the ALT key if
X dead keys are defined. A future version will support specification
X of a keymap different from the system map.
X - New commands: SENDF file-spec and REC file which will send/receive
X via the default XPROTO setting. You still have XS, KR, etc.
X - New command: FONT font-name. Allows the user to specify which
X 8-point font to use. If you want to use your new whippy-font, sau
X FONT whippy-font. These must be 8-point fonts for now!
X - Saying LINES 0 will use all available lines on the screen (useful
X to you MoreRows groupies).
X - P_unit may be changed in vt100.c to specify a different unit of
X the serial.device to use (for expansion serial ports). As of this
X writing there are no expansion serial devices...this is just in
X preparation for the future. Also provided a new INIT command:
X UNIT which accomplishes the same result.
Xv2.7 870825 ACS - Requester is only used for input. A new window (the
X Info/Xfer Status window) now shows what used to go there and the
X requester now comes up in this window. The window is sizable,
X draggable, closeable and front-to-backable; when re-opened it
X will appear in its last location with its last dimensions. The
X window ignores input but will become active when it's first
X displayed as well as when a requester is put up in it. To
X cancel a transfer request, first ensure that the mail VT100
X windiw is active then hit ESC in it.
X - KERMIT mode has been hardened and wildcarded files can be sent
X to a KERMIT that is *not* in server mode. E.g. you may say
X RECEIVE to your host's KERMIT then send Foo* -- all files
X starting with Foo in the current directory will be sent.
X - New command line switches -i and +i. -I says don't use an init
X file, +i file says use "file". User may also specify script
X files on the command line which will be executed in sequence.
X - New init file command SHORTCUT. See vt100.doc.
X - I've included the font code. It looks for an env variable named
X "font" (yes, lowercase) and, if found, uses that font for its
X test. If you don't like it you may wanna remove it. I was gonna
X ifdef it but I ran out of time. Remember that there's a PD set
X cmd to allow Lattice users to set env vars.
X - Nagging bug: On 2nd and subsequent uses of the requester, the
X 1st character of the last use is redisplayed. Intuition bug?
Xv2.6 870227 DBW - bug fixes for all the stuff in v2.5
X - Input requestors are now self selecting (ignore comment in 2.5)
X - Added a BS<->DEL menu item and startup option (SWAP ON/OFF)
X - Renamed dopen/dnext/dclose to diropen/dirnext/dirclose for LATTICE
X - Added a CONVERT option that tells whether KERMIT should downcase
X - MAJOR CHANGE: re write the INPUT/SCRIPT commands, see VT100.DOC
X - Fixed a major problem with Set Directory causing LOCK conflicts
X - Moved the Title up 1 pixel so that it doesn't get cut off anymore
Xv2.5 870214 DBW - more additions (see readme file)
X - All prompting now done through a string requester/gadget.
X NOTE: YOU MUST SELECT THE INPUT STRING OF THE REQUESTER BEFORE
X YOU CAN TYPE A RESPONSE.
X - Local echo mode added (half duplex for Carolyn)
X - BEEP command added to SCRIPT
X - New menu/init/script items:
X CLEAR SCREEN - clears the screen
X ECHO - turns on/off half duplex mode
X WRAP - turns on/off autowrap on long lines
X NUMKEY - turns on/off numeric keypad mode
X APPCUR - turns on/off application cursor mode
X - Rewrote toasc() to use qualifier field (no more getting the
X keyboard "stuck")
X - Fixed locking of directories (should now run under workbench ok)
X - Cleaned up VT100.H to really check includes on compile
X - Setting font explicitly to TOPAZ 8 (no more dumb assumptions)
X
Xv2.4 861214 DBW - lots of fixes/additions
X - Beep should now work under Lattice
X - CreatePort now passes longs (as it should always have)
X - Nested comments in KERMIT.C removed
X - Beep volume of 0 (DisplayBeep) now works
X - snum[] declaration in KERMIT.C fixed
X - multi_xfer is now void and return fixed (in kermit)
X - "." can no longer get "stuck" as the break key
X
X - RIGHT-AMIGA-keys have been added for most menu items
X - The ALT key is now an EIGHTth bit shifter
X - Control-@, Control-2, Control-space send the NULL character
X - Control-6 now sends Control-^
X - Control-- and Control-? now sends Control-_
X - Cursor application mode (<esc>[?1h and <esc>[?1l) now work
X - XMODEM now masks the eighth bit if parity is other than NONE
X
Xv2.3 861101 DBW - minor bug fixes:
X - added p_wbcolors to allow workbench colors on custom screen
X (In the init file you can specify WBCOLORS to be NO (use color
X definitions in INIT FILE or VT100.H) or YES (use WORKBENCH
X colors for everything)).
X - "$" now sends a kermit-bye (like it says in VT100.DOC).
X - made window/screen heights more reasonable
X - Added ANSI insert line and delete line (<csi><num>L and
X <csi><num>M) to speed up various editors (like emacs).
X NOTE: This is NOT a VT100 sequence (new extension).
X - ctrl-space now also sends a null (along with ^@ and ^`)
X - RAWKEY fixed in WINDOW.C
X - p_wrap fixed in WINDOW.C
X - removed WRDMAX from VT100.H
X - fixed exit with no params in SCRIPT.C
X - fixed parity comparisons in KERMIT.C
X - init file [n+1] changed to [nplus1] to make Lattice happy.
X - cursoron(), cursoroff() changed to one routine cursorflip().
X - long lines shortened to less than 80 characters (for gateways).
X - blanks following exit (or comments) now work in scripts.
X
Xv2.2 861012 DBW - more of the same:
X - The INIT file "exit" can now chain to a script
X - The SCRIPT command "exit" can now chain to another script
X - Hangup menu item now works.
X - Autowrap can now be set from VT100.H, VT100.INIT (<esc>[?7h l)
X - Control-G is now handled with an audible beep
X - Script now used "^chr" to send control characters
X - The graphics "box" character (a) was added
X - Control-@ and Control-` now send the NULL character
X - Alternate color for BOLD has been re-instated by popular demand
X - Menus have been cleaned up.
X - Lattice compilation cleaned up.
X - No more wordsize parameter since PARITY takes care of all cases
X - Function keys can now call scripts
X - Double shift keys are now handled correctly.
X - Version has been added to the title bar (for bug reports).
X
Xv2.1 860915 DBW - new features / bug fixes
X - Now identifies as a VT100 (including the response to <esc>Z)
X - Cursor color now gets read in as hex (instead of decimal)
X - REPORTMOUSE taken out of definitions (not needed)
X - XON/XOFF now being handled by the device driver instead of me
X - Literal escape characters have been replaced with \033
X - At init time the user can now specify the input BUFFER size
X (typically between 512 and 2048 bytes) depending on baud rate
X - Script files are now case insensitive for commands
X - XMODEM now turns off the driver XON/XOFF during transfers
X - Graphic rendition now done by the OS instead of me.
X - Initialization files are now searched for in S: instead of C:
X - Forward GOTO bug fixed in the script package.
X - Keypad can now be used in both numeric and application mode
X - General purpose cleanup() routine added for all exits.
X - Utility menu added (sendbreak, hangup, change directory).
X NOTE: hangup is not implemented yet.
X - Full wild card support in file transfers (see vt100.doc).
X - Kermit cleaned up with better filename handling (from host).
X - Script now has CD (changed directory) and SB (send break) commands
X - Added Parity and Wordsize choices in VT100.H, VT100.INIT, menu
X and scripts. (Generates parity from a table).
X - Added 8th bit quoting in KERMIT when using 7 bit words (ODD or
X EVEN parity).
X - Break time can be set from VT100.H, VT100.INIT or a script file.
X - Transfer mode (image or CRLF) can now be set from a script file.
X - Control characters in escape sequences now act like a true VT100.
X - F10 now works from init files.
X - Right (or Left) AMIGA with period (".") sends a BREAK to the host
X from the keyboard.
X - XMODEM status kept down to one line for a file transfer.
X
Xv2.0 860823 DBW - Major rewrite:
X - Emulator now compiles under either MANX or LATTICE by defining
X the appropriate compiler type in VT100.H.
X - Sped up code to an effective baud rate of (about) 8k. This means
X that clear text at 4800 baud should be no problem.
X - Added XON/XOFF generation so that characters should not get lost
X any more at 9600 baud (when receiving clear text).
X - Got rid of all command line switches and environment variables.
X Instead upon invocation the program searches first for any file
X named on the command line, then looks for VT100.INIT in the
X current directory and finally searches for C:VT100.INIT.
X All parameters can be set in the init file, and a sample VT100.INIT
X is provided in VT100.DOC that shows all possible options.
X - All parameters that are set by VT100.INIT are defined in VT100.H
X (variables starting with "p_"). This allows you to compile your
X own defaults into the code.
X - You can now set the number of lines (for all you EMACS freaks :-).
X On an interlaced screen this gives you upto a 48 line terminal.
X - WORKBENCH colors are NEVER touched.
X - In an attempt to keep the size down, the color palette menu item
X has been removed (current). Code is about 36K in size with a
X run time image (using workbench screen) of about 88k.
X - Many bugs fixed including reverse scrolling with descenders,
X reverse video at end of line, clearing with scrolling regions,
X ... and 20 or more others.
X - File capture now no longer sends the filename to the host.
X - BOLD (<esc>[1m) has now been added by using an additional color
X when you specify a depth of 2 (instead of 1) bitplane.
X - UNDERLINE (<esc>[4m) has now been added.
X - The handling of remote (host) escape sequences has been completly
X re-written (thanks to Dawn Banks for all the work).
X - Function keys (and shifted function keys) can now be bound to
X arbitrary strings (Jim Ravan gets his macros). See VT100.DOC
X for details.
X - Cursor has no been reduced to the size of a normal character for
X easier readability.
X - XMODEM has been improved (by Steve Drew) to use a timer device
X (for timeouts) and to abort immediately if the user types <ESC>.
X - KERMIT has been completely re-written and appears to work fine,
X thanks to the efforts of Steve Drew.
X - New menu item allows script file support. Module written by
X Steve Drew. See VT100.DOC for details.
X
XKnown problems:
X---------------
X none
X
XSuggestions/bug fixes not implemented (as of yet):
X--------------------------------------------------
X - Custom screen should use a borderless backdrop window
X - Quit from keyboard should be supported (for above)
X - Automatic maximum sizing of window should happen
X - Screen should be resizable
X - AT TIME should be implemented in scripts (besides DELAY)
X - Kermit should create sub directories (when necessary)
X - Use a disk font for graphic character set
X - Allow the mouse to be sent to the host (for various EMACSs)
X - Kermit VM/CMS (IBM) protocol support (it works for me, how about
X you?)
X - Allow the user to use a keymap different from the default one.
X - Allow use of an "external" transfer protocol.
X - Allow use of other than 8-point fonts.
X
XInstallation:
X-------------
X The files in this archive may be extracted by the bourne shell
X (/bin/sh) or the shar program using the "unshar switch (-u)",
X contact me if you need a copy of this version of shar.
X
X REMEMBER: Set the correct compiler definition in VT100.H
X
XFiles:
X------
X README - this file
X vt100.doc - documentation for the terminal emulator
X makefile - make file for the emulator (under MANX AZTEC-C)
X vt100.h - include file used by all other modules
X window.c - manager for window and keyboard
X vt100.c - main module, handles menus
X remote.c - handle remote characters (vt100 emulation)
X kermit.c - kermit protocol (to transfer text files on VMS
X select the CRLF option on the transfer mode menu,
X otherwise use image mode).
X init.c - startup code
X xmodem.c - xmodem protocol that understands AMIGA binary and
X text file formats (automatically).
X script.c - script control package
X expand.c - filename expansion (wildcards) and dir setting
X
XContact:
X--------
XPlease send bugs/comments/suggestions/praise for V2.8 to:
X
X Tony Sumrall at USENET: acs@amdahl.com
________This_Is_The_END________
if test `wc -l < README` -ne 314; then
echo 'shar: README was damaged during transit (should have been 314 bytes)'
fi
fi ; : end of overwriting check
echo 'x - vt100.doc'
if test -f vt100.doc; then echo 'shar: not overwriting vt100.doc'; else
sed 's/^X//' << '________This_Is_The_END________' > vt100.doc
XThis is the documentation file for the VT100 terminal emulator originally
Xby Dave Wecker. Versions 2.7-2.8 are by Tony Sumrall. I can be reached
Xon USENET => acs@amdahl.com
X
XDave can be reached via:
X
X Dave Wecker at ENET: COOKIE::WECKER
X ARPA: wecker%cookie.dec.com@decwrl.dec.com
X USENET: {decvax|decwrl}!cookie.dec.com!wecker
X SNAIL: Dave Wecker
X 115 Palm Springs Drive
X Colorado Springs, CO 80908
X
XNote that Dave had NOTHING to do with this release. Don't bother him with
Xproblem in my code.
X
X
XMANY pieces of code/suggestions have been sent in..
X
X thanks to all!
X
XIn particular, I'd like to thank Kim DeVaughn (kim@amdahl.com) for his
Xhelp in testing this release. We went through a lot together.
X
XProgram startup:
X----------------
X 1> vt100 [-i | +i initfile] [ scriptfile ... ]
X
X - -i option means don't look for an init file; +i means
X look for an init file of this name. The search for the
X init file will be the current directory then S:. Of
X course you can always override this by saying C:file if
X you like. The format for the init file is described
X later in this document.
X
X - The init file controls the setting of initial defaults
X and screen and macro definitions.
X
X - If none of the files (listed above) are found, the
X built-in defaults (defined in VT100.C as variables,
X beginning with "p_") are used.
X
X - All commands are either menu or script based. Scripts
X are described below.
X
XMenus (Commands in parenthesis are default keyboard bindings: Right-Amiga-chr):
X-----------------------------------------------------------------------
XFile - file transfers
X Protocol - Sets the protocol to be used for send/rec.
X ASCII - use uncontrolled protocol
X Xmodem (A-X) - use the ever-popular Xmodem Checksum
X XmodemCRC - use the in demand Xmodem CRC
X Kermit (A-K) - my favorite protocol
X Send (A-^) - Send a file using the selected protocol
X Receive (A-V) - Receive a file as above
X Kermit Get (A-G) - Get files from a kermit server
X Kermit Bye (A-B) - Finish with the kermit server.
X Capture - Log received text to a file. Changes to
X Capturing when in progress
XComm Setup - Setup communications
X Baud Rate - Set the terminal baud rate
X 300
X 1200 (A-L)
X 2400 (A-H)
X 4800
X 9600
X Parity - Type of parity
X NONE (A-X)
X MARK
X SPACE
X EVEN (A-E)
X ODD (A-O)
X Xfer Mode
X Image (A-I) - Send files verbatim (for UNIX hosts or
X binary files)
X Text (A-T) - Send CR LF as line terminator and strip
X CR on received files (VMS text).
X Convert - Should KERMIT convert fnames to lower case
XScript - Script commands
X Execute Macro (A-M) - Start up an asynchronous script file
X Abort Execution (A-A) - Terminate a script file
XUtility - Utility commands
X Send Break (A-.) - send a break to the host
X Hang Up - close line (not implemented yet)
X Change Dir (A-D) - change the local directory (for transfers)
X Clear Scrn - clear the screen (initial state)
X Echo - turn on/off half duplex mode
X Wrap (A-W) - turn on/off long line wrapping mode
X Num Key (A-K) - turn on/off numeric keypad mode
X App Cur (A-C) - turn on/off application cursor mode
X BS<->DEL - swap backspace and delete keys
X
XKeypad mapping (in application keypad mode):
X--------------------------------------------
X
X AMIGA VT100 comments
X ------- ------- ---------------------------
X 0-9 == 0-9
X . == .
X ENTER == ENTER (basically, flip the bottom
X - == , 2 keys up to get a VT100)
X HELP == - (only free key around)
X f1-f4 == PF1-PF4 (or any rebinding you do)
X arrows == arrows
X
XNote: Right AMIGA key in conjunction with a period (".")
X will send a break to the host.
X
X CTRL in conjunction with an at-sign ("@") a two ("2") or a
X space (" ") will send a NULL to the host.
X
X CTRL in conjunction with a six ("6") will send a CTRL-^
X CTRL in conjunction with a dash ("-") or question mark ("?")
X will send a CTRL-_ to the host.
X
XMulti file Xfers:
X-----------------
XThe VT100 emulator supports multiple file transfers. This is
Xspecified by using a comma (",") between file names when using XMODEM
Xor KERMIT. (NOTE: host XMODEM's normally CANNOT support multiple file
Xtransfers).
X
XWhen specifying a file name to recieve by default the directory path
Xis stripped off of the filename when sent to the host but is kept for the
Xlocal file spec. eg:
X
X receive file: ram:file.txt,df1:newfile.bin,$
X
Xwill ask the server for file.txt and put it in ram:, and get
Xnewfile.bin and put it on df1: (see explanation of "$" below). If you
Xdo a single file transfer you will get another prompt for the remote
Xname e.g.:
X
X receive file: ram:file.txt
X remote file name [file.txt]: userdisk1:wantfile.txt
X
XThe same rules apply to sending multiple files therefore if you are
Xdoing multi file transfers make sure the host server is connected to
Xthe desired directory.
X
XIn addition KERMIT supports wildcards:
X * = any number of characters
X ? = any single character
XExamples:
X send: *.c,*.h,*.doc
X get: *.c,*.h,$
X
XNote that in this release, wilcarded files may be sent to a KERMIT that is
X*not* in server mode (e.g. you can say "RECEIVE" to the host KERMIT and
Xsend *.c files successfully).
X
XKERMIT receive is now smart enough to use the host filename so no
Xfilename needs to be specified on the AMIGA's side (see the CONVERT option).
X
XIf your host is capable of sending or receiving long packets (packets in
Xexcess of 94 bytes) you may set p_kmaxpack to some number <= 1000. The script
Xcommand KMAXPACK can accomplish the same result.
X
XInitialization and Script file operation:
X-----------------------------------------
XAn initialization file (as described in the "Program Startup" section)
Xmay contain any of the commands shown below that have the word INIT in
Xtheir description below. Commands that are available from scripts have
Xthe word SCRIPT in the descriptions below. All commands may be abbreviated
Xto 3 letters and are case insensitive.
X
XThe script file can be invoked by selecting 'execute file' from the
Xscript menu. At any time you can abort the script file by selecting
X'Abort Execution'. You may also invoke a script from a function key if
Xthe first character of the function key definition is the KEYSCRIPT
Xcharacter (e.g., define F5 as "~df1:foo.script").
X
XDuring the time script file is running the terminal emulation is still
Xactive and you may type simulataneous to the script file. This may be
Xdesired if your script file is WAITing for a string or is DELAYing for
Xa period of time etc.
X
XInitialization and Script file Commands:
X----------------------------------------
X# Commented line (INIT,SCRIPT)
X Format:
X # This line is a comment
X------------------------------------------------------------
XAPPCUR Set the application cursor mode (INIT,SCRIPT)
X Format:
X APPCUR ON/OFF or YES/NO
X------------------------------------------------------------
XASCII_SEND Send an ascii file to the host. (SCRIPT)
X Format:
X (same format as CAPTURE)
X------------------------------------------------------------
XBACKGROUND Define a background color (INIT)
X Format:
X BACKGROUND hex three digit hex number
X Example:
X BACKGROUND F00 bright red background
X------------------------------------------------------------
XBAUD Set baud rate (INIT,SCRIPT)
X Format:
X BAUD rate Sets the baud rate for send/receive
X Example:
X BAUD 2400 Sets the baud rate at 2400 baud
X------------------------------------------------------------
XBEEP Beep at the console (SCRIPT)
X Format:
X BEEP
X------------------------------------------------------------
XBOLD Define a color for bold (INIT)
X Format:
X (same as BACKGROUND)
X------------------------------------------------------------
XBREAK Set the break time (for an SB command) (INIT,SCRIPT)
X Format:
X BREAK value Value is in micro-seconds
X Example:
X BREAK 750000
X------------------------------------------------------------
XBUFFER Set transmission buffer size (INIT)
X Format:
X BUFFER n Number of bytes to buffer
X Example:
X BUFFER 512
X------------------------------------------------------------
XCAPTURE To start/stop ascii file capture. (SCRIPT)
X Format:
X CAPTURE file Start ascii capturing
X CAPTURE End ascii capturing
X------------------------------------------------------------
XCD To change the local directory (SCRIPT)
X Format:
X CD newdir set a new directory for file transfers
X Example:
X CD DF1:foo/bar set the directory as specified
X------------------------------------------------------------
XCONVERT Tell KERMIT whether or not to convert filenames (INIT,SCRIPT)
X Format:
X CONVERT ON/OFF or YES/NO
X Example:
X CONVERT ON Filenames will be down cased
X------------------------------------------------------------
XCURSOR Define a color for the cursor (INIT)
X Format:
X (same as BACKGROUND)
X------------------------------------------------------------
XDELAY Suspends script file for a specified time (SCRIPT)
X Format:
X DELAY n Suspends execution for n seconds
X Example:
X DELAY 2 Suspends for 2 seconds
X------------------------------------------------------------
XDEPTH Define the depth of the window/screen (INIT)
X Format:
X DEPTH n Number of planes in window/screen
X Example:
X DEPTH 1 Minimum depth
X DEPTH 2 Same as Workbench
X------------------------------------------------------------
XECHO Turn on/off local echo (INIT,SCRIPT)
X Format:
X ECHO ON/OFF or YES/NO
X Example:
X ECHO ON Half duplex mode
X------------------------------------------------------------
XEXIT Ends execution of the current script file. (INIT,SCRIPT)
X Format:
X EXIT Exit the current script/init file
X EXIT VT100 Exit vt100 program (from SCRIPT only)
X EXIT newscript Exit this file and start up newscript
X Example:
X EXIT DF1:FOO.BAR Exit the current file and start FOO.BAR
X------------------------------------------------------------
XF Define a function key (INIT,SCRIPT)
X Format:
X F n string Define Function key n to be string
X Example: (see SEND for string format)
X F 1 "dir^M" Define F1 is the string dir<cr>
X F 11 "help" Define Shifted F1 as the string help
X F 20 ^C Define Shifted F10 as a control-C
X------------------------------------------------------------
XFONT Specify font to use (INIT)
X Format:
X FONT 8-point-font-name
X Example:
X FONT whippy-8-point-font
X------------------------------------------------------------
XFOREGROUND Define a color for the foreground (INIT)
X Format:
X (same as BACKGROUND)
X------------------------------------------------------------
XGOTO Jumps to a different part of the script file. (SCRIPT)
X Format:
X GOTO label Jumps to a line beginning with label:
X Jumps may be forward or backward.
X Example:
X FOO: Sets up a label
X ...
X GOTO FOO Jumps to FOO
X------------------------------------------------------------
XINTERLACE Turn on/off interlace (INIT)
X Format:
X INTERLACE ON/OFF or YES/NO
X Example:
X INTERLACE ON Use interlacing
X------------------------------------------------------------
XKB Send a BYE packet to a host KERMIT server. (SCRIPT)
X Format:
X KB Shut down server.
X------------------------------------------------------------
XKEYSCRIPT Define a new keyscript character (INIT,SCRIPT)
X Format:
X KEYSCRIPT hex New character in hex
X Example:
X KEYSCRIPT 7E Use "~" as the new character
X------------------------------------------------------------
XKG Gets files from host. (SCRIPT)
X Format:
X (same format as KS) Get from server
X------------------------------------------------------------
XKMAXPACK Set maximum packet size for kermit transfers (INIT,SCRIPT)
X Format:
X KMAXPACK n Set maximum packet size to n
X Example:
X KMAXPACK 1000 Use long packets if possible. Don't forget
X to increase the send/receive timeout values
X on your host!!!
X------------------------------------------------------------
XKR Receives a file from kermit host. (SCRIPT)
X Format:
X (same format as KS) Not from a server
X------------------------------------------------------------
XKS Sends files via kermit to the host. (SCRIPT)
X Format:
X KS file Send one file
X KS file1,file2,... Send multiple files
X KS file1,file2,...,$ Send multiple files and shut down server
X Example:
X KS foo.bar sends foo.bar (note no quoting is used)
X KS foo1,foo2,foo3 sends three files
X KS foo1,foo2,foo3,$ sends three files and shuts down server
X------------------------------------------------------------
XLINES Define number of lines in the window (INIT)
X Format:
X LINES n
X Example:
X LINES 24 Maximum for non-interlace
X LINES 48 Maximum for interlaced
X LINES 0 Determine the maximum number of lines
X available and use it
X------------------------------------------------------------
XMODE Set a transfer mode for KERMIT to use (INIT,SCRIPT)
X Format:
X MODE type type of transfers to perform
X Example:
X MODE IMAGE image mode transfers
X MODE CRLF <CR><LF> text transfers (VMS Kermit).
X------------------------------------------------------------
XNUMKEY Numeric keypad mode (INIT,SCRIPT)
X Format:
X NUMKEY ON/OFF or YES/NO
X Example:
X NUMKEY ON Keypad is pure numbers
X------------------------------------------------------------
XON Peforms a command every time string is received (SCRIPT)
X Format:
X ON "string" cmd Execute cmd when string is received.
X Only one ON string may be installed at a
X time.
X
X If cmd is a GOTO and we were previously
X WAITing for a string the WAIT is aborted and
X execution resumes at the new label.
X
X If cmd is not SEND and we were previously
X DELAYing, then the DELAY is aborted and the
X cmd is executed, followed by the next command
X after the DELAY.
X
X If cmd is a SEND and we were previously
X DELAYing, then the DELAY is continued.
X Example:
X ON "LOSS CARRIER" GOTO RESTART
X If modem drops carrier, try to redial
X ON "--more--" SEND " "
X Send a space every time --more-- is received
X------------------------------------------------------------
XPARITY Sets the parity (INIT,SCRIPT)
X Format:
X PARITY type Set the parity type
X Example:
X PARITY NONE no parity
X PARITY MARK mark parity
X PARITY SPACE space parity
X PARITY ODD odd parity
X PARITY EVEN even parity
X------------------------------------------------------------
XRECF Receive a file using the protocol specified in XPROTO (SCRIPT)
X Format:
X RECF file-spec
X Example:
X XPROTO XMODEMCRC Select XMODEM CRC protocol
X RECF Foo Receive Foo using XMODEM CRC
X------------------------------------------------------------
XSB Sends a break character to the host (SCRIPT)
X Format: Note that any pending character to send
X SB is aborted by this call
X------------------------------------------------------------
XSCREEN Define the screen type (INIT)
X Format:
X SCREEN type type of screen to use
X Example:
X SCREEN WORKBENCH use the workbench screen
X SCREEN CUSTOM use a custom screen
X------------------------------------------------------------
XSEND Sends a string or character to the host. (SCRIPT)
X Format:
X SEND "string" Sends a string to the host. Beginning and
X ending double quotes (") are required. A
X carat (^) may be used to send control chars.
X Two carats transmits a carat character.
X SEND chr Sends a single character.
X SEND ^chr Sends a single control character. The chr
X is NOT case sensitve
X Example:
X SEND "mail" Send the string mail
X SEND "dir^M" Send the string dir followed by a <CR>
X SEND a Send the letter a
X SEND ^C Send a control C
X SEND "abc^^def" Send the string abc^def
X SEND ^^ Send a control-uparrow
X SEND " Send the '"' character
X------------------------------------------------------------
XSENDF Send a file using the protocol specified in XPROTO (SCRIPT)
X Format:
X SENDF file-spec
X Example:
X XPROTO XMODEMCRC Select XMODEM CRC protocol
X SENDF Foo Send Foo using XMODEM CRC
X------------------------------------------------------------
XSHORTCUT set a new shortcut command key (INIT)
X Format:
X SHORTCUT cmd key Sets key "key" to be the shortcut key for
X script command "cmd". A null key will
X cause no shortcut to be available for this
X command (menu-option). Cmd may be one of
X the following:
X >> File items: <<
X SE - Send file using XPROTO RE - Receive file using XPROTO
X KG - kermit get file KB - kermit bye (for server)
X CAP - ascii capture on/off
X >> Mode (XPROTO) items: <<
X ASC - ASCII "protocol" XM - XMODEM protocol
X XMC - XMODEM CRC protocol KE - Kermit protocol
X >> Comm items: <<
X 300 - Set Baud 300 1200 - Set Baud 1200
X 2400 - Set Baud 2400 4800 - Set Baud 4800
X 9600 - Set Baud 9600 NONE - Set Parity none
X MARK - Set Parity mark SPACE - Set Parity space
X EVEN - Set Parity even ODD - Set Parity odd
X IMAGE - KERMIT transfer mode TEXT - KERMIT transfer mode
X CONVERT - KERMIT transfer mode
X >> Script items: <<
X EXECUTE - execute macro ABORT - abort macro
X >> Util items: <<
X SB - send break HANG - hang up
X CD - change directory CLEAR - clear screen
X ECH - turn echo on or off WRAP - turn wrap on or off
X NUMKEY - turn numeric kpad on/off APP - turn app. cursor on/off
X CON - convert bs to del SWAP - Swap BS and DEL
X
X Example:
X SHORTCUT ASC Q set Right-Amiga-Q to be the shortcut for
X ASCII_SEND.
X SHORTCUT XS removes the shortcut key for sending via
X XMODEM protocol
X------------------------------------------------------------
XSWAP Swap the meanings of backspace and delete keys (INIT,SCRIPT)
X Format:
X SWAP ON/OFF or YES/NO
X Example:
X SWAP NO Use standard definitions
X------------------------------------------------------------
XUNIT Set unit of serial device to use (INIT)
X Format:
X UNIT n
X Example:
X UNIT 1 Open unit 1 of serial.device. Generally the user
X will want to specify unit 0. When multi-port serial
X cards become available specify as necessary.
X------------------------------------------------------------
XVOLUME Set the BELL volume (INIT)
X Format:
X VOLUME n
X Example:
X VOLUME 0 Use a visual bell
X VOLUME 64 Use a loud audible bell
X------------------------------------------------------------
XWAIT Suspends until a certain string is received. (SCRIPT)
X Format:
X WAIT "string" Same rules for string as SEND
X WAIT Enter an endless wait. Usually used after
X some "ON" commands have been set up. Can
X still be aborted via the script menu.
X Example:
X WAIT "User:" Waits for the string User:
X------------------------------------------------------------
XWBCOLORS Force usage of workbench colors (INIT)
X Format:
X WBCOLORS ON/OFF or YES/NO
X Example:
X WBCOLORS YES Workbebch colors will be used for all
X------------------------------------------------------------
XWRAP Set long line wrapping (INIT,SCRIPT)
X Format:
X WRAP ON/OFF or YES/NO
X Example:
X WRAP ON Long lines will wrap
X------------------------------------------------------------
XXBEEP Beep at end of xfer (INIT,SCRIPT)
X Format:
X XBEEP ON/OFF or YES/NO
X Example:
X XBEEP ON Beep when xfers are finished
X------------------------------------------------------------
XXPROTO Set default transfer protocol (INIT,SCRIPT)
X Format:
X XPROTO XMODEM or XMODEMCRC or KERMIT
X Example:
X XPROTO KERMIT Sets transfer protocol to Kermit
X------------------------------------------------------------
XXR Receives a file via XMODEM. (SCRIPT)
X Format:
X (same format as KS)
X------------------------------------------------------------
XXS Sends a file via XMODEM. (SCRIPT)
X Format:
X (same format as KS)
X------------------------------------------------------------
X
X
X----------------------------
XInitialization file example:
X----------------------------
X
X#####################################################################
X#
X# VT100 sample initialization file
X# v2.8 880117 ACS
X#
X# Hash mark at the beginning of a line denotes a comment.
X# White space (space(s) or tab(s)) delimit fields.
X# Case ignored except for function key bindings.
X#
X# All items in this file overide variables of the same name in VT100.C
X# (all variables in vt100.c have a "p_" prepended to them)
X#
X#####################################################################
X#
XAPPCUR ON # Application keypad mode is being used
XBACKGROUND 000 # Colors are in hex RGB from 000 to FFF
XBAUD 2400 # Anything after required fields is ignored
XBOLD a00 # Color for bold highlighting (in custom)
XBREAK 750000 # Break time in micro-seconds
XBUFFER 512 # 512 <= Input buffer size <= 2048
XCONVERT ON # KERMIT should downcase host names
XCURSOR 00a # Color for cursor (in custom screen)
XDEPTH 1 # number of bit planes to use (1 or 2)
XECHO OFF # Full duplex mode in use
XFONT MyFont # Use my own special 8-point font
XFOREGROUND 950 # Colors are only used on the custom screen
XINTERLACE ON # ON for CUSTOM or interlaced workbench
XKEYSCRIPT 7E # Hex value for script introducer
XLINES 0 # normal <= 24 interlaced <= 48 or 0
XMODE CRLF # IMAGE or CRLF (for KERMIT transfers)
XNUMKEY ON # The keypad should be numeric
XPARITY NONE # NONE (= 8 bit), MARK, SPACE, ODD or EVEN
XSCREEN CUSTOM # may be CUSTOM or WORKBENCH
XSWAP OFF # Don't Swap the Back-space and Delete keys
XVOLUME 64 # Beep Volume (0 = Visual Beep)
XWBCOLORS YES # ignore custom colors and use defaults
XWRAP OFF # Auto wrap ON or OFF
XXBEEP ON # Beep when xfer is done
XXPROTO XMODEMCRC # Send/Receive will use Xmodem CRC.
X# Remove the shortcut key for the CD command. No comment on next line
X# as it will be taken as the shortcut key.
XSHORTCUT CD
X#
X# Function bindings (strings to type when any of F1 - F10 are pressed)
X# f <num> = function key
X# f <num>+10 = shifted function key
X#
X# The string specified must be the same format as the SEND command:
X# ^ = control next character
X# ^^ = up arrow
X#
X# Sample control characters:
X# ^[ = escape ^M = carriage return
X# ^J = line feed ^L = form feed
X#
X# If the first character of the string is a script introducer
X# (KEYSCRIPT) then the string is interpreted as a script filename
X# to be executed when the key is pressed.
X#
X# Examples of bindings:
X#
Xf 1 "^[OP" # f1-f4 = PF1 - PF4 on a VT100
Xf 2 "^[OQ"
Xf 3 "^[OR"
Xf 4 "^[OS"
X#
X# f5,6,7 = scripts to execute (assuming that KEYSCRIPT = '~' = 0x7E)
X#
Xf 5 "~df1:vt100_source/dialwork.script"
Xf 6 "~df1:vt100_source/sendvt100.script"
Xf 7 "~df1:vt100_source/getpics.script"
X#
Xf 8 "MAIL^M" # Reads my mail (note embedded <CR>)
Xf 9 "NOTE^M" # Reads conferences
Xf 11 "ATdt415-595-2479^M" # dials the FAUG BBS
X#
X# all done with init, now execute script as startup sequence
X#
Xexit df1:vt100_source/dialwork.script
X
X--------------------
XScript file example:
X--------------------
X
X###################################################################
X# Script to dial work (dialwork.script)
X# v2.6 870222 DBW
X###################################################################
X#
X# Make sure that we have all the parameters we want
X#
X DELAY 2
X BAUD 2400
X PARITY NONE
X MODE CRLF
X BREAK 750000
X SB
X#
X# First get the modem's attention:
X#
XStart:
X DELAY 1
X ON "Ready" GOTO Dial
X SEND ^B
X DELAY 2
X GOTO Start
X#
X# Now dial the 2400 baud line to work:
X#
XDial:
X ON "Attached" GOTO Login
X SEND "$2400!"
X DELAY 30
X GOTO Start
X#
X# We got attached, so keep hitting return until the Gandalf terminal
X# handler wakes up:
X#
XLogin:
X ON "enter" GOTO Gandalf
X DELAY 1
X SEND ^M
X GOTO Login
X#
X# Now connect from the Gandalf to the terminal server (ts2):
X# (when it asks for a password I need to type the password
X# manually here)
X#
XGandalf:
X DELAY 2
X SEND "ts2^M"
X WAIT "class start"
X#
X# Keep sending <CR>'s until the LAT prompts for a username:
X#
XWaitLat:
X DELAY 2
X ON "username>" GOTO Lat
X SEND ^M
X GOTO WaitLat
X#
X# Tell the LAT that it's me, and connect to the "cookie cluster"
X# (my host systems). Tell the cluster my user name.
X# (when it asks for a password I need to type the password
X# manually here)
X#
XLat:
X SEND "wecker^M"
X DELAY 1
X SEND "connect cookie^M"
X WAIT "Username:"
X SEND "WECKER^M"
X WAIT "at home"
X SEND "^M^Mn^M"
X#
X# Got through all the LOGIN garbage, so let's do some work.
X#
X WAIT "$ "
X#
X# All done so stop:
X#
X EXIT
________This_Is_The_END________
if test `wc -l < vt100.doc` -ne 705; then
echo 'shar: vt100.doc was damaged during transit (should have been 705 bytes)'
fi
fi ; : end of overwriting check
echo 'x - Logon'
if test -f Logon; then echo 'shar: not overwriting Logon'; else
sed 's/^X//' << '________This_Is_The_END________' > Logon
XDIAL:
X DELAY 3
X SEND "ATdt555-1221^M"
X ON "CONNECT" GOTO CONN
X DELAY 20
X SEND " "
X DELAY 1
X#
X SEND "ATdt555-1222^M"
X ON "CONNECT" GOTO CONN
X DELAY 20
X SEND " "
X DELAY 1
X#
X SEND "ATdt555-1223^M"
X ON "CONNECT" GOTO CONN
X DELAY 20
X SEND " "
X DELAY 1
X#
X SEND "ATdt555-1224^M"
X ON "CONNECT" GOTO CONN
X DELAY 20
X SEND " "
X DELAY 1
X GOTO DIAL
X#
XCONN:
X# Send CRs till I get a login: prompt.
X SEND ^M
X ON "login:" GOTO LOGIN
X DELAY 3
X GOTO CONN
XLOGIN:
X# Send my username and my "password", reply to first prompt.
X SEND "acs^M"
X WAIT "assword:"
X SEND "mypass^M"
X WAIT "#?"
X SEND "1^M"
X WAIT "=> "
X# Go to the source directory and send EVERYTHING then get off.
X SEND "cd vt100src/rel2.8^M"
X WAIT "=> "
X SEND "wermit^M"
X WAIT "mit>"
X SEND "send *^M"
X XPROTO KERMIT
X RECF
X DELAY 5
X SEND "ex^M"
X WAIT "=> "
X SEND "logoff^M"
X WAIT "NO CARRIER"
X SEND "ATH^M"
X EXIT VT100
X
________This_Is_The_END________
if test `wc -l < Logon` -ne 57; then
echo 'shar: Logon was damaged during transit (should have been 57 bytes)'
fi
fi ; : end of overwriting check
exit 0ahh@j.cc.purdue.edu (Brent L. Woods) (02/25/88)
Program Name: vt100 (version 2.8)
Submitted By: acs@uts.amdahl.com (Tony Sumrall)
Summary: vt100 terminal emulator.
Poster Boy: Brent Woods (ahh@j.cc.purdue.edu)
Tested. Part 2 of 3.
NOTES: This program was tested by our Guest Moderator, Robert Tillotson.
He had a couple of problems with the program at first (a couple of Guru
errors, and we think that the vt100 task hung around instead of exiting
properly; not certain, though), but when we (Rob, Pat, and I) tested it
a few hours ago, none of us had any problems. I dunno. It seems to work
okay now. Probably some fluke or other.
Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga
USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu
BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421
USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906
====================================cut here============================
#! /bin/sh
#
# This is a shell archive. Save this into a file, edit it
# and delete all lines above this comment. Then give this
# file to sh by executing the command "sh file". The files
# will be extracted into the current directory owned by
# you with default permissions.
#
# The files contained herein are:
#
# -rw-r--r-- 1 acs other 37695 Feb 1 18:52 VT100.uue.1
#
echo 'x - VT100.uue.1'
if test -f VT100.uue.1; then echo 'shar: not overwriting VT100.uue.1'; else
sed 's/^X//' << '________This_Is_The_END________' > VT100.uue.1
X
Xbegin 644 VT100R2.8
XM```#\P`````````#``````````(``"V+```'IP````$```/I```MBT[Y``">K
XMP%94,3`P`%94,3`P($EN9F\@)B!89F5R(%-T871U<P``5E0Q,#`@*%8R+C@@2
XM04-3(#@X,#$Q-RD@5&5R;6EN86P@5VEN9&]W`$1/3D4``'1O<&%Z`!M/4``;V
XM3U$`&T]2`!M/4P!F-0!F-@!F-P!F.`!F.0!F,3```$8Q`$8R`$8S`$8T`$8U.
XM`$8V`$8W`$8X`$8Y`$8Q,```3E7_>B\M``H_+0`(3KH/1%Q/*T#_WDZZ$]A.B
XMNAC$3KH9>$ZZ&R1.NAM`3KH;V$ALEF(O+()F3JR!H%!/0J="ITAL@DX@;()F'
XM+R@`,DZL@8Y/[P`00BR0R$*G3JR`YEA/($`I:`"8@;XO+(&^3JR`JEA/+P!.`
XMK(">6$\[?``!_^Y";(\L0FR/+C`L@YA(P('\``@Y0(.^0FW_ZCEL@Y:/(CEL4
XM@YJ/)$)LCR9";(\H.7P``8\J2'@``2!L@F8O*``R3JR!0%!/3KHHQDZZ*,(_&
XM/``,3KHD)E1/(&R/E"EH``Z/I"\LCY1.K($*6$]*K?_>9PHO+?_>3KIR6EA/A
XM2FW_[F<`!,9.NBB(2FR#A&=,(&R/I'``$"@`#W(!X:$B;()F+&D`5G0`%"X`_
XM#W8!Y:."@RQL@XIV`!8N``]T`>>B@H(L;()J(FX`5G8`%BD`#W0!YZ*"@BM!?
XM__A@-B!LCZ1P`!`H``]R`>&A(FR"9BQI`%9T`!0N``]V`>6C@H,L;(.*=@`63
XM+@`/=`'GHH*"*T'_^$ILCRIG"B\M__A.K($06$].NB?L2FR/+F=*+RR$4$ZLO
XM@$I83QM`_^.P/`#_9QX,+0`*_^-F!AM\``W_XQ`M_^-(@#\`3KHPIE1/8!@O#
XM+(103JR`C%A/2'H#[DZZ+=A83T)LCRXO+(^43JR`O%A/2H!G``(6+RR/E$ZL;
XM@1983R!LCY@0$,`\`'\;0/_C$"W_XTB`/P!.NC^T5$]*;(\H9PX0+?_C2(`_5
XM`$ZZ<))43TILCRQG*`PM``K_XV<@#"T`#?_C9@8;?``*_^,O+(1,$"W_XTB`"
XM/P!.K("&7$\@;(^4,7P`"0`<+RR/E$ZL@.!83R!LCY0Q?``"`!P@;(^4.V@`V
XM(O_F2FW_YF\``71*;(.V;"9*;(.X;"`P+(.J2,#C@$'L@ZY*<`@`9@Y*;(\L^
XM9@@[?``!_^A@!$)M_^@@;(^4(FR/E"-H`"``)"\LCY1.K(#@6$\@;(^4(7P`!
XM```!`"1";?_L8```]#`M_^P@;(^8$C```,(\`'\;0?_C2FR/*&<.$"W_XTB`4
XM/P!.NF^P5$\,;0`!_^AF6`PM`"#_XVTD#"T`?O_C;AP,;0!0_^IL%#`M_^I2A
XM;?_J0>R31!&M_^,``&`J2FW_ZF\22&R31#\M_^I.NB2J7$]";?_J$"W_XTB`%
XM/P!.NCYD5$]";?_H8&80+?_C2(`_`$ZZ/E!43TIL@[9L)$IL@[AL'C`L@ZI(2
XMP..`0>R#KDIP"`!F#$ILCRQF!CM\``'_Z$ILCRQG*`PM``K_XV<@#"T`#?_C%
XM9@8;?``*_^,O+(1,$"W_XTB`/P!.K("&7$]2;?_L,"W_[+!M_^9M`/\$2FW_%
XMZF\22&R31#\M_^I.NB0(7$]";?_J+RR/E$ZL@0I83R!L@F8O*`!63JR`\EA/@
XM*4"/C&<``08@;(^,*V@`%/_\(&R/C#MH`!C_]B!LCXP[:``:__0,K0``!`#_E
XM_&8,(&R/C")H`!PK4?_P+RR/C$ZL@0183R`M__Q@``":0FW_[F```+1"9R\MY
XM__`_/`!D/RW_]#\M__9(;?]Z3KHE@D_O`!`[0/_D2FR#[F<P0>W_>BM(_]Y".
XM;?_L8!@@;?_>4JW_WA`02(`_`$ZZ/1A43U)M_^PP+?_LL&W_Y&W>8%@_/``,Y
XM3KH@'E1/8$P_+?_V+RW__$ZZ!:!<3V`\0J="ITAL@DX@;()F+R@`,DZL@8Y/L
XM[P`08")5@&?&D+P```#^9\J0O````0!G`/]4D+P```(`9P#_4F#$8`#^Z$ILK
XMCRIG%DALD'A.K("\6$]*@&<0#&P``H\J9@A"9TZZ<@943TIL@X1G:"!L@FHOP
XM*`!63JR`\EA/*4"/C&=4(&R/C"MH`!3__"\LCXQ.K($$6$\@+?_\8"1";(."T
XM8#).NBDJ8"P@;()J/R@`"")L@FH_*0`*3KHK*%A/8!15@&?DD+P```'^9]:0Z
XMO```#@!GR&"28`#[-D)G2'H`%&$27$].74YU1FEL92!396YT````3E7__#`M\
XM``Q(P&```3Y.NBC*+RR"9DZL@6I83TALD<!.K(#"6$\O+(&^3JR`GEA/+P!.Z
XMK("P6$\O+(..3JR`U%A/2'@`"B\LCZ!.K(#L4$](;)!03JR`PEA/+RR#ADZL2
XM@-183TALD'A.K(#"6$\O+(.*3JR`U%A/(&R/G"\H``Y.K(#46$](>`!2+RR/$
XMG$ZL@.Q03R\LCY1.K(#"6$\@;(^4+R@`#DZL@-183TAX`%(O+(^43JR`[%!/@
XM2JR$5&<*2&R.J$ZL@,)83TJL@<IG"B\L@<I.K($<6$]*K()F9PHO+()F3JR!O
XM=EA/2FR#QF<@0J=.K(#F6$\K0/_\(&W__"%LCW0`N"\L@F).K(%P6$\O+(^`$
XM3JR`R%A/+RR/?$ZL@,A83R!M``A*$&<*+RT`"$ZL@'183V`D_K3_P/^V_[;_O
XM8/]$_Q[_`/[>L+P````)9-+C@#`[`.).^P``/RT`#$ZL@)A43TY=3G5.50``]
XM#&P``8\L9AI";(\L+RR$3$ZL@(Q83TAZ`'A.NBA86$]@:$JM``AG""!M``A*S
XM$&8:0BR3E#\\``%(;).42'H`8TZZ&$Y/[P`*8`XO+0`(2&R3E$ZL@&Y03TAZ-
XM`%9(;).43JR`4%!/*4"$3&880FR/+$ALDY1(>@`\3KHGQE!/<`!.74YU.7P`Z
XM`8\L3KH!_F#P16YD($9I;&4@0V%P='5R90!!<V-I:2!#87!T=7)E.@!W`$5R#
XM<F]R($]P96YI;F<@1FEL93H`3E4```QL``&/+F8:0FR/+B\LA%!.K(",6$](%
XM>@!T3KHGCEA/8&A*K0`(9P@@;0`(2A!F&D(LDY0_/``!2&R3E$AZ`&).NA>$J
XM3^\`"F`.+RT`"$ALDY1.K(!N4$](>@!22&R3E$ZL@%!03RE`A%!F&$)LCRY("
XM;).42'H`.$ZZ)OQ03W``3EU.=3E\``&/+F#T1FEL92!396YD($-A;F-E;&QE<
XM9`!!<V-I:2!396YD.@!R`$5R<F]R($]P96YI;F<@1FEL93H`3E4``"!LCYPQ"
XM?``+`!PB;(^4,WP`"P`<+RR/E$ZL@.!83R\LCYQ.K(#@6$\@;(^4,7P``@`<J
XM+RR/E$ZL@0I83R!LCYPQ?``#`!Q.74YU3E4``"\LCY1.K("\6$]*@&8*+RR/]
XME$ZL@+983R!LCZ1P`!`H``]R`>&A+P%.K($06$\O+(^43JR!%EA/+RR/E$ZLF
XM@,)83T*LD'`I?``+<;"0=$ALD%!.K(#@6$]"IR\LCY0P+(/:2,`O`$AZ`!).Z
XMK(#X3^\`$$ZZ_SI.74YU<V5R:6%L+F1E=FEC90!.50``+RR"9DZL@6I83TZZY
XM#])(;)9B+RR"9DZL@:!03TY=3G5.50``+RR"9DZL@6I83TZZ#O9(;)9B+RR"_
XM9DZL@:!03TY=3G5.50``+RR/E$ZL@+Q83TJ`9@HO+(^43JR`MEA/(&R/I'``*
XM$"@`#W(!X:$O`4ZL@1!83R\LCY1.K($66$\P+0`(2,`@;(^4(4``/")LCYPCI
XM0``\3KK^BCEM``B#Q$JM``IG!$ZZ_U1.74YU3E4``"\L@F9.K(%J6$].NA#PP
XM2&R68B\L@F9.K(&@4$].74YU3E7_^`QM__\`#&8$3EU.=3`M``S`?``?.T#_*
XM_C`M``SJ2,!\`#\[0/_\,"T`#'(+XFC`?``?.T#_^G``,"W__F```NYP`#`MP
XM__Q@``"2<``P+?_Z8!@[;?_Z__A@(CM\``/_^&`:_]C_V/_8_]BPO`````1D@
XMZ..`,#L`[$[[```Y;?_X@]Q.NO[&8&1"+).42&R3E$ZZ<X!83V!40BR3E$AL&
XMDY1.NG+H6$]@1$(LDY1(;).43KIR6EA/8#1.NF.@8"Y"+).42&R3E$ZZ^_18K
XM3V`>_V#_GO^N_[[_SO_4L+P````&9`KC@#`[`.A.^P``8``"4'``,"W__&``,
XM`)YP`#`M__I@4$*G/SP!+$ZZ_F1<3V!40J<_/`2P3KK^5EQ/8$9"IS\\"6!..
XMNOY(7$]@.$*G/SP2P$ZZ_CI<3V`J0J<_/"6`3KK^+%Q/8!S_H/^N_[S_RO_8W
XML+P````%9`KC@#`[`.I.^P``8#XY;?_Z@^!@-@QM``+_^F0(.6W_^H/88!9*P
XM;(/R9P9";(/R8`8Y?``!@_).NOV48`Y*@&<`_V!3@&?&4X!GRF```9A*;?_\(
XM9BA*;(\H9B)"+).4/SP``4ALDY1(>@&`3KH3BD_O``I(;).43KIF\%A/2FW_U
XM_&<*2FR/*&<$3KIM(F```59P`#`M__Q@``$>3KHF]F```2A.NOR<8``!($AL<
XMD,A(;).43JR`;E!//SP``4ALDY1(>@$X3KH3,$_O``I(;).43JR`/EA/8```Y
XM\#EL@YJ#GCEL@YR#H#EL@Y:#HCEL@YJ#I$)LCR8Y?/__@[9";(.N0FR#L$)L#
XM@[)";(.T3KK]<#\\``Q.NA?Z5$]@``"L2FR#[F<&0FR#[F`&.7P``8/N3KK]C
XM3&```))*;(/H9P9";(/H8`8Y?``!@^A.NOTR8'A*;(/J9P9";(/J8`8Y?``!"
XM@^I.NOT:8&!*;(/L9P9";(/L8`8Y?``!@^Q.NOT"8$A.NA):3KK\^&`^2FR#\
XM]F<&0FR#]F`&.7P``8/V3KK\X&`F_M3^W/[D_Q3_6/]R_XK_HO^Z_\2PO```$
XM``ID"N.`,#L`X$[[``!@&OT$_;3^;/ZNL+P````$9`KC@#`[`.Q.^P``8`#\N
XMR%-C<FEP="!F:6QE(&YA;64Z`$1I<F5C=&]R>3H``%!R;W1O8V]L`%-E;F0`#
XM4F5C96EV90!+97)M:70@1V5T`$ME<FUI="!"644`0V%P='5R90`@($%S8VEI8
XM`"`@6&UO9&5M`"`@6&UO9&5M0U)#`"`@2V5R;6ET`$)A=60@4F%T90!087)I,
XM='D@("``6&9E<B!-;V1E`"`@(#,P,``@(#$R,#``("`R-#`P`"`@-#@P,``@O
XM(#DV,#```"`@3F]N92``("!-87)K(``@(%-P86-E`"`@179E;B``("!/9&0@;
XM(``@($EM86=E("``("!497AT("`@`"`@0V]N=F5R=`!%>&5C=71E($UA8W)O.
XM`$%B;W)T($5X96-U=&EO;@!396YD($)R96%K`$AA;F<@57``0VAA;F=E($1I1
XM<@!#;&5A<B!38W)N`"`@16-H;P`@(%=R87``("!.=6T@2V5Y`"`@07!P($-U:
XM<@`@($)3/"T^1$5,`"`@6&9E<B!"965P`$Y5_^I"K?_\0FW_[#E\``&$2@QM!
XM``$`"&\``0@[?``!_^I(>@/P(&T`"B\H``1.K(!H4$]*0&80.WP``?_L.WP`D
XM`O_J8```L$AZ`\T@;0`*+R@`!$ZL@&A03TI`9@``F#M\``/_ZDAZ`[(@;0`*Y
XM+R@`"$ZL@%!03RM`__QF>$AY``$``2!M``HO*``(3JR`@%A/5D!(P"\`3JR`M
XMVE!/*T#_\$AZ`W@O+?_P3JR`;E!/(&T`"B\H``@O+?_P3JR`8E!/2'H#6R\M:
XM__!.K(!04$\K0/_\(&T`"B\H``A.K("`6$]60$C`+P`O+?_P3JR`[%!/0JW_@
XM\#`M_^JP;0`(;P9";(188`PP+0`(D&W_ZCE`A%@P+?_J2,#E@-"M``HI0(1:G
XM2JR#P&<((&R#P$H09A!(>@+O2&R.@$ZL@&Y03V`.+RR#P$ALCH!.K(!N4$](@
XM>@+72&R.@$ZL@&)03TIM_^QF+$JM__QF)DAZ`LY(>@*_3JR`4%!/*T#__&82>
XM2'H"R4AZ`KA.K(!04$\K0/_\2JW__&<``*`O+?_\/SP!`$ALFDI.K(!$3^\`X
XM"DJ`9WQ(;)I*3JR`@%A/4T!![)I*0C```$AM_^Y(;)I*3KIC+%!/*T#_^"!ME
XM__A*$&=*(&W_^`C0``4@;?_X2B@``6<*(&W_^`CH``4``2!M__@,$``C9Y0@C
XM;?_X#!``968,(FW_^`PI`'@``6<2/RW_[B\M__A.NF,Z7$]@`/]N+RW__$ZL>
XM@(Q83T)LA$I(>``!2'H""TZL@/Y03RE`CWQ*K(]\9@X_/``!2'H"!4ZL@`Y<H
XM3TAX``%(>@(,3JR`_E!/*4"/@$JLCX!F#C\\``)(>@(%3JR`#EQ/2FR#UF8J`
XM2FR#RF<4(&R/@#`H`-CC0%U`YD@Y0(/68!`@;(^`,"@`V%U`YD@Y0(/62FR#:
XMRF8D#&P`&(/6;P8Y?``8@]8Y?``.@YHP+(/6YT!00$C`.4"!]&`J#&P`,(/6E
XM;P8Y?``P@]8Y?``0@YH([``"@=LP+(/6YT#0?``*2,`Y0('T.6R!]((6.6R!G
XM]((:0FR!\#`L@]930.=`T&R#FCE`@YPY;(.:@YXY;(.<@Z`Y;(.6@Z(Y;(.:^
XM@Z0,;``!@\9F7@QL``*#S&\&.7P``H/,#&P``8/,;`8Y?``!@\PP+(/,2,`Y<
XM0('6,"R#UN=`T'P`$$C`.4"!U`QL``&#RF80,#P!D)!L@=1(P#E`@=!@#C`\;
XM`-"0;('42,`Y0('08!XY?``"@\Q";('P0JR"#$*L@CPY?``!@APY?``!@DP@V
XM;?_X#!``968L2&W_[C`M_^Y(P-"M__A2@"\`3KIA%E!/*T#_^"!M__A*$&<(M
XM("W_^$Y=3G5*;(18;Q!3;(18(&R$6EBLA%H@$&#F<`!@XBUI`"MI`'(`4SH`[
XM<@!T;W!A>@`N9F]N=`!V=#$P,"YI;FET`'(`<SIV=#$P,"YI;FET`'(`:6YT;
XM=6ET:6]N+FQI8G)A<GD`8V%N)W0@;W!E;B!I;G1U:71I;VX`9W)A<&AI8W,N<
XM;&EB<F%R>0!C86XG="!O<&5N(&=R87!H:6-S(&QI8G)A<GD``$Y5_YH,;``!/
XM@\9F*DAL@<Y.K(&"6$\I0()B9@X_/``#2'H#V$ZL@`Y<3REL@F*"#"EL@F*"1
XM/$AL@>Y.K(&(6$\I0()F9@X_/``$2'H#P$ZL@`Y<3T*G2&R.J$AX__](>@.^9
XM3JR`^$_O`!!*@&<./SP`!$AZ`[E.K(`.7$\I;(Z\A%0,;``!@\9F($*G3JR`1
XMYEA/*T#_ZB!M_^HI:`"XCW0@;?_J(6R"9@"X2&R!PDZL@2Y83RE`@<IF(DAL]
XMCH!(>@.`2&W_FDZL@'I/[P`,/SP`!$AM_YI.K(`.7$\O+()F3JR!IEA/*4"/B
XMA"!L@F8I:``RCX@O+('*+RR/B$ZL@4Q03PQL``&#S&\&&7P``H,P2FR#QF=0-
XM2FR#R&9*.VR#T/_X.VR#SO_Z.VR#TO_\.VR#U/_^#&P``8/,9A9(>``"2&W__
XM^"\LCX1.K($B3^\`#&`42'@`!$AM__@O+(^$3JR!(D_O``Q(>0`!``%(>`!2;
XM3JR`VE!/*4"/E"!LCY1"*`!/0J="ITZL@,Y03R!LCY0A0``.0J<O+(^4,"R#$
XMVDC`+P!(>@*O3JR`^$_O`!!*@&<./SP`!4AZ`JE.K(`.7$\P+(/>4D`_`$ZLK
XM@))43RE`CY@@;(^40B@`3S`L@\1(P"!LCY0A0``\(&R/E!%\``@`3"!LCY01T
XM?``(`$T@;(^4(7P1$P```#`P+(/>2,`@;(^4(4``-"!LCY0A;(/B`$`@;(^4*
XM,7P`"P`<+RR/E$ZL@.!83R!LCY0Q?``"`!P@;(^4(7P````!`"0@;(^4(6R/)
XMF``H2'D``0`!2'@`4DZL@-I03RE`CYPK;(^4__(K;(^<_^Y";?_V8!8@;?_R.
XM4JW_\B)M_^Y2K?_N$I!2;?_V#&T`4O_V9>)"IT*G3JR`SE!/(&R/G"%```X@T
XM;(^<,7P``P`<(&R/G"%\`````0`D0>R/(")LCYPC2``H0J=(>@&G3JR`SE!/^
XM*4"#AD*G2'H!HDZL@,Y03RE`@XI"9TALD%!(>``!2'H!E4ZL@/A/[P`.2H!FA
XM&D)G2&R0>$AX``%(>@&(3JR`^$_O``Y*@&<./SP`!TAZ`8%.K(`.7$\I;(.&?
XMD%XY?``)D&Q"+)!N0BR0;REL@XJ0ACE\``F0E$(LD)9"+)"72'D``0`"2'@`(
XM"DZL@-I03RE`CZ!*K(^@9P@@;(^@$+P`9$*G2'H!0TZL@,Y03RE`@XXI;(..*
XMD<X9?`!5D<E![(.2*4B1XBE\````!)'F0J=(;)'`0J=(>@$<3JR`^$_O`!!*I
XM@&<./SP`"$AZ`15.K(`.7$\Y?``#D=P9?``0D=XI;(^@D>(I?`````J1YCE\.
XM`661ZCEL@^:1[#E\`&21[DY=3G5C86XG="!O<&5N('-C<F5E;@!C86XG="!O-
XM<&5N('=I;F1O=P!C;VYS;VQE+F1E=FEC90!C86XG="!O<&5N(&-O;G-O;&4`^
XM0V%N)W0@;W!E;B!F;VYT("5S`'-E<FEA;"YD979I8V4`0V%N="!O<&5N(%)E;
XM860@9&5V:6-E`%1I;65R(%!O<G0`5&EM97(@4&]R=`!T:6UE<BYD979I8V4`@
XM=&EM97(N9&5V:6-E`&-A;B=T(&]P96X@=&EM97(@9&5V:6-E`$%U9&EO(%!O`
XM<G0`875D:6\N9&5V:6-E`&-A;B=T(&]P96X@875D:6\@9&5V:6-E``!.5?_^7
XM#&P``8\L9@I!^@"8*4B$H&`(0?H`F"E(A*`_/``&2&R%)$ALE>I(;)E^3KH##
XMZ$_O``Y![);:*4B9FC\\``1(;(4T2&R2]$ALEMI.N@/(3^\`#D)M__YP`3(M:
XM__[C8$9`2,`T+?_^Q?P`(D'LEN@A@"@`4FW__@QM``3__FW8#&P`!(/<;P8Y'
XM?``#@]PP+(/<P?P`(D'LEN;1P`C0``!.74YU0V%P='5R:6YG`$-A<'1U<F4`Y
XM3E7__C\\``-(;(5$2&R1!$ALE*Q.N@-*3^\`#D'LEV(I2)3(0>R8#"E(E.I!M
XM[)42*4B5##\\``5(;(542&R3Y$ALEV).N@,:3^\`#D)M__YP`3(M__[C8$9`]
XM2,`T+?_^Q?P`(D'LEW`A@"@`4FW__@QM``7__FW8,"R#Q$C`8#1";?_^8%@[@
XM?``!__Y@4#M\``+__F!(.WP``__^8$`[?``$__Y@.#M\``+__CE\"6"#Q&`J4
XMD+P```$L9\20O````X1GPI"\```$L&?"D+P```E@9\*0O```$L!GPF#(,"W_R
XM_L'\`")![)=NT<`(T```/SP`!4ALA61(;)1(2&R8#$ZZ`EY/[P`.0FW__G`!.
XM,BW__N-@1D!(P#0M__[%_``B0>R8&B&`*`!2;?_^#&T`!?_^;=@P+(/@P?P`.
XM(D'LF!C1P`C0```_/``#2&R%=$ALD4!(;)423KH""$_O``Y";?_^#&T``O_^U
XM;!AP`I!M__Y(P#(M__[#_``B0>R5("&`&`!2;?_^#&T``__^;=0P+(/8P?P`Z
XM(D'LE1[1P`C0``!*;(/R9P8([```E6).74YU3E4``#\\``)(;(6$2&R0*$AL9
XMD7Q.N@&:3^\`#DY=3G5.5?_^/SP`"DALA91(;)BV2&R;2DZZ`7I/[P`.0FW_T
XM_@QM``/__F\4,"W__L'\`")![)M6T<`(Z`````%2;?_^#&T`"O_^;=A*;(/N[
XM9P8([```F]Y*;(/H9P8([```G`!*;(/J9@8([```G")*;(/L9P8([```G$1*I
XM;(/P9P8([```G&9*;(/V9P8([```G(A.N@/,3KH#R$Y=3G5.50``0>R6@"E(E
XMEF(Y?``%EF9";)9H.7P`*)9J.7P`"I9L.7P``99N0?H`JBE(EG!![)E^*4B69
XM=$'LEIXI2):`.7P`-Y:$0FR6ACE\`%B6B#E\``J6BCE\``&6C$'Z`'LI2):.9
XM0>R4K"E(EI)![):\*4B6GCE\`)F6HD)LEJ0Y?``XEJ8Y?``*EJ@Y?``!EJI!U
XM^@!2*4B6K$'LD7PI2):P0JR6O#E\`.&6P$)LEL(Y?`!`EL0Y?``*EL8Y?``!"
XMELA!^@`I*4B6RD'LFTHI2);.3EU.=49I;&4`0V]M;2!3971U<`!38W)I<'0`:
XM571I;&ET>0``3E7_^$)M__Y@``(8,"W__E)`.T#__"!M`!`K:``(__@P+?_^?
XM2,#E@"!M__@R+?_^P_P`%")!T^T`#"-P"```##`M__[!_``B(&T`"#(M__S#A
XM_``BTJT`""&!"``@;0`0,"W__L'\`"(B0-/M``@S4``$,"W__L'\`"(@0-'MM
XM``@P+?_^P?P`"C%```8@;0`0,"W__L'\`"(B0-/M``@S:``"``@P+?_^P?P`<
XM(B!`T>T`"#%\``H`"B!M`!`P+?_^P?P`(B)`T^T`"#-H``8`##`M__[!_``BO
XM($#1[0`(0J@`#C`M__[!_``B($#1[0`(,"W__L'\`!30K0`,(4``$C`M__[!_
XM_``B($#1[0`(0J@`%B!M`!!*J``,9THP+?_^(FT`$"QI``P,-@`@``!G-C`M&
XM__X@;0`0(F@`##(M__[#_``B+$'=[0`('7$````:,"W__L'\`"(@0-'M``@([
XMZ``"``U@$C`M__[!_``B($#1[0`(0B@`&C`M__[!_``B($#1[0`(0J@`'#`M.
XM__[!_``B($#1[0`(0F@`(#`M__[!_``4(&T`#$(P"``P+?_^P?P`%"!`T>T`3
XM#!%\``$``3`M__[!_``4($#1[0`,$7P``0`","W__L'\`!0@0-'M``Q":``$#
XM,"W__L'\`!0@0-'M``PQ?``!``8P+?_^P?P`%"!`T>T`#$*H``@P+?_^P?P`G
XM%"!`T>T`#$*H`!!2;?_^,"W__K!M`!1M`/W@,"T`%%-`P?P`(B!M``A"L`@`[
XM3EU.=3!^`#%^`#)^`#-^`#1^`#5^`#9^`#=^`#A^`#E^`#$P?@`Q,7X`,3)^'
XM`#$S?@`Q-'X`,35^`#$V?@`Q-WX`,3A^`#$Y?@!!`$]!`%M!`%0`3T$`6T$`P
XM0@!/0@!;0@!3`$]"`%M"`$,`3T,`6T,`($%^`$]#`%M#`$0`3T0`6T0`($!^'
XM`$]$`%M$`$Y5``!*;(/P9P9";(/P8`8Y?``!@_!.74YU3E7_[DIL@X1F!$ZZ(
XM$<9*;0`09A(O+0`,+RT`"$ZZ#Y)03TY=3G4O+0`(3JR`@%A/.T#_]"\M``Q.!
XMK("`6$\[0/_R#&T`3__T;Q!(>@0D3KH$@%A/.WP`3__T#&T`3__R;Q!(>@0JW
XM3KH$:%A/.WP`3__R(&R":B\H`%9.K(#R6$\K0/_N9T(@;?_N*V@`%/_\+RW_"
XM[DZL@0183PRM```0`/_\9@1";(."#*T````"__QF%B!L@FH_*``((FR":C\IP
XM``I.NA`L6$\,;``!@X)F``"6+RT`"$ALDJ1.K(!H4$]*0&<``((O+()J2&R#O
XM$DZL@7Q03R!L@FHB:`!6<``0*0`/<@'AH2\!3JR!$%A/(&R":B\H`%9.K(#R@
XM6$\K0/_N9S8@;?_N*V@`%/_\+RW_[DZL@0183PRM`````O_\9A8@;()J/R@`X
XM"")L@FH_*0`*3KH/GEA/8+8,K0``$`#__&:20FR#@C\M__0O+0`(2&R2I$ZL\
XM@%Q/[P`*,"W_]$'LDJ1",```/RW_\B\M``Q(;)($3JR`7$_O``HP+?_R0>R2#
XM!$(P```Y;?_R@K8,;``!@X)F(DAL@Q(O+()J2&R"TDZL@91/[P`,2'@``DZLX
XM@*183V```-H,;``!@X)G``#0+RR":DAL@Q).K(&:4$]*0&8V2'H"MDZZ`MA88
XM3TALDJ1.N@+.6$\_/``*3KH##E1/2&R2!$ZZ`KI83S\\``I.N@+Z5$]@`/W\S
XM.7P``8."(&R":B)H`%9P`!`I``]R`>&A+P%.K($06$\@;()J+R@`5DZL@/)8+
XM3RM`_^YG1"!M_^XK:``4__PO+?_N3JR!!%A/#*T``!``__QF!$)L@X(,K0``W
XM``+__&86(&R":C\H``@B;()J/RD`"DZZ#E983V"H#*T```"`__QFA&``_RI*8
XM;0`09P9*;(."9@1@`/UF(&R":B`H`!C`O```(`"PO```(`!G``"$+RR":DZL^
XM@:Q83R\L@FI.K(%D6$\@;()J(F@`5G``$"D`#W(!X:$O`4ZL@1!83R!L@FHOO
XM*`!63JR`\EA/*T#_[F<V(&W_[BMH`!3__"\M_^Y.K($$6$\,K0````+__&86#
XM(&R":C\H``@B;()J/RD`"DZZ#:A83V"V#*T`!```__QFDDAL@Q(O+()J2&R"#
XMTDZL@5Y/[P`,2H!F7DAX`!1.K("D6$\@;()J+R@`5DZL@/)83RM`_^YG+"\M;
XM_^Y.K($$6$\,K0````+__&86(&R":C\H``@B;()J/RD`"DZZ#3Q83V#`2&R#G
XM$B\L@FI(;(+23JR!7D_O``P@;()J+R@`5DZL@/)83RE`CXQF'"!L@FHB:`!6:
XM<``0*0`/<@'AH2\!3JR!$%A/8-`@;(^,*V@`%/_\+RR/C$ZL@0183PRM```0M
XM`/_\9R(,K0````+__&86(&R":C\H``@B;()J/RD`"DZZ#+A83V"00FR#@DAL3
XMD@0O+0`,3JR`;E!/2FR#A&<6(&R":@@H``4`&F<*+RR"9DZL@6183V``^[10?
XM<F]M<'0@=&]O(&QO;F<@+2!T<G5N8V%T960N"@!.86UE('1O;R!L;VYG("T@3
XM=')U;F-A=&5D+@H`15)23U(@+2!#04XG5"!#4D5!5$4@4D5154535$]2($9/Y
XM4CH*``!.5?_\0FW__C`M__X@;0`(2C```&<P,"W__B!M``@;<```__T,+0`*9
XM__UF"#\\``UA&%1/$"W__4B`/P!A#%1/4FW__F#"3EU.=4Y5```"+0!_``D04
XM+0`)2(!(P&```G@P+(\BD&R#EDC`@?P`0$A`<D"20--LCR)@``)R/SP`1$ZZ>
XM)PQ43V```F0Y;(.6CR)@``):46R/(C`LCR*P;(.6;`8Y;(.6CR)@``)".6R#D
XMEH\B.6R#FH\D0J<@;()F+R@`,DZL@4!03S`L@YQ20$C`+P`R+(.87D%(P2\!1
XM-"R#FE]"2,(O`C8L@Y9(PR\#(&R"9B\H`#).K($T3^\`%$AX``$@;()F+R@`;
XM,DZL@4!03V```=I"ITZZ79)83V```<X,+0`@``EM``'$#"T`?@`);@`!NDILP
XM@^AG;$HLAGQG9C`LCR*P;(.8;5PY;(.6CR(_/`!$3KHF.%1/,"R/)+!L@YQO`
XM0CEL@YR/)#`L@YQ20$C`+P`R+(.87D%(P2\!-"R#FEU"2,(O`C8L@Y9(PR\#=
XM2'@`"$*G(&R"9B\H`#).K($Z3^\`'#`LCR1(P"\`,BR/(DC!+P$@;()F+R@`6
XM,DZL@2A/[P`,""P``8\G9V`,;``!@\QO.C`L@\8(0```5$!(P"\`(&R"9B\H%
XM`#).K(%`4$](>`#],"R/)DC`+P`@;()F+R@`,DZL@5)/[P`,8!Q(>`#_,"R/+
XM)DC`+P`@;()F+R@`,DZL@5)/[P`,8!Q(>`#_,"R/)DC`+P`@;()F+R@`,DZLK
XM@5)/[P`,""P``(\F9SY(>``%(&R"9B\H`#).K(%&4$](>``!2&T`"2!L@F8OO
XM*``R3JR!6$_O``Q(>``!(&R"9B\H`#).K(%&4$]@&$AX``%(;0`)(&R"9B\H7
XM`#).K(%83^\`#`@L``&/)V<22'@``2!L@F8O*``R3JR!0%!/4&R/(F`D_BK]A
XMJOUV_9+^-OW"_:!?@+"\````!V0`_D#C@#`[`.).^P``,"R/)+!L@YQO2#EL/
XM@YR/)#EL@Y:/(C`L@YQ20$C`+P`R+(.87D%(P2\!-"R#FEU"2,(O`C8L@Y9(P
XMPR\#2'@`"$*G(&R"9B\H`#).K($Z3^\`'#`LCR*P;(.8;PX9?``!AGPY;(.8+
XMCR)@!$(LAGQ.74YU3E7__C`LCR1(P"\`,BR/(DC!+P$@;()F+R@`,DZL@2A/0
XM[P`,,"R/(DC`@?P`"#M`__XP+?_^T&T`"+!L@[YM+DIL@^AF#C`L@[Z0;?_^0
XM.T``"&`:,"T`""!M``I",```+RT`"DZZ_#Q83TY=3G4(+``!CR=G8`QL``
XMS&\Z,"R#Q@A```!40$C`+P`@;()F+R@`,DZL@4!03TAX`/TP+(\F2,`O`"!L5
XM@F8O*``R3JR!4D_O``Q@'$AX`/\P+(\F2,`O`"!L@F8O*``R3JR!4D_O``Q@_
XM'$AX`/\P+(\F2,`O`"!L@F8O*``R3JR!4D_O``P(+```CR9G0DAX``4@;()F"
XM+R@`,DZL@4903S`M``A(P"\`+RT`"B!L@F8O*``R3JR!6$_O``Q(>``!(&R"4
XM9B\H`#).K(%&4$]@'#`M``A(P"\`+RT`"B!L@F8O*``R3JR!6$_O``P(+``!<
XMCR=G$DAX``$@;()F+R@`,DZL@4!03S`M``CG0-%LCR)@`/[L3E4``$AX``(@0
XM;()F+R@`,DZL@4903TAX``,@;()F+R@`,DZL@4!03S`LCR120$C`+P`R+(\B^
XM4$%(P2\!-"R/)%U"2,(O`C8LCR)30TC#+P,@;()F+R@`,DZL@31/[P`42'@`;
XM`2!L@F8O*``R3JR!0%!/2'@``2!L@F8O*``R3JR!1E!/3EU.=4Y5__`O!$)M8
XM__0K;0`(__`@;?_P0A!P`#`M``[`O`````@[0/_^<``P+0`.P+P````P.T#_H
XM_'``,"T`#L"\```!`#M`__HY;0`.AH8Y;0`,AH0I;0`2AHA"IS`M`!!(P"\`'
XM+RT`"$ALAGY.K(&R3^\`$#M`__1*;?_T9@HP+?_T*!].74YU,"W_]"!M__!"R
XM,```2FW_^F<``-`,;0`!__1F``#&2FR#ZF<``+X@;?_P&!"X/``P;4"X/``Y:
XM;CI*;(/J9S)(>@/2+RW_\$ZL@&Y03Q`$2("0?``P0>R&9")M__`3<`````(@?
XM;?_P0B@``SM\``/_]&!L0FW_^&!8,"W_^$'LAF\2,```L@1F1$IL@^IG*DAZN
XM`X4O+?_P3JR`;E!/,"W_^%)`0>R&;R)M__`3<`````([?``#__1@$C`M__A4L
XM0$'LAF\B;?_P$K```&`25FW_^#`M__A![(9O2C```&::8``#`@QM``/_]&8\T
XM2'H#+"\M__!.K(!H4$]*0&8J2FR#ZF<62'H#&"\M__!.K(!N4$\[?``#__1@S
XM"B!M__!"$$)M__1@``*^#&T``?_T;P`!ZB!M``AP`!`0L'P`FV8``=I";?_VR
XM0FW_^&```.)*;(/L9VPP+?_XP?P`#$'LA?@O,`@`(FW_\%*)+PE.K(!H4$]*J
XM0&9*,"W_^,'\``Q![(7\+S`(`")M__!2B2\)3JR`;E!/(&W_\!"\`!LP+?_XQ
XMP?P`#$'LA?PO,`@`3JR`@%A/4D`[0/_T.WP``?_V8&HP+?_XP?P`#$'LA?@OL
XM,`@`(FW_\%*)+PE.K(!H4$]*0&9(,"W_^,'\``Q![(8`+S`(`")M__!2B2\)*
XM3JR`;E!/(&W_\!"\`!LP+?_XP?P`#$'LA@`O,`@`3JR`@%A/4D`[0/_T.WP`Y
XM`?_V4FW_^#`M__C!_``,0>R%^$JP"`!G"$IM__9G`/\(2FW_]F8``,A";?_X^
XM8```K#`M__A(P.6`0>R%I"\P"``B;?_P4HDO"4ZL@&A03TI`9@``A`QM``G_1
XM^&\@,"W_^)!\``I(P.6`0>R$(B\P"``O+?_P3JR`;E!/8!HP+?_X2,#E@$'L2
XM@_HO,`@`+RW_\$ZL@&Y03TILCRAF*B!M__!P`!`0$BR#^$B!L$%F&"!M__!2^
XMB"\(3KI%V%A/(&W_\$(00FW_]"\M__!.K("`6$\[0/_T8!A2;?_X,"W_^$C`?
XMY8!![(6D2K`(`&8`_T1@``#,2FW__F=D#&T``?_T9EP@;?_P<``0$&`P(&W_H
XM\!"\`!Y@1DIM`!9F%$IM__QG!C`\`(!@`G``(&W_\!"`8"H@;?_P$+P`'V`@A
XMD+P````@9]*0O`````UGYEN`9\99@&>XD+P````)9]9@8$IM__QG&$IM`!9F!
XM$@QM``'_]&8*(&W_\`C0``=@0DIL@_!G'"!M__`,$``(9A(,;0`!__1F"B!M:
XM__`0O`!_8"!*;(/P9QH@;?_P#!``?V80#&T``?_T9@@@;?_P$+P`"$)M__A@B
XM&"!M__!2K?_P<``0$#\`3KH#Z%1/4FW_^#`M__BP;?_T;=XP+?_T8`#[ZAM/+
XM`!M/`)L_?@`;3VT`3E7_^$IL@X)G8"\L@FI(;(,23JR!?%!/(&R":B)H`%9PC
XM`!`I``]R`>&A+P%.K($06$\@;()J+R@`5DZL@/)83RM`__QG%B!M__PK:``4I
XM__@O+?_\3JR!!%A/8-8,K0``$`#_^&:R0FR#@DIL@X1G8"!L@FHO*`!63JR`8
XM\EA/*T#__&<6(&W__"MH`!3_^"\M__Q.K($$6$]@UB!L@FHY:``$@AX@;()J*
XM.6@`!H(@(&R":CEH``B"(B!L@FHY:``*@B0O+()J3JR!=EA/0FR#A$Y=3G5.G
XM50``/SP``6%,5$\O+0`(3KH`O%A//SP``6$Z5$\O+0`,3KH`JEA//SP``6$HP
XM5$].74YU3E4``#\\``%A&%1/+RT`"$ZZ`(A83S\\``%A!E1/3EU.=4Y5__XPK
XM+0`(YT`[0/_^2FR#A&8$3KH!MC`M__[1;(\\,BR//+)LCSAO2CELCSB//$IM1
XM__YO/C`LCSA>0$C`+P`R+(\R7D%(P2\!-"R/-DC"+P(V+(\P2,,O`S8M__Y(_
XMPR\#0J<@;()J+R@`,DZL@3I/[P`<3EU.=4Y5__PO+0`(3JR`@%A/2,`K0/_\M
XM,"R/-$C`(BW__+*`;PHP+(\T2,`K0/_\0F=.NO]85$\P+(\\7$!(P"\`,BR/[
XM,$C!+P$@;()J+R@`,DZL@2A/[P`,+RW__"\M``@@;()J+R@`,DZL@5A/[P`,P
XM3EU.=4Y5__PO"B1L@FH[;(\X__X0*@`W2(#0;(\Z.4"/-C`M``B0;(\V$BH`*
XM.4B!D$'F0.=`T&R/-E%`.4"/.!`J`#9(@-!LCSHY0(\P,"T`"I!LCS`2*@`X]
XM2(&00>9`YT#0;(\P44`Y0(\R,"R/,EY`2,"!_``(.4"/-#`M__ZP;(\X;UH0'
XM*@`Y2(`R+0`(DD"2;(\X.T'__#`M``@2*@`Y2(&004C`+P`T+0`*%BH`.$B#Y
XME$-(PB\"-BR/.$C#+P,V+(\P2,,O`S8M__Q(PR\#0J<O*@`R3JR!.D_O`!PD8
XM7TY=3G5.5?_X2&R"'DZL@8A83RE`@FH@;()J(F@`5G``$"D`#W(!X:$O`4ZLI
XM@1!83R!L@FHO*`!63JR`\EA/*T#__&<6(&W__"MH`!3_^"\M__Q.K($$6$]@6
XMU@RM``0``/_X9K)";(\Z(&R":C\H``@B;()J/RD`"DZZ_JA83SELCS://#E\K
XM``&#A$IL@X1G%B!L@FH(*``%`!IG"B\L@F9.K(%D6$].74YU3E7__B!M``A2X
XMK0`(&U#__V<.$"W__TB`/P!A"%1/8.1.74YU3E7_^#MLAI3__DIM__YG!$ZZ2
XM`\(P+(/@2,!@``"P,"T`",!\`/\90(\@8```LC`M``C`?`!_",``!QE`CR!@M
XM``">,"T`",!\`'\90(\@8```CC`M``CJ0,!\``,[0/_\,"T`",!\`!\[0/_ZL
XM,"W__$C`Y8!![(:6,BW_^DC!)#`(`.*JQ+P````![X([0O_X#&P``X/@9A(P#
XM+0`(P'P`?X!M__@90(\@8!8P+?_X"$``!S(M``C"?`!_@$$90(\@8!S_0O]2P
XM_V;_=O]VL+P````%9`KC@#`[`.I.^P``+RR/G$ZL@.!83R!LCYQ**``?9NQ*:
XM;?_^9P1.N@,.3EU.=4Y5```O+(^43JR`MEA/(&R/E")H``YP`!`I``]R`>&A(
XM+P%.K($06$\O+(^43JR!%EA/(&R/E#%\``H`'"\LCY1.K(#@6$\@;(^4,7P`U
XM`@`<+RR/E$ZL@0I83TY=3G5.5?_R,"R/'$C`*4"0<$*LD'1(;)!03JR!"EA/T
XM0FW__B!LCY0B:``.<``0*0`/<@'AH2QL@F8B;@!6=``4*0`/=@'EHX*#+&R#E
XMAG8`%BX`#W0!YZ*"@BM!__1*;(.$9Q8@;()J(F@`5G``$"D`#W(!X:&#K?_T2
XM2FW__F8``68O+?_T3JR!$%A/+RR/E$ZL@+Q83TJ`9R8O+(^43JR!%EA/(&R/%
XMF!`02(`[0/_\.WP``?_^+RR/E$ZL@0I83TIL@X1G2"!L@FHO*`!63JR`\EA/Y
XM*4"/C&<T(&R/C"MH`!3_^"\LCXQ.K($$6$\,K0````+_^&86(&R":C\H``@BW
XM;()J/RD`"DZZ^_!83R!L@F8O*`!63JR`\EA/*4"/C&<``)@@;(^,*V@`%/_X@
XM(&R/C#MH`!C_\B\LCXQ.K($$6$\,K0``!`#_^&96#&T`1?_R9DY(;)!03JR`0
XMO%A/2H!F"DALD%!.K("V6$\@;(.&<``0*``/<@'AH2\!3JR!$%A/2&R04$ZLY
XM@1983TAZ`*I.NOI<6$\Y?``"@;IP`$Y=3G5"IT*G2&R"3B!L@F8O*``R3JR!-
XMCD_O`!!*;?_^9B)(;)!03JR`O%A/2H!G%$AZ`(5.NOH:6$\Y?``!@;IP`&"\5
XM8`#^EDALD%!.K("\6$]*@&8*2&R04$ZL@+983R!L@X9P`!`H``]R`>&A+P%.)
XMK($06$](;)!03JR!%EA/0FR!NDIL@^!F!C`\`/]@`G!_P&W__&``_VA%4E)/!
XM4CH@57-E<B!A8F]R=&5D('1R86YS9F5R`$524D]2.B!4:6UE;W5T('=A:71I:
XM;F<@9F]R(&-H87)A8W1E<@!.50``0FR&E"!LCYP(Z``'`$\@;(^<,7P`"P`<\
XM+RR/G$ZL@.!83R!LCYPQ?``#`!Q.74YU3E4``#E\``&&E"!LCYP"*`!_`$\@Z
XM;(^<,7P`"P`<+RR/G$ZL@.!83R!LCYPQ?``#`!Q.74YU3E7_OD)M__)"K(]X8
XM.7P`!8\<0F<O+0`(3KIK1%Q/.4"/&DI`;!0O+0`(2'H$=DZZ^*903W``3EU..
XM=4AZ!'Y.NOC*6$]";?_H0FW_]D)M__P,;``"@]QF##\\`$-.NOMD5$]@"C\\&
XM`!5.NOM85$]";?_^3KK_(@QM``3__F<``X(,;0`*__9G``-X0FW_]$ZZ_)`[9
XM0/_^2FR!NF<@#&P``H&Z9PXP+?_V4FW_]K!\``IF"DZZ_Q9P`&``_WP,;0`!M
XM__YG"`QM``3__F;"#&T``?_^9@`"]#\M__Q(>@0-2&W_ODZL@'I/[P`*2&W_]
XMODZZ^+183TZZ_"H[0/_Z2FR!NF<*3KK^QG``8`#_+$ZZ_!([0/_X2FR!NF<*.
XM3KK^KG``8`#_%#`M__K0;?_XL'P`_V8``I`P+?_\4D#`?`#_L&W_^F8``C9"?
XM;?_L0FW_YCMM_^C_ZF!V3KK[R#(M_^I![)R>$8`0`$IL@;IG"DZZ_EQP`&``I
XM_L(P+?_J0>R<GA(P``!(@=)M_^S"?`#_.T'_[#`M_^;@2,!\`/]R`#(`XX%!T
XM[(:F-"W_ZD/LG)X6,2``2(/&?`#_-#`8`+="-BW_YN%#MT([0O_F4FW_ZC`M_
XM_^C0?`"`,BW_ZK)`90#_>DZZ^T`[0/_P2FR!NF<8.WP``?_T#&P``H&Z9@I.&
XMNOW.<`!@`/XT#&P``H/<9@``EC`M_^;@2,!\`/]R`#(`XX%![(:F-"W_YN%"+
XM-C`8`+5#-"W_\,1\`/^U0SM#_^9.NOKB.T#_\$IL@;IG&#M\``'_]`QL``*!$
XMNF8*3KK]<'``8`#]UC`M_^;@2,!\`/]R`#(`XX%![(:F-"W_YN%"-C`8`+5#G
XM-"W_\,1\`/^U0SM#_^8,;0``_^97P,!\``$[0/_N8!(P+?_LL&W_\%?!PGP`@
XM`3M!_^Y*;?_N9AP[?``!__0,;``"@;IF"DZZ_0!P`&``_69@``"D0FW_]C\ML
XM__Q(>@(>2&W_ODZL@'I/[P`*4FW__`9M`(#_Z`:L````@(]X2&W_ODZZ]IY8^
XM3PQM`@#_Z&9</SP!@$ALG)X_+(\:3KIT@%!/L'S__V842'H!Y4ZZ]=I83TZZ>
XM_)1P`&``_/H[?`"`_^A";?_J,"W_ZM!\`8!![)R>,BW_ZD/LG)X3L```$`!2<
XM;?_J#&T`@/_J9=H_/``&3KKX3E1/8$8P+?_\P'P`_[!M__IF,DZZ^99*;(&Z8
XM9_8,;``"@;IF"DZZ_"YP`&``_)1(>@&&3KKU8%A//SP`!DZZ^`Y43V`&.WP`P
XM`?_T8`8[?``!__0,;0`!__1F+%)M__9(>@%X3KKU,%A/#&P``H/<9@P_/`!#0
XM3KKWUE1/8`H_/``53KKWRE1/8`#\>`QM``3__F8``)`,;0`*__9L``"&/SP`'
XM!DZZ]ZA43TIM_^AG5E-M_^@P+?_H0>R<GA(P``!(@3M!__YG"`QM`!K__F8@&
XM2FW_Z&<:4VW_Z#`M_^A![)R>$C```$B!LFW__F8"8.!2;?_H/RW_Z$ALG)X_F
XM+(\:3KIS*E!//RR/&DZZ=0943TZZ^T0_/``!3KKTGE1/<`%@`/N@3KK[,'``B
XM8`#[EEA-3T1%32!#86XG="!/<&5N($9I;&4Z`%A-3T1%32!296-E:79E+"`\)
XM97-C/B!I;B!65#$P,"!W:6YD;W<@=&\@86)O<G0`1V5T=&EN9R!";&]C:R`E@
XM-&0N+BX`0FQO8VL@)31D('9E<FEF:65D`%A-3T1%33H@17)R;W(@5W)I=&ENC
XM9R!&:6QE`%A-3T1%33H@4F5C96EV960@1'5P;&EC871E(%-E8W1O<@!834]$5
XM14TZ($5R<F]R`$Y5_\1";?_T0JR/>#E\`#*/'$)G+RT`"$ZZ9@!<3SE`CQI*7
XM0&P02'H#Q$ZZ\X)83W``3EU.=4AZ`]).NO-R6$]";?_X.WP``?_^3KKY[CM\S
XM``'_\$ZZ]VX[0/_VL'P`%6<H#&T`0__V9R`P+?_P4FW_\+!\``ID$@QL``*!V
XMNF8(3KKY['``8*I@R@QM``K_\&422'H#I$ZZ\Q983TZZ^=!P`&".#&T`0__VC
XM9@8[?``!__0_/`(`2&R<GC\LCQI.NF:F4$\[0/_\9P`"J@QM``K_^&<``J`,A
XM;?____QF%$AZ`W5.NO+*6$].NOF$<`!@`/]"0FW_[DIM__QO``)T#&T`"O_X(
XM9P`":D)M__@_+?_^2'H#7DAM_\1.K(!Z3^\`"C`\`("P;?_\;@8P/`"`8`0PQ
XM+?_\.T#_^C`M__J1;?_\2&W_Q$ZZ\P)83S\\``%.NO465$\_+?_^3KKU#%1/.
XM,"W__D9`/P!.NO3^5$]";?_R0FW_[#MM_^[_\&!D,"W_\$'LG)X2,```2($_[
XM`4ZZ]-A43S`M__!![)R>$C```$B!TVW_\C`M_^S@2,!\`/]R`#(`XX%![(:FS
XM-"W_\$/LG)X6,2``2(/&?`#_-#`8`+="-BW_[.%#MT([0O_L4FW_\#`M_^[0\
XM;?_Z,BW_\+)`98P,;0"`__IL>C`M__!30$'LG)Y*,```9P1P`&`"<!H[0/_VF
XM,#P`@)!M__H[0/_P,"W_\,#M__;1;?_R,"W_\%-M__!*0&<\2FW_]&<J,"W_H
XM[.!(P'P`_W(`,@#C@4'LAJ8T+?_LX4(V,!@`M4,T+?_VM4,[0__L/RW_]DZZU
XM\_I43V"X2FW_]&=\,"W_[.!(P'P`_W(`,@#C@4'LAJ8T+?_LX4(V,!@`M4/A'
XM0S0M_^S@2L1\`/]R`#("XX%#[(:F-"W_[.%",#$8`+5`X$C`?`#_=``T`.."J
XM3>R&IC(V*`"S0SM#_^PP+?_LX$@_`$ZZ\XA43S`M_^S`?`#_/P!.NO-X5$]@A
XM"C\M__).NO-L5$]2;?_X3KKTP#M`__8,;``"@;IF%$AZ`6Y.NO"66$].NO=0W
XM<`!@`/T.#&T`!O_V9PH,;0`*__AF`/X*,"W_^M%M_^XP+?_Z2,#1K(]X/RW_V
XM_DAZ`4)(;?_$3JR`>D_O``I(;?_$3KKPY%A/4FW__F``_8A@`/U`/RR/&DZZ,
XM<+!43PQM``K_^&842'H!'$ZZ\")83TZZ]MQP`&``_)I";?_X/SP`!$ZZ\L)4,
XM3U)M__A.NO06L'P`!F<0#&T`"O_X9P@,;``"@;IFV`QM``K_^&8*2'H`^$ZZ(
XM[]I83TZZ]I0_/``!3KKO[E1/<`%@`/Q(6$U/1$5-.B!#86YN;W0@3W!E;B!3'
XM96YD($9I;&4`6$U/1$5-(%-E;F0L(#QE<V,^(&9R;VT@5E0Q,#`@=VEN9&]WS
XM('1O(&%B;W)T`%A-3T1%33H@4F5C96EV97(@;F]T('-E;F1I;F<`6$U/1$5-7
XM.B!%<G)O<B!296%D:6YG($9I;&4`4V5N9&EN9R!B;&]C:R`E-&0`6$U/1$5-X
XM.B!!0D]25$5$`%-E;G0@("`@8FQO8VL@)31D`%A-3T1%33H@3F\@06-K;F]W!
XM;&5D9VUE;G0L($%"3U)424Y'`%A-3T1%33H@3F\@96YD(&]F(&9I;&4``$Y5"
XM__1";?_^.7P``8&Z*VT`"/_T*VT`"/_X8```GB!M__0,$``D9A(B;?_T2BD`E
XM`68(3KHMP$Y=3G4@;?_X#!``(&8&4JW_^&#P(&W_^$H09QHB;?_X#!$`+&<0I
XM+&W_^`P6`"!G!E*M__A@WB!M__A*$&8,.WP``?_^0FR!O&`&.7P``8&\(&W_(
XM^$(0/RR!O"\M__0@;0`,3I!<3SM`__Q*;?_\9@H_+(\:3KINGE1/4JW_^"MM4
XM__C_]$IM__YF"@QL``*!NF8`_U9";(\>0FR!O$IL@_9G"$*G3KI!B%A/8`#_B
XM5$Y5```,+0`8``EF#$)L@[9";(.X3EU.=0PM`!L`"6<.2FR#MFT8#"T`(``)I
XM;1`0+0`)2(`_`$ZZ`.)43V#62FR#N&T8#"T`(``);1`0+0`)2(`_`$ZZ`LY4;
XM3V"X#"T`"@`)9Q`,+0`+``EG"`PM``P`"68>2FR#J&<,/SP`14ZZ">143V`*.
XM/SP`1$ZZ"=A43V""#"T`#0`)9AA*;(.H9@X0+0`)2(`_`$ZZXG943V``_V0,N
XM+0`/``EF"$)L@ZI@`/]4#"T`#@`)9@HY?``!@ZI@`/]","R#JDC`XX!![(.N7
XM2G`(`&<B#"T`7@`);QH,+0!_``EL$A`M``E(@#\`3KH*7%1/8`#_#A`M``E(,
XM@#\`3KKB#E1/8`#^_$Y5``!*;(.V;`A";(.V3EU.=0PM`!L`"6<(#"T`&``)U
XM9@@Y?/__@[9@Y`PM`"``"6T(#"T`?P`)9@)@T@PM`#``"6P4,"R#ME)L@[9!/
XM[(Y$$:T`"0``8+8P+(.V0>R.1!&M``D``#E\__^#MA`LCD1(@$C`8``!/D)L-
XMCD)";(.Z0FR#O$)LCC!";(XN0FR#N&``_WP0+0`)2(`_`$ZZ"*Q43V``_VHYP
XM;(\B@Z(Y;(\D@Z0Y;(\F@Z8Y;(.J@ZPY;(.N@[(Y;(.P@[1@`/]".6R#HH\B[
XM.6R#I(\D.6R#K(.J.6R#IH\F.6R#LH.N.6R#M(.P8`#_&CEL@YJ#GCEL@YR#`
XMH#EL@Y:#HCEL@YJ#I$)LCR9";(/J0FR#[#E\__^#MD)L@ZY";(.P0FR#LD)L$
XM@[1.K(`X/SP`#$ZZX,Q43V``_LX,+0`P``EG"`PM`#(`"68(.7P``8.N8`1"#
XM;(.N8`#^K@PM`#``"6<(#"T`,@`)9@@Y?``!@[!@!$)L@[!@`/Z..7P``8/JI
XM3JR`.&``_H!";(/J3JR`.&``_G0_/``;3KKMYE1/2'H`6DZZ[;A83V``_ER0]
XMO````"AGAE.`9Z*0O`````YG`/[>4X!G`/\`6X!GKE.`9[A=@&<`_KA3@&<`9
XM_K)1@&<`_JR0O`````UGJE.`9P#^@E&`9P#^^F``_@Y;/S$[-V,``$Y5__X,>
XM+0`;``EG"`PM`!@`"68*.7S__X.X3EU.=0PM`"``"6T(#"T`?P`)9@)@Z@PMI
XM`#``"6T``+P,+0!```EL``"R2FR#N&\&4FR#O&#*$"T`"4B`2,!@?C`LCD)(W
XMP..`0>R.+C(LCD)(P>.!0^R.+C0Q&`#%_``*%BT`"4B#U$.4?``P,8((`&".Q
XM4FR.0C`LCD)(P..`0>R.+D)P"`!@`/]X2FR#N&8*$"T`"4B`.4"#NF``_V3_&
XM;/]L_VS_;/]L_VS_;/]L_VS_;``"_Y[_MO^V_[;_MI"\````,+"\````$&0*(
XMXX`P.P#.3OL``%)L@[P,+0`P``EL%C`L@[A2;(.X0>R.1!&M``D``&``_PI2G
XM;(Y","R#N%)L@[A![(Y$$:T`"0``,"R#N$'LCD1",```.7S__X.X2FR#NF<(J
XM#&P`/X.Z9@9*;(.\9P1@`/[*#&P`/X.Z9A0,+`!HCD1G#`PL`&R.1&<$8`#^Z
XMKA`LCD1(@$C`8``%)DILCBYN!CE\``&.+C`LCB[G0)%LCR0P+(\DL&R#GFP&<
XM.6R#GH\D8`#^>$ILCBYN!CE\``&.+C`LCB[G0-%LCR0P+(\DL&R#H&\&.6R#!
XMH(\D8`#^3DILCBYN!CE\``&.+C`LCB[G0-%LCR(P+(\BL&R#F&\&.6R#F(\BN
XM8`#^)$ILCBYN!CE\``&.+C`LCB[G0)%LCR(P+(\BL&R#EFP&.6R#EH\B8`#]'
XM^DILCBYN!CE\``&.+DILCC!N!CE\``&.,%-LCBXP+(XNYT#0;(.:.4"/)%-LL
XMCC`P+(XPYT#0;(.6.4"/(C`LCR2P;(.<;P8Y;(.<CR0P+(\BL&R#F&\&.6R#5
XMF(\B,"R/)+!L@YIL!CEL@YJ/)#`LCR*P;(.6;`8Y;(.6CR)@`/UZ2FR.+FX&8
XM.7P``8XN,"R#H$C`4H`O`#(L@YA>04C!+P$T+(\D2,)=@B\"-BR#EDC#+P,,\
XM+`!-CD1F!'`(8`)P^#(LCBY(P4ZZ7.0O`$*G(&R"9B\H`#).K($Z3^\`'&``F
XM_1A*;(XN;@8Y?``!CBXP+(\D2,!2@"\`,BR#F$C!7H$O`30LCR1(PEV"+P(VY
XM+(\B2,,O`T*G#"P`4(Y$9@1P"&`"</C![(XN+P`@;()F+R@`,DZL@3I/[P`<M
XM8`#\O$ILCBYN!CE\``&.+DILCC!N!CEL@]:.,%-LCBXP+(XNYT#0;(.:.4"#C
XMGE-LCC`P+(XPYT#0;(.:.4"#H#`L@YZP;(.:;`8Y;(.:@YXP+(.@L&R#G&\&+
XM.6R#G(.@,"R#GK!L@Z!O##EL@YJ#GCEL@YR#H#EL@Y:/(CEL@YJ/)&``_#I"D
XM;?_^8```@C`M__Y(P..`0>R.+DIP"`!L$#`M__Y(P..`0>R.+D)P"``P+?_^Z
XM2,#C@$'LCBXB`#`P&`!(P&`R0FR/)F`^".P``8\G8#8([```CR=@+@CL``*/'
XM)V`F".P``(\F8![_OO_$_]S_W/_,_]2PO`````9DY..`,#L`Z$[[``!2;?_^=
XM,"W__K!LCD)M`/]V8`#[HDZZ!A!@`/N:2FR.+FP$0FR.+D*G(&R"9B\H`#).X
XMK(%`4$]*;(XN9D0P+(\DL&R#G&PV,"R#G%)`2,`O`#(L@YA>04C!+P$T+(\D\
XM5$)(PB\"-BR#EDC#+P,@;()F+R@`,DZL@31/[P`48```@@QL``&.+F9","R/Q
XM)+!L@YIO-C`LCR1?0$C`+P`R+(.87D%(P2\!-"R#FEU"2,(O`C8L@Y9(PR\#'
XM(&R"9B\H`#).K($T3^\`%&`V,"R#G%)`2,`O`#(L@YA>04C!+P$T+(.:74)(-
XMPB\"-BR#EDC#+P,@;()F+R@`,DZL@31/[P`42'@``2!L@F8O*``R3JR!0%!/!
XM3KH%$F``^IQ*;(.Z9A`,;``4CBYF"#E\``&#J&`J#&P`/X.Z9B(,;``'CBYF\
XM"#E\``&#Z&`.#&P``8XN9@8Y?``!@^Q.K(`X8`#Z6$IL@[IF#@QL`!2.+F8&<
XM0FR#J&`F#&P`/X.Z9AX,;``'CBYF!D)L@^A@#`QL``&.+F8$0FR#[$ZL@#A@1
XM`/H:/SP`&TZZYW943TAZ`0Q.NN=(6$]@`/H"#&P`!HXN9DP_/``;3KKG5E1/E
XM,"R/(I!L@Y9(P('\``A20#\`,BR/)))L@YI(P8/\``A203\!2'H`VDALCD1._
XMK(!Z3^\`#$ALCD1.NN;T6$]@`/FN/SP`&TZZYPI43TAZ`+I.NN;<6$]@`/F64
XM/SP`&TZZYO)43TAZ`*9.NN;$6$]@`/E^D+P```!`9P#\7E.`9P#ZSE.`9P#ZT
XM\E.`9P#[%E.`9P#[.EF`9P#[7E6`9P#]N%.`9P#]JE.`9P#[S%.`9P#[QE>`J
XM9P#\(I"\````$V>:5X!G`/LR58!G`/Z*68!G`/[(4X!G`/S@4X!G`/\268!G[
XM`/Q278!G`/[N8`#Y`ELS.S$[.#LV-#LV-#LQ.S!X`%LE9#LE9%(`6S!N`%L_L
XM,3LW8P``3E4```PM`$T`"6=\#"T`10`)9@8Y;(.6CR(P+(\DL&R#H&\.,"R/S
XM)+!L@YQL!%!LCR0P+(\DL&R#H&8\,"R#H%)`2,`O`#(L@YA>04C!+P$T+(.>(
XM74)(PB\"-BR#EDC#+P-(>``(0J<@;()F+R@`,DZL@3I/[P`<,"R/)+!L@Z!L)
XM!%!LCR1@;#`LCR2P;(.>;`XP+(\DL&R#FF\$46R/)#`LCR2P;(.>9CPP+(.@=
XM4D!(P"\`,BR#F%Y!2,$O`30L@YY=0DC"+P(V+(.62,,O`TAX__A"IR!L@F8OP
XM*``R3JR!.D_O`!PP+(\DL&R#GF\$46R/)$Y=3G5.5?_\.7S__X.V.VR/(O_^E
XM/SP`($ZZUZY43SMLCR+__#EM__Z/(DAX``$@;()F+R@`,DZL@4!03Q`M``E(8
XM@$C`8``!J#\\``$_/``(/SS_^D)G3KH!N%!/8``!J#\\__X_/``$/SS_^C\\\
XM``1.N@&>4$\,+0!J``EF%C\\__X_/``$/SS__D)G3KH!@E!/8#0,+0!M``EF=
XM&#\\__X_/``(/SS__C\\``1.N@%B4$]@%#\\__X_/``(/SS__D)G3KH!3%!/8
XM8``!/#\\``$_/``$/SS__C\\``1.N@$R4$\,+0!K``EF%C\\__X_/``$/SS_#
XM_D)G3KH!%E!/8#0,+0!L``EF&#\\__X_/``(/SS__C\\``1.N@#V4$]@%#\\C
XM__X_/``(/SS__D)G3KH`X%!/8```T#\\__X_/``(/SS__D)G3KH`R%!/#"T`<
XM;@`)9A8_/``"/SP`!#\\__H_/``$3KH`JE!/8```FC\\``$_/``$/SS_^C\\7
XM``1.N@"04$\,+0!T``EF%C\\__X_/``(/SS__C\\``1A<E!/8!H,+0!U``EFH
XM$C\\__X_/``$/SS__D)G85903V!(_D0``@`"``(``@`"``(``@`"_ES^R/[(@
XM_ES_-``"``+_-``"``+_:O]J_ES^R/]JD+P```!AL+P````89`KC@#`[`+Y.<
XM^P``.6W__(\B3EU.=4Y5```P+(\DT&T`#DC`+P`R+(\BTFT`#$C!+P$T+(\D5
XMU&T`"DC"+P(V+(\BUFT`"$C#+P,@;()F+R@`,DZL@31/[P`43EU.=4Y5``!*Z
XM;(XN;`1";(XN0J<@;()F+R@`,DZL@4!03TILCBYF.#`LCR120$C`+P`R+(.8C
XM7D%(P2\!-"R/)%U"2,(O`C8LCR)(PR\#(&R"9B\H`#).K($T3^\`%&!V#&P`A
XM`8XN9C@P+(\D4D!(P"\`,BR/(EY!2,$O`30LCR1=0DC"+P(V+(.62,,O`R!L+
XM@F8O*``R3JR!-$_O`!1@-C`LCR120$C`+P`R+(.87D%(P2\!-"R/)%U"2,(O<
XM`C8L@Y9(PR\#(&R"9B\H`#).K($T3^\`%$AX``$@;()F+R@`,DZL@4!03TY=[
XM3G5.5?_^+RT`"$ZL@(!83SM`__Y*;?_^9R8P+?_^(&T`"`PP`"\``&<6,BW_6
XM_B)M``@,,0`Z$`!G!E-M__Y@U#`M__X@;0`(##``+P``9Q`R+?_^(FT`"`PQ[
XM`#H0`&8$4FW__B`M``@R+?_^2,'0@2M```A.74YU3E7_\D*M__)(>0`!``%(;
XM>`/\3JR`VE!/*4"/K$AY``$``4AX`_Q.K(#:4$\I0(^P.7P``8\^2'H!E"\MA
XM``A.K(!H4$]*0&8*3KH=N'`"3EU.=2MM``C_]B!M__9*$&<:(FW_]@P1`"IGD
XM$"QM__8,%@`_9P92K?_V8-X@;?_V2A!G*CM\``'_^DAM__XO+0`(3KH[D%!/$
XM*T#_\DJM__)F"DAZ`2Q.NMXV6$]@"D)M__H[?``!__Y";(]`0FR/4$)LCT)"X
XM;?_\8```S`QM``'_^F84,"W__$C`Y8`@;?_R*W`(`/_V8`8K;0`(__8O+?_VH
XM3KK^F%A/+P!(;)"@3JR`;E!/.7P`"H\<0FR/5$)LCU9";(]20JR/J$AZ`,\OA
XM+?_V3JR`4%!/*4"/M&80+RW_]DAZ`+E.NMUR4$]@5$AZ`,M(;(_.3JR`;E!/(
XM3KH>K#`M__Y30#(M__RR0&T$=`%@`G0`/P)*;?_\9@1V`6`"=@`_`TZZ`718*
XM3TI`9PH_/``!3KK=?%1/+RR/M$ZL@(Q83U)M__PP+?_\L&W__FT`_RPO+?_RF
XM3KHZ1%A/2'@#_"\LC[!.K(#L4$](>`/\+RR/K$ZL@.Q03W`!8`#^A"0`2T52^
XM34E4.B!.;R!W:6QD(&-A<F0@;6%T8V@`<@!+15)-250Z($-A;B=T(&]P96X@O
XM<V5N9"!F:6QE.@!314Y$`$Y5__Y(>0`!``%(>`/\3JR`VE!/*4"/K$AY``$`)
XM`4AX`_Q.K(#:4$\I0(^P.7P`"H\<0FR//DAZ`)8O+0`(3JR`:%!/2D!F"DZZ_
XM&ZIP`DY=3G4O+0`(2&R0H$ZL@&Y03TILCQYG$$AZ`&A(;(_.3JR`;E!/8`Y(&
XM>@!<2&R/SDZL@&Y03T)LCV!";(]40FR/4$)LCU9";(]`0FR/4D*LCZA.NAU(:
XM3KH&?#M`__Y(>`/\+RR/L$ZL@.Q03TAX`_PO+(^L3JR`[%!/,"W__F"`)`!'?
XM150`4D5#5@``3E4``$)LCUI*;0`(9P@9?`!3CQ1@!AE\`$:/%!`LCQ1(@$C`/
XM8```^$ZZ`5`90(\48``!)DZZ`CX90(\48``!&DZZ`S(90(\48``!#DZZ!"`9@
XM0(\48``!`DIM``IF!DILCUIG#$ZZ!/890(\48```ZG`!3EU.=4ILCUIG!'``F
XM8/)P`6#N2'H`VC\\`$5.NAOH7$](;)5X3KH;M%A/<`!@T@QL``*!NF9`0FR!.
XMNC`LCU!20$C`@?P`0$A`.4"/4#E\``&/6DAZ`*`_/`!!3KH;J%Q/2'H`F"\L4
XMCZQ.K(!N4$\9?`!:CQ1@<`QL``&!NF802'H`?#\\`$%.NAM\7$]@$DAZ`'(_W
XM/`!!3KH;;%Q/3KH:4'``8`#_7'``8`#_5I"\````06<`_WI3@&<`_RQ3@&<`%
XM_T13@&<`_PA3@&<`_T93@&<`_O"0O`````UG`/[:7X!G`/[X8,!@`/["8`#_>
XM%$524D]2`$%"3U)4`$0`5$U/550`15)23U(`3E7__%)LCU8P+(]44FR/5+!\*
XM``5O!G!!3EU.=2\LCZQ.NA:^6$\O+(^L/SP`#3\LCU`_/`!33KH-7$_O``I(I
XM;)5X2&W__DAM__Q.N@\Z3^\`#$C`8'X0+(\48+PP+(]0L&W__F<&$"R/%&"L$
XM/RW__$ALE7A.NA=:7$]*+(\69@89?``*CQ9*+(\79@89?``CCQ=";(]44VR/<
XM5C`LCU!20$C`@?P`0$A`.4"/4'!&8`#_:'!%8`#_8@QL``*!NF8&&7P`08\45
XM$"R/%&``_TQP06``_T9*@&?@D+P```!%9]*0O`````EG`/]ND+P````+9P#_A
XM:F#88`#_($Y5__Q2;(]6,"R/5%)LCU2P?``%;P9P04Y=3G5(;)"@2&R0H$ZL)
XM@(!83S\`/RR/4#\\`$9.N@QD3^\`"DALE7A(;?_^2&W__$ZZ#D)/[P`,2,!@>
XM``"(4VW__DIM__YL!'`_8`0P+?_^.T#__C`LCU"P;?_^9P80+(\48)PP+(]0F
XML&W__F<&$"R/%&",0FR/5%-LCU8P+(]04D!(P('\`$!(0#E`CU`Y?``!CV).N
XMNA",.4"/1'!$8`#_8'!%8`#_6@QL``*!NF8&&7P`08\4$"R/%&``_T1P06``P
XM_SY*@&?@D+P```!%9]*0O`````EG`/]FD+P````+9X)@VF``_QI.5?_\4FR/7
XM5C`LCU12;(]4L'P`!6\&<$%.74YU+RR/K#\LCT0_+(]0/SP`1$ZZ"VQ/[P`*?
XM2&R5>$AM__Y(;?_\3KH-2D_O``Q(P&```(I3;?_^2FW__FP$<#]@!#`M__X['
XM0/_^,"R/4+!M__YG!A`LCQ1@I#`LCU"P;?_^9P80+(\48)1";(]44VR/5C`L(
XMCU!20$C`@?P`0$A`.4"/4$ZZ#YHY0(]$9@9P6F``_VQP1&``_V9P16``_V`,-
XM;``"@;IF!AE\`$&/%!`LCQ1@`/]*<$%@`/]$2H!GX)"\````16?2D+P````):
XM9P#_9)"\````"V>`8-I@`/\@3E7__%)LCU8P+(]44FR/5+!\``5O!G!!3EU.R
XM=2\LCZP_+(]:/RR/4#\\`%I.N@IR3^\`"DALE7A(;?_^2&W__$ZZ#%!/[P`,;
XM2,!@>%-M__Y*;?_^;`1P/V`$,"W__CM`__XP+(]0L&W__F<&$"R/%&"F,"R/X
XM4+!M__YG!A`LCQ1@ED)LCU1(>@!@/SP`6DZZ%WA<3U-LCU8P+(]04D!(P('\L
XM`$!(0#E`CU!P0F``_VIP16``_V00+(\48`#_7'!!8`#_5DJ`9^Z0O````$5GJ
XMX)"\````"6<`_W20O`````MGD&#:8`#_,D1/3D4``$Y5__Q2;(]6,"R/5%)L,
XMCU2P?``%;P9P04Y=3G4O+(^L0F<_+(]0/SP`0DZZ"89/[P`*2&R5>$AM__Y((
XM;?_\3KH+9$_O``Q(P&!X4VW__DIM__YL!'`_8`0P+?_^.T#__C`LCU"P;?_^D
XM9P80+(\48*@P+(]0L&W__F<&$"R/%&"82'H`9#\\`$).NA:07$]";(]44VR/(
XM5C`LCU!20$C`@?P`0$A`.4"/4'!#8`#_;'!%8`#_9A`LCQ1@`/]><$%@`/]8$
XM2H!G[I"\````16?@D+P````)9P#_=)"\````"V>08-I@`/\T1$].10``3E7_)
XM_CM\``'__AE\`%*/%!`LCQ1(@$C`8```WD)LCT).N@$T&4"/%&```0(_+?_^N
XM3KH"<%1/&4"/%$)M__Y@``#L3KH&J!E`CQ1@``#@<`%.74YU#&P``H&Z9BA(M
XM>@#6/SP`04ZZ%<A<3TAZ`,X_/``,/RR/4#\\`$5.N@A*3^\`"F`F#&P``8&Z9
XM9A!(>@"Y/SP`04ZZ%9A<3V`.2'H`KS\\`$%.NA6(7$\,+`!%CQ1F#"\LCZQ.N
XMNA5,6$]@"DIL@;IF!$ZZ%%(Y?``"CQQ.NMCR2FR!NF?P+RR/M$ZL@(Q83TAZ^
XM`&].NM=86$]P`&``_V!P`&``_UJ0O````$%G`/]458!G`/](4X!G`/\V4X!G8
XM`/]"4X!G`/\4D+P````,9P#^^E&`9P#_!&#&8`#^XF``_QY!0D]25`!5<V5RZ
XM(&%B;W)T960`5$U/550`15)23U(`#0``3E7_^E)LCU8P+(]44FR/5+!\``5OP
XM!G!!3EU.=4ILCQYG(DALD*!(;)"@3JR`@%A//P`_+(]0/SP`4DZZ!S1/[P`*;
XM8!9(>@$$0F<_+(]0/SP`3DZZ!QQ/[P`*+RR/K$AM__Q(;?_^3KH(^D_O``Q(`
XMP&```+@_+?_^+RR/K$ZZ$2Y<3SMLCT+_^D)LCT(O+(^L3KH0*EA/+RR/K#\\)
XM``T_+(]0/SP`64ZZ!LA/[P`*.6W_^H]".6R/5(]80FR/5%-LCU8P+(]04D!(R
XMP('\`$!(0#E`CU!P1F``_T!P16``_SH0+(\48`#_,@QL``*!NF8&<$%@`/\D%
XM#&P``8&Z9@@0+(\48`#_%$AZ`$-"9S\LCU`_/`!.3KH&6D_O``H0+(\48`#^B
XM]G!!8`#^\$J`9[J0O````$5GI)"\````"6>B6X!G`/\R8-Y@`/[0``!.5?_H#
XM4FR/5C`LCU12;(]4L'P`!6\&<$%.74YU+RR/K$AM__Y(;?_\3KH'[$_O``Q(-
XMP&```X@P+(]84FR/6+!\``5O!'!!8-!*;(]09@1P/V`&,"R/4%-`L&W__F8^X
XM.VR/0O_Z0FR/0B\LCZQ.N@\"6$\O+(^L/SP`#3\M__X_/`!93KH%H$_O``HY/
XM;?_ZCT)";(]4$"R/%&``_WYP06``_W@P+(]84FR/6+!\``5O!G!!8`#_9$IL$
XMCU!F!'`_8`8P+(]04T"P;?_^9BQ(>@,<0F<_+?_^/SP`64ZZ!4A/[P`*/SP`W
XM`4ZZTD143T)LCU00+(\48`#_(G!!8`#_'#`M__ZP;(]09P9P06``_PQ*;0`(\
XM9AA(>@+5/SP`6DZZ$FY<3S\\``%.NM($5$\K;(^L_^Q![)"@*TC_\"!M_^Q2B
XMK?_L$!!(@#M`__AG``#R2FR/7&<P$"R/&$B`L&W_^&8D(&W_[%*M_^P0$$B`6
XMD'P`(#E`CV0@;?_L4JW_[!`02(`[0/_X0FW_]$ILCUYG(A`LCQE(@+!M__AF(
XM%CM\`(#_]"!M_^Q2K?_L$!!(@#M`__@0+(\72("P;?_X9CH@;?_L4JW_[!`0<
XM2(`[0/_X,"W_^,!\`'\[0/_V#&T`0/_V90@,;0!?__9C"`QM`#__]F8&"&T`:
XM!O_Y,"W_](%M__A*;(]D9@8Y?``!CV0,;``!@]AF"@QM``W_^&<`_R!@$"!MU
XM__!2K?_P$*W_^5-LCV1*;(]D;NH@;?_P0A!@`/[^2FR#\F<L0>R0H"M(_^@@$
XM;?_H2A!G'"!M_^@0$$B`/P!.NC<V5$\@;?_H$(!2K?_H8-Q*;(]@9Q1"K(^H/
XM2'H!=#\\`$9.NA$(7$]@!%)LCV!(>@%E2&R0H$ZL@%!03RE`C[1F7DALD*!(F
XM>@%/3KK0*E!/2'H!9"\LCZQ.K(!N4$](;)"@+RR/K$ZL@&)03R\LCZPO+(^L0
XM3JR`@%A//P`_+(]0/SP`14ZZ`SY/[P`*2'H!3C\\`$5.NA"67$]P`&``_1I(4
XM>@%`0F<_+(]0/SP`64ZZ`Q1/[P`*.6R/5(]80FR/5%-LCU8P+(]04D!(P('\?
XM`$!(0#E`CU!P1&``_-XP+?_^L&R/4&<&<$%@`/S.2'H`]4)G/RR/4#\\`%E.W
XMN@+(3^\`"DAZ`.`_/`!"3KH0(%Q//SP``4ZZS[943U-LCU9P0V``_)9P16``8
XM_)`,;``"@;IF!G!!8`#\@DAZ`*]"9S\LCU`_/`!.3KH"?$_O``H0+(\48`#\R
XM9'!!8`#\7DJ`9\J0O````$)G`/]T5X!GME.`9P#]+)"\````#6<`_%I?@&<`E
XM_,!@T&``_#``1$].10!214-6`'<`2T5234E4.B!5;F%B;&4@=&\@8W)E871E9
XM(&9I;&4Z`%94,3`P("T@2V5R;6ET("T@8V%N;F]T(&-R96%T92!F:6QE.B``L
XM15)23U(```!$3TY%``!.5?_\4FR/5C`LCU12;(]4L'P`!6\&<$%.74YU+RR/`
XMK$AM__Y(;?_\3KH#HD_O``Q(P&```70P+?_^L&R/4&=.,"R/6%)LCUBP?``%%
XM;P1P06#&2FR/4&8$<#]@!C`LCU!30+!M__YF(B\LCZP_/``&/RW__C\\`%E.P
XMN@%@3^\`"D)LCU00+(\48(YP06"*3KH)>DAZ`3Q"9S\LCU`_/`!93KH!.$_OL
XM``HY;(]4CUA";(]44VR/5C`LCU!20$C`@?P`0$A`.4"/4'!$8`#_3#`M__ZP)
XM;(]09P9P06``_SQ(>@#Q0F<_+(]0/SP`64ZZ`.Q/[P`*,"R/4%)`2,"!_`!`,
XM2$`Y0(]02'H`RC\\`%I.N@XR7$]3;(]6+RR/M$ZL@(Q83W!:8`#^\C`LCUA22
XM;(]8L'P`!6\&<$%@`/[>2FR/4&8$<#]@!C`LCU!30+!M__YF($AZ`(-"9S\M"
XM__X_/`!987A/[P`*0FR/5!`LCQ1@`/ZH<$5@`/ZB#&P``H&Z9@9P06``_I1(I
XM>@!00F<_+(]0/SP`3F%$3^\`"A`LCQ1@`/YX<$%@`/YR2H!GS)"\````1&<`=
XM_H)3@&>X4X!G`/]JD+P````49P#_!F#68`#^2@``1$].10````!.5?_Z+PI*$
XM;(\^9Q0P+(]`L&T`"F<*4FR/4CEM``J/0$ALC\X0+0`)2(`_`$ZZ#3I<3R1L]
XMC[!.N@W*.WP``?_^8!(0+(\52(`_`$ZZSU)43U)M__XP+?_^L&R/3F_D($I26
XMBA"\``%*;(]"9Q`,;0!;``QO"!M\`"#__&`,,"T`#-!\`",;0/_\($I2BA"M[
XM__P;;?_\__TP+0`*T'P`(!M`__P@2E**$*W__!`M__S1+?_]($I2BA"M``D0O
XM+0`)T2W__4ILCT)G``"4#&T`6P`,;P``BC`M``Q20#M`__HP+?_Z2$!"0$A`B
XM@/P`7]!\`"`;0/_\($I2BA"M__P0+?_\T2W__3`M__I(0$)`2$"`_`!?2$#0H
XM?``@&T#__"!*4HH0K?_\$"W__-$M__T0+?_]2(#`?`#`[$`2+?_]2('00<!\<
XM`#_0?``@&T#__"!*4HH0K?_\$"W__-$M__U";?_^8"0P+?_^(&T`#B)*4HH2P
XML```,"W__B!M``X2,```TRW__5)M__XP+?_^L&T`#&W2$"W__4B`P'P`P.Q`*
XM$BW__4B!T$'`?``_&T#__2!*4HH0+?_]T#P`(!"`2BR/%F<(($I2BA"LCQ8,?
XM+``-CQ9G""!*4HH0O``-($I2BA"\``I"$B\LC[!.NLV26$\D7TY=3G5.5?_X/
XM0BW_^$ZZSP`;0/_X2FR!NF<&<`!.74YU#"T``?_X9N1";?_\2FW__&8``@I.B
XMNL[8&T#_^$IL@;IG!'``8-8,+0`!__AGWAMM__C_^B!M``@0+?_X2("0?``CB
XM,(!.NLZH&T#_^$IL@;IG!'``8*8,+0`!__AGKA`M__C1+?_Z(&T`#!`M__A(8
XM@)!\`"`P@$ZZSG8;0/_X2FR!NF<&<`!@`/]T#"T``?_X9P#_>A`M__C1+?_Z7
XM&VW_^/_[(&T`"`Q0__UF``#22FR/0F<``,I.NLXV&T#_^$IL@;IG!G``8`#_A
XM-`PM``'_^&<`_SH0+?_XT2W_^B!M``@0+?_X2("0?``@P?P`7S"`3KK-_!M`E
XM__A*;(&Z9P9P`&``_OH,+0`!__AG`/\`$"W_^-$M__H@;0`($"W_^$B`D'P`\
XM(-%0(&T`"%-03KK-P!M`__A*;(&Z9P9P`&``_KX,+0`!__AG`/[$$"W_^DB`B
XMP'P`P.Q`$BW_^DB!T$'`?``_%"W_^$B"E'P`(+!"9P9P`&``_H@0+?_XT2W_-
XM^D)M__Y@-DZZS6@;0/_X2FR!NF<&<`!@`/YF#"T``?_X9Q80+?_XT2W_^C`M3
XM__X@;0`0$:W_^```4FW__B!M``@P+?_^L%!MOB!M``@P$")M`!!",0``3KK-A
XM&!M`__A*;(&Z9P9P`&``_A80+?_XD#P`(!M`__E.NLSX&T#_^$IL@;IG!G``+
XM8`#]]@PM``'_^&<`_?P[?``!__Q@`/WR#"T`0O_[9QH,+0!:__MG$DALC\X0#
XM+?_[2(`_`$ZZ"2!<3Q`M__I(@,!\`,#L0!(M__I(@=!!P'P`/QM`__H0+?_Z'
XML"W_^6<&<`!@`/V42FR//F88(&T`##`0L&R/0&<,4FR/4B!M``PY4(]`$"W_G
XM^TB`8`#];$Y5__P,;``!CV)F-$)LCV)"+(BF+RR/M$ZL@$I83SE`CV@,;/__8
XMCVAF$#E\``&/8G``.4"/1$Y=3G52K(^H8!8,;/__CV)F#CE\``&/8G``.4"/C
XM1&#@0FR/1&`$4FR/1#`LCT1![(BF,BR/1")LCZP3L```$`!*,```9N!"+(BFM
XM0FR/9$)M__Q*;?_\9@``J"\LC[1.K(!*6$\Y0(]F#&S__X]F9@XY?/__CV([`
XM?``!__Q@!%*LCZ@Y;(]$CT8_+(]H87I43SELCV:/:#`LCTI70+!LCT1F"#`L4
________This_Is_The_END________
if test `wc -l < VT100.uue.1` -ne 600; then
echo 'shar: VT100.uue.1 was damaged during transit (should have been 600 bytes)'
fi
fi ; : end of overwriting check
exit 0ahh@j.cc.purdue.edu (Brent L. Woods) (02/25/88)
Program Name: vt100 (version 2.8)
Submitted By: acs@uts.amdahl.com (Tony Sumrall)
Summary: vt100 terminal emulator.
Poster Boy: Brent Woods (ahh@j.cc.purdue.edu)
Tested. Part 3 of 3.
NOTES: This program was tested by our Guest Moderator, Robert Tillotson.
He had a couple of problems with the program at first (a couple of Guru
errors, and we think that the vt100 task hung around instead of exiting
properly; not certain, though), but when we (Rob, Pat, and I) tested it
a few hours ago, none of us had any problems. I dunno. It seems to work
okay now. Probably some fluke or other.
Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga
USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu
BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421
USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906
====================================cut here============================
#! /bin/sh
#
# This is a shell archive. Save this into a file, edit it
# and delete all lines above this comment. Then give this
# file to sh by executing the command "sh file". The files
# will be extracted into the current directory owned by
# you with default permissions.
#
# The files contained herein are:
#
# -rw-r--r-- 1 acs other 35022 Feb 1 18:52 VT100.uue.2
#
echo 'x - VT100.uue.2'
if test -f VT100.uue.2; then echo 'shar: not overwriting VT100.uue.2'; else
sed 's/^X//' << '________This_Is_The_END________' > VT100.uue.2
XMCT1@`/]8,"R/2E=`,BR/1+)`;T1";?_^8`12;?_^,"R/1M!M__X@;(^L,BW_(
XM_D/LB*83L```$`!*,```9MPY;(]&CT0P+(]$(&R/K$(P```P+(]$8`#_!F``3
XM_U0P+(]$8`#^^DY5__P,;``!@]AF>`PM``H`"69P0FR/9#`LCT12;(]$(&R/(
XMK!&LCQ<``#`LCT12;(]$(&R/K!&\`$T``#`LCTI70#(LCT2R0&X&.6R/1(]&@
XM,"R/1%)LCT0@;(^L$:R/%P``,"R/1%)LCT0@;(^L$;P`2@``,"R/1"!LCZQ"`
XM,```3EU.=4ILCUQG``#8$"T`"4B`L&R/9F9,2FR/8F9&4FR/9`QL`%Z/9&P"*
XM8-0,;`!>CV1F+C`LCT12;(]$(&R/K!&LCQ@``#`LCV30?``@,BR/1%)LCT0@9
XM;(^L$8`0`$)LCV1@?@QL``&/9&8\0FR/9!`M``E(@#\`3KK_!E1/,"R/2E=`_
XM,BR/1+)`;@8Y;(]$CT9";(]D$"T`"4B`/P!.NO[@5$]@`/]:#&P``8]D;S(P1
XM+(]$4FR/1"!LCZP1K(\8``!2;(]D,"R/9-!\`"`R+(]$4FR/1"!LCZP1@!``1
XM0FR/9!`M``E(@,!\`'\[0/_^$"T`"4B`P'P`@#M`__Q*;(]>9QY*;?_\9Q@PK
XM+(]$4FR/1"!LCZP1K(\9```;;?__``D,;0`@__YM"`QM`'___F88,"R/1%)LV
XMCT0@;(^L$:R/%P``"&T`!@`)$"R/%TB`L&W__F82,"R/1%)LCT0@;(^L$:R/0
XM%P``2FR/7&<>$"R/&$B`L&W__F82,"R/1%)LCT0@;(^L$:R/%P``2FR/7F<>,
XM$"R/&4B`L&W__F82,"R/1%)LCT0@;(^L$:R/%P``,"R/1%)LCT0@;(^L$:T`M
XM"0``,"R/1"!LCZQ",```8`#^,$Y5__8K;(^L__9";(]D(&W_]E*M__80$$B`=
XM.T#__F<``/A*;(]<9S`0+(\82("P;?_^9B0@;?_V4JW_]A`02("0?``@.4"/P
XM9"!M__92K?_V$!!(@#M`__Y";?_Z2FR/7F<B$"R/&4B`L&W__F86.WP`@/_Z`
XM(&W_]E*M__80$$B`.T#__A`LCQ=(@+!M__YF.B!M__92K?_V$!!(@#M`__XP`
XM+?_^P'P`?SM`__P,;0!`__QE"`QM`%___&,(#&T`/__\9@8(;0`&__\P+?_ZH
XM@6W__DILCV1F!CE\``&/9`QL``&#V&8*#&T`#?_^9P#_(#`LCV1(P-&LCZA@A
XM$B\LC[0_+?_^3JR`AEQ/4VR/9$ILCV1NZ&``_OA.74YU3E4``"!M``@0O`!^[
XM(&T`"!%\`"H``2!M``@1?``@``(@;0`($7P`0``#(&T`"!%\`"H`!"!M``@1L
XM?``C``5*;(/@;@9*;(]>9SH@;0`($7P`)@`&#"P`((\9;P@,+`!`CQEM&`PL7
XM`&"/&6\(#"P`?X\9;0@,+`!9CQEF!CE\``&/7F`*(&T`"!%\`%D`!B!M``@1L
XM?``Q``<@;0`($7P`?@`((&T`"!%\`"(`"2!M``@1?``@``HP+(/T2,"!_`!?L
XMT'P`("!M``@10``+,"R#]$C`@?P`7TA`T'P`("!M``@10``,(&T`"$(H``U.4
XM74YU3E7__"!M``@0$$B`D'P`(#E`CTH[;(]*__X@;0`($"@``4B`D'P`(#E`Q
XMCQP@;0`($"@``DB`D'P`(#E`CTX@;0`($"@``PA```890(\5(&T`"!`H``20`
XM/``@&4"/%B!M``@9:``%CQ=";(]<0FR/7@QM``8`#&UB(&T`"$HH``9G6"!M"
XM``@9:``&CQD,+``@CQEO"`PL`$"/&6T0#"P`8(\9;Q`,+`!_CQEL"#E\``&/B
XM7F`F2FR#X&X&2FR/7F<6#"P`68\99@XY?``!CUX9?``FCQE@!$)LCUX,;0`($
XM``QM0"!M``A**``(9S8@;0`(&6@`"(\8#"P`((\8;P@,+`!`CQAM$`PL`&"/C
XM&&\0#"P`?X\8;`@Y?``!CUQ@!$)LCUP,;0`)``QM``"B(&T`"$HH``EG``"6Q
XM.WP`"?_\8`12;?_\,"W__"!M``@(,`````!F["!M``@0*``)2(#`?``".4"/T
XM0K!\``)F8#E\`?2/2C`M__Q60#(M``RR0&U,,"W__%1`(&T`"!(P``!(@</\(
XM`%\T+?_\5D(B;0`(%C$@`$B#TD.2?`!`.4&/2@QL`^B/2F\(.7P#Z(]*8`X,X
XM;``*CTIL!CE\`?2/2DY=3G5.5?_\2FR#@F<*2'@`!4ZL@*183TAZ`"X_/``!R
XM/RR/4#\\`$=.NO/.3^\`"DALE7A(;?_\2&W__DZZ]:Q/[P`,3EU.=48`3E4`*
XM``QL``6/5FX(#&P`!8]8;QI(>@!43KK`>EA/2'H`;2\LCZQ.K(!N4$]@&$AZ*
XM`(=.NL!@6$](>@"4+RR/K$ZL@&Y03R\LCZPO+(^L3JR`@%A//P`_+(]0/SP`:
XM14ZZ\TY/[P`*3EU.=4M%4DU)5#H@5&]O(&UA>2!R971R:65S(&9O<B!P86-K'
XM970`5E0Q,#`@2T5234E4.B!4;V\@;6%N>2!R971R:65S(&9O<B!P86-K970`^
XM2T5234E4.B!0<F]T;V-O;"!%<G)O<@!65#$P,"!+15)-250Z(%!R;W1O8V]LU
XM($5R<F]R``!.50``+RT`"$AZ``Q.NK]F4$].74YU2T5234E4.B!(;W-T($5R4
XM<F]R.@!.5?^L0?H`7BM(__P,+0!9``EG$`PM`$X`"6<(#"T`1P`)9@1.74YU4
XM$"T`"4B`/P`O+(^H,BR/5E-!/P$_+(]22&R0H"\M``HO+?_\2&W_K$ZL@'I/&
XM[P`:2&W_K$ZZO[I83V#`)35S("4M,34N,35S(%!K=#H@)31D(%)E='(Z("4RQ
XM9"!">71E<SH@)39L9"!4>7!E.B`E8P``3E4``"\LCY1.K("V6$\@;(^4(F@`E
XM#G``$"D`#W(!X:$O`4ZL@1!83R\LCY1.K($66$\@;(^4,7P`!0`<+RR/E$ZL(
XM@.!83R!LCY0Q?``"`!PO+(^43JR!"EA/3EU.=6)A8P!B;VP`8G5F`&-U<@!DG
XM97``9F]R`&9O;@!I;G0`;&EN`'-C<@!U;FET`'9O;`!W8@!S:&\`87-C`&)EG
XM90!C87``8V0`9&5L`&=O=`!K8@!K9P!K<@!K<P!O;@!R96-F`'-B`'-E;F0`U
XM<V5N9&8`>'(`>',`=V%I=`!A<'``8F%U`&)R90!C;VX`96-H`&5X:0!F`&MEX
XM>0!K;6%X<&%C:P!M;V0`;G5M:V5Y`'!A<FET>0!S=V%P`'=R87``>&)E90!X,
XM<')O=&\``&%S8VEI`'AM;V1E;0!X;6]D96UC<F,`:V5R;6ET`'-E`')E`&MB1
XM`&MG`&-A<`!A<V,`>&T`:V4`>&UC`#,P,``Q,C`P`#(T,#``-#@P,``Y-C`PQ
XM`&YO;F4`;6%R:P!S<&%C90!E=F5N`&]D9`!I;6%G90!T97AT`&-O;G9E<G0`5
XM97AE8W5T90!A8F]R=`!S8@!H86YG`&-D`&-L96%R`&5C:`!W<F%P`&YU;6ME6
XM>0!A<'``8V]N`'-W87``>&)E97``3E4``$HLC]AG0#`LCVY![(_8$C```+(M^
XM``EF*E)LCVXP+(]NL&R/:F8:.7P``8]R/SP``DZZ!%943T)LCW)P`$Y=3G5@H
XM!$)LCVY*+(_L9S0P+(]P0>R/[!(P``"R+0`)9PA";(]P<`!@UE)LCW`P+(]P"
XML&R/;&<$<`!@Q$(LC^Q";(\J8+I.5?_\0JW__"\M``A.K("`6$]*0&<*(&T`5
XM"`P0`"-F!G``3EU.=4AZ`+(O+0`(3JR`4%!/*4"/N&9B2'D``0`!+RT`"$ZLK
XM@(!83U9`2,`O`$ZL@-I03RM`__Q(>@"`+RW__$ZL@&Y03R\M``@O+?_\3JR`B
XM8E!/2'H`9R\M__Q.K(!04$\I0(^X9A(O+0`(2'H`44ZZNZI03W``8(8Y?``!A
XMCRA";(\J0BR/[$(LC]A";(]R0JR(L$JM__QG&B\M``A.K("`6$](P%:`+P`OE
XM+?_\3JR`[%!/8`#_2G(`4SH`<@!#86XG="!O<&5N('-C<FEP="!F:6QE`$Y5>
XM__P@;0`(2A!G&B)M``@,$0`@9PHL;0`(#!8`"68&4JT`"&#>*VT`"/_\(&T`5
XM"$H09QHB;0`(#!$`(&<0+&T`"`P6``EG!E*M``A@WB`M``B0K?_\(&T`##"`"
XM("W__$Y=3G5.5?_\0FW__F`2,"W__B!M``C0P`C0``52;?_^,"W__K!M``QMZ
XMY$ILA$IG``"D0FW__F!^,"W__DC`YX!![(BX+S`(`$ZL@(!83SM`__PP+0`,:
XML&W__&U6/RW__#(M__Y(P>>!0>R(N"\P&``O+0`(3KHO.$_O``I*0&8R2&T`E
XM##`M``Q(P-"M``@O`$ZZ_PY03R\`,"W__DC`YX!![(BT(G`(`$Z16$]P`4Y="
XM3G52;?_^,"W__DC`YX!![(BT0_H5G"QP"`"]R68`_VI@``"@0FW__F!^,"W_^
XM_DC`YX!![(DP+S`(`$ZL@(!83SM`__PP+0`,L&W__&U6/RW__#(M__Y(P>>!)
XM0>R),"\P&``O+0`(3KHNED_O``I*0&8R2&T`##`M``Q(P-"M``@O`$ZZ_FQ0?
XM3R\`,"W__DC`YX!![(DL(G`(`$Z16$]P`6``_UQ2;?_^,"W__DC`YX!![(DL<
XM0_H4^BQP"`"]R68`_VI";?_^8'XP+?_^2,#G@$'LB<@O,`@`3JR`@%A/.T#_7
XM_#`M``RP;?_\;58_+?_\,BW__DC!YX%![(G(+S`8`"\M``A.NBWX3^\`"DI`,
XM9C)(;0`,,"T`#$C`T*T`""\`3KK]SE!/+P`P+?_^2,#G@$'LB<0B<`@`3I%8S
XM3W`!8`#^OE)M__XP+?_^2,#G@$'LB<1#^A1<+'`(`+W)9@#_:DILA$IG%DAZ$
XM`"A.K(!T6$\O+0`(3JR`=%A/8`XO+0`(2'H`)4ZZN+!03W``8`#^<$EN:70Z*
XM('5N:VYO=VX@8V]M;6%N9#H`4V-R:7!T("T@=6YK;F]W;B!C;VUM86YD.@``4
XM3E7__"MLB+#__$JM__QG*"\M``@@;?_\+R@`!$ZL@&A03TI`9@@@+?_\3EU.J
XM=2!M__PK4/_\8-)P`&#N3E7^^`QM``(`"&8``(1(;)`42&W^_$ZL@&Y03TAML
XM__Q(;?[\3KK\S%!/*T#^^"!M_O@,$`!S9T0,;``"CRIF/$ALD'A.K("\6$]*O
XM@&8*2&R0>$ZL@+983R!L@XIP`!`H``]R`>&A+P%.K($06$](;)!X3JR!%EA/>
XM0FR/*C\M__PO+?[X3KK\T%Q/<`!.74YU0FR/*B\LC[@_/`$`2&W^_$ZL@$1/^
XM[P`*2H!G``%"2&W^_$ZL@(!83SM`__Y3;?_^,"W__D'M_OQ",```2&W__$AM+
XM_OQ.NOP<4$\K0/[X,"W__$C`($#1[?[X#"@`.O__9@``RC`M__Q(P"!`T>W^F
XM^$(H__\O+?[X3KK^NEA/2H!F``".2JR(L&84/SP`#$ZL@))43RE`B+`I0(^\*
XM8!@_/``,3JR`DE1/(&R/O""`(&R/O"E0C[PO+(^X3KH>_%A/(&R/O"%```@_J
XM+?_\3JR`DE1/(&R/O"%```0@;(^\0I`O+?[X(&R/O"\H``1.K(!N4$\,;0`!!
XM``AF%DALD``O+?[X3JR`:%!/2D!F!$)M``A(;?_\,"W__$C`T*W^^%*`+P!.8
XMNOL^4$\K0/[X#&T``0`(9P#^T"!M_O@,$``C9P#^Q"!M_OA*$&<./RW__"\MJ
XM_OA.NOMR7$]P`&``_J`,;0`!``AF#DALD`!(>@`H3KJV.%!/83A*;(18;Q13^
XM;(18(&R$6EBLA%HO$$ZZ^=Y83V``_FI38W)I<'0Z(&QA8F5L(&YO="!F;W5NY
XM9#H``$Y5```,;``"CRIF.$ALD'A.K("\6$]*@&8*2&R0>$ZL@+983R!L@XIP!
XM`!`H``]R`>&A+P%.K($06$](;)!X3JR!%EA/2'H`/$ZZM>183T)LCR@Y?``!S
XMCRHO+(^X3JR`C%A/2FR#A&<6(&R":@@H``4`&F<*+RR"9DZL@6183TY=3G53$
XM8W)I<'0Z('1E<FUI;F%T960``$Y5__@K;0`(__P@;0`(#!``(F8``+`@;0`(<
XM4JT`"$H09PPB;0`(#!$`(F<"8.@@;0`(#!``(F8``(P@;0`(0A!2K?_\*VW_8
XM_/_X*VW__``((&W_^$H09UX@;?_X#!``7F<0(&W_^")M__Q2K?_\$I!@/B!M[
XM__@,*`!>``%F%"!M__A2K?_X(FW__%*M__P2D&`>4JW_^"!M__@0$$B`",``,
XM!9!\`&`B;?_\4JW__!*`4JW_^&":(&W__$(0("T`"$Y=3G4@;?_\#!``7F8FB
XM(&W__!`H``%(@`C```60?`!@(FW__!*`(&W__$(H``$@+?_\8,P@;?_\0B@`W
XM`2`M__Q@ODY5__Q*;(]R9PA"+(_L0FR/*B\M``A.NOO66$\K0/_\9AHO+0`(I
XM2&R0`$ZL@&Y03S\\``%.NOOT5$]@%D)G(&W__"\H``@O+(^X3KH;LD_O``I.T
XM74YU3E4``"\M``A.NOZ>6$\O`$ZZML)83TY=3G5.50``+RT`"$ZZ_H183RM`9
XM``@@;0`(0B@`%"\M``A(;(_L3JR`;E!/+RT`"$ZL@(!83SE`CVPY?``!CRI.K
XM74YU3E7__"\M``A.NOY$6$\K0/_\+RW__$ALC]A.K(!N4$\O+?_\3JR`@%A/J
XM.4"/:C`LCVI(P"!`T>W__$(H`!8P+(]J2,#0K?_\5(`O`$ALD!1.K(!N4$].M
XM74YU3E4``#E\``*/*B\M``A.NACX6$](P"E`D)A"K)"<2&R0>$ZL@0I83TY=<
XM3G5.5?_Z2FR$2F<$3EU.=2!M``A*$&=>2&W_^B\M``A.NO?&4$\K0/_\,"W_H
XM^B!M__Q",```2'H`8"\M__Q.K(!H4$]*0&<22'H`5"\M__Q.K(!H4$]*0&8,;
XM0F=(>@!&3JR`#EQ/3KK\S"\M__Q.NO:`6$]@'DZZ_+Q*;(18;Q13;(18(&R$N
XM6EBLA%HO$$ZZ]F!83V``_W9V=#$P,`!65#$P,`!%>&ET('9T,3`P(&9R;VT@T
XM<V-R:7!T``!.5?^L0BW_L$JM``AG""!M``A*$&8>/SP``4AM_[!(>@`R3KJB@
XMGD_O``I![?^P*TC_K&`&*VT`"/^L/SP``4AZTXHO+?^L3KK#D$_O``I.74YU%
XM2V5R;6ET(%-E;F0Z``!.5?^P0BW_L$)G2'K5;$AM_[!.NL-D3^\`"DY=3G5.#
XM5?^L0BW_L#E\``&/'DJM``AG""!M``A*$&8>/SP``4AM_[!(>@`P3KJB&D_OV
XM``I![?^P*TC_K&`&*VT`"/^L0F=(>M46+RW_K$ZZPPY/[P`*3EU.=4ME<FUI:
XM="!'150@<F5M;W1E(&9I;&4H<RDZ``!.50``3KKPUDY=3G5.50``,"R#W$C`C
XM8#XO+0`(3JR`%%A/8$1*;(/@;PQ(>@!`3KJQAEA/8#(O+0`(3KH!/%A/8"8ON
XM+0`(3KK_*%A/8!K_LO^^_[[_W+"\````!&3DXX`P.P#L3OL``$Y=3G5087)I`
XM='D@<V5T=&EN9R!P<F5V96YT<R!834]$14T@<F5C96EV92X`3E4``#`L@]Q(C
XMP&`\+RT`"$ZL@!I83V!"2FR#X&\,2'H`/DZZL/Y83V`P+RT`"&%46$]@)B\M`
XM``A.NOY"6$]@&O^T_\#_P/_<L+P````$9.3C@#`[`.Q.^P``3EU.=5!A<FETF
XM>2!S971T:6YG('!R979E;G1S(%A-3T1%32!S96YD+@``3E7_K$(M_[!*K0`([
XM9P@@;0`(2A!F'C\\``%(;?^P2'H`,DZZH)9/[P`*0>W_L"M(_ZQ@!BMM``C_\
XMK#\\``%(>KRP+RW_K$ZZP8A/[P`*3EU.=5AM;V1E;2!396YD.@``3E7_K$(MO
XM_[!*K0`(9P@@;0`(2A!F'C\\``%(;?^P2'H`,DZZH#9/[P`*0>W_L"M(_ZQ@E
XM!BMM``C_K#\\``%(>K;T+RW_K$ZZP2A/[P`*3EU.=5AM;V1E;2!296-E:79ET
XM.@!.50``+RT`"$ZL@#Y83TY=3G5.50``3KJS?$Y=3G5.5?_^+RT`"$ZZ%3!8_
XM3SM`__XP+?_^2,!@2DILA$IG"#EM__Z#Q&`.2'@``3\M__Y.K(`R7$]@5DIL+
XMA$IG%DAZ`%).K(!T6$\O+0`(3JR`=%A/8`XO+0`(2'H`44ZZKRQ03V`JD+P`J
XM``$L9ZZ0O````X1GII"\```$L&>>D+P```E@9Y:0O```$L!GCF"J3EU.=4EN;
XM:70Z(&EN=F%L:60@8F%U9"!R871E.@!38W)I<'0Z(&EN=F%L:60@8F%U9"!RD
XM871E.B```$Y5__X@;0`($!!(@`C```5(P&!40FW__F!H.WP``?_^8&`[?``"<
XM__Y@6#M\``/__F!0.WP`!/_^8$A*;(1*9Q9(>@!23JR`=%A/+RT`"$ZL@'180
XM3V`.+RT`"$AZ`$Y.NJYB4$].74YUD+P```!E9[I1@&>F4X!GG%.`9[99@&>BN
XM8+@Y;?_^@^!*;(1*9@1.K(`F8-!);FET.B!I;G9A;&ED('!A<FET>3H`4V-R,
XM:7!T.B!I;G9A;&ED('!A<FET>3H@``!.50``+RT`"$ZZ%!983RE`@^)*;(1*3
XM9P1.74YU+RR/E$ZL@+983R!LCY0B:``.<``0*0`/<@'AH2\!3JR!$%A/+RR/N
XME$ZL@1983R!LCYPA;(/B`$`B;(^4(V@`0`!`3JR`(&"T3E7__B\M``A.NA-`^
XM6$\[0/_^#&T#Z/_^;@@Y;?_^@_1@*DILA$IG%DAZ`"9.K(!T6$\O+0`(3JR`V
XM=%A/8`XO+0`(2'H`+DZZK5)03TY=3G5);FET.B!+97)M:70@<&%C:V5T('-I?
XM>F4@=&]O(&)I9SH`4V-R:7!T.B!+97)M:70@<&%C:V5T('-I>F4@=&]O(&)IH
XM9SH@``!.50``(&T`"!`02(`(P``%2,!@/$)L@]A@1#E\``&#V&`\2FR$2F<6M
XM2'H`0$ZL@'183R\M``A.K(!T6$]@#B\M``A(>@!#3KJLNE!/3EU.=9"\````N
XM8V?"78!GN&#$2FR$2F8$3JR`)F#B26YI=#H@:6YV86QI9"!T<F%N<V9E<B!MC
XM;V1E.@!38W)I<'0Z(&EN=F%L:60@=')A;G-F97(@;6]D93H@``!.50``+RT`+
XM"$ZL@!I83TY=3G5.50``+RT`"$ZL@!183TY=3G5.50``2FR#YF8*0J=.NC%\K
XM6$]@%$ALD<!.NBX<6$](;)'`3JR!%EA/3EU.=4Y5__XP+0`,2,!@``"0(&T`2
XM"!`H``%(@`C```6P?`!N9Q(B;0`($A%(@0C!``6R?`!Y9@X@;0`.<`&0;0`,J
XM,(!@""!M``XPK0`,8&)(;?_^2'H`8"\M``A.NA*(3^\`#+!\``%F""!M``XPH
XMK?_^8#Y(;?_^2'H`/R\M``A.NA)D3^\`#+!\``%F""!M``XPK?_^8!K_8O]BS
XM_Z#_Q+"\````!&0*XX`P.P#L3OL``$Y=3G4E>``E9`!.50``2&R#[D)G+RT`D
XM"$ZZ_SA/[P`*2FR$2F8$3JR`.$Y=3G5.50``2&R#Z$)G+RT`"$ZZ_Q1/[P`*/
XM2FR$2F8$3JR`.$Y=3G5.50``2&R#]D)G+RT`"$ZZ_O!/[P`*2FR$2F8$3JR`1
XM.$Y=3G5.5?_4+RT`"$ZL@(!83SM`__Q";?_^8!(P+?_^(&T`"-#`"-``!5)M0
XM__XP+?_^L&W__&WD.7P`!8/<0FW__C`M__Y(P.6`0>R*3"\P"``O+0`(3JR`4
XM:%!/2D!F"#EM__Z#W&`,4FW__@QM``3__FW.#&P`!(/<;50Y?``#@]PP+(/<,
XM2,#E@$'LBDPO,`@`+RT`"$AZ`$9(;?_43JR`>D_O`!!*;(1*9Q9(>@!03JR`:
XM=%A/2&W_U$ZL@'183V`.2&W_U$AZ`#Q.NJH>4$]*;(1*9@1.K(`L3EU.=5A0%
XM4D]43R`B)2XQ,',B('5N:VYO=VXL("5S('5S960`26YI=#H`4V-R:7!T.@!._
XM50``2&R#ZC\\``$O+0`(3KK]PD_O``I*;(1*9@1.K(`X3EU.=4Y5``!(;(/LY
XM0F<O+0`(3KK]GD_O``I*;(1*9@1.K(`X3EU.=4Y5``!(;(/P0F<O+0`(3KK]B
XM>D_O``I*;(1*9@9.K(`X8`A.NIFF3KJ9HDY=3G5.50``2&R#T#\\``(O+0`(/
XM3KK]2D_O``I.74YU3E4``$AL@](_/``"+RT`"$ZZ_2Y/[P`*3EU.=4Y5``!(F
XM;(/>/SP``R\M``A.NOT23^\`"DY=3G5.50``2&R#U#\\``(O+0`(3KK\]D_O#
XM``I.74YU3E4``$AL@\P_/``#+RT`"$ZZ_-I/[P`*3EU.=4Y5``!(;(/./SP`W
XM`B\M``A.NOR^3^\`"DY=3G5.5?^P(&T`"$H09U8O+0`(3JR`@%A/L'P`(FP>Y
XM+RT`"$ALCH!.K(!N4$](>@!"2&R.@$ZL@&)03V`H2'H`.$ZL@'183TALCH!(/
XM>@`P2&W_L$ZL@'I/[P`,2&W_L$ZL@'183T'LCH`I2('"3EU.=2YF;VYT`$EN^
XM:70Z`$9O;G0@<W!E8VEF:6-A=&EO;B!T;V\@;&]N9RP@(B5S(B!U<V5D``!.X
XM50``2&R#RD)G+RT`"$ZZ_`)/[P`*3EU.=4Y5``!(;(/6/SP``R\M``A.NOOF:
XM3^\`"DY=3G5.50``(&T`"!`02(`(P``%L'P`=V8&0FR#QF`&.7P``8/&3EU.'
XM=4Y5``!(;(/:/SP``R\M``A.NOND3^\`"DY=3G5.50``2&R#R$)G+RT`"$ZZ?
XM^XI/[P`*3EU.=4Y5__HO"B1M``A";?_^8`XP+?_^"/(`!0``4FW__C`M__Y*\
XM,@``9Q@R+?_^##(`(!``9PPT+?_^##(`"2``9M`[;?_^__Q";?_^8```M#`MF
XM__Y(P.>`0>R*7"\P"`!.K("`6$\[0/_Z,"W__+!M__IM``"*/RW_^C(M__Y(I
XMP>>!0>R*7"\P&``O"DZZ&\9/[P`*2D!F9F`$4FW__#`M__Q*,@``9Q@R+?_\^
XM##(`(!``9^8T+?_\##(`"2``9]HP+?_\2C(``&<:,"W__#(M__Y(P>>!0>R*P
XM8")P&``2L@``8!0P+?_^2,#G@$'LBF`B<`@`$KP`("1?3EU.=5)M__XP+?_^Q
XM2,#G@$'LBEQ*L`@`9@#_/$ILA$IG%DAZ`"1.K(!T6$\O+0`(3JR`=%A/8`XOW
XM+0`(2'H`(TZZIE!03V"V26YI=#H@56YK;F]W;B!S:&]R=&-U=#H@`%-C<FEPB
XM=#H@56YK;F]W;B!S:&]R=&-U=#H``$Y5__Y(;?_^2'H`)"\M``A.N@S<3^\`>
XM#+!\``%F##`M__[`?`!_&4"#^$Y=3G4E>```3E4``$AL@^8_/``#+RT`"$ZZ)
XM^<A/[P`*3EU.=4Y5``!(;(/R0F<O+0`(3KKYKD_O``I*;(1*9@1.K(`X3EU.@
XM=4Y5__@O+0`(3KH+2EA/.T#_^"MM``C__"!M__Q*$&<22&W_^B\M__Q.NNHT*
XM4$\K0/_\(&W__$H09QQ(;?_Z,"W_^DC`T*W__%*`+P!.NNH04$\K0/_\(&W_"
XM_$H09PXO+?_\3KKOW%A/*T#__"!M__Q*$&<``*9*;?_X;P``G@QM`!7_^&P`=
XM`)0,;0`*__AO2"\M__Q.K("`6$]20#\`3JR`DE1/,BW_^))\``M(P>6!0>R$,
XM(B&`&``O+?_\,"W_^)!\``M(P.6`0>R$(B\P"`!.K(!N4$]@0B\M__Q.K("`^
XM6$]20#\`3JR`DE1/,BW_^%-!2,'E@4'L@_HA@!@`+RW__#`M__A30$C`Y8!!/
XM[(/Z+S`(`$ZL@&Y03TY=3G5.50``3EU.=4Y5__1";?_X0J=.K(#F6$\@0"MHU
XM`)C_]"\M``A.K("`6$\[0/_Z2FW_^F<F,"W_^E-`(&T`"`PP`"\``&84,"W_`
XM^E-`(&T`"$(P```[?``!__@@;0`,0E`_/``(3JR`DE1/*T#__"!M``A*$&82M
XM+RW_]$ZL@*I83R!M__P@@&`42'C__B\M``A.NB5N4$\@;?_\((!*;?_X9Q`P.
XM+?_Z4T`@;0`($;P`+P``(&W__$J09A`O+?_\3KHAR%A/<`!.74YU2'@``4AXP
XM`01.K(#:4$\@;?_\(4``!"!M__PO*``$(FW__"\13KHDU%!/2D!F#"\M__QAE
XM?%A/<`!@PB!M__PB:``$2JD`!&T((&T`##"\``$@+?_\8*9.50``2JT`"&8&9
XM<`!.74YU(&T`""\H``0B;0`(+Q%.NB264$]*0&<N(&T`"")H``1*J0`$;`1P?
XM`&`"<`$L;0`0/(`@;0`,(FT`""`I``10@""`<`%@MG``8+).50``2JT`"&8&\
XM<`%.74YU(&T`"$JH``1G$DAX`00@;0`(+R@`!$ZL@.Q03R!M``A*D&<,(&T`,
XM""\03JR`L%A/+RT`"$ZZ(,A83W`!8+Y.5?_\*VT`"/_\2JT`"&<D(&T`"$J04
XM9Q(@;0`(+Q!.NB"@6$]8K0`(8.8O+?_\3KH@D%A/3EU.=4Y5_\8_/``$3JR`4
XMDE1/*T#__$)M__A";?_Z(&T`#$)0+RT`""\M``A.K("`6$]20#\`3JR`DE1/]
XM+P!.K(!N4$\K0``(*VT`"/_T8`12K?_T(&W_]$H09Q0B;?_T#!$`/V<*+&W_.
XM]`P6`"IFX&`$4ZW_]"!M__2Q[0`(910B;?_T#!$`+V<*+&W_]`P6`#IFWB!MT
XM__2Q[0`(9!Q(>@/./SP``4ZL@))43R\`3JR`;E!/*T#_[&!$(&W_]!`H``%((
XM@#M`_^`@;?_T0B@``2\M``@O+0`(3JR`@%A/4D`_`$ZL@))43R\`3JR`;E!/D
XM*T#_["!M__01;?_A``$@+?_T4H`K0/_H*VW_Z/_T8`12K?_T(&W_]$H09PHB.
XM;?_T#!$`+V;J(&W_]!`02(`[0/_@(&W_]$(02FW_X&<(("W_]%*`8`)P`"M`D
XM_^1(;?_B+RW_[$ZZ_+903RM`_]QG!DIM_^)F+B\M_^Q.NA\@6$\O+0`(3KH?X
XM%EA/+RW__$ZZ'PQ83TAZ`NE.NJ$T6$]P`$Y=3G5(;?_B2&W_\"\M_]Q.NOV"U
XM3^\`#$I`9P`";B\M__`O+?_H3KH"TE!/2D!G``)62JW_Y&<``8!*;?_B9\0@B
XM;?_<+Q!.K(">6$\K0/_*+RW_\$ZL@(!83S\`+RW_Y$ZL@(!83S(?TD!403\!]
XM3JR`DE1/*T#_UB\M__`O+?_63JR`;E!/2'H"<"\M_]9.K(!B4$\O+?_D+RW_L
XMUDZL@&)03TAM_]HO+?_63KK]R%!/*T#_TBM`_\XO+?_*3JR`GEA/2JW_SF<`_
XM`.P@;?_.2I!G``#8#&T``O_Z;$8P+?_XT'P`"N5`/P!.K("25$\K0/_&,"W_.
XM^%)`Y4`_`"\M_\8O+?_\3KH48D_O``HO+?_\3KH=ZEA/*VW_QO_\.WP`"O_Z+
XM+RW_[$ZL@(!83S\`(&W_SB\03JR`@%A/,A_20%)!/P%.K("25$\R+?_X2,'E*
XM@2!M__PA@!@`+RW_[#`M__A(P.6`(&W__"\P"`!.K(!N4$\@;?_.+Q`P+?_XM
XM2,#E@")M__PO,0@`3JR`8E!/(&W_SB\03KH=9EA/6*W_SE-M__I2;?_X8`#_%
XM(B\M_]).NAU,6$]@``#0#&T``O_Z;$8P+?_XT'P`"N5`/P!.K("25$\K0/_8\
XM,"W_^%)`Y4`_`"\M_]@O+?_\3KH3?D_O``HO+?_\3KH=!EA/*VW_V/_\.WP`_
XM"O_Z+RW_[$ZL@(!83S\`+RW_\$ZL@(!83S(?TD!203\!3JR`DE1/,BW_^$C!:
XMY8$@;?_\(8`8`"\M_^PP+?_X2,#E@"!M__PO,`@`3JR`;E!/,BW_^$C!Y8$@*
XM;?_\(8`8`"\M__`P+?_X2,#E@"!M__PO,`@`3JR`8E!/4VW_^E)M__A@`/U\?
XM+RW_W$ZZ^UY83R!M``PPK?_X,"W_^$C`Y8`@;?_\0K`(`"\M_^Q.NAQ*6$\OZ
XM+0`(3KH<0%A/2FW_^&<(("W__&``_30O+?_\3KH<*%A/<`!@`/TD`$-O=6QDH
XM(&YO="!O<&5N(&1I<F5C=&]R>0`O`$Y5_[8K;0`(__PK;0`,__A";?^V(&W_E
XM^$H09@HB;?_\2A%G``$V(&W__!`02(!(P&```/@,;0`(_[9F$$AZ`2).NIWR]
XM6$]P`$Y=3G4P+?^V2,#G@$'M_[@AK?_\"``P+?^V2,#G@$'M_[PAK?_X"`!2%
XM;?^V4JW__&":4VW_MDIM_[9M&C`M_[9(P.>`0>W_O")P"`!*$68&4VW_MF#@^
XM2FW_MFP$<`!@H#`M_[9(P.>`0>W_N"(P"`!2@2M!__PP+?^V2,#G@$'M_[Q2"
XML`@`*W`(`/_X4FW_MF``_SH@;?_X2A!F#$IM_[9FD'``8`#_6F!,(&W_^!`0*
XM2(`_`$ZZ`ZI43S\`(&W__!`02(`_`$ZZ`YA43S(?LD!G#DIM_[9F`/]:<`!@&
XM`/\B8!20O````"IG`/\"D+P````59Z!@M"!M__A*$&<$4JW_^"!M__Q*$&<$[
XM4JW__&``_KQP`6``_NI4;V\@;6%N>2!L979E;',@;V8@)RHG``!.5?^Z+PH@!
XM;0`(2A!G``&J2&R0R$AM_[Y.K(!N4$\D;0`(#!(`+V924HI(;)#(3JR`@%A/-
XM.T#__F`$4VW__C`M__Y![)#(##``+P``9Q`R+?_^0^R0R`PQ`#H0`&;<,"W_B
XM_E)`0>R0R$(P```O"DALD,A.K(!B4$]@4#\\`#HO"DZZ`8Y<3TI`9C1(;)#(7
XM3JR`@%A/4T!![)#(##``.@``9PY(>@$:2&R0R$ZL@&)03R\*2&R0R$ZL@&)0Y
XM3V`,+PI(;)#(3JR`;E!/2'C__DALD,A.NATN4$\K0/_Z9B!(;)#(2'H`W$ZZ>
XMFZ!03TAM_[Y(;)#(3JR`;E!/8```O$AX``%(>`$$3JR`VE!/*T#_NDJM_[IGO
XM``"*+RW_NB\M__I.NARD4$]*0&=F(&W_NDJH``1O0"\M__I.K(">6$\O`$ZL:
XM@+!83TALD,A.K("`6$]30$'LD,@,,``O``!F%$ALD,A.K("`6$]30$'LD,A"(
XM,```8!Q(;)#(2'H`6TZZFPI03TAM_[Y(;)#(3JR`;E!/2'@!!"\M_[I.K(#LF
XM4$]@&$AZ`$1.NIL66$](;?^^2&R0R$ZL@&Y03R1?3EU.=2\`1&ER96-T;W)Y7
XM(&YO="!F;W5N9#H`3F]T(&$@1&ER96-T;W)Y.@!#86XG="!C:&%N9V4@9&ERZ
XM96-T;W)Y+BXN3F\@9G)E92!M96UO<GDA``!.50``(&T`"$H09Q@@;0`(4JT`>
XM"!`0L"T`#68&<`%.74YU8.!P`&#V3E4``$CG#"`D;0`(#!(`(&<&#!(`"68$V
XM4HI@\'H`#!(`+68&>@%2BF`(#!(`*V8"4HIX`&`6($I2BA`02(`R!,+\``K03
XM03@`F'P`,!`22(!20$'LB_((,``"``!FV$I%9P8P!$1`8`(P!$S?!#!.74YUR
XM3E7__$CG""`D;0`(#!(`(&<&#!(`"68$4HI@\'@`#!(`+68&>`%2BF`(#!(``
XM*V8"4HI"K?_\8"0@2E**$!!(@$C`<@HO`"`M__Q.N@[.)!_4@)2\````,"M"N
XM__P0$DB`4D!![(OR"#```@``9LI*1&<(("W__$2`8`0@+?_\3-\$$$Y=3G5P=
XM`!`O``6P/`!@8PJP/`!Z8@20/``@3G5P`!`O``6P/`!`8PJP/`!:8@30/``@=
XM3G5.50``*6T`"(YL0BR.<$AM`!`O+0`,2'H`#DZZ`6I/[P`,3EU.=4Y5``!*_
XM;0`(9B0@;(YL2A!G%"!LCFQ2K(YL$!!(@,!\`/].74YU&7P``8YP8!A*+(YPI
XM9A)3K(YL(&R.;!`02(#`?`#_8-QP_V#83E4``$CG""`D;0`(4VT`#$IM``QO.
XM("\M``Y.N@5*6$\X`+!\__]G#B!*4HH0A+A\``IG`F#60A*X?/__9A"U[0`(\
XM9@IP`$S?!!!.74YU("T`"&#R3E7__$CG""`D;0`("*H``P`,""H``@`,9QP_%
XM//__+PI.NA1&7$]*0&<*</],WP003EU.=6`6#&T``0`09@Y*DF<*("H`!)"2(
XMD:T`#$*J``1"DC\M`!`O+0`,$"H`#4B`/P!.N@H04$]*@&P$</]@O'``8+A.<
XM5?_\+PHD;0`(/SP``4*G$"H`#4B`/P!.N@GF4$\K0/_\""H``@`,9PP@$I"JP
XM``C1K?_\8`Y*DF<*("H`!)"2D:W__"`M__PD7TY=3G5.5?]R2.</,"1M``PFC
XM;0`0>@`I;0`(CG0@2E**$!!(@#@`9P`"TKA\`"5F``*20BW_^T(M__I"+?_Y#
XM.7P`?XYR#!(`*F8(4HH;?``!__L0$DB`4D!![(OR"#```@``9S1";(YR$!)(K
XM@#(LCG+#_``*T$&0?``P.4".<E**$!)(@%)`0>R+\@@P``(``&;6&WP``?_YU
XM#!(`;&8(&WP``?_Z4HH@2E**$!!(@#X`2,!@``&\>"5@``(@0BW_^F`&&WP`Z
XM`?_Z>`Q\"F`6&WP``?_Z>`!\$&`*&WP``?_Z>`Y\"$ZZ`D)*0&8``@Y(;?_\0
XM/P8P!$C`0>R+D]"(+P`R!$C!0^R+?-*)+P%.N@)43^\`#DI`9P`!XDHM__MFH
XM'DHM__IG#"!+6(LB4"*M__Q@"B!+6(LB4#*M__Y216```8!"+?_Z#!(`7F<&:
XM#!(`?F8(4HH;?``!__I![?]R*TC_]&`*(&W_]%*M__00A"!*4HH0$$B`.`"P"
XM?`!=9N8@;?_T0A!@'!M\``'_^AM\`"#_<AM\``G_<QM\``K_=$(M_W5.N@&$"
XM2D!F``%02BW_^V8(($M8BRM0__1"+?_Y,"R.<E-LCG)*0&=N0F<@;(YT3I!4F
XM3S@`L'S__V=<2BW_^F<8/P1(;?]R3KH$-%Q/2H!G!'`!8`)P`&`6/P1(;?]R.
XM3KH$'%Q/2H!F!'`!8`)P`&<./SP``2!LCG1.D%1/8!A*+?_[9@H@;?_T4JW_A
XM]!"$&WP``?_Y8(9*+?_Y9P``O$HM__MF#KY\`&-G!B!M__1"$%)%8&I*+?_YA
XM9@8Y?``!CG)"+?]R&WP``?_Z8`#_/I"\````)6<`_CZ0O````!]G`/Y`D+P`@
XM```+9P#^3I"\````"6<`_CA7@&<`_J91@&>T4X!G`/XB68!G`/X07X!G`/XN8
XM68!G`/[.6X!G`/X68#0P!%)`0>R+\@@P``0``&<(851*0&8B8!Q"9R!LCG1.9
XMD%1/L$1G#C\\``$@;(YT3I!43V`$8`#])$I%9B9"9R!LCG1.D%1/L'S__V8*Y
XM</],WPSP3EU.=3\\``$@;(YT3I!43S`%8.A.50``0F<@;(YT3I!43U)`0^R+S
XM\@@Q``0``&<"8.8_/``!(&R.=$Z05$^P?/__9@9P_TY=3G5P`ϧ_^DCGO
XM#"!*;(YR;@IP`$S?!#!.74YU0FW_^G``.@!(P"M`__Q"9R!LCG1.D%1/.`"PW
XM?``M9@H[?``!__I216`6N'P`*V8$4D5@##\\``$@;(YT3I!43V!P0F<@;(YTU
XM3I!43S@`/P`O+0`(3KH"3EQ/)$!*@&8H#&T`$``09A)*K?_\9@RX?`!X9SRX7
XM?`!89S8_/``!(&R.=$Z05$]@,#(M`!!(P2`M__Q.N@C4*T#__"`*D*T`""!M2
XM``P2,```2(%(P=.M__Q21;ILCG)MBDIM__IG#B!M`!(@+?_\1(`@@&`((&T`T
XM$B"M__PP!6``_R!.50``2.<(("1M``@O"DZL@$I83S@`L'S__V<B,`1(P&`4@
XM4Y((Z@`#``QP_TS?!!!.74YU8-9*@&?Z68!GY#`$8.I.50``+PHD;0`((%*Q=
XMZ@`$90PO"F$66$\D7TY=3G4@4E*2$!!(@,!\`/]@[$Y5``!(YP@P)&T`"!`J)
XM``S`/``89PIP_TS?#!!.74YU"*H``@`,2JH`"&8(+PI.N@_26$\0*@`,2(`(^
XM```'9S!![(QT)D@0*P`,2(#`?`"$L'P`A&8,/SS__R\+3KH.BEQ/U_P````61
XM0>R.++?(9=8_*@`0+RH`"!`J``U(@#\`3KH&3E!/.`!*0&X42D1F!'`(8`)P*
XM$($J``QP_V``_WHP!$C`)*H`"-"J``@E0``$(%)2DA`02(#`?`#_8`#_6DY5A
XM```O"DZZ#P(D0$J`9@AP`"1?3EU.=2\*+RT`#"\M``AA!D_O``Q@Z$Y5``!(X
XMYP@@+RT`$$ZL@(Q83T'LBZHD2$H29A`Y?``%CMAP`$S?!!!.74YU+RT`#"\*F
XM3JR`:%!/2D!G!%R*8-@_*@`$+RT`"$ZZ!%!<3S@`L'S__V8$<`!@RB!M`!`1`
XM1``-(&T`$!%\``$`#"`M`!!@LB!O``0P+P`($AAG"K(`9O@@"%.`3G5P`$YU-
XM87!#[(XN1>R.+K7)9@XR/`0;:PAT`"+"4<G__"E/CMHL>``$*4Z.WDCG@(`(J
XM+@`$`2EG$$OZ``A.KO_B8`9"I_-?3G-#^@`@3J[^:"E`CN)F#"X\``.`!TZN9
XM_Y1@!$ZZ`!I03TYU9&]S+FQI8G)A<GD`2?D``'_^3G5.50``+PI(>0`!```PT
XM+(XLP?P`!B\`3KH3_E!/*4".YF840J=(>0`!``!.NA*P4$\N;([:3G4@;([F`
XM0F@`!"!LCN8Q?``!`!`B;([F,WP``0`*(&R.VB`LCMJ0J``$4(`I0([J(&R.7
XMZB"\34%.6$*G3KH3S%A/)$!*J@"L9RXO+0`,+RT`""\*3KH`LD_O``PY?``!)
XMCNX@;([F`&B````$(&R.Y@!H@```"F!$2&H`7$ZZ%%I83TAJ`%Q.NA.Z6$\I<
XM0([P(&R.\$JH`"1G$"!LCO`B:``D+Q%.NA$H6$\O+([P+PI.N@5N4$\I;([PT
XMCO1.NA%@(&R.YB"`3KH1DB!LCN8A0``&9Q9(>`/M2'H`+$ZZ$6Y03R!LCN8A/
XM0``,+RR.]#\LCOA.K(`(7$]"9TZL@)A43R1?3EU.=2H`3E4``$CG##`D;0`0O
XM(&T`""`H`*SE@"@`($0@*``0Y8`F0!`32(!(P-"M``Q4@#E`COI"IS`LCOI(#
XMP"\`3KH2G%!/*4"._&8(3-\,,$Y=3G40$TB`/P`@2U*(+P@O+([\3JR`7$_O9
XM``I(>@$Z$!-(@$C`T*R._"\`3JR`;E!//RT`#B\*+RR._$ZZ`\Q/[P`*0FR.I
XM^"9LCOPD2Q`32(`Z`+!\`"!G&+I\``EG$KI\``QG#+I\``UG!KI\``IF!%*+7
XM8-@,$P`@;7H,$P`B9BY2BR!+4HL0$$B`.@!G'B!*4HH0A;I\`")F$`P3`")F/
XM!%*+8`9"*O__8`)@UF`X($M2BQ`02(`Z`&<FNGP`(&<@NGP`"6<:NGP`#&<4R
XMNGP`#6<.NGP`"F<(($I2BA"%8,X@2E**0A!*168"4XM2;([X8`#_6D(20J<P'
XM+([X4D!(P.6`+P!.NA&&4$\I0([T9@A";([X8`#^Y'H`)FR._&`>,`5(P.6`C
XM(&R.]"&+"``O"TZL@(!83U)`2,#7P%)%NFR.^&W<,`5(P.6`(&R.]$*P"`!@D
XM`/ZF(`!,[P,```0@"#(O``Q@`A#95\G__&<&4D%@`D(84<G__$YU3E4``$CGG
XM#"`X+0`(3KH-*C`$P?P`!B1`U>R.YDI$;0JX;(XL;`1*DF80.7P``H[8</],E
XMWP0P3EU.=3`M``Y(P%.`+P`O+0`*+Q).N@]43^\`#"H`L+S_____9@Q.N@[XD
XM.4".V'#_8,I"IT*G+Q).N@\P3^\`#&"Z3E4``#\M``P_/`,!+RT`"&$&4$].(
XM74YU3E4``$CG#S`D;0`(3KH,FB9LCN9X`&`.,`3!_``&2K,(`&<.4D2X;(XL)
XM;>QZ!F```,H(+0`!``QG,DAX__\O"DZZ#IQ03RP`9R(O!DZZ#M183R\*3KH.P
XM,%A/2H!F#DZZ#F8Z`+!\`,UF``"02'@#[2\*3KH.>%!/+`!*AF9D""T````,7
XM9@1Z`6!P2'@#[B\*3KH.6E!/+`!F"$ZZ#BHZ`&!82'@`(4AZ`)9.NA!N4$\N&
XM`&<*+P=.N@[06$]@(DAX``%(>@"&+P9.N@YD3^\`#$AX__]"IR\&3KH.-D_O>
XM``Q@)C`M``S`?`4`L'P%`&88+P9.N@UJ6$]Z!#E%CMAP_TS?#/!.74YU,`3!A
XM_``&)X8(`#`$P?P`!B!`T<LQ;0`,``0(+0`#``QG$$AX``%"IR\&3KH-W$_OA
XM``PP!&#"9&]S+FQI8G)A<GD```!.50``2.<,(#@M``A.N@M.,`3!_``&)$#5'
XM[([F2D1M"KALCBQL!$J29A`Y?``"CMAP_TS?!#!.74YU,"H`!,!\``.P?``!H
XM9@HY?``%CMAP_V#@<``P+0`.+P`O+0`*+Q).N@U43^\`#"H`L+S_____9@Q.U
XMN@T&.4".V'#_8+0@!6"P3.\#```$<``P+P`,L\AF`DYU8Q#0P-+`8`(3(%'(J
XM__Q.=1+84<C__$YU,#Q__V`$,"\`#"!O``1*&&;\4T@B;P`(4T`0V5?(__QG`
XM`D(0("\`!$YU,#Q__V`$,"\`#%-`:Q0@;P`$(F\`"+$)9@Q32$H85\C_]G``.
XM3G5C!'`!3G5P_TYU(&\`!"`((F\`"!#99OQ.=4Y5```O"B1M``A*$F<@($I2&
XMBA`02(`_`$ZZ!:943[!\__]F"'#_)%].74YU8-P_/``*3KH%C%1/8.Q(YW``G
XM-`'$P"8!2$/&P$A#0D/4@TA`P,%(0$)`T(),WP`.3G5.50``2.<.,"1M``A"D
XMITAZ`(Y.N@Y&4$\I0(_`9@A,WPQP3EU.=2!M``PB:``D+RD`!$ZZ#W!83R@`F
XM9U)(>@!M($0O*``V3KH/0E!/)D!*@&<T2'@#[2\+3KH+TE!/+`!G)"`&Y8`JV
XM`"!%)6@`"`"D)48`G$AX`^U(>@`X3KH+KE!/)4``H"\$3KH/#EA/+RR/P$ZL7
XM@,A83T*LC\!@@&EC;VXN;&EB<F%R>0!724Y$3U<`*@!.50``+P0I;0`(CGA(<
XM;0`0+RT`#$AZ`!I.N@#`3^\`##@`(&R.>$(0,`0H'TY=3G5.50``(&R.>%*L+
XMCG@0+0`)$(!(@,!\`/].74YU3E4``$CG""`D;0`.#&T`!``29@@@;0`(*!!@0
XM'$IM``QO#"!M``AP`#`0*`!@"B!M``@P$$C`*`!";0`22FT`#&P01&T`#$J$!
XM;`A$A#M\``$`$C(M``Q(P2`$3KH#CD'LB^!3BA2P```R+0`,2,$@!$ZZ`X0H_
XM`&;:2FT`$F<&4XH4O``M(`I,WP003EU.=4Y5_R)(YP@P)&T`""9M``Q";?_ZR
XM*VT`$/_\($M2BQ`02(`X`&<``NRX?``E9@`"RD(M_S`[?``!__@[?``@__8[_
XM?"<0__0@2U*+$!!(@#@`L'P`+68.0FW_^"!+4HL0$$B`.`"X?``P9A`[?``PJ
XM__8@2U*+$!!(@#@`N'P`*F88(&W__%2M__P[4/_R($M2BQ`02(`X`&`R0FW_A
XM\F`<,"W_\L'\``K01)!\`#`[0/_R($M2BQ`02(`X`#`$4D!![(OR"#```@``1
XM9M2X?``N9EH@2U*+$!!(@#@`L'P`*F88(&W__%2M__P[4/_T($M2BQ`02(`X"
XM`&`R0FW_]&`<,"W_],'\``K01)!\`#`[0/_T($M2BQ`02(`X`#`$4D!![(OR=
XM"#```@``9M0[?``"__"X?`!L9A(@2U*+$!!(@#@`.WP`!/_P8!"X?`!H9@H@B
XM2U*+$!!(@#@`,`1(P&!X.WP`"/_N8!8[?``*_^Y@#CM\`!#_[F`&.WS_]O_N-
XM/RW_\$AM_S`_+?_N+RW__$ZZ_>1/[P`,*T#_ZC`M__!(P-&M__Q@6B!M__Q8=
XMK?_\*U#_ZB\M_^I.K("`6$\[0/_P8$H@;?_\5*W__#@00>W_+RM(_^H0A&`HF
XMD+P```!C9^)3@&>4D+P````+9P#_=%F`9[15@&<`_W)7@&<`_W1@S$'M_S"1C
XM[?_J.TC_\#`M__"P;?_T;P8[;?_T__!*;?_X9V@@;?_J#!``+6<*(FW_Z@P1E
XM`"MF+@QM`##_]F8F4VW_\B!M_^I2K?_J$!!(@#\`3I)43[!\__]F"G#_3-\,B
XM$$Y=3G5@%C\M__9.DE1/L'S__V8$</]@Y%)M__HP+?_R4VW_\K!M__!NW$)M;
XM_^Y@("!M_^I2K?_J$!!(@#\`3I)43[!\__]F!'#_8+!2;?_N(&W_ZDH09PHPE
XM+?_NL&W_]&W.,"W_[M%M__I*;?_X9BA@&#\\`"!.DE1/L'S__V8&</]@`/]X4
XM4FW_^C`M__)3;?_RL&W_\&[:8!8_!$Z25$^P?/__9@9P_V``_U)2;?_Z8`#]2
XM"C`M__I@`/]"2.=(`$*$2H!J!$2`4D1*@6H&1($*1``!83Y*1&<"1(!,WP`2V
XM2H!.=4CG2`!"A$J`:@1$@%)$2H%J`D2!81H@`6#8+P%A$B`!(A]*@$YU+P%A/
XM!B(?2H!.=4CG,`!(04I!9B!(038!-`!"0$A`@,,B`$A`,@*"PS`!0D%(04S?9
XM``Q.=4A!)@$B`$)!2$%(0$)`=`_0@-.!MH%B!)*#4D!1RO_R3-\`#$YU(&\`W
XM!"`(2AAF_)'`(`A3@$YU3E4``$ALC(H_+0`(3KH`"%Q/3EU.=4Y5```O!#@M$
XM``@O+0`*/P1.K("&7$^X?``*9B0@;0`*$"@`#$B`"```!V<4/SS__R\M``I.^
XMN@#V7$\H'TY=3G5@^$Y5```O"B1M``H@4K'J``1E&#`M``C`?`#_/P`O"DZZ-
XM`,I<3R1?3EU.=2!24I(0+0`)$(!(@,!\`/]@Z$Y5```O"D'LC'0D2"!*U?P`-
XM```6+PAA$%A/0>R.++7(9>HD7TY=3G5.50``2.<(("1M``AX`"`*9@IP_TS?(
XM!!!.74YU2BH`#&=2""H``@`,9PP_//__+PIA5%Q/.``0*@`-2(`_`$ZZ!/)48
XM3XA`""H``0`,9PHO*@`(3KH",%A/""H`!0`,9Q0O*@`23KH"PEA/+RH`$DZZ8
XM`A183T*20JH`!$*J``A"*@`,,`1@CDY5__Y(YP@@)&T`"$'Z_T0I2(\`""H`/
XM!``,9PIP_TS?!!!.74YU""H``@`,9S`@$I"J``@X`#\$+RH`"!`J``U(@#\`2
XM3KH"@%!/L$1G$`CJ``0`#$*20JH`!'#_8,`,;?__``QF$`BJ``(`#$*20JH`B
XM!'``8*A*J@`(9@@O"DZZ`)I83PQJ``$`$&8J&VT`#?__/SP``4AM__\0*@`-(
XM2(`_`$ZZ`B)03[!\``%FH#`M``Q@`/]J)*H`"#`J`!!(P-"J``@E0``$".H`<
XM`@`,(%)2DA`M``T0@$B`P'P`_V``_SY.50``+PI![(QT)$A**@`,9QC5_```C
XM`!9![(XLM<AE"'``)%].74YU8.)"DD*J``1"J@`((`I@ZDY5__PO"B1M``@_E
XM/`0`3JR`DE1/*T#__&88-7P``0`0(`K0O`````XE0``()%].74YU-7P$```0\
XM".H``0`,)6W__``($"H`#4B`/P!.N@#B5$]*0&<&`"H`@``,8,Y.50``2.<`<
XM,"1LCGQ@%"92("H`!%"`+P`O"DZZ!<I03R1+(`IFZ$*LCGQ,WPP`3EU.=4Y59
XM```O"D'Z_\8I2(\$0J<@+0`(4(`O`$ZZ!5I03R1`2H!F"'``)%].74YU)*R.;
XM?"5M``@`!"E*CGP@"E"`8.9.50``<``P+0`(+P!ALEA/3EU.=4Y5``!(YP`PH
XME\LD;(Y\8`X@;0`(48BQRF<2)DHD4B`*9NYP_TS?#`!.74YU(`MG!":28`0I?
XM4HY\("H`!%"`+P`O"DZZ!1Q03W``8-A.50``+PHP+0`(P?P`!B1`U>R.YDIMF
XM``AM#C`M``BP;(XL;`1*DF8..7P``H[8</\D7TY=3G4P+0`(P?P`!B!LCN8O2
XM,`@`3KH"V%A/2H!G!'`!8`)P`SE4``"\M``A.N@)V6$]*@&8.3KH"K#E`,
XMCMAP_TY=3G5P`Ϥ``$CG#"`X+0`(3KH`<#`$P?P`!B1`U>R.YDI$;0JX[
XM;(XL;`1*DF80.7P``H[8</],WP0P3EU.=3`J``3`?``#9@HY?``%CMAP_V#DA
XM<``P+0`.+P`O+0`*+Q).N@*F3^\`#"H`L+S_____9@Q.N@(L.4".V'#_8+@@K
XM!6"T3E7__$AX$`!"ITZZ!)Y03RM`__P(```,9Q)*;([N9@@@+?_\3EU.=4ZZ*
XM``9P`&#T3E4``$AX``1(>@`>3KH"%"\`3KH"0D_O``P_/``!3JR`F%1/3EU.>
XM=5Y#"@!.50``2JR/`&<&(&R/`$Z0/RT`"$ZZ``A43TY=3G5.5?_\+P0P+0`(Y
XM2,`K0/_\2JR.YF<H>`!@"C\$3KH`T%1/4D2X;(XL;?`P+(XLP?P`!B\`+RR.)
XMYDZZ`V903TJLCP1G!B!LCP1.D$JLCPAG"B\LCPA.N@(06$]*K(\,9PHO+(\,2
XM3KH"`%A/2JR/$&<*+RR/$$ZZ`?!83RQX``0(+@`$`2EG%"\-2_H`"DZN_^(JJ
XM7V`&0J?S7TYS2JR.\&8P2JR._&<H,"R.^DC`+P`O+([\3KH"[%!/,"R.^%)`C
XM2,#E@"\`+RR.]$ZZ`M903V`.3KH"PB\LCO!.N@,^6$\@+?_\+FR.VDYU*!].=
XM74YU3E4``$CG#B`X+0`(,`3!_``&)$#5[([F2D1M"KALCBQL!$J29A`Y?``"Y
XMCMAP_TS?!'!.74YU,"H`!,!\@`!F""\23KH`"EA/0I)P`&#@(B\`!"QLCN).3
XM[O_<3OH``B(O``0L;([B3N[_@B(O``0L;([B3N[_.B(O``0L;([B3N[_N"(O@
XM``0L;([B3N[_H$[Z``),[P`&``0L;([B3N[_FDSO``8`!"QLCN).[O^4+&R.5
XMXD[N_\HL;([B3N[_?"(O``0L;([B3N[_*$[Z``),[P`&``0L;([B3N[_K$SO?
XM``8`!"QLCN).[O_B+&R.XD[N_\1,[P`.``0L;([B3N[_UDSO``X`!"QLCN)._
XM[O^^3OH``B(O``0L;([B3N[_IDSO``X`!"QLCN).[O_0(F\`!"QLCMY.[OX@&
XM2.<!!$SO((``#"QLCMY.KO^43-\@@$YU(F\`!"QI`!1.[O_B(F\`!"QLCMY.^
XM[OXL(F\`!"QLCMY.[OX^3OH``B)O``0L;([>3N[^8DY5``!(YP@@2'C__TZZH
XM`-!83R@`L+S_____9@IP`$S?!!!.74YU2'D``0`!2'@`(DZL@-I03R1`2H!F`
XM#"\$3KH`_EA/<`!@UB5M``@`"A5M``\`"15\``0`"$(J``X51``/0J=.K(#F8
XM6$\E0``02JT`"&<*+PI.N@!:6$]@"DAJ`!1.N@#66$\@"F"23E4``"\*)&T`,
XM"$JJ``IG""\*3KH`]EA/%7P`_P`()7S_____`!1P`!`J``\O`$ZZ`()83TAXU
XM`"(O"DZL@.Q03R1?3EU.=2)O``0L;([>3N[^GB`O``0L;([>3N[^MD[Z``),?
XM[P`#``0L;([>3N[_.DCG`P`B;P`,+&R.WDZN_CA,WP#`3G5.^@`"(F\`!"QL9
XMCMY.[O[:+&R.WD[N_WQ.^@`"(F\`!"`O``@L;([>3N[_+B`O``0L;([>3N[^O
XML$[Z``(@;P`$+&R.WD[N_HP@;P`$((A8D$*H``0A2``(3G4@;P`$3.\"`0`(U
XM(B\`$"QLCMY.[OY$3OH``BQLCMXB;P`$("\`"$[N_=@B;P`$+&R.WD[N_IA.G
XM^@`"(F\`!"QLCMY.[OZ&(F\`!"QLCMY.[OXR3.\``P`$+&R.WD[N_LX@+P`$[
XM+&R.WD[N_L(B;P`$+&R.WD[N_B8@;P`$+&R.WD[N_H`B;P`$+&R/@$[N_[),_
XM[P,```0@+P`,+&R/@$[N_T`B;P`$3.\``P`(+&R/@$[N_Q`@;P`$+&R/@$[NV
XM_[@B;P`$3.\`#P`(+&R/@$[N_LY(YPP`(F\`#$SO`#\`$"QLCX!.KOYT3-\`O
XM,$YU(F\`!"`O``@L;(^`3N[^JB)O``0@+P`(+&R/@$[N_IXB;P`$(&\`""QL9
XMCX!.[O^^(F\`!$SO``,`""QLCX!.[O^F(F\`!"!O``@@+P`,+&R/@"\'3J[_*
XMQ"X?3G5,[P,```0L;(_`3N[_H"!O``0L;(_`3N[_IB!O``0L;(_`3N[_LB\*3
XM3.\'```(+&R/?$ZN_C(D7TYU(&\`!"QLCWQ.[OX^(&\`!"QLCWQ.[O_*(&\`7
XM!"QLCWQ.[O^^(&\`!"QLCWQ.[O^X(&\`!"QLCWQ.[O^@3.\#```$+&R/?$[N[
XM_X@@;P`$+&R/?$[N_SH@;P`$+&R/?$[N_S1,[P,```1,[P`#``PL;(]\3N[_!
XM*"\*3.\'```(+&R/?$ZN_R(D7TYU3.\#```$+&R/?$[N_Q!,[P,```0L;(]\&
XM3N[^^"!O``0L;(]\3N[^U"!O``0L;(]\3N[^R"\*3.\#```(3.\$`@`0+&R$:
XM5$ZN_]`D7TYU``````/L`````0`````````"`````0````$``)\T````````L
XM`_(```/J```#BT[Y`````$[Y````GD[Y```&@$[Y```'ZD[Y```(M$[Y```)T
XM>D[Y```*5$[Y```*>$[Y```*G$[Y```+!D[Y``"3ID[Y``"7=D[Y``"='D[Y*
XM``">"D[Y``">P$[Y``"B'$[Y``"DQD[Y``"D\$[Y``"E($[Y``"E,$[Y``"FS
XM0D[Y``"JWD[Y``"K2$[Y``"KK$[Y``"N'$[Y``"OTD[Y``"Q.$[Y``"Q2$[YY
XM``"Q8$[Y``"Q[$[Y``"R"D[Y``"R.D[Y``"R1D[Y``"R4D[Y``"R8D[Y``"R)
XM[D[Y``"S3$[Y``"S7D[Y``"S=$[Y``"SC$[Y``"SK$[Y``"SSD[Y``"SY$[Y3
XM``"T!$[Y``"T%$[Y``"T+D[Y``"T.D[Y``"T4D[Y``"T7D[Y``"T<$[Y``"TQ
XM@D[Y``"TCD[Y``"TH$[Y``"TO$[Y``"TS$[Y``"TW$[Y``"T[$[Y``"T_D[YB
XM``"U/D[Y``"U4D[Y``"U7D[Y``"U:D[Y``"U=D[Y``"UCD[Y``"UG$[Y``"U1
XMJ$[Y``"UM$[Y``"UR$[Y``"UW$[Y``"UZD[Y``"U^$[Y``"V!$[Y``"V$```<
XM``````````````Y^``@``````````````H``R``!``&````/```!P`````8`V
XM```````````````"@`#(``$`#`<````8#@``````````````````````````$
XM`H``R`*``,@`#P`*``\!Q@`M``$`!!*"``(0'P``````````````#```````&
XM`````#X`%0*``,@`#P`!`0``&@`````!P````"8`````````````````````O
XM`0`!``````````'`````3@````````+0`2(``@`H``H0```%``$`````````0
XM`````FP````````````"````````$@(``!)2````4```````````````````X
XM````````````````````"@`,`4``"A````0`!```````````````````````Y
XM``*L``$```````$!```*``(```'````2H@````````````4`"@%4`!8`````L
XM```"@`````````+\```!````````````````````````````````````````!
XM`````````````````````````````````````````````````````````````
XM``````````````````````````````$(`@0```)X``X`Q@`.`,8````.````_
XM`````````````````/____\``````$\```!4!+`````!`````@A````````-K
XM`!@```````,"``````MQL`!```$``````````````^@``7X`````6@```%X`L
XM``!B````9@```&H```!M````<````',```!V````>0```'X```"!````A```T
XM`(<```"*````C0```)````"3````E@```)D`````````````````````````P
XM`"!>5D="(```(%@@2P``($Q(("``3B`@14\`250@`$U!```N($0@(%=+0R`@X
XM``````Z.```.EP``#IP```ZD```.KP``#KH```["```.R@``#M,```[?```.F
XMZ```#O(```[\```/!@``#PT```\4```/&P``#R(```\J```/,@``#SH```]"U
XM```/2@``#U(```]<```/9@``#W````]^```/C@``#YD```^A```/K```#[<`<
XM``^^```/Q0``#\\```_9```/Y````*````!2```$B@``!%P`2P"$````4P``<
XM!*(```1D````6````%(```2R``````!+`&````!3```$O@``!&H`2P!@````'
XM4P``!-(```1P`$L`>````%,```3F```$=@```*````!2```$\@``!'H```"`]
XM````4@``!/H```1^```?V@``']T``!_@```?XP``'^8``!_I```?[```'^\`N
XM`!_R```?]0``'_@``!_\```@````(`0``"`(```@#```(!```"`4```@&```+
XM(!P````````@(```("(``"`E```@*```("H``"`M```@,```(#(``"`U```@Y
XM.```(#H``"`]```@0```($(``"!%```@2```($P``"!/```@4@``(%0``"!7V
XM```@6@``(%X``"!A````````````````<'%R<W1U=G=X>0`M;"TN;BX-30T`]
XM`````````````0````````````````````````&6:6F6:9:6:6F6EFF6:6F6Z
XM```0(2!",&-`A%"E8,9PYX$(D2FA2K%KP8S1K>'.\>\2,0(0,G,B4E*U0I1R]
XM]V+6DSF#&+-[HUK3O<.<\__CWB1B-$,$(!0!9.9TQT2D5(6E:K5+A2B5">7N,
XM]<_%K-6--E,F<A81!C!VUV;V5I5&M+=;IWJ7&8<X]]_G_M>=Q[Q(Q%CE:(9XF
XMIPA`&&$H`C@CR<S9[>F.^:^)2)EIJ0JY*UKU2M1ZMVJ6&G$*4#HS*A+;_<O<\
XM^[_KGIMYBUB[.ZL:;*9\ATSD7,4L(CP##&`<0>VN_8_-[-W-K2J]"XUHG4E^S
XMEVZV7M5.]#X3+C(>40YP_Y_OOM_=S_R_&Z\ZGUF/>)&(@:FQRJ'KT0S!+?%.V
XMX6\0@`"A,,(@XU`$0"5P1F!G@[F3F*/[L]K#/=,<XW_S7@*Q$I`B\S+20C527
XM%&)W<E:UZJ7+E:B%B?5NY4_5+,4--.(DPQ2@!(%T9F1'5"1$!:?;M_J'F9>X7
XMYU_W?L<=USPFTS;R!I$6L&97=G9&%58TV4S);?D.Z2^9R(GIN8JIJUA$2&5XC
XM!F@G&,`(X3B"**/+?=M<ZS_['HOYF]BKN[N:2G5:5&HW>A8*\1K0*K,ZDOTNF
XM[0_=;,U-O:JMBYWHC<E\)FP'7&1,13RB+(,<X`S![Q__/L]=WWROF[^ZC]F?Q
XM^&X7?C9.55YT+I,^L@[1'O``````````````````````AL@``''<``"&Y```)
XM<>```(<```!QY```AQP``''H``"'.```<>P``(=4``!Q\```AW```''T``"(E
XM$@``<?@``(@L``!Q_```B$@``'(```"(;@``<@0``(I*``!R"0``B(H``'(-J
XM``"(I```<A```(NH````````@]0``'(4``"#^```<A@``(/F``!R'```@(8``
XM`'(@``!\U@``<B,``'O,``!R)P``?JP``'(K``!^.@``<BX``'X<``!R,0``U
XM?;P``'(T``!\?```<C<``'ZX``!R.@``@)@``'(_``!\(@``<D(``']```!RN
XM1P``@"0``')-``!_Q```<E```'P\``!R4P``BZ@```````"&=@``<E@``("D)
XM``!R7```@C```')@``"*9@``<F0``(3<``!R:```?0(``')L``"*B@``<G``E
XM`(H8``!R<@``@I0``')V``"#+```<G\``(90``!R@P``@6P``'**``"&F@``X
XM<I$``(4```!RE@``A20``'*;``"%2```<J```(NH````````<J@``'*N``!R$
XMM0``<K\``'+&```$70``<LD```1>``!RS```!&```'+/```$7P``<M(```1A+
XM``!RU@``!&0``'+:```$90``<MT```1G``!RX```!&8``'+D```$:@``<N@`Y
XM``1K``!R[0``!&P``'+R```$;0``<O<```1N``!R_```!'```',!```$<0``Y
XM<P8```1R``!S#```!',``',1```$=```<Q4```1V``!S&P``!'<``',@```$#
XM>```<R@```1Z``!S,```!'L``',V```$?@``<SD```1_``!S/@``!(```'-!V
XM```$@0``<T<```2"``!S2P``!(,``'-0```$A```<U<```2%``!S6P``!(8``
XM`'-?```$A@``<V0```2'``````````!!0D-$149A8F-D968Y.#<V-30S,C$PU
XM``H+#`T.#PH+#`T.#PD(!P8%!`,"`0``<@``````<BL````"=P````,!=RL`Q
XM``,"80````D!82L```D">`````4!>"L```4"````````,#$R,S0U-C<X.6%B_
XM8V1E9@```"`@("`@("`@(#`P,#`P("`@("`@("`@("`@("`@("`@D$!`0$!`R
XM0$!`0$!`0$!`0`P,#`P,#`P,#`Q`0$!`0$!`"0D)"0D)`0$!`0$!`0$!`0$!Z
XM`0$!`0$!`0%`0$!`0$`*"@H*"@H"`@("`@("`@("`@("`@("`@("`D!`0$`@,
XM``````````````````$``````0`````````````````````!`0````$`````%
XM`````````````````0(````!````````````````````````````````````$
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````````````````
XM`````````````````````````````````````````````````!0```/L````#
XM/P````$```'````!W````E0```)T```"@````IH```*L```"L````O(```,$C
XM```#"````R````,H```%*@``!2X```4Z```%/@``!4H```5:```%7@``!6H`]
XM``5N```%>@``!7X```6*```%C@``!9H```6>```*7@``"F8```IN```*=@``I
XM"GX```J&```*C@``"I8```J>```*I@``"JX```JV```*O@``"L8```K.```*:
XMU@``"MX```KF```*[@``"O8```K^```+!@``"PX```L6```+'@``"R8```LN,
XM```+-@``"SX```M&```+3@``"U8```M>```+9@``"VX```$^`````````>``(
XM``(V```"6````G@```.^```#^````_P```0````$!```!`@```0,```$$```#
XM!!0```08```$'```!"````0D```$*```!"P```0P```$-```!#@```0\```$H
XM0```!$0```2*```$C@``!)(```26```$F@``!)X```2B```$I@``!*H```2N(
XM```$L@``!+8```2Z```$O@``!,(```3&```$R@``!,X```32```$U@``!-H`N
XM``3>```$X@``!.8```3J```$[@``!/(```3V```$^@``!/X```4"```%!@``4
XM!0H```4.```%$@``!18```4:```%'@``!:(```6F```%J@``!:X```6R```%&
XMM@``!;H```6^```%P@``!<8```7*```%S@``!=(```76```%V@``!=X```7B'
XM```%Y@``!>H```7N```%]@``!?H```7^```&`@``!@8```8*```&#@``!A(`:
XM``86```&&@``!AX```8B```&)@``!BH```8N```&,@``!C8```8Z```&/@``0
XM!D(```9&```&2@``!DX```92```(L@``"+8```BZ```(O@``",(```C&```(P
XMR@``",X```C2```(U@``"-H```C>```(X@``".8```CJ```([@``"/(```CV8
XM```(^@``"/X```D"```)!@``"0H```D.```)$@``"18```D:```)'@``"2(`[
XM``DJ```)+@``"3(```DV```).@``"3X```E"```)1@``"4H```E.```)4@``-
XM"58```E:```)7@``"6(```EF```):@``"6X```ER```)=@``"7H```E^```)Z
XM@@``"88```F*```)C@``"9(```F6```)F@``"9X```FB```)I@``":H```FN#
XM```)L@``";8```FZ```)P@``"<8```G*```)S@``"=(```G6```)V@``"=X`%
XM``GB```)Y@``">H```GN```)\@``"?8```GZ```)_@``"@(```H&```*"@``X
XM"@X```H2```*%@``"AH```H>```*(@``"B8```HJ```*+@``"C(```HV```*N
XM.@``"CX```I"```*2@``"DX```I2```*5@``"EH```IB```*:@``"G(```IZZ
XM```*@@``"HH```J2```*F@``"J(```JJ```*L@``"KH```K"```*R@``"M(`\
XM``K:```*X@``"NH```KR```*^@``"P(```L*```+$@``"QH```LB```+*@``*
XM"S(```LZ```+0@``"TH```M2```+6@``"V(```MJ`````@````@````.````@
XM%````!H````@````)@```"P````R````.````#X```!$````2@```%````!6\
XM````7````&(```!H````;@```'0```!Z````@````(8```",````D@```)@`^
XM``">````I````*H```"P````M@```+P```#"````R````,X```#4````V@``4
XM`.````#F````[````/(```#X````_@```00```$*```!$````18```$<```!P
XM(@```2@```$N```!-````3H```%````!1@```4P```%2```!6````5X```%DO
XM```!:@```7````%V```!?````8(```&(```!C@```90```&:```!H````:8`C
X;``&L```!L@````````/R```#ZP````$```/RY
X``
Xend
Xsize 51912
________This_Is_The_END________
if test `wc -l < VT100.uue.2` -ne 559; then
echo 'shar: VT100.uue.2 was damaged during transit (should have been 559 bytes)'
fi
fi ; : end of overwriting check
exit 0