CD001LINUX CDROM <<"n6 GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM 2010052800040300201005280004030000000000000000002010052800040300 CD001LIBMANSHAREMAN6LIBMANSHAREMAN6n6SPRRPX$AATFn6nn6CEfnRRPX$TFnnn|88n: AUTHORS.;1RRNM AUTHORSPX$TFn:nn:(t n:BUGS.;1RRNM BUGSPX$TFn:nn:(| >FF>n: COPYING.;1RRNM COPYINGPX$TFn:nn:(x))$##$n:FROTZ.;1RRNM frotzPX$TFn:nnNNn: FROTZ.CON;1RRNMfrotz.conf-smallPX$TFn:nn:(|OOn) FROTZ.SH;1RRNM frotz.shPX$TFn)nn)PP9 9n:FROTZ000.CON;1RRNMfrotz.conf-bigPX$TFn:nn:(RR n: HOW_TO_P.;1RRNMHOW_TO_PLAYPX$TFn:nn:(pn:LIBRRNMlibPX$AATFn:nn:/pn:MANRRNMmanPX$AATFn:nn:/|WW**n: PXML.XML;1RRNM PXML.xmlPX$TFn:n2n:(XXTTn: README.PAN;1RRNMREADME.PandoraPX$TFn:nn:(tn:SHARERRNM sharePX$AATFn:nn:/fn:RRPX$AATFn:nn:/fn6RRPX$AATFn6nn6YYddn: LIBNCURS.5;1RRNMlibncurses.so.5PX$TFn:nn:ddn: LIBNCURS.6;1RRNMlibncurses.so.5.6PX$TFn:nn:__ddn: LIBNCURS.SO;1RRNMlibncurses.soPX$TFn:nn:fn:RRPX$AATFn:nn:/fn6RRPX$AATFn6nn6rn:MAN6RRNM man6PX$AATFn:nn:fn:RRPX$AATFn:nn:fn:RRPX$AATFn:nn:/zP55Pn: FROTZ.6;1RRNM frotz.6PX$TFn:nn:fn:RRPX$AATFn:nn:/fn6RRPX$AATFn6nn6~88n: FROTZ.PNG;1RRNMfrotz.pngPX$TFn:nn:n: PREVIEW.PNG;1RRNMpreview.pngPX$TFn:nn:ER TRRIP_1991ATHE ROCK RIDGE INTERCHANGE PROTOCOL PROVIDES SUPPORT FOR POSIX FILE SYSTEM SEMANTICSPLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION.Original Frotz reference code: Stefan Jokisch Original Unix port: Galen Hazelwood New Frotz reference code: Jim Dunleavy David Griffith New Unix port: David Griffith V6 semi-support: Alembic Petrofsky OSS sound support (from xfrotz 2.32.1): Daniel Schepler Thanks also to those who posted to rec.arts.int-fiction feedback on what I was doing with Unix Frotz, people who checked the betas for bugs, and sent in patches. These include, but are not limited to: Torbjorn Anderson, Timo Korvola, Martin Frost, Mihail Milushev, David Picton, Chris Sullivan, Leonard Richardson, Stephen Kitt, Paul E Coad, Paul Janzen, Brad Town, Jason C Penney, Denis Hirschfeldt, Jacob Nevins, Matteo De Luigi, Steven Frank, Thomas Troeger, David Kinder, and others that I've forgotten. Michael Edmonson (author of Rezrov) and Evin Robertson (author of Nitfol) deserve recognition for the ideas that I've borrowed from their programs. ============= Color mode || ============= It seems that it's up to the curses library to decide if a program may or may not use color. For example, ncurses on NetBSD refuses to allow Frotz to run in color mode, even when color mode is forced. Frotz and the program it's running think color is being emitted, but ncurses won't allow it. On the other hand, NetBSD's standard curses library (1.6 and later) will let colors be seen. ======================================= Ctrl-Space causing Bogus ZC_TIME_OUT || ======================================= Under ncurses, getch() will return OK (defined to 0 ) when Ctrl-@ or Ctrl-Space is pressed. 0 is also the ZSCII character code for ZC_TIME_OUT. This causes a fatal error "Call to non-routine", after which Frotz aborts. This doesn't happen with all games nor is the crashing consistent. Sometimes repeated tests on a single game will yield some crashes and some non-crashes. When linked with ncurses, we must make sure that unix_read_char() does not return a bogus ZC_TIME_OUT. This returning of 0 appears to be abnormal behavior peculiar to ncurses, so an #ifdef is used to enable the fix only if ncurses is being used. Alembic's fix didn't have this #ifdef and so it broke NetBSD's newly-updated curses library. ======================= Bug-testing Programs || ======================= Unix Frotz now comes with crashme, TerpEtude, gntests, strictz, and Unicode Test. These are intended to excercise the interpreter and verify that it is functioning according to spec. You will find these programs in the src/test/ directory. ================== Screen Resizing || ================== There are some significant problems involved in getting screen resizes (as in resizing an xterm) to work correctly at least with Frotz's implementation of the Z-Machine and probably the Z-Machine standard itself. For this reason, I have not implemented screen resizing for Frotz. I know that some zcode interpreters are able to deal with resizes somewhat gracefully, but I haven't seen one yet that will handle some weirder situations. Infocom's "Border Zone" and "Beyond Zork are especially troublesome for doing resizes. Nitfol seems to have the best handling of screen resizes. Since it uses the Glk library, I'm inclined to think the Glk library is at least partially responsible. If you have any other ideas on how to cleanly resize screens, I'd like to hear them. The Z-Machine seems to assume that when the screen dimensions are set, they will never change over the course of the game, even across saves and restores. For some reason, saves include screen dimensions and I've yet to discover how to override the Z-Machine from setting its dimensions to the saved ones instead of how the current screen really is. When the Z-Machine was first defined by Infocom, this made sense since terminal screens rarely, if ever, changed their dimensions and few people were assumed to trade saves across platforms. ===================== Arrow Key Handling || ===================== Not really a bug, but an idiosyncracy. In "Journey", sometimes you can't use the right-arrow key to move from the "party commands" menu to the "individual commands" menu. IMHO, this is a bit sloppy, but it isn't Frotz's fault. Instead, use the spacebar to jump from menu to menu. I mistakenly attributed this to an unknown bug. That'll teach me to do bugtesting when I'm about to nod off to sleep. =================== Other Known Bugs || =================== Sound flag is not being set properly. GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19yy name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. ELF(44 (p|||4444449HHH Qtd/lib/ld-linux.so.3GNUC] 5E<3T1PQJXU9LIN'[GZWCFS;V,*+\R)DA/!Y>$@K   &.-"06:(B%8=72HM O 4#?Pk\hx!t00(h.5|< K _TȐ`Ԑf`} 'sl,{4(D4t@{LDXdJp|d^đ,Б,tܑ ` $z$P0t<^H$PKTPKk`L!lxTDDQ4.Pt̒PKؒPKC$-`<8 XX,\t8DxPr\|>h,Et4ej0N0 \libncurses.so.5scrollokstdscrwaddchwmovekeypadcurscr__gmon_start___Jv_RegisterClassesendwin_fininodelaywerasekillcharinitscrintrflushclearokbeeppair_content__data_startnonlwinchwrefreshinit_pairwtimeoutcbreakstart_colorerasecharwgetchhas_colorswaddnstracs_mapcurs_setwsetscrregwscrlnoechowbkgdset_initlibc.so.6strcpyexitsprintf_IO_putcfopenstrncmpoptindstrrchrftellstrncpytimereallocabortfgetcfgetsstrlenungetcmemsetfseekgetoptstdoutfputcfputsmemcpyfclose__strtol_internalmallocraisegetenv__ctype_b_locoptargstderrgetuidfwritefreadgettimeofdaygeteuidstrchr__ctype_tolower_locmemmovestrcmp__libc_start_mainferrorfree__exidx_start__exidx_end_edata__bss_start__bss_start____bss_end____end__GLIBC_2.4Tii   x| HIJM    !"$% &')*+ ,$.(/,0014283<5@7D8H9L:P;T<X=\>`@dAhClDpEtFxK|LNOQRSTVWXYZ\@--8Əʌ8Əʌ0Əʌ(Əʌ ƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌxƏʌpƏʌhƏʌ`ƏʌXƏʌPƏʌHƏʌ@Əʌ8Əʌ0Əʌ(Əʌ ƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌƏʌxƏʌpƏʌhƏʌ`ƏʌXƏʌPƏʌHƏʌ@Əʌ8Əʌ0Əʌ(Əʌ ƏʌƏʌƏʌƏʌ$  --0-)"|X|0 0Q/'~, 0S00/ @-0S0S3/p@-@P)-\m ,8w[[,p 0$p3K0 /( 0P0 000 Ă 00/d0  PT 00a@ @0 0C0s0  Ă**p@-P@U40S@DptpG-qa @ 0 R0 P0 UU#UU 0010 R p0 B %}01000@0010*( @-@0P0l0 B@BPP 00a@< <0 0C0$s0  0@@ @- 0@0qT 10(04 R 0  0  a rK"/0' /(p@-D0D`DP <0 B @`T 000p* G-̀p 0R*@0 4P0Q B ` UQ0 p0$   UH 岠000 G_ K"( 0 0*0p@-4 R P@ R:R 0 B0r R00 0p@dP0 S d X000 O R H0$ 000K*""-hP0 ?!@  0  P00Cp00Z<0< 0S ,0 R0p3**O-0Mp$aP 0v " `04PF @E 0`QD l0 0C$ FE0D@@ 0R00|1@RA8l1 TAD 00P0U0A00`U940S1 040U 쐟@0S0 W 0L U0pG  P ЍR 0| A0ґ1@d0 T ~ЍO"K$ P 0 0A\4** P/0 0AO**P@-M x@ P0 0STp 0C`980 0 0S `00Ѝ**@-@P T808 0@,0 @0 )0 @,0@-~P|Qp0p  "(6q@ 0Qr000`@*,5NZP  Q0 /4 0 ba/40 -00\0   \d0 JR$X0 R00<0n!Q,0 R004 D0- R4404 00n0`04/@0@- R ,,0 R02@4*P0@-@ RT 020  a `rd4D0@- R 4@?P PS 0**\0@- R L@ 0R>$@?P0  0*p@-@`P0 R0Ӵ0ڴ0S ģ20" &"0 Rpp@5 20bt0 Rp\20" "H0 Rp00" 2020 Rp**4@-8@m0S0@ 0@*8$0/@-Q 0*$ 0  @AP44@-[@@T0T"  P*00a\00 0T@4*A- 00StX\0 R@0 R@7@t0 R@9`0 P0 <0 R@,0 R  @**@-T0 RH0 R <0 R00 0 X@-T0 RH0 R <0 R00 0 p0  p *0 p *A-`PQ U@@p TupW0Q:@U8Pt0 s0p@D t0@ D0  r p  W00gTt@*,, 00s0 * 00s0*0A- pR0Ӷ0W 0P`@ 04S Q| T00S@@|An**P-_@Pa@Pc@P𝔔0 R0\ P$0s0Sd00SX 0@S M?L 0C0s0 Pp??~P0@-0\0\0\#0P# 0@T 0Ps0 $\00@s 0q4 S P0?0\ ?00 ER 0 S p0~0@-\Pa0sPA0sP0 RH0H0!20b0, 000s0cX~t~p0A-Pd P@ ``VpW@0  @V0sPC0@X!O-0,SM Q P] p W PU`# 0p C WX|A 0"^%00 H81  090Ѝ`V @@T sPV  0pS000 0B 0p 0B0 @P`p0 0L D E FD 0S00xS, zS$ gSKXb1O-M @Rppox1 P`00s0 0r  00q4 0cs0s000Q3/:100[ 0 ?À #Ws 0$0S@ 0  0$S@0TsЍ0[ R2H" ZQ Q  p  P  #sXb0Pp?*@-@0S S {0Sq p@-`GPTTPd0U/CAbpo)<0/C!b  b0pU-R0fs`gfff0*A-0p@ 0T\ 0u`sP@0 s030s@V0 s@0T\*0@-@*O-PM   0S  R00  0S`S   0Se 43 0|t PW5@VD `PEu  Y00ЍpY`PEu `"0t"@0C00s0  PEu`Z  TZ` 2TPT P00 T T%Y9 D PEu 0BS 0 t `1 00 t  T P00T0S, `Y 00 b D\ 00S  S10S ! 0ґ10 0S;8 0h 0P1TPEPB0 0c u;HXVUUUG-00pP00S SP U00PS@0Ԡ` PV@ V0S   00S00 R 0SH0  0SP V00X0*0*G-@t@pPP$bq p 0x03P0S@1t@t@zp@ytGO-MR 0d1p㰠T!0S0Ds`000h`0sp  և  r  0r`S 00VP 0P @0 UDr  q@T0t03 U0S U YT0UspЍY hi r q0wT  0m<00S40 Ӵ S 0Ӷ0Ѷ00S0**p@-T`T@P0pn<Pp6Up*X@-@@-@uT0 R 0s 0$ 4S @[@h~0*@ 0Bs0^SR 0Bs0^S*0-Q0  B Qp0  a00C0T0T B r  040Cs0#  0*0-Q0  Qp0  a000T0T B r  040s0#  0* 000/0 0B0B/*x0@-@Pd0 @PP 00a@< <0 0C0$s0  0@*`0- R P P0000040 0 qK**\0\p@- P04Ss@ p60Ds@1p@%*@-@Q 0  r0pS@Qt0  a00sT0T B r  040s  0 *@-@Q 0  Br0pS@Qt0  a00CsT0T B r  040Cs  0 * 1p@- R  0@P0@pP 00a@p0 R 00p@ 0 0C0$s0  0@ph`T0P 0@D@t@@P uP0**l0P`0 nPL 00a8 80 0C0s0  *@-@ 000hp@-8P@Tp0Sp@00p@@@ph@-@C0p@-@ R0 R& P0S00 T$ Tp T T T 0-S  -T R 0D@s0S000 R@ pp@3$0 Rp@Wp@h   0000 R/@h0 Qp@-P@B`TV :7$$q QW0p+$@Ppʚ;A-P@U@`< R) 0PS% pR01 RQ 0@0@c0)s<0S ` )iAcP0 10Af$K@~$P,H0Q <0 R 0 00s0 //L0-Q80 R,00s0.$ 0A-dpd`@ 0@SP P@@ 0@SpP0PA2A-t`0PppW P 0L@RP000 00U0C0 R 000 O-`B( RF T0P 00 0P0C0( P 000bSx 1P@ T p 0`2m 0p`2@T!吱 `i0+ c rp懠0@PP$0S P@D 0  @ @Q 00<<ʕ0ʅ30…`0\P0& 0L0  0@ k0` 1! q `Op0 J 0P S00 PP00 0 0PPF@DK"@-[p@rp@-|PP` K`Pp`@0BHP$@0( 00 0Spp@$Kp@-P@P $0PSP $$PPP PpQp@-@# P0^  0s0 rA0@ s0Sr\ 0.0@~Pp p@ p@3G-M0S. S@2WPӴ P @2 RЍQPP xŸ2 0p@4W@T P 8$5pP 24 R  @p P@ AQḑa  0 @@cDp{Dpwttd1d!@f@f@pt@P fuc$`t] U 0@P T0sP UԠ 0S P X 0V 0vPS0`@ T /0*`@**<K"0p@-@ PRT 0 Ppx 00 \0 R @0 PpA,0 R ~k{p@-P!@@utp@p@-L1La D1 81" @T$$ 1 1T  0 0 !  T0 ࠃ0&0,4"00#%'!$$ 0T, -  0 02 3 p0 x0x 0lP8@Dx8p@sT(1A-( RAP1 70!0p PN  ̀ 0!Ug `  P BR B 0 R B 03R 0  R00 0K*@-p@83O-M R/ R@3WPӴ P c@0SЍTLPP 0ß<3 0cp@eW@P gP 24`V.P D 2t@ R+ '@P >U`b Xb0S T2 !p P0SSD2 R82 R P2h  @P a sЁQ쑟q` lD iH0@ 0 0b4 0 0] 00 0W4 0 0R0 0i` V 0 P E`D t@@? V@@ 0S /pP P`@(`0VsP0s @0 s R UP OOP0 S@Pgm**<K 4"p@-, Q00 -50 0R 0  00 0p@h@lP   0P D00 0!*LO-h4hhdP  @P @ 0@P $ 0B s0S0 3R 胟賟 0S4#0040#040# 040# 040# 040#040040 0 0  \@s@0@0@T  0R!20b0 0RP@@T "pR0400D2Tt r r0Q010Q000T"0\40<"45040,"()040"*+040 "./040!67040R 0S-1!$ 1<,PO 10@S@PI0e S @  0 PP 0SP1}D1$18!8$ 1<(0 0R)' $ p @0JS000LȂ l4td|p@-xPg[P@[@@ p/P009P0S @W!0p0 @@p]P @@-p0@ PT0 @P&0s@s0@S@0 0 @-0 0 p@-00P@CPP@( 00 P pp@-$0@ P 0@- 0 @@ ?4 0@-00#40~0 @-XM@h PXЍD<t80P ,g<$0 =؄@-XM@X PXЍ4,O(0P 0  ؄[P00Q0SA-`~P00P0S" p[GPTVP p0U/CAb]A<0/C!b b00A~gfff P@-T@ 0S n 00 0 P @@@-,@ \p 0 0E0 00@- R @p@-P`P 0SX00\ L 00\ P @@P Vpp@Kp@-P P5 Q  0@s0S  P P P00P 00PQp@0As0S@v@Qp Q QPQp00 0S  ` QK P@-@0@s0Se0s0S00 $0@@ p@-0PP @P0 ppp@@-0 p@|p@-0SP PP0Se@ > 00e 0p 10@-Q\M Q @0S P@&   0 000 0 00 \Ѝ0@l ,P P)HH8@P,@(4P$؄1@-@ R0DSl L 0 \     x}PN h1 RQ TrHnDl<i84A0(  YzP [QrP HFA0 R0 R0 R 1-|)x&,K8PhąЅH`8(p@-}l0l l@h0 dP  `pvppp@ *@0@- R4000 Ӳ Ѵ LPMp@**A-`P V 0Fs0S\0PU 0s0S @p0@T 0sPP T0@- M@P00  0 P Ѝ0@-M@\  0 L00 0r  R0C\Ѝt2O-p lrR0d`  Ѱ SMh0P1ǰ#s@PU` `0 s@`V 0\`Q`CZ 0 \@HPp< 0S^ R`#P@U@PPP`u R WA0B s0S Ɨ@0 s0S  P Rq0S!vp W" 0SpЍ0@s0 S1ǰ#`\0``P`Cpu WQ $0 0**@-D IYPyP@@@Lp0 Rh* 0p3b*0 PZ*0 PR*\0 RP0S R 0S R 0S<**0 bp;* 0 5* 0p/*0 `p(*, 0Sڰp0cPp*, 0Sp0cPp * 0 *0 p*@-,@Q(qVq@*@-,@Qqp@*X X0 0Qs2 3p/0?0@0p/p@-P@0S}>0S0Sh 0500spH 0`p00sp(jPt0p@-P R/  R0 R@Tp@z p0p0P p@m<0 R E0A$*K 0@- R @0S/00S!0 R#P@z0 0 p0R<0p@0Q\ 0S/00S`@0 R 4o(ky*K 0@- R@(@P>p3@@0 R 0 r  P@l0 r 0 ^@,@0-$)K* 1@- R! @0S/00S#0 R%P@0 0 R! p000p@0Q\ 0S/00S@0 R s4o(M*K A-PPA1 Ra0 s\0 s0 @ p0P+@$a0s  0@ @ 0 s0@ @ t0@ p 0P'$ 00py p0P r p0Pjp 0P '4000p80@- R,@ $@ \@K*H!H1A-@Q`$V TA.4P1pf0 R0 s0r @0`s0A#t$p 0r 0&@0@P0p `0@ PK*Ї @-00 R0 0ss0 0@- 00pO-ؠMP. ȰȐ0S?p`P@0SP@0SV 0 Sr   $ 00Ѝ 00ЍO*|0@-@TO@AH0 R< 0s0@$ 0s0 @D*P0P L0A qP02#3"?0@*A-P@T* 0P p0S?``j0@P0 R"0 RT A}T 3R00S0spAA*A-P@T) p0S?``50@P0T*0T:T 00C0s0 A0 SrA 0 *0@- R@@T@t0 Rh 0s0@L 0s0  @~@P L.K*܇G-`@T 0 R?`VhP0G[Hpv@@VP:  }GI*0@- R@@Tl9@+ml0 R` 0s0@H 0s0 @D@ dK*A-@pP p` pp p<8400p@-`Pp@ pt0 40 p pO-@$MPFp Op Rp Mp p p p p Ip Fp Zp Sp 9)Ipp F}p hxp dsp np ip dp _p \h Xp Sp `$0K`p~ Vh Apu <pp pgd& 5pi &p/pc w*p^ %pY PTCpO MpJ epE m p@ p; p6 p1 p, Ȧ PH ` p p6 0p30s`+ V  V   p ! p  "p{p 0#ptp qnp    " dp 0#p]p !pVp  rP 0 0T0G""O-Mp`@9PЍ1P  +P  D8R 88R 0{0 S0C 00S S P  P 0  C R:7 lQ0  c0 7Q   R \7QT T7QD0\m 87 P \ pP6 P QA pP* Py PEp 6u q 0S0SX: L\ 0SLD6 0qSDjpZ6 qR% \&PU0sPPUP ! R 00CS:R 0m P1SgA~0sPP$8 \pP %1PS0s䤟p 0 PPူUWP $1S p pP p 4 R`$80 P0 sPU:?0hp r 3У " pR a #3\ #00 \#0B0hSvP 0P$!p~   1"$: 18#0L 0hN0 0C$ LN0AApb  0 P30q\ 0P 0q00B2 B PE \"10hs R!&  Q8R P1S A0sPPM ! 0aC\0 00g \00hSʼ81  0yP r0ssxl`[ \ _< \ L\ Ƞ0"$ B q0Sb  0S  0C\  4~zv qMROFSZFIdhFImeMCsktSmeMU*`pL8A-p` 01P@ 000 ?T4q0@0 010A0p s@<p@-P Rp@!o0S l0 R RX0 D0 B p01 40R0 ,10<41A-@ R$$q# 0!10\ 0T 00`s@0 sPVb0\s@010A 넀p/01QP 00S0 S S S c ! 000@PW<p@-P`@00S0RO t0SL0L1 @00040`pp@odp@<///000000 00000$0,0000 0(0$0,00<04080O0     }/( 00/K:p@-@PT 0! @TT PpDP 4Pp PppLT\dp@-@PT 0! @TPp 0R  0R 0R 0SpPpPpPpPphP pTP DP 4P pltxp@-`PV@ 20! @T`0 V pxP d0V 0R H0Vp 0Rp 0Sp<h@-@MpPi B_PE P` @0!S R[@ `@D0Q0 *0@!C0#S#0C0@P*! 0*@ @@T00 *00SR00S 0^Ӄ0 &``F,K? 01BP`4 @Pߍ P@`PFD4<P<4yP P P P#3`3p3Y3TP P L3$E83 @PP,3(6,P28,zP24"pP2fPp2,\Ped2 xRP[<2THP0 1$;P0 1.P0 1!P0 ~P1P0 q81dP0 d004P0 W0(P0 J0PX0<Pr0@@k uPK̊؊: (08@LXdtȋ؋"G-@MMaPQ :Q``F P PPB0S:S ``F/U /008pP 0SpЍڍ *A-MMpPP Ѝڍ0Q @@D 0`P t0*P\P @@D 0,0*PP" 0@-p:@-n r 8@8 7R@cx A-Sc@s$@K6\{ "\00c000 W> 00\Pu xR000  r0\Bs0<2L"0s0<24"02\f  2 2F P 0!S2 00 S1 0 R 1 @  j0ss  0 s0s00   0A P@L 001 @  0S10s3  0S000Ā0 P 0 0 P00ꈀz0( R p0 xPX 0000000S 0@  0  x:K0p@-P$ R & { | p x  \ (H@ 0<%0 : $4@-MM@PP =PTHVP ``F*E  PH %A0@7StOOOOO\OOOOOOOOOLOC S>C S=C  S=C STime: S: M: Score: Moves: ߻У 0123456789.,!?_#'"/\<-:() ^0123456789.,!?_#'"/\-:()object#`x,<LdȀ Dh́0TWarning: (PC = (will ignore further occurrences) (occurence Text buffer overflowStore out of dynamic memoryDivision by zeroIllegal objectIllegal attributeNo such propertyStack overflowCall to illegal addressCall to non-routineStack underflowIllegal opcodeBad stack frameJump to illegal addressCan't save while in interruptNesting stream #3 too deepIllegal windowIllegal window propertyPrint at illegal address@jin called with object 0@get_child called with object 0@get_parent called with object 0@get_sibling called with object 0@get_prop_addr called with object 0@get_prop called with object 0@put_prop called with object 0@clear_attr called with object 0@set_attr called with object 0@test_attr called with object 0@move_object called moving object 0@move_object called moving into object 0@remove_object called with object 0@get_next_prop called with object 0871214880127/870915187091738709239871221(881019n890323890602890714$890314'8903217890510B8907066890606?890622J890714890316890322M890616S890706870506870912870918------.AUXwbError writing save file rbInvalid save file Error reading save fileStory file read errorCannot open story fileOut of memoryUnknown Z-code versionByte swapped story fileDo you want MORE promptsCannot open file wtr+tw+t Hot key -- Playback off Recording off Recording on Playback on Seed random numbers Enter seed value (or return to randomize): Undo one turn No more undo information available. New game Do you wish to restartExit game Do you wish to quitDebugging options Watch attribute assignmentWatch attribute testingWatch object movementWatch object locatingHelp Alt-D debugging options Alt-H help Alt-N new game Alt-P playback on Alt-R recording on/off Alt-S seed random numbers Alt-U undo one turn Alt-X exit game Continue input... ? (y/n) >y @Attempt to address illegal object . This is normally fatal.@test_attr @set_attr @jin @clear_attr @remove_obj @move_obj @get_parent @get_child This is not a saved game file! Save file has two IFZS chunks! File was not saved from this story! File contains two stack chunks! Save-file has too much stack (and I can't cope). Save-file has wrong variable number on stack (possibly wrong game version?) Save-file uses incomplete argument lists (which I can't handle) File contains bogus `CMem' chunk. warning: `CMem' chunk too long! `UMem' chunk wrong size! error: no valid header (`IFhd') chunk in file. error: no valid stack (`Stks') chunk in file. error: no valid memory (`CMem' or `UMem') chunk in file. neveroncealwaysfatalblackredgreenbluemagentacyanwhitepurplevioletaquatrueattrib_setattrib_testignore_fatalcolorcolourforce_colorobj_moveobj_locpiracyasciisoundquetzaltandyexpand_abbbackgroundforegroundcontext_linesscreen_heightleft_marginright_marginrandseedscript_widthundo_slotsscreen_widtherrormodezcode_pathZCODE_PATHINFOCOM_PATH[Hit any key to exit.]Fatal error: Fatal error: I won't run as root!HOMEHard drive on fire!/.frotzrc/home/steve/pandora/usr/etcfrotz.confaAb:c:def:Fh:il:oOpPQqr:s:S:tu:w:xZ:FROTZ V%s 2.43curses interface.An interpreter for all Infocom and other Z-Machine games. Complies with standard 1.0 of Graham Nelson's specification. Syntax: frotz [options] story-file -a watch attribute setting -O watch object locating -A watch attribute testing -p plain ASCII output only -b # background color -P alter piracy opcode -c # context lines -r # right margin -d disable color -q quiet (disable sound effects) -e enable sound -Q use old-style save format -f # foreground color -s # random number seed value -F Force color mode -S # transscript width -h # screen height -t set Tandy bit -i ignore fatal errors -u # slots for multiple undo -l # left margin -w # screen width -o watch object movement -x expand abbreviations g/x/z -Z # error checking mode (default = %d) %d = don't report errors %d = report first error %d = report all errors %d = exit after any error .scr.rec.sav.auxEnter a file name. Default is "": %.*sgraphics/%.*s.mg1[MORE] 4( T 0 `}h  @@oooԌ<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\PT Dx!(8D@t<$@(\44@0|ԩȡ( lttH(t$" l\D@0dtXpt$\t4x<Ⱦ$\hHL`H@̧DЭ< TDHġwaitagainexaminestory.auxstory.savstory.recstory.scr   ! c L >o> 1/41/23/4? A A A A Ae A AE C E E E E I I I I Th N O O O O Oe * O U U U Ue Y Th ss a a a a ae a ae c e e e e i i i i th n o o o o oe : o u u u ue y th y GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1A4aeabi*CORTEX-A8 A  .shstrtab.interp.note.ABI-tag.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.ARM.exidx.eh_frame.init_array.fini_array.jcr.dynamic.got.data.bss.comment.ARM.attributes 44HH !hh' / 7oԌ Do S  @\  @ e00 `<<tkq`}`wh}hp|| 0xt2t_p5# This is a basic sample Unix Frotz configuration file. It contains some # a few options the average user is likely to want to change. # If this is actually $HOME/.frotzrc instead of the systemwide # configuration file, $HOME/.frotzrc will override. These options are # explained in more detail in the Unix Frotz README file and the manpage. color yes foreground white backgrounnd black zcode_path /usr/local/games/zcode errormode once ascii no sound on #!/bin/sh terminal --title=Frotz \ --icon=share/frotz.png \ --fullscreen \ --hide-menubar \ --hide-toolbars \ --hide-borders \ -x ./frotz -r 2 -h 23 \ `zenity --file-selection --title="Select a Story File"` # This is a sample Unix Frotz configuration file which contains examples # of all supported options. # If this is actually $HOME/.frotzrc instead of the systemwide # configuration file, $HOME/.frotzrc will override. These options are # explained in more detail in the Unix Frotz README file and the manpage. ############################################################ # These options control some basic characteristics of Frotz. # Use color text (default "yes" if supported) color yes # Set foreground color (default "white" if in color mode) foreground white # Set background color (default "blue" if in color mode) background blue # Set error-reporting mode (default "once") errormode once # Set path to search for game files (no default) zcode_path /usr/local/games/zcode # Use plain ASCII only (default "no") ascii no # Turn sound on or off (default "on") sound on ############################################ # These are some less-commonly used options. # Set random number seed (default comes from the Unix epoch) randseed 1234 # Set number of undo slots (default 500) undo_slots 500 # Set Tandy bit (default "no") tandy no # Alter piracy opcode (default "no") piracy no # Use Quetzal save format (default "yes") quetzal yes # Expand abbreviations (default "no") expand_abb no ######################################################################### # These options are useful for weird terminals or if you want to force a # certain mode. # Force color mode (default "no") # Useful for use with supposedly current flavors of Unix that still don't # understand what the "xterm-color" terminal type is. force_color no # Set screen height (default is detected height) screen_height 24 # Set screen width (default is detected screen width) screen_width 80 # Set script width (default is screen width) script_width 80 # Set context lines (default "0") context_lines 0 # Set left margin (default "0") left_margin 0 # Set right margin (default "0") right_margin 0 ############################################################# # These options are mainly useful for debugging and cheating. # Watch attribute setting (default "no") attrib_set no # Watch attribute testing (default "no") attrib_test no # Watch object movement (default "no") obj_move no # Watch object locating (default "no") obj_loc no ========================================================== ---------------------------------------------------------- || How To Play Interactive Fiction With Frotz || ---------------------------------------------------------- ========================================================== In the late 1970s, a group of students at the Massachusetts Institute of Technology (MIT) formed a company called Infocom to produce a genre of computer games called "Interactive Fiction", that is, a game in which you're "playing" a novel or short story. Infocom wrote their games to run on an imaginary computer of their own design called the "Z-Machine" and so the games are said to be written in "Z-code". From their first game ("Zork I") to their last ("Shogun"), the Z-machine went through six versions. The most common versions were "Standard" (version 3) and "Advanced" (version 5). Infocom's heyday lasted through the late 1970s and all of the 1980s. In the early to mid 1990s the Z-machine was reverse-engineered and a new language called "Inform" was created to allow people to once again write programs for the Z-machine. The Z-code games written nowadays were written using this Inform language. These games are usually in the form of single files. The extensions .z3 and .z5 mean that a file is a "Z-code" game in version 3 or version 5. These files are not compressed, but are ordinary binary files and should be downloaded in 'binary' mode. The canonical repository of freeware games which can be played on Frotz is at the Interactive Fiction Archive at http://www.ifarchive.org and its mirrors. The following is borrowed from the first few pages of the manual to Lost Treasures of Infocom I: ========================================= Communicating with Interactive Fiction || ========================================= With Interactive Fiction, you type your commands in plain English each time you see the prompt which looks like this: > Most of the sentences that the stories understand are imperative sentences. See the examples below. When you have finished typing your input, press the ENTER (or RETURN) key. The story will then respond, telling you whether your request is possible at this point in the story, and what happened as a result. The story recognizes your words by their first six letters, and all subsequent letters are ignored. Therefore, CANDLE, CANDLEs, and CANDLEstick would all be treated as the same word. Most stories don't care about capitalization, so you can just type in all-lowercase if you like. To move around, just type the direction you want to go. Directions can be abbreviated: NORTH to N, SOUTH to S, EAST to E, WEST to W, NORTHEAST to NE, NORTHWEST to NW, SOUTHEAST to SE, SOUTHWEST to SW, UP to U, and DOWN to D. IN and OUT will also work in certain places. There are many differnet kinds of sentences used in Interactive Fiction. Here are some examples: > WALK TO THE NORTH > WEST > NE > DOWN > TAKE THE BIRDCAGE > READ ABOUT DIMWIT FLATHEAD > LOOK UP MEGABOZ IN THE ENCYCLOPEDIA > LIE DOWN IN THE PINK SOFA > EXAMINE THE SHINY COIN > PUT THE RUSTY KEY IN THE CARDBOARD BOX > SHOW MY BOW TIE TO THE BOUNCER > HIT THE CRAWLING CRAB WITH THE GIANT NUTCRACKER > ASK THE COWARDLY KING ABOUT THE CROWN JEWELS You can use multiple objects with certain verbs if you separate them by the word "AND" or by a comma. Here are some examples: > TAKE THE BOOK AND THE FROG > DROP THE JAR OF PEANUT BUTTER, THE SPOON, AND THE LEMMING FOOD > PUT THE EGG AND THE PENCIL IN THE CABINET You can include several inputs on one line if you separate them by the word "THEN" or by a period. Each input will be handled in order, as though you had typed them individually at seperate prompts. For example, you could type all of the following at once, before pressing the ENTER (or RETURN) key: > TURN ON THE LIGHT. TAKE THE BOOK THEN READ ABOUT THE JESTER IN THE BOOK If the story doesn't understand one of the sentences on your input line, or if an unusual event occurs, it will ignore the rest of your input line. The words "IT" and "ALL" can be very useful. For example: > EXAMINE THE APPLE. TAKE IT. EAT IT > CLOSE THE HEAVY METAL DOOR. LOCK IT > PICK UP THE GREEN BOOT. SMELL IT. PUT IT ON. > TAKE ALL > TAKE ALL THE TOOLS > DROP ALL THE TOOLS EXCEPT THE WRENCH AND MINIATURE HAMMER > TAKE ALL FROM THE CARTON > GIVE ALL BUT THE RUBY SLIPPERS TO THE WICKED WITCH The word "ALL" refers to every visible object except those inside something else. If there were an apple on the ground and an orange inside a cabinet, "TAKE ALL" would take the apple but not the orange. There are three kinds of questions you can ask: "WHERE IS (something)", "WHAT IS (something)", and "WHO IS (someone)". For example: > WHO IS LORD DIMWIT? > WHAT IS A GRUE? > WHERE IS EVERYBODY? When you meet intelligent creatures, you can talk to them by typing their name, then a comma, then whatever you want to say to them. Here are some examples: > JESTER, HELLO > GUSTAR WOOMAX, TELL ME ABOUT THE COCONUT > UNCLE OTTO, GIVE ME YOUR WALLET > HORSE, WHERE IS YOUR SADDLE? > BOY, RUN HOME THEN CALL THE POLICE > MIGHTY WIZARD, TAKE THIS POISONED APPLE. EAT IT Notice that in the last two examples, you are giving the characters more than one command on the same input line. Keep in mind, however, that many creatures don't care for idle chatter; your actions will speak louder than your words. ================= Basic Commands || ================= BRIEF - This command causes the game to fully describe a location only the first time you enter it. On subsequent visits, only the name of the location and any objects present will be described. Most adventures will begin in "BRIEF" mode and remain in "BRIEF" mode unless you use the "VERBOSE" or "SUPERBRIEF" commands. DIAGNOSE - This will give you a report of your physical condition. Not all games support this command. INVENTORY - This will give you a list of what you are carrying and wearing. Usually you can abbreviate "INVENTORY" to "I". LOOK - This will give you a full description of your location. You can abbreviate "LOOK" to 'L'. QUIT - This lets you stop Frotz gracefully. If you want to save your position before quitting, you must use the "SAVE" command. RESTORE - This restores a previously saved position. RESTART - This stops the game and restarts it from the beginning. SAVE - This saves a "snapshot" of your current position. You can return to a saved position in the future by using the "RESTORE" command. SCRIPT - This command tells Frotz to make a transcript of the story and save it to a file. Transcripts can be used to aid your memory, prepare maps, prepare walkthroughs, make something to brag about, and so on. SCORE - This command will show your current score and often a ranking based on that score. SUPERBRIEF - This one causes the game to display only the name of a place you enter, even if you've never been there before. In this mode, not even objects present are described. Of course, you can get a full description of your location and the object present by typing "LOOK". In "SUPERBRIEF" mode, the blank line between turns is eliminated. This mode is meant for players who are already familiar with the geography. TIME - This gives your the current time in the story. Some games don't have a concept of time and therefore don't have this command. UNSCRIPT - Stops Frotz from making a transcript. VERBOSE - This causes the game to give a complete description of each location and the objects in it every time you enter a location, even if you've been there before. VERSION - Shows you the release number and serial number of the story file. WAIT - Causes time in the story to pass. Since nothing happens until you type a sentence and press RETURN, you could leave your machine, take a nap, then return to the story to find that nothing has changed. So, to make time pass in the story, you type "WAIT". For example, if you meet a wizard, you might "WAIT" to see if he will say anything. If you're aboard a flying carpet, you might "WAIT" to see where it goes. There are few exceptions, most notable Infocom's "Border Zone", in which the game is played in real-time (take too long deciding what to do and Bad Things happen). This command can often be abbreviated to "Z". Frotz A portable interpreter for Infocom games and other Z-machine games. Frotz on Pandora ================ This is a straight compile of Frotz for Linux on the ARMv7 Cortex-A8. The executable is dynamically linked and requires the "nucurses" library, which is included in the "lib" directory, should this not be available elsewhere. Pandora-specific issues may be addressed to Steve Maddison ELF(4|4 (xnxnpL~aaQtd Iin!u{;&PPe?F9Oa)HF p:&/)4C^>q&1@|3_ ?% xO>7iV/;G~C;#*6kG\Xy28bR6 $:x,}%d=zuW}?\'R1@74:gm ,af<+08,=r"-(5Z=(eo9 T"+frDE sjE'BY]v_YK75h<M / 93>N^$h[G I pVm Q*t"kwA4M <K SHF'6*-oACJ-QB`2{n5@[WbTsE!l#N.L%]yL lUqJDSgjz U3 dwvtcZ.B1+I082Hc$X! D|0)`(A#~. \ D&  ||)h ȇ 0Lx . d \n \ H  BLW #   5  < Lq@ F&@ {` Op 1` w8  xD\ $E< G d @D   < t, rb $ 7@\ L(  r( cL R  T j $@ Ch< ?m %4 + P Y\0 @ Lh 4 t Ė   ̄ g?4 HHh `s d rdx r`  %  T ̏X jh, |  @  4 C8$ d >8 , 3  iT H  :H `, pO| d p   \  B  p, p? pp |4 /a< {X 4yL l h0 P, @4 D j( }  ,%0 A Ԉ }pDh(U 0 p 4u\ : в   $( p 4 >< y G, D\0 8 , j d  Tn7Y@ B( U  hD)8 (  } }D \ |r l;  d|N * 'k$ E0B@ O$'d $Ex xd  tu "P ! ,\D bH($  e(r@ G,  0<  V0 \k C, < p  M 7 Od W d d   &p0 M\$ $$ t @D d 7T  pN9  | U| Dv I  h 8hpXFn, d   L<>P K ,  2 ,  4 P!P $@ FhLn>&@ uT 6< M i l` r  0Sr x]  X{T l(  % p , Ps_:  # L 2, > \ @ ] r p} 5d&  *  ! @&    \%T H` 0tn<0 : T \xD GP< *dpld  WsD  S hl *$ p] h   -X w $)  @  A J` W  }h O d B<  J eM`'L g`p X@ ex' T D o tY,X@ 4 (: !P >x r  dȓ * c$| r  (< v _,X vD"T ,t( W'( A 0  O   v h  H 0 K X e@ td n40T jTt Q'L %tX0  sZ d T@ n#4 p 0~D s m l h 7 p  " d @ txp $ I d$q( \5D @t    \ X 0 4 l0  Xh y0  0 tplPM {<*  0 Tw 4 rhvL  a  $%  ? x< Pl DLn($ "0(x4 K(4 4 tz `  D, 8  - | $ svp 8 O4 vh `|  %  T  jp sp#T )    : x&S K 0 n  t@< >@6\  Upd  } P tP E> 4 H , 4( tW $0   L {, Ts! d $t .r )t@ D4 Ko L IT ? t h Q(0 K  X 4P 7pd ^ l <( x` H4 4v3^ ԚP Jp L 8$ -&@  h}| ~@ P$ rp1xhKt\X, ,aH V ,  r *  = \0  "T iP  t <#P T @z\  <   z , p 0 @U    @pWg|  GTt RpBd }D zU|` (x 9  0 [ (@ $ 4  h| !? pX V \`E, <$L |lX xD @N  Ln\ p sXn 6 c d)$ 0  5E `` `|htn 0e l ,  Hn, $  h,  c| \ 4X P 6, .lt w t~p w44  T l , 0d y̕4 d L"{P< F 0j4   !T $ W$  |t ؟ $ Th\, __gmon_start___fini__cxa_finalize_Jv_RegisterClasseslibc.so.6_nc_scroll_optimize_nc_doalloc_nc_hash_map_nc_scrollnSP_nc_oldnumscurscrcur_termstdscr_nc_scroll_oldhash_nc_make_oldhashnewscrfreemallocmemsetcallocwscrl_nc_renderunctrl__ctype_b_locwclrtoeolTABSIZEwechochar_nc_synchook_nc_waddch_nosyncstrlenbeepputp_nc_flushwbkgdsetwbkgdwtouchlnwborderacs_mapwclearweraseclearokwclrtobotcan_change_colorhas_colorscolor_contentCOLORSpair_contentCOLOR_PAIRStparmtputsinit_color_nc_do_color_nc_reset_colorsinit_pairstart_color_nc_outchwcolor_setdelwin_nc_freewinnoecho_nc_screen_wrap_nc_mvcur_wrapreset_shell_modeflashCOLOR_PAIRgetbkgdPAIR_NUMBERwattrsetwattr_getwattr_setwstandoutwstandendgetcurxgetcurygetbegxgetbegygetmaxxgetmaxygetparxgetparywmouse_trafowinsertlnwinsdellnwdeletelnwattroffwattr_offwattronwattr_onvw_scanwvw_printwuntouchwintouchlinewtimeoutwsetscrregscrollwrefreshredrawwinwredrawlnmvwvlinewmovemvwinstrmvwinsstrmvwinsnstrmvwinnstrmvwinchstrmvwinchnstrmvwgetstrmvwgetnstrmvwaddstrmvwaddnstrmvwaddchstrmvwaddchnstrmvvlinemvinstrmvinsstrmvinsnstrmvinnstrmvinchstrmvinchnstrmvgetstrmvgetnstrmvaddstrmvaddnstrmvaddchstrmvaddchnstrmvwinschmvinschmvwinchmvinchmvwhlinemvhlinemvwgetchmvgetchmvwdelchmvdelchmvwchgatmvchgatmvwaddchmvaddchbox_nc_timed_wait_nc_wgetchis_wintouched_nc_keypad_nc_update_screensizeungetchESCDELAY_nc_get_tty_modenorawerasecharkillchar_nc_set_tty_modeimmedokinitscrgetenvnewtermdef_prog_modeexitstdoutstdinstderr_nc_insert_ch_nc_scroll_windowisendwinleaveokwenclosemouseinterval_nc_has_mousetigetstrstrcmpstrstr_nc_add_to_trykeyokmousemaskungetmouse_nc_mvcur_resumecurs_set_nc_msec_coststrchr_nc_mvcur_initfilenoisatty_nc_str_copy_nc_safe_strcat_nc_str_initmvcur_nc_safe_strcpyvidattr_nc_str_nullmvwinnofilter_nc_handle_sigwinch_nc_getenv_num_nc_setupscreentypeahead_nc_screen_init_nc_signal_handler_nc_slk_initialize_nc_slk_formatLINESCOLS_nc_makenewsubwin_nc_screen_chainnewwinnonlcopywinoverwriteoverlaypnoutrefreshprefreshdoupdatepechocharsubpadnewpad_nc_printf_stringmvwprintwmvprintwwnoutrefreshwsyncdownrestarttermnocbreakreset_prog_modemvwscanwmvscanwputwinclearerrfwriteferrorscr_dump_nc_accessfopen64fclosegetwinfreadscr_initscr_setdupwinscr_restorememcpyscrollok_nc_ripoffline_nc_set_buffertermattrs_nc_init_acsdef_shell_moderesizetermdelscreendel_curtermfflush__errno_locationset_termset_curtermslk_restoreslk_refreshslk_attr_setslk_attroffslk_attronslk_attrsetslk_attrslk_clearslk_colorslk_initslk_labelslk_noutrefreshslk_set__strdupslk_touchis_linetouchedsigemptysetsigactionsigaddsetsigprocmasksigismembergetpidkillflushinptcgetpgrpvidputssyncokwsyncupmvderwinwcursyncup_nc_panelhookvsnprintf_nc_screen_resumeselect_IO_putchas_ic_nc_varargs_nc_memmove_nc_vsscanf_nc_freeall_nc_expandeduse_legacy_codingassume_default_colorstigetflaguse_default_colorsmcprintsleepis_term_resizedwresizeresize_term_nc_is_abs_path_nc_is_file_path__xstat64_nc_pathlaststrrchr_nc_basename_nc_rootname_nc_is_dir_path_nc_merge_entry_nc_align_termtype_nc_init_entry_nc_save_str_nc_warning_nc_wrap_entry_nc_err_abort_nc_copy_entry_nc_copy_termtypereallocsprintf_nc_infotocapstrncmp_nc_captoinfoboolcodesnumcodesstrcodes_nc_get_table_nc_get_hash_table_nc_cap_hash_table_nc_info_hash_table_nc_capalias_table_nc_infoalias_table_nc_get_source_nc_set_sourcefputcvfprintf_nc_curr_line_nc_curr_col_nc_get_type_nc_set_typestrncat_nc_suppress_warnings_nc_syserr_abort_nc_tic_expand__strtol_internal_nc_find_type_entry_nc_find_entry_nc_delink_entry_nc_head_nc_tail_nc_free_entry_nc_read_entry_source_nc_reset_input_nc_parse_entrystrncpy_nc_entry_matchmemcmp_nc_free_entries_nc_free_termtype_nc_resolve_uses2_nc_first_name_nc_name_match_nc_read_entry_nc_check_termtype_nc_check_termtype2_nc_resolve_uses_nc_curr_file_posfgetsftell_nc_panic_mode_nc_push_token_nc_trans_string_nc_syntax_nc_tracing_nc_get_tokenfeof_nc_disable_period_nc_comment_start_nc_comment_end_nc_start_line_nc_curr_token_nc_first_db_nc_tic_dir_nc_keep_tic_dir_nc_last_db_nc_next_db_nc_home_terminfo_nc_fallbackuse_extended_names_nc_user_definable_nc_init_keytrykey_defined_nc_tinfo_fkeysstrnames_nc_unicode_locale_nc_locale_breaks_acs_nc_baudrate_nc_ospeedcfgetospeedPChas_iltcflushkeynamekeybound_nc_key_nameslongnamettytypenapmsnodelaynotimeouthas_keymetahalfdelayidcokidlokintrflushnoqiflushuse_envioctl_nc_setuptermnl_langinfo_nc_get_localesetlocaletgetnumtgetflagtgetstrtgetent_nc_trim_sgr0UPBCtermnametgototigetnumnumnamesboolnames_nc_tparm_analyze_nc_tparm_errdelay_output_nc_nulls_senttcsetattrresettytcgetattrsavettygettimeofdayboolfnamesnumfnamesstrfnames_nc_capcmp_nc_visbuf_nc_read_termtype_nc_read_file_entry_nc_read_termcapsetvbuf_nc_remove_string_nc_remove_key_nc_expand_try_nc_visbufn_nc_visbuf2_nc_tic_writtenmkdirperror_nc_set_writedirchdirgetcwd_nc_write_entryremovelinkdefine_key_nc_hashed_dbcurses_versionraise__exidx_start__exidx_end__data_start_edata__bss_start__bss_start____bss_end____end__libncurses.so.5GLIBC_2.49ii   $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx   , 8 D P \ h t               ( 4 @ L X d p |              $ 0 < H T ` l x               , 8 D P \ h t               ( 4 @ L X d p |            $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp|   $ 0 < H T ` l x            !! !,!8!D!P!\!h!t!!!!!!!!!!!!"""("4"@"L"X"d"p"|"""""""""""# ##$#0#<#H#T#`#l#x############$$ $,$8$D$P$\$h$t$$$$$$$$$$$$%%%(%4%@%L%X%d%p%|%%%%%%%%%%%& &&$&0&<&H&T&`&l&&&&&&&&&'''','4'<'D'\'d't''''''''''''( (((0(8(<(@(H(L(T(`(l(((((((((((((() )@)D)P)T)\)h)l)t)))))))))))**,*0*4*@*`*l*p*|**************+ ++ +$+0+4+@+T+`+h+++++++++++,,,,,,4,8,<,D,H,T,|,,,,,,,,,,,--$-(-8-@-D-H-L-T-X-d-x-|---------------. .4.T.\.d.h..........// /$/(/,/4/8/D/X/d/l//////////////000$0(04080@0H0T0`0d0t0x0000000000001(141<1@1H1P1X1\1d1h1p1t1x11111111111111111 222282<2D2L2`2l2p2|22222222223 33,34383D3\3h3p3|33333333333344 44404<4L4P4d4p4x444444455,545@5L5T5\5`5h5p555555555555566 666064686<6D6X6\6`6d6h6l6t66666666666666667777$7(707@7D7H7L7l7p77777777777788$8,8X8\8h8l8888888888888889 99$9,90989L9T9h9l9t9x9|9999999999999999::::: :(:,:4:<:@:H:X:\:d:h:p:x:|::::::::::::;; ;D;L;P;;;;;;;;;<< <$<(<,<<<@<P<T<\<`<l<p<<<<<<<<<<<<<<<= ===$=(=0=4=d=l=p=x=============>> >>>>>0>8>@>D>`>t>x>|>>>>>>>>>>>>>>>?? ?$?0?D?H?L?P?T?x?|???@$@(@D@P@`@d@l@p@t@@@@@@@@@@@@@AAAAAA A,A4A8A@APATAhApAAAAAAAAAAAAAAAAAB BBBBB B0B4B cAcBcCcGcI cN$cO(cR,cU0cV4cW8cYeBeHeIeK eL$eN(eO,eP0eR4eS8eU 0X< 80 P0 80<P- 0 8 0 S X! 80 ` v`@@R0 00( (0<40( @ QL0 PP  QTЍL0AT$@L bzG-,e,u`!4RڔP v@2 TU 14P@4S 4S" 1S"ڜ 0 (0 r x4D 0Q  0Q0" !  @1S@0! 2! 1S4 AR TT 0S  0@0 P0PhP4 @R TT 0S0 !0R0 0@ Pʔ$0S 00S 0S0S 0Q0S0 A^10 0rTG T`n 1s PlU 1 0 sl P T nR \1  R00 R10 ?&?CR P 0T0TP@4S? 00$R^1S7@P  0 (Q0Q0" 0 (\  0\0" 0 @ P1SڐI|t 2r S2 S /00/0@-@00@P000 S  Q\@-,D<#4<# 0  <0 0< ,T#4<@#D0\00 ,  <0  O-@ M`pdUP0SM,@ WRt"1 <P\P#4<#0R00 ,  <0  x0("1 c 0s@@ \@±0\@0 Q  Ѝ< #4<#0   <0 0]0  0DⲠᶰS񏐃z~ \6P 0S X0@@00@00l3z @0S@at@2[ 0t S0 P(< #4<#0   <0 0w0("1 c 0s㴠 Xᴠ±0Xᶠ0 QʲzY, URp" <P#4< #0R00 ,  <0  Z[ 0 J@0r@0 RQ 0,P QRu"Ġ.< #4<#0  <0 0z0("1 c 0sPP ^P±0^P0 Qp<@\#4<#Ġ0R00 ,  <0  0@00]P@/ 0@S+ }@&]pdt6m p@-PPpp @00@p@-@Pp ~Rp@-@`20v00`R࠱ࠡ^% 0b(0P  10 0  R0s P r 0@0R0F00p` R  1SPQp@-`@@ RPUPE @Q "p@p@dT0T 0@-Q P L@P@XfLP/0 0  <00     < 0 0  0, 0000/G-`P@ 0  <00     <     0, 00 00R000 p\P(0l@!X01 P\  R p 0@O-鄂$MP@PH`@ QX2 T<2 A U2 Q V 1 a W1 q [1 笱  TQ1 !T T }X RK X v부0x[0F(@q`P!2pb0s@u0t R 0V㶀ᶀ Q @ Q`0v s@ t0S0 0嶀0 0 0 00k$Ѝ(0 !X s`(!2pb$$0 @-@ @U>p@-P@Oppp@g<<0 p@-P@ >ppp@V4> 0 M=@-@*p@000 @-@ p@=0 0d=p@-P`@pp p@p@-@@@ `P @pp p@=$$0 @-@ @x<@-@p@000 @-@ p@l<0 0w,<@-@p@\000 @-@ p@N;0 0F;A-`p@ Qp 0AA-PP@ p @`Qp 0`AH; |R10x@ Q00 0Ϡ 0R 0 0@ u0 S aP 0   0S$PG 0/0sG @T  90 0  l@ 0/ rq *> Q 10x Pʞ2 R 0* q0S10xP0000 UqT 0u S0S @T 0*>@ tR1 0xP Q ??  0Ϡ 0R 0 0 0 *>1U @0P'1U$-P  0P A 0 Q 01T  T T 0S T1 @@ 0T 0 " 2|, `0a kR ᧟! 2㳀P ppqxp 0C   0S00 ? R  wP 0/P*> 0SK 0/@0s  20S$P O Q0000 0R   00*>X 0 PmV Po0s 0*> |R10x@ Q00 0Ϡ 0R 0 0tF @0$Rs |ql *> Rh 10Qx@00 0Ϡ0 R 0 0 T@ P T@ J2S}2Sz2Swv`VtP 0v00 v`x@U*tqU: 0*> |R10x@ P0000@ @QTRU@ 0 Q @ @ 0/ @*> Po 0@r 0  0R/x0  *.0 @ &Q0000  0R 0 0 *>Q00  0R   00*>:Ꞃ0s  @a2 @! pP|x 0C   0S0@0 ? R00 Or@P! P*~b0 R? P./x0/ P 0 Qʷ"R2!  dBJPVP0 0   0R0 0 u(8404 0- M R"p Ѝ-G- PU@$0S00e`p Რ00W0V  z O-@PlM@` PlЍ,#  0 2Q"0 @ $P$P0  upIpPO U Uv !W1UUq 1UD 0CUA AUU% 0CU" $0U+  U'Q0fQ![P Pcp^ @ 0S u0Qd @00aW  0_pW  0SVp: `p0Q0@ 0 `; 0 S 0@R@ƒ Q в"BAu`^ 1U[ 0CUPPV[ 0S0S 0 @00  0p pb0S0Jï$,G-P @ 0(b0Lp0 s0Qrq@ |PU0s t`S@DZY  U 1 Dr@t0U|P0st`@ 0 (PP/@-PQ@P! R00S `^0("1 c \ 11T00S!00 00p@-@ @0S 0 p00PP 0S t0t 0 lP 9@0 p@0P808 55' H, `!0AG- `PSD0B? 00 < ᶠypzW8ʰ 0(b0x@ ? W=Rᶠ*00R:0 000 @jw@aT@T   P   uQ `@Q  P 괐& A-`Pp P@P@p@-@PM@ QЍ 0aPQG-P`p尠Q㲀@ W0fWںQᲀᰠ@-pQ@`P P RVqP(20a 0P\0^U00P00`l$0$ 0P/2S/"P00//$O-0M0 lT0[E 0ES S 0E XH0S ^ P   0RK ^ P0SP \ 0s 0sl P \Z 0S 0s  00#0 P 0l0E  ?SEQ 00/RE.  E0Ѝ 0R ,20S 0!0# !30#3# !60#6# !90#9# @ d3@ 0  0000TQ  }\` `0s L10S  810S @ t3@ 0  00TZ  00Sf  00Sa @ t3@ 0  00TZ   J0Sy0#0rEd" A 0@-t @P 0\0 P 3S l$?SE^PBP0000,P-4cQ\0 0R00Q,0, 0Q0 P3/L0 0P/PQA-`p@ R SP P 4 0cPb@a@P 40P@ Pp@-H`H0`DP0@31P30Csp003p<48A-QqP0P3S 0/3 l$0 ! @  /\000 `0P 0oP0 \&P <P 0l!LT8 80 p@-P@0@T@Lc0Cpp@-PP@@0 3SpPpU P0 3s Sp0 0 0#3p@D0 p PphH0 0p@-P`P Q30V0#R L0#R@p@@@T0CpQ 3@0p\},0, 03s/3S/,0, 03s/3S/rlE-QԡPp 0 M ldq Ѝ@ dap@ T 00@0_UE΄00F 0E΄0S=6/= 0 040 \! B 0P!0ClT000S 0 >.0^    @  ,0 Ap@-d PP pP0 `V lDEΆ0\0lp@<P/R 0? R00S 0Qʼ0@0 00/p@-@0@P 0pP 0 P TP0! B0 0"P"p"p@jP\LP!A- -tI PUE `1@S p2:z@'8U6 $U`PP`<U>P P@>U8: . 5:zzzG:P>U" 00E  *U .U0>S 0C0  k[Kz{7;Ȋ zP>U:c2SzPP@@@B@-g808  P (0 A Vr @BA-DT@`0/iP t`0 Q x;r`p P2S02 00 @00) P0H" @08 P0D @0, P0L @0| P0T0@ \0SX \0P0 (P<` @0 P0 @0  P0 @0  P0 @09 P0 2 @0$4+ P0(T$ @0,0 00 S@0$0 P04| @08s0 P<i@ @`a P0H X @0DO0D#PH3R •LL3RP#P3\ pP PA p02L_O-Mύt@   gZ`U 0 P cP%dZ Pdp0 Q <700#YT p0 ,0S 0 S @ 3Y [0 ,p  0P *U @U "@ PXT6Y p\ j $P0 Q ) p0@ Pеp Qu0pbP0 Q ş 0 #[40 D0S5 /(0 ,0WI0BW0500 0D`P*W@ @PW P @PD[ P4[# ߍ0Pjp0 Q Tğ 0#Yp0 LQ @ 3Y3Yh p2Pc0 Q 3p 3[ @0 8Q (,0h#08` r$02 P*ZP P@Z J@PPR[ b>P0 0 3\ " 1c0d (0  00S C^,BP^d0(  00,00020g02"F  0@P0  0 Lp$$0P*U @FUL $@ P  0@jP0$0 Q, n  0@RP0   0@AP0( 0B L@BO- ǟ ` MP Up@ VQ@ ASopo2z &0 0Sq 0PY(2S `# n1`V0c0C@@cT &0 Pw @T  0 P @T (0⊿P0,1 0CWpV`50 @`[PDş . vy" " 5 R@ 5 8 0@ 0异r 0  00R ߍ X10CX@@yvPT Xğ 0 0S  0 @4P 0 0S P 0 00S  0 $3P 0  R P 0 H0S  0@ A$3P 0" 0S PY @ 0 B 0 0SI 0 s 3V RB 08 R>  0F$0 0 0! BT2P) 0 20@\! ,`Y 0 : @0 82 $ 00! BU ,<0ES<!/=P`[ 80 PP01P. 0S +) f0iR bS0c R 0 <  0f0 0 0-    0 H 0 0AC @`F$`} 2L@Bp@-hPh0P@0! v0"r ,0 0P ` p@Lp@-@P Pp0d0`  10CQ1 0C RQ^P 0p@X0 0/ 0 0/ O-DcD3`LM@pP cP3 D p@e 2"䒟 @"0 Pp6pp@Q UTr P @  P  40000S,0 20 #0" 02"RG 2SD 0d30 @0l0P Q P0  @P Q P aP'  0@LЍHq0 1S  U R 1 X1S/ 1S1SX00S0pPh@H@@0 = 0 |Ph1S0Sx`$ Lp0S  P / ŸO-` p@P0SP P P_P  ZP (Z ( "2@ E0Fr s ᶐḀp(1弰4 0001S0A U0"0 4$0004033444 0    8 "0 ( 0R ⶐᴰT!0S 4L0値0W00QX000S000_ 1S00A-M@ p`0PZЍ?VXR0 R0 0RUPdPg 0 0!P 0 U0 4@0p!2((@0b  0\00 8`@-@0n d@A-PPl0 DT T 0L@T T01 R h0U: d0U. $R `0U0`0 U( P0L0L L000Q ( p`pP ( Q `( L0d0 U,0h0 UxDO- M@P`ZP ЍᠯP`bXepPP V(p (p @T 0T* 0 0 S[ LP0 00 2/0 0 0ƒ/O-@M p|PP`Ѝ@ H 0`0 SD L0`0 S0H R0Q@0RZ  !b@20a0LD Q@(00  0 [  (0 Q  0000 0L PPQ(0  0S 0 0 Q @0H c 0 H 0R 0 0QPO-`M@Ѝp0 X  Z RP 0r s|@[00u^0S[ XPP b0g^kk k Z @h @hPh @`P  O-@P$TMTЍP |`|0`xLq0/ȯ,H sr `8 4z80kp 0Rs| ab4, |0b0s y`Vڀ0 b0b8`0倀0k0s<3| 1Q1 QS  0 ڀ0 S4`p4vpP$, 0 s`0v Sf1!bLc(P 0 8`f|(`y`qPD 0( PDV0P0p<0- P{0P0@0 P0@S r  0rs00  P PU 0S DZ@H 0@s0V(P$0<s0Q㴀ᶀ 0|DP 0 PDPs RP0,`S㺰` 000 0XpLw0S`Hv R$Py0S 0$0 408` cf   0 4 80,P|`#3TᲴd @-M HpЍp0@-PPM@ 0Ѝ0@D#4@D@hЍ0P- M Ѝ QPO-PP M Ѝ 0P [(@ q` PP (@0Q*0 0 S Z `@-@zP  @S0-@- M@<p 0 0 Ѝ@Ѝ/T -P0 @-@ M%p 0 0Ѝ@Ѝ/--M0  0Ѝ Ѝ/<-80 @-M@ @Ѝ@Ѝ/8G-O0`PᶀpppА 0p 00Qx Q  P! TP 0@@ (!20b P4 UO-,MP ,Ѝ0`" 0  P @000 M@ q|00`rQ  0` s000$S`0s00s QY 0( c` $` 0$0(@ P~ r+ 0q`V`V$p0$s0q0@ 0qR 0 s S0Sűx 0Vs@0s0 0s0R  0 @$0r 0$00 S 0S 000 0@T   0 0 00 0 0@Rp@-l@PP@@p\0 U oPp0S 40 00$00p00p@0 G-`@P0Ēr̂ȢH P@WXZ Y !@0X "Yy|p@-M@P / `p  lڍp0-@- M0@0P Ѝ@Ѝ/X -T0 @-@M 00uP Ѝ@Ѝ/--M0  0Ѝ Ѝ/<-80 @-M@ @Ѝ@Ѝ/|A-PP@@0`L 0P P0Sp(0 0 pPP0Sp@-PL@@Pp8<PP $0 +pplE-TM`1SX@@01 `00"1S  PZ @<0Œ0 0 00D$ BBCy@-P P M A`T0 10@S 0@0P0 @T |p`P P P P0 $u0D R02T$ Dp1p!0p@-MP PJ fOFom PP0\ R y@@D 21{&  t   P`ߍp*@T8p@-PB0`ppϠ r0s R0B   0B? Q000/010x`p0 S0 0?B R 00@*>@p0  d0h Sl0RSx0S0S0S0S0S0S 0 2S /|LO-44' 4M0 ^ 2S,0(0&6ž0 000 0S30 ,0Sy 6  0!Rr<#10? 0c0$000@XQ <$ #(0RS,0P Y, R XR 0 5 0P  050 0S e0 Px   0<0(0S YO 0 <#YM  0$ $0S00S"00004Ѝx3 0s03( ,0v $  $ d0<@  \` P (((9(J[(l({ 0 ɠ @P`pP@ P`p, R ,0S Y "9$ 0R<#Y$9$ 0Rl $ 0g 0 R 3S  P  |X 0 R 3Sp n 0 Peg$3 ,0(  P  \U 0 R 3S  0 P  HX 0 R 3S  0 P  4XU 0 P (,@ 0<0(0S Y, R 0 <#Y ,0S Y "9$ 0R $ 0 0 dP   0 hP   0 lP   0 xP   0 P   0 P   0 P   0 P   0 P ȸLH 0 0 |G-P ` 0F0Ps0R Qr@# vpt0W 0lu(a0 rPP ^P0SP D Lr@t0W  0 \PP   <0  /0 00 /P  00<  0000/0P (2!0b /P00/Pp@-p8@Tp`P\ 8 Rp0Ps`\@ 1 "( c0^4 ( 2!0b00 q ^q PڶG-@P`P8pW 00S40S( ?᥏0 00 S0 00 Sʥ00P0S4`((`A Q r e0 \00 G-PP8@TZ40(p"1 c `@pT(0 00bS0~ b/ R r Sڶ0W ` G-P^ 0] 0ZQ    `@P  p0` 0@0Pp0 2 $ "2<0" $<00 0R48a((P@ (( 0 P  @Q aP@-8\@400  8@T8\0@-S@0S@w0S0 0PG/ἪA-pPPP' 0` 0 P!0R 0 @0 !f @ P  0U !0R00@ Pp p航L 0  Q 0 /0S X0 202P/2 0/m0 20C2/ᜩLO-a`P  1Sp 1Sh ȱ 0 @p 00S BU, 0 P6  \1 J @ 0 00W $U 0 P$  0 ,0 XP 0 P U@0@ XTU@0@ T0SX0SLG-@Q@P` 0rB R 1 1 g00!T!2Ѐb @0 (0P ` 0p W!2@b 0 Q \0 (!0aR 0p @ QЦLp@-pQpaPl1@ 0ž0 \ 2S 2S-a@00P @0 P 0 \Qp`"Rp0Pp@P 0 P 0 P0cS2@ @ 2Sh3" Q 0t pL@-`p`2 M\PU0  0SB0A@P09PЍ0"00O-HH2M0882  p( ` 0i0@T@ 10QP 0 R2S x3S |#1RsW pЍ<#  R0S9?< SVJ0 i @,1p T<(0 R R' 1 S V @ 0(@Ĕ\ $R 1W$Ĕ 0 @ 1Sʯ(0 R R 1 S pN~ @LG-\d\` p00PP 44 YW@; 0 Q6 0S3#0S4QE 02@ 0 0S 0~S`@ P0 R 0$R t2/ 0 2D0P2 pW@tYQ 0|PN 0SK W @ВB 0 Q= 0S:#0SQE 0@ 0 0S 0~S`@ P0 R 0$Ry t2/ @ 0 2D"0R2 M0 P GpWj @W 0礑 7@G 0 QB 0S?#0S@QE 0>@ 0 0S 0~S`@ P0 R u0$R- t2/ @ 0 2D"0R2 0 P pW 0 @Q 0rQ 0tt 0 GꨠLA-PdPt`@0 0S$Z(0S 0~S`@P0 R 0$R t2/0 2D0P2A \2SI `PF t0 0S 0~S`@P0 R 0$R t2/P@ 2D"0R2 p 2\0C2꼂0 Q 0S|#0SuQE 0 0@|0Sn 0Sk LP!1 B0CJ 0Q \g0 0S 0~S`@P0 R 0$Ra t2/0@ 2D"0R2 !1 B0CP1@!2!(0b 0 @A 0 Q 0S#0SQE 0 0@OQ0S1SQ@t##  0SQE 00@tCtQ 00LO-PMe `@D еQ p0!RPPU \ L 2S00S \$ 0S00SЍ1\  S00S , 0@} 00S 0  O4  00"Rp x3Sm 0  Rg Qd  ! 0@ 0K@QLp1"0CR  3S Z# 0SQ5   0P 0 0S 0~S`P"00S x00$R u2/ 0 D2P02 @0!Q}@pQ 0 R _ԲQ P00"RQG0 S \ R0 "0 @ 00S )0 [,2 00@ 00S  QE@ 0@  T:Q P v 0Pq\| 0@ 00S 0 } PVM"0AR9 qu0` 0 @j 00S  Q@ 0@ P T` 0 @J 00S 0  꼗LO-PMe ` @D صQ p0!RPPU  R M 2S00S 0S$ X0S00SЍ@1T  S00S ( 0@ 00S K0  4  X@00"Ro x3Sl 0 0Sf Pc 0  @ `0@QLp1"0CR  3S Z# 0SQ5   0P 0 0S 0~S`P"00S 00$R u2/ 0@ D2P02 x@0!Q}@pQ Q_ԲQ P00QQHX0@ S T R-  0@M 00S 0 X9[("0  @5 00S  QE@ 0@ X T:Q P u 0PpRx0@ 00S `0  PV"0AR9 qu`@ 0@@ 00S 9 P@ 0@  T`000@ 00S 0  ꨑLO-RrP M `@0S ؂0"R1\ \ 2"1( c 0S`@ 1 STi @0 R ؿ, 0 \ 0!$ aPm0 1paWG0!2 BSH C 3S@ [># 0SGQ5 00E@ 0 0S 0~S`@"00S 00$R& t2/ 0 2D0P2 0 1QpGW ЍpG@ 1"0CR3tQ@ 0 ЍO(@0 RtuꘋLA-``p0"0 > 2S xSU 0 QAc@xC\ 0 20! BxS 0 QꄈO-PeP` DP@ @M0pS0 < 0  0X  0_pG 0  \, X 1S 0 "Rw 0ERt  ]t 0  0  6 @ 0 G^t 0"" 0 Q, h  0Ip 0 0S U'0 R# 3 h 09 d# u0w  AЍ 0 S  U R U @ 0 d@ \TP 1S @ 0 ޿0  h 03p3 @0 Ps Wn "0 "RS 0GRP  ếѿ 0  0  @ 0 夿뻿t 0""G 0  0S 0 S W Rv [t 4@ 0 @  Tb2S 0 "R   "R 1S | 0 ^u0 qd00X   0 Q   0`p9  ꬇LO-xjx`M 0p  0S W'WT  @0TP ,:P00!2 BS  Q 0S#0SQE 0@ 0 0S 0~S`@"00S t00$R t2/ 0 D2P02 0 1QpGW @0TW TP 1SPU 0 0S (0 H#<3 R 0 1S `0@#RUL<(  A0!2 BS\ V QS 0SP#0SGQE 0E@ 0 0S 0~S`@"00S 00$R< t2/ 0 D2P02 ~0 1QZpeWT1)Q 0IIpG;Ws@0!2 BS M QJ 0SG#0S@QE 0 0@ 0 0S 0~S`@"00S 00$R@ t2/ 0 D2P02 #0 1QЍ1"0CRAtѾQ 0 0S 0~S`@0 R2S x3S" |#1RZ<#  ♼! R1S9?< S 00 R 7 0 崽˽W0 0˾M2!0S00"S 000E S  0 0吽3  0  P2 & 1"0CR  3S Q 0 0S 0~S`@"00 S 00$R t2/ 0 D2P02 i0 1Q6Q 0.1"0CRt1"0CRt 1SQ"4PA0!2 BSg a Q^ 0S[#0SLQE 0J@ 0 0S 0~S`@"00S v 00$RG t2/ 0 D2P02 0 1Q'PUt屽  P#0S QE  @JQ 0Q 1"0CRt僽10CQ$Ntx=<LO-P M,@  0) 10 0n0 0P\!Z2P`p@ 0Rp 00P#Rp@Z`Pg n)W Ѝ 0c  ЍOgn 0 o  ЍO wO-LL= HD- 0p1 0R5pW!P 10C! `@0A\ B0@D0Cts0\\,Q , `0A 0  1S 04# 0 0$300fRʨ" 000S  0Pd P L4 猹 0V`PXpX(0$#0gR1@[( 0A To 0!2 BS  Q 0S#0S Q 0 0S 0~S`@"00S 0 00$R t2/ 0202DP 0 1Q., ,0V` 0 $0媺T  0  1Sc 08#,0aR= $0 `N  0区,  040  PP  0u0 o 0 00S ÷ 0 XP`, 10c^U@  @0 TBTT0S  ,3  d|0S 0S 00" c1"0CR5Nft޹U0S 0X  \300 lwQE 0 0@*`vxL@BO-0X0xPM`@ 0S0C0 2S4S跟 0 Q@0 RT 7  0 R 0< 0 Q! 3 @2S xQz T@0 R 1ST0 !0 0 姹0Q;``Q41"0CR  @0 Q 0 ~S`@"00S 00$R t2/ 0 2D0P2 j@0!Q8`Q 0001S 0X.ꬷ0"Ra S0` 02 0 QW 4% [ `00 R @0 R 0 $ 0220 Q`@0 Q 0 (!0R0` @ Q rq0Pp`P@@T0 0000`X 1"( c  00S 0@ X 1"( c   P000 0S 0 0    0 00Ѝ"0AR 7tb' 0` `0 ᖸ0S0@S@P0 @d3aStv0PP @`( (00 r (00 r  00 R(00áá 00 R@(0 0 ` á áT] ZP2P!0 ᨷ 0 0Sz w@T @0220."00S 0 0 璶0S ` 00 S j1Sڼ 0 @0 0!RʚٴrhL/////P0  /0 R/x`G-q1p 0$R 4S 4S 4SA `XZP00x3^ 1` Py PZX;p0;P|3xC0zx3x 㔵0xC4`LӶl!O- M hT `00S`G 0@P% VPvUp@/ 0O`P) @õ }W$0 0@p ЍQU aV L@Ip0%`P 0@0 0 呵0@0L^PQ< 00 /(0 1S/1S/]P @-  t0 đ\ 8@T  80S L RQ4]E-ppP 縠帀 `@1x00d S0f0 00dS V ^ 0r  \  ^P E[Vd ^\\ G-`p`0 PDT 00 8 R0 8 0RU L@TQ 0P DT 0P [O-b"` M@ 0!l๴PR 0qQAZP@S 0000 XYX00 P 0 DT pL@TP 06P  0TpP 0zx@ 1 0^ 00i1 ʳ 040P ³ 040 i0 Ѝ 00X P@0 X K0PW PZ\ L$p@-T@T0@P 0`4-Ppb$0 yp@谴X1!0A-p(0DTL@T2 8Q040P04\~ 000S0`00q 0`S0l0V"1 c(P   0\00 L@TPXQp@-`PJ@@*T&pO-@P$MP`$ЍQJRJY XY 000 840 0S00 0S(  呲P 0~p10[   l[0Yz 'P ( ^00 01 R00 00 WY~  ~ 0 S0ô00QpX ZQW ["1Pc (0  嚲 P[(唲x"q0R ( "q0Rᶐ5 R3 p0R q0RY4000"1 c[00 (0(0姳P  0!0S0 [`P(0`F[ P$ЍO P/0/S/-lM kP0: SlЍ@-/@P0d@-@0@-MMP@+PЍڍ0Q0Sl P* @P T00  0*. -lM P0: SlЍG-Q܁P`Q 0SRpW0RR9 0S4  @RQQPPU/ Q= 0SP` 0S00C0000S-  8P@`0 0@ᔱTp@ᎱTpR QPP Pp 0`@S0PP0S P@ 0`S0ppp0 0Qd p@-@PKP 0S 00S0 P\ s\ 0s 0q0s00\\p 1s 00s01 S1 \pp@-4Q4aP@0S7 0, S!'0 1"1""2. P/ Q0 1S 0 Q1S  001SP  01 P 00p !,N xNh A-PpP0`(@T 0 S*x 000V  V07#00C29Mh O-MMQ`(p30\p@    s0d0  Q 0S Q0C0 Z ʍ ,0 S0C0d11Z P姱P  ְ0^ d00 0 r00 r00000^X82"00 01 pP @p፰ 0R@i@PcPZ @pP 0 pʰ@m P^Zʍ !r000,0,0Z Ѝڍ @0@ 影^ @^ P0@s@^Z @P,P PZ @ï/꛱, 0EALh кp@-PI@P /+!pQ/Q"2/Q/Q 2"0/"2/R"10b/R "20b0a"0b/1"0b0a /p@-P`ᰰ1ᬰ2 ᨰ1S  00!R1S  001S^ !0^02"000pAx p@誯A-p@}PU`* 1@PV O@PG-@`PPrᶢ00C U 0 ^  `V) V V81C P0 \ʲ1 H0C1"REP0 ^ 0J E2"1 CP  00R0ʴr1 G0C"1p@-P`@T@DPPppO- M`0pP  0pG`PEpG@UWI  @ ḰP`PE@U 1 0R0 W  1  0R0 ЍO- M P2ᴲ020Up`%*`1@PW  x@P ЍO0 @0@@q@DᣮT`G0@D T A Y@ Y6 Y20q2傮QE T * 0n0C LR T: Ѝ20q2 e1CT *0 C0A0ST0 B:20q2L2C T*1C0L  T A:"2G-p W@P20g0l0!ra PXض  zP P = 00X P - 000  UP mP gP   0 O-MP\ + p lqq˭ 1Rb"JpB 1`@H  `FP00 pG@D T 02Z. znq ឭ1 Zj J 0@ 0pA1`@  a 0 `FPpG 0 0     X@D022@S0 p cq qk@2 QaJ 0@pA00C1`A + 0@`FPpG 010X@D "ЍO-"p2`M 0 0 00 f 0Re 0 2S "2ru2S" 2"0Sp0 2B1" 0@ "20B1"0 P  @ @TP   0P cP 0S A 0 Ϭ ѬU Ѝ ^$ $0R R P@0U uP@P ЍO/ie"p@-P@PP@ R 00p<0`P  ;p кA-@ppPp`P 0pbP00P@ ᳬW s:p кp@-p@pP@ R 0S  P00P0p0B010 b P00P0p:p @-QPTM@`P 0S   p TЍ0   \T:T TpT@ိ p \ p\0T0`p9p ,0p@-P$0@xp@8O-4MP0 .0/0O pګ @U*0P>S R U 00 0000$R& %R< `T G@pT  PR U \R0`,S^SHT02@Tp Rv 4Ѝ0<Si0  .\ *\ /\ >\@Q`A0`%SZ 0S($@ 0zPT .l 0qPV P/ 0 hPQ 0 0 `P - ,0XP  QPY  JPR  ۬PC  ԬP0`Sp@n<5\@pd;B`($ !@pY;7;30R B/S5@B֫`0  .Q *Q@D@`p6+@P |s/0`S(0(@p$U-:Tdp3 0@ .\ *\ ;ꔫ- 0 k ,0  f \d>@`p<Q0t$St ?P  `RH#p@ %0BNSWMUTSRQPONML~}|{A@?>=<;:9876543210/.-,+*)('&%$#"! JB6  %0T0@p|t0T 0@pr@pk@1TF 2TB 0 0dT0@00pX0@pQ@pJ@pCꐐ%0 T0pƪPT@ |`p@ 0  P& dT& =";0 0 L8p 8TpػܼлԻȻ̻O-a就` X0S P X @ QC Q) 0Z  00TspP @ \+TTpP\& U\ PX@@`0S00Sd0S00S\\ R10  ڨ३\d0S00S\Zhhp`\P\\ @\P U\/p ܻG-P|\Upf ^U\ , U 0`07 'V\V :Vo (B(@\TPT`\'0T0\\ Q@\cV\ V1@TP\1!000c00T0}0T0\\ h1T&200T0\D1@TƂ\!r ƒ10 0 c0 T p\0`⯩0 @3T0T*%T $T*T`0 ꘩, T 0`hPl@\F\ꈩ`q`@0D 1 , V 0l-p $(QO-x؈p@`0` `d```X`P0PU\ ZY 0;` 0  *\ .\ `P\ %\3 @T\TP\\V @\P\.`\T\0@ TP *\ .\ @\\0\T0ZPS0%0CNS[YXWVUSPJNj]KJrH;FEDCB@?>f</:9876543210/.-,+*)('&%$"! reUH@TT\m\t03S 2S @%0TT0\_\uL 0 ^@P\L\pR@PX\@\dF@P,\4\P\,\3@P\!\E' X0S0X0  ට `0S0`0 ધ d0S0d0\ @P8\\@PP\\@PP\\@%0T\T0\@\\ P00P0@PgD\\ P00CP0 +R=R; -R9 *R7 /R5 @PK@\\@P;\\P\|\lP\t\{@P @\i\pcQpQ0@S =R 0P pQ ~0*0CS.I&+N)<'&%$#"! t1P@0PoA@@P 0R OP00CP0@\\ P% X0SP0 P0S0 0 S0C 0 P 0@\ P\@\ P\@\ P\L+p hxܼ,T@ԻȻtP$ 0/00C @/!`XP 0/ 0/!0 0 0/! 0 0/p! @p@-P0M `0 R0 Rئ R 0S@: 0 0| §,༦T!` (P(  / 00Q - 0@  T0T 0p@-P@P T00p,p@"㛦Pp  -1@-A M@ Q Ѝ@Ѝ/p0P `r0 Ri0 R` R 0S@:} z$0  0 q0E` (@p@-P0M `-0 R$0 R R 0S@:8 5 0 0忦 ,,`` (0@O-s$MH  P05P$ P00Q0 H 0RE@T < TP TW \T`\ Tj :T,T: ^T8 ~Tx  ۦ`@T P%Tp`~W 0  0 sp@ S 0`0@T 00$Ѝ ˤP  P  \00@`  \0`0,0C0  \0`00C0 P 0U 0U^S  \000 P 0U 0 S S  \000`0Ap`P  T5 T0SQ  \000`0w,T:T !T ^T 0`@k 0S`P\0T0PY P 00  Q @ -`PP  \000`0D{^@* `<'^ `5P0S@\T ~T0   0'S  `0@0   0 0!,0S 0~P}S\P 0   'P'\0 0 0` 0` < @8A-p`P PL7U @0SᅥP@p@-P`P   P40x0,Ca"40b00 c!@T 0 `?@UPp@p|A@-P| P@ \ \ 1@100  \1000 \@A-@ hP0`0Csp 00Cs00Csy00Cs00CsWH2Sd 0AsH20Cs00CsH20Csd00Cs00Cs wh00Cs00Csl00Cs00Csp00Cs00Cs00Cst00Cskx00Cs00Csl00Cs|00Cs00Cs00CsD00Cs00CsA00Cs00Cs>20Cs00Cs10Cs10Cs10Cs10Cs10Cs20CsX20CsOT20CsG`20Cs6\20Cs.t20Csp20Cs#P40CsHL40Cs@40Cs40CsA賢ఢ@ 00CsYd00Cs^00Cs Y \20Cs`20Cs x T20CsX20CsL <{ L40CsP40Cso 40Csf 00Cs1p00Cs-Z 00Cs)t00Cs)00Cs%J xE |00Cs(00Cs$L9 <4 20CsO10CsK( F# 10Cs610Cs2 - 10Cs10Cs  00Cs20Cs\ L@ 00Cs|00Csx@0 0Css00Css00Csoҡ@ i̡ ǡ ¡ ཡ ม t00Cs`h௡ Xડ hHॡ k8ࠡ (@d0 0CsMdQ8 0S. 5@0P 5 q0H2@d }@ w@  d@dLpDPh(Dtp <@-P@谠G-lQlPpS M00`(@/J Vp+ ϡ 00 7 X 8/PvP0 0 0Q1 P yP uP qP mh0 R X0Q  0Q 0ߍ ߠܠ, кA-Pp|ԟT``P ᧠P P@1L# Ჟ 㲠 DA-MM0P@@@p|᨟`P P|㢟 g@P0e R P|ᘟ g@P0ep|ᐟ`PAPЍۍp@-,@,P@0PpӠ0Pp@ O-Ȕ$ AM0M` V pPQU VܞP pW' WT0@0D QUW 0ӡaV p 0PUaVZDЍڍ較0@  Ҡ ß0 P0U0``) (0Sp,`4c 0@T T $# ᆞP0@ATXw (0 S pQU0S \g  0@TE 0(\<00( R5 P ἠ( R 2!0b0$(0 CR( P , P (P $P 0ATS1 Q  0 @ T ``Q1 0k0ATM:@@(A @@ @$@(@,@0@4@8@<@ P Ā 0  g0@f`P (@`0`Ti00 000U0: `PHDdк㠠dd @-@00^00@0P  0 0  (G-rp @PU 0S 0S`P <Sb*Uk e Pp 0U0h2h 0P00@T @Q Ḟ0 S   S SPR  00000000 S   S S @᚞P0D D \0 S R0@0 S0 #R ` 0\00S000000 0;0}P妞0 e tPU @T g S 000P ٝP֝PP 0S 0S S$0$ 0P00t ((@-@7Pp808 0@-@Q @舝D LL0 @- 0\ 0L 0( L00C0w %O- Mt` p 0 P@. p, 0KS) 4 R T# ^TPP%ZPU$\TE T @t4 Q9Y0SH  0 P@00 ЍR pP P@r0  ŝ?U( @t0@003 Qt} p 00@S@p@ 0P@UZ1Xx000#000Q  0@rS}s{zyxwvutsrqponmlkjihgfedcba`_^]\[dYXWVUTSRQPONMYKJIHGFEDCBQ@?>=<;:9876543210/.-,+=)>'&>@#"1?<:9; 깝0  2 hY 00 ,00:00>00\00^000000 00 00 00 008Ӝt< dHX O-i`lMPu@ P  0R000lЍPT œPPc0 P5 P@8 P P \P7 t 0 :R:T? .TA t t0Pp50 O.T8 QH7PzPA[7 00P P0cX P@ 00P P@ P P P 0s3A@.T,7 Q\Pp6.P@ P P  ᑝ ?@ 0S 0pPpU 6&6@06&6 0P@0 00C0 PP u |U :U+ ,U \U u PP P P uYpp0 YP00" 5' R P(0 @ᵛ@P t0@  ,\  0:  00 00 R0G Y @ 00 @0S [0S೛0 pRP@0  /U~ 0pW P0  y/Uq ᎚P [H<4 0S&jp p00 3 Q_P;P :P00 _#P ,P px [ u00qX3 QhUP ᛜ P@pp1 P 30 Pp p0C R R ,R l 00 r0  :]_["[ ͛   P^\ZP=P @P 0P [a 2 P@ [0P 1 @0 @Ლ@@( 0PH 0`!0P pPOU @0p h0@ TD d 0Ι[@d0Y0 చd00S0 W ग़0  @ xhX t(dtT\((000/@-h@h @0 S P L000S ( DP @諚DD@-饚@0@  DD000 0@-@P 0000$DG-PP``+ p@P ẛ0@TPU pU: P00 d  0S0 S 00 p ЙDA-`P8UpU 1,!10 R4 @0S 000gTPU@0S 0@P 0S @P @Tࣘ0P @ @ @D`DPp@-PP @P pp@GC 00/0 0 /DTp@-@PPP P ߘ P ۘP טP ӘP ϘH0  0        p@_0@- M@@:PP Ѝ0 0UP0U 0S p@-l@lP@0S pT`P  PڙP $ PtкA-dqdp0 RP10 R @ @R P1U1l0 @R 0PP`2"00 b0b!0RA 0kS  T R `P1VX0 !P0a `lPlLG-RrP00S C0T 05#1^+011111111110# 1 !!!1 1O0! 1B 0C!1D B80C!15 O0!0 BL0C> 1= B<0!1)P5 `0 lP )0`P dQ P0 0 HP!P` 0 H|0S  0 5R 1#000VݗP ̠ 0 HldP Q ęP0S 0T 00S#00P(0 00ROBaPL0@-ppP 0P0PP@ R 1 S 00000T@-HP <@P 10 Rpp@-<@<0@Ph(0 pp`PUpL4p@-LP@PP@pP  0 T00pLp@-XPX0PP@` 彘04 0!R0 p`L4p0p 0Q 0S T0S/1S/1S|0S 0S/LX0X 0Q 0S X0S/1S/1S/pL@-d@d0@ RӖ@0 P*> /002 L/404 0@-Q @@PtL404 0@-Q ?@Pt@LO-p8$M` (2 P 0S 0 S PV(qPl Q0S 0@$Ѝ@1@V @N\G\  @S` ࣖP1 YH @ 0  cpP3 R!U@ Q AP @T2"0 b0b0AT 0x@ Ch0F @ "8 0@ pP@t@HLX@Dp@-\@\`@P)0P 0|S0|S 0@Ppp|@-  P/P00$0$0/P00/P$/$0$ 0Q00/p@-@QPp0S P pPp$0$ 0Q l/,0@- @ RQ X0 0P 00 0P LA-@p@0 ?P R00S`PʴU` p``U U U|0 04P s0 RڔH0 0PP`$0 0@P`\LA-pP@@ 0 0dP L붔p`P0S W 0 up<0 0`Pt0S 0t0TL0P S/0@S@ p@- @p(0P R 02pp@-H PP p<0Q @003p輔P0 03p,p@-`Pt@@@ph0Q P003pP 003p$0 0 R 0L@-@p@DM00S`! hP\000000Δ`P @hDЍ@L0 0p@-`@M\ hP@@@ᢔP h@Ѝp|L0 A-`@M R@@Ѝ0\ hp@P@\@Pl@P0BhLE-0DMp R@DЍ0`V hP@PK @809PP@0@P0BBhL0 0p@-`@M\ hP@@@P h@ЍpL0 E-`DM R@DЍ0\ hpP@PLP0@P0ȓ@P0̂hXLE-0DM` R@DЍ0\ hp@PI[@ P0@P0劓@P0̂Ȃh`LP-00C0Px 0S l0 R 04$R0 0P (0   000d xD 0 0/ G-`M0BPᕔ$2@0 R 0 ㅔ 0 Q&1 ЍNPŤIP\Pl 0 ^ 0 Q81  0 ԒP0S 0 0S 0 \PP꧔ p  0ᬒP 0S 0S0S0S D0 R 0S0000x L T\O-4PMMp@ ፒ PNY T 0@T 2 Sd 㭑@P  PPP> ᎓P t_ P0 $QR T3@vPL r0"$RB !0S Q0S  2S2W 00ЍڍP  0S00ԁPP  1s01 PP P," ỐP ` 2 @P0 0帒ΐ PH1!W00 0  0S) W001 +xP 0SHWH1P# 0y㣓W1$0 0m㗓P W000 冒㆓y똑 ᛑPcu U8WPd`0t L0d,WPV(0D(L(D|$`,dT 0@-@0@ Mp  0`P700S p$R u0P 2/0 $ Ѝv0QLp@-4A4@dP  0p@聐 ZPP ϑP pp0`đP EPP ốP ൑P 0 Pd@T 8P3P BT +P&PpL@-@ߑ@’p3A-p0p PUaV @2"0c c  gP @V &T(0  0P`LA-需0p `V QU @ 2 0c0c =P @T +T40  0P0L\G-(q(1p PUPbV @2"0 b0b0 P @V 1T0  P Q0Es\ Z P ᨐP@J@@(  @020PU PLO-TML 0᪐@ Z 0 S @T  "2RQ@  $ 0 $@p0`@P D V0 pD 0 "000 Ѝ8P T4 0Q 0c0q03S%008 4&1 `S0 0L R0 4&R0 0P @0 20@ PᑑpP_ @020堏 @0 0@s 0@0 0@s 0 (60Cs0As(00,60Cs0As< 4s 0@s 2@  R 0 c r 3) 08 @rZ @0 0@s`p*㎎P  0ᢎP ` 0`T @020p10Cs10Cs,01 `20@@P ֎@0 20 @020 PUN H0 U  0@@U0 00U00,0U0,0<0U0<0*=P 0 QP 0  *-P`  0AP0 V*PJ  03P0 @p0s^ 00CsY L@(0 0P/4L0 ᪏A-騀0p PU! bV @2"0 b0b0燐P @T 1T00 zP0LA-p0p PUaV @ 2"0c c WP @V &T$0  0 8LpA-p0p PUaV @ 2 0c0c-P @T +T0 0L|6O-,M00P00 0 0G ;L&@0Z7 0  0       0P $ RP 0b S %RYP p ` @ppTr Wp 0DXSXVUSRQPONMLKHGFEDCBA@?><;:9876543210/.-,+*)('&%$#"!  t0   1   0B@7@\TX%00  `0 0 !0B]Shfedc`_\ZXWVUTSRQPONMIHFEDCBA@?>=<;:u7654321|/.-,+f)('&qp#"w tWem\7H @@@p@ PR.00@@-0C0 Q -00@#00@ 00@p$ P ,Ѝ PPP0   $$$00$P $0 0$00S$0$0թ P ! \000$  $   0B Q0Q   -O-|tM 0R` l`ptЍOЍ/4?DP@0凌h ލ0S h@Pࠡ࠱^ 0S 00 0 \`T 0 0 \l0`R@P0 0PS70 P\V p`0bSP %R`00S0=@pp ` P@`Tr Vp 0DXSXVUSRQPONMLKHGFEDCBA@?><;:9876543210/.-,+*)('&%$#"!  噌0   1   0B@7@\T[  %00  PZ0   \ @ @0!0L]SS-QPOKJGbE2CBA@?>=<;:984310/.-,+*)('&%mM"!    M+7q@@`@ Zp.00@@ Q -00@#00@ 00@`00+P 0S0C 010 R 0S0\ %\?\0 ;\ e\S \ @0 0S* 0 QPh{J 0 PT1` 0 @ P^A 0 P @[00ΊP׊ Q A 1 0SQ A0` 1 0S00 Qbp1  0Lp0  0` Q ʁ10   ( 0S0C 01 RC 60`dP0 0P00S00fP| 0@ 0=PD10LS1p0, RQ 0 Qgʁ10   QA 1 0SQ A1 0 P\  ` 0S0C 01 R 40@0 0SP00P 0`@0 ϋP։D0S 00 0H0S$00$0yA0Ls0Sa0Ls0Sp 1 0 dQ 0 000_0 S %S 00?S  ;SJ S 0` 0Sh0C 010 R PUP @0 0Sv`0* QA 1 0SQ A`1  0S0,0` Qi  0000 0S0C 010 R``P0 0T00S00IPc  0@ 0 P'A0Ls0Sa0Ls0S 0S70C 010 R 1 0d0 0S0C 010 R 0S 0 QA 10 R 0S Q A1  0S 0Sn0 0S40C 010 R0-P< Ȼ к QA 1 0SQ A0` 1 0S 0\ QA 1 0SQ A1  0Sj|30 QgA 1 0SQx A0 1 0SR\ QWA 1 0SQT A`1 0 P\  0` Qʁ10   0 QA 1 0SQ2 A0 1 0Sl0l Q7A 1 0SQ4 A1  0S0` Qʁ10    QA 1 0SQ A0` 1 0S0 0 Q`  000r`  Qm  000pa0 QFA 1 0SQB A0 10  R0 QR0 ` 00070`@0 0Sa%0 0$ 0S0C 010 Rp 0s3` Q! 000R0 BS0CF10    0SO0C 010 R` 1 0L 1 0 LQʁ10   00(P0`  000`  000m 0 000  000  000 000 0 000  000r0 ` 000 0 000  000 0000 ` 000 0 000I`  `000\  000 000`  000  000 `0( `0 ` 000 0 000^ `0T) j`  000`  000 0 000`  000`  000 0S80C 010 R] 0SZ  000`Vp:0`P":00\0\w00P 0 0 000|3@\,l 0 000 P QN0 ` 000  ll0 @- MQ 4SwЍ@dm T0 H,,0 P 0 |HA-P0P@0 Q q0 cx0t0 CF`T PpP`0@T8 0Sτp8L4k)t 0@O-s㠢@ Mp@R0Q    0S00 0S0000 Ra 00$ p7/P 7/Q @P $P0<SP `0.U $7/<7/P1 Ѝ>7P X !000P0C 0 !0.U6 0R *Q  *Q/Q@C \ R0S, ?,@cࡅ 0 R 0 R 2S0 ᪅0 0P  0   00L0  P LL gfff400 ꈛp@-|@|`@P 0S  0ӅPpuP P p$0 R@02 pdL 0 0Ԛp``0p@-P R H0@ R ㎃̃0ԃ,p@rp踚Lp@-p@p0@ PphaPPD0@Ppu0S0屃pb@Lp@-\@\`@P 0S  0Pp 0S < gp踙L 0 0XLp404 0@-@hNP l0;l00LL0L 0@-@,=P  00 0  L0@- M@ ᦃT P  00  Ѝ0` 0 P= `@000C b030l0@a1 tMbO-@M`0r0p 0000Q0 0 1 "! 000 1 P  \ 00 0  VJ`_ 6 NSe0AdPnAà dPvk``Z`U PYP 0S 0 021 0 R PЍt0 Q"0! 0S1P@  0@ʃP<긗MbPp@-`P' ^$ R ^0 R R0^@ @Q Q 0 ^ 0\@^@pT R ^ p@-pPp`P@P |S  R 0S0 00p㹃00p茔40p@-`P> QP p$P T0 P0`P@$T0<S`@0  .T *T /T >T`0<SpP0  .P *P /P >PPP dppO-3M00 P\SЍ貢"2 p` P@@V <PW 3 5: T@@@겒2"  ల` Z9*p 1@ PqPU0 @P0j\' \g \,S! @2 Ḱ00겒2ᾱ 0 0`겒ἱ ` PPX P: P02qAD [ *0n0C LR [:B2 @@Q@D Rp*E0@D  0T AQ ! p020q22C [*1C0L  [ A::20q2 Ł1C[ *0 C0A0S[0 B:8R-0 M 0 00̂ Ѝp@-@RP`pᎁPp p@O-UMMp p PU쾟 >.> 0 S" тdق@|}PP  d R0S `>\0w@|kPP(P ḂPp`9 > P00 0 QG 0RB 0R> 0R P 0(@呂=( A2d @0l0R( 4@,U Q ~Pp`N{ R  0@T3  t60CsㆂQߍۍ|3,0 Q0  R 0 b R ^P"R  0 R x<@P V^ \ Vd V VF Y\q \$ \< 0 ߀<@P0 R ;@T 0P @T lPP ;À@P Yx 0 峀`;3X  媀r \ 0 R P@ށa0S S S 0C0V 0*@0Q 0R 0S0PO j@VP: R0|S  0$*@0Qi 0Re 0Sa 0Z0PL0@ PE#i0HH lt6 j qt6 d kt6 ^ xt6 X jt6 R mt6 L wt6 F ut6 @ vt6 : tt6 4 nt6 .ʍ'0S @;H0t+~P@1 0* R 8 @0Hs&Q0 R @0SF <1S 0SPE@@60CsND60CsJH60CsFL60CsBP60Cs>T60Cs:X60Cs6\60Cs2`60Cs.d60Cs*h60Cs&H2Szd0Sw 0St ԀHoY 0P,:M 0  0 F 00A6Z0PL0@ PE#~0Hp0jL&0kH&0l@&0mD&0nh&0q`&0tP&0uT&}0vX&x0w\&s0xd&n*'0S @nH\& 0PPU% U U 5 QY 04@P  ᬀP P 4@4@ 010 0(0S'l4@T 0P @T ကPP} 3~@P Y0 ~33 Q ~i}P 0mS000,}P |3 Ph@T` ``@T l~P P0SJ s 2~2@~PTP 0Pu 0AT PP@ 0e~ R@N @N$R  R00@0<S0S>S >~ 0Qq0OP QE}PO2S 0= P e@P T1  Q:D~0XQ0 }i~w~P^@ @4!R 3S41 # }̎dtDLhx0h4lTppXl8 @ X<tH(`V@P,+|P @P U R0S 1S 0S 80S ,0S  2S 1S +0SF '0SC 2Sc 0sH 0S~0&0Bs,   )0S 04S&KPQ(@@D` E.%P~,  Q}A}QE~B}[000~6}O0* R008}~@0S @0 ST$ 04SڄRK(@@D E. ~PO~ G~<@.)0S 00Csn20Cs,00Csf[(PL0@PE ! |0}P T&0SN 00As, H)0SE 04S~KS(@@D E.~P~ 0 04SCTK(@@D - w~P}8 04SLTTK(@@D l- b~P},P } }@(P }TE}0% R[ 4&0Bs8 04S KHU(@@DX E.'~P} U }UE} UE} UE},0,=}PP @t} [(PL0@PE !H{0'}P: 0!}P4 V U}8y0@-PR@0 \0 4 00Q  \0S00Q 00S00A-pRP`@P\ \0# 4 ^0Ls R :0S0S  R*00@T0S0C00SQ@p@-0@0S pP`;U@ Rx0  @pp@-P`p@mTP T nw@kwTP pTxp3p xp3pP` 0S `P O-`P M0Es 20Cs ЍLH0px0d ZPZ vW vX vv v0CP 0=P Pe  P`0@T vPvUP`P&@P vG0mSS }wP xP2P0xPnv0P 0S00@ P @P R 0RQ$R @ UYiv@jx h P9v6v[  P0@1SPU @g0P;S@D g``0 p R 4SPڟP00!0 /0!0 /bG-pQ `y wz R{A@cvV"0P07J@T4 `\T"T0\  @P T T, T1 TE TJ T2h !x*vPV00 @T `v T0 '@ V00"0 0 0\ n P0\ r Pv0  @\0^ 0 P0\ b P0\ e P,0$0u`LbD   k iw0@-PR@00s00 s000 00 S0C40Q0 0 0/x_LG-Q` p@P1S00 s00 pup@ TP@-AMP,Mv``Up vP# vu P@lЍڍ((@u*8v@P#t@ tP*0: S Ru@Ou@@ T( 0(@9w^` A-`PPMP 0@[tP t0 d0p@T Ѝ`@P00ǥu  C S>C S=C  S=C S%%%%?%%{%d}%%>%%t%%{%d}%%+%%;%%?%%{%d}%%>%%t%%'%c'%%+%%;%%?%%'%c'%%>%%t%%{%d}%%+%%;%%?%%'%c'%%>%%t%%'%c'%%+%%;%%{%d}%%+%%c%%'%c'%%+%%c%+%{2}%*%-%D%{96}%^%n%{127}%^%mdoxX.%d%.%r%i%Bstring may not be optimal%Pa%gastring too complex to convert%p%'%{saw %%r twice in %ssaw %%m twice in %ssaw %%n twice in %s%{10}%/%{16}%*%{10}%m%+%?%>%t%+%;%-%/%+%c%-%c%c%2d%3d%\unknown %% code %s (%#x) in %s$</>bwamxbxsxngnhckmhsdadbmimsosxthzxonx5iHCNRNPNDccuthlYAYBYCYDYEYFYGncMTNLptxrcolisgpbvtwsNllhlwmaMWCopaNCYaYbYcYdYeYfYgYhYiYjYkYlYmYnBTYoYpugdCdNdBdTknbtblcsclcdCCcmdohoviCMvevsdshdmbmdtidmmhimmkmrsousecaeeiuevbfsi1isi3ifipkbkakCktkDkLkdkMkEkSk0k1k;k2k3k4k5k6k7k8k9khkIkAklkHkNkPkrkFkRkTkukeksl0l1lal2l3l4l5l6l7l8l9mommnwpcDOALLERIpkplpxpspfporpr1r2r3rfrccvscsastwitatsuchuiPK1K3K2K4K5pOrPacpnkBSXRXSARAXNXFeALOLF@1@2@3@4@5@6@7@8@9@0%1%2%3%4%5%6%7%8%9%0&1&2&3&4&5&6&7&8&9&0*1*2*3*4*5*6*7*8*9*0#1#2#3#4%a%b%e%f%g%h%j!1!2!3RFF1F2F3F4F5F6F7F8F9FAFBFCFDFEFFFGFHFIFJFKFLFMFNFOFPFQFRFSFTFUFVFWFXFYFZFaFbFcFdFeFfFgFhFiFjFkFlFmFnFoFpFqFrcbMCMLMRLfSCDKRCCWWGHUDIQDTOPUfhPAWAu0u1u2u3u4u5u6u7u8u9opocIcIpspSfSbZAZBZCZDZFZGZHZIZJZKZLZMZNZOZPZQZRZSZTZUZVZWZXZYZZZaZbZcZdZeZfZgZhZiZjZkZlZmZnZoZpZqZrZsZtZuZvZwZxZyKmMiRQGmAFABxldvcis0s1s2s3XyZzYvYwYxYyYzYZS1S2S3S4S5S6S7S8XhXlXoXrXtXvsAsLi2nlbckoG2G3G1G4GRGLGUGDGHGVGCmlmubxsbBSDBOAT&TCICVDSXSEEXENIXGEGSCFCOENHMLDPDPNPSRTG6G7G5G8GrGuGdGhGvGcGGkqIBMHSIRISKATekKBKCKDKEKFBCfont0s0dsfont1s1dsfont2s2dsfont3s3dskbtabkcbtkselksltxsbxhpxenlmirmsgreslokxonnxonmc5ichtsnrrmcnpcndscrcccbcehlsxhpacrxmdaisyxvpasamcpixlpixcolslinesxmcwslnlabwnumncvbufszspinvspinhmaddrmjumpmcsmlsnpinsorcorlorhiorvicpswidcsbtnsbitwinbitypecbtbelcsrtbchpacmdchcupcud1civiscub1mrcupcnormcuf1cuu1cvvisdch1dl1dslsmacsblinkboldsmcupsmdcdimsmirinvisprotrevsmulechrmacssgr0rmdcrmirrmsormulflashfslis1is2is3ich1il1kbsktbckclrkctabkdch1kdl1kcud1krmirkelkedkf0kf1kf10kf2kf3kf4kf5kf6kf7kf8kf9khomekich1kil1kcub1kllknpkppkcuf1kindkrikhtskcuu1rmkxsmkxlf0lf1lf10lf2lf3lf4lf5lf6lf7lf8lf9rmmsmmnelpaddchcudichindncubcufrincuupfkeypflocpfxmc0mc4mc5reprs1rs2rs3vpaindrisgrhtswindtsliprogka1ka3kb2kc1kc3mc5prmpacscplnsmxonrmxonsmamrmamxoncxoffcenacssmlnrmlnkbegkcankclokcmdkcpykcrtkendkentkextkfndkhlpkmrkkmsgkmovknxtkopnkoptkprvkprtkrdokrefkrfrkrplkrstkresksavkspdkundkBEGkCANkCMDkCPYkCRTkDCkDLkENDkEOLkEXTkFNDkHLPkHOMkICkLFTkMSGkMOVkNXTkOPTkPRVkPRTkRDOkRPLkRITkRESkSAVkSPDkUNDrfikf11kf12kf13kf14kf15kf16kf17kf18kf19kf20kf21kf22kf23kf24kf25kf26kf27kf28kf29kf30kf31kf32kf33kf34kf35kf36kf37kf38kf39kf40kf41kf42kf43kf44kf45kf46kf47kf48kf49kf50kf51kf52kf53kf54kf55kf56kf57kf58kf59kf60kf61kf62kf63el1mgcsmglsmgrflnsclkdclkrmclkcwinwingohupdialqdialtonepulsehookpausewaitinitcinitpscpsetfsetbcpilpichrcvrdefcswidmsdrfqsitmslmsmicmsnlqsnrmqsshmssubmssupmsumrwidmritmrlmrmicmrshmrsubmrsupmrummhpamcud1mcub1mcuf1mvpamcuu1pordermcudmcubmcufmcuuscssmgbsmgbpsmglpsmgrpsmgtsmgtpsbimscsdrbimrcsdsubcssupcsdocrzeromcsnmkmousminforeqmpgetmsetafsetabpfxldevtcsinsmglrsmgtbbirepbinelbicrcolornmdefbiendbisetcolorslinesdispcsmpchrmpchsmscrmscpctrmscescscesaehhlmelhlmelohlmerhlmethlmevhlmsgr1slengthOTi2OTrsOTugOTbsOTnsOTncOTdCOTdNOTnlOTbcOTMTOTNLOTdBOTdTOTknOTkoOTmaOTptOTxrOTG2OTG3OTG1OTG4OTGROTGLOTGUOTGDOTGHOTGVOTGCmemlmemubox1"%s", line %d, col %d, terminal '%s'{%d}^%cexit_standout_mode but no enter_standout_modeenter_standout_mode but no exit_standout_modeexit_underline_mode but no enter_underline_modeenter_underline_mode but no exit_underline_mode``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~enter_alt_charset_mode but no acs_charsexit_alt_charset_mode but no acs_charsexit_alt_charset_mode but no enter_alt_charset_modeenter_alt_charset_mode but no exit_alt_charset_modeenter_blink_mode but no exit_attribute_modeenter_bold_mode but no exit_attribute_modeenter_ca_mode but no exit_ca_modeexit_ca_mode but no enter_ca_modeexit_delete_mode but no enter_delete_modeenter_delete_mode but no exit_delete_modeenter_dim_mode but no exit_attribute_modeexit_insert_mode but no enter_insert_modeenter_insert_mode but no exit_insert_modeenter_secure_mode but no exit_attribute_modeenter_protected_mode but no exit_attribute_modeenter_reverse_mode but no exit_attribute_modeto_status_line but no from_status_linefrom_status_line but no to_status_linemeta_on but no meta_offmeta_off but no meta_onprtr_off but no prtr_onprtr_on but no prtr_offrestore_cursor but no save_cursorsave_cursor but no restore_cursorexit_xon_mode but no enter_xon_modeenter_xon_mode but no exit_xon_modeexit_am_mode but no enter_am_modeenter_am_mode but no exit_am_modelabel_off but no label_onremove_clock but no display_clockdisplay_clock but no remove_clockset_color_pair but no initialize_pairterminal names must start with letter or digit|Name collision between %sresolution of use=%s failed@%&*!#Can't backspace off beginning of linePremature EOFIllegal ^ character - '%s'Allow ^? as synonym for \177Non-octal digit `%c' in \ sequenceIllegal character '%s' in \ sequenceVery long string found. Missing separator?Illegal character (expected alphanumeric or %s) - '%s'empty longname fieldolder tic versions may treat the description field as an aliaswhitespace in name or alias fieldslashes aren't allowed in names or aliases$[]!*?dubious character `%c' in name or alias fieldMissing backslash before newlineSeparator inconsistent with syntaxMissing separator after `%s', have %sno value given for `%s'Missing separatorIllegal character - '%s'TERMINFOTERMINFO_DIRS/home/steve/pandora/usr/share/terminfo%s/.terminfo2Kn,X   `  %K-1M-^?KEY_A1KEY_A3KEY_B2KEY_BACKSPACEKEY_BEGKEY_BREAKKEY_BTABKEY_C1KEY_C3KEY_CANCELKEY_CATABKEY_CLEARKEY_CLOSEKEY_COMMANDKEY_COPYKEY_CREATEKEY_CTABKEY_DCKEY_DLKEY_DOWNKEY_EICKEY_ENDKEY_ENTERKEY_EOLKEY_EOSKEY_EXITKEY_F(0)KEY_F(10)KEY_F(11)KEY_F(12)KEY_F(13)KEY_F(14)KEY_F(15)KEY_F(16)KEY_F(17)KEY_F(18)KEY_F(19)KEY_F(1)KEY_F(20)KEY_F(21)KEY_F(22)KEY_F(23)KEY_F(24)KEY_F(25)KEY_F(26)KEY_F(27)KEY_F(28)KEY_F(29)KEY_F(2)KEY_F(30)KEY_F(31)KEY_F(32)KEY_F(33)KEY_F(34)KEY_F(35)KEY_F(36)KEY_F(37)KEY_F(38)KEY_F(39)KEY_F(3)KEY_F(40)KEY_F(41)KEY_F(42)KEY_F(43)KEY_F(44)KEY_F(45)KEY_F(46)KEY_F(47)KEY_F(48)KEY_F(49)KEY_F(4)KEY_F(50)KEY_F(51)KEY_F(52)KEY_F(53)KEY_F(54)KEY_F(55)KEY_F(56)KEY_F(57)KEY_F(58)KEY_F(59)KEY_F(5)KEY_F(60)KEY_F(61)KEY_F(62)KEY_F(63)KEY_F(6)KEY_F(7)KEY_F(8)KEY_F(9)KEY_FINDKEY_HELPKEY_HOMEKEY_ICKEY_ILKEY_LEFTKEY_LLKEY_MARKKEY_MESSAGEKEY_MOUSEKEY_MOVEKEY_NEXTKEY_NPAGEKEY_OPENKEY_OPTIONSKEY_PPAGEKEY_PREVIOUSKEY_PRINTKEY_REDOKEY_REFERENCEKEY_REFRESHKEY_REPLACEKEY_RESETKEY_RESIZEKEY_RESTARTKEY_RESUMEKEY_RIGHTKEY_SAVEKEY_SBEGKEY_SCANCELKEY_SCOMMANDKEY_SCOPYKEY_SCREATEKEY_SDCKEY_SDLKEY_SELECTKEY_SENDKEY_SEOLKEY_SEXITKEY_SFINDKEY_SFKEY_SHELPKEY_SHOMEKEY_SICKEY_SLEFTKEY_SMESSAGEKEY_SMOVEKEY_SNEXTKEY_SOPTIONSKEY_SPREVIOUSKEY_SPRINTKEY_SREDOKEY_SREPLACEKEY_SRESETKEY_SRIGHTKEY_SRKEY_SRSUMEKEY_SSAVEKEY_SSUSPENDKEY_STABKEY_SUNDOKEY_SUSPENDKEY_UNDOKEY_UPLINESCOLUMNSTERM environment variable not set. TERM environment must be <= %d characters. Not enough memory to create terminal structure. terminals database is inaccessible '%s': unknown terminal type. '%s': I need something more specific. '%s': I can't handle hardcopy terminals. NCURSES_NO_UTF8_ACSlinuxscreenTERMCAPhhII00UTF-8auto_left_marginauto_right_marginno_esc_ctlcceol_standout_glitcheat_newline_glitcherase_overstrikegeneric_typehard_copyhas_status_lineinsert_null_glitchmemory_abovememory_belowmove_insert_modemove_standout_modeover_strikestatus_line_esc_okdest_tabs_magic_smsotilde_glitchtransparent_underlinexon_xoffneeds_xon_xoffprtr_silenthard_cursornon_rev_rmcupno_pad_charnon_dest_scroll_regioncan_changeback_color_erasehue_lightness_saturationcol_addr_glitchcr_cancels_micro_modehas_print_wheelrow_addr_glitchsemi_auto_right_margincpi_changes_reslpi_changes_resbackspaces_with_bscrt_no_scrollingno_correctly_working_crgnu_has_meta_keylinefeed_is_newlinehas_hardware_tabsreturn_does_clr_eolcolumnsinit_tabslines_of_memorymagic_cookie_glitchpadding_baud_ratevirtual_terminalwidth_status_linenum_labelslabel_heightlabel_widthmax_attributesmaximum_windowsmax_colorsmax_pairsno_color_videobuffer_capacitydot_vert_spacingdot_horz_spacingmax_micro_addressmax_micro_jumpmicro_col_sizemicro_line_sizenumber_of_pinsoutput_res_charoutput_res_lineoutput_res_horz_inchoutput_res_vert_inchprint_ratewide_char_sizebuttonsbit_image_entwiningbit_image_typemagic_cookie_glitch_ulcarriage_return_delaynew_line_delaybackspace_delayhorizontal_tab_delaynumber_of_function_keysback_tabbellcarriage_returnchange_scroll_regionclear_all_tabsclear_screenclr_eoscolumn_addresscommand_charactercursor_addresscursor_downcursor_homecursor_invisiblecursor_leftcursor_mem_addresscursor_normalcursor_rightcursor_to_llcursor_upcursor_visibledelete_characterdelete_linedis_status_linedown_half_lineenter_alt_charset_modeenter_blink_modeenter_bold_modeenter_dim_modeenter_secure_modeenter_protected_modeenter_reverse_modeenter_standout_modeenter_underline_modeerase_charsexit_alt_charset_modeexit_ca_modeexit_delete_modeexit_insert_modeexit_standout_modeflash_screenform_feedfrom_status_lineinit_1stringinit_2stringinit_3stringinit_fileinsert_characterinsert_lineinsert_paddingkey_backspacekey_catabkey_clearkey_ctabkey_dckey_dlkey_downkey_eickey_eolkey_eoskey_f0key_f1key_f10key_f2key_f3key_f4key_f5key_f6key_f7key_f8key_f9key_homekey_ickey_ilkey_leftkey_llkey_npagekey_ppagekey_rightkey_sfkey_srkey_stabkey_upkeypad_localkeypad_xmitlab_f0lab_f1lab_f10lab_f2lab_f3lab_f4lab_f5lab_f6lab_f7lab_f8lab_f9meta_offpad_charparm_dchparm_delete_lineparm_down_cursorparm_ichparm_indexparm_insert_lineparm_left_cursorparm_right_cursorparm_rindexparm_up_cursorpkey_keypkey_localpkey_xmitprint_screenprtr_offrepeat_charreset_1stringreset_2stringreset_3stringreset_filerestore_cursorrow_addresssave_cursorscroll_forwardscroll_reverseset_attributesset_tabset_windowunderline_charup_half_lineinit_progkey_a1key_a3key_b2key_c1key_c3prtr_nonchar_paddingacs_charsplab_normkey_btabenter_xon_modeexit_xon_modeexit_am_modexon_characterxoff_characterena_acslabel_onlabel_offkey_begkey_cancelkey_closekey_commandkey_copykey_createkey_endkey_enterkey_exitkey_findkey_helpkey_markkey_messagekey_movekey_nextkey_openkey_optionskey_previouskey_printkey_redokey_referencekey_refreshkey_replacekey_restartkey_resumekey_savekey_suspendkey_undokey_sbegkey_scancelkey_scommandkey_scopykey_screatekey_sdckey_sdlkey_selectkey_sendkey_seolkey_sexitkey_sfindkey_shelpkey_shomekey_sickey_sleftkey_smessagekey_smovekey_snextkey_soptionskey_spreviouskey_sprintkey_sredokey_sreplacekey_srightkey_srsumekey_ssavekey_ssuspendkey_sundoreq_for_inputkey_f11key_f12key_f13key_f14key_f15key_f16key_f17key_f18key_f19key_f20key_f21key_f22key_f23key_f24key_f25key_f26key_f27key_f28key_f29key_f30key_f31key_f32key_f33key_f34key_f35key_f36key_f37key_f38key_f39key_f40key_f41key_f42key_f43key_f44key_f45key_f46key_f47key_f48key_f49key_f50key_f51key_f52key_f53key_f54key_f55key_f56key_f57key_f58key_f59key_f60key_f61key_f62key_f63clr_bolclear_marginsset_left_marginset_right_marginlabel_formatset_clockremove_clockcreate_windowgoto_windowhangupdial_phonequick_dialflash_hookfixed_pausewait_toneuser0user1user2user3user4user5user6user7user8user9orig_pairorig_colorsinitialize_colorinitialize_pairset_color_pairset_foregroundset_backgroundchange_char_pitchchange_line_pitchchange_res_horzchange_res_vertdefine_charenter_doublewide_modeenter_draft_qualityenter_italics_modeenter_leftward_modeenter_micro_modeenter_near_letter_qualityenter_normal_qualityenter_shadow_modeenter_subscript_modeenter_superscript_modeenter_upward_modeexit_doublewide_modeexit_italics_modeexit_leftward_modeexit_micro_modeexit_shadow_modeexit_subscript_modeexit_superscript_modeexit_upward_modemicro_column_addressmicro_downmicro_leftmicro_rightmicro_row_addressmicro_uporder_of_pinsparm_down_microparm_left_microparm_right_microparm_up_microselect_char_setset_bottom_marginset_bottom_margin_parmset_left_margin_parmset_right_margin_parmset_top_marginset_top_margin_parmstart_bit_imagestart_char_set_defstop_bit_imagestop_char_set_defsubscript_characterssuperscript_charactersthese_cause_crzero_motionchar_set_nameskey_mousemouse_inforeq_mouse_posget_mouseset_a_foregroundset_a_backgroundpkey_plabdevice_typecode_set_initset0_des_seqset1_des_seqset2_des_seqset3_des_seqset_lr_marginset_tb_marginbit_image_repeatbit_image_newlinebit_image_carriage_returncolor_namesdefine_bit_image_regionend_bit_image_regionset_color_bandset_page_lengthdisplay_pc_charenter_pc_charset_modeexit_pc_charset_modeenter_scancode_modeexit_scancode_modepc_term_optionsscancode_escapealt_scancode_escenter_horizontal_hl_modeenter_left_hl_modeenter_low_hl_modeenter_right_hl_modeenter_top_hl_modeenter_vertical_hl_modeset_a_attributesset_pglen_inchtermcap_init2termcap_resetlinefeed_if_not_lfbackspace_if_not_bsother_non_function_keysarrow_key_mapacs_ulcorneracs_llcorneracs_urcorneracs_lrcorneracs_lteeacs_rteeacs_bteeacs_tteeacs_hlineacs_vlineacs_plusmemory_lockmemory_unlockbox_chars_1  Entry does not start with terminal names in column oneprimary namealias%s `%.*s' may be too longtcLegacy termcap allows only a trailing tc= clause%s (%s termcap extension) ignored%s (%s termcap extension) aliased to %s%s (%s terminfo extension) ignored%s (%s terminfo extension) aliased to %sextended capability '%s'unknown capability '%s'numericbooleanwrong type used for %s capability '%s'unknown token type%s$<%d>hardware tabs with a width other than 8: %dhardware tabs with a non-^I tab string %sunknown capability `%.*s' in ko stringko translation table is invalid, I give upno value for ko capability %s%s (%s) already has an explicit value %s, ignoring koacsc string synthesized from XENIX capabilitiesacsc string synthesized from AIX capabilities..%s/%c/%sNCURSES_NO_SETBUF^@^A^B^C^D^E^F^G^H^I^J^K^L^M^N^O^P^Q^R^S^T^U^V^W^X^Y^Z^[^\^]^^^_ !"#$%&'(*,-/:;<=>?@ACGHIJLMNQUVWZ[\]^_`ju{}~~@~A~B~C~D~E~F~G~H~I~J~K~L~M~N~O~P~Q~R~S~T~U~V~W~X~Y~Z~[~\~]~^~_(null)(cancelled)\%03loABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789%s/%sIllegal terminfo subdirectory "%c"%s/%s: permission deniedcan't open %s/%serror writing %s/%s%s: permission denied (errno %d)%s: not a directoryterminal name too long.%c/%sname multiply defined.error obtaining time from %s/%sterminal alias %s too long.cannot link alias %s.self-synonym ignoredalias %s multiply defined.can't link %s to %sncurses 5.6.20061217$hlptx0J|t\,]lKHJ 9 T2       $ ( , 0 4 8 < @ D H L P T X \ ` d h l p t x |        ] U : _     M  ^Og DOLO  ;       J     TSf!@R!!G !!!!!OQ !$!(!,!0!4!8!>!BC!!!pDD!""" """"" "$"(","0"$P,P4"8"<"@"D"H"L"P"T"X"\"`"d"h"l"p"t"x"|"""""""""""""""""""""""""""""""""### ##### #$#(#,#0#4#8#<#@#D#H#L#P#T#0HX#\#`#d#Th#l#p#t#x#|#################################$$$ $$$$$ $$$($,$0$4$8$<$@$D$H$L$P$T$X$\$`$d$h$l$p$t$x$|$$$$$$$$$$$$$$$$$$$$$$$$$$$$B$$$$$%%% %%%%% %$%(%,%0%4%8%<%@%D%H%L%P%T%X%\%`%d%h%l%p%t%x%|%%%%%%%%%%%%%%%%%%%%%%%X$%%%%%%%%%%&&& &&&&& &$&(&,&0&4&8&5<&@&D&$ H&L&P&T&X&\&`&d&h&l&p&t&x&|&hlptx0J| t\    ,]lK !"#$ 9 T2        $  (  ,  0 4 8 < @ D H L P T X \ ` d h l p t x   ] U : _      M  ^Og DOLO  ;        J! " # $ % &T'S(f)!*@R+!,!-G. !/!0f!1!2!3O4Q5 !6$!7(!8,!90!:4!;8!<D!?H!@L!AP!BT!CX!D\!E`!Fd!Gh!Hl!Ip!Jt!Kx!L|!M!N!O!P!Q!R!S!T!U!V!W!X!Y!Z![!\#!]!^!_!`!a!b!c!d!e!fx!g!h>i>j!kBlCm!n!o!popDqDr!s"t"u"v "w"x"y"z"{ "|$"}("~,"0"$P,P4"8"<"@"D"H"L"P"T"X"\"`"d"h"l"%p"t"x"|"u"""""~"""""""""""""t""a"m"""d" ""v"`""W""### ##### #$#(#,#0#4#8#<#@#D#H#L#P#T#0HX#\#`#d#Th#l#zp#t#x#|##.#'###X#(###/#####5#6#7#8#9#:#;#<#=#>#?#@#A#B#D#E###$$$ $$$$$ $$$^($,$0$4$8$<$@$ D$ H$ L$ P$ T$X$\$`$d$h$l$p$t$x$|$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3B4$50$6$7$8$9%:%;%< %=%>%?%@%A %B$%C(%Dg,%E0%Fh4%G8%H<%I@%JD%KH%LL%MP%NT%OX%P\%Q`%Rd%Sh%Tl%Up%Vt%Wx%X|%Y%Z%[%\%]%^%_%`%a%b%c%d%e%f%g%h%i%j%k%l%mC%n%oX$pUq%r%s%t%u%v%w%x%y%z%{&|&}e&~f &g&h&i&& &$&(&,&0&4&8&5| !H%J&' " #<&@&() $ % &D&$ {*+H&L&P&T&X&\&`&d&h&l&p&t&x&|&hl'''0J| t\   ' ''lK'''''''''''( ( (!(" (#(($0(98(T2@(  D(H(   $  P( J JX(\(.d(l(t(|((((((((((((( D((]((,O|Sf(( ( I( O ( ))))O )()0)8)<) @)H)P)X)`)h)l)t) |)!)"lG#)$)%)&)'G()))*)+),)-G.)/)0)1;)2L!3)4)5 !6)7)8)9b):*; *<*=*>$*?(*@,*A0*B4*C<*D@*ED*FH*G=L*HP*IT*JX*K\*Ld*Ml*Nt*O|*P*Q*R*S*T7*Ui*V*WQ*X*Y*Z*[*\*]*^!*_*`*a*b*c^*d*e*f*g*h*iLOj+k+l+mOn+o+p+q+r +s3(+t0+u4+v8+w<+x@+yD+zH+{L+|~$"}("~P+0"T+X+\+`+d+Ul+H"L"p+x+|++++++++'++++++++++++, ,,6,$,,,4,<,D,FL,T,\,d,l,t,|,,,,,,P,,,,,,,e,,,,',- ---$- ,-0-H8-@-H-P-X-`-h-p-x------------+------ .! .".#.$$.%,.&4.<.(D.)L.*T.+\.,d.-l..t./|.0..2.3.4.5.6.7.8.9.:..<.=.>.?.@/A /B/C/D$/,/ F4/ GT0?X0@`0Ah0Bl0Ct0Dp|0E0F0G0H0I0J0K50L0M/0N0O0P0Q0R0S0T0U0V1W 1X1Y1Z$1[X,1\41]<1^|D1_L1`T1a\1b[d1cl1dt1e|1fW1g1h1i1j1kD'lT'md'nmt'o1p1q1r1s1t1u1v1w1x1yt2z2{2|2}R 2~(20282@2H2P2X2`2h2p2x2222!2%2&2'2"2#22 2(2)2$2%2&233*3+3 3(30383@3H3P3X3`3<h3yp3x33$h$LL"!| T%t! ` #x0 % $T $,#8P&Ht$%  lD L" $!!!p"!\!,@p#Pd"X(8x X p4"%"" 4##T&< %\&h$"4%#\(<&<#4x#d%8!`#!!X"$HD #| @$ $XH&0<!dPl&x@$#,$!h!dD4  $0#`0# hH \%$dp%!P! \$P$#$@ "`&X H#%|,! <l (tl#|%$#x"X%$& D$8$%`$#0&H<""8#h &||"("@%$ %|(%L(T ,%"$""$$4L%!" (!P%#4%$xX!d,4 L t$ 4d0 8 XP   <lX  D  p  (X lX0    Tt  0 d<D`x`DLp  pL0  ,8P ,  | T`@x  @4 d\ ( $d  < L   8P` \   p( 0 dP D , X 4,\ x`l4`L8  < (XH@ p $4 d l (,@ p @x|      T, l  $$4p   (P 8h $dH(  h   8x @XD  X H TL |<x 0T L<0$LtT|   |   H<Hh l\ x H |h@$| @ D xpT&,P&& && && && &#"&#"&& && && &&;&& && &&"&&x!&&8!&&!&&"&& "&$!&&"&D!&&&&&&&&&&&&&&&&&&&&&'&'&'" '' ''T! '$'|# '('# ','# '0'# '4'# '8'$ '#$ '<'D' 'L'T' '\'d' 'l't' '|'' ''' '=\=]=^==b=>a>_>`$>c0>V<>MH>dT>e`>fl>gx>U>J>H>>L>h>W>O>N>i>>>>?? ?,?8?D?P?\? h?t???? ?!?"?#?$?%? ?&?'@(@)@*(@+4@,@@-L@.X@/d@ p@0|@1@2@3@4@5@6@7@8@9@ @:A; A<A=$A>0A?iiiDjXx*XXXXXX8FXjj jjjjj j8>$jC=<:(j,j0j4j>8jDBHjLjPj&TCTjXj\j`jdjhjlj<2]+3O1Q(1pjh9/x^td`00Ox<`tjh(PXFK`(xj9|jj=jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkk kkkkk k$k(k,k0k4k8kLhW?O@NiACB  !"#$%D &'()*+,-./E 0123456789F :;<=>?@ABCG  D E F GHIJKjkLMKNIOP[lmcnoQRpqRSrZstuvwxSyz{|}~TPUQVTWdEGCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1GCC: (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1A6aeabi,CORTEX-A8 A  .shstrtab.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.data.bss.comment.ARM.attributes P $66!oKK.oDPDP = dPdPzF   O J U9[,,a44@Sitntnsppp  pqab h @LnLL'ps 7 ELF(4|4 (xnxnpL~aaQtd Iin!u{;&PPe?F9Oa)HF p:&/)4C^>q&1@|3_ ?% xO>7iV/;G~C;#*6kG\Xy28bR6 $:x,}%d=zuW}?\'R1@74:gm ,af<+08,=r"-(5Z=(eo9 T"+frDE sjE'BY]v_YK75h<M / 93>N^$h[G I pVm Q*t"kwA4M <K SHF'6*-oACJ-QB`2{n5@[WbTsE!l#N.L%]yL lUqJDSgjz U3 dwvtcZ.B1+I082Hc$X! D|0)`(A#~. \ D&  ||)h ȇ 0Lx . d \n \ H  BLW #   5  < Lq@ F&@ {` Op 1` w8  xD\ $E< G d @D   < t, rb $ 7@\ L(  r( cL R  T j $@ Ch< ?m %4 + P Y\0 @ Lh 4 t Ė   ̄ g?4 HHh `s d rdx r`  %  T ̏X jh, |  @  4 C8$ d >8 , 3  iT H  :H `, pO| d p   \  B  p, p? pp |4 /a< {X 4yL l h0 P, @4 D j( }  ,%0 A Ԉ }pDh(U 0 p 4u\ : в   $( p 4 >< y G, D\0 8 , j d  Tn7Y@ B( U  hD)8 (  } }D \ |r l;  d|N * 'k$ E0B@ O$'d $Ex xd  tu "P ! ,\D bH($  e(r@ G,  0<  V0 \k C, < p  M 7 Od W d d   &p0 M\$ $$ t @D d 7T  pN9  | U| Dv I  h 8hpXFn, d   L<>P K ,  2 ,  4 P!P $@ FhLn>&@ uT 6< M i l` r  0Sr x]  X{T l(  % p , Ps_:  # L 2, > \ @ ] r p} 5d&  *  ! @&    \%T H` 0tn<0 : T \xD GP< *dpld  WsD  S hl *$ p] h   -X w $)  @  A J` W  }h O d B<  J eM`'L g`p X@ ex' T D o tY,X@ 4 (: !P >x r  dȓ * c$| r  (< v _,X vD"T ,t( W'( A 0  O   v h  H 0 K X e@ td n40T jTt Q'L %tX0  sZ d T@ n#4 p 0~D s m l h 7 p  " d @ txp $ I d$q( \5D @t    \ X 0 4 l0  Xh y0  0 tplPM {<*  0 Tw 4 rhvL  a  $%  ? x< Pl DLn($ "0(x4 K(4 4 tz `  D, 8  - | $ svp 8 O4 vh `|  %  T  jp sp#T )    : x&S K 0 n  t@< >@6\  Upd  } P tP E> 4 H , 4( tW $0   L {, Ts! d $t .r )t@ D4 Ko L IT ? t h Q(0 K  X 4P 7pd ^ l <( x` H4 4v3^ ԚP Jp L 8$ -&@  h}| ~@ P$ rp1xhKt\X, ,aH V ,  r *  = \0  "T iP  t <#P T @z\  <   z , p 0 @U    @pWg|  GTt RpBd }D zU|` (x 9  0 [ (@ $ 4  h| !? pX V \`E, <$L |lX xD @N  Ln\ p sXn 6 c d)$ 0  5E `` `|htn 0e l ,  Hn, $  h,  c| \ 4X P 6, .lt w t~p w44  T l , 0d y̕4 d L"{P< F 0j4   !T $ W$  |t ؟ $ Th\, __gmon_start___fini__cxa_finalize_Jv_RegisterClasseslibc.so.6_nc_scroll_optimize_nc_doalloc_nc_hash_map_nc_scrollnSP_nc_oldnumscurscrcur_termstdscr_nc_scroll_oldhash_nc_make_oldhashnewscrfreemallocmemsetcallocwscrl_nc_renderunctrl__ctype_b_locwclrtoeolTABSIZEwechochar_nc_synchook_nc_waddch_nosyncstrlenbeepputp_nc_flushwbkgdsetwbkgdwtouchlnwborderacs_mapwclearweraseclearokwclrtobotcan_change_colorhas_colorscolor_contentCOLORSpair_contentCOLOR_PAIRStparmtputsinit_color_nc_do_color_nc_reset_colorsinit_pairstart_color_nc_outchwcolor_setdelwin_nc_freewinnoecho_nc_screen_wrap_nc_mvcur_wrapreset_shell_modeflashCOLOR_PAIRgetbkgdPAIR_NUMBERwattrsetwattr_getwattr_setwstandoutwstandendgetcurxgetcurygetbegxgetbegygetmaxxgetmaxygetparxgetparywmouse_trafowinsertlnwinsdellnwdeletelnwattroffwattr_offwattronwattr_onvw_scanwvw_printwuntouchwintouchlinewtimeoutwsetscrregscrollwrefreshredrawwinwredrawlnmvwvlinewmovemvwinstrmvwinsstrmvwinsnstrmvwinnstrmvwinchstrmvwinchnstrmvwgetstrmvwgetnstrmvwaddstrmvwaddnstrmvwaddchstrmvwaddchnstrmvvlinemvinstrmvinsstrmvinsnstrmvinnstrmvinchstrmvinchnstrmvgetstrmvgetnstrmvaddstrmvaddnstrmvaddchstrmvaddchnstrmvwinschmvinschmvwinchmvinchmvwhlinemvhlinemvwgetchmvgetchmvwdelchmvdelchmvwchgatmvchgatmvwaddchmvaddchbox_nc_timed_wait_nc_wgetchis_wintouched_nc_keypad_nc_update_screensizeungetchESCDELAY_nc_get_tty_modenorawerasecharkillchar_nc_set_tty_modeimmedokinitscrgetenvnewtermdef_prog_modeexitstdoutstdinstderr_nc_insert_ch_nc_scroll_windowisendwinleaveokwenclosemouseinterval_nc_has_mousetigetstrstrcmpstrstr_nc_add_to_trykeyokmousemaskungetmouse_nc_mvcur_resumecurs_set_nc_msec_coststrchr_nc_mvcur_initfilenoisatty_nc_str_copy_nc_safe_strcat_nc_str_initmvcur_nc_safe_strcpyvidattr_nc_str_nullmvwinnofilter_nc_handle_sigwinch_nc_getenv_num_nc_setupscreentypeahead_nc_screen_init_nc_signal_handler_nc_slk_initialize_nc_slk_formatLINESCOLS_nc_makenewsubwin_nc_screen_chainnewwinnonlcopywinoverwriteoverlaypnoutrefreshprefreshdoupdatepechocharsubpadnewpad_nc_printf_stringmvwprintwmvprintwwnoutrefreshwsyncdownrestarttermnocbreakreset_prog_modemvwscanwmvscanwputwinclearerrfwriteferrorscr_dump_nc_accessfopen64fclosegetwinfreadscr_initscr_setdupwinscr_restorememcpyscrollok_nc_ripoffline_nc_set_buffertermattrs_nc_init_acsdef_shell_moderesizetermdelscreendel_curtermfflush__errno_locationset_termset_curtermslk_restoreslk_refreshslk_attr_setslk_attroffslk_attronslk_attrsetslk_attrslk_clearslk_colorslk_initslk_labelslk_noutrefreshslk_set__strdupslk_touchis_linetouchedsigemptysetsigactionsigaddsetsigprocmasksigismembergetpidkillflushinptcgetpgrpvidputssyncokwsyncupmvderwinwcursyncup_nc_panelhookvsnprintf_nc_screen_resumeselect_IO_putchas_ic_nc_varargs_nc_memmove_nc_vsscanf_nc_freeall_nc_expandeduse_legacy_codingassume_default_colorstigetflaguse_default_colorsmcprintsleepis_term_resizedwresizeresize_term_nc_is_abs_path_nc_is_file_path__xstat64_nc_pathlaststrrchr_nc_basename_nc_rootname_nc_is_dir_path_nc_merge_entry_nc_align_termtype_nc_init_entry_nc_save_str_nc_warning_nc_wrap_entry_nc_err_abort_nc_copy_entry_nc_copy_termtypereallocsprintf_nc_infotocapstrncmp_nc_captoinfoboolcodesnumcodesstrcodes_nc_get_table_nc_get_hash_table_nc_cap_hash_table_nc_info_hash_table_nc_capalias_table_nc_infoalias_table_nc_get_source_nc_set_sourcefputcvfprintf_nc_curr_line_nc_curr_col_nc_get_type_nc_set_typestrncat_nc_suppress_warnings_nc_syserr_abort_nc_tic_expand__strtol_internal_nc_find_type_entry_nc_find_entry_nc_delink_entry_nc_head_nc_tail_nc_free_entry_nc_read_entry_source_nc_reset_input_nc_parse_entrystrncpy_nc_entry_matchmemcmp_nc_free_entries_nc_free_termtype_nc_resolve_uses2_nc_first_name_nc_name_match_nc_read_entry_nc_check_termtype_nc_check_termtype2_nc_resolve_uses_nc_curr_file_posfgetsftell_nc_panic_mode_nc_push_token_nc_trans_string_nc_syntax_nc_tracing_nc_get_tokenfeof_nc_disable_period_nc_comment_start_nc_comment_end_nc_start_line_nc_curr_token_nc_first_db_nc_tic_dir_nc_keep_tic_dir_nc_last_db_nc_next_db_nc_home_terminfo_nc_fallbackuse_extended_names_nc_user_definable_nc_init_keytrykey_defined_nc_tinfo_fkeysstrnames_nc_unicode_locale_nc_locale_breaks_acs_nc_baudrate_nc_ospeedcfgetospeedPChas_iltcflushkeynamekeybound_nc_key_nameslongnamettytypenapmsnodelaynotimeouthas_keymetahalfdelayidcokidlokintrflushnoqiflushuse_envioctl_nc_setuptermnl_langinfo_nc_get_localesetlocaletgetnumtgetflagtgetstrtgetent_nc_trim_sgr0UPBCtermnametgototigetnumnumnamesboolnames_nc_tparm_analyze_nc_tparm_errdelay_output_nc_nulls_senttcsetattrresettytcgetattrsavettygettimeofdayboolfnamesnumfnamesstrfnames_nc_capcmp_nc_visbuf_nc_read_termtype_nc_read_file_entry_nc_read_termcapsetvbuf_nc_remove_string_nc_remove_key_nc_expand_try_nc_visbufn_nc_visbuf2_nc_tic_writtenmkdirperror_nc_set_writedirchdirgetcwd_nc_write_entryremovelinkdefine_key_nc_hashed_dbcurses_versionraise__exidx_start__exidx_end__data_start_edata__bss_start__bss_start____bss_end____end__libncurses.so.5GLIBC_2.49ii   $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx   , 8 D P \ h t               ( 4 @ L X d p |              $ 0 < H T ` l x               , 8 D P \ h t               ( 4 @ L X d p |            $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp| $0<HT`lx ,8DP\ht(4@LXdp|   $ 0 < H T ` l x            !! !,!8!D!P!\!h!t!!!!!!!!!!!!"""("4"@"L"X"d"p"|"""""""""""# ##$#0#<#H#T#`#l#x############$$ $,$8$D$P$\$h$t$$$$$$$$$$$$%%%(%4%@%L%X%d%p%|%%%%%%%%%%%& &&$&0&<&H&T&`&l&&&&&&&&&'''','4'<'D'\'d't''''''''''''( (((0(8(<(@(H(L(T(`(l(((((((((((((() )@)D)P)T)\)h)l)t)))))))))))**,*0*4*@*`*l*p*|**************+ ++ +$+0+4+@+T+`+h+++++++++++,,,,,,4,8,<,D,H,T,|,,,,,,,,,,,--$-(-8-@-D-H-L-T-X-d-x-|---------------. .4.T.\.d.h..........// /$/(/,/4/8/D/X/d/l//////////////000$0(04080@0H0T0`0d0t0x0000000000001(141<1@1H1P1X1\1d1h1p1t1x11111111111111111 222282<2D2L2`2l2p2|22222222223 33,34383D3\3h3p3|33333333333344 44404<4L4P4d4p4x444444455,545@5L5T5\5`5h5p555555555555566 666064686<6D6X6\6`6d6h6l6t66666666666666667777$7(707@7D7H7L7l7p77777777777788$8,8X8\8h8l8888888888888889 99$9,90989L9T9h9l9t9x9|9999999999999999::::: :(:,:4:<:@:H:X:\:d:h:p:x:|::::::::::::;; ;D;L;P;;;;;;;;;<< <$<(<,<<<@<P<T<\<`<l<p<<<<<<<<<<<<<<<= ===$=(=0=4=d=l=p=x=============>> >>>>>0>8>@>D>`>t>x>|>>>>>>>>>>>>>>>?? ?$?0?D?H?L?P?T?x?|???@$@(@D@P@`@d@l@p@t@@@@@@@@@@@@@AAAAAA A,A4A8A@APATAhApAAAAAAAAAAAAAAAAAB BBBBB B0B4B cAcBcCcGcI cN$cO(cR,cU0cV4cW8cYeBeHeIeK eL$eN(eO,eP0eR4eS8eU 0X< 80 P0 80<P- 0 8 0 S X! 80 ` v`@@R0 00( (0<40( @ QL0 PP  QTЍL0AT$@L bzG-,e,u`!4RڔP v@2 TU 14P@4S 4S" 1S"ڜ 0 (0 r x4D 0Q  0Q0" !  @1S@0! 2! 1S4 AR TT 0S  0@0 P0PhP4 @R TT 0S0 !0R0 0@ Pʔ$0S 00S 0S0S 0Q0S0 A^10 0rTG T`n 1s PlU 1 0 sl P T nR \1  R00 R10 ?&?CR P 0T0TP@4S? 00$R^1S7@P  0 (Q0Q0" 0 (\  0\0" 0 @ P1SڐI|t 2r S2 S /00/0@-@00@P000 S  Q\@-,D<#4<# 0  <0 0< ,T#4<@#D0\00 ,  <0  O-@ M`pdUP0SM,@ WRt"1 <P\P#4<#0R00 ,  <0  x0("1 c 0s@@ \@±0\@0 Q  Ѝ< #4<#0   <0 0]0  0DⲠᶰS񏐃z~ \6P 0S X0@@00@00l3z @0S@at@2[ 0t S0 P(< #4<#0   <0 0w0("1 c 0s㴠 Xᴠ±0Xᶠ0 QʲzY, URp" <P#4< #0R00 ,  <0  Z[ 0 J@0r@0 RQ 0,P QRu"Ġ.< #4<#0  <0 0z0("1 c 0sPP ^P±0^P0 Qp<@\#4<#Ġ0R00 ,  <0  0@00]P@/ 0@S+ }@&]pdt6m p@-PPpp @00@p@-@Pp ~Rp@-@`20v00`R࠱ࠡ^% 0b(0P  10 0  R0s P r 0@0R0F00p` R  1SPQp@-`@@ RPUPE @Q "p@p@dT0T 0@-Q P L@P@XfLP/0 0  <00     < 0 0  0, 0000/G-`P@ 0  <00     <     0, 00 00R000 p\P(0l@!X01 P\  R p 0@O-鄂$MP@PH`@ QX2 T<2 A U2 Q V 1 a W1 q [1 笱  TQ1 !T T }X RK X v부0x[0F(@q`P!2pb0s@u0t R 0V㶀ᶀ Q @ Q`0v s@ t0S0 0嶀0 0 0 00k$Ѝ(0 !X s`(!2pb