IPL1 1fffQRfB@f  1Ҵfff0fff%f&$ZfYˁtu1ɠ$<0t6<t%< t< t & G 1҉)׉։>6f[fXRead error No bootable partition PUWEVfd1200?&?` WEV^J ` ` ` f)Ȏ؎ffg:g<gJgLgBgDff gfZf)( RUVSu1] tPOC~jjR p5uD1 t3Ë` uuA9| 5hhh>=Jt3hhhhWY[t ghunPaP54`PuRuR55hh!%0th -u j hh -=8t)5hXZUWVS$Ej PMэv; t3t+=t=t= t=t h EЁ tt f=  u1҉ы}W5aP54`Ph h=uhTuW XuZtFuh_uV uuhjhut )؉jEVP5ujSht+uVN ]jSu jVSEЃPjhEЃuV   á á ÍuУ5T)BAuBIBAuhh'h)?hhh'WVhhS PWe[^_UVS] uE0uVSI D3e[^ UVSu U< t< uB<-usB< t< t> FreeBSD BOOT @ 0x%x: %d/%d k of memory, %s%s console Boot default: %d:%s(%d,%c)%s %s boot: Can't find %s Invalid format! Booting %d:%s(%d,%c)%s @ 0x%x Start address too low text=0x%x data=0x%x bss=0x%x symbols=[+0x%x+0x%x+0x%x+0x%x+0x%x] total=0x%x entry point=0x%x No keyboard found Keyboard found bad disklabel Error: D:0x%x C:%d H:%d S:%d %s Unknown device @O7/258;25|/-\ 08@hC`  <  ` hCk @` `  ` /mntiii hC`  @@@<@T 08@hC`  <  ` hCk @` `  ` # #hC`  @@@<@TU hC ` F ,hCAhChChCH(UAhChChCPAhChChCA(kAhChChCB3Am hChChCIAnm&גhCגhChC +AhChChCOY?kAhChChCDIyUAhChChCE $hChChCF>hChChCX`hpxP+hChChCQ2hChChC[AhChChCG5UiAhChChCVctAhChChCWMAhChChC(KAhChChC&hAhChChC?=AhChChC6JAhChChC|dAhChChC:8hChChC Ո\hChChCg9 ... . .. tarfixit-small_crunch catchmodN cp dd dfechoNexprNkillN ln lsmkdirN mv rmrmdirNsleepNsyncNbsdlabely`clriNdmesgNfdiskNmknodNmountN mount_cd9660] mount_msdosfs]rebootrestoreswaponumount ee disklabel`rrestorey` ftptelneteditNchownNchrootchgrpN ... . .. group] spwd.db  protocols]services]# $FreeBSD: src/etc/group,v 1.32 2005/06/06 20:19:56 brooks Exp $ # wheel:*:0:root daemon:*:1: kmem:*:2: sys:*:3: tty:*:4: operator:*:5:root mail:*:6: bin:*:7: news:*:8: man:*:9: games:*:13: staff:*:20: sshd:*:22: smmsp:*:25: mailnull:*:26: guest:*:31: bind:*:53: proxy:*:62: authpf:*:63: _pflogd:*:64: _dhcp:*:65: uucp:*:66: dialer:*:68: network:*:69: www:*:80: nogroup:*:65533: nobody:*:65534:  ... . ...snap devstand bin sbin etc mntmnt1mnt2mnt3mnt4 tmp usr0.profile]#!/bin/sh -p # # Simple replacement for tar(1), using cpio(1). # # Copyright (c) 1996 Joerg Wunsch # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # $FreeBSD: src/release/scripts/tar.sh,v 1.7 2001/04/08 23:09:21 obrien Exp $ # # # For use on the fixit floppy. External programs required: # cpio(1), find(1), test(1) # archive=${TAPE:-/dev/rsa0} blocksize="20" device="" mode="none" verbose="" usage() { echo "usage: tar -{c|t|x} [-v] [-b blocksize] [-f archive] [files...]" 1>&2 exit 64 # EX_USAGE } # # Prepend a hyphen to the first arg if necessary, so the traditional form # ``tar xvf /dev/foobar'' will work, too. More kludgy legacy forms are not # supported however. # if [ $# -lt 1 ] ; then usage fi case "$1" in -*) break ;; *) tmp="$1" shift set -- -$tmp "$@" ;; esac while getopts "ctxvb:f:" option do case $option in [ctx]) if [ $mode = "none" ] ; then mode=$option else usage fi ;; v) verbose="-v" ;; b) blocksize="${OPTARG}" ;; f) archive="${OPTARG## }" ;; *) usage ;; esac done shift $(($OPTIND - 1)) if [ "X${archive}" != "X-" ] ; then device="-F ${archive}" # else: use stdin or stdout, which is the default for cpio fi case $mode in none) usage ;; t) exec cpio -it $verbose $device --block-size="$blocksize" "$@" ;; x) exec cpio -idmu $verbose $device --block-size="$blocksize" "$@" ;; c) if [ $# -eq 0 ] ; then # use current dir -- slightly bogus set -- "." fi find "$@" -print |\ cpio -o -H ustar $verbose $device --block-size="$blocksize" exit $? ;; esac  ... ... ip 0 IP icmp 1 ICMP igmp 2 IGMP ggp 3 GGP ipencap 4 IP-ENCAP st2 5 ST2 tcp 6 TCP cbt 7 CBT egp 8 EGP igp 9 IGP bbn-rcc 10 BBN-RCC-MON nvp 11 NVP-II pup 12 PUP argus 13 ARGUS emcon 14 EMCON xnet 15 XNET chaos 16 CHAOS udp 17 UDP mux 18 MUX dcn 19 DCN-MEAS hmp 20 HMP prm 21 PRM xns-idp 22 XNS-IDP trunk-1 23 TRUNK-1 trunk-2 24 TRUNK-2 leaf-1 25 LEAF-1 leaf-2 26 LEAF-2 rdp 27 RDP irtp 28 IRTP iso-tp4 29 ISO-TP4 netblt 30 NETBLT mfe-nsp 31 MFE-NSP merit-inp 32 MERIT-INP sep 33 SEP 3pc 34 3PC idpr 35 IDPR xtp 36 XTP ddp 37 DDP idpr-cmtp 38 IDPR-CMTP tp++ 39 TP++ il 40 IL ipv6 41 IPV6 sdrp 42 SDRP ipv6-route 43 IPV6-ROUTE ipv6-frag 44 IPV6-FRAG idrp 45 IDRP rsvp 46 RSVP gre 47 GRE mhrp 48 MHRP bna 49 BNA esp 50 ESP ah 51 AH i-nlsp 52 I-NLSP swipe 53 SWIPE narp 54 NARP mobile 55 MOBILE tlsp 56 TLSP skip 57 SKIP ipv6-icmp 58 IPV6-ICMP icmp6 ipv6-nonxt 59 IPV6-NONXT ipv6-opts 60 IPV6-OPTS cftp 62 CFTP sat-expak 64 SAT-EXPAK kryptolan 65 KRYPTOLAN rvd 66 RVD ippc 67 IPPC sat-mon 69 SAT-MON visa 70 VISA ipcv 71 IPCV cpnx 72 CPNX cphb 73 CPHB wsn 74 WSN pvp 75 PVP br-sat-mon 76 BR-SAT-MON sun-nd 77 SUN-ND wb-mon 78 WB-MON wb-expak 79 WB-EXPAK iso-ip 80 ISO-IP vmtp 81 VMTP secure-vmtp 82 SECURE-VMTP vines 83 VINES ttp 84 TTP nsfnet-igp 85 NSFNET-IGP dgp 86 DGP tcf 87 TCF eigrp 88 EIGRP ospf 89 OSPFIGP sprite-rpc 90 Sprite-RPC larp 91 LARP mtp 92 MTP ax.25 93 AX.25 ipip 94 IPIP micp 95 MICP scc-sp 96 SCC-SP etherip 97 ETHERIP encap 98 ENCAP gmtp 100 GMTP ifmp 101 IFMP pnni 102 PNNI pim 103 PIM aris 104 ARIS scps 105 SCPS qnx 106 QNX a/n 107 A/N ipcomp 108 IPComp snp 109 SNP compaq-peer 110 Compaq-Peer ipx-in-ip 111 IPX-in-IP carp 112 CARP vrrp pgm 113 PGM l2tp 115 L2TP ddx 116 DDX iatp 117 IATP st 118 ST srp 119 SRP uti 120 UTI smp 121 SMP sm 122 SM ptp 123 PTP isis 124 ISIS fire 125 FIRE crtp 126 CRTP crudp 127 CRUDP sscopmce 128 SSCOPMCE iplt 129 IPLT sps 130 SPS pipe 131 PIPE sctp 132 SCTP fc 133 FC pfsync 240 PFSYNC divert 258 DIVERT  ... ...a  }n}{>9xs61 T O v nobody*Unprivileged user/nonexistent/usr/sbin/nologin3nobody*Unprivileged user/nonexistent/usr/sbin/nologinCpop*DPost Office Owner/nonexistent/usr/sbin/nologin1poppop*DPost Office Owner/nonexistent/usr/sbin/nologinApopbind*55Bind Sandbox//usr/sbin/nologin35bind*55Bind Sandbox//usr/sbin/nologin2bind*55Bind Sandbox//usr/sbin/nologinC5bind*55Bind Sandbox//usr/sbin/nologinBkmem*KMem Sandbox//usr/sbin/nologin3kmem*KMem Sandbox//usr/sbin/nologinCtty*Tty Sandbox//usr/sbin/nologin2tty*Tty Sandbox//usr/sbin/nologinB|w*%rl  V Q r proxy*>>Packet Filter pseudo-user/nonexistent/usr/sbin/nologin3>proxy*>>Packet Filter pseudo-user/nonexistent/usr/sbin/nologin2proxy*>>Packet Filter pseudo-user/nonexistent/usr/sbin/nologinC>proxy*>>Packet Filter pseudo-user/nonexistent/usr/sbin/nologinBsmmsp*Sendmail Submission User/var/spool/clientmqueue/usr/sbin/nologin1smmspsmmsp*Sendmail Submission User/var/spool/clientmqueue/usr/sbin/nologinAsmmspsshd*Secure Shell Daemon/var/empty/usr/sbin/nologin3sshd*Secure Shell Daemon/var/empty/usr/sbin/nologinCkmem*KMem Sandbox//usr/sbin/nologin2kmem*KMem Sandbox//usr/sbin/nologinB`\!@; I D _pflogd*@@pflogd privsep user/var/empty/usr/sbin/nologin2_pflogd*@@pflogd privsep user/var/empty/usr/sbin/nologinBgames* Games pseudo-user/usr/games/usr/sbin/nologin3games* Games pseudo-user/usr/games/usr/sbin/nologin2games* Games pseudo-user/usr/games/usr/sbin/nologinCgames* Games pseudo-user/usr/games/usr/sbin/nologinBtty*Tty Sandbox//usr/sbin/nologin1ttytty*Tty Sandbox//usr/sbin/nologinAttybin*Binaries Commands and Source//usr/sbin/nologin1binbin*Binaries Commands and Source//usr/sbin/nologinAbin(UPTO  6 1 , ' } 5 0 @ @ www*PPWorld Wide Web Owner/nonexistent/usr/sbin/nologin3Pwww*PPWorld Wide Web Owner/nonexistent/usr/sbin/nologinCP_dhcp*AAdhcp programs/var/empty/usr/sbin/nologin2_dhcp*AAdhcp programs/var/empty/usr/sbin/nologinB_pflogd*@@pflogd privsep user/var/empty/usr/sbin/nologin3@_pflogd*@@pflogd privsep user/var/empty/usr/sbin/nologinC@proxy*>>Packet Filter pseudo-user/nonexistent/usr/sbin/nologin1proxyproxy*>>Packet Filter pseudo-user/nonexistent/usr/sbin/nologinAproxysshd*Secure Shell Daemon/var/empty/usr/sbin/nologin1sshdsshd*Secure Shell Daemon/var/empty/usr/sbin/nologinAsshdnews*News Subsystem//usr/sbin/nologin3news*News Subsystem//usr/sbin/nologin2 news*News Subsystem//usr/sbin/nologinCnews*News Subsystem//usr/sbin/nologinB kmem*KMem Sandbox//usr/sbin/nologin1kmemkmem*KMem Sandbox//usr/sbin/nologinAkmemrootCharlie &/root/bin/csh3rootCharlie &/root/bin/csh2rootCharlie &/root/bin/cshCrootCharlie &/root/bin/cshB$}(#|w*% !  d \  r m  N G nobody*Unprivileged user/nonexistent/usr/sbin/nologin1nobodynobody*Unprivileged user/nonexistent/usr/sbin/nologinAnobodyuucp*BBUUCP pseudo-user/var/spool/uucppublic/usr/local/libexec/uucp/uucico2uucp*BBUUCP pseudo-user/var/spool/uucppublic/usr/local/libexec/uucp/uucicoB_dhcp*AAdhcp programs/var/empty/usr/sbin/nologin3A_dhcp*AAdhcp programs/var/empty/usr/sbin/nologinCA_pflogd*@@pflogd privsep user/var/empty/usr/sbin/nologin1_pflogd_pflogd*@@pflogd privsep user/var/empty/usr/sbin/nologinA_pflogdsmmsp*Sendmail Submission User/var/spool/clientmqueue/usr/sbin/nologin3smmsp*Sendmail Submission User/var/spool/clientmqueue/usr/sbin/nologinCman* Mister Man Pages/usr/share/man/usr/sbin/nologin3 man* Mister Man Pages/usr/share/man/usr/sbin/nologin2 man* Mister Man Pages/usr/share/man/usr/sbin/nologinC man* Mister Man Pages/usr/share/man/usr/sbin/nologinB daemon*Owner of many system processes/root/usr/sbin/nologin3daemon*Owner of many system processes/root/usr/sbin/nologinCtoor*Bourne-again Superuser/root2toor*Bourne-again Superuser/rootB.FAQJ U P  : 6 E @  h c   pop*DPost Office Owner/nonexistent/usr/sbin/nologin2pop*DPost Office Owner/nonexistent/usr/sbin/nologinBuucp*BBUUCP pseudo-user/var/spool/uucppublic/usr/local/libexec/uucp/uucico3Buucp*BBUUCP pseudo-user/var/spool/uucppublic/usr/local/libexec/uucp/uucicoCBmailnull*Sendmail Default User/var/spool/mqueue/usr/sbin/nologin3mailnull*Sendmail Default User/var/spool/mqueue/usr/sbin/nologinCsshd*Secure Shell Daemon/var/empty/usr/sbin/nologin2 sshd*Secure Shell Daemon/var/empty/usr/sbin/nologinB man* Mister Man Pages/usr/share/man/usr/sbin/nologin1manman* Mister Man Pages/usr/share/man/usr/sbin/nologinAmanoperator*System &//usr/sbin/nologin3operator*System &//usr/sbin/nologin1operatoroperator*System &//usr/sbin/nologinCoperator*System &//usr/sbin/nologinAoperatordaemon*Owner of many system processes/root/usr/sbin/nologin2daemon*Owner of many system processes/root/usr/sbin/nologin1daemondaemon*Owner of many system processes/root/usr/sbin/nologinBdaemon*Owner of many system processes/root/usr/sbin/nologinAdaemontoor*Bourne-again Superuser/root1toortoor*Bourne-again Superuser/rootAtoorrootCharlie &/root/bin/csh1rootrootCharlie &/root/bin/cshArootVERSION$|w+&61 I D ` [ ? : D D www*PPWorld Wide Web Owner/nonexistent/usr/sbin/nologin2www*PPWorld Wide Web Owner/nonexistent/usr/sbin/nologin1wwwwww*PPWorld Wide Web Owner/nonexistent/usr/sbin/nologinBwww*PPWorld Wide Web Owner/nonexistent/usr/sbin/nologinAwwwuucp*BBUUCP pseudo-user/var/spool/uucppublic/usr/local/libexec/uucp/uucico1uucpuucp*BBUUCP pseudo-user/var/spool/uucppublic/usr/local/libexec/uucp/uucicoAuucpbind*55Bind Sandbox//usr/sbin/nologin1bindbind*55Bind Sandbox//usr/sbin/nologinAbindsmmsp*Sendmail Submission User/var/spool/clientmqueue/usr/sbin/nologin2 smmsp*Sendmail Submission User/var/spool/clientmqueue/usr/sbin/nologinB news*News Subsystem//usr/sbin/nologin1newsnews*News Subsystem//usr/sbin/nologinAnewsgames* Games pseudo-user/usr/games/usr/sbin/nologin1gamesgames* Games pseudo-user/usr/games/usr/sbin/nologinAgamesbin*Binaries Commands and Source//usr/sbin/nologin3bin*Binaries Commands and Source//usr/sbin/nologinCoperator*System &//usr/sbin/nologin2operator*System &//usr/sbin/nologinB^Y{v Z T  m h   t 6 t nobody*Unprivileged user/nonexistent/usr/sbin/nologin2nobody*Unprivileged user/nonexistent/usr/sbin/nologinBpop*DPost Office Owner/nonexistent/usr/sbin/nologin3Dpop*DPost Office Owner/nonexistent/usr/sbin/nologinCD_dhcp*AAdhcp programs/var/empty/usr/sbin/nologin1_dhcp_dhcp*AAdhcp programs/var/empty/usr/sbin/nologinA_dhcpmailnull*Sendmail Default User/var/spool/mqueue/usr/sbin/nologin2 mailnull*Sendmail Default User/var/spool/mqueue/usr/sbin/nologin1mailnullmailnull*Sendmail Default User/var/spool/mqueue/usr/sbin/nologinB mailnull*Sendmail Default User/var/spool/mqueue/usr/sbin/nologinAmailnulltty*Tty Sandbox//usr/sbin/nologin3tty*Tty Sandbox//usr/sbin/nologinCbin*Binaries Commands and Source//usr/sbin/nologin2bin*Binaries Commands and Source//usr/sbin/nologinB# # Network services, Internet style # # Stripped-down version. # # $FreeBSD: src/release/fixit.services,v 1.4 1999/08/28 01:33:10 peter Exp $ # # WELL KNOWN PORT NUMBERS # echo 7/tcp echo 7/udp discard 9/tcp sink null discard 9/udp sink null systat 11/tcp users #Active Users systat 11/udp users #Active Users daytime 13/tcp daytime 13/udp chargen 19/tcp ttytst source #Character Generator chargen 19/udp ttytst source #Character Generator ftp-data 20/tcp #File Transfer [Default Data] ftp-data 20/udp #File Transfer [Default Data] ftp 21/tcp #File Transfer [Control] ftp 21/udp #File Transfer [Control] ssh 22/tcp #Secure Shell Login ssh 22/udp #Secure Shell Login telnet 23/tcp telnet 23/udp # 24/tcp any private mail system # 24/udp any private mail system smtp 25/tcp mail #Simple Mail Transfer smtp 25/udp mail #Simple Mail Transfer time 37/tcp timserver time 37/udp timserver domain 53/tcp #Domain Name Server domain 53/udp #Domain Name Server bootps 67/tcp dhcps #Bootstrap Protocol Server bootps 67/udp dhcps #Bootstrap Protocol Server bootpc 68/tcp dhcpc #Bootstrap Protocol Client bootpc 68/udp dhcpc #Bootstrap Protocol Client tftp 69/tcp #Trivial File Transfer tftp 69/udp #Trivial File Transfer gopher 70/tcp gopher 70/udp finger 79/tcp finger 79/udp http 80/tcp www www-http #World Wide Web HTTP http 80/udp www www-http #World Wide Web HTTP sunrpc 111/tcp rpcbind #SUN Remote Procedure Call sunrpc 111/udp rpcbind #SUN Remote Procedure Call auth 113/tcp ident tap #Authentication Service auth 113/udp ident tap #Authentication Service nntp 119/tcp usenet #Network News Transfer Protocol nntp 119/udp usenet #Network News Transfer Protocol rmt 411/tcp #Remote MT Protocol rmt 411/udp #Remote MT Protocol https 443/tcp https 443/udp # # Berkeley-specific services # exec 512/tcp #remote process execution; # authentication performed using # passwords and UNIX loppgin names biff 512/udp comsat #used by mail system to notify users # of new mail received; currently # receives messages only from # processes on the same machine login 513/tcp #remote login a la telnet; # automatic authentication performed # based on priviledged port numbers # and distributed data bases which # identify "authentication domains" who 513/udp whod #maintains data bases showing who's # logged in to machines on a local # net and the load average of the # machine cmd 514/tcp shell #like exec, but automatic # authentication is performed as for # login server syslog 514/udp printer 515/tcp spooler printer 515/udp spooler talk 517/tcp #like tenex link, but across # machine - unfortunately, doesn't # use link protocol (this is actually # just a rendezvous port from which a # tcp connection is established) talk 517/udp #like tenex link, but across # machine - unfortunately, doesn't # use link protocol (this is actually # just a rendezvous port from which a # tcp connection is established) ntalk 518/tcp ntalk 518/udp utime 519/tcp unixtime utime 519/udp unixtime efs 520/tcp #extended file name server router 520/udp route routed #local routing process (on site); # uses variant of Xerox NS routing # information protocol uucp 540/tcp uucpd uucp 540/udp uucpd uucp-rlogin 541/tcp uucp-rlogin 541/udp klogin 543/tcp # Kerberos (v4/v5) klogin 543/udp # Kerberos (v4/v5) kshell 544/tcp krcmd # Kerberos (v4/v5) kshell 544/udp krcmd # Kerberos (v4/v5)  ... ... ... . ..share . ..misc . .. scsi_modes(08@HPX`hpx (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx 0x0a "Control Mode Page" { {Reserved} *t7 {RLEC} t1 {Queue Algorithm Modifier} t4 {Reserved} *t2 {QErr} t1 {DQue} t1 {EECA} t1 {Reserved} *t4 {RAENP} t1 {UAAENP} t1 {EAENP} t1 {Reserved} *i1 {Ready AEN Holdoff Period} i2 } 0x02 "Disconnect-Reconnect Page" { {Buffer Full Ratio} i1 {Buffer Empty Ratio} i1 {Bus Inactivity Limit} i2 {Disconnect Time Limit} i2 {Connect Time Limit} i2 {Maximum Burst Size} i2 {Reserved} *t6 {DTDC} t2 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 } 0x09 "Peripheral Device Page" { {Interface Identifier} i2 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 } 0x1a "Power Control" { {Reserved} *i1 {Reserved} *t6 {Idle} t1 {Standby} t1 {Idle Condition Timer} i4 {Standby Condition Timer} i4 } 0x08 "Caching Page" { {IC} t1 {ABPF} t1 {CAP} t1 {DISC} t1 {SIZE} t1 {WCE} t1 {MF} t1 {RCD} t1 {Demand Retention Priority} t4 {Write Retention Priority} t4 {Disable Pre-fetch Transfer Length} i2 {Minimum Pre-fetch} i2 {Maximum Pre-fetch} i2 {Maximum Pre-fetch Ceiling} i2 } 0x05 "Flexible Disk Page" { {Transfer rate} i2 {Number of heads} i1 {Sectors per track} i1 {Data bytes per sector} i2 {Number of cylinders} i2 {Starting cylinder-write precompensation} i2 {Starting cylinder-reduced write current} i2 {Drive step rate} i2 {Drive step pulse width} i1 {Head settle delay} i2 {Motor on delay} i1 {Motor off delay} i1 {TRDY} t1 {SSN} t1 {MO} t1 {Reserved} *t5 {Reserved} *t4 {SPC} t4 {Write Compensation} i1 {Head load delay} i1 {Head unload delay} i1 {Pin 34} t4 {Pin 2} t4 {Pin 4} t4 {Pin 1} t4 {Medium rotation rate} i2 {Reserved} *i1 {Reserved} *i1 } 0x03 "Format Device Page" { {Tracks per Zone} i2 {Alternate Sectors per Zone} i2 {Alternate Tracks per Zone} i2 {Alternate Tracks per Logical Unit} i2 {Sectors per Track} i2 {Data Bytes per Physical Sector} i2 {Interleave} i2 {Track Skew Factor} i2 {Cylinder Skew Factor} i2 {SSEC} t1 {HSEC} t1 {RMB} t1 {SURF} t1 {Reserved} *t4 } 0x0b "Medium Types Supported Page" { {Reserved} *i1 {Reserved} *i1 {Medium type one supported} i1 {Medium type two supported} i1 {Medium type three supported} i1 {Medium type four supported} i1 } 0x0c "Notch and Partition Page"; 0x01 "Read-Write Error Recovery Page" { {AWRE (Auto Write Reallocation Enbld)} t1 {ARRE (Auto Read Reallocation Enbld)} t1 {TB (Transfer Block)} t1 {RC (Read Continuous)} t1 {EER (Enable Early Recovery)} t1 {PER (Post Error)} t1 {DTE (Disable Transfer on Error)} t1 {DCR (Disable Correction)} t1 {Read Retry Count} i1 {Correction Span} i1 {Head Offset Count} i1 {Data Strobe Offset Count} i1 {Reserved} *i1 {Write Retry Count} i1 {Reserved} *i1 {Recovery Time Limit} i2 } 0x04 "Rigid Disk Drive Geometry Page" { {Number of Cylinders} i3 {Number of Heads} i1 {Starting Cylinder-Write Precompensation} i3 {Starting Cylinder-Reduced Write Current} i3 {Drive Step Rate} i2 {Landing Zone Cylinder} i3 {Reserved} *t6 {RPL} t2 {Rotational Offset} i1 {Reserved} *i1 {Medium Rotation Rate} i2 {Reserved} *i1 {Reserved} *i1 } 0x07 "Verify Error Recovery Page" { {Reserved} *t4 {EER} t1 {PER} t1 {DTE} t1 {DCR} t1 {Verify Retry Count} i1 {Verify Correction Span} i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Verify Recovery Time Limit} i2 } 0x0E "CD-ROM Audio Control Parameters Page" { {Reserved} *t5 {Immed} t1 {SOTC} t1 {Reserved} *t1 {Reserved} *i2 {APRVal} t1 {Reserved} *t3 {Format of LBAs / sec.} t4 {Logical Blocks per Second of Audio Playback} i2 {Reserved} *t4 {Output Port 0 Channel Selection} t4 {Output Port 0 Volume} i1 {Reserved} *t4 {Output Port 1 Channel Selection} t4 {Output Port 1 Volume} i1 {Reserved} *t4 {Output Port 2 Channel Selection} t4 {Output Port 2 Volume} i1 {Reserved} *t4 {Output Port 3 Channel Selection} t4 {Output Port 3 Volume} i1 } 0x10 "Device Configuration Page" { {Reserved} *t1 {Change Active Partition} t1 {Change Active Format} t1 {Active Format} t5 ELF 44 ( kkpYw UWVS ]׍t ۉ5PX~$Ett W'  hu' PVEPSP% щǐU=It8vҡut hI~IÐUthIhIw~Itt hIU~ÐUVSj/]S ^Zt p& = t3VR2 ZYt݃;1e[^UWVSPPhvhv5H 1 = tN1MUUO~5Hj Yu_3hȈ5Hm ;5Hj j1$ UWVSWWEE} EEt8uGj/7ݟ [^Xu = t66SX1 ZYt>>tEEE} ENe[^_Shvhw5H e[^_UWVSu] }N}] u[^_,U>UWVSRR; Hu;=Du@ PT_t!=Du Hf` 5 HT[EE n =Jt u}KEE=ItO=It tFEuhw5H =Du H@ @5HϪ Y u]=I=Du,HBHBy;B| $]Rj$ 5Hj$ _@Z8 =I"=Du)HBHBy;B| ^ Rj^V 5Hj^ Z@Y]=Du*HBHBy;B| IRjI5HjI=IÀv S _ `;D4%=Du)HBHBy;B| M RjM 5HjM~ Z@Y=Du)HBHBy;B| - Rj-F 5Hj-~ Y@_Mv S Z `;D4%=Du)HBHBy;B| ^ Rj^ 5Hj^ ~ Y@_=Du7?tك@HBHBy ;B| t GRQI5H?t؃@P?=Du/HBHBy ;B| t RS. 5HSh} _Z@t:߃=DuFHFyV4 @ V2 YÃZ=DuF @ V蔧 Zt35Ih; [=DI_uff VPY=Du H@ @5H= Zt hwj舭 e[^_UWVS Džth]<+ ZYu1IwjRIC^X>8-jjjuV. jjj x`jhEPE gv>?5PVSq y S[jSz@ZYujڭ X؉Džy!h _XI:t3u H)h+W/ S1 =Du H@ 5HA ^=I$P7Y[t5Ihj跫 d=sPIZIu6hc"1ISP y hwj` )u5I5IW }5Ih荬 [^ItW/Yt0 e[^_UVShGju] 6vbw~$4wIIzIIdIXJLII6j5Hr XZ%I5HhwZ ^XjhwSV8 I+=Iu-=Iu$=Iu=Ju=Iu =It1҉75HL/ [t hwj蛩 5I UU5Hhw j UWVSLu} EEEEwg1PtgHtGLtRXt| RtZftYur}\htNotR|vtrxrDEEeEEELECE:E1+L9-u<A9u4yu.C+$Eh/xWV7 +)N<}t0}t h@xjͨ }t}t}t EPs Ex 7VEZu Vhuxjz jSWr EE\hxtG4H ws$w}7jWumCw賺 $wh臩 E1w菺 $whc E }G<@Pu҃‰EG<@%[9^uwUZYt}uwh0 ^_Et}tnwh Y}[~QuVG<@P]R*SG<@% EP<*SG<@% EPVG<@Phxl $j ^HZuuDžX)88t hxj( uuX UUWVSDu1f$Lts HtQPtpRpinrv1DžDž1DžDžDž JhJlJpJ_pJlJlJpJhJ)tJ$JdJ/hxu Vn3 +U )ƍU =$JDžt<= Jthxu ut hxj Dž= Jt)tthjiNE hShh =v Sh8y1hсgh `uh.`ii`J/t-iv%/u B`B`ivz/ޡ`dU EPhhÃXZu58t#E%=@DžN~ VjDž=$Ju= Jt%u t4PE 04PU 2^X<%=@u= Ju =$Jt Dž Džt)u Cu hhhJy hhhfyjâ hDž$f$Gu 舸 u hxnDž0F4tt$4t u*vδ $vhJvh|y蕣 f~2u[tHj/va ZYDžt +NAFhP [_u F$N~$+9/dt z/t/B:-h=vQhhhy}WQRY `z/uB`B`iwf~4~ =tJtjvz Dž虿ZM/8t hxjL  UEH4t" ttE P4t tu1It1U`JÐUWVSl} 1]EuC%=ufC@JCDJC HJC$fcLJth@Jhh!h@JhhZYt(hhuGPhHz蘝 E tEPu Et Phh^ PhhyZYt EEfe9C EuE9Ctitss u &tss hhss hh t({-8thhhUzל YEXfc}t Ef9CtWtCPu x&fCtPhhPhhYZthhhyk XEZ}tE9CDtMt sDu mt ,NsDhhaY[thhh_z XEZEe[^_US} ]thhaZt hhhkz#sCPhh thhhvz講 1=tJt]E ]?]US} ]thhYt hhhkzCPhhYZthhhz6 1=tJt]E ]]UVShPuv u vhzF} Ƅthh<[t hhhkzhhSNZYtShz荚 1=tJt jv<)[^e[^UWVS$jjEpE @uUrh7 MI<} MF=lJt)=dJthhhz [^u1=pJhhhhz5H =Du# HAHAyQ @5 H Yƒ tGtB=Du# HAHAyQ @5 Hv Zƒ tB뼃ytYtu5Hhz {=hJt,hhUBPhhhE)jhMAPhhhE؃ }u!hhh褘 uTUB%=EHB0R4:4+#| =jjujjEp0jEЃ@u UrME}Ћq0VWuEԉá`J t^1REPEh0},$fE x{ fEm]mEPhhUrhz5H`J 9} ~ )v9thhhi ^E_Mq0uY[hhh: XZEE`JuVWuEԉá`J t^1REPUj0},$fE x{ fEm]mEPhhMqhz5H`J 9} ~ )v9=hh`Juh EF}yEphP _EX=tJtuu[^tEuuZYthhh ^E_E܍e[^_Uhzh-{h5H j@ UIUWVS}KKJ5J蛧 ÅۣJXu 7h*mj=Sh Y^ƅuS@Fxu 5JhYCh<jjJh{EEPi u uhsJP tuhjB PJVPZGJt*4tJJtt hu XJ t1uhЄa=LuhQuجLLt>!t.t JLج*JLhj} LKRPhjӋK9ډK6|9w0KRPhjӋL9ډL|9vhjh0j e[^_UE E EE UUW1t hWj轒 L}UEKUEKU}tjhEP hjjh`|EEP_ u uhrJPtuhj8 P@ JtLUE E EE UWVS :#jEPSEU# 8t5Jhj E9؉EiEEUWt_GtOBt-]Kt/Mt3Qkt# btgt)>mtwt&2E"EEE@EEE EtOuE]މً}]ߍu]uU؉EԋERPEU9u{9uwE@EEXt *xum@UuE]މً}]ߍu]uU؉EԋERPEU{9u9t.j" $5JhjH 5Jhj6 EUe[^_UJSEu2 w=vjhhŅj K]UJSEu2w=vjhhj襏 K]UE ptujjhjn UE[y h!jQ uL L L LUESw=vjhh:j L]UESӃwvjhh;j贎 KK]UWVS$jEPSEU 8t5Jhj貍 }9EEWt_GtOBt-]Kt/Mt3Qkt# btgt)>mtwt&2E"EEE@EEE E]EU܉E؋EËU‹uEƍE܋U܋E؅UE |w1҃} |}w19uuuu 99GEEXt *x@i]EUUԋUӉEЋEЋuU֍UԋUԋEЅUE| v1҃} |}w19tuuuuW 9u9t.j" $5Jhjt 5Jhjb EUe[^_UELLUEKKUSLtK K)Jt AKKK;KKrjKKKKX]áKUtKUWVSQQ=JtlK KڅtC< tIu1KKKR)P5K eAKD JKKK1)Ë5K-LK9v¡LEt19s,;C t:E8AF19s;C tAF tK;LFK)ȃ KuHKL9s!)PL tP RV NKt; t@LDLC< tBKu롨Ku JHKLKK;KKrjZ5K=KKKKe[^_ËKU҉t]@LKRDL)P5K LK)PL tH QKR LKU LVStK5K)Kt FL5K9KH9r5x u I9r*9 9r!)YSV5K. KK K K@K;KKrj[LK)9УKwKtKR)P5K KKKe[^U=KStp5KhX趉 K KA[9[r5y u H9r*8 9r!)ЍXSR5KI KK KK K]Ð111111U1‰USdÍEPsV@ZYt9E%=uK = t=`uXEPhzf@s @ushj衆 UtK tKE%= uAu @u5Kh/=J!psL1t2JFv񈎠JFvpt'uJJFvt71Jv R Y `;4JFv=t51Jv Rx Z `;4JFvpt1JFv@t1JFvfy&1JUt ˀJFv܁ t&1J'u ˀJFvLJjEP訿Y[ hoMjEXLhjxh. pttBpu@$= L5L t+ut(L L,L$L9rw9sJtG@t5KLP t5Kj 5KS =K K15K5K5Kv uKJu5Khj~ 5Kh8 XZKt1j1RKP5K у t5Kh _XJK K9uK L$LKEJ(L ,L5Kt KKK(L ,LJt!KjK^K&t-KtHLLLHP5K5K KKLL=u=uj =جuJ@t\Kt\ K9sI@t )QLP  t)Qj 5K1 )=K1KK=KuJJ tj[j( UWSjxPO ڍ|څx%XLXɞݝpZvݝp5E؉}܋EMH(MQ0]X,ЉUeUЋUI4UE̋]ЋEEЉMEM̋]H0MX4]A8Q<C8A@SF$9|˃t$D8P6Zu3~ h<o X$XX1n@o1;};j 4Sw 1у \,R辠F_CC誠^螠[6hJLHt hWjm d\P&Y5Hh{ XZj@hԉu uo +U jQ)EU y1^;_s$1Ku} ?Džu*=LjPlyY[9DžDžÉP_ZuVVWfZ=LYuy.9t y Whm _XhSV 9t19sTDžx1=xLt{xxKu=xLt]tXDž|1=`Lu1ҋD% u|+|Ku=xLtjv EP} 7褨ZYyD7QE%= $U |M hLJ} ^uh k [DžtP;! Yu#Whj WDž DhLjP身tE 0hj DžbVSYZu,ƅ4=xLt*U 2hZj XDžZjS"S謧WRM VS脥Y_yShj XZDžhP[_t DžD}u򍅴=xLt E } ?=xLte[^_ÐUVS] 1ۋut-M$;t3V ZYt1=Me[^UWVS]1tz;nu{ou M1؀8t 8,uG@P՚Yuh<i 1.؉ @j,P< [ZWue[^_ÐUUWVSQ։E0Dz UÃ1IQRj)jhj1IQVj(jhj1IQSjީjh.jЩ$j UWVSf4fEf.u fEE]th-P ZYu KEETKUEUPoE_u E>tU1у~Auv|\u|cu AEC>tEC뫃}uEEC}t<]~Suj @u v6E9E)]Ee[^1_ÐUiUj 膘Xu hje EU AQUVSSj uMYtV\x CZu hjxe =MEt j PV3 j PV E <e[^UUHw BEUWVS}1҅ɸtt11҃tkB=Mt&j jw[3 É 8"ujjd j jw Ɖ ww_w1ҍe[^_UVSuHv4j-ÅXu hjfd vvhTSM ^e[^UE8UWVS(M01҅ts(M1щuSh8 ZYuD2щu&~=u <t#!>tVDMe[^_UVS];Cu C'18tSZY tSC ue[^UhƓjLc UVS]Su Zt SV؍e[^UVSu] VhYu S]Zt'VSY[EE e[^Se[^UWVSuVr} [u WdYtVWwv, [ZV_WYFVO_11 1RP~VW e[^_UWVSSSuYu u Zt1uu }E pUrP, ^_1RP?uu EU XHBR19ӾEU |9w11WVu]u Ue[^_UWVSSSu4Yu u 'Zt/uu E pUr+ ^_1RP?uu EU XHBR19ӾEU| 9r11WVuu e[^_UWVSSSuYu u sZt1uu E pUr* ^_1RP?uXu PEU XHBR19ӾEU |9s11WVbuu e[^_UWVSSSuYu u Zt1ueu ]E pUr0* ^_1RP?uu EU XHBR19ӾEU| 9v11WVu=u 5e[^_UWVSuV} Zu W[tVWwv) ZYVWFVO_11 1RP!VWe[^_UU WVSEM]u}|(v|v|wy y y1[^_UWVSuV} V [t WIY uhӓA=Mt?GFWVRPeppwwvvF thj^ GFRP+YXVWe[^_UVSVVEMU EȉU5U tڃىUMY[[^E^Z[^UWVSuV} p [t WcY uhӓA=Mt?F+GVWRPppwwvvU thj/] F+GRPEXZVWe[^_UM WVUS1 Ћu}tQRuu9u9te[^_UWVSu [tu Y uhӓs=MtqUBRUEE HXEuM MuEutppU rrMqq* t%hj\ U BMARP-_Xuu e[^_UE 5 EUMu AuBt1UWVS}Wu [t VY uhӓRVF uh?=Mt=RPww,RPvvwwhthj@[ G~RPUXZWVe[^_UWVS}Wu [t VY uhӓVF u hjZ =MtRPww G~ЙRPXZW^VXe[^_UWVS0}Wu jE puV(t hSVPShj7Z jEPjwVFu3]ȋMĉ u'}xWEEGP(E)ȋURP }ujjXZ hG$^Wu ~EPXe[^_UVSMu''~'8M5,M)t PR>Y PZt`HM8Mҍp,MtPRZ PŋYt#HM$M8MDXM M1ҍe[^UWV=8MS0MMLMu 8MHM,M$M1f6=LMy4LMy LM6@LMx@9ul M9,Mr hw,MBfr$M,MB$MDMBMLMj EP3t  :tE8t Rh jP x;=@i| N~jh$3f uNuEtUj EP3  :tE8t Rh'Q WQ*@ZYu3hQ YEXNu UaUhhhוh5HҒ j UWVS`=hM}u u4EPW[ZE%=@u}uF]SV`ZYuE%=@t&=\MueSVbZYuXE%=@uHj/W; Y[u@PVhhSu =~?WEPVҌ[=TMZt=`M5H Vh5H蒑 =Du# HAHAyQ @5 H Yƒ tGtB=Du# HAHAyQ @5 HB Zƒ tB뼃ytYt5Hh $Va[uVWdMZYtVhN "=PMtWXMPVh S 1e[^_UWVS`j/] 3ٕYu_u@h$P _ZchGSV @u+)ƃt=dMxx fwW$@TM`M?\M3`MTMhMPMh+SV u+)ƍhMv uxx -dMXMtt *t#jjh+3 Pjs=\Mtt-EPVZYuE%=u EPVY_t VhjK E%=@t193tjV3 ǃ W蔼 UUE @@E E@@E- UE@@U E B@E UWVS}u O<^=xMu5$@ $B@8.u=|Mu B $A&;\v\=Mu =MtP$w@;\Y[v\k$@<(@(O<9W8|9v(B8@(A;8P@^u!$r@BphחiC $fy2duq@hhR "$w@GphhR Edt8R 8RY@[u$p@@#4P8@_Zu)$q@AphחB 8 8^4uh]<T 4[14эA;`v`D8P8tYu hj@ @P訨 DCP菨 (A%= t=`u Dž=Mt-DCP= s =MtFD=MTuDC 4P 4gs $_ $@$ u#=Mu =Md0W, \UME@hjUR1ۋ }E} ؉򮋅P=Du$HBHBy Rj j  5Hj  XZ1EP$piƃ{XthS_l _[\t<=Du$HBHBy Rj  5Hj & [^e[^_UWVS,=M@}EԋG ;~/P5MRe…XYu j3 XG MEtMx t MAM@u=MwtG$p MtGp=MEu!ƍ6x9}}e[^_ЙEЋE}ЃE܋tfx2t.=Mut!MWڍJ1PhVj [XEUE9Um=MuuM؉MEEE9EMMW$wzE=MYtEEEU9U]E]!;]=Mt E@;EMԋUԍI=DMM̉Uu7HɋBH By ;B| t"RQ誊 5H P XZ]]#]aEMu9M=Du$HBHBy Rj L  5Hj | [XE؋E9Ee[^_UST=Eyj98dZ=Mu j߆ M[=Mt=auLnEMM9~9}={u=uEP=Z $SjP]Sr5HSp ]UWVSp Utfx2t6=Mu =Mt$MQMڍJ1PhV5h _XUDžDž<y =My~ 5Hj\w XZl=DGZu/HȋBHBy ;B| tRQ} 5HP" Y_lۉhu#Džht1}Ih1;hYE=D8u)HBHBy;B| \Rj\\} 5Hj\ XZ=Du7HH0BHBy ;B| t"RQ } 5H0P< YX=Du7HH0BHBy ;B| t"RQ| 5H0P XZ=Du4؃HH0BHBy ;B| tRQ^| ؃5H0P [XlGtHuhtjPD E utPjupPQ4le[^_U5Hh#c j( UU5Hh2b j@ UWVS]} EE9ptmt &vtd\EEMhcWS u+uh XZu R_^tu hǙ Y[ur_Wl_%u__f^vv W{[ft5vv u hҙx à tPu h# ff FPW[YZtPu h24 輭vDWE][Zt#袭8-u~DtvDu hL FEF EEPu EE&ZZYtu hg [^Wk^Yt u hu^ZtuhǙ =Ntu uh>zU 1e[^_UP\^uDju u=Nh$uu{PhGvhNhh $ujEPR @uhzEt ht PhGu7juh$hhGvhhh jbVjEPR  @uhhm 0Uthh 1tRhh UWVSP=Nu} jW][[Z|]SVW@ZY3=Nt=NxWhzS [^f= NthWhz5H\ yjWZZY SWWZYEPEPϜhWjuY[Pju[Z} PGt4PEPh5H.\ (=Du# HAHAyQw @5 H$ Yƒ tGtB=Du# HAHAyQ1 @5 Hޜ Zƒ tB뼃ytYt5Hhz]Z %WVzR 18uvEPV;V@Y[E%=taSV YZuSVh [PSdTYZu-$PSE [Zuh )WVh8 ]SVUZYtVh &E%=u SWV WV*ZYe[^_UWVSxitft$nnt=vtXb NN4NN N1N NNNhHu u; a+U )E}U EP} MtT_ZuE%=@t }~qE p0t5EP4OYZuE%=@u GEEC<Ʌtd=0Nt[5HhR XZu uhȈWh5HS }u5HhzR ^X/~-uhUPh+5HvS 5Hh,7R 5H輊 =Du# HAHAyQ衖 @5 HN [ƒ tGt]=Du# HAHAyQ[ @5 H Yƒ tBBtntNtyt Y1ytYue[^_UWVS=(N}utWh;5HpR =$NF%=wju PY[uFDuU=NHEPFPfvD> u h˗j =4Nt WhGj# W;4uGP;uGPjv_ZPjv ZY} PGt4PEPhv5HzQ $SA_5HɈ =D^u# HAHAyQ谔 @5 H] [ƒ tGtB=Du# HAHAyQj @5 H Yƒ tB1ytYue[^_UWVSd}EPSKYGE^,Nt0tfEO=Nt8OSh_ Pt'j2 $Sh 8NU%=@u%= NuSh XZ8N=Nu$%=tEPSSA =Nu EبtuPSMYXuME%=uS\J.=@uSJ=4NtEPS^ZtKSNYt*=Nt ۝8tSh; X8NZ=Nt uS ^}_e[^_UWV1=NSt=Nu=(Nu=$Nt=,Nt jPu" =Nt,8/hxC4H $psL $shj =Nt {s $sh 8N.=Nu-s6DYy.6hE XZESh, [_y=DNt6 Y=@Ntb1эDH9v8/t@-H9r8/t@9t)S;DZx=DNtS_ _j/SnZYu1 E9uwv U)US jh]SU jSjGH]UWVS }ucE @CE]v Rm Y `;D4%@uъ1<-u3SUC=fw ;u:.tc<+uCEU=w;tj EPR\j 1ɉMEE8.]uDUBEBЁw(;t0C ȉיuu}}~ jEPAXZ1e[^_ÐUU(Ejt UU1ҍt8u'B~ 15pQ<)‰UU`RPAZYt hcj> E%=t=t5Ohj EЋUpppUWVSRj5OE F_Xy 5OjG=qt _:hphd@VC uhphd@VC t hj pӋp9ډp|9v h'j jjjV訊 h hPVE= t5Oh]j V.EpjhNhOPPl#}tt5Ohej} dh~jhPh\jh_S 5OjhShxqjhS S^tSxq|qBh1ROP5|q5xq袂1ۃ9ӣxq|q XPu49u0f*P1ft"5xq1҃4Pt)8PAÃ9|e[^_UhhŞhh,hdhhşhh#h5hYhhhĠh٠5HC @jq UWVSVV׉uO5OhVC =lqGWf_Uw4 h[Ph V|C SjhVkC ujh!V[C Vh!B YGX[t Vh.B XZGXt Vh:A Y[GXt Vh?A XZVj vB w(hHVB w,h[VB w0hoVB w8hVB w4hVB $w~Pj5O>ÅXZ(=qt5Oh)<WhjhPh\jh_S 5OjhSphNPPhhSg Sz^uxS3=hqYhjhP,h\jh_S 5OjhShPh hãS SZtPhS:S?5hPS< ;t5OḥS< S<X1e[^UVSFt1Ӂv Rb Z `;D4%@uӄt#u1e[^USSCEt,Ёv Ra Y `;D4%@u}#uʊtC<#t ؋]^1]UVSPPj5O;^Xu5OhSF=qt );hphd@S9 uhphd@S9 t Sk;1^hjhN?z p1RNpP5p5pNWEVOWEVuhyVhd@SN9u EN N?Vhd@S8 uE&N=w N=$NN5N N1N Nf OfN O fNNamneNsiacNN54O1ҸN=Osf3SfO :Ne[^UWShPӉu YZuW%Zu WhգjZhPSx {1e[_UWVS,EEuEO=lqEx(u 5Hh*Uz,u 5HhMy0u5Hh R8 Ex4u5Hh/8 XEZUfzHu h0_My8u A0A,A8Ex<u ‹@4B8B fB"hV) 1e[^_UWVS,}u DžDže$Bt_ AtIRNbtPn/ftJmtTxrtwLalqWhqLd\pq=q.hW5d\pc Y[tBh\5d\Zc [Zt,hb5d\Dc ZYthg5d\.c Y[u-hN dNhl5d\b [Zu*hN@ dNihrqS=`Nt`N9=`Nt`N=`Nt`NhVWNr "+)Dž4=x =hNy hj=qtOOV;/t!O6hǪh|hO/0jhǪS uC j/S ZY@OO=hqt=`Nu`N=`Nu `N`NHx$OtOh- ^thPf Y[u>hhͪqXZhhݪ[^_h%[11Sg YjZs8Ctss8#uuj _K%|utV}[#Pm Y#P#$ ZujhSSShjh  h(X39tP[_yV[ h+h$ ZYhjWc Sf Xt hWhO/c h- ^5H[ =D[u# HBHByRpg 0@5 He YƃtD t?=Du% HAHAyQ,g B: 5 Hd Z 뿃n(h #XOt91ҡH1pt h+vZ# Y_uvhFj1Ouju vOu Dž1OO&dOu FOY1u _P UVS]SC C u ‰KQA A C ‰VKQA A C ‰VC F C F SC fF[^UWVSQ]SC C  ‹} WEVQA A  WEV ;Ef19ÉEs$Q Ѓ1;MrfKSC fGSC fGjGPCPP jGPCPA K(QA A C( ‰W(K,QA A C, ‰W,K0QA A C0 ‰W0K4QA A C4 ‰W4K8QA A C8 ‰W8K<QA A C< ‰W<SAC@ fG@SCCBKD fGBQA A CD ‰WDSICH fGHSKCJ fGJSMCL fGLSOCN fGNKPQA A CP ‰WPKTQA A CT ‰WTKXQA A CX ‰WXK\QA A C\K` ‰W\QA A C` ‰W`KdQA A Cd ‰WdKhQA A Ch ‰WhKlQA A Cl ‰WlKpQA A Cp ‰WpKtQA A Ct ‰WtKxQA A CxK| ‰WxQA A C| ‰W|QA A  ‰ f fQA A  ‰QA A  ‰SVSXOZy1ɍe[^_US] UBBBCBJAAACBJAAAC B C B fCBfB[UWVSQU ]CCCfBCfCfBCfCjCPЃPi jCPE PW M A(C(S(BBBA,C,S,BBBA0C0S0BBBA4C4S4BBBA8C8S8BBBAu(x$tq`8ut}t$]Cj)PSu讠uh] hj|? U[ Uh' 5Tr5Lr5Pr5Hrh@ =h{w=l{w =p{v hw Xh 5t{5p{5l{5h{h@ UWVS j h{EBtPE^ uhp AUBR )@TrEqMÉE}M EԉM؋M؋UMMBtU19tF|vPUPPh MAPuuuA TrPh U(B PB PBPBPB PB Ph3 EPhwp e[^_UShG Xu!Sh= CZY~ ؋]p]Uf`tUUWVSQQ]f;uuuj h{SN i15t{UfCfC 15p{CC 1҉5p{SS41+5Tr15t{UfC15p{C 1҉5p{S e[^_USJXr)hbtbtct6]Ujjj5d{{S q=Phbr5d{J @uh1f=`tUt hԯUWVS={t X.>hjhP螚hjh_S艚j/5Dr艷Y^uDr@PjhS]hbr5qhISDSWZu SPh8_XS$j5qhbr5d{m5 ;qte1xW5DrhSi% jjS  x hbrhMP  V ^t~h [e[^1_UWVSQ1ۉUuVh%g 5HD 5 HjdhqJ ujl: 1qƁqqt qЅt t uAu1]AtBЃ w k \ t ut t uAu EhqhK _X'e[^_UWPhy 5H.C 5 Hjdhqh uj9 1qƁq=qt[hhqF _Zt?hhqF ZYt*hc]hqF Y_th*hqF _Zu1}UWVSEuhBt E_=qX=qt.1}uh°V [V TrEF)@PUMYtEFPUZtEFFEqPh h 5 HjdS 1Ɓqq t t uC"uC]t""tC] t Ct u}1эQ E BE@juFP0 uU;_tEEuU:[tEE=]F ~ EWUb^IYt}u؍Uu1ZtEESU𸄱Yt]Ef~ F f~F~F EWU𸕱^^^ Zt}u؍U𸥱YtEESU𸱱Zt]Ef~^ F VUEYEQde[^_UWVSu] Dž ft]!18Bt)at3ttY it:stAzutRvtYnqqwd\qkq_qSqGq;q/0 $hݱhh|5HH jJh2SVR =qu =qt q=qt q+9ƍPhy:@Y[u hEqjhQS@ tPhz%jPjVSPt Phj+@PfZtw)RPS*E + DrVEP3<^_t>T8u48/t-PhǪh|hDr|=Druhj(Dr$P5Dr5q@Y[uCT8'5Drhڲ- u5DrhEXZ=qu=qu1ۅtS5Dr"d{^@_u:S8uuj5DrY[d{=d{uS8d{u5DrhXZn Shd@P u p{Lrp{LrShd@5d{e u l{Prl{PrSPr Lrhd@Hr5d{Trt{Xr u u Dž  qPhd@5d{ uP1R PVSAXrl{1 Rp{PVSAh{Hr=Xru5Drh.=d{y5DrhNj=qt hbj5p{5l{5h{5Drhj h5hh 1ۃ btFt.PV F)Ћ Tr@PRCPh C ~5Drhl _=qXt#=qt=q=q۳5h{^t h{5l{*[[t l{5p{@5Yt p{p{l{t{RXf95t p{5qhwV h@ h6  uCP~ >=qu =qDž1ct?y^ShĴ XZuF ~Ӄ=qt$ t  h荷 [!u DžtHSIYtCwXtCt=qtZt=qu=qu =qtP=quh hͶ XZg=quȵ(t h蛶 Xj- UMS] ACACACACACQA fCACA C Q A  fC A C A C QA fC1ҊDDBv[US] UCBCBCBCBCBfCBfBCBC B fC B fB C B C B fCBfB1ɊDD Av[ÐU{U5Hh  j, UWVSQ׉:Mj EPS4 !M 8t ShjE8tWShUj費e[^_UWVSE} vlGp 1XPhQjCY _XvEe[^_3 UWVSPPu ]t>umtS;tN1ЃщMMQMEDžXu h<j~VShFuWj  V3 ^tS"Ye[^_UWVSVE 0E}EDt><-uj=S? FY[t(@hS4 YZt LFFhEPv6ÅXZuE 0e[^_UWVSQE} tU8tPtL?tGÉE'VW3 YZt;,u<FCuK,hEP6ƅXZue[^_US]BuPjfYZt hPPTYZt hnPBYZt huP0YZ t hPYZ@t hOP YZt hfPYZ@t hPYZy hPYZ@t h|PYZt hPYZt hϷPYZt hڷP}[Z]UWVSS]sPƍEPW(ShU~ VSR u WYtpphaP e[^_ḧu1 ^Zu#hyW1 Y[u EiEnEse[^_ UWVSx P]u}u XZuGu;t޻GVS $jhyR>1 uthxV7Y[thBV XZth~V [_hu0 ZYuEvuhhPdf WPVdDž8U dh={DŽdt>uh _X;}dhȈ} Y^Cj mS7ttth(蠲Vḧu/ ^ZuWY[P6WhP軬B 8uhuh@ j" VHj|PSy hj|ƒut%wtt4`iRh蝲3={tISP_ZyRhȸ褱={tSS^1e[^_UWVS }} uhG{ /hmWhWu)EE1E5Shmy. ZYuWShe. ZYuuSVlY[hEP0ÅXZuuuEuu1уQDžXu h<jfnoGSW WuWjShҸ uCPuY_SuEXZhEP 0Y_oVFEe[^_Uhոh hGh5H j UWVS$uE1EEË p%dt[FtcatEftaoteurtittkvw{5d\QMyd\8toPX{;hBE}t hWjU5d\Ed\EX.M%{hu?Y[Ehu V< +U )ƍU E tjEPnÅXZu h(hBw+ Y^t&hw{+ ^Zthwh+ ZYutuwY^uchw r^ZuPEuSuW u6Epw u@w Puw7wEX$tEeDh={t>9]V1EuPZYu EPE_Ku!9]1EuPZYu EPXKu}tE 00_EXU 2EE+E^uE 0h1P[ta](V0) ZYu!Pw) ZYu Eu)U 8/uxuhyNjEEX}Etpw (pUju jEuЋEu܍RuPWE 0*DžXuU 2]DžXu E 0hӹChBw) [^t7hw( ZYt$hw( [^tU 2hj輪w uuw7w}j@E 0~ ZYuj:U 2~ ^_t{?@uw1э|1E 09tR=w ;u5Ӂv RC Y `;D4%u.t -t:uF9uEzjuu܋U r2up@E؃}uf/u]h+h ÅXZtFEPh@Sy Hu*E~#jP<@^_u:8t h/jS[. [u U5Hh] j UVStu] Eh\+%oujEPh`5d\hSV6 uǡ+)ƃtnUEЃ%EE[PRSḧE81҅yT9tu/SuhEt Suh Suhݺȩ uhXZe[^ÐUWVSE EUEUEuٺ E܅^jjF>nu~ou EEj=V{ Y[t@];taU1IMQRV衻 uUt <=tă;t%{ MuME;CCu !‰={u VhjC1hV)ƅXZ8U܉Ue[^_UUSM ˀ:tz/uB:/tBA)H~ y/uA[US`] Su]0ZYt-EPSZYuE%=@t)Shj@莦70 $Shj@r]UWVSQQE uEÍPU2"MljXZu E Uu UU1҉߃}ыELCM ؅_y}֋Et]U e[^_ÐUVS] 1ۋut-{$;t3V# ZYt1={e[^UWVS]1tz;nu{ou {1؀8t 8,uG@PYuh<褦1.؉ @j,P,y [ZWue[^_ÐUU5HhKY j@^ UVS,ju5Y^Phc@S  @tT)ƍFd<fPhcSƅƅ @uSSZxuHy ȍe[^USh]Zy-hYxhZyhû8_jhCxYtMjVC|Zt;jhsx jju PuZYPs| s|sxZu ҉Ћ]UWVShjtP]u DžpDžl1r$ EEE jtg$bt?Cet6gt=rth ot>st`vtlpppzpqpPlPh5d\BNpE5d\ YE4G15d\tP8@YZu hjGyp 3hVS0 +)Ã4ttPv SSlp}DžxtDž|Eu8SEZut h ۚ ^Et PhH Y[tPltPhvythj腠j UWVSE EUEUEuճ E܅^jjB>nu~ou EEj=Vt Y[t@];taU1IMQRV蝴 uUt <=tă;t%{ MuME;CCu !‰={u Vhj?1hV"ƅXZ8U܉Ue[^_UUSM ˀ:tz/uB:/tBA)H~ y/uA[US`] SuY)ZYt-EPS}ZYuE%=@t)Shj@芟00 $Shj@n]UWVSQQE uEÍPU2MljXZu E Uu UU1҉߃}ыELCM ؅_y}֋Et]U e[^_ÐUZUSRÊ0<w"jEP5d\ xE8t Shuxj@y‹]Uhhh޼h5H j@ USh!,Zy0h! Yxh!Zyh/胟jYjhP= ouZtPo[Z7jUYt+P j Pou1҉Ћ]UWVS hTjPDžDžDž1z 1DžEEE-g5Lu9tjDEM?W.olt)mst ut)d\SZt@5CtЁw ;uu Q YQha^DžSd\SZt@:CtЁw ;uu Q3 [ QhujC軛Džd\fd\fE5d\j2{ZYtj.5d\so Y[u5d\hjNjEZjjCPlY[PujEZj5d\PP PPh`5d\ jrE[uj_EYbh5d\ [Zu*EISO8@859-f@2ECP85f@2h5d\[ ZYu'EISO8@859-f@7ECP73f@7jh5d\ Y[u jhh5d\ [Zu#jhuv ECP86f@6 5d\hjBhu u' +B;EttufEtEfE }4\u/}tJjEYuhн&ISO8@859-f@1T@u h!jG]PSAVV%TDž\Xt tucPSg@YZuShٽnu u uf%fEfTPPhvy VhjGij UWVSE EUEUEu蹪 E܅^jj&>nu~ou EEj=Vk Y[t@];taU1IMQRV聫 uUt <=tă;t%{ MuME;CCu !‰={u Vhj#1hVƅXZ8U܉Ue[^_UUSM ˀ:tz/uB:/tBA)H~ y/uA[US`] Su= ZYt-EPSaZYuE%=@t)Shj@n'0 $Shj@R]UWVSQQE uEÍPU2MljXZu E UuΨ UU1҉߃}ыELCM ؅_y}֋Et]U e[^_ÐU?UPPjjEPEPhExth(1EUWVSj/] 3EPZYt@h4P. ^_Et{E1EE|F w@$Mdd\EZEQMEDM@;4={Gu@P} Ph95H@ j hZSu" hE%=u hbjKt % tu-%j1}thh$hh ~JjhPjhSx1}IQuSa$jhrSQS#}u_uPd[ɾt8={tj"jh4 Wh;j"jhv Whھjڢ hGhh }ujj@ZYuh'jjjj@u*?$8t hj>5Hhb _XdjCn1^+}uj'n9YtC~׻j jI@_Zu #8uPmC^un#[#0 $jj@ZY;tGRh|j5U\Uhhhhhhhh0hhDhhXhn5H 8j/UWVSj?}YAhGjqqXE ZERDž :-P_ÉE 1Q^Dž8:OtruWh9Y[J1уQYZ‰u jj-B0BP Y_"u-FDžF94tu+] CEB+q$Tj P5d\| ‹ 8t5d\h$hT{ ={u# d\={ut hd\{{tPRh#j{{{oj P5d\" ‹ 8t5d\hLj蟎0hfc{{{Chu uo `+)EE ={u hj*hjH_Zu jj[^hjHZYu jj^_5H//[uhcA Yu Dž5{E<X}ZuU BEE B+{rtIRtittx~Xj@-j8D/sX= {~ft5Hh ^_h8j,Y={[t5Hhg XZhjh+T&*9Rt5Hh4 ^_jD8j,Y={[t5Hh. XZhjh+% hWhj^(X ^={_t/={t5HhJ Y[hjh+% jhP5XZ+h79S hj'jh5Vj+jN7^_EHE@hVE 0E LVk]th PV$ VjM+j6Y[EHE@tLhVE 0E V]t˃=tVaZhSV$ Vj&={Xtj(UVSÊ< t< uCmts\u Cu5Hhj XZGC 't "tCF2C t CF8uCuPh5H K < t< ue[^UWVSSh+]S, Zu YtjhSZ u;/uf. f./F1҈щM߃ыEL;Mr5Hh; j'SVM YX?tG|>| t uH@ڸ@|^48u'hPR ƅ2 |@| |8u  | |=@|/uhQh@|2h@|ShhS=: hPS FPjj@R9t'@uAv4h5H )quitCoQv4h5HX FtKFhF+FV4S ƅFH FuFPXlEcDA ?atk ehx s pqV w v = x/ 1IQhR  WiVÅX=tW&[^hSW1IQh7R胙  W VYvP"HZu Wh! WP9 e 1IQhR B Sk(^t@u Sh6, hpS1IQhRR辘 ej[={[tK{1IQh\Re hZhnhhhhhh1hahhhhhh h%hAhZ5HY L1IQhܷRΗ VY={uI={u ?VZDžRDž1_ʉщ\ 9'$(lj1I^f[uk $Yu5Hh}VZu hT_Vh5H hVWDž3 hyWm 1[^q={uI={u.?h+_Sv ZYt}hSe ZYtlƄ5W=~%hGPPh5H 1RGPS  ؃ _[ 7Y4hʼj $ k DžxDžtDžp|9sE9sC9x}x{ t Džt{ t Džp ;|빃txpx={t<Džhׅ~ әh担xhDxQxxufT1Й1d9Džl9l`k` Ã={t*3hh5H hfC@fCttO=Du0HBHK By ;B| tRQ 5HC P:L XZfC5Hs6 YpXtO=Du0HBHK By ;B| tRQ 5HC PK XZfCkd ;|r5Hj U Y[x[;x}Nx)ډӃ=Du)HBHBy;B|  Rj  5Hj TK XZKuld`9lcG;d5 ;r s"Y5Hj 藾 XZ6G1IQhG"R薑 u5Hh'0誽 Ph1IQh`R= 1IQh$R ]<1IQhR ={t5Hh {5Hh {1IQhR耐 j'_{1IQhRI ur*K1IQhR uB={t5Hh 1 {5Hh {[^Ph05H e[^_UVSu1={u;t#={u) IuVÅXuu1(@CGC@PCPhH/ @e[^UVSuu tYt1={uIt={u ;u3ZufF@fF1e[^UE @E E@ECU={iu=Ht jh`*GhVfKZuj>ÐUVu NS1ۃ=át;={t}5HttPI XZuVhy5H_ e[^UWVSt1M =IʉEu}u&={Vh5H } u={iu ={tv=u&u h]S u u S\Gu ÅXtSe$V ZYtWu V uPMYfKEe[^_UM S1ۃ=It*u,…XtfBzfBtRX؋]UWV={St5Hh跸 XZjÅXta={t5Hh莸 _XCPJ\у0{t0tSSKS[^u;5V[YtxN\u^={tS$h5H {uSeKSSMsC [XZuFie[^_U|NILSthh XZthh{ YXthhe XZthhO Y[]UWVS M IEEEtEuDžXt)wMƅXu h=HX9tEu ƅXtM^t 9t*[EuP9tL}uWIW[_0׃={tWF$h5Hi W+LY1eEt"Et F;EuEt G;EtM}E$@fN}uWcIWXZWKXuu u@ }uPXJXfK={hS}ufFufFFu'uVd$CuVJfNq~uVE3$uh5Muu ufH ;}uaWHWEPu uo}uPI_fK={SvD$uEPh[}ufOfO={[WFthmVCF[^;~uMu Yt&~t hVFXZVGV[_vuu uPH1 uVJYvF uu u5mƃfN={VC$uEPh5Hٴ x={tuEPh5H说 EGu uhuEPh5Hz uEPhD Ee[^_UWV={St5Hh- [^;=svWYtfxt`OtF^t?f{u3={tS$hG5HƳ SFS7XZ[G낋5t^^tR{uGf{t heS)DY_={tS=$hG5H` SESXZ[몋v 랍e[^_UWV={St5Hh} Y[1۾tE{ts C SESoXGZuۅuƋthSrC_X[ e[^_UWV={RS{ut85Hhj $t5HhT Y[5{uXZj@Ƌ={X9$Vs@[;5$sEV6Yu Vh~BXZS$h5H fcV*@ƃ볡$9tPVh5Hܱ K6QVÅXu h4BYCu hJSNBXZCt SCfcXSY$36fcY{9Pu5X={Ze[^_UWVSWW={t5Hhb [^jf '5lj9?EHPZ?ǃ u{E?WEX;5$vE9{u4E9{t4^u;5$sCVFÅXu h@XS$h5H fcV<>ƃ;5$9VÅXu h8@XS${4Efc9{^F4e[^_UWVSjYt<={t5Hh{I XZFtV1$=ff_vu߃={t5Hh [^Dž;slYtLXtECt:V$W X~ZujjS$WD fc[댍e[^_U={VSt5Hhb [^;5sCVyYt3fSЃ{fCufSf{t hS>XZ[F뵍e[^UWVSPuV} EÅXuVh5H 1LW9YtEt 9t@u Wh+>XZ{u}t hS]>_XEe[^_ÐU"%=@u1=$uUS1Qt 9Ht1Z[USf@ fC=~95hjf)h`fds CPS`Pt SУ]UWVS1;u ]=`t ShܷcXZ=dt;t=`u {uCCC%S)u9C 9={t5Hh YXCt={t5Hh XZC S9s={t-PRh45Hݫ ={t5Hj 0 [Xփ;Ue[^_USjjj0 +CC]UWVSƉӋ}9tU)yShW5HS %jRP6: %FthF P6 F e[^_UWVSExu=h PU2ݪU B={tg5Hh|藩 ^_SEH;H| @릋]ˍ{ fWft)9~$={tPh5Ho 1U1UB{ uChyP Y[t2;r&={)Ph5H e[^_UWVSuS ^/Xu@x/t1k<1҅tR1LPR$1[y5|Yt@9uWVCP | uԉڅ҉u1&:hyP'ƅXZt >s؍e[^_UWVS ] ujSuUjSuU huP1ۃ} EѸ)PhyP؉򮋅PIR5e t$h+@P _Zu5=^uh5H0 t$hCPs ZYu5Xuh5H IDžƄS=CvhPVh5H蚧 +RPVݸu3VVp5TáXhe[^_US]3Y]]@USjPYX1t"h Zu S账1 @]UVSu6Zt$StVR:1e[^UWVS@={t5Hh,] [^hSY Yt8uZ{rtRu5Ph`h茾 =#u hm6Kh+h9 DžXZuI0u $h5H hh5H 5Hh詤 %=Dufg W^^Wj4jEPZ =DuG W[uƠ{˃htH09~.bqtn ltAstwtk DF륅uщKxAQuKx~ BJBJJBuKxX BJBJJBJBBJBJJBʅuPh5H, jFe[^UREEPhEUWVSW C=T=l=ku%5Hh 蔌 5Hh4脌 =Tt=C=lt3=k5Hh N 5Hh4> =`u%={t5Hh\ Y^`=`޿Eu EOuEOu}It)5X5$uhw5H، 1W=`t0ShPhpxPh_BW$ CC(K,~)19@{lujxu dssC|XZC{lC|sss0s8CXS\C`Kd Rhu_X=dtC$C&={CTU;uW5Hh萉 Y ^tRPh5H薊 5Hj XZ= w[$5Hh@5Hh35h% 5h95H 5HhZӈ _X`H$9tPRhm5Hۉ 5Hj 7 Y^;1҃t&19}5u tB@9|C$`= e[^_UWVS$}ud =`}thhc={[=Du @ @5 ? Y=Du @ 5Z={=7@=w{5H܆ 5H2 5hSg hgS Y_u  t4S5@ @1򮋕DXZ=Vh@Sy jShm舉@u&0U $h|5H jnh+5@.[_t=DuP P; Y6=tj5@"XZjj5@\ =u%5@h5Hi {5{@D;uC={t5`h5H 5Hh׃ _X{k;{t#Ph5Hӄ { :xt\;[^uu|D; ZYtext)Po $h5HX ho $h5H; { {I d={ `t%uuh5Hރ f= t!={ty~oKU;ES|;wI+E={Xt$GPShB5HU Kx ]f= u={u@hdX3P= tjh 7e[^_UWVSQED;H} LhPBD~ L1҉D Ku=HuH= 1=LtWPXZWP5<à =u69H})~%={t5Hh YXHtu `m~W 9tKt)ޅW7t={tPSh5H褁 ؉יH5HhL X Zt:Ht(t 5Hh 5Hh _X&5Xh  5$h5H ={uhk[tr 1=L=tjSZY!jRS5 ҃ t&70P $h05H荀 j={t5HhI9 _X=u&{@P{H^Wt PVhbr hh`5LV莕 h5LDun `e[^_UWVSXf f"$;G$1;}t oF(Ht;ZYufC f"(,0CH4CX8C4DC`<Ct<>/u4WÅXujWY0WP"fK/F뿍e[^_UVS]s{1Yt9tF@u hxSXZsVhhh腃 e[^UWVSuF t hV[_fN V$S荏 6JVa$41INV$S e[^_UWVS`={u} t={uWjX}u6={WVhY[09: $VWhu}u|={WViÅXZyqEPV=eZYu)}t#jVIhZYuWViuV1hy4y09 $VWh5Hi uh14={t&V}W/t8Ph=5Hi e[^_ÐUShTX| Huكڰ |tPjj|PCPDžtDžxetUh|P5h ~7{ Ƅ|Gt.R|P5huTjz UWVSu8 1҅_Lhlj 艁[=^uChh'ZYuhfPN:_u h^nj@5~ Y[toEƀ8tTÀu-v SC Z `;D4%u _t-tuhcY[j芕 F>G= Ehc ZuhGh^_hSu0@Phyu5h 5h5H g  =E~EEm}~"jEPhh5cxjEPhh5bjEPjj5Eby h vYjEPjj5Eby h/avZe[^_UWS uhFj]Sx 1IQS5ee[_Uu u5eUPjEP5e Htj3XEUWVSlj։Ã~< uC#CNhK%Whtje[^_UWS]؁ ljU؍B<wH{SWhEP™藳}Fu CAt51эD9v H8 uEPhmj: EP^e[_UWVS1ۃ ׉EU؉IQR5Vd}I 9tjXEe[^_USU x&RuhhS ڸl]UWV1=Su+iGKGNy[^_USPu uhjP]S ڸF]UWVS u hj]S ڸx119}+)PEP5Bc jXэe[^_U=u ;qUVSu uVhhSP ډ*e[^Uv6]UWVS u VhFj]S 1IQS5abVu5Rb(v6 e[^_ÐUU=VS։uP8[P_@YuM跰tt&u/Sh=u Sh u ShXZ1e[^U/ Ph5Ha  vt5Hh( 5Hh7`` XZjc UWVSj/u 6Dž\DžX 1[ZuhvS/ ZYt h^So/ Y[t 1dtjU At,at2ktn ht`ltJst9w=un=w\P=t6@Dž\9DžX-M&K=umhfVu蕫 '+=4Dž`tzkhosO _ZuXhs 0. ZYuEt Dž`)=3rtP- PhxLV hJu >u>1ҋ t Dž`2=u)=6rtPh- PhxU 맃Xu \EDžLDžPDžDDžH6 KTtMt"Džp DžpDžl pPlP+^_hPEPhDžhn @u h]Xt@phj tS hlSlhhT 1jjdPhEP|BREPDžd5 @}t hj%Tm4pVP884講VG ~1e[^_UVSSS]SuVjZYujSjju"jjVjujjjVe[^UWVSHuVÅX1эA |/u HVb_uoj@VZYV)PBPhhWF 1эA/uHƄ荅P_t.jjVjjjVjPVNZYtVhfPV_PY_tVK%=@ubVhhWt PWPtWhXZ9uVh uVhBz"u P^_uS2e[^_UWVS4I?t 1=hZjhys蓏 ^_hs| ZYt&hBsi ^_thsV ZYu~EPs@^_tmusZYu\{QCDžXu h<jRsW=x uuW?1utWCI>#1e[^_UE hPuUhphh5H.S j UWVS,}] E1QEftJFt6 At!at|ttHht0nvt]ge^5d\16=Ed\4}t hWj 5d\EXhSW貝 H+9Ǎut t=t}uhzsE_t@1}ԹhEPjR*tP$5hjt EP[OE~=iuuȍPZYuV^tEOuZA&6u 5Phj uE[(E;tu3ZYtEu~ UVS] 1ۋut-$;t3V ZYt1=e[^UWVS]1tz;nu{ou 1؀8t 8,uG@PY@Yuh< 1.؉ @j,P [ZWue[^_ÐUShThP X1Zt&u ujZd $hSO S ]U҉uRPhj~ UWVSh+hO Yp[Džxs1҃8hhj& hj py 1d距<#<  < h,VЌÅXZtm;thh,V踌YXt?u _Nh,V藌ƅXZt>u ӕ-j |PS.d t @t |8tڸimhc>YthWCPc ƃhVPc ƃxǃxphcSN p e[^_UWVSVVhhM YE[uhh0E5~twt8CVPR軈 _ZuPR袈 ZYtȅu5W^S6huM }tWShB  E싶pu0 }_u#h[L@^uhh]j 1e[^_UWVSPPEu Eu E_tnu{Wއ ZYuTtVPLJ ZYu=}t$PWmtGPhv hjCPӊ 뎋EEe[^_*<UtR<XÐU&yUj;UVS] C EuC P3;ZY~V@Jue[^U1=tEjj55555UM Ut ȉBARUE@љҸt )UU u u Z8v.~ u%uy=h tUWVSSSE < uu=Vx19Y}'+@;ĵ}j uGEX9Z}>ۉ<w  Tx<u9<uf?=h u#yRh}Wib PuB1;t,+@;ĵ};PuGY<;Xt>1эAe[^_UWVSU E׉EEUEUE+5UEy9ju5е5еUWPUY[EExVu5е5е{E9E}W;5ĵcEB<^v"WSYZWS5еCǃ P5еXGFZEUE9U;5ĵ} 5е^)EUEUE еEe[^_Uj8UE t @t ut t u@UWVS QڋA )Ѓ5$QSe< BP8ljËX;5 FCB <$;P} FBCAB <~ VCAJuW7p5$5<55xe[^_UVStPy7XpS7 صUQUQU<$X < tCAB;X}#< u;X}< t< u CAB+55 <;X} CAB)pp5$5<55xUصUصPUصPe[^U@<x;$$u_jj5еxj5еj5$5еX 5еpj5<j5$@xUS@<x$u+j5еtpj5<jjHx $X9}<AB9؉|<$]UWVSSSUҋ] tt:t ;u1R }USUt8DЁv RSY `;4v R1Z `;49t1U ɋ]tt t < t{e[^_UWVSu 11ۃ>tj4u& C<e[^_UE WVS}u~VPKZGYue[^_U=x St5_1XjS5B5t u=̱jt Puj4ȸ5k C~5]UWVSh]h3jj5E費5jS5 5j1IQSuljEE5Ecز[2t t=ud}~^uMuur)Éǃ ~:ĵH9}*j5Qj 5Dj57KNز  t|=uu5Eز@YtqززBE^vĵH9}WR5.ǃ ĵGH9}5ز5XZF5+}Xt زز t u< t< u} t uX1Qd1VPe uk15e[^_UVS5е5xRX;5$sj3jVGF[ujV5еK+P5x5е.e[^UU$V9S~19։}{tF9֋A}xujj5еxȸ)u 5x+P5x5е蒸e[^UWVSS5${=ȱ << u5YB<w 5t+y'C$)H~A<B$$@<95$};C| );ĵ~Ⱥә)+ VA9},ȉә)y15<5xFXZ+P5x5еNe[^_Uxt ~Uxt<{UztBxuPj<$UztBxuP5$<$?UWVSPP+P5x5е+5еj -EBCB@CC PSDCtX=$;xCX5<}vEC +CuSj vE CEUGBF;xU|Nj5<5$5+CP0Ƌ+2FB $PE}$<x;$}65е@xj5x5е޴j5е]>jj5е轴j5е<j5$5е蝴 5еcX=t5<5x/^_p5$5<55xe[^_UWVSS01;usE=h v# u SmY"B<v B<^vu uCF;ur);ĵ~غљ)+VC9},؉љ)y15<5xDXZe[^_U $P9щ}l=ȱt<8y)J~@<A$<@P<$+P5x5е@}u<$i=t5<5xSXZ+P5x5е[$ U9<u =~'B9$}jX@jYztUB9$}juX@9$|ztjUX@9$|U < t#j2X@9$}4<< u١@9$}<< t< u jXU<;th=ȱt$~xyH<B$<HP< $+P5x5еްbBt^}uPУ<$?$}5<n+P5x5еpU9<tjX9<uztUVSE8u] $u{~jX=$~Ku=$=x5<1ۃxtCxHtLxtA=t$5<5x%Y^~ KKu$ ~R9x~G5<1ۃxtC)xV5<Z+P5x5е輮e[^UWVS 8t8u1}tCjj5肮5[555o $<;JEE}@Y;X=EtN8M: ABEA:Bu]ˡhGEF=v R^ `;459uu8u}u;XE} E@C;X} },}u&P҉tE}t(jj555}u9$j.Y}%uh@RXZ9$jXꡄP<$$љ5<Pb}t?jj55585t55 +P5x5е踫 Ee[^_UWP8tPR#_ht 8tP=#Yj5ܶ8|1Q"h 8tG=v R2Z `;4Bz뷡j+}UVS1M1ۊB< w k ҍ\A؋ 1ytCI79AytC@I9A|Cw SVM7P<$ љP$XZjj5*5p55*+P5x5еe[^UVS0xjmjt5$50p{0 SQJQ<‹ ;s}F0BA;pp5$5<55x!e[^U=$<B< t< u$< tj=$Xtv<< u=$tb<< t< ujX< tjyX=$t4<< u=$t << t< uj0j^_jz`ux5$PwWң<tBPPBRp[Y=زE[uص ص@<;w}U@BFCU7iWc5x;5$X=Z}!jFP5еvj5еt$9}Fu;5$uUtQjV5е55еwjSj5$$+P5x5е p5$5<55xe[^_UWVSPtPc_p=Ë$<^E׋5;V} ACB)0BPE$P5е"xYtjjXZe[^_U $P9щز}A=ȱt<8y)J~@<A$<@P$<j jHjXZUWVSSj/E 0E1ZYuU @hOPeg [^u ;uȵE Shig ZYux Shlf ZYup Shof ZYuܱShrf ZYudU 255HD+ 5P5H3+ 5l5H"+ 55H+ $55H* jX ;+u CSh$5f [_tNF;u}E =u  UBE1QUY€;tCBFE;u@ȵ|e[^_UWVSQQEE9Eu FEu E9E} FEG> uE8uVËBCB@PSXCXCZtXW<xx X&pPW<BHB ~OE<<EIu<EE9Eu> t EE9E e[^_UWVSW1=ȵ]jj5Y52S55`jS('$tJ\w8t(Rw8 tHw8t>w8t 4w8u5ض5[^5Yx~jkjrXZEE1EPh`R hh`5( tuƅt?xu4X@CtXtPX5X=tcjj55p5ı55  t5ض5^_5[t =ȵt زe[^_U5觞.==DYu$HBHBy Rj {>  5Hj 諲XZjT UztBxu9t%0@pXZΡ@@@<x$UеVSjtB@Pj5еI5еv=tw}uqj5ĸi[Xv RFY `;4v RZ `;49VX=un=x t 5X5՜\;=D^u$HBHBy Rj <  5Hj ٰY[jR )ȵe[1^U`x=tıBEP5UfY@fUYtJftCft>55 55=jj5#Z@Yjj5R5+=t55p 55̶5: 5+P5x5е5еȵ 5;Xx=ȵt<=t1thPWHPh@Gjj5)5t8tP5ȶ5 5+P5x5еƚ5еUWVSPPıEEtuP] ^_h+u1" ZDYtsj5[_v R`Y `;4v R9Z `;495Dc V^_1hu! YD[uJjj5貙5u5|551Jjj5r5Ku5,5w5\ 3;S}U=Dzvu/DȋBHBy ;B| tRQ 8 5DPDXZ릋CE=D[u$DBHBy Rj 7  5Dj ^_EJ5Dbb jj5o5Huuu5̵5n(5Pe[^_U=x tj5i j5е~iXZ5<5xUS5j5Mi1ۃ jS5辗j=̱t  `P5C~55jj5i5x5|5a 5[5@jj5%5&5#5 ]UWVSVVEEhuS [u{}?t:/Bu‰E€8=ܸuCj5%j5еǢJ蔕4=ܸh YlYuVܸjj5jLjh55Rjj6x5) hG85  x$<tjj&6=ܸkjj 6X=tZt h@k^=t<=Du$HBHBy Rj 4  5Hj MY[=tt+j/5X55jSCa5XZ~juhuW[W5ji=ttX5_t,CHP35jh.5[5tYjU9Zt@u=uj}I hQj4_X=tc5h& 5HR =Du# HBHByR^ @5 Ha\ ^ زu=ܸuI豑̟Oj5еj5=x tj5dY[e[^_e[^_U=бu#8^mܒбV~=VO~=x t x j5R$VjHP5VjjP j5۽5耽 =x Vu jj5VH jj5VP臎jе5еj5е}5е"jjV5VHPD$jP|j5?=x tZjj5Vjt P9jj5Vjߍ$jP454茼 VPĵVرԱáرU9Vu Ա9VtV=x t 5X5е55545еUWVS$EU MEUMEU M$]}EUMS;}XjjS蒐 =ܱuCj+SߣY1XE9} j-SɣXZFj+S輣jGPSHj+S訣1E9} j-S董YXFj+S脣CjjS jE0Sv jGPSU ztj5@SM =ܱuC1EE9}:}u~jWS袏j|SEPWS茏 j|SXZF뼋M9MC1}~ juSVj5ԵSfEH9Nju}nkE}ԉEjE+UPS }~#F$~$ PhS jE0STEEH FE9E|jUM܍D PS赎 ;uu3~#F$~$ PhS kUHE ]e[^_;u\MM؋}jWSD }~#F$~$ PhS? jE0SF肚G E;u~e[^_UWVS0Ex0EEEt0E8u}Ex$]UC1:эA;E~EKu1ۋ@EыEI9ȉEw׈IMċUċ ԵM̉U1}̈ЉI5HMЉI9Mvً}ىI9MvE81}̈ЉIMĉI9Mvً}ىэA V9ȉE~Gjj5谌5555蝷1cV9]E~ ]~ uuV9|UUzuFEE+Mȿ+]CQPuuXjPE蕺Vjuuuuuu8M܃} ~+Ej@j+EPu轋 uƶuƗYXv WP' Z `;4`~"v W.' Y `;4z~ GЃ v W' Z `;4`~Dv W& Y `;4z"v W& Z `;4` GЃ wGEU9U ] tY& tt tKBtNt\xtHq}.t)tRt t@C;]~:3Ku0]+Myt"1VuuuuuuuO U+U؍F9|U؍D29~ J~;]t09ut0M؍D19~%;]u )E(}u EE;]}-E~]Vuuuuuuu t tuu蔴uLkU |u| u|t0kMTtRT MTtRTXUT=x t؍e[^_U=x 5Ƽ5е軼jjVP5VHP$x  jPеE j5еj5еZ5<5x\5е茳U=x V5е$jjV5VPxjPе賶j5еv$5еjj5Vjx 5Px$9t 5<~P j5#Y7jj5Vj݃jP4蘺 54芲5еUSj5tYXt;tSCSXZ]U=t h#j{XUS]۸t1<.t<>u AB< t< u;K|1;K[US];<\nC=Du(HBHBy;B|  Rj u5Hj =Du(HBHBy;B|  Rj 35Hj t@8 hVJHZY,j5\Vx tj5VT tj5,V0 tp j5 V tp j5<V tx xj5V tx Tj5V uCj5LV tl j5Vg tl j5ܲV9 tj5pV tV8_P[j5V t.V|1QSPd - Uj5lV t/V9Ê0< Y*Sh=Zj5V] tܱj5ܵV9 tܱj5вV j5`V th j5pV t ̱kj5V t ̱Jj5dV tȱh j54Vk t ȱuhV2 uI _E}HVsukh%x t%hPB Y[uȱh e[^_UVShu_PhxV. Vt;VhxS S)5ȵV!e[^UE1Ʌt[tt .t>u1A t uPԽZ1Ʉt( t @At ut t u@AUWVS0صEBEB=l E&5H_$Eȡ0@UJEt'< t tM;HtuE̡8EС@+$@ PUM@8á<< ^t< u $)M5<ωt/< t+< t'E;x}BCGt < t < tEItp[t1;5<tjUC;5<Yt=$tpZt1@9$tjrX<8 tjKj t^Xj9Y1A<< t< u蠼=$t5OZt<.t <>t 1jl5jYX<8 tjj XZjX@tPY~;>9j=$tܻpZt j=XC<< t< u跺=$tjX뉡p@Ytt1GW=$tOpZt~ jJK_u}~ jM^~}y jE[tP|YE̋U؋M58 VEЊU8صUصPUصP0UP5<M5x e[^_UVSu uA=p t85j 褶ZYÅ~ j K^=e[^WB +B5$Rj 莵< PB$ <9ӉP})ډAKuA9sAQ9<<5еEYv~~35V5е*<$ *V5е@<$XZ=l tf9}W$9~9=$u9})jKX9$)j@X~ j-KYu);ĵ~B5<5x5XZ=t u=u t t p5$5<55xe[^UWVS(صEBEB=l E,5Zjj5w5腧55贬5虢Eء$EHt)EСEܡ8Eԡ@+$@P8ơ<< _t< u` $)M=<ˉt2< t.< t*E;H}BFCt< t < tE;XItBp[t1۾;=<tjC;=<Ytjj5fv5?55n5S=$tpZtl JjX<8 tjj _XjY<< t< upZtD@9$}!<8 u x uujX @9$}C<8.u/x u)jj j  <8 ujXl jj5u5ܤ55 5 $P9}e9}+9}'jN9_}@9$|붡@9$}C=$uj YpDZt ~ jK_u}~ jM^tP[E58EܣEԣ8UصUصPUصP5<5xEأ蒺5躵5跞e[^_Uص< u j,)PزEXص@tPز*YUVS=p tԲP5Dh[5 =tԲP5Hh[5 =l tԲP5Lh[5  =tԲP5Ph[5  =h tԲP5Th[58 Y =x tԲP5Xh[5P - =̱tԲP5\h[5h  55`hi5  =ȱtԲP5dh[5  hƍ@,$1=p p 1=1=l l 1=l 1=h h u ȱ5е4c=x tzs1=̱=x ̱tYmRj5$YXt=S-Z~SgX$1=ȱȱt h U)e[^UM Sɋ]9tڅ:t 8uBuAu1[UWVSEp8~x/uqPMAÉl@j/u lZlYElE@Pxl/_E1Ћ{΋lэL1Q5sPp lp  hxp[^kp1;5CFt<$u;$C1<{u+Ct<}ttCBt <}t~;}u-C*t&u?=tu6tF< ^t< u S蓢XSt7jj5Yc52V5t}e[^_e[^_U&u`j赬j讬5,z觰jj5b5l5 5ٍh=UVSt :j5 辦hP败th5肤jj5gbuS55r 55\XZ5?t 豥X@S5+P5x5еat qtSXe[^Uز=u je=u j===h=uK=u#=Ru$}Ph@=Su"$}Ph7=HuU=Ju=u jr=Iuj芪j葯= u1=||%= u=|t|鹶= u=|t|鶟雠= u6=|t'|5<5xXZ鏮= u#=|t|hjVYr=u=|t|7ި=u=|t|ѭQ=u=|t|JUSزu ]u j%u ]u ]@u ]Qu jիu$}Ph7&u j~e ] u ]L u ] u ] u je!u ]fuWj5@À;XZt6Sز+P5x5еi^5ز-Su ]u ]lu ]u ]Uu!$}Ph@轭[XHu ]u j+u ] u ]u h@Y]USزuWj5@螡À;XZt6Sز+P5x5еG]5ز Su ]ou ]Yu ]龥u ]Lu ]Mu ]ou jI!  t$ u ]靷 u jU u j6u$}Ph@+u ]mu$$}Ph7[Xu j迨vtru ]u ]Ҥu ]0u ] u j +u ]u ]ձu h@Y]US5d hSijj5r[5K5d 55t(5VS]UWVS] Suj5TO9؉t 1QVP1 e[^_UWVShGjjhPhjThjs hjD_h/jHNhEjL=h[jP, hqjThjXhj `hj  hj hj 0hj `hjx hjhjyhjhhjW h(jChj02hj!h*j h7jhJj h[j8hijP hxjhhj@h\jXhjp hjnhj ]h(j!Lhj"; hj#'hj$`h\j%dhj&h hj'lh@j(phj)thj*x h$j+|hpj,h j-whj.f hj/RhTj0Ahj10hj2 h8j3 hj4hj5hj6 hlj7hj8h j9hYj: hj;}hj<lhFj=[hj>J hj?ȸ6h/j@̸%h~jAиhjBԸ hjCظh:jDжhBjEhOjF@ hjGhsjH hjI0hjJ8u hjKahjLPhjM?hjN. hjOhjPh hCjQhejRP hjSlhjThjU hjVp hjW̶hjX {h jYȶjhjZY hj[ضEh'j\4h<j]T#h`j^ hc]j_ĸhj`hjahjb| hjc,hjd̵hjeh4jft hAjgܶphSjh_hmjiNhjj@= hjkt)hjlxhjmhjn hjo,hBjplhTjq$hhjr hhjshjtԲhju0yhjvXh h(2jwTh bjxDChjy2hjzH! hj{| hj|xh/j}hj~X hj\hhhh,hh  hhsh;hԶ_hh<Khh7 hh hhL hhhihܲ hhphhhhlhh hhܵzhhвfh&h`Rh<\h` 4 hh$hh( h h,hlh0 hh4hh8hPh<@DHLPTX\`dhhlpht hhh:hhhhh h*hĶh(hph0hzhRhf hhOhh;hh 'hh` hhxhhh-hhhd hShh\hԵhehHh}hdm h{hdV0XD|xX5,=\ ԷԶ5ȷ̷ط4=ķ зܷ*@+cHd<L ܲ$p5vlqrQDN ѝ= (,l04ܵ8в<`@pD[HdLPT^jP Y~5T1@e[^_UVSju. Yt j" Zu5Hh]jb jjjj hQjhQjt jNhص?L@03j ã<@@ @@@hh8h$xP|~ u V[^w=u VH=ujut@jj5[I5\5d5c~5Htj藩 55=~5"t ͫ=y=x tuh@Pph5` hA jj54H$=ܱu 4@h54}4@Pq 5еq5еpTزZ@YL=tUjj5H5 =x u5жh5} 5rXز=~ tujز- u PoX=̱t ze[1^ÐUUVS=ÉY=LVSh5d5d 5 HhPS uL5h5d | =Du Hf` 5 H-[v ROY `;4nt~?t{atpt'qt@Sh5d _5dhXZA5h55d  1SShB5de[^UEVSu t~]6h5dY  4= t#3Ph|5d-;5dhIeH$h$h5d = t3v' YZt;;uvh85dQC t8tPshK轈 shV諈^Zuj 3h$@C, e[^UVS]ۋE 5<u;,=uu < = t;Xt88u] E^e[^隊u =#th#phK phVއYZu,5<e[^U}E u0h5dl GE EU}E u0h5d$ ՃE E{U}E u0h5d E E3U}t E 0h h`h5dU}t E 0h hh5dRU}t E 0h h h 5dUWVS} `\}1ۀ?tJH9sC`Ёv RZ `;D4%t1C<t\븋`tv1ۀ8to`[ҁv R_ `;D4%t-[v RJ^ `;4`C`<돋`}t~1= `tF tv;tN1Ҁ=t;8u"9s2 Aʋ\+`H9rBtvŊAC`}1DžT1DŽd@~?=ƒ$St \u;F8|9t DŽd`=DžTƒ[t,$m\AAA<$ucA=wb;tXA<0u?t1BF:XσdT;TtBFDžTt{u<]tu\uA]$uPA=wI;t?A<0u?t5BF:XσdtT;TtBFtAF<,u9DžTITAt*<]t9\uA<A9uq,]tYIA=wE;t;A<0u?t0BF:XσdtT;Tt BFFA9`8u5dh2dY[Ǎe[^_UWVS1}uU BEBfEtAHuhNE PEP t%}hYE PEP t}~E 0he5dE pYuE Ptڋ8at=u1Ʌt =@tQ1Ʌt =tQjRf‹E 1;Xu;PtQRSV趝 Sfe[^_U= VStW=\tN5t55 [^UWVS4EtHu=hE PEP! u$E 0h5dE hdj jhMt=TB?t =u = E 5@55#W19u =uPR=WuP = u@=\t7d  jju o I=<=D= E 5@5E j4‹E 1;u =uQE R=4uP = =\W  K1 SjhE 4詇u uE 4hSx == E 5@5j7z19u =uPR=7uP趙 = u@=\t7#  t &Pw[F;uj e[^_UWVSh1}DžuU BEBfEtAHuhYE PEP t%}hNE PEP t}~E 0h5d7E Pp[u o1҅t =@tR1҅t =tR1҅t =#tRV}=@u5dhs1PS觹Z}Yu/ySh0t|[_,u(jE pcZYt[9| DžGWE 1;Hu;XtRuSh:*Ve[^_US ù?uQju u]Uh?ju uUj&=\Yt0j=Dh.u d@ 5d6sZP# jhHUWVShEtHu=hBE PEP u$E 0hO5dEE hg0 DžZYu(=@Džu5dhMhdjjhF{q;t =u T= Gh S^_uShn5d E ڋ 5@55#St9PV跶ZYu Vhٽqy_X19ju =uPס ǹ?uQSVh:b= u@=\t7  j5Tu rj e[^_UWVSQ}u t 6hh+v膺DžXZu%vh5dSe[^_Ë jE?u(E;t^ujVj?S[jhjjWulj}e[^_U}uPJU}VSu$E 0h5d蝹t)@5 tGRh5da5dh [^=TuFjr=Yt5 h5d 5dh ٷXZj4^5@<8u6P5$h=5dǸ5` $5$h`5d蛸$h hh$h`h5dt5D$5$5{$5<m$h5d,05L$5>$h5d5 $h5d߷5#$5#$h<5d賷,=th hhY5d荷5dhsLY[=@thhh5dS5dhXZ5_$5P5K$h5d 5#5H5H!$h5d(545D5D$h5d賶5 5`hX5d藶$5$h5dv=0uGP58$h5dD5#g$h5d&(=(~A5dh1ܴ[;5(X}%Sh5dF ;5(|hhh5d迵e[^UEWVSu] }u 1>Ru6hsՅZYu2hPJs躅ZYu3h)5d>$t6\$WhA5de[^_UhIhu uGUhSh#u u(Uh`hu uUES] u1={t 3hoGhsȄYZtPhPJs资YZu ;ssZsh5d'|P5/$h5d =t5Ph5d̳ 5dh* 荲[Xt ]Uhh<u uUhhu uUhhu u=t Uhhu uaUES] t~!3h!5d 1=u>hsZYu [hPJsZYu<us@Xhsh8< =t,<t8u5dhMY[75@<8u6P5$h=5dԱ]UhhDu uUhhu uUES] t~ 3hUujhs赁YZu \hPJs薁YZu =sTZy+sh5dd1==t55$h5d謰1=]UEt!Hu:hE PEP u!E 0h5dSdE phZqlZYu9=uA=<t5dh/߮YXE phY3lYZuXMUSEU u Bt2ha5d觯vriÅXtgS@Yu Sh~mB = t$h h5d\ 5dhXZ]]G]UEt!Hu:hYE PEP| u!E 0h5d!E phkZYu XUSQEtHu=hBE PEP u$E 0h5d~E hdj ojEh8;u  ~= tuE ڋteSh0j[Zu X= u@=\t7  jju Xuj ]UEtAHuhE PEP t%}hE PEP t}~!E 0h5d 8E ph3(iZYu!E ph;iZYu XUWVSE EEEEE;pu]<uEUh"PYZu+=<EudE ECe[^_t]}Epu%UhuPw[ZE{tE~ E@E~Uz E Et:~5}u}t U2h E0h5d賫 }tNh训Yt8u1ӍCP&|SVǍ@PGEPh]<W^Zt??|t:UW[t¸Eu 1jjhuWu$}tt}e[^_e[^_UVSEt;HhBE PEP t}0hNE PEP uE 0h5doVUE LDh]<QMM裐^Zt5E8|t-PE[t¸uE h0QZYhdjE jEh_4t}=tTjjPE 4}u츀u{P諐= u@=\t7E E  F= t EH9^uj-M[9M ^t u Ye[^UWVS}u$E 0h 5dRjjɽ誨ÅXZSCEX~jj螽huP u{j/SRY^u@hPP% =tJ5dSX=DZu$dBHBy Rj 聿 5dj 3Y^O~j5hPS^ jPS^ Shej ~P339ZuVj覼^C_uh(weY e[^_UWSPE1ۅt#Hh8E PEP EvE 0hA5dE phj4cZY}hrLU BE_E ph}bZY}5dht5d 5 HjO]S4u?5dhA[=D_u Hf` 5 HYs1D)E X EE p hNb_Zt5dh̤+u}uE p hbY[e[_U}E t0h5d蜥N=@u#=@udE EBh@h5dY U}E t0h5d"N= u#= udE Eȣh h5dߤ UEt!Hu:hE PEP" u!E 0h%5d萤_E phj`YZu9=u<=<t5dh?XZE phip`ZYu XUEt!Hu:hE PEPu u!E 0h%5d_E ph`ZYu9=u<=<t5dhqoYXE ph_YZu XUWVShuP} 2 9}7hE4VXG 9}hh4V> CōPh9_^_Hu jX[Xe[^_UEtHu:hE PEP5 u!E 0h5d裢u uhUEtHu:hE PEP u!E 0h5dJu uhGUEtAHuhJE PEP t%}hYE PEPd t}~!E 0h5d̡E pph ]UESU <u2h5d腡/H<u h0]Yrh;]XZ<]UUBSM <v1hI5d/J<u h^2]Yqhh"]XZ<]UESU <u2h5d赠/H<u h\Yrhu\XZ<]U}E u"t0h5dS=thn\XU}E u"t0h5d Ã=t jjvXZjp=Yt jjZXZj UUҋE t~0h}5d袟u@ hqEYE E[Uj =TXujoX1=j#nojh`)UWSWEtHu3hz\E PEP~ uE 0h5dE p\E@[u 5dh}u5dh膝qEx u 5dhjh`)ZYuIhtj蜳jnM y t4=u+5dh"jnSj_vhԙh 8Y_~&1 )Q Ph 荳 ME PPEHPQXZ1=j#mSjݲe[_Uhh#u uUhh#u uUVS]ۋu t~6h5dRju&5dh7?jv@h u  jvh e[^UESu)5dhD@胛@t$hOE PEP t}~!E 0hV5dcwj 5@- [=TZtC; tj S- ZYh5hݰ C; thShİ]UES] u1=` t!3hp5d蚛hskYZu hPJskYZu` 'hskYZu` 5` ?$51$h`5d]U=<帏u1Ph8u u0Uhhu uUhhu uUWVS u] }t~ 3.}t 3h3h5d% uhjsEE[jY_Et8hjsAj_ZEths'jZY{E~sE_y ZEus Y6jj蓮jj舮EtP}uEH=#}t =<t-5#5H5HQ$h5dEtP}uED=4}t =<t-545D5D$h5d躘VjϭSjǭ1e[^_Uju uU}E u0h5dhWh2TZu2=u;=<t5dh7YXhbUTZuXoUSPE] t~!3hg5dݗ=@u5dh艖uEj EPs9у ɉxE8tsh5dw   u5dhY[RPh5d/]U}S<u!E 0h5dh<S<]UESt;=(u5dhHhE PEP t}~E 0h*5d|=t5dh@2Y[j E pk(P& ( uD`H5dh|K CA(2k@k` to=Du# HAHAyQ@5 HZƒd u" (k;X{VC뉃=Du# HAHAyQ@5 HZYƒ tB@BtC=Du% HAHAyQhB: 5 HZ x5dh蝓]UEVSt!Hu:hYE PEP u!E 0h5dxOjE p։ÃXZutVSE ph5d7 |w1e[^UQEt!Hu:hYE PEPg u!E 0h5dՓPjE pEY@Zt-EP{$跉$E ph5d芓1}UEU u2h5dXHu EvOBE EcOUShj] SuLtssh5d]UWVSWEt!Hu0hNE PEP; uE 0h- 5d詒E phE^u ~h葔[t8u1ˋ}Ӎ<WWVP%Wh4S]WuSS(SS*u"e[^_UWVSEt!Hu=hYE PEPN u$E 0h5d輑h趓EZt8uE1}ӍCP*|Suƍ@PIjjh?EE pV<h:U<>xE(VU<e[^_U}VSu t!6hC 5d轐hS 6`[Zt(hZ 6`ZYtha 6`ZYuvYtu6hi 5dK tt`t 5 5`hX5de[^UEVSu t ttG6h U` =` CuGP3j h 5d蠏;v%ÅXuvh 5dvJCtPCXvoC=<YtP3h 5d7e[^U}VSu t 6h v菇ÅXuvh 5d1CtP~CX3h 5d跎e[^US}E <u0h5d聎;=4udE E ](<h%!zJ<]USUBM <v1h5d P=<udE E*!]鲌J<u hW!JYqh\!IXZ<]USMAU <v2hd!5d耍Z=4udE E!]'<urh!qIXZrrh!]I <]ÐUE E EESUWVS1ہ,lj؉IMIɉIuX}:؉׉IQRhSS55d@DMEэYDž9sf 1I9s(48u B19s;vA+SPhSS5Bc@D@]=Du$dBHBy Rj Ȣ 5dj XZhjUr2u]e[^_UWVSƉUE1IME = t?E1I9MwuSVN] u Su_XEU:uU<^uh454b@Y[ujuDe[^_UWVSuhË@+=YW@P3h C+ #$}=$ #9Džxu:9=u2#uGWPh0\ u Džx#;sGP#4hE $=#ƀ#0跂Z p 1эY9#v2~.Tv RX_ `;D4%t##9غDR`(Lti CtMN{O|ndct!lt1oTr xEkj/h1Y[uƅ.ƅ2=uƅ/ƅ-߹PhP֜ F~u2WÅZhSW衜 SwXPpp_`t1Ilpa[t]h+xWZYthWZYtC9lwlWVY uW+$t_Xp袹[tx<YhPS裛 hhySԛ ht0S輛 PS蠁_ZxCf4f%=@uƅ/P5 ^@Y[ujt XZDLh1Id` =` tE1I9dw&dSh]X uSh_X>hx<[uh45;]@ZYujhK ^_=t5dh"jj/hDžADž.Y[XuƅDžX7X vK;/t޹ShP衙 X=Xu$=thP_Zt jP^ [^F Dž|C= t:;u  )j/S-ZYt@P9$5^_|PjP+ u|tPh5d؃ hPh虘 Xz\DžT1;PsyT1XЉIP߉I9Pw/XIQSXU uS\Y[TT\xX$\ XZ Ph#j@e[^_ÐUWVSEDžDžu} uH%hE PEP u E 0h:#\Dž 5(9 }+j SE pT t 9 |ڋ ;(u%E phW#5dhh $P k ;Cҁv R ^ `;D4%@uѾ  $t\CS=wY1;u Kk |CЁw ;uދEK9|u)PE tVE |AiuOC;EDž}<)PE 4V譕E <1эt1 F<; }#0zYu 5dh+u 5dhx t*=u!5dhXZ=<tN5dh ~Y=D_u$dBHBy Rj k 5dj XZ#R5VY=_tG~tA=Du)dBHBy;B| Rj 5dj4 XZh$Ph <{E#E k 9t C9ct;E,e[^_ÐUWVSQE1Eэqߊ< t < t< t< uGVRW P 1҅u4t< t< t< t< u< t < t< t< uGE8ڍe[^_UWVS8EEE%P҈Uҁ;H=<;ӋUEUu.=v P3Z `;D4%tFFɉ0E=w ;uUvR_D33UE EE@EU:Ee[^_UWVSEUt.t*}t$} t}t}t}t }t} u hn#jB:EUEUE EUE Ufjh#uEM u"EUEEh fP6jh#uM u(EUEEf#Ujh#uvM uEUEuuh#: U tPkE XUtPkE_UtPkE^UtPkE[U tPkE Y3U1:%j/R _Zu ub/+]CSSuPE8uFV4U $@Wv [^tbE8u U C:Pj:E 0= t@PָUYU 8Ut*?[uij]_S ^Zt @t<:tuuWh#u)PÍGPW W輵uuuWh#E1ۀ~:u^j:W ZYtCUۉ:t1jST^_uuuSh$8Uf]}tuU[E 8uhyַU Y=tpU uUPffuRUuPUuPUuPU uPh$5dBy 1e[^_USpjɍjdh\$]SP=DSu d@ 5d.ZPxjhUWVSLjh#PDžDžDžDžDžDžDžI1 PPPPPPP'@tt8tt8u Vhr$8j;P!Y[h$P%HYZu DžFh$SHYZt5h$SG_Zuh$O6^VSh$=6 vVDžtj@P t)CP;[j:{ ZYt@PXH8?t6>t1j/V 9[_uu xyt{1u t=t{uPuPuPuPuPuPuPh$5dv$=DDžDžtQuHt >th5%VwDZYt Džt ?th5%WSDY[t Dž=t jjXZCEԋE؋Et EEEPR  Y [t!Hu3N uh<%3t tEPj莩EPj9h`%j1XZ1ۃuj/V Y[tC=t+ۉuPuPh%5dAtt>taEPjE7uEXwX=XZu0>V=F5Hh%r^_/ۉ-t?uDž t3hVSvhhyS誈hWS螈߃$Ej}Eu t<=t EgEԓEPjR=uj/WY[t@==EEEt Pj/PjXZdљu DžtPbDž_tPbDž^tPrbDž[tPWbDžYe[^_UWVS DžPPPDžDžPDžHDžLDžDžDžDžxDž|DžDžDžDžDžDžDžtDžDžDžDžPPPP'@/u0t&8t!h&PA^_th&t8u,Cu =uh&~t[uj/tZYt@PtA_t 8uh&4=th8'5do =DžTDžXDž\Dž`DždDžhDžtKh]<蠪[^t5:|t*XPRFjZYuEh+tG'n^L_uthN'X=DPu LA L$[PiZYu#x tGjR=DPu LG L($_P5 ythd',a=<th'5dmу tRPh'5dm5dj ,m[^uu.uh!DžHuh!oY'>h!Dž[oZ8PH1эq_{8tvj:PY[t0j PBP蒏‹ 8uA9u61эQ9rR)SP= h(iPh_ZdtP\Dž^u&ug PPPPPPP'@-w/t%8t t#8thyP Y[t h'.Zt~j%^_tkh'/*Y[tPq[DžZtPV[DžXoP7[DžEtP[DžXtPZDžXtPZDžX质XtPZDžX1}Թ8E؍PEPjEEEztP$h_BtDžӅSojjjhVssQ thh¡V~ =<t;tVh(5di SffBs jse y h(Y'_CssP[ y2Ph&(,'PhDž [yh>(h?P[=<L^thR(5dh 1a(th=<t)Whe(5dhSfhq(L^h =HiLh(Rh(L(hj:tF!PiZYtj%S_ZYtSh(LgSWh(Lg ffPtPh(Lg Lh(UfLh(EfLh(5fу tM5dWf55h(L%g55h(5d gSF(=HtLh )eY[h$)ZtPh1)Lf hhhB)Lf} t9=<tWhV)5dfSF u h)Lgf }t4=<tWhk)5dDfF uh)L-f =<tt5dhd[^Lh(dLT @uh)-jh jPL萜u&h)#HtD< t< t< t< tŃ=th)5dRe j ZYjj @RPćƋ t*Ёv R^_ `;D4%@x[t TYjh jPLgHD< t< t< t< t=tQh)5d3d )tdj Pdу ɉ£ 8 =QRh)5dc) *8*u@j SPc ҉dh}8-nj @SPc ҉\`Gh9`5d9\!8/Px*u,j PRGc ҉TX8=t5dh*4aXhZudu5dj*a_X+`\hdh%*5dbXTh/*5da  h6*_*(Shn*Ӿ u4Sh*軾 uSh*裾 DžH8u(PU[=j]PL$h*N*t/ =|Yh* *teGth+b6+=5dh>+2_XZV+Kuj+7\|+u=9jh+:t PXS=Xh+5d_ tODž_/!,}d3t1 1t5 h+O |t |?u h+1 B~ h , 1uD=<t|h*,5d^ u u|} =<t|h=,5dy^ | uE DUD=<uD9ttuxh5d] t ?u hO, D85dh~,\5 Hj PV^u(=Du Hf` 5 H  v Rvq[ `;4y 11ۋD=@<Dž4Dž8Dž0tQh,5d\ |+t6jh,. uj"SZYuh,Q_X)؍XS.$P4Jq 4h,5dM\ t+hVSq Sh5d \ h5dt ^5 HhW\ u)=Du Hf` 5 Hr[01Ƅ)@uh1X)= u=jPjjVDž;@u=th1h1q[_h+VhV=#tu h1Y/=<t5 h25d? jZ~,tP4X#tP$_@jPhhV;@u=th 2h1Y[ VI>1e[^_UWVS1ۅƉt&=Du@PKYDfDt"=DuGW!ZDfDCiEPSEP$z ~11ۅt Et Dte[^_USpj|R Xrtst jdh-2jdh625h<2jEP^R jdhi2]SRP=DSu d@ 5d2[P=jhUWVSSSj/}WZYEE1t9jyt ۉu+P>;YۉXt/y!Wh05dh2;1vhWhQƀ. uME}dtEC<9uE0Ejh:ƅXZx}0uC<.uC1@CK미e[^_UWVS1=!Dž`u7=t.=(u%)%=t=u h2Y=jh hz jjP=8£yh` t6j`PjhR7@u=th2h1_XZt4=8=02SX=XB  8@u%8t5dh29YX =0t5dh3s9XZB3c2S=X 8@u 8t5dh2 9[_tG3S^Y=Ht:=` t$595dhL3)hB3S"u_Z=t5dhc3{8>  ȉיut 5dh3ʍ\PXPEPEPEPURh 4h@! hG3StZY  ȉיut5dh3Ht\PXPTPEPEPEPURPPLPh4h@p, LPT1UE E E fXf\\PXSTPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPURPPLPh3h@o\t5dh4LPT11DBvfXfS h2S_r[_   ȉיDžXut5dh2KP\PJPIPHPhS4h@juH:Iu:Ju:Kt5dh^4jhh/u \f=` %hl4iPh5 r xjh ht =t ftP5YjjP92 £yh`=u2j`PjhR1@uh4h4dXZmPh51 yht;j`Pjh5[1@u=th2h1_X1DžD󫍅DPh5'3 @uh1[jD5pZYy h4_=*ƒt=8=0jhdPs G eu Dž|j j VhSdPdRuVVSWh4=A=0t5dh3n2Y[t tIPPPPPPh4yǃPPjPPPPPPPPPPPPPPPPjjh4ǃX=u=u]1t =uBj`Pjj5Dž`\.@u=th5h1XZ1)51_t e[^_UWVSH=jj5Z. rPj5;. @Wj]ġSEfEx-XUY~B56 EEPEP5 / u)8th75_m540VjS--@tM}u7jEPjjSE,@u=th5h1,[^u5Xp5/1e[^_US~jD@_~]UWVS]hHjDDžXZTtpTRT thPCP D CF jh Pm j Phm jh Pm $jPh m <<#@@#DD,HH,LLPPTT#XX#\\jh`PBj`PhB$jh qPBjqPh B@@hhPB$hPhfBhhPPBhPh:B$WjkB[^tEe[^_e[^_UjA=\Xt0j=Dh.u d@ 5dYP, jh@p xU}SE u"t0h5d,Bj1ҡY}hFZjUXZ tj(X]USpj@jdha5]S@P=DSu d@ 5d[P+jGU jh蜶UVS#ҋuu*h5n=pYt jTjj=DƅƅƅPuBRAZP>-t h<Xhh55#&+5#b j (} hX=pt jITXt4t/h=DPuFVYP* jZu=(ujp^jhe[^US h:uEEeZYE:u=uEu=t =#u9,t jS]YXhB3+Zt5dh5(0j=Xu&5dh5(j9,t jSJ][Xh@h6ZYuljh@Y[hKju>EXZ tRPh6m uuuh[U Htuj+>j} tU :-tRh465d& }tuh#65d% =Ttuu ui 9,t jPY[^jDž`Dž\DžXDžThZYt=~ j`Xh&j:h;jy:h]<u \`u Hh ] ;|uLjj 3:] h+CSX&huSh:Dž`# h+u $^h_uu h0bE=DDž`(Pu hB hY[PnZYxE%=t%u h?65d=$  EċUȣ jh葮^_  hu-_Y[thu__Z,t |_wWj55h 5j5=D5u hC hB^POh ƒyu h09Y[ 55h6V  DžT?}tuuh[* uh_ZHM TXd^(9`v&,tP[`P(7`,Yj7jj 7X, M=DjEPMpDljXDžlZ~ s19ס(|9vQ=D5,u hB h[P! p)׋,p=DSu dB dQYP>! l~)pÃpl==t =EU9Ӌ |e9r_=Du)dBHBy;B| #Rj#@8 5dj#yXZPËEUډEU5dW Xzj|PU+U|+E^҉tx_yHt@Bxt@B+xP茯[n5(=DDžl5,u hA hYP p,p=DSu dB dzZPg l~)pÃpl=.=t =EU9Ӌ |e9r_=Du)dBHBy;B| #Rj#i6 5dj#袪_XPËEUډEU5dV ^==t = ɋ P9G|9sA=Du)dBHBy;B| #Rj#5 5dj#ܩY[=Du$dBHBy Rj p5 5dj 蠩XZpyu h0_Xl@p -i=Du)dBHBy;B| #Rj#4 5dj#&[^5dT PËEUډEYU=t6=t =y$EU9Ӌ |`9X=Du dA @dZ=Du4dCHCy;C|d dj 4 dj J_X=DuBdBHpBy;B|p tdpRQ3dpާ[^=Du/hCHCySV_!h@ph\Ypp==t =EU9Ӌ G|9sA=Du)dBHBy;B| #Rj#2 5dj#XZ=Du$dBHBy Rj 2 5dj 车_X=Du hC @h^tu h0Y[=Du d@ @dZt))i8 t hV6Xj/`_th`Džh^d\jDždY[\j2/X=Dž\Zu ixPXdtd\DždXj_|vjL(^\t\j.Y[XtXj z.XZxP_`tht h`^dt dK[[Pe[^_UWVSE PPEh:U uDžLDžH]6E40SEE[^t^=<tU}tOPt*}u P;-tPh465d }tuh#65d =TtEtuPu31҃=#DžDDž@Dž<u EtjUhZYt=j4Xh&jY,h;jM,}@u)h]<PfR^_P8|jP8Y[j/P_ZXe8t Ne8 ult;PjytۋPu+PYۉ8^t/8x)=uHd8 u5hP_ZyPh0==t/d8 u% =tPP^y Eu=,tRjjIY[E9,t jPIXZjuvD^=_^ @W O jh Y[ Et) tRPh6  }t];tSuh[_ uhM_ZH h+AH^K }h]<P/PY[u$HLP:|uVjj )PhCS<詼LuShEDžD# ;uPV_LZuPh0"[^u DžD(E=DPu LA LYP@_Zt$E%=t09 v&4tP^ P0CQ4[j(,Y t EtG t6jR=DPu LB LZPX =H&jhPaH^Dž8(,_,r (c19,0(| 9(vQ=D54u HC HT[PU )(,W=D54u LB LYP 98k=#=t = EU9Ӌ |e9r_=Du)dBHBy;B| #Rj# ) 5dj#BXZPËEUډEU5dH Xj`P_ d+l`+h^҉X\_yHX@B\X@B+\PL[l_50=DDž854u HA HYP W=D54u LC LDZP1 98=R=t =<EU9Ӌ |e9r_=Du)dBHBy;B| #Rj#M' 5dj#膛[^PËEUډEU5dF Y==t = ɋ P9G|9sA=Du)dBHBy;B| #Rj#& 5dj#XZ=Du$dBHBy Rj T& 5dj 脚^Xy)E]8 t hf6[988xPhl6,sE jjjL 11۾19ӡh|9sb=Du/LCHCySSQ!LL@LNYƒt3 ujjjL Ph0yXZ5 E@E=Du)dBHBy;B| #Rj#$ 5dj#_X5duD PËEUډE^U=t6=t =y$EU9Ӌ |`9X=Du)HCHCySOH8@HM[ǃ uEt~=Du LA @LY=Du4LCHCy;C|L Lj s# Lj 謗XZt\te =Du7LBHBy ;B|< tLRQ# LWL[^=Du)HCHCySNH8@HkLYǃ==t =EU9Ӌ G|9sA=Du)dBHBy;B| #Rj#<" 5dj#uXZ=Du$dBHBy Rj " 5dj 9^_=Du HA @H[t)X8 t hf6:Y=Du LC @LIZtPh0^_jDD[tLDDžLYHKjDžH薿XEZt'EPh|65d 5dh6Q ɋ)E|vj X=D(juA9T^@_jpS$STPxDž|:@TP$$Ph65dijh*Y[u/hLjX=Zu 4H_|vj^@t@jGY[<t;5d(54蠊=k4}t/p'jh:|hjhTj U=u =Du d@ 5d?YP4 ;ZUWVSL=<u=u }KjP'++^҉_yH@B`Cڽ څ11ݝ|_vX݅ٞ։vAQٽRf,$ f٭߽٭؉Ѓ 5GtS55hY;hPsaٽf f݅٭۝٭Q~LعQӉGtRQhl;+P P`ؙt.Phv;+P P`غ<љRPh{;+PPq`É @ |vv Py   )Ӹdkd y Ph;+PPDž_}=5 ݅ҡ 񉝰9|9+RP,$WV,$ٽܵf fܥ٭۝٭عËh;+PP^ t.Shv;+PP\^<әRPh;+PP^++҉yH@B~2h;)P] h.+PPx]}Su =Du d@ 5d轡[Pe[^_USI:ҋ|HvA=\t0j=Dh.u d@ 5d^ZPK j$X9]UEEEjEEEPUjU$U@E EEP1 }ЃEE$EPu xUUMw1ҩ`uu Qh;jRu QUWVSP}u:jhXZjPi ++^҉_yH@B9|E9v; Džx~w9~dP藷Ph;hSZP=DSu d@ 5d[P  jj@jjhs= =}ujhjj}ujjjm =$h<hQDžY t.Ph+PPYҡ RٽP߭f,$ɀ x{f٭۝٭y1 d~dVh<+PPY#=vҍXt1I)˅~K։йdhG)Sh Ph<)PX1 A |vvރBP PVSh%<+P P.X++҉yH@B`Cڽ11څ|WvPɉٞv?RٽVf,$ f٭߽٭ A |vv Py   )Ӹdkd y Ph2<+PPݝV=5݅ ۋ |"vs9 |*9v"ظ+hE<P)~1ظ+hR<P PU+5=WV,$SQ,$ٽf f٭۝٭?~~4hE<+P5PuUƉ ؉֙t,Phv;+P P.U+hh+P2PUƉ ؉љf<RPh_<+PPT؃}u-h.+P PT =DPu d@ 5d͘YPe[^_USY1jK1]U=DSu @ 5AYuz=Du @ @5豘ZuV=Du# AHAyQ%@5a#[ƒtBv t,tu1"B\u:=Du# AHAyQB%@5"YˆC=Du# AHAyQ%@5"Zƒ"rB\u:=Du# AHAyQ$@5O"YˆC=Du# AHAyQe$@5"Zƒt t t t ,g1=t4C-=th3ZYtۃ; ]UWVSx1=`Dž|h+h`_^_u$.8=h`hY['hSB_Zyƅj.SEZq[^DžGt tDž|||o zhuZYJh5 ˯^_0j.5 pY[t;P蠯_Zu) )ShPy u j.uwpY[PO_Z+]Shu& _te tk7TXU uhU hP[^(<U th:PZYt@=DPu @ 5_P[^x ?+EE8hUf=DPu @ 5蜓YP_Zx ?TE8HhU^3=T_ t uA=Du#BHByR @5H[Ãu t u5dh<(k1GFf=Du#BHByR @5YÃv SZ `;D4%@t{ tE=Du#BHByR@5LYÃ0C' (u `k@k` tu=Du#BHByR@5Zà u ~tF뢡(kV@` (u&5dh<hh<_X|t0 t+\ c@h<Ǚh=8511>5dh5dh5=h<荙he=胙[^5e[^_ÐUS]Ct&Ёv RZ `;D4%@uh=S迪ZYu 8ujhW!S蔫 u <Uh=S肪ZYu @8hAmSeZYu Dh=SHZYu H]UWV=S5<u <hYtWj hk1[Zuj hjZYt {.uK;hh=5dT tjh=hԫ TuVt # j hGh$ tbh$h5d Ht # t*j h=hC u5dh=d[_14@~h%!D衔Yu)0<4u 4@~4 4=54h4>5d 58hN>5d5<hh>5d$5@h>5d5Dh>5d5Hh>5d$5<e[^_á#UtPX=##u 0tP&X=Tu (Uj=\Yt0j=Dh.u d@ 5d薌ZP jhdaUS%j.=Ytr#t6=Dju@PDZP5## x jP5 j7=YtI#t6=Dju@PZPb5## j#ӥ!$]UWVS 1Ӎ{v5dh>,jc uh>5d;5 H)P VƇ  u)=Du Hf` 5 H4Xj_1э|~  uƇ QEM;# U e[^_U=VS5<u <h>袐Zuwj heZYtc8t^x"uX1Ʉt#<"uz"uB@BAtv݃=Ɓ@t!h@h>5d @<5e[^UWVS= ]}t =u;=DuD-@ PX@ =Du7=DuDDBDBD=@h5V /thhyV hh?VV0GyVh"?ƐYPs<X Ѓ} 5<t1=TP蝢X;t"jjP3Ph{qT֡dљt t} t1=TP7Xh+S <5S@A =@u u5dhE?y^_9m?15@hh@4 u5@@1j h@bY[t@e[^_UWVSSS<=} Eu <=Du5dh?uh?ZYuij hB9E H9]AB߃=t u]<9tvmu9.tlE H9so]AB݃=]<t 9t?E H9sB]ABE H9s.E%E H9sM %B9s BEEhM[^_UWVS1؍}Թ$EPEPhvuVEEEu uY=tVShVA5d(1e[^_UVS]u SXu ]e[^&U顾UWVS(uVjjVePjVp @L=ufE~jEP覿EXZuu Và C8$=~JjEP\U+UE+EY҉EԉU[y HEԍ@BE؋EغәiMy1PjEPfE u l8tu \<SCtgEt:EPEPhhVE裾@t7}tỦ  WjV#1҃ Je[^_US]S@Yu ShqAj~]UeHu hAj~US] SuH@ZYu ShAj~]UEu hAjPZu hBj[~UWVSQ}W] j EPV@U:t69u2hWP&YZut-SWh0B) f@A=wՀ:uЉVVe[^_UWS0=D]uS2T1}ȹ }WjhS蒇u}uShWx1E0Wx؍e[_UWVSp=uEEEEEt9uPEuPE uPhQB5dO=th!E :EEY} uE}uEEPEPE PVE} 0tPVh{B5d˿VhB5d赿 5 HjO]SEM uB5dhZX=DZu Hf` 5 HX1щщMD)}Eu 0E 4] ,=tOы} 1ˉӍ<WWu PWh-SWVSE] (u hjz^_uj}uhBEdEYuh}zÃXZu9}EuhEKdE_E8t3PhzY^u}uYEtRPhaz_Zt@hB|^hhBh 臺#05%;Wu E=T[uC15(9}WhZYtC9|E t }tP脭_Et }tPp^Et }tP\[Ee[^_UESt9=t 5 hB-HhJE PEPx MAv$E 0hB5d߼Bt@#~E Pt<t8u hBjyRPRE p,z[Z=t"=<t5<h%C5dM j hՃh$j hLCh,j hVCh`d $j hh j hh#L= tjjE p ]ÐUs-USS}] t3hPCctuShPsj h(^YEPFEZu1]UWVSSS=-!E//-u/Vh.xhc/E//- EFӁv RY `;D4%@uׄE0E/}t;EuYES\u FuDL"u E"7'u E')Ӂv R{Z `;D4%@u GFutF+Ee[^_UŠ<^uR?tЃUSøftvPJtlv80Q$0R$B0P$\S$T$*vP$Q$C@P$^Q$R$P$[U=StCtP3hP路 ;1]U2H@jh21UWVSh\uVUE!~1[Zuh|V~ZYuhP;hQ%oh4Q'#E=#tD1;эqEA~hFQEX3h)خu^_;j jh#Vd~P~t uVhIQ9t ߁#H0< wk B|Њ:tuVh{Q5H褷&v uVhQ=BuhQ n1 jWUe[^_UOjUOmU OBZU庬GU\Eá?U~%5T1jhPMiy hQYU= ?thRh6RTmXUE(?x2>A¨tt 2¨uu 21=2HAu%t thfR#hRljU)uu hRlYhRlj6fXZUE(?u 1AHAuth$ShFSVlj2U"u hhS?lYhS2ljeXZUE(?u 1AHAuthShSkjT"u hTkYh.TkjReXZU=St.Ct8tP3hXT葫 j X;j qhiTh|hPa1]UVSƻ=t=Ct.8t!PTuTP3hTj X;e[^UWVSP}E25HhTVhTVh U5H1E tvE 0jhVE GzPzutS t21:Ct!PC 8;Uu@URhAL {t jS!EXO녋Ee[^_UjhPyU=DEt't 8tsDPhFU%t 8tLH@ZPhoU躩XZUEWVS} V}uxh|wGxZYuh\w4x[^tR=ts3hPR ;j ?hiTh|hP%Gjhwx u whUPxYs tp}twhhYZu'whPJM_Zu hUhhCt!PC 8;Uu@URhAf {jSY}thUP8xZtwh V5Hs1l{twSs 3hNVBwhPJY^t GU‹C C bP3h_V Ce[^_UWV}S} 5HhvV谯h|w6v^Zuh\w#vY[tl=ts3hPA ;j .1hiTh|hPVhVVhV5HL1m}7udjhVwv tPvZuC t.Ct!PC 8;Uu@URhA {tWjSYOPevZR{tjSs 3hWE!C C P3h_V" M)e[^_Ujj"!6jj5jj5U=!t jjp5YXjj"5jj\5U=!t jj4 jj"]6XZjj4UQAuh"WVehOWLe1'ҋ Dt !jEjEP9UEUE1UShbWdX=t.Ct8tP3hPܤ j X;1]UVS}u thWYjhvNt u vhWPtYtvhW5H軭 <{ t!=BuhQAdhOW7dXZKtCEe[^e[1^UWV}S=t;F t,~t&8thOh XۣXvhͣ[_>j Y='t28 t-{uC "P3hX s 3hXt ;;}U )jhËE 4rS6su V)sZt U 4h(XuuE 4hCX1t3F t,~t&8thOh XԢXvhƢ^Xt8t28 t-{uC 9P3hX s 3hX苢 Gae[^_UVS@]u G~FP4GPh\X: ~F hX#5 Hj2]S؃tH@5He[^U1=L@hXL@a=L@;Uu@UPhX诡5HXUS\EPEP)ZYjj1ۅ¨EPEP)t"=BtuE9EuE9EtN%jc\]USg\EPEP~)ZYEttthY^XhuÅXu{j/SSZYu@}~jh.hPSa jPSa hYj蠢je5EPEP( t$=Bt}uE9EuE9EtM]U=Bt>j5?h$Y`5?(B!}uh7YE p{ZYt jhDY4Ujj.U=St.Ct8tP3hPw j gX;Ћ]U}VSu t5Hh@Yc@jhvn u vhwYPoZtvhY5HM1s S3e[^U=St.Ct8tP3hP跞 j Y;Ћ]UW}VSu 5HhY蠦jhvn u vhZPLnZtvh@Z5H臧CC 9t=3{ GtPs G9C rZ|GRhxZ5HB1v vSe[^_UVSƋ2tVsfYZu1e[^UEt@UEt@UVuSt@tP轖XC t0P诖X'j荖á22C2YtXV:CCVsvCu hvC e[^UWVS=PX?t0j=77ZYt@P7C@=[^˸Z@ 8:tjhZPlx uzj:s +7ZYhP.1E΋эL1QwPh|V衽s ms Zu(Ztp hZ_hZ% hZ0hZ&e[^_USEt8PtPCtPXC tPؔX]]˔]UVSA]uShZfuSh[5Hwe[^8ve9XEe[^I7US2t&s sC*Ph>[Ӛ֋]U}U tX$2+@(X$tX$tX$xt9Pt1UE1҅tP U=BS52h2G[}X~hK[E pZYTAtHhS[Yr[ux[Ph{[r[ux[Ph[י.8=!tAuh[h[Y=DXt h[YXr[u[Ph\{YAXt)r[ux[Ph\VXZ h*\=Du$HBHBy Rj ʶ &5Hj *XZjjEjj<=Du5H1h!^贕[Xt_-~-F-< t O~FB1-t.J: u(-t =Dh-IUY=Dt5H1h!^6XZ5 Hhh- uO=Du H@ 5 H[u$=Du H@ @5 HiTYty7r=-ti/t[CPdZth&^uh9^{ t=BuhQiT[h/5/SZY}u(=Bu jhD(Ee[^_\Oe[^_UWVS]u:hJ^SY=tiGtP7jh ?K~CE E 0ZPcZtVhw^ uVh^蠓_XwS^븍e[^1_UWVS=B}] Dž8Dž$Dž DžDžDžDžDž t52h^Jjh^-openf- 15 Hп-Ѹ)P-Љс-Q谜/=/3Oh\3-YZh|3+aYZh3YZuOqh^3YZuO\1mh3YZuOt:* u  uOVh^轑輙Pʙ  tՃ1}Թ󫍽@WuVj0EEuWVjEÃtXS=4$h]c5Hd K0,j$h]c5H3@ 81~(B@tF;w2RX8(€PDž8Dž4!F+8(4{_uXPf{@u h6_65PC<@Ph( 

_5?jh!`S t @^ t +[e[^1_U>? UhE`hX`hq`h`5H1h`5HjUWVS<] uEE j/37ZYH1t@jh`H15H1X`1 HD\1xctKd084DEF-SLN Xa1n9fRd+e1kJlNusrUsUx]yaw0m`1^H@DK `1?!0jEP5d\ݡU :u;d\t=v.h`5d\h`5H1h`5H\1X1T15d\MD5H1haq5H1hFad5H1hxaW=d\\1Z5d\=XLD~Cd\E90-5H1ha 5H1ha5H, hbSVv p=\1u1=D\1+)ƍ~H1UȅEĉUthZEȍEЉE}X}thZUEUXUNU~ CUEhDo_t%jwO^hDV[jjj EċU)PPFHZYe[^_Uhh7h2 Huhh3h2 Htj讷H2USĀ| Hu?уӰh0 ||PjjBRu 8tyh`<xgX ?|]Uh2!UVSh2YÉY~.h2ZujSjj525?ƊÃyGX87t;N8#t1:52ј5?h2jh E1ۃ=BttAS52j>v; t,Sh2Y9Xuh2Zt(1e[^ÐU1W}SU ]EPPډXP [_UMQB;As+QBAUU9BUE@UUBE ;B r+BB0@0BUU ҋMtEAt+yA9}A;Q r+Q0@;Q0Au ;ArAAUS] S9u C9CrC )yC[US] S9r u C9CrC )yC[US]St9uK9u C9CvC))‰yC[US]Ct9uK9ruC9CwsC )yC[UWVuSt>uJ9Zlj| u9XSu Ep!Suz] )e[^_ÐU=Du H@ 5H;Y=D ?u H@ 5 H;Z?^Uu u5 ?蒅Uu u5?萅UUU8$9u :'9$9u=!t'v'o0$9uAt_(O:$9u*(=?$9u1%+Du&5$9ui%3$9u %1U=Djhtu H@ 5H:ZPmUh0jj,h0h $kUEwi$dC8$]9$V0$O3$H5$A<$:=$31$,?$%:$4$6$>$ B$1Ujh0h0$US4]؀9 1D@@ `APy4Zv;EP5?YXEPj5?@@ `AP@4w։j,h $ 1EPL E؋Mt= ?E؉MtM E؉Mu e%=D} ME~EEu$ED EDEtEE؁eEEuEMtMЋEt@Eu EEt E̋MЋUtU0% ‰UԃCMEtlhj2hj&hjhjDM X-Exb,U}  Eb,U} E EbI!!h2Z~$jh!h22jh!j>,Eb+,U}  Eb,U} UMu{ D9tlugЃɣ D!u!h2Z~$jh!h2jh!j>E, hb+YE&US]h2 Y~Etj h!h2Bjh!j h!h2(jh!j>+]E"c]+!U>ct HL8tMcRhTcjUUA!tGU@DADBD"CD$?DDUWVSV}u U$?EBM=Dwl $?Bã$?u B$?$?$?B}$?u B$?$?$?B}$?u B$?[[^_Ë$?BU=DSw}$?P$?@$?@Á@D$?~Ph29Z~6$?-@DPh@Dh2$?-BDPhBDj>!* hvcs)X]U帬BS1=Ds&PyPPt 8 t  Ӊ[UWVSE E}M}҉U_~jjRkE ӉEUGֈEUB:BuUA9u_A 9uEU舂BGARY u؃9ƉEGȀAWE舐Bu}tYAPAPu mtEe[^_4#e[^_US6BDsJC t>;uCCCtPCP-BiP j"]UA!tiUDB=Ds@@ @ jBYtBBBBjBZtBBBBjBYtBBBBjgBZtBBbBBj8CYtC CC Cj CZt CCB CCj CYtC!CC!Cj (CZt$C-C$C-Cj |4CYt0C9C0C9Cj M@CZt# hvc #^D1t%P\D$DD1[e[^áD1UthP_\D1XZh\D1YD1u*hc"D$DD1P$DD$DB$DB$DB$DB'$DB$DB$DUB$Dt@UShZ]S迦ZYtWhZS讦ZYtFhZS蝦ZYt5hcS茦ZYt$hcS{ZYthcSjY1҅[uЋ]UWVSQQ=D1]t;uOjjXZSXjj_Xujj[^SYjjÅXZuVSE1эt } $D_MDt}ыELHL19 MD19vuDD1)WRDKZZD1Yu-hc D$DD1D+$D)щ $DDSG$D^EtM$DCt7$DB;DwP~ =u$D$D뺋]t#$DB;Dw$DE떍e[^_UWVSWWE }EE1?u~}ujV;]}Rt&u}t u^tu CtFC;]|}t u[Ee[^_e[^_UWVS2+2Ph1j<2B2ƒ $CAv2;2dB2:S=!p1!t=h1tPW_h:^0pPjSQ dI(v!Dždh1 Sh1[$Dž\$<:t\8|uG\\uލ P0WTTYh1WT$΃1DžX$Dž\$cc|t c:\B\+X)dt)PXd7 uXTM1XыTPZ9sPX37 t݋Xc:\c<|u\\|c勍\X1c t cyOcv SZ `;D4%t%v S[ `;4\\\ ɈcwTx$u21$u T9sB$VT9u:dt dT9s BT:h1tTp151I(wSh1Y !h1p1h1p1t1t18u p1t1t1Bt11h2~9Z}>hhSjjhhhc]SS|$WSh2Fjhd$)A"2;2B2:lPhPhhhljj hhh+dMQ{}10h2s9_VEPh2CPE_Aj2;2Y@2t2 t8@t t1D"DD@ D@jA229 B2t(tgtTt+|t/)PR)PR6)PR@)PR)PRj)PR ?2 29+tA A)QSw`A2;2B2:hZ蛽^t1ۉI+vjj#Y[hhRjj#hhhctj2Rx(h2s9Z})VtPh2eCPvPj>  hxb]Xe[^_U1=d1t'jh?djd1!US]t jj*YXt jjBXZ]U2jh2|2jh2h2jh2TjPE@@jhh^U2jh22jh2hhh^=P1tBU2jh22jh2hhh^ZU2jh2{2jh2ghhh^U2jh2:2jh2!hhh^UWVSAuhBdH1Xh2u]EEEEEE)79؍}Z|SVh2CPWj>@1e[^_U2jh2o2jh2[hhh^ =P1PEt=XEtjYU2jh22jh2hhh^=P1PEt,=XEtj^XU2jh22jh2hhh^3=P1PEt=XEtjXU2jh2(2jh2hhh^=P1PEtR=XEtjXU2jh22jh2hhh^YU2jh2z2jh2fhhh^UWVSAEPEPY[MEuEE}EUuEU BuBEBuBE܈BuBBZh25)9Z|SVh2CPWj>e[^_UWVSQQ1EE%u>}tuh2XEEZh252GDžX2OFE$D2 uA=L@u=E2l A~Hu,FOE=`A9=@@,dE Au uFOE?2=`Au=@@udE jh`E(Y[=L@=`A=@@dE !=`A=@@dEjh`EXZs $(D2N2?202!hhhd! j`A =D`ABDD21k=`A=@@dEjh`EShhd rShhd SShhdh S2<Shhd@ `@ t,B`@tAt B`@`@A!}tzt #t |/'t^vjj[X%AhZгYtP4jj!LXZjS AcYX AijSADXZj0 jS`@YX6"u1jj!XZ Acjj[XAu !D@jYShhd `@ t(B`@tAu B`@`@u8At."u  DAt jSXZj/XjAPEY2u22=222tb=2s 22=2s2Sh2hmd221 2=2s 22P2=2s 22=2s 222212h`EZ}tuh2N^_1}u}te[^_UWVS,h2EEZt4=PEu$Au=!tAu AtEh`EyhEEY^t=L1uE1=,?uh2Ztf1=`A1҃}RSuPuVhEETE1Eu>}tuhE"^_EEhE=E[AGẼډEu DNE=!t$9!d1e=d1ts.d1t 0$9ujhd!:$9u j!h?djJ H@9tU9t FOMɃ t u`!TH@ 9u$9~ )ރ}uV5hEYX~Sh`E#XZx9u )ߍGe[^_U1Auf=D@tAtt=!t'Au-=(Dt!D9D~At  DU}tEUjÐUVSutEv S;sY `;D4%tv S(Z `;4F봍e[^UEjPuu uIU2S]t;HtP袏XtHh]<S誈ZYt7hSYMZ2Yt Sh"q/Shf5HM jhfHh"2ދ]UWVSQQuE} EEuEPhf52L=QtC~9s(P*t Phf52xLCԃE3 ~ 9sPhf52CLC E 2;Hu Ph(JPj KXZ|62Ee[^_XUS=DME ] =u4w4 QhfSQhf52K=t*=t=t=ftn ffRQhf52WK/w524#u52hfIXZ,Sh@52K SPQhf52J2;HuPh(I[X2E]1E E ]&J]US1ۊ@?/w P4#wP4 hgPShgA At//w 4#w4 h2gmSh@ge/w 4#w4 hNg>Sh\g6At4/w 4#w4 hjgShxgq@XZ`@/w P4#wP4 hgPShg&@ At//w 4#w4 hgmShge/w 4#w4 hg>Shg6At4/w 4#w4 hgShg?YXC]UWVSDE=D}Eu!=@1 U : }}F^2_j ] Ѓ th#tDv  "z#.' 52hLhEYU [B52h[hEXZ52hjhEC M AЅu352hhtEE PGPh?52FZ u52hh=E^XRhh52TF 9! U Phh52,FC 52hhDY[9M AЃt!tGt!t);52hh%52hh52hh 52hhDXZPhh52E 9g U Phh52rEC 52hf0D^XM At/] K RQPhh52"ECuPhh52E ] K RQPhh52D9U Phh52DC 52hhmCY[M AЁt0zYt)|t,B52hh%52hh52hh 52hhBXZ52hi8] Cu=52hiBY^9U Phi52CC Phh52C 9rM Ph@52}CC 52h"i;BXZG97U <w4#hȈ Ph@52&CM D t!tEt!t)952h&i%52h1i52h=i 52hGiAY^U D PiuGPM D@ZiuGPU |cixGPh\52wBM DtPhi52WB U DPhhi52;BM |u|uC9U Phh52AC 52hh@XZ52hmi M AciuGRziuGRiuGRiuGRiuGRhrEPY}52vtEP,@] C$tPhi529A 9U Phi52AC Phh52@ 9M Ph@52@C 52hN?^] XCЅtWu52hhj?Y[Rhh52@ 9NU Phh52Y@C ڡ@1H@1y @12;HuPhiPhi>XZ9M s$`Df ffM 1YX9}-E <uC9tM |uÉ؋M C B9)E RPj 9}52hi=XZK2;Hu Ph(=Pj p>Y^Ph@52> C52hi=X] ZCЅtJt"E PGPhi52hhPPhi52>`52hjG=^U XBt" t7t-52hh52h j 52hj<Y9[M Mtt@t+t.4j"jP52=)j⍆0jUv R cZ `;D4%}"tC=Du)2BHBy;B| "Rj"T 52j"Y^1U =Du/2ȋBHBy ;B| t>RQ}T52PXZ"M P;jP52< C9=Du)2BHBy;B| "nRj"T 52j">_XSuE 8t+EE)e[^_UW}V1St4 .2'1] ;t3WZYt|ۅuۉ]e[^_U1}2ÐUVSPPu E$E? PÍEPh2"S)e[^UVSRu ÍEPS52S(1~Ee[^ÐUE QEQ2tP(2XUVS] u~K~PhPj/ZFYe[^ÐUUVSPuʆj EPVM豆 8t VhjE8tu VhUj@e[^US];t"S Zt@ hS|ZYQ]US];t(SQ=Zt@ hQSCY[Q]US@]8=Qt=$u5$ue=Qt\=$uS=$uJ5$t`;D4%Ѓ]Ð]É`;D4뭐 SSS뽉UUv R2S%@á`;D4%@UWVS ÉKuvNt69r PU t2v PU tK9sNuC9se[^_KUWVS É׋uNt69s PU t1v PU tC9rNu9ve[^_C뷐UWVS EE HӋuEt PUǃ PU9uC9r}u%Edu8 RQ%@t"C9swۡ`;D4%@uM}u9w؍e[^_UWVS ËEHKE@t[9vh3Ёv` RcQ%@uH PU ƃ PU 9uK9sM}uC9r؍e[^_3K댡`;D4롐UWVS ËEHCE@t[9sb3ЁvZ RP%@uB PU ƃ PU 9uC9rM}ueK[^_3C뒡`;D4맍vUSQ@(A,A0hHҋ|ǁ4ǁ8ǁdA8A<ADA@AH"ǁt.llx‰ C4Jy]ÐUWVSNj@4+G(E;UEveE+E9ruw(Qƃ1UE+ERPjSEhG(EG,+EG,YG0+E_4[uw(@G0ƃ1)URujPGh@D)D[H+E艷@^G(u<Hƃ1QuUjPgXZu쉷<L^ƃ1LP)PT)uTLÃ1tKVuUjPig+؉W(E쉇ЉEG4e[^_UVS֋P0Í2;C4s 9S,sv2J9S,vS02C0[^ÉtS0ΉUWVS ] 1щOut/F0;F4s/~tF,F,@CF,u1҃ [^_ÉsuUVSu ]~ C(9C,s[^ÍvSC,)S(9sS,[^ÉC,[^ÐUP,H(19ʉtB9wz t H9w8 u)BÍvUUxB,;B(ǂdǂhB<B8vHB,ÐUWVS uN,V(9ѸtTh(Jv@;V,lj@9vAV,C9w)D`F(9sF,e[^_É~,USS]C,;C0u;C(t'HC,S@S,C09r ;S(vHC,Y[ÐUS]C,9C0‹@vBA9S0wC,C0D[ÐUWVSuN,^09s=V(B9ÿv&AB9N,vQAQV,Bf[^_ÐV(B9vQAQV,fBӍvUSM =]w4;t*CV FtQt\tA3RuC‰C빋V tiVuu WEe1ҍe[^_ËFt PvEFt~S}u E 0Fu믍v‰F 눋EF :t`2AU FivUWVS Ê֋} tJt"tPPWuVe[^_ÍvU:usj.jh_=ve[^_sj(jhОC= ‰랉UWVS uEE8 t2S҉tvP8 tZۉue[^1_ËStEF>t'K t݃ VS EuƋS 0u&Et'CUBCEe[^_ËCU:t$1҃uà Q!1҉pj+jh6<ÐUWVSu<t[^_Ív|9tx9u<tމ[^_qx<uۍvUWVS ]ۉljuF^0@e[^_Áw8`;D4%t;>^F؃@7e[^_Ív S[8%uŃ^tM\t_ t;w``;D4%t\ S8%@u;7O>\F7^A7?8>\F7\* S7뛉>\0F>F0>؃F07)`;D4끍vUWVS M׉ӊt_u^C@EC8uce[^_ÉƈUvU R+7%tC^C<@FCEuU:t BtCe[^_Ív}^}\} tCUwP`;D4%tSU R6%@u.M l`;D4> R]6%u\C0C0C0\C ?`;D4vUWVS ƋEӋM t|t ~Ktq- I_tR$PSh}v:e[^_Ívu:t v t;Bu2hb볍vUWVS uÉҸt= RWW ҉t' @PWuFv1e[^_ÉD"DwGPWt VR뭐F0"Dsj5jh(7 hksjUWVS lj֋]M ttH8tStӅue[^_É ҋRDS ҉tFA뭃 Qډ1e[^_À~uD"DCsP1뼍vUVSËu:t#"j@~e[^PVhus UVS|$ S33%tCw֡`;D4׍e[^UWVS|1ۀ>0NjxtCY<0u]ػE5t&؃jEPU؉C*t~"1ۀ80tC<0uE0e[^_ÃqjUWVSÉU썀AxEUEE|MMEllt+UEVM 8ЈUuEu u֍e[^_É EPtUM܊ :E$XDU:E؃t UR؋U,UM؊ M E$ʉ D0 UM YE܉U UWVSuljE ƅƅ2"@ 9ʉv 99Pu;u  0 h_Ph_ Phw  e[^_;u u h_z Ph$0h_T Phwk e[^__'vUWVS EUxp_1EE8t4>P|EuD> t>PSElMye[^_ÉUWVS Uxp114>u"EtC~e[^_ËED>E D> e[^1_ÍvUWVSzƸt<\t<^t&B[^_ÍvB 0Fw&$$}vBt 3u Vw G t*>t 3;u Ve[^_ÉUWVS,qËu@d…>1҉I 1ɉtэy9S`B=19ȉv>vt*;t Št/BGuƄ/G9wRhPs\:G={`~usjjhȐ# e[^_ÃVC\ЋPK`@C`e[^_ÉV0e[^_ÃVC\PC`뱐UWVS EHhEPA MҋAhPEuUBhP MQP@P FPF1ۃ @PptzCF9ExF P>tIF1ۃv @Pt&CF9Uz Ve[^1_Íe[^_ú UWVS Etppti@Et_qqt`V34wuᡠpptWvV34Nuᐺe[^_áqt EuE 1ѡptÁppppt|Vj EPuE8؋u-pVh NhA FTApFPt pr QEq @'1 uuRUpBhE&} GhPp 01҃JҸuu0UpBhQuhEpqWuhuvXUVSƉ~k@Xte9PP|`PdBxt8uXB t 8Bt-8t(Ku VdPhXjrKШuVdB$t8u+e[^Ã~OVhXSSSrx贖P菨PhXjr$}QhXjr hVdeBt8E럍vUWVS,EDžDžE@EU;-tA;tA1ۃ1ɋx8 tCPQًxC~ՃhQvjjhXG"vjjhrG1e[^_É)DžDž@<9ss3hv 9rDžE끋xiEXhMGE:t z hGڋ @ 989BH 9rU15x<tp8"W~^MGW}7hvG-u8.S2[" uыU42h뇉ڍ#~M;P0X`umyt7jډP &8΃j1҉\P2Shv랋~p11F@4; uD; PPE0hvUWVShS(^_jS PSjۉ:@u HQhjrl-#XZqlg hZC蝍Wh$膍WhB$-btWhB$bWhB$uPWhB$*>WhB$`踍WhB $M覍WhBqqtBvV PR uP PڋuɋPhz kruB GTBGP* P+[@t3QjPj WL1Pe[^_à h:SDž:@rjjhȠ Ah@ PAh@@@QhBB=qq jڋw;u⋅Phz B PPhrBQhvPhp$wjjh  U5QuÉUWVS ]ۉlj~9XP} e[^_Ív PG@FKGuWP9|ԋGXy=WBGWtGEt jUG됉W닃 j PUWVS lj)9vz j GO9t}9wP|xt|)ˍCvWdBt 8.qڃ~Odt 8GXz9؃~à jKuwe[^_à j ~Ge[^_Ã~:Wdt-8t(PhXSSSqPLwGXt=ʉ%9t*9Љ~E j 9]%GGW )PʉPhXRRRqPhXVVVr]vUWVS Ƌ@9Љtd9VT|_)Åv~XyFV8uD~%VdB|t8tv j >KF~e[^_ËVPJ FNVKjy~ċVdu0Bht8tyVdPhXjrhΏCx~뇀8tˉH~@PhXPPP}P蓏~LPhXSSSr|֋Bht8t뮐UWVS @XƉt PdB u&v~ j Ku~e[^_À8tQhXjr ލvUWVS ]ۉƉ@X9XPPdtL8tG~6PhXSSS|P袎]e[^_B4tÀ8tB88B(8PhXjr8H^ P"GKuVdBYP6vhaw u˃wj e[^1_hG2Z벍vU5QÐUWVSE@,EMQ09r#x9MA(MUQ,UB(MƋQP9u䋙 $Uv^vC M} U R%t>C;]~ vG;]|1GF9uwEGڋEe[^_ Uv4 R%u;]~+]뢉`;D4{`;D4͐Cuz1qA(9JUQ,UVSdt |ht-C,)t+S,t0~Q V踜ǃde[^ÃS,uЅ~*؉辜+ǃde[^ 멉ډs,֐USP]K,S09Ѹt0h(Js@מC,u du ]É]ÍvUSP]K,S(9Ѹt0h(Js@C,u du ]É]ÍvUSSEH,P(9ѻv"+H@9r"H,u duZ[ÐP,NvUVSUZ0J,9sOC9t3B@9wB,Nu du2[^ÍvZ,vuȋdu[^É[^ÉUUB0uHB,duÉB,UVSu^(^,tCv R%@t!C^,wܡ`;D4%@uߋdu e[^ÉUVSU ]ҍlt l@ ~8e[^m lR͙lVte[^l뼍vUVSË@,P Ut;C0t e[^ZSP+S,)…uZUv| R%t@}?t Eƃ@^Љe[^Uve R>%tU`;D4녺\eu0O0؃:V0v`;D4뜍vUVSE u^@tPF0;F4sOtb~8t V@趟KtF,;F0sU F,K@F,u鐉 1҃~8tVe[^Éډ藝tuF8tF,;F0rIF,U F,/1҃~8ujVWe[Љ^ÍvUSRM =]w?;t5C؃ǃ@ tXǃtXǃXǃթXǃ3é]]鴩]ÍvUWVS ËH1҃vCt e[^_ÍvVs b@t֋%=E9tRuXZu;|t;t! ;t;t! ;tt;t! x9t;t! 0ǃZ1A(8Zt1ɺuZ:(tAt AA~1҉AE1ɺuZ:(t(t (A~ut Vujs @@ǃe[^1҉_ËCXvUWVS,Ƌ@uFu9  Ve1҉蝋Fe[^_Ð]؃ SXZjSY_jSXZjSY_jSXZjSY_jSXZjS_XjS}ȃ WSj!1ۃ=l5vhH4l=Ht CQ(A0)Љ4A,)Љ8A4)ЍA4;A,3A0<Y([^_ÐUUBQPhc5Hxp SV5H=XZ5Hj oe[^ÍvSVhEPe[^ÍvUWVS E u]tNRPhc5Hp SV5HT=_0? PhF5Hoe[^_ËEESVhPz~}1уY(^0p?Ph9)P]]S e[^_UWVSju V}t e[^_ÃƽY0?$Vh7W USP]x Pn x Pnx Pn0u$u2$u@ S^1]à StЉ P^$t‰ P^ Ss^1]UWVS|҉Uǀ ǀǀǀ0ǀǀǀ$1}IHE EPju um‰SEPRh;Wjj;j E%= tTQjjum+RjjPi Se[^_ÿ utJ uuu hl xVjjPiyhcjhmlډ 끍vPh3SEtPhCPuN SFe[^1҉_Éuh3S븍vEhPh٤:E;uʼnUWVSEEE E}uh4[t4Ph4jSx3EEE} Ue[^_Zt(2Z0z;PVh]c5Hke[^1_UWVSEEE} uEh4S[t4Ph4jSEEu }Ue[^_Wh蘹^0:Y[Pue[^1_ÍvUWVSE ҋ} 1tU8tOEEEE8_t^PEPjjd@tCCfCECF u)Љe[)^_É@E뜃We[^_ÍvUWVSE ۋ} u苸1jRWE !Ѓ@t5RVuE i9؍e[^_Ív/tWhjuӉEEtxPEPWut9vjuuE6!Ѓ@u 蹷ubQSuEi|2t E)uE+Ee[^_PhE0PC&PhE0PPhjuPhjuxUWVS u ] }x1jRS `!Ѓ@t(PWu (hxL9r+؍e[^_Ð軶tShjV{Php66VfWh6PhjV륐UWVS 0 ɉƉu/{RjjjjWj)X 1@t#e[^_Ðs3dPhG6VȍvUWVSW0x@,E1v1;M W wr;UwG1G ;u r w;Ewv Muu1ۉ[[^_Ë]u )Ήڋ_1ڋEHE%)É[[^_ÍvUVSu0u$Cu5 SVdž0e[^Ívs3cCt̐ PV SVdž0e[^ÉUWVSTujV0*@4@@0P*H,P@]E\ESVEȓESVjEPE)PVg_h@VE1ÍvjEPEčPV-hSE%PV =G~0UP0@ 1ҍe[^_Ð}EȓESV-EȻESVjEPE)PVqhVEhPuVE =un0UPQPhe6VXuKTe[^_PhvQh6VpShPhRhåPhХѐUWVS,} xShjW$1e[^_É0H M P%1ۅ҉EEE tb^؋] %؉EP1QR EMU Q)؍e[^_ËP] E yE] ?ڍEP1RPh E؋MU܉@)؉Q뉋E %UR1RP" xjuug!Ѓ@1PjEP=bEԨu1%RP )M ؁%1ۉȍMQRPz juu迦!Ѓ@tdPjEPa Mȃ]%EȉUuRP +EPh7Wu hjWjPh+Vh7WxRh=PhPhWPh4u1ҋE RP} QhXuSQ^ WRhPhuWPhLPhAPh6Vh\Ph֦QShЧFUWVSEԍQ9v׃QP5QDQuQ}t25QQPQ1уt1Q0Qe[^_É<$B<%uBpu1CƒrwY$UЋ;dיEЉRU2UQQP wQ1уt1EЍU)MMEzs;B| RQOP RxW@D PRe[^_Ív SЃ뽡W@x2v jj] RrQ| Pv SЃrQ0ۃ`<~\0ۃ`R;B| MRQ\OA P{ SЃmrQqY;B| ERQ O9UWVS ǡRt^ RtxNxA9~6x)tRR(@98t 8 RCA9ʉ R09ht P[ RA+x9Tp^NQ RAH9tW@xt ~09ht Pt[ RDQBHB RxW@Du= RA9x;1AH9xAʼn P뵉 SЃ닐qSxv0ۃ`;B| XRSMLW @pe[^_UWVSljUW@uEv}7;w RBH9tW@xt <~,09ht PY RD˅RBHB RxW@DO RB9x M})7}aEU9U}9wuEE9E}U94tWCtb R;E}KCxl104C1WC RU9Ax9EE}EtJU09ht P;XWu%PC:P RUx} RBH9tW@xt ~09ht PW RD˅RBHB RxW@D| RB9x|E<)EE1e[^_1;u} RBH9t W@xt ~09ht PV RD˅RBHB RxW@DL RB9x}F;F0BH9x1v Pv SЃnrQ谼X1;u RBH9t W@xt ~09ht PU RD˅RBHB RxW@DuC RB9x} F;vF-BH9x>뿉 P믉 SЃ념rQ茻p0ۃ`0ۃ`;B| FRQG:;B| RQF8t/EQPEPPvf}f}v% h0ҡ R9ht RSuW@PxE9E Ru苂hx@tut!W@xu j{S RVSxtd Rt RxE<)E BH9x2 P SЃtrQ踹`0ۃ`0ۃ` RBH9t^W@xt <~u09ht PR R D˅%RBHB; RxW@D RB9x;B| rRQvDfBH9x Pxs SЃDrQn0;B| RQD P%? SЃBH9xrQ0ۃ`;B| RQCUWVS E9UEUEu }tB)@ R;~/19'MM9 R9|!1C9~ڋMe[)^W_v)Љ‹M)  Rh@ut!W@xu j8P RSuxta RU艐t R1҉x\vCB9SvUWVS  R09htxt PO RQh) B)PW@p RB9~* vR@(4 RCB9GB9~? 1fz~ vR@(4 RCB9GB 9ˍe[^_ÍvUWVS,EER R@@S9‰E WBHɋ5Rtv uB@1E nEHE@R RU܉M؉ẺEԍv19}Fu܋v(uЋEԋ 0u94Bt:9|19}M؋A(ű E9Bt9|u]m m KyU9U,M9W@P4 Rh@juxt_ Ru艰t RǀxE{u Rt8t.A9 RCA9ߍvEe[^_Ëlh10b4t11OW@x* jL R8uEEQPEPEP!of}uf}1vUWVS RESuUxtO RM艈t Rx1ҋEN@TIE])9< SЃCH9x} PY}wQ聤0ۃ`N;B| RQ0 RURh) W WpP= R}qf} R]Xf} R]UWVS(j# RfbftHfb RdxdERx$R{VE 5WFxRtRUM C RQ@9‰EUFx1ۅuPu@tlt 0FXE09ht P;5W Fp Rǀxǀt R1fy~<1҉1fy~#vR@(M RFA9GA 9ȋEd19ÉE} C;]|R@R@RuC9|6vC(fDR@(fDRFC 9}Ջ RuA9|=vA(fDR@(fD RFA 9}ՋR{fCfARfRfR Rph@ut!W@xu jN: RVSxtK Rt Rx Rh RP RPj e[^1_< Rd _; RPX RǀdRExRh) jjhPS\5WFx RE09ht P)9 R1fyXh@ut!W@xu j8 RjWxtaJ Rt Rǀx RQ1 vFQ9AH9tW@x]t E~09ht PK8 RDQBHB RxW@DuD RA9x:] R*B9x7EY뿍v PO뮉 SЃ널qSHo`;B| SRS)GPǁxǁt Rh@jjxtH Rǀt RǀxU0ҡ R9ht R6W @p[@ǁxǁtE R09ht Ph6 R1fyh@ut!W@xu j)6 RjWxtGX Rt RǀxW@p RGA9yGA9h@ut!W@xu j5 RjjxtG Rǀt Rǀx jD56EhR@ RQ@9‰EUE19ƉE1RC(f|uR@(f|tTERC9|C(fDR@(fDRB9|B(fDR@(fDF ;u}p*EW RW@x j4 RQ'UuUWVS EHӋu MUWBuNBt 9M:Bt9BpXt 9Me[^_Ív9u9Mu Rh@u tBxu j13 RjuxtD RUt RǀxU0ҡ R9ht R2Ph) ujuW@ Rh@u tBxu j2 RjSxtC Rt RǀxU0ҡ R9ht R12E~#uPh) jW@pX蔾Nu RlP0CW@x11v;u#]h)@ut!W@xu j1 RjSxt C Rt Rǀx RQ1 GQ9AH9t6W@x]t ~|09ht P0 R DQBHB= RxW@D RA9x: R*WBBxX9M Rh@u tBxu j0 RjSxtA Rt RǀxU0ҡ R9ht R/Rh) jW@pX9G9M> Rh@u tBxu jm/ Rjuxt@ RUt RǀxU0ҡ R9ht R/Ph) jW@)B9xE@ P/v SЃqSpe[^1_É0ۃ`zF;B| RS  Rh@]HjSxt? Rt RǀxU0ҡ R9ht R-Ph) ujuW@`PO9M/ Rh@u tBxu j- Rjuxt? RUt RǀxU0ҡ R9ht R2-E uWh) jW@莹NuBx j, RUWVS EHU]u MaWBuNBt9SBt 9uBt9e[^_Ð9uu9u Rh@u tBxu j!, Rjuxt= RU쉐t RǀxU0ҡ R9ht R+Ph) ujuW@ Rh@u tBxu jv+ Rjuxt< RU쉐t RǀxU0ҡ R9ht R+E~*uvPh) jW@yNuߍv Rl\0OW@x=1v;u/]싁h@ut!W@xu jy* RjSxt; Rt Rǀx RQ1 GQ9AH9tBW@x]t ~09ht P) R,D)QBHBI RxW@D RA9x: R*WBB}9u Rh@u tBxu j( Rjuxto: RU쉐t RǀxU0ҡ R9ht R(Rh) jW@9u<94 Rh@u tBxu jG( Rjuxt9 RU쉐t RǀxU0ҡ R9ht R'Ph) jW@0vB9xEa4 PW#v SЃqSHe[^1_É0ۃ`nF;B| RS Rh@aLjuxt8 RU쉐t RǀxU0ҡ R9ht R&Ph) ujuW@YP"9 Rh@u tBxu j`& Rjuxt7 RU쉐t RǀxU0ҡ R9ht R&EuWh) jW@bNuBx j% RUWVS ӋWƋBɋ}uHXue[^_Ð Rh@jSxt6 Rt RǀxU 0ҡ R9ht R$zWBWPh) jBpX;Ku Rh@ut!W@xu j~$ RjWxt5 Rt RǀxU 0ҡ R9ht R)$WB $WPh) jBhKu1e[^_Ë`?Bxm j# RUWBjSh) j=WBHXxSh) jpXGRh) VjV\VP路1MRh) VjV1VP茯OUWVS WE @x]RtRUM E1`uSjuU EWHyuLy  G  uEPE Pu5Ruu uPe[^1_9]1~v Ruh)ީ@ut!W@xu j! RjVxto3 Rt Rǀx1Ҹ 2C;]|+vWBx }*tP Rt;MtEH9u8Bt+t!Wh) j­WQh) juu Bp 4TP菭{ Rǀxǀtuuu uU E h) jSjǡW@p SP' Rǀxǀt RFe[^_ÍvEuSju؋U nOW@xux ] E1ۃE  R4h@ut!W@xu j RjVxtB1 Rt Rǀx1Ҹ EC9w9]@@( R]h+]@u tyu j. RjSxt0 Rt Rǀx iWJA E t Rt;} E H9Wh) juu Bp QP / RǀxǀtEuuu uU r h) jSjǡW@p HQP裪 Rǀxǀt RF|EMTuu MuE+E@PU ERh) jW@{Vh) jW@趩n`Ph) jW:UϵvU Rhlt 0tÉƀ0h) jjj? Rƀ0j RBHPxt- RBHt Rǀx  鳿v j& RZUWVSl Rtd ]S$_XjS#Y^jS|#}ȃ WSjXZjW$ S#XZjS>#t{VjSjEuE$# V]SjEuZYjP[$O jVjVYo`l jWj*e[^_ÉjS"r S#YXjS" jSj* j89+lUVS 8R@8RHut ju#Fw EP" j]SVEEwuRV@P3t Rƀ Rǀ)  S& Rt ǀd|W Rtŋ@t D tP迪ZURƀx|uÐUWVuSù1hUEP!tMEEPEPjSuEȅt;Ett ve[^1_HuvWjVSJe[^_ÉUSR==R]u;@Ru>PhXRjju XR=R=xSvtS^`T#dT#S#T-T-T<T>T*T!Tf5WFlFHtD11I9s/FHa&`})+| .~0tC9rӍe[^_ÍvfwFHDC @CRlj Pk5WaUWVS R@;T~0P5T T R@T5= RfG1f9Nw9~x T)ډ]C9~t)9tGHPLQuR = RG9~2 Tt9WvC9~t9~w9GKx^ TKxQt9}xA5T)ډKxt)9tDE R@HPQuRgye[^_U RB1;Et ÍvB;E tUWVS  RCESC)Eu uEZYtt$VB@EBB x6uޡWU@ fPMfKW@ M  RfE fBW@ f@f+E RfB RU)UE MV V1e[^_ÍvfJ;E|@Ef+CfB RC9tLPWuR9 R6K+E;EtC;EuEEC9uv} ;Mt܋M+MM뗃 P Rǀ3 P Rǀ RvUWVS Ru }ƀxVW1YZu e[^_à h7zXZj5R-[XVWÃe[^_UWVS  REEt ltEEt;lt)hTW@ fx~<!ETEu}tCW@ f@f~2ЉЉ%?   !M9].EĀ}Eteu!#}}t-Eu&}u 9Uu EPjR*]T@AW@  REt DW@Qu jEE0JEAWP @t Rt Et=t5W@t#Ru j Rvt DttW@tW@}tG]u}t:T9Mu}ttE9tu EPuQ(@tW@HdytW@pht tW@HlotW@pxjtW@btW@]tW@XtW@StW@NtW@ItW@ DtW@?tW@ tW@@t)W@tRu j蚐v}tM RUhe[^1_ÍvuPu jE PEPEPEPEPEPEPEPEP 64P%T}6EUT9Mu}tEtE9u EPuQ%W@CRu jQTTG9Wu j  RSu jT0T}8Uu }'9Uu}tEtE9u EPuR$ETe[^1_À}E9Su j3Ru j)Su j.Vu jE0 ǁ%TRu jpd軍qSu jph襍vRu jpl菍{Su jpxyRu j`Su jGRu j.Su jRu jSu jRu j ʌSu j豌Qu j蘌Uh) u ÍvUW@Hd1҅ɉt@HhtHlt Hxtttttt RltÐUWVS,Uҋ} @Bt:t5 R<$t0چCu}fE fEm]mE܍e[^_É{S]@kEt<>t2vЁwA;t70P $C<>uыu]C d<*t@<.uC<>tЁw;t0P$5]E뛍vW $ vUS RP=@Bt RT Йȋ]ÐUWB@puvRJ uD Rǀxǀt Rpt ǀpR}Ív R@HPjr 0P 떉 PWsUSPWҋ R ~ _ә RjW@pYX RjW@p0XZ RjW@pHdYX RjW@p8DXZ RjW@pD$YX RjW@p,XZ RjW@pLYX RjW@p| XZ RjW@ RǀWPPB( RuB< Rjjj.P4YX Rj jW@p.PXZ Rj jW@?.PYX Rj jW@.PXZ Rj jW@-PpYX Rj jW@p -PBXZ Rj jW@~-PW@@ RW@@ RW@4 RW@@T RW@ R RjW@,] RjW@u,, RjW@D, RPjj W@, RPjj+ RjW@p +s RjW@+B R9‹~=9~=93ЉWXu1v]v9ËWXtҋSpt˃PRtǃW@ǀ] RjBWvǃ R^vUWVSV׍U؊ERDžDž9} Dž@BWB9} SM )BB@,m8  R;EURVLDž RW@@,1I9KK2qK΋vu (ZYPVt R9} W+} JBXLt R;_@B@BE؋MFE9MFEDž@BWBH E9EM)Jt` R9}M'ZYP EPViP|t RWB@D@B@Bt e[^_Ð]+]J'B@8tPhRQDž RW@@81I˃9K4vPo؋K͋9S EPV Pvup 6&_ZP ]SVPt RW R9%ZYP EPV\Pot RWv R9Wf%_ZP EPVP t RW R9$ZYP EPVPt RWrPhRQZ9H;u:u1 RA$M P(I]=w;1;}9 RA$] P([]h09G;|耽1;+U R< R@$@(UڋCA;|) R;R MQVPDž@BURVDž RW@@L1I9Kv>KK~%5uDž@B R|l RW@@D1I19v@O)PtON@BDDž@B UWVS, Rۋ} E9EK;M9|WЙEC;E1W@ DHBHB N~?W@P8DZHBHBp 1t RCH;E}E;E}EuuDžDž@BK PhREPPFt[ R}\S}~1@;E~%U+UE)}"tIhEP0juuWU=@Bt;}Dž}WBH]B@0`B@H1~ RB8t xvtPhREPTw8$vEEUjjuuWUE3@BtVh) jRw1e[^_É1;}vEv R@UhRXjuuj=@Bt% R;}DžWvhEP[juu1jC=@Bt% R;}DžW?EhB@8ZhEP]juu RRJKR=@B R;Dž+Et~W@pURW@p8EPojuu R@UHJPW@pHEP RPjuuJjW@p0URjjuuj1W@pEP?juujWSh) j]uhURljuujUS=@Bt' R;}DžW?Wh) jpt5Hj O5Hj NRj U;BRj y{<*vUj R@HPjjX Rpt jgW@u j Zsà P/w j BsË RU҉t4É RU1҉t8ÐUÍvUSQWXt'PRj Q P{s]ÍvPRj PPMs]ÐUSQWXt'PRj QPs]ÍvPRj 2PPr]ÐUW@u1uÉ RuUWVS t) ;) W@ f@fС R,jTW@ @P RM(I R(% fW@ f@f С R$ RTǀlT@ P R W@x`1;T1( R 9fD9fDC;T}e~ԡ Rۋ )R81fD8fD1W@xt9 R fDdC;T|v1ҍe[^_ÿ K R f<t f R f|t fD R f|.fD"vC=UWVSEfU Mx؉];T| e[^_Ë5 R0ff ‰ET9| fu9ډU| fuME M(]fXf9ERCEvus(E1Ct hAC9|C%9ufFf+9fNERAC9}}t uREE C;Ep5 R(MUf P RhʋE9WBt$Bx`u Z1e[^_f3҉UT9Uf9щMfbF9fNfNhFU܍RTRTRPURTRTRPu=$Pp1UWVS,E] }Ef]f}fE WAU]fO;5T@f}4f})f}f}f}AxUfUf]f} R vMBf9MEf]~f}fEf9E~UfUډً]f9]}f;M}MEډEԸgfff)‹EfPf9Mf1+EԍUfBf9Mf9MUE)Ѝ@+}ԙhhȉffEfHe[^_á Rv f R f| R MfLWPu1멃 EPEPEPVPn1x+Eڍ+Uԍff@UE)Ѝ@+}ԙHx UE)Ѝ@+}ԙvUW@xÐU WQ 1fzx;fzx4Qu+t u vtÉt˸vUWVSEf] u}xa; T}Vt R IfBft R IfDBft R IfDBf[^1_É[^_ÉUSEfM ]xB;T}7t R(fDPft R(fPf1[Ív[UVSU Eҋ]EfEfEx|;T}tuxx RrxV]fuff}tfEfEf]ft ËUfEf=t U@e[^ÐW@ ReEPEPP LEPEPP] ffuff}gVujhɐUMɋU tQ1ÐUWVSơR@H1ɉ~9tGI[^_ÐUVSW@1ۀx tRp R@P~v9tCJ[^ÍvUWVS| REEJ1~T8uE;M~ ]Ѓx-E x&StGTuMA@9~e[^_ËU 19W4uGM TMtsMA@9W\_0E G4ZU R]11ۍ #G@9~"EP(UG( F uڃ|ލe[^1_ÃX뒋U JxUMɋU tQ1ÍvUWVS }t G8Eu e[^_É PEfWƀuEEG4M@Y( fDfxCЋuG0Lw())xUG9}fFft994fFft"9|fWEƒE ;E}e[^_ÉfN݉fVƉ1USP]t,C8t%PCC0PC4Ps89 [8u׍v]ÍvUWVSEUB PBPB@PB@P>EMUfAfBfffQMfQMfAMfAMfAMfAMfA MfA MfAHMfAHMfA MfA MAMAMAMAMAMAMAMAMAMAMA MA MA$MA$MAMAMAMAA0A4A8MfA,MfA,MfA.MfA.MA怉EEuh1ۉE䐋UMB(Q(M<4EtfEMP(A(fDfDEP(A(fDfDEUB ;E}Ee[^_Íe[^1_ÐUWVS ut" Rt1vC9tڋue[^_ÅF uKEfVƀu;1Eƒ ;E|(F(t PwfVE ;E}؃ v(W$O;5RtC;5Rt/;5Rt 1e[^_1RtZRR뱐U19‰tÅ~ÉUWVS uEEt E u 1e[^_Éj`j(EU1tۃ]j u ljC(fCUfBEHfCE HfCEfCUfS RfAfCHfs CC 1Ҁ}SCCCCC C$CCC0C4C8fC,EHfC.fCfC@fCDfCBfCFE~+u N1ɋU{(fD9C(ft Ju R}uUU A9t vCuFUS] E Pt&@0u t0 [É%鐋@ȉ 0ۀtÁ [UWVSE @uEu ؃} NVF0 Et0 E@V(fBf9~[fJf^A9}ffBfF.fN @f9~ff^tDjVu%vB9}fJf^A9|vfN1e[^_ÉfJlv^É Ёt߁ $ffF뵐 S角ExfNщUfЃ fEډUn  5UVЋE0 E ɋ^Fǁ\% t0 ЉEڍ@V(fBf9fJjVE4 VfN @EF.9EEVUM~jV}EUWVS,uE EE8@} NV;F0% Et0 E@V(fBf9fJf^A9fBfF.fN @f9~ff^vjV؃@ SǍEx'fNщUfЃ fE։UUvЋE0 E ɋ^Fǁt% t0 ЉE֍@V(fBfN9fJjVF먐UWVS,uE EEB@} NVGF0#% Et0 E@V(fBf9fJf^A9fBfF.fN @f9~ff^vjVi؃@ S蛈Ex'fNщUfЃ fE։UUvЋE0 E ɋ^Fǁ% t0 ЉE֍@V(fBfZ9fJUSR];Rt0 Su{t R@DDC]ÍvC/D]ÐUWVS }U t1ۄҋ5 Ru_1F [^_ÐkuW@@ tԳUWVS }E t1ۄ5 Ru_G [^_tvUSQ]C=wS R1҉Z[ÉUMɊU t1HA$1ÉUMɋU tQ1ÍvUUtE B$ÉUM ѡ RɉtW@u1ÍvW@t P1ÉUVSu Rpw&9މt t#~ut`p tBe[^ÐW@P@Ҹt R RpS ue[^áW@PP뺍vuW@P4릍vU RUP1ÉUWVS1҅ۉt C 9t1t[^_ÐStvU RER,랉USS]t<W@duR Rx4uf R@4 RX5]1ÐW@`tރ P < ˍv P & Rx4u뛉UMɋU tQ ‰ETÐUW1҉t%JtRJTu tÉuڃy|t틉uÐWU1҉t-Ru tJXu tÐUSPEWWt1 f WW@1҅uW؋]ÐUSR]۸t SJ$G;Wt1]1W퐐UWVS ]۸tvfS @ffsuo@uzf9C|tfKf9|k@S(fBf{tf9~frfKfJƋ C99v S1e[^_Ðf9C~fS 낐e[^_ÐUSS1ۃ=& C&t8&w&QPW@4 R,PZ뽐]ÐUSuEvt!PjEPS,yx U9t:t]ÐUWVS u ]}=WftTӉUCt58tSu68FtJÊCuˀtStʉ봃j jprÉEFt|Sf@ t0vj j8rtbFt%Pf@ >uf{ ve[^_ÀT@؃j jqCtÉE|CWWE SEE]u땐U1ÐUWVSEU `X\DždXhTt 8/~ hj QhPS"iNt󥍅hEhCt5< t<:uCt!< t<:tt9wʃvTt,Tt Rt u+  WP+WR R 9|vE1=wJ;t@;tÍF|PЊ=vߍ.<*u} FE*t8$uF>VJ1Ʌu;tÍFLPЊ=vߍ. 1*%/(7}u}u#gfffӉ )S.^ j$U$<Ugfffщ )QBe[^_EF=w;t F|8Њv=.; FF=w;t ÍLАF=;uFM *tFU h) juÐUUҋM t#B9|xB(If|ÍvÐUS]t#C1҃|C(f8u B 9}1[ø[ÐUWVSP}M ]txx fW9} Z[^_É9ˉ]~RI4:1}؋W(fD}G(tfWfTA 9M~fW9}vZ[^1_U Rt Wuǀ RǀW`dW`XW@xW@yW XP谿ÉU RǀW`dW`XWHdW@xW@yWXPSÐUW`dWXP0ÉU Rǀ RǀWB8% Bd BdWHX WXPվÍvU RǀWHdWHXWXP蕾ÍvUWHdWXPpÉU} tW`dWXEFWHdWXE'UVSuMbЉ)ȉE)ƍjEPUBe[1^ÐUM; Wt+ɸx1Bw9 @uDWáWUMɸx1Bw9 Du@USWXPCPf WWt؋]UVS]t/CuA S7;WtO;Wtuэe[^ÉW P6 S6;WuWUWVSj|RƉt e[^_ÉэyvPWSVZf>|e[^_ÉUWVS<uƋU pE j|ctnE +Cj|!t8+9uЋ9ue[^_Ë@[UWVS,EX}utXu u8vQhjS覃 PWS@vq R0j%tnt Sփu SYWWǂ`U`;D4%u hAcWt$WtWu늅Xe[^_à hbUWVS|WEۈDžDž1utl;v23@tFB~ 73 PhȈ5HCCu~" Du-HBHBxM t(=W05Hj u؋1~e[^_ÃRj /ZҋWDžXYDžC((Džv 32z4r,ƅ$_=Wt]9t4Ph4V02t|0ƅuuWU1׹ PRPV{HXVhj_B0 9{(=W1JK(DžS0p( ;SP>lC(t$@t$R.YC(HC(u܃SWYCC Co ߍjSiU*=W\fK1fu "B9~C<ufKB9fK1fu &B9~C fuCр~{F)[^1҅t[^[1҉^ÉUEuÍvEEUEPQEBUWVSӋU҉t1t[^_ÐE[^_UWVSxEPe u38PWULWHW5=tUt}2 =XW:t,P@A=XW5DWi V4}KWC }SG=XWH=t$5tۃ4Zt#vCt4Zu j&!ƒ9zt 9zuB9uЉÅ=*P 5u@뾋}G@MA(Ή Kj+v,zuƅًFh`v%m > VQ(WH$H1GǀtSBS,BQh VS/XZUBpS07MAv hF'MQBALGx*fBQC`PV5tGtu݊럋E֐UWS(1҅t 4Wt e[_à ht1щу v4W뽉щу Q4WtRShP/&ǃ h,UWS]CuEuSCu`C umCuzCC 1e[_Ð Pt PCt PkC t PWCt PCCz P+Cm P 1e[_ÐUU**ÐUElWpWt E*hj99pWE*UpWMU lWtɉ |WtWxWTWt XXÍvUWVS|WuItWEҸt. U;xWhWX@tWЍe[^_ËtW҉U 1xW1ې`W9=dP5|W`W)P\WP0 \WۣxWuXXxWEtWыUYEE}=tW@< t< t}эQvE| 1| E| \W8#:vM\WfD xWEtW2e[^_Ã`WP5\W6\Wt̅ 5|W$TWQD tW=tW} XXUSS]v9t@uY[UWVSuEEEsÉiW9tjteE H9t]XWti^tp\ tNF}E}X~}u hq'E ÉiW9ue[^_Åt묃 t^u}%tÉw = P?.%u SF#ZYPhO&?߃u,_ÉF@ЃwzEE;É"@Ѓv+; ShZ&EE\Ѓ}]~]uEECjw$ Sl"ZYPh&Fi`;D4(XFJ hh%5 , $   ^\:, h/&tW;xWtBtWZ h$&UWVS|lWEEEt&u tVE9tO\tW$t%WWEVE̋u tE U tu9u1}uWe[^_ÉU B<^t<,uE u WWEE룋E x}vE NjE x%u%]S}WhB+u URWh^+u ǻmS]Shz+u 詻#URSh+u 苻EPEPh*u jPWh+u OHmWSh+u 6HT+u P*u E؃E }++EvE̋E x/XvЁw ;u<.t<*uKM u <<WWE CE̊Ёw ;u<.t<*tTj;u ՀZE uUEu Eej;u 言YE uUEzE̋E 8@EyE̋U j+u _E &+EAE̊EЉUEIEK;$]j;u Tj;u M=;U=;8E +U__*u u.EԃE }E  E +E U Ã%Nw$-WËWEEU E U 121eT+jW%;t(E WWEE̋E =v΃Ph+|~#d낉W%u]܅+E5u EEEUSPX]KfC,fC'fC fC"fC$fC&S Ctd1f{tCCB91f{tvC fPCB91f{ tCC B9X]à hxC뇃 jNC k j,CK hXUVShju)tQhVPK*XZVSe[^ÉUWVS U1ˋ5XӍ=v5Xe[^_ÃRXPX5Xe[^_ÉUWVS E ug=X)P`F 1ۃ~;NDŽC9~$t0+PC9މN(1ۃ~4V,DŽhC 9~t+PhC 9 5X FR5X5XP(F``1ۃf~ u<;FVCF 9~!uًFF C9gV$F"V&Љ`19Dž\}S=XPV1 DD\P)DDC;`| \ Fo1;`Dž\}TVvF\XPF4M V<1C\;`|~(1ۅ~3V,FC 9^(~huC 9^(ve[^_DŽ X6fV 1ۃf҉t0Ftt PVfV vC9ЋN(1ۃ~0 C 9~"G,u jsG,N(C 9ރ vvF h|UWVSu V}WfV1Ƀfu0HA9~FuGfVA9f^1ft'vF Ht`t G fHf^A9f^ 1ft"Ft=t Gf^ A9ߍe[^_ÍvGfV끍vG fH롐GUS ]j/SBt@]Ð؋]ÐUvUWVS] uSV1҅x e[^_Ãt 48te[^_1IwڃVS $St9tjS"댉fDž.vUSQB1҅tZ[ÉS1ۅuډZ[,t됐UE0UWVS U ҋ]4(} 41} у Q4 XE X"U FBU ؃"\w.`;D4% v  Ӂ R %C@~\F^FU BU >"FEe[^_à S %O~뺉\^~뫍~\Fn~\Fr~\FbPSh4V1э|1^~\Fe룡`;D4$Uuj ÐUUҋM t JEHɉBtUu juÉUM EQPQPÐUWSU ҋ]t11эyC9vKu)Ce[_Ðe[1_ÍvRQb{C͍vUWSU ҋ]t11эyC9v u)Ce[_Ée[1_ÍvRQCCȐUE XÍvUSR$X]t#tPhS5$Xn]Éhj$XčvU$XuGPuoÐU=XtÍvP5 Xh*5HXxQPh45HXxRPh$45Hq$Xt8uE5Hj:XZ5Hj  E Pu5H茮YX5Hj QPh-45H U 5 Xh*5HXxRPh45HXxQPh$45H$Xt8uO5Hj:YX5Hj  E Pu5HǭXZ5Hj $,RPh-45H:뚐U 5 Xh*5HXxQPh45HXxRPh$45H$Xt8uO5Hj:'XZ5Hj  E Pu5HYX5Hj $\ QPh-45Hj뚐UWVS ]EU}1~F~BE 0U2|[~qU U UOFȋUUUFKO~U U UFOe[^_ÐUUUKFlfUUEFE KOKvUWVS ƉӋ}WPtKe[^1_ðe[^_ÍvUWVSƉUfx"f^$ӍN&;EUEf)fFfFPv FF"HUEF)ЉEӉKx9 M4FU5rFU‹MEMKyNjEfF"f^$;E E f)fFfFPv F M F$VH)ʉEUˉKxAM  M4FUEEMMV fBKfJyE fF$fV&;EEf)fF fF Pvq MFV F&H)ʃKEUx[E E؋U<EEMMVًKx, 7FUűUڋFKyԋMfN&e[^_ËEF]UڋF fPUt ~"t 1Ð@"ÉP"@$Ív1t1ۉU҉tJtQ$@"Q&É@"ÉP"@$ÍvUWVS UUzËU9Ésv4utC9re[^_Íe[^_ÍvUVSËEt$Ht5C&K S$)C")[^ÍvCS")[^ÉCS$)UWVSu9ǃ1xGV$F"V&\ VDA9|u]}Zt~z}tBe[^_fVX9߉}vV fDJfJA9|fVBfN$fFfV X9߉}VDA9|fV BfN&fF 댋EufVX9߉}VD  A9|fVBfN"fFRUWVSƋEUE‰ËUEV$F"V&T;]Us#~v4utj|C;]rEPvFMI VDI9wFUuډ}[to~*}e[^_ËUUe[^_MufF@fFfF"PvFFH VD  I9wfF@fFfF$Pv NF FHvV fDJfJI9we[^_fF @fF fF&PvFF H VDI9we[^_ÉUWVS ÉU@"S$fS&EEu9ƉEC<C +E)ЍSh\hS\wh\j=h\hS\wrh\jUVS uƃt,j=Vt!Rj@PV&É4$Ԥ؍e[^à V¤鐐UWVS h\ɋ}uj+t^Z+l\ƃ:VWEx:d\;u+e[^_É +h\E ;M} C+:-t+Ge[^_ÉBZ-+l\tC5l\LG+j-W Etf-l\- zuA +y;tzd\ +A+G+++ң+t*?:t%5l\ C Ph]5He[^?_Ë +A;M +|5+G?::+tV  Ph,]뜋U d\;VWt$ |$L$tfffIutCffffffffffffffffffffffffIu_^ÐWV|$ t$L$uL$u1^_ù))GV)^_ÐWV|$ t$L$u L$^_鋢v7̀rϐwv*̀rL$QYB̀rQJU帨`ÐUEUEUEUEÍvUEUvUEUUWVSLӉ&mEԉ];vtEE<%EЁvo R+%@uj R%@t'Ft Ӂw١`;D4%@u܍vU{uEe[^_á`;D4%@uF:]tE1EEEEy$t]=w;tE]܅Et5t/=w%;tEM܍Ë]܍TPFۉUu˃}hU}GE8Sj EPV8"~ ]8uEPu蕚E UEԃu u}}ԋ1׉IPQRVM#J Eԋ1׉IPQRVMSUB Dt }GEu܊=;E}܅Et5t/=w%;tEM܍}ÍTPFUuˋEH UBWЁ= R>%@N R#%@8E}0Ӂw̡`;D4=2;$EE܅Et5t/=w%;tEMÍTPЋEFUuˀ}H}k} U}WvЁg R>%@ R#%@8EE0Ӂw̡`;D4̓}ԋu uXEE}BE} wjE؅uUԋED01ۉEǹIPQuVMZ}t0EUԋEعIPQuMV*}u} EUBu܋}u R %EEU5Ёw̡`;D4̓}ԋu u>UE}ԋUT|1UIWQRVM^|t7UԋED`Elj1IRQuVM0|t E}v}}EUBu=^;PEE܅Et5t/=w%;t}M܍TPЋEFUuˋEH=mUB}0=;EE܅Et5t/=w%;t}M܍TPЋEFUu˃}wEUB 1Ё R%@ R%@E}Ӂw̡`;D4=;EE܅Et5t/=w%;tEMÍTPЋEFUu˃}5/Ё# R%@& R%@EUӁw̡`;D4F% }ԃ(:Ӂ R%@|=;1}Y|}E0t/=w%;tEÍTPЉUMFM܅uˀ}Y}yUCU}WЁ8 R%@L R%@EEӁw̡`;D4͋Eԃ=;Ã0EE}xЁ% R %@ R%@EUӁw̡`;D4ͅE؅=Eu uS]M؅uu u\]SӁ+ R:%@J=o;aEE܅Et5t/=w%;tEMÍTPЋEFUuˀ}M@}<EU5Ё R%@w Rk%@E}xӁw̡`;D4̓u ue]au uk]4EUԋ1߹IPQSMVuEx (UBu}E9u])C)č|$PSVW}Ӹ;f*ǹu8uE uES5:u0uqUB uϡ`;D4"`;D4`;D4`;D4`;D4`;D4`;D4<5:u}G u?`;D4`;D4};U}Wml[}DQEdHj8vUVSMEU uEQVtMu e[^Ð V+EXZVEPċe[^US]fEfEBhMEEEEEDžDžDžDžDžRhj P uu EPE@xEE]à u近, ]UU uPRu^UjjjuHÐUVSDҋHu+CHCx8UuDuJe[^Ð SsCHCyɐ;C|} uSuaơDtv Se[^ÐUVSDuu^ u)e[^à V^ Dtؐ Ve[^ÐUSQDҋ]u"fc Du]Ív]]T SАUWVSL]ـ} uty + +tv9t ut"r}WQR1˅t9vPRu!e[^_á + +tYwsth uvPFPRuED0RQh^a}We_ +tWPh@EP}ABېU郘vUcvUvUEPu hhuE讚UӗvU?USR5 3莎Xs腎StC B C SghYudY]ÍvUWVSPlj9nE S"nE jhY3W%tT[uEEFhY1Ct ShYP hYC hYt V藍1e[^_Åt s{ECMtǃ u`뷃 uP 묃 u3[u*USRhԙSt8t]ÐUWVS,DžhYMah+P躜1trQhP$E1эр) tgu sDže[^_à hb F hb 6ээhYƄ)Pbƿ bt5b޿ buYDžIb!t~ Dž25btqObuDž냍ƍttrډ0Ob%Dž ڋ@ l VdYU dYu1_1vUSS]Cu S܉1]Ð Pˉ S迉1]UWVSju草ǃ t, u iGZt1щ 1e[^_à RX vUEp;iU  ÐUWVS 1} IuwN jوÃۉ t4 h 輈Cxt u p3 1e[^_à P蜈 vUWVS dY}u t9hY3Vt5[ue[^_ø1te[^_ËCE }e[^_UhIbuqÍvUhuYÍvUhfbuAÍvUhu)ÍvUWVS]1ÐUEU t t1ɸÐUWVS }u tEw<@@JB@f@ǀ1 [^_UMɋE t;u4ǁ1;}@@TEÉHtDÐUWVS EtmthEE}G1ȍX90R} 9} )Džt2|r9~SE [^_ÐZ UB ȍD]EtDȍ\09R} 9})Džt|r9~OS|Z뷋EP]‹DȍD^vUSP]t$ts3辏$肂1]Ív ]ÍvUVShjPÃtgEPS$u]RjjSjjuj聂S讑t'=t1uV]e[^Ív Sg j裁t 0EȉB̃uVΎUWVSEt-E8t%j/u"t)Ee[^_Ðe[^_Ã} M ht*t1IDžf `Ãۉttj@S"tDžlGDžpGj_t!t@Épj.S!t@l hb胊v V_hh~RQ|%)|)=|@|Fuȃ|PQVg t9[h-b.)j/M jj+ExN+|WSx|u91xы|L|FchL%&|)=|B| t ~ltupFxB<.zlFx t}^h}?/N#U낃 t`}YhT}FxdtFUjjuuu u}ÐUWVShjh] WniXp\t`xdƅhj|PjjiPÃ۸x$fWSGT@tDfU؍e[^_ÉjƅhDžl/˃ S謋뻐UjuÉUWVS] TQT諊uȉ|1E ĔEEEPh@jPPVRM1 St1сbDžp vpvu ލDžtSXZjSn RSjDžxDžvQ4xwS|j42 vv4Ά 480vQ04y8#FJhh&9pjuuuVuZ e[^_É38=#FutxpPpPjjjhh\vvPqh\h(5H$wPjjjhh\vvqh\hb5Ho$F\xDžPP9ѥxDžtDžt hc7t+hht9pwWcf8#tP_0W Phc5H^譼 jSjցe[^_5Hjjhc!QhRhYJEYvEvQxddFjdhh@jS1؉QP4φ񍽠у9d49}@=\B Hu44 dPPd jjjV\ނ @P)WPHPdn`It #fJ؃ `m5Z0}UP}7h]c5H脅X@ jP5Hjjh*cí[d 4 jSj'Z߹@^0T Phd5Hr,`Z0T Ph(d5H贄X\PjhG4{Dž1Q}ىQu4K}ى Qu4-}ى Qu4 jS4 H1WjS4HuPjSj uԋ M1rn1ۃ d]``}=5Hj+jhPdԫ늃 P Ph@c5HB d[0S Ph@c5H8VjRj|[谷4+eZ0RPE0hWc5H贂5Hj*jh|dX@[0bR Phec5HnDžvU juuuuE PucÐUWVSlxƅPjjjhVRSj 1҅t e[^_}CEEDžPEPhvu1҅u ƅPjjjhSwwzi uσSV譼u @@ C {}EEC]؉Ev 袵e[^1҉_ÉUWVSdP}Dž\DžXt DždPjjjhhPuu h tƅhPWhhPRj hVh< t<#t< p< s< rá`;Tv= P5%t= PˆF 9 > 'u`h+-5 hPUE X`ƒ+-CXҋ`uEPuW\X\r1vTD4T4GHG6@ $B5Dtσ W蚿ƒ1ې t vF t t `  F< < < |uh+xiDžX<@UhDžXhdjhPjPyB`DžXƒ+8`BDž\^<@`@Pu艸-i@ht&djhRjPxe[^_ËXu`Bt<@`@Pu밊h5 . 'i PUE :r i W¿ƒdujP*x\:du`jPxUWVShjh]Pu }xtluQƅiƅhpFtFxF | uuhPhPue[^_Ãuƅiƅhl붸ύvUW }1uuE jEEPuEE2}ÐUWVS} Pu uP諹E1Džu<GPubEt;BEt0 uuu RW | W脼+u E uDžLpVv1IDŽ /.rhDostsDVxËXrt_Xh+Vylj$tte]SVntxzE%= DSW3/ZPHt wcW\be[^_Ãh+hcyǃc W\&¸c丨d݃ W1맸cɐUW }1uuEu EjEPEE}ÐUWVS1}ȹtmTX*L@,8uY<<ۃ-1Q5]]tV]@P؛]EEe[^_ÐEGEe[^_聓EEe[^_ 3|]3\܉]3\(]2\`]2E2E2E2Ew2Ed2EQEGjjf j.PtbFu?2E@ E@E|@El<@⸩fމtdމjEd^pVݰ.;D$L$A,tAPjjXo L$T$QYai qyy1ÐT$z,tjBPjo T$D$JZbj rzju@L$ÐL$APjjn L$T$QYai qyy1ËT$jBPjn T$D$JZbj rzju@L$ÐUjuu utUjjujsÐUWVS }u] y{`;D4%u]$tX-tS_tN.tI+tD!t?*t:'t5(t0)t+,t&%FSe~ePjV-qux S%u;u t"u t tACCF\e[^_Ív*t?t[t #pt< w7$e Scv`;D4R \뉐؃ t&vV S!%u tT\0FF0؃F0Fe[^_Ív`;D4뫐@\FՃ@tPyMF S蔗%^FC@u?F뎃 \F\FsFm\FrF`\FfFS\FvFF\FnF9\FtF,\FbF\FaF\F0E0F<80F0F-FF`;D4(UWVS ] MҋutCPVPQue[)^_ÉUWVS ]Mu }MvvFPWRQKwu+Me[^_jWPQh+Me[^_ÐU@B E1CUeEjEPjUWVS M}] ut"Bw0e[^_Ív$@$Pfe[^P_Á`;4tE1v,CPV!t0SVtIE }vɃ}ue[^_Ë,t*Mt܋,U }\ˉ,t֋] t,U ԍe[^1_US]x*E]EPEPa1@t$Ћ]Ð hЋ]Ðw8uЋU}US ]j/S~t @]É]ÐUWVSu %I@EMgt.v6- +f qguՉ8ou%AEtEt]tf#A!tf#A!ƃt f#Q!֍vUkt f#A t f#A ƃ@f#y 5XuE f q[^_fA!ƃ(UVSg]u Et;-=Xuۈt!fA[A^Ðotuuۈt:%Ѓ uXt+AfAuI[A^Ív+AfAt-tI=uI돍v+s-hv룍v-u fQ+AIHUWVSl}E1? ]Snuȃ VSj'^$afE$|a fUjVj]E$ SEU1EEE=v:EÃgtnaM GÃguM8G;tPjEPW‹Eă8u xt| u\S1e[^_ÉotuuM G돃MG놐G+t8-t3=sEe1EX wa$l=uU9Urj0uR%EEEPVh=EBEEe[^_Ð=V]t^U9Ur8E]SuzRE+EЍ\EU]EPuuXEE ,G6vIGvΒGtbE9Er>EUURuQE+EЉEEDUEEPVuӋE&E1 =@+ZU9Ur>EEEPukQE+EЉEEDUEEPPuEG EvEt EMGEt E G$GGEI=t|U9Ur>EEEPuPE+EЉEEDUEEPVuӋE EEEExEU9Ur:EEEPuPtBE+EЉEEDUEEPuuXEM EE/M< uO1)E}Ѓ+t&-t!XtЃ+u1E1Ѓ-t$+t2Xu<A!Ѓ ÊЃ-uA E!!ÃA !E!Ut-GUfWt+GfwDXGf_1 uN=UWVSM1jh&^|x@uEDž|Džx pP; HhDžlDžh PSjW (RSjV QSjV PSjV RSjV QSjV PSjVXZUR|~ }uEueEMPQj|]P}1IQux\E U|ƃvPjQ|\H  9sEt ؃Ӂ R%tTEt#Ӂ RpEt%Ӂ\ RÉPjQ|\FH1蘪EG,u}]QHjRjT (jQjT jPjT jRjT jQjT jPjT jRjyT|$^$^PPMI d= d?UBс Rf %%u~ƉuDž|] u΅xt/v8t'CCfCC| u׍v t{Fuuxɋ] thx:t]Mt3tЋu*FCFCfFfCFC||~ t8u quukM|e[^_ÃdUBс tIt:f t1%`odiƋ`R`8?UU1Ɂ:ELFtËB%=ufzuzuÉUWVS@jjj}WDžDDž@Dž<Dž8Dž0ۓ!1@tQj4SWN4t e[^_SFZtHPWIxֿ(ؿ(1SR(ȿPWjj(j>$ $t$,ؿ1҃~#Ë,1ɉ8B((91QRDPWjj $0Dž8E t):t$@@f@@8 uׅj1RVWs!Ѓ@@8@@v@PVRWM9c)@4~8~ؿ#v4s8e$4 9tNj] t8t8_3 uh4BC4fQ=t ;|7C4P B<wK881 e,BC맃@P 7O3=lDž8F0t<0H,t(,H84Q ЃtK$Dt@DTD$D< BCUWVS׉QEvEXډ11 t؃E uZ[^1_ËEZ[^_ÐUE E EEvUWVS,EE9‰UspUz2Uڀ? Љw rP?vKvډȀ[ MQM11 udE9ErUB e[^_Éȃ* uM9Mt uUE=MQM u1e[^_ËMQM z1܋UERU܃E ‰EtMq؃! EuUԉ]ЋEЉр]E Ur؉р- 4to119ӋMЋEwr9w11ۋM9ߋu؋Arww9vqEUruUԉ]ЋEЉр]E uM9MMqDuuEpurEEUr놉UԋE3U3E EUWVS }Wt5KG4tvu&Ku w7Ge[^_à P7̍vUWVShjÍhuP&95@;w3vhPR3WtC t)95@;vиe[^_1vUWVS EEt9~螕GW R6GuG~4 HywMQӃ u+] @;S6EtN S‹Eu=GUBW}e[^_ÐRPb6QӃ u56ыG P6G묐UWVS DžE H Ѓ/ ȋ} tj_vځ1 t Dž;E Z_ t ȃ/ uP} / Gt9Rv] S] VE HЃ/ ";Mve[^_ËO Fhu~E@ @uVPd?ubUB t0A/ AtE%=@_=uF u=蝒?1+URQP$zM9vCKV fDž.uF @ SV DžDž]C @t s {.u U . BuPhjQ螁]9sHPjRÍ@vQщV t ;ur WU uEC+PhjPuuWu4uF @ V St_ hڋ%EXu 1҉ hڋZY0SURu MA tt s; htuu]C @t|uVPS(E%=@;U/CBp+?`URQ;뀍vUWVS@‹~ BuA Ƌܿt*v?{m*1҉WuG ;ܿA 1e[^_Ã[u!V +[G!DB u ue[^_hD. j+ܿPYܿAܿPkcU9WӃQ uߍAFؿ]_[G!ؿ1҉W- Fu%^]t-G1҃W]uJ ]<% PƒҋYrt Pu݃ ;$|븸!GvUWVS, Ë{ CuC} C {uSW9uGDžyQI ЉtJЃ[ ЋN] t u uމN u‹uV  ue[^_ËSC  ue[^_ÉЃ{ u lЃ} _iF9ЋK[ [Ѓ, ȍ{{9s QW9rFQщW uރ u{9.Džv߃ЋK] t uȃ t{뽍vЃ{ t%Ѓ} ȍ{u{{vUWVS E }uE@E E tUB`uDž` vDž`E ]C ECCE \RhjhPdwE);@;|advhVjWSh@t3dƋ\rE);@;\}\F}  `PUe[^_ÍvPhjhPvE)@;9|11?\tshPjWdP蒽@Yd ؋\S\ϋ@;E+\911?\uG?uK\\C@\뿐@ `PUe[^_1۾@0e[^_ÐUWVS(jj]Sjh  u&Et| jjSPhR 98e19ˉM}-u}}䐃Vuqt2CE$$;]| uY&̄e[^_Ë} u u&&e[^1҉_à u&뿐USP plɋ] tl~(QSR5ll>/pl1tlI)9wklluwI)ȃ tlPo%lltbRS5tlP.‰plxD@)9tlvEllpl]É P'% plr1]Pjjjf.pl1]ÐUSRá`t=|l|lu1]Ðjh|lu-x `1ːUSPDuE Dɉu-؋]É hxlW*E` DɉtӃ hxlc*؃]ÐUWPDu>E&‹Eu1;M ~FE"DuE}É hxl)밉 hxl)E}PQRu9HUWVShU t zуMt/tGum@뻃muSi]9\؁= hSmLGkt?gtLShlm렃jhm뎃Kuȿq@]U jjEPhljEPEEEo @mtlÐUWVSQE1ۅt)1v׹эQ9vӃEEuZC[^_USSv [Px!ۉu]ÉUVSut3CuC R=!f{2y߃ S*!FuaFuL v!F$u& v601ۃu9 v0u@ V 1e[^à P *+ vF0t V  UUwE fP81Ív~ɸÉUE@(ÐUE@DÐUU EP(ÉUWVSl@$Ӎuur{,VS(fF fC0C@8.t:Cfx2xv9P(t@fx2ye[^_9x,uAHt .uxu%E9tPj`jVYmfF-} UU@DH vUSQPÍ=CvNCuC|?]Ív PGC|?ӍvPs[C]ÐUWVS ]9XƉ|TN@uh\J jSvSN9KuAKBuBe[^_ÍC(FPv[FuFe[^_ÍvUWVS Ƌ}F$UGIu P+Ã1tWF$uZCHS@CK"UWVS u >=te1عEPIuMl}1Ʌt"I;MrFBu1ɍe[^_F똋}Utv<=tBu+UM D PPXtMEPXAMt<=EB@ɉEt=u=BFBu1gPX1vGuz9t^ ȃ PM`ùPuS5PXPXzPXD}PR9PXz뾐UVSu]SVktUPXBtۃe[^ÐST$L$ 18uBu[ÐUS]9ډsvAtB9r[ÍvUS(PR]SMMu U]ÉUWVSEE UE;EU$%t/]9]t}UBUEMuًEe[^_É11EE}Ãzw$nMY xY$۸'+ uU Eع<RU.puu$MIMWuuuUE8uEEEE.EP|wMD|uUQ^EEP |w܋]ɍuD0Ƌ].t}wlQЃu)ut.RuuuU\]<4gPuuuUS]]}.GuuE.UB ҉u uuډhM].C뤅PuuuUe]Fu]u}.*PuuuUk] E.tUr+r$IEP}ҋ.@)Ѝp$I鉅h )lMPu]S|}D`UVuuuULEM|q]}.G @EM.A (}G(@UB %Ѓ:]E]MC.lEPpUHlMdufEnE+E EJ)Ѓ}E9E$9MhNdufEn`Emz}W |M]MC.@}M.A}.M}A.@xuU.]{ w}sMPPuuuUPnUBuu@E]UWRuuUEE}9EMAUld.uUǽUBSLE Nju Pw Pht]S uU[EmxFVgtcMu.uUrFU})ϸ$I)@띰E}E.d]<].gUWVS u}EPEPE PEWUËEu19]t)e[^_à hpbtփ5Hj \QVhYn5H5Hj#jhp,Etet65Hj jhonXZ5Hj W(5Hjjh{n5Hjjhny5Hj jhn랐US] ؃UUURhEEjEЍ PfEfEDžDžDžDžDžO/ uuEPۉtEЋ]ÍvtWLUWVS E"ЃU3B8e[^_ÐEP,1ۃ~ @(94ttC9EP41ۃ~@0949t}hC9E@$1ۃE~]UR U V'!uMC9]~9M %=uE#E EMy }^}3EM3G8^E #E EG<U1ۅuO}`;M4u(} uBƒfto}t }^E U1EE^9^}E#E E1%=^E#E u7ƒ(`;M4_t9]t1Ӂ R%_t3с RQ% _GGEU<tE܉E؋UX9ۋu}M9MPSuufU puuPuuuuMU EEE܃ uU܋E9PQ11ۃ EESEBME Z$EEB?1xZ(,t=]Ӂ R%_GuWuuMU E`;D4g`;D4-`;D4 `;D4uUBRUBS E؍e[^_EUWVS] ;]EU}v]EQ%=X=HEA %=H w3=(t=tv];]|Ee[^_=hWW=XuԋEvFRuSPUE uuu‰ƋE;Eű}OPWCSVUE]eBu]ov=x!u%Ɖu%=u%Ɖu%=uEFRuSPUE uuu‰ƋE;EuC}]O]] 9t!]PWuVڋEu؋]QWuP=0E]=p=xnEFRuSPUE9 uuu‰ƋE!;Eu̍CEU@%|PWuVUE9tAG_]UP%Nj%=uOPWuVUE9uPWuVU萋E,]uA%EN]E+C ƋSt]eE]PE+C Dt ]8QWSVUEuUWVS\E؉UЋE U9EE}cM؃8M}؋EQ%=0wZ=we=EMEE9E|U9UEuEЉE܋E܍e[^_É=)ws=`u벉= =(uM9Mz]؉ȃ8S+EPuЍEPMOƒE҉EtBMЃ}-v=:=*}؋_;]';]UЊ< Ёf RW%_}ЋM9yGЁE R%}_5}9}ttދ]8q +ESPuЍEP?NƒE҉EtB$]MЃt&*3F8E7~<ډEuH Sƒpu#4`;4MtEEvEMv]}%=ufEЋ}9Gu}ЋU9z. $AډPhjSE}؋G;EU؋Z;]v }Ѐ ;EEЊ@ЁE  R%}_;]wMЊӁ R%b_Y_t9]t1Ӂ Rq%_t3с R9% _GGEU<tE؉EԋUX9ۋu}M9MPSuuNU puu8uuuuMU EEE؃ uM؋U9J)11ۃ EEVEBPE Z$HEBB1xZ(/t=]Ӂ R%_GuWuuMU E`;D4g`;D4-`;D4 `;D4uPhjuE%UBFUBEԍe[^_EUWVS,] ;]EUU8EЉE[v=HEA %=H=(=Sv];]u]EQ%=Xv=xuu%Ɖu%=iu%Ɖu%=uEEFVuSPU܋E uuu‰ƋE;EuC}]O]܉] 9t!]ԉQWuVڋEu؋]RWuP=h=XEvFRuSPU܋El uuu‰ƋET;Eű}OPWCSVU܋E]5u܋];]E܍e[^_=0iEu+EPu܍EPO=¹t@MM/=p=xEFVuSPU܋E uuu‰ƋE;Eu̍CE؋U@%|QWuVU܋EQ9tAG_]؋UP%Nj%=uOQWuVU܋E9uRWuVU܋EuQA%E]E+C ƋStEP]E+C Dt QhjuMPWSVU܋ECu%Eu+EPu܍EP;¹Q@CShju뎐UWVSEH 8eU]u9Ete[^_ÐF u=@;d~GFFt Dž UM  u r9sI,ɉhN4dv8WG R%uJ_tA$t6с RX% _ vt; R% _ G < 9 (RpS4 (pSS$(m$9<Dž$ G@WGt DžxMu 1} y9v,hO4w8GE F9*v,hO4w8GSjS(à (pS@98DžxlA 9<| (tN9ɉދu x11| i| $t'~%SWS(N܃t>||S R%uJ|_tA t6с Rp%_v|t;| R/%|_G<9(RpSL (pS4S (Ã} 1ыE LDžvtB$8Ё R%_SWS(Ãl@$l r$lA1xlp(`;D4WtB GЁ R=%_ `;D4}SWS(ÃtA1xtp(t@tr$V`;D4X,,``;D4`;D4,y,>t@BӁ R%_DžDž LVV(脼ƃ`;D4 (B1Z((BDžZ$rC`;D46`;D4@1< uGD@v@@P(@<)pRPP(t@wPhjplo0 D~ L詒1&QhjpDž$n 0 (;p@v 7v0DD DF(;p@v̋rDu - AH~ D ~D j@S(`@9PCP(jS@(tt(4@))Ӊދ}O_w ; M30DADAD A F;(;p@vAAA ŋU 1эL`;D4}Dž,(.,(Džax@<;Fu1 u"@Duv@B@P(t̃0(;p@v 60DD DF(;p@v̋qDu - FH~ D~D j@S(I`@9JPCP(!jS@(tt(4@))ӉƉߋMqYy ";M30DADAD A F;(;p@vAAA š`;D4`;D4r9ʉs\h9s68u܋)ȋV<9|lj9ҋhu9Y9ʉsZh9s68u܋)ȋV<9|lj9ҋhu9d@Gu1`u!@Du@B@P(起t̃#0(;p@v 60DD DF(;p@v̋qDu -FH~ D[~Dj@S(}`@9PCP(袶jS@(tt(4@))ӉƉߋMqYy ;M30DADAD A F;(;p@vAAA š`;D4'@)pPRPJ¹t@+@K+h9d P0qE 1} ыU Lx P(p+PP¹t@1 (@@ Pn0 Le xD@G20xDd PS+h9d P豇DFH(@@ P肇0*zD@Dž$ P&DFHR@GQ@S(6DDž (@@ P蟆0 !zD9ʉsZh9s68u܋)ȋV<9|lj9ҋhu9F{Q@S(' P訅DFHDž P藅wQ@S(褴r+h9}QdAPhjpPhjp[뭋0ucDuK L݄W 0„G0u:Dt̃ P뾃 P藄맃 P艄돃 0 Pm;h;hU;hUWVS E"ЃU3B8e[^_ÐEP,1ۃ~ @(94ttC9EP41ۃ~@0949t}hC9E@$1ۃE~]UR U V׸!uMC9]~9M GDH Spw9sP8) j GH G@({B9B=;|BE܅~Ã+*w9FC<v6?t1{/B9$B=; /w9GE؋E9EO9`:|WBMG +EPGP+EUPUGEXZjv?{Ƌ;Gs 8,WSVU؉Tw9x:}YB9bx}u ,v Ã+vu؋G+E@PHVG+EغP$uG+E@Px)UUUE j(h7u؋G+E@PHG+E؉$P [^u؋G+E@PXG+E؉$`P@=w;SVU؉w9 8w9Et{e[^_Ãu؋G+E@PxG+E؉$4G+EPU؉tjWJjSjG+EPU3G+EPe[^_Bh#9Ɖf UUWVSUƋ@EEEN19:^9B9s ;E5:B\)6.E*dJ‰QN9s*eB9s \$t1E9ʋFEY!E9EQe[^_Ð{ugXЋDH S8IXT BtH$@)F@D"v9ʉ):B)}ރ[(F@@FX@  ShN9s$B9s :\ j)\ FDH SpDN9FB9;:\2z)(B;EMF@t>  j(~M |ME F jjFH F@(FEE9Epe[^_Àz{ZNjN9s 8,5SWUN9aB9s :\n9IB9s :\BFD  BjFH F@$FENBuF+E@PHF+E$PJXZuF+E@PXF+E$`NI .z}* NP9ʉs@=w ;u 9lj v 돀z) z}vUWVSQUBƸ11ҋ%=`=%=pt\w=0tw1=t=(uLB@=t9w'=xtD=u29~듐=Xt-=h=t =u kZ[^_É=tv4%=`t=t=u%=`t=uă뗍v9~׋UZ[^_ÉUWVSLE$t  "1} эq jL#dú UD@ EPcEE } 7|]xEE1DD@ ~C C KC C$C(C,C0C4C8C<C@CDxjEHCU|9xrxxux|9xrڃ jxqUBC^_SRubCEX=@;~5`;s׉2DžDžC0= ==9K<}%K<S0DžDž%=XZ=xP=ht1=`^9S<S<C0YUB;E rQ+u tK CHEC@UBZ eC e[^_É <7%=`t=t=uF%=`=u9S<|kK EK<~-C8C4}11DžK=Pt(%=HuF;~N=0[=(n9C<C<C0v== ub+}+ x}{AxxMK<oC0UC<C0Mp jxlr=2=p-l==H䋕S0CPPhP<9K<K<@S0 hr]DC4S4C<A~s<1)C, 8S4FGs<9UC< P\C< P\C8DžK<& +S8HAK<;؉OΉp94~9S,28:t(+{8A9~Љ4K<9N륋C0Q AP\C,PhjP荪KuP PCх ~GGVS s~U hȁjjhxh܁h؁uJ~ u Ёtԁu ԁ3ÉЁ3ۋ؁U҉ȁuPyÐUWUWU1EEDž|hIQR|P}WjEP< x%uuu|u PW|}ÐUWVSMɋE EODžd}lj+EPuRu?E8/t)Ɖ1э|19vFO9rEe[^_Ív GDž`hNwX-\Xp.XEBPhyXUElh:DžtURX|XUE9lx|1p;\rE`㉝`SXˊXJÉp\9sp.@.@ pXEUR0Wp/@p|19Uv u腛Ex.ux tۋ@%=.tQUB@PЃpPWXZEPX(W謪뀋x9h uEu|uqۉ‰u_dҋEt uY XK'1e[^_Ív|9Ux9E7 DždhAKEU1} u-KN@98d+UѥdTdup)EdTPS)PVÉVEtP+Mu9sN/EPRP)VEPU[upEDžt9hN/)PWuVU[XJ苨1[y"1Ig"tQBUWS]tH1 эAQItKSP~1e[_áuؐ PSI UWVSu }Mt2A:u8t,u@t:t.9uA9@t[^_1[^_Ð1ۄt@A8tĄt:u[^_ÉUVSu t4>Mt,t+BA8tItv<:t A<|tۊu[^Ê<|t<:tu[1^ÍvUu%1Ív PS1UWVS j=u uà ۸ jdG_Ed:tItE^td\twCAMu)FdPW %Ed: 0uvA)}XE8؍e[^_C<:tՄtDž։9svB F;r΋)SP)Z409rvPhRu oSB Nv;v ~\F<#uRCZYEt1G?:u_GPu_uuPZY PB&5PvpDžDžj=h#P Êt C<:uCJ؃ )ȉjE@PRu t!@tC<:u+)lj{:t:G+)9ȉx) ))‰|xSP)~O|40xP+PSL WL_@CGNU')эA9Ҹu1e[^_1Ʌ^1= ?e[^_ËE Dž2 u e[^_à u 2ODžCC:Dž#0h,zhS$jjjS Pjj2NE Dž u Nt u jN >u! u` >QR{ל v u M u M됃 >뎃 >XuDž1IjRQR t(H8uI@H뱃 Sx=Dž R @S>=81Ӊ$< SPNjXQ{x0;0s S<DžF V<vUWVS} u= 5tP5:DЁ RHq%@1|3\xjÍ؊t:\t @FuP5K~=D뱐`;D4%@^:Q#D 61|3\X5DX  5BZ-h+rJe[^_à PÃt˜nh+0멡DX  5ntO\:F|t:t @Au jjRjWEÍ@ vCe[^_1C PsÃ1谗'vUVSu] ] u[^jUjjujEu UÐUVSuU} ЋAu")čD$Ãt;E VC AuP5PXSuEe[^ UVSuU} ЋAu")čD$Ãt7E VC AuV2SueEe[^a U 5PXu u5EÉUWVSj/uDž|xE81} у)̍D$eu Pkh~S:1}Dž+ѾyD>=Wjh2zjF VjF jh;zjqFh~S`n|e[^_Ð11q}эyD>=PSVSrA W\3SƄ5/uYAEƄ8Q5PXuxHCH?w,$\zExDž /0Px@8 Dž| U1: @UuB&)čD$ÃxCPRCPEP`@ 5PXSh{`Bz[ jK0^Uh耵tRu PuÉRu LzPuUVSuU} ЋAu")čD$Ãt7E VC AuSuYe[^葒 UEPj #ÐU҉u|ÍvU hj:j:hxhhuBbUWVS E8ete[^_ËX t;EuCu}C tRK117C t0Q3ZC t(D3XC t G63@9{˃ s 3C,uAC4u'C8uA]e[^_2 P2r -P2ƃ P2뱃 P2뱐UWVS,fudu thu}5`1PfX؉ZfDŽ)/uPfY_h+IPDŽ /LC_DŽ CTYPfDŽ EAp PAs S˃˃<;8;4;C 0;,;PP h}A,A(ރsm}q}y}}}޿}8»O 0t h;1e[^_É$@;(<;08;44;,0;8`;,;밃 _= t+m} 5 /`; @;$<;(8;04;u40;,h,;8c Jɍҳ踍謍OuL SH  a P0뫃 L .  sUWVSE]DžlP DnCP791҅-E=7 2 P .1҅D背 S4o#SjuDHDEDE8 }|DD4 ȉ4 D( ʉ( D, ɉX, D0 ˉ0 1DD(ȉD((ȉ((ȉ(F~Nj||xR4}9||tI| u9||[ ]9ىp|1x SʋCȅ SCuB)ʉh|B<lЋU9׉|ah ȉJFD 9( , X1X~.tȉBȉBBȉBFD 9, ؋D0 1~0pȉBȉBBȉBDF0 9֋D4 |:;EfD, ( ȋl T P$+EgE}T RuneGMagiL DǃE@0D4 MP ( 4 , T< 0 }D 1DD(}D4(4(4F~ʋL d8 d@ TЉH ЉL pI1|dDžPDžLHPx ;HT;PD;HC)ʉC\|`|ً]L HG ЉL \!Ld`D KFLHP U94 ;< T]1T@ ~211ɋt;D;DD;DFE 9< ҋMD 1H ~211ɋp;D;DD;DFE 9D WUP |L Gw^Do(MP u ǁL ]4 u ǃ8 u< u dž@ }D u LJH Ue[^_à V'mO1ҍe[^_SZ D': D'%1҉뺋H@ AUE`;<;A 0;B 8;A @;1ÐUU1tuÍvUWVS }uU ]۹t)t1 t [^_É Bv w*vztH t [^_Ét [^ȉ_úG1^ބV [^_ĄOvUWVS Eɋ]} u?۸t.FVv CJ [^_L搐UVSEu] MUtEUM] u[ 4;^@EUM] u[ 4;^UWVS E Eu}EtFOt0uVSu<;tXtZt`)EEOuЋU Ee[^_Í}vt)EuVSW<;tЅuNjU Í3U 붋E 뫐UE`;<;D 0;E 8;|D @;1ÐUU1tuÍvUWVS UuM }tnt(u1Ё~ABtZt1҅ƒ [^_ÍvtZ ÅtE [^_ÉG1덉vBt ÅtVlU]UEMU u(ɸt fx ÉQ袁ɸÐUE`;<;8F 0;HG 8;F @;1ÐUU1tuÍvUWVS }M u@;)9w_9vVSQD:PLqE؃Ot(Wv0t,vAvZB~vRBЃ w[ уW}w; уvnWBЃ w% EVv EB`~VJGE$~USPE]M ۸t_tS}w}ЍBC wjՍC}wYэBC wKY[u8tGՍ}w%C?~tt Y[É?}VY[à Y[}ڐUWVS EL ҸOӍv< t< uC j$AE1vQjEPSPU9tv҉tp;E~E< t< uCvRjEPSPDE9t=t7v< t< uCvG~PjEPSQPF E9tu VOe[^_ËEL ǀP $`;E@;<;K 0;M 8;K e[^1_{ۺ u{둍vUU1tRuÉUWVS EPҋ] }xo;@;gHx`[tZ҉]u[ `;ыL 1E4wNO C C$z [^_ÉME֋UBt| CB9v9r9`;L B !uE LtU E@1t+Ey21@!IzVEGEE])։XpU]SsUWVS E@]} ۸tX `;L P !!9Pt9Pt?9Ptk9PtTL xWv ȀCJ [^_Ë8 CJًx CW΀x,y뭐UE`;<;N 0;O 8;N @;1ÐUU1tuÍvUWVS UuM }tnt(u1Ё^ABtZt1҅ƒ [^_ÍvtZ ÅtE [^_ÉG1덉vBt ÅtwVwlU]UEMU u(ɸt fx ÉQwɸÐUVSEu] MUtEUM] u[ ,;^EUM] u[ ,;^UWVSE 0E}DžTEtLOtFE9@;sOSu6u0;]T)]uvU 2Te[^_ÐQhuhPf u6XR0;t[;ERPXPufxPu6XR0;tt,TOubE 0YE TDAU 22PhhRuf UE`;<;,R 0;\U 8;R 4;0T ,;LV @;1ÐUU1tRuÉUWVS EPu Z}tu#€uutE1 [^_ËUZuq%=%=&%=$%==EE@EUߋ %uj? FCE9v9r9;M|F]tEUB [^1_øE!F|sV [^_þGEEE뵰E 륰E땰Ers뎋E)߉xUPMvUWVS E 8E]uEtLtHE@~>?~9sVe[^_Ív~"U)EENtE䡤pUP xt,@ttu(39Cv9C  ]t ue[^_É%EfS ECEHy}eEMeDEc TfK EADfK ҡlf7f;Kto‹9uC +dls99p suC;ESPCBPuhVD\fS D+PjWV>e>E䡤)PWhV[9s t5;Et%3urXa{sSMK S;HE@ C QSX} j[ ;(3CC (3 SP C S +d;hlC;hvBhh~e[^_e[^_~}ܸ}ո}΋t%t{9ysȅt t9xr ~둸(~느UWVSÁt1Et(J9s tJ9rz)ىBJ  +5dllA9r5Tu"Utu'E𣤄e[^_ QShWYɋEe[^_Ë ɋztBABUS jg %E U41;us҉(` V 1҅u߉ +dpH9Љ h5sUUWjjjh%j EPj 1҃Eu p5lmEUplluPU-UWVSǡP19s(ttPWjS-Xe[^_Él9s΁wHEEuEuU܉ыZt1ۺCt1ЉUfB HffB u2El4u+M܋E܍\ˀH T:M܋A؉냸EMEU9Ћ]MfCufs MfC fCu1҉sED E)ЃwщЃ tB;U|9]m 5d)ulUlMlliE>Eb1R@PhU܋BPV[4E1҅rMufC fEfKfM܉уЉ!LE)EufMfMBыUfSfMfK UWVS5DljUE"E\5`\uY!e|1,`vv<>;$H,E +d ~P;h~?lssF%tC ӭttttD;u9uw;E1(Et'Ett;]PSWVTyvhh}5P"$ 3CvFTt TPjjjhjhjl @1 j/ d(3pu (3 (3{b|`ut ɻM}M]Ej PZD\ h@+Zv h@ZE\vH{ DaXe[^1_Rj?]Sh>~RDt1ۋ  D\=tEu ؍e[^_ø%EtTa %(3C-(3CCCCCyCiCTYCXICP9C)CC CCCTCXCP~11Ej h@W (\ j hO~ÃEEEEj PW?f1}Y^~p\l*8u8t ]9]T;EETuP+]ShMP Ovn~}Ew}SuTtP+]ShU-vUU1E~vUE1E~vUEU E~D$9,3v ,3D$̀rD$03ZUu ujuuuu ujh[VÐL$03tD$̀r 03 03P]YUVSƋ]t6CB 3ZsXs$Npe[^ÉCFlUWVSEplEP1&#tE9F~vue[^_à ^VEgˍvUUDt,~/Zt XtQRhkh~&ÍvڍvUWVS,EX`ۉuMAl1\P9}щNj@uBGEo j- u1 uG uGte jHGUЉW E܉G Rwu# uwuUBlGBpzlUBp j 7v WjFUSR=t1҉Ћ]Ívhh> tUSPDuE Dɉu-؋]É hEt DɉtӃ h؃]ÐUWVS<}E8u U :MEUMDvEPuuwM MU}ȹUUċB`1H43VSEPh, EPh, jr` tUhEp` E뀸e[^_Ë Du hucZtJEPh, 裪Du렃 h댃 h>EԋU @P M U2PujMME̋U@$M U2Pu5MMCvUWVSLE E8E} U :uM9E UM$EDURuMMMMċU }ȹUUUUB`1H43VSEPh, EPhԋ jr` tnhEp` Emme[^_à hJ Du҃ hu*Zt8EPh, jDu닃 hItEԋU @PM U2PuCMME̋U$@$M  U$2PuM M$UUWVS Du:1tSZw h} h눃 h봐UWVSEE8} E 85DFvEPuEEE EEEUB`1H543WVEPh̍ EPh, j r` tah/Ep` Eme[^_ËDu hЋ Du뿃 huKZuU܋EEPh̍ 胤Dum h_V hUWVS}E8u E 8DvEPuAuEEE EEEUB`1H543WVEPh EPh, j r` tZhCEp`vEze[^_Ë Du hEuZtJEPh Du렃 h댃 h uU롐UWVSEt8u e[^_ËDtr hc]543UEEB`1HWVEPh EPh j r` tchXEp`0EEURPyt Du e[^_à huZuUE Du ؍e[^_à hUEw $vRPhnh@@øøøøøøׁøøøø0øø#øTøtø6øBøÐUSPD]uW=t>tZtJ Du1]Ð h1Eu봉 h_뗉vDu ]à h]䐐UU hBPRu赥UWVS1}ȃ,EPu Eȅ]̃E؃ @P uPu܉E0E@$f uPuԉEY_EPh 芟XZ5`uSuVj`ǃE V*$"7e[^_ÃEPh -E ׃EPh E e[^1_ÃtEPh E 떐UtÍv hsÐUU w@ÍvUWVS,}.M A1E؉]ԋWPWRu hchufd u>FRPuu$S1эA)ƋE؃w$Ї])빍v uuh&VSc EƀEԍe[^_Ív uuhȆ΋E1w<Ph9VSct)ƅteWhVSc뙐 uPhBhOjWhhhݑjXhhҟuhUVuS] t)tCSV[ Ph5He[^hOhhhohݑhhhQU u$h5H/ÐUWVS u1tYVhchSjbuFVwV}NZY0p$ScN ttKƃ؍e[^_É)QVh\SG P$NZp_^_PS붐QVh\SG PM_Zp^hݑhhh$*USP]t" S Ph5H]hݑh+hh7ٝUWVS<}t ?PhWP1>Y0虾;1IK.CD )5H & CPVH@P4Hf` DuAe[^_Ð1IDžDž0 5H(e[^_Ív 5H"'LUVS]ۋut%E >vB:u@t BKu[^ÐUu ukÉUu uKÉU j@u uaU j@u uAU j@u u!UhE PPu聞UhE PPuYUVS] SuV;1҅u e[^ÐCPV;1҅tCPV1҅tʃC PV/1҃뱍vUVS] SuV1҅u e[^ÐCPV1҅tCPV1҃ǐUVS] uSVs1҅u e[^ÐCPVs1҅e[^UVS] SuV1҅u e[^ÐCPV1҅tCPV1҅tʃCPV1҃뱍vUVS] uSV{1҅u e[^ÐCPV#1҅e[^UVS] SuV31҅u e[^ÐCPV1҅tC PV1҃ǐUVS] uSV1҅u e[^ÐCPV;1҅e[^UVS] uSV1҅u e[^ÐCPV迖1҅e[^UVS] uSVS1҅t t$Ht e[^ÃCPV1҅tᐍe[^ÉUVS] uSV?1҅u e[^ÐCPV1҅e[^UVS] uSV 1҅u e[^Ðh jCPVi1҅e[^UVS] uSV_1҅u e[^Ðh jCPVWi1҅e[^Uu u蓙ÉUVS] uSV?1҅u e[^ÐCPV1҅e[^Uu u+ÉUVSu] RjSV1҅u e[^ÐPjCPV1҅e[^UVS] SuV1҅t tt&e[^ÃCPVx1҅tڃCPVGUVS] SuV#1҅u e[^ÐCPV#1҅tC PV1҃ǐUu u ÉUu uÉUVS] SuV1҅tt'wHt?1ҍe[^ÍvuCPV CPV1҅tʺÃCPVJUVS] SuVS1҅tt'wHt?1ҍe[^ÍvuCPV CPVG1҅tʺÃCPVUVSLE E؍EP]ZYSh`EuuMPEPVSxUe[^UWVS,ÉUEE E̡D* u1E}_f{ua=Du( PuuSg"ffC5D]EEju虯 uuuuԍEPuu tr} uADu e[^_É h؋ h؋v h؋;v} uϭDu 1e[^_à h؋(1䐃 u6Ẽ@tcE h؋vQ@jjSPE̋U  u1cBaA A2C2UShu$u uuEU à 1tPESPjSR؋]ÐUh`"h`"uuuuu uÍvUWVS}u]MEM]EU }u [^_Us$vUWVS8} WÉUE.td1}عEPSE*XZhSiXuujVS%VtNG4f@fGe[^_à P5Eu V襫 Whpj蝯1EЅt Sm1QWhIՐUMEU ME UMEU ME U/=vUhEh`"`"ÐU vU1W}E@f@o@_1ÉUhu$u uuuuu uÉU huuuuu uUWVS EEE0] t e[^1_StCE EEe[^_ 5ƒ֍vUSP]$t3 hh0 u uuuuu u3]Ðu7DuEhi hDt hЋS59| hЋu렉UWVSUҋ} ut$PjjjhSPRr tVjWu{Le[^_ÍvVSWueLe[^_ÐUWVS ]E;u(= =.CEe[^_Ð j tŃ jjFtVEx^^Fjuuuu VM1E v4$Ee[^_à V~JWjjjUKM1}I ыMxQRSPS< <-CUX PGUWVSDž\`v `R;C t޿d uͅ S0dVjjjxP jhuzVƅyg1IxQjjxRdR jjDžhjDžljptXRjjxRP{thdxA uu hPSdq \ `\e[^_à pVѐU7UWVSSVuu u,sCCC:e[^_Ëu>Dhx h Dt hЋ蚷v 5ƶÃ3I$9C;E 9C /E9C#uCPH VP-EEPCPEPjsRC PEPjsRE C EC1ы}IwщIEEC@uuu$u uuus pe[^_É BRP hЋeKuCPMZYVP>WWjjuO h4zt/tC]P5Ƕ  C~UWVSNjM E@EF@f@UfBB됍vUSPE P)؃u]ÍvUjEPj hu E& ÉUWVS\]0DžDžWDžDžDžDžDž L SDҸ1 W{u߃DPS^tE4=PDŽ// yP 0B B Z 0c@fDŽ| 0jx @C;r- Ǡt 蔥t81ۋ + à4$ƠOu׋ B RPZ e[^_à ^ۉjPݰ輳33EME X\UME`hlM EHPEEEEETEBEBEB EBEBjMQECEPUR)Džt ֣ 跣DžDžDž,XPMQ&^ UREPE̋@M(E,9"1;U艕Dž+DžG;m9),r*tMщ't8tPS047su@Vj0g ;y hTpDžwHnDž  P蜡Dž@Vj0 ; h|Uu$FSxPѫt݅uDžѥM,91;Džs9}1GƠ;s9}Džf~ftҨ tDŽxPRPj.,. $8t hnDžQjEU (,EUM8SW V e[^_É  X $x ( , 0 4 FF 4 Df h9]fF>SWUVEPS< uuF(& h觛vhthhh:gS* hd hd4$T1UWVSu\ uU Ã1DžddWPhWVB>hC0C,hPj`‰C4hQPWRx dDždPWVYhCUWVS,uE FPhvPRWDž6Zyld8tZ8tP8*Phh`S jjSPRWDž6x pYXjF@RWPF늉U单x Hu ERxFUWVS E ~\Nju0Dufʸ!`u6t%fFftO uà 6}uލve[^_à h蓆܉ h藆DUEU tHt1Ë1~`É`ɸÐUVS] SuV<1҅u e[^ÐCPV;1҅tQjCPV@1҅tRjC PV@1҅tPjCPV@1҃뛐UWVS }?] E1;EEPW=tTEt`t@Eh jSW t,t1EE]1;EEPW=ue[^_Ðze[^_ÐUCvUVSPj] SuV?1҅u e[^ÐPjCPV?1҅tCPV:1҅tPjC PV?1҅tPjCPV?1҃뛐UWVS }?] E1;EEPW<tTEt`t@Eh( jSW t,t1EE]1;EEPWD<ue[^_Ðze[^_ÐUWVS]Cj Su PʋȉFȉFȉA CSPY_~ WSE81҅u e[^_Ð CSPEXZvSV1҅tփ CSPE+EF ^XCuSPZYWS71҅tCuSP둃VS81҅zFPS81҅`FPS81҅FUVSu] PjSV=u e[1^ÍvCPV 7tCE uK e[^UVS] uSV+81҅u e[^Ð3CPCPV;e[‰^ÐUWVS }u V E(N,ʃ(GRWPڃȉڋFȉEFڋFȉE~ڃF ȉڃFȉڋFȉFEڋFȉUBȉMAN$MڃF$ȉڋAȉAE!Ht)VW6EEe[^_ÉGj WPt‹ȉȅFEuȃFEuȉF ȉFȉFFEȉFCUȅBts=E^Ru#PjeMAE4MAWPWRPUrSrN$MGjWPȉF$UCȉBMA=EYu&Pj賤UBEBWPWRREpSpRFPW7(FFPW4~F PW4FPWr4FPWZ4FPWF$E }e[^_hjAhh4hjBhh4VPqSWPqS:UBÃPEppW6EuWe6F,PW2QMqqW96EwUWVSL}EE0EfGoP5854jhWġ þt_E EȋEE̋EEЋEE؋EE܋E0EE$EE EċSu,u(EPh EPh jSƋCSPfGe[^_hij`hh<)3?hzj_hh< 3vUWVS ]ۋu VS[1u 1ҍe[^_ÃFPS;1tFPS'1t̃ CSPY_~ WSE11҅t CSPEXZvSV1҅t CSPE+EF ^XCuSPZYWS01҅XCuSPAvhhhhI1hhhhI1UVSu] tOtihh%jEEPVu 1e[^ÃCPV0tEsVS hhhhZN1hhhhZ01vUVSu] t]ttSV/u e[1^ÍvCPVo/tCPV[/t̍C E ue[^@/hj=hؒh0hʒj>hؒh0nUWVS,U]t1t e[^_Ð tPǃ1tԃ PPhj ]SSWt)PWu u4$r<$Je[^_à WJ1mUWVSh} E1tPSWumE$bJ htQPWu>Ɖ$4J1uUte[^_ÐUEtPEPjjuEP3} uUҰuUE EU1ÐUWVS E ۋ}utSWU?t.e[^_Ët4tSWU?uӐ SpE 뻃Vj2ÃE ۉtPVjS끃 h ?1UVS] 1;EEuPV/1҅tMue[^uuSVe[‰^U1ÐUWVS } ]GC GCG CS`aBDs C@LtJ~~tU DX90tl@uDu4e[^_Ív} ]e[^_j} ]e[^_` hu뺅u} ]e[^_$WSPD҉u1؍e[^_É} ]e[^_ ht@ huUSP]vVDuRX9tkRuj j5tyE BXBDۉXu1]à hbt뜃 ht1աDu ]à hYtDu ]à h/tUWVS \fDžE@U ZȃtHe[^_Ë3΁w䋅GPVwSxG0FËGG CGM Y(EȃE̋CEЋ>fRf?fn)¡\EȋỦE؉U܋ AEEЃ E䍅PjjuVDžDž H=E؉ȉEȉMɉJE9Љh%hj袘 hjP\腺XZhj1ң`v`fPB?~Bvjj}W\t)ЋtD ?B')Ћt;xPh>hYqfSwte1VэPphj vh|hYqh狵v\?ÉtDžddd?9uA9CuҋSt19ɉ֋uC9h1ffDhhY7p;JijPu+9Љt]|ihhYohhYorl`@~;9}jjBȉE؋ȉE܍EP}HE؋U܉ỦEȋU EȋZ(ẼEЃMA@Du QF(BHA+^(XL\)4VF`fff9f`fXf XCf;u狍AyFQ1׹Qj\Fpv"QVF~ tf@1FBVAQ F A1hʓhYm Pg)hhYmVC9ddhݓ뙐UWVS EP?}wm)Ѝ4\\fSft^1ft2U CUCUCDSJye[^_ÃhhYl1e[^_à WEPEPEPUr} uAhhYl1fC뺃j&jzÃ\\fC5hhYSlEfU EfCUEfCUU fDSJy#UWVS$h+h$Yuƃ1RVhPuw<#t<+h3Pʲ[h6P訲8tڃuSoWu '4$˶e[^_É Pms2DžPP}1IQuh;o u 苘4$/XcSPh$hd5HsRVhPVt V̵e[^1_ÍPh$hL먍vUVSu 1҅tHhSu1҅t-j:S1҅tQj0SVȇF0ve[^ÍvU pɋUE tE UtUSP]tu]]b]Ív BRP]]bvUWVS<UhMt/Uq9B+ PPR^91DžPh@J S=tL q duЋx, SG=uu2t(hPK! S911oBp AjjjqhG" DžDžQPPj1R PPj1R[e[^_áu h=D4h h=UWVSEXpDžDžSt hRSj?Dxt$thP<DͅD8<zDž DžDžPDžT04HjPBx PFBDžu E4džBRP[_@ȉE DPDPRUP PRuU BRP j6謌 ;48u<=`aEġdaEȡhaE̋EEԍUU؋0P(v9t4)щ+T((҉W G $RjxP DžF@[jW<@,(+H+LP(P89ډT09c'=?BB-@BыS4?BA04<94ً<)щ+T(|A((@Bm1GDž(_@vjjj6HA y>8t48#kt9NjS]S諉XZ}WS補EgEЅ\džzuC~9UP WPR t";<džx P{AdžDA DRjhPj9De[^_Ð49T~B@BPCVF P hC7E U$ h6W8I409 P5e[^_à h6 hr6PFP6<x8dž^Edž<茎dž8PW蚛dždžU]ċP SPRudždžEȅSPwUEPM AAUWVS8E]ȋpSHl EPSj6Duzvt& DthP*4͐uWU áDu[PjEPj 6=Due[^_à h|4t P3e[^_à hv4듐UÍvU‹@1=wB|=@B~ÍvUWVS8E]ȋ} pSk EPSjb5Dust%thP3D͐Du8tH M$L hV3멃 hw3uFDDPjURj4Du e[^_Ë P2FDu%=DSjMQ뒃 h2ɋD DuRjEPj3Du 1e[^_Ë Pk11݃ h2D h2 h2l h1? h1EeMQDMȉ0MHȉ@UȉMȉB@ ԋMȉB EPDDPjURjU~EvMQUMFAA8M(MQRFPuyʋU h70- h/WRMqFPxUBUWVS8Ep]ȋ>Sf URSj1D9tC t1 DthP.uщFx P8Pul V)UB t 8UBt 8 u(DuPPjEPj705Due[^_à P҃냡 P-e[^_à h.랃 W7! hE. P4(= P#(?UWVSu F^ ~DžT)DžPDžXDžd^d~f?uc `P\PPTuDž`t3 xH jXPPTu3 xRdVu3f?t ڍe[^_Ð藅ۋ8h9tPdPVuF5yf8빉DžTDžPDžXDžddSPhVuDžd4@\QdjViup.) j\PPTuh2 9UUVuS] SVgu 1ҍe[^ÐPhCPVt݃CPV$tɃC PVth\$jjCPCPVo u덐hj@hhRUhjAhh4?U1ÐUW}fDžfDž1hX0jlIP DžC Dž(Dž<DžXDž\Dž`DždDžhs EPu P}ÐUhK hp)ÐUVSáDu1ҍe[^Ív)uhD hЇ*uЃ 5pr)1҅ujjP tP5p6+u끃 3#gvUhdS ht)ÐUDVSu؇1ҍe[^É)uh\E h܇)uу 5t(1҅ujjO tP5tj*u낃 3"hvUhS hxK(ÐU DVSu1ҍe[^ÉO(uh(F h )uу 5x'1҅uh jN tP5x)u| 3"bUhP[ h|{'ÐUV5DSu 1ҍe[^É'uhF hhA(uу 5| '1҅ujHjN tP5|(u낃 3O!hvUjhhhv<hjÍvUuhhhv<hjpÐUhhhv<h jGÐUWRE}1 E@@ 3@3@3@3@3@ 3__ÐUVS] ؋uEEPuuSuhhhv<h`V01HtUe[^ÍvUVS] ؋u3EEPuuSuhhhv<hV?01HtUe[^ÍvUVS]؋u EEPuu Shh hv<hV01HtUe[^ÉUWVS ɉlj EP55hV׉ËE u"tu e[^_d}E萃 5=wW PtREu"n또 hs1҅tA|"1WU;vUvUS] MUEEUM ][mUUJ vUUJ vU1ҸJ UVSU,u! jjjjh|s u#v jjjjh"[sà 1t5jEPEPSE.ES tBw؍e[^ËEBvVRhj$S1ۃʍvUSP]t,u]] PP]]]ÍvUVSE] qu tt*ve[^ËE0E@u&EpًEtЃ PPE뻋]C UWVSl} UEEw0tTEu Eċ~te[^_ÐuE2-UB(πB(EtыEʉЋEE1ЋEЋEЋU@EESUuW]ċ3 Et ]ċ[]EȉE>]čMS E ЈEȋUjRQ3P  Eċ@ uuWuu`3 E@]ă{ CEɍMEgЋEE3 PPEăj+렍C xU#E@]ċC]ă{ ~ EKUUCE;EvE"CRPuuhEċ@ uuuud3ƃ QjuEPt>w@M]ĉECELvUWVS u] 9ދ}sY:tB9r ɸu:t0OtFB9s :t B9r u#BB9sE;D@e[^_Ê뱍e[^_ÃVu0de[^_ÉUWVSQUM u9ʉs :tB9rEEZ[^_É9sB9ʉVs:t B9s؀:u9sBZ9EwNjڍ[9ˉFEwF C9Ew‰Fs:t B9s:u9xB9ʉVl:t B9r[9SB9ʉVG:t B9r890B9ʉV $:t B9r9 BB9E:@9F(^~$EUWVS u] 9ދ}s[:tB9r ɸu<t2OtHB9s :t B9r u%BB9s9ED@e[^_Ê믍e[^_ÃVu6be[^_UEVU S9Ћ]s 8t@9r[^Ív9s@9ЉCs8t @9s܀8u9s@H9ѾwˋȉCȃ9wȉC ȃ9w9щCKs9t v@9s8u9s@9ЉCt8t @9rc9[@9ЉCO8t @9r@98@9ЉC ,8t @9r9@H9Ѿ ȉC$ȃ9fȉC(UvUEu EÉUS]W]]HUEzt ÍvEǀE EǀɸÉUWpXwXwXw  1}ÐUWS׋҉u jjhXjj]j ‰tB1IM]EEEjPEPRR1@t e[_re[_UWS1t,jEPэEIPRM]R e[_ÐUWVS, }E|]U Hyf)u$u uuuhhh7MQEP0upEMP1|EtKv u$u uuhh h7EPEP0te[^‰_Ðu$u uuuhhh7URHe[^_ËEx@(DžpMEPt1pMQt1pEPt1pMQt1pEP t1p pttMpcEMQ2EEPEMQEEPEUB tEEuM <KU2S)SPV59؍tEUr)QSPV59؍tEUr)RSPV59؍txQ(@AUrS)SPV`59؉pCpxtP(_xAmUr)QSPV59؉ppxtP(%xA +Ur )RSPV49xQ(txAMAtxB MA t||t2e[^_1щpME9Hu t2"U$"LEM1u @Z뤋Eu)RWPV3}u)QPRV3t0Lu)SPRVp3t0uP)PRVT3t0uP)PRV83t0tEP+tPRt 3ttsMA/EiMAEEE@EE@E@ hjy USP]tXuCu+C]] v PPCt؍v PPCb]]N ]ÍvUWVSL` }E] 0u ttie[^_ËE0E@uwEpU HyjhPhh7EPj9 e[^_ËEu7U HyjhPh벋]C w PPEUWVSl} UEEEaw;} Mu EċKSe[^_Ív} uɉЋEЋEЋU@EEMu} ]ċT} C]ċKMCDHPEȉEUċB!}rCEGC EȋUjRW3P M+-t}EċPUċB@B]ă{ ~CzvUtEUEMQ(πQ(׉ЋEAt@/UăAt Eċ@ uuu uu`3 >E;ESPuuXEċ@ uuuud3 ЋE PPEă:}]$UEăxDEVPWS u fE@D뽍C ^] APPUPRMQEP~ tEt8tۋUă, ]ċC){E,:uuuuuRujEċU ƃ uuuuus@ujU `ƃEp@DE@@Eă@DfUE@A(@ AP]C@EċH@ @DE;ERPuuwVEċ@ uuuud3ƃ Nt]]ă}EP(t@Ct MA C @u S(] Ep +C MQ(S(uuuuuuuu U E@DqE@DhjmM E| EpCtrMQ($ EpgCtOMQ( APvEă@DlE"M"hjE UWVS ]E 9Ë}st::tB9r :uRtHOtSB9s ::tB9r :u*Pj EBPR+‹E8:u ;Ute[^_Ê 1}щI)9u9u8U 1}Puu}I@ÍvUWVSu UEDžx!ЋEЋEЋ|@tEtuN];tSEuoxt:9PhEj@EP蟅@tie[^_ÍvhSQ0E]txt:9PhLj@}W0@҃uEEEPEP}1IQuEPu &rE;|RPuuREU_u3[xuVuu9 w."x**Ee[^_ËUu{EPEPPPEPRǃ ! uxYEiEǀzf,vEǂPEPUPPQS}WRCSe uhX}wE)|U|TOElpEPEP1߹IQSh[u jEu)QRj:PBGC9>)PVj:S_B');lH uuUUE@}GUB(π B(Et}ЋE tuuuu^ǃ exh|u賁;|t"ЋxePEPURSeEW|uu$늿N^EǀPVSprNpUWVS<u 1ۃUDžDžDž\eЋЋЋ@ P Pxtv<P9 V81IQ3 S01ۃVVxqP@hqhRc=wMP3";"TvtSiuJ(0EtEe[^_h8NSXj1ۉǃ P荄mЋЋL["t".[8 [АU1҉Љt3REPE P EÉUVS5&v 6sXs $u١uh5Cu5C uB StZC6t׃ PCt˃ PC t P밃 P}뀉̉e[^ÍvUWVSL sWFFuމ̉5ȉu hȉ uՐPP1IQhܙ5ȉ  lả̉eW5ĉhP =̉4<+uỦ h[hR?{<+t<#< t>< t:< t< t< tt C< uv)< t< CvC< t< t뿃 5ĉu1Å۸t[suOS Ct8:t3:(t8hәQFu1e[^_à jǹ1󫋕ZYhQnFDžhPGF4< < hԙV )~* XS DSPVql B@< t<,t< tvFVm<  j@F$n AVPWB01уqDž<\Dž~w GPɉ~"RPNXPVPS*:P5ĉhQ'ty1эqD3< #ND3<\DžNDžD1эAJ r"ApUWSp];=t5S@OElaPhיpŰEȉ ủlah+hי/£ĉu(latx=ЉtGĉe[_PEPhR6X5ĉ}+lau|t/ĉt PF==e[_1 Q^ZYSP(묃 PFRR8̉laVUWVSLMtE8u 1ҍe[^_à ЉulaЉtE E…1Ш uvWVS &U ttPu >uɐEttPu>uEttPu[>ue[^_à hȉ1҅ȉE DžE Dž3GPhhVsP1ۍPعIQV %}I R1'%@t FӁwݡ`;D4%@u9=`; P&%@u#F,tt=wՋD4%@tPuu+;,t=v] P\&%@tF׃?@9F1ۃ tҺD4멋EthPh,ucE tQPhhVq hHj됋맋M1҅#nEbDž BUh h,{ÐUVSáDu1ҍe[^Ívuhx hAuЃ 5, 1҅ujj tP5,u끃 3OgvUh h0ÐUDVSu1ҍe[^Éuhy huuу 50>1҅ujjK tP50u낃 3hvUh h4ÐU DVSu1ҍe[^Éuhz h uу 54r1҅uh j| tP543u| 3bUhx h8ÐUV5DSu1ҍe[^Éuh`{ h$uу 581҅ujj tP58fu낃 3hvUjhhhQhj1ÉUuhhhQhjÐUhh"hQh@j۸ÐUEUERuu uhh+hQhP蛸01HtUUEUERuuu uhh6hQhPL01HtUÐUEUERuuu uhhAhQhP01HtUÐUWVS ǡL EP5P5Lh<V׉ËE u"tu e[^_IE 5LP=wW PPLtREu"m뗐 h1҅LtP@LH"1VU_vUvUS] MUEEUM ][UU~ vUU~ vU1Ҹ~ USP]tu]]]Ív P;]]USPE] u tt7]Ë]Eҋu=th+hLrˋEtƒ P;E뫃 RV띐U3vUEu EÉUSP]t ]]v]ÍvUErt ÍvEǀE EǀɸÉUSP]t squ]]\]Ív Ps:]]+3 uuu PVqE HtH]EP3?&uuu En}Ue[^_ÍvUB;E_QRVW1EXZuUE)HPDPuRW+ Eu]lЋEHE%ЋEqUM Hy6IQE'E@ ]h+hLi]FU HyuuWuEphph6hWEPEP葮0EM EpE@E@ }d]} ! uuWuhph+hWEPEP0E]1UM U$VUQPj:R"t\9EtW )]EP$CEP$EHSPuR/E@MDE@ ] E@ ] P3ExE"EO} } MU9JE>UEuuWuuhphAhWURuuWuuhph6hWMQU2uN+lhj豼M EwUWVS,} UEEQ} [ЋEЃ0ЋU؋@EЍE*UЉE8 E} } EEPEP1IQVuuf DE؃U90PRuV-EXuXuuu uV } u} 0} 0Ee[^_Ã} ЋEEdUu{EPEPPPuRaǃ  uXEEǀJZfvǂE싊PUEPPPQSuRSye uehP*;UЉEUEEU؃)uJRTRuPVǃ )uhuV#^;EqEк"ARuuVk҉ЋEEqEǀUWVS<} UDžDžDž} ЋЋЋ@ PcOv} } PfltQPl} 0! u >1IQ67 Vb} 1(} JK} KP@h}hV+\=WS6l9؉WVLb[^)HPD:PWRà !PhQPj88t8tVauHt ڍe[^_ËMt틕Eh P!a몉ЋWЋE7c} *"UWVS,} UEE}w} Ve[^_Ã} uЋEЃ8ЋU܋@EԍEUԉu]3*} Et 3]SU؃EP38tHvE|  uuu PS# tE]EP3uE؅u Ee[^_ÉUB;EQRSW&EXZuԋUE)HPDPuRW u]pЋEvHE5ЋEh+hLbtO]ELUE?EԾ" PC)E}5UԉUWPT1U B5353hTh$ uh jR 1҅uTЋ}ÐUWVS htEe[^_ÃhS#1҅xѾ1I~ Q1҅htSP h눐UWVS, luE ljjzXZj`jiB: ]@S URSjDCU4DžPPPu-)=DPu5ISjURjFEF FYU 2FRU rrP#U FF[_jPl333lEEEċEEEEjjF,P~HW+EPW)? FLWPFDFL@n S= PSjD#pu<p t` xО |<  h PjRjp@p Pu +. Eu .E[^hh h puuW]!e[^_189@ }@j1CDIPjEPjRvt6tVg Vt e[^1_ÉhȜh֜hj&? ?0Cz h7,Pj j[51;| <jPC;|N u hv vAhhh؝hhhh؝hPU rru< hD WЃ h h 5tDu PjURx htvU1ҁ8w@~=@B~ÍvUWVS|ExW,wHUE ]S  EPSjRDt%thPD͐D3GuE )u E U$W GEEREG UHQEFwDRVP E EUFRVPaUP VPRFuVU1uV ;EU u E$]`a EġdaEVhaEEEP$$SVl8uqG t DDPjURjrDu G e[^_Ë PܐE9E8G PS_9G M}tUP SPR :DDVjEPH hd h h= hE ]$hhOh؝h蠊 hR h"W uG jVDeD5PjURjDG 0D5DSjEPj[ Du1 P1DDPjURjDG p hE8 Pi hD# h/ h hL h P9U]ċP SPRu1G G$EȅSV1uVUűG uG UVuS] tt9VB B$CB(Ce[^hhh؝h ͇hɝhh؝h 诇멉UWVS,]s ]S EPSjD~Huzvt& DthP͐uWU áDu[PjEPj=Due[^_à ht P e[^_à hhhh؝h茆UÍvUWVS,]ۋ} Y s]S EPSjDuuvt%thPD͐ Du8tH E$8 h먃 huFDD(PjURjDuSe[^_FDuND5PjMQjDt PN딃 h렋D DuRjEPjCDu 1e[^_Ë P1݃ hD h hul h0?hhh؝h( h*U/FMFAFAF,UȉM@ȉF,F<ߋMȉFV ]S EPSj,DtD vt1 DthPuщFtt PFLPF VXuDuTPjEPjk5Due[^_à h% Pe[^_à h뚃 Pk FHP҃Ohhzh؝h|<5UWVSEX HMb  )؋} 1UPPfDžT_!8PSjVttDžLPLPEPE0lu}t{PWu U2dǃtJuE@$6@ e[^_ËUB  UB$e[^_ UB$B 뼋U2Pj`jXSE @@DEEEE]E`EEjPVǃ,E@ _vUWVST} DžTPEPE02u}tNuPVWE0t)DžEe[^_UB$B e[^_ËuvURj`jXPz HXUHLDž`Dž\DžX`EEEEE`EUjRS\D)Džd(UVS DKs< `aK daShaC SCD u2 T    C jjC(uPVXZSVB'ZYC PV6'4$EPCUSS] tlt'RSp<(PSR áDu؋]Ív Du1]Ív hЃ hk1hjvh h|vUÍvUÉU1ÐUÐUVS Dɋu]u#RSu V`,áDu2e[^Ð VRSu V1,áDtэv Ve[^ÐUVS]u 19sHr e[^ÍvVsDhƒҸt܉SDsHe[1^ÍvUWVS DɋuurF8Pu@~"Svj 69tPCߋE )׉U8fN )~ Du Ee[^_Ð V V뀉~EGPPV VD+EURP6u+ }4$8uPSvj 6tSC+ljEWVuTVDUQu6u E)FU :DuBFD%~N VE Du1e[^_à VFD V1UWVS =3] C(Eh~P EuEUh~EPC8tK(h~EP8K(Wj MQVC08"nE8UEt= h.m<+K(h~EP'CQEu21e[^_Ë<+h<-`Et܃RhC v hV跈뼉EtVhfvzK(mE{Eh~Pb8K(Pj EPV 8"!E8E%VhzQ h:3EQjVh3F:PhVh訇!<+C<-;ERhEt3t p{ Eh~EPWC18tK( h~EP/ 8tK( VTCZYh~EP8tK( VC$h~EPC8tK(@h~EPCv8tK(h~EPqljC IEtF?uih~EPDƃEPjVhʞ<tK(PhVh$؅wcrtPWLuEt h蕅Uu ÐjPMUWVS,Lh+hQoǃvPWhV#t/ttF#tЀ/uv#tÄۉu&뷍v RK%@u)#t$t FӁwԡ`;D4%@t׃ 轕ZYP5'LPWhFV2S We[^_ÃjP>LUWVS,]}ءdK EPED=@1ۍvShjj EPS6 hVEPugEt518tv45G>Ku V说C8t+ u<UЍe[^_ÃjPLK7EuEUWVSqJu hEEEPEPEP}WhV5> u\UEu5AJE]PEPEPWuShV5$S薳t1҃Be[^_Ãte[^_ÃjP+J vUuIhI hhthVhj Ht;u"ÐjPI맃jPI΃j5DIÍvUaÉUttÍv/U jE jEEPujEPEEp @HÐUWVES1ۋu t%߉CtA9uu1ۋE[^_CU j jurUcwÍvUWVS$EEEEEEEu }Ej`j,C8PjCC=Dzhi hċ誩Dt hЋ8 5ċfÃFM;zE uYE@Ep 'uҋE@Eܿuܿu E0fËE {vuMvDuFhi h葨D hЋMe[^_鍀 hЋȨu럃 hЋ譨5ċ}c E0莂U҉Et uzu5跩{S5ċhj~vUWVS}j ƃ1t\t1ۀ?u)Fwb$hvPWt C u$xtFe[^_ÃhjO~XV茡1e[^_tt Fƒ ՍvUWVS ]1taKt5 3vEUt>EPBwԋCw($ 3|ɋE@tBwvEe[^_ËMAtJuJuE@ E'ut͠uTEpKB;E@ E'ut͠uEp^MA7vUSP]t/tTj.V,Utg @PEj.VU tA @P ] j Et}t}~} VEe[^_Ã}u jjܚtPjjjSl CjgV{Wa1I EɃHX됃 j膚Ex}1E@U؆fBЃQPVjE@UP! jE ǹEUB؆fBPЃPVj薷~AE@UP uƙXu轙E uۉUE Pu1҅tu u‰ÐUUt~tÐJvUE HEPB:At É<uzuB %t.B %=uπyuA %=uAB뱀yuA %uU卅tDžtPxPu1҅xyt Ht#1҉ÍvuvfzЉÀzUVSu] tZt;SV/X1҅u e[^ÐhCPCPVXe[‰^hjNhĢhUhjMhĢhUUVuS] tt,PjSVWe[^hj_hĢhUhj`hĢhgU빉UVSu] tJtaSV1҅u e[^ÐC PV/W1҅tC tBtQhjphĢh ThjqhĢh T넋CE uKe[^CPVS1҅iCE ue[^SvUVSu] SVsVt$t*HtOhvhhĢh>Te[1^ÍvCPVOStCE ue[^4SCE ue[^VhhhĢhSZhhhĢhSAUVuS] tUtoSVRu 1e[^ÍvCPVUt{uڃ jhԡC PCPVWhhhĢh03ShhhĢh0SpUVSu] CCt e[1^ÃSVQtCPVTt҃CPVQtC PVQtCE ue[^QvhhhĢh=WRVhhhĢh=6R=UWVS }u Gt2HtGFt\wFu"GFGFe[^_Ð_ue[^_Ívw[$l u܋GFG F븐GFe[^_É_ txF^`vF^Hhh+hĢhI&Qhh*hĢhIQ    hhhĢhWPhhhĢh`kPUWS*pat e[_à 5$—=Du1hi h$豗t*DuIpae[_à hЋ뽋 Du ڍe[_à hЋ hЋpa륃 j薑XZS5$tw S膑뇐UWVSE HUB8Pu@Dž<Dž8Dž4H9AHvh WL%@teUB%`;D4%@t4MAHCAEvà R뾡`;D4%@u%u0DžDDž@H:BzHwF$MA~^E9u)MZIH49AH vEE;t%EPUREPS0];tEt܊t.Eu'}܍UREPWVm0u܊t EtމUE9Uԅu UE)‰UԊt VuVUԄUt؉E؃ u+gXu"gE؍e[^_à Pr1EЉ4$e1ƃE>u뱊)‰U멐UWVS<} R%@t#7Gwڡ`;D4%@u݉<-+EE}Eu10LME"EEEERPjjEȉUTuujjEUCUȋM̃EԉUMčC< wNv;M}Su؅x'E9EwrU9UwUE3U3E u};M~xEGC< vC<wN7;M|}M tU؅ҋEtGU EUe[^_ÐC<wWSEeUUEUċEЋUUЉEÉEEEMUUEGE0u;uBMM1*e[^_QG;uX뵃DQډ#_4MS )ʈѸU!9)uEtGU-UWVSv=aEUHM1ۀx0u vCE<0t]u1au!:UyE0e[^_Fau:M+Et)}P"pU2+EX1F VxƃEu11҃;}v,O:Et aك ƒ;}wԋEM)ȍX YR4{)ËE 89EuU܋E 9PEE P;U~`+]9EUҍsEMtMSupE @)߉E܃Et U B OHMUM EU܉Ee[^_ËMM10ۊE@ ,'Hj u;}wS1Ҹu9rEutm19sSuFU]9EsuU:t$Ue[^_ÉE1҃8te[^_à E 0EU U‹Ut{먅tVjqÃE ۉtPVjS贓E hЧ1`UWVS }19] svSuUt ]F9re[^_ÐU0u EEPUÍvUÉUSPM] t2rt1҉Ћ]ÐEEQPQR‰Ћ]ÃUARQ1҅tƋE뽐USRM] t2rt1҉Ћ]ÐEEQPQR‰Ћ]ÃUARQ1҅tƋE뽐USU ] t#rt1[ÉB] UH[B] U[USU ] t#rt1[ÉB] UH[B] U[USQM] t2rt1҉Ћ]ÐEEQPQR‰Ћ]ÃUARQ1҅tƋE뽐USSM] t2rt1҉Ћ]ÐEEQPQR‰Ћ]ÃUARQ1҅tƋE뽐USPM] t6rt1҉Ћ]ÐEEQPQR‰Ћ]ÍvUARQ1҅t‹EfUSPM] t6rt1҉Ћ]ÐEEQPQR‰Ћ]ÍvUARQ1҅t‹EfUSPM] t6rt1҉Ћ]ÐEEQPQR‰Ћ]ÍvUARQ1҅t‹EfUSPM] t6rt1҉Ћ]ÐEEQPQR‰Ћ]ÍvUARQ1҅t‹EfUS ] EEPu,1҅tEЋ]ÐUS ] EEPu\1҅tEЋ]ÐUSPM] t:rt1҉Ћ]Ð1;EEQPQR‰Ћ]ÉUARQ1҅t1}믍vU+vUWVS Uҋ]u t׃u"tUt#1Ƀve[^_É)ӐPCRVSP 1ɅtՅtϋC}E ]H ,QCRVSP1ɅttC}E ]He[^_UWVSE E]Uu}SV1҅tc9witsqE]E ue[^_ۺt3}u؃SjukUEu hq 1ҍve[^_Éte[^_Ãuً]t u>U빐UhE PPu ÍvUWVSEMu }E]MVW#t8Kɋtv9t2KuEtMM }Me[^_e[^1_ËEE }e[^_UWVS E utuۺtGv1IMEPVQ1҅tE;EwHtr$t61Ґe[^_Åɺtt5PuSVAe[^‰_à S0=E 봃QjiÃE ۉt E뮃 h 1끐U ju uÍvUVS]u tKrt1ҍe[^ËFEUECRSP1҅tՃESPSRÃUCRS1҅tUCRS1҅tE1ۋM 1 ȉVxUVS]u tKrt1ҍe[^ËFEUECRSP1҅tՃESPSRÃUCRS1҅tUCRS1҅tE1ۋM 1 ȉVxUvU?vUvU'UWVS<uftudu4e[^_Ãh u6u4e[^_Ã5`1P;ofDŽ)/XZuPqoIDŽ /LC_DŽ COLLDŽ ATE_Xh+PQJ'jj ]SH޿ 8¾d h 9u h9| P9Gjh SOHjhW2HVj9n cXZuh maaa1ɉ=aaȉʋaDȉDA~١a.a~,1ۉaD ȉD aDȉDIu1ɋa1a|uA 9ta140%u0jjPH΅ cON 0S7<$7[7YӉ0 P7 P7\ Po7^ڕ0 Ε 0SK7<$蹕 0SzUWVS E uUEatUU tH8Eu1IWQSVVuыU I C UC"EUaЋUaDUe[^_ÐUWVS 1ۋ0yEǹRˆIQRjF jhjE} عу IQu jE jhjE4$Eǹу IQujE jh.jEXusUutÃh*jG"UWVSu1эAEt>uEGe[^_EE EEP(5EEna<1iF}uEe[^_ÍAMh;jGUEt @ÍvH@UEDÍvU @VSu]tW Phc5@Dt'PuS5@`5@jjh\l u  Ph5@CDu Vqj5Ztv VЃېUEPuu u8Uuu ZY0uUEPu ۑZY0uvU@VSu] t\L Phc5@ CtPuS5@U5@j NBDu VpjMX뚉 VЃߐUE Pu ucvUWVS @}] utu Phc5@eBt%PVS5@5@jjhj WEE @Ee[^_BvjX끉UE PuQ}Z0IÍvU u uQ^Z0*UE Pu uÐUVS@]u tP Phc5@|AtPVS5@@E E e[^@jX릉UE Pu~UE %~MEEÐ~*E )ȈUEÍvEUS]؃MU w$PAtI[ËBAAA͋ER3 ‰Q뮉UWVS@fC냐UWVSjh,Ã1tvCt~  ChtR sC1щ $,CtBVP`CC ؍e[^_ÍvChj1e[^_à S+1UVSut> t#e[^ÐFuKF u6^ 3.؋[$m+u V]+e[1^à PK+뼃 PUWVS u} ,v9vBx\u te[1^ËV ^t;t߃j:SF$tՃ j*@VuWF؍e[^Ív3Fuhj v[@uFu빉B먐USPr/`uY\u5D1ۅuahi h\/à Du,ۺ`u 5\.t;ډЋ]Ð hXs/‰ hX//\u넃 j(XZS5\o0tt S(`둉뇍vUSj (Ã1t&dLtCPC؋]Ãh+hߨ8du L S`(1]ÐUWVS }t=t= toe[^_GGLH~ LW'1e[^_É5PLHPT" s'Z3'$'tC@vtσ Pz' Wk'X5dy1d\USQ]t 36'Cu]] ']Ív P']]'UWVS Ɖ* 1D1ERPh3VuoUPRh3juEK ut} u)CPEPh3jkuEC-E}t+bt~v~KC뙐KˉPEPh3jtC UPRh3jtCtd}PWh3jtCtDPWh3jtEt']<uujCC1ɍve[^_ø ut- u8¹uCCCuo j$CCuj,uESC4C@C^_Ps$Cuu1Be[^_à Pn$냐UWVS } d?GGPG1=H h#Ã1V5dhSr4;#tރ j #E jD#Ep@F|@ PuYETPGT@e[^_Ív1e[^_ÍvG @G@뿡TUPT@T뚃 S"H릃 S"뛃 S"[u"뇃 S"4$U*w $vøøø\øøϨÉUPuh]c5H52ÍvUWVSEo*E"E8ϕuXPt4Ɛ^u3$mvu1=Hh+hߨ1E h~!EPuhu2t>8#th3P[1}щ؍Q)9t@u u%! u?sEe[^_à V!1e[^_ÉPRuVmu jD Et@‹E@Euz5Hj%jh̩X5HjjhX 5Hj'jhX5Hjjh)X 5Hj)jhX5HjjhAX 5Hj&jhHkX$  hƃ1 jDEPjDSunY_3V1T_ZUjVY^s pVT_MZA jVY^spVS_ZUBjVZYspVSMAA$,UBtMA1uE%jVlZYpC4VSMQG9yw* uq  2 uEdUWVSL] |0Q@u|0e[^_Wj j PhWPS2 u> uZYPPWh0- s|0e[^_Shh|WtB j h|P^B떐UWVS ։*|?P@u|e[^_É uQPVhLWa-{e[^_ÍvUOUPÐUOUPÐUVSÉO|uO[^ÉO[D0^ÍvUWVS UEBty1ۃtME [^_ÉF9Au4AuA uAuAtxA}tcvCv#O9X ~Gu009tC1ېN9X ~u009tCۍvAt;FuEE [^_ÉUWVSuUfB O~q hPVuu- xYƍF;EwO V/4$Ã/;] u;EuuRu1e[^_Íe[^_ÐUWVSu UfB;u w E ;Eve[^_ÍvUBUfB19tpe[^_Ív hPVu u, xƍF;E w V.4$.ZuuPSR t2OMUBS,1%ULxBLY0)LwL@kL@_L@ ÍvUWVSEL@ } h mL@h5Hjjh^R 5Hu uDž)L@u } ~ DžDžDžDž<Džxo|qDžK9P,DžK9H ` b҉tx KXtR1ۍ} JZYRuuWURVP u r_ C) 1ɅtJ@zJ@}J1x8pJ@t,BtPJR9P 8Jx(JRP JVjjQ JZp ($Id vStQIZ0#R I@SE P +E E DžjPQgIZ0"U 9 ufDžSPVQ0IZ0&ff)ffuÅ u*;EAfff ! u5RPVSHY0D& ff)ffuDž taEHf+EfftDf=vPSVQAHZ0%~ff)ffu‹Uff9 PH@uEHa 5HjjhmM 5HE9Pu賞]GaGxG@ tG@dGRP RGPjjWEG^p d!5GU #G@gG@ mXGx tTFFpu2StQFZ0  F@ju uSFY0&&;E  F~Fؙy DžDžjW?B@EHEfDžfDžDžDžDžQjVjV|i <qDžPPjuuS"EY0J!  DžvUff9,E@u!Ea 5HjjhJ 5HE9Pu菛D jHaD@ u P~zD@ EEPuUE PROGD@u5HjjhB%E 5HE9Pu$b kjZ0ZGj>@Dž(!>@>a >@u>a t;hGjh?5H 5HE9PutN>@uz5>@ to=Xv11!j\C)O=ZYRuuu uP u=a5HjjhcWC |8i=MQPh5H=ihZ0sHihh^0~hh^0hVh[0oh<Zhm@h^0HIWh^0hZ072 UWVShSRj^) 1эA;M Qu Su-^VNvh6hP1xZ=sSxM4F;E w-]RQRCP`W%ED1ҍe[^_Íe[^_ÐA%t$` AtAHDRS~*'1IЍe[^_ËE1e[^_ÐuEu 1u׋UԉPjR]SQڃېPjR]SQڃ UvUWVSu1[^_ÅCu؀8u؉CCUVSƋBCB RڅtۉuۋBF אe[^ÐUWVS\EEH1}:_<]w,EЍ_;uEE]sGG,t@x\FEE;us,t&]!Ћ]:u'uFEEE;urՐE9E~ ]}ĉ]?uEă\[^_ÉEyEx딋Eč}EEEEFE0vUWVSPu~] t{NE;9t3{t-uuxttfvttt2tA@9B@~&_[^_Ð{:_[^_ÐuxE9E|؅x ;E|ʊ8u9}_[^_Ív9{tЋB@9A@xBD9GD ,AD9BD AD9BDhZBD9GDIUPtEHt\PuP uPuxt t?ÉHtX tt@t޺tٺP Ð@ %=t=@%뵺xLW/ÐUWVS<] u}t UPRVj4tpEPVHuyt<uE؉E1}ffEuMQe[^_Ð8u]S֋EPWډmf*dɉ{WzrDž71;1C$;)Q9u)8)8@ 1Ƀ!v ": u A99p\ A{42uuWt01A uڋNt5Bt`t[e[^_ËE1e[^_ËMe[^0_ËU1؅DžytvuKz) S@ɋً1DžEEE)E&jj Wjj]SB L -jjWPjSA  H;wL jPQRjHW@PCCHGH;v Dž9c1Qh8P`BCǃ9Ѓ9FF?ƃƃ-qDž@9ȉ}:vD8D~"44T5DD5TC9|ɋ9fDž:RjjPP8P8R8WPSZKd1DžC1҃9 @0  yu:uru zƃƃBBB MhTmh&Dž9}7SF9|Ճ 1tO{tG jn @@@ @ug Sa1ۃ\U@e[^_Ã]ShHl%]PShj HlUWVSE‹t‹p@lElhh?DždQhhRtƒUVRPSHup9t}utUȉEȍEdE1t DmFuDdXpP dxBExldDž|d h<dE@e[^_ÃURP US EƒX02蹾t ME@]USEƒp02t E@]UWVS\ME} *~} t1e[^_É} uDžl{fBֆ fB;Dž Dž H h h V  h t;} } MDžADžADžDž ;r<v; +PV x tލF ;wh V{4$d4$Y؍9ЉwAO )vDž|UEMt苍UuE1}򮋅)9|uP8U EE#1ӁAU  E } t*} t$} *U 9uӁ hQV  P; 1ыӁGэˋ+9PU ى hPV  RV;m1ˋ+9UIQ3 ^M1iE9X u#U 1߁ ̎xPSRV7" +PV  lMU`UWVSe[^_-F&ٍvECe[^_ú먃 W봍vUWVS|EDž-DžDžDž‹‹@E (x@u 1} EEЉUhһЉ1K hj jR %=y ڍe[^_Ív; cvfэf0G v8fэf(fҍf0GfЍf(эA0G.KGNx0WvURj P򋅌( UЉEԋE؉DžEUe[^_;}3 ȃխG.խGG.KGNuՃ23:#B% /Z"0"UWVSEPu] R11҅x7UtB txt+u1ۃ uwX;8ڍe[^_@9uͅtPjrSŐUWVSE}uE WZWV[u$E9FuU tu v (uɋtLJLJe[^_à WZLJLJe[^_ÍvUSQ2X1҅t@PSu u"1҅uډЋ]UWVS }]g@u @z@ hVjjjSu uj 0W@ @~uuWSV%Gu fGfub@Ge[^_Ív @uuڍe[^_ÉSu uh vuhVSY Ã.fGRPGPhbG h?vE@+ @u:3 h8負봐UWVS<u] @u @z @ux1҈щ߹ыLSVhQ uuuu=e[^_Ð uutEPVhd j1эY.˃x<.t6뉸Q|juQSVQkƄ ٮމމu[H@EH CPd ʈd~@u@ Mv}t*} t} CEt< t< u}e[^_Ã0d_ZPhE럃 CP 0@ Y^0hd3 C P~~@@ }_ZphrPQuShh^MT=@t h" pVuuh HH@EsH E]HEGHE1UWVSDžtDžpDžlDžhg=@4@@@ @@$Hc@ofx@{@@f@5@x@ ddǀ``h+h|{W|hQ<<;t<#tϿ/u< d< \(u< < 6 u< < Au< |< tO< t< aVW|hQ"tddh ʃ d|mx`lnHH1ҍe[^_Ãt< T< T ۋT= $ R%@ F Ёwѡ`;D4ҍh Th\TTT t tT K;BTd# V3%@uMTTt;Vh gu#;txw`;D4%@tTۍxWdhhxhfTxBTd RK%@u8TTt&;t!xӁwš`;D4%@tȃTۉxPdhl\DŽhhhl$Ah\p:< T< T ShTQC`$83ƀ_'`h,P TtDžlp< Ti< aTm dPhTP`$ƀ_`j P8d Ttc`TUTPDpHDžx)< tPxtTDžxTT:`\9 T< uTDžx뺃 hJBTV@@@{fx@kfC@pV1F?`CDCHthS3Gj.SbT+@PV`$ hZATBRhPP`$ƀ_Džp`TuTPDpHDžx4 tdxtTDžxDžlTT:R\9 T  uTDžxXىptx vTT t t vTT t tvTT t tfwPPdjHt xTh "\DŽBBB Bz8TxBTd R-%@TT;Ӂw`;D4#hhvlTt- t( t# TTt < t< t< u⋅T=xۋT&x /t(xdFJx d]yIhDŽh3hDŽl\$Ahى1׹j5h@j SDžDž>PPSTA u~xuwxB[tVqqR xMtTQppRe t P)hhShlTt$ t TTt< t< u担TDžl7PVdjHdtT1tShjR vU9gtÐU j juUVS] S;t*Cst P Su؉e[^ÐUPtEHt\PuP uPuxt t?ÉHtX tt@t޺tٺP Ð@ %=t=@%뵺x/ÐUWVS\EEH1}:_<]w,EЍ_;uEE]sGG,t@x\FEE;us,t&]!Ћ]:u'uFEEE;urՐE9E~ ]}ĉ]?uEă\[^_ÉEyEx딋Eč}EEEEFE0vUVSƋBCB RڅtۉuۋBF אe[^ÐUWVSPu~] t{NE;.9t3{t-uuxttfvtt$t2tA@9B@~&Y[^_Ð{:Y[^_Ð} 9E|ԅx ;E|ƋP@@8Bu9vY[^_Ív9gtЋB@9A@hBD9GD AD9BDAD9BDhZBD9GDIU1ɉt 9t u1ÍvUSQu 1҉Ћ]Ív uiCuUWVS8hUԉE6tEQPRjHUԋB PÃ1t_C MԉCRqjPeMԋASACSCB}St!EP VpuRj؍e[^_ÐQ WEqPߍvEԃ8_~UMЉ%=9=.&EUEUWVS 1҉t St te[^_ËShE>ui} twІЋuuC1e[^_Ív z e[^_EPj EPVuUt :VLE3 뗋CfP1kCt t1҃RV(ƒҸ RvUjÐUWVS<ƋE EU1҅t e[^_ÐF1҅t8t+PEPW3HUE e[^1҉_ÃEPWHuًF;t EPډE jUUtЅv@ujvF;tu[ EPډ-EtA jUIu+uGUЅ @uEu P Uuxtă Uu]륉UWVS1}DžpDžhMUȅɉtEEEEEEEEEMAyqY]QuFt9t/DžpvE}pe[^_}u]tyutr Džl x_UllxG9u鋽lGt܋Ot9u9t͍vDžp e P^vM% ==YUt tuB}uMuEU E4p}u}u= Džl llE}u󥋝ltϋU9t Ct…ul]N9tFtvluO9tGttuuEulBtEulAtEU9U Et/1҅ppttCvt@u= YUPMEU ҰtEEEtS]Pjjjw P藽 jjjU Pu]= Džl ll9}u󥋽l9Eu΋]G9tGttuluQ9tAttuutEulCtEU EtDžn1҅tp=tB,t@u"}DžpEu pDžp]t]u0hu&DžPË[PuPu1jDžhDžp@PjjS脸/DžpE:1҅@9j%u M u踋`+E`8PuVCu E\dtX{t[틍\{9WG< Pj P\Ɖi 89G[WttCPjjuEh PU E1҅E1҅wE  pEC jU yE1҉$}PWuh|hh'hPHv H#1҉PuVu UEƒ `udP) 4V1XQljjj|VjjXSDžDžXDž\Dž`)Džd&  |蟨jjVPjS |GH9ȉLwL jPUXRjHV@PHCFH;Lv W"DžTP9T]X@%[PT@9T@C@Cs@8󥋵@Fdž<t eQhjWDž@DžDDžT HPWl8P$ D@. W覍UEE jjE PujEP 1@t8 t ?UWVS@jjj茙tGPju]Sӱ Sh i V褚@t V艜U؍e[^_à Vr EP1҅xՋ]1ts t~t'u ut*e[^_Ívusu~ɐUWVSUEuU P uV< uk6u>t;^t΃3u!tt3uu㐋M tu v uEt!Uǂǂe[^_à P] Uǂǂe[^_ÐUSP1҅t@PSu u1҅uډЋ]UWVS|uEEEEEfEEEEEEE}ȃjjVjjW  unjjVPjW Uč9؉vǍ9wvEEEHE+EU4 EPE{MMMMM1}Uč9؋ufEEǍ9uG TufEGtfW fUEUO`MuPMGAUBQPWhRuMAUADEMEA G`PuuG`EEeUMJVjPGPQEPEP@ƉUU 38 5E}( S蜈jjVjjW e[^_G fEGfG O`EfEMG`MLMMEPAMLM S;uyMU 1e[^_f}~fEf9G f}eGEWOE1MEM F;#EtMEt EEEf}~fMf9O @f}eG[UBMABAGAEEEWU1 FЉ#EtMEt EEE뼋E S脆1 StE u[1yE.MMM1M F#EtEEt EtEEMM뷄uMMEEU1U FlOM#EtUEt EtT tnUU봃uMUJPuuQ8EEҋMIA΋UĉEEFEMARuuPUU뒋EMAU:uQujPMMgRuuuvαUׄUSRËu 蹄ǃ]É P 舄ǃ]ÐUSP]tC][[YY[Uhh$lj@ÐUSPډ`t Ћ]ÉhhD莊u @u 1҉Ћ]à 5$GuhjS1҅tP5$ t S蓃1룍vUWVS ۉ WXZEPEPPPhJ dž uuhhPSue[^_ÐEPEPPPShJS袂tdže[^1҉_Ð P]1҅e[^_ÉUSP] u&h+hZ<E ]Ð P3E ]ÉUSP])ǃǃǃX[ÍvUWVS<u GqQ6h*ú<+% j蘛bu P"t hhPbdždžPP1IQPhJ  hh}%Ê<#h8S^t}hԙS^lC< t< thhS^APj PScG9: =UBFz BhԙW^tuGtoti< t-< t)9v;hԙW]t;G‰h+hZ"t^1ҍe[^_Ë% PhkhR dždžu PvWP1IQRhq藉 tP|WP1IQRhJK 5 hh$<+WUqtPu.UQt PaÍvUSP21҅t@PSq1҅uډЋ]ÐUWVS(hU WuEPR]ƃ 1x)u;Du"CHCx6.Ee[^_ÍvSj.iSWj;C}ŃSj.Uuhu uGÐUWVSu]SEuEPu Nƃ 1x#щJu1;M} f.Ee[^_À|.uvUVShVhu uuà 1tuV蒊؍e[^ÐUWVS ]Sҋu }t vsV[t Sute[^_Åte[^_ÍvUU tnw('tbwdtV.Ϯt7wQ-t(vkŮvtQRh4h@@É <tw\BΉ ͠tv'@Qtȸ@룸^떸e뉸o|~@ovUWVS } uWjjh袲tit$^t S PhȈWu܋DuGHGx. e[^_É} E e[^_i뎉} E e[^_vUSPUM ]9 t2 BuPQh@hh赡th]ÅtB]U juh ÐU} tRjuPnU juhWÐUWVS< ։苫`!U}`t EG H: L:!1ۍPSVW/u|u M P$ PBPu+Phu (C PSVW)/t8_0W Phu ߇e[^_ÃhPjjRW, u PkYXu j C^'aV/ PhƵu NbuWکaEDuHU BHBxOU  Z0V Phֵu ׆e[^_Ãu j Rj +vUWVS\u?@u 蔬@)EWPu u,H:E‹ L:!UUE#: :EUEUʉEU}ƨ` W49E4:hV 萨`DFHF;Z`tKaVjjhfU#@: D:#P: T:#X: \:#`: d: #h: l:##p: t::#x: |:Q#: :h[`tLatzuPujY PhVzuPuj< PhV] uPuj PhV=uWuj PhV Ħ` D$FHF V1jEXZVj E_XVj@EY[VhEUu;Eu4Eu-Eu&DkFHFo ve[^_a2M%ץakDHVj;J裥`  DVj L[0R PhV襂e[^_ÐVjjhfU#P: T:#VjjhͪfU#X: \: Vjjh"蝪fU#`: d:Vjjh&mfU#h: l:Vjjh*=fU#p: t:Vjjh. fU#x: |:Vjjh2ݩfU#: :Vjjh6譩;FrVj;蝘fVj 芘 Vj Vj dU u hu&U5HuÉUSSEU ]9t2 HuPRh@h|Řt|]Åt@]US]j(hSq2x ]PSh6hc]ÉUщVSÉȾ ؃љ `9dӉ1QRPh:hȸe[ȸ^ÉUWVS E11;t\PAЁv<.tY4EE94d9w @E~1҉}4`9 ~ UE [^_AЁw;tA Ёp;bt0AUvUWVSEUEEE10;t:Í|PF=vӁv# Rã%@t FӁwݡ`;D4%@u=;;tBEÍDPЉEF=vӁv% R;%@t FӁwݡ`;D4%@u=wy;to;tEÍDPЉEF=vـ.Ӂv' R赢%@WFӁw١`;D4ÃE2w$t1ÃE2w$@Ev RO%@u3FӁwݡ`;D4މ R%@t FӁwݡ`;D4%@uU2e[^_ËU떋E닍U@U+E"U@UU Ra%@FӁw١`;D4F=^;PÍ@EF=,;ËUB EF=;ËUTЉUFUWVS,}}1EEEEEEEEэLMUEƍUEUMǍ 1ۃt e[^_Ðtt e1ۉ[^_Iuu܉} uu}܋];-X;+t'v=w ;tE؍TPЉUC]ր;.U؍UԍEЍ R%@uA;]stFF뮉)9܍vUWVS u9Ér )e[^_hDhhh )e[^_UWVSM uMM} uQM1RPt Et?uct |.tCU;wX.CuM9v?@@UE u؉e[^_Ë<u듉MEUe[^_ÍvUWVS } 9Ӌur%RSP6Ͱ؉<$1e[^_YUWVSÉEE E׋UUu u`9s3D39u u`Ixn+Ee[^_ÐPhStu uUx)u ux CNsgUEE Ue[^_UWVS u} E]ۉEuBB9v;)ʍBvVWǽ`x8Ky1e[^_ÃVWi4xָ͋EEUWVS|:E(M$M U01tuP>@U,E$M4E0QPWDž#Pu4u0u!DžM4 QU0& uGPu PhxPsU4RM0Q‰ƍx DžU4PRM0QW35Džd}#}$U4RM0Q‹EDž&E,t },?U|2.t0M4Q}0W+WDžFPE4PU0Rj~ǃDž\QPhlxRHXZM4Q}0WxDžfE ;D)ƒfDžx ƅzz~ Dž1;|#] P3PhvW贅Fǃ;|ރx}4)WE0Pډ<z1fDžx; ƅz+v@ Rc%t'3F;}#] 3G€t.ء`;D4xU4R)ǍM0QxwE E ;}0)lje[^_ÃWM0QCx VWU0RjC0{Dže[^_ÃE4PU0RŽEE<0]}4WE0Pu,] SU EDžAWM0Q4DžWE0Pu,SU EDžWM0Q|=DžU )Ѓ E U4RM0Q=DžttE YU4E M0RQDž W}0WjDžE4PU0R޽)Dž u !aE ^_M4Q}0WúýDžmQu4u0SDžI E4Pq U4RWjDž}4WE0P \Dž u T`E XZWM0Qý DžPu4u0S6Dž WU0[XWU0RDžHQW}0WjDžE4PU0R mxU4RWb(QDžDžG3}4E0WP W}0Wb(DžqDž7UuuuuU  PPP:Mu+PA)PRaÐUWVS u É׉E~BWS\xAUҍXtP9w-H 9w&@R ЍN9w +Ee[^_蕨(e[^_ÉUWVS]E ؋}Ej0j^WsEK9GwvfC fGˍI;Mw[fC fG 1;Mw@QfA fDw FˍI~1vfDw fu.DF~;]t<ҧ(e[^_ÍvPVUx׉\G$G(G,e[^1_UWVS } u];~$tD~$F(F,zD~ 9mF(9~DF,F(1ك)VQWCF, F,^(huPv6TZ V,B;FV,<fR ‹EfV,BJ;FN,RfA ЋUfV,JN,B;FAR A A ‹EV,BJ;FN,BfQ ‹Mf V,V,E  ;FwkEN,F(1҉e[^_É軥e[^_É^(ZMǁfǁ ǁF(1멐o(벐UWVSl11} MEAUAEEUȈÃEЈNJUE ÊE? Am ?nF@>F@>UF@>F}  EEڊUEȈUوE؋E 1EEE vDAB;U rM؈UوÃȈNJEڃ Ӏ?FE=F;us }7l[^_ÊUȈU؊EUEوUq=뽊EȈE؊UEUوEqUȈU؊UEUںE멐UWVS u1EvFӁ Ry%@uЃ=cSh@StM t}9}#@(ȋ] };E1Fgv=uEe[^_Ív`;D4Q} [MA;M-@] };л@(U D:M] <MA;Msr-@]} л@(UDME tE9Es*й@(] };dFt v t(Ӂvs Rx%@tFu؃=FtVӁv* Rw%@uظǡ`;D4ס`;D4뎋]KU fU M< P]KoUSPEM U]tRQPSh5HQ n RQSh@U w BÍvBUWVS }EG}.+/€`;D4%tӁ R=;1ƊGЁvq RD=wz;tpڋu E ؈EvGt E9EEe[^_à Ru3v`;4덡`;451UWVSQUҋ}] Utr~19}DB H0CB ,0Fu 9}.Bv9|EZ[^_É7ҍv7붺U널UWVS }EEE1GtqÀ< St%wK;tAtCEvGuU~EuvE Ue[^1_ÉMvM SHt%tv< S;ÃCw|$`;D4B`;D4봐`;4č)ƍv4v4v4u1EE ǜe[^_UWVSLRPhY4EPu }FfÍ@;wEP7wr)1ҍe[^_ÍvUWVS,E <1҉EE񹉈EUv)ƻ1󸫪U1ع%I$EЉ)UE1EE;gEu|E܅teK~RutHÀu8 SOr%tvo S`FuU +Ue[^_Åu}uuEPE PSEdxCa`;D4끐`;4됃EPE PWEvEPE PDCECEPE PHECvEPE PMClUVSM`;ɍD x,D ҋst99H}pJu[^É9H}pJ@)[^ÐUWVS uu 1 DUB8Pu@UB9u}s1PSE0W觉U$貎)ރuiEX9rQVU2WxE)p0DuEe[^_à uтa P脃E1BdDu)uE1u e[^_à uFݐUVSDuu^u'e[^É VOD^t܍v Ve[^ÐUVSDuu^ u)e[^à V^ Dtؐ V藂e[^ÐUWS U1эAE܉UE.EM DE؅ɉEEuFH@8Pu@EP5Hrۃ DKue[_à 5H&말 5Hցe[_ÐUu uRPYnÍvUuu uRPUWVS uEӋ} uPRr8t ËRWuP]e[^_QhhĿjvU1;EsE ÍvUWVS E1v&uSUZYt PU F9wۃ u7e[^_ÉUE E EEvUVS] usv跂uE Ee[^雂ve[^ÐUWVS1ۃ 9}؅uC9| 6$7e[^_É P 7CӐUWVS 1$j SPu)t*G9rكj hE-e[^_Ë~uSj uV \e[^_ËVF.UEPUWVS4]S} jCP ChT1j5te[^_Í S‰ jRh8hS =jS賋hEPSPP҃t;:t PhhjDžjhpZYhT1j'VhhĿj}vhp1jRP^j떃 gDžp$hhYj& WUS]3O4CtSu;:tE]]Ívs s҃CϐUSQDuih2j XZh4ju]à h:]Ív h:녉UWVSDh}ّhɉdt h:EDPhn$>11҅ 9E+h+hnB&h2j XZh4j` 5&覄ZYhT1j  E z҉t諐de[^_PhT1j 5EiPl@`1;`lpE\E t8U t/1ېE 4p~ U uQhT1j5pt Pt&u\phhj DžtG;`-h h 8Zde[^_à h61҅s h7$7v\ xU|hp1jp pxP @ tR$EVPtuҋlD GU DtT뺉lDž`?``Džu h6t4j h5U h4Oo. hN6ƃ븐UWVS<uÉ0DžE4!PP1IQSU4!B: PS*:ƄX.j S thԙ ËEM ACE@tZre[^_Ð 4!P=r̉DžuoPHu`@ t=uuIDžWujWKHPU B@J r< t< uCvEUM ,,!EAhԙS t @1򮋅+9ȉ QPSQ< < E(;hԙS0 t @1΋+9|URPS#QJCB蕊/e[^1_ipU̯tu uRVUWVS<]8tEj.uVPSKtPuu Se[^_ÍvUWVS tD]p]`GPWU EI]ۉpt1e[^_o1UWVS ZtE]pw]`GRPWuU EU]ۉpt1e[^_o1UMȃʃq1ÍvUSMȃʃ˃q13]UVSu]F9}Å~PSu 6x)^e[1^ÍvUVSp=:,t e[^ÍvPjhhT]SEjEGN jjuV5:5@t ,,uPjhheS N jjV5:5@tN,|Qjjj5:]RjjP5=:9=,0QjhhrSM jjV5:?5@u, 5:e8:vUMt$ɉ(ttu0Ív :ts0ÍvUWVS u} u2 DuL:u\Dfe[^_ÉSVhj# Dtv h -:t;L `Dždjjh>j`R3. DJ \SK VhD37XZPS" Ph{D 7( $u$tDP5($shW PDžTjjh>jPP=-  t2<%uWm%SP5GuЃSj5$YxƅPuWD]XD,x+d p( =0jSP5:7 87t/:t P05:, jjSR5:-7 &=,t 贃87t(Vjjh4j>PQ@h)Ѓ )ÉlDžp(DžthjPV04$X4 h *e[^_ 5:Pj@PL`YXSRG$3GDjjh\q'3 PhD4@ D]k+dH (j$*Hx)ЉH+H|Dž.DžPjxPje/KSj%2XZSj%G2 Dvu"UE Pu uÐUWVS D}u ]u9 ST5Du e[^_ÍvE e[^_ ) h (뵉UDuQ 5:G2D:$,uÍv h (É h W(띉UVSDuu:t5:u#e[^É h (Dʐ h +(e[^ÐUÐUu uwÐUWVS u F]Et01эyCt :EuPWVSuKe[^_Íe[^1_ÐUWVSQ]CU t/ MzvU҉tsv9tAuCuZ[^1_Z[^_UWVSLu1ۅ~E; Mɍ]E ̍v1]KUEEuۋMxgK K:Ruhvu _E uSu Ee[^_PuU4@u (E;Er؍e"[^_K-SU hh@uu @É~ɸ@ÐUWVS1}Sƃ1t PSuVne[^_UWVS `;u} E3v PCEG=v: PyC9Eu8Ftp=wċU싄4EG=wƋU싄49EtӁw<`;4Wv> R C)Ã؍e[^_Ée[^1_à RBWw¡`;4)ÉUWVS uE `;}EU9 PBEUB=UvC PsB9EuIGt:Nt7=wU苄4EUB=UwU苄4뽐1e[^_=w*U苜4UB=v" PA)Ãă PAÃЋU苄4)É뤐UWVS ]ۋ} t*E48VuUt~E<Ku׍e[^1_Íe[^_ÐSD$L$ T$@AJt}tm8ui@AJtnt^8uZ@AJt_tO8uK@AJtPt@8u<@AJtAt18u-@AJt2t"8u@AJt#t8u@AJtt8t )[1[SD$L$ 8t@u1[ÐUS1 A ƒ~[áhU::S::~"vCSI:ud1Ƀ)v8P@A:9[ÐUWVS#É`t&C_<:df؉֙t/vUt3t[MIMEE [^_EUu͋uV)ȉEMIMEE [^_ÉME@ O1ɃE~5EE4v)AE9݋E љ}zKQ։)ƍˍ  )ÍL gfff)ȅۍ…6)@֙MA)Ep~$EEUS9}A9Ή)EMIMEE [^_ÍvMuV)ȍMM ;ESP 0F UWVSMɉÉUEE1IˁMEUOt U;EE@@EU؉LǂPǂT}G}UҋEtsUD}G =w)Pu]LuS5]}Cu1ҍe[^_E1VuuS5};ωUB 뒋E4+EEv;tU'ú덉؉]+}É}iE-Eut'ZZ<,M<;E#EX11ɃUPpA91Ƀ}9PuA91Ƀ~~UP}9\u E)DLP؅uA9<,<;Uú>vEU؉LǂPǂTE؉`ǂd}G}hBCUȉúC<,U8E@@EU؉LǂP}G}TE؉։Ӊ`ǂdǂhEEvuEPUEuURNjUE9~sC>C1Eu&dEיufEיu )EE}hJv>C닋LUSSø(u]à jڸ(G]ÍvU x!1` Cu É`UDu%DuÐ hDOÉ hD ɉUWS hj趍 ~Sh X1I1 ;ug`dhh(h@e[_ve[_Ð`tڀ;:t j`t`1뱍ve[_YSh V@6UDu%DuÐ hDÉ hDɉUWVS$M UMU 11IWʐ;LL*Iy躀Q؉љEE)yOvQEQй]Cй<CEљ]SEUxA1Eu)dEәfEә ;EmEәM}+UKҍ…ۉM܍<"QUԉEЋE))ƋE)؋]KDžۉQUԉEЋE))ƋE)؍)NjU)}UM€QM€Qx ;EE-lUB ]ȋMZA9v]C @)MC]9~EUM@B B J$$[^_ÐutpBC71tfp;HɿD@9LH@9PxIGkD@9LtWvp딍vUVSE dɋuEto9pg~9pB97vV`h`LLESV C:F(e[^Ð1҅t hB9}tB9|1늉UVSDuts hH :xz hH X5:  hDs j SjV$D e[^ÐCPh@jV@e[^Ðhi h: i hH2 1ʉ j,Ã1tS5:@PUSS Dɋ] u&RSjuDu9؋]É hD RSjuDtʍv hD ؃]ÐUVSEEDu ]uG$tZ DupSh@EXZtC(:e[^C(e[^É h@ $uv@$ Dt h@ {vUVSDҋutN hLy :xQ hL X5: t[PSjVe[^Ph@jV@e[^Éhi h: y hL& 1͉ j,Ã1tS5:4 yUS] Sju_؋]U h@u uB@ÍvUuEj U@u EPuP ÐUS 191[ÉUWVSSE ɉ׋]xșƉ)EY[^_볍v҉Й։)EY[^_뎉U@+Bu'A+BuA +B uA+BuA+Bu+vÉUWVS|ExtU Ep }|u]j<^jEĉYUj EZlEMą%]̋}ȁnO~F1u(dי4fי! )MĺE+%Mān~']̋}EEMċ]̋}Dž4u%ؙdu ؙfu Dž44449~E)EčG vEȉDž4t4449EICE̅8U;Džhvl=XhEEPEPtURxUEH;K)Efљu DžDD MąɉME]u[}ȋũ~FDžDudљu뉍v )MĺEe[^_jE([^Ív@UwJ ÉUWVS,E }MUU܉EMEEEt]]ER1v]]D=M܍LۉMuщU܋]ۉ]]EU9ЉEsVM܉Mԋ]̋]3Gt1%=\? ƋE<7GuσEU9Ur D/Mt,E;Ev!E+E=?EUEEME؍\;]@RPuQ3U܋M؍T ɉU܉]+E e[^_É]; EE0uMMvUB9U#t'MAMG9Nuۋ]Ԁ;?U+UvB(e[^_B(MA;Msω]A*UShSu@t uuuu SV‰Ћ]ÐUES] ڋ BIyC C C [ÍvUWVSEx} t e[^_Éx u@@ ptً'vىQ6Z[t˃t )؉ËU)ʍC9}UWVSƍEUEEE1FuGEB-tt}=wvUu E}dfFt<Sh u.u1UWVSlEEEEE }11U :)щʉ)G \~1EE}EG5Dt}t}tE9E~ UMUMGE~˃}t}tM9M~ EUEU}t }Vu1vEE9~;}GNv}t;}}مt:CuEu}}tQthiSGÃ~}tEEC);]v&<1ҍe[^_É}EVuU:CI}u). )RM ڍA 1҅t1э\TD</e[^1_à uUE ge[^_:C2EUWVS,]1;RjEPS;8"t_9]tZ|؋]Ԋ…t.t<1FCtt&9NE tE ω8e[^_ÁvM1ҍe[^_ÃuɁwE=w݋U܁wҋMw  됉E=wU܁w jҁvD R%@1҅l1YE=K `;D4뽉UEPutUÐUVSM`;ɍ< x,< ҋst99H}pJu[^É9H}pJ@)[^ÐUSjEP]xUtЋ]ÐUSMt]U vBCtIuE[ÐCIuE[ÐUWVu} S]tItBCuutBu[)^B_ÐUWVSEP]u ىt 9tJAu)ډӉ)u1эD[^_Ð>tvtJAG?u)[^_ÐUWVS u R%@t#>Fwڡ`;D4%@u݉<-U+EJ}}Mu10DEE1"Ewl1ҸuщEC< w4v;E}9Uxw;}wrtlE}NJFC< vύC<w`7;E|ǃ}7M tUҋEtFU e[^_Ív9~EF딉C<wW[0 Fwڡ`;D4%@u݉<-Y+EN}}Mu10DEE1"Ewp}-1uщEC< w2;E}9Uxw;}wrtlE}NJFC< vύC<w`7;E|ǃ}*M tUҋEtFU e[^_Ív9~EF딉C<wW[0  Be[^_ÐPvt1ҋ #11DžDž)ÁHN%)؋<PSWM E MA Dž19s@u6fGft-Љ)@9!ׅtՋt F9ru7 Pu+z Jzh=jVpDž1t[{t=Ft=t܋PSR uE t뵃 5@ XZju@v XjUjuÐUt ‰ÍvjjEPhjEPEEE @tUWVS DɋuuVvV >FZv 24$ Du2 V}e[^_v F P뙍v ^ S$ V̼}e[^_ZUWVS UEEMEtF}E9v1+uWVU ~]vFAKu+};}wϋEEMue[^_UWVS\}e] 1EEh] ] CPEȋMȃɸnUE} EĉUuuU Mȃuȉʃ3E EEȉEEE9Mĉ΋EȃU9ЉM̉uEEEu+EEċM9uMEЉEtEEE+EEĉE̋E9Es U9jU9UlMM܋ũ9MrM̋U uM9u_Eȋ}ĉEċE EE}ȃU9M9M u芺1e[^_ËU܊BU܈MG9sU܊BU܈MG9rlM9M]U9Uv+m]SuU;EV]؋M9Mw׋u؋UE9UԉE=]vU9UrM܋mMuu9uE9EuuUlUM̉Uԋu܉MEEu4u;u\VuU;EFE}uEEESuU;EeU;]rڋ]+]9ދEU9ЉEvE)1uESuU;E]؋E9ErEEu9uUt3UMЃ9ʉUrM̋U u9uMuFuEG9ZuFuEG9rBM܋EЋuMԉEEE PE )EuEuE2XEZ+EċUȍDuĉEMPMVUUE9UċEȍHME;]EU+EEȃEE~E FAJu+uU9GM벍vUBUG9rM܊AM܈GMIM܊AM܈GMu3SuU;E]UPWU;Eu }E;}rփ}"};}s`W+]SU;Et;U+EEȃEE~ًUFAJu+M9r};}rE~+MUFAJu+M9r;}U+EEȉE1};uEFM$vM މMEtNM܋9MrumuumuuvU܊BU܈G9rMAMGMMAMGMukEW+EPUUE Eu uPVuQbEăECK;D$T$@BtX8 uT@BtL8 uH@Bt@8 u<@Bt48 u0@Bt(8 u$@Bt8 u@Bt8 u @Bt8 t)ÐUVS ju"Ã۸tLDu^V$JABKFC FCV$tXV$F$CDu Ce[^Ð F Pv F P踹둍vUVSuF$U  9St ue[^ÅtF9Ct\C jRP6WC FFKu:C]e[^?v VotԋC9F|ʋC ;FuCBUVSuF$tv ؋PuF$e[^UWVS M9} ]uUt [^_ vyt(t >1t:AwZ$t >tf1 [^_c,  [I UWVS u~V9|YFu1FFtNN uffAft]؋F)@9PFtyuFuȍe[^_ÉuFuFPvv 69ljF~V됍e[^1_ÉUVSDҋut* ^ S4$2$e[^à Ve[^ÐUWVS ]/E%5Dtu C PE莶$tH} u芶uYUۉuOE1e[^_É S[tH} qtt U EXUWVS ҋ}EPu Kƃ1tfPjjWEÃ1xPڃt E9ue1t/fr Eu/fzRB$B,,B(@B TЍe[^_ÉủfB W 1ȐUuu jujhÐUVSDҋ]u&CHCx30@Du:e[^Ð SCHCyΐ SơDtǐ Se[^ÐUVSUBrtC~wt\ [1^Ívau<+u11ۊ<+tC=C<CCCBCAC@1҉DGDDDFDEDEDFDDDGSVSVB~jjjW!Ѓ@tWRhVWɵtB1=t NF<8t jjsP8S莒 t˸e[^_Íe[^1_O,ϐUWVS4jP21u-t1ۃ~8u=C9t P謴 V1e[^_Ív PߤC9믃 0H 4誤H@uσ 艤188,8eUWVSjpÉtMKjPEt11K} B9|1e[^_Z0YL0܍vUWVS<} Huhj/Ã1ǃDžt 8Džt:PuWV@Wjj路Et MAu; PhS謲$'&C%C$CC #C"C!C CCCC C C C C C CCCCCCCCCCCCC CC C CC C C CCC C C!C"C#C$C$C%C&C'C(C(C)C*C+C,C,C-C.C/C0C0C1C2C3C4C4C5C6C7C8C8C9C:C;CC?C@C@CACBCC1ҍDDADDADEADFDGfSfGSSB~Ou-;au%CHwj h ;C@t 誮 Sq81e[^_DžC8CC C CCCC4; RhjCDP1P(PVh1҅҉}tUB hSV+10t t 4ǃ$j$؝X@@@ @ @@H@,e[^_ÃEPV蚨A83EPV=t7:1^(QPl8CH{4@ PW%@DDDHK C$j PAQSxyOD?K0K(C,K@C<{ PR$9S}S1xB108 P$C=C K{(ωǃ1[C K DD|C 88UVuStFk V؍e[^ÍvUSQU ҋEu`tX41҅u Ћ]ÉPjjS'u otЋ]Ívǃ01҉Ћ]эvUS u]u #C,9C(}#C0]ÍvUWVS,EUp E@EԋUUjj PRuPu#Etp]]{K}ȉ}EE9E؉E}.UfZfvG);u-EEE9E|ҋEHy]ce[^_Ívffwà uuuuu2 EFEEEPufjuPu"EPUȉU M܃EE]s E0vjuUPuD"EHMȉM]܃EE}w EE̋M9ɋuЉ}}7}>Suuu+E`1ҍe[^_u uuu_uMa1Ӌ}g_UbN]c=E@EȋUfDPfvrEȋ] }؋UzTz)ЉC\MMVuuu]uu uuu譊Ma ju Ruu }gvUVSUEҋu MXtu#t8M u҉[^Bǃ, [^ǃ,vUSPEXEM UuU MY1[ǃ,Z[USSE}U Xw@tUE Yغ[aǃ,Z[Cǃ,UWVS UEҋXtt $xmth1ɋ 2H(f|QtjHǃ(fyuTjPQPS u̺e[^_ǃ$ǃ(ǃ uf9uǃ $f9Uf(f|q qBU fqDq)ЋU B DqBUTqq)ЋUBf99syǃ $ǃ(1ҍe[^_Ë$S(9r7jjVS Hf9uyFǃ(S(9s9h$~1҉(떋C > juu PS 1e%ǃ,lS(딺ǃ$XvUWVSu~(GV0!~(UNU9;F9~~jvǿUtLF( @P‹F 9} DDDDV F,9sF0 F,PWuVe[^_Ív PME藒útPuS E +EPM jRXmEFUWVS u1ۅHHuXt[=wtI{t.C>t Pz SΑ1e[^_ÐTDžT\u`Dž\Txu Dž`xd.Džd h$CtRh$jPǃdǃ\`ǃ$$ސƉC1 󫁻t ^FF`F |F FdFZFEfE NePuu uOPjj@5EPUE XH  ǃǃ XLXyt!DL9sL‹T:11ҍGTf3fǃQj虶+ Wjj3GQjP35E t @E@t E P觎vHDž\TxDžLDžHDždDžTDž`xDžX==& e } 聘1 Phh(P80<$ (RWj誗( $t (PPj(RjoGv E=-DžXXHDžX9 VfX} PjhPĜhb1 h$'h&i%j$kl #l"m!n oppqrsttuvwxxyz{||}~hb1u l]O/XSh@hP4{8m R3Ҷ Q3谶 @@f@fGG tft Rj3f j  hS ǃp=|_rX txUSPEXCu u&]ÉPjs3藱C]ÐUWVS EXCEPEPu Se}ƃt}uQj63 e[^_ÍvRjPujjVSp !@u.Ce[^_ÍvPjs3˰CbPj63谰yUUUUPUPUPPUUPUHQUQUQPUUPUHQUQUQP UUP UH QUQUQPUUPUHQUQUQPUUPHEAEAEAÍvUWVSDE ME EEEAEAEAAEEAEAEAEAAEEAEA EA EA A EEA EA EAEAfAfEEAEAfAfEEAEAQ A'tD[^_ÉAD[^_ft1fDyfEʊEˈDyEʈDyDyEĊELjEƈBEňBEĈBEEÈEˆBEBEBBt;EEEBEBEBEEEBEBEBtAEEEBEBEBEEEBEBEBvGfNf}1ۉfDYfEފE߈DYEވDYDYE؊EۈEڈBEوBE؈BEԊGGBGBEԈBt1 K94;XtE{/E6Et+hV ={EPVT1҃8IvEPVL1҅/&E%=@Uj1jEUu1҉UvUj1jEUu1҉UjjUEtUUu jUEtUÐUWVSjdhPT3 jjh_pxPjttPS$诊Dž\dRVd UUW@UdWt:V\G*hGGVdҊDD9D\\yDž`vWrWdL8VӉ$VDdD:$L`yZ e[^_ËU҉u(1D@=~BÐU tÉ*ÉUDu1DuÍv hÉ h;뽉UWVSEEE ED!Tp1FȢƠ؈E}EEEG~Due[^_Ee[^_~ hy~_UWVS DiBҊȊҊ NJȈ ǠȊӈۢЈ ǡDu"e[^_à h?}v hW}e[^_ÐUM1@9rÐUE 1҅SMtXw $lv[ÉAAAAAAAKtA닐UWVSE}EESEXtU 9S t1ۋEuEt5CBCCCe[^_ÉfEu^& ju1҅tj w {uF vU V FU4MqFFF0҉ju1}Pu rWD_ E ]MEU OE I!MOꋇUMÃEEu0E|VPVF Vfft fDBfE6ۉ]؃t<_KF O!Ë00Eu  u~EX@]KoE;C bSfft fDBfEރujCBCBCXCKC C{e[^1_H jjs sW ` x1vF jQv vW_ 1҅^ Vr1US]C E HK}R[ÍvUWVS }1҅t[Í9tMK uCtUtCuTE t9Cu6SPS S8r9u1ҍe[^_Ív뜃 Pr뼉 jPs sW^ t뼐UE SP]QP QPBP@@ @[UWVS\ExG }r!}te[^_ÐEE UZpf99w99]PSu W@tEEEVjSPLM A EjEPEP1E؃ME Uu܋Zf9vS]SuW脁@EȉEEQjSP֕MA EjEPEP軕EMEU r]f}TMSQu WbdEEEUfR}fUvuEELUBM A EEfXfHE)9VFf;EEUAfBf+]fZMf\JӋU BMAEPr2CS褔 U MZq1S荔G(tuU9Gcu"MYAH9EPRju7} N e[^1҉_ÍvPjw7ӖGG(   MMQuu W@Sju7xvQuuuuu uWwV EPj7$fGfO UBU B Ss)9r4\Cu fuwPVu W3|LJVjS7譕1ErLʉMMRjP7|R+EPUMQPRP膒EfXfHUJ!f}LJfLJRjw7EKfOfM6fGf;E@fGLJfEfPMAP0W\CFH9wPVu WztKfG @fG f1ELJzOtfLJfG 븐UVSƋBu@Cu 1e[^RjP6ŕɸtCAPjQ6趓ȐRjP6蕕ɸtCAPjQ6膓두UWVSǍ@,UE;EXۉQjp7/tWf[f]UDP0CuJFH>DuVWjse[^_ÉC PWg|@uQjV7貒f^Ãf+UfJtfAf;EsEffJuf^CfFPjV7mU:t6UX1ۅt luW躏tSjR7!1@ EF)RSPEP/UfVEfDFfENfUJf!ff;EsEffFfFF )UWVSUB(tMUDQCCUp B)WSPPvMfqEUf|AJMftff9sfJfuUfZÃf+UfJtfAf9sffJuMfYCUfBMA(tu 9A1ҍe[^_Ë؃ Pu5z@ҋM9BB;Eփ} fE  uTEUBH;EMuUBrMAH;EEUMUfMtMNTC Pumy@ CGfQ;EB1fAPjjjFPPEPus tMSQWE@uUfEuNEEfFEHfEPEPWMuMpuNARjPE0ҐhEUPRWufE"uNPjSM1衎^RjPM1{E@HfEPEPWutuCN룋EfEPjjjSSURuMr EQjSU2PjSE0UWVSEȋU䋚;]uMȃ}u#Mȃ}fEE䋘EDF|0;U䋂f@PjV2̉ jWE0謋u9PjWU2I} 躿 Rj0U2k1҃}EPjVU22 juЋE0U;OPjVE0 jU2E0ԊE\AfM֋U䋂U䋂fUfPE䋘jU;tPjVE0} UREPuTU09GE,EċV҉U0WjVE0(EOXۉVjpU2yfCfQjVE0ӇEȋU䋂;EujEDF|0RjVE0衇 jWU2聉@HfE֋U䋂8fUfPE䃀Mȃ}uPjVU2< jűE0U9HfE֋U䋂USD$L$ 8t@u1[ÐUSQӋRuC1]ÃSPjCC]ÍvUWVS׉} EUEt: }tJ}uȃNt ȃNu w7A0NG[^_ÉȃN0u] t<0tN0ӍvEgfffU܉E؋}܉)ׅtU܉E؋}܉ؙ)׍)‰N0}EtE;Eut ~NUUEB<U끉1u0̈WNETvUWVS UUU:?@9~ÃtAPuLtO v@9|E0Ue[^_à Pr\tPj VugWvUWVSLÉU1UȉUEEEvUG~uA}U;}UvwX$Ct%utCECBZ$UEEP TUG;}~tE9t R~[e[^_ËU܋UR  P@[U9EEEU뚋U MEE;EU9U~EEUEBUE-MElE;E%U9U~EEUEBUMEE;EU9U~EEUEBU}MEE;EU9U~EEUEBU `Dž( Dž(UȋEU$UȋEyM$\ȃO u%  PIA((Dž(4  P! IA' P IA P PK IA (jj 0(OB X$(CE@EЃ$EQUȋExU$0$;CE@EЃ$E u t1$ BE@EЃ$E Dۅ~n~8$;@$E@EE)ȋ$;YE@]Ѓ$E DL+(;~~-$(qE@uЃ$Ew)Å~4$;BE@E$Ex̋$;X$E@]ЃEUȋEU$UȋExU$UȋETM$gUȋE0M$1EE HPqEEHEEL9(v(u #$ CE@EЃ$EUȋETU$Dž jj VS*~0Ot<t;jj VSу ÉuPIA \PIA \-eEA0FPSIA \A@ ODžB<VhhXSd SP7IAP(SR PPVRȉƒ EE1ɉP[CLU؉MPLPHPDPQR6( @q @PI[CgEEU @P[CYw 0P&I 1 @;P[C @UPC[C LEE z1(эq@P{IAEE[,$UȋEE$h`Dž( Dž(ƅ3JEEHEEH EEHEEEEHEEfEEEE0F,1HEEPҋv((,ƅWƅWxDž\ƅ pEE%ƅ9- PIA} PIAEEHC PIA EE HX XPqI PIA"UȋE7E$ PIA! P^I PI닋EEDžzL)Љ$;YE@]Ѓ$E (8UȋEH]$UȋE']$9)Éu4PhhS7wSj4Pj;ƃ1(jj VS0(ADžjj CsOÉP[CEE1EEP[CaEEOP[CPIA~EE EEEE1Pi[C|EE1EE1  PPPE P1EE)DžTEEEE EE7UȋED]$fEEEEEEAEEEE. B @PIAfUȋET]$UȋE+E$EЅuE1UȋEt vPt4IAMEE$EEΉ(эBf1 (tBЋ(ӍBЃ v$Pth[CPtP PPE H,녋EE뚋PҋtEv((, MfI @UfJ @ PPPE iPuEE념UVSDuu'Puu VáDu4e[^Ív VjPuu VáDt͐ Vcke[^ÐUEPuuu ukEUÐUEt Puju u,;à Puju u,;UEMU tEU M 0;EU M 0;UE`;<;G8;G4; H0;G,;H@;1ÐUÉUU 1ҋMt}tt1:ÍvUMɋU tw eVɸUWVS u]Mt9IE 1tKtBt@IGuM e[^_PSjE 0aƒ҉tߋM +e[^_ËE ÉUWVS u]MtAIU 1t%KtwQFtYIGuߍvU  [^_ËU ۉttwKu [^)_J~V븋E 뫐UVS@1ftK4fJu[^ÐUSjR0ItH RjP3G1҉Ћ]ÐUWVS EfӋ}fCfCG 4tmGFfCfCfC4E @ tK@U FC QjC SfCE0Ge[^1_É듍vE 봉UWVS Efփ fFfF0ECF U B< fFf)fFfF0U P7G PCS}CGu,F SjF fFVE0 F1ҍe[^_ËW E9@uvE H fFf)WRfFfF0QSCU C_JvUWVSLEUEEffEҋUffMffEfMfEfE]Cf9EfEEf9E[UB UHMEDA4 ~Ef9EwEDU9EUH9Uf9Ut+MfEfAf)fDQfARSVPAfEDUf9fEr t}tEMfEf9M"]UfCDPfCUBtM]9CEf9EUfEU܋Uf9UfEE֋M|Af]f9]UB HM4 fE֋M fAUf)fDQfARSVP@]fEf9]rU ]fBMf9]ҍHU fBE܍e[^_É MEDA41.toM4Bv]4FX )fEfE]1]EDC4FX U4M MfE֋]f)nUEDB41wfBE܍e[^_fJf;MrAfJf;MsUMAFfM] ]Cf+MfJUWVSǍEUPW?EPW?tmEEFCfCCFfFfCfFUB C F uuSVUU2U e[^_Íe[^1_ÉUWVSEEPu?ƃ1MfFU싂fFGFFG F GuEG9 ECGCfCU싂fCG C Gt2QjP2BEUBQjRE0~@uuVSEE USW=9]tG SE8U 2Ee[^_ÐOfFUfE8U 2e[^_Ív}봃 S1SjVU2?1UWVSLE fEE 8}]SURMQEPU E6ƃvfFf)UfDVfFU 0UBGM Pr2CSy< EXw7Se<U :U,Uu >WMQEPURU EEMA zH1fFUf)fDVfFEDF0PWuS;UCUE 8u-U uu‹E@xPjuċM17> juE0%>U;EXۉMUMĉUVjpM1?fSBfUMA wH"UBЉE̋8 f^V)ʍG9nAfUf9CfFMEA fFf)UfDVfFEDF0EuMȋUMȊAWECuPEȃ PS%:Eȃ@ZP E@HPjuċU2< juM1<WGM Pw7CS9U :]M uuU Ew@/PjuE0A< juU2/<XMqWje[^_Ét zb^fEfDF0UBCfFUf)fDVfFEDFM0ACUWjVE0s;PjuM1`; juE0N;e[^1_ËMAȉEȋ8E tkE@ub^ufvUUBDЋ U܉E؋UȋEԉЃ EЍEPEPщE 9s EuuU EBv)VQPBPR7f^WMQEPURE-\EPT`fEftTDF0EUċCfFUf)fDVfFEDF0EMCIEPTSURMQEPU Euu1+>UWVS ] SRPEUEM1E  E8pPjSM19Epf@fuTG]9tPjWE08PjwU2:U@fBHMfAPQuuuNU9_MfAfmMQ A9t;MQMQ1e[^_Ë9tQjWE088UrՋYRjQU28۸tPjSM19ǃtEf@8|M9t wPjSE07\USS]Cu!U C(SUfSC(]Ív P/C CU C(SUfSC(]UWVSEpF]u_ w"$vF( w-$ 3me[^_ÉUfEv1t(؍e[^_ÉPjv66F눍vPEPE0V jPuPu EPV !@JEF늍~GEPEVPX4v@B %B\PjR66PjS67u2@)B 7DB\PjR65PjS67uE t P!kPjv6D7ɸ`t0 fEމMfE@Wju653GfGf}A9uYPjQ64۸PjS66ɸfEovPjR64UBHfEGt)GMfGfEqEPEPU fff}t fMYPjQ64۸,WjS65ɸAHfEUWVSEU,JMQjSE05UBfE@ft8fMf4Efp Ruu P~FfuKfuG fuffEUfpDG\8PjW22QjSE04@1e[^_G tUEM  u#f}u GGU9t"MEfUfP MAe[^_ËGtVjwM1F4EtfEESPu uQjWE02EUMAQ EAPjw13EB@HfEPEPu u(u1PjWE01EURjuU21PjuU2|1UWVS|E ]U %=EE@u#UQju hv+e[^_ÉcEEPEPu ut?U E%EE]E% ?EmE]XE} hxMpfE fEEmUmEE@tM}Ew#UEEuJUE+]O E}EUEUU} vE1ۃ}Ã}~m1ۃ}EE$E'}ut@Sju hHe%E 3EUVju hL%EE UUUU u)}EE~ }tE} ]EEUM ߉tt EB EuUEt2Eu'E~ E ɋEEMUBR $\]؋Em@Q%`EEEEU EEE]]ME}uU}fEִ EfE?J]MB0EEA@MLM9MK E]Em]m֋UR $ɃEUt뗋MɋuEEt,U3EE EEjG5E~E~U9U~uM)M))MEȅ~8Euub6E[_uP 5Yu2] j4U҉E~uP 6E1ۃ}~Et }EE@EEt +EE}mUUU}̅~uu7EM~uu6EUEJEE~Vu6EEۉEEiUEĈMB9MUQjj uS2EE9EePjj u42 Ejj u"2EEuu/&0EY[uu7XZuu97Ë@  S0u}tEu E|"}EUBuz~N}~EtA}~3jub5E^_uPP69Eă}:EMĈ@EvPjj u1EE]Euu%0EĈUBuz~kM9M|}T}t&ju4E[^uP5ME89uU9U%MM99tEE u/Mt+UtM9Mt ui/ u[/ uM/EE@UE tEM Ee[^_ÐSu4ƃ Rjj P/EEk]E荈2 M~^@+M⍈E ‰1RP,$]mm3E}REMMM> +MU몃}+EM)MىME߉}Euu1EVuu3MPjj u.EEEEU Bt/M)MFu EMU:0tBUE6M)M@EEEHɉMMEEEEEE5 ]-ً})̧U}4fEeش ]EfE6EEU9U.]UmUm֋UR$$B0U]EEBEUuك}~]t}EUE@MU:9uM9MME89tEEE]E ODEE4듃}t }Ex9jjuQ,EPuJ1~M1EAM؋U҉U}REE|`Et뭃 p*UJlj֍  ^_jP/E E}fEMش ̧]EfEEEUmUm֋UR$$E@]uEEB0UEB9EUuEEEEtEMU:0tBUutqى ]t^tEMB]Eދ]g}9uWU9BUE<0EEE1@EEBEċM@AMEU0X}9tEEPjj u)E)UWVS0EpXuEUM؉]܋}E%->@EȋE؉EЋE܉EVSQw $&vEuWuu EPEPuhD; ?t:e[^_ÉEÍvE뷍vE뫍vE럍ve[^_ÐUSzÍJt @[19t I<u9u[UWVS ƉӋ}t&~t;v [^_Hu<uD uډ{tӋE ˍvtUWVS4U] EUU EUEډEEMSQw$%EUEU ELe[^_EUEU EHe[^_j%-UMuEEE}E uU܉ÍL@ I9rS99vI99w%U} U<E EtU  UI9se[^_É%ƒ I9wyuЉ]E p]Ћ}ԉ%u-EUEU Eve[^_ E{ ?vME|ME|tuPRUWVS@m}MM]EUu ۉE؉U܋}QRP}mw$(8#؋MPju$hLEe[^_؋EWju$hHE%-@Uuf} VÍT0@J9rK99v E؉EJ9щE9wE܃ <;u$;tM$ MJ9se[^_ p}E%-B-؋MPju$hv9rE܃EJ9ډEwZ{iO|;KO|;t>uEPR.VWt$ |$L$)9rу_^ʃON_^ÐUP}E xÐUUuÁuÍvUSM ÁUu% Ѓ[Áu% Ѓ[ÍvUMEMEEU UuE EÍvUUu UÐUWVS E }@DButaCE ;Fv+jPRFP3C P6CGM1҅CU uE!@!C@U;Bv,PRt7UC@BPs؃ PM1CUBM1ҍe[^_ËE!@ GC F FPVGPC Pu uvE PEuPC Pu tUMcv Pk P[CUBC +vUWVS Ef@fuuJuJ toDBBt? ҍ}tC PPGPRV u*EB E}EWu Íe[^_ÐUWVSEM qx9v ]8]]u@AJu[)^_U[^)‰_UWVSVMQUE x;}vU 8uCAFJu9}E[[^_[[^_ÐUWVS} u]jWEPZ jGPEPHUE9s'RP--txEEU;BvE]9vPSFPW jVU2E)؃Et>F߉ERjuE0iue[^_à Rbe[^1҉_ÍvUWVSUE MEUx&UBPjRM1)twMM]MQutqECCC fCfCu9vPVuCPEwU)uQjSE0ve[^1_Íe[^_UVSu] jSEPv jSEPd ju6ƒҸtFB uSPju6t$)]BERVW9]w1e[^Íe[^PjR6ސUWVSUEσ} x 1҃$vM 1]9ʉM@;U| PtEHtU 9v) v2J tt BAt)à ] t]}SEEPua PU Pju$hvJe[^_ÉE Sju$hH׉] Vju$hL뿃EPu!]E% ?EUXELM hQx $pɍ]5~V $}fEִ fEEmUmu1EE@t$MPSE})E؍DEC}w#]EEuK]E)ʉNEEuEUEUU} vE}~m0ۃ}Ew(E$EE UUUU uD |EEP J҉Ut:xt +EE}VNEC}9EݕhhlMEt7Eu.~*E ɋU UEUɺR $\]؋Um@G %`EEEEE Eua]U҉UE uMUtE9Et u uy؋|U]uEMx }ẺEEuEEtE}uN9u_E)ƋU҉UE EEj EE~E~E]9~؉E)E)E)E}ȅ~K]\~1VuEZYtPXtx]E)( j}E~uPE1ۃ}]uUB҉Ut )ЉEEEEEEM̅~uuEU~uuEEEy}u~uuhEEۉEE S_uEuMu E uEuMv~ }UEMB9MUOPjj u]9]EVjj u Ejj uEEuu 0E^_uujY[uuP ҉ÿPu:ǃEM?}fEִ EEfEE;E@E m]m֋UR $MɍB0]EEA@Mu؃ uUE@M E$t]$UE |e[^_EEUUBEEUnEbMm]m֋EЃEEEE-Wjj SEEQtBEESjj uEE]Euu0EE9E|ËM}UBME M99u|9]ZME89tEEM9M)MىMEމuEًE؃}EME U:9u|9MM];9tEEuu}MPjj uZEEEEM At$U)(utE}}EQjjuEPu(|E 1EAM}UB@;EEE|+uuu1E]{}Eu,$EWjj u8E[^uPN0EuuAUEBUPjj uM9MuE뗃juE^_uPbERUBHEM];0tC]C~:juqEZYuP_E}:E ]{WEUEBUPuEUE@u $E5}EE9`EvR2 p UJlj֍  ZYjP^E}9M9AME+EE])‹K@9})ύGE=@M)щMEE |E1C]9E}:E qE]@E C]ȨU}4fEeش ]EfE0E6E@;EE]mUm֋UR$$B0U]EEBEUuE@:MY1%؋U}fEMش ]EfE.R$$]B0UEB;EUt$@MEUmUm֋UЅuȨEE1EMU:0tBU$E|0p}9EE MA1C]uEkYPjj u EDE@USPM1ۃv BC9v S ]ÍvUVS u]u ƒCBCute[^ÍvUEHPJBU UWVSE逋EHEPRUBtMfQ RWuPM)y9uRVuPE)p0)u[ u 6E9RVuPE0$ RVuPaM1 $ USQM I]wʸ Z1[!Z[ÍvUSPM I]wʸ![1[![[ÍvUU1@~1ÍvUU1@~1ÍvUSQM Iw˸UZ[!Z[ÐUVSuu Vt e[^Ét VGe[^ÐUjD&=gu uUWVS ǡDyۉK~xD hD;5 D S}DKʋDGD GDG DACDu e[^1_à h`F䐃 h`3 h9e[^_Ð h`;5(Cމ h`v h` h`fۉw UEEEEEEÐUEEE EEEEEÍvUWVS D5v~O vOxrD3tUt U9T3uE؋D3 E܋D3ED3ED3DuLE؃t\HDt h`<Oyv6jDuCe[^_à h`8E؃u uU܃띃 h` h`e[^_UhW|$D$ L$uG_Ð1_ÐUSRg]fS ¨uHK0tC@9t QQfS C0CC]Ct=¨u1ҨuSS1]ÍvC؉C1Ck SfS 뱉CfS ? ]ÐUWVSl]fSfҋu }xaEPPyxJU1 Eȅt:CLte[^_É{(@uf̉UVS]C tCCCCe[^ÐEQPEPS1Zu¼tJgCECE΀u f s e[^à CP tf s fK tUWǍ@VS)PAEU1t\]G4ËExX3vPjXhS s8hh V XƔOy͋Ee[^_ÉUSSDuY gu1”XHyggu]à h]à hDUgVSDH^F f{ tLXHy6uD 1DHI05HI^fC DC8CCCCCfCC0C4CDCH@C8VhjP؍e[^à hb hZ h hr USQ+H~JHt+P~9u~/Lt"Du2HIDHIu]à h]à hUh[ÐUWVS }G 1Ҩt6wt/)7uWWPSVWS ~)ƅ1҉e[^_fO @UUt+B uZ ɸÐ RkÉE;[vUVS]tt DuZC t" S-D҉u$e[^Ð DҾt܃ See[^Ð S똉Ee[^ZUVSDuu# VáDu0e[^Ív V3 VwáDtѐ Ve[^ÐUVSuËF89Xt) P荽F8XF8@ e[^Ív@ e[^ÉUvUWVS u藾ËF819Xt? PGte[^_ÐF8XF8@ e[^_É@ e[^_ÍvUSQ]/S89BtX[ÍvB ~HB X[B C8@C8EZ[μUWVSQE9UÉ}/+uECMDC ‹EfC@9E|ڋUSMfSX[^_UWVSMU EE]u u41ҋ LIEEEtMqEUe[^_9vE؉EEȉuEEEE]fEڋEfE܋EMfEދEUUfEEfM̅ҋMfEfUfEfMEuM}-EUfztEM)MEfxEMUfztuփ vMfqNy+EUBUEMfIفfVwGEvE~3UUuEUEuJ_XEf@fVVEpMIEtPPffXfVPf9XfQfqX 1ptȉlj 9%pOwt 9wڋu1ۅ~RM@EHMq))ډӋ@UfB)N؅Pf fXX)؉ËPftDO1ۋu/UM ADU rDӋMfAN͋PfUMfe^_ÍvQVht,vPVht,ۍvU E EEPhvtuÐUE Phwt@uxUÉUE@(ÐUE@$ÐUEU P(1UEU P$1UE UB(B$1ÐUEP `` a_P@ @!USjh{t ]SEE+@t0 EPjjjjjhzt S1҃JЋ]ÐU jh^t uӹÐUE t&~t; ɸÐHuEEPEPhtu胹ÐEvUVS@] uty#K e[^Ív߃EPVr@t1D(EtPjEPV@te[1҉^ÐPjhnt Vڸe[‰^Pjhot U uuu jujhÐUUҸxPIÉUWVS,}uȅt)?t$}1IMEE]01IK.C)CPVj1e[^_ÐUÍvUh1UhÐUÉUM tvÉUh1Uh1Uht1UE`UÐU1ÐUÍvUÍvUÐ;vk̀rÐ'vj̀rÐvÒrÐvF̀rÐv̀rÐשv̀rÐév̀rÐ鯩v̀rÐ雩v̀rÐ釩v̀rÐsv̀rÐ_v̀rÐKvx̀rÐ7vỲrÐ#vK̀rÐv+̀rÐv̀rÐv̀rÐӨv̀rÐUWVS MUA u29r}G;G}(UD@BEe[^_@Ee[^_ËG @P(OÉ@ ǃ Xu]CUEP@ u9rHɸUVu S^E9X|<P X 9rt )je[^à PY$aUWVSE}] EEPEPu upƋE܋E+EEE}5t-t!X|! DtEEERVwEuVfEtj E V]܃tE)؉à Ft9t0Eu VUjVUBU vUG9);]܉EG{xE]EeT!UM MSVE$]FMtEPU G9ERVuucvEM$ E VDE؍e[^_Ð]tP9G uڋU_vEQ VE؍e[^_ÐE^EFM$PU`MxFPUU$"EFURV`ƃdWVuEEE} VƃUE`UWVS11҉EEDžtDžpDždEUEEE]]-wi$|DždC]xuLUDždEUUE tE] dtMyEe[^_É;0D uv`\Dž<Dž@DžxE3/~49/}@DFЉ@CE]p/̋]|9eEEEtpNt i n h]{]Ss EMA@uE8(UB@MCF}<DFЉ<PRuurXuEe[^_Ë]ut' U@UEr1+d-WFЃ 0uC]p0tFσE0CD]q/~19,QDDFЉU艅DӍRr/~9~)˃D=NE~ENC];x)UEDžlMA ] :|u E|UU~E1ҋ@RP,$} U' 1ҋM;urUBM +AU9։U>M‹M<%EUfFf>;urEtMA;AtMD@AEe[^_ËA @PE EH} ƍ  $迺U UB뢐UÍvUWVSDEX$S4CLUE} CXjPK(S,KXS\ΉЃ -@BA‰΁?BS\ɉsXM؋C\ȉE܋K4ɍUCȉEC HȉEEEEPjjREP1 HE؋U܉CLC4SPECDECT[GjWPXuWQ 1҅uWe[^_jjREP91H{h@jge[^1҉_ËC0CHCTrGjWPts@ uWM 1҅e[^_ËUẼE̋WPWR1҅F]ȍUȋGRWP1҅(UB EăEċWPWR1҅E UGRWP1҅OUWVS,E M1҃x Y$t e[^_ËPEЃEԋBjjEEPAP/H7EЍU@E؍sXEԹȉ׉Eu*EC0C4뒃hhjf1|hjUWVS}_$Cs4u_GW{hC`Sd1}щMC`WPEPsy-xrC`SdV FFe[^_É hPlPs$pC(P sChj@eUhj)ee[^1_ÍvUVSu^$ 3KXsBC$u0hu>luL Sue[^ Phtĉ Plt Pχ SÇue[^鲇UWVS} j(j,shtjw@@$ǀhǀlǀp@(@,Q7w@hP$ugt VtHQC2C$hl S貆e[^1_Ð1уKAQj}1эAC XZQj҉C@8E}1Qj賲‰C$}1PQuRCC@WPPRC @PusECMrMQVFF D0H&u2H&L&P&T&X&F H&^$jVǃpe[^_Ívh(ja Pl Pτ v P軄v P规v P蓄vEt}MpC h菊 hJD FP]'hLhj`UChvUWVS$uSV t=1щjuuu PVe[^_SVhj6`e[^1_UWVS ]td1҈߹щM5dIыEL 1ҁv e[^_Ð Su Vhu7e[^_à EPP1҅u]낉UWVS<uE 1ʋ} щdI)ҋL1ҁv e[^_Ð Vu Shue[^_à P蕫1҅uXhW}} DUSS]{uQjjS]ÍvRjPSb]ÐUVS] SuVA1҅ttHtH1ҍve[^ÍvPhCPVC1҅tQjCPVjA1҅tRjCPjCPVLA1҃UVSu] PjSV+A1҅u e[^ÐPjCPV A1҅e[^U\&ÐUVS0֍URURURURURMQhP[ ~C1^T؍ @ ڃ~EE֋EEPjFPE։VFP͋1ҍe[^ÉUWVS ҉~-1Ӑ 47EYt7;Zt71 Ku؍e[^_UWVSLUDžDžDžDžDžDžM EB]tu1e[^_Ë]1%,DžQ1t1ې 0"Ph hP|$_+$'_+$^+FQG t |1 v 2Ph hP$z^+$'g^+$T^+FAG t |]DžDžDž1҉=Džq1I19ωvht3]uht3]uG ;}ttRDž]tЃRQSShPWh#hP1 htX1e[^_ÉjjPjhV荨 tDžDžDž@Rhh%jhP$jW  DžjP t P芋t GWP jtj賤tA]3tm= ~@9Љ)9vًU Be[^_Ð1 hP![z GWPXZQPRShhQUh5]S 1Pjj:hjg\&$c jV莆@.\&!PjQDžg RU|Dž>J)!IDž-1҅n u61҅KDžDžjVjjSP] @ Huʰ PjjSPf$J y 8tDžPPjjRކƃ F`[U`&tÍv=v`&Ív`&ÐUWVd&Ffjhd&EPje^d&_ÐU,EEEPURjEEE蘄xEt E@E‰ËEUEM t.~tOt91ÉHuhIlIQÉQhIlI׍vƉUWVSjjjhP jjjZbjƅif1jIhhɉMEjEVjjjPZYPPjhEPSc tPFjjVPe[^_à S=D5x&t,D jx&|&e[^_ÉDž`M\v \nQC X͠t'XuCw Sx P`s '8up|&xa h7{v hO{`t} `0Rx&Z\L|&hjQE Du1K hz14ˍvUWVS DDžE 5&t7 6XuSvEKvu1p WjjjhVj:0 t6ut sSU De[^_ËF Ev^sERvvP'DE̅D&Dž tFUЉ]̉B p9ۋ P҉uȋ D urEP]1EEEEEEB td $PSh7 p$u؉CECWjjjhVjE؉Ek. [u$@ P|/ hxe hx` hx3 hxL1 jh,q UjhhbPÕMDžtV 8jp P<$PC1t P Cj pljC tACt:t6tKt%F GPGpGC @}]UM hCwU 0 pXroB _po^p oBuJ tlB B o &1 Pxo 1EB&RvvPDt hWv&8&CB&&D hv5&1ƋFu 6nXvnXF pnXv nFu*t4G&C& Vpnm P_nȉ&CҍvUWVS\]ۋ}E1t-WSEu! FVPv1e[^_ËEEȋE E̋ER|Ph@j ]S]؋V5lI5hIEPh|(EPh jV$FVPXu}mEe[^_É1v1dUVSP]E1thEE؅ۋE EtaEE`{Ph@j ]SS]V5lI5hIEPh|(EPh jV$FVPEe[^ÉE`뛍vUWVSCÐ S+HddB tٺ dƉuƋd SC jjjxVĺ jjjxÃ1xgƅyPjhhbzW蘐1I xQVS8xx Sp{e[^_à SZ{1e[^_UWVS]DžpDžtDžlDžhMEcEp '*fEEUr hH EPڋEvp$Cp1pPBhpIjRPp PEPj pRUE UEUr(EEpPEp0EPh&EPh jp @vxItEp d VUE UȉEE`UEЋBpDžxapDž||VBWj RP]ԅpQBhpIjRPpBUr2xWh uVh j p0ox1tHsEp[u(s Ur CuCU9B>[ulWh #] pBSjRPXZSl]Ext'pt pBRPDžpUvpEEԅt=`t PDhle[^_ÃWh X#pUBEԅuE`pPBhpIjRPh||u!D|H|pPBWj RPpBUr2tRh,Vh jp0v upPEPpR}w_|H|xlt lBu1xpX^^_PpSpp BRPDžpv EPUEpvfEffEPpPEPjpR$ (flt uflB pX|^_PpSl leDžlE`&8PuƃpZ^_PpSDžlo pBRP EPUEp[EhIp pBRPo@Džh3JxIRuuPGlBfUfPElB h& Vt2Ep s Zuփ EPڋEp VpKt8zPu^_ltPh,lt^pQBURjpPXZEP1@iYUVSujjuuu uPà 1t0C;w2RPsv譱CF^sb$be[^É sb$b(e[1^ÐUWVSjUE EEtw@5lI5hI}Whh jhP$jV tBw]PFSj VP}t8^Y_PVS FVPEe[^_EPFSj VPF5lI5hIWhh jhP$jV0u믐UWVSXjE UÃ۸WChXjSPEEȋEE̋EEЋE E؋EE܋E(EE$EEE}ȍvMVCQj SPCu0u,URh Wh` jS0uM4uHFw EHEw CSPEu e[^_ÃEPh,uutc@M4;w/RPwqKGU4BXwm`<$e`| wR`<$E`U4BRE4@>vUWVS u1t>u u Ze[^_Ð h軽Q j‰6u S@u S]1tG5lI5hIu h\$jhP$jWÍ@ v. GWP1e[^_1)uPGVj WP}uEPGVj WPG5lI5hIu h\$jhP$jWÃ0|G*UVSEu EtWtD~1t0C5lI5hIURh,Vh jSCSPEe[^11ېUVSEE tq1tKj j蜊tcC5lI5hIVh U Rh,jS u CSPe[^É V]1/1e[^à CSP1 1ܐUWVS 1EHEpNXxf{ ~ SU ǃXNyEEuύe[^_ÐUWVS E|IEg8 =&~3h>u4=te5&h>6=tI1ۃ~ 5&u4<tKC9E&h&h&$&e[^_uhnhj,9e[^_MV uuhnhXj9e[^_ÉUVSgȋg5g) P[t[ggҍpgPR[t#gggDXgg1ҍe[^Ív''Ng5g)һ'IPRc[C P[dvUWVS gggg gg gEfE gUtgx EtgxUvg\gggg-gt!xf;gwe[^_Ë gtE g`) gC$9g;grBLgЉ]gUfPggJ gBggJHg?91g?5g)Ɖ5gE)E guPuLgEfFggJ gBg[1xv?Rt]x ?};5gr gBgEfBgBggB( hƓgggx:g;EU]Pgg;gr1u?gЉ]gUfPgJg gBO h gg gg&&&g& gg& h&gggA멉gtNA &]gNg?g0zxgA!& 1gU &A&Q&g&墴&UWVSQ5g &&;5& &=6Et@Ef @U9t4 :~֊Uf @U9uU6ǣ6F;5&hZ[^_UÉUM&9tBt)&&&&P&&P &&ÐUUt0BBB@BBBB$;&t^UWVS u] V1F Xt"D u#CP}~~e[^_ÉS[؍vU Ph5Hc$葑UPSÉUWVS u }v|7t e[^1_Ív|7u(tHFC {{CCCCC C$SWe[^_ø8;묐UWVS u F}EBt>1B9|D33uS(tCe[^_ød붸׉UU1:@<uPRgÐUVS(u tVs FCtCuSe[^ÉJCuSe[^ø$랉USP&]tS5&]h5&E&S5&j]UWVSItO&I&u H&&u H&&,V&&] &&]56 &f @]@ :~f @9u56f @EfE56& A5&&&P&1ۅu!E܅&@$&M܍&&@&P&D &Qg&A&&gEU56v56H `6t  b9MϋEU6)ЋMgg& &t*1 g9}g@9}< u@|I9|w,$h5&&1e[^_ËE+gHEU& &A$u!A&&&@$ &Q&&9@5g9؉׉oA )Kp&]&Hgp&5&j5g5gage[^_à 5g-1E`;]P P%t = Pq]E1I9ME=wUD4룍e[^_Íe[^_Íe[^_Íe[^_Íe[^_Íe[^_Íe[^_ËM䋄4\ 5g)K1҉]FGB;U|&x$]X ~ ~ &p*1A&PJ҉Pxy&@ 4&@U܈ F9 Dt 5& 붸8 &&gp 5&&뀋D&@ @1"v 5&B5&Sj@EP/&DB&@ @Mhpj'2&@&XUF j gM]&@9Ⱦt;:~ 4f@Ѝ9uf @:65656؋g]&Ef 5&  5&.E&&g56U] 5&&C&]u156@UPxIÉUSP]t;&tCu![[ΉY[&CtvC[[륐U5gu5|Ihnhj%USP]t( CǃD!P]]Hv]ÍvUh hLX7N6ÐUSQJN7t Ћ]Éh< h6Nu 6u 1҉Ћ]à 5LXMuhL!jt1҅tP5LX|Ot SH1룉UWVS,ƉmUzB j.VJ=;U ,U ,!t'ʁw ;u .@uۀx.Pu VWdPhVkE ƀ-E .UE BU RǂBЃUBXy@ &1e[^_É=;j:V] ,t+ʁw ;u:t .@uրx.tyPu VWc WhVSjE ƀ-UE BE ǀ@@E B>1:E u uWVhhh'h j 01HtЍe[^_øPhPVl趉诣/PPuXaU{yvUWVS EE} u]kw@t] uE [^_z@u [^_UWVS }u ]w@ujz@tKw@ u] ue[^_SvSV?1҅uʍe[^_藈UWVS }}u ]v@t`t{9uuSVuhhh'h`j'0He[^H_y@ue[^_Ãu?t|uOut,WlGaG V=K }6聡rq/bG%rKKvUS ]u S ]]UuFUSP1҅tPCPSu1҅uډЋ]ÉUSP1҅t@PSu u>1҅uډЋ]USPz1҅t! @PSuu u 1҅uډЋ]ÉU=tPuUt P ÐUSP] ,!u*h+h"Q,!E0!]Ð PsGE0!]ÉUSQ],!t 0!t]Ív PGǃ,!]ÐUWVS<Nj,!P,!hPbQ8#tЃh8P>thԙS&tPSj^FPSj]iMDž`褄e[^_Ãh+h" P,! c뽍vDžȃIAGG W< t< uFv,,!GhԙVtC1򮋅+9ȉ$RPVcރ< < (;hԙVQtC1򮋅+9ȉ|AWPVJcʉKFO讂e[^1_Ã.ZDž*nvUVSu] pp@% E[^USP1҅t@PS1҅uډЋ]ÍvUWVSE‹U‹Ux0Wj jFEu]F;Eutpu6rt<^tu3Uttu36u WB}e[^_Zo@ tF0F0XF F]UWVS$E‹U‹U‹U@PjEv jU=Eu(CE܋E9EuًC0E9}uŃ}t" ul}e[^_n@ tӃC0C0WC C뮐UWVS ljFn@ue[^_VW+Be[^_ÐUWVSMEDž\X} |t4~} te[^_Ã} uDžTl{ DžT|fGhUM fG,,!;|xwHzx )PRV|L N T4t;|$} } }EǠtǀUzM8pA8zhhDždDž`g;| TލF ;|] V\M4$NM} l V)M؍|9Љ<lƉhh,;| `x )PRV|J `똋1PӁbPEPڋPM+ V%Lg} t`} tZ} ;} t7 WZYPu $ j课Puhj% <uE(;t hQV|I  WT;<Ftt1Ӂډˋx)9YMWRkUdtpQidtd~ } !EuU1}ˋx)98,uRjU؉h@ z1 hQV|G " W_I;<1ˋx)9WRiډXpvPxPuQ} } S}7]E9X  dM1ʉЃP;xkE;p\\#UDž@d89@DDžH1)fDƋfl#9htGfd9rċHfM@u~M9~@HdD9Hq@9@@;f}f}f9~)f}f}8DTOy@d렃} Xxt-uhj%<7܋x )PRV|D x] 0EtH;<wdueUCt(1Ӂ``d4xڸnxE(;tvttzppPSVRƀ<wډj UVSutMt8@@ CPSVuU Eu Ѝe[^1@@ u1֐UWVS E‹U‹8@EE WG h0 hPujuY xk=v V0ڸ4e[^1_uWuu‰É4$0e[^_ÐEV Vb0ڸt/t륉UWVS,Eƒ:‹‹@vb@@SvPPhVWƃKyShh-RT hL/{ hPj jP S o=j R‰ V.P P RW}@@tgse[^_d@rډPGPGPGPhP}V `@ tBJBB ^ V.ڸ45O V-1e[^_ÉEGEEEGEEEG ESEPhjw eXjuo GMЀʀz d葈jjjd~!Ѓ@VE t65v  Gwv  hPd4UE  FMFJF @F CFTrFDAFKPjj3oS0P ЃtYRjQ3ZQtt  e[^_Ë ƃ SjhjjSQ Pj뜉ʀ /v8E   h+dx` @ CuEjS@!"USPEXCu!u&]ÉPjs3'PCF]ÐUWVS EX{u/ $v  V  9RjFPSǺ K(s$uu VPS} E !@CUe[^_þq9s  mVSu)NU 0ue[^_Ée[^_ÐQjs3NCC(Zs$FVC(s$Nt;jS@zPj73@NUUWVS Ep~Mu E u3e[^_9s$  u߃SVu͐RjKSVM Ã۸t ujjSV !@u,Fe[^_ÐSjv6oMFFPj36TMȐUWVSE9 1RPRbUMEUMMM 9M։:UPJ҉PE@t.NGDt UFuÃu҅jEPuu+ECU 9Us;ERMEUMMM 9M+1ҍe[^_à R# MvÃTEjPuur*_e[^_PVMPWqM 9MvE e[^_ÐUWVSEEUM 9ʉUEDvUPJ҉PE@t};]txuHM)օf P@"U40OFDp U7sÃuM)ƃEuut}jEPuu(u=CtbEM 9M1e[^_ÍvPR>_Ube[^_à MtÃdE 9EsU 듉UWVS}9s<RP^EU싇 E䋷;u sF;]vtCAJ;]ru:jEPVW'uMF;u r1ҍe[^_à Rk PPRPQnjEPVWf'te[^_Á e[^_ÍvUWVSE EE;u s=9sLډ]C9s;Eu)ЉEjEPVu&u4CF;u rËEe[^1_ËE e[^_Íe[^_ÐUWVS M UDQCtCPuD1@U B3)ÃRSPPDM fqEU f|AJJftff9sfJfuE fXÃE )ȃfJtfAf9sffJuU fZCM fAE1ҍe[^_ÐUWVSjRPXt%R@PSVuQjS6F1ҍe[^_ÐPjS6}Fe[^_ÐUVSEXCuuOtNtd|e[^ÐE t9rJDuԁ Pjs3EC똍vC(tɸtS$JuK$믐UWVS<]{G} 0 ('jjjrփ ƹG$EEEE!juVURSSu3vQvu,;F:jVEPSStЋu@w$tHjjjuq!Ѓ@t(PRShmu 1ɍe[^_Vjw7DG} vjS%e[^_ÐjW@띍vEEujVURSSvEE؋FERjEP'VB9ujVURSSt$UWVS u^CunjV@tE 1ugu"@ Lmt V@t e[^_ÐPjs3/CCv't n >*uUWVS ]ۋu}t'EC1҅U RTPC!@@;v2 Pt3@P3CPV?G1ҍe[^_Éur jtԉ‰džGC뮃 PPGPCPV]) uvjPM닃PRAUWVS E,UE쉂BE1EPjuU2"C@ $@1 ;E wADCf9э4uUUEAfBUv}ur}jQjDC PjSE0@PjuU2kBIv}8u"FDCPjSE0B@U;EtqptdRjpU2BtK}uFDC 맋EXE f)UfB Ee[^_DCVjSU2-u8e[^1_ÐUWVSf0ƋJf\Gf)Q2PF<fGUBf)à P2FP<֍؍DfWf7fDWf\We[^_ÉUWVSEEU EUErfщUfDFffE}UfDVNjEHf+};EttLFPE)ȍPSR;];]D^vffBfB;]$fJftffB9fB;]~ffDFUf|VfVGfDVEfEH8UJe[^1_Íve[^_|UfB $UWVS}G EtEu$U ffG fBG fBe[^1_ËEuEw<jO t1RPS.j!Ѓ@Vuu S %U fMu~u f>uuffG fFG fF[M G ..., where is one of: %s: %s not compiled in ۊRRRRRRRRRRRRRR5F%6d stdoutstdinusage: cat [-benstuv] [file ...] benstuvbb bb1bb1bXXusage: chmod [-fhv] [-R [-H | -L | -P]] mode file ... HLPRXfghorstuvwxthe -R and -h options may not be specified together.invalid file mode: %sfts_open: 0%o [%s] -> 0%o [%s]fts_readHLPRfinprvthe -R and -r options may not be specified together.the -H, -L, and -P options may not be specified with the -r option.%s: name too longdirectory %s does not exist%s is not a directory%s: directory causes a cycle%s%s: name too long (not copied)chmod: %s%s and %s are identical (not copied).cannot overwrite directory %s with non-directory %s%s is a directory (not copied).%s -> %s %sutimes: %schown: %schflags: %sunlink: %smknod: %smkfifo: %sreadlink: %ssymlink: %s%s not overwritten overwrite %s? %s%s -> %s %3d%% cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] source_file ... target_directoryusage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] source_file target_fileBHJP !Ȧ%@@U@@S̄  FʇՃ  ރ ~ }ƒʃ҃ ۃ  @p` P @0P" 7-./% <=2&?'@Z{[lP}M]\Nk`Kaz^L~no|_myOС !"#$()*+, 01345689:;>ABCDEFGHIQRSTUVWXYbcdefghipqrstuvwx7-./% <=2&?'@Z{[lP}M]\Nk`Kaz^L~no|ཚmyO_ !"#$()*+, 01345689:;>ABCDEFGHIQRSTUVWXYbcdefghipqrstuvwxjJ    .<(+|&!$*);~-/,%_>?`:#@'="abcdefghijklmnopqr^stuvwxyz[]{ABCDEFGHI}JKLMNOPQR\STUVWXYZ01234567897-./% <=2&?'@Z{[lP}M]\Nk`Kaz^L~no|_myOС !"#$()*+, 01345689:;>ABCDEFGHIQRSTUVWXYbcdefghipqrstuvwx7-./% <=2&?'@O{[lP}M]\Nk`Kaz^L~no|JZ_myjС !"#$()*+, 01345689:;>ABCDEFGHIQRSTUVWXYbcdefghipqrstuvwx    [.<(+!&]$*);^-/|,%_>?`:#@'="abcdefghijklmnopqr~stuvwxyz{ABCDEFGHI}JKLMNOPQR\STUVWXYZ0123456789fillcharibsifiseekoseeklcasenoerrornotruncoldasciioldebcdicoldibmosyncparevenparnoneparoddparsetsparseswabucaseunblockunable to allocate space for the argument "%s"no value specified for %sunknown operand %s%s: illegal argument combination or already setbs supersedes ibs and obsrecord operations require cbscbs cannot be zerocbs meaningless if not doing record operationsseek offsets cannot be larger than %jdneed exactly one fill charunknown conversion %s%s: illegal conversion combination%s: illegal numeric valueobs must be between 1 and %jdibs must be between 1 and %jdfiles must be between 1 and %jdcount cannot be negativecbs must be between 1 and %jd%s: short input record%s: seek error creating sparse file%s: end of device%s: short write on tape device%s: short write on character devicefiles is not supported for non-tape devicesinput bufferoutput buffertruncating %s%ju+%ju records in %ju+%ju records out %ju odd length swab %s %ju truncated %s %ju bytes transferred in %.6f secs (%.0f bytes/sec) iseek/skip%s: illegal offsetskip reached end of inputoseek/seek%s: write failureư>_ %6s SizeAvailUsedFilesystem%-*s %-*s %*s %*s Capacityifree %*s %*s %%iused Mounted on%-*s %*jd %*jd %*jd %5.0f%% %*jd %*jd %4.0f%% total %sufsBLOCKSIZE=512BLOCKSIZE=1gBLOCKSIZE=1k-l and -t are mutually exclusive.vfs.conflistsysctl(vfs.conflist)malloc failedBLOCKSIZE=1monly one -t option may be specifiedusage: df [-b | -g | -H | -h | -k | -m | -P] [-aciln] [-t type] [file | filesystem ...] abcgHhiklmnPt:%s stats possibly stale/tmp/df.XXXXXXstrdup failedmkdtemp("%s") failed-n(:%&)*+%-/*+-/:<=>:%&)*+-)/%&)*+-/<=>%&*)<=>/%&)*+-:/&|)+-<=>&)<=>&)+-|<=>&|)&|)<=>&)&)<=>|<=>|<=><=>|&)%&|*+-/|<=>:<=>||%&|*+|-/:<=>%*+-/||:<=>                       !"   B[aim3O (*6BNZfr~malloc() failed|&=<>+-*/%:()syntax errornon-numeric argumentdivision by zeroyacc stack overflowEXPR_COMPATusage: expr [-e] expression %jd unknown signal %s; valid signals: kill -signal_number pid ... kill -signal_name pid ... kill -l [exit_status]usage: kill [-s signal_name] pid ...-l-soption requires an argument -- sillegal signal number: %s--illegal process id: %s%%%%%%%%% %% link source_file target_file ln [-fhinsv] source_file ... target_dirusage: ln [-fhinsv] source_file [target_file]replace %s? not replaced %s %c> %s fhinsv$.8LV?)B"-I1U<aNgve"=\\""ab f n r t vLS_COLWIDTHS %lu : %ld : %lu : %u : %u : %i : %jd : %lu : %lu fflagstostrMAC label for %s/%sCOLUMNSCLICOLOR1ABCFGHLPRSTWZabcdfghiklmnopqrstuwxCLICOLOR_FORCEcolor support not compiled in%*lu , total %lu %e %b %T %Y %b %e %T %Y %e %b %R %b %e %R %e %b %Y %b %e %Y %s %*u %-*s %-*s %-*s %3d, 0x%08x %3d, %3d %*s%*jd %5s ls: %s: %s -> usage: ls [-ABCFHLPRSTWZabcdfghiklmnopqrstuwx1] [file ...] usage: mkdir [-pv] [-m mode] directory_name ... m:pv mv [-f | -i | -n] [-v] source ... directoryusage: mv [-f | -i | -n] [-v] source target%s: remove%s: set owner/group (was: %lu/%lu)%s: owner/group changed; clearing suid/sgid (mode was 0%03o)%s: set mode (was: 0%03o)%s: set flags (was: 0%07o)%s: set times-PRpv-PRp/bin/cp-rf/bin/rm%s: waitpid%s: did not terminate normally%s: terminated with %d (non-zero) statusoverride %s%s%s/%s for %s? %scannot resolve %s: %scannot rename a mount pointrename %s to %sfinv%s: destination pathname too long*M+M+*M+G+t*M+M+*"/" may not be removed%s: malloc unlink fileusage: rm [-f | -i] [-dIPRrvW] file ...recursively remove %d dirs and 1 file and %d filesremove %d filesremove %s? %s: -P was specified, but file is not writableoverride %s%s%s/%s %s%sfor %s? %s: is a directory"." and ".." may not be removeddfiIPRrvWPOSIXLY_CORRECTusage: rmdir [-pv] directory ... usage: sleep seconds ReUUU"VunusedswapVersion 6Version 7System V4.1BSDEighth Edition4.2BSDMSDOS4.4LFSHPFSISO9660vinumraidjfsSMDMSCPold DECSCSIESDIST506HP-IBHP-FLtype 9floppyCCDVinumDOC2KRaid%s is not a valid file or linkcannot get disk geometrydisks with more than 2^32-1 sectors are not supported%s read%s: no valid label foundread mbroffsetverbgeom (to restore label and install boot program) bsdlabel -R -B [-n] [-b boot] [-m machine] disk protofile (to write label and install boot program) bsdlabel -w -B [-n] [-b boot] [-m machine] disk [type] (to install boot program with existing on-disk label) bsdlabel -B [-b boot] [-m machine] disk (to restore label with existing boot program) bsdlabel -R [-n] [-m machine] disk protofile (to edit label) bsdlabel -e [-n] [-m machine] disk (to write label with existing boot program) bsdlabel -w [-n] [-m machine] disk [type] (to read label)usage: bsdlabel disk%s %s %s %s %s %s %s %s %s %s %s %s %s %s # %s: type: %u disk: %.*s label: %.*s removeable ecc badsectbytes/sector: %lu sectors/track: %lu tracks/cylinder: %lu sectors/cylinder: %lu cylinders: %lu sectors/unit: %lu rpm: %u interleave: %u trackskew: %u cylinderskew: %u headswitch: %lu # milliseconds track-to-track seek: %ld # milliseconds drivedata: %u partitions: # size offset fstype [fsize bsize bps/cpg] %c: %8lu %8lu %8.8s%8d %5lu %5lu %5.5s %5lu %5lu %5u %5lu %5lu %5d%20.20s # "raw" part, don't editwrite to disk label supressed - label was as follows:/boot/bootcannot open %sread error %sboot code %s is wrong sizecannot open file %s for writing labelwrite labelwrite bootcodewrite %s%s: unknown disk typesector size 0 sectors/track 0 tracks/cylinder 0 cylinders/unit 0 revolutions/minute 0boot block size 0 boot block size %% sector-size != 0number of partitions (%lu) > MAXPARTITIONS (%d)Too many '*' partitions (%c and %c)unknown multiplier suffix '%c' for partition %c (should be K, M, G or T)partition %c not an integer number of sectorstotal percentage %lu is greater than 100 %ld sectors available to give to '*' and '%%' partitions Offset %ld for partition %c overlaps previous partition which ends at %lu Labels with any *'s for offset must be in ascending order by sector Offset %ld for partition %c doesn't match expected value %ldpartition %c: size 0, but offset %lupartition %c: offset past end of unit partition %c: partition extends past end of unit partition %c is not marked as unused!partition %c doesn't start at 0!partition %c doesn't cover the whole unit!An incorrect partition %c may cause problems for standard system utilitiespartitions %c and %c overlap! unused partition %c: size %d offset %luline %d: syntax error Warning, unknown disk typeline %d:%s %lu line %d: %s: bad flag drivedata%lu partitionsline %d: bad # of partitions bytes/sectorline %d: %s: bad sector size sectors/tracksectors/cylindertracks/cylindersectors/unitrpminterleavetrackskewcylinderskewline %d: %s: bad %s headswitchtrack-to-track seekline %d: %s: Unknown disklabel field line %d: partition name out of range a-%c: %s line %d: %s: bad partition size line %d: %s: bad partition offset line %d: missing file system type line %d: Warning, unknown file system type %s line %d: too few numeric fields i386amd64ia64pc98alphaUnsupported architectureABb:efm:nRrs:wa -m option must be specified/dev/can't create %scan't reopen %s for readingEDITOR/usr/bin/viyou have too many processesforkre-edit the label? [y]: fopen %susage: clri special_device inode_number ... %s: can't read superblockcannot find file system superblock%s is not a valid inode numberclearing %d usage: dmesg [-a] [-M core [-N system]] aM:N:sysctl kern.msgbufkvm_nlist: %s%s: msgbufp not foundkernel message buffer has different magic numberkvm_read: %sPrimary DOS with 12 bit FATXENIX / file systemXENIX /usr file systemPC-UXExtended DOSPrimary 'big' DOS (> 32MB)OS/2 HPFS, QNX or Advanced UNIXAIX file systemAIX boot partition or CoherentOS/2 Boot Manager or OPUSFreeBSD/NetBSD/386BSDVENIX 286DMCP/M or Microport SysV/ATGBSpeedISC UNIX, other System V/386, GNU HURD or MachNovell Netware 2.xxNovell Netware 3.xxPCIXMinixparameters extracted from in-core disklabel are:cylinders=%d heads=%d sectors/track=%d (%d blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1parameters to be used for BIOS calculations are:sysmid %d (%#04x),(%s) start %lu, size %lu (%ju Meg), sid %d beg: cyl %d/ head %d/ sector %d; end: cyl %d/ head %d/ sector %d system Name %.16s Information from DOS bootblock is:%d: can't read fdisk partition tableinvalid fdisk partition table foundwrite PC98%ss%dFailed to write sector zeroSupply a decimal value for "%s" [%d] %s is an invalid decimal number. Try again. %s [n] yesYESThe data for partition %d is: Do you want to change it? The static data for the slice 1 has been reinitialized to:sysmidsyssidsystem nameSupply a string value for "%s" [%s] Explicitly specify beg/end address ?beginning cylinderbeginning headbeginning sectorending cylinderending headending sectorAre we happy with this entry? fdisk -f configfile [-itv] [disk] usage: fdisk [-Baistu] [-12345678] [disk] Ba:f:istuv12345678statfs("/")^(/dev/[a-z]+[0-9]+)([sp][0-9]+)?[a-h]?$regcomp() failed (%d)mounted root fs resource doesn't match expectations (regexec returned %d)can't get file status of %sdevice %s is not character specialcan't open device %scan't get disk parameters on %scannot open disk %sread_s0%s: %d cyl %d hd %d sec StartPart %11s %11s SID %4d: %11u %11u 0x%02x ******* Working on device %s ******* Do you want to change our idea of what BIOS thinks ?BIOS's idea of #cylindersBIOS's idea of #headsBIOS's idea of #sectorsAre you happy with this choiceMedia sector size is %d Warning: BIOS sector numbering starts with sector 1Partition %d is marked active Active partition number must be in range 1-8. Try again.Do you want to change the active partition?active partitionDo you want to change the boot code? We haven't changed the partition table yet. This is your last chance.Should we write new partition table? -t flag specified -- partition table not written.usage: mknod name [b | c] major minor [owner:group] %s: illegal %s namenode must be type 'b' or 'c'%s: non-numeric major number%s: non-numeric minor numbermajor or minor number too largegroup must be specified when the owner isowner must be specified when the group issetting ownership on %sasynchronousNFS exportednoatimenoexecnosuidnosymfollowwith quotasread-onlyunionnoclusterrnoclusterwsuiddirsoft-updatesmultilabelaclsffsext2fs%s on %s (%s, mounted by , writes: sync %ju async %ju, reads: sync %ju async %ju, fsid %s,%s-oasync%s %s %s %s %u %u 1 1 2 2 0 0forceupdatemsdosexec: mount_%s/sbin:/usr/sbinexec mount_%s not found in %sstatfs %sno mount [-dfpruvw] [-o options] [-t ufs | external_type] special node mount [-dfpruvw] special | nodeusage: mount [-adfpruvw] [-F fstab] [-o options] [-t ufs | external_type]noroadF:fo:prwt:uvgetmntinforqnoautonot currently mounted %s%s: unknown special file or file system%s has unknown file system type/var/run/mountd.pidsignal mountduserquotagroupquotadevrdonlyusage: mount_ufs [-o options] special node %s on %s: mount table full%s on %s: specified device does not match mounted device%s on %s: incorrect super block-o %s: option not supported%s: not a directoryextattgensrripstrictjolietusage: mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector] special node cd9660_iconvcannot find or load "cd9660_iconv" kernel moduleUTF-16BEbegjo:rs:vC:could not determine starting sector, using very first sessionusing starting sector %d shortnameslongnamesnowin95 [-W table] special node [-M mask] [-m mask] [-o options] [-u uid]usage: mount_msdosfs [-9ls] [-D DOS_codepage] [-g gid] [-L locale]msdosfs_iconvcannot find or load "msdosfs_iconv" kernel moduleunknown user id: %sunknown group id: %siso22dosiso72doskoi2dosKOI8-Rkoi8u2dosKOI8-Usl9u:g:m:M:o:L:D:W:malloc()stat %sE~~~~~~NX~a~nwvm.stats.vm.v_swappgsinhaltusage: %s [-%slnpq] [-k kernel] dk:lnpqcannot dump (-d) when halting; must reboot instead/boot/nextboot.confnextboot_enable="YES" kernel="???halted by %srebooted by %sshutdown~SIGTSTP initSIGTERM processesWARNING: some process(es) wouldn't die (can't restart init): NħئħħħħħħħħħħħħħħħħZħħħħħħBħħħħZħ . E?*ssR7RR79r-rzns?b[file ...][-b blocksize] [-f file | -P pipecommand] [-s fileno]restore -x [-dhmNuvy]restore -t [-dhNuvy]restore -r [-dNuvy]restore -R [-dNuvy]restore -i [-dhmNuvy]usage: %s %s %s %s %s %s %s %s %s %s %s %s option requires an argument -- %cillegal blocksize -- %sblock size must be greater than 0-P and -f options are mutually exclusive%c and %c options are mutually exclusiveillegal dump number -- %sdump number must be greater than 0b:df:himNP:Rrs:tuvxynone of i, R, r, t or x options specified/dev/sa0Begin incremental restore ./restoresymtableCalculate node updates. Begin level 0 restore Calculate extraction list. Verify the directory structure command lines cannot be continued missing %c ./canonname: not enough buffer space Warning: undefined file type %d restore > %s: out of memory %s %s: no such file or directory %s: not a directory %s: not on extraction list extract directory is used If no `arg' is supplied, the current help or `?' - print this list (useful with ``ls'') verbose - toggle verbose flag what - list dump header information quit - immediately exit program setmodes - set modes of requested directories extract - extract requested files list of files to be extracted delete [arg] - delete `arg' from add [arg] - add `arg' to list of pwd - print current directory cd arg - change directory ls [arg] - list directory Available commands are: %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%sls: out of memory directory reopen failed %s%s: name exceeds %d char %*d verboseverbose mode off verbose mode on setmodeswhatDebugdebugging mode off debugging mode on %s: unknown command; type ? for help restore interrupted, continuedir %10d %s %s: not on the tape ./%uMark entries to be removed. Delete whiteouts %s: REMOVE |ONTAPE|INOFND|NAMEFND|MODECHGcorrupted symbol table name/inode conflict, mktempname %s deleted hard link %s to directory %s [%s] %s: %s|LINK cannot KEEP and change modesNODE and LEAF links to same inode[%s] %s: %s [%s] %s: Extraneous name %s: (inode %d) not found on tape [%s] %s: inconsistent state [%s] %s: impossible state Find unreferenced names. %s: remove unreferenced name unreferenced with flagsRemove old nodes (directories). cannot remove, non-emptyContinue extraction of new leaves Extract new leaves. %d: bad first %s: not found on tape expected next file %d, got %d unknown file on tape unexpected file on tapeExtract requested files Add whiteouts Add links Check the symbol table. incomplete operationsWarning: missing name %s missing inumber %d type should be LEAFMangled directory: reclen not multiple of 4 reclen less than DIRSIZ (%d < %d) bad seek pointer to rst_seekdir %ld error reading directory corrupted directory: bad reclen %d corrupted directory: bad inum %d Warning: `.' missing from directory %s Warning: `..' missing from directory %s Set directory mode, owner, and times. TMPDIR/tmp/%s/rstmode%dmodefile not defined fopen: %s cannot open mode file %s directory mode, owner, and times not set set owner/mode for '.'cannot find directory inode %d error setting directory modes Cannot find directory inode %d named %s write error extracting inode %d, name %s read: %s Extract directories from tape %s/rstdir%d-XXXXXX%s - cannot create directory temporary fopen%s - cannot create modefile fopenopendirfile: %s Root directory is not on tape no memory directory table addino: out of range %d duplicate inumdeleteino: out of range %d deleteino: %d not found %s is not a directory %s: pathname too long cannot find entry in parent listnot marked REMOVEDfreeing referenced directoryfreeing non-empty directorylookupino failedlink not foundbad name no space for string table cannot move ROOTno memory to extend symbol table bad name to addentry %s link to non-existent name duplicate entry Check pointing the restore cannot create save file %s for symbol table fwrite: %s output error to file %s writing symbol table Initialize symbol table. no memory for entry table cannot open symbol table file %s stat: %s cannot stat symbol table file %s cannot allocate space for symbol table cannot read symbol table file %s Incremental tape too low Incremental tape too high initsymtable called from command %c Cannot allocate space for tape buffer /dev/ttycannot open %s: %s /dev/nullCannot allocate space for magtape buffer Dump date: %sthe epoch Dumped from: %sLevel %ld dump of %s on %s:%s Label: %s End-of-input encountered while extractingWarning: %s %s Cannot have multiple dumps on pipe input ioctl MTFSF: %s write error extracting inode %d, name %s write: %s seek error extracting inode %d, name %s lseek: %s symbolic link name: %s->%s%s; too long %d unallocated block in symbolic link %s hole in map Unknown conversion character: %c Format of dump tape is too old. Must use a version of restore from before 2002. Note: Doing Byte swapping Checksum error %o, inode %d file %s 8l4s1q8l2q17l2l4qgethead: unknown inode type %d Volume header begins with record %qdDumped inodes map headerUsed inodes map headerFile header, ino %dFile continuation header, ino %dEnd of tape header; predicted %ld blocks, got %ld blocksChanging volumes on pipe input? Otherwise, begin with volume 1. have no further files to extract. can quickly skip tapes that and work towards the first; restore start with the last volume If you are extracting just a few files,You have not read any tapes yet. You have read volumes%s%ldSpecify next volume #: Volume numbers are positive numerics Mount tape volume %ld Enter ``none'' if there are no more tapes otherwise enter tape name (default: %s) none RESTORE_VOLUMECannot set $RESTORE_VOLUME: %s Cannot open %s header read failed at %ld blocks tape is not dump tape Wrong volume (%ld) Wrong dump date got: %s wanted: %slast rec %qd, tape starts with %qd Skipping %ld duplicate record%s. active file into volume 1 mid-media short read error. partial block read: %ld should be %ld Tape read error while trying to set up tape trying to resynchronize restoring %s skipping over inode %d continuation failed: %s End-of-tape encountered partial block read: %d should be %d unexpected tape header unknown tape header type %d resync restore, skipped %ld blocks ran off end of tape not at beginning of a file Missing address (header) block for %s at %ld blocks %s: unknown file mode 0%o skipped socket %s unextracted directory %s extract file %s %s: zero length symbolic link (ignored) extract fifo %s %s: cannot create fifo: %s extract special file %s %s: cannot create special file: %s %s: cannot create file: %s Verify tape and initialize maps tape read error: %s is not a multiple of dump block sizeTape block size (%ld) %s (%d) Tape block size is %ld Tape is not a dump tape cannot stat .: %s bad block size %ld Tape is not volume 1 of the dump no header after volume mark! Cannot find file removal list maxino = %d no memory for active inode map Cannot find file dump list no memory for file dump list warning: cannot rename %s to %s: %s rename %s to %s warning: cannot create whiteout %s: %s Create whiteout %s |REMOVED|TMPNAME|EXTRACT|NEW|KEEP|EXISTED%s is not on the tape %s? [yn] abortdump corebad entry: %s parent name %s sibling name: %s next entry name: %s next link name: %s next hashchain name: %s NODEentry type: %s inode number: %lu flags: %s delwhiteout: not a leafwarning: cannot delete whiteout %s: %s Delete whiteout %s removeleaf: not a leafwarning: %s: %s Remove leaf %s removenode: not a noderemovenode: non-empty directoryRemove node %s newnode: not a nodeMake node %s not on ino listRSTTMP%s%ld%lumktempname: called with TMPNAMEwarning: cannot create symbolic link %s->%s: %s warning: cannot create hard link %s->%s: %s linkit: unknown type %d symbolichardCreate %s link %s->%s Lost connection to remote host. on %s: %s%stcpshell/tcp: unknown service who are you? invalid user name %s RMT/etc/rmtlogin to %s as %s failed. Connection to %s established. IP_TOS:IPTOS_THROUGHPUT setsockoptTCP_NODELAY setsockoptW%d Protocol to remote tape server botched. (rmtgets got "%s"). Protocol to remote tape server botched (code "%s"). I%d %d ioctlL%d %d R%d C O%.226s %d %s: device already in use%s: NSWAPDEV limit reachedusage: %s -a | file ... [-AhklsU] [-a file ... | -d file ...] swapoffAadlhksUswremov%s: %sing %s as swap device vm.swap_infosysctlnametomib()%ld-blocksUsed:Device:%-13s %*s %*s xswdev version mismatch/dev/%-8s %*lld %*lld sysctl()Total: %*lld %*lld callocstrdupcan't get net id for hostFSID:%d:%dunmount of %s failedretrying using path instead of file system ID%s: unmount from %s udpRPCPROG_MNTRPCMNT_UMOUNTcannot remove mounttab entry %s:%s%s:%.*s%s: statfs%s/..%s: stat%s: not a file system root directory%s: unknown file systemfstab reading failure umount -a | -A [-F fstab] [-fv] [-h host] [-t type]usage: umount [-fv] special | node | fsidAaF:fh:t:v/var/db/mounttab%ld %s %s bad mounttab %s field '%s'can't open %s can't write to %swrite mounttab entry %s:%scan't remove %s by hostdelete mounttab entry%s %s:%s===============================================================================6Mn/usr/share/misc/init.ee^@^A^B^C^D^E^F^G^H^J^K^L^M^N^O^P^Q^R^S^T^U^V^W^X^Y^Z^[^\^]^_lpr@(#) ee, version 1.4.1This software and documentation containsproprietary information which is protected bycopyright. All rights are reserved.Copyright (c) 1986, 1990, 1991, 1992, 1993, 1994, 1995, 1996 Hugh Mahon ^?-i-e-h-?SHELL/bin/sh-c%c) HOME/rootLANGzh_TW.big5/tmp/ee.%dispell %s~/.init.ee%s.old%s %d written by Hugh Mahon<>!spell>!%smodes menutabs to spaces case sensitive searchmargins observed auto-paragraph formateightbit characters info window right margin leave menusave changesfile menuread a filewrite a filesave fileprint editor contentssearch menusearch for ...spell menuuse 'spell'use 'ispell'miscellaneous menuformat paragraphshell commandcheck spellingmain menuleave editorfile operationsredraw screensettingsmiscellaneousControl keys: ^a ascii code ^i tab ^r right ^b bottom of text ^j newline ^t top of text ^c command ^k delete char ^u up ^d down ^l left ^v undelete word ^e search prompt ^m newline ^w delete word ^f undelete char ^n next page ^x search ^g begin of line ^o end of line ^y delete line ^h backspace ^p prev page ^z undelete line ^[ (escape) menu ESC-Enter: exit ee Commands: help : get this info file : print file name read : read a file char : ascii code of char write : write a file case : case sensitive search exit : leave and save nocase : case insensitive search quit : leave, no save !cmd : execute "cmd" in shell line : display line # 0-9 : go to line "#" expand : expand tabs noexpand: do not expand tabs ee [+#] [-i] [-e] [-h] [file(s)] +# :go to line # -i :no info window -e : don't expand tabs -h :no highlight^[ (escape) menu ^e search prompt ^y delete line ^u up ^p prev page ^a ascii code ^x search ^z undelete line ^d down ^n next page ^b bottom of text ^g begin of line ^w delete word ^l left ^t top of text ^o end of line ^v undelete word ^r right ^c command ^k delete char ^f undelete char ESC-Enter: exit ee help : get help info |file : print file name |line : print line # read : read a file |char : ascii code of char |0-9 : go to line "#"write: write a file |case : case sensitive search |exit : leave and save !cmd : shell "cmd" |nocase: ignore case in search |quit : leave, no saveexpand: expand tabs |noexpand: do not expand tabs press Escape (^[) for menuno fileascii code: sending contents of buffer to "%s" name of file to write: name of file to read: character = %dunknown command "%s"entered command is not uniqueline %d length = %dcurrent file is "%s" usage: %s [-i] [-e] [-h] [+line_number] [file(s)] -i turn off info window -e do not convert tabs to spaces -h do not use highlighting file "%s" is a directorynew file "%s"can't open "%s"file "%s", %d linesfinished reading file "%s", read onlyenter name of file: no filename entered: file not savedchanges have been made, are you sure? (y/n [n]) file already exists, overwrite? (y/n) [n] unable to create file "%s"writing file "%s""%s" %d lines, %d characters ...searchingstring "%s" not foundsearch for: could not exec %spress return to continue press Esc to cancelmenu too large for windowpress any key to continue shell command: ...formatting paragraph... for the NetBSD project. Execute `man ftp' for more details. lukemLuke Mewburn is the author of most of the enhancements in this ftp client. Please email feedback to . netbsdNetBSD is a freely available and redistributable UNIX-like operating system. For more information, see http://www.NetBSD.org/ versionVersion: %s %s%s `%s' is an interesting topic. auto_put: target `%s' auto_put: URL `%s' argv[2] `%s' %c%c%c421 Service not available, remote server timed out. Connection closed 421 Service not available, user interrupt. Connection closed. 421 Service not available, remote server has closed connection. %s:---> PASS PASS XXXXACCT ACCT XXXXNo control connection for command.connect to address %sgetsocknameIPTOS_LOWDELAYsetsockopt %s (ignored)fdopen failed.Connected to %s. SO_OOBINLINE receive sendabortxfer called with unknown direction `%s' aborted. Waiting for remote to finish abort. runique: can't find unique file name. use of scoped address can be troublesomeSO_DEBUGEPSVwrong server: return code must be 229 disabling epsv4 for this connection PASVLPSVPassive mode refused. Passive mode AF mismatch. Shouldn't happen! wrong server: return code must be 227 wrong server: return code must be 228 %u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%uPassive mode address scan failure. Shouldn't happen! %c%c%c%d%cparse error! connect for data channelSO_REUSEADDRsetsockopt %slistenEPRT |%d|%s|%s|PORT %d,%d,%d,%d,%d,%dLPRT %d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%dIPTOS_THROUGHPUTpoll waiting before acceptpoll timeout waiting before accept remote abort aborted; closing connection. Lost control connection for abort.%cABOR proxy server does not support third party transfers. No primary connection. PORT %sREST %lldlocal: %s remote: %s sentlocal: %s %s: not a plain file. netoutreceivednetin%s: short writeWARNING! %d bare linefeeds received in ASCII mode. File may not have transferred correctly. Can't change modification time on %s to %susage: %s [-46AadefginpRtvV] [-N netrc] [-o outfile] [-P port] [-q quittime] [-r retry] [-T dir,max[,inc][[user@]host [port]]] [host:path[/]] [file:///file] [ftp://[user[:pass]@]host[:port]/path[/]] [http://[user[:pass]@]host[:port]/path] [...] %s -u URL file [...] no such option `prompt'ftp> no such option `rprompt'Sorry, input line is too long. usage: %s [command [...]] Proxy c%sommands may be abbreviated. Commands are: ?Ambiguous %s command `%s' ?Invalid %s command `%s' getoptionvalue() invoked with NULL namegetoptionvalue() invoked with unknown option `%s'setupoption()FTPSERVERPORThttpftpgateNETRC$NETRC `%s': %scan't create socketunable to get default rcvbuf sizeunable to get default sndbuf sizeFTPMODEactiveunknown $FTPMODE '%s'; using defaultspftpFTPSERVERNeither $FTPSERVER nor GATE_SERVER is defined; disabling gate-ftpTERMdumbbad quit value: %sbad retry value: %s-Tbad throttle value: %s46AadefginN:o:pP:q:r:RtT:u:vVanonymous/.netrc%s/.netrc: %sFTPANONPASSPAGERFTPPROMPTFTPRPROMPTRetrying in %d seconds... %lld byte%s %s in %d day%s %2d:%02d:%02d (%lld.%02d %cB/s) ETA: %02d:%02d (stalled)xsignal_restart called with signal %d %s: transfer aborted because stalled for %lu sec. %3d%% |%.*s%*s| %5lld %c%c %3lld.%02d %cB/s --:-- ETA - stalled -%02d:%02d ETApasswordpasswdmachineMissing macdef name argument. 4K macro buffer exceeded. Unknown .netrc keyword %sError: .netrc file is readable by others.Remove account or make file unreadable by others.Macro definition missing null line terminator. Remove password or make file unreadable by others.MDTMREST STREAMTVFSRemote system type is %s. 215 UNIX Type: L8215 TOPS20Remember to set tenex mode when transferring binary files from this machine. features[FEAT_FEAT] = %d features[FEAT_MDTM] = %d features[FEAT_MLST] = %d features[FEAT_REST_STREAM] = %d features[FEAT_SIZE] = %d features[FEAT_TVFS] = %d sorry, arguments too long. (%s) PWDgot remotecwd as `%s' ftpXXXXXXXXXXunable to create temporary file %scan't find list of remote files, oops. can't find list of remote files, oops.SIZE is not supported by remote server. SIZE %sMDTM is not supported by remote server. MDTM %s191Y2K warning! Incorrect time-val `%s' received from server. Converted to `%s' %04d%02d%02d%02d%02d%02dCan't parse time `%s'. got localcwd as `%s' Unable to determine real path of `%s'crankrate invoked with unknown signal: %demacsContext sensitive argument completionftp-complete^Iunable to set sndbuf size %dunable to set rcvbuf size %disipv6addr: got %d for %s Unable to allocate %ld bytes of memoryUnable to allocate memory for stringlistUnable to add `%s' to stringlistxstrdup() called with NULL argumentUnable to allocate memory for string copyUnknown port `%s', using port %dftp_login: user `%s' pass `%s' host `%s' Name (%s:%s): Name (%s): Password:Login failed.$initAlready connected to %s, use close first. usage: %s host-name [port] gateserver not defined (shouldn't happen)Connecting via pass-through server %s non-printstream$tIxDNNNb0000000>C000Pmd |   """L L L L L L L   O9 9989Define an environment variableundefineUndefine an environment variableMark an environment variable for automatic exportunexportDon't mark an environment variable for automatic exportSend an environment variableList the current environment variablesPrint help informationUse local special character definitionsimportUse remote special character definitionscheckVerify remote special character definitionscrmodlogouttoggleslcenvironopieautoflushflushing of output when sending interrupt charactersflush output when sending interrupt charactersautosynchautomatic sending of interrupt characters in urgent modesend interrupt characters in urgent modeskiprcdon't read ~/.telnetrc fileskip reading of ~/.telnetrc filesending and receiving of binary datainbinaryoutbinarysending of binary datacrlfsending carriage returns as telnet mapping of received carriage returnsmap carriage return on outputlocalcharslocal recognition of certain control charactersrecognize certain control charactersturn on socket level debuggingnetdataprinting of hexadecimal network data (debugging)print hexadecimal representation of network trafficprettydumpoutput of "netdata" to user readable format (debugging)print user readable output for "netdata"viewing of options processing (debugging)show option processingtermdata(debugging) toggle printing of hexadecimal terminal dataprint hexadecimal representation of terminal trafficcharacter to toggle local echoing on/offcharacter to escape back to telnet command moderloginrlogin escape charactertracefilefile to write trace information toThe following need 'localchars' to be toggled trueflushoutputcharacter to cause an Abort Outputinterruptcharacter to cause an Interrupt Processcharacter to cause an Abort processcharacter to cause an EOF The following are for local editing in linemodecharacter to use to erase a charactercharacter to use to erase a linelnextcharacter to use for literal nextcharacter to cause a Suspend Processcharacter to use for line reprintworderasecharacter to use to erase a wordcharacter to use for XONcharacter to use for XOFFforw1alternate end of line characterforw2aytalternate AYT characteraoSend Telnet Abort outputSend Telnet 'Are You There'Send Telnet BreakbreakSend Telnet Erase CharacterSend Telnet Erase LineSend current escape characterSend Telnet 'Go Ahead' sequenceSend Telnet Interrupt ProcessintpintrnopSend Telnet 'No operation'eorSend Telnet 'End of Record'Send Telnet 'Abort Process'Send Telnet 'Suspend Process'Send Telnet End of File CharacterPerform Telnet 'Synch operation'getstatusSend request for STATUSDisplay send optionsdontwillwontDisable LINEMODE option(or disable obsolete line-by-line mode)Enable LINEMODE option(or enable obsolete line-by-line mode)These require the LINEMODE option to be enabledEnable signal trapping+isig-isigDisable signal trappingEnable character editing+edit-editDisable character editingEnable tab expansion+softtabs-softtabsEnable literal character echo+litecho-litechoDisable literal character echokludgeline%s sequence challenge /usr/bin/opiekey%-15s %s usage: send %s "value" must be from 0 to 255Valid options are: '%s': ambiguous argument ('send %s ?' for help). '%s': unknown argument ('send %s ?' for help). '%s': bad value ('send %s ?' for help). ?Need to be connected first.setsockopt (SO_DEBUG)Will send carriage returns as telnet .Will send carriage returns as telnet .Already operating in binary mode with remote host.Negotiating binary mode with remote host.Already in network ascii mode with remote host.Negotiating network ascii mode with remote host.Already receiving in binary mode.Negotiating binary mode on input.Already receiving in network ascii mode.Negotiating network ascii mode on input.Already transmitting in binary mode.Negotiating binary mode on output.Already transmitting in network ascii mode.Negotiating network ascii mode on output.%-15s toggle %s display help informationenabledisable%-15s %s %s Need an argument to 'toggle' command. 'toggle ?' for help. '%s': ambiguous argument ('toggle ?' for help). '%s': unknown argument ('toggle ?' for help). WillWon'tTelnet rlogin escape character is '%s'. Telnet escape character is '%s'. '%s': unknown argument ('set ?' for help). Format is 'set togglename [on|off]' 'set ?' for help.Format is 'set Name Value' 'set ?' for help.'%s': ambiguous argument ('set ?' for help). %s set to "%s". %s character is '%s'. Need an argument to 'unset' command. 'unset ?' for help. '%s': unknown argument ('unset ?' for help). '%s': ambiguous argument ('unset ?' for help). %s reset to "%s". ?Need to have LINEMODE option enabled first.'mode ?' for help.format is: 'mode Mode', where 'Mode' is one of: 'mode' command requires an argumentUnknown mode '%s' ('mode ?' for help). Ambiguous mode '%s' ('mode ?' for help). won't%-15s [%s] %-15s "%s" ?Ambiguous argument '%s'. ?Unknown argument '%s'. Deprecated usage - please use 'set escape%s%s' in the future. new escape character: Deprecated usage - please use 'toggle crmod' in the future.%s map carriage return on output. Fork failed ExeclConnection closed.fromquitNeed an argument to 'slc' command. 'slc ?' for help. '%s': unknown argument ('slc ?' for help). '%s': ambiguous argument ('slc ?' for help). Need an argument to 'environ' command. 'environ ?' for help. '%s': unknown argument ('environ ?' for help). '%s': ambiguous argument ('environ ?' for help). only Need %s%d argument%s to 'environ %s' command. 'environ ?' for help. DISPLAYunix:USERLOGNAMEPRINTERCannot send '%s': Telnet ENVIRON option not enabled Cannot send '%s': variable not defined %c %-20s %s notmuchOperating with LINEMODE optionLocalNo%s line editing %s catching of signals Operating in obsolete linemodeOperating in single character modeCatching signals locallyRemote%s character echo %s flow control No connection.Escape character is '%s'. need at least one argument for 'send' commandNeed %d argument%s to 'send %s' command. 'send %s ?' for help. 'send ?' for helpThere is not enough room in the buffer TO the networkto process your request. Nothing will be done.('send synch' will throw away most data in the networkbuffer, if this might help.)Unknown send argument '%s' 'send ?' for help. Ambiguous send argument '%s' 'send ?' for help. Telnet 'send' error - argument disappeared! SENT%s> ?Ambiguous command?Invalid commandCommands may be abbreviated. Commands are: ?Ambiguous help command %s ?Invalid help command %s ?Already connected to %s (to) -ausage: %s [-l user] [-a] [-s src_addr] host-name [port] hostname too long for unix domain socket: %sBad source route option: %s setsockopt (source route)telnet: setsockopt (IP_TOS) (ignored)Unable to connect to remote host/.telnetrc?Ambiguous command: %s ?Invalid command: %s ?Need to be connected first for %s. telnet: socketConnection closed by foreign host. [host-name [port]][-r] [-s src_addr] [-u] [-e char] [-l user] [-n tracefile] [-4] [-6] [-8] [-E] [-L] [-N] [-S tos] [-c] [-d]usage: %s %s%s%s%s rlog; will try to use default TOS: Bad TOS argument '%s: Warning: -f ignored, no Kerberos V5 support. %s: Warning: -F ignored, no Kerberos V5 support. %s: Warning: -k ignored, no Kerberos V4 support. %s: Warning: -x ignored, no ENCRYPT support. %s: Warning: -y ignored, no ENCRYPT support. 468EKLNS:X:acde:fFk:l:n:rs:uxySetSockOptsleep(5) from telnet, after select: %s UNKNOWNlm_will: no command!!!lm_will: not enough room in bufferlm_wont: no command!!!lm_do: no command!!!lm_do: not enough room in bufferlm_dont: no command!!!lm_mode: not enough room in bufferslc_import: not enough roomremote defaultremoteSpecial characters are %s values slc_end_reply: not enough roomenv_opt_start: malloc()/realloc() failed!!!SYSTEMTYPEJOBACCTenv_opt_add: realloc() failed!!!%c%c%c%c%s%c%cNo room in buffer for terminal type. %c%c%c%c%ld,%ld%c%cz Remote side does not support STATUS optionIn SUBOPTION processing, RCVDclose SYNCHBRKIPAOAYTEORABORTSUSPRPLNEXTFORW1FORW2MCLMCRMCWLMCWRMCBOLMCEOLINSRTOVERECREWREBOLEEOLBINARYRCPSUPPRESS GO AHEADTIMING MARKRCTENAOLNAOPNAOCRDNAOHTSNAOHTDNAOFFDNAOVTSNAOVTDNAOLFDEXTEND ASCIILOGOUTBYTE MACRODATA ENTRY TERMINALSUPDUPSUPDUP OUTPUTSEND LOCATIONTERMINAL TYPEEND OF RECORDTACACS UIDOUTPUT MARKINGTTYLOC3270 REGIMEX.3 PADNAWSTSPEEDLFLOWLINEMODEXDISPLOCOLD-ENVIRONAUTHENTICATIONENCRYPTNEW-ENVIRONTN3270ECHARSETCOM-PORTKERMITNOPDMARKGASBWILLWONTDONTIACCannot open %s. (standard output)%c 0x%x %c%.2x%s IAC %s%s IAC %d%s %s EXOPL%s %d %dresp DO_DONT %s: %d resp DO_DONT %d: %d want DO %s want DO %d want DONT %s want DONT %d DO %s DO %d resp WILL_WONT %s: %d resp WILL_WONT %d: %d want WILL %s want WILL %d want WONT %s want WONT %d WILL %s WILL %d %s IAC SB (terminated by %d , not IAC SE!) (Empty suboption???)TERMINAL-TYPE TERMINAL-SPEED (empty suboption???) IS SEND %d (unknown) ?%d?TOGGLE-FLOW-CONTROL OFF ON RESTART-ANY RESTART-XON %d %d (%d)LINEMODE WILL WONT DO DONT (no option???)Forward Mask %xSLC NOSUPPORT CANTCHANGE VARIABLE DEFAULT|FLUSHOUT|FLUSHIN|ACK %d;(no mode???)|LIT_ECHO|SOFT_TAB|TRAPSIG|EDIT (0x%x) ?0x%x? IS IS %s %d SEX-DISPLAY-LOCATION IS "%.*s"- unknown qualifier %d (0x%x).NEW-ENVIRON SEND INFO " VALUE " VAR " ESC " USERVAR " %03o %s (unknown) %02x+DDD@DDDbDDDbDDDDyou are not a member of group %s chown [-fhv] [-R [-H | -L | -P]] :group file ...usage: chown [-fhv] [-R [-H | -L | -P]] owner[:group] file ...usage: chgrp [-fhv] [-R [-H | -L | -P]] group file ...HLPRfhvthe -R%c and -h options may not be specified together: %ju:%ju -> %ju:%ju: %ju -> %juusage: chroot [-g group] [-G group,group,...] [-u user] newroot [command] G:g:u:no such group `%s'too many supplementary groups providedno such user `%s'setgroupssetgidsetuid(@ (@-G"'H" """"$ `ÁDʁЁց݁ @ " *06< BI@PV^ek r@xOP@Ă@̂ Ԃۂ N`VK I"""""TRZeS"""Y98O< AP^"F""VN"X\`b"Jd""" D"7Q;?BK"E "U"M"W[_aCLc""]":""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""2 ' "("   !-.60""("""""""""""""""""""""""""""""$""""""""""""""""""""""""#&"1"""""/"""""5"%""""""""#&"1"""""/""""""5"%""""""MML[NiOzQJL†ۆ:;F`#W3XCY[Ԕl\<ÇE͇788?A\/B;aCW=geo@HDGZΈY݈U V K(-PP:_|J`ZSؗnTIb҉]߉dc$,>\;9D[^|nCzDR̘'&0Պ6X݊-|.%*1@*5d8#H/V2by)40Dʋ3hދ$ +=,P(dskʌ    @*h= JМWduD~"Ս&:Vex!h Ď ,AOcs,hϏ܏ PSXRSQLxR|8|LYUhXpUTw8vTTRSSSSSSSS\H_`[Y_^[ZZ ^_^0_^[ZhDQlPtH h(@X8dX8x@(P$ 29@@GN2@9@@G Na2@9@GNVVVVVVVVVVVVVVWV%-15s-> %s ppppppppooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/.editrc%s %d InnnnnnnnnnnnnnnnnnnnInnnInInnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnInnnnInnnI[1~[4~OAOBOCODOHOF! ӏď@M fwdbcktty_stty|rh^TJ@6,"p.>>>>>p_B%echotctelltcsettcsettyignbrkbrkintignparparmrkinpckistripinlcrigncricrnlixonixanyixoffimaxbelopostonlcrocrnlonocronoeotonlretxtabscignorecstopbcreadparenbhupclclocalccts_oflowcrts_iflowmdmbuficanonechoeechokechonlnoflshtostopechoctlechoprtechokeflushopendiniextennokerninfoaltweraseextproceol2erase2discardminhas automatic marginshas physical tabsliNumber of linescoNumber of columnskmHas meta keyTab chars destructivexnadd new blank lineblaudible bellclear to bottomclear to end of linecursor to horiz posclear screendelete a characterdelete a linestart delete modeend delete modeeiend insert modecursor from status linehome cursorinsert characterstart insert modeinsert paddingkdsends cursor downklsends cursor leftkrsends cursor rightkusends cursor upbegin boldend attributesnon destructive spaceend standoutbegin standoutcursor to status linecursor up onebegin underlineend underlinevbvisible belldelete multiple charscursor down multipleinsert multiple charscursor left multipleRIcursor right multiplecursor up multiplekhsend cursor home@7send cursor endvi-paste-nextvi-paste-prevvi-prev-big-wordvi-prev-wordVi move to the previous wordvi-next-big-wordvi-next-wordVi move to the next wordvi-change-casevi-change-metaVi change prefix commandvi-insert-at-bolvi-replace-charvi-replace-modeVi enter replace modevi-substitute-charvi-substitute-lineVi substitute entire linevi-change-to-eolVi change to end of linevi-insertVi enter insert modevi-addvi-add-at-eolvi-delete-metaVi delete prefix commandvi-end-big-wordvi-end-wordvi-undoVi undo last changevi-command-modevi-zerovi-delete-prev-charvi-list-or-eofvi-kill-line-prevvi-search-prevVi search history previousvi-search-nextVi search history nextvi-repeat-search-nextvi-repeat-search-prevvi-next-charvi-prev-charvi-to-next-charvi-to-prev-charvi-repeat-next-charvi-repeat-prev-charvi-matchVi go to matching () {} or []vi-undo-lineVi undo all changes to linevi-to-columnVi go to specified columnvi-yank-endVi yank to end of linevi-yankVi yankvi-comment-outvi-aliasVi include shell aliasvi-to-history-linevi-histeditVi edit history line with vivi-history-wordvi-redoem-delete-or-listem-delete-next-wordem-yankem-kill-lineem-kill-regionem-copy-regionem-gosmacs-transposeem-next-wordem-upper-caseem-capitol-caseem-lower-caseem-set-markSet the mark at cursorem-exchange-markExchange the cursor and markem-universal-argumentem-meta-nextem-toggle-overwriteem-copy-prev-wordCopy current word to cursorem-inc-search-nextEmacs incremental next searchem-inc-search-prevem-delete-prev-chared-end-of-fileIndicate end of fileAdd character to the lineed-delete-prev-worded-delete-next-charDelete character under cursored-kill-lineCut to the end of lineed-move-to-ended-move-to-beged-transpose-charsed-next-chared-prev-worded-prev-chared-quoted-inserted-digited-argument-digitDigit that starts argumented-unassignedIndicates unbound charactered-tty-sigintTty interrupt charactered-tty-dsuspTty delayed suspend charactered-tty-flush-outputTty flush output charactersed-tty-sigquitTty quit charactered-tty-sigtstpTty suspend charactered-tty-stop-outputed-tty-start-outputTty allow output charactersed-newlineExecute commanded-delete-prev-chared-clear-screened-redisplayRedisplay everythinged-start-overed-sequence-lead-ined-prev-historyed-next-historyMove to the next history lineed-search-prev-historyed-search-next-historyed-prev-lineMove up one lineed-next-lineMove down one lineed-commandEditline extended commandiflag:oflag:cflag:lflag:chars:*?_-.[]~=""no input "%s..." Unbound extended key "%s" %-4s to %-7s-> %s %-15s-> is undefined %-15s-> %s Out of termcap string space. settc: Bad value `%s'. baudrowscols%s: Invalid switch `%c'. Standard key bindings Alternative key bindings Multi-character bindings Arrow key bindings %s %s %s: Invalid command `%s'. %s -> %s Your terminal has the following characteristics: It has %s meta key not It can%suse tabs hasdoes not have It %s automatic margins It %s magic margins (empty) %25s (%s) == %s ^D / ? : *[]?edit: Bad value `%s'. %c%s %s: Invalid argument `%s'. %*sc-- != 0/usr/src/lib/libedit/tty.cc != -1%s: Unknown switch `%c'. ()[]{}/tmp/histedit.XXXXXXXXXXnewline ignored at right marginVi paste previous deletion to the right of the cursorVi paste previous deletion to the left of the cursorVi move to the previous space delimited wordVi move to the next space delimited wordVi change case of character under the cursor and advance one characterVi enter insert mode at the beginning of lineVi replace character under the cursor with the next character typedVi replace character under the cursor and enter insert modeVi enter insert mode after the cursorVi enter insert mode at end of lineVi move to the end of the current space delimited wordVi move to the end of the current wordVi enter command mode (use alternative key bindings)Vi move to the beginning of lineVi move to previous character (backspace)Vi list choices for completion or indicate end of file if empty lineVi cut from beginning of line to cursorVi repeat current search in the same search directionVi repeat current search in the opposite search directionVi move to the character specified nextVi move to the character specified previousVi move up to the character specified nextVi move up to the character specified previousVi repeat current character search in the same search directionVi repeat current character search in the opposite search directionVi comment out current commandVi go to specified history file line.Vi append word from previous input lineVi redo last non-motion commandDelete character under cursor or list completions if at end of lineCut from cursor to end of current wordPaste cut buffer at cursor positionCut the entire line and save in cut bufferCut area between mark and cursor and save in cut bufferCopy area between mark and cursor to cut bufferExchange the two characters before the cursorMove next to end of current wordUppercase the characters from cursor to end of current wordCapitalize the characters from cursor to end of current wordLowercase the characters from cursor to end of current wordUniversal argument (argument times 4)Add 8th bit to next character typedSwitch from insert to overwrite mode or vice versaEmacs incremental reverse searchDelete the character to the left of the cursorDelete from beginning of current word to cursorMove cursor to the end of lineMove cursor to the beginning of lineExchange the character to the left of the cursor with the one under itMove to the right one characterMove to the beginning of the current wordMove to the left one characterAdd the next character typed verbatimAdds to argument or enters a digitTty disallow output charactersClear screen leaving current line at the topErase current line and start from scratchFirst character in a bound sequenceMove to the previous history lineSearch previous in history for a line matching the currentSearch next in history for a line matching the currentkey_add: sequence-lead-in command not allowed key_add: Null extended-key not allowed. key_delete: Null extended-key not allowed. Some extended keys too long for internal print bufferechotc: Warning: Too many required arguments (%d). echotc: Warning: Missing argument. echotc: Termcap parameter `%s' not found. echotc: Warning: unknown termcap %% `%c'. echotc: Bad value `%s' for rows. echotc: Bad value `%s' for cols. echotc: Warning: Extra argument `%s'. %s: Invalid \ or ^ in instring. %s: Invalid \ or ^ in outstring. using dumb terminal settings. No entry for terminal type "%s"; Cannot read termcap database; It has %d columns and %d lines unknown errorfirst event not foundlast event not foundempty listno next eventno previous eventcurrent event is invalidcan't read history from filecan't write historyhistory size negativebad parametersrequired parameter(s) not suppliedfunction not allowed with other history-functions-set the defaultUM[qvʡ D_HiStOrY_V2_ yiYI9)? h ? H p a D  } p ?    ? 5  ?      / Dump of gctl request at %p: error: NULL param: "%s" (%d) [%s%s%d] = error: "%s" %d] = "%s"0] = %pDump of gctl request at NULL Could not allocate memoryNULL request pointer/dev/geom.ctlcan't allocate %u bytes: %s/dev/mem/dev/kmemexec file name too longbad flags arginvalid address (%x)short readkvm_readkvm_writekvm_write not implemented for dead kernelscannot mmap corefilekernbaseCannot read PDPTcannot read PDPTcannot read IdlePDPTcannot allocate vmcannot read IdlePTDbad namelistcannot read PTDvatop called in live kernel!_kvm_vatop_pae: lseekinvalid address (0x%lx)_kvm_vatop: lseek_kvm_vatop: pde not valid_kvm_vatop: pdpe_pa not found_kvm_vatop: pde_pa not found_kvm_vatop: read_kvm_vatop_pae: read_kvm_vatop_pae: pte not valid_kvm_kvatop: pte not valid_kvm_vatop: address not in dump_kvm_kvatop_pae: pde not valid_kvm_vatop_pae: pdpe_pa not found_kvm_vatop: bootstrap data not in dump_kvm_vatop_pae: bootstrap data not in dump_kvm_vatop_pae: pde_pa not found_kvm_vatop_pae: address not in dump%03d? @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  @ @ @ @ @  @ @  @ @ @   @ @ @ @ @ @ @ @ @ @  @ @ @  @ k @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ V @ @ @ @ ` @ @ @ @ 2 @ @ @ E ESCDELAYError opening terminal: %s. CCCMvshdtimhmkmraei1i3kbkakCktkDkLkMkEkSk0k1k;k2k3k4k5k6k7k8k9kIkAkHkNkPkFkRkTl0lal3l4l5l6l7l8l9monwSFSRpkpxpfpowiuciPK1K3K2K4K5pOrPkBSXRXSARAXNXFeALOLF@1@2@3@4@5@6@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%i%j!1!2!3RFF1F2F3F4F5F6F7F8F9FAFBFCFEFGFHFIFJFKFMFNFPFQFUFVFWFXFZFaFbFcFdFeFfFgFhFiFjFkFlFmFnFoFpFqFrcbMCMLMRLfDKCWWGHUQDTOPUfhPAWAu0u2u3u4u5u6u7u8u9IcIpSfSbZAZBZCZDZFZGZHZIZJZKZLZMZNZOZPZQZRZSZTZUZVZWZXZYZZZaZbZcZdZeZfZgZhZiZjZkZlZmZnZoZpZqZrZsZtZuZvZwZxZyKmMiRQGmdvciXyZzYvYwYxYyYzYZS5S6S7S8XhXlXoXrXtXvsAsLbxNllhlwMWCoNCYaYbYcYdYeYfYgYhYiYjYkYlYmYnBTYoYpbwxbxshcdamimshzxonxHCNRNPhlYAYBYCYDYEYFYGoC:{!Y;7٭Pn+E 5i7p7:޵Fsdl{<9{Jb{QJ 1 7u[̇!$'*-0369<?BEH&KNȄQTW݄Z]`Jcfilorux{~GxeydOv???"+828)I{b1êƪɪ̪ϪҪժت۪ު:  #&),/258;>ADGJMPSV@Y\_behknqtwz}Vehɝ=«ūȫ˫Ϋѫԫ׫ګݫ rq 9"%(+.147:=@CNdFILORUX[Cm^adgjmpsvy|ĬǬʬͬЬӬ֬٬ܬ߬mg*  q~qzqvq!$'*-039>af6`@MqvbH9<?BEHKNQTWZ]`cfilorux{y{W\uz~ZC7Hru^+u{aHMR*p-bNCURSES_NO_PADDINGCOLORFGBG[4%p1%dm[4%?%p1%{8}%>%t9%e%p1%d%;m[3%p1%dm[3%?%p1%{8}%>%t9%e%p1%d%;m A` I Ҵ  t  x2d2d2dJ2d<2d,2d2d  Out of memory \ \  \ \ \ \ \ \ \ \ \   \ \ \ \ \ \ \ \ \ \ \  \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ \ \ \ \ \ \ \ \ \   \ \ \ \ \ \ \ \ \ \  \ \ \  \ \ \ \        9                                         .                       .  n   N       N            E   E           A            /                              "           " "           "    "     "       t        0             u  *                 h         e           e e h          e :        e    )   NCURSES_NO_SETBUFLINES'%s': unknown terminal type. terminals database is inaccessible TERM environment must be <= %d characters. '%s': I need something more specific. TERM environment variable not set. Not enough memory to create terminal structure. '%s': I can't handle hardcopy terminals. TERMCAPTERMPATH/usr/share/misc/termcap|:.termcap /usr/share/misc/termcap2Kn,X   `  %Kterminal names must start with letter or digitset_color_pair but no initialize_pairenter_underline_mode but no exit_underline_modeexit_standout_mode but no enter_standout_mode``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~display_clock but no remove_clockenter_alt_charset_mode but no exit_alt_charset_modeexit_alt_charset_mode but no enter_alt_charset_modeenter_bold_mode but no exit_attribute_modeenter_blink_mode but no exit_attribute_modeexit_alt_charset_mode but no acs_charsenter_alt_charset_mode but no acs_charsremove_clock but no display_clockenter_am_mode but no exit_am_modeexit_am_mode but no enter_am_modeenter_xon_mode but no exit_xon_modeexit_xon_mode but no enter_xon_modesave_cursor but no restore_cursorrestore_cursor but no save_cursorfrom_status_line but no to_status_lineto_status_line but no from_status_lineenter_reverse_mode but no exit_attribute_modeenter_protected_mode but no exit_attribute_modeenter_secure_mode but no exit_attribute_modeenter_insert_mode but no exit_insert_modeexit_insert_mode but no enter_insert_modeenter_dim_mode but no exit_attribute_modeenter_delete_mode but no exit_delete_modeexit_delete_mode but no enter_delete_modeexit_ca_mode but no enter_ca_modeenter_ca_mode but no exit_ca_modeexit_underline_mode but no enter_underline_modeenter_standout_mode but no exit_standout_moderesolution of use=%s failedName collision between %slabel_off but no label_onprtr_on but no prtr_offprtr_off but no prtr_onmeta_off but no meta_onmeta_on but no meta_off/usr/share/misc/terminfoTERMINFO%c/%.*sTERMINFO_DIRSu[hom7:+;r!Yv{i7{p7JP7Fn+Ea)I  kil1kcbtkelkclrkdch1kdl1kcud1krmirkhomekich1kICkcub1kcuf1kentkhtskcuu1primary name%s `%.*s' may be too longnumericunknown capability '%s'%s$<%d>unknown token typeno value for ko capability %sbooleanextended capability '%s'wrong type used for %s capability '%s'acsc string synthesized from XENIX capabilitieshardware tabs with a width other than 8: %dunknown capability `%.*s' in ko string%s (%s) already has an explicit value %s, ignoring koacsc string synthesized from AIX capabilitiesko translation table is invalid, I give up%s (%s termcap extension) aliased to %s%s (%s terminfo extension) ignoredEntry does not start with terminal names in column one%s (%s terminfo extension) aliased to %s%s (%s termcap extension) ignoredhardware tabs with a non-^I tab string %s%s/.terminfoVery long string found. Missing separator?Non-octal digit `%c' in \ sequenceIllegal character %s in \ sequenceCan't backspace off beginning of lineIllegal character (expected alphanumeric or %s) - %sMissing separator after `%s', have %swhitespace in name or alias fielddubious character `%c' in name or alias fieldslashes aren't allowed in names or aliasesSeparator inconsistent with syntaxIllegal ^ character - %sAllow ^? as synonym for \177Premature EOFIllegal character - %sempty longname field$[]!*?no value given for `%s'Missing separatorpremature EOF$?'@*A-B0C3D6E9F<G?HBIEJHK&LKMNNȄOQPTQWR݄SZT]U`VWJXYcZ[f\#]i^l_o`raubxc{d~eGfxghijkxlmenyopoqdrsOtuvwxvy?z?{?|}~"+828)I{%b1uêƪ~ɪ̪ϪҪժت۪ު:tamd v` W #&),/258;>ADGJMPSV@Y\_behkznqtwz.}'X(/Veh56789:ɝ;<==>?@ABDE«ūȫ˫Ϋѫԫ׫ګݫ^      rq 9"%(+ .!1"4#7$:%=&@'C(N)d*F+I,-L.O/R0U1X2[3Cm4^50a6d7g8j9m:p;s<v=y>|?@ABCDgEFhGHIJKLMNOPQRSTUVĬWǬXʬYͬZЬ[Ӭ\֬]٬^ܬ_߬`abcdefgmhijkglmCnopU*qrstuv w xyqz~q{zq|vq}e~fghi!$'*-039>y{!H%M&R'W"\#af*(p)u$z%&{-b*+6(<l(l p &%P##(|x)H%$4$'L!$)$((("X' t#$)#T"`H(t)#$@$ &$p`%$l%D&%0%h#D'`$8&, L$,##D&)&&#\# ''(*!"$#)0)<(\&"#\)d'0*'T#xxL'8) %4'T%$,&&P$#X',*%8#$@*L'#(x%<%8h|$#X('4X&p$<$0)(8 D)%$%0($(Xp'\ T( X$&4*",d$'(|P"%t@$H@'P)x('dL%,))( ()4T\|\&*&&# '<)PP&% )#)xP (l d"($t(&(\%t&'x"( h)x%h&%$(&)`(htL,%8~ZCaei7Hru^   +  nsu{y~ !"#$@b< ?   @ %H.  !&- DnC4V7{8 K I 5 > DJ 5P|VZ` flquz !"J#$%&'K()*+,-QJ./01;2L34i5̇678v9b:{;<=>r?:+@ABCDEFG=HIJKLMhNOPQRST7 UiVWQXYZ[!\&]*^!._2`6a:b>c^BdFeJfgNh8ip7jk8lRm7no pWqr[s3atgukvowsxywz{{|~}~{oG{m6 F %*/*49>CHMRPW\afkpuez H +!&+ 0!5":#?$D%I&NS(X)]*b+g,l-q.v/{023456789:<=>?@ABCD F G H I O L#%(.?2?8??>+ .!1"4#7$:%=&@'C(N)d*C+I,O-S.EX/]0a1e2i3m4r5x6~789:;<N=>?@ABCDpEFGHIJK5LM/NOP QRSTU#V)W/X4Y:Z?[XD\I]N^|T_Z`_aeb[jcdpevfW{ghijklmnmopqrstuvwxytz{|}R~ $*/7<A!F%K&P'U"Z#_d i(n)s$x%}&*+<yI'm confused%'%{%{127}%^string too complex to convert%{96}%^string may not be optimal%Pa%ga$</>%2d%3dsaw %%r twice in %ssaw %%n twice in %ssaw %%m twice in %s%-%c%+%c%\%{2}%*%-%{10}%/%{16}%*%{10}%m%+%?%>%t%+%;%/\%03o%>%%?%%{%d}%%>%%t%%{%d}%%+%%;%%?%%{%d}%%>%%t%%'%c'%%+%%;%%?%%'%c'%%>%%t%%{%d}%%+%%;%%?%%'%c'%%>%%t%%'%c'%%+%%;%%{%d}%%+%%c%%'%c'%%+%%c%n%B%D%.doxX.%runknown %% code %s (%#x) in %s݁ ŀ ŀ ŀ ŀ ŀ  ŀ ڂ 0 ŀ  ŀ   ŀ ŀ Ń ŀ  ŀ ŀ ŀ ŀ ŀ  ŀ ŀ ŀ Ń ŀ  ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ ŀ  ŀ ŀ ŀ ŀ Q D ŀ + ŀ  ŀ ŀ  ŀ ŀ ŀ  j ŀ ŀ ŀ F    ׄ  ׄ  ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ   " " " " " " " " " "           " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "  Ή " " " " x " " " " " " P " " F `~@~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~[~\~]~^~_,/258;>ADAGJMPSVY\_behknqtwz}Y4c`Yxac(+'+]<+yvlqrQDNѝ~+*nb@+|-+f+nfdei]sdFar]We*ƫU*.TW8@Z]`cfi+M5+/+7 ic] ]*4f................./// / ///////"/%/(/+/./0/2/4/6/8/://@/B/D/F/H/J/L/N/P/R/T/V/X/Z/\/^/`/b/d/f/h/j/l/n/p/r/t/v/x/z/|/~////////////////////////////////////////////////////////(null)(cancelled)\%03lo, line %d, col %d, terminal '%s'back_tabchange_scroll_regionclear_all_tabsclear_screenclr_eoscommand_charactercursor_addresscursor_downcursor_homecursor_invisiblecursor_leftcursor_mem_addresscursor_normalcursor_rightcursor_to_llcursor_upcursor_visibledelete_characterdis_status_linedown_half_lineenter_alt_charset_modeenter_blink_modeenter_bold_modeenter_ca_modeenter_delete_modeenter_dim_modeenter_insert_modeenter_secure_modeenter_protected_modeenter_reverse_modeenter_standout_modeenter_underline_modeerase_charsexit_alt_charset_modeexit_attribute_modeexit_ca_modeexit_delete_modeexit_insert_modeexit_standout_modeexit_underline_modeflash_screenform_feedfrom_status_lineinit_1stringinit_2stringinit_3stringinit_fileinsert_characterinsert_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_f9parm_dchparm_delete_lineparm_down_cursorparm_ichparm_indexparm_insert_lineparm_left_cursorparm_right_cursorparm_rindexparm_up_cursorpkey_keypkey_localpkey_xmitprint_screenrepeat_charreset_1stringreset_2stringreset_3stringreset_filerestore_cursorsave_cursorscroll_forwardscroll_reverseset_attributesset_tabset_windowto_status_lineunderline_charup_half_lineinit_progkey_a1key_a3key_b2key_c1key_c3prtr_nonchar_paddingacs_charsplab_normkey_btabenter_xon_modeexit_xon_modeenter_am_modeexit_am_modexon_characterxoff_characterena_acslabel_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_clockdisplay_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_1init_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_keysauto_left_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_underlineneeds_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_eol=4DF4[4j4qLw4,B444444444555)58:5J5Y5p555555555 6 656A6W6k6x6666666667778+7:7H7R7\7e7l7s7|7777777777777777778 888'8.858>8E8R8^8e8l8t8{8888888 K8888888 99+9:9C9N9X9e9q99999cB999999-q:::,:6:=:D:K:R:Y:b:o:y::::::::::::;;;%;0;8;B;K;T;];f;r;{;;;;;;;;;;;;; <<<)<6<@<L<T<\<g<p<y<<<<<<<<<<<<<==='=1=>=H=V=^=f=n=v=~=================>>>>&>.>6>>>F>N>V>^>f>n>v>~>>>>>>>>>>>>>>>>>??$?5?B?L?Z?g?u?????8??????????????@@"@2@A@P@_@q@@@@@@@@AA+A@ARAgA~AAAAAAAAB&B;BFBQB]BoBxBBBBBBBBBC)C8CLC\CoC~CCCCCCCCC DD$D5D?DKDYDfDsDDDDDDDDD EE.E>ENEdEyEEEEEEEEF#F5FLF]FlFzFFFFFFFFF GGG$G-G7GAGJGVGdGnC4V7{8K5>DJ 5P|VZ` flquzJKQJi̇v{r:+h !&*.26:>BFJN8p78R7 W[agkosw{{oG{m  %*/*49>CHMRW\afkpuz !&+05:?DINSX]bglqv{ #(.?2?8??>+.147:=@CNdCIOSX]aeimrx~ #)/4:?DINTZ_ejpv{ $*/7<_dmpGzGGGGGGGGGHH!H+H:HJH[HlH~HHHHHHHHIII'I;IJIaIwIIII@b<? @%H  !&-AUZsx}IKIIIJJ&J2L0J@JSJ`JmJ~JJJJJJJJJKKK)K@KKK\KuKKKKKKKKLL.L?LSLeL~ZCaei7Hru^+nsu{y~FKPin/var/log/wtmpinvalid hostnamehumanize_numberBkMGTPEBKMGTPEKMGTPEkMGTPE%lld%s%s%s%d%s%d%s%s%sscale >= 0suffix != NULLbuf != NULL/usr/src/lib/libutil/humanize_number.c\\#0123456789%s: illegal option -- %c %s: option requires an argument -- %c %Y-%m-%d%m/%d/%y%H:%M%H:%M:%S M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M  M M M M M  M M M M M M M M M M M M M M M M M M M M M       M _ _ M M M  M  M M   *  M  y  5 M M M M M M   _   M M  M 3 _ _ s M M  M  Y M M M    REG_NOMATCHregexec() failed to matchREG_BADPATinvalid regular expressionREG_ECOLLATEinvalid collating elementREG_ECTYPEinvalid character classREG_EESCAPEtrailing backslash (\)REG_ESUBREGinvalid backreference numberREG_EBRACKbrackets ([ ]) not balancedREG_EPARENparentheses not balancedREG_EBRACEbraces not balancedREG_BADBRinvalid repetition count(s)REG_ERANGEinvalid character rangeREG_ESPACEREG_BADRPTREG_EMPTYempty (sub)expressionREG_ASSERTREG_INVARGREG_ILLSEQillegal byte sequenceREG_0x%xrepetition-operator operand invalid"can't happen" -- you found a buginvalid argument to regex routine*** unknown regexp error code ***/etc/mac.confMAC_CONFFILEdefault_labelsdefault_ifnet_labelsdefault_file_labelsifnetdefault_process_labelspacket.=security.mac.security.macNLSPATH/usr/share/nls/%L/%N.cat:/usr/share/nls/%N/%L:/usr/local/share/nls/%L/%N.cat:/usr/local/share/nls/%N/%Lconnect to address %s: RSHrcmd: socket: %s rcmd: too many files rcmd: getaddrinfo: %s rcmd: %s: %s rcmd: accept: %s .rhosts fstat failed/etc/hosts.equiv.rhosts lstat failed.rhosts not regular filebad .rhosts ownerrcmd: socket: All ports in use rcmd: write (setting up stderr): %s rcmd: select (setting up stderr): %s socket: protocol failure in circuit setup. select: protocol failure in circuit setup .rhosts writeable by other than ownerPOSIXUS-ASCII t a N > .                                                   /  0%XV       I < / "                        +       `                          `            p p p p p p p p                                       !                         __libc_allocate_tlstcbsize >= 2*sizeof(Elf_Addr)/usr/src/lib/libc/gen/tls.cnosappndnosappendnoarchnoarchivednoschgnoschangenosimmutablenosunlnknosunlinknosnapshotnouappndnouappendnouchgnouchangenouimmutablenodumpnoopaquenouunlnknouunlink , `jijpjzjjjjjjjjjjkkk&k;kNkXkbkokkkkkkkll*l@l`j.ߍ`:]]UTF-8, T T T 8 8 8 8 8 /  l 8 8 8 8 8 8    d d d K d + + d d 2 d d d d d d d d d d d d d d d d + d d d d d d d d d d d d d d d d d d d d d d d d d d d   d  d d d d d d d d d d d d d d d d d d d d d d d d d d d d <  rcmdsh: dup2 failed/usr/bin/rshrcmdsh: setuid(%u): %s rcmdsh: socketpairrcmdsh: getaddrinfo: %s rcmdsh: fork failedrcmdsh: unknown user: %s rcmdsh: execlp %s failed: %s rcmdsh: fork to lose parent failedInvalid value for ai_flagsai_family not supportedMemory allocation failureai_socktype not supportedInvalid value for hintsResolved protocol is unknownUnknown errorAddress family for hostname not supportedTemporary failure in name resolutionNon-recoverable failure in name resolutionNo address associated with hostnamehostname nor servname provided, or not knownservname not supported for ai_socktypeSystem error returned in errnoalnumblankcntrllowerpunctupperxdigitideogramphonogramrunewlwxxU xPCx 0@xx"x+x 5xLC_ALLLC_COLLATELC_CTYPELC_MONETARYLC_NUMERICLC_TIMELC_MESSAGESPATH_LOCALE/usr/share/locale4       ^[yY]^[nN]DyJyҸ" " `" " " `" `" `" `" `" `" `" z" `" `" `" r" `" j" `" `" `" `" `" `" `" `" `" `" `" `" `" " " `" " " `" `" `" `" `" `" `" z" `" `" `" r" `" j" %s.dbexecvP: : path too long /usr/bin:/binc3 c3 1 c3 c3 c3 c3 2 3 c3 c3 c3 2 c3 c3 c3 c3 c3 c3 c3 1 c3 c3 c3 c3 c3 2 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 c3 1 1 JanFebMarAprMayJunJulAugSepOctNovDecJanuaryFebruaryMarchAprilJuneJulyAugustSeptemberOctoberNovemberDecemberSunMonTueWedThuFriSatSundayMondayTuesdayWednesdayThursdayFridaySaturday%a %b %e %H:%M:%S %YPM%a %b %e %H:%M:%S %Z %Y%I:%M:%S %p\{`{d{h{l{p{t{x{|{{{{{{{{l{{{{{{{{{{{{{{{{||||#|*|k]\]3|=H|K|{{{{l{{{{{{{{c|NONEEUCGB18030GB2312GBKBIG5MSKanjiRuneMag1 error: warning: freelist is destroyed modified (chunk-) pointer pointer to wrong page chunk is already free modified (page-) pointer page is already free /etc/malloc.confMALLOC_OPTIONSrecursive call mmap(2) failed, check limits in malloc(): in free(): in realloc():junk pointer, too high to make sense junk pointer, too low to make sense unknown char in MALLOC_OPTIONS malloc() has never been called :f c .f c c 6g c c c c c c &g c g c c c c c c c g c c f f c f c f c c c c c c f c c c c c c f c f c c c c c c c f c c vf ff c Vf c Ff Internal ypbind errorDomain not boundUnknown ypbind error: #%d /var/yp/binding%s/%s.%dclntudp_createclnttcp_createfcntl: F_SETFDyp_match: clnt_callyp_first: clnt_callyp_next: clnt_callyp_all: clnt_callclnttcp_create failedyp_order: clnt_callyp_master: clnt_callyp_maplist: clnt_callYP unknown error %d Database is busyAccess violationServer data base is badLocal domain name not setCan't communicate with ypservCan't communicate with ypbindYP server errorNo such key in mapRPC failureRequest arguments badSystem resource allocation failureYP: server for domain %s not responding, retrying YP server version mismatch - server can't supply service.Can't communicate with portmapperNo more records in map databaseLocal resource allocation failureNo such map in server's domainCan't bind to server which serves this domain$          ނ ׂ Ђ ɂ ‚   RPC: SuccessRPC: Can't encode argumentsRPC: Can't decode resultRPC: Unable to sendRPC: Unable to receiveRPC: Timed outRPC: Authentication errorRPC: Program unavailableRPC: Program/version mismatchRPC: Procedure unavailableRPC: Remote system errorRPC: Unknown hostRPC: Port mapper failureRPC: Program not registeredRPC: Unknown protocolAuthentication OKInvalid client credentialServer rejected credentialInvalid client verifierServer rejected verifierClient credential too weakInvalid server verifierFailed (unspecified error)RPC: (unknown error code); s1 = %u, s2 = %u; why = ; errno = %srpch != NULL - RPC: Incompatible versions of RPCRPC: Server can't decode argumentsRPC: Failed (unspecified error); low version = %u, high version = %u/usr/src/lib/libc/rpc/clnt_perror.c(unknown authentication error - %d)*>U`d~Є0FXrمclnt_sperror` ` ` Ȇ Ȇ ` x  ` x ` ` ` ` ` ` ` ` clnt_perrorclnt_spcreateerrorclnt_pcreateerrorCould not get %s transportloopbacksvc%s_create: could not open connectionout of memoryunsupported transport sizecan't get protocol infocan't find appropriate transport%s: %srpc_reg: %s couldn't register prog %u vers %u for %s%s can't reassign procedure number %u%s cant find suitable transport for %srpc: rpc_reg: never registered prog %u vers %urpc: rpc_reg trouble replying to prog %u vers %unetpathsvc_sendreply failedsvc_tli_create: bad service typesvc_tli_create: could not get transport informationsvc_tli_create: could not bind to requested addresssvc_tli_create: could not bind to anonymous portsvc_tli_create: could not open connection for %ssvc_tli_create: invalid netconfigsvc_tp_create: Could not register prog %u vers %u on %ssvc_tp_create: invalid netconfig structure for prog %u vers %usvc_create: could not register prog %u vers %u on %ssvc_create: no memorysvc_create: unknown protocolcould not allocate cache cache already enabledsvc_enablecache: %s %sout of memory transport does not support data transfercould not get transport informationsvc_dg_create: %scould not allocate new rpc buffervictim alloc failedvictim not foundcache_set: %sfifo<pmap_getportaddress != NULL/usr/src/lib/libc/rpc/pmap_getport.cclntraw_create - Fatal header serialization error./usr/src/lib/libc/rpc/clnt_raw.cclnt_raw_callsunrpcff02::202datagram_nclnt_bcast: cannot sendbroadcast packetclnt_bcast: Cannot send broadcast packetclnt_bcast: Cannot receive reply to broadcastsvc_vc_destroyread_vcwrite_vcsvc_vc_statsvc_vc_recvsvc_vc_getargssvc_vc_freeargssvc_vc_replymakefd_xprtsvc_fd_createrendezvous_requestxprt != NULLfd != -1svc_vc_create: out of memory/usr/src/lib/libc/rpc/svc_vc.csvc_vc: makefd_xprt: out of memorysvc_tcp: makefd_xprt: out of memorysvc_fd_create: no mem for local addrsvc_fd_create: could not retrieve remote addrsvc_fd_create: could not retrieve local addrsvc_vc_create: could not retrieve local addrsvc_vc_create: no mem for local addrxprt_register__xprt_do_unregistersvc_findsvc_registersvc_sendreplysvcerr_noprocsvcerr_decodesvcerr_systemerrsvcerr_authsvcerr_weakauthsvcerr_noprogsvcerr_progverssvc_getreqset/usr/src/lib/libc/rpc/svc.cprev != NULLdispatch != NULLreadfds != NULLxdr_callmsgxdrs != NULLcmsg != NULL/usr/src/lib/libc/rpc/rpc_callmsg.cpmap_rmtcallxdr_rmtcall_argsxdr_rmtcallresport_ptr != NULLaddr != NULLcap != NULLcrp != NULL/usr/src/lib/libc/rpc/pmap_rmt.cxdr_pmapregs != NULL/usr/src/lib/libc/rpc/pmap_prot.c0.0.0.0.%d.%dxdr_reference: out of memorywindow verifier mismatchtimestamp before last seensvcauth_des: %s decryptsessionkeybad nicknamegetpublickeyreplayed credentialtimestamp expiredinvalid usecsdecryption failureencryption failureinvalid nicknameunknown netnamemissed ucred cache/etc/publickey # publickey.bynameBad record in %s -- %sBad record in %s val problem - %s_svcauth_unixrqst != NULL/usr/src/lib/libc/rpc/svc_auth_unix.cbad auth_len gid %ld str %ld auth %u authunix_marshalmarshal_new_authauthunix_validateauthunix_refreshauthunix_destroyauth != NULLverf != NULL/usr/src/lib/libc/rpc/auth_unix.cauth_none.c - Fatal marshalling problemauthunix_create: out of memoryunixnetid.byname/etc/netid ,getnetconfig: %scould not close() fd %d; mem & fd leakinetclnt_dg_create: out of memoryw< [= > > J> > > s> w< w< = = = = = = = w< w< :> > xdr_authunix_parms/usr/src/lib/libc/rpc/authunix_prot.cdnsnissetpwentendpwentgetpwuid_rgetpwnam_rgetpwent_r/etc/spwd.db/etc/pwd.dbVERSIONpasswd_compatmaster.passwd.by%s##passwd.adjunct.bynamepasswd-%ld>%$L ږpS ޖS >[ %$L ږpS ޖS >[ %$L ږpS ޖS >[ %L ږli ޖ d >\ %L ږli ޖ d >\ %L ږli ޖ d >\ ޖޖ d ږli ޖޖS ږpS Unsupported password database version %dgetpwent memory allocation failure, /etc/netgroupnetgroup.byhost*.**.%s%s.%s%s.*netgroup.byusersetgrentendgrentgetgrent_rgetgrnam_rgetgrgid_r/etc/groupgroup_compatgroup.bynamegroup.bygidgroup-%ld>%@ ږ ޖ( >Ā %@ ږ ޖ( >Ā %@ ږ ޖ( >Ā %܏ ږ ޖ$ >\ %܏ ږ ޖ$ >\ %܏ ږ ޖ$ >\ ޖږ ޖ( ޖޖ$ ږ getgrent memory allocation failureout of memoryclnt_vc_create%s : %sclnt_vc_createclnt_vc_callclnt_vc_geterrclnt_vc_freeresclnt_vc_control z  ţ       3 B R W f k  clnt_vc_destroyvc_cv != (cond_t *) NULLvc_cv == (cond_t *) NULLcl != NULLerrp != NULL/usr/src/lib/libc/rpc/clnt_vc.cauthnone_marshal/usr/src/lib/libc/rpc/auth_none.croot uid should be 0no uid for user %scorrupted entry%s uid is incorrect%s gid is incorrectPW_SCAN_BIG_IDS%s > max uid value (%lu)no gid for user %s%s > max gid value (%lu)warning, unknown root shell%s > recommended max uid value (%u)%s > recommended max gid value (%u)/bin/csh/etc/shellsshells-XXXXXshells-%dinitshells{H%\ ږ ޖ   t <     xdrrec_create: out of memoryh  d     `   d    D ` udp6tcp6circuit_vdatagram_vcircuit_ninet6%s.%u.%uL8!5àHt ~ B B B ~ ~ B B        i % rpc: failed to open /etc/netconfig X xdr_opaque_authxdr_des_blockxdr_accepted_replyxdr_rejected_replyxdr_replymsgxdr_callhdr_seterr_replyacceptedrejected)      blkp != NULLar != NULLrr != NULLrmsg != NULLerror != NULL/usr/src/lib/libc/rpc/rpc_prot.cNFINITY.                                          ]      E E E E E E E E E E                   9            D                o [     l N : +       D  5     s  8    C e V 1  G  G G l          G G G G G G G       G G G G G G G G G G G G G G G G G { G G G G G G G G       G G G G G G G G G G G G G G G G G { /etc/hesiod.conflhsrhsHESIOD_CONFIGHES_DOMAINclassesrhs-extensionstringlist: %mؗҜ<3#I9=D2[%Cod(G      ;1AA5?55?5?@?xdr_array: out of memoryxdr_bytes: out of memoryxdr_string: out of memory1.0 1.2 __collate_strdup__collate_substituteF88c8o8x88F8abcdefABCDEF<D<D<$<;D<<NETPATHNetconfig database not foundNot enough memoryNot initialized/etc/netconfigtpi_cots_ordtpi_cotstpi_cltstpi_rawin /etc/netconfig. or run mergemaster(8). Continuing in 10 seconds Netconfig database has invalid formatNetid not found in netconfig databaseUnknown network selection errorThe local transport is called "unix" Please change this to "local" manually See UPDATING entry 20021216 for details. This warning will be removed 20030301 Ϩ\hFhFvFhFhFhFhFhFhF}FhFhFFhFhFhFhFhFhFhFhFhFFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhFoFres_send: %s ([%s].%s): %s res_send: %s: %s ;; res_send() ;; old answer (unexpected): ;; old answer: s out-of-bounds;; wrong query name: sendto;; not our server: keventread failedrecvfrom;; response truncated ;; timeout ;; undersized: %d ;; truncated answer server rejected query: read(vc);; got answer: socket(dg)write failedsocket(vc)connect/vckqueueconnect(dg);; Querying server (# %d) address = %s ghbynameghbyaddr/etc/hostsip6.arpa%ږ%zږ,ޖ~%}ږxޖ# 0123456789abcdef;; res_query(%s, %d, %d) ;; rcode = %d, ancount=%d ;; res_query: mkquery failed;; res_query: send errorHOSTALIASES;; res_querydomain(%s, %s, %d, %d) ;; res_mkquery(%d, %s, %d, %d) /&ndots:timeout:attempts:insecure1insecure2no_tld_queryedns0;; ndots=%d ;; timeout=%d ;; retry=%d ;; debug/etc/resolv.confdomainnameserversortlistRES_OPTIONSenvLOCALDOMAIN;; res_setoptions("%s", "%s")... ;; res_setoptions("%s", "%s").. GAIgetaddrinfoipnodes.bynamehosts.byname;; rcode = %u, ancount=%u ;; res_querydomain(%s, %s) l\XT%ږgethostby*.getanswer: asked for "%s", got "%s"%\ږhޖgethostby*.getanswer: asked for "%s %s %s", got type "%s"services.byname/etc/services,/%d/%sservices.byportname servermail destination (deprecated)MFmail forwarder (deprecated)CNAMEcanonical nameSOAstart of authorityMBmailboxMGmail group membermail renameWKSdomain name pointerHINFOhost informationmailbox informationMXmail exchangerTXTtextresponsible personAFSDBDCE or AFS serverX25X25 addressISDNISDN addressrouterNSAPnsap addressNSAP_PTRsignatureKEYPXmapping informationGPOSAAAAIPv6 addresslocationEIDNIMLOCSRVserver selectionATMAATM address (unimplemented)IXFRincremental zone transferAXFRMAILBMAILAmail agent (deprecated)NAPTRURN Naming Authority"any"ZONEPREREQUISITEUPDATEADDITIONALANSWERAUTHORITYCHAOSHESIODdefnamusevcdnsrch?0x%lx?igntcprimry(unimpl)no-tld-querystyopnnoaliasesaaonly(unimpl)recurs;; res options:;; %s, type = %s, class = %s ;; ns_parserr: %s ;; %s SECTION: ;; ns_sprintrr: %s ; flags:; %s: %d, %s: %d;; ns_initparse: %s qr aa tc rd ra ?? ad cd%ld.%.2ldwell-known service (deprecated)geographical position (withdrawn)next valid name (unimplemented)endpoint identifier (unimplemented)NIMROD locator (unimplemented)mailbox-related data (deprecated);; ->>HEADER<<- opcode: %s, status: %s, id: %d ; error: unknown LOC RR version%d %.2d %.2d.%.3d %c %d %.2d %.2d.%.3d %c %d.%.2dm %sm %sm %smwʲв߲   "D & :@6Qehw{dͳԳٳ&id;+4 8̶!?C"TYuz#ôhش޴~ chh}~~~~hsshhsshPREREQUISITESNOERRORFORMERRSERVFAILNXDOMAINNOTIMPREFUSEDYXDOMAINYXRRSETNXRRSETNOTAUTHZONEERRNOCHANGEIQUERYCQUERYMCQUERYUNOTIFYZONEINITZONEREFaddlen ,l  l lll jln}n} }  C 3%y  K len <= *buflen "\@ unknown RR type\#( ; %s%02x ( RR format error %s %d %lu 0x%04x %u %u ) %u ( %u %u %u ; serial ; refresh ; retry ; expiry ; minimum /usr/src/lib/libc/net/ns_print.cABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/Assertion failed: (%s), function %s, file %s, line %d. Assertion failed: (%s), file %s, line %d. o****y***************d*nss_%s.so.%dnss_module_registerNSSWITCH(%s): %s, %s/etc/nsswitch.conf%vector_appendnss_load_modulenss_method_lookupNSSWITCH(%s): memory allocation failureNSSWITCH(%s): %s, registration failedNSSWITCH(%s): %s, %s, %s, not foundhosts.byaddripnodes.byaddr/var/run/logpriv/var/run/log/dev/log%.15s /dev/console[%d]syslog: unknown facility/priority: %xmnUTC/usr/share/zoneinfo/etc/localtimeposixrules,M4.1.0,M10.5.0TZSunMonTueWedThuFriSatJanFebMarAprMayJunJulAugSepOctNovDec%.3s %.3s%3d %02d:%02d:%02d %d t~}t~}}}}}}}}}t~}}}}}}}}}}}}t~}}}}t~}}}}}}}}}}}}}}}}}}}}}}}}}}}t~01234567890123456789abcdef0123456789ABCDEF%u.%u.%u.%u+G;;;;;;;;;;;;;;;;;;;;;;unionfs/usr/bin:/bin:/usr/sbin:/sbin:޶ζ޶ƶζֶƶƶƶƶƶƶƶƶֶ%$sniglet^&%s/bt.XXXXXXXXXX/tmp0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/dev/urandomwi[M?1        H      H     H   1 1 1 1 1 `1 777777777g^gg    gbgggM $  0123456789abcdef0123456789ABCDEF#  #   %  K%& 7%$ $$$$$$$$$$           (''    "     q   &           (''&& w&  &$")( x#  # #infINFnanNAN@Z2Z@Z2Z@Z@Z2Z(Z@Z(ZdZ[dZ[dZdZg[[dZg[NaNInfinity?@@aCoc?`(?yPD?7j7jb jbjnn,onPonnn8onnnnnnnDoSpXppSppSpSpSpqSpSpSpSpSpSpSpqrrrrrrrrsrrrrrrrs`}-<2ZGUD?|{{||//s~z~ mpool_new: page allocation overflow. ?$@Y@@@@j@.AcAחAeA _BvH7BmB@0BļB4&k C7yAC؅W4vCNgmC=`XC@xDPKDMDؗҜ<3#I9=D2[%Cod( 7yACnF?O8M20HwZ?@ACDEFGHJKMOQSS   9876543210/.-,+*)('&%$#"! :::::::::::::::::::::::::::::;<<<<<<<::;<<<<<<<:<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<::;<;53210/-,+*)('&%$#"!  ::::::::::::::::::::::::    DEAE216+-.99+&%/ /E!()*!!# Ebad buffer in yy_scan_bytes()input in flex scanner failedout of dynamic memory in yy_scan_buffer()out of dynamic memory in yy_scan_bytes()out of dynamic memory in yy_create_buffer()fatal flex scanner internal error--no action foundinput buffer overflow, can't enlarge buffer because scanner uses REJECTfatal flex scanner internal error--end of buffer missedNSSWITCH(nslexer): memory allocation failureNSSWITCH(nslexer): %s line %d: %s at '%s'gethostbynamegethostbyaddr%ږ%p+ږ7ޖd>%h,ږ8ޖ>gethostby*.gethostanswer: asked for "%s", got "%s"gethostby*.gethostanswer: asked for "%s %s %s", got type "%s"Impossible condition (type=%d) static buffer is too small (%d) Too many addresses (%d) size (%d) too big res_search failed (%d) %x.%x.%u.%u.%u.%u.in-addr.arpares_query failed (%d) dBXBdBBdBdBtABdBBHASH: Out of overflow pages. Increase page size ps)t8s8ssps8s8st8sps$FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.6 2005/05/19 07:31:06 dfr Exp $GI*vl.vp 4vP`7vL=GBhRpw~@V @ϷڷxP~bmw##.GGjGWYGOc`GYG}GOcGOc GGHyGiGOcGGGqGGEGBGGGGGGGGRGGGGGGGGGGGGGGi,/258;>ADǽGJMPSVY\_behknqtwz}YPabcdefghijklmnopqrstuvwxyz0123456789 gGՃGxCރnfe#!!!!!!c5 4 x& 4 (! 4 "~h xhՃ 4  4 G 4 ^!h 4 @ 4 27 +U! 4 b.v " ;o 4 sC@ 4 Q 4 d +ӕ  $"o 4 s  4 " 4 #h 4 "` 4 B" T#"4 l4 94 j ("`4 &-" 4 ?\fy2"4 xC 4 ^7";"`+@" F"4 ܷ  $K"4 -KvAv`+" +$R"+J4 6W"+`+Seg _"See"+u  $k"4 p"`4 px4 5`+w" 4  "+$"+$"+$"@4 E4 !4 '8xhG"`4 $`h 4 "*4 cG4 KZ 4  " h M"@4 > ~F4 @L;4 "4  Jv+"D+q" 4 [72xh"4 mӁM"`4  :6+.S 4  "4 +"4 "4 <4 4 "4 K"4  gp4 i"Q4 ="AM".fy4 4 Na 4  |fyEcJm<v<!}< K"DtD!DDDD DD720E:ME\|tEDEEEEE\|tE\wE(F`deprecated command -- use 'toggle crmod' insteaddeprecated command -- use 'set escape' instead ;eF$xwJ@vx`72&Ӂ"`20"F)F; cr-F`|Cw5F lcompute response to OPIE challengeprint help informationchange environment variables ('environ ?' for more)invoke a subshellsuspend telnetchange state of special charaters ('slc ?' for more)toggle operating parameters ('toggle ?' for more)print status informationunset operating parameters ('unset ?' for more)set operating parameters ('set ?' for more)transmit special characters ('send ?' for more)exit telnetconnect to a sitetry to enter line or character mode ('mode ?' for more)display operating parametersforcibly logout remote user and close the connectionclose current connection:FDFP1yFFFXEFGGX17GGXG@}GdGGGjGG ?FGL@GH&HDVH4GHT1{HHHBHIIQJIOsIDIIIEI|\P+JTEETJH@JJDJJh+"4G4JKK?$2K$BL:$LgL6$LL4$;L<$;rL=$LL1$ ML1$MMB$/M2MMKMفgMyM{MMEM*ṀMN2KNNN7N;NWNsNNFNNN(|N\ OOO%MOG2OLZOGqOGGGOOOmOmOO{ PmPm"P(P{XPBPmWPmaP(P{PkPmPmPP{\PGG|tE""Yb""(standard output)vddddddddqddLLdddddddddddddeei ee˲N"e.e3e8e=eDeKeReYe`egene{eeeeeeeeeeef fff!f'f0f9fEfTf\fhfpfxffdddiffddddqffffff/etc/gettytab? :RG\]^7ba_`c8V9Mdefg:U;J<H=>LhW?O@NiAB CD  !"#$%E &'()*+,-./F 0123456789G :;<=>?@ABCH D E F GIJKjkLMKNIOP[lmcnoQRpqRSrZstuvwxSyz{|}~TPUQVTW) : %%p%c%%{10}%%/%%{16}%%*%%p%c%%{10}%%m%%+G\_h_________`!`>`I`e`p` `` `` `` ` `haaa'aa2aa=aHaGarh{hhhhhhhhh hhhhhi iiiP% ) ̈zm07<FPY`ov|vN||||vƝ̝ӝڝޝ|p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p ;@*;*@*;@*Gn@LnGnpqqq qqE`qqq>7 -q Ϫ  !q $q h 1q d ;q KqdNqRqVqZq^qbqfqqjqmqqquqyq }qOqd0 q!q"q#q$q%q&q'q(q)r* r+r,r-"r-/r.6r.r/r/0r1@r2Dr3Jr4Or5Tr6Xr7G8^r9gr:cr;mr<|r=r>r?r@r[r\r\r]r^s^s_!s_*s`7s{Bs{Us|cs}os}s~svw/v0wJvbv\www|vwvvCCCCCCCxxxxxxxW @gg ϕԕO (P xQ  R   kh545@ÿ? d'@Bʚ;|޴ "*3<CKT\dl2}}k= t~}DNѝq82}}k=x   @ ::WILDABBR0123456789 0000000000000000HG HGG@ÿ?;RuneMagiNONEBBBBB@(((((((((((((((          (((((((    ((((((    ((((  !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~@} H@HHH@H@HT@,$HT@,% HT@,% Hlϕ<_hashXXXXXX.shstrtab.init.text.fini.rodata.data.eh_frame.ctors.dtors.jcr.bss ttB u u u %pY +I5I<ICIHI( M {Active Partition} i1 {Write Buffer Full Ratio} i1 {Write Buffer Empty Ratio} i1 {Write Delay Time} i2 {Data Buffer Recovery} t1 {Block Identifiers Support} t1 {Report Setmarks} t1 {Automatic Velocity Control} t1 {Stop on Consecutive Filemarks} t2 {Recover Buffer Order} t1 {Report Early-Warning} t1 {Gap Size} i1 {EOD Defined} t3 {Enable EOD Generation} t1 {Synchronize at Early-Warning} t1 {Reserved} *t3 {Buffer Size at Early-Warning} i3 {Select Data Compression Algorithm} i1 {Reserved} *t5 {SCSI-3 Associated Write Protect} t1 {SCSI-3 Persistent Write Protect} t1 {SCSI-3 Permanent Write Protect} t1 } 0x0f "Data Compression Page" { {Data Compression Enabled} t1 {Date Compression Capable} t1 {Reserved} *t6 {Data Decompression Capable} t1 {Data Decompression Report on Exception} t2 {Reserved} *t5 {Compression Algorithm} i4 {Decompression Algorithm} i4 {Reserved} *i4 } 0x1b "Removable Block Access Capacities Page" { {System Floppy Type Device} t1 {Supports Reporting Format Progress} t1 {Reserved} *t6 {Non CD Optical Device} t1 {Single or Multiple LUN Supported} t1 {Reserved} *t3 {Total Logical Units Supported} t3 {Reserved} *i8 } 0x2a "CD capabilities and mechanical status page" { {Reserved} *t4 {Method 2} t1 {CD-RW Read} t1 {CD-R Read} t1 {Reserved} *t4 {Test Write} t1 {CD-RW Write} t1 {CD-R Write} t1 {Reserved} *t1 {Multi Session} t1 {Mode 2 Form 2} t1 {Mode 2 Form 1} t1 {Digital Port (2)} t1 {Digital Port (1)} t1 {Composite} t1 {Audio Play} t1 {Read Bar Code} t1 {UPC} t1 {ISRC} t1 {C2 Pointers are supported} t1 {R-W De-interleaved & corrected} t1 {R-W Supported} t1 {CD-DA Stream is Accurate} t1 {CD-DA Commands Supported} t1 {Loading Mechanism Type} t3 {Reserved} *t1 {Eject} t1 {Prevent Jumper} t1 {Lock State} t1 {Lock} t1 {Reserved} *t4 {S/W Slot Selection} t1 {Changer Supports Disc Present reporting} t1 {Separate Channel Mute Supported} t1 {Separate volume levels per channel} t1 {Maximum Read Speed Supported (kBps)} i2 {Number of Volume Leves Supported} i2 {Buffer Size supported by Drive (KB)} i2 {Current Read Speed Selected (kBps)} i2 {Reserved} *i1 {Reserved} *t2 {Length} t2 {LSBF} t1 {RCK} t1 {BCK} t1 {Reserved} *t1 {Maximum Write Speed Supported (kBps)} i2 {Current Write Speed Supported (kBps)} i2 }; 0x00 "Vendor-Specific"; : # $FreeBSD: src/release/fixit.profile,v 1.10 2004/09/02 13:40:34 keramida Exp $ export BLOCKSIZE=K export PS1="Fixit# " export EDITOR="/mnt2/stand/vi" export PAGER="/mnt2/stand/more" export SCSI_MODES="/mnt2/usr/share/misc/scsi_modes" # the root MFS doesn't have /dev/nrsa0, pick a better default for mt(1) export TAPE=/mnt2/dev/nrsa0 alias ls="ls -F" alias ll="ls -l" alias m="more -e" echo '+---------------------------------------------------------------+' echo '| You are now running from FreeBSD "fixit" media. |' echo '| ------------------------------------------------------------- |' echo "| When you're finished with this shell, please type exit. |" echo '| The fixit media is mounted as /mnt2. |' echo '| |' echo '| You might want to symlink /mnt/etc/*pwd.db and /mnt/etc/group |' echo '| to /etc after mounting a root filesystem from your disk. |' echo '| tar(1) will not restore all permissions correctly otherwise! |' echo '| |' echo '| Note: you can use the arrow keys to browse through the |' echo '| command history of this shell. |' echo '+---------------------------------------------------------------+' echo echo 'Good Luck!' echo # Make the arrow keys work; everybody will love this. set -o emacs 2>/dev/null cd /