Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa01330; 25 May 89 11:14 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa00533; 25 May 89 10:22 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa00426; 25 May 89 10:11 EDT Received: from MIRSA.INRIA.FR by SMOKE.BRL.MIL id aa02782; 25 May 89 10:02 EDT Received: from kwai.inria.fr by mirsa.inria.fr with SMTP (5.59++/IDA-1.2.8) id AA25927; Thu, 25 May 89 16:05:30 +0200 Received: by ch with X.400; 25 May 89 15:35:19+0200 Date: 25 May 89 15:35:19+0200 From: Reinhard Doelz To: info-iris@BRL.MIL MMDF-Warning: Parse error in original version of preceding line at BRL.MIL Subject: update to 3.1D wipes out user.ps Message-Id: <92*doelz@urz.unibas.ch> .... and the /usr/sbin/toolchest as well. This is a bug because normally you should permit local sites to define a system-wide customized toolchest. Reinhard   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa08184; 25 May 89 22:42 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa08072; 25 May 89 22:32 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa08036; 25 May 89 22:14 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa15862; 25 May 89 21:49 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA19106; Thu, 25 May 89 18:46:12 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 25 May 89 22:16:07 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: Re: Are semaphores initialized? Message-Id: <33648@sgi.SGI.COM> References: <9893@watcgl.waterloo.edu> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <9893@watcgl.waterloo.edu>, fjhenigman@watcgl.waterloo.edu (Frank J. Henigman) writes: > Can someone from SGI answer this? I scoured the documentation with no luck. > Are semaphores created with semget(2) initialized to some value (like zero)? > -- > fjhenigman@watcgl.uwaterloo.ca Computer Graphics Lab > fjhenigman@watcgl.waterloo.edu Frank J. Henigman University of Waterloo > ...!watmath!watcgl!fjhenigman Waterloo, Ontario, Canada I perused sem.c (the semaphore code) and it appears that semaphores are not initialized each time they are allocated. The kernel uses a static area for the semaphores (thus those wonderful SEM* constants in master.d/kernel) and a chunk of them is allocated for each semget with no initialization. One could argue (rightly) that this is a bug (especially for a secure system), but this is what AT&T ships us. I'll turn in a bug report locally, so we remember to set them to something like zero. If you wish to write portable code, however, you should always assume that they are not initialized. -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' --   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa08305; 25 May 89 23:23 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab08219; 25 May 89 23:01 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id ab08204; 25 May 89 22:49 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa12709; 25 May 89 20:49 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA13345; Thu, 25 May 89 16:52:54 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 25 May 89 22:12:31 GMT From: Jody Winston Organization: Shell Development Company, Bellaire Research Center, Houston, TX Subject: Third party memory for the 240s Message-Id: Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL Is there any third party choices for memory on the 240s? -- Jody Winston jody@shell.uucp ...!{sun,psuvax1,bcm,rice,decwrl,cs.utexas.edu}!shell!jody Shell Development Company, Bellaire Research Center P.O. Box 481, Room 2202, Houston, TX 77001 (Voice: 713 663-2050)   Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab08263; 25 May 89 23:12 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ac08219; 25 May 89 23:02 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa08206; 25 May 89 22:50 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa18770; 25 May 89 22:38 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA19151; Thu, 25 May 89 18:47:09 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 25 May 89 23:27:12 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: PAX Manual Page Message-Id: <33704@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL Here's the man page for 'pax'. -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' -- .\" $Id: pax.1,v 1.2 89/02/12 10:08:47 mark Exp $ .TH PAX 1 "USENIX Association" "" .SH NAME pax \- portable archive exchange .SH SYNOPSIS .TP \w'\fBpax\fR\ 'u .B pax .RB [ \-cimopuvy ] .RI "[\fB\-f\fR" " archive" ] .RI "[\fB\-s\fR" " replstr" ] .RI "[\fB\-t\fR" " device" ] .RI [ pattern... ] .TP \w'\fBpax\ \-r\fR\ 'u .B "pax\ \-r" .RB [ \-cimnopuvy ] .RI "[\fB\-f\fR" " archive" ] .RI "[\fB\-s\fR" " replstr" ] .RI "[\fB\-t\fR" " device" ] .RI [ pattern... ] .TP \w'\fBpax\ \-w\fR\ 'u .B "pax\ \-w" .RB [ \-adimuvy ] .RI "[\fB\-b\fR" " blocking" ] .RI "[\fB\-f\fR" " archive" ] .RI "[\fB\-s\fR" " replstr" ] .RI "[\fB\-t\fR" " device" ] .RI "[\fB\-x\fR" " format" ] .RI [ pathname... ] .TP \w'\fBpax\ \-rw\fR\ 'u .B "pax\ \-rw" .RB [ \-ilmopuvy ] .RI "[\fB\-s\fR" " replstr" ] .RI [ pathname... ] directory .SH DESCRIPTION .I Pax reads and writes archive files which conform to the .B "Archive/Interchange File Format" specified in .IR "IEEE Std. 1003.1-1988" . .I Pax can also read, but not write, a number of other file formats in addition to those specified in the .B "Archive/Interchange File Format" description. Support for these traditional file formats, such as V7 .I "tar" and System V binary .I "cpio" format archives, is provided for backward compatibility and to maximize portability. .PP .I Pax will also support traditional .I cpio and System V .I tar interfaces if invoked with the name "cpio" or "tar" respectively. See the .I cpio(1) or .I tar(1) manual pages for more details. .PP Combinations of the .B \-r and .B \-w command line arguments specify whether .I pax will read, write or list the contents of the specified archive, or move the specified files to another directory. .PP The command line arguments are: .TP .5i .B \-w writes the files and directories specified by .I pathname operands to the standard output together with the pathname and status information prescribed by the archive format used. A directory .I pathname operand refers to the files and (recursively) subdirectories of that directory. If no .I pathname operands are given, then the standard input is read to get a list of pathnames to copy, one pathname per line. In this case, only those pathnames appearing on the standard input are copied. .TP .5i .B \-r .I Pax reads an archive file from the standard input. Only files with names that match any of the .I pattern operands are selected for extraction. The selected files are conditionally created and copied relative to the current directory tree, subject to the options described below. By default, the owner and group of selected files will be that of the invoking process, and the permissions and modification times will be the sames as those in the archive. .RS .5i .PP The supported archive formats are automatically detected on input. The default output format is .IR ustar , but may be overridden by the .B \-x .I format option described below. .RE .TP .5i .B \-rw .I Pax reads the files and directories named in the .I pathname operands and copies them to the destination .IR directory . A directory .I pathname operand refers to the files and (recursively) subdirectories of that directory. If no .I pathname operands are given, the standard input is read to get a list of pathnames to copy, one pathname per line. In this case, only those pathnames appearing on the standard input are copied. The directory named by the .I directory operand must exist and have the proper permissions before the copy can occur. .PP If neither the .BR \-r " or " \-w options are given, then .I pax will list the contents of the specified archive. In this mode, .I pax lists normal files one per line, hard link pathnames as .sp .RS 1i .IR pathname " == " linkname .RE .sp and symbolic link pathnames (if supported by the implementation) as .sp .RS 1i .IR pathname " -> " linkname .RE .sp where .I pathname is the name of the file being extracted, and .I linkname is the name of a file which appeared earlier in the archive. .PP If the .B \-v option is specified, then .I pax list normal pathnames in the same format used by the .I ls utility with the .B \-l option. Hard links are shown as .sp .RS 1i .IR "" " == " linkname .RE .sp and symbolic links (if supported) are shown as .sp .RS 1i .IR "" " -> " linkname .RE .sp .PP .I Pax is capable of reading and writing archives which span multiple physical volumes. Upon detecting an end of medium on an archive which is not yet completed, .I pax will prompt the user for the next volume of the archive and will allow the user to specify the location of the next volume. .SS Options The following options are available: .TP 1i .B \-a The files specified by .I pathname are appended to the specified archive. .TP 1i .BI \-b " blocking" Block the output at .I blocking bytes per write to the archive file. A .B k suffix multiplies .I blocking by 1024, a .B b suffix multiplies .I blocking by 512 and a .B m suffix multiplies .I blocking by 1048576 (1 megabyte). For machines with 16-bit int's (VAXen, XENIX-286, etc.), the maximum buffer size is 32k-1. If not specified, .I blocking is automatically determined on input and is ignored for .B \-rw. .TP 1i .B \-c Complement the match sense of the .I pattern operands. .TP 1i .B \-d Intermediate directories not explicitly listed in the archive are not created. This option is ignored unless the .B \-r option is specified. .TP 1i .BI \-f " archive" The .I archive option specifies the pathname of the input or output archive, overriding the default of standard input for .B \-r or standard output for .BR \-w . .TP 1i .B \-i Interactively rename files. Substitutions specified by .B \-s options (described below) are performed before requesting the new file name from the user. A file is skipped if an empty line is entered and .I pax exits with an exit status of 0 if .B EOF is encountered. .TP 1i .B \-l Files are linked rather than copied when possible. .TP 1i .B \-m File modification times are not retained. .TP 1i .B \-n When .B \-r is specified, but .B \-w is not, the .I pattern arguments are treated as ordinary file names. Only the first occurrence of each of these files in the input archive is read. The .B pax utility exits with a zero exit status after all files in the list have been read. If one or more files in the list is not found, .B pax writes a diagnostic to standard error for each of the files and exits with a non-zero exit status. the file names are compared before any of the .BR \-i , .BR \-s , or .B \-y options are applied. .TP 1i .B \-o Restore file ownership as specified in the archive. The invoking process must have appropriate privileges to accomplish this. .TP 1i .B \-p Preserve the access time of the input files after they have been copied. .TP 1i .BI \-s " replstr" File names are modified according to the substitution expression using the syntax of .I "ed(1)" as shown: .sp .RS 2i -s /\fIold\fR/\fInew\fR/\fB[\fRgp\fB]\fR .RE .RS 1i .PP Any non null character may be used as a delimiter (a / is used here as an example). Multiple .B \-s expressions may be specified; the expressions are applied in the order specified terminating with the first successful substitution. The optional trailing .B p causes successful mappings to be listed on standard error. The optional trailing .B g causes the .I old expression to be replaced each time it occurs in the source string. Files that substitute to an empty string are ignored both on input and output. .RE .TP 1i .BI \-t " device" The .I device option argument is an implementation-defined identifier that names the input or output archive device, overriding the default of standard input for .B \-r and standard output for .BR \-w . .TP 1i .B \-u Copy each file only if it is newer than a pre-existing file with the same name. This implies .BR \-a . .TP 1i .B \-v List file names as they are encountered. Produces a verbose table of contents listing on the standard output when both .B \-r and .B \-w are omitted, otherwise the file names are printed to standard error as they are encountered in the archive. .TP 1i .BI \-x " format" Specifies the output archive .IR format . The input format, which must be one of the following, is automatically determined when the .B \-r option is used. The supported formats are: .RS 1i .TP 0.75i .I cpio The extended .I CPIO interchange format specified in .B "Extended CPIO Format" in .I "IEEE Std. 1003.1-1988." .TP 0.75i .I ustar The extended .I TAR interchange format specified in .B "Extended TAR Format" in .I "IEEE Std. 1003.1-1988." This is the default archive format. .RE .TP 1i .B \-y Interactively prompt for the disposition of each file. Substitutions specified by .B \-s options (described above) are performed before prompting the user for disposition. .B EOF or an input line starting with the character .B q caused .I pax to exit. Otherwise, an input line starting with anything other than .B y causes the file to be ignored. This option cannot be used in conjunction with the .B \-i option. .PP Only the last of multiple .B \-f or .B \-t options take effect. .PP When writing to an archive, the standard input is used as a list of pathnames if no .I pathname operands are specified. The format is one pathname per line. Otherwise, the standard input is the archive file, which is formatted according to one of the specifications in .B "Archive/Interchange File format" in .IR "IEEE Std. 1003.1-1988" , or some other implementation-defined format. .PP The user ID and group ID of the process, together with the appropriate privileges, affect the ability of .I pax to restore ownership and permissions attributes of the archived files. (See .I "format-reading utility" in .B "Archive/Interchange File Format" in .IR "IEEE Std. 1003.1-1988" ".)" .PP The options .BR \-a , .BR \-c , .BR \-d , .BR \-i , .BR \-l , .BR \-p , .BR \-t , .BR \-u , and .BR \-y are provided for functional compatibility with the historical .I cpio and .I tar utilities. The option defaults were chosen based on the most common usage of these options, therefore, some of the options have meanings different than those of the historical commands. .SS Operands The following operands are available: .TP 1i .I directory The destination directory pathname for copies when both the .B \-r and .B \-w options are specified. The directory must exist and be writable before the copy or and error results. .TP 1i .I pathname A file whose contents are used instead of the files named on the standard input. When a directory is named, all of its files and (recursively) subdirectories are copied as well. .TP 1i .IR pattern A .I pattern is given in the standard shell pattern matching notation. The default if no .I pattern is specified is .BR * \, which selects all files. .SH EXAMPLES The following command .sp .RS 1i pax \-w \-f /dev/rmt0 \. .RE .sp copies the contents of the current directory to tape drive 0. .PP The commands .sp .RS 1i .RI mkdir " newdir" .br .RI cd " olddir" .br .RI "pax -rw . " newdir .RE .sp copies the contents of .I olddir to .I newdir . .PP The command .sp .RS 1i pax \-r \-s ',//*usr//*,,' -f pax.out .RE .sp reads the archive .B pax.out with all files rooted in "/usr" in the archive extracted relative to the current directory. .SH FILES .TP 1i /dev/tty used to prompt the user for information when the .BR \-i " or " \-y options are specified. .SH "SEE ALSO" cpio(1), find(1), tar(1), cpio(5), tar(5) .SH DIAGNOSTICS .I Pax will terminate immediately, without processing any additional files on the command line or in the archive. .SH "EXIT CODES" .I Pax will exit with one of the following values: .IP 0 .5i All files in the archive were processed successfully. .IP ">0" .5i .I Pax aborted due to errors encountered during operation. .SH BUGS Special permissions may be required to copy or extract special files. .PP Device, user ID, and group ID numbers larger than 65535 cause additional header records to be output. These records are ignored by some historical version of .I "cpio(1)" and .IR "tar(1)" . .PP The archive formats described in .B "Archive/Interchange File Format" have certain restrictions that have been carried over from historical usage. For example, there are restrictions on the length of pathnames stored in the archive. .PP When getting an "ls -l" style listing on .I tar format archives, link counts are listed as zero since the .I ustar archive format does not keep link count information. .PP On 16 bit architectures, the largest buffer size is 32k-1. This is due, in part, to using integers in the buffer allocation schemes, however, on many of these machines, it is not possible to allocate blocks of memory larger than 32k. .SH COPYRIGHT Copyright (c) 1989 Mark H. Colburn. .br All rights reserved. .PP Redistribution and use in source and binary forms are permitted provided that the above copyright notice is duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by Mark H. Colburn and sponsored by The USENIX Association. .PP THE SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .SH AUTHOR Mark H. Colburn .br Minnetech Consulting, Inc. .br 117 Mackubin Street, Suite 1 .br St. Paul, MN 55102 .br mark@jhereg.MN.ORG .sp 2 Sponsored by .B "The USENIX Association" for public distribution.   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa08727; 26 May 89 0:29 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa08402; 25 May 89 23:58 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa08400; 25 May 89 23:43 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa21571; 25 May 89 23:24 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA19166; Thu, 25 May 89 18:47:51 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 25 May 89 23:28:06 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: PAX for the IRIS (Part 1 of 4) Message-Id: <33705@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL [PAX for the IRIS 4D series, Part 1 of 4] Due to the large number of requests I have had, I am posting 'pax' for the 4D for everyone. Cut off the cruft, glue the files together, uudecode the result, and there you have it. The man page is being posted separately. To quote from the distribution: ========== Copyright (c) 1989 Mark H. Colburn. All rights reserved. Redistribution and use in source and binary forms are permitted provided that the above copyright notice is duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by Mark H. Colburn and sponsored by The USENIX Association. ========== -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' -- ----------------------- cut here (Part 1 of 4) -------------- begin 755 pax M`6``""1&[F,``6``````8``X````017@```` M(``!%>````````````````"`````+G)D871A```0````$```````!=```2`` M```````````````````!`"YD871A````$``%T!``!=```#-@``$ET``````` M`````````````$`N;&ET.````!``.3`0`#DP````(``!63`````````````` M```(````+G-D871A```0`#E0$``Y4```!&```5E0```````!8``````````" M`"YS8G-S````$``]L!``/;````%P`````````````6``````````!``N8G-S M`````!``/R`0`#\@``"+,`````````````````````````"``````(^D```G MI0`$/!P0`2>9A9RGF(6\IX^%OJ^.A5"OBX7$ M#!`JN*^`A7`D`?__$$$`D@`````0``!]`$`8(20,``&GC(6>$```A*>`A:J/ MA(.<#!`"&@``````0!@A%$``?J^#@#P\!!``#!`FY22$!E00``!ZCZ0!2"0- M``$0``!VIXV%NA```'2G@(68A:8D&0`!$```8Z>9A;`0``!A MIX"%O"0(``$0``!>IXB%LB0)``$0``!;IXF%F(>*A:``````$4``!B0,``$D M"P`!IXN%M!````2G@(6@)`P``:>,A:*G@(6J/`T0`"6M(6`0``!,KXV%Q(^$ M@YP,$"+0`````!```$B/I`%(CX.`/``````48``%`````"0.``$D`Q0`KX.` M/*^.A7"/CX.<$```/*^/A5`D&``!$```.:>8A;XD&0`!$```-J>9A:Z'B(6B M`````!$```8D"@`!)`D``:>)A;00```$IX"%HB0*``&GBH6@IX"%JCP+$``E M:R%@$```)Z^+A<2/A(.<#!`J=">%@%040``$`````"0,``$0```?KXR%@(^$ M@YP,$"IT)X6`7!1```0`````)`T``A```!>OC86`#!`"90`````0```4CZ0! M2"0.``$0```0IXZ%N`P0`F4`````$```#8^D`4@D;_^?+>$`&1`@__D````` M``]X@#P!$```+P@AC"\````````!X``(`````(^D`4B/I0%,/`80``P0*K@D MQ@8\)`'__Q1!_W``````CX.`/``````48``%`&`@(208``&OF(5P)`,"``!@ M("$,$`19A:(`````%R``!0````"'B(6J`````!$```D`````#!`, M:```("$,$`'H``````P0"10`````$```58^_`!2'B86@`````!$@`!$````` MCXJ#E(^+A6@``````4L(*A0@``4`````CXR%D``````EC0`!KXV%D`P0#&@D M!``!#!`'H``````0``!!C[\`%(>.A9X`````$<``"0`````,$`QH)`0`!`P0 M`>@`````#!`"B``````0```UC[\`%(>/A;0`````$>``+@````"/F(.4CYF% M:``````#&0@J$"``*``````G*/__CXF%9``(4("OB(5H`2I8(8UB```GI0`@ M`$`@(0P0*YBOH@%`!$$`!I>L`"8,$":A``````P0)N4`0"`AEZP`)B0!0``Q MC?``$:$`!``````\!!``#!`FY22$!F2/CH.4CX^%:``````!SP@J%"``!H^D M`4"/F(60`````"<9``&OF860CZ0!0`P0&I0`````$```!(^_`!0,$`)E```` M`(^_`!0GO0%(`^``"```$"$GO?_HK[\`%`P0!6P`````$$``!``````\!!`` M#!`FY22$!G2/A(58)X6`9`P0*H@D!@`&%$``#`````"'CX6N)`X``A'@`!RO MCH6`/`00`#P%$``DI2%@#!`IT"2$!I@0```6C[\`%(^$A5@GA8!L)`8`!0P0 M*H@DA`$!%$``#20(``&'F86N)!@``1,@``JOF(6`/`00`#P%$``DI2%@#!`I MT"2$!K`0```$C[\`%"0(``&OB(6`C[\`%">]`!@#X``(`````">]_]BOOP`4 M```P(0"`*"$``!@A)`<`*R0(`&(D"0!K)`H`;3P+`!"0H@```````"Q!`#`4 M(``1`$`@(2Q!`#H0(``.`$`@(0`#<(`!PW`A``YP0`'"&"&0H@`!)*4``2Q! M`#`4(``$)&/_T"Q!`#H4(/_V``-P@`!`("$0```3)*4``0`#>D`!YC`A$`#_ MY@``&"$``\*``P8P(1``_^(``!@A`&L`&0``&"$``,@2$`#_W0,F,"$`PS`A M$`#_V@``&"$0```+`,,P(1"`__T`````$(?_^``````0B/_J``-Z0!")_^P` M`\*`$(K_[0````"0K/__)*7__Q&```B/OP`4/`00`"2$!L@,$";EKZ8`'(^F M`!P`````C[\`%">]`"@#X``(`,`0(2>]_^BOOP`4/`00`#P%$`"/AH5@)*4& MX`P0*:@DA"%@/`00`#P%$`"/AH5@)*4'+`P0*:@DA"%@/`00`#P%$`"/AH5@ M)*4'?`P0*:@DA"%@/`00`#P%$`"/AH5@)*4']`P0*:@DA"%@#!`IG"0$``&/ MOP`4)[T`&`/@``@`````````````````````)[W]J*^_`!2CH``X)Z0`.`P0 M">,GI0$X%$``+`````"OL0`D`#@,$";S`B`H(2>D`#@,$`GC)Z4!.!!`_]X`````C[``((^Q M`!P`````CX*%6`````"O@H5<#!`'H*^"A52/OP`4)[T"6`/@``@`````)[W_ MR*^D`#BOI0`\CZ4`/(^D`#BOOP`4#!`/9`````"/I``XCZ4`/*^B`#0`0#`A M#!`,NP``."$80``W`$`8(8^N`#P`````C<4`$``````4H``)`````(^B`#0` M````$$``!0````",3P`4`````!7@``@`````CZ8`.`P0!.T`8"`A#!`MT`!` M("$0```J`````(Q8`!P``"@ACP0`"`P0+=BOHP`L!$$`#`!`*"$,$":A```` M`(^Y`#0`0"@ACR@`'`````"-!``(#!`F\P`````0```8`````(^I`#2/I@`X MC2H`'(^G`"R-1``(#!`$!*^E`#"/I0`P#!`MT`"@("&/I``L#!`MT``````0 M```)`````(^K`#P`````C60`$`P0!'8`````*$(``!```"$X0@`!AXR%M``` M```5@``*`````(>-A9@`````$:``!@````"/K@`\`````(W/`!00```$KZ\` M)`P0*JP``"`AKZ(`)(>8A;P`````$P``!@````"/N0`\`````(\H`!@0```$ MKZ@`*`P0*JP``"`AKZ(`*(^D`#@,$"W@)Z4`)```$"&/OP`4)[T`.`/@``@` M````)[W_L*^R`!0`P)`A!D$`!#)"`?\00``"`````"1"_@"OM@`@K[0`'*^S M`!BOL``0``"`(0``F"$`H*`A`("P(1!```.OOP`D)`X"``'"$",60``#```` M`!```#>OH@`\K[4`+#P5$``FM0E`K[$`,*^B`#R/H@`\#!`&82>D`#@"0@@K M$"``!`!`B"$0```"`D"((0!`B"$68``-`E&0(X^E`#@"P"`A#!`MZ`(@,"$$ M00`'`$"`(0P0)J$D$___`H`@(0P0)O,`0"@A``"`(0(1""L0(``1`````!9@ M``,"@"`A)!/__P*`("$,$";S`J`H(0(1""L0(``(`````(^O`#@``````?#` M(280``$"$0@K%"#_^J,````,$`8]`B`@(19`_]2/H@`\C[$`,(^U`"P````` MCZ(`/`P0+=`"P"`ACYF%@"0!``$7(0`%C[\`)(^D`#P,$`84`````(^_`"2/ ML``0C[(`%(^S`!B/M``]_W`D`0`!K[\`-!7! M``.OL``P$```)R00!`"/D(64`````"80`%<&`0`$,A`!_Q(```(`````)A#^ M`!(```0GI``_)`\"``'P@",GI``_#!`KO">%@)@\!1``)!@``209``NON0`H MK[@`'"2E"4PGI`!%```P(0``."&OH``0KZ``%*^@`!BOH``@KZ``)`P0*Z"O ML``L)Z0`/PP0`\PD!0!,/`00`"2$"7P,$`/,)`4`"PP0!A0"`"`A#!`%0@`` M``"/OP`TC[``,`/@``@GO0"0)[W_R*^R`!0`@)`AK[,`&`)%F"&OL0`0`G*( M(Q(@`"JOOP`]`#@GO=_(K[$`%`"@B"&OLP`8`."8(:^_`!ROI"`X M$B``2:^F($`"("`A```H(0P0+<@``#`AK[(`(```D"&OL``D`B`@(2>E`#`, M$"WH)`8@`!A``!8`0(`A`F`@(2>E`#`,$`7K`@`P(01``!``0)`ACXZ%E`(@ M("$!T'@AKX^%E">E`#`,$"WH)`8@`!A```<`0(`A`F`@(2>E`#`,$`7K`@`P M(01!__(`0)`A$@``#P`````&`0`%C[`@0(^P(#@0```#`````(^P($`````` M#!`FH0`````"`"`A#!`F\P!`*"$0```5C[``)!I``!./L``D`F`@(0`2*",, M$"W()`8``01```<``````F`@(2>E`#`,$"WP`D`P(1!2``>/L``D#!`FH0`` M``"/I"!`#!`F\P!`*"&/L``DC[(`(``````,$"W0`F`@(8^_`!R/L0`4C[,` M&`/@``@GO2`X)[W_Z*^D`!B/K@`8K[\`%!W```6/I``8/`00``P0)N4DA`FH MCZ0`&`P0++```````$`8(11```2O@X58/`00``P0)N4DA`G$CX.%6(^O`!B/ MOP`4`&_`(:^8A50GO0`8`^``"*^#A5PGO?_(K[$`&`"`B"&OL``4``"`(1(@ M`"FOOP`"&OCX64%B#_WZ^%A5R/L@`D``````(`$"&/OP`]_[BOLP`<`("8(:^T`"`"9:`AK[(`&`*3D".OL0`4``"( M(1)``#"OOP`DK[4`*#P5$``FM0G\K[``+(^.A52/CX5<``````'/$",$00`( M`$"`(0P0)N4"H"`ACYB%5(^9A5P``````QD0(P!`@"$6```*`E`(*@P0!6P` M````CXB%5(^)A5P"(H@E`0F`(Q(`__D``````E`(*A`@``(``````D"`(8^% MA5P"8"`A#!`KZ`(`,"&/BH5]_["OL0`0`*"((:^T`!ROM0`@K[(`%*^S`!@``)@A``"0(0"`J"$` M`*`AK[\`)!(@`!ZOI@!8K[``+">D`#P,$`9$)Z4`.(^C`#@"0I`E`B,(*Q`@ M``0`8(`A$````@(@@"$`8(`A%F``"@(PB"./I0`\`J`@(0P0!>L"`#`A!$$` M!`!`H"$,$":A``````!`F"$,$`8]`@`@(18@_^@GI``\C[``+``````20``% M`````(^D`%@\!1``#!`F\R2E"A@28``&`````(^D`%@,$";S`F`H(1```!8" MH!`A&H``%`*@$"$"H"`A)`7__PP0+<@D!@`!!$``"``````"H"`A)X6`H`P0 M+?`D!@`!)`$``1!!``<"H!`A#!`FH0````"/I`!8#!`F\P!`*"$"H!`AC[\` M)(^U`""/L0`0C[(`%(^S`!B/M``<`^``"">]`%"/A(58CXZ%7">]_^BOL``0 M`<00(Z^_`!000``;`("`(8^#@#P``````$,(*Q`@``0`8#`A$````@!`,"$` M8#`ACX2%;`P0+?`"`"@A&$```P`````0```%`@*`(01!``,`````#!`F4"0$ M``&/CX5<``````'P$",40/_I`````(^$A5@`````CX.`/(^_`!2/L``0`(/` M(:^8A50GO0`8`^``"*^$A5R/@H58CXZ$D">]_^BOOP`4KX*%7!'```2O@H54 MCX:`/!```%L`````AX^%F@`````1X``.`````(^8A90`````%P``!@`````\ M!!``#!`FY22$"C`0```#``````P0)E```"`ACX*%6`````"/F820`````!,@ M``0`````CX:`/!```$,`````AXB%F@`````1```$`````(^&@#P0```\```` M`(^&@#R/BH54`$9((0$J6",!9@@K%"``-0````"/A(5LCX6%5`P0+>@````` M&$``!@````"/C(54``````&":"$0```2KXV%5`1!``P`````)`[__PP0)J&O MCH20CX^%5(^8A5P`0"`A`?@H(PP0)H@`!2@C$```!0````"'F86:`````"(`$```$"&O M@(20$,``"@``$"&/F(54)$(``:,```"/B8`\CYF%5`!)""LG*``!%"#_^*^( MA500```")`+__P``$"&/OP`4)[T`&`/@``@``````,!`(0"H."$`IP@K)[W_ MZ*^_`!00(``4`*`0(9!#```D0@`!$&``#@!'""L!`#`A#!`M\*^H`""/J``@ M`````!1(``0D`___$````@``&"$D`___$```#P!@$"$`1P@K%"#_[@`````! M`"@A)`8``0P0+]_^BOL``0`<\8 M(P``@"&OOP`4KZ0`&!1@``FOI0`<#!`%;`````"/F(54CYF%7`("@"4#&1@C M$&#_^0````"/B(5.@+@D#P`!)!@"`"09``(D M"``"/`80`"3&"LROB(6`KYF%?*^8@#ROCX60KXZ%4`(`("$,$"JXKXF%Q"0! M__\000"C`````!```$<`0!@A)`H``1```):GBH6B)`L``1```).GBX6@CZT! M3"80__\`$'"`)`P``:>,A;0!KG@AC>(``">E`"``0"`A#!`KF*^B`4`$00`& ME[@`)@P0)J$`````#!`FY0!`("&7N``F)`%``#,9\``3(0!]`````#P$$``, M$";E)(0*X!```'F/I0%,)`@4`!```'6OB(`\)`D``1```'*GB868CXJ#G!`` M`&^OBH50)`L``1```&RGBX6<)`P``1```&FGC(6Z)`T``1```&:GC86P)`X` M`1```&.GCH6\)`\``1```&"GCX6F)!@``1```%VGF(6J)!D``1```%JGF86^ M)`@``1```%>GB(6N#!`'A0`````0``!4CZ4!3"0!`&P08?_I)`T``2AA`&T0 M(``H)`$`)A:"'BH6TAXR%H@$J6"$D M`0`!`6QH(1&A``,`````#!`'A0````"'CH6T`````!7```0`````CX2`/`P0 M!%P`````AX^%H@`````1X``'``````P0#&@``"`A#!`)%``````0```2```` M`(>8A:``````$P``!P`````,$`QH)`0``0P0!Z``````$```"`````"'F86T M`````!,@``0`````CZ0!0`P0&I0`````CX2%E```````````!($`!#""`?\0 M0``"`````"1"_@`40``$`((8(Q````,`@!@A`((8(R1C`@`\!!``/`40``1A M``(`8`@A)"$!_P`!,D,DI0KP#!`IJ"2$(6`,$"F<```@(8^_`!2/L``0`^`` M"">]`4@GO?_HK[\`%#P$$``\!1``CX:%8"2E"OP,$"FH)(0A8#P$$``\!1`` MCX:%8"2E"Q`,$"FH)(0A8#P$$``\!1``CX:%8"2E"S@,$"FH)(0A8`P0*9PD M!``!C[\`%">]`!@#X``(```````````GO?VXK[\`%">D`4@,$!C4)Z4`*"0! M__\000!4`````*^P`!PGI`%(#!`/'B>E`"@$0`!&`$"`(8^.@$``````$<`` M!P`````,$"-G)Z0!2`P0+A0GI`%($$``/2>D`4@GA(#(#!`CSR>E`4@40``& M`````">D`4@,$"/T)`4!`!!```<`````$@``,2>D`4@,$"W0`@`@(1```"TG MI`%(AX^%L``````5X``/`````(>X`#``````*P$``A0@``H`````)Z0!2`P0 M#]HGI0`H$$```R>D`4BOH``X)Z0!2`P0$`$GI0`HCYF%@"0!``$7(0`')Z0! M2">D`4@,$`@#)Z4`*!````0`````)Z0!2`P0",LGI0`H$@``!0````"/I@`X M`@`@(0P0`S8GI0%(AXB%K@`````1```%)Z0!2">D`4@,$!%P)Z4`*">D`4@, M$!C4)Z4`*"0!__\40?^Q`````(^P`!P`````#!`#E@`````,$`RN`````(^_ M`!0GO0)(`^``"```$"$GO?W(K[(`&*^P`!``@(`A`*"0(:^_`!ROL0`4``"( M(0``*"$GI``H#!`N'"0&`@`,$"X4`@`@(2A!`0`4(``'`````#P%$``DI0O< M#!`F\P(`("$0``"1C[\`'`P0+A0"`"`A*$$`910@`!P``````@"((280`)L" M,`@K$"``#0````"2#@``)`(`+Q'"``D`````)A#__P(P""L0(``%`````)(/ M````````%>+_^0`````6$0`'`````#P%$``DI0OL#!`F\P(@("$0``!SC[\` M'*(````F$``!EE@`!C0!H``S&?``%R$`!B>D`"@GI`#%#!`KO"9%`""N0``0 M)Z0`*`P0*[P"`"@AED8`!CP!__\T(0__)Z0`C">%@,P,$"N@`,$P))9&``HG MI`"4#!`KH">%@-261@`,)Z0`G`P0*Z`GA8#D`*0,$"N@)X6`Y(Y& M`!@GI`"P#!`KH">%@.P\!1``)*4+_">D`+P,$"WX)`8`")9$``8,$`BO```` M`*.B`,2&2``(`````"D!``(4(``,)Z0!*0(`("$,$`]D`D`H(1!```8`0!@A MC&4`&`P0*[PGI`#%)`D`,:.I`,0GI`$I#!`KO">%@/0GI`$O)X6`_`P0+?@D M!@`"ED0`"@P0&@@`````)Z0!,0P0*[P`0"@AED0`#`P0&DL`````)Z0!40P0 M*[P`0"@AAD8`#B>D`7$`!C(",,8`?PP0*Z`GA8$`AD8`#B>D`7DGA8$(#!`K MH##&`/\2(``&```P(2>D`8$"("@A#!`M^"0&`)L``#`A)Z(`*```&"&02@`` M)&,``2AA`?0Q2P#_`68P(10@__HD0@`!)Z0`O`P0*Z`GA8$0)Z0`*`P0`\PD M!0(`C[\`'(^P`!"/L0`4C[(`&`/@``@GO0(X$```"S""\``0```7)`(`-1`` M`!4D`@`R$```$R0"`#,0```1)`(`-!````\D`@`P)`$@`!!!__@`````)`%` M`!!!__$`````)`%@`!!!__0`````-`&@`!!!_^T`````$`#_\0`````#X``( M`````">]_WBOI`"(CZ0`B*^_`"2OL``@#!`N%`"@@"$D3@`!KZX`A">D`#<, M$"N\)X6!&)8&``26!P`"E@\`!CP%$``Q^/__K[@`$)89``HDI0P(,RC__Z^H M`!26"0`,)Z0`/3$J__^OJ@`8,,;__PP0*Z`PY___AXN%O``````18``$```` M`(X#`!@0```%E@8`"`P0*JP``"`A`$`8(98&``B6!P`.CZP`A*^C`!"OK``4 MC@T`$#P%$``DI0P@)Z0`6S#&__\PY___#!`KH*^M`!@GI``W#!`#S"0%`$R/ MI`"(CZ4`A`P0`\P`````E@X`!C0!H``QS_``%>$`!8^_`"2.!0`0#!`#S"8$ M`""/OP`DC[``(`/@``@GO0"(```````````GO?VHK[\`%`P0&=0`````HZ`` M.">D`#@,$`GC)Z4!.!1``,``````K[``&"00``$,$!A?)Z0`.(>.A;J'CX6J M`$X8)A'@`"<`````$&``!``````GI``X#!`1<">E`3B/F(6``````!<0`!2/ MHP%(CZ,!2```````````!&$`!#!B`?\00``"`````"1"_@`40``$`&(@(Q`` M``,`8"`A`&(@(R2$`@`,$`1V`````!````0`````CZ,!2`P0!'8`8"`A!$$` MD2>D`#@\!1``)*4,O`P0)O,GI``X$```BR>D`#@08`!I`````(^9@$`````` M$R``!P`````,$"-G)Z0`.`P0+A0GI``X$$``?R>D`#@GA($H#!`CSR>E`#@4 M0``&`````">D`#@,$"/T)`4!`!!``",GI``XCXB%@``````5$``4CZ,!2(^C M`4@```````````1A``0P8@'_$$```@`````D0OX`%$``!`!B(",0```#`&`@ M(0!B(",DA`(`#!`$=@`````0```$`````(^C`4@,$`1V`&`@(01!`%HGI``X M/`40`"2E#-0,$";S)Z0`.!```%0GI``X)Z0`.`P0`L0GI0$X!$$`!0`````\ M!1``)*4,[`P0)O,GI``XAXF%K@`````1(``$`````">D`#@,$!%P)Z4!.(^* MA8``````%5``#`````"'H@%``````"A!``(4(``'`````"A!``(4(``$```` M`">D`#@,$`]D)Z4!.(^+A8``````%7``,2>D`#B/HP%(```````````$80`$ M,&(!_Q!```(`````)$+^`!!``"D`#@,$`GC M)Z4!.!!`_T8`````C[``&``````,$`RN`````(^_`!0GO0)8`^``"`````"/ MCH6`)[W_Z"0!``$5P0`%K[\`%`P0"?(`````$```!(^_`!0,$`HQ`````(^_ M`!0GO0`8`^``"``````GO?_8K[(`&*^Q`!0\$1``/!(0`*^T`""OLP`]`"@GO?^X MCXZ$I*^R`!BOL``0`("`(0"@D"&OOP`LK[8`**^T`""OM0`DK[,`'!G```.O ML0`4#!`$=@'`("$\%!``/!40`#P6$``FU@V,)K4->":4#6"O@(2D``"((203 M``$GI``^#!`$JR0%``8GI``^`@`H(0P0"Y,"0#`A!$$`.:^"A*0GI``^`@`H M(0P0"_<"0#`A!$$`,Z^"A*0GI``^`@`H(0P0"N8"0#`A!$$`+:^"A*0F,0`! M%C,`$B>D`#Z/CX64)`$`!A7A``0"H"`A#!`FY0*`("$"H"`A#!`FB"0%``:2 M&````````!,```4GI``^`@`@(0P0)O,"P"@A)Z0`/B>E`#\,$"OH)`8`!2>D M`$,,$`2K`F`H(2>D`#X"`"@A#!`+DP)`,"$$00`-KX*$I">D`#X"`"@A#!`+ M]P)`,"$$00`'KX*$I">D`#X"`"@A#!`*Y@)`,"$$0/_5KX*$I!(@``D````` M/`00`"2$#9P,$":()`4`!CP%$``DI0VX#!`F\P(`("$\!1``)*4-Q`P0*G0" M`"`A%$```P`````0``!!)`+__PP0&XD"`"`A!$$`"`````".60`0CXB$I``` MB"$,$`1V`R@@(1``_Z0GI``^EDD`!C0!H``Q*O``%4$`%`````".10`0#!`$ MJR9$`"`$00`*`````#P%$``DI0W0#!`F\P(`("$"`"`A#!`*,0)`*"$0```D MC[\`+(Y+`!```````DM@(:&``""N0``0D@T``"0!`"\5H0`0`````)(#``$` M````$&``"R0.`"XP8@#_$$``":("``"2`@`")A```11`__VB`@``$```!(Y" M`!@D#@`NH@X``(Y"`!B&3P`(KD(`'"GA``(4(``$KD(`%`(`("$,$!`!`D`H M(0``$"&/OP`LC[``$(^Q`!2/L@`8C[,`'(^T`""/M0`DC[8`*`/@``@GO0!( M)[W_P*^_`!2OL``0KZ4`1`"`&"&4;@``-`''<1'!``,`P(`A$```GR0"__\G MI``@)&4``@P0*^@D!@`$)Z0`)`P0!*LD!0`4!$$`")>B`"`\!!``)(0-Z`P0 M)H@D!0`4$```D"0"__^7H@`@```````">@(``LH`,RC_`#'X`/\#"$@EI@D` M!)>J`"(```````I:`@`*:@`QKO\`,6P`_P&.>"6N#P``E[D`)```````&<(" M`!E*`#$K_P`S"`#_`0M0):8*``:7K0`F```````-8@(`#7H`,?C_`#&.`/\! MV,@EIAD`"I>I`"@```````E"`@`)4@`Q3/\`,0L`_P%L:"6F#0`,EZ,`*@`` M`````WH"``/"`#,9_P`Q[@#_`=E`):8(``B7I``L```````$2@(`!%H`,6S_ M`#$J`/\!3&@EI@T`#I>O`"Z7J@`P``_"`@`/R@`S*/\`,PX`_P'(2"4`"F(" M,8T`_P`)7```"GH`,?G_``%MP"4#&7`EK@X`&)>H`#27N``V``A*`@`(6@`Q M;?\`,2P`_P&-4"4`&,H",RX`_P`*?```&$(`,0O_``'N2"4!*V`EK@P`$)>M M`#(```````U2`@`->@`Q[O\`,5D`_P,N&"4P8___$&``!``````L80#_%"`` M"#!X``$\!!``)(0.``P0)H@D!0`4$```)R0"__\P>``!`P,P(8^D`$0`P"@A MKZ8`.`P0!*NGHP`^EZ,`/H^F`#@$00`(CZ@`1#P$$``DA`X<#!`FB`#`*"$0 M```6)`+__X^H`$0``````0-((9$K__\`````$6``!P`````\!!``)(0..`P0 M)H@`P"@A$```"20"__^.`@`0```````````$00`$,$(``1!```(`````)$+_ M_H^_`!2/L``0`^``"">]`$`GO?]XK[\`-*^E`(P`P#@AKZ<`D"0&``8,$"J( M)X6!,(^G`)`00``$)Z0`/1```%0D`O__)Z0`/20%`$8,$`2KKZ<`D(^G`)`$ M00`'`````#P$$``DA`Y0#!`FB"0%`$80``!')`+__SP%$``D[@`&).\`"B3X M``PD^0`().@`#B3I`!@GJ@"$).L`$*^K`"ROJ@`HKZD`)*^H`""ON0`O M`!P\!!``)(0.\`P0)H@D!0`4$```4B0"__^'KP`<`````*8/``27N``>```` M`*X8``"7N0`@`````*89``:7J``B`````*8(``J7J0`D`````*8)``R'J@`F M`````*8*``B'JP`H`````*8+``Z7K``JEZX`+``,;``!KG@EK@\`&)>X`#"7 MJ``R`!C,``,H2"6N"0`0EZ(`+@`````00``$`````"Q!`/\4(``(,$H``3P$ M$``DA`\(#!`FB"0%`!00```F)`+__S!*``$!0A@ACZ0`/`!@*"$,$`2KKZ,` M-(^C`#0$00`(CZL`/#P$$``DA`\D#!`FB`!@*"$0```7)`+__X^K`#R7K``N M``````%L:"&1KO__`````!'```<`````/`00`"2$#SP,$":(`&`H(1````DD M`O__C@(`$```````````!$$`!#!"``$00``"`````"1"__Z/OP`4C[``$`/@ M``@GO0`X``````````"/CH50)[W_Z*^_`!21SP``)`$`+17A``X`````D=@` M`0`````7```*`````!2```8`````CX.%6```("&O@X5<$```)*^#A500```B M)`0``12```HD`0`!CX2%4`P0+=@``"@ACX.%6`!`("&O@X5<$```&*^#A50D M`0`!%($`""0!``2/A(50)`4#`0P0+=@D!@&V$```#P!`("$D`0`$$($`!``` M``"/A(5L$```"0````"/A(50)`4``@P0+=@D!@&VCX.%6`!`("&O@X5]_^@0@``&K[\`%"0!``$0 M@0`$C[\`%`P0+=``````C[\`%">]`!@#X``(IX"%FB>]_:BOI`)8CZ0"6*^_ M`!2OI0)<)Z4!+*^F`F"OIP)D#!`KF*>@`DPL1P`!%.``!8^N`F2/J`)<$``` M.8^N`F"/K@)D`````!7```6/J`)J`3*/I`)8/`40``P0)O,D MI0_`$``"."0"__^7J@$RE0L`!C%"\``Q;/``%$P`!20!0``Q30__$```%Z>M M`DPD`4``%$$`!X^D`EB/I`)8#!`O`DP` M````$,\!F@````"/I`)8`,`H(0P0+FBOIP)4CZ<"5`1```0`````CZ@"7!`` M`9``````#!`FH0````"/I`)8#!`F\P!`*"$0``&@)`+__Y>X`3(D`4``,QGP M`!/I`)8CZ0"6`P0')$`````$```!`````"/I`)8#!`N6``````$00`) MCZD"7`P0)J$`````CZ0"6`P0)O,`0"@A$``!BB0"__^/J0)<`````)4C``8! M($`ACZ0"6(4&``X,$"YP`&`H(01!`"H`````CX*%3"0!``(400`?`````(>+ MA9P`````$6``%H^D`EB/I`)8#!`;-``````$0``)`````(^L`ER/I`)8E84` M!H6&``X,$"YP``````1!`!4`````#!`FH0````"/I`)8#!`F\P!`*"$0``%D M)`+__X^D`E@\!1``#!`F\R2E#_P0```(``````P0)J$`````CZ0"6`P0)O,` M0"@A$``!5R0"__\0``%5```0(1#@`!$`````EZH"3``````0R@`F`````(^D M`E@,$"YH`,`H(01!`"$`````#!`FH0````"/I`)8#!`F\P!`*"$0``%#)`+_ M_X>-A9P`````$:``$X^D`EB/I`)8#!`<%P$`*"$$0``&`````(^D`E@,$!LT M``````1!``P`````#!`FH0````"/I`)8#!`F\P!`*"$0``$N)`+__X^D`E@\ M!1``#!`F\R2E$"P0``$H```0(1#@`!*/I`)8EZX"3``````0S@`[`````(^D M`E@,$"YH`,`H(01!`#8`````#!`FH0````"/I`)8#!`F\P!`*"$0``$6)`+_ M_X^D`E@`8"@A#!`N<```,"$$00`I`````(^"A4PD`0`"%$$`'@````"'CX6< M`````!'@`!6/I`)8CZ0"6`P0&S0`````!$``"`````"/N`)E`"@,$"YX)`8!``1!``@`0#`A M#!`FH0````"/I`)8#!`F\P!`*"$0``#7)`+__X^E`EPGI``H#!`JB"2E`"`4 M0``$E[D!,A```,\``!`AE[D!,B0!0``S*?``%2$`!X^D`EB/I`)8#!`I`38`````%RD`!X^D`EB5"P`,EZP!.``````1;``'CZ(" M4(^D`EB5!0`*E08`#`P0+I``````CZ("4`````"/OP`4)[T"6`/@``@````` M)[W_X*^_`!2OI``@`*`8(91B``80```P,$+P`"0.``&D;@`(K&``$!```#8` M`!`ACZ0`("1E`"`D!@#_#!`N>*^C`"2/HP`D!$$`"*QB`!`,$":A`````(^D M`"`,$";S`$`H(1```"<``!`AC&\`$```$"$`;\`A$```(J,``"",>0`0```` M`!<@``2/I``@$```'```$"&/I``@#!`MV```*"$$00`&KZ(`'`P0)J$````` MCZ0`(`P0)O,`0"@ACZ(`'!```!"/OP`4K&``$!````P``!`A)`%``!!!_]`D M#@`!-`&``!!!_^4`````-`&@`!!!_\^/I``@$`#_]*Q@`!"/OP`4)[T`(`/@ M``@``````````">]_\"OL@`4K[\`'*^S`!BOL0`0KZ0`0`"@D"&.3@``/!D0 M`#'/`/\`#\"`)SD_(`,9F"&.<0```````!(@`&```!`AK[``()8H`!`````` M%0``&0````".)``8`````!"```,`````#!`M=0````".,````````!(```0` M````CBD`!`````"N"0`$CB(`!``````00``$`````(XJ````````K$H```P0 M+74"("`A$```/JY@``".*P`,CDP````````5;``W`````(8M``B&3@`$```` M`!6N`#(`````CC``'``````2```K`````(X$``B/I0!`#!`J=``````40``A M`````)8O`!``````)?C__Z8X`!".!``(`````!"```,`````#!`M=0````". M`@```````!!```0`````CAD`!`````"L60`$C@,`!``````08``"`````*QB M``".*``<`````!40``(`````KB(`'`P0+74"`"`AC[``(!````\"(!`AC@(` M```````40/_7`$"`(8^P`"`0```(```0(8XP````````%@#_I@(`B"&/L``@ M````````$"&/OP`]`$`GO?_@K[\`%(RF```\ M`Q``,,X`_P`.>(``;Q@AC&,_(``````08``9```0(8QX``P`````%P8`$``` M``"$>0`(A*@`!``````7*``+`````(QE`!@,$"ITKZ,`'(^C`!P40``#```` M`!````@``!`A$```!@!@$"&,8@```````!1`_^H`0!@A```0(8^_`!0GO0`@ M`^``"``````GO?_8K[\`%*^D`"B,I@``/`,0`##.`/\`#GB``&\8(8QC/R`` M````$&``+@````",>``,`````!<&`"8`````A'D`"(2H``0`````%R@`(0`` M```D!``,#!`7]*^C`"2/HP`D$$``"0!`*"&/I``HKZ,`)`P0&`NOI0```4C+D````````S*`#_``A(@`$J("&,@@```````!!```2L M8@``C&L``!````*M8P`$K(,``*Q@``0`8!`AC[\`%">]`"@#X``(`````">] M_]"OLP`8/`(0`"1"/R`\$Q``)G-#(`!3""NOL@`4`$"0(1`@`!VOOP`] M_D`"0,$`2K)`4" M`!!```2/I`(X$```P20"__^/I`(X#!`KO">E`"0D!``(#!`7MB>E`+@``"@A M)Z,`)```("&0;@``)(0``2B!`?0QSP#_`>4H(10@__HD8P`!```@(2>D`D`G MHP(XD'C^@"1C``$`9`@K,QD`_Q0@__L`N2@C)*4!`"0!`0`4H0`#`````!`` M`*(D`@`"%*(`H```$"&3H@#`)`$`,1!!``8D!``-)`0`#0P0%[8GI0"@K@(` M$"0$``T,$!>V)Z4`K*X"`!@D!``(#!`7MB>E`(BF`@`&)Z0!)0P0*G0GA8&L M%$``(@`````D"``!KXB%>`P0&APGI`$MI@(`"@P0&F,GI`%-$```$*8"``PD M!``(#!`7MB>E`6VOH@`@)`0`"`P0%[8GI0%UCZD`(```````"5(``4)8):8+ M``Z3H@#`$```60````"3H@#`)`$`,Q!!_^\D!``()`$`-!!!_^PD!``($``` M4`````"O@(5X)`0`"`P0%[8GI0"0I@(`"B0$``@,$!>V)Z4`F*8"``R3H@#` M$```1`````"/I`(X#!`N%`````"/K`(X)`$`+P&":"&1KO__`````!7!``P` M````#!`N%`&`("&/KP(X``````'BP"&C`/__EAD`!@`````W*$``$```1J8( M``:6"0`&`````#4J@``0``!!I@H`!B0+``*F"P`()Z0`P0P0$`$"`"@ACZ0" M.`P0$`$"`"@AE@T`!@`````UKH``$```-*8.``:6#``&`````#6/8``0```O MI@\`!I88``8`````-QD@`!```"JF&0`&E@@`!@`````U"4``$```):8)``:6 M"@`&)@0`(#5+H`"F"P`&#!`KO">E`,$0```=`````)8-``8`````-:X0`!`` M`!BF#@`&$$#_O8^D`C@D`0`P$$'_NH^D`C@D`0`Q$$'_T20+``(D`0`R$$'_ MZ0`````D`0`S$$'_W``````D`0`T$$'_U``````D`0`U$$'_VP`````D`0`V M$$'_Y0`````0```")`(``0``$"&/OP`4C[``$`/@``@GO0(X)[W_Z!````VO MOP`4#!`2#0`````0```4C[\`%`P0$8T`````$```$(^_`!0,$!-1`````!`` M``R/OP`4CX*%?"0!``$00?_Q`````"0!``(00?_R`````"0!``,00?_S```` M`(^_`!0GO0`8`^``"``````GO?_(AXZ%JJ^P`"@`H(`AK[\`+!'``#BOI``X MAX^%K@`````1X``T`````(^$A<26!@`&#!`IJ">%@;0,$"ZP)@0`&)8$``H` M0!@AKZ,`-`P0,1PPA/__CZ,`-!!```D`0#@AC.8``(^$A<2OHP`T#!`IJ">% M@;R/HP`T$```"HQX`!"6!@`*CX2%Q*^C`#0GA8'$#!`IJ##&__^/HP`T```` M`(QX`!".!@`0C&@`##P'$`"OJ``0C&D`"``8R("OJ0`4C&H`!`#Y."&OJ@`8 MC&L``(SG$B"OJP`%@]_[BOOP`TKZ0` M2`"@0"&5`@`&)`%``#!"\``000$YC[\`-(>.A:(`````$<``40`````0``!( M-`&``(^D`$@GA8'0#!`N>"0&`/XGAX'0!$$`"0!`&"$,$":A`````#P$$``D MA!*<#!`F\P!`*"$0``$DC[\`-`#C>"&AX```CZ8`2(^$A<0\!1``#!`IJ"2E M$K@0``$;C[\`-(48``@`````*P$``A0@`!``````CZ0`2`$`*"$,$`_:KZ@` M3(^H`$P00``)`$`8(8^$A<0\!1``CZ8`2(QG`!@,$"FH)*42U!```0>/OP`T MC0<`$```````````!.$`!##C`?\08``"`````"1C_@`48``$`.,0(Q````,` MX!`A`.,0(R1"`@`$00`"`$`((20A`?\``)A9X`````%2``4S0!@`"'BH6@`````!%``%8`````$```330!@``GAX'0 MCZ0`2`#@*"$,$"YX)`8`_B>'@=`$00`)`$`8(0P0)J$`````/`00`"2$$PP, M$";S`$`H(1```,N/OP`T`.-8(:%@``"/I@!(CX2%Q#P%$``,$"FH)*43*!`` M`,*/OP`TCX2%Q(^F`$@GA8'8#!`IJ*^H`$R/J`!,`````(4,``@`````*8$` M`A0@``\`````CZ0`2`$`*"$,$`_:KZ@`3(^H`$P00``(`$`8(8^$A<0\!1`` MC&8`&`P0*:@DI1-$$```J(^_`#2-!P`0```````````$X0`$,.,!_Q!@``(` M````)&/^`!1@``0`XQ`C$````P#@$"$`XQ`C)$("`(^$A<0\!1``!$$``@!` M""$D(0'_``$R0PP0*:@DI1-0$```D(^_`#0T`8``$$'_S``````T`:``$$'_ ML``````0``"(C[\`-(>-A:H`````$:``;`````"'CH6N`````!'``"D````` M)00`&*^B`#P,$"ZPKZ@`3(^H`$P`0!@AE00`!@P0$_FOHP!$CZ@`3(^C`$25 M!@`*E0<`#(T/`!`\"1``KZ\`$(QX`!"/KP!(`!C(@`$Y2"&-*1(@CX2%Q*^I M`!2,:@`,/`40`*^J`!B,:P`()*437*^K`!R,;``$`````*^L`"",;0`4KZ\` M*"6N!VP,$"FHKZX`)(^H`$P0```UCZD`/(^$A<2/I@!()X6!X*^B`#P,$"FH MKZ@`3(^H`$P0```LCZD`/">'@="/I`!(`.`H(0P0+G@D!@#^)X>!T`1!``D` M0!@A#!`FH0`````\!!``)(03@`P0)O,`0"@A$```(@``````X\`AHP```(^$ MA<0\!1``)*43G`P0*:@`X#`A$```&0````"%&0`(`````"LA``(4(``4```` M`(^D`$@,$`_:`0`H(1!```\`0!@ACX2%Q#P%$`",9@`8#!`IJ"2E$[00```( M`````(^I`#PT`8``$2'_[``````T`:``$2'_T`````"/A87$#!`NF"0$``H0 M```9C[\`-(T'`!````````````3A``0PXP'_$&```@`````D8_X`%&``!`#C M$",0```#`.`0(0#C$",D0@(`CX2%Q#P%$`"/I@!(!$$``@!`""$D(0'_``$Z M0PP0*:@DI1/$C[\`-">]`$@#X``(`````">]_]B'CH6JK[``&`"@@"&OOP`< M$<``8J^D`"B'CX6N`````!'@`%X`````E@0`!@P0$_D`````CX2%Q(8&``@, M$"FH)X6!Y`P0+K`F!``8KZ(`))8$``H,$#$<,(3__Q!```<`0!@ACX2%Q(QF M```,$"FH)X6![!````>6!``,E@8`"H^$A<0GA8'T#!`IJ##&__^6!``,#!`Q M/#"$__\00``'`$`8(8^$A<2,9@``#!`IJ">%@?P0```'E@(`!I8&``R/A(7$ M)X6"!`P0*:@PQO__E@(`!A```!%@@P0```3CZ(`)(^$ MA<0\!1``#!`IJ"2E$^00```-CZ(`)"0!(``00?_H`````"0!8``00?_E```` M`#0!@``00?_L`````!``__``````CZ(`)#P&$`",6``0C$@`"(Q'``P`&,B` MKZ@`$`#9,"&,20`$C,82((^$A<0\!1``)*41H`P0*:BOJ0`4CX2%Q(^F`"@, M$"FH)X6!8(8*``@`````*4$``A0@``H`````CZ0`*`P0#]H"`"@A$$``!0!` M&"&/A(7$C&8`&`P0*:@GA8%DE@L`!C0!H``Q;/``%8$`!0````"/A(7$)X6! M;`P0*:@F!@`@/`T0`(VM/-``````$:``!@````"/A87$#!`QB`!H0``#-,$+P`#P/$`"-[SS0`````!'@``8`````CX6%Q`P0,7(D!`!D M$```UP````"/F(7$`````(\"````````)$+__P1!``:O`@``CX6%Q`P0,@XD M!`!D$```RP````"/B(7$)!D`9(T)``0`````H3D``(^*A<0`````C4L`!``` M```E;``!$```OZU,``0\#1``C:T\T``````1H``&`````(^%A<0,$#%R)`0` M;!```+4`````CXZ%Q`````"-P@```````"1"__\$00`&K<(``(^%A<0,$#(. M)`0`;!```*D`````CYB%Q"0/`&R/"``$`````*$/``"/F87$`````(\I``0` M````)2L``1```)VO*P`$/`P0`(V,/-``````$8``!@````"/A87$#!`QD`!#P+$`"-:SS0`````!%@``8`````CX6%Q`P0,7(D M!`!C$```<0````"/F87$`````(\B````````)$+__P1!``:O(@``CX6%Q`P0 M,@XD!`!C$```90````"/BH7$)`P`8XU.``0`````H(``(^%A<0, M$#(.)`0`MF``$/`@0`(T(/-``````$0``!@````"/A87$#!`Q MO`!H`````,>D!`!$@``0D`@`M$````B0" M`'(D`@`MCX6%Q`P0,@XP1`#_$```'0````"7N0`:`````#,J`0`10``-```` M`(^+A<0D#@!RC7@`!"0"`'*C#@``CXR%Q`````"-B``$`````"4-``$0```, MK8T`!(^)A<0D#P`MC3D`!"0"`"VC+P``CXJ%Q`````"-2P`$`````"5N``&M M3@`$/!@0`(\8/-``````$P``#@````"7J``:`````#$-`(`1H``$)`0`+1`` M``(D!`!W)`0`+8^%A<0,$#%R`````!```#$`````CXR%Q`````"-@@`````` M`"1"__\$00`.K8(``)>I`!H`````,2\`@!'@``0D`@`M$````B0"`'C#@``CXB%Q`````"-#0`$`````"6L``$0```,K0P`!(^/ MA<0D"0`MC?D`!"0"`"VC*0``CXN%Q`````"-:@`$`````"5.``&M;@`$/!@0 M`(\8/-``````$P``'`````"7K0`:`````#&L`$`1@``*EZ\`&C&H"``1```$ M)`(`>!````(D`@!S)`(`>!````H`0"`AEZ\`&@`````QZ0@`$2``!"0"`"T0 M```")`(`4R0"`"T`0"`ACX6%Q`P0,7(`````$```30````"/F87$`````(\B M````````)$+__P1!`!RO(@``EZH`&@`````Q3@!`$<``"I>X`!HQ2P@`$6`` M!"0#`'@0```")`,`X`!H`````,PP(`!&```0D`P`M M$````B0#`%,D`P`M`&`0(8^%A<0,$#(.,$0`_Q```"L`````EZT`&@`````Q MJ`!`$0``%)>X`!HQKP@`$>``!"0"`'@0```")`(`L`!H`````,8@` M(!$```0D`@`M$````B0"`'(D`@`MCX6%Q`P0,@XP1`#_$```'0````"7K0`: M`````#&I`"`1(``-`````(^/A<0D&0!RC>H`!"0"`'*A60``CXN%Q`````"- M;@`$`````"78``$0```,K7@`!(^(A<0D#``MC0T`!"0"`"VAK```CXF%Q``` M``"-+P`$`````"7Y``&M.0`$/`H0`(U*/-``````$4``#@````"7K@`:```` M`#'8`!`3```$)`0`+1````(D!`!W)`0`+8^%A<0,$#%R`````!```#$````` MCXN%Q`````"-8@```````"1"__\$00`.K6(``)>H`!H`````,0P`$!&```0D M`@`M$````B0"`'A60``CXZ%Q`````"-V``$```` M`"<+``$0```,K!````(D`@!S)`(`>!````H`0"`AEZP`&@`` M```QB`0`$0``!"0"`"T0```")`(`4R0"`"T`0"`ACX6%Q`P0,7(`````$``` M30````"/C87$`````(VB````````)$+__P1!`!RMH@``EZD`&@`````Q.0`( M$R``"I>J`!HQ+P0`$>``!"0#`'@0```")`,`J`!H` M````,4L$`!%@``0D`P`M$````B0#`%,D`P`M`&`0(8^%A<0,$#(.,$0`_Q`` M`"L`````E[@`&@`````S#@`($<``%)>J`!HS#`0`$8``!"0"`'@0```")`(` MK`!H`````,6X`!!'```0D`@`M$````B0"`'(D`@`MCX6%Q`P0,@XP M1`#_$```'0````"7N``:`````#,(``01```-`````(^,A<0D#0!RC8D`!"0" M`'*A+0``CX^%Q`````"-^0`$`````"H`!(^.A<0D"P`MC=@` M!"0"`"VC"P``CXB%Q`````"-#``$`````"6-``&M#0`$/`D0`(TI/-`````` M$2``#@````"7N0`:`````#,J``(10``$)`0`+1````(D!`!W)`0`+8^%A<0, M$#%R`````!```#$`````CX^%Q`````"-X@```````"1"__\$00`.K>(``)>N M`!H`````,A+0`` MCYF%Q`````"/*@`$`````"5/``$0```,KR\`!(^+A<0D#@`MC7@`!"0"`"VC M#@``CXR%Q`````"-B``$`````"4-``&MC0`$/`D0`(TI/-``````$2``'``` M``"7J@`:`````#%/``$1X``*EZL`&C%9`@`3(``$)`(`>!````(D`@!T)`(` M>!````H`0"`AEZL`&@`````Q;@(`$<``!"0"`"T0```")`(`5"0"`"T`0"`A MCX6%Q`P0,7(`````$```3H^_`!2/F(7$`````(\"````````)$+__P1!`!RO M`@``EZ@`&@`````Q#0`!$:``"I>I`!HQ#`(`$8``!"0#`'@0```")`,`="0# M`'@0```*`&`0(9>I`!H`````,2\"`!'@``0D`P`M$````B0#`%0D`P`M`&`0 M(8^%A<0,$#(.,$0`_Q```"R/OP`4EZH`&@`````Q60`!$R``%)>I`!HQ2P(` M$6``!"0"`'@0```")`(`="0"`'B/CH7$,$,`_XW8``0`````HP(``(^-A<0` M````C:@`!``````E#``!$```%*VL``27J0`:`````#$O`@`1X``$)`(`+1`` M``(D`@!4)`(`+8^9A<0P0P#_CRH`!`````"A0@``CXN%Q`````"-;@`$```` M`"78``&M>``$C[\`%">]`!@#X``(`````)"B```\!A``),8?(`#"<"&1SP`! M`````#'X``@3```.`````"2$__\<@``#)*4``1```"XD`O__D*(````````` MPL@ADR@``0`````Q"0`(%2#_]``````8@``5```8(2Q!`#`4(``2`````"Q! M`#@0(``/```````#4,`D2__0)(3__P%+&"48@``))*4``9"B````````+$$` M,!0@``0`````+$$`.!0@__0``U#`&(``#@!@$"&0H@```````!!```D````` M`,)@(9&-``$`````,:X`"!7```0`8!`A$````B0"__\`8!`A`^``"``````` M````)[W_X*^_`!0,$"RP`````!1```ZOH@`]`"`GO?_@KZ0`((^D`""OOP`4#!`N%``````,$!?T)$0``1!```8`0"`A MCZ4`(`P0*[ROI``"&AX``)H@``!I(X```"("`A`SC((9,Y'R$D!0`J,R@``PP0,ZBB"``' M%$``#"0)``$"("`A#!`SJ"0%`%L40``')`D``0(@("$,$#.H)`4`/Q!```,` M````)`D``:()``B/@H2P`````!!```(`````K%```(^*A+0"`!`A%4```J^" MA+"OD(2TC[\`'(^P`!2/L0`8`^``"">]`"@GO?_`CX*$M*^P`!2OL0`8`("( M(:^_`!P40``#`$"`(1```#\D`@`!#!`N%`(@("&OLP`H$@``.`!`F"&OL@`D M)!(`+Y(.``<`````$<``!@````"2#P`)DC@````````5^``G`````)(9``@` M````$R``#``````F!``)#!`G)`(@*"$00``>`````"0(``&B"``&C[,`*(^R M`"00```@)`(``88&``0``````F8(*A0@`!,``````B9((9$B````````$$`` M!`(@("$44@`,``````(@("$,$"J()@4`"11```<`````)`H``:(*``:/LP`H MC[(`)!````DD`@`!CA`````````6`/_.`````(^R`"0`````C[,`*```$"&/ MOP```````8@_Q<````````0 M(8^_`"2/L``0C[$`%(^R`!B/LP`]`!@GO?_HKZ0`&(^N`!BOOP`4/!@0`),80T"1 MSP```````!7X``@`````/`40`"2E0T`!P"`A#!`JB"0&`"`00``:`````#P$ M$`"/I0`8)(1#0`P0+?@D!@`@CZ0`&`P0,]P`````$$``!`````",0P`($``` M#`````"/F8)D``````]`!@#X``(`&`0(0``````````)[W]J*^Q`!@` M@(@AK[\`'">D`5BOL``4#!`8U">E`#0$0`!$C[\`'">D`5@,$`\>)Z4`-`1` M`#X`0(`AK[,`*#P3$`"OL@`LK[0`)">4@H`GDH)X)G,A8(^.@$``````$<`` M!`)`("$,$"-G)Z0!6`)`("$,$"//)Z4!6!1```8`````)Z0!6`P0(_0D!0$` M$$``"">D`5@2```8)Z0!6`P0+=`"`"`A$```%">D`5@GI`%8)Z4`-`(`,"$, M$!KE`B`X(1!```,`````#!`MT`(`("&'CX6N`````!'@``G`5@GI`%8#!`8U">E`#0$0``&`````">D`5@,$`\>)Z4` M-`1!_\\`0(`AC[(`+(^S`"B/M``D`````(^_`!R/L``4C[$`&`/@``@GO0)8 M)[W^R*^P`!``H(`AK[\`%*^D`3@GI``L`.`H(0P0*[ROI@%``$`@(0P0,Y`G MA8*(CZ4!.`P0,Y``0"`A#!`;B0!`("$$00`#`````!```#D`"R/I`$X#!`0`0(`*"$GI``L#!`/V@(`*"$GI``L M`@`H(0!`,"$,$`R[)`<``01!``,`0#@A$```%R0"__\80``%`````(^D`3B/ MI0%`#!`$!">F`"R.&``4AYF%O*^X`2P3(``$`````(X(`!@0```$KZ@!,`P0 M*JP``"`AKZ(!,">D`"P,$"W@)Z4!+(^B`4``````C[\`%(^P`!`#X``()[T! M.">]_^``@$`AK[\`%)$.```!`!`A%<```P``,"$0```+)`<`+Y!#```D!P`O M`&`@(12'``(D0@`!`$`P(9!#````````%&#_^@!@("$4P``'`````#P%$``D MI4-@#!`T>">$@I@0```XC[\`%*#`__\DQO__D0\````````1X``#`````!`` M``(!`"`A)X2"G#P%$``DI4-@KZ8`&`P0-'BOJ``@CZ8`&(^H`"`40``()`<` M+SP"$`"40D-F`````#!"\``X0D``$```&"Q"``&'@X6<```````#&"L08``3 M`&`0(0$`("&OI@`8#!`;-*^H`""/I@`8CZ@`("Q#``$08``))`<`+SP%$``D MI4-@`0`@(0P0'!>OI@`8CZ8`&"0'`"\L0P`!`&`0(1!```.@QP``$````@`` M("$D!/__`(`0(8^_`!0GO0`@`^``"``````GO?NXKZ0$2(^N!$BOOP`DK[0` M(*^R`!BOLP```!@````"/ MI``8#!`N:#!%#_^/HP`<`````(>8A;(`````$P``!P``$"&/I``8E&4`"I1F M``P,$"Z0````````$"&/OP`4)[T`&`/@``@````````````````GO?ZXKZ0! M2(^D`4BOOP`4KZ4!3`P0-'@GI0`@%$``!0`````D#@`1KXZ%3!```$$D`O__ MCX^%3"0!``(1X0`#`````!```#LD`O__#!`TA`````"OL``8$```(`!`@"&/ ML``8$```,R0"__\,$"N````@(8^X`4ROH@%``P#()S,H`?\,$"N``0(@)0!` M&"$\!!``CZ8!2"2$%VROHP%`)X6"R`P0-)```#@A#!`T@"0$__\,$#2<)Z0! M0!("``^/HP%`#!`TG">D`4`6`O_]`````!````F/HP%`)`'__Q!!_]\````` M$$#_X``````0`/_P`````(^C`4``````,&D`?Q4@``4D"P`%``-2`Q%```>/ ML``8)`L`!8^P`!BOBX5,$````R0"__^/L``8```0(8^_`!0GO0%(`^``"``` M```GO?ZXKZ0!2(^D`4BOOP`4#!`T>">E`"`D`?__%$$``P`````0```Q)`+_ M_PP0-(0`````K[``&!```!8`0(`AC[``&!```"DD`O__/`00`(^F`4@DA!=X M)X6"T`P0-)```#@A#!`T@"0$__\,$#2<)Z0!0!("``^/H@%`#!`TG">D`4`6 M`O_]`````!````F/H@%`)`'__Q!!_^D`````$$#_Z@`````0`/_P`````(^B M`4``````,$X`?Q7```4D&``%``)Z`Q'@``>/L``8)!@`!8^P`!BOF(5,$``` M`R0"__^/L``8```0(8^_`!0GO0%(`^``"``````GO?^XK[``$`"`@"$6```& MK[\`%#P$$``,$"+`)(086!```'@``!`A)`X``2>/A,BOCX3,KXZ$Q*^0A,"O M@(30#!`?Y20$`)P``"`A#!`=52>E`#040``#`````!```&D``!`ACYB$T``` M```K`7__%"``!@`````\!!``#!`BP"2$&&@0``!?```0(8^$A-`,$"RP)(0` M8*^U`"@40``'`$"H(3P$$``,$"+`)(08>(^U`"@0``!3```0(209``$FJ`!< MKXB$S*^9A,2OD(3`#!`?Y20$`)P``"`A#!`=52>E`#040``$`````(^U`"@0 M``!$```0(:^Q`"0FL0!=`B`@(:Z@`%BNH`!4HJ``40P0(C6BH`!0D$D````` M```5(``U`J`0(:^T`""2(@`#)C$``R04``@45``%)`$``9(J``,0```(HJH` M4"0!``$400`&CZT`-)*K`%$`````)6P``:*L`%&/K0`T`````#&N``01P``= M`````*^R`!ROLP`8``"8(1(@`!,``)`ADB\````````5]``+`````"8P``,, M$"X4`@`@(0!2""H4(``%``````(`F"$,$"X4`@`@(0!`D"$,$"(U`B`@(11` M_^\`0(@AKK,`5*ZR`%B/LP`8C[(`'`````"/M``@``````*@$"&/M0`HC[$` M)`````"/OP`4C[``$`/@``@GO0!()[W_P*^Q`!"OI`!``*"((:^_`!0D#@`! MKBX``(^O`$``````$>``%0````"/@H3$`````"A!``H4(``'`$`8(3P$$``, M$"+`)(08B!```)T``!`A`$`8(21"``&O@H3$)&0`%`P0'\^OHP`PK[(`'`!` MD"$0```$K[``(*^R`!P``)`AK[``(`P0'@HGI``L%$``!0!`@"&/L``@C[(` M'!```(@``!`A$D``!@`````"0"`A#!`@#P(`*"$0```#C[@`+`!`D"&/N``L M`````#,9``$7(``&CZH`+(XH```D`?_^`0%()*XI``"/J@`LCBP``(^"A,`Q M2P`$`6QH):XM``"03@``)`$`?!7!`">/KP!`)$(``:^"A,`,$!X*)Z0`+!1` M``4`0(`AC[``((^R`!P0``!C```0(0)`("$,$"`/`@`H(8^O`"P`````,?@` M`1<```:/J0`LCCD``"0!__X#(4`DKB@``(^I`"R.*P``,2H`!`%+8"6N+``` MCXV$P"0!`'R1K@```````!7!``,`````$`#_W@&@$"&/@H3``````(^O`$`` M````$>``!0``("&/I``P$````B2$`!X``"`A#!`?SZ^"A,``0(@A`D`@(0P0 M(`\`0"@A$D``"`)`@"$"`"`A#!`@,0(@*"$,$"(U`@`@(11`__H`0(`AC[@` M0``````3```/CZD`0(^9A,`D`0`IDR0``"]_\"OL0`4K[\`)`"`B"&OM``@ MK[(`&*^S`!RN(```#!`?SR0$``:/CH3`KZ(`/)'#`````)`A$&``*@`````D M%`!\$'0`)P`````D$P`I$',`)`````"OL``H#!`>4">D`#`40``$`$"`(8^P M`"@0```B```0(8^O`#"..0``,?@``0,90"460``'KB@``(^I`#".*P``,2H` M!`%+8"40```$KBP```)`("$,$"`/`@`H(8^-A,`"`)`AD:,````````08``& MC[``*!!T``2/L``H%'/_X0````"/L``H`````!9```2/H@`\#!`?SR0$``F/ MH@`\`````(^_`"2/L0`4C[(`&(^S`!R/M``@`^``"">]`$`GO?_0K[\`%*^D M`#`GI``@#!`>IJ^P`!"/HP`P%$```P!`@"$0``!(```0(8^.A,`D!@`JD<(` M```````01@`&C[@`((^O`"`"`!`A$```/JQO``"/N``@`````#,9``$7(``' M)`@`!#P$$``,$"+`)(08P!```#0``!`A)`@`!!1&``NL:```CZD`(``````Q M*@`"$4``!@`````D!``*#!`?\P(`*"$0```9)`8`*A1&`!<`````)`0`!@P0 M'_,"`"@A#!`?SR0$``<"`"`A#!`@,0!`*"$"`"`A#!`@,0(`*"$,$!_/)`0` M!@(`("$,$"`/`$`H(0P0'\\D!``)`@`@(0P0(`\`0"@A)`8`*H^+A,`````` M)6P``:^,A,"1;0`!`````!6F``<"`!`A/`00``P0(L`DA!C<$````@``$"$" M`!`AC[\`%(^P`!`#X``()[T`,">]_[BOL@`8KZ0`2(^2A,"/K@!(K[\`'*^P M`!2MP```DD(``!```.`F4@`!KY*$P`P0'\\D!``!$``!$Z^B`$2ODH3`#!`? MSR0$``(0``$.KZ(`1*^2A,`,$!_/)`0``X^O`$BOH@!$C?@````````W&0`# M$``!!*WY``"22```)`$`7A4!``8`````#!`?SR0$``6OH@!$$```!"92``$, M$!_/)`0`!*^B`$221```)`$`71"!``0`````)`$`+12!``4`````#!`?Y292 M``&21````````!"``#<`````)`$`71"!`#0`````K[$`)"0!`"T4@0`E```` M`))$``$F4@`!)`$`71"!``,`````%(``!0`````,$!_E)`0`+1```!V21``` MDE#__@"`B"$F*0`!)A```0$P""H0(``)`C`(*CP$$``DA!CH#!`BP*^2A,"/ ML0`D$```S0``$"$",`@J%"``!P`````,$!_E`@`@(280``$",`@J$"#_^P`` M```0```#)E(``0P0'^4F4@`!DD0````````0@``%C[$`)"0!`%T4@?_2)`$` M+8^Q`"0`````#!`?Y0``("&22@``)`$`71%!``B/JP!(/`00`"2$&/P,$"+` MKY*$P!```*L``!`ACZL`2"92``&-;````````#6-``.M;0``$```H:^2A,"O MDH3`)`0``0P0'54GI0!`%$```Z^B`$00``";```0(8^B`$B/K@!`C%D``#'8 M``4#&7@E$```DJQ/``"ODH3`/`00``P0(L`DA!D,$```C@``$"$\!!``)(09 M'`P0(L"ODH3`$```B```$"&22````````!4```<`````/`00`"2$&3`,$"+` MKY*$P!```'X``!`A#!`?SR0$``BOH@!$DD0``"92``$,$!_EKY*$P`P0'^4` M`"`ACZD`2`````"-*@```````#5,``,0``!LK2P``"92__\\!1``)*49/`)` M("$,$#2HKY*$P!Q```8`0(`A/`00``P0(L`DA!E($```80``$"&/DH3`*$$` M`@)":"&1HP``%"``!0`````D`0`J%&$``@`````D4/__CZ(`2"0!``&,2P`` M`````#5N``$6`0`%K$X``(Q8````````-QD``JQ9```,$!_/)`0`"!X```.O MH@!$$```"*^2A,"21```#!`?Y292``$F$/__'@#_^P````"ODH3`#!`?Y0`` M("$0```ZCZ(`1"0!`%L00?\S`````"Q!`%P0(``D)`$`7B0!`"D400`$+$$` M*A``_YZODH3`+$$`*A`@`!$D`0`N)`$`)!!!_Q8`````+$$`)1`@``8D`0`H M$$#_D@`````0`/^W)E+__R0!`"@00?]^`````!``_[(F4O__)`$`+A!!_PP` M````+$$`+Q`@_ZL`````)`$`*A!!_X@`````$`#_IR92__\D`0!>$$'^]P`` M```L00!?$"``!R0!`'PD`0!<$$'_@P`````0`/^<)E+__R0!`'P40?^8```` M`!``_W&ODH3`CZ(`1`````"/OP`0```*,(*R2$__\4(/_[H)D``"2B``&@ MI@``H$```"1"``&@0````^``"``````GO?_8)XZ$R*^_`!00C@`:KZ4`+*^P M`!@`@(`A#!`B-0(`("$00``#`````!``__L`0(`AD@\``"0!``<5X0`%C[D` M+(^X`"P0```$`A@0(X^Y`"P``````S`0(P`"0@,Q"0#_,$H`_Z(*``*B"0`! MC[``&`````"/OP`4)[T`*`/@``@`````)[W_Z`"`&"$08``*K[\`%">.A,@0 M;@`(C[\`%)!O```D`0`&%>$`!(^_`!0,$"`/)&0``X^_`!0GO0`8`^``"``` M```GO?_8K[$`$`"`B"&OOP`4$B```P"@&"$48``&`````#P$$``,$"+`)(09 M7!```%L``!`ADBX`7"0!`)P1P0`&`````#P$$``,$"+`)(09;!```%(``!`A MCB(`5``````00``=`````)!%``"OHP`L#!`SJ`!@("&OL``8$$``#@!`@"&. M)0!4CB8`6`P0*H@"`"`A$$``"`````".+P!4)A```9'E```,$#.H`@`@(11` M__0`0(`A%@``!8^P`!B/L``8$```-0``$"&/L``8CZ,`+`````"O@X38DC@` M40`````3```&``````(@("$,$""M`&`H(1```"F/OP`4K[``&)(E`%``8(`A M$*``%@(@("$,$#.H`&`@(1!``!T`0(`A`B`@(0P0(*T"`"@A$$``!280``&/ ML``8$```%R0"``$F$``!DB4`4`P0,Z@"`"`A%$#_\P!`@"$0```.C[``&`(@ M("$,$""M`@`H(1!```0`````C[``&!````]_^@`@$`AKZ4`'(^N`!PE!P`H MKX>$X`#@&"&OB(3<`0`0(:^_`!0D!@`*KXZ$U*Q````DQO__K&```"1"``0< MP/_[)&,`!"4$`%T,$"#0KZ@`&(^H`!@00``(```0(8^O`!PD`@`!K0\``(^8 MA-00```"K1@`*```$"&/OP`4)[T`&`/@``@`````)[W_J*^P`!``@(`A$(`` M_*^_`!2OL0`8#!`B-0(`("&2!0```$"((1```.<`H!@ACXZ$U(^/A-@````` M$<\`[`````"/L0`8$```\0``$"&/F(34`````),9````````$R``XP````"/ ML0`8$```Z```$"&/B(34`````)$)````````%2``!`````"/L0`8$```WP`` M$"&/BH34`````"5+``$0``#2KXN$U(^-A-0F!``#D(P``)&N````````$8X` M!`````"/L0`8$```T```$"$,$"X4KZ0`1(^D`$0H00`"%"``"@!`,"&/A834 M#!`JB*^F`$B/I@!($$``!`````"/L0`8$```P0``$"&/CX34``````'FP"$0 M``"TKYB$U(^9A-0`````DR4````````0H``%``````P0,Z@F!``#%$``!``` M``"/L0`8$```KP``$"&/B(34`````"4)``$0``"BKXF$U(^*A-0`````D44` M```````0H``%``````P0,Z@F!``#$$``!`````"/L0`8$```G0``$"&/BX34 M`````"5M``$0``"0KXV$U(^,A-0DL/_L`B`@(0P0(-"OK``\$$``#X^Q`!B/ MCH3<`!!X@`'/$"&,6````````!<```6/L0`8C[D`/`````"L60``C[$`&!`` M`(0D`@`!C[$`&!```($``!`ACXB$U"2P_^("("`A#!`@T*^H`#000``/C[$` M&(^)A.``$%"``2H0(8Q+````````%6``!8^Q`!B/K0`T`````*Q-``"/L0`8 M$```;20"``&/L0`8$```:@``$"&03```)`$`!A&!``,`````$```7"81``./ MCH34)@0``PP0(-"OK@`P$$``!8^O`#"/L0`8$```6R0"``&/KP`P`@`@(0P0 M(C6OCX34$$``!0!`@"&06```)`$`!A,!_^X`````C[$`&!```$X``!`AD%D` M`"0!``@7(0`#```8(9!#``,`````)`$`"A2A``0D"``!$````Z^@`"`D"``! MKZ@`((^)A-0F!``#HZ,`+`P0(=BOJ0`DCZH`().P`"P`2@@J%"``&0!`&"$2 M```(`B`@(8^+A-0`````D6T````````5L``+CZP`)`(@("$,$"#0KZ,`*(^C M`"@00``%CZP`)(^Q`!@0```F)`(``8^L`"2/KP`@)&/__P&#<"$`;P@J$"#_ MZ:^.A-2/L0`8$```'```$"&/L0`8$```&20"``$\!!``#!`BP"2$%Y"/L0`8 M$```$P``$"$L80`H$"#_^````````\"`/`$0```X""&,.`"0``````,```@` M````%B#_"0(@@"&/L0`8`````#P$$``,$"+`)(07I```$"&/OP`4C[``$`/@ M``@GO0!8)[W_X*^P`!"OOP`X$```#``````D2__]+6$`!A`@__@` M``````M8@#P!$```*P@AC"L!,``````!8``(`````*^0A-0"(!`AC[\`'(^Q M`!2/L``0C[(`&`/@``@GO0`@)XZ$R!2.``,`````$```$@``$"&0CP`!D(@` M`C'X`/\`&,H`,0D`_P,I&"$48``#`````!````@``!`AD(H``"0!``<500`$ M`(,0(1````(`@Q`C`(,0(0/@``@`````)[W_L*^U`!``@*@A$J``!:^_`!00 MH``#`````!3```8`````/`00``P0(L`DA!?($```8X^_`!22K@!<)`$`G!'! M``8`````/`00``P0(L`DA!?<$```6H^_`!2OL0`LK[(`*)"D````P)`A$(`` M3R2Q``&OLP`@K[0`'"04`"8D$P!]_^@`@#`A/`00 M`*^_`!0\!1``)*48%`P0*:@DA"%@#!`IG"0$``&/OP`4)[T`&`/@``@````` M```````````GO?_`KZ0`0(^D`$"OOP`4#!`N%*^Q`!`H00`$$"``"`!`B"$\ M!!``/`40`"2E&A`,$";S)(09\!```(6/OP`4#!`LL"0$`!"OLP`D%$``"0!` MF"$\!!``/`40`"2E&E`,$";S)(0:,(^S`"00``!XC[\`%(^N`$"OL``@K[(` M'`'1@"&2`O__)A#__Y'2````````$%(`%``````D$0`!)`$`9Q1!``0D`0!P M$```"J)Q``DD`0!P%$$``P`````0```%HG$`"#P%$``DI1I<#!`F\P(`("&2 M`O__)A#__Q12__`D`0!G$%(`#0`````\!!``/`40`"2E&I`,$";S)(0:<`P0 M+74"8"`AC[``((^R`!R/LP`D$```38^_`!2B````CZ\`0``````E^``!K[@` M0)'Y``$#`(`A$R``$`````"2`@``)`,`7!!2``P`````%$,`!@````"2"``! M`````!$```(`````)A```9("``$F$``!%$#_]`````"2"0```````!$R``T` M````/`00`#P%$``DI1K`#!`F\R2$&J`,$"UU`F`@(8^P`""/L@`D`D0,$"N\K[``$(^"@$``````$$``50!`@"&OM0`HK[8` M)#P6$``\%1``K[,`+">S`D0FM2%@)M8:_*^Q`#".!```#!`@0@)@*"$00``I M`$"((8X&```"8!`AC,X``">D`40";@@K$"``"R02``&03P``)$(``:"/``". M!@``)(0``8S8`````````%@(*Q0@__<`````C@(`!`````"00P```````!!@ M``@`````H(,``)!#``$D0@`!%&#__"2$``&.!@```````(S%`"@,$"N\```` M`(X$```GI0%$#!`B32>F`$0"8"`A#!`KO">E`$02(``%`````)(9``D````` M%R#_S@`````20``-`````)((``@`````$0``!P*`("$"H"`A`L`H(0*`,"$, M$"FH`F`X(0*`("$,$"N\`F`H(8X0``P60``$C[$`,!8`_[L`````C[$`,(^S M`"R/M0`HC[8`)`````"/OP`]`U"'CH6X)[W^ MV*^_`!0`@#`A$<``&P"@."$GI``=#!`KH">%@O@GI``=)Z4!)@P0)<8D!@`" M)`'__Q!!``4`````DZ\!)B0!`'$5X0`#``````P0*9P``"`A#!`N%">D`280 M0``%`````).X`28D`0!Y$P$`!```$"$0```")`(``0``$"&/OP`4)[T!*`/@ M``@`````AXZ%IB>]_MBOOP`4KZ0!*!'``!:OI0$L/`40`(^F`2@DI1L(#!`K MH">D`!^/I0$HCZ8!+`P0)<8GI``?)`'__Q1!``2/I`$H#!`IG```("&/I`$H M#!`N%``````40``$```0(1````(D`@`!```0(8^_`!0GO0$H`^``"``````G MO?_HK[\`%*^D`!@GA(,(KZ4`'`P0-,2O@(60%$``!*^"A5`\#A``)8A;RGCX6^KXJ%Q`P0)1NO@(5P)`'__Q!!`((````` M$```+0!`&"&/A(.<#!`U!``````0``!SKX*%<"0+``$0``!PIXN%H(^,@YP0 M``!MKXR%4"0-``$0``!JIXV%I"0.``$0``!GIXZ%J"0/``$0``!DIX^%K"08 M``$0``!AIYB%GB09``$0``!>IYF%JB0(``$0``!;IXB%MB0)``$0``!8IXF% MKB0*``$0``!5IXJ%N"0+``$0``!2IXN%H@P0)7L`````#!`IG"0$``$0``!- MCZ0`&"0!`&\080!)`````"AA`'`0(``H)`$`=B0!`&808?_4`````"AA`&<0 M(``2)`$`;"0!`&(08?_&`````"AA`&,0(``')`$`8R0!`#\08?_F`````!`` M`#:/I``8)`$`8Q!A_\$D"P`!$```,8^D`!@D`0!L$&'_Q20.``$H80!M$"`` M!R0!`&TD`0!H$&'_O"0-``$0```FCZ0`&"0!`&T08?^])`\``1```"&/I``8 M)`$`=A!A_\0D"0`!*&$`=Q`@`!(D`0!X)`$`=!!A_[@D&0`!*&$`=1`@``-A:*'CX6JAYF%G@&-<"&'B86V M`<_`(0,90"$D`0`!`0E0(1%!``L`````/`00`#P%$`"/AH5@)*4;J`P0*:@D MA"%@#!`E>P`````,$"F<)`0``8^+A7``````%6``%0````"'C(6B`````!6` M``8D#@`4AXV%J@`````1H``,)`\``20.`!0\!!``/`40`"2E&^PDA"%@KXZ% M<`P0*:@D!@`4$````P`````D#P`!KX^%<(^"A7````````(20`!`("$,$`1< MKX*`/(>8A:``````$P``!P`````,$`QH)`0``0P0!Z``````$```'0````"' MF86B`````!,@``<`````#!`,:```("$,$`D4`````!```!,`````AXB%J@`` M```1```'``````P0#&@``"`A#!`)%``````0```)`````(>)A9X`````$2`` M!0`````,$`QH)`0`!`P0`H@`````AXJ%J``````10``$C[\`%`P0$&\````` MC[\`%">]`!@#X``(```0(8^#A/`GO?_@K[\`%`"`2"$`H$`A%&``$Z^`@YPI M(0`"$"```P`````0``!1)`+__XT#``0D`0`MD&X````````5P0`')!D``I./ MA/0`````)?@``1````.CF(3T)!D``J^9@Y23BH3T`````!%```<`````KX.$ M\`$@("$,$"JX`0`H(1```#N/OP`4D&<``"1C``$4X``%`````"1C__^O@X3P M$```,B0"__^O@X3P`,`@(0#@*"&CIP`?KZ@`)`P0,ZBOJ0`@DZ<`'X^H`"2/ MJ0`@$$``!`!`&"$D!``Z%.0`"B1#``$\!!``/`40`(T&```DI1P$#!`IJ"2$ M(6`0```;)`(`/R1#``&0:P```````!5D`!8`X!`ACXR#E``````!B0@J$"`` M"```````#&B``0UP(8W/```EF``!KYB#E!````FOCX.]`"`#X``(`````">]_^BO MOP`4/`00`#P%$`"/AH5@)*4<.`P0*:@DA"%@/`00`#P%$`"/AH5@)*4<9`P0 M*:@DA"%@/`00`#P%$`"/AH5@)*4]`"`#X``(`````">]_[B/CH6(K[8`(*^U`!ROL``4 M`("`(0#`J"$`H+`AK[\`)`7!``2OM``8/`00``P0)N4DA!V(#!`N%`(`("&/ MA(6(`@`H(0P0+?``0#`ACX2%B```@"$GI0`_#!`MZ"0&``$D%``!%%0`)@`` M``"OL0`PK[(`+*^S`"@D$P`))!(`("01``J3HP`_`````!1Q``8`````C[$` M,(^R`"R/LP`H$```%P`````0<@`+`````!!S``D`````)J___P(/""H0(``% M`````).X`#\"T,@A)A```:,X``"/A(6()Z4`/PP0+>@"@#`A$%3_Y@````"/ ML0`PC[(`+(^S`"@`````%$```P`````0```+)`+__Z^Q`#`$00`%`M"((0P0 M)J$`````#!`FY0!`("&B(```C[$`,```$"&/OP`DC[``%(^T`!B/M0`]_NBOOP`L MK[0`*`"`H"&OL@`@K[,`)*^P`!@,$`RNK[$`'(^&A6"/AX7`/`40`"2E':`G MI`!0KZ8`$`P0*Z`DYP`!)!#__R>1@Q@GDH,@)Y.#*">D`%`GI0`\#!`EQB0& M`!004``&`````">D`#P,$"IT`B`H(11```0GI``\#!`FY0)`("$GI``\#!`J M=`)@*"$40/_P)Z0`4`P0#&@"@"`A%$#_[">D`%`\!!``)(0=]`P0)H@``"@A MC[\`+(^P`!B/L0`]`1@`````)[W_Z*^D`!BO MI0`;(^.A92/KP`]`!@#X``(```` M`(^&A4PGO?_H&,``#*^_`!2/CH/P``````#.""H0(``'```````&>(`\`A`` M`$\0(8Q"*=`0```)C[\`%#P$$``\!1``)*4>?`P0*Z`DA$2`/`(0`"1"1("/ MOP`4)[T`&`/@``@``````*`8(01A``,`8`@A/`$`$"1A__\``34#)[W_X*^_ M`!00P``*KZ0`((^D`"`GA8-`KZ,`)`P0*:BOI@`%@U0,$"F<)`0``8^_ M`!0GO0`8`^``"```````H!@A)[W_X`"`."$\!!``K[\`'#P%$`"/AH5@)*4> MF"2$(6`,$"FHKZ,`$#P$$``,$#'6)(0A8(^_`!PGO0`@`^``"``````````` M```````````GO?_@K[``%*^Q`!@`H(@A`("`(:^_`!P"`"@A#!`G)`(@("$4 M0``-)`(``9(.``$F$``!%<``!`(@("$0```'```0(0(@("$,$" Organization: Silicon Graphics, Inc., Mountain View, CA Subject: PAX for the IRIS 4D (Part 2 of 4) Message-Id: <33706@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL ----------------------- cut here (Part 2 of 4) -------------- M`)#"``$DQ@`!%$#_JR5K``&19````````"R"``$40``$C[\`%#B"`"\L0@`! MC[\`%">]`!@#X``(`````````````````````">]_[BOOP`4K[``$`P0+=@` M`"@A!$$``P!`@"$0```J```0(0(`("$,$#8L)Z4`(!1```8`````EZX`)B0! M0``QS_``$>$`!P`````,$"W0`@`@(208`!2OF(5,$```&@``$"$,$"RP)`0` M$!!```<`0!@A)`0@``P0++"OHP!$CZ,`1!1```RL8@`,CYF%3!!@``.ON0`8 M#!`M=0!@("$,$"W0`@`@(8^H`!@``!`A$```!:^(A4RL<```K&``"*Q@``0` M8!`AC[\`%(^P`!`#X``()[T`2">]_^``@!@A$&``!:^_`!2,9``,`````!2` M``4`````)`X`#J^.A4P0```+)`+__XQO``"OHP`@#!`M=:^O`!R/HP`@#!`M M=0!@("&/I``<#!`MT`````"/OP`4)[T`(`/@``@`````)[W_Z*^P`!``@(`A M$@``!:^_`!2.#@`,`````!7```4`````)`\`#J^/A4P0```A```0(8X"``B. M&``$``````,"""H4(``$`````*X```B.`@`(K@``!!1```D`````C@0``(X% M``P,$"BP)`8@`!Q```.N`@`($```#@``$"&.`@`$CAD`#``````#(A@AE&@` M"```````2$@AK@D`!(QJ````````$4#_X@``````8!`AC[\`%(^P`!`#X``( M)[T`&">]_\"OL0`8`("((:^P`!0`H(`A$B``!:^_`!R.)0`,`````!2@``0` M````)`X`#A```%BOCH5,CB,`!(XD``BOL@`D`&0(*A`@``<``````*-X(8WX M``0``````A@(*A`@``8D$@`!KB``!(XC``2.)``(`````"02``$`9`@J%"`` M"``````,$"?D`B`@(1!``"0`````KB``!(XC``0`````CB4`#```````HQ`A MC%D`!``````"&0@J%"``&0````".)``(``````"D&"$`0P@K$"``$0``D"&, M2``$`````!40``8``````$5((ZXI``2/L@`D$```)X^_`!R42@`(``````!* M$"$`0P@K%"#_\@```````)`A$```&JXD``060``%`````"0+`!:/L@`D$``` M%Z^+A4R.)`````"0(:X@``BN(``$```H(0P0+<@``#`A$$``!`````"/L@`D M$```#(^_`!P6```$`````(^R`"00```'C[\`'(XD``@`````CB,`!!``_[P` M9`@JC[\`'(^P`!2/L0`8`^``"">]`$`GO?_H`(`8(1!@``6OOP`4C&4`#``` M```4H``%`````"0.``ZOCH5,$```#R0"__^,9``$C&\`"```````CP@J$"`` M!0``````I,`ACP(`!!````:/OP`4C&0`````*"$,$"W()`8``8^_`!0GO0`8 M`^``"``````D@P`!D&X``"2"``X1P``-`````"1C``$`8@@K$"``"0````"0 M;P```````!'@``4`````)&,``0!B""L4(/_Y``````/@``@`9!`C)[WO<*^E M$)2/KA"4K[\`%*^D$)`5P``%KZ80F"0/``ZOCX5,$```H"0"__^/I!"0#!`V M+">E$&@00``$E[@0;A```)DD`O__E[@0;B0!0``S&?``$R$`!H^D$)`D"``4 MKXB%3!```)`D`O__CZ00D```*"$,$"W()`8``01!``.OHA"($```B"0"__^/ MHQ"4CXF%3*^T`#P`8*`A%&,`?J^I$(ROM@`DK[<`(*^^`!PD'@`$)!?__R>V M`&:OL``XK[$`-*^R`#"OLP`LK[4`*(^D$)`"P"@A#!`MZ"0&$``45P`(`$"H M(8^*A4P`````%5X`!`````"/HQ"4$`#_]8^D$)`<0``.`L)8(0*@$"&/M0`H MC[``.(^Q`#2/L@`PC[,`+(^T`#R/M@`DC[<`((^^`!P0``!=C[\`%`+"6"$" MRP@K$"``,P+`@"&6#````````!&``"H`````CZT0E(^N$)@F$@`"`D`@(0P0 M*)T!KH@A)$,`#@`#&((``QB``H.8(0(S""L0(``.`````"0/`!:/L``XC[$` M-(^R`#"/LP`LC[0`/(^U`"B/M@`DC[<`((^^`!ROCX5,$```.B0"__^6&``` M`A;((ZZ8``"/J!"(IH,`"`,H2"&NB0`$DA$`$*(``!`FA``*`D`H(0P0+?@D M9O_VHA$`$`)@H"$F$``0`M50(0(*""L4(/_/``````+56"$!<`@K$"``#X^M M$)0D#``%C[``.(^Q`#2/L@`PC[,`+(^T`#R/M0`HC[8`)(^W`""/O@```"`````"3F(-P```` M`!,```,`````$```(P``$"$G@X-T/`40`"2E(3"C@(-P)Z0"*`P0*[ROHP*H MCZ,"J">D`C8,$"N\`&`H(2>D`B@,$"W8```H(01``!$`0"`A)Z4`)B0&`@(, M$"WHKZ0`("0!`@(400`(CZ0`(#P$$``DA!\@)Z4`)@P0*^@D!@("KZ``'(^D M`"`,$"W0`````(^B`!P`````C[\`%">]`J@#X``(```````````GO?_HK[\` M%`P0,8BOI``8CZ0`&`P0-(``````C[\`%">]`!@#X``(```````````GO?_H MKZ0`&*^F`""/I@`8K[\`%*^G`"20P@`,`*`8(3!.``(5P``*`&`@(3!/`(`1 MX``$`````#18``(0```#H-@`#!```!`D`O__`&`@(2>E`"`,$#>"KZ8`&(^F M`!@`````D-D`#``````S*``@$0``!`!`&"$0```")`/__P!`&"$`8!`AC[\` M%">]`!@#X``(````````````````)[W_H*^R`!``H)`AK[\`'*^V`!2OMP`8 MDD,`#"0!``(P;@`2``"X(17!`!``@+`ACD(`"``````00``,`````(Y/``0` M````%>(`#`````".6````````!<```@`````,'D`1!<@``8``!@A#!`RX`)` M("$0```"`$`8(0``&"$08``#`````!```&TD`O__K[,`-))(``VOL``PDDH` M##P3$```"$B``FF8(8YS)X`Q2P`$%6``5P````"OL0`LK[0`**^U`"2.0@`$ M)!3__P!`@"$"<(@C'B``$@(`("$,$#*7`D`@(114``@`````C[``,(^Q`"R/ MLP`TC[0`*(^U`"00``!.)`+__XY0``0``````G"((QH@__$``````@`@(0+` M*"$``#`A#!`\,`(@."$00``#`$"H(0!0B",F,?__CDP``(Y.``0!D6@CKDT` M`(Y"```!T7@A!$$``ZY/``00```"```8(0!`&"&26``-/`@0```8R(`!&4`A MC0@G@(Y)``0``````0E0(P%#""H0(``#``````P0,WH"0"`A$J``&`+QN"&2 M2P`,`````#%L`$`1@``-C[``,`P0,I<"0"`A%%0`"8^P`#"/L``PC[$`+(^S M`#2/M``HC[4`)!```!8D`O__C[``,(^Q`"R/LP`TC[0`*(^U`"00```/`N`0 M(8Y"``00`/^P`M&P(0P0+A0"P"`ADD0`#0!`@"$"P"@A#!`M\`!`,"$"`!`A MC[``,(^S`#0`````C[\`'(^R`!"/M@`4C[<`&`/@``@GO0!@```````````P MI0#_```8(9""````````%$4``P!`,"$`@!@A`$`P(13`__DDA``!`^``"`!@ M$"&0B```D*D``!$```H@A``"%0D`"I"*__^0J0`!$4``!2"E``(12?_WD(@` M``/@``@!21`C`^``"``)$",#X``(`0D0(P```````````````!2%``,DQ@`! M$```'P``$"$DQO__$,``$P````"0HP``D((``"2E``$40P`.``````!`&"$4 M8``#)(0``1```!(``!`A),;__Q#```8`````D*,``)""```DI0`!$$/_]0!` M&"$4P``#`````!````4``!@AD(X``)"O__\DI?__`<\8(P!@$"$#X``(```` M`"0"`_4````,$.```P`````($#Q``````!"```(`````K((```/@``@````` M`````">]_\B/AX.@)`$``:^_`!2OI``XKZ4`/!3A`!^OI@!`CXZ#E(^O`#@! MP!@A`&\(*A`@``X`````C[@`/``.R(`#&4`AC00``"0!`"V0B0```````!4A M``4`````D(H``0`````50``#`````!```*@D`O__#!`J=">%@Z040``&```` M`(^#@Y0D`O__)&,``1```)^O@X.4CXR#E(^K`#P`#&B``6UX(8WN``"/AX.@ M)`$`.@''P"&3!0```````!"A``>OA8.8CZ0`0`P0,ZBOI0`TCZ4`-!1``#,` M0!@ACYF#D(^'@Z`3(``;`````(^I`#PD"``*HZ@`*Z.E`"J-)```#!`N%``` M``"/J@`\)`0``HU%```,$"WP`$`P(3P$$``,$"X4)(0I1#P%$``DI2E$)`0` M`@P0+?``0#`A)`0``B>E`"H,$"WP)`8``H^'@Z``````CXN#E(^L`#P`"VB` M`8UX(8WN```DYP`!`#H(^#@Y0D M!P`!)&,``:^#@Y2OAX.@$```6R0"`#\D0P`!D&@``"0!`#H5`0!!`````(^) M@Y2/I@`\``E0@`#*$"&,2P``CX>#H``````!9Q@AD&P``0`````1@``&```` M`"1M``$E+P`!KX^#E!```"VOC8.E`"8,$"WP)`8``B0'``&OAX.@$```'R0"`#^/BX.4C$H` M`"5L``&OC(.4)$(`!*^*@YPD!P`!$```%:^'@Z"/B8.4CZT`/``)>("/AX.@ M`:]P(8W8```DYP`!`P?((9,H````````$0```P`````0```&KX>#H(^#@Y0D M!P`!)&,``:^#@Y2OAX.@KX"#G`"@$"&/OP`4)[T`.`/@``@`````)`($)``` M``P0X``#``````@0/$```````^``"``````D`@0`````#!#@``,`````"!`\ M0``````#X``(`````"0"!!<````,$.```P`````($#Q```````/@``@````` M)`($70````P0X``#``````@0/$```````^``"```$"$GO?_0KZ4`-*^G`#R/ MIP`T`(`8(3P.?_\USO__K[\`%*^F`#@D#P`")!@`9*.X`"FCKP`H)Z8`'*^N M`!ROHP`@KZ,`)">E`#@,$#>"`.`@(8^Y`"``````HR```(^_`!0GO0`P`^`` M"````````````(`0(8"H```TC0`#$0``)`&D<"*`J0`!`*YX(!$@`!\````` M@*H``@`````10``:B*P``("K``.8K``#$6``%*B,```AI/_]@>@``2'O``01 M```3((0`!('I__X`````$2``#@````"!ZO__`````!%```F)[/_]@>L``)GL M```58/_QK(P```/@``@``````^``"+B,``.@B@`"H(D``0/@``B@B``````` M```````0P``;`(`X(1"D`!D``````(4(*A0@``@HP0`0`*80(`""""H0(``$ M*,$`$!```%THP0`0*,$`$!0@``4`````,*(``S"#``,00P`+`````!#```<` M`````*88(8"B```DI0`!)(0``12C__R@@O__`^``"`#@$"$00``;*,$`("0! M``$000`0`````"0!``(000`'`````("B```DI0`!)(0``23&__\0```.H(+_ M_X2B```DI0`")(0``B3&__X0```(I(+__H"B``"$HP`!)*4``R2$``,DQO_] MH(+__:2#__XHP0`@%"``%BC!`!",H@``C*,`!(RH``B,J0`,C*H`$(RK`!2, MK``8C*T`'"2E`"`DA``@),;_X*R"_^"L@__DK(C_Z*R)_^RLBO_PK(O_]*R, M__@0`/_JK(W__"C!`!`4(``.*,$`!(RB``",HP`$C*@`"(RI``PDI0`0)(0` M$"3&__"L@O_PK(/_]*R(__@0`/_RK(G__"C!``04(/^S`````(RB```DI0`$ M)(0`!"3&__P0`/_XK(+__"C!`!``IB@@%"``!0"&("`PH@`#,(,``Q!#``T` M````$,#_JP`````DI?__`*88(R2$__^`H@``)*7__R2$__\4H__\H((``0/@ M``@`X!`A$$``&RC!`"`D`0`#$$$`$``````D`0`"$$$`!P````"`HO__)*7_ M_R2$__\DQO__$```#J""``"$HO_^)*7__B2$__XDQO_^$```"*2"``"`HO__ MA*/__22E__TDA/_]),;__:""``*D@P``*,$`(!0@`!8HP0`0C*+__(RC__B, MJ/_TC*G_\(RJ_^R,J__HC*S_Y(RM_^`DI?_@)(3_X"3&_^"L@@`]_\B/ MCH4`K[<`+```N"&OO@`PK[\`-*^V`"BOM``@K[4`)*^R`!BOLP`6A0`VV``!`L`P(31/``&OCX4`KX:% M"*^8A02O@H4,`$`H(8^&A0@DDP`'/!Y__S?>X```$YB")!7__@#`B"$``)`A MCB,`````````8!`A,%D``1<@`!T"((`A`&"`(8X"````$R"`,$@``14```X` M`````B`P(:^&A0@4L``"KB(```(@*"&.(P````````!@@"&.`@```````#!) M``$1(/_V``````(D$"$"`@@K%"``!```````40@K$"``90``````8!`A`B"` M(0!5B"0"$0@K%"#_VP````"/BH4,`````!(*``,`````$```!*^%A102-@`% M)E(``:^%A100``!F```0(292``$N00`"%"#_S```````H(@A```@(0P0/$2O MA844CXN%#`!`@"$E;``$$8(`"P`````F<@?_`!*2PC!#``,08``2`!*30"0- M``0!H[@C`%>`(1````T"5Y`ACX6%%(^.A0P``````<5X(P7A``(!X`@A)"$` M`P`!P(,">)`C)E((```2DL(`$I-``A+((0,P""L0(``$`]((*Q```#T``!`A M`]((*Q`@``H"0*`A/`1__PP0/$0TA.``)`'__Q1!``0"7I`C$```,@``$"$" M7I`C#!`\1`)`("$D`?__%$$`!0`````,$#Q1`@`@(1```"@``!`ACXB%#`*7 M2",""5`AK1```"5+__RN"P``CXR%#`(`*"$EC0`$$;``!3;"``&-C@`````` M`#7/``&MCP``CA@```````"OF(4,CYF%#!``_WRO(@```$`P(0#0""L0(``& M-,D``8S(````````KXB%$*S#```TR0`!$+$`!*XI``"OAH4($```!*^%A10` MP"@AKX6%%*^&A0@F(@`$C[\`-(^P`!"/L0`4C[(`&(^S`!R/M``@C[4`)(^V M`"B/MP`LC[X`,`/@``@GO0`X)(+__*^"A0B,3@``)`'__@'!>"2L3P``CYF% M#(Q8````````%QD``@````"O@H44`^``"``````GO?_0K[``$`"`@"&OOP`4 MKZ4`-(X"__P`````,$X``1'```8`4!@C#!`M=0(`("&.`O_\``````!0&",$ M80`"`&`((20A``,``1B#CZ0`-`P0++"OHP`(``3Q@A M`'`(*Q0@``H``````'#((P]`#`````````````````D`@/[````#!#@ M``,`````"!`\0``````#X``(`````"0"`^X````,$.```P`````($#Q````` M``/@``@``!`A)`(#[0````P0X``#``````@0/$```````^``"``````D`@0& M````#!#@``,`````"!`\0``````#X``(`````"0"`^L````,$.```P`````( M$#Q```````/@``@`````)`(#[`````P0X``#``````@0/$```````^``"``` M```DQ@`!),;__Q#```X`@!@AD*(``"2$``$DI0`!$$``":""__\DQO__$,`` M!@````"0H@``)(0``22E``$40/_YH(+__Q#```@`````),;__Q#```4````` M),;__Z"````4P/_])(0``0/@``@`8!`A)(+__Y!#``$@0@`!%&#__0`````# MX``(`$00(P`````DQO__,*4`_P3```4`@!@A),;__Z"%```$P?_])(0``0/@ M``@`8!`A```````````GO?_HKZ0`&*^E`!R/I0`8/`00`*^_`!2OI@`@)Z8` M'"2$(4`,$#Q@KZ<`)(^_`!0GO0`8`^``"``````GO?_HK[\`%*^F`"`GI@`@ M#!`\8*^G`"2/OP`4)[T`&`/@``@`````)[W_T*^_`!0D#@`!HZX`**^E`#2O MI@`XKZ<`/*^D`"0,$"X4KZ0`("0/`&2/I0`THZ\`*:^B`!PGI``<#!`\8">F M`#B/OP`4)[T`,`/@``@````````````````D`@/R````#!#@``,`````"!`\ M0``````#X``(```0(20"`_$````,$.```P`````($#Q```````/@``@``!`A M)`(#]P````P0X``#``````@0/$```````^``"```$"$D`@/V````#!#@``,` M````"!`\0``````#X``(```0(20"!%P````,$.```P`````($#Q```````/@ M``@`````)`($6P````P0X``#``````@0/$```````^``"``````D`@/P```` M#!#@``,`````"!`\0``````#X``(`````"0"`_@````,$.```P`````($#Q` M``````/@``@``!`A)[W_Z*^_`!2,H@```(`P(21"__\$00`%K*(```P0,@XP MQ`#_$```"`!`&"&,K@`$,,(`_Z'"``",KP`$`$`8(27X``&LN``$C[\`%">] M`!@#X``(`&`0(0``````````)[W_T*^_`!0,$"^7KZ0`,(^N`#"/F(/`C<\` M`">D`"`!^,@C#!`O!:^Y`""/B(/(`$`P(14```,`````$```00#`$"&,20`< MC$L`"``)4(`!25`A``I0@`%)4"$`"E#```M@P(Q.``0!25`A`8M@(P`,84`` M"E"``4E0(P&+8"$`#GD```QA```*4<`![G@CC%D``(^(A2``#WB``4QH(0&O MP"$5```.`QD8(8^)A20`````%2``"@`````GI``H)Z4`)*^C`!P,$##!KZ8` M+(^C`!R/I@`L$```!H^L`"B/BX4@CXJ%)*^K`"BOJ@`DCZP`*```````;`@J M%"``$0#`$"&/K@`D``````!N""H0(``,`,`0(8^M`#"/F(/$C:\``">D`"`! M^,@C#!`O!:^Y`"`D"``!K$@`(`!`,"$`P!`AC[\`%">]`#`#X``(`````(R# M```\!@`!-,91@`!F`!H4P``"```````'``TD`?__%,$`!#P!@``480`"```` M```&``T``!`0```H$@1!``0D`0`\`$80(22E__\D`0`\`$$`&CP!$````'`0 MK"Y$L"0!`#P`00`:```8$@```````````&$`&CP!$````'@0K"]$M"0!`#P` M80`:/`$0````&!*L(T2X/`$`<#0A``0`H<`A)`$`!P,!`!H\`1````#($`2@ M`".L.43(**$!;10@`!DD`P!&!&$`!#!D``,0@``"`````"2$__P0@``$)`(! M;A````(D`@%M)`(!;B1C``$$80`$,&0``Q"```(`````)(3__!"```,`HB@C M$````B0"`6TD`@%N`*((*A`@_^X`````!&$`!#!D``,0@``"`````"2$__P0 M```6``````2A``\D`P!&)&3__P2!``0PB``#$0```@`````E"/_\$0``!"0" M`6X0```")`(!;20"`6X`HB@A!*#_\P"`&"$$80`$,&0``Q"```(`````)(3_ M_#P!$`"L(T3$/`$0`*PE1,P0@``#`*`P(1````(D`@%M)`(!;B0!`6X400`$ M`````"0)`!T\`1``I"DI8CP*$`"%2BE@```8(0"J""H4(``+`````#P+$``E M:RE@A60```%@$"$`Q#`CA$0``B1"``(`Q`@J$"#_^R1C``$\`1``)`P`'*0L M*6(\`1``),T``:PM1+P\`1``K"-$P#P!$``\`A``)$)$L`/@``BL($30)[W_ MZ*^_`!2OL``0#!`TQ">$@]P00``N`$"`(8^%@\P,$"_/`@`@(1!``"D`0(`A M`@`@(2>%@\`,$#`!)`8``1!``",`0(`ACXZ#P(^%@]`ES_'PKX^#Q*^`A22O M@(4@KX"#R`P0+\\"`"`A$$``&`!`@"$D&``!KYB#R)!#````````$&``$X^_ M`!0D`0`[$&$`#"8$``$"`"`A)X6#Q`P0,`$D!@`!$$``"0!`@"&060``)`$` M.Q%A2`,$#!N)X:%)(^_`!2/L``0`^``"">]`!B0@P`` M/`80`"3&'R``PW`AD<\``20"``,Q^``#%P``!"1"__\0```F```0(21"__^@ MHP``&$``"22E``&0@P`!)(0``0##R"&3*``!`````#$)``,5(/_U`````)"* M`````````,I8(9%C``$`````,&,``Q!@``D`````D(P``22$``$`S&@AD:X` M`0`````QSP`#%>#_^0`````D0O__!$``!@`````D`P`@)$+__Z"C```$0?_] M)*4``0"`$"$#X``(`````">]_]"OL``4K[$`&```B"$`@(`AK[\`'*^E`#2O MH``H$,``"P``&"&2`@```````#A#`"TL8P`!%&``!``````D`0`K%$$``P(` M("$F$``!`@`@(2>E`"@,$#!+KZ,`)!!``"``0(`AC[$`*)!.```"(`@A``&( MP`(AB",`$8E``B&((20!`#H5P0`6`!&)`"8$``$,$#!+)Z4`*!!``!$`0(`A MCZ\`*)!9````#\$``P_`(P`8P(`D`0`Z%R$`"0,1B"$F!``!#!`P2R>E`"@0 M0``$`$"`(8^H`"@``````BB((8^I`"0`````$2``!H^L`#2/JP`T`!%0(Q`` M``2M:@``CZP`-`````"MD0```@`0(8^_`!R/L``4C[$`&`/@``@GO0`PD(X` M`#P"$``D0A\@`$YX(9'X``$`````,QD`!!<@``,`````$```%P``$"&LH``` MC*@``"2$``$`"$B``2A((0`)2$"LJ0``D(K__XRK`````````4M@(26-_]"L MK0``D(X`````````3G@AD?@``0`````S&0`$%R#_[0``````@!`A`^``"``` M```GO?_8K[``$`"`@"&OOP`4KZ4`+">E`"0"`"`AKZ8`,*^@`!@,$#!+KZ`` M'!1```,`0(`A$```00``$"&/K@`D)`$`+R7/__^OKP`DD%@````````7`0`) M`````"8$``$GI0`<#!`P`0``,"$40``#`$"`(1```#$``!`AD%D``"0!`"P7 M(0`9CZL`)"8$``$,$#!+)Z4`(!1```,`0(`A$```)@``$"&/J``@)`$`+R4) M__^OJ0`@D$H````````500`*CZL`)"8$``$GI0`8#!`P`0``,"$40``$CZL` M)!```!8``!`ACZL`)#P#``$T8U&``6,`&8^M`!R/KP`L)`(``0``8!(!C7`A MK>X``(^X`""/J``8`P,`&8^*@\"/C(/$CZX`,```R!(#*$@A`2I8(P%L:"&M MS0``C[\`%(^P`!`#X``()[T`*">]_^BOOP`4/`X0`(W.*7B,QP`4`(!`(0#N M""H`H$@A$"``"```&"$\`A``)$(I>(Q/``PD0@`,`.\(*A0@__PD8P`!``/` M@`,#P",\&1``)SDI>``8P(`#&1`AC$H`!`#`("&M"@``C$L`"`````"M*P`` MC04``*^I`!ROJ``8#!`P_J^F`""/I@`@CZ@`&(^I`!RM`@``C24```P0,/X` MP"`ACZ@`&(^I`!P\`P`!K2(``(T,```T8U&``8,`&0``:!(EKAP@K0X``(TO M`````````>,`&0``P!(G&0X0K3D``(^_`!0GO0`8`^``"``````HH0`Z%"`` M$`````",C@`4```````````%P0`$,<\``Q'@``(`````)>___!'@``0D`@%N M$````B0"`6TD`@%N`*(H(22E_I.,F``]`"`#X``( M`&`0(0```````````````">]_^"OOP`4K[``$`P0,_P`@(`A#!`T*@`````0 M0``-`$`8(8Q.``@`````$=``"0`````,$#0J`````!!```4`0!@AC$\`"``` M```5\/_Y``````P0-`VOHP`]`!@# MX``(`&`0(2>]_^BOOP`4C*(```"`,"$D0O__!$$`!:RB```,$#(.,,0`_Q`` M``@`0!@AC*X`!##"`/^AP@``C*\`!`!`&"$E^``!K+@`!(^_`!0GO0`8`^`` M"`!@$"$\`A``CXZ#@"1"(4`GO?_HK[``$`!.""L`0(`A$"``$:^_`!0\#Q`` MC>\\T``````1X``%``````P0,=8"`"`A$````P`````,$#&E`@`@(8^8@X`F M$``0`A@(*Q0@__$`````C[\`%(^P`!`#X``()[T`&">]_^"OL``0`("`(:^_ M`!06```#)`/__Q```"8D`O__D@(`#``````P3@"#$<``%3!9``@P3P`$$>`` M`P`````0```$```8(0P0,=8"`"`A`$`8(9($``T,$"W0KZ,`'(^C`!P$00`$ M`````"08``*OF(5,)`/__Y("``P`````,%D`"!,@``8`````C@0`"`P0+76O MHP`] M`"`GO?_HK[``$`"`@"&OOP`4D@,`#``````P8@`"%$``!3!N``2N````$``` M*0``$"$P;@`$%<``(#!I`"`00``>,&D`((X"``@`````$$``&C!I`"".#P`$ M``````!/""L0(``5,&D`(`P0,I<"`"`AD@,`#``````P>``$%P``#C!I`"`P M>0`"$R``"S!I`"".`@`(`````!!```]_[BOL``4`*"`(:^_`"2OL@``C@(`!``````` M60@K$"``3`````"3HP!+)`$`"J!#``"."``$`````"4)``$080`$K@D`!).B M`$L0``!@C[\`)`P0,I<"`"`A)`'__Q1!``23HP!+$````R0#__^3HP!+```` M`!```%0`8!`A,&H`%A52`!0P;@`2DZL`2R>E`$>CJP!'D@0`#:X````,$"WP M)`8``20!``$400`$`````).B`$L0``!%C[\`))(,``PD`O__-8T`(!```#^B M#0`,,&X`$A73`!``````C@(`"``````00``,`````(X/``0`````%>(`#``` M``".&````````!<```@`````,'D`1!<@``8``!@A#!`RX`(`("$0```"`$`8 M(0``&"$08``#`````!```"0D`O__D@,`#``````P8@!$%$#_JC!N`%(,$#*7 M`@`@(8X"````````)$+__P1!``:N`@``DZ0`2PP0,@X"`"@A$```"I(+``R3 MH@!+C@@`!`````"A`@``C@D`!``````E*@`!K@H`!)(+``P`````,6P`(!&` M``23HP!+$````R0#__^3HP!+``````!@$"&/OP`DC[``%(^Q`!B/L@```, MK&<`!#,9`$03(``(`````)!H``T\"A``)4HG@``(2(`!*C`A$```"JQ@``"0 M:P`-/`T0`"6M)X``"V"``8TP(8S.`````````<40(ZQB``",9`````````2! M``0`@!`A$````@``$"$`@!`AC,\``(QX``0``````?C((P,B""H0(``)CZ@` M&`!@("&OHP`@#!`S>J^G`!R/HP`@CZ<`'`````"/J``8`````!D``!```!`A MD&0`#:^C`"``X"@A#!`M\`$`,"&/J0`8CZ,`(!$B``<``!`AD&H`#"0"__\U M2P`@$````J!K``P``!`AC[\`%">]`"`#X``(`````">]_^BOOP`4D((`#"0! M``(P3@`2$<$`"@`````P3P""%>``!"0!_^\0```R)`+__R0!_^\`0<`D-QD` M`J"9``R,@P`(`````!1@``<`````#!`S(:^D`!B/I``8`````(R#``@````` MC(@`!``````5`P`@```0(9")``P`````,2H`1!5``!L``!`AD(L`#3P-$``E MK2>```M@@`&-*"&,K@````````'#>".LCP``C((````````$00`$`$`8(1`` M``(``!@A`$`8(8RX``",F0`$``````,90",!`P@J$"``!```$"$,$#-Z```` M````$"&/OP`4)[T`&`/@``@`````)[W_X`"`&"&OOP`4D&X`#)!E``TQSP`$ M$>``#`"@,"$\&1`!)SG'(``&P,`#&1`A``5(@#P!$```*0@AK&(`""1(``@0 M```TK"@G@"C!``(0(``4)`0@"!3```8`````/`00`22$AQ"L9``($```!0"` M$"$\!!`!)(2G&*QD``@`@!`AD&L`#3P!$```"V"``"P((21*(``0```?K"HG M@"0$(`BOHP`@#!`LL*^F`!R/HP`@CZ8`'!!```RL8@`(D&T`#)!Y``V,;P`( M/`$0`#6N``@`&4"``"@((:!N``PE^"``$```#*PX)X`\"Q`!D&P`#25KQR`` M!DC``2L0(3P!$```#&B``"T((:QB``@D2@`(K"HG@(QN``@`P"`AK&X`!`P0 M-;"OHP`@CZ,`(!!```F/OP`4D&(`#``````P3P`$%>``!(^_`!0T60!`H'D` M#(^_`!0GO0`@`^``"`````"0C@`-/`,0```.>(``;Q@AC&,G@(R8``0````` M`'@0(P1!``,`````$```!ZR#``2,F0````````!9""H0(``"`````*R"```# MX``(````````````````D((```"`&"$00``%)(0``9""```DA``!%$#__0`` M``"0H@``)(3__R2$``$DI0`!$$``!J""__^0H@``)(0``22E``$40/_\H(+_ M_P/@``@`8!`A````````````````,*4`_Y""````````%$4``P`````0```% M`(`0(0!`&"$48/_X)(0``0``$"$#X``(`````````````````````">]_^"O MOP`]`"`````` M`````">]_^"OOP`]_^@5P``'K[\`%#P$$``DA"G`#!!!2">%@^00```$KX*#X(^$@^`,$$'0 M`````(^_`!0GO0`8`^``"`````"/CH/@)[W_Z!'```2OOP`4#!`QI0'`("&O M@(/@C[\`%">]`!@#X``(`````)""````````$$``"0`````010`'`````)"" M``$DA``!$$```P`````41?_[`````!!```,`````H(```"2$``$#X``(`(`0 M(8^.@^`GO?_H%<``":^_`!0\!!``)(0IP`P004@GA8/H%$```Z^"@^`0```$ M```0(8^$@^`,$#0]`````(^_`!0GO0`8`^``"``````GO?_8`(`P(3P$$`"O MOP`4)(1$X*^Q`!`,$$'L)`4@`!1```,`0(@A$```+```$"$\`1``K#%DZ`(@ M("$,$#08)`4`.CP!$`"L(F3LK[``'`!`("$,$#08)`4`.@!`B"$,$#4$`$`@ M(3P.$``ESF3X/`$0`*PB9/"L+F3T`B`@(0P0-!@D!0`Z`$"((0!`("$,$#08 M)`4`"I(O```\$!``$>``"B809/BN$0``)A``!`(@("$,$#08)`4`+)!8```` M0(@A%P#_^`````"N````/`(0`(^P`!PD0F3HC[\`%(^Q`!`#X``()[T`*"0" M`_H````,$.```P`````($#Q```````/@``@``!`A)`(#Z0````P#X``(```` M`"0"`^H````,$.```P`````($#Q``````!!@``(````````0(0/@``@````` M`````">]_^ROI0`8`Z`H(:^_`!`DI0`8KZ8`'`P00FBOIP`@C[\`$">]`!0# MX``(`````"0"`^\````,$.```P`````($#Q``````!"```(`````K(,```/@ M``@``````````)".````@!@A$<``%P````"0I@```````!#```L`H!`AD&@` M```````0R``'`````)!'``$D0@`!$.```P`````4Z/_[`````)!/```````` M%>``!0````"0>``!)&,``1<`_^T``````^``"`!D$",GO?_@CX*%0*^P`!2O ML0`8`("((:^_`!P40``#`$"`(1```!4``!`ACXZ%0`````"-SP```````!'@ M``\``!`AC@4````````"("`A#!`TYR80``000``#`$`8(1````8`8!`AC@4` M```````4H/_W`B`@(0``$"&/OP`"&1^``! M)*4`,#,9``07(/_U`*`((1!```0`!1@C$````@"@&"$`!1@C`&`0(0/@``@` M`````````!B``%8`````*($`'Q`@`%,`````-(0"`"0"!!@````,$.```P`` M```($#Q```````/@``@`````&(``2``````H@0`?$"``10`````TA`0`)`($ M&`````P0X``#``````@0/$```````^``"``````8@``Z`````"B!`!\0(``W M`````#2$"``D`@08````#!#@``,`````"!`\0``````#X``(`````!B``"P` M````*($`'Q`@`"D`````-(00`"0"!!@````,$.```P`````($#Q```````/@ M``@`````&(``'@`````H@0`?$"``&P`````\!@!!),;6I#2$`0`D`@08```` M#!#@``,`````"!`\0``````#X``(`````!B```X`````*($`'Q`@``L````` M/`8`023&UJ0D`@08````#!#@``,`````"!`\0``````#X``(``````@0/$`D M`@`6)[W_Z`#@^`FOI@`0CZ0`$"0"!$`````,`````(^.A4PGO?^XK[\`%">F M`"`D!50(#!!"=*^N`!P$00`&)`(``8^O`!P``!`A$````J^/A4PD`@`!C[\` M%">]`$@#X``(````````````````)[W_X*^Q`!@`@(@AK[\`'*^P`!2.+@`( M`````!7```,`````#!`S(0(@("&2(P`,`````#!O``$5X``,,&@`1#!X`(`3 M```$`````#1Y``$0```#HCD`#!```$HD`O__DB,`#``````P:`!$$0``%0`` M```\`A``CXF#@"1"(4``20@K$"``#P!`@"&2"@`,`````#%+`$`18``#```` M``P0,=8"`"`ACXR#@"80`!`"#`@K%"#_]0````"2(P`,`````(XE``@P;0`$ M$:``!*XE``22)``-$```""00``&2)``-/`\0```$<(`![G@AC>\G@``````! MY8`C#!`MZ`(`,"$D4/__KB(```8```>N,```CB,`!`````"08@``)'@``1`` M`!>N.``$CCD``"0!__\3(0`&`````)(H``P`````-0D`(!````RB*0`,DBH` M#``````U2P`0HBL`#)(C``P`````,&P`@!&```,`````,&T`_J(M``RN(``` M)`+__X^_`!R/L``4C[$`&`/@``@GO0`@```````````D`@0$````#!#@``,` M````"!`\0``````#X``(```0(2>]_]BOOP`4KZ<`-(R#```D`?_X)&,`#P!A M&"2L@P``Q&+__,1C__@\"A``)4IFD`%`0"$!14@AKZD`(*^H`"2OI@`PYZ(` M'$8@$P8,$$)\YZ,`&$2```!$@`@`QZ,`&,>B`!R/K@`\CZ4`-(^F`#"/J``D MCZD`($8@$#(\"A``)4IFD```>"%%```"K<(``"0/``&/N`!`)`$``1!!``.O M#P``%$``$`````"LH```KZ8`,`P0+A0GA(00CZ8`,#P*$``E2F:0`4`@(2>% MA!0,$"N\K,(``#P*$``E2F:0$``!`@%`$"%&(!`\```8(44```(`````)`,` M`1!@``*LHP``1B`0ASP!$`"@(&:0)`$``A!!``2LP```)`$``Q1!`!$````` M/`00`"2$-_`,$"X4KZ8`,(^F`#`\"A``)4IFD#P%$``DI3?\`4`@(0P0*[RL MP@``/`H0`"5*9I`0``#B`4`0(48@$#(`````10``!CP,0`#'CX`0QXZ`%!`` M`(&/I0`X/`Q``#P-`$!$C4``1(P@`$:`0J&,V0``/`(0`$:`(:$G*P`!K,L` M`$8J-`+'DH`.@!00``!0CZ4`.,>/@!#'CH`4`````$8N$#P`````10$` M)P````!&+G`"1B!S!D8B`#X`````10``!P````!&(`,&1BX``D8B`#X````` M10'_^P``````````1BP2`R4(``%$6?@`1%GX```````W(0`#."$``D3!^``` M````1B!!I$0",`!$V?@`1()0`"1+`#!&@%0AH0O__XS,``!&+(2"1BY@/B6- M``&LS0``10$`)$8R$($0`/_G1BYC`\>%@"#'A(`D`````$8D$#P`````10`` M'(^E`#C$20``Q$@`!`````!&*!`"1BX`/`````!%```.`````(S.``",3P`( M1B``A@'/P".LV```Q$8`!,1'````````1B80`D8N`#P`````10'_]`````", M0P`()`$``0`C&"H48/_G)$(`$(^E`#@`````$*``!0$J""N,V0````````$Y M2"$!*@@K%"``40%`$"%$@%``1(!8`#P#$`!&*A`R)&-FWD4```(``!`A)`(` M`0!I""L0(``"``````!@2"$\`Q``)&-FH20$`#`40``$``````$#""L4(``# M`````!```!&A!```1$OX`$1+^```````-6$``S@A``)$P?@``````$8@%"1$ M`H``1,OX`$2"D``D3``P1H"1(:$,``!&)!(!1BY`@@$)""L4(``#`````!`` M``L!($`A1(`P`$2`.``E"``!1B80,@``$"%%```"`````"0"``$0`/_;```` M`)$M````````+:$`-10@`!4`````%0H`"P`````D#@`Q/`$0`*`N9I",SP`` M`````"7X``$0H``+K-@``!````DE*0`!H00``)$#__\E"/__)&,``3!C`/\L M80`Z$"#_[:$#``"A(````4`0(8^_`!0GO0`H`^``"`````",A0``/`%__S0A M__\`!3!#`,$P)"0!``4`P0`:,*,``0``>!``#\!```!P$@,#$"$D0@`P`^`` M"*R.```GO?U0K[8`.*^W`#ROLP`LC[8"G`"`F"$`P+@AK[X`0*^_`$2OM``P MK[4`-*^R`"BOL``@K[$`)*^E`K2OH`*LDG`````````2```@`````"0!`"42 M`0`=`````([B````````)$+__P1!``:NX@``,@0`_PP0,@X"X"@A$```"8^Y M`JR.[@`$,@(`_Z'"``".[P`$`````"7X``&N^``$C[D"K"9S``$G*``!KZ@" MK))P````````$@``!``````D`0`E%@'_Y0`````6```,`````)+I``P````` M,2H`(!%```2/I0*L$````R0%__^/I0*L`````!``!&``H!`AKZ``[*^@`/22 M<``!)G,``0``B"$``/`A$``#4"9S``&2<```$`#__#8Q``*2<```$`#_^38Q M``22<```$`#_]C8Q``B2<```$`#_\S8Q`!"2<```-C$`0!``_^\``+`A,BL` M0!5@``T`````CZP"M"0!__PEC0`'`:%P)*^N`K2-WO_\``````?!``X````` M`![P(Q````LZ,0`$CZ\"M"0!__PE^``'`P'()*^Y`K2/-O_\``````;!``(` M``````"P(9)P```0`/_3`````#(H`$05```#)@+_T#8Q`"`F`O_0DG```#P) M$``!,$@AD2D?(3(R`$`Q*@`$$4``#P`````\`Q``)&,?(``"6(`!8E@A``M8 M0`%P$"&2<``!)G,``0!P8"&1C0`!)$+_T#&N``05P/_U`````!)```,````` M$`#_M`!`L"$0`/^R`$#P(38Q``&2<```$`#_K@`````GKP$5,C@``0'@H"$! MX*@A$P``"3(R`$"/N0*T)`'__"8A!@D&0`!/`&``*^Y`/01X0`$K[@!!``/0",0```5KZ@`Z">T`10,$#=S M)Z0`Z!```!"B@@``,BD``A$@``"$`#WA``&]`(R4)`#`H00`*$"#_]**)```D2@`P M)I3__Z**```20``*,BT"`">K`14!=&`C`LP0(QA```4R+0(`KZ("E*^B`.PV M,0(`,BT"`!```JFOK0!,)ZX!%3(X``$!P*`A`<"H(1,```DR,@!`C[D"M"0! M__PG+P`'`>%`)*^H`K2-"?_\$```":^I`.B/J@*T)`'__"5+```0(19``!,`````)`@``20)``$V,0(`,C(`0*^I`.P0```,KZ@"E`!$4"0\ M`7__-"'__P!J6"$``FA#D6P```&A<"0`KA`')I3__Q1`__:BC```$D``"C(O M`!`GN`$5`Q3((P+9$",80``%,B\`$*^B`I2OH@#L-C$"`#(O`!`1X``D,CD" M`(^H`.@`````$0``(#(Y`@`0```5)`$`6#(I`@`5(``;,CD"`"0*``$D"P`! MKZL`[*^J`I00```4-C$"`">,A"0D#0`"KZT`]!````^OK`$$)XZ$*"08``*O MN`#T$```"J^N`00D`0!8$@'_^0`````D`0!O$@'_Z``````D`0!X$@'_[@`` M```R.0(`$``"%Z^Y`$PR+P!`%>```R;"``$D%@`&)L(``2A!`!$0(``$)`4` M$1````(`0"@A)`4`$2>H`,@GJ0#G`.`,$#8T MKZ``$`!`H"&/H@#()`$``1!!``,`````%$``"B0!``(GA(0L#!`N%`"`H"$G MBH0L,BL"`*^K`$P0``'T`$JH(20!``(400`0)`$``S(L``(1@``$`````#P4 M$``0```#)I0XP#P4$``FE#C,#!`N%`*`("$R+0(`KZT`3!```>,"@J@A)`$` M`Q1!``R/N0#@/`00`"2$.-@,$"X4`("@(3P.$``ESCC8,C@"`*^X`$P0``'6 M`$ZH(8^Y`.`"P"`A$R``!S(I``(GCX0P)`@``:^H`/00```0KZ\!!#(I``(1 M(``',BP`"">*A#0D"P`!KZL`]!````BOJ@$$,BP`"!&```4`````)XV$."0. M``&OK@#TKZT!!)*#````````$&``!R08`#`P8@#_HZ(!"B>U`0L0```$)I0` M`208`#"CN`$*)[4!"Q;```0`````,CD`$!,@``0`````)`\`+J*O```FM0`! M&L``#@````"2@P```````!!@``H`````)(3__Z*C```FE``!&(``!2:U``&2 M@P```````!1@__@`````&(``!8^I`-ROI`*0KZ0`[#8Q`0"/J0#<)Z@`_Z^H M`0`GM`$*%2``&Z.@`/^/H@#D`````"1"__\$00`#*$$`"@`"$",H00`*%"`` M#H^C`0"/HP$``````"0!``H`00`:)&/__P``4!```!`2*$$`"B5+`#`0(/_X MH&L``*^C`0"/HP$`)$P`,"1C__^@;```KZ,!`(^M`0`GK@#]`C__Z^H`0`0```&H>G_ M_X^J`0`D#``M)4O__Z^K`0"A3/__/`T0``&P:"&1K1\A`````#&N``$1P``' M`````(^X`0`D"`!%)QG__Z^Y`0`0```&HPC__X^I`0`D"P!E)2___Z^O`0"A M*___CZP!`(^M`.PGJ@#_-C$`@`%,$",R.0(``:)P(:^N`.RON0!,$``!.:^B M`/`R*`!`%0```RK!`#PD%@`&*L$`/!`@``0D!0`\$````@+`*"$D!0`\)!@` M`2>O`,@GJP#F`.0,$#8T)Z<`X`!`H"&/H@#( M)`$``1!!``,`````%$``"B0!``(GA(0\#!`N%`"`H"$GB80\,BH"`*^J`$P0 M``$6`$FH(20!``(400`0)`$``S(L``(1@``$`````#P4$``0```#)I0XY#P4 M$``FE#CP#!`N%`*`("$R+0(`KZT`3!```04"@J@A)`$``Q1!``R/J`#@/`00 M`"2$./P,$"X4`("@(3P.$``ESCC\,CD"`*^Y`$P0``#X`$ZH(8^H`.`R)0`0 M$0``$#(L``*/N`#D`!9X(P'X""H0(``+,BP``I*+```D`0`P$6$`!S(L``(G MB81`)`H``:^J`/00```0KZD!!#(L``(1@``&`````">-A$0D#@`!KZX`]!`` M``BOK0$$,CD`"!,@``:/I`#D)XB$2"08``&ON`#TKZ@!!(^D`.0GM0$*KZ`` MU!B```LD"P`PDH,````````08``')`L`,(^O`-0`````*>$`$10@``:/J0#4 M)`L`,**K```0```()K4``8^I`-0P8@#_)2H``:^J`-2BH@``)K4``2:4``$D MA/__'(#_Z``````4H``$)`P`+AK```4JP0`\)`P`+J*L```FM0`!*L$`/!`@ M``0D!``\$````@+`("$D!``\`)8(*A`@``4``````L1H(Z^M`I"OK0#L-C$! M`"2$__\$@``>,BD"`(^N`.0`````)=D``1L@``JON0#DDH,````````08``' M)!@`,(^H`-0`````*0$`$10@``4`````)!@`,**X```0```()K4``8^O`-0P M8@#_)>L``:^K`-2BH@``)K4``2:4``$DA/__!('_YH^N`.0R*0(`KZD`3!`` M`(0GM`$*,BH`0!5```,`````$```!"06``86P``#*L$`$206``$JP0`1$"`` M!"0%`!$0```"`L`H(20%`!$GK`#()ZT`W*^M`!BOK``4)Z0"M">F`.0GIP#@ M#!`V-*^@`!"/K@#<`$"@(1'```0R*``0)!D``:^Y`.0R*``0%0``%0+`D"$, M$"X4`H`@(0!6""H0(``"``````!`D"$:0``.CZL`Y`*2$"&06/__)`$`,!U`0NC MK@$*,CD"`!```#.ON0!,CZ@"M"0!__PE&``'`P%X)*^O`K2-]/_\`````!:` M``4R*P!`)`'_OP(AB"0GE(1,,BL`0!5@``4`````#!`N%`*`("$0```0`H*H M(9*%```F@@`!$*``#"15__\FUO__!L``"215__^010``)$(``1"@``4D5?__ M)M;__P;!__H`````)%7__S(I`@`0```.KZD`3!``_'HF<___)@K_X"U!`%D0 M(/_[```````*4(`\`1```"H((8PJ`5```````4``"`````"/K`#TCZX`[`*T M&",`;&@A`:X0(0!>""JOH@#4%"``!Z^C`,2/N0*LCZ@`U(^U`,0#*,`A$``` M-Z^X`JR/KP*LC[4`Q#(I`"`!_E@A$2``$Z^K`JR/J@!,`````!5```@````` MCZP`U#8Q`@`R+@(``\QH(Z^M`I00```&KZX`3(^Y`I2/N`#4`SY`(0$8>".O MKP*4$```'Z^^`-0R*P`$%6``'8^N`/2/J0#4/`(0`)!".&@#R8`C&@``%X^N M`/0P4@#_CN(````````D0O__!$$`!J[B```"0"`A#!`R#@+@*"$0```))A#_ M_X[J``0R0@#_H4(``([L``0`````)8T``:[M``0F$/__'@#_[0````"/K@#T M`````!'``!R/JP!,&<``&0``D"&/L`$$`````([B``"2`P``)$+__P1!``:N MX@``,&0`_PP0,@X"X"@A$```"8^O`/2.^0`$,&(`_Z,B``".Z``$`````"48 M``&N^``$CZ\`]"92``$"3P@J%"#_ZR80``&/JP!,`````!%@`!L`````CZD" ME#P"$`"00CB`&2``%@$@@"$P4@#_CN(````````D0O__!$$`!J[B```"0"`A M#!`R#@+@*"$0```))A#__X[J``0R0@#_H4(``([L``0`````)8T``:[M``0F M$/__'@#_[0`````:H``:,C@!A!J@`!<``)`A`H"`(8[B``"2`P``)$+__P1! M``:NX@``,&0`_PP0,@X"X"@A$```"292``&.[@`$,&(`_Z'"``".^0`$```` M`"`/_M M`````!``^W.2<```C[\`1(^P`""/L0`DC[(`*(^S`"R/M``PC[4`-(^V`#B/ MMP`\C[X`0`/@``@GO0*P````````````````).?__P3@``P``!`AD*(``"2$ M``$DI0`!%$8``Z""__\0```%`(`0(23G__\$X?_W````````$"$#X``(```` M`#P!$`"L(CYL`^``""0"__\\`Q``C&,Y%"0"`_D`@R`A````#!3@``4````` M/`$0`*PD.10#X``(`&`0(0@0/$``````/`(0`(Q".1```````(((*Q`@``(` M`````$`@(20"`_D````,%.#_]``````\`1``K"0Y%`/@``@``!`A)[W^D*^T M`"@\%!``K[X`.*^W`#2OLP`DK[``&`"`@"$`H)@A)!<`6R0>__PFE!\@K[\` M/*^V`#"OM0`LK[(`(*^Q`!ROI@%XKZG`'`,$#^XK[``$!`` M`#D`````)`$`:!:A``HD`0!LCZT!>(^8A3`EK@`'`=YX)*^O`7B-^?_\$`#^ M^Z(U,__P0`/[P MK8L``(^M`7B/F(4P):X`!P'>>"2OKP%XC?G__!``_NBO.```)Z@!>*^H`!0" MP"`A`B`H(0)`,"$"H#@A#!`]TJ^P`!`0```1`````!(W_\XGK`%X)`$`8Q(A M_\LGK`%X)`$`:1(A__`GJ`%X)`$`;A(A_\\D`0!H)`$`H`7@00``&`````(^I`&@``````390(1``_L>OJ@!HCXN%-``````18``( MCZ0`:(^L`&@`````%8``!(^D`&@0```#)`3__X^D`&@`````$```"0"`$"&/ MK0!H`````!&@``0D!/__$````@&@("$D!/__`(`0(8^_`#R/L``8C[$`'(^R M`""/LP`DC[0`*(^U`"R/M@`PC[<`-(^^`#@#X``()[T!<">]_TBOL@`Q`'@`P)`AK[\`)*^S`""OL``4KZ0`N*^E`+ROIP#$KZ``9*^@`&"OH`!< MKZ``6*^@`%00```+KZ``4"0.``&OK@!8$```%"03``H0```2)!,`"!```!`D M$P`0$``!Q```$"&/KP"\`````"7X_YPO`0`5$"#_^0``````&,"`/`$0```X M""&,.`+```````,```@`````CYF%,(^P`,@G*``!KXB%,(X"````````)$+_ M_P1!``6N`@``#!`UQ`(`("$0```&`$`8(8X"``0`````D$,``"1)``&N"0`$ M$```FP!@."$D"@`!KZH`5"92__\:0`"?`````(^+A3``````)6P``:^,A3". M`@```````"1"__\$00`%K@(```P0-<0"`"`A$```!@!`&"&.`@`$`````)!# M```D30`!K@T`!"0!`#`480"*`&`X(8^N`+PD`0!I%<$`A@`````J00`"%"`` M@P````"/CX4P`````"7X``&OF(4PC@(````````D0O__!$$`!ZX"```"`"`A M#!`UQ*^G`&R/IP!L$```!@!`&"&.`@`$`````)!#```D60`!KAD`!#!D`/\D M`0!X$($`!*.C`'BOIP!LCZ<`;"0!``$400`%)`0`_Y.D`'@0 M```"`````"0$`/^/C(4P`````"6-``&OC84P/`X0``'$<"&1SA\A`````#'/ M`(`1X``0`````"I!``,0(``*)!,`$(^8A3`"`"@A)QG__Z^9A3`,$$+DKZ<` M;(^G`&P0```G)E+__P"`."$0```D)E+__H^(A3`"`"@A)0G__Z^)A3`,$$+D MKZ<`;(^*A3"/IP!LDZ0`=R5+__^OBX4P#!!"Y`(`*"&/IP!L$```%292__^/ MC(4P`@`H(26-__^OC84P)!,`"`P00N2OIP!LCZ<`;!````LF4O__)`$`*Q!A M_V8`````)`$`+1!A_V(D"@`!)`$`,!!A_WF/K@"\)E+__P9``(^/J0"X)ZX` MM@'1""L0(``%`````"0/`"*OCX5,$```]0``$"$\`A```$<0(9!"'R$````` M,$,`!!1@``<`````)`$`$!9A`">/KP!8,%@`@!,``"2/KP!8$&``!#!9``$0 M```()`,`,#!9``$3(``$)`(`5Q````(D`@`W)`(`5P!`&"$`XQ`C`%,(*A`@ M`&N/J0"XCZ@`N``````1```,CZT`9(^I`%@`````%2``"(^M`&2/J@!0```` M``)J`!D``%@2`6)@(:^L`%"/K0!D`````"6N``$0``!!KZX`9(^O`%@````` M$>``5(^I`+@D`0`N%.$`""0!`&6/N`!@``````,`&"$G&0`!$&``-*^Y`&`D M`0!E$.$`!8^H`&0D`0!%%.$`18^I`+B/J`!D`````!$``$&/J0"XCZD`7``` M```!(!@A)2H``11@`#JOJ@!``&(^I`+BB)P``CYB%,"8Q``$G&0`!KYF%,(X" M````````)$+__P1!``6N`@``#!`UQ`(`("$0```&`$`8(8X"``0`````D$,` M`"1(``&N"``$)E+__P9!_W0`8#@ACZD`N``````1(`!?`````(^J`&0````` M$4``6P````"/JP!8`````!%@`"6/N`!4HB```*^G`&P,$$,<)Z0`>(^L`%2/ MIP!L$8```D8@`(9&(`"'CZT`Q"0!`&P5H0`.CZ(`S(^B`,PD`?_\C$,````` M```D8P`'`&$8)*Q#``",;O_\`````.7#```0```^Y<(`!(^B`,PD`?_\C$,` M`$8@$2`D8P`'`&$8)*Q#``",;__\$```-.7D``"/N`!4`````!,```B/J0#$ MC[D`4#P!@``3(0`$CZD`Q``90".OJ`!0CZD`Q"0!`&P5(0`-CZP`Q(^B`,PD M`?_\C$,````````D8P`'`&$8)*Q#``",:__\CZH`4!```!NM:@``CZP`Q"0! M`&@5@0`-CZ(`S(^B`,PD`?_\C$,````````D8P`'`&$8)*Q#``",;O_\CZT` M4!````RES0``CZ(`S"0!__R,0P```````"1C``<`81@DK$,``(QX__R/KP!0 M`````*\/``"/F84P`.`@(2] M_\"OM0`H`("H(:^S`""OL0`8`,"((0"@F"&OOP`LK[0`)*^R`!ROL``4$J`` M"Z^G`$R/H@!4)`'__(Q$````````)(0`!P"!("2L1```C)+__!````.OL@`T M``"0(:^@`#0D`0!C%F$`!@`````\`7__-"'__Q8A``(`````)!$``8^.A3"/ ML`!0)<\``:^/A3".`@```````"1"__\$00`%K@(```P0-<0"`"`A$```!@!` M("&.`@`$`````)!$```D6``!KA@`!"04__\0E`!#`````"0!`',680`))`$` M6SP9$``#),@ADSD?(0`````S*``(%0``.0`````D`0!;%F$`"`````"/J0!, M``````$D4"&12P```````!5@`"\`````$J```@````"B1```)C'__QH@`"DF M4@`!CXR%,``````EC0`!KXV%,(X"````````)$+__P1!``6N`@``#!`UQ`(` M("$0```&`$`@(8X"``0`````D$0``"1.``&N#@`$$)0`%0`````D`0!S%F$` M"20!`%L\#Q```>1X(9'O'R$`````,?@`"!<```L`````)`$`6Q9A_]H````` MC[D`3``````#)$`AD0D````````1(/_3`````!24``<`````CXN%,"0*``$E M;/__KXR%,!````ROBH4T&B``"X^X`#2/C84P`@`H(26N__\,$$+DKXZ%,!14 M``2/N``T)`\``:^/A32/N``T`````!98``,`````$```"```$"$2H``&)`(` M`20!`&,280`#)`(``:)````D`@`!C[\`+(^P`!2/L0`8C[(`'(^S`""/M``D MC[4`*`/@``@GO0!`)[W_V*^P`!``@(`AK[\`)*^T`""OL@`8K[,`'*^Q`!22 M#@``)`$`7@"@F"$5P0`#``"0(202``$F$``!`F`@(2Y%``$,$"X<)`8!`)($ M```D$0!=%)$`!"04`"T0```$)!0`+204`"T4E``%``````)D>"&A\@``D@0` M`280``$0D0`=)A```12```,`````$```&@``$"$4E``2`F3`(9(#```````` M$'$`#@)DP"&2`O_^``````!#""H0(``)`F3`(0!B,",DQ@`!`F(@(0P0+AP" M0"@A$````R80``$"9,`AHQ(``)($```F$``!%)'_Y0`````"`!`AC[\`)(^P M`!"/L0`4C[(`&(^S`!R/M``@`^``"">]`"B/CH1D)[W_Z!7```>OOP`4/`00 M`"2$.2`,$$%()X6$:!````2O@H1DCX2$9`P00=``````C[\`%">]`!@#X``( M`````(^.A&0GO?_H$<``!*^_`!0,$#&E`<`@(:^`A&2/OP`4)[T`&`/@``@` M````D((````````40``#`````!```!$D!0`*)`,`.A1#``0D!0`*$```#"0% M``HD!0`*$$4`"0````"0@@`!)(0``1!```4`````$$,``P`````41?_Y```` M`!1%``,`````$```!:"````00``#`````*"````DA``!`^``"`"`$"&/CH1D M)[W_Z!7```FOOP`4/`00`"2$.2`,$$%()X6$;!1```.O@H1D$```!```$"&/ MA(1D#!!`[P````"/OP`4)[T`&`/@``@`````)[W_V`"`,"$\!!``K[\`%"2$ M9N"OL``0#!!!["0%(``40``#`$"`(1```$<``!`A/`$0`:PPAN@,$$"\`@`@ M(3P!$`&L(H;L#!!`O`!`("$`0(`A`$`@(2>E`"`,$$.H)`8`"J^B`!P,$$"\ M`@`@(8^N`!P\`1`!`$"`(0!`("$GI0`@)`8`"@P00ZBL+H;PKZ(`'`P00+P" M`"`ACZ\`'#P!$`&L+X;T/`$0`:PBAOP\`1`!K"*'``P00+P`0"`A/`$0`:PB MAP0,$$"\`$`@(3P!$`&L(H<(#!!`O`!`("$\&!`!CQB&[`````"3`@```P"` M(1!```H`````)`,`+!!#``<`````D@(``280``$00``#`````!1#__L````` MDAD````````3(``#`````*(````F$``!/`$0`3P"$`$D0H;HK#"&^(^_`!2/ ML``0`^``"">]`"@````````````````GO?_HK[\`%*^D`!@,$$1]`!@#X``( M`````">]_^``P!@AK[\`%!!@``<`H$`A$(``!0````"0C@```````!7```,` M````$```6```$"&1!P`!D0(``#CG`"L0```7+.<``1#@``0D`@`!$````B0" M``(D`@`!$```&S1%`P`0X``$)`(``1````(D`@`")`(``1```!0T10$($.`` M`P`````0```0)`4``A````X``"@A$```/0``$"$D`0!A$$'_[P`````D`0!R M$$'_\P`````D`0!W$$'_X@`````0`/_T`````"0&`;:OHP`HKZ<`'`P0+=BO MJ``DCZ,`*(^G`!R/J``D!$$``P!`("$0```F```0(:Q@```0X``$H&(`#20/ M`(`0```)H&\`#)$8```D`0!R%P$`!"0"``(0```")`(``20"``*@8@`,D1D` M`"0!`&$7(0`,`````!3@``H````````H(20&``(,$"W(KZ,`*(^C`"@$00`# M`````!````D``!`AD&D`#3P!$```"5"``"H((:Q@``2L8``(K"`G@`!@$"&/ MOP`4)[T`(`/@``@`````````````````````)[W_Z*^_`!0`@!@A`&`@(0P0 M,=:OHP`8CZ,`&```*"&09``-#!`MR```,"&/HP`8`````)!O``R,;@`(,?@` MSZ!X``R08@`,K&```#!9`(`3(``#K&X`!#!(`/R@:``,C[\`%">]`!@#X``( M`````">]_[BOM``8K[(`%`"@D"$`@*`AK[``$`#`@"&OM`!`&D``!J^_`!R2 M#@`,`````#'/`($5X``$)E+__Q```&,``!`A)E+__QI``%T`````K[8`(#P6 M$`"OM0`D)!7__R;6)X"OL0`LK[,`*(X"````````'$``'``````,$#7$`@`@ M(115`!$`````C[@`0``````7%``(C[$`+(^Q`"R/LP`HC[4`)(^V`"`0``!' M```0(8^Q`"R/LP`HC[4`)(^V`"`0```_HH```(X)``".&0`$)2H``:X*``". M`@``)RC__ZX(``2.!0`$`D((*A`@``0`0(@A$````@)`B"$`0(@A`H`@(20& M``H,$#PP`B`X(1!```(`0)@A`%2((XX+``".#0`$`7%@(ZX,``".`@```;%P M(:X.``0$00`#`I&@(1````(``!@A`$`8(9(/``V."0`$``_`@`+8R"&/*``` M``````$)4",!0P@J$"```P`````,$#-Z`@`@(1)@``@"49`CC[$`+(^S`"B/ MM0`DC[8`(!````JB@````E&0(QY`_[$`````C[$`+(^S`"B/M0`DC[8`(``` M``"B@```CZ(`0`````"/OP`]`$@````````` M```````GO?_L/`80`(S&/F"OOP`0#!!$=`````"/OP`0)[T`%`/@``@````` M```````````D`@0>````#!#@``,`````"!`\0``````#X``(`````$0&:``\ M`0`/``8M`C0A__\`H"`A`,$P)"0!!_\PI0?_1`=@`!2A`!,PA`@`%,``"CP! M``@4X``(/`$`"!2```,``````^``""0"``(#X``()`(``SP!``@`P2`D$(`` M`P`````#X``()`(```/@``@D`@`!%*``$0`````4P``)`````!3@``<````` M%(```P`````#X``()`(`"`/@``@D`@`)%(```P`````#X``()`(`!@/@``@D M`@`'%(```P`````#X``()`(`!`/@``@D`@`%1`9@`#P!`'\`!BW"-"'__P"@ M("$`P3`D)`$`_S"E`/\4H0`1,(0!`!3```@\`0!`%(```P`````#X``()`(` M`@/@``@D`@`#/`$`0`#!("00@``#``````/@``@D`@```^``""0"``$4H``/ M`````!3```<`````%(```P`````#X``()`(`"`/@``@D`@`)%(```P`````# MX``()`(`!@/@``@D`@`'%(```P`````#X``()`(`!`/@``@D`@`%```````` M````````)[W_Z`"`,"$D`?__%,$``Z^_`!00```N)`+__Y"N``P`````,<\` M`1'@``<`````C*(`"(RX``0``````%@(*Q0@`!$`````C*(`!(RY``@````` M%%D`"`````",J````````!4```0`````)$D``1````.LJ0`$$```%20"__^, MH@`(`````!1```@``````*`@(:^E`!P,$#,AKZ8`&(^E`!R/I@`8`````(RC M``0`P!`A)&/__ZRC``2@9@``C*H````````E2P`!K*L``(^_`!0GO0`8`^`` M"``````GO?^8K[\`%)""```\`Q``)&,?(`!B<"&1SP`!)(0``3'X``@3```* M)`L`*Y""```DA``!`&+((9,L``$`````,8T`"!6@__D`````)`L`*Q1+``0` M`%`AD((``!````(`!XW@A``]X0`'B&"&0@@``)(0``21"_]`L00`*%"#_^``#>(`0H``" M```````#&",`PS`A%.D`!BC!_JQ$@```1(`(`!```!J/OP`4*,'^K!`@``8H MP0$U1(`0`$2`&``0```.`````"C!`344(``&`2`@(<>#A'#'@H1T$```!P`` M```!("`A`.DH(PP01'ROJ@!@CZH`8$8@`(810``"`````$8@$(=&(!`&C[\` M%">]`&@#X``(`````````````````````!"@``(``!`AK*0```3```0````` M*,$`)10@``,`````$```J```$"&0@P``/`L0`"5K'R`!8W`AD<<``0`````P MZ``'%0``'``````P[P`($>``$R0!`"N0@P`!)(0``0%CP"&3!P`!`````##Y M``@7(/_Y`````!````DD`0`K)`(``9"#``$DA``!`6-@(9&'``$0```(,.@` M!R0!`"L08?_X`````"0!`"T08?_T`````##H``<4P``0`````"0!`#`080`# M`````!````LD!@`*D(D``20!`'@1(0`$`````"0!`%@5(0`$)`8`"!````(D M!@`0)`8`"!$``!``````,.H`!!%```0P[0`"$```""1I_]`P[0`"$:``!"1H M_\D0```")&C_J21H_\D!`$@A`28(*A0@``0D`0`0$```8```$"$D`0`0%,$` M&0`````D`0`P%&$`%@````"0C@`"``````%N>"&1^``!`````#,9`(`3(``. M`````)")``$D`0!X$2$`!``````D`0!8%2$`!P````"0@P`")(0``@%C8"&1 MAP`!`````##J``010``$,.T``A````@D:/_0,.T``A&@``0D9__)$````B1G M_ZDD9__)`.!`(9"#``$DA``!`6-P(9''``$`"%`C,.\`!Q'@`"D`````,/@` M!!,```0P^0`"$```""1I_]`P^0`"$R``!"1H_\D0```")&C_J21H_\D!`$@A M`28(*A`@`!H``````,H`&9"#``$DA``!`6-H(9&G``$`````,.X`!P``8!(1 MP``0`8E0(S#O``01X``$,/@``A````@D:?_0,/@``A,```0D:/_)$````B1H M_ZDD:/_)`0!((0$F""H4(/_H`````!"@``(`````K*0``!!```0`"D`C$``` M`@%`0"$`"D`C`0`0(0/@``@``````````#P.$`"1SB%,/`,0`#'/`(,1X``- M)&,A0(^8@X`D8P`0`'@(*Q0@``,`````$```!P``$"&0>0`,`````#,H`(,5 M`/_U``````!@$"$#X``(`````````````````````"0"!",````,$.```P`` M```($#Q```````/@``@``````^#((0"D*"$D#```$```"B0-````#$B``2!P M)P',<"L`#'^"`8E@(0`-2(`!J6@A`>Y`(0&H:"&0B@```8!8)P%J6"L!BF`A M`:MH(0`-:$``#'_")(0``0&O:"44A?_M``Q@0!6```,`````$:``9P`````, M$$4$`,!`(15@``<`"S0"`4!8(0$@4"$!`$@A)`@``"1C_^``"S0"%,```B0. M`!@ESO_P`A` M!`4A`!,L80?_``E(0!4@``8`````%0``!``````Q2``!$0``"RQA!_\E2@`! M%4``""QA!_\E:P`!``LZ@`3A``0L80?_)&,``0`+6$(L80?_$"``"``````D M8___``,=``%C6"%$BP@`1(H```,@``@`````/`$0`,0A/:!$@````R``"``` M``!$@```1(`(``,@``@```````````4```\`````)0C_Y1T```P```````A` M0#P#$```:!@A``A`@#P!$```*`@AC"X$8(PO!&2$8P6L"!!%6```````"%D# M``M8@#P!$```*P@AC"L%$">]__``"%!``4M8!``+7X.OJP`,KZP``*^M``0% M```QK[\`""0)`#0E"/_D!0'__B4I``(`"$!`/`,0`#P*$``!2%`A`&D8(0`) M2(``"$"`A&,%=H5*!:X\#A``/`\0`#P,$``\#1```:AH(0&(8"$!Z7@A`"$($$58`8`$#WD`!`]Y``0/>0`$#WL`!`]Y@`0/>P`$#WL`!`][``0/>P`$#W ML`!`]Z``0/>P`$#WL`!`][``0/>P`$#WL`!`]Y@`0/>P`$#WL`!`]Z@````` M``````````#[T4UNX:^A.DV-F+CCXGI$/1I%W^8:SP./7"+*Z%BM)"/NB\OJ MG")W2C%.ONSE/.P7*JSE[S0*F+P_C*+QB)FQWL/Q)O/B^)/P9=-]]D,UO(AT M?93XJ5_/O@:-+_L5A9*#`,H._8>U\@````"``````````*``````````R``` M``````#Z`````````)Q`````````PU````````#T)````````)B6@``````` MOKP@``````#N:R@``````)4"^0``````ND.W0`````#HU*40`````)&$YRJ` M````M>8@]*````#C7ZDQ!````(X;R;_%````L:*\+G9```#>"VLZB>@``(K' M(P2L8@``K7CKQ1=Z@`#8UR:W;JR0`(>&>#(*5[0`J6@6/\SMH0#3PAO.0!2$ MH(1946&0&:7(I6^EN?0@#SK.RX\GS^('9M#/2U`JJ]8LTM@-L,'1ZI;4Y>+- MDI+6`];XUU`H!IVDV1#W_^G0:6K;+E&_:Y1U&=U0\9F]-"SWWWCDLKO29%'A MICA38Z&8Y>/8^>4```#,`````````!1%`0`$`0````,,P,PP`1`0``0$1`,# M`,`\/`P#SS#/#`#`#`````````!0`40``!``$`0```0!```4``$0`````#`# M```S/##/`#`\```````````````````P``,`````!0`0$55```0`!`%$0`$` M!``1!`00``````````SP``````,`S##``##`!$0!`4%````!0````/M&^Z/\ M`/Q=_+K]%_UT_='^+OZ+_NC_1?^B`````P`&``D`#0`0`!,`%P`:`!T`(0`D M`"<`*P`N`#$`-0`X`#L`/P!"`$4`20!,`$\`4P!6`%D`M@$3`7`!S0(J`H<" MY`-!`YX#^P``````````````````)$ED.B!P87@N8RQV(#$N,B`X.2\P,B\Q M,B`Q,#HP-3HQ-R!M87)K($5X<"`D````0V]P>7)I9VAT("AC*2`Q.3@Y($UA MF4``$YO="!A(&1I0!5;F%B;&4@=&\@9&5T97)M:6YE(&%R8VAI=F4@='EP92X```!#4$E/ M(&9O5T@ M6RUF(&%R8VAI=F5=(%LM5T@6RUS(')E<&QS=')=(%MP871H;F%M92XN+ET@9&ER96-T M;W)Y"@``````````````)$ED.B!A<'!E;F0N8RQV(#$N,B`X.2\P,B\Q,B`Q M,#HP,SHU."!M87)K($5X<"`D`````$-O<'ER:6=H="`H8RD@,3DX.2!-87)K M($@N($-O;&)U7)I9VAT("AC*2`Q.3@Y($UA M6YC:')O;FEZ960```!#;VYT:6YU:6YG``!44D%)3$52(2$A``!# M;W)R=7!T('-Y;6)O;&EC(&QI;FL```!#;W)R=7!T('-W87!P960@:&5A9&5R M``!"860@2!P871H;F%M90`D260Z(&9I;&5I;RYC+'8@,2XR(#@Y M+S`R+S$R(#$P.C`T.C,Q(&UA7)I9VAT("AC*2`Q M.3@Y($UA&ES=',` M``!$:7)E8W1O7!E`````````````````````"1)9#H@;&EN M:RYC+'8@,2XR(#@Y+S`R+S$R(#$P.C`T.C,X(&UA6UB;VQI8R!L:6YK`````'@@)7,@ M71E6UB;VQI8R!L:6YK`````"!S M>6UB;VQI8R!L:6YK('1O("5S`````"!L:6YK960@=&\@)7,````_("5S("5L M9"!B;&]C:W,*``````DE,V0L("4S9`````D@("`@("`@(````"1)9#H@;65M M+F,L=B`Q+C(@.#DO,#(O,3(@,3`Z,#0Z-3,@;6%R:R!%>'`@)````$-O<'ER M:6=H="`H8RD@,3DX.2!-87)K($@N($-O;&)U2`H,BD````````````` M````)$ED.B!N86UE7)I9VAT("AC*2`Q.3@Y($UA'`@)```0V]P>7)I9VAT("AC*2`Q.3@Y($UA'`@9F5D('1O(')E9W-U8@````!D86UA9V5D M(&UA=&-H('-T'`H,RDZ("5S````)$ED.B!R96=E>'`N M8RQV(#$N,B`X.2\P,B\Q,B`Q,#HP-3HS.2!M87)K($5X<"`D`````$Y53$P@ M87)G=6UE;G0```!R96=E>'`@=&]O(&)I9P``;W5T(&]F('-P86-E`````'1O M;R!M86YY("@I`'5N;6%T8VAE9"`H*0````!U;FUA=&-H960@*"D`````:G5N M:R!O;B!E;F0`*B!O<&5R86YD(&-O=6QD(&)E(&5M<'1Y`````&YE'`@)````$-O<'ER:6=H="`H8RD@,3DX M.2!-87)K($@N($-O;&)U6YT87@```!297!L86-E;65N="!S=')I;F<@;F]T(&%D9&5D M`````$YO('-P86-E`````$EN=F%L:60@4D4@;6]D:69I97(`4F5P;&%C96UE M;G0@2!O;F4@;V8@=&AE(&,L('0L('(L('4@;W(@>"!O M<'1I;VYS"@````!487(Z(&)L;V-K Organization: Silicon Graphics, Inc., Mountain View, CA Subject: PAX for the IRIS 4D (Part 3 of 4) Message-Id: <33707@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL ----------------------- cut here (Part 3 of 4) -------------- M9V4Z("5S("UC6V)F=G==(&1E=FEC92!B;&]C:R!F:6QE;F%M92XN"@`@("`@ M("`@)7,@+7);8G9W72!D979I8V4@8FQO8VL@6V9I;&5N86UE+BXN70H````@ M("`@("`@)7,@+71;=F9=(&1E=FEC90H`````("`@("`@("5S("UU6V)V=UT@ M9&5V:6-E(&)L;V-K(%MF:6QE;F%M92XN+ET*````("`@("`@("5S("UX6V9L M;6]V=UT@9&5V:6-E(%MF:6QE;F%M92XN+ET*````````)$ED.B!T='EI;RYC M+'8@,2XR(#@Y+S`R+S$R(#$P.C`V.C$Q(&UA7)I9VAT M("AC*2`Q.3@Y($UA'`@)```0V]P>7)I9VAT("AC*2`Q.3@Y($UA7)I9VAT("AC*2`Q.3@Y($UAEM<75Y?8$%"0T1%1D=(24I+3$U.3U!14E-455976%E:>WQ] M?G\````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````````````````````````````````````````````````````0TA2 M0TQ!4U,`````+VQI8B]C:')C;&%S`!\```!7````8````2\```!,````=P```2\```!+```` M.@```2\```!*````!0```4T```!&````=P```2\````````````````O971C M+V=R;W5P````````$``](!``*_`0`"P$$``L(!``+#`0`"Q($``L5!``+'`0 M`"R$$``LF!``+*@0`"R\$``LX!``+/00`"T($``M%!``+2P0`"U$$``M4!`` M+600`"UT$``MA!``+900`"VH$``MR!``+>P0`"X,$``N'!``+BP0`"Y$$``N M5!``+FP0`"Y\$``NB!``+J`0`"ZT$``NT!``+N00`"\`$``O'!``+RP0`"\\ M$``O6!``+W@0`"^4$``OI!``+\@0`"_D$``O\!``+_P0`#`($``P(!``,#@0 M`#!,$``P9!``,'@0`#"($``PH!``,+@0`##$$``PT!``,.00`##X$``Q"!`` M,2`0`#%`$``Q6!``,6P0`#&$$``QE!``,:00`#'`$``QT!``,=P0`#'H$``Q M_!``,@@0`#(4$``R*!``,C00`#)`$``R7!``,GP0`#*4$``RO!``,N00`#,$ M$``S1!``,VP0`#-X$``SA!``,Y`0`#.<$``SJ!``,[00`#/`$``SS!``,]@0 M`#/D$``S\!``,_P0`#0($``T(!``-#P0`#1<$``T?!``-)P0`#2P$``TT!`` M-/00`#4,$``U*!``-4P0`#5L$``UG!``-;00`#74$``UY!``-?P0`#8@$``V M1!``-F`0`#9\$``VF!``-K`0`#;4$``V^!``-Q`0`#H$``WP$YO('!E0```$YO('-U8V@@<')O8V5S7-T96T@8V%L;`!)+T\@97)R;W(```!.;R!S=6-H(&1E=FEC92!O&5C(&9O0!&:6QE M(&5X:7-T7-T96T```!4;V\@;6%N M>2!O<&5N(&9I;&5S(&EN(&$@<')O8V5S'0@9FEL92!B=7-Y``!&:6QE('1O;R!L87)G M90``3F\@2!F:6QE('-Y7!E``!)9&5N=&EF:65R(')E M;6]V960``$-H86YN96P@;G5M8F5R(&]U="!O9B!R86YG90!,979E;"`R(&YO M="!S>6YC:')O;FEZ960`````3&5V96P@,R!H86QT960``$QE=F5L(#,@0`````N;&EB M('-E8W1I;VX@:6X@82YO=70@8V]R7-T96T@;&EM:70` M``!#86X@;F]T(&5X96,@82!S:&%R960@;&EB2!D:7)E8W1L>0``17)R M;W(@.#@`````17)R;W(@.#D`````17)R;W(@.3``````17)R;W(@.3$````` M17)R;W(@.3(`````17)R;W(@.3,`````17)R;W(@.30`````17)R;W(@.34` M````17)R;W(@.38`````17)R;W(@.3<`````17)R;W(@.3@`````17)R;W(@ M.3D`````17)R;W(@,3`P````3W!E2!P2!N;W0@0!!9&1R97-S(&%L2!R969E6UB;VQI8R!L:6YK,%TZ("5S"@``)6QD;2L` M```E;&1K*P```"5L9``EY````````````0`` M`&%S8VEI`````````!``)X`````````````````````!`````0`````````` M`````2TM```````````````````````````````````````````````````0 M`#ST$``\^$=-5``@("``5%H```````!R````<@````````````"'```````` M````````17)R;W(@,````````````$YA3@!.84X`+0```"L````@````,'@` M`#!8``!.84X`+0```"L````@````3F%.`"T````K````(````"AN=6QL*0`` M``````````````````````````!R````<@```'_P``````````````````!_ M\``````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````````````````````'`)`1\``$27```7;``!8&`````````` M`````.X``7?,```#F@`!J"0`````````````!70``=-<```55``!Z2P```AP M``'^@````',``@;P```!+P`")T@```$&``(L!#`0X3`0$$`0P"`P@``0@/_L M@``7\#`0$!$@\"`A(!`0`2#A)!`0\"1#,1#P(/`0$3#04.`C$Q83$1,A(P*! M`!4A@/_I8'`0$!`0(!`QT/!`D/#P\)"```\@L%(1(2#P-1(A(!#P0/`0(A`0 M$.`P$/`P$/`P$/!`\#`0\#`0\#,A$.!!\#$0\#(2(A`0$.`P$/`P$/`P$/`S M(1#@0?`Q$/`T$!#P%!`0\"$A(!#P,1@#&"(1$"(G$1$1%143(1$5$1$1&`(5 M%1,D$B43(A$1,P$3$B4@\!#P)"@@\!#P)"$1(P%0%C<8`A(A$2$1(!#P$/`P M$3#P&`!C%2,!)24E)1$3`4`8`#@("!(H01#P(P)AH&@`&`04&!@1%Q$2(1`#("#` M1!,3$1,4$A(00.`0$1,5`T#`8*`P,*!C%1$3$B$1\!(2$",0(/`@T"$0T#(7 M!H``"?"`__B```B`__B```J`__:```H4%1#P%1(A$Q$3(1(1&`44*`!@H6"@ M8A@"(/`1$2`B$2`0\#`0\$+Q$343)!(A(!#P,!#P4!#P,!#P,!#P M,!#P,!#P,!#P,!#P,!#P,!#P,1@("`@("`@("`(7)Q$C$B,1$141$142$#@( M`R$C`145%1$3`5844Q$32``A$2$X%!`B(Q(1$B$3(Q(G(1$3!B!C%!,1=!`0 M%A`6,1,1(402$#(6$Q,3$Q03&``2$2(3%145%!$34!`0$!'Q$/!2(A41@0`( M08$`"E%("`%`P4#`01(X!T@(!!(3)!(S`6$0%A(0\!$1$D@("!,C$Q$36`!( M"`@3(203(Q(H4A(X!!$1(3@("!,V(1,0\!'P(R4"$?(0\1'P4!(0\#%"0D@$ M>`@"`%"X4+!A*")("!(3$2(3$C,2&`@1$Q,E$2,T$204$Q0C$%,3$B#P$1$1 M,!#P$?`B*`$$4K!A0R0C$2<7%Q<7%Q<8!1@%&`,C$2@!$Q$F$Q$H`@-&$283 M$6@(P$43$B43$242$2<2\"$D!$+`44,D(Q$B$A(2$A(2%!45(Q$H$Q$G$Q$H M`A#Q%Q(0$!#P0.`A%!`0\!(3$/`5%1$Q%!$@$/$3`1#P$A$R\`&```N!__6` M``N!__6```N0=1@($Q$5$!#P&`,4$3#P,Q$8`!$4%!%`X#@2$R@"%!%#(1(4 M$3$A$Q%`\"08!!012`44$4,6$A,H`Q01,R$4$3$Q&!01(Q@`%!$S(4$8%!$F M$A,H`A01,R$4$3%1%101%1$8!10101<2$Q@!%!$S(101,3$8`!,1%1010.`X M$A,H`Q01@P`($301,B,8"`,C&`(4-0,R(1`11Q01(!#P$/!#$204(B`8!P9X M`1,3$2,2(Q(A(/`8`%,5$Q,1(Q(C$",0(1(@$A(A(Q8!2!@5$2$@(A0":!@H M!!$C%3#@,"`1(")X"``1(%"P$$#`$Q`0\"@0$/`@(!0%0,!!P$,3$Q0C%A0$ M@P`()!$R(A`0$%`1\1#P0A`1\!#P(")A(D(3(Q,D(5(1(.!H`A@"```N@<"#P\"#P)1`@ MX!`0\#0!0%"`__>```E1(.`A)!(U$C42$A#P@``(X"02$A'P%1(2(.!8`!(2 M$/!(`!(2$/"``!/P,>`A5A(2(H``$/`QX"%6$A(B8Q$P$?`1$A`1\"#P$Q*" M`!#P(180$O`@\!'P-Q42,!#@$!'P(D(R&`-0\!%B%`1PX,!@\#(@\#4P\!#@ M,2@!,/`0X",1*`$P\!#@(Q$B*`,@)C(1)1$1(Q$B`H``"8#_]X,`"1(1(Q(3 M0/`6$1$8`!(@(1<1$!'P*``0$B#P$Q(8-A`6`1#P$Q$3`6"@8*!B)!$D%!)` MP7`0\-!#$B#P$B#P(S#P$2$4$10P$T#P$Q$U$##P$1,4$10@8:!A%!$4(!`3 M$"#P(A`G!!""``F`__:```H8`B0PX"#P$A(0\!00%!`0\!#P$1(C$B41$Q0B M*``50,)`P%(8`1$G$30PTC#01!81)!$T`E"P4/`@\"*!``Z@$!`@$$/`\.#P M\&`PH&(18A#P,!#P,!#P,!#P,!#P,!#P8!#P,!#P,!#P,!#P,!#P,!#P,1$8 M"`@("`@("`07.`(U$1%#)Q`3\!$1$6(2(Q$1%1$1%1$1%1$1,Q$S!(``"N`R M$1`4%"$D%#$1$!,H(.`B%1$@$Q02$1#@11$T`145%145$1,!11$A%1$D$2$4 M`%"V4+!B)2#P&`,2%!,C$R@`$1(A$R`8"`!("`<1(3`0\"`7!E"P4#@!(Q81 M*$,7`A'P$Q44$P$PT#05)!4`--$PT$81)181(Q,!$/`3$1,"$/`5$A,%%!,1 M)!4"4+!6$3(S$5,16`(U$#=(!1`F$1@#0U@!`E,1*``1$1%(`!`PT$$A$!'P M,!$D`3#0,Q$1,!'P$!$6`C#0,Q$1-1)G$2,3(R0$,-`S$!#PB``5`A,PB``+ M""4S(1(F(/`A(!'P@``)H"%$$B$2$1`B$1$P\&`RA0!'%R=C M$!!@H&"0@@`(,A#P$A`1$.`B$!'P4!+P(Q$0\$'P(/`4$?`B41(1$1!"11`P$!`0$$`1(/!`\"`@\"`@ M\"`@\$#P("#P("#P(!`Q$!$1$!$@$1`0$1`0(A`0$"#P(2$0$3`0$2$0$1`1 M$!/@,5`0$K!@$!`0@?_X@``)@/_X@``)(!#@@``+@/_X@0`)@/_W$(``"X#_ M](``"<`0@``*$?"`__;Q$(``"A"0@``)@/_X@0`)(/`@(/`@$!`0$$$0P%#0 M0+!P(!#@0/`P,/`@(3#P(!`0$!`P\"`P\/`P$!`0(!`0$!`@\``````````` M``(```````````````#_____```````````````8`!T``````"X```!6```` M`````&`````$````&```````````_____P`````````````````=`!\```!P M````<@```!P```!H````!@```!H``````````/____\````````````````` M'0`?````?0```($````=``````````,`````@````/____S_____```````` M```````8`!T`'P```*(```"_`````````0@````%````0H````#___[,____ M_P`````````````!2``=`!\```#B```!>0```!P```60````!P```62````` M_____/____\``````````````!@`'0`?```!E0```:8```"O```&6`````D` M``&6@````/___^S_____```````````````H`!T`'P`````#____<_____P`````` M````````2``=`!\```'8```![@```*<```BD````$P```BF`/@``____U/__ M__\``````````````%``'0`?```"$0```BP```#%```)^````!4```)^@`$` M`/____S_____```````````````8`!T`'P```D$```)/````[0``"J`````7 M```"J(````#____\_____P``````````````&``=`!\```)H```"AP```/X` M``R<````&@```R>`````_____/____\``````````````!@`'0`?```"J@`` M`K0```$J```-0````!P```-0@`$``/____S_____```````````````8`!T` M'P```L\```+@```!-@``#>0````>```#>0``````````_____P`````````` M```````=`!\```+Y```"_````4P```X`````(````X"``0``_____/____\` M`````````````!@`'0`?```#)0```RX```%2```.=````"(```.=@````/__ M__3_____```````````````@`!T`'P```TT```-7```!8@`````````#```` M`(`!``#___[,_____P`````````````!2``=`!\```!:````N@````````04 M````!0```06`````_____/____\``````````````!@`'0`?````U````-D` M``!F``````````,`````@````/___`````<```#>@!\``/____S_____```````````````H`!T`'P```/8` M``$2````,@``!'0````*```!'8!_``#____D_____P``````````````2``= M`!\```$\```!?````$4```=(````#0```=*``0``____U/____\````````` M`````$``'0`?```!H@```T```(,````EP``"XP````1```"XX`!``#_ M___<_____P``````````````.``=`!\```(P```"5@```*X``````````P`` M``"`````_____/____\``````````````!@`'0`?````40```&@````````! M&`````4```!&@````/____S_____```````````````8`!T`'P```'T```"" M````'0```4P````'````4X````#___V\_____P`````````````"6``=`!\` M``"J```!?@```"0```K8````"0```K:`````____]/____\````````````` M`"``'0`?```!I@```<(```#)``````````0`````@`X``/___]S_____```` M``````````!``!T`'P```&<```"9`````````=@````&````=H````#____T M_____P``````````````(``=`!\```"^````S````"(```)T````"````)V` M````____[/____\``````````````"@`'0`?````\0```1X````K```$+``` M``H```$+@`P``/___^S_____```````````````P`!T`'P```34```%````` M3P`````````$`````(`!``#___W<_____P`````````````".``=`!\```!Y M````]P````````-0````!@```-2`````_____/____\``````````````!@` M'0`?```!%@```2$```!4```#Q`````@```#Q@`$``/____3_____```````` M```````X`!T`'P```3T```%:````7P``!<0````*```!<8````#____L____ M_P``````````````2``=`!\```%V```!SP```'L```K4````#````K6``0`` M____]/____\``````````````"@`'0`?```!ZP```AD```"_```-=`````X` M``-=@````/____S_____```````````````8`!T`'P```C4```)A````Y0`` M'&@````0```'&@``````````_____P`````````````````=`!\```*)```" MFP```6@``````````P````"`````____]/____\``````````````"``'0`? M````60```&$`````````7`````8````7@````/____3_____```````````` M```@`!T`'P```(,```")````!0`````````&`````(`#``#____T_____P`` M````````````*``=`!\```")````H@````````#\````"````#^``P``____ MW/____\``````````````$``'0`?````PP```.$````B```",`````H```", M@`$``/___^S_____```````````````H`!T`'P```/@```$$````-````L0` M```,````L0``````````_____P`````````````````=`!\```$A```!)0`` M`#X```+0````#@```+2`'P``____[/____\``````````````#@`'0`?```! M2P```:@```!!```&T````!,```&T@````/____S_____```````````````8 M`!T`'P```<$```'%````DP``!S`````5```!S```````````_____P`````` M```````````=`!\```'?```!YP```)H```=D````%P```=D``````````/__ M__\`````````````````'0`?```"`0```@H```"C``````````D`````@``` M`/____S_____```````````````8`!T`'P```&<```!R`````````%`````+ M````%(````#____\_____P``````````````&``=`!\```"3````H0````L` M``$,````#0```$.`````_____/____\``````````````!@`'0`?````P``` M`,P````9```!;`````\```!;@````/____S_____```````````````8`!T` M'P```.X```#[````)0`````````#`````(`#``#___W$_____P`````````` M```"6``=`!\```!.````9P````````%$````!0```%&``0``___^W/____\` M`````````````3@`'0`?````BP```*(````3``````````,`````@````/__ M__3_____```````````````@`!T`'P```%<```!K`````````50````&```` M58`?``#___O<_____P`````````````$2``=`!\```"*````P0```!,```., M````"````..`````_____/____\``````````````!@`'0`?````X0```.L` M``!*``````````,`````@````/___LS_____``````````````%(`!T`'P`` M`%X```"!`````````40````%````48````#___[,_____P`````````````! M2``=`!\```"A````O0```!H`````````!P````"``0``____S/____\````` M`````````$@`'0`?````W@```28````````"%`````D```"%@`(``/___]3_ M____``````````````!``!T`'P```34```%P````/0``!.@````+```!.H`> M``#____D_____P``````````````0``=`!\```%Z```!D@```&\```8````` M#0```8"``0``____Y/____\``````````````#``'0`?```!GP```<````"' M```'6`````\```'6@`4``/___]3_____``````````````!(`!T`'P````%0``___\S/____\``````````````U`` M'0`?````L0```-4````_```#_`````<```#_@````/___NS_____```````` M``````$H`!T`'P```/8```$#````:0``!)`````)```!)(````#___[L____ M_P`````````````!*``=`!\```$G```!,P```'0``````````P````"````` M_____/____\``````````````!@`'0`?````8P```-D````````$'`````4` M``$'@````/____3_____```````````````@`!T`'P```0````$M````:0`` M!9P````)```!9X````#____\_____P``````````````&``=`!\```%(```! M3P```(H``````````P````"`````____]/____\``````````````"``'0`? M````4P```&(`````````B`````4````B@'$``/___]S_____```````````` M``!(`!T`'P```(T```"G````"@```>`````'````>(`/``#____\_____P`` M````````````*``=`!\```#'````U````"(```*P````"0```*R`'P``____ M%/____\``````````````1@`'0`?````\P```08````N``````````,````` M@````/____S_____```````````````8`!T`'P```%P```!@`````````&0` M```%````&8````#____\_____P``````````````&``=`!\```!]````A``` M``<```#,````"````#.`````____]/____\``````````````"``'0`?```` MI0```+$````.```!=`````H```!=@````/____S_____```````````````8 M`!T`'P```,X```#1````&@```:P````,````:X````#____\_____P`````` M````````(``=`!\```#P````\P```"```````````P````"``P``_____/__ M__\``````````````"``'0`?````9@```&P`````````<`````4````<@``` M`/____S_____```````````````8`!T`'P```),```#$````!@`````````! M`````(`!``#____,_____P``````````````2``=`!\```#2````[P`````` M``#8`````P```#:`````____]/____\``````````````"``'0`?```!`P`` M`0X````5```!0`````4```!0@`$``/____S_____```````````````8`!T` M'P```2(```$Y````(0```@0````'````@8`#``#____<_____P`````````` M````0``=`!\```%4```!F@```"\```.L````"0```.N`````_____/____\` M`````````````!@`'0`?```!O````<0```!6```$)`````L```$)```````` M``#_____`````````````````!T`'P```=P```'E````7P``!'`````-```! M'(````#__^^$_____P`````````````0D``=`!\```(M```"M````&0````` M`````@````"`````___];/____\``````````````J@`'0`?````7P```(,` M``````````````$`````@````/____S_____```````````````8`!T`'P`` M``P````/```````````````!`````(````#____\_____P`````````````` M&``=`!\````?````,````````````````0````"`Q```____O/____\````` M`````````&``'0`?````(@```$0```````````````$```````````````#_ M____`````````````````!T`'P```!P````D```````````````!```````` M````````_____P`````````````````=`!\````A````-0`````````````` M`0```````````````/____\`````````````````'0`?````'````",````` M``````````$```````````````#_____`````````````````!T`'P```!$` M```5```````````````#`````(````#____<_____P``````````````.``= M`!\````T````6P```````````````0```````````````/____\````````` M````````'0`?````$0```!(```````````````$```````````````#_____ M`````````````````!T`'P```!$````2```````````````!```````````` M````_____P`````````````````=`!\````1````$@```````````````0`` M`````````````/____\`````````````````'0`?````#@```!`````````` M``````$`````@````/___^3_____```````````````P`!T`'P```!X````K M```````````````!````````````````_____P`````````````````=`!\` M``!E````G0```````````````0```````````````/____\````````````` M````'0`?````*P```3$```````````````8`````P/\``/____S_____```` M```````````X`!T`'P```%@```"Y`````````Q0````(````Q0`````````` M_____P`````````````````=`!\```#!````S0```%,```-,````"@```-.` M`0``____Y/____\``````````````#``'0`?````V@```.T```!7```````` M``$```````````````#_____`````````````````!T`'P```!$````2```` M```````````!````````````````_____P`````````````````=`!\````1 M````$P```````````````0```````````````/____\````````````````` M'0`?````$0```!(```````````````$```````````````#_____```````` M`````````!T`'P```!$````2```````````````!````````````````____ M_P`````````````````=`!\````1````$@```````````````0`````````` M`````/____\`````````````````'0`?````$0```!(```````````````$` M``````````````#_____`````````````````!T`'P```!P````E```````` M```````!````````````````_____P`````````````````=`!\````/```` M%@```````````````0```````````````/____\`````````````````'0`? M````&@```!\```````````````$`````@````/____S_____```````````` M```8`!T`'P```!X````B`````````#P````#````#X````#____\_____P`` M````````````&``=`!\````K````+P````8```!D````!0```!F`````____ MY/____\``````````````#``'0`?````.````$$````*``````````$````` M``````````#_____`````````````````!T`'P```!$````3```````````` M```!````````````````_____P`````````````````=`!\````1````$P`` M`````````````0```````````````/____\`````````````````'0`?```` M$0```!,```````````````$```````````````#_____```````````````` M`!T`'P```!$````3```````````````!````````````````_____P`````` M```````````=`!\````.````#P```````````````0```````````````/__ M__\`````````````````'0`?````#@````\```````````````$````````` M``````#_____`````````````````!T`'P```!$````2```````````````! M````````````````_____P`````````````````=`!\````1````$P`````` M`````````0````"`````_____/____\``````````````!@`'0`?````&@`` M`!L```````````````0`````@````/___^3_____```````````````P`!T` M'P```",````^`````````50````&````50``````````_____P`````````` M```````=`!\```!$````;P```",```.<````"0```.>``0``_____/____\` M`````````````!@`'0`?````P````<``````````0````"``0``_____/____\````````` M`````!@`'0`?````*@```#T`````````=`````,````=@`$``/____3_____ M```````````````@`!T`'P```$T```!@````#````3@````%````3H`!``#_ M___\_____P``````````````&``=`!\```!M````=0```!\```(8````!P`` M`(:`#P``____W/____\``````````````$@`'0`?````B````*@````J```$ M/`````D```$/@````/____3_____```````````````@`!T`'P```,````#, M````2@``!6`````+```!6(````#____\_____P``````````````&``=`!\` M``#8````Y````%P```9D````#0```9F`````____]/____\````````````` M`"``'0`?````[P```0<```!H```'R`````\```'R``````````#_____```` M`````````````!T`'P```14```$<````A0`````````!```````````````` M_____P`````````````````=`!\````:````(P```````````````0`````` M`````````/____\`````````````````'0`?````'````"$````````````` M``$`````@`,``/____S_____```````````````@`!T`'P```!P````C```` M```````````!`````(`#``#____\_____P``````````````(``=`!\````; M````(@``````````````!@````"`````_____/____\``````````````!@` M'0`?````)P```"P`````````1`````@````1@````/____S_____```````` M```````8`!T`'P```#`````U````!P```'`````*````'```````````____ M_P`````````````````=`!\````[````0`````X```"X````#````"Z````` M_____/____\``````````````!@`'0`?````10```$H````3```!!`````X` M``!!@`(``/___^S_____```````````````H`!T`'P```%````!A````&@`` M```````!````````````````_____P`````````````````=`!\````1```` M$P```````````````0```````````````/____\`````````````````'0`? M````$0```!(```````````````$```````````````#_____```````````` M`````!T`'P```!$````5```````````````"````````````````_____P`` M````````````%``=```````3````'@```````````````0`````````````` M`/____\`````````````````'0`?````$0```!4```````````````$````` M``````````#_____`````````````````!T`'P```!H````C```````````` M```!`````(`#``#____\_____P``````````````(``=`!\````>````)@`` M``````",`````P```",``````````/____\`````````````````'0`?```` M,P```#D````)``````````$```````````````#_____```````````````` M`!T`'P```"(````X```````````````!````````````````_____P`````` M```````````=`!\````5````'0`````````X````!`````X``````````/__ M__\`````````````````'0`?````'P```"<````'````<`````<````<```` M``````#_____`````````````````!T`'P```"D````Q````#@```*@````* M````*@``````````_____P`````````````````=`!\````S````.P```!4` M``#@````#0```#@``````````/____\`````````````````'0`?````/0`` M`$8````<```!(````!````!(``````````#_____`````````````````!T` M'P```$@```!0````)````60````4````5P``````````_____P`````````` M````&``=`!\```!B````:0```"L``````````0````"`````____S/____\` M`````````````$@`'0`?````'@```"@```````````````$`````@`,``/__ M__S_____```````````````@`!T`'P```!X````_```````````````!```` M````````````_____P`````````````````=`!\````1````$P`````````` M`````@````"`````____[/____\``````````````"@`'0`?````/0```*4` M```````$_`````4```$_``````````#_____`````````````````!T`'P`` M`.````#I````<```!3@````'```!3L#_``#___V4_____P`````````````" ML``=`!\```$'```#U@```'@``````````0```````````````/____\````` M````````````'0`?````&P```!\```````````````$```````````````#_ M____`````````````````!T`'P```!H````B`````````#0````$````"P`` M````````_____P`````````````````=`!\````H````,@````<````````` M`P````#`_P``___^S/____\``````````````7``'0`?````'@```'@````` M```%R`````4```%R@`\``/___VS_____``````````````"X`!T`'P```(0` M``$4````3```#6`````'```#6(`_``#____L_____P``````````````0``= M`!\```$=```!.0```+L```_D````"0```_F`'P``_____/____\````````` M`````"@`'0`?```!0````5H```#A``````````8`````@````/____S_____ M```````````````8`!T`'P```"0````I`````````$0````(````$8````#_ M___\_____P``````````````&``=`!\````M````,@````<```!P````"@`` M`!P``````````/____\`````````````````'0`?````-P```#X````.```` M\`````P````\@````/____S_____```````````````8`!T`'P```$,```!* M````%@```3P````.````3X`!``#____L_____P``````````````*``=`!\` M``!0````E@```!T``````````0````"`````_____/____\````````````` M`!@`'0`?````'@```!\`````````-`````,````-@````/____S_____```` M```````````8`!T`'P```"8````H````!````'0````%````'8````#____T M_____P``````````````(``=`!\````O````40````H``````````0````"` M````_____/____\``````````````!@`'0`?````'````"0````````````` M``$`````@!4``/___]3_____``````````````!(`!T`'P```!X````Y```` M```````````"````````````````_____P``````````````%``=```````5 M````'````````````````0```````````````/____\````````````````` M'0`?````$0```!(```````````````$```````````````#_____```````` M`````````!T`'P```!4```!(`````````-0````,````-0``````````____ M_P`````````````````=`!\```!.````?@```"X``````````0````"````` M_____/____\``````````````!@`'0`?````%0```"$```````````````(` M````@````/___ZS_____``````````````!H`!T`'P```"````!X```````` M```````!````````````````_____P`````````````````=`!\````<```` M1````````````````0```````````````/____\`````````````````'0`? M````&0```!\```````````````$```````````````#_____```````````` M`````!T`'P```!$````2```````````````!````````````````_____P`` M```````````````=`!D````5````LP```````````````0`````````````` M`/____\`````````````````'0`?````$P```%D```````````````$````` M``````````#_____`````````````````!T`'P```!,````W``````````$` M````+"``"0````P`````"*___P```!4`0`&0&"```@```!4```!@("```@`` M`!T`0`'P&"``!@```!T````(("``!````"@`0`'X&"``"@```"@````,("`` M!@````$`````("````````$`````+"```@````$`````("````````$````` M+"```@````$`````("````````$`````+"```@````$`````("````````$` M````+"``#@````<0`#E0":___P````T0`#E4":___P```!<`0`(0&"``#``` M`!<```$(("```P```!P`0`,8&"``#@```!P```2(("``!0```",`0`>@&"`` M$````",```#(("``!P```#0`0`AH."``$@```#0```$L("``"0```$``0`F4 M."``%````$````"`("``"P````$`````("````````$`````+"``!@````H0 M`#F@":___P```!`0`#FD":___P```!H`0`H@&"``#````!H```#P("```P`` M``$`````("````````$`````+"``)0````H0`#FP":___P```!`0`#FT":__ M_P```!H`0`L0&"``#````!H```'(("```P```"(`0`S8&"``#@```"(```&` M("``!0```"H`0`Y8&"``$````"H```#8("``!P```#0`0`\P&"``$@```#0` M``#@("``"0```#T`0!`0&"``%````#T```%@("``"P```$8`0!%P&"``%@`` M`$8```!H("``#0```%,`0!'8&"``&````%,```#4("``#P```%P`0!*L&"`` M&@```%P```$(("``$0```&4`0!.T."``'````&4```%4("``$P```&P`0!4( M."``'@```&P```"H("``%0```'4`0!6P&"``(````'T0`#VP"<___P```'4` M``'\("``%P```(0`0!>L."``(@```(0```"D("``&@```(T`0!A0."``)``` M`(T```"D("``'````)4`0!CT."``)@```)4````<("``'@```)T`0!D0."`` M*````)T```!T("``(````*H`0!F$."``*@```*H```!T("``(@````$````` M("````````$`````+"``"`````@0`#G0":___P````X0`#G4":___P```!@` M0!H`&"``#````!@```04("```P```"``0!X4."``#@```"````!H("``!0`` M``$`````("````````$`````+"``#`````H0`#G@":___P```!`0`#GD":__ M_P```!H`0!Z`&"``#````!H```&,("```P```"D`0"`,."``#@```"D```*P M("``!0```#(`0"*\."``$````#(```!P("``!P```#H`0",L."``$@```#H` M``$<("``"0````$`````("````````$`````+"``%`````L0`#I`":___P`` M`!$0`#I$":___P```!L`0"10&"``#````!L```,\("```P```"@`0">,&"`` M#@```"@````\("``!0```#,`0"?(."``$````#L0`#W`"<___P```#,```#\ M("``!P```$<`0"C$."``$@```%`0`#W$"<___P```$<```+4("``"@```%8` M0"N8."``%````%8```*T("``#0```%T`0"Y,."``%@```%T```&0("``#P`` M`&4`0"_<."``&````&4```&\("``$0````$`````("````````$`````+"`` M#`````H0`#I@":___P```!`0`#ID":___P```!H`0#&@&"``#````!H```$8 M("```P```"<`0#*X&"``#@```"<````T("``!0```#4`0#+L&"``$````#4` M``F,("``!P```#T`0#QX&"``$@```#T```$4("``"0````$`````("`````` M``$`````+"``#0````@0`#IP":___P````X0`#IT":___P```!@0`#\@"&__ M_P```"$`0#V0&"``#````"$```'8("``!````"H`0#]H&"``$````"H```"< M("``!@```#$`0$`$&"``%````#$```&X("``"````#@`0$&\&"``&````#@` M``"P("``"@````$`````("````````$`````+"``$P````@0`#J4":___P`` M``X0`#J8":___P```!@0`!(@"$___P```"$`0$)P&"``#````"$```-0("`` M!````"T`0$7`&"``#@```"T```!T("``!@```#D`0$8T."``$````#D```(` M("``"````$0`0$@T."``$@```$0```40("``"@```$X`0$U$."``%````$X` M``*@("``#````%@`0$_D."``%@```%@```[T("``#@```&,`0%[8."``&``` M`&,```#T("``$`````$`````("````````$`````+"``"0````<0`#M`":__ M_P````T0`#M$":___P```!<`0%_0&"``#````!\0`#M(":___P```!<```!< M("```P```"@`0&`L&"``#@```"@```!,("``!@````$`````("````````$` M````+"``&@````P0`#M0":___P```!(0`#M4":___P```!P0`#M8":___P`` M`"<0`#W0"<___P```#`0`#W4"<___P```#D`0&"`&"``#````#D```#\("`` M!@```$(`0&%\&"``#@```$(```$T("``"````$T`0&*P&"``$````$T```"4 M("``"@```%P`0&-$&"``$@```%P````,("``#````&8`0&-0&"``%````'`0 M`#M<":___P```'H0`#W8"<___P```'\0`#W<"<___P```&8```0`("``#@`` M`(@`0&=0&"``%@```(@```!@("``$P```)0`0&>P."``&````)0````T("`` M%0```)P`0&?D."``&@```)P````P("``%P````$`````("````````$````` M+"``$@````D0`#MP":___P````\0`#MT":___P```!D0`#MX":___P```"$0 M`$,@"&___P```"L0`#M\":___P```#(0`#N`":___P```#H0`$-`"&___P`` M`$00`#N$":___P```$L`0&@@&"``#````$L```!0("``"0```%4`0&AP&"`` M#@```%4```"\("``"P```%T`0&DL&"``$````%T```!@("``#0```&<`0&F, M&"``$@```&<```"\("``#P````$`````("````````$`````+"``"`````@0 M`#N0":___P````X0`#N4":___P```!@`0&I0&"``#````!@```%$("```P`` M`!T`0&N4&"``#@```!T```$\("``!0````$`````("````````$`````+"`` M"P````P0`#NP":___P```!(0`#NT":___P```!P`0&S0&"``#````"00`$-@ M"&___P```!P```%4("```P```"<`0&XD&"``#@```"<```(X("``!@```"\` M0'!<&"``$````"\```"<("``"`````$`````("````````$`````+"``"``` M``@0`#O@":___P````X0`#OD":___P```!@`0'$`&"``#````!@```%$("`` M`P```!X`0')$&"``#@```!X```#\("``!0````$`````("````````$````` M+"``+@````H0`#P`":___P```!`0`#W@"<___P```!D0`#WD"<___P```"$0 M`#WH"<___P```"H0`#WL"<___P```#(0`#WP"<___P```#H`0'-`&"``#``` M`#H```(4("``!P```$(`0'54."``$````$(```+4("``"0```$8`0'@H."`` M$@```$8```$8("``"P```%``0'E`."``%````%````%8("``#0```%D`0'J8 M."``%@```%D```2D("``#P```&$`0'\\."``&````&$```!8("``$0```&D` M0'^4."``&@```&D````X("``$P```&X`0'_,."``'````&X```!P("``%0`` M`'@`0(`\."``'@```'@```"(("``%P```(``0(#$."``(````(````!$("`` M&0```(H0`#WT"<___P```),0`#WX"<___P```)H0`#W\"<___P```*00`#X` M"<___P```*P`0($(&"``(@```*P```&L("``'P```+0`0(*T."``)````+0` M``",("``(0```+L`0(-`."``)@```+L```0@("``(P```,0`0(=@."``*``` M`,0```%T("``)0```,X`0(C4."``*@```,X```!@("``)P```-8`0(DT&"`` M+````-8```',("``*0```-T`0(L`&"``+@```-T````X("``*P````$````` M("````````$`````+"``#`````L0`#P0":___P```!$0`#P4":___P```!L` M0(M`&"``#````!L```)<("```P```"<`0(V<&"``#@```"<```&@("``!0`` M`#``0(\\&"``$````#````"4("``!P```$``0(_0&"``$@```$````"`("`` M"0````$`````("````````$`````+"``#`````<0`#P@":___P````T0`#PD M":___P```!<`0)!0&"``#````!<```0<("```P```!X`0)1L."``#@```"40 M`#X0"<___P```"D0`#X4"<___P```!X```&`("``!0```#0`0)7L."``$``` M`#0```"8("``"0````$`````("````````$`````+"``#`````D0`#PP":__ M_P````\0`#PT":___P```!D`0):0&"``#````!D```"(("```P```"(`0)<8 M&"``#@```"(```%8("``!0```"H`0)AP&"``$````"H```#0("``!P```#(` M0)E`&"``$@```#(```#<("``"0````$`````("````````$`````+"``#P`` M``@0`#Q0":___P````X0`#Q4":___P```!@`0)H@&"``#````!@```!D("`` M`P```"$`0)J$&"``#@```"H0`$2`"&___P```"$```!H("``!0```"X`0)KL M."``$````"X```"H("``"````#4`0)N4&"``$@```#4````X("``"@```#L` M0)O,&"``%````#L```!(("``#`````$`````("````````$`````+"``"``` M``L0`#R`":___P```!$0`#R$":___P```!L`0)P@."``#````!L```!P("`` M`P```"``0)R0&"``#@```"````&T("``!0````$`````("````````$````` M+"``$`````H`0)Y0&"``#`````H```#8("```0```!(`0)\H&"``$````!(` M``!H("```P```!L`0)^0&"``$@```!L```#$("``!0```",`0*!4&"``%@`` M`",```&H("``!P```"L`0*'\&"``&````"L```!X("``"0```#,`0*)T."`` M&@```#,```!,("``"P```#L`0*+`&"``'````#L```*X("``#0````$````` M("````````$`````+"``!0````D0`#R0":___P```!0`0*6`&"``#````!0` M``#L("```@````$`````("````````$`````+"``!`````X`0*9P&"``#``` M``X````L("```0````$`````("````````$`````+"```@````$`````("`` M``````$`````+"``!`````L`0*:@&"``#`````L```"8("```0````$````` M("````````$`````+"``!`````D`0*=`&"``#`````D```)8("```0````$` M````("````````$`````+"``!`````L`0*F@&"``#`````L````P("```0`` M``$`````("````````$`````+"``!P````H`0*G0&"```@```!$`0*G4%"__ M_P```!X`0*H$%"___P```"L`0*H,%"___P````H```!$("```0````$````` M("````````$`````+"``!`````L`0*H@&"``#`````L```"0("```0````$` M````("````````$`````+"``!@````@`0*JP&"```@````T`0*K(%"___P`` M`!H`0*K4%"___P````@````L("```0````$`````("````````$`````+"`` M`@````$`````("````````$`````+"```@````$`````("````````$````` M+"``!P````H0`"D@"$___P```!$0`"E$"$___P```!@`0*K@&"``#````!\0 M`#S`":___P```!@```,@("```P````$`````("````````$`````+"``!0`` M``D`0*X`&"```@````\`0*X8%"___P````D````@("```0````$`````("`` M``````$`````+"``!0````H`0*X@&"```@```!$`0*XX%"___P````H````@ M("```0````$`````("````````$`````+"``!0````H`0*Y`&"```@```!$` M0*Y8%"___P````H````@("```0````$`````("````````$`````+"``!0`` M``D`0*Y@&"```@````\`0*YX%"___P````D````@("```0````$`````("`` M``````$`````+"``!`````L`0*Z`&"``#`````L```!L("```0````$````` M("````````$`````+"``"0````H`0*[P&"```@```!$`0*\X%"___P```!X` M0*^`%"___P```"4`0*^(%"___P```"P`0*^,%"___P```#,`0*^0%"___P`` M``H```"H("```0````$`````("````````$`````+"``&0````H`0*^@&"`` M`@```!$`0*_4%"___P```!P`0*_P%"___P```"X`0*_\%"___P```#P`0+`0 M%"___P```$``0+`8%"___P```$X`0+!0%"___P```%D`0+!H%"___P```&0` M0+"$%"___P```&T`0+"$%"___P```'D`0+#@%"___P```(4`0+$<%"___P`` M`)``0+%`%"___P```)P`0+%@%"___P```*\`0+%T%"___P```+T`0+&0%"__ M_P```,L`0+'(%"___P```-8`0+'@%"___P```.$`0+'\%"___P```.L`0+'\ M%"___P```/@`0+)8%"___P```04`0+*4%"___P````H```,8("```0````$` M````("````````$`````+"``#0````H0`#X@"<___P```!$0`#XH"<___P`` M`!@0`#XL"<___P```!\0`#XP"<___P```"80`#XT"<___P```"\`0++`&"`` M#````"\```,4("``!@```#8`0+74&"``#@```#8````X("``"````#L`0+8, M&"``$````#L```$(("``"@````$`````("````````$`````+"``!0````D` M0+<@&"```@````\`0+`&"```@````\`0+>8%"___P````D````@("```0````$`````("`````` M``$`````+"``!0````@`0+>@&"```@````T`0+>X%"___P````@````@("`` M`0````$`````("````````$`````+"``!0````D`0+?`&"```@````\`0+?8 M%"___P````D````@("```0````$`````("````````$`````+"``!`````L` M0+?@&"``#`````L```!P("```0````$`````("````````$`````+"``!0`` M``H`0+A0&"```@```!$`0+A4%"___P````H````<("```0````$`````("`` M``````$`````+"``!`````H`0+AP&"``#`````H````H("```0````$````` M("````````$`````+"``"`````D`0+B@&"``#`````D````\("```0````\` M0+C<&"``#@````\````H("```P```!8`0+D$&"``$````!8```!4("``!0`` M``$`````("````````$`````+"``!0````H`0+E@&"```@```!$`0+EX%"__ M_P````H````@("```0````$`````("````````$`````+"``!0````@`0+F` M&"```@````T`0+F8%"___P````@````@("```0````$`````("````````$` M````+"``!0````D`0+F@&"```@````\`0+FX%"___P````D````@("```0`` M``$`````("````````$`````+"``!0````D`0+G`&"```@````\`0+G8%"__ M_P````D````@("```0````$`````("````````$`````+"``!0````P`0+G@ M&"```@```!4`0+GX%"___P````P````@("```0````$`````("````````$` M````+"``!0````L`0+H`&"```@```!,`0+H8%"___P````L````@("```0`` M``$`````("````````$`````+"``!0````D`0+H@&"```@````\`0+HX%"__ M_P````D````@("```0````$`````("````````$`````+"``!0````D`0+I` M&"```@````\`0+I8%"___P````D````@("```0````$`````("````````$` M````+"```@````$`````("````````$`````+"``!`````D`0+I@&"``#``` M``D```!8("```0````$`````("````````$`````+"``&0````T0`#Y`"<__ M_P```!<0`#Y$"<___P```!\0`"E@"$___P```"H`0+K`&"``#````"H```%4 M("``!````#0`0+P4&"``$````#L0`$2P"&___P```#0```)(("``!@```$$` M0+Y<&"``%````$$```#@("``"0```$<`0+\\."``%@```$<```#(("``"P`` M`%``0,`$."``&````%````$H("``#0```%@`0,$L."``&@```%@```",("`` M#P```&$`0,&X."``'````&$```%,("``$0```&@`0,,$."``'@```&\0`"EX M"$___P```&@```#T("``$P```'8`0,/X."``(````'8```!P("``%@````$` M````("````````$`````+"``!`````P`0,1P&"``#`````P```!T("```0`` M``$`````("````````$`````+"``!`````P`0,3P&"``#`````P```!T("`` M`0````$`````("````````$`````+"``"`````L`0,5P&"``#`````L````( M("```0```!0`0,5X&"``#@```!0```!0("```P```!T`0,7(&"``$````!T` M``!8("``!0````$`````("````````$`````+"``$@````H`0,8@&"``#``` M``H```!T("```0```!,`0,:4&"``#@```!,```#$("```P```!H`0,=8&"`` M$````!H```#@("``!0```"$`0,@X&"``$@```"$```(D("``!P```"D`0,I< M&"``%````"D```$D("``"0```#(`0,N`&"``%@```#(```$$("``"P```#H` M0,R$&"``&````#H```%D("``#0```$,`0,WH&"``&@```$,```!0("``#P`` M``$`````("````````$`````+"``!`````H`0,Y`&"``#`````H```!4("`` M`0````$`````("````````$`````+"``!`````H`0,Z@&"``#`````H````T M("```0````$`````("````````$`````+"``!`````P`0,[@&"``#`````P` M``"(("```0````$`````("````````$`````+"``!`````P`0,]P&"``#``` M``P```"`("```0````$`````("````````$`````+"``$0````P0`"G`"$__ M_P```!(0`#T`":___P```!80`$3@"&___P```!L0`&3H"&___P```!\0`&3X M"&___P```"8`0,_P&"``#````"8```!$("``!@```"\`0-`T&"``#@```"\` M```L("``"````#@`0-!@."``$````#@```!(("``"@```#\`0-"H&"``$@`` M`#\```!,("``#````$@`0-#T&"``%@```$@```#L("``#@````$`````("`` M``````$`````+"``!0````@`0-'@&"```@````T`0-'X%"___P````@````@ M("```0````$`````("````````$`````+"``!`````@`0-(`&"```@````@` M```0("```0````$`````("````````$`````+"``!@````@`0-(0&"```@`` M``T`0-(H%"___P```!H`0-(T%"___P````@````L("```0````$`````("`` M``````$`````+"``!0````D`````"*___P```!$`0-)`&"```@```!$````P M("```@````$`````("````````$`````+"``!@````@`0-)P&"```@````T` M0-*(%"___P```!H`0-*4%"___P````@````L("```0````$`````("`````` M``$`````+"``!`````L`0-*@&"``#`````L```!P("```0````$`````("`` M``````$`````+"``!@````H`0-,0&"``#`````H```",("```0```!$`0-.< M."``#@```!$```!T("```P````$`````("````````$`````+"``!`````@` M0-00&"``#`````@```$L("```0````$`````("````````$`````+"``%P`` M``H`0-5`&"```@```!(`0-5P%"___P````H````X("```0```!\`0-5X&"`` M!@```"@`0-6H%"___P```!\````X("``!````#4`0-6P&"``"@```#\`0-7@ M%"___P```#4````X("``!P```$P`0-7H&"``#@```%4`0-88%"___P```$P` M```X("``"@```&(`0-8@&"``$@```&D`0-98%"___P```&(```!`("``#0`` M`'8`0-9@&"``%@```'T`0-:4%"___P```'8````\("``$````(H`0-:<%"__ M_P```),`0-:D&"``&@```),````8("``%`````$`````("````````$````` M+"```@````$`````("````````$`````+"```@````$`````("````````$` M````+"``!`````H`0-;`&"``#`````H```!(("```0````$`````("`````` M``$`````+"``!`````H`0-<0&"``#`````H```&8("```0````$`````("`` M``````$`````+"```@````$`````("````````$`````+"```@````$````` M("````````$`````+"``!0````D`0-BP&"```@````\`0-C(%"___P````D` M```@("```0````$`````("````````$`````+"``#`````H0`&:0"&___P`` M``X`0-C0."``#````!(0`#@("$___P````X```3\("```@```!0`0-W,."`` M#@```!0````\("``!0```!X`0-X(&"``$````"80`#AH"$___P```"X0`#B` M"$___P```!X``!*L("``!P````$`````("````````$`````+"``!`````L` M0/#`&"``#`````L```!`("```0````$`````("````````$`````+"```@`` M``$`````("````````$`````+"``"`````@`0/$0&"```@````@````L("`` M`0````T`0/$\%"___P```!$`0/%$&"``!@```!4`0/%@%"___P```!$````\ M("``!`````$`````("````````$`````+"``#`````H0`#Y0"<___P```!(0 M`#Y4"<___P```!L`0/&`&"``#````!L```7(("```P```",`0/=(."``#@`` M`",```>8("``!0```"H`0/[@."``$````"H```*$("``!P```#$`00%D."`` M$@```#$```$<("``"0````$`````("````````$`````+"``$0````P0`#D@ M"$___P```!,0`#V`":___P```!D0`#V$":___P```!T0`&;@"&___P```"(0 M`(;H"&___P```"D`00*`&"``#````"D```!$("``!@```#(`00+$&"``#@`` M`#(````L("``"````#L`00+P."``$````#L```"`("``"@```$(`00-P&"`` M$@```$(```!,("``#````$L`00.\&"``%@```$L```%8("``#@````$````` M("````````$`````+"``"`````D`004@&"``#`````D````T("```0````\` M0054&"``$`````\```!`("```P```!<`0064."``%````!<```&@("``!0`` M``$`````("````````$`````+"``!`````<`00=`&"``#`````<```!P("`` M`0````$`````("````````$`````+"``!`````D`00>P&"``#`````D```'D M("```0````$`````("````````$`````+"``!0````D`````"*___P```!$` M00F@&"```@```!$````H("```@````$`````("````````$`````+"``!0`` M``D`00G0&"```@````\`00GH%"___P````D````@("```0````$`````("`` M``````$`````+"``&`````P`00GP&"```@```!<`00H\%"___P```"0`00I$ M%"___P```#$`00I<%"___P```#X`00ID%"___P```$L`00J,%"___P```%@` M00J4%"___P```&4`00JD%"___P```'(`00JL%"___P```'\`00J\%"___P`` M``P```#4("```0```(P`00K$&"``!@```)<`00L$%"___P```*0`00L,%"__ M_P```+$`00LD%"___P```+X`00LL%"___P```,L`00M,%"___P```-@`00M4 M%"___P```.4`00MD%"___P```/(`00ML%"___P```/\`00M\%"___P```(P` M``#`("``#`````$`````("````````$`````+"```@````$`````("`````` M``$`````+"```@````$`````("````````$`````+"``!`````H`00N0&"`` M#`````H```#@("```0````$`````("````````$`````+"``!0````P0`#V0 M":___P```!4`00QP&"``#````!4```(D("```@````$`````("````````$` M````+"``!`````H`00Z@&"``#`````H```+,("```0````$`````("`````` M``$`````+"``!`````L`01%P&"``#`````L```!4("```0````$`````("`` M``````$`````+"``!0````H`01'0&"```@```!$`01'H%"___P````H````@ M("```0````$`````("````````$`````+"``%`````@`01'P&"```@````X` M01($%"___P```!P`01(H%"___P```"H`01)D%"___P```#@`01*(%"___P`` M`$8`01*8%"___P```%0`01*H%"___P```&(`01*X%"___P```'``01+(%"__ M_P```'X`01,,%"___P```(P`01-,%"___P```)H`01-T%"___P```*@`01.< M%"___P```+8`01/`%"___P```,0`01/H%"___P```-(`01/\%"___P````@` M``(<("```0```.`0`#V@":___P````$`````("````````$`````+"``#0`` M``P`0100&"```@```!8`0110%"___P```"0`012,%"___P```#(`0128%"__ M_P```$``014@%"___P```$X`015(%"___P```%P`015,%"___P````P```%0 M("```0```&H0``.(">___P```'`0``40">___P```'L0``5V">___P````$` M````("````````$`````+"``!`````L`015@&"```@````L```!X("```0`` M``$`````("````````$`````+"```@````$`````("```/____\````````` M!`````#_____``````````8`````_____P`````````(```````````&```` M`@````0````&````"`````H````+`````P````4````'````"0````````4& M````````!P8````````)!@````````L&````````#08`````````!@````(` M```$````!@````@````*````"P````,````%````!P````D````````%!@`` M```````&`````@````0````&````"`````H````+`````P````4````'```` M"0````````4&````````!P8````````)!@````````L&````````#08````` M```/!@```````!$&````````$P8````````5!@```````!<&````````&@8` M``````` Organization: Silicon Graphics, Inc., Mountain View, CA Subject: PAX for the IRIS 4D (Part 4 of 4) Message-Id: <33709@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL ----------------------- cut here (Part 4 of 4) -------------- M``@````*````"P````,````%````!P````D````````%!@````````@#`!`` M````"@8````````,!@````````X&``````````8````"````!`````8````( M````"@````L````#````!0````<````)````````!08````````'!@`````` M```&`````@````0````&````"`````H````+`````P````4````'````"0`` M``````,,`!``__`````````````%!@````````<,`!``__`````````````) M!@````````L&````````#08````````/!@`````````&`````@````0````& M````"`````H````+`````P````4````'````"0````````0&``````````8` M```"````!`````8````(````"@````L````#````!0````<````)```````` M`P8`````````!@````(````$````!@````@````*````"P````,````%```` M!P````D`````````!@````(````$````!@````@````*````"P````,````% M````!P````D````````#!@`````````&`````@````0````&````"`````H` M```+`````P````4````'````"0````````,&``````````8````"````!``` M``8````(````"@````L````#````!0````<````)`````````P,`$`#_____ M``````````8```````````8````"````!`````8````(````"@````L````# M````!0````<````)`````````P8```#_____``````````4```````````8` M```"````!`````8````(````"@````L````#````!0````<````)```````` M!@8```#_____``````````0`````_____P`````````$`````/____\````` M````!`````#_____``````````0```````````8````"````!`````8````( M````"@````L````#````!0````<````)`````````P8```#_____```````` M``@`````_____P`````````8```````````&`````@````0````&````"``` M``H````+`````P````4````'````"0````````@#`!``````"@`````````, M`P`0`/____\`````````!`````#_____``````````0`````_____P`````` M```$`````/____\`````````!`````#_____``````````0`````_____P`` M```````$```````````&`````@````0````&````"`````H````+`````P`` M``4````'````"0````````,#`!``_____P`````````$```````````&```` M`@````0````&````"`````H````+`````P````4````'````"0````````,# M`!````````8````"````!`````8````(````"@````L````#````!0````<` M```)`````````P8````````%!@````````<&````_____P`````````$```` M`/____\`````````!`````#_____``````````0`````_____P`````````$ M`````/____\`````````!`````#_____``````````0`````_____P`````` M```$`````/____\`````````!```````````!@````(````$````!@````@` M```*````"P````,````%````!P````D`````````!@````(````$````!@`` M``@````*````"P````,````%````!P````D````````#!@`````````&```` M`@````0````&````"`````H````+`````P````4````'````"0````````8, M`!``__`````````````)#``0`/_P````````````"P`````````-`P`0```` M``\#`!``````$0,`$``````3!@```````!8`````````&`8`````````!@`` M``(````$````!@````@````*````"P````,````%````!P````D````````# M#``0`/_P``````````````8````"````!`````8````(````"@````L````# M````!0````<````)`````````PP`$`#_\``````````````&`````@````0` M```&````"`````H````+`````P````4````'````"0````````,&```````` M!08````````'!@`````````&`````@````0````&````"`````H````+```` M`P````4````'````"0````````,`````````!08````````'!@````````D& M````````"P8````````-!@````````\&````````$08`````````!@````(` M```$````!@````@````*````"P````,````%````!P````D````````#`P`0 M```````&`````@````0````&````"`````H````+`````P````4````'```` M"0````````,#`!````````8````"````!`````8````(````"@````L````# M````!0````<````)`````````PP`$`#_\``````````````&`````@````0` M```&````"`````H````+`````P````4````'````"0````````,,`!``__`` M````````````!@````(````$````!@````@````*````"P````,````%```` M!P````D````````(``````````H`````````#`,`$``````.#``0`/_P```` M````````$`P`$`#_\````````/____\`````````!`````#_____```````` M``,`````_____P`````````%`````/____\`````````!`````#_____```` M``````4```````````8````"````!`````8````(````"@````L````#```` M!0````<````)`````````P8`````````!@````(````$````!@````@````* M````"P````,````%````!P````D````````#`P`0``````4#`!````````8` M```"````!`````8````(````"@````L````#````!0````<````)```````` M`P8```#_____``````````0`````_____P`````````'`````/____\````` M````"@````#_____``````````T`````_____P`````````0`````/____\` M````````$P````#_____`````````!8```````````8````"````!`````8` M```(````"@````L````#````!0````<````)`````````P8`````````!@`` M``(````$````!@````@````*````"P````,````%````!P````D````````# M!@`````````&`````@````0````&````"`````H````+`````P````4````' M````"0`````````&`````@````0````&````"`````H````+`````P````4` M```'````"0```/____\`````````!```````````!@````(````$````!@`` M``@````*````"P````,````%````!P````D````````%`P`0``````<&```` M````"P8`````````!@````(````$````!@````@````*````"P````,````% M````!P````D````````#`P`0`/____\``````````P````#_____```````` M``<```````````8````"````!`````8````(````"@````L````#````!0`` M``<````)````````!08````````'!@````````D&````````"P,`$``````` M!@````(````$````!@````@````*````"P````,````%````!P````D````` M```(``````````H`````````#`,`$``````.#``0`/_P````````````$`P` M$`#_\``````````````&`````@````0````&````"`````H````+`````P`` M``4````'````"0````````,,`!``__`````````````%#``0`/_P```````` M````!PP`$`#_\``````````````&`````@````0````&````"`````H````+ M`````P````4````'````"0````````,```````````8````"````!`````8` M```(````"@````L````#````!0````<````)`````````P,`$`#_____```` M``````0`````_____P`````````$`````/____\`````````#`````#_____ M`````````!<```````````8````"````!`````8````(````"@````L````# M````!0````<````)`````````P8`````````!@````(````$````!@````@` M```*````"P````,````%````!P````D````````$"P`````````&`````@`` M``0````&````"`````H````+`````P````4````'````"0````````,&```` M``````8````"````!`````8````(````"@````L````#````!0````<````) M`````````PP`$`#_\````````/____\`````````!`````#_____```````` M`!(`````_____P`````````)`````/____\``````````P``````8W)T,71E M>'0N"YC`&ED96YT M`&-O<'ER:6=H=`!M86EN`&1O7W!A>`!G971?87)C:&EV95]T>7!E`'!A>%]O M<'1S:7IE`'5S86=E``!A<'!E;F0N8P!I9&5N=`!C;W!Y7)I9VAT`&1O7V-P:6\` M=7-A9V4``&-R96%T92YC`&ED96YT`&-O<'ER:6=H=`!C7!E`'=R:71E8W!I;P``97AT0!C<&EO7V5N=')Y`'1A0!P87A?96YT7)I9VAT`&UE M;5]G970`;W5T;V9M96T`;65M7W-T<@``;F%M96QI'0` M:6Y?7)I9VAT`'-A=F5U:60`5]G:60`9FEN9'5N86UE M`&9I;F1U:60`9FEN9&=N86UE`&9I;F1G:60``'!A0!U0!N97AT87-K`&QI;F5G970`;F5X=```=V%R;BYC`&ED M96YT`&-O<'ER:6=H=`!W87)N87)C:`!S=')E3,` M9F]R=V%R9',`9F]R=V%R9'-?,S(`9F]R=V%R9'-?,38`9F]R=V%R9'-?-`!G M;V)A8VMW87)D3(`8F%C:U]C;W!Y,P!B86-K=V%R9',` M8F%C:W=A2YC`'-T6UL:6YK`#DD,#`P,#`P,#`P M,```8W)E870N&9L6YC``!S=')C870N8P!S=')C870``'-T7,O97)R M;F\N:```:7-A='1Y+F,`:7-A='1Y``!F:6QB=68N8P!?9FEL8G5F``!E0``=&5N````/``````` M``````@``0```"(````.````$0````$!@``````!`0````T`0`L0`````0`` M`/$```"X````(P```"4```):```#N@````````````D`$````#`````L```` M$@````$!@``````!#@```7``0!H``````0```:D````F````2`````@```84 M```!'P```````````!D``@```%P````0````$P````$!@``````"?@```&P` M0!Z``````0```<\```!$````4`````P````````*@```````````#4``@`` M`.(````0````&0````$!@``````&T@````L`0&"``````0```Z(```"C```` MI0```!H``!>J```!Y0```````````#<`"````/(````>````&@````$!@``` M```&W0```*D`0&@@`````0``!$4```!O````OP```!(``!F/````B@`````` M`````#\`!````1`````4````&P````$!@``````'A@```#,`0&I0`````0`` M!+0````F````T0````@``!H9````H````````````$,``@```20````0```` M'`````$!@``````'N0```"@`0&S0`````0``!-H````W````V0````L``!JY M```!"@```````````$4``P```30````2````'0````$!@``````'X0```%4` M0'$``````0``!1$````D````Y`````@``!O#````D````````````$@``@`` M`48````0````'@````$!@``````(-@```"T`0'-``````0``!34```#F```` M[````"X``!Q3```%_@```````````$H`$0```58````P````'P````$!@``` M```(8P```EL`0(M``````0``!AL```!,```!&@````P``")1```!1``````` M`````%L`!````88````4````(`````$!@``````*O@```'X`0)!0`````0`` M!F<````Z```!)@````P``".5```!C0```````````%\``P```9H````2```` M(0````$!@``````+/````)(`0):0`````0``!J$````W```!,@````P``"4B M````XP```````````&(`!````:P````4````(@````$!@``````+S@```#H` M0)H@`````0``!M@```!````!/@````\``"8%````?0```````````&8`!0`` M`<`````6````(P````$!@``````,"````"8`0)P@`````0``!Q@````H```! M30````@``":"````B0```````````&L``@```=8````0````)`````$!@``` M```,+@```!\`0)Y0`````0``!T````!$```!50```!```"<+```!R@`````` M`````&T`!P```>8````>````)0````$!@``````,30```+``0*6``````0`` M!X0````@```!90````4``"C5````.P```````````'0``0```@0````.```` M)@````$!@``````,_0```!@`0*9P`````0``!Z0````3```!:@````0``"D0 M````"P```````````'4``0```A(````.````)P````$!@``````-%0````40 M0*:@`````0``![<````(```!;@````(````````````````````````````` M`B`````,````*`````$!@```````````````0*:@`````0``![\````3```! M<`````0``"D;````)@```````````'8``0```BP````.````*0````$!@``` M```-&@````P`0*=``````0``!](````/```!=`````0``"E!````E@`````` M`````'<``0```CH````.````*@````$!@``````-)@```"D`0*F@`````0`` M!^$````3```!>`````0``"G7````#````````````'@``0```D@````.```` M*P````$!@``````-3P````8`0*G0`````0``!_0````X```!?`````<``"GC M````$0```````````'D``0```E8````$````+`````49@``````-50```!`` M0*H@`````0``""P````3```!@P````0``"GT````)````````````'H``0`` M`EH````.````,0````$!@``````-90````D`0*JP`````0``"#\````G```! MAP````8``"H8````"P```````````'L``0```F@````$````,@````49@``` M```-;@````0`0*JP`````0``"&8````A```!C0````(````````````````` M``````$```````0`````````-P````4=@```````````````0*JP`````0`` M"(<````1```!CP````(```````````````````````$```````0````````` M/`````4=@```````````````0*K@`````0``")@````B```!D0````<``"HC M````R````````````'P``0```FP````.````00````$!@``````-<@```#L` M0*X``````0``"+H````<```!F`````4``"KK````"````````````'T``0`` M`GH````$````0@````49@``````-K0````(`0*X@`````0``"-8````>```! MG0````4``"KS````"````````````'X``0```GX````$````1P````49@``` M```-KP````(`0*Y``````0``"/0````>```!H@````4``"K[````"``````` M`````'\``0```H(````$````3`````49@``````-L0````(`0*Y@`````0`` M"1(````<```!IP````4``"L#````"````````````(```0```H8````$```` M40````49@``````-LP````(`0*Z``````0``"2X````3```!K`````0``"L+ M````&P```````````($``0```HH````.````5@````$!@``````-M0````P` M0*[P`````0``"4$````Z```!L`````D``"LF````*@```````````((``0`` M`I@````$````5P````49@``````-P0```"H`0*^@`````0``"7L```$1```! MN0```!D``"M0````Q@```````````(,``0```IP````$````7`````49@``` M```-ZP```+@`0++``````0``"HP```!#```!T@````T``"P6```!%0`````` M`````(0``P```J`````2````80````$!@``````.HP```&<`0+<@`````0`` M"L\````<```!WP````4``"TK````"````````````(<``0```K(````$```` M8@````49@``````/"@````(`0+=``````0``"NL````<```!Y`````4``"TS M````"````````````(@``0```K8````$````9P````49@``````/#`````(` M0+=@`````0``"P<````:```!Z0````4``"T[````"````````````(D``0`` M`KH````$````;`````49@``````/#@````(`0+>``````0``"R$````<```! M[@````4``"U#````"````````````(H``0```KX````$````<0````49@``` M```/$`````(`0+>@`````0``"ST````:```!\P````4``"U+````"``````` M`````(L``0```L(````$````=@````49@``````/$@````(`0+?``````0`` M"U<````<```!^`````4``"U3````"````````````(P``0```L8````$```` M>P````49@``````/%`````(`0+?@`````0``"W,````3```!_0````0``"U; M````'````````````(T``0```LH````.````@`````$!@``````/%@````D` M0+A0`````0``"X8````>```"`0````4``"UW````!P```````````(X``0`` M`M@````$````@0````,9@``````/'P````8`0+AP`````0``"Z0````1```" M!@````0``"U^````"@```````````(\``0```MP````.````A`````$!@``` M```/)0````8`0+B@`````0``"[4````=```""@````@``"V(````+@`````` M`````)```P```NH````2````A0````$!@``````/*P```!4`0+E@`````0`` M"](````>```"$@````4``"VV````"````````````),``0```OP````$```` MA@````49@``````/0`````(`0+F``````0``"_`````:```"%P````4``"V^ M````"````````````)0``0```P`````$````BP````49@``````/0@````(` M0+F@`````0``#`H````<```"'`````4``"W&````"````````````)4``0`` M`P0````$````D`````49@``````/1`````(`0+G``````0``#"8````<```" M(0````4``"W.````"````````````)8``0```P@````$````E0````49@``` M```/1@````(`0+G@`````0``#$(````B```")@````4``"W6````"``````` M`````)<``0```PP````$````F@````49@``````/2`````(`0+H``````0`` M#&0````@```"*P````4``"W>````"````````````)@``0```Q`````$```` MGP````49@``````/2@````(`0+H@`````0``#(0````<```",`````4``"WF M````"````````````)D``0```Q0````$````I`````49@``````/3`````(` M0+I``````0``#*`````<```"-0````4``"WN````"````````````)H``0`` M`Q@````$````J0````49@``````/3@````(00+I@`````0``#+P````*```" M.@````(``````````````````````````````QP````,````K@````$!@``` M````````````0+I@`````0``#,8````/```"/`````0``"WV````%@`````` M`````)L``0```R@````.````KP````$!@``````/4`````4`0+K``````0`` M#-4```!]```"0````!D``"X,```":@```````````)P`"0```S8````B```` ML`````$!@``````/50```-4`0,1P`````0``#5(````5```"60````0``#!V M````'0```````````*4``0```U@````0````L0````$!@``````0*@````<` M0,3P`````0``#6<````5```"70````0``#"3````'0```````````*8``0`` M`V@````0````L@````$!@``````0,0````<`0,5P`````0``#7P````F```" M80````@``#"P````+````````````*<``P```W@````2````LP````$!@``` M```0.`````T`0,8@`````0``#:(```!,```":0```!(``##<```"!@`````` M`````*H`"````XH````<````M`````$!@``````010```(L`0,Y``````0`` M#>X````1```">P````0``#+B````%0```````````+(``0```Z8````.```` MM0````$!@``````0T`````D`0,Z@`````0``#?\````1```"?P````0``#+W M````#0```````````+,``0```[0````.````M@````$!@``````0V0````4` M0,[@`````0``#A`````5```"@P````0``#,$````(@```````````+0``0`` M`\(````0````MP````$!@``````0W@````D`0,]P`````0``#B4````5```" MAP````0``#,F````(````````````+4``0```](````0````N`````$!@``` M```0YP````<`0,_P`````0``#CH```!2```"BP```!$``#-&````?``````` M`````+8`!0```^(````:````N0````$!@``````0[@```#0`0-'@`````0`` M#HP````:```"G`````4``#/"````"````````````+L``0```_P````$```` MN@````49@``````1(@````(`0-(``````0``#J8````.```"H0````0``#/* M````!````````````+P``0``!``````$````OP````49@``````1)`````(` M0-(0`````0``#K0````A```"I0````8``#/.````"P```````````+T``0`` M!`0````$````Q`````49@``````1)@````0`0-)``````0``#M4````7```" MJP````4``#/9````#````````````+X``0``!`@````$````R0````49@``` M```1*@````H`0-)P`````0``#NP````G```"L`````8``#/E````"P`````` M`````+\``0``!`P````$````S@````49@``````1-`````0`0-*@`````0`` M#Q,````3```"M@````0``#/P````'````````````,```0``!!`````.```` MTP````$!@``````1.`````8`0-,0`````0``#R8````9```"N@````8``#0, M````0````````````,$``@``!!X````0````U`````$!@``````1/@```!`` M0-00`````0``#S\````-```"P`````0``#1,````2P```````````,,``0`` M!"X````.````U0````$!@``````13@```!<`0-5``````0``#TP```"=```" MQ````!<``#27````70```````````,0`!P``!#P````<````U@````<9@``` M```190```#$`0-5``````0``#^D````H```"VP````(````````````````` M``````<``````!P`````````W0````<=@```````````````0-5``````0`` M$!$````G```"W0````(```````````````````````<``````!P````````` MY`````<=@```````````````0-;``````0``$#@````1```"WP````0``#3T M````$@```````````,L``0``!%@````.````ZP````$!@``````1E@````D` M0-<0`````0``$$D````2```"XP````0``#4&````9@```````````,P``0`` M!&8````.````[`````$!@``````1GP```!T00-BP`````0``$%L````,```" MYP````(`````````````````````````````!'0````,````[0````$!@``` M```````````00-BP`````0``$&<````*```"Z0````(````````````````` M````````````!(`````,````[@````$!@```````````````0-BP`````0`` M$'$````<```"ZP````4``#5L````"````````````,T``0``!(P````$```` M[P````49@``````1O`````(`0-C0`````0``$(T````V```"\`````P``#5T M```%^0```````````,X``P``!)`````2````]`````$!@``````1O@```A<` M0/#``````0``$,,````3```"_`````0``#MM````$````````````-$``0`` M!*(````.````]0````$!@``````3U0````0`0/$``````0``$-8````*```# M``````(`````````````````````````````````````````]@````,=@``` M````````````0/$0`````0``$.`````B```#`@````@``#M]````&@`````` M`````-(``@``!+`````(````^0````49@``````3V0````\`0/&``````0`` M$0(````W```#"@````P``#N7```$0````````````-0`!```!+@````4```` M_@````$!@``````3Z````/H`00*``````0``$3D```!5```#%@```!$``#_7 M````I0```````````-@`!0``!,P````:````_P````$!@``````4X@```$T` M004@`````0``$8X````@```#)P````@``$!\````A0```````````-T``P`` M!.8````8```!``````$!@``````5+P```"T`00=``````0``$:X````.```# M+P````0``$$!````'````````````.```0``!/X````.```!`0````$!@``` M```57`````P`00>P`````0``$;P````/```#,P````0``$$=````>0`````` M`````.$``0``!0P````.```!`@````$!@``````5:````"0`00F@`````0`` M$(````<```#/`````4``$&@ M````"````````````.,``0``!1X````$```!"`````49@``````5D@````(` M00GP`````0``$?X```$,```#00```!@``$&H````90```````````.0``@`` M!2(````(```!#0````49@``````5E````%4`00GP`````0``$PH````F```# M60````(```````````````````````(```````@````````!$@````4=@``` M````````````00GP`````0``$S`````H```#6P````(````````````````` M``````(```````@````````!%P````4=@```````````````00N0`````0`` M$U@````1```#70````0``$(-````.````````````.8``0``!2H````.```! M'`````$!@``````5Z0```!``00QP`````0``$VD````:```#80````4``$)% M````B0```````````.<``0``!3@````.```!'0````$!@``````5^0```$<` M00Z@`````0``$X,````1```#9@````0``$+.````LP```````````.@``0`` M!48````.```!'@````$!@``````60````"<`01%P`````0``$Y0````4```# M:@````0``$.!````%0```````````.D``0``!50````0```!'P````$!@``` M```69P````0`01'0`````0``$Z@````>```#;@````4``$.6````"``````` M`````.H``0``!60````$```!(`````49@``````6:P````(`01'P`````0`` M$\8```#I```#````AP```````````.L``0``!6@````$```! M)0````,9@``````6;0```'D`0100`````0``%*\```"$```#AP````T``$0E M````5````````````.P``0``!6P````$```!*`````,9@``````6Y@```&<` M015@`````0``%3,````4```#E`````0``$1Y````'@```````````.T``0`` M!7`````$```!*P````,9@``````730```!T0017@`````0``%4<````,```# MF`````(````````````````````````````````````````!+@````$=@``` M`````````````````````0````$````"`````@`````````!`````0````(` M```"``````````$````!`````@````(````#````!`````4````&````!P`` M``@````)````"@````L````,````#0````X````/````$````!$````2```` M$P```!0````5````%@```!<````8````&0```!H````;````'````!T````> M````'P```"`````"`````@````$````!````(0```"(````!`````@```",` M```D````(@````$````"````(P```"0````B`````0````(````C````)``` M`"4````F`````0````(````C````)````"<````!`````@```",````D```` M*`````$````"````(P```"0````I`````0````(````C````)````"H````K M`````@````(````!`````0```"P````"`````@````$````!````+0```"X` M```!`````@```",````D````+P````$````"````(P```"0````P`````0`` M``(````C````)````#$````!`````@```",````D````,@````$````"```` M(P```"0````S`````0````(````C````)````#0````U`````@````$````V M````-P```#@````!`````@```",````D````.0````$````"````(P```"0` M```Z`````0````(````C````)````#L````!`````@```",````D````/``` M``$````"````(P```"0````]`````0````(````C````)````#X````!```` M`@```",````D````/P````$````"````(P```"0```!`````00```$(```!# M````1````$4```!&````1P```$@```!)````2@```$L```!,`````0````(` M```C````)````$T````!`````@```",````D````3@````$````"````(P`` M`"0```!/`````0````(````C````)````%`````!`````@```",````D```` M40```%(```!3````5`````$````"````(P```%4```!6````)````%0````! M`````@```",```!5````5@```"0```!4`````0````(````C````50```%8` M```D````5P```%@```!9````6@```%L````!`````@```",````D````7``` M`%T```!>`````0````(```!?`````0````(````C````)````&````!A```` M8@```&,```!D````90````$````"````(P```"0```!F`````0````(````C M````)````&<````!`````@```&@```!I````9P````$````"````:````&D` M``!G`````0````(```!H````:0```&H```!K````;````&T```!N`````0`` M``(````C````)````&\````!`````0```'`````!`````0```'$````!```` M`0```'(``````````!``/F`%S___``````````@0`#YD!<___P`````````/ M$``^:`7/__\`````````%A``/FP%S___`````````!P`0`&0&"```@`````` M```D$`"Y(!2O__\````#````*`!!%>P6S___````&@```#$`0*6`&"```@`` M``0````]`$`"$!@@``,````;````0@!`IG`8(``!`````````$<`0`'P&"`` M!`````````!2`$`!^!@@``8````<````6A``(4`$3___````'0```%\`0*:@ M&"```0```!X```!G`$"G0!@@``$````?````;0!`J:`8(``!````(````'4` M0*G0&"```0```"$```!\`$"J(!@@``$````7````A`!`FH08(``%````!@`` M`(T`0!6P&"``%P````@```"5`$`>@!@@``,````)````I`!`)%`8(``#```` M"@```+$`0#&@&"```P```!8```"^`$"6D!@@``,````0````QP!`:E`8(``# M````!@```,P`0!%P&"``#0```!<```#9`$";E!@@``H````.````WP!`8T08 M(``,````!````.D`0`>@&"``!P```"(```#Z`$"JL!@@``$````E````_Q`` M/+P%K___````)0```080`#RT!:___P````0```$-$``^<`7/__\````$```! M%1``/G0%S___````!````1P0`#YX!<___P````0```$E$``^?`7/__\````$ M```!+!``/H`%S___````!````3,0`#Z$!<___P````0```$Z$``^B`7/__\` M```$```!01``/HP%S___````!````4L0`#Z0!<___P````0```%4$``^E`7/ M__\````$```!6!``/I@%S___````!````680`#Z,&"``!0```"H```,2`$"N M@!@@``$````K```#&@!`KO`8(``!````+````R$`0*^@&"```0````L```,H M`$`]D!@@``0````&```#,0!`$JP8(``1````!@```SH`0`L0&"```P````H` M``-"`$`R[!@@``<````6```#2@!`F4`8(``)````!@```T\`0`S8&"``!0`` M``8```-7`$`/,!@@``D````&```#8`!`$!`8(``+````%P```VD`0)H@&"`` M`P````8```-R`$`.6!@@``<````M```#?`!`LL`8(``&````+@```X,`0+<@ M&"```0```"\```.)`$"W0!@@``$````P```#CP!`MV`8(``!````,0```Y0` M0+>`&"```0```#(```.:`$"WH!@@``$````S```#GP!`M\`8(``!````-``` M`Z4`0+?@&"```0```#4```.M`$"X4!@@``$````V```#M`!`N'`8(``!```` M"P```[L`0$`$&"``"`````X```/"`$!C4!@@``X````*```#S`!`/'@8(``) M````"@```],`0#*X&"``!0````P```/A`$!%P!@@``8````+```#[0!`/V@8 M(``&````#P```_0`0&@@&"``"0````\```/^`$!I+!@@``T````4```$"`!` MC9P8(``%````%```!!$`0(\\&"``!P```!0```0A`$"/T!@@``D````W```$ M+0!`N008(``%````#@``!#0`0&%\&"``"````!$```0_`$!N)!@@``8````, M```$1P!`0G`8(``$````#@``!%,`0&=0&"``$P```!$```1?`$!LT!@@``,` M```2```$9P!`0!`N:`8(``!````.P``!'\`0+G`&"```0```!$```2%`$!P M7!@@``@````\```$C0!`N>`8(``!````/0``!)8`0+H`&"```0```#X```2> M`$"Z(!@@``$````_```$I`!`ND`8(``!````#0``!*H`0%_0&"```P````T` M``2R`$!@+!@@``8````M```$N@!`M=08(``(````"P``!+\`0$&\&"``"@`` M`$````3($``\T`6O__\```!!```$T0!`NF`8(``!````&@``!-<0`!\@!$__ M_P```$(```3>`$"ZP!@@``0```!#```$Z`!`Q'`8(``!````1```!/$`0,3P M&"```0````\```3Z`$!IC!@@``\````/```%`@!`:'`8(``+````10``!0H` M0,7(&"``!0```$8```43`$#(.!@@``<````9```%&P!`GE`8(``!````&0`` M!2,`0)^0&"``!0```!D```4K`$"A_!@@``D````9```%,P!`H%08(``'```` M&0``!3L`0)\H&"```P```$<```5$`$#.0!@@``$```!(```%2P!`SJ`8(``! M````%@``!5(`0)AP&"``!P```!@```5:`$"`8(``!````$@``!:,`0'$`&"```P```$T```6I`$#2`!@@``$```!. M```%KP!`TA`8(``!````3P``!;0`0-)`&"```@```%````6Z`$#2"!@@``<```!=```&?P!`\,`8(``!````1@`` M!H<`0,N`&"``"P```$8```:/`$#*7!@@``D```!&```&F`!`S>@8(``/```` M7@``!J$`0/$`%"___P```"4```:I$``\L`6O__\````E```&L!``/+@%K___ M````7P``!K<`0/$0&"```0```%\```:\`$#Q1!@@``0````M```&P`!`M@P8 M(``*````-P``!L@`0+B@&"```0```#<```;.`$"XW!@@``,```!@```&U0!` M\8`8(``#````0```!MT0`#[L!<___P```$````;C$``^\`7/__\```!````& MZA``/O0%S___````0```!O$0`#[X!<___P```$````;X$``^_`7/__\```!` M```&_Q``/P`%S___````0```!P80`#\$!<___P```$````<-$``_"`7/__\` M``!````'%!``/PP%S___````0```!QP0`#\0!<___P```$(```'`$#&E!@@``,```!&```'C@!`S(08(``-````8@``!Y<`004@&"`` M`0```&,```>=`$$'0!@@``$```!D```'I`!!![`8(``!````2P``!ZH`0-#T M&"``#@```&4```>T`$$)H!@@``(```!4```'N@!`U4`8(``!````5```!\(` M0-5X&"``!````%0```?+`$#5L!@@``<```!4```'U0!`U>@8(``*````5``` M!]X`0-8@&"``#0```%0```?E`$#6I!@@`!0```!F```'[P!!"=`8(``!```` M9P``!_4`00GP&"```0```%\```@`$`#*4!1O__\```!?```(!!``.1`$3___ M````7P``"`P0`#D4!$___P```&H```@4`$$+D!@@``$```!K```(&P!!#'`8 M(``"````80``""``00.\&"``#@```&P```@J`$$.H!@@``$```!B```(,0!! M!508(``#````;0``"#D`01%P&"```0```&X```A"`$$1T!@@``$```!G```( M20!!"L08(``,````;P``"%0`01'P&"```0```'````A:`$$4$!@@``$```!Q ,```(9`!!%6`8(``! ` end   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa09803; 26 May 89 3:54 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa09775; 26 May 89 3:44 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa09704; 26 May 89 3:16 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa05116; 26 May 89 3:05 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA04817; Fri, 26 May 89 00:00:52 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 25 May 89 20:23:11 GMT From: Operator Organization: University of Toronto Physics/Astronomy/CITA Subject: Re: "tcsh" Message-Id: <811@helios.toronto.edu> References: <8905151827.aa08877@SMOKE.BRL.MIL>, Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article elkins@topaz.rutgers.edu (George Elkins) writes: >I too would be highly interested in obtaining tcsh for use on an IRIS 4D 120. I posted the query a couple of weeks back, and was able to obtain a copy from within U of T which had the functionality I was looking for. Unfortunately, because it contains proprietary BSD code, I can't distribute it generally. It was based on vanilla 4.3 csh code, and therefore having the source for it requires a licenced machine, which we can't possibly verify outside of U of T. If you have the 4.3 csh source on your system, I can send you the diffs, but I'm afraid it isn't truly a PD program. -- Ruth Milner UUCP - {uunet,pyramid}!utai!helios.physics!sysruth Systems Manager BITNET - sysruth@utorphys U. of Toronto INTERNET - sysruth@helios.physics.utoronto.ca Physics/Astronomy/CITA Computing Consortium   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa15292; 26 May 89 11:00 EDT Received: by VMB.BRL.MIL id aa15018; 26 May 89 10:58 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa14753; 26 May 89 10:50 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa14438; 26 May 89 10:34 EDT Received: from uxc.cso.uiuc.edu by SMOKE.BRL.MIL id aa02309; 26 May 89 10:12 EDT Received: from kailand.UUCP by uxc.cso.uiuc.edu with UUCP (5.61+/IDA-1.2.8) id AA18024; Fri, 26 May 89 08:37:59 -0500 Received: by kailand.kai.com (4.12/kai2.5c/09-20-88) id AA03046; Fri, 26 May 89 07:21:50 cdt Date: Fri, 26 May 89 07:21:50 cdt From: Patrick Wolfe Message-Id: <8905261221.AA03046@kailand.kai.com> To: info-iris@BRL.MIL Subject: Another Backup Tool > /* Written by jmb@sgi.UUCP in kailand:kai.sgi */ > In case anyone is interested, I have ported 'pax', the portable super-duper > understand everything, generate everything replacement for tar and cpio. What features does PAX support? The features of GNU tar that I use (and need) are: - multi volume support (asks for new tape when EOV reached) - remote tape drive support (we have two tape drives for five systems) - option to read list of files to dump from a file or stdin - option to specify a file containing regular expression patterns to ignore (ex: "*.o", "/tmp/*") - option to stay in one file system (required for dumping "/" without getting every NFS mounted file system) - option to create (non-standard) internal volume labels, so when I forget to label a tape, I can mount it, do a "gtar -tv" and find out what's on it. I don't care whether I use dump, tar or cpio format, just as long as daily and weekly incremental backups are as painless and quick as possible.   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa21109; 26 May 89 14:12 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa20553; 26 May 89 14:01 EDT Date: Fri, 26 May 89 13:48:38 EDT From: Gary S. Moss (VLD/VMB) To: info-iris@BRL.MIL cc: gwyn@BRL.MIL Subject: Bug on IRIX 4d 3.1 when -02 level optimizer used. Message-ID: <8905261348.aa19797@VMB.BRL.MIL> Hi, Would someone look into this and at least see if it is present on later releases of the IRIX for the 4D? I have finally boiled this one down to a nice little test case, thanks to Doug Gwyn for his assistance in examining the assembly code. We spent many hours trying to find something wrong with the generated code, and although we saw some wasteful steps that were puzzling, no errors were found. This seems to point to a microcode or hardware-related problem. The code fails the same way on the 2 4Ds that I have tried it on, one a 4D/60T, and the other with the GT option. If compiled with default optimization, it will successfully parse the string "1 2 3" into 3 args, but when compiled with -O2, it only gets the first 2 arguments. For some reason 'strtok' is found to return NULL when it should have returned "3". If sending to this list is not sufficient, would someone at SGI please let me know? Thanks much, -moss ---------------------------------- cut me --------------------------------- #include #include static void user_Input( args ) char *args[]; { register int i; if( (args[0] = strtok( "1 2 3", " \t" )) == NULL ) return; for( i = 1; args[i-1] != NULL ; ++i ) args[i] = strtok( (char *) NULL, " \t" ); write(2,"args:\n",6); for(i = 0;i<3;++i) { if(args[i]) write(2,args[i],strlen(args[i])); else write(2,"(NULL)",6); write(2,"\n",1); } return; } main() { char *args[5]; user_Input( args ); }   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa21873; 26 May 89 14:38 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab21109; 26 May 89 14:17 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa20959; 26 May 89 14:10 EDT Received: from labrea.Stanford.EDU by SMOKE.BRL.MIL id aa15969; 26 May 89 13:58 EDT Received: by labrea.stanford.edu; Fri, 26 May 89 10:57:19 PDT Received: by ibuki.UUCP (5.52/4.7) id AA26644; Fri, 26 May 89 10:02:14 PDT Date: Fri, 26 May 89 10:02:14 PDT From: Richard Weyhrauch Message-Id: <8905261702.AA26644@ibuki.UUCP> To: sgi!jmb%patton.sgi.com@ucbvax.berkeley.edu, Barton@labrea.stanford.edu, Jim@labrea.stanford.edu, info-iris@BRL.MIL MMDF-Warning: Parse error in original version of preceding line at BRL.MIL Subject: Re: Another Backup Tool I am interested. Richard   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa22157; 26 May 89 14:55 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab21873; 26 May 89 14:44 EDT Received: from vgr.brl.mil by VMB.BRL.MIL id aa21634; 26 May 89 14:33 EDT Date: Fri, 26 May 89 14:24:48 EDT From: Doug Gwyn (VLD/VMB) To: "Gary S. Moss" cc: info-iris@BRL.MIL Subject: Re: Bug on IRIX 4d 3.1 when -02 level optimizer used. Message-ID: <8905261424.aa06578@VGR.BRL.MIL> Actually, it is just after args[1] received a pointer to "2" that the first for-loop terminates prematurely. strtok() definitely returned "2" and that was definitely stored into args[1], but the first for-loop failed to keep looping for what should have been another two calls to strtok().   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24593; 26 May 89 20:06 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24547; 26 May 89 19:35 EDT Received: from adm.brl.mil by VMB.BRL.MIL id aa24533; 26 May 89 19:22 EDT Received: from ucbvax.Berkeley.EDU by ADM.BRL.MIL id aa27211; 26 May 89 19:08 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA22556; Fri, 26 May 89 16:02:19 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 26 May 89 21:35:32 GMT From: Jean-Francois Lamy Organization: Department of Computer Science, University of Toronto Subject: Re: PAX for the IRIS (Bug or missing bits) Message-Id: <89May26.173541edt.11713@neat.ai.toronto.edu> References: <33705@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <9915@watcgl.waterloo.edu> gbaciu@watcgl.waterloo.edu (George Baciu [CGL]) writes: >In article <33705@sgi.SGI.COM>, jmb@patton.sgi.com (Jim Barton) writes: >> [PAX for the IRIS 4D series, Part 1 of 4] >> >> Due to the large number of requests I have had, I am posting 'pax' for >> the 4D for everyone. Cut off the cruft, glue the files together, >> uudecode the result, and there you have it. The man page is being posted >> separately. >> > >Has anybody tested pax yet? On our 4D/120 GTX running 3.1 pax does not >expand directory pathnames very well. In fact, it gets stuck in an >infinite loop with a message saying of the sort "No such file dir/f}y" . >This is when doing in the current directory: > pax -w -f archive * How about posting *source* for PD programs, or pointing people to a source for it and posting patches so the people who already have it, may have fixed other things, can merge everything back in a single version? Jean-Francois Lamy lamy@ai.utoronto.ca, uunet!ai.utoronto.ca!lamy AI Group, Department of Computer Science, University of Toronto, Canada M5S 1A4   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24626; 26 May 89 20:16 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24526; 26 May 89 19:21 EDT Received: from adm.brl.mil by VMB.BRL.MIL id aa24516; 26 May 89 19:06 EDT Received: from ucbvax.Berkeley.EDU by ADM.BRL.MIL id aa26951; 26 May 89 18:47 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA14295; Fri, 26 May 89 13:26:35 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 26 May 89 16:05:13 GMT From: "George Baciu [CGL]" Organization: U of Waterloo, Ontario Subject: Re: PAX for the IRIS (Bug or missing bits) Message-Id: <9915@watcgl.waterloo.edu> References: <33705@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <33705@sgi.SGI.COM>, jmb@patton.sgi.com (Jim Barton) writes: > [PAX for the IRIS 4D series, Part 1 of 4] > > Due to the large number of requests I have had, I am posting 'pax' for > the 4D for everyone. Cut off the cruft, glue the files together, > uudecode the result, and there you have it. The man page is being posted > separately. > Has anybody tested pax yet? On our 4D/120 GTX running 3.1 pax does not expand directory pathnames very well. In fact, it gets stuck in an infinite loop with a message saying of the sort "No such file dir/f}y" . This is when doing in the current directory: pax -w -f archive *   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24736; 26 May 89 20:52 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24695; 26 May 89 20:42 EDT Received: from adm.brl.mil by VMB.BRL.MIL id aa24682; 26 May 89 20:29 EDT Received: from ucbvax.Berkeley.EDU by ADM.BRL.MIL id aa27797; 26 May 89 20:21 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA26240; Fri, 26 May 89 17:14:38 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 26 May 89 23:21:10 GMT From: Jim Helman Organization: Stanford University Subject: When is a 68020 faster than a MIPS R2000? Message-Id: Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL The May issue of IEEE CG&A has an article on benchmarking graphics workstations. From my limited knowledge of performance numbers, the he graphics benchmark results seem reasonable. However, the stated results from the CPU benchmarks indicate that the SGI 4D/60 (MIPS R2000/R2010 8MHz) is SLOWER than the old SGI 2400T (68020 16MHz) and LESS than 1/4 the speed of a Sun-3/260 (68020 25MhZ)! From a graph comparing CPU performance in the article: Est. from graph Reported Computer % of Vax8600 Seconds Vax 8600 100% 30 Sun 3/260 100% 30 Apollo DN580 30% 99 SGI 2400T 30% 64 (inconsistent, gives 46%) Iris 4D/60 25% 118 Vax 11/750 VMS 20% 149 Vax 11/750 Unix 5% 489 The benchmark was a multivariate least-squares program. Although the article doesn't mention what language, compiler optimization level, compiler version, level of FP precision, or the floating point hardware that were used, the 4D/60 results seem very unlikely to me regardless of what combination of these was used. I've benchmarked a variety FP intensive C code (including applications using both 32bit and 64bit FP). The 4D/70 (MIPS R2000/R2010 12.5MHz) was 3-6 time FASTER than a 3/260 w/FPA board. Even derating the 4D/60 for a slower clock speed of 8MHz, this is more than a factor of 10 off from their results. I don't think even RISC-bashers like Neal Nelson et al. could come up with a benchmark that could generate this sort of discrepency. As someone who has had to spend (spelled w-a-s-t-e) lots of time running benchmarks because some vendors' numbers can't be trusted, I think that independent benchmark reports like this article are invaluable. But it bothers the hell out of me when apparently misleading numbers and incomplete descriptions like these get published in a widely distributed publication. It's a good thing I know that my numbers are the only right ones :-), otherwise I might have acted on information like this. Jim Helman Department of Applied Physics P.O. Box 10494 Stanford University Stanford, CA 94309 (jim@thrush.stanford.edu) (415) 723-4940   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa25083; 26 May 89 23:52 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa25050; 26 May 89 23:42 EDT Received: from adm.brl.mil by VMB.BRL.MIL id aa25013; 26 May 89 23:26 EDT Received: from ucbvax.Berkeley.EDU by ADM.BRL.MIL id aa29702; 26 May 89 23:19 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA04359; Fri, 26 May 89 20:03:43 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 27 May 89 02:11:00 GMT From: Jim Helman Organization: Stanford University Subject: Re: Third party memory for the 240s Message-Id: References: Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL I too would be interested if anyone knows what plugs into a 4D/2x0 memory board. SGI's memory prices appear to be seriously out of line with the market ($48,000 list for 40MB). Even with their educational discount, it appears to be overpriced. They also charge a quite a bit to maintain it (approx. $2,500/year list for 40MB, at market prices I could buy a lot of spare SIMMs for that). Normally, we don't like messing around with third party stuff, at least not on computers that haven't been out long enough to establish their own reliability and stability, but after seeing SGI's prices, it's worth a shot. As I understand it, the only memory on the 4D/2x0 processor boards is cache. So when you get the minimum 8MB configuration, that memory is on a separate board which can support up to 64MB of DRAMs. The question is what to plug in. There are issues of speed, e.g. 80 or 100ns, and addressing mode, e.g. nibble burst mode. And since the memory system does error correction, it might not use usual 9x1mbit SIMMS, which only have one bit extra for parity. Anyone with a 4D/2x0 care to open it up and have a look? Any information would be much appreciated. Jim Helman Department of Applied Physics P.O. Box 10494 Stanford University Stanford, CA 94309 (jim@thrush.stanford.edu) (415) 723-4940   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa25302; 27 May 89 0:45 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa24997; 26 May 89 23:23 EDT Received: from adm.brl.mil by VMB.BRL.MIL id aa24986; 26 May 89 23:12 EDT Received: from ucbvax.Berkeley.EDU by ADM.BRL.MIL id aa29654; 26 May 89 23:03 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA04097; Fri, 26 May 89 19:58:07 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 26 May 89 22:52:10 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: Formatted man page for PAX Message-Id: <33789@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL I realized that not everybody has access to nroff and buddies, so here is a formatted version of the pax man page. -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' -- ------------- cut here ---------------- PAX(1) UNIX System V (USENIX Association) PAX(1) NAME pax - portable archive exchange SYNOPSIS pax [-cimopuvy] [-f archive] [-s replstr] [-t device] [pattern...] pax -r [-cimnopuvy] [-f archive] [-s replstr] [-t device] [pattern...] pax -w [-adimuvy] [-b blocking] [-f archive] [-s replstr] [-t device] [-x format] [pathname...] pax -rw [-ilmopuvy] [-s replstr] [pathname...] directory DESCRIPTION Pax reads and writes archive files which conform to the Archive/Interchange File Format specified in IEEE Std. 1003.1-1988. Pax can also read, but not write, a number of other file formats in addition to those specified in the Archive/Interchange File Format description. Support for these traditional file formats, such as V7 tar and System V binary cpio format archives, is provided for backward compatibility and to maximize portability. Pax will also support traditional cpio and System V tar interfaces if invoked with the name "cpio" or "tar" respectively. See the cpio(1) or tar(1) manual pages for more details. Combinations of the -r and -w command line arguments specify whether pax will read, write or list the contents of the specified archive, or move the specified files to another directory. The command line arguments are: -w writes the files and directories specified by pathname operands to the standard output together with the pathname and status information prescribed by the archive format used. A directory pathname operand refers to the files and (recursively) subdirectories of that directory. If no pathname operands are given, then the standard input is read to get a list of pathnames to copy, one pathname per line. In this case, only those pathnames appearing on the standard input are copied. -r Pax reads an archive file from the standard input. Only files with names that match any of the pattern operands are selected for extraction. The selected files are conditionally created and copied relative to Page 1 (printed 5/26/89) PAX(1) UNIX System V (USENIX Association) PAX(1) the current directory tree, subject to the options described below. By default, the owner and group of selected files will be that of the invoking process, and the permissions and modification times will be the sames as those in the archive. The supported archive formats are automatically detected on input. The default output format is ustar, but may be overridden by the -x format option described below. -rw Pax reads the files and directories named in the pathname operands and copies them to the destination directory. A directory pathname operand refers to the files and (recursively) subdirectories of that directory. If no pathname operands are given, the standard input is read to get a list of pathnames to copy, one pathname per line. In this case, only those pathnames appearing on the standard input are copied. The directory named by the directory operand must exist and have the proper permissions before the copy can occur. If neither the -r or -w options are given, then pax will list the contents of the specified archive. In this mode, pax lists normal files one per line, hard link pathnames as pathname == linkname and symbolic link pathnames (if supported by the implementation) as pathname -> linkname where pathname is the name of the file being extracted, and linkname is the name of a file which appeared earlier in the archive. If the -v option is specified, then pax list normal pathnames in the same format used by the ls utility with the -l option. Hard links are shown as == linkname and symbolic links (if supported) are shown as -> linkname Pax is capable of reading and writing archives which span multiple physical volumes. Upon detecting an end of medium on an archive which is not yet completed, pax will prompt Page 2 (printed 5/26/89) PAX(1) UNIX System V (USENIX Association) PAX(1) the user for the next volume of the archive and will allow the user to specify the location of the next volume. Options The following options are available: -a The files specified by pathname are appended to the specified archive. -b blocking Block the output at blocking bytes per write to the archive file. A k suffix multiplies blocking by 1024, a b suffix multiplies blocking by 512 and a m suffix multiplies blocking by 1048576 (1 megabyte). For machines with 16-bit int's (VAXen, XENIX-286, etc.), the maximum buffer size is 32k- 1. If not specified, blocking is automatically determined on input and is ignored for -rw. -c Complement the match sense of the pattern operands. -d Intermediate directories not explicitly listed in the archive are not created. This option is ignored unless the -r option is specified. -f archive The archive option specifies the pathname of the input or output archive, overriding the default of standard input for -r or standard output for -w. -i Interactively rename files. Substitutions specified by -s options (described below) are performed before requesting the new file name from the user. A file is skipped if an empty line is entered and pax exits with an exit status of 0 if EOF is encountered. -l Files are linked rather than copied when possible. -m File modification times are not retained. -n When -r is specified, but -w is not, the pattern arguments are treated as ordinary file names. Only the first occurrence of each of these files in the input archive is read. The pax utility exits with a zero exit status after all files in the list have been read. If one or more files in the list is not found, pax writes a diagnostic to standard error for each of the files and exits with a non-zero exit status. the file names are compared before any of the -i, -s, or -y options Page 3 (printed 5/26/89) PAX(1) UNIX System V (USENIX Association) PAX(1) are applied. -o Restore file ownership as specified in the archive. The invoking process must have appropriate privileges to accomplish this. -p Preserve the access time of the input files after they have been copied. -s replstr File names are modified according to the substitution expression using the syntax of ed(1) as shown: -s /old/new/[gp] Any non null character may be used as a delimiter (a / is used here as an example). Multiple -s expressions may be specified; the expressions are applied in the order specified terminating with the first successful substitution. The optional trailing p causes successful mappings to be listed on standard error. The optional trailing g causes the old expression to be replaced each time it occurs in the source string. Files that substitute to an empty string are ignored both on input and output. -t device The device option argument is an implementation- defined identifier that names the input or output archive device, overriding the default of standard input for -r and standard output for -w. -u Copy each file only if it is newer than a pre- existing file with the same name. This implies -a. -v List file names as they are encountered. Produces a verbose table of contents listing on the standard output when both -r and -w are omitted, otherwise the file names are printed to standard error as they are encountered in the archive. -x format Specifies the output archive format. The input format, which must be one of the following, is automatically determined when the -r option is used. The supported formats are: cpio The extended CPIO interchange format specified in Extended CPIO Format in IEEE Std. 1003.1-1988. Page 4 (printed 5/26/89) PAX(1) UNIX System V (USENIX Association) PAX(1) ustar The extended TAR interchange format specified in Extended TAR Format in IEEE Std. 1003.1-1988. This is the default archive format. -y Interactively prompt for the disposition of each file. Substitutions specified by -s options (described above) are performed before prompting the user for disposition. EOF or an input line starting with the character q caused pax to exit. Otherwise, an input line starting with anything other than y causes the file to be ignored. This option cannot be used in conjunction with the -i option. Only the last of multiple -f or -t options take effect. When writing to an archive, the standard input is used as a list of pathnames if no pathname operands are specified. The format is one pathname per line. Otherwise, the standard input is the archive file, which is formatted according to one of the specifications in Archive/Interchange File format in IEEE Std. 1003.1-1988, or some other implementation-defined format. The user ID and group ID of the process, together with the appropriate privileges, affect the ability of pax to restore ownership and permissions attributes of the archived files. (See format-reading utility in Archive/Interchange File Format in IEEE Std. 1003.1-1988.) The options -a, -c, -d, -i, -l, -p, -t, -u, and -y are provided for functional compatibility with the historical cpio and tar utilities. The option defaults were chosen based on the most common usage of these options, therefore, some of the options have meanings different than those of the historical commands. Operands The following operands are available: directory The destination directory pathname for copies when both the -r and -w options are specified. The directory must exist and be writable before the copy or and error results. pathname A file whose contents are used instead of the files named on the standard input. When a directory is named, all of its files and (recursively) subdirectories are copied as well. pattern A pattern is given in the standard shell pattern Page 5 (printed 5/26/89) PAX(1) UNIX System V (USENIX Association) PAX(1) matching notation. The default if no pattern is specified is *, which selects all files. EXAMPLES The following command pax -w -f /dev/rmt0 . copies the contents of the current directory to tape drive 0. The commands mkdir newdir cd olddir pax -rw . newdir copies the contents of olddir to newdir . The command pax -r -s ',//*usr//*,,' -f pax.out reads the archive pax.out with all files rooted in "/usr" in the archive extracted relative to the current directory. FILES /dev/tty used to prompt the user for information when the -i or -y options are specified. SEE ALSO cpio(1), find(1), tar(1), cpio(5), tar(5) DIAGNOSTICS Pax will terminate immediately, without processing any additional files on the command line or in the archive. EXIT CODES Pax will exit with one of the following values: 0 All files in the archive were processed successfully. >0 Pax aborted due to errors encountered during operation. BUGS Special permissions may be required to copy or extract special files. Device, user ID, and group ID numbers larger than 65535 cause additional header records to be output. These records are ignored by some historical version of cpio(1) and tar(1). Page 6 (printed 5/26/89) PAX(1) UNIX System V (USENIX Association) PAX(1) The archive formats described in Archive/Interchange File Format have certain restrictions that have been carried over from historical usage. For example, there are restrictions on the length of pathnames stored in the archive. When getting an "ls -l" style listing on tar format archives, link counts are listed as zero since the ustar archive format does not keep link count information. On 16 bit architectures, the largest buffer size is 32k-1. This is due, in part, to using integers in the buffer allocation schemes, however, on many of these machines, it is not possible to allocate blocks of memory larger than 32k. COPYRIGHT Copyright (c) 1989 Mark H. Colburn. All rights reserved. Redistribution and use in source and binary forms are permitted provided that the above copyright notice is duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by Mark H. Colburn and sponsored by The USENIX Association. THE SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. AUTHOR Mark H. Colburn Minnetech Consulting, Inc. 117 Mackubin Street, Suite 1 St. Paul, MN 55102 mark@jhereg.MN.ORG Sponsored by The USENIX Association for public distribution. Page 7 (printed 5/26/89)   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa00181; 28 May 89 3:29 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab29914; 28 May 89 3:08 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id ab29837; 28 May 89 2:55 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa08196; 28 May 89 2:47 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA13295; Sat, 27 May 89 23:38:05 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 26 May 89 15:36:16 GMT From: Reid Ellis Organization: T'nir Software, everywhere Subject: Re: Another Backup Tool Message-Id: <312@alias.UUCP> References: <33505@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL jmb@patton.sgi.com (Jim Barton) writes: |In case anyone is interested, I have ported 'pax' What did you have to change? Could you post the patches to the source as well as the binaries? I've been using pax in its tar incarnation on Iris 4Ds for the last couple of months [since pax was posted] and the only problem I've encountered has been creating new archives on old tapes that already have stuff on them. Is this what you patched? Reid   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa00227; 28 May 89 3:50 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa29914; 28 May 89 3:08 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa29837; 28 May 89 2:55 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa08191; 28 May 89 2:47 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA13281; Sat, 27 May 89 23:37:54 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 26 May 89 15:20:58 GMT From: Reid Ellis Organization: T'nir Software, Me Myself and I Subject: xtrek on 4D Message-Id: <310@alias.UUCP> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL I've been having problems getting xtrek to compile and run on an Iris 4D. Anyone out there had any success doing this before? I'd also be interested in any comments on writing/running X Window programs on the Iris 4D series. Reid   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa27231; 27 May 89 15:36 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab27022; 27 May 89 15:16 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa26998; 27 May 89 15:03 EDT Received: from cunyvm.cuny.edu by SMOKE.BRL.MIL id aa00755; 27 May 89 14:34 EDT Received: from CLSEPF51.BITNET by CUNYVM.CUNY.EDU (IBM VM SMTP R1.1) with BSMTP id 3374; Sat, 27 May 89 10:57:14 EDT Received: from uliis.unil.ch by SIC.Epfl.CH with VMSmail ; Sat, 27 May 89 16:57:33 N Date: Sat, 27 May 89 16:57:33 N From: "Alwin Dieperink, Assistant-Etudiant" Message-Id: <890527165733.2080ecc2@SIC.Epfl.CH> Subject: problems with winopen() To: info-iris@BRL.MIL X-ST-Vmsmail-To: ELCC::"info-iris@brl.mil" Hi, I have the following problem : In the program here under, i want to open a window, and then continue to read data from the keyboard. The data should be echoed in the shell window. (i want to give the program commands to do some drawing in the window i opened). I compiled the program as follow : cc test.c -o test -Zg When i run the program, the window opens normally, and the text "t1" appears in the shell window. But the shell prompt already got back, and i can't anymore give data to my program. When i do a ps from another window, i see that the process still lives. It dies when i type two commands in my shell. I also noticed, that the PID is not the same before and after the winopen. The PPID also changed. It was the shells PID before winopen, and 1 after. Does anyone have an idea ?? Why does winopen() create a new process ? How can I solve that problem ? or did I miss something in the manuals ? Thanks. -- Alwin Dieperink E-Mail : DIEPERINK@ULIIS.UNIL.CH DIEPERINK@ELMA.EPFL.CH ADIEPERI@CLSUNI51.BITNET --------------------------------------------------- #include #include main() { int c; prefposition(200,400,200,400); winopen("test window"); printf("t1\n"); c = getchar(); while (c != EOF) { putchar(c); c = getchar(); } } ----------------------------------------------------   Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab27948; 27 May 89 18:13 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa27801; 27 May 89 17:59 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa27766; 27 May 89 17:44 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa05101; 27 May 89 17:18 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA15706; Sat, 27 May 89 13:04:12 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 27 May 89 17:55:41 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: Re: PAX for the IRIS (Bug or missing bits) Message-Id: <33865@sgi.SGI.COM> References: <33705@sgi.SGI.COM>, <89May26.173541edt.11713@neat.ai.toronto.edu> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <89May26.173541edt.11713@neat.ai.toronto.edu>, lamy@ai.utoronto.ca (Jean-Francois Lamy) writes: > > How about posting *source* for PD programs, or pointing people to a source > for it and posting patches so the people who already have it, may have fixed > other things, can merge everything back in a single version? > > Jean-Francois Lamy lamy@ai.utoronto.ca, uunet!ai.utoronto.ca!lamy > AI Group, Department of Computer Science, University of Toronto, Canada M5S 1A4 The source for PAX has been posted to the net, and is available from USENET and probably the UUNET archives as well. I compiled PAX and made it available to everyone as a service to users who may not have the time or inclination to port the thing themselves. No more, no less. The port simply consisted of getting the right config.h and makefile options set: not a single line of code has been changed! -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' --   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa28023; 27 May 89 18:24 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa27948; 27 May 89 18:13 EDT Received: from adm.brl.mil by VMB.BRL.MIL id aa27816; 27 May 89 17:58 EDT Received: from ucbvax.Berkeley.EDU by ADM.BRL.MIL id aa08166; 27 May 89 17:36 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA15679; Sat, 27 May 89 13:03:29 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 27 May 89 17:47:10 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: REPOST: Better working, faster PAX for the 4D (Part 1 of 2) Message-Id: <33863@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL I checked out my PAX build, and it turned out that I had configured the wrong setup (not hard to do with this code!), so some directory handling would be attempted by the program rather than the system libraries. This worked most of the time. Herein is part one of a fixed pax. It's much smaller now because the internal directory routines are not present, and it's been optimized and stripped. The program is pleasantly fast. Additionally, if you link the pax executable with files named "cpio" or "tar", pax will behave like that particular tool when invoked with that name. I recommend against this, however; significant modifications and improvements have been made to the SGI versions of these commands. -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' -- ----------------- cut here (Part 1 of 2) -------------------- begin 755 pax M`6``""1^V3L````````````X``9A-RGF(3\IX^$_J^.A)"OBX4$ M#!`GZ*^`A+`D`?__$$$`D@`````0``!]`$`8(20,``&GC(3>$```A*>`A.J/ MA(-\#!`"&@``````0!@A%$``?J^#@!P\!!``#!`FY22$`C00``!ZCZ0!2"0- M``$0``!VIXV$^A```'2G@(38A.8D&0`!$```8Z>9A/`0``!A MIX"$_"0(``$0``!>IXB$\B0)``$0``!;IXF$V(>*A.``````$4``!B0,``$D M"P`!IXN$]!````2G@(3@)`P``:>,A.*G@(3J/`T0`"6M'4`0``!,KXV%!(^$ M@WP,$"+0`````!```$B/I`%(CX.`'``````48``%`````"0.``$D`Q0`KX.` M'*^.A+"/CX-\$```/*^/A)`D&``!$```.:>8A/XD&0`!$```-J>9A.Z'B(3B M`````!$```8D"@`!)`D``:>)A/00```$IX"$XB0*``&GBH3@IX"$ZCP+$``E M:QU`$```)Z^+A02/A(-\#^`$NB>%@#040``$`````"0,``$0```?KXR$P(^$ M@WP/X`2Z)X6`/!1```0`````)`T``A```!>OC83`#!`"90`````0```4CZ0! M2"0.``$0```0IXZ$^`P0`F4`````$```#8^D`4@D;_^?+>$`&1`@__D````` M``]X@#P!$```+P@AC"\````````!X``(`````(^D`4B/I0%,/`80``P0)^@D MQ@(<)`'__Q1!_W``````CX.`'``````48``%`&`@(208``&OF(2P)`,"``!@ M("$,$`19A.(`````%R``!0````"'B(3J`````!$```D`````#!`, M:```("$,$`'H``````P0"10`````$```58^_`!2'B83@`````!$@`!$````` MCXJ#=(^+A*@``````4L(*A0@``4`````CXR$T``````EC0`!KXV$T`P0#&@D M!``!#!`'H``````0``!!C[\`%(>.A-X`````$<``"0`````,$`QH)`0`!`P0 M`>@`````#!`"B``````0```UC[\`%(>/A/0`````$>``+@````"/F(-TCYF$ MJ``````#&0@J$"``*``````G*/__CXF$I``(4("OB(2H`2I8(8UB```GI0`@ M`$`@(0P0*,BOH@%`!$$`!I>L`"8,$":A``````P0)N4`0"`AEZP`)B0!0``Q MC?``$:$`!``````\!!``#!`FY22$`D2/CH-TCX^$J``````!SP@J%"``!H^D M`4"/F(30`````"<9``&OF830CZ0!0`P0&I0`````$```!(^_`!0,$`)E```` M`(^_`!0GO0%(`^``"```$"$GO?_HK[\`%`P0!6P`````$$``!``````\!!`` M#!`FY22$`E2/A(28)X6`1`_@!,8D!@`&%$``#`````"'CX3N)`X``A'@`!RO MCH3`/`00`#P%$``DI1U`#^`$6"2$`G@0```6C[\`%(^$A)@GA8!,)`8`!0_@ M!,8DA`$!%$``#20(``&'F83N)!@``1,@``JOF(3`/`00`#P%$``DI1U`#^`$ M6"2$`I`0```$C[\`%"0(``&OB(3`C[\`%">]`!@#X``(`````">]_]BOOP`4 M```P(0"`*"$``!@A)`<`*R0(`&(D"0!K)`H`;3P+`!"0H@```````"Q!`#`4 M(``1`$`@(2Q!`#H0(``.`$`@(0`#<(`!PW`A``YP0`'"&"&0H@`!)*4``2Q! M`#`4(``$)&/_T"Q!`#H4(/_V``-P@`!`("$0```3)*4``0`#>D`!YC`A$`#_ MY@``&"$``\*``P8P(1``_^(``!@A`&L`&0``&"$``,@2$`#_W0,F,"$`PS`A M$`#_V@``&"$0```+`,,P(1"`__T`````$(?_^``````0B/_J``-Z0!")_^P` M`\*`$(K_[0````"0K/__)*7__Q&```B/OP`4/`00`"2$`J@,$";EKZ8`'(^F M`!P`````C[\`%">]`"@#X``(`,`0(2>]_^BOOP`4/`00`#P%$`"/AH2@)*4" MP`_@!%0DA!U`/`00`#P%$`"/AH2@)*4##`_@!%0DA!U`/`00`#P%$`"/AH2@ M)*4#7`_@!%0DA!U`/`00`#P%$`"/AH2@)*4#U`_@!%0DA!U`#!`GT"0$``&/ MOP`4)[T`&`/@``@`````````````````````)[W]J*^_`!2CH``X)Z0`.`P0 M">,GI0$X%$``+`````"OL0`D`#@,$";S`B`H(2>D`#@,$`GC)Z4!.!!`_]X`````C[``((^Q M`!P`````CX*$F`````"O@H2<#!`'H*^"A)2/OP`4)[T"6`/@``@`````)[W_ MR*^D`#BOI0`\CZ4`/(^D`#BOOP`4#!`/9`````"/I``XCZ4`/*^B`#0`0#`A M#!`,NP``."$80``W`$`8(8^N`#P`````C<4`$``````4H``)`````(^B`#0` M````$$``!0````",3P`4`````!7@``@`````CZ8`.`P0!.T`8"`A#!`HV`!` M("$0```J`````(Q8`!P``"@ACP0`"`P0*."OHP`L!$$`#`!`*"$,$":A```` M`(^Y`#0`0"@ACR@`'`````"-!``(#!`F\P`````0```8`````(^I`#2/I@`X MC2H`'(^G`"R-1``(#!`$!*^E`#"/I0`P#!`HV`"@("&/I``L#!`HV``````0 M```)`````(^K`#P`````C60`$`P0!'8`````*$(``!```"$X0@`!AXR$]``` M```5@``*`````(>-A-@`````$:``!@````"/K@`\`````(W/`!00```$KZ\` M)`P0)]P``"`AKZ(`)(>8A/P`````$P``!@````"/N0`\`````(\H`!@0```$ MKZ@`*`P0)]P``"`AKZ(`*(^D`#@,$"CH)Z4`)```$"&/OP`4)[T`.`/@``@` M````)[W_L*^R`!0`P)`A!D$`!#)"`?\00``"`````"1"_@"OM@`@K[0`'*^S M`!BOL``0``"`(0``F"$`H*`A`("P(1!```.OOP`D)`X"``'"$",60``#```` M`!```#>OH@`\K[4`+#P5$``FM04@K[$`,*^B`#R/H@`\#!`&82>D`#@"0@@K M$"``!`!`B"$0```"`D"((0!`B"$68``-`E&0(X^E`#@"P"`A#!`H\`(@,"$$ M00`'`$"`(0P0)J$D$___`H`@(0P0)O,`0"@A``"`(0(1""L0(``1`````!9@ M``,"@"`A)!/__P*`("$,$";S`J`H(0(1""L0(``(`````(^O`#@``````?#` M(280``$"$0@K%"#_^J,````,$`8]`B`@(19`_]2/H@`\C[$`,(^U`"P````` MCZ(`/`P0*-@"P"`ACYF$P"0!``$7(0`%C[\`)(^D`#P,$`84`````(^_`"2/ ML``0C[(`%(^S`!B/M``]_W`D`0`!K[\`-!7! M``.OL``P$```)R00!`"/D(34`````"80`%<&`0`$,A`!_Q(```(`````)A#^ M`!(```0GI``_)`\"``'P@",GI``_#^`$O">%@'@\!1``)!@``209``NON0`H MK[@`'"2E!2PGI`!%```P(0``."&OH``0KZ``%*^@`!BOH``@KZ``)`_@!+"O ML``L)Z0`/PP0`\PD!0!,/`00`"2$!5P,$`/,)`4`"PP0!A0"`"`A#!`%0@`` M``"/OP`TC[``,`/@``@GO0"0)[W_R*^R`!0`@)`AK[,`&`)%F"&OL0`0`G*( M(Q(@`"JOOP`]`#@GO=_(K[$`%`"@B"&OLP`8`."8(:^_`!ROI"`X M$B``2:^F($`"("`A```H(0P0*-```#`AK[(`(```D"&OL``D`B`@(2>E`#`, M$"CP)`8@`!A``!8`0(`A`F`@(2>E`#`,$`7K`@`P(01``!``0)`ACXZ$U`(@ M("$!T'@AKX^$U">E`#`,$"CP)`8@`!A```<`0(`A`F`@(2>E`#`,$`7K`@`P M(01!__(`0)`A$@``#P`````&`0`%C[`@0(^P(#@0```#`````(^P($`````` M#!`FH0`````"`"`A#!`F\P!`*"$0```5C[``)!I``!./L``D`F`@(0`2*",, M$"C0)`8``01```<``````F`@(2>E`#`,$"CX`D`P(1!2``>/L``D#!`FH0`` M``"/I"!`#!`F\P!`*"&/L``DC[(`(``````,$"C8`F`@(8^_`!R/L0`4C[,` M&`/@``@GO2`X)[W_Z*^D`!B/K@`8K[\`%!W```6/I``8/`00``P0)N4DA`6( MCZ0`&`_@!((``````$`8(11```2O@X28/`00``P0)N4DA`6DCX.$F(^O`!B/ MOP`4`&_`(:^8A)0GO0`8`^``"*^#A)PGO?_(K[$`&`"`B"&OL``4``"`(1(@ M`"FOOP`"&OCX34%B#_WZ^%A)R/L@`D``````(`$"&/OP`]_[BOLP`<`("8(:^T`"`"9:`AK[(`&`*3D".OL0`4``"( M(1)``#"OOP`DK[4`*#P5$``FM07]_["OL0`0`*"((:^T`!ROM0`@K[(`%*^S`!@``)@A``"0(0"`J"$` M`*`AK[\`)!(@`!ZOI@!8K[``+">D`#P,$`9$)Z4`.(^C`#@"0I`E`B,(*Q`@ M``0`8(`A$````@(@@"$`8(`A%F``"@(PB"./I0`\`J`@(0P0!>L"`#`A!$$` M!`!`H"$,$":A``````!`F"$,$`8]`@`@(18@_^@GI``\C[``+``````20``% M`````(^D`%@\!1``#!`F\R2E!?@28``&`````(^D`%@,$";S`F`H(1```!8" MH!`A&H``%`*@$"$"H"`A)`7__PP0*-`D!@`!!$``"``````"H"`A)X6`@`P0 M*/@D!@`!)`$``1!!``<"H!`A#!`FH0````"/I`!8#!`F\P!`*"$"H!`AC[\` M)(^U`""/L0`0C[(`%(^S`!B/M``<`^``"">]`%"/A(28CXZ$G">]_^BOL``0 M`<00(Z^_`!000``;`("`(8^#@!P``````$,(*Q`@``0`8#`A$````@!`,"$` M8#`ACX2$K`P0*/@"`"@A&$```P`````0```%`@*`(01!``,`````#!`F4"0$ M``&/CX2<``````'P$",40/_I`````(^$A)@`````CX.`'(^_`!2/L``0`(/` M(:^8A)0GO0`8`^``"*^$A)R/@H28CXZ#\">]_^BOOP`4KX*$G!'```2O@H24 MCX:`'!```%L`````AX^$V@`````1X``.`````(^8A-0`````%P``!@`````\ M!!``#!`FY22$!A`0```#``````P0)E```"`ACX*$F`````"/F8/P`````!,@ M``0`````CX:`'!```$,`````AXB$V@`````1```$`````(^&@!P0```\```` M`(^&@!R/BH24`$9((0$J6",!9@@K%"``-0````"/A(2LCX6$E`P0*/`````` M&$``!@````"/C(24``````&":"$0```2KXV$E`1!``P`````)`[__PP0)J&O MCH/PCX^$E(^8A)P`0"`A`?@H(PP0)H@`!2@C$```!0````"'F83:`````"(`$```$"&O M@(/P$,``"@``$"&/F(24)$(``:,```"/B8`]_^BOL``0`<\8 M(P``@"&OOP`4KZ0`&!1@``FOI0`<#!`%;`````"/F(24CYF$G`("@"4#&1@C M$&#_^0````"/B(2.@)@D#P`!)!@"`"09``(D M"``"/`80`"3&!JROB(3`KYF$O*^8@!ROCX30KXZ$D`(`("$,$"?HKXF%!"0! M__\000"C`````!```$<`0!@A)`H``1```):GBH3B)`L``1```).GBX3@CZT! M3"80__\`$'"`)`P``:>,A/0!KG@AC>(``">E`"``0"`A#!`HR*^B`4`$00`& ME[@`)@P0)J$`````#!`FY0!`("&7N``F)`%``#,9\``3(0!]`````#P$$``, M$";E)(0&P!```'F/I0%,)`@4`!```'6OB(`<)`D``1```'*GB838CXJ#?!`` M`&^OBH20)`L``1```&RGBX3<)`P``1```&FGC(3Z)`T``1```&:GC83P)`X` M`1```&.GCH3\)`\``1```&"GCX3F)!@``1```%VGF(3J)!D``1```%JGF83^ M)`@``1```%>GB(3N#!`'A0`````0``!4CZ4!3"0!`&P08?_I)`T``2AA`&T0 M(``H)`$`)A."'BH3TAXR$X@$J6"$D M`0`!`6QH(1&A``,`````#!`'A0````"'CH3T`````!7```0`````CX2`'`P0 M!%P`````AX^$X@`````1X``'``````P0#&@``"`A#!`)%``````0```2```` M`(>8A.``````$P``!P`````,$`QH)`0``0P0!Z``````$```"`````"'F83T M`````!,@``0`````CZ0!0`P0&I0`````CX2$U```````````!($`!#""`?\0 M0``"`````"1"_@`40``$`((8(Q````,`@!@A`((8(R1C`@`\!!``/`40``1A M``(`8`@A)"$!_P`!,D,DI0;0#^`$5"2$'4`,$"?0```@(8^_`!2/L``0`^`` M"">]`4@GO?_HK[\`%#P$$``\!1``CX:$H"2E!MP/X`14)(0=0#P$$``\!1`` MCX:$H"2E!O`/X`14)(0=0#P$$``\!1``CX:$H"2E!Q@/X`14)(0=0`P0)]`D M!``!C[\`%">]`!@#X``(```````````GO?VXK[\`%">D`4@,$!C4)Z4`*"0! M__\000!4`````*^P`!PGI`%(#!`/'B>E`"@$0`!&`$"`(8^.@"``````$<`` M!P`````,$"-G)Z0!2`_@!,(GI`%($$``/2>D`4@GA("H#!`CSR>E`4@40``& M`````">D`4@,$"/T)`4!`!!```<`````$@``,2>D`4@,$"C8`@`@(1```"TG MI`%(AX^$\``````5X``/`````(>X`#``````*P$``A0@``H`````)Z0!2`P0 M#]HGI0`H$$```R>D`4BOH``X)Z0!2`P0$`$GI0`HCYF$P"0!``$7(0`')Z0! M2">D`4@,$`@#)Z4`*!````0`````)Z0!2`P0",LGI0`H$@``!0````"/I@`X M`@`@(0P0`S8GI0%(AXB$[@`````1```%)Z0!2">D`4@,$!%P)Z4`*">D`4@, M$!C4)Z4`*"0!__\40?^Q`````(^P`!P`````#!`#E@`````,$`RN`````(^_ M`!0GO0)(`^``"```$"$GO?W(K[(`&*^P`!``@(`A`*"0(:^_`!ROL0`4``"( M(0``*"$GI``H#^`$CB0&`@`/X`3"`@`@(2A!`0`4(``'`````#P%$``DI0>\ M#!`F\P(`("$0``"1C[\`'`_@!,("`"`A*$$`910@`!P``````@"((280`)L" M,`@K$"``#0````"2#@``)`(`+Q'"``D`````)A#__P(P""L0(``%`````)(/ M````````%>+_^0`````6$0`'`````#P%$``DI0?,#!`F\P(@("$0``!SC[\` M'*(````F$``!EE@`!C0!H``S&?``%R$`!B>D`"@GI`#%#^`$O"9%`""N0``0 M)Z0`*`_@!+P"`"@AED8`!CP!__\T(0__)Z0`C">%@*P/X`2P`,$P))9&``HG MI`"4#^`$L">%@+261@`,)Z0`G`_@!+`GA8"\CD8`$">D`*0/X`2P)X6`Q(Y& M`!@GI`"P#^`$L">%@,P\!1``)*4'W">D`+P/X`3()`8`")9$``8,$`BO```` M`*.B`,2&2``(`````"D!``(4(``,)Z0!*0(`("$,$`]D`D`H(1!```8`0!@A MC&4`&`_@!+PGI`#%)`D`,:.I`,0GI`$I#^`$O">%@-0GI`$O)X6`W`_@!,@D M!@`"ED0`"@P0&@@`````)Z0!,0_@!+P`0"@AED0`#`P0&DL`````)Z0!40_@ M!+P`0"@AAD8`#B>D`7$`!C(",,8`?P_@!+`GA8#@AD8`#B>D`7DGA8#H#^`$ ML##&`/\2(``&```P(2>D`8$"("@A#^`$R"0&`)L``#`A)Z(`*```&"&02@`` M)&,``2AA`?0Q2P#_`68P(10@__HD0@`!)Z0`O`_@!+`GA8#P)Z0`*`P0`\PD M!0(`C[\`'(^P`!"/L0`4C[(`&`/@``@GO0(X$```"S""\``0```7)`(`-1`` M`!4D`@`R$```$R0"`#,0```1)`(`-!````\D`@`P)`$@`!!!__@`````)`%` M`!!!__$`````)`%@`!!!__0`````-`&@`!!!_^T`````$`#_\0`````#X``( M`````">]_WBOI`"(CZ0`B*^_`"2OL``@#^`$P@"@@"$D3@`!KZX`A">D`#$`!8^_`"2.!0`0#!`#S"8$ M`""/OP`DC[``(`/@``@GO0"(```````````GO?VHK[\`%`P0&=0`````HZ`` M.">D`#@,$`GC)Z4!.!1``,``````K[``&"00``$,$!A?)Z0`.(>.A/J'CX3J M`$X8)A'@`"<`````$&``!``````GI``X#!`1<">E`3B/F(3``````!<0`!2/ MHP%(CZ,!2```````````!&$`!#!B`?\00``"`````"1"_@`40``$`&(@(Q`` M``,`8"`A`&(@(R2$`@`,$`1V`````!````0`````CZ,!2`P0!'8`8"`A!$$` MD2>D`#@\!1``)*4(G`P0)O,GI``X$```BR>D`#@08`!I`````(^9@"`````` M$R``!P`````,$"-G)Z0`.`_@!,(GI``X$$``?R>D`#@GA($(#!`CSR>E`#@4 M0``&`````">D`#@,$"/T)`4!`!!``",GI``XCXB$P``````5$``4CZ,!2(^C M`4@```````````1A``0P8@'_$$```@`````D0OX`%$``!`!B(",0```#`&`@ M(0!B(",DA`(`#!`$=@`````0```$`````(^C`4@,$`1V`&`@(01!`%HGI``X M/`40`"2E"+0,$";S)Z0`.!```%0GI``X)Z0`.`P0`L0GI0$X!$$`!0`````\ M!1``)*4(S`P0)O,GI``XAXF$[@`````1(``$`````">D`#@,$!%P)Z4!.(^* MA,``````%5``#`````"'H@%``````"A!``(4(``'`````"A!``(4(``$```` M`">D`#@,$`]D)Z4!.(^+A,``````%7``,2>D`#B/HP%(```````````$80`$ M,&(!_Q!```(`````)$+^`!!``"D`#@,$`GC M)Z4!.!!`_T8`````C[``&``````,$`RN`````(^_`!0GO0)8`^``"`````"/ MCH3`)[W_Z"0!``$5P0`%K[\`%`P0"?(`````$```!(^_`!0,$`HQ`````(^_ M`!0GO0`8`^``"``````GO?_8K[(`&*^Q`!0\$1``/!(0`*^T`""OLP`]`"@GO?^X MCXZ$!*^R`!BOL``0`("`(0"@D"&OOP`LK[8`**^T`""OM0`DK[,`'!G```.O ML0`4#!`$=@'`("$\%!``/!40`#P6$``FU@EL)K4)6":4"4"O@(0$``"((203 M``$GI``^#!`$JR0%``8GI``^`@`H(0P0"Y,"0#`A!$$`.:^"A`0GI``^`@`H M(0P0"_<"0#`A!$$`,Z^"A`0GI``^`@`H(0P0"N8"0#`A!$$`+:^"A`0F,0`! M%C,`$B>D`#Z/CX34)`$`!A7A``0"H"`A#!`FY0*`("$"H"`A#!`FB"0%``:2 M&````````!,```4GI``^`@`@(0P0)O,"P"@A)Z0`/B>E`#\/X`2,)`8`!2>D M`$,,$`2K`F`H(2>D`#X"`"@A#!`+DP)`,"$$00`-KX*$!">D`#X"`"@A#!`+ M]P)`,"$$00`'KX*$!">D`#X"`"@A#!`*Y@)`,"$$0/_5KX*$!!(@``D````` M/`00`"2$"7P,$":()`4`!CP%$``DI0F8#!`F\P(`("$\!1``)*4)I`_@!+H" M`"`A%$```P`````0``!!)`+__PP0&XD"`"`A!$$`"`````".60`0CXB$!``` MB"$,$`1V`R@@(1``_Z0GI``^EDD`!C0!H``Q*O``%4$`%`````".10`0#!`$ MJR9$`"`$00`*`````#P%$``DI0FP#!`F\P(`("$"`"`A#!`*,0)`*"$0```D MC[\`+(Y+`!```````DM@(:&``""N0``0D@T``"0!`"\5H0`0`````)(#``$` M````$&``"R0.`"XP8@#_$$``":("``"2`@`")A```11`__VB`@``$```!(Y" M`!@D#@`NH@X``(Y"`!B&3P`(KD(`'"GA``(4(``$KD(`%`(`("$,$!`!`D`H M(0``$"&/OP`LC[``$(^Q`!2/L@`8C[,`'(^T`""/M0`DC[8`*`/@``@GO0!( M)[W_P*^_`!2OL``0KZ4`1`"`&"&4;@``-`''<1'!``,`P(`A$```GR0"__\G MI``@)&4``@_@!(PD!@`$)Z0`)`P0!*LD!0`4!$$`")>B`"`\!!``)(0)R`P0 M)H@D!0`4$```D"0"__^7H@`@```````">@(``LH`,RC_`#'X`/\#"$@EI@D` M!)>J`"(```````I:`@`*:@`QKO\`,6P`_P&.>"6N#P``E[D`)```````&<(" M`!E*`#$K_P`S"`#_`0M0):8*``:7K0`F```````-8@(`#7H`,?C_`#&.`/\! MV,@EIAD`"I>I`"@```````E"`@`)4@`Q3/\`,0L`_P%L:"6F#0`,EZ,`*@`` M`````WH"``/"`#,9_P`Q[@#_`=E`):8(``B7I``L```````$2@(`!%H`,6S_ M`#$J`/\!3&@EI@T`#I>O`"Z7J@`P``_"`@`/R@`S*/\`,PX`_P'(2"4`"F(" M,8T`_P`)7```"GH`,?G_``%MP"4#&7`EK@X`&)>H`#27N``V``A*`@`(6@`Q M;?\`,2P`_P&-4"4`&,H",RX`_P`*?```&$(`,0O_``'N2"4!*V`EK@P`$)>M M`#(```````U2`@`->@`Q[O\`,5D`_P,N&"4P8___$&``!``````L80#_%"`` M"#!X``$\!!``)(0)X`P0)H@D!0`4$```)R0"__\P>``!`P,P(8^D`$0`P"@A MKZ8`.`P0!*NGHP`^EZ,`/H^F`#@$00`(CZ@`1#P$$``DA`G\#!`FB`#`*"$0 M```6)`+__X^H`$0``````0-((9$K__\`````$6``!P`````\!!``)(0*&`P0 M)H@`P"@A$```"20"__^.`@`0```````````$00`$,$(``1!```(`````)$+_ M_H^_`!2/L``0`^``"">]`$`GO?]XK[\`-*^E`(P`P#@AKZ<`D"0&``8/X`3& M)X6!$(^G`)`00``$)Z0`/1```%0D`O__)Z0`/20%`$8,$`2KKZ<`D(^G`)`$ M00`'`````#P$$``DA`HP#!`FB"0%`$80``!')`+__SP%$``D[@`&).\`"B3X M``PD^0`().@`#B3I`!@GJ@"$).L`$*^K`"ROJ@`HKZD`)*^H`""ON0`O M`!P\!!``)(0*T`P0)H@D!0`4$```4B0"__^'KP`<`````*8/``27N``>```` M`*X8``"7N0`@`````*89``:7J``B`````*8(``J7J0`D`````*8)``R'J@`F M`````*8*``B'JP`H`````*8+``Z7K``JEZX`+``,;``!KG@EK@\`&)>X`#"7 MJ``R`!C,``,H2"6N"0`0EZ(`+@`````00``$`````"Q!`/\4(``(,$H``3P$ M$``DA`KH#!`FB"0%`!00```F)`+__S!*``$!0A@ACZ0`/`!@*"$,$`2KKZ,` M-(^C`#0$00`(CZL`/#P$$``DA`L$#!`FB`!@*"$0```7)`+__X^K`#R7K``N M``````%L:"&1KO__`````!'```<`````/`00`"2$"QP,$":(`&`H(1````DD M`O__C@(`$```````````!$$`!#!"``$00``"`````"1"__Z/OP`4C[``$`/@ M``@GO0`X``````````"/CH20)[W_Z*^_`!21SP``)`$`+17A``X`````D=@` M`0`````7```*`````!2```8`````CX.$F```("&O@X2<$```)*^#A)00```B M)`0``12```HD`0`!CX2$D`P0*.```"@ACX.$F`!`("&O@X2<$```&*^#A)0D M`0`!%($`""0!``2/A(20)`4#`0P0*.`D!@&V$```#P!`("$D`0`$$($`!``` M``"/A(2L$```"0````"/A(20)`4``@P0*.`D!@&VCX.$F`!`("&O@X2]_^@0@``&K[\`%"0!``$0 M@0`$C[\`%`P0*-@`````C[\`%">]`!@#X``(IX"$VB>]_:BOI`)8CZ0"6*^_ M`!2OI0)<)Z4!+*^F`F"OIP)D#!`HR*>@`DPL1P`!%.``!8^N`F2/J`)<$``` M.8^N`F"/K@)D`````!7```6/J`)J`3*/I`)8/`40``P0)O,D MI0N@$``"."0"__^7J@$RE0L`!C%"\``Q;/``%$P`!20!0``Q30__$```%Z>M M`DPD`4``%$$`!X^D`EB/I`)8#!`O`DP` M````$,\!F@````"/I`)8`,`H(0P0*4"OIP)4CZ<"5`1```0`````CZ@"7!`` M`9``````#!`FH0````"/I`)8#!`F\P!`*"$0``&@)`+__Y>X`3(D`4``,QGP M`!/I`)8CZ0"6`P0')$`````$```!`````"/I`)8#!`I,``````$00`) MCZD"7`P0)J$`````CZ0"6`P0)O,`0"@A$``!BB0"__^/J0)<`````)4C``8! M($`ACZ0"6(4&``X,$"E(`&`H(01!`"H`````CX*$C"0!``(400`?`````(>+ MA-P`````$6``%H^D`EB/I`)8#!`;-``````$0``)`````(^L`ER/I`)8E84` M!H6&``X,$"E(``````1!`!4`````#!`FH0````"/I`)8#!`F\P!`*"$0``%D M)`+__X^D`E@\!1``#!`F\R2E"]P0```(``````P0)J$`````CZ0"6`P0)O,` M0"@A$``!5R0"__\0``%5```0(1#@`!$`````EZH"3``````0R@`F`````(^D M`E@,$"E``,`H(01!`"$`````#!`FH0````"/I`)8#!`F\P!`*"$0``%#)`+_ M_X>-A-P`````$:``$X^D`EB/I`)8#!`<%P$`*"$$0``&`````(^D`E@,$!LT M``````1!``P`````#!`FH0````"/I`)8#!`F\P!`*"$0``$N)`+__X^D`E@\ M!1``#!`F\R2E#`P0``$H```0(1#@`!*/I`)8EZX"3``````0S@`[`````(^D M`E@,$"E``,`H(01!`#8`````#!`FH0````"/I`)8#!`F\P!`*"$0``$6)`+_ M_X^D`E@`8"@A#!`I2```,"$$00`I`````(^"A(PD`0`"%$$`'@````"'CX3< M`````!'@`!6/I`)8CZ0"6`P0&S0`````!$``"`````"/N`)E`"@,$"E0)`8!``1!``@`0#`A M#!`FH0````"/I`)8#!`F\P!`*"$0``#7)`+__X^E`EPGI``H#^`$QB2E`"`4 M0``$E[D!,A```,\``!`AE[D!,B0!0``S*?``%2$`!X^D`EB/I`)8#!`I`38`````%RD`!X^D`EB5"P`,EZP!.``````1;``'CZ(" M4(^D`EB5!0`*E08`#`P0*6@`````CZ("4`````"/OP`4)[T"6`/@``@````` M)[W_X*^_`!2OI``@`*`8(91B``80```P,$+P`"0.``&D;@`(K&``$!```#8` M`!`ACZ0`("1E`"`D!@#_#!`I4*^C`"2/HP`D!$$`"*QB`!`,$":A`````(^D M`"`,$";S`$`H(1```"<``!`AC&\`$```$"$`;\`A$```(J,``"",>0`0```` M`!<@``2/I``@$```'```$"&/I``@#!`HX```*"$$00`&KZ(`'`P0)J$````` MCZ0`(`P0)O,`0"@ACZ(`'!```!"/OP`4K&``$!````P``!`A)`%``!!!_]`D M#@`!-`&``!!!_^4`````-`&@`!!!_\^/I``@$`#_]*Q@`!"/OP`4)[T`(`/@ M``@``````````">]_\"OL@`4K[\`'*^S`!BOL0`0KZ0`0`"@D"&.3@``/!D0 M`#'/`/\`#\"`)SDK``,9F"&.<0```````!(@`&```!`AK[``()8H`!`````` M%0``&0````".)``8`````!"```,`````#^`$@`````".,````````!(```0` M````CBD`!`````"N"0`$CB(`!``````00``$`````(XJ````````K$H```_@ M!(`"("`A$```/JY@``".*P`,CDP````````5;``W`````(8M``B&3@`$```` M`!6N`#(`````CC``'``````2```K`````(X$``B/I0!`#^`$N@`````40``A M`````)8O`!``````)?C__Z8X`!".!``(`````!"```,`````#^`$@`````". M`@```````!!```0`````CAD`!`````"L60`$C@,`!``````08``"`````*QB M``".*``<`````!40``(`````KB(`'`_@!(`"`"`AC[``(!````\"(!`AC@(` M```````40/_7`$"`(8^P`"`0```(```0(8XP````````%@#_I@(`B"&/L``@ M````````$"&/OP`]`$`GO?_@K[\`%(RF```\ M`Q``,,X`_P`.>(``;Q@AC&,K```````08``9```0(8QX``P`````%P8`$``` M``"$>0`(A*@`!``````7*``+`````(QE`!@/X`2ZKZ,`'(^C`!P40``#```` M`!````@``!`A$```!@!@$"&,8@```````!1`_^H`0!@A```0(8^_`!0GO0`@ M`^``"``````GO?_8K[\`%*^D`"B,I@``/`,0`##.`/\`#GB``&\8(8QC*P`` M````$&``+@````",>``,`````!<&`"8`````A'D`"(2H``0`````%R@`(0`` M```D!``,#!`7]*^C`"2/HP`D$$``"0!`*"&/I``HKZ,`)`P0&`NOI0```4C+D````````S*`#_``A(@`$J("&,@@```````!!```2L M8@``C&L``!````*M8P`$K(,``*Q@``0`8!`AC[\`%">]`"@#X``(`````">] M_]"OLP`8/`(0`"1"*P`\$Q``)G,O``!3""NOL@`4`$"0(1`@`!VOOP`] M_D`"0,$`2K)`4" M`!!```2/I`(X$```P20"__^/I`(X#^`$O">E`"0D!``(#!`7MB>E`+@``"@A M)Z,`)```("&0;@``)(0``2B!`?0QSP#_`>4H(10@__HD8P`!```@(2>D`D`G MHP(XD'C^@"1C``$`9`@K,QD`_Q0@__L`N2@C)*4!`"0!`0`4H0`#`````!`` M`*(D`@`"%*(`H```$"&3H@#`)`$`,1!!``8D!``-)`0`#0P0%[8GI0"@K@(` M$"0$``T,$!>V)Z4`K*X"`!@D!``(#!`7MB>E`(BF`@`&)Z0!)0_@!+HGA8&, M%$``(@`````D"``!KXB$N`P0&APGI`$MI@(`"@P0&F,GI`%-$```$*8"``PD M!``(#!`7MB>E`6VOH@`@)`0`"`P0%[8GI0%UCZD`(```````"5(``4)8):8+ M``Z3H@#`$```60````"3H@#`)`$`,Q!!_^\D!``()`$`-!!!_^PD!``($``` M4`````"O@(2X)`0`"`P0%[8GI0"0I@(`"B0$``@,$!>V)Z4`F*8"``R3H@#` M$```1`````"/I`(X#^`$P@````"/K`(X)`$`+P&":"&1KO__`````!7!``P` M````#^`$P@&`("&/KP(X``````'BP"&C`/__EAD`!@`````W*$``$```1J8( M``:6"0`&`````#4J@``0``!!I@H`!B0+``*F"P`()Z0`P0P0$`$"`"@ACZ0" M.`P0$`$"`"@AE@T`!@`````UKH``$```-*8.``:6#``&`````#6/8``0```O MI@\`!I88``8`````-QD@`!```"JF&0`&E@@`!@`````U"4``$```):8)``:6 M"@`&)@0`(#5+H`"F"P`&#^`$O">E`,$0```=`````)8-``8`````-:X0`!`` M`!BF#@`&$$#_O8^D`C@D`0`P$$'_NH^D`C@D`0`Q$$'_T20+``(D`0`R$$'_ MZ0`````D`0`S$$'_W``````D`0`T$$'_U``````D`0`U$$'_VP`````D`0`V M$$'_Y0`````0```")`(``0``$"&/OP`4C[``$`/@``@GO0(X)[W_Z!````VO MOP`4#!`2#0`````0```4C[\`%`P0$8T`````$```$(^_`!0,$!-1`````!`` M``R/OP`4CX*$O"0!``$00?_Q`````"0!``(00?_R`````"0!``,00?_S```` M`(^_`!0GO0`8`^``"``````GO?_(AXZ$ZJ^P`"@`H(`AK[\`+!'``#BOI``X MAX^$[@`````1X``T`````(^$A026!@`&#^`$5">%@90,$"EP)@0`&)8$``H` M0!@AKZ,`-`P0*]PPA/__CZ,`-!!```D`0#@AC.8``(^$A02OHP`T#^`$5">% M@9R/HP`T$```"HQX`!"6!@`*CX2%!*^C`#0GA8&D#^`$5##&__^/HP`T```` M`(QX`!".!@`0C&@`##P'$`"OJ``0C&D`"``8R("OJ0`4C&H`!`#Y."&OJ@`8 MC&L``(SG#@"OJP`%@:R&#@`(`````"G!``(4(``+`````(^D`#@,$`_:`@`H(1!` M``8`0!@ACX2%!#P%$`",9@`8#^`$5"2E#E26#P`&-`&@`#'X\``7`0`&```` M`(^$A00\!1``)*4.9`_@!%0F!@`@/!D0`(\Y*:``````$R``!@````"/A84$ M#^`%+B0$``H0```9C[\`+(^(A00`````C0(````````D0O__!$$`!JT"``"/ MA84$#^`$0B0$``H0```-C[\`+(^*A00D"0`*C4L`!`````"A:0``CXR%!``` M``"-C0`$`````"6N``&MC@`$C[\`+(^P`"@#X``()[T`.">]_[BOOP`TKZ0` M2`"@0"&5`@`&)`%``#!"\``000$YC[\`-(>.A.(`````$<``40`````0``!( M-`&``(^D`$@GA8&P#!`I4"0&`/XGAX&P!$$`"0!`&"$,$":A`````#P$$``D MA`Y\#!`F\P!`*"$0``$DC[\`-`#C>"&AX```CZ8`2(^$A00\!1``#^`$5"2E M#I@0``$;C[\`-(48``@`````*P$``A0@`!``````CZ0`2`$`*"$,$`_:KZ@` M3(^H`$P00``)`$`8(8^$A00\!1``CZ8`2(QG`!@/X`14)*4.M!```0>/OP`T MC0<`$```````````!.$`!##C`?\08``"`````"1C_@`48``$`.,0(Q````,` MX!`A`.,0(R1"`@`$00`"`$`((20A`?\``)A-X`````%2``4S0!@`"'BH3@`````!%``%8`````$```330!@``GAX&P MCZ0`2`#@*"$,$"E0)`8`_B>'@;`$00`)`$`8(0P0)J$`````/`00`"2$#NP, M$";S`$`H(1```,N/OP`T`.-8(:%@``"/I@!(CX2%!#P%$``/X`14)*4/"!`` M`,*/OP`TCX2%!(^F`$@GA8&X#^`$5*^H`$R/J`!,`````(4,``@`````*8$` M`A0@``\`````CZ0`2`$`*"$,$`_:KZ@`3(^H`$P00``(`$`8(8^$A00\!1`` MC&8`&`_@!%0DI0\D$```J(^_`#2-!P`0```````````$X0`$,.,!_Q!@``(` M````)&/^`!1@``0`XQ`C$````P#@$"$`XQ`C)$("`(^$A00\!1``!$$``@!` M""$D(0'_``$R0P_@!%0DI0\P$```D(^_`#0T`8``$$'_S``````T`:``$$'_ ML``````0``"(C[\`-(>-A.H`````$:``;`````"'CH3N`````!'``"D````` M)00`&*^B`#P,$"EPKZ@`3(^H`$P`0!@AE00`!@P0$_FOHP!$CZ@`3(^C`$25 M!@`*E0<`#(T/`!`\"1``KZ\`$(QX`!"/KP!(`!C(@`$Y2"&-*0X`CX2%!*^I M`!2,:@`,/`40`*^J`!B,:P`()*4//*^K`!R,;``$`````*^L`"",;0`4KZ\` M*"6N!VP/X`14KZX`)(^H`$P0```UCZD`/(^$A02/I@!()X6!P*^B`#P/X`14 MKZ@`3(^H`$P0```LCZD`/">'@;"/I`!(`.`H(0P0*5`D!@#^)X>!L`1!``D` M0!@A#!`FH0`````\!!``)(0/8`P0)O,`0"@A$```(@``````X\`AHP```(^$ MA00\!1``)*4/?`_@!%0`X#`A$```&0````"%&0`(`````"LA``(4(``4```` M`(^D`$@,$`_:`0`H(1!```\`0!@ACX2%!#P%$`",9@`8#^`$5"2E#Y00```( M`````(^I`#PT`8``$2'_[``````T`:``$2'_T`````"/A84$#^`$5B0$``H0 M```9C[\`-(T'`!````````````3A``0PXP'_$&```@`````D8_X`%&``!`#C M$",0```#`.`0(0#C$",D0@(`CX2%!#P%$`"/I@!(!$$``@!`""$D(0'_``$Z M0P_@!%0DI0^DC[\`-">]`$@#X``(`````">]_]B'CH3JK[``&`"@@"&OOP`< M$<``8J^D`"B'CX3N`````!'@`%X`````E@0`!@P0$_D`````CX2%!(8&``@/ MX`14)X6!Q`P0*7`F!``8KZ(`))8$``H,$"O<,(3__Q!```<`0!@ACX2%!(QF M```/X`14)X6!S!````>6!``,E@8`"H^$A00GA8'4#^`$5##&__^6!``,#!`K M_#"$__\00``'`$`8(8^$A02,9@``#^`$5">%@=P0```'E@(`!I8&``R/A(4$ M)X6!Y`_@!%0PQO__E@(`!A```!%@>P0```3CZ(`)(^$ MA00\!1``#^`$5"2E#\00```-CZ(`)"0!(``00?_H`````"0!8``00?_E```` M`#0!@``00?_L`````!``__``````CZ(`)#P&$`",6``0C$@`"(Q'``P`&,B` MKZ@`$`#9,"&,20`$C,8.`(^$A00\!1``)*4-@`_@!%2OJ0`4CX2%!(^F`"@/ MX`14)X6!0(8*``@`````*4$``A0@``H`````CZ0`*`P0#]H"`"@A$$``!0!` M&"&/A(4$C&8`&`_@!%0GA8%$E@L`!C0!H``Q;/``%8$`!0````"/A(4$)X6! M3`_@!%0F!@`@/`T0`(VM*:``````$:``!@````"/A84$#^`%+B0$``H0```9 MC[\`'(^.A00`````C<(````````D0O__!$$`!JW"``"/A84$#^`$0B0$``H0 M```-C[\`'(^8A00D#P`*CQD`!`````"C+P``CXB%!`````"-"0`$`````"4J M``&M"@`$C[\`'(^P`!@#X``()[T`*(^.A+PGO?_H)`$``:^_`!01P0#DKZ0` M&)>B`!H0``#-,$+P`#P/$`"-[RF@`````!'@``8`````CX6%!`_@!2XD!`!D M$```UP````"/F(4$`````(\"````````)$+__P1!``:O`@``CX6%!`_@!$(D M!`!D$```RP````"/B(4$)!D`9(T)``0`````H3D``(^*A00`````C4L`!``` M```E;``!$```OZU,``0\#1``C:TIH``````1H``&`````(^%A00/X`4N)`0` M;!```+4`````CXZ%!`````"-P@```````"1"__\$00`&K<(``(^%A00/X`1" M)`0`;!```*D`````CYB%!"0/`&R/"``$`````*$/``"/F84$`````(\I``0` M````)2L``1```)VO*P`$/`P0`(V,*:``````$8``!@````"/A84$#^`%+B0$ M`&(0``"3`````(^*A00`````C4(````````D0O__!$$`!JU"``"/A84$#^`$ M0B0$`&(0``"'`````(^.A00D#0!BC=@`!`````"C#0``CX^%!`````"-Z``$ M`````"4)``$0``![K>D`!#P+$`"-:RF@`````!%@``8`````CX6%!`_@!2XD M!`!C$```<0````"/F84$`````(\B````````)$+__P1!``:O(@``CX6%!`_@ M!$(D!`!C$```90````"/BH4$)`P`8XU.``0`````H(``(^%A00/ MX`1")`0`MF``$/`@0`(T(*:``````$0``!@````"/A84$#^`% M+B0$`"T0```M`````(^-A00`````C:(````````D0O__!$$`!JVB``"/A84$ M#^`$0B0$`"T0```A`````(^/A00D"0`MC?D`!`````"C*0``CXN%!`````"- M:@`$`````"5.``$0```5K6X`!"0!$``00?^Z`````"0!(``00?^5`````"0! M0``00?\L`````"0!8``00?]M`````#0!@``00?_0`````#0!H``00?]%```` M`!``_\L`````/!@0`(\8*:``````$P``#@````"7K``:`````#&(`0`1```$ M)`0`+1````(D!`!R)`0`+8^%A00/X`4N`````!```#$`````CXV%!`````"- MH@```````"1"__\$00`.K:(``)>O`!H`````,>D!`!$@``0D`@`M$````B0" M`'(D`@`MCX6%!`_@!$(P1`#_$```'0````"7N0`:`````#,J`0`10``-```` M`(^+A00D#@!RC7@`!"0"`'*C#@``CXR%!`````"-B``$`````"4-``$0```, MK8T`!(^)A00D#P`MC3D`!"0"`"VC+P``CXJ%!`````"-2P`$`````"5N``&M M3@`$/!@0`(\8*:``````$P``#@````"7J``:`````#$-`(`1H``$)`0`+1`` M``(D!`!W)`0`+8^%A00/X`4N`````!```#$`````CXR%!`````"-@@`````` M`"1"__\$00`.K8(``)>I`!H`````,2\`@!'@``0D`@`M$````B0"`'C#@``CXB%!`````"-#0`$`````"6L``$0```,K0P`!(^/ MA00D"0`MC?D`!"0"`"VC*0``CXN%!`````"-:@`$`````"5.``&M;@`$/!@0 M`(\8*:``````$P``'`````"7K0`:`````#&L`$`1@``*EZ\`&C&H"``1```$ M)`(`>!````(D`@!S)`(`>!````H`0"`AEZ\`&@`````QZ0@`$2``!"0"`"T0 M```")`(`4R0"`"T`0"`ACX6%!`_@!2X`````$```30````"/F84$`````(\B M````````)$+__P1!`!RO(@``EZH`&@`````Q3@!`$<``"I>X`!HQ2P@`$6`` M!"0#`'@0```")`,`X`!H`````,PP(`!&```0D`P`M M$````B0#`%,D`P`M`&`0(8^%A00/X`1",$0`_Q```"L`````EZT`&@`````Q MJ`!`$0``%)>X`!HQKP@`$>``!"0"`'@0```")`(`L`!H`````,8@` M(!$```0D`@`M$````B0"`'(D`@`MCX6%!`_@!$(P1`#_$```'0````"7K0`: M`````#&I`"`1(``-`````(^/A00D&0!RC>H`!"0"`'*A60``CXN%!`````"- M;@`$`````"78``$0```,K7@`!(^(A00D#``MC0T`!"0"`"VAK```CXF%!``` M``"-+P`$`````"7Y``&M.0`$/`H0`(U**:``````$4``#@````"7K@`:```` M`#'8`!`3```$)`0`+1````(D!`!W)`0`+8^%A00/X`4N`````!```#$````` MCXN%!`````"-8@```````"1"__\$00`.K6(``)>H`!H`````,0P`$!&```0D M`@`M$````B0"`'A60``CXZ%!`````"-V``$```` M`"<+``$0```,K!````(D`@!S)`(`>!````H`0"`AEZP`&@`` M```QB`0`$0``!"0"`"T0```")`(`4R0"`"T`0"`ACX6%!`_@!2X`````$``` M30````"/C84$`````(VB````````)$+__P1!`!RMH@``EZD`&@`````Q.0`( M$R``"I>J`!HQ+P0`$>``!"0#`'@0```")`,`J`!H` M````,4L$`!%@``0D`P`M$````B0#`%,D`P`M`&`0(8^%A00/X`1",$0`_Q`` M`"L`````E[@`&@`````S#@`($<``%)>J`!HS#`0`$8``!"0"`'@0```")`(` MK`!H`````,6X`!!'```0D`@`M$````B0"`'(D`@`MCX6%!`_@!$(P M1`#_$```'0````"7N``:`````#,(``01```-`````(^,A00D#0!RC8D`!"0" M`'*A+0``CX^%!`````"-^0`$`````"H`!(^.A00D"P`MC=@` M!"0"`"VC"P``CXB%!`````"-#``$`````"6-``&M#0`$/`D0`(TI*:`````` M$2``#@````"7N0`:`````#,J``(10``$)`0`+1````(D!`!W)`0`+8^%A00/ MX`4N`````!```#$`````CX^%!`````"-X@```````"1"__\$00`.K>(``)>N M`!H`````,A+0`` MCYF%!`````"/*@`$`````"5/``$0```,KR\`!(^+A00D#@`MC7@`!"0"`"VC M#@``CXR%!`````"-B``$`````"4-``&MC0`$/`D0`(TI*:``````$2``'``` M``"7J@`:`````#%/``$1X``*EZL`&C%9`@`3(``$)`(`>!````(D`@!T)`(` M>!````H`0"`AEZL`&@`````Q;@(`$<``!"0"`"T0```")`(`5"0"`"T`0"`A MCX6%!`_@!2X`````$```3H^_`!2/F(4$`````(\"````````)$+__P1!`!RO M`@``EZ@`&@`````Q#0`!$:``"I>I`!HQ#`(`$8``!"0#`'@0```")`,`="0# M`'@0```*`&`0(9>I`!H`````,2\"`!'@``0D`P`M$````B0#`%0D`P`M`&`0 M(8^%A00/X`1",$0`_Q```"R/OP`4EZH`&@`````Q60`!$R``%)>I`!HQ2P(` M$6``!"0"`'@0```")`(`="0"`'B/CH4$,$,`_XW8``0`````HP(``(^-A00` M````C:@`!``````E#``!$```%*VL``27J0`:`````#$O`@`1X``$)`(`+1`` M``(D`@!4)`(`+8^9A00P0P#_CRH`!`````"A0@``CXN%!`````"-;@`$```` M`"78``&M>``$C[\`%">]`!@#X``(`````)"B```\!A``),8;``#"<"&1SP`! M`````#'X``@3```.`````"2$__\<@``#)*4``1```"XD`O__D*(````````` MPL@ADR@``0`````Q"0`(%2#_]``````8@``5```8(2Q!`#`4(``2`````"Q! M`#@0(``/```````#4,`D2__0)(3__P%+&"48@``))*4``9"B````````+$$` M,!0@``0`````+$$`.!0@__0``U#`&(``#@!@$"&0H@```````!!```D````` M`,)@(9&-``$`````,:X`"!7```0`8!`A$````B0"__\`8!`A`^``"``````` M````)[W_X*^_`!0/X`2"`````!1```ZOH@`]`"`GO?_@KZ0`((^D`""OOP`4#^`$P@`````,$!?T)$0``1!```8`0"`A MCZ4`(`_@!+ROI``"&AX``)H@``!I(X```"("`A`SC((9,Y&P$D!0`J,R@``P_@!+BB"``' M%$``#"0)``$"("`A#^`$N"0%`%L40``')`D``0(@("$/X`2X)`4`/Q!```,` M````)`D``:()``B/@H00`````!!```(`````K%```(^*A!0"`!`A%4```J^" MA!"OD(04C[\`'(^P`!2/L0`8`^``"">]`"@GO?_`CX*$%*^P`!2OL0`8`("( M(:^_`!P40``#`$"`(1```#\D`@`!#^`$P@(@("&OLP`H$@``.`!`F"&OL@`D M)!(`+Y(.``<`````$<``!@````"2#P`)DC@````````5^``G`````)(9``@` M````$R``#``````F!``)#!`G)`(@*"$00``>`````"0(``&B"``&C[,`*(^R M`"00```@)`(``88&``0``````F8(*A0@`!,``````B9((9$B````````$$`` M!`(@("$44@`,``````(@("$/X`3&)@4`"11```<`````)`H``:(*``:/LP`H MC[(`)!````DD`@`!CA`````````6`/_.`````(^R`"0`````C[,`*```$"&/ MOP``````!!``"4`0!@A)'``"@(`("$/X`2Z)X6"(!!``,@` M`````@`@(0_@!+HGA8(D$$``PP`````/X`3"`@`@(8^$A!P/X`3"KZ(`*(^X M`"@``````P+((2LA`/\4(``'`````#P$$``DA!$<#!`F\P(`*"$0``"R```` M`(^%A!P/X`2\`H`@(0*`("$,$"P<`@`H(1```#./I0`\CX2$&`_@!"(````` MCXB"'``````E"?__#!`9^:^)@AR/BH(``````8@_Q<````````0 M(8^_`"2/L``0C[$`%(^R`!B/LP`*^D`!B/I``8#!`K_``````00``&`$`8(3P$$`",90``)(0O(`_@!,@D!@`@ MC[\`%#P"$``D0B\@`^``"">]`!@GO?_HKZ0`&(^N`!BOOP`4/!@0`),8+R"1 MSP```````!7X``@`````/`40`"2E+R`!P"`A#^`$QB0&`"`00``:`````#P$ M$`"/I0`8)(0O(`_@!,@D!@`@CZ0`&`P0+%@`````$$``!`````",0P`($``` M#`````"/F8)$``````]`!@#X``(`&`0(0``````````)[W]J*^Q`!@` M@(@AK[\`'">D`5BOL``4#!`8U">E`#0$0`!$C[\`'">D`5@,$`\>)Z4`-`1` M`#X`0(`AK[,`*#P3$`"OL@`LK[0`)">4@F`GDH)8)G,=0(^.@"``````$<`` M!`)`("$,$"-G)Z0!6`)`("$,$"//)Z4!6!1```8`````)Z0!6`P0(_0D!0$` M$$``"">D`5@2```8)Z0!6`P0*-@"`"`A$```%">D`5@GI`%8)Z4`-`(`,"$, M$!KE`B`X(1!```,`````#!`HV`(`("&'CX3N`````!'@``G`5@GI`%8#!`8U">E`#0$0``&`````">D`5@,$`\>)Z4` M-`1!_\\`0(`AC[(`+(^S`"B/M``D`````(^_`!R/L``4C[$`&`/@``@GO0)8 M)[W^R*^P`!``H(`AK[\`%*^D`3@GI``L`.`H(0_@!+ROI@%``$`@(0P0+!PG MA8)HCZ4!.`P0+!P`0"`A#!`;B0!`("$$00`#`````!```#D`"R/I`$X#!`0`0(`*"$GI``L#!`/V@(`*"$GI``L M`@`H(0!`,"$,$`R[)`<``01!``,`0#@A$```%R0"__\80``%`````(^D`3B/ MI0%`#!`$!">F`"R.&``4AYF$_*^X`2P3(``$`````(X(`!@0```$KZ@!,`P0 M)]P``"`AKZ(!,">D`"P,$"CH)Z4!+(^B`4``````C[\`%(^P`!`#X``()[T! M.">]_^``@$`AK[\`%)$.```!`!`A%<```P``,"$0```+)`<`+Y!#```D!P`O M`&`@(12'``(D0@`!`$`P(9!#````````%&#_^@!@("$4P``'`````#P%$``D MI2]`#!`M8">$@G@0```XC[\`%*#`__\DQO__D0\````````1X``#`````!`` M``(!`"`A)X2"?#P%$``DI2]`KZ8`&`P0+6"OJ``@CZ8`&(^H`"`40``()`<` M+SP"$`"40B]&`````#!"\``X0D``$```&"Q"``&'@X3<```````#&"L08``3 M`&`0(0$`("&OI@`8#!`;-*^H`""/I@`8CZ@`("Q#``$08``))`<`+SP%$``D MI2]``0`@(0P0'!>OI@`8CZ8`&"0'`"\L0P`!`&`0(1!```.@QP``$````@`` M("$D!/__`(`0(8^_`!0GO0`@`^``"``````GO?NXKZ0$2(^N!$BOOP`DK[0` M(*^R`!BOLP`%@H04 M0``#`````!``_\4F%@H@00/^_)`$!`!`` M_[PF``!@````"/ MI``8#!`I0#!%#_^/HP`<`````(>8A/(`````$P``!P``$"&/I``8E&4`"I1F M``P,$"EH````````$"&/OP`4)[T`&`/@``@````````````````GO?ZXKZ0! M2(^D`4BOOP`4KZ4!3`P0+6`GI0`@%$``!0`````D#@`1KXZ$C!```$$D`O__ MCX^$C"0!``(1X0`#`````!```#LD`O__#!`M;`````"OL``8$```(`!`@"&/ ML``8$```,R0"__\,$"BP```@(8^X`4ROH@%``P#()S,H`?\,$"BP`0(@)0!` M&"$\!!``CZ8!2"2$$TROHP%`)X6"J`P0+7@``#@A#!`M:"0$__\,$"V$)Z0! M0!("``^/HP%`#!`MA">D`4`6`O_]`````!````F/HP%`)`'__Q!!_]\````` M$$#_X``````0`/_P`````(^C`4``````,&D`?Q4@``4D"P`%``-2`Q%```>/ ML``8)`L`!8^P`!BOBX2,$````R0"__^/L``8```0(8^_`!0GO0%(`^``"``` M```GO?ZXKZ0!2(^D`4BOOP`4#!`M8">E`"`D`?__%$$``P`````0```Q)`+_ M_PP0+6P`````K[``&!```!8`0(`AC[``&!```"DD`O__/`00`(^F`4@DA!-8 M)X6"L`P0+7@``#@A#!`M:"0$__\,$"V$)Z0!0!("``^/H@%`#!`MA">D`4`6 M`O_]`````!````F/H@%`)`'__Q!!_^D`````$$#_Z@`````0`/_P`````(^B M`4``````,$X`?Q7```4D&``%``)Z`Q'@``>/L``8)!@`!8^P`!BOF(2,$``` M`R0"__^/L``8```0(8^_`!0GO0%(`^``"``````GO?^XK[``$`"`@"$6```& MK[\`%#P$$``,$"+`)(04.!```'@``!`A)`X``2>/A"BOCX0LKXZ$)*^0A""O M@(0P#!`?Y20$`)P``"`A#!`=52>E`#040``#`````!```&D``!`ACYB$,``` M```K`7__%"``!@`````\!!``#!`BP"2$%$@0``!?```0(8^$A#`/X`2")(0` M8*^U`"@40``'`$"H(3P$$``,$"+`)(046(^U`"@0``!3```0(209``$FJ`!< MKXB$+*^9A"2OD(0@#!`?Y20$`)P``"`A#!`=52>E`#040``$`````(^U`"@0 M``!$```0(:^Q`"0FL0!=`B`@(:Z@`%BNH`!4HJ``40P0(C6BH`!0D$D````` M```5(``U`J`0(:^T`""2(@`#)C$``R04``@45``%)`$``9(J``,0```(HJH` M4"0!``$400`&CZT`-)*K`%$`````)6P``:*L`%&/K0`T`````#&N``01P``= M`````*^R`!ROLP`8``"8(1(@`!,``)`ADB\````````5]``+`````"8P``,/ MX`3"`@`@(0!2""H4(``%``````(`F"$/X`3"`@`@(0!`D"$,$"(U`B`@(11` M_^\`0(@AKK,`5*ZR`%B/LP`8C[(`'`````"/M``@``````*@$"&/M0`HC[$` M)`````"/OP`4C[``$`/@``@GO0!()[W_P*^Q`!"OI`!``*"((:^_`!0D#@`! MKBX``(^O`$``````$>``%0````"/@H0D`````"A!``H4(``'`$`8(3P$$``, M$"+`)(04:!```)T``!`A`$`8(21"``&O@H0D)&0`%`P0'\^OHP`PK[(`'`!` MD"$0```$K[``(*^R`!P``)`AK[``(`P0'@HGI``L%$``!0!`@"&/L``@C[(` M'!```(@``!`A$D``!@`````"0"`A#!`@#P(`*"$0```#C[@`+`!`D"&/N``L M`````#,9``$7(``&CZH`+(XH```D`?_^`0%()*XI``"/J@`LCBP``(^"A"`Q M2P`$`6QH):XM``"03@``)`$`?!7!`">/KP!`)$(``:^"A"`,$!X*)Z0`+!1` M``4`0(`AC[``((^R`!P0``!C```0(0)`("$,$"`/`@`H(8^O`"P`````,?@` M`1<```:/J0`LCCD``"0!__X#(4`DKB@``(^I`"R.*P``,2H`!`%+8"6N+``` MCXV$("0!`'R1K@```````!7!``,`````$`#_W@&@$"&/@H0@`````(^O`$`` M````$>``!0``("&/I``P$````B2$`!X``"`A#!`?SZ^"A"``0(@A`D`@(0P0 M(`\`0"@A$D``"`)`@"$"`"`A#!`@,0(@*"$,$"(U`@`@(11`__H`0(`AC[@` M0``````3```/CZD`0(^9A"`D`0`IDR0``"]_\"OL0`4K[\`)`"`B"&OM``@ MK[(`&*^S`!RN(```#!`?SR0$``:/CH0@KZ(`/)'#`````)`A$&``*@`````D M%`!\$'0`)P`````D$P`I$',`)`````"OL``H#!`>4">D`#`40``$`$"`(8^P M`"@0```B```0(8^O`#"..0``,?@``0,90"460``'KB@``(^I`#".*P``,2H` M!`%+8"40```$KBP```)`("$,$"`/`@`H(8^-A"`"`)`AD:,````````08``& MC[``*!!T``2/L``H%'/_X0````"/L``H`````!9```2/H@`\#!`?SR0$``F/ MH@`\`````(^_`"2/L0`4C[(`&(^S`!R/M``@`^``"">]`$`GO?_0K[\`%*^D M`#`GI``@#!`>IJ^P`!"/HP`P%$```P!`@"$0``!(```0(8^.A"`D!@`JD<(` M```````01@`&C[@`((^O`"`"`!`A$```/JQO``"/N``@`````#,9``$7(``' M)`@`!#P$$``,$"+`)(04H!```#0``!`A)`@`!!1&``NL:```CZD`(``````Q M*@`"$4``!@`````D!``*#!`?\P(`*"$0```9)`8`*A1&`!<`````)`0`!@P0 M'_,"`"@A#!`?SR0$``<"`"`A#!`@,0!`*"$"`"`A#!`@,0(`*"$,$!_/)`0` M!@(`("$,$"`/`$`H(0P0'\\D!``)`@`@(0P0(`\`0"@A)`8`*H^+A"`````` M)6P``:^,A""1;0`!`````!6F``<"`!`A/`00``P0(L`DA!2\$````@``$"$" M`!`AC[\`%(^P`!`#X``()[T`,">]_[BOL@`8KZ0`2(^2A""/K@!(K[\`'*^P M`!2MP```DD(``!```.`F4@`!KY*$(`P0'\\D!``!$``!$Z^B`$2ODH0@#!`? MSR0$``(0``$.KZ(`1*^2A"`,$!_/)`0``X^O`$BOH@!$C?@````````W&0`# M$``!!*WY``"22```)`$`7A4!``8`````#!`?SR0$``6OH@!$$```!"92``$, M$!_/)`0`!*^B`$221```)`$`71"!``0`````)`$`+12!``4`````#!`?Y292 M``&21````````!"``#<`````)`$`71"!`#0`````K[$`)"0!`"T4@0`E```` M`))$``$F4@`!)`$`71"!``,`````%(``!0`````,$!_E)`0`+1```!V21``` MDE#__@"`B"$F*0`!)A```0$P""H0(``)`C`(*CP$$``DA!3(#!`BP*^2A""/ ML0`D$```S0``$"$",`@J%"``!P`````,$!_E`@`@(280``$",`@J$"#_^P`` M```0```#)E(``0P0'^4F4@`!DD0````````0@``%C[$`)"0!`%T4@?_2)`$` M+8^Q`"0`````#!`?Y0``("&22@``)`$`71%!``B/JP!(/`00`"2$%-P,$"+` MKY*$(!```*L``!`ACZL`2"92``&-;````````#6-``.M;0``$```H:^2A""O MDH0@)`0``0P0'54GI0!`%$```Z^B`$00``";```0(8^B`$B/K@!`C%D``#'8 M``4#&7@E$```DJQ/``"ODH0@/`00``P0(L`DA!3L$```C@``$"$\!!``)(04 M_`P0(L"ODH0@$```B```$"&22````````!4```<`````/`00`"2$%1`,$"+` MKY*$(!```'X``!`A#!`?SR0$``BOH@!$DD0``"92``$,$!_EKY*$(`P0'^4` M`"`ACZD`2`````"-*@```````#5,``,0``!LK2P``"92__\\!1``)*45'`)` M("$/X`2^KY*$(!Q```8`0(`A/`00``P0(L`DA!4H$```80``$"&/DH0@*$$` M`@)":"&1HP``%"``!0`````D`0`J%&$``@`````D4/__CZ(`2"0!``&,2P`` M`````#5N``$6`0`%K$X``(Q8````````-QD``JQ9```,$!_/)`0`"!X```.O MH@!$$```"*^2A""21```#!`?Y292``$F$/__'@#_^P````"ODH0@#!`?Y0`` M("$0```ZCZ(`1"0!`%L00?\S`````"Q!`%P0(``D)`$`7B0!`"D400`$+$$` M*A``_YZODH0@+$$`*A`@`!$D`0`N)`$`)!!!_Q8`````+$$`)1`@``8D`0`H M$$#_D@`````0`/^W)E+__R0!`"@00?]^`````!``_[(F4O__)`$`+A!!_PP` M````+$$`+Q`@_ZL`````)`$`*A!!_X@`````$`#_IR92__\D`0!>$$'^]P`` M```L00!?$"``!R0!`'PD`0!<$$'_@P`````0`/^<)E+__R0!`'P40?^8```` M`!``_W&ODH0@CZ(`1`````"/OP`0```*,(*R2$__\4(/_[H)D``"2B``&@ MI@``H$```"1"``&@0````^``"``````GO?_8)XZ$**^_`!00C@`:KZ4`+*^P M`!@`@(`A#!`B-0(`("$00``#`````!``__L`0(`AD@\``"0!``<5X0`%C[D` M+(^X`"P0```$`A@0(X^Y`"P``````S`0(P`"0@,Q"0#_,$H`_Z(*``*B"0`! MC[``&`````"/OP`4)[T`*`/@``@`````)[W_Z`"`&"$08``*K[\`%">.A"@0 M;@`(C[\`%)!O```D`0`&%>$`!(^_`!0,$"`/)&0``X^_`!0GO0`8`^``"``` M```GO?_8K[$`$`"`B"&OOP`4$B```P"@&"$48``&`````#P$$``,$"+`)(05 M/!```%L``!`ADBX`7"0!`)P1P0`&`````#P$$``,$"+`)(053!```%(``!`A MCB(`5``````00``=`````)!%``"OHP`L#^`$N`!@("&OL``8$$``#@!`@"&. M)0!4CB8`6`_@!,8"`"`A$$``"`````".+P!4)A```9'E```/X`2X`@`@(11` M__0`0(`A%@``!8^P`!B/L``8$```-0``$"&/L``8CZ,`+`````"O@X0XDC@` M40`````3```&``````(@("$,$""M`&`H(1```"F/OP`4K[``&)(E`%``8(`A M$*``%@(@("$/X`2X`&`@(1!``!T`0(`A`B`@(0P0(*T"`"@A$$``!280``&/ ML``8$```%R0"``$F$``!DB4`4`_@!+@"`"`A%$#_\P!`@"$0```.C[``&`(@ M("$,$""M`@`H(1!```0`````C[``&!````]_^@`@$`AKZ4`'(^N`!PE!P`H MKX>$0`#@&"&OB(0\`0`0(:^_`!0D!@`*KXZ$-*Q````DQO__K&```"1"``0< MP/_[)&,`!"4$`%T,$"#0KZ@`&(^H`!@00``(```0(8^O`!PD`@`!K0\``(^8 MA#00```"K1@`*```$"&/OP`4)[T`&`/@``@`````)[W_J*^P`!``@(`A$(`` M_*^_`!2OL0`8#!`B-0(`("&2!0```$"((1```.<`H!@ACXZ$-(^/A#@````` M$<\`[`````"/L0`8$```\0``$"&/F(0T`````),9````````$R``XP````"/ ML0`8$```Z```$"&/B(0T`````)$)````````%2``!`````"/L0`8$```WP`` M$"&/BH0T`````"5+``$0``#2KXN$-(^-A#0F!``#D(P``)&N````````$8X` M!`````"/L0`8$```T```$"$/X`3"KZ0`1(^D`$0H00`"%"``"@!`,"&/A80T M#^`$QJ^F`$B/I@!($$``!`````"/L0`8$```P0``$"&/CX0T``````'FP"$0 M``"TKYB$-(^9A#0`````DR4````````0H``%``````_@!+@F!``#%$``!``` M``"/L0`8$```KP``$"&/B(0T`````"4)``$0``"BKXF$-(^*A#0`````D44` M```````0H``%``````_@!+@F!``#$$``!`````"/L0`8$```G0``$"&/BX0T M`````"5M``$0``"0KXV$-(^,A#0DL/_L`B`@(0P0(-"OK``\$$``#X^Q`!B/ MCH0\`!!X@`'/$"&,6````````!<```6/L0`8C[D`/`````"L60``C[$`&!`` M`(0D`@`!C[$`&!```($``!`ACXB$-"2P_^("("`A#!`@T*^H`#000``/C[$` M&(^)A$``$%"``2H0(8Q+````````%6``!8^Q`!B/K0`T`````*Q-``"/L0`8 M$```;20"``&/L0`8$```:@``$"&03```)`$`!A&!``,`````$```7"81``./ MCH0T)@0``PP0(-"OK@`P$$``!8^O`#"/L0`8$```6R0"``&/KP`P`@`@(0P0 M(C6OCX0T$$``!0!`@"&06```)`$`!A,!_^X`````C[$`&!```$X``!`AD%D` M`"0!``@7(0`#```8(9!#``,`````)`$`"A2A``0D"``!$````Z^@`"`D"``! MKZ@`((^)A#0F!``#HZ,`+`P0(=BOJ0`DCZH`().P`"P`2@@J%"``&0!`&"$2 M```(`B`@(8^+A#0`````D6T````````5L``+CZP`)`(@("$,$"#0KZ,`*(^C M`"@00``%CZP`)(^Q`!@0```F)`(``8^L`"2/KP`@)&/__P&#<"$`;P@J$"#_ MZ:^.A#2/L0`8$```'```$"&/L0`8$```&20"``$\!!``#!`BP"2$$W"/L0`8 M$```$P``$"$L80`H$"#_^````````\"`/`$0```X""&,.`"0``````,```@` M````%B#_"0(@@"&/L0`8`````#P$$``,$"+`)(03A```$"&/OP`4C[``$`/@ M``@GO0!8)[W_X*^P`!"OOP`]_^@`@#`A/`00 M`*^_`!0\!1``)*43]`_@!%0DA!U`#!`GT"0$``&/OP`4)[T`&`/@``@````` M```````````GO?_`KZ0`0(^D`$"OOP`4#^`$PJ^Q`!`H00`$$"``"`!`B"$\ M!!``/`40`"2E%?`,$";S)(05T!```(6/OP`4#^`$@B0$`!"OLP`D%$``"0!` MF"$\!!``/`40`"2E%C`,$";S)(06$(^S`"00``!XC[\`%(^N`$"OL``@K[(` M'`'1@"&2`O__)A#__Y'2````````$%(`%``````D$0`!)`$`9Q1!``0D`0!P M$```"J)Q``DD`0!P%$$``P`````0```%HG$`"#P%$``DI18\#!`F\P(`("&2 M`O__)A#__Q12__`D`0!G$%(`#0`````\!!``/`40`"2E%G`,$";S)(064`_@ M!(`"8"`AC[``((^R`!R/LP`D$```38^_`!2B````CZ\`0``````E^``!K[@`   Received: from VMB.BRL.MIL by VMB.BRL.MIL id ac28023; 27 May 89 18:24 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ad27948; 27 May 89 18:13 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa27841; 27 May 89 18:05 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa05113; 27 May 89 17:22 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA15692; Sat, 27 May 89 13:04:00 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 27 May 89 17:48:05 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: REPOST: Better working, faster PAX for the 4D (Part 2 of 2) Message-Id: <33864@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL ----------------- cut here (Part 2 of 2) -------------------- M0)'Y``$#`(`A$R``$`````"2`@``)`,`7!!2``P`````%$,`!@````"2"``! M`````!$```(`````)A```9("``$F$``!%$#_]`````"2"0```````!$R``T` M````/`00`#P%$``DI1:@#!`F\R2$%H`/X`2``F`@(8^P`""/L@`D`D0/X`2\K[``$(^"@"``````$$``50!`@"&OM0`HK[8` M)#P6$``\%1``K[,`+">S`D0FM1U`)M86W*^Q`#".!```#!`@0@)@*"$00``I M`$"((8X&```"8!`AC,X``">D`40";@@K$"``"R02``&03P``)$(``:"/``". M!@``)(0``8S8`````````%@(*Q0@__<`````C@(`!`````"00P```````!!@ M``@`````H(,``)!#``$D0@`!%&#__"2$``&.!@```````(S%`"@/X`2\```` M`(X$```GI0%$#!`B32>F`$0"8"`A#^`$O">E`$02(``%`````)(9``D````` M%R#_S@`````20``-`````)((``@`````$0``!P*`("$"H"`A`L`H(0*`,"$/ MX`14`F`X(0*`("$/X`2\`F`H(8X0``P60``$C[$`,!8`_[L`````C[$`,(^S M`"R/M0`HC[8`)`````"/OP`]`U"'CH3X)[W^ MV*^_`!0`@#`A$<``&P"@."$GI``=#^`$L">%@M@GI``=)Z4!)@P0)<8D!@`" M)`'__Q!!``4`````DZ\!)B0!`'$5X0`#``````P0)]```"`A#^`$PB>D`280 M0``%`````).X`28D`0!Y$P$`!```$"$0```")`(``0``$"&/OP`4)[T!*`/@ M``@`````AXZ$YB>]_MBOOP`4KZ0!*!'``!:OI0$L/`40`(^F`2@DI1;H#^`$ ML">D`!^/I0$HCZ8!+`P0)<8GI``?)`'__Q1!``2/I`$H#!`GT```("&/I`$H M#^`$P@`````40``$```0(1````(D`@`!```0(8^_`!0GO0$H`^``"``````G MO?_HK[\`%*^D`!@GA(+HKZ4`'`_@!&RO@(30%$``!*^"A)`\#A``)*^)A,"OB(2\IYF$W*>8A/RGCX3^KXJ%!`P0)1NO@(2P)`'__Q!!`((````` M$```+0!`&"&/A(-\#^`$!@`````0``!SKX*$L"0+``$0``!PIXN$X(^,@WP0 M``!MKXR$D"0-``$0``!JIXV$Y"0.``$0``!GIXZ$Z"0/``$0``!DIX^$["08 M``$0``!AIYB$WB09``$0``!>IYF$ZB0(``$0``!;IXB$]B0)``$0``!8IXF$ M[B0*``$0``!5IXJ$^"0+``$0``!2IXN$X@P0)7L`````#!`GT"0$``$0``!- MCZ0`&"0!`&\080!)`````"AA`'`0(``H)`$`=B0!`&808?_4`````"AA`&<0 M(``2)`$`;"0!`&(08?_&`````"AA`&,0(``')`$`8R0!`#\08?_F`````!`` M`#:/I``8)`$`8Q!A_\$D"P`!$```,8^D`!@D`0!L$&'_Q20.``$H80!M$"`` M!R0!`&TD`0!H$&'_O"0-``$0```FCZ0`&"0!`&T08?^])`\``1```"&/I``8 M)`$`=A!A_\0D"0`!*&$`=Q`@`!(D`0!X)`$`=!!A_[@D&0`!*&$`=1`@``-A.*'CX3JAYF$W@&-<"&'B83V M`<_`(0,90"$D`0`!`0E0(1%!``L`````/`00`#P%$`"/AH2@)*47B`_@!%0D MA!U`#!`E>P`````,$"?0)`0``8^+A+``````%6``%0````"'C(3B`````!6` M``8D#@`4AXV$Z@`````1H``,)`\``20.`!0\!!``/`40`"2E%\PDA!U`KXZ$ ML`_@!%0D!@`4$````P`````D#P`!KX^$L(^"A+````````(20`!`("$,$`1< MKX*`'(>8A.``````$P``!P`````,$`QH)`0``0P0!Z``````$```'0````"' MF83B`````!,@``<`````#!`,:```("$,$`D4`````!```!,`````AXB$Z@`` M```1```'``````P0#&@``"`A#!`)%``````0```)`````(>)A-X`````$2`` M!0`````,$`QH)`0`!`P0`H@`````AXJ$Z``````10``$C[\`%`P0$&\````` MC[\`%">]`!@#X``(```0(8^#A%`GO?_@K[\`%`"`2"$`H$`A%&``$Z^`@WPI M(0`"$"```P`````0``!1)`+__XT#``0D`0`MD&X````````5P0`')!D``I./ MA%0`````)?@``1````.CF(14)!D``J^9@W23BH14`````!%```<`````KX.$ M4`$@("$,$"?H`0`H(1```#N/OP`4D&<``"1C``$4X``%`````"1C__^O@X10 M$```,B0"__^O@X10`,`@(0#@*"&CIP`?KZ@`)`_@!+BOJ0`@DZ<`'X^H`"2/ MJ0`@$$``!`!`&"$D!``Z%.0`"B1#``$\!!``/`40`(T&```DI1?D#^`$5"2$ M'4`0```;)`(`/R1#``&0:P```````!5D`!8`X!`ACXR#=``````!B0@J$"`` M"```````#&B``0UP(8W/```EF``!KYB#=!````FOCX-\/`00`#P%$`"-!@`` M)*47_`_@!%0DA!U`$````B0"`#\`X!`AC[\`%">]`"`#X``(`````">]_^BO MOP`4/`00`#P%$`"/AH2@)*48&`_@!%0DA!U`/`00`#P%$`"/AH2@)*481`_@ M!%0DA!U`/`00`#P%$`"/AH2@)*48=`_@!%0DA!U`/`00`#P%$`"/AH2@)*48 MD`_@!%0DA!U`/`00`#P%$`"/AH2@)*48P`_@!%0DA!U`#!`GT"0$``&/OP`4 M)[T`&`/@``@`````````````````````)[W_X*^_`!0D!``"#!`MV"0%``$D M`0`!%$$``P!`*"$0```5)`+__PP0+=@D!``"/`00`"2$&5P,$"C@)`4``@1! M``,`0"`A$```"R0"__\/X`1VKZ0`'(^D`!P00``#`````!````0`@!`A#!`H MV``````D`O__C[\`%">]`"`#X``(`````">]_[B/CH3(K[8`(*^U`!ROL``4 M`("`(0#`J"$`H+`AK[\`)`7!``2OM``8/`00``P0)N4DA!EH#^`$P@(`("&/ MA(3(`@`H(0P0*/@`0#`ACX2$R```@"$GI0`_#!`H\"0&``$D%``!%%0`)@`` M``"OL0`PK[(`+*^S`"@D$P`))!(`("01``J3HP`_`````!1Q``8`````C[$` M,(^R`"R/LP`H$```%P`````0<@`+`````!!S``D`````)J___P(/""H0(``% M`````).X`#\"T,@A)A```:,X``"/A(3()Z4`/PP0*/`"@#`A$%3_Y@````"/ ML0`PC[(`+(^S`"@`````%$```P`````0```+)`+__Z^Q`#`$00`%`M"((0P0 M)J$`````#!`FY0!`("&B(```C[$`,```$"&/OP`DC[``%(^T`!B/M0`]_NBOOP`L MK[0`*`"`H"&OL@`@K[,`)*^P`!@,$`RNK[$`'(^&A*"/AX4`/`40`"2E&8`G MI`!0KZ8`$`_@!+`DYP`!)!#__R>1@O@GDH,`)Y.#"">D`%`GI0`\#!`EQB0& M`!004``&`````">D`#P/X`2Z`B`H(11```0GI``\#!`FY0)`("$GI``\#^`$ MN@)@*"$40/_P)Z0`4`P0#&@"@"`A%$#_[">D`%`\!!``)(09U`P0)H@``"@A MC[\`+(^P`!B/L0`]`1@`````)[W_Z*^D`!BO MI0`]`!@#X``(```` M`(^&A(PGO?_H&,``#*^_`!2/CH/```````#.""H0(``'```````&>(`\`@_` M`$\0(8Q"`&`0```)C[\`%#P$$``\!1``)*4:7`_@!+`DA#!@/`(0`"1",&"/ MOP`4)[T`&`/@``@``````*`8(01A``,`8`@A/`$`$"1A__\``34#)[W_X*^_ M`!00P``*KZ0`((^D`"`GA8,@KZ,`)`_@!%2OI@`%@S0,$"?0)`0``8^_ M`!0GO0`8`^``"```````H!@A)[W_X`"`."$\!!``K[\`'#P%$`"/AH2@)*4: M>"2$'4`/X`14KZ,`$#P$$``/X`1*)(0=0(^_`!PGO0`@`^``"``````````` M```````````GO?_@K[``%*^Q`!@`H(@A`("`(:^_`!P"`"@A#!`G)`(@("$4 M0``-)`(``9(.``$F$``!%<``!`(@("$0```'```0(0(@("$,$"]`!@#X``(`````````````````````">]_5@`@!@A)`[__Z^N`!P4 M8``1K[\`%#P$$``/X`1L)(0=!!!```4`0!@AD$\````````5X``(`````).8 M@U``````$P```P`````0```C```0(2>#@U0\!1``)*4=$*.`@U`GI`(H#^`$ MO*^C`JB/HP*H)Z0"-@_@!+P`8"@A)Z0"*`P0*.```"@A!$``$0!`("$GI0`F M)`8"`@P0*/"OI``@)`$"`A1!``B/I``@/`00`"2$&P`GI0`F#^`$C"0&`@*O MH``] M_^BOOP`4#^`$/J^D`!B/I``8#!`M:`````"/OP`4)[T`&`/@``@````````` M`"0"`_4````,$.```P`````($"WP`````!"```(`````K((```/@``@````` M`````">]_\B/AX.`)`$``:^_`!2OI``XKZ4`/!3A`!^OI@!`CXZ#=(^O`#@! MP!@A`&\(*A`@``X`````C[@`/``.R(`#&4`AC00``"0!`"V0B0```````!4A M``4`````D(H``0`````50``#`````!```*@D`O__#^`$NB>%@X040``&```` M`(^#@W0D`O__)&,``1```)^O@X-TCXR#=(^K`#P`#&B``6UX(8WN``"/AX.` M)`$`.@''P"&3!0```````!"A``>OA8-XCZ0`0`_@!+BOI0`TCZ4`-!1``#,` M0!@ACYF#<(^'@X`3(``;`````(^I`#PD"``*HZ@`*Z.E`"J-)```#^`$P@`` M``"/J@`\)`0``HU%```,$"CX`$`P(3P$$``/X`3")(0E)#P%$``DI24D)`0` M`@P0*/@`0#`A)`0``B>E`"H,$"CX)`8``H^'@X``````CXN#=(^L`#P`"VB` M`8UX(8WN```DYP`!`#@(^#@W0D M!P`!)&,``:^#@W2OAX.`$```6R0"`#\D0P`!D&@``"0!`#H5`0!!`````(^) M@W2/I@`\``E0@`#*$"&,2P``CX>#@``````!9Q@AD&P``0`````1@``&```` M`"1M``$E+P`!KX^#=!```"VOC8-\CX.#=(^N`#@D8P`!`&X(*J^#@W04(``@ M)$(`!(^8@W``````$P``&``````D&0`*H[D`)Z.E`":,Q```#^`$P@````"/ MJ``\)`0``HT%```,$"CX`$`P(3P$$``/X`3")(0E`#P%$``DI24`)`0``@P0 M*/@`0#`A)`0``B>E`"8,$"CX)`8``B0'``&OAX.`$```'R0"`#^/BX-TC$H` M`"5L``&OC(-T)$(`!*^*@WPD!P`!$```%:^'@X"/B8-TCZT`/``)>("/AX.` M`:]P(8W8```DYP`!`P?((9,H````````$0```P`````0```&KX>#@(^#@W0D M!P`!)&,``:^#@W2OAX.`KX"#?`"@$"&/OP`4)[T`.`/@``@`````)`($)``` M``P0X``#``````@0+?```````^``"``````D`@0`````#!#@``,`````"!`M M\``````#X``(`````"0"!!<````,$.```P`````($"WP``````/@``@````` M)`($70````P0X``#``````@0+?```````^``"```$"$D`@/[````#!#@``,` M````"!`M\``````#X``(`````"0"`^X````,$.```P`````($"WP``````/@ M``@``!`A)`(#[0````P0X``#``````@0+?```````^``"``````D`@0&```` M#!#@``,`````"!`M\``````#X``(`````"0"`^L````,$.```P`````($"WP M``````/@``@`````)`(#[`````P0X``#``````@0+?```````^``"``````G MO?_HKZ0`&*^E`!R/I0`8/`00`*^_`!2OI@`@)Z8`'"2$'2`,$"WTKZ<`)(^_ M`!0GO0`8`^``"``````GO?_HK[\`%*^F`"`GI@`@#!`M]*^G`"2/OP`4)[T` M&`/@``@`````)[W_T*^_`!0D#@`!HZX`**^E`#2OI@`XKZ<`/*^D`"0/X`3" MKZ0`("0/`&2/I0`THZ\`*:^B`!PGI``<#!`M]">F`#B/OP`4)[T`,`/@``@` M```````````````D`@/R````#!#@``,`````"!`M\``````#X``(```0(20" M`_$````,$.```P`````($"WP``````/@``@``!`A)`(#]P````P0X``#```` M``@0+?```````^``"```$"$D`@/V````#!#@``,`````"!`M\``````#X``( M```0(20"!%P````,$.```P`````($"WP``````/@``@`````)`($6P````P0 MX``#``````@0+?```````^``"``````D`@/P````#!#@``,`````"!`M\``` M```#X``(`````"0"`_@````,$.```P`````($"WP``````/@``@``!`A)[W_ MT*^_`!0,$"I7KZ0`,(^N`#"/F(.0C<\``">D`"`!^,@C#!`IQ:^Y`""/B(.8 M`$`P(14```,`````$```00#`$"&,20`D`"`!^,@C#!`IQ:^Y`"`D"``!K$@`(`!` M,"$`P!`AC[\`%">]`#`#X``(`````(R#```\!@`!-,91@`!F`!H4P``"```` M```'``TD`?__%,$`!#P!@``480`"```````&``T``!`0```H$@1!``0D`0`\ M`$80(22E__\D`0`\`$$`&CP!$````'`0K"XPD"0!`#P`00`:```8$@`````` M`````&$`&CP!$````'@0K"\PE"0!`#P`80`:/`$0````&!*L(S"8/`$`<#0A M``0`H<`A)`$`!P,!`!H\`1````#($`2@`".L.3"H**$!;10@`!DD`P!&!&$` M!#!D``,0@``"`````"2$__P0@``$)`(!;A````(D`@%M)`(!;B1C``$$80`$ M,&0``Q"```(`````)(3__!"```,`HB@C$````B0"`6TD`@%N`*((*A`@_^X` M````!&$`!#!D``,0@``"`````"2$__P0```6``````2A``\D`P!&)&3__P2! M``0PB``#$0```@`````E"/_\$0``!"0"`6X0```")`(!;20"`6X`HB@A!*#_ M\P"`&"$$80`$,&0``Q"```(`````)(3__#P!$`"L(S"D/`$0`*PE,*P0@``# M`*`P(1````(D`@%M)`(!;B0!`6X400`$`````"0)`!T\`1``I"DE0CP*$`"% M2B5````8(0"J""H4(``+`````#P+$``E:R5`A60```%@$"$`Q#`CA$0``B1" M``(`Q`@J$"#_^R1C``$\`1``)`P`'*0L)4(\`1``),T``:PM,)P\`1``K",P MH#P!$``\`A``)$(PD`/@``BL(#"P)[W_Z*^_`!2OL``0#^`$;">$@ZP00``N M`$"`(8^%@YP,$"J/`@`@(1!``"D`0(`A`@`@(2>%@Y`,$"K!)`8``1!``",` M0(`ACXZ#D(^%@Z`ES_'PKX^#E*^`A&2O@(1@KX"#F`P0*H\"`"`A$$``&`!` M@"$D&``!KYB#F)!#````````$&``$X^_`!0D`0`[$&$`#"8$``$"`"`A)X6# ME`P0*L$D!@`!$$``"0!`@"&060``)`$`.Q%A&`,$"LN M)X:$9(^_`!2/L``0`^``"">]`!B0@P``/`80`"3&&P``PW`AD<\``20"``,Q M^``#%P``!"1"__\0```F```0(21"__^@HP``&$``"22E``&0@P`!)(0``0## MR"&3*``!`````#$)``,5(/_U`````)"*`````````,I8(9%C``$`````,&,` M`Q!@``D`````D(P``22$``$`S&@AD:X``0`````QSP`#%>#_^0`````D0O__ M!$``!@`````D`P`@)$+__Z"C```$0?_])*4``0"`$"$#X``(`````">]_]"O ML``4K[$`&```B"$`@(`AK[\`'*^E`#2OH``H$,``"P``&"&2`@```````#A# M`"TL8P`!%&``!``````D`0`K%$$``P(`("$F$``!`@`@(2>E`"@,$"L+KZ,` M)!!``"``0(`AC[$`*)!.```"(`@A``&(P`(AB",`$8E``B&((20!`#H5P0`6 M`!&)`"8$``$,$"L+)Z4`*!!``!$`0(`ACZ\`*)!9````#\$``P_`(P`8P(`D M`0`Z%R$`"0,1B"$F!``!#!`K"R>E`"@00``$`$"`(8^H`"@``````BB((8^I M`"0`````$2``!H^L`#2/JP`T`!%0(Q````2M:@``CZP`-`````"MD0```@`0 M(8^_`!R/L``4C[$`&`/@``@GO0`PD(X``#P"$``D0AL``$YX(9'X``$````` M,QD`!!<@``,`````$```%P``$"&LH```C*@``"2$``$`"$B``2A((0`)2$"L MJ0``D(K__XRK`````````4M@(26-_]"LK0``D(X`````````3G@AD?@``0`` M```S&0`$%R#_[0``````@!`A`^``"``````GO?_8K[``$`"`@"&OOP`4KZ4` M+">E`"0"`"`AKZ8`,*^@`!@,$"L+KZ``'!1```,`0(`A$```00``$"&/K@`D M)`$`+R7/__^OKP`DD%@````````7`0`)`````"8$``$GI0`<#!`JP0``,"$4 M0``#`$"`(1```#$``!`AD%D``"0!`"P7(0`9CZL`)"8$``$,$"L+)Z4`(!1` M``,`0(`A$```)@``$"&/J``@)`$`+R4)__^OJ0`@D$H````````500`*CZL` M)"8$``$GI0`8#!`JP0``,"$40``$CZL`)!```!8``!`ACZL`)#P#``$T8U&` M`6,`&8^M`!R/KP`L)`(``0``8!(!C7`AK>X``(^X`""/J``8`P,`&8^*@Y"/ MC(.4CZX`,```R!(#*$@A`2I8(P%L:"&MS0``C[\`%(^P`!`#X``()[T`*">] M_^BOOP`4/`X0`(W.)5B,QP`4`(!`(0#N""H`H$@A$"``"```&"$\`A``)$(E M6(Q/``PD0@`,`.\(*A0@__PD8P`!``/`@`,#P",\&1``)SDE6``8P(`#&1`A MC$H`!`#`("&M"@``C$L`"`````"M*P``C04``*^I`!ROJ``8#!`KOJ^F`""/ MI@`@CZ@`&(^I`!RM`@``C24```P0*[X`P"`ACZ@`&(^I`!P\`P`!K2(``(T, M```T8U&``8,`&0``:!(EKAP@K0X``(TO`````````>,`&0``P!(G&0X0K3D` M`(^_`!0GO0`8`^``"``````HH0`Z%"``$`````",C@`4```````````%P0`$ M,<\``Q'@``(`````)>___!'@``0D`@%N$````B0"`6TD`@%N`*(H(22E_I., MF``]`"`#X``(`&`0(0```````````````">]_^"O MOP`4K[``$`P0+'@`@(`A#!`LI@`````00``-`$`8(8Q.``@`````$=``"0`` M```,$"RF`````!!```4`0!@AC$\`"``````5\/_Y``````P0+(FOHP`]`""/CH.P M)[W_Z!7```>OOP`4/`00`"2$):`/X`1,)X6#M!````2O@H.PCX2#L`P0-`P` M````C[\`%">]`!@#X``(`````(^.@[`GO?_H$<``!*^_`!0/X`1(`<`@(:^` M@["/OP`4)[T`&`/@``@`````D((````````00``)`````!!%``<`````D((` M`22$``$00``#`````!1%__L`````$$```P````"@@```)(0``0/@``@`@!`A MCXZ#L">]_^@5P``)K[\`%#P$$``DA"6@#^`$3">%@[@40``#KX*#L!````0` M`!`ACX2#L`P0++D`````C[\`%">]`!@#X``(`````">]_]BOL@`8/!(0`*^T M`""OLP`]`"B0C@``/`,0`"1C M&P``;G@AD?@``0"`$"$S&0`($R``"0````"02``!)$(``0!H2"&1*@`!```` M`#%+``@58/_Y`````)!#```D`0`*$&$`!@`````08``$`````"0!`",480`$ M```0(1````(D`@`!```0(0/@``@`````)`(#^@````P0X``#``````@0+?`` M`````^``"```$"$D`@/I````#`/@``@`````)`(#Z@````P0X``#``````@0 M+?``````$&```@```````!`A`^``"```````````)[W_[*^E`!@#H"@AK[\` M$"2E`!BOI@`<#!`T**^G`""/OP`0)[T`%`/@``@`````)`(#[P````P0X``# M``````@0+?``````$(```@````"L@P```^``"```````````&(``5@`````H M@0`?$"``4P`````TA`(`)`($&`````P0X``#``````@0+?```````^``"``` M```8@`!(`````"B!`!\0(`!%`````#2$!``D`@08````#!#@``,`````"!`M M\``````#X``(`````!B``#H`````*($`'Q`@`#<`````-(0(`"0"!!@````, M$.```P`````($"WP``````/@``@`````&(``+``````H@0`?$"``*0`````T MA!``)`($&`````P0X``#``````@0+?```````^``"``````8@``>`````"B! M`!\0(``;`````#P&`$$DQK>D-(0!`"0"!!@````,$.```P`````($"WP```` M``/@``@`````&(``#@`````H@0`?$"``"P`````\!@!!),:WI"0"!!@````, M$.```P`````($"WP``````/@``@`````"!`M\"0"`!8GO?_H`.#X":^F`!"/ MI``0)`($0`````P`````/`$0`*PB*DP#X``()`+__R>]_I"OM``L/!00`*^U M`#"OLP`HK[``'`"`@"$`H)@A)!4`9":4&P"OOP`\K[8`-*^W`#BOL@`DK[$` M(*^F`7BOIP%\KZ``:*^`A'"O@(1TDG$``"9S``$6(``%`I%P(8^B`&@0``%T MC[\`/`*1<"&1SP`!`````#'X``@3``!/)`$`)8^9A'0`````%R#_\`````"/ MB(1P`````"4)``&OB81PD@H`#8X#```550`&)&+__Q1@``0D8O__$```#B0$ M__\D8O__!$$`!:X"```/X`0X`@`@(1````8`0!@AC@(`!`````"00P``)$L` M`:X+``0`8"`A`H1@(9&-``$`````,:X`"!'``"``````CX^$<``````E^``! MKYB$<)(9``V.`P``%S4`!B1B__\48``$)&+__Q````XD!/__)&+__P1!``6N M`@``#^`$.`(`("$0```&`$`8(8X"``0`````D$,``"1(``&N"``$`&`@(0*$ M2"&1*@`!`````#%+``@58/_B`````(^,A'`"`"@A)8W__P_@!-ZOC81P)`'_ M_Q1!_ZH`````)`X``1``_Z>OCH1T)`$`)18A``4`````DG$``"0!`"46(0`G M)G,``8^/A'``````)?@``:^8A'"2&0`-C@,``!G`'`,$#&JK[``$!```#T` M````)`$`:!;!``LD`0!LCZ@!>"0!__PE"0`'`2%0)*^J`7B-3/_\CXN$"0!__PEK@`'`<%X)*^O`7B-^?_\CYB$ M"0!__PE"0`'`2%0)*^J`7B-3/_\CXN$*^M`!0"X"`A`B`H(0)`,"$"P#@A#!`OC*^P`!`0```2`````"0!`%L2 M(?_*)[D!>"0!`&,2(?_')[D!>"0!`&D2(?_O)ZT!>"0!`&X2(?_+)`$`:"0! M`',2(?^^)[D!>!``_^"$0`/Z>KZ\` M:(^8A'0`````$P``"(^D`&B/N0!H`````!<@``2/I`!H$````R0$__^/I`!H M`````!````D`@!`ACZ@`:``````1```$)`3__Q````(!`"`A)`3__P"`$"&/ MOP`\C[``'(^Q`""/L@`DC[,`*(^T`"R/M0`PC[8`-(^W`#@#X``()[T!<">] M_U"OL@`8K[$`%">Q`'``P)`AK[\`'*^P`!"OI`"PKZ4`M*^G`+ROH`!N`@```@`@(0_@!#BO MIP!DCZ<`9!````8`0"`AC@(`!`````"01```)%D``:X9``0`@!@A$```$3!D M`/\GI0!P)`8``0P0*/"OIP!DCZ<`9"0!``$400`%)`0`_Y.D`'`0```"```` M`"0$`/^/B(1P`````"4)``&OB81P/`H0``%$4"&12AL!`````#%+`(`18``1 M`````"0,`!`J00`#$"``"J^L`&"/C81P`@`H(26N__^OCH1P#^`$WJ^G`&2/ MIP!D$```*"92__\`@#@A$```)292__Z/CX1P`@`H(27X__^OF(1P#^`$WJ^G M`&2/F81PCZ<`9).D`&\G*/__KXB$<`_@!-X"`"@ACZ<`9!```!8F4O__CXF$ M<"0+``@E*O__KXJ$<*^K`&`"`"@A#^`$WJ^G`&2/IP!D$```"R92__\D`0`K M$&'_4P`````D`0`M$&'_3R0/``$D`0`P$&'_;8^J`+0F4O__!D``J(^N`+`G MK`"N`9$(*Q`@``4`````)`T`(J^-A(P0``$.```0(3P"$```1Q`AD$(;`0`` M```P0P`$%&``"`````"/K@!@)`$`$!7!`"F/N`!0,$\`@!'@`":/N`!0$&`` M!#!8``$0```()`,`,#!8``$3```$)`0`5Q````(D!``W)`0`5P"`&"&/N0!@ M`.,0(P!9""H0(`""CZX`L(^H`+``````$0``#8^N`%R/J0!0`````!4@``F/ MK@!``6P````"/N`!0`````!,``"6/JP!,HB```*^G`&0/ MX`0$)Z0`<(^Y`$R/IP!D$R```D8@`(9&(`"'CZ@`O"0!`&P5`0`.CZ(`Q(^B M`,0D`?_\C$,````````D8P`'`&$8)*Q#``",:?_\`````.4C```0```^Y2(` M!(^B`,0D`?_\C$,``$8@$2`D8P`'`&$8)*Q#``",:O_\$```-.5$``"/JP!, M`````!%@``B/K@"\CZP`2#P!@``1@0`$CZX`O``,:".OK0!(CZX`O"0!`&P5 MP0`-C[D`O(^B`,0D`?_\C$,````````D8P`'`&$8)*Q#``",>/_\CZ\`2!`` M`!NO#P``C[D`O"0!`&@7(0`-CZ(`Q(^B`,0D`?_\C$,````````D8P`'`&$8 M)*Q#``",:?_\CZ@`2!````RE*```CZ(`Q"0!__R,0P```````"1C``<`81@D MK$,``(QK__R/J@!(`````*UJ``"/C(1P`.`@(26-__^OC81P#^`$W@(`*"$D M`?__%$$`!(^B`%PD#@`!KXZ$=(^B`%P`````C[\`'(^P`!"/L0`4C[(`&`/@ M``@GO0"P)[W_R*^D`#B/K@`XK[,`(*^Q`!@`P(@A`*"8(:^_`"2OL@`]`#@GO?_8K[``$`"`@"&OOP`DK[0`(*^R`!BOLP``*"8(17!``,``)`A)!(``280``$"8"`A+D4``0_@!(XD!@$` MD@0``"01`%T4D0`$)!0`+1````0D%``M)!0`+124``4``````F1X(:'R``"2 M!``!)A```1"1`!TF$``!%(```P`````0```:```0(124`!("9,`AD@,````` M```0<0`.`F3`(9("__X``````$,(*A`@``D"9,`A`&(P(R3&``$"8B`A#^`$ MC@)`*"$0```#)A```0)DP"&C$@``D@0``"80``$4D?_E``````(`$"&/OP`D MC[``$(^Q`!2/L@`8C[,`'(^T`"`#X``()[T`*`````"/CH/4)[W_Z!7```>O MOP`4/`00`"2$);`/X`1,)X6#V!````2O@H/4CX2#U`P0-`P`````C[\`%">] M`!@#X``(`````(^.@]0GO?_H$<``!*^_`!0/X`1(`<`@(:^`@]2/OP`4)[T` M&`/@``@`````D((````````40``#`````!```!$D!0`*)`,`.A1#``0D!0`* M$```#"0%``HD!0`*$$4`"0````"0@@`!)(0``1!```4`````$$,``P`````4 M1?_Y`````!1%``,`````$```!:"````00``#`````*"````DA``!`^``"`"` M$"&/CH/4)[W_Z!7```FOOP`4/`00`"2$);`/X`1,)X6#W!1```.O@H/4$``` M!```$"&/A(/4#!`R]P````"/OP`4)[T`&`/@``@`````)[W_F*^T`"`\%!`` MK[X`,*^V`"BOMP`LK[4`)*^R`!BOLP`<``"8(0"`D"$D%0`*)!+_ M:`*`("$,$#+$`B`@(1)@``0`0(@A/`$0`!````RL,'*$!@``!208=3$J`74Q M%"``!0`````D&'4Q/`$0`!````.L.'*$/`$0`*PP]_^BOOP`4`(`8(0!@("$/X`1*KZ,`&(^C`!@` M`"@AD&0`#0P0*-```#`ACZ,`&`````"0;P`,C&X`"#'X`,^@>``,D&(`#*Q@ M```P60"`$R```ZQN``0P2`#\H&@`#(^_`!0GO0`8`^``"``````GO?_L/`80 M`(S&*D"OOP`0#!`U!`````"/OP`0)[T`%`/@``@````````````````\`Q`` MC&,EQ"0"`_D`@R`A````#!3@``4`````/`$0`*PD)<0#X``(`&`0(0@0+?`` M````/`(0`(Q")<```````(((*Q`@``(``````$`@(20"`_D````,%.#_]``` M```\`1``K"0EQ`/@``@``!`A$*```@``$"&LI```!,``!``````HP0`E%"`` M`P`````0``"H```0(9"#```\"Q``)6L;``%C<"&1QP`!`````##H``<5```< M`````##O``@1X``3)`$`*Y"#``$DA``!`6/`(9,'``$`````,/D`"!<@__D` M````$```"20!`"LD`@`!D(,``22$``$!8V`AD8<``1````@PZ``')`$`*Q!A M__@`````)`$`+1!A__0`````,.@`!Q3``!``````)`$`,!!A``,`````$``` M"R0&``J0B0`!)`$`>!$A``0`````)`$`6!4A``0D!@`($````B0&`!`D!@`( M$0``$``````PZ@`$$4``!##M``(0```()&G_T##M``(1H``$)&C_R1````(D M:/^I)&C_R0$`2"$!)@@J%"``!"0!`!`0``!@```0(20!`!`4P0`9`````"0! M`#`480`6`````)".``(``````6YX(9'X``$`````,QD`@!,@``X`````D(D` M`20!`'@1(0`$`````"0!`%@5(0`'`````)"#``(DA``"`6-@(9&'``$````` M,.H`!!%```0P[0`"$```""1H_]`P[0`"$:``!"1G_\D0```")&?_J21G_\D` MX$`AD(,``22$``$!8W`AD<<``0`(4",P[P`'$>``*0`````P^``$$P``!##Y M``(0```()&G_T##Y``(3(``$)&C_R1````(D:/^I)&C_R0$`2"$!)@@J$"`` M&@``````R@`9D(,``22$``$!8V@AD:<``0`````P[@`'``!@$A'``!`!B5`C M,.\`!!'@``0P^``"$```""1I_]`P^``"$P``!"1H_\D0```")&C_J21H_\D! M`$@A`28(*A0@_^@`````$*```@````"LI```$$``!``*0",0```"`4!`(0`* M0",!`!`A`^``"```````````)`($(P````P0X``#``````@0+?```````^`` M"```````````````````````````/`(0`"1"<````````````0+Y\`$"^=`!` MOG0`0+YT`$"^H`!`OGP`0+Z@`$"^H`!`OJ``0+Z@`$"^H`!`OH@`0+Z@`$"^ MH`!`OJ``0+Z@`$"^H`!`OGP`0+Z@`$"^H`!`OI0````````````````D260Z M('!A>"YC+'8@,2XR(#@Y+S`R+S$R(#$P.C`U.C$W(&UA0!"860@8FQO M8VL@7!E+@```$-024\@9F]R;6%T(&%R8VAI=F4*`````%535$%2 M(&9O5T@6RUF(&%R8VAI=F5=(%LM7)I9VAT("AC*2`Q.3@Y($UA7)I9VAT("AC*2`Q.3@Y($UAF4`0V%N;F]T(&%L;&]C871E($DO3R!B=69F97(` M`$)U9F9E'`@)```0V]P M>7)I9VAT("AC*2`Q.3@Y($UA0H``````````"1)9#H@8W)E871E+F,L=B`Q+C,@ M.#DO,#(O,3(@,3`Z,CDZ,S<@;6%R:R!%>'`@3&]C:V5R.B!M87)K("0```!# M;W!Y'1R86-T+F,L=B`Q+C,@ M.#DO,#(O,3(@,3`Z,CDZ-#,@;6%R:R!%>'`@3&]C:V5R.B!M87)K("0``$-O M<'ER:6=H="`H8RD@,3DX.2!-87)K($@N($-O;&)UF%B;&4@87)C:&EV90``0F%D(&UA9VEC(&YU;6)E<@````!-87D@ M8F4@8V]R2!R97-Y;F-H2!P871H;F%M90!"860@8FEN87)Y('!A=&AN86UE`"1) M9#H@9FEL96EO+F,L=B`Q+C(@.#DO,#(O,3(@,3`Z,#0Z,S$@;6%R:R!%>'`@ M)`````!#;W!Y'`@)```0V]P>7)I9VAT("AC*2`Q.3@Y($UA"`E6UB;VQI8R!L:6YK('1O("5S"@```"5S M(&QI;FME9"!T;R`E"`E6UB;VQI8R!L:6YK`````&$@)7,@7)I9VAT("AC*2`Q.3@Y($UA0``````````````)$ED.B!N86UE;&ES="YC+'8@,2XV(#@Y M+S`R+S$S(#`Y.C$T.C0X(&UA'`@)`!#;W!Y'`@ M)```0V]P>7)I9VAT("AC*2`Q.3@Y($UA2!E;&5M96YT2!C;W)R=7!T:6]N````8V]R7)I9VAT("AC*2`Q.3@Y($UA'`@)````$-O<'ER:6=H="`H8RD@,3DX.2!-87)K($@N($-O;&)U``E6]U(&UU2!E>&%C=&QY(&]N92!O9B!T M:&4@8RP@="P@6EO+F,L=B`Q+C(@.#DO,#(O,3(@,3`Z,#8Z,3$@ M;6%R:R!%>'`@)`!#;W!Y0`````O9&5V+W1T M>2!5;F%V86EL86)L90`````E'R`A(B,D)28G*"DJ*RPM+B\P,3(S-#4V-S@Y.CL\ M/3X_0&%B8V1E9F=H:6IK;&UN;W!Q'EZ6UQ=7E]@04)#1$5&1TA) M2DM,34Y/4%%24U155E=865I[?'U^?P`````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M``````````````````````!#2%)#3$%34P`````O;&EB+V-H`!\`'@`?`!\`'@`?`!X`'P```%<```!@```! M+P```$P```!W```!+P```$L````Z```!+P```$H````%```!30```$8```!W M```!+P```````````````"]E=&,O9W)O=7`````````O971C+W!A```````````!```;`0``'@`````````@``````=&%R`&-P M:6\`````+0```'5S=&%R````8W!I;P`````P-S`W,#<``'5S=&%R```````` M````````````$``$(!``!%0``````````!``!+`0``3D,#`861D`"4P-F\@ M````)3`V;R`````E,#9O(````"4P,3%L;R``)3`Q,6QO(`!U0!*=6X`2G5L`$%U9P!397``3V-T`$YO=@!$96,`=7-T87(` M```E+3=O`````"4M-G,`````)2TV=0`````E`0`!(0<&%S`0`!H073H@)7,*```E;&1M*P`` M`"5L9&LK````)6QD`"5S.B`E Subject: RE: benchmarks To: info-iris Message-ID: <8905290933.aa16881@SMOKE.BRL.MIL> >It's a good thing I know that my numbers are the only right ones :-), >otherwise I might have acted on information like this. > >Jim Helman >Department of Applied Physics P.O. Box 10494 >Stanford University Stanford, CA 94309 >(jim@thrush.stanford.edu) (415) 723-4940 You may (or may not!) be interested in some numbers I have on my application, which is a totally CPU-bound Molecular Dynamics simulation (no I/O, small memory requirements, single precision). I don't have any numbers for the SGI R2000 boxes, but a rough estimate could be obtained from the DECstation 3100 times (DS3100 is R2000/R2010, 16.67MHz). The speeds are all relative to a VAX 8250 = 1.00, and are arranged in descending order of speed. I have some preliminary numbers for the SPARCstation 1 (approx. half of the DECstation 3100); these are not in the table because they are not final. Steve --------------------------------------------------------------------------- Machine Relative Speed Notes --------------------------------------------------------------------------- Cray-1 82.4 fully vectorized IBM 3090-600 35.1 (opt(3) vector FPS 264 15.6 IBM 3090 host DECstation 3100 8.0 f77 -O2 VAX 8700 4.42 VMS V4.7 VAX 8530 3.12 VMS V4.7 Sun 4/260 2.54 f77 -O VAXstation 3200 2.47 VMS V4.7 VAXstation 3100 2.44 VMS V5.1-B Sun 3/160 1.49 OS 3.5 with fpa VAX 8250 1.00 VMS V4.7 MicroVAX II 0.64 VMS V4.7 Sun 3/60 0.44 OS 3.5, no fpa Sun 3/50 0.33 ditto ---------------------------------------------------------------------------   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa13895; 30 May 89 12:45 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa11261; 30 May 89 10:50 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa11166; 30 May 89 10:41 EDT Received: from SNOW-WHITE.MERIT-TECH.COM by SMOKE.BRL.MIL id aa00607; 30 May 89 9:39 EDT Received: by snow-white.merit-tech.com (4.1/SMI-DDN) id AA06623; Tue, 30 May 89 08:41:07 CDT Date: Tue, 30 May 89 08:41:07 CDT From: Mike Goss Message-Id: <8905301341.AA06623@snow-white.merit-tech.com> To: info-iris@BRL.MIL Subject: Re: problems with winopen() Regarding the message from Alwin Dieperink about winopen and processes: > Does anyone have an idea ?? Why does winopen() create a new process ? How can I > solve that problem ? or did I miss something in the manuals ? Winopen normally does a fork to run as a separate process detached from your original shell. You can prevent this behavior by calling "foreground()" before calling winopen. This is also useful if you are trying to use dbx or edge on a graphics process. Mike Goss, Merit Technology Inc.   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa00859; 30 May 89 23:41 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa00083; 30 May 89 22:28 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa22485; 30 May 89 21:51 EDT Received: from [128.32.133.1] by SMOKE.BRL.MIL id aa19171; 30 May 89 21:29 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA00680; Tue, 30 May 89 17:19:42 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 30 May 89 23:05:30 GMT From: Christopher Young Organization: Carnegie-Mellon University, CS/RI Subject: psview Message-Id: <5078@pt.cs.cmu.edu> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In our documentation for psview(1), it is claimed that there is only one arguement to this function, and that this argument is either a postscript file or '-' to indicate that input is coming from standard input. However, when I type in: psview - I get the following: psview: Illegal swithch `-' usage: psview [-F[scale]] [-xmin,ymin-xmax,ymax] [-B] [-b bgcolor] [-f fgcolor] [-c] [-v] [file] Can somebody get me the real documentation? Thanks, -- Chris. -- -- Chris. (cycy@isl1.ri.cmu.edu) "People make me pro-nuclear." -- Margarette Smith --   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa05645; 31 May 89 10:01 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa05291; 31 May 89 9:51 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa04785; 31 May 89 9:27 EDT Received: from [128.32.133.1] by SMOKE.BRL.MIL id aa19161; 30 May 89 21:28 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA04992; Tue, 30 May 89 08:59:38 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 30 May 89 14:42:31 GMT From: Thant Tessman Organization: Silicon Graphics, Inc., Mountain View, CA Subject: Re: problems with winopen() Message-Id: <33892@sgi.SGI.COM> References: <890527165733.2080ecc2@SIC.Epfl.CH> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <890527165733.2080ecc2@SIC.Epfl.CH>, dieperink%uliis.unil.ch@CUNYVM.CUNY.EDU ("Alwin Dieperink, Assistant-Etudiant") writes: > Hi, > >I have the following problem : > >In the program here under, i want to open a window, and then continue to read >data from the keyboard. The data should be echoed in the shell window. > (i want > to give the program commands to do some drawing in the window i opened). > > When i run the program, the window opens normally, > and the text "t1" appears in > the shell window. But the shell prompt already got back, and i can't anymore > give data to my program. > > When i do a ps from another window, i see that the process still lives. >It dies > when i type two commands in my shell. I also noticed, that the PID is not > the same before and after the winopen. The PPID also changed. > It was the shells > PID before winopen, and 1 after. > > Does anyone have an idea ?? Why does winopen() create a new process ? > How can I > solve that problem ? or did I miss something in the manuals ? > > Thanks. > > -- Alwin Dieperink > > E-Mail : DIEPERINK@ULIIS.UNIL.CH > DIEPERINK@ELMA.EPFL.CH > ADIEPERI@CLSUNI51.BITNET > The winopen forks off a process just so the program won't steal the shell. To keep winopen from forking the process, precede it with a call to 'foreground()'. thant@sgi.com   Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab05645; 31 May 89 10:02 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ab05291; 31 May 89 9:51 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa04824; 31 May 89 9:28 EDT Received: from [128.32.133.1] by SMOKE.BRL.MIL id aa20053; 30 May 89 23:03 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA08968; Tue, 30 May 89 20:01:36 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 31 May 89 00:48:44 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: Re: Another Backup Tool Message-Id: <34019@sgi.SGI.COM> References: <33505@sgi.SGI.COM>, <312@alias.UUCP> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <312@alias.UUCP>, rae%alias@csri.utoronto.ca (Reid Ellis) writes: > jmb@patton.sgi.com (Jim Barton) writes: > |In case anyone is interested, I have ported 'pax' > > What did you have to change? Could you post the patches to the source as > well as the binaries? I've been using pax in its tar incarnation on Iris > 4Ds for the last couple of months [since pax was posted] and the only > problem I've encountered has been creating new archives on old tapes that > already have stuff on them. Is this what you patched? > > Reid Hope you didn't miss my last posting, but my only purpose in posting 'pax' was for those poor souls without access to the source or a way (or the knowledge) of how to build it. If you built it yourself, then it should be identical to what I built. I never changed a line of code. -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' --   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa02344; 31 May 89 6:28 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa02130; 31 May 89 5:36 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id ab02118; 31 May 89 5:16 EDT Received: from [128.32.133.1] by SMOKE.BRL.MIL id aa22059; 31 May 89 4:51 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA27148; Wed, 31 May 89 01:48:09 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 31 May 89 05:34:19 GMT From: Dan Christensen Organization: Computer Graphics Lab, University of Waterloo Subject: questions about a device driver Message-Id: <9988@watcgl.waterloo.edu> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL Everything below was tried on an IRIS 4D/120GTX unless otherwise stated. I am working on connecting an input device to the Iris through a serial port. Conceptually, the device has several valuators and several buttons. I want to transparently let an application use this device just as it uses a device such as the mouse, or the dial and button box. There are several possible methods of doing this, each with problems. 1) Create new valuators and buttons for this device. This would be an optimal solution but would probably require that the graphics library be recompiled, so I doubt that it is possible. 2) Put events onto event queues directly. This would require knowledge of which process currently has the input focus and what its input channel number is. This could probably be done with the routines gl_inchanget and gl_anyqenter, but unfortunately these routines are undocumented. Can anyone explain what these routines do, what parameters they take, etc? The problem with this approach is that polling the device wouldn't work, but I would be willing to sacrifice this. 3) Put events onto the NeWS event queue. This is easy to do from PostScript but most likely the graphics library only filters out certain events from this queue to put onto GL clients' event queues. To change this would probably require that the graphics library be recompiled, so I doubt that it is possible. 4) Override existing valuators and buttons with setvaluator and gl_changedevice respectively. This does work but has a couple of problems. First of all, the message ERROR #23 in kernal: severity=2, sevaluator: appears in the console window once every couple of seconds, especially when the MOUSEX and MOUSEY valuators are being overridden and the tracker crosses a window boundary. This only started to happen since we switched from an IRIS 4D/70G to our IRIS 4D/120GTX. The second problem is that we are limited in the number of devices we can use concurrently since this uses up valuators and buttons from a limited supply. Also, gl_changedevice is an undocumented routine, although it is used in /usr/people/4Dgifts/examples/devices/tabletd.c. 5) I found this section difficult to explain because I don't really understand how valuators work internally. Maybe someone who does understand how they work will understand what I am saying. Override existing valuators and buttons using only gl_changedevice. Using gl_changedevice for both the valuators and the buttons eliminates the error message produced by setvaluator. There are a couple of problems with this method also. The correlation between the value sent to gl_changedevice for a valuator and the value that the valuator gets set to is difficult to understand. Unless there is a routine like gl_readdevice, it is difficult to reuse an existing valuator. For example, if a valuator can take on values between 0 and 100 and the gl_changedevice values that make it do this are between 1000 and 1100 (call this its 'device range') then when I try to set the valuator to 50 with gl_changedevice it gets set to 0 and its device range changes to 50 to 150. I need to find out the difference between the gl_changedevice values and the setvaluator values and I don't know how to do this. If more that one process is trying to control a valuator then using gl_changedevice seems out of the question. If the device ranges they use are not identical, then the valuator will not be set correctly. How should I do this? If 1) could be done that would be great, but I doubt it is possible. 2) looks feasable if I can find out how those gl_* routines work. 3) doesn't look possible. 4) looks possible if that error message could be removed. I reported this to the SGI Hotline and the person I spoke to couldn't explain why this was happening. 5) looks tough. 4) and 5) aren't as good as the other because they reuse existing valuators. In the future will it be easier to create new valuators? Thanks in advance for any help. I've been working on this for months. ---- Dan Christensen, Computer Graphics Lab, jdchrist@watcgl.uwaterloo.ca University of Waterloo, Waterloo, Ont. jdchrist@watcgl.waterloo.edu   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa02758; 31 May 89 7:40 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa02714; 31 May 89 7:29 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa02689; 31 May 89 7:14 EDT Received: from [128.32.133.1] by SMOKE.BRL.MIL id aa21250; 31 May 89 2:17 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA17668; Tue, 30 May 89 23:13:47 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 31 May 89 04:52:32 GMT From: Dan Christensen Organization: Computer Graphics Lab, University of Waterloo Subject: bugs in C GL library? Message-Id: <9986@watcgl.waterloo.edu> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL On an IRIS 4D/120 GTX running 3.1C we have been having problems with the routines c3s and zfunction. C3s seems to have no effect. Objects are drawn in the background color. I am not sure what the problem with zfunction is. Has anyone else experienced problems with these routines? The following table summarizes when the errors occur: Compiled On: Run On: IRIS 4D/120 GTX IRIS 4D/20 4D/120 Standard GL Lib X N/A 4D/120 Shared GL Lib X O 4D/20 Standard GL Lib N/A O 4D/20 Shared GL Lib X O where X indicates that it didn't work and O indicates that it did. Both machines are running 3.1C. Any help would be appreciated. ---- Dan Christensen, Computer Graphics Lab, jdchrist@watcgl.uwaterloo.ca University of Waterloo, Waterloo, Ont. jdchrist@watcgl.waterloo.edu   Received: from VMB.BRL.MIL by VMB.BRL.MIL id ac05645; 31 May 89 10:02 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id ac05291; 31 May 89 9:51 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa04904; 31 May 89 9:30 EDT Received: from [128.32.133.1] by SMOKE.BRL.MIL id aa20967; 31 May 89 1:03 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA14308; Tue, 30 May 89 22:00:20 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 31 May 89 04:18:26 GMT From: Jim Barton Organization: Silicon Graphics, Inc., Mountain View, CA Subject: IRIS 4D PAX Source Available Message-Id: <34051@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL I have made the pax source available via public FTP. Connect to sgi.com at 192.12.63.10. Login as 'ftp', and cd to sgi/src. The pax source is called 'pax.shar'. This is a straight shar of the stuff I built and posted. Makefile and config.h have been modified to build for the 4D. Have fun. -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa18924; 1 Jun 89 1:28 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa18575; 1 Jun 89 0:15 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa18452; 31 May 89 23:59 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa18500; 31 May 89 23:45 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA16618; Wed, 31 May 89 17:30:13 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 31 May 89 22:51:21 GMT From: Len Lattanzi Organization: Synthesis Software Solutions Inc, Sunnyvale, CA Subject: Re: Bug on IRIX 4d 3.1 when -02 level optimizer used. Message-Id: <20811@mips.mips.COM> References: <8905261424.aa06578@VGR.BRL.MIL> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL In article <8905261424.aa06578@VGR.BRL.MIL> gwyn@BRL.MIL (Doug Gwyn, VLD/VMB) writes: :Actually, it is just after args[1] received a pointer to "2" that :the first for-loop terminates prematurely. strtok() definitely :returned "2" and that was definitely stored into args[1], but the :first for-loop failed to keep looping for what should have been :another two calls to strtok(). This seems to be a bug in the 1.31 as1 (instruction reorganizer). Version 2.0 works the same as the '-g' version. What seems to happening is that i++ of the for-loop is moved before args[i] = strtok() without changing the reference to args[i-1]. -Len Len Lattanzi (len@Synthesis.com) <{ames,pyramid,decwrl}!mips!synthesis!len> Synthesis Software Solutions, Inc. The RISC Software Company I would have put a disclaimer here but I already posted the article.   Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa19509; 1 Jun 89 3:08 EDT Received: from VMB.BRL.MIL by VMB.BRL.MIL id aa19158; 1 Jun 89 2:06 EDT Received: from smoke.brl.mil by VMB.BRL.MIL id aa19136; 1 Jun 89 1:57 EDT Received: from ucbvax.Berkeley.EDU by SMOKE.BRL.MIL id aa19200; 1 Jun 89 1:26 EDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA27832; Wed, 31 May 89 21:17:31 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-iris@brl.mil (info-iris@brl.mil) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 31 May 89 21:10:27 GMT From: Dave Ciemiewicz Organization: Silicon Graphics, Inc., Mountain View, CA Subject: Questionable Benchmarks in May 1989 issue of IEEE CG&A Message-Id: <34128@sgi.SGI.COM> Sender: info-iris-request@BRL.MIL To: info-iris@BRL.MIL When I saw the article "A Set of Benchmarks for Evaluating Engineering Workstations", May, 1989, issue of IEEE Computer Graphics and Applications, I was initially furious. The data is two years old (gathered from "January 1987 to April 1987"). Some of the hardware is not available on the market today. For instance, SGI no longer makes the IRIS 4D/60G or IRIS 2400T. I may be wrong but I don't think you can buy GE Graphicon boards anymore. Not only is the data presented out of date, but I question the authors' results. First, Figure 1, "CPU benchmark performance" shows the authors' CPU benchmark took 64 seconds to run on an IRIS 2400T. By the authors' numbers, the IRIS 2400T should be 47% of a VAX 8600 yet their graph shows the IRIS 2400T at 30%. The plots for the HP350SRX and HP320SRX are at 15% and 10% yet the numbers should be 9% and 7%, respectively. This is sloppy both on the authors' part and on the part of the peer review and editorial staff. Such errors should never reach the readers. Also, the authors quote price/performance ratios but they don't give any configuration information about the systems involved. Factors like the amount of memory and number, types, and capacities of disk drives will affect the list price of a machine. Without this information, their price/performance data is useless. If the authors are so sloppy in the presentation of their data, I wonder how sloppy they were in the collection of their data. The authors seem to think that their benchmark is more useful than other benchmarks refered to in their article. Maybe it is more useful for their particular application. However, their particular benchmark may be useless for other computer graphics applications. The best way you can tell how well your application is going to run a given architecture is to run your application on that architecture. This seems to be the gist of IEEE CG&A editor John Standhammer's note at the beginning of the article. Maybe Mr. Standhammer waited approximately two years to publish the article so the description of the benchmarking process would be the only useful part of the article. This was a wise (or lucky) move on his part. I only wish he hadn't lured people into reading the article by plastering the first page with the banner "Workstation Benchmarks". In his note, Mr. Standhammer encourages "others to share their evaluation procedures and results." I encourage those people doing systems evaluations to do so accurately and fairly. I encourage the CG&A editorial staff and peer reviewers to subject systems evaluation articles to a very high degree of scrutiny. Lastly, I encourage readers of CG&A to demand this kind of quality. These opinions are my own and do not reflect those of Silicon Graphics, Inc. -- David M. Ciemiewicz Member of the Technical Staff WorkGroup Products Division Silicon Graphics, Inc.