MZ@ !L!This program cannot be run in DOS mode. $m>>>* C>>* A>>* B>>* G>>>>* ^>>* E>>* @>>Rich>PELR  |2@+@ d >@.textLz| `.data$@.idata8 @@.rsrc@@.reloc @B@*@d@a@R#>2P@@ Invalid key '%ws' Acl [%ws]Invalid key '%ws'Value too large - '%ws = %ws'Unable to access file - '%ws = %ws'Date/time format invalid - '%ws = %ws'Invalid line continuation - '%ws = %ws'Invalid quote character - '%ws = %ws'Missing length for binary data - '%ws = %ws'Not enough binary data for length - '%ws = %ws'Invalid registry type - '%ws = %ws'Invalid value - '%ws = %ws'%02u %04u KeyName: %wsREGINI: Missing line continuation character for %ws REGINI: %ws key exceeded maximum depth (%u) of tree. (%02u) Deleted key %02x %ws (%x%08x) ; *** Deleted the above key and all of its subkeys *** REGINI: DeleteKey (%ws) relative to handle (%x%08x) failed - %u Created key %02x %ws (%x%08x) REGINI: CreateKey (%ws) relative to handle (%x%08x) failed - %u Value name ('%ws') seen before any key name Popping from key %02x %ws (%x%08x) Adding value '%ws = %ws' to key %02x %ws (%x%08x) %ws = DELETED REGINI: SetValueKey (%ws) failed (%u) -b specifies that REGINI should be backward compatible with older versions of REGINI that did not strictly enforce line continuations and quoted strings Specifically, REG_BINARY, REG_RESOURCE_LIST and REG_RESOURCE_REQUIREMENTS_LIST data types did not need line continuations after the first number that gave the size of the data. It just kept looking on following lines until it found enough data values to equal the data length or hit invalid input. Quoted strings were only allowed in REG_MULTI_SZ. They could not be specified around key or value names, or around values for REG_SZ or REG_EXPAND_SZ Finally, the old REGINI did not support the semicolon as an end of line comment character. textFiles is one or more ANSI or Unicode text files with registry data. Some general rules are: Semicolon character is an end-of-line comment character, provided it is the first non-blank character on a line Backslash character is a line continuation character. All characters from the backslash up to but not including the first non-blank character of the next line are ignored. If there is more than one space before the line continuation character, it is replaced by a single space. Indentation is used to indicate the tree structure of registry keys The REGDMP program uses indentation in multiples of 4. You may use hard tab characters for indentation, but embedded hard tab characters are converted to a single space regardless of their position Values should come before child keys, as they are associated with the previous key at or above the value's indentation level. For key names, leading and trailing space characters are ignored and not included in the key name, unless the key name is surrounded by quotes. Imbedded spaces are part of a key name. Key names can be followed by an Access Control List (ACL) which is a series of decimal numbers, separated by spaces, bracketed by a square brackets (e.g. [8 4 17]). The valid numbers and their meanings are: 1 - Administrators Full Access 2 - Administrators Read Access 3 - Administrators Read and Write Access 4 - Administrators Read, Write and Delete Access 5 - Creator Full Access 6 - Creator Read and Write Access 7 - World Full Access 8 - World Read Access 9 - World Read and Write Access 10 - World Read, Write and Delete Access 11 - Power Users Full Access 12 - Power Users Read and Write Access 13 - Power Users Read, Write and Delete Access 14 - System Operators Full Access 15 - System Operators Read and Write Access 16 - System Operators Read, Write and Delete Access 17 - System Full Access 18 - System Read and Write Access 19 - System Read Access 20 - Administrators Read, Write and Execute Access 21 - Interactive User Full Access 22 - Interactive User Read and Write Access 23 - Interactive User Read, Write and Delete Access If there is an equal sign on the same line as a left square bracket then the equal sign takes precedence, and the line is treated as a registry value. If the text between the square brackets is the string DELETE with no spaces, then REGINI will delete the key and any values and keys under it. For registry values, the syntax is: value Name = type data Leading spaces, spaces on either side of the equal sign and spaces between the type keyword and data are ignored, unless the value name is surrounded by quotes. If the text to the right of the equal sign is the string DELETE, then REGINI will delete the value. The value name may be left off or be specified by an at-sign character which is the same thing, namely the empty value name. So the following two lines are identical: = type data @ = type data This syntax means that you can't create a value with leading or trailing spaces, an equal sign or an at-sign in the value name, unless you put the name in quotes. Valid value types and format of data that follows are: REG_SZ text REG_EXPAND_SZ text REG_MULTI_SZ "string1" "str""ing2" ... REG_DATE mm/dd/yyyy HH:MM DayOfWeek REG_DWORD numberDWORD REG_BINARY numberOfBytes numberDWORD(s)... REG_NONE (same format as REG_BINARY) REG_RESOURCE_LIST (same format as REG_BINARY) REG_RESOURCE_REQUIREMENTS (same format as REG_BINARY) REG_RESOURCE_REQUIREMENTS_LIST (same format as REG_BINARY) REG_FULL_RESOURCE_DESCRIPTOR (same format as REG_BINARY) REG_QWORD numberQWORD REG_MULTISZ_FILE fileName REG_BINARYFILE fileName If no value type is specified, default is REG_SZ For REG_SZ and REG_EXPAND_SZ, if you want leading or trailing spaces in the value text, surround the text with quotes. The value text can contain any number of imbedded quotes, and REGINI will ignore them, as it only looks at the first and last character for quote characters. For REG_MULTI_SZ, each component string is surrounded by quotes. If you want an imbedded quote character, then double quote it, as in string2 above. For REG_BINARY, the value data consists of one or more numbers The default base for numbers is decimal. Hexidecimal may be specified by using 0x prefix. The first number is the number of data bytes, excluding the first number. After the first number must come enough numbers to fill the value. Each number represents one DWORD or 4 bytes. So if the first number was 0x5 you would need two more numbers after that to fill the 5 bytes. The high order 3 bytes of the second DWORD would be ignored. [-b] textFiles...REGINIError: Registry editing has been disabled by your administrator. Failed to load from file '%s' (%u) No textFile specifiedSoftware\Microsoft\Windows\CurrentVersion\Policies\SystemDisableRegistryToolsREG_SZREG_EXPAND_SZREG_MULTI_SZREG_MULTISZ_FILEREG_DWORDREG_NONEREG_BINARYREG_BINARYFILEREG_DATEREG_RESOURCE_LISTREG_RESOURCE_REQUIREMENTS_LISTREG_RESOURCE_REQUIREMENTSREG_FULL_RESOURCE_DESCRIPTORREG_QWORDONYESTRUEOFFNOFALSE.Default\Registry\Machine\Registry\Classes\Registry\Users\Registry\Users\.Default\RegistryEmpty.HIVUSER:HKEY_CURRENT_USERHKCUHKEY_LOCAL_MACHINEHKLMHKEY_CLASSES_ROOTHKCRHKEY_USERSMachineClassesUsersDELETESUNMONTUEWEDTHUFRISAT%.*s%c%ws%c%.*s%ws %wc%ws%wc%.*s%c%ws%c %ws = REG_EXPAND_SZ (*** Length not multiple of WCHAR ***)(*** MISSING TRAILING NULL CHARACTER ***)%c%ws%c%ws ,;%.*ws\ %.*s%ws 0x%08lx \ %.*s 0x%08lxREG_DWORD 0x%08lx REG_DWORD_BIG_ENDIAN 0x%08lx REG_LINK %ws \ ->%.*sREG_MULTI_SZ "%wc" REG_QWORD 0x%016I64x *** Unknown Registry Data Type (%08lx) Length: 0x%lx ;%.*sNumber of Full resource Descriptors = %d ;%.*sPartial List number %d UndefinedInternalIsaEisaMicroChannelTurboChannelPCIVMENuBusPCMCIACBUSMPIMPSAProcessorInternalInternalPowerPNP Isa***invalid bus type***;%.*sINTERFACE_TYPE %ws ;%.*sBUS_NUMBER %d ;%.*s *** !!! Invalid ResourceList !!! *** ;%.*sDescriptor number %d CmResourceShareUndeterminedCmResourceDeviceExclusiveCmResourceDriverExclusiveCmResourceShared***invalid share disposition***;%.*sShare Disposition %ws ***invalid FlagsNULL***UnusedPORTCM_RESOURCE_PORT_MEMORYCM_RESOURCE_PORT_IOINTERRUPTCM_RESOURCE_INTERRUPT_LEVEL_SENSITIVECM_RESOURCE_INTERRUPT_LATCHEDMEMORYCM_RESOURCE_MEMORY_READ_WRITECM_RESOURCE_MEMORY_READ_ONLYCM_RESOURCE_MEMORY_WRITE_ONLYDMADEVICE SPECIFIC***invalid type***;%.*sTYPE %ws ;%.*sFlags %ws ;%.*sSTART 0x%08lx LENGTH 0x%08lx ;%.*sLEVEL %d VECTOR %d AFFINITY %d ;%.*sSTART 0x%08lx%08lx LENGTH 0x%08lx ;%.*sCHANNEL %d PORT %d ;%.*sDataSize 0x%08lx Data: ;%.*s 0x%08lx;%.*s*** Unknown resource list type: 0x%x **** ; Unable to initialize registry access functions (%u)REGBACKUnable to allocate large value buffer (%u) %.*s%.*s more...press any key to continue usage: %s [-m \\machinename | -h hivefile hiveroot] [-i n] [-o outputWidth]where: -m specifies a remote Windows NT machine whose registry is to be manipulated. -h specifies a specify local hive to manipulate. -i n specifies the display indentation multiple. Default is 4 -o outputWidth specifies how wide the output is to be. By default the outputWidth is set to the width of the console window if standard output has not been redirected to a file. In the latter case, an outputWidth of 240 is used.Whenever specifying a registry path, either on the command line or in an input file, the following prefix strings can be used: HKEY_LOCAL_MACHINE HKEY_USERS HKEY_CURRENT_USER USER: Each of these strings can stand alone as the key name or be followed a backslash and a subkey path.%s: error%ws(%u) : %s: Out of memoryUnable to convert parameter '%s' to Unicode (%u)Missing argument to -o switchMissing parameter for -%c switchMay only specify one of -h or -m switches\\Invalid machine name - '%ws'Missing parameter(s) for -%c switchInvalid switch (-%c) %d\@0?@@RSDSq(GOC`ۜregini.pdb‡U@3ʼnEESVZ3Wy? @3ҋO@ P5$t,PwPh@h0@*4!wh@h0@4F;uH@ t0Q?tj]Pj[h0@3@ h`@P3YYF;_M^3[C]̋U0@3ʼnES]VWPQQSr Džuh 0@xG-PjjjPPj @uP^tPu@ @M_^3[~B]̋U@3ʼnESVWh@QQh@ˉ؅:j8SPG@ 󈅜088@t#@ Wh@P1;kt-;w)V @^ ;tOv;v @G8@t@W hx@P<1 F^^ 8sGkP@oȉ8@tv @Sv@6h@P0SW@@h@P0YYsGkQN QQQP@ȉ78@tv @Sv@6h$@P0~ t!FPSSSSSSSSSSv $@t^^W uQSh@8@tv @Sv@6h@P/V @^ Ov ;r8@t+v @Sv@6h@P7/ 8t?k@B@ h@P. ! @R@PkPS @uajX+PHSPD ;u-9u%Q5@,@;t|QS0@lSW1 @P@Q PMv8SW8d@9u@PQ++]s GkQPSh@@@P-s GkQPShH@뺡@j@@h@@P,@@h@P, P@@h,@Py,`Hw?$AH@@6@/@(@!(@P@@ @@PQ)j [V @F ;s湠@ ËM_^3[;]ÍIG@G@G@G@G@G@G@G@G@̹@3̋USVWQQP%D$3Ph+@h@j_uhD$|$PD$ PD$ PShd,@t$(@u9|$u 9|$u9\$tFt$@t @@hp+@Q*Y3Y@_^[]Ë}O@}E E 0<-t'\.]3_^[]̋UWEUPUu @EuEE 3SV= uYu@h 0@u&YYuG(h00@uYYuG h@0@uYYuG_u]Mu3SQhRRRuE PuU(@Eu&u 8E8ut Vj3@E^[_]̋UQVEUPUxu @EuE 3SW= uY}@h 0@u'YYuF(h00@uYYuF h@0@uYYuF,]ShjuP@u~u F_[^]̋VW u3=SV@؅u,u&d&9quIuQj<@P@[_^Ëы űU0SVW3ۉUSSjSjhPEd@}u @SWL@؃u Wx@jh]Pjp@}tWjEPSWuD@tQ9]tj&^(E܃Pjjut@u @3thjW@@@uj^ux@tjSW},@uCSP4V@ SWSVjjh@؋3fYu8hYl@υu'f;t f;uyK}33UuEYE E E *j\Zf9Wf;EEԋEtj _f9}ԋ}j\Yf9NMuu;vj Xf9Fw;wE}uj Zf9uu3;sHj M^f;u @Ef;Mu9]sf9wuEB;rϋu}Ev7Ut^Mj XЋ ‹Uɍ4VfuJuE}U/UBU;f;Utf;Uu@;r}EU;Mf;Mu j Xf9GEt j Yf9Mj ^;sMf;tf;u@;rE;s- f;Mtf;Mu E9]r9]sMf9 uf9rtf92uE뢋Uu}Et,ʋj XЋ ‹Uɍ4VfJuE}Uj YfU@fUE}u;t j ʋXЋ fE4FMj Xf3fEЉEA A3qA_^[]̋USVWu~ t Nt*(j83SV0W tj YME E _fu8F 2_^[]uFf;EuN+ȃj NY;Wsf;v3ɉU8Ou2f:;u,;Ws"j Yf9 t ;WrG3ff9 tW j Xf9uGWqj 3Y\8Ou]"t'uPUf9t;Wrf9t F33 =t-[uf;Etf;Euj Xf;Wr BG33fE;v2f;uwft 3f2;wut'C;Gsj Zf9t ;Gr3fG/t+3ҋfU;v0f;uwft 3f0;wuGGEFt\f8@t;tFj Yftf;vShL0@@YYu F(&F ^PF$PFPQQtF Ftσ3j]NXf9tf9uf93WhL0@f@YYuF 덍V$ωV,#x^̋U`@3ʼnES3ۋMM |@EM]]Ĉ]ˈ]Ȉ]Ɉ]VuuWU}Ut@Eˋ_3EE 3E9@@ʍAEff;Eu+MċEMf9KwQSR@ tE3@Ek @9u*kM U@@EȊ@EɊ@EʋE̋UMk @tEčC f;Ew fu}tRQ@ϊUS}tR@Q2FEff;EuE+u]̋ H$a@vf;Dsu"t'uu=@vjol@G }2SQ@ 3fqu39`@t>`@ʍAEff;Eu+MQSR@ tG3ɍ`@9u6Md@눀}3EE}ЋEEEEMjZj)tEf9uNu}ąt;t 0r 9wNutN;f}jh\0@W@ u ȉMjhd0@W@ u3Ajhl0@W@ ujYjht0@W@ jth|0@W@ ujjh0@W@ ujjh0@W@ u8j띍EPMt9MM̋EDfLEЋMAjWl@jWl@E@fEfuf9U~fd} lffEЋE]jYEQEPS@ RMu GhE0@6E]JPMNu68EtYMAE u 3fA ;As#ftFAE EEu3AGh9]uGh}3MEMˍEWh@PUu@}qu39`@t>`@ʍAEff;Eu+MQSR@ tG3ɍ`@9u6M&d@3AjWl@G 2M_^3[w"]_@.]@.]@^@]@oa@M]@`@_@_@_@`@̋U SV2Wj"MUYf;t fuM3ۋ} Mf9u=Sl@MU8j"Xf9u8]uOPZf9VUuDE 9sAfff9uʳE 9s$32fE_^[] 3fjol@2̋U0e3SVWوUjY}؉]MUt C2WuE]E>E &EVWEPUu@]u C2hju@@_^[] ̋U SVW3ۋSSjSjhR}]]d@u GoEGPVL@9]uGtBE ;8s;SEPWuVD@t9}t j&l@ EXE 8Vx@Vx@jol@2_^[]̋USVWt<fj Zf;ty3ff;u+f9TNu`j"YEfU3ۍQff;u7+ft5j Zf;tDOf;tÃ\tj"Yf;u f;uj'j'Zf;uf;t2_^[]̋U0@3ʼnE@MS]VuW} h@uE3h0@VuЉM]؉})EEtD3f9t=M3QMtEPQPh0@VQh0@V Eh0@VEEYY $i@uh0@VEYYth0@VYCYt 3f9Dth 1@VrY3YfEP3=tEPWPh81@VG 3ۍQff;uE+;EwWh@1@V 3f9ы߉Uf9tluf; r@E܋;w.PhD1@@YYtӉUU3Ƀf9 u3ɋuЋ}ԅtfJf;tZf9 u+WPhL1@Vp 3f9t19EujXEh@PhT1@VH 3Ƀ}f9 5h`@V* YY3+t,t tHt Hu#-@.@p-@$-@ -@SPh\1@V ȉMS}Ut{U܋]}UЍC ;v(}ujXh@Phh1@V 3Ehp1@Vp EYYE0ht1@V[ M EȋUЉMOu}ԋ]h`@V5 YYMWuSuVd7h|1@V 7h1@Wh1@=@Euhh1@h1@j P@ h1@V YYM3MEf9{CEm]؅t}ujYh@QEPV h1@Vt YYj"Xf9_uPh1@V] _Ph1@VJ 3Cf9_uh1@V3 YCYM;]rw7h1@SPh2@V M_^3[]f@Oe@Oe@f@g@g@h@ h@f@f@f@h@̋U$e3V@M}W}u6}$'EpE Qh@HMPh82@Wus E} } uEuS3ۉ]E HM܉ESh@Qhh2@W @ww$m@2@n2@g2@`2@Y2@R2@K2@D3@= 3@63@/(3@(43@!<3@H3@l3@ 3@3@Ph@uh3@W vh@uh3@Wn F (M;+ȉM3ɉM9N ] ]uQh@Sh,4@W& FEFt%HtHtHt5@4@4@ 4@H4@Ph@ShP5@WEl5@HtpHtLHtHtHt 7@|7@yt7@r6@fu6@3Bf;u6@uS87@L6@fu(6@3Bf;u2t6@+5@fu5@3Bf;u5@ 5@5@Ph@uh7@WS]h@Sh7@WE(HHHHHtQh@Sh8@Wvh@Sh8@WNVUM؅tGC ;Erh@uh8@WjUX2h8@WTU ؉UNuuh`@W5]YYbvvh@Sht8@Fv vvh@ShH8@v vvh@Sh 8@Wv vh@Sh7@Wh8@WEYYMAuM;H n]uM܃Cu];]YSh@uh3@Wt[_^]i@i@j@ j@j@j@!j@(j@/j@6j@=j@Dj@Kj@Rj@Yj@`j@̋U@3ʼnESWj[Shh@3Wp@|@ @ P@P@YYtQEPj|@P@t$EM+EA @M+A @&@@P=@@h+@ @h,9@P\@ @Y`@T+@YX@X@jhjH@T@@ShPW @p@@u"W@й8@ M_3[]W@й49@-̋WV< tFuR+P@h`9@W@h9@PyP@ @@P@t7;r3@@h9@PJ@@h9@P7P@>t Vq^_̡@P@@SVW5\@ڋh9@P @@h9@Q=T@u@@h :@PYY@@h$:@PP@=T@YYu (:@`@@@h`@Pe@P@@h@:@PL @@hH:@Q6P@=T@u':@a@@h`@PP@YYX@9=T@u';@$@@h`@PP@YYt@@h`@PP@YYjӋ̋UVWtB5\@@@h0=@Phu@W@VPU@@h`@PB$d@tjj@̋U@h8=@RQ@h@=@Pu@u@u P@@h`@P,]̋SVWNFu+uPj<@PH@t.VWVSjjh@;t@Pӹ`=@3fw_^[j3ҹP=@̋UEVWP@ЋY? %Sj[+H+t1HHt0@Y@[_^]3ҹ=@=@uA=@u8t* jh>@P@@ tjmZ=@|3ҹ=@st0@Y @jiӃ=@ut)t% @ y@HjhZ,>@@333P>@@ >@jv̋UEPu u@ ]̋UQSV3مtvWxEPM3ɅxZ+W@P֋M+@M3tW3fu3f9]#W|3ZE PQSW@x ;wt z3f_U _E+ÉEEx4Mt\vW}vOBPPGPE 6]ttSEPEP3PEyzu }Mt9Mt  t3f_^[]̋USV3ۋWtf9tJuuWEt x+8_^[]̋U3E t u utvW]̋U3Vt-SW} +tft fKFJu_[jXu zN3fMt1^] ̋UQS‹WEt%EtME K+M3fEEtCVuPVSS ^u M E8#t5M CxM3fM EtEt 83f_3[]̋U$@3ʼnEl@Efp@fEx>@Ef|>@Sl@fE衈>@Ef>@VWfE3>@GEf>@WfEӋ5@Pd0jpW@Pd0jpW@@Pd0jpj@Pd0jpj@Pd0jp֋ @L@=@@=@=@5@EWPQօWEP5@@օvWEP5@օaWEP5@օLWEP5L@օ7=h@j5@j 5@@j 5@j 5@j5L@j Pd0jp@j@Pd0jp@jD@Pd0jp@j@Pd0jp@j@Pd0jp@j@Pd0jp@H@@;=D@.=@!=@=@jMQPօ3ۍECSP5D@օjEP5@օjEP5@օjEP5@օjEP5H@օj5D@j5@j ^S05@j 5@S05@j%5@S05@j#5H@S05H@!2M_^3[]̋SVWj@_0@d 0XSjq@Љ@tBN NJfZFBBQPQ@P@x r2_^[jh@S E؋ej_ft f w j-Xf;t+u E j [ej0Xf;uBxuj[E'ouj[Ebu ׋E+ f3EAf w0 Af;Ew7Af;Ew&W;sMu  fuj-Xf9EuރeE؉M1E3@ËeE2q jhЉ@ Eԋ03҉Uj_ft f wj-Xf;t+u EE Uj0Xf;uKxuEE,ouEEbu}E+fUj[Af wك0Af;wك7Af;w@كWE;s3M܅uRuQP à E6 ÉEfj[uj-X]f9EuۃڃeEԉ0MQE3@ËeE2 ̋USVU3҉MWU~ff;u+4q t u ;tMى];tI=$@jPYYMtCMjPYYMt ;uM;ulj]3ҋ]d0WRp@u2jWVt@yd0Vjpx@3]9}v;j EPS @ t' @APQjjVp@xG;}s]ŋ}jW`@xjVjW<@x_^[]̋USVE3uWuf!EEPEPEPQ@}M33f;AEPSQd@M3G@:u%A:BuA;BuBPAP|@u MG rC9utUEQPEPQ^xGuWhp>@jEPEPuVx$uMCA;Y39u_^[]2̋UQQeEPEPEPQ@x }t}tud0jpx@]̸MZf9@t3N <@@PEu@= t= u3@v9@3t@v 9@j8@P԰@ t@ x@YYȰ@ L@@ @@-=@u h5@İ@Y3̡H@h<@5D@<@h0@h,@h(@ذ@4@j h@3ۉ]dp|@3 t;u3Fh@3F95@u jqY:9@u,5@h@h@YYtE5$@95@uh @h@KYY@u 3|@=@th@WYt SjS@50@5,@5(@ @=8@u6P@MEQPYYËeE @=8@uPа@=$@u ̰@ @E̋UVu3utу;u r^]c; @űUE8csmu+xu%@= t=!t="t=@u@3]h@@3%@j h@3ɋEtKtFMMZf9u2P Registry Initializer 4VS_VERSION_INFO@%@%?StringFileInfo040904B0LCompanyNameMicrosoft CorporationRFileDescriptionRegistry Initializerr)FileVersion6.3.9600.16384 (winblue_rtm.130821-1623)6 InternalNameREGINI.EXE.LegalCopyright Microsoft Corporation. All rights reserved.> OriginalFilenameREGINI.EXEj%ProductNameMicrosoft Windows Operating SystemBProductVersion6.3.9600.16384DVarFileInfo$Translation 0000X0\00>>>Q???????@P0=0P0X0001a1u11111"2/2>2z22223+353C3`3h33333 4J4U4_4m4~44444 55$565a55556666666"7)797W7_7y777777777777 8"8A8E8I8M8Q8U8Y8]8a8k88888889!9S9s9999G:M:U::::::::: ; ;M;^;o;;;;;;;;;<<'<>/>8>=>>>>>>>(?.?;?Q?\?c?t????P1080K0R0e0l000000011 1L1S1/27222222>3k33333314r4444455'5A5c5m55555555::V;_;;; <>>>>>????/?6?H?O????`0 1151F1_1s11111111111112}223Q3s3333334444 55-5K5U5j555506666666667 777o7u777777888!8*828s88888889999!9%9)9-9195999=9z9999999: :::":):0:7:>:E:L:S:Z:a:h:n:v::::::;;;;;";3;S;];d;n;x;;;;;;;;;;;;;;<6<<>)>3>:>L>S>l>y>>>>>>>>>>>>>>>>>>????7?>?s?x????????????pH000$030;0C0P0X0d0j0t000000000000001 111*121>1I1Q1]111111111111222V2]2q2{22223 33#3,3E3K3Q3e3n33333333333445Y5777777778 88,8B8Y8p888888888 9"929:9G9T9a9q9999999999::: :.:;:H:U:{:::::::;;;.;9;I;T;;;;;;;R?i??????? )0`0u00031W1l1x1~11111111111111 222+20262;2@2E2J2P2X2e2222222222233 3(303D3J3P3V3c3i3s33333334R4b4h4v444,555555566666677(707K7Z7e777777 88'8-83898?8E8L8S8Z8a8h8o8v8~888888888888889992999999::$:(:D:H:p000000001 11$101<1`1h1p1x1111111111222(242@2L2X2d2p2|222222222223 33