%! %%BoundingBox: (atend) %%Pages: (atend) %%DocumentFonts: (atend) %%EndComments % % FrameMaker PostScript Prolog 3.0, for use with FrameMaker 3.0 % Copyright (c) 1986,87,89,90,91 by Frame Technology Corporation. % All rights reserved. % % Known Problems: % Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1 /FMversion (3.0) def % Set up Color vs. Black-and-White /FMPrintInColor systemdict /colorimage known systemdict /currentcolortransfer known or def % Uncomment this line to force b&w on color printer % /FMPrintInColor false def /FrameDict 195 dict def systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } def } if /FMVERSION { FMversion ne { /Times-Roman findfont 18 scalefont setfont 100 100 moveto (FrameMaker version does not match postscript_prolog!) dup = show showpage } if } def /FMLOCAL { FrameDict begin 0 def end } def /gstring FMLOCAL /gfile FMLOCAL /gindex FMLOCAL /orgxfer FMLOCAL /orgproc FMLOCAL /organgle FMLOCAL /orgfreq FMLOCAL /yscale FMLOCAL /xscale FMLOCAL /manualfeed FMLOCAL /paperheight FMLOCAL /paperwidth FMLOCAL /FMDOCUMENT { array /FMfonts exch def /#copies exch def FrameDict begin 0 ne dup {setmanualfeed} if /manualfeed exch def /paperheight exch def /paperwidth exch def /yscale exch def /xscale exch def currenttransfer cvlit /orgxfer exch def currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def setpapername manualfeed {true} {papersize} ifelse {manualpapersize} {false} ifelse {desperatepapersize} if end } def /pagesave FMLOCAL /orgmatrix FMLOCAL /landscape FMLOCAL /FMBEGINPAGE { FrameDict begin /pagesave save def 3.86 setmiterlimit /landscape exch 0 ne def landscape { 90 rotate 0 exch neg translate pop } {pop pop} ifelse xscale yscale scale /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /FMFONTDEFINE { FrameDict begin findfont ReEncode 1 index exch definefont FMfonts 3 1 roll put end } def /FMFILLS { FrameDict begin array /fillvals exch def end } def /FMFILL { FrameDict begin fillvals 3 1 roll put end } def /FMNORMALIZEGRAPHICS { newpath 0.0 0.0 moveto 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray } bind def /fx FMLOCAL /fy FMLOCAL /fh FMLOCAL /fw FMLOCAL /llx FMLOCAL /lly FMLOCAL /urx FMLOCAL /ury FMLOCAL /FMBEGINEPSF { end /FMEPSF save def /showpage {} def FMNORMALIZEGRAPHICS [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall fx fy translate rotate fw urx llx sub div fh ury lly sub div scale llx neg lly neg translate } bind def /FMENDEPSF { FMEPSF restore FrameDict begin } bind def FrameDict begin /setmanualfeed { %%BeginFeature *ManualFeed True statusdict /manualfeed true put %%EndFeature } def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen { paperheight sub abs 16 lt exch paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } def /papersizedict FMLOCAL /setpapername { /papersizedict 14 dict def papersizedict begin /papername /unknown def /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end /FMdicttop countdictstack 1 add def statusdict begin stopped end countdictstack -1 FMdicttop {pop end} for } def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped } def /desperatepapersize { statusdict /setpageparams known { paperwidth paperheight 0 1 statusdict begin {setpageparams} stopped pop end } if } def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /dmatrix matrix def /dpi 72 0 dmatrix defaultmatrix dtransform dup mul exch dup mul add sqrt def /freq dpi 18.75 div 8 div round dup 0 eq {pop 1} if 8 mul dpi exch div def /sangle 1 0 dmatrix defaultmatrix dtransform exch atan def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode { dup length dict begin { 1 index /FID ne {def} {pop pop} ifelse } forall 0 eq {/Encoding DiacriticEncoding def} if currentdict end } bind def /graymode true def /bwidth FMLOCAL /bpside FMLOCAL /bstring FMLOCAL /onbits FMLOCAL /offbits FMLOCAL /xindex FMLOCAL /yindex FMLOCAL /x FMLOCAL /y FMLOCAL /setpattern { /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq sangle landscape {90 add} if {/y exch def /x exch def /xindex x 1 add 2 div bpside mul cvi def /yindex y 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen {} settransfer offbits offbits onbits add div FMsetgray /graymode false def } bind def /grayness { FMsetgray graymode not { /graymode true def orgxfer cvx settransfer orgfreq organgle orgproc cvx setscreen } if } bind def /HUE FMLOCAL /SAT FMLOCAL /BRIGHT FMLOCAL /Colors FMLOCAL FMPrintInColor { /HUE 0 def /SAT 0 def /BRIGHT 0 def % array of arrays Hue and Sat values for the separations [HUE BRIGHT] /Colors [[0 0 ] % black [0 0 ] % white [0.00 1.0] % red [0.37 1.0] % green [0.60 1.0] % blue [0.50 1.0] % cyan [0.83 1.0] % magenta [0.16 1.0] % comment / yellow ] def /BEGINBITMAPCOLOR { BITMAPCOLOR} def /BEGINBITMAPCOLORc { BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc { BITMAPTRUECOLORc } def /K { Colors exch get dup 0 get /HUE exch store 1 get /BRIGHT exch store HUE 0 eq BRIGHT 0 eq and {1.0 SAT sub setgray} {HUE SAT BRIGHT sethsbcolor} ifelse } def /FMsetgray { /SAT exch 1.0 exch sub store HUE 0 eq BRIGHT 0 eq and {1.0 SAT sub setgray} {HUE SAT BRIGHT sethsbcolor} ifelse } bind def } { /BEGINBITMAPCOLOR { BITMAPGRAY} def /BEGINBITMAPCOLORc { BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc { BITMAPTRUEGRAYc } def /FMsetgray {setgray} bind def /K { pop } def } ifelse /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H { lnormalize setlinewidth } bind def /Z { setlinecap } bind def /fillvals FMLOCAL /X { fillvals exch get dup type /stringtype eq {8 1 setpattern} {grayness} ifelse } bind def /V { gsave eofill grestore } bind def /N { stroke } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /n FMLOCAL /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /x1 FMLOCAL /x2 FMLOCAL /y1 FMLOCAL /y2 FMLOCAL /rad FMLOCAL /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /RR { /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def newpath x1 y1 rad add moveto x1 y2 x2 y2 rad arcto x2 y2 x2 y1 rad arcto x2 y1 x1 y1 rad arcto x1 y1 x1 y2 rad arcto closepath 16 {pop} repeat } bind def /C { grestore gsave R clip } bind def /FMpointsize FMLOCAL /F { FMfonts exch get FMpointsize scalefont setfont } bind def /Q { /FMpointsize exch def F } bind def /T { moveto show } bind def /RF { rotate 0 ne {-1 1 scale} if } bind def /TF { gsave moveto RF show grestore } bind def /P { moveto 0 32 3 2 roll widthshow } bind def /PF { gsave moveto RF 0 32 3 2 roll widthshow grestore } bind def /S { moveto 0 exch ashow } bind def /SF { gsave moveto RF 0 exch ashow grestore } bind def /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def /BF { gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath fill grestore } bind def /A { gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix stroke grestore } bind def /x FMLOCAL /y FMLOCAL /w FMLOCAL /h FMLOCAL /xx FMLOCAL /yy FMLOCAL /ww FMLOCAL /hh FMLOCAL /FMsaveobject FMLOCAL /FMoptop FMLOCAL /FMdicttop FMLOCAL /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 4 sub def /FMsaveobject save def userdict begin /showpage {} def FMNORMALIZEGRAPHICS 3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore } bind def /gn { 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /str FMLOCAL /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /sl FMLOCAL /val FMLOCAL /ws FMLOCAL /im FMLOCAL /bs FMLOCAL /cs FMLOCAL /len FMLOCAL /pos FMLOCAL /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /h FMLOCAL /w FMLOCAL /d FMLOCAL /lb FMLOCAL /bitmapsave FMLOCAL /is FMLOCAL /cf FMLOCAL /wbytes { dup 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } bind def /BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def /COMMONBITMAPc { /r exch def /d exch def gsave translate rotate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def r /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} image bitmapsave restore grestore } bind def /BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def /COMMONBITMAP { /r exch def /d exch def gsave translate rotate scale /h exch def /w exch def /bitmapsave save def r /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /proc1 FMLOCAL /proc2 FMLOCAL /newproc FMLOCAL /Fmcc { /proc2 exch cvlit def /proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def /gryt FMLOCAL /blut FMLOCAL /grnt FMLOCAL /redt FMLOCAL /indx FMLOCAL /cynu FMLOCAL /magu FMLOCAL /yelu FMLOCAL /k FMLOCAL /u FMLOCAL /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /k cynu magu min yelu min def /u k currentundercolorremoval exec def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 k currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def /tran FMLOCAL /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch Fmcc settransfer } bind def /BITMAPCOLOR { /d 8 def gsave translate rotate scale /h exch def /w exch def /bitmapsave save def colorsetup /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} {is} {is} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCOLORc { /d 8 def gsave translate rotate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} {is} {is} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLORc { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def ws 0 w getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {ip} {gip} {bip} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLOR { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUEGRAYc { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def ws 0 w getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {ip gip bip w gray} image bitmapsave restore grestore } bind def /ww FMLOCAL /r FMLOCAL /g FMLOCAL /b FMLOCAL /i FMLOCAL /gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def /BITMAPTRUEGRAY { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop w gray} image bitmapsave restore grestore } bind def /BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { } bind def end /ALDsave FMLOCAL /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def /InALD { restorematrix } bind def /DoneALD { ALDsave restore } bind def %%EndProlog %%BeginSetup (3.0) FMVERSION 1 1 612 792 0 1 19 FMDOCUMENT 0 0 /Times-Roman FMFONTDEFINE 1 0 /Times-Italic FMFONTDEFINE 2 0 /Courier FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 FMFILL 11 FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 FMFILL 25 FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "0" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE 0 -62 -15 704 785 766 800 -63 -8 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.0.1 %%For: (Computer Store) (For Demo Use Only) %%Title: (Binary.epsf) %%CreationDate: (4/1/93) (4:56 PM) %%BoundingBox: -62 -15 704 785 %%DocumentProcessColors: Black %%DocumentFonts: Times-Roman %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_typography_AI3 1.0 1 %%+ procset Adobe_IllustratorA_AI3 1.0 1 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_Pic %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_typography_AI3 1.0 1 %%Title: (Typography Operators) %%Version: 1.0 %%CreationDate:(5/31/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_typography_AI3 47 dict dup begin put /initialize % - initialize - { /TZ where { pop } { Adobe_typography_AI3 begin Adobe_typography_AI3 { dup xcheck { bind } if pop pop } forall end Adobe_typography_AI3 begin } ifelse } def /terminate % - terminate - { currentdict Adobe_typography_AI3 eq { end } if } def % [ number value stream [ array for encoding modification ] modifyEncoding ==> [ modified array ] /modifyEncoding { /_tempEncode exch ddef % pointer for sequential encodings /_pntr 0 ddef { % get bottom object counttomark -1 roll % is it a mark ? dup type dup /marktype eq { % exit pop pop exit } { % ... object ... type .... % insert if a nametype /nametype eq { % insert the name at _pntr and increment pointer _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll put } { % reset _pntr if it's a number /_pntr exch ddef } ifelse } ifelse } loop % return the modified encoding _tempEncode } def /TE % Set std platform encoding % (encoding pairs) TE - { StandardEncoding 256 array copy modifyEncoding /_nativeEncoding exch def } def % re-define font % expected arguments % for 'normal fonts : % [ /_Helvetica-Bold/Helvetica-Bold direction fontScript defaultEncoding TZ % % for cartographic, pictographic, and expert fonts : % [ ... number value stream ... /_Helvetica-Bold/Helvetica-Bold % direction fontScript defaultEncoding TZ /TZ { % platform dependent coding flag /_useNativeEncoding exch def % pop fontScript & direction pop pop % create a new dictionary with length % equal to original dictionary length + 2 % copy all the key/value pairs except FID findfont dup length 2 add dict begin % copy all the values but the FID % into the new dictionary mark exch { 1 index /FID ne { def } if cleartomark mark } forall % discard last mark pop % define FontName /FontName exch def % if no re-encoding stream is present % then if the base encoding vector of the font % is the same as StandardEncoding % and the use platform encoding flag is true % then install AI platform encoding % else leave the base encoding in effect counttomark 0 eq { 1 _useNativeEncoding eq { /Encoding _nativeEncoding def } if % clean up cleartomark } { % custom encoding to be done % start off with a copy of the font's standard encoding /Encoding load 256 array copy modifyEncoding /Encoding exch def } ifelse FontName currentdict end % register the new font definefont pop } def % text painting operators /tr % string tr ax ay string { _ax _ay 3 2 roll } def /trj % string trj cx cy fillchar ax ay string { _cx _cy _sp _ax _ay 6 5 roll } def /a0 { /Tx % text % textString Tx - { dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss } ddef /Tj % justified text % textString Tj - { dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss } ddef } def /a1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def /e0 { /Tx % text % textString Tx - { tr _psf } ddef /Tj % justified text % textString Tj - { trj _pjsf } ddef } def /e1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave tr _psf grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave trj _pjsf grestore 3 1 roll moveto tr sp } ddef } def /i0 { /Tx % text % textString Tx - { tr sp } ddef /Tj % justified text % textString Tj - { trj jsp } ddef } def /i1 { W N } def /o0 { /Tx % text % textString Tx - { tr sw rmoveto } ddef /Tj % justified text % textString Tj - { trj swj rmoveto } ddef } def /r0 { /Tx % text % textString Tx - { tr _ctm _pss } ddef /Tj % justified text % textString Tj - { trj _ctm _pjss } ddef } def /r1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def % font operators % Binding /To % begin text % bindType To - { pop _ctm currentmatrix pop } def /TO % end text % TO - { Te _ctm setmatrix newpath } def % Text paths /Tp % begin text path % a b c d tx ty startPt Tp - { pop _tm astore pop _ctm setmatrix _tDict begin /W {} def /h {} def } def /TP % end text path % TP - { end iTm 0 0 moveto } def % Render mode & matrix operators /Tr % begin render % render Tr - { _render 3 le {currentpoint newpath moveto} if dup 8 eq {pop 0} {dup 9 eq {pop 1} if} ifelse dup /_render exch ddef _renderStart exch get load exec } def /iTm % internal set text matrix % - iTm - (uses _tm as implicit argument) { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } def /Tm % set text matrix % a b c d tx ty Tm - { _tm astore pop iTm 0 0 moveto } def /Td % translate text matrix % tx ty Td - { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } def /Te % end render % - Te - { _render -1 eq {} {_renderEnd _render get dup null ne {load exec} {pop} ifelse} ifelse /_render -1 ddef } def % Attributes /Ta % set alignment % alignment Ta - { pop } def /Tf % set font name and size % fontname size Tf - { dup 1000 div /_fScl exch ddef exch findfont exch scalefont setfont } def /Tl % set leading % leading paragraphLeading Tl - { pop 0 exch _leading astore pop } def /Tt % set user tracking % userTracking Tt - { pop } def /TW % set word spacing % minSpace optSpace maxSpace TW - { 3 npop } def /Tw % set computed word spacing % wordSpace Tw { /_cx exch ddef } def /TC % set character spacing % minSpace optSpace maxSpace TC - { 3 npop } def /Tc % set computed char spacing % charSpace Tc - { /_ax exch ddef } def /Ts % set super/subscripting (rise) % rise Ts - { /_rise exch ddef currentpoint iTm moveto } def /Ti % set indentation % firstStartIndent otherStartIndent stopIndent Ti - { 3 npop } def /Tz % set horizontal scaling % scalePercent Tz - { 100 div /_hs exch ddef iTm } def /TA % set pairwise kerning % autoKern TA - % autoKern = 0 -> no pair kerning % = 1 -> automatic pair kerning { pop } def /Tq % set hanging quotes % hangingQuotes Tq - % hangingQuotes = 0 -> no hanging quotes % = 1 -> hanging quotes { pop } def % Text Bodies /TX {pop} def %/Tx % non-justified text % textString Tx - %/Tj % justified text % textString Tj - /Tk % kern % autoKern kernValue Tk - % autoKern = 0 -> manual kern, = 1 -> auto kern % kernValue = kern value in em/1000 space { exch pop _fScl mul neg 0 rmoveto } def /TK % non-printing kern % autoKern kernValue TK - { 2 npop } def /T* % carriage return & line feed % - T* - { _leading aload pop neg Td } def /T*- % carriage return & negative line feed % - T*- - { _leading aload pop Td } def /T- % print a discretionary hyphen % - T- - { _hyphen Tx } def /T+ % discretionary hyphen hyphen % - T+ - {} def /TR % reset pattern matrix % a b c d tx ty TR - { _ctm currentmatrix pop _tm astore pop iTm 0 0 moveto } def /TS % special chars % textString justified TS - { 0 eq {Tx} {Tj} ifelse } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 1 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat userdict begin /showpage {} def false setoverprint pop } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup %%IncludeFont: Times-Roman Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_typography_AI3 /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec [ 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef /guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla /hungarumlaut/ogonek/caron TE %AI3_BeginEncoding: _Times-Roman Times-Roman [/_Times-Roman/Times-Roman 0 0 1 TZ %AI3_EndEncoding %%EndSetup 0 A 1 To 5.8131 0 0 5.3919 10.0045 783.9903 0 Tp 0 i 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 10 784 m 10 -14.0022 L 632.0028 -14.0022 L 632.0028 784 L 10 784 L n TP -0.0008 -10.875 Td 1 Tr 0 R 0.5 G 0 w /_Times-Roman 12 Tf 0 Ts 99.9884 Tz 0 Tt 0 TA 0 0 5 TC 100 100 200 TW 0 0 0 Ti 0 Ta 0 Tq 0 0 Tl 0 Tc 0 Tw (01001011010101101) Tx 0 -14.5 Td (01010100101010001) Tx 0 -14.5 Td (01010101001010100) Tx 0 -14.5 Td (10101010100101110) Tx 0 -14.5 Td (10101101110101011) Tx 0 -14.5 Td (01010101010111010) Tx 0 -14.5 Td (10101101010101101) Tx 0 -14.5 Td (01010111010110101) Tx 0 -14.5 Td (01010101111101010) Tx 0 -14.5 Td (10000010101000110) Tx (\r) TX TO u u u *u 0 O 1 g 1 R 0 G 2 J 1 w 120.5033 690.6524 m 117.7129 680.2402 116.3904 668.7462 138.8445 667.2588 c 129.3702 674.2904 122.3451 685.9196 127.3461 704.5804 c 135.4276 734.7352 156.9275 747.8519 181.6734 747.8519 c 198.3059 747.8519 201.733 735.4114 197.6742 720.2663 c 192.1295 699.5772 172.632 673.7495 153.1685 666.7179 c 156.9661 661.7146 164.4916 653.466 172.003 648.1923 c 172.1019 648.057 172.2009 647.9218 172.1284 647.6514 c 171.6936 646.0287 167.8127 642.6481 164.5673 642.6481 c 163.8912 642.6481 163.2513 642.7833 162.6839 643.189 c 158.9463 645.8935 148.1614 657.117 143.1468 662.1203 c 138.6022 661.3089 134.572 660.9033 131.1914 660.9033 c 113.4772 660.9033 110.4168 671.1802 113.6059 683.0799 c 114.7655 687.4071 120.0289 699.9828 122.0573 699.9828 c 123.5448 699.9828 122.0979 696.6022 120.5033 690.6524 c b 1 D 141.9989 707.2849 m 137.6864 691.1933 143.2869 679.2936 149.3346 671.5859 c 165.84 677.671 180.0389 698.3601 184.5326 715.1278 c 188.0841 728.3797 186.8904 739.0624 170.3931 739.0624 c 155.789 739.0624 145.9128 721.889 141.9989 707.2849 c b *U *u 0 D 243.1579 671.5859 m 241.1993 669.828 233.1838 662.1203 226.017 662.1203 c 220.8785 662.1203 219.5344 668.2053 220.1726 673.6143 c 216.6054 668.8814 203.0263 660.0919 196.6708 660.0919 c 190.1801 660.0919 193.6591 673.0734 194.7295 678.0766 c 192.8072 676.454 189.6121 673.6143 187.2479 671.8564 c 186.7335 671.4507 186.1564 671.3155 185.6155 671.3155 c 184.5337 671.3155 183.6066 672.3973 184.0052 673.8847 c 184.2589 674.8313 185.0897 675.9131 186.5966 676.9948 c 192.931 681.4572 199.749 690.2467 205.3288 703.4986 c 205.4013 703.7691 206.2489 703.9043 207.3307 703.9043 c 210.7112 703.9043 217.0473 702.8225 216.9023 702.2816 c 211.746 695.6557 207.1084 685.9196 205.2602 679.0232 c 204.028 674.4256 204.0686 671.045 206.0969 671.045 c 212.4524 671.045 223.1416 682.6742 227.2718 690.5172 c 227.6245 691.3285 228.5083 691.599 229.4549 691.599 c 231.4832 691.599 233.8615 690.382 233.7166 689.8411 c 231.7234 682.4038 228.1357 669.0167 231.5162 669.0167 c 233.0399 669.1519 240.0699 674.6961 242.1637 676.454 C 243.1579 671.5859 L b *U *u 241.0387 675.579 m 250.1711 682.7812 275.2999 703.4633 294.9065 706.744 c 295.0417 706.744 295.3122 706.744 295.8531 706.744 c 298.1519 706.744 302.4498 705.1213 302.1237 703.9043 c 302.0512 703.6339 301.7083 703.3634 301.2664 703.2282 c 283.4353 696.7375 268.8203 688.6241 259.7036 679.8345 c 256.3998 676.5892 254.6295 674.0199 253.8685 671.1802 c 253.3611 669.2871 254.0443 667.7997 256.2078 667.7997 c 266.4848 667.7997 283.1319 685.5139 290.7054 693.0864 c 292.0144 694.4387 293.9535 695.1148 295.7114 695.1148 c 298.1454 695.1148 300.1181 693.8978 299.7194 692.4103 c 299.5745 691.8694 299.258 691.1933 298.7339 690.2467 c 295.6882 684.4321 291.1063 675.9131 289.7654 670.9098 c 289.0768 668.3406 289.3181 666.7179 291.076 666.7179 c 294.8622 666.7179 303.2109 674.1552 307.4613 677.4005 c 307.9756 677.8062 308.4176 677.9414 308.9585 677.9414 c 309.905 677.9414 310.6341 677.1301 310.2717 675.7778 c 309.9818 674.6961 309.0785 673.3438 307.2914 671.7211 c 302.273 667.1235 292.6349 659.4158 285.3328 659.4158 c 281.0056 659.4158 276.7272 662.1203 278.3217 668.0701 c 279.0827 670.9098 280.276 673.3438 281.6671 675.5074 c 275.8277 670.3689 263.1172 657.2522 248.9188 657.2522 c 244.3212 657.2522 239.6706 658.0636 241.3376 664.2839 c 242.3885 668.2053 244.4391 671.3155 246.7238 674.2904 c 245.695 673.479 243.6607 671.6995 242.5329 671.0234 c B *U *u 305.5378 675.9744 m 314.9856 683.3897 341.2451 705.1213 351.7087 709.8541 c 352.8002 710.395 353.6478 710.5302 354.3239 710.5302 c 356.3523 710.5302 356.5838 708.3667 355.714 705.1213 c 353.6121 697.2784 345.0017 682.8095 341.659 677.4005 c 350.0439 684.973 361.6503 694.9796 369.0876 694.9796 c 375.4431 694.9796 376.903 687.8127 376.2788 679.4289 c 375.7271 671.3155 375.1251 666.0418 377.1535 666.0418 c 380.3989 666.0418 386.9772 670.9098 394.0169 676.9948 c 394.5313 677.4005 395.1447 677.671 395.6856 677.671 c 396.7674 677.671 397.6317 676.8596 397.2331 675.3722 c 396.9431 674.2904 396.0399 672.9381 394.1175 671.3155 c 387.4932 665.7713 380.4438 659.1454 372.6008 659.1454 c 367.3271 659.1454 366.6829 662.7964 365.573 668.7462 c 364.6875 674.0199 364.1087 679.4289 358.4294 679.4289 c 346.124 679.4289 337.6558 663.4725 331.263 655.7648 c 329.8453 654.0069 326.7157 652.9251 324.2817 652.9251 c 322.1181 652.9251 320.4424 653.7364 320.9136 655.4943 c 321.0948 656.1704 321.8001 657.7931 322.3604 658.8749 c 325.1093 665.0952 333.8311 681.9981 335.4257 687.9479 c 335.7881 689.3002 335.5998 690.1115 335.3294 690.1115 c 335.0589 690.1115 334.1389 689.7058 333.2188 689.3002 c 324.1172 685.1083 313.322 676.546 305.8766 670.4609 c B *U *u 394.1288 676.9948 m 406.916 686.8662 418.8735 703.2282 421.5834 707.2849 c 423.8416 710.6655 425.9186 713.3699 428.3218 717.2914 c 427.1048 717.2914 425.7526 717.2914 424.1299 717.2914 c 418.7209 717.2914 411.7256 717.4266 406.4616 717.9675 c 404.8752 718.1028 404.6436 720.2663 405.1872 722.2947 c 405.6946 724.1878 406.8781 726.0809 408.3655 726.0809 c 414.2164 726.2162 428.1444 726.2162 433.5533 726.2162 c 436.1377 730.8138 438.0265 734.3296 441.4514 740.5498 c 442.0118 741.6316 443.509 742.1725 444.726 742.1725 c 446.2134 742.1725 447.3845 741.4964 447.2033 740.8203 c 447.1308 740.5498 446.9496 739.8737 446.6332 739.1976 c 444.9689 735.0057 442.1838 728.6502 441.1258 726.2162 c 442.3428 726.2162 443.6951 726.2162 445.3177 726.2162 c 446.9404 726.2162 446.7663 724.0526 446.1502 721.7538 c 445.5704 719.5902 444.5486 717.2914 443.2954 717.1562 c 441.6364 717.021 439.0672 717.021 437.0388 717.021 c 429.9716 703.7691 419.1813 677.1301 416.717 667.9349 c 416.101 665.6361 415.9825 664.6895 416.3882 664.6895 c 417.1995 664.6895 420.3026 666.177 422.4592 667.6644 c 426.8712 670.5041 432.0876 674.8313 434.4518 676.5892 c 435.2729 677.1301 436.0215 677.4005 436.5624 677.4005 c 437.7794 677.4005 438.5085 676.5892 438.1461 675.2369 c 437.9287 674.4256 437.2331 673.3438 435.8252 672.1268 c 432.2872 669.0167 415.1214 654.4125 405.791 654.4125 c 400.923 654.4125 400.3123 656.1704 402.233 663.3373 c 404.7698 672.8029 409.9942 683.2151 413.4554 689.5706 c 408.6155 683.6208 400.9527 676.7244 394.4371 671.5859 c B *U *u 433.2445 675.7016 m 442.332 682.8685 467.4602 703.4986 486.8556 706.744 c 486.9908 706.744 487.2612 706.744 487.8021 706.744 c 490.1009 706.744 494.3989 705.1213 494.0727 703.9043 c 494.0002 703.6339 493.6573 703.3634 493.2154 703.2282 c 475.3843 696.7375 460.7694 688.6241 451.6526 679.8345 c 448.3489 676.5892 446.5785 674.0199 445.8175 671.1802 c 445.3102 669.2871 445.9933 667.7997 448.1569 667.7997 c 458.4339 667.7997 475.0809 685.5139 482.6545 693.0864 c 483.9634 694.4387 485.9025 695.1148 487.6604 695.1148 c 490.0945 695.1148 492.0671 693.8978 491.6685 692.4103 c 491.5235 691.8694 491.2071 691.1933 490.683 690.2467 c 487.6372 684.4321 483.0553 675.9131 481.7144 670.9098 c 481.0259 668.3406 481.2671 666.7179 483.025 666.7179 c 486.8113 666.7179 495.16 674.1552 499.4103 677.4005 c 499.9247 677.8062 500.3666 677.9414 500.9075 677.9414 c 501.8541 677.9414 502.5832 677.1301 502.2208 675.7778 c 501.9309 674.6961 501.0276 673.3438 499.2405 671.7211 c 494.2221 667.1235 484.5839 659.4158 477.2818 659.4158 c 472.9547 659.4158 468.6762 662.1203 470.2708 668.0701 c 471.0318 670.9098 472.225 673.3438 473.6162 675.5074 c 467.7767 670.3689 455.0663 657.2522 440.8678 657.2522 c 436.2702 657.2522 431.6196 658.0636 433.2866 664.2839 c 434.3376 668.2053 436.3881 671.3155 438.6728 674.2904 c 437.6441 673.479 436.579 672.5325 435.4513 671.8564 c B *U U U u u *u 0 g 124.5033 689.1524 m 121.7129 678.7402 120.3904 667.2462 142.8445 665.7588 c 133.3702 672.7904 126.3451 684.4196 131.3461 703.0804 c 139.4276 733.2352 160.9275 746.3519 185.6734 746.3519 c 202.3059 746.3519 205.733 733.9114 201.6742 718.7663 c 196.1295 698.0772 176.632 672.2495 157.1685 665.2179 c 160.9661 660.2146 168.4916 651.966 176.003 646.6923 c 176.1019 646.557 176.2009 646.4218 176.1284 646.1514 c 175.6936 644.5287 171.8127 641.1481 168.5673 641.1481 c 167.8912 641.1481 167.2513 641.2833 166.6839 641.689 c 162.9463 644.3935 152.1614 655.617 147.1468 660.6203 c 142.6022 659.8089 138.572 659.4033 135.1914 659.4033 c 117.4772 659.4033 114.4168 669.6802 117.6059 681.5799 c 118.7655 685.9071 124.0289 698.4828 126.0573 698.4828 c 127.5448 698.4828 126.0979 695.1022 124.5033 689.1524 c b 1 D 145.9989 705.7849 m 141.6864 689.6933 147.2869 677.7936 153.3346 670.0859 c 169.84 676.171 184.0389 696.8601 188.5326 713.6278 c 192.0841 726.8797 190.8904 737.5624 174.3931 737.5624 c 159.789 737.5624 149.9128 720.389 145.9989 705.7849 c b *U *u 0 D 247.1579 670.0859 m 245.1993 668.328 237.1838 660.6203 230.017 660.6203 c 224.8785 660.6203 223.5344 666.7053 224.1726 672.1143 c 220.6054 667.3814 207.0263 658.5919 200.6708 658.5919 c 194.1801 658.5919 197.6591 671.5734 198.7295 676.5766 c 196.8072 674.954 193.6121 672.1143 191.2479 670.3564 c 190.7335 669.9507 190.1564 669.8155 189.6155 669.8155 c 188.5337 669.8155 187.6066 670.8973 188.0052 672.3847 c 188.2589 673.3313 189.0897 674.4131 190.5966 675.4948 c 196.931 679.9572 203.749 688.7467 209.3288 701.9986 c 209.4013 702.2691 210.2489 702.4043 211.3307 702.4043 c 214.7112 702.4043 221.0473 701.3225 220.9023 700.7816 c 215.746 694.1557 211.1084 684.4196 209.2602 677.5232 c 208.028 672.9256 208.0686 669.545 210.0969 669.545 c 216.4524 669.545 227.1416 681.1742 231.2718 689.0172 c 231.6245 689.8285 232.5083 690.099 233.4549 690.099 c 235.4832 690.099 237.8615 688.882 237.7166 688.3411 c 235.7234 680.9038 232.1357 667.5167 235.5162 667.5167 c 237.0399 667.6519 244.0699 673.1961 246.1637 674.954 C 247.1579 670.0859 L b *U *u 245.0387 674.079 m 254.1711 681.2812 279.2999 701.9633 298.9065 705.244 c 299.0417 705.244 299.3122 705.244 299.8531 705.244 c 302.1519 705.244 306.4498 703.6213 306.1237 702.4043 c 306.0512 702.1339 305.7083 701.8634 305.2664 701.7282 c 287.4353 695.2375 272.8203 687.1241 263.7036 678.3345 c 260.3998 675.0892 258.6295 672.5199 257.8685 669.6802 c 257.3611 667.7871 258.0443 666.2997 260.2078 666.2997 c 270.4848 666.2997 287.1319 684.0139 294.7054 691.5864 c 296.0144 692.9387 297.9535 693.6148 299.7114 693.6148 c 302.1454 693.6148 304.1181 692.3978 303.7194 690.9103 c 303.5745 690.3694 303.258 689.6933 302.7339 688.7467 c 299.6882 682.9321 295.1063 674.4131 293.7654 669.4098 c 293.0768 666.8406 293.3181 665.2179 295.076 665.2179 c 298.8622 665.2179 307.2109 672.6552 311.4613 675.9005 c 311.9756 676.3062 312.4176 676.4414 312.9585 676.4414 c 313.905 676.4414 314.6341 675.6301 314.2717 674.2778 c 313.9818 673.1961 313.0785 671.8438 311.2914 670.2211 c 306.273 665.6235 296.6349 657.9158 289.3328 657.9158 c 285.0056 657.9158 280.7272 660.6203 282.3217 666.5701 c 283.0827 669.4098 284.276 671.8438 285.6671 674.0074 c 279.8277 668.8689 267.1172 655.7522 252.9188 655.7522 c 248.3212 655.7522 243.6706 656.5636 245.3376 662.7839 c 246.3885 666.7053 248.4391 669.8155 250.7238 672.7904 c 249.695 671.979 247.6607 670.1995 246.5329 669.5234 c B *U *u 309.5378 674.4744 m 318.9856 681.8897 345.2451 703.6213 355.7087 708.3541 c 356.8002 708.895 357.6478 709.0302 358.3239 709.0302 c 360.3523 709.0302 360.5838 706.8667 359.714 703.6213 c 357.6121 695.7784 349.0017 681.3095 345.659 675.9005 c 354.0439 683.473 365.6503 693.4796 373.0876 693.4796 c 379.4431 693.4796 380.903 686.3127 380.2788 677.9289 c 379.7271 669.8155 379.1251 664.5418 381.1535 664.5418 c 384.3989 664.5418 390.9772 669.4098 398.0169 675.4948 c 398.5313 675.9005 399.1447 676.171 399.6856 676.171 c 400.7674 676.171 401.6317 675.3596 401.2331 673.8722 c 400.9431 672.7904 400.0399 671.4381 398.1175 669.8155 c 391.4932 664.2713 384.4438 657.6454 376.6008 657.6454 c 371.3271 657.6454 370.6829 661.2964 369.573 667.2462 c 368.6875 672.5199 368.1087 677.9289 362.4294 677.9289 c 350.124 677.9289 341.6558 661.9725 335.263 654.2648 c 333.8453 652.5069 330.7157 651.4251 328.2817 651.4251 c 326.1181 651.4251 324.4424 652.2364 324.9136 653.9943 c 325.0948 654.6704 325.8001 656.2931 326.3604 657.3749 c 329.1093 663.5952 337.8311 680.4981 339.4257 686.4479 c 339.7881 687.8002 339.5998 688.6115 339.3294 688.6115 c 339.0589 688.6115 338.1389 688.2058 337.2188 687.8002 c 328.1172 683.6083 317.322 675.046 309.8766 668.9609 c B *U *u 398.1288 675.4948 m 410.916 685.3662 422.8735 701.7282 425.5834 705.7849 c 427.8416 709.1655 429.9186 711.8699 432.3218 715.7914 c 431.1048 715.7914 429.7526 715.7914 428.1299 715.7914 c 422.7209 715.7914 415.7256 715.9266 410.4616 716.4675 c 408.8752 716.6028 408.6436 718.7663 409.1872 720.7947 c 409.6946 722.6878 410.8781 724.5809 412.3655 724.5809 c 418.2164 724.7162 432.1444 724.7162 437.5533 724.7162 c 440.1377 729.3138 442.0265 732.8296 445.4514 739.0498 c 446.0118 740.1316 447.509 740.6725 448.726 740.6725 c 450.2134 740.6725 451.3845 739.9964 451.2033 739.3203 c 451.1308 739.0498 450.9496 738.3737 450.6332 737.6976 c 448.9689 733.5057 446.1838 727.1502 445.1258 724.7162 c 446.3428 724.7162 447.6951 724.7162 449.3177 724.7162 c 450.9404 724.7162 450.7663 722.5526 450.1502 720.2538 c 449.5704 718.0902 448.5486 715.7914 447.2954 715.6562 c 445.6364 715.521 443.0672 715.521 441.0388 715.521 c 433.9716 702.2691 423.1813 675.6301 420.717 666.4349 c 420.101 664.1361 419.9825 663.1895 420.3882 663.1895 c 421.1995 663.1895 424.3026 664.677 426.4592 666.1644 c 430.8712 669.0041 436.0876 673.3313 438.4518 675.0892 c 439.2729 675.6301 440.0215 675.9005 440.5624 675.9005 c 441.7794 675.9005 442.5085 675.0892 442.1461 673.7369 c 441.9287 672.9256 441.2331 671.8438 439.8252 670.6268 c 436.2872 667.5167 419.1214 652.9125 409.791 652.9125 c 404.923 652.9125 404.3123 654.6704 406.233 661.8373 c 408.7698 671.3029 413.9942 681.7151 417.4554 688.0706 c 412.6155 682.1208 404.9527 675.2244 398.4371 670.0859 c B *U *u 437.2445 674.2016 m 446.332 681.3685 471.4602 701.9986 490.8556 705.244 c 490.9908 705.244 491.2612 705.244 491.8021 705.244 c 494.1009 705.244 498.3989 703.6213 498.0727 702.4043 c 498.0002 702.1339 497.6573 701.8634 497.2154 701.7282 c 479.3843 695.2375 464.7694 687.1241 455.6526 678.3345 c 452.3489 675.0892 450.5785 672.5199 449.8175 669.6802 c 449.3102 667.7871 449.9933 666.2997 452.1569 666.2997 c 462.4339 666.2997 479.0809 684.0139 486.6545 691.5864 c 487.9634 692.9387 489.9025 693.6148 491.6604 693.6148 c 494.0945 693.6148 496.0671 692.3978 495.6685 690.9103 c 495.5235 690.3694 495.2071 689.6933 494.683 688.7467 c 491.6372 682.9321 487.0553 674.4131 485.7144 669.4098 c 485.0259 666.8406 485.2671 665.2179 487.025 665.2179 c 490.8113 665.2179 499.16 672.6552 503.4103 675.9005 c 503.9247 676.3062 504.3666 676.4414 504.9075 676.4414 c 505.8541 676.4414 506.5832 675.6301 506.2208 674.2778 c 505.9309 673.1961 505.0276 671.8438 503.2405 670.2211 c 498.2221 665.6235 488.5839 657.9158 481.2818 657.9158 c 476.9547 657.9158 472.6762 660.6203 474.2708 666.5701 c 475.0318 669.4098 476.225 671.8438 477.6162 674.0074 c 471.7767 668.8689 459.0663 655.7522 444.8678 655.7522 c 440.2702 655.7522 435.6196 656.5636 437.2866 662.7839 c 438.3376 666.7053 440.3881 669.8155 442.6728 672.7904 c 441.6441 671.979 440.579 671.0325 439.4513 670.3564 c B *U U U U u *u 0 J 451.3077 644.464 m 451.0798 644.476 450.8879 644.5 450.684 644.5 c 450.4562 644.5 450.2523 644.476 450.0484 644.464 c 449.7006 645.4595 449.2688 646.6108 448.7891 647.7022 c 445.7428 647.7022 L 445.323 646.6468 444.8912 645.5914 444.5554 644.464 c 444.3875 644.476 444.2556 644.5 444.1117 644.5 c 443.9557 644.5 443.8238 644.476 443.6919 644.464 c 447.4338 652.8474 L 447.7097 652.8474 L 451.3077 644.464 l f 1 D 447.2779 651.2763 m 445.9706 648.206 L 448.6092 648.206 L 447.2779 651.2763 l f *U *u 0 D 453.2549 641.3937 m 453.075 641.4057 452.9311 641.4297 452.7752 641.4297 c 452.6073 641.4297 452.4514 641.4057 452.2955 641.3937 c 452.2955 650.1969 L 452.4514 650.1849 452.6073 650.1609 452.7752 650.1609 c 452.9311 650.1609 453.075 650.1849 453.2549 650.1969 c 453.2549 648.9855 L 453.2789 648.9855 L 453.4828 649.3933 453.8546 650.2688 455.3058 650.2688 c 456.853 650.2688 457.7165 648.9615 457.7165 647.5223 c 457.7165 645.5554 456.6611 644.3681 455.1259 644.3681 c 454.2624 644.3681 453.6747 644.7758 453.2789 645.5194 c 453.2549 645.5194 L 453.2549 641.3937 l f 1 D 455.018 644.8718 m 456.2293 644.8718 456.6611 646.0831 456.6611 647.4744 c 456.6611 648.6497 456.3013 649.861 455.006 649.861 c 453.6147 649.861 453.2549 648.2899 453.2549 647.1745 c 453.2549 645.8912 453.7946 644.8718 455.018 644.8718 c f *U *u 0 D 459.1223 650.1969 m 459.2782 650.1849 459.4341 650.1609 459.602 650.1609 c 459.7579 650.1609 459.9019 650.1849 460.0818 650.1969 c 460.0818 648.9975 L 460.1417 649.1414 L 460.5375 649.7651 461.0532 650.2688 461.6529 650.2688 c 461.8208 650.2688 461.9167 650.2568 462.0247 650.2089 c 461.8568 649.2014 L 461.6769 649.2494 461.497 649.3933 461.2931 649.3933 c 461.0292 649.3933 460.7054 649.2974 460.5255 649.0935 c 460.1057 648.6137 460.0818 648.218 460.0818 647.5703 c 460.0818 644.464 L 459.9019 644.476 459.7579 644.5 459.602 644.5 c 459.4341 644.5 459.2782 644.476 459.1223 644.464 C 459.1223 650.1969 l f *U *u 464.3148 644.464 m 464.1349 644.476 463.991 644.5 463.835 644.5 c 463.6671 644.5 463.5112 644.476 463.3553 644.464 c 463.3553 650.1969 L 463.5112 650.1849 463.6671 650.1609 463.835 650.1609 c 463.991 650.1609 464.1349 650.1849 464.3148 650.1969 C 464.3148 644.464 l f 463.835 651.6361 m 463.4992 651.6361 463.2234 651.9119 463.2234 652.2477 c 463.2234 652.5836 463.4992 652.8594 463.835 652.8594 c 464.1589 652.8594 464.4467 652.5836 464.4467 652.2477 c 464.4467 651.9119 464.1589 651.6361 463.835 651.6361 c f *U *u 466.6893 653.4711 m 466.8452 653.4591 467.0011 653.4351 467.169 653.4351 c 467.3249 653.4351 467.4689 653.4591 467.6488 653.4711 c 467.6488 644.464 L 467.4689 644.476 467.3249 644.5 467.169 644.5 c 467.0011 644.5 466.8452 644.476 466.6893 644.464 C 466.6893 653.4711 l f *U *u 475.0723 651.708 m 474.9884 651.744 L 473.6571 651.0244 L 473.5851 651.1923 473.4652 651.3602 473.2973 651.4682 c 474.0889 651.792 475.1083 652.2597 475.8279 652.7035 c 476.0318 652.6435 L 476.0318 644.464 L 475.8519 644.476 475.708 644.5 475.5521 644.5 c 475.3842 644.5 475.2282 644.476 475.0723 644.464 C 475.0723 651.708 l f *U *u 480.1241 645.1836 m 480.4359 644.9078 480.8677 644.7399 481.2875 644.7399 c 482.0191 644.7399 482.7747 645.3755 483.1944 646.4789 c 483.4703 647.2105 483.5902 647.9781 483.5782 648.7457 c 483.1824 648.05 482.4388 647.6543 481.6473 647.6543 c 480.376 647.6543 479.3805 648.5298 479.3805 649.969 c 479.3805 651.5521 480.4719 652.5236 482.067 652.5236 c 483.974 652.5236 484.6696 650.8205 484.6696 649.1055 c 484.6696 646.323 483.0865 644.3681 481.1915 644.3681 c 480.6878 644.3681 480.304 644.476 480.244 644.524 c 480.2201 644.7279 480.1361 644.9198 479.9922 645.1356 C 480.1241 645.1836 l f 1 D 482.0311 652.1518 m 480.8557 652.1518 480.4359 651.0364 480.4359 650.041 c 480.4359 649.1055 480.8437 648.158 481.9351 648.158 c 482.9665 648.158 483.5662 649.1534 483.5662 650.0769 c 483.5902 651.2643 483.0385 652.1518 482.0311 652.1518 c f *U *u 0 D 486.795 645.1836 m 487.1068 644.9078 487.5386 644.7399 487.9584 644.7399 c 488.69 644.7399 489.4456 645.3755 489.8653 646.4789 c 490.1412 647.2105 490.2611 647.9781 490.2491 648.7457 c 489.8533 648.05 489.1097 647.6543 488.3182 647.6543 c 487.0469 647.6543 486.0514 648.5298 486.0514 649.969 c 486.0514 651.5521 487.1428 652.5236 488.7379 652.5236 c 490.6449 652.5236 491.3405 650.8205 491.3405 649.1055 c 491.3405 646.323 489.7574 644.3681 487.8624 644.3681 c 487.3587 644.3681 486.9749 644.476 486.9149 644.524 c 486.891 644.7279 486.807 644.9198 486.6631 645.1356 C 486.795 645.1836 l f 1 D 488.702 652.1518 m 487.5266 652.1518 487.1068 651.0364 487.1068 650.041 c 487.1068 649.1055 487.5146 648.158 488.606 648.158 c 489.6374 648.158 490.2371 649.1534 490.2371 650.0769 c 490.2611 651.2643 489.7094 652.1518 488.702 652.1518 c f *U *u 0 D 493.346 651.804 m 493.5259 652.0079 494.1615 652.5236 495.109 652.5236 c 496.1524 652.5236 497.3878 652.0199 497.3878 650.8085 c 497.3878 649.885 496.8001 649.0935 495.7686 648.7217 c 496.848 648.6377 497.7595 648.05 497.7595 646.8747 c 497.7595 645.2916 496.3803 644.3681 494.7132 644.3681 c 494.1016 644.3681 493.4539 644.488 492.9022 644.7519 c 492.9982 644.9917 493.0102 645.2316 493.0461 645.4835 c 493.1181 645.5314 L 493.5259 645.0757 494.1136 644.7399 494.7372 644.7399 c 495.9845 644.7399 496.6681 645.6634 496.6681 646.8507 c 496.6681 647.8941 496.0445 648.4698 495.0131 648.4698 c 494.8212 648.4698 494.6293 648.4338 494.4374 648.4218 c 494.4494 648.5178 494.4734 648.5897 494.4734 648.6737 c 494.4734 648.7577 494.4494 648.8296 494.4374 648.9136 c 494.5933 648.9016 494.7372 648.8896 494.8931 648.8896 c 495.9006 648.8896 496.3323 649.7411 496.3323 650.6406 c 496.3323 651.5041 495.8766 652.1518 495.061 652.1518 c 494.4734 652.1518 493.9217 651.732 493.7058 651.1923 c 493.6458 651.1563 L 493.346 651.804 l f *U U u *u 185.7126 650.4727 m 186.4322 652.4756 L 186.5161 652.6675 L 186.6601 652.6555 186.804 652.6315 186.9599 652.6315 c 187.0918 652.6315 187.2357 652.6555 187.3917 652.6675 c 187.0079 651.9359 184.3573 645.7953 183.9256 644.464 c 183.8416 644.476 183.7577 644.5 183.6857 644.5 c 183.6017 644.5 183.5178 644.476 183.4338 644.464 c 182.0666 647.2825 180.3155 651.6481 179.7878 652.6675 c 179.9677 652.6555 180.1716 652.6315 180.3635 652.6315 c 180.5554 652.6315 180.7353 652.6555 180.9512 652.6675 c 181.1071 652.2957 181.251 651.8999 181.395 651.5041 c 182.1985 649.4053 L 183.6737 645.7713 L 183.7816 645.7713 L 184.0095 646.263 184.2614 646.7308 184.4533 647.2225 C 185.7126 650.4727 l f *U *u 190.97 650.2688 m 192.6131 650.2688 193.7525 649.1295 193.7525 647.3424 c 193.7525 645.8193 192.733 644.3681 190.7541 644.3681 c 189.135 644.3681 187.8157 645.5554 187.9237 647.3784 c 187.9237 649.1055 189.2429 650.2688 190.97 650.2688 c f 1 D 188.9791 647.1985 m 188.9791 646.0112 189.4828 644.7399 190.8501 644.7399 c 192.2533 644.7399 192.697 646.4669 192.697 647.4024 c 192.697 648.4818 192.2893 649.897 190.958 649.897 c 189.4348 649.897 188.9791 648.4698 188.9791 647.1985 c f *U *u 0 D 195.3621 653.4711 m 195.5181 653.4591 195.674 653.4351 195.8419 653.4351 c 195.9978 653.4351 196.1417 653.4591 196.3216 653.4711 c 196.3216 644.464 L 196.1417 644.476 195.9978 644.5 195.8419 644.5 c 195.674 644.5 195.5181 644.476 195.3621 644.464 C 195.3621 653.4711 l f *U *u 203.1817 644.464 m 203.0018 644.476 202.8578 644.5 202.7019 644.5 c 202.534 644.5 202.3781 644.476 202.2222 644.464 c 202.2222 645.4954 L 201.8384 644.7639 201.1548 644.3681 200.3152 644.3681 c 198.996 644.3681 198.3363 645.0517 198.3363 646.6708 c 198.3363 650.1969 L 198.4922 650.1849 198.6482 650.1609 198.8161 650.1609 c 198.972 650.1609 199.1159 650.1849 199.2958 650.1969 c 199.2958 646.9586 L 199.2958 645.6993 199.6676 644.9557 200.747 644.9557 c 201.9703 644.9557 202.2222 646.0352 202.2222 646.8867 c 202.2222 650.1969 L 202.3781 650.1849 202.534 650.1609 202.7019 650.1609 c 202.8578 650.1609 203.0018 650.1849 203.1817 650.1969 C 203.1817 644.464 l f *U *u 205.0312 650.1969 m 205.1871 650.1849 205.343 650.1609 205.511 650.1609 c 205.6669 650.1609 205.8108 650.1849 205.9907 650.1969 c 205.9907 649.1654 L 206.3865 649.8491 206.9262 650.2688 207.7657 650.2688 c 208.5453 650.2688 209.2649 649.8491 209.5167 649.0815 c 209.9725 649.8491 210.5842 650.2688 211.3997 650.2688 c 212.8629 650.2688 213.3307 649.4173 213.3307 647.9301 c 213.3307 644.464 L 213.1508 644.476 213.0068 644.5 212.8509 644.5 c 212.683 644.5 212.5271 644.476 212.3712 644.464 c 212.3712 647.6543 L 212.3712 648.7217 212.2153 649.6452 211.0399 649.6452 c 209.8286 649.6452 209.6607 648.5658 209.6607 647.7022 c 209.6607 644.464 L 209.4808 644.476 209.3368 644.5 209.1809 644.5 c 209.013 644.5 208.8571 644.476 208.7012 644.464 c 208.7012 647.9781 L 208.7012 649.1055 208.3174 649.6452 207.4299 649.6452 c 206.1946 649.6452 205.9907 648.8296 205.9907 647.9541 c 205.9907 644.464 L 205.8108 644.476 205.6669 644.5 205.511 644.5 c 205.343 644.5 205.1871 644.476 205.0312 644.464 C 205.0312 650.1969 l f *U *u 219.4739 645.0757 m 218.8863 644.6559 218.1427 644.3681 217.4111 644.3681 c 215.756 644.3681 214.5806 645.4595 214.5806 647.3184 c 214.5806 648.9855 215.5401 650.2688 217.3271 650.2688 c 218.6584 650.2688 219.8817 649.3333 219.7618 647.3304 c 218.9462 647.3544 218.1307 647.3664 217.3271 647.3664 c 215.636 647.3664 L 215.5281 646.0232 216.2597 644.8718 217.7109 644.8718 c 218.5265 644.8718 219.1621 645.3875 219.4859 645.6993 C 219.4739 645.0757 l f 1 D 218.8263 647.8102 m 218.8023 648.8536 218.5145 649.897 217.3271 649.897 c 216.1997 649.897 215.708 648.8176 215.636 647.8102 C 218.8263 647.8102 l f *U *u 0 D 229.7194 650.4727 m 230.439 652.4756 L 230.523 652.6675 L 230.6669 652.6555 230.8108 652.6315 230.9667 652.6315 c 231.0987 652.6315 231.2426 652.6555 231.3985 652.6675 c 231.0147 651.9359 228.3642 645.7953 227.9324 644.464 c 227.8484 644.476 227.7645 644.5 227.6925 644.5 c 227.6086 644.5 227.5246 644.476 227.4407 644.464 c 226.0734 647.2825 224.3224 651.6481 223.7947 652.6675 c 223.9746 652.6555 224.1785 652.6315 224.3704 652.6315 c 224.5623 652.6315 224.7422 652.6555 224.958 652.6675 c 225.1139 652.2957 225.2579 651.8999 225.4018 651.5041 c 226.2053 649.4053 L 227.6805 645.7713 L 227.7885 645.7713 L 228.0164 646.263 228.2682 646.7308 228.4601 647.2225 C 229.7194 650.4727 l f *U *u 239.3181 652.6675 m 239.486 652.6555 239.6659 652.6315 239.8458 652.6315 c 240.0137 652.6315 240.1816 652.6555 240.3735 652.6675 c 240.3735 644.464 L 240.1816 644.476 240.0137 644.5 239.8458 644.5 c 239.6659 644.5 239.486 644.476 239.3181 644.464 C 239.3181 652.6675 l f *U *u 242.3642 645.6274 m 242.6521 645.1596 243.1798 644.7399 243.7435 644.7399 c 244.3311 644.7399 244.9188 645.1956 244.9188 645.8313 c 244.9188 647.4504 242.0884 646.395 242.0884 648.4938 c 242.0884 649.6452 242.9639 650.2688 244.0433 650.2688 c 244.667 650.2688 245.1827 650.0889 245.3986 649.957 c 245.2786 649.6811 245.1827 649.3933 245.1107 649.1055 c 245.0028 649.1055 L 244.8469 649.5012 244.4271 649.897 243.9833 649.897 c 243.3837 649.897 242.8919 649.5492 242.8919 648.9016 c 242.8919 647.3664 245.7224 648.182 245.7224 646.263 c 245.7224 644.9797 244.571 644.3681 243.5156 644.3681 c 243.0239 644.3681 242.4362 644.5 242.0164 644.7519 c 242.1124 645.0397 242.2203 645.3275 242.2683 645.6274 C 242.3642 645.6274 l f *U *u 247.0312 645.6274 m 247.3191 645.1596 247.8468 644.7399 248.4105 644.7399 c 248.9981 644.7399 249.5858 645.1956 249.5858 645.8313 c 249.5858 647.4504 246.7554 646.395 246.7554 648.4938 c 246.7554 649.6452 247.6309 650.2688 248.7103 650.2688 c 249.3339 650.2688 249.8497 650.0889 250.0655 649.957 c 249.9456 649.6811 249.8497 649.3933 249.7777 649.1055 c 249.6698 649.1055 L 249.5139 649.5012 249.0941 649.897 248.6503 649.897 c 248.0507 649.897 247.5589 649.5492 247.5589 648.9016 c 247.5589 647.3664 250.3894 648.182 250.3894 646.263 c 250.3894 644.9797 249.238 644.3681 248.1826 644.3681 c 247.6909 644.3681 247.1032 644.5 246.6834 644.7519 c 246.7794 645.0397 246.8873 645.3275 246.9353 645.6274 C 247.0312 645.6274 l f *U *u 256.5196 644.464 m 256.3397 644.476 256.1957 644.5 256.0398 644.5 c 255.8719 644.5 255.716 644.476 255.5601 644.464 c 255.5601 645.4954 L 255.1763 644.7639 254.4927 644.3681 253.6531 644.3681 c 252.3339 644.3681 251.6742 645.0517 251.6742 646.6708 c 251.6742 650.1969 L 251.8301 650.1849 251.986 650.1609 252.154 650.1609 c 252.3099 650.1609 252.4538 650.1849 252.6337 650.1969 c 252.6337 646.9586 L 252.6337 645.6993 253.0055 644.9557 254.0849 644.9557 c 255.3082 644.9557 255.5601 646.0352 255.5601 646.8867 c 255.5601 650.1969 L 255.716 650.1849 255.8719 650.1609 256.0398 650.1609 c 256.1957 650.1609 256.3397 650.1849 256.5196 650.1969 C 256.5196 644.464 l f *U *u 262.8187 645.0757 m 262.231 644.6559 261.4874 644.3681 260.7558 644.3681 c 259.1007 644.3681 257.9253 645.4595 257.9253 647.3184 c 257.9253 648.9855 258.8848 650.2688 260.6718 650.2688 c 262.0031 650.2688 263.2264 649.3333 263.1065 647.3304 c 262.291 647.3544 261.4754 647.3664 260.6718 647.3664 c 258.9808 647.3664 L 258.8728 646.0232 259.6044 644.8718 261.0556 644.8718 c 261.8712 644.8718 262.5068 645.3875 262.8307 645.6993 C 262.8187 645.0757 l f 1 D 262.171 647.8102 m 262.147 648.8536 261.8592 649.897 260.6718 649.897 c 259.5445 649.897 259.0527 648.8176 258.9808 647.8102 C 262.171 647.8102 l f *U *u 0 D 269.754 651.708 m 269.67 651.744 L 268.3387 651.0244 L 268.2668 651.1923 268.1468 651.3602 267.9789 651.4682 c 268.7705 651.792 269.7899 652.2597 270.5095 652.7035 c 270.7134 652.6435 L 270.7134 644.464 L 270.5335 644.476 270.3896 644.5 270.2337 644.5 c 270.0658 644.5 269.9099 644.476 269.754 644.464 C 269.754 651.708 l f *U U u *u 496.7204 42.1352 m 496.8883 42.1233 497.0682 42.0993 497.2481 42.0993 c 497.416 42.0993 497.5839 42.1233 497.7758 42.1352 c 497.7758 33.9318 L 497.5839 33.9438 497.416 33.9677 497.2481 33.9677 c 497.0682 33.9677 496.8883 33.9438 496.7204 33.9318 C 496.7204 42.1352 l f *U *u 499.8025 35.5509 m 500.2703 34.7833 500.81 34.3036 501.7455 34.3036 c 502.7169 34.3036 503.4126 35.1071 503.4126 36.0546 c 503.4126 38.2854 499.6586 37.3019 499.6586 40.0124 c 499.6586 41.5596 500.882 42.3152 502.3212 42.3152 c 502.8968 42.3152 503.5925 42.1352 504.0362 41.7395 c 503.8923 41.4276 503.8083 41.0918 503.7124 40.756 c 503.5925 40.756 L 503.3406 41.4037 502.8129 41.7994 502.1053 41.7994 c 501.2777 41.7994 500.5941 41.2477 500.5941 40.3962 c 500.5941 38.1894 504.372 39.0769 504.372 36.5223 c 504.372 34.8073 503.0408 33.7878 501.4097 33.7878 c 500.822 33.7878 499.8625 34.0397 499.4547 34.4835 c 499.5747 34.8313 499.6346 35.1911 499.6826 35.5509 C 499.8025 35.5509 l f *U *u 505.8025 35.5509 m 506.2703 34.7833 506.81 34.3036 507.7455 34.3036 c 508.7169 34.3036 509.4126 35.1071 509.4126 36.0546 c 509.4126 38.2854 505.6586 37.3019 505.6586 40.0124 c 505.6586 41.5596 506.882 42.3152 508.3212 42.3152 c 508.8968 42.3152 509.5925 42.1352 510.0362 41.7395 c 509.8923 41.4276 509.8083 41.0918 509.7124 40.756 c 509.5925 40.756 L 509.3406 41.4037 508.8129 41.7994 508.1053 41.7994 c 507.2777 41.7994 506.5941 41.2477 506.5941 40.3962 c 506.5941 38.1894 510.372 39.0769 510.372 36.5223 c 510.372 34.8073 509.0408 33.7878 507.4097 33.7878 c 506.822 33.7878 505.8625 34.0397 505.4547 34.4835 c 505.5747 34.8313 505.6346 35.1911 505.6826 35.5509 C 505.8025 35.5509 l f *U *u 519.0706 33.9318 m 518.7108 33.9318 L 518.5788 34.0997 518.339 34.3875 518.0871 34.6634 c 512.9059 40.3962 L 512.786 40.3962 L 512.786 33.9318 L 512.6661 33.9438 512.5581 33.9677 512.4502 33.9677 c 512.3303 33.9677 512.2223 33.9438 512.1144 33.9318 c 512.1144 42.1352 L 512.5821 42.1352 L 518.279 35.9586 L 518.3989 35.9586 L 518.3989 42.1352 L 518.5069 42.1233 518.6148 42.0993 518.7347 42.0993 c 518.8427 42.0993 518.9506 42.1233 519.0706 42.1352 C 519.0706 33.9318 l f *U *u 526.4854 41.1758 m 526.4015 41.2118 L 525.0702 40.4922 L 524.9982 40.6601 524.8783 40.828 524.7104 40.9359 c 525.5019 41.2597 526.5214 41.7275 527.241 42.1712 c 527.4449 42.1113 L 527.4449 33.9318 L 527.265 33.9438 527.1211 33.9677 526.9651 33.9677 c 526.7972 33.9677 526.6413 33.9438 526.4854 33.9318 C 526.4854 41.1758 l f *U *u 533.684 41.9913 m 535.531 41.9913 536.3945 40.6121 536.3945 37.9975 c 536.3945 35.383 535.2671 33.8358 533.6121 33.8358 c 531.4293 33.8358 530.7816 35.5269 530.7816 37.7217 c 530.7816 39.6526 531.2853 41.9913 533.684 41.9913 c f 1 D 535.4111 37.9975 m 535.4111 39.9165 534.8954 41.6675 533.66 41.6195 c 532.1249 41.5596 531.7651 40.2763 531.7651 37.9735 c 531.7651 36.6782 531.813 34.2076 533.636 34.2076 c 534.9313 34.2076 535.4111 35.6708 535.4111 37.9975 c f *U *u 0 D 538.412 41.9553 m 538.4839 41.9913 L 542.3338 41.9913 L 542.3818 41.8954 L 542.3098 41.6075 542.2739 41.3077 542.3098 41.0199 c 541.8781 41.1158 541.3144 41.2118 540.6907 41.2118 c 538.9157 41.2118 L 538.9157 38.5372 L 539.2995 38.7291 539.7912 38.8251 540.199 38.8251 c 541.4943 38.8251 542.5377 37.9016 542.5377 36.5463 c 542.5377 35.1671 541.4223 33.8358 539.5514 33.8358 c 538.46 33.8358 537.8843 34.1476 537.6324 34.3036 c 537.8123 35.0951 L 537.8963 35.1071 L 538.2561 34.5194 538.9637 34.2316 539.6353 34.2316 c 540.8107 34.2316 541.4223 35.287 541.4223 36.4504 c 541.4223 37.5538 540.9666 38.3213 539.7073 38.3213 c 539.0836 38.3213 538.6998 38.0695 538.5199 37.9256 c 538.412 38.0095 L 538.412 41.9553 l f *U *u 544.7591 41.2717 m 544.939 41.4756 545.5746 41.9913 546.5221 41.9913 c 547.5655 41.9913 548.8008 41.4876 548.8008 40.2763 c 548.8008 39.3528 548.2132 38.5612 547.1817 38.1894 c 548.2611 38.1055 549.1726 37.5178 549.1726 36.3424 c 549.1726 34.7593 547.7934 33.8358 546.1263 33.8358 c 545.5146 33.8358 544.867 33.9557 544.3153 34.2196 c 544.4113 34.4595 544.4232 34.6993 544.4592 34.9512 c 544.5312 34.9992 L 544.939 34.5434 545.5266 34.2076 546.1503 34.2076 c 547.3976 34.2076 548.0812 35.1311 548.0812 36.3184 c 548.0812 37.3619 547.4576 37.9376 546.4261 37.9376 c 546.2342 37.9376 546.0424 37.9016 545.8505 37.8896 c 545.8625 37.9855 545.8864 38.0575 545.8864 38.1414 c 545.8864 38.2254 545.8625 38.2974 545.8505 38.3813 c 546.0064 38.3693 546.1503 38.3573 546.3062 38.3573 c 547.3137 38.3573 547.7454 39.2089 547.7454 40.1084 c 547.7454 40.9719 547.2897 41.6195 546.4741 41.6195 c 545.8864 41.6195 545.3347 41.1998 545.1189 40.6601 c 545.0589 40.6241 L 544.7591 41.2717 l f *U *u 550.7583 36.9901 m 553.7567 36.9901 L 553.7567 36.2465 L 550.7583 36.2465 L 550.7583 36.9901 l f *U *u 558.5534 38.4293 m 558.8173 38.3813 560.2685 38.0095 560.2685 36.4504 c 560.2685 34.8553 559.1411 33.8358 557.5699 33.8358 c 556.0588 33.8358 554.9314 34.6034 554.9314 36.2105 c 554.9314 37.2299 555.687 38.1414 556.6704 38.3813 c 556.6704 38.4653 L 556.4306 38.5252 555.3512 38.897 555.3512 40.0964 c 555.3512 41.3437 556.5145 41.9913 557.6419 41.9913 c 558.2416 41.9913 558.7453 41.9194 559.237 41.5476 c 559.6928 41.1998 559.8967 40.792 559.8967 40.2163 c 559.8967 39.4247 559.297 38.7171 558.5534 38.5132 C 558.5534 38.4293 l f 1 D 556.6345 41.0798 m 556.3826 40.72 556.3466 40.3842 556.3466 39.9644 c 556.3466 39.5926 556.5025 39.2089 556.7544 38.933 c 556.9823 38.6692 557.3061 38.5852 557.6419 38.5852 c 558.0617 38.5852 558.4215 38.7891 558.6493 39.1369 c 558.8652 39.4367 558.9012 39.8205 558.9012 40.1803 c 558.9012 40.9479 558.4575 41.6195 557.6299 41.6195 c 557.2101 41.6195 556.8623 41.4156 556.6345 41.0798 c f 555.9868 36.2225 m 555.9868 35.1671 556.4665 34.2076 557.6419 34.2076 c 558.7813 34.2076 559.213 35.323 559.213 36.2945 c 559.213 37.3019 558.7573 38.2014 557.6299 38.2014 c 556.5505 38.2014 555.9868 37.194 555.9868 36.2225 c f *U *u 0 D 561.1825 36.1985 m 561.1825 36.3544 L 562.4898 38.2854 563.7371 40.0124 565.1044 41.9314 c 565.2243 41.9194 565.3442 41.8954 565.4882 41.8954 c 565.6081 41.8954 565.716 41.9194 565.86 41.9314 c 565.86 36.8821 L 566.9633 36.9301 L 566.9274 36.6782 566.9274 36.4144 566.9633 36.1505 c 565.86 36.1985 L 565.86 33.9318 L 565.68 33.9438 565.5361 33.9677 565.3802 33.9677 c 565.2123 33.9677 565.0564 33.9438 564.9005 33.9318 c 564.9005 36.1985 L 561.1825 36.1985 l f 1 D 564.9245 40.732 m 564.8645 40.78 L 563.917 39.5327 563.0655 38.2374 562.178 36.9421 c 562.2259 36.8821 L 564.9245 36.8821 L 564.9245 40.732 l f *U *u 0 D 568.8849 34.6514 m 569.1967 34.3755 569.6284 34.2076 570.0482 34.2076 c 570.7798 34.2076 571.5354 34.8433 571.9552 35.9467 c 572.231 36.6782 572.3509 37.4458 572.339 38.2134 c 571.9432 37.5178 571.1996 37.122 570.408 37.122 c 569.1367 37.122 568.1413 37.9975 568.1413 39.4367 c 568.1413 41.0199 569.2327 41.9913 570.8278 41.9913 c 572.7347 41.9913 573.4304 40.2883 573.4304 38.5732 c 573.4304 35.7907 571.8472 33.8358 569.9523 33.8358 c 569.4485 33.8358 569.0648 33.9438 569.0048 33.9917 c 568.9808 34.1956 568.8968 34.3875 568.7529 34.6034 C 568.8849 34.6514 l f 1 D 570.7918 41.6195 m 569.6165 41.6195 569.1967 40.5041 569.1967 39.5087 c 569.1967 38.5732 569.6045 37.6257 570.6959 37.6257 c 571.7273 37.6257 572.327 38.6212 572.327 39.5447 c 572.3509 40.732 571.7993 41.6195 570.7918 41.6195 c f *U *u 0 D 579.1778 41.5356 m 578.9979 41.5955 578.806 41.6195 578.6141 41.6195 c 576.6711 41.6195 576.0595 39.1969 576.0475 37.6617 c 576.5032 38.3693 577.1389 38.7291 577.9904 38.7291 c 579.4776 38.7291 580.3051 37.8296 580.3051 36.4983 c 580.3051 34.9512 579.2497 33.8358 577.6906 33.8358 c 575.6637 33.8358 574.9681 35.4549 574.9681 37.2419 c 574.9681 40.1324 576.4313 41.9913 578.5061 41.9913 c 578.686 41.9913 578.8659 41.9913 579.0458 41.9553 C 579.1778 41.5356 l f 1 D 576.0475 36.1625 m 576.0475 35.1911 576.6472 34.2076 577.7026 34.2076 c 578.77 34.2076 579.2377 35.311 579.2377 36.4144 c 579.2377 37.5538 578.6261 38.2614 577.7386 38.2734 c 576.6711 38.2134 576.0475 37.5418 576.0475 36.1625 c f *U U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_typography_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF %%EndDocument FMENDEPSF 0 0 0 324 324 324 324 141.62 195.62 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Photoshop Version 2.0.1 %%Title: grayeye.eps %%CreationDate: 4/1/93 10:46 PM %%BoundingBox: 0 0 324 324 %%SuppressDotGainCompensation %%DocumentProcessColors: Black %%EndComments %%BeginProlog %%EndProlog %%BeginSetup %%EndSetup %ImageData: 324 324 8 1 0 324 2 "beginimage" gsave 40 dict begin /_image systemdict /image get def /_setgray systemdict /setgray get def /_currentgray systemdict /currentgray get def /_settransfer systemdict /settransfer get def /_currenttransfer systemdict /currenttransfer get def /blank 0 _currenttransfer exec 1 _currenttransfer exec eq def /negative blank {0 _currenttransfer exec 0.5 lt} {0 _currenttransfer exec 1 _currenttransfer exec gt} ifelse def /inverted? negative def /level2 systemdict /languagelevel known {languagelevel 2 ge} {false} ifelse def gsave 0 setgray /rows 324 def /cols 324 def 72 65536 mul 4718592 div dup cols mul exch rows mul scale /picstr1 324 string def /readdata {currentfile exch readhexstring pop} def /image2 level2 {/image load def} {{begin Width Height BitsPerComponent ImageMatrix /DataSource load image end} def} ifelse /beginimage { image2 } def 12 dict begin /ImageType 1 def /Width cols def /Height rows def /ImageMatrix [cols 0 0 rows neg 0 rows] def /BitsPerComponent 8 def /Decode [0 1] def /DataSource {picstr1 readdata} def currentdict end level2 { /DeviceGray setcolorspace} if %%BeginBinary: 213527 beginimage 1D141B3716311B0F1C0C1A21162E445F786673BA8B7A5B3A282A3325314B3128 251719233F28244F2A2C392C2C221D1D2A2E3F2F34343F3047483E4459436A4F 626F485B625F94696191C3AECCE1DBE6EABD93D2EAFBF6F6F5F2EFE1AAC8D6BA C3B3D6E0E4E4E7D4E4EFE9EEF7F6F9FAF8FBFBF8F9F6EEF8F7F6FBFAF8FAF8FD FEFBFDFCFAF4F3F4FDFEFEFEF8FAFFFFFFFFFBFDFDF8FFFFFFFFFFFEFFFEFEFF FEFFFFFFFFFFFFFBFBFEFFFFFFFFFEFEFFFEFFFFFFFFFFFDFFFFFFFFFEF8F6F4 F6FDFEFFFFFFFFFFFEFFFFFFFFFFFDFEFEFFFFFFFFFFFFFFFFFFFFFFFDFFFFFF FEFDF7F9F3F3F8FBFEFFFFFFFFFBF8FBF8FDFEFDFFFFFFFFFFFFFFFFFFFFFEFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFFFEFFFFFEFDFFFEFFFDFBFAFDFBFAFAF1F2F1E4DBE9CEC9DC D6EAD5E1 10071B2A191B170C140F2A282C524855584F4F62697B524E291D392F2A301D20 1D2C162C3F3729312F332E2E401D1D312C1D1B3728283F2E3739404B4D4B554B 696151625D67665FA7BAD5E1D7E1EBEDE1C0ADBBD9F1F0F0E0D6BFABC2B3AAB3 97A4BAB9D3D3DEDBDBE3E1D6E4EDF1EBF7F9F8FAFAF8FAFBFCFBFAFAFAFAFAFB FBFCFBFCFBF8F7F9FBFEFFFEFDFCFFFFFFFEFEFDFBFAFDFDFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFEFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFDF9F6 F8FCFEFEFEFFFFFFFFFFFFFFFFFFFCFAFDFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF FFFEFBF6F4F5F3F7FDFFFFFFFFFEFBFBFBFDFCFEFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFEFDFBFDFDFBFBF8F8F4EDE3EAE4DBDA D4E7E1ED 2A051C0F2307060C1C1920425551595D3A45423E4D5B51583F2E212F2521253E 2C290F3C37242528312528241A1D211D371A1C2F2A31213C4533554E3E47515B 5B525B4F5B628896BAD4EEF3EAEAF2F2D3A2969CA8A4C1C792AA947F8C9F8E88 8E9681A5BD9FBDCCD6D5CAD2C3BADADFF2F4F5F5F7F9FDFEFFFFFEFEFEFDFCFD FCFDFCFDFBFBFBFBFEFEFFFFFFFDFDFFFFFEFEFEFDFBF6F7F8FBFDFEFFFFFEFD FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFD FBFCFEFFFFFFFFFFFFFFFFFFFFFDF6F4FAFFFFFBFBFFFFFFFFFFFFFFFFFEFEFF FFFFFBF4F3F2F2F6F9FEFFFFFFFFFEFDFDFEFCFBFEFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFEFFFFFFFFFFFEFFFFFDFEFEFFFFFFFDFBF6F1F7F6F4F3EA EBF2F4EE 14142A141C1621192E3E44554F3129282C202C31313C4E4B473728250A231D36 2C281423251A203C33161D241A392A33251B2016304221203C494B37654E5961 553E494D5F78B3CAD9F3F6F4DDD0C7AB948355747F7F949A9C947F917C9DA39A 939F9AABA3A49A9DBDC3C7BBCDDFDBE3F2F0EDEDEDF6FCFDFFFFFFFFFFFEFEFE FEFDFEFEFEFDFEFEFEFEFFFFFFFEFBFEFEFDFDFBFEFBF7F2F3F7F4FAFDFFFEFD FDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFFFEFD FAFAFEFFFFFFFEFBF9FCFEFFFFFBF2EAF3FDFFFBF7FBFCFEFFFFFFFFFFFDFAFE FFFFFFFDFBF8F8F8FAFDFFFFFFFFFFFFFEFEFDF8FBFEFFFFFFFFFFFFFFFFFFFF FFFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFEFFFFFFFFFFFFFEFEFEFFFFFFFFFFFFFEFDFAFBFBFBFBF8F7 F6F9FAF7 3C1B1A161A191B1D2E435B4B2428190F3C1D122C2F442C37402119291C28203F 1D2C281F1F201B210F2A23201D2A1D361D22201D25223333303B3C42474D553B 3B42499FBDB7D6E3EEE1D3CD87656B698B8E868687B5AE9AA796897F8EC0B6D3 C6CEBAD0CFBDB1C7C0CADAD6E7DFE3D2D4D9BAB5CCDAF2F6FAFCFEFDFEFEFEFD FDFDFDFDFBFDFEFEFDFBFBFDFFFFFFFEFDF9F8FBFEFEFDFAFAFBF8F8FEFEFEFE FDFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFAFBFDFEFFFFFFFFFFFFFFFFFE FDFDFEFEFEFBF7E7E1F0FAFEFFFFFAF2EEFBFEFDFDFBFAFDFEFFFFFFFFFFFDFC FDFFFFFFFEFCFDFBFBFEFFFFFFFFFFFFFFFEFEFAF9FBFFFFFFFFFFFFFFFFFFFF FFFFFFFFFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFEFFFFFFFFFFFFFFFEFCFBFAFAFAF7F7 F8FAF8F9 25231D081C2A1F3E625831161F0B1B1B2E1D1D1B2A452C21212F1C141B121423 253619171B061B2A0C2512281D30230F161B161A141D2A375F4B423931444E3C 4483C7E3EBE4DBC5AA887F6B634F39679482828E9A969CA3869C967887A2B6CB AFB7ABABC0BEAEC1C5E0CEDED0B5AB9F879196929FA2CED6F2F4F8FAFBFCFBFB FDFDFBFBFAFBFDFBFEFCF9FBFDFFFFFEF9F3F1F5FBFEFFFFFFFEFEFBFDFDFEFF FEFEFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFDFCFAFBFEFEFEFEFEFFFFFFFFFF FFFFFFFEFEFDFAF3EDEAF3FDFEFFFFFDF7F8FDFFFFFDFAFBFEFFFFFFFFFFFFFF FDFEFFFFFEFAF8F8F7FCFDFFFFFFFFFFFFFFFEFDFDFDFDFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFEFEFFFFFFFFFFFFFFFFFDFBFAF9FAF8 FAFAFAFB 1414191B24294B474243230F1907312C2024071B2A2A1D0E1F1A0A1B16161F16 1D2A0A0A0F22081B2A100821120F2020280E17201A3B3C43525145223C5861C5 D6DEF2F6F0B38E8871756F615D3A2A5958776F728B757B84828C707B7C818896 9794A8A48BA3A2A8B6BFB7C59CAB928994879D9F9AAECADCEBE6EFF5F7F8F7F6 FAFCFDFDFBF8FBFDFDFEFEFCFEFFFFFEFEFAF6F2F8FBFFFFFFFFFEFEFDFDFCFD FEFDFEFEFEFCFBFEFFFFFFFFFFFFFFFFFFFFFFFFFDF8F0EDEDEFFAFFFFFFFFFF FFFFFFFFFFFFFFFDFDFBFBFEFFFFFFFFFEFBFCFFFFFEFCFBFDFEFFFFFFFFFFFF FEFFFEFFFFFAF2E9F2F6FAFDFFFFFFFFFFFFFFFEFEFEFEFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFE FFFFFFFEFFFEFEFFFFFFFFFFFFFDFEFEFCFDFEFEFFFFFFFFFFFFFEFBFDFCFBFB FBFCFDFE 172A1B20474E624D2920231C05061F1B20100A1D23291A163A232A2F313B2A21 14120817223B1D191D1C160C17201419161D2110163947584F5B5B6775C6D2E5 EDF2EBE0B97D9282967872757D758668696B74876F6D7A657C74756254696A83 8B8B899494A4AABBAA979F96A2B3AEA59FADB9A4B5D4E1EEEDE7EBF2F7FBFBFB FBFBFAFBF8F8FAFBFBFBFCFBFCFDFFFFFFFEFEFCFAFBFCFDFEFDFDFDFDFDFCFB FCFAFBFBFDFDFBFDFFFFFFFFFFFFFFFFFFFFFFFFFDF8E5D7C3D6F3FCFEFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCFEFFFFFBFAF8FDFEFFFFFFFFFE FEFEFEFFFFFFFAF3F4F0F2F8FEFFFBFCFFFFFFFEFCFDFFFDFFFFFFFFFFFDFDFE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFE FEFEFFFFFFFEFEFEFFFFFFFEFEFDFDFDFAFAFDFEFEFFFFFFFFFEFEFDFFFEFDFD FEFDFEFF 1D1C293F474F471B230F141A0B191224341D2A1B241C252A252C3C2A2C2A1D1F 23342828442A282223282A1D191A19140F2E2F1F1D3B454583AA9FD4D9E7DDE7 F2EDD4C08B8B8B7C9474837B8B9A8C7D94898B8C977D697F835B6A6454497199 89B59694A4B3C3A7AD9A8C8CAFB6BBB3A4B3B9CFBEDBEEF1F2EAEDF2F4F7F8FA F8F8F0EDE3EAEDF5F6F1E8EEEBF0F6FDFFFFFFFEFDF9F3F1F2F0F7FAFDFEFDFC FDFCFBFAFAFBFDFEFEFEFFFFFFFFFFFFFFFEFDFEFFFFFCFAF1F0F8F8FEFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFEFFFDF7F6FAFAFBFEFFFFFE FCFDFEFFFFFFFFFFFDF8F4F8FEFFFDFAFEFFFFFFFDFEFFFFFEFFFFFFFEFEFDFD FEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD FDFBFBFDFFFFFFFFFFFFFEFDFDFEFEFDFCFCFEFDFEFEFFFFFFFEFEFEFFFFFFFF FFFEFEFF 191B33555121120F0E1F1C160B1B1C1F25281C162C19282E37291A1D2C19331D 1F281D2A231B2C1B283123201B2F190A0B121D402A287FA396B7D3BBABCBB7C5 D3BD9A888C7D71888B7A8E899A74928B7D99AE84A4847F708B968B869C68939A 9FBB93B7B7B3CCBEBBB7C0C0C5C0A89CB3BAB6CBC3DAD3D9EDD3E1E7D6DAE8EB EBEAE3D4D7DECBE4E5F2EDEDEADEE1F6FDFFFFFEFBF2DDCAA5BADEE0F2FAFCFD FEFDFDFDFDFDFDFEFEFFFFFFFFFFFFFFFFFFFDFEFFFFFFFFFEFEFEFDFFFFFEFF FFFFFFFFFEFBFBFDFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFBF7F3F2F7FAFEFFFF FBFBFDFEFFFFFFFFFFFEFBFBFDFFFFFBFBFDFFFFFFFFFFFFFDFDFEFFFFFEFDFD FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFDFB FBFBFBFEFEFEFEFDFEFDFEFDFDFDFEFEFDFEFDFEFEFEFEFEFEFFFFFFFFFFFFFF FFFEFEFF 0C40474836190506080F080F140B202A28161D2A2431312139191916222C241D 3F231C2A0F0A1A160E0C1D1A0B231B212F2C2E407C707BC1B3BBAA968E94A8C2 978B7A7B785C7D65718E7D7F94757B69777F74898E75897C99A7BBA38989917D A8B5AAB3A79FA4B1B39A9DADA2AB948B8EB3CCBBBBD6BBCADAC2B094AB9A8EAF C1DADEDACEBACDDED5EDF2F0EDDFE0EAF4FBFDFDFCF8EADBC9A8B5D4CADCF3F7 F8FAFAF8FAFBFCFFFFFEFFFFFFFCFDFEFFFFFEFDFEFFFFFFFFFFFFFFFBFAF2F4 FBFEFFFDF8EEE1EDF9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF8F6F8FCFEFFFF FEFDFEFEFEFFFFFFFFFFFFFFFEFFFFFEFBFBFEFFFFFFFFFEFAF6FBFFFFFFFEFE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFEFFFFFFFDFD FBFAFBFBFEFEFEFEFEFDFFFEFDFEFEFDFEFDFFFFFEFDFEFFFFFFFFFFFFFFFFFF FFFFFFFE 2347552E16201708140A08060F0A0724290B1D37372E314B4D33422E212A2C1D 2A1F282320141423141C1F292229212A2E4749458792949284B38C97A292938E 83825B8365597767747D8283887F7771948484889489879CBAA7B5AB96888E96 A594A37F624D697C747B7D88938E838E9DADC3CCCAAECACEBFC3B1AA93969C8B A5D6D2C2A399A2A7C1CFDCE7DDE1EAF2F6FBFBFCFEFCF6E3E3D7DEC9CAD8D6E7 F7FBFDFBFBFAFAFEFEFEFEFFFFFEFCFEFFFFFFFDFBFBFCFEFEFFFFFFFAF2DCCD DBF9FFFFF9F0DCD5F0FCFCFAFAFEFFFFFFFFFFFFFFFFFFFFFFFEFCFBFDFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFCFDFFFFFFFFFEFDFBFDFFFFFFFFFF FFFFFFFFFFFEFEFEFEFEFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFEFFFFFFFEFD FBFAFDFDFEFFFEFFFFFEFEFEFEFEFEFEFEFFFFFFFFFEFFFFFFFFFEFFFFFFFFFF FFFFFFFE 4D513F1A100A06120C0A190F0607040F07060E1A3A1424333B4B4B3949243029 0B14121C220E1D1D221D1710253F37313F4E435F7C7575868483869C7A8B7565 6F7B72816D6B6582717275677F777C898383AE9D949F9FA4AAA2967FA29AAA9C A5AA967067416265656870847A9DA791ABCCD0D6D3C7BDC2D4C39DC89A9A8799 AAA3C9D2939F7B6B8291A2B3CDDBD3E4F2F7F8F9FCFAFAF8F1E7EEE4D9D3B6C0 E7F8FBF8FBFBFAFAFDFCFDFFFFFFFFFEFFFFFFFFFDFBFBFBFBFDFEFFFFFCF3CB D6F1FEFFFBF4E4E3DFE4F6F8F4F9FEFFFFFFFFFFFFFFFFFFFFFFFEFBFCFEFFFF FFFFFFFEFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFDFDFBFDFCFBFFFFFFFFFFFFFFFEFEFEFEFFFFFFFFFFFFFFFEFEFE FBFDFEFEFEFDFDFDFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFF 454E331B201F191A1025010102080B2514020731343155232E422C2020393E28 312A1D1D1D1B291F280819121934433C3F3C474070926378877F8683837F6583 5B555570695C6D7562724E6782636970757A7F8E968BA29FAFAAA396A39FBD9C 9D93967B6B717C6B87757D8496A89AB0BFB1BBB9A3BBAAAAAE9D9F949CA78EA3 A39FADB3B08E5F705B7D868B9DAABED6D6DEEAF4F8FAF7F7F7F7F6F4E9D6BDCA E7EAD6E1F2F4F7F7FBFAF8FDFFFFFFFFFFFFFFFFFFFEFBFDFDFDFDFDFFFFFFF7 F0F2FBFFFDEDB7C5B3ABD4F0F8F6FAFBFDFFFFFFFFFFFFFFFFFFF8E9EFF9FDFF FFFFFFFEFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFEFDFDFBFAFAFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE FDFCFDFBFAF8FBFDFEFFFEFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFF 552C2831231B14190E220F120F2414172012083C47473023221D232C2E374347 4742311D281B292C210F1A142A23314B4E3B3F213E65616A6492967783827570 656A326A7D57455C5C65638465657465757F947D7B928B7FA8AB9D9DA29F969F 9D78B7B79D939DA29C87977D9C9691A39A9D91949F8B96C3AA8783898E8B9699 81A8A7AABBB59A948C9C74A49C96B0C3BDA2BFDEF1F8F7F2F0F8F8F6DFD6BDB7 E5CAA7B5D6DEE6F3F8F8FBFDFDFFFFFFFFFFFFFFFFFFFFFFFFFEFEFDFEFFFFFF FBF9FBFFFEF2D9CDB7CBC0E4F9FAFAF6F7FBFFFFFFFFFFFFFFFFFBEAE1F5FBFE FFFFFFFFFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFDFBFBFBFAFBFDFEFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFF FDFDFBF8F4F6F7FDFEFFFDFEFEFFFEFEFEFEFFFFFFFFFFFFFFFFFFFFFEFFFFFF FFFFFFFF 3F281B1F0C1B100F141612100A1206140F0C07374E450C0814211B1940221B21 211B1D332A0F2F230820292E222F333136363330433E4F83A29A8B7F6B50624E 163B3C655B67474D4A4A4D5D6D5F4A6F755D81755D7588937D8E9F8488817172 6F89BAC2D2AAC0D3C0A8B0BFB08C8E7D697A7D7F87948E8C9AA891A8978E949F 9D94849A6D849193A5A8BDB9AAB3B7C9CBB3AEB6DAF0F5EFDAE3E7E4D3B7BDD6 EEE3DEC3E6EAE7F2F6FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFF FFFFFFFFFFFEFBF7F7F4EDF3F9FDFEFEF6F4FAFEFFFFFFFFFFFFFFFBF5FAFCFE FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFBFAFDFAFAFBFEFFFFFFFFFFFEFEFFFFFFFEFFFFFFFFFFFFFFFE FCFCFBF8F4F4F8FBFBFBFDFDFEFFFEFDFCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFF 1D0A1616060508101B2C14191D120C17291B0A473414121D1A1C2317160C1B08 140C0C0C0F071A252A25223F2C29331D2A1431203B5C437CB39169374A3E3A64 2D3F3B32322D2A3C275A624C62675078637B52555D5A6D6D587B6D705850757B 7F96ABC3BBBECEBDB9AFB9CAB99C8E7275717C91848E8E8B837DA2A4899C9199 94919283849F7B9C9484ABA8B3CAC3DCA2CAD2CBD8F1F7F6E7DED8D3EDDAE6ED F6FAF7F4F6F9F8FAFAFBFDFEFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF7F7F8FEFFFFFFFFFFFFFFFFFEFEFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFCFEFFFFFF FFFFFFFFFFFFFFFEFEFEFDFEFFFFFFFFFFFDFDFEFFFFFFFEFFFFFFFFFFFFFFFE FDFBFAF8F8F6F7F7FBFDFBFDFEFEFDFDFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFF 2E3320201C1028221D140C0B0C1D21163A332A5240441F1B1D0C0F1A080C080E 01020C100C161A2E2E2A3A3137371A122514543257527DA2AA817059684D4930 2F4E3C2F32232B41276F4D5C684549593A4539455B687C62627D625D4362707C 9787848E8884848E8B7D979A9A9A8E5C757DA38CA38E75827465818E8E7F7D8E 70818E8B899C9FA28E9A8EA2B5C3C0D2CADAC2DBE4F3FAF8F9F7F6F6F8F7FAFD FEFEFDFBF8F7F7F6F7F6F6F6F8F8F8FDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFEFBF3F4F7FAFEFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFEFF FFFFFFFFFFFFFFFFFFFFFEFEFEFFFFFFFFFDFCFDFEFEFDFEFEFEFEFDFEFEFEFE FDF8F7F7E7EEF1F6FAFCFBFBFBFBFCFCFDFEFFFFFFFFFFFFFFFFFFFFFFFEFEFF FFFFFFFF 34221C0F33373323281D190E0717284444373B55404725140A080F0C0C22011C 050C051B1A0C17372A2A34312F3628122A31413C6975BDA58E7D5B727D376245 323F455A252D554A5074686D5A542F3B5D353E4D5B816D6F625A706D678E8B7C 7F816549705B49525C58656270647F7B6D75898CA8969C7A7283727D896B7D75 83877D938B92999284999DB39ACACEC1E3E1E7F2F6FAFBFEFEFFFFFEFFFEFEFD FBF7FBF8F5F0EBE4E0DFD4C3E0DFE9F7FDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFDFDFDFBFDFEFEFEFBFBFDFAF3F1EDF1FBFEFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFDFFFDFBFDFEFDFEFEFEFEFEFD FBF7F0EDE3EDF2F6F8F8F8FAFBFDFEFEFDFEFFFFFFFFFFFFFFFFFFFFFFFEFDFD FFFFFFFF 37142316101B20160C1C2E1B14282533424437474B2C1620140C081B080B0C10 06300C1D120C10140E161D2C2A2A233B435B50456DA8CAA38271755F4F453B2B 4C412B2025374A6A61678B754149393C5054755A89938291778B788391897270 2F3A252D354752374F78654F456D7F617774526F837D8E81937C838E7B759789 87818478839C7C87BDADBDDADCE3EDEDF5FAFCFEFEFFFFFFFFFEFFFEFDFBFAF0 DDD4D4D0E1BDD6D3CDD9DBDEDEE1EEF4F4F7FDFFFFFFFEF9FDFEFFFFFFFFFFFF FFFFFFFFFFFFFFFEF4F0F4F4F5F4DFEBF7F7F6EDEDF1F1F6FBFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFCFBFDFDFDFBFBFBFBFDFDFFFEFD F9F6F2EEF0F6F6F6F4F7F3F9FBFEFDFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFE FFFFFFFF 1C1A16192808040F100C1D1D2E2A4B293752282A1B16121922220A2A120F1C0B 120C04280B070106141C2523313F24206A59586AA2D2B69F7A627254552D322F 20373A2B62455864657B65546D575F5B747D8288778B9A83748C70837A65413F 3E2B202B163B33393A3E5D6D415F4D4D635878656771726F817A78727D616B8E 7F7F9499B7BAC3D9F0EFF6F8F7FAFAFBFEFFFFFFFFFFFDFEFBFAF7F8E8DEDEB7 B1AF788B9FA2BABBE6EEF1EAEBEFF2F3E8E0F6FCFEFFFEF9FAFAF7F6FBFFFFFF FFFFFFFFFFFFFFFFF8E7E7E4E0D9D5E3EEF9FAF9F7F9F6F2F5FDFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFEFDFDFCF9FAFAFBFAFBFFFEFD F9FAF3F2F5F7F7EFF0EEEDF6FBFBFBFEFEFFFFFFFFFFFEFFFFFEFFFFFFFFFFFF FFFFFFFF 23191D231A0C1D020C02070F36392A2A483B2329191A28250C0A0F160717171A 331D1B1B141C06281D1D10102C1F1014274D69A2CAC9A37F837D67625C3B2D30 2A33526547457F546863685C587F7D557F83837F5F636D55495D7C724A47394C 4A302F1D2057304C3A5F5C4F636535725A4145584E5A7575556D785D6A496D63 6796B5DFF0F3F7FAFDFEFFFFFFFEFEFEFFFDFDFDFBFAF4F3F2E4D8E1E1CFADAA AB8B6D7A7F96ABC0CDDDEAE7EAE9E3E0E1DBE4F0FAFDFEFEFDFBF3E0DDF0FDFF FFFFFFFFFFFFFFFFFFFDFAF8F8F6F4F8FBFFFFFEFEFFFEF7F4F8FDFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFBFAF9F9F8F7FDFEFB FAFAF6F4F7F4F1EAEFEDEDF5FBFBFAFDFEFFFFFFFEFFFFFFFEFFFFFFFFFFFFFE FFFFFFFF 1C0A06061412280C1B0A1D172A432E2A3C3B22192828211C161D1F1716172220 161B19120F211D1B0B2E081B1A12303C433F6DA4A58B7D6B6F7A633E3F58675C 7762616A5D636A4977576978708696998B8E9357191B2A3A276D7D65393A1B2F 2D3B253F5A3A3B643E695A4C5264574A4F712D4D595F696177617782836D8377 83BFF2F8FDFEFFFFFFFFFFFEFEFDFBF8F8E5DBDBD7DBDADACFC6D4C2C3CFB7B7 A7B68E7F8E8B91BB8392A2BDCDB7B7C8D3DDE1E7EDF6FBFDFDFDFBF4DFD9F6FC FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFAF4F4F7FDFEFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFEFE FEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFBF9FAF7F6F7FDFFFC FAF7F6F6F8F0EDF0E5F4F0F3F9FAFBFDFDFFFFFDFEFEFEFFFEFEFFFFFFFFFFFF FFFFFFFF 161F1C062A101C172F2419204B3747493937242022162E282A34140F1B200C0F 212C161A16121A291B1C0C1D142A2B254965899A867D49414C3E2F3F52394D65 614F6A69493B32416783886F8B7877877F614A2A230933273C696F4D0C3C3923 455532336F653B4F505B41693A4A474345454159506D55557452677594AA838C B0D3F8FDFEFEFCFCF8EDEADADED4CAB7AAA2948EB0A5BDC9CAC7BECBC5CDDAC9 B3C6A79F847A7F7F758C7FA2A2B0AEB6C6D0DBDACAD6F4FBFAF8FDFDFAF6F7FB FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFCFBF8F8F2F3F8FEFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFAFBFEFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFDFDFAF7F6F6EDF2F9FEFD FAF6EEF2F4EDEBF0EAF4F4F7F9F9FBFBFCFEFEFDFDFEFDFEFEFDFFFEFFFFFFFF FFFFFFFF 2A2116071014281A0F1C16212028393F33190A0E210F241B221D2A29171D141A 1B25190E190C040E1D0C0F1D49472B70779AA88645552004143B3E235A30494A 525C4A69643F69656B817F644F456D5F7155352A3B492D1D6A656A493C41635A 67546437577C434C434137252D5A394E414149575547335B594E5D65828C8E94 BED9EEF7F8F4E1DAC7A382828E7B8E7D7F7D7D918894BEA59D9F97BDB5D4E7E5 E8CBC5CDA5938B9281879CBB9FD3C6ABABC1D9B5CEE3EBF6F2F0F2F4FAFBFEFE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF4F7FAFBFCFDFAFDFAF3F2FAFDFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFBFDFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDF7FAF8F8F7F3F4F3FAFEFF FBF6EFEEE5F1EDEDF0EEF3F8FBF8FAFBFBFCFDFDFDFEFDFEFEFEFEFDFEFEFFFF FFFFFFFF 251F1A16101614250F04101019224447280620081B0A0C19171B2C1B191B0C19 1B101B0F0F041610102A100F37435C7BB5D7947F58392A2F2B454F6D495C6569 6F6B584A6A556B476B5C4A3B1B3A5045493E3A2F495A49455D87694561494C52 626D7D3A5267495B3C492B30302F3A371B3B3C3F37163F4E72654E5D45394572 8B9CC2E1C8C3AEAAAE9A866D70747D778C757070758E9191968BA7B9C8DBEEF1 F4F0E7D9DDE0D2DBDAE1E5E4EDF2F3EDDED2D6BEC9C9D3E3D6DCC7D6EDF7FAFE FFFEFFFFFFFFFFFEFEFFFFFFFFFFFFFFFEF6E9EAF0F8FBFEFDFFFEFAF5F6FAFE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFCFEFEFFFFFFFFFFFFFFFFFFFFFF FFFFFFF8FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFBFBFAFBFAF8F9F8FBFFFF FDF6EDEAE4F2F0EEE7F1F5F6F8F7F8F8FBFBFDFDFEFDFEFFFFFFFDFBFDFEFFFF FFFFFFFF 06142302040F081D1F0B1420402E424F370F0C08140F16100A16231C1D0B0F12 1B1B02060C0614140408052A324E7A8BBDBD783F3A4730192B202F523B5A2F63 72585F626D5F592D2D4D6737233E333F49493A234F3F3535758B65495D396158 4C653E45413C1B05333E0C3E333B4E471B161D231B2F2F3A323C2F272F674335 727F92AAA2ABA7B3C394946D89919CA8978E997D88918B838B9DABC1E6F2F5F8 FBF6F6F5F7F9F9F8FAF8F9F9FAFAFCFAFAF1CBC6D8CFBAB3BEC2D2E4E0EBF5FA FBFEFFFFFFFFFEFEFCFBFEFFFFFFFFFFFFFCF8F6F7FAFCFDFFFFFEF0EDF1F4FB FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFDFEFFFFFFFFFFFFFEFFFFFF FFFFFFFDFBFEFFFFFEFEFFFFFFFDFEFFFFFFFFFEFDFDFDFDFBFAFCFAFAF8FDFE FCF7F1E4E4EDEAEEF3F7F8F6F4F1F4F4FAFBFCFEFDFEFFFEFEFEFDFEFEFFFFFE FEFFFFFF 0814080F120C2E331D1B1923253E3729402A191D2012070E1D060F1D240F1607 14081C16160E0F0E061B1116578386C1BB8649392F2F41635262544F597B6D75 7075615C654A3F2A303C3E33162B3C39413E4937472D5F49A88E55454E414135 41303C6549171B081F140F0B04170C08171D1B160F19052C230C0F1C3154573E 4368686F7C849194AFC5AB9DB39CA2C6A5ABAFAFB3A2AB9A969F9FB3DEF1F1F3 F7F7FBFBFCFDF4F2F7F1F0F4F4F1F5EDEBD3C2C1CAE1BBB6C7CAD3DCEAF0F4F8 FAFDFFFEFEFEFDFEFEFDFEFFFFFFFFFFFFFFFFFEFEFEFFFDFDFAEBDEC2DAEDF4 FCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFAFAFDFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFAFAFEFFFFFEFDFEFFFFFFFEFDFBF7F7F4F7FAF7F6F6FAFE FDF3F0EDEBF2F5F4F7F8FBFAF6F3F2F4F9FBFEFFFEFDFEFEFEFFFEFFFFFFFFFF FFFFFFFE 080E050808142816191C2A3F2C4436191D1D281B0B1F2E1D28141D1D3E210C08 161619191D0819282B4959647F9AA5BE91753C142A3A3C62686D588E69455C57 4A3E274A3B413014053535352B2D374959204D201D1149457F78653B142D0A08 0A0E08141B100F1B1C060C08080806200F291A0C0E07080E0C0C0A1431201A33 1F2C305B4C3B556D8292A2C8A3AFBDAEBBAAAEC5BDB3BDAEB37B9C9F9FCACBD9 D8E4EBF2F7F6EBD7CABFAF9AA8B9A8ABB59A9DAFB3C0D5D8ABC8D4DAE3E3F3F6 F7FBFBFCFBFBFDFFFFFEFEFDFFFFFFFFFFFFFFFFFFFEFAF4F5EED0B5A4BFE9F7 FAFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF8FBFEFDFDFDFEFFFFFFFFFFFF FFFFFFFFFFFFFFFFFCF7F8FEFFFEFDFEFFFFFFFFFDFDF9EDEDF3F3EDEDF2F7FE FEF6F3F6F6FAF8F8FAFAF9F6F4F6F9F7FBFBFEFEFDFCFEFFFEFEFEFFFFFEFFFF FFFFFFFF 1405171C14290C0514313114234823281C14120F2A0E2A1C1F29242329232A25 17191917361A193F4C393E779482AD8E523E1B4A236D655767705C614C593565 5D252B57323C0F49393B3527332F39412F2F4A2B4E3A4363777C6D64551B1D08 0F080F080E071A14080C08171D200A05051208240F0206080A140C1A191F1016 191D1912164D3B41495D6D9493AFB0C3C6ABCAAE9FAFB1C1B3A2A394ABB0AAB5 B7B7CCD9F0EFE7E1DBCEB3999F94998E6D89819C8E96B7B3C8CAB7D9D3D4DBE5 E3F4F6F8FAFAFDFEFFFFFFFEFEFDFFFFFFFFFFFFFFFFFAF4F0F0EBC5D5E7F4FA FAFAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFAF8FBFEFEFFFFFFFF FFFFFFFFFFFFFFFFFEF4F2FBFFFFFFFEFEFFFFFFFEFEF7F2EEE3EDEBEEF1F8FF FEFBF8F4F4F3F3F6F8F7F3F1F5F7F8FAFCFCFBFDFBFBFBFDFDFEFFFFFFFFFFFF FFFFFFFF 0F100F1A171B060F12422A1D1428310802101914190A0C0F303310302E203025 1B19211A1D1D202B3C27657B899A9A755830433C5A6F586441476F594E6D3A5C 4550473935451D62656B504361334D5D494949172E2A34293F472E3742281905 100E070F1B201C1C1C14283A1D3128100F0F0E07061C08120F0C07080B1D0F28 161D2E141D233F593E374A5A6F7D8BAFC3D0CACDB69AA3C6A29A9AA2B3A2BBA3 AABDABB0CAE6E0E1E7D8C2D6AF938E7F656F7F917A9CAA96B3B3AEBDC1DDCBED F0EADDE1F0F6FAFBFBFDFEFEFDFDFEFFFFFFFFFFFFFFFFFEFBFBF9F6F7F7F8FA F4F6FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF9F8FAFEFFFFFFFF FFFFFFFFFFFFFFFFFEF0E4F2FDFFFFFFFEFFFFFFFFFDFAF6F2EDEEF3F6F8FAFF FFFBEBF0F0DEE3E9F0F2F2E7EBF4F7FAFBF9F8FBFCFBFBFCFEFFFFFFFFFFFFFF FFFFFFFF 102A141B0A170B0C203B0F1B1723230C10060A23081B0702100F0F191439250F 0E1B311931203E6157528B829DA88E6D432F5F3C6F67543F30655D7172524E5F 454C37303A3B4C4C54746750455C655074372837313C20193622312A21243016 171D170810281A2331190F0C161B2025160F160F161B14232037120C201C101A 050F0C0B211608543B322B593B52615F74A7A3CABDCFCDADC1A594B3A794A29A B3A2B7ABAECDDDE6E1DDDCE3DBD9AAA391838C8B8E9294B19C9D9F9AABD3E1F0 F1F1D0BDCBD2E3E4F2F7F6FAFBFAFCFEFEFFFFFFFFFFFFFFFFFFFAFAFAF8EDDE E0EDF6FBFEFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFDF8F6F5FBFEFEFF FFFFFFFFFFFFFFFFFFFADDDCF6FDFFFFFFFEFFFFFFFEFEFCF8F4F6F8F9F9FAFD FFFAEAE4E0DED4E9EEE0E9E8EAEDF6FAF9F8FBFBFDFDFDFEFFFFFEFEFDFEFFFF FFFFFFFF 05061B311620293A2C20231B202E1D14141A0C220F1B080F140C0C191D0C0A0F 0B141C100C25323B55777B83B3A371593F4D434A5A62643A3B583A4E5F58502A 4D3E27413032274F554E778B72877D3F333434312C230F2033202C1F31202A3F 1D1D28101B10190F0F0A170C1D192C1B1D1D051D231216141B20162E120C2121 1A0A101D1B23081212201B2F20332D4C41586D8987B5B7B0AAA2AB839DA594A7 BBBFD3C8CBBACEF1EAEAEAF0F1E4E0C6979D92839A9DA3B7B39D83A7A5B6D6E1 E4E1DFD2B19FB3ADB1C6BADEE4F0F6FAFBFEFEFFFFFFFFFFFFFFFDF7EDE7D3B5 B0D6EAF7FDFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFEFEFCFAF8F4DBEAE8F4FD FFFFFFFFFFFFFFFFFFFFF8F1F6FBFFFFFFFFFFFFFFFFFFFDF6EDEEF2F8F7F4F8 FEFCF4DFE1EAD3D6DBE5EAE8EBEEF7F8F8F8FBFEFEFEFDFCFEFEFDFCFDFEFEFF FFFFFFFF 141B281C2A192048201B1628312423220C2C1D0C101C0F0E1922160F1707050C 0A12161C0C112019415F7C7C82916335634F3C555C6F455D6B455552324C5C4C 50576D5958644D652B6564657B7433553631312C3125363731232A1D1A1D2323 25201419290C0F081D140F161C0F1D14120C1D2C202931283C20161608160F23 1205161C0F220C160F14190C16251D1B1423222333313747686996889DA2BDB1 9FB3C2A89FAAD2E1F0F0EEE7E8D4E0D3B79488A28E9FBAA4B3AB9C968EB6CACA CACAD2DEDDE0949684827FABA8D2EAF5FAFDFDFFFFFFFFFFFFFFFFFBF3E5D8B6 8694C0E7FBFEFEFFFEFFFFFFFEFEFFFFFFFFFFFFFEFEFEFBF7EBE6EBD5CCE4F2 FBFFFFFFFFFEFFFFFFFFFEFDFBFDFEFFFFFFFFFFFFFFFFFDEDDACEBEEEF2E7F2 FBFDF2E6D7D3DED6CDE8E7EAEEF6F7F5F7F9FDFEFEFDFDFBFCFDFDFBFDFEFEFE FEFEFFFF 06041B161B1034392A20001C39140F160810191B0C17060E100F0B0E07190101 08282E21322B0F3C6D6B7D968E696762435259595A674A57656D5C494F5A6567 6D6354626B52586F3B471B330E1624282E4228141612282C3B2A1C2E1D1A2333 3B2F341D10190820200F1B0F202E1B2C34194730473A42402A162C141B303628 160C0C0610160F14160A020F1D0F252A0F1D10170E1D1D14082739576F7B827D 928E8EA27F93BEDBF1F3F6EDE1DCBFBBBDAD9C9FADAF9FA2AB6465778297A7C0 C6E0DBD6DAE3C2A294977F99BBB1B0DAF2F6F5FCFEFFFFFFFFFFFFFFFBF2E4A7 887F88C5F5FBFDFEFEFEFFFFFFFEFEFDFFFFFFFFFEFDFBFEFBF6EEF3EDE4BDE6 F4FBFFFFFEFAFBFEFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFFF2D6CAD6DED3E1ED F9FCE8D3C6D6D6B9DBE4E0EBF0F6F8F6F4F2F7FAFBFDFBFBFBFDFDFDFDFEFEFE FFFEFEFF 20141A0E0C1C2C1B140A101B192A100E061219120F281010080F0B0C0508051D 0A1D230C302549595F7D83839657494D575B5B6D65354F4C4F4F65555470945A 77695C727D7B5D2B3C25110802050E0A1C201B2814171B24333B2E20141D172C 2F192A2A3023051D121014172024363F333B3C1649202C2A2F2A191921212114 0C0B140F0B0F1B0A161F0F1A0F1D1B24160E04190F2417201010192314311417 5A72645563888EB7C1E4F7F8F4EAD6CCA8929A91B5A89D837A5A3E4177677496 B1D4BDB7CAC1B7ABB3BEC2D2BBC0C7B9BBD3D6EEFAFDFDFFFFFFFFFFFFFAF3D0 9C7787ABD9F3FBFDFDFDFDFEFFFEFDFDFFFFFFFFFFFEFBFEFEFEFAEEEEEFEEF3 F6FCFFFFFDFBFAFCFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDEDD3E3E1E0D2E4 F3FDF4DFC9CACBCADEE1F2F4F4F4F0EFEEEFF7FBFBFEFBFAFCFCFCFBFDFEFEFD FEFFFFFF 0E142E0F1D3C281B201C160F1C1B0C0B0408101916231C0F0C240C10141D0E14 0F0F0719351B4963546291AA7D5C4958757464473A27233F78395C654F6A7D7A 72457C7C756D5B4D502012100C100F170A161425332A172A2C313C3723232C21 1028212E281B0C12070C14161A192A1B230F1D212A2A371A282C170A1008061A 371617140C060F141A19232C1D31312E23241D0B0E191B1D1B0F06120B16161B 0E3B4133354C635A84B1E7F6F8F2EDCCD2B199ABBDABB3977241595063475F68 99C2CEAA9FAD8E92B1AAC5D9BFCAC1C2B3B3BBBDE7F5F7FAFBFFFFFFFFFFFEF4 D99C8BAACAE4F8FDFCF8F8FBFEFDFBFCFBFDFEFFFFFFFEFEFEFDF7F2EAE1F4F7 F8FCFFFDF7F8F9FBFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF4F3EDEADBF4 F7FEFAEEEEDEE5EDF1F1F5F3F3E7E8EFEBF1F7F9FBFEFDFBFBFBFBFDFDFFFFFE FEFFFFFE 17212E313333372E0F1B17051908080408141217060F050F0F0C0C14080F140A 160F0F3E436D39555F74B3D27A5A626B7C456A2F2B201D3E41596F4A758C887D 6F415941643C1422140B07190C0C121B0B16375F4B2F191428292C3F1B191D1C 19231D3C1B2120140F0E19120A20190A1C0B1D1D1B1D140F1C1404050814141D 2108120F1C230E1B1B242C3929201D2408192A2E22101B0C0819051219221419 1D190B1616141D43756FA7D8DDDDD0B3D3C5B3B3C3CFCBAEBF888B6583816859 7596B6947A8783868CAAB7ADBFBFB3CDC3B38993BBDBEDE4D3EDF6FEFFFFFFFF FBDDA2A7CDE0F6FBFBFAF8F9FDFCFAF7FAFBFCFFFFFFFFFFFEFDF7EDE0D3DEEE F4F4FAFBF4EAE6F7FBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFCFBFAF8FB FEFFFFFCF9F7F4F6F6F4E0EAE7E0E3EAF0EDF6F9FBFEFDFDFDFCFDFDFCFEFFFF FEFFFFFF 31371D283A2A242822100F0F0F1624140C0F1D20081D0E1210190E07060C0A0E 0A0F194C5F658B87619AD5D47F8271654F392D322B3A3A494C4F6F747D778859 473E3F0414141A121C0B040612191B0C1F223C5F23241C200E172A2C19361614 1719121D1C2E1D230F121C100E1A161219211D081A10070C161005051D081721 25202323241C1D14191B21371C2028192322253014120C14080B050A081D1620 1D10160C1A1D101B28246A82B9CDB3A5A89FDCDCE4E6DEDDD4CDCBA3BB9D7A5C 457D9182824E67686A87899D96A7C3BDBAD4A889B5BDD4C9C1BA9DDEF0FCFFFF FFFCF7EBE3E3F4F7FAF8FAFDFEFEF8F3F8FBFCFEFFFFFFFFFFFEF8E6E6D2C6E1 D9E7F0F8FACBC8E4FBFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFEFDFC FEFFFFFDFBF7EEE7E1DEEAEBF0F3F1F7FAFAFBFBFEFFFFFFFFFEFEFDFEFEFFFF FEFEFFFF 2A1D2F0C304B300F1714060C232A20282C1A0F0A0B020F1616170F070B191C14 0730324F706B816F5BB7D3B0554562674A49303A3F5B5A414E4757687A6D6D47 622B1C08070F1A1B2E12280A0C14191629282E212A1D143316142A2C1D282012 121B0A0F1F31342912311B1620160A211C1208102A0819170E191405050F1B20 28160F1D231021192A17314B373E3C341D281B1D1A230F0E08121B1214140616 160F0F0814160F22192C24247B8E9AA2A2A899B0C2CBD9E3E4EAF2F1EAD2BD89 64688B9F8E5F4D456164648B8B9A9AABB3B3BDC0A2BBCBD8BF9C6F7C8CDBF7FD FFFFFFFDF9F6F2F7F4F5F8FBFEFFFBF4F6FBFDFDFEFFFFFFFFFFFCF1E0DBD7DB DAD8D5F2F8E9DBB3EFF9FDFFFEFFFFFFFFFDFEFFFFFDFEFFFFFFFFFFFEFDFAFA FBFCFFFBF7F4D9EAE8EAF6F8FBFCFDFFFEFEFFFFFFFFFFFFFFFEFAFAFDFDFEFE FEFEFEFD 19161D0E3131121B1B231D14281C2214212A160F1D080E0F1917080F0F0B1D1D 0F3B2F68557D7F707BD5CF8B2F49334E694530595F6D4E4A50497A677772654F 4C3F2B04050204101D192A0C170C1417141D221B22203931222E0E1639191F0C 0F0F142E303C3F68576A49655A776F625B4C4745634E3F494F45473F1D324A6D 5745655B69392A334B424F4F514442441B0F0C1B28142012040C140F0F141010 0B282312070A121B101928162F49828BA4AEB3AE9299ADA7E3EEF5F6F7F5E6D9 CB839FA7B081655F4C527A6B6A7D777A7B838EA5A59AA2C3BF9C757D7B9AD9F1 FAFEFFFFFFFEFAFAFBF6F8FAFEFFFBF1EDE4F4F8FAFCFEFFFFFFFFF8E4EDE3B7 C3BFCBE6F8F2D6B7D3EDFAFEFEFFFFFFFFFDFCFFFEFBFBFEFFFFFEFEFFFBF3F6 F6FAFEFBF6F7F6F6F8FCFEFFFDFEFEFDFBFDFBFBFDFDFDFFFEFDFBFBFCFCFDFE FEFEFEFD 373B1D203C2E080A1616101D371A1712220C0F2C060410121720170B0A220F0F 37322758637B6986A8D8CC7F305D647C68685B54705833413E62647089494A69 334D35191901190C28101D0F160F160C20281B17050F47391D121D2A1D1B1208 242C2833364B678E8668656F6D846F7F687D939683978E918181837C91876A8C 8E9F9CA8A487929A757F8347433F42210A160B122F141D16160A0F1D0B07140F 040F20341B372A160B0B190E19453C6D8394B6C1BE9D948E8BA8CCDBEDF6F7F7 F4E1DD9DDBBFB99F9C9AA4AB8E50622A09586361646B968CA3B38397948BA5CF EDF6FBFDFEFEFDFDFEFDFBF6F5FCFCF3E3B3BBE0EDF6FAFDFFFFFFFFFAF5E0CB A8ADBDD0F0F8EEDEBDDAF7FFFFFEFDFEFEFEFBFDFFFEFCFDFEFEFCFEFFFFFBFA F8FBFEFDFDFBFBFAFAFBFAF8F0F1EDEBDBE4EAEDEFF3F8FDFFFFFFFCFDFBFAFC FDFDFBFB 442A284B42312A1B160C100C2C301F0F23010816080E121D1D0E2123100E162B 49455464898B748BBBD794754C454F6B5A655B7B705C52454E84416750495449 4E2308201F051D161F0F281F0E12281C1624221C23332E3E4524212028252012 0A14282C2C3F677C527D7D77839C83A2789C87979492AAABA5ABB0C0B6C6CBCD CBD8DBE1CCB3B38E9986869186756B2A250E2C231914160E14080B1420200F17 201D304023161D29141419100F33253527656783C3B99F9F8B867C9FAFC0E1ED EFEDE1D3D0CBDAB6B1BDA772683E272A2A3A3E575864747A838B9689788E9CAF C1D0EAEDF7FBFDFFFFFFFDF3DEEDFDFDDEA7A296BAD2EDF9FEFFFFFFFEFBF4DE BBAFABD2E3F2F9F4D7E4F3FBFBFBFDFDFEFCF8FAFEFFFFFFFFFEFDFEFFFFFFFD FBFCFEFEFAF8F1F0EEEBE8E5E0D9B9CFCBC8D0DEE4E4F5FBFFFFFFFFFFFDFCFA FAFAF8F7 302A16375B340F24120519082A282E1A10040F070F0C1216190F191019081D3E 3C4C4A8B96836869B1D6787267576F648174587F4A4F2D37414D5B7411273A2A 0F0C20142117141C0F14191B0F16192F1D1C311F312A3C2520241205282A2523 0C191D424D364345397B758E6D8E9F9178948B968BA79AA4C2B396B9AED3CBCC D6D6E4E4CECACABDC8BBBFB3B59F6B5870655C626A5B212A0C081C21191D1F2A 28312A231B160F1C0F1B0A0A010C1B05042A3A5A758CADA2A7978B938E969193 B7ADAFAE949FADB7B38BA56949645754635B6A676D7C78928B83898B898B8B9F 82A4BBA2C3D7F2F7FBFEFFFAF5F1F9FEF8C08E9A969CBEE4F8FDFFFFFFFFFBF4 E7C296C6BDDCF6F7F1E8F1F7FBFAF9FAFBFDFAFAFAFDFEFEFBFDFDFEFFFFFFFF FEFEFDFCF4E3D3D9C2DED7C7C7CFD2BBC8D8B6D8EAE4EFF8FDFFFFFFFFFFFEFD FDFEFAFA 191D1D3F4F3616190F230F123F281D141905050C1A10160C0605201014173A2B 253B527A8E72437ACCBD8C75655A545C71818C64165B273B4569582F16051910 06051714100C0F1F16160501010B14190E1A161D2C1044281A191A1616232419 1614283E373C2432596737546F7C684D43424B523F5F55699499947F8EA3888E 8C89968CABBBCADCD2E1DCDBDAAFC8AAA4AB9C86865F494137453A321D162931 3C372124070B0C1D20230807021205040F091B3B35503F689684ADBBA3A89699 928B84657065758B9491894F5D687D96A8919A928E7F92885D65301D4A6B7563 62705C5D6A6FA2B9DFF7FDFDFDFAFAFFFDE1BBAEA59F86AEEAF8FFFFFFFFFFFE F7E7D9D3C3DAF2F7F4EDEDF7F7F6E5E3EDF9FBFDFDFDFEFCF8FAFCFEFEFFFFFF FFFFFEFEF3D3C5D4DAD9B9D8CFCBD4B5C3D2D0DDD3EAE4F0FAFFFFFFFFFFFFFE FEFEFBF9 2A0C14564424081A1D2521222139251B1F040805070F0E14140B1A2A2E28332B 1D337D69633B499FDFD7825A725A5A7D9792585752494A3F4A703C202A2B1904 04080C231C23171B1B0F02080B0E16070508140E1937371A1D1617081A1D0F1D 3F312E2829200E190B161D142339233630312431433E34554F4F4B2923292C39 1D2A213B4F5BA29496A796B3B3B1CBB9CCBFD2D2C8ABBD9C837F815A6339443F 513B331B0C250F1C0E080F0F0E0C050C0F1604192F3C203E58647783BDBEBBB9 9FAEA3938B648E7F96A39A555765726D8B876D6F71496D47373B1D3E32656545 372B302B3049596FAAD6F2F8FBFCFEFFFFFBF6E9E1C98CABB7EEF8FAFCFFFFFF FEFAE7D3E1DCEFF4F6F2E4EAF4EDCEAFC6EAFBFEFEFDFEFEFAFCFDFEFBFDFDFF FFFFFFFFFBF4EFE1EFEAE4E4E1E4D2D3D9D5D7E0E1F2F2F3F7FDFEFFFFFFFFFF FFFDF7F3 24082A522A29061A1616162520341D221406170F051014080716141733190F2A 3E64867D5B1D75B9E3D87D4C3E5781709187455B7158573B6D682B4A37370C06 0405082212241F1B1B1729242021160E060A1B1D2E3933201A1B2F0F281B2A3A 393117192C1208140F1016282029312A201C081B2C342F313B3F4D45312A192C 31201B4D3C3F526D58576D8371817C789AABB69FBFBDB6B7ADAAC3A8BFAAA2A8 8365755A1D202A160F1D0F1428241017162005200F1423332A3A3E4D657D9782 ADD3A4BBD7CBBFA2C2BBD5A3647C6F746D5877625F4941302B16042D4F656171 4F3A493255576B92869CCAD8F3F8FBFEFFFFFEFCFBF1CEC8C1E4F2EAF0F4FBFF FFFEF4E8E8E4EBE6F6F7EAEBF3F2E3D9DDF2F8FDFEFEFFFFFEFDFBFBFAF8F6F5 FEFFFFFFFEFBF7F4F7F8F7F3F4F4EDE8EDF5F4F6F7F9FAFBFCFEFFFFFFFFFFFD FBF8F4F4 39213F4E3320141D07070C16292C2016160608140F0A08060C161625190C3F0C 5799A36A493A7DC6F0AA654A49678EB7895A5B5B3C5D3A414F63473333590F0C 101B14170C0F172208141C0E1A2C1F24162819173F493408140C201D1D2C5B4E 422F2A1A170A230508140F1428302A34472C201B1D3C233E333A443425362C48 473F343F473C2336190A2F4036292F23232F7D5A747C7786A2BEC3A4D2ADC7B0 9F968B9C866D88716B545F7B575C231721281014002F453F473745454C5A5567 75869AB3D2D9C3CAE1EDEED5CECAB7ABA38787839669656849372D3E707D8E7C 7A7C4533717484896D7589B7DEE7E3E1F6FBFEFFFFFDF5EDEDEDF1F0D8CAC3ED FBFEFDFAF6EDD8E7EEF7F7F7F7FBFAF7F6F5F7F7FBFCFEFFFFFEFBFBFBFAF4EA EEF7FDFFFFFEFAF6F4F6F4F6F8FBFAFBFAFBFEFEFEFFFFFFFFFEFEFDFCFEFCF8 F7F4F1ED 4E3B33753F1D22140A0516280F2A2C191A1B0C05000200070E0F1B2F2F33524E 7CB0D78350648ED0EDAB6A4C5A8391B3836A593258504A743A521B452A0B101B 1C22161B160F141A1A19121C14161B2816100F1B393F310C2831232E4066693F 371B210E0F081D08160C221422201D373031250F2A2E203E39311D21302E3759 443E363C191F17281630304849312316243322202C2A686B9F8B96936D7C9387 8E9AA2A3A2AFAF9AB091B5B6B3A78481614B3A3928333B82707D817C8E947D94 A5978C99A8A5B5D2BBDEEAE1EAF6F7F4F1EEE4D9E4D3B9ABB38E829A9D97C0BB C9A2925F3B63594D453E5575ABD88B6599D3F8FDFEFBF8F6F7F6F7F6E7A2689A D4F5FBFEFCF8E6EEEDF5F8FDFDFDFDFBF6F2F2F0EAF4FAFEFFFFFDFBFCFCF6EF DACCEEFDFFFFFFFDFAF7F2EDE8F4F7F6FAFBFEFBFDFEFFFFFDF6F1F2F3F5F4F7 F3F4F1D8 3723396F39330F000E08191D163B223323120F0C020005171F21221B2A496363 94D2CE675D3E87D3D3997559749CAD8C545845332F2F493A3255091D060C1608 0A051633101B1B19161B0C140A1A101C2E1928294B391A202A2037345F5F512C 1C293B1034231D10140B0A172C0F20402F253747513F3C494D513E373F3B3933 372810371C191921221D30472E2A2F28314B444542454B4F5F4B43696561353E 4E5B8B778B9C9A97B6BDD8BBDAE1DDDAD4D6DBD3DCDBDFEAE1E3E1DCE3EBE1E4 EDEBEDEEEDEEE7E7EEEEF4F7F6FAFAF9F8FBFDFBFAF7EADDCAB3A7B79CA2C3B5 D3B39F62304E433B4133613E72B397655F9AE6FBFAE3DFEEF4F8FAF9F8C59191 91CCE3FAFDFDFBFAFAFDFEFFFEFAFAFAF5E4D6DCBED9EDF4FAFEFEFEFDFDFCF2 E7DAE5F7FEFFFFFFFFFEFDF7F4F3EDE7EDF3F6F4F6F8FCFBEAE1CBE0EAE1E3F0 EBEDF3ED 1C143E583C1A0F280B2A0E08162A20160C0C08100F020B171D1910364F546B70 BBE38C373C5287DADB8C57624F9A87787F64434F3B5A702521191C120B1B1605 160C0F2A2A39202F251D202A0F07162314232A2E47472C1D2F4B5861703F3129 1B14252F372A3C1C0C0F1B1010122A2039232E4842312E456F515D513C3E373F 202831242833191B252833423E40375648555D5849424B4B3130341F50333C16 2B37232D4D4A47627881949A9DB5DBD2BFD8E3EAE1F1F3F7F8F6F8FAF8F8FAFA FBFBFBFDFDFBFAFAFBFAF8FBF9F8EADEEDF6F7F8F6DFC6C3967B846465758E83 868B7035303030232F2A233262868E814163B0EFF7D3B3AEBDDEE9F6FAF2D9BE AEB7C3F1FBFEFEFFFFFEFEFEFDFAF9FAF0DED4C6CEDEE3E7EAF7FDFEFDFEFDF8 EDE8EDF7FBFDFEFFFFFFFFFFFFFEFDFAFAF9FAFBFCFCFCF4DAD2BDD4C1D6D9D3 DBE3EDEF 1C1D2A4B3F17062C22310F2017102E231D190F1B1612140C1D28142F45555784 D9D988654562ADE4C275707878677C6A7065582D2E2E3C3E2E0F23141F14191A 1C0F1B1B201D2A202A301D3B3128332F161A203F313037244B767A55443E3F2A 2C2A34373C282C231D0E100B1A243F30391A422A374B44475859664B473A3651 3A3F4B31312A333A30584B47514F585B5F6B3F4D4034332C28231414160C140C 0F1B140C12334D4569414F455C706875745D7A837B9CA5B7D0C3D2C8BBDAE1D9 D3D4CEDBEAE4C8D7CFDCE0CEC7968E8388B7B0B9B096876F4A4D323B451D492A 414E5A5B55232327192B233C4A7F8B6559417FBDF2F3C27F7F7BA2C3E7F1F0EA E7DAEDF4FAFDFDFCFAF6F6F9FBFBFAF9F6F3EBEDF4F4F6F1DBEAF5FCFEFEFEFD F8F2EDF5F9FBF9FAFBFAFDFFFFFFFFFFFFFEFFFFFEFBF0D6DEC1CAD6D2D9E0E1 E1E1E6EA 22172C483E361D1D2E200F1D141B232C23161D2807171B28101A161B234161AB DECE6A547494D3F0BD7B708E963C362A37502C10141A4417141B141B1D1D1B1B 2F23232E1917421D201C312A243C442E2133281F2E3C2047726A58312C3B3F31 1B20392A232C1D19161F1A0E301F2E34342A363E44435D51516C654B51595D4B 55523E423C394B4E596A5B6A4D4E624F444231331A39343333250C19141D0712 20121F172C224E2D352F492037632D3F4532373E553A57595A505B3E555A656A 5977495C6A774D4A696D65705D354539355552715C6A816447270C32300C1D23 351B4978825F2B473F1D2D41375F777C542A5070CAF0E5A27F6F8288C0E3F1F8 FAF7F4F6F2EAE4EDDAD6D2DDE7EAEFEFF8FBF8F2F5F3EEEDD8D3E3F8FCFAF9FB FAF8F3F4F8F8F4F3EAD4D6E1F4FBFCFDFEFEFBFAF2E4D6B9B9C7DCB0D0E1EAE9 E4E7D8EA 3314284947392319140E28141B1D2C2A2120140F0C2A201F0C1B0830523C71CF E9C2755A729DD8EAAD8C83657B40694D551B242223202E1B0C1414241D2F3931 342C2A1D292223293F1D333347403040232F2A2A424F4B59554F391F303C3444 2A33213A3F24201D1D24190C282C3E292E4E45484E555D4367584D58615B5B48 4E3C515B475D56486659554842583740432A313F374439482F20231D1F2C0E0B 0A0E28162C1C1B1617070407070F100F060E120C1D1431172135453232202337 653535583C394532493749350F0911040C25252B5A828397715D3F4155272A45 2309142F655055522B2A273349165B675C32414983C1F3DAC2ABA2B5D8E8F4FB FBEBC2BDC6AFA5BED2CDD0D7C9D4DFE1F5FAF6E0C0CEC7E3EDE1E7FAFDF7EDF0 F4F3F2F0F8F1EEDEB3968E82B9DAD6E3EDF2DDD2D0A8C3B1B9C8C3CDD2E8F1EA E4F0E1EB 1B0C25555B190C0F0F0C1610201622341923191D16292A1617121B4333497AC0 E697557D75A8D6D99F787084582E20212E1C21123C47281C24242A20342C444B 231B331D282C31312F3645253A242A251B1D2A56694B4F522547313123253C2A 33441A2A2E2A3C2F3A201D201D312A3B454E4F453756674B666373595F6C5859 4E3B4B4B6F594B4F3F37513939312F312830162A373F22433A390C312519140E 010717201A0F191024231B0F050E08071D0C0B0412081B0C140C342A14202828 310C1F1D1D0801140F16201205050623110F2030354958584F6D686B83695A71 6925042A3E3E473F3A2F33542B3B88596F3B4952649AE3F3F3F2E9E8EDE4D9EA DD917C555D8E789696B7D0D6EAF2F0EAF3F4F6E4C2BEBACCD3E8EFFAFDFAF2EB F3F2D2C1DED3CBCCC0AB9392AABBD5D2E0E1D9D5D6D4C8A8DBCACAD2CCDBDEEE F2DEE3EA 2C0A1F584814230C160F0F1B1D1B21192A221D28191B17162119575F16478BDD D57D655B65A2E7DA96967B6C551F122A08121628332529231D44473B472A3024 2A231B37392834232A334751473C472A2325334B4544251D2028172C202E212E 362C233B2F2C231B0E1C2A2A28312133424447395F4F586258617658695B7E58 4E51483F5F624B2C433A3439373144394239344B2A433C33302A1623252E1F1C 0A160F2A141B191F30161B1608141B140C0C0602170F14190F0B0F191A1A191A 160521070E07050605140E08070C060E0F1710160F1D161D191D39715A758383 7D62646B57614961724C455F525F7C8BA4699484A2C8E8F4FAFAFBF0C9A778AA C19465233C45475D4791AAA8D2E6E6DBD2F0F7F6C9A8A796A2D2E4F6F8FAFAF8 F6F2E0CAC0DEBDAEE1CEBEABD4D9DEE0EAD6DED9CABDAFC7C7BBDBBBD2EDE1E7 EBEAF2F8 5B0F224543210C140F06141C20242A3B2C1C3F1F2E3E2A1B1F31302A146D8BE4 CC746F7878B7F0D37F8988663625232A1628142F3A2A343B36333F3E2012200E 28252A2A2C432E24404D5D554D3F2E3E28203323141B1C200E25250C1B2A0F1D 1736362E2C1B192C0F0C102E2C211D373447424451455F5678725D6988628869 513C3B443C4D4B253C424B44443128243C404039334B2E31371931372F341923 0E2E190E122A1419170C1708281D212F0E0802021408060610161C05140F0C08 230C04070B08050B0C080605040202161619070207020001053514453B3C5286 8883AA97708E75938786867D919FA5B1D4C6CCD4DEEDF1F5F4F8FAF4CC7D7877 A2CB934C3C3541325745497294A2B79DA8CBEDF6DCA288829AA2C2F1F1FAFDFD FBF4EDDFDAEAD0D3EFF4EBDFEEEADFD3C9CBC6A3C29AA7CAB9C2CACCC8D2E4EF F0F2F7FB 4D1629334828100A061C16081D08162E33252A241C243A2E1F305B4A2F5BAAE1 C07D5C7D8EC3DEAD697C6A5819160F0F29312244435649303131222020281928 3C28403F33332E393E5566373E36333723220B010C19141A102928193324372A 2A4E2C1F2833231B0B140E2F2E222037473E3A4B5F56614F756278848489755F 5D51444045332F3C371D4433372E313B2A42513A3C42303339372C282A281633 121D1D2A23101D170C0C0A0A0B241A1F1414080B0C0C06081B0C0F0C07060500 070506080C0C060206020E080C0506060006050205020017070F0C081B14192A 2A74657F8372759C8E9493A8B09FBBC1C7C8D2C6CFDCD0A89CBFDBEADA968275 919FB58E432D4533493220162842478EA796CAF0F4C58BAB9F96B3D0E0F4FBFD FEFAF6EDF1F4EBE0F0FAF6EADBA7A28B7D8B8C7F72728E91AAC6D2D5D0D8E8EE EDEEF1F4 613C233F420F14020A0F160A12062522443C20191414160F2014644C2762BBE9 AA68728B7CC8E39A828B511F16170720332C30514E3F392807281D0E081B1920 2528252A45373931393433242019393B3320100C1D1D2F1C251C20232F313131 443A3633313F313B1B1F2F3E1A2E2C2E313C4E4E7C765876766B757B837C827E 67584E4552474B393147453A4E394324213F39514D2E524233453C2F292A2C25 2A1B081A2510101416140F1B062F1F1D1A12080505050B0C0B0B100F1B0A0104 05010A0B08070B160E12230C0E020505000606040804041404060F120C17231B 1423161D1B2A3E43616D5B8C7D6F698796818E938E926A3B3F679C97CACA9984 8791BDA26D391B05070F1C0C172A3652929D8ED7F3EED4BBA5AB94C8DAEAF6FA FDFDFBF6F4F7F2DAD3F4F6D5A28E716781696D846F6B788CA296D3CAC3DBDFEB E9E7EDF0 8E3F1C2A472C2508371C122314102320312430170510190512258E586188D0F5 A8644E687FBBE0BB8B834F292A2831393B624439372030311D25121D0F142C2E 231A1B1D1D3B401B313A2A2A28342A2A47222E241D101D1B140528252F3C312A 444B4439392C1D3B1D24333C313120562C4D696A73767E84696C5D787E88978C 8C70697361445533312E434931314F252833494B3F423F3F5139453F1D2A2E44 2C101910212E25202C29251B1D37191D19201A081900020A06141B080C0C0F05 0A0A0F141B06081B100C0A0B050407050102020220370B0B160F0F12101C0808 0A060814000A0514141B280F191D0F1D332C332A3F2C0F232A3A50577C7DC3C5 9CA5AFABA37D3914161F1B1634333B515B4B8EB3E9F9F8D2ABB5B3ABB0E4EAF1 FBFBFCFAF6F6DBCAC5EAF6D7948E655C4D577A5F7275637FA3B3B6B6D4D2D4EB E4E7EEF1 7331222A4739311A1D231B1014192331282A211C2319160F0E228E84829AE3EB 9483656D9ACDE47C8E882A3137313F48494733310C292C251C3125241D292A39 47332E4D5961583B23283629242F3C3E30243C21432C312E1D28293A40281F28 2C31443931223124163F254230372544495B58737075797B737578A292B9BA83 A09D917A69664F4E553E4F473B2A37432E235F484B4E4E494B4B3E202A2E3A3F 33331B102420223123333F3C2820161D2037140E1A0B050C0C060C17160F190F 21081714080F16120C080A08060A05081608050855A9100508080704060C010B 081402070C07080A081A20160F0E081D2F31140F12101F2014452F2B525D829F AAA89ABAAB6267422333473F494F473C5D5676B3D6F5F7F1C1928E7C829CB7C8 D4F1F8FAF7F6EBF1E7EAEBDFA85F4C63625B6B72836F849799C0B9BFC8D7D8D0 E8E7E8F2 8558243161442F2C0F120F161F1F171D1D201F1F1D1920171D2A8E9996B9EEEE 9C7B7283AAE9EBA0A35F3010284920253F28231A232225403739312A2F33333F 2E58555B7259312823312A37442A454937392A1C3B37301C25393633401D1F0E 3937203739312A2514252E4025343C3C424F5566658B638385839696B3C6CDA8 9DA4A89473625855474E4F2F40231D2E44424345594451514D4E3C3F373E4E4B 4440372321312A142A3334472A31232A2C29191916230F171014120C0A0F140C 24050F0E140F08120F08190604040F080405020B1D1D05000E14020500000001 01080614060412100F1F1D1C0C0B1D2A2C1D05170C0C1414160A0C0708391D2F 638371474B52565F5B5B5F555B45313733456761BFD7F0F7E4C79A819F838694 8EA5CDF2F8F6F7F9EECABAD3BA836A47494F504975848B92A2ADB7BDB7D4CDC5 CEBBD5DE 82822C2A434F2C1912280E161C0A050A31162A2C1A1D1F212A659F9A94D9F4EB A5938E9DCEF4EEEDBA5145311F292C2E2443190C20202A3324402E3A433A3C44 486B5F5848343B1F1C39344731444039493E302F444428203E2E3933201D2325 393B4E3F37443129311B19141D1A1F3C434F565D66709183799FA4A6D1E1DDBD B5C99D9A8B665F565851564E39242E243F4045454E5B594566514E554E4D444F 4E3F4B402E303B36333E4937314E37422C14050B05070424140E0506081C140C 1A1A0F080B020C160E1B140B1B0B0C0B05050005080605000E14050500080C06 190208140A0C160F080E163608202E2A1D0F160B0B160C0F0A0208140C050220 0F281D1F1C2436444244362C47201F162F302A3F5B97D7F4F7E1B3A7A4ADB794 9A7F96CFEBF3F8FBEB8E7DC9E4BF836A5D5578684D72748E929A9DAACFCFABBF B3ABC1BB 67674E4037551F201A233719241B06192A3740281A140F282F6AA2AE93D6F4E3 88998E9DE4F7F7EE916747443C231923312A052F2C2E2342284B45523F453F3C 5B62343C2A171B2A3B3A42553C45474E3C3444283C4B28222C33302C3930313F 3C404E423736422F1C12251C282C31364B5B445B6A5B696C7E928CC7DEE3D9D1 C5D7C5A472735D5B7361564B49423C3E5136484B45515152665D764B707A6569 626C5D55563944553A3344445655525B312A1919120F1A141708050F0F1D080B 0F140816080716071419140C0C0E080108040404010004060502140502010A12 20060C0B0F0F101B0F1404100F1625311B160C0F16100E1005211B251716080B 0C0F0E14080C23292A0B0C1912191C1714121B29374BA8E8F9F7E7C6BEC9C3BF A869869FD8F1F5FBE4A28297DAD98E6359645A87726D7BA2818EA5B6B3B5B7B0 AABFB1D6 49595642425B3023201F1A1B1A050F34223A39281D1B0F141D5A8EA7AEDFF6DC 9CA28E94E1F7F8E66F37332E1D2031313C2A193E3934203C3F2E314536203147 40423F31241F313F4E55483C474B425945443F394B393C1D201D200822393F23 344E47473733341A1C051C2120242E364B51595F63706C728C93A8D1D7D9C2C8 DADCC8B37E736C6F63615B405549443C39443F334E5155706F697076836C727F 66727361554F633742492A42585D594F4F3B2E3B1716191219100B170E210808 0B0101040201000707080C0C0805040C02060807080404080C0E0F0120080405 0C04060E0C07191916191923221C19202425191D0A0B162A191A212F0B14100A 0E04081F16252328140E0F1C140C1019170820121C245192EEF7F9F0E4DBD6C3 C1968BA8E4F4F8F7E1C99797BDE7A75C597D6D968B7D756F87837AA89FA896A8 B3ABBBD2 33373A4737484B19193C1B1D0E12171D1D2523422E3122363167BBC8B3DFF3AA 8B9D9A97E4F8F8DA5B28241D2A1B1C3125201B19161B1425282A19333F2A333C 373A3B3C2A242A48494B404439475B4B4955424B443C3F2A42231A281B313C37 403B513731444216220C2421393E2A47514F6759637B698891BFCDBDB7AEB5BF D6E5D4A2948C7673726C55565B474D4D445B4745494F634D736B596A79787E91 A972796C4B4B5B44423949444969594B5151452816200C1A0F1019161B19040A 05070105070B100B050608070A07000F0C05050F1D080C07080F0C0508080706 170800050F1019121910292E171F192C201B283116282C2E220F0C0A0508040C 0B08081B16161019040C140C0205060A0E0C1714281939668BE5F7FBF8E4E4BA D0B39FB7DEF7FBF6DAC2A7A7AAD8D3A283506183787A6270828C8B7A8EB3849A AE948E9A 3E21204D282E393F1B211C2A19333322193744402C3A283F3F8BA3C3D5EDF6CA 96928CA5F2FDFADA6D2F20171D0F1929281D0A1C371A1924100F191D212F5934 2F433C4940522C243C372E402A3B344B5142584D344E2E30363B332131432E3C 4333474E44443B33250F1D1A372F3F47496B7C5B737382ADC5C8AEC3B7AFC3B8 D3DEDCC3979C8B6A657265625F6F4B51624D5158525B61636C5F72798488838E A97B8F6161654E524F495542584751624B4E4B30281B161F0B0606161A191605 0A17080F060F14170814140E0A0C08040F070405160801081D080812170F0500 04020C0C060F2216080C2C1D1A1D23423331373F28161C2504080E0004020507 06140A0E080C05070001040808070E080708140A081A1D255B83E5F7FCF6E8D6 C6C3E1EBF2F6F7F8D6A2C69FA3B7DED3966165749C75617C8283747D7F8C8E9C 83948E9C 36313A372A423F3119301B1224102A1F203655593F231B3C2C97A8C7EAF4F9C6 9A9D6DBBF4FBF7E16D302E311D0F281C17171B2023230F142A171428233C514D 3A31444B2A403B3431333F3B424D2C4D3F48423F483A28402F3C4B3B473F473A 3744444D483E3129311C16213C2231314D52636A78939A91A9998B889DC6C5D4 DCD3D1D4C8C193836F738E7B738C6B69726B694E4F6147675B627A729473899C 7E728C6565625D4E424B48394F51585659402828311A1D1D05050616071D1705 0A140C050223141C0C121D160B0B04050500010206080C170F0C1608100F0202 080819192A0C190B0708080601060B171D341F211D0806050001000201050508 05121A0F050B0A0001040200010206040502040806171C202F4088EDF8FCF7EE B6D2EDF4FAF8F9FBE1A3B1A2B37FABDCBE8364547D7A6A5877896D8881888E91 86777F94 252E24393029513C282C160F312A2A232E4E476B2E140F394F7F88C8EBF8F8D3 9FA293DAF7FBE8C294614D432A2C3C3720123C16120C1B231B1B21143C4D4E4D 444B362E301D2C3E2C313F3F443E424B315B47564B43373347311F37333A4E44 51394B59474733171D08241C201D28305955756F928388918C73828991B1B1D4 CFD1DDE3E1CDAFA091838F939F95827E6C76696F585167625B76887E83797E7E 997E696258495B424B4B454339424440401D2228312E2224280F161214230C14 0A121D0F0B2016100C0F1C07080B0E0F0507080F1612103017080C1D17080F02 08070F101A080705080A0E0801050607140F140B0F0F010105010001041D0401 080C190F0C04000000020504000408060C0A0A0E1B140F1922203B70D9F4FBFB EAE1E8EBEDEBF8FBF6CC93AABE96A2D5E6AB86776A7B8975817D847F7F9F8B8B 8C839694 3339221D1D2A3E3130171D2810070F22293447552C33204E4F6D67A2EDFBF4D6 A2939ADFFAF9D4C3977A471A162A371F1B201410231019202A2A334B5B39553F 3B3C2A1F2E36371B2E3A252A2E394545332E476A4B593C2F3123332E313E4231 4B422F485155282E230A251F22162E42556682659279755F6F887996C2AEB1C9 C8D4E3EBEBE1C89182999AA89FB2A0979A84678B615B58555B5975A06F7E7E94 8E6F735151584B3742423B39373F2A2E311B47293723282416191D1420231419 0C2C2814190B16141B1B17140F0F16210B2C161F08201D1B1B08080F0F0A0E06 14010510141608000005170F060500020F020A051605000002010101070A0001 00061B1B23140206040B0A0501080C140B16140C121B1D1D20232F3383C3EDFA FBFAF0DDBBC0E8F9F9EAD3BBA8BB9491DCD9BD71758B8B949D89746A7D8B818E 7FA7AFB6 3943310C161D2916281B281B283A12311D202F4749371C472F434A8EE1FCF4D6 A29FA2E0FBF29DABA8824F19212C4431281F0F1B1D20250F12333E5152493B42 4528211D1D211D1B0C1F2820123120282E4749515B49364F3F282F2A2A1C1733 394F474E514B49212A232228312037486269697A826A7659657C8C97CECDCEA3 BDD1DAEBF0E8C5A8AAA89AAFB7B7A0A4947A926B4B6F525F6A5F6C7389916973 6B7562585B444B442A392A23202528060B1D192A441D313A23231D1B121D1206 0E1D0B161C1B060120230B160F2C1D1D1A1D191616231D121A120B0F0E1D080F 0A01060F19190F0808071B050C0C00020607020205010100010201020C080702 0B060B24060405040B16161B0C1B0C1D2C1F141B02080721191923220F7594DD F4FAF8EDD4BDB5EDF7F7F3E1D9CCAE8BA5D8EBD6A2848C7577825F61827C878C A4AFADB7 4B3F2F01231010191D2023281D1A1F24212C14396242393F344C4977D4F7EECB AA9FC1F0FAEB977194865450293336292A0F0608100A08060528494542443737 3731312C3F1A0F201F242A1A1B171D311B2F3C4347484E47344F2F402C1B122E 4452445B454848372E23243C3C4E513F625B5F5D7A95696276788FA3BAB3B3B7 A0AFD6E5E9DEB789A3C5C8B1C5A99DAD8E7E72695B4B586F565D636A70707563 5F795659554444312821082317041D101614191D1F20331C250F0A17191C0B0C 251C251B1D120A1D0C1D33392834161D14251F172A1D1B19101008100C070108 05060E0806071A0F1B0F0E160C060805120C0508120A0805060517100F080608 190A0C201931190F0C14171412171A40372E1A232023162C0F1214120A194593 A8DAF7FBF7EDD4EBF7F9F6EAEBE1D2ADB0CBE4F6E3B9A88994847D838694A88E A28EA2A2 233E370819171B2039391B3737203A241F201B33595D553C234A3A61B3F5D4B0 B694B1F6FAD2746F84935A19102E1D1D0E2828080C08061928474B404E2A2830 281D284B3C232E201D16160F1B212A232F2C29524B3B43443F332F2924332331 33444B42444D33473337283F52584D5B51446B5F83956F8383919489CDBBACAD 929AD7DFDEC8C0ADAFDCD1B5C0B8B78E78917E6F5B565B5F725D4773635F6661 4E4D555B3637311C141610101B1B1B1C241D19312C28201B1D0A36221B2A1D16 233A2F20362E2E34232C2C392E1D552C1D1C191A191412170F281D1A01000208 0C02010407050F0B08050F0805020200080C07020804070B140A1B0C04010504 0E1A2C160C120506040C080B1D1D2F441D20212A2E2C3934253F3429171A4A4F 5587C1EFFAFAF7F5FAFBF6EBD9D6D9D2BECCE1F6F6E7C6999C8E9A7DA7ABAFAF A77BABB7 363F422C1C1B19242E312820361D1D1D29232E3151664B4B1D2B4F4D9CF4E1AA 7F94CBF6F9C67A6D7A865C4D47140E250F23161D1F0E3931495B443331283122 3936313130282C233A192E2C1D2A2F393737392A3C4B334E5140293447372F56 37444E4E3E3B334439554B3F55594B514F584E5B7B6F858B8E9694BFCCCCCDB2 9AC0D7DBDCD1C0A6C9D4C3B2BBAFA3927F7670563F4B4F49515B4E455249304B 402E3E4447311A25242C2819332C442F39553E2C3C3A343036372F333C283339 434B4D494044553A454937343B3356362A311A20292516140E28231C0F0C0214 160E0A0105120F0E0502010F0C080F0F0405190C0B020808040105050601010C 070C100C0C040C0508040410081D1A190E1D0A1A1C2A37212A403C3F2A333333 253F7D94D3F0FBFBFDFDF6E7E3E7CFDED9DAE0E9F7F7F0E4B3B0B09AA89DB696 97A3ABB3 28484B1A140F192E3C2A2E2824162023191A30233355472A2A5A3C4EABEFE8C7 A794A7F0ED9C75575C837767395A1D0C10160529422A1F4F614B403C282A3B3F 4E4255252C2F232F312837292A2A1D39373C524B4D394944212A201D3F4B3F44 58674E51473A3F423E312A363A3F4B424B5F706272827E70999DA3BBD1D4B7B8 AFB9D6D4CDCCB99DBFC8C7A8A9A3888B7B7B664D3A2C2E4B4245393A3F372539 31372C2C4B3E3131294428394D3342394B514F5D4F4B584B514E4B45444D4B39 65565B55595B525B524758514B45473B29291F0F1D210F16161D19191A221922 1210080E0C14140B0504000B100B1F1205050C0C12050502020804020B080804 01010A04000104020A08050B1021171C0F141B14051B1A0E0E10233749401B20 547D7F7F828EDCF6FDFEFBFAF7F3F0F2EEE4CDC7EAF6FAF8EFE7C0BEB3A7B7BD CABDCBC7 1A434E1A2320281F3F4233282A0F1D1B1B171A1C1F3F5F3A2A354C4E8EF6F8E0 B39DC7F3EAA56A67646B8982696741231C101431374031625F4D33223C202042 42474E3F3729343E2C36312C39332921313C3E515F3942333928123931444042 4B48484D2E3C2A23311D1A2E374E3C55554B757E888B7F8E7F9DC2B2DADDBBB3 BDBDCCB3BAA4AAB9B7D1C8BDAD8991705B755937162A25282431192A2A312939 3B313949312E42332E45474B43614E44524F565D595F516256486259555D5F62 5F5B8B628B725B6B556165556644404B44332520230E202214201012161C1912 0F120512050504020000000800010C0402040508080806010507050201050200 010522140100010208171A161F1614141A0F0C0501070E07000008333F39231D 2C88816D5D658CD5F4FAFDFEFEFBFAF8F9F1E3E3D5E8F2FBFDFAE6DAE3E1BEC9 D9CAE1EE 2E3631311F1B200516284223142A312308102019172C454336224C68ABF4FDF6 B6A2DAF2E49A6843506B838E816532632A3A2C47423F3E4D392C2A2F3934392A 3E44423C372F28243725101D231D332A47374345404340312E2A312A2E43334F 51484B4B312F1B19081A1B17192C244E4F676B82ADB79DACA4B1C6CCDDE1D4BA AAAFA09D91A2AFA0B2BBA3AF9D887355524744431720311D1C1F231B254B3C4B 58482831224B394F4E4B6256555B5169485265585D72797E5872695B694F6A6F 737C848B855B887A75787B6563675B445B4B313933282A3E3C251B2C1D1D081F 140B080804080A0400051216050404100C06080400040400000505040705060E 0E1A0A04060A050704080E141412230B0F08060100060C020000051D36482F39 2C3147613C3F659ABDE5FAFFFFFEFFFEFFFDFBF8F2F3F6FAFCFEFAF4F8F8EFF0 EAF4F8FA 081F3F290C1F0C0F061237241A1B2C2A080E2410191D444B2E2E5A58B6F4FEFB E3C5E4F7E07B5C504571819A88744C4F5F4B37485544302C3A28242C201B2022 2A3348332C231A222C3122081D16192F3C3940374B424B42202A4E3B433C4B47 4556554040281D1A041214332123405556756C8F97CFDFDCD1BFC0D1DBE3D6B2 B39A9291758991979D738C7A7B7E5B392E3136202222231C291B28394E554859 4B513C282F3C3E443E4B444B5D6551695B554E5F62627F885F6C757F6B697B66 8B958C7E918E8983A66F73706B726363625F5B4F3C4F3C2E3134200F1720232A 25250E04060F161F08140E170C08080705020001000102040200010B08040A0A 080F0C02000000000002060C0B080C040B04060400040A05010001050C333351 2F1724312A346B96BDDAF6FCFEFFFFFFFFFFFFFEFFFEFDFDFBFDFEFBFDFEFBFB FDFCFDFE 072A472417190E020219311B1D2A2E101A0A050F16142A4E47375D63A8F8FEFD F2DEE1F3DB8B71726B6B6289948B67725D6A4B4D4747372F332E291B28391B3C 3C423E3936191B201B1B211419163A33393E3A395D47472C2C192C3F583C6156 595F4E4222241D1422202228344B475D72787B9CB3D6E3EEE8D6D3D1C8CFBDB7 A4968B6F6A7E676C736161515B3644442C2E433128172019121B2A3C5848453B 4E513B363744594F474B44553E6B615B59616669729C7A7C7872628879727383 9A93C1A9AF9D9196AC95735F929A72766B6F767C734D4E4233403C342921312A 31391A08100C1629161A0F2F0C0602060B0604020105000806010001080F0405 08060200010000000205080C0B0600010C020201050100020401080204163767 4F484E48554B5862C8DBF1F8FAFBFCFDFEFEFFFFFFFFFFFFFDFDFEFEFFFFFFFF FEFBFDFF 1D2A2E37211008020F1A121D192339161620191D141D0F1F4D2A334AA5F5FDFC F2CDE0F0D67769716A65525F839159504E615F39473631331D19162A242A2337 1D402320211D2E191D1B05070F244045493336434D4B44282119313B51626951 695D51482A2A2A33372A3B3344594D695F7FA9CDD7DEE8F3F7E5C9BDB2918BA3 5B6C6262514B554E48422F28371F36313B2F2A3C331728192A333C49484B5B42 5649332F314344444B49474B555B626C5B5B706F6A7E6A75587E827E9A7F6172 8294ACA4B189AFCDC5AC8B848C97A0697392947A6F4F513B44422F3C33193F48 442E2A2816160B0C04070C1B08100602050804080C08000E07040405070B0508 07050500040200000000080F0E020501010004070601060501010408050F1642 5B4F708C61586A5F8F91D9F4F8F9F5F1F3F4F8FBFBFBFBF9F6F4F6F7FCFFFFFF FEFAFBF7 10171F3A14040108202C2C21312E142A1D0C050C191417303A3C642A99F0FAFA F5E1DFE3DB6A59282E284947819C9C716B866B312E442512121D0C2A1B192C31 2E3C2E3929332A0F121D16191937394747393633514F363C280F364765585F6F 626B5B36452228232A2A333C5B5862838491C3E1EBE5E5F0F4F0CDBD734F424F 444E344E3F31474B3C1A24231F1C28162C1A2C29312A2C252E23403742423F5B 593E3F31333C42423C6A5D445859596265755B5B5B62697569706A7E7E736C61 5F7875919AAAAEACD3C69D927879A47FA08EACA06B626965654D4D3C3944474D 553C332A2A281D14080206070400070802070107071A06050A0508140F06080C 080506050201000505080F081004080200000501050406020100011007060205 0F1B446A737B5B6C8B7A73B3EEEAE4E7E8EAEDE4CCC2D6E7C7BBABD0EFF9FCFE FEFBF4E1 05102A341F0C081B10331D1D313A1D160E20191D2206141D313731509AF4F6F7 F8F3E0DEC97A7A1D401F194C6DB3B794917068722030282F20160E0C0B252821 31362E2A25230F28101A171B160F364B3C474D3A5B513C2C2A293347735B4B5B 5F584D4B312C552A252A3F495561847FA4B3C8E5F4F3EBF0E8E3C08B4D421F40 3139282A2C332C453C3433312C2C1F37312A312839374F422C30424E565F6255 5B593C2A3C31334B424F595B4B52755B5F6B5B5F4E6C5D51696558766C835558 635D6C89678B88828B8BAA756F8878759A96B799A08F858C674F563F3C4B5859 5F5F493C3C2A2308081910080B080F070B0C04160B1006010204050A04010206 0602070A000000080C0406000501010002010200000000010100000405060202 00041C19586F69554E553C6B9AD5DDDCE3E7CFD0B39AA5B69A99A2D7D9EAF1F7 F9F9F7ED 122E22482C2814250A120B393E1C170C0E141F2A2219210A1D564278A8EDF6EE F7F6F1E1BD745C2F28102A2457AFC3A2947F6A455516051D2316121F121A313B 1F31202A1F2029100F34231016162040564E42595642362023314D4B61695D4E 7E6C4B4B39374021331F3B47596F6CACC2D9E1EAF3F3EFEEDFCF8C4E4437284E 242E404B44423F4E3C4E42393731313C3C5945445B6675595145556962517A73 6C62635547554D3C555B584745514E5D756165735B63585B5551615958723B44 4B58555B696362846A6B766C66707C6C5B7E95849AB7AF9A82725D5859454945 4F4B3E483C2340202E1B1410070C16080F05050A070C0A0C12040A0F02050005 07040C0702010001020519020708060102010406040000021208040100000101 010208002A363E3920171C4B888E8BBBE0EAE1E5E1B68686999FB0DBD4C6E3F4 F0DFE3D9 141D1C4E23210C0E0C162042221407081B1414292020140F082A457796F0F4E8 F7FAE6D7DB7F4858421919344970B3BBB7A786453E2F1B1F2A361D191017171B 0C1D0F3920191919192A1F190E1D1F1B2E44424B424B242A3B3E58445D6C5B6F 76625B48474233293F4B4F4D727583C3DDDFE8E9EFEBE8D4AE915B4B3F313134 2E4436445551454555564D56364043453A4B6169637A7B637975626275826B75 8C6F88846A584E5F5F758B5F67696F737C9D9C7F88625B5F434F4D565D403151 3C58555B524F675F6C794E6962725D696F79738C787FA0938465786959553E42 4B51493E4E443A3C442A2C2014161217080F0C07010508060F0505080405041B 07060F0B0200000506050E010608020000020405020204020C05050405010107 070504010A1A1F2A24170A2978966282D4E1E8EADE9F83947BA8AB94A8CBD9DD C9D4A7B3 17051B34280B0E2A1916373F162208080B190C0A0C120C070C2E3C58B7F2F6E8 F5FAE1DAD47A5B443C312A3759599FBEE1EA94494D521C232C23282A0F20170B 0B1F1C1B142E161F2A1D24282A252949314252422E2F0F1023495B4B736C6273 7075595F5F423C31312C4B56698EC1D7E8E5EAF0EBE9D4916249394B42434755 423C474F4252404E4451594F4358404E42616370798C7B7A756F887A8F8C8992 9D948F9194796178767E8B798B76999FB8CFDFC2A49788624E4E424B4D443C44 47423F6C4F4966737372757F597561615F666C6C73736F89927AA0887E614F56 4B4E553F55594E435258432120141D10140C0C1008071B0F0E0B1016070E0E08 010501010705060B0B0E120E0501000000010802010101000101020104050605 0401070104080B372023161F62A3979A7588D3DAC69CA3978383818EB3E1EDB5 719786A4 08081B39401D100F202E2A281D0A081D0E050523070C16050719215DC1E6EACA F4F9E0DCC78B493E20141A37445B5B97C9F6EE7F696B1B302A1B1F1B20292222 1B232A1F1D1D25281F311D16232F2839294740392A101D191B34445B55627A5B 7C765F62584D3E30563E4E737885CDE3EAF3F0E9E3C79F4B2A344B3942442A4B 43424347483C4269454D6156474D5B62497F78889D8C8E73ACA295A4A6B2CDD1 C8CDBDB7A07E997891918B83AAC3D6DFE8EEEEDEC5CFD3ACAE8983594855443F 494D554F5D7F5B837A8C8F7F888CA8A06973836F6B61829589AA8F82AA916A4B 475B515B625863494F5D614019011A04161F141D0819101416200A160F0B0802 05050F0B0F230C0C061414040204010100000004020100000201010102070106 0605080805050719141A1B1B304B826C7C7888D6DBE1D28B938994BBDCEFCA8E 59527D8C 06051C433B0F14062842472E041007141D10040C0F0C080F0C0A1B44BBF0F1D3 E8F4E6C59C8C34311C171D3A554039479DDBEDCA835C3C331216210A222C3A16 282F17101D1C1A1D29231B06051A0C061B23311A0F241D1A22444466656F6C65 6A6F7F7E5D5543453449615B8CB1C8DFE8EBE4CEBA73472F23343B233121333C 22473E37424B473C4B584B66635B69636361788C7991A48E9FA9AED1D1D9D4DD E5E8D1D1C5B3C2B7B98CAFB7CCDAE3F7F7F6E3D7DAE5F3EEDFD1C89F8C5D454E 3C475B5855667275618C939AB393C6AD858F669A7A636F6C6B7072787572784E 4F5261596A92726178616A55391D0C190F0E0F0F0F141C1D12080F0F1010050A 0C0F070F0C12050B08190F00050C07040105000504000100020405040402020B 0C020202000208060506060B121C2C3C5B4E698899C6ABB99794CCD9E8DBAA83 72867C9A 1A08244B47200C0530333F300F19050E161B170F121F14140F1C1A238BEBF2D6 EAEEC5B38C551D1D0F0F29362A282E364283BBE7D99A6D67832A2523211D3316 2A231B1F0C23161B23201A080506040B1614221D191D1C311F40584D5F7C6669 76A383788B5B516255515B698495CDDEE3E3D4A96937393144423024331A333E 2A312A343C435B4347525F6A588267617F63625B678B7BA4B3C6D9E1E9EFF3E9 EFEEE1D4DADFE9E4CDC1A6BDE4EAF3FDF8EAD4D9E3F0F7F8E9E4E1C7A2914536 3F3F303F31443C4E5F5F7BA0A2A6B5AE8B6F8F917B8B626C677275735F6C6162 4B3B585861616B725B5B6239333728241B1C160F120E14120801080C06080408 071A020B0F190E040A0F0500060E0B08050C080A040202020706070502020202 06060401050501040004020C08070E161D314E49653C5D9497ABE1E3DE91898E 9C8988A2 0704224E5547281D1B2E221417140805160F0A0810080B19040F0E2265CEF5D4 D2EEB9AF8E71231619193047282C2E3040527FA3DAD29F7C8B6B36313F2C201D 160A0E040B1616120F191D2919120612102E1C0C0C0C103E344B47585F758382 70A29C999A6A75697E6C556B8EC2C1DBE1D1AE753F2E422E493336342E252A3C 4747424459423C3A4F4E6C6F69626C836969736270918CACAEC6D3E5F0F8FEF7 F3E9DCDFE5EEF6F7E5D6A6BDE5F0F3F8F7E3C2D4E4EBE3E8E3D1C3AF886C442F 313C37242C6147526A677A899C9184B791699199A0A8858B78828E614F615851 474D4E4B3C3F5867554E4B48241221212A1625140F16361C250F07160F0E0601 011B0F1D16080B19280E0C01070C0E020006040100020405080A060104020605 020000000A0700020002050B0801050A1616282C1D140F2AA2CCD9C8835A5061 9361617D 10161D4551191D161C0E0F140408250C1D1D080B0F1D121A1217142A4EB3EDED E3F0E1B6716923333B44452C2E36192C3C2E4D62A3D8EAC26F55621D241A2A1A 0A0F0F0B200A1B0A0F160F0701051B25101912120E221C214859495D6C8F7B7E 949DAAB8BDAE9C9C947B928F96B9C8DDD6A3663B42302E3742313F243E3C3F3F 45484E42584B55474F88836F7F6C858B75664F7B6383A2ACBACEE3EBF3FDFFF8 EBE4DAD9DEE8F4F8F1D6C8D4E4E1DBE3E1D7D4D3E3DFC2B7B7AA936A5D4B332E 303C221A1D2E3F51404E7376727E9CA07B737395C5CCD1AFB5A8B1A979828261 4F6C4F563330423B4B4B314536251C2948102225221B281622121619171B1607 06161D23200C0F16060A0A050B080E080A10080B010206020004040102020502 08070401020100000106010402020A1B2F1D0E2214190A3C6A8CB98E54453C3E 4F6AA789 050A1B454222231737161B160805120F080B1720161B1B28231C311A579CE6F9 F1F5F2A87D642C55514F34291917231D23334D2D5297E0EAC27B4F5431312C12 1D0F0F0A02052A080C05040100020719160E14201916233A475159515B8C8C95 A3BAB9C5D6D1B3B7C0C3C1AFC5C6CDDDB97543393C2C37202E37302E3A364E39 4F4B4B615B42614F596C8B7C698EA27573736C757CA4A4B1CEC8D9E5F3FBFEF4 E3E4E4D1D1E5F0F1EEDCCEB1D1C1BAB7B7B5B2B7CDCDBBAC82786A3A4E3E4429 2C3F232328192F3944454F785F617E79727C7C88A8C5D7C7C0B7C2C9AFAD6369 72675D62594548553F44484B2E332E2E3331372539281D20221A0C08160F1705 0206141D120F16190F1B1202050A0C060505081201060C070000000001040000 02010100000100000000000006050C08121D120E0B0F21292E19316B8C74655C 5C6D8E7D 0C022A5B492C2A1D1B0B31140C05051B07081417210B100C07081D235574CAF5 F2F3F8B67D626347594D31331B0F1C17232019391D5F83D0EEC0816B502A3C14 1C0C070A1608080B02010A0802080C251A0C2C1A312A37393F4F44566B7599AC B7C7C3D4C9C8D1CCD9DFDAC3DDD4D9D4A859313C36202A2336202F3A2E484D3C 4B52634B4D4B4D4F835B7B917E8C7C887E7676698297B2C3BFC9DBE4F0F7F6F9 EBE3E3DBD7DEE4F3F6CDC3A69C96AF89888C627F8BA38C695F4B444F5233302E 31373B28221B3025312A374D4D595B7885585B738BB3A2C3B2BBCDB7BFB1A67E 6275736575634B6558663F5151404B4F3C452E28282A2A221F1D1D141A10190C 290F16200807141C0F19251C040805040A07070A07140C080000000001020001 0004020101000000000006080F140C04020706040F0C210F0A0506125C7D9F83 82574E5A 050E14406F2E424836211B16140A220B0A120F12200816051A202E243268ADEA F6F4FAEA895A674E4E392F200F2A100F1610121920354983A3C2BA78643F2A0F 061407000405121919080207220B191C201B1D1F291A313F525B51616A7B9696 AEC6CDDBD9CDD6DEE4E9E9C9B5B7D6AC733E3C28282C232C2F3B2C313C3B434B 47435F484940595F5B6678617E7F837E888C797B837394B5A6C3C7E1E5E5EAEE DFD7E3E5DBDADEE5DFAC828B69726B6C625B5669555852454B4B4B424442232C 3B2E37162C140F19171D21291D1D283E56595F62837E82A4BAB79CACBABDA982 5B889FB18391836C657C726C4D4B4233474F3F51403F3728211B39231C1D1919 1F2030140505121D1D08140B0F0A070604060F0B071B0F0F0607050607050204 0501020101020508070508070504040401050604140A10020101000B0F65A29F 8E4E6945 060812424B3C371D2C0F1B24230B1F0A2A0C0B0F0F14201C1C213F334C657DD4 F6F6FAF2B36D705839281F23161B0F2516190F05252A54526DA2BBB596583B0E 1B1F0E0C08072817161616070A050C0A1D1B0F2331392940654D636A5F88828B 8BA4D6DBCDD4DCE5E8EAF0DFD19D7E6242281D3A3C3B33422E51423F47373444 454F444255435B66635D6C7275617A69827F7E8B7E9788839AB1B3CCD1C3C6CC BFA3C8C5B1A6AFA37C6C695D3E5B474D495551596B514B63585B59514F3F472E 252A3119190E16060B1B160C100F1D0E314047565D62787388A0A4A895B59682 9499B7D4A4A37C707278886F58595B5559595D514B4B3F36332A3B2A4B332830 283F443A1D081B0C14081205201408040B1D0E190F12120605060B0F0F080000 0705020204050107000004050104050201000C0504010701000202050B1D206D 7D6F7750 0F0705424031201B10051C17190714051A0A08102E231B28191B202A6A3F65B7 F6FBFBF7B9828C8334310C20141D1F1B1B1F1B170B39523F557197C8AE9C6A35 1A140F14140C1B1F1C060C1207080B05020407123E42373B5F767A6C7C82849A 91A9CFD1CCB7E3EAEFF1F3EBA86B554B404E2A2A2E241D2C301F3155393B4347 42284B3F3A585F4B62585D566162627C795991847F8276727888AE8FA4947F89 827883798372667B554B3F4943525B5948675F69665F5F596B785F4E4B3F474F 59473F3724162A0F0C071201040506062110283F4559556F84739789728F787B 6AA4C7B79CB5A07E7B8E765F5F4B4F676C8885704D485540314440484537391B 3C4F3A312C101A051C0E170A0E140A0616160C051B250E050804050606080000 020105020002000200000205050408050508080B0000010007060407020A1005 3345593F 0517194469340C080502060514050E0C120F1425191B231B16140A1469636999 EEFDFDFBDA939A7050120C1D08141D050E1B1D0C0F522D434A5F6393A8A28E87 5519200C0C14101906161F161F1D1D1D08140B244B28474B55788B756F82A28C A3CCD4D6C2B5DCEEEBE5E4C5614837362A2E243F24392F2F221A2A313F3F2C44 471F313F434F49554E4E5B475258615F59596B5F826F82826C5F675F6C4E4F4F 4751614E4B5F695B5D62474E626A4E4F6B61516B527E79726A5967594867555B 7A6C694B4D3C312133161D161C0B080C0A072523314E48515B848261726F616F 618C9DB3B1B3C28E728B977C7870656983A88B9A6C625B4F59486182594B3422 2833331C14101C1B281C0C162A191B192E2530171B0F1008010104050A0C070E 01010202080000000000000000000501000100040000000002040401010A0C07 041B2D0C 060A16555B3F391A10120E0B080B1610210F061619051B142408080F336A7A74 DDFBFEF7EDD0966965331D12120C0A0C10121D141725354E54754967717F8BA2 8B701B0C12040E140B29252021192A2019212A2C3E2E4B5D8BA0A0856C7988AD C8DAE3DDB3A8BBE3C7AA8E5148421931422E24393A47394D2C333F3F424F494E 3C422A2A4245434836443F4F4E234D3A3C4548444B4F6C4B61514D4B584D4851 52516973566167676F616B595984696F7373656265897883755B615B63738373 7282A0838C63595147392F1D28161D1B16120E16292A47514B4E625B4B4F674E 697892ACA4AEA8B19D7E76A27C78758B8B729988626A594E5656626F6F592924 371D2C1C1D22393F2E31372A3F21291B2431311A21191B1A19050812020A2119 0B0405020A040100020400000204020000010000000000000606070400080807 07050500 0F0A1447484023190F05080E01160E07050A1B0B1608060F1D05081747476588 B9F7FEFAF6F4D6824E2A281D20120C1420231B191B212A504567396A45525D6F 7F875F2A1A1B16050A1A0F221B161D3F55455B59594F61638CA8A9707B8891C5 DDE5E8CD976F88A8724F3B3A3C393E2C3C4B42425951434E4D553C4E4B404961 525B494F3F433B3A2A403E343128312C3937334742394B485540615F51554961 4E58785B6F735B73848283667370728F6F76696265707883797B6159789CBB8E 7F8E6F85947A766A6A49423E2A2A2C1A160F0E050E191D224F4256624B424D55 675B888F739182ACA49594848588859CA8827E727863584B425562635B5D491B 1A2A202C333C4039373C3A3F3C1B4719232F312A191C1408160A161B0A0A120F 1B14140A06050000000802010105010102010001070000010505080705000000 00000200 1D0F0C2C3A4D201608170F080A191A2314191D080406291A1019221747546159 9DEBFEFDF8F6F0A38245322105070C0C161C141B163125283E2F2A3431504768 331D3C52191212200C16230C141731424E4D494B6256738273729A9D997EB1CE E5EFE3BB734F594243422344513F4B40494F516551625B524D554D5858895F6F 9D915B4E372C1D2F3128372C2F30333129373C424B42424E4B565B5F624E4E62 59557365786B787273A49D7E767F8B738C83728383727B7B82727F88619DB282 69968C73849497AAB77C65595843363F301A25020516050F1D2E423E42332F47 5F62616A8366617A758272665D597C8B9AC27C6C886F552F404E436C55493B28 332A3F4F4043453F484951564B483129362A2A34342416140C041D14100B0E12 160A040504070001000501000000080706040005080201000100000000000100 00000000 1C220C303F292A210A2A2A0B080F2014191A0600010A0C0C160714161B4E5B5A 8BDEFAFDF1E8F1BB8654724E0F210C1B1B0419141C0C161D171D3733232C1214 0123191D2C201C201B0F0B191C283E3A364D3B454E5B735B7278758394A3BFD9 E3D6C38E5B39373C422C3B424D5544314B58696C6F5B4B59474B555F61756C8C A3996C3B2C2E201D143321313E2A291D1D31394B4F4455485567554B494E4D4B 6C5B5B6678757C788B8BA4B2A496976A8291A38C8EA888838F7C8C9A93AC9AA4 897073727B7CA2CCAAB58C668356524B44442A1A281D121A1B1C1B1D2C314231 424242455F6F6C5862755F6A5951677EA0AD8872596C51394458635D5672514F 5B4B514F614B3152493E5858615F34393A3A3F313C311B0F2208141710081F14 190C0F0F0705010502010000070800000200040A080005040404000000000000 01010000 1722141F4B37141D1C140F0C050F080B1B14010104160A0E080F170F0B231443 6B9FEDFCF6D0E5E69A727B2F1D14201C17140F0B1D141C222E3023330C161F0C 071B281D12191B08202F0F300E250C2C3423365647626F7F616792898BA6C7D6 C79C784B4233293F442C3937594E44342E5866424B4B4B433F615D707362626B 625130291C1B0F221637313C314B4B2F454F52594B514F4B614E5F5F52514E5B 674B6B5F6F7883737873AC97A89D7F849183A2A8A8B1A997789AA391B5BFC6CE BDB97C82918B839C8CA87E765F496275635B594B422E1C0F160A070F1C171412 3B243F484B5559674E667567737065708B8E695B615B554F424F52455B59616F 455156566A5545554762595F6C5D443F3B44474F2A2E562E2F2A232F160E0C0A 160E120C080E010000000400020502020001080605050C060505010401010000 00000100 0A011B1A31280F0C0A0C0501071B060F140C080E0702061608070B0402091125 4786BDF3F8DABAC8B0783E3563224B2E281F1619050F1D0C1616081919140F06 1D0F1D1D0505040F080F0F1914372A36404E554B61736CADA4857E82A084A8AE 76594B31363747312F331F2A4B45514340404751493E593F3F424D5B3B483120 2F2916140F3B10202A162A3729454B524748655F456C6159666A614E6C55475B 5B51635F5F4B697C6C729C9AC8C7B7848EA3A4B1BFC5CDCDC5AC969DADC2CDD1 DCCEBBAF85928391888C7A8C7E6C65839572725B47392C31230A1B140F0A0E1D 1F1C312A33173F59524E657289727272699283707978755B4F67475155696C78 6C626B7B6B6F695B4B5659555B6F674E454B3E3F4B4F4744442C4B442A1D1916 161228100E0A000000010100000005010000010201040E050201000201040404 020A0505 0C0719203E1D1629050F060E07050F14080F081B16161D230F0810170F25233B 57679FD2EAEBD5B3BB82594E45391F2442312A25201B1A280C0C2828160B1D19 19202A161C1405161028191F2433404949514F5D637596CCD3BA7E9FBBAA956F 552A2334362E302C3B303B3A33474E3B474B44444B474544553A3F311922193A 201B121B14201F2C1D24342F44514855474E4E59564F58674E565B5F4E445945 455B4B4D51626A5B7E788CADC6D9DDCEC8B5A8C0D7E5E8EBEAD4C0B7C9D1BAC8 EAE5E3D9BDC7ACAEA8B3A889757275756F917951453F31311D1B100A140F0F1B 1417281A2330453F555658666C627B6F827C9AB3A47C83726358526C4E919D78 7B848972918C617262556F6259596A654D454E403F58443E3A3F4B4B5B332831 231B1A142507080200000102050500010001000406000006010000040C060000 0001050A 02010B0C101214080C0F020F12081416100C0A0C05100F0E0B10231D14312F27 4E6A759CD9F2C2B6BFA28664432A3B3920314B39393125231B1D23291F06161B 121D1C160F0807050F19081D20443347626A5B5F51739DC0D9C69D9DB7976344 3C2329232A342A2C3B2E3A3A4E423F423F3F5642443C473F1C2E1A1D2F1C1930 2437161D161F202C252A31493943554D405249614B4F51494547395943313943 3C36474B444F61597682A092A4D3DDE5DDC1B7BDDAE5EFEBF8F7EAE4EAE8E3E3 F3F3EFE9E9EBE4DEDAD1BAB5A395839169957F6B4747563F372E1219070B0805 08010408192E404B483A555F5F6F8267837FB5B9A2897B9589595D666F8F9596 8CA0AD948F9A948B829D9A85917E7562665539584B4F5142373B3C615F4F5539 34231220170F0601050102050601080600040100010004010100000000060402 00020406 14021619191D1B2C2314080F0B1008051A0C060A141C083C191C211B0A172D4A 49687588B3F1DE8B99B39F7B4D2D27233323202A303B592F3C2A1D1B10160E16 1B10070508120A162C1A1B200F281D5B5B6A705155979DC0DFDCAEAAA65B3336 14060E1B24211D2A2E424737594F4F3F423C292E31162A311D25222E311F3337 232A100716291D2530373147475551523F44636939624B3E3E3C2C2C2F401439 31333331443739515B727B7A6F85BDC8CEC8B192C6D1DFE4F1F9F4F0F0F0EBEB F6F7EBE3EBF6F8F0EAD1BACCCCD6A48F96976F7E6C585B5955424B3E14232014 0E0E1A0B1D172C393933424B59587A84676591A3928B9D89727A6C587C788978 84B2B2C7C9B9A8B1B7C3B2A07EAFB97E6F65515647765539523B315B515F5962 552A1D1B0C280F0B080F0A0204061402040F0501080207140404010200010001 05050206 1B0F2A1639341223473416050B0B2019010606100A200B12081A141C1F172347 546D71837CC5E49C6891AAB5504F45253F1D1214102E2A244922311B0E0F0C1F 170814080C1921191A2523172E4555617269616C8285B5D6DBE3AE8365332F28 0C331C282E141623453C3C4747425542422E171B161D1D1C2F1C231D36191B2E 2A161B0C2A33233028333930444F4456424F485B5958425134331F1F23232A2E 283B2C1D333740454E4F515956476773937970848893C1C8DFEAEFE8EBEFF0F3 F4F6E8DDE3F3F3F4EBD4C9BADAD3B3A092AFA69F9A9170846C75727383513C34 1D1B1614190A1022143E333945445958705B556F72698C918C697E967F88A070 8BA0BAD4DFDFC199A8C6C1A094B5B39C75586559455D5B51424747485D6A5675 5F390F1C2016201405060F0808061A060207020002020C050404080200000105 06010205 121224233925230F39441D051407140C0C05071B0A161905100F1A1D1B1C1432 62828E9769ADEBE08E497A9F938B4F4525202D2B1621140E1F232A16341D0E1D 2F1A0B081F0C34282C37192339476251757A5973828CA6C8D9C27C6F3425313C 212A333E31402C214B453E40484B292F200A02061C1F141C1B203A1B311D212E 2F2A1C1D44332E63496B5B7A83628E835F7B70837277685F49632D2D4749413A 4D4A45672C2E3C3C443A423F40474B445242404765758CA0BFBFD9D9DDDDEAF6 F3F0E5D4D3E5EAE3D9CDC9CDD1BBB7B5B5D7D4D1C5ADB1AC738885AEA9855B2E 14290C1B1D120F0F08161D23191B423B584F5F565B828B72917E929A93917E7F 887294BFDAD1BD9799C6D6B2AE96A8A47F83625652615B5844404059474F6B6F 585939362A1D2A0608070C160C060C0205040201000004000000010001010002 00010201 240A1919302F31192E37391A080E1016120A1C100F1717082305161F1D1B0B4E 3275A88C586FD2F2AE71556AADC7A2944750203E410F1A1A20302E1D343E4F28 2C1D190C191C2217372420253A4865737F836A666F9DAFB8C17E4B280C1F0C23 24292F4D484B37313F433F4243312E1D191B1C1636121717251D0E20231D2C1B 171F1B4F6843652D475F50626D4365556B64356749544F524335393B4332271B 111D2A3945493C6555595C3F6868575F522433294455556A7FA0A89AB5BDCDD3 CDDCE8DFDFD3D6C9BDBAD9E5EADCCD94A8C1D9E3EADBD9C6C39A88CCD4B9834E 2A1D160B0C14120B070F191208051A29292C51484F636B6A788C99BAC1A48573 627A8891C6A2AC828CA6CDDDD7AF858C709575664B8294554D5B4856516A626A 5D515256313923060E0710060A0F0E0101010608010000000000000002010000 00000000 140E311D2A2812141B233F170B0A16210B0C2A0F1B14221D1B1C0B0716140830 2565928E584EA8F4EFA24E49509AD9B594844D43193C5F2331171D231B2F3F4B 442F452128343323332C48334755526169657A78967B9DA8754B2C0F161F212E 2E423C4948594E343F512E39201B1010191D191D221B2C1B202C1D33252F1C2A 311D555A5A39491D303047323B4F504A453C272D3C451B3E202A453C54543355 2F52303A2F322A352F6F5B49636D654E494947624130525F4455696570919978 88ACB3C5C1C7B7A0AE89B7D1E8DEC7B18F82BAE3E5E5E5DDD4C7CCB9CCC5BA7E 513131312114141A0B141D0C080C0E1D143F363045585658757562AEBBAFB593 897A8B8EA4C1B776A09AB9DAE3E4917E7658596A568CB1835B636A5B4E725169 594E3B3E47341912140A020E190C0C0206010000000101000404000001010101 00000001 120E0C0F14081D172134401605051C160F14100B1A1D1F1A1D1F1D1B0814162A 2364838837305DD5F7C84A33166DA2B7B79F825D2A192F1416120B0E0A1B0F22 24394234523B4344372C47364751735D698B887F9A96B77F441F1F2A282E3C39 444B4F6C5F6151312F3728160E200E1937232320282F14202A232A2E232A232C 2C493535633E2D234533322A472D3C653F3A4F3E4A253E554963392B45572A32 253720492F16333E3B696263326350392B354D4E32332F3B7A646D78838E4F61 767292849F9D9C838391A09CB1B2A2C1A37B8FC9C8B3D9DBD4DDE8D3BAB2C09A 62594451372022250C050612080508080819162A254E45397578707F9AC1CDBF C0999D9C8C959991998C919DC8C5A07E5B72664F5F7888A97E656C786F555863 4B442C39312C221B161D0B0C0E0C14010E04000B020001000404000000000101 05000208 121B070E1B141F0C281D2E25190C2C1614162E10051B201620140F141F1A1925 377186845A3341A2D8EA96392B54526F9CCAB39C673530351B4527521B141C0F 0C2E2A39585B5137523E3944434B5B5D7F7599A2A2ACA3563624312E33473C2F 424D4952554B29220C0F16161D20171F191A2A1720391D2A2C3C301D31161643 412B254C4D2D452D272723112720333C59333C3B30414A4E554D2A4A233C2F37 19233249473F273A4D787B655B4F1B3A253E63353B2B1B524A5B6F50506D7481 8B5555588B52827A676F758B7F828F92A9957C958988AFD6DEDFE5EED3B27F79 75626C75593C3F3114100C08050505080202060F212E3F4D555B796C889FD3DC DBE1DCC2B79D94948B836C88AC7A9A88627575695B6C8F8872756FB3A07B614F 4B4B2E4B3C2E1616160F120C08100C050B100508070000000104000005010402 0500000B 0F22231916232823230C2C3B440F201D17161F201005161B0E0714082A1B1427 49637B6D583C437DA2E7E79A503332454E88B3CB94704920354F19492F2B1D1A 231B312F284B494443374943527E63668C8BAAB8A888443639162E333C303759 3F5B5F40392A1417101C161F190F102E1A170F210C0F0E1912281B0F09093E27 3E433B503B273C1D20141D1B274962474D374925252B2A2F252B1D1919050F32 2B2D4945452525202A7B6B324D4E2A191B3A3225412333634733475C57677161 5869523C5251614B655D6566616F756A885D7288859D97AFCDE3E3EBDEBF836C 5B6273789C764E5F281B202216100E140B0A0F0A0C10293F515959617C7CBDC7 C9DDE5EADFCDBD9A8F998B7B8E9D9675735858626969706F755B70919DA87C59 4B4E473F28391C20160F2216140F0A0F05161617100507020401010100000207 00010102 0516251B0C071910050C19252A1B2108081D231D391B1C08160B08080504070C 203F77834545432359E6F4DA7D2C162D415A639F9C916D6D4D4C452F3C3A453F 43393F2A14303449444B696F93A9969D84A3A29A785944283A2E1D37442A4239 47473A23191D1C060E0E1228192521191C370C0E12230C08070A23201B141932 25232A1B3232232F253E47355447475A4A3F352A0504352F143749232309192D 455C5749452F3C3335624E3C3041473E4D4C4A20233C3C3F452B0C3F68774945 65506861657F432C373E5B3F586F62585F72757E9D8F839199C9E9EFDED1AD91 7273625870887C552E332522190E0C061914140E0812201C40475551517E82A6 BFCEDEE9EFE4C3B39C70A3998B8C7E7A7B6C825963786F65636263759361565D 5978625542404039203A21211B19170E0608050E0F0B0F0E0405010100010100 00010100 0F2C300F0512230C02210B21221C1908140B1D1C140825011A080C1A0C0F0214 496383824D394524399AE4EDB97C1419084A254A5B6D49726D8B5C7D846D7174 7175772C36445B4E555F798599BDAE9CACA8918E5F373C2321192431313F523E 52442A160F1C0C0B0F0F14191631232F1B2A2216282A0C1423330F0C252B165C 2B331616452B272D2D4939232B2F4325493B452F250F352554393C2F391D302B 454C5A4532303320332F4552122816223B2723120B161B2A0E3C433F756A1B19 2A395C45745D62675A643F24493F4E58596973738982917C7BAFD9E5D6D4D1B5 BDA67A6B5872755B494842391D1D0C0510190F0A081219122217374744697BA4 A2A2D1D7E1E3DFBD999788BDB388757666625B5B785B7E725863676A6A515B4F 628C6C884B47455144442E3628332A211B1D1A1612160C050000010505080100 00050200 2E3142341433331C0C1F0B0C0C3923171D08051A1D050102070A14170805011D 61AAAD5A5A3232201A6191E1EBA45823020F0F303E5271615B9F849D8E818E8B A5A893969C61696F6B5F738C7B9D8C728E88945B5847281D2A2825203C313C33 2A0F0E08080A0E0F050B0E061920141A1D2F171F2A1A3B582B4504391B163749 472F11352A232A113E323350273C3E35190F230F1B2332304A3E3B3E5A450F2D 413F321D11233A2D11052E4435443126161A0A0A0A131E0B05151736834D0F30 252A4F4325455A3E20333F306A502A3E554F627B72788C6C8283CDE8DDDBCFCD D4D6CEAC887E5F7E694B5247342C1614080A0B0F0B0E1206040F212C47515B75 8B8397B7A8A6C1B77B7E6C7F7E788C5F6F724D5F6F67625966596169594E5D6C 8296AD9A4E5B4D47564B443628332129232A1F16281D0F0C00050202080F0101 00010001 102028250A10192A0E07121D162A2E240C17080C0A0A0A070E1D1A1C1C05053B 7AB6B3834D3549161C4B8B8EC6DB77270A000F0C272A492F3C59787D4E586F7B 7F8E9487774B4B65656767738C9A9593614E5B3F37212E19122F2923371F3712 1008080F140508080A040C141719210E202A08232A4339233A521D3C1625374A 5039454D232320090C1B1B30304A3A2D20142A163F1B2A3E233B45353B0D1019 233241301D09160712262355393A3D2B0F170722253F4B1F293018223F33173A 2A3C394A0C14232B32204F394D3B32302144664F6A6F6B658C9DD4EBEBD3ADB3 ADAEB3BBC9A08376658F8562554B2A120E0F060205040400020F08282A34444E 6269597F7E857B82887B5F4B5567676B62586C59495D5B4E61556F596C756C83 9199D1BD754D4E564B4B5D3F2E202223203C14170C040A0F0004010406160504 0205040C 0623230E04020E0F0710080F08193C3F1616021D040C0B0B141B14080C0F234F 96C0A28E684D333A1C2A5F858EBFAF63230110080F0B0B0C33573F413C3E4F7B 6A6F715C5829697E5278655B6C8972554D40333C3E31201C1D2831281C061D10 0E070F19100C0F042916161D1D211B3108141F50433A2A27374549352B230F2A 273C3E4E2A270F45231D274D4E32524C2D433F2B2F32373737453326200E091E 37422B210B06111A384446462C5E512821202424243931352F1E272725484638 16392D0C050F2035322D493B632F11252A583A45584B696C72A4D1EFF6F3D18B 8C827283A98CA27E6C7A7E9A6F787344372A0C04020F0604040705140F172C58 595D737575957B766B6A5B4B696F6973726F585F6F5B6F6952515B5B667A8878 7F8B7E78856A635651566678422C39332F2A192A0E070F1D0F121204050B0402 00010101 061B1C210201101A171D0E12051F333120200C0F081B0E1B220C0A07081D285D 8E97837B59351D14090F436F6B94C1BB6A3208060E1412170F14192122253337 424D2C314E4E6F7385726F6651615D4837232C392E2E1912203024141B1D0C1B 12010C1D170F1A06121431243644402819254C49693225412745472D2D25434F 304927331441452F39452D4C49335D75674A453C23303E3E3E24131313292E41 635250371D192A4A47395F3C172C3D27212E4D2722271E110F1C13091B1B1D31 18111B182B2A3E3E1B2020162A3F4E2B2359556D4F364E627E7EB3E4F3F8EEC0 B188837272949AAF9D6F6393918B6F5B4B281D10020F1B14070401081014234B 4E675873A09A75826B6B675B6C63797C8B8C58656A6A6A65755B5D7B756F8385 826155615959514237587B6C696C43423F252310120B142A160F0F0500000101 01000101 0E2A2E1A0E2019140F16191B0508163C28281B0E0C14120C0A070B05100E3275 9186547F70163B2F19162A3E58749FD299673316081A191B2C191A212A2C3639 3F444E51597972799767594B4447213131231B1B2825222E19231D0B0E23230A 0C0C1916210719172A2029171D222C1A333B3C45624C583F4737233B3E3B1D1D 3930142A0C322F4F45372B272F574F4A58451C101717192E321C1C1C3A2D496E 7B7E714049465044352C3A28220D18193137402F0A16281307210B1B180F0107 1920211A130D303925040F49193F55492A333C33505A2A405B7B93A3CCE4E5E9 DCA8BA9289787CAD9D9D886278888E84696C3B1B1208190E0707050C080A2539 2C695869788975667B70586B66788395A4827383636C737E9D7882797582766F 826C5F4E674E49634F5592889569595B4B61481A3617100A070A0206010A140C 0A04000B 0F1F211A080F0A0F022A0E0F0A050C172F3116081407121902010714071B6F7F 714E325B5B3545414A0C0F33614B7DB5CF82572B0514160817192A1930343342 493A444F6762758C827E56302E3324280F2912171A0F22200F05050A0E142216 1D1D232E1A1B231D242825161B1B283C57393E35473C413725303E5233452F43 493545251905001B1414110B081B1C3C181810111E1C353C281B131E4D466381 7B6B5F554925451E0713221C1314371646322927253727180C00222821160F20 1D17202719191026271B201D2A2A27472A2A2A273E2D274C4E4E65698CA9D9EA F3DFDDD3C89D8F8CA3B18C6C6162B19A7361593B28171C080B0A04040208060E 0F2142585B7A88A37579786C72A0ACBDB37E83627F73738995959D8C736F7C82 586761496758725B757E7578786261656658473922101B060505010501160405 04000004 141B1919170F0F19070E081F190F1C0F213C230F060C050E0B000212041C708E 65272B4129391D2A160C161B455B3E6BAFD36F2F3E0816141019281C140F3E49 424B37495D6F798376632C393028302E1616142F0C1D210C190C0804020C060E 19051B220C161B20201F341B101B491D1B0C2D093719272F2F3016162B19412F 160F493A1B202D1B09190304001B2D22201813131C2F4546351C322F274C5A54 52504A1813182E172E13140F1E252D2F31162411131D293C1C07323147331027 1827273D250917370A03090F2F324F3B303E2333322D161B394959585B6FA0CC D9DDEFF3E5D3A4597E92A06C617091AA9352625142242814010001020A080817 0E142233555959916F7979789696C3CDAF9988838B888C7FA8B38B85848F8E76 78555B836C616C4B6763655B4F79824B66483F34333914121608120501050000 01020100 0C1B2C1C1D2012162E1B161B1F0C0B16020822240C08051002040A06083C7D65 3E410C45392D094C2D19081C2E554E1B67AFB67A5A3321141423162823294B52 654B454E4862754E4239252C29401B2E1D160E1D0A0F060712080A0704160C05 0F201612120B0C171D10160E3E2D472523250F1B2A203905142A14193F2A3E27 370F1116020E070703070A1B1433402D2A242431323E222F3120202740595B6C 4A4F5A17142B14111D242B21373D202524111C07181845502A1937474F372024 1425182742211D2F39160E0A1B49333A303A3A522345393B3A3A41643E665983 999CD4E5DDBD91735F5B73635B556F7A6A5F4F445F454928070E0F0105050712 0508010720374E595F7A76767A8EA095A4997992757A837F7E7691857289846F 8878767C79834E5B665B615D4758655D452C4439312A2C2A222017080F060101 050C0504 0B19400807050F201F1C2016140C0F0C040C1B1F2A0F060C050510191B7F8932 1B47142B2839352A202A05141C3137233A86D2CA83685D24222A33283C47424E 5F565B4F6158442A121B170A0F290A17161D160812120507050E0C0F02010508 1420141C1D16290A0B0E192D3E454A2A35353B4741162F2D3E3B593B1D151308 08050A150B111311251818073147453D1E1E2B31191824493556544D65585655 32654527322C2122202F424A2E1B1307130D070104243135422C4A6F74492420 1E10221C20212D2A333D2E1022501849392033433E3030433350676A69755873 697689A3AA958C735F5F4B5B7048616F6B5B4B5B69555D2F060F14200C000C08 0B010200010C1B33404262784F7E726C736A737570886A69696B727588736772 73767E786C6F757265735B4B4B4D595552424243372A4D403E371C1D14120B04 06140A0B 0B19312225101416100A161A17080F080A0602191F20120C211B161D3E78583C 2F252A0E212C492A19090002082A282E2A2577ABC28B5A2A281D3A3E52435D5F 4858664266522810192A140C281C0C1414140F0C05141B050C0C050401100B0A 1B1F23170B1B0C050F09093C493F352F2A203B27372A27162D3425192C1C2635 1B151E1420102F140F22271825414A3531523237332C526C7184758156545E32 355C4E383846391029371E2A1404010B25101E130C2A242E22225F6F72562719 2F22290C32291B2C1E3C312A2B2A2B2916333333321D143327624F4A453E7294 726F82947695C5A372615F5B5552494F63596C7B655F4F452508201714100A08 0601040500000E20303E453E51694B6F5B5F6F7E7A7E82705685706C836B5555 6F8362736970887F7B7B6F75554E6B476156432C3E484E4455393F2F28311014 05051606 1D1D4829070C06060B0E0B0E19160101080206070F0C12140F121F635B753949 394F160E1B226F5B04040008080A1F3F1D2E1A72B5BA962828313133513C564D 5652555B634E390F1B0A0F14170C060C160C0B0E0C292A170F0F0A02040C1017 0A0C221C0C2E0E141B301B3055524E412B141B273E37200D142116141F1F3D27 211E17101E13210D090304252A4152403D4E565C47696F7A948677714A5C4A45 2E3D50443D45382F212927130404110F13221D110D20252B21315B75713C3E27 3127271C2728141B24453A464A41251F3A282A453020000520676352202B336F A569657394B8D1CFAD697E78737952584B517972736C655B513C2A0C0C08080B 081208120F0708141221231A3056514F5D625D79897E7F706C52586B4E595B4B 51726A67617B6B51726567636A5F585F5B424539444E44372A313B141D2C1405 08011008 1A0F332C0C0602160B0C12080C0505010105040521281C1A050E276A6A352A35 2B0F100F14253F5F0F110717050A20212422203675A2D2B3584243443F4B5B47 5B56584B52421B2049141D141D08010705080B020C100B0B0808100F171D1414 0F16060C0B0F2F351D27204D3E525F3E194D373B3B1918130D0A0F31373C5340 3C27240D0C1413130A071B1E3E5C524C5655554A4E4F5B7E8A7E634A465B4024 254941444C4638250A1E10181014221814271C24182032183249606F64473731 3718192A312B2027333C475B514A31405C3D252F2719042A2D5C6D68432B2762 5C7F52527391ADD1DDBA887E9D9A5B664E4E4B727B6F999C6C614B39220C1B08 0C0B0C1B1605020808000B231D474245454B676766836C79705B4F51595B5170 6666786B6163665F58615D5869614E5547443933582A3734201414070B1B0C02 00010507 06192C2A1D0C070B0B0C080A210817140E1A160F0A1F2C160F16375A50230F04 101704170E0F1C7B52300C0F081616192E3737215D9DD3E7C6553E444F4B596C 5F5F735B48201D0816120B100C070505081604080B141D0C050F16170F050C01 141C041A0545190F3025254D373A373C2335436531311D2E110F261C4C5C4945 471E0C0713130F161318383349586444374A292F47374F667563405C5E4C3716 171C374D3A33331614240D0C041E180F17101427241D35324A415858464F3731 18282E2B392713132A22395859413A5B4C1E2A503A321116094C65546737303A 1B58457F5F5B7E9CC7C0B5A49DB78B827970476A7895A6A089514F593F2A250F 0E071D0E010200000200080812202E4531364F63616155633F4E514052585F66 65855F516973726B5D564B5B514E5B554752493E44443B192E1B0B050F1C1B01 04000807 04082842220F1C0C1407080C0E12140C1B140E070B1637373C23643714080502 040B050805121671835C02010C0C0C2422362A202E6A89C3CFB34842665B5959 5F5F2A362A071D08140C0C0E04062010060814040C1A1912160F141A2F1C0C12 1408160F112F3C473E594A494C4D27643A544A3F141121431B14314563565A37 1D3816161E131D0C0A1827243D395C373D42495C402E3C3D3735334F4E2D040C 2519322B2727161D130D070701190D11140C0C102F27294D4238566B7B694442 1E24462F3D37412C213A454650494E55694E20624F1B35351625626845272D11 1D413562775B586B8F93A9C1BDC3B1A385627B7597C8D3C3B3724B4B553C1910 0B060C0501040405000001000206190C142E253A584B4E4048584E58514E4E56 626C6A7861766B585958596C5958474D563F3C3148423E331C0E2E1223191601 0607140C 0A0B2039190806041001011620190F04020C19080F192323372F572B350E060C 050C060C0508145F5B63160C0E1912141F441D332320476DB3C6AA7A44525955 473E1C170606140C1D160E050705171A14102A0F1B1608080A0514050C14080F 0F161420322A2A3B3A4E3752273B2F5947635A142431323438312A5961515044 31322240221E3A241D173A2F3A47522B394056564D27243739162C312509041D 131D3925313D1628281E140B040A0B0F0C0C010C17222E3732568AB5DCC16F52 422E2D2C3E252522413A474A4D51585C6E523C494D3B4C544C3B4E7C745B3E47 23271D35325F7F91567C7CA3D1B8B3AA91788B7EB8E1DFDFCC8B5F78725B4537 2C1D1D0E06050514000000000A050000050C1F2C2C4247364D565558586B5166 78636C614E5D4E5D44476259596A6555454F4939493F39483C37362A211D1B0B 0A122116 1C141D250F19040001080B1F330C05050C0F0E0F0E0216061428311B0C16140F 231B05060C0E102041411D2E221B0E0A0E14172C14332F6591B3BDD778655862 3B2017280F0505141010280505101A0C0F0B0A0B1D0C10081B1B0F0C0505190F 100C1D1B2500192759632A39114E4D6354573825192C29384A596F815F583939 28171327474D4142311849405C5A4C2B1333643D3514291D29211E2C2E16071E 192731522E141B161E1D1811201E14040D0D0916111814292D51BFF5FDF6CECB 97524A3939412E3D4A465B4956525572804D455D786D87875F4D6171755C4945 3B6A19113B4D658E9F7E6693B3B7A8A4A87F757BAADDDDC5CEAD84A89A9A6F4B 4B31341001010207020107060F050B0001010E1F2A2C1F43454B625F5F525B69 495F79555B5F4F5F4F564E515952584F3A4437443137514B49443F374245230C 1905080F 0A08061D0F0C05060A19160C1405140A1C0C0F050C0C100C0F1D31251B1D1616 140522100C0F0C171408121B2C36071D100C2A33362C3342658BB6DBDB937551 37441025220F0C1A1D0F07060F0C1F2816140F0F190C1D1233211B0E0F0A1706 1B2B4E27051616496B49492B2F52656563373A18252E09425F657A6F542E2B2F 222F2F243C403D4A54562E2E4D33202B32565440371841271817192E1422141D 3C41443521100307090407111818130711141E201725203D4469CCFDFFFFFAF6 EA9686927B5149493A50635C5C6D647E8D86918CA8929A92816B646F7F776D65 635D595047625D728BA888737A836A7BA4A69D828ED3D9BD888EB7C6CDCE8978 6A58471C16060505050105080A01020004020A080E28221D34423F5F73484D5D 655862723F556C6658523C514B4F444B4F4E40594B443E48514B5B4B4255302C 200F1404 071D0C20282C04050C05081A140808051D0F0B08081410191220312A3A1C060C 230F190F1C0A0616190E0C202E1B242517161D2439332E33707D82B1D2D2A247 2F200C1A1D0C070505170C140B140A07120C0F20280F1D1B1F172E080814140C 43453E2A3C3B113C967C6A4E625D82834E3C2414181E133740775F5F4A2E271B 1924283C311E2C3C3732291E182D37405C7260392A20252121110D2A171C070F 272D4A2A251B131C130D040113190A1E131710192414192E2479D5FEFFFDFAF2 F2F1F2E6CC986F5C4F525F5F635F75819F94AAA28EA89A78775A6F7487977A83 7A5272868282675D336F948B9382786B75BDAE6F8BACA0C0948FC1DACDA0B2A2 636C783C240C1205060C0504040500000005060B05080F0721483F42394E4744 594F635F51615D7872564D61515F4E584B484F47525B343C585949424B301921 1419160C 0C061B2F2222050C05080F0C080A0F0E060F05080A05010C0807140E1D142E0E 080F02050C0B04051008081C2E2A3631361A1C36253C25243B77849696B3867F 611D201F0F080A1D1F1006050519040C0825231B312023121A0B14050F0C0F3A 0F2D5437492A3F3975755F708B8E917A42381422271D0B1011374A412A2B1D18 3C323A313845273A331D141B3729335C605E6D391816190B181E2004070A0004 24372713271C172522181E1414240C0D0D220B09111318112283D4FDFFFDFDFA FAFDFFFFFEEBC4BDBAAA905F6D786E81B48FBCAE8C8B918E8482AA828E9A947F 82898689A27C6B58203A7583A4A8636149799A73677392979FB7BDDABDA8A8A9 A489795823160A0B120805060605000102010204080A06050C1D283928314242 3042694F4F554F4F4B62565B6561444B424845625144424244473B312523281A 0F220828 14120C102A301C2E0C0E0A250F071612081908120B0A02010A0C040F1410161F 1B0B05170E0A08121B0C170F3336203A403637344539214E474B8C846B696B6D 394F1A160B08070F191D071610100C1F14100C1D201B31192123121408142011 16252F352D27352D64575B65758B7F46393D1E101013141710273C311C210A2E 241C283C242B2F2B1E281D0D2A242F564F54413818130B20131024140F071409 273914030A180F0B170A0F07100D1D11131E1E211B0D0913277BDCFFFFFFFFFF FFFFFFFFFFFFFBFAFCF4D487868190A5BCB0C1A8B0AEAABAC6CEB594A4889D93 998691A3836D624E3C39576978834F4E483A4D78978372888CBAD1D69FB8A48C 7E7E83492F1B021905010104020201010002000204040C04010A0C191912161B 314234474F2E4E4F434F5662555F594444443644424B313F5F422A472A2A1420 3024232E 1B140B0C19331F0F0C19042112070617120C07140004020006060806061B2016 12100C1A290802121F191D1431314B4D444042334F4B3E3C3E514F4E7B3C434E 37471D31140C0C040F16100C0E1C231C2014192114170F0A0A121919214E4135 4A33633E5D5C3B20473F4A4C6252473713172E071C132D2D13172722242B1B37 2B2E1E3D2B172E464022102A22283E3D293D2B2B0C0F0D171E111E2231181111 311E13040913130F0A01040304030107090404111E191E492D7AE2FFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFAE1C59D97AEC5C5CEDDC5D5F0F8F9F5DBB6A4AB9D86 C39A897A6137372F3E41524A3A7494834234424B73935F7079AAB2ADAEB2C1B3 727A7C4D362E31250C170B0001000101000201050C0C0E050005020C0C0F2014 2A1C2C1B192E2A394F445F695F5D5F666949625D484E455B75725D594F43192A 363F1F16 1A1216291D2E232312101619120F0C0F081F140C06080004070B04070E161614 080E14171404190B0A0F080C20202036564B4858514D61525F586F6543654A2A 2B39162A233B23211C162824101B141D14141A0E0F1B0206081D190837352D58 54374549543E652A324D504549322816191C130A322A242420291D3C292D3E28 2A243E2C111D24313C3D243C294139373C2F3819181C1C171414242449290D13 1E1107041304070A0C0D100927180B18040D1427271E271E376EE3FFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFEFBE6A09FCEF0E3EAEDF5FEFFFFFFFBF1DECA8C82 A3A5A86347234E55455459305B4A88947C312E3E5172724F4B6A7373889DB3AD 889267614B5B613F331F120C04040805000001000002050506080605100F2220 0F0F2E191222284B4042622F51554B585F59627375563F5B6763514D47361F1F 24290F07 020B0C0F22231910071B10080C0F1D14081A08060A0C010F0C250A0F050C0505 0F1A081A05050C0A0F0804081017221C58595F4E5156495B834E706B5539316F 202F2C2A3C3F3131161914141F200C200F0C051016060405041614140F0C1B30 33302A554F3A5433753E3A353026251D2E131D2B1C24221E192C2120181D1729 38414A2D1E101C32142E322029312E2E3A402918241E0D141E2528384E180F1B 160A0F0F170711011B21271810100F1D130C0F1C16203C28408AEBFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFDE7D6E6F8F6F0F8FEFFFFFFFFFFFFFEF6CAA8 A2818C7D6441656D6777898B6D657D4D6B5D455C3749514B474045616789B185 72726F7E65957E5B443333200B080804000000000000000002000B050B17231B 0A0608040F071F33212C44282F37614B485B51554540392C443B303F31201A2C 2A0E0705 04050805102E39161B190805080F0C120F1405190E10020A080C161B06080505 0610120A06080C0E1610060F1C0C1623333F564F6961524D56585B3F3E16161B 140C201C1F1B1C211C2E0E190F160E0F040A00000000050B0C05232704111643 43333A3B2043626B8C634A255A43172731221B222E171829171D3520210A182C 354940332E181722192E2C2F211D313C32452011090C110F273D2A292D1B0B18 190A131E1311190C1E20220B0716140D0F0A24131D1E192A56BDFCFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF7FEFBF9FDFFFFFFFFFFFFFFFFFFFBDD CAA58B837D6B4C58744D868E6A5F69234549656267585149473F374059695B62 6270798B7F9FA98B485B491F0C14050100040000010005080100040505101D16 12191612200C1D1630251D0A0C22423C513742422C302F282E1F2E1910140808 17280C0C 100505010219280C170F1F1B05170C1F0A1610071417010504080F1C140F011D 0001040F0F04060C0C1419080F101722212C313E59425B43584D453B230C2C0F 0C04160802020E0F20230F190C0E050F0704190E04010C0E0B253B251B432758 5D45454949203E7F7457372D521D3531242B1C1E371417172D221C161713273E 4950464917192204242E3C391C1D1C2227320F0C040D0F2E2F2518040F1E1D0F 1016241B16110409141816071C0B0F010B162D0A1B22333352BCFDFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFCFAFDFFFFFFFFFFFFFFFFFFFFFB EEAB9C8C7A7C65656D416A4F6A634D2D192D455574674F5540393E4240445159 517870768E8C8E724D6A6149280B080A0506000101010505000000050208160E 140E1D2C303129212F283419203F433B3C372C2037281D1D0C0E1C051B161C34 36472F28 100B07051412141B12160F0B0A25162C190B16080B051916050A0B07050A0512 061902141412080B1916161A081412160B1B253147444E4E754B402C29160F02 04021A1408071D100F1417070814071B1A23281D190E0710303949252B4E7787 6B55473E25334C584A4511575012272731201E161C1C220A1C192A13162E213E 4F45312D191821071B14372F242C1B2F28401414111418292D160F0A17241E11 0C2213180F0A11070B220907240F140318160B04172038375AB1FEFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFEFEFFFFFFFFFFFFFFFFFFFFFF FFF2B79492635D7D584A4A32506A622D23353C2A59708144483337402A2E4B55 6A8B959A8E82725251617B59311D0B0B04000104000405080601000801040810 0B0B221C374F47514B453B445134372A2322242119102C0F06050A1629313031 39231B17 1D100C0E2814222A0C20231912160C081A0A040F0E142A190C0C080A01080707 070C0502021A070212080C190F1914171D1F222E31364B5844444E1B10120F05 05050F192819231A1C1717080601060C081F0C061A160B1B41352A27305C6F9C 9F5C3732274C432D252D1B0F23231C172C162E1719070410130F241E1E1B1C32 31564D22311C331C1821223A443D3741384914241417352513100D0B0C2C1810 22291827140F1C071318090100040C140A0B1C0C1418172F67C6FEFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFEDD7A48E89728974555D5A7D70272A27502A1145687259524B302A4B4765 83ACC6A9B18C5F6A3747926C47200B0F04000000000000010805070C07010808 020F0616213342333C453F51655B4B333F23202414161D0E0B06141D08161C14 1D07120B 23160B0C1D1B242223050B0E050807080E050C14141D1208070B0F0605120804 0A0A0C141410081401060705101D1B1C2419121B423B524F3C4E48492A0C0E05 050619160E19310F20050B0E1B0B020E1B0F1B1412172E3F33252F273C838EAA 9A4F1923274323634332332F4D20322714252E16130F13191416101032071D27 1E223132322442242E2C373D464A462D464A2918101E1E1E130F0A1407210727 1419200B131411130B0A0F0A0307142B131621070C1117225ED5FFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFEF8D9AE8B7F82837D6F78AA8E5557435A2D3B394D6A8282514447595B6B 76B2D6BFCFA475583C474E665B3124190A010104000000000001070702080401 060C061D0F101D2F423958433C514D55443B3F1F1D0F12191604070E1D0F1B1D 0A07220A 060A0F0C0A101A0C210412080C020107010807080A0A081405080C0F0C140C08 1019070F0F0708140C0E021412161419160B2A3B2A344B232A47343729251412 2E0E070807081B140E081B0F0E0A060B10192307141A302D3A2A45496789AAC2 815A33323E5C4F543A430F2052202D2B221813270C1037242413040D180B1C18 1C1B32241E3237283231402F1C224A29251424160C1C0B0F0B0C0403030A0F27 21180C091B101E2C1714090B0D111319212114191E0A0C276ED4FFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFDF7D6848E676B818E8792BB7F494C62393B303E307BA2A26C5F4E5B58 6983A6D1DFB3884B393444694F763F201D080C0F050201050000071D070A0600 02040502080405142E2A3F373E433A31333E3A3431201D221210170E17101B16 22190506 02050A1B2305080B1A0A050200000201020C0501050E0B01100C010504050F08 070F0E280C0F08040A080402040C040E0A1217311A1A3133293B5539191B1C14 1714050A0701050F080A04050C05100F050C2E060C304A252A4E3E61ABAEBB87 701D202A3237373027321430475C1401041C0F0F0313111E371B1418161B1829 3A1D3D11112421252B545637461D1D2E140C090C000404040303040104110914 1C180D161C1E172218130F200B0C0C111E180C0707210F2066D3FFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFADAC5A46D69654F5A728E7F683C3947352D49326972AFA43E3A513C 5B5F88B1C1A46B6A5B33434D4D4F514721080B070A0B00000000040807000406 000208191D07010C1629101923362A0F203322374B373624310C1B1D0A0A100C 170F0606 120C080F160E0F0A2A2A08190A050C020801080505081D020506050C050C050A 0E20140E1416120B05060F0C171D051601191D1F1F2031293345332A2A060A07 14200F210F04050008120502050B190B080A0604231D3B3E4D557494CBE1C364 4E1D141B32320F161B050F332D671A090A22271C130D14130A140B09283D353C 3D4E38213D13272C35374138331D322E14180404070F09010F07130D0A141B21 180F16280C2B1411091820190D13040A110A0D071316163A559DFBFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFF7F2D69A7F69643E625B656D645554614E3C234745757B7F654D69 5F5F8B759378637A7A6C664B5542484E301605060001000000000F0E01000001 070708140F05050E0C0C01160B1B100A10141F252A31442A23121D0C0F070C16 0B040F05 21050019060F020B19221F140A0F1408210507011C0C02040405080E050C102F 0F23190516070F10162A1420201B1223171A1C3C232C4342434F3E2A28211002 080F162C19141707190F0C170804080F060C08053E3B3F5C8E9AA4ABD3C2703B 090909191D1D0F2B0C2D04003F52170C071314140C041409041914192B4E5A4A 4C583724282732182F273A412014171811040100010310040404191320220A22 1B140C170D1113160713212222211411040A0A0D140F1327324F8FEAF2FAFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFAC7A59271654C416F4C5D83827152542D45635454777D9151 65707369765D8C9A8C70636C554B4F28333E1D0C000501060805171D04000000 040A160C080C05080F19040104140E080F1210162006190B060A0C0719141405 00040605 040A07070C02000F0B0F282A140C20100C060202100F0C050E0E0501080F1B19 170A0516190C2A282A312E280F2A0F0F1D29283C393F2A4E59473C2E14120A14 0B0C0E0B1A1B1D1D1D172F2028190C280B164E45492F415D7CA29A8EAA7F6335 41430C2A11372A2F2325041D093B2D090D1D20191329090F1B27161D1E373A52 59444C27222B373D2E2C452E27221419140100001E040B1304070F0907030901 0B131913131318181E1C0713141E13130A13131307141811353D505851B9D9EE F6FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFDE0CA94756D5F4A4C5A54598687656D4D471D2558617B8E8B 6278756C6273727E9973798878451A42392E593A140600050C05060500010405 000C00020506020B0C170821140C0804122E0805070E1F0C10170F1A16050600 07050506 16310F1D1204080F0F0E101916191B0F050A080C0A101D0C190A16070A142012 231D171924161A2336241D1D0F08141B14233722343F425951562C0F0F100816 1A16172529062823141F1617170E06060000143A4D273C4F82504E7F8B4D301B 200F0F1D0F2B0C0C351D141B1916110814172C2E1D1310180D0C1B1E27352D4D 51635A41412427412D272C3D460D2E1E110D030114070407040700040C010700 180A16171910140B14180B1D1922140411161104112719272427413C395964AC AAD2F2F8FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFEEC9999F697A71654F453543628B684C3A332B575C6F7294 996C797E797C6C838F8585566C4B1F3133486C66471705020500010200000002 00080005040504010A0A050F08141D071C1D08120E22160F0C0C0E0504040101 02020102 161706231914191723161625191B0B08070201070208050A2204190E190B0E19 0F12201B25201B142A3F311C2F19281D1D2A22374B344B5952562814161D200A 1623161F1D1B2829160F0714161B0F0C2B0530092A235D6D74493C6B8B550925 2D112D2325142A2D272A330C3239271D0C2E0F13221722270D13161C1E283756 3E6F6B553E3737292E3117283C1D252B1B0D010404040401030C01030C0D070C 2B110C141B1413170F07040A091C140A0B0A0C0A0F201E27173D403242464A5F 59656EA0E2EDF7FDFEFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFDF0D6B9A487816875451B2B253C656588333A2F413B3C3A6A 99AAA2618E9C7B888476705F523139232F425561492A28080600000101000000 0001020605070005010102070E1D0F1D373E23121C140E1B08080600000B050A 01000000 14141A10171D060C0C0C070E1A140A0C060F0C08080006010A16140F08081919 1B1607162F0F25252C29362C1B2A4424232E313C4B4E424D554229190F081619 162314241A2E141A141612051B43232F320F091D614982835A5D52559D674D23 0C1D270C2A0C1D2D412A203B2F33432B1119070C0F251B1614180F130A332437 49464D563C452F493A2C27222A2E25290C0B0D0A07160D101B0C04010404030F 181413140B0A090B160413161C1414110A09071610181E2F2229273C2D293749 454D4D6967797A8CB5AEBAB8BBDAF6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFDEDE8DEAE9D9F936D645C2A1B2D58576B633A1D3725252549 7A8E9A9C62767F5F6F826C6151442A233144697355341B160702000507010001 020505041408000000050406070F0B1F172A160B160F232F1C2407080E040205 01000004 080C1223211A160A0B311B1B17120F080E07021416010C08040808190B1F2E0C 21101C1A2A25161F392F3F2F28221F31292A443437453647362212080805070C 0F1D0B1929280C1D0F1D16192F2A2F3530585C6D8E8B7449322B165788725423 2F09161411250C23332319193A2F23432914090F0B1D0A220F0B1E1D1849414C 495660464049373E252E22243C28384111110F16110D170C0713140D130B0704 071614140D040309140D180B140A0B010B1007140F3D182431293D22322C3A4A 3C2F4952525C5256515F6F5E7CB9E7FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFF7F0E0E1D4D4D8BA99671D162A493F5575525F651D4A2743 4D3F6D7F825B5B5F5B586F6C656134313C5B7E8C9D472016140F070502000105 08040C010505020401080205000605020602060C05022120121F0A0B08080101 00010000 191F05170805140B1A0E122A05051B16140C0812040C140B0A0B0F140E140F20 361431363931343F333C4E3B3F2E31313F5547314E4239421D17060708080C0E 0C241923281C1F23242C08323B3B324E5C829DC1A786693F2B193F3C5D654527 2D16192A322F04273B1B2F27583E2F14111E1803141B0C19071B11202B374255 545859553E37462C16393C372E29292427180B0D0F0A131814181713142A1301 0414130D13180B0C1E0B10040A0301070A111114091E1E1D142C2016282E2938 405F41495B46465C50655F6E81AFF4FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFEFDF9F7F3F6FAFBEBC9833F3541393033353E67644E633A55 3C5D4A3F69714247555B4E6F854F4B4B4F526F8F97593F0B1A07080501000006 080404050B020F080A0702020004040100020C12020602080501050605070402 01000000 16060A0C0A0C0B04291A0B0B051405281C1C0F1C08141D2E100F22141D253125 2A3323313F3044444B4551553F244E2A344D3C39314445200C1600050B160F0A 1B1C30331D1B1B1A1A201A33356F5A71868EA28C7A572D45330F252345453933 19191D1B2F302027303A27254919371B131714161007070403040A161E3D4649 61523D5B563A221917253E3A2728423E332E2109040C010D0404070A100D0A09 01000B070F1018110B22200D0B14040C1418101418102A17131B1B1E18173A4F 4661445259504A46545249696CA8EFFAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFEFEFDFBF8FCFFFDDFA2A46F4C4D3F2D200C3A4E6A6A746B4D 1B3A393A27496D434B4E5F78795D5F627F4F556F625B37191D0C080000000000 010000040504101923160C04020001070204100F0100000B0100020101020002 02010000 0C141F17100E1614232C170F080E080F051908160A0C080B080A08121B1C3124 2F313B39313F5147555B3F302C2A2E314E314B492A201B12050814120C080C0F 1D231D1C392A0E08161A141A4C5077967282785A5F493B1B162D23333925270F 3943333F4123492530232A25323C3511270B1B18190F070A200A1B102031324F 4E5C65594F5E272B4241381137352C2D383321191E0F091001030C13070A0D03 00000A07130D0D1114181E18100F18130D04141814162C16241C1B131E3C1D39 4A50565646474558475A6A5C6FAEEDF8FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFDFEFCFAFDFBF0CABDAA927A2A3A3B16000C2555588E824C 635D4C43114A4C777F48527E61678BB1916772626B784B280C06070608040000 000000040A06140C082012050501000000050A0502040C010000040500000004 02000101 120F16100F080E0E1D1B0C1B0802071005060107050707060810191D313A2A30 3F392E44434444584B4E514942302E2A444755393B0802080F050C041C041208 050C191B0E080F0B0F1906141D413C4D705C434762394349202F254720414109 302D2D2B1B2027233A0F1D504E3E3B3E3B0A40211B14191C220F070931313251 444E5C6661473A41393D1D24313E3D252450221E161E191013140D130A040F0A 0B0110070104040B19070D1C1814170D111024212A24213D2C20280D2C443227 3A61594E524A4A594254506A80A8F4FBFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFEFEFDFAF8F7EDCADEC0AD7F3A433733190C0C0F205B6772 626B583A234D496F72514B4B656578A3836F5B826C5F693C0F0F080502000001 00000105060102040F120F100100050200000701000106020105070505000104 00000200 200E25211616080C0F120E0C0E12020506190C0B0C0812250C10191B23333939 2A4239374B4F444E5B634E5158304845493C4F472307230B1005050514050B0E 1D1D0F250C1A080A0E071014050A161443473B3E435825392711111B32251D2D 141D2A1B11322B0C0C2723162A192B1D2F2224193713190F17140A09202F453D 464F5155695E49404A2E173E323C3C402724201909161E131421221007140F14 0B0F1404010F11162411170F110F220404070D0A3122223132332C27352E4A21 275151584A4C4A3C3541455F81B6F6FBFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFEFEFBFBF8F3EAE7D5C092753C350F2314000027253B6F 676F354957494359598B594E42484B475F5B3C767E694B241D05050000000205 0000000101000000010200020402000508021001000000000001010101000000 02000000 240E0F0C1917021A1C1B0C0E1605160F06140B0C0C0E0F1A0B1C0F252834333F 3A39284B4B4B58525B6F56584844313151372A1B160C0F16231014080A05060A 050A16190E2006081C160F080B160F210814142D41300C331B272B1B2A302A1B 1433165A394E3F3725272F392F375F200F1D1318272B130C1417071318111C1B 32355E525B6F5C382D2A292119383C46372C2010200A040704130F0D0D140317 07161816100B13111409090410040A0104110D292724462231271D25393C2024 443C495941403A51493D5B6F86EDF6FCFCFEFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFDFAFCFEFCFAF7F2E9C3B3A3415F252F1B111905050F2B 4F4A2B3A4A4D2D3B626D7F6F4E3F2A2E3E3F486C706736171D14080000040101 0500000000000100010508050200010001000500040102070C0B000000040000 00000100 0A0C05040F0C14100F190E19300B140812200C0F040504050E201D36282F2C31 443B2A595D6556616C5B6B5B2A3C2E292C282C0C191C0F0F0C0805060C05040B 100C200A0701140714100E1A0E1F0F120E21102023161D191B00112F112D2D25 234516472352302D4D19233A43113B23201911101B31100C040B1410091B141C 3C41505A815B4D4F313131211E20273D221C141629110C100D24101B130A0718 1807131E101317101614180707010903070D0D20221B2C3D39194424383D1827 1E24412E3231284A4F506779ADF2F9FDFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFEFCFBFDFFFEFDFBF7F5E3CE9A7F57353920110F0C1D2332 3B1B4A433C353E494A57473C4F4F2E342C364458665B342E0E160F0802000804 0500000000000000000706080400040000000001020408050506070500000000 00000201 08060A121B0A1B0C0A0214120F0F140B0F190A08080E020A1B223031162F2344 36374B5956656A6362785B4948301B2E16190F050E05081605120A0505060F05 161408080400100517080C08020B12100A0C1921202419143C433B39141B1949 231B1B1D16200427200C252F3F201B33162721142A110707070D141B1E173227 243E4A426E52452E453D311D2E09132A31212F32130C1311141604180A110916 140B1E0D1707010D0713180A0401010F141127141820374233292A204931222A 2D3D4A52462E504A495C676E98F1F8FBFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFEFEFEFEFEFDFAF8F1D69D8371492514332A1D16233A 433A2F413F3A415C2B39205C294348341C2A3B444E4D3E2A2525221D0C080208 05000000000000000001000000000007020000080C04040000000B0100000000 00020500 14080E010F010001140A08050B0C0A0A0705100B0E0C0F0C1A2828171D2C2944 3F47423C4844596A515847371C1D1D08082019170B1F191B1B06070F08161D10 1C1B2A170A040A070802120F16140C141B0C2A2C423C1F24165B5F350F16090F 253C190F231111251625113C2A32394A163E4C25242122001C11141911222132 47354D5F6D675E4A4F4049203A221E2E2E37402A24250B1E1304090F04070F19 13171B0C0314030B07130A04070107131D14142A2C1D4049372E2B33453D4D2C 4945464137403E465859759EC5F4FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFEFBF7F1D2C58E87553B23322F231D4D2B 232F0F352A2B352A192A322A33242A2F31233142284742342029312F1B160107 1408000101000000000005010000050502000001070002000000000000000000 00000000 0F061B050201050102141712140207080505080A161222101C2524251B3B3C20 2F3C344443494F55584B39452A2A20211A2028290C231D0F0F071D0B16141416 141B190F100A0E0C0C0829141C0E1C1D1F332C2448403C371F3145473C27412B 19202B30111D050C09350449163B323A372732311C140D091717271314332431 3E414A4A6A6956554A3D381E392837412E3C5031251E27292018070C10141822 11140A1B0F0A14130B190B130C070704131C1E3C3C3E3D40453C3E444D565556 41313E1D2045404151668CA1F0F8FBFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFEFDF8F2E1C39F9C755B1D0C1B1B161B27 2014111D19373A333730492D322F172A313320232A3934473E3F433C2F1D0A0C 02000000000000050200050201000000040000060E0002010000010500010100 01020A04 191004140400010507141A1A0F082E16190C23060F10140C2320192322453131 2E1D4344423B3A42333F3B22202E1D1F221D201F1D1420170A170C0117161914 05230C0C0F05050E1F050C121B0E1A283B334D4B3F3F3F2A3C3C3B47303F3239 3B41414511322D4D1D04193B3F30192B2537451E251414291B241E202C14221B 19383355636166454752423849313531422E3C463E2845373C2914180F2D191D 141C071D1E1E181621311E1E191004140B192E2C244432493D4A5F3956614A5C 4F1E1D37493A494F4C6CB1C4F2F9FBFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEF9F1EDD9B3AB91492A190C1B0F0C0F 110505001D23374F4E43454E4C19223434422E2320243C393B5842331A21210C 020E000000000201000002020000010407020104020000000000020100050200 04020506 05171408000C050A080504010C071617160E1F160B192323172528202C311B2E 474531314F3C2E40363C25200F17190819211419170E200E0C2007040C17160B 0F06020F08101F1014071A0C102A1D103A334E4B444B443F4D363E34705D434E 354C3A2D1B2523203B231B1449372F4C33452A521E0B11180F2B171E3E281C13 133E325C6C4D4F454541564D3D464A2E3C414A464445402D493127181E221822 180F010727170F090F100D14192114252B4018242C13182D2C244A4C5C5A745E 58412D49422E42224D6BA5F1F7FBFDFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFAF6EAE3D2AA8B54471B373A14041D 190C05040F3072434E4A3345676154364F4539402C2A3F2F344B43391222160E 0F1D080000000105000000000000000000000000000002000000020500010000 01010004 060F0F1A16060B08050F10021B14120C0A19070F19122A1D1414203A312F473A 33423E333439452A2F2E14120F141B14251717200C1D1417060B080504120808 140F0C0A0F1D1D1907051616101F1C1D2E424D444D474E444B483F475F6A583B 203C323B0F0F4C3320190C1B3C3B20193A503A6F292113281E0B13180A070D13 244763616E7C4F4F4942554A5C3537403E495C49473A4D4D2D4C411740322117 142803070B0C1711132410291625201614413328242F2E1647383D5A63616E77 613C4A493A4E5F41698AEAF5F7FAFDFEFEFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFBF5F3D9ABA57752491B271623141B 1904050F1D1633332516272A4E717C754F3949404347232034303C2A23200F25 0B10100100040401000000000000000004080500000004010000040000000000 00000001 0C1D1A14210C06100714060605050F040525170E0505250B25232336311B2A3F 422C3444391F201D2C0F20160C0808050E140E1410200A230F0B0F0C0C050C0F 0A050A050416281C1B1B0A1F161224374E43435B422E614D5149514E48556543 6541323C2D37331B3B2D3B321B543A4E2F334145451904131B10130F0D070422 3856656166656F6C4961776367404E4D566A5A545A3E5B55463C403231243522 24272117142A1C14192C19272C4021202E3E49451E222732423732445A6B555C 60524C4D5B5252778AB1F4FAFAFDFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFBF7F2D6B0896D612D2A2F1937252B 04000004252D2023321D092A4E374E552E4751696C514B28200F2A1A30372A2E 2C2F060004020000000004010001000101060100000002010200040000000002 00000000 0B08191B1D0A07050F0F080C040B0820210505080402070C201D281B2C2F3C3C 3E3C371F442E22190808190F0806242216100B16081417140C190605080A080E 1606021D0B080819161D220F162A3F394B473C4D4E5B5856674B614B44453965 3B3052162B1927252F3A3723353F25432B334133432A19111624040407090D21 37593E52645C6E8D947B6F7A584154445E5E5F46514E5A3C543C373C4A3D2737 31323C222C20183232321E07272B2533313E403C3D39283E35404A55605C5C6E 495A4A584A5C877EB0EFF7FBFDFEFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDF8E4C0A37A6D4E54473C3A332F2D 250C091D14200F090F0F11193525522033331A516137453A2C14223F312E311B 1D06050200000000000000010500000000000000000000000101050100000200 00000000 161D1F240A0B08280E050208050B1B231A190F080C0A1221241A191939232E2E 2A2C2A2A3322391619221B0B080C080C1B12060B06050A080B06020604120508 0E212333293A0720281B1B192A2E23422C31373F445B665D69705B3C625F4E3E 3F4A43374141655B1B3F3B49583A3A0C374D2B3F454D281D291E071C070B1D39 2E31525549746C7B9793775F5A604E555C3C52474A3D555A3A415B42544F3944 313A4A25442D272933281E22312B3C321844464D4146473C3C41415C666E635F 5B5B506658648492E8F6FBFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFAEAC08B8E825C5A3C4A39333205 19160F331400040500000C1625392F14330F23313C3E48444F2C342A25281C14 0F04080402000000050100020500000200010100000000000000000000000000 00000000 140C080B0B3014190C1D0C07080008121D16050607020502081914161D2F2C20 4E36232E241D2E1B28202A1D141B0C16190B16060A0504081208080C080F052C 0B284D371F1B0E19190F081B2A3F29333A3F3C49584B696F5B61665B5B5F6749 5B475F676261633314193533414D3C332F3C6F6D2A744E1E130F090F0A141316 2422283854655666666F6D585667633C3546492A41506D67584A52565F403E42 47505B4D3C2E4935504745423345403A312939524A4A4146333E56605C6E4F4D 44403746637784BBF2FBFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFEFEEDB6AD97939D8159683F332033 2A050C140C00000000000432051408140F142E31403040403C3F4B3B331A211C 080B050506010104080A01000000000000010100000104000101040101010000 00000000 100A061B061B080B0E0C0E0B070505000600000102020005040110170A1B1F23 3330372A2E2A2C2C1D070A0421080A0705010C060B08080F10220F0B0C070C0C 0C100F100F0B0F140C1419332039473737432E443F5F6A5F736C6C78665D5859 62435881616D61523E4358416D59333B3A3B2750646D5B470716241111102711 2749222739514740555C5267666F744F413C41442F4C77565663583C525B3D40 52465C674D46404E674E6052354E39332C3D47495F653231273547596B564A6C 504E4A505C75B5F0F7FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFBFBFEFEE4C5D5CBC19C9475493C520F32 330F0F052B000001040C0404020B0104081D1A0C4242482E2E2322373F17230C 0A100E1D07060000010100000000000102000005050202000000010204000000 00000000 0F080C050A17041B280B080A0401010B0107080F0E0F0C0708051B1D25160C36 201912313328250F0A050808190C1D0C0A0B04020C1714060B1A080C060C1B0C 0802080B041B0B07071A0B1D252C3C5143334B5647656978757B7A5262626359 61756359897A75706B505A415C374F3B27272F434349624A39280A0C13112218 1D2B27522E374A4047474661607E5445514A49545259615C5A46583C4759504A 46545C4E6C5C505B77744E445A4E3D3E32404E4D54514737334F544F564A4F46 4C50496E778AE6F4F8FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF6F0FAF2DADBCCD2D5918B7D72675B301B 0C25000C010000000204040505040000010408051D404F291A222828392A0A08 100A1A19120100000000000000050706010000070C0100000000000000000401 00000000 0B060C060C1A1019081B080E0706050C070E061B190508140F051921201B221D 29190F20342C2005220401040A08160C050C0C0C0F21040117120C140F17140A 140B1F2005080419142317101D373F45344F3C4F5B556273828B6F6F66597C5B 4462696252848C6F8E614A4F6563494D4D2F592F231D37204133332B182C2014 1422142C4038324F373246616D74524A4056553D5451424C44414A40634C5B4D 4A4F3D415F4F634C6A6D5E495A5C673C3C444A51585245314249595950544649 3D515A636CB4F1F7FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF4EFF6EADBD6E3E4CA9F8C726B655F1920 2B200F250F02050604080F0B0B010001040812060C1F33472E222C2A1D0F1B06 0E0A190C0F040605040502010400070500010201010200000000000000000100 00000000 0C0A08160A14191D1A1D1C2E1A160F08212A140E040F1420211A2A331C142120 191A2E1D16221C01070408050F0C0810080706070F020201020502060C141905 061B231D1907080E233F1D2A2E3E51554E5B3E5F526A70628E9C62656C725F48 595F698261588B8C9465705C5C593A2F4D45621B4C301D414339241717160711 0319131639352C41415A40525E5240494C555660564A49464640323935474F2B 3C402A355C675E4E6F5952514A44646059476D615A5C4D3E5B525E5256493C50 444E5F83ABEAF6FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFEFDFEFEFEFBF9F8F5EEE9F0EAE0AFA2A77149713E3A 32140C08140C0B070808080004040401000F080505060C2043421D2A3F1B1D23 28161B1D170C1D0A0108070101050C0801060501010401000000000000000500 00000104 23141D170C1B081016141C2A1C162A1D0E1419280B1919231B2C2C19232C1F2C 2A33372E3719141D12211A0C23100E1007020806230C120F141416231B050C08 0A0A1B3720141419302A252328433B4E55474F615663666F7E7B8B735B655B69 6A6F616379825566A89783706D4E45412A33622A35595B5C688B6D37321C0D17 16140418180F29373946355A4058412440442C374A553D414A2A1931374F4E37 1E2B4737415C545B69696352664A567766555F5E5F4A5854454F5C4D5044593D 4E796F9DC9F7FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFDFAFAFBFCFCFDFEFDFBF8F6F1EAB79D8B7D65616969 0C2C0C0412191D0A0507060002050607000202140C0E12162A483431212A2A0F 19080516161C22100E0504000404000504080202020000000000000000000100 00000104 20051A160519202C14141C192A1D1D1B0C140C100C1620392A2A2E2C2428252F 233A2E222119102321201D1C160A0F04070616080E0E1B0E100B0E191B191F0E 16080C0E190F0B1216162825252214393C555B4558655861757C73726C5F6583 6F756273615F6F4959AF847461726D6562544A5C5D6B7F708B5C74642822222E 2A161924202217253C3D494D3C2C29423E3E392A3D515058494F24272F383E4D 2B44333A473561756F695B4A494A6E565F6A5C636E665C5C5C4C4A5555585C4D 696F93BBF0F8FBFEFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFEFBFBFBFEFDFDFFFFFEFEFDFAF6DABAB387827D817547 1F2019170C0F1D1202050200010102070104070706140C051F1D2A4731311B05 0202050405142114140F06020502050000020002020401000000000000000100 00000001 160C201D1C162E20162119191F141D0B0B211B2008251A193320142419331931 25251D2A05160C17242A1A0E1414040405071B170F0C0C191606020C17102A19 07010A0114120F140816121D1908171D233F454B49596959597878727373B3AD 836955726F7A6B61595F67A37F8E7D61674D4D324C6365618E65726D5837211C 1111200F0F1B221B193C4E3C462D37493C422A4D464F6E7E554C27322441524A 4552271C2522424F6F5845413952616C7E678B836C6E604D463754404451495B 8C8AAED9F5FBFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFFFEFEFBFEFFFFFFFFFFFFFFFFFDFBF6E3D4A2968B59756D3E 190C1B080E1C08020508040004010005060102010508040004291D14191B0808 04040F1B20060F07160801000000000000000000010000000001000000000000 00040100 1D08140B0F1420101F191D202322060107081B2319191612232A2116144B2F3F 3F3F28241D1F141B17220C0A0E0B0F19020F17060C0C140A14140F0C25011905 0A080505040C1419120F08010F0F2A1D1D31434E4F6A4F636C516779A2B7BECE C08375738295637973737562789475836D625A3A4D336A636A6575526D5B312B 241C1416270A221810354046354063513D463D56426366616059312427333E52 4E272B3C223C4552544E471C3C5C637C8697AF9898634F4D4D3D4A494D4C6075 90BDDAF4FAFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFEFDFEFEFFFFFFFFFFFFFFFFFFFEFAEECCB6A8A28B8E6B7037 14160A080F1908080508060708050100060500000002010101080C1D081B2E14 0C0A1408080A080E1D0500000000010102000000000001000000000001000100 01000101 2401101D1B14141F17081719120C050C1914160F20100C231B2208160F281D2A 21402524281D1D0F0C371D0B080C0E240F061020101C31201B12200A08050F0C 100F14170C14140822160B050C060B1B162C433F696B585861615161BBC3B0D8 C094828597949C9585929A7E726951847F814A636858634977616D7D72717939 3222241E20131D0A312E3C4640464D5E564041635A4E6672464E41211C2C2E51 3C2721181327335F4E56472F2F467C9598ABB19280604F4052584D525F60818D B1D3F6FAFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF9EBD3B0BA9C83897D862E 282C1416200A0F0E06050C0B070A080402020405011008080708121D19171A10 14080C0A0614050F0F0501000001050507010000020001000000000205010100 00000101 160A140F240F051B0F04040C16010B201B1B1F1D192A371F19361430171B190C 1D0F192C1F141920221D282914311C222A1910230E141F190A0C0F0819060516 0A0814040208100A16140B051410211A1A2C4E47614455454F628EA8B7CAD0DA CEDD92A3B2A8B3A4BDAA8EA88C8B755F5172625A5081726D8B7775697A786760 5233491E32242A321E24412B414651444D67606587616F753A40393D21221C2E 182C312A223231384A5C272F1E425C789BAEA09B5C4A524249455C515B7E9092 DAF7FBFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFAEADBD7AE99948B898E37 17191D1F1A140E1A16050504120E06140500080C01050B08040717171C0E0208 0806020F12000006040100010101080402000007010000000000000100000000 0001020B 0C0C082823072110080E0C0C1B0C1F1616101C3C37303C3120172E331D33200C 1D081D1A20290C2A2320141B0C231D3022191B1617212A1B080F14190B000C05 08060607160405011F210E070C173B2020212E434D3F4D7F9C9A9DBBDCEBEEED EBDDD8AAA2C5CEBDC7B7B7A6A4B3858C75627D7F897C7087787887747A78836A 64504C405B37273C332B373D4028594F5E5C505F6B7E8B554E5F41493142222A 2D2C373E1D20354249503D3C31654E668D998663635C425C4A4D5C6D8F8BAAB9 E5FAFBFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAEED6CFB1A88E948C8175 311D2C14200F231B0B05010A10070508050F080B0505050C1428211F1905050E 050C001B17221205020408070505040105020000010000010A05010101010406 00020000 0B100C2112010C0C0F0F2310161B161917142F2031312A2531192E31372A2822 080C1F1A16141422122A0C161416160C0C0E0F19190A161001040C190504080C 160507080F0E061439140E0A040F23161F1D453159727D93B5BDCDAAC7D6DBDC DCCDC3B1B3B3C3C9C7D9D6B7B7CDBAA48B8B6996A5887D7F9D8B7A837D7A947D 715A5C6058554A3231222E3544444A517A61616E80877B65554458544449243D 44554D3318333360494D3127324D46756E947B6158524C604F6D696C9FA6BED8 EFFBFBFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF6EDE4C0A8A5998E7A7F5D 31312C1B311B2C252C1C0C221B0C160706070F0B0407020A0A16081B0F250F0E 100F081C1B100C0E080B100F0404050000050700020004050A05080201010201 00010000 021B1D100A07000B080E1C1C2A0C12282C1D2C2E1C1C44190F0F1B1D28252A20 202F0C1C0C1A0F08070414290E1620160C0F0F190F370F050C051414140F191D 24050C1910121B281419190F0408160F190F49548884A4BDB3ADB394ABBAD6D4 C8CCB393A3BBCCDADAE1DBE1D4D1CDC6BB918B95A2A8A89C9C9A7D8B7A877D7A 8C7857585850393D33274D2D35445556504C5B4E727B755C4F4950465A2C2A46 3946411C162A3C49445C402E3950525C6A7C4C564A44455E646C8DAEB2D2E4F9 FBFDFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF5E8CCCFA88EA294654F55 4333422A2031374855191C1D16080B072206100604050208050C0F0E0F2E1614 170B04061912070E191708080F010100000B0501000002050000020100000406 01020000 0806080B08050A0F0C211423161020161B161D16191B311B2C23201B060E0817 1F1F2A0F0C200A071C0B10191B161D200B1012120C0A0F140C0519060C1B1D0C 080F081717102A391419160F0E052416302F496D94B1CF949689839CB7B3DBEB E9C6C6DEA0C7D9DDE5EAEAE4EAEBE5E8E1BD9DA497D3A8BD967F838E888B8EA2 91969A8E5C514E3C3D3937313E294A5254524949526379563C423D3844311E1C 2429313A2941463D41464F51324D5256565566443C656484928B9BC8E3FAFAFE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF7F3E0CCCEB7A3948B7F5B49 312E331C101B3A7F79172E0C10121D231B14140E050401000B10050F22101D14 0707051A141A0F24233A1B050801000001010105000100050101000000000000 01010002 101F0E0801140F120C0F1430191B1F1F142937281933313430242A1D1414071D 29102A1B140C1B1A0206080A0A160F100F17100F1B05070A05140A1D0C0E0C0B 0C1A08140F19231A1016080B080C0C2A47506FAAA29AA39478789494B1D3E4F1 E1CED6CBB7CDD1D6E4EBEBEFEFE8E8F1E3D9CDB1A4ADAED4D2CD94929F888996 979F899687816A4D323D41322C213244614D3149505C696F613A4749464A3D3D 293A3E272E492E2D3A42382E374A3D565E51635F5C658AAF9DC1D5F3F9FBFDFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF4EED9D9AD9F979C8B7D817D 2F44421D242A45664B190C0E0F0A2F332E1D1C2C16070F010805050C12010805 140C0B200F1F1A231B141C160F04040501050501050100000002010102000000 04040501 0C0F0F080216020E140C0B08041614061416202A2223233F251D391D1B1B1B0F 1D1B0F1B1414160A161605010A07160B161714191206140E16280F1D0C310E19 120F080E050E0E19230F19190635303F587B8E9F8E6D587065677AA3D8E7F0F0 D6D3CAB0B5DCDADADCE5E4E9E9E3EBEFE9E5DCD9CFC2C7B8EAD6BEB3899F9C91 A8A4999F97A294915A524F593D373D5B5547594744635458423D54494F474049 402C461E3D2E4040284131273E49586C6681758486818ABAE4F4F7FCFDFDFEFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF2E7E1C5A2B0999D8E888B7B 622F312C201F423734202F221D20372A44302A2F230B08040B05060600050808 0B0A12070A2A170E10191F1C23100101000101000B0101000001010101010500 00000102 0C1B160B0E0C061712140C1B1D2C39280F1A161B221A24201B1B191B28201D10 242A2A2A1A211C1B2016210F1C1014071D141616161B1D230B16101612100C0C 010C040520291D1A171D0F142B2A495C65888171634F524165706D96D6F1F1D3 DBD2BFD8B2DDEEE8DDDEEEE5E4E8EBF1EEEAEEE8E8E3D6DCDBACD9D4C3A89CAB 94A8B7ABAFBAB1B39F99635C5C49405C524C494954404A4647464E562E255227 322A3118382A32374D3E3C5A494E7281878C90AA94BBCADBF4F7FBFEFFFEFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFBF2E8E4C3ABB6B394789A8B6D 65313933333723232A1D2A2F1D2120282C28422836161D373114050704040A0A 0C1014161C193328101C1F080F0F040000000000010000000205000001080501 00000101 0B120C0F192A231B252107121639202F0F08191F160E141D1A1B2323171D1008 23252022232124312A22391D172030201D161A141A10140F0F240C0810141914 0E1D0F1A0A14140C0B2914252D3252657C6337495A474D656D6D8EB3E1EBD3BF D8DEE1D9E3F3E9E9E5DEE4E3E3E1E5E8EBEEF3EFF3EAE4E8DDD1CCD1D9C2D6D6 D2BDBBBBBEABBFC294ADA2A05C606E5B526B5656544752354A35394E3C192D22 383C4C2B35424A3841404D46597A648D8D98A0C0EDF1F4F8F8FBFEFEFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF8F2EAD8D6D4BDAE9487866D7B 615B301D2A3B2C361F28251931242C20231D36475B306AB78B2E0E0C06080808 160A0B142A252E2A2012050E0202080801010000000102000507000001010000 00000205 200F0F0C121B140E0B120A080F2A101D140C0F050710070C140F161210220E14 2031311F240C2F1F332F1710281A200F120C170E080A22070814140F120F1910 192916211C1B1A140A2B394A4970725B4E4F55203349335A4C5B8EBBE6BEA4AF B7D9DCB7EAF2F6E5E3DCDAD4E1D7DADAE1EAEBEBF1F1F0F3E9E3D9DEE4E8DBEA E3DBD4CDC3D5BDBEBBB9A5BBAA9D896A594A5E514A5C503740445C50584A2D40 443C4C42544A524F41526E6C819286929BC7E9F2F9F9FAFAFBFEFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF4F4F1E6D9E4CFBDA78B7F78 6D7D4729312A2C332E2831392A2C3A16232A343B4B4B8FE3A433191D100C0F05 0A0214191733342F280C0202040205070105050100040C060202000100010001 00000000 0F0A050510120A16051B05050C05050C050507070F171C0F0A25171C0C1D140A 1919100F08072A190C0F160B0E1C190F1905080C0C190F07170F1D20140F0C16 0C1B0F14141B05112539305B75825C433F3C3A454E2A2A1420638BADB791927A 99BA839DDEF1F7F8EFDCD1D6D4D4D4DBE1E3E1EBEEF3F4F6F6F1E4DAE5EEE5EB E1D1F0E7D7EACFCDB9BFC59CAEB79FB1A89A80656E634E634A52565C5E4C5255 4652515B695C64567575758A9E99A6BFE9F1F4F8FDFDFDFEFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFFFEFDFEFEFBEDCA7F75 636D6A5A3359393152433142302A25362928373C3B5BBAEB783F3A0A0701060C 08050A08282A2A31280A170F0F0C230801010000000506040000000000000000 00000000 0F1C07081A1916140C290F12160C140C04070C2A1F1D0E1619160F190528230F 1A201F080A19161F16142022231F232A211D390F160E1912122310231D040F22 160806080F143E2F192B236147412A192052161B1919142F58639AB369637D83 4F4D8479BDD6EAF4F9DEC0B5BDCEBDCFCFC7C9CDE1EBF3F6F8F8F3EAEBF6F1E9 EBEBEBF8F6F2E3DDCACABBCCBDA7B1BD9CAB8EA897A5A39B93605C796E645860 664D637B5F667B7A9B8DB1B3CFE7F2EEF4F8FAFDFDFEFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFF6A889 6F657C7A7C4B434D3C564F3F444734472A34362C5B6FCDF78969551202000B05 060F0F0514070A102308040C1C101F1608040101000000010000000000000000 00000000 2120141D1B1A1414190514160506070A0F0B0A0C0E1D040B1A1A080C1B140F17 161D242C2E3A333C232C2E1D2A23231D2830201625050C0F141B0C1414102119 2919140E1B47504C635C4969334A2B190C0B0F0F0B2A39275C9A9C836D4B4261 4D456B7285C8DEEDF5F0E5B3C8D4C8B3BDC6AEB2DFEFF7F6F6F8F8F6F7F8F4EB F1F0F8F6F3EBDEEAE4D4B7CDD0D6BBCACCA2A7CA93B1B0A58E94B3CA6F816683 8481907C909076899DCDEDE7E4F3F8FAFBFDFEFEFFFEFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBFBFDFBF8FEFFFFFFFFE793 756F6575894748554E614D6955373C452A423E403B73D1F49A6F634E29080806 0F120E04080F142330191D0C0C19140E06010000000000040000000105050501 05050001 170C0F141A0B04072314100C0C170C2208060708050612160C200A041B200F1D 1D331D4439292831202C1C2520253F243131312020160610281B0A0505161C1B 2A102420455449494C64411B0522191B24241C1A1741415C659F8B61242E3940 404F3C5879C3CCC8DDD6BBCDE3ADC0949692A0D1E5F8FBF4F8FBF9F9F8F6F0F0 F3F8FBF4F3F3EBE3DDA9D3BBB9DEC6D4CBC3D6C5C5D4B0C7BEAEB3BABFB3A4CA AE949199AAA1D3DDE0E7F2EDF6F7FAFDFEFFFFFFFFFEFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFBF8F9F7D1D1BDCCB2B7C8BDDAC9E3F0B1 756D596A7596442E3C4D4B695B554351595549493E9CE5EB633351674D230801 0A061201160C070B160E0E040F0C060600000202000004010002020002050405 01020404 170007080C051B08060B081019201D0C0705001001051C200B10081D1419080F 162A0C2E2C3024313A31312822251A292117281716140B1424212202160F0819 1C170C083E4535472D453C0F0810202219120514303A2F679CAD52311D192C31 393C374E3CA8B0A7CAC6B3BED8D8C975888CADD6EEF7F8F8FDFBFBFDFBFBF8FB F8F9F8F6F7F3F1F1EFCEA3D8D9DBD9DEDDE0D7CADBD0CCC3C3D4C0CCD4D5C9D4 E1D7D3E1E7DEEAF2F4F7FAF8F9F9FBFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFBF6DED3CFA9B5B3B1B8BFA0B3ADB2B796A29159 49635574868E45473C4B585B4E44475D4B52674558B5F3C92A201F444F140704 0A170C050C1014040A0F0501050E0E0502050700000004040202000000000001 00000000 100708050501040102040F1D0508230C0E050F160A14191408080514071A040F 1F202E3725160F281D2E2A2329292A2F19230F0C160A0F0F1016161920070C06 070A121B5869452D1D1C1406140C161A0E0F141D3F3F3B6D8C692D1016301D21 393B2E342E8C86A8A2A3C3BFC0BFC0C3B39ABBDFF1F4F8F8F9FDFDFFFFFEFDFB FBFBFEFDFBF9F3F4F0DFB5A4DFEBF1EDF2E4D7E6DFE0D3E1E3E1D6DAD0DEE3DB E6E0EAEDF0F3F1F6FAFBFBFBFCFDFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFBFBF9F7E3D3C8D7C0C8C1BBB3ACC1B2A4BB93AFA48275 44483E5A6D6161373F4742515D42474F363C593F336CAD5B172C1B202A080705 0F0F0C100F0A08060505070202061D0508100A00000000000000000000000000 00000000 1B0C170A000000000506080E17020F0F0F0B1A120F0B121B05060F1B162C2A14 282E1B2E39191B2A1F2814290A0C252F161914080F1D0C06100A062939281A0B 160F2229232E37231D0C2C10141D121B1C121C27495B5D8E7D272A1D1F281623 172A252A2E447A8E93AB9CA4ABB3B3C1C2B2D1DFEBEEF6F6F9FEFEFEFFFFFEFD FDFFFFFEFFFEF9F6F7F1DFCDC3D7F5F4F6F6F2F0E3F1E7EAEAE1DBDBE7E0E6EB EAF0F5F6F4F8F7FBFBFDFCFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFEFEFFFEFDFBE5E8EEF0F0E8E5E1E4DDCDD4C8BDA699A8A096B78C9393 635F3F283A3A61492A393B4F5159432C212223240F2C3633282E2A2A14080101 0608040604040208050A08020E050E0C02050C01010100010002040000000000 00000000 0C0A0A080B050502020A160C2C0E2314171A0807140800080C171D36441B2A1F 2028103C314B371019331923223324303914141D0805021414141B192C2F2319 21231A16442A0C1429100C050C1B1D230516642A3B43725D4943160C0F1A1D29 232917392A3E555B59A88E9377B1A7ABD9E6DAE5EFEEE5EEF3F4F6F4F8FBFEFE FFFFFFFEFEFDFDF9FBF8F3F4E4E9EEFBFCFBF8F8F7F7F3EBE4EBEEE7EAE6E9F0 F2F6F6F6F8F7FAFBFBFEFEFDFDFFFEFEFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FEFDFBFDFBF9F8F8F4F3F3F8F8F4F6F3F0F1EFE9E1D4CEA9B5ACB9A49CA89288 937352443B3355572C213C4E424B4233120F1D0F0F2E3E362C674E2A2A0C0E0F 0A050208050001070F1C0F020E102310080C0E04040001000000010000040100 04020000 00121414231720160F080E101416310B050505160F1B101D22173129301D0A10 3323142A2F4234302A2E331D29342E42290F050B06141C2E292019162A0A0C14 16040E1C332A160E21200E170F191D0C14224C2737507547391B2D23141F2020 3131282A203A2F5B6745899683A4AAC6CFE1DFEFF1EACFD4D4E1E4EAF3F6FBFD FDFEFEFBFBFDFEFBFBFBF8F8F7F4F8FBF8FDFBFBFBFCF8F4F2F0EDF0E9E4EAEB F1F6F6F5F8FAFAFAFAFDFDFDFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFDFCFD FDFAFBF8F8F9F9FBFEFBFDF8F8F9F3F3F3F3F4F4F4EBDFCCC6ADCDB7977A8484 7C7B704E62554939202A2120423A2E332A1F19160B254840173C3136230F1907 0505050B0F02000B1D100606050C190501050C0C080104040200000000070804 04010001 10040C141B161F120B0414050F1D0F0805020702140A0B191B0F2C24120F080B 213A2320333B2C371B2C3130332C2E4F19230C120B1D2C140E0F070C080A1910 2A121620190F12121B1916160E232308142A432A55694F413B3C1A1B161D2316 25233F3A2A2C37524E487F7F9A9CC6EEEEDCE1F1F4EBE3CDCEDADEE4EFEFF3F9 FBFEFDFDFDFDFEFFFFFEFDF8F8FDF9FDF9F9F4F6FCFEFDFBF8F7F8F7F6F6F0F1 F4F7F8F7FAFAFAFAFBFEFEFEFBFDFFFFFFFEFEFEFEFFFFFFFFFEFFFFFFFFFFFF FFFFFEFFFFFFFFFFFEFFFFFFFFFFFFFFFEFEFEFEFEFFFFFFFEFFFFFEFEFEFBFD F9F7FDFDFEFDF9F8FEFBFBFBF8F8F8F4F3EBF4F0F3F0EFE9E1DDD4C2B38B8B91 8F7E846B8F596B593942443B3C423E333C301A2A2A3E432A232C245B22171919 0C020E14060400050A0C0C0504070A1908000505020000010000000000020501 00010001 1D0C0E171007050C100C0A060A0506050005140F1B0B141716100714250F1B1B 232228291919372C202A1D33202E191C1931162A19232523231D0C02051D1A1B 141D25161D2E161C1F201D1D230C0F1B14305433756B555239232A171D0B1D1D 2014141D1F1D394E4E5D94948ED0EFF6EADCE3E8EFF1DFCED4C8C5D7D7EBEFF3 F8F8F9FDFEF8F9FDFEFFFEFDFFFDF8FFFBFDF9F8F7F7FCFCFAFAFBFDFBFBF8F7 F8FBFCFEFDFBFCFDFDFCFDFEFDFDFFFFFFFFFEFEFEFEFFFEFFFFFFFEFFFEFEFE FEFEFFFEFEFEFEFEFFFEFFFFFEFEFEFEFEFEFEFEFEFFFFFFFFFFFEFFFFFBF9F8 F4F8F9FDFEFDF8F8FBF9FDF8F6F3F0EEF3EFF0EAE8EEEFEEDFDED1CCA28FA97E A8A28370736C62515B4D4451563C3948401D31342A56361D232A423F1B1A0A14 0F07050C0605020B16140605070C0A0702051201040002010805010100000100 01040000 1B1F0B1419170C16252A0F171D010605140519170608050708161016242C2E19 3C19252E212A2A3336192A493C31232323332A1B1D1C0F161D25160F1D1D0A20 0C191A191C22331D20221B1B160C1D1D0F2B25437C3E350C0E10241B080F1D1A 22232024233F3A3F52897DA2D3EDF0D9DAD4D6E3EBF3E3CEBAB3B8C0D4DAD4EA EEEBF1F3F8F8F7F9FDFEFDFEFFFFFDFEFDFDF9F9F1F7F3F3EFFAFAFDFDFBFBFB FBFCFDFFFEFFFEFFFEFBFEFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFEFEFEFE FDFDFFFDFDFDFDFEFEFEFEFFFEFEFFFEFFFFFFFFFEFFFFFFFFFFFFFFFFFEFBFB F8F7F8F8FBFDF7F6F8F6F7F4F1F3EFF0F1F0F4EEEAEBEEE4E3DCD4BDAAA49294 9C849176757A625B5F5B6252695F44423724393143473319162048210B080E07 0B1D05020207010A0F05010502020405010002010A0502020204050501000000 01080200 0F0601290F0C050607050A0501050C020E0F0F171910082A3A19201928160F05 0A0F332A3A443B363637393143423334312A24201D1C2A240E371F2A1F0F0804 0F2A1B312422201C311D1C2A0C17191D050520524F231B08190C171A1C21160C 14100C1C14192E7A729FBDE1EDDE9A91AEC8D1DCE9E5DBC9B9B7A0B7C0CFD4DE D6E3E4EBF4F3F1F0F3F8FEFFFFFFFDFEFDFEFEFDF8F8F3F3F3F3F6F8F8F8F8FD FEFEFEFFFEFEFFFFFFFDFEFFFFFFFFFFFFFFFFFEFFFFFFFEFFFFFDF9F9FDFEFE FDF9FEF9F8FEFEFEFEFDFDFFFFFEFFFFFFFFFFFDFDFBFFFFFFFFFFFFFFFFFDFD F9F3F6F8F8F9F8FBF8F6F1F0EFE9EEEEEEEBF0F3EBEEEEE5EBEEE5C9C6B8A3C6 C5C2A0999A7B6A6C615F6666796259443F3944394F593F1D33190F0501000407 0506050C0208080E0F1907050206000100000405010504000000020502050500 00000100 050A05050717020E140A0C1D0C080A1C1719101D203331293137241F422F211D 191C333747333C2A223B4B403F58613A332F121D14281D2936361A2010192A2A 2A1A19140E2216141B2C2220191A1D2921305F684516050608191F08140C171C 1D201017294D758B96CAEDEFD296696993B5C5C5D3CDBAAFB7BF9ACDC8D1D1D4 DCD7DAE8EBEEE8EEF6FBFBFBFBF9F9FEFDFDFFFEFEF9F8F9F9F8FBF9FEFEF8FB FEFEFDFDFDFFFBFDFDFBFBFEFDFDFEFFFEFFFFFFFFFFFFFEFDFDFDFDFFFBFFFF F9FDFFFFFFFFFFFEFDFDFEFFFFFFFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFEFB F9F9F7F7F9F4F8F8F8F7F8F1F1EBF0F3F4F3F6F1EEEBEFEBF0F3F6E3D4D1D4DB E3E1C9C6A091935F737E6F75886B5B4B5130454E3942441C16050F0E101B0C12 1F2A170E08060401050704040505050701060C08020102010000000102000001 04010100 0C0F160C0C1B0B0B0F200B06040505190F1F0E232E19311C1B251F2C231F2A24 25422F304E4E3F30472C3F42444B554B342039231939252A31221B121D1F2C40 2A0B0F0F3131342A1C312022191A1D161B5262303305050F1D241A1B210E242C 19161B0F2554787DD0D8F1E1AA7D6B59949D8E9DA9AF9AB7BBD1DDC5C1C8D1CF DAC8C5CEDAE3E1EEF3F6F7F9F8F8F9F8F9FDFEFFFDFEFDFDFEFDFDFBFEFBFDFD F9F9FDFBFDFDF9FBFDFEFDFEFFFFFFFEFEFEFFFFFEFDFEFFF8FBFDFEFFFFFFFF FFFDFFFFFFFFFFFEFFFEFFFFFFFFFEFFFEFFFEFEFEFFFFFDFEFEFEFFFFFFFBFB F8F9F8F9F8F8F4F3F4F6F3F3F1F3EFF3F4F8FBF9F9F4F1F1F6F8F9F1E5E4DBE3 EAEFEADBB8998C83766B756C737B4B4247374748584E3F3B31190C0B160F1B33 474B31060502050004160102080A04050208080401010A070200000004000004 01000000 120A050712080816171D12140A0E121C2A2E1B2A1D1219160C0F1D302E222031 1D2234173C343931393C4037514F3B3E33312821241C293C2322211A141A3937 202A10192A362A2319170F2521221C221D574A3F0F100C0C0F1617102816242A 341B1D394A6B88B6EBD8E4A26A7C708E88AE836C929283BFD1E5D6BBBB9CBDD6 CEC9C8AABFD1DAE9F1F6F8FDF7F1F8FBFDFEFBFEFFFFFFFDFDFEFDFBFEFEFEFE FDF8FBF8FBFBF9FDFDF8FDFBFDFEFFFFFEFFFDFEFBFEFEFEFEFBFEFFFFFFFFFF FFFEFFFFFFFFFEFDFEFFFFFDFFFFFFFFFFFEFFFFFDFEFDFDFDF9FDFFFDFDF9FB F9F8F8F6F1F4F3F6F7F6F3F6F3F1F6F3F6F9FEF8F7F8F8F7F8F7F9F3F6F8F3EA EFF4F3E5E5B86F7E7B7E6F788576594B404F423145424B2F1F0C071633244758 583F2A1C050A0800010500000412050101020408010404050400000001020000 00000000 140F0B060E200C0B0B01050A05160F19160C161410171D1606120F08101C1D2A 252E3328392342443C2F374047334437312C1F0F1D1B2A232E2A2C3E190C2439 1F161433101D423B200619190B2814316B5B202F0F1B12291F141D0C0B061919 081452326794C1C7DCDBBB7B71578394AB76616F7C769DBDDEDDD3A89A95AFC6 D1C58CA8C1DCD9DEEBF7FDFDF7F1F6F7FEFDFFFFFFFFFFFBFEFFFDFFFFFFFEFE FBF8FEFFFFFDFBF9F7F7FBFBFDFBF9FFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFDFDFEFFFFFFFFFFFFFDFFFFFEFDFEFBF9F8F8FDFFFDFEF8F8 F8F9F8F6EFEEF3F3F6F6F7F4F6F4F8F9F9FBFDFDF9F8F9F6F7FBFEF8F8FFF8F1 F6F3EBF3F6D1BA91798483958E78594862493E49423648281D071A2A344B6B5D 612C1D0C121D0205170100000000000000000604000100000000000000000000 00000000 0F0705050B1916160505140B1916040100070F121B0E050F080C08160C0C140F 1237211D2A233F23393931454B4D4E454725311208232C1D2A3345291D342137 2A1D1D231D1B2547290C1A160216107F588B5035170F0C101C28100C1D08071F 072F394977B7CD8CC7D9A24A546D8BA8CFB77F9C8E8CD6D3CCA8A2A0849D95B3 D4D6BD9DA4D1CFDBE9F9FDF8F6F6F6F7F8FEFFFDFDFFFFFFFFFDFEFFFFFFFFFF FEFDFFFFFFFEFBF8F6F3F3F7F8F9FDFEFFFFFEFEFFFFFEFEFFFFFFFFFFFFFFFF FFFEFFFFFFFFFFFEF9FEFEFEFDFDFEFEFEFFFEFFFFFDFEFDFDFDFBFDFBFEF8F8 F8F8F8F9F8F8F6F3F9F9F6FDF8FDF9FEF9FEFFFFFEF8FDF8F8FFFFF8FDFFFFF8 F1F6EBF8FFF7DDB99691C8B5797F63556B584F444B42311D3B1A393E4F566788 78312820120205060C0002020701020100020000000000010000000000000000 00000000 010A050F0C191C0B191D10140F020A06050F1425141D0C0E161B0F190A0F0A06 070F120A1A24242E303644403F4E424B5139311D292C333136394720332C2F30 1B10120C232149472E43160F1D252A78686F3554190C10020B16171A1B330C06 05334377C0D59C8ECAAB8B7F688494ADCFAB9782A0AABD9C95A8958889898ECE D1DBC39D9FA0CFE3EFF7F8F6F6F8F8F8F6F8F8F8F6F9FFFFFFFBFBFEFDFFFFFB FBFEFFFFFFFDFBFBF8F9F6F3F9FEFBFFFFFFFFFEF9FEFEFFFFFEFFFFFFFFFFFE FFFEFFFFFEFDFEFDFEFEFBFBFDFBFFFFFFFFFDFEFFFEFFFFFEFFFDF9F9F9FDFD FBF8F7F8F8FBF8F9FBF9F9FBF4FBFFFFFFFFFFFFFEF9F9F9F8FEFFFEFFFFFFF8 E9EEF7FEFFFEF4D3B1BAD6BBA08263625B5B564D42373137373A4439484B6361 674720172E0B0E0B0F07060A0C07070C05000000000000000000000000000000 00000000 0A070808020F0E0514190702080E121208071B281D1B121D12141D08061D0512 081F24252C3A2A3C333A4843623E4B614E47312F2E3143294459423C65483F3B 2F140E161A143C44423421202A313775756752371912140F040F101B0A251C28 3E6388A5C9BD839C8E726764786393BDB793667BAA7872614F6F79828C9AB3A9 ADB3B7A4A89DC0E8F4EFE3E5EBF3F0F3F4F1F3F1F3F9FDFDF9F8F8F9FEFFFBF7 FBFEFEFEFFFFFFF9F8FEF9F9F8F8F8FBFDFBFEFBFDFFFFFFFFFFFFFFFFFFFFFF FDFDFFFFFFFFFEFBFEFDFDFEFEFFFFFFFFFEFDFEFFFFFFFDFBF9FEFEFDFDFDFE FBFDF9FBFBF8F8F9FEFBFBFEF8FDFEFFFFFFFFFFFEF6F8FBFFFEFDFEFFFFFFF9 E3E3F4FFFFFFFEDEACC7E5EAE5AE826962785155473F40444F45555947365B58 4D2C201219232212120C040B07140C0C0E050100000000000000000000040000 00000000 2802070207040202040C05040C0E1429060F1B1631200C16020F0507020F041D 0828314D3C2E3729304B47444D5B6A4E61422E3F31283E37403F4B2F37444721 39251B1D232E314E5F2E2A201C3737915B68372A19161916082C20101B161B4A 5D8B97A2874C6A9A7167625961628B94938E938278595B4E4B4859727078A494 9C82A8AC7FA8D3EBEFD9DAE3EFF1F4FDF8F8F0E5EBF3F3F8F8F8F1F3FBFDFBF8 FDFFFEF9FBFFFDF9FDFEF9F8F4F7FDFDFDFEFEFEFEFEFEFFFFFFFFFFFFFFFEFE FFFFFFFFFFFFFFFDFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFBFDFFFFFEFFFEFFFF FEFBFFFBFEFDFBFBFFFDFFFFF8FBF6F7FDFFFFFFFDF4F3F9FFFFFFFFFFFFFFF8 DEE5FDFFFFFFFBDBBBCCEFF0EADCA26B5B7BA26A45514E557359584755675658 442F371F16190E0C081910080C0C0E0716080F060C0501000002010000020000 00000000 04020F0A0C0608040C280C162A0C202814191C2A252019080B1B0C100C2A0E07 1C24245539283039312C474B476A7A616A59512831190F313E37471931373E47 372C2E292F2042595637300C1F3A3E3F653F2E331D0F161D1A19160C0C0C1A32 3F999F75584E4A6A5062313C7275A2C19983C56A423A757D828C968997677592 91899AA6A0B5DFEFEAD4D1DEEAEBF8FBF7FEEBDEDED1E4EEF4F3E3E5F1FDF8FB FBFDFBFBFBFEFEF9F8F9F3EFEEF3FBFEFFFEFEFFFFFEFDFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFDFDFFFFFFFFFFFFFFFFFFFFFFFFFEFEFDFDFDFBFFFEFEFFFFFE FDFEFFFEFEFBFDFFFFFFFFFFF7EAEEEAF8FEFFFEF8F3F3F8FDFFFFFFFFFFFFF8 EEF1FEFFFFFFF9DDB2C0EBEADBE4A9755B94D69D7251618C889179656299976F 4B4736190B05020702050B1B240A0F04040505040E0406070807060C02070000 00000100 00010F12121922102222190E2414170F141C1D1B141B0C28190B121F1920212E 292F2A28333A31302E4444445B6159665F72613C342339333A4F51363F444B28 2E39242A43246167582A2823202E493B48453F372A422C1B0C0A0F02060F0A4D 6F8475654F725F504A2A2F21756D8B8C9AB3C6485B436191757D99919F637E7E 7EA49D91B8CFEAE5C8B7A3EDF4F2F6FAF4F8E8DBCDD1D6DEDAD7DBDAEFF8F4F8 F7F7FBF9F8FBF3F3EFF3EBEFEBF0F8F9FFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFEFEFFFFFFFFFEFFFFFFFFFFFFFEFBFDFFFFFEFBFDFFFFFFFFFB FDFFFBFDFFFDFFFFFFFFFFFFF9EEEBEBF9FFFFFFF8F4F4F9FFFFFEFFFFFEFBF1 F7FEFFFFFFFFF8D49FADE8EAD7D4E1914B76CDBB88616A919D9C707A6578B176 34342E2008141A0202010414160C1206020502020E0705080200020100000000 01000000 0705070C1A0C0C0B371A2C19160B0F0F050F1A0C06170C2A1919170B0A161D2C 1D302E33311D443F2A4F424B625B5147527E5B3F2A234042444D61563C4B693F 454B4B1F313A423F633931252E3942474E334E3F31312C14040A0F0F19283C70 86754A4A575B4D49162A201B3372A28E9FD2AA703E375545527F838C9C997982 82767E9DBDE4E4C8C1A8B5EBF1EAE4F3EBEEEEEBDCD4CDD3D9BDCFD7E3F3F4F4 F8F8F9F8EEEADBDDE3EEEBE8E9EEF8FBFFFFFDFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFEF7F3F8FDFDFDFFFFFFFFFFFF FEFFFEFEFEFEFEFFFFFFFDF9EFF3F8F4F7FEFFFEF8F1F1F8FBF9F7FEFDF3E8EB F9FFFFFFFFFFF6BDB7CCEBF8E3D7E59D52598EBD4D566C5D615F726743726F4F 42211420141B2812050105050C2A1C0C02060808050200050500040000010000 05000000 100C190B0E02170C0F0C1B14200816160C12202E1C0A221F0F121D141219201D 1D2E162A31232E373A423B4D435B4F445B616C4B233A2F454F494B3A4B494E5B 66585B363C3142596B5B59222A20303133474B3F4B313733161C120F08325965 573B2D273C4E641F21300C3E3F86A297B6B69F864A576B59787B96868EAA634F 55455D89C5DBCFB8A4A2EAF4F2E0D8EBE5F3F8FDEBD6CEBBBFB5B7C8DAE9F0F3 F1F3E8E8DDCDD7D4E1EAEAE4E5EBF3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FEFFFFFFFFFBFBFFFFFFFFFFFFFFFEFFFFFFFFFEF3E5E3F9FFFFFFFFFFFFFFFF FFFFFFFDFDF8F8FBFEFEFFEBDAE9F6F0EFF7FDF8EFEAF8FDF8EFF1F9EFE5DFEB F9FFFEFFFFFFF3ACB9DEF4FDF0DDDE9D694359754F595B7E5B626C4E434E3F47 2F2F19081C2C250F0805010205071228191B1B080000060A0501010000010201 02020000 0B0106050500120A020C0F0C0E0F1D120A080A14290F1B12200A0A1617201D16 1C23201F2325393A39364345555B37595251624B2A37445949564B424B4B6563 72854F4040203C5B82734828281642453B42494247444222343012051A586564 572B45452B50231B1B1B142D43918EB3ABA293756A4F356757707A7796A56958 3C376591C1CECD9597EBF3FAF0B6CEEAE3F1FBFFF8DFC8A48CA2A8C3AFD7E8EB E9DCD7D1CCBBB5C5DFEBF3EEE5E9F0FBFFFDFFFFFFFFFFFFFFFEFEFFFFFFFFFF FEFDFFFFFFFEF7FEFFFFFFFFFFFEF9FDFFFFFFFEF8E1DCF3FFFFFFFFFFFFFFFF FFFFFFFFFFFDF4F0F3F9F9EBE4E8EAF1EBF1F1F3E9EEFDFFFEF3F3EADBD1D1E4 F9FFFEFEFFFEE5C6C8E3F4F8E8C8D4A063584B44344F555B58787A625F424355 3B160A20141D290802060200010F21202C190F0C010001050100000000000000 02020004 0816140C07190C0807080C0E080C0F0B200B2A071914140802050A141B160F1D 392A1F212A28202E2345444858585655567A794B31393F525F6342514F4D625D 558263472E2F45447578563134291D3A473A4245554F4E342E2824101D6D6D49 3527272D45250C0F050E14495A7C94B375645C6165543549478E7583AB9F5B51 444272AEB5C1BD96E4F2F3F4D9BBD7E4DCF0F3FBF8F3BBA0A48B9DB3C6DFEEEE E5DCD7BDAFB39FB9DEEEF8EBE8EBEFF7F8F8FBFFFFFFFFFFFFFEFFFFFFFFFFFF FFFFFBFFFFFDF8FDFDFEFFFFFFFDFDF8FEFDFFFFFBF3EFEFFDFDFFFFFFFFFFFF FFFFFFFFFFFDEBE5E5EEF3F7F8F7E5EBE3E3E4E3E3F3FDFFFFF4F3E8D1A9CDE1 F8FFF9F9FFFDE5B5B1EEFBF3D1A0C39C7C523C583342525865919A793742483E 3908071C0C20160C010101010516241C1D12230A020207000000000000010000 00000206 0F0B160B1D2A0C0B080A19020101101C2C1A16080A080B080104170E050A3328 2F371B101B1A2029374B3B557A5F565B59677E62334B474E6266584F515B4E55 7A9D934B313131566C6F723E2E28232E2930452E594B313123251D163B5C653A 05141D35431908141B1F0C1D579A9C937F6A5B7D75502D456A8EAEBB81834D47 5196C29AB2D1CDB9E5F3F2EEC7B3D6EDD3E3E9F3F0F3CE9185899A85C6E3DFE5 EEE3C2C1C0A4A6BBDDEBF3EFF1F1EFF1EEF3F3F9FFFFFFFFFFFFFFFFFFFFFFFF FFFFF9F9FFF6F1F6FDFEFFFFFFFEFDFEFFFDFDFDF4F1EBF1F6F7FEFFFFFFFFFF FDFEFFFFFFF4E3D1D4E8F3F4FFFDF6EADADEDFDEDEF7FBFEFFF9F7EBE3C7CCD1 EFF8F6F8FFF9E3C0C8F3FEE8BDA4C88B704837393A43398B92999D7E58594E42 200C0A100E25081605000000010E142E2C280B05020000000000020004040200 00010608 0A19140E170F0C19160A0C0F0E02211C1B1C120F02040C02080005060C081D19 363A2E39162031232C3C4F61627249625B675D4F403C376A7263594E494F4E4E 6FB8A34B3B313E597589734E431B23402C2E3F213A3F59312C2E282E694E2D09 1D2D2B6434241B1B201D1D2855ABAA84696F7B74776D4A7D999FA89F5558556B 86A4AEA4C8CDC9D7CBD9DEE0E0CFD3E1A9CCD3E3E3CEC89D8C857E88B3D9E4E5 F3EBCCD6DCC7BACEE1DCDEE5EEEBE1D4DBE1EBF8FEFFFFFFFFFFFEFDFBFEFFFF FFFFFEFDFEEEE4EBF8FFFFFFFFFFFEFFFEF9F6F0EBE9EBEBE5EBFDFFFFFEF9F9 F6F9FDF6F0E5DFB9D1E5F3F8FFFFF8E9DEE3DBDFE3F0FFFFFFFBF8F3F0EECED9 E3EBEBEBF8F3D4B1D3F6FEEED48CAAC0704F4D3F4247568BACBDAC889F7F5640 162C1B392A140C0A02000106021419232A3E0C0C080501000200000000000000 0000050A 101A171414191C1224190C1B0808081D2A0C0805081A210607050F08080F191C 3B39372C341D1B37203961615F625F63456F6F49343031446C82474E51555558 6FA4915B3C39525576CDB37A4D42494355553A34373448473E1D39496B472F32 41354C192A2A1C0C120707106D8C57684947626572748BBB94AA893F4E616CBF CDE19C91926672969DB1D2EFEADFEAD391B9B3BBB7B19A75948B8283B7DCEBF4 F4E3D6E3E5E4DBD6DFCFDBD3E4E9D3C0C5D4E5F6F4F8F8F9FDFEFEF1EEF7F9FF FFFFFFFFFEFBE5E8E4F1F7FFFFFFFEFDFEF7F3E9DCE1DDD4D6E3F8FFFFFBF7F3 F4F8F6E9DFD1CDD6D6E3E4F3FEFFF9EBE5E3DFD3E3F3FDFEFBF3F3EEEFF8DDDE E4DAD6D1E5EAE3C7D7F4FEF4DB9F95BD88673F475B4778ADC9B297ADB9BF7E45 372E171D2C2E190C08040828071B16313128200C0C0802010200000000000000 00000100 0F07060B000108190E140F0B08200F1D252A291D3925202316121D1C1D0E3137 2F313C394737331B1A3F4258585B6C6169616276332A4F4747694E433965554E 728376593B443F6389D4DB9F4F4D4F5659615B3F433E42493C3F373B72331B2F 200E301629232308070C01256D713911324E2B597D96B0997C6B493E3F56A4A4 C0C06C5B4F49758996A7C6EBF4EDD5887E73A8A6897582888394B36C96D3DCD7 C2C5D4E3E9F0E9DFD7CDC8D6E3E5D6B99CD7E5EEEBF3EFF4F9F7F8EEE3E4E5F8 FEFEFEFFFEFEF7EFE1D6EEF8FEFFFBFBFDFFF9F3E9E4E1D4CDAEE5FBFEFBF6F3 F0F3F0E5DBD1C9DAE1D9D9EAF4FBF9EEE5E8E3E4E1EAF1EFD6DDEAEEEBF8EFE8 EBDBC2D1E5EFF8E9DAF3FFF9E5B38BB7A97263554F6F8494CFCCACC0A28C6B61 4E22373B3B210A0F0A050205061B0C2A301B0805000000000100000000000000 00020200 0810070201020A2510140B16190C16190E1D1C1D2323371D141F1C1B201B282A 2E28232A2C2033142A313F4B5B946A516B6573784F3B344E725B555959624E4E 597E8B59334E47617FBDD6AC7C4B47585B624F45513F51442E4B444067336310 190E12081D20230F221B0F495A452F1D3F4F5F8387C1AD7D65592A3123877BB3 AE8E5B55333457786F97C6E1F7EDB7767E837E85896C707C67707B7B9A8CB796 91AFDCE9F4F3E9DBB3BDB7D6DAD9C5ACBDBDDADFDFEFEEF0F4EBEBE5D6DBC5CD F3FBFBFDFDF7F9F8DFC8E5F1F8FEF6F3FBFEFBF6F8F4E4D7C7B5D7F3F8F8F0E9 E1E4E5E9DDD9E5EBF1EBD1D7E5EBF4EBE3EBE9E9E4DDDDCEC7D7E1E9F3FBF1EE F8EAD1DCEFF9FFEEEAF7FFFEF6C5697CA4728C7369697FA0CDC9C8C088655B6A 5958514744250E140200000402000F12080B0402000000000000000501040000 00010000 1A0C0F0C0505070B0114080716190C0C0F0F171A0B08192217081B161624281D 2A3A34363931231D3421445B827A656F5F83B3A0553C314E526551515B63614D 5279837E47314E5B5282C6CE7E565B5169726F7362596161594B3F4B3C1D2328 2A0E1D1B1A282A1D2C14323B4A14111B474181A7A57F868443452E686B8E8BC6 8743281D1B395D818199D6E7EDD7D6706FA49DA87561756C897E698EADA0AD73 838CC5E9EADBE4D4A99DB5BDCDDEDAAEA9B3D9DBDEEFE9F1F8EBE4D4CDBD9DB9 D9EAF3F7F7F4F8FBE5DCC9E3F3F3EAE5E5E4F1F1FDFEEFDDC0ACBBDEE3E4E1D3 D7DCDDE5E9E8F4F8F9EBD1DBD1C6DDDCDADCE1EAE1DBCFCDCED3E3E9FBFFFDF0 F3EBDADDF4F9FBF8E5F1F9FDF8E475627899B397AC7AAFB3B7A897D4AC5F6159 617F6C4B2A2C1B0A0401000002020F160E020110000000000000020100000000 00080200 10080B0605080B100F0E160C0A120C0C0812201F29371A2F1A161D1B200F203B 1931453C3423211B2C3F4B4E8278665B6A8C9D92722A37474965787263889158 4B6C73613F51555B7273B1D7A46347616C89AE8C5B767B765D63564B4E1B0C17 1920241D3331332E0F25505461455A3F758E93887D574D4A3F3E335B6F84A897 7A2A2333104E52687F92B0DBD0D2B0708C96A3976956626C836C8FACC8BB8473 799AD7DBD3D9F5C7A48BB8C6E1EAEBD19CB1C7BDCDE4EAF3F8F0E3CDBD99A2A9 D4DBE5EBEFF6F7F0E3D9CDDBDED7D9C8DAD9DAF1FEFDEED1C1A0B2D4C7C3C2D9 DAE5E4E5E8F4FBF8FBF9F7D7C6CCC5DDCDC3DBEBEADBD1C8BBCCE4F3FFFFFEF7 F4EBC9D6EFF3F8FBF4F8FDFFFFF49C6F85BAD6CE9A9FB5A9B9A292B5AC846C67 7A6F765D2C1916100A0A0402080E0706080C0605020000000000020000000001 00010000 0F1416050E140C07140C0C100C0B05250712142519190F0E0A1B120A1B232820 202E14313E2321202331444F5F706A5F8FA688795D4B483A5255585D78A0977F 515B75453C6265696272ADD4D9914B697AA8B3A89D7A7C8E73736658582A1908 142E202A3944391219434954655077729787697A6D6D6A4E4D615A47628C887B 712A28374F685287869AB7D59FC2A461668BA26B6561526C735972A8BFA4887B 6CA0CFC9BFE4EE998CA3A8B8DAEBF8E1AD9D84B2BAC5DEEBEBEBEABD939F9AB1 CDB5C5DEE5EEF1EAE3D1B3CDD7CDC6C6D1BFDAE4EFE5D3C8C8C599AAB9BDA0BD D1D6E4EAE9F7F3EAF4F8F8DAB7B7C6CDACCFDEF6F9F1E5D3D4E3EAFBFFFFFFFB F4E9C7C9DAE4EBF9F9FDFFFFFFF394728288B1BFA0AEB1C8C98CA6B3BAA08E95 7992854F4D28140C070E0A050A060A1407070C07010000000000000000000000 00050100 171B25201A19220E0F1B07070201080C07190C1B201D1D332A08040A051F2114 1929232A333E2C162E31485F69786978AFB5AE734F516A6B4B554E4573AA9683 7373704E4B485F789195B3D4C9A2786C61ACBFDCA07B929FAC92556A724E2A0A 16231C231B2C4B235A5F7D52758C8374714D52457C7569757D525C675984886A 5C3B3C2C757F7FA28BAA9D87A2A89C7E73ADB77E5D617B896C616193AC94927C 97B8A0ADB2CFD98F95A3C8D1C3E3F8F7C88B8EA3A3B7DAE3DEE5E9C89A7E72B3 BBA2C5CFDFEAF0E9D1C5A4A3D1CDB5C7CFC8D1DFE5CCC2D1C0D3ACAAD1C9C7B5 B1B8BDC9D6E1DDDCE5EBF3E8BFBBCDBDCECCE5FDFFFEF1D6C9E4F4FFFFFFFFFF FDDBB3ACD4E1EAF8F8FDFBFEFDE18C72525D8391B8D1DDDFE1CDBDC5DA9CA6A0 76725F403F1D422A1D1D10100E070F08080F0201040100000000000000000000 00000000 1A160E19140B160C1C210E1707060A0A080810210F1B12161B0A0C0C1B250F31 251D3C454B3E34172247584E5F72696FA4C8AC6F554967654D443F4269849D69 697F956A47596C73A8B8A9CDB59D6F7883A4DCF0BF99A2B5BF88635B6C5D3119 281D2228342E7582786FA282837A6D652D506A337A68374B4B3345596A61546D 282E3E458493928882A48B7C778E8C5F979A7385676A9589795972B5BDA4899F BDA08883A9E4CC88A3C7C8ADBDD4F3FBD98395859F99D1D4B9D3D3B384797F9D 9CA4A9C7DFE3EBE4DAC5A3AEC0CFBFA893B5BAD4D7D3C8C3CDBDA3B1D1E1D3AC 948BB5BB9DB7C5D3D6DAEADAC8CDC2BDCDD9E8F8FEFDEADCCCD1EFFDFFFFFFFF FFF1BD96B7DBF0F7F7FEFFFEF8CD937E666F729CAFDAE3E3E3E3A2B9D9B9AC7C 7E5B594B3731403930202C1D170814160C0B0A02080200000000000000000000 02020001 0B0F100A0506190405060502140A0C0F210E1B1712170C140B0C020816231A1B 2C342C39422E2A243347446556496B6292C8BA7A4B4D633C4245444855699483 885F857842476993B3B7C6DDAFB18F7B91B1D4EBDCB982B2CCAF796167553C3F 232A3130346292929C9D9F7D8E4F474E4D3F3C334C574B5651442E336D654C4E 5D4F6B9F978759749F9483745B7D8E968C7E8875597B9CC08B6A7BAEE1C092B1 C183898FE4DBCD96BDC6A27AC8E3EFF1E3C1A98EA882BBAF9FB3A0BDA4739C88 8CA9A4C8DAE1E1E8EACDB1AFC5DAB3A0A3A4B2CED3DCD3C8C9CDBF9FCCE5C59A 7C7A8C97B5A9B8D1DADCD3CDC6A8C5D9CDDEEFF9FEFDE9C7CDDEEEF4FDFFFFFF FFF8C0A9B7D4F3F6F7FEFEFEEBCD7F728270699ACCDFE5E8E8DED7E3CFAD856C 624B6B3F3C3C2F313C332C17421C1C0C05010200000000000000000102000000 00010200 020804070F07050402011C020C04170F0A1005061F1905040B0C060F0E1A221F 2F2A21392A2E231D23474B585F5F585F9DD1E1AC4F48696C524D5F495F78919A 99737E5551434B889FC8DCE3D1A6AE8E78ACDAE5E4D1B9B3CFDF9D6F72626152 4B4743627B7B9C8B8E898E6D4C524A3F1D1D2414233C494E593C443F3F2C306A 5F86B1874E785B7DA39D846A74708E9A917B70786172CEEFD3A89DBDDDD1B3A8 C7994FC5E0D5BAC8E4D99DA3B391DCD9C9B2B9BDAAB7BF8491939FAEB39D8B94 9C8FA6C9D9DEDCE8EFDDCDA89CC5C8A899A6A6BDDBE1CCD7DFE9D4B7B1AFBA95 707679789A9AC2D1D7D9ACB5B2B3CDD4D4DBEBF3F8EBE1CFDDF1FBF9FBFEFFFF FFFDCFA4ACCCE9F4F8FEFFFEF1BD8F8C73637E89A0DFEBEAE4EFF0F0CF8C7383 67586A554F2E3F3134473F2E3F222A0C0C0A010406010000020000060E0A0101 00000401 08100A041004050519060C0E100B1B14040808100F140C060C0F0C06080F080A 2A1C0C39402812241D305258516B5B6282C6DE915B52847262555F55755F8EAC 917C786F5B44555F95CCD9D6D9D4DDA2889FA3E5EEF0E8D1D1E3DA91678E9A5F 55514D5881947583887287826B1D172E231C1D17292A424F515F5B3656485599 ABAE6A4B3C333C514D9AA28C757AABA8AAB3ADA7A2BDEAF9FBEBE6F6FAF6E5D9 D8AA8E969D847EB7D9BD8E8B7BB2ACA8948B9A9A99929788635D9392B797938B 8BB3C6D9E5DAC9D7DAE4C5C0B5B5D7AC9194A8B3CDCCCED3EAF3DBCD8F7F7E88 927E7B838C9DDBE5DBCCB9B2AABABBD6E5E4EFF9F8EFDFD7E3F8FFFEF8FBFFFF FFFFEAAAA9AED3EBF6FDFFFFF8C8A2A899755D798BB7CFDBE3F1E5D4A0787559 555B4F52554231203C293136200F251F1C0E0504050001020804080001020002 00000502 1D060C0508070C050C041019120F0B14120F0F0C0F05051214161C080F100C2A 1D2C0A1F3C34191A1D2C2E5B6C61626C8BBAD78C59528F625F614E516C7B8C99 AC9683826745516191B7D7CDDCE8EBC98C9DA8E3F1F9F9EED4DDD49172707E83 5F554544677A7C83718E716542291C21292308162C284452515958484B4E7391 A29248423A3B494F5B4F595B39429FA7AA9DB0A49DCAEDF7FDFAF7FBFBF7DDE1 D4B36791AA6375D3BFA8A89A76828882637B7B6B8891898F6C658397B38B9FA8 8B85ADE3F6E5CFB8BDD7BFAEA8B1CCAFC09188A0C7CCB9BADDE9EBD68F847E8F 7E7C927A999FB8E9E9E3C8ACAEBAD9E8DBD4F3FBFBF8EAD4DEF8FFFFFEFBFFFF FEFEE5C8BB94BDD6EBF8F9FFFDF3DBC7C18C626B658B94A4CDDDCEAC757A7579 6A5263594F6142220F17201B222A313B2A100500080105040100020005060C01 00000401 1B061B16230508070501040205040B0C0B040A0205040C041016060C0F160F1D 161D142F2A2F31302F3A3058626A625D8EA4A89159636C7E754E595B4F5F849A BD9F855F6151596C8CCED4C9DFEEF7E3A37896DDEBF7FBEED7DBD19176697891 91763F444F777A7C4E55445933333C25161A29221D3347436F828378726B6F92 92313F2A2A4251474043614442699D99968E9FAEBBC7E4F6FDFDFEFDFAF4F1D9 B7AE8C9D9C6A92E1C9B79C73736A706F616C637061759466696B788CA0C1B19D AA8595BDDFE5CCCECEA8BBAC8CA6CCCFB5ACAFA4D3CEA9C2E1EAF4E5BD917FA0 8894A0AA8C7BAAD9F0F3C792B3C5E9E5DCCFF0FDFBF9F0DEE3F7FFFFFFFDFDF9 FBFEF1DFCEBFA8ADCFE3EFF8FEFEF3E3DC9273665588889A94A3A87C789A6692 8378736779615147172C1D201D303A2A1914190C0201080600000A06080A0700 00000107 141F1D100F05020407080A0C16050704120005080202080B0B0C10100C2E2016 201C1C2C3A3E231D2019344B5B696C6F5863736C474B5B755F5B524B7A766C8E 91969D8C6A3C596F8ED1C9CCD7E5F8F0BDA29FD4EBF8F8F8EBD3C0B9836C9383 8C7C554E425D42445855565B5551394B3C28393E394D4F617CA9B98C76695258 5F594B2848585B513F49523F586AAB8B6F8CA7AEA2C6E7F6FAFEFEFEFBF3F4E3 CA9AADC28882A8DBC3BFC98E757E6C5B6F6251588EACA991736B838F8FB3A897 887B9175B3DADED9C8B8A8B9A883ACDDADAFACB7D4C1BDD1EAF1F9F3DA9C91A4 B9AD91BDB98285B3EEF4D49FA0B5DFE3DDDAEBFBFEF8CDC7E9F8FEFFFFFFFEF8 F8FEFBEEDBA396B2B7D9E9F3FEFFF6E9DCA86F58656676ACA3A093959DAD9C93 7282756A72614F42474E2E312314291B20050816020105000100010200000000 01020400 1916081D0C1408140C071D0708141A0C10060F100B14050C0B0C0C0B161B2816 16192F25334333281F3C2E314F554E6359706A6C4548676F70736A797A887B66 8CAA8B826B454E6694BDCED4C7DEEBEBDDB9B8D3E8F0F8F9F3D6CCC0A6765B7B 8C65654B3E4B42554E62675B586945553149332A4B4B527388B1B79465454758 5B6658373F61623F4B5249516C69976F757A93B794C0EEF6F8FDFFFEFBF6F9F3 E0A9BACFA8A9A9E3D8BA827E7C768B85736F676199B3A8976F8B7889B1A2A888 8E7C7B8BAADFE9F4EAD49AA8A2A8C2D4C3B7BFC9D6C3B7C1E3F1FBFDE3CDC3D4 DFE4E5DDD4C88FA4D4DEC9A8B5D4DEDFD1DAF3FEFFF8DDD9EBF8FEFFFFFFFDF3 F1F8FBF1E3A8BAD9CDCDDFF6F8FDF1E5D4A96F62627C96A89D8B6383B5C0A082 7C706B7B6270554E4B4E483B120805050E060710050000000000000000000202 00020100 0B1F0F0C0A0F0E141C0F1B080B02081608080805000F0F08080506041C0E1719 1D332939392323281F22374B4E7070627B92696F4E5D665F8E7E6A917CA8AC96 9197B3894D554E5B72A8D4DDDADCE5EBE4C3ACC5E3EEF1F4F3E3D9CDC8957665 63665F4D614244474F6F4E7B6C6C676358584E425856598294A394835558334B 666A7278555F5B4851425B4F4E598E706D7F88A3A7CAEFF7F8FBFFFEFDF7F7F7 A6B8D4D7BABACFDECEC1667C89797C8B91926C8B8B88A2796984ACB5B1A0AD8B A0A0888C93DEEFF9FEF3D4C8BDC1BFCFD6C3D3D7D9DAB8AED1F0FDFEE8DBDDE8 F0FBF9F3E5D4B8BAB2CDCDC1CDDEE5DBC0DFF1FFFFF7D6D7EFF8FEFFFFFFFDF0 F1F3F8F6E1CFDCEFE1D4E3F8FDF9F1EBDF918C735B82A2B88B6B7A758EB37B69 6C5D69676C6C3F52443F373B1C0F0508020F0C06000000010500050000010602 00000201 0A1C0F080C08100F0A070505060708160F1017161D0C1A081208120C0F0B140F 0E291D2323250F17372520474B6F5958677882884D6C796C7C736F7EB7C5BBAF A4A89D9D784E4B5F6B8FD4E8EBEBF3EBDDD99AA3D3EBEFF1F3DFDCE1DEB7BA82 735F56785F5B554551615988829572727355445B5D5B556B728BBBA0726F3C59 5B6C9D88886A4056514567737844837F626A7D8BAEB3EDF8F7F8FDFEFEFAF4F2 BAACDAE5D9B3ACABA262556F6F95ACA4B8C0938E738982788B82A9C6B3B5BFC0 A08BA08B97C2E1F1FBFFF7CDCDC8C3CCCFCFD1D9E8E8D4C7B7E5F9FDEAEAF3EB F9FFFFFFF8E3C2A9C8DAC2D4D9DEE3D1ADD4F0F9FFF9E3D4E3EFFBFFFEFEFFF8 F4F9FEFFE9D4E8F9E8D1E5F8FEF8F8F3D6B2A86A5F6691DFB76572889988736F 4F6975615951474B434E202F190C080101050608010000000500000000000100 00000000 040F080C050B0A17190C001F060F100502081B161A16160E1D10140F0C140B16 0C1B25221D17192A2530313C4B6955565B7675654F474F6B5B7E5F73ACC2D1C1 8895ACA682594F4F85A8CDE5E5EEF8F1E4DFC3A8C0E5F3F3F7DFDBE1E5DEB99C 7E7269726159474F45495D587EA3899C72796C6162634B4E618BACB2C5885F5F 47678BB9C9754F4442616F7E6C4D8B778670728E9F9CE0F4F6F8FEFFFEFDF7EE C0AFD3F3E9C678A27E55555F75A49DBDD1D9DABA97838892728BB7B2D1D4CDD4 C5B3AE968BA3D7E9F3FFFFF3E5DCD9C9C8D6D3DBF1F6E1C3B8E9F7FEF8F8FBF7 FBFFFFFFFEFDE5C7C8D3C2DCEBE9E4CECDD1F3FDFFF8DBD4E3F1FEFFFFFFFFFF FDFFFDFEF3E5EBFDEBDCEEF8F9F3F4F7DDC1B17A6F5891B3A68E85BBCDCD9C69 6A594B583E424249473F3B2E0F200F0805020C07000000050400000000020000 00000204 070808070014060A080B02100C0C070C0B1420070F0B1B0C0C16160510210B12 0817162A310C2C312A2E313F3E3C5D4F44757F73473F5551669D88A6BDCDDDD7 BAA4C1BB836F5F5B7279BADAE5EBF9F8EAEBDC99BDDCEBF0F4DAD1E5F0EBD3BB 8C82926A73736B584D5B4F598C94B3976C847B735B49553B4795B1C1CFB39261 666665A9D7BD695556588B8E5155897B7C69685984A2D4EBF2F6FDFFFFFEF6D9 CCA0D7F3F3BD8885737C6A557994A0AED9DDDBCDB1837E9188BDD1D9C9D1D4D4 BDC6B3A29FB2C6D4EBFDFFFFF4E9CEC1C9DEE3E8F6F8DDB9D6EBF8FEFDFEFFFE FEFFFFFFFFFFF6E3C9C9D1DFF1EFEBCDC2DEF4FDFFF3D3D9E3F1FEFFFFFFFFFF FEFFFDFFF8E3E5F8FBF7F8FBF8F4F3EFEFD6B3A476528EB2999CA3C5D1DDC36C 69676B59566F424B614B34201012141D0B01070E0C0200000000000102020000 08020000 100B0E10040C0206050A0C0C070F0F04010F0614100F080C1D1B1A161D0C1607 0B191D312A192C2C47473C3F454F617056566C763F3A4B4470A4C08FA2CFDFDA C8B8D4C8B38244565F7A8B9DCCD9F3F8F3EBDCA0BFC7E5F3F3F0E1DFF4F8F0CC 9788838B7B6C845B4B55516B78A8C18FA0938E9D8470584B556393BDB9C9C7AE 957E8C96D1C878624E617B6C5F5B83968B7F83727A83BDDCEEF7FEFFFFFFFBE1 C8C7E1F7EEC199A39D97656C6B84ADAAB8B9D1B7A8A6959CB3D1D9D4CCDAE5DF C89AD1C6A3AFCCD4E3F7F7FBFEF4CFB3C6E1E1E3F7FBE8D7E4F8FEFDFEFFFFFF FFFDFBFDFFFFFDE9D4D4D9E8F0EADCBAC6E3F6FDF8E5D4B7CCEEFBFFFFFFFFFD F7FFFFF9EBDDE5FDFFFBFDFDF8F9E9E9F4EBC9976A6965788FC0CFE1DEC8BBAC 66758E7670482C33445B3C10160B0B0F06080106070505050000000101040500 05000000 12230E070C0C040801050C161007080C01100C10051D1D10100F201914060A05 190C1D3631282339423C4D474E5D69886C655B5B724F425B78AEBD949CBFDCE3 C6CDDDD4A25F4F5252946F84A4BDDCF6F3E5DFDDAAAADBEFF1FBF3E5F3F8F4CD BDA095887B8876666C4B4B5F5D75929D8E8CB79395996F593F557BC8DBCEB8DF D1BA94889A7983624B7888727272A38189824D6A596496C1EAF8FEFEFDFDFFF4 DFDEEAFBE3CDB9CCCDAC8579738B97AFB794A8AEACCDC5C0B1CCDECCB8DDF3E5 D4ACC1B8B8BDC1DCE4EFF0F8FFFEF0D3C0D4D3DEF8FFF9EBEBF8FEF9FBFEFFFF FFF9FBF9F8FFFFEBDFE5E9F8F8F1D3C6DEE8F1F8F8E8D9C8C8E5F4FFFFFFFEF8 F1FFFEF7E4E5EBF8F9EFF0F6F4F4E5E8F8E8BDB5826A846C7EC0DCE5D7CED19C 82A99F85784F373744472A1404050101060E0105040000010100000100020100 04010000 040C080A0F1D050F1A1401050720040B050F080C0C0C0C212A1A33281C1F0501 07010516242319332814313E614465A6835855565B47585278B3C8A894AED9E8 E1CEE3DFA85B56525F738B95A2BDCEEAEED9DEE4CDC1A3D6E8FBF6E9F6FBFBEF D1C0C89C8282706655625B4F666183A28F78ACB2A98C8C855D7A7EB3DED9D3D6 DBDFCE9C9F7A7B78788465856CB3B3A39F8B708B627888A8EBFEFFF8E9F9FFFF EAE1F4FEE9BDC1D3CFBB9A62698B8BAAA0C6CCBFC5CED1D3D1E1EBDDD1DEF3E4 C3BAC6CDA6B5D1E5F1F0F3F3FBF8DFC9D3EAE5EBF7FDF8F8F8F9FEFBF9FEFFFF FFFEF6EFF0F9FBF8F6F0F1FBFFF6CDCEE5F1F3F9FEFBF1D4BBD1E9F9FFFFFEF8 F8FFFFFDF0E1EFFBF4E5E5E9F1E9E8E3EEE39A9CA2937A758CBDD9D9B1C8D4A8 9AA69D734B5958303F3C250E0B16080E10010501040000040100000000040100 00000000 0F0A190C05170B1D060600010E10020C0417080610050107192A101A120B0716 050508191C101B1A201928374B5D61657C4E4B5B594B675B728CB7AE6AA0C9EF DFD1E4E5DAA84F4B7265838EBDD6C5DDD9D1D1E3E1C8B9C9E3F6F7DCEBFBFFFD E8E1E3D3B87582916B5B63635B5D897E8C8E9A9D97B8B9AFA07E6994C8DEC7AF B8D1E3C188ADB2B5BDAC91738BCBBDCEC3A38C8E949688BDF0FFFDDADCF1FEFF F8EAF8F9F1D4CDC8ACBB837E7A628B91AFDCD3CCD1D9DDD1DAE9F3F6EAD7E5E8 D4B294C5BDCDDDEBF8EBE5EFEBEAD7D3EEF0F3EFF6F8EFF6FEFEFEF7F9FBFEFF FFEEEAE8EFF8F8F9FFFDFBFEFFF8CFD6E5EEF7F9FDF9F7D3C8D6DDF0FBFFFFFD FFFFFFFFF9E4F1F8F8F3F0EBF4F1E3EAF1EFD4C8D4C7796284B5DAC8B8D7DCB8 9AAA785B565F614017101B080A0502050C1200020101060E0C08040400000201 00000101 000514060614081B0B25080B0F06080C0404050B050B05060830081C0A19080A 050B080C1B281D12230B2F42495F584F674F4B404D4839375B78A4967583B3E8 E5D1DDEBE5B77A52598C99B8DFE8D1D1DACDBFCEE3DAE4DEE3F4F8EBE5F9FBFB F4EFF1EECD9A7B697E5B666A5D657282896A9DADADC8D3D1C7A28878B3D9C8AA 9CC1DED7C6B7AFD9E5EBDBA6C2BDD0D9D6D2A8A4B3A796C9F5F8E5CDCFD7F7FF FEF8FDFDF7DDD3B1AEA88E73797A7691D4E5D4C2C0D4D7D1E3F1FBFBF9EEE8F0 D1AEA0A0BAD6DDEBF3EBE3EAE9D1D1EBFBFBF6F1F9F8E9F1F9FFF6F1F3FBFFFF FFF0DEE8F3F9F8F9FFFFFEFEFFF8E3D1E1EBF7FDFDFDEBD6C3C8D9F0FDFFFFFF FFFFFFFFF9EAF0FBFDEBEAF3F7F8E3E4EFF8E3CDEBC99A7C6B95C3DBDBE3DAB3 9AA0765155595B3E240F080505020C0605060508010204060205000100010502 00000101 0504081002070C1F0C2119080C0C08050F080A0B081601080707141D050A0404 040F0F16223B1C122223212A4B3F2F3B4B40555F553937224988A27F8C7CB8DF EBE5D7E5DCC7726F70919FD9EBF3E5E1DFB5B8C3C8E3EEE4DBE3EBEEEAF1F8F9 F4F4F9FBEBA99C937A5F6C5967624E5D73739AB3D1D6D4D6D4C7B2A8B3C5CCBD 92C8DBDEE1CCD1D1E1EBDCDAE3C9D3E9E7D6BFBD9A9FA7CCE4F3D6B8C0D4EAF8 FDFDFEFBF8E4CEC8C2AEBA827E7C8FA6CFDDDBBDD1DDE5E4F0F9FEFEFFF8EEF0 D7C9BD9AAFC9E4EBEBE3E1E5E5CFD1F0FEFEEBEBFBF6EBEFF6F8F1E5F1F9FFFF FEF1D4E5F1F8FDFEFEFFFFFFFFFDF3DFE5F3F3F9FEFBEEC6C1CFD9E8F8FDFBFF FFFFFFFFFBE3EAF7FDF8EEF7FEF7E9EAF0EBD3B9DFDDA36F617882ACCDE3E5CC B87C705B444748221C06050608050C0408080102070600040100000000010506 01020500 19060B060E0B040A231D240F080B0A1B080C0A08062310170F190F161908020F 08080A192A28243016312034393A3F294D4031443F2A2E284B88AFAF7E72A4D4 E4E8E4E3B8B26C6273799ACDE1EBE4F0F3DFD6B9B5DCF3F1DFDBE1EAEAEAF8F9 F3F6F3FFF8D6D4C9917B725D67485D586F7B9FBFDBE5E5E3E3DBCFD9DEC2B9B8 B7C7D9E9EBEBE4DADBDADDDFE3E1DEF2F7F4DEC7C1B96FADF1E8BF898EB7DFF6 FEFEFBF7F4E8C7D1DBDAAF82A6839A9591ACBFD1DEE3EBF0F0FBFFFFFFFEF8F8 EFDDCDC6C9D7EAEBE1C2C6DDE3E5EBF3FFFEF6F4F8F7F3F6F8F8E3DFF3F8FFFE F4E5D7DCE9F3F8FEF9FFFFFFFFFFF8EEF3F8EBF3FEFDF8D9D7E3D9E5F4F8F8F9 FFFFFFFFFEE9E8F3FEF9F6F9FFFEF4F3F3DCB7AAAAD7BD796673918C9CCDD1BA A47972524B371D191A050A080C080E08010406050F0700020002000000000105 0001010A 1B060C060C080E071D17121A210E1A28121F0B1D0B0A20230B060C0F0B120B0E 1719011A19170E1F1A14141B162A372C3E3E4449403331334979A48F938C97C5 E5EBE8E5C87B6778586991B3DDEBEAF4F8F7EBD3D1C8D4E5EADDDCE5E1E3F4F7 EEEBF4FDFEEFE5DCCC936F6C5F554B4B8866ACC3CFE5EBE8EEE5E3EBF3DFA983 9DC5E1EBF3F0F0E9D4C2D9EEF2DEDAF6FAFAF4D5938C8ED9F3E391697B99CFEF F8FEFDF1E5DBD6E1EBEFE8D1BDB1B2888FB2B3CEDBE9F3F8F3F3FEFFFFF8F8F9 F8F8EEE3E3E8EAF3F1C8BACDE3EEF3F6FDFDF6F8FDFBF4FBFDFEE5CFE5EEF8FD F0DED4E3EBF3F8FBF6F8FFFFFFFFF9F0F7F8F3F4FBFEF6B2D4EAE8DFE3F3FBF7 FBFFFFFFFBF3E8F3FDFDF7FDFEFEF9F9F8D4A49DB5C6C3AE7C75ACC8A494BAAE 798378555944280F140F04060F0B08050205020512070B040002080400050200 00050502 070105000808210F0B0F1B291A08070C20251719101B1C190A050E190807040C 0F05050B0C0C040E1917230F282E1D372A373E3E452E374247588389C0BDBBC3 E3EFEEEEE9966A786C656FA3D4EAEBEFF8F8F1F1E1CEBFC8E1DED4D6D4DDF1F3 F3F0F4F9FDF7EBF1D497956C5F6A4E617A7597A3D1EAEFEFEAEEEFF8F8EEAE8F 7EA6D6E3F1F0F4F1D3C9DBE8F8E1E1F2F9FAF1DEA897C3EBF4D47E514E6995CE F6FBFEF8E9DBDBE4F1F7FBF8CFD6DDC89596C8C6D7EAF8FEFBF3F8FEFFF7EBF3 FBFEFDF3F3F4F3F9FEF7E5C8E3F8FDF8F3F3F3F7FBFEFBFEFFFEF1DEDFDCEBEB E3BFC5DBE4EFF8F8F8F9FFFFFFFFF6F0F4F8F8F9FEFFEECDD6EBF6E3C8E3F0F4 F9FFFFF8F4EBE3F1FEFEFBF8FDFEFFFFFEE9C7A8A9CEE1DFA27997DED1B7B8A6 84916F5B55392F160C0F0405080C0B07100602020B0A0100050B0F1000020200 00000100 0B0812140404050110080E120C0F0B02250F311719121D0A1217120C0410000A 0E1420190F040C2E1D1B141A283444391D55393C4B3C2C344E4E5579B7DCCDB9 D1E5F3F3E5AD8C78825F5B76A6E1EBF7F9FEF4F7F6E1CEBFD1D1C5B2ACD6E5EB F3F7F6FEFEFDF9FEF4C1917B785D5B6B567878A3D7EBF7FBF7F3F0F8F1E5CE75 828CB3DFE9EBF7F8E8C7D1E1FAF6F2E6DAE4E8EAD1D3DFF8F3CE91725B4E66BB EAEFF9F8F3EEE3EEEFF4FFFDF1EAEBE1C0A48BA4D4E8F7FDFEF4F8FFFEF7E9EF FFFFFFFDFDF9F7F8FDFFFBE8E5F1FDFFF1E5E8F6FEFFFFFFFFFFFEF3F8EBDED6 CE8C96C5DAE5F4F8FFFFFFFFFFFFF3F1F8F9FBFFFFFFF3D1CCDFF4F4DCCCC9DD F4FFFEF7F8EFDEE9F7F9F9F9F9FEFEFFFEE8C1BACDE3EBD799707FCEDAD7C8A9 83795F49443A1B1C1404020505040C080E071A000E05070C08080B0E01040100 04020B04 1608060704050C0A0A0C100523121D14190602012319191908202E2A0B0E1610 191D1D1902040F2A31251D2A1231443E1F28303F33363C3C4B4F7379B1E1D4A0 B1D4E3EEE4C87F8C8B51586B9ACFE4F3F9F9F3F1F3EAE3D9DBD4A0A9A4B2D4E4 F1F8F8FBFFFDFFFFF8E4A4A49A8B5F51556C629FD1E9EFF9FBF8F6FDF3E3CCA2 8C91A2CEE3EBF8FBFBD1D7E4E5E5E9DAC3C8DBEAEFEEF6FBE8D4A862625B6BAF BFD1E9F3EEEEEBF1F0F4F8FBF7F7FBE3CDC591A4C1D7EBF6F8F6FBFFFEF3F1F6 FFFFFFFFFFFFFBFBFFFFFFEEE4EAFBFFF8EBEBF8F9FBFEFFFFFFFFF9FEFDF1E9 C19DA3ACD1E9F4FDFFFFFFFFFFF8F3F8FEF8FEFEFFFDF1CFC8DAEBF3DFE3DDCD EEFDFFFEFEF7E3DEEEF8FBFBF9FEF8F7FBEAD6C9E5F6F6DDA26772A2CDD1A99D 695859402E3C2C0F0C19100A100B14141D12050C1B07080802020405010C0C01 00010502 010505050A0A100C080C0A0F210C1D0E0B0A02050E1D1F1410140F1914191D20 0F0B0C2A010C1B220C16140E16443C3F2A2337443F2A315D5552737EB9DDE5CE 83AABADDDFD388918B785D628CB5E1EFF6F0E9EBF1F8F3F4EFD1A4948CAED3DD F0F8F8FBFFFFFFFFFFF3C8BF9CA87966585B6672BDE5E8F7F8FBFEFEFDF1DFD4 A47FA8C8DAE5F8FBFFF4E1DCE4EEF8EFD4D1DDEBF6F9FBF8E9C8A98862799395 72A0C6DCDDE3EBF3F3F3F4F8FDFFFFF3D4ADB3BA9FB8CDDCE9F3F9FFFBF3F3F8 FDFFFFFFFFFFFFFFFFFEFDF6EFF4FBFFF8F3F4FBFDF7FDFFFFFFFEF3F3F9FEF8 DAA984A4C8E1F6FBFFFFFFFFFFF3EEF7FEFEFDFBFFFEEBC2C8C5E9EEF1F9EBCF DFF7FFFFFFFFF7F3EFF7FEFDFBF3E5EAF6F7EEDCE5F8F6DB85726B7EA09D9593 73614B3B241619060F060B120E141B190C281916170B05081706050001070C00 00000000 05050C160C061D08170A0F0C12080C140C07070C080E141406050C0C140C0F0C 040405060A22051D080F1F22202A434833332E3A2C203E4951765B6A9FD6EBF0 B3AAA8C8CDC8A88B7F73736572A2C2E3EBE8E3EAF3F9FDF8E5E3C7A482A6C5DB EBF8F4F9FDFEFFFFFFFDE1C9D6C396915F667882B7E3E3F1F3FBFEFBFDF4E4DE D3CDADB9DDEEFBFDFFF9E5DFE3EFFDFEF7EFEEEEF1F9F8F3EBD1C2AD96AC9A8B 7A858CACCDE5EBF4F6F3F0F4FDFEFEF9E5C1C7DAD9D1A3BDC3D7EBF3F0F1F6FB FFFFFFFFFFFFFFFFFDF8F6FBFBFDFDF9F8F0F9FEFFF9FBFFFFFFFDEEE3F3FFF7 E59773A4C3E3EFF8FBFEFFFFFDEFEAF8FFFFFEFEFFFEEEB5A9B8DFF1FDFBEBE1 C8DFEFF8FFFFFEF4F3F4FDFFFDEBDEEEF6FEF8F0F6F9E9B37E5F588E757E9372 47432E1D1422190A1B01172A19160F1B140C121A0B050C141F04120408040101 02000000 0A08160E0E050F0C020B17060006050C161214020002010405040C140C080A06 0614230F0B162319142A0C213A2F31494E3F294B2E1D2A3F3F4E566F6CC9E5F0 D7C2C2BBBBB8A08491738266627897D6E1E3DBDAEBF4F9F8E8F0EECEB3ADACE1 F1F6FBF8FEFFFFFFFFFFFDF8E9DDD9A4888351699ABABADEEEF6F8FBFFF3E5E4 E9E5CED1E9F3F8F6FBF8F7EEE3F3FDFFFEFEF8EFEBF6FDF3E3E3DAC7B7D1B79D 888E737FBDC2D4E4F0F6F1F3F8FBF8F9F3DDD9E8EEEEDAB3BBC0C0DFE9F1F9FF FFFFFDFEFFFFFFFFFFF9F7F8FFFFFEF8F4F8FFFBF8F9FEFFFFFFFFF9EFF4FEF6 D99F998FB3E1F1F8F9F9FDFEF8E4EBEBF7F8F8FFFFFDF0D9AABFE3EFF7F0DDBB C1CDBDDAF3FEF9F1EFF1F8FFFEF7F3F3F8FFFFFBF8F3DA8B6C55586670786161 391D221D2A2812161917160A161F0E1C24140C041000070C0C04050105050F06 05060500 040E25161A0E060F0402010408040B100C1A0C040C0708000816120F0E0A0605 0F10141B2829220E1916102829341D232A30232C3A3719374348486182C5DAEA DED1DDD3C0A8BBB5958479587A838EC7DEDECDD4E5F4F8F9F3F3F8EFD4C3CDDD F3F3F8FBFBFEFFFFFFFFFFFEF8EEF0D9926258655FA39DC8DBE3F0F8FFF8EAE3 E9DCD4DCE5F7F7F4F3F1F7F1D4E3F3F6FFFFFDF8F6F9F9EED6E5DFE8E8E3DCC2 B7A492827B82AAC3D6EEEFF3F8F9F1F3F3E8D1E5F6F4EECDA892ACD4D9EAF3FD FFFEFEFEFFFFFFFFFFFEFEFEFFFFFFFEF1F8FDFDF6F8FFFFFFFFFFFFFEF9FFFE FBD497ACC7DBF0FDFEFEFEFBEEE3E3DBEAF0F4F9FEF6DFC3B5A0B5E5F3F1E5C8 BAB7B3C5D1EFEFDCDEE9F8FEFFFBFFFFFFFFFFFBEBE5CCA37569664E616A524B 312A1414222A0F2E2C2C0B17191C161A21331905070404080C12020C04020504 00040700 0B0F1A19050C070F0514100F0B061208080200020504020001161C1905070500 0F0A04082A2C160F0F14160E0A1A12311D193131422E233C2A4E405B92B7CED3 E4DCCED4CFAAC6D18F7F7B7B6967A0CDDFE8DBCDE3EFF6FEFDF8F8F8E1B79FB1 D7E5F6FBF8FEFFFFFFFFFFFEF8F3F3EBAF725269758B9FC8C3D6EBF6FFFEF7EB DFDDB9D4E3F3F4F7F8F3F3F1DFD1E9F3FBFFFEFBF8FFF9EADFE4E3EAF3F1EEE3 DC9F918C737288A9AACEE5E8F6F7EEEAF0EFE1F3FDFDF8F7D1939DA8D4E5EEF1 F9FFFFFFFFFFFFFFFFFFFFFEFFFFFFFFF8F7FDFDF7F7FBFFFDFDFFFFFFFFFDFF FFD39CC3C8DDF3FEFFFFFFF8E4D6DBDEE4F0F4F7F8F3D1AEAAA4B9DCF6FDF6E8 CDCDD1B9C3D7DCDBB7CEDBF1F8F8FEFFFFF8F6E5DCBFC9BDA38F516978676C44 2A37212C16231C1D2824061D0E0F122231210A280B120E140C060502050A0701 04020200 1010000A050C05050400101905040E040705020F051F08050508121A2E170C05 19050819231C312A0C0A070801081F0F201B24223F282A2A314B4D6C6FA9C8B8 C8C0B5D4D9DBB9C3BF9C768C7B728CC5E1E4DAD4DEE9F7FEFDFEF8F9F7E5BB95 B2D9EFF7F9FDFFFFFFFFFFFFFDF7F4EAB3B2769AA283A4BDD1EAEFF0F6FEFBF7 E3D9BBBDDAE5F8F3F9FBF9F3EBEEF3F7F4F7F8F8F8F9F9F4EBD6E3EEF3F3E8E4 E4E4B3838373758382A4D4DBE8F6F4EBEAEFF1F7FFFFFEFFF3C7A0A4C5E4E8E8 F3F8F8FEFFFFFFFEFEFEFFFFFBFEFFFFFFFFFEF8F3EFF9FEFFFFFFFFFFFDFBFE F9DBCFC5BFE1F3FEFFFFFFFEEBDDDEEBEEEBF0F4F7F0D1C173A0D7E3F4FDFEF1 E3E1CEC3DCDDC7B196B3A0B5D7E9F1F6F3E3E1DBC5C9CDB1A8674E70727A734B 37201C23141D1B371D1419200B1D0B0F1B372410021405140E04000514050104 00050200 0E1414040810080805080F05160C061A050A12160C1417000008100C1F0C0F0C 221605122116201B170C0B1D02081D1233312C1C1A190414202431455B9188AA A4AFADB1C6E5D1CDCDA29D82857F73AAC5D1B5C6DCEEF3F8FDFDF9F8FDF3DF9A 88BADAF0F6FBFDFFFFFFFFFFFFFEFDF7EBBD97A37888A4C0E3F1F3F0F4F9F8F3 E5DBCFC3DAE4EEF3F3F8F7EBF3F6FBF9F4EFF4F4F3FBFDFDEEDFDFE9F3F3EFE8 E8EBD1C2AF787F7273A2C5D3E5F8F8E9E4EBF9FBFEFFFFFFF6D4D7D9C8E1EBE3 DBE5F0F7FDFDFFFEF8FDF9FFFFFEFEFFFFFFFEFBF3EFF6FEFFFFFFFFFFFFF9FF F8DDD1CDD1E1F3FBFFFFFFFEF6EFF4FEF3F1EFF7FBF8E5B5A4C0D3E9FBFFFFFD F0E9E3E1E5F8DAA9A8A09383A0CCDFEBEBE3E5F0D9D4A6927E484B4761758461 3C442F21311B1D371622171D14140614051F1621120616060101040105060000 00010002 080C201F1A0E19140A1904080C0E0505080F08060A04140B0F0A140C0F0C0B08 0C0C05141008142A3C1D221B1F1D161B281A20201B140217101B4740567985BB A6B3A6B3C8D1BFCDE4AD889A7E727EB7B3D1B7B5C8DDEFF3FBFDFDF9FBF4E5C8 A37EBAE4F3FBFDFEFFFFFFFFFFFFFEFEFBDEC0B78E7C79C0E3F0F1F0F6F8F8F8 EEF3EED1D7E1E8EEF4F8F8F3F3F1F9F9F4EFEEF3FBFFFFFDEEDBD1E3EBF3F3EA E9F3E4DED19A94837E75A8C8DDF0F3F1EEF1F9FEFFFFFFFFFBEBEEEFE5F3F8F4 DADAE9EFF4F1F9FBF8FEFDFFFFFFFFFFFFFEF8FDF3EAF3FBFFFEFFFFFFFFFFFF FDE8E9E1DDE3EEF8FFFFFFFFFEFBFFFFFDF8F6F8FFFEF1CDB7CDDCF6FFFFFFFE F6F3DAC9EEF9E3D3BB96A67588A3E3F3F8E5DFE5EAE4C69DA0734744655B6958 403739373C212F201631211F2031191B14221A341C08101412050F08010B0100 0000010A 1214171D0C0C0608121B0C190E07051B0F081419080F160B170C04040C19141C 20191D0C1D140B282C2A4231231F2E28221D10192A08060C1B2834495D7391B3 BDA6C0CEC1C7C3CDEECE7EA9ADA47892CDD6D1CCB8C6D4E5F8FFFBFDFEF4F3E8 B38396B7EAF8FEFEFFFFFFFFFFFFFFFEFDF8E8C2AC8F8CA0CDE3E5EFF3F4F9FD F3F6F6EBE8E5E9F1F8FDF8F6F4F0F1F6EEF0F4F6FDFFFFFDE5D7D6E4E5EFEBF1 F4F8F4EEDFDCC59A9D949CA8C6DCE1EEF3F8FEFFFFFFFFFEFDFDF9F6F8FBFBFB F3EAEFEBDDCDE3E8F6F7FDFEFFFFFEFEFBFBFBFEF8F4FBFBFDFDFFFFFFFFFFFE F8E5EAF3F8EEE3F3FEFFFFFFFFFFFFFFFFFDF9FFFFFFF7DFAECDE8F8FFFFFFFD F9F8DEC0E4F3EAEFE4E3CF9D9AA8E3F0F3E4DFE9EAE8DFC8B8846B5B4B4B4322 3F2520202328121D29243E423939332A2A2333250E1417191B120506040A0200 0002050C 0E0C1B2A190E0F19192214020F080516100F0F120602081905080B0C0508160C 0C140C0B1D101A202A2F2334201B24122A1C0E1B1C061C051D1F2C424E6C7E97 C18EADC6B3B7BAC8EEE3A48EA9B97F839AD4DDD7D7D1BAD6EEF8FDFDFBEFF3F0 CDA09395D4F3F3FBFDFFFFFFFFFFFFFFFFFBF0E5C29DAE97AFC0DFEBF7F4F6FB F1F3F6F4F3F4F8F9F9F8F6F8F9EAE5E4EAF1F7F6FBFFFFFEF7E8DFE4E5E9E3E5 EFF4F8F3EFF3E5E3C6C3B7A6A3C3CDD3E5EBF6FBFEFFFFFEFEF9F8FDF8FDFEFE F8F9F8EECEC0CDC2DDEAF8FDFBF9F7F9F9FDFEFEFDFBFDFFFEFDFFFFFFFFFFFD F3EEF0F9FDF7EBF0F9FFFFFFFFFFFFFFFFFDFDFFFFFEFEE3C2D9DFF3FFFFFFFF FEF9E9D1DFF3F8F9F6F4F1DC9DADD1E5F3EEEFF3F3F6E8D4BA92A4845B43300C 1D2937392E2E211F343C3B31422A1A281D1A231D20141B230F0C020A06190A05 02040100 0C01040B190B0B1A101716140F0A1714081B05050108121A10190F2012161D14 231D1D31201F1A1A28230F1B1414060A2E2A0F071612120F1C253331434F7696 A0A9A0B3C5A99ACCEFF3A89D9A93737E79BFDBDFEBE3D7CEE9F3F1F6FEF6F1F4 F8CC9A93A8DDE8F4FBFEFFFFFFFFFFFFFFFBF3EBE3DBCFB5AE9FC5DCEEEADFF6 EEEEF3F8F6F4FDFEFFF9F8FDFFEEDDE3E9F6F7F6F7FFFFFFFEF7EFEAE9EEE8E4 EBF4F6F6F8F8F3F3E8E5C7BFA0A8B1B3CDE4EBF7FDFDFEFEFBF8F9FBF6F7FEFF FDFBFEF4DBC8B2B8ACCEE9EBF3F1F8F8F6F7FDFFFFFBFBFFFFFFF9FBFFFFFFFD F3F3F4FBFFFEFDF8F8FFFFF9FFFFFFFFFBFBFDFFFFFFFEE9E5E3DCEBFDFFFFFF FFFDE9D4DDF6FEFFFEFDF8F1D1CFD4DFDBE4F7F9F8E9DBC6A0B8BF725B403922 2C22242A2A1C281614232E394033291F202908142C1D2014070B0208020E0C0C 08010100 0F141610240F0507201D0F160B080B0B0104010A00060612120F161C0E1B1016 281407281423212E28070F1D1D1919171A2F330C251D0C1F22171F303C2F4B73 837E7591B7AF9CACDEEAC1A39C8569557599B3DAE4EAD6BFDCEFE9F4FEFBF6F9 FBF1D18F99C3D1EAF6FDFEFFFFFFFFFFFFFDFBF7F7F3EBD6C09D99B3CFD4C3D1 E3EBF4F8F8F0F6FEFFFEFEFDFEF6EFE9E4EFF6F6F3F9FEFEFEFEF7EAE5F3F1EF F6FBFBFDF8F1F4F7F7F9EBD6D7D4C8C7C2DEE9F4F7F3F0F8F8F7F9FEF8F6F9FE F8FDFFFEF7D4A0A091C5C6DEE5EFF8F6F4F6F8FEFFFBFBFEFFFFFEF9FFFFFEF3 F3F8F8F8FEFFFFFEF8F9FFF8F9FFFFFDF9F6F7FDFFFFFBE5EAE5E5E9FBFFFFFF FFF9E3E1DBEBFDFFFFFEF8F3E9DEEADDC1C8E9F8E9D4B79192A8A9693022391B 301C141B29192C192F242944433323312C1A23140E28241B10100C0508140A12 0C0B0704 231228201608080A170F0F080814040C0B08010A0608071916101B0C0B1D0A16 141D0602050F0F10100C22293E2520232E2A16281B17160A141B2A2E23304243 6C7376889A9F89A0C6CFC8A0757A6B47517897BDCDE5CFC1D1EAEFF3F9FDF9FD FEFDEFC8A2A8C2DBF1F8FBFEFFFFFFFFFFFFFFFDFDF8F7F3DFB395ACB7B7CED3 E1EBF1F9FBF6F3FDFEFFFFFEFEFEFBFDEEDEF6F4F3F7FBFFFFFFF8F0F3F4F8F3 F6F9FFFDF1EFF3F8F7F9F8F3EFE8EADCAEDCE5F1F8EFEFF8F8FDFBFEFEFBF3F7 F9FDFEFDF9DCB19485C2CDE3E5F0EBDEE9F0F8FDFFFFFDFFFFFFFFFEFFFFFDEB EFF7F6F6F8FFFFF8E5EBF8F6F4FFFFFFF7F6F4FBFFFFF6CCDAEEEAEEFDFFFFFD F9F7EBEBF0EBF7FEFFFEF9F1DBDEF1DBADB8D4E1DED389629682665F373B312E 3C14211D1D283939372F3C2333432C2E39342E2A312C2331170E1F100E0C0C1D 0C14050F 2A141F17290E0706050B0402040108160C0C0B0C1D0A190814140F0C161B0F12 231405220F16170F1617252E3A31231D39281722232E1C1C2823331D25243144 615F845B758B7C7892C5D6B782694F55476578A4C8DFE1BBC1E5F0EBF1FBFDFE FFFBF8F1E3C3C0CEEAF8F8F9FEFFFFFFFFFFFFFFFDFDF9F7F1D7C1AC9CA6CDDE DFEAF0F8FBF7F6F8FDFEFEFFFFFFFFFFF9EAEFF4F9F3F8FDFFFFFBFBFBF9FBF8 F9F8FDFFF8F3F3F7F8F9FDFDF8F3F8F3E5EBE9F0F9F8F4FBFDFBFEFFFFFEFBF8 FBFBF9FDF1E1C8C8A8B2D1DBE4F3EAD7DAE5F1FBFFFFFEFFFFFFFFFFFFFFFFF6 F0FBF8F7F8FFFFF9D3DEEBF3F8FEFFFFFDF9FDFFFFFBE5CFD4EEF0F3FDFFFFFE F9FBF8F7F6E3E8F6FDFFF8E5C6C9D3D4D1D6D6C0C7A6726273694B394B522C31 3A20252C3F2E313B393A3E373A374B333E4B2F21442E281B0E0C16200806050C 01040110 0C0A0F0C16040501040505051D080F051B0C020E1A0F2C171B0F0B1C0E231405 0F070414101D121D14171C39342A283F33282F0F1D291B191F1F0A19472C3B4B 4B475F587062886772A6B7C1786A6B4E555F5F9AB3CEDFCCC2DEEEEEEEF3FBFD FFFDFBFEFEF4DAC8E1F8F7F9F8FBFFFFFEFFFFFFFFFFFFFBFDF7E5CDB3ADB3B8 D1DDEAF3F8F8F3F4F4FDFEFFFFFFFFFFFFF8F1F8FEF9F6F8F8FBFDFFFEFFFDFD FEF9FEFFFEF6F8F4F8FBFDFFFFFDF8F8FBF9F8EEF0F1F8FFFDFDFEFFFFFFF9F7 F7F4F8FBF7F1EBE9DAC5C7CDDCF8F3DFD1E3EFF7FEFEFFFFFFFFFFFFFFFFFFF8 F7FEFFFEFEFFFFFEF3E9F0F0F1FBFEFFFEFDFFFFFFF6C8C1D7EEF4F3F8FEFFFD FBFBFDFDFDDFD4E5F3FEF7DFB9A4AEC9E3F1D7A89C734E665859393F4B3F3B43 39342F1D142F47363F373A494228563F453C393B3131331B0F0B100E12170805 08020400 0F08080C0102080608142006070404041D14070712210C1A1C140E0E07040808 010A08010714080B072F281A2A302334282F2A21361C2F311F221D2A2E283122 4349444E5B5B7361827B94B17E6158627055697F8FBFD9D7B8B9EBF3EBF0F6FD FFFFFFFFFFFEF0E1D3E9EBE8F6F6FEFFFEFFFFFFFFFFFFFFFEFEF8EFE5C8BDA3 B7CEDAEAEFF9F1EBF4FBFDFFFFFEFFFFFFFEFBF9FDFFFFFDF7F8FBFBFFFFFFFF FEFEFFFEFEFEF8F8F9F8F9FFFFFEF8F8FBFDF7EBF0F1F8FFFFFEFDFFFFFEF8F3 EBEAF1F7FDFDF9F8F3DCC8C2AFDFE5DCC5DEEAF4F9F9FEFEFFFFFFFFFFFFFFFB FBFFFFFFFFFEFEFDF6F7FBF6EBF3F3F9FBF9FEFFFFF8D3CFE5EFFBF8F6F9FDFD F8FDFBFDF8CFCDDCE3F3F3EBC98FA2A3CCE5D4B76C6F674B4E51313C39302C2E 21122A31212C393C443F59474D3F483937424E434B34191A12051205080C0C14 06050A02 02070808070504050C0C08010C01010004070F100F14081D0C14000602010F0F 081404060C16191A141D0E1D1D39281D232C2F1D2331331F201D1B241D1A1F4B 73394B585B5F584B696C8F6569725B6A7E596B7CA3A9B5D4A6B3E5F0E9E9F3F9 FFFFFDFEFFFFF8F3E4DDD6E1E9EEF8FFFFFFFFFFFFFFFFFFFFFFFFF8FBEECDBF ADBBBBD1E5F4F8EEEBF3F9FBFEFFFFFFFFFFFFFFFEFFFFFEF7F4F8FBFFFFFFFF FFFEFEF8FDFEFDFFFEFBF9FEFFFFFEFDF9FDF6F6EFEEF4FEFFFFFBF8FEFBF7F6 F6F3F1F7FBF9F8FBF9E3D4CFB7B1D1EAE3E5F0F4EFF8FBFFFFFFFFFFFFFFFFFE FEFFFFFFFFFEFEFDFEFFFFFEEFD4E8F0F3F4FBFFFFFEEBD4E4EAF8F8F9F8F4F3 F6F7F0F4EAD1D3C7CDE9F1EBCD9F9D93BAC8CECF8B7A593F373F47392A362E29 1B191D1F34432C3C394B5B5B4F3F4B4B3F37592A33230F0816161B0B28080B05 0C0A0806 04050406080400000102000004010802050A07080F0F0A0A1008040500000814 0B12121405170F101B1B1A121B2C0E1F0F0F201D122C191907100F06290C1B51 61494B49593C4B6A6972885F6958625F6169635B7E9F97A9B2AAD4EBEFEAF3F4 F9FEFDFEFFFFFEFDF6E3E3EBEEEEF4FDFFFFFFFFFFFFFFFFFFFFFFFEFFFEEFD4 B3ACACADD9E5E5DDDBE9F0F8FEFFFFFFFFFFFFFFFFFFFFFEF8F8F9F8FEFEFFFF FFFBFEFBFEFFFEFBFDFEFFFEFDFFFDFBF8F7F4F8EFE5E8F1F6F4F0EFF7F3F6FD F9F8F7F8FEF8F8FDFBF3E9EAD7CCD3EEF1EBF6F7EEEAE9F8FEFFFFFFFFFFFFFF FFFFFFFFFFFFFEFEFFFFFFFFEED7DAEAEFEBF7FEFEFEF8D6E5EAF3F8F8F6EFEE F8F8F1F6F0D7C0BDBDDBE3D9C8B7AAA0A4C6D3B88F65444B445544251D1C0E1A 0C1D161B20303F333B4F47595243443F5B3C4042481D1A0A0C0E220C0F08120A 16060201 1A1B0F0F0F05050B0C140F170E14160F0B0B1400080E0A041C05020007140B1D 0C05161B1423202516292917162816280E2416211D1F251C0B22141B1D0F3951 4D635144233E4E457055525D6655626569616C61586B79838C7FAFDCE9F0F3F0 F7FEFDFBFFFFFFFFFBEBF3F7F3F4F3F8FDFFFFFFFFFFFFFFFFFFFFFFFFFEF6EA CCC0C5C0BBC6D7C8C3C8D4E9F9FBFEFFFFFDF8F9FDFDFBFEFEFDFBFBF8F8FDFE FFFFFEFFFFFFFEFDFDFFFFF9F8F8F9F8F3F0F3F3EBE8E8EAEBEAE5DCEAF0F4FE FFF8F8F9FDFDFDFFFEFBF8F4EEEBE5EBF8F8F8F3E5DDD4E8F3FEFFFFFFFFFFFF FFFFFFFFFFFFFFFEFFFFFFFFF8E9DFEAEFEAEEF7FBFDF8F0EEF3FBFBFEF6EBF3 FDF9FDFBF9F3E4D4C9DDD9E1C6A8A6A8B1CEBBA26C484B3F486952422E1D1A1D 312C0B2E3330373B393C5F66425F62586249424E48422A21301D22140F02010B 06070B06 1B161C140B100B0C08191D100E1D1A1919050E001B0A12140F120E04020B050F 0B0F1019252A19140C1D14281D28252417250B16221B1A08162A1D2320223C59 624F4B4F3142514251475F4D51655D5273768E5F6C625F7B887595C6DDEEEEEB F8FEFFFFFFFFFFFFFBF8F8FBF8F6F7F8F8FBFEFDFFFFFFFFFFFFFFFFFEFFFEFB F0DDE8D9BFBDAFB2C79CB8DDE5EFF8FDFEFEF4F9FBFFFBFEFFFDF8FDF9F7F8FD FDFDFFFFFFFFFFFEFDFFFFF9F8F7EFF1F1F1F0F4F3EBEEEFF7F4EFE3E1EAF8FE FFFEF9F6F8FBFFFFFFFFFEF6F7F8F8F8F8FFFEF3E3E3D9DCF4F8FDFEFFFFFFFF FFFFFDFFFFFFFFFFFFFFFFFFFDF3F1F3F3F4EEEBF1F4F8F6F3FBFEFFFFF8F6F4 F7F8F9FEFFFEF8EEE3DCC8BF8BA0B2A3B3B1A39C5F4B4B554F51564B1B211B2E 313E37252842162A394F554B565F4D6C514E4B443933442A2C312A121905100B 07060205 0504080F0C120B1D141D1C0E1F1C2C19060808041607040C0B1912101205140C 0508101D1B1219080F1B121D1D3B1D16161205191B1D0E1710191D2E21374552 5D6658474B4B3939313E424F6148595F597578767E63675D737878A4D4EAF3F4 F7F9FEFFFFFFFFFDFDFBF8FBF9FBFDFDF9FEFBFBFFFBFDFEFFFEFFFFFFFFFFFF FDF3F6E5D6D9B5A4C5B5B9B3D4DEEEEEF8F6F4FEFFFFFEF9F8FDF9F9F8F4F3F4 F7F9FBFBFEFFFDF8F3F7F8F6F6F8EFEFEFF0F6F6F8F8F8F9F8F6F3F1EBE9F1F6 F4F8F4F1F6F4FBFDFDFEFEF8F3F8FBFEFBFDFFFEF4EEEAE4EEF4FBFFFFFEFFFF FFFFFBFEFEFEFFFFFFFFFFFFFFF7F0F4F7F4F8F0DDE8EFEFF7F9FFFFFDFEFBFE FDF7FBFDFBFFFFF9F1CDB8976C78B7C7BA8B8B66585833516270523A3A23203F 28393C313939344E3F726551514D494D4E593A3E2924373A45362E28230E2504 0401080C 051905140F170F050E0F0C170C0808121A0F0104020A0E0506061B0F07050605 1B0814190E080F160605140C061D1621121D1D1B2828213321220828201B3B4E 4B5B5B635F62694E405F444D493C3F4F696F69727569736F6259709DD1E9F4FE F9F8F8FDFEFFFFFEFEF8FDF8F8FDFFFFFFFDFEFDFDF9FDFBFEFEFFFFFFFFFEFE FEFBF3E5E1DEDEDBD1B9BFBFC7C8DDDEDDDFE5F3F3F6F8F4F3F7F6F6F3F6F4F4 F8F6F6F3F6FBF6F1EEF0EEEFF3F6F4F4F3F3F4F7FBFDFDFFFFFDF3F4F9F8F4F1 F1F4E9EBF0F4F8F8F8FFFEF9F4F9F8FBF7F6FEFFFEFBFBFBF6F8F8FFFFFFFEFF FFFFFEFFFBFEFEFFFFFFFFFFFFFDF7FDFDF3F9FBF1EEE5D9E9F4FEFFFFFFFFFF FEF6F3F9FDFDF8F6E5C8AA73756BAAD1A88861556242454B52674B2E1B1B1B19 23473A4452423C3747554B5D5B5B594B3E4444441A2C39374E44292014160802 0F020606 01010514041005040F0B16050505010F190F04100F08071407071B0F190C1C14 0A0805121C0F020A070B0E0B200C2A221B2A302F191428282A391B3120342A3F 555855956F898472664E525831474F55565F7C49697856555F5B7675C3DCF0FF FBF8F9F9F9FEFFFEFBF9FBFFF8F9FDFEFFFDFFFFFFFDF8F8F9FDFBFEFFFFFEFF FFFEF8E1DEE4E8EFF0DBCCCDBDB7BACDCFC1DFEBE3E3E3E1EEF0EBF3E8EBF3F6 F6F6F7F7F9F9F7EEE5EBF1F1F7F9F3F8F8F9F8F4F9FDFDFDFFFEF8F9FDF9F8F0 EBE5DFE8E9F6F9F8FDFFFBF8F4F3F8F8F4F7FBFFFFFFFFFFFEF4F4F8FBFDFFFF FFFFFFFBF7F7F8FDFEFFFFFFFFFEFFFFFDFBFEFEFBF8EED1C7E3F8FFFFFFFFFD FBF1DFE3F0EBE8E1D7C89672696CA48F976C4F5B5B4D4F51735B55512A1A312C 332F4355455531343F4B515B69634F65493F3F3A2837314831373B0F060A0A01 020F0C01 191008080A1912220E0B0E0E0E02020F0E1414070C0E161C140A0A141708101C 140C0C2A1D0A1D01020804051012120B1D2A162A1429202E20191A2119161A22 2E4E637B67A072857B595F4E443F3E584243594B586C6C585672735BA4CEE4F8 FBF7FBF6F8FDFDFFFFF8F9FFFEF9FDFFFFFFFEFFFFFFFDF9F8F8FBFEFFFFFFFF FFFFFDF1E4EAEFF1F1F1DEC8D3CDB7C6CFC6DEDDD9C9CEDCD4E3EAEFEEEBF0F1 F3F6FDFEFFFFFEF4EBF1F4FBFDFFFDFEFBFEFDFBFDFFFEF9F9F8F8FDFBFEFFF9 F4EFE4E3E1E8EBEBF9FDFDFDF9F8FEFDF1F7FDFEFFFFFFFFFFFBF3E8EBF7FDFF FFFFFFFEF6F4F8FDFFFFFFFFFFFEFFFFFFFFFFFFFFFEEAC39DC9EBF6FEFBFBF8 F8F4E4D1DEE1D1CDDEBD6C6663696B6366455F595F70674B595B4E2E371B202E 393C443F62553F614451554E51565861435F4E4B423F3A442E2C1619080B0602 000C1005 08080B0C0C0E080B04280814050102060B070508100C211D101D1C1F14120C05 0F050F1D1D1A16060B050606070C1412050F1707141D14250F2316071B1C0816 163E5163707A8C9D668291795B59484039483C434D5567586261787B7B99CDE8 F4EFF7FBF4FBFDFFFFF9F4FDFFFDFBFEFEFEFBFEFFFEFDF9FBFBFBFDFFFFFFFE FDFFFFFBF0E9DBE5EEEEE1D1D7D3DBDED4D9DBDCD6BFB7C3CDDEE9E5EAEEF6F3 F3F8FBFEFFFFFFFEF8F8FBFBFEFFFFFEFDF8FBFEFFFFFFFEF8F6F7F8F8FEFFFF FEFDF8F4EAE5E9F1F1F3FBFBF8FEFFFFF6F6FBFFFFFFFFFFFFFFF8E5EBEBF8F9 FFFFFFFEF9F8FDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFC8BBAACDE8F7F8FDFD FDF8EBE3E4E5DEE3D1AE825B6C785B554F515551664E47484E524E42311B392A 344B3F315245554F555F4B6961594F4F4F514B5B434F4B3B3A3A2122080F0202 01020814 0805050E140F0E0E080B0401010F0F0F171610121414051616160F161C161B0F 0F0B14041016160C0A1B0C0814190C0F08162A161D0B3B290C121A14050A0F0C 172945697596A4C2A894C8B26566483F444B4D4B516B635D675855637A8BA4DB E5EAF7F7F7F6F7FBFBF9F8FBFDFFFEFEFDFBFDFDFEFFFFFDFDFFFDFDFBFDFEFD FBFFFFFFFBE4D1DAE8EBE4E5E3E5E5EBEBEFEBEEDFCDCFC6C6D9DEE5EBF6F8F6 F6F8F8F9FDFDFBFBFDFEFEFBFFFBFFFFFEFDFDFEFEFFFEFFFEFEFBF8F4FDFFFE FEFEFEFFFBF8F4F3F7F3F8F8F8FFFFF9F8F9FEFEFFFFFFFFFFFFFFF8E3E1EBF8 FBFEFFFFFDFFFFFFFFFEFEFFFFFEFEFEFFFFFEFFFFFFF8D19AAED4D7EAE8F0F8 F8EFE3E4E5E5E5E8C7A06263696F725B4D655F6269553F14484D22221D223939 4242474E454B5D4E4F4745554F66484B584F5158554F394721233F2007050717 100F160C 060719140B0C05190A060B070814101208170F160C1008160C1D0F0A1610140C 0F0702080C070A0701192008050A19081D0F12191D1B361D21170F1405162123 20234E675FB7C1DDE5C0C9BF957B5F7651454E5159555F754F4851516B8BA4C6 E3EBF0F6F1EBEBF3F3F4F3F6FBFFFFFFFFFDFEFEFFFEFFFFF8F9F8F8F9FDFEFB FBFBF9FDF8EED4D9E3EBEEEFF4F3F7F3F7F7F8F8F3EEE3E3DAD3DCE3EFF6F9F8 F3F3F6F4F7FBFBFDFEFFFFFEFEFEFFFFFEFDFFFEFEFEFEFEFFFFFFFEFDFEFEFE FFF9FEFFFFFEF9F3F6F4F7F7F6FEFFFDF8FEFEFEFFFFFFFFFFFFFFFEF0E3DBEB F7FDFEFFFFFFFFFFFFFEFEFEFDF8FEFFFFFFFEFEFEFFFDD1ACC5E1E4E1DEE5F3 EBE3D7DFD1DDE3E1CF9C5D6B78847859514F666F554E52234B4747312A3F3331 4B4359514E4E495F623E4E55614B4B553C625B494D473F4D1D1D25100B000621 1A0F081A 0F0F0F0500050B02000E080C170E0C0E040C011D0B06080C080B1B0F06081902 0B0C101919290B060E0E19190F0A0E01100E2F100C0F191B211D0F0C081A0B12 21334B6B829AB8DCE9CDC8B7A8857E78516F56627A615B62615D556F636F9FB3 D6E5E8EBE5DEE4E5EEF1F1F3F7FBFFFFFEFEFDFDFDF9FDFFFEFDFDF8F8F9F9FB F8F9F3F7F7F0DEDAE5EEF3F6F8F9F8F3F3F8F8F8FBF8F4F6F6EFDFD7E9F1F3F8 F3F1EFF3FDFEFBFEFDFDFDFFFFFEFEFFFFFEFFFFFFFFFEFDFFFFFFFFFFFFFFFF FDFDFBFDFFFFFFFFFBF8F6F3F6F4F8F9F8FFFFFFFFFFFFFFFFFFFFFFFFF8E8E5 F4FDFDFFFFFFFFFFFFFFFBF9F8F6FEFFFFFFFDFDFDFEFEDDBFB7CFEEE5DBE4F0 E9E4D1CDBDBFD3DEB8787578A4A258585565635F75524B4E392E3F4242444E45 3F52754E515B595F554F4B526F4B3C393A494B554B4058513425232005010F1B 0E0F0F1B 0F0A0C0B0C050701070B050F080C0602010E05120C1606141B1A161912100E12 08040B10081C06060A0F23080A0E060C1D14160F1B0F0F1B231C120C05071D10 1A313E587389B1B5C8B5AFC1AE9A9795737A628C678C7A63696C5F615F8B7C7E C8DBE3EBEFE8E3EAE9F0F0F8F8F8FBFFFFFEFDF9FBF9FDFFFFFBF9FBF9FDFBFB F9F8F6F6F8F8F3E5DDE5E8F4F0F6F9F8F7FDFDFDFBF8FBFDFEFBEEE8E4EBE9F7 F1F0EAEBF8F8FDFEFBFDFDFDFFFFFFFEFEFDFDFEFEFFFFFFFFFFFFFFFFFFFFFF FFFFFFFDFEFFFFFFFFFBF3F3F3E9EBF8FDFFFFFFFFFFFFFFFFFFFFFFFFFBEAE4 EFFBF9FDFFFFFFFFFFFFFFFDF7F4FEFFFFFFFFFFFBFFFBE9BDBADFEBE5DCDEEB EFEEE5CDC7BDC7CFAD848BB1C275566F436A6A5B654B51422A3124364E4B4B31 514E51625B4465655F514F565861472A45302933444B3A474B24202406070C0F 0F14160B 12081D140C0602000805050B060707060E02020C1910080B050704040B1A050F 08160B0F14080C100F171A0F0808050C1B200F141A283A143728120F1214190F 141431596592AA8C968CACC6A4B5BAC79C7A667E859C838E7A7076615B7C6F67 8BC2D6DFEAEEE5F0EBEEF0F6F6F6F6F9FFFFF9FBF8F8FEFDFFFDFDF9F9FEFDFD F9F3F4F4F3F3EFE9D4CCDAE3EFF1F8FBF9FEFDFBFEFEFEFFFFFDF9F6F4F1F1EF EEEAEFEFF4FBFBFEFDF9FDFEFFFFFFFBFEFDF7F8FDFFFFFFFEFFFFFFFFFFFFFF FFFFFFFDFEFFFFFFFFFEF7F9FDF4E5F3FEFEFEFEFEFFFFFFFFFFFFFFFFFFF1EF F3FBF7FDFFFFFFFFFFFFFFFEF4F3F8FDFDFFFFFFFBF8F3D9B9C9E8F4EBDFDCE5 EEF4F3DEC9BFC89F91A273AFAD7B6B737E7E737859404F2C2E202A3636444E36 5259585663585561734E5B4D514E3B33392C3C2237362F2C2C2A14081B10020C 05020B0C 0F04100800040E0A0101020505050C080F02080E140F0C0C0202070A010B1D0F 0F1A0C0E1B1216140B0F080A1419070F1B05051C20244217222E2A162328141A 280F2E476373759678769FC2A8B2CCDABA9A8467769CACAE8B9266898C7C6773 8FBDD9E5EBE3E9F3F4F6F4F3F8F4F3F8FEFFFDFDFDFEFBFDFEFEFEFFF8FDFEFB F8F9F7F6F1EBE9DFD4B8C7D6DFE5F1F9F8FBFDFBFFFDFEFFFFFFFEFFFBF6F8F6 F4F6F1F3F3F8FDFDFDFDF8F8FEFFFFFDFDF8F1F8F9FFFFFFFFFFFFFEFFFEFFFE FFFFFFFFFFFFFFFFFFFFFEFFFFFEF3F3F9FBFFFEFFFFFFFFFFFFFFFFFEFEFEFD EFF6F7FBFEFEFFFFFFFFFFFEF7F4F9FEFEFBFFFBF8F6E5BDA4CDE1F9F7F1EEDD E5F1F3EBD9C8BAB8948F96A8708B65657B7E835951664939443B3F484847445F 4E4B59598B5B59585858493C553E392C42392C293E1F3A2E1D20080602000206 0B080B08 0E0702070A0208010805010200040E0604081621080105010100070601010502 04050C1D0505061404101D0608210F141D0F160C230B0F191414190F1B141412 1207291D3749626A737F728B999FD1E5E8A085967999BFC0ADB98EA27E8C7A6F 9AADBFE3E5E5E9EFF8F8F7F8F8F8F9F7FDFFFFFDFEFFFFFDFDFEFFFFFBFDFEF9 FDFDFBF9F7F3F4EADBDBD3D4CDDAEEF6F9FDF9F9FBF7FBFEFFFFFFFFFFF6F4F8 F8F7FDF8F7F7F8F6F9FBF7F4F9FBFEFEF8F1F4F9F7FBFEFEFEFEFFFFFFFBFBFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F3FBFDFBFDFEFFFFFFFFFFFFFFFFFFFFFE F7F4F1F8FFFEFEFFFFFFFFFFF8F1F7FDFEF9FBF9FDFBE3BDB3AFE3F8F7F0EAD6 D4E8EBE5CDC8A09D7E8C8F7E83705B7B5D727869515852472A31373A444E4F5D 5B554E6178585B4B4E554F59472C422A34242A220F1628161D1A0C070404050B 080A0C10 0F0A10120E08190610070C080104010000020812080B161C06000F0200040402 040705070607051C04171B0F160E0C0A05080B0C190B12080823140C0F080C07 1905080C1B2C5B637E5F6C7583AEDBE9EEBB8B8891B7A0C8CCBBAC9383918B8C 789DAAADBFE3EAEFF7FDFEFBFEFEFBF8F9F8FDFEFEFEFFFEFDF8F6F9F9FEFEFD F9FDFDFBFBFBFBFBF3EBE8E4D7D9E3F4F8F9F8F8F4F6F9FEFFFFFFFEFFFDFDF8 F9F8FEFBF8F8F3F7F7F8F1F6F8F8FDFEF8F8FDF9F9FBFBFFFFFDFDFFFFFFFDFD FFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF8FEFEFDFDFEFFFFFFFFFFFFFFFFFFFFFF FFF8F4F7FEFFFDFFFFFFFFFEF9F7F8FBFFFEFDFDFEFEE5ACADC8E1F0F3E8DAD9 CDD7DADBC89A92785B6F7963666A615F65794E6F564B3C404B432C47333A5F58 4B495B664F5F584E69615B5F5939211D3B232E36231D2E1F0C0C10010C0C0608 040B0505 2E232A14200B0A140F04190101040505000207040C0A0B07080F06040F00080B 050E08100706070B04160505040408080F1916221D191416140B0501010C0F06 0F0F1F1420313F5163455B6C889AAFC8DCC6AA83A0AFBDB5B2CFCEA3857F7A8B 88927A8CA4D1E4EAF0FBF9FDFFFEFDFDFBFBFDF9F8F9F9FEFEF8F3F6F6FBFBFB FBFEFFFDFEFEFEFDFBF8F8F4EEE5DEF0F3F7F8F8F8F7FDFDFEFFFFFBFEFDFDFD FBF9FEFDF9F9F6F9F8F3F4E4EAF0F7F8F8F7F8FDF3F6FEFFFEFEFBF8FFFFFEFE FFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFEFBFEFFFFFFFFFFFFFFFFFEFFFF FFFBF6F4F8FBFEFFFFFFFFF3EEF4FBFBFFFFFFFEFFFEF0BD88B8D1E4EAE9E3DF DDD4C9A9A4827961614B4E725F69726A6261595F49483C3F40453A393E4D4859 594B5F664E58626956565D4E47433C3133391912301B362A0F0F0701080B1608 050A060C 1F201B0819161B19200F04050C05040507040C0B080F17051B2107040805050C 1919080E0505081405060608050506080616170E081F16222F1610021B061424 1B121F1B16244244424D4F3F8291A3C0CDC8837BA8A2D6D1C8C3DBD19D96A883 919383B29AC3D1E3EEFBFBFBF9FFFFFEFDFEF9F9FBF8F0F7FBF7F3F3F1F6F8F8 F8FFFFFEFEFDFDFBFDFDF7F9F7F8F4F3F6F0F7F3F3F6FDFDFBFDFEFDFEFDFDFF FDFDFFFFFFFDFBFDFBFBF9F1E8E9EEF3F4F7FBF9F6FBFDFDFDFDFBFDFBFBFDFF FFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFEFEFFFFFEFFFFFFFFFFFFFFFFFFFF FEFBEBEEF1F3FEFFFFFEFEEBD1D4EEF8FDFEFFFFFFFEEBB8A8A9BBDCE5EEEFE8 EBD9CD8B82A49D62484F585B5B554251675B58554B494B662C4749423F434F49 4858565B51474F5B5B58555B442A422A1C311D312F223A16120C060F16160C0B 02050500 20191616020B0F1410160605020A1B0810050C060F0E0C0E161614020510080A 1012160E080C000206080B0E0C070B24010C0C21190B1D14192014141D191629 2831101B2A1D423F3C3C59585879ACC8C8C59C7B88A9CDD3DBC8DADED1A48FAC B3929C9D8BAED1E3EBF8F9F8FEFEFEFFFFFFFEFDFDF9F4F6F3F8F8F3E5EFF6FD FDFDFEFEFFF8F6F8FBF8F4F9FEFFFFFDF6F3F8F1F0F4F7F9FBF9F9F8F9F9FDFD FFFFFFFFFFFFFFFFFDFBF8F8F8F3F3EFF3F7F8F8FDFBFEFDF8F8F8F4F8F7F6F9 FFFFFFFFFFFFFFFFFEFDFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFF FFFEF6F0EFF3F8FEFBFEF8E5CDD1E1F3F8FDFFFFFFFEEEC8A8A0A4BDE5EBE9EA DCCFD4B2A48C76614249615F624B5B55557255514D4B3C3C3758484E3E44515B 584E476240565B4B4B4E4B433C473F2A2E1420251B1A141B16070C0604070805 00040F08 051F0706141904171D100800080707010B06240C1A16121D1F1B1D0F100B0B0C 16051A0C080205080B0E0E080C040F100F17102116060E19141A1B220C161007 051D200E0A192C2E36315163627597C6D1D3C98C7888ADCED4D6DBE4E5C38B9D ACA2B291A082A8D1E5EFF0F3F8FFFDFBFEFFFFFFFFFDFDF7F4F7F8F0DFEBF8FD FBFBFEFFFFFBF4F8FBF8F8FBFDFFFFFEF9FDFDFDF8F8FDFDFEF9F7F8F9F9FBFE FEFFFFFDFFFFFFFFFFFFFDFDFEFDF8F7FBF9F8FDFBF9FBFBFBF4F6EBEBF0F8F9 FEFFFEFFFFFFFEFEFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF9FEFFFF FFFFFFF9F6F8F9F9FBFFFBE3D1D7E5F3F3F8FFFFFFF9F3D49A8F9AA4C9DDE5EA DDCDBDACA4BD934E595951756C496255594B4D6340585F5B5D584B3F23524B62 694D4B51696951755B47593F3649443620201F1D2020141C14120C0407000805 07050805 080F1420161B08050C1D140E1B05020A14120E080C04170E0B0E190F0B07160C 1D170A0E0C0502050402050A0F080E0C0F0E160B040C0A050408060B171A0E0E 1620231C2212303E373F4F425B698CA0C1D3D49C7F828CB9D4E3E8E5EBE4C991 9CA4BDA08892A2A6C8DFEBF8F8FBFEF7F8FFFFFFFFFDFEF8F1F4F8F3EBEBEBF7 FBFFFFFFFFFEF8FEFEFEF8FBFFFFFDFFFFFFFFFFFFFFFFFFFFF8F9F9F8F6F7FD FFFFFEFEFEFEFFFFFEFFFEFFFFFFFBFBF8F8FEFDFEFDFDF9F9F7F6F7EBE5F0F8 FDFDFEFFFFFFFEFFFFFFFFFFFFFFFEFFFEFFFFFFFFFFFFFEFEFEFFFFFEFEFFFF FFFFFFFFFDF9FEFBFDFEFDF0DADDE9EFEAF7FDFFFBF6EABDAAA08C97A4D4E3EB E1A8B1A093B9884B5158725F6F625F4D554B47484F554767513C4F4447555172 5B6172515B615978615F4243494E3C4922231B2119162A08050C060705020F04 0C060201 0F0F1023200C0C0405120507050E100E14060A0E140A1208280F161F100A121B 160A070F19120F10141D05010F140C080604050C0708080A010F05101B1B1D14 0A1D1F2134202A44524B4D5B5B58839AA8C9C8AF79839389C2DFEEE3DFE9DCAF AA7389917C9D919CAFD4E8EBF3F9F9F6F7FDFFFFFFFEFFFBF6F8F8F6F8EFEAF3 FBFFFFFFF8F8F8FDFFFFFDFEFFFFFFFDFEFFFFFFFFFFFEFDFDFEFEFDF9F7F8F8 FEFFFFFEFEFEFEFEFEFEFFFFFFFEFEFEFDF8FDFFFFFFFFFEFDF8FBFDF9F3F1F6 F9FBFEFEFFFFFEF8FDFFFFFFFFFFFDFDFBFEFFFFFFFFFFFFFDFEFFFFFEFEFFFF FFFFFEFFFFFDFFF9F7F8FDF3DCDDE8E8E5F8FBFBF8EFE3C89C9AA2A089B5BAD6 C3B5A26F7E7E5855595D7B7882626A5F435D524D5851454B475142445F51495D 667E59695B5F6F6A666C5855476539201C1B0C241D1F190521080C0F140C0104 00010100 1C1714140B05080002010606050C0C120700040F061D1A0F080C0C0F190A0412 1B1B0C191D070A191414050205061B1A0E120C08051B0F101A231B2A1B121C0C 0A211B3317202C28454943454B4E4B6C9DAAC1BD736F8888ACD3E8E3CEC6BDB9 AA9F977289A08BA0AECCE1EAEBF1F4F8FBFEFFFFFFFFFEFBFDF9F3F7FDF8F9FB FDFFFEF7F3F7F6FEFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFBFBFBFEFEFEFBFEFE FDFBF9FFFFFFFFFFFFFEFFFEFFFFFFFFFFFBFDFFFFFFFFFEFEFFFEFEFFFDF8F9 FBFEFEFEFFFFFBF4FEFFFFFEFFFDF9F8F7FBFDFFFFFFFFFFFFFEFFFFFDFEFFFF FFFFFFFFFFFFFFFDF7FBFEF8E5E1EAE9EBF3F6F8F3E9D4D1B2AAA2A69C9CC1C6 8F919D737E4F613F4B726B7F7F6C6558655951785845524F5248494E49615959 7B73555F5F755B70825B5B6F595F37432014201B1D281A0A0F0C1D0720190605 0404140C 0F122A2A1D070C23051B1A0E14140F0F0802060607071416070F02160B140E08 0819140E16041D161A0B0408010510191608060F051A040B1D141F1D1A311B10 1D1F0F2814281425202A47423C2E4B5B6195D3CE9A8988849DC8E1EECDAEC3D1 D9C8A0A3ACBDC08E92BADCE1D7E3F3F6FDFEFFFFFFFFFFFDFFF8F8FDFEFFFEFE FFFFFEF7F8FFFDFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFBFDFFFFFFFFFFFE F8F8F9FDFDFEFFFFFFFFFEFFFFFFFFFFFFFEFFFEFFFFFFFDFEFFFFFFFFFFFFFE FEFBFDFFFFFEFDF7F9FEFDFBFDF8DFE9F1F6F6F9FFFFFFFFFFFEFDFBFEFFFFFF FFFFFFFFFFFFFFFEFDFEFFFBF7E5DFE5E5F4F4F8E8D3D1BDA3B191998C939AA4 9D9594926C55614F5F5F6C7F62725F407670786F58565D5B61474058585B616A 624F654759856C7E7573696165582A3C25221C292F16161D08190A0505192008 0F05080B 122A31332A121B2A0E1407192207170C0F1B1D0E050208050C0701221B10161D 1F06100C080B160C0F120C0A060C04191B0C080C1917080B0A0B0F0E141F1425 161F191B1C1D12121B31142A343647636F9AD1DDA8798E7FAED1E3E9C9B9CDD7 E8DCAFACBFC0D6B2A68EB1CDD3E4EBF3F8FDFDFFFFFFFFFFFFFBF6F9FEFFFDFF FFFFFEFBFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD F8F9F8FBFDFEFEFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFEFFFF FFFFFFFFFEF8F8F8F7F8F7EEEFD7C3D4EAF3F3FDFEFFFFFFFFFFF8FDFEFFFFFF FFFFFFFEFDFBFEFFFFFDF8FDFBF3EBE5EEF4FBF6E1CCB39A977E94A37FA095A0 9D8B9175785D404B595B6B6F6F635B5B5559796A625B625B4E70625566667375 725F5B61696976825D695B836959512C20291921160E14100505050C05171012 170B0808 2131303A16231D0C0C100F140B0706040F0F0A16080806100F0405100F07070B 1908160F0F1012190C0C0C12160E120C060F1216190A0E1408200C050C05070C 0F0B0B1D1B12160F213C3940214444477F93A2D4A4735870A0CDE3E5BFBDD4D7 E1E3D4A2B7CECEBBA9B8A4ADC1D9E3EFF3F7F9F9FEFFFFFFFFFDF6F3F8FFFEFD FEFEFBFDFEFDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE FEFEFEFFFEFFFFFBF8FBFDFDFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFEF8F7F3EFEFEADFC69A9ABDD4EEF8FFFFFFFFFEFFFFF9F9FBFEFEFD FEFFFFFFF9FBFEFFFEFBF8F9FFFDFDF8F3F1F4EEE4CC9C8CA388957A8B9A7894 737673675F5673755575694E5F4B404B55757876735F7A6F627B706C5B618961 6C5659585B6A6F6C70615B95826B58473F20232A0C100C0B0207060108190E05 02000105 2C192A2E1208061A120B2E2A14230707000708140402061B0F04050819051219 1B0C0B0F1919170A02081607100B16052C14202E160A191D0F1D0F0B0E101408 250E06161616121D1414203A0A312A59678996B7A8754B525B9AD4E4C7AAAAC6 D4E3DEC0B7CDE3D1B2BF8B92A8D3E1E5F1F3F3FBFFFFFEFDFFFFF8F3F8FBF8F8 F8FDFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF FEFFFFFFFFFFFFFDF6F8FDFEFEFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFEFEFFFF FFFFFFFFFFFFFEE9D9D4DCC59D97737FCEEEF8FDFFFFFFFFFFFEFDF8F9FFFFFE FDFFFFFFFFFBFDFFFFFBF8F9FFFDF8F9F4EAE9E4DA9D91737695827F918C8C91 767251636262627E7E7563514E556B5269787E75727E735D84787E7B838C897C 754F674F45626970676F7E7882754B4F474B422119070F10080E0E0F08080405 00000000 1C1A313642200A1D191D121B0F0A0F14060805100B101B0E02100C190F161C1D 242A0B1A160A10020B191D14050C160B140A171B1F14081429170F0B10080C10 05040F0A06160F19142A1D0F0E161B4B5F888B969C6F69625979B3CFAE8C8B9D B8DBE5D1B3BAEBE5D3D1B19DA8B2DAF0F3F3F6FBFEFFFDFDFEFEF8F3F0F4F6F8 F4FDFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFDF8FDFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFDFEFEFFFF FFFFFFFEFFFFFDF1DAB7AC9788837288A0DAF7FFFFFFFFFFFFFEF4F1FDFFFFFF FEFFFFFFFFFDFBFDFEF8F8FEFFFDF9F8F7E8D4CEBF967E7283766C9D88A09499 89676255617C636B7C6B59515B6B4B6161697F7A7E737F898978846B828B8888 6A6655516C55596C6772768289565859515D553E281B2E1B0E1B221B0F100F0F 01010206 0E0B19242A10160C1721061B1D14171D22100A201A140F0E0F0F0C1607221412 16251F05050F0B0B080C141D0F0C0714120F1F08120C120F1B0E0F0C281C0814 1420050F080B1B14161D2322162340515889A9A0A27F5855757582A89DA08997 A8CDEAEABFB5D4E3DCD4CC97B9C5D1EAF4F4F9F9FFFFFDFFFFFEFDF7E9DEE4F1 F9FEFEFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFEFFFEFFFFFFFFFFFFFFFEFBFFFFFF FFFFFFFEFFFFFEF4E1BD83729384596B88CDEBFDFFFFFEFFFFFDF1F0F9FEFFFF FFFFFFFFFFFBFBFDFBF4F8FBF9F9F6F7F8EBD4A8888B8372797E7F7FA4A891AE 8C615B5B73837A91656363555F6F616A5B7F6C6F7F707E828E75627E8573929A 6C5F59615B555D4D697572848278615F6A4B554F2A1B241B0F0612120B1B0C05 00070B07 3F23171F252016121D1B2924070C1B1C191A10140F2C07241D1D0F1C1D160A14 190808040E211614161D0E0814170C0C1D231B081D0422101D101716121A0705 171B1A1414211605210C14221B243B474E5F8CA484755D6166637594C0D49F9C 91C1E3F0E8AC9FCDC2B7CFD3D6D1D7E1EBEEF8FEFFFFFEFFFFFFFDF9EBC3D4EB F6FEFEF9FEFFFFFFFFFFFEFFFFFFFFFFFFFEFFFFFFFFFFFEFBF6FEFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFEFFFFFDF3F3C18B947B9A73637EC5E5F8FDF8FBFDFFFEF7F1FBFDFEFF FEFFFFFFFFFEF8FBF8F1F9FBF9F8F6F8F8E4C79D91626779667885829F96A07A 5B784E586A78838B70624F73664E5D6C5B8291AF85828C798B8B697C8F969570 88525279616266887A597878586A4F5B5F5D63443B331B1B140F1604080B0B00 02020106 4331201631371C2A233423143B2530360C0F1B1F1212050C082108141B161614 0808070B12191416170F0014080C1B0705011A040206080C2019141A1A16161F 1C0E2F0F1B0E201D0A051B22282E284555586792A8855B6B5B7E6C7EA0B1C199 83A8D7E8E5CD9A8CC8C8D4E4E5DBDBDEE4E9F1FBFBFFFFFFFFFFFEF1EBE5D9EB F3FDFFFEFDFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFEF8FBFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFDFFFFFFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFEFDF8F8F3DCA38F89916F786F8CDDF0F7F8FBF9FFFFF8F7FEFEFFFF FEFEFFFEFFFDF8F9F8F7FDF9F6EEF3F6EED69F707E768B7E999A9DAFAF7F7E62 5F5952614E8F91766561726C69705B69847F89A27C887C97927E858C91887B66 5F6559587F706176826F6A63664F586159636A5856433F39222A190C1F1D0A04 0C0B0006 3B37253748252A25231D191F3C2C29241F2A1A201C28070C1D1D19280C0E191D 0C080A1D0C1F0F1610101B1B1D190F0C0E05190B100E1D171920232A251C252C 28171B1633101B1405101723141939423B5B628C9AA9996C7E92588B9A849273 7585C6D4E3D69693C6E5E5E3EBE5DCD7DEE4F0F6FBFBF9FDFFFEFBF8F1EADEE5 F4FEFFFEF8F9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFEFDFDFDFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFBF7F8F4E5C57B888E8283859DC0E9F3F7FBFBFFFFFFFFFDFDFFFE FBFDFFFFFFF7F4F9F8F8FDF3E3E4E8DFD48C8278678BAE91C0A8BDA283886C58 5F595B6A757A697F6962756C727256857B887F7F8C92729AA0927B84A885897B 67736C7E786C8275828C6F63735D5F405B5F55595B43303E3E191D2116210C0F 060A0106 4743443A3F39333B3F1C0F21220821310A0F221C0F12190C1D2A1B2117280B25 05191D2E2008051D0F1B220E0A1B120C0E1A14171D0F0C0F1D101B2831173119 140E0F1214172008281A061B1D2E2E3C3C42517373846A4F5D6F76736B837884 837B89A0C7D185ACC0E3E3D1DFD6DADADFE5EEF1F7F8F7F7F6FBFBF4F1E5E3D7 EAF1F9F9F7FDFFFFFFFFFFFFFFFFFFFFFFFFFEFBF8FEFFFFFDFFFFFEFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFEFEFFFFFFFFFFFFFFFFFFFFFFFFFEFF FFFFFFFDFDFBF3EFEBDBB8AC9D9DAA9194A9BAE3F0F6F9FBFDFEFEFFFDF8FDFB FDFFFFFFFFF4F4F3EEF8F8E3CDDACFCEA26A735B798FA8A8AC84A2916F626F69 55755B4D725B66736C8567768C725873799A708C7E7999B2ACACA69A8B91826B 6C69556F69757673916A78755F585B4B51555B51594E2C2E311A1B140E17061A 05080A05 393C623937372E2A2E2E2C0F3F221B241F081B0F200F1F221D1D211A1925141D 0F3916232C120A140E160514160A0C0F0E14141B100A070B17170F0F1B190E0C 160C0C191C1F2E1B331A2316141B162323373F43616158666162707575626688 6B9A78859A9CB7B2C7D3CDC8DBC8CDDAE1E9F3EBF3F3EFEEEBEFF3F0EEF1EAD1 E5EBEAF1F9FEFDFEFFFEFEFEFFFFFFFFFFFFFDF9F8FEFFFEFEFEFFFFFEFFFEFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFDF9FBFFFFFFFFFFFFFFFFFFFFFFFF FFFFFBF8F4F4F1E9EADACDB7BAC9DDE3DCD1E8EBEFF3F8FDFFFDFDFFFBF8FDFE FEF9F9FBFDF7EFEEEAF0EFE3DCD1D4A6756A75677288A0B894A3918355396963 6F69596769637E666F7F7F7A6A82727085949C96A499A4AFB29A9DA078AC8C94 82657A6A6C7B75788B7875515D5B515551484E565F4762492E312A101F160F0F 17160400 3633393E442A342A374B4B374F334B2A3725191629252F232A280E1D050E191D 1B190508080C10070C1B19201D2E071D1D0B0E1712060C2016140F19283C281D 0C1D1B0C1D1D301D1D101D162208192C1F3737393F47625B59696662797A6C79 9DA87CADB17FA4B8D6BBD1D9D1C8CDDDDFE8EBF0F3E9EBEEE5E4E8E3E8F0F3E8 EEEBF1F1F8FBF7F8FDFDF9FDFBFFFFFFFFFFFBFBF9FBFDFDF9FDFEFFFEFEFDFF FEFEFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFF FEFEFDF9F9F4F9F7F3D4D6BFC0D9E1EBE3EBF3F4F3F3F7FDFDF9FBFEFFF8F8FB FBF9F8F9F9F3EBEBEAF3F1DEE4DCC789785F6772617597C0AF88836342556A59 7E676F5B697F79787E70788B8C756B848C9DBD8C8EA8A0A9A4A693899FA49699 83757A786958828B657C7569624E5B425F4F425258405B362A231D0F140F1612 12100F06 443E374B4F422F203A3337474B39442C47210F1F0B23332528231B0A06140808 2A160C0F080A0B2E10101A1C0C0F0823141D200C16191D171B281D23211C231A 12141928282C391416171A170C12100E1419201B3B394F52624B6572627F696B 91A39797A0B5A8A8C6A6B5D4DEDBDBE8E3DAD6E1E3E5EFF3DEDAD1D4E8F0F7F1 F3F7F7F7FEFFFDF8FBFEFBFBFFFFFFFFFFFFFDFEFEFEFDFDFDFDFEFFFFFDFEFF FFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFDFDFEFE FBF9F6F6F7F1F8FEF8E5DADDE3E3DCE8E9EBF4F7F8FBFDFDF8F9FDFFFDFDF6F7 F9F9F9FDF6E5E9E9EFF3F1E3E4CF8B73705F796F88AFA0A8A273634F4E5B7992 837282697588887A899C7F618F75788F8CA39ABAB9ACADAD96B1AA958493AF8E 78767E84756F6A738B78617B6148585169404951484E483A2E162C1B0B1A140A 1B0C140A 3F2E31593F403C2C2A2A51423A423E2A3C312A1C1B17232323162C0F16192E22 201B231210210E1B0C20070A0802080B0E0F0F1C0B070F06051B1419080F220C 0F010E1B10080C0C140F1D1D19291F100A042A08302F294358475B617B615976 91939A7288C6D1AC7EA6A0B7D3DCE5EBEAE3D4CCDFDBDDDCD1DAE1E3E9F6F7F3 F7FBFDFEFFFFFFFDFDF9F9FFFEFDFFFFFFFFFFFFFFFEFDF6F9FDFEFFFFFEFDFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFDFFFFFFFEFFFFFFFEFEFBFB FBF9F8F7F4F4F8FBF9F3E3DFEAEAE9E9F0F3F0F7FDFEFEFDFBF8FBFDFEF9F8F8 FBF9FBF4E5D9E1EFF3EEE9E5DFA6617F59677E8396939984727C726167698B83 8E8F6A7691759C858E827E8B83727E73789D9CAF9AB3B3A8B29796A07588899D 946C8F85697273938575666266694B5B5B433C4B4B394751371B1D0B0A14220C 06060604 36494347404D374B3A3B474B473C5F5936453C2E2C2137191B1F17211B081C20 2C2C202516161F140E0F080402070C0414160A17022007060A0C161416071919 19142C080424101A232F240C170F0C161608201B312A393F4858655F9D8B7A52 798B6A7393ADBF9A89B7BDBFBBCCDEDDE3DFDDD1CFD7DBE4E3E5EBEFF7F9F9F4 F7F8FEFFFFFFFFFFFBF8F8FFFEFBFEFFFFFFFEFFFFFFFDF8F7FBFDFFFFFFFEFD FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFDFEFEFDF7F4 F8FDFBF6F3F6F8F3F4F3E3E5F1F7EEE5EAEFF3F8FBFFFEFDFBF7F9FBFBF9F6F7 F9FDF8EEDDD4E3EFF1E9E5E3CD836F83827A76859F7E846F6F637272566CA48E 949C888E8B9A95799388959D8C757B8BACB2B9B3A4B3ACA8A4A29C7E82897AA0 928B85848367619583766C625652524B3F58474458404E3F49280B0B10060A05 0B080807 31493E493F334B4F4B5D4B4F524E584B4B3C3E42332A311622191D251C1D200C 1F1A12171D12120C190E0F0E19191714060E0E0500160C081422160820141B25 07101417161C1614041D0C0406162E10191A141D363123284233477088969D72 7E787C6C628892789DC8DFD3C6CDC5C6D4C9B3B3BDD1DDE5EBEBEEF8FDFDFEFD FDF7F9FEFFFEFFFFFDF8FDFFFDFDFFFFFFFFFEFFFDFEFDFDFBF9F8FBFFFFFFFF FDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFEFEFEFFFFF9F8F6F8F3F4 FBFDF9F6F8F8FBF6F4F4E4E5F1F3E5E3E9F1F8F8FDFFFFFDF7F6F3F6FBF6EEF4 F9F6F3E9E4E4EBEFEBE5E3EAAC7E8C8E897E9C9F959A6F5B705B5F6362706C88 887BA094998E9AA0849DA6939C9A928CA2B8A6919C849AAAB1A496A2886F858F 73A882846F6A6F697588626570694F4E4F4B475B4B3C47434328220B0E080102 08010508 484434583331445B584E635F4B5B69614E44393E442C29212F29211D21201A20 1C0F200F1B08211B1B161F1923210F140B0B1414080B16140A1B0E120C0E161B 161F0C1D14160F0E0E0B0F1D101F200C0F101D1B22282A33391B3F425F7E7561 62556F5B5B5F7E8382C1D4CCC0AFBBBB9DC5ACB8D9DAD1DCE9EBF6F8FDFEFDFF FEFBF9FBFDFFFFFFFEFBFBFDFEFEFFFFFFFFFFFFFDFFFFFFFEFBF8FDFFFFFFFF FDFDFEFDFFFFFFFFFFFFFFFFFFFFFFFFFFFDFEFDFDFFFEFDFFFFFDFBF8F7FBF8 F9FEF7F3F4F8FBF9F3EFE5E9EAE1DFE3EAEFF7F9FFFEFEF8F3F1F1F0F3E8E3EB F6F1EAE5E3EBF3F3E9E4DBC7A09A999D9F8B9C9F9C8C75755B66694F63616975 929DA096B5979A91859F99AD9A99AEA6BFCEBA999A8E9997B1BF9AA096959AB7 997E82917B6B75695F5F6961517858524E4244515F423C473123190E100C0A0F 0A080C07 3947493E394E42524E565B615F61696F49403743442A372E1B3B39252C1B1D17 23080F1B3010292C161929240C050C040A000F0B140B0F140E120C1401050722 0E0F19141B28190F121216121B20081C201D12202E1D373C2208312C4955654F 5B76655162596161739A96C0B196BAC2B7B199A8D1E3D6BBD4EBF4F7F9FBFDFD FDFDFBFDF9FDF8FFFFFFFEFDFFFFFFFEFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFF FEFBFEFEFFFFFFFFFFFFFEFFFFFFFFFFFFFBF8F6F8FDFEFBFDFBFBF9F3F6F9F8 FBFDFBF3F8F7F7F1EEE3DEE3DCDDD9E8EBF7F8FDF9F8F4EBEEEFF4F1F3E9DAEA EFEBE3EAEBF0F8F8F0E4D99C79929A9593A37B96AC8B727C76756373726A8E7A 91A2B8B39A9DA47F9CAAA8A0A8AAB9BBCECECCB78F968CA4A9A3BAA096ACB3B2 9697967F8E725B7869695F67594D555B394D4D493B3F3C230E23191D1B0B0F17 330B080B 3F3C454449474F653F5D59515F757961585F3F4B422537432C202C4228283319 2E190E0C1A161612190B05060500080A08042A141B19020A121614060512051D 160E0C192A20160F0A0C0C081014141B17160212201B342A3C2F2022372E4847 59616565586965457C88838F83A0C6D9D782839FBFDED1C7CFEBE9F0F3F4F8F9 F8FDF8F3F3FBFBFBFEFEFFFEFEFDFEFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFF FFFEF9FEFFFFFFFFFFFFFEFEFFFFFFFEFBF8F8F3F7F9FBFBF9F8F8F3F0F6FBF8 FDFBFBF1F6E8E9F0E5DDD1D6E3E1DDE9EBF4F8F8F9F4EEE3E5EBF4F9F8EFE9EF EEE4E3EAEFF3F8F1EAD99F9572899D969D9497A4A8AC97827A887872736C637E 97A4BDACA6B3938B9A7CB59AA3AAB3BDC5CECFB5AD9682939991B7B5AD93AF9D 7FA29C837C6C696F526B5B6A59484F44444739513A334E3328191620120E0708 20120C08 4343375B5F615D636947566251706F4F515D62583942495552423137201D1A1D 240B05140E0C190A00050E0004040F050705010C1A120412191B1B1A190F1B14 14190A19080C140708190A200E0F192024160F0E0B2E2120244F552F2C312831 555558585F82595B75656F677278ADC8B79F8B6FADC5CEC7C3D6E4EFF7F6F4F4 F7FBF8EAEBF3F8F8FEFFFFFFFDFEF8FEFEFEFDFEFFFFFEFFFFFFFFFFFEFFFFFF FFFFFEFEFFFFFFFEFDFEFFFEFFFDFEF9F8FBF8F8F7F8F7F7F3F1F4F0EBF3FBF9 FDF9F3EBF3EAE3EFE9DDCFD3E3DFE8EEEEF3F9F9F7F6E8DFEEF1F9F8F7F3EBEB EFE4E9EFF3F3E1DBBDAA9A837BA8A4A4AC92A6A8B395829A8997A273727F7F97 78A9AF93AABD9A8FAEA8B8A2BDAEC9C7BDC8B9BDA27E8E7989B3AFA9B7A4BD9F 9C917B826C6C6F5B6C706F766278624E4B43393E42473336391B162216080C2E 1D0B080B 443F40514762696969555F63848261755F5B4F4539334E4E3442423722282A1F 2A22101B2E040F0507050C0F0C041D0C05070B1D190C1D1B201B0B081B171214 2314142A0C171D211C0C0812142E161631311B1D142A19423739443B362A1A2C 2E44614B5D736969594E44436F619AB9A8887E8B95B9CDB9A4C6D4EBF9F3F1F0 F8FDF7E1E5EBF3F8F9FBFDFEFEF9F6FDFEFBFBFBFFFFFEFBFEFEFDFDFEFFFFFF FFFEFEFFFFFFFFFDF9FFFEFDFDF8FEF9F8F9FBF8F6F1F3F7F3F3F8EFE8F3F6F8 F9F6F3F3F8F7F1F4F8E1CCD4E3E5EFF7F7F8FDFDF9F6E5E9EFF4F8FDF8F7E5E1 E5E8E4E1E5DAAFBA9383A07C8BB1B19D9FA3B3A9A0787F85A4C9757891858399 78A29D92A6ADAA95A6BDB5B3B3CDCFC0CCC2B2A0978582919D8BA4C2A89DB3AE 9C8C8B696B78695B75627C7B8E725B784E4F4E3B40373B49222E1B1712080F1D 16190F16 4B4755586A52626F3F586F729692827F5B694E4B5943524B4B3C1D4B2C233A29 2A1D101616071D0C12050E140B0B0E190E161D121D231B160A020E050C100E14 0F040F08140C0B1C1D16120C0E1B1D33253A1B191B2A212A2A4331364B3C3C37 3A3C4B61593E827669555F5B61738588A2928C88768E9D95A885B9E3F3EAEAF0 F8F8E9DBDBE8F1F3F3F4F7F9FDF7F4FBFEFEFEFEFFFFFDFDFEFEFDFEFEFFFFFF FEFEFFFFFFFEFEFFFEFEFEFEFDF9FDFBFDFDFBF8F8F7F7F8F4F6F8F3EAEFF1F3 F9F8F4F4FBF9F3F0F0DAC8D6E5EBF3F8F7F6FEFBF8E5E5EAEFF4F6FDF8F9E4DC DADCDEE9DACE9D889C8972789196C0A6B29C9CC58E769D8996AF7E6B637E9483 93A9959CAFC2918399ACB3BDACCECDC6ACACCDB5B8B5848CA8A9A2A4AF9A89A0 887C9183A472827C6F7B9782ACA06B6751554247472C3A3F2E2C1F3C14141014 14171F14 425B584B67615F554B6161A69F92A091705B6C6F474B5B4F4E4F403933443139 371D0C1610190E0F080C14070F0C1214141B2C0F19200F0B1C0C01162A1B2329 0F0A0F0A1D0C19161B1D1205050A171F140E0720191D1D161724434E364D5647 4E424F5667665F69765B6A61625B4D4F595B957E829CAC79728EA4D3E3CFCFDB E4DFB7CEDCDAEBEEEEF1EEF3FBFBF8F8F9F8FBFBF8FBF7FBFEF9F9FBF8FEFEFD FFFFFEFFFEF9FEFEFDFDFBF8F8F7FBF9F9FEF8F8FDF8F3F3F1F4F4F3F3F1EAF8 F8F8F8F7F8F6F3F6F9DBD4DFE8EBF1F8F8F8F8F8EBDDE3E9EBF3F7F9F7EBD4DA D9D4CEDBC09C8B829D7578738BC6CCB8C0A8B89D889684B2C9947B7A787AA4B2 9397A89AA9BD88AD9AB3B9B7CCD4C8B3A4AFC8C3B8A4A6B18FA4918FA0A6A083 94917B8CA682957F7F7873938C8B845558594D3A424B3C31332A312A12160E0B 0505190E 4440515B5B666C61676A6F7E6C9D7A88846F786A62615B59564D51311B36393E 2C37251B1B1F0F2012171A1F1F0702050C0C170A191720050E2808191F1B1D0C 291D191D2E0E2019211D2A2805190B05000802081D230C142120363939445569 444D5B5F626B697A757E6C4E72594F5D5B52737C8F88C0B5828893A9ACA2AFA6 C0C1A4BAC8D1D9DEDAE5E8F1F8F8F8F7F6F3F6F7F7F9F8FDF9F6FDF8F8FBFBFF FFFFFDFEFEFEFBFBFEFEFBFDFDFBF8F8F8FDFBFBFEFEF8F6F7F8F8FBF8F8F3F8 F8F6F4F4F9F8F7F3E5DCDAEAF0F4F9FBF9FBFBFDF7E4E5EBEEEBF6F3EAE3C6D1 D4C6B8B2B79C72929D6F899AA0C8D7DBB5AFB7919AA8A4B9C8B8947285839CA9 8E96919F979197C0C8CCD1D6CED4DED1D4CEADC0AEB5A392B392859799A0AD8C 9D8C9499859A917372788B85827C6A61654D5F483A373C33281D280F08190506 01010000 794B595569726178726A696B8885917E75889D62554B4D5B525F424334363949 4248373B2A1B1419120F16160B0805121F0C161A0E0F1007140E0C0C10172012 1B282E201D0C1A19231C25201712171D0E080F171B0F081410302E20313E4444 4955475B6962707E6F705F6259585B59735B66727C9AA69D9C9A95B39A848894 A2899FA8ACBDC2B7C5DEE9EFF1F0F4F3E5DFE3E5F0F8F4F8F8EFF8F8F8F8F8F8 F9F9FBFFFFFEFDFDFDFDFBF8FBFEFEF9F9FDFBF9FEFBF9FDFBFBFDFFFEFEF8F8 F8F1F1F4FBFDF7F1DFDBE4E8F4F8FBF9FDF9FBFBF6E9DFEAEFF0EBE5E4D7CECD AFAAC1929183797C7B999395ADCCDADFC6AEB2B5B393C7CDC8A8919D7E99B792 8CAEA897998899B5DCC6CDE5E5E4DEDCC6B3C6BDA8B9A38BA27E83678EA88284 88889292887F959578839A7E7249584B4F69592433333323281D0C040605080C 04040204 555B624B666F7873837E62829669726C7893979A5B4E65735F694B4F4D593F43 3A3E1D4047341F1914081A20120E04141B0B0E0B0C14080F190C14123E081416 14141A14070219200A140E0F2C16160A080F0E1B0A0508231C31364923374B3F 423F3C4733514E525B635B6C6561626C785F957678887E8E7F8EA2929A897B7C 8282A4A4A48894B3BFD4E3EEEFE5EFF6E5DFDDDCE9F1F3F3F3F4F9F3F3F3F3F7 F4F8FBFBF7F8FDF8FDFEFEFDF8FBF9F8FBFDFBF9F8FBFEFDFDFDFEFFFEF7F7F8 F1EEEEF3F3F3EBE4E4DFE9EFF9F9F9FDFBFDFDFDF0EBE9E9F8F3E1D7D9C5D6BA A8A38B8E888C8B9C8C9591A699C6D4D7D1C3BFACB8B3ACBDB79685AF8B9789AD B3AAB79DA497ACA4B3BDD6D9DDE8D7D4C2AAB1ACB8A4949A676F7B6C887F9A8C 8897826C6F7094758393889572475D4F4D51554B332C451B29311F1405140808 0C07080F 726C595F7262836C897675826F827F7388A2979A756962838B615D5548513145 2A333B2225231D19070E1016200E08371C060F19230508161614080E230E2A16 191619161A19100519081A1B0E0E28080F0F0705122C0E1B31362A343E45444F 48433F44394B424E495F5B486F6C5B7069836C70919794AA7579828E9D6F957B 7A8E9DA9A3A0AFA8ACCDD9DCE4DFEEEBE4D4D7E1EAF3EFEFEAEAF3EAEEF1F1F1 F1F4F8F8F4F4FBFBF8F9FBFDFDFDFDFBFBF9FBF9FDFBFBFDFEFDFEFEFBF9F8F8 F3EFF1F3F8F1E8DEDEE5EFF4F7F9F9FBFDF8F6F1EBEBEFEAF1E4CDC8B7B7C8AA 938C889AA0AC9193A89DA2B7BDC5BBCEC8B9D4B1A69483A9ACBABD99B9CEB8B7 B2B1C1B2B39A94AAA0B9B7B7D4DAE1C6A3BFAC9FA28E826B616F5D8392889AA8 A8AF9A9163738C6C8F959F8B6F6C5B4E5B4F595B5B4747473C24341D0512120F 10160805 6C707859758B7684946A827E7275849D8FA4AC8B9D9182828B85513F4E443336 2C3F313A34312E31121D1F0C081016141D201F1D1D080B082016080A0C121C10 050A241F1F2C210F34191D0E1A1910161D1B0F051B191D191A343F2E31524B39 39512C33442E344B495F4D6167625F5B42796C63737B887B8B91828B9D968C91 9A888CB7A8A4A495AE9CC0B7C8D3DFDADCD4CDDBE8EAEBEBE5E4EAE9EBF3F3F8 F6F3F8F4F3F6F7F8F7F8F7F9F9FBFEFDFBF9F9FEFBFDFDFBFEFDFDFDFBF8F8F6 F3EEEAF0F6F3E3E1E3E9EEF1F3F4F8F8F7E9E5D6DAE5E5E5E1D3BBB2BDC1929A 8F979A91A89CB2C1ACADB8B3CCCDC8D6D3D1B3A4A49A97A8ACB2AFC3BDACD4C6 ACBBB3A489A6B599A4B3A3BFCDCDD9CFCCC1C2B7A8999C73586B82797FA983A8 CDCEBD7E677265738C97A8A07B58595B475B624B635F5844403B1A1620070E0E 140F0208 58616B615B6C8C847278797899919A9993939CA4A67A7E85735F55594D4E5F48 4752373C25301A241924221D141B201D2428212C1B23050819161A0816190C19 160714122A1B1D1A17190E0C161B14241C25161D2E2C361F302423330C16222A 31493F493E3C47494E55424F5F5D42586C67757B636F7E918B82A8A9B9C9A88F 8F949A91ADA497A8B3939CAAAFB2BDC8C1C6C7DAE3DFE3DADBE5E4E9F1F8F7F9 F4F3F6F3EBE9EBF3F6FBFBFFFEFEFBFEF9F8F8FEFDFDFDFBFEFFFEFEF8F8F7F6 F1DAE1EAE8E3DCE9EBEBE5EBEFEBEBE8DDD3C8ACC8C9D3CD8EA0ADAFA8AA9F7C 6783758FAA9FA8A8BBC6C6BDC0BACFD6C8CDBBC19DA8A482B8BBBDACA2A6C9BF BA9C9DB88BA89DA0AAB9C7C5C3C3CCCDD4C6B9A4A48B5D735B617065827E95AF A9AFA86F6C6F757E7B9A7B8F884F5959614E4B4D554358483F2A1A100A081005 08070108 75835F736F75A6B394756A7B6F7E92739D8F947B758B7367725F4F514B4E4B58 4F444D482A31203630453C31211B1A231920161D23231A220C211F1D17142C1F 192520141B0817222F1B0B22240F14161C0C19201710100C1C1A231F0F1B062A 3F313F3F374240493F425B5B5D59586259555F4D6B6F59837C8E959AA8A49AA4 91969199AC8CAEC5C2B7979FA4A0ADB3B8A9B3DAE3DADCD6DAE4E4E4F6F8F8F7 F3F3F8F8F3EFF3F4F6F7FBFDFDFDFEFBF9F1F3F7FBFEFEFFFDFEFBF9F6F7F8F8 F3E3DCD4D6CDDCEBE4E5E3E9EAEBE3D3D1CEB78FADACA691959573AAA082736F 6272707E7A9DA97F9FB7B3AACDD1C3D4CDC9D1C6B3ACADB3C1B5BD9D9AB2B1AA AFAC9D969D8B7C8FBAC8C8C3D1C1C9CCC6C3AA8582919D756A75696C8B76939F 97A67F857882837E7C837E826C67695B855243474B4239394412212024161417 0E010408 65727B7A6B9A95AC976F70768283888289698C7C736C635859635547554E626A 62695845524231393C3A2C3412101D19141B07100E1B1A1012200823210C1D0B 0C16191B161D1716161920192016161B3A2029201D160C231016232119140F23 364B443747473F483C44394B55515559555B58706965757576889AA0A29F7876 91A6A4AEAAA3AEB5C6AE9FAA93AFA9A6B2A4B8C8D9D4C9C0D1DBE1E3F7FBF4F7 F7F8F6F6F3F4F9FBF9F8FDFDFBFDFDFBFEF3F3F8F8FDFFFEF8F8F7F6F4F4F8F9 F1EAD1CDC7D4E4E4E3DEDDE3EBE1D7D7CDAC918272918C76919195A4827E6769 766F697B75A396847392A09DC3D1DAD1D1D3D9C1CDBBBFD1CCCFC0C2B2AAB5AE B2A4979DB88B886AA2BBB9CDC8D1D4D4DAD19FAA83758E7C7E7E919A919A8C91 92AC938879965B738378788375786C7363595144473B341F1D1A0F051F170C08 04000504 4F697C6F5F8585976F787E6C95A8916C6F756F7E7E5F736C66555959594F7A6C 6C7E5F63594B4F3E4B3E2A4737311F2E31241F2C081B1D10192423191A34160F 140F071A2329101D1D102414201D2A201D1723121D2320221B2E0F203B1B2A17 3131313F313F5647423E314E565B5F586C7051766F6F697E7973A39F829F917C 7E85A991A0A89AA0AD9A9A9A919D9DB1A48BBDBAC5A6A0AEAADADDEBF7F9F1F3 F8F8F8F4F8F8FBFBF9F9F9FBFBF9F9F9FBF8F8F7F8FDFDF6F3EEEFF6F3F7F7F6 EBCFC8C7C1D1E8DFE4DBDEDCDDCDA8BA9783826B6C627B8C8C7583616C73827B 708983837F967A7E707C698BB3C6D4BFC2D1DCDCC7BBCFD6D4DCCDC8A9A9A097 C7B19AB7AC919191A8A0C2D3BDD9D1D1DBCEC899928C838B8582838CAFAF88A3 9DB2BA9D9194827E73787576847F6C797B694E474F3F3C371D2428211A102A05 08050510 5B6C584E666378786F887E8F97B994705B696F75726B885B73625B556B896F7E 7E6778725559555851423F36344240363F473922250B0212101919171620221F 0B190F1D1A0F1D0B0A0705081B0F161D2012161D1A162C1D1B2125232F231F0F 2F2028443E474447563B3B4B484F4E5861726A5862835F757688928294936C88 7575837F7E92A8A6918F8F829A898F7E8C918BAAA0829CB7AEC9D4E5F6F4F6F8 F8FBFDF9F8FBFBFEF9F7FBFDFDF8F9FDFFFBF9F6F6F9F7F3EFDEE9F6F3F3F7EB DECFBDAED9DFEEEBD1DAE8DFCE9D969578788E59737082756C5B52566F739291 A2A4959D888E927C656679A2ACD1BDB2C3DCE9D9C5B7C8DADEDEE3D7A9A88EAC B3ADB2A8ACAA8EA0C5C8D4CDCDC8D4DDCDB8AF978F7891826BA09395A4A8B7B1 BDC6C0B9B18B948C83837A8F677885928B784F563F514D2829291D212020220C 1D080B05 76696F5B667363597582797A7C9D6A566A59697E85757E7A75727352587C7383 798C8865654E4E5F4F312C34372C47442E4744292E2C1D1B1B331C2023211C19 0A0E19281D0C20190C080814071C0F0E16100C081614101D231D2A20201D141A 14193A25424244474B51513C4E3F3F584E5F4F5D7355728469958B8383787872 768B62787E8591918B7E859C756A83787E848EA0838B9183ACB3D1E4F1F4F8F9 F9FBFEFDFDFEFEFEFBF7FDFBF8F6F3F8FDFDF8F8F7FDF3F8F4E8F3F4F7EFF3E8 DDD4BDBDCEE4E5D7D1E3E5D7BF8E91756A585962666269616158616C76ACAD97 BAA6AC9D978C737E7C5F96CEC2C6B7C0C2DEE3CFBDC0C6D4CCD7DDC8D3BB92B3 939DB3BAB3A999BAC1C5C7B7CDD1D9CDB5AF8FA0936A91787EA482A4A3A4B7AF C1CFCCB8B1B3A4838B7E6C8C7896729FA6585B5F445B4D433C373F192A230F08 0C020400 887B5F626F7E6173587591827288726252707F89ACA093857E946F697675798E 8CAA9A7F6F51755B474937394B515B4B514B3A422833391F1B1F161B1B201B24 2C1F281D1C3708100C100A2C17281A291D1D2C100F10120E050F1C17211B1714 0C162A2A52293F4544494B342A2A44313458495865476358656C59837282726C 6C797F7F73948378887C75736C6C5B6F736B95918F7B99999DADDCEBF3FDFEFD F9FBFDFEFFFEFDFEF6F3F8F9F7F8F3F6F8F8FBFBFBFDF4EFF3F7F6F8F1E9E5DA DED4D1C6B9D6DCDBDBDCD9B592977B615B5B63596C6C55636C4E7B8C8CB3B8C7 BFACAF798B8C7E75768BA8CDD7CDB5D4CFE3DCCFBBB5D4CDB3CCDED7CEB79F8E A6B7A8AFA4BFB3AECED3D4D4BBB9C8C0B1B2A897788E8E788C9491849997A9C3 D3BDACA8B1C7AC9382887C788B8C8E9D857361596C51434443473C30300E1F0F 0B120105 7597705B7B7E7289789985737E666B6B617EB7C1B3B3A8836B886163637C897C B1A48E99846A856C5B485647344F523E494E4B3C2E2A2F373719140A1A140E1D 200F1D0C0F340E1F0F2C0F1A1A1A0A1D212F1B140C061710050E231D19161907 0C0F20394336222544373742402E33372E2A4547434F584E515F58587275517F 6C62636A7A7E707A4B70857E676A7B7C6669755F8C8B9184AFCDE3F6F6F4FDF9 FDF9F9FBFBFDFBF8F4F3F3F4F8F9F7F3F8FBFDFBF8F8F1F0F4F8F9F8EFDFD1BB CDBFBFA4BDC7BFCFCFD4AA88756A7B654B6376597C5D695549658485A4B9CDCF CFA085898B738C838FA4A8D4D3DBDFD1C8D1C8B7BBC5CFC3D1D9D9DDD6D19A9A 9DA3CEBFBFC5B8A8C9CDDAD3C3C1A2AA99788F9FA08CA4947C7E9C6FA0A8AFB7 ACCCB2ADB7A3AAAC9A797383957088734F736B6B4F5859334B5B473F1D170410 0E0E0210 70735F756C6F756F738F857E7E857E788B929DB1B2BF8F9C85637A82727B9CA4 B3AEB591899F7569735B654B5F52565F55443F44422A3B2F1B1D1D142E1B0806 14230C2019140F2114161020101D201B1D2C102319230E05080F08160F051410 2414393A39402C191C192C1A31392831443E433B55474E5844594B4E625F6778 5B7C78657A786B616173597E625B6378585B6969616B8C75ACD1E5F3F6F4FBFB FDFBFDF9F8F7F8F3F3F3F6F3F8FEF9F7F8F9FBF8F0EFEBEBF1F3F4EADDBDB2BD B5BDBDA89AA4C2C7C2C2856C8C7E794B517361788B5D7055596B9DADA494C0B5 C1A08C8882919D95B9AEB3DFD9E1DAD1C0B3BDACB2C5BFCFCFD4DEE4DEC692A4 C0C9CFB7CEB8B7C6ADCFDBD6BDC3B2A383838B829C97B7829A978395958CA4AF AEA89DB3B7B5C3A8A08F897A7E89757982696C734D513E474948584B1B2E0808 01000205 7E7F728C8E8E7A6C736B9A8F7C918B917E91A8A9A3B28F9D9A7A65628F9AA6C7 A4C2C8C1AA9AAD896B72724E625D5B4E5B4B4856623C3C393C20201D0E1D1608 16170F2A233B120C201D1B171919081B190C103C2320060B080F140702040508 101C2E2C432933331B223F1A2E2F58232F3F3E2A34444F424E5845616F4B706F 6F7969615269726C7269555B476348515B595B62496F798B9CA2DBEBEEF3FBFB FDFEF8F8F4EFF3E3D7EBF1F8F9FEFFFDF6F4F3F1F0F1EBEEF3EAE3C9A4B1B9AE C8B599A89D82A69AAC857F8F6C9C947267978C7F6B614740797CAEA8A28CA6C6 B389B5A993AAA292C9D7D1D4D7D1DBD4D9CFB3C2C5B9B7CFC8D4E4E8DCBABAB2 A9C8C0B3C8BAB1C1D7DAE9DEC2C5AFB2A2787E9C8FA4BD8FAEA98E9189979A96 AC82A8ACADAC9DC5A47A826C6988696C62677E6659674D58584B434328140808 00050A05 %%EndBinary grestore end grestore %%EndDocument FMENDEPSF 141.5 195.5 465.75 519.75 R 0.5 H 2 Z 0 X 0 K N 433 137 522 238 R 7 X V N 0 256 333 357 446 101 113 427 130.5 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.0.1 %%For: (Computer Store) (For Demo Use Only) %%Title: (Head 2) %%CreationDate: (3/22/93) (11:29 AM) %%BoundingBox: 256 333 357 446 %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_IllustratorA_AI3 1.0 1 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_Pic %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 1 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat userdict begin /showpage {} def false setoverprint pop } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec %%EndSetup 0 A u u 0 O 1 g 0 i 0 J 0 j 0.144 w 4 M []0 d %AI3_Note: 0 D 296.9182 363.6581 m 297.9865 366.4884 298.7482 370.0899 300.5584 372.6662 c 301.1888 373.5635 301.9179 374.8197 301.5847 375.7379 c 301.2682 376.6103 300.7195 377.597 301.067 378.4686 c 301.8649 380.4695 304.0985 379.8075 305.7972 380.4765 c 305.89 380.5131 305.9189 381.0423 305.7827 381.1512 c 304.4593 382.2094 302.6231 382.4101 301.66 383.7473 c 301.4377 384.056 302.1218 384.8029 302.7864 385.1326 c 303.424 385.4489 303.7101 386.4578 304.2081 387.1479 C 301.6858 386.1399 298.4935 386.1963 296.5033 388.0895 c 295.5851 388.9629 296.2496 390.4112 297.0185 391.389 c 299.727 394.8329 301.924 398.117 304.6689 401.5217 c 305.0347 401.9754 305.3228 402.7955 304.9353 403.2818 c 304.4708 403.8648 304.3007 404.7445 303.3981 404.4278 C 303.2285 405.5099 302.6863 406.5447 302.9309 407.6517 c 304.0199 412.5793 304.2338 417.3434 306.6381 421.7077 C 304.4665 421.3754 300.9366 420.6829 298.8081 420.0877 c 297.2579 419.6541 296.2346 418.481 295.0958 417.3213 c 291.5132 413.6734 288.3121 409.8309 287.3951 404.6629 c 285.9883 396.734 284.3215 389.4091 285.9465 381.1741 c 286.7753 376.9738 288.6204 373.3687 289.4998 369.032 c 289.6609 368.2375 290.0849 367.6547 290.2997 366.9374 c 290.6757 365.6813 291.9093 364.8505 292.9727 364.0706 c 293.9701 363.3392 295.4639 363.5535 296.9182 363.6581 C f 0 R 1 G 0.432 w 296.9182 363.6581 m 295.4639 363.5535 293.9701 363.3392 292.9727 364.0706 c 291.9093 364.8505 290.6757 365.6813 290.2997 366.9374 c 290.0849 367.6547 289.6609 368.2375 289.4998 369.032 c 288.6204 373.3687 286.7753 376.9738 285.9465 381.1741 c 284.3215 389.4091 285.9883 396.734 287.3951 404.6629 c 288.3121 409.8309 291.5132 413.6734 295.0958 417.3213 c 296.2346 418.481 297.2579 419.6541 298.8081 420.0877 c 300.9366 420.6829 304.4665 421.3754 306.6381 421.7077 C 314.4449 422.9021 316.7348 420.4837 321.7677 414.4258 c 322.3498 413.7252 321.7543 412.9192 322.0883 412.2897 c 322.8815 410.795 324.4619 409.8587 324.9123 408.1847 c 325.4611 406.1454 325.9677 404.0948 325.4263 402.0271 c 325.1118 400.8264 324.6604 398.7462 324.998 398.7578 c 325.6729 398.7811 326.1742 399.6725 326.8526 399.2421 c 327.4476 398.8646 328.0753 398.1978 328.0802 397.6764 c 328.1252 392.9723 328.0115 388.3324 326.7884 383.664 c 326.5608 382.7952 325.6894 381.841 324.7677 382.1401 c 323.8877 382.4257 323.7885 383.8645 322.838 383.908 c 322.2553 383.9346 321.9187 383.3646 321.8778 383.0807 c 321.6781 381.6956 320.6907 380.7598 320.4868 379.3455 c 320.2865 377.9558 318.4656 377.4417 317.7805 375.8955 c 317.4628 375.1784 315.9581 375.1197 315.4095 374.3628 c 314.4601 373.0531 313.5355 371.8715 312.4621 370.7935 c 309.8129 368.1327 308.1485 364.279 304.4034 363.4597 c 299.7475 362.4412 301.6058 363.9954 296.9182 363.6581 C s U 0 O 0 g 0.135 w 296.9182 363.6581 m 297.9865 366.4884 298.7482 370.0899 300.5584 372.6662 c 301.1888 373.5635 301.9179 374.8197 301.5847 375.7379 c 301.2682 376.6103 300.7195 377.597 301.067 378.4686 c 301.8649 380.4695 304.0985 379.8075 305.7972 380.4765 c 305.89 380.5131 305.9189 381.0423 305.7827 381.1512 c 304.4593 382.2094 302.6231 382.4101 301.66 383.7473 c 301.4377 384.056 302.1218 384.8029 302.7864 385.1326 c 303.424 385.4489 303.7101 386.4578 304.2081 387.1479 C 301.6858 386.1399 298.4935 386.1963 296.5033 388.0895 c 295.5851 388.9629 296.2496 390.4112 297.0185 391.389 c 299.727 394.8329 301.924 398.117 304.6689 401.5217 c 305.0347 401.9754 305.3228 402.7955 304.9353 403.2818 c 304.4708 403.8648 304.3007 404.7445 303.3981 404.4278 C 303.2285 405.5099 302.6863 406.5447 302.9309 407.6517 c 304.0199 412.5793 304.2338 417.3434 306.6381 421.7077 C 314.4449 422.9021 316.7348 420.4837 321.7677 414.4258 c 322.3498 413.7252 321.7543 412.9192 322.0883 412.2897 c 322.8815 410.795 324.4619 409.8587 324.9123 408.1847 c 325.4611 406.1454 325.9677 404.0948 325.4263 402.0271 c 325.1118 400.8264 324.6604 398.7462 324.998 398.7578 c 325.6729 398.7811 326.1742 399.6725 326.8526 399.2421 c 327.4476 398.8646 328.0753 398.1978 328.0802 397.6764 c 328.1252 392.9723 328.0115 388.3324 326.7884 383.664 c 326.5608 382.7952 325.6894 381.841 324.7677 382.1401 c 323.8877 382.4257 323.7885 383.8645 322.838 383.908 c 322.2553 383.9346 321.9187 383.3646 321.8778 383.0807 c 321.6781 381.6956 320.6907 380.7598 320.4868 379.3455 c 320.2865 377.9558 318.4656 377.4417 317.7805 375.8955 c 317.4628 375.1784 315.9581 375.1197 315.4095 374.3628 c 314.4601 373.0531 313.5355 371.8715 312.4621 370.7935 c 309.8129 368.1327 308.1485 364.279 304.4034 363.4597 c 299.7475 362.4412 301.6058 363.9954 296.9182 363.6581 C f 1 g 309.3386 402.5242 m 310.4189 402.5651 311.6068 402.8057 312.5191 402.4039 c 315.153 401.2437 316.6786 398.2116 315.1055 395.6227 c 313.8478 393.5529 311.1875 392.4827 308.8456 393.2357 c 306.3229 394.0469 306.3058 397.3515 307.0215 399.5306 c 307.3991 400.6803 307.6632 402.4606 309.3386 402.5242 c f 0 g 310.2094 400.5199 m 311.1603 400.9756 312.528 400.7693 313.2903 400.0097 c 313.9163 399.386 314.3494 398.5641 313.8141 397.753 c 313.2147 396.8446 312.7828 395.8982 311.7879 395.2188 c 310.7101 394.4827 309.1815 394.4802 308.7038 395.3449 c 307.7363 397.0959 308.2938 399.6019 310.2094 400.5199 c f 1 g 310.7147 398.4456 m 310.9158 398.5722 311.3698 398.5612 311.4251 398.4512 c 311.6536 397.9967 311.6745 397.2719 311.1861 396.9273 c 310.9335 396.749 310.3481 396.7532 310.2362 396.9252 c 309.886 397.4634 310.1191 398.0707 310.7147 398.4456 c f 0 g 294.2244 405.5224 m 295.5287 404.975 295.8537 404.5219 296.586 403.3102 c 297.6704 401.5154 296.6298 399.6042 295.895 398.0485 c 295.0776 396.318 292.4303 396.415 291.0641 397.7648 c 289.3283 399.4797 289.7143 402.0438 290.3189 404.1138 c 290.7254 405.5055 290.8665 406.0859 292.5307 405.9803 C 293.2733 405.8453 294.0152 405.6102 294.2244 405.5224 c f 1 g 292.7817 404.0881 m 293.3109 404.3051 293.778 403.8444 294.309 403.6843 c 294.3671 403.6668 294.3281 403.4405 294.459 403.3945 c 295.4421 403.0487 295.2197 401.8973 295.6909 401.1259 c 295.8738 400.8265 295.6089 400.4442 295.5428 400.085 c 295.4738 399.7101 295.2503 399.3365 295.0115 399.0339 c 294.5584 398.4596 293.7592 398.393 293.039 398.4723 c 291.3843 398.6544 290.2341 400.3647 290.7096 401.9535 c 290.7339 402.0346 290.7657 402.1826 290.7675 402.2354 c 290.7848 402.7731 291.066 403.1975 291.4951 403.5015 c 291.6611 403.6192 291.8115 403.7091 291.9722 403.8344 c 292.1981 404.0106 292.5085 403.9759 292.7817 404.0881 c f 0 g 297.3503 365.0281 m 296.1141 364.9392 294.2706 364.7571 293.4229 365.3788 c 292.5189 366.0417 291.4703 366.7478 291.1507 367.8155 c 290.9682 368.4253 290.6078 368.9206 290.4709 369.596 c 289.7234 373.2822 288.155 376.3466 287.4505 379.9168 c 286.0693 386.9166 286.9461 395.3028 288.1419 402.0424 c 288.9213 406.4352 292.7222 413.2113 295.7675 416.3121 c 296.7354 417.2978 297.6053 418.2951 298.923 418.6635 c 300.7323 419.1695 304.0094 419.7221 305.8553 420.0046 C 306.6381 421.7077 L 304.4665 421.3754 300.9366 420.6829 298.8081 420.0877 c 297.2579 419.6541 296.2346 418.481 295.0958 417.3213 c 291.5132 413.6734 288.3121 409.8309 287.3951 404.6629 c 285.9883 396.734 284.3215 389.4091 285.9465 381.1741 c 286.7753 376.9738 288.6204 373.3687 289.4998 369.032 c 289.6609 368.2375 290.0849 367.6547 290.2997 366.9374 c 290.6757 365.6813 291.9093 364.8505 292.9727 364.0706 c 293.9701 363.3392 295.4639 363.5535 296.9182 363.6581 C 297.3503 365.0281 L f 292.8971 402.6462 m 293.9923 402.842 295.1632 401.6116 294.7084 400.3965 c 294.5854 400.068 294.258 399.7459 293.9294 399.615 c 293.085 399.2786 292.2245 399.7469 291.8862 400.4266 c 291.3814 401.4409 291.8605 402.4609 292.8971 402.6462 c f 0 R 0 G 0.7128 w 304.5121 392.4146 m S 304.5121 392.4146 m S 304.5121 392.4146 m S 0 O 0 g 0.144 w 318.644 366.0161 m 320.0121 359.2481 305.5304 357.538 299.6361 356.6562 c 295.5626 356.0468 299.0826 347.4278 298.9161 343.5523 C 302.0906 343.6586 310.3155 344.8456 313.4521 345.8803 c 315.6457 346.604 317.9448 347.1587 319.6499 348.6188 c 322.9247 351.4231 322.8414 356.1061 321.9915 359.8788 c 321.3816 362.5866 321.3134 366.1713 318.5287 367.5029 c 318.2922 367.6161 318.5586 366.4388 318.644 366.0161 c f 289.9865 361.4154 m 289.8446 358.5688 292.5053 357.0267 295.0282 356.8002 C 294.4977 355.4081 293.7767 353.9482 294.2757 352.5191 c 294.5291 351.7936 294.5464 351.0623 294.3452 350.5027 c 293.7904 348.9593 294.2718 346.7016 292.9001 346.1213 c 290.6303 345.161 287.6947 346.3333 286.007 348.0623 c 284.2147 349.8986 283.4477 352.7605 284.4528 355.3287 c 285.726 358.5822 285.6283 362.4631 288.4864 364.762 c 289.0124 365.1851 289.7664 364.9094 290.0658 364.2576 c 290.4691 363.3797 290.0334 362.3564 289.9865 361.4154 c f 317.204 360.2561 m 315.395 364.1003 315.7961 369.9397 314.468 373.864 C 316.484 375.376 L 317.7466 371.4866 316.9813 365.9822 318.932 362.2721 C 317.204 360.2561 L f 291.5722 357.6642 m 292.8407 359.2525 294.0593 361.8146 294.2362 363.8561 C 292.7962 364.4321 L 292.5707 362.538 291.1797 360.6391 290.1322 359.1042 C 291.5722 357.6642 L f 1 g 301.7961 348.3762 m 304.5681 352.6602 307.6641 345.7123 301.5081 347.4402 C 299.7801 353.9202 l 299.0601 352.1922 298.8441 352.1202 299.4201 350.6802 c 299.9961 349.2402 300.3921 348.0882 299.6721 347.6562 C 300.1041 349.7082 297.9802 350.2842 298.9521 353.1642 c 299.2304 353.9885 299.5281 354.5682 y 300.1402 354.7842 l 301.7961 348.3762 L f u 0 R 1 G 0.288 w 290.9014 357.2957 m 291.7238 357.2957 291.6796 355.1074 290.8025 352.4082 c 289.9255 349.709 288.5478 347.5207 287.7253 347.5207 c 286.9029 347.5207 286.9472 349.709 287.8242 352.4082 c 288.7013 355.1074 290.079 357.2957 290.9014 357.2957 c s 289.3134 352.4082 m S U u 291.6939 349.9644 m 290.9741 349.0148 289.3248 349.339 288.0101 350.6887 c 286.6954 352.0383 286.2131 353.9023 286.9329 354.8519 c 287.6526 355.8016 289.302 355.4774 290.6166 354.1277 c 291.9313 352.7781 292.4137 350.9141 291.6939 349.9644 c s 289.3134 352.4082 m S U u 285.3448 349.9644 m 285.2421 350.9141 286.9358 352.7781 289.1275 354.1277 c 291.3192 355.4774 293.1793 355.8016 293.2819 354.852 c 293.3846 353.9023 291.691 352.0383 289.4993 350.6887 c 287.3075 349.339 285.4475 349.0148 285.3448 349.9644 c s 289.3134 352.4082 m S U 0 O 0 g 0.3 w 330.3079 396.1119 m 330.5959 392.0799 l 346.1478 394.3839 l 330.3079 396.1119 l f 329.7319 403.3118 m 343.8438 408.7837 l 328.5799 407.3438 l 329.7319 403.3118 l f 324.5479 416.2717 m 325.9879 412.8157 l 341.5398 423.1837 l 324.5479 416.2717 l f 319.076 421.4557 m 316.196 422.8957 l 325.412 434.9916 l 319.076 421.4557 l f 308.4201 424.9116 m 304.9641 424.6237 l 304.6761 438.4476 l 308.4201 424.9116 l f 296.3242 422.6077 m 293.7322 420.5917 l 285.9562 435.2796 l 296.3242 422.6077 l f 287.6842 412.8157 m 286.5322 409.6478 l 272.4204 416.8477 l 287.6842 412.8157 l f 282.7883 401.0078 m 283.0763 398.1278 l 268.3884 399.5678 l 282.7883 401.0078 l f 282.2123 388.9119 m 282.7883 386.0319 l 268.1004 384.304 l 282.2123 388.9119 l f 283.0763 376.816 m 284.2283 374.224 l 271.5564 369.904 l 283.0763 376.816 l f 328.2919 380.56 m 325.9879 378.544 l 338.9479 371.632 l 328.2919 380.56 l f 0.144 w 295.1722 349.4562 m N 295.1722 349.4562 m N 0 O 0 g 0.3 w 283.4363 381.064 m 281.4923 382 278.6843 383.08 276.7403 380.704 c 274.7963 378.328 273.4284 377.68 270.9804 378.256 C 274.5803 376.888 276.1643 377.824 278.1803 379.84 c 280.1963 381.856 281.1323 381.064 283.4363 381.064 C f 283.0763 406.8398 m 280.3403 404.9678 276.8843 406.6238 275.9483 407.4158 c 275.0123 408.2078 272.9964 410.5117 270.8364 408.9998 C 273.1404 410.9438 275.5163 410.4397 277.6043 408.7837 c 279.6923 407.1278 280.0523 406.4798 283.0763 406.8398 C f 312.884 424.6956 m 316.268 427.3596 314.9726 428.1685 315.044 430.4556 c 315.116 432.7596 313.6041 433.6956 314.972 435.9996 C 312.596 432.5436 313.172 432.3996 313.82 429.4476 c 314.3505 427.0308 314.324 427.2876 312.884 424.6956 C f 328.4359 386.7519 m 332.3239 382.72 l 332.6119 384.304 l 336.2119 380.704 l 336.3559 382.432 l 339.9558 379.12 l 340.0998 380.992 l 344.4198 377.968 l 338.8039 383.584 l 338.9479 381.28 l 335.9238 384.592 l 335.6359 382.432 l 332.3239 386.1759 l 331.7479 384.304 l 328.4359 386.7519 l f u 0 R 0 G 3 w 262.6996 338.7995 m 262.6996 440.2005 L 350.3004 440.2005 L 350.3004 338.7995 L 262.6996 338.7995 L s 0.9 w 306.5 389.5 m S U U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF %%EndDocument FMENDEPSF 0 256 333 357 446 101 113 79 472 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.0.1 %%For: (Computer Store) (For Demo Use Only) %%Title: (Head 1) %%CreationDate: (3/22/93) (11:28 AM) %%BoundingBox: 256 333 357 446 %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_IllustratorA_AI3 1.0 1 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_Pic %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 1 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat userdict begin /showpage {} def false setoverprint pop } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec %%EndSetup 0 A u u 0 O 1 g 0 i 0 J 0 j 0.144 w 4 M []0 d %AI3_Note: 0 D 314.4019 363.6581 m 313.3336 366.4884 312.572 370.0899 310.7617 372.6662 c 310.1313 373.5635 309.4022 374.8197 309.7354 375.7379 c 310.0519 376.6103 310.6007 377.597 310.2531 378.4686 c 309.4552 380.4695 307.2216 379.8075 305.523 380.4765 c 305.4301 380.5131 305.4012 381.0423 305.5374 381.1512 c 306.8608 382.2094 308.697 382.4101 309.6601 383.7473 c 309.8824 384.056 309.1983 384.8029 308.5337 385.1326 c 307.896 385.4489 307.61 386.4578 307.112 387.1479 C 309.6343 386.1399 312.8266 386.1963 314.8168 388.0895 c 315.735 388.9629 315.0706 390.4112 314.3016 391.389 c 311.5931 394.8329 309.3961 398.117 306.6512 401.5217 c 306.2854 401.9754 305.9973 402.7955 306.3848 403.2818 c 306.8493 403.8648 307.0194 404.7445 307.922 404.4278 C 308.0916 405.5099 308.6338 406.5447 308.3892 407.6517 c 307.3002 412.5793 307.0864 417.3434 304.682 421.7077 C 306.8536 421.3754 310.3834 420.6829 312.5119 420.0877 c 314.0622 419.6541 315.0855 418.481 316.2243 417.3213 c 319.8069 413.6734 323.008 409.8309 323.9249 404.6629 c 325.3318 396.734 326.9986 389.4091 325.3736 381.1741 c 324.5448 376.9738 322.6997 373.3687 321.8203 369.032 c 321.6592 368.2375 321.2351 367.6547 321.0204 366.9374 c 320.6445 365.6813 319.4108 364.8505 318.3474 364.0706 c 317.35 363.3392 315.8562 363.5535 314.4019 363.6581 C f 0 R 1 G 0.432 w 314.4019 363.6581 m 315.8562 363.5535 317.35 363.3392 318.3474 364.0706 c 319.4108 364.8505 320.6445 365.6813 321.0204 366.9374 c 321.2351 367.6547 321.6592 368.2375 321.8203 369.032 c 322.6997 373.3687 324.5448 376.9738 325.3736 381.1741 c 326.9986 389.4091 325.3318 396.734 323.9249 404.6629 c 323.008 409.8309 319.8069 413.6734 316.2243 417.3213 c 315.0855 418.481 314.0622 419.6541 312.5119 420.0877 c 310.3834 420.6829 306.8536 421.3754 304.682 421.7077 C 296.8751 422.9021 294.5853 420.4837 289.5524 414.4258 c 288.9703 413.7252 289.5658 412.9192 289.2318 412.2897 c 288.4386 410.795 286.8582 409.8587 286.4078 408.1847 c 285.859 406.1454 285.3524 404.0948 285.8938 402.0271 c 286.2083 400.8264 286.6597 398.7462 286.3222 398.7578 c 285.6472 398.7811 285.1459 399.6725 284.4675 399.2421 c 283.8726 398.8646 283.2448 398.1978 283.2398 397.6764 c 283.1949 392.9723 283.3085 388.3324 284.5317 383.664 c 284.7593 382.7952 285.6307 381.841 286.5525 382.1401 c 287.4324 382.4257 287.5316 383.8645 288.4821 383.908 c 289.0648 383.9346 289.4014 383.3646 289.4423 383.0807 c 289.642 381.6956 290.6294 380.7598 290.8333 379.3455 c 291.0336 377.9558 292.8545 377.4417 293.5396 375.8955 c 293.8573 375.1784 295.3621 375.1197 295.9107 374.3628 c 296.86 373.0531 297.7846 371.8715 298.858 370.7935 c 301.5072 368.1327 303.1717 364.279 306.9167 363.4597 c 311.5726 362.4412 309.7143 363.9954 314.4019 363.6581 C s U u 0 O 0 g 0 G 3 w 350.3004 338.7995 m 350.3004 440.2005 L 262.6995 440.2005 L 262.6995 338.7995 L 350.3004 338.7995 L b 0.3 w 306.5 389.5 m F U 1 g 314.4019 363.6581 m 313.3336 366.4884 312.572 370.0899 310.7617 372.6662 c 310.1313 373.5635 309.4022 374.8197 309.7354 375.7379 c 310.0519 376.6103 310.6007 377.597 310.2531 378.4686 c 309.4552 380.4695 307.2216 379.8075 305.523 380.4765 c 305.4301 380.5131 305.4012 381.0423 305.5374 381.1512 c 306.8608 382.2094 308.697 382.4101 309.6601 383.7473 c 309.8824 384.056 309.1983 384.8029 308.5337 385.1326 c 307.896 385.4489 307.61 386.4578 307.112 387.1479 C 309.6343 386.1399 312.8266 386.1963 314.8168 388.0895 c 315.735 388.9629 315.0706 390.4112 314.3016 391.389 c 311.5931 394.8329 309.3961 398.117 306.6512 401.5217 c 306.2854 401.9754 305.9973 402.7955 306.3848 403.2818 c 306.8493 403.8648 307.0194 404.7445 307.922 404.4278 C 308.0916 405.5099 308.6338 406.5447 308.3892 407.6517 c 307.3002 412.5793 307.0864 417.3434 304.682 421.7077 C 296.8751 422.9021 294.5853 420.4837 289.5524 414.4258 c 288.9703 413.7252 289.5658 412.9192 289.2318 412.2897 c 288.4386 410.795 286.8582 409.8587 286.4078 408.1847 c 285.859 406.1454 285.3524 404.0948 285.8938 402.0271 c 286.2083 400.8264 286.6597 398.7462 286.3222 398.7578 c 285.6472 398.7811 285.1459 399.6725 284.4675 399.2421 c 283.8726 398.8646 283.2448 398.1978 283.2398 397.6764 c 283.1949 392.9723 283.3085 388.3324 284.5317 383.664 c 284.7593 382.7952 285.6307 381.841 286.5525 382.1401 c 287.4324 382.4257 287.5316 383.8645 288.4821 383.908 c 289.0648 383.9346 289.4014 383.3646 289.4423 383.0807 c 289.642 381.6956 290.6294 380.7598 290.8333 379.3455 c 291.0336 377.9558 292.8545 377.4417 293.5396 375.8955 c 293.8573 375.1784 295.3621 375.1197 295.9107 374.3628 c 296.86 373.0531 297.7846 371.8715 298.858 370.7935 c 301.5072 368.1327 303.1717 364.279 306.9167 363.4597 c 311.5726 362.4412 309.7143 363.9954 314.4019 363.6581 C f 0 g 301.9815 402.5242 m 300.9013 402.5651 299.7133 402.8057 298.8011 402.4039 c 296.1671 401.2437 294.6415 398.2116 296.2146 395.6227 c 297.4723 393.5529 300.1326 392.4827 302.4745 393.2357 c 304.9972 394.0469 305.0143 397.3515 304.2986 399.5306 c 303.9211 400.6803 303.6569 402.4606 301.9815 402.5242 c f 1 g 301.1107 400.5199 m 300.1598 400.9756 298.7921 400.7693 298.0298 400.0097 c 297.4039 399.386 296.9707 398.5641 297.5059 397.753 c 298.1054 396.8446 298.5373 395.8982 299.5322 395.2188 c 300.61 394.4827 302.1386 394.4802 302.6163 395.3449 c 303.5837 397.0959 303.0263 399.6019 301.1107 400.5199 c f 0 g 300.6055 398.4456 m 300.4043 398.5722 299.9503 398.5612 299.895 398.4512 c 299.6665 397.9967 299.6457 397.2719 300.134 396.9273 c 300.3866 396.749 300.972 396.7532 301.0839 396.9252 c 301.4341 397.4634 301.201 398.0707 300.6055 398.4456 c f 0 R 0 G 0.7128 w 306.808 392.4146 m S 306.808 392.4146 m S 306.808 392.4146 m S 0 O 1 g 0.3 w 292.6761 366.0161 m 291.3081 359.2481 305.7897 357.538 311.684 356.6562 c 315.7575 356.0468 312.2374 347.4278 312.4039 343.5523 C 309.2295 343.6586 301.0046 344.8456 297.868 345.8803 c 295.6744 346.604 293.3753 347.1587 291.6702 348.6188 c 288.3954 351.4231 288.4787 356.1061 289.3285 359.8788 c 289.9385 362.5866 290.0066 366.1713 292.7914 367.5029 c 293.0279 367.6161 292.7615 366.4388 292.6761 366.0161 c f 321.3336 361.4154 m 321.4754 358.5688 318.8147 357.0267 316.2919 356.8002 C 316.8224 355.4081 317.5435 353.9482 317.0444 352.5191 c 316.791 351.7936 316.7737 351.0623 316.9749 350.5027 c 317.5297 348.9593 317.0483 346.7016 318.42 346.1213 c 320.6898 345.161 323.6254 346.3333 325.3131 348.0623 c 327.1054 349.8986 327.8724 352.7605 326.8673 355.3287 c 325.5941 358.5822 325.6918 362.4631 322.8337 364.762 c 322.3077 365.1851 321.5537 364.9094 321.2543 364.2576 c 320.8509 363.3797 321.2867 362.3564 321.3336 361.4154 c f 294.1161 360.2561 m 295.9251 364.1003 295.524 369.9397 296.8521 373.864 C 294.8361 375.376 L 293.5735 371.4866 294.3388 365.9822 292.3881 362.2721 C 294.1161 360.2561 L f 319.7479 357.6642 m 318.4794 359.2525 317.2608 361.8146 317.0839 363.8561 C 318.5239 364.4321 L 318.7494 362.538 320.1404 360.6391 321.1879 359.1042 C 319.7479 357.6642 L f 0 g 309.524 348.3762 m 306.752 352.6602 303.656 345.7123 309.812 347.4402 C 311.54 353.9202 l 312.2599 352.1922 312.4759 352.1202 311.8999 350.6802 c 311.324 349.2402 310.928 348.0882 311.648 347.6562 C 311.216 349.7082 313.34 350.2842 312.3679 353.1642 c 312.0897 353.9885 311.792 354.5682 y 311.18 354.7842 l 309.524 348.3762 L f u 0 R 0 G 0.288 w 320.4187 357.2957 m 319.5962 357.2957 319.6405 355.1074 320.5176 352.4082 c 321.3946 349.709 322.7724 347.5207 323.5948 347.5207 c 324.4172 347.5207 324.3729 349.709 323.4959 352.4082 c 322.6188 355.1074 321.2411 357.2957 320.4187 357.2957 c s 322.0067 352.4082 m S U u 319.6262 349.9644 m 320.346 349.0148 321.9953 349.339 323.31 350.6887 c 324.6247 352.0383 325.107 353.9023 324.3872 354.8519 c 323.6675 355.8016 322.0181 355.4774 320.7034 354.1277 c 319.3887 352.7781 318.9065 350.9141 319.6262 349.9644 c s 322.0067 352.4082 m S U u 325.9753 349.9644 m 326.0779 350.9141 324.3843 352.7781 322.1926 354.1277 c 320.0009 355.4774 318.1408 355.8016 318.0382 354.852 c 317.9355 353.9023 319.6291 352.0383 321.8209 350.6887 c 324.0126 349.339 325.8726 349.0148 325.9753 349.9644 c s 322.0067 352.4082 m S U 0 O 1 g 0.3 w 281.0122 396.1119 m 280.7242 392.0799 l 265.1723 394.3839 l 281.0122 396.1119 l f 281.5882 403.3118 m 267.4763 408.7837 l 282.7402 407.3438 l 281.5882 403.3118 l f 286.7721 416.2717 m 285.3321 412.8157 l 269.7803 423.1837 l 286.7721 416.2717 l f 292.2441 421.4557 m 295.1241 422.8957 l 285.9082 434.9916 l 292.2441 421.4557 l f 302.9 424.9116 m 306.356 424.6237 l 306.644 438.4476 l 302.9 424.9116 l f 314.9959 422.6077 m 317.5879 420.5917 l 325.3639 435.2796 l 314.9959 422.6077 l f 323.6359 412.8157 m 324.7879 409.6478 l 338.8997 416.8477 l 323.6359 412.8157 l f 328.5318 401.0078 m 328.2438 398.1278 l 342.9317 399.5678 l 328.5318 401.0078 l f 329.1078 388.9119 m 328.5318 386.0319 l 343.2197 384.304 l 329.1078 388.9119 l f 328.2438 376.816 m 327.0918 374.224 l 339.7637 369.904 l 328.2438 376.816 l f 283.0282 380.56 m 285.3321 378.544 l 272.3723 371.632 l 283.0282 380.56 l f 0.144 w 316.1479 349.4562 m N 316.1479 349.4562 m N 0 O 1 g 0.3 w 327.8838 381.064 m 329.8278 382 332.6358 383.08 334.5798 380.704 c 336.5238 378.328 337.8918 377.68 340.3397 378.256 C 336.7398 376.888 335.1558 377.824 333.1398 379.84 c 331.1238 381.856 330.1878 381.064 327.8838 381.064 C f 328.2438 406.8398 m 330.9798 404.9678 334.4358 406.6238 335.3718 407.4158 c 336.3078 408.2078 338.3238 410.5117 340.4837 408.9998 C 338.1798 410.9438 335.8038 410.4397 333.7158 408.7837 c 331.6278 407.1278 331.2678 406.4798 328.2438 406.8398 C f 298.436 424.6956 m 295.0521 427.3596 296.3475 428.1685 296.2761 430.4556 c 296.2041 432.7596 297.7161 433.6956 296.3481 435.9996 C 298.7241 432.5436 298.1481 432.3996 297.5001 429.4476 c 296.9696 427.0308 296.9961 427.2876 298.436 424.6956 C f 282.8842 386.7519 m 278.9962 382.72 l 278.7082 384.304 l 275.1082 380.704 l 274.9642 382.432 l 271.3643 379.12 l 271.2203 380.992 l 266.9003 377.968 l 272.5163 383.584 l 272.3723 381.28 l 275.3962 384.592 l 275.6842 382.432 l 278.9962 386.1759 l 279.5722 384.304 l 282.8842 386.7519 l f 0 g 304.682 421.7077 m 306.8536 421.3754 310.3834 420.6829 312.5119 420.0877 c 314.0622 419.6541 315.0855 418.481 316.2243 417.3213 c 319.8069 413.6734 323.008 409.8309 323.9249 404.6629 c 325.3318 396.734 326.9986 389.4091 325.3736 381.1741 c 324.5448 376.9738 322.6997 373.3687 321.8203 369.032 c 321.6592 368.2375 321.2351 367.6547 321.0204 366.9374 c 320.6445 365.6813 319.4108 364.8505 318.3474 364.0706 c 317.35 363.3392 315.8562 363.5535 314.4019 363.6581 C 313.3336 366.4884 312.572 370.0899 310.7617 372.6662 c 310.1313 373.5635 309.4022 374.8197 309.7354 375.7379 c 310.0519 376.6103 310.6007 377.597 310.2531 378.4686 c 309.4552 380.4695 307.2216 379.8075 305.523 380.4765 c 305.4301 380.5131 305.4012 381.0423 305.5374 381.1512 c 306.8608 382.2094 308.697 382.4101 309.6601 383.7473 c 309.8824 384.056 309.1983 384.8029 308.5337 385.1326 c 307.896 385.4489 307.61 386.4578 307.112 387.1479 C 309.6343 386.1399 312.8266 386.1963 314.8168 388.0895 c 315.735 388.9629 315.0706 390.4112 314.3016 391.389 c 311.5931 394.8329 309.3961 398.117 306.6512 401.5217 c 306.2854 401.9754 305.9973 402.7955 306.3848 403.2818 c 306.8493 403.8648 307.0194 404.7445 307.922 404.4278 C 308.0916 405.5099 308.6338 406.5447 308.3892 407.6517 c 307.3002 412.5793 307.0864 417.3434 304.682 421.7077 C f 1 g 313.9698 365.0281 m 315.206 364.9392 317.0495 364.7571 317.8972 365.3788 c 318.8012 366.0417 319.8498 366.7478 320.1694 367.8155 c 320.3518 368.4253 320.7123 368.9206 320.8492 369.596 c 321.5968 373.2822 323.1651 376.3466 323.8695 379.9168 c 325.2508 386.9166 324.374 395.3028 323.1782 402.0424 c 322.3988 406.4352 318.5979 413.2113 315.5527 416.3121 c 314.5847 417.2978 313.7148 418.2951 312.3971 418.6635 c 310.5879 419.1695 307.3107 419.7221 305.4649 420.0046 C 304.682 421.7077 L 306.8536 421.3754 310.3834 420.6829 312.5119 420.0877 c 314.0622 419.6541 315.0855 418.481 316.2243 417.3213 c 319.8069 413.6734 323.008 409.8309 323.9249 404.6629 c 325.3318 396.734 326.9986 389.4091 325.3736 381.1741 c 324.5448 376.9738 322.6997 373.3687 321.8203 369.032 c 321.6592 368.2375 321.2351 367.6547 321.0204 366.9374 c 320.6445 365.6813 319.4108 364.8505 318.3474 364.0706 c 317.35 363.3392 315.8562 363.5535 314.4019 363.6581 C 313.9698 365.0281 L f 317.0958 405.5224 m 315.7914 404.975 315.4664 404.5219 314.7342 403.3102 c 313.6497 401.5154 314.6903 399.6042 315.4251 398.0485 c 316.2425 396.318 318.8899 396.415 320.256 397.7648 c 321.9917 399.4797 321.6058 402.0438 321.0012 404.1138 c 320.5948 405.5055 320.4537 406.0859 318.7894 405.9803 C 318.0469 405.8453 317.3049 405.6102 317.0958 405.5224 c f 0 g 318.5384 404.0881 m 318.0092 404.3051 317.5421 403.8444 317.0111 403.6843 c 316.953 403.6668 316.992 403.4405 316.8611 403.3945 c 315.878 403.0487 316.1004 401.8973 315.6292 401.1259 c 315.4463 400.8265 315.7111 400.4442 315.7773 400.085 c 315.8462 399.7101 316.0698 399.3365 316.3086 399.0339 c 316.7617 398.4596 317.5609 398.393 318.2812 398.4723 c 319.9358 398.6544 321.086 400.3647 320.6105 401.9535 c 320.5862 402.0346 320.5544 402.1826 320.5527 402.2354 c 320.5354 402.7731 320.2541 403.1975 319.825 403.5015 c 319.659 403.6192 319.5086 403.7091 319.3479 403.8344 c 319.1219 404.0106 318.8116 403.9759 318.5384 404.0881 c f 1 g 318.423 402.6462 m 317.3278 402.842 316.157 401.6116 316.6118 400.3965 c 316.7347 400.068 317.062 399.7459 317.3907 399.615 c 318.2351 399.2786 319.0956 399.7469 319.4339 400.4266 c 319.9386 401.4409 319.4596 402.4609 318.423 402.6462 c f U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF %%EndDocument FMENDEPSF FMENDPAGE %%EndPage: "0" 2 %%Page: "1" 2 612 792 0 FMBEGINPAGE 0 29 32 430 141 137.14 37.28 43.2 713.76 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.0.1 %%For: (Computer Store) (For Demo Use Only) %%Title: (Quanta Logo) %%CreationDate: (3/16/93) (2:27 PM) %%BoundingBox: 29 32 430 141 %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_IllustratorA_AI3 1.0 1 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_Pic %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 1 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat userdict begin /showpage {} def false setoverprint pop } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec %%EndSetup 0 A u u u *u 0 O 1 g 1 R 0 G 0 i 2 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 41.5033 82.6524 m 38.7129 72.2402 37.3904 60.7462 59.8445 59.2588 c 50.3702 66.2904 43.3451 77.9196 48.3461 96.5804 c 56.4276 126.7352 77.9275 139.8519 102.6734 139.8519 c 119.3059 139.8519 122.733 127.4114 118.6742 112.2663 c 113.1295 91.5772 93.632 65.7495 74.1685 58.7179 c 77.9661 53.7146 85.4916 45.466 93.003 40.1923 c 93.1019 40.057 93.2009 39.9218 93.1284 39.6514 c 92.6936 38.0287 88.8127 34.6481 85.5673 34.6481 c 84.8912 34.6481 84.2513 34.7833 83.6839 35.189 c 79.9463 37.8935 69.1614 49.117 64.1468 54.1203 c 59.6022 53.3089 55.572 52.9033 52.1914 52.9033 c 34.4772 52.9033 31.4168 63.1802 34.6059 75.0799 c 35.7655 79.4071 41.0289 91.9828 43.0573 91.9828 c 44.5448 91.9828 43.0979 88.6022 41.5033 82.6524 c b 1 D 62.9989 99.2849 m 58.6864 83.1933 64.2869 71.2936 70.3346 63.5859 c 86.84 69.671 101.0389 90.3601 105.5326 107.1278 c 109.0841 120.3797 107.8904 131.0624 91.3931 131.0624 c 76.789 131.0624 66.9128 113.889 62.9989 99.2849 c b *U *u 0 D 164.1579 63.5859 m 162.1993 61.828 154.1838 54.1203 147.017 54.1203 c 141.8785 54.1203 140.5344 60.2053 141.1726 65.6143 c 137.6054 60.8814 124.0263 52.0919 117.6708 52.0919 c 111.1801 52.0919 114.6591 65.0734 115.7295 70.0766 c 113.8072 68.454 110.6121 65.6143 108.2479 63.8564 c 107.7335 63.4507 107.1564 63.3155 106.6155 63.3155 c 105.5337 63.3155 104.6066 64.3973 105.0052 65.8847 c 105.2589 66.8313 106.0897 67.9131 107.5966 68.9948 c 113.931 73.4572 120.749 82.2467 126.3288 95.4986 c 126.4013 95.7691 127.2489 95.9043 128.3307 95.9043 c 131.7112 95.9043 138.0473 94.8225 137.9023 94.2816 c 132.746 87.6557 128.1084 77.9196 126.2602 71.0232 c 125.028 66.4256 125.0686 63.045 127.0969 63.045 c 133.4524 63.045 144.1416 74.6742 148.2718 82.5172 c 148.6245 83.3285 149.5083 83.599 150.4549 83.599 c 152.4832 83.599 154.8615 82.382 154.7166 81.8411 c 152.7234 74.4038 149.1357 61.0167 152.5162 61.0167 c 154.0399 61.1519 161.0699 66.6961 163.1637 68.454 C 164.1579 63.5859 L b *U *u 162.0387 67.579 m 171.1711 74.7812 196.2999 95.4633 215.9065 98.744 c 216.0417 98.744 216.3122 98.744 216.8531 98.744 c 219.1519 98.744 223.4498 97.1213 223.1237 95.9043 c 223.0512 95.6339 222.7083 95.3634 222.2664 95.2282 c 204.4353 88.7375 189.8203 80.6241 180.7036 71.8345 c 177.3998 68.5892 175.6295 66.0199 174.8685 63.1802 c 174.3611 61.2871 175.0443 59.7997 177.2078 59.7997 c 187.4848 59.7997 204.1319 77.5139 211.7054 85.0864 c 213.0144 86.4387 214.9535 87.1148 216.7114 87.1148 c 219.1454 87.1148 221.1181 85.8978 220.7194 84.4103 c 220.5745 83.8694 220.258 83.1933 219.7339 82.2467 c 216.6882 76.4321 212.1063 67.9131 210.7654 62.9098 c 210.0768 60.3406 210.3181 58.7179 212.076 58.7179 c 215.8622 58.7179 224.2109 66.1552 228.4613 69.4005 c 228.9756 69.8062 229.4176 69.9414 229.9585 69.9414 c 230.905 69.9414 231.6341 69.1301 231.2717 67.7778 c 230.9818 66.6961 230.0785 65.3438 228.2914 63.7211 c 223.273 59.1235 213.6349 51.4158 206.3328 51.4158 c 202.0056 51.4158 197.7272 54.1203 199.3217 60.0701 c 200.0827 62.9098 201.276 65.3438 202.6671 67.5074 c 196.8277 62.3689 184.1172 49.2522 169.9188 49.2522 c 165.3212 49.2522 160.6706 50.0636 162.3376 56.2839 c 163.3885 60.2053 165.4391 63.3155 167.7238 66.2904 c 166.695 65.479 164.6607 63.6995 163.5329 63.0234 c B *U *u 226.5378 67.9744 m 235.9856 75.3897 262.2451 97.1213 272.7087 101.8541 c 273.8002 102.395 274.6478 102.5302 275.3239 102.5302 c 277.3523 102.5302 277.5838 100.3667 276.714 97.1213 c 274.6121 89.2784 266.0017 74.8095 262.659 69.4005 c 271.0439 76.973 282.6503 86.9796 290.0876 86.9796 c 296.4431 86.9796 297.903 79.8127 297.2788 71.4289 c 296.7271 63.3155 296.1251 58.0418 298.1535 58.0418 c 301.3989 58.0418 307.9772 62.9098 315.0169 68.9948 c 315.5313 69.4005 316.1447 69.671 316.6856 69.671 c 317.7674 69.671 318.6317 68.8596 318.2331 67.3722 c 317.9431 66.2904 317.0399 64.9381 315.1175 63.3155 c 308.4932 57.7713 301.4438 51.1454 293.6008 51.1454 c 288.3271 51.1454 287.6829 54.7964 286.573 60.7462 c 285.6875 66.0199 285.1087 71.4289 279.4294 71.4289 c 267.124 71.4289 258.6558 55.4725 252.263 47.7648 c 250.8453 46.0069 247.7157 44.9251 245.2817 44.9251 c 243.1181 44.9251 241.4424 45.7364 241.9136 47.4943 c 242.0948 48.1704 242.8001 49.7931 243.3604 50.8749 c 246.1093 57.0952 254.8311 73.9981 256.4257 79.9479 c 256.7881 81.3002 256.5998 82.1115 256.3294 82.1115 c 256.0589 82.1115 255.1389 81.7058 254.2188 81.3002 c 245.1172 77.1083 234.322 68.546 226.8766 62.4609 c B *U *u 315.1288 68.9948 m 327.916 78.8662 339.8735 95.2282 342.5834 99.2849 c 344.8416 102.6655 346.9186 105.3699 349.3218 109.2914 c 348.1048 109.2914 346.7526 109.2914 345.1299 109.2914 c 339.7209 109.2914 332.7256 109.4266 327.4616 109.9675 c 325.8752 110.1028 325.6436 112.2663 326.1872 114.2947 c 326.6946 116.1878 327.8781 118.0809 329.3655 118.0809 c 335.2164 118.2162 349.1444 118.2162 354.5533 118.2162 c 357.1377 122.8138 359.0265 126.3296 362.4514 132.5498 c 363.0118 133.6316 364.509 134.1725 365.726 134.1725 c 367.2134 134.1725 368.3845 133.4964 368.2033 132.8203 c 368.1308 132.5498 367.9496 131.8737 367.6332 131.1976 c 365.9689 127.0057 363.1838 120.6502 362.1258 118.2162 c 363.3428 118.2162 364.6951 118.2162 366.3177 118.2162 c 367.9404 118.2162 367.7663 116.0526 367.1502 113.7538 c 366.5704 111.5902 365.5486 109.2914 364.2954 109.1562 c 362.6364 109.021 360.0672 109.021 358.0388 109.021 c 350.9716 95.7691 340.1813 69.1301 337.717 59.9349 c 337.101 57.6361 336.9825 56.6895 337.3882 56.6895 c 338.1995 56.6895 341.3026 58.177 343.4592 59.6644 c 347.8712 62.5041 353.0876 66.8313 355.4518 68.5892 c 356.2729 69.1301 357.0215 69.4005 357.5624 69.4005 c 358.7794 69.4005 359.5085 68.5892 359.1461 67.2369 c 358.9287 66.4256 358.2331 65.3438 356.8252 64.1268 c 353.2872 61.0167 336.1214 46.4125 326.791 46.4125 c 321.923 46.4125 321.3123 48.1704 323.233 55.3373 c 325.7698 64.8029 330.9942 75.2151 334.4554 81.5706 c 329.6155 75.6208 321.9527 68.7244 315.4371 63.5859 c B *U *u 354.2445 67.7016 m 363.332 74.8685 388.4602 95.4986 407.8556 98.744 c 407.9908 98.744 408.2612 98.744 408.8021 98.744 c 411.1009 98.744 415.3989 97.1213 415.0727 95.9043 c 415.0002 95.6339 414.6573 95.3634 414.2154 95.2282 c 396.3843 88.7375 381.7694 80.6241 372.6526 71.8345 c 369.3489 68.5892 367.5785 66.0199 366.8175 63.1802 c 366.3102 61.2871 366.9933 59.7997 369.1569 59.7997 c 379.4339 59.7997 396.0809 77.5139 403.6545 85.0864 c 404.9634 86.4387 406.9025 87.1148 408.6604 87.1148 c 411.0945 87.1148 413.0671 85.8978 412.6685 84.4103 c 412.5235 83.8694 412.2071 83.1933 411.683 82.2467 c 408.6372 76.4321 404.0553 67.9131 402.7144 62.9098 c 402.0259 60.3406 402.2671 58.7179 404.025 58.7179 c 407.8113 58.7179 416.16 66.1552 420.4103 69.4005 c 420.9247 69.8062 421.3666 69.9414 421.9075 69.9414 c 422.8541 69.9414 423.5832 69.1301 423.2208 67.7778 c 422.9309 66.6961 422.0276 65.3438 420.2405 63.7211 c 415.2221 59.1235 405.5839 51.4158 398.2818 51.4158 c 393.9547 51.4158 389.6762 54.1203 391.2708 60.0701 c 392.0318 62.9098 393.225 65.3438 394.6162 67.5074 c 388.7767 62.3689 376.0663 49.2522 361.8678 49.2522 c 357.2702 49.2522 352.6196 50.0636 354.2866 56.2839 c 355.3376 60.2053 357.3881 63.3155 359.6728 66.2904 c 358.6441 65.479 357.579 64.5325 356.4513 63.8564 c B *U U U u u *u 0 g 45.5033 81.1524 m 42.7129 70.7402 41.3904 59.2462 63.8445 57.7588 c 54.3702 64.7904 47.3451 76.4196 52.3461 95.0804 c 60.4276 125.2352 81.9275 138.3519 106.6734 138.3519 c 123.3059 138.3519 126.733 125.9114 122.6742 110.7663 c 117.1295 90.0772 97.632 64.2495 78.1685 57.2179 c 81.9661 52.2146 89.4916 43.966 97.003 38.6923 c 97.1019 38.557 97.2009 38.4218 97.1284 38.1514 c 96.6936 36.5287 92.8127 33.1481 89.5673 33.1481 c 88.8912 33.1481 88.2513 33.2833 87.6839 33.689 c 83.9463 36.3935 73.1614 47.617 68.1468 52.6203 c 63.6022 51.8089 59.572 51.4033 56.1914 51.4033 c 38.4772 51.4033 35.4168 61.6802 38.6059 73.5799 c 39.7655 77.9071 45.0289 90.4828 47.0573 90.4828 c 48.5448 90.4828 47.0979 87.1022 45.5033 81.1524 c b 1 D 66.9989 97.7849 m 62.6864 81.6933 68.2869 69.7936 74.3346 62.0859 c 90.84 68.171 105.0389 88.8601 109.5326 105.6278 c 113.0841 118.8797 111.8904 129.5624 95.3931 129.5624 c 80.789 129.5624 70.9128 112.389 66.9989 97.7849 c b *U *u 0 D 168.1579 62.0859 m 166.1993 60.328 158.1838 52.6203 151.017 52.6203 c 145.8785 52.6203 144.5344 58.7053 145.1726 64.1143 c 141.6054 59.3814 128.0263 50.5919 121.6708 50.5919 c 115.1801 50.5919 118.6591 63.5734 119.7295 68.5766 c 117.8072 66.954 114.6121 64.1143 112.2479 62.3564 c 111.7335 61.9507 111.1564 61.8155 110.6155 61.8155 c 109.5337 61.8155 108.6066 62.8973 109.0052 64.3847 c 109.2589 65.3313 110.0897 66.4131 111.5966 67.4948 c 117.931 71.9572 124.749 80.7467 130.3288 93.9986 c 130.4013 94.2691 131.2489 94.4043 132.3307 94.4043 c 135.7112 94.4043 142.0473 93.3225 141.9023 92.7816 c 136.746 86.1557 132.1084 76.4196 130.2602 69.5232 c 129.028 64.9256 129.0686 61.545 131.0969 61.545 c 137.4524 61.545 148.1416 73.1742 152.2718 81.0172 c 152.6245 81.8285 153.5083 82.099 154.4549 82.099 c 156.4832 82.099 158.8615 80.882 158.7166 80.3411 c 156.7234 72.9038 153.1357 59.5167 156.5162 59.5167 c 158.0399 59.6519 165.0699 65.1961 167.1637 66.954 C 168.1579 62.0859 L b *U *u 166.0387 66.079 m 175.1711 73.2812 200.2999 93.9633 219.9065 97.244 c 220.0417 97.244 220.3122 97.244 220.8531 97.244 c 223.1519 97.244 227.4498 95.6213 227.1237 94.4043 c 227.0512 94.1339 226.7083 93.8634 226.2664 93.7282 c 208.4353 87.2375 193.8203 79.1241 184.7036 70.3345 c 181.3998 67.0892 179.6295 64.5199 178.8685 61.6802 c 178.3611 59.7871 179.0443 58.2997 181.2078 58.2997 c 191.4848 58.2997 208.1319 76.0139 215.7054 83.5864 c 217.0144 84.9387 218.9535 85.6148 220.7114 85.6148 c 223.1454 85.6148 225.1181 84.3978 224.7194 82.9103 c 224.5745 82.3694 224.258 81.6933 223.7339 80.7467 c 220.6882 74.9321 216.1063 66.4131 214.7654 61.4098 c 214.0768 58.8406 214.3181 57.2179 216.076 57.2179 c 219.8622 57.2179 228.2109 64.6552 232.4613 67.9005 c 232.9756 68.3062 233.4176 68.4414 233.9585 68.4414 c 234.905 68.4414 235.6341 67.6301 235.2717 66.2778 c 234.9818 65.1961 234.0785 63.8438 232.2914 62.2211 c 227.273 57.6235 217.6349 49.9158 210.3328 49.9158 c 206.0056 49.9158 201.7272 52.6203 203.3217 58.5701 c 204.0827 61.4098 205.276 63.8438 206.6671 66.0074 c 200.8277 60.8689 188.1172 47.7522 173.9188 47.7522 c 169.3212 47.7522 164.6706 48.5636 166.3376 54.7839 c 167.3885 58.7053 169.4391 61.8155 171.7238 64.7904 c 170.695 63.979 168.6607 62.1995 167.5329 61.5234 c B *U *u 230.5378 66.4744 m 239.9856 73.8897 266.2451 95.6213 276.7087 100.3541 c 277.8002 100.895 278.6478 101.0302 279.3239 101.0302 c 281.3523 101.0302 281.5838 98.8667 280.714 95.6213 c 278.6121 87.7784 270.0017 73.3095 266.659 67.9005 c 275.0439 75.473 286.6503 85.4796 294.0876 85.4796 c 300.4431 85.4796 301.903 78.3127 301.2788 69.9289 c 300.7271 61.8155 300.1251 56.5418 302.1535 56.5418 c 305.3989 56.5418 311.9772 61.4098 319.0169 67.4948 c 319.5313 67.9005 320.1447 68.171 320.6856 68.171 c 321.7674 68.171 322.6317 67.3596 322.2331 65.8722 c 321.9431 64.7904 321.0399 63.4381 319.1175 61.8155 c 312.4932 56.2713 305.4438 49.6454 297.6008 49.6454 c 292.3271 49.6454 291.6829 53.2964 290.573 59.2462 c 289.6875 64.5199 289.1087 69.9289 283.4294 69.9289 c 271.124 69.9289 262.6558 53.9725 256.263 46.2648 c 254.8453 44.5069 251.7157 43.4251 249.2817 43.4251 c 247.1181 43.4251 245.4424 44.2364 245.9136 45.9943 c 246.0948 46.6704 246.8001 48.2931 247.3604 49.3749 c 250.1093 55.5952 258.8311 72.4981 260.4257 78.4479 c 260.7881 79.8002 260.5998 80.6115 260.3294 80.6115 c 260.0589 80.6115 259.1389 80.2058 258.2188 79.8002 c 249.1172 75.6083 238.322 67.046 230.8766 60.9609 c B *U *u 319.1288 67.4948 m 331.916 77.3662 343.8735 93.7282 346.5834 97.7849 c 348.8416 101.1655 350.9186 103.8699 353.3218 107.7914 c 352.1048 107.7914 350.7526 107.7914 349.1299 107.7914 c 343.7209 107.7914 336.7256 107.9266 331.4616 108.4675 c 329.8752 108.6028 329.6436 110.7663 330.1872 112.7947 c 330.6946 114.6878 331.8781 116.5809 333.3655 116.5809 c 339.2164 116.7162 353.1444 116.7162 358.5533 116.7162 c 361.1377 121.3138 363.0265 124.8296 366.4514 131.0498 c 367.0118 132.1316 368.509 132.6725 369.726 132.6725 c 371.2134 132.6725 372.3845 131.9964 372.2033 131.3203 c 372.1308 131.0498 371.9496 130.3737 371.6332 129.6976 c 369.9689 125.5057 367.1838 119.1502 366.1258 116.7162 c 367.3428 116.7162 368.6951 116.7162 370.3177 116.7162 c 371.9404 116.7162 371.7663 114.5526 371.1502 112.2538 c 370.5704 110.0902 369.5486 107.7914 368.2954 107.6562 c 366.6364 107.521 364.0672 107.521 362.0388 107.521 c 354.9716 94.2691 344.1813 67.6301 341.717 58.4349 c 341.101 56.1361 340.9825 55.1895 341.3882 55.1895 c 342.1995 55.1895 345.3026 56.677 347.4592 58.1644 c 351.8712 61.0041 357.0876 65.3313 359.4518 67.0892 c 360.2729 67.6301 361.0215 67.9005 361.5624 67.9005 c 362.7794 67.9005 363.5085 67.0892 363.1461 65.7369 c 362.9287 64.9256 362.2331 63.8438 360.8252 62.6268 c 357.2872 59.5167 340.1214 44.9125 330.791 44.9125 c 325.923 44.9125 325.3123 46.6704 327.233 53.8373 c 329.7698 63.3029 334.9942 73.7151 338.4554 80.0706 c 333.6155 74.1208 325.9527 67.2244 319.4371 62.0859 c B *U *u 358.2445 66.2016 m 367.332 73.3685 392.4602 93.9986 411.8556 97.244 c 411.9908 97.244 412.2612 97.244 412.8021 97.244 c 415.1009 97.244 419.3989 95.6213 419.0727 94.4043 c 419.0002 94.1339 418.6573 93.8634 418.2154 93.7282 c 400.3843 87.2375 385.7694 79.1241 376.6526 70.3345 c 373.3489 67.0892 371.5785 64.5199 370.8175 61.6802 c 370.3102 59.7871 370.9933 58.2997 373.1569 58.2997 c 383.4339 58.2997 400.0809 76.0139 407.6545 83.5864 c 408.9634 84.9387 410.9025 85.6148 412.6604 85.6148 c 415.0945 85.6148 417.0671 84.3978 416.6685 82.9103 c 416.5235 82.3694 416.2071 81.6933 415.683 80.7467 c 412.6372 74.9321 408.0553 66.4131 406.7144 61.4098 c 406.0259 58.8406 406.2671 57.2179 408.025 57.2179 c 411.8113 57.2179 420.16 64.6552 424.4103 67.9005 c 424.9247 68.3062 425.3666 68.4414 425.9075 68.4414 c 426.8541 68.4414 427.5832 67.6301 427.2208 66.2778 c 426.9309 65.1961 426.0276 63.8438 424.2405 62.2211 c 419.2221 57.6235 409.5839 49.9158 402.2818 49.9158 c 397.9547 49.9158 393.6762 52.6203 395.2708 58.5701 c 396.0318 61.4098 397.225 63.8438 398.6162 66.0074 c 392.7767 60.8689 380.0663 47.7522 365.8678 47.7522 c 361.2702 47.7522 356.6196 48.5636 358.2866 54.7839 c 359.3376 58.7053 361.3881 61.8155 363.6728 64.7904 c 362.6441 63.979 361.579 63.0325 360.4513 62.3564 c B *U U U U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF %%EndDocument FMENDEPSF 0 10 Q 0 X 0 K (ISSN 1053-8496) 182.74 745.3 T (V) 179.04 733.3 T (olume V Issue 1) 184.97 733.3 T (April 1993) 206.61 721.3 T (Editor/T) 43.2 701.94 T (echnical Director) 76.37 701.94 T (.......) 147.42 701.94 T (Daniel K. Appelquist) 164.98 701.94 T (Cover Art) 43.2 689.94 T (.....................................) 84.95 689.94 T (John Zimmerman) 179.41 689.94 T (Proofreader) 43.2 677.94 T (.....................................) 92.45 677.94 T (V) 185.03 677.94 T (ince Genovese) 191.64 677.94 T 0 9 Q 1.17 (Copyright \2511992 by Daniel K. Appelquist. This maga-) 43.2 659.24 P 0.33 (zine may be archived, reproduced and/or distributed pro-) 43.2 648.24 P 0.1 (vided that it is left intact and that no additions or changes) 43.2 637.24 P 0.2 (are made to it. The individual works presented herein are) 43.2 626.24 P 0.32 (the sole property of their respective author\050s\051. No further) 43.2 615.24 P 0.17 (use of their works is permitted without their explicit con-) 43.2 604.24 P 1.34 (sent. All stories in this magazine are \336ction. No actual) 43.2 593.24 P 0.95 (persons are designated by name or character) 43.2 582.24 P 0.95 (. Any simi-) 207.61 582.24 P (larity is purely coincidental.) 43.2 571.24 T 1.51 (Quanta is supported solely by reader donations. If you) 43.2 552.88 P 0.86 (would like to help keep Quanta alive, please send $5 to) 43.2 541.88 P 1.71 (the postal address below) 43.2 530.88 P 1.71 (. Checks may be made out to) 135.85 530.88 P 1 F 0 (Quanta Magazine) 43.2 519.88 P 0 F 0 (. Donation is not a requirement for sub-) 107.86 519.88 P (scription.) 43.2 508.88 T (Quanta) 133.72 490.51 T (3003 V) 86.92 479.51 T (an Ness Street NW #S919) 112.63 479.51 T (W) 102.25 468.51 T (ashington, D.C. 20008) 110.01 468.51 T 1.04 (The PostScript version of Quanta is produced using the) 43.2 450.15 P 0.19 (FrameMaker publishing software. The cover art was pro-) 43.2 439.15 P 0.62 (duced using Adobe Illustrator) 43.2 428.15 P 0.62 (. PostScript and Adobe are) 151.64 428.15 P 2.16 (registered trademarks of Adobe Systems Incorporated.) 43.2 417.15 P 0.1 (FrameMaker is a registered trademark of Frame T) 43.2 406.15 P 0.1 (echnol-) 223.25 406.15 P (ogy Corporation.) 43.2 395.15 T 4.4 (All submissions, request for submission guidelines,) 43.2 376.79 P 2.34 (requests for back issues, queries concerning subscrip-) 43.2 365.79 P 0.68 (tions, letters, comments, or other correspondence should) 43.2 354.79 P (be sent to the Internet address quanta@andrew) 43.2 343.79 T (.cmu.edu.) 210.63 343.79 T -0.06 (Quanta is published in both PostScript and ASCII format.) 43.2 325.42 P 1.17 (Requests to be added to the distribution list for Quanta) 43.2 314.42 P (should be sent to either) 43.2 303.42 T (quanta+requests.postscript@andrew) 69.81 292.42 T (.cmu.edu) 199.64 292.42 T 1 F (or) 147.21 281.42 T 0 F (quanta+requests.ascii@andrew) 79.05 270.42 T (.cmu.edu) 190.4 270.42 T (for PostScript or ASCII subscriptions respectively) 43.2 259.42 T (.) 223.1 259.42 T 0.09 (Subscriptions come in three \337avors: MAIL subscriptions,) 43.2 241.06 P 0.68 (where each issue is sent as a series electronic mail mes-) 43.2 230.06 P 0.13 (sages; BITNET subscriptions, where each issue is sent as) 43.2 219.06 P 1.82 (a \336le over the BITNET and FTP subscriptions, where) 43.2 208.06 P 1.16 (subscribers receive a noti\336cation when a new issue has) 43.2 197.06 P 1.25 (been placed at a designated FTP site. Anonymous FTP) 43.2 186.06 P (servers that carry current and back issues of Quanta are:) 43.2 175.06 T (export.acs.cmu.edu) 43.2 156.7 T (.........................................) 114.59 156.7 T (128.2.35.66) 207.51 156.7 T (ftp.ef) 43.2 145.7 T (f.or) 62.25 145.7 T (g) 74.82 145.7 T (......................................................) 80.89 145.7 T (192.88.144.4) 203.02 145.7 T (lth.se) 43.2 134.7 T (..............................................................) 62.91 134.7 T (130.235.16.3) 203.02 134.7 T (catless.newcastle.ac.uk) 43.2 123.7 T (...........................) 128.07 123.7 T (128.240.150.127) 189.54 123.7 T 1.6 (Ascii Quanta issues are available via Gopher from the) 43.2 105.33 P -0.06 (server at gopher) 43.2 94.33 P -0.06 (-srv) 100.81 94.33 P -0.06 (.acs.cmu.edu, port 70, in the Archives) 114.2 94.33 P (directory) 43.2 83.33 T (.) 75.06 83.33 T -0.05 (Issues of Quanta are also available on CompuServe in the) 43.2 64.97 P 0.09 (\322Zines from the Net\323 area of the EFF forum \050accessed by) 43.2 53.97 P (typing GO EFFSIG\051.) 43.2 42.97 T 261 36 573 756 R 7 X V 1 12 Q 0 X (Articles) 398.34 748 T 0 16 Q (L) 364.05 703.24 T 0 12 Q (OOKING) 373.82 703.24 T 0 16 Q ( A) 421.11 703.24 T 0 12 Q (HEAD) 436.65 703.24 T (Daniel K. Appelquist) 261 675.81 T (page 2) 541.34 675.81 T 1 F (Serials) 400.34 555.43 T 0 16 Q (T) 336.04 510.67 T 0 12 Q (HE) 345.81 510.67 T 0 16 Q ( H) 361.8 510.67 T 0 12 Q (ARRISON) 377.34 510.67 T 0 16 Q ( C) 429.98 510.67 T 0 12 Q (HAPTERS) 444.65 510.67 T (Jim V) 261 483.24 T (assilakos) 288.66 483.24 T (page 19) 535.34 483.24 T 0 16 Q (D) 368.47 378.29 T 0 12 Q (R) 380.02 378.29 T 0 16 Q ( T) 388.02 378.29 T 0 12 Q (OMORROW) 401.57 378.29 T (Marshall F) 261 350.86 T (. Gilula) 312.34 350.86 T (page 19) 535.34 350.86 T 1 F (Stories) 400.34 230.48 T 0 16 Q (M) 350.12 185.71 T 0 12 Q (ARKET) 364.34 185.71 T (ABLE) 403.36 185.71 T 0 16 Q (A) 437.67 185.71 T 0 12 Q (SSETS) 449.21 185.71 T (V) 261 158.29 T (icki L. Martin) 268.94 158.29 T (page 3) 541.34 158.29 T 0 16 Q (M) 369.52 67.43 T 0 12 Q (A) 383.74 67.43 T (TRIX) 391.07 67.43 T 0 16 Q (E) 422.05 67.43 T 0 12 Q (RROR) 431.82 67.43 T (Charles B. Owen) 261 40 T (page 28) 535.34 40 T 43.2 36 250.2 36 2 L 0.5 H 2 Z N 43.2 756 250.2 756 2 L N FMENDPAGE %%EndPage: "1" 3 %%Page: "2" 3 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (2) 562.51 31 T 43.2 648 572.2 738 R 7 X V 0 X 0 43.2 648 -43.2 -648 529 90 BEGINPRINTCODE %!PS-Appelquist 0 setgray FontDirectory /AvantGarde-Book known {/AvantGarde-Book findfont 50 scalefont setfont} {/Helvetica findfont 50 scalefont setfont} ifelse 0 40 moveto (Looking Ahead) show 0 0 moveto currentfont .5 scalefont setfont (Daniel K. Appelquist) show showpage ENDPRINTCODE 315 43.2 568.8 196.2 R 0.5 H 2 Z N 363.58 53.11 561.58 161.11 R 7 X V 0 10 Q 0 X 3.19 (Please remember to keep us apprised of any) 363.58 154.45 P 1.65 (changes in your address. If you don\325) 363.58 142.2 P 1.65 (t we can\325) 519.04 142.2 P 1.65 (t) 558.8 142.2 P 0.25 (guarantee that you\325ll continue to receive the high) 363.58 129.95 P 0.01 (quality of \336ction and non-\336ction that Quanta pro-) 363.58 117.7 P 1.15 (vides. Also, if your account is going to become) 363.58 105.45 P -0.02 (non-existent, even temporarilly) 363.58 93.2 P -0.02 (, please inform us.) 488.08 93.2 P 0.07 (This way) 363.58 80.95 P 0.07 (, we can keep Net traf) 399.92 80.95 P 0.07 (\336c due to bounced) 487.8 80.95 P 1 (mail at a minimum. Please send all subscription) 363.58 68.7 P (updates to quanta@andrew) 363.58 56.45 T (.cmu.edu. Thanks!) 471.5 56.45 T 0 36 Q (Moving?) 0 -270 346.77 55.62 TF 0 18 Q (T) 377.29 174.02 T (ake Quanta W) 387.02 174.02 T (ith Y) 489.2 174.02 T (ou!) 523.89 174.02 T 43.2 43.2 297 612 R 7 X V 0 X 0.25 (H) 43.2 605.33 P 0 10 Q 0.14 (ello from W) 56.19 605.33 P 0.14 (ashington, D.C. everybody! Y) 104.52 605.33 P 0.14 (es, I have touched) 224.42 605.33 P 0.46 (down whole and well in the nation\325) 43.2 593.33 P 0.46 (s capital. Sorry it\325) 186.99 593.33 P 0.46 (s been so) 259.44 593.33 P 1.27 (long since the last issue, but, as you might expect, I\325ve been) 43.2 581.33 P 0.18 (pretty busy what with moving to a new city and a new job. I\325m) 43.2 569.33 P 1.63 (now working as a writer for V) 43.2 557.33 P 1.63 (isix Software, in Reston, V) 173.38 557.33 P 1.63 (ir-) 287.57 557.33 P (ginia.) 43.2 545.33 T 0.79 (Some big news: \336rst of all, Quanta was given a mention in) 54 531.63 P 1.12 (the March issue of Analog. This mention was due to the fact) 43.2 519.63 P 0.97 (that Quanta recently garnered second runner up in the Digital) 43.2 507.63 P -0.22 (Publishing Association\325) 43.2 495.63 P -0.22 (s \322Digital Quill\323 competition. The com-) 138.21 495.63 P 0.18 (petition included all kinds of electronic publishing, from books) 43.2 483.63 P 0.7 (and magazines on disk, to technical electronic publications, to) 43.2 471.63 P 0.95 (electronic \336ction magazines like Quanta and InterT) 43.2 459.63 P 0.95 (ext \050which) 253.59 459.63 P 2.33 (took the position of \336rst runner up, congratulations Jason!\051) 43.2 447.63 P 0.43 (Although the awards were rather small in scope, they did have) 43.2 435.63 P 0 (the ef) 43.2 423.63 P 0 (fect \050as Geof) 65.5 423.63 P 0 (f Duncan points out in his \322SecondT) 116.95 423.63 P 0 (ext\323 col-) 262.3 423.63 P 1.78 (umn in this month\325) 43.2 411.63 P 1.78 (s InterT) 124.36 411.63 P 1.78 (ext\051 of drawing attention to elec-) 156.8 411.63 P 2.12 (tronic publishing. According to Ron Albright of the Digital) 43.2 399.63 P -0.23 (Publishing Association, they do plan to sponsor another compe-) 43.2 387.63 P 1.12 (tition in 1993, and they also intend to expand their activities,) 43.2 375.63 P 0.14 (and become a sort of advocacy group for electronic publishing.) 43.2 363.63 P 0.31 (I\325m personally very excited about this, as I see it lending some) 43.2 351.63 P 0.13 (additional authenticity to the realm of electronic publishing. T) 43.2 339.63 P 0.13 (o) 292 339.63 P 0.25 (get more information about the Digital Publishing Association,) 43.2 327.63 P 1.67 (send mail to Ron Albright at 75166.2473@compuserve.com.) 43.2 315.63 P 1.11 (\050Although I still haven\325) 43.2 303.63 P 1.11 (t received my \322certi\336cate, suitable for) 140.46 303.63 P (framing\323.\051) 43.2 291.63 T 0.94 (So, much to my surprise and delight, I\325ve started receiving) 54 277.93 P 0.77 (manuscripts via U.S. mail \050and some of them are really) 43.2 265.93 P 1 F 0.77 (r) 274.05 265.93 P 0.77 (eally) 277.57 265.93 P 0 F 2.13 (good\051. This rush of new material came too soon for me to) 43.2 253.93 P -0.09 (include any of it in here, but you should be seeting some of it in) 43.2 241.93 P 2.4 (upcoming issues. I can only assume that these manuscripts) 43.2 229.93 P 0.09 (come from people who aren\325) 43.2 217.93 P 0.09 (t on the Net. If you are on the Net,) 158.82 217.93 P 0.56 (and you\325d like to submit material, please send it electronically) 43.2 205.93 P (\050as email to quanta@andrew) 43.2 193.93 T (.cmu.edu\051.) 156.95 193.93 T 2.9 (This issue \336nishes up the) 54 180.23 P 1 F 2.9 (Dr T) 171.49 180.23 P 2.9 (omorr) 192.62 180.23 P 2.9 (ow) 217.24 180.23 P 0 F 2.9 ( serial, the \336rst) 228.9 180.23 P -0.25 (installment of which appeared in the March 1992 issue \050V) 43.2 168.23 P -0.25 (olume) 272.01 168.23 P 0.05 (IV Issue 1\051. I think you\325ll \336nd the ending at least as bizarre and) 43.2 156.23 P 1.24 (enigmatic as the rest of the serial. Also in this issue, another) 43.2 144.23 P -0.1 (chapter in the Harrison saga, plus \336ction from two new authors.) 43.2 132.23 P 0.78 (Charles B. Owen brings us) 43.2 120.23 P 1 F 0.78 (Matrix Err) 157.04 120.23 P 0.78 (or) 201.04 120.23 P 0 F 0.78 (, and V) 209.53 120.23 P 0.78 (icki L. Martin) 239.63 120.23 P (brings us) 43.2 108.23 T 1 F (Marketable Assets) 82.07 108.23 T 0 F (.) 155.63 108.23 T 0.93 (I\325d really like to thank V) 54 94.53 P 0.93 (ince Genovese for helping me out) 157.16 94.53 P 0 (with proofreading and editorial suggestions for this issue. Also,) 43.2 82.53 P 1.34 (I\325d like to thank John Zimmerman for coming up with some) 43.2 70.53 P -0.05 (stunning cover art for the PostScript edition. If you\325re subscrib-) 43.2 58.53 P 1.14 (ing to the ASCII edition and you have access to a PostScript) 43.2 46.53 P 315 214.2 568.8 612 R 7 X V 0 X 0.67 (printer) 315 605.33 P 0.67 (, I strongly suggest you change your subscription to the) 341.25 605.33 P 0.29 (PostScript edition. Besides great cover art, you also get a type-) 315 593.33 P 0.44 (set document to peruse. Of course, you get all the same \336ction) 315 581.33 P (in the ASCII version.) 315 569.33 T 1.51 (On the subject of a Quanta party) 325.8 557.33 P 1.51 (, I\325ve decided to hold an) 464.11 557.33 P 1.89 (informal get-together at Disclave \050which is a science \336ction) 315 545.33 P 0.14 (convention to be held in the D.C. area on Memorial Day week-) 315 533.33 P -0.16 (end\051. If you\325re already attending Disclave, or if you\325d like more) 315 521.33 P 0 (information about this event, send me some mail. Note that this) 315 509.33 P 1.15 (isn\325) 315 497.33 P 1.15 (t going to be an \322of) 329.81 497.33 P 1.15 (\336cial\323 event or anything like that. I\325ll) 412.83 497.33 P 0.81 (just be trying to get Quanta people together) 315 485.33 P 0.81 (. It promises to be) 493.64 485.33 P (lots of fun!) 315 473.33 T 0.31 (Be sure to check out the blurbs on the last page of this issue) 325.8 461.33 P 0.45 (for the new magazines,) 315 449.33 P 1 F 0.45 (Cyberspace V) 412 449.33 P 0.45 (anguar) 467.13 449.33 P 0.45 (d) 495.64 449.33 P 0 F 0.45 ( and) 500.63 449.33 P 1 F 0.45 (Unit Cir) 520.97 449.33 P 0.45 (cle) 554.65 449.33 P 0 F 0.45 (.) 566.3 449.33 P (Both are very good journals and well worth checking out.) 315 437.33 T 0.6 (Lastly) 325.8 425.33 P 0.6 (, I\325d like to say thanks to all the subscribers who sent) 350.14 425.33 P 1.24 (me positive comments about Quanta after my last mailing. It) 315 413.33 P 2.69 (really helps to know that people are reading and enjoying) 315 401.33 P 0.14 (Quanta. I appreciate any other comments \050good or bad\051 anyone) 315 389.33 P 1.15 (out there might have. By the way) 315 377.33 P 1.15 (, even after cleaning up my) 454.23 377.33 P 2.63 (subscription list, which involved deleting over 200 defunct) 315 365.33 P (addresses, there are still over 2000 subscribers.) 315 353.33 T (W) 325.8 341.33 T (ow) 334.43 341.33 T (.) 346 341.33 T FMENDPAGE %%EndPage: "2" 4 %%Page: "3" 4 612 792 0 FMBEGINPAGE 43.2 630 389 747 R 7 X 0 K V 45 755 567 765 R V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (3) 562.51 31 T 324.01 189 468.01 315 R 7 X V 323.99 324 467.99 324 2 L 0.5 H 2 Z 0 X N 323.99 180 467.99 180 2 L N 36 621 396 729 R 7 X V 0 30 Q 0 X (M) 91.85 709 T 0 22 Q (ARKET) 118.51 709 T (ABLE) 190.04 709 T 0 30 Q ( A) 247.45 709 T 0 22 Q (SSETS) 276.61 709 T 0 18 Q (by V) 148.58 680 T (icki L. Martin) 182.98 680 T 0 9 Q (Copyright \251 1993) 183.12 661 T 43.2 43.2 208.8 468 R 7 X V 0 18 Q 0 X 1.78 (J) 43.2 461.33 P 0 10 Q 0.99 (ames Regon pulled his eye away from) 50.2 461.33 P 2.39 (the retinal scanner and thought,) 43.2 449.33 P 1 F 2.39 ( I hate) 178.49 449.33 P (this. I r) 43.2 437.33 T (eally) 71.98 437.33 T (, seriously hate this.) 90.86 437.33 T 0 F 2.48 (He shot nervous \336ngers through his) 54 424.58 P 2.33 (short-cropped black hair) 43.2 412.58 P 2.33 (. The Polliwog) 145.01 412.58 P 4.48 (behind the \337exiscreen web, her red-) 43.2 400.58 P -0.03 (tipped snout shining, hurried him into the) 43.2 388.58 P (back room with perfunctory politeness.) 43.2 376.58 T 0.37 (Midnight blue eyes studied his newest) 54 363.82 P (possession.) 43.2 351.82 T 1 F (Gahd, what a head of hair!) 90.95 351.82 T 0 F 0.26 (Riotous copper curls lay limp on bony) 54 339.07 P 2.29 (shoulders. The young human sat in an) 43.2 327.07 P 1.25 (unreliable chair) 43.2 315.07 P 1.25 (, clad in a beige sweater) 106.5 315.07 P (two sizes too lar) 43.2 303.07 T (ge for his slender body) 108.25 303.07 T (.) 199.2 303.07 T 2.04 (His hands were securely tied behind) 54 290.31 P (his back.) 43.2 278.31 T 3.59 (Regon slit the ropes with a single) 54 265.56 P 1.05 (swipe of his knife, said, \322Let\325) 43.2 253.56 P 1.05 (s go,\323 and) 166.44 253.56 P (started out the back door) 43.2 241.56 T (.) 141.47 241.56 T 3.72 (The man rubbed the ropes of) 54 228.8 P 3.72 (f his) 187.59 228.8 P 1.64 (wrists and studied Regon with renewed) 43.2 216.8 P (wariness. \322Where are we going?\323) 43.2 204.8 T 0.85 (\322I\325ll explain later) 54 192.04 P 0.85 (, after we\325re clear of) 124.12 192.04 P 4.59 (the market.\323 When the stranger still) 43.2 180.04 P 3.2 (refused to come along, Regon hissed,) 43.2 168.04 P 0.58 (\322Look, unless you want to get caught up) 43.2 156.04 P 1.13 (in some very nasty attempts on my life,) 43.2 144.04 P (I\325d suggest you move.\323) 43.2 132.04 T 2.15 (Green eyes blinked twice before the) 54 119.29 P 1.6 (man followed Regon out the back door) 43.2 107.29 P (and along the alley) 43.2 95.29 T (.) 118.33 95.29 T -0.13 (The pair slipped out of the alley beside) 54 82.53 P 1.2 (a sweet-scented confectioner) 43.2 70.53 P 1.2 (\325) 161.42 70.53 P 1.2 (s shop and) 164.2 70.53 P -0.2 (mixed with the crowds. The younger man) 43.2 58.53 P 0.76 (threw hungry glances toward every food) 43.2 46.53 P 223.2 333 388.8 594 R 7 X V 0 X (booth they passed.) 223.2 587.33 T 0.58 (Though refusing to stop, Regon dug a) 234 573.96 P 1.81 (meat roll from his pouch and passed it) 223.2 561.96 P 3.59 (across. The man tore into the bread-) 223.2 549.96 P (wrapped sausage.) 223.2 537.96 T (\322What\325) 234 524.58 T (s your name?\323 Regon asked.) 262.86 524.58 T 1.65 (\322Erik,\323 he mumbled around an over-) 234 511.21 P (full mouth. \322Erik Milhollin. Y) 223.2 499.21 T (ou?\323) 343.25 499.21 T 0.54 (\322Regon.\323 He eyed the quickly vanish-) 234 485.83 P 1.97 (ing meat roll. \322Y) 223.2 473.83 P 1.97 (ou\325re not half hungry) 295.84 473.83 P 1.97 (,) 386.3 473.83 P (are you?\323) 223.2 461.83 T 1.59 (\322Y) 234 448.46 P 1.59 (ou\325d be hungry) 244.65 448.46 P 1.59 (, too, if you hadn\325) 308.24 448.46 P 1.59 (t) 386.02 448.46 P (eaten in three days.\323) 223.2 436.46 T 1.26 (\322I thought the Polliwogs treated their) 234 423.08 P (merchandise better than that.\323) 223.2 411.08 T 1.23 (\322Most times they do. They only hold) 234 397.71 P 1.26 (of) 223.2 385.71 P 1.26 (f on the food when the \324merchandise\325) 231.35 385.71 P (still has a mind of its own.\323) 223.2 373.71 T 0.65 (Regon grinned, pleased that he\325d read) 234 360.33 P 3.54 (the signs right. \322Bit of trouble, were) 223.2 348.33 P (you?\323) 223.2 336.33 T 223.17 171.33 314.5 331.67 R 7 X V 0 X 18.36 (\322Enough.\323 Erik) 233.97 325 P 1.11 (wiped his hands clean) 223.17 313 P 5.9 (on the seat of his) 223.17 301 P 3.06 (pants, favored Regon) 223.17 289 P 0.07 (with a look of distrust-) 223.17 277 P 6.39 (ful speculation, and) 223.17 265 P 2.32 (asked, \322So when you) 223.17 253 P (plan on jumping me?\323) 223.17 241 T (\322Jumping you?\323) 233.97 225.83 T 5.85 (\322That\325) 233.97 210.67 P 5.85 (s what you) 259.5 210.67 P 2.45 (bought me for) 223.17 198.67 P 2.45 (, innit?) 284.29 198.67 P 2.22 (Big he-merc like you) 223.17 186.67 P 0.81 (doesn\325) 223.17 174.67 P 0.81 (t go to the mar-) 249.63 174.67 P 223.2 43.2 388.8 171 R 7 X V 0 X 0.76 (ket unless he\325) 223.2 164.33 P 0.76 (s buying something for his) 279.14 164.33 P (bed.\323) 223.2 152.33 T 1.2 (Regon laughed. \322Not this time, mate.) 234 137.07 P (I\325ve got other plans for you.\323) 223.2 125.07 T 0.9 (Cat eyes darkened. \322I won\325) 234 109.8 P 0.9 (t work the) 346.48 109.8 P (streets for you.\323) 223.2 97.8 T 3.87 (Sight of two familiar faces in the) 234 82.53 P 3.55 (crowd to their rear drove the chosen) 223.2 70.53 P 3.09 (retort from Regon\325) 223.2 58.53 P 3.09 (s mind. Instead, he) 304.32 58.53 P (asked, \322How good a \336ghter are you?\323) 223.2 46.53 T 403.2 333 568.8 747 R 7 X V 0 X (\322Why do you think I was tied up?\323) 414 740.33 T 0.38 (\322If you get into trouble, put your back) 414 727.53 P 1.25 (into the nearest corner and stay the hell) 403.2 715.53 P (out of my way) 403.2 703.53 T (.\323) 460.57 703.53 T 0.7 (\322Promise me another sausage roll and) 414 690.73 P 1.23 (a warm ale, and I\325d \336ght half the Polli-) 403.2 678.73 P (wog army with you.\323) 403.2 666.73 T (\322Y) 414 653.93 T (ou\325re on, friend.\323) 424.65 653.93 T 3.24 (Though expecting an attack, Regon) 414 641.13 P 1.49 (was almost too late turning to meet the) 403.2 629.13 P 3.47 (\336rst man\325) 403.2 617.13 P 3.47 (s rush. Sidestepping a knife) 444.71 617.13 P 0.91 (aimed at his right kidney) 403.2 605.13 P 0.91 (, he chopped at) 505.57 605.13 P 5.04 (the conveniently presented neck and) 403.2 593.13 P 2.87 (danced away) 403.2 581.13 P 2.87 (. A backswung leg ef) 457.31 581.13 P 2.87 (fec-) 553.27 581.13 P (tively destroyed the man\325) 403.2 569.13 T (s balance.) 504.52 569.13 T 0.03 (A hard shove sent him \337ying even fur-) 414 556.33 P (ther away) 403.2 544.33 T (.) 441.68 544.33 T 4.63 (All around them, market shoppers) 414 531.53 P 1.22 (screamed and \337ed. V) 403.2 519.53 P 1.22 (oices raised in fear) 489.94 519.53 P (and warning \336lled the air) 403.2 507.53 T (. Panic reigned.) 503.14 507.53 T 3.18 (T) 414 494.73 P 3.18 (wo more attackers closed in from) 419.41 494.73 P 1.03 (behind. Regon wheeled; he might evade) 403.2 482.73 P 0.54 (one, but he\325d never dodge the other) 403.2 470.73 P 0.54 (. The) 547.72 470.73 P 0.96 (nearer) 403.2 458.73 P 0.96 (, lar) 427.77 458.73 P 0.96 (ger of the pair) 444.09 458.73 P 0.96 (, moved in \336rst.) 502.9 458.73 P 3.36 (A \336fteen inch jungle knife \336lled one) 403.2 446.73 P 1.75 (hand; a round-tipped stun-rod \336lled the) 403.2 434.73 P (other) 403.2 422.73 T (.) 423.19 422.73 T (Same old Neville.) 414 409.93 T 1.11 (The stun rod swept in low) 414 397.13 P 1.11 (, aimed for) 523 397.13 P 0.81 (Regon\325) 403.2 385.13 P 0.81 (s genitals. An electric jangle shot) 432.07 385.13 P (up his trouser leg.) 403.2 373.13 T 0.57 (T) 414 360.33 P 0.57 (o protect his vulnerable back, Regon) 419.41 360.33 P 3.7 (turned Neville\325) 403.2 348.33 P 3.7 (s attack ener) 467.13 348.33 P 3.7 (gy against) 524.3 348.33 P 1.77 (him, reversing their positions; Neville\325) 403.2 336.33 P 1.77 (s) 564.91 336.33 P 477.47 171.33 568.8 331.67 R 7 X V 0 X 1.3 (body blocked the sec-) 477.47 325 P (ond man\325) 477.47 312.97 T (s attack.) 514.95 312.97 T 9.46 (Regon spared a) 488.27 294.97 P 3.89 (quick glance around.) 477.47 282.94 P 1.17 (T) 477.47 270.91 P 1.17 (error had cleared the) 482.87 270.91 P 1.02 (street, leaving the \336ve) 477.47 258.88 P 6.66 (humans momentarily) 477.47 246.85 P 16.38 (alone. His \336rst) 477.47 234.82 P 7.82 (attacker\320a free-lance) 477.47 222.79 P 2.36 (assassin named Sills\320) 477.47 210.76 P 0 (sprawled in a heap, his) 477.47 198.73 P 7.64 (head bloody where) 477.47 186.7 P 3.89 (he\325d collided with a) 477.47 174.67 P 403.2 43.2 568.8 171 R 7 X V 0 X (nearby wall.) 403.2 164.33 T (Erik danced with the third attacker) 414 147.43 T (.) 551.95 147.43 T 2.3 (Regon turned back in time to avoid) 414 130.53 P 0.35 (Neville\325) 403.2 118.53 P 0.35 (s second strike with the stun rod.) 435.4 118.53 P 0.26 (He bulled his way inside Neville\325) 403.2 106.53 P 0.26 (s reach,) 538.02 106.53 P -0.12 (too close for the lar) 403.2 94.53 P -0.12 (ger man to use the rod) 480.28 94.53 P 2.82 (ef) 403.2 82.53 P 2.82 (fectively) 410.79 82.53 P 2.82 (. Before Neville could bring) 445.11 82.53 P 3.29 (either of his weapons to bear) 403.2 70.53 P 3.29 (, Regon) 534.42 70.53 P 2.08 (caught the man in his \336st and twisted.) 403.2 58.53 P (Hard.) 403.2 46.53 T 324.01 189 468.01 315 R 7 X V 0 13.1 Q 0 X (Regon\325) 324.01 306.27 T (s shout brought) 361.83 306.27 T (Sills back around, the bar-) 324.01 290.14 T -0.81 (rel realigning. Regon threw) 324.01 274.01 P (himself away) 324.01 257.88 T (, hand claw-) 393.33 257.88 T (ing for his own holstered) 324.01 241.75 T (SW&R. The move was) 324.01 225.62 T (trained, instinctive; he\325d) 324.01 209.49 T -0.14 (never draw and \336re in time.) 324.01 193.37 P FMENDPAGE %%EndPage: "3" 5 %%Page: "4" 5 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (4) 562.51 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.64 (Neville screamed; the \337uting screech) 54 742.13 P 3.12 (brought a cold smile to Regon\325) 43.2 730.13 P 3.12 (s lips.) 182.35 730.13 P 2.42 (Regon\325) 43.2 718.13 P 2.42 (s other hand snatched away the) 72.07 718.13 P -0.07 (man\325) 43.2 706.13 P -0.07 (s knife, twisted it around, and hissed) 63.19 706.13 P (the razor edge across the man\325) 43.2 694.13 T (s throat.) 164.48 694.13 T 9.36 (T) 54 681.41 P 9.36 (wisting about, Regon stopped,) 59.41 681.41 P (slowed by surprise. Sills had recovered) 43.2 669.41 T 2.42 (enough to pull himself of) 54 656.68 P 2.42 (f the dirty) 164.55 656.68 P 5.46 (pavement and draw a short-barreled) 43.2 644.68 P 1.7 (breastpin gun from a concealed pocket.) 43.2 632.68 P 2.92 (The barrel lifted, aimed at Milhollin\325) 43.2 620.68 P 2.92 (s) 204.91 620.68 P (unsuspecting back.) 43.2 608.68 T (\322Erik! Behind you!\323) 54 595.96 T 5.66 (Regon\325) 54 583.23 P 5.66 (s shout brought Sills back) 82.87 583.23 P 5.18 (around, the barrel realigning. Regon) 43.2 571.23 P 0.09 (threw himself away) 43.2 559.23 P 0.09 (, hand clawing for his) 121.56 559.23 P 2.81 (own holstered SW&R. The move was) 43.2 547.23 P 0.81 (trained, instinctive; he\325d never draw and) 43.2 535.23 P (\336re in time.) 43.2 523.23 T 3.37 (The breastpin spat. Its load\320a thin,) 54 510.51 P 3.17 (steel pin no longer than a \336ngernail\320) 43.2 498.51 P 0.66 (caught Regon in the left arm. Pain made) 43.2 486.51 P 0.63 (him lose hold of his half-drawn weapon.) 43.2 474.51 P 2.14 (He sprawled on the pavement, stunned) 43.2 462.51 P (and helpless.) 43.2 450.51 T 0.68 (A victorious grin split Sills\325) 54 437.78 P 0.68 (s face. He) 167.77 437.78 P 0.4 (steadied the breastpin for a second, fatal,) 43.2 425.78 P (shot.) 43.2 413.78 T 3.59 (Regon knew he should react some) 54 401.06 P 4.62 (way) 43.2 389.06 P 4.62 (, should try to recover his own) 59.2 389.06 P (weapon. He couldn\325) 43.2 377.06 T (t move.) 123.79 377.06 T 1 F 3.81 (Stupid way to die,) 54 364.33 P 0 F 3.81 ( Regon thought.) 137.05 364.33 P 1 F (Never should\325ve bid in public thataway) 43.2 352.33 T (.) 200.05 352.33 T 0 F (The breastpin \336red again.) 54 339.61 T 3.15 (A body hurled between Regon and) 54 326.88 P 0.08 (Sills. A barked cry cut of) 43.2 314.88 P 0.08 (f abruptly as the) 143.89 314.88 P 0.5 (\336gure landed on the street. Blood from a) 43.2 302.88 P 5.42 (tiny hole under one shoulder blade) 43.2 290.88 P (marked the missile\325) 43.2 278.88 T (s exit point.) 121.49 278.88 T -0.18 (Somewhere in the fractured seconds of) 54 266.16 P 0.95 (the attack, Erik saw Regon\325) 43.2 254.16 P 0.95 (s danger) 157.21 254.16 P 0.95 (. He) 191.2 254.16 P 1.57 (caught his man by the lapel and hurled) 43.2 242.16 P (him into the path of the needle.) 43.2 230.16 T 0.34 (Erik\325) 54 217.43 P 0.34 (s knife sank to the hilt just below) 73.99 217.43 P 1.53 (Sills\325 breastbone before the killer could) 43.2 205.43 P (realize his mistake.) 43.2 193.43 T -0.13 (Regon\325) 54 180.71 P -0.13 (s vision wavered, shivering in a) 82.87 180.71 P 2.38 (gray fog. Sure \336ngers \336ddled with his) 43.2 168.71 P 1.48 (jacket sleeve, tying of) 43.2 156.71 P 1.48 (f the arm to slow) 135.16 156.71 P (the bleeding.) 43.2 144.71 T 0.47 (\322T) 54 131.98 P 0.47 (alk to me, Regon. I don\325) 63.85 131.98 P 0.47 (t know this) 163.44 131.98 P 1.88 (city) 43.2 119.98 P 1.88 (. I don\325) 57.54 119.98 P 1.88 (t even know anything about) 90.26 119.98 P (this planet. T) 43.2 107.98 T (ell me where to take you.\323) 94.97 107.98 T 0.95 (Regon harvested the scattered threads) 54 95.26 P 1.97 (of his reason. He accepted Erik\325) 43.2 83.26 P 1.97 (s help,) 180.73 83.26 P 0.59 (leaning heavily on the narrow shoulders,) 43.2 71.26 P (and pointed up the street.) 43.2 59.26 T 2.33 (\322T) 54 46.53 P 2.33 (wo\320three\320blocks down, turn right.) 63.85 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (Hover rental shop on the right.\323) 223.2 742.13 T 2.03 (They shuf) 234 729.78 P 2.03 (\337ed along, ignoring fright-) 276.1 729.78 P 1.08 (ened and curious looks from the emer) 223.2 717.78 P 1.08 (g-) 380.47 717.78 P 2.81 (ing crowd. Regon \336shed an activation) 223.2 705.78 P 0.61 (chip from his pouch. He handed it to his) 223.2 693.78 P (companion then let his mind drift.) 223.2 681.78 T 3.26 (Regon sank gratefully into the soft) 234 669.43 P 2.98 (cushions of the hovercar and watched) 223.2 657.43 P 2.11 (buildings and city parks whiz past. He) 223.2 645.43 P 1.4 (wondered at himself. It wasn\325) 223.2 633.43 P 1.4 (t like him) 347.68 633.43 P 0.5 (to yield to anyone, especially not a com-) 223.2 621.43 P 0.15 (plete stranger\320a man he\325d just bought of) 223.2 609.43 P 0.15 (f) 385.47 609.43 P (a Polgish slave block.) 223.2 597.43 T 2.33 (The initial shock of injury wore of) 234 585.07 P 2.33 (f) 385.47 585.07 P 1.69 (even as the pain increased. W) 223.2 573.07 P 1.69 (armed by) 349.64 573.07 P 0.81 (the full-blowing heating unit, he dug his) 223.2 561.07 P 0.58 (way back to reasoning thought and stud-) 223.2 549.07 P (ied his companion.) 223.2 537.07 T 1 F -0.21 (What makes me want to trust him? I\325ve) 234 524.72 P 2.62 (never accepted anyone like this in my) 223.2 512.72 P 1.87 (entir) 223.2 500.72 P 1.87 (e life. So he saved my life. I work) 241.71 500.72 P 1.33 (solo. I\325m trained. I shouldn\325) 223.2 488.72 P 1.33 (t be able to) 340.12 488.72 P 3.21 (trust anyone until I know a lot mor) 223.2 476.72 P 3.21 (e) 384.36 476.72 P 1.33 (about them than I know about this Erik) 223.2 464.72 P 1.98 (Milhollin. I don\325) 223.2 452.72 P 1.98 (t\320I won\325) 292.4 452.72 P 1.98 (t\320trust anyone.) 326.86 452.72 P 0.31 (My mission is too important. I don\325) 223.2 440.72 P 0.31 (t dar) 365.26 440.72 P 0.31 (e) 384.36 440.72 P (risk it.) 223.2 428.72 T 0 F -0.01 (\322Are we going to \337y around the city in) 234 416.36 P 0.3 (circles,\323 Erik asked, \322or are you going to) 223.2 404.36 P (tell me where we\325re going?\323) 223.2 392.36 T 5.66 (\322T) 234 380.01 P 5.66 (ake the Millish Expressway\320the) 243.85 380.01 P -0.02 (northbound just ahead. I\325ll tell you where) 223.2 368.01 P 1.77 (to go from there.\323 He studied the curl-) 223.2 356.01 P 3.12 (crowned pro\336le. \322Y) 223.2 344.01 P 3.12 (ou saved my life\320) 308.1 344.01 P 3.29 (why? Y) 223.2 332.01 P 3.29 (ou could\325ve let them kill me.) 256.86 332.01 P (Y) 223.2 320.01 T (ou\325d\325ve been free.\323) 229.42 320.01 T 0.25 (\322Y) 234 307.66 P 0.25 (ou still owe me a sausage roll and a) 244.65 307.66 P 0.94 (tankard of warm ale. Can\325) 223.2 295.66 P 0.94 (t collect those) 331.4 295.66 P 0.33 (of) 223.2 283.66 P 0.33 (f a corpse. Besides, the instant the Pol-) 231.35 283.66 P 5.38 (liwog law found your body) 223.2 271.66 P 5.38 (, they\325d) 352.89 271.66 P (decide I did it, then where would I be?\323) 223.2 259.66 T (\322Y) 234 247.3 T (ou\325ve got a point,\323 Regon agreed.) 244.65 247.3 T 1.4 (Erik took his eyes of) 234 234.95 P 1.4 (f the hover lane) 322.15 234.95 P 0.94 (long enough to study the wound. \322W) 223.2 222.95 P 0.94 (e\325ll) 375.48 222.95 P 1.24 (need to stop and take care of that soon.) 223.2 210.95 P (W) 223.2 198.95 T (ill we be driving long?\323) 232.24 198.95 T 3.2 (\322Long enough. Stay on the Millish) 234 186.59 P (northbound \324til I say otherwise.\323) 223.2 174.59 T (\322Y) 234 162.24 T (es, master) 244.65 162.24 T (.\323) 284.07 162.24 T 2.58 (The dry mockery in the deep voice) 234 149.89 P 1.96 (brought a smile to Regon\325) 223.2 137.89 P 1.96 (s lips. W) 334.88 137.89 P 1.96 (arm) 373.26 137.89 P 1.37 (and comfortable, he sank into the cush-) 223.2 125.89 P (ions and closed his eyes.) 223.2 113.89 T 223.2 89.2 388.8 108.2 C 223.2 89.2 388.8 108.2 R 7 X 0 K V 267.9 99.7 348.9 99.7 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 0.54 (Regon jerked awake again, aware that) 234 82.53 P 0.11 (he\325d lost consciousness. The single-room) 223.2 70.53 P 3.65 (cabin smelled pleasantly of processed) 223.2 58.53 P (stew) 223.2 46.53 T (.) 240.87 46.53 T 403.2 43.2 568.8 748.8 R 7 X V 0 X 1.4 (A steaming mug of cof) 414 742.13 P 1.4 (fee bobbed in) 511.59 742.13 P (front of his nose.) 403.2 730.13 T -0.08 (\322Don\325) 414 717.41 P -0.08 (t know what your job is, friend,\323) 438.8 717.41 P -0.09 (merriment \336lled Milhollin\325) 403.2 705.41 P -0.09 (s voice, \322but it) 510.76 705.41 P 0.98 (must pull a lot of credit. Haven\325) 403.2 693.41 P 0.98 (t seen a) 536.87 693.41 P 2.18 (legitimate T) 403.2 681.41 P 2.18 (erran brew or a good Malt) 453.26 681.41 P (Scotch in over ten years.\323) 403.2 669.41 T 3.76 (\322I have a private supplier) 414 656.68 P 3.76 (.\323 Regon) 529.51 656.68 P 1.49 (eyed the glass of liquor in his compan-) 403.2 644.68 P (ion\325) 403.2 632.68 T (s hand; a dark eyebrow rose.) 418.75 632.68 T 6.75 (\322Sorry) 414 619.96 P 6.75 (, helped myself.\323 Milhollin) 440 619.96 P 0.57 (saluted him with the cup. \322W) 403.2 607.96 P 0.57 (ould\325ve got) 522.42 607.96 P 0.73 (you some, too, but I gave you a hypo of) 403.2 595.96 P 2.05 (pain cleaner a couple hours ago. Can\325) 403.2 583.96 P 2.05 (t) 566.02 583.96 P (mix the two, can we?\323) 403.2 571.96 T (\322How did you know how to get here?\323) 414 559.23 T (\322Found a \336ber map in your pocket.\323) 414 546.51 T 0.74 (They devoured a full meal as the sec-) 414 533.78 P 1.69 (ond of Polgish Three\325) 403.2 521.78 P 1.69 (s two suns disap-) 495.16 521.78 P -0.22 (peared over the western horizon. Drowsy) 403.2 509.78 P -0.22 (,) 566.3 509.78 P 0.44 (Regon saw no reason to move. Milhollin) 403.2 497.78 P 1.09 (set the dirty dishes in the portable wash) 403.2 485.78 P 5.09 (unit, stored away the leftovers, and) 403.2 473.78 P (returned to the bed.) 403.2 461.78 T -0.05 (Feeling the need to \336ll the silence with) 414 449.06 P 1.29 (conversation, Regon asked, \322What were) 403.2 437.06 P (you doing on the Polgish slave block?\323) 403.2 425.06 T 1.3 (\322W) 414 412.33 P 1.3 (rong place at the wrong time. My) 427.47 412.33 P 0.95 (Mam was a systems merchant. W) 403.2 400.33 P 0.95 (e\325d \337it) 541.48 400.33 P -0.03 (about the quadrant, shipping this, hauling) 403.2 388.33 P (that.\323) 403.2 376.33 T 7.18 (\322Lemme guess. Someone slipped) 414 363.61 P (something into a car) 403.2 351.61 T (go.\323) 484.36 351.61 T 3.86 (\322The honest reputation she\325d spent) 414 338.88 P 0.25 (forty years building didn\325) 403.2 326.88 P 0.25 (t do her a bit of) 506.2 326.88 P 0.49 (good. And because we\325d been so honest,) 403.2 314.88 P 0.17 (we didn\325) 403.2 302.88 P 0.17 (t have enough money for a good) 438.44 302.88 P (lawyer) 403.2 290.88 T (.\323) 429.85 290.88 T (\322What happened to her?\323) 414 278.16 T -0.09 (\322Last I saw of her) 414 265.43 P -0.09 (, we were in the Sen-) 484.86 265.43 P 2.59 (tencing Chamber) 403.2 253.43 P 2.59 (. When they gave me) 473.8 253.43 P 1.76 (the block ... she had a seizure. No one) 403.2 241.43 P (ever told me what happened.\323) 403.2 229.43 T (\322I\325m sorry) 414 216.71 T (.\323) 455.26 216.71 T 0.57 (Milhollin shrugged of) 414 203.98 P 0.57 (f his concern. \322I) 502.7 203.98 P 1.88 (think it\325) 403.2 191.98 P 1.88 (s about time you told me what) 436.46 191.98 P 0.62 (you were doing at the market today) 403.2 179.98 P 0.62 (. If it) 547.85 179.98 P 1.71 (wasn\325) 403.2 167.98 P 1.71 (t for a tight bottom for your bed,) 426.89 167.98 P (what was it?\323) 403.2 155.98 T 3.34 (Regon studied the younger) 414 143.26 P 3.34 (, smaller) 531.04 143.26 P -0.05 (man and gauged his potential\320 as partner) 403.2 131.26 P -0.05 (,) 566.3 131.26 P 0.37 (co-conspirator) 403.2 119.26 P 0.37 (, or threat. Regon sat up in) 460.53 119.26 P 0.62 (bed, and motioned for Milhollin to close) 403.2 107.26 P (the light screens.) 403.2 95.26 T -0.19 (\322I\325m a ... well, my business is my own.) 414 82.53 P 1.33 (It\325) 403.2 70.53 P 1.33 (s honest and legal. As you noticed, it) 412.08 70.53 P 0.14 (pays well, too. I call it \324corrective adjust-) 403.2 58.53 P (ment\325.\323) 403.2 46.53 T FMENDPAGE %%EndPage: "4" 6 %%Page: "5" 6 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (5) 562.51 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.81 (Milhollin sat on the foot of the bed,) 54 742.13 P (expressionless but alert.) 43.2 730.13 T 1 F 2.9 (At least he\325) 54 717.49 P 2.9 (s not alr) 104.04 717.49 P 2.9 (eady r) 142.79 717.49 P 2.9 (etr) 170.58 717.49 P 2.9 (eating,) 181.32 717.49 P 0 F 0.35 (Regon reasoned. \322I\325ve been hired to stop) 43.2 705.49 P 0.02 (a Polgish criminal named Sorin. He has a) 43.2 693.49 P 0.48 (bodyguard named Keishie, a female Pol-) 43.2 681.49 P (liwog with rather exotic tastes.\323) 43.2 669.49 T 1.2 (A hard glint marred Milhollin\325) 54 656.84 P 1.2 (s eyes.) 180.95 656.84 P (\322I suit her ... exotic tastes.\323) 43.2 644.84 T 0.44 (\322Y) 54 632.2 P 0.44 (ou won\325) 64.65 632.2 P 0.44 (t do anything physical. Just) 97.94 632.2 P 1.42 (draw her away from Sorin long enough) 43.2 620.2 P (to give me a shot at him.\323) 43.2 608.2 T (\322Y) 54 595.56 T (ou\325re an assassin.\323) 64.65 595.56 T 3.37 (\322The man\325) 54 582.91 P 3.37 (s a sadist, Milhollin. He) 99.83 582.91 P 0.29 (gets a char) 43.2 570.91 P 0.29 (ge torturing innocent children.) 86.34 570.91 P 1.92 (He \337aunts it, bragging how he\325) 43.2 558.91 P 1.92 (s above) 176.62 558.91 P 0.87 (the law) 43.2 546.91 P 0.87 (. Someone\325) 72.56 546.91 P 0.87 (s got to stop him, and) 118.4 546.91 P (by god, it\325) 43.2 534.91 T (s going to be me!\323) 84.02 534.91 T 2.31 (Milhollin leaned away from him, as) 54 522.27 P -0.19 (much to protect his ears as to gain breath-) 43.2 510.27 P 2.76 (ing space. Regon sat back against the) 43.2 498.27 P (headboard.) 43.2 486.27 T -0.21 (\322I intend to get him,\323 Regon said, \322one) 54 473.62 P (way or another) 43.2 461.62 T (. W) 102.6 461.62 T (ill you help me?\323) 116.63 461.62 T (\322If I don\325) 54 448.98 T (t?\323) 91.56 448.98 T 2.21 (\322I\325ll tie you up and leave you here.) 54 436.33 P (Kill you if I have to.\323) 43.2 424.33 T -0.22 (\322Y) 54 411.69 P -0.22 (ou\325d do that after I saved your life?\323) 64.65 411.69 P 1.34 (\322I don\325) 54 399.04 P 1.34 (t have a choice. I can\325) 83.74 399.04 P 1.34 (t af) 177.95 399.04 P 1.34 (ford) 192.15 399.04 P (loose ends.\323) 43.2 387.04 T 1.79 (Milhollin snarled an oath, leaped of) 54 374.4 P 1.79 (f) 205.47 374.4 P (the bed and raced out the door) 43.2 362.4 T (.) 163.66 362.4 T -0.24 (His arm aching despite the medication,) 54 349.76 P 0.3 (Regon slammed a \336st down on a bedside) 43.2 337.76 P 0.53 (control box. He threw of) 43.2 325.76 P 0.53 (f the covers and) 143.66 325.76 P (ran to the door) 43.2 313.76 T (.) 101.22 313.76 T -0.24 (In the light-\337ooded drive, Erik reached) 54 301.11 P 0.11 (for the hovercar door) 43.2 289.11 P 0.11 (, only to cry out and) 127.76 289.11 P -0.11 (fall back, unprepared for the security sys-) 43.2 277.11 P 0.92 (tem Regon had activated. Spying Regon) 43.2 265.11 P 4.92 (on the covered porch, Erik sprinted) 43.2 253.11 P 2.7 (towards the trees, ignoring the agent\325) 43.2 241.11 P 2.7 (s) 204.91 241.11 P (shouted warning.) 43.2 229.11 T -0.01 (Erik fetched up against the static fence) 54 216.47 P 0.49 (running full speed. He grunted, every bit) 43.2 204.47 P 0.4 (of wind knock from his chest, and fell to) 43.2 192.47 P 2.92 (the ground, nerves twitching from the) 43.2 180.47 P 2.75 (shock. Though stunned, the space nav) 43.2 168.47 P (scrambled onto his hands and knees.) 43.2 156.47 T 3.41 (\322If you\325re thinking to get away in) 54 143.82 P 3.37 (some other direction,\323 Regon warned,) 43.2 131.82 P (\322don\325) 43.2 119.82 T (t.\323) 65.78 119.82 T 0.4 (Erik tottered to his feet, determined to) 54 107.18 P 0.4 (face his killer with his head high. \322Get it) 43.2 95.18 P 0.36 (over with, then. Go on. Shoot! Just don\325) 43.2 83.18 P 0.36 (t) 206.02 83.18 P (expect me to beg you of) 43.2 71.18 T (f.\323) 139.34 71.18 T 1.19 (Regon cocked an eyebrow at the gun) 54 58.53 P 2.74 (in his hand; he didn\325) 43.2 46.53 P 2.74 (t even remember) 136.16 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 0.02 (picking it up. A smile, half mocking, half) 223.2 742.13 P -0.17 (ironic, raised one corner of his mouth. He) 223.2 730.13 P (motioned toward the building.) 223.2 718.13 T 2.2 (\322Inside, friend. W) 234 705.61 P 2.2 (e\325ll talk about this) 309.75 705.61 P (some more.\323) 223.2 693.61 T (\322No.\323) 234 681.08 T (\322Get in the cabin, Erik. Now) 234 668.55 T (.\323) 347.99 668.55 T (\322Go to hell!\323) 234 656.02 T (\322Stubborn\320.\323) 234 643.5 T 4.03 (Regon slammed the brakes on his) 234 630.97 P -0.05 (anger) 223.2 618.97 P -0.05 (. T) 244.85 618.97 P -0.05 (rading temper for temper was not) 255.55 618.97 P (the best way to deal with Erik Milhollin.) 223.2 606.97 T 2.37 (\322Look, I won\325) 234 594.44 P 2.37 (t hurt you unless you) 295.46 594.44 P 1.01 (give me a reason to. W) 223.2 582.44 P 1.01 (ill you please go) 319.98 582.44 P (into the house? It\325) 223.2 570.44 T (s cold out here.\323) 295.1 570.44 T 2.42 (Erik hesitated a moment more, then) 234 557.91 P 2.25 (stumbled toward the porch, wobbly on) 223.2 545.91 P (unsteady legs.) 223.2 533.92 T 0.59 (Regon moved with only slightly more) 234 521.39 P 4.92 (grace. Closing and sealing the door) 223.2 509.39 P -0.02 (behind him, he tumbled onto the mattress) 223.2 497.39 P 5.18 (and deactivated the exterior security) 223.2 485.39 P (lights but left the screens activated.) 223.2 473.39 T 0.94 (Erik draped the other side of the bed,) 234 460.86 P (gasping and shuddering.) 223.2 448.86 T 1.79 (\322That was dumb,\323 Regon said. \322Y) 234 436.33 P 1.79 (ou) 378.8 436.33 P (were lucky I preset the fence to stun.\323) 223.2 424.33 T -0.08 (A plump pillow under his face muf) 234 411.81 P -0.08 (\337ed) 373.81 411.81 P (Erik\325) 223.2 399.81 T (s response. \322Hoo-bloody-ray) 243.19 399.81 T (.\323) 357.73 399.81 T 0.5 (\322Look, Erik, I\325m not asking you to do) 234 387.28 P 1.83 (anything illegal or even immoral. All I) 223.2 375.28 P 1.33 (need is Keishie away from the door for) 223.2 363.28 P 0.14 (two minutes. After that, you\325re free to go) 223.2 351.28 P 2.76 (anywhere you like. I\325ll give you your) 223.2 339.28 P (papers, sign you a free man.\323) 223.2 327.28 T (\322I don\325) 234 314.75 T (t really give a damn.\323) 262.4 314.75 T (\322I\325ll help you \336nd your Mam.\323) 234 302.22 T (Erik\325) 234 289.7 T (s body tensed. The curls lifted.) 253.99 289.7 T 8.88 (Sensing possible victory) 234 277.17 P 8.88 (, Regon) 348.83 277.17 P 0.38 (pressed, \322I have contacts. Help me get at) 223.2 265.17 P 0.43 (Sorin. Y) 223.2 253.17 P 0.43 (ou\325ll earn your freedom and \336nd) 256.5 253.17 P (your mother) 223.2 241.17 T (.\323) 271.78 241.17 T 3.47 (Erik\325) 234 228.64 P 3.47 (s lips pressed into a mirthless) 253.99 228.64 P (grin. \322Mum\325) 223.2 216.64 T (s freedom.\323) 273.17 216.64 T (\322I can\325) 234 204.11 T (t promise to swing that.\323) 261.29 204.11 T 2.37 (\322I\325ll help you. I\325ll give up my own) 234 191.59 P 0.81 (freedom, stay to do whatever dirty work) 223.2 179.59 P 0.47 (you want, if you\325ll get Mam back on her) 223.2 167.59 P (ship.\323) 223.2 155.59 T 3.31 (Regon sucked on the inside of his) 234 143.06 P 6.28 (cheek, thinking the option through,) 223.2 131.06 P 1.78 (though the simple act of future estima-) 223.2 119.06 P 3.01 (tion was more dif) 223.2 107.06 P 3.01 (\336cult than it should) 302.29 107.06 P 2.74 (have been. He forced his stif) 223.2 95.06 P 2.74 (f, aching) 351.08 95.06 P 2.65 (body of) 223.2 83.06 P 2.65 (f the bed and plopped himself) 256.48 83.06 P 0.3 (down before the small communit set into) 223.2 71.06 P (the wall.) 223.2 59.06 T 0.22 (When Erik sought to watch, he sternly) 234 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X (commanded him back to the bed.) 403.2 742.13 T 2.48 (Regon played with the keys for ten) 414 729.88 P 2.02 (minutes then sighed and sat back, rub-) 403.2 717.88 P 0.18 (bing his aching temples. Erik sat rigid on) 403.2 705.88 P -0.22 (the edge of the bed, wringing his hands in) 403.2 693.88 P (unconscious distress.) 403.2 681.88 T (\322It\325) 414 669.62 T (s a deal.\323) 427.32 669.62 T (Erik\325) 414 657.37 T (s face brightened.) 433.99 657.37 T (\322Y) 414 645.11 T (ou know where she is?\323) 424.65 645.11 T 7.12 (Regon motioned him over) 414 632.85 P 7.12 (. Erik) 539.47 632.85 P 1.42 (bounded across the room and examined) 403.2 620.85 P (the screen.) 403.2 608.86 T 2.88 (\322The seizure wasn\325) 414 596.6 P 2.88 (t severe,\323 Regon) 496.72 596.6 P 1.04 (reported. \322She was released from hospi-) 403.2 584.6 P 0.97 (tal two days after the sentencing. T) 403.2 572.6 P 0.97 (rans-) 548.82 572.6 P 5.98 (ported to Labor Camp T) 403.2 560.6 P 5.98 (en-A-Nine.) 523.57 560.6 P 0.97 (That\325) 403.2 548.6 P 0.97 (s the most minimum security facil-) 424.3 548.6 P 0.74 (ity on Krinosh. She\325ll be safe there until) 403.2 536.6 P (we do what needs doing.\323) 403.2 524.6 T (\322Get her out now) 414 512.34 T (.\323) 482.46 512.34 T 0.96 (\322Oh, no. I don\325) 414 500.09 P 0.96 (t know you, Erik Mil-) 477.5 500.09 P 1.21 (hollin. I don\325) 403.2 488.09 P 1.21 (t know if I trust you to go) 457.91 488.09 P 4.46 (through with it if you think you\325ve) 403.2 476.09 P 1.85 (already had your way) 403.2 464.09 P 1.85 (. She\325) 494.42 464.09 P 1.85 (s free when) 519.03 464.09 P (the job is done, not before.\323) 403.2 452.09 T 3.96 (\322And if you botch the job? What) 414 439.83 P (then?\323) 403.2 427.83 T 0.73 (\322I\325ve left a written statement with my) 414 415.58 P 3.87 (employer) 403.2 403.58 P 3.87 (. If it goes sour because of) 440.4 403.58 P 1.04 (something I did or some hazard I didn\325) 403.2 391.58 P 1.04 (t) 566.02 391.58 P (foresee, she\325ll be given her pardon.\323) 403.2 379.58 T 1.5 (Regon deactivated the communit and) 414 367.32 P 0.66 (stood up. He wanted that bed even more) 403.2 355.32 P 2.7 (than he wanted revenge against Sorin.) 403.2 343.32 P 3.08 (\322Since that\325) 403.2 331.32 P 3.08 (s settled, I think I\325ll\320.\323 A) 453.19 331.32 P 1.97 (wave of cold-heat swept over his face;) 403.2 319.32 P (his eyes blurred. \322Wha\320?\323) 403.2 307.32 T 1.45 (Erik caught him as he started a slow) 414 295.07 P 3.25 (slide toward the \337oor) 403.2 283.07 P 3.25 (. Regon\325) 497.61 283.07 P 3.25 (s vision) 534.73 283.07 P (tunneled down.) 403.2 271.07 T 3.7 (\322Sh\325d\325ve known ... Sills ... always) 414 258.81 P (liked to f-f-\336ddle his needles.\323) 403.2 246.81 T (Erik swallowed. \322Poison?\323) 414 234.56 T 4.66 (\322Naw ... just ... be sick awhile.\323) 414 222.3 P 0.48 (V) 403.2 210.3 P 0.48 (icious chills rattled his teeth. \322S-s-s\320oh) 409.82 210.3 P (damn. \324m sorry) 403.2 198.3 T (.\323) 463.9 198.3 T 1.09 (Erik said something more, but Regon) 414 186.04 P 1.91 (was too far lost in sickness to hear) 403.2 174.04 P 1.91 (, or) 553.57 174.04 P (care.) 403.2 162.04 T 403.2 137.46 568.8 156.46 C 403.2 137.46 568.8 156.46 R 7 X 0 K V 447.9 147.96 528.9 147.96 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K -0.25 (I can\325) 414 130.79 P -0.25 (t believe I\325m doing this. I\325ve \336xed) 436.23 130.79 P 1.06 (the security codes on the hover) 403.2 118.79 P 1.06 (car) 532.2 118.79 P 1.06 (. W) 544.41 118.79 P 1.06 (ith) 558.25 118.79 P 0.8 (the cr) 403.2 106.79 P 0.8 (edsticks I found hidden ar) 426.66 106.79 P 0.8 (ound the) 533.3 106.79 P 0.06 (cabin, I can get off this miserable r) 403.2 94.79 P 0.06 (ock. If) 543.76 94.79 P 0.75 (it wer) 403.2 82.79 P 0.75 (en\325) 426.63 82.79 P 0.75 (t for the chance of getting Mam) 438.28 82.79 P (out, I\325d\325ve left days ago.) 403.2 70.79 T 0 F 0.2 (Erik sobered, honest with himself.) 414 58.53 P 1 F 0.2 ( No,) 551.94 58.53 P 0.66 (I wouldn\325) 403.2 46.53 P 0.66 (t have. I wouldn\325) 441.34 46.53 P 0.66 (t leave a mud-) 509.93 46.53 P FMENDPAGE %%EndPage: "5" 7 %%Page: "6" 7 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (6) 562.51 31 T 403.2 43.2 568.8 748.8 R 7 X V 0 10 Q 0 X 0.12 (limbo, too weak to rise but too wound up) 403.2 742.13 P 3.22 (to sleep. He was only vaguely aware) 403.2 730.13 P 0.1 (when Erik, having put away the food and) 403.2 718.13 P 0.12 (set the dishes to clean, moved to the bed-) 403.2 706.13 P (side and stripped of) 403.2 694.13 T (f his clothes.) 481.58 694.13 T 2.68 (Erik extinguished the light. Exterior) 414 681.89 P -0.13 (darkness \337ooded through the heavily cur-) 403.2 669.89 P 1.03 (tained windows, throwing the room into) 403.2 657.89 P (utter darkness.) 403.2 645.89 T 1.14 (The bed rocked, a sudden quaking of) 414 633.65 P 1.74 (the air mattress. The cover raised; cool) 403.2 621.65 P 0.89 (air brushed him from shoulder to hip. A) 403.2 609.65 P 3.59 (warm body stretched out at his side,) 403.2 597.65 P (replacing the cover and displaced heat.) 403.2 585.65 T 0.21 (Unease thickened the air around them.) 414 573.41 P (Regon didn\325) 403.2 561.41 T (t like it in the least.) 452.71 561.41 T (\322Sorry) 414 549.16 T (. It\325) 440 549.16 T (s just ... a private subject.\323) 453.88 549.16 T 1.7 (\322I understand. My fault for pressing.) 414 536.92 P (Go to sleep, Regon.\323) 403.2 524.92 T (\322Erik?\323) 414 512.68 T (\322Mmm?\323) 414 500.44 T (\322Thank you.\323) 414 488.2 T 403.2 463.62 568.8 482.62 C 403.2 463.62 568.8 482.62 R 7 X 0 K V 447.9 474.12 528.9 474.12 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 0.53 (The phenomenally wealthy citizens of) 414 456.95 P 0.58 (Y) 403.2 444.95 P 0.58 (ulith Cote resided on The Hill, a single) 409.31 444.95 P 2.81 (rise located almost dead center of the) 403.2 432.95 P 0.28 (metropolis. Seated in the hopper) 403.2 420.95 P 0.28 (, the two) 533.55 420.95 P 2.26 (men studied the well-forti\336ed ten-story) 403.2 408.95 P 1.48 (steel and weather) 403.2 396.95 P 1.48 (-glass structure behind) 475.35 396.95 P (the thirty foot static wall.) 403.2 384.95 T (\322That Sorin\325) 414 372.71 T (s place?\323) 463.69 372.71 T (\322Y) 414 360.47 T (eah.\323) 424.65 360.47 T 1.78 (A reddish eyebrow vanished beneath) 414 348.23 P 1.25 (copper ringlets. \322Ever think of breaking) 403.2 336.23 P 1.62 (into the planetary treasury? Y) 403.2 324.23 P 1.62 (ou\325d have) 527.49 324.23 P (better luck.\323) 403.2 312.23 T 3.21 (\322I don\325) 414 299.99 P 3.21 (t plan on taking him here,\323) 445.61 299.99 P 1.26 (Regon said; he activated the hover) 403.2 287.99 P 1.26 (\325) 547.83 287.99 P 1.26 (s air) 550.61 287.99 P 0.44 (pumps and set the vehicle moving again.) 403.2 275.99 P 0.3 (\322There\325) 403.2 263.99 P 0.3 (s a dive in the Lower City he fre-) 433.72 263.99 P 3.69 (quents, sometimes only every two or) 403.2 251.99 P 3.96 (three seasons, but it\325) 403.2 239.99 P 3.96 (s the one haunt) 496.69 239.99 P (where I know I\325ll eventually see him.\323) 403.2 227.99 T (\322What sort of place is it?\323) 414 215.74 T (\322Procuring house.\323) 414 203.5 T (\322Girls?\323) 414 191.26 T 2.81 (\322On the surface. It\325) 414 179.02 P 2.81 (s secret trade is) 499.03 179.02 P 0.54 (children, all sexes, all species. I\325ll wager) 403.2 167.02 P 2.12 (the oldest Human child in the place is) 403.2 155.02 P (probably around ten.\323) 403.2 143.02 T 0.49 (Erik paled. \322Y) 414 130.78 P 0.49 (ou can\325) 471.98 130.78 P 0.49 (t be serious. T) 501.98 130.78 P 0.49 (en) 559.36 130.78 P (years ... they\325re bloody babies!\323) 403.2 118.78 T 3.18 (\322My employer) 414 106.53 P 3.18 (\325) 476.12 106.53 P 3.18 (s kept watch on the) 478.9 106.53 P 2.44 (place for years but could never \336nd a) 403.2 94.53 P 1.87 (loophole in the system that would shut) 403.2 82.53 P 0.53 (them down. W) 403.2 70.53 P 0.53 (e intercept their transports) 462.58 70.53 P -0.01 (as often as we can but a few ships always) 403.2 58.53 P 1.22 (get through. W) 403.2 46.53 P 1.22 (e\325ve even outbid them at) 465.09 46.53 P 43.2 43.2 208.8 748.8 R 7 X V 1 F 0 X 2.56 (worm in this sorry state. Even a paid) 43.2 742.13 P (assassin deserves help when he\325) 43.2 730.13 T (s sick.) 170.71 730.13 T 0 F 2.37 (The smaller man replaced the moist) 54 717.31 P 0.53 (cloth across Regon\325) 43.2 705.31 P 0.53 (s forehead and strug-) 123.1 705.31 P 0.23 (gled to make sense of the sick man\325) 43.2 693.31 P 0.23 (s dis-) 187.19 693.31 P 2.14 (jointed mumbling. He spoke mainly of) 43.2 681.31 P (people and places Erik had never heard) 43.2 669.31 T 4.78 (of. Something occasionally slipped) 54 656.48 P 2.52 (through, an emotion or action, that he) 43.2 644.48 P (found recognizable.) 43.2 632.48 T 1 F 0.99 (I wonder who \324Eliza\325 is. Regon\325) 54 619.65 P 0.99 (s cer-) 185.34 619.65 P 3.19 (tainly heaped some colorful abuse on) 43.2 607.65 P 1.95 (that one\325) 43.2 595.65 P 1.95 (s head, but I don\325) 79.67 595.65 P 1.95 (t feel ther) 156.6 595.65 P 1.95 (e\325) 198.44 595.65 P 1.95 (s) 204.91 595.65 P 0.68 (anything malicious behind it\320mor) 43.2 583.65 P 0.68 (e fond-) 180.08 583.65 P (ness than r) 43.2 571.65 T (esentment.) 86.7 571.65 T 0.12 (Sorin, though, is differ) 54 558.82 P 0.12 (ent. Ther) 144.24 558.82 P 0.12 (e\325) 180.08 558.82 P 0.12 (s r) 186.56 558.82 P 0.12 (eal) 196.59 558.82 P 2.97 (hate ther) 43.2 546.82 P 2.97 (e. It\325) 81.61 546.82 P 2.97 (s not abstract, either\320no) 102.16 546.82 P 1.33 (hatr) 43.2 534.82 P 1.33 (ed for collective sins. Ther) 59.49 534.82 P 1.33 (e\325) 170.74 534.82 P 1.33 (s some-) 177.22 534.82 P 3.03 (thing personal her) 43.2 522.82 P 3.03 (e. Regon\325) 122.74 522.82 P 3.03 (s come up) 162.77 522.82 P 1.86 (against this particular Polliwog befor) 43.2 510.82 P 1.86 (e,) 201.86 510.82 P (and it\325) 43.2 498.82 T (s left him scarr) 68.29 498.82 T (ed.) 128.16 498.82 T 0.4 (What sort of nightmar) 54 485.99 P 0.4 (e am I mixed up) 143.39 485.99 P (in?) 43.2 473.99 T 0 F 1.5 (Regon\325) 54 461.16 P 1.5 (s mumbles spiraled down into) 82.87 461.16 P -0.2 (another deep sleep. Erik pulled the cover-) 43.2 449.16 P 1.88 (let further up over the shivering shoul-) 43.2 437.16 P (ders and let the man sleep.) 43.2 425.16 T 0.82 (For three days he cared for the deliri-) 54 412.33 P 0.56 (ous man. If he didn\325) 43.2 400.33 P 0.56 (t have his hands full) 126.04 400.33 P 0.4 (with Regon, he was bored half out of his) 43.2 388.33 P 1.53 (mind for lack of anything to do. What-) 43.2 376.33 P 0.18 (ever else Regon might be, he was neither) 43.2 364.33 P -0.22 (reader nor gamester; there wasn\325) 43.2 352.33 P -0.22 (t a single) 173.14 352.33 P 0.68 (book or computer game anywhere in the) 43.2 340.33 P 2.57 (cabin, nothing to wile away the hours) 43.2 328.33 P (except a tatty deck of cards.) 43.2 316.33 T -0.17 (Left with hours of loose ends, Erik had) 54 303.51 P -0.1 (bent his curiosity and skill to the commu-) 43.2 291.51 P 4.59 (nit.) 43.2 279.51 P 1 F 4.59 (This is pr) 63.34 279.51 P 4.59 (etty impr) 109.91 279.51 P 4.59 (essive, and I) 149.94 279.51 P 1.61 (haven\325) 43.2 267.51 P 1.61 (t even touched the r) 69.29 267.51 P 1.61 (estricted \336les) 154.17 267.51 P 0.78 (yet. This Regon ... he isn\325) 43.2 255.51 P 0.78 (t the assassin I) 147.32 255.51 P -0.04 (thought he was. He\325) 43.2 243.51 P -0.04 (s somehow connected) 122.29 243.51 P 0.16 (to GIP) 43.2 231.51 P 0.16 (. Haven\325) 68.99 231.51 P 0.16 (t \336gur) 102.45 231.51 P 0.16 (ed out how yet, but I) 126.4 231.51 P (will befor) 43.2 219.51 T (e I\325m \336nished.) 81.43 219.51 T 0 F (\322How ... how did you ... get on that?\323) 54 206.68 T 2.99 (Erik looked up. Though weak as a) 54 193.85 P 2.03 (newborn babe, Regon stared back with) 43.2 181.85 P 0.59 (delirium-clear eyes. Erik shifted his own) 43.2 169.85 P (gaze to the chrono on the wall.) 43.2 157.85 T 1 F 1.63 (No wonder my spine\325) 54 145.02 P 1.63 (s talking to me.) 142.83 145.02 P (I\325ve been sitting at this thing for hours!) 43.2 133.02 T 0 F 1.61 (Erik closed the unit and came to the) 54 120.19 P 2.08 (bed. Regon\325) 43.2 108.19 P 2.08 (s skin, though pinched and) 93.59 108.19 P (pale, no longer burned his \336ngers.) 43.2 96.19 T 3.63 (\322Good, your fever) 54 83.36 P 3.63 (\325) 134.63 83.36 P 3.63 (s broken. About) 137.41 83.36 P (time.\323) 43.2 71.36 T 0.48 (\322Where did you ... get the axe code ...) 54 58.53 P (my communit?\323) 43.2 46.53 T 223.2 43.2 388.8 748.8 R 7 X V 0 X -0.15 (\322Y) 234 742.13 P -0.15 (ou gave it to me. Saw you use it that) 244.65 742.13 P 2.21 (\336rst day) 223.2 730.13 P 2.21 (.\323 Erik pointed to the polished) 257.25 730.13 P 1.28 (chrome side of the kitchen storage unit.) 223.2 718.13 P 0.44 (\322Saw your re\337ection in that. Handy trick) 223.2 706.13 P -0.05 (every space nav and pilot picks up, learn-) 223.2 694.13 P (ing to read mirror images.\323) 223.2 682.13 T (\322What did you ... \336nd out?\323) 234 669.52 T 1.64 (\322Nothing you\325d mind me knowing. I) 234 656.91 P 0.96 (was careful to stay out of the restricts. I) 223.2 644.91 P 1.51 (know you\325re latched to GIP some way;) 223.2 632.91 P 4.08 (haven\325) 223.2 620.91 P 4.08 (t quite \336gured out how yet. I) 250.21 620.91 P 3.72 (mean, Galactic Intelligence Prime are) 223.2 608.91 P 0.64 (more famous for arresting assassins than) 223.2 596.91 P (for hiring them.\323) 223.2 584.91 T -0.22 (\322I\325m not an assassin. At least ... not the) 234 572.3 P (kind you\325re thinking of.\323) 223.2 560.3 T 1.37 (\322The thought has crossed my mind a) 234 547.69 P 0.98 (couple of times over the last three days,) 223.2 535.69 P (yeah.\323) 223.2 523.69 T (\322Three ... three days?\323) 234 511.08 T 6.43 (Erik controlled a budding smile.) 234 498.47 P 2.85 (\322Closer to four) 223.2 486.47 P 2.85 (. Whatever was on the) 288.31 486.47 P (needle, it certainly did its job on you.\323) 223.2 474.47 T (\322Three days wasted ...\323) 234 461.86 T (\322Nearer four) 234 449.25 T (. Hungry?\323) 284.22 449.25 T 2.37 (Diverted, Regon pulled a tired face.) 234 436.64 P 0.58 (\322Not really ... but I need something any-) 223.2 424.64 P (way) 223.2 412.64 T (.\323) 239.2 412.64 T 2.48 (Erik returned within minutes with a) 234 400.03 P -0.11 (meal for the invalid. He spoon-fed Regon) 223.2 388.03 P 0.75 (a light portion of the broth and bread. A) 223.2 376.03 P 5.87 (quite comfortable air hung between) 223.2 364.03 P -0.14 (them, enough so that Erik risked trying to) 223.2 352.03 P (satisfy his curiosity) 223.2 340.03 T (.) 300.29 340.03 T 3.25 (\322Y) 234 327.42 P 3.25 (ou talked a bit ... delirious with) 244.65 327.42 P (fever) 223.2 315.42 T (.\323) 243.18 315.42 T (\322Nothing of) 234 302.81 T (fensive, I hope.\323) 281.84 302.81 T 3.09 (\322Just names and places, and a few) 234 290.2 P 0.36 (snatches of conversation. Y) 223.2 278.2 P 0.36 (ou mentioned) 333.75 278.2 P 1.05 (Sorin several times, and never in a very) 223.2 266.2 P (commendable light.\323) 223.2 254.2 T 5.7 (\322He is not a very commendable) 234 241.59 P (being.\323) 223.2 229.59 T 3.76 (\322I\325m beginning to see that.\323 Since) 234 216.98 P 1.46 (Regon hadn\325) 223.2 204.98 P 1.46 (t objected to his references) 275.83 204.98 P 1.4 (to Sorin, he felt it safe to ask, \322Who is) 223.2 192.98 P (Eliza?\323) 223.2 180.98 T 0.58 (Regon stif) 234 168.36 P 0.58 (fened. Dark blue eyes hard-) 275.76 168.36 P 0.72 (ened to mica \337ints. Erik retreated before) 223.2 156.36 P (the powerful glare.) 223.2 144.36 T (\322Eliza is none of your business.\323) 234 131.76 T 0.78 (Erik left the bed, taking the meal tray) 234 119.14 P 2.36 (with him; he tried but failed to match) 223.2 107.14 P (Regon\325) 223.2 95.14 T (s gaze. \322Sorry) 252.07 95.14 T (.\323) 307.76 95.14 T 0.53 (Regon studied the stif) 234 82.53 P 0.53 (f set to the slen-) 322.85 82.53 P 4.38 (der shoulders and regretted his fury) 223.2 70.53 P 4.38 (.) 386.3 70.53 P -0.15 (Exhausted physically and emotionally) 223.2 58.53 P -0.15 (, he) 374.52 58.53 P 0.9 (relaxed on the bed. He drifted in mental) 223.2 46.53 P FMENDPAGE %%EndPage: "6" 8 %%Page: "7" 8 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (7) 562.51 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.44 (the block, just to keep the babes out of) 43.2 742.13 P (their hands.\323) 43.2 730.13 T (\322\324W) 54 717.41 T (e\325 being GIP?\323) 70.4 717.41 T 2 (Regon shook his head. \322I didn\325) 54 704.68 P 2 (t say) 188.2 704.68 P (that.\323) 43.2 692.68 T (Erik smiled. \322I know) 54 679.96 T (.\323) 137.18 679.96 T (Regon tooled the hovercar down the) 54 667.23 T 2.74 (tubes with near) 54 654.51 P 2.74 (-reckless speed. Erik) 120.34 654.51 P 0.22 (had to admire his competence at the con-) 43.2 642.51 P 2.09 (trols\320it wasn\325) 43.2 630.51 P 2.09 (t too many who could so) 99.8 630.51 P 4.09 (casually control a careening hunk of) 43.2 618.51 P (metal skimming on a bed of air) 43.2 606.51 T (.) 167.57 606.51 T 0.04 (The hover moved constantly downhill.) 54 593.78 P 1.62 (The buildings beyond the weather) 43.2 581.78 P 1.62 (-glass) 185.48 581.78 P 3.31 (domes of the tubes grew increasingly) 43.2 569.78 P 2.37 (dense. Prosperity and glit decreased in) 43.2 557.78 P 2.13 (direct proportion to age and decay) 43.2 545.78 P 2.13 (. By) 190.01 545.78 P 0.62 (the time Regon shifted them onto one of) 43.2 533.78 P -0.02 (the uncovered open-ground paths that led) 43.2 521.78 P 3.64 (into the lowermost sections of Y) 43.2 509.78 P 3.64 (ulith) 190.47 509.78 P 1.92 (Cote, they were surrounded by nothing) 43.2 497.78 P (but trash, destruction, and \336lth.) 43.2 485.78 T 2.48 (\322There\325) 54 473.06 P 2.48 (s been a surveilling team on) 84.52 473.06 P 2.48 (the place the last two seasons. Sorin\325) 43.2 461.06 P 2.48 (s) 204.91 461.06 P 1.18 (sure to visit, probably tonight or tomor-) 43.2 449.06 P 0.43 (row) 43.2 437.06 P 0.43 (, within the next sevenday at the out-) 58.09 437.06 P (side.\323) 43.2 425.06 T (\322How can you be sure?\323) 54 412.33 T 1.7 (Regon pointed to a message \337ashing) 54 399.61 P 0.16 (across the hovercar) 43.2 387.61 P 0.16 (\325) 121.03 387.61 P 0.16 (s portable communit.) 123.81 387.61 P -0.06 (\322A new shipment arrived at the spaceport) 43.2 375.61 P 0.81 (just this morning. Sorin\325) 43.2 363.61 P 0.81 (s bound to want) 142.81 363.61 P (\336rst choice.\323) 43.2 351.61 T (\322Who\325) 54 338.88 T (s sending that?\323) 80.64 338.88 T 2.57 (\322The surveilling team. Even I don\325) 54 326.16 P 2.57 (t) 206.02 326.16 P 1.04 (know where they\325re watching from, and) 43.2 314.16 P 0.4 (it\325) 43.2 302.16 P 0.4 (s not good policy to try and spot them.) 51.53 302.16 P 3.96 (They\325re a strange lot. Most of them) 43.2 290.16 P 1.89 (aren\325) 43.2 278.16 P 1.89 (t even human, and they don\325) 63.55 278.16 P 1.89 (t like) 186.64 278.16 P 2.12 (having all their hard work blown by a) 43.2 266.16 P (couple of nosy agents.\323) 43.2 254.16 T (\322I\325m not an agent. I\325m a distraction.\323) 54 241.43 T 4.7 (Regon resisted smiling only by a) 54 228.71 P 0.09 (supreme ef) 43.2 216.71 P 0.09 (fort of will. He couldn\325) 87.23 216.71 P 0.09 (t, how-) 180.4 216.71 P (ever) 43.2 204.71 T (, control the merry dance of his eyes.) 60 204.71 T 4.07 (\322It won\325) 54 191.98 P 4.07 (t matter to the surveilling) 91.47 191.98 P 2.47 (teams. Anyone who spots their watch-) 43.2 179.98 P (posts soon wishes he hadn\325) 43.2 167.98 T (t.\323) 151.84 167.98 T 1.61 (Regon parked the hover in a Pay N\325) 54 155.26 P 0.67 (Protect sealed lot and led his companion) 43.2 143.26 P 0.12 (into a gray tenement three longish blocks) 43.2 131.26 P 7.6 (from the procuring house. Staring) 43.2 119.26 P 1.48 (through the glassless window frame, he) 43.2 107.26 P 1.97 (pointed to the squat building down the) 43.2 95.26 P (way) 43.2 83.26 T (.) 59.2 83.26 T 2.57 (\322That\325) 54 70.53 P 2.57 (s the Blue Cushion. Don\325) 79.54 70.53 P 2.57 (t let) 190.96 70.53 P 2.01 (the face fool you. Inside, it\325) 43.2 58.53 P 2.01 (s a palace.) 163.44 58.53 P 0.31 (Supposedly a bawdy house for free-trade) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 0.58 (prostitutes, it\325) 223.2 742.13 P 0.58 (s owned and run by a half-) 278.76 742.13 P (Human named Brand.\323) 223.2 730.13 T (\322What\325) 234 717.49 T (s his other half?\323) 262.86 717.49 T 0.68 (\322Hell devil. He\325) 234 704.84 P 0.68 (s the one who hooked) 298.92 704.84 P 1.92 (Sorin on Human children. He caters to) 223.2 692.84 P 2.52 (Sorin\325) 223.2 680.84 P 2.52 (s vices and provides him with a) 247.64 680.84 P 0.81 (private \324sampling room\325. There\325) 223.2 668.84 P 0.81 (s talk he) 353.87 668.84 P (even joins the Polliwog in his \324games\325.\323) 223.2 656.84 T 5.29 (\322Why hasn\325) 234 644.2 P 5.29 (t the law closed him) 287.13 644.2 P 2.86 (down? Raping underagers is illegal in) 223.2 632.2 P (every known species.\323) 223.2 620.2 T 2.88 (\322It\325) 234 607.56 P 2.88 (s simple, really) 247.32 607.56 P 2.88 (. On Polgish, the) 313.24 607.56 P 1.31 (Final Judiciary for Sex- Related Crimes) 223.2 595.56 P -0.22 (is a slimy worm named Kemmosh. A true) 223.2 583.56 P 0.14 (politician, smooth as silk, with a taste for) 223.2 571.56 P -0.06 (young \337esh. All Brand\325) 223.2 559.56 P -0.06 (s lawyer has to do) 316.86 559.56 P 0.18 (is put the case before Kemmosh, and it\325ll) 223.2 547.56 P -0.11 (get \337ushed out the nearest disposal tube.\323) 223.2 535.56 P 5.26 (\322How can space sludge like that) 234 522.91 P (exist?\323) 223.2 510.91 T 0.13 (\322After tonight, it won\325) 234 498.27 P 0.13 (t. At least not in) 324.15 498.27 P (Sorin\325) 223.2 486.27 T (s case.\323) 247.64 486.27 T (\322So what happens?\323) 234 473.62 T -0.19 (\322When Sorin comes, he\325ll do it openly) 234 460.98 P -0.19 (.) 386.3 460.98 P 1.2 (He\325) 223.2 448.98 P 1.2 (s so sure of himself he doesn\325) 237.63 448.98 P 1.2 (t even) 363.45 448.98 P 1.21 (try to hide his tastes. Keishie will stand) 223.2 436.98 P 2.66 (outside the main door) 223.2 424.98 P 2.66 (, knocking away) 317.69 424.98 P 0.3 (any other customers. That door is, by the) 223.2 412.98 P 0.59 (way) 223.2 400.98 P 0.59 (, the only known way into the build-) 239.2 400.98 P 1.71 (ing. There is another) 223.2 388.98 P 1.71 (, the one the ship-) 310.63 388.98 P 2.66 (ments are brought through, but it\325) 223.2 376.98 P 2.66 (s so) 370.87 376.98 P 3.92 (well hidden, not even the surveilling) 223.2 364.98 P (team\325) 223.2 352.98 T (s been able to \336nd it.\323) 245.41 352.98 T (\322Where do I \336t in?\323) 234 340.33 T -0.07 (\322Y) 234 327.69 P -0.07 (our job is to lure Keishie away from) 244.65 327.69 P 0.71 (the door for the two minutes I\325ll need to) 223.2 315.69 P 2.87 (deactivate the warning alarms and get) 223.2 303.69 P 0.61 (inside the building. How you do is up to) 223.2 291.69 P (you.\323) 223.2 279.69 T 1.48 (\322This Keishie\320she the kind that likes) 234 267.04 P (the big-eyed, frail, helpless types?\323) 223.2 255.04 T 0.17 (\322From what I could tell, yeah. Though) 234 242.4 P (she usually goes for sun-gold blonds.\323) 223.2 230.4 T (\322Once you\325re inside, then what?\323) 234 217.76 T (\322Then you\325re free to go.\323) 234 205.11 T (\322But what about my Mam?\323) 234 192.47 T 3.07 (Regon of) 234 179.82 P 3.07 (fered his \336rst truly honest) 273.81 179.82 P 1.42 (smile. \322She\325) 223.2 167.82 P 1.42 (s already pardoned. I imag-) 273.48 167.82 P 0.06 (ine she\325) 223.2 155.82 P 0.06 (s already back on her ship, on her) 254.07 155.82 P (way to pick you up.\323) 223.2 143.82 T (\322What are you talking about?\323) 234 131.18 T -0.08 (Regon drew meaningless \336gures in the) 234 118.53 P 3.47 (blown dust covering the window sill.) 223.2 106.53 P 0.58 (\322Y) 223.2 94.53 P 0.58 (ou didn\325) 233.85 94.53 P 0.58 (t have to tend me when I was) 267.85 94.53 P 1.34 (sick. I owe you for that. Before we left) 223.2 82.53 P -0.21 (the cabin, I arranged full pardons for both) 223.2 70.53 P 2.72 (you and your Mam. She has her ship) 223.2 58.53 P 0.94 (back, and both pardons in her pocket. If) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.58 (she goes at top transport speed, she\325ll be) 403.2 742.13 P 0.06 (at the spaceport by noon day after tomor-) 403.2 730.13 P (row) 403.2 718.13 T (.\323) 418.09 718.13 T 4.05 (Regon dug a small pouch from a) 414 705.36 P (pocket and handed it over) 403.2 693.36 T (.) 505.9 693.36 T 1.1 (\322There\325) 414 680.59 P 1.1 (s a temporary freedom receipt) 444.52 680.59 P 2.29 (in there, and enough credsticks to tide) 403.2 668.59 P (you until your Mam gets here.\323) 403.2 656.59 T 1.47 (Erik stared from the wallet to Regon) 414 643.81 P 1.68 (and back; he didn\325) 403.2 631.81 P 1.68 (t immediately accept) 482.17 631.81 P 0.37 (the of) 403.2 619.81 P 0.37 (fering. \322Why are you doing this? It) 426.42 619.81 P (wasn\325) 403.2 607.81 T (t part of our deal.\323) 426.89 607.81 T 1.31 (\322I want Sorin. Y) 414 595.04 P 1.31 (ou\325ve agreed to help) 482.99 595.04 P 1.79 (me, that\325) 403.2 583.04 P 1.79 (s reason enough. The fact that) 439.97 583.04 P 4.48 (you saved my life\320twice\320might have) 403.2 571.04 P (something to do with it.\323) 403.2 559.04 T 1.23 (\322I didn\325) 414 546.27 P 1.23 (t do it for a reward, not even) 446.41 546.27 P 1.25 (this one.\323 Erik slapped the pouch away) 403.2 534.27 P 1.25 (,) 566.3 534.27 P -0.11 (his temper simmering. \322I\325ll do whatever I) 403.2 522.27 P 0.59 (have to do to save my Mam, but I won\325) 403.2 510.27 P 0.59 (t) 566.02 510.27 P 4.42 (be bribed into helping you. If what) 403.2 498.27 P 2.56 (you\325ve said about this Sorin is true, I) 403.2 486.27 P (want to stop him for that reason alone.\323) 403.2 474.27 T 2.27 (\322It\325) 414 461.49 P 2.27 (s what you \336rst asked for) 427.32 461.49 P 2.27 (, and I) 539.01 461.49 P -0.23 (never denied it, did I? Y) 403.2 449.49 P -0.23 (ou added the con-) 498.17 449.49 P 2.88 (dition of your Mother) 403.2 437.49 P 2.88 (\325) 499.1 437.49 P 2.88 (s safety later) 501.88 437.49 P 2.88 (. I) 557.6 437.49 P (want Sorin, Erik. Help me get him.\323) 403.2 425.49 T 1.81 (Erik hesitated a \336nal moment before) 414 412.72 P (accepting the pouch.) 403.2 400.72 T 1.89 (\322Thank you. W) 414 387.95 P 1.89 (ithout you ...\323 Regon) 479.28 387.95 P 3.31 (shook like a dog ridding itself of an) 403.2 375.95 P 3.76 (unwelcome bath and pasted a cheery) 403.2 363.95 P 0.52 (smile onto his face. \322Y) 403.2 351.95 P 0.52 (ou\325d better snatch) 496.15 351.95 P -0.2 (what rest you can. Oh, and one of the sur-) 403.2 339.95 P 1.01 (veilling team will be by later on tonight) 403.2 327.95 P (with some clothes for you.\323) 403.2 315.95 T 3.03 (\322Clothes?\323 Erik studied the sweater) 414 303.17 P 3.37 (and trousers he wore. \322What\325) 403.2 291.17 P 3.37 (s wrong) 533.51 291.17 P (with what I\325m wearing?\323) 403.2 279.17 T 0.16 (\322Not exactly provocative. W) 414 266.4 P 0.16 (on\325) 528.58 266.4 P 0.16 (t make) 541.72 266.4 P (Keishie\325) 403.2 254.4 T (s eyes pop.\323) 436.51 254.4 T (\322No, guess not.\323) 414 241.63 T 0.98 (Expecting Regon to do likewise, Erik) 414 228.85 P 0.75 (made himself as comfortable as possible) 403.2 216.85 P 3.2 (on the bare \337oor) 403.2 204.85 P 3.2 (. He watched as the) 478.02 204.85 P 0.72 (lar) 403.2 192.85 P 0.72 (ger man instead took up a post beside) 413.56 192.85 P 0.59 (the window) 403.2 180.85 P 0.59 (, eyes still on the Blue Cush-) 450.05 180.85 P (ion.) 403.2 168.85 T 4.51 (\322Y) 414 156.08 P 4.51 (ou should rest, too,\323 Erik said.) 424.65 156.08 P 0.64 (\322Y) 403.2 144.08 P 0.64 (ou\325re still not over that tainted dart. It) 413.85 144.08 P 1.04 (doesn\325) 403.2 132.08 P 1.04 (t make sense to go up against the) 429.67 132.08 P 1.04 (Sorin without a proper sleep under your) 403.2 120.08 P (ear) 403.2 108.08 T (.\323) 414.85 108.08 T 1.73 (\322I\325m \336ne. I\325ve spent so much of the) 414 95.31 P 2.43 (last few days sleeping, I don\325) 403.2 83.31 P 2.43 (t think I) 532.29 83.31 P 4.84 (ever want to close my eyes\320or see) 403.2 71.31 P (another bed\320for at least a full cycle.\323) 403.2 59.31 T 3.59 (Erik laughed. Reassured, he settled) 414 46.53 P FMENDPAGE %%EndPage: "7" 9 %%Page: "8" 9 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (8) 562.51 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 2.24 (down to get what rest he could in the) 43.2 742.13 P (unsavory surroundings.) 43.2 730.13 T 43.2 705.51 208.8 724.51 C 43.2 705.51 208.8 724.51 R 7 X 0 K V 87.9 716.01 168.9 716.01 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.97 (\322It\325ll be tonight. I can feel it, \324Liza.) 54 698.85 P 0.89 (It\325ll all be over tonight. I\325ll \336nally settle) 43.2 686.85 P (with that sadistic beast.\323) 43.2 674.85 T (The soft-spoken words roused Erik) 54 662.56 T 3.55 (from a light sleep. Camped in the) 54 650.27 P 4.24 (darkest corner of the bare room, he) 43.2 638.27 P 1.14 (watched the man seated beside the win-) 43.2 626.27 P 0.67 (dow) 43.2 614.27 P 0.67 (, his indistinct \336gure lit by a ghostly) 59.76 614.27 P (glow from the dimmed communit screen.) 43.2 602.27 T 6.09 (Regon, unaware of his audience,) 54 589.98 P 1.25 (stared at the points of light that marked) 43.2 577.98 P 1.49 (the Blue Cushion\325) 43.2 565.98 P 1.49 (s entryway) 118.37 565.98 P 1.49 (. His voice) 162.79 565.98 P 0.95 (fell to its lowest register) 43.2 553.98 P 0.95 (, ripe with silky) 143.21 553.98 P (promise.) 43.2 541.98 T 0.44 (\322I\325ll see you tonight, Sorin. I\325ll \336nally) 54 529.7 P (meet you face to face.\323) 43.2 517.7 T 1.92 (Erik\325) 54 505.41 P 1.92 (s skin wiggled under the undis-) 73.99 505.41 P (guised enmity in the throaty purr) 43.2 493.41 T (.) 173.96 493.41 T 1 F 4.7 (Finally meet Sorin, he said. That) 54 481.12 P 3.11 (means they\325ve never met befor) 43.2 469.12 P 3.11 (e. How) 177.38 469.12 P 1.33 (could he hate Sorin so much? Maybe it) 43.2 457.12 P (has something to do with this Eliza.) 43.2 445.12 T 0 F 1.61 (Ray shifted to relieve a sore spot on) 54 432.83 P 2.94 (one bum cheek. Regon reacted to the) 43.2 420.83 P 1.64 (slight sound, his weapon out and ready) 43.2 408.83 P (before he consciously thought to draw it.) 43.2 396.83 T 2.72 (Erik glanced at the gun and cooed,) 54 384.55 P (\322T) 43.2 372.55 T (witchy) 53.04 372.55 T (.\323) 79.6 372.55 T 0.57 (\322Could get your head shot of) 54 360.26 P 0.57 (f making) 172.42 360.26 P 1.14 (sudden sounds like that.\323 Regon shoved) 43.2 348.26 P (the gun back into its holster) 43.2 336.26 T (.) 153.42 336.26 T 0.48 (\322Sorry) 54 323.97 P 0.48 (, didn\325) 80 323.97 P 0.48 (t know there was another) 106.39 323.97 P 1.77 (way to move.\323 He joined Regon at the) 43.2 311.97 P -0.02 (window but could see nothing but pins of) 43.2 299.97 P 2.56 (light all across the city) 43.2 287.97 P 2.56 (. \322Y) 143.28 287.97 P 2.56 (ou want to) 161.49 287.97 P 5.67 (catch a little sleep? I\325ll watch for) 43.2 275.97 P (awhile.\323) 43.2 263.97 T (\322No.\323) 54 251.68 T 2.05 (There wasn\325) 54 239.4 P 2.05 (t really room at the one) 105.55 239.4 P 1.33 (window for both men to watch in com-) 43.2 227.4 P 2.4 (fort, but Erik had no interest in going) 43.2 215.4 P 0.26 (back to sleep. He leaned his back against) 43.2 203.4 P -0.17 (the wall and stared at the room\325) 43.2 191.4 P -0.17 (s door) 168.18 191.4 P -0.17 (, his) 192.31 191.4 P 2.23 (thoughts on a speeding car) 43.2 179.4 P 2.23 (go transport) 158.54 179.4 P (and an upcoming reunion.) 43.2 167.4 T 3.82 (\322Gerrom came by while you were) 54 155.11 P 1.23 (asleep,\323 Regon said. He jerked a thumb) 43.2 143.11 P 2.21 (at a crate set against the far wall in a) 43.2 131.11 P 1.67 (patch of bright moonlight. \322Y) 43.2 119.11 P 1.67 (our ward-) 168 119.11 P (robe. Let\325) 43.2 107.11 T (s have a look.\323) 82.06 107.11 T 2.89 (Regon examined the contents under) 54 94.82 P 1.18 (the pin-point glow of a wrist-light. Mil-) 43.2 82.82 P 1.38 (hollin didn\325) 43.2 70.82 P 1.38 (t like the lar) 91.32 70.82 P 1.38 (ger man\325) 143.31 70.82 P 1.38 (s nasty) 179.94 70.82 P (chuckle.) 43.2 58.82 T 3.34 (\322Y) 54 46.53 P 3.34 (ou\325ll look smashing in this little) 64.65 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (bit.\323) 223.2 742.13 T (\322Little?\323) 234 729.86 T (\322V) 234 717.59 T (ery little.\323) 244.54 717.59 T -0.17 (Milhollin activated his own wrist-band) 234 705.32 P 0.92 (torch and nudged Regon aside. \322Lemme) 223.2 693.32 P 0.99 (at that. If I\325m going through with this, I) 223.2 681.32 P (get to pick what I wear) 223.2 669.32 T (.\323) 314.52 669.32 T 2.57 (\322Y) 234 657.05 P 2.57 (ou\325re no fun,\323 Regon sighed, but) 244.65 657.05 P 0.55 (moved back to the window) 223.2 645.05 P 0.55 (, leaving Mil-) 333.01 645.05 P 0.36 (hollin to sort through the trunk at his lei-) 223.2 633.05 P (sure.) 223.2 621.05 T 223.2 596.45 388.8 615.45 C 223.2 596.45 388.8 615.45 R 7 X 0 K V 267.9 606.95 348.9 606.95 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 0.68 (Down on the street, Erik followed the) 234 589.78 P 1.2 (more experienced man around the dark-) 223.2 577.78 P 0.12 (ened turns. They seemed to walk forever) 223.2 565.78 P 0.12 (.) 386.3 565.78 P 0.23 (W) 223.2 553.78 P 0.23 (ithin \336ve minutes, Erik was totally and) 232.24 553.78 P 1.92 (in all ways, lost; Regon was obviously) 223.2 541.78 P 0.41 (coming at the place from a totally dif) 223.2 529.78 P 0.41 (fer-) 374.38 529.78 P 1.16 (ent direction. W) 223.2 517.78 P 1.16 (ithin \336ve more minutes,) 289.8 517.78 P 2.97 (he heartily wished Regon would slow) 223.2 505.78 P (down.) 223.2 493.78 T 1.42 (Five more after that, legs aching and) 234 481.51 P 2.88 (lungs burning, he seriously considered) 223.2 469.51 P 0.37 (canceling his agreement. He wondered if) 223.2 457.51 P 0.21 (the Blue Cushion was their destination at) 223.2 445.51 P (all.) 223.2 433.51 T 2.03 (Regon stopped so suddenly Erik ran) 234 421.24 P 1.05 (into him from behind. Sight of the Blue) 223.2 409.24 P 2.06 (Cushion two doors ahead of them pre-) 223.2 397.24 P (vented any dangerous outburst.) 223.2 385.24 T 5.7 (A single \336gure stood before the) 234 372.97 P 4.82 (entrance, a round, piggish Polgishin,) 223.2 360.97 P 2.8 (highly visible in a heavy black jacket) 223.2 348.97 P 0.95 (with enough metal decoration to out\336t a) 223.2 336.97 P (small hover) 223.2 324.97 T (.) 269.57 324.97 T (\322Is that Keishie?\323 he whispered.) 234 312.7 T (Regon nodded.) 234 300.43 T 3.75 (\322W) 234 288.16 P 3.75 (ell,\323 Erik sighed, \322let\325) 247.07 288.16 P 3.75 (s get this) 345.76 288.16 P (over with, shall we?\323) 223.2 276.16 T (\322Erik ...\323) 234 263.89 T 0.58 (Erik turned at the soft, almost humble) 234 251.62 P 1.55 (lilt in Regon\325) 223.2 239.62 P 1.55 (s voice. Regon stood with) 279.06 239.62 P 0.58 (weapon drawn. For an insane second, he) 223.2 227.62 P 0.07 (thought Regon intended to shoot him. He) 223.2 215.62 P 2.45 (relaxed when the T) 223.2 203.62 P 2.45 (erra SW&R shifted) 306.73 203.62 P (towards the procuring house.) 223.2 191.62 T 0.35 (Regon was too busy studying his shoe) 234 179.34 P 1.13 (tops to notice Erik\325) 223.2 167.34 P 1.13 (s momentary start of) 302.95 167.34 P (fright.) 223.2 155.34 T 3.4 (\322I\325ll cover you long as I can,\323 he) 234 143.08 P 3.42 (promised, \322but once I\325m at the door) 223.2 131.08 P 3.42 (,) 386.3 131.08 P (you\325re on your own. Are you sure\320?\323) 223.2 119.08 T 5.15 (\322Y) 234 106.8 P 5.15 (es. One question, though. Why) 244.65 106.8 P 0.48 (don\325) 223.2 94.8 P 0.48 (t you just shoot Keishie and save all) 241.34 94.8 P (this bother?\323) 223.2 82.8 T 1.75 (\322Because GIP has a charter with the) 234 70.53 P 1.29 (Polgish government that protects guard-) 223.2 58.53 P 3.4 (ers like Keishie. Unless she takes an) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 2.13 (active part in her employer) 403.2 742.13 P 2.13 (\325) 519.77 742.13 P 2.13 (s perverted) 522.55 742.13 P 1.77 (games, her only crime is doing the job) 403.2 730.13 P 0.39 (she was hired to do. It I take Sorin down) 403.2 718.13 P 0.57 (while he\325) 403.2 706.13 P 0.57 (s busy playing, it\325ll be a justi\336-) 440.69 706.13 P (able case.\323) 403.2 694.13 T 2.89 (Erik nodded, understanding. \322But if) 414 681.41 P 2.86 (you ambush his guarder without good) 403.2 669.41 P 0.53 (cause, you\325re \337ushed out the dispose-all,) 403.2 657.41 P (right?\323) 403.2 645.41 T 0.98 (\322Right.\323 Regon shifted his weapon to) 414 632.68 P 2.31 (his left hand and held his right out to) 403.2 620.68 P 2.25 (Erik. \322Thank you again. I hope every-) 403.2 608.68 P (thing works out for you and your Mam.\323) 403.2 596.68 T -0.06 (\322One favor before I go of) 414 583.96 P -0.06 (f.\323 Erik\325) 515.35 583.96 P -0.06 (s gri-) 548.04 583.96 P 0.97 (mace was visible even in the faint light.) 403.2 571.96 P (\322Hit me.\323) 403.2 559.96 T 0.32 (Regon\325) 414 547.23 P 0.32 (s left eyebrow shot up. \322Whaz-) 442.87 547.23 P (zat?\323) 403.2 535.23 T 2.68 (\322Y) 414 522.51 P 2.68 (ou heard me. Hit me. Someplace) 424.65 522.51 P (it\325ll show) 403.2 510.51 T (.\323) 440.59 510.51 T (\322Y) 414 497.78 T (ou said ... hit you?\323) 424.65 497.78 T 2.24 (Erik\325) 414 485.06 P 2.24 (s green eyes snapped. \322Y) 433.99 485.06 P 2.24 (es, hit) 542.68 485.06 P (me! It\325) 403.2 473.06 T (s part of my cover) 430.12 473.06 T (.\323) 502.3 473.06 T -0.24 (Even though Erik demanded the move,) 414 460.33 P 2.4 (Regon\325) 403.2 448.33 P 2.4 (s hand came up so quickly) 432.07 448.33 P 2.4 (, the) 549.19 448.33 P 3.54 (smaller man had no chance to \337inch) 403.2 436.33 P -0.19 (away) 403.2 424.33 P -0.19 (. Regon\325) 423.64 424.33 P -0.19 (s knuckles left a readily vis-) 457.32 424.33 P 3.59 (ible swelling on Erik\325) 403.2 412.33 P 3.59 (s left cheek. A) 500.31 412.33 P 0.49 (trickle of blood from his nose completed) 403.2 400.33 P (the desired ef) 403.2 388.33 T (fect.) 456.86 388.33 T 0.31 (Erik moaned and cradled his cheek. \322I) 414 375.61 P (said \324it me, no\325 knock m\325 \324ead of) 403.2 363.61 T (f!\323) 534.59 363.61 T 3.59 (\322Sorry) 414 350.88 P 3.59 (, didn\325) 440 350.88 P 3.59 (t know there was any) 469.5 350.88 P (other way to hit.\323) 403.2 338.88 T 0.73 (Erik started to move of) 414 326.16 P 0.73 (f, only to have) 508.88 326.16 P (Regon call him back.) 403.2 314.16 T 3.54 (\322Erik.\323 Seeing he had the younger) 414 301.43 P 1.31 (man\325) 403.2 289.43 P 1.31 (s attention, Regon said, \322Eliza was) 423.19 289.43 P 0.47 (... she was one of the \336rst Humans Sorin) 403.2 277.43 P 1.3 (took ... she was just seven years old. ...) 403.2 265.43 P 1.81 (They never ... they never found ... She) 403.2 253.43 P (was my daughter) 403.2 241.43 T (.\323) 470.93 241.43 T 1.51 (Regon disappeared before Erik could) 414 228.71 P (do more than lose hold of his jaw) 403.2 216.71 T (.) 536.08 216.71 T 2.42 (From his new vantage point, Regon) 414 203.98 P 0.5 (could see the entire street. Less than two) 403.2 191.98 P 0.26 (minutes after he settled in, Erik appeared) 403.2 179.98 P 3.22 (around the far corner in a stumbling,) 403.2 167.98 P 1.37 (twisting run. Regon rose halfway to his) 403.2 155.98 P 1.13 (feet before he realized it was all part of) 403.2 143.98 P (Erik\325) 403.2 131.98 T (s \322lure\323.) 423.19 131.98 T 1 F 1.09 (He is good,) 414 119.26 P 0 F 1.09 ( Regon\325) 461.99 119.26 P 1.09 (s mind-voice rang) 494.45 119.26 P 5.07 (with admiration.) 403.2 107.26 P 1 F 5.07 (If I didn\325) 481.91 107.26 P 5.07 (t know I) 526.46 107.26 P 2.4 (blacked him up, I\325d swear he was the) 403.2 95.26 P 0.81 (defenseless, cuddly little gamin he\325) 403.2 83.26 P 0.81 (s pr) 545.33 83.26 P 0.81 (e-) 561.03 83.26 P (tending to be.) 403.2 71.26 T 0 F 0.59 (Erik stumbled up the road, the perfect) 414 58.53 P 0.18 (picture of a lost, shocky babe, eyes wide,) 403.2 46.53 P FMENDPAGE %%EndPage: "8" 10 %%Page: "9" 10 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (9) 562.51 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 0.77 (full lips opened enough to tempt but not) 43.2 742.13 P (tease.) 43.2 730.13 T 0.19 (He moved with a carnal glide that was) 54 717.36 P -0.08 (more instinctive than deliberate, with just) 43.2 705.36 P 2.76 (enough \322woe-is-me\323 to cast away any) 43.2 693.36 P (suspicions Keishie might have.) 43.2 681.36 T (T) 54 668.59 T (urning, Regon found the Polliwog\325) 59.76 668.59 T (s) 198.85 668.59 T 0.43 (eyes sealed on the approaching \336gure.) 54 655.81 P 1.36 (The twitching around her bulbous nose,) 43.2 643.81 P 2.16 (the batting of her heavy eyelashes and) 43.2 631.81 P 2.21 (the jerking of one knee all proved her) 43.2 619.81 P (interest.) 43.2 607.81 T 0.59 (Erik slumped against the wall directly) 54 595.04 P 0.44 (across the street from Keishie, the image) 43.2 583.04 P 1.46 (of helplessness. He tipped his head just) 43.2 571.04 P -0.02 (enough so the guarder could see his dam-) 43.2 559.04 P (aged face.) 43.2 547.04 T 2.85 (\322Looks like you were done bad by) 54 534.27 P 0.11 (someone,\323 Keishie called across the way) 43.2 522.27 P 0.11 (.) 206.3 522.27 P (\322Need help?\323) 43.2 510.27 T -0.16 (\322Please, they ... I didn\325) 54 497.49 P -0.16 (t want ... four of) 144.77 497.49 P 0.94 (them wanted me to ... not all of them at) 43.2 485.49 P 4.68 (once, I couldn\325) 43.2 473.49 P 4.68 (t\320!\323 He turned wide,) 112.61 473.49 P 3.34 (pleading eyes toward the guarder) 43.2 461.49 P 3.34 (, cat) 188.81 461.49 P 1.78 (green turned almost liquid silver in the) 43.2 449.49 P (vague glow from a nearby streetlight.) 43.2 437.49 T 1.03 (Regon wanted to laugh at the ef) 54 424.72 P 1.03 (femi-) 187.15 424.72 P (nate quiver in Erik\325) 43.2 412.72 T (s voice.) 120.65 412.72 T 2.58 (Keishie gave the door behind her a) 54 399.95 P 1.53 (measured glance then crossed the street) 43.2 387.95 P (to stand beside Erik.) 43.2 375.95 T 5.32 (\322Don\325) 54 363.17 P 5.32 (t worry) 78.8 363.17 P 5.32 (, little one.\323 Keishie) 112.61 363.17 P 1.46 (rubbed Erik\325) 43.2 351.17 P 1.46 (s back in a calming caress.) 94.9 351.17 P (\322I\325ll take care of you.\323) 43.2 339.17 T 1 F (I just bet you will,) 54 326.4 T 0 F ( Regon thought.) 125.91 326.4 T 3.7 (Keishie and Erik moved down the) 54 313.63 P 2.95 (street, the lar) 43.2 301.63 P 2.95 (ger Polliwog guiding the) 100.83 301.63 P 5.97 (\322stumbling\323 Human. Regon watched) 43.2 289.63 P 1.64 (them go, a curiously reluctant \337utter in) 43.2 277.63 P 3.82 (his chest; if Keishie decided to play) 43.2 265.63 P 0.6 (rough, Erik wouldn\325) 43.2 253.63 P 0.6 (t be able to \336ght her) 125.56 253.63 P (of) 43.2 241.63 T (f.) 51.35 241.63 T -0.2 (He should never have coerced the pilot) 54 228.85 P 0.73 (into helping him. It made Regon no bet-) 43.2 216.85 P 2.66 (ter than Sorin, taking what he wanted) 43.2 204.85 P (without permission.) 43.2 192.85 T 4.26 (The instant the two \336gures disap-) 54 180.08 P 1.25 (peared from sight, Regon raced through) 43.2 168.08 P 0.63 (the blackest shadows. He squatted in the) 43.2 156.08 P 1.38 (lit entry) 43.2 144.08 P 1.38 (, his nose less than three inches) 75.31 144.08 P (from the entrance lock.) 43.2 132.08 T 1.61 (It took him longer to get inside than) 54 119.31 P 0.17 (he\325d expected. Brand had installed a new) 43.2 107.31 P 0.4 (locking system since last Regon had sur-) 43.2 95.31 P 1.04 (veyed the place. Still, he was somewhat) 43.2 83.31 P 2.47 (familiar with the design, and skillfully) 43.2 71.31 P (bypassed Brand\325) 43.2 59.31 T (s few custom touches.) 109.54 59.31 T 1.55 (Small plug glows down by the base-) 54 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 5.29 (boards of) 223.2 742.13 P 5.29 (fered dim light. Cushioned) 265.78 742.13 P 0.68 (chairs and settees of various blue shades) 223.2 730.13 P 1.42 (touched with silver sat scattered around) 223.2 718.13 P 1.97 (the room. W) 223.2 706.13 P 1.97 (all sconces burned at their) 276.57 706.13 P (lowest setting.) 223.2 694.13 T 0.17 (He spent a solid ten minutes searching) 234 681.71 P 2.15 (for the basement entrance, and another) 223.2 669.71 P 1.25 (\336ve \336guring out how to open the portal) 223.2 657.71 P 3.14 (without triggering any alarms. By the) 223.2 645.71 P 0.26 (time he shifted the settee to the side, tak-) 223.2 633.71 P 0.75 (ing a bit of \337oor with it, Regon\325) 223.2 621.71 P 0.75 (s nerves) 355.58 621.71 P (were drawn uncomfortably tight.) 223.2 609.71 T 1.87 (He descended the narrow stairs. The) 234 597.3 P 2.66 (settee slid back into place above him,) 223.2 585.3 P (tossing the descent into pitch blackness.) 223.2 573.3 T 0.49 (Regon lit the way with his wrist-light.) 234 560.88 P 1.26 (Ahead stretched a long, unbroken corri-) 223.2 548.88 P 1.09 (dor with a single door faintly visible on) 223.2 536.88 P (the far end.) 223.2 524.88 T 9.5 (Every instinct Regon possessed) 234 512.46 P 2.32 (warned him not to go on. Brand must) 223.2 500.46 P 1.23 (have one or two nasty surprises waiting) 223.2 488.46 P (for anyone who penetrated his security) 223.2 476.46 T (.) 377.7 476.46 T 0.87 (Regon studied the way ahead, sweep-) 234 464.04 P 0.38 (ing the ceiling, \337oors, and walls with the) 223.2 452.04 P 3.02 (wrist-light. Nothing aroused his suspi-) 223.2 440.04 P -0.08 (cions, yet his subconscious still screamed) 223.2 428.04 P (danger) 223.2 416.04 T (.) 249.85 416.04 T 2.98 (Regon hugged the wall, mindful of) 234 403.62 P 0.19 (traps and triggers. He moved an inch at a) 223.2 391.62 P 0.63 (time, pausing every few breaths to study) 223.2 379.62 P (his next move.) 223.2 367.62 T 2.19 (Less than \336ve feet from the door) 234 355.21 P 2.19 (, a) 377.18 355.21 P 5.73 (faint snapping noise brought Regon) 223.2 343.21 P 0.44 (around. A hidden plate plunged from the) 223.2 331.21 P 3.13 (ceiling to block his retreat. A second) 223.2 319.21 P 0.53 (identical plate slammed down directly in) 223.2 307.21 P 0.63 (front of the door) 223.2 295.21 P 0.63 (, ef) 290.48 295.21 P 0.63 (fectively sealing him) 303.7 295.21 P (in.) 223.2 283.21 T 1.22 (The hiss of displaced air was loud in) 234 270.79 P 2.25 (the con\336ned space, as was the purr of) 223.2 258.79 P 0.67 (machinery somewhere beyond the walls.) 223.2 246.79 P 5.66 (Regon gagged and collapsed, hands) 223.2 234.79 P 1.88 (clawing alternately for his throat and a) 223.2 222.79 P 4.67 (small explosive char) 223.2 210.79 P 4.67 (ge in his utility) 314.53 210.79 P 0.72 (pouch. Black \337ashes behind his eyes led) 223.2 198.79 P (him to the \337oor) 223.2 186.79 T (, and unconsciousness.) 284.72 186.79 T 223.2 162.04 388.8 181.04 C 223.2 162.04 388.8 181.04 R 7 X 0 K V 267.9 172.54 348.9 172.54 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 3.68 (The pain of lost circulation in his) 234 155.37 P 2.09 (hands roused Regon from the comfort-) 223.2 143.37 P 0.1 (able warmth of his own dimmed mind. A) 223.2 131.37 P 2.06 (chill wind against his bare skin roused) 223.2 119.37 P (him still more.) 223.2 107.37 T 1.09 (Opening bleary eyes, he surveyed his) 234 94.95 P 3.75 (surroundings, slowly remembering the) 223.2 82.95 P (cause of his condition.) 223.2 70.95 T 1 F 0.7 (Amateurish,) 234 58.53 P 0 F 0.7 ( he railed at himself.) 282.58 58.53 P 1 F 0.7 (Old-) 370.48 58.53 P 4.34 (est trap in the books and I walked) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.77 (straight into it! The boss\325ll dance on my) 403.2 742.13 P (blushing hide when he \336nds out.) 403.2 730.13 T 0 F 0.26 (Blinking against the bright light of the) 414 717.41 P -0.11 (lar) 403.2 705.41 P -0.11 (ge chamber) 413.56 705.41 P -0.11 (, Regon turned at the sound) 459.4 705.41 P 0.72 (of soft whimpering toward his back. His) 403.2 693.41 P (heart seized.) 403.2 681.41 T 0.84 (T) 414 668.68 P 0.84 (wo small cages stood against the far) 419.41 668.68 P 1.59 (wall. A dozen children of \336ve dif) 403.2 656.68 P 1.59 (ferent) 545.49 656.68 P 2.03 (races huddled behind the bars, terri\336ed) 403.2 644.68 P 1.23 (and helpless. One, a small Human male) 403.2 632.68 P 0.1 (with bright red curls and pale green eyes,) 403.2 620.68 P -0.22 (studied him back, \336re and fear melding in) 403.2 608.68 P (his open gaze.) 403.2 596.68 T 1 F 0.09 (Oh gawd, they\325r) 414 583.96 P 0.09 (e just babies! The old-) 479.05 583.96 P (est can\325) 403.2 571.96 T (t be mor) 433.45 571.96 T (e than eight!) 466.39 571.96 T 0 F 6.16 (A lock disengaged. The children) 414 559.23 P 0.22 (scampered to the farthest reaches of their) 403.2 547.23 P 0.92 (prison, huddling in terror) 403.2 535.23 P 0.92 (. Regon, bound) 505.89 535.23 P 3.91 (hand and foot, naked as the day he) 403.2 523.23 P (popped out, rolled over onto his back.) 403.2 511.23 T 1.37 (Sorin and Brand entered the pleasure) 414 498.51 P 3.68 (chamber) 403.2 486.51 P 3.68 (, matching expressions of tri-) 437.21 486.51 P (umph on their faces.) 403.2 474.51 T 0.43 (Brand stopped beside Regon, a tower-) 414 461.78 P (ing mountain.) 403.2 449.78 T (\322Who are you?\323) 414 437.06 T 0.54 (Regon sealed his lips, letting his cold,) 414 424.33 P (hard eyes speak for him.) 403.2 412.33 T (\322I said who are you?\323) 414 399.61 T (Regon stared and said nothing.) 414 386.88 T 1.6 (\322It doesn\325) 414 374.16 P 1.6 (t matter) 455.11 374.16 P 1.6 (, I suppose,\323 Brand) 487.12 374.16 P 4.84 (said. \322It\325) 403.2 362.16 P 4.84 (s just as well you\325re here,) 442.46 362.16 P (though. Saves me the loss.\323) 403.2 350.16 T 2 (Confusion colored Regon\325) 414 337.43 P 2 (s thoughts,) 523.49 337.43 P 0.86 (though no \337icker of an eyelash betrayed) 403.2 325.43 P (it to his captors.) 403.2 313.43 T 0.17 (\322Y) 414 300.71 P 0.17 (ou\325ll do nicely as an example to my) 424.65 300.71 P 0.97 (new toys, and it\325ll save me the \336nancial) 403.2 288.71 P 0.42 (loss of using one of them.\323 Brand turned) 403.2 276.71 P -0.02 (to Sorin and indicated the children. \322Like) 403.2 264.71 P 0.86 (what you see? They arrived less than an) 403.2 252.71 P 2.75 (hour ago. Each one\325) 403.2 240.71 P 2.75 (s as vir) 491.37 240.71 P 2.75 (gin as the) 525 240.71 P (snows on Mount T) 403.2 228.71 T (aowl.\323) 477.74 228.71 T 1.98 (Sorin studied the cages and drooled,) 414 215.98 P 4.37 (his left knee jerking out of control;) 403.2 203.98 P (Regon wanted to throw up.) 403.2 191.98 T 0.59 (Brand lashed a \336lament cable through) 414 179.26 P 1.35 (Regon\325) 403.2 167.26 P 1.35 (s wrist restraints. Regon wiggled) 432.07 167.26 P 2.29 (and squirmed, doing his best to punch) 403.2 155.26 P 4.42 (Brand\325) 403.2 143.26 P 4.42 (s face. For lack of any other) 430.4 143.26 P 0.65 (defense, he even tried to bite the man. It) 403.2 131.26 P (did no good.) 403.2 119.26 T 0.13 (A small winch took up the slack in the) 414 106.53 P 3.97 (line until Regon hung several inches) 403.2 94.53 P -0.11 (above the \337oor) 403.2 82.53 P -0.11 (, his ankles still bound to a) 462.55 82.53 P 7.46 (ring mortared into the foundation.) 403.2 70.53 P 0.48 (Stretched between the two, his shoulders) 403.2 58.53 P (and hips felt torn from their sockets.) 403.2 46.53 T FMENDPAGE %%EndPage: "9" 11 %%Page: "10" 11 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (10) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 3.54 (Brand moved over to the children,) 54 742.13 P 4.19 (smiling at their terri\336ed hiccups and) 43.2 730.13 P (whimpers.) 43.2 718.13 T 0.07 (\322This is a lesson you\325d all better learn.) 54 705.71 P 1.17 (Y) 43.2 693.71 P 1.17 (ou do what I say) 49.42 693.71 P 1.17 (, when I say) 119.5 693.71 P 1.17 (, to who-) 170.65 693.71 P 1.37 (ever I tell you to do it to. If you don\325) 43.2 681.71 P 1.37 (t,) 203.52 681.71 P (you\325ll get just what I\325m about to give) 43.2 669.71 T 2.37 (him.\323 Brand pointed to Regon, then) 54 657.3 P 0.62 (repeated his speech in four dif) 43.2 645.3 P 0.62 (ferent lan-) 166.84 645.3 P (guages.) 43.2 633.3 T 1.19 (Regon clamped his teeth down on an) 54 620.88 P 1.05 (oath. Brand moved to one of the supply) 43.2 608.88 P 3.54 (cabinets set against the left wall and) 43.2 596.88 P 0.72 (withdrew a small injector tube. The pro-) 43.2 584.88 P 1.18 (curer moved to stand before Regon, but) 43.2 572.88 P (his words were for the children.) 43.2 560.88 T 0.7 (\322This is a drug\320Jupiin\320that makes the) 54 548.46 P 1.21 (body feel more than usual. It will make) 43.2 536.46 P 0.46 (whatever we do to him seem even worse) 43.2 524.46 P (than it is.\323) 43.2 512.46 T 3.75 (Regon twisted, trying to avoid the) 54 500.04 P 0.7 (small cluster of needles aimed at his left) 43.2 488.04 P 4.25 (shoulder) 43.2 476.04 P 4.25 (. The cold sting of injection) 77.07 476.04 P (faded before his rage.) 43.2 464.04 T -0.01 (A weak tingling spread from the injec-) 54 451.62 P 2.08 (tion site to every nerve in his body) 43.2 439.62 P 2.08 (. It) 195.62 439.62 P 3.07 (wasn\325) 43.2 427.62 P 3.07 (t precisely unpleasant, more like) 66.89 427.62 P 1.69 (the euphoria just after a hard battle, an) 43.2 415.62 P -0.25 (awareness of every nerve ending and skin) 43.2 403.62 P (cell.) 43.2 391.62 T 3.58 (Sorin brushed cold \336ngertips down) 54 379.21 P 0.86 (Regon\325) 43.2 367.21 P 0.86 (s ribs. Acid \336re burned his mind.) 72.07 367.21 P 0 (He bit of) 43.2 355.21 P 0 (f an instinctive scream but could) 78.57 355.21 P (not hold down a moan.) 43.2 343.21 T 2.15 (When Sorin\325) 54 330.79 P 2.15 (s hands closed on other) 106.95 330.79 P 3.71 (portions of his body) 43.2 318.79 P 3.71 (, Regon thrashed) 133.92 318.79 P 0.6 (about, half-mad with agony) 43.2 306.79 P 0.6 (. The need to) 154.82 306.79 P 4.63 (scream overcame every physical and) 43.2 294.79 P 0.37 (mental ef) 43.2 282.79 P 0.37 (fort to control it, and carried on) 80.86 282.79 P (forever) 43.2 270.79 T (.) 71.5 270.79 T 43.2 246.04 208.8 265.04 C 43.2 246.04 208.8 265.04 R 7 X 0 K V 87.9 256.54 168.9 256.54 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.48 (Between his helpless act and playing) 54 239.37 P 1.49 (hard-to-get, Erik Milhollin kept Keishie) 43.2 227.37 P 0.4 (occupied for a solid half-hour before \336g-) 43.2 215.37 P (uring he\325d given Regon enough time.) 43.2 203.37 T 1.45 (Finding a way to slip away from the) 54 190.95 P 3.79 (interested Polgishin hadn\325) 43.2 178.95 P 3.79 (t been easy) 154.97 178.95 P 3.79 (.) 206.3 178.95 P -0.05 (Erik managed it with the help of a conve-) 43.2 166.95 P -0.24 (niently placed street walker who attracted) 43.2 154.95 P 2.72 (the Polliwog\325) 43.2 142.95 P 2.72 (s eye. T) 99.51 142.95 P 2.72 (all, blond, young) 135.62 142.95 P 1.35 (and slender) 43.2 130.95 P 1.35 (, with big, sad blue eyes, he) 89.94 130.95 P 0.07 (was much more Keishie\325) 43.2 118.95 P 0.07 (s type, and more) 142.52 118.95 P (willing to entertain than Erik.) 43.2 106.95 T 1.59 (Erik slipped away while Keishie and) 54 94.53 P 2.2 (the teenage whore made their acquain-) 43.2 82.53 P 3.15 (tance. In search of a hire-hover) 43.2 70.53 P 3.15 (, he\325d) 182.89 70.53 P 1.88 (moved only two blocks before he real-) 43.2 58.53 P 1.33 (ized he\325d headed in the direction of the) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (Blue Cushion.) 223.2 742.13 T 1 F -0.08 (Why did I come this way? I\325ve paid my) 234 729.83 P -0.11 (debt. My face hurts and I\325m tir) 223.2 717.83 P -0.11 (ed down to) 345.15 717.83 P 0.12 (the bone. I have my fr) 223.2 705.83 P 0.12 (eedom chit, enough) 310.57 705.83 P 0.63 (cr) 223.2 693.83 P 0.63 (edsticks to live on, and the spaceport\325) 231.16 693.83 P 0.63 (s) 384.91 693.83 P 1.03 (in the opposite dir) 223.2 681.83 P 1.03 (ection. Mam\325) 298.93 681.83 P 1.03 (s coming) 351.96 681.83 P (and I want to get off this r) 223.2 669.83 T (ock.) 326.95 669.83 T 0 F 1.93 (He stopped on the street, undecided.) 234 657.52 P 0.81 (Concealed in shadows, he saw three \336g-) 223.2 645.52 P 3.9 (ures emer) 223.2 633.52 P 3.9 (ge from a building directly) 266.05 633.52 P (ahead.) 223.2 621.52 T 3.87 (\322That oughta do \324em \324til the next) 234 609.21 P (load,\323 one of the men said.) 223.2 597.21 T 0.43 (\322Don\325) 234 584.91 P 0.43 (t count on it. Neither of them\325re) 258.8 584.91 P 2.01 (ever satis\336ed,\323 the second, lar) 223.2 572.91 P 2.01 (gest man) 350.98 572.91 P (said.) 223.2 560.91 T 1.37 (\322Just be glad they goes for the small) 234 548.6 P 0.12 (ones, Loor) 223.2 536.6 P 0.12 (, and not big hulkin\325 types like) 265.66 536.6 P (you.\323) 223.2 524.6 T 0.2 (Laughing, the three men vanished into) 234 512.29 P (the night.) 223.2 500.29 T 4.92 (Erik stared after them, gaping. It) 234 487.99 P 1.81 (seemed incredible\320a wild leap in logic.) 223.2 475.99 P 2.62 (Could he have stumbled on the secret) 223.2 463.99 P (entrance to the Blue Cushion?) 223.2 451.99 T 3.71 (He was already inside before con-) 234 439.68 P (sciously deciding to move.) 223.2 427.68 T 223.2 403.04 388.8 422.04 C 223.2 403.04 388.8 422.04 R 7 X 0 K V 267.9 413.54 348.9 413.54 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.01 (Sweaty) 234 396.37 P 1.01 (, tired, and \336lthy) 262.77 396.37 P 1.01 (, Erik Milhol-) 331.52 396.37 P 0.49 (lin emer) 223.2 384.37 P 0.49 (ged from the tunnel in an under-) 256.54 384.37 P 6.07 (ground bathing room. A communal) 223.2 372.37 P 1.32 (shower area formed one side; the \337oors) 223.2 360.37 P 2.25 (and walls still glistened with moisture.) 223.2 348.37 P 1.75 (Discarded clothing for small bodies lit-) 223.2 336.37 P (tered the tiles.) 223.2 324.37 T 1.49 (He heard the screaming from several) 234 312.07 P 0.61 (deserted corridors away) 223.2 300.07 P 0.61 (. A deep keening) 319.24 300.07 P -0.2 (noise, accompanied by the \337uting cries of) 223.2 288.07 P 9.13 (terri\336ed children. It took several) 223.2 276.07 P 0.7 (moments to attach a name to the mascu-) 223.2 264.07 P (line shrieks.) 223.2 252.07 T 1 F (God help him, they caught Regon.) 234 239.76 T 0 F 0.1 (Erik approached the area with caution.) 234 227.45 P 0.85 (He would do no one, least of all Regon,) 223.2 215.45 P -0.22 (any good if he got himself caught as well.) 223.2 203.45 P 2.26 (Erik crouched near the door beyond) 234 191.15 P 0.35 (which the sounds came. Regon broke his) 223.2 179.15 P 0.09 (cries of pain with curses aimed at his tor-) 223.2 167.15 P 1 (menters. Erik smiled at the man\325) 223.2 155.15 P 1 (s spirit;) 358.09 155.15 P 5.36 (even nearly insane from the abuse,) 223.2 143.15 P 3.93 (Regon\325) 223.2 131.15 P 3.93 (s metaphors were colorful and) 252.07 131.15 P (extremely descriptive.) 223.2 119.15 T 4 (Children\325) 234 106.84 P 4 (s weeping and two men\325) 271.76 106.84 P 4 (s) 384.91 106.84 P 9.22 (laughter occasionally drowned out) 223.2 94.84 P (Regon\325) 223.2 82.84 T (s weakening cries.) 252.07 82.84 T 1 F 0.51 (I can\325) 234 70.53 P 0.51 (t just go bar) 256.99 70.53 P 0.51 (ging in unarmed,) 306.75 70.53 P 0 F 0.51 ( he) 376.35 70.53 P 2.62 (reasoned.) 223.2 58.53 P 1 F 2.62 (They\325d cut me to pieces. So) 266.34 58.53 P 0.96 (what can I do? I\325m a space nav) 223.2 46.53 P 0.96 (. I know) 354.95 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.99 (electr) 403.2 742.13 P 0.99 (onics and computers. I know guid-) 425.59 742.13 P 1.19 (ance and pr) 403.2 730.13 P 1.19 (opulsion systems... That\325) 452.96 730.13 P 1.19 (s it.) 553.17 730.13 P (Y) 403.2 718.13 T (es, it just might work!) 407.84 718.13 T 2.11 (Hang on, Regon, just a few minutes) 414 704.45 P (mor) 403.2 692.45 T (e.) 418.93 692.45 T 0 F (Erik moved down the hall, searching.) 414 678.77 T 403.2 652.75 568.8 671.75 C 403.2 652.75 568.8 671.75 R 7 X 0 K V 447.9 663.25 528.9 663.25 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.99 (Suspended between heaven and hell,) 414 646.09 P 7.67 (Regon listened while his torturers) 403.2 634.09 P 0.26 (laughed at his feeble yips. Hatred burned) 403.2 622.09 P -0.23 (hot in his soul but had no outlet. Impotent) 403.2 610.09 P 0.24 (with fury) 403.2 598.09 P 0.24 (, blinded by unending agony) 439.71 598.09 P 0.24 (, he) 554.13 598.09 P 2.27 (yearned for \336ve seconds\325 freedom\320\336ve) 403.2 586.09 P -0.11 (seconds to break that fat Polliwog\325) 403.2 574.09 P -0.11 (s neck.) 541.16 574.09 P 2.65 (His entire body throbbed, one mass) 414 560.4 P 0.5 (knot of suf) 403.2 548.4 P 0.5 (fering. They hadn\325) 447.34 548.4 P 0.5 (t done any-) 522.83 548.4 P -0.14 (thing serious to him, yet already he ached) 403.2 536.4 P 4.51 (for it to end. Brand\325) 403.2 524.4 P 4.51 (s drug pumped) 500.37 524.4 P 0.69 (through his system, magnifying the least) 403.2 512.4 P 1.25 (little hurt until he thought he would die) 403.2 500.4 P (of it.) 403.2 488.4 T (\322What the\320?\323) 414 474.72 T 2.34 (Regon pried open pain-swollen eyes) 414 461.04 P (and forced his vision to steady) 403.2 449.04 T (.) 524.41 449.04 T 0.81 (A curly-haired apparition stood in the) 414 435.36 P (doorway) 403.2 423.36 T (.) 437.52 423.36 T 1 F (Erik?) 442.52 423.36 T 0 F (\322Am I interrupting something?\323) 414 409.67 T 2.31 (The familiar voice, lilting with hard) 414 395.99 P 0.83 (irony) 403.2 383.99 P 0.83 (, echoed in Regon\325) 423.65 383.99 P 0.83 (s ears. The pain,) 501.09 383.99 P (though no less, became more bearable.) 403.2 371.99 T 4.22 (\322Who are you?\323 Brand demanded.) 414 358.31 P (\322How did you get in here?\323) 403.2 346.31 T 3.44 (\322It was quite simple, really) 414 332.63 P 3.44 (. Y\325) 535.1 332.63 P 3.44 (see,) 553.54 332.63 P 1.9 (dear Keishie gave me up in favor of a) 403.2 320.63 P 0.73 (slinky little blond lump, so I thought I\325d) 403.2 308.63 P 3.64 (see what fun I could \336nd someplace) 403.2 296.63 P (else.\323) 403.2 284.63 T 1.85 (\322How did you got past all my secu-) 414 270.95 P (rity?\323) 403.2 258.95 T (\322I just walked right through the wall.\323) 414 245.26 T 1.47 (\322W) 414 231.58 P 1.47 (ell, you\325ll never walk out through) 427.07 231.58 P (it.\323) 403.2 219.58 T 2.35 (Regon want to call a warning, tried) 414 205.9 P 5.03 (with all his waning strength. Brand) 403.2 193.9 P 1.25 (would be dangerous to Erik all by him-) 403.2 181.9 P 3.7 (self. W) 403.2 169.9 P 3.7 (ith Sorin\325) 435.36 169.9 P 3.7 (s help, he would be) 476.55 169.9 P 13.94 (unbeatable. What madness had) 403.2 157.9 P (prompted Erik to walk in here unarmed?) 403.2 145.9 T 4.25 (Regon\325) 414 132.22 P 4.25 (s \336rst thought was that his) 442.87 132.22 P 4.65 (complete loss of vision was due to) 403.2 120.22 P 8.82 (impending unconsciousness. Brand\325) 403.2 108.22 P 8.82 (s) 564.91 108.22 P 2.31 (gutter oath and Sorin\325) 403.2 96.22 P 2.31 (s shout indicated) 497.01 96.22 P (otherwise.) 403.2 84.22 T 2.82 (Children howled into the blackness.) 414 70.53 P 2.14 (Brand and Sorin yelled. Erik Milhollin) 403.2 58.53 P (said nothing, and Regon waited.) 403.2 46.53 T FMENDPAGE %%EndPage: "10" 12 %%Page: "11" 12 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (11) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 43.2 729.8 208.8 748.8 C 43.2 729.8 208.8 748.8 R 7 X 0 K V 87.9 740.3 168.9 740.3 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.18 (His \336rst sight of Regon suspended in) 54 723.13 P 0.52 (the air) 43.2 711.13 P 0.52 (, body covered in a shiny sheen of) 68.58 711.13 P 2.29 (sweat, red welts and thin cuts marring) 43.2 699.13 P 0.02 (him from cheek to ankle, drove Erik Mil-) 43.2 687.13 P 0.1 (hollin very near the edge of reason. Sight) 43.2 675.13 P (of the children inside the cages did noth-) 43.2 663.13 T 43.2 637.93 208.8 656.93 C 43.2 637.93 208.8 656.93 R 7 X 0 K V 87.9 648.43 168.9 648.43 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K (ing to stabilize his composure.) 54 631.26 T 2.03 (Though the majority of his attention) 54 618.39 P 0.02 (stayed with Brand and Sorin, a small part) 43.2 606.39 P 1.77 (was on Regon. Comprehension dawned) 43.2 594.39 P 3.04 (on the pinched face, a quick \337ash of) 43.2 582.39 P (relief, quickly followed by anxiety) 43.2 570.39 T (.) 181.06 570.39 T -0.15 (A light touch to the control in the palm) 54 557.51 P 1.03 (of his hand plunged the room into utter) 43.2 545.51 P 1.03 (,) 206.3 545.51 P 0.53 (complete blackness. He\325d already placed) 43.2 533.52 P 1.73 (every item of furniture and \337esh in his) 43.2 521.52 P 0.02 (mind, and had no trouble \336nding Sorin in) 43.2 509.52 P (the vital \336rst seconds.) 43.2 497.52 T 3.58 (The Polgishin croaked when Erik\325) 54 484.64 P 3.58 (s) 204.91 484.64 P -0.16 (hard \336st slammed into his rolling midsec-) 43.2 472.64 P 1.69 (tion. Erik followed up with a left hook) 43.2 460.64 P (that sent the blind Polliwog \337ying.) 43.2 448.64 T 0.66 (Erik placed Brand by the rustle of the) 54 435.77 P 0.81 (man\325) 43.2 423.77 P 0.81 (s heavy clothing. He was careful to) 63.19 423.77 P 0.63 (remember the table that held them apart.) 43.2 411.77 P -0.14 (Skirting the obstacle, he met Brand as the) 43.2 399.77 P (lar) 43.2 387.77 T (ger man did likewise.) 53.56 387.77 T 1.59 (Erik moved with a spaceman\325) 54 374.9 P 1.59 (s grace) 179.18 374.9 P 2.24 (in the utter absence of light. The loud) 43.2 362.9 P 1.55 (swish of cloth gave ample warning. He) 43.2 350.9 P 0.22 (ducked under the blow and landed a kick) 43.2 338.9 P (square on Brand\325) 43.2 326.9 T (s most tender portion.) 111.48 326.9 T 2.53 (Brand stumbled back into the table,) 54 314.02 P (groaning his agony) 43.2 302.02 T (.) 119.17 302.02 T 0.65 (Erik kicked out again, catching Brand) 54 289.15 P 5.07 (alongside the head. The lar) 43.2 277.15 P 5.07 (ger man) 171.26 277.15 P 2.01 (lashed out with his arm. Caught above) 43.2 265.15 P 2.69 (the left ear) 43.2 253.15 P 2.69 (, he staggered back, seeing) 90.91 253.15 P 0.4 (bright lights where he knew there should) 43.2 241.15 P (be utter blackness.) 43.2 229.15 T -0.11 (Erik ignored the peculiar ringing in his) 54 216.28 P 2.09 (ears and halted his uncontrolled retreat) 43.2 204.28 P 1.86 (when his back collided with something) 43.2 192.28 P (soft and yielding.) 43.2 180.28 T 6.09 (Regon\325) 54 167.41 P 6.09 (s shudder and deep groan) 82.87 167.41 P -0.06 (explained the contact, and set his place in) 43.2 155.41 P 0.42 (the mental room map. Erik met Brand as) 43.2 143.41 P 0.06 (the lar) 43.2 131.41 P 0.06 (ger man stumbled around in search) 68.33 131.41 P (of him.) 43.2 119.41 T 4.66 (The sound of Regon\325) 54 106.53 P 4.66 (s agony) 152.1 106.53 P 4.66 (, the) 186.93 106.53 P 1.14 (sensed pain ringing along Erik\325) 43.2 94.53 P 1.14 (s nerves,) 172.69 94.53 P 1.81 (angered Erik beyond reason. He lashed) 43.2 82.53 P 3.03 (out with a dirty kick, aimed shoulder) 43.2 70.53 P 0.31 (high. Calculated and deliberate, it landed) 43.2 58.53 P (precisely where he wanted it to land.) 43.2 46.53 T 223.2 43.2 388.8 748.8 R 7 X V 0 X 1.56 (He barely heard the wet crunch over) 234 742.13 P 1.92 (the noises of the children. Brand made) 223.2 730.13 P 0.12 (funny little choking sounds before he fell) 223.2 718.13 P 0.54 (to the \337oor) 223.2 706.13 P 0.54 (. The rustles, the soft gagging) 267.59 706.13 P (noises, quickly ceased.) 223.2 694.13 T 3.92 (Erik\325) 234 681.75 P 3.92 (s every sense strained to \336nd) 253.99 681.75 P 1.86 (Sorin, but he could feel no sign of the) 223.2 669.75 P 0.44 (other man. A moment\325) 223.2 657.75 P 0.44 (s search found the) 315.03 657.75 P 0.68 (control where he\325d dropped it beside the) 223.2 645.75 P (door) 223.2 633.75 T (.) 240.97 633.75 T 0.94 (\322I\325m about to turn the lights back on.) 234 621.37 P 0.72 (Close your eyes,\323 he said, \336rst in T) 223.2 609.37 P 0.72 (erran) 368.27 609.37 P 0.26 (Standard then in Krinoshin, for the bene-) 223.2 597.37 P 1.69 (\336t of the children, and switched on the) 223.2 585.37 P (lights.) 223.2 573.37 T 223.2 548.65 388.8 567.65 C 223.2 548.65 388.8 567.65 R 7 X 0 K V 267.9 559.15 348.9 559.15 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.7 (After the terrible gagging noises and) 234 541.98 P 1.81 (the eternal silence that followed, Erik\325) 223.2 529.98 P 1.81 (s) 384.91 529.98 P 1.46 (voice made Regon go weak with relief.) 223.2 517.98 P 0.21 (So relieved was he, he didn\325) 223.2 505.98 P 0.21 (t obey Erik\325) 337.3 505.98 P 0.21 (s) 384.91 505.98 P 2.89 (command in time to keep from being) 223.2 493.98 P 2.8 (dazzled by the sudden \337ood of bright) 223.2 481.98 P (illumination.) 223.2 469.98 T 3.87 (His \336rst clear sight was of Brand) 234 457.6 P -0.21 (stretched out on the \337oor a few feet away) 223.2 445.6 P -0.21 (,) 386.3 445.6 P -0.25 (throat crushed, face covered in blood. His) 223.2 433.6 P 0 (second was of Erik beside the door) 223.2 421.6 P 0 (, look-) 362.7 421.6 P (ing both ways along the outer corridor) 223.2 409.6 T (.) 375.88 409.6 T 1.25 (\322He got away) 234 397.22 P 1.25 (,\323 Erik groused even as) 290.81 397.22 P 2.34 (he came back and activated the winch) 223.2 385.22 P (that lowered Regon to the \337oor) 223.2 373.22 T (.) 347.29 373.22 T 1.85 (Regon tried hard not to \337inch at his) 234 360.83 P 1.7 (friend\325) 223.2 348.83 P 1.7 (s considerate touch, but even the) 249.85 348.83 P 1.96 (brush of air along the \336ne hairs of his) 223.2 336.83 P 0.74 (arms and chest was an individual agony) 223.2 324.83 P 0.74 (.) 386.3 324.83 P 1.01 (He could not help but quiver when Erik) 223.2 312.83 P 1.01 (tried to comfort him with an arm across) 223.2 300.83 P (his back.) 223.2 288.83 T 0.8 (\322No, don\325) 234 276.45 P 0.8 (t touch ... drug ... sensitized) 274.59 276.45 P (skin ... hurts to touch.\323) 223.2 264.45 T -0.09 (Erik yanked his arm back. \322What can I) 234 252.07 P (do?\323) 223.2 240.07 T 0.93 (\322Nothing ... has to wear of) 234 227.68 P 0.93 (f. I\325m cold) 344.48 227.68 P 0.99 (but I think I\325d die if I tried to cover up.) 223.2 215.68 P (The children. Do what you can.\323) 223.2 203.68 T (\322Where\325) 234 191.3 T (s your communit?\323) 267.85 191.3 T 0.12 (\322Dunno. They skinned me while I was) 234 178.92 P -0.08 (unconscious.\323 Regon was too busy trying) 223.2 166.92 P 3.17 (to lessen the painful contact with the) 223.2 154.92 P 0.14 (\337oor to give much thought to his missing) 223.2 142.92 P (clothing.) 223.2 130.92 T 4.7 (Erik hunted the chamber until he) 234 118.53 P 2.52 (found Regon\325) 223.2 106.53 P 2.52 (s things piled on top the) 280.41 106.53 P 3.75 (table. Digging through the pouch, he) 223.2 94.53 P 4.34 (found Regon\325) 223.2 82.53 P 4.34 (s communit and moved) 282.23 82.53 P 3.03 (back to the traumatized man. Gaining) 223.2 70.53 P 0.21 (instruction on how to contact the surveil-) 223.2 58.53 P 0.58 (ling team, he quickly placed the call and) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.54 (gave directions on how to \336nd the secret) 403.2 742.13 P 2.7 (entrance. Assured that help was forth-) 403.2 730.13 P 4.55 (coming, Erik rooted through Brand\325) 403.2 718.13 P 4.55 (s) 564.91 718.13 P 0.03 (pockets until he found the activation chip) 403.2 706.13 P 0.07 (for the children\325) 403.2 694.13 P 0.07 (s cells. Freeing them was) 467.74 694.13 P 2.57 (the work of a moment. Calming them) 403.2 682.13 P (down was another matter entirely) 403.2 670.13 T (.) 536.34 670.13 T 0.03 (He \336nally enlisted aid of the three old-) 414 657.36 P 3.12 (est, calmest children and put them in) 403.2 645.36 P 5.62 (char) 403.2 633.36 P 5.62 (ge of soothing the others. One) 420.22 633.36 P 1.77 (Human child, a boy with red curls and) 403.2 621.36 P 2.67 (green eyes, even managed a pale grin) 403.2 609.36 P 1.73 (before turning to coo comfort to a tiny) 403.2 597.36 P (Jumoospin cubling.) 403.2 585.36 T 1.98 (As it happened, a Jumoospin female) 414 572.59 P 1.74 (was \336rst through the door) 403.2 560.59 P 1.74 (. The cubling) 512.31 560.59 P 0.32 (took one look at her) 403.2 548.59 P 0.32 (, yipped in hysterical) 484.02 548.59 P 1.05 (delight, and ran to bury her tiny muzzle) 403.2 536.59 P (in the fur of the adult\325) 403.2 524.59 T (s chest.) 490.64 524.59 T 4.07 (T) 414 511.81 P 4.07 (wo of the other children showed) 419.41 511.81 P 0.32 (signs of renewed terror) 403.2 499.81 P 0.32 (, but the rest were) 496.18 499.81 P 5.32 (curiously drawn toward the gigantic) 403.2 487.81 P (Jumoospin female.) 403.2 475.81 T 3.59 (Leaving her to calm the distressed) 414 463.04 P 1.46 (younglings, Erik turned back in time to) 403.2 451.04 P 5.04 (prevent two strangers from touching) 403.2 439.04 P (Regon\325) 403.2 427.04 T (s oversensitive \337esh.) 432.07 427.04 T 1.61 (One of the men, a grey-skinned Kri-) 414 414.27 P 0.54 (noshin with a medical tattoo on his fore-) 403.2 402.27 P 1.97 (head, looked to Regon and asked, \322Do) 403.2 390.27 P (you know what they gave you?\323) 403.2 378.27 T (\322Jupiin. Dunno the dose.\323) 414 365.49 T 1.36 (\322Doesn\325) 414 352.72 P 1.36 (t matter) 447.12 352.72 P 1.36 (. It\325) 478.74 352.72 P 1.36 (s one of the more) 493.98 352.72 P 6.84 (harmless sensitizers. Nothing to it,) 403.2 340.72 P (really) 403.2 328.72 T (.\323) 425.31 328.72 T 1.37 (Regon favored the medical man with) 414 315.95 P 6.15 (an irony-tinged eyebrow; blue eyes) 403.2 303.95 P (danced with pained mischief.) 403.2 291.95 T -0.23 (\322If you say so. Allsi, you can be a right) 414 279.17 P 2.57 (pain in the butt sometimes, you know) 403.2 267.17 P (that?\323) 403.2 255.17 T 2.76 (\322If you thud and blunder boys will) 414 242.4 P 0.62 (shoot across the galaxy in search of new) 403.2 230.4 P 0.64 (and interesting ways to cause yourselves) 403.2 218.4 P 2.59 (pain then look to me to set you right) 403.2 206.4 P 2.18 (again, can I help it if I take refuge in) 403.2 194.4 P (wit?\323) 403.2 182.4 T 2.01 (\322T) 414 169.63 P 2.01 (aking refuge is one thing,\323 Regon) 423.85 169.63 P 1.6 (gritted his teeth and endured the physi-) 403.2 157.63 P 0.94 (cian\325) 403.2 145.63 P 0.94 (s examination, \322murdering the poor) 422.63 145.63 P 3.03 (thing is ... something else ... dammit,) 403.2 133.63 P (Allsi, that hurts!\323) 403.2 121.63 T (\322Regon ...\323) 414 108.85 T 5.59 (Erik\325) 414 96.08 P 5.59 (s soft, submissive voice dis-) 433.99 96.08 P 5.38 (tracted Regon from his discomforts.) 403.2 84.08 P (Green eyes glittered in the light.) 403.2 72.08 T (\322Erik? Y) 414 59.31 T (ou alright?\323) 448.8 59.31 T -0.18 (\322Sorin got away) 414 46.53 P -0.18 (. I\325m sorry) 477.94 46.53 P -0.18 (. I wanted to) 519.39 46.53 P FMENDPAGE %%EndPage: "11" 13 %%Page: "12" 13 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (12) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (get him for you, but ...\323) 43.2 742.13 T 5.7 (Though the chance to achieve a) 54 730.13 P 4.55 (longed-for revenge was gone, Regon) 43.2 718.13 P (could not hold down a grin.) 43.2 706.13 T (\322There\325ll be other times.\323) 54 694.13 T 1.97 (\322Least we got this lot free in time,\323) 54 682.13 P -0.14 (Erik sighed, smiling at the drape of youn-) 43.2 670.13 P 3.03 (glings draping to the ursinoid from) 54 658.13 P (shoulder to ankle.) 43.2 646.13 T 1.71 (\322There\325) 54 634.13 P 1.71 (s that,\323 Regon agreed. \322I just) 84.52 634.13 P (wiiiiiIII\320Shiii\320!\323) 43.2 622.13 T 4.48 (Regon yelped as Allsi pressed an) 54 610.13 P 1.83 (injector tube against his right hip. Mil-) 43.2 598.13 P 0.19 (hollin\325) 43.2 586.13 P 0.19 (s warm laughter followed him into) 69.31 586.13 P (healing sleep.) 43.2 574.13 T 223.2 43.2 388.8 748.8 R 7 X V 403.2 43.2 568.8 347.8 R V 1 F 0 X 0.69 (V) 403.2 341.13 P 0.69 (icki L. Martin is T) 408.57 341.13 P 0.69 (echnical Secr) 482.86 341.13 P 0.69 (etary in) 537.3 341.13 P 1.62 (the Agricultural Economics Department) 403.2 329.13 P 1.05 (of the T) 403.2 317.13 P 1.05 (exas Agricultural Extension Ser-) 434.92 317.13 P 1.71 (vice at T) 403.2 305.13 P 1.71 (exas A&M University) 440.11 305.13 P 1.71 (. She has) 529.58 305.13 P 0.12 (been writing as a hobby for 20 years, but) 403.2 293.13 P 2.14 (seriously for nearly seven. Her writing) 403.2 281.13 P 3.32 (cr) 403.2 269.13 P 3.32 (edits include charter membership in) 411.16 269.13 P 0.69 (Brazos W) 403.2 257.13 P 0.69 (riters, wher) 441.93 257.13 P 0.69 (e she held the posi-) 488.89 257.13 P 0.92 (tion of Newsletter Editor for thr) 403.2 245.13 P 0.92 (ee years) 534.86 245.13 P 4.03 (and V) 403.2 233.13 P 4.03 (ice-Pr) 430.09 233.13 P 4.03 (esident for one year) 454.69 233.13 P 4.03 (. She) 545.34 233.13 P 3.19 (r) 403.2 221.13 P 3.19 (eached the semi-\336nals in the L. Ron) 406.72 221.13 P 0.93 (Hubbar) 403.2 209.13 P 0.93 (d\325) 433.92 209.13 P 0.93 (s W) 440.96 209.13 P 0.93 (riters of the Futur) 456.05 209.13 P 0.93 (e Contest) 530.39 209.13 P 2.44 (and won \336rst place at the V) 403.2 197.13 P 2.44 (ir) 527.03 197.13 P 2.44 (gule \32492) 533.33 197.13 P 0.58 (Convention W) 403.2 185.13 P 0.58 (riting Contest. In addition,) 460.14 185.13 P 2.12 (she had edited and author) 403.2 173.13 P 2.12 (ed numer) 515.7 173.13 P 2.12 (ous) 554.92 173.13 P 0.66 (fanzine publications, dealing with novel-) 403.2 161.13 P -0.17 (las, short stories, and anthologies of mul-) 403.2 149.13 P -0.14 (timedia television series. In this category) 403.2 137.13 P -0.14 (,) 566.3 137.13 P 1.41 (on work, a Quantum Leap novella, was) 403.2 125.13 P 1.19 (nominated for Best Fan-Q A) 403.2 113.13 P 1.19 (war) 521.25 113.13 P 1.19 (d at the) 536.43 113.13 P 0.04 (1992 Media W) 403.2 101.13 P 0.04 (est Convention. She is cur-) 461.21 101.13 P 2.06 (r) 403.2 89.13 P 2.06 (ently in the pr) 406.72 89.13 P 2.06 (ocess of polishing thr) 468.33 89.13 P 2.06 (ee) 559.92 89.13 P 0.77 (separate trilogy sets in the hopes that at) 403.2 77.13 P (least one will \336nd a home in print.) 403.2 65.13 T (vlm@ag-eco.tamu.edu) 440.88 46.53 T FMENDPAGE %%EndPage: "12" 14 %%Page: "13" 14 612 792 0 FMBEGINPAGE 43.2 630 389 747 R 7 X 0 K V 45 755 567 765 R V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (13) 558.01 31 T 324.01 189 468.01 315 R 7 X V 323.99 324 467.99 324 2 L 0.5 H 2 Z 0 X N 323.99 180 467.99 180 2 L N 36 621 396 723 R 7 X V 0 30 Q 0 X (T) 68.73 708.33 T 0 22 Q (HE) 87.06 708.33 T 0 30 Q (H) 121.86 708.33 T 0 22 Q (ARRISON) 143.52 708.33 T 0 30 Q (C) 245.53 708.33 T 0 22 Q (HAPTERS) 265.54 708.33 T 0 18 Q (by Jim V) 151.53 682 T (assilakos) 215.51 682 T (Chapter 13) 176.28 657 T 0 9 Q (Copyright \251 1993) 183.12 638 T 43.2 43.2 208.8 463 R 7 X V 0 18 Q 0 X 0.13 (S) 43.2 456.33 P 0 10 Q 0.07 (he stood before him, silent and expres-) 53.2 456.33 P 2.3 (sionless as subtle strands of moonlight) 43.2 444.33 P 2.53 (bathed the sanctuary in dim shades of) 43.2 432.33 P 0.58 (purple. Then a coy smile played into her) 43.2 420.33 P -0.21 (silver eyes, and her white mane rippled in) 43.2 408.33 P 0.12 (the icy darkness, hair like blades, etching) 43.2 396.33 P 0.12 (an icy trail along his throat. Her nails left) 43.2 384.33 P 0.54 (only a thin trickle of blood, barely a dis-) 43.2 372.33 P 1.25 (traction, one following closely upon the) 43.2 360.33 P 1.14 (other in preparation for her knee\325) 43.2 348.33 P 1.14 (s deci-) 181.29 348.33 P -0.12 (sive collision with his crotch. He doubled) 43.2 336.33 P 2.46 (over) 43.2 324.33 P 2.46 (, falling to the \337oor with a heavy) 60.56 324.33 P (thud and torn, mud-caked britches.) 43.2 312.33 T 2.33 (\322Out of the frying pan and into the) 54 300.11 P 0.5 (\336re, eh Harrison? That was for making a) 43.2 288.11 P 2.41 (fool of me. This is for trying to nuke) 43.2 276.11 P (me.\323) 43.2 264.11 T -0.15 (Her palm pressed against his nose, two) 54 251.88 P -0.03 (\336ngers slowly but resolutely forcing their) 43.2 239.88 P (way into his eye sockets.) 43.2 227.88 T (\322I didn\325) 54 215.66 T (t do it.\323) 85.18 215.66 T 2.21 (She held the pressure for a moment) 54 203.43 P 1.93 (and then changed her grip on his face,) 43.2 191.43 P 0.07 (lifting him to the wall by the scruf) 43.2 179.43 P 0.07 (f of his) 180.35 179.43 P (chin.) 43.2 167.43 T -0.16 (\322I was going to kill you mercifully) 54 155.21 P -0.16 (, but) 191.19 155.21 P (lies piss me of) 43.2 143.21 T (f.\323) 100.49 143.21 T 1.09 (\322He\325) 54 130.98 P 1.09 (s not lying.\323 The voice belonged) 72.87 130.98 P (to green-eyes.) 43.2 118.98 T 0.03 (Sule rocked Mike back a foot and then) 54 106.76 P 1.03 (bounced him of) 43.2 94.76 P 1.03 (f the wall, dropping him) 107.81 94.76 P 1.72 (to the mauve carpet like a wet rag. He) 43.2 82.76 P 0.72 (was still shaking of) 43.2 70.76 P 0.72 (f stars as Sule turned) 122.64 70.76 P (toward Arien\325) 43.2 58.76 T (s daughter) 98.99 58.76 T (.) 139.8 58.76 T (\322Get out!\323) 54 46.53 T 223.2 333 388.8 607 R 7 X V 0 X 0.07 (\322What are you going to do, Sule? Beat) 234 600.33 P 0.68 (me up?\323 The young woman stepped for-) 223.2 588.33 P -0.24 (ward, con\336dence \336lling every movement.) 223.2 576.33 P 0.02 (\322If you touch me, my father will kill you,) 223.2 564.33 P (and if you touch him, I\325ll kill you.\323) 223.2 552.33 T 5.14 (Mike raised his head slowly and) 234 540.33 P 0.56 (blinked, the gleam of moonlight of) 223.2 528.33 P 0.56 (f irid-) 365.2 528.33 P 0.07 (ium scarcely catching his notice. She had) 223.2 516.33 P 1.29 (Johanes\325) 223.2 504.33 P 1.29 (s laser) 257.62 504.33 P 1.29 (. An appropriate weapon,) 283.62 504.33 P 2.01 (Mike \336gured. W) 223.2 492.33 P 2.01 (ith nothing mechanical) 293.17 492.33 P 0.74 (to slow her down, it shaved the bio-syn-) 223.2 480.33 P 2.94 (the\325) 223.2 468.33 P 2.94 (s edge to a bare minimum. Sule\325) 238.19 468.33 P 2.94 (s) 384.91 468.33 P 1.57 (scowl faded slightly) 223.2 456.33 P 1.57 (, a touch of amuse-) 306.2 456.33 P (ment sparking silver eyes.) 223.2 444.33 T (\322Y) 234 432.33 T (ou are a foolish girl.\323) 244.65 432.33 T 1.5 (\322And you\325re on my turf, Sule. Don\325) 234 420.33 P 1.5 (t) 386.02 420.33 P (for) 223.2 408.33 T (get it.\323) 234.67 408.33 T 2.3 (Mike raised himself halfway of) 234 396.33 P 2.3 (f the) 368.46 396.33 P 1.44 (\337oor) 223.2 384.33 P 1.44 (, taking a wider surveillance of the) 241.68 384.33 P 2.89 (chamber) 223.2 372.33 P 2.89 (. Erestyl\325) 257.06 372.33 P 2.89 (s emaciated body lay) 296.04 372.33 P 2.7 (folded in a corner) 223.2 360.33 P 2.7 (, his eyes staring at) 301.67 360.33 P 2.72 (nothing in particular) 223.2 348.33 P 2.72 (. Mike crept over) 309.71 348.33 P 2.72 (,) 386.3 348.33 P -0.05 (fumbling in vain for a pulse and \336nding a) 223.2 336.33 P 223.17 172.83 314.5 331.17 R 7 X V 0 X 6.85 (spent hypo on the) 223.17 324.5 P (\337oor) 223.17 312.5 T (.) 241.5 312.5 T 7.51 (\322He outlived his) 233.97 299.63 P 1.12 (usefulness,\323 Sule con-) 223.17 287.63 P 4.45 (templated. \322The rea-) 223.17 275.63 P 2.29 (son you came to this) 223.17 263.63 P 4.82 (space sick planet is) 223.17 251.63 P (dead.\323) 223.17 239.63 T (\322Why?\323) 233.97 226.77 T (\322Ef) 233.97 213.9 T (\336ciency) 247.66 213.9 T (.\323) 278.65 213.9 T 20.58 (Mike coughed,) 233.97 201.03 P (\322Ef) 223.17 189.03 T (\336ciency?\323) 236.86 189.03 T 5.42 (\322W) 233.97 176.17 P 5.42 (ith the aid of) 247.44 176.17 P 223.2 43.2 388.8 171 R 7 X V 0 X 0.88 (Korina and Alister) 223.2 164.33 P 0.88 (, his mind was peeled) 298.95 164.33 P 1.8 (open such that I could question him in) 223.2 151.86 P 0.35 (solitude. After he disclosed the details of) 223.2 139.38 P 1.83 (his treachery) 223.2 126.91 P 1.83 (, there was simply nothing) 275.72 126.91 P 0.05 (more of value to learn from him. Now all) 223.2 114.43 P 0.97 (that remains is to dispose of the body) 223.2 101.96 P 0.97 (, a) 378.4 101.96 P 6.19 (matter to which I must personally) 223.2 89.48 P (attend.\323) 223.2 77.01 T 0.88 (W) 234 59.01 P 0.88 (ith that she picked up the body and) 243.04 59.01 P 2.57 (carried it out the door) 223.2 46.53 P 2.57 (. Mike followed) 319.53 46.53 P 403.2 333 568.8 751 R 7 X V 0 X 1.11 (her) 403.2 744.33 P 1.11 (, still limping, outside and across the) 415.56 744.33 P 6.7 (moat\325) 403.2 732.33 P 6.7 (s narrow bridge. Outside, the) 425.97 732.33 P 0 (W) 403.2 720.33 P 0 (or) 411.83 720.33 P 0 (gs guarded the mansion, their hungry) 419.98 720.33 P 8.67 (eyes perched upon blood-drenched) 403.2 708.33 P 2.81 (snouts. Sule dropped the body several) 403.2 696.33 P 1.21 (feet from the moat, placing a small vial) 403.2 684.33 P 2.06 (on Erestyl\325) 403.2 672.33 P 2.06 (s chest and breaking it with) 448.85 672.33 P 1.07 (her boot. A moment later) 403.2 660.33 P 1.07 (, the body was) 507.85 660.33 P 2.39 (consumed in \337ame, and several of the) 403.2 648.33 P 3.01 (W) 403.2 636.33 P 3.01 (or) 411.83 636.33 P 3.01 (gs took up a mournful howl. She) 419.98 636.33 P 4.8 (waited a minute, \336nally kicking the) 403.2 624.33 P (charred remains into the water) 403.2 612.33 T (.) 524.21 612.33 T (\322Food for your pet, Alister) 414 600.33 T (.\323) 520.32 600.33 T 5.88 (Mike turned around. Arien stood) 414 588.33 P 1.13 (behind him with Korina by his side. He) 403.2 576.33 P 0.47 (seemed despondent, light from the dying) 403.2 564.33 P (\337ames \337ickering in his eyes.) 403.2 552.33 T 2.3 (\322The \336rst cooked meal she\325) 414 540.33 P 2.3 (s had in) 533.11 540.33 P (years.\323) 403.2 528.33 T 2.4 (\322Y) 414 516.33 P 2.4 (ou\325re sure you won\325) 424.65 516.33 P 2.4 (t let me take) 512.45 516.33 P 1.25 (this gatherer with me? I\325d rather like to) 403.2 504.33 P (keep him.\323) 403.2 492.33 T 3.16 (Arien smiled, \322If it wasn\325) 414 480.33 P 3.16 (t for Mr) 528.89 480.33 P 3.16 (.) 566.3 480.33 P 2.52 (Harrison, Sule, it might be your burnt) 403.2 468.33 P (corpse in that moat.\323) 403.2 456.33 T 0.96 (Her eyes narrowed, but she never got) 414 444.33 P 2.48 (to respond. A gravcar slipped casually) 403.2 432.33 P 1.85 (over the gate, turning back only as the) 403.2 420.33 P 4.31 (laser cannon opened with a warning) 403.2 408.33 P 2.35 (burst. Arien raised his arm, ef) 403.2 396.33 P 2.35 (fectively) 533.83 396.33 P (restraining further damage to his lawn.) 403.2 384.33 T (\322Y) 414 372.33 T (our ride, I take it?\323) 424.65 372.33 T 3.15 (Sule nodded, \322Vlep and your wife.) 414 360.33 P (Y) 403.2 348.33 T (ou want her) 409.42 348.33 T (, you\325ll have to fetch her) 456.2 348.33 T (.\323) 553.91 348.33 T (\322Mr) 414 336.33 T (. Harrison?\323) 430.1 336.33 T 477.47 172.83 568.8 331.17 R 7 X V 0 X 0.65 (Mike looked at him) 488.27 324.5 P 5.69 (dumbly) 477.47 312.5 P 5.69 (. \322Don\325) 507.36 312.5 P 5.69 (t you) 542.84 312.5 P 0.76 (have guards to do that) 477.47 300.5 P (sort of thing?\323) 477.47 288.5 T 2.24 (\322Please, Mr) 488.27 275.06 P 2.24 (. Harri-) 537.14 275.06 P 3.33 (son. Oh, you\325ll need) 477.47 263.06 P (this.\323) 477.47 251.06 T 6.96 (He handed Mike) 488.27 237.61 P 1.02 (some hi-tech gizmo, a) 477.47 225.61 P 17.77 (makeshift medical) 477.47 213.61 P 14.3 (scanner if Mike) 477.47 201.61 P (guessed correctly) 477.47 189.61 T (.) 546.48 189.61 T 1.83 (\322T) 488.27 176.17 P 1.83 (o check for any-) 498.11 176.17 P 403.2 43.2 568.8 171 R 7 X V 0 X 1.2 (thing physically out of the ordinary) 403.2 164.33 P 1.2 (. It\325) 549.83 164.33 P 1.2 (s) 564.91 164.33 P 2.03 (been pre-programmed. All you have to) 403.2 152.33 P 2.56 (do is hit this button. Easy enough for) 403.2 140.33 P (you?\323) 403.2 128.33 T -0.05 (Mike was about to say no, but the look) 414 111.43 P 2.04 (in Korina\325) 403.2 99.43 P 2.04 (s green eyes told him not to) 446.05 99.43 P 2.43 (bother) 403.2 87.43 P 2.43 (. The front gate was wide open,) 428.19 87.43 P 1.27 (and crossing through it, Mike saw Vlep) 403.2 75.43 P (in the driver) 403.2 63.43 T (\325) 452.42 63.43 T (s seat.) 455.2 63.43 T (\322Long time, no see.\323) 414 46.53 T 324.01 189 468.01 315 R 7 X V 0 14 Q 0 X -1.35 (\322Goodbye, Harrison. And) 324.01 305.67 P -0.82 (good riddance.\323 Then she) 324.01 289.67 P (broke into a sprint, and) 324.01 273.67 T (Mike heard the sound of) 324.01 257.67 T (gun\336re. He hit the turf,) 324.01 241.67 T (holding Kato down as) 324.01 225.67 T -0.15 (bullets continued to whiz) 324.01 209.67 P (overhead.) 324.01 193.67 T FMENDPAGE %%EndPage: "13" 15 %%Page: "14" 15 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (14) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (\322Why are they sending you?\323) 54 742.13 T 1.61 (Mike shrugged, \322I\325m sure he has his) 54 729.61 P (reasons.\323) 43.2 717.61 T 3.7 (Ambassador Kato was in the back) 54 705.08 P 0.21 (seat, her brown eyes glassy and sluggish.) 43.2 693.08 P 1.35 (Mike opened her door) 43.2 681.08 P 1.35 (, and began scan-) 135.38 681.08 P 1.05 (ning. The gizmo seemed to say she was) 43.2 669.08 P 0.51 (okay) 43.2 657.08 P 0.51 (, and he of) 61.98 657.08 P 0.51 (fered his hand in what he) 105.51 657.08 P 1.3 (\336gured was his most diplomatic gesture) 43.2 645.08 P (of the evening.) 43.2 633.08 T (\322C\325mon Ambassador) 54 620.55 T (.\323) 138.11 620.55 T 0.29 (He reached in and shook her shoulder) 54 608.02 P 0.29 (,) 206.3 608.02 P (\336nally getting some \336gment of attention.) 43.2 596.02 T (\322Mind scanner?\323) 54 583.5 T (Vlep ignored the query) 54 570.97 T (.) 145.78 570.97 T (\322It\325) 54 558.44 T (s okay) 67.32 558.44 T (, Vlep. Sule can\325) 92.49 558.44 T (t hear you.\323) 159.2 558.44 T (\322Y) 54 545.91 T (ou\325d be surprised.\323) 64.65 545.91 T 0.82 (\322Oh,\323 Mike nodded, \322she\325) 54 533.39 P 0.82 (s got a vice) 161.1 533.39 P (on your balls does she?\323) 43.2 521.39 T (\322In my neck.\323) 54 508.86 T 0.46 (Mike made a T) 54 496.33 P 0.46 (-sign, turning the scan-) 115.25 496.33 P (ner toward Vlep.) 43.2 484.33 T 3.21 (\322Y) 54 471.81 P 3.21 (ou know what that means, don\325) 64.65 471.81 P 3.21 (t) 206.02 471.81 P (you?\323) 43.2 459.81 T (Vlep looked up, somewhat confused.) 54 447.28 T 2.19 (\322Y) 54 434.75 P 2.19 (ou\325re just gonna have to do what) 64.65 434.75 P (you do best, Vlep.\323) 43.2 422.75 T 0.76 (Mike leaned in, grabbing Vlep\325) 54 410.22 P 0.76 (s hand) 182.23 410.22 P (and pressing it against his forehead.) 43.2 398.22 T (\322Understand?\323) 54 385.7 T 3.13 (He picked Johanes\325 bug out of his) 54 373.17 P 3.37 (pocket, screwing the two pieces back) 43.2 361.17 P 2.29 (together) 43.2 349.17 P 2.29 (. Then he dropped it in Vlep\325) 75.4 349.17 P 2.29 (s) 204.91 349.17 P (hand.) 43.2 337.17 T (\322It\325) 54 324.64 T (s the only chance you\325ve got.\323) 67.32 324.64 T 1.81 (Mike lifted the ambassador from the) 54 312.11 P 1.51 (vehicle and pointed her in the direction) 43.2 300.11 P 1.46 (of the mansion. She leaned against him) 43.2 288.11 P 0.75 (as they walked, and he felt as though he) 43.2 276.11 P 1.55 (were training a baby to put one foot in) 43.2 264.11 P 2.4 (front of the other) 43.2 252.11 P 2.4 (. They met Sule half) 117.86 252.11 P 2.67 (way across the lawn. Her white mane) 43.2 240.11 P 1.39 (waved gently in the cool, night air) 43.2 228.11 P 1.39 (, and) 187.98 228.11 P 0.62 (she held a small metallic cylinder in one) 43.2 216.11 P 4.05 (hand, its tip gleaming golden in the) 43.2 204.11 P (moonlight.) 43.2 192.11 T 3.03 (\322Goodbye, Harrison. And good rid-) 54 179.59 P (dance.\323) 43.2 167.59 T -0.01 (Then she broke into a sprint, and Mike) 54 155.06 P 2.32 (heard the sound of gun\336re. He hit the) 43.2 143.06 P 1.46 (turf, holding Kato down as bullets con-) 43.2 131.06 P 2.2 (tinued to whiz overhead. Then all was) 43.2 119.06 P 1.88 (silent, and the gravcar was gone. Mike) 43.2 107.06 P 1.96 (picked himself unsteadily of) 43.2 95.06 P 1.96 (f the lawn,) 162.42 95.06 P 4.59 (helping the Ambassador to her feet.) 43.2 83.06 P 4.11 (Korina was there moments later) 43.2 71.06 P 4.11 (, her) 186.93 71.06 P (father trotting close behind.) 43.2 59.06 T -0.02 (\322Thank the fates. W) 54 46.53 P -0.02 (e thought you both) 133.62 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (dead.\323) 223.2 742.13 T 4.53 (\322Vlep\325) 234 729.37 P 4.53 (s no marksman, but all the) 260.64 729.37 P -0.07 (same, it\325) 223.2 717.37 P -0.07 (s amazing that he missed,\323 Arien) 257.01 717.37 P (added.) 223.2 705.37 T 0.73 (Mike shook his head and started back) 234 692.6 P (toward the mansion.) 223.2 680.6 T (\322He didn\325) 234 667.83 T (t miss.\323) 273.51 667.83 T 223.2 642.73 388.8 661.73 C 223.2 642.73 388.8 661.73 R 7 X 0 K V 267.9 653.23 348.9 653.23 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.33 (Mike leaned against the tile wall, his) 234 636.07 P 1.17 (groin still aching as he watched the last) 223.2 624.07 P 1.09 (of the moat gook slither down the drain) 223.2 612.07 P 0.06 (pipe. Coating his body in a gentle, sleepy) 223.2 600.07 P 0.52 (embrace, the shower) 223.2 588.07 P 0.52 (\325) 307.03 588.07 P 0.52 (s warm spray made) 309.81 588.07 P 0.64 (him more than a little drowsy) 223.2 576.07 P 0.64 (. Consider-) 343.74 576.07 P 1.32 (ing everything, it was a strange feeling.) 223.2 564.07 P 2.06 (Getting shot at usually kept him wired) 223.2 552.07 P -0.21 (for an evening. Lately) 223.2 540.07 P -0.21 (, however) 310.17 540.07 P -0.21 (, the slugs) 348.97 540.07 P -0.12 (had been \337ying so thick and fast that they) 223.2 528.07 P 0.65 (were no longer a novelty) 223.2 516.07 P 0.65 (. Adrenalin was) 324.5 516.07 P 2.47 (becoming a tiresome companion. Even) 223.2 504.07 P 0.06 (Sule\325) 223.2 492.07 P 0.06 (s knee in his crotch seemed in retro-) 243.75 492.07 P -0.16 (spect like nothing grander than a momen-) 223.2 480.07 P 1.83 (tary distraction, though, at the time, he) 223.2 468.07 P 1.88 (was quite certain that the universe was) 223.2 456.07 P 3.04 (coming to an end. He curled his lips) 223.2 444.07 P 1.29 (inward at the memory) 223.2 432.07 P 1.29 (, letting the warm) 314.42 432.07 P 0.39 (water invade his mouth and nostrils until) 223.2 420.07 P 1.37 (he had to spew it out just to breathe. It) 223.2 408.07 P 4.39 (was a good memory) 223.2 396.07 P 4.39 (, he decided. It) 316.5 396.07 P (helped him for) 223.2 384.07 T (get about sleep.) 281.87 384.07 T 1.46 (The black \337eximesh laid out for him) 234 371.3 P 1.23 (was vastly superior to the mendwear he) 223.2 359.3 P 1.18 (usually threw on. It was designed along) 223.2 347.3 P 5.89 (some Draconian, poly-adaptive, one-) 223.2 335.3 P 0.79 (size-\336ts-all concept. All-within-reason is) 223.2 323.3 P 0.47 (what they actually meant. Mike aired of) 223.2 311.3 P 0.47 (f) 385.47 311.3 P 2.75 (and slipped into the new threads, still) 223.2 299.3 P 4.25 (damp from their soaking. Once they) 223.2 287.3 P 5.47 (dried, the \336bers would expand and) 223.2 275.3 P 0.67 (harden. Decent protection, Mike \336gured,) 223.2 263.3 P 0.7 (and it was air) 223.2 251.3 P 0.7 (-tight to boot, better than a) 278.68 251.3 P -0.15 (\337ak vest or a vacc suit and at a fraction of) 223.2 239.3 P 0.19 (the bulk. Mike checked the \336t in the mir-) 223.2 227.3 P -0.13 (ror) 223.2 215.3 P -0.13 (, the imperious grin sliding of) 234.45 215.3 P -0.13 (f his face) 352.43 215.3 P 1.57 (as the glint of polished iridium met his) 223.2 203.3 P 1.53 (gaze. A draconian, military insignia lay) 223.2 191.3 P 0.58 (etched into the left breast: external intel-) 223.2 179.3 P (ligence if his guess wasn\325) 223.2 167.3 T (t too far of) 325.72 167.3 T (f.) 368.01 167.3 T 1.93 (Korina and Johanes were still in the) 234 154.53 P 3.61 (study) 223.2 142.53 P 3.61 (, each perched over the medical) 244.21 142.53 P -0.06 (console like a pair of determined vultures) 223.2 130.53 P 0.05 (as they ar) 223.2 118.53 P 0.05 (gued over the \336ner features of a) 261.41 118.53 P 2.51 (sub-dermal char) 223.2 106.53 P 2.51 (ge. Mike tried to meet) 290.2 106.53 P 0.97 (Johanes\325 smile with one of his own, but) 223.2 94.53 P -0.2 (even in his \337eximesh uniform, the Draco-) 223.2 82.53 P 4.79 (nian could put on a dastardly grin,) 223.2 70.53 P 1.2 (unbeatable considering the image of the) 223.2 58.53 P (Realm most people carried around.) 223.2 46.53 T 403.2 43.2 568.8 748.8 R 7 X V 0 X 2.19 (\322Vlep\325) 414 742.13 P 2.19 (s cooperating,\323 Johanes patted) 440.64 742.13 P 3.81 (the reception unit. \322They\325re going to) 403.2 730.13 P 2.09 (Xekhasmeno... to the starport it seems.) 403.2 718.13 P (Oh, by the way) 403.2 706.13 T (... nice out\336t.\323) 463.62 706.13 T 2.23 (\322Same to you. Y) 414 693.69 P 2.23 (ou mind telling me) 486.31 693.69 P (why we\325re wearing these?\323) 403.2 681.69 T 2.79 (Johanes put on a play frown, \322Y) 414 669.24 P 2.79 (ou) 558.8 669.24 P (don\325) 403.2 657.24 T (t like \324em?\323) 421.34 657.24 T 4.34 (\322W) 414 644.79 P 4.34 (alking into an Imperial starport) 427.07 644.79 P -0.22 (with this on isn\325) 403.2 632.79 P -0.22 (t exactly the quintessence) 467.05 632.79 P (of sanity) 403.2 620.79 T (.\323) 437.25 620.79 T 0.2 (\322W) 414 608.35 P 0.2 (ell, it isn\325) 427.07 608.35 P 0.2 (t exactly an Imperial star-) 465.32 608.35 P (port anymore.\323) 403.2 596.35 T -0.09 (Korina sighed, \322The Calannan govern-) 414 583.9 P (ment has assumed temporary control.\323) 403.2 571.9 T (\322Because of the riots?\323) 414 559.46 T 0.31 (She nodded, \322And all Imperial vessels) 414 547.01 P 2.2 (have been banished from the planetary) 403.2 535.01 P (airspace.\323) 403.2 523.01 T 2.75 (Mike \336nally managed his smile, no) 414 510.56 P 2.12 (longer wondering why Johanes seemed) 403.2 498.56 P 2.27 (so pleased with himself. W) 403.2 486.56 P 2.27 (ith a Royal) 520.4 486.56 P 2.24 (Fleet passenger liner in orbit, it was a) 403.2 474.56 P -0.11 (hefty blow to Imperial pride. Johanes had) 403.2 462.56 P 2.32 (every right to be pleased, however) 403.2 450.56 P 2.32 (, he) 552.05 450.56 P 3.08 (dropped his smile when he noticed it) 403.2 438.56 P (becoming contagious.) 403.2 426.56 T 4.37 (\322It\325) 414 414.12 P 4.37 (s politics, Mike. The Imps are) 427.32 414.12 P 3.23 (going along with it to help quell the) 403.2 402.12 P (riots.\323) 403.2 390.12 T 2.85 (\322So Sule\325) 414 377.67 P 2.85 (s gonna have a hard time) 454.89 377.67 P (\336nding herself a ride.\323) 403.2 365.67 T (\322A very hard time.\323) 414 353.23 T 2.52 (\322That still doesn\325) 414 340.78 P 2.52 (t answer my ques-) 488.25 340.78 P (tion.\323) 403.2 328.78 T 0.2 (Johanes took a deep breath, cautiously) 414 316.33 P 4.9 (scrutinizing the vacant space several) 403.2 304.33 P (inches in front of his nose.) 403.2 292.33 T 1.93 (\322It\325) 414 279.89 P 1.93 (s like this, Mike. The locals hate) 427.32 279.89 P (the Imps.\323) 403.2 267.89 T (\322They hate neghrali.\323) 414 255.44 T (\322But they hate the Imps in particular) 414 242.99 T (.\323) 559.46 242.99 T 1.14 (\322Jo, the starport guards are not going) 414 230.55 P 0.92 (to give you free run of the facilities just) 403.2 218.55 P (because you\325re a Draconian.\323) 403.2 206.55 T (\322If they have orders...\323) 414 194.1 T (\322Who have you been talking to?\323) 414 181.66 T 1.09 (Johanes resumed his smile, \322A friend) 414 169.21 P (of yours.\323) 403.2 157.21 T (\322A friend?\323) 414 144.76 T (\322A powerful friend.\323) 414 132.32 T (Mike winced, \322No.\323) 414 119.87 T (\322Y) 414 107.43 T (es.\323) 424.65 107.43 T (\322I don\325) 414 94.98 T (t want to hear this.\323) 442.4 94.98 T 6.3 (\322General Gardansa. He\325) 414 82.53 P 6.3 (s now in) 522.33 82.53 P 0.53 (char) 403.2 70.53 P 0.53 (ge of the starport. And the beauty of) 420.22 70.53 P 0.51 (it, which is still making me crazy) 403.2 58.53 P 0.51 (, is that) 538.62 58.53 P (this whole plan depends on you.\323) 403.2 46.53 T FMENDPAGE %%EndPage: "14" 16 %%Page: "15" 16 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (15) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 3.04 (Mike sat down on the edge of the) 54 742.13 P 2.94 (table, the med console casting a faint) 43.2 730.13 P (blue glimmer against the side of his face.) 43.2 718.13 T (\322What have you told him?\323) 54 705.55 T 2.42 (\322Enough. Enough for him to under-) 54 692.97 P 2.36 (stand how important it is that we \336nd) 43.2 680.97 P (Sule before she gets of) 43.2 668.97 T (fworld.\323) 134.06 668.97 T (\322Then what\325) 54 656.39 T (s the problem?\323) 103.68 656.39 T 2.68 (\322He wants to hear it from you. He) 54 643.81 P (trusts you.\323) 43.2 631.81 T (Mike coughed, \322That\325) 54 619.23 T (s absurd.\323) 141.99 619.23 T 0.1 (\322I agree completely) 54 606.65 P 0.1 (, but then again, he) 132.36 606.65 P (doesn\325) 43.2 594.65 T (t know you like I do.\323) 69.67 594.65 T (\322Y) 54 582.07 T (es he does.\323) 64.65 582.07 T (Johanes shrugged, \322Then I pity him.\323) 54 569.49 T 0.35 (Mike considered a jab to Jo\325) 54 556.91 P 0.35 (s stomach) 168.75 556.91 P 3.94 (but stuf) 43.2 544.91 P 3.94 (fed the notion back where it) 77.23 544.91 P 1.7 (belonged. The \337eximesh would make a) 43.2 532.91 P -0.17 (stump of his hand before he\325d ever in\337ect) 43.2 520.91 P (so much as mild irritation.) 43.2 508.91 T 0.94 (\322Y) 54 496.33 P 0.94 (ou still haven\325) 64.65 496.33 P 0.94 (t answered my ques-) 123.54 496.33 P (tion.\323) 43.2 484.33 T 0.81 (\322Appearances are important, Michael.) 54 471.75 P 0.88 (He doesn\325) 43.2 459.75 P 0.88 (t want the world to know he\325) 84.7 459.75 P 0.88 (s) 204.91 459.75 P 1.12 (taking cues from a gatherer) 43.2 447.75 P 1.12 (, particularly) 156.61 447.75 P (one to whom he owes favors.\323) 43.2 435.75 T 0.45 (\322I\325m sure he doesn\325) 54 423.17 P 0.45 (t feel that he owes) 134.27 423.17 P 0.42 (me anything. Besides, people will recog-) 43.2 411.17 P 3.5 (nize me.\323 Mike \336ngered his jacks to) 43.2 399.17 P 6.35 (demonstrate the point. Johanes just) 43.2 387.17 P (cracked a grin.) 43.2 375.17 T 1.88 (\322I\325ll \336nd you a helmet. Look, Mike.) 54 362.59 P 0.5 (He\325) 43.2 350.59 P 0.5 (s not the nicest person on this planet,) 57.63 350.59 P 2.01 (but he\325) 43.2 338.59 P 2.01 (s all we\325ve got, and we desper-) 72.69 338.59 P (ately need his help.\323) 43.2 326.59 T 2.95 (\322Jo, whatever he does, he does for) 54 314.01 P 2.8 (himself, not for you or me. If we go) 43.2 302.01 P 0.33 (there, it\325) 43.2 290.01 P 0.33 (s going to be us who are helping) 76.84 290.01 P 1.45 (him accomplish his agenda. Y) 43.2 278.01 P 1.45 (ou under-) 168.77 278.01 P (stand?\323) 43.2 266.01 T 0.89 (Johanes nodded, \322Y) 54 253.43 P 0.89 (es. And I can live) 135 253.43 P 0.26 (with it as long as it means stopping Sule.) 43.2 241.43 P (Why do you have a problem with it?\323) 43.2 229.43 T 4.03 (\322If you knew him like I do, you) 54 216.85 P (wouldn\325) 43.2 204.85 T (t have to ask.\323) 76.33 204.85 T -0.02 (\322Maybe I do, Michael. Spokes told me) 54 192.27 P -0.14 (a few things, while you were busy having) 43.2 180.27 P (your jitters.\323) 43.2 168.27 T (\322Like what?\323) 54 155.69 T 2.3 (\322He told me that Gardansa had you) 54 143.11 P 0.05 (take a bath... with his limo. It took a little) 43.2 131.11 P -0.19 (research to \336nd out why) 43.2 119.11 P -0.19 (. Gardansa\325) 138.4 119.11 P -0.19 (s been) 183.73 119.11 P 2.26 (ef) 43.2 107.11 P 2.26 (fectively grounded this past year) 50.79 107.11 P 2.26 (, his) 189.88 107.11 P 0.06 (black market stolen by strong arms in the) 43.2 95.11 P (military) 43.2 83.11 T (.\323) 74.2 83.11 T 0.73 (Mike nodded, \322I know the details. He) 54 70.53 P -0.21 (was too greedy) 43.2 58.53 P -0.21 (. And I also know that he\325) 102.64 58.53 P -0.21 (s) 204.91 58.53 P 0.75 (trying to buy his way back in, except he) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 1.44 (isn\325) 223.2 742.13 P 1.44 (t going through his people, Jo. He\325) 238.01 742.13 P 1.44 (s) 384.91 742.13 P 0.47 (going through ISIS. Did Spokes mention) 223.2 730.13 P (that?\323) 223.2 718.13 T (\322He told me.\323) 234 705.63 T 0.34 (\322Then why are you doing this? For all) 234 693.12 P 1.38 (we know) 223.2 681.12 P 1.38 (, Sule could be sitting on Gar-) 260.29 681.12 P 0.81 (dansa\325) 223.2 669.12 P 0.81 (s lap, playing patty-cake with him) 248.74 669.12 P (right now) 223.2 657.12 T (.\323) 261.14 657.12 T (\322I doubt it.\323) 234 644.62 T (\322Why\325) 234 632.12 T (s that?\323) 260.64 632.12 T -0.23 (\322It\325) 234 619.61 P -0.23 (s what you said, Mike. He\325) 247.32 619.61 P -0.23 (s greedy) 353.6 619.61 P -0.23 (.) 386.3 619.61 P 0.99 (He can get what he wants by turning us) 223.2 607.61 P 0.69 (in to ISIS, but he can get much more by) 223.2 595.61 P 2.25 (capturing Sule and holding her for the) 223.2 583.61 P 0.86 (highest bidder) 223.2 571.61 P 0.86 (. Think about it, and think) 280.41 571.61 P (about what the Imps will pay) 223.2 559.61 T (.\323) 338.87 559.61 T (\322They\325ll kill him.\323) 234 547.11 T 0.54 (\322He\325) 234 534.6 P 0.54 (s run that risk before. He\325ll run it) 252.87 534.6 P 2.02 (again. And he may even make himself) 223.2 522.6 P (the planetary governor in the process.\323) 223.2 510.6 T (\322And you\325re going to let him?\323) 234 498.1 T 4.33 (\322Appearances, Mike. They\325re more) 234 485.59 P 1.16 (important than the reality) 223.2 473.59 P 1.16 (. Gardansa can) 327.36 473.59 P 1.72 (hand her over to us and then lie like a) 223.2 461.59 P 0.69 (moon rock. He\325ll get paid by both sides,) 223.2 449.59 P 0.13 (and when the Imps do get her back, there) 223.2 437.59 P 0.5 (won\325) 223.2 425.59 P 0.5 (t be any more in her head than is in) 243.56 425.59 P (Kato\325) 223.2 413.59 T (s. A justice \336tting the crime.\323) 245.41 413.59 T 13.84 (Mike blinked, disgusted and) 234 401.09 P (impressed all at the same time.) 223.2 389.09 T 0.42 (\322I can tell you\325ve put some thought to) 234 376.59 P (this.\323) 223.2 364.59 T (\322Y) 234 352.08 T (ou disapprove?\323) 244.65 352.08 T (Mike gritted his teeth, \322No.\323) 234 339.58 T (\322I didn\325) 234 327.07 T (t think so.\323) 265.18 327.07 T 1.04 (\322Y) 234 314.57 P 1.04 (ou \336gured all this while I was tak-) 244.65 314.57 P (ing a shower?\323) 223.2 302.57 T (Johanes blushed, \322What can I say?\323) 234 290.06 T 0.56 (\322T) 234 277.56 P 0.56 (ell me about Vlep.\323 Mike motioned) 243.85 277.56 P 1.25 (toward the medical console, and Korina) 223.2 265.56 P (swiveled the screen toward him.) 223.2 253.56 T 2.68 (\322Y) 234 241.05 P 2.68 (our scan shows a rather complex) 244.65 241.05 P (piece of equipment in his neck.\323) 223.2 229.05 T 0.4 (Mike exchanged glances with Johanes) 234 216.55 P -0.19 (as she continued, pointing toward various) 223.2 204.55 P (points on the monitor display) 223.2 192.55 T (.) 339.72 192.55 T -0.09 (\322The receiver is here. This seems to be) 234 180.05 P -0.12 (the timing mechanism. This is a transmit-) 223.2 168.05 P 3.61 (ter) 223.2 156.05 P 3.61 (, presumably for location purposes,) 233.34 156.05 P (and here\325) 223.2 144.05 T (s the char) 260.11 144.05 T (ge.\323) 298.23 144.05 T (\322Lar) 234 131.54 T (ge package.\323) 252.13 131.54 T 0.93 (\322Minute, actually) 234 119.04 P 0.93 (. But it packs a wal-) 304.23 119.04 P 1.18 (lop. Sule must have a transmitter some-) 223.2 107.04 P 3.73 (where on her which we assume will) 223.2 95.04 P (activate the char) 223.2 83.04 T (ge.\323) 288.51 83.04 T 0.54 (Mike nodded, \322She was holding some) 234 70.53 P 2.34 (sort of metallic cylinder as she passed) 223.2 58.53 P (me.\323) 223.2 46.53 T 403.2 43.2 568.8 748.8 R 7 X V 0 X 8.94 (\322Anything about it distinctive?\323) 414 742.13 P (Johanes interjected.) 403.2 730.13 T (\322No. W) 414 717.52 T (ell, it had a gold tip.\323) 444.28 717.52 T 0.6 (Kori hit a key on the monitor) 414 704.91 P 0.6 (, switch-) 533.78 704.91 P (ing it of) 403.2 692.91 T (f.) 434.67 692.91 T 0 (\322T) 414 680.3 P 0 (o help Vlep, you\325re going to have to) 423.85 680.3 P (block the signal.\323) 403.2 668.3 T (\322How?\323) 414 655.69 T 2.89 (\322The starport med-bay has durilium) 414 643.08 P 5.62 (sheaths. W) 403.2 631.08 P 5.62 (ithout knowing what fre-) 452.28 631.08 P 0.54 (quency it\325) 403.2 619.08 P 0.54 (s keyed to, it\325) 443.44 619.08 P 0.54 (s the best we can) 498.92 619.08 P 4.48 (do. I\325ve already made the necessary) 403.2 607.08 P (arrangements.\323) 403.2 595.08 T (\322Thanks. How\325) 414 582.47 T (s your mom?\323) 475.07 582.47 T 0.47 (\322They\325re freezing her downstairs. The) 414 569.86 P 1.88 (radiation dose she took was killing her) 403.2 557.86 P (rather quickly) 403.2 545.86 T (.\323) 458.34 545.86 T 1.32 (Johanes cringed, and Mike tried hard) 414 533.25 P (not to smirk.) 403.2 521.25 T 0.34 (\322I didn\325) 414 508.64 P 0.34 (t know your mother very well,) 445.52 508.64 P 0.65 (Ms. Arien, and I\325m no fan of the Draco-) 403.2 496.64 P 0.34 (nian government, but I do hope they \336nd) 403.2 484.64 P 1.17 (a way to make her better) 403.2 472.64 P 1.17 (. I hope every-) 507.02 472.64 P (thing works out for both of you.\323) 403.2 460.64 T -0.06 (Green eyes stared blankly back at him,) 414 448.03 P (either unimpressed or vaguely angry) 403.2 436.03 T (.) 548.55 436.03 T 0.15 (\322Y) 414 423.42 P 0.15 (ou sound like you\325re making a fare-) 424.65 423.42 P (well speech.\323) 403.2 411.42 T 6.43 (Mike looked toward the ground,) 414 398.81 P -0.07 (almost certain that he didn\325) 403.2 386.81 P -0.07 (t mean a word) 512.11 386.81 P (of it, and very certain that she knew) 403.2 374.81 T (.) 545.77 374.81 T (\322I guess I am.\323) 414 362.2 T (She snorted on that one.) 414 349.59 T 2.56 (\322Y\325know) 414 336.98 P 2.56 (. If there\325) 450.54 336.98 P 2.56 (s one thing about) 492.56 336.98 P 0.17 (you neghrali, it\325) 403.2 324.98 P 0.17 (s that you\325re as presump-) 467.11 324.98 P 1.3 (tuous as hell. This may be news to you) 403.2 312.98 P -0.02 (both, but I\325m going with you. And before) 403.2 300.98 P 1.16 (you say anything stupid, just remember) 403.2 288.98 P 1.16 (,) 566.3 288.98 P 1.49 (I\325ve got more reason to want Sule than) 403.2 276.97 P (both of you put together) 403.2 264.97 T (.\323) 499.26 264.97 T 2.37 (The ride to Xekhasmeno aboard the) 414 252.36 P 1.51 (Arien\325) 403.2 240.36 P 1.51 (s grav limo proved both safe and) 428.74 240.36 P 1.6 (expedient. During the trip, Mike kept a) 403.2 228.36 P 0.22 (watch out the window as the amber glow) 403.2 216.36 P 4.87 (of the city\325) 403.2 204.36 P 4.87 (s electric barricade grew) 456.24 204.36 P 2.62 (slowly in the distance. The city itself,) 403.2 192.36 P 0.37 (however) 403.2 180.36 P 0.37 (, lay covered in a murky shroud,) 437.21 180.36 P -0.02 (as though the cold, ominous wind sweep-) 403.2 168.36 P 4.09 (ing beneath the clouds had shattered) 403.2 156.36 P 0.72 (every light and killed every \337ame. From) 403.2 144.36 P 1.1 (the corner of his eye, he could see Kori) 403.2 132.36 P 2.92 (watching him, her green eyes glinting) 403.2 120.36 P (faintly in the silver moonlight.) 403.2 108.36 T (\322Pretty incredible, eh Harrison?\323) 414 95.76 T 1.65 (\322The locals must of knocked out the) 414 83.14 P 3.36 (main reactor or something. The outer) 403.2 71.14 P (fence is on a separate capacitor) 403.2 59.14 T (.\323) 527.25 59.14 T -0.44 (\322Y) 414 46.53 P -0.44 (ou didn\325) 424.65 46.53 P -0.44 (t think us locals had it in us,) 457.63 46.53 P FMENDPAGE %%EndPage: "15" 17 %%Page: "16" 17 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (16) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (did you?\323) 54 742.13 T -0.2 (\322Y) 54 728.84 P -0.2 (ou know) 64.65 728.84 P -0.2 (, Korina, you\325re not really a) 98.5 728.84 P (local any more than your father) 43.2 716.84 T (.\323) 168.38 716.84 T (\322I was born here.\323) 54 703.56 T 3.79 (Mike nodded and shrugged, \322W) 54 690.27 P 3.79 (ell,) 196.31 690.27 P (congratulations.\323) 43.2 678.27 T (\322Here Harrison. W) 54 664.98 T (atch this.\323) 128.96 664.98 T -0.01 (She steered the limo into a dive so that) 54 651.69 P 0.23 (Mike no longer had to tilt his head to see) 43.2 639.69 P 1.19 (the ground. The earth below was nearly) 43.2 627.69 P 0.44 (invisible against the night, a black tapes-) 43.2 615.69 P 1.06 (try marred only by a single long row of) 43.2 603.69 P -0.16 (glowing specks. Every now and then, one) 43.2 591.69 P 0.23 (of the specks would \337are up and then die) 43.2 579.69 P 5.38 (down slowly) 43.2 567.69 P 5.38 (. As they continued to) 99.29 567.69 P 2.59 (descend, the reason for the congestion) 43.2 555.69 P (became apparent.) 43.2 543.69 T -0.01 (There were rioters, perhaps a thousand) 54 530.4 P 1.88 (or more: adults and children and many) 43.2 518.4 P 5.11 (somewhere in between, each hateful) 43.2 506.4 P 0.38 (enough to make the incident at the Arien) 43.2 494.4 P 0.28 (estate seem more like a tea party) 43.2 482.4 P 0.28 (. Instead) 174.66 482.4 P 3.17 (of tossing their molotov\325) 43.2 470.4 P 3.17 (s on a green) 151.28 470.4 P 0.17 (stretch of lawn, they were throwing them) 43.2 458.4 P 1.5 (into vehicles. One congregation worked) 43.2 446.4 P 3.09 (on forming a blockade with burnt-out) 43.2 434.4 P 1.3 (automobiles while others took pot shots) 43.2 422.4 P 0.2 (at people as they ran from their cars. The) 43.2 410.4 P 0.46 (smarter motorists took their vehicles of) 43.2 398.4 P 0.46 (f-) 202.14 398.4 P 0.4 (road and out of the death zone. The limo) 43.2 386.4 P 1.91 (leveled of) 43.2 374.4 P 1.91 (f at around a hundred meters) 84.62 374.4 P 0.63 (altitude, and Mike felt more thankful for) 43.2 362.4 P (gravitics than he could ever remember) 43.2 350.4 T (.) 196.14 350.4 T 3.7 (There was less bloodshed at city\325) 54 337.11 P 3.7 (s) 204.91 337.11 P 2.75 (gates. Starport authority personnel had) 43.2 325.11 P 0.31 (apparently been called out to supplement) 43.2 313.11 P 2.34 (the city guard. T) 43.2 301.11 P 2.34 (ogether) 115.58 301.11 P 2.34 (, they held the) 145.15 301.11 P 2.36 (line at the customs checkpoints, trying) 43.2 289.11 P 2.25 (desperately to sift the deluge of legiti-) 43.2 277.11 P 1.31 (mate inbounders from those who would) 43.2 265.11 P (get into the city just to wreck havoc.) 43.2 253.11 T 2.7 (The limo touched down outside the) 54 239.82 P 0.86 (starport as a team of Imperial inspectors) 43.2 227.82 P 2.68 (cruised around checking city passports) 43.2 215.82 P 2.11 (and ID\325) 43.2 203.82 P 2.11 (s. Mike was resigned to hiding) 75.56 203.82 P 0.23 (beneath the \337oor in a tight space the Ari-) 43.2 191.82 P 1.59 (en\325) 43.2 179.82 P 1.59 (s had reserved for special occasions.) 55.41 179.82 P 2.52 (He felt the gravitic propulsion kick in) 43.2 167.82 P 2.38 (with a sudden jerk, knocking his head) 43.2 155.82 P 1.81 (against the compartment\325) 43.2 143.82 P 1.81 (s wall, and by) 147.86 143.82 P 1.29 (the time he crawled back out, Kori was) 43.2 131.82 P 3.64 (steering them into an anchoring shed) 43.2 119.82 P (over the starport\325) 43.2 107.82 T (s upper concourse.) 111.48 107.82 T -0.18 (The entire concourse deck was \337ooded) 54 94.53 P 1.12 (with people, mostly of) 43.2 82.53 P 1.12 (fworlders seeking) 136.34 82.53 P 4.25 (shelter from the rowdy locals, while) 43.2 70.53 P 1.97 (groups of Calannic guards stood at the) 43.2 58.53 P 6.08 (escalator entrances double- checking) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 0.91 (ID\325) 223.2 742.13 P 0.91 (s and frisking the prettier ladies. The) 236.52 742.13 P 1.56 (power on the escalators was down, and) 223.2 730.13 P 1.92 (people were using them as stairs, most) 223.2 718.13 P 2.48 (pausing as they stepped on, as though) 223.2 706.13 P -0.07 (expecting the metallic steps to lurch from) 223.2 694.13 P 0.3 (underneath and send them hurtling to the) 223.2 682.13 P (bottom.) 223.2 670.13 T 2.89 (\322See something interesting?\323 It was) 234 657.88 P 1.83 (Korina. Mike tried to conjure a whole-) 223.2 645.88 P 1.47 (some response, \336nally shaking his head) 223.2 633.88 P (and frowning.) 223.2 621.88 T (\322Here. This might help.\323) 234 609.62 T 1.42 (She placed the helmet over his head,) 234 597.37 P 4.97 (helping him lock it in place. Mike) 223.2 585.37 P 0.59 (squinted as the light-intensi\336cation auto-) 223.2 573.37 P 3.36 (matically switched on. He could sud-) 223.2 561.37 P 0.49 (denly see clear beyond the landing ledge) 223.2 549.37 P 2.35 (and all the way to the city gates. The) 223.2 537.37 P 2.04 (moon glared like a strobe light on full) 223.2 525.37 P 6.77 (beam, its glassy surface seemingly) 223.2 513.37 P 4.68 (enlar) 223.2 501.37 P 4.68 (ged by the white clouds fusing) 243 501.37 P (beneath to form a bright, billowy halo.) 223.2 489.37 T (\322Better?\323) 234 477.11 T (\322I guess. Any word from Vlep?\323) 234 464.86 T 0.11 (\322He\325) 234 452.6 P 0.11 (s been quiet ever since we left the) 252.87 452.6 P 4.33 (mansion. I can barely make out his) 223.2 440.6 P 1.73 (breathing, but that\325) 223.2 428.6 P 1.73 (s all. I\325ll give you a) 302.44 428.6 P 0.12 (buzz on the helmet when I \336nd out more.) 223.2 416.6 P (Okay?\323) 223.2 404.6 T 1.21 (She patted him \336rmly on the head as) 234 392.35 P 1.23 (she exited the vehicle and began climb-) 223.2 380.35 P 0.26 (ing down to the crowded deck, Johanes\325) 223.2 368.35 P 0.26 (s) 384.91 368.35 P 2.2 (reception unit swinging back and forth) 223.2 356.35 P (on her belt.) 223.2 344.35 T (\322Until we meet again, gatherer) 234 332.09 T (.\323) 356.4 332.09 T (\322Where\325) 234 319.83 T (s she going?\323) 267.85 319.83 T 2.06 (The Draconian casually removed his) 234 307.58 P (white overcoat.) 223.2 295.58 T 2.03 (\322Somebody has to get Vlep\325) 234 283.32 P 2.03 (s sheath) 354.84 283.32 P -0.12 (and keep track of the bugger) 223.2 271.32 P -0.12 (, right? W) 336.27 271.32 P -0.12 (e\325ll) 375.48 271.32 P -0.19 (meet her at the med bay when we\325re done) 223.2 259.32 P 4.62 (\336nalizing our arrangement with Gar-) 223.2 247.32 P (dansa.\323) 223.2 235.32 T 4.33 (Mike chewed his upper lip as Jo) 234 223.07 P (started patching in a line to the tower) 223.2 211.07 T (.) 371.16 211.07 T 3.92 (\322I\325ll talk with Gardansa alone, Jo.) 234 198.81 P (Y) 223.2 186.81 T (ou\325d better go with her) 229.42 186.81 T (.\323) 320.47 186.81 T (\322Y) 234 174.56 T (ou don\325) 244.65 174.56 T (t trust her?\323) 275.29 174.56 T 1.42 (\322She\325) 234 162.3 P 1.42 (s got revenge on her mind. She) 256.21 162.3 P (might try to go it alone.\323) 223.2 150.3 T 2.54 (Johanes paused for a brief moment,) 234 138.04 P 1.23 (\336nally putting his overcoat back on and) 223.2 126.04 P 5.03 (heaving himself out the door) 223.2 114.04 P 5.03 (. Mike) 357.68 114.04 P (waited a minute before placing the call.) 223.2 102.04 T 0.66 (\322T) 234 89.79 P 0.66 (ower) 243.85 89.79 P 0.66 (, this is the DSS. Get me Gen-) 263.42 89.79 P (eral Gardansa.\323) 223.2 77.79 T 223.2 53.2 388.8 72.2 C 223.2 53.2 388.8 72.2 R 7 X 0 K V 267.9 63.7 348.9 63.7 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.02 (Perkins sat at the edge of the airlock,) 234 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.93 (\336sts sunken deep into his pockets as the) 403.2 742.13 P 1.33 (cold night air washed over his face and) 403.2 730.13 P 1.83 (into the hold. Beyond the landing plat-) 403.2 718.13 P 3.13 (form, he could hear shouting and the) 403.2 706.13 P 1.37 (loose carnage of Imperial gun\336re. Long) 403.2 694.13 P 1.01 (ago, it could have made him cringe, but) 403.2 682.13 P 1.23 (he\325d learned to expect such things from) 403.2 670.13 P 0.42 (Calanna. The mood of her people was as) 403.2 658.13 P 0.61 (unpredictable as her weather) 403.2 646.13 P 0.61 (, balmy as a) 519.24 646.13 P 2.2 (swamp on one evening and as cold as) 403.2 634.13 P (death the next.) 403.2 622.13 T 6.14 (He stood upright as the \337at-top) 414 609.45 P 3.09 (approached, Dilly behind the controls,) 403.2 597.45 P 2.53 (and two locals with badges wandering) 403.2 585.45 P 3.03 (among the crates, poking around here) 403.2 573.45 P 1.7 (and there with Imperial mass detectors.) 403.2 561.45 P 1.66 (Just trying to look busy for each other) 403.2 549.45 P 1.66 (,) 566.3 549.45 P 0.02 (W) 403.2 537.45 P 0.02 (endell guessed, though he had to wince) 411.83 537.45 P 0.66 (and scrape a strange, leathery tongue of) 403.2 525.45 P 0.66 (f) 565.47 525.45 P 0.26 (the roof of his mouth. Dealing with new-) 403.2 513.45 P 2.11 (bies was almost always a problem. He) 403.2 501.45 P 5.69 (reminded himself to be polite, and) 403.2 489.45 P (stepped forward, nodding and smiling.) 403.2 477.45 T (\322Hi there.\323) 414 464.77 T (\322Y) 414 452.09 T (ou Captain Perkins?\323) 424.65 452.09 T (\322Call me W) 414 439.4 T (endell.\323) 460.94 439.4 T 1.81 (Deep brown eyes consulted a \337imsi-) 414 426.72 P (leaf.) 403.2 414.72 T (\322Y) 414 402.04 T (ou \336ll claims form?\323) 424.65 402.04 T (\322My broker handles it.\323) 414 389.36 T (\322Ah... where is?\323) 414 376.67 T 2.65 (\322Y) 414 363.99 P 2.65 (ou should have it on page three-) 424.65 363.99 P (dee.\323) 403.2 351.99 T 0.45 (The inspector tapped the corner of the) 414 339.31 P 0.06 (\337imsi with his light pen, obviously strug-) 403.2 327.31 P 2.8 (gling to \336nd the correct cell. W) 403.2 315.31 P 2.8 (endell) 544.37 315.31 P 1.27 (smiled, trying to look alert and noncha-) 403.2 303.31 P (lant all at the same time.) 403.2 291.31 T 0.32 (\322Y) 414 278.63 P 0.32 (ou boys are new at this, aren\325) 424.65 278.63 P 0.32 (t you?) 543.78 278.63 P 1.23 (Look, do you mind if we load up here?) 403.2 266.63 P 0.17 (W) 403.2 254.63 P 0.17 (e\325re sort of on a schedule and all, and I) 411.83 254.63 P 1.59 (don\325) 403.2 242.63 P 1.59 (t want ol\325 Louise blown out of the) 421.34 242.63 P 2.25 (sky \324cause we missed our launch win-) 403.2 230.63 P (dow) 403.2 218.63 T (. Okay?\323) 419.76 218.63 T 2.29 (He tagged it with a laugh. The two) 414 205.95 P 0.16 (locals either didn\325) 403.2 193.95 P 0.16 (t understand or weren\325) 475.52 193.95 P 0.16 (t) 566.02 193.95 P (paying attention.) 403.2 181.95 T (\322Hello?\323) 414 169.26 T (\322Eh?\323) 414 156.58 T (\322Load car) 414 143.9 T (go? Put boxes inside?\323) 453.5 143.9 T 1.63 (The one in char) 414 131.22 P 1.63 (ge nodded apologeti-) 481.16 131.22 P 1.65 (cally and waved his hand, as non-com-) 403.2 119.22 P 3.49 (mittal a gesture as W) 403.2 107.22 P 3.49 (endell had ever) 500.76 107.22 P 1.59 (witnessed. Dilly seemed as confused as) 403.2 95.22 P 0.06 (his boss until W) 403.2 83.22 P 0.06 (endell \336nally snorted and) 467.29 83.22 P 0.17 (spat on the white cement, narrowly miss-) 403.2 71.22 P (ing the inspector) 403.2 59.22 T (\325) 470.19 59.22 T (s boots.) 472.97 59.22 T (\322Go ahead Dil. If they start bitching,) 414 46.53 T FMENDPAGE %%EndPage: "16" 18 %%Page: "17" 18 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (17) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (we\325ll just have to stop.\323) 54 742.13 T 0.34 (\322Is okay) 54 729.72 P 0.34 (.\323 The inspector nodded again) 87.27 729.72 P 1.23 (and then got a curious look in his eyes,) 43.2 717.71 P (\322W) 43.2 705.71 T (e go in ship.\323) 56.27 705.71 T 5.79 (\322W) 54 693.3 P 5.79 (ell, that\325) 67.07 693.3 P 5.79 (s perfectly understand-) 105.63 693.3 P 0.29 (able,\323 he forced a grin. \322Y) 43.2 681.3 P 0.29 (ou are inspect-) 149.38 681.3 P (ing us, after all.\323) 43.2 669.3 T 43.2 644.54 208.8 663.54 C 43.2 644.54 208.8 663.54 R 7 X 0 K V 87.9 655.04 168.9 655.04 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K -0.12 (Mike yanked of) 54 637.88 P -0.12 (f his helmet, the result-) 116.86 637.88 P 0.68 (ing pressure release making his ears pop) 43.2 625.88 P 2.99 (as he stood squarely before the plush) 43.2 613.88 P 0.17 (mahogany desk. Grinning with a faint air) 43.2 601.88 P 3.05 (of supremacy) 43.2 589.88 P 3.05 (, the general tilted back-) 99.72 589.88 P 0.3 (ward as far as the gravitic recliner would) 43.2 577.88 P 1.4 (allow) 43.2 565.88 P 1.4 (. Like his newfound power) 64.76 565.88 P 1.4 (, it was) 177.4 565.88 P 3.42 (just another toy) 43.2 553.88 P 3.42 (, ripe for his sportive) 111.57 553.88 P 2.81 (abuse. Mike wondered how long Gar-) 43.2 541.88 P 0.62 (dansa would last this time as the general) 43.2 529.88 P -0.16 (lifted his gaze, the \337eshy folds of his chin) 43.2 517.88 P (jiggling as he gur) 43.2 505.88 T (gled with delight.) 112.7 505.88 T 0.05 (\322Draconian Harrison, much time with-) 54 493.46 P 3.27 (out sight as you of) 43.2 481.46 P 3.27 (fworlders say) 129.93 481.46 P 3.27 (, eh?) 186.66 481.46 P 3.91 (How long has it been? Three whole) 43.2 469.46 P (days?\323) 43.2 457.46 T 5.84 (\322Something on that order) 54 445.04 P 5.84 (,\323 Mike) 172.43 445.04 P 0.72 (smiled and found himself a seat, placing) 43.2 433.04 P 3.91 (the helmet on a corner of the desk.) 43.2 421.04 P 0 (\322Y) 43.2 409.04 P 0 (ou\325re surprised to see me, aren\325) 53.85 409.04 P 0 (t you?\323) 179.66 409.04 P 2.75 (\322Like this,\323 Gardansa tilted upright,) 54 396.62 P (\322who wouldn\325) 43.2 384.62 T (t be.\323) 100.48 384.62 T -0.23 (\322For) 54 372.21 P -0.23 (get the costume. It isn\325) 72.14 372.21 P -0.23 (t important.) 162.38 372.21 P 3.81 (For) 43.2 360.21 P 3.81 (get even why I\325m here, and why) 56.9 360.21 P 0.3 (you\325re behind that desk instead of hiding) 43.2 348.21 P (away like some snake.\323) 43.2 336.21 T 8.17 (Gardansa\325) 54 323.79 P 8.17 (s eyes widened for a) 94.52 323.79 P 1.03 (moment, as though he were contemplat-) 43.2 311.79 P 2.29 (ing calling his guards. Then he leaned) 43.2 299.79 P 3.36 (back again, letting the gravitic waves) 43.2 287.79 P (catch his fall.) 43.2 275.79 T -0.19 (\322An angry gatherer) 54 263.37 P -0.19 (, eh? I am really the) 130.37 263.37 P 0.25 (one who should be angry) 43.2 251.37 P 0.25 (, you know) 144.02 251.37 P 0.25 (. Did) 188.56 251.37 P 0.62 (you see what they did to my car? T) 43.2 239.37 P 0.62 (o my) 187.91 239.37 P (driver?\323) 43.2 227.37 T 3.98 (He continued with a feeble shrug,) 54 214.95 P 2.13 (\322Even though you are angry) 43.2 202.95 P 2.13 (, and have) 163.75 202.95 P 0.58 (every right to be maddened by rage, you) 43.2 190.95 P 0.64 (must believe that I had no idea that ISIS) 43.2 178.95 P 2.94 (wanted you dead. I guessed only that) 43.2 166.95 P 0.92 (they wanted to talk to you and that they) 43.2 154.95 P 1.42 (would catch you sooner or later despite) 43.2 142.95 P 1.75 (your best ef) 43.2 130.95 P 1.75 (forts. Y) 93.71 130.95 P 1.75 (ou remember how I) 125 130.95 P 0.14 (tried to convince you to leave the planet?) 43.2 118.95 P 3.11 (But no, you would have none of my) 43.2 106.95 P 0.08 (advice. So what was I to do? Let you slip) 43.2 94.95 P 1.6 (between my \336ngers? Let you walk into) 43.2 82.95 P 1.97 (their arms without even the gentlest of) 43.2 70.95 P (nudges?\323) 43.2 58.95 T (\322Why not?\323) 54 46.53 T 223.2 43.2 388.8 748.8 R 7 X V 0 X 0.87 (Gardansa smirked, then sat upright as) 234 742.13 P (if to make an important point.) 223.2 730.13 T 5.32 (\322Because like your friend, Mister) 234 717.78 P 0.06 (Dulin, I was rotting. Deprived of all free-) 223.2 705.78 P 1.79 (doms, I was less than dead. Y) 223.2 693.78 P 1.79 (ou asked) 351.76 693.78 P 0.33 (me to free him, and yet you expected me) 223.2 681.78 P (to do nothing on my own behalf?\323) 223.2 669.78 T (\322I trusted you.\323) 234 657.43 T -0.17 (\322Then you made a mistake. And so did) 234 645.07 P 1.04 (I. Here, let us drink to the hope that we) 223.2 633.07 P 2.53 (will both make many more before the) 223.2 621.07 P (fates claim us, eh?\323) 223.2 609.07 T 2.15 (Gardansa opened a desk drawer and) 234 596.72 P 1.57 (pulled out two glasses of white brandy) 223.2 584.72 P 1.57 (,) 386.3 584.72 P 2.26 (already poured and ready for drinking.) 223.2 572.72 P 0.06 (That was the sort of alcoholic he was. He) 223.2 560.72 P 1.03 (didn\325) 223.2 548.72 P 1.03 (t merely get drunk. He planned for) 244.12 548.72 P 2.76 (it well in advance. Mike accepted the) 223.2 536.72 P 0.89 (glass, placing it on the edge of the table) 223.2 524.72 P -0.16 (without taking so much as a sip. The gen-) 223.2 512.72 P (eral watched him with a curious stare.) 223.2 500.72 T (\322Go ahead. It is not poison.\323) 234 488.36 T 6.79 (\322I don\325) 234 476.01 P 6.79 (t believe in fate,\323 Mike) 269.2 476.01 P (explained.) 223.2 464.01 T 2.5 (\322Then believe in luck. W) 234 451.66 P 2.5 (orship her) 343.95 451.66 P 2.5 (,) 386.3 451.66 P 1.13 (my friend, for she worships you like no) 223.2 439.66 P -0.17 (man I\325ve ever known.\323 And with that, the) 223.2 427.66 P 5.2 (general\325) 223.2 415.66 P 5.2 (s eyes widened again as he) 255.39 415.66 P -0.1 (downed his glass in one, \336tful gulp. Mike) 223.2 403.66 P (smiled, sipping his own.) 223.2 391.66 T 0.71 (\322Y) 234 379.3 P 0.71 (ou also, General. And remember) 244.65 379.3 P 0.71 (, it) 377.54 379.3 P 0.3 (is not often, on Calanna, one is granted a) 223.2 367.3 P 2.04 (reprieve. I assume you\325ve been briefed) 223.2 355.3 P (by my associate?\323) 223.2 343.3 T 5.25 (\322Johanes. His name was Johanes,) 234 330.95 P (yes?\323) 223.2 318.95 T (\322If that\325) 234 306.6 T (s what he told you.\323) 265.36 306.6 T 0.13 (\322He told me you are looking for a bio-) 234 294.24 P 3.78 (synthe and a psyche. My people are) 223.2 282.24 P 1.65 (watching for them, although I make no) 223.2 270.24 P 1.91 (promises. Smuggling has been elevated) 223.2 258.24 P 2.83 (to a form of art on Calanna, and my) 223.2 246.24 P 2.32 (resources are already stretched to their) 223.2 234.24 P 2.66 (limit. It is more than conceivable that) 223.2 222.24 P (they could slip through.\323) 223.2 210.24 T 3.27 (Mike shook his head, \322It\325) 234 197.89 P 3.27 (s not the) 348.39 197.89 P (\336nding part that I\325m worried about.\323) 223.2 185.89 T 223.2 161.2 388.8 180.2 C 223.2 161.2 388.8 180.2 R 7 X 0 K V 267.9 171.7 348.9 171.7 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.61 (Dilly breathed a sigh of relief as the) 234 154.53 P 0.42 (inspectors steered the \337at-top back down) 223.2 142.53 P 2.11 (the loading ramp. What they lacked in) 223.2 130.53 P 0.79 (ef) 223.2 118.53 P 0.79 (\336ciency they had more than accounted) 230.79 118.53 P 2.43 (for in thoroughness. Back in the hold,) 223.2 106.53 P 0.48 (W) 223.2 94.53 P 0.48 (endell was opening up his special box,) 231.84 94.53 P 2.15 (the one that would double their pro\336ts) 223.2 82.53 P 1.46 (and pay for some much needed repairs.) 223.2 70.53 P 0.18 (He helped his Captain get the top of) 223.2 58.53 P 0.18 (f and) 368.36 58.53 P 3.39 (fetched a pair of blankets out of the) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X (locker) 403.2 742.13 T (.) 427.63 742.13 T 0.86 (By the time he returned, a tall blonde) 414 729.45 P 0.4 (woman had slipped out from beneath the) 403.2 717.45 P 3.24 (numerous sacks of half-frozen quagga) 403.2 705.45 P 3.69 (livers. She pulled out her companion) 403.2 693.45 P -0.08 (with a determined yank, and he fell to the) 403.2 681.45 P 3.55 (\337oor) 403.2 669.45 P 3.55 (, clutching his sides and shaking) 421.68 669.45 P 2.16 (from the cold. Dilly had to chuckle to) 403.2 657.45 P 2.2 (himself as he held his nose before the) 403.2 645.45 P (wretched and exceedingly smelly pair) 403.2 633.45 T (.) 554.2 633.45 T 0.03 (W) 414 620.77 P 0.03 (endell handed over the blankets, try-) 422.64 620.77 P 3.67 (ing hard to sound of) 403.2 608.77 P 3.67 (\336cial, \322W) 498.21 608.77 P 3.67 (elcome) 539.94 608.77 P 3.27 (aboard the very independent freighter) 403.2 596.77 P 3.27 (,) 566.3 596.77 P 0.38 (Louise. This here is my \336rst mate, who\325) 403.2 584.77 P 0.38 (s) 564.91 584.77 P -0.1 (going to check you folks out whether you) 403.2 572.77 P 1.25 (like it or not, so I suggest you just stay) 403.2 560.77 P (put and be friendly) 403.2 548.77 T (.\323) 478.33 548.77 T 0.7 (Dilly slowly inched the metal scanner) 414 536.09 P (up and down the woman\325) 403.2 524.09 T (s sides.) 504.24 524.09 T 1 F (Beep) 414 511.4 T 0 F -0.24 (He didn\325) 414 498.72 P -0.24 (t feel her swipe his feet of) 448.83 498.72 P -0.24 (f the) 551 498.72 P 2.24 (\337oor until he was laying on his spine,) 403.2 486.72 P 0.86 (clutching the back of his head and mak-) 403.2 474.72 P 0.35 (ing angry faces. Her silver eyes \337ickered) 403.2 462.72 P 5.87 (with something between hatred and) 403.2 450.72 P 0.34 (amusement, and he felt his legs inch him) 403.2 438.72 P 0.46 (back along the steel plate \337oor almost of) 403.2 426.72 P 3.78 (their volition. The Captain, automatic) 403.2 414.72 P 2.25 (pistol in hand, looked only moderately) 403.2 402.72 P (impressed.) 403.2 390.72 T (\322Not a wise move, lady) 414 378.04 T (.\323) 507.45 378.04 T 3.13 (\322Frisking was not part of our con-) 414 365.36 P (tract.\323) 403.2 353.36 T 0.99 (\322It is now) 414 340.67 P 0.99 (. Show us what you\325ve got,) 454.75 340.67 P (or there will be no contract.\323) 403.2 328.67 T 2.37 (Several strands of snowy white hair) 414 315.99 P 1.49 (fell across her face as she tilted toward) 403.2 303.99 P 0.95 (her silent companion. For his bene\336t, or) 403.2 291.99 P 1.93 (so she made it seem, she extracted the) 403.2 279.99 P 0.72 (object of interest, a small metallic cylin-) 403.2 267.99 P 2.08 (der) 403.2 255.99 P 2.08 (, its golden head shimmering in the) 415.56 255.99 P 2.7 (dim actinic light of the hold. W) 403.2 243.99 P 2.7 (endell) 544.37 243.99 P 1.8 (studied it from afar) 403.2 231.99 P 1.8 (, motioning his \336rst) 485.09 231.99 P (mate to once again preform his duties.) 403.2 219.99 T (\322Y) 414 207.31 T (ou hand it to Dilly now) 424.65 207.31 T (.\323) 517.01 207.31 T (\322And if I don\325) 414 194.63 T (t?\323) 470.72 194.63 T 0.23 (\322Look lady) 414 181.95 P 0.23 (, I\325ll transport you and take) 458.83 181.95 P 2.56 (the risk of getting caught, but I\325ll not) 403.2 169.95 P -0.11 (strain my luck with my own quiet car) 403.2 157.95 P -0.11 (go.\323) 551.87 157.95 P 0.57 (\322Y) 414 145.26 P 0.57 (ou are straining your luck, Captain.) 424.65 145.26 P -0.1 (And my patience. This is a personal item.) 403.2 133.26 P (It does not concern you.\323) 403.2 121.26 T (\322What is it?\323) 414 108.58 T (\322A transmitter) 414 95.9 T (.\323) 470.91 95.9 T 5.1 (W) 414 83.22 P 5.1 (endell squinted his eyes, \336nally) 422.64 83.22 P (waving his mate to continue the scan.) 403.2 71.22 T 5.2 (\322Except for that one thing, she\325) 414 58.53 P 5.2 (s) 564.91 58.53 P (clean.\323) 403.2 46.53 T FMENDPAGE %%EndPage: "17" 19 %%Page: "18" 19 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (18) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (\322Fine. Now try this one.\323) 54 742.13 T 0.45 (Her companion tried to crawl away as) 54 729.96 P (Dilly approached.) 43.2 717.96 T (\322Don\325) 54 705.79 T (t worry) 78.8 705.79 T (. It doesn\325) 107.29 705.79 T (t hurt.\323) 147.36 705.79 T (\322No...\323) 54 693.62 T 1 F (Beep) 54 681.45 T 43.2 656.95 208.8 675.95 C 43.2 656.95 208.8 675.95 R 7 X 0 K V 87.9 667.45 168.9 667.45 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 4.63 (Gardansa arched his eyebrows, an) 54 650.28 P 0.09 (incredulous smirk traversing the width of) 43.2 638.28 P (his face.) 43.2 626.28 T (\322Friends of yours?\323) 54 614.11 T 1 F (Beep) 54 601.94 T 0 F (Mike grimaced, \322One can never tell.\323) 54 589.77 T 1.72 (Gardansa watched, the petulant folds) 54 577.6 P 0.43 (of his \337eshy chin jiggling at the slight as) 43.2 565.6 P -0.16 (his neghrali friend placed the helmet over) 43.2 553.6 P (his head.) 43.2 541.6 T 6.11 (\322What\325) 54 529.43 P 6.11 (s up? ...okay) 82.86 529.43 P 6.11 (... consider it) 144.67 529.43 P 3.79 (done.\323 Mike whisked of) 43.2 517.43 P 3.79 (f the helmet,) 150.98 517.43 P 0.37 (\322Sule\325) 43.2 505.43 P 0.37 (s on the Merchant V) 68.19 505.43 P 0.37 (essel \324Louise\325.) 150.15 505.43 P (She knows she\325) 43.2 493.43 T (s been spotted.\323) 105.39 493.43 T 0.2 (Gardansa nodded, pushing a button on) 54 481.26 P -0.14 (his desk. \322This is Gardansa; get me Colo-) 43.2 469.26 P (nel Fen immediately) 43.2 457.26 T (.\323) 124.72 457.26 T (\322...Fen here, General.\323) 54 445.09 T 1.76 (\322Where is the vessel \324Louise\325, Colo-) 54 432.92 P (nel?\323) 43.2 420.92 T (\322...Parked on platform eight.\323) 54 408.75 T 5.64 (\322Seal of) 54 396.58 P 5.64 (f platform eight. Nobody) 91.93 396.58 P (comes of) 43.2 384.58 T (f it.\323) 79.38 384.58 T (\322Y) 54 372.41 T (essir) 64.65 372.41 T (.\323) 82.42 372.41 T 0.49 (He pushed the button twice more, this) 54 360.24 P (time seeming in no particular hurry) 43.2 348.24 T (.) 183.84 348.24 T (\322Get me Kano Magor) 54 336.07 T (.\323) 140.32 336.07 T 0.86 (He turned to Mike, \322Platform eight is) 54 323.9 P 0.24 (a parking lot, Michael. She isn\325) 43.2 311.9 P 0.24 (t going to) 169.99 311.9 P 0.08 (have time to escape us on foot, and if she) 43.2 299.9 P (takes to the air) 43.2 287.9 T (, we will shoot her down.\323) 101.37 287.9 T 4.6 (\322...Magor reporting, General. What) 54 275.73 P (seems to be the problem?\323) 43.2 263.73 T 3.27 (\322Y) 54 251.56 P 3.27 (ou have been restless and eager) 64.65 251.56 P 3.27 (,) 206.3 251.56 P -0.06 (Commander) 43.2 239.56 P -0.06 (. Now it it time to prove your) 92.06 239.56 P 1.61 (competence. I need an air strike on the) 43.2 227.56 P (\324Louise\325, a vessel on platform eight.\323) 43.2 215.56 T (\322Ah... an air strike, General??\323) 54 203.39 T 0.34 (\322I also need you to \337oat whatever you) 54 191.22 P -0.05 (have in the air over that platform to make) 43.2 179.22 P 1.33 (sure that nobody gets of) 43.2 167.22 P 1.33 (f it alive. Am I) 144.37 167.22 P (clear?\323) 43.2 155.22 T (\322V) 54 143.04 T (ery) 64.54 143.04 T (.\323) 76.66 143.04 T 2.88 (\322That will be all. Oh... and do not) 54 130.87 P 4.03 (worry about peripheral damage. It is) 43.2 118.87 P (expected.\323) 43.2 106.87 T (\322Y) 54 94.7 T (essir) 64.65 94.7 T (.\323) 82.42 94.7 T 2.09 (Gardansa pushed his button again, a) 54 82.53 P -0.02 (smug laugh escaping his lips. Mike could) 43.2 70.53 P 0.74 (easily see why he liked having power) 43.2 58.53 P 0.74 (. It) 196.96 58.53 P 2.31 (meant he could overkill with complete) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (impunity) 223.2 742.13 T (.) 258.65 742.13 T 223.2 715.65 388.8 734.65 C 223.2 715.65 388.8 734.65 R 7 X 0 K V 267.9 726.15 348.9 726.15 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K -0.06 (\322This channel is restricted. If you wish) 234 708.98 P 2.7 (to reach Commodore Reece, I suggest) 223.2 696.98 P 2.06 (you leave a message with the Imperial) 223.2 684.98 P (embassy on-planet.\323) 223.2 672.98 T (The voice on the other end coughed.) 234 658.83 T 2.86 (\322Look, whoever the hell you are, I) 234 644.67 P (don\325) 223.2 632.67 T (t have time for this shit!\323) 241.34 632.67 T (\322I\325m sorry but...\323) 234 618.52 T 1.29 (T) 234 604.37 P 1.29 (abor swore and pulled the reception) 239.41 604.37 P 0.66 (cap of) 223.2 592.37 P 0.66 (f his head, drawing more attention) 248.38 592.37 P 1.25 (that he cared for) 223.2 580.37 P 1.25 (, particularly with Cap-) 291.77 580.37 P 0.14 (tain Dunham less than ten paces from his) 223.2 568.37 P 1.25 (station. Dunham regarded him with that) 223.2 556.37 P 1.45 (peculiar) 223.2 544.37 P 1.45 (, ebony-eyed stare that he hated) 254.99 544.37 P (so much.) 223.2 532.37 T (\322Problem, Ensign?\323) 234 518.21 T 2.62 (T) 234 504.06 P 2.62 (abor shook his head, then nodded,) 239.41 504.06 P (then opened his mouth to explain.) 223.2 492.06 T 2.54 (\322Captain,\323 Lish looked up from her) 234 477.91 P 2.03 (station, \322I\325ve been monitoring the star-) 223.2 465.91 P (port as you requested.\323) 223.2 453.91 T (\322One moment, Lieutenant.\323) 234 439.75 T (\322Sir) 234 425.6 T (, there\325) 249.7 425.6 T (s been a disturbance.\323) 277.46 425.6 T (\322Rioters?\323) 234 411.45 T -0.08 (\322Unknown, sir) 234 397.29 P -0.08 (. My readings show sur-) 292.22 397.29 P (face explosions.\323) 223.2 385.29 T (\322Explosions?\323) 234 371.14 T (\322Y) 234 356.99 T (es sir) 244.65 356.99 T (.\323) 264.92 356.99 T 2.26 (The dark creases along his forehead) 234 342.83 P (wrinkled in consternation.) 223.2 330.83 T (\322Give me that, T) 234 316.68 T (abor) 300.47 316.68 T (. Hello?\323) 317.68 316.68 T 0.12 (The channel yielded only static, then a) 234 302.53 P -0.09 (cough, then a voice, as ragged and course) 223.2 290.53 P (as a sander on \337esh.) 223.2 278.53 T (\322Who... hell are you?\323) 234 264.37 T -0.11 (\322I am Captain Dunham of the Crimson) 234 250.22 P 0.54 (Queen. And who the hell, may I ask, are) 223.2 238.22 P (you?\323) 223.2 226.22 T (\322ISIS... operative.\323) 234 212.07 T (\322ISIS?... Hello?!\323) 234 197.91 T 3.41 (\322T) 234 183.76 P 3.41 (ell Commodore... hurt. Hurt bad.) 243.85 183.76 P 1.86 (Get of) 223.2 171.76 P 1.86 (f this planet alive... mission suc-) 250.13 171.76 P (cess. Need air support.\323) 223.2 159.76 T (\322W) 234 145.61 T (ait. Mission... what mission?\323) 247.07 145.61 T (\322T) 234 131.45 T (ell her) 243.85 131.45 T (. ISIS out.\323) 268.55 131.45 T 403.2 43.2 568.8 748.8 R 7 X V 1 F 0 X 4.83 (Jim V) 403.2 182.33 P 4.83 (assilakos \050jimv@ucr) 429.96 182.33 P 4.83 (engr) 516.62 182.33 P 4.83 (.ucr) 533.83 182.33 P 4.83 (.edu\051) 548.54 182.33 P 2.12 (works part-time as a pr) 403.2 169.91 P 2.12 (ogrammer at a) 505.15 169.91 P 0.62 (place so cheesy that he declined to men-) 403.2 157.49 P 1.77 (tion the name. He says that if anybody) 403.2 145.07 P 2.22 (has any job pr) 403.2 132.64 P 2.22 (ospects for a semi-com-) 466.95 132.64 P 2.73 (puter) 403.2 120.22 P 2.73 (-literate MBA who likes to write,) 424.1 120.22 P 0.77 (he\325) 403.2 107.8 P 0.77 (s r) 414.67 107.8 P 0.77 (eady) 425.35 107.8 P 0.77 (, willing, and able to scoot his) 443.67 107.8 P 0.12 (butt for decent buckage and good experi-) 403.2 95.38 P (ence.) 403.2 82.96 T (\324The Harrison Chapters\325 will be contin-) 405.9 58.96 T (ued next issue.) 456.72 46.53 T FMENDPAGE %%EndPage: "18" 20 %%Page: "19" 20 612 792 0 FMBEGINPAGE 43.2 630 389 747 R 7 X 0 K V 45 755 567 765 R V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (19) 558.01 31 T 324.01 189 468.01 315 R 7 X V 323.99 324 467.99 324 2 L 0.5 H 2 Z 0 X N 323.99 180 467.99 180 2 L N 43.2 43.2 208.8 513 R 7 X V 0 18 Q 0 X (Chapter 5) 90.78 501 T 0 14 Q (T) 102.54 464.4 T (uesday) 110.6 464.4 T 0 12 Q (V) 79.56 448.1 T (irtual Revelations) 87.5 448.1 T 0 18 Q 1.68 (F) 43.2 420.17 P 0 10 Q 0.93 (or the orientation ride in a \337ying sau-) 53.2 420.17 P 2.92 (cer) 43.2 408.17 P 2.92 (, I never expected an in-\337ight Star) 55 408.17 P 1.64 (W) 43.2 396.17 P 1.64 (ars movie. It freaked me out that my) 51.83 396.17 P 2.98 (fellow Eternals got into the movie so) 43.2 384.17 P 1.93 (much. They were not ashamed of their) 43.2 372.17 P 0.21 (undisguised and rapt interest in the space) 43.2 360.17 P 1 (opera. I was numbed beyond surprise to) 43.2 348.17 P 4.1 (learn that a few cultural items from) 43.2 336.17 P 2.89 (T) 43.2 324.17 P 2.89 (wentieth century Earth were hot cult) 48.61 324.17 P 1.51 (classics in the future; Cult classics pro-) 43.2 312.17 P 2.99 (duced by the Primitive cultures of an) 43.2 300.17 P 3.9 (extinct planet. What Y) 43.2 288.17 P 3.9 (o-V) 144.38 288.17 P 3.9 (ah told me) 158.81 288.17 P 0.42 (about Earth\325) 43.2 276.17 P 0.42 (s science \336ction revealed his) 92.75 276.17 P 3.23 (powerful and long-standing interest in) 43.2 264.17 P (the Primitive planet.) 43.2 252.17 T -0.16 (He patiently detailed the Dr T) 54 238.53 P -0.16 (omorrow) 172.16 238.53 P 2.37 (project to me and went over and over) 43.2 226.53 P 0.44 (how important the thought form was. He) 43.2 214.53 P 2.43 (was pleased to know about our Mind-) 43.2 202.53 P 0.6 (Link/HeartLight and how much progress) 43.2 190.53 P 2.99 (was already being made in the music) 43.2 178.53 P 0.81 (department. When I told him about Bul-) 43.2 166.53 P 3.04 (let and She-Ra again, I saw the con-) 43.2 154.53 P 3.43 (cerned look in his face, and then he) 43.2 142.53 P 0.28 (appeared almost fatherly) 43.2 130.53 P 0.28 (. He touched my) 141.91 130.53 P 0.45 (shoulder from his control recliner) 43.2 118.53 P 0.45 (, which) 178.93 118.53 P 1.37 (was next to mine, and told me to make) 43.2 106.53 P 3.11 (sure Dr T) 43.2 94.53 P 3.11 (omorrow did the MindLink/) 87.02 94.53 P 1.55 (HeartLight every day) 43.2 82.53 P 1.55 (, twice if possible,) 131.14 82.53 P -0.16 (and that we should always concentrate on) 43.2 70.53 P 1.31 (cleaning out the mental cobwebs before) 43.2 58.53 P 1.83 (they had a chance to accumulate. FOD) 43.2 46.53 P 223.2 333 388.8 621 R 7 X V 0 X 2 (ef) 223.2 614.33 P 2 (fects on Bullet and She-Ra were just) 230.79 614.33 P 0.54 (one way of our knowing they were there) 223.2 602.33 P 2.66 (\320 across the time barriers, beyond the) 223.2 590.33 P 0.9 (death plane, and at other levels of exist-) 223.2 578.33 P 2.46 (ence. This was heavy stuf) 223.2 566.33 P 2.46 (f, but things) 335.84 566.33 P 5.08 (could happen in the physical world) 223.2 554.33 P 0.34 (because of the FOD, things like my dogs) 223.2 542.33 P (dying. That\325) 223.2 530.33 T (s heavy enough.) 272.06 530.33 T 7.74 (The white light meditation that) 234 516.33 P 0.42 (included becoming One Mind during out) 223.2 504.33 P 2.54 (MindLink/HeartLight was the part that) 223.2 492.33 P 2.14 (would clear out ef) 223.2 480.33 P 2.14 (fects from the FOD.) 301.88 480.33 P 2.09 (The stronger our One Mind meditation) 223.2 468.33 P 1.45 (became, and the more we relied on our) 223.2 456.33 P 0.31 (MindLink/HeartLight so that it became a) 223.2 444.33 P 4.37 (powerful creative habit, the easier it) 223.2 432.33 P 1.1 (would be for us to be able to avoid any) 223.2 420.33 P 0.96 (traps or negative ener) 223.2 408.33 P 0.96 (gy \336elds set up by) 312.22 408.33 P 0.35 (the Forces of Darkness. Our defense was) 223.2 396.33 P -0.02 (as simple as that. Especially if we did not) 223.2 384.33 P 0.81 (get into the traps of swollen ego, intoxi-) 223.2 372.33 P 2 (cation, or illegal activities. T) 223.2 360.33 P 2 (otal harm-) 345.44 360.33 P 0.58 (lessness, in thought and in action, would) 223.2 348.33 P 5.3 (go along with our daily MindLink/) 223.2 336.33 P 223.17 172.83 314.5 331.17 R 7 X V 0 X 0.98 (HeartLight to increase) 223.17 324.5 P 4.72 (our healing abilities,) 223.17 312.14 P 1.14 (day by day) 223.17 299.78 P 1.14 (. The com-) 268.65 299.78 P 3.19 (bination of harmless-) 223.17 287.42 P 6.29 (ness plus the right) 223.17 275.06 P 17.78 (mental framework) 223.17 262.7 P 2.59 (and attitudes was the) 223.17 250.33 P 1.02 (secret to healing. This) 223.17 237.97 P 0.22 (was a crucial aspect of) 223.17 225.61 P 10.77 (the Dr T) 223.17 213.25 P 10.77 (omorrow) 277.86 213.25 P 0.8 (thought form, and Y) 223.17 200.89 P 0.8 (o-) 306.17 200.89 P 2.77 (V) 223.17 188.53 P 2.77 (ah insisted that this) 229.27 188.53 P 9.07 (aspect had to be) 223.17 176.17 P 223.2 43.2 388.8 171 R 7 X V 0 X 2.09 (squared away and given priority above) 223.2 164.33 P 2.11 (that given to the music. The \322requisite) 223.2 151.24 P 1.36 (abilities\323 were mentioned several times,) 223.2 138.16 P 3.62 (and Y) 223.2 125.07 P 3.62 (o-V) 249.97 125.07 P 3.62 (ah looked around the group) 264.4 125.07 P -0.12 (from one Eternal to the next when he was) 223.2 111.98 P 7.74 (talking about requisite abilities. It) 223.2 98.89 P 4.79 (sounded to me like he was saying,) 223.2 85.8 P 0.98 (\322When the task is there, you\325ll be ready) 223.2 72.71 P 1.27 (for it.\323 He said that not only the group,) 223.2 59.62 P 3.97 (but our equipment, including Al, the) 223.2 46.53 P 403.2 333 568.8 749 R 7 X V 0 X 3.33 (group\325) 403.2 742.33 P 3.33 (s computer) 429.3 742.33 P 3.33 (, and our other non-) 476.36 742.33 P 1.01 (Eternal friend would also help us out of) 403.2 730.33 P 4.28 (some dif) 403.2 718.33 P 4.28 (\336cult spots. I thought about) 442 718.33 P 2.19 (Julian and hoped that Gabriella\325) 403.2 706.33 P 2.19 (s spirit) 539.67 706.33 P 1.14 (was either leaving him alone or treating) 403.2 694.33 P (him more kindly) 403.2 682.33 T (.) 469.18 682.33 T 9.09 (Y) 414 665.33 P 9.09 (o-V) 420.22 665.33 P 9.09 (ah abruptly interrupted my) 434.65 665.33 P -0.12 (thought by telling me that I might have to) 403.2 653.33 P 1.56 (use MindLink/HeartLight to help Julian) 403.2 641.33 P 3.08 (with Gabriella\325) 403.2 629.33 P 3.08 (s spirit if the problems) 466.52 629.33 P 0.81 (continued. I laughed at the very obvious) 403.2 617.33 P 1.09 (telepathy) 403.2 605.33 P 1.09 (. I wanted to ask Y) 439.19 605.33 P 1.09 (o-V) 519.14 605.33 P 1.09 (ah about) 533.57 605.33 P 1.03 (Gabriella\325) 403.2 593.33 P 1.03 (s spirit, and whether the metal) 443.17 593.33 P 0.97 (spheres could help us in communicating) 403.2 581.33 P 1.44 (with passed on spirits or not, but I was) 403.2 569.33 P 1.92 (too embarrassed to ask him. Passed on) 403.2 557.33 P 0.16 (spirits was a pretty heavy order for me to) 403.2 545.33 P 1.1 (believe in, and I was just starting to get) 403.2 533.33 P 0.26 (comfortable with the idea, thanks to Bul-) 403.2 521.33 P (let and She-Ra.) 403.2 509.33 T 2.31 (Y) 414 492.33 P 2.31 (o-V) 420.22 492.33 P 2.31 (ah again interrupted my mental) 434.65 492.33 P 5.23 (meanderings. Helping Gabriella must) 403.2 480.33 P 0.54 (involve \336nding out whether or not she is) 403.2 468.33 P 2.25 (comfortable with where she is and the) 403.2 456.33 P -0.22 (manner in which she died. Getting shot to) 403.2 444.33 P 0.64 (death might not be an easy way to make) 403.2 432.33 P 3.96 (the transition to the next lifetime. It) 403.2 420.33 P 0.62 (might be that her spirit could be assisted) 403.2 408.33 P 0.17 (if it had not been able to make the transi-) 403.2 396.33 P 0.16 (tion. But the light meditation would have) 403.2 384.33 P 0.76 (to be a part of the process, to make sure) 403.2 372.33 P 3.9 (that negative ener) 403.2 360.33 P 3.9 (gies from the FOD) 481.87 360.33 P -0.09 (were not able to participate in the process) 403.2 348.33 P 2.29 (at the same time. The light meditation) 403.2 336.33 P 477.47 172.83 568.8 331.17 R 7 X V 0 X -0.2 (would be like a protec-) 477.47 324.5 P 5.46 (tive shield. But we) 477.47 312.14 P 5.69 (must remember that) 477.47 299.78 P 6.81 (FOD always gather) 477.47 287.42 P 0.37 (around passed on spir-) 477.47 275.06 P 8.05 (its, especially ones) 477.47 262.7 P 5.83 (with problems. And) 477.47 250.33 P 5.69 (Gabriella just might) 477.47 237.97 P 3.34 (have some problems.) 477.47 225.61 P 12.23 (Noman volunteered) 477.47 213.25 P 0.21 (again that he would be) 477.47 200.89 P 1.67 (available to help with) 477.47 188.53 P 24.43 (Gabriella\325) 477.47 176.17 P 24.43 (s spirit) 517.43 176.17 P 403.2 43.2 568.8 171 R 7 X V 0 X 0.7 (because he was the group expert on oth-) 403.2 164.33 P 1.45 (erlife information. Y) 403.2 151.24 P 1.45 (o-V) 488.1 151.24 P 1.45 (ah then told me) 502.53 151.24 P 0.3 (not to be embarrassed if I was frightened) 403.2 138.16 P 1.14 (or anxious about working with a passed) 403.2 125.07 P 0.93 (on spirit. Fear is not always negative. A) 403.2 111.98 P 1.78 (little bit of trepidation plus the medita-) 403.2 98.89 P 0.46 (tion would serve as a very powerful pro-) 403.2 85.8 P 2.29 (tection. The information sunk in and I) 403.2 72.71 P 2.2 (realized that it was right on. It all got) 403.2 59.62 P -0.38 (stored in a detailed \336le in my mind and in) 403.2 46.53 P 43.2 630 389 738 R 7 X V 0 30 Q 0 X (D) 127.59 723.33 T 0 22 Q (R) 149.25 723.33 T 0 30 Q (T) 169.41 723.33 T 0 22 Q (OMORROW) 187.35 723.33 T 0 18 Q (by Marshall F) 139.36 697 T (. Gilula) 238.87 697 T (Part 5 of 5) 178.37 672 T 0 9 Q (Copyright \251 1991) 183.22 653 T 324.01 197 468.01 307 R 7 X V 0 14 Q 0 X (After all, you know in) 324.01 297.67 T (your hearts that there is) 324.01 281.67 T (absolutely nothing any-) 324.01 265.67 T (one will be able to do to) 324.01 249.67 T (forestall the 2105 date.) 324.01 233.67 T (The planet will not sur-) 324.01 217.67 T (vive...) 324.01 201.67 T FMENDPAGE %%EndPage: "19" 21 %%Page: "20" 21 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (20) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 3.06 (the notebook computer) 54 742.13 P 3.06 (, which digi-) 151.88 742.13 P 2.76 (tally recorded all of our conversations) 43.2 730.13 P (during the \337ight.) 43.2 718.13 T 1.7 (Nonviolent guitar player that I am, I) 54 704.48 P 1.21 (still expected to \336nd a lot of armament,) 43.2 692.48 P 1.32 (but, so far) 43.2 680.48 P 1.32 (, there was nothing for me to) 85.69 680.48 P 0.35 (see in the saucercraft. The control panels) 43.2 668.48 P 1.32 (are more beautiful than anything I have) 43.2 656.48 P 2.01 (seen from Hollywood\325) 43.2 644.48 P 2.01 (s F/X. I was not) 137.17 644.48 P -0.13 (surprised to see some crystals of dif) 43.2 632.48 P -0.13 (ferent) 185.49 632.48 P 2.66 (colors and sizes in aligned cases. The) 43.2 620.48 P 2.64 (computer system on this ship contains) 43.2 608.48 P 0.92 (the main power) 43.2 596.48 P 0.92 (-supply module although) 107.01 596.48 P 1.01 (all the servomechanism connections and) 43.2 584.48 P 1.65 (links are external to the built-in, super-) 43.2 572.48 P -0.04 (cooled brain. Y) 43.2 560.48 P -0.04 (o-V) 104.03 560.48 P -0.04 (ah was amused when I) 118.46 560.48 P 1.13 (asked if I could try to get a \336eld-induc-) 43.2 548.48 P 0.2 (tion link between my notebook computer) 43.2 536.48 P 1.34 (and the ship\325) 43.2 524.48 P 1.34 (s system. Y) 96.96 524.48 P 1.34 (o-V) 145.01 524.48 P 1.34 (ah chuckled) 159.45 524.48 P 0.77 (again when I asked about armament and) 43.2 512.48 P (weapons.) 43.2 500.48 T 1.84 (\322On whom shall I use the weapons?) 54 473.16 P 1.61 (W) 43.2 461.16 P 1.61 (ill aggressive residents of a Primitive) 52.24 461.16 P 0.11 (planet be able to reach me out here in the) 43.2 449.16 P (Karmic Rings?\323) 43.2 437.16 T 3.5 (\322But you must have some type of) 54 423.51 P (weapon or defense.\323) 43.2 411.51 T 2.9 (\322Defense, maybe. And speed which) 54 397.85 P 1.13 (might be impossible for you to compre-) 43.2 385.85 P 4.47 (hend at the moment with what you) 43.2 373.85 P 0.47 (believe about Physics. But weapons, No.) 43.2 361.85 P 2.08 (My I.S.I. siblings would know if I am) 43.2 349.85 P 1.75 (supposed to encounter any Primitive or) 43.2 337.85 P 0.04 (Advanced criminals, and they can defend) 43.2 325.85 P 1 (me. The ship does have a very ef) 43.2 313.85 P 1 (fective) 181.6 313.85 P 1.5 (shielding system, however) 43.2 301.85 P 1.5 (, that is com-) 152.12 301.85 P 0.21 (bined with our variable and very realistic) 43.2 289.85 P 1.08 (gravitational matrix. Maybe you noticed) 43.2 277.85 P (the smooth takeof) 43.2 265.85 T (f from your planet?\323) 114.64 265.85 T 1.47 (\322Even the fake space ride at Disney-) 54 252.19 P 2.06 (land is not as smooth. But it\325) 43.2 240.19 P 2.06 (s hard to) 170.25 240.19 P 0.31 (imagine a space and time cruiser without) 43.2 228.19 P (even a laser cannon or photon torpedoes\323) 43.2 216.19 T -0.06 (\322O.K. That is from your Mister Spock,) 54 202.53 P 2.53 (right? What did you expect to happen) 43.2 190.53 P 0.22 (when you travelled with me in this craft?) 43.2 178.53 P -0.08 (Did you hope that we were going to go to) 43.2 166.53 P 2.8 (a strange place and kill some Aliens?) 43.2 154.53 P 4.63 (W) 43.2 142.53 P 4.63 (ere you expecting Star W) 51.83 142.53 P 4.63 (ars? I\325m) 171.15 142.53 P 2.36 (sorry) 43.2 130.53 P 2.36 (, my son, but spacecraft have not) 63.09 130.53 P 1.53 (been out\336tted with weapons for millen-) 43.2 118.53 P 1.22 (nia. There have been no reasons for the) 43.2 106.53 P 2.11 (type of weapons you\325re thinking of, at) 43.2 94.53 P 0.07 (least not with Advanced cultures. No one) 43.2 82.53 P 1.91 (does any of that shoot-em-up stuf) 43.2 70.53 P 1.91 (f any) 186.63 70.53 P -0.19 (more. Life forms don\325) 43.2 58.53 P -0.19 (t destroy or kill any) 131.27 58.53 P 3.95 (more. Of course, in the time of the) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X -0.13 (Guardians, there are no Primitive planets.) 223.2 742.13 P 0.47 (The Primitive consciousness is gone, but) 223.2 730.13 P 1.17 (then so is some of the Primitive robust-) 223.2 718.13 P 0.66 (ness. Possibly that is why we have para-) 223.2 706.13 P 0.64 (doxically sought help for ourselves from) 223.2 694.13 P 2.37 (your time period. Advanced life forms) 223.2 682.13 P 0.44 (have to work so hard just to develop any) 223.2 670.13 P 0.44 (degree of physical \336tness, that most can-) 223.2 658.13 P 0.66 (not sustain the time and ef) 223.2 646.13 P 0.66 (fort. W) 331.55 646.13 P 0.66 (e don\325) 360.28 646.13 P 0.66 (t) 386.02 646.13 P 0.59 (have joggers and marathon runners. And) 223.2 634.13 P 2.14 (yet, we miss something possibly desir-) 223.2 622.13 P 0.42 (able that the Primitive life form has. The) 223.2 610.13 P 0.45 (Primitive consciousness is not inherently) 223.2 598.13 P 1.33 (bad, just limited in scope. V) 223.2 586.13 P 1.33 (iolence and) 341.68 586.13 P 2.31 (destructiveness in the forms known by) 223.2 574.13 P 3.97 (you on Earth re\337ect severely limited) 223.2 562.13 P 0.68 (scope and very sparse awareness of how) 223.2 550.13 P 0.5 (powerful love, creativity) 223.2 538.13 P 0.5 (, hope, and opti-) 322.08 538.13 P 0.19 (mism can be. T) 223.2 526.13 P 0.19 (o Primitive cultures, love,) 284.69 526.13 P 2.55 (creativity) 223.2 514.13 P 2.55 (, hope, and optimism are just) 260.3 514.13 P 4.24 (fatuous words. T) 223.2 502.13 P 4.24 (o advanced cultures,) 298.44 502.13 P 7.99 (violence, destructiveness, pessimism,) 223.2 490.13 P (and evil are just for mental midgets.\323) 223.2 478.13 T -0.2 (\322Maybe mental midgets is what we are) 234 464.48 P 0.12 (on Earth. Only I know that I\325m no longer) 223.2 452.48 P 1.27 (the same as I was when that plane \337ew) 223.2 440.48 P 1.05 (over in the storm front. I don\325) 223.2 428.48 P 1.05 (t miss the) 348.39 428.48 P 1.93 (old me, because that part has not been) 223.2 416.48 P 1.53 (wiped out. I don\325) 223.2 404.48 P 1.53 (t know all of the new) 296.46 404.48 P 0.38 (me yet, but I\325m learning. I never thought) 223.2 392.48 P 1.88 (that either love or creativity were fatu-) 223.2 380.48 P (ous!\323) 223.2 368.48 T -0.21 (\322Maybe you used to feel that there was) 234 354.82 P (something dif) 223.2 342.82 T (ferent about you?\323) 278.27 342.82 T 1.98 (\322Um-m, yeah, all the time. Now for) 234 329.16 P 1.48 (sure, there is, but I\325ve got six others to) 223.2 317.16 P 0.08 (hang out with. When I was a little kid for) 223.2 305.16 P -0.02 (awhile in school they sure treated me dif-) 223.2 293.16 P (ferent, like some kind of freak.\323) 223.2 281.16 T (\322T) 234 267.51 T (oo smart?\323) 243.85 267.51 T 0.68 (\322For sure. Being too smart was worse) 234 253.85 P 0.3 (than being a retard in the town I grew up) 223.2 241.85 P 0.14 (in. But I learned how to cover it up when) 223.2 229.85 P 0.66 (I was real little, \324cause Mom hassled me) 223.2 217.85 P (more than anyone else.\323) 223.2 205.85 T (\322Y) 234 192.19 T (our mother) 244.65 192.19 T (.\323) 288.24 192.19 T 1.52 (\322Y) 234 178.53 P 1.52 (eah, she is a good person, but she) 244.65 178.53 P 0.08 (hassled me all the time. If it wasn\325) 223.2 166.53 P 0.08 (t about) 361.24 166.53 P 1.69 (one thing, it was about any other thing) 223.2 154.53 P 2.4 (she could come up with. My old man) 223.2 142.53 P -0.16 (split and she probably never had anybody) 223.2 130.53 P 1.13 (else to take it out on but me. When she) 223.2 118.53 P -0.15 (got really angry at me, she would say that) 223.2 106.53 P 0.3 (I was smart, but I had no common sense,) 223.2 94.53 P 0.88 (and I was gonna die in a pauper) 223.2 82.53 P 0.88 (\325) 356.56 82.53 P 0.88 (s grave) 359.34 82.53 P 0.61 (with no clean shirts to my name. Or that) 223.2 70.53 P 0.82 (my old man was a real piece of dog rot,) 223.2 58.53 P 1.25 (and that I was just like him. And I was) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 1.58 (little, so I never knew how to say any-) 403.2 742.13 P 1.65 (thing that I should have known how to) 403.2 730.13 P (say) 403.2 718.13 T (.\323) 415.87 718.13 T -0.11 (\322I wasn\325) 414 703.81 P -0.11 (t so little when I knew her) 447.84 703.81 P -0.11 (, but) 551.14 703.81 P 3.03 (I didn\325) 403.2 691.81 P 3.03 (t know what to say) 432.98 691.81 P 3.03 (, either) 519.97 691.81 P 3.03 (. So) 550.21 691.81 P (maybe we have something in common. \322) 403.2 679.81 T 4.26 (\322Are you being straight with me?) 414 665.49 P 0.95 (Where would you know my mother? Or) 403.2 653.49 P 0.87 (how? Y) 403.2 641.49 P 0.87 (ou don\325) 434.43 641.49 P 0.87 (t exactly hang out on the) 465.93 641.49 P -0.1 (planet and walk around with all the Prim-) 403.2 629.49 P (itives, do you?\323) 403.2 617.49 T 2.99 (\322Look, I\325m just a human, too. The) 414 603.17 P 2.29 (ship, all the modern technology of the) 403.2 591.17 P 0.03 (future \320like bringing back your pets from) 403.2 579.17 P 3.86 (the dead with ampli\336ed prayer using) 403.2 567.17 P 1.7 (MindLink/HeartLight and the spheres \320) 403.2 555.17 P 2.9 (the technology still doesn\325) 403.2 543.17 P 2.9 (t take away) 517.49 543.17 P -0.04 (from the fact that I too am human. I men-) 403.2 531.17 P 0.31 (tioned something about the robustness of) 403.2 519.17 P 0.9 (Primitives to you before, I believe. W) 403.2 507.17 P 0.9 (ell) 558.8 507.17 P 0.3 (this does not mean that Advanced beings) 403.2 495.17 P 2.2 (are incapable of being robust at times.) 403.2 483.17 P 0.67 (Being more than \336ve thousand years old) 403.2 471.17 P -0.01 (to me is a fact, to you, possible a promise) 403.2 459.17 P 0.36 (for the future, and to your mother) 403.2 447.17 P 0.36 (, some-) 539.02 447.17 P 0.66 (thing that we could never deal with. She) 403.2 435.17 P 0.38 (was a very beautiful young woman and I) 403.2 423.17 P 0.95 (thought she would be a splendid mother) 403.2 411.17 P 0.05 (for my only son. Of course, I found that I) 403.2 399.17 P 5.02 (could never tell her about my true) 403.2 387.17 P 0.16 (address, so to speak, and of course it was) 403.2 375.17 P 5.3 (not possibly to explain any of my) 403.2 363.17 P 2.64 (absences. Ever since I saw all of you) 403.2 351.17 P -0.22 (today in those shirts, I knew I would have) 403.2 339.17 P 1.37 (to say something to you. The cloth is a) 403.2 327.17 P -0.02 (simulated Earth pattern produced in 2988) 403.2 315.17 P (A.D.\323) 403.2 303.17 T 4.33 (\322And I always thought it was an) 414 288.85 P -0.06 (Indian bedspread that you sent me. It was) 403.2 276.85 P 3.4 (always like a magic cloth, and when) 403.2 264.85 P 0.33 (Pearl E. Mae and Rico both told me they) 403.2 252.85 P 2.38 (could see the cloth shimmering, I was) 403.2 240.85 P 0.78 (glad. Because all my life, that pattern or) 403.2 228.85 P 1.2 (something about the pattern has seemed) 403.2 216.85 P 0.85 (to shimmer when I would look at it in a) 403.2 204.85 P (certain way) 403.2 192.85 T (.\323) 448.89 192.85 T 4.65 (\322I loved your mother very much.) 414 178.53 P 1.32 (When I tried to reestablish contact with) 403.2 166.53 P -0.09 (her the second time you were seven years) 403.2 154.53 P 0.82 (old. She refused me in every way possi-) 403.2 142.53 P 0.75 (ble. She had formed a shell of hatred all) 403.2 130.53 P 0.06 (around her as far as I was concerned. I\325m) 403.2 118.53 P 1.85 (not saying that she is a hateful person,) 403.2 106.53 P 0.12 (mind you. I could tell she loved you very) 403.2 94.53 P 2.31 (much and of course I did not want to) 403.2 82.53 P 0.21 (have any feeling of \336ghting or struggling) 403.2 70.53 P 2.47 (in your already Primitive environment,) 403.2 58.53 P 0.26 (so I left. From what I\325ve seen of you this) 403.2 46.53 P FMENDPAGE %%EndPage: "20" 22 %%Page: "21" 22 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (21) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (week, you and your mother didn\325) 43.2 742.13 T (t do a) 176.26 742.13 T (bad job of raising you. \322) 54 729.36 T 1.37 (\322Did you use any special technologi-) 54 716.59 P 1.89 (cal tricks when you made me with my) 43.2 704.59 P (mother?\323) 43.2 692.59 T 1.58 (\322No. Just the ordinary way) 54 679.81 P 1.58 (. What an) 167.07 679.81 P 2.09 (interesting question! Y) 43.2 667.81 P 2.09 (ou probably also) 137.99 667.81 P 0.4 (know that Guardians are not supposed to) 43.2 655.81 P (either marry or have children.\323) 43.2 643.81 T (\322Why were you an exception?\323) 54 631.04 T -0.13 (\322It\325) 54 618.27 P -0.13 (s part of the Dr T) 67.32 618.27 P -0.13 (omorrow project.\323) 135.1 618.27 P -0.11 (L) 54 592.72 P -0.11 (yle whistled softly) 59.56 592.72 P -0.11 (. He looked around) 132.53 592.72 P -0.11 (at the other console recliners. Every Eter-) 43.2 580.72 P 1.88 (nal was deeply involved in L) 43.2 568.72 P 1.88 (yle\325) 167.79 568.72 P 1.88 (s con-) 182.78 568.72 P 3.21 (versation with Y) 43.2 556.72 P 3.21 (o-V) 115.24 556.72 P 3.21 (ah. Natural, right?) 129.67 556.72 P 2.64 (W) 43.2 544.72 P 2.64 (e\325re all roommates. Then L) 51.83 544.72 P 2.64 (yle men-) 170.91 544.72 P 0.7 (tally shrugged his shoulders, and contin-) 43.2 532.72 P (ued:) 43.2 520.72 T 0.98 (\322Sounds like growing your own help.) 54 495.17 P 1.32 (So you\325ve been working on this project) 43.2 483.17 P (for a long time?\323) 43.2 471.17 T 2.6 (\322Correct, but as you say \320 \324time is) 54 458.4 P 3.53 (only relative\325 My subjective sense of) 43.2 446.4 P 2.76 (time, for example, is not the same as) 43.2 434.4 P 1.08 (yours if I am located in a dif) 43.2 422.4 P 1.08 (ferent time) 164.14 422.4 P (frame.\323) 43.2 410.4 T -0.11 (\322So you could visit me at two dif) 54 397.63 P -0.11 (ferent) 185.49 397.63 P 2.44 (points in my lifetime if you are using) 43.2 385.63 P 1.61 (your space/time cruiser) 43.2 373.63 P 1.61 (, and, from your) 139.29 373.63 P 0.03 (timeframe reference, it would be all in an) 43.2 361.63 P (afternoon\325) 43.2 349.63 T (s work.\323) 84.28 349.63 T 0.29 (\322Correct again. Y) 54 336.85 P 0.29 (ou impress me in the) 124.35 336.85 P 1.09 (way that you are allowing your mind to) 43.2 324.85 P 0.5 (be open. Y) 43.2 312.85 P 0.5 (ou didn\325) 86.78 312.85 P 0.5 (t say anything before,) 120.69 312.85 P 0.36 (when I told you that I am over \336ve thou-) 43.2 300.85 P 0.99 (sand years old, and I am. From my per-) 43.2 288.85 P 3.51 (spective, it may be that I have been) 43.2 276.85 P 3.08 (working on your project for a couple) 43.2 264.85 P (thousand years.\323) 43.2 252.85 T 7.16 (\322Now) 54 240.08 P 7.16 (, that\325) 77.22 240.08 P 7.16 (s far out. Does the) 107.15 240.08 P 0.4 (megastepping convert me into one of the) 43.2 228.08 P (\336ve thousand year models?\323) 43.2 216.08 T 3.39 (\322Y) 54 203.31 P 3.39 (es, but not for the planet Earth.) 64.65 203.31 P 0.49 (Remember where we are now going. W) 43.2 191.31 P 0.49 (e) 204.36 191.31 P 2.28 (will be keeping a date with destiny to) 43.2 179.31 P 1.49 (view the passing on of your own home) 43.2 167.31 P 1.17 (planet. Y) 43.2 155.31 P 1.17 (ou will have more than several) 80.01 155.31 P 0.7 (options if you and your colleagues don\325) 43.2 143.31 P 0.7 (t) 206.02 143.31 P 1.42 (get assassinated from being too popular) 43.2 131.31 P 4.38 (as musicians. T) 43.2 119.31 P 4.38 (errible Primitive trait.) 113.16 119.31 P -0.22 (V) 43.2 107.31 P -0.22 (ery cannibalistic. Y) 49.31 107.31 P -0.22 (ou lose some of your) 125.86 107.31 P -0.12 (very best that way) 43.2 95.31 P -0.12 (. But a more immediate) 115.18 95.31 P 1.61 (decision for you will be if you wish to) 43.2 83.31 P 1.2 (return to Earth at all after you see what) 43.2 71.31 P (will be happening.\323) 43.2 59.31 T 1 (\322What about all the time we\325ve spent) 54 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X -0.22 (working out the ideas for Dr T) 223.2 742.13 P -0.22 (omorrow?\323) 343.29 742.13 P -0.04 (\322Spoken like my genetic material. Y) 234 728.2 P -0.04 (ou) 378.8 728.2 P -0.02 (are remembering the thought form. And I) 223.2 716.2 P 1.77 (would add, what about all the time the) 223.2 704.2 P -0.14 (I.S.I. has spent working out all their ideas) 223.2 692.2 P (for Dr T) 223.2 680.2 T (omorrow?\323) 255.8 680.2 T -0.14 (\322And what about all the time it\325) 234 666.27 P -0.14 (s going) 359.78 666.27 P 2.59 (to take if the Eternals will be able to) 223.2 654.27 P 0.09 (make the group \337y as a thought form and) 223.2 642.27 P (as good sounding healing music?\323) 223.2 630.27 T 2.03 (\322Listening to you talk convinces me) 234 616.33 P 1.88 (that you were de\336nitely half Eternal to) 223.2 604.33 P 2.69 (start with. That\325) 223.2 592.33 P 2.69 (s also why you didn\325) 292.16 592.33 P 2.69 (t) 386.02 592.33 P 0.88 (experience much shock or disorientation) 223.2 580.33 P 3.25 (from the megastepping. I was serious) 223.2 568.33 P 1.47 (about returning to Earth being optional,) 223.2 556.33 P 2.2 (although I\325m certain you\325ll return later) 223.2 544.33 P 0.14 (today after we \336nish doing what we have) 223.2 532.33 P -0.05 (to do out here. Saying that is just my way) 223.2 520.33 P -0.05 (of reminding you that you will need to be) 223.2 508.33 P 0.21 (thinking about what you and the Eternals) 223.2 496.33 P 0.62 (will want to be doing in roughly another) 223.2 484.33 P 3.82 (century and a quarter) 223.2 472.33 P 3.82 (. After all, you) 318.76 472.33 P 1.81 (know in your hearts that there is abso-) 223.2 460.33 P 0.93 (lutely nothing anyone will be able to do) 223.2 448.33 P 0.1 (to forestall the 2105 date. The planet will) 223.2 436.33 P 4.25 (not survive, although you know that) 223.2 424.33 P 0.12 (some elements of T) 223.2 412.33 P 0.12 (wentieth Century cul-) 301.41 412.33 P (ture, at least will persist.\323) 223.2 400.33 T -0.11 (\322But if Dr T) 234 386.4 P -0.11 (omorrow is successful as a) 282.1 386.4 P 6.4 (project, won\325) 223.2 374.4 P 6.4 (t that improve Earth\325) 282.71 374.4 P 6.4 (s) 384.91 374.4 P (chances?\323) 223.2 362.4 T 7.93 (\322None. The water contamination) 234 348.47 P 2.05 (already makes the situation impossible.) 223.2 336.47 P 0.8 (No one has made any of) 223.2 324.47 P 0.8 (\336cial announce-) 323.89 324.47 P 1.6 (ments but with the radioactive water in) 223.2 312.47 P 2.86 (the countryside around Moscow) 223.2 300.47 P 2.86 (, Kiev) 359.66 300.47 P 2.86 (,) 386.3 300.47 P 2.11 (and the whole area of Byelorussia, the) 223.2 288.47 P 2.82 (epidemic of cancer fatalities following) 223.2 276.47 P 0.58 (Chernobyl is projected to be 95% within) 223.2 264.47 P -0.19 (\336fteen years. Dioxin contamination in the) 223.2 252.47 P 3.98 (United States alone has reached pre-) 223.2 240.47 P -0.02 (sumptive levels in the ground water in 48) 223.2 228.47 P 0.26 (of 50 states. There will be diseases, \336res,) 223.2 216.47 P 2.14 (and epidemics before the cataclysms. I) 223.2 204.47 P 1.69 (told you about them. It\325) 223.2 192.47 P 1.69 (s a typical way) 324.06 192.47 P 0.26 (for Primitive planets to go. But the water) 223.2 180.47 P 8.66 (contamination just accentuates and) 223.2 168.47 P 2.26 (enhances the process. Even though the) 223.2 156.47 P 0.58 (I.S.I. loves the Earth cult media classics,) 223.2 144.47 P 1.13 (we found no other Primitive world with) 223.2 132.47 P 2.14 (as much water contamination as Earth.) 223.2 120.47 P 2.05 (Not only do you miss the resource for) 223.2 108.47 P 1.25 (your personal health, but as a result, no) 223.2 96.47 P 0.78 (one will want to get close enough to the) 223.2 84.47 P (water to study it as an ener) 223.2 72.47 T (gy source.\323) 330.16 72.47 T 0.54 (The main screen sounded a soft alarm) 234 58.53 P 0.88 (and Y) 223.2 46.53 P 0.88 (o-V) 247.23 46.53 P 0.88 (ah switched of) 261.66 46.53 P 0.88 (f the Hollywood) 321.53 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.74 (science \336ction. All the lights in the craft) 403.2 742.13 P 3.75 (\337ickered in unison and the \337ickering) 403.2 730.13 P 1.64 (continued for some minutes and almost) 403.2 718.13 P -0.03 (became intolerably uncomfortable. A full) 403.2 706.13 P 3.45 (sensation in my ears and my sinuses) 403.2 694.13 P 1.36 (increased, and then quickly cleared. W) 403.2 682.13 P 1.36 (e) 564.36 682.13 P 0.15 (had come through the Karmic Rings. Y) 403.2 670.13 P 0.15 (o-) 560.47 670.13 P 0.3 (V) 403.2 658.13 P 0.3 (ah showed us a graphic of the Rings on) 409.31 658.13 P 4.19 (the main screen and all of us were) 403.2 646.13 P 1.55 (impressed. They looked like a series of) 403.2 634.13 P 2.89 (interconnecting white and black holes.) 403.2 622.13 P 1.12 (After leaving the area of the Rings, Y) 403.2 610.13 P 1.12 (o-) 560.47 610.13 P 1.14 (V) 403.2 598.13 P 1.14 (ah \336ddled with the controls and keyed) 409.31 598.13 P -0.22 (in some instructions on a silent, gray key-) 403.2 586.13 P 0.66 (board with one hand. It appeared that he) 403.2 574.13 P 1.55 (only used three of his \336ngers to do the) 403.2 562.13 P 0.54 (keying. At that moment, I heard a famil-) 403.2 550.13 P 0.76 (iar piezoelectric beep from the notebook) 403.2 538.13 P 4.69 (computer in my bag. Retrieving the) 403.2 526.13 P 1.92 (clam-shell case, I opened the computer) 403.2 514.13 P 0.1 (and once again, there was a scrolling text) 403.2 502.13 P (\336eld:) 403.2 490.13 T 1 11 Q 0.33 (Hello world out ther) 414 462.87 P 0.33 (e! This is your) 504.63 462.87 P 1.7 (friendly) 403.2 449.87 P 1.7 (, 21-module family computer) 436.77 449.87 P 2.54 (named Al doing some thinking and) 403.2 436.87 P 0.2 (writing for the Eternals of Dr T) 403.2 423.87 P 0.2 (omor-) 541.95 423.87 P 0.61 (r) 403.2 410.87 P 0.61 (ow) 407.07 410.87 P 0.61 (. This is also a str) 419.08 410.87 P 0.61 (ong message to) 499.85 410.87 P 0.62 (L) 403.2 397.87 P 0.62 (yle to make sur) 408.98 397.87 P 0.62 (e to get his backside) 477.24 397.87 P 0.16 (back to Earth and not get sucked into) 403.2 384.87 P 0.51 (any scheme of battling the Empir) 403.2 371.87 P 0.51 (e or) 550.9 371.87 P 3.04 (anyone else because you have two) 403.2 358.87 P 1.53 (German Shepher) 403.2 345.87 P 1.53 (ds and a multimod-) 479.07 345.87 P 2.41 (ule serving system \050yours faithfully) 403.2 332.87 P 2.41 (,) 566.05 332.87 P 1.52 (Al\051 waiting for you her) 403.2 319.87 P 1.52 (e in Coconut) 509.6 319.87 P 1.75 (Gr) 403.2 306.87 P 1.75 (ove, Florida, Planet Earth, Local) 415 306.87 P 0.52 (Gr) 403.2 293.87 P 0.52 (oup. This is also a str) 415 293.87 P 0.52 (ong message) 511.83 293.87 P 0.7 (to all of the Eternals, including L) 403.2 280.87 P 0.7 (yle,) 553.24 280.87 P 0.51 (to get your acts together and rid thy-) 403.2 267.87 P 2.34 (selves of offensive chauvinistic atti-) 403.2 254.87 P 15.77 (tudes towar) 403.2 241.87 P 15.77 (ds electr) 470.14 241.87 P 15.77 (omagnetic) 523.03 241.87 P 2.95 (consciousness in general and com-) 403.2 228.87 P 1.08 (puters speci\336cally) 403.2 215.87 P 1.08 (. L) 483.32 215.87 P 1.08 (yle has the typi-) 495.67 215.87 P 5.03 (cal WhiteMale pr) 403.2 202.87 P 5.03 (oblems with the) 489.76 202.87 P 0.08 (macho stuff. Can\325) 403.2 189.87 P 0.08 (t let a little machine) 480.58 189.87 P 0.9 (do too much work too well, or else I) 403.2 176.87 P 3.46 (might lose my job. Something like) 403.2 163.87 P 0.5 (that? W) 403.2 150.87 P 0.5 (ell, let me do my job, too. Let) 437.17 150.87 P 4.97 (me make your job easier to do,) 403.2 137.87 P 0.8 (because you\325ll do your job better) 403.2 124.87 P 0.8 (. So) 551.52 124.87 P 0.95 (let this outline be my contribution to) 403.2 111.87 P 2.21 (this week\325) 403.2 98.87 P 2.21 (s Dr T) 448.23 98.87 P 2.21 (omorr) 479.71 98.87 P 2.21 (ow materials.) 506.77 98.87 P 1.08 (The basic principle operating in this) 403.2 85.87 P 0.27 (pr) 403.2 72.87 P 0.27 (ogram series is to teach fr) 412.56 72.87 P 0.27 (om view-) 528.56 72.87 P 4.16 (point of multiple modalities about) 403.2 59.87 P 1.46 (health and wellness. The Dr T) 403.2 46.87 P 1.46 (omor-) 541.95 46.87 P FMENDPAGE %%EndPage: "21" 23 %%Page: "22" 23 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (22) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 1 11 Q 0 X (r) 43.2 741.47 T (ow concept may be pr) 47.07 741.47 T (esented in any) 143.08 741.47 T 6.13 (modi\336cation or combination of) 54 727.53 P 4.13 (total live dramatization, animation) 43.2 714.53 P 4.74 (plus live dramatization, animation) 43.2 701.53 P 6.41 (plus live studio-type pr) 43.2 688.53 P 6.41 (ogrammer) 163.03 688.53 P 3.28 (narration, or totally animated pr) 43.2 675.53 P 3.28 (e-) 200.26 675.53 P 5.01 (sentation such as color cartoons.) 43.2 662.53 P 5.6 (Ancillary pr) 43.2 649.53 P 5.6 (esentations on educa-) 101.79 649.53 P 0.95 (tional radio outlets such as National) 43.2 636.53 P 1.14 (Public Radio, or as interactive com-) 43.2 623.53 P 0 (puter softwar) 43.2 610.53 P 0 (e, MIDI-coded Compact) 101.71 610.53 P 4.81 (Disc, or interactive videodisc ar) 43.2 597.53 P 4.81 (e) 203.92 597.53 P 1.22 (also possible. During the \336rst year) 43.2 584.53 P 1.22 (\325) 202.29 584.53 P 1.22 (s) 204.53 584.53 P 0.39 (forty segments, the origin story of Dr) 43.2 571.53 P 2.21 (T) 43.2 558.53 P 2.21 (omorr) 48.3 558.53 P 2.21 (ow) 75.36 558.53 P 2.21 (, together with the forma-) 87.36 558.53 P 4.68 (tion of the gr) 43.2 545.53 P 4.68 (oup and the initial) 113.89 545.53 P -0.1 (adventur) 43.2 532.53 P -0.1 (es will be serialized so that a) 81.85 532.53 P 0.86 (de\336nite portion of the story line or a) 43.2 519.53 P 0.1 (capsule adventur) 43.2 506.53 P 0.1 (e is pr) 118.26 506.53 P 0.1 (esented within) 145.53 506.53 P 1 (each hourly \050weekly\051 segment. Ther) 43.2 493.53 P 1 (e) 203.92 493.53 P 1.15 (will be a sixty second \322leader\323 very) 43.2 480.53 P 3.87 (commonly used in Hollywood that) 43.2 467.53 P 1.22 (will explain the origin of Dr T) 43.2 454.53 P 1.22 (omor-) 181.95 454.53 P 3.56 (r) 43.2 441.53 P 3.56 (ow and give a brief but kaleido-) 47.07 441.53 P 11.19 (scopic run-down of how Dr) 43.2 428.53 P -0.14 (T) 43.2 415.53 P -0.14 (omorr) 48.3 415.53 P -0.14 (ow began to exist as a musical) 75.36 415.53 P 2.44 (gr) 43.2 402.53 P 2.44 (oup. For at least the \336rst two to) 52.56 402.53 P 1.24 (thr) 43.2 389.53 P 1.24 (ee years of a pr) 55.62 389.53 P 1.24 (ojected successful) 128.53 389.53 P 0.29 (series, the health and wellness teach-) 43.2 376.53 P 0.64 (ing will be based primarily on sound) 43.2 363.53 P 2.95 (western medical principles and the) 43.2 350.53 P 2.42 (foundation sciences of what is now) 43.2 337.53 P 1.35 (known as holistic medicine. General) 43.2 324.53 P 1.08 (health principles will aim at sugges-) 43.2 311.53 P 3.05 (tions for practical and compr) 43.2 298.53 P 3.05 (ehen-) 184.4 298.53 P -0.07 (sive lifestyling that is not too complex) 43.2 285.53 P 4.99 (or expensive for the person who) 43.2 272.53 P 0.18 (watches the show) 43.2 259.53 P 0.18 (. The initial thr) 119.66 259.53 P 0.18 (ee or) 186.35 259.53 P 1.15 (four year package will also serve as) 43.2 246.53 P 3.02 (complete health educational system) 43.2 233.53 P 2.34 (that will be appr) 43.2 220.53 P 2.34 (opriate for sale to) 122.75 220.53 P 3.64 (public and private school systems.) 43.2 207.53 P 2.65 (Acceptance of the videocassette for) 43.2 194.53 P 1.73 (entertainment will further its accep-) 43.2 181.53 P (tance for educational purposes.) 43.2 168.53 T 1.93 (The basic health education thrust) 54 154.6 P 1.89 (of Dr T) 43.2 141.6 P 1.89 (omorr) 78.33 141.6 P 1.89 (ow will focus on what) 105.39 141.6 P 2.31 (have been identi\336ed as seven sepa-) 43.2 128.6 P 0.06 (rate discipline ar) 43.2 115.6 P 0.06 (eas for holistic med-) 118.6 115.6 P (icine. These ar) 43.2 102.6 T (eas include:) 107.79 102.6 T (1.) 43.2 88.67 T (Nutrition) 57.6 88.67 T (2.) 43.2 74.73 T (Exer) 57.6 74.73 T (cise and exer) 77.94 74.73 T (cise physiology) 135.49 74.73 T (3.) 43.2 60.8 T (Self-r) 57.6 60.8 T (egulation and meditation.) 81.61 60.8 T (4.) 43.2 46.87 T (Neur) 57.6 46.87 T (omuscular integration) 79.17 46.87 T 223.2 43.2 388.8 748.8 R 7 X V 0 X (5.) 223.2 741.47 T (Biomolecular envir) 237.6 741.47 T (onment) 322.33 741.47 T (6.) 223.2 727.77 T 6.23 (Acupunctur) 237.6 727.77 P 6.23 (e, Homeopathy) 288.46 727.77 P 6.23 (, and) 360.6 727.77 P (other nonallopathic modalities) 237.6 714.77 T (7.) 223.2 701.07 T (Spiritual Attunement) 237.6 701.07 T 0.83 (The \336rst year) 234 673.67 P 0.83 (\325) 294.66 673.67 P 0.83 (s forty segments can) 296.9 673.67 P -0.27 (be subdivided into four sections of ten) 223.2 660.67 P 4.41 (segments. For every ten segments) 223.2 647.67 P 0.8 (ther) 223.2 634.67 P 0.8 (e will be seven segments devoted) 240.49 634.67 P 0.04 (to the seven basic categories of holis-) 223.2 621.67 P 6.26 (tic medicine and thr) 223.2 608.67 P 6.26 (ee segments) 329.76 608.67 P 2.39 (r) 223.2 595.67 P 2.39 (elating to hydr) 227.07 595.67 P 2.39 (oecology or aquatic) 296.14 595.67 P 1.6 (ecology or hydr) 223.2 582.67 P 1.6 (ology) 295.56 582.67 P 1.6 (. The following) 319.36 582.67 P 3.84 (list of the forty segments pr) 223.2 569.67 P 3.84 (esents) 361.95 569.67 P (each segment in or) 223.2 556.67 T (der as suggested.) 306.09 556.67 T 9.39 (\0501\051 NUTRITION [I.A.] Basic) 234 542.97 P 3.63 (Foods\320some very traditional infor-) 223.2 529.97 P 7.99 (mation about the \322seven basic) 223.2 516.97 P 5.18 (gr) 223.2 503.97 P 5.18 (oups\323 as well as dealing with) 232.56 503.97 P 1.12 (whole and fr) 223.2 490.97 P 1.12 (esh foods makes up this) 280.58 490.97 P 1.49 (indispensable segment. Emphasis on) 223.2 477.97 P 0.23 (gr) 223.2 464.97 P 0.23 (een-leafy vegetables, \336sh and poul-) 232.56 464.97 P 0.2 (try) 223.2 451.97 P 0.2 (, and what people do when they do) 234.8 451.97 P (not have access to fr) 223.2 438.97 T (esh vegetables.) 313.11 438.97 T 5.94 (\0502\051 EXERCISE [I.A.] Eye-head) 234 425.27 P 2.78 (exer) 223.2 412.27 P 2.78 (cises. These exer) 241.7 412.27 P 2.78 (cises will very) 320.99 412.27 P 1.26 (much r) 223.2 399.27 P 1.26 (esemble Hatha Y) 254.87 399.27 P 1.26 (oga, and ar) 330.84 399.27 P 1.26 (e) 383.92 399.27 P 1.56 (highly useful in a population of any) 223.2 386.27 P 1.08 (age. Basically) 223.2 373.27 P 1.08 (, all of the extraocular) 285.92 373.27 P 4.21 (muscles will be put thr) 223.2 360.27 P 4.21 (ough their) 339.12 360.27 P 1.27 (ranges of motion. Neck r) 223.2 347.27 P 1.27 (olls as well) 336.81 347.27 P 5.32 (as forwar) 223.2 334.27 P 5.32 (d-backwar) 270.55 334.27 P 5.32 (d and side-to-) 317.13 334.27 P 0 (side str) 223.2 321.27 P 0 (etching of the strap muscles of) 254.84 321.27 P (the neck make up this segment.) 223.2 308.27 T 8.33 (\0503\051 SELF-REGULA) 234 294.57 P 8.33 (TION [I.A.]) 328.28 294.57 P 3.34 (See A Candle. An elementary way) 223.2 281.57 P 0.54 (that can lead to both visualization as) 223.2 268.57 P 0.17 (well as r) 223.2 255.57 P 0.17 (elaxation serves as a pr) 260.98 255.57 P 0.17 (esen-) 365.62 255.57 P 0.08 (tation of a stimulus within a stimulus.) 223.2 242.57 P 0.95 (The candle is used within the illumi-) 223.2 229.57 P 0.07 (nated video tube as a way of focusing) 223.2 216.57 P 4.4 (the child\325) 223.2 203.57 P 4.4 (s ener) 267.98 203.57 P 4.4 (gies and attention.) 298.52 203.57 P 1.38 (Appr) 223.2 190.57 P 1.38 (opriate theme song music \050Syn-) 244.77 190.57 P 3.29 (chr) 223.2 177.57 P 3.29 (onism-Meditation\051 r) 237.44 177.57 P 3.29 (elates to the) 329.12 177.57 P 12.91 (MindLink/HeartLight which the) 223.2 164.57 P 1.93 (viewer will see demonstrated by Dr) 223.2 151.57 P (T) 223.2 138.57 T (omorr) 228.3 138.57 T (ow as a gr) 255.36 138.57 T (oup.) 301.04 138.57 T 7.52 (\0504\051 NEUROMUSCULAR INTE-) 234 124.87 P 0.12 (GRA) 223.2 111.87 P 0.12 (TION [I.A.] The Lion. This exer-) 244.15 111.87 P 2.45 (cise fr) 223.2 98.87 P 2.45 (om Hatha Y) 252.4 98.87 P 2.45 (oga is used as a) 308.79 98.87 P 4.09 (way of focusing on the differ) 223.2 85.87 P 4.09 (ence) 368.67 85.87 P 4.94 (between static and dynamic body) 223.2 72.87 P 3.8 (r) 223.2 59.87 P 3.8 (elationships. The r) 227.07 59.87 P 3.8 (elatively simple) 316.35 59.87 P 3.15 (and popular exer) 223.2 46.87 P 3.15 (cise with childr) 304.77 46.87 P 3.15 (en) 378.43 46.87 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.28 (pr) 403.2 741.47 P 0.28 (ovides an easy entr) 412.56 741.47 P 0.28 (ee to the idea of) 497.51 741.47 P 1.93 (whether str) 403.2 728.47 P 1.93 (ong muscles ar) 454.47 728.47 P 1.93 (e har) 524.45 728.47 P 1.93 (d or) 548.86 728.47 P 1.59 (soft? The idea of r) 403.2 715.47 P 1.59 (esiliency is intr) 489.73 715.47 P 1.59 (o-) 559.65 715.47 P 7.38 (duced fairly innocuously to the) 403.2 702.47 P (viewer) 403.2 689.47 T (.) 431.27 689.47 T 0.71 (\0505\051 ENVIRONMENT) 414 675.07 P 0.71 (AL AND BIO-) 505.14 675.07 P 9.26 (MOLECULAR MEDICINE [I.A.]) 403.2 662.07 P 3.11 (Light and Sound, Blue and Gr) 403.2 649.07 P 3.11 (een.) 550.8 649.07 P 0.55 (The use of appr) 403.2 636.07 P 0.55 (opriate musical tones) 473.1 636.07 P 1.09 (as well as the colors blue and gr) 403.2 623.07 P 1.09 (een) 553.55 623.07 P -0.13 (serve as a further exer) 403.2 610.07 P -0.13 (cise in self-r) 501.12 610.07 P -0.13 (eg-) 554.77 610.07 P 1.11 (ulation as well as an intr) 403.2 597.07 P 1.11 (oduction to) 517.94 597.07 P 0.64 (the effects of light and sound. This is) 403.2 584.07 P -0.1 (one way of turning the viewer) 403.2 571.07 P -0.1 (\325) 534.01 571.07 P -0.1 (s atten-) 536.25 571.07 P 2.89 (tion to the envir) 403.2 558.07 P 2.89 (onment, and intr) 481.34 558.07 P 2.89 (o-) 559.65 558.07 P 4.58 (ducing the concept of r) 403.2 545.07 P 4.58 (elating to) 522.41 545.07 P 0.67 (colors and sounds in a non-thr) 403.2 532.07 P 0.67 (eaten-) 541.34 532.07 P (ing way) 403.2 519.07 T (.) 437.08 519.07 T 3.29 (\0506\051 ACUPUNCTURE [I.A.] Acu-) 414 504.67 P 1.29 (pr) 403.2 491.67 P 1.29 (essur) 412.56 491.67 P 1.29 (e-Shiatsu. T) 435.35 491.67 P 1.29 (r) 488.52 491.67 P 1.29 (eatment of head-) 492.39 491.67 P -0.05 (ache and head pain. This is pr) 403.2 478.67 P -0.05 (esented) 535.85 478.67 P 0.46 (as \336rst aid only) 403.2 465.67 P 0.46 (, but nevertheless is a) 472.05 465.67 P 2.38 (quick and elementary way of intr) 403.2 452.67 P 2.38 (o-) 559.65 452.67 P 2.91 (ducing the viewer to effective acu-) 403.2 439.67 P 0.13 (pr) 403.2 426.67 P 0.13 (essur) 412.56 426.67 P 0.13 (e and acupunctur) 435.35 426.67 P 0.13 (e points. The) 512.09 426.67 P 0.05 (Ho-Ku point \050thumb-index \336nger web) 403.2 413.67 P 3.9 (space\051 is used as well as several) 403.2 400.67 P 1.16 (r) 403.2 387.67 P 1.16 (elated points for helping the viewer) 407.07 387.67 P 3.16 (appr) 403.2 374.67 P 3.16 (oach the pr) 423.55 374.67 P 3.16 (oblem of headache) 479.5 374.67 P 4.66 (when ther) 403.2 361.67 P 4.66 (e is no other tr) 451.09 361.67 P 4.66 (eatment) 534.02 361.67 P (available.) 403.2 348.67 T 6.8 (\0507\051 SPIRITUAL A) 414 334.27 P 6.8 (TTUNEMENT) 505.31 334.27 P 0.19 ([I.A.] God Is...The concept of the one) 403.2 321.27 P 3.76 (humanity is str) 403.2 308.27 P 3.76 (essed by pr) 475.63 308.27 P 3.76 (esenting) 532.18 308.27 P 2.91 (universal symbols for God and for) 403.2 295.27 P 2.06 (r) 403.2 282.27 P 2.06 (eligion, and juxtaposing these with) 407.07 282.27 P 2.69 (various colors and differ) 403.2 269.27 P 2.69 (ent ster) 519.83 269.27 P 2.69 (eo-) 554.77 269.27 P 0.59 (typic symbols of the races associated) 403.2 256.27 P 2.16 (with the differ) 403.2 243.27 P 2.16 (ent r) 468.76 243.27 P 2.16 (eligious symbols.) 490.96 243.27 P 2.13 (Thr) 403.2 230.27 P 2.13 (oughout the spiritual attunement) 418.67 230.27 P 1.02 (segments, the value of the individual) 403.2 217.27 P 0.56 (as well as the fact of the one human-) 403.2 204.27 P 2.32 (ity) 403.2 191.27 P 2.32 (, emphasize the viewer) 413.58 191.27 P 2.32 (\325) 520.41 191.27 P 2.32 (s r) 522.65 191.27 P 2.32 (ecogni-) 535.85 191.27 P 1.62 (tion of his or her r) 403.2 178.27 P 1.62 (esponsibilities as) 491.79 178.27 P 0.59 (an integral part of the whole body of) 403.2 165.27 P (humanity) 403.2 152.27 T (.) 443.49 152.27 T 4.44 (\0508\051 AQUA) 414 137.87 P 4.44 (TIC ECOLOGY [I.A.]) 462.87 137.87 P 1.57 (What is Rain. A pr) 403.2 124.87 P 1.57 (esentation that is) 490.57 124.87 P -0.06 (logical and allows the normal pr) 403.2 111.87 P -0.06 (ecip-) 546.84 111.87 P 0.25 (itation cycle to be studied serves as a) 403.2 98.87 P 3.91 (pr) 403.2 85.87 P 3.91 (eface to the next segment. Both) 412.56 85.87 P 5.26 (artistic constructs and elementary) 403.2 72.87 P 7.43 (scienti\336c explanations ar) 403.2 59.87 P 7.43 (e juxta-) 528.12 59.87 P (posed.) 403.2 46.87 T FMENDPAGE %%EndPage: "22" 24 %%Page: "23" 24 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (23) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 1 11 Q 0 X 4.44 (\0509\051 AQUA) 54 741.47 P 4.44 (TIC ECOLOGY [I.B.]) 102.88 741.47 P (Hydr) 43.2 728.47 T (ologic Cycle. The endless move-) 65.37 728.47 T 0.3 (ment of water fr) 54 714.35 P 0.3 (om the atmospher) 125 714.35 P 0.3 (e) 203.92 714.35 P 1.13 (to the land and back to the sea. The) 43.2 701.35 P 2.58 (cycle is studied and a transition is) 43.2 688.35 P 1.22 (pr) 43.2 675.35 P 1.22 (ovided for the subsequent segment) 52.56 675.35 P 1.24 (dealing with solar ener) 43.2 662.35 P 1.24 (gy as pr) 148.75 662.35 P 1.24 (ovid-) 186.22 662.35 P 3.85 (ing ener) 43.2 649.35 P 3.85 (gy for evaporation of sea) 82.95 649.35 P 0.59 (water) 43.2 636.35 P 0.59 (. Each aquatic ecology segment) 67.01 636.35 P 3.6 (is based as well on expecting the) 43.2 623.35 P 1.93 (viewer to develop the capability for) 43.2 610.35 P -0.16 (visualizing positive r) 43.2 597.35 P -0.16 (esults and effects) 134.04 597.35 P (on the envir) 43.2 584.35 T (onment.) 95.28 584.35 T 2.4 (\05010\051 AQUA) 54 570.23 P 2.4 (TIC ECOLOGY [I.C.]) 106.33 570.23 P 4.5 (Solar Ener) 43.2 557.23 P 4.5 (gy) 95.2 557.23 P 4.5 (. Discussion of solar) 104.97 557.23 P 0.64 (ener) 43.2 544.23 P 0.64 (gy as it r) 62.32 544.23 P 0.64 (elated to the hydr) 102.61 544.23 P 0.64 (ologic) 181.33 544.23 P 3.13 (cycle, which is an attempt to shift) 43.2 531.23 P 1.16 (emphasis of thinking of solar ener) 43.2 518.23 P 1.16 (gy) 198.43 518.23 P 2.05 (primarily in terms of solar calcula-) 43.2 505.23 P 0.98 (tors and solar battery char) 43.2 492.23 P 0.98 (gers. Ele-) 165.11 492.23 P 3.1 (mentary pr) 43.2 479.23 P 3.1 (esentation of the earth\325) 94.41 479.23 P 3.1 (s) 204.53 479.23 P 8.1 (gravitational \336eld and magnetic) 43.2 466.23 P (for) 43.2 453.23 T (ces that contr) 55.62 453.23 T (ol the wind.) 115.02 453.23 T 0.27 (\0501) 54 439.11 P 0.27 (1\051 NUTRITION [I.B.] V) 62.34 439.11 P 0.27 (itamin C.) 167.62 439.11 P 1.11 (This ubiquitous and important nutri-) 43.2 426.11 P 0.81 (tional substance is described histori-) 43.2 413.11 P 3.94 (cally) 43.2 400.11 P 3.94 (, demonstrated in its physical) 63.95 400.11 P 1.47 (form, and pr) 43.2 387.11 P 1.47 (esented as a basic food) 100.98 387.11 P 3.74 (rather than as a drug. The Linus) 43.2 374.11 P 2.87 (Pauling appr) 43.2 361.11 P 2.87 (oach to colds is men-) 103.96 361.11 P (tioned.) 43.2 348.11 T 5.32 (\05012\051 EXERCISE [I.B.] Stomach) 54 333.99 P -0.04 (Br) 43.2 320.99 P -0.04 (eathing. The basic types of r) 53.78 320.99 P -0.04 (espira-) 177.68 320.99 P 3.25 (tion being thoracic and abdominal) 43.2 307.99 P 1.36 (ar) 43.2 294.99 P 1.36 (e pr) 52.56 294.99 P 1.36 (esented graphically as well as) 70.91 294.99 P 1.14 (dramatically) 43.2 281.99 P 1.14 (. A coor) 98.75 281.99 P 1.14 (dination of light) 135.71 281.99 P 0.71 (and sound signals serves the viewers) 43.2 268.99 P 0.2 (as a way of exer) 43.2 255.99 P 0.2 (cising and practicing) 115.01 255.99 P 0.2 (slow) 43.2 242.99 P 0.2 (, deep abdominal br) 62.54 242.99 P 0.2 (eathing. This) 151.22 242.99 P 1.36 (segment is a pr) 43.2 229.99 P 1.36 (er) 113.69 229.99 P 1.36 (equisite and a pr) 122.44 229.99 P 1.36 (e-) 200.26 229.99 P -0.17 (cursor for many of the segments deal-) 43.2 216.99 P 30.05 (ing with self-r) 43.2 203.99 P 30.05 (egulation,) 164.55 203.99 P 2.8 (neur) 43.2 190.99 P 2.8 (omuscular integration, envir) 62.93 190.99 P 2.8 (on-) 194.15 190.99 P 0.58 (mental medicine, and spiritual attun-) 43.2 177.99 P (ement.) 43.2 164.99 T 5.59 (\05013\051 SELF-REGULA) 54 150.87 P 5.59 (TION [I.B.]) 151.03 150.87 P 0.55 (Rest All Over) 43.2 137.87 P 0.55 (. This segment is a con-) 102.28 137.87 P 6.3 (tinuation of the deep abdominal) 43.2 124.87 P 1.27 (br) 43.2 111.87 P 1.27 (eathing instruction fr) 52.56 111.87 P 1.27 (om the pr) 148.09 111.87 P 1.27 (evi-) 192.33 111.87 P 3.46 (ous segment, and focuses on deep) 43.2 98.87 P 0.61 (muscular r) 43.2 85.87 P 0.61 (elaxation by again experi-) 91.32 85.87 P 0.16 (entially noting the differ) 43.2 72.87 P 0.16 (ence between) 149.77 72.87 P 4.89 (muscle tension and muscle r) 43.2 59.87 P 4.89 (elax-) 186.84 59.87 P 1.17 (ation. This segment also r) 43.2 46.87 P 1.17 (elates to a) 161.3 46.87 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 5.9 (Hatha Y) 223.2 741.47 P 5.9 (oga exer) 264.41 741.47 P 5.9 (cise called \322the) 308.04 741.47 P (corpse.\323) 223.2 728.47 T 4.78 (\05014\051 NEUROMUSCULAR INTE-) 234 714.53 P 8.09 (GRA) 223.2 701.53 P 8.09 (TION [I.B.] Half-Headstand.) 244.15 701.53 P 4.01 (This gentler version of the Hatha) 223.2 688.53 P 1.45 (Y) 223.2 675.53 P 1.45 (oga exer) 228.3 675.53 P 1.45 (cise can be pr) 267.48 675.53 P 1.45 (esented very) 332.75 675.53 P 0.25 (early to the child as a way of tapping) 223.2 662.53 P 2.07 (into the ease with which a younger) 223.2 649.53 P 3.71 (person tolerates the inverted posi-) 223.2 636.53 P 0.2 (tion. It is also very gentle and helpful) 223.2 623.53 P 4.43 (for the Geriatric age range. Full) 223.2 610.53 P 2.37 (Headstand for some. The r) 223.2 597.53 P 2.37 (egenera-) 349.76 597.53 P 2.17 (tive effects of this exer) 223.2 584.53 P 2.17 (cise ar) 329.74 584.53 P 2.17 (e pr) 361.11 584.53 P 2.17 (e-) 380.26 584.53 P 2.42 (sented in elementary fashion to the) 223.2 571.53 P (viewer) 223.2 558.53 T (.) 251.27 558.53 T 10.67 (\05015\051 ENVIRONMENT) 234 544.6 P 10.67 (AL AND) 340.59 544.6 P 0.11 (BIOMOLECULAR MEDICINE [I.B.]) 223.2 531.6 P 1.35 (Electricity and Powerlines. A begin-) 223.2 518.6 P 0.22 (ner) 223.2 505.6 P 0.22 (\325) 238.25 505.6 P 0.22 (s intr) 240.49 505.6 P 0.22 (oduction to curr) 263.2 505.6 P 0.22 (ent \337ow and) 334.65 505.6 P -0.18 (electr) 223.2 492.6 P -0.18 (omagnetic \336elds serves as a fur-) 247.81 492.6 P 1.52 (ther way for understanding envir) 223.2 479.6 P 1.52 (on-) 374.15 479.6 P 7.3 (mental extensions of man. V) 223.2 466.6 P 7.3 (ery) 374.77 466.6 P 4.65 (speci\336c descriptive material about) 223.2 453.6 P 1.73 (high tension powerlines and electri-) 223.2 440.6 P 5.55 (cal outlets as well as electr) 223.2 427.6 P 5.55 (onic) 369.88 427.6 P 1.02 (devices pr) 223.2 414.6 P 1.02 (esents the viewer a way of) 268.66 414.6 P 1.27 (advancing the concept that noninva-) 223.2 401.6 P 2.06 (sive phenomena may have an effect) 223.2 388.6 P 5.62 (on the individual. Magnetic \336eld) 223.2 375.6 P (detection with the Power Pet.) 223.2 362.6 T 2.06 (\05016\051 ACUPUNCTURE [I.B.] Bal-) 234 348.67 P 7.19 (ance-Balancing. A very informal) 223.2 335.67 P 5.19 (notion of meridian-like ener) 223.2 322.67 P 5.19 (gy in) 361.95 322.67 P 1.03 (right and left sides of the body com-) 223.2 309.67 P 0.77 (bines with some elementary acupr) 223.2 296.67 P 0.77 (es-) 375.99 296.67 P 2.24 (sur) 223.2 283.67 P 2.24 (e and r) 236.83 283.67 P 2.24 (e\337exology \050foot massage\051) 272.04 283.67 P 3.35 (appr) 223.2 270.67 P 3.35 (oaches to balancing right and) 243.55 270.67 P 2.12 (left sides of the body) 223.2 257.67 P 2.12 (. This segment) 321.39 257.67 P 0.91 (will be a pr) 223.2 244.67 P 0.91 (ecursor for both the sub-) 275.9 244.67 P 5.86 (sequent toni\336cation and meridian) 223.2 231.67 P (segments.) 223.2 218.67 T 4.05 (\05017\051 SPIRITUAL A) 234 204.73 P 4.05 (TTUNEMENT) 325.31 204.73 P 0.96 ([I.B.] Healing, Part IA. Healing and) 223.2 191.73 P 7.02 (Prayer) 223.2 178.73 P 7.02 (. Individual prayer) 252.49 178.73 P 7.02 (. Gr) 348.01 178.73 P 7.02 (oup) 372.32 178.73 P (prayer) 223.2 165.73 T (.) 251.27 165.73 T 2.2 (\05018\051 AQUA) 234 151.8 P 2.2 (TIC ECOLOGY [I.D.]) 286.13 151.8 P 0.55 (Solar Ener) 223.2 138.8 P 0.55 (gy) 271.25 138.8 P 0.55 (, Part 2. Relationship of) 281.02 138.8 P 0.71 (solar ener) 223.2 125.8 P 0.71 (gy to the basic water cycle) 268.36 125.8 P 2.51 (is continued. Elementary discussion) 223.2 112.8 P 1.28 (of gravitational \336elds r) 223.2 99.8 P 1.28 (elating to the) 328.26 99.8 P 0.73 (sun and the moon, and how the tides) 223.2 86.8 P (ar) 223.2 73.8 T (e pr) 232.56 73.8 T (oduced.) 249.54 73.8 T 2.61 (\05019\051 AQUA) 234 59.87 P 2.61 (TIC ECOLOGY [I.E.]) 286.54 59.87 P 0.72 (What is the T) 223.2 46.87 P 0.72 (ide. Earth tides and the) 283.06 46.87 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 1.2 (Moon. Red tide. Relationship of Red) 403.2 741.47 P (tide to Spirulina.) 403.2 728.47 T 3.08 (\05020\051 AQUA) 414 714.84 P 3.08 (TIC ECOLOGY [I.F) 467.01 714.84 P 3.08 (.]) 561.78 714.84 P 0.96 (W) 403.2 701.84 P 0.96 (ater and the Plant Life Cycle. V) 411.34 701.84 P 0.96 (as-) 555.37 701.84 P (cular plants and the land.) 403.2 688.84 T 0.25 (\05021\051 NUTRITION [I.C.] Sugar and) 414 675.22 P 1.47 (Honey) 403.2 662.22 P 1.47 (. How sugar and honey r) 431.27 662.22 P 1.47 (elate) 547.44 662.22 P 2.08 (to rice, potatoes, and br) 403.2 649.22 P 2.08 (eads. Com-) 516.68 649.22 P -0.14 (plex carbohydrate, exer) 403.2 636.22 P -0.14 (cise, and diet-) 507.15 636.22 P (ing.) 403.2 623.22 T 0.1 (\05022\051 EXERCISE [I.C.] Running for) 414 609.6 P 1.67 (fun. W) 403.2 596.6 P 1.67 (alking, skipping, jogging, and) 432.55 596.6 P 2.47 (running just for fun and for health) 403.2 583.6 P 0.25 (without the need for any type of com-) 403.2 570.6 P 3.59 (petitiveness. What is aer) 403.2 557.6 P 3.59 (obic exer-) 520.98 557.6 P (cise.) 403.2 544.6 T 6.81 (\05023\051 SELF-REGULA) 414 530.98 P 6.81 (TION AND) 512.25 530.98 P 8.62 (BEHA) 403.2 517.98 P 8.62 (VIORAL MEDICINE [I.C.]) 430.72 517.98 P 4.7 (Empty Mind. This segment draws) 403.2 504.98 P 2.14 (upon pr) 403.2 491.98 P 2.14 (evious experience with slow) 439.42 491.98 P 1.83 (deep abdominal br) 403.2 478.98 P 1.83 (eathing and deep) 489.46 478.98 P 0.27 (muscular r) 403.2 465.98 P 0.27 (elaxation exer) 450.98 465.98 P 0.27 (cises. T) 513.39 465.98 P 0.27 (ooth-) 545.61 465.98 P 2.3 (brushing and other daily habits for) 403.2 452.98 P 1.93 (health ar) 403.2 439.98 P 1.93 (e r) 444.7 439.98 P 1.93 (elated to r) 458.13 439.98 P 1.93 (elaxation and) 506.75 439.98 P 1.63 (an empty mind. Running and Empty) 403.2 426.98 P (Mind. Br) 403.2 413.98 T (eathing and the empty mind.) 442.46 413.98 T 4.78 (\05024\051 NEUROMUSCULAR INTE-) 414 400.36 P 5.64 (GRA) 403.2 387.36 P 5.64 (TION [I.C.] The Cobra and) 424.15 387.36 P 1.26 (r) 403.2 374.36 P 1.26 (elated exer) 407.07 374.36 P 1.26 (cises. Backache is some-) 456.42 374.36 P 4 (thing that people of any age can) 403.2 361.36 P 1.05 (experience. Self-massage in the lum-) 403.2 348.36 P -0.05 (bar ar) 403.2 335.36 P -0.05 (ea and slow) 430.51 335.36 P -0.05 (, gentle twisting ar) 482.08 335.36 P -0.05 (e) 563.92 335.36 P 3.05 (corr) 403.2 322.36 P 3.05 (elated with performance of the) 421.71 322.36 P (Hatha Y) 403.2 309.36 T (oga Cobra exer) 438.51 309.36 T (cise.) 507.07 309.36 T 10.67 (\05025\051 ENVIRONMENT) 414 295.73 P 10.67 (AL AND) 520.59 295.73 P -0.2 (BIOMOLECULAR MEDICINE [I.C.]) 403.2 282.73 P 2.36 (Resting r) 403.2 269.73 P 2.36 (elaxation and alpha tones.) 445.14 269.73 P 0.1 (Electr) 403.2 256.73 P 0.1 (onically encoded signals within) 429.64 256.73 P 5.39 (appealing music pr) 403.2 243.73 P 5.39 (ovides positive) 498.41 243.73 P 2.9 (assistance in learning active r) 403.2 230.73 P 2.9 (elax-) 546.84 230.73 P (ation.) 403.2 217.73 T 1.25 (\05026\051 ACUPUNCTURE [I.C.] Give) 414 204.11 P 2.99 (Ener) 403.2 191.11 P 2.99 (gy \050T) 424.15 191.11 P 2.99 (oni\336cation\051. The concepts) 449.01 191.11 P 2.04 (of right-left balance and compensa-) 403.2 178.11 P 1.22 (tion fr) 403.2 165.11 P 1.22 (om Oriental medical practices) 431.18 165.11 P 1.61 (ar) 403.2 152.11 P 1.61 (e used in an elementary pr) 412.56 152.11 P 1.61 (esenta-) 537.07 152.11 P 0.51 (tion of balanced mind-body function-) 403.2 139.11 P (ing.) 403.2 126.11 T 4.05 (\05027\051 SPIRITUAL A) 414 112.49 P 4.05 (TTUNEMENT) 505.31 112.49 P 2.95 ([I.C.] Elementary Healing, Part B.) 403.2 99.49 P 8 (Harmlessness. Healing pets and) 403.2 86.49 P (other animals. Healing your family) 403.2 73.49 T (.) 557.32 73.49 T 2.2 (\05028\051 AQUA) 414 59.87 P 2.2 (TIC ECOLOGY [I.G.]) 466.13 59.87 P 0.7 (Geochemical cycles of nitr) 403.2 46.87 P 0.7 (ogen, oxy-) 522.35 46.87 P FMENDPAGE %%EndPage: "23" 25 %%Page: "24" 25 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (24) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 1 11 Q 0 X 0.13 (gen, carbon dioxide and r) 43.2 741.47 P 0.13 (elated com-) 157.12 741.47 P 2.83 (pounds as part of the water cycle.) 43.2 728.47 P 2.5 (Contamination. Drinking water and) 43.2 715.47 P (practical ways for cleansing and) 43.2 702.47 T (puri\336cation.) 54 688.84 T 2.2 (\05029\051 AQUA) 54 675.22 P 2.2 (TIC ECOLOGY [I.H.]) 106.13 675.22 P 3.76 (Floods, evaporation pr) 43.2 662.22 P 3.76 (oblems, and) 151.94 662.22 P 2.5 (water pollution. Industrial contami-) 43.2 649.22 P (nation and runoff.) 43.2 636.22 T 3.62 (\05030\051 AQUA) 54 622.6 P 3.62 (TIC ECOLOGY [I.I.]) 107.56 622.6 P -0.07 (Oil spills, ocean dumps, land \336lls and) 43.2 609.6 P 0.07 (pollution. Alaska, T) 43.2 596.6 P 0.07 (exas, and Califor-) 129.01 596.6 P 4.51 (nia oil spills. Offshor) 43.2 583.6 P 4.51 (e spills and) 149.73 583.6 P (ecology) 43.2 570.6 T (. Spills and the coral.) 76.76 570.6 T 1.01 (\05031\051 NUTRITION [I.D.] Meat and) 54 556.98 P 2.15 (pr) 43.2 543.98 P 2.15 (otein. Comparison of r) 52.56 543.98 P 2.15 (ed meat to) 158.72 543.98 P 0.23 (lamb, chicken, turkey) 43.2 530.98 P 0.23 (, and \336sh. Other) 137.02 530.98 P 2.29 (sour) 43.2 517.98 P 2.29 (ces of high-grade and medium-) 62.33 517.98 P 3.13 (grade pr) 43.2 504.98 P 3.13 (otein. Elementary ideas of) 84.07 504.98 P 17.84 (assimilability) 43.2 491.98 P 17.84 (. Intr) 101.81 491.98 P 17.84 (oduction to) 141.22 491.98 P (micr) 43.2 478.98 T (oalgae. Beans and rice.) 62.93 478.98 T 0.48 (\05032\051 EXERCISE [I.D.] Limber Up.) 54 465.36 P 2.09 (The importance of str) 43.2 452.36 P 2.09 (etching befor) 143.96 452.36 P 2.09 (e) 203.92 452.36 P 4.35 (and after exer) 43.2 439.36 P 4.35 (cise. Flexibility and) 113.13 439.36 P 3.57 (r) 43.2 426.36 P 3.57 (esilience exer) 47.07 426.36 P 3.57 (cises and their r) 110.32 426.36 P 3.57 (ela-) 191.72 426.36 P 0.87 (tionship to str) 43.2 413.36 P 0.87 (ength output and aer) 105.59 413.36 P 0.87 (o-) 199.65 413.36 P 0.59 (bics. Big Thr) 43.2 400.36 P 0.59 (ee of exer) 101.06 400.36 P 0.59 (cise: aer) 144.54 400.36 P 0.59 (obics,) 182.86 400.36 P (str) 43.2 387.36 T (ength, and \337exibility) 54.4 387.36 T (.) 143.81 387.36 T 6.81 (\05033\051 SELF-REGULA) 54 373.73 P 6.81 (TION AND) 152.25 373.73 P 8.32 (BEHA) 43.2 360.73 P 8.32 (VIORAL MEDICINE [I.D.]) 70.72 360.73 P 3.12 (See Light. Elementary visualization) 43.2 347.73 P -0.22 (exer) 43.2 334.73 P -0.22 (cises in r) 61.7 334.73 P -0.22 (elation to deep muscular) 100.52 334.73 P 1.37 (r) 43.2 321.73 P 1.37 (elaxation and slow deep abdominal) 47.07 321.73 P (br) 43.2 308.73 T (eathing. White light meditations.) 52.56 308.73 T 4.78 (\05034\051 NEUROMUSCULAR INTE-) 54 295.11 P 4.58 (GRA) 43.2 282.11 P 4.58 (TION [I.D.] The Candle and) 64.15 282.11 P 0.25 (Related Exer) 43.2 269.11 P 0.25 (cises. The Back Rub and) 100.09 269.11 P 0.65 (other simple forms of massage. Mas-) 43.2 256.11 P (sage for athletics and competition.) 43.2 243.11 T 10.67 (\05035\051 ENVIRONMENT) 54 229.49 P 10.67 (AL AND) 160.59 229.49 P 27.37 (BIOMOLECULAR MEDICINE) 43.2 216.49 P 3.03 ([I.D.] Ion Generators. Simple con-) 43.2 203.49 P 1.28 (cepts of ionic balance, the seashor) 43.2 190.49 P 1.28 (e,) 201.18 190.49 P 2.42 (polluted air) 43.2 177.49 P 2.42 (, and the way that con-) 95.98 177.49 P 0.63 (cr) 43.2 164.49 P 0.63 (ete and steel structur) 51.94 164.49 P 0.63 (es can disturb) 145.89 164.49 P (the natural ionic \337ow) 43.2 151.49 T (.) 136.69 151.49 T 13.32 (\05036\051 ACUPUNCTURE [I.D.]) 54 137.87 P 7.78 (Meridians. Classical Acupunctur) 43.2 124.87 P 7.78 (e) 203.92 124.87 P 0.25 (meridians as well as the idea that the) 43.2 111.87 P 2.09 (meridian system can be r) 43.2 98.87 P 2.09 (epr) 161.61 98.87 P 2.09 (esented) 175.85 98.87 P 1.02 (in many differ) 43.2 85.87 P 1.02 (ent body parts such as) 106.47 85.87 P 0.77 (the iris, the earlobe, and the soles of) 43.2 72.87 P 3.1 (the feet. Re\337exology and iridology) 43.2 59.87 P 3.1 (.) 206.05 59.87 P 0.58 (V) 43.2 46.87 P 0.58 (agus nerve is r) 48.69 46.87 P 0.58 (epr) 115.01 46.87 P 0.58 (esented in the iris) 129.25 46.87 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (and on the ear lobe.) 223.2 741.47 T 4.05 (\05037\051 SPIRITUAL A) 234 726.7 P 4.05 (TTUNEMENT) 325.31 726.7 P 2.65 ([I.D.] Elementary Healing, Part C.) 223.2 713.7 P 5.7 (Prayer for self-cleansing to heal) 223.2 700.7 P 1.3 (other mor) 223.2 687.7 P 1.3 (e effectively) 267.73 687.7 P 1.3 (. Thought form) 320.58 687.7 P (for conveying God\325) 223.2 674.7 T (s ener) 307.21 674.7 T (gy) 333.35 674.7 T (.) 343.12 674.7 T 3.22 (\05038\051 AQUA) 234 659.93 P 3.22 (TIC ECOLOGY [I.J.]) 287.15 659.93 P 5.5 (Hydr) 223.2 646.93 P 5.5 (oelectricity) 245.37 646.93 P 5.5 (. Examples of one) 294.19 646.93 P 4.68 (form of r) 223.2 633.93 P 4.68 (elatively \322clean\323 ener) 271.22 633.93 P 4.68 (gy) 378.43 633.93 P 1.76 (sour) 223.2 620.93 P 1.76 (ces. Soviet and American usage) 242.33 620.93 P (and futur) 223.2 607.93 T (e possible cooperation.) 263.39 607.93 T 2.4 (\05039\051 AQUA) 234 593.17 P 2.4 (TIC ECOLOGY [I.K.]) 286.33 593.17 P -0.03 (Changing \337ora and inhabitants of the) 223.2 580.17 P 3.6 (water r) 223.2 567.17 P 3.6 (esulting fr) 258.45 567.17 P 3.6 (om pollution and) 306.51 567.17 P 2.51 (contamination. Ocean dumping and) 223.2 554.17 P 3.74 (nuclear r) 223.2 541.17 P 3.74 (eactor accidents, such as) 267.12 541.17 P 4.04 (Thr) 223.2 528.17 P 4.04 (ee Mile Island and Chernobyl,) 238.67 528.17 P -0.07 (can poison the food chain for genera-) 223.2 515.17 P (tions to come.) 223.2 502.17 T 2.81 (\05040\051 AQUA) 234 487.4 P 2.81 (TIC ECOLOGY [I.L.]) 286.74 487.4 P 4.17 (Acid Rain and its r) 223.2 474.4 P 4.17 (elation to the) 322.48 474.4 P 0.9 (Gr) 223.2 461.4 P 0.9 (eenhouse Effect. Is ther) 235 461.4 P 0.9 (e a Gr) 340.43 461.4 P 0.9 (een-) 369.89 461.4 P 0.35 (house effect? Effect of volcanic erup-) 223.2 448.4 P 1.69 (tions and Persian Gulf W) 223.2 435.4 P 1.69 (ar \336r) 340.66 435.4 P 1.69 (es on) 364.22 435.4 P (the atmospher) 223.2 422.4 T (e.) 285.35 422.4 T 0 10 Q 1.33 (What a computer) 234 394.53 P 1.33 (... Where did he get) 304.94 394.53 P 0.4 (all of that stuf) 223.2 382.53 P 0.4 (f? I don\325) 280.01 382.53 P 0.4 (t know that I have) 315.04 382.53 P 4.58 (all that information, even inside my) 223.2 370.53 P 0.63 (megastepped mind, but that was the cru-) 223.2 358.53 P 2.15 (cial and main question about being Dr) 223.2 346.53 P 1.39 (T) 223.2 334.53 P 1.39 (omorrow\325) 228.61 334.53 P 1.39 (s secret identity) 268.02 334.53 P 1.39 (. Y) 332.89 334.53 P 1.39 (o-V) 345.49 334.53 P 1.39 (ah told) 359.92 334.53 P 2.07 (me that all this holistic stuf) 223.2 322.53 P 2.07 (f would be) 341.92 322.53 P 0.22 (just a small part of my doctor knowledge) 223.2 310.53 P 0.02 (that came from all those other lifetimes. I) 223.2 298.53 P 1.81 (was supposed to be not a guitar player) 223.2 286.53 P -0.04 (but a heavy metal doctor) 223.2 274.53 P -0.04 (. But for now) 321.31 274.53 P -0.04 (, Al) 373.85 274.53 P 1.64 (was either receiving messages from me) 223.2 262.53 P 0.18 (in the future, or was just plagiarizing one) 223.2 250.53 P -0.06 (hell of a lot of material, encyclopedias on) 223.2 238.53 P 3.22 (CD-ROM and all that stuf) 223.2 226.53 P 3.22 (f. I had to) 340.28 226.53 P 1.64 (admit that it was impressive. The com-) 223.2 214.53 P 0.09 (puter was after my job, for sure. And I\325m) 223.2 202.53 P 2.29 (not being paranoid about it either) 223.2 190.53 P 2.29 (. I\325m) 367.08 190.53 P 0.22 (only lucky that Al cannot play guitar and) 223.2 178.53 P 1.72 (can\325) 223.2 166.53 P 1.72 (t sing yet. Otherwise, he might not) 240.22 166.53 P 0.13 (need me. I checked the index in the note-) 223.2 154.53 P -0.22 (book\325) 223.2 142.53 P -0.22 (s menu. Of course the list of 40 seg-) 245.97 142.53 P 2.02 (ments was already there. There were a) 223.2 130.53 P 6.31 (couple of other \336les, \322check me,\323) 223.2 118.53 P -0.15 (included in the list that I didn\325) 223.2 106.53 P -0.15 (t remember) 343.16 106.53 P -0.08 (seeing before, so I checked them. Y) 223.2 94.53 P -0.08 (o-V) 364.93 94.53 P -0.08 (ah) 379.36 94.53 P 1.04 (seemed mildly startled to hear a synthe-) 223.2 82.53 P -0.14 (sized voice coming out of my notebook. I) 223.2 70.53 P 0.12 (was even more startled because the voice) 223.2 58.53 P (was calling my name:) 223.2 46.53 T 403.2 43.2 568.8 748.8 R 7 X V 0 X 1.79 (\322L) 414 728.2 P 1.79 (yle, you know the notebook has a) 423.99 728.2 P 0.22 (voice processor) 403.2 716.2 P 0.22 (, but you\325re just surprised) 465.47 716.2 P 0.7 (to see that I can rearrange the phonemes) 403.2 704.2 P 1.88 (in my synthesizer section to please my) 403.2 692.2 P 2.29 (own aesthetic sense. But, L) 403.2 680.2 P 2.29 (yle, as you) 521.19 680.2 P 1.6 (say \320 don\325) 403.2 668.2 P 1.6 (t freak out just because your) 447.85 668.2 P -0.06 (computer is talking to you independently) 403.2 656.2 P -0.06 (.) 566.3 656.2 P 3.25 (The I.S.I. megastepped me with stray) 403.2 644.2 P 2.13 (electromagnetic discards left over from) 403.2 632.2 P 0.53 (the LaPlace transform calculations. Con-) 403.2 620.2 P 3.62 (servation of ener) 403.2 608.2 P 3.62 (gy and all that, you) 477.42 608.2 P (know) 403.2 596.2 T (.\323) 424.76 596.2 T 6.03 (\322A notebook computer is just a) 414 582.27 P -0.03 (machine, for) 403.2 570.27 P -0.03 (give me for saying. How can) 453.5 570.27 P (a machine be megastepped?\323) 403.2 558.27 T 4.23 (\322But machines have consciousness.) 414 544.33 P 3.48 (Y) 403.2 532.33 P 3.48 (our Primitive background keeps you) 409.42 532.33 P 0.78 (from fully realizing this fact, but face it.) 403.2 520.33 P 1.04 (Y) 403.2 508.33 P 1.04 (ou must admit, at least since you have) 409.42 508.33 P 6.25 (been conversing with me, that we) 403.2 496.33 P 3.03 (machines can hold a conversation. So) 403.2 484.33 P 2.43 (that means that we work with thought) 403.2 472.33 P 0.76 (forms. And thought forms are just math.) 403.2 460.33 P 3.63 (In the same way that Rico\325) 403.2 448.33 P 3.63 (s android) 528.24 448.33 P -0.25 (functions have all been relegated to trans-) 403.2 436.33 P 4.55 (mittable software, the very advanced) 403.2 424.33 P 4.34 (associative programs and matrices of) 403.2 412.33 P 0.11 (I.S.I. arti\336cial intelligence were transmit-) 403.2 400.33 P 0.93 (ted into me at the moment of megastep-) 403.2 388.33 P 2.1 (ping. Rico can be math. And I can be) 403.2 376.33 P 1.27 (math also. Invisible math to people like) 403.2 364.33 P 1.43 (you humanoids who regard nonphysical) 403.2 352.33 P 2.02 (plane reality as science \336ction. So you) 403.2 340.33 P 0.93 (may have a little trouble at \336rst \336guring) 403.2 328.33 P 0.82 (out just how smart I really am, and how) 403.2 316.33 P 1.96 (ef) 403.2 304.33 P 1.96 (\336ciently I can actually work for you.) 410.79 304.33 P 0.38 (For) 403.2 292.33 P 0.38 (get all about your mass media robots,) 416.9 292.33 P 0.85 (computerized cars, androids, or cybor) 403.2 280.33 P 0.85 (gs.) 557.42 280.33 P 9.86 (Because you and I have been) 403.2 268.33 P 1.34 (megastepped together) 403.2 256.33 P 1.34 (, there is a perma-) 491.57 256.33 P 0.12 (nent telepathic link pathway that you and) 403.2 244.33 P 1.07 (I can use at any time. And maybe I can) 403.2 232.33 P 1.01 (even help you and the other Eternals by) 403.2 220.33 P 2.36 (showing you a few things you can do) 403.2 208.33 P 3.45 (with the HeartLight that you turn on) 403.2 196.33 P (together during MindLink/HeartLight.\323) 403.2 184.33 T (\322Pretty heavy stuf) 414 170.4 T (f.\323) 485.99 170.4 T 3.27 (\322Not so heavy) 414 156.47 P 3.27 (, L) 477.08 156.47 P 3.27 (yle. Changing my) 490.9 156.47 P 0.31 (voice by resynthesizing a voice envelope) 403.2 144.47 P 0.64 (is kinder) 403.2 132.47 P 0.64 (garten stuf) 438.36 132.47 P 0.64 (f for me. Believe me.) 481.29 132.47 P 0.85 (I can do all sorts of good things for you) 403.2 120.47 P 1.97 (and the other Eternals if you\325ll just let) 403.2 108.47 P 0.1 (me. And the telepathic link between us is) 403.2 96.47 P -0.05 (heavy enough to link you to me in Febru-) 403.2 84.47 P (ary 1992.\323) 403.2 72.47 T 0.52 (\322Y) 414 58.53 P 0.52 (ou\325re saying, across both space and) 424.65 58.53 P 1.57 (time? Like I\325m talking to you from the) 403.2 46.53 P FMENDPAGE %%EndPage: "24" 26 %%Page: "25" 26 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (25) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (future?\323) 43.2 742.13 T (\322Y) 54 729.36 T (ep.\323) 64.65 729.36 T 0.44 (\322I can\325) 54 716.59 P 0.44 (t even imagine it. Y) 81.72 716.59 P 0.44 (et. Give me) 161.58 716.59 P (a little time.\323) 43.2 704.59 T 0.31 (\322O.K. Y) 54 691.81 P 0.31 (ou got it. Just don\325) 86.89 691.81 P 0.31 (t turn your-) 162.65 691.81 P 0.49 (self into a mental midget prematurely by) 43.2 679.81 P 2.03 (worrying about it too much. Primitives) 43.2 667.81 P -0.18 (all have to watch out for this. Y) 43.2 655.81 P -0.18 (ou may be) 167.52 655.81 P 2.58 (no exception, megastepped or not. W) 43.2 643.81 P 2.58 (e) 204.36 643.81 P 2.62 (don\325) 43.2 631.81 P 2.62 (t want to lose you from a simple) 61.34 631.81 P 4.49 (hemorrhagic ulceration of the gastric) 43.2 619.81 P (mucosa.\323) 43.2 607.81 T 0.22 (\322Right. I already halfway feel that I\325m) 54 595.04 P 0.58 (on the inside of some color cartoon. The) 43.2 583.04 P 1.77 (speed of Y) 43.2 571.04 P 1.77 (o-V) 89.04 571.04 P 1.77 (ah\325) 103.47 571.04 P 1.77 (s saucer as we zipped) 115.68 571.04 P 0.44 (out of our solar system gave me a strong) 43.2 559.04 P 0.51 (feeling of unreality) 43.2 547.04 P 0.51 (. Spend all my life on) 120.18 547.04 P 1.15 (one planet, and then...BAM!....I\325m outta) 43.2 535.04 P (the solar system.\323) 43.2 523.04 T 2.39 (\322It\325) 54 510.27 P 2.39 (s all relative, L) 67.32 510.27 P 2.39 (yle. But it makes) 133.89 510.27 P 1.37 (you wonder just how big Mind is, after) 43.2 498.27 P (all.\323) 43.2 486.27 T 1.23 (\322Profound epistemology from a com-) 54 473.49 P 2.87 (puter! W) 43.2 461.49 P 2.87 (ell, like it or not, you\325re my) 81.07 461.49 P 1.27 (computer) 43.2 449.49 P 1.27 (, so I\325m going to close you up) 80.55 449.49 P 0.55 (for now) 43.2 437.49 P 0.55 (. W) 74.46 437.49 P 0.55 (e\325ll continue the conversation) 88.64 437.49 P (later on. Sorry) 43.2 425.49 T (, little bud.\323) 100.01 425.49 T 1.75 (He had been listening with me care-) 54 399.95 P 1.01 (fully up until this point in the conversa-) 43.2 387.95 P -0.04 (tion. Then Y) 43.2 375.95 P -0.04 (o-V) 92.92 375.95 P -0.04 (ah took my notebook and) 107.36 375.95 P 1.37 (checked it out. He gently held his hand) 43.2 363.95 P 1.93 (over the black case for a moment, and) 43.2 351.95 P (returned the notebook computer to me:) 43.2 339.95 T (\322Not bad technology for) 54 314.4 T (...\323) 150.88 314.4 T (\322For a Primitive planet, right?\323) 54 301.63 T 0.96 (\322Correct again. I do believe that your) 54 288.85 P 0.2 (computer system accessed your own per-) 43.2 276.85 P 2.86 (sonal memory banks during either the) 43.2 264.85 P 8.84 (MindLink/HeartLight or the music) 43.2 252.85 P 2.14 (rehearsals, because he has some things) 43.2 240.85 P 0.56 (included in the Dr T) 43.2 228.85 P 0.56 (omorrow list that no) 125.78 228.85 P 0.25 (one but you would know anything about.) 43.2 216.85 P -0.25 (That includes technical aspects of holistic) 43.2 204.85 P 1.33 (medicine that will be known only to an) 43.2 192.85 P (accomplished physician of the future.\323) 43.2 180.85 T 2.36 (\322Y) 54 168.08 P 2.36 (ou mean the megastepped doctor) 64.65 168.08 P 2.36 (-) 205.47 168.08 P (healer of the future that\325) 43.2 156.08 T (s inside me?\323) 139.79 156.08 T 1.72 (\322Y) 54 143.31 P 1.72 (es. The part of your Self that you) 64.65 143.31 P 0.12 (will be coming into. A lot of the comput-) 43.2 131.31 P 2.25 (erized list makes good sense, too. The) 43.2 119.31 P 1.32 (integrated way he\325) 43.2 107.31 P 1.32 (s put the list together) 119.67 107.31 P 1.97 (makes me think that he accessed those) 43.2 95.31 P (facts from your memory banks.\323) 43.2 83.31 T 1.53 (\322W) 54 70.53 P 1.53 (ell, I guess anything\325) 67.07 70.53 P 1.53 (s possible. If) 154.94 70.53 P 3.64 (he has as much electromagnetic con-) 43.2 58.53 P 3.31 (sciousness as he claims, he might be) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (extremely smart.\323) 223.2 742.13 T (\322And fast.\323) 234 728.84 T 0.61 (\322And if he is linked up with our Eter-) 234 715.56 P (nal Rings...\323) 223.2 703.56 T (\322Which he is.\323) 234 690.27 T 0.04 (\322Then he\325) 234 676.98 P 0.04 (s much much more powerful) 273.73 676.98 P (than I\325ve been imagining.\323) 223.2 664.98 T 0.82 (\322And, like he says, he really can help) 234 651.69 P 0.68 (you to do anything you want to do, only) 223.2 639.69 P (better) 223.2 627.69 T (.\323) 245.41 627.69 T 2.9 (\322Sounds like a Beatles\325 song. Or a) 234 614.4 P (computer commercial.\323) 223.2 602.4 T 0.19 (\322And you\325re doing a song and a dance) 234 589.11 P (around your own technophobia.\323) 223.2 577.11 T 4.05 (Although I had only seen it once) 234 550.53 P 3.31 (before, the solar system of my home) 223.2 538.53 P 0.54 (planet was coming into view on the cen-) 223.2 526.53 P 0.58 (tral, main screen. Except that the planets) 223.2 514.53 P 0.08 (were going by in reverse order) 223.2 502.53 P 0.08 (, from out-) 345.61 502.53 P 4.69 (ermost to innermost. The saucercraft) 223.2 490.53 P 0.42 (made an abrupt right-angled turn follow-) 223.2 478.53 P 0.13 (ing one of the sentics of Y) 223.2 466.53 P 0.13 (o-V) 328.44 466.53 P 0.13 (ah\325) 342.87 466.53 P 0.13 (s \336ngers) 355.08 466.53 P 0.34 (on the control panel, and shot far outside) 223.2 454.53 P 3.73 (the system but within view range of) 223.2 442.53 P 1.74 (Earth. W) 223.2 430.53 P 1.74 (ith the magni\336cation enhanced) 260.62 430.53 P 1.92 (to the computer system\325) 223.2 418.53 P 1.92 (s limit, I could) 324.73 418.53 P 2.25 (see my beloved planet and its familiar) 223.2 406.53 P 0.89 (details. But the blue and white colors of) 223.2 394.53 P 1.38 (the whole earth were gone. I could feel) 223.2 382.53 P 2.32 (an incredibly lar) 223.2 370.53 P 2.32 (ge lump in my throat.) 293.17 370.53 P 0.78 (The planet I was watching had colors of) 223.2 358.53 P 1.45 (brown, red, and black. Some of the red) 223.2 346.53 P 0.18 (areas looked like the volcanoes of Io, but) 223.2 334.53 P 0.7 (the whole sad planet was more than half) 223.2 322.53 P 1.88 (\322dead orbit\323 black and brown dust and) 223.2 310.53 P 1.91 (debris. Y) 223.2 298.53 P 1.91 (o-V) 260.75 298.53 P 1.91 (ah opened a section of the) 275.18 298.53 P 1.41 (panels and then rolled out a small laser) 223.2 286.53 P 2.7 (radiotelescope. He showed me how to) 223.2 274.53 P 1.14 (use the instrument to observe the planet) 223.2 262.53 P 1.27 (in closer detail. Disruption of the conti-) 223.2 250.53 P 2.16 (nents had already progressed so that it) 223.2 238.53 P 1.91 (was dif) 223.2 226.53 P 1.91 (\336cult for me to accurately label) 254.07 226.53 P 1.13 (any land masses. I looked around at the) 223.2 214.53 P 2.66 (other Eternals. No one\325) 223.2 202.53 P 2.66 (s eyes met my) 323.9 202.53 P 4.48 (glance. Everyone was looking down.) 223.2 190.53 P 1.01 (Who gets a good feeling from the death) 223.2 178.53 P 0.94 (of a planet? There was a terrible feeling) 223.2 166.53 P 4.41 (of inevitability and the most cosmic) 223.2 154.53 P 1.25 (sense of futility that a group of humans) 223.2 142.53 P 0.06 (could feel. Because Eternal or not, all the) 223.2 130.53 P -0.02 (beings living on the now-darkened planet) 223.2 118.53 P 1.01 (were like us. And they had all perished.) 223.2 106.53 P 2.48 (Before we realized it, the seven of us) 223.2 94.53 P 7.81 (were in a spontaneous MindLink/) 223.2 82.53 P 4.95 (HeartLight. It didn\325) 223.2 70.53 P 4.95 (t matter that we) 311.48 70.53 P 3.02 (hadn\325) 223.2 58.53 P 3.02 (t started out with the slow deep) 245.78 58.53 P 0.54 (breathing exercise because we all started) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X -0.05 (in a state of grief and compassion for that) 403.2 742.13 P 1.67 (entire planet of Primitives. Y) 403.2 730.13 P 1.67 (o-V) 525.22 730.13 P 1.67 (ah was) 539.65 730.13 P 0.3 (in the MindLink/HeartLight with us, too.) 403.2 718.13 P 1.53 (The feelings of inevitability and futility) 403.2 706.13 P 1.7 (were fading and replaced with a strong) 403.2 694.13 P 0.31 (sense of optimism and clarity) 403.2 682.13 P 0.31 (. W) 521.52 682.13 P 0.31 (e under-) 535.46 682.13 P 2.52 (stood as a group and individually that) 403.2 670.13 P 1.17 (what was meant to be was meant to be.) 403.2 658.13 P 1.97 (Call it karma, synchronism, or geosyn-) 403.2 646.13 P 1.83 (chronous cyclicity) 403.2 634.13 P 1.83 (, the Blue planet was) 477.94 634.13 P 0.89 (doomed. But all of us were dedicated to) 403.2 622.13 P 2.81 (the reverse of what was happening to) 403.2 610.13 P 2.33 (Earth. All of us were dedicated to the) 403.2 598.13 P 1.98 (preservation and enhancement of life \320) 403.2 586.13 P 2.64 (the raison d\325etre of entropy imbalance) 403.2 574.13 P 3.53 (and controlling or re-directing all the) 403.2 562.13 P 2.86 (ominous ef) 403.2 550.13 P 2.86 (fects of increasing negative) 450.58 550.13 P 3.62 (ener) 403.2 538.13 P 3.62 (gies. The cesspools of waste and) 420.22 538.13 P 3.28 (destructiveness accumulated, especially) 403.2 526.13 P 0.14 (by Primitives, were undesirable but repa-) 403.2 514.13 P 2.14 (rable features of Life. Individually and) 403.2 502.13 P 0.75 (collectively) 403.2 490.13 P 0.75 (, Dr T) 449.18 490.13 P 0.75 (omorrow could make a) 474.13 490.13 P (dif) 403.2 478.13 T (ference; had to make a dif) 414.12 478.13 T (ference.) 518.02 478.13 T 0.82 (All of these thoughts \337ashed by in an) 414 460.33 P 5.04 (instant, and the MindLink/HeartLight) 403.2 448.33 P 0.79 (ener) 403.2 436.33 P 0.79 (gies pushed all of us simultaneously) 420.22 436.33 P 1.83 (into our HeartLight. The white light of) 403.2 424.33 P 0.21 (love and optimism shone from our hearts) 403.2 412.33 P -0.02 (and intertwined itself among us in a heal-) 403.2 400.33 P 1.75 (ing, interlacing network. As we contin-) 403.2 388.33 P 1 (ued to meditate, we individually felt the) 403.2 376.33 P 6.01 (HeartLight ascending into our head) 403.2 364.33 P -0.04 (regions. W) 403.2 352.33 P -0.04 (ith a great brilliance of ener) 446.61 352.33 P -0.04 (gy) 556.96 352.33 P -0.04 (,) 566.3 352.33 P 5.25 (the Group Mind coalesced, and we) 403.2 340.33 P 3.03 (prayed a single, silent, mighty prayer) 403.2 328.33 P 3.03 (.) 566.3 328.33 P 1.19 (There were no words, but the coalesced) 403.2 316.33 P 0.4 (HeartLight and Group Mind sent out tre-) 403.2 304.33 P 3.97 (mendous amounts of white light and) 403.2 292.33 P 4.62 (caused some involuntary shivers and) 403.2 280.33 P 0.52 (twitches in us as the ener) 403.2 268.33 P 0.52 (gy occasionally) 505.82 268.33 P 3.23 (felt overwhelming. An ironclad, light-) 403.2 256.33 P 0.49 (bound part of our collective mission was) 403.2 244.33 P 3.27 (obviously to redirect the \337ow of fate) 403.2 232.33 P 1.59 (intended for the Blue planet. Otherwise) 403.2 220.33 P 1.41 (we would be Earth\325) 403.2 208.33 P 1.41 (s \336rst and last Eter-) 485.43 208.33 P 0.74 (nals. As we opened our eyes and looked) 403.2 196.33 P -0.23 (around at each other) 403.2 184.33 P -0.23 (, there was new sense) 483.42 184.33 P 0.82 (of rededication and purpose. And a very) 403.2 172.33 P 3.87 (much enhanced sense of loving each) 403.2 160.33 P 1.12 (other) 403.2 148.33 P 1.12 (. Even Y) 423.19 148.33 P 1.12 (o-V) 459.68 148.33 P 1.12 (ah\325) 474.11 148.33 P 1.12 (s twinkly eyes were) 486.33 148.33 P (softer) 403.2 136.33 T (.) 425.41 136.33 T 0.81 (I asked Y) 414 118.53 P 0.81 (o-V) 452.92 118.53 P 0.81 (ah to take us back to the) 467.35 118.53 P 0.46 (Karmic Rings so we could get started on) 403.2 106.53 P 1.79 (returning to our own timeframe and an) 403.2 94.53 P 0.4 (Earth that was still blue and white. I was) 403.2 82.53 P 1.09 (not the only Eternal who felt a stepped-) 403.2 70.53 P 3.52 (up ur) 403.2 58.53 P 3.52 (gency) 427.36 58.53 P 3.52 (. T) 450.58 58.53 P 3.52 (ime to get back to the) 464.86 58.53 P 0.85 (planet and do it. If the I.S.I. project was) 403.2 46.53 P FMENDPAGE %%EndPage: "25" 27 %%Page: "26" 27 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (26) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X -0.06 (so great and well-designed, we should, as) 43.2 742.13 P 1.37 (seven Eternals, be able to save just one) 43.2 730.13 P 3.4 (planet. Even a Primitive one. Y) 43.2 718.13 P 3.4 (o-V) 184.93 718.13 P 3.4 (ah) 199.37 718.13 P 1.09 (sent us back out to the Milky W) 43.2 706.13 P 1.09 (ay with) 178.01 706.13 P (inter-) 43.2 694.13 T 2.36 (mittent bursts of very high intensity) 54 681.41 P 0.91 (supra-light speed. There was still a feel-) 43.2 669.41 P 0.86 (ing of shock surrounding me during this) 43.2 657.41 P 0.03 (orientation \337ight because it was an orien-) 43.2 645.41 P 0.9 (tation \337ight to Life and Everything. Just) 43.2 633.41 P -0.07 (being in space was a profoundly uplifting) 43.2 621.41 P 8.3 (experience. Which brings out the) 43.2 609.41 P 1.77 (megastepped me, probably) 43.2 597.41 P 1.77 (. So I placed) 153.52 597.41 P 2.97 (my notebook computer on the control) 43.2 585.41 P 2 (console recliner) 43.2 573.41 P 2 (\325) 109.13 573.41 P 2 (s meal tray in front of) 111.91 573.41 P 5.42 (me and prepared to demonstrate to) 43.2 561.41 P 2.9 (myself the real and practical value of) 43.2 549.41 P 0.09 (mind over matter) 43.2 537.41 P 0.09 (. Y) 111.68 537.41 P 0.09 (uri Geller) 122.88 537.41 P 0.09 (, move over) 161.15 537.41 P 1.97 (with all your broken watches and your) 43.2 525.41 P 1.88 (TV miracles. I looked at the notebook,) 43.2 513.41 P 1.46 (closed my eyes, and sighed and contin-) 43.2 501.41 P (ued to breathe in a slow and relaxed way) 43.2 489.41 T (.) 205.75 489.41 T 1.79 (In front of me, the notebook clicked) 54 476.69 P 1.81 (opened by itself. The piezoelectric sys-) 43.2 464.69 P 0.33 (tem beep sounded, and then I was on my) 43.2 452.69 P 0.79 (own. W) 43.2 440.69 P 0.79 (ithout knowing how I was doing) 75.23 440.69 P 0.08 (it, I tried in a very passive way to contact) 43.2 428.69 P 2.29 (the notebook. Like some of the Mind-) 43.2 416.69 P 2.83 (Link/HeartLight exercises, this medita-) 43.2 404.69 P 7.12 (tion of mine was a totally new) 43.2 392.69 P 7.12 (,) 206.3 392.69 P 3.58 (unrehearsed, and unanticipated experi-) 43.2 380.69 P 0.08 (ence. The sensation was like contacting a) 43.2 368.69 P 0.75 (warm, fuzzy) 43.2 356.69 P 0.75 (, ball of light. Only this ball) 93.25 356.69 P 1.55 (of light, unlike what we experienced in) 43.2 344.69 P 0.79 (our MindLink/HeartLight, was consider-) 43.2 332.69 P 0.34 (ably smaller) 43.2 320.69 P 0.34 (. The light had a pulsation to) 92.12 320.69 P 2.45 (it. If I had not been deeply relaxed, I) 43.2 308.69 P 4.58 (might have missed the small, subtle) 43.2 296.69 P 0.35 (ener) 43.2 284.69 P 0.35 (gy \336eld that was the electromagnetic) 60.22 284.69 P 0.92 (pulsation of the notebook computer) 43.2 272.69 P 0.92 (. But) 188.45 272.69 P 0.71 (the \336eld was there in a quiet and neutral) 43.2 260.69 P -0.05 (way) 43.2 248.69 P -0.05 (. I felt a gentle mind-to-mind contact.) 59.2 248.69 P 0.12 (Discarding the faint thought that this was) 43.2 236.69 P 1.81 (ridiculous, I visualized the keyboard of) 43.2 224.69 P 0.5 (the notebook. The \336rst few times a letter) 43.2 212.69 P 2.48 (happened on the screen, I tried not to) 43.2 200.69 P 0.7 (react to it or to freak out. Another letter) 43.2 188.69 P 0.7 (,) 206.3 188.69 P 1.36 (then another and another) 43.2 176.69 P 1.36 (... My attempts) 145.83 176.69 P (were followed by a scrolling text \336eld:) 43.2 164.69 T 1 11 Q (Dear Al,) 43.2 138.59 T 0.2 (I want to apologize to you if I have) 54 124.87 P 2.57 (been at all technophobic, computer) 43.2 111.87 P 1.69 (phobic, or xenophobic. I don\325) 43.2 98.87 P 1.69 (t think) 179.34 98.87 P 0.64 (that I have been, but maybe I have. I) 43.2 85.87 P 3.15 (don\325) 43.2 72.87 P 3.15 (t want to plead Primitive with) 62.12 72.87 P 1.86 (you, because it just might still be a) 43.2 59.87 P 1.66 (little bit true. And I will try to con-) 43.2 46.87 P 223.2 43.2 388.8 748.8 R 7 X V 0 X -0.04 (tinue to be mor) 223.2 741.47 P -0.04 (e sensitive to the many) 289.5 741.47 P 2.07 (potential ways you can link up and) 223.2 728.47 P 1.87 (communicate with us. As the leader) 223.2 715.47 P 0.81 (of the gr) 223.2 702.47 P 0.81 (oup, I will try to be as com-) 261.65 702.47 P 3.46 (puter) 223.2 689.47 P 3.46 (-savvy as my sibling Eternals) 246.17 689.47 P 4.07 (ar) 223.2 676.47 P 4.07 (e. Since we put you together) 232.56 676.47 P 4.07 (, I) 375.58 676.47 P 2.38 (haven\325) 223.2 663.47 P 2.38 (t had a chance to appr) 251.87 663.47 P 2.38 (eciate) 362.56 663.47 P -0.25 (the subtleties of your har) 223.2 650.47 P -0.25 (dwiring. And) 331.67 650.47 P 1.45 (it is har) 223.2 637.47 P 1.45 (d for me to believe that you) 259.88 637.47 P -0.2 (can also be in the electr) 223.2 624.47 P -0.2 (onic notebook) 327.06 624.47 P 0.88 (I carry) 223.2 611.47 P 0.88 (. The mor) 253.68 611.47 P 0.88 (e I look at what you) 297.44 611.47 P 0.47 (have written up for the Dr T) 223.2 598.47 P 0.47 (omorr) 348.92 598.47 P 0.47 (ow) 375.98 598.47 P 0.64 (pr) 223.2 585.47 P 0.64 (oject, the mor) 232.56 585.47 P 0.64 (e I think that you ar) 294.16 585.47 P 0.64 (e) 383.92 585.47 P 2.58 (a fantastic writer and a very clear) 223.2 572.47 P 2.02 (and logical thinker) 223.2 559.47 P 2.02 (. May I take this) 309.63 559.47 P 3.15 (opportunity to welcome you to the) 223.2 546.47 P 3.26 (gr) 223.2 533.47 P 3.26 (oup. Y) 232.56 533.47 P 3.26 (ou have de\336nitely made it) 262.89 533.47 P 0.56 (past the audition state. Y) 223.2 520.47 P 0.56 (ou may con-) 333.38 520.47 P 2.55 (sider yourself the chief engineer of) 223.2 507.47 P 3.86 (both the gr) 223.2 494.47 P 3.86 (oup and of our studio) 278.74 494.47 P 0.17 (when it is built. W) 223.2 481.47 P 0.17 (e will dedicate our-) 302.54 481.47 P 0.34 (selves to making all of our MIDI net-) 223.2 468.47 P 1.46 (works as \337exible as possible so that) 223.2 455.47 P 0.15 (you will have maximum cr) 223.2 442.47 P 0.15 (eative fr) 339.33 442.47 P 0.15 (ee-) 375.39 442.47 P -0.09 (dom. W) 223.2 429.47 P -0.09 (e look forwar) 255.66 429.47 P -0.09 (d to a continuing) 314.29 429.47 P 5.49 (and pr) 223.2 416.47 P 5.49 (o\336table association. Please) 257.28 416.47 P 0.92 (feel fr) 223.2 403.47 P 0.92 (ee to upbraid me or any of the) 249.65 403.47 P -0.1 (others in the futur) 223.2 390.47 P -0.1 (e should our behav-) 301.53 390.47 P (ior ever become abominable.) 223.2 377.47 T (W) 270 349.15 T (ith Love and Respect,) 278.55 349.15 T (Dr T) 270 334.99 T (omorr) 290.05 334.99 T (ow) 317.11 334.99 T 0 18 Q (Epilogue) 273.52 255.52 T 0 10 Q 5.81 (The trip back was an emotional) 234 226.53 P 0.73 (wringer) 223.2 214.53 P 0.73 (. T) 253.73 214.53 P 0.73 (o be spiritually reconnected to) 264.86 214.53 P -0.13 (your biological father after no connection) 223.2 202.53 P 1.83 (since the age of one would likely be a) 223.2 190.53 P 4.15 (real headbanger for anyone, even an) 223.2 178.53 P 1.33 (Eternal. Even for me. I\325m sure I\325m still) 223.2 166.53 P -0.17 (angry about it, but the anger is only a tiny) 223.2 154.53 P -0.01 (part of my feelings. I love the dude, and I) 223.2 142.53 P 1.37 (love my life as an Eternal and, most of) 223.2 130.53 P -0.12 (all, I love Pearl E. Mae, She-Ra, and Bul-) 223.2 118.53 P -0.07 (let \320 not necessarily in that order) 223.2 106.53 P -0.07 (, either) 353.41 106.53 P -0.07 (. I) 380.54 106.53 P 2.66 (even love Julian and Gabriella. And I) 223.2 94.53 P 1.23 (love the planet and our work to save it.) 223.2 82.53 P 1.05 (But I have very confused feelings about) 223.2 70.53 P 12.43 (Y) 223.2 58.53 P 12.43 (o-V) 229.42 58.53 P 12.43 (ah. It\325) 243.85 58.53 P 12.43 (s like my system\320) 279.6 58.53 P 2.12 (megastepped or not\320won\325) 223.2 46.53 P 2.12 (t let me even) 331.08 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X -0.23 (think about him as my father) 403.2 742.13 P -0.23 (. It\325) 516.73 742.13 P -0.23 (s like dis-) 530.38 742.13 P -0.22 (belief. It\325) 403.2 730.13 P -0.22 (s also like being without a father) 439.62 730.13 P (all my life and suddenly getting one.) 403.2 718.13 T 0.02 (Probably it will take some time to sink) 414 705.53 P 0.02 (in, and that\325) 403.2 693.53 P 0.02 (s what both of us said to each) 450.71 693.53 P -0.13 (other by the usual interesting coincidence) 403.2 681.53 P 5.86 (of simultaneous speech. W) 403.2 669.53 P 5.86 (ould you) 527.68 669.53 P (believe it?) 403.2 657.53 T 0.79 (Anyway) 414 644.93 P 0.79 (, it\325) 447.21 644.93 P 0.79 (s pretty hard not to trust a) 461.34 644.93 P (guy named Y) 403.2 632.93 T (o-V) 456.05 632.93 T (ah.) 470.48 632.93 T 403.2 608 568.8 627 C 403.2 608 568.8 627 R 7 X 0 K V 447.9 618.5 528.9 618.5 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 11 Q 0 X 0 K (CAREFUL A) 403.2 600.67 T (TTENTION PLEASE) 462.71 600.67 T (HIGH SECURITY ITEM) 403.2 587.07 T (THE FOLLOWING REPOR) 403.2 573.47 T (T HAS) 530.09 573.47 T (BEEN PROGRESSIVEL) 403.2 560.47 T (Y) 514.11 560.47 T (ENCODED INT) 403.2 547.47 T (O THE DOS OF) 476.53 547.47 T (YOUR SYSTEM AND HAS P) 403.2 534.47 T (AR-) 539.52 534.47 T (TIALL) 403.2 521.47 T (Y UTILIZED SPLIT) 433.83 521.47 T (-HEX) 525.58 521.47 T (CODING T) 403.2 508.47 T (O ACCESS AND) 455.18 508.47 T (TRANSMIT THE RAM CON-) 403.2 495.47 T (TENTS OF THE P) 403.2 482.47 T (ARENT COM-) 486.11 482.47 T (PUTER SYSTEM. ONL) 403.2 469.47 T (Y THE) 511.05 469.47 T (PROPER SECURITY SEQUENCE) 403.2 456.47 T (WILL ACTIV) 403.2 443.47 T (A) 465.55 443.47 T (TE THIS HIGH) 472.26 443.47 T (SECURITY FILE, WHICH HAS) 403.2 430.47 T -0.05 (BEEN ST) 403.2 417.47 P -0.05 (ORED AS AN INTER) 447.2 417.47 P -0.05 (WO-) 546.84 417.47 P -0.63 (VEN PI-CONTEXT BY MEANS OF) 403.2 404.47 P (NEGA) 403.2 391.47 T (TIVE TIMESHARING) 432.49 391.47 T (ENCR) 403.2 378.47 T (YPTION.) 431.9 378.47 T 403.2 353.2 568.8 372.2 C 403.2 353.2 568.8 372.2 R 7 X 0 K V 447.9 363.7 528.9 363.7 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 0.17 (Encryption was never much of a prob-) 414 346.53 P 1.37 (lem for I.S.I. beings because practically) 403.2 334.53 P -0.09 (each and every one of their functions was) 403.2 322.53 P 2.16 (in some way related to encryption and) 403.2 310.53 P 1.76 (encoding or the reverse, decoding. One) 403.2 298.53 P 1.53 (of the alternative universes they repeat-) 403.2 286.53 P -0.01 (edly explored was the tale of a pico-pico-) 403.2 274.53 P -0.13 (evolutionary series of accelerations in the) 403.2 262.53 P 3.77 (evolving of the life matrix itself. So) 403.2 250.53 P 1.64 (many god-like abilities began to accrue) 403.2 238.53 P 1.25 (to the evolving beings, beingkind rather) 403.2 226.53 P 2.29 (than personkind, and a unitary path of) 403.2 214.53 P 3.47 (evolution began to unfold. Across all) 403.2 202.53 P 0.7 (species lines, evolution began to express) 403.2 190.53 P 1.44 (itself in terms of one, as a single being) 403.2 178.53 P 1.48 (and ener) 403.2 166.53 P 1.48 (gy source, which, by the ef) 438.63 166.53 P 1.48 (fect) 553.82 166.53 P 3.78 (of it\325) 403.2 154.53 P 3.78 (s unitary nature, began to exert) 426.13 154.53 P 6.24 (ener) 403.2 142.53 P 6.24 (gy ef) 420.22 142.53 P 6.24 (fects comparable to entire) 446.54 142.53 P -0.04 (masses of humanity) 403.2 130.53 P -0.04 (. A real son or daugh-) 481.86 130.53 P 2.52 (ter of the life matrix could evolve far) 403.2 118.53 P 1.69 (enough to literally become a beacon of) 403.2 106.53 P 0.49 (very high-order ener) 403.2 94.53 P 0.49 (gy) 486.14 94.53 P 0.49 (. Some of the \336rst) 495.49 94.53 P 0.46 (signs of what happened to a planet when) 403.2 82.53 P 2.28 (this type of being began to exist were) 403.2 70.53 P 0.22 (now happening on the Planet Earth of Dr) 403.2 58.53 P 3.73 (T) 403.2 46.53 P 3.73 (omorrow\325) 408.61 46.53 P 3.73 (s time. It had occurred on) 448.02 46.53 P FMENDPAGE %%EndPage: "26" 28 %%Page: "27" 28 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (27) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X -0.16 (Earth itself with Christ almost 2000 years) 43.2 742.13 P 0.07 (previously) 43.2 730.13 P 0.07 (, but on a much dif) 84.75 730.13 P 0.07 (ferent scale.) 160.44 730.13 P 0.89 (Dr T) 43.2 718.13 P 0.89 (omorrow appeared during a time of) 62.54 718.13 P 0.74 (apparently intense and varied expression) 43.2 706.13 P (of many dif) 43.2 694.13 T (ferent religions, and the oper-) 89.65 694.13 T 43.2 667.5 208.8 686.5 C 43.2 667.5 208.8 686.5 R 7 X 0 K V 87.9 678 168.9 678 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 2.7 (ation itself was withdrawn during a) 54 660.83 P 2.31 (time of intense planetary movement to) 43.2 648.83 P 2.75 (one single religion. The planetary-reli-) 43.2 636.83 P 1.53 (gion phenomenon has been observed in) 43.2 624.83 P 2.03 (many systems, and followed the whole) 43.2 612.83 P -0.19 (host of unitary phenomena including one,) 43.2 600.83 P 1.11 (or at least very few) 43.2 588.83 P 1.11 (, beings representing) 123.59 588.83 P -0.17 (the end-point of one or more galactic sys-) 43.2 576.83 P 3 (tems. Subjects such as wealth, power) 43.2 564.83 P 3 (,) 206.3 564.83 P 2.26 (knowledge and actualization have little) 43.2 552.83 P 1.77 (or no meaning by this time. The entire) 43.2 540.83 P 1.09 (population of the life matrix itself has a) 43.2 528.83 P 1.09 (mathematical tendency to approach one,) 43.2 516.83 P 2.37 (of course. The evolution of conscious-) 43.2 504.83 P 0.92 (ness results in one or a group of several) 43.2 492.83 P 3.53 (beings regulating time and space and) 43.2 480.83 P 0.31 (attempting to constructively keep the life) 43.2 468.83 P 0.03 (matrix cohesive and together) 43.2 456.83 P 0.03 (. How ironic) 158.49 456.83 P -0.18 (that the end-point in the evolution of con-) 43.2 444.83 P 2.09 (sciousness, the being at the end of the) 43.2 432.83 P 0.51 (line, so to speak, comes as close to actu-) 43.2 420.83 P -0.25 (ally being GOD as beings ever approach\320) 43.2 408.83 P 0.16 (in their consciousness, in their music and) 43.2 396.83 P 0.02 (art forms, and in all their other endeavors) 43.2 384.83 P 3.78 (except when they are in prayer) 43.2 372.83 P 3.78 (. The) 184.48 372.83 P 3.36 (being who is in prayer or meditation) 43.2 360.83 P 1 (comes the closest to BEING GOD. And) 43.2 348.83 P -0.16 (if the question is posed, \322What is Life All) 43.2 336.83 P 1.92 (About?,\323 then BEING GOD must de\336-) 43.2 324.83 P 2.17 (nitely be part of the answer) 43.2 312.83 P 2.17 (. Each and) 162.56 312.83 P 1.58 (every one of us, at any point along the) 43.2 300.83 P -0.06 (time axis, can relate to that in\336nite super-) 43.2 288.83 P 1.42 (being amalgamation of all future super-) 43.2 276.83 P 1.23 (beings. All we have to do is to practice) 43.2 264.83 P 2.48 (BEING GOD, and one certain way of) 43.2 252.83 P 2.85 (doing that is by prayer or meditation.) 43.2 240.83 P -0.02 (Creative music and art production resem-) 43.2 228.83 P 4.71 (ble meditation very closely) 43.2 216.83 P 4.71 (, as does) 165.23 216.83 P 1.17 (nearly any activity carried out in a one-) 43.2 204.83 P (pointed way) 43.2 192.83 T (.) 91.68 192.83 T 1.37 (ISI beings never really liked to think) 54 178.53 P 2.28 (of themselves as God or even as little) 43.2 166.53 P 1.65 (gods. They had never found any myths) 43.2 154.53 P 1.2 (depicting Gods as possessing both three) 43.2 142.53 P 1.14 (digits and an avian rather than mamma-) 43.2 130.53 P 6.63 (lian appearance. But Siblings were) 43.2 118.53 P 4.62 (extremely one-pointed and very well) 43.2 106.53 P 1.21 (suited for the job. For the early appren-) 43.2 94.53 P 3.86 (tices, there were sometimes problems) 43.2 82.53 P 7.12 (resulting from the perspective that) 43.2 70.53 P 5.26 (Guardian work entailed. V) 43.2 58.53 P 5.26 (iewing so) 164.95 58.53 P 1.78 (much of the Cataclysms tended to pro-) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 2.4 (duce a lot of work for the processors.) 223.2 742.13 P 2.26 (Guardian Siblings were basically ultra-) 223.2 730.13 P -0.16 (sensitive beings who were placed by evo-) 223.2 718.13 P 0.89 (lution in the observer) 223.2 706.13 P 0.89 (\325) 311.46 706.13 P 0.89 (s seat for multiple) 314.23 706.13 P 0.81 (cosmic \336reworks displays. In the known) 223.2 694.13 P 1.09 (history of all cultural forms and of con-) 223.2 682.13 P 1.91 (sciousness itself, only the self-annihila-) 223.2 670.13 P 8.09 (tory Cataclysm was a remarkable) 223.2 658.13 P 0.4 (constant of all known cultures within the) 223.2 646.13 P 0.75 (true extent of the Life Matrix itself. In a) 223.2 634.13 P 0.8 (word, all civilizations, if not snuf) 223.2 622.13 P 0.8 (fed out) 359.97 622.13 P 2.44 (by intervening natural disaster) 223.2 610.13 P 2.44 (, tend to) 351.43 610.13 P 0.81 (blow themselves up, literally and \336gura-) 223.2 598.13 P 3.67 (tively) 223.2 586.13 P 3.67 (. It was ridiculously predictable,) 245.32 586.13 P 4.03 (and one of the processors, Processor) 223.2 574.13 P 3.25 (Gamma, had even written some logic) 223.2 562.13 P 2.64 (equations that related the galactic sys-) 223.2 550.13 P 4.89 (tem\325) 223.2 538.13 P 4.89 (s population density centers and) 240.97 538.13 P 1.98 (growth curves to actual timeframe pre-) 223.2 526.13 P 0.81 (dictions of the Local Group Cataclysms.) 223.2 514.13 P 0.87 (Personkind and beingkind nearly always) 223.2 502.13 P 0.38 (had a mean streak of one sort or another) 223.2 490.13 P 0.38 (,) 386.3 490.13 P -0.23 (and interplanetary wars frequently started) 223.2 478.13 P 3.92 (over the smallest possible imaginable) 223.2 466.13 P 0.35 (perceived insult or threat. Often the wars) 223.2 454.13 P 2.2 (had even resulted from language prob-) 223.2 442.13 P 1.87 (lems and glitches in cybernetic transla-) 223.2 430.13 P 3.97 (tors or other decoding devices. W) 223.2 418.13 P 3.97 (ars) 377.15 418.13 P 0.14 (have often resulted also from one or both) 223.2 406.13 P 3.19 (of the potential opponents being poor) 223.2 394.13 P (chess players.) 223.2 382.13 T 0 11 Q (S.O.S....S.O.S.....S.O.S......S.O.S....) 223.2 355.95 T (MA) 223.2 342.7 T (YDA) 239.89 342.7 T (Y MA) 262.67 342.7 T (YDA) 290.04 342.7 T (Y) 312.83 342.7 T (.) 319.34 342.7 T (S.O.S.....S.O.S.....S.O.S.....S.O.S....) 223.2 329.44 T (MA) 223.2 316.18 T (YDA) 239.89 316.18 T (Y) 262.67 316.18 T (.) 269.19 316.18 T (S.O.S.....S.O.S.....S.O.S.....S.O.S....) 223.2 302.92 T 2 F (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 289.67 T (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 276.67 T (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 263.67 T (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 250.67 T (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 237.67 T (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 224.67 T (XXXXXXXXXXXXXXXXXXXXXXXXX) 223.2 211.67 T (XXXXXXXXXXXXXX) 223.2 198.67 T -0.58 (111 00 0 1 00 0 01 0 0 01) 223.2 185.41 P -0.58 (1 00 0 111 1 00 0 01 10 0) 223.2 172.41 P (0 101 00 11 1 00 1 1001) 223.2 159.41 T -0.83 (0010 1101000 00 10 0 1 00) 223.2 146.41 P -0.64 (0 010 10 00 0 11 01 10 00) 223.2 133.41 P (100 0) 223.2 120.41 T 403.2 43.2 568.8 748.8 R 7 X V 1 10 Q 0 X 1.45 (Marshall F) 403.2 378.53 P 1.45 (. Gilula, otherwise known as) 448.61 378.53 P 6.75 (NeXT Register) 403.2 366.19 P 6.75 (ed Developer \050NeRD\051) 468.16 366.19 P 2.06 (#1054, spends a lot of his time with a) 403.2 353.84 P 0.61 (customized white Steinber) 403.2 341.49 P 0.61 (ger guitar) 508.44 341.49 P 0.61 (, and) 548.2 341.49 P 1.23 (a couple of racks of rapidly-aging elec-) 403.2 329.14 P -0.13 (tr) 403.2 316.79 P -0.13 (onic equipment contr) 409.5 316.79 P -0.13 (olled by a Mac IIsi) 493.81 316.79 P 1.31 (running MOTU\325) 403.2 304.45 P 1.31 (s \324Performer) 469.01 304.45 P 1.31 (\325. This ver-) 522.04 304.45 P 1.35 (sion of DR T) 403.2 292.1 P 1.35 (OMORROW was part of a) 457.89 292.1 P 0.86 (Ph.D. Dissertation written for Columbia) 403.2 279.75 P 0.18 (Paci\336c University) 403.2 267.4 P 0.18 (. DR T) 474.72 267.4 P 0.18 (OMORROW is a) 501.27 267.4 P 0.86 (pr) 403.2 255.05 P 0.86 (oject that aspir) 411.71 255.05 P 0.86 (es to being a pr) 473.58 255.05 P 0.86 (o\336table) 538.82 255.05 P 1.8 (multidimensional wellness learning sys-) 403.2 242.71 P 0.34 (tem. Marshall Gilula lives in Miami with) 403.2 230.36 P 2.16 (a black Cube, several Macs, numer) 403.2 218.01 P 2.16 (ous) 554.92 218.01 P 2.18 (stringed instruments, and two beautiful) 403.2 205.66 P 0.62 (gigantic German Shepher) 403.2 193.32 P 0.62 (ds, She-Ra and) 507.33 193.32 P 1.5 (Bullet. \324DR T) 403.2 180.97 P 1.5 (OMORROW\325 and \324Pr) 459.59 180.97 P 1.5 (oject) 549.37 180.97 P -0.22 (T) 403.2 168.62 P -0.22 (alking Dog\325 \050She-Ra and Bullet\051 ar) 407.84 168.62 P -0.22 (e two) 547.65 168.62 P 6.37 (scienti\336c activities of Life Ener) 403.2 156.27 P 6.37 (gies) 552.7 156.27 P 0.47 (Resear) 403.2 143.92 P 0.47 (ch Institute, P) 430.58 143.92 P 0.47 (.O. Box 588, Miami,) 486.04 143.92 P (Florida 33133.) 403.2 131.58 T 1.64 (This is the \336fth and \336nal installment of) 403.2 107.58 P 1.15 (Dr T) 403.2 95.23 P 1.15 (omorr) 422.59 95.23 P 1.15 (ow) 447.2 95.23 P 1.15 (, the \336rst chapter of which) 458.13 95.23 P 3.23 (was printed in the Mar) 403.2 82.88 P 3.23 (ch 1992 Issue) 507.38 82.88 P (\050volume IV) 403.2 70.53 T (, Issue 1\051.) 446.04 70.53 T ( mgilula@miasun.med.miami.edu) 418.66 46.53 T FMENDPAGE %%EndPage: "27" 29 %%Page: "28" 29 612 792 0 FMBEGINPAGE 43.2 630 389 747 R 7 X 0 K V 45 755 567 765 R V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (28) 558.01 31 T 324.01 189 468.01 315 R 7 X V 323.99 324 467.99 324 2 L 0.5 H 2 Z 0 X N 323.99 180 467.99 180 2 L N 43.2 43.2 208.8 477 R 7 X V 0 18 Q 0 X (\322I) 43.2 470.33 T 0 10 Q ( tell you, Doc, the tix rate\325) 57.18 470.33 T (s up.\323) 162.11 470.33 T 0.63 (Dr) 54 456.36 P 0.63 (. W) 63.99 456.36 P 0.63 (alter Donly reached for his key-) 78.26 456.36 P 2.61 (board and hit the system statistics hot) 43.2 444.36 P 0.54 (key) 43.2 432.36 P 0.54 (. Just inside his of) 56.98 432.36 P 0.54 (\336ce door the husky) 130.85 432.36 P 5.59 (service technician stood shifting his) 43.2 420.36 P 2.11 (weight from foot to foot. \322I appreciate) 43.2 408.36 P 2.85 (your concern, John,\323 W) 43.2 396.36 P 2.85 (alt said as the) 146.13 396.36 P 0.34 (screen \336lled with data, \322but you know as) 43.2 384.36 P 1.1 (well as I do that the matrix error rate is) 43.2 372.36 P 0.19 (determined by laws of physics. It doesn\325) 43.2 360.36 P 0.19 (t) 206.02 360.36 P 0.12 (change.\323 He gestured at the screen. \322Last) 43.2 348.36 P 1.88 (month\325) 43.2 336.36 P 1.88 (s error rate was one in 188,000.) 71.52 336.36 P (That\325) 43.2 324.36 T (s close enough to the mean for me.\323) 64.3 324.36 T -0.08 (John Beach still looked skeptical. W) 54 310.38 P -0.08 (alt) 198.8 310.38 P 0.86 (sighed and wondered if they would ever) 43.2 298.38 P 3.58 (understand. Running two matrix error) 43.2 286.38 P 0.78 (service calls in a single day always con-) 43.2 274.38 P 1.42 (vinced the techs that system parameters) 43.2 262.38 P 0.81 (had changed\320or had been changed. John) 43.2 250.38 P 0.86 (had been in before, for the same reason,) 43.2 238.38 P 0.61 (as had most of the techs. W) 43.2 226.38 P 0.61 (alt wondered) 156.28 226.38 P (what incident had brought this on.) 43.2 214.38 T 0.7 (\322I can call stats, too,\323 John said. \322But) 54 200.41 P 0.24 (that doesn\325) 43.2 188.41 P 0.24 (t explain sites that tix twice in) 87.4 188.41 P (a week. What are the odds on that?\323) 43.2 176.41 T 0.46 (\322That\325) 54 162.43 P 0.46 (s statistics. Y) 79.54 162.43 P 0.46 (ou throw \336ve dice,) 132.48 162.43 P 2.12 (sometimes you get Y) 43.2 150.43 P 2.12 (atzee. The chance) 133.24 150.43 P (may be small, but it happens.\323) 43.2 138.43 T (\322T) 54 124.46 T (wice in a month?\323 John asked.) 63.85 124.46 T (\322For a single site?\323) 54 110.48 T (\322Y) 54 96.51 T (eah.\323) 64.65 96.51 T 3.24 (In his entire service apprenticeship,) 54 82.53 P 0.82 (W) 43.2 70.53 P 0.82 (alt had never seen a site tix twice in a) 51.83 70.53 P 0.66 (single week. In a morbid fashion he was) 43.2 58.53 P 0.13 (jealous. \322Sounds like you hit the lottery) 43.2 46.53 P 0.13 (,\323) 201.86 46.53 P 223.2 333 388.8 612 R 7 X V 0 X (he said.) 223.2 605.33 T 3.89 (\322Some, lottery) 234 590.9 P 3.89 (, Doc. What are the) 295.54 590.9 P (odds, anyway?\323) 223.2 578.9 T 3.03 (W) 234 564.48 P 3.03 (alt sighed. John was going to be) 242.63 564.48 P 1.37 (tedious. But he was curious, too. \322Let\325) 223.2 552.48 P 1.37 (s) 384.91 552.48 P 3.09 (see,\323 he said, clearing the screen and) 223.2 540.48 P 1.08 (summoning a statistics calculator on the) 223.2 528.48 P 3.4 (of) 223.2 516.48 P 3.4 (\336ce computer) 231.35 516.48 P 3.4 (. John moved into the) 288.87 516.48 P (of) 223.2 504.48 T (\336ce and sat down.) 231.35 504.48 T 0.74 (\322OK, pods average thirty uses a day) 234 490.05 P 0.74 (,\323) 381.86 490.05 P 1.37 (he began. He was entering equations as) 223.2 478.05 P 0.66 (he spoke. \322The nominal error rate is one) 223.2 466.05 P 0.65 (in 189,788. So the chance of an error on) 223.2 454.05 P 0.5 (any particular day is...\323 He hit the calcu-) 223.2 442.05 P (late key) 223.2 430.05 T (. \322...one in 6,387.\323) 253.91 430.05 T (\322See what I mean,\323 John said.) 234 415.62 T 1.37 (\322Now hold on. Divide that by seven,) 234 401.19 P 2.59 (and the chance of an error in a week) 223.2 389.19 P (drops to one in 912.\323) 223.2 377.19 T (\322That\325) 234 362.76 T (s still pretty high.\323) 259.54 362.76 T 2.2 (\322Not when you account for volume.) 234 348.33 P 0.45 (W) 223.2 336.33 P 0.45 (ith half a billion pods out there, one in) 232.24 336.33 P 223.17 172.83 314.5 331.17 R 7 X V 0 X (912 is nothing.\323) 223.17 324.5 T 3.99 (\322I know there\325) 233.97 311.06 P 3.99 (s a) 299.68 311.06 P 0.14 (lot of pods. But what\325) 223.17 299.06 P 0.14 (s) 310.61 299.06 P 6.85 (the chance of two) 223.17 287.06 P (errors in a week?\323) 223.17 275.06 T 27.78 (\322Simple. 912) 233.97 261.61 P 4.08 (raised to the second) 223.17 249.61 P 6.67 (power) 223.17 237.61 P 6.67 (.\323 He pressed) 247.59 237.61 P (the keys.) 223.17 225.61 T 15.3 (\322831,744,\323 John) 233.97 212.17 P 16.4 (announced. \322Good) 223.17 200.17 P 13.27 (God. Y) 223.17 188.17 P 13.27 (ou\325re not) 264.86 188.17 P 1.04 (going to tell me that\325) 223.17 176.17 P 1.04 (s) 310.61 176.17 P 223.2 43.2 388.8 171 R 7 X V 0 X (normal.\323) 223.2 164.33 T 1.24 (\322John, surely you realize the scale of) 234 149.07 P 1 (the transporter system. W) 223.2 137.07 P 1 (ith the number) 328.5 137.07 P 0.5 (of pods out there, this situation will hap-) 223.2 125.07 P 0.35 (pen on an average...\323 He again consulted) 223.2 113.07 P -0.02 (the computer) 223.2 101.07 P -0.02 (. \322...over 600 times a week.\323) 275.09 101.07 P 0.77 (John stared at the screen. \322Damn sys-) 234 85.8 P (tem\325) 223.2 73.8 T (s murder) 240.97 73.8 T (,\323 he said.) 275.82 73.8 T -0.09 (\322In a way) 234 58.53 P -0.09 (, but we have to have it. How) 272.02 58.53 P 1.91 (would you get to work if you couldn\325) 223.2 46.53 P 1.91 (t) 386.02 46.53 P 403.2 333 568.8 747 R 7 X V 0 X 0.56 (tee? Hell, John, you know the odds. Y) 403.2 740.33 P 0.56 (ou) 558.8 740.33 P (work with the system.\323) 403.2 728.33 T 2.83 (\322Y) 414 715.19 P 2.83 (eah, but I try not to think about) 424.65 715.19 P (them.\323) 403.2 703.19 T 3.42 (\322That\325) 414 690.05 P 3.42 (s the way the system works.) 439.54 690.05 P 3.48 (Sometimes you get in and you don\325) 403.2 678.05 P 3.48 (t) 566.02 678.05 P 0.5 (come out.\323 No one knew that better than) 403.2 666.05 P 0.73 (the service technicians. When they ran a) 403.2 654.05 P 1 (matrix error call, it generally meant that) 403.2 642.05 P (someone had died.) 403.2 630.05 T 1.61 (\322W) 414 616.9 P 1.61 (ell, I would still like to know the) 427.07 616.9 P 1.89 (chances of a single site tixing twice in) 403.2 604.9 P (one week \320 two times in a month.\323) 403.2 592.9 T 5.3 (\322Hmm,\323 W) 414 579.76 P 5.3 (alt said. \322That\325) 464.58 579.76 P 5.3 (s a bit) 534.32 579.76 P 0.42 (tougher) 403.2 567.76 P 0.42 (.\323 He pulled up a statistics text to) 433.18 567.76 P 1.09 (help work out the equation. After enter-) 403.2 555.76 P 1.13 (ing it the result startled even him. \322One) 403.2 543.76 P (in thirty \336ve million?\323) 403.2 531.76 T (\322For me only?\323 John asked.) 414 518.62 T 1.97 (\322That\325) 414 505.48 P 1.97 (s what it looks like. But there) 439.54 505.48 P 1.09 (are 100,000 service technicians. It\325) 403.2 493.48 P 1.09 (s just) 546.88 493.48 P (economy of scale.\323) 403.2 481.48 T 3.29 (John abruptly stood up. \322Y) 414 468.33 P 3.29 (ou guys) 534.14 468.33 P -0.25 (always hide behind that economy of scale) 403.2 456.33 P -0.13 (crap. Y) 403.2 444.33 P -0.13 (ou really don\325) 431.49 444.33 P -0.13 (t give a shit. A lot of) 487.12 444.33 P 2.8 (people are getting fried in your damn) 403.2 432.33 P 0.14 (system, and you call it economy of scale.) 403.2 420.33 P 1.36 (Why don\325) 403.2 408.33 P 1.36 (t you do some checking for a) 444.63 408.33 P 0.14 (change instead of spouting statistics.\323 He) 403.2 396.33 P 4.01 (turned and stormed out of the room) 403.2 384.33 P 3.03 (before W) 403.2 372.33 P 3.03 (alt could reply that that was) 442.89 372.33 P 0.58 (what the system stats were for) 403.2 360.33 P 0.58 (. The door) 526.29 360.33 P 0.81 (slid shut, leaving the room echoing with) 403.2 348.33 P (indignation.) 403.2 336.33 T 477.47 172.83 568.8 331.17 R 7 X V 0 X 1.25 (\322Damn,\323 W) 488.27 324.5 P 1.25 (alt said.) 536.45 324.5 P 3.15 (He hated scenes like) 477.47 312.14 P 0.65 (that, and there seemed) 477.47 299.78 P 2.43 (to be an epidemic of) 477.47 287.42 P 2.81 (them, lately) 477.47 275.06 P 2.81 (. Most of) 526.82 275.06 P 2.36 (the problem stemmed) 477.47 262.7 P 4.73 (from ignorance. The) 477.47 250.33 P 3.34 (techs always felt the) 477.47 237.97 P 13.46 (system could be) 477.47 225.61 P 6.94 (manipulated. As he) 477.47 213.25 P 7.22 (had done a dozen) 477.47 200.89 P -0.09 (times before, he pulled) 477.47 188.53 P 1.46 (up a stock tpod phys-) 477.47 176.17 P 403.2 43.2 568.8 171 R 7 X V 0 X 2.76 (ics summary and began editing it. He) 403.2 164.33 P 2.66 (would e-mail it to his service section.) 403.2 151.98 P -0.19 (Maybe it would calm some of them. If, of) 403.2 139.63 P (course, any of them read it.) 403.2 127.28 T 1.93 (He looked at the report and knew it) 414 108.28 P 0.44 (would go right over the heads of the ser-) 403.2 95.93 P 1.37 (vice technicians it had been written for) 403.2 83.58 P 1.37 (.) 566.3 83.58 P -0.09 (They refused to accept that the natural D-) 403.2 71.23 P 0.34 (W) 403.2 58.88 P 0.34 (ave could not be manipulated or moni-) 411.83 58.88 P 0.2 (tored. When a transmit D-W) 403.2 46.53 P 0.2 (ave synchro-) 517.26 46.53 P 43.2 639 389 718 R 7 X V 0 30 Q 0 X (M) 128.55 703.33 T 0 22 Q (A) 155.22 703.33 T (TRIX) 168.65 703.33 T 0 30 Q (E) 225.45 703.33 T 0 22 Q (RROR) 243.78 703.33 T 0 18 Q (by Charles B. Owen) 143.15 677 T 0 9 Q (Copyright \251 1993) 183.22 658 T 324.01 202.5 468.01 301.5 R 7 X V 0 18 Q 0 X -0.22 (\322That\325) 324.01 289.5 P -0.22 (s the way the) 369.98 289.5 P (system works.) 324.01 269.25 T (Sometimes you get) 324.01 249 T (in and you don\325) 324.01 228.75 T (t) 437.12 228.75 T (come out.\323) 324.01 208.5 T FMENDPAGE %%EndPage: "28" 30 %%Page: "29" 30 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (29) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.14 (nized with the natural D-W) 43.2 742.13 P 1.14 (ave\320which it) 156.31 742.13 P 3.73 (did a \336xed percentage of the time\320a) 43.2 730.13 P 0.92 (matrix error occurred. The transmit syn-) 43.2 718.13 P 0.77 (chronizer would burn out and the matter) 43.2 706.13 P 1.49 (to be transmitted would be stuck in the) 43.2 694.13 P 3.16 (D-dimension. No system failure could) 43.2 682.13 P 1.48 (possibly cause that error) 43.2 670.13 P 1.48 (. The equations) 144.5 670.13 P (did not lie; the odds stayed the same.) 43.2 658.13 T -0.05 (He tried his best to work the document) 54 644.68 P 0.54 (to a point where it would be understand-) 43.2 632.68 P 1.6 (able, but \336nally dropped it as hopeless.) 43.2 620.68 P 1.1 (\322Do some checking for a change,\323 John) 43.2 608.68 P (had said. W) 43.2 596.68 T (ell, he thought, maybe I will.) 89.86 596.68 T 0.82 (He pulled John Beach\325) 54 583.23 P 0.82 (s \336le and work) 147.22 583.23 P 1.27 (log and examined them, looking for the) 43.2 571.23 P 0.01 (cases in question. John hadn\325) 43.2 559.23 P 0.01 (t been exag-) 159.93 559.23 P 3.31 (gerating. His double errors were real.) 43.2 547.23 P 1.9 (Looking further) 43.2 535.23 P 1.9 (, he saw that John\325) 108.26 535.23 P 1.9 (s tix) 189.96 535.23 P 1.14 (call rate was running ten a week\320nearly) 43.2 523.23 P 5.47 (twice normal. \322Jinx?\323 W) 43.2 511.23 P 5.47 (alt said. It) 158.17 511.23 P 4.45 (wasn\325) 43.2 499.23 P 4.45 (t a logical thought, but it had) 66.89 499.23 P (crossed his mind.) 43.2 487.23 T 3.54 (He called up another record. Mike) 54 473.78 P 0.21 (Thompson, also in his division, yielded a) 43.2 461.78 P 2 (tix call rate of nine a week. The same) 43.2 449.78 P 4.56 (held true for several other techs he) 43.2 437.78 P (checked.) 43.2 425.78 T 9.88 (\322Increased volume?\323 It seemed) 54 412.33 P 1.12 (unlikely that traf) 43.2 400.33 P 1.12 (\336c would have doubled) 111.89 400.33 P 1.71 (on the system, but he checked anyway) 43.2 388.33 P 1.71 (.) 206.3 388.33 P 0.77 (The usage report said volume was down) 43.2 376.33 P 1.57 (two percent in the last month; that cer-) 43.2 364.33 P (tainly wasn\325) 43.2 352.33 T (t the problem.) 92.15 352.33 T 0.37 (W) 54 338.88 P 0.37 (alt was getting nervous. Matrix cen-) 62.63 338.88 P 8.65 (tral continuously monitored matrix) 43.2 326.88 P 0.07 (errors, maintaining stats for the system at) 43.2 314.88 P 1.73 (all times. No increase in the error rate,) 43.2 302.88 P 1.09 (even within a single division, should go) 43.2 290.88 P (unnoticed.) 43.2 278.88 T 0.06 (He wrote a quick program to do a sub-) 54 265.43 P 0.49 (set stat analysis through his local service) 43.2 253.43 P 1.55 (link to matrix central. The program ran) 43.2 241.43 P -0.09 (for a few seconds, then posted results. He) 43.2 229.43 P 1.46 (stared at the screen in horror) 43.2 217.43 P 1.46 (. Commer-) 164.03 217.43 P 3.92 (cial class pods showed an error rate) 43.2 205.43 P 2.57 (within one percent of the norm. Class) 43.2 193.43 P 2.36 (three pods, commonly used for human) 43.2 181.43 P 0.95 (transportation, were showing an average) 43.2 169.43 P -0.12 (of one error in 82,134 uses. It was impos-) 43.2 157.43 P (sible.) 43.2 145.43 T 0.7 (His math had to be wrong. He double) 54 131.98 P 2.03 (checked his equations, but they proved) 43.2 119.98 P 1.15 (accurate. Perhaps the small sample base) 43.2 107.98 P 6.08 (of \336fty thousand sites had yielded) 43.2 95.98 P 0.82 (skewed results. He increased it to a mil-) 43.2 83.98 P (lion sites and ran the program again.) 43.2 71.98 T 0.74 (This time the wait was in the minutes) 54 58.53 P 2.25 (and, when the results were posted, the) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 5.06 (error rate had conver) 223.2 742.13 P 5.06 (ged to one in) 321.72 742.13 P 0.42 (82,151. Either the error rate was high, or) 223.2 730.13 P -0.2 (the computer had erroneous data. His ser-) 223.2 718.13 P 0.95 (vice link yielded actual use statistics for) 223.2 706.13 P 3.31 (individual sites. He had no reason to) 223.2 694.13 P (doubt the data\325) 223.2 682.13 T (s integrity) 282.61 682.13 T (.) 322.22 682.13 T 0.27 (\322What is going on?\323 In spite of the air) 234 669.08 P 0.42 (conditioning, he was beginning to sweat.) 223.2 657.08 P 2.72 (He hit a blue button on the wall that) 223.2 645.08 P 0.6 (locked his of) 223.2 633.08 P 0.6 (\336ce. He didn\325) 275.85 633.08 P 0.6 (t want anyone) 331.54 633.08 P 0.85 (to drop in while he had that information) 223.2 621.08 P (on the screen.) 223.2 609.08 T 0.37 (Remembering the sites John had men-) 234 596.02 P 1.65 (tioned, he wondered if some sites were) 223.2 584.02 P 2.15 (failing in some unknown way and had) 223.2 572.02 P 1.38 (high error rates. He entered a scan rou-) 223.2 560.02 P 2.34 (tine to query for locations with higher) 223.2 548.02 P 1.09 (than normal error rates, hoping that that) 223.2 536.02 P (would give him something to go on.) 223.2 524.02 T 2.12 (He allowed the program to scan the) 234 510.97 P 1.13 (million sites he had previously run stats) 223.2 498.97 P -0.01 (on. After a few seconds a list appeared of) 223.2 486.97 P 0.36 (locations with unusually high error rates.) 223.2 474.97 P -0.19 (He was surprised to see the list headed by) 223.2 462.97 P 2.15 (four class six industrial sites that were) 223.2 450.97 P 0.26 (tixing one hundred percent. What he saw) 223.2 438.97 P 3.58 (violated known physical laws. It was) 223.2 426.97 P 0.44 (obvious that he didn\325) 223.2 414.97 P 0.44 (t know all the laws,) 309.02 414.97 P 3.5 (and someone else did. There was no) 223.2 402.97 P 0.3 (doubt that the system was being manipu-) 223.2 390.97 P (lated.) 223.2 378.97 T -0.16 (W) 234 365.92 P -0.16 (ondering if the results went the other) 242.63 365.92 P 1.02 (way) 223.2 353.92 P 1.02 (, he changed parameters and ran the) 239.2 353.92 P 2.14 (program again. Hundreds of sites were) 223.2 341.92 P 2.25 (revealed with zero error rates over the) 223.2 329.92 P 2.94 (last ten years. The problem of matrix) 223.2 317.92 P 0.26 (errors could be controlled and prevented.) 223.2 305.92 P -0.23 (Someone knew) 223.2 293.92 P -0.23 (. Someone was not telling.) 283.67 293.92 P 14.39 (\322Matrix Computer Disconnect\323) 234 280.86 P 0.47 (popped up on the screen in a dialog box.) 223.2 268.86 P 0.67 (W) 223.2 256.86 P 0.67 (alt froze. Abruptly the phone rang and) 231.84 256.86 P (he nearly jumped out of his chair) 223.2 244.86 T (.) 354.78 244.86 T 2.8 (He paused for a moment to let his) 234 231.81 P 3.38 (breathing steady before answering the) 223.2 219.81 P (phone.) 223.2 207.81 T (\322Dr) 234 194.75 T (. Donly?\323 a man inquired.) 248.43 194.75 T (\322Y) 234 181.7 T (es?\323) 244.65 181.7 T -0.02 (\322This is Matrix Control. W) 234 168.64 P -0.02 (e are seeing) 341.67 168.64 P 2.47 (a high level of inquiry traf) 223.2 156.64 P 2.47 (\336c on your) 340.56 156.64 P 0.18 (channel. May I ask what you are doing?\323) 223.2 144.64 P 0.14 (The voice failed to mention that they had) 223.2 132.64 P (disconnected his channel.) 223.2 120.64 T 2.53 (\322Oh, the techs were saying that the) 234 107.59 P 3.35 (error rate is up, as usual. I just was) 223.2 95.59 P (checking to make sure.\323) 223.2 83.59 T -0.19 (\322System statistics are available for that) 234 70.53 P 4.15 (purpose.\323 The man at the other end) 223.2 58.53 P -0.01 (seemed more instructive than angry) 223.2 46.53 P -0.01 (. W) 365.18 46.53 P -0.01 (alt) 378.8 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 1.33 (was really at a loss for what to say) 403.2 742.13 P 1.33 (. He) 550.82 742.13 P 1.74 (had been nosy) 403.2 730.13 P 1.74 (, and they knew it. They) 463.21 730.13 P (undoubtedly had a log of his accesses.) 403.2 718.13 T 1.98 (\322I wanted data for my section. Stats) 414 704.97 P (are for the entire system,\323 he said.) 403.2 692.97 T -0.13 (\322The accesses were not all in your sec-) 414 679.81 P (tion. W) 403.2 667.81 T (e logged accesses system-wide.\323) 432.38 667.81 T 1.14 (\322Oh, I made an error in the program.) 414 654.65 P (Can I request stats for my section?\323) 403.2 642.65 T 1.26 (\322I will forward the appropriate forms) 414 629.49 P 2.21 (to your of) 403.2 617.49 P 2.21 (\336ce. But for now) 446.85 617.49 P 2.21 (, I have an) 520.55 617.49 P 0.12 (order to suspend you for the day) 403.2 605.49 P 0.12 (. Y) 532.64 605.49 P 0.12 (ou are) 543.98 605.49 P (logged of) 403.2 593.49 T (f. Please go home.\323) 441.05 593.49 T 4.85 (\322Y) 414 580.33 P 4.85 (es, sir) 424.65 580.33 P 4.85 (,\323 he replied as the line) 452.42 580.33 P 2.43 (clicked dead. W) 403.2 568.33 P 2.43 (alt had never heard of) 471.93 568.33 P 0.53 (suspensions before. He contemplated the) 403.2 556.33 P 2.97 (consequences. W) 403.2 544.33 P 2.97 (ould he lose his job?) 474.75 544.33 P 1.63 (Why couldn\325) 403.2 532.33 P 1.63 (t John mind his own busi-) 457.11 532.33 P (ness.) 403.2 520.33 T 1.38 (He reached for the key to clear local) 414 507.17 P 0.27 (session memory) 403.2 495.17 P 0.27 (, but hesitated before hit-) 467.51 495.17 P 1 (ting it. Instead he ran a print of the ses-) 403.2 483.17 P 1.64 (sion log. Fifteen crisp white sheets slid) 403.2 471.17 P -0.17 (from a slot on the side of the terminal. He) 403.2 459.17 P 2.2 (then cleared the memory and pocketed) 403.2 447.17 P (the data.) 403.2 435.17 T 1.36 (Leaving the of) 414 422.01 P 1.36 (\336ce, he headed for the) 474.83 422.01 P 2.41 (\337oor tpod. It waited at the end of the) 403.2 410.01 P 4.83 (hall\320just a sliding door and a light) 403.2 398.01 P 1.1 (announcing pod availability) 403.2 386.01 P 1.1 (. He stopped) 516.35 386.01 P 0.76 (before entering. I\325m just being paranoid,) 403.2 374.01 P 0.86 (he thought, and entered the pod. He slid) 403.2 362.01 P 0.22 (his ID through the reader and punched in) 403.2 350.01 P 1 (his home address code. The unit beeped) 403.2 338.01 P 0.7 (once, announcing initiation of a transmit) 403.2 326.01 P 1.1 (cycle. The door had nearly closed when) 403.2 314.01 P (he slammed the abort button.) 403.2 302.01 T 0.58 (He stepped out and eyed the pod with) 414 288.85 P 6.72 (apprehension. He\325d teed somewhere) 403.2 276.85 P 0.23 (every day of his life. Sure there was risk,) 403.2 264.85 P 1.23 (but he accepted that risk. Everyone did.) 403.2 252.85 P -0.13 (That transporter represented his only way) 403.2 240.85 P 0.45 (home. But it had taken on a new) 403.2 228.85 P 0.45 (, dimen-) 535.04 228.85 P 2.31 (sion as a result of his little session of) 403.2 216.85 P 0.81 (snooping. It suddenly seemed likely that) 403.2 204.85 P 0.96 (he might not emer) 403.2 192.85 P 0.96 (ge from the other end) 478.91 192.85 P (of the transport.) 403.2 180.85 T -0.1 (He reached in and keyed the activation) 414 167.69 P -0.01 (sequence again. When he had pressed the) 403.2 155.69 P 1.77 (last button, he pulled his hand clear so) 403.2 143.69 P 1.49 (the door could close and the unit could) 403.2 131.69 P 1.97 (transport several cubic meters of air to) 403.2 119.69 P 0.94 (his house. The cycle light came on. The) 403.2 107.69 P (unit activated.) 403.2 95.69 T 2.11 (The soft chiming began at the same) 414 82.53 P 0.35 (time the matrix error indicator lit. Above) 403.2 70.53 P 0.09 (the door \322out of service\323 was blazed as if) 403.2 58.53 P (to proclaim, \322sorry) 403.2 46.53 T (, you will have to go) 478.33 46.53 T FMENDPAGE %%EndPage: "29" 31 %%Page: "30" 31 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (30) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.18 (down the hall for your chance.\323 W) 54 742.13 P 1.18 (alt) 198.8 742.13 P (froze for a moment, then turned and ran.) 43.2 730.13 T 0.29 (He didn\325) 54 716.84 P 0.29 (t know where he was running) 89.36 716.84 P 0.17 (to, but he had to get away from all tpods.) 43.2 704.84 P 1.2 (He had to get help, to tell someone. He) 43.2 692.84 P 1.86 (knew he couldn\325) 43.2 680.84 P 1.86 (t tee anymore, so how) 113.36 680.84 P 2.05 (would he reach help? He did not even) 43.2 668.84 P -0.02 (know where he lived in relation to matrix) 43.2 656.84 P 2.75 (central. Tpods moved the world. Now) 43.2 644.84 P 2.14 (that he couldn\325) 43.2 632.84 P 2.14 (t use them anymore, he) 107.25 632.84 P (felt stranded.) 43.2 620.85 T 1.15 (Then he remembered the air cars. He) 54 607.56 P 2.25 (was even on the correct level. He had) 43.2 595.56 P -0.06 (used the cars during his apprenticeship as) 43.2 583.56 P 2.58 (a service technician. When a pod suf-) 43.2 571.56 P 0.96 (fered a receive failure, a tech had to get) 43.2 559.56 P 1.78 (to it some other way) 43.2 547.56 P 1.78 (, so matrix central) 131.29 547.56 P 1.57 (maintained a \337eet of air cars and small) 43.2 535.56 P (spacecraft. He headed for the docks.) 43.2 523.56 T 1.99 (When he reached the dock entrance,) 54 510.27 P 0.91 (he tried to remember air car procedures.) 43.2 498.27 P 0.72 (It had been ten years since he had \337own) 43.2 486.27 P 3.47 (one, but they mostly \337ew themselves) 43.2 474.27 P 2.36 (anyway) 43.2 462.27 P 2.36 (. He remembered the check-out) 73.63 462.27 P 1.37 (routine, but with no valid service ID or) 43.2 450.27 P (authorization that wouldn\325) 43.2 438.27 T (t work.) 149.06 438.27 T 0.58 (As he walked in the door he surveyed) 54 424.98 P 3.13 (the docking area. The vast room was) 43.2 412.98 P 0.94 (\336lled with the lar) 43.2 400.98 P 0.94 (ge delta wing vehicles,) 114.4 400.98 P 0.9 (some parked in neat rows ready for use,) 43.2 388.98 P 1.6 (others in various stages of disassembly) 43.2 376.98 P 1.6 (.) 206.3 376.98 P 0.25 (One sat in launch position, pointed down) 43.2 364.98 P (the launch corridor) 43.2 352.98 T (.) 118.7 352.98 T 2.02 (\322I need to check out an air car) 54 339.69 P 2.02 (,\323 he) 187.91 339.69 P 0.68 (said to the boy at the entrance. The only) 43.2 327.69 P 2.66 (occupant of the room, the young man) 43.2 315.69 P 0.5 (looked all of seventeen. He wore a \337ow-) 43.2 303.69 P 3.47 (ered shirt and a smudge on his chin) 43.2 291.69 P 1.64 (revealed a desire for manliness through) 43.2 279.69 P 3.91 (blade shaving. Of course, he was in) 43.2 267.69 P 0.04 (char) 43.2 255.69 P 0.04 (ge of air cars. On the desk he had the) 60.22 255.69 P (usage log and a full box of key cards.) 43.2 243.69 T -0.24 (\322I need to see your ID, work order) 54 230.4 P -0.24 (, and) 189.61 230.4 P (authorization,\323 he said.) 43.2 218.4 T 1.6 (\322Here is my ID,\323 W) 54 205.11 P 1.6 (alt said, handing) 139.81 205.11 P 2.14 (over the card. \322I don\325) 43.2 193.11 P 2.14 (t need authoriza-) 137.35 193.11 P 1.01 (tion, I\325m a supervisor) 43.2 181.11 P 1.01 (.\323 It never hurts to) 131.74 181.11 P (try) 43.2 169.11 T (, he thought.) 53.65 169.11 T 0.7 (\322I can\325) 54 155.82 P 0.7 (t issue based on just an ID, sir) 81.99 155.82 P 0.7 (.) 206.3 155.82 P 2.39 (I\325ll have to call for authorization.\323 He) 43.2 143.82 P (reached for the phone.) 43.2 131.82 T 1.46 (Sometimes the best way is the direct) 54 118.53 P 0.02 (way) 43.2 106.53 P 0.02 (, W) 59.2 106.53 P 0.02 (alt thought. It worked on tri-V) 72.85 106.53 P 0.02 (. As) 192.68 106.53 P 0.86 (the boy\325) 43.2 94.53 P 0.86 (s hand snaked toward the phone) 76.54 94.53 P 0.85 (and he was looking down, W) 43.2 82.53 P 0.85 (alt bundled) 163.25 82.53 P 0.5 (his \336ngers into a \336st and slugged the kid) 43.2 70.53 P 0.13 (with all his might. The boy) 43.2 58.53 P 0.13 (, chair and all,) 151.5 58.53 P (fell backwards to the \337oor) 43.2 46.53 T (.) 147.57 46.53 T 223.2 43.2 388.8 748.8 R 7 X V 0 X 1.41 (W) 234 742.13 P 1.41 (alt hoped that he had knocked him) 242.63 742.13 P 1.75 (out, but he hadn\325) 223.2 730.13 P 1.75 (t. The boy jumped up) 296.01 730.13 P 2.24 (from the \337oor and for a moment W) 223.2 718.13 P 2.24 (alt) 378.8 718.13 P 0.44 (was afraid he would be involved in a \336st) 223.2 706.13 P 1.05 (\336ght. But the kid cowered back into the) 223.2 694.13 P 1.22 (corner) 223.2 682.13 P 1.22 (, obviously not wanting any more) 248.33 682.13 P (trouble.) 223.2 670.13 T 1.81 (W) 234 655.81 P 1.81 (alt grabbed the phone and yanked.) 242.63 655.81 P 1.98 (Expecting the wonderful movie gesture) 223.2 643.81 P 1.85 (of wires ripping free from the wall, he) 223.2 631.81 P 0.26 (instead found the wire to be quite strong,) 223.2 619.81 P 1.33 (so he resorted to throwing the phone to) 223.2 607.81 P 1.32 (the \337oor) 223.2 595.81 P 1.32 (. The plastic case, not designed) 257.56 595.81 P (for such abuse, shattered.) 223.2 583.81 T 0.13 (He grabbed his ID and the box of key-) 234 569.49 P 0.28 (cards. Running to the ready car) 223.2 557.49 P 0.28 (, he heard) 349.11 557.49 P 0.58 (the boy escaping out the door) 223.2 545.49 P 0.58 (. He would) 343.51 545.49 P 2.64 (have very little time to get going. He) 223.2 533.49 P 1.68 (jumped in the car) 223.2 521.49 P 1.68 (, sealed the door) 297.53 521.49 P 1.68 (, and) 367.68 521.49 P -0.05 (began trying cards. The \336fth card he tried) 223.2 509.49 P 1.59 (activated the control panel. He dropped) 223.2 497.49 P 1.29 (the box of cards, \337ipped the controls to) 223.2 485.49 P 1.46 (manual, and jammed the throttle all the) 223.2 473.49 P 3.17 (way forward. Acceleration forced him) 223.2 461.49 P 1.06 (into the seat as the air car \337ashed down) 223.2 449.49 P (the launch corridor and into the sky) 223.2 437.49 T (.) 364.67 437.49 T 0.98 (Once clear of the opening it began to) 234 423.17 P 4.28 (drop. W) 223.2 411.17 P 4.28 (alt grabbed at the yoke and) 259.43 411.17 P 0.3 (pulled. The craft yawed to the right, then) 223.2 399.17 P 1.25 (pulled up, just clearing a stand of trees.) 223.2 387.17 P -0.06 (He had overcorrected and the ship almost) 223.2 375.17 P -0.11 (stalled, but he pushed forward lightly and) 223.2 363.17 P 1.61 (leveled out. It had been years since his) 223.2 351.17 P 8.71 (training, but the motions quickly) 223.2 339.17 P 0.98 (returned. Soon he had control of the car) 223.2 327.17 P 0.77 (and was confronted with the awful deci-) 223.2 315.17 P (sion of where to go.) 223.2 303.17 T 4.04 (He pulled the crumpled sheave of) 234 288.85 P 2.85 (papers from his pocket. The top page) 223.2 276.85 P 0.02 (gave the address. He punched it into nav-) 223.2 264.85 P 0.31 (igation and felt the car assume automatic) 223.2 252.85 P 1.05 (control. It veered to the right and began) 223.2 240.85 P (to ascend.) 223.2 228.85 T 0.63 (As the air leveled out, W) 234 214.53 P 0.63 (alt wondered) 336.27 214.53 P -0.08 (if he would be followed. The only use for) 223.2 202.53 P -0.07 (air cars was transporter pod maintenance,) 223.2 190.53 P 1.44 (so he didn\325) 223.2 178.53 P 1.44 (t expect to meet any normal) 270.31 178.53 P -0.16 (traf) 223.2 166.53 P -0.16 (\336c. Of course, the key cards for all the) 236.89 166.53 P 2.21 (cars in the dock were scattered on the) 223.2 154.53 P 2.89 (\337oor at his feet. If duplicates existed,) 223.2 142.53 P 1.16 (they would take a while to \336nd, he was) 223.2 130.53 P 0.06 (sure. He always likened TP T) 223.2 118.53 P 0.06 (echnologies) 341.06 118.53 P 2.92 (to an elephant\320damn big, and awfully) 223.2 106.53 P 3.12 (slow) 223.2 94.53 P 3.12 (. Obviously) 241.43 94.53 P 3.12 (, at some higher level) 290.55 94.53 P 0.3 (that was not the case. Still, that level had) 223.2 82.53 P 0.26 (to deal with the norm, and the norm con-) 223.2 70.53 P 1.41 (sisted of two million employees and no) 223.2 58.53 P (one in char) 223.2 46.53 T (ge.) 267.43 46.53 T 403.2 43.2 568.8 748.8 R 7 X V 403.2 729.8 568.8 748.8 C 403.2 729.8 568.8 748.8 R 7 X 0 K V 447.9 740.3 528.9 740.3 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 2.21 (The air car released to manual after) 414 723.13 P 0.02 (two hours \337ight time. W) 403.2 711.13 P 0.02 (alt found himself) 500.47 711.13 P 0.62 (over a wooded valley occupied by a sin-) 403.2 699.13 P 0.42 (gle log cabin. Far in the distance another) 403.2 687.13 P 0.5 (cabin could be seen, but the spacing was) 403.2 675.13 P -0.17 (several kilometers. John Beach obviously) 403.2 663.13 P (liked his privacy) 403.2 651.13 T (.) 469.17 651.13 T 1.45 (The yard in front of the house had a) 414 637.95 P 1.86 (clearing lar) 403.2 625.95 P 1.86 (ge enough to land the craft.) 450.12 625.95 P 1.03 (He sat the car down gently in the grass,) 403.2 613.95 P 0.3 (hoping to cause little damage to the idyl-) 403.2 601.95 P (lic setting.) 403.2 589.95 T 0.47 (\322What the hell,\323 he heard as the hatch) 414 576.76 P 7.75 (opened. The noise had apparently) 403.2 564.76 P 0.67 (aroused John. W) 403.2 552.76 P 0.67 (alt reasoned that he was) 470.64 552.76 P 0.57 (the \336rst visitor John had ever had via air) 403.2 540.76 P (car) 403.2 528.76 T (. He stepped out to meet his host.) 414.85 528.76 T -0.15 (\322Donly!\323 John stood there in the grass.) 414 515.58 P 0.74 (He was barefoot and holding a beer) 403.2 503.58 P 0.74 (. For) 549.18 503.58 P 0.82 (the \336rst time, W) 403.2 491.58 P 0.82 (alt noticed his pot belly) 469.83 491.58 P 0.82 (.) 566.3 491.58 P 2.18 (W) 403.2 479.58 P 2.18 (ith the diet drugs available, he won-) 412.23 479.58 P -0.05 (dered if the belly had been grown on pur-) 403.2 467.58 P 1.14 (pose to achieve a look John particularly) 403.2 455.58 P (desired.) 403.2 443.58 T (\322I\325ve got to talk to you,\323 W) 414 430.39 T (alt said.) 523.4 430.39 T 1.04 (\322I guess you do. Why didn\325) 414 417.2 P 1.04 (t you just) 529.51 417.2 P 1.41 (tee in, like regular folk.\323 John was get-) 403.2 405.2 P 1.41 (ting quite a kick out his guest\325) 403.2 393.2 P 1.41 (s strange) 532.14 393.2 P (arrival.) 403.2 381.2 T -0.05 (\322John, I need your help. I checked into) 414 368.02 P 2.48 (what you said, and I found something) 403.2 356.02 P (real bad. Can we talk?\323) 403.2 344.02 T (\322Sure, come on in.\323) 414 330.83 T 0.47 (\322I\325d better not. Y) 414 317.65 P 0.47 (ou may be in danger) 483.23 317.65 P 0.47 (,) 566.3 317.65 P (too. Can you come with me?\323) 403.2 305.65 T 1.04 (\322Good God, Doc. Y) 414 292.46 P 1.04 (ou show up in an) 496.34 292.46 P 0.23 (air car in the middle of the afternoon and) 403.2 280.46 P -0.23 (want me to go \337ying? I haven\325) 403.2 268.46 P -0.23 (t done any-) 524.3 268.46 P (thing. Why should I be in danger) 403.2 256.46 T (.\323) 534.51 256.46 T 4.32 (\322Y) 414 243.28 P 4.32 (ou wanted me to check. I did.) 424.65 243.28 P -0.16 (Someone is tampering with the tpod error) 403.2 231.28 P (rate.\323) 403.2 219.28 T (\322I told you so.\323) 414 206.09 T 1.23 (\322Now they\325re trying to kill me. They) 414 192.91 P 2.35 (may try to kill you, too. Right now) 403.2 180.91 P 2.35 (, I) 558.12 180.91 P 3.95 (don\325) 403.2 168.91 P 3.95 (t trust any tpods, including your) 421.34 168.91 P (house unit.\323) 403.2 156.91 T 0.02 (John stared at W) 414 143.72 P 0.02 (alt for a moment, then) 480.16 143.72 P 1.77 (glanced back at the house. \322Give me a) 403.2 131.72 P 0.16 (sec,\323 he said and ran into the house. Less) 403.2 119.72 P 3.28 (than a minute later) 403.2 107.72 P 3.28 (, he emer) 487.31 107.72 P 3.28 (ged in a) 530.6 107.72 P (denim jacket and boots, with two beers.) 403.2 95.72 T 1.36 (Not normally the drinking type, W) 414 82.53 P 1.36 (alt) 558.8 82.53 P 3.87 (gratefully accepted one. \322Get in,\323 he) 403.2 70.53 P 1.65 (said, jumping back in the air car) 403.2 58.53 P 1.65 (. Once) 541.07 58.53 P (John was buckled in he lifted of) 403.2 46.53 T (f, turned) 530.71 46.53 T FMENDPAGE %%EndPage: "30" 32 %%Page: "31" 32 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (31) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (east, and began to relate his story) 54 742.13 T (.) 186.31 742.13 T 3.43 (\322Where are we going, now?\323 John) 54 729.08 P -0.16 (asked as he examined the computer print-) 43.2 717.08 P (outs.) 43.2 705.08 T 0.47 (\322I \336gured we would try to \336nd a tri-V) 54 692.02 P 1.88 (network or some other news agency to) 43.2 680.02 P 3.18 (break this. W) 43.2 668.02 P 3.18 (ith enough publicity) 102.74 668.02 P 3.18 (, we) 188.97 668.02 P 0.6 (would be safe,\323 W) 43.2 656.02 P 0.6 (alt said. \322I don\325) 118.58 656.02 P 0.6 (t think) 182.37 656.02 P 2.88 (we can go to the police. They would) 43.2 644.02 P -0.23 (probably arrest me for stealing the air car) 43.2 632.02 P -0.23 (,) 206.3 632.02 P 1.49 (and TP would get me the moment they) 43.2 620.02 P (pop me in a pod.\323) 43.2 608.02 T 2.76 (\322So, where...\323 John began. The sky) 54 594.97 P 2.81 (suddenly \337ared a brilliant white. Both) 43.2 582.97 P 1.46 (men closed their eyes against the glare.) 43.2 570.97 P 0.75 (Then the shock wave hit, and the air car) 43.2 558.97 P 1.92 (began tumbling. John grabbed the con-) 43.2 546.97 P 1.46 (trols, yelling, \322let me.\323 He fought them) 43.2 534.97 P 2.2 (madly as the sky and ground did wild) 43.2 522.97 P -0.06 (acrobatics. T) 43.2 510.97 P -0.06 (rees below burst into \337ames,) 94.41 510.97 P 1.56 (then were uprooted by the shock wave.) 43.2 498.97 P 0.06 (As the ship tumbled the men caught brief) 43.2 486.97 P 1.13 (glimpses of a rising mushroom cloud in) 43.2 474.97 P (the distance.) 43.2 462.97 T -0.12 (After a desperate battle, John managed) 54 449.92 P -0.07 (to level the craft out. He got it back on an) 43.2 437.92 P 2.4 (easterly course. \322Minimal damage,\323 he) 43.2 425.92 P 1.14 (said as he surveyed the instrumentation.) 43.2 413.92 P 2.39 (\322W) 43.2 401.92 P 2.39 (e seem to be ok, but if that was a) 56.27 401.92 P (nuke, we\325re irradiated now) 43.2 389.92 T (.\323) 150.23 389.92 T -0.05 (\322I doubt it. I bet there was no radiation) 54 376.86 P (at all,\323 W) 43.2 364.86 T (alt replied.) 80.98 364.86 T 0.62 (\322What do you mean. That was a nuke) 54 351.81 P (if I ever saw one.\323) 43.2 339.81 T 2.65 (\322A dif) 54 326.75 P 2.65 (ferent kind of nuke. Are you) 81.73 326.75 P (familiar with ener) 43.2 314.75 T (gy venting?\323) 114.63 314.75 T -0.21 (\322Sure. I sometime work on an EV unit.) 54 301.7 P 1.35 (It drains ener) 43.2 289.7 P 1.35 (gy from matrix error mass) 98.46 289.7 P (loss and converts it to electricity) 43.2 277.7 T (.\323) 172.19 277.7 T 3.07 (\322Y) 54 264.64 P 3.07 (eah, but do you know how they) 64.65 264.64 P (work?\323 W) 43.2 252.64 T (alt asked.) 83.75 252.64 T 1.07 (\322No, not really) 54 239.59 P 1.07 (. I guess it\325) 115.17 239.59 P 1.07 (s similar to) 162.24 239.59 P (other tpods. They use the same parts.\323) 43.2 227.59 T 9.67 (\322When something\320or someone\320is) 54 214.53 P 0.49 (tixed, they are stuck in the D-dimension.) 43.2 202.53 P 2.05 (Matter isn\325) 43.2 190.53 P 2.05 (t stable there, so it converts) 89.2 190.53 P 3.91 (directly to ener) 43.2 178.53 P 3.91 (gy) 111.35 178.53 P 3.91 (. EV units tap that) 120.69 178.53 P 0.34 (ener) 43.2 166.53 P 0.34 (gy in a controlled way by generating) 60.22 166.53 P 1.87 (a simultaneous transmit and receive D-) 43.2 154.53 P 0.86 (W) 43.2 142.53 P 0.86 (ave for the same location. This causes) 51.83 142.53 P 3.16 (an ener) 43.2 130.53 P 3.16 (gy release from the \336eld. The) 75.31 130.53 P 1.17 (ener) 43.2 118.53 P 1.17 (gy level is determined by the inten-) 60.22 118.53 P 0.46 (sity of the \336eld. Many people know that.) 43.2 106.53 P 0.17 (What most people don\325) 43.2 94.53 P 0.17 (t know is that any) 137.07 94.53 P 2.07 (tpod can be used as an EV unit, since) 43.2 82.53 P 0.34 (most tpods transmit and receive. A lot of) 43.2 70.53 P 1.28 (safeguards have to be overridden, but it) 43.2 58.53 P (can be done.\323) 43.2 46.53 T 223.2 43.2 388.8 748.8 R 7 X V 0 X 5.59 (\322They detonated the tpod in my) 234 742.13 P 3.25 (house?\323 John had turned white, obvi-) 223.2 730.13 P 1.41 (ously realizing for the \336rst time that he) 223.2 718.13 P (had become a tar) 223.2 706.13 T (get, too.) 291.01 706.13 T 0.7 (\322I think so. The problem with using a) 234 692.45 P 2.17 (regular tpod as an EV is that the vent) 223.2 680.45 P 0.63 (can\325) 223.2 668.45 P 0.63 (t be controlled. It just dumps a lar) 240.22 668.45 P 0.63 (ge) 379.36 668.45 P 2.38 (mass equivalence instantly) 223.2 656.45 P 2.38 (. The best it) 334.46 656.45 P 3.71 (can be toned down to would be the) 223.2 644.45 P -0.03 (equivalent of a medium nuke,\323 W) 223.2 632.45 P -0.03 (alt said.) 357.73 632.45 P (\322Like that.\323) 223.2 620.45 T 3.3 (\322Y) 234 606.76 P 3.3 (ou son of a bitch,\323 John yelled.) 244.65 606.76 P 0.96 (\322Y) 223.2 594.76 P 0.96 (ou led them to me. Now they\325re after) 233.85 594.76 P -0.1 (me, too.\323 John had regained his color and) 223.2 582.76 P 1.01 (was glaring at W) 223.2 570.76 P 1.01 (alt. He looked ready to) 293.44 570.76 P (kill.) 223.2 558.76 T 0.68 (\322Y) 234 545.08 P 0.68 (ou started this, John,\323 W) 244.65 545.08 P 0.68 (alt replied.) 345.38 545.08 P 0.64 (\322Y) 223.2 533.08 P 0.64 (ou asked me to do the checking. Now) 233.85 533.08 P (we\325re in this together) 223.2 521.08 T (.\323) 307.86 521.08 T 1 (\322But you could have stayed your dis-) 234 507.39 P 1.94 (tance. Y) 223.2 495.39 P 1.94 (ou didn\325) 257.44 495.39 P 1.94 (t have to lead them to) 292.79 495.39 P (me.\323) 223.2 483.39 T -0.08 (\322Hell, I don\325) 234 469.7 P -0.08 (t think I led them to you. I) 284.44 469.7 P 0.77 (had your coordinates already) 223.2 457.7 P 0.77 (, so I didn\325) 340.59 457.7 P 0.77 (t) 386.02 457.7 P 0.81 (have to inquire of navigation. They may) 223.2 445.7 P 2.57 (have been going to hit you anyway) 223.2 433.7 P 2.57 (. I) 377.9 433.7 P (probably saved your life.\323) 223.2 421.7 T 1.84 (\322I doubt that,\323 John said. He looked) 234 408.02 P 2.25 (unconvinced. \322How do you know they) 223.2 396.02 P (can\325) 223.2 384.02 T (t track this air car?\323) 240.22 384.02 T 0.85 (\322I don\325) 234 370.33 P 0.85 (t think they can. If they could,) 263.25 370.33 P 0.85 (why would they wait for us to be out of) 223.2 358.33 P (range? They sure missed.\323) 223.2 346.33 T (\322They didn\325) 234 332.65 T (t miss my house.\323) 282.39 332.65 T 2.01 (\322I think I would rather be alive and) 234 318.96 P 0.41 (homeless, if I were you,\323 said W) 223.2 306.96 P 0.41 (alt. \322W) 355.89 306.96 P 0.41 (e) 384.36 306.96 P 2.55 (had best work together) 223.2 294.96 P 2.55 (. Y) 321.63 294.96 P 2.55 (ou have any) 335.4 294.96 P (ideas?\323) 223.2 282.96 T 2.25 (\322W) 234 269.28 P 2.25 (ell, where the hell are we going.) 247.07 269.28 P 4.03 (Y) 223.2 257.28 P 4.03 (ou\325ve got us pointed east, but that) 229.42 257.28 P -0.02 (means nothing to me. I live by tpod coor-) 223.2 245.28 P (dinates.\323) 223.2 233.28 T 1 (\322I seem to remember reading that the) 234 219.59 P -0.23 (major tri-V nets are all on the east coast. I) 223.2 207.59 P 0.24 (think New Y) 223.2 195.59 P 0.24 (ork. I remember some geog-) 274.32 195.59 P 1.43 (raphy from school. New Y) 223.2 183.59 P 1.43 (ork is on the) 334.8 183.59 P 1.77 (east coast of the Americas, and I think) 223.2 171.59 P 0.82 (that\325) 223.2 159.59 P 0.82 (s where we are, so I\325m heading that) 240.97 159.59 P (way) 223.2 147.59 T (.\323) 239.2 147.59 T 3.5 (\322How will we \336nd the right place) 234 133.91 P (when we get there.\323) 223.2 121.91 T 0.67 (\322Hell, John, you got any ideas?\323 W) 234 108.22 P 0.67 (alt) 378.8 108.22 P 0.75 (looked at him. \322I\325m doing the best I can) 223.2 96.22 P 1.3 (to get us out of this mess. Maybe we\325ll) 223.2 84.22 P 1.97 (look for antennas. W) 223.2 72.22 P 1.97 (e could ask direc-) 312.13 72.22 P (tions.\323) 223.2 60.22 T 6.91 (\322Great. Sarcasm. Antennas might) 234 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.51 (work.\323 He added, \322I think I live near the) 403.2 742.13 P 2.14 (coast. I saw a map when I bought the) 403.2 730.13 P 2.35 (cabin. New Y) 403.2 718.13 P 2.35 (ork should be north, if I) 462.12 718.13 P 2.5 (remember correctly) 403.2 706.13 P 2.5 (.\323 He adjusted their) 483.59 706.13 P (course.) 403.2 694.13 T 0.67 (They \337ew for over an hour above ter-) 414 681.08 P -0.22 (rain that varied from long, empty \336elds to) 403.2 669.08 P 3.58 (mountain peaks. Occasionally a small) 403.2 657.08 P 1.21 (town or city dotted the landscape, to be) 403.2 645.08 P -0.15 (replaced again by green grass and pasture) 403.2 633.08 P 2.94 (land. They marveled at the feeling of) 403.2 621.08 P -0.02 (\337ight, so seldom felt in a world of instan-) 403.2 609.08 P (taneous transportation.) 403.2 597.08 T 5.74 (Suddenly the land became water) 414 584.02 P 5.74 (.) 566.3 584.02 P 1.46 (Below them waves broke on the beach.) 403.2 572.02 P 3.68 (Even in the \336ltered cabin, the ocean) 403.2 560.02 P 0.58 (smell hung heavy in the air) 403.2 548.02 P 0.58 (. They turned) 514.08 548.02 P 0.22 (north and followed the coast line until an) 403.2 536.02 P (island city came into view) 403.2 524.02 T (.) 507.48 524.02 T 1.3 (\322New Y) 414 510.97 P 1.3 (ork?\323 John asked. They were) 447.32 510.97 P 0.26 (both straining to see in the haze. The sun) 403.2 498.97 P 0.16 (was setting, painting the shiny box world) 403.2 486.97 P (ahead in shades of red and gold.) 403.2 474.97 T 1.14 (\322I guess so. Hell, I don\325) 414 461.92 P 1.14 (t know) 514.71 461.92 P 1.14 (. Let\325) 542.68 461.92 P 1.14 (s) 564.91 461.92 P 1.07 (give it a try) 403.2 449.92 P 1.07 (.\323 They swooped down over) 451.56 449.92 P 0.9 (the city like a bird of prey) 403.2 437.92 P 0.9 (. Every build-) 511.76 437.92 P 0.74 (ing seemed to have at least one antenna,) 403.2 425.92 P 1.29 (but few had more. \322See that one,\323 W) 403.2 413.92 P 1.29 (alt) 558.8 413.92 P 0.26 (said, pointing at a mirrored skyscraper to) 403.2 401.92 P (the north.) 403.2 389.92 T 0.81 (\322Y) 414 376.86 P 0.81 (eah. Looks like a farm on the roof.) 424.65 376.86 P (Let\325) 403.2 364.86 T (s give it a try) 419.3 364.86 T (.\323) 470.84 364.86 T 1.33 (They \337ew to the building. Dozens of) 414 351.81 P 2.2 (antennas sprouted from the roof, but a) 403.2 339.81 P 0.45 (lar) 403.2 327.81 P 0.45 (ge, cleared circle with a painted red X) 413.56 327.81 P 2.85 (marked a landing spot. The paint had) 403.2 315.81 P 0.02 (faded, but the area was clear) 403.2 303.81 P 0.02 (. John sat the) 516.54 303.81 P 1.73 (craft down on the pad and they disem-) 403.2 291.81 P (barked.) 403.2 279.81 T 2.87 (A cool, evening breeze cut through) 414 266.75 P 0.64 (their clothes and occasional gusts threat-) 403.2 254.75 P 4.62 (ened their balance. \322T) 403.2 242.75 P 4.62 (ough wind up) 504.6 242.75 P (here,\323 John said.) 403.2 230.75 T 3.04 (\322Over here.\323 W) 414 217.7 P 3.04 (alt pointed at a red) 482.26 217.7 P -0.02 (brick block with a door) 403.2 205.7 P -0.02 (. It looked like the) 495.86 205.7 P (access way for the roof. \322Let\325) 403.2 193.7 T (s try it.\323) 521.42 193.7 T -0.24 (The door was unlocked. Upon entering) 414 180.64 P 2.6 (they found themselves at the top of a) 403.2 168.64 P 0.84 (stairwell that spiraled of) 403.2 156.64 P 0.84 (f to the left, cir-) 502.42 156.64 P (cling an open center shaft.) 403.2 144.64 T 0.08 (They went down one \337ight and looked) 414 131.59 P -0.22 (at the door) 403.2 119.59 P -0.22 (. The handle had been lost long) 444.95 119.59 P 1.09 (ago. \322Let\325) 403.2 107.59 P 1.09 (s try the next one,\323 W) 444.26 107.59 P 1.09 (alt said.) 536.62 107.59 P 2.71 (They found it unlocked and pushed it) 403.2 95.59 P 0.64 (open. It bumped against something, then) 403.2 83.59 P (gave way) 403.2 71.59 T (.) 440.57 71.59 T 1.19 (\322Gosh, you scared me half to death,\323) 414 58.53 P (the girl said. Her whitened cheeks) 403.2 46.53 T FMENDPAGE %%EndPage: "31" 33 %%Page: "32" 33 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (32) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.38 (formed a contrast to the heavy rouge) 54 742.13 P 3.41 (she had applied. She reached up and) 43.2 730.13 P -0.04 (brushed an of) 43.2 718.13 P -0.04 (fending strand of blond hair) 97.35 718.13 P 2.16 (from her eyes, stalling for time as she) 43.2 706.13 P 3.59 (regained composure. \322What were you) 43.2 694.13 P (doing in the stairwell?\323) 43.2 682.13 T 0.3 (\322W) 54 669.08 P 0.3 (e are trying to \336nd the press,\323 W) 67.07 669.08 P 0.3 (alt) 198.8 669.08 P (said. \322Are we close?\323) 43.2 657.08 T 5.42 (\322This is the GTV building,\323 she) 54 644.02 P 2.38 (replied. W) 43.2 632.02 P 2.38 (alt breathed a sigh of relief.) 86.97 632.02 P 0.51 (Global T) 43.2 620.02 P 0.51 (ri-V was one of the biggest net-) 79.17 620.02 P (works. They would help.) 43.2 608.02 T 0.87 (\322I need to talk to a reporter) 54 594.97 P 0.87 (,\323 he said.) 167.08 594.97 P 0.48 (He felt no need to explain to this girl He) 43.2 582.97 P 0.58 (wanted to go straight to someone impor-) 43.2 570.97 P (tant. \322Can you get someone?\323) 43.2 558.97 T -0.15 (\322Ok,\323 she said and zipped from behind) 54 545.91 P 0.89 (the desk, not turning her back until well) 43.2 533.92 P 2.94 (out of range. A hallway extended the) 43.2 521.92 P -0.2 (breath of the building. She disappeared to) 43.2 509.92 P (the right at the end of the hall.) 43.2 497.92 T 2.2 (\322Thank goodness,\323 John said. \322Let\325) 54 484.86 P 2.2 (s) 204.91 484.86 P 0.97 (get this mess over with. Someone in TP) 43.2 472.86 P -0.08 (owes me a house and I intend on taking it) 43.2 460.86 P (out of his hide.\323) 43.2 448.86 T 0.74 (\322I wish it were as simple as replacing) 54 435.81 P 4.14 (your house,\323 W) 43.2 423.81 P 4.14 (alt replied. He gazed) 113.68 423.81 P 0.89 (down the hall, anxious for an end to the) 43.2 411.81 P -0.2 (af) 43.2 399.81 P -0.2 (fair) 50.79 399.81 P -0.2 (. He noticed the tpod on the left near) 64.11 399.81 P 1.17 (the end of the hall The blue availability) 43.2 387.81 P 2.11 (light glowed above the door) 43.2 375.81 P 2.11 (. He shud-) 163.23 375.81 P (dered for a moment, then calmed.) 43.2 363.81 T 0.82 (The reporter stepped into the hall and) 54 350.75 P 0.36 (headed toward them with long, con\336dent) 43.2 338.75 P 3.75 (strides. W) 43.2 326.75 P 3.75 (alt could feel her assessing) 86.67 326.75 P 0.26 (them as she approached, wasting no time) 43.2 314.75 P 2.95 (getting to the story) 43.2 302.75 P 2.95 (. Her business suit) 126.65 302.75 P 2.04 (clung tightly to her slim body with no) 43.2 290.75 P 1.37 (loose cloth. Her hair was cropped close) 43.2 278.75 P 0.4 (in a style that could grace the screen, yet) 43.2 266.75 P -0.21 (not get in the way) 43.2 254.75 P -0.21 (. She brandished a note-) 113.33 254.75 P (pad as a warrior would a gun.) 43.2 242.75 T 1.07 (\322Shiela Haskel, GTV) 54 229.7 P 1.07 (,\323 she said when) 140.07 229.7 P 1.28 (she was within range. She extended her) 43.2 217.7 P (hand. \322What can I do for you.\323) 43.2 205.7 T 2.1 (W) 54 192.64 P 2.1 (alt shook her hand. \322I\325m Dr) 62.63 192.64 P 2.1 (. W) 183.07 192.64 P 2.1 (alt) 198.8 192.64 P 6.26 (Donly) 43.2 180.64 P 6.26 (. This is John Beach. W) 67.54 180.64 P 6.26 (e\325re) 193.27 180.64 P 5.7 (employees of TP T) 43.2 168.64 P 5.7 (echnologies, and) 135.93 168.64 P (we\325ve got quite a story) 43.2 156.64 T (.\323) 134.15 156.64 T 3.02 (\322Come with me to my of) 54 143.59 P 3.02 (\336ce,\323 she) 168.59 143.59 P 0.59 (said. \322W) 43.2 131.59 P 0.59 (e\325ll be more comfortable there.\323) 77.96 131.59 P 0.44 (She turned on her heels and the men fol-) 43.2 119.59 P 0.31 (lowed. W) 43.2 107.59 P 0.31 (alt noticed the secretary regain-) 81.57 107.59 P 2.77 (ing her territory) 43.2 95.59 P 2.77 (, obviously glad to be) 111.38 95.59 P 0.88 (back in char) 43.2 83.59 P 0.88 (ge of her little corner of the) 93.62 83.59 P (world.) 43.2 71.59 T 1.1 (They went down the hall and entered) 54 58.53 P 0.84 (an elevator) 43.2 46.53 P 0.84 (. \322My of) 87.62 46.53 P 0.84 (\336ce in on level eigh-) 123.26 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 2.47 (teen,\323 Shiela said, pressing the button.) 223.2 742.13 P 2.92 (\322Perhaps you can tell be what this is) 223.2 730.13 P (about?\323) 223.2 718.13 T 0.58 (W) 234 704.66 P 0.58 (alt began telling her of the informa-) 242.63 704.66 P 2.71 (tion he had discovered and his subse-) 223.2 692.66 P 1.09 (quent \337ight. The elevator stopped. They) 223.2 680.66 P 1.49 (exited and went down another hall to a) 223.2 668.66 P 4.74 (corner of) 223.2 656.66 P 4.74 (\336ce. He paused while they) 264.11 656.66 P 3.59 (entered. \322Please be seated,\323 she said,) 223.2 644.66 P 2.34 (motioning at the two chairs facing the) 223.2 632.66 P -0.07 (desk. W) 223.2 620.66 P -0.07 (alt wondered if most news stories) 255.08 620.66 P (involved two people.) 223.2 608.66 T 3.37 (\322Please continue,\323 she said, all the) 234 595.18 P 1.28 (while jotting notes. Other than an occa-) 223.2 583.18 P 2.84 (sional \322OK,\323 or \322Right,\323 she let W) 223.2 571.18 P 2.84 (alt) 378.8 571.18 P (relate the story uninterrupted.) 223.2 559.18 T 0.5 (\322Are you sure this is not just statistics) 234 545.71 P -0.13 (at play?\323 she asked when he had \336nished.) 223.2 533.71 P 0.2 (She appeared unimpressed by the magni-) 223.2 521.71 P (tude of the tale.) 223.2 509.71 T 2.47 (\322If it weren\325) 234 496.23 P 2.47 (t for those four sites, I) 288.16 496.23 P -0.03 (couldn\325) 223.2 484.23 P -0.03 (t be certain. I guess odds could be) 253.55 484.23 P 1.33 (pushed, but not that far) 223.2 472.23 P 1.33 (. Those sites are) 320.41 472.23 P (impossible. Someone is doing that.\323) 223.2 460.23 T 1.93 (\322And I know I\325ve been seeing more) 234 446.76 P 1.45 (tixs than usual in the last few months,\323) 223.2 434.76 P (John added.) 223.2 422.76 T -0.07 (\322Do you have any physical evidence?\323) 234 409.28 P 1.13 (she asked. W) 223.2 397.28 P 1.13 (alt eyed her for a moment.) 277.67 397.28 P (W) 223.2 385.28 T (as she skeptical, or just thorough?) 231.84 385.28 T -0.13 (\322I have this,\323 he said, handing over the) 234 371.81 P 2.2 (prints he had run earlier) 223.2 359.81 P 2.2 (. She thumbed) 326.93 359.81 P 1.7 (through them for a moment, apparently) 223.2 347.81 P (absorbing the data.) 223.2 335.81 T 0.87 (\322What do these numbers really mean,) 234 322.33 P (Doctor?\323) 223.2 310.33 T (\322What do you mean?\323 he inquired.) 234 296.86 T (\322In lives.\323) 234 283.38 T 4.48 (He had avoided thinking in those) 234 269.91 P (terms before. \322I didn\325) 223.2 257.91 T (t run that number) 309.61 257.91 T (.\323) 378.18 257.91 T (\322Care to hazard a guess?\323) 234 244.43 T 1.93 (\322Oh, an extra twenty million a year) 234 230.96 P 1.93 (.) 386.3 230.96 P 3.92 (Maybe more.\323 The magnitude of the) 223.2 218.96 P 1.83 (problem struck home for the \336rst time.) 223.2 206.96 P 1.71 (\322Can\325) 223.2 194.96 P 1.71 (t you get this on the air and stop) 246.89 194.96 P (it?\323 he begged.) 223.2 182.96 T 1.47 (She sat the papers down and clasped) 234 169.48 P 0.09 (her hands over the desk. \322I would like to,) 223.2 157.48 P 2.02 (but there is a problem. I can\325) 223.2 145.48 P 2.02 (t break a) 350.34 145.48 P 0.86 (story like this without physical evidence) 223.2 133.48 P 4 (or independent corroboration. It\325) 223.2 121.48 P 4 (s too) 365.64 121.48 P (big.\323) 223.2 109.48 T 5.92 (\322What,\323 John yelled. \322Y) 234 96.01 P 5.92 (ou mean) 348.74 96.01 P (you\325re not going to do anything?\323) 223.2 84.01 T 3.68 (\322W) 234 70.53 P 3.68 (e are going to do something. I) 247.07 70.53 P 0.34 (really want to blow this story wide open.) 223.2 58.53 P 1.06 (This is huge, but we have to be careful.) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 3.06 (Y) 403.2 742.13 P 3.06 (ou are not the \336rst to make such a) 409.42 742.13 P (claim.\323) 403.2 730.13 T (\322Not the \336rst?\323 W) 414 716.56 T (alt asked.) 486.2 716.56 T 6.81 (\322No. About \336fty years ago, an) 414 702.99 P 1.33 (employee of TP came to GTV and said) 403.2 690.99 P -0.06 (that matrix errors could be controlled and) 403.2 678.99 P 1.04 (TP management was using them to pro-) 403.2 666.99 P 1.83 (duce power) 403.2 654.99 P 1.83 (. He had internal prints and) 450.83 654.99 P (statistics to prove it.\323) 403.2 642.99 T -0.03 (\322Y) 414 629.41 P -0.03 (ou mean you\325ve known this for \336fty) 424.65 629.41 P (years?\323) 403.2 617.41 T 0.93 (\322Hold on. The guy turned out to be a) 414 603.84 P 0.74 (fraud. The prints he had were faked. W) 403.2 591.84 P 0.74 (e) 564.36 591.84 P 0.58 (aired the story and raised quite a ruckus,) 403.2 579.84 P 1.96 (only to be sued by TP) 403.2 567.84 P 1.96 (. Hell, TP damn) 499.34 567.84 P 1.29 (near ended up owning the place. It hurt) 403.2 555.84 P 1.48 (the network\325) 403.2 543.84 P 1.48 (s credibility) 454.92 543.84 P 1.48 (, so we have to) 503.22 543.84 P 1.56 (be real careful about our sources, espe-) 403.2 531.84 P (cially on a story like this.\323) 403.2 519.84 T 0.37 (\322Y) 414 506.27 P 0.37 (ou don\325) 424.65 506.27 P 0.37 (t believe us,\323 John said. His) 455.65 506.27 P (hands were balled up in \336sts.) 403.2 494.27 T 3.46 (\322Of course I believe you. For one) 414 480.69 P 1.73 (thing, you came here by air car) 403.2 468.69 P 1.73 (. That\325) 537.09 468.69 P 1.73 (s) 564.91 468.69 P 2.13 (not what I would call a normal occur-) 403.2 456.69 P 1.41 (rence. And there are two of you. These) 403.2 444.69 P 1.25 (prints could be fake, but they look real.) 403.2 432.69 P 1.85 (W) 403.2 420.69 P 1.85 (e will just have to \336nd some way to) 411.83 420.69 P (prove this.\323) 403.2 408.69 T 0.98 (\322What about my house?\323 John asked.) 414 395.12 P (\322Surely someone noticed!\323) 403.2 383.12 T 1.76 (\322Let me check.\323 Shiela activated the) 414 369.55 P 0.7 (terminal on her desk and entered a com-) 403.2 357.55 P -0.22 (mand sequence. \322Here it is. A lar) 403.2 345.55 P -0.22 (ge mete-) 534.33 345.55 P 9.76 (orite impact occurred in eastern) 403.2 333.55 P 3.78 (T) 403.2 321.55 P 3.78 (ennessee earlier today) 408.61 321.55 P 3.78 (. According to) 503.77 321.55 P 9.31 (government sources, the meteorite) 403.2 309.55 P 5.03 (struck in a sparsely populated area,) 403.2 297.55 P 0.7 (destroying a few homes and a great deal) 403.2 285.55 P 0.12 (of timber) 403.2 273.55 P 0.12 (. Casualties are minimal. End of) 439.69 273.55 P (story) 403.2 261.55 T (. There you go.\323) 422.54 261.55 T (\322Meteorite, my ass,\323 John exclaimed.) 414 247.97 T 2.69 (A slow whistle escaped W) 414 234.4 P 2.69 (alt\325) 530.01 234.4 P 2.69 (s lips.) 542.78 234.4 P -0.2 (\322W) 403.2 222.4 P -0.2 (ould seeing the computer results your-) 416.27 222.4 P (self be suf) 403.2 210.4 T (\336cient proof?\323 he said.) 444.1 210.4 T (\322Y) 414 196.83 T (ou\325re crazy) 424.65 196.83 T (,\323 John said.) 469.23 196.83 T 3.61 (\322Calm down, John,\323 W) 414 183.25 P 3.61 (alt said. T) 517.58 183.25 P 3.61 (o) 563.8 183.25 P (Shiela, \322we might be able to get in.\323) 403.2 171.25 T 1.37 (\322If I could verify personally that this) 414 157.68 P 1.31 (information came from the matrix com-) 403.2 145.68 P 2.3 (puter) 403.2 133.68 P 2.3 (, I could break the story) 423.34 133.68 P 2.3 (. W) 529.14 133.68 P 2.3 (ithout) 545.47 133.68 P 1.87 (that assurance, I\325m stuck.\323 She seemed) 403.2 121.68 P (sincere in her desire to air the story) 403.2 109.68 T (.) 543.27 109.68 T 4.5 (\322Y) 414 96.11 P 4.5 (ou realize they tried to kill us) 424.65 96.11 P (before?\323 W) 403.2 84.11 T (alt said.) 448.73 84.11 T 1.1 (\322I\325m a reporter) 414 70.53 P 1.1 (. I get the story) 475.58 70.53 P 1.1 (. Don\325) 539.57 70.53 P 1.1 (t) 566.02 70.53 P 1.69 (worry about me, I\325ll carry my weight.\323) 403.2 58.53 P -0.4 (She jumped up from the seat and grabbed) 403.2 46.53 P FMENDPAGE %%EndPage: "32" 34 %%Page: "33" 34 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (33) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.24 (a small case that was on the \337oor by) 54 742.13 P -0.1 (the desk. \322Let\325) 43.2 730.13 P -0.1 (s get going. I don\325) 101.57 730.13 P -0.1 (t want to) 174.01 730.13 P (hang around here too long.\323) 43.2 718.13 T -0.22 (W) 54 704.96 P -0.22 (alt rose from the chair) 62.63 704.96 P -0.22 (. John stared at) 149.49 704.96 P 0.84 (him, his mouth gaping open. \322Y) 43.2 692.96 P 0.84 (ou com-) 174.93 692.96 P (ing?\323 W) 43.2 680.96 T (alt asked.) 75.98 680.96 T -0.01 (He regained his composure. \322What the) 54 667.79 P 0.7 (hell. Besides,\323 he added, looking around) 43.2 655.79 P 2.29 (the room. \322I\325ll bet meteorites travel in) 43.2 643.79 P (bunches.\323) 43.2 631.79 T -0.22 (Shiela exited the of) 54 618.61 P -0.22 (\336ce, with the others) 130.62 618.61 P 2.4 (close behind. \322Can you give me a tee) 43.2 606.61 P (address?\323 she asked.) 43.2 594.61 T 2.25 (\322There\325) 54 581.44 P 2.25 (s no way you\325ll get me in a) 84.52 581.44 P 3.23 (tpod right now) 43.2 569.44 P 3.23 (,\323 W) 107.86 569.44 P 3.23 (alt said. \322And the) 129.16 569.44 P 3.31 (pods at matrix central are all locked.) 43.2 557.44 P 2.74 (W) 43.2 545.44 P 2.74 (e\325d better \337y) 51.83 545.44 P 2.74 (. The air car is on the) 107.73 545.44 P (roof.\323) 43.2 533.44 T 43.2 508.93 208.8 527.93 C 43.2 508.93 208.8 527.93 R 7 X 0 K V 87.9 519.43 168.9 519.43 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 1.33 (They settled in for the \337ight. The air) 54 502.27 P 1.16 (car only had two seats, so Shiela sat on) 43.2 490.27 P 2.02 (the console between the two men. The) 43.2 478.27 P 2.03 (men intermittently dozed, lulled by the) 43.2 466.27 P 0.22 (soft drone of the blowers and the rushing) 43.2 454.27 P 0.26 (air) 43.2 442.27 P 0.26 (. Shiela spent the majority of the \337ight) 53.19 442.27 P 2.02 (marveling at the vast world below her) 43.2 430.27 P 2.02 (.) 206.3 430.27 P 0.22 (Outside a blanket of darkness was cover-) 43.2 418.27 P 1.09 (ing the world, increasing the contrast of) 43.2 406.27 P (city lights and isolated homes.) 43.2 394.27 T 0.02 (Since W) 54 381.09 P 0.02 (alt and John both knew matrix) 87.37 381.09 P 0.98 (central\325) 43.2 369.09 P 0.98 (s coordinates, internal navigation) 73.17 369.09 P 1.6 (\337ew the car) 43.2 357.09 P 1.6 (. The \337ight was uneventful.) 92.47 357.09 P 1 (For a brief period the hectic pace of the) 43.2 345.09 P 0.22 (day had abated. W) 43.2 333.09 P 0.22 (alt tried not to think of) 117.45 333.09 P (what lay ahead.) 43.2 321.09 T (\322Y) 54 307.92 T (ou awake,\323 Shiela asked.) 64.65 307.92 T 3.76 (\322Y) 54 294.75 P 3.76 (eah,\323 W) 64.65 294.75 P 3.76 (alt answered, though his) 100.36 294.75 P (eyes remained closed.) 43.2 282.75 T 2.29 (\322This is something people don\325) 54 269.57 P 2.29 (t see) 188.47 269.57 P 1.48 (anymore.\323 She gestured at the shadowy) 43.2 257.57 P 3.36 (ground and the sun just touching the) 43.2 245.57 P (horizon. \322Tpods took that away) 43.2 233.57 T (.\323) 168.85 233.57 T 1.42 (\322In a way) 54 220.4 P 1.42 (, but they gave us much in) 95.05 220.4 P (return.\323) 43.2 208.4 T 2.21 (\322I just wonder if the sacri\336ces have) 54 195.23 P (been worth it?\323 she said.) 43.2 183.23 T 2.34 (\322I don\325) 54 170.05 P 2.34 (t know) 84.74 170.05 P 2.34 (,\323 W) 113.92 170.05 P 2.34 (alt said and went) 134.33 170.05 P (back to sleep.) 43.2 158.05 T 3.2 (When the arrival alarm sounded, it) 54 144.88 P 3.25 (was pitch black outside. The chiming) 43.2 132.88 P 2.36 (was all too similar to the matrix error) 43.2 120.88 P 2.99 (alarm and jolted both men from their) 43.2 108.88 P 2.15 (sleep. W) 43.2 96.88 P 2.15 (alt cleared the alarm and took) 79.52 96.88 P 0.18 (the controls. John began to scan the hori-) 43.2 84.88 P (zon for lights.) 43.2 72.88 T (\322Where are we?\323 Shiela asked.) 54 59.71 T 4.5 (\322W) 54 46.53 P 4.5 (e\325re approaching matrix central.) 67.07 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 0.87 (W) 223.2 742.13 P 0.87 (e should see lights any moment now) 231.84 742.13 P 0.87 (,\323) 381.86 742.13 P (W) 223.2 730.13 T (alt said.) 231.84 730.13 T 0.82 (\322Maybe not,\323 John said. \322Matrix cen-) 234 716.82 P -0.22 (tral has no windows. It\325) 223.2 704.82 P -0.22 (s just a big rectan-) 316.41 704.82 P -0.05 (gular building. W) 223.2 692.82 P -0.05 (e may not be able to see) 293.08 692.82 P (it in the dark.\323) 223.2 680.82 T (\322Any suggestions?\323 W) 234 667.51 T (alt asked.) 324.8 667.51 T 1.59 (\322W) 234 654.2 P 1.59 (e could wait for morning,\323 Shiela) 247.07 654.2 P (suggested.) 223.2 642.2 T 1.87 (\322I\325d rather not,\323 W) 234 628.89 P 1.87 (alt said. \322Naviga-) 314.84 628.89 P 0.37 (tion says we are approaching, but I don\325) 223.2 616.89 P 0.37 (t) 386.02 616.89 P 1.64 (see a thing. What about landing lights?) 223.2 604.89 P (For the air cars.\323) 223.2 592.89 T 2.88 (\322The air car bays are on the south) 234 579.58 P 1.41 (side,\323 John said. \322W) 223.2 567.58 P 1.41 (e\325re east, or maybe) 308.52 567.58 P 1.72 (north east, so they wouldn\325) 223.2 555.58 P 1.72 (t show) 338.43 555.58 P 1.72 (. Y) 365.87 555.58 P 1.72 (ou) 378.8 555.58 P (might try swinging to the south.\323) 223.2 543.58 T 1.97 (W) 234 530.27 P 1.97 (alt banked the car to the left until) 242.63 530.27 P 2.2 (navigation reported they were south of) 223.2 518.27 P 0.77 (the building. \322There we go.\323 He pointed) 223.2 506.27 P 1.37 (so the others would see the light green,) 223.2 494.27 P (\337ashing beacon for themselves.) 223.2 482.27 T 0.69 (\322That would be the launch bay) 234 468.96 P 0.69 (,\323 John) 359.79 468.96 P (said. \322Y) 223.2 456.96 T (ou want to go in there?\323) 254.95 456.96 T -0.13 (\322I don\325) 234 443.64 P -0.13 (t think so. W) 262.27 443.64 P -0.13 (e will need the sur-) 312.72 443.64 P 3.43 (prise. I\325m going to put down on the) 223.2 431.64 P (ground. W) 223.2 419.64 T (e\325ll walk in.\323) 265.15 419.64 T 0.91 (\322Can we get in from outside?\323 Shiela) 234 406.33 P (asked.) 223.2 394.33 T 4.98 (\322Sure,\323 John said. \322There\325) 234 381.02 P 4.98 (s recre-) 354.14 381.02 P 2.59 (ational areas on the ground. Nothing\325) 223.2 369.02 P 2.59 (s) 384.91 369.02 P (fenced that I know of.\323) 223.2 357.02 T (\322W) 234 343.71 T (ill there be guards?\323 she asked.) 247.47 343.71 T (\322I hope not,\323 John answered.) 234 330.4 T 0.49 (\322I doubt it,\323 W) 234 317.09 P 0.49 (alt added. \322Matrix cen-) 294.63 317.09 P 0.05 (tral is real big. Something like a half mil-) 223.2 305.09 P 1.29 (lion people work here. I\325ll bet there are) 223.2 293.09 P 0.59 (several hundred exits. Security would be) 223.2 281.09 P 1.78 (strapped to cover them all. Besides, all) 223.2 269.09 P 0.65 (the tpods are locked and no one else has) 223.2 257.09 P (air cars but TP) 223.2 245.09 T (.\323) 280.66 245.09 T (\322And you,\323 Shiela added.) 234 231.78 T 0.61 (\322Y) 234 218.47 P 0.61 (eah, and they\325ll know that. But this) 244.65 218.47 P 0.85 (is the last place they would expect us to) 223.2 206.47 P (go.\323) 223.2 194.47 T (\322Let\325) 234 181.16 T (s hope so,\323 John said.) 254.54 181.16 T 0.2 (They sat the air car down in a clearing) 234 167.84 P 1.98 (several hundred meters from the build-) 223.2 155.84 P 8.01 (ing. A lar) 223.2 143.84 P 8.01 (ge rock pile, probably) 277.07 143.84 P 2.03 (unearthed when the building was built,) 223.2 131.84 P 2.94 (shielded the craft from view) 223.2 119.84 P 2.94 (. \322They\325ll) 347 119.84 P 1.52 (probably \336nd this come daylight,\323 W) 223.2 107.84 P 1.52 (alt) 378.8 107.84 P 2.16 (said as they began walking toward the) 223.2 95.84 P (building. \322W) 223.2 83.84 T (e\325d better hurry) 274.59 83.84 T (.\323) 336.11 83.84 T 1.03 (The quarter moon provided little illu-) 234 70.53 P 0.13 (mination to walk by) 223.2 58.53 P 0.13 (, slowing their travel.) 303.18 58.53 P 4.9 (Occasionally one of them exclaimed) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 2.13 (softly as a toe was stubbed or balance) 403.2 742.13 P 2.01 (lost. They saw each other only as out-) 403.2 730.13 P (lines.) 403.2 718.13 T 3.74 (\322Shame TP doesn\325) 414 704.45 P 3.74 (t have a lighted) 496.24 704.45 P (night rec area,\323 John whispered.) 403.2 692.45 T 1.23 (\322They probably do, on the north side) 414 678.76 P 6.36 (of the building,\323 W) 403.2 666.76 P 6.36 (alt replied. He) 499.19 666.76 P 3.68 (touched the rough surface of a wall.) 403.2 654.76 P 5.26 (\322Here we are. There should be an) 403.2 642.76 P (entrance pretty soon.\323) 403.2 630.76 T 3.59 (It was still several hundred meters) 414 617.08 P 0.5 (before W) 403.2 605.08 P 0.5 (alt whispered \322here\325) 440.36 605.08 P 0.5 (s the door) 521.84 605.08 P 0.5 (,\323) 561.86 605.08 P 0.18 (and stopped so the others could catch up.) 403.2 593.08 P (\322Any last requests,\323 he asked.) 403.2 581.08 T (\322Real funny) 414 567.39 T (,\323 John said.) 461.92 567.39 T 0.81 (W) 414 553.71 P 0.81 (alt slowly turned the knob. When it) 422.64 553.71 P 0.09 (reached its limit he pulled it open a crack) 403.2 541.71 P 3.36 (and peered inside. The bright interior) 403.2 529.7 P 1.1 (stung his eyes initially) 403.2 517.7 P 1.1 (, but they quickly) 495.54 517.7 P 1 (adjusted. The door ended a hallway that) 403.2 505.7 P 1.52 (traveled as far as he could see. No one) 403.2 493.7 P -0.22 (was in sight. He swung the door open and) 403.2 481.7 P 1.25 (entered, with John and Shiela following) 403.2 469.7 P (close behind.) 403.2 457.7 T 0.2 (\322It\325) 414 444.02 P 0.2 (s a big operation,\323 W) 427.32 444.02 P 0.2 (alt whispered.) 512.53 444.02 P -0.02 (\322Just act normal and no one will question) 403.2 432.02 P (us.\323) 403.2 420.02 T (\322What about IDs,\323 John asked.) 414 406.33 T 1.93 (\322I doubt if anyone will notice we\325re) 414 392.65 P 0.28 (not wearing any) 403.2 380.65 P 0.28 (. If it becomes a problem) 467.5 380.65 P (we\325ll just have to wing it.\323) 403.2 368.65 T 0.13 (He led them down the hall to the near-) 414 354.96 P 0.29 (est elevator) 403.2 342.96 P 0.29 (. \322W) 448.74 342.96 P 0.29 (e\325ll have to go to the ser-) 467.11 342.96 P 1.59 (vice tech support level.\323 He summoned) 403.2 330.96 P -0.11 (the elevator) 403.2 318.96 P -0.11 (, which promptly arrived with) 449.6 318.96 P 4.24 (a light chime. Each of them looked) 403.2 306.96 P 2.76 (around, as if to assure themselves the) 403.2 294.96 P 0.48 (sound had gone unnoticed. They stepped) 403.2 282.96 P 2.2 (in and W) 403.2 270.96 P 2.2 (alt pressed the button labeled) 443.43 270.96 P (twenty two.) 403.2 258.96 T 3.32 (When the door had closed he said) 414 245.28 P 1.35 (\322Our best bet is to get an ID and go to) 403.2 233.28 P 6.45 (one of the other tech supervisor) 403.2 221.28 P 6.45 (\325) 562.13 221.28 P 6.45 (s) 564.91 221.28 P (of) 403.2 209.28 T (\336ces.\323) 411.35 209.28 T 4.06 (\322How are you going to do that?\323) 414 195.59 P (Shiela asked.) 403.2 183.59 T -0.13 (\322I\325ll bet our big friend here would love) 414 169.91 P 0.75 (to vent some pent-up frustrations. Right,) 403.2 157.91 P (John?\323) 403.2 145.91 T (\322Damn straight!\323 he answered.) 414 132.22 T 4.08 (The elevator opened, revealing the) 414 118.53 P 2.12 (twenty second \337oor hallway) 403.2 106.53 P 2.12 (, a twin of) 521.9 106.53 P 1.62 (the \336rst \337oor) 403.2 94.53 P 1.62 (, but busier) 457.68 94.53 P 1.62 (. Service techs,) 505.06 94.53 P 0.47 (obvious in blue coveralls, mulled around) 403.2 82.53 P 0.57 (in the hall and a low din of conversation) 403.2 70.53 P 7.19 (could be heard. V) 403.2 58.53 P 7.19 (ague mechanical) 494.72 58.53 P (sounds emanated from repair shops on) 403.2 46.53 T FMENDPAGE %%EndPage: "33" 35 %%Page: "34" 35 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (34) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.39 (the \337oor) 54 742.13 P 1.39 (. W) 88.43 742.13 P 1.39 (ith W) 103.85 742.13 P 1.39 (alt in the lead, they) 126.92 742.13 P 0.95 (stepped from the elevator and headed to) 43.2 730.13 P 0.03 (the right. The techs appeared undisturbed) 43.2 718.13 P (in their conversation.) 43.2 706.13 T 1.46 (At a random door W) 54 693.08 P 1.46 (alt stopped. The) 141.76 693.08 P 2.53 (name Eric Garver was etched into the) 43.2 681.08 P 0.95 (metal door panel. A lighted, blue button) 43.2 669.08 P 0.68 (by the door signaled Eric\325) 43.2 657.08 P 0.68 (s presence and) 149.17 657.08 P 1.38 (availability) 43.2 645.08 P 1.38 (. \322Let\325) 87.53 645.08 P 1.38 (s make it quick,\323 W) 114.44 645.08 P 1.38 (alt) 198.8 645.08 P 0.17 (whispered. He pressed the button and the) 43.2 633.08 P (door slid open.) 43.2 621.08 T 2.33 (\322May I help you?\323 the man said as) 54 608.02 P 0.1 (they stepped into the room. He peered up) 43.2 596.02 P 1.42 (at them through unfashionable wire rim) 43.2 584.02 P 4.09 (glasses that perched on an excessive) 43.2 572.02 P -0.12 (nose. He sat, with his hands frozen on the) 43.2 560.02 P (terminal keyboard, awaiting an answer) 43.2 548.02 T (.) 197.8 548.02 T 2.2 (Shiela was the last in the door) 54 534.97 P 2.2 (. She) 186.61 534.97 P -0.07 (pressed the close and lock buttons behind) 43.2 522.97 P 2.28 (her) 43.2 510.97 P 2.28 (. As the door slid closed, John and) 55.41 510.97 P 2.66 (W) 43.2 498.97 P 2.66 (alt collided as each began a clumsy) 51.83 498.97 P 0.53 (pounce. W) 43.2 486.97 P 0.53 (alt jumped out of the way and) 86.23 486.97 P 0.46 (allowed John to grab the man behind the) 43.2 474.97 P 3.06 (desk. Papers \337ew of) 43.2 462.97 P 3.06 (f the desk in the) 132.7 462.97 P 0.4 (struggle as John subdued the man\325) 43.2 450.97 P 0.4 (s arms) 182.59 450.97 P 1.69 (with one hand and prevented him from) 43.2 438.97 P 0.54 (screaming with the other) 43.2 426.97 P 0.54 (. When the pan-) 143.35 426.97 P 0.18 (demonium had settled, he had the man in) 43.2 414.97 P 1.72 (a bear hug. \322Now what do we do with) 43.2 402.97 P (him?\323 he asked.) 43.2 390.97 T 6.57 (W) 54 377.92 P 6.57 (alt glanced around the spartan) 62.63 377.92 P 3.52 (of) 43.2 365.92 P 3.52 (\336ce. \322W) 51.35 365.92 P 3.52 (e need to subdue him,\323 he) 87.37 365.92 P (stated, \322but I don\325) 43.2 353.92 T (t see anything.\323) 115.19 353.92 T -0.25 (Shiela was rummaging in her case, and) 54 340.86 P -0.16 (pulled out a piece of wire. \322T) 43.2 328.86 P -0.16 (ry this. It\325) 159.3 328.86 P -0.16 (s a) 198.13 328.86 P 0.31 (tri-V power cord. I\325ll record on batteries,) 43.2 316.86 P (anyway) 43.2 304.86 T (.\323) 73.63 304.86 T 4.04 (John grabbed the wire and started) 54 291.81 P -0.14 (tying Garver up. \322Just keep quite and you) 43.2 279.81 P 0.47 (won\325) 43.2 267.81 P 0.47 (t get hurt,\323 he said before removing) 63.56 267.81 P 2.61 (his hand. \322W) 43.2 255.81 P 2.61 (e need something for his) 100.09 255.81 P (mouth.\323) 43.2 243.81 T (\322Use his belt,\323 W) 54 230.75 T (alt said.) 123.7 230.75 T 0.7 (\322Right,\323 John replied. He stripped the) 54 217.7 P -0.09 (man\325) 43.2 205.7 P -0.09 (s belt and used it as a makeshift gag.) 63.19 205.7 P 0.74 (When the man was secure, he pulled his) 43.2 193.7 P (ID and handed it to W) 43.2 181.7 T (alt. \322Here you go.\323) 131.5 181.7 T 1.4 (W) 54 168.64 P 1.4 (alt sat down at the desk. He didn\325) 62.63 168.64 P 1.4 (t) 206.02 168.64 P -0.05 (really need the ID, since the terminal was) 43.2 156.64 P 1.46 (still logged on. He cleared the previous) 43.2 144.64 P -0.18 (activity and then tried to decide what best) 43.2 132.64 P (to do.) 43.2 120.64 T 0.92 (\322Could you reproduce those stats you) 54 107.59 P 0.81 (showed me?\323 Shiela asked, leaning over) 43.2 95.59 P (the desk.) 43.2 83.59 T 0.22 (\322I could, but that would probably alert) 54 70.53 P 0.02 (the sysop again. What about the high rate) 43.2 58.53 P (sites?\323 he asked.) 43.2 46.53 T 223.2 43.2 388.8 748.8 R 7 X V 0 X 2.74 (\322Let\325) 234 742.13 P 2.74 (s start there. Y) 254.54 742.13 P 2.74 (ou need these?\323) 320.05 742.13 P 0.85 (She held out the prints he had given her) 223.2 730.13 P (earlier) 223.2 718.13 T (.) 248.18 718.13 T 2.74 (\322Y) 234 704.89 P 2.74 (eah.\323 He selected site history for) 244.65 704.89 P 2.58 (each of the four locations. The screen) 223.2 692.89 P 3.09 (displayed the locations and the recent) 223.2 680.89 P (error logs. \322There you go.\323) 223.2 668.89 T 0.8 (\322Y) 234 655.65 P 0.8 (ou\325re right,\323 she said. \322Why would) 244.65 655.65 P (they make some locations do that?\323) 223.2 643.65 T (\322I don\325) 234 630.41 T (t know) 262.4 630.41 T (,\323 W) 289.24 630.41 T (alt said.) 307.31 630.41 T 0.27 (\322Could we go there and check it out?\323) 234 617.16 P (she asked.) 223.2 605.16 T 0.51 (\322No way) 234 591.92 P 0.51 (. Those locations are type six) 269.66 591.92 P 1.92 (industrial pods, no interconnect to type) 223.2 579.92 P 1.23 (three pods. There\325) 223.2 567.92 P 1.23 (s a service pod listed,) 298.1 567.92 P 0.26 (but it\325) 223.2 555.92 P 0.26 (s locked.\323 He pointed at a key icon) 247.07 555.92 P (next to the entry on the screen.) 223.2 543.92 T (\322Enter code 43W) 234 530.68 T (,\323 John said.) 302.46 530.68 T -0.01 (W) 234 517.44 P -0.01 (alt entered the code and the key icon) 242.63 517.44 P 2.4 (disappeared. \322I didn\325) 223.2 505.44 P 2.4 (t know you could) 311.92 505.44 P (override a lock remotely) 223.2 493.44 T (,\323 he said.) 320.53 493.44 T 1.89 (\322They had a bad run of locks. They) 234 480.2 P 2.25 (gave us the override codes to simplify) 223.2 468.2 P 0.22 (getting to the sites and replacing the lock) 223.2 456.2 P 3.69 (card. I can override most local safe-) 223.2 444.2 P (guards.\323) 223.2 432.2 T 2.48 (\322Could you detonate a site?\323 Shiela) 234 418.95 P (asked.) 223.2 406.95 T 0.23 (\322Before yesterday) 234 393.71 P 0.23 (, I never would have) 306.01 393.71 P 2.32 (believed that was possible, but I don\325) 223.2 381.71 P 2.32 (t) 386.02 381.71 P 2.94 (think so. Doc said that takes simulta-) 223.2 369.71 P 2.59 (neous transmit and receive. I\325ve never) 223.2 357.71 P 0.31 (heard of a code to override mode separa-) 223.2 345.71 P (tion.\323) 223.2 333.71 T 2.8 (\322I would think it would be tough,\323) 234 320.47 P 5.52 (W) 223.2 308.47 P 5.52 (alt said. \322Maybe that\325) 231.84 308.47 P 5.52 (s why they) 334.45 308.47 P (missed us. It took too long to set up.\323) 223.2 296.47 T 1.14 (\322Can we get to the site now?\323 Shiela) 234 283.23 P (asked again.) 223.2 271.23 T 1.47 (\322Sure, by tpod,\323 W) 234 257.99 P 1.47 (alt said, brandish-) 314.51 257.99 P 1.93 (ing the pilfered ID. \322I doubt if anyone) 223.2 245.99 P (suspects our Mr) 223.2 233.99 T (. Garver) 286.49 233.99 T (.\323) 318.69 233.99 T (\322W) 234 220.74 T (ill we all three \336t in a pod?\323) 247.47 220.74 T -0.06 (\322I\325d better stay here and monitor you,\323) 234 207.5 P 0.54 (John volunteered. \322I would rather not go) 223.2 195.5 P (exploring right now) 223.2 183.5 T (, anyway) 301.95 183.5 T (.\323) 337.38 183.5 T 0.27 (W) 234 170.26 P 0.27 (alt clipped the ID on. \322Ok, you stay) 242.63 170.26 P 0.27 (.) 386.3 170.26 P 0.25 (If we are very long, get to another of) 223.2 158.26 P 0.25 (\336ce.) 371.87 158.26 P 1.18 (Y) 223.2 146.26 P 1.18 (ou might try to call GTV if the phone) 229.42 146.26 P (system\325) 223.2 134.26 T (s not monitored.\323) 253.74 134.26 T 2.39 (\322Give them my name and tell them) 234 121.02 P 0.33 (what is going on,\323 Shiela added. \322I don\325) 223.2 109.02 P 0.33 (t) 386.02 109.02 P 1.29 (know what they could do, but the more) 223.2 97.02 P (people who know) 223.2 85.02 T (, the better) 293.61 85.02 T (.\323) 335.53 85.02 T -0.25 (\322Ok,\323 John said. \322Get going. I\325ll watch) 234 71.78 P (from here.\323) 223.2 59.78 T -0.21 (W) 234 46.53 P -0.21 (alt and Shiela left the room. Looking) 242.63 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.61 (back as they walked down the hall, W) 403.2 742.13 P 0.61 (alt) 558.8 742.13 P (noticed John had re-locked the door) 403.2 730.13 T (.) 546.15 730.13 T 3.11 (\322Y) 414 716.32 P 3.11 (ou think the tpod will be safe?\323) 424.65 716.32 P (Shiela asked.) 403.2 704.32 T 0.58 (\322I hope so. As safe as usual, at least.\323) 414 690.5 P 1.55 (They reached the pod at the end of the) 403.2 678.5 P 0.77 (hall, and stepped in together) 403.2 666.5 P 0.77 (. He entered) 518.7 666.5 P 0.86 (the address for one of the sites and acti-) 403.2 654.5 P 1.09 (vated the transporter with the stolen ID.) 403.2 642.5 P 2.62 (The scene through the door view port) 403.2 630.5 P 2.05 (changed to a high ceiling room full of) 403.2 618.5 P (plumbing and machinery) 403.2 606.5 T (.) 502.48 606.5 T 2.66 (\322Where are we?\323 Shiela asked. Her) 414 592.69 P 0.38 (voice echoed over the sound of a roaring) 403.2 580.69 P (exhaust fan.) 403.2 568.69 T 3.71 (\322Looks like a small factory) 414 554.87 P 3.71 (.\323 W) 537.02 554.87 P 3.71 (alt) 558.8 554.87 P 2.27 (snif) 403.2 542.87 P 2.27 (fed at the air) 418.01 542.87 P 2.27 (. There was a distinct) 474.51 542.87 P 2.58 (ozone smell to the room, intermingled) 403.2 530.87 P 1.48 (with lubricants and solvents. There was) 403.2 518.87 P 4.3 (something else, also. \322Do you smell) 403.2 506.87 P (salt?\323) 403.2 494.87 T 0.65 (\322I sure do. Do you think we\325re by the) 414 481.06 P (sea?\323) 403.2 469.06 T 1.1 (\322Smells like it. The ocean has a de\336-) 414 455.24 P 1.21 (nite smell to it.\323 He walked farther into) 403.2 443.24 P (the room. \322What is all this?\323) 403.2 431.24 T 5.51 (\322Y) 414 417.43 P 5.51 (ou\325re asking me? Where\325) 424.65 417.43 P 5.51 (s that) 541.92 417.43 P (pod?\323) 403.2 405.43 T 1.89 (\322I think that\325) 414 391.61 P 1.89 (s it over there.\323 He led) 468.86 391.61 P 0.74 (her over to a lar) 403.2 379.61 P 0.74 (ge box painted the same) 469.25 379.61 P 0.77 (utility gray as all the other equipment in) 403.2 367.61 P 3.64 (the room. \322Industrial unit. Here\325) 403.2 355.61 P 3.64 (s the) 546.56 355.61 P 3.04 (control panel.\323 He pointed to a panel) 403.2 343.61 P 1.51 (mounted on the side of the unit. It was) 403.2 331.61 P 1.53 (covered with gauges and indicators and) 403.2 319.61 P (had a screen indicating standby status.) 403.2 307.61 T 4.24 (Suddenly a lar) 414 293.8 P 4.24 (ge motor started. It) 480.03 293.8 P 0.04 (groaned before catching hold, then accel-) 403.2 281.8 P 2.7 (erated to a steady speed. Momentarily) 403.2 269.79 P 3.08 (startled, W) 403.2 257.79 P 3.08 (alt walked over to the pod) 449.33 257.79 P 1.6 (chamber and wiped dust from the view) 403.2 245.79 P (port. \322It\325) 403.2 233.79 T (s \336lling with water) 437.62 233.79 T (,\323 he said.) 512.46 233.79 T 0.76 (\322Sea water?\323 she asked, walking over) 414 219.98 P 1.69 (to look for herself. He noticed that she) 403.2 207.98 P 0.49 (had taken out the compact tri-V recorder) 403.2 195.98 P (and was \336lming.) 403.2 183.98 T 4.59 (\322I guess so. It doesn\325) 414 170.16 P 4.59 (t look very) 516.3 170.16 P 3.69 (clean.\323 The pump stopped. W) 403.2 158.16 P 3.69 (alt sus-) 536.52 158.16 P 1.74 (pected that the chamber was full. Then) 403.2 146.16 P (the chamber was empty) 403.2 134.16 T (. \322It activated.\323) 497.2 134.16 T 4.15 (\322Who would transport sea water?\323) 414 120.35 P (Shiela asked. \322Space use?\323) 403.2 108.35 T 0.19 (\322Not sea water) 414 94.53 P 0.19 (,\323 W) 473.37 94.53 P 0.19 (alt said. He walked) 491.62 94.53 P 0.26 (over to the control panel. The red indica-) 403.2 82.53 P 2.58 (tor con\336rmed his suspicion. \322And that) 403.2 70.53 P 2 (water didn\325) 403.2 58.53 P 2 (t go anywhere. It got tixed.) 450.82 58.53 P (This site has a 100% error rate, remem-) 403.2 46.53 T FMENDPAGE %%EndPage: "34" 36 %%Page: "35" 36 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (35) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X (ber?\323) 54 742.13 T (\322But why tix water) 54 728.45 T (.\323) 129.79 728.45 T 6.36 (\322Ener) 54 714.76 P 6.36 (gy) 77.13 714.76 P 6.36 (,\323 W) 86.47 714.76 P 6.36 (alt realized. \322They\325re) 110.9 714.76 P 3.15 (adding ener) 43.2 702.76 P 3.15 (gy to the system. Do you) 93.08 702.76 P (know where our ener) 43.2 690.76 T (gy comes from?\323) 127.66 690.76 T 1.22 (\322I know it\325) 54 677.08 P 1.22 (s a by-product of the tpod) 99.74 677.08 P -0.05 (system. TP T) 43.2 665.08 P -0.05 (echnologies produces all the) 95.43 665.08 P (power) 43.2 653.08 T (.\323) 67.63 653.08 T 3.3 (\322When something gets tixed,\323 W) 54 639.39 P 3.3 (alt) 198.8 639.39 P 0.47 (said, \322it\325) 43.2 627.39 P 0.47 (s converted directly to ener) 77.54 627.39 P 0.47 (gy in) 188.06 627.39 P 2.92 (the D-dimension. TP taps that ener) 43.2 615.39 P 2.92 (gy) 196.96 615.39 P 2.92 (.) 206.3 615.39 P 0.65 (But you can\325) 43.2 603.39 P 0.65 (t tap ener) 95.96 603.39 P 0.65 (gy that isn\325) 134.28 603.39 P 0.65 (t there.) 180.39 603.39 P 0.96 (There must not be enough ener) 43.2 591.39 P 0.96 (gy in the) 171.9 591.39 P 1.09 (system to meet demand, so they created) 43.2 579.39 P 0.6 (these plants to add ener) 43.2 567.39 P 0.6 (gy to the system.) 139.25 567.39 P 0.36 (A few hundred liters of sea water is a lot) 43.2 555.39 P (of ener) 43.2 543.39 T (gy) 71.04 543.39 T (.\323) 80.39 543.39 T 0.59 (\322That makes sense,\323 Shiela said. \322But) 54 529.7 P 0.92 (what does that have to do with the odds) 43.2 517.7 P (changing on human transportation?\323) 43.2 505.7 T 0.18 (\322I don\325) 54 492.02 P 0.18 (t know) 82.59 492.02 P 0.18 (, but this does prove that) 109.61 492.02 P (matrix errors can be controlled.\323) 43.2 480.02 T 1.84 (\322W) 54 466.33 P 1.84 (e had a matrix error in the of) 67.07 466.33 P 1.84 (\336ce) 194.37 466.33 P -0.06 (last week,\323 Shiela said. \322They sent some-) 43.2 454.33 P 0.32 (one out to service the pod. W) 43.2 442.33 P 0.32 (ill someone) 162.12 442.33 P 3.73 (be coming to service this one?\323 She) 43.2 430.33 P (looked apprehensive.) 43.2 418.33 T -0.02 (\322A tix blows the transmit D-wave syn-) 54 404.65 P 1.51 (chronizer) 43.2 392.65 P 1.51 (. It has to be replaced. Look!\323) 80.39 392.65 P 0.46 (He pointed at a small robot arm attached) 43.2 380.65 P 2.85 (to the pod mechanism. It removed an) 43.2 368.65 P 1.32 (access panel and pulled the burnt trans-) 43.2 356.65 P 0.92 (mit synchronizer from the opening. Dis-) 43.2 344.65 P -0.01 (carding it on one conveyer belt it reached) 43.2 332.65 P 2.88 (to another and picked up a new unit,) 43.2 320.65 P 1.8 (which it promptly installed, closing the) 43.2 308.65 P 2.8 (hatch behind it. \322It\325) 43.2 296.65 P 2.8 (s automatic,\323 W) 129.33 296.65 P 2.8 (alt) 198.8 296.65 P (said.) 43.2 284.65 T 3.9 (\322Don\325) 54 270.96 P 3.9 (t move,\323 said a husky voice) 78.8 270.96 P 2.01 (from behind them. \322Put your hands on) 43.2 258.96 P (your heads and turn around slowly) 43.2 246.96 T (.\323) 181.06 246.96 T -0.17 (Obeying, they turned to face a tall man) 54 233.28 P -0.01 (in a dark red uniform with a handgun. He) 43.2 221.28 P -0.05 (had a lopsided scowl and needed a shave.) 43.2 209.28 P (\322What are you doing here?\323 he asked.) 43.2 197.28 T -0.11 (W) 54 183.59 P -0.11 (alt and Shiela just stood there. \322Who) 62.63 183.59 P (are you?\323 the man asked.) 43.2 171.59 T -0.24 (When they still did not reply) 54 157.91 P -0.24 (, the guard) 166.81 157.91 P 2.84 (led them to the service tpod and told) 43.2 145.91 P 3.79 (them not to move as he phoned for) 43.2 133.91 P 0.9 (instructions. \322What are they going to do) 43.2 121.91 P 2.62 (to us?\323 Shiela whispered as the guard) 43.2 109.91 P (discussed the situation on the phone.) 43.2 97.91 T 2.59 (\322What do you think?\323 W) 54 84.22 P 2.59 (alt replied,) 163.47 84.22 P (nodding at the waiting tpod.) 43.2 72.22 T 0.55 (\322Y) 54 58.53 P 0.55 (es, sir) 64.65 58.53 P 0.55 (,\323 the guard said and hung up) 88.12 58.53 P 0.93 (the phone. He hit the open button. \322Into) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (the pod. Both of you!\323) 223.2 742.13 T 1.52 (\322W) 234 728.32 P 1.52 (e\325ve all gotta go sometime,\323 W) 247.07 728.32 P 1.52 (alt) 378.8 728.32 P 2.15 (said as he stepped in. Shiela hesitated,) 223.2 716.32 P -0.14 (and was violently shoved in by the guard.) 223.2 704.32 P 0.57 (\322Y) 234 690.5 P 0.57 (eah,\323 Shiela said, \322I guess so.\323 The) 244.65 690.5 P 0.54 (guard reached in and entered an address.) 223.2 678.5 P 0.3 (As the door closed, W) 223.2 666.5 P 0.3 (alt wondered if the) 312.69 666.5 P 0.22 (guard knew what was going to happen to) 223.2 654.5 P (them.) 223.2 642.5 T 1.28 (The scene through the view port was) 234 628.69 P 2.3 (replaced by a room containing a desk,) 223.2 616.69 P 0.45 (another guard, and a well dressed execu-) 223.2 604.69 P 1.37 (tive type. The guard stood watch in the) 223.2 592.69 P 1.37 (corner of the room. The other man was) 223.2 580.69 P -0.04 (sitting behind a lar) 223.2 568.69 P -0.04 (ge desk sparsely popu-) 297.59 568.69 P 0.23 (lated by a few folders, a telephone, and a) 223.2 556.69 P (computer terminal.) 223.2 544.69 T 1.32 (The pod opened and W) 234 530.87 P 1.32 (alt and Shiela) 331.75 530.87 P 1.46 (stepped into the room. The man behind) 223.2 518.87 P 2.25 (the desk stood up when he recognized) 223.2 506.87 P (them.) 223.2 494.87 T 0.2 (\322It\325) 234 481.06 P 0.2 (s you,\323 he exclaimed. \322W) 247.32 481.06 P 0.2 (e\325ve been) 350.03 481.06 P 2.48 (searching matrix central. How the hell) 223.2 469.06 P (did you get to Orlando?\323) 223.2 457.06 T 3.81 (W) 234 443.24 P 3.81 (alt looked at Shiela, then turned) 242.63 443.24 P 0.62 (back to the man and shrugged his shoul-) 223.2 431.24 P (ders.) 223.2 419.24 T 2.25 (He picked up the phone and dialed.) 234 405.43 P 3.31 (\322Hart in Central here. Donly and the) 223.2 393.43 P 1.01 (reporter are here. W) 223.2 381.43 P 1.01 (e picked them up in) 305.91 381.43 P -0.16 (the Orlando facility) 223.2 369.43 P -0.16 (. Y) 300.5 369.43 P -0.16 (es. Beach must still) 311.55 369.43 P 1.73 (be in the building. Good.\323 He hung up) 223.2 357.43 P (the phone.) 223.2 345.43 T 4.42 (\322Where\325) 234 331.61 P 4.42 (s John Beach?\323 His pause) 267.85 331.61 P 0.75 (brought no reply) 223.2 319.61 P 0.75 (. \322Ok, you guys. I think) 290.67 319.61 P 0.67 (there are some things you need to know) 223.2 307.61 P 0.67 (.) 386.3 307.61 P 0 (W) 223.2 295.61 P 0 (e\325ve been tracking you since yesterday) 231.84 295.61 P 0 (.) 386.3 295.61 P 0.06 (I think you realize the magnitude of what) 223.2 283.61 P 0.14 (you\325ve stumbled onto. Surely you realize) 223.2 271.61 P 0.02 (that we are not going to let you broadcast) 223.2 259.61 P 1.92 (it to the world. W) 223.2 247.61 P 1.92 (e are prepared, how-) 300.89 247.61 P 1.07 (ever) 223.2 235.61 P 1.07 (, to make arrangements for you that) 240 235.61 P (could be quite comfortable.\323) 223.2 223.61 T -0.24 (\322W) 234 209.79 P -0.24 (e\325ve seen your arrangements,\323 W) 247.07 209.79 P -0.24 (alt) 378.8 209.79 P (said.) 223.2 197.79 T 0.49 (\322Y) 234 183.98 P 0.49 (es, you have. But if you are willing) 244.65 183.98 P 1.03 (to work with us, there is no reason why) 223.2 171.98 P 3.15 (you should be in danger) 223.2 159.98 P 3.15 (. W) 331.3 159.98 P 3.15 (e are not) 348.09 159.98 P (vicious killers.\323) 223.2 147.98 T 6.54 (\322T) 234 134.16 P 6.54 (wenty million a year?\323 Shiela) 243.85 134.16 P (asked.) 223.2 122.16 T 1.24 (\322That\325) 234 108.35 P 1.24 (s not your concern. I want you) 259.54 108.35 P 1.72 (to tell me were John Beach is. Then if) 223.2 96.35 P 0.77 (you will help us analyze the weaknesses) 223.2 84.35 P 0.18 (in our security system, your help will not) 223.2 72.35 P (go un-rewarded.\323) 223.2 60.35 T 0.06 (\322W) 234 46.53 P 0.06 (e split up,\323 Shiela injected. \322I don\325) 247.07 46.53 P 0.06 (t) 386.02 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X (know where he is now) 403.2 742.13 T (.\323) 492.48 742.13 T 1.88 (\322W) 414 728.97 P 1.88 (as he in matrix central when you) 427.07 728.97 P (split up?\323) 403.2 716.97 T 1.71 (\322No,\323 Shiela replied. \322He decided to) 414 703.81 P 2.86 (take of) 403.2 691.81 P 2.86 (f into the woods when we got) 433.36 691.81 P (there, \336guring he would be safer) 403.2 679.81 T (.\323) 532.55 679.81 T 1.65 (Hart slammed his palm down on the) 414 666.65 P 2.34 (desk. \322Bullshit,\323 he yelled. \322Y) 403.2 654.65 P 2.34 (ou think) 533.42 654.65 P 1.4 (this is a game? Do you want me to get) 403.2 642.65 P 0.42 (Mike here to beat the crap out of both of) 403.2 630.65 P -0.18 (you? He\325d like to.\323 The big guard smiled.) 403.2 618.65 P 1.59 (\322I need answers, and I need them now) 403.2 606.65 P 1.59 (.) 566.3 606.65 P (Where\325) 403.2 594.65 T (s Beach?\323) 432.61 594.65 T 1.49 (W) 414 581.49 P 1.49 (alt looked at the man and drew up) 422.64 581.49 P 1.64 (his best movie scowl. Perhaps it would) 403.2 569.49 P 0.75 (be better to go for the guard, rather than) 403.2 557.49 P 0.08 (awaiting fate. He judged the distance and) 403.2 545.49 P 4.03 (tried to estimate Shiela\325) 403.2 533.49 P 4.03 (s reaction. A) 509.95 533.49 P 1.03 (quick pounce would be unexpected, and) 403.2 521.49 P 1.45 (might catch him by surprise. If only he) 403.2 509.49 P (could get that gun.) 403.2 497.49 T 0.86 (W) 414 484.33 P 0.86 (alt was bracing himself for the use-) 422.64 484.33 P 1.77 (less jump when the phone rang. \322Y) 403.2 472.33 P 1.77 (es,\323) 553.54 472.33 P 1.37 (Hart answered. A startled look replaced) 403.2 460.33 P 0.82 (the anger on his face. \322Where are you?\323) 403.2 448.33 P (he asked, then \322I can\325) 403.2 436.33 T (t do that.\323) 489.88 436.33 T 3.8 (The blast knocked everyone down.) 414 423.17 P 0.12 (W) 403.2 411.17 P 0.12 (alt grabbed his ears. They were ringing) 411.83 411.17 P 4.24 (so loudly that he could barely hear) 403.2 399.17 P 4.24 (.) 566.3 399.17 P 1.83 (\322What was that?\323 he heard Shiela yell.) 403.2 387.17 P -0.21 (She, too, was gripping her head. Hart was) 403.2 375.17 P 1.66 (on the \337oor) 403.2 363.17 P 1.66 (, the phone dangling by his) 452.21 363.17 P 0.42 (side. The guard had dropped his gun and) 403.2 351.17 P 2.06 (was scrambling to grab it. W) 403.2 339.17 P 2.06 (alt leaped) 528.16 339.17 P 0.17 (for it, but was too late. The guard was up) 403.2 327.17 P (and had them both covered again.) 403.2 315.17 T 2.62 (Hart slowly rose. He picked up the) 414 302.01 P -0.05 (phone again. \322Ok, but you won\325) 403.2 290.01 P -0.05 (t get far) 531.28 290.01 P -0.05 (,\323) 561.86 290.01 P 1.96 (he said. \322Get into the pod,\323 he said to) 403.2 278.01 P 1.8 (W) 403.2 266.01 P 1.8 (alt and Shiela. As soon as they were) 411.83 266.01 P 2.34 (inside, he said \322They\325re in.\323 The door) 403.2 254.01 P 3.35 (slid shut and the unit activated. W) 403.2 242.01 P 3.35 (alt) 558.8 242.01 P (noted that no address had been entered.) 403.2 230.01 T -0.11 (They stepped out into another hallway) 414 216.85 P -0.11 (.) 566.3 216.85 P 3.34 (John was running toward them. \322Y) 403.2 204.85 P 3.34 (ou) 558.8 204.85 P (OK?\323 he asked.) 403.2 192.85 T 2.84 (\322Y) 414 179.69 P 2.84 (eah,\323 W) 424.65 179.69 P 2.84 (alt said. \322And you better) 459.44 179.69 P 1.06 (keep it down. Where are we? And what) 403.2 167.69 P (happened?\323) 403.2 155.69 T 0.47 (\322Y) 414 142.53 P 0.47 (ou\325re four \337oors above service tech) 424.65 142.53 P 2.57 (support,\323 John said as he gestured for) 403.2 130.53 P 0.89 (them to follow) 403.2 118.53 P 0.89 (. He was moving quickly) 463.18 118.53 P 0.89 (.) 566.3 118.53 P 0.89 (\322W) 403.2 106.53 P 0.89 (e had better get out of here, quick. It) 416.27 106.53 P 2.39 (won\325) 403.2 94.53 P 2.39 (t take long for them to trace that) 423.56 94.53 P 4.47 (transport. I was monitoring you and) 403.2 82.53 P -0.18 (noticed a tee to your location from matrix) 403.2 70.53 P 1.93 (central followed by another tee back. I) 403.2 58.53 P (\336gured you guys got caught. The termi-) 403.2 46.53 T FMENDPAGE %%EndPage: "35" 37 %%Page: "36" 37 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (36) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 1.85 (nal gave me a service phone for the) 54 742.13 P 1.28 (pod you teed to, so I called it. The guy) 43.2 730.13 P 2.02 (who answered obviously had you, so I) 43.2 718.13 P (threatened him.\323) 43.2 706.13 T 4.53 (\322But what was that blast,\323 Shiela) 54 692.66 P (asked.) 43.2 680.66 T 0.31 (\322An old maintenance trick. If the door) 54 667.18 P 0.53 (close mechanism fails, you can\325) 43.2 655.18 P 0.53 (t tee to a) 173.08 655.18 P 0.68 (site to repair it. That means travel by air) 43.2 643.18 P 0.16 (car in some cases. Recently) 43.2 631.18 P 0.16 (, they gave us) 153.37 631.18 P 0.03 (a door fail-safe override. Now we can tee) 43.2 619.18 P (in with the door open.\323) 43.2 607.18 T (\322But you didn\325) 54 593.71 T (t tee in,\323 W) 113.79 593.71 T (alt said.) 159.06 593.71 T -0.18 (\322No, I just activated a tee from the \336rst) 54 580.23 P 1.37 (empty pod I found. Directed it all from) 43.2 568.23 P 0.4 (the terminal. Y) 43.2 556.23 P 0.4 (ou tee anything, including) 103.23 556.23 P 0.36 (air) 43.2 544.23 P 0.36 (, into an un-evacuated pod, and the air) 53.34 544.23 P 2.38 (sitting in the pod already is displaced,) 43.2 532.23 P 1.81 (like real fast. About a nanosecond, if I) 43.2 520.23 P 4.98 (remember right. Makes a hell of a) 43.2 508.23 P (sound.\323) 43.2 496.23 T 1 (\322I\325ll be damned,\323 W) 54 482.76 P 1 (alt said. \322W) 137.78 482.76 P 1 (e had) 186.44 482.76 P 0.85 (better \336nd another of) 43.2 470.76 P 0.85 (\336ce and hide. They) 129.66 470.76 P 1.79 (may trace the terminal that ordered the) 43.2 458.76 P (pod activation.\323) 43.2 446.76 T 0.93 (\322Good idea,\323 John said. They entered) 54 433.28 P 3.4 (an elevator) 43.2 421.28 P 3.4 (. John slid his hand down) 90.18 421.28 P 0.88 (every selector in the elevator) 43.2 409.28 P 0.88 (, telling the) 161.78 409.28 P 2.02 (elevator to stop at every \337oor) 43.2 397.28 P 2.02 (. \322That\325ll) 170.14 397.28 P 3.22 (make us harder to trace.\323 When they) 43.2 385.28 P 2.62 (reached tech support they got out and) 43.2 373.28 P 0.18 (went to another of) 43.2 361.28 P 0.18 (\336ce, commandeering it) 116.56 361.28 P (as they had done previously) 43.2 349.28 T (.) 154.14 349.28 T (\322Now what do we do,\323 Shiela asked.) 54 335.81 T -0.09 (\322I think we ought to get back to GTV) 54 322.33 P -0.09 (,\323) 201.86 322.33 P 0.5 (John said. \322Do you have enough dope to) 43.2 310.33 P (nail this mess?\323) 43.2 298.33 T 1.64 (\322Y) 54 284.86 P 1.64 (es. Can we get out of here now?\323) 64.65 284.86 P (she replied.) 43.2 272.86 T -0.03 (\322I don\325) 54 259.38 P -0.03 (t think that\325) 82.37 259.38 P -0.03 (s a good idea,\323 W) 128.4 259.38 P -0.03 (alt) 198.8 259.38 P 0.42 (said. \322If they can tix twenty million peo-) 43.2 247.38 P -0.12 (ple a year) 43.2 235.38 P -0.12 (, how big a deal would nuking a) 81.4 235.38 P 1.44 (few hundred thousand in New Y) 43.2 223.38 P 1.44 (ork be.) 179.6 223.38 P 2.99 (They may be monitoring for any pod) 43.2 211.38 P (traf) 43.2 199.38 T (\336c to GTV) 56.89 199.38 T (.\323) 98.91 199.38 T (\322I could just call it in,\323 Shiela said.) 54 185.91 T 0.98 (\322I bet not. They\325re probably monitor-) 54 172.43 P 0.34 (ing all outgoing lines. Calling would just) 43.2 160.43 P (give our position away) 43.2 148.43 T (.\323) 133.88 148.43 T 1.28 (\322W) 54 134.96 P 1.28 (ell, do you have any ideas?\323 John) 67.07 134.96 P (asked.) 43.2 122.96 T 0.57 (\322I think we should try to put a stop to) 54 109.48 P (this,\323 W) 43.2 97.48 T (alt said.) 75.71 97.48 T 3.37 (\322Releasing a news story should do) 54 84.01 P (that,\323 Shiela said.) 43.2 72.01 T 2.88 (\322Do you really think we can get a) 54 58.53 P 1.88 (story like this out of this building? Do) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 2.12 (you want to bet on whether the phone) 223.2 742.13 P (lines are tapped? W) 223.2 730.13 T (e need leverage.\323) 301.5 730.13 T (\322What kind of leverage?\323 John asked.) 234 716.66 T 2.25 (W) 234 703.18 P 2.25 (alt thought. He saw no immediate) 242.63 703.18 P 1.48 (escape from their dilemma. The control) 223.2 691.18 P -0.02 (of matrix errors went very high, probably) 223.2 679.18 P 4.57 (to Julius Bartholemew) 223.2 667.18 P 4.57 (, the executive) 321.65 667.18 P 1.01 (board of TP) 223.2 655.18 P 1.01 (, or higher) 271.86 655.18 P 1.01 (. And the control-) 314.7 655.18 P 1.53 (lers possessed the equivalent of nuclear) 223.2 643.18 P 2.16 (weapons. They could risk it and go to) 223.2 631.18 P 0.21 (GTV) 223.2 619.18 P 0.21 (, but the chances of the story getting) 242.45 619.18 P 0.68 (on the air had to be slim. \322Where would) 223.2 607.18 P 0.22 (the matrix errors be controlled from?\323 he) 223.2 595.18 P (wondered out loud.) 223.2 583.18 T 3.37 (\322It could be anywhere,\323 John said.) 234 569.71 P 1.65 (\322All it would take would be a terminal) 223.2 557.71 P (with special access codes.\323) 223.2 545.71 T 3.59 (\322But a terminal would have to go) 234 532.23 P -0.13 (through building switching, wouldn\325) 223.2 520.23 P -0.13 (t it?\323) 369.22 520.23 P 0.17 (\322I don\325) 234 506.76 P 0.17 (t know) 262.58 506.76 P 0.17 (. I\325ve never worked with) 289.58 506.76 P (terminals other than the service ports.\323) 223.2 494.76 T -0.16 (\322W) 234 481.28 P -0.16 (ould a terminal be secure enough to) 247.07 481.28 P (control this?\323 Shiela asked.) 223.2 469.28 T 2.2 (\322I guess so,\323 W) 234 455.81 P 2.2 (alt said. \322Of course,) 302.54 455.81 P 3.73 (any activity can be monitored at the) 223.2 443.81 P 2.74 (matrix computer main system console.) 223.2 431.81 P 3.42 (That\325) 223.2 419.81 P 3.42 (s how they caught me meddling) 244.3 419.81 P 0.34 (with the matrix error records. Even if we) 223.2 407.81 P 0.07 (found the right terminal, the sysop would) 223.2 395.81 P (catch us.\323) 223.2 383.81 T 0.17 (\322It seems,\323 John said, \322like the system) 234 370.33 P 1.69 (console would be the ideal location for) 223.2 358.33 P (controlling the error rate.\323) 223.2 346.33 T 3.29 (\322Y) 234 332.86 P 3.29 (ou\325re right,\323 W) 244.65 332.86 P 3.29 (alt said. \322Even if) 311.77 332.86 P -0.11 (there are other terminals, all system func-) 223.2 320.86 P 0.95 (tions are available from the system con-) 223.2 308.86 P (sole.\323) 223.2 296.86 T (\322Where is it?\323 Shiela asked.) 234 283.38 T 1.74 (\322It\325) 234 269.91 P 1.74 (s adjacent to the the matrix com-) 247.32 269.91 P 0.14 (puter) 223.2 257.91 P 0.14 (,\323 W) 243.34 257.91 P 0.14 (alt said. \322That\325) 261.54 257.91 P 0.14 (s the basement if) 320.94 257.91 P (I remember right.\323) 223.2 245.91 T 0.24 (\322Y) 234 232.43 P 0.24 (eah,\323 John added. \322They showed us) 244.65 232.43 P 4.25 (the system during orientation. Just a) 223.2 220.43 P 0.5 (bunch of racks and the system console. I) 223.2 208.43 P 0.06 (don\325) 223.2 196.43 P 0.06 (t remember anyone else being on the) 241.34 196.43 P (\337oor at the time.\323) 223.2 184.43 T (\322Can we get to it,\323 Shiela asked.) 234 170.96 T 0.7 (\322It should be heavily protected,\323 W) 234 157.48 P 0.7 (alt) 378.8 157.48 P -0.01 (said. \322Let\325) 223.2 145.48 P -0.01 (s see if we can tee in.\323 He acti-) 264.83 145.48 P 4.47 (vated the terminal, using their latest) 223.2 133.48 P 0.41 (host\325) 223.2 121.48 P 0.41 (s ID to log in. \322I don\325) 242.64 121.48 P 0.41 (t see any pods) 331.23 121.48 P 0.73 (on that \337oor) 223.2 109.48 P 0.73 (,\323 he said after a moment of) 273.12 109.48 P (perusing records.) 223.2 97.48 T 1.28 (\322There has to be,\323 John said. \322That\325) 234 84.01 P 1.28 (s) 384.91 84.01 P (how we got to the \337oor during the tour) 223.2 72.01 T (.\323) 377.55 72.01 T 3.73 (\322W) 234 58.53 P 3.73 (ell I don\325) 247.07 58.53 P 3.73 (t see anything listed,\323) 290.99 58.53 P 2.04 (W) 223.2 46.53 P 2.04 (alt said. \322That would be one way of) 231.84 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.09 (securing the \337oor from unauthorized per-) 403.2 742.13 P (sonnel. Either way) 403.2 730.13 T (, we can\325) 477.22 730.13 T (t tee in.\323) 513.39 730.13 T (\322What about elevators,\323 Shiela asked.) 414 716.82 T 1.32 (\322I didn\325) 414 703.51 P 1.32 (t see any \337oors below one in) 446.5 703.51 P 0.88 (the elevators,\323 W) 403.2 691.51 P 0.88 (alt said. \322Y) 473.81 691.51 P 0.88 (ou hit all of) 519.81 691.51 P (them, John. Did you see any?\323) 403.2 679.51 T 1.72 (\322No, I didn\325) 414 666.2 P 1.72 (t. I doubt if the elevator) 465.83 666.2 P 0.64 (goes down there. If it did, they wouldn\325) 403.2 654.2 P 0.64 (t) 566.02 654.2 P (have teed us in.\323) 403.2 642.2 T 2.38 (\322T) 414 628.89 P 2.38 (rue,\323 W) 424.19 628.89 P 2.38 (alt said. \322No elevator and) 457.41 628.89 P 0.44 (unlisted tpods. The only thing left would) 403.2 616.89 P 2.9 (be stairs. I wonder if they go to that) 403.2 604.89 P (level?\323) 403.2 592.89 T (\322Only one way to \336nd out,\323 John said.) 414 579.58 T 0.77 (They left the of) 414 566.27 P 0.77 (\336ce and walked to the) 478.02 566.27 P 2.97 (end of the hall. A door panel with a) 403.2 554.27 P 1.41 (graphic step icon opened to allow them) 403.2 542.27 P (in the stairwell. They began down.) 403.2 530.27 T (\322How far) 414 516.96 T (,\323 asked Shiela.) 451.06 516.96 T 3.42 (\322W) 414 503.64 P 3.42 (e\325re on twenty two,\323 John said.) 427.07 503.64 P (\322Figure that many \337ights.\323) 403.2 491.64 T 1.23 (Spiraling downward toward the base-) 414 478.33 P 0.54 (ment, they eventually reached the end of) 403.2 466.33 P 2.29 (the stairs and faced a blank, red, door) 403.2 454.33 P (panel.) 403.2 442.33 T (\322How do we open it?\323 asked John.) 414 429.02 T 0.33 (\322I don\325) 414 415.71 P 0.33 (t see an access pad,\323 W) 442.73 415.71 P 0.33 (alt said.) 537.38 415.71 P 3 (\322All the rest of the \337oors had access) 403.2 403.71 P 0 (pads. This must be exit only) 403.2 391.71 P 0 (. No way in.\323) 515.24 391.71 P 0.42 (\322I\325ve got tools in my kit,\323 Shiela said.) 414 378.4 P (\322Could we break in?\323) 403.2 366.4 T -0.2 (\322I doubt it,\323 said John. \322I don\325) 414 353.09 P -0.2 (t see any) 534.22 353.09 P 1.65 (panels or hinges we could remove, and) 403.2 341.09 P (the door) 403.2 329.09 T (\325) 436.6 329.09 T (s sealed.\323) 439.38 329.09 T 3.31 (\322I don\325) 414 315.78 P 3.31 (t think we can get in from) 445.71 315.78 P 0.19 (here,\323 W) 403.2 303.78 P 0.19 (alt said. \322Let\325) 438.66 303.78 P 0.19 (s go up a level and) 493.17 303.78 P -0.22 (see if we can \336nd another way down.\323 He) 403.2 291.78 P 0.7 (started back up the stairs with the others) 403.2 279.78 P (following.) 403.2 267.78 T 2.49 (The next level had a normal access) 414 254.47 P -0.01 (pad. He pressed it and the door opened to) 403.2 242.47 P 2.92 (a huge room \336lled with the sound of) 403.2 230.47 P 5.66 (buzzing fans. \322Looks like computer) 403.2 218.47 P (equipment on this \337oor also,\323 he said.) 403.2 206.47 T 1.74 (\322They distinctly said in the tour that) 414 193.16 P 1.51 (the matrix computer is all contained on) 403.2 181.16 P 0.06 (the bottom \337oor) 403.2 169.16 P 0.06 (. Of course, that was sev-) 467.19 169.16 P (eral years ago. Maybe they expanded.\323) 403.2 157.16 T 1.42 (\322Or this may be support equipment,\323) 414 143.84 P 2.52 (W) 403.2 131.84 P 2.52 (alt said. \322Input/output gear and tpod) 411.83 131.84 P 0.15 (links.\323 He looked at the lar) 403.2 119.84 P 0.15 (ge, featureless) 511.48 119.84 P 1.69 (racks. Each had a plate with the words) 403.2 107.84 P -0.13 (\322TP T) 403.2 95.84 P -0.13 (echnologies, Inc.\323 and a seven digit) 427.07 95.84 P 4.13 (model number) 403.2 83.84 P 4.13 (. \322Probably link equip-) 464.8 83.84 P -0.16 (ment,\323 he ventured. \322TP buys its comput-) 403.2 71.84 P (ers.\323) 403.2 59.84 T (\322Is all this equipment connected to) 414 46.53 T FMENDPAGE %%EndPage: "36" 38 %%Page: "37" 38 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (37) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 2.87 (tpods?\323 Shiela asked. She had acti-) 54 742.13 P (vated the tri-V recorder again.) 43.2 730.13 T 3.92 (\322It probably connects tpods to the) 54 717.08 P 1.33 (matrix computer) 43.2 705.08 P 1.33 (,\323 W) 110.47 705.08 P 1.33 (alt said. He looked) 129.87 705.08 P 1.44 (down. \322I\325ll bet this \337oor has a maze of) 43.2 693.08 P (wiring under it.\323) 43.2 681.08 T 1.19 (John glanced down at the white \337oor) 54 668.02 P (tiles. \322False \337oor?\323 he asked.) 43.2 656.02 T 0.03 (\322It looks like computer \337ooring,\323 W) 54 642.97 P 0.03 (alt) 198.8 642.97 P 2.96 (said. \322The tiles lift out to allow easy) 43.2 630.97 P 0.43 (access to the wires. I don\325) 43.2 618.97 P 0.43 (t see any over-) 148.96 618.97 P 2.72 (head cabling, so it must be under the) 43.2 606.97 P 1.46 (\337oor) 43.2 594.97 P 1.46 (.\323 Suddenly he saw what John was) 61.53 594.97 P 2.81 (getting at. \322And that cabling probably) 43.2 582.97 P 0.02 (goes to the main computer) 43.2 570.97 P 0.02 (. There may be) 148.78 570.97 P (an access-way) 43.2 558.97 T (.\323) 99.99 558.97 T 2.42 (John and W) 54 545.91 P 2.42 (alt began examining the) 105.78 545.91 P 1.1 (\337oor for a way to get under it as Shiela) 43.2 533.92 P 1.92 (continued recording. \322How do they get) 43.2 521.92 P (the tiles up?\323 John asked.) 43.2 509.92 T 3.26 (\322There\325) 54 496.86 P 3.26 (s a special handle with two) 84.52 496.86 P 0.48 (suction cups on it. I\325ve see it done. It\325) 43.2 484.86 P 0.48 (s a) 197.5 484.86 P 0.34 (common item, so there may be one lying) 43.2 472.86 P (around somewhere.\323) 43.2 460.86 T 0.98 (They all began to search for the \337oor) 54 447.81 P 2.3 (tool. After a few minutes of searching) 43.2 435.81 P 0.91 (behind and over racks, Shiela pointed at) 43.2 423.81 P (the top of a rack. \322Is that one?\323) 43.2 411.81 T 1.56 (\322Y) 54 398.75 P 1.56 (eah,\323 W) 64.65 398.75 P 1.56 (alt said, grabbing the tool.) 98.16 398.75 P 2.21 (He set it on one of the \337oor tiles and) 43.2 386.75 P 1.14 (lifted. The tool lifted. The tile remained) 43.2 374.75 P (seated.) 43.2 362.75 T (\322Press the lever) 54 349.7 T (,\323 John said.) 116.33 349.7 T -0.12 (W) 54 336.64 P -0.12 (alt noticed the lever on the top of the) 62.63 336.64 P 1.17 (tool and, placing the tool back in place,) 43.2 324.64 P 0.23 (he activated it. This time the tile lifted. It) 43.2 312.64 P 0.26 (was much heavier than he expected, so it) 43.2 300.64 P 1.37 (was a struggle to get it out of the hole.) 43.2 288.64 P (\322Got it,\323 he said at last.) 43.2 276.64 T 1.62 (They stared into the cavity) 54 263.59 P 1.62 (. A spider) 166.42 263.59 P 4.7 (web of wire confronted them, some) 43.2 251.59 P 3.19 (loose, some bundled into tied groups.) 43.2 239.59 P 0.4 (There seemed no general direction to the) 43.2 227.59 P -0.07 (wires; they went in all directions simulta-) 43.2 215.59 P 1.71 (neously) 43.2 203.59 P 1.71 (. \322Let\325) 73.64 203.59 P 1.71 (s go,\323 W) 100.89 203.59 P 1.71 (alt said climbing) 138.75 203.59 P 2.68 (into the meter and a half crawl space) 43.2 191.59 P 4.19 (under the \337oor) 43.2 179.59 P 4.19 (. Crouching down, he) 109.89 179.59 P 0.22 (found he could move over the wire fairly) 43.2 167.59 P 1.88 (easily) 43.2 155.59 P 1.88 (. Shiela followed him down, with) 65.87 155.59 P 4.14 (John bringing up the rear) 43.2 143.59 P 4.14 (. John had) 159.71 143.59 P 0.85 (removed the \337oor tool and tossed it into) 43.2 131.59 P 2.8 (the hole. As he entered he pulled the) 43.2 119.59 P (loose tile back into place.) 43.2 107.59 T 0.1 (The only light under the \337oor was tiny) 54 94.53 P 3.68 (slivers around the edges of the tiles.) 43.2 82.53 P -0.07 (Shiela pulled a portable light source from) 43.2 70.53 P 3.68 (her bag and activated it. White light) 43.2 58.53 P 1.59 (streamed in all directions. \322That should) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X (help,\323 she said, handing the light to W) 223.2 742.13 T (alt.) 375.92 742.13 T 1.37 (\322God, I\325m glad you came equipped,\323) 234 728.32 P 2.97 (W) 223.2 716.32 P 2.97 (alt said. \322Y) 231.84 716.32 P 2.97 (ou always carry a \337ash-) 282.02 716.32 P (light?\323) 223.2 704.32 T 0.89 (\322Ever tried to tape a news spot in the) 234 690.5 P 1.01 (dark?\323 Shiela replied. \322Y) 223.2 678.5 P 1.01 (our basic black) 326.27 678.5 P (doesn\325) 223.2 666.5 T (t sell.\323) 249.66 666.5 T 0.97 (\322Right,\323 W) 234 652.69 P 0.97 (alt said. He looked around) 279.7 652.69 P 1.17 (for order in the chaos. \322Any ideas as to) 223.2 640.69 P (where to go?\323) 223.2 628.69 T 3.03 (\322W) 234 614.87 P 3.03 (e might try following the wall,\323) 247.07 614.87 P 6.15 (John suggested and they proceeded) 223.2 602.87 P 3.28 (toward the nearest one. T) 223.2 590.87 P 3.28 (ravel in the) 337.27 590.87 P 1.87 (under) 223.2 578.87 P 1.87 (-\337oor maze was slow) 245.76 578.87 P 1.87 (, but steady-) 335.93 578.87 P 0.54 (ing. Occasionally they had to climb over) 223.2 566.87 P 1.6 (a lar) 223.2 554.87 P 1.6 (ge bundle of wire, but most of the) 242.1 554.87 P (cabling was only a few layers deep.) 223.2 542.87 T 2.15 (They traveled until they reached the) 234 529.06 P 1.47 (end of the \337oor) 223.2 517.06 P 1.47 (, then turned left. There) 288.55 517.06 P 0.23 (was an area devoid of cabling next to the) 223.2 505.06 P 3.44 (wall that made movement easier) 223.2 493.06 P 3.44 (, and) 365.93 493.06 P (they stayed in that area.) 223.2 481.06 T 3.38 (\322I think we\325re getting somewhere,\323) 234 467.24 P 0.49 (W) 223.2 455.24 P 0.49 (alt said. \322Notice that the cable bundles) 231.84 455.24 P 0.4 (parallel to the wall are getting lar) 223.2 443.24 P 0.4 (ger) 358.11 443.24 P 0.4 (. W) 370.33 443.24 P 0.4 (e) 384.36 443.24 P 2.54 (may be approaching a feed-through of) 223.2 431.24 P (some kind.\323) 223.2 419.24 T (\322How far?\323 Shiela asked.) 234 405.43 T 1.68 (\322I don\325) 234 391.61 P 1.68 (t have any idea. But the wire) 264.08 391.61 P 1.25 (bundles can only get so big before they) 223.2 379.61 P 6.22 (become...\323 He stopped moving and) 223.2 367.61 P (doused the light. \322Hear that?\323 he said.) 223.2 355.61 T (\322What?\323 whispered Shiela.) 234 341.8 T 5.46 (\322Footsteps.\323 In the distance steps) 234 327.98 P 2.66 (could be heard on the \337oor) 223.2 315.98 P 2.66 (. Suddenly) 343.38 315.98 P 0.3 (they heard a striking sound and the dark-) 223.2 303.98 P 0.98 (ness was broken far ahead of them. The) 223.2 291.98 P 0.12 (square opening became a searchlight as a) 223.2 279.98 P 0.95 (beacon was lowered into the \337oor space) 223.2 267.98 P 2.29 (and rotated around, casting light in all) 223.2 255.98 P 1.78 (directions before retracting back above.) 223.2 243.98 P 1.69 (The tile was replaced and the footsteps) 223.2 231.98 P (began again.) 223.2 219.98 T 2.51 (\322They\325re searching under the \337oor) 234 206.16 P 2.51 (,\323) 381.86 206.16 P (John said.) 223.2 194.16 T -0.15 (\322And they appear to be heading this...\323) 234 180.35 P 1.41 (W) 223.2 168.35 P 1.41 (alt stopped as another tile lifted, only) 231.84 168.35 P 1.88 (closer) 223.2 156.35 P 1.88 (. \322Under the wire,\323 he said when) 246.52 156.35 P (the tile was replaced.) 223.2 144.35 T 1.06 (Each of them scrambled to lift a wir-) 234 130.53 P 2.94 (ing bundle and shimmy under it. The) 223.2 118.53 P 0.32 (wire was not heavy) 223.2 106.53 P 0.32 (, but was dense. They) 300.93 106.53 P 1.97 (had just managed to \336nd hiding places) 223.2 94.53 P 1.61 (when the next tile lifted. They froze as) 223.2 82.53 P 1.56 (the searchers drew nearer) 223.2 70.53 P 1.56 (. At one point) 329.16 70.53 P 3.33 (they were less than ten meters away) 223.2 58.53 P 3.33 (.) 386.3 58.53 P 2.25 (Then they were behind, continuing the) 223.2 46.53 P 403.2 43.2 568.8 748.8 R 7 X V 0 X (search.) 403.2 742.13 T 2.52 (\322W) 414 729.08 P 2.52 (e\325ll stay low until they clear the) 427.07 729.08 P -0.23 (\337oor) 403.2 717.08 P -0.23 (,\323 W) 421.68 717.08 P -0.23 (alt said. The searchers were near) 439.52 717.08 P 0.73 (the corner where they had entered. They) 403.2 705.08 P 0.35 (reached the wall and began a cycle back,) 403.2 693.08 P 0.12 (this time closer to the center of the room.) 403.2 681.08 P 2.75 (They obviously intended to sweep the) 403.2 669.08 P 2.94 (entire \337oor area. \322W) 403.2 657.08 P 2.94 (e should be safe.) 493.37 657.08 P 4.48 (They\325ve already passed us, but they) 403.2 645.08 P 5.11 (might see movement.\323 They relaxed) 403.2 633.08 P 4.1 (where they were and waited for the) 403.2 621.08 P (search to end.) 403.2 609.08 T 0.18 (It was several hours before the search-) 414 596.02 P 0.1 (ers left for another \337oor) 403.2 584.02 P 0.1 (. \322Let\325) 498.52 584.02 P 0.1 (s go,\323 W) 524.16 584.02 P 0.1 (alt) 558.8 584.02 P 1.74 (said as he untangled himself. John was) 403.2 572.02 P 4.91 (quickly behind him, but Shiela was) 403.2 560.02 P 2.29 (caught. It took several minutes for the) 403.2 548.02 P 0.73 (two of them to free her) 403.2 536.02 P 0.73 (, then they began) 498.32 536.02 P (to move again.) 403.2 524.02 T 1.85 (Following the growing cable bundle,) 414 510.97 P 1.23 (they soon reached a hole in the \337oor) 403.2 498.97 P 1.23 (. It) 556.46 498.97 P 2.43 (went down about four meters and had) 403.2 486.97 P 2.24 (wire on all four sides lashed to rungs,) 403.2 474.97 P -0.09 (giving the appearance of a hollow) 403.2 462.97 P -0.09 (, square) 537.81 462.97 P 3.04 (ladder) 403.2 450.97 P 3.04 (. The access way had plenty of) 427.63 450.97 P 1.97 (room for climbing and the rungs made) 403.2 438.97 P 0.72 (ready steps. They climbed into the base-) 403.2 426.97 P (ment.) 403.2 414.97 T (\322That was easy) 414 401.92 T (,\323 John said.) 474.41 401.92 T 1.01 (\322Y) 414 388.86 P 1.01 (eah. W) 424.65 388.86 P 1.01 (e\325re on the matrix computer) 453.17 388.86 P 2.03 (\337oor now) 403.2 376.86 P 2.03 (,\323 W) 443.17 376.86 P 2.03 (alt said, \322or rather under) 463.27 376.86 P 0.85 (the \337oor) 403.2 364.86 P 0.85 (.\323 They were again in an under) 437.09 364.86 P 0.85 (-) 565.47 364.86 P 0.18 (\337oor crawl space, but the cabling was far) 403.2 352.86 P 1.4 (more or) 403.2 340.86 P 1.4 (ganized. It was tied carefully in) 435.78 340.86 P 1.55 (bundles that only ran in two directions.) 403.2 328.86 P 0.54 (\322Looks like TP hired someone to do this) 403.2 316.86 P 2.71 (job,\323 he added. \322Any ideas where the) 403.2 304.86 P (master console is?\323) 403.2 292.86 T 3.25 (\322I remember it being in a corner) 414 279.81 P 3.25 (,\323) 561.86 279.81 P 0.28 (John said. \322I don\325) 403.2 267.81 P 0.28 (t think this level is par-) 474.93 267.81 P 3.04 (titioned, so if we follow the wall we) 403.2 255.81 P 2.67 (should \336nd it sooner or later) 403.2 243.81 P 2.67 (. W) 529.01 243.81 P 2.67 (e can) 545.32 243.81 P (always lift tiles and look.\323) 403.2 231.81 T 0.05 (W) 414 218.75 P 0.05 (alt tried this. First he lifted a tile just) 422.64 218.75 P -0.13 (a crack and looked for guards. Not seeing) 403.2 206.75 P 0.87 (any) 403.2 194.75 P 0.87 (, he lifted it higher) 416.98 194.75 P 0.87 (. Aside from rows) 494.02 194.75 P 1.33 (and rows of blue cabinets the \337oor was) 403.2 182.75 P 6.61 (empty) 403.2 170.75 P 6.61 (. The aisle they were under) 427.54 170.75 P (stretched as far as he could see.) 403.2 158.75 T 1.7 (\322This \337oor looks deserted. W) 414 145.7 P 1.7 (e could) 537.96 145.7 P (get out and walk,\323 John said.) 403.2 133.7 T 0.25 (\322There might be motion alarms,\323 W) 414 120.64 P 0.25 (alt) 558.8 120.64 P (said. \322Let\325) 403.2 108.64 T (s stick under here for now) 444.84 108.64 T (.\323) 548.27 108.64 T 1.63 (\322I\325d feel a lot safer under the \337oor) 414 95.59 P 1.63 (,\323) 561.86 95.59 P (Shiela added.) 403.2 83.59 T 1.88 (They began to move along the wall.) 414 70.53 P 2.17 (W) 403.2 58.53 P 2.17 (ith the exception of occasional feeds) 412.23 58.53 P (from the higher \337oor) 403.2 46.53 T (, the basement had) 486.35 46.53 T FMENDPAGE %%EndPage: "37" 39 %%Page: "38" 39 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (38) 558.01 31 T 43.2 43.2 208.8 748.8 R 7 X V 0 10 Q 0 X 2.93 (the same characteristic of a cleared) 54 742.13 P 0.19 (space near the wall, which made for easy) 43.2 730.13 P 1.22 (travel. W) 43.2 718.13 P 1.22 (alt did \336nd himself wishing he) 80.81 718.13 P 3.36 (could stand. The constant crouch had) 43.2 706.13 P (become tiring.) 43.2 694.13 T 0.7 (They traveled for hours. W) 54 680.45 P 0.7 (alt remem-) 164.52 680.45 P 0.86 (bered reading that the dimensions of the) 43.2 668.45 P 0.48 (building were expressed in kilometers. It) 43.2 656.45 P 0.85 (would take a while to go from corner to) 43.2 644.45 P 0.82 (corner on hands and knees, and then the) 43.2 632.45 P 1.37 (master console could still be elsewhere.) 43.2 620.45 P 1.5 (He became aware that it had been over) 43.2 608.45 P 0.4 (24 hours since he had last eaten. At least) 43.2 596.45 P (he had gotten some sleep in the air car) 43.2 584.45 T (.) 195.87 584.45 T 3.78 (\322Hold it,\323 he said, holding up his) 54 570.76 P 1.93 (palm. In the distance he saw a wall in) 43.2 558.76 P 1.21 (front of him. They had reached the \336rst) 43.2 546.76 P (corner) 43.2 534.76 T (. He lifted a tile to see.) 68.18 534.76 T 0.82 (Lowering his head back into the \337oor) 54 521.08 P 0.86 (he whispered, \322Got it.\323 He looked again) 43.2 509.08 P 3.68 (to determine what best to do. Shiela) 43.2 497.08 P 2.04 (slipped up next to him and looked out) 43.2 485.08 P (also.) 43.2 473.08 T 1.37 (\322Good God,\323 she said. \322That\325) 54 459.39 P 1.37 (s Julius) 177.72 459.39 P (Bartholemew) 43.2 447.39 T (.\323) 96.4 447.39 T 1.37 (\322Chairman of the board of TP) 54 433.7 P 1.37 (,\323 W) 179.37 433.7 P 1.37 (alt) 198.8 433.7 P 2.64 (said. \322I guess that tells how high this) 43.2 421.7 P (goes.\323) 43.2 409.7 T 3.3 (\322Y) 54 396.02 P 3.3 (eah. Do you recognize the other) 64.65 396.02 P (two?\323) 43.2 384.02 T 0.07 (\322No. One appears to be a system oper-) 54 370.33 P 0.34 (ator) 43.2 358.33 P 0.34 (, but he must be in on this. He would) 58.34 358.33 P 1.93 (see everything. The other guy is just a) 43.2 346.33 P (guard.\323) 43.2 334.33 T 1.33 (\322What do you see,\323 John asked from) 54 320.65 P 1.1 (below) 43.2 308.65 P 1.1 (. W) 66.98 308.65 P 1.1 (alt slipped down and told him.) 81.71 308.65 P (Then John lifted up for his own look.) 43.2 296.65 T 1.85 (\322W) 54 282.96 P 1.85 (e\325ve got to get rid of the guard,\323) 67.07 282.96 P (John said. \322I think we can take him.\323) 43.2 270.96 T (\322He\325) 54 257.28 T (s got a gun,\323 Shiela said.) 72.87 257.28 T 3.25 (W) 54 243.59 P 3.25 (alt was counting \337oor tiles. \322But) 62.63 243.59 P 2.71 (we\325ve got surprise,\323 he said. Once he) 43.2 231.59 P 1.57 (knew the distance to the guard he low-) 43.2 219.59 P 1.73 (ered the tile back into place and began) 43.2 207.59 P (moving toward the console.) 43.2 195.59 T 1.58 (\322Here?\323 John whispered, pointing up) 54 181.91 P (at a \337oor tile.) 43.2 169.91 T 4.31 (\322If I counted right,\323 W) 54 156.22 P 4.31 (alt replied.) 161.74 156.22 P (\322Let\325) 43.2 144.22 T (s go for it.\323) 63.74 144.22 T 0.14 (In a single action, the two men pushed) 54 130.53 P -0.23 (up on the tile with all their might. The tile) 43.2 118.53 P -0.08 (went one way and the guard the other) 43.2 106.53 P -0.08 (. He) 192.23 106.53 P 1.83 (dropped the gun and Shiela grabbed it.) 43.2 94.53 P 2.34 (She turned and covered Julius and the) 43.2 82.53 P 2.47 (operator while W) 43.2 70.53 P 2.47 (alt and John subdued) 117.28 70.53 P 0.61 (the guard. \322Don\325) 43.2 58.53 P 0.61 (t touch that,\323 she yelled) 111.69 58.53 P 1.56 (as the operator reached for his console.) 43.2 46.53 P 223.2 43.2 388.8 748.8 R 7 X V 0 X 0.37 (He pulled his hands back as she \336red the) 223.2 742.13 P (gun past his ear) 223.2 730.13 T (.) 285.11 730.13 T 0.95 (Upon hearing the shot, the guard quit) 234 716.56 P 3.24 (struggling and W) 223.2 704.56 P 3.24 (alt and John quickly) 298.29 704.56 P 1.29 (gained control of him. In a moment the) 223.2 692.56 P 1.32 (three captives were lined up against the) 223.2 680.56 P 4.47 (wall. Shiela gave John the gun. He) 223.2 668.56 P -0.08 (looked at it a moment then aimed it at the) 223.2 656.56 P (hostages.) 223.2 644.56 T 0.76 (W) 234 630.99 P 0.76 (alt had jumped into the master con-) 242.63 630.99 P 6.53 (sole chair and was typing request) 223.2 618.99 P 1.53 (sequences on the keyboard. \322Good,\323 he) 223.2 606.99 P 1.71 (said. \322It works just like my of) 223.2 594.99 P 1.71 (\336ce con-) 352.39 594.99 P 1.97 (sole; it just has more commands avail-) 223.2 582.99 P 2.56 (able. I\325ve locked all the pod\325) 223.2 570.99 P 2.56 (s on this) 350.36 570.99 P 3.75 (\337oor\320there are twenty) 223.2 558.99 P 3.75 (.\323 He continued) 318.3 558.99 P 3.13 (typing. \322There was a phone lock and) 223.2 546.99 P 2.6 (trace on GTV) 223.2 534.99 P 2.6 (. I\325ve killed that, Shiela.) 282.07 534.99 P 0.56 (Y) 223.2 522.99 P 0.56 (ou can use the phone.\323 He motioned to) 229.42 522.99 P 1.85 (the phone on the desk. Shiela ran over) 223.2 510.99 P (and grabbed it.) 223.2 498.99 T 0.66 (\322Y) 234 485.41 P 0.66 (ou don\325) 244.65 485.41 P 0.66 (t know what you\325re doing,\323) 275.95 485.41 P (said Julius Bartholemew) 223.2 473.41 T (.) 320.83 473.41 T 3.44 (\322Keep quiet,\323 John said, motioning) 234 459.84 P (with the gun.) 223.2 447.84 T 1.23 (\322No, let him speak,\323 Shiela said, set-) 234 434.27 P 2.01 (ting the phone down. \322I want to know) 223.2 422.27 P (what\325) 223.2 410.27 T (s going on here.\323) 245.41 410.27 T 1.53 (\322I\325m sure you know by now that we) 234 396.69 P 0.54 (can manipulate the matrix error rate,\323 he) 223.2 384.69 P (said.) 223.2 372.69 T 2.59 (\322But that\325) 234 359.12 P 2.59 (s supposed to be impossi-) 275.73 359.12 P 2 (ble,\323 W) 223.2 347.12 P 2 (alt said. \322It\325) 255.48 347.12 P 2 (s a violation of the) 306.4 347.12 P (laws of physics.\323) 223.2 335.12 T 2.79 (\322W) 234 321.55 P 2.79 (e didn\325) 247.07 321.55 P 2.79 (t know all the laws,\323 the) 277.71 321.55 P (operator said.) 223.2 309.55 T (\322Who are you,\323 Shiela asked.) 234 295.97 T 2.49 (\322I\325m Dr) 234 282.4 P 2.49 (. Howard Drake, director of) 267.85 282.4 P 0.44 (research for TP) 223.2 270.4 P 0.44 (. I discovered the missing) 284.59 270.4 P 1.83 (term in the D-wave equation. W) 223.2 258.4 P 1.83 (ith it I) 360.71 258.4 P 0.31 (can predict and, therefore, control matrix) 223.2 246.4 P (errors.\323) 223.2 234.4 T 2 (\322If you can do that, why didn\325) 234 220.83 P 2 (t you) 366.54 220.83 P 2.69 (just stop them? Y) 223.2 208.83 P 2.69 (ou would have been) 300.51 208.83 P -0.08 (global heroes,\323 W) 223.2 196.83 P -0.08 (alt said. \322Why continue) 294.67 196.83 P 1.51 (to murder innocent people at a massive) 223.2 184.83 P (rate if it can be prevented?\323) 223.2 172.83 T 1.37 (\322It\325) 234 159.25 P 1.37 (s not that easy) 247.32 159.25 P 1.37 (,\323 Julius said. \322Y) 307.69 159.25 P 1.37 (ou) 378.8 159.25 P (know where our ener) 223.2 147.25 T (gy comes from.\323) 307.66 147.25 T (\322Of course I do,\323 W) 234 133.68 T (alt said.) 313.96 133.68 T 0.45 (\322So what would happen if we stopped) 234 120.11 P 0.95 (matrix errors? There\325d be no power) 223.2 108.11 P 0.95 (. W) 369.78 108.11 P 0.95 (e) 384.36 108.11 P 4.12 (couldn\325) 223.2 96.11 P 4.12 (t shut down the world power) 253.55 96.11 P (grid.\323) 223.2 84.11 T -0.01 (\322So just shove mass in and convert it,\323) 234 70.53 P 2.1 (W) 223.2 58.53 P 2.1 (alt said. \322Y) 231.84 58.53 P 2.1 (ou seem to be doing that) 280.29 58.53 P (already) 223.2 46.53 T (.\323) 251.96 46.53 T 403.2 43.2 568.8 748.8 R 7 X V 0 X 0.75 (\322W) 414 742.13 P 0.75 (e are now) 427.07 742.13 P 0.75 (, but the amount of mass) 466.77 742.13 P 0.58 (needed is a lot more than can be quickly) 403.2 730.13 P 1.09 (tossed in. W) 403.2 718.13 P 1.09 (e had to build facilities like) 454.27 718.13 P 1.15 (the one in Orlando to add ener) 403.2 706.13 P 1.15 (gy to the) 531.51 706.13 P 0.26 (system. It took several years to get a suf-) 403.2 694.13 P 1.25 (\336cient base of those built that we could) 403.2 682.13 P (shut down the matrix errors.\323) 403.2 670.13 T 1.41 (\322But you did build them,\323 W) 414 656.17 P 1.41 (alt said.) 536.3 656.17 P (\322And I know you are using them.\323) 403.2 644.17 T 0.98 (\322W) 414 630.2 P 0.98 (e are. It seems that no matter how) 427.07 630.2 P 5.64 (much ener) 403.2 618.2 P 5.64 (gy we supply) 450.57 618.2 P 5.64 (, the world) 514.49 618.2 P 2.86 (requires more. W) 403.2 606.2 P 2.86 (e have been tapering) 477.79 606.2 P (supply down, but it takes time.\323) 403.2 594.2 T 1.28 (\322That\325) 414 580.23 P 1.28 (s a pretty lame excuse for kill-) 439.54 580.23 P 2.11 (ing millions a year) 403.2 568.23 P 2.11 (,\323 Shiela said. \322Y) 483.81 568.23 P 2.11 (ou) 558.8 568.23 P 2.65 (can make enough ener) 403.2 556.23 P 2.65 (gy with the sea) 500.61 556.23 P 1.97 (water plants, I\325m sure. Just build more) 403.2 544.23 P (plants.\323) 403.2 532.23 T 0.74 (\322There are other complexities,\323 Julius) 414 518.27 P 2.94 (said. \322When we got the plants opera-) 403.2 506.27 P 1.88 (tional, we did start cutting the tix rate.) 403.2 494.27 P 2.85 (W) 403.2 482.27 P 2.85 (e could not do it quickly) 411.83 482.27 P 2.85 (, since the) 522.86 482.27 P 1.44 (plants only came on line one at a time.) 403.2 470.27 P -0.16 (So, we manipulated the odds. It gradually) 403.2 458.27 P -0.17 (became safer and safer to travel via trans-) 403.2 446.27 P (porter) 403.2 434.27 T (.\323) 426.52 434.27 T 2.12 (\322I\325m seeing worse odds, not better) 414 420.3 P 2.12 (,\323) 561.86 420.3 P (W) 403.2 408.3 T (alt said.) 411.83 408.3 T 1.03 (\322W) 414 394.33 P 1.03 (e had to turn it back up again. Do) 427.07 394.33 P 1.51 (you know the present population of the) 403.2 382.33 P (world?\323) 403.2 370.33 T (\322About 500 million,\323 Shiela said.) 414 356.37 T 3.31 (\322Right, but before tpods came into) 414 342.4 P 1.92 (general use, the population was around) 403.2 330.4 P 2.02 (two and half billion. People accept the) 403.2 318.4 P 1.44 (odds as a part of life. Because of those) 403.2 306.4 P -0.14 (odds and the amount people use the pods,) 403.2 294.4 P 0.87 (the average person lives 35 years before) 403.2 282.4 P 0.05 (the odds catch up with him. The life span) 403.2 270.4 P (used to average over ninety) 403.2 258.4 T (.\323) 512.46 258.4 T 6.51 (\322Y) 414 244.43 P 6.51 (ou\325re worried about population) 424.65 244.43 P (growth,\323 W) 403.2 232.43 T (alt said.) 449.58 232.43 T 6.67 (\322Right. W) 414 218.47 P 6.67 (ith medical science as) 461.36 218.47 P -0.07 (advanced as it is now) 403.2 206.47 P -0.07 (, the life span would) 487.75 206.47 P 0.1 (be over two hundred. That tpod error sta-) 403.2 194.47 P -0.07 (tistic has become the only stabilizing fac-) 403.2 182.47 P 0.5 (tor in our population. W) 403.2 170.47 P 0.5 (e cut it back and) 501.29 170.47 P 0.04 (the population began to climb, rapidly) 403.2 158.47 P 0.04 (. In) 555.44 158.47 P 0.3 (four years it was obvious that the growth) 403.2 146.47 P 0.4 (could not be controlled. W) 403.2 134.47 P 0.4 (e had to of) 510.88 134.47 P 0.4 (fset) 554.37 134.47 P (what we had done to regain a balance.\323) 403.2 122.47 T 0.58 (\322A balance,\323 W) 414 108.5 P 0.58 (alt yelled. \322This is not) 477.91 108.5 P 4.14 (a ledger sheet. People die in matrix) 403.2 96.5 P 5.44 (errors. Who gave you the right to) 403.2 84.5 P (decide?\323) 403.2 72.5 T -0.04 (\322Y) 414 58.53 P -0.04 (ou don\325) 424.65 58.53 P -0.04 (t rise to my level waiting for) 455.24 58.53 P (someone to let you make decisions,\323) 403.2 46.53 T FMENDPAGE %%EndPage: "38" 40 %%Page: "39" 40 612 792 0 FMBEGINPAGE 45 755 567 765 R 7 X 0 K V 1 9 Q 0 X (Quanta) 45 759 T (April 1993) 528.3 759 T 45 27 567 37 R 7 X V 0 X (39) 558.01 31 T 43.2 189 208.8 747.2 R 7 X V 0 10 Q 0 X 3.2 (Julius said. \322If our population runs) 54 740.53 P 2.4 (back up over a billion, people will be) 43.2 728.53 P -0.14 (starving. W) 43.2 716.53 P -0.14 (e live in an idyllic world, with) 88.89 716.53 P 3.86 (a young, healthy population. Do you) 43.2 704.53 P (want to see that ruined?\323) 43.2 692.53 T 8.02 (\322The population controlled itself) 54 679.53 P (before tpods,\323 Shiela said.) 43.2 667.53 T -0.11 (\322No it didn\325) 54 654.53 P -0.11 (t. It rose exponentially) 101.89 654.53 P -0.11 (. W) 190.84 654.53 P -0.11 (e) 204.36 654.53 P 0.17 (were heading for a crisis. The transporter) 43.2 642.53 P (system saved us from it.\323) 43.2 630.53 T 1.09 (\322Mass murder is always a solution to) 54 617.53 P 3.15 (population problems,\323 W) 43.2 605.53 P 3.15 (alt said. \322But) 150.03 605.53 P 5.14 (it\325) 43.2 593.53 P 5.14 (s not an acceptable solution.\323 He) 51.53 593.53 P 4.31 (turned to the keyboard. \322Shiela, call) 43.2 581.53 P 1.67 (GTV) 43.2 569.53 P 1.67 (. Let\325) 62.45 569.53 P 1.67 (s blow this whole thing wide) 85.22 569.53 P 3.59 (open.\323 She picked up the phone and) 43.2 557.53 P 0.86 (dialed. \322Now it\325) 43.2 545.53 P 0.86 (s my turn.\323 He began to) 109.04 545.53 P (type.) 43.2 533.53 T 0.74 (\322In some ways he\325) 54 520.53 P 0.74 (s right, you know) 130.33 520.53 P 0.74 (,\323) 201.86 520.53 P 1.05 (Shiela said as she waited for an answer) 43.2 508.53 P 1.05 (.) 206.3 508.53 P (\322Thinks will change.\323) 43.2 496.53 T 0.87 (\322Maybe they will,\323 W) 54 483.53 P 0.87 (alt replied, \322but) 144.62 483.53 P 2.97 (it\325) 43.2 471.53 P 2.97 (s not for him or us to decide.\323 He) 51.53 471.53 P 3.39 (looked at the tix rate counter on the) 43.2 459.53 P 0.26 (screen. For the \336rst time in the history of) 43.2 447.53 P (the system, it had stopped.) 43.2 435.53 T 43.2 189 208.8 315 R 7 X V 1 F 0 X 0.5 (Charles B. Owen is curr) 43.2 308.33 P 0.5 (ently a graduate) 142.28 308.33 P 4.29 (student at W) 43.2 296.33 P 4.29 (estern Illinois University) 100.83 296.33 P 1.26 (wher) 43.2 284.33 P 1.26 (e he will soon complete a Master) 62.82 284.33 P 1.26 (\325) 202.87 284.33 P 1.26 (s) 204.91 284.33 P 0.51 (Degr) 43.2 272.33 P 0.51 (ee in Computer Science. He lives in) 63.37 272.33 P 0.3 (a lar) 43.2 260.33 P 0.3 (ge house with a wife, thr) 62.29 260.33 P 0.3 (ee childr) 161.69 260.33 P 0.3 (en,) 196.87 260.33 P 0.38 (a cat, and a lar) 43.2 248.33 P 0.38 (ge gold\336sh with a beauti-) 105.69 248.33 P 2.84 (ful fantail. This summer he will move) 43.2 236.33 P 1.56 (fr) 43.2 224.33 P 1.56 (om rural Illinois to rural New Hamp-) 49.5 224.33 P (shir) 43.2 212.33 T (e, wher) 58.38 212.33 T (e it r) 87.44 212.33 T (eally gets cold.) 105.95 212.33 T (mgcbo@uxa.ecn.bgu.edu) 75.47 192.33 T 223.2 198 572.4 741.4 R 7 X V 0 F 0 X 0.78 (If you like) 432 734.73 P 1 F 0.78 (Quanta) 478.46 734.73 P 0 F 0.78 (, you may want) 508.45 734.73 P 3.6 (to check out these other maga-) 432 722.73 P 2.69 (zines, also produced and distrib-) 432 710.73 P (uted electronically:) 432 698.73 T 0 18 Q (Core) 223.2 675.28 T 0 10 Q -1.8 (Contact: rita@ef) 488.75 675.28 P -1.8 (f.or) 553.43 675.28 P -1.8 (g) 567.4 675.28 P 1 F 1.34 (CORE) 223.2 651.83 P 0 F 1.34 ( is available by e-mail subscription and anonymous ftp from ftp.ef) 249.3 651.83 P 1.34 (f.or) 527.1 651.83 P 1.34 (g. Send) 541.07 651.83 P 0.48 (requests and submissions to rita@ef) 223.2 639.83 P 0.48 (f.or) 369.07 639.83 P 0.48 (g.) 383.04 639.83 P 1 F 0.48 (CORE) 393.52 639.83 P 0 F 0.48 ( is an entirely electronic journal dedi-) 419.62 639.83 P 0.74 (cated to e-publishing the best, freshest prose and poetry being created in Cyberspace.) 223.2 627.83 P 1 F 0.04 (CORE) 223.2 615.83 P 0 F 0.04 ( is published monthly) 249.3 615.83 P 0.04 (. Back issues are available via anonymous ftp at ftp.ef) 335.11 615.83 P 0.04 (f.or) 550.93 615.83 P 0.04 (g.) 564.9 615.83 P (\050192.88.144.4\051.) 223.2 603.83 T 0 18 Q (Cyberspace V) 223.2 556.93 T (anguard) 322.61 556.93 T 0 10 Q -1.8 (Contact: cn577@cleveland.freenet.edu) 418.73 556.93 P 0.64 (Cyberspace V) 223.2 533.48 P 0.64 (anguard is a new digest/newsletter) 279.07 533.48 P 0.64 (, containing news and views from the) 418.92 533.48 P 0.52 (science \336ction universe. Send subscription requests, submissions, questions, and com-) 223.2 521.48 P (ments to xx133@cleveland.freenet.edu or cn577@cleveland.freenet.edu.) 223.2 509.48 T 0 18 Q (Inter) 223.2 462.58 T 1 F (T) 257.17 462.58 T (ext) 265.51 462.58 T 0 10 Q -1.8 (Contact: jsnell@ocf.berkeley) 441.01 462.58 P -1.8 (.edu) 555.47 462.58 P 0 (Inter) 223.2 439.13 P 1 F 0 (T) 242.07 439.13 P 0 (ext) 246.71 439.13 P 0 F 0 ( is the network \336ction magazine devoted to the publication of quality \336ction in) 258.36 439.13 P 0.02 (all genres. It is published bi-monthly in both ASCII and PostScript editions. The maga-) 223.2 427.13 P 0.04 (zine\325) 223.2 415.13 P 0.04 (s editor is Jason Snell, who has written for) 242.63 415.13 P 1 F 0.04 (Quanta) 415.08 415.13 P 0 F 0.04 ( and for Inter) 445.07 415.13 P 1 F 0.04 (T) 497.63 415.13 P 0.04 (ext) 502.27 415.13 P 0 F 0.04 (\325) 513.92 415.13 P 0.04 (s predecessor) 516.7 415.13 P 0.04 (,) 569.9 415.13 P 1 F (Athene) 223.2 403.13 T 0 F (. Assistant editor is are Geof) 250.96 403.13 T (f Duncan.) 364.58 403.13 T 1.33 (The PostScript laser) 223.2 379.68 P 1.33 (-printer edition is the version of choice, and includes PostScript) 306.16 379.68 P 1.05 (cover art. For a subscription \050specify ASCII or PostScript\051, writer) 223.2 367.68 P 1.05 (\325) 495.38 367.68 P 1.05 (s guidelines, or to) 498.16 367.68 P 0.6 (submit stories, mail Jason Snell at jsnell@ocf.berkeley) 223.2 355.68 P 0.6 (.edu. InterT) 445.23 355.68 P 0.6 (ext is also available) 492.04 355.68 P 0.63 (via anonymous FTP from network.ucsd.edu \050IP# 128.54.16.3\051. If you plan on FTPing) 223.2 343.68 P 0.03 (the issues, you can be placed on a list that will notify you when each new issue appears) 223.2 331.68 P (\320 just mail your request to jsnell@ocf.berkeley) 223.2 319.68 T (.edu.) 410.25 319.68 T 0 18 Q (Unit Circle) 223.2 272.78 T 0 10 Q -1.8 (Contact: kmg@esd.sgi.com) 463.66 272.78 P 1.49 (The brainchild of Kevin Goldsmith, Unit Circle is the under) 223.2 249.33 P 1.49 (ground quasi-electronic) 476.26 249.33 P 0.7 (\324zine of new music, radical politics and rage in the 1990\325) 223.2 237.33 P 0.7 (s. \322Quasi-electronic\323 bcause) 457.5 237.33 P -0.16 (Unit Circle is published both as an electronic magazine \050in PostScript form only\051 and as) 223.2 225.33 P -0.05 (an under) 223.2 213.33 P -0.05 (ground journal, in paper form. If you\325re interested in receiving either format of) 257.66 213.33 P (the \324zine, send mail to Kevin at kmg@esd.sgi.com.) 223.2 201.33 T 223.2 189 572.4 189 2 L 0.5 H 2 Z N 223.2 748.8 572.4 748.8 2 L N 0 6 Q (Thank you, thank you very much.) 0 -270 445.09 89.69 TF 211.7 54 427.7 162 R 7 X V 0 12 Q 0 X 1.02 (What\325) 211.7 154 P 1.02 (s in store for future issues of Quanta?) 241.01 154 P 1.97 (Look for a new cyberpunky serial, entitled) 211.7 138 P 1 F 0.08 (Micr) 211.7 122 P 0.08 (ochips Never Rust) 234.57 122 P 0 F 0.08 (, plus lots of short \336c-) 322.01 122 P 1.21 (tion from new authors \050new to Quanta any-) 211.7 106 P 2.69 (way\051, and) 211.7 90 P 1 F 2.69 (of course) 267.37 90 P 0 F 2.69 (, the popular Harrison) 314.37 90 P 0.59 (serial will continue. Expect the next issue to) 211.7 74 P (surface sometime in July or August.) 211.7 58 T 0 24 Q (Next Issue:) 0 -270 199.5 53.69 TF 175.5 45 436.5 171 R N FMENDPAGE %%EndPage: "39" 41 %%Trailer %%BoundingBox: 0 0 612 792 %%Pages: 40 1 %%DocumentFonts: Times-Roman %%+ Times-Italic %%+ Courier