%! %%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 20 FMDOCUMENT 0 0 /Times-Italic FMFONTDEFINE 1 0 /Times-Roman FMFONTDEFINE 2 0 /Times-BoldItalic 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 23 33 591 723 568 690 19 51 FMBEGINEPSF %%BeginDocument: /afs/andrew.cmu.edu/usr5/da1n/Quanta/Issues/Dec1992/cover.eps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.0.1 %%For: (Daniel Appelquist) (Quanta Magazine) %%Title: (December 1992 Cover) %%CreationDate: (12/22/92) (5:18 PM) %%BoundingBox: 23 33 591 723 %%DocumentProcessColors: Cyan Magenta Yellow Black %%DocumentFonts: Helvetica %%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: Color %%DocumentCustomColors: (Eye) %%+ (Flesh) %%+ (Flesh Shadow) %%CMYKCustomColor: 1 0.5 0.2 0 (Eye) %%+ 0.1 0.3 0.5 0 (Flesh) %%+ 0.4 0.6 0.7 0.15 (Flesh Shadow) %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Header %%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 { 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 /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 /_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: Helvetica 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: _Helvetica Helvetica [/_Helvetica/Helvetica 0 0 1 TZ %AI3_EndEncoding %%EndSetup 0 A u u 0 O 0 g 0 i 0 J 0 j 0.7875 w 4 M []0 d %AI3_Note: 0 D 33.1566 572.2218 m 33.1566 138.0731 L 578.8975 138.0731 L 578.8975 572.2218 L 33.1566 572.2218 L f 306.0271 355.1474 m F U u 1 0.5 0.2 0 k 0.7226 w 124.2203 564.1223 m 43.8853 255.6475 L 482.2584 151.0005 L 562.5935 459.4753 L 124.2203 564.1223 L f 303.2394 357.5614 m F U u 1 g 0.7875 w 486.507 167.314 m 482.2584 151.0005 L 43.8853 255.6475 L 48.1337 271.961 L 486.507 167.314 L f 265.196 211.4807 m F U 0 g 0.7226 w 367.3504 335.0875 m 362.4337 341.8827 330.6672 375.7356 333.6744 385.7236 c 336.6816 395.7114 365.8977 413.0262 375.1615 430.0001 c 384.4254 446.974 391.9364 472.3257 376.7873 514.1061 C 366.4122 513.9288 l 373.8371 501.0618 381.8602 456.1024 363.9313 432.8656 c 346.0025 409.6289 343.5369 413.4085 333.9741 412.4807 C 341.8411 418.7299 344.0508 471.5077 335.1008 480.5269 c 326.1509 489.5463 313.1678 500.7896 317.7284 513.0971 C 307.3533 512.9199 l 306.0561 496.8463 325.424 485.7121 329.6708 472.0263 c 333.9177 458.3406 329.0573 419.2759 318.0122 412.2081 c 306.9671 405.1402 290.5203 388.0436 273.8886 380.8803 c 257.2568 373.7171 230.2498 366.3766 216.0835 355.4337 C 222.1549 372.353 226.8301 421.3512 253.7659 432.5122 c 280.7017 443.6732 275.9416 442.0632 296.6636 443.9459 c 317.3855 445.8286 426.9684 447.1813 438.1132 448.9004 C 438.0242 453.676 l 421.2642 453.3897 288.526 452.2147 268.6733 446.5251 C 272.4359 458.819 276.3683 506.6516 251.2714 525.3316 C 242.4924 525.1815 L 249.8318 516.8991 273.1771 461.889 259.0677 447.8898 c 244.9583 433.8904 219.6472 421.2284 209.4429 411.8819 c 199.2386 402.5354 187.552 387.0488 180.6683 370.8798 C 177.2338 383.8152 179.2436 404.4869 178.2745 413.6425 c 175.9353 435.7445 153.3634 465.1925 131.6724 472.4654 c 109.9814 479.7383 100.091 496.3849 92.666 509.252 c 85.4832 509.1293 L 89.7301 495.4436 99.5493 482.6174 108.4707 475.1264 C 98.0528 477.2415 87.7345 474.0078 78.1574 473.8441 C 78.2571 468.4955 L 90.2142 469.464 87.8057 470.1873 104.6227 467.4172 c 121.4396 464.6471 142.546 445.899 149.2014 431.4901 c 155.8567 417.0812 149.9989 388.7002 148.6306 376.4473 C 134.1368 383.0788 126.8257 389.833 122.5789 403.5188 c 118.3321 417.2045 91.5963 438.1495 85.7818 450.2796 C 78.5989 450.1569 l 78.7555 441.7518 L 83.7577 430.372 81.278 434.9158 95.0592 423.686 c 108.8404 412.4563 110.8496 390.3244 114.2983 376.6251 C 99.8187 382.4925 106.2233 376.3651 94.1379 382.2734 C 88.7788 367.3587 L 101.5768 366.0487 87.2486 371.5769 110.6069 360.5108 c 133.9653 349.4447 165.3045 338.5148 168.0833 317.925 c 170.8622 297.335 174.0135 255.5957 166.2462 243.9978 c 252.0814 223.0522 L 243.8157 238.1979 221.1989 295.1376 227.9403 318.9475 c 234.6817 342.7575 299.6839 367.5628 312.2398 379.2425 C 320.4628 366.389 335.2526 337.9221 361.2077 321.9886 c 370.8988 316.0394 426.423 292.529 439.9621 294.2889 c 453.5012 296.0489 486.9072 302.7345 498.7504 309.8159 C 498.5938 318.221 l 485.9097 313.4183 453.3303 305.2182 439.72 307.2787 C 455.4967 317.4847 515.0776 388.1615 534.9303 393.8511 C 534.7594 403.0204 l 527.6619 398.3129 448.7132 338.7706 441.7155 328.7145 c 434.7178 318.6585 424.3568 317.7171 416.3474 319.109 c 408.338 320.5009 377.0842 326.846 367.3504 335.0875 C f u 1 g 121.1305 552.2579 m 124.2203 564.1223 L 562.5935 459.4753 L 559.5038 447.6108 L 121.1305 552.2579 L f 341.862 505.8665 m F U u 351.152 509.9498 m 270.8169 201.475 L 254.5522 205.3577 L 334.8872 513.8326 L 351.152 509.9498 L f 302.8521 357.6538 m F U u 111.6437 256.8001 m 184.6404 537.0971 L 179.2188 538.3913 L 106.222 258.0945 L 111.6437 256.8001 L f 145.4312 397.5957 m F U u 216.9771 231.6553 m 289.9739 511.9521 L 284.5523 513.2463 L 211.5556 232.9495 L 216.9771 231.6553 L f 250.7647 372.4508 m F U u 322.3106 206.5104 m 395.3074 486.8073 L 389.8859 488.1014 L 316.889 207.8047 L 322.3106 206.5104 L f 356.0982 347.306 m F U u 427.6441 181.3655 m 500.641 461.6624 L 495.2192 462.9566 L 422.2226 182.6597 L 427.6441 181.3655 L f 461.4317 322.1611 m F U u 484.3374 228.4791 m 482.9856 223.2884 L 77.9164 319.9852 L 79.2682 325.1759 L 484.3374 228.4791 L f 281.1269 274.2321 m F U u 499.2071 285.5766 m 497.8553 280.3858 L 92.7861 377.0827 L 94.1379 382.2734 L 499.2071 285.5766 L f 295.9966 331.3296 m F U u 514.0769 342.674 m 512.725 337.4834 L 107.6558 434.1802 L 109.0077 439.371 L 514.0769 342.674 L f 310.8663 388.4271 m F U u 528.9465 399.7716 m 527.5948 394.5809 L 122.5254 491.2777 L 123.8773 496.4684 L 528.9465 399.7716 L f 325.736 445.5246 m F U u 380.3989 192.6437 m 453.3957 472.9405 L 437.1309 476.8233 L 364.1342 196.5263 L 380.3989 192.6437 L f 408.7649 334.7336 m F U u 169.732 242.9336 m 242.7287 523.2304 L 226.4639 527.113 L 153.4673 246.8162 L 169.732 242.9336 L f 198.098 385.0232 m F U u 0.5119 w 440.9961 349.732 m 310.3858 326.4546 L 313.2128 309.1319 313.7782 290.7267 302.47 283.6893 C 247.6249 321.0413 l 246.494 315.0867 l 304.1661 268.532 l 330.1752 282.0653 l 330.1752 256.0814 l 440.4307 267.4494 l 446.0848 295.0573 l 394.0668 278.8173 l 300.2083 303.7187 l 301.3391 309.1319 l 395.1976 289.1027 l 453.4352 342.1533 l 440.9961 349.732 l f 0 g 310.3858 326.4546 m 319.9977 316.1694 333.5676 292.892 330.1752 282.0653 C 330.1752 256.0814 l 440.4307 267.4494 l 446.0848 295.0573 l 453.4352 342.1533 l 440.9961 349.732 l 310.3858 326.4546 l F 1 g 453.4352 342.1533 m 395.1976 289.1027 l 301.3391 309.1319 l 300.2083 303.7187 l 394.0668 278.8173 l 446.0848 295.0573 l 453.4352 342.1533 l f 0.4 0.6 0.7 0.15 (Flesh Shadow) 0 x 0.7875 w 330.1752 256.0814 m 311.5164 138.3184 l 332.8283 138.7349 l 374.1473 214.1059 l 374.5822 138.7349 l 396.3291 138.3184 l 440.4307 267.4494 l 330.1752 256.0814 l f 0.75 g 247.6249 321.0413 m 245.406 304.0512 l 239.3168 304.0512 l 241.9265 331.5346 l 234.9675 361.5163 L 252.3649 358.1851 262.8921 338.0315 247.6249 321.0413 c f 0.1 0.3 0.5 0 (Flesh) 0 x 244.1454 327.2876 m 238.7319 328.3702 237.5771 327.7868 235.4024 324.0391 c 233.2277 320.2914 231.488 310.7139 235.8373 310.2975 c 240.1867 309.881 246.2758 311.1302 242.7963 312.3795 c 239.3168 313.6287 237.5771 314.4616 Y 245.8409 313.2123 247.1456 315.7108 239.3168 317.7929 C 246.2758 316.1273 251.93 318.6257 241.4915 322.7898 C 251.495 319.875 252.8885 325.539 244.1454 327.2876 c f 0.2 1 1 0 k 246.9282 325.4966 m 248.1243 325.0801 250.5165 324.1432 249.2117 323.4145 c 247.9068 322.6857 246.8195 322.4775 246.1671 322.5816 C 246.9282 325.4966 L f 244.8623 320.3955 m 246.602 318.6257 l 244.5361 317.7929 l 244.8623 320.3955 l f 242.5788 316.2313 m 242.3614 314.4616 l 243.8836 314.9821 l 242.5788 316.2313 l f 241.6002 312.0672 m 241.4915 311.0261 l 243.0138 311.5467 l 241.6002 312.0672 l f 0.1 0.3 0.5 0 (Flesh) 0 x 301.3391 309.1319 m 300.643 311.6508 293.0315 314.878 287.2686 316.7519 c 281.5057 318.6257 280.4184 318.0011 278.1349 319.1462 c 275.8515 320.2914 274.9816 318.0011 278.4611 316.96 c 281.9406 315.919 287.5948 314.7739 289.0084 313.1082 C 286.8337 312.3795 279.331 312.2754 276.6126 314.1493 c 273.8943 316.0231 268.1314 316.7519 271.7196 314.6698 c 275.3078 312.5877 285.8551 310.6098 289.3346 310.9221 C 286.5075 309.5687 284.5503 308.7359 279.6572 309.4646 c 274.7642 310.1933 271.1759 313.0042 270.6323 311.7549 c 270.0886 310.5057 273.7856 308.84 277.2651 308.5277 c 280.7446 308.2154 285.9638 308.4236 287.7036 307.6948 C 286.29 306.9661 279.7659 305.0923 276.3952 305.7169 c 273.0244 306.3415 273.8943 304.3635 276.6126 304.3635 c 279.331 304.3635 286.7249 306.7579 290.7481 306.3415 c 294.7713 305.9251 298.1421 303.5307 299.3381 302.2815 C 299.5556 303.0102 300.2083 303.7187 y 301.3391 309.1319 l f 296.1848 312.4836 m 294.88 314.5657 297.8158 314.9821 295.0975 318.7298 c 292.3791 322.4775 289.987 322.0612 291.5093 320.2914 c 293.0315 318.5216 295.4237 315.0861 294.6626 312.9 c 293.9014 310.7139 296.1848 312.4836 y f 1 g 0.5119 w 326.7828 355.6866 m 325.9346 351.0853 l 331.306 350.8147 l 331.5887 355.416 l 326.7828 355.6866 l f 335.2639 354.604 m 334.6985 350.0027 l 340.6353 349.4613 l 340.0699 354.604 l 335.2639 354.604 l f 343.1797 353.792 m 343.1797 349.1907 l 349.1165 348.108 l 348.5511 353.5212 l 343.1797 353.792 l f 351.9436 352.9799 m 351.6609 348.108 l 357.315 347.0253 l 357.5977 352.4387 l 351.9436 352.9799 l f 361.2729 351.6267 m 360.7075 346.7546 l 365.7962 345.9426 l 366.3616 350.8147 l 361.2729 351.6267 l f 369.7541 350.0027 m 369.1886 345.9426 l 373.9947 345.1306 l 374.5601 349.4613 l 369.7541 350.0027 l f 327.2196 343.7623 m 326.8576 339.1028 l 332.2302 339.3489 l 332.0298 343.9542 l 327.2196 343.7623 l f 335.7715 343.499 m 335.6907 338.8666 l 341.6543 338.8976 l 340.5533 343.9602 l 335.7715 343.499 l f 343.7324 343.4507 m 344.2141 338.8726 l 350.2345 338.365 l 349.1052 343.6969 l 343.7324 343.4507 l f 352.5372 343.4839 m 352.766 338.6093 l 358.5051 338.0746 l 358.2195 343.4878 l 352.5372 343.4839 l f 361.9613 343.0326 m 361.9086 338.1308 l 367.0569 337.8113 l 367.1093 342.7131 l 361.9613 343.0326 l f 370.5698 342.2307 m 370.4323 338.1369 l 375.299 337.7902 l 375.4082 342.1533 l 370.5698 342.2307 l f 0.4 0.6 0.7 0.15 (Flesh Shadow) 0 x 319.9977 355.1453 m 313.7782 356.7693 314.3436 406.0306 332.4369 409.8199 c 350.53 413.6093 415.5525 415.2332 416.1179 393.0387 c 416.6834 370.8439 426.2954 338.3639 400.2864 332.4093 c 374.2774 326.4546 329.0444 314.5453 321.694 343.7773 C 330.7406 340.5293 377.6699 336.74 385.5856 342.6947 C 385.0202 349.732 324.9374 353.8555 319.9977 355.1453 c f u 0.3961 0.5961 0.6974 0.1481 k 332.4933 409.6643 m 350.5748 413.4512 415.4819 415.0881 416.0468 392.9078 c 416.6119 370.7276 426.0067 338.3524 400.2952 332.4581 c 374.5667 326.5563 329.1322 314.5698 321.7317 343.7626 C 330.7725 340.5166 377.675 336.7439 385.5856 342.6947 C 385.0207 349.7274 324.9767 353.8483 320.0402 355.1372 c 313.8247 356.7602 314.4117 405.8775 332.4933 409.6643 c f 0.3922 0.5922 0.6948 0.1461 k 332.5497 409.5082 m 350.6196 413.2926 415.411 414.9425 415.9757 392.7767 c 416.5404 370.6109 425.7172 338.341 400.304 332.507 c 374.8568 326.6583 329.2204 314.5945 321.7696 343.7479 C 330.8044 340.504 377.6801 336.7477 385.5856 342.6947 C 385.021 349.7228 325.016 353.8411 320.0829 355.1292 c 313.8713 356.7511 314.48 405.7237 332.5497 409.5082 c f 0.3883 0.5883 0.6922 0.1441 k 332.6063 409.3522 m 350.6644 413.1341 415.3401 414.7971 415.9044 392.6456 c 416.4688 370.4941 425.4278 338.3294 400.3128 332.5557 c 375.1468 326.7602 329.3085 314.619 321.8073 343.7331 C 330.8363 340.4914 377.6852 336.7515 385.5856 342.6947 C 385.0213 349.7182 325.0554 353.8339 320.1254 355.1211 c 313.918 356.7419 314.5483 405.5702 332.6063 409.3522 c f 0.3844 0.5844 0.6896 0.1422 k 332.6629 409.1961 m 350.709 412.9756 415.2693 414.6516 415.8333 392.5146 c 416.3972 370.3775 425.1384 338.3179 400.3217 332.6046 c 375.4368 326.8622 329.3965 314.6437 321.8452 343.7183 C 330.8683 340.4787 377.6903 336.7555 385.5856 342.6947 C 385.0217 349.7137 325.0948 353.8266 320.168 355.113 c 313.9647 356.7328 314.6166 405.4166 332.6629 409.1961 c f 0.3805 0.5805 0.687 0.1403 k 332.7193 409.0401 m 350.7538 412.817 415.1985 414.5061 415.762 392.3835 c 416.3256 370.2608 424.8489 338.3064 400.3304 332.6535 c 375.7267 326.9641 329.4847 314.6683 321.883 343.7036 C 330.9002 340.4661 377.6956 336.7593 385.5856 342.6947 C 385.0221 349.7092 325.1341 353.8192 320.2106 355.1049 c 314.0113 356.7237 314.6849 405.263 332.7193 409.0401 c f 0.3766 0.5766 0.6844 0.1383 k 332.7759 408.884 m 350.7987 412.6586 415.1276 414.3605 415.6908 392.2523 c 416.254 370.1441 424.5595 338.2949 400.3392 332.7023 c 376.0167 327.066 329.5728 314.693 321.9207 343.6887 C 330.9321 340.4535 377.7008 336.7632 385.5856 342.6947 C 385.0225 349.7046 325.1735 353.812 320.2532 355.0968 c 314.0579 356.7145 314.7532 405.1094 332.7759 408.884 c f 0.3727 0.5727 0.6818 0.1364 k 332.8324 408.7279 m 350.8435 412.5001 415.0568 414.2151 415.6196 392.1213 c 416.1824 370.0274 424.2701 338.2834 400.3481 332.7512 c 376.3068 327.1679 329.6609 314.7175 321.9586 343.674 C 330.9641 340.4408 377.7059 336.767 385.5856 342.6947 C 385.0228 349.7 325.2129 353.8047 320.2958 355.0888 c 314.1045 356.7053 314.8215 404.9559 332.8324 408.7279 c f 0.3688 0.5688 0.6792 0.1344 k 332.889 408.5719 m 350.8883 412.3415 414.9859 414.0695 415.5484 391.9902 c 416.1108 369.9107 423.9807 338.2718 400.3569 332.8 c 376.5968 327.2698 329.749 314.742 321.9965 343.6593 C 330.996 340.4281 377.711 336.7709 385.5856 342.6947 C 385.0232 349.6954 325.2524 353.7975 320.3384 355.0807 c 314.1511 356.6963 314.8897 404.8022 332.889 408.5719 c f 0.3649 0.565 0.6766 0.1325 k 332.9456 408.4158 m 350.9331 412.183 414.9151 413.9241 415.4771 391.859 c 416.0392 369.794 423.6911 338.2603 400.3656 332.8489 c 376.8868 327.3717 329.8372 314.7668 322.0343 343.6445 C 331.028 340.4155 377.7161 336.7748 385.5856 342.6947 C 385.0235 349.6908 325.2917 353.7903 320.3809 355.0726 c 314.1977 356.6871 314.958 404.6486 332.9456 408.4158 c f 0.361 0.561 0.674 0.1305 k 333.002 408.2598 m 350.9779 412.0245 414.8442 413.7785 415.406 391.7279 c 415.9677 369.6774 423.4018 338.2487 400.3744 332.8978 c 377.1768 327.4736 329.9253 314.7912 322.072 343.6298 C 331.0599 340.4029 377.7212 336.7786 385.5856 342.6947 C 385.024 349.6863 325.3311 353.783 320.4235 355.0645 c 314.2444 356.6779 315.0263 404.495 333.002 408.2598 c f 0.3571 0.5572 0.6714 0.1286 k 333.0586 408.1037 m 351.0226 411.8659 414.7733 413.633 415.3347 391.5968 c 415.8961 369.5607 423.1124 338.2372 400.3833 332.9466 c 377.4668 327.5756 330.0132 314.816 322.1099 343.6149 C 331.0919 340.3902 377.7264 336.7826 385.5856 342.6947 C 385.0243 349.6817 325.3705 353.7758 320.4661 355.0564 c 314.291 356.6688 315.0946 404.3414 333.0586 408.1037 c f 0.3533 0.5533 0.6688 0.1266 k 333.1151 407.9476 m 351.0674 411.7075 414.7025 413.4875 415.2635 391.4658 c 415.8245 369.444 422.823 338.2257 400.3921 332.9955 c 377.7568 327.6775 330.1014 314.8405 322.1477 343.6002 C 331.1239 340.3775 377.7315 336.7863 385.5856 342.6947 C 385.0246 349.6772 325.4098 353.7685 320.5087 355.0484 c 314.3376 356.6597 315.1628 404.1879 333.1151 407.9476 c f 0.3494 0.5494 0.6662 0.1247 k 333.1717 407.7916 m 351.1121 411.549 414.6317 413.342 415.1923 391.3347 c 415.7529 369.3273 422.5335 338.2142 400.4009 333.0443 c 378.0469 327.7795 330.1895 314.8651 322.1855 343.5855 C 331.1557 340.3648 377.7367 336.7903 385.5856 342.6947 C 385.025 349.6726 325.4492 353.7613 320.5513 355.0402 c 314.3842 356.6505 315.2312 404.0343 333.1717 407.7916 c f 0.3455 0.5455 0.6636 0.1227 k 333.2282 407.6355 m 351.157 411.3905 414.5608 413.1965 415.121 391.2035 c 415.6814 369.2106 422.244 338.2027 400.4096 333.0932 c 378.3369 327.8814 330.2776 314.8898 322.2233 343.5707 C 331.1877 340.3522 377.7418 336.794 385.5856 342.6947 C 385.0254 349.6681 325.4886 353.754 320.5938 355.0321 c 314.4308 356.6414 315.2995 403.8807 333.2282 407.6355 c f 0.3416 0.5416 0.661 0.1208 k 333.2848 407.4795 m 351.2018 411.2319 414.49 413.051 415.0499 391.0724 c 415.6098 369.0939 421.9546 338.1911 400.4185 333.1421 c 378.6268 327.9832 330.3657 314.9143 322.2611 343.5559 C 331.2196 340.3395 377.7469 336.798 385.5856 342.6947 C 385.0258 349.6635 325.5279 353.7469 320.6364 355.024 c 314.4775 356.6323 315.3677 403.7271 333.2848 407.4795 c f 0.3377 0.5377 0.6584 0.1188 k 333.3412 407.3235 m 351.2466 411.0734 414.4191 412.9055 414.9786 390.9413 c 415.5382 368.9772 421.6652 338.1796 400.4273 333.1908 c 378.9169 328.0852 330.4539 314.939 322.2989 343.5411 C 331.2515 340.3269 377.7521 336.8019 385.5856 342.6947 C 385.0261 349.6589 325.5673 353.7395 320.679 355.016 c 314.5241 356.6231 315.436 403.5735 333.3412 407.3235 c f 0.3338 0.5338 0.6558 0.1169 k 333.3979 407.1674 m 351.2914 410.915 414.3482 412.76 414.9074 390.8103 c 415.4666 368.8605 421.3757 338.1681 400.4361 333.2398 c 379.2069 328.1871 330.5419 314.9635 322.3367 343.5264 C 331.2835 340.3142 377.7573 336.8057 385.5856 342.6947 C 385.0265 349.6543 325.6068 353.7323 320.7216 355.0079 c 314.5707 356.614 315.5043 403.4199 333.3979 407.1674 c f 0.3299 0.5299 0.6533 0.1149 k 333.4543 407.0113 m 351.3361 410.7564 414.2774 412.6144 414.8362 390.6791 c 415.395 368.7439 421.0863 338.1565 400.445 333.2886 c 379.497 328.2891 330.63 314.9882 322.3746 343.5117 C 331.3155 340.3016 377.7624 336.8096 385.5856 342.6947 C 385.0268 349.6497 325.6461 353.725 320.7643 354.9998 c 314.6174 356.6049 315.5726 403.2663 333.4543 407.0113 c f 0.326 0.526 0.6506 0.113 k 333.5109 406.8553 m 351.3809 410.5979 414.2066 412.4689 414.7649 390.5481 c 415.3234 368.6272 420.7969 338.145 400.4538 333.3375 c 379.7868 328.391 330.7181 315.0127 322.4124 343.4969 C 331.3474 340.289 377.7675 336.8134 385.5856 342.6947 C 385.0273 349.6452 325.6855 353.7178 320.8068 354.9917 c 314.664 356.5957 315.6408 403.1127 333.5109 406.8553 c f 0.3221 0.5221 0.6481 0.111 k 333.5674 406.6993 m 351.4257 410.4394 414.1356 412.3234 414.6938 390.417 c 415.2518 368.5106 420.5075 338.1334 400.4626 333.3863 c 380.0769 328.493 330.8063 315.0373 322.4501 343.4822 C 331.3793 340.2763 377.7727 336.8173 385.5856 342.6947 C 385.0276 349.6407 325.7249 353.7106 320.8494 354.9836 c 314.7106 356.5866 315.7091 402.9591 333.5674 406.6993 c f 0.3182 0.5182 0.6455 0.1091 k 333.6239 406.5432 m 351.4705 410.2809 414.0648 412.1779 414.6226 390.2859 c 415.1803 368.3939 420.218 338.1219 400.4713 333.4351 c 380.3669 328.5948 330.8944 315.0619 322.488 343.4673 C 331.4113 340.2636 377.7778 336.8211 385.5856 342.6947 C 385.0279 349.636 325.7643 353.7033 320.8919 354.9756 c 314.7573 356.5774 315.7774 402.8056 333.6239 406.5432 c f 0.3143 0.5143 0.6429 0.1071 k 333.6805 406.3871 m 351.5153 410.1223 413.994 412.0324 414.5513 390.1548 c 415.1086 368.2771 419.9286 338.1105 400.4802 333.484 c 380.657 328.6967 330.9825 315.0866 322.5258 343.4525 C 331.4432 340.251 377.783 336.8251 385.5856 342.6947 C 385.0283 349.6315 325.8036 353.6961 320.9346 354.9675 c 314.8039 356.5682 315.8457 402.6519 333.6805 406.3871 c f 0.3104 0.5104 0.6403 0.1052 k 333.737 406.231 m 351.5601 409.9639 413.9231 411.8869 414.4801 390.0236 c 415.037 368.1604 419.6392 338.0989 400.489 333.5328 c 380.9469 328.7987 331.0705 315.1111 322.5636 343.4378 C 331.4751 340.2384 377.7881 336.8289 385.5856 342.6947 C 385.0287 349.6269 325.843 353.6888 320.9771 354.9594 c 314.8505 356.5592 315.914 402.4983 333.737 406.231 c f 0.3065 0.5065 0.6377 0.1033 k 333.7936 406.0751 m 351.6048 409.8053 413.8523 411.7414 414.4089 389.8926 c 414.9654 368.0437 419.3498 338.0874 400.4978 333.5818 c 381.2369 328.9006 331.1587 315.1358 322.6014 343.4231 C 331.5071 340.2257 377.7932 336.8327 385.5856 342.6947 C 385.0291 349.6223 325.8824 353.6816 321.0197 354.9513 c 314.8971 356.55 315.9823 402.3447 333.7936 406.0751 c f 0.3026 0.5026 0.6351 0.1013 k 333.8501 405.919 m 351.6496 409.6468 413.7813 411.5959 414.3376 389.7615 c 414.8939 367.927 419.0603 338.0759 400.5067 333.6306 c 381.527 329.0026 331.2468 315.1604 322.6392 343.4083 C 331.539 340.213 377.7983 336.8367 385.5856 342.6947 C 385.0294 349.6177 325.9218 353.6743 321.0623 354.9432 c 314.9438 356.5408 316.0506 402.1912 333.8501 405.919 c f 0.2987 0.4987 0.6325 0.0994 k 333.9066 405.7629 m 351.6944 409.4883 413.7106 411.4504 414.2664 389.6304 c 414.8223 367.8104 418.7709 338.0643 400.5155 333.6794 c 381.8169 329.1045 331.3349 315.185 322.6771 343.3936 C 331.571 340.2004 377.8034 336.8404 385.5856 342.6947 C 385.0298 349.6132 325.9611 353.6671 321.1049 354.9352 c 314.9904 356.5317 316.1188 402.0376 333.9066 405.7629 c f 0.2948 0.4948 0.6299 0.0974 k 333.9632 405.6068 m 351.7392 409.3297 413.6398 411.3049 414.1953 389.4993 c 414.7507 367.6937 418.4815 338.0528 400.5242 333.7283 c 382.107 329.2064 331.423 315.2096 322.7148 343.3787 C 331.6029 340.1877 377.8086 336.8444 385.5856 342.6947 C 385.0301 349.6086 326.0005 353.6598 321.1475 354.9271 c 315.037 356.5226 316.1871 401.884 333.9632 405.6068 c f 0.2909 0.4909 0.6273 0.0955 k 334.0197 405.4509 m 351.784 409.1713 413.5689 411.1594 414.124 389.3682 c 414.6792 367.577 418.192 338.0412 400.533 333.7771 c 382.397 329.3083 331.5111 315.2342 322.7527 343.364 C 331.6348 340.175 377.8138 336.8482 385.5856 342.6947 C 385.0306 349.604 326.0399 353.6526 321.1901 354.9189 c 315.0836 356.5134 316.2554 401.7303 334.0197 405.4509 c f 0.287 0.487 0.6247 0.0935 k 334.0763 405.2948 m 351.8288 409.0128 413.498 411.0138 414.0528 389.237 c 414.6076 367.4603 417.9026 338.0298 400.5419 333.826 c 382.6871 329.4103 331.5991 315.2588 322.7906 343.3493 C 331.6668 340.1624 377.819 336.8521 385.5856 342.6947 C 385.0309 349.5995 326.0793 353.6454 321.2327 354.9109 c 315.1302 356.5043 316.3237 401.5768 334.0763 405.2948 c f 0.2831 0.4831 0.6221 0.0916 k 334.1327 405.1387 m 351.8736 408.8542 413.4271 410.8683 413.9815 389.1059 c 414.536 367.3436 417.6132 338.0183 400.5507 333.8749 c 382.977 329.5122 331.6872 315.2834 322.8283 343.3345 C 331.6987 340.1499 377.8241 336.856 385.5856 342.6947 C 385.0312 349.5949 326.1186 353.6381 321.2752 354.9028 c 315.1768 356.4951 316.3919 401.4232 334.1327 405.1387 c f 0.2792 0.4792 0.6195 0.0896 k 334.1893 404.9826 m 351.9183 408.6957 413.3563 410.7228 413.9104 388.9748 c 414.4644 367.2268 417.3238 338.0066 400.5595 333.9237 c 383.2671 329.6141 331.7754 315.308 322.8661 343.3197 C 331.7307 340.1372 377.8292 336.8598 385.5856 342.6947 C 385.0316 349.5903 326.1581 353.6309 321.3178 354.8947 c 315.2235 356.486 316.4602 401.2695 334.1893 404.9826 c f 0.2753 0.4754 0.6169 0.0877 k 334.2458 404.8265 m 351.9631 408.5373 413.2855 410.5773 413.8392 388.8438 c 414.3928 367.1102 417.0343 337.9952 400.5682 333.9726 c 383.557 329.7161 331.8635 315.3326 322.904 343.305 C 331.7626 340.1245 377.8343 336.8638 385.5856 342.6947 C 385.032 349.5858 326.1974 353.6236 321.3605 354.8866 c 315.2701 356.4769 316.5286 401.116 334.2458 404.8265 c f 0.2714 0.4714 0.6143 0.0857 k 334.3024 404.6706 m 352.0079 408.3786 413.2146 410.4318 413.7679 388.7127 c 414.3213 366.9935 416.7449 337.9837 400.5771 334.0213 c 383.847 329.818 331.9516 315.3572 322.9418 343.2902 C 331.7945 340.1118 377.8395 336.8675 385.5856 342.6947 C 385.0324 349.5812 326.2368 353.6164 321.403 354.8785 c 315.3168 356.4678 316.5969 400.9624 334.3024 404.6706 c f 0.2675 0.4676 0.6117 0.0838 k 334.3589 404.5145 m 352.0527 408.2202 413.1438 410.2862 413.6967 388.5815 c 414.2496 366.8768 416.4555 337.9722 400.5859 334.0702 c 384.137 329.9199 332.0397 315.3818 322.9796 343.2755 C 331.8265 340.0992 377.8446 336.8715 385.5856 342.6947 C 385.0327 349.5766 326.2762 353.6091 321.4456 354.8705 c 315.3633 356.4586 316.6652 400.8089 334.3589 404.5145 c f 0.2637 0.4637 0.6091 0.0818 k 334.4154 404.3585 m 352.0976 408.0617 413.0728 410.1408 413.6255 388.4505 c 414.178 366.7602 416.1661 337.9607 400.5947 334.1192 c 384.427 330.0218 332.1278 315.4064 323.0174 343.2606 C 331.8584 340.0865 377.8498 336.8753 385.5856 342.6947 C 385.0331 349.5721 326.3155 353.6019 321.4881 354.8624 c 315.41 356.4495 316.7334 400.6551 334.4154 404.3585 c f 0.2598 0.4598 0.6065 0.0799 k 334.472 404.2024 m 352.1423 407.9031 413.002 409.9952 413.5542 388.3193 c 414.1064 366.6435 415.8766 337.9491 400.6035 334.168 c 384.7171 330.1238 332.2159 315.431 323.0552 343.2459 C 331.8904 340.0738 377.8549 336.8791 385.5856 342.6947 C 385.0334 349.5675 326.355 353.5946 321.5308 354.8543 c 315.4566 356.4403 316.8017 400.5016 334.472 404.2024 c f 0.2559 0.4559 0.6039 0.0779 k 334.5285 404.0464 m 352.1871 407.7446 412.9312 409.8498 413.483 388.1883 c 414.0348 366.5268 415.5872 337.9376 400.6123 334.2168 c 385.007 330.2257 332.304 315.4556 323.093 343.2312 C 331.9223 340.0612 377.86 336.8831 385.5856 342.6947 C 385.0339 349.5629 326.3943 353.5874 321.5733 354.8462 c 315.5033 356.4312 316.87 400.348 334.5285 404.0464 c f 0.252 0.452 0.6013 0.076 k 334.5851 403.8903 m 352.2318 407.5861 412.8604 409.7042 413.4118 388.0572 c 413.9633 366.4101 415.2978 337.926 400.6212 334.2657 c 385.2971 330.3276 332.3921 315.4802 323.1309 343.2164 C 331.9542 340.0486 377.8651 336.8869 385.5856 342.6947 C 385.0342 349.5584 326.4337 353.5801 321.6159 354.8382 c 315.5499 356.4221 316.9383 400.1944 334.5851 403.8903 c f 0.2481 0.4481 0.5987 0.074 k 334.6416 403.7342 m 352.2766 407.4276 412.7895 409.5588 413.3406 387.926 c 413.8917 366.2934 415.0084 337.9145 400.6299 334.3145 c 385.5871 330.4295 332.4802 315.5048 323.1687 343.2016 C 331.9862 340.0359 377.8703 336.8908 385.5856 342.6947 C 385.0345 349.5538 326.473 353.5729 321.6585 354.8301 c 315.5965 356.4129 317.0065 400.0408 334.6416 403.7342 c f 0.2442 0.4442 0.5961 0.0721 k 334.6982 403.5781 m 352.3214 407.2691 412.7187 409.4132 413.2694 387.795 c 413.8201 366.1768 414.7189 337.903 400.6388 334.3634 c 385.8772 330.5314 332.5684 315.5295 323.2065 343.1868 C 332.0181 340.0232 377.8755 336.8946 385.5856 342.6947 C 385.0349 349.5491 326.5125 353.5657 321.7011 354.8219 c 315.6431 356.4038 317.0747 399.8872 334.6982 403.5781 c f 0.2403 0.4403 0.5935 0.0701 k 334.7547 403.4221 m 352.3663 407.1106 412.6477 409.2677 413.1981 387.6639 c 413.7485 366.06 414.4295 337.8914 400.6476 334.4122 c 386.1671 330.6333 332.6565 315.554 323.2443 343.1721 C 332.0501 340.0105 377.8806 336.8986 385.5856 342.6947 C 385.0352 349.5447 326.5518 353.5584 321.7437 354.8139 c 315.6898 356.3946 317.1432 399.7337 334.7547 403.4221 c f 0.2364 0.4364 0.5909 0.0682 k 334.8113 403.2661 m 352.4111 406.952 412.5769 409.1222 413.127 387.5328 c 413.6769 365.9433 414.1401 337.8799 400.6564 334.4611 c 386.4571 330.7353 332.7445 315.5786 323.2821 343.1574 C 332.082 339.9979 377.8857 336.9023 385.5856 342.6947 C 385.0357 349.5401 326.5912 353.5512 321.7863 354.8058 c 315.7364 356.3855 317.2114 399.58 334.8113 403.2661 c f 0.2325 0.4325 0.5883 0.0662 k 334.8678 403.11 m 352.4559 406.7936 412.5061 408.9767 413.0558 387.4016 c 413.6053 365.8267 413.8507 337.8684 400.6653 334.51 c 386.7472 330.8372 332.8327 315.6032 323.3199 343.1426 C 332.1139 339.9853 377.8908 336.9062 385.5856 342.6947 C 385.036 349.5355 326.6306 353.5439 321.8289 354.7978 c 315.783 356.3764 317.2796 399.4265 334.8678 403.11 c f 0.2286 0.4286 0.5857 0.0643 k 334.9243 402.9539 m 352.5007 406.635 412.4353 408.8312 412.9845 387.2706 c 413.5338 365.71 413.5612 337.8569 400.674 334.5588 c 387.0371 330.9391 332.9208 315.6278 323.3577 343.1279 C 332.1459 339.9727 377.8961 336.9101 385.5856 342.6947 C 385.0364 349.531 326.67 353.5367 321.8714 354.7896 c 315.8296 356.3672 317.3479 399.2728 334.9243 402.9539 c f 0.2247 0.4247 0.5831 0.0623 k 334.9808 402.7979 m 352.5453 406.4765 412.3644 408.6856 412.9132 387.1395 c 413.4622 365.5932 413.2718 337.8453 400.6828 334.6076 c 387.3272 331.0411 333.0089 315.6525 323.3955 343.1131 C 332.1778 339.96 377.9012 336.9139 385.5856 342.6947 C 385.0367 349.5264 326.7093 353.5294 321.914 354.7816 c 315.8762 356.3581 317.4163 399.1193 334.9808 402.7979 c f 0.2208 0.4208 0.5805 0.0604 k 335.0373 402.6418 m 352.5901 406.318 412.2935 408.5402 412.8421 387.0084 c 413.3906 365.4766 412.9824 337.8338 400.6916 334.6565 c 387.6171 331.143 333.097 315.677 323.4333 343.0983 C 332.2098 339.9474 377.9063 336.9179 385.5856 342.6947 C 385.0372 349.5218 326.7487 353.5222 321.9566 354.7734 c 315.9228 356.349 317.4845 398.9657 335.0373 402.6418 c f 0.2169 0.4169 0.5779 0.0585 k 335.0939 402.4859 m 352.6349 406.1595 412.2227 408.3946 412.7708 386.8773 c 413.319 365.3599 412.6929 337.8223 400.7005 334.7054 c 387.9072 331.2449 333.1851 315.7016 323.4711 343.0835 C 332.2417 339.9347 377.9114 336.9217 385.5856 342.6947 C 385.0375 349.5172 326.7881 353.5149 321.9992 354.7653 c 315.9695 356.3398 317.5527 398.8121 335.0939 402.4859 c f 0.213 0.413 0.5753 0.0565 k 335.1504 402.3298 m 352.6798 406.001 412.1519 408.2492 412.6996 386.7462 c 413.2474 365.2433 412.4034 337.8107 400.7093 334.7543 c 388.1971 331.3468 333.2731 315.7262 323.5089 343.0688 C 332.2737 339.922 377.9165 336.9256 385.5856 342.6947 C 385.0379 349.5126 326.8275 353.5077 322.0418 354.7573 c 316.0161 356.3307 317.621 398.6585 335.1504 402.3298 c f 0.2091 0.4091 0.5727 0.0546 k 335.207 402.1737 m 352.7246 405.8424 412.081 408.1037 412.6284 386.6151 c 413.1758 365.1265 412.1141 337.7992 400.718 334.8031 c 388.4872 331.4487 333.3612 315.7508 323.5468 343.0541 C 332.3056 339.9093 377.9217 336.9294 385.5856 342.6947 C 385.0382 349.5081 326.8668 353.5004 322.0843 354.7492 c 316.0628 356.3215 317.6893 398.5049 335.207 402.1737 c f 0.2052 0.4052 0.5702 0.0526 k 335.2635 402.0176 m 352.7694 405.684 412.0102 407.9582 412.5572 386.484 c 413.1042 365.0098 411.8246 337.7876 400.7268 334.8519 c 388.7772 331.5507 333.4494 315.7755 323.5846 343.0393 C 332.3375 339.8967 377.9268 336.9333 385.5856 342.6947 C 385.0385 349.5036 326.9062 353.4932 322.127 354.7411 c 316.1094 356.3125 317.7577 398.3513 335.2635 402.0176 c f 0.2013 0.4013 0.5675 0.0507 k 335.32 401.8616 m 352.8142 405.5254 411.9392 407.8126 412.486 386.3528 c 413.0327 364.8932 411.5352 337.7762 400.7357 334.9008 c 389.0673 331.6526 333.5375 315.8 323.6224 343.0245 C 332.3695 339.8841 377.932 336.9371 385.5856 342.6947 C 385.039 349.499 326.9456 353.486 322.1696 354.733 c 316.156 356.3032 317.8259 398.1977 335.32 401.8616 c f 0.1974 0.3974 0.565 0.0487 k 335.3766 401.7055 m 352.8589 405.3669 411.8684 407.6671 412.4147 386.2218 c 412.9611 364.7765 411.2457 337.7647 400.7445 334.9496 c 389.3572 331.7546 333.6256 315.8247 323.6602 343.0097 C 332.4014 339.8714 377.9372 336.941 385.5856 342.6947 C 385.0393 349.4944 326.985 353.4787 322.2122 354.7249 c 316.2026 356.2941 317.8942 398.0441 335.3766 401.7055 c f 0.1935 0.3935 0.5623 0.0468 k 335.4331 401.5495 m 352.9036 405.2084 411.7976 407.5216 412.3436 386.0907 c 412.8895 364.6598 410.9562 337.7531 400.7533 334.9986 c 389.6472 331.8564 333.7136 315.8493 323.6981 342.995 C 332.4333 339.8587 377.9423 336.9449 385.5856 342.6947 C 385.0397 349.4898 327.0243 353.4715 322.2548 354.7169 c 316.2493 356.2851 317.9625 397.8905 335.4331 401.5495 c f 0.1896 0.3897 0.5598 0.0448 k 335.4897 401.3934 m 352.9485 405.05 411.7268 407.3761 412.2723 385.9596 c 412.8179 364.5431 410.6669 337.7416 400.7621 335.0473 c 389.9373 331.9584 333.8017 315.8738 323.7358 342.9803 C 332.4653 339.8461 377.9474 336.9487 385.5856 342.6947 C 385.04 349.4852 327.0638 353.4642 322.2973 354.7088 c 316.2959 356.2758 318.0308 397.737 335.4897 401.3934 c f 0.1858 0.3858 0.5572 0.0429 k 335.5462 401.2373 m 352.9933 404.8914 411.6558 407.2306 412.2011 385.8285 c 412.7463 364.4264 410.3775 337.73 400.7709 335.0962 c 390.2272 332.0603 333.8899 315.8985 323.7737 342.9654 C 332.4972 339.8334 377.9526 336.9526 385.5856 342.6947 C 385.0405 349.4806 327.1031 353.457 322.34 354.7008 c 316.3424 356.2667 318.099 397.5834 335.5462 401.2373 c f 0.1819 0.3818 0.5546 0.0409 k 335.6028 401.0813 m 353.0381 404.7329 411.585 407.085 412.1298 385.6974 c 412.6748 364.3097 410.0879 337.7185 400.7797 335.145 c 390.5173 332.1622 333.978 315.923 323.8115 342.9507 C 332.5292 339.8208 377.9577 336.9565 385.5856 342.6947 C 385.0408 349.4761 327.1425 353.4497 322.3825 354.6927 c 316.389 356.2576 318.1673 397.4297 335.6028 401.0813 c f 0.178 0.378 0.552 0.039 k 335.6593 400.9252 m 353.0829 404.5744 411.5141 406.9396 412.0587 385.5664 c 412.6032 364.1931 409.7985 337.707 400.7885 335.194 c 390.8073 332.2642 334.0661 315.9477 323.8493 342.9359 C 332.5611 339.8082 377.9628 336.9603 385.5856 342.6947 C 385.0412 349.4716 327.1819 353.4425 322.4251 354.6845 c 316.4357 356.2484 318.2356 397.2761 335.6593 400.9252 c f 0.1741 0.3741 0.5494 0.037 k 335.7158 400.7692 m 353.1277 404.4158 411.4433 406.794 411.9874 385.4352 c 412.5315 364.0764 409.5092 337.6955 400.7974 335.2428 c 391.0973 332.3661 334.1542 315.9723 323.8871 342.9212 C 332.5931 339.7955 377.968 336.9642 385.5856 342.6947 C 385.0415 349.467 327.2212 353.4353 322.4676 354.6764 c 316.4824 356.2393 318.3039 397.1226 335.7158 400.7692 c f 0.1702 0.3702 0.5468 0.0351 k 335.7723 400.6131 m 353.1725 404.2573 411.3724 406.6485 411.9162 385.304 c 412.46 363.9596 409.2198 337.684 400.8061 335.2916 c 391.3873 332.468 334.2424 315.9968 323.9249 342.9064 C 332.625 339.7829 377.9731 336.9681 385.5856 342.6947 C 385.0419 349.4624 327.2607 353.428 322.5102 354.6683 c 316.5289 356.2302 318.3722 396.969 335.7723 400.6131 c f 0.1663 0.3663 0.5442 0.0331 k 335.8288 400.457 m 353.2172 404.0988 411.3016 406.503 411.845 385.173 c 412.3883 363.843 408.9302 337.6724 400.815 335.3405 c 391.6773 332.5699 334.3304 316.0215 323.9628 342.8917 C 332.6569 339.7702 377.9782 336.972 385.5856 342.6947 C 385.0423 349.4578 327.3 353.4207 322.5528 354.6603 c 316.5756 356.221 318.4405 396.8154 335.8288 400.457 c f 0.1624 0.3624 0.5416 0.0312 k 335.8853 400.3011 m 353.262 403.9403 411.2307 406.3575 411.7738 385.0419 c 412.3167 363.7262 408.6408 337.6609 400.8237 335.3894 c 391.9673 332.6719 334.4185 316.046 324.0006 342.8769 C 332.6889 339.7576 377.9834 336.9758 385.5856 342.6947 C 385.0426 349.4532 327.3394 353.4135 322.5954 354.6522 c 316.6221 356.2119 318.5088 396.6618 335.8853 400.3011 c f 0.1585 0.3585 0.539 0.0292 k 335.9419 400.145 m 353.3068 403.7818 411.1599 406.212 411.7026 384.9108 c 412.2452 363.6096 408.3515 337.6494 400.8326 335.4381 c 392.2573 332.7738 334.5066 316.0707 324.0384 342.8622 C 332.7208 339.7449 377.9885 336.9797 385.5856 342.6947 C 385.043 349.4487 327.3788 353.4063 322.638 354.6441 c 316.6688 356.2028 318.5771 396.5081 335.9419 400.145 c f 0.1546 0.3546 0.5364 0.0273 k 335.9984 399.9889 m 353.3516 403.6233 411.089 406.0665 411.6313 384.7797 c 412.1736 363.4929 408.0619 337.6379 400.8413 335.487 c 392.5473 332.8758 334.5947 316.0953 324.0762 342.8473 C 332.7528 339.7322 377.9936 336.9835 385.5856 342.6947 C 385.0433 349.4441 327.4182 353.399 322.6806 354.636 c 316.7154 356.1935 318.6453 396.3546 335.9984 399.9889 c f 0.1507 0.3507 0.5338 0.0253 k 336.055 399.8328 m 353.3964 403.4647 411.0182 405.921 411.5601 384.6485 c 412.102 363.3762 407.7725 337.6264 400.8502 335.5359 c 392.8373 332.9777 334.6828 316.1198 324.114 342.8326 C 332.7847 339.7196 377.9988 336.9874 385.5856 342.6947 C 385.0437 349.4396 327.4576 353.3918 322.7232 354.6279 c 316.7621 356.1845 318.7136 396.201 336.055 399.8328 c f 0.1468 0.3468 0.5312 0.0234 k 336.1115 399.6768 m 353.4412 403.3063 410.9474 405.7755 411.4889 384.5175 c 412.0305 363.2596 407.4832 337.6148 400.8591 335.5848 c 393.1274 333.0796 334.7709 316.1445 324.1518 342.8178 C 332.8166 339.7069 378.0039 336.9913 385.5856 342.6947 C 385.0441 349.435 327.4969 353.3845 322.7658 354.6199 c 316.8087 356.1753 318.7819 396.0474 336.1115 399.6768 c f 0.1429 0.3429 0.5286 0.0214 k 336.1681 399.5208 m 353.4859 403.1477 410.8765 405.6299 411.4177 384.3863 c 411.9589 363.1429 407.1937 337.6033 400.8678 335.6336 c 393.4174 333.1815 334.859 316.1691 324.1897 342.8031 C 332.8486 339.6943 378.0091 336.9951 385.5856 342.6947 C 385.0444 349.4304 327.5363 353.3773 322.8084 354.6118 c 316.8553 356.1661 318.8502 395.8938 336.1681 399.5208 c f 0.139 0.339 0.526 0.0195 k 336.2246 399.3647 m 353.5307 402.9892 410.8056 405.4844 411.3465 384.2553 c 411.8873 363.0261 406.9042 337.5918 400.8766 335.6824 c 393.7074 333.2834 334.9471 316.1937 324.2275 342.7883 C 332.8804 339.6816 378.0142 336.999 385.5856 342.6947 C 385.0448 349.4258 327.5757 353.37 322.8509 354.6037 c 316.9019 356.157 318.9185 395.7402 336.2246 399.3647 c f 0.1351 0.3351 0.5234 0.0175 k 336.2811 399.2087 m 353.5755 402.8307 410.7348 405.3389 411.2753 384.1242 c 411.8157 362.9095 406.6148 337.5802 400.8854 335.7313 c 393.9974 333.3854 335.0352 316.2183 324.2653 342.7736 C 332.9125 339.6689 378.0194 337.0029 385.5856 342.6947 C 385.0451 349.4213 327.6151 353.3628 322.8935 354.5956 c 316.9486 356.148 318.9868 395.5866 336.2811 399.2087 c f 0.1312 0.3312 0.5208 0.0156 k 336.3377 399.0526 m 353.6203 402.6722 410.6639 405.1934 411.204 383.9932 c 411.7442 362.7927 406.3254 337.5687 400.8943 335.7801 c 394.2874 333.4873 335.1233 316.2429 324.3031 342.7588 C 332.9444 339.6563 378.0245 337.0067 385.5856 342.6947 C 385.0456 349.4167 327.6544 353.3555 322.936 354.5875 c 316.9952 356.1388 319.0551 395.433 336.3377 399.0526 c f 0.1273 0.3273 0.5182 0.0137 k 336.3942 398.8966 m 353.6651 402.5137 410.5932 405.0479 411.1327 383.8621 c 411.6726 362.676 406.036 337.5571 400.9031 335.8291 c 394.5775 333.5892 335.2115 316.2675 324.3409 342.7441 C 332.9763 339.6436 378.0296 337.0106 385.5856 342.6947 C 385.0459 349.4121 327.6938 353.3483 322.9787 354.5795 c 317.0418 356.1296 319.1233 395.2794 336.3942 398.8966 c f 0.1234 0.3234 0.5156 0.0117 k 336.4508 398.7405 m 353.7099 402.3551 410.5222 404.9025 411.0616 383.7309 c 411.601 362.5594 405.7465 337.5457 400.9118 335.8779 c 394.8674 333.6911 335.2996 316.2921 324.3786 342.7292 C 333.0083 339.6311 378.0348 337.0145 385.5856 342.6947 C 385.0463 349.4075 327.7332 353.3411 323.0213 354.5714 c 317.0884 356.1205 319.1916 395.1259 336.4508 398.7405 c f 0.1195 0.3195 0.513 0.0098 k 336.5073 398.5844 m 353.7547 402.1967 410.4514 404.7569 410.9904 383.5998 c 411.5293 362.4427 405.4571 337.5341 400.9207 335.9267 c 395.1574 333.793 335.3877 316.3167 324.4165 342.7145 C 333.0402 339.6184 378.0399 337.0184 385.5856 342.6947 C 385.0466 349.403 327.7726 353.3338 323.0638 354.5633 c 317.1351 356.1113 319.2599 394.9723 336.5073 398.5844 c f 0.1156 0.3156 0.5104 0.0078 k 336.5638 398.4284 m 353.7994 402.0381 410.3805 404.6114 410.9192 383.4687 c 411.4577 362.326 405.1677 337.5226 400.9295 335.9756 c 395.4474 333.895 335.4757 316.3413 324.4543 342.6998 C 333.0722 339.6058 378.045 337.0222 385.5856 342.6947 C 385.047 349.3984 327.812 353.3266 323.1064 354.5551 c 317.1817 356.1022 319.3282 394.8186 336.5638 398.4284 c f 0.1118 0.3117 0.5078 0.0059 k 336.6203 398.2724 m 353.8442 401.8796 410.3097 404.4659 410.8479 383.3376 c 411.3861 362.2093 404.8783 337.5111 400.9383 336.0244 c 395.7374 333.9969 335.5639 316.3659 324.4921 342.6851 C 333.1041 339.5931 378.0502 337.0261 385.5856 342.6947 C 385.0474 349.3939 327.8514 353.3193 323.149 354.547 c 317.2283 356.0931 319.3964 394.6651 336.6203 398.2724 c f 0.1078 0.3078 0.5052 0.0039 k 336.6768 398.1163 m 353.889 401.7211 410.2388 404.3204 410.7767 383.2065 c 411.3146 362.0926 404.5888 337.4995 400.9471 336.0733 c 396.0274 334.0988 335.652 316.3905 324.5299 342.6702 C 333.1361 339.5804 378.0554 337.03 385.5856 342.6947 C 385.0477 349.3893 327.8907 353.3121 323.1917 354.539 c 317.2749 356.084 319.4647 394.5115 336.6768 398.1163 c f 0.104 0.3039 0.5026 0.002 k 336.7334 397.9602 m 353.9339 401.5626 410.168 404.1749 410.7055 383.0754 c 411.243 361.976 404.2994 337.488 400.9559 336.1221 c 396.3175 334.2007 335.7401 316.4151 324.5678 342.6555 C 333.168 339.5677 378.0606 337.0338 385.5856 342.6947 C 385.0482 349.3847 327.9301 353.3047 323.2342 354.5309 c 317.3215 356.0748 319.533 394.3579 336.7334 397.9602 c f U 0.1 0.3 0.5 0 (Flesh) 0 x 323.2773 354.5228 m 317.3688 356.0656 319.6022 394.2023 336.7907 397.8022 c 353.9792 401.402 410.0962 404.0275 410.6334 382.9426 c 411.1705 361.8577 404.0063 337.4763 400.9648 336.1716 c 396.6112 334.3041 335.8293 316.44 324.6061 342.6406 C 333.2003 339.5549 378.0657 337.0377 385.5856 342.6947 C 385.0485 349.3802 327.9699 353.2974 323.2773 354.5228 c f 1 g 342.897 366.2426 m 359.0112 360.288 l 342.0489 360.288 l 342.897 366.2426 L f 0 g 343.3916 361.9796 m 343.0756 361.3744 342.9677 360.8293 343.9571 360.897 c 344.9466 360.9647 347.5617 361.2353 346.9963 361.6413 c 346.4308 362.0473 343.5331 362.2503 343.3916 361.9796 c f 353.8518 361.3029 m 352.8877 361.9622 349.3285 361.8443 349.3285 361.4383 c 349.3285 361.0323 349.7526 360.694 350.6714 360.694 c 351.5902 360.694 354.8413 360.6263 353.8518 361.3029 c f 0.4 0.6 0.7 0.15 (Flesh Shadow) 0 x 359.0112 360.288 m 342.897 366.2426 l 357.8098 380.2496 l 348.3391 365.4306 L 352.297 366.7163 358.9405 364.2126 359.0112 360.288 c F 403.1135 387.084 m 406.6963 389.3708 378.2353 384.3773 370.8849 388.7079 c 363.5346 393.0387 366.079 388.7079 363.8173 385.1893 C 367.2097 387.3547 373.1466 387.084 377.1045 384.1066 c 381.0624 381.1293 400.5691 385.46 403.1135 387.084 c f 357.8804 385.46 m 357.8804 388.7079 347.9856 396.5574 344.3105 391.9559 c 340.6353 387.3547 340.3526 383.2946 334.9812 384.9186 C 337.5256 383.836 340.918 381.3999 344.8759 384.9186 c 348.8337 388.4373 353.3572 388.1667 357.8804 385.46 C f 330.7406 379.7759 m 329.0581 380.7827 337.3842 381.3999 340.2112 381.3999 c 343.0384 381.3999 347.5617 380.3173 347.5617 379.0992 c 347.5617 377.8814 347.4203 372.6033 344.1692 371.7913 c 340.918 370.9793 335.8293 374.2273 334.1331 375.8513 c 332.4369 377.4753 333.0023 378.4227 330.7406 379.7759 c f 1 g 346.5722 378.964 m 341.4835 381.6706 337.5256 381.1293 332.7196 379.2347 C 334.9812 374.092 346.2895 366.5133 346.5722 378.964 C f 1 0.5 0.2 0 (Eye) 0 x 339.3631 379.2347 m 337.667 378.6934 335.5466 376.2573 337.5256 375.0393 c 339.5045 373.8213 343.3211 371.6559 344.4519 373.6859 c 345.5827 375.716 346.4308 378.152 344.5932 378.6934 c 342.7556 379.2347 341.0594 379.7759 339.3631 379.2347 c f 0 g 340.918 377.6106 m 339.8987 377.1227 338.091 376.3927 339.3631 375.8513 c 340.6353 375.31 342.0489 374.092 342.6143 374.904 c 343.1797 375.716 344.3105 376.7986 343.1797 377.0694 c 342.0489 377.34 341.4835 377.8814 340.918 377.6106 c f 0.4 0.6 0.7 0.15 (Flesh Shadow) 0 x 363.9586 375.8513 m 369.9493 379.7432 376.7208 384.6355 396.3285 380.0466 c 415.4112 375.5807 397.1766 377.746 395.9044 376.3927 c 394.6322 375.0393 386.2924 360.5587 380.7796 364.4833 c 375.2669 368.408 368.1992 374.092 363.9586 375.8513 C f 1 g 364.9481 375.716 m 368.6233 378.4227 385.3029 384.1066 395.7631 378.6934 C 390.3917 373.5507 385.8683 365.972 377.6699 369.22 c 369.4714 372.4679 369.1886 375.9866 364.9481 375.716 C f 1 0.5 0.2 0 (Eye) 0 x 377.3872 378.558 m 375.2332 376.7535 374.4188 372.062 376.539 370.8439 c 378.6594 369.626 385.1616 368.814 387.5646 371.6559 c 389.9676 374.4979 391.8052 378.8286 387.2819 379.2347 c 382.7586 379.6406 378.518 379.5053 377.3872 378.558 c f 0 g 380.921 376.934 m 379.7902 375.9866 377.3872 373.9566 379.6488 373.0093 c 381.9105 372.062 385.5856 371.7913 385.3029 373.5507 c 385.0202 375.31 382.0519 377.8814 380.921 376.934 c f 0.4 0.6 0.7 0.15 (Flesh Shadow) 0 x 0.7875 w 324.521 398.9933 m 320.8742 392.0103 320.5631 407.1133 314.909 411.7146 c 309.2549 416.3159 319.7151 432.556 331.5887 428.7666 c 343.4624 424.9772 376.8217 419.5639 377.1045 440.1346 C 380.7796 433.6386 390.9571 428.496 397.4593 432.0147 c 403.9615 435.5332 425.73 443.3826 423.1856 426.6013 c 420.6413 409.8199 437.8864 413.88 433.6457 422.2707 C 437.0383 417.9399 439.2999 402.7826 430.8187 402.2413 c 422.3375 401.6999 421.7721 387.3547 424.3164 380.8586 c 426.8608 374.3627 414.7044 363.2653 414.1389 373.0093 c 413.5736 382.7533 411.0293 404.4066 401.9827 402.7826 c 392.9361 401.1586 400.2864 395.4746 387.5646 393.8507 C 391.2398 396.2866 390.109 409.8199 381.3451 407.384 c 372.5812 404.948 358.4458 404.136 349.1165 405.76 c 339.7872 407.384 325.0865 400.0759 324.521 398.9933 c f 0.2 1 1 0 k 239.7067 341.0976 m 234.9675 361.5163 L 243.6662 359.8507 250.6473 353.9795 253.5454 346.4009 C 239.7067 341.0976 L f 291.9442 321.0201 m 293.3578 320.0832 l 292.3791 320.1873 l 291.9442 321.0201 l f 277.1563 318.938 m 279.2223 318.2093 l 278.3524 316.6478 278.4611 316.96 v 278.5699 317.2723 277.1563 318.938 y f 271.7196 315.2944 m 273.2419 315.0861 l 272.9157 314.5657 l 271.7196 315.2944 l f 271.5021 311.5467 m 273.1331 310.818 l 272.5895 310.1933 l 271.5021 311.5467 l f 275.5253 305.1964 m 276.7214 305.4045 l 276.6126 304.6759 l 275.5253 305.1964 l f u 0.3921 0.5921 0.7059 0.147 k 0.7796 w 331.6672 428.7043 m 343.4828 424.9335 376.8747 419.5387 377.156 440.0084 C 380.8132 433.5443 391.0602 428.4758 397.5305 431.9773 c 404.0009 435.4786 425.6626 443.2895 423.1307 426.5904 c 420.5988 409.8914 437.8703 413.7845 433.6504 422.134 C 437.0263 417.8246 439.2342 402.8233 430.7946 402.2845 c 422.355 401.7458 421.7155 387.4137 424.2475 380.9495 c 426.7794 374.4854 414.7338 363.7283 414.1711 373.4245 c 413.6085 383.1207 410.7184 404.4638 401.7161 402.8478 c 392.7139 401.2317 400.1561 395.8858 387.4967 394.2698 C 391.1539 396.6939 389.9007 409.8506 381.1797 407.4265 c 372.4588 405.0025 358.3928 404.1944 349.1091 405.8105 c 339.8255 407.4265 325.1969 400.1543 324.6342 399.077 c 321.0053 392.1283 320.6957 407.1572 315.0694 411.7359 c 309.443 416.3147 319.8519 432.4751 331.6672 428.7043 c f 0.3843 0.5843 0.7118 0.1441 k 0.7717 w 331.7458 428.6421 m 343.5032 424.8899 376.9277 419.5133 377.2076 439.8823 C 380.8468 433.45 391.1632 428.4557 397.6017 431.9399 c 404.0402 435.4241 425.5952 443.1964 423.0758 426.5796 c 420.5565 409.9629 437.8542 413.6891 433.6551 421.9976 C 437.0143 417.7092 439.1686 402.8639 430.7705 402.3278 c 422.3724 401.7918 421.6591 387.4728 424.1785 381.0405 c 426.698 374.6082 414.763 364.1911 414.2032 373.8396 c 413.6432 383.4881 410.4076 404.5209 401.4497 402.9129 c 392.4917 401.3048 400.0259 396.2971 387.4288 394.6889 C 391.068 397.1011 389.6924 409.8811 381.0144 407.4691 c 372.3364 405.057 358.3396 404.2529 349.1018 405.861 c 339.8639 407.4691 325.3074 400.2326 324.7475 399.1607 c 321.1363 392.2462 320.8283 407.201 315.2297 411.7573 c 309.631 416.3135 319.9886 432.3943 331.7458 428.6421 c f 0.3765 0.5765 0.7176 0.1412 k 0.7637 w 331.8243 428.5798 m 343.5235 424.8462 376.9806 419.488 377.2592 439.7562 C 380.8804 433.3557 391.2663 428.4356 397.673 431.9025 c 404.0795 435.3694 425.5278 443.1033 423.021 426.5688 c 420.514 410.0342 437.8381 413.5937 433.6598 421.861 C 437.0024 417.594 439.103 402.9045 430.7464 402.3711 c 422.3899 401.8377 421.6026 387.532 424.1096 381.1314 c 426.6165 374.731 414.7923 364.6541 414.2353 374.2548 c 413.6781 383.8555 410.0967 404.5782 401.1831 402.978 c 392.2695 401.3778 399.8955 396.7082 387.3609 395.1081 C 390.9821 397.5084 389.4841 409.9118 380.8491 407.5116 c 372.214 405.1114 358.2865 404.3114 349.0944 405.9116 c 339.9023 407.5116 325.4179 400.3111 324.8607 399.2443 c 321.2675 392.3642 320.9609 407.245 315.39 411.7786 c 309.8191 416.3123 320.1254 432.3134 331.8243 428.5798 c f 0.3686 0.5686 0.7235 0.1382 k 0.7558 w 331.903 428.5176 m 343.5439 424.8025 377.0337 419.4627 377.3109 439.63 C 380.9139 433.2613 391.3694 428.4155 397.7442 431.8652 c 404.1189 435.3148 425.4605 443.0103 422.9661 426.558 c 420.4716 410.1057 437.822 413.4983 433.6645 421.7244 C 436.9905 417.4786 439.0373 402.9451 430.7223 402.4143 c 422.4074 401.8837 421.546 387.591 424.0406 381.2224 c 426.535 374.8537 414.8216 365.1171 414.2674 374.67 c 413.713 384.223 409.7859 404.6353 400.9166 403.0431 c 392.0474 401.4509 399.7654 397.1195 387.293 395.5273 C 390.8961 397.9156 389.2758 409.9425 380.6837 407.5541 c 372.0917 405.166 358.2335 404.3699 349.0871 405.962 c 339.9407 407.5541 325.5282 400.3895 324.9739 399.328 c 321.3986 392.482 321.0936 407.2888 315.5503 411.8 c 310.0071 416.311 320.2621 432.2326 331.903 428.5176 c f 0.3608 0.5608 0.7294 0.1353 k 0.7479 w 331.9815 428.4553 m 343.5642 424.7589 377.0866 419.4374 377.3624 439.504 C 380.9475 433.167 391.4725 428.3954 397.8154 431.8279 c 404.1582 435.2603 425.3932 442.9172 422.9112 426.5472 c 420.4292 410.1772 437.8059 413.4028 433.6692 421.5879 C 436.9786 417.3632 438.9717 402.9858 430.6982 402.4577 c 422.4249 401.9296 421.4896 387.6502 423.9716 381.3132 c 426.4536 374.9765 414.8509 365.58 414.2994 375.0852 c 413.7479 384.5903 409.4751 404.6924 400.6502 403.1082 c 391.8253 401.524 399.635 397.5306 387.225 395.9464 C 390.8101 398.3228 389.0675 409.973 380.5184 407.5967 c 371.9693 405.2204 358.1803 404.4284 349.0797 406.0126 c 339.9791 407.5967 325.6387 400.4679 325.0871 399.4117 c 321.5296 392.5999 321.2261 407.3327 315.7106 411.8213 c 310.1952 416.3097 320.3989 432.1519 331.9815 428.4553 c f 0.3529 0.5529 0.7353 0.1324 k 0.74 w 332.0601 428.3931 m 343.5845 424.7151 377.1397 419.4121 377.414 439.3777 C 380.9811 433.0727 391.5756 428.3754 397.8866 431.7905 c 404.1975 435.2056 425.3257 442.8241 422.8563 426.5364 c 420.3868 410.2486 437.7899 413.3074 433.6739 421.4513 C 436.9667 417.248 438.906 403.0264 430.6741 402.501 c 422.4424 401.9755 421.433 387.7092 423.9026 381.4042 c 426.3722 375.0993 414.8803 366.0429 414.3315 375.5003 c 413.7828 384.9578 409.1641 404.7496 400.3837 403.1733 c 391.6032 401.5971 399.5048 397.9418 387.1572 396.3656 C 390.7243 398.73 388.8592 410.0036 380.3531 407.6392 c 371.8469 405.2749 358.1273 404.4868 349.0724 406.0631 c 340.0174 407.6392 325.7491 400.5462 325.2003 399.4954 c 321.6607 392.7178 321.3588 407.3766 315.871 411.8426 c 310.3832 416.3086 320.5357 432.0711 332.0601 428.3931 c f 0.3451 0.5451 0.7412 0.1294 k 0.7321 w 332.1386 428.3308 m 343.6049 424.6715 377.1927 419.3868 377.4656 439.2516 C 381.0147 432.9785 391.6787 428.3552 397.9578 431.7532 c 404.237 435.151 425.2584 442.7311 422.8012 426.5255 c 420.3443 410.3201 437.7737 413.2119 433.6786 421.3147 C 436.9546 417.1327 438.8403 403.0669 430.6501 402.5442 c 422.4599 402.0214 421.3766 387.7684 423.8337 381.4951 c 426.2907 375.2221 414.9096 366.5059 414.3636 375.9155 c 413.8176 385.3252 408.8534 404.8068 400.1172 403.2385 c 391.381 401.6701 399.3745 398.3531 387.0893 396.7848 C 390.6384 399.1372 388.6509 410.0343 380.1877 407.6818 c 371.7245 405.3295 358.0742 404.5453 349.065 406.1136 c 340.0558 407.6818 325.8596 400.6246 325.3135 399.5791 c 321.7918 392.8358 321.4913 407.4205 316.0314 411.864 c 310.5712 416.3074 320.6724 431.9902 332.1386 428.3308 c f 0.3372 0.5372 0.7471 0.1265 k 0.7242 w 332.2172 428.2686 m 343.6253 424.6278 377.2455 419.3615 377.5172 439.1255 C 381.0483 432.8842 391.7818 428.3351 398.029 431.7158 c 404.2763 435.0965 425.191 442.638 422.7464 426.5148 c 420.3019 410.3915 437.7576 413.1166 433.6833 421.1782 C 436.9427 417.0173 438.7746 403.1076 430.626 402.5875 c 422.4774 402.0674 421.32 387.8273 423.7647 381.5861 c 426.2092 375.3449 414.9389 366.9689 414.3957 376.3308 c 413.8525 385.6926 408.5425 404.8639 399.8507 403.3036 c 391.1589 401.7432 399.2443 398.7643 387.0213 397.2039 C 390.5525 399.5444 388.4427 410.0648 380.0223 407.7244 c 371.6022 405.384 358.0211 404.6038 349.0576 406.1642 c 340.0941 407.7244 325.97 400.7029 325.4267 399.6628 c 321.9229 392.9537 321.6241 407.4644 316.1917 411.8852 c 310.7593 416.3061 320.8092 431.9093 332.2172 428.2686 c f 0.3294 0.5294 0.7529 0.1235 k 0.7163 w 332.2958 428.2063 m 343.6457 424.5842 377.2986 419.3362 377.5688 438.9993 C 381.0818 432.7898 391.8848 428.315 398.1002 431.6784 c 404.3156 435.0419 425.1237 442.5449 422.6915 426.5039 c 420.2595 410.4629 437.7416 413.0212 433.688 421.0416 C 436.9309 416.902 438.7089 403.1482 430.602 402.6307 c 422.4948 402.1133 421.2636 387.8865 423.6957 381.677 c 426.1279 375.4676 414.9683 367.4318 414.4278 376.7459 c 413.8873 386.06 408.2317 404.921 399.5842 403.3687 c 390.9367 401.8163 399.114 399.1755 386.9535 397.6231 C 390.4665 399.9517 388.2343 410.0956 379.8571 407.7669 c 371.4798 405.4385 357.968 404.6623 349.0503 406.2146 c 340.1326 407.7669 326.0804 400.7814 325.54 399.7464 c 322.054 393.0717 321.7566 407.5082 316.352 411.9066 c 310.9473 416.3049 320.946 431.8285 332.2958 428.2063 c f 0.3216 0.5216 0.7588 0.1206 k 0.7084 w 332.3744 428.1441 m 343.6661 424.5404 377.3516 419.3108 377.6204 438.8732 C 381.1154 432.6955 391.9879 428.2949 398.1714 431.6412 c 404.3549 434.9873 425.0563 442.4518 422.6367 426.4931 c 420.2171 410.5344 437.7254 412.9258 433.6927 420.905 C 436.9189 416.7867 438.6434 403.1888 430.5778 402.6741 c 422.5123 402.1593 421.207 387.9456 423.6268 381.768 c 426.0465 375.5903 414.9976 367.8947 414.4599 377.1611 c 413.9222 386.4275 407.9208 404.9782 399.3176 403.4338 c 390.7145 401.8893 398.9838 399.5867 386.8856 398.0423 C 390.3806 400.3589 388.0259 410.1262 379.6917 407.8095 c 371.3574 405.493 357.9149 404.7208 349.0429 406.2651 c 340.171 407.8095 326.1909 400.8598 325.6531 399.8302 c 322.185 393.1895 321.8893 407.5522 316.5123 411.9279 c 311.1353 416.3037 321.0827 431.7476 332.3744 428.1441 c f 0.3137 0.5137 0.7647 0.1176 k 0.7005 w 332.4529 428.0818 m 343.6864 424.4968 377.4046 419.2856 377.672 438.747 C 381.149 432.6013 392.0911 428.2748 398.2427 431.6037 c 404.3943 434.9326 424.9889 442.3587 422.5817 426.4822 c 420.1746 410.6058 437.7094 412.8303 433.6974 420.7686 C 436.907 416.6713 438.5777 403.2295 430.5537 402.7174 c 422.5298 402.2052 421.1506 388.0047 423.5578 381.8589 c 425.965 375.7132 415.0269 368.3577 414.492 377.5763 c 413.957 386.7949 407.61 405.0354 399.0512 403.4989 c 390.4924 401.9625 398.8535 399.9979 386.8177 398.4614 C 390.2947 400.7661 387.8177 410.1567 379.5263 407.852 c 371.235 405.5476 357.8618 404.7793 349.0356 406.3157 c 340.2093 407.852 326.3013 400.9382 325.7664 399.9139 c 322.3161 393.3074 322.0218 407.596 316.6726 411.9493 c 311.3235 416.3024 321.2195 431.6668 332.4529 428.0818 c f 0.3059 0.5059 0.7706 0.1147 k 0.6925 w 332.5315 428.0196 m 343.7067 424.4531 377.4575 419.2602 377.7236 438.6209 C 381.1826 432.5069 392.1942 428.2547 398.3139 431.5664 c 404.4336 434.8781 424.9215 442.2657 422.5268 426.4714 c 420.1322 410.6773 437.6933 412.7349 433.7021 420.6319 C 436.895 416.556 438.512 403.2701 430.5297 402.7605 c 422.5473 402.2511 421.0942 388.0639 423.4888 381.9498 c 425.8835 375.836 415.0562 368.8207 414.524 377.9915 c 413.9918 387.1623 407.2992 405.0925 398.7846 403.564 c 390.2702 402.0355 398.7232 400.409 386.7498 398.8806 C 390.2088 401.1734 387.6094 410.1874 379.361 407.8946 c 371.1127 405.602 357.8088 404.8378 349.0282 406.3662 c 340.2477 407.8946 326.4118 401.0165 325.8796 399.9976 c 322.4472 393.4254 322.1545 407.64 316.833 411.9707 c 311.5115 416.3012 321.3563 431.586 332.5315 428.0196 c f 0.298 0.498 0.7765 0.1118 k 0.6846 w 332.61 427.9573 m 343.7271 424.4094 377.5105 419.2349 377.7752 438.4948 C 381.2162 432.4127 392.2973 428.2346 398.3851 431.5291 c 404.4729 434.8235 424.8542 442.1726 422.4719 426.4606 c 420.0898 410.7487 437.6772 412.6395 433.7068 420.4954 C 436.883 416.4407 438.4463 403.3108 430.5056 402.8038 c 422.5648 402.297 421.0376 388.1228 423.4198 382.0408 c 425.8021 375.9588 415.0856 369.2837 414.5562 378.4067 c 414.0267 387.5297 406.9883 405.1496 398.5182 403.6291 c 390.0481 402.1086 398.593 400.8203 386.6818 399.2998 C 390.1229 401.5805 387.4011 410.218 379.1957 407.9373 c 370.9903 405.6565 357.7557 404.8962 349.0209 406.4167 c 340.2861 407.9373 326.5221 401.0949 325.9928 400.0813 c 322.5783 393.5433 322.2871 407.6838 316.9932 411.992 c 311.6995 416.3 321.493 431.5052 332.61 427.9573 c f 0.2902 0.4902 0.7823 0.1088 k 0.6767 w 332.6885 427.8951 m 343.7474 424.3657 377.5635 419.2096 377.8267 438.3686 C 381.2498 432.3184 392.4003 428.2144 398.4563 431.4917 c 404.5123 434.7689 424.7869 442.0796 422.417 426.4499 c 420.0473 410.8201 437.6611 412.5441 433.7115 420.3588 C 436.8712 416.3253 438.3806 403.3513 430.4815 402.8471 c 422.5822 402.343 420.9812 388.182 423.3508 382.1318 c 425.7207 376.0815 415.1149 369.7465 414.5883 378.8219 c 414.0616 387.8972 406.6774 405.2068 398.2516 403.6943 c 389.8259 402.1816 398.4627 401.2315 386.614 399.7189 C 390.0369 401.9877 387.1928 410.2486 379.0304 407.9798 c 370.8679 405.7111 357.7026 404.9548 349.0135 406.4673 c 340.3244 407.9798 326.6326 401.1732 326.106 400.1649 c 322.7094 393.6613 322.4196 407.7277 317.1535 412.0133 c 311.8875 416.2989 321.6299 431.4243 332.6885 427.8951 c f 0.2823 0.4823 0.7882 0.1059 k 0.6688 w 332.7671 427.8328 m 343.7678 424.322 377.6164 419.1843 377.8783 438.2425 C 381.2834 432.224 392.5034 428.1944 398.5275 431.4544 c 404.5516 434.7142 424.7194 441.9864 422.3622 426.4391 c 420.005 410.8916 437.645 412.4486 433.7162 420.2223 C 436.8593 416.21 438.315 403.3919 430.4574 402.8904 c 422.5997 402.3889 420.9246 388.241 423.2819 382.2227 c 425.6392 376.2044 415.1442 370.2095 414.6203 379.237 c 414.0965 388.2646 406.3665 405.264 397.9851 403.7594 c 389.6038 402.2548 398.3325 401.6427 386.546 400.1381 C 389.951 402.395 386.9845 410.2793 378.8651 408.0224 c 370.7455 405.7655 357.6495 405.0132 349.0062 406.5178 c 340.3628 408.0224 326.7431 401.2517 326.2191 400.2486 c 322.8405 393.7791 322.5523 407.7715 317.3139 412.0346 c 312.0756 416.2976 321.7666 431.3435 332.7671 427.8328 c f 0.2745 0.4745 0.7941 0.1029 k 0.6609 w 332.8457 427.7706 m 343.7881 424.2783 377.6694 419.159 377.9299 438.1164 C 381.317 432.1297 392.6064 428.1743 398.5987 431.417 c 404.591 434.6597 424.6521 441.8934 422.3072 426.4282 c 419.9625 410.9631 437.6289 412.3532 433.7209 420.0857 C 436.8473 416.0948 438.2494 403.4326 430.4333 402.9337 c 422.6172 402.4348 420.8682 388.3002 423.213 382.3136 c 425.5578 376.3271 415.1735 370.6725 414.6525 379.6522 c 414.1313 388.632 406.0558 405.3211 397.7187 403.8245 c 389.3816 402.3278 398.2022 402.0539 386.4781 400.5573 C 389.8651 402.8022 386.7762 410.3098 378.6997 408.0649 c 370.6231 405.82 357.5964 405.0717 348.9988 406.5683 c 340.4013 408.0649 326.8535 401.3301 326.3324 400.3323 c 322.9716 393.897 322.6848 407.8154 317.4742 412.0559 c 312.2636 416.2964 321.9034 431.2627 332.8457 427.7706 c f 0.2667 0.4667 0.8 0.1 k 0.653 w 332.9243 427.7083 m 343.8085 424.2347 377.7224 419.1337 377.9815 437.9902 C 381.3506 432.0354 392.7095 428.1542 398.6699 431.3797 c 404.6303 434.6051 424.5847 441.8003 422.2524 426.4174 c 419.9201 411.0345 437.6128 412.2577 433.7255 419.9492 C 436.8354 415.9794 438.1837 403.4732 430.4092 402.9769 c 422.6347 402.4807 420.8116 388.3592 423.144 382.4045 c 425.4763 376.4498 415.2029 371.1354 414.6845 380.0675 c 414.1662 388.9994 405.745 405.3783 397.4522 403.8896 c 389.1594 402.401 398.0719 402.4651 386.4103 400.9764 C 389.7792 403.2095 386.568 410.3405 378.5343 408.1075 c 370.5008 405.8745 357.5433 405.1301 348.9915 406.6188 c 340.4396 408.1075 326.9639 401.4085 326.4455 400.416 c 323.1027 394.0149 322.8175 407.8594 317.6346 412.0772 c 312.4516 416.2951 322.0401 431.1819 332.9243 427.7083 c f 0.2588 0.4588 0.8059 0.0971 k 0.645 w 333.0028 427.6461 m 343.8289 424.191 377.7754 419.1084 378.0332 437.864 C 381.3841 431.9412 392.8126 428.1341 398.7412 431.3423 c 404.6696 434.5504 424.5174 441.7071 422.1975 426.4066 c 419.8776 411.1059 437.5967 412.1624 433.7303 419.8126 C 436.8234 415.864 438.118 403.5138 430.3852 403.0202 c 422.6522 402.5267 420.7552 388.4184 423.0751 382.4954 c 425.3949 376.5726 415.2322 371.5984 414.7166 380.4826 c 414.2011 389.3668 405.4341 405.4354 397.1857 403.9548 c 388.9373 402.474 397.9417 402.8763 386.3423 401.3955 C 389.6932 403.6167 386.3597 410.3711 378.369 408.15 c 370.3784 405.929 357.4903 405.1887 348.9841 406.6694 c 340.478 408.15 327.0744 401.4868 326.5589 400.4997 c 323.2337 394.1329 322.95 407.9033 317.7949 412.0987 c 312.6398 416.2939 322.177 431.101 333.0028 427.6461 c f 0.251 0.451 0.8118 0.0941 k 0.6372 w 333.0814 427.5838 m 343.8493 424.1473 377.8283 419.0831 378.0848 437.7379 C 381.4177 431.8468 392.9157 428.1139 398.8124 431.305 c 404.7089 434.4958 424.45 441.6142 422.1426 426.3957 c 419.8353 411.1773 437.5806 412.0669 433.7349 419.6761 C 436.8115 415.7488 438.0523 403.5544 430.3611 403.0636 c 422.6696 402.5726 420.6986 388.4774 423.0061 382.5864 c 425.3135 376.6955 415.2615 372.0612 414.7486 380.8977 c 414.236 389.7342 405.1232 405.4926 396.9192 404.0198 c 388.7151 402.5471 397.8114 403.2875 386.2744 401.8147 C 389.6074 404.0239 386.1514 410.4017 378.2037 408.1926 c 370.256 405.9835 357.4372 405.2471 348.9768 406.7199 c 340.5163 408.1926 327.1848 401.5652 326.672 400.5834 c 323.3648 394.2508 323.0827 407.9471 317.9552 412.12 c 312.8278 416.2926 322.3137 431.0202 333.0814 427.5838 c f 0.2431 0.4431 0.8176 0.0912 k 0.6292 w 333.1599 427.5216 m 343.8696 424.1037 377.8814 419.0577 378.1364 437.6118 C 381.4513 431.7526 393.0188 428.0938 398.8835 431.2676 c 404.7484 434.4413 424.3826 441.5211 422.0876 426.385 c 419.7928 411.2489 437.5645 411.9715 433.7396 419.5395 C 436.7996 415.6334 437.9867 403.595 430.337 403.1068 c 422.6871 402.6185 420.6421 388.5365 422.9371 382.6773 c 425.232 376.8182 415.2908 372.5242 414.7808 381.3129 c 414.2708 390.1016 404.8123 405.5498 396.6527 404.085 c 388.493 402.6201 397.6811 403.6987 386.2066 402.2338 C 389.5215 404.4311 385.943 410.4323 378.0383 408.2352 c 370.1337 406.038 357.3841 405.3056 348.9694 406.7704 c 340.5547 408.2352 327.2952 401.6437 326.7853 400.6671 c 323.496 394.3688 323.2153 407.991 318.1156 412.1412 c 313.0158 416.2914 322.4504 430.9394 333.1599 427.5216 c f 0.2353 0.4353 0.8235 0.0882 k 0.6213 w 333.2385 427.4593 m 343.89 424.0599 377.9344 419.0325 378.188 437.4856 C 381.4849 431.6582 393.1219 428.0738 398.9547 431.2303 c 404.7877 434.3866 424.3152 441.428 422.0327 426.3742 c 419.7504 411.3203 437.5484 411.876 433.7443 419.403 C 436.7876 415.5181 437.921 403.6357 430.3129 403.1501 c 422.7046 402.6644 420.5856 388.5956 422.8681 382.7683 c 425.1505 376.941 415.3201 372.9871 414.8129 381.7281 c 414.3057 390.4691 404.5016 405.607 396.3861 404.1501 c 388.2708 402.6933 397.5509 404.1099 386.1386 402.6531 C 389.4355 404.8383 385.7348 410.4629 377.873 408.2777 c 370.0113 406.0925 357.331 405.3641 348.962 406.821 c 340.5931 408.2777 327.4057 401.722 326.8984 400.7508 c 323.627 394.4866 323.348 408.035 318.2759 412.1626 c 313.2038 416.2903 322.5872 430.8585 333.2385 427.4593 c f 0.2274 0.4274 0.8294 0.0853 k 0.6134 w 333.3171 427.3971 m 343.9103 424.0163 377.9873 419.0071 378.2396 437.3595 C 381.5184 431.564 393.2249 428.0536 399.026 431.1929 c 404.827 434.332 424.2479 441.3349 421.9778 426.3633 c 419.708 411.3917 437.5323 411.7807 433.749 419.2665 C 436.7756 415.4027 437.8553 403.6762 430.2888 403.1933 c 422.7221 402.7104 420.5291 388.6547 422.7992 382.8592 c 425.0691 377.0638 415.3494 373.4501 414.845 382.1433 c 414.3405 390.8365 404.1907 405.6641 396.1197 404.2152 c 388.0487 402.7663 397.4206 404.5211 386.0707 403.0722 C 389.3496 405.2456 385.5265 410.4936 377.7077 408.3203 c 369.8889 406.147 357.2779 405.4225 348.9547 406.8715 c 340.6315 408.3203 327.5161 401.8004 327.0117 400.8345 c 323.7581 394.6046 323.4805 408.0788 318.4362 412.1839 c 313.3919 416.289 322.7239 430.7777 333.3171 427.3971 c f 0.2196 0.4196 0.8353 0.0823 k 0.6055 w 333.3957 427.3348 m 343.9308 423.9726 378.0403 418.9819 378.2911 437.2333 C 381.552 431.4696 393.328 428.0335 399.0972 431.1556 c 404.8663 434.2775 424.1806 441.2418 421.9229 426.3525 c 419.6656 411.4632 437.5163 411.6852 433.7537 419.1299 C 436.7637 415.2875 437.7898 403.7169 430.2647 403.2366 c 422.7396 402.7563 420.4727 388.7138 422.7302 382.9502 c 424.9877 377.1865 415.3787 373.9131 414.8771 382.5585 c 414.3754 391.2039 403.8798 405.7211 395.8531 404.2803 c 387.8265 402.8394 397.2904 404.9323 386.0028 403.4913 C 389.2637 405.6528 385.3183 410.5242 377.5423 408.3628 c 369.7665 406.2015 357.2248 405.4811 348.9473 406.9219 c 340.6698 408.3628 327.6266 401.8788 327.1248 400.9182 c 323.8891 394.7226 323.6132 408.1226 318.5965 412.2053 c 313.5799 416.2878 322.8607 430.6969 333.3957 427.3348 c f 0.2118 0.4118 0.8412 0.0794 k 0.5975 w 333.4742 427.2725 m 343.9511 423.929 378.0933 418.9565 378.3428 437.1071 C 381.5856 431.3754 393.4311 428.0134 399.1684 431.1182 c 404.9057 434.2229 424.1131 441.1488 421.868 426.3417 c 419.6231 411.5346 437.5001 411.5898 433.7584 418.9933 C 436.7518 415.1721 437.7241 403.7576 430.2406 403.2799 c 422.7571 402.8022 420.4161 388.7729 422.6612 383.041 c 424.9063 377.3093 415.408 374.376 414.9092 382.9737 c 414.4102 391.5714 403.569 405.7784 395.5867 404.3455 c 387.6043 402.9124 397.1601 405.3435 385.9349 403.9106 C 389.1777 406.06 385.1099 410.5548 377.3771 408.4054 c 369.6441 406.256 357.1717 405.5395 348.94 406.9725 c 340.7082 408.4054 327.737 401.9571 327.2381 401.0019 c 324.0203 394.8405 323.7457 408.1666 318.7568 412.2265 c 313.7679 416.2866 322.9975 430.6161 333.4742 427.2725 c f 0.2039 0.4039 0.8471 0.0765 k 0.5897 w 333.5528 427.2102 m 343.9715 423.8853 378.1463 418.9313 378.3944 436.981 C 381.6192 431.2811 393.5342 427.9934 399.2396 431.0808 c 404.945 434.1682 424.0458 441.0557 421.8132 426.3309 c 419.5808 411.6061 437.4841 411.4943 433.7631 418.8567 C 436.7399 415.0567 437.6584 403.7982 430.2165 403.3231 c 422.7746 402.8482 420.3598 388.8321 422.5923 383.132 c 424.8249 377.4321 415.4374 374.8389 414.9412 383.3888 c 414.4451 391.9387 403.2582 405.8355 395.3202 404.4106 c 387.3822 402.9855 397.0298 405.7548 385.867 404.3298 C 389.0918 406.4672 384.9015 410.5855 377.2117 408.4479 c 369.5218 406.3105 357.1187 405.598 348.9326 407.023 c 340.7466 408.4479 327.8474 402.0355 327.3512 401.0856 c 324.1514 394.9584 323.8784 408.2104 318.9172 412.248 c 313.956 416.2853 323.1343 430.5352 333.5528 427.2102 c f 0.1961 0.3961 0.8529 0.0735 k 0.5817 w 333.6313 427.148 m 343.9918 423.8416 378.1992 418.9059 378.446 436.8549 C 381.6528 431.1868 393.6373 427.9733 399.3108 431.0435 c 404.9843 434.1137 423.9784 440.9627 421.7583 426.32 c 419.5383 411.6775 437.468 411.3989 433.7678 418.7202 C 436.728 414.9414 437.5927 403.8388 430.1924 403.3664 c 422.7921 402.8941 420.3032 388.8911 422.5233 383.2229 c 424.7434 377.5549 415.4667 375.3019 414.9734 383.8041 c 414.4799 392.3062 402.9473 405.8927 395.0537 404.4756 c 387.1601 403.0587 396.8996 406.1659 385.7991 404.7489 C 389.006 406.8745 384.6933 410.616 377.0463 408.4905 c 369.3995 406.365 357.0656 405.6565 348.9253 407.0735 c 340.785 408.4905 327.9579 402.114 327.4646 401.1692 c 324.2825 395.0763 324.011 408.2543 319.0776 412.2693 c 314.1441 416.2841 323.271 430.4545 333.6313 427.148 c f 0.1882 0.3882 0.8588 0.0706 k 0.5738 w 333.71 427.0857 m 344.0121 423.7978 378.2522 418.8806 378.4975 436.7287 C 381.6863 431.0924 393.7404 427.9531 399.382 431.0062 c 405.0237 434.0591 423.9111 440.8695 421.7034 426.3092 c 419.4959 411.7489 437.4519 411.3034 433.7725 418.5836 C 436.7159 414.8262 437.527 403.8794 430.1683 403.4097 c 422.8096 402.94 420.2467 388.9502 422.4543 383.3139 c 424.662 377.6776 415.496 375.7649 415.0054 384.2193 c 414.5148 392.6736 402.6365 405.9499 394.7873 404.5408 c 386.9379 403.1317 396.7693 406.5772 385.7312 405.1681 C 388.9201 407.2816 384.485 410.6467 376.881 408.5331 c 369.2771 406.4195 357.0125 405.715 348.9179 407.1241 c 340.8234 408.5331 328.0683 402.1923 327.5777 401.2529 c 324.4135 395.1941 324.1436 408.2982 319.2378 412.2906 c 314.332 416.283 323.4078 430.3736 333.71 427.0857 c f 0.1804 0.3804 0.8647 0.0676 k 0.5659 w 333.7885 427.0236 m 344.0325 423.7542 378.3052 418.8553 378.5491 436.6026 C 381.7199 430.9981 393.8435 427.933 399.4532 430.9688 c 405.0631 434.0045 423.8437 440.7765 421.6485 426.2984 c 419.4535 411.8204 437.4358 411.208 433.7771 418.4471 C 436.7041 414.7108 437.4615 403.9201 430.1442 403.453 c 422.827 402.9859 420.1902 389.0093 422.3854 383.4048 c 424.5805 377.8005 415.5253 376.2278 415.0375 384.6344 c 414.5497 393.041 402.3256 406.007 394.5207 404.6059 c 386.7158 403.2047 396.639 406.9883 385.6633 405.5873 C 388.8341 407.6889 384.2767 410.6774 376.7157 408.5756 c 369.1547 406.4741 356.9594 405.7735 348.9106 407.1746 c 340.8617 408.5756 328.1787 402.2707 327.6909 401.3366 c 324.5447 395.3121 324.2762 408.3421 319.3982 412.3119 c 314.5202 416.2817 323.5445 430.2928 333.7885 427.0236 c f 0.1725 0.3725 0.8706 0.0647 k 0.558 w 333.8671 426.9612 m 344.0528 423.7105 378.3582 418.83 378.6007 436.4764 C 381.7535 430.9038 393.9466 427.913 399.5245 430.9315 c 405.1024 433.9499 423.7763 440.6834 421.5936 426.2876 c 419.411 411.8918 437.4197 411.1127 433.7819 418.3105 C 436.6922 414.5955 437.3958 403.9607 430.1202 403.4963 c 422.8446 403.0319 420.1337 389.0684 422.3164 383.4958 c 424.4991 377.9232 415.5547 376.6907 415.0695 385.0495 c 414.5845 393.4084 402.0147 406.0641 394.2542 404.671 c 386.4936 403.2778 396.5088 407.3995 385.5955 406.0065 C 388.7482 408.0962 384.0684 410.7079 376.5504 408.6182 c 369.0322 406.5286 356.9063 405.832 348.9032 407.2251 c 340.9001 408.6182 328.2891 402.3491 327.8041 401.4203 c 324.6756 395.43 324.4088 408.386 319.5585 412.3332 c 314.7082 416.2804 323.6814 430.2119 333.8671 426.9612 c f 0.1647 0.3647 0.8765 0.0618 k 0.5501 w 333.9456 426.899 m 344.0732 423.6669 378.4112 418.8046 378.6524 436.3503 C 381.7871 430.8095 394.0497 427.8928 399.5956 430.894 c 405.1417 433.8953 423.7089 440.5902 421.5387 426.2768 c 419.3686 411.9633 437.4036 411.0173 433.7866 418.174 C 436.6802 414.4801 437.3301 404.0013 430.0961 403.5396 c 422.8621 403.0778 420.0772 389.1275 422.2474 383.5867 c 424.4177 378.0459 415.5839 377.1537 415.1017 385.4648 c 414.6194 393.7758 401.704 406.1213 393.9877 404.7361 c 386.2714 403.351 396.3785 407.8108 385.5275 406.4255 C 388.6623 408.5033 383.8601 410.7386 376.385 408.6607 c 368.9099 406.583 356.8533 405.8904 348.8958 407.2757 c 340.9385 408.6607 328.3996 402.4274 327.9173 401.504 c 324.8068 395.5479 324.5414 408.4299 319.7188 412.3546 c 314.8962 416.2793 323.8181 430.1311 333.9456 426.899 c f 0.1569 0.3569 0.8824 0.0588 k 0.5422 w 334.0242 426.8367 m 344.0935 423.6232 378.4642 418.7794 378.7039 436.2242 C 381.8206 430.7153 394.1528 427.8727 399.6669 430.8568 c 405.181 433.8407 423.6416 440.4972 421.4838 426.266 c 419.3262 412.0347 437.3875 410.9218 433.7912 418.0374 C 436.6683 414.3648 437.2644 404.0419 430.072 403.5828 c 422.8796 403.1238 420.0207 389.1866 422.1784 383.6776 c 424.3362 378.1688 415.6133 377.6167 415.1338 385.8799 c 414.6543 394.1433 401.3931 406.1785 393.7212 404.8013 c 386.0493 403.424 396.2483 408.2219 385.4595 406.8448 C 388.5763 408.9106 383.6518 410.7691 376.2197 408.7033 c 368.7875 406.6376 356.8001 405.949 348.8885 407.3262 c 340.9768 408.7033 328.51 402.5058 328.0305 401.5877 c 324.9379 395.6658 324.674 408.4738 319.8791 412.376 c 315.0842 416.278 323.9549 430.0502 334.0242 426.8367 c f 0.149 0.349 0.8882 0.0559 k 0.5342 w 334.1027 426.7745 m 344.1139 423.5795 378.5172 418.7541 378.7555 436.098 C 381.8542 430.6209 394.2559 427.8526 399.7381 430.8194 c 405.2204 433.7861 423.5743 440.4042 421.4289 426.2551 c 419.2838 412.1061 437.3714 410.8264 433.796 417.9009 C 436.6564 414.2495 437.1988 404.0825 430.0479 403.6262 c 422.8971 403.1696 419.9642 389.2456 422.1094 383.7686 c 424.2547 378.2916 415.6425 378.0796 415.1659 386.2951 c 414.6892 394.5106 401.0822 406.2356 393.4547 404.8664 c 385.8272 403.4971 396.118 408.6332 385.3917 407.2639 C 388.4905 409.3178 383.4435 410.7997 376.0543 408.7459 c 368.6651 406.6921 356.747 406.0074 348.8811 407.3767 c 341.0152 408.7459 328.6205 402.5843 328.1437 401.6714 c 325.0689 395.7838 324.8067 408.5177 320.0394 412.3973 c 315.2723 416.2767 324.0916 429.9694 334.1027 426.7745 c f 0.1412 0.3412 0.8941 0.0529 k 0.5264 w 334.1813 426.7122 m 344.1343 423.5358 378.5702 418.7288 378.8071 435.9719 C 381.8878 430.5266 394.3589 427.8325 399.8093 430.7821 c 405.2597 433.7315 423.5068 440.311 421.3741 426.2443 c 419.2413 412.1776 437.3553 410.731 433.8007 417.7643 C 436.6443 414.1342 437.1331 404.1231 430.0238 403.6693 c 422.9146 403.2156 419.9077 389.3047 422.0405 383.8595 c 424.1733 378.4143 415.672 378.5426 415.198 386.7103 c 414.724 394.8781 400.7714 406.2928 393.1882 404.9315 c 385.605 403.5702 395.9877 409.0443 385.3238 407.683 C 388.4046 409.725 383.2353 410.8305 375.8889 408.7884 c 368.5428 406.7465 356.694 406.0659 348.8737 407.4273 c 341.0536 408.7884 328.7309 402.6626 328.257 401.7551 c 325.2 395.9017 324.9393 408.5616 320.1998 412.4186 c 315.4604 416.2756 324.2284 429.8886 334.1813 426.7122 c f 0.1333 0.3333 0.9 0.05 k 0.5184 w 334.2599 426.65 m 344.1546 423.4922 378.6231 418.7035 378.8587 435.8457 C 381.9214 430.4323 394.462 427.8125 399.8805 430.7447 c 405.2991 433.6769 423.4395 440.218 421.3192 426.2335 c 419.1989 412.249 437.3392 410.6356 433.8053 417.6278 C 436.6325 414.0188 437.0675 404.1638 429.9997 403.7126 c 422.932 403.2615 419.8513 389.3639 421.9716 383.9505 c 424.0919 378.5371 415.7013 379.0055 415.23 387.1255 c 414.7589 395.2456 400.4606 406.35 392.9217 404.9966 c 385.3828 403.6432 395.8575 409.4555 385.256 408.1022 C 388.3186 410.1323 383.0269 410.8611 375.7237 408.831 c 368.4204 406.801 356.6409 406.1243 348.8664 407.4777 c 341.092 408.831 328.8414 402.741 328.3702 401.8388 c 325.3311 396.0197 325.0719 408.6054 320.3601 412.44 c 315.6483 416.2744 324.3652 429.8078 334.2599 426.65 c f 0.1255 0.3255 0.9059 0.0471 k 0.5105 w 334.3384 426.5877 m 344.175 423.4485 378.6762 418.6782 378.9103 435.7195 C 381.955 430.338 394.565 427.7923 399.9518 430.7073 c 405.3384 433.6223 423.3721 440.1249 421.2643 426.2227 c 419.1565 412.3205 437.3231 410.5401 433.8101 417.4912 C 436.6206 413.9035 437.0018 404.2043 429.9756 403.7559 c 422.9495 403.3074 419.7947 389.423 421.9026 384.0414 c 424.0105 378.6599 415.7306 379.4684 415.2622 387.5407 c 414.7938 395.6129 400.1498 406.4071 392.6552 405.0617 c 385.1607 403.7163 395.7272 409.8668 385.188 408.5214 C 388.2326 410.5394 382.8186 410.8916 375.5583 408.8736 c 368.298 406.8556 356.5877 406.1829 348.8591 407.5282 c 341.1303 408.8736 328.9518 402.8194 328.4834 401.9225 c 325.4622 396.1376 325.2045 408.6493 320.5204 412.4613 c 315.8364 416.2731 324.5019 429.727 334.3384 426.5877 c f 0.1176 0.3176 0.9118 0.0441 k 0.5026 w 334.417 426.5255 m 344.1954 423.4048 378.7291 418.6529 378.9619 435.5935 C 381.9886 430.2437 394.6682 427.7722 400.023 430.67 c 405.3777 433.5677 423.3048 440.0318 421.2094 426.212 c 419.1141 412.392 437.307 410.4447 433.8148 417.3546 C 436.6086 413.7882 436.9361 404.245 429.9516 403.7992 c 422.967 403.3534 419.7382 389.4821 421.8336 384.1324 c 423.9289 378.7827 415.7599 379.9313 415.2942 387.9559 c 414.8287 395.9804 399.8388 406.4642 392.3888 405.1268 c 384.9385 403.7894 395.5969 410.278 385.1201 408.9405 C 388.1468 410.9467 382.6103 410.9223 375.393 408.9162 c 368.1756 406.91 356.5347 406.2414 348.8517 407.5788 c 341.1687 408.9162 329.0623 402.8977 328.5966 402.0061 c 325.5933 396.2555 325.3371 408.6932 320.6807 412.4826 c 316.0245 416.2719 324.6388 429.6461 334.417 426.5255 c f 0.1098 0.3098 0.9176 0.0412 k 0.4947 w 334.4955 426.4632 m 344.2158 423.3611 378.7821 418.6275 379.0135 435.4673 C 382.0222 430.1495 394.7712 427.7521 400.0942 430.6327 c 405.4171 433.513 423.2374 439.9387 421.1544 426.2011 c 419.0716 412.4633 437.291 410.3493 433.8194 417.2181 C 436.5966 413.6729 436.8704 404.2856 429.9274 403.8425 c 422.9845 403.3993 419.6817 389.5412 421.7647 384.2232 c 423.8476 378.9054 415.7892 380.3943 415.3264 388.371 c 414.8635 396.3478 399.528 406.5213 392.1222 405.1919 c 384.7164 403.8625 395.4667 410.6892 385.0522 409.3597 C 388.0608 411.3539 382.402 410.9529 375.2277 408.9587 c 368.0533 406.9645 356.4817 406.2998 348.8444 407.6293 c 341.2071 408.9587 329.1726 402.9762 328.7098 402.0899 c 325.7243 396.3733 325.4697 408.7371 320.841 412.5039 c 316.2126 416.2707 324.7755 429.5653 334.4955 426.4632 c f 0.102 0.302 0.9235 0.0382 k 0.4867 w 334.5741 426.401 m 344.2362 423.3174 378.8351 418.6022 379.0651 435.3412 C 382.0558 430.0552 394.8743 427.732 400.1654 430.5953 c 405.4564 433.4584 423.17 439.8457 421.0995 426.1903 c 419.0293 412.5348 437.2748 410.2538 433.8242 417.0816 C 436.5847 413.5575 436.8048 404.3262 429.9034 403.8858 c 423.002 403.4453 419.6253 389.6003 421.6957 384.3142 c 423.7662 379.0282 415.8185 380.8572 415.3585 388.7862 c 414.8983 396.7153 399.2172 406.5786 391.8557 405.2571 c 384.4943 403.9356 395.3364 411.1004 384.9843 409.7789 C 387.9749 411.7611 382.1937 410.9835 375.0623 409.0012 c 367.9309 407.019 356.4286 406.3583 348.837 407.6798 c 341.2455 409.0012 329.2831 403.0546 328.823 402.1735 c 325.8555 396.4913 325.6024 408.781 321.0014 412.5253 c 316.4006 416.2694 324.9123 429.4844 334.5741 426.401 c f 0.0941 0.2941 0.9294 0.0353 k 0.4789 w 334.6527 426.3387 m 344.2565 423.2738 378.888 418.5769 379.1168 435.2151 C 382.0893 429.9608 394.9774 427.7119 400.2366 430.5579 c 405.4957 433.4039 423.1026 439.7526 421.0446 426.1794 c 418.9868 412.6063 437.2588 410.1584 433.8289 416.9449 C 436.5728 413.4421 436.7391 404.3669 429.8794 403.929 c 423.0195 403.4912 419.5687 389.6593 421.6268 384.4051 c 423.6847 379.151 415.8478 381.3202 415.3905 389.2015 c 414.9331 397.0826 398.9064 406.6357 391.5892 405.3222 c 384.2722 404.0086 395.2061 411.5116 384.9165 410.1981 C 387.8891 412.1683 381.9855 411.0142 374.8969 409.0438 c 367.8085 407.0735 356.3754 406.4167 348.8297 407.7303 c 341.2839 409.0438 329.3936 403.1329 328.9362 402.2572 c 325.9866 396.6092 325.735 408.8248 321.1618 412.5467 c 316.5886 416.2683 325.049 429.4036 334.6527 426.3387 c f 0.0863 0.2863 0.9353 0.0323 k 0.4709 w 334.7313 426.2764 m 344.2769 423.2301 378.941 418.5516 379.1683 435.0888 C 382.1229 429.8665 395.0805 427.6918 400.3078 430.5205 c 405.5351 433.3493 423.0353 439.6595 420.9897 426.1686 c 418.9444 412.6777 437.2427 410.063 433.8335 416.8085 C 436.5609 413.3269 436.6735 404.4075 429.8551 403.9723 c 423.0369 403.5371 419.5123 389.7184 421.5578 384.4961 c 423.6032 379.2738 415.8771 381.7831 415.4226 389.6166 c 414.968 397.45 398.5955 406.6929 391.3227 405.3873 c 384.0499 404.0817 395.0759 411.9227 384.8485 410.6172 C 387.8031 412.5756 381.7772 411.0447 374.7317 409.0864 c 367.6862 407.1281 356.3224 406.4753 348.8223 407.7808 c 341.3222 409.0864 329.5039 403.2113 329.0495 402.3409 c 326.1176 396.7272 325.8675 408.8688 321.3221 412.5679 c 316.7767 416.2671 325.1858 429.3227 334.7313 426.2764 c f 0.0784 0.2784 0.9412 0.0294 k 0.463 w 334.8098 426.2141 m 344.2972 423.1864 378.994 418.5262 379.2198 434.9627 C 382.1565 429.7722 395.1835 427.6717 400.3791 430.4832 c 405.5745 433.2947 422.9679 439.5665 420.9349 426.1578 c 418.902 412.7492 437.2265 409.9675 433.8383 416.6718 C 436.5489 413.2115 436.6078 404.4481 429.8312 404.0156 c 423.0544 403.5831 419.4558 389.7775 421.4888 384.587 c 423.5218 379.3966 415.9065 382.2461 415.4546 390.0318 c 415.0029 397.8175 398.2846 406.7501 391.0562 405.4524 c 383.8278 404.1548 394.9456 412.334 384.7805 411.0364 C 387.7171 412.9828 381.5689 411.0754 374.5663 409.129 c 367.5638 407.1825 356.2693 406.5338 348.815 407.8314 c 341.3606 409.129 329.6144 403.2896 329.1627 402.4246 c 326.2487 396.845 326.0001 408.9126 321.4824 412.5893 c 316.9646 416.2658 325.3226 429.242 334.8098 426.2141 c f 0.0706 0.2706 0.947 0.0265 k 0.4552 w 334.8884 426.1519 m 344.3176 423.1427 379.0471 418.501 379.2715 434.8366 C 382.1901 429.6779 395.2866 427.6516 400.4502 430.4459 c 405.6138 433.2401 422.9006 439.4733 420.88 426.1471 c 418.8596 412.8206 437.2105 409.8721 433.843 416.5353 C 436.537 413.0962 436.5421 404.4888 429.8071 404.0589 c 423.0719 403.629 419.3993 389.8366 421.4198 384.678 c 423.4404 379.5194 415.9358 382.7091 415.4868 390.447 c 415.0378 398.1849 397.9738 406.8072 390.7897 405.5175 c 383.6056 404.2279 394.8153 412.7452 384.7127 411.4556 C 387.6312 413.3901 381.3606 411.106 374.401 409.1715 c 367.4413 407.2371 356.2161 406.5922 348.8076 407.8819 c 341.399 409.1715 329.7249 403.368 329.2759 402.5083 c 326.3798 396.963 326.1327 408.9566 321.6427 412.6106 c 317.1527 416.2646 325.4593 429.1611 334.8884 426.1519 c f 0.0627 0.2628 0.9529 0.0235 k 0.4472 w 334.9669 426.0897 m 344.3379 423.099 379.1 418.4757 379.3231 434.7104 C 382.2236 429.5836 395.3897 427.6315 400.5215 430.4085 c 405.6531 433.1855 422.8332 439.3803 420.8251 426.1362 c 418.8171 412.8921 437.1944 409.7767 433.8476 416.3988 C 436.525 412.9809 436.4765 404.5293 429.783 404.1022 c 423.0894 403.6749 419.3428 389.8957 421.3508 384.7689 c 423.3589 379.6421 415.9651 383.172 415.5189 390.8622 c 415.0726 398.5523 397.663 406.8644 390.5232 405.5826 c 383.3834 404.3009 394.6851 413.1564 384.6448 411.8747 C 387.5454 413.7973 381.1523 411.1366 374.2357 409.214 c 367.319 407.2916 356.1631 406.6507 348.8002 407.9324 c 341.4374 409.214 329.8352 403.4465 329.3891 402.592 c 326.5109 397.0809 326.2653 409.0005 321.8031 412.6319 c 317.3408 416.2634 325.596 429.0803 334.9669 426.0897 c f 0.0549 0.2549 0.9588 0.0206 k 0.4393 w 335.0456 426.0274 m 344.3583 423.0553 379.153 418.4504 379.3747 434.5843 C 382.2572 429.4894 395.4928 427.6114 400.5926 430.3711 c 405.6924 433.1309 422.7658 439.2872 420.7702 426.1254 c 418.7747 412.9634 437.1783 409.6813 433.8524 416.2622 C 436.5131 412.8656 436.4108 404.57 429.7589 404.1454 c 423.1069 403.7208 419.2863 389.9547 421.2818 384.8598 c 423.2775 379.7649 415.9944 383.635 415.5509 391.2774 c 415.1075 398.9197 397.3522 406.9214 390.2568 405.6477 c 383.1613 404.374 394.5548 413.5676 384.5769 412.2939 C 387.4594 414.2044 380.944 411.1672 374.0703 409.2566 c 367.1967 407.346 356.11 406.7091 348.7929 407.983 c 341.4758 409.2566 329.9458 403.5249 329.5022 402.6757 c 326.642 397.1989 326.398 409.0443 321.9634 412.6532 c 317.5288 416.2621 325.7328 428.9995 335.0456 426.0274 c f 0.0471 0.2471 0.9647 0.0177 k 0.4314 w 335.1241 425.9651 m 344.3786 423.0117 379.206 418.425 379.4263 434.4581 C 382.2908 429.395 395.5959 427.5914 400.6638 430.3338 c 405.7318 433.0762 422.6985 439.1941 420.7153 426.1145 c 418.7323 413.0349 437.1622 409.5858 433.8571 416.1256 C 436.5012 412.7502 436.3451 404.6106 429.7348 404.1887 c 423.1244 403.7668 419.2298 390.0139 421.2129 384.9508 c 423.196 379.8877 416.0238 384.0979 415.5831 391.6925 c 415.1424 399.2872 397.0412 406.9787 389.9902 405.7129 c 382.9392 404.447 394.4246 413.9788 384.509 412.7131 C 387.3736 414.6117 380.7357 411.1978 373.9049 409.2992 c 367.0743 407.4006 356.057 406.7677 348.7855 408.0334 c 341.5142 409.2992 330.0562 403.6032 329.6155 402.7594 c 326.7731 397.3168 326.5306 409.0883 322.1237 412.6746 c 317.7168 416.2608 325.8696 428.9187 335.1241 425.9651 c f 0.0392 0.2392 0.9706 0.0147 k 0.4234 w 335.2027 425.9029 m 344.399 422.9681 379.259 418.3998 379.4779 434.332 C 382.3244 429.3007 395.699 427.5712 400.7351 430.2964 c 405.7711 433.0217 422.6311 439.1011 420.6604 426.1037 c 418.6898 413.1063 437.1461 409.4905 433.8617 415.9891 C 436.4893 412.6349 436.2794 404.6512 429.7107 404.232 c 423.1418 403.8127 419.1733 390.073 421.144 385.0417 c 423.1146 380.0104 416.0531 384.5609 415.6151 392.1077 c 415.1773 399.6545 396.7304 407.0358 389.7237 405.778 c 382.7171 404.5202 394.2943 414.39 384.4411 413.1322 C 387.2876 415.0189 380.5274 411.2285 373.7397 409.3418 c 366.9519 407.4551 356.0039 406.8262 348.7782 408.0839 c 341.5525 409.3418 330.1666 403.6816 329.7286 402.8431 c 326.9042 397.4347 326.6632 409.1321 322.284 412.696 c 317.9049 416.2597 326.0063 428.8378 335.2027 425.9029 c f 0.0314 0.2314 0.9765 0.0118 k 0.4156 w 335.2812 425.8406 m 344.4193 422.9244 379.3119 418.3744 379.5295 434.2059 C 382.358 429.2064 395.8021 427.5511 400.8062 430.2592 c 405.8105 432.9671 422.5637 439.008 420.6055 426.0929 c 418.6473 413.1778 437.13 409.3951 433.8665 415.8525 C 436.4774 412.5196 436.2139 404.6918 429.6866 404.2752 c 423.1593 403.8585 419.1168 390.1321 421.075 385.1326 c 423.0332 380.1332 416.0824 385.0238 415.6473 392.5228 c 415.2121 400.022 396.4195 407.093 389.4573 405.8431 c 382.4949 404.5932 394.164 414.8012 384.3732 413.5514 C 387.2016 415.4261 380.319 411.2591 373.5743 409.3843 c 366.8295 407.5096 355.9507 406.8847 348.7708 408.1344 c 341.5909 409.3843 330.277 403.7599 329.8419 402.9268 c 327.0353 397.5526 326.7959 409.176 322.4444 412.7173 c 318.093 416.2585 326.1432 428.7569 335.2812 425.8406 c f 0.0235 0.2235 0.9823 0.0088 k 0.4077 w 335.3597 425.7784 m 344.4397 422.8807 379.3649 418.3491 379.5811 434.0797 C 382.3915 429.1122 395.9052 427.5309 400.8775 430.2218 c 405.8498 432.9125 422.4963 438.915 420.5506 426.0821 c 418.605 413.2493 437.1139 409.2996 433.8712 415.7161 C 436.4654 412.4043 436.1482 404.7324 429.6625 404.3185 c 423.1768 403.9045 419.0603 390.1912 421.0061 385.2236 c 422.9517 380.2561 416.1117 385.4868 415.6794 392.9381 c 415.247 400.3894 396.1088 407.1501 389.1907 405.9083 c 382.2727 404.6664 394.0338 415.2124 384.3052 413.9705 C 387.1157 415.8334 380.1108 411.2897 373.4089 409.4269 c 366.7071 407.5641 355.8976 406.9431 348.7635 408.185 c 341.6292 409.4269 330.3875 403.8384 329.955 403.0104 c 327.1663 397.6705 326.9284 409.2198 322.6047 412.7386 c 318.281 416.2572 326.2799 428.6762 335.3597 425.7784 c f 0.0157 0.2157 0.9882 0.0059 k 0.3997 w 335.4383 425.7161 m 344.46 422.8369 379.4179 418.3238 379.6327 433.9536 C 382.4251 429.0178 396.0083 427.5108 400.9488 430.1844 c 405.8892 432.8578 422.429 438.8218 420.4957 426.0713 c 418.5625 413.3208 437.0978 409.2042 433.8758 415.5794 C 436.4535 412.289 436.0825 404.7731 429.6384 404.3618 c 423.1943 403.9505 419.0038 390.2503 420.9371 385.3145 c 422.8703 380.3788 416.141 385.9497 415.7114 393.3533 c 415.2818 400.7568 395.7979 407.2073 388.9242 405.9733 c 382.0505 404.7394 393.9035 415.6236 384.2374 414.3896 C 387.0299 416.2405 379.9024 411.3204 373.2436 409.4694 c 366.5848 407.6186 355.8446 407.0015 348.7561 408.2355 c 341.6676 409.4694 330.4979 403.9168 330.0684 403.0941 c 327.2974 397.7884 327.061 409.2638 322.7651 412.7599 c 318.469 416.256 326.4167 428.5953 335.4383 425.7161 c f 0.0078 0.2079 0.9941 0.0029 k 0.3919 w 335.5169 425.6539 m 344.4804 422.7933 379.4708 418.2985 379.6843 433.8275 C 382.4587 428.9235 396.1114 427.4908 401.0199 430.1471 c 405.9285 432.8033 422.3617 438.7288 420.4409 426.0605 c 418.5202 413.3922 437.0817 409.1087 433.8805 415.4429 C 436.4415 412.1736 436.0169 404.8137 429.6144 404.4051 c 423.2118 403.9963 418.9473 390.3094 420.8681 385.4054 c 422.7888 380.5016 416.1704 386.4127 415.7436 393.7684 c 415.3167 401.1242 395.4871 407.2644 388.6577 406.0384 c 381.8284 404.8125 393.7732 416.0348 384.1694 414.8088 C 386.9439 416.6478 379.6942 411.3509 373.0783 409.5119 c 366.4624 407.6731 355.7915 407.0601 348.7487 408.286 c 341.7061 409.5119 330.6083 403.9952 330.1815 403.1778 c 327.4284 397.9064 327.1937 409.3077 322.9254 412.7812 c 318.6571 416.2548 326.5534 428.5145 335.5169 425.6539 c f U 0 0.2 1 0 k 0.3839 w 330.2949 403.2616 m 327.5597 398.0243 327.3264 409.3515 323.0857 412.8026 c 318.8452 416.2535 326.6904 428.4337 335.5955 425.5916 c 344.5009 422.7496 379.5239 418.2731 379.7359 433.7012 C 382.4924 428.8291 396.2145 427.4706 401.0912 430.1097 c 405.9678 432.7486 422.2942 438.6357 420.3859 426.0497 c 418.4776 413.4636 437.0657 409.0133 433.8852 415.3062 C 436.4296 412.0582 435.9512 404.8544 429.5902 404.4484 c 423.2293 404.0424 418.8907 390.3685 420.7991 385.4964 c 422.7073 380.6245 416.1997 386.876 415.7756 394.1839 c 415.3515 401.4919 395.176 407.3217 388.3911 406.1036 c 381.6061 404.8856 393.6429 416.4464 384.1016 415.2283 C 386.8579 417.0553 379.4858 411.3816 372.9129 409.5546 c 366.3399 407.7276 355.7384 407.1186 348.7414 408.3366 c 341.7444 409.5546 330.7189 404.0736 330.2949 403.2616 c f U 0.75 g 0.7875 w 33.1695 214.3855 m 56.6767 226.0911 91.1281 209.2443 108.7761 176.7577 c 115.3941 164.5752 116.4703 149.8411 116.9809 138.1675 c 33.1566 138.0731 l 33.1695 214.3855 l f 0 g 66.2119 155.5625 m F 0.5906 w 97.384 138.0398 m 97.0011 146.7949 97.0094 156.4922 92.0459 165.6291 c 78.8099 189.994 50.7423 202.4209 33.1118 193.6417 c 33.1566 138.0731 l 97.384 138.0398 l f 1 g 0.7875 w 77.5202 176.004 m 73.6317 176.8942 66.8642 178.086 66.4293 169.3413 c 65.9944 160.5966 66.2119 158.7228 55.9908 158.5146 c 45.7698 158.3063 40.5506 155.1833 39.8981 145.814 c 39.2458 136.4446 41.2029 139.9842 42.7252 145.814 c 44.2475 151.6437 47.292 155.3914 52.5113 155.1833 c 57.7306 154.9751 69.0389 152.893 69.2564 159.5556 c 69.4738 166.2182 67.9516 172.8808 71.8661 172.4645 c 75.7804 172.048 87.5237 173.7137 77.5202 176.004 c f 43.5951 223.8915 m 63.6022 245.1286 l 53.8161 222.6423 l 43.5951 223.8915 l f 66.6468 220.1438 m 86.2189 239.7153 l 76.8678 216.6043 l 66.6468 220.1438 l f 87.9587 209.9417 m 110.7929 229.9295 l 97.9622 203.6955 l 87.9587 209.9417 l f 107.7484 192.0359 m 131.8873 213.0648 l 116.0122 182.8748 l 107.7484 192.0359 l f 120.3615 172.6726 m 146.4577 189.9538 l 123.6235 151.4355 l 120.3615 172.6726 l f u 0.7226 w 92.1851 407.9436 m F 60.15 251.7648 m 140.4851 560.2396 L 124.2203 564.1223 L 43.8853 255.6475 L 60.15 251.7648 L f 60.15 251.7648 m 140.4851 560.2396 L 124.2203 564.1223 L 43.8853 255.6475 L 60.15 251.7648 L f U u 545.5543 463.5428 m 465.2192 155.068 L 482.2584 151.0005 L 562.5935 459.4753 L 545.5543 463.5428 L f 513.9064 307.2716 m F 545.5543 463.5428 m 465.2192 155.068 L 482.2584 151.0005 L 562.5935 459.4753 L 545.5543 463.5428 L f U U u u u *u 1 R 0 G 2 J 1 w 112.3192 663.9213 m 109.5288 653.5091 108.2063 642.0151 130.6604 640.5277 c 121.1861 647.5593 114.161 659.1885 119.162 677.8493 c 127.2435 708.0041 148.7434 721.1208 173.4893 721.1208 c 190.1218 721.1208 193.5489 708.6803 189.4901 693.5352 c 183.9454 672.8461 164.4479 647.0184 144.9844 639.9868 c 148.782 634.9835 156.3075 626.7349 163.8189 621.4612 c 163.9178 621.3259 164.0168 621.1907 163.9443 620.9203 c 163.5095 619.2976 159.6286 615.917 156.3832 615.917 c 155.7071 615.917 155.0672 616.0522 154.4998 616.4579 c 150.7622 619.1624 139.9773 630.3859 134.9627 635.3892 c 130.4181 634.5778 126.3879 634.1722 123.0073 634.1722 c 105.2931 634.1722 102.2327 644.4491 105.4218 656.3488 c 106.5814 660.676 111.8448 673.2517 113.8732 673.2517 c 115.3607 673.2517 113.9138 669.8711 112.3192 663.9213 c b 1 D 133.8148 680.5538 m 129.5023 664.4622 135.1028 652.5625 141.1505 644.8548 c 157.6559 650.9399 171.8548 671.629 176.3485 688.3967 c 179.9 701.6486 178.7063 712.3313 162.209 712.3313 c 147.6049 712.3313 137.7287 695.1579 133.8148 680.5538 c b *U *u 0 D 234.9738 644.8548 m 233.0152 643.0969 224.9997 635.3892 217.8329 635.3892 c 212.6944 635.3892 211.3503 641.4742 211.9885 646.8832 c 208.4213 642.1503 194.8422 633.3608 188.4867 633.3608 c 181.996 633.3608 185.475 646.3423 186.5454 651.3455 c 184.6231 649.7229 181.428 646.8832 179.0638 645.1253 c 178.5494 644.7196 177.9723 644.5844 177.4314 644.5844 c 176.3496 644.5844 175.4225 645.6662 175.8211 647.1536 c 176.0748 648.1002 176.9056 649.182 178.4125 650.2637 c 184.7469 654.7261 191.5649 663.5156 197.1447 676.7675 c 197.2172 677.038 198.0648 677.1732 199.1466 677.1732 c 202.5271 677.1732 208.8632 676.0914 208.7182 675.5505 c 203.5619 668.9246 198.9243 659.1885 197.0761 652.2921 c 195.8439 647.6945 195.8845 644.3139 197.9128 644.3139 c 204.2683 644.3139 214.9575 655.9431 219.0877 663.7861 c 219.4404 664.5974 220.3242 664.8679 221.2708 664.8679 c 223.2991 664.8679 225.6774 663.6509 225.5325 663.11 c 223.5393 655.6727 219.9516 642.2856 223.3321 642.2856 c 224.8558 642.4208 231.8858 647.965 233.9796 649.7229 C 234.9738 644.8548 L b *U *u 232.8546 648.8479 m 241.987 656.0501 267.1158 676.7322 286.7224 680.0129 c 286.8576 680.0129 287.1281 680.0129 287.669 680.0129 c 289.9678 680.0129 294.2657 678.3902 293.9396 677.1732 c 293.8671 676.9028 293.5242 676.6323 293.0823 676.4971 c 275.2512 670.0064 260.6362 661.893 251.5195 653.1034 c 248.2157 649.8581 246.4454 647.2888 245.6844 644.4491 c 245.177 642.556 245.8602 641.0686 248.0237 641.0686 c 258.3007 641.0686 274.9478 658.7828 282.5213 666.3553 c 283.8303 667.7076 285.7694 668.3837 287.5273 668.3837 c 289.9613 668.3837 291.934 667.1667 291.5353 665.6792 c 291.3904 665.1383 291.0739 664.4622 290.5498 663.5156 c 287.5041 657.701 282.9222 649.182 281.5813 644.1787 c 280.8927 641.6095 281.134 639.9868 282.8919 639.9868 c 286.6781 639.9868 295.0268 647.4241 299.2772 650.6694 c 299.7915 651.0751 300.2335 651.2103 300.7744 651.2103 c 301.7209 651.2103 302.45 650.399 302.0876 649.0467 c 301.7977 647.965 300.8944 646.6127 299.1073 644.99 c 294.0889 640.3924 284.4508 632.6847 277.1487 632.6847 c 272.8215 632.6847 268.5431 635.3892 270.1376 641.339 c 270.8986 644.1787 272.0919 646.6127 273.483 648.7763 c 267.6436 643.6378 254.9331 630.5211 240.7347 630.5211 c 236.1371 630.5211 231.4865 631.3325 233.1535 637.5528 c 234.2044 641.4742 236.255 644.5844 238.5397 647.5593 c 237.5109 646.7479 235.4766 644.9684 234.3488 644.2923 c B *U *u 297.3537 649.2433 m 306.8015 656.6586 333.061 678.3902 343.5246 683.123 c 344.6161 683.6639 345.4637 683.7991 346.1398 683.7991 c 348.1682 683.7991 348.3997 681.6356 347.5299 678.3902 c 345.428 670.5473 336.8176 656.0784 333.4749 650.6694 c 341.8598 658.2419 353.4662 668.2485 360.9035 668.2485 c 367.259 668.2485 368.7189 661.0816 368.0947 652.6978 c 367.543 644.5844 366.941 639.3107 368.9694 639.3107 c 372.2148 639.3107 378.7931 644.1787 385.8328 650.2637 c 386.3472 650.6694 386.9606 650.9399 387.5015 650.9399 c 388.5833 650.9399 389.4476 650.1285 389.049 648.6411 c 388.759 647.5593 387.8558 646.207 385.9334 644.5844 c 379.3091 639.0402 372.2597 632.4143 364.4167 632.4143 c 359.143 632.4143 358.4988 636.0653 357.3889 642.0151 c 356.5034 647.2888 355.9246 652.6978 350.2453 652.6978 c 337.9399 652.6978 329.4717 636.7414 323.0789 629.0337 c 321.6612 627.2758 318.5316 626.194 316.0976 626.194 c 313.934 626.194 312.2583 627.0053 312.7295 628.7632 c 312.9107 629.4393 313.616 631.062 314.1763 632.1438 c 316.9252 638.3641 325.647 655.267 327.2416 661.2168 c 327.604 662.5691 327.4157 663.3804 327.1453 663.3804 c 326.8748 663.3804 325.9548 662.9747 325.0347 662.5691 c 315.9331 658.3772 305.1379 649.8149 297.6925 643.7298 c B *U *u 385.9447 650.2637 m 398.7319 660.1351 410.6894 676.4971 413.3993 680.5538 c 415.6575 683.9344 417.7345 686.6388 420.1377 690.5603 c 418.9207 690.5603 417.5685 690.5603 415.9458 690.5603 c 410.5368 690.5603 403.5415 690.6955 398.2775 691.2364 c 396.6911 691.3717 396.4595 693.5352 397.0031 695.5636 c 397.5105 697.4567 398.694 699.3498 400.1814 699.3498 c 406.0323 699.4851 419.9603 699.4851 425.3692 699.4851 c 427.9536 704.0827 429.8424 707.5985 433.2673 713.8187 c 433.8277 714.9005 435.3249 715.4414 436.5419 715.4414 c 438.0293 715.4414 439.2004 714.7653 439.0192 714.0892 c 438.9467 713.8187 438.7655 713.1426 438.4491 712.4665 c 436.7848 708.2746 433.9997 701.9191 432.9417 699.4851 c 434.1587 699.4851 435.511 699.4851 437.1336 699.4851 c 438.7563 699.4851 438.5822 697.3215 437.9661 695.0227 c 437.3863 692.8591 436.3645 690.5603 435.1113 690.4251 c 433.4523 690.2899 430.8831 690.2899 428.8547 690.2899 c 421.7875 677.038 410.9972 650.399 408.5329 641.2038 c 407.9169 638.905 407.7984 637.9584 408.2041 637.9584 c 409.0154 637.9584 412.1185 639.4459 414.2751 640.9333 c 418.6871 643.773 423.9035 648.1002 426.2677 649.8581 c 427.0888 650.399 427.8374 650.6694 428.3783 650.6694 c 429.5953 650.6694 430.3244 649.8581 429.962 648.5058 c 429.7446 647.6945 429.049 646.6127 427.6411 645.3957 c 424.1031 642.2856 406.9373 627.6814 397.6069 627.6814 c 392.7389 627.6814 392.1282 629.4393 394.0489 636.6062 c 396.5857 646.0718 401.8101 656.484 405.2713 662.8395 c 400.4314 656.8897 392.7686 649.9933 386.253 644.8548 c B *U *u 425.0604 648.9705 m 434.1479 656.1374 459.2761 676.7675 478.6715 680.0129 c 478.8067 680.0129 479.0771 680.0129 479.618 680.0129 c 481.9168 680.0129 486.2148 678.3902 485.8886 677.1732 c 485.8161 676.9028 485.4732 676.6323 485.0313 676.4971 c 467.2002 670.0064 452.5853 661.893 443.4685 653.1034 c 440.1648 649.8581 438.3944 647.2888 437.6334 644.4491 c 437.1261 642.556 437.8092 641.0686 439.9728 641.0686 c 450.2498 641.0686 466.8968 658.7828 474.4704 666.3553 c 475.7793 667.7076 477.7184 668.3837 479.4763 668.3837 c 481.9104 668.3837 483.883 667.1667 483.4844 665.6792 c 483.3394 665.1383 483.023 664.4622 482.4989 663.5156 c 479.4531 657.701 474.8712 649.182 473.5303 644.1787 c 472.8418 641.6095 473.083 639.9868 474.8409 639.9868 c 478.6272 639.9868 486.9759 647.4241 491.2262 650.6694 c 491.7406 651.0751 492.1825 651.2103 492.7234 651.2103 c 493.67 651.2103 494.3991 650.399 494.0367 649.0467 c 493.7468 647.965 492.8435 646.6127 491.0564 644.99 c 486.038 640.3924 476.3998 632.6847 469.0977 632.6847 c 464.7706 632.6847 460.4921 635.3892 462.0867 641.339 c 462.8477 644.1787 464.0409 646.6127 465.4321 648.7763 c 459.5926 643.6378 446.8822 630.5211 432.6837 630.5211 c 428.0861 630.5211 423.4355 631.3325 425.1025 637.5528 c 426.1535 641.4742 428.204 644.5844 430.4887 647.5593 c 429.46 646.7479 428.3949 645.8014 427.2672 645.1253 c B *U U U u u *u 0 g 116.3192 662.4213 m 113.5288 652.0091 112.2063 640.5151 134.6604 639.0277 c 125.1861 646.0593 118.161 657.6885 123.162 676.3493 c 131.2435 706.5041 152.7434 719.6208 177.4893 719.6208 c 194.1218 719.6208 197.5489 707.1803 193.4901 692.0352 c 187.9454 671.3461 168.4479 645.5184 148.9844 638.4868 c 152.782 633.4835 160.3075 625.2349 167.8189 619.9612 c 167.9178 619.8259 168.0168 619.6907 167.9443 619.4203 c 167.5095 617.7976 163.6286 614.417 160.3832 614.417 c 159.7071 614.417 159.0672 614.5522 158.4998 614.9579 c 154.7622 617.6624 143.9773 628.8859 138.9627 633.8892 c 134.4181 633.0778 130.3879 632.6722 127.0073 632.6722 c 109.2931 632.6722 106.2327 642.9491 109.4218 654.8488 c 110.5814 659.176 115.8448 671.7517 117.8732 671.7517 c 119.3607 671.7517 117.9138 668.3711 116.3192 662.4213 c b 1 D 137.8148 679.0538 m 133.5023 662.9622 139.1028 651.0625 145.1505 643.3548 c 161.6559 649.4399 175.8548 670.129 180.3485 686.8967 c 183.9 700.1486 182.7063 710.8313 166.209 710.8313 c 151.6049 710.8313 141.7287 693.6579 137.8148 679.0538 c b *U *u 0 D 238.9738 643.3548 m 237.0152 641.5969 228.9997 633.8892 221.8329 633.8892 c 216.6944 633.8892 215.3503 639.9742 215.9885 645.3832 c 212.4213 640.6503 198.8422 631.8608 192.4867 631.8608 c 185.996 631.8608 189.475 644.8423 190.5454 649.8455 c 188.6231 648.2229 185.428 645.3832 183.0638 643.6253 c 182.5494 643.2196 181.9723 643.0844 181.4314 643.0844 c 180.3496 643.0844 179.4225 644.1662 179.8211 645.6536 c 180.0748 646.6002 180.9056 647.682 182.4125 648.7637 c 188.7469 653.2261 195.5649 662.0156 201.1447 675.2675 c 201.2172 675.538 202.0648 675.6732 203.1466 675.6732 c 206.5271 675.6732 212.8632 674.5914 212.7182 674.0505 c 207.5619 667.4246 202.9243 657.6885 201.0761 650.7921 c 199.8439 646.1945 199.8845 642.8139 201.9128 642.8139 c 208.2683 642.8139 218.9575 654.4431 223.0877 662.2861 c 223.4404 663.0974 224.3242 663.3679 225.2708 663.3679 c 227.2991 663.3679 229.6774 662.1509 229.5325 661.61 c 227.5393 654.1727 223.9516 640.7856 227.3321 640.7856 c 228.8558 640.9208 235.8858 646.465 237.9796 648.2229 C 238.9738 643.3548 L b *U *u 236.8546 647.3479 m 245.987 654.5501 271.1158 675.2322 290.7224 678.5129 c 290.8576 678.5129 291.1281 678.5129 291.669 678.5129 c 293.9678 678.5129 298.2657 676.8902 297.9396 675.6732 c 297.8671 675.4028 297.5242 675.1323 297.0823 674.9971 c 279.2512 668.5064 264.6362 660.393 255.5195 651.6034 c 252.2157 648.3581 250.4454 645.7888 249.6844 642.9491 c 249.177 641.056 249.8602 639.5686 252.0237 639.5686 c 262.3007 639.5686 278.9478 657.2828 286.5213 664.8553 c 287.8303 666.2076 289.7694 666.8837 291.5273 666.8837 c 293.9613 666.8837 295.934 665.6667 295.5353 664.1792 c 295.3904 663.6383 295.0739 662.9622 294.5498 662.0156 c 291.5041 656.201 286.9222 647.682 285.5813 642.6787 c 284.8927 640.1095 285.134 638.4868 286.8919 638.4868 c 290.6781 638.4868 299.0268 645.9241 303.2772 649.1694 c 303.7915 649.5751 304.2335 649.7103 304.7744 649.7103 c 305.7209 649.7103 306.45 648.899 306.0876 647.5467 c 305.7977 646.465 304.8944 645.1127 303.1073 643.49 c 298.0889 638.8924 288.4508 631.1847 281.1487 631.1847 c 276.8215 631.1847 272.5431 633.8892 274.1376 639.839 c 274.8986 642.6787 276.0919 645.1127 277.483 647.2763 c 271.6436 642.1378 258.9331 629.0211 244.7347 629.0211 c 240.1371 629.0211 235.4865 629.8325 237.1535 636.0528 c 238.2044 639.9742 240.255 643.0844 242.5397 646.0593 c 241.5109 645.2479 239.4766 643.4684 238.3488 642.7923 c B *U *u 301.3537 647.7433 m 310.8015 655.1586 337.061 676.8902 347.5246 681.623 c 348.6161 682.1639 349.4637 682.2991 350.1398 682.2991 c 352.1682 682.2991 352.3997 680.1356 351.5299 676.8902 c 349.428 669.0473 340.8176 654.5784 337.4749 649.1694 c 345.8598 656.7419 357.4662 666.7485 364.9035 666.7485 c 371.259 666.7485 372.7189 659.5816 372.0947 651.1978 c 371.543 643.0844 370.941 637.8107 372.9694 637.8107 c 376.2148 637.8107 382.7931 642.6787 389.8328 648.7637 c 390.3472 649.1694 390.9606 649.4399 391.5015 649.4399 c 392.5833 649.4399 393.4476 648.6285 393.049 647.1411 c 392.759 646.0593 391.8558 644.707 389.9334 643.0844 c 383.3091 637.5402 376.2597 630.9143 368.4167 630.9143 c 363.143 630.9143 362.4988 634.5653 361.3889 640.5151 c 360.5034 645.7888 359.9246 651.1978 354.2453 651.1978 c 341.9399 651.1978 333.4717 635.2414 327.0789 627.5337 c 325.6612 625.7758 322.5316 624.694 320.0976 624.694 c 317.934 624.694 316.2583 625.5053 316.7295 627.2632 c 316.9107 627.9393 317.616 629.562 318.1763 630.6438 c 320.9252 636.8641 329.647 653.767 331.2416 659.7168 c 331.604 661.0691 331.4157 661.8804 331.1453 661.8804 c 330.8748 661.8804 329.9548 661.4747 329.0347 661.0691 c 319.9331 656.8772 309.1379 648.3149 301.6925 642.2298 c B *U *u 389.9447 648.7637 m 402.7319 658.6351 414.6894 674.9971 417.3993 679.0538 c 419.6575 682.4344 421.7345 685.1388 424.1377 689.0603 c 422.9207 689.0603 421.5685 689.0603 419.9458 689.0603 c 414.5368 689.0603 407.5415 689.1955 402.2775 689.7364 c 400.6911 689.8717 400.4595 692.0352 401.0031 694.0636 c 401.5105 695.9567 402.694 697.8498 404.1814 697.8498 c 410.0323 697.9851 423.9603 697.9851 429.3692 697.9851 c 431.9536 702.5827 433.8424 706.0985 437.2673 712.3187 c 437.8277 713.4005 439.3249 713.9414 440.5419 713.9414 c 442.0293 713.9414 443.2004 713.2653 443.0192 712.5892 c 442.9467 712.3187 442.7655 711.6426 442.4491 710.9665 c 440.7848 706.7746 437.9997 700.4191 436.9417 697.9851 c 438.1587 697.9851 439.511 697.9851 441.1336 697.9851 c 442.7563 697.9851 442.5822 695.8215 441.9661 693.5227 c 441.3863 691.3591 440.3645 689.0603 439.1113 688.9251 c 437.4523 688.7899 434.8831 688.7899 432.8547 688.7899 c 425.7875 675.538 414.9972 648.899 412.5329 639.7038 c 411.9169 637.405 411.7984 636.4584 412.2041 636.4584 c 413.0154 636.4584 416.1185 637.9459 418.2751 639.4333 c 422.6871 642.273 427.9035 646.6002 430.2677 648.3581 c 431.0888 648.899 431.8374 649.1694 432.3783 649.1694 c 433.5953 649.1694 434.3244 648.3581 433.962 647.0058 c 433.7446 646.1945 433.049 645.1127 431.6411 643.8957 c 428.1031 640.7856 410.9373 626.1814 401.6069 626.1814 c 396.7389 626.1814 396.1282 627.9393 398.0489 635.1062 c 400.5857 644.5718 405.8101 654.984 409.2713 661.3395 c 404.4314 655.3897 396.7686 648.4933 390.253 643.3548 c B *U *u 429.0604 647.4705 m 438.1479 654.6374 463.2761 675.2675 482.6715 678.5129 c 482.8067 678.5129 483.0771 678.5129 483.618 678.5129 c 485.9168 678.5129 490.2148 676.8902 489.8886 675.6732 c 489.8161 675.4028 489.4732 675.1323 489.0313 674.9971 c 471.2002 668.5064 456.5853 660.393 447.4685 651.6034 c 444.1648 648.3581 442.3944 645.7888 441.6334 642.9491 c 441.1261 641.056 441.8092 639.5686 443.9728 639.5686 c 454.2498 639.5686 470.8968 657.2828 478.4704 664.8553 c 479.7793 666.2076 481.7184 666.8837 483.4763 666.8837 c 485.9104 666.8837 487.883 665.6667 487.4844 664.1792 c 487.3394 663.6383 487.023 662.9622 486.4989 662.0156 c 483.4531 656.201 478.8712 647.682 477.5303 642.6787 c 476.8418 640.1095 477.083 638.4868 478.8409 638.4868 c 482.6272 638.4868 490.9759 645.9241 495.2262 649.1694 c 495.7406 649.5751 496.1825 649.7103 496.7234 649.7103 c 497.67 649.7103 498.3991 648.899 498.0367 647.5467 c 497.7468 646.465 496.8435 645.1127 495.0564 643.49 c 490.038 638.8924 480.3998 631.1847 473.0977 631.1847 c 468.7706 631.1847 464.4921 633.8892 466.0867 639.839 c 466.8477 642.6787 468.0409 645.1127 469.4321 647.2763 c 463.5926 642.1378 450.8822 629.0211 436.6837 629.0211 c 432.0861 629.0211 427.4355 629.8325 429.1025 636.0528 c 430.1535 639.9742 432.204 643.0844 434.4887 646.0593 c 433.46 645.2479 432.3949 644.3014 431.2672 643.6253 c B *U U U U 0 To 1 0 0 1 305.3159 35.5189 0 Tp TP -44.3496 0 Td 0 Tr 0 J /_Helvetica 12 Tf 0 Ts 100 Tz 0 Tt 0 TA 0 0 5 TC 100 100 200 TW 0 0 0 Ti 1 Ta 0 Tq 0 0 Tl 0 Tc 0 Tw (ISSN 1053-8496) Tx (\r) TX TO 0 To 1 0 0 1 35.3159 35.5189 0 Tp TP 0 Tr 0 Ta (Volume IV Issue 4) Tx (\r) TX TO 0 To 1 0 0 1 578.3159 35.5189 0 Tp TP -85.3506 0 Td 0 Tr 2 Ta (December 1992) Tx (\r) TX TO %%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 FMENDPAGE %%EndPage: "0" 2 %%Page: "1" 2 612 792 0 FMBEGINPAGE 270 27 576 747 R 7 X 0 K V 0 12 Q 0 X (Articles) 404.34 739 T 1 16 Q (L) 370.05 694 T 1 12 Q (OOKING) 379.82 694 T 1 16 Q ( A) 427.11 694 T 1 12 Q (HEAD) 442.65 694 T (Daniel K. Appelquist) 270 666.33 T (page 2) 544.36 666.33 T 0 F (Serials) 406.34 591.33 T 1 16 Q (T) 342.04 546.33 T 1 12 Q (HE) 351.81 546.33 T 1 16 Q ( H) 367.8 546.33 T 1 12 Q (ARRISON) 383.34 546.33 T 1 16 Q ( C) 435.98 546.33 T 1 12 Q (HAPTERS) 450.65 546.33 T (Jim V) 270 518.67 T (assilakos) 297.66 518.67 T (page 7) 544.36 518.67 T 1 16 Q (D) 374.47 459.33 T 1 12 Q (R) 386.02 459.33 T 1 16 Q ( T) 394.02 459.33 T 1 12 Q (OMORROW) 407.57 459.33 T (Marshall F) 270 431.67 T (. Gilula) 321.34 431.67 T (page 23) 538.36 431.67 T 0 F (Stories) 406.34 356.67 T 1 16 Q (S) 386.39 311.67 T 1 12 Q (T) 395.28 311.67 T (ARBLOOD) 401.65 311.67 T (Steven Schuldt) 270 284 T (page 3) 544.36 284 T 1 16 Q (L) 385.25 224.67 T 1 12 Q (AST) 395.02 224.67 T 1 16 Q ( T) 417.67 224.67 T 1 12 Q (RAIN) 431.44 224.67 T (Lou Crago) 270 197 T (page 14) 538.36 197 T 1 16 Q (W) 329.07 140.33 T 1 12 Q (AITING FOR THE) 342.83 140.33 T 1 16 Q (N) 439.77 140.33 T 1 12 Q (IGHT) 451.31 140.33 T 1 16 Q (B) 482.95 140.33 T 1 12 Q (OA) 493.61 140.33 T (T) 509.6 140.33 T (Nicole Gustas) 270 114 T (page 17) 538.36 114 T 1 16 Q (G) 401.57 57.33 T 1 12 Q (REEN) 413.11 57.33 T (John Goodrich) 270 31 T (page 18) 538.36 31 T 36 31 252 743 R 7 X V 1 10 Q 0 X (ISSN 1053-8496) 184.54 736.33 T (V) 176.3 724.33 T (olume IV) 182.23 724.33 T (, Issue 4) 218.97 724.33 T (December) 186.35 712.33 T (, 1992) 227.01 712.33 T (Editor/T) 36 692.97 T (echnical Director) 69.17 692.97 T (..........) 139.92 692.97 T (Daniel K. Appelquist) 166.78 692.97 T (Cover Art) 36 680.97 T (.........................................) 77.46 680.97 T (John Zimmerman) 181.21 680.97 T (Proofreading) 36 668.97 T (.......................................) 89.95 668.97 T (Cheryl Drof) 187.51 668.97 T (fner) 235.91 668.97 T 1 9 Q 0.75 (Copyright \2511992 by Daniel K. Appelquist. This magazine) 36 650.27 P 1.93 (may be archived, reproduced and/or distributed provided) 36 639.27 P -0.22 (that it is left intact and that no additions or changes are made) 36 628.27 P 1.76 (to it. The individual works presented herein are the sole) 36 617.27 P -0.13 (property of their respective author\050s\051. No further use of their) 36 606.27 P 0 (works is permitted without their explicit consent. All stories) 36 595.27 P 1.37 (in this magazine are \336ction. No actual persons are desig-) 36 584.27 P 0.2 (nated by name or character) 36 573.27 P 0.2 (. Any similarity is purely coinci-) 133.65 573.27 P (dental.) 36 562.27 T 1.07 (Quanta is supported solely by reader contributions. If you) 36 543.91 P 1.19 (would like to add yourself to the list of people who keep) 36 532.91 P 0.16 (Quanta alive, please send $5 \050or more\051 to the postal address) 36 521.91 P 2.67 (below) 36 510.91 P 2.67 (. Checks may be made out to) 57.38 510.91 P 0 F 2.67 (Quanta Magazine) 182.43 510.91 P 1 F 2.67 (.) 249.75 510.91 P (Donation is not a requirement for subscription.) 36 499.91 T (Quanta) 131.02 481.55 T (5437 Ellsworth A) 91.54 470.55 T (venue #203) 154.78 470.55 T (Pittsbur) 105.67 459.55 T (gh, P) 133.48 459.55 T (A 15232) 151.13 459.55 T 2.16 (The PostScript version of Quanta is produced using the) 36 441.18 P 1.48 (FrameMaker publishing software. The cover art was pro-) 36 430.18 P 1.9 (duced using Adobe Illustrator) 36 419.18 P 1.9 (. PostScript and Adobe are) 148.29 419.18 P 3.96 (registered trademarks of Adobe Systems Incorporated.) 36 408.18 P -0.11 (FrameMaker is a registered trademark of Frame T) 36 397.18 P -0.11 (echnology) 214.56 397.18 P (Corporation.) 36 386.18 T -0.12 (All submissions, request for submission guidelines, requests) 36 367.82 P 1.93 (for back issues, queries concerning subscriptions, letters,) 36 356.82 P 1.45 (comments, or other correspondence should be sent to the) 36 345.82 P (Internet address quanta@andrew) 36 334.82 T (.cmu.edu.) 153.5 334.82 T 1.07 (Quanta is published in both PostScript and ASCII format.) 36 316.45 P 2.17 (Requests to be added to the distribution list for Quanta) 36 305.45 P (should be sent to either) 36 294.45 T (quanta+requests.postscript@andrew) 62.61 283.45 T (.cmu.edu) 192.44 283.45 T 0 F (or) 140.01 272.46 T 1 F (quanta+requests.ascii@andrew) 71.85 261.46 T (.cmu.edu) 183.2 261.46 T (for PostScript or ASCII subscriptions respectively) 36 250.46 T (.) 215.9 250.46 T 1.59 (Subscriptions come in three \337avors: MAIL subscriptions,) 36 232.09 P 1.58 (where each issue is sent as a series electronic mail mes-) 36 221.09 P 0.43 (sages; BITNET subscriptions, where each issue is sent as a) 36 210.09 P 1.51 (\336le over the BITNET and FTP subscriptions, where sub-) 36 199.09 P 1.29 (scribers receive a noti\336cation when a new issue has been) 36 188.09 P 1.32 (placed at a designated FTP site. Anonymous FTP servers) 36 177.09 P (that carry current and back issues of Quanta are:) 36 166.09 T (export.acs.cmu.edu) 36 147.73 T (.............................................) 107.85 147.73 T (128.2.35.66) 209.31 147.73 T (ftp.ef) 36 136.73 T (f.or) 55.05 136.73 T (g) 67.62 136.73 T (..........................................................) 74.15 136.73 T (192.88.144.4) 204.82 136.73 T (lth.se) 36 125.73 T (..................................................................) 56.17 125.73 T (130.235.16.3) 204.82 125.73 T (catless.newcastle.ac.uk) 36 114.73 T (...................................) 121.33 114.73 T (128.240.0.1) 200.65 114.73 T (10) 243.01 114.73 T 2.73 (Ascii Quanta issues are available via Gopher from the) 36 96.36 P 1.23 (server at gopher) 36 85.36 P 1.23 (-srv) 96.18 85.36 P 1.23 (.acs.cmu.edu, port 70, in the Archives) 109.57 85.36 P (directory) 36 74.36 T (.) 67.86 74.36 T 0.95 (Issues of Quanta are also available on CompuServe in the) 36 56 P 0.99 (\322Zines from the Net\323 area of the EFF forum \050accessed by) 36 45 P (typing GO EFFSIG\051.) 36 34 T 0 36 Q (Quanta) 36.01 718.42 T 36 27 252 27 2 L 0.5 H 2 Z N 36 747 252 747 2 L N FMENDPAGE %%EndPage: "1" 3 %%Page: "2" 3 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (2) 303.75 39 T 36 648 576 738 R 7 X V 0 X 0 36 648 -36 -648 540 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 36 54 297 630 R 7 X V 1 18 Q 0 X 1.36 (H) 36 623.33 P 1 10 Q 0.76 (i, y\325all! I\325m practicing my southern drawl, because I\325m soon) 48.99 623.33 P 0.08 (to be moving to V) 36 611.28 P 0.08 (ir) 108.45 611.28 P 0.08 (ginia \050well... Reston, V) 114.38 611.28 P 0.08 (ir) 207.01 611.28 P 0.08 (ginia, which is really) 212.93 611.28 P -0.03 (more like a suburb of D.C., but you get the idea\051. Anyway) 36 599.23 P -0.03 (, I\325ll be) 267.92 599.23 P -0.22 (sending out a letter to all subscribers informing people of my new) 36 587.18 P 0.07 (email address when I get one. For now) 36 575.12 P 0.07 (, though, you can continue) 190.7 575.12 P (to send mail to be at quanta@andrew) 36 563.07 T (.cmu.edu.) 183.9 563.07 T 0.29 (Some people have asked \322Dan, now that you\325re leaving Carn-) 46.8 545.07 P -0.15 (egie Mellon, what happens to) 36 533.02 P 0 F -0.15 (Quanta) 155.74 533.02 P 1 F -0.15 (?\323 W) 185.72 533.02 P -0.15 (ell, the beauty of a net-) 205.59 533.02 P 2.2 (work entity like) 36 520.96 P 0 F 2.2 (Quanta) 108.4 520.96 P 1 F 2.2 ( is that it can exist anywhere on the) 138.38 520.96 P (network. The answer is, of course, that) 36 508.91 T 0 F (Quanta) 193.65 508.91 T 1 F ( goes where I go.) 223.64 508.91 T 1.15 (So, much to my disappointment, I\325ve only been able to pro-) 46.8 490.91 P 1.06 (duce four issues of) 36 478.86 P 0 F 1.06 (Quanta) 117.97 478.86 P 1 F 1.06 ( this year \050March, June, August and) 147.95 478.86 P 0.33 (December\051. What this means is that I haven\325) 36 466.81 P 0.33 (t been able to round) 216.3 466.81 P -0.18 (out the) 36 454.75 P 0 F -0.18 (Dr T) 65.62 454.75 P -0.18 (omorr) 83.68 454.75 P -0.18 (ow) 108.3 454.75 P 1 F -0.18 ( serial within the year) 119.96 454.75 P -0.18 (. There\325) 205.29 454.75 P -0.18 (s still one more) 236.19 454.75 P 0.44 (chapter to go on that, and you should be seeing it around Febru-) 36 442.7 P 1.83 (ary) 36 430.65 P 1.83 (, although I may have to postpone the February issue to a) 48.11 430.65 P (March issue since I\325ll be starting a new job and all.) 36 418.6 T 0.79 (As I write this particular paragraph, I\325m working on my new) 46.8 400.6 P -0.02 (Macintosh PowerBook Duo 210 laptop computer) 36 388.54 P -0.02 (. All I can say is) 232.16 388.54 P 0.95 (that I\325m extremely impressed with it. It really is a piece of sci-) 36 376.49 P 0.21 (ence \336ction in and of itself. Apple needs to work on their quality) 36 364.44 P 1.02 (control, however) 36 352.39 P 1.02 (. When I \336rst received my Duo, it had a serial) 104.19 352.39 P 1.9 (port problem and needed to be sent back twice before it was) 36 340.33 P 0.28 (resolved. Hopefully I should be able to get lots more work done,) 36 328.28 P 1.09 (both on Quanta and my own writing. But who am I kidding? I) 36 316.23 P (bought the thing because it\325) 36 304.18 T (s a really neat toy) 146.49 304.18 T (.) 216.34 304.18 T 3.47 (Submissions! Submissions submissions submissions. What) 46.8 286.18 P 0.08 (can I say? I received a fair number after my recent plea for mate-) 36 274.12 P 0.48 (rial, and I was very pleased with the quality) 36 262.07 P 0.48 (. I\325m always in need) 213.76 262.07 P 0.44 (of more, however) 36 250.02 P 0.44 (. I\325ve gotten letters from a lot of people saying) 107.09 250.02 P -0.07 (things like \322I may send you something in the near future.\323 W) 36 237.97 P -0.07 (ell, I) 278.75 237.97 P 2.2 (would love to receive those manuscripts. If any of you have) 36 225.91 P (something you\325ve been holding back from me, shame on you!) 36 213.86 T 0.72 (Subscriptions! W) 46.8 195.86 P 0.72 (ow \321 This month, Quanta subscriptions for) 116.4 195.86 P 0.09 (the \336rst time rose above 2000. That\325) 36 183.81 P 0.09 (s not even counting re-distri-) 181.17 183.81 P 1.84 (bution points like bulletin boards and CompuServe, or people) 36 171.76 P -0.12 (who pick up issues from one of the FTP servers or Gopher) 36 159.7 P -0.12 (. If you) 268.1 159.7 P 0.1 (are reading Quanta in one of these ways and you aren\325) 36 147.65 P 0.1 (t receiving) 254.43 147.65 P 1 (a notice whenever a new issue comes out, mail me and I\325ll put) 36 135.6 P 0.52 (you on a \322notice only\323 mailing list. That way I can have a more) 36 123.54 P 1.12 (accurate idea of how many people are reading Quanta and you) 36 111.49 P (can know whenever a new issue hits the \324stands\325.) 36 99.44 T 1.29 (I have some very interesting material for you in this issue...) 46.8 81.44 P 0.19 (some fresh faces, some new ideas. I hope you enjoy reading it as) 36 69.39 P (much as I enjoyed putting it together) 36 57.33 T (.) 182.58 57.33 T 315 351 576 630 R 7 X V 1 22 Q 0 X (Quanta Party!) 384.13 615.33 T 1 10 Q -0.22 (OK \321 I\325ve been talking about putting together a Quanta party for) 315 594.33 P 0.84 (a while now) 315 582.33 P 0.84 (, but this time I really and truly mean it. I\325d like to) 364.89 582.33 P 2.06 (arrange someting for near future. What prompted this sudden) 315 570.33 P 1.12 (enthusiasm? I recently attended PhilCon \050a science \336ction con-) 315 558.33 P 1.71 (vention based in Philadelphia\051 and was very impressed. Apart) 315 546.33 P 0.02 (from the guests \050one of whom was Greg Bear) 315 534.33 P 0.02 (, who was an excel-) 496.83 534.33 P -0.03 (lent speaker\051, the art show) 315 522.33 P -0.03 (, the gaming, and the general feeling of) 419.41 522.33 P 2.26 (community and openness that permiated the con, what really) 315 510.33 P -0.22 (impressed me about it was the parties! Mostly they were just little) 315 498.33 P 0.16 (impromptu get-togethers in some of the hotel rooms occupied by) 315 486.33 P 0.58 (con attendees, but they were lots of fun. So I thought to myself,) 315 474.33 P 1.04 (why not have a party at an upcoming convention and invite all) 315 462.33 P 0.25 (Quanta subscribers and submitters. So what about it? How many) 315 450.33 P 1.21 (subscribers out there are con-goers who would be interested in) 315 438.33 P 0.95 (something like this? I guess since I\325m going to be in D.C., I\325m) 315 426.33 P 2.28 (thinking of a convention like Disclave \050which is in D.C.\051 or) 315 414.33 P 0.69 (another eastern con \050perhaps in New Y) 315 402.33 P 0.69 (ork or Boston\051. If there\325) 474.13 402.33 P 0.69 (s) 572.11 402.33 P 2.62 (interest, I\325ll start making more de\336nite plans. If any of you) 315 390.33 P -0.16 (already have plans to attend cons in the near future, that would be) 315 378.33 P 0.96 (good information to have as well. Hopefully) 315 366.33 P 0.96 (, we can get some-) 497.5 366.33 P (thing rolling here.) 315 354.33 T 315 54 576 207 R 0.5 H 2 Z N 367.18 63.91 565.18 171.91 R 7 X V 0 X 3.19 (Please remember to keep us apprised of any) 367.18 165.25 P 1.65 (changes in your address. If you don\325) 367.18 153 P 1.65 (t we can\325) 522.64 153 P 1.65 (t) 562.4 153 P 0.25 (guarantee that you\325ll continue to receive the high) 367.18 140.75 P 0.01 (quality of \336ction and non-\336ction that Quanta pro-) 367.18 128.5 P 1.15 (vides. Also, if your account is going to become) 367.18 116.25 P -0.02 (non-existent, even temporarilly) 367.18 104 P -0.02 (, please inform us.) 491.68 104 P 0.07 (This way) 367.18 91.75 P 0.07 (, we can keep Net traf) 403.52 91.75 P 0.07 (\336c due to bounced) 491.4 91.75 P 1 (mail at a minimum. Please send all subscription) 367.18 79.5 P (updates to quanta@andrew) 367.18 67.25 T (.cmu.edu. Thanks!) 475.1 67.25 T 1 36 Q (Moving?) 0 -270 350.37 66.42 TF 1 18 Q (T) 380.89 184.82 T (ake Quanta W) 390.62 184.82 T (ith Y) 492.8 184.82 T (ou!) 527.49 184.82 T FMENDPAGE %%EndPage: "2" 4 %%Page: "3" 4 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (Decembert 1992) 516.35 751 T 36 35 576 45 R 7 X V 0 X (3) 303.75 39 T 36 621 396 738 R 7 X V 326.4 189 470.4 315 R V 326.38 324 470.38 324 2 L 0.5 H 2 Z 0 X N 326.38 180 470.38 180 2 L N 36 54 206.4 486 R 7 X V 0 18 Q 0 X 4.2 (\322D) 36 479.33 P 0 10 Q 2.33 (on\325) 58.99 479.33 P 2.33 (t you) 71.21 479.33 P 2 F 2.33 (move) 98.07 479.33 P 0 F 2.33 (.\323 said Einstein, the) 119.72 479.33 P 1.47 (semi-automatic handgun tr) 36 467.33 P 1.47 (embling in his) 146.83 467.33 P 0.39 (hands, his thick accent still failing to con-) 36 455.33 P 1 (ceal his terr) 36 443.33 P 1 (or) 85.93 443.33 P 1 (. The sky was boiling over-) 93.7 443.33 P 5.01 (head; dark, r) 36 431.33 P 5.01 (estless geometric shapes) 98.11 431.33 P 0.96 (sliding above and behind each other) 36 419.33 P 0.96 (. The) 185.45 419.33 P 2.73 (wind had started to kick up again and) 36 407.33 P 0.36 (Ursula\325) 36 395.33 P 0.36 (s long hair danced acr) 65.8 395.33 P 0.36 (oss her pale) 157.38 395.33 P (white face.) 36 383.33 T (\322Raise your arms.\323) 84.3 383.33 T 1.52 (She slowly raised her arms above her) 46.8 369.93 P (head.) 36 357.93 T (\322That\325) 60.43 357.93 T (s good. Now walk.\323) 86.35 357.93 T 2.66 (\322Y) 46.8 344.53 P 2.66 (ou\325r) 56.99 344.53 P 2.66 (e crazy) 73.83 344.53 P 2.66 (, you old bastar) 104.53 344.53 P 2.66 (d.\323 she) 174.87 344.53 P 0.72 (hissed, taking a step towar) 36 332.53 P 0.72 (ds the ledge. A) 145.4 332.53 P 0.88 (distant crack of thunder was hear) 36 320.53 P 0.88 (d and a) 174.66 320.53 P 0.11 (swirling choir of voices began to rise omi-) 36 308.53 P (nously) 36 296.53 T (.) 61.55 296.53 T (\322Crazy! Cr) 66.54 296.53 T (-\323) 112.16 296.53 T 36 270.8 206.4 289.8 C 36 270.8 206.4 289.8 R 7 X 0 K V 80.7 281.3 161.7 281.3 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 4.16 (Phyllis took an outlet. \322How much) 46.8 264.13 P (longer?\323) 36 252.13 T 2.22 (\322Fifteen minutes.\323 said the shell.) 46.8 238.73 P 2.22 (She) 191.41 238.73 P -0.09 (was going to die in here. Ursula\325) 36 226.73 P -0.09 (s wedding) 165.68 226.73 P 0.88 (was only four days away) 36 214.73 P 0.88 (, and Phyllis felt) 138.24 214.73 P 1.26 (obligated to try another print if she died.) 36 202.73 P 0.97 (She was annoyed, feeling too much pres-) 36 190.73 P 0.03 (sure to contemplate this noir spy mess that) 36 178.73 P 2.35 (the V) 36 166.73 P 2.35 (anGehr Group engine had spit up.) 59.17 166.73 P 0.36 (She looked out of the rain-spattered bullet) 36 154.73 P 0.68 (train window) 36 142.73 P 0.68 (. Quebec\325) 89.05 142.73 P 0.68 (s streets were skid-) 128.03 142.73 P 1.7 (ding by like wet black cat hairs through) 36 130.73 P 1.58 (her dim re\337ection in the glass. It looked) 36 118.73 P 3.47 (very dif) 36 106.73 P 3.47 (ferent than she remembered it.) 70.66 106.73 P 0.15 (Phyllis closed the shell, settled back in the) 36 94.73 P 1.46 (deep white folds of her seat and thought) 36 82.73 P (about Process.) 36 70.73 T 4.47 (Process hadn\325) 46.8 57.33 P 4.47 (t allowed itself to be) 106.89 57.33 P 36 594 396 747 R 7 X V 1 36 Q 0 X (S) 125.54 694 T 1 30 Q (T) 145.55 694 T (ARBLOOD) 161.48 694 T 1 18 Q (by Steven Schuldt) 150.53 663 T 1 9 Q (Copyright \251 1990) 183.12 644 T 326.4 189 470.4 315 R 7 X V 1 13 Q 0 X (Process hadn\325) 326.4 305.67 T (t allowed) 398.65 305.67 T -0.12 (itself to be benchmarked in) 326.4 289.67 P (nine quarters. Not that the) 326.4 273.67 T -0.24 (other IM players were com-) 326.4 257.67 P -0.85 (plaining too loudly) 326.4 241.67 P -0.85 (, Process) 422.7 241.67 P (Publishing Industries had) 326.4 225.67 T (always taken the bench-) 326.4 209.67 T (marks by light-) 326.4 193.67 T 1 14 Q (years.) 405.75 193.67 T 220.8 338 391.2 612 R 7 X V 1 10 Q 0 X -0.05 (benchmarked in nine quarters. Not that the) 220.8 605.33 P 2.83 (other IM players were complaining too) 220.8 593.33 P 1.47 (loudly) 220.8 581.33 P 1.47 (, Process Publishing Industries had) 245.7 581.33 P 3.27 (always taken the benchmarks by light-) 220.8 569.33 P 0.63 (years. Most were content to let CEO Paul) 220.8 557.33 P 0.92 (Reuters and the PPI network of enigmac-) 220.8 545.33 P 0.34 (rats thrash and twist in a web of what was) 220.8 533.33 P 1.09 (beginning to appear as its over) 220.8 521.33 P 1.09 (-cultivated) 348.45 521.33 P 1.52 (mystique. Besides, other corporate prime) 220.8 509.33 P 0.83 (movers in Image Manipulation were tired) 220.8 497.33 P 1.14 (of tumbling vats of capital into the black) 220.8 485.33 P 3.53 (hole of random number benchmarking.) 220.8 473.33 P 4.27 (Now) 220.8 461.33 P 4.27 (, at last, a certain parity seemed) 239.58 461.33 P 0.27 (reachable and majors like ClimeLight/Fis-) 220.8 449.33 P 1.16 (sure and Junee-July could concentrate on) 220.8 437.33 P 0.82 (the more pressing but no less challenging) 220.8 425.33 P (craft of star) 220.8 413.33 T (-making.) 266.67 413.33 T 1.06 (How Process tested so well was pretty) 231.6 401.33 P 0 (widely known. The) 220.8 389.33 P 0 F 0 (entr) 300.77 389.33 P 0 (opic harrier) 316.5 389.33 P 1 F 0 ( it was) 365.09 389.33 P 0.77 (only half-jokingly called. Their variant of) 220.8 377.33 P 1.2 (seed value generation based on the inter-) 220.8 365.33 P -0.01 (ference tier) 220.8 353.33 P -0.01 (-contours created by 4D graphs) 265.81 353.33 P 2.49 (of radioactive decay and simple Lorenz) 220.8 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 2.81 (attractors had proven) 220.8 328.33 P 2.21 (a ruthlessly ef) 220.8 316.33 P 2.21 (fective,) 281.11 316.33 P 6.97 (if somewhat quasi-) 220.8 304.33 P 3.36 (mystical approach to) 220.8 292.33 P 0.02 (the problem. The vari-) 220.8 280.33 P 2.53 (ant was Process\325 ace) 220.8 268.33 P 7.18 (card, however) 220.8 256.33 P 7.18 (, and) 284.19 256.33 P 1.98 (would have remained) 220.8 244.33 P (a standard for years.) 220.8 232.33 T 1.51 (The house was old) 231.6 219.33 P 15.88 (and pathologically) 220.8 207.33 P 0.67 (gothic, all odd angles,) 220.8 195.33 P 9.75 (bleak corners and) 220.8 183.33 P 16.16 (towering cloisters.) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 0.31 (Set near the edge of the Gaspe\325 peninsula,) 220.8 158.33 P 0.14 (the place was about as far away from civi-) 220.8 145.71 P 1.44 (lization as this ancient province allowed.) 220.8 133.08 P 1.66 (Phyllis found herself waiting in a sparse) 220.8 120.46 P 4.16 (antechamber after having been buzzed) 220.8 107.83 P 3.71 (through wrought iron gates she would) 220.8 95.21 P 0.23 (have guessed to be fourteen feet high. She) 220.8 82.58 P 1.85 (had been led by a smallish bespectacled) 220.8 69.96 P 1.22 (man of \336fty or so down six-hundred feet) 220.8 57.33 P 405 338 575.4 738 R 7 X V 0 X 1.98 (of winding private road. He had spoken) 405 731.33 P 4.92 (with a harsh French-Canadian accent.) 405 719.33 P 0.28 (Despite all her preparation and determina-) 405 707.33 P 4.27 (tion, she felt extremely nervous. This) 405 695.33 P 2.2 (shoot had to be good; she wouldn\325) 405 683.33 P 2.2 (t get) 555.71 683.33 P 1.43 (another chance. The rain had stopped on) 405 671.33 P 2.08 (the taxi ride in from the station but the) 405 659.33 P 0.09 (gray sky and cool autumn weather seemed) 405 647.33 P 0.47 (to mirror her feelings of unease. The little) 405 635.33 P 0.51 (man had taken her coat and addressed her) 405 623.33 P 0.39 (as \322Miss Cope\323. For some reason she was) 405 611.33 P 2.68 (reminded of the teasings of an ex-boy-) 405 599.33 P (friend, \322Miss) 405 587.33 T 0 F (can\325) 460.24 587.33 T (t Cope) 476.89 587.33 T 1 F (\323.) 503.27 587.33 T 1.36 (\322I am terribly sorry) 415.8 573.83 P 1.36 (, madam,\323 said the) 496.66 573.83 P -0.04 (man, \322but Mr) 405 561.83 P -0.04 (. Nareid is preoccupied at the) 458.49 561.83 P 0.83 (moment and has advised me to show you) 405 549.83 P 0.64 (in. If you please.\323 Phyllis nodded politely) 405 537.83 P 0.55 (and, lifting her gearbag, followed his ges-) 405 525.83 P 2.85 (turing hand into a lar) 405 513.83 P 2.85 (ge, skylit circular) 500.04 513.83 P 1.43 (room. There was a disused marble water) 405 501.83 P 1.8 (fountain at its center) 405 489.83 P 1.8 (. The man followed) 491.73 489.83 P 1.54 (her in.) 405 477.83 P 1.54 (\322Mr) 436.12 477.83 P 1.54 (. Nareid informs me that you) 452.22 477.83 P 1.55 (are a photographer) 405 465.83 P 1.55 (.\323 Phyllis was looking) 482.47 465.83 P 3.56 (absently up at the grimy) 405 453.83 P 3.56 (, stained-glass) 515.21 453.83 P (dome.) 405 441.83 T 0.38 (\322Y) 415.8 428.33 P 0.38 (es, of sorts\323 she half laughed. \322I\325m a) 426.45 428.33 P (cam-tech really) 405 416.33 T (.\323) 466.24 416.33 T 0.67 (\322Oh, I am sorry) 415.8 402.83 P 0.67 (,\323 he was looking up at) 479.89 402.83 P 1.54 (her and Phyllis felt that he was standing) 405 390.83 P 2.37 (uncomfortably close. \322There is a dif) 405 378.83 P 2.37 (fer-) 560.98 378.83 P (ence?\323) 405 366.83 T 4.84 (\322No! No, not really) 415.8 353.33 P 4.84 (,\323 said Phyllis,) 507.4 353.33 P 1.31 (instantly regretting her nervous response.) 405 341.33 P 486 168 576 335 R 7 X V 0 X 3.34 (\322it\325) 486 328.33 P 3.34 (s just not a term) 498.77 328.33 P (I\325ve ever used.\323) 486 316.33 T 6.23 (\322I see,\323 he said) 496.8 303.33 P 1.35 (slowly) 486 291.33 P 1.35 (, and there was) 512.01 291.33 P 3.09 (an awkward moment) 486 279.33 P 3.82 (of silence before he) 486 267.33 P -0.1 (gestured, \322Make your-) 486 255.33 P 0.17 (self comfortable.\323) 486 243.33 P 0.17 (She) 561.01 243.33 P 11.69 (thanked him and) 486 231.33 P 2.77 (accepted his of) 486 219.33 P 2.77 (fer of) 551.31 219.33 P 1.13 (tea, hoping to redeem) 486 207.33 P 1.56 (herself somewhat. He) 486 195.33 P 3.63 (left and Phyllis per-) 486 183.33 P 5.67 (ceived for the \336rst) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 2.4 (time the place\325) 405.6 158.33 P 2.4 (s dead air and unsettling) 469.25 158.33 P 1.57 (feeling of perversity) 405.6 146.33 P 1.57 (, the decayed lavish-) 489.14 146.33 P 0.71 (ness of the entire estate. Whatever sort of) 405.6 134.33 P 0.31 (person this James Nareid turned out to be,) 405.6 122.33 P 1.66 (he was not, she guessed, going to be an) 405.6 110.33 P 3.77 (average shoot. Even by Process\325 stan-) 405.6 98.33 P (dards.) 405.6 86.33 T 1.18 (Image manipulation was the inevitable) 416.4 69.33 P 2.05 (resonating phenomenon of a media mad) 405.6 57.33 P FMENDPAGE %%EndPage: "3" 5 %%Page: "4" 5 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (4) 303.75 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 1.52 (world. A miracle of style) 36 731.33 P 0 F 1.52 (becoming) 146.31 731.33 P 1 F 1.52 ( sub-) 185.17 731.33 P -0.14 (stance. Every icon, every movement in art,) 36 719.33 P 1.84 (music, video, holography) 36 707.33 P 1.84 (, and \336lm, cap-) 140.64 707.33 P 2.08 (tured, treated and distorted by the latest) 36 695.33 P 1.78 (computer rendering gear) 36 683.33 P 1.78 (. Hyper) 137.26 683.33 P 1.78 (-real sto-) 168.82 683.33 P 2.49 (rylines cropped, spliced and juxtaposed,) 36 671.33 P 2.93 (culled from every source old and new) 36 659.33 P 2.93 (,) 203.9 659.33 P 6.93 (from Homer through Messiana/Holo-) 36 647.33 P 2.91 (gramic slasher vids. The latest in rota-) 36 635.33 P 11.55 (tional dissolving and recombinant) 36 623.33 P 1.11 (overlay-tracing applied to the bulk of the) 36 611.33 P 0.65 (\337otsam of the human information system.) 36 599.33 P 1.62 (After so many years now it had become) 36 587.33 P 2.88 (reality\325) 36 575.33 P 2.88 (s feedback loop. The gather and) 64.31 575.33 P 3.05 (distort technique had been born out of) 36 563.33 P 2.23 (necessity) 36 551.33 P 2.23 (, of course, in the years before) 71.99 551.33 P 5.05 (automatic royalties, with the standing) 36 539.33 P 3.97 (copyright laws taxed to the limit and) 36 527.33 P 2.26 (straining to hold back the dike. Process) 36 515.33 P 2.38 (had been there from the start. The vast) 36 503.33 P -0.05 (bulk of Process\325 pro\336ts still came from the) 36 491.33 P 3.71 (quaint black octagonal boxes found at) 36 479.33 P 1.6 (every HDHF local, the IMAGER. Inside) 36 467.33 P 0.04 (where girl and boy could tumble their way) 36 455.33 P 1.85 (down a hierarchy of silly menus packed) 36 443.33 P 0.33 (with time-frames, icons and double enten-) 36 431.33 P 1.64 (dres \321 to leave with their own \322T) 36 419.33 P 1.64 (otally) 183.63 419.33 P 2.35 (unique!\323 little chunk of the zeitgeist. A) 36 407.33 P 2.89 (\336ne time for all concerned as PPI had) 36 395.33 P 1.32 (years earlier licensed of) 36 383.33 P 1.32 (f its IMAGER to) 134.97 383.33 P 4.36 (the Fissure corporation, pretensions to) 36 371.33 P 0.83 (high art intact as well as safe gliding dis-) 36 359.33 P (tance above the red.) 36 347.33 T 0.79 (Things had changed since then and the) 46.8 334.67 P 4.94 (better IMs, like Process, had learned) 36 322.67 P 2.12 (almost unconsciously to play to the last) 36 310.67 P 0.52 (and all inclusive human gallery) 36 298.67 P 0.52 (. They had) 162.9 298.67 P 1.04 (realized that at the end of the day people) 36 286.67 P 2.07 (wanted something to hold on to, invari-) 36 274.67 P (ably) 36 262.67 T (, an intelligibly convoluted mirror) 52.56 262.67 T (.) 187.77 262.67 T 3.14 (As a child growing up in Montreal,) 46.8 250 P 2.76 (Phyllis would spend most nights alone.) 36 238 P 2.83 (Her grisette mother worked and slowly) 36 226 P 0.22 (grew more unsound, acting ambitions fad-) 36 214 P 1.6 (ing out year by year) 36 202 P 1.6 (. At the age of nine) 121.79 202 P 1.24 (Phyllis was sent to Paris to live with her) 36 190 P -0.23 (cousins. Her only truly enduring memories) 36 178 P 3.46 (of early childhood: a collage of neon,) 36 166 P 0.23 (white light and pain. That light had stayed) 36 154 P 0.37 (with her) 36 142 P 0.37 (, had kept her straight through the) 69 142 P 3.97 (shooting of some of the most bizarre) 36 130 P 3.23 (imagery a jaded world could come up) 36 118 P (with.) 36 106 T 0.55 (Things had gone better in Europe, later) 46.8 93.33 P 1.66 (on. She had returned to the Americas to) 36 81.33 P 1.49 (attend \336lm school in Cote-Saint-Luc and) 36 69.33 P 0.63 (had done her cam-tech grunt work in LA.) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 2.06 (It got pretty ugly for awhile, months of) 220.8 731.33 P 3.05 (shooting warehouses and dockyards for) 220.8 719.33 P 1.71 (the truly sleazy Estienne and Finch. She) 220.8 707.33 P 2.61 (guessed her couples work for respected) 220.8 695.33 P 1.05 (independent Lemaitre! had gotten her the) 220.8 683.33 P 0.64 (Process call. Phyllis hated that idea, how-) 220.8 671.33 P 1.87 (ever) 220.8 659.33 P 1.87 (, because couples made for some of) 237.6 659.33 P 0.15 (the worst subject matter) 220.8 647.33 P 0.15 (. Most of them got) 316.47 647.33 P 0.27 (drunk or bent on some analog \336rst so they) 220.8 635.33 P -0.14 (could get loose enough to screw in front of) 220.8 623.33 P 1.87 (a stranger) 220.8 611.33 P 1.87 (, but somehow the returns had) 261.39 611.33 P 0.07 (always been okay) 220.8 599.33 P 0.07 (. Shooting Process, how-) 291.33 599.33 P 4.46 (ever) 220.8 587.33 P 4.46 (, was every cam-tech\325) 237.6 587.33 P 4.46 (s grail, and) 338.14 587.33 P 3.06 (when they \337ew two reps to V) 220.8 575.33 P 3.06 (ienna to) 356.22 575.33 P 2.62 (watch her shoot an industrio-demolition) 220.8 563.33 P 3.71 (sponsored by some bored Austrian art) 220.8 551.33 P 0.51 (fags, she had felt that white light rising in) 220.8 539.33 P (her head.) 220.8 527.33 T 4.51 (\322Ms. Cope, isn\325) 231.6 515.05 P 4.51 (t it?\323 said a voice) 303.75 515.05 P 2.09 (behind her) 220.8 503.05 P 2.09 (. Phyllis turned to see a thin,) 264.81 503.05 P 1.93 (almost emaciated looking young man of) 220.8 491.05 P 0.32 (twenty or so approaching her and smiling.) 220.8 479.05 P 1.5 (He wore an oversize half-buttoned white) 220.8 467.05 P 1.5 (shirt and pastel red baggy silk pants. He) 220.8 455.05 P 0.4 (had a shoulder) 220.8 443.05 P 0.4 (-length mop of wispy black) 279.68 443.05 P 1.42 (hair) 220.8 431.05 P 1.42 (. Phyllis\325 \336rst impression was that of) 235.79 431.05 P 5.59 (some nineteenth century lion tamer) 220.8 419.05 P 5.59 (\325) 384.53 419.05 P 5.59 (s) 387.31 419.05 P (apprentice.) 220.8 407.05 T 0.76 (\322Y) 231.6 394.76 P 0.76 (es,\323 she smiled and shook his small,) 242.25 394.76 P 0.29 (bird-like hand. He grinned widely) 220.8 382.76 P 0.29 (.) 357.05 382.76 P 0.29 (\322James) 362.34 382.76 P (Nareid.\323) 220.8 370.76 T 2.8 (\322Y) 231.6 358.48 P 2.8 (ou can call me Phyllis.\323 she said,) 242.25 358.48 P 5.64 (assuming her best friendly-but-profes-) 220.8 346.48 P (sional tone.) 220.8 334.48 T 0.83 (\322Y) 231.6 322.19 P 0.83 (es. Phyllis. I see R) 242.25 322.19 P 0.83 (yeland has forced) 319.04 322.19 P 0.31 (his tea upon you.\323 He was looking \336xedly) 220.8 310.19 P 0.35 (at her with wide hazel eyes that suggested) 220.8 298.19 P (no depth at all.) 220.8 286.19 T 2.34 (\322Hardly) 231.6 273.91 P 2.34 (,\323 she said uncomfortably) 263.14 273.91 P 2.34 (, his) 372.2 273.91 P 1.1 (apparent pomposity and atrocious hawk\325) 220.8 261.91 P 1.1 (s) 387.31 261.91 P 0.94 (gaze distracting her) 220.8 249.91 P 0.94 (, \322it\325) 300.55 249.91 P 0.94 (s very good actu-) 319.26 249.91 P 3.95 (ally) 220.8 237.91 P 3.95 (.\323 There was a brief pause before) 235.14 237.91 P (James spoke.) 220.8 225.91 T 2.77 (\322W) 231.6 213.62 P 2.77 (ell, I\325ve never done anything like) 244.67 213.62 P 0.99 (this before so...do I pose?\323 he said, look-) 220.8 201.62 P (ing hopeful.) 220.8 189.62 T 2.22 (\322Oh, its nothing like that at all,\323 she) 231.6 177.33 P 5.71 (said laughing and beginning to root) 220.8 165.33 P 1.24 (through her bag. \322I\325ll be shooting almost) 220.8 153.33 P 1.78 (continuously for as long or as brie\337y as) 220.8 141.33 P 2.39 (you like. Obviously) 220.8 129.33 P 2.39 (,\323 she began pulling) 304.07 129.33 P 0.74 (out several objects and resting them care-) 220.8 117.33 P 1.62 (fully on the \337oor \322the more variegated,\323) 220.8 105.33 P 2.4 (she continued fastening a lens and new) 220.8 93.33 P 1.12 (cartridge on her Leico T) 220.8 81.33 P 1.12 (iarraShot \322\321this) 322.07 81.33 P 1.66 (is my favorite camera\321 the more varie-) 220.8 69.33 P 1.07 (gated the shots the more chance we have) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.88 (of obtaining interesting results. Most ran-) 405.6 731.33 P -0.19 (dom Image engines work best with diverse) 405.6 719.33 P 0.79 (shots of the main subject.\323 She raised the) 405.6 707.33 P 2.55 (camera and began shooting, slowly and) 405.6 695.33 P 0.22 (re\337exively circling her subject. James was) 405.6 683.33 P 0.23 (looking right at her with an amused smile.) 405.6 671.33 P 0.27 (\322So just move around and pretend I\325m not) 405.6 659.33 P 0.98 (even here. T) 405.6 647.33 P 0.98 (ry to do whatever it is you\325d) 456.88 647.33 P (normally be doing.\323) 405.6 635.33 T 0.37 (\322What if I\325d be masturbating?\323 he said,) 416.4 623.05 P (with the same \336xed grin.) 405.6 611.05 T 0 F -0.42 (This is going to be cake) 416.4 598.76 P 1 F -0.42 ( thought Phyllis.) 508.95 598.76 P 2.04 (\322By all means, makes for some great) 416.4 586.48 P 0.21 (stuf) 405.6 574.48 P 0.21 (f, semen. Nothing beats the old money) 420.41 574.48 P (shot.\323) 405.6 562.48 T 0.54 (\322W) 416.4 550.19 P 0.54 (ell,\323 he said \322I wouldn\325) 429.47 550.19 P 0.54 (t be, but just) 524.97 550.19 P 1.2 (checking. Maybe I\325d have some tea.\323 He) 405.6 538.19 P -0.15 (poured himself a cup from the pot R) 405.6 526.19 P -0.15 (yeland) 549.35 526.19 P 0.34 (had left on the tray and stared in pro\336le at) 405.6 514.19 P 2.98 (the fountain. Phyllis was now shooting) 405.6 502.19 P (from a crouched position.) 405.6 490.19 T 1.03 (\322Do I understand correctly) 416.4 477.9 P 1.03 (, that in this) 525.7 477.9 P 0.89 (deal I have you for as long as I like?\323 he) 405.6 465.9 P 0.55 (asked, looking now up at the skylight and) 405.6 453.9 P 1.97 (taking a small sip of tea.) 405.6 441.9 P 1.97 (\322Or while the) 517.65 441.9 P 3.98 (optic medium holds out, maybe thirty) 405.6 429.9 P 3.88 (hours worth of straight shooting.\323 she) 405.6 417.9 P 1.71 (slowly rose from her crouch. James was) 405.6 405.9 P (now looking intently into his china cup.) 405.6 393.9 T 0.89 (\322This) 416.4 381.62 P 0 F 0.89 (is) 442 381.62 P 1 F 0.89 ( good isn\325) 448.67 381.62 P 0.89 (t it. A lovely blend.\323) 490.25 381.62 P 0.66 (he smiled at her) 405.6 369.62 P 0.66 (, \322I do have a) 470.74 369.62 P 0 F 0.66 (little) 530.09 369.62 P 1 F 0.66 ( some-) 548.42 369.62 P (thing planned...\323) 405.6 357.62 T -0.08 (Every IM had by de\336nition a huge data-) 416.4 345.33 P 0.96 (base of countless portrayals, delineations,) 405.6 333.33 P 1.82 (and distortions of almost everything and) 405.6 321.33 P 0.44 (everyone worth capturing ever) 405.6 309.33 P 0.44 (. These cat-) 528.77 309.33 P 1.55 (alogs were more or less interchangeable,) 405.6 297.33 P 2.1 (as there were only so many sources for) 405.6 285.33 P 1.2 (interesting material and the rate at which) 405.6 273.33 P 4.99 (the new became the old had almost) 405.6 261.33 P 2 (achieved real-time. Stars of course were) 405.6 249.33 P 1.57 (IM\325) 405.6 237.33 P 1.57 (s lifeblood and the majors spent vast) 420.59 237.33 P 1.64 (amounts of resources farming out dif) 405.6 225.33 P 1.64 (fer-) 561.58 225.33 P 2.88 (ence and intrigue. Icons were routinely) 405.6 213.33 P 1.01 (erected overnight only to have their elec-) 405.6 201.33 P 3.46 (tronic exoskeletons ground into image-) 405.6 189.33 P 4.09 (gristle weeks later) 405.6 177.33 P 4.09 (. Manufactured stars) 485.95 177.33 P 1.73 (were not, however) 405.6 165.33 P 1.73 (, the lifeblood of Pro-) 482.76 165.33 P 1.02 (cess. They always let you be the star) 405.6 153.33 P 1.02 (, for) 558.33 153.33 P 1.29 (the right price. An extravagant one. That) 405.6 141.33 P 0.38 (any IM could command the compensation) 405.6 129.33 P 5.66 (for a location shoot, random engine) 405.6 117.33 P 2.54 (recombination, and print that PPI could) 405.6 105.33 P 1.93 (was partially attributable to their quality) 405.6 93.33 P -0.24 (but mainly to their reputation. The \336nished) 405.6 81.33 P 2.6 (product was good, this was undeniable,) 405.6 69.33 P 1.7 (the Process engine seemed to be able to) 405.6 57.33 P FMENDPAGE %%EndPage: "4" 6 %%Page: "5" 6 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (5) 303.75 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 4.71 (make intuitive and often otherworldly) 36 731.33 P 1.05 (connections to attenuated and rarely used) 36 719.33 P 1.27 (perceptions of cultural totems disused by) 36 707.33 P 1.18 (more mainstream IM\325) 36 695.33 P 1.18 (s, but it wasn\325) 125.52 695.33 P 1.18 (t that) 184.95 695.33 P 2.6 (good. Y) 36 683.33 P 2.6 (et to own a Process episode of) 69.8 683.33 P 0.35 (your own Process shoot was a status sym-) 36 671.33 P 0.66 (bol the monied worldwide coveted. Guar-) 36 659.33 P 7.87 (anteed only one original to exist,) 36 647.33 P 3.79 (generated at the Process labs with no) 36 635.33 P 2.97 (human intervention. As their infrequent) 36 623.33 P 0.88 (advertisements claimed,) 36 611.33 P 0 F 0.88 (two things in life) 136.85 611.33 P 4.68 (ar) 36 599.33 P 4.68 (e certain, only one isn\325) 44.51 599.33 P 4.68 (t) 154.01 599.33 P 1 F 4.68 (. Even the) 156.79 599.33 P 2.4 (daughter of the CEO of Junee-July had) 36 587.33 P 0.18 (provoked no end of embarrassment at cor-) 36 575.33 P 1.61 (porate headquarters when she boasted of) 36 563.33 P 2.95 (her Process shoot in an interview with) 36 551.33 P (CRUEL.) 36 539.33 T 1.11 (Playing pool turned out to be the) 46.8 527 P 0 F 1.11 (little) 188.07 527 P 1.99 (something) 36 515 P 1 F 1.99 ( that James had spoken about.) 77.09 515 P 1.38 (He had led her upstairs into an oak pan-) 36 503 P 2.97 (eled room with a huge table and deep) 36 491 P 3.21 (maroon carpeting. The room was dank) 36 479 P 0.1 (with the smell of mold. For nearly an hour) 36 467 P -0.19 (he quietly racked, broke and cleared. Phyl-) 36 455 P 1.52 (lis was doing her best to make this look) 36 443 P -0.02 (interesting, she guessed he wasn\325) 36 431 P -0.02 (t half bad) 168.69 431 P 2.23 (as a player) 36 419 P 2.23 (, but this would undoubtedly) 82.8 419 P 2.87 (make for poor source material and she) 36 407 P 0.21 (knew who would have to carry the can for) 36 395 P 0 F 1.34 (that) 36 383 P 1 F 1.34 (. Occasionally he would light a ciga-) 51.55 383 P 4.15 (rette and Phyllis would frantically try) 36 371 P 0.76 (every trick she knew to make it look dra-) 36 359 P 5.66 (matic. R) 36 347 P 5.66 (yeland came in and of) 75.14 347 P 5.66 (fered) 185.87 347 P 0.55 (another round of tea, which was declined,) 36 335 P -0.2 (and informed James that he would be leav-) 36 323 P 1.66 (ing for the afternoon.) 36 311 P 1.66 (\322Is this okay?\323 he) 130.08 311 P 2.61 (asked Phyllis a few minutes later) 36 299 P 2.61 (, after) 180.49 299 P -0.14 (clearing the table and beginning to set up a) 36 287 P (new break.) 36 275 T 1.48 (\322Fine, sure.\323 she said, trying to sound) 46.8 262.67 P (intrigued.) 36 250.67 T 1.62 (\322If not, then there) 46.8 238.33 P 0 F 1.62 (is) 126.85 238.33 P 1 F 1.62 ( something else I) 133.51 238.33 P (might be doing.\323) 36 226.33 T 2.49 (Phyllis followed James down a long,) 46.8 214 P 1.54 (winding, semi-lit hallway that sloped for) 36 202 P 0 (maybe forty-\336ve yards, shooting the entire) 36 190 P (way) 36 178 T (.) 52 178 T 4.78 (\322I\325ve always wanted to record my) 46.8 165.67 P -0.24 (dreams,\323 said James with a hint of resigna-) 36 153.67 P 3.83 (tion, \322but you people have made that) 36 141.67 P (desire obsolete, haven\325) 36 129.67 T (t you?\323) 127.69 129.67 T 1.43 (\322I\325d like to think we augment peoples) 46.8 117.33 P 3.38 (dreams.\323 said Phyllis, shooting now at) 36 105.33 P 3.49 (close range, nearly over his shoulders.) 36 93.33 P -0.21 (James stopped suddenly) 36 81.33 P -0.21 (, maybe ten meters) 131.54 81.33 P 1.86 (from what appeared to Phyllis to be the) 36 69.33 P 0.83 (end of the corridor) 36 57.33 P 0.83 (.) 112.6 57.33 P 0.83 (\322Oh wait, one thing I) 118.42 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 1.18 (have) 220.8 731.33 P 0 F 1.18 (got) 243.35 731.33 P 1 F 1.18 ( to have \336rst, those inner lights?) 256.12 731.33 P -0.16 (Do they still do that?\323) 220.8 719.33 P -0.16 (It took Phyllis a few) 310.78 719.33 P 2.86 (moments to understand what it was he) 220.8 707.33 P (wanted.) 220.8 695.33 T 0.22 (\322Like in Goelsann\325) 231.6 683.22 P 0.22 (s Deduche\325 Jar\323 said) 308.11 683.22 P (James.) 220.8 671.22 T (\322Micro-machines?\323) 231.6 659.1 T 2.62 (\322Y) 231.6 646.98 P 2.62 (es! Can you do that?\323 He seemed) 242.25 646.98 P (almost childishly enthused by the idea.) 220.8 634.98 T 1.38 (\322Sure.\323 Phyllis said, halting the shoot.) 231.6 622.86 P 1.75 (Micro-machines.) 220.8 610.86 P 0 F 1.75 (Oh br) 293.05 610.86 P 1.75 (other) 318.03 610.86 P 1 F 1.75 (. How hack-) 338.58 610.86 P -0.21 (neyed can he make this? She knelt again to) 220.8 598.86 P -0.08 (root through her equipment bag.) 220.8 586.86 P -0.08 (\322I have to) 351.96 586.86 P 2.37 (tell you though, they do require you to) 220.8 574.86 P 2.38 (sign a waiver authorizing a hypodermic) 220.8 562.86 P 0.27 (injection. Also,\323 and suddenly the thought) 220.8 550.86 P 0.03 (of injecting a syringe full of little paddling) 220.8 538.86 P 1 (chemo-phosphorescent machines into this) 220.8 526.86 P 2.34 (fey man struck her as too repulsive for) 220.8 514.86 P 2.27 (words, \322also, you may experience some) 220.8 502.86 P 5.09 (after) 220.8 490.86 P 5.09 (-ef) 238.91 490.86 P 5.09 (fects until they are completely) 249.82 490.86 P (\337ushed out of your system.\323) 220.8 478.86 T (\322Like?\323) 231.6 466.74 T (\322Like headaches and diarrhea.\323) 231.6 454.63 T 2.64 (\322That doesn\325) 231.6 442.51 P 2.64 (t sound too terrible,\323 he) 285.97 442.51 P 1.7 (said, the smile \336xed on his face.) 220.8 430.51 P 1.7 (Phyllis) 363.42 430.51 P 3.28 (carefully unwrapped a new needle and) 220.8 418.51 P 0.83 (handed both a pen and the needle\325) 220.8 406.51 P 0.83 (s paper) 361.79 406.51 P 0.78 (jacket, which doubled as both waiver and) 220.8 394.51 P 0.27 (warning, to James. He signed it with short) 220.8 382.51 P (quick stabs.) 220.8 370.51 T (\322What density?\323 asked Phyllis.) 231.6 358.39 T (\322Pardon?\323) 231.6 346.27 T 0.43 (\322Do you want a few or a lot?\323 She was) 231.6 334.16 P 2.94 (crouching and holding the needle care-) 220.8 322.16 P (fully) 220.8 310.16 T (, with both hands.) 239.03 310.16 T 0.71 (\322Oh, light me up like a Christmas tree,) 231.6 298.04 P 3.72 (by all means.\323) 220.8 286.04 P 3.72 (She took his arm and) 291.92 286.04 P 3.32 (slowly administered the machine injec-) 220.8 274.04 P (tion.) 220.8 262.04 T 0.95 (He was leaning against a brick wall of) 231.6 249.92 P 0.99 (the corridor and looking at her with half-) 220.8 237.92 P 0 (lidded eyes as she fastened a chemo-sensi-) 220.8 225.92 P (tive lens to the T) 220.8 213.92 T (iarraShot.) 287.63 213.92 T 0.69 (\322How long have you been doing this?\323) 231.6 201.8 P 2.49 (he asked.) 220.8 189.8 P 2.49 (Phyllis stood up and noticed,) 265.47 189.8 P 1.21 (oddly and for the \336rst time, that she was) 220.8 177.8 P (considerably taller than James.) 220.8 165.8 T 0.07 (\322Almost ten years, professionally four) 231.6 153.69 P 0.07 (.\323) 384.26 153.69 P (She smiled and raised the camera.) 220.8 141.69 T 0.44 (\322An old hand. Y) 231.6 129.57 P 0.44 (ou\325ve seen some weird) 298 129.57 P 0.85 (stuf) 220.8 117.57 P 0.85 (f, I bet.\323 He was smiling and walking) 235.61 117.57 P (slowly towards the corridors\325 end.) 220.8 105.57 T -0.08 (\322Nothing\325) 231.6 93.45 P -0.08 (s shocking.\323 She said, follow-) 271.58 93.45 P (ing closely) 220.8 81.45 T (.) 263.74 81.45 T 5.45 (\322That's good because some people) 231.6 69.33 P 0.11 (might not feel up to recording something I) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.31 (really want in this.\323) 405.6 731.33 P 0.31 (And the room opened) 488.18 731.33 P 0.3 (up behind him. Phyllis did not feel well at) 405.6 719.33 P (that moment. Not at all.) 405.6 707.33 T 3.09 (She was naked and tied to a rusted) 416.4 695 P 1.71 (metal table with red stockings. Her eyes) 405.6 683 P -0.2 (were open but un-focused and her hair was) 405.6 671 P 2.63 (a matted brown. She was covered with) 405.6 659 P 2.33 (scars and uttered streams of non-words,) 405.6 647 P 1.66 (like someone speaking in tongues, every) 405.6 635 P 1.54 (few moments.) 405.6 623 P 1.54 (\322This is a friend of mine,) 467.81 623 P 1.71 (Phyllis. Her name is Alice,\323 said James.) 405.6 611 P 2.59 (He circled around the table and looked) 405.6 599 P 0.23 (down at the woman with an adoring glare.) 405.6 587 P 0.21 (Phyllis had let her bag fall to the \337oor and) 405.6 575 P 0.83 (the Leico drop to her chest upon entering) 405.6 563 P 2.76 (the lar) 405.6 551 P 2.76 (ge room but had now raised the) 433.43 551 P 0.83 (camera again, almost in self defense. The) 405.6 539 P 0.55 (room at the end of the corridor turned out) 405.6 527 P 0.6 (to be lar) 405.6 515 P 0.6 (ge and rectangular) 439.38 515 P 0.6 (, maybe twelve) 514.01 515 P 3.19 (by twenty meters. One wall was com-) 405.6 503 P 1.06 (pletely framed glass with a view out into) 405.6 491 P 0.91 (what Phyllis guessed to be the rear quad-) 405.6 479 P 0.51 (rangle of the estate. The ceiling was high,) 405.6 467 P 1.43 (maybe twenty feet. The room was dimly) 405.6 455 P 2.89 (illuminated on the near side by an arc) 405.6 443 P 0.04 (lamp that stretched from one wall out over) 405.6 431 P 6.22 (the table. There were several small) 405.6 419 P 1.61 (wooden deck chairs scattered around the) 405.6 407 P 1.58 (table. It was nearly dark outside and the) 405.6 395 P 0.23 (rain had begun again. Through the camera) 405.6 383 P -0.05 (James was beginning to glow with the tiny) 405.6 371 P 2.06 (red, blue and green lights of the micro-) 405.6 359 P (machines.) 405.6 347 T 0.37 (\322I\325m sort of a medical enthusiast, Phyl-) 416.4 334.67 P 1.58 (lis.\323 said James. She noticed, as she cir-) 405.6 322.67 P 1.97 (cled around to his side of the table, the) 405.6 310.67 P 2.25 (small tray of sur) 405.6 298.67 P 2.25 (gical implements. \322I\325ve) 477.4 298.67 P (got some radical ideas in the area.\323) 405.6 286.67 T -0.05 (\322So she needs an operation?\323 said Phyl-) 416.4 274.33 P 1.78 (lis, getting weak in the knees, her voice) 405.6 262.33 P (unsteady) 405.6 250.33 T (.) 440.48 250.33 T 0.77 (\322Y) 416.4 238 P 0.77 (es, very desperately) 427.05 238 P 0.77 (.\323 He smiled \336x-) 507.05 238 P (edly and looked at Phyllis.) 405.6 226 T 2.9 (\322James,\323 she said lowering the T) 416.4 213.67 P 2.9 (iar-) 562.13 213.67 P 1.11 (raShot, \322there was something in the tea.\323) 405.6 201.67 P 2.22 (She felt the rising edge of panic in her) 405.6 189.67 P 0.95 (voice. The room seemed to be the culmi-) 405.6 177.67 P 2.71 (nation of some deliberate and insidious) 405.6 165.67 P 0 (chain of events. The implements, her cam-) 405.6 153.67 P 0.69 (era, the table and its babbling girl, all felt) 405.6 141.67 P -0.07 (like props in a game that was about to end.) 405.6 129.67 P 1.71 (\322There was) 416.4 117.33 P 0 F 1.71 (something) 468.11 117.33 P 1 F 1.71 ( in the tea, yes.) 509.2 117.33 P 1.7 (Can I begin now?\323 He ventured a quick) 405.6 105.33 P 0.32 (glance at the camera dangling at her neck.) 405.6 93.33 P 2.1 (Phyllis raised the camera and un-halted.) 405.6 81.33 P 0.91 (James was now almost a blazing sheet of) 405.6 69.33 P 1.06 (white through the lens, so she re\337exively) 405.6 57.33 P FMENDPAGE %%EndPage: "5" 7 %%Page: "6" 7 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (6) 303.75 39 T 405.6 54 576 738 R 7 X V 0 10 Q 0 X 2.68 (to his knees. He began to cry) 405.6 731.33 P 2.68 (.) 536.85 731.33 P 2.68 (\322Y) 544.53 731.33 P 2.68 (ou\325r) 554.72 731.33 P 2.68 (e) 571.56 731.33 P 0.8 (pathetic. I knew your game fr) 405.6 719.33 P 0.8 (om the \336rst,) 526.93 719.33 P -0.13 (and I waited too long for this, but its going) 405.6 707.33 P 0.58 (to be a differ) 405.6 695.33 P 0.58 (ent world fr) 458.34 695.33 P 0.58 (om her) 506.33 695.33 P 0.58 (e on out.\323) 534.58 695.33 P 2.4 (Einstein looked slowly up into her eyes) 405.6 683.33 P (and nodded.) 405.6 671.33 T 36 54 206.4 738 R 7 X V 1 F 0 X 0.12 (keyed the shutter speed down to avoid ret-) 36 731.33 P 0.15 (inal burn. He slowly raised a small cutting) 36 719.33 P 0.79 (tool and leaned over Alice. The \336rst inci-) 36 707.33 P 0.51 (sion extended along her left side from her) 36 695.33 P 3.25 (neck to just below her ribcage, a tiny) 36 683.33 P 1.89 (thread of blood following his hand. The) 36 671.33 P 1.51 (girl on the table let out a low moan and) 36 659.33 P -0.12 (then uttered a small stream of sibilant non-) 36 647.33 P 0.5 (words. Phyllis struggled to hold the Leico) 36 635.33 P 1.68 (steady) 36 623.33 P 1.68 (, shooting now over James\325 shoul-) 60.89 623.33 P 2.26 (der) 36 611.33 P 2.26 (. He cut her again, more deeply this) 48.21 611.33 P 1.55 (time, a small jet of blood leaping out of) 36 599.33 P 0.31 (her neck and onto the table. Phyllis let the) 36 587.33 P 0 (camera fall and backed quickly away from) 36 575.33 P 3.41 (the table.) 36 563.33 P 3.41 (\322James, this\321\323 she couldn\325) 81.97 563.33 P 3.41 (t) 203.62 563.33 P 1.52 (seem to form words and in her eyes she) 36 551.33 P 0.67 (still saw the faint ghost of James\325 blazing) 36 539.33 P -0.24 (silhouette leaning over the table. \322I have to) 36 527.33 P 1.75 (go,\323 she turned, stumbled, and hit glass.) 36 515.33 P 0.31 (The rain was coming down hard and cold,) 36 503.33 P 0.94 (running down her face. Phyllis felt dizzy) 36 491.33 P 0.94 (,) 203.9 491.33 P (burning with confusion and slicing pain.) 36 479.33 T 0 (\322This thing I\325m doing here,\323 James said) 46.8 466.83 P 2.37 (softly) 36 454.83 P 2.37 (, kneeling in the broken glass and) 58.12 454.83 P -0.09 (\336rmly holding her bleeding arm, \322is a ded-) 36 442.83 P 0.31 (ication.\323 He let go of her and she watched) 36 430.83 P 0.07 (in fear and bemusement as he ran the scal-) 36 418.83 P 0.31 (pel along his wrist. He took her arm again) 36 406.83 P (and pressed his wrist to it.) 36 394.83 T 2.44 (Phyllis got up unsteadily and walked) 46.8 382.33 P 1.15 (into the room. Her vision was swimming) 36 370.33 P 1.62 (and she felt an unbearable nausea. Alice) 36 358.33 P 0.79 (was looking mutely at her from the table,) 36 346.33 P (unblinking.) 36 334.33 T 0.6 (\322If you are feeling ill,\323 said James \322we) 46.8 321.83 P 0.41 (could \336nish some other time.\323 Phyllis had) 36 309.83 P 0.55 (spilled her equipment bag by the entrance) 36 297.83 P (and was clumsily packing.) 36 285.83 T 4.35 (\322Y) 46.8 273.33 P 4.35 (es,\323 she muttered, speech feeling) 57.45 273.33 P 0.71 (alien and unnatural to her mouth.) 36 261.33 P 0.71 (She got) 175.43 261.33 P 2.18 (up, walked over to the glass wall, gave) 36 249.33 P 1.94 (James a half-nod and ducked out of the) 36 237.33 P 3.05 (broken portion of the window into the) 36 225.33 P 0 (rain. She found herself choking back a sob) 36 213.33 P 0.75 (as she stumbled around the outside of the) 36 201.33 P 1.62 (house through the downpour) 36 189.33 P 1.62 (, \336ghting an) 155.12 189.33 P 2.32 (ur) 36 177.33 P 2.32 (ge to run. The rain felt like molasses) 44.15 177.33 P 2.63 (running down her face. The words and) 36 165.33 P 0.69 (glances of peers reverberated in her head.) 36 153.33 P 0.36 (A cam-tech was a) 36 141.33 P 0 F 0.36 (go-between) 111.24 141.33 P 1 F 0.36 ( for star and) 157.32 141.33 P 1.7 (fanatic, a mere tool of the truly famous,) 36 129.33 P 0.81 (the elite. They couldn\325) 36 117.33 P 0.81 (t know that Phyllis) 128.73 117.33 P 1.66 (had wanted very much to opt out of the) 36 105.33 P 1.5 (loop. She could scarcely admit it to her-) 36 93.33 P 1.53 (self. She remembered her mother) 36 81.33 P 1.53 (\325) 175.44 81.33 P 1.53 (s eyes,) 178.22 81.33 P 1.35 (the curse that fame denied can really be.) 36 69.33 P 0.33 (She just didn\325) 36 57.33 P 0.33 (t have it. She would fail this) 92 57.33 P 405.6 54 576 162 R 7 X V 0 F 0 X 0.61 (Steven Schuldt is an under) 405.6 155.33 P 0.61 (graduate at the) 513.71 155.33 P 1.45 (Sterling school of post-cyberpunk \336ction.) 405.6 143 P 3.3 (He is curr) 405.6 130.67 P 3.3 (ently majoring in Slipstr) 452.36 130.67 P 3.3 (eam) 559.35 130.67 P 0.07 (studies and working on his \336rst novel, ten-) 405.6 118.33 P 0.88 (tatively titled \322T) 405.6 106 P 0.88 (ransmission and Grace\323.) 472.9 106 P 1.71 (He lives in Boston with his \336ance, thr) 405.6 93.67 P 1.71 (ee) 567.12 93.67 P (cats and a computer) 405.6 81.33 T (.) 485.83 81.33 T (steve@ma.neavs.com) 447.9 57.33 T 220.8 54 391.2 738 R 7 X V 1 F 0 X 1.01 (audition, there was no doubt. \322Miss) 220.8 731.33 P 0 F 1.01 (can\325) 371.77 731.33 P 1.01 (t) 388.42 731.33 P (Cope) 220.8 719.33 T 1 F (...\323) 241.9 719.33 T 1.29 (He was sitting in a deck chair by the) 235.39 705.93 P 2.07 (illuminated end of the room, smoking a) 220.8 693.93 P -0.12 (cigarette. The girl and the table were gone.) 220.8 681.93 P 1.1 (Phyllis breathed deeply and tried to calm) 220.8 669.93 P 0 (the speeding sensation her body was expe-) 220.8 657.93 P 0.02 (riencing.) 220.8 645.93 P 0 F 0.02 (D-L) 258.57 645.93 P 0.02 (yser) 274.37 645.93 P 0.02 (gic acid) 290.65 645.93 P 1 F 0.02 (, she told herself,) 322.59 645.93 P 0 F 0.35 (kid\325) 220.8 633.93 P 0.35 (s stuff) 235.05 633.93 P 1 F 0.35 (. She silently pressed the camera) 259.01 633.93 P 2.21 (to the glass and un-halted. Momentarily) 220.8 621.93 P 1.42 (James turned and looked at her) 220.8 609.93 P 1.42 (. She had) 351.43 609.93 P 0.08 (the momentary thought that he looked like) 220.8 597.93 P 1.48 (a vulture but resisted an ur) 220.8 585.93 P 1.48 (ge to run and) 334.31 585.93 P 4.43 (kept shooting. A smile slowly spread) 220.8 573.93 P (across his thin face.) 220.8 561.93 T 0 F 1.27 (W) 235.37 548.53 P 1.27 (elcome aboar) 242.77 548.53 P 1.27 (d. Y) 298.36 548.53 P 1.27 (ou handle yourself) 314.26 548.53 P 1.01 (very pr) 220.8 536.53 P 1.01 (ofessionally) 250.02 536.53 P 1.01 (. I like your technique.) 297.23 536.53 P 0.58 (My son is my favorite camera by the way) 220.8 524.53 P 0.58 (,) 388.7 524.53 P 0 (and he likes you as well. W) 220.8 512.53 P 0 (e\325ll be in touch.) 328.45 512.53 P (P) 220.8 500.53 T (. Reuters) 225.62 500.53 T 1 F 1.48 (There were two prints in the package,) 231.6 487.13 P -0.06 (the \336rst being Ursula\325) 220.8 475.13 P -0.06 (s wedding gift. Phyl-) 307.52 475.13 P 2.02 (lis realized she must have left it behind) 220.8 463.13 P 2.91 (when her bag had spilled. An attached) 220.8 451.13 P 0.03 (note chided her for her taste in IM\325) 220.8 439.13 P 0.03 (s. Phyl-) 360.63 439.13 P 0.78 (lis couldn\325) 220.8 427.13 P 0.78 (t seem to care about that at the) 263.88 427.13 P 0.5 (moment, and took an immediate inlet into) 220.8 415.13 P 1.61 (the other episode. For many minutes the) 220.8 403.13 P 3.19 (thing made very little sense indeed. A) 220.8 391.13 P 1.66 (montage of beautiful, wavering portraits,) 220.8 379.13 P 0.57 (all vaguely familiar) 220.8 367.13 P 0.57 (, all with the strangely) 299.81 367.13 P -0.12 (vast) 220.8 355.13 P 0 F -0.12 (mor) 239.28 355.13 P -0.12 (e r) 255.01 355.13 P -0.12 (eal than r) 265.34 355.13 P -0.12 (eality) 303.59 355.13 P 1 F -0.12 ( edge every Pro-) 325.8 355.13 P 2.54 (cess episode seemed to possess, but no) 220.8 343.13 P 1.66 (evidence of James at all. The thing then) 220.8 331.13 P -0.05 (segued into a minimal children\325) 220.8 319.13 P -0.05 (s story of a) 347.2 319.13 P 1.18 (farm girl who loved cats and had a cruel) 220.8 307.13 P 2.14 (grandmother) 220.8 295.13 P 2.14 (. The whole thing somehow) 271.32 295.13 P 0.73 (was the most astonishing episode she had) 220.8 283.13 P 0.77 (ever seen but she couldn\325) 220.8 271.13 P 0.77 (t \336gure out why) 325.3 271.13 P 3.6 (until the \336nal few moments when the) 220.8 259.13 P 3.33 (engine seemed to power down from a) 220.8 247.13 P 0.23 (spectral, idealized shot of a gigantic urban) 220.8 235.13 P 0.55 (skyline into the episode\325) 220.8 223.13 P 0.55 (s source material.) 319.89 223.13 P 0 (The \336nal shot was a ghostly) 220.8 211.13 P 0 (, skeletal treat-) 332.07 211.13 P 2.77 (ment of a woman soaked in rain, seen) 220.8 199.13 P 5.21 (through glass and holding a camera,) 220.8 187.13 P 1.87 (treated with some sort of hyper) 220.8 175.13 P 1.87 (-trophied) 354.56 175.13 P 9.08 (ray tracing algorithm. The micro-) 220.8 163.13 P -0.1 (machines circulating beneath her skin tiny) 220.8 151.13 P -0.1 (,) 388.7 151.13 P (red sparks.) 220.8 139.13 T 220.8 113.4 391.2 132.4 C 220.8 113.4 391.2 132.4 R 7 X 0 K V 265.5 123.9 346.5 123.9 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 10 Q 0 X 0 K 3.21 (She spun with grace and impossible) 231.6 106.73 P 0.07 (quickness. The gun skitter) 220.8 94.73 P 0.07 (ed acr) 324.46 94.73 P 0.07 (oss the tar) 349.42 94.73 P (and ar) 220.8 82.73 T (ched in slow motion off the r) 246.81 82.73 T (oof.) 360.82 82.73 T 1.66 (\322- crazy if you thought you could kill) 231.6 69.33 P 1.14 (me, Al.\323 said Ursula.) 220.8 57.33 P 1.14 (Albert Einstein fell) 313.39 57.33 P FMENDPAGE %%EndPage: "6" 8 %%Page: "7" 8 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (Decembert 1992) 516.35 751 T 36 35 576 45 R 7 X V 0 X (7) 303.75 39 T 36 621 396 738 R 7 X V 326.4 189 470.4 315 R V 326.38 324 470.38 324 2 L 0.5 H 2 Z 0 X N 326.38 180 470.38 180 2 L N 36 54 206.4 486 R 7 X V 1 18 Q 0 X 4.78 (T) 36 479.33 P 1 10 Q 2.65 (he condo\325) 46.99 479.33 P 2.65 (s comm-board continued to) 88.79 479.33 P 4.43 (beep, muted light from the Sintrivani) 36 467.33 P 0.22 (sketching dim lines across the white, plas-) 36 455.33 P 0.03 (ter walls. Cecil curled his lip into an angry) 36 443.33 P (grimace.) 36 431.33 T (\322Great hindsight, gatherer) 46.8 419.15 T (.\323) 150.33 419.15 T 1.3 (\322Just answer it.\323 Mike added a t-cross) 46.8 406.97 P 0.39 (with his \336nger and thumb, an old gatherer) 36 394.97 P 1.82 (hand-sign, and one of the few which he) 36 382.97 P 4.5 (remembered teaching Cecil. It usually) 36 370.97 P 1.52 (meant \322track\323 or \322follow\323, but given the) 36 358.97 P 3.94 (proper context, it could mean \322trace\323.) 36 346.97 P 0.41 (Cecil\325) 36 334.97 P 0.41 (s cameras bobbed in comprehension) 59.88 334.97 P 1.02 (as Johanes\325 image appeared on the three-) 36 322.97 P 1.1 (vee, a slight nod displaying all the greet-) 36 310.97 P (ings he wished to convey) 36 298.97 T (.) 136.4 298.97 T 1.29 (Cecil snorted, \322Speak of the devil and) 46.8 286.79 P (he shalt come.\323) 36 274.79 T 1.41 (\322Look, I don\325) 46.8 262.61 P 1.41 (t have time to dance the) 104.13 262.61 P 1.26 (verbal footsie with either of you. I know) 36 250.61 P 1.8 (that you\325re probably tracing this call, so) 36 238.61 P 4.87 (just stop me if I start getting long-) 36 226.61 P (winded.\323) 36 214.61 T (Mike smiled, \322Fat chance.\323) 46.8 202.42 T 0.69 (\322I\325m calling on your behalf, Michael. I) 46.8 190.24 P 1.1 (realize that right now you probably think) 36 178.24 P (that I\325m lower than a swamp slog.\323) 36 166.24 T 2.86 (\322Y) 46.8 154.06 P 2.86 (ou could have killed thousands of) 57.45 154.06 P (people, Johanes.\323) 36 142.06 T (\322But I didn\325) 46.8 129.88 T (t.\323) 94.92 129.88 T 0.33 (\322And you tried to set me up. Y) 46.8 117.7 P 0.33 (ou sacri-) 171.38 117.7 P 0.44 (\336ced Nicholas. And for all you knew) 36 105.7 P 0.44 (, that) 185.97 105.7 P 1.34 (nuke could have gone of) 36 93.7 P 1.34 (f in the heart of) 139.43 93.7 P (Xin.\323) 36 81.7 T (\322All true.\323) 46.8 69.52 T 0.81 (Mike shook his head is disbelief, \322Y) 46.8 57.33 P 0.81 (ou) 196.4 57.33 P 220.8 338 391.2 612 R 7 X V 0 X (don\325) 220.8 605.33 T (t even care.\323) 238.94 605.33 T (\322There\325) 231.6 593.33 T (s a lot at stake, Michael.\323) 262.12 593.33 T (\322Doomsday?\323) 231.6 581.33 T (\322I\325ve already told you far too much.\323) 231.6 569.33 T 0.59 (\322Now you have to kill me, I suppose?\323) 231.6 557.33 P 0.69 (Mike grinned his baiting grin, waiting for) 220.8 545.33 P 1.29 (anything that would keep Johanes on the) 220.8 533.33 P 0.87 (line just a few moments longer) 220.8 521.33 P 0.87 (. The Dra-) 348.12 521.33 P 0.29 (conian seemed to read his mind from afar) 220.8 509.33 P 0.29 (,) 388.7 509.33 P 1.82 (sifting implications through the pours of) 220.8 497.33 P (Mike\325) 220.8 485.33 T (s skin. He took a deep breath.) 244.68 485.33 T 0.7 (\322If I wasn\325) 231.6 473.33 P 0.7 (t pressed for time, perhaps I) 276.11 473.33 P 2.21 (would do the honors, but I imagine the) 220.8 461.33 P (Imps will do a far better job with you.\323) 220.8 449.33 T 1.03 (\322T) 231.6 437.33 P 1.03 (oo bad. Y) 241.45 437.33 P 1.03 (ou could have done us all.) 281.65 437.33 P (Why didn\325) 220.8 425.33 T (t you?\323) 263.65 425.33 T 0.76 (\322Just do yourself a favor) 231.6 413.33 P 0.76 (, Michael. Get) 332.5 413.33 P 1.79 (back to T) 220.8 401.33 P 1.79 (izar) 261.78 401.33 P 1.79 (. For) 276.21 401.33 P 1.79 (get about this story) 296.7 401.33 P 1.79 (. If) 377.76 401.33 P 1.06 (you try publishing even half of what you) 220.8 389.33 P 2.31 (know) 220.8 377.33 P 2.31 (, it\325ll be the same as signing your) 242.36 377.33 P (own execution warrant.\323) 220.8 365.33 T 2.14 ( \322How many times have I heard that) 231.6 353.33 P (before?\323) 220.8 341.33 T 220.8 168 310.8 335 R 7 X V 0 X 0.55 ( \322This isn\325) 231.6 328.33 P 0.55 (t like the) 274.72 328.33 P 6.37 (other stories. Don\325) 220.8 316.33 P 6.37 (t) 308.02 316.33 P 1.13 (give them a reason to) 220.8 304.33 P 3.41 (pay you a visit. It\325) 220.8 292.33 P 3.41 (s) 306.91 292.33 P (not worth it.\323) 220.8 280.33 T 2.07 ( His face \337ickered) 231.6 267.83 P 2.7 (of) 220.8 255.83 P 2.7 (f the depth box as) 228.95 255.83 P 1.84 (the connection broke,) 220.8 243.83 P 2.61 (and within a minute,) 220.8 231.83 P 7.25 (Mike had dismem-) 220.8 219.83 P 1.6 (bered the \322bug\323 from) 220.8 207.83 P (its battery) 220.8 195.83 T (.) 259.85 195.83 T 18.3 (\322Hmm... didn\325) 231.6 183.33 P 18.3 (t) 308.02 183.33 P 4.2 (self-destruct like the) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X (others. Did you trace him?\323) 220.8 158.33 T 2.68 (Cecil shook his head, \322He\325) 231.6 144.67 P 2.68 (s a crafty) 349.2 144.67 P 0.92 (one. He piggy-backed on a remote dialer) 220.8 132.67 P 0.92 (.) 388.7 132.67 P 0.15 (Could have found him, but he dropped the) 220.8 120.67 P (line before it became apparent.\323) 220.8 108.67 T 1.23 (\322Damnit, Cecil! I had him on for how) 231.6 95 P (long?!\323) 220.8 83 T 0.94 (\322Cecil be sorry) 231.6 69.33 P 0.94 (.\323 The camera\325) 293.35 69.33 P 0.94 (s made a) 354.34 69.33 P 0.63 (dejected pose. \322Got the last of it recorded) 220.8 57.33 P 405 338 575.4 738 R 7 X V 0 X 1.15 (from the remote if you\325re interested. Just) 405 731.33 P (didn\325) 405 719.33 T (t think to extend the trace in time.\323) 425.92 719.33 T (\322Great hindsight, hacker) 415.8 706.9 T (.\323) 513.23 706.9 T 1.34 (The camera nearest Mike perked side-) 415.8 694.48 P 2.49 (ways like a confused dog trying to see) 405 682.48 P 2.31 (things from a slightly dif) 405 670.48 P 2.31 (ferent perspec-) 513.44 670.48 P 0 (tive: Cecil\325) 405 658.48 P 0 (s way of acknowledging a turn-) 449.14 658.48 P 5.92 (about. However) 405 646.48 P 5.92 (, something about its) 474.35 646.48 P 0.49 (hound-like stance and the crumpled \337imsi) 405 634.48 P 2.1 (in his pants pocket told Mike the chase) 405 622.48 P 1.77 (wasn\325) 405 610.48 P 1.77 (t over) 428.69 610.48 P 1.77 (. The comm-address glittered) 452.95 610.48 P 0.74 (faintly as Mike \337attened the \337imsi out on) 405 598.48 P (the rug.) 405 586.48 T (\322Cecil, I just thought of something.\323) 415.8 574.05 T (\322Congratulations.\323) 415.8 561.62 T 0.24 (\322Spokes managed to trace a call I made) 415.8 549.19 P 5.82 (him from Gardansa\325) 405 537.19 P 5.82 (s to a restricted) 497.14 537.19 P (comm-address.\323) 405 525.19 T (\322So?\323) 415.8 512.76 T 0.32 (\322He was using amplitude logs or some-) 415.8 500.33 P (thing. Can you do the same thing?\323) 405 488.33 T (The camera seemed to shrug.) 415.8 475.9 T (\322That could take days.\323) 415.8 463.48 T 1.78 (\322I bet you he\325) 415.8 451.05 P 1.78 (s at the Arien mansion.) 475.83 451.05 P 2.68 (Just compare the dialing records to the) 405 439.05 P 2.16 (mansion and the immediate area around) 405 427.05 P (it.\323) 405 415.05 T (Cecil half-sighed half-grumbled.) 415.8 402.62 T 4.53 (\322He\325) 415.8 390.19 P 4.53 (s not going to be that stupid,) 434.67 390.19 P 2.08 (Michael. If he doesn\325) 405 378.19 P 2.08 (t want you to \336nd) 496.55 378.19 P (him, that\325) 405 366.19 T (s the last place he would go.\323) 443.32 366.19 T (\322Unless...) 415.8 353.76 T 1.11 (Cecil\325) 415.8 341.33 P 1.11 (s cameras started rotating in vic-) 439.68 341.33 P 486 168 576 335 R 7 X V 0 X 10.57 (torious delight as) 486 328.33 P 3.07 (Mike looked out the) 486 316.33 P (window toward Xin.) 486 304.33 T 2.53 (\322...he has an good) 496.8 291.83 P 5.58 (reason to be there.) 486 279.83 P 4.46 (That was fast. He\325) 486 267.83 P 4.46 (s) 572.11 267.83 P 2.24 (inside the mansion, I) 486 255.83 P (take it?\323) 486 243.83 T 4.94 (\322Y) 496.8 231.33 P 4.94 (ou aren\325) 507.45 231.33 P 4.94 (t plan-) 545.24 231.33 P 3.26 (ning on going down) 486 219.33 P 2.81 (there, are you?\323 The) 486 207.33 P 23.67 (cameras stopped) 486 195.33 P 6.44 (rejoicing as V) 486 183.33 P 6.44 (ilya\325) 554.34 183.33 P 6.44 (s) 572.11 183.33 P 3.07 (cat pawed at one of) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X (them, uncertain as to it\325) 405.6 158.33 T (s edibility) 499.71 158.33 T (.) 538.77 158.33 T -0.08 (\322I\325d like to know more about the Ariens) 416.4 144.67 P 0.99 (themselves. They\325re playing some part in) 405.6 132.67 P (this, Cecil.\323) 405.6 120.67 T 3.19 (\322And probably on both sides of the) 416.4 107 P (court, knowing how psyches are.\323) 405.6 95 T 3.88 (Mike smirked. It was like Cecil to) 416.4 81.33 P 4.85 (understate the galaxy\325) 405.6 69.33 P 4.85 (s most common) 503 69.33 P 0.08 (prejudice just to needle him. He was prob-) 405.6 57.33 P 36 621 396 723 R 7 X V 1 30 Q 0 X (T) 68.73 708.33 T 1 22 Q (HE) 87.06 708.33 T 1 30 Q (H) 121.86 708.33 T 1 22 Q (ARRISON) 143.52 708.33 T 1 30 Q (C) 245.53 708.33 T 1 22 Q (HAPTERS) 265.54 708.33 T 1 18 Q (by Jim V) 151.53 682 T (assilakos) 215.51 682 T (Chapter 12) 176.28 657 T 1 9 Q (Copyright \251 1992) 183.12 638 T 326 183 470 318 R 7 X V 1 13 Q 0 X (Mike grinned his baiting) 326 309.33 T (grin, waiting for anything) 326 294.33 T -0.56 (that would keep Johanes on) 326 279.33 P -0.41 (the line just a few moments) 326 264.33 P (longer) 326 249.33 T (. The Draconian) 358.46 249.33 T (seemed to read his mind) 326 234.33 T (from afar) 326 219.33 T (, sifting implica-) 374.15 219.33 T (tions through the pours of) 326 204.33 T (Mike\325) 326 189.33 T (s skin.) 357.02 189.33 T FMENDPAGE %%EndPage: "7" 9 %%Page: "8" 9 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (8) 303.75 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 1.94 (ably baiting for the sort of reaction that) 36 731.33 P 1.97 (could get them into an hours-long ar) 36 719.33 P 1.97 (gu-) 193.08 719.33 P 2.26 (ment. Anything to waste time and keep) 36 707.33 P 0.96 (Mike from going there. Cecil would sim-) 36 695.33 P (ply consider it a friendly favor on his part.) 36 683.33 T 0.86 (\322I\325m going down there. I don\325) 46.8 671.24 P 0.86 (t believe) 171.4 671.24 P (Johanes will carry out his threat.\323) 36 659.24 T 0.37 (\322W) 46.8 647.14 P 0.37 (ell, then say hello to the rioters. T) 59.87 647.14 P 0.37 (ell) 196.4 647.14 P 2.4 (them you\325re a nice neghrali and maybe) 36 635.14 P (they won\325) 36 623.14 T (t hurt you either) 76.07 623.14 T (.\323) 139.64 623.14 T 1.59 (\322I doubt I\325ll see any) 46.8 611.05 P 1.59 (. Whatever unrest) 132.45 611.05 P -0.14 (there is in Xin is not being directed against) 36 599.05 P (the Ariens.\323) 36 587.05 T (\322Oh really?\323) 46.8 574.95 T (\322Y) 46.8 562.86 T (eah, really) 57.45 562.86 T (.\323) 98.43 562.86 T 3.86 (\322Anger) 46.8 550.76 P 3.86 (, once sparked, burns a path) 75.81 550.76 P 3.6 (toward the most opportunistic form of) 36 538.76 P 1.8 (release, no matter how malign or misdi-) 36 526.76 P (rected.\323) 36 514.76 T (\322What idiot said that?\323) 46.8 502.67 T 0.83 (The quote \337ashed across the three-vee.) 46.8 490.57 P -0.24 (Below it, \322Shattered Eden, Michael J. Har-) 36 478.57 P 9.19 (rison, T) 36 466.57 P 9.19 (yberian Publications.\323 Mike) 75.59 466.57 P 3.23 (scratched his head trying to \336gure out) 36 454.57 P (whether or not Cecil was pulling his leg.) 36 442.57 T 1.45 (\322So I write a lot of stupid things. Big) 46.8 430.48 P (deal.\323) 36 418.48 T 1.19 (\322What are you going to gain by going) 46.8 406.38 P (there?\323) 36 394.38 T -0.1 (\322Maybe I\325ll be able to talk to Mr) 46.8 382.29 P -0.1 (. Arien.) 176.25 382.29 P -0.09 (I met him brie\337y) 36 370.29 P -0.09 (, the last time I was here.\323) 102.56 370.29 P (\322Met him?\323) 46.8 358.19 T (\322Okay) 46.8 346.1 T (, T) 72.24 346.1 T (ara met him. I was there.\323) 82.64 346.1 T (\322Along for the ride.\323) 46.8 334 T 1.72 (\322Y) 46.8 321.9 P 1.72 (eah. All right. I don\325) 57.45 321.9 P 1.72 (t really expect) 146.33 321.9 P 2.14 (him to remember me, but if he does, it) 36 309.9 P (could be the break I need.\323) 36 297.9 T (\322Or break you don\325) 46.8 285.81 T (t need.\323) 124.61 285.81 T (\322Y) 46.8 273.71 T (ou have a better idea?\323) 57.45 273.71 T 1.04 (Cecil shrugged, \322Investigate from afar) 46.8 261.62 P 1.04 (.) 203.9 261.62 P (It\325) 36 249.62 T (s less dangerous.\323) 44.88 249.62 T (\322If I had access to Cindy) 46.8 237.52 T (, I would.\323) 145.24 237.52 T 4.35 (\322SNDI? Supernatural Data, Incorpo-) 46.8 225.43 P 1.92 (rated? Y) 36 213.43 P 1.92 (ou\325ve got it, Michael. What did) 71.05 213.43 P 0.59 (you think the Doggie Blitz ran on? Punch) 36 201.43 P (cards?\323) 36 189.43 T 1.22 (Mike tried to formulate an appropriate) 46.8 177.33 P 0.43 (response as Cecil taught him how to hook) 36 165.33 P 1.5 (into the phone jack. From what he gath-) 36 153.33 P 0.81 (ered, higher brain functions were of) 36 141.33 P 0.81 (f-lim-) 183.08 141.33 P 0.3 (its to all save the super) 36 129.33 P 0.3 (-users or \322wizards\323) 128.65 129.33 P 0.32 (as they were called. Mike considered call-) 36 117.33 P 1.9 (ing the favor) 36 105.33 P 1.9 (, but he \336gured that lower) 90.48 105.33 P 1.9 (-) 203.07 105.33 P 2.77 (brain would be just \336ne as long as he) 36 93.33 P 4.21 (could avoid running into snags. Cecil) 36 81.33 P 0.8 (retired to the balcony) 36 69.33 P 0.8 (. Outside, the warm,) 122.95 69.33 P 1.94 (jetting waters of the Sintrivani carried a) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 2.59 (late evening crowd high above the dis-) 220.8 731.33 P 5.27 (persed illumination save for the few) 220.8 719.33 P 0.67 (strands of blue and purple laser light cap-) 220.8 707.33 P (tured within the misty fog.) 220.8 695.33 T (\322W) 231.6 683.25 T (oof!\323) 244.67 683.25 T 2.51 (Mike jumped slightly) 231.6 671.17 P 2.51 (, though the cat) 322.04 671.17 P 2.91 (seemed neither to notice nor care. The) 220.8 659.17 P 1.97 (noise was in his head, no more than an) 220.8 647.17 P (electrical illusion.) 220.8 635.17 T 5.58 (\322Access. File. Information. Library) 231.6 623.09 P 5.58 (.) 388.7 623.09 P (Galactic Press.\323) 220.8 611.09 T (\322...W) 231.6 599.01 T (oof!\323) 252.17 599.01 T (\322Does that mean...\323) 231.6 586.93 T (\322W) 231.6 574.85 T (oof!\323) 244.67 574.85 T (\322Damnit.\323) 231.6 562.77 T (\322...W) 231.6 550.69 T (oof!\323) 252.17 550.69 T 0.97 (\322Access. File. System. Output parame-) 231.6 538.61 P -0.12 (ters. Errors. Command. Set format. Long.\323) 220.8 526.61 P (\322...Pant pant.\323) 231.6 514.53 T 0.62 (Mike rubbed the side of his face. For a) 231.6 502.45 P 5.15 (moment, he could almost smell wet,) 220.8 490.45 P (sticky) 220.8 478.45 T (, dog breath.) 244.03 478.45 T (\322V) 231.6 466.37 T (ery funny) 242.14 466.37 T (.\323) 280.07 466.37 T (\322...W) 231.6 454.29 T (oof! Illegal command ignored.\323) 252.17 454.29 T 0.97 (\322Access. File. System. Output parame-) 231.6 442.21 P 1.52 (ters. Errors. Command. Ignore. Keyword) 220.8 430.21 P (woof.\323) 220.8 418.21 T (\322...Pant pant.\323) 231.6 406.13 T 4.3 (\322Access. File. System. Output mes-) 231.6 394.05 P 1.38 (sages. Command. Galanglicize. Message.) 220.8 382.05 P (Most recent.\323) 220.8 370.05 T (\322...Done.\323) 231.6 357.97 T 1.85 (\322Access. Userlog. Current. Command.) 231.6 345.89 P (Find. Username. Spokes.\323) 220.8 333.89 T (\322...Done.\323) 231.6 321.81 T 3.49 (\322Query) 231.6 309.73 P 3.49 (. Date. Login through logout.) 260.36 309.73 P (Most recent.\323) 220.8 297.73 T (\322...Insuf) 231.6 285.65 T (\336cient format speci\336cation.\323) 263.89 285.65 T 2.05 (\322T) 231.6 273.57 P 2.05 (ora-centric. Positive past. Unit cen-) 241.45 273.57 P (tim. Single decimal.\323) 220.8 261.57 T (\32296.2 through 71.9.\323) 231.6 249.49 T -0.23 (Mike looked out the window wondering) 231.6 237.41 P 0.87 (what Spokes was up to. The evening was) 220.8 225.41 P 2.08 (hacker time, and Spokes had been gone) 220.8 213.41 P 1.54 (long enough to make it back to Xekhas-) 220.8 201.41 P 1.29 (meno. Long enough to get pulled of) 220.8 189.41 P 1.29 (f the) 371.87 189.41 P -0.1 (road and molested by locals, Mike \336gured.) 220.8 177.41 P 3.38 (Cecil was leaning back in a lounge) 231.6 165.33 P 2.18 (chair) 220.8 153.33 P 2.18 (, luxuriating in his abstinence from) 240.38 153.33 P 2.22 (the electronic environs as thin layers of) 220.8 141.33 P -0.12 (warm mist settled over him and the gleeful) 220.8 129.33 P 1.01 (screams of children resounded in the dis-) 220.8 117.33 P 1.35 (tance. He used to say that he needed the) 220.8 105.33 P 0.34 (condo to get away from it all. Then, when) 220.8 93.33 P 1.77 (he was rested, he\325d go back into a little) 220.8 81.33 P 2.5 (cubicle somewhere and not be seen for) 220.8 69.33 P 0.47 (days or weeks. It didn\325) 220.8 57.33 P 0.47 (t make a great deal) 313.83 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.98 (of sense to Mike, but then a lot of things) 405.6 731.33 P 2.11 (didn\325) 405.6 719.33 P 2.11 (t make much sense. He hoped that) 426.52 719.33 P 0.22 (Spokes had the same idea. Better isolation) 405.6 707.33 P (than dislocation.) 405.6 695.33 T 5.58 (\322Access. File. Information. Library) 416.4 683.24 P 5.58 (.) 573.5 683.24 P 2.21 (The Aggressor) 405.6 671.24 P 2.21 (. Interstellar society page.) 466.38 671.24 P (Command. Search. Keyword Arien.\323) 405.6 659.24 T (\322...Insuf) 416.4 647.15 T (\336cient \336le speci\336cation.\323) 448.69 647.15 T (\322Most recent.\323) 416.4 635.06 T (\322...Done.\323) 416.4 622.97 T (\322Say \336le.\323) 416.4 610.88 T (\322...Incompatible format error) 416.4 598.79 T (.\323) 531.59 598.79 T (\322Show \336le.\323) 416.4 586.7 T 1.43 (A page of the local paper appeared in) 416.4 574.61 P 1.1 (glowing blue Calannic in front of Mike\325) 405.6 562.61 P 1.1 (s) 572.11 562.61 P -0.24 (face. Even blinking his eyes refused to dis-) 405.6 550.61 P 3.83 (lodge it, and whoever scanned it into) 405.6 538.61 P 1.04 (memory hadn\325) 405.6 526.61 P 1.04 (t bothered to reduce it into) 465.03 526.61 P 0.59 (text. Instead, it was simply an image with) 405.6 514.61 P 1.66 (a list of keywords attached to it. Sloppy) 405.6 502.61 P (but cost-ef) 405.6 490.61 T (\336cient.) 447.89 490.61 T 0.69 (As he began to scan the \336rst few lines,) 416.4 478.52 P 0.3 (Mike realized that the article wasn\325) 405.6 466.52 P 0.3 (t about) 548.21 466.52 P 2.21 (the Arien family at all, but he instantly) 405.6 454.52 P -0.19 (recognized the picture. Long, dark hair fell) 405.6 442.52 P 0.74 (straight along her spine, her sharp, brown) 405.6 430.52 P 0 (eyes watching the row of black grav-limos) 405.6 418.52 P 1.98 (rising from a well manicured lawn. The) 405.6 406.52 P 0.35 (color of the cars clashed against her white) 405.6 394.52 P 0.51 (evening dress, her shoulders bare save for) 405.6 382.52 P 5.43 (the re\337ection of headlights on deep,) 405.6 370.52 P 0.74 (bronzed skin. In the background, a crowd) 405.6 358.52 P 1.52 (of people were escaping the Lion\325) 405.6 346.52 P 1.52 (s Den.) 548.94 346.52 P 2.36 (Mike remembered the awards ceremony) 405.6 334.52 P 1.94 (all too well. The headline read, \322Draco-) 405.6 322.52 P (nian Ambassador Disappears.\323) 405.6 310.52 T (\322Cecil!\323) 416.4 298.42 T (\322...Illegal command ignored.\323) 416.4 286.33 T (\322Command. Pause.\323) 416.4 274.24 T (Cecil poked his head in.) 416.4 262.15 T (\322What is it?\323) 416.4 250.06 T 0.19 (\322I got something. How do I display this) 416.4 237.97 P (on the three-vee?\323) 405.6 225.97 T 0.94 (Cecil strolled in, unplugging Mike and) 416.4 213.88 P 6.37 (plugging himself in with two swift) 405.6 201.88 P 0.78 (motions of his wrist. The image appeared) 405.6 189.88 P (on the depth box a moment later) 405.6 177.88 T (.) 534.41 177.88 T (\322Y) 416.4 165.79 T (ou know her?\323) 427.05 165.79 T 1.23 (Mike nodded, \322I met her at an awards) 416.4 153.7 P 0.78 (banquet just before coming to Calanna. It) 405.6 141.7 P 1.06 (looks like this image was taken just after) 405.6 129.7 P (it.\323) 405.6 117.7 T (\322How did this turn up?\323) 416.4 105.61 T (\322It says she was married to...\323) 416.4 93.52 T 3.5 (Mike read the paragraph again, still) 416.4 81.42 P (shaking of) 405.6 69.42 T (f his disbelief.) 447.34 69.42 T (\322...Alister Arien. An unnamed source in) 416.4 57.33 T FMENDPAGE %%EndPage: "8" 10 %%Page: "9" 10 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (9) 303.75 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X -0.05 (the Draconian Embassy blamed the DSS. I) 36 731.33 P (don\325) 36 719.33 T (t believe this.\323) 54.14 719.33 T 4.72 (\322Good. The written word is rarely) 46.8 707.25 P (worth believing.\323) 36 695.25 T 3.66 (\322Why would they kidnap their own) 46.8 683.16 P (ambassador?\323) 36 671.16 T 0.54 (\322Cloak and dagger stuf) 46.8 659.07 P 0.54 (f. Conspiracy of) 140.65 659.07 P (hate. Y) 36 647.07 T (ou know how it is.\323) 63.87 647.07 T 1.18 (Mike looked up incredulously) 46.8 634.99 P 1.18 (. His old) 169.89 634.99 P 2.61 (friend wore a fool\325) 36 622.99 P 2.61 (s grin, the sort he\325d) 118.5 622.99 P 1.86 (throw on for guests he was planning on) 36 610.99 P 3.48 (throwing out. Mike stood up, stepping) 36 598.99 P (toward the door) 36 586.99 T (.) 98.74 586.99 T (\322Y) 46.8 574.9 T (ou don\325) 57.45 574.9 T (t buy any of this, do you.\323) 88.09 574.9 T 0.88 (\322It\325) 46.8 562.81 P 0.88 (s a local rag, Michael. The Aggres-) 60.12 562.81 P 2.27 (sor rarely prints anything worth reading) 36 550.81 P 2.02 (beyond its entertainment value. T) 36 538.81 P 2.02 (oo bad) 177.46 538.81 P 2.31 (Doggie Blitz doesn\325) 36 526.81 P 2.31 (t carry The Galacti-) 120.94 526.81 P 0.03 (can. But then we\325d have to deal with those) 36 514.81 P 1.15 (silly writers\325 royalties, not to mention all) 36 502.81 P (varieties of interstellar propaganda.\323) 36 490.81 T 1.29 (Mike winced, \322I\325m not biting, Cecil. I) 46.8 478.73 P (have to get to the Arien mansion.\323) 36 466.73 T (\322Y) 46.8 454.64 T (ou already know Cecil\325) 57.45 454.64 T (s opinion.\323) 150.44 454.64 T (\322That I\325m being hideously stupid?\323) 46.8 442.55 T 1.39 (The nearest camera nodded, and Cecil) 46.8 430.46 P (sighed.) 36 418.46 T -0.17 (\322Before you go, there\325) 46.8 406.38 P -0.17 (s something more) 135.67 406.38 P (you should know) 36 394.38 T (.\323) 104.2 394.38 T (\322Such as?\323) 46.8 382.29 T 5.36 (\322Found something interesting while) 46.8 370.2 P -0.19 (sifting through the booty from that android) 36 358.2 P (brain.\323) 36 346.2 T (\322Robin?\323) 46.8 334.12 T 2.94 (\322She had some very peculiar orders,) 46.8 322.03 P 0.69 (Michael. Orders which she had to consult) 36 310.03 P 0.24 (before deciding to fry you. She was to kill) 36 298.03 P 1.38 (you and Niki upon touch down and then) 36 286.03 P 0.28 (report to her temporary supervisor for fur-) 36 274.03 P (ther instructions.\323) 36 262.03 T (\322Clay?\323) 46.8 249.94 T 4.92 (\322A chap by the name of W) 46.8 237.85 P 4.92 (illiam) 183.07 237.85 P (W) 36 225.85 T (alker) 44.63 225.85 T (.\323) 64.07 225.85 T (Mike blinked, \322Bill?\323) 46.8 213.77 T (\322One and the same.\323) 46.8 201.68 T (\322That doesn\325) 46.8 189.59 T (t make sense.\323) 98.52 189.59 T 1.11 (\322If she recognized him and he had the) 46.8 177.51 P 2.45 (proper access code, then he could have) 36 165.51 P 3.64 (gotten inside just like we did tonight.) 36 153.51 P 0.97 (Judging from these orders, he could have) 36 141.51 P (gotten further) 36 129.51 T (.\323) 90.13 129.51 T 0.08 (\322Why would Clay turn her over to Bill?) 46.8 117.42 P -0.08 (Why would he send us on this mission just) 36 105.42 P (to kill us?\323) 36 93.42 T 1.06 (Cecil smiled, \322A change of plans, per-) 46.8 81.33 P 3.71 (haps? Now) 36 69.33 P 3.71 (, at least, you and Johanes) 83.75 69.33 P 1.82 (might have something interesting to talk) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 1.22 (about. Give the Draconian Cecil\325) 220.8 731.33 P 1.22 (s warm-) 357.51 731.33 P 1.72 (est regards. T) 220.8 719.33 P 1.72 (ranslation: if he blinks, fry) 278.01 719.33 P (him.\323) 220.8 707.33 T 220.8 681.6 391.2 700.6 C 220.8 681.6 391.2 700.6 R 7 X 0 K V 265.5 692.1 346.5 692.1 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 0.69 ( Evening descended into night as Mike) 231.6 674.93 P 0.32 (approached the outskirts of Xin, his impa-) 220.8 662.93 P 2.77 (tience forcing a speed well beyond the) 220.8 650.93 P 1.34 (limits proscribed by Calannan law) 220.8 638.93 P 1.34 (. Judg-) 362.65 638.93 P 2.38 (ing from the radio reports, however) 220.8 626.93 P 2.38 (, he) 374.39 626.93 P -0.07 (wouldn\325) 220.8 614.93 P -0.07 (t have to worry about being pulled) 253.93 614.93 P 0.71 (over) 220.8 602.93 P 0.71 (. The police were most likely busy in) 238.01 602.93 P 0.89 (the inner city) 220.8 590.93 P 0.89 (, quelling the incessant loot-) 274.67 590.93 P (ing and vandalism.) 220.8 578.93 T -0.2 (He\325d seen riots before. Even in his early) 231.6 565.53 P 0.92 (youth, he\325d learned what to expect. What) 220.8 553.53 P 1.64 (made \322Shattered Eden\323 a success wasn\325) 220.8 541.53 P 1.64 (t) 388.42 541.53 P 1.29 (so much the accurate description of such) 220.8 529.53 P 1.58 (events. It was the human nature that got) 220.8 517.53 P 1.89 (people, the law of opportunism as Cecil) 220.8 505.53 P 0.84 (might have called it. T) 220.8 493.53 P 0.84 (o Mike, it was just) 313.7 493.53 P (sloth.) 220.8 481.53 T 2.85 (People liked to take the easy out in) 231.6 468.13 P 2.72 (nearly all endeavors whether they were) 220.8 456.13 P 2.16 (\337agellating their brains in the electronic) 220.8 444.13 P 0.03 (void or expressing rage at things they only) 220.8 432.13 P 1.33 (barely understood. Even the grand Impe-) 220.8 420.13 P 1.49 (rial bureaucracy which sought to destroy) 220.8 408.13 P 1.3 (an entire world had shied away from the) 220.8 396.13 P 0.87 (big bang approach. T) 220.8 384.13 P 0.87 (oo messy) 307.63 384.13 P 0.87 (, they must) 345.32 384.13 P 0.44 (have \336gured: bad for interstellar relations.) 220.8 372.13 P 3.8 (Germ warfare had been far easier for) 220.8 360.13 P (them, far less newsworthy) 220.8 348.13 T (.) 325.07 348.13 T 2.54 (These locals were no dif) 231.6 334.73 P 2.54 (ferent. Mike) 339.26 334.73 P -0.08 (knew they would try to hit the obvious tar-) 220.8 322.73 P 0.59 (gets. But unlike Eden, the two most obvi-) 220.8 310.73 P 6.36 (ous tar) 220.8 298.73 P 6.36 (gets, the Arien mansion and) 253.9 298.73 P 2.26 (Xekhasmeno, were both out of the way) 220.8 286.73 P 0.55 (and very defensible. The Calannans could) 220.8 274.73 P 1.71 (fume and fuss, destroy small businesses,) 220.8 262.73 P 1.58 (even kill a few unfortunates. But if they) 220.8 250.73 P 3.88 (wanted to make the sort of statement) 220.8 238.73 P 0.41 (worth making, they\325d have to take casual-) 220.8 226.73 P -0.24 (ties. Mike suspected that few rioters would) 220.8 214.73 P 3.33 (be so inclined, because at heart, those) 220.8 202.73 P 1.94 (most indolent were often the most cow-) 220.8 190.73 P (ardly) 220.8 178.73 T (.) 240.69 178.73 T 0.38 (Thus, the Arien mansion resembled not) 231.6 165.33 P 1.77 (so much a war zone as a refugee camp.) 220.8 153.33 P 0.99 (Bathed in the moon\325) 220.8 141.33 P 0.99 (s faint luminescence,) 305.12 141.33 P 1.6 (a quarrelsome throng resided outside the) 220.8 129.33 P 2.55 (front gates, tossing occasional molotovs) 220.8 117.33 P 0.03 (onto the lawn and shouting threats into the) 220.8 105.33 P 0.5 (studded darkness. Mike parked at the side) 220.8 93.33 P 1.07 (of the road among the other vehicles and) 220.8 81.33 P 2.49 (started circling the mansion grounds on) 220.8 69.33 P 0.17 (foot to glean some idea of his chances. He) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 2.94 (guessed that the direct approach would) 405.6 731.33 P 2.35 (likely constitute a recipe for suicide, as) 405.6 719.33 P 0.31 (just outside the moat, he could discern the) 405.6 707.33 P 1.38 (movement of clumsy shapes in the dark-) 405.6 695.33 P 1.41 (ness: a row of Alister) 405.6 683.33 P 1.41 (\325) 497.1 683.33 P 1.41 (s mutated minions) 499.88 683.33 P 4.56 (most probably) 405.6 671.33 P 4.56 (. He could imagine the) 466.98 671.33 P 0.72 (wor) 405.6 659.33 P 0.72 (gs wearing hungry grins, the sort nor-) 420.96 659.33 P 0.95 (mally reserved for career bureaucrats and) 405.6 647.33 P 1.8 (used grav-car dealers named \322Slim-price) 405.6 635.33 P (Sam\323.) 405.6 623.33 T 0.37 (Half way around, he spotted the yellow) 416.4 610.67 P -0.04 (motorbike. It sat beside a row of shrubs on) 405.6 598.67 P 1.42 (the near side of the moat, plainly visible) 405.6 586.67 P 1.07 (from the fence but hidden from the man-) 405.6 574.67 P 6.32 (sion itself. Mike \336gured that either) 405.6 562.67 P 2.5 (Johanes was taking half-hearted precau-) 405.6 550.67 P 0.33 (tions or he was planning a swift get-away) 405.6 538.67 P 0.33 (.) 573.5 538.67 P 2.93 (Another step yielded sudden pain from) 405.6 526.67 P 0.71 (below) 405.6 514.67 P 0.71 (. Several thick cords of barbed wire) 429.38 514.67 P 0.47 (lay strewn about, one snagged on his bare) 405.6 502.67 P 2.77 (foot. Mike knelt down, tearing it loose) 405.6 490.67 P 0.41 (with a determined yank. Someone had cut) 405.6 478.67 P 1.37 (it of) 405.6 466.67 P 1.37 (f the top of the gate, motion sensors) 423.17 466.67 P 0.1 (and all, and a new wire was strung loosely) 405.6 454.67 P 2.17 (between the severed ends carrying elec-) 405.6 442.67 P 0.41 (tricity from one side to the other but skip-) 405.6 430.67 P -0.05 (ping the portion in between. Mike climbed) 405.6 418.67 P 1.64 (up and over) 405.6 406.67 P 1.64 (, smearing blood on the cer-) 455.66 406.67 P 1.82 (melicon rails and \336nally settling himself) 405.6 394.67 P (on estate grounds just inside the gate.) 405.6 382.67 T 2.89 (As though on cue, the noise of gun) 416.4 370 P 0.46 (spray cracked through the air) 405.6 358 P 0.46 (. Mike froze,) 523.46 358 P 0.12 (huddling into a ball before he realized that) 405.6 346 P 1.56 (he wasn\325) 405.6 334 P 1.56 (t a tar) 442.78 334 P 1.56 (get. The gun towers were) 468.47 334 P 1.78 (\336ring on the front gates as gas canisters) 405.6 322 P 2.77 (exploded in the crowd\325) 405.6 310 P 2.77 (s midst. Though) 505.77 310 P -0.05 (nearly half a kilometer distant, Mike could) 405.6 298 P -0.24 (still see the gates open, cermelicon railings) 405.6 286 P 0.27 (re\337ecting the moonlight as they slid to the) 405.6 274 P 0 (side allowing the wor) 405.6 262 P 0 (gs to char) 491.77 262 P 0 (ge through.) 530.47 262 P 1.76 (It was a slaughter) 405.6 250 P 1.76 (, pure and simple, and) 480.7 250 P 1.33 (those who couldn\325) 405.6 238 P 1.33 (t make it back to their) 481.92 238 P 0.14 (vehicles were chewed up and left to rot on) 405.6 226 P (the blood stained pavement.) 405.6 214 T 1.32 (Mike picked himself of) 416.4 201.33 P 1.32 (f the grass, the) 513.74 201.33 P 2.49 (moments ticking in his mind with each) 405.6 189.33 P 1.54 (heartbeat in his ears as he began bolting) 405.6 177.33 P 0.88 (toward the mansion. Every stride ate pre-) 405.6 165.33 P 1.24 (cious time, but with all attention focused) 405.6 153.33 P 1.28 (on the front gate, Mike skidded to a halt) 405.6 141.33 P 3.32 (beside Johanes\325 bike having apparently) 405.6 129.33 P 0.44 (attracted no notice whatsoever) 405.6 117.33 P 0.44 (. The bike\325) 528.21 117.33 P 0.44 (s) 572.11 117.33 P 0.51 (motor idled quietly) 405.6 105.33 P 0.51 (, its noise muf) 482.59 105.33 P 0.51 (\337ed by a) 540.57 105.33 P 3.55 (black, plastic jacket. A long, insulated) 405.6 93.33 P 0.87 (tube extended from the jacket, running to) 405.6 81.33 P 1.36 (the moat beneath the shrubbery) 405.6 69.33 P 1.36 (. It was a) 535.84 69.33 P 0.16 (cooling sheath, Mike guessed, keeping the) 405.6 57.33 P FMENDPAGE %%EndPage: "9" 11 %%Page: "10" 11 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (10) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 1.47 (bike both quiet and invisible to infra-red) 36 731.33 P 0.43 (sensors as well as protecting it from over-) 36 719.33 P (heating.) 36 707.33 T 0.75 (Reaching up, Mike gently switched of) 46.8 695.08 P 0.75 (f) 203.07 695.08 P 0.98 (the motor and pocketed the key) 36 683.08 P 0.98 (, glancing) 166 683.08 P -0.19 (toward the moat as though it were an after) 36 671.08 P -0.19 (-) 203.07 671.08 P 0.14 (thought, a \336fteen meter wide after) 36 659.08 P 0.14 (-thought) 172.53 659.08 P 2.82 (with gun towers looming overhead and) 36 647.08 P 0.78 (tales of a moat monster fully appreciated.) 36 635.08 P 3.27 (Still, the mansion walls beckoned, and) 36 623.08 P 4.44 (Mike knew he\325d never have a better) 36 611.08 P 0.94 (chance. The water was warm and mucky) 36 599.08 P 0.94 (,) 203.9 599.08 P 0.83 (its thin layer of brown surface jelly send-) 36 587.08 P -0.1 (ing memories of Aiwelk tumbling about in) 36 575.08 P 3.65 (his head. Holding the automatic pistol) 36 563.08 P 2.44 (overhead, Mike tried wading across but) 36 551.08 P 1.5 (sunk into the deep, slimy mud along the) 36 539.08 P 0.78 (moat\325) 36 527.08 P 0.78 (s banks. He \336nally resorted to lodg-) 58.77 527.08 P 1.54 (ing the barrel between his teeth and dog) 36 515.08 P (paddling like a mad man.) 36 503.08 T 4.74 (Leafy) 46.8 490.83 P 4.74 (, moist vegetation hugged the) 69.46 490.83 P 0.27 (mansion\325) 36 478.83 P 0.27 (s stone walls amidst a tapestry of) 72.65 478.83 P 2.12 (drab moss which dipped gently into the) 36 466.83 P 2.88 (water) 36 454.83 P 2.88 (. The thin vines were surprisingly) 57.65 454.83 P 1.21 (strong, and Mike found himself climbing) 36 442.83 P 1.05 (upward toward the second \337oor windows) 36 430.83 P 1.14 (when he felt an annoying tug at his legs.) 36 418.83 P 0.39 (The moat had extruded a long, grey tenta-) 36 406.83 P 0.55 (cle which had wrapped a determined hold) 36 394.83 P (around his ankles.) 36 382.83 T 3.67 (\322Good evening, Mister Harrison. So) 46.8 370.58 P (good of you to drop by) 36 358.58 T (.\323) 127.24 358.58 T 1.41 (Mike nearly fell of) 46.8 346.33 P 1.41 (f the wall, his mud) 126.07 346.33 P 2.68 (caked hand frozen just inches from his) 36 334.33 P 1.52 (mouth. The voice came from the nearest) 36 322.33 P 0.59 (gun tower) 36 310.33 P 0.59 (. He could see Mr) 76.29 310.33 P 0.59 (. Arien\325) 149.43 310.33 P 0.59 (s head) 180.55 310.33 P 1.75 (sticking from a window one \337oor above) 36 298.33 P 0.19 (him, his sparse, silver hair glittering in the) 36 286.33 P 1.54 (dim moonlight. Johanes stood beside the) 36 274.33 P -0.16 (old man, a dour grimace painted across the) 36 262.33 P 3.74 (Draconian\325) 36 250.33 P 3.74 (s lips. The barrel of a ri\337e) 80.41 250.33 P 2.18 (poked out an adjacent window) 36 238.33 P 2.18 (, its laser) 166.22 238.33 P 0.43 (sights cutting a \336ne beam of light through) 36 226.33 P 1.59 (the damp air between it and the back of) 36 214.33 P (Mike\325) 36 202.33 T (s neck.) 59.88 202.33 T (\322At a loss for words?\323) 46.8 190.08 T 2.49 (Mike spat, propelling the pistol from) 46.8 177.83 P 2.64 (his mouth into the murky water below) 36 165.83 P 2.64 (.) 203.9 165.83 P 2.77 (The grey tentacle immediately retreated) 36 153.83 P -0.19 (back beneath the surface either in response) 36 141.83 P 1.7 (to some unseen command or in order to) 36 129.83 P (examine its new) 36 117.83 T (, metallic visitor) 100.31 117.83 T (.) 165 117.83 T 0.55 (\322That\325) 46.8 105.58 P 0.55 (s better) 72.34 105.58 P 0.55 (.\323 Someone handed Arien) 101.48 105.58 P 0.76 (a \337imsi. \322Let\325) 36 93.58 P 0.76 (s see what we have on you.) 92.77 93.58 P 1.75 (Mmmm... juicy) 36 81.58 P 1.75 (. Y) 99.29 81.58 P 1.75 (ou\325ve been up to mis-) 112.25 81.58 P (chief, young man?\323) 36 69.58 T (\322A little. Can I come inside?\323) 46.8 57.33 T 220.8 54 391.2 738 R 7 X V 0 X (\322Just hang out.\323) 231.6 731.33 T 0.27 (Mike gripped two vines and stayed put,) 231.6 719.2 P 1.38 (the thought of diving back into the moat) 220.8 707.2 P 1.2 (playing back and forth between his brain) 220.8 695.2 P 5.7 (lobes. Leaning over slightly) 220.8 683.2 P 5.7 (, Johanes) 348.86 683.2 P 0.38 (seemed to whisper something into Arien\325) 220.8 671.2 P 0.38 (s) 387.31 671.2 P (ear) 220.8 659.2 T (.) 232.45 659.2 T 1.77 (\322Kill him?! Our \336rst truly determined) 231.6 647.07 P 1.94 (trespasser in how many years?\323 Johanes) 220.8 635.07 P -0.08 (winced and gritted his teeth as the old man) 220.8 623.07 P 0.78 (continued. \322Mr) 220.8 611.07 P 0.78 (. Harrison, being that I am) 282.1 611.07 P 2.69 (expecting company rather soon, I don\325) 220.8 599.07 P 2.69 (t) 388.42 599.07 P 1.28 (have a great deal of time to chit-chat, so) 220.8 587.07 P 1.61 (you\325ll have to be brief. Why shouldn\325) 220.8 575.07 P 1.61 (t I) 380.99 575.07 P 1.75 (blast you of) 220.8 563.07 P 1.75 (f my walls like the bug you) 271.32 563.07 P 0.56 (are, and more importantly) 220.8 551.07 P 0.56 (, why does your) 325.66 551.07 P (Draconian friend want me to?\323) 220.8 539.07 T 3.57 (\322T) 231.6 526.93 P 3.57 (o your \336rst question: Ambassador) 241.45 526.93 P -0.1 (Kato. T) 220.8 514.93 P -0.1 (o your second: he\325) 250.53 514.93 P -0.1 (s not my friend.\323) 323.78 514.93 P 0.47 (Mike bit his lip, half expecting to become) 220.8 502.93 P 1.11 (a late night morsel for the moat creature.) 220.8 490.93 P 1.08 (Arien, however) 220.8 478.93 P 1.08 (, seemed to frown in con-) 283.65 478.93 P (sideration.) 220.8 466.93 T (\322Bring him up.\323) 231.6 454.8 T 0.71 (The rope was easier to climb than wall) 231.6 442.67 P 1.99 (carpet, and Mike accepted the invitation) 220.8 430.67 P 2.58 (with a healthy tug. Inside, Johanes and) 220.8 418.67 P 2.5 (Arien were surrounded by a number of) 220.8 406.67 P 2.55 (guards, each wearing black body armor) 220.8 394.67 P 2.71 (and carrying automatic ri\337es with elec-) 220.8 382.67 P -0.19 (tronic sights. Perfect for sniping the locals,) 220.8 370.67 P 0.23 (Mike \336gured, though a bit long ranged for) 220.8 358.67 P (disposing of nosy gatherers.) 220.8 346.67 T 0.52 (\322Do not be afraid, Mr) 231.6 334.53 P 0.52 (. Harrison. I have) 319.99 334.53 P 0.69 (no intention of killing you so long as you) 220.8 322.53 P (speak the truth. Where is she?\323) 220.8 310.53 T 2.49 (Mike gulped down, trying to conjure) 231.6 298.4 P 2.49 (the knowledge as Johanes answered for) 220.8 286.4 P (him.) 220.8 274.4 T 1.59 (\322Y) 231.6 262.27 P 1.59 (ou\325re wasting your time. He knows) 242.25 262.27 P 4.39 (nothing. If you refuse to punish him) 220.8 250.27 P 1.21 (directly) 220.8 238.27 P 1.21 (, Alister) 250.68 238.27 P 1.21 (, at least turn him over to) 283.7 238.27 P (the police.\323) 220.8 226.27 T 3.89 (\322Silence, Draconian. I wish to hear) 231.6 214.13 P (what he has to say) 220.8 202.13 T (.\323) 293.43 202.13 T -0.05 (Mike looked back toward the open win-) 231.6 190 P 0.15 (dow) 220.8 178 P 0.15 (. Muddy footprints left his trace easily) 237.36 178 P 3.35 (visible. He shook his arms of) 220.8 166 P 3.35 (f, \336nally) 353.98 166 P 1.6 (turning toward Arien with a discouraged) 220.8 154 P (shrug.) 220.8 142 T 2.13 (\322I don\325) 231.6 129.87 P 2.13 (t know where she is. The last) 262.13 129.87 P 0.84 (time I saw the Ambassador was on T) 220.8 117.87 P 0.84 (izar) 374.27 117.87 P 0.84 (.) 388.7 117.87 P (She wanted me to come here to Calanna.\323) 220.8 105.87 T (\322T) 231.6 93.73 T (o do what?\323) 241.45 93.73 T (\322T) 231.6 81.6 T (o die, apparently) 241.45 81.6 T (, or so Robin said.\323) 307.69 81.6 T (\322Robin?\323) 231.6 69.47 T 3.53 (Johanes stepped between them, \322W) 231.6 57.33 P 3.53 (e) 386.76 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.58 (don\325) 405.6 731.33 P 0.58 (t have time for this nonsense, Alister) 423.74 731.33 P 0.58 (.) 573.5 731.33 P 0.18 (Sule will be arriving with the Ambassador) 405.6 719.33 P (and Erestyl at any moment.\323) 405.6 707.33 T (Mike squinted, \322Sule? ISIS?\323) 416.4 695.22 T (\322Stay out of this, Michael.\323) 416.4 683.11 T 4.16 (\322ISIS is coming here?! What, their) 416.4 671 P 4.25 (mind scanners didn\325) 405.6 659 P 4.25 (t work, so you\325re) 494.97 659 P (cooperating?\323 Mike gazed, incredulously) 405.6 647 T (.) 569.82 647 T (\322I\325m warning you...\323) 416.4 634.89 T 2.25 (\322No. No, you\325re not. Y) 416.4 622.78 P 2.25 (ou want Sule.) 516.82 622.78 P 0.26 (One bullet, and it\325ll be over) 405.6 610.78 P 0.26 (. Y) 516.82 610.78 P 0.26 (ou\325re aware) 528.3 610.78 P 5.51 (of the nuclear detonation today) 405.6 598.78 P 5.51 (, Mr) 551.33 598.78 P 5.51 (.) 573.5 598.78 P (Arien?\323) 405.6 586.78 T (\322Michael!\323) 416.4 574.67 T 0.88 (\322There\325) 416.4 562.56 P 0.88 (s a fair chance that the Ambas-) 446.92 562.56 P 2.89 (sador was at ground zero. Y) 405.6 550.56 P 2.89 (ou already) 531.2 550.56 P 2.02 (know that I\325m wanted by the police for) 405.6 538.56 P 0.86 (homicide. W) 405.6 526.56 P 0.86 (ell Johanes here isn\325) 457.29 526.56 P 0.86 (t wanted) 541 526.56 P 0.79 (for anything, and it\325) 405.6 514.56 P 0.79 (s very likely that he\325) 487.35 514.56 P 0.79 (s) 572.11 514.56 P (guilty of murdering your wife.\323) 405.6 502.56 T 4.72 (\322Michael, we\325re not playing games) 416.4 490.44 P 3.77 (here! Y) 405.6 478.45 P 3.77 (our fantasies will have to \336nd) 438.61 478.45 P (another audience.\323) 405.6 466.45 T 1.83 (\322Why the fast getaway) 416.4 454.33 P 1.83 (, Johanes? Y) 512.55 454.33 P 1.83 (ou) 566.01 454.33 P (planning to just kill and run?\323) 405.6 442.33 T (\322I have no intention of running.\323) 416.4 430.22 T 0.59 (Johanes drew a pistol from his coat, an) 416.4 418.11 P 1.03 (integral laser pistol to be more exact. It\325) 405.6 406.11 P 1.03 (s) 572.11 406.11 P 0 (polished iridium handle made it look more) 405.6 394.11 P 0 (like a hood ornament than a weapon, how-) 405.6 382.11 P -0.07 (ever) 405.6 370.11 P -0.07 (, with it aimed between his eyes, Mike) 422.4 370.11 P 1.03 (didn\325) 405.6 358.11 P 1.03 (t doubt its lethal competence. Given) 426.52 358.11 P 0.69 (the proper setting, he\325d seen such devices) 405.6 346.11 P 1.28 (carve holes in \337esh so neatly) 405.6 334.11 P 1.28 (, they could) 526.53 334.11 P 0.61 (cauterize the wounds they in\337icted before) 405.6 322.11 P -0.09 (spilling a single drop of blood. He guessed) 405.6 310.11 P 0.64 (that Johanes had been saving this weapon) 405.6 298.11 P 2.65 (for a special occasion and tried to feel) 405.6 286.11 P (honored.) 405.6 274.11 T (\322No!\323) 416.4 262 T 3.28 (The voice was Arien\325) 416.4 249.89 P 3.28 (s, and Johanes) 511.99 249.89 P (obeyed it, if only for a moment.) 405.6 237.89 T (\322Alister) 416.4 225.78 T (...\323) 447.49 225.78 T (\322Put it down.\323) 416.4 213.67 T 1.66 (\322I am politely asking your permission) 416.4 201.56 P (to kill this liar) 405.6 189.56 T (.\323) 461.42 189.56 T (\322Put it down or be punctured.\323) 416.4 177.45 T -0.23 (Nearly every automatic ri\337e in the room) 416.4 165.33 P 0.41 (pointed toward the Draconian, the glint of) 405.6 153.33 P 0.28 (steel wary with expectation as three of the) 405.6 141.33 P 2.22 (guards crouched down at the corners to) 405.6 129.33 P 2.81 (avoid the cross \336re. It was the sort of) 405.6 117.33 P 0.99 (threat that would be carried out with nei-) 405.6 105.33 P 2.42 (ther postponement nor afterthought, and) 405.6 93.33 P 2.83 (Mike watched, silent and breathless, as) 405.6 81.33 P 1.1 (Johanes, wavering with indecision, reluc-) 405.6 69.33 P (tantly complied.) 405.6 57.33 T FMENDPAGE %%EndPage: "10" 12 %%Page: "11" 12 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (11) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X (\322Restrain him.\323) 46.8 731.33 T (\322Of for) 46.8 719.22 T (... there\325) 75.38 719.22 T (s no need to...\323) 108.14 719.22 T 0.31 (\322Remain still, Johanes. I do not wish to) 46.8 707.1 P 2.99 (see you damaged. Please continue, Mr) 36 695.1 P 2.99 (.) 203.9 695.1 P (Harrison. Y) 36 683.1 T (our hypothesis intrigues me.\323) 82.18 683.1 T 3.51 (Mike sat down on the window sill,) 46.8 670.98 P 0.64 (oblivious for once to the squashing sound) 36 658.98 P 1.52 (of his muddy pants. He imagined falling) 36 646.98 P 2.44 (backwards into the moat, nose cartilage) 36 634.98 P 0.36 (sunken deep within his skull and Johanes\325) 36 622.98 P 0.41 (boot print embedded \336rmly upon his face.) 36 610.98 P 3.74 (Johanes was thinking it too. His eyes) 36 598.98 P -0.07 (betrayed him, if not his \336sts or the veins in) 36 586.98 P 2.84 (his neck. Throat dry with expired fear) 36 574.98 P 2.84 (,) 203.9 574.98 P 2.4 (Mike swallowed a warm drop of saliva) 36 562.98 P 1.48 (and blinked in consideration of where to) 36 550.98 P (begin.) 36 538.98 T (\322It\325) 46.8 526.86 T (s no longer hypothetical.\323) 60.12 526.86 T -0.19 (Mike withdrew the key from his pocket.) 46.8 514.74 P 0.33 (\322Y) 46.8 502.63 P 0.33 (our fence has a hole in it. Just across) 57.45 502.63 P -0.15 (the moat you\325ll \336nd Johanes\325 bike. There\325) 36 490.63 P -0.15 (s) 202.51 490.63 P 4.71 (a cooling sheath wrapped around the) 36 478.63 P 4.11 (motor) 36 466.63 P 4.11 (. That he was planning a quick) 59.33 466.63 P 0.81 (escape was obvious. I just couldn\325) 36 454.63 P 0.81 (t \336gure) 176.99 454.63 P -0.15 (out why) 36 442.63 P -0.15 (. Now I can. If Sule is coming here) 67.68 442.63 P 0.63 (with Erestyl, it means that the mind scan-) 36 430.63 P 0.18 (ner wasn\325) 36 418.63 P 0.18 (t a success. They need a telepath) 75.13 418.63 P 2.21 (to get inside his head. Somebody good.) 36 406.63 P (Like you. Am I right?\323) 36 394.63 T (\322Continue.\323) 46.8 382.51 T 3.71 (\322However) 46.8 370.39 P 3.71 (, you\325ve never worked for) 87.47 370.39 P 1.66 (Imperials, at least not to my knowledge,) 36 358.39 P -0.08 (and according to Kitara, you have as much) 36 346.39 P (reason to hate them as I do.\323) 36 334.39 T (Arien\325) 46.8 322.27 T (s eyes sparkled at his recollection) 72.34 322.27 T (of the Siri.) 36 310.27 T (\322Y) 46.8 298.16 T (ou knew Kitara?\323) 57.45 298.16 T 0.07 (\322V) 46.8 286.04 P 0.07 (ery well. Y) 57.34 286.04 P 0.07 (ou probably don\325) 101.17 286.04 P 0.07 (t remem-) 169.97 286.04 P 0.17 (ber me, but we\325ve met before. A year ago.) 36 274.04 P 2.18 (She told me a few things about you. If) 36 262.04 P 2.54 (you\325re working for the Imps, you must) 36 250.04 P 2.73 (have a very good reason. That\325) 36 238.04 P 2.73 (s where) 172.87 238.04 P 0.73 (Ambassador Kato comes in. ISIS has her) 36 226.04 P 0.73 (.) 203.9 226.04 P (Just stop me if I\325m wrong.\323) 36 214.04 T (\322Y) 46.8 201.92 T (ou\325re right.\323) 57.45 201.92 T (\322Are you\325re certain she\325) 46.8 189.8 T (s still alive?\323) 143.1 189.8 T 3.28 (Arien looked down, drawing a deep) 46.8 177.69 P 0.53 (breath. \322No. However) 36 165.69 P 0.53 (, as long as the pos-) 124.91 165.69 P (sibility remains...\323) 36 153.69 T 2.47 (\322Y) 46.8 141.57 P 2.47 (ou\325ll do anything for anyone. And) 57.45 141.57 P 2.45 (Johanes here, he\325) 36 129.57 P 2.45 (s to deal with Sule as) 109.46 129.57 P 2.55 (soon as the Ambassador is safe. T) 36 117.57 P 2.55 (o let) 186.36 117.57 P 2.1 (Imperial blood fall on Draconian hands.) 36 105.57 P -0.03 (Pardon my candor) 36 93.57 P -0.03 (, Mr) 108.83 93.57 P -0.03 (. Arien, but you\325re a) 125.46 93.57 P (fool.\323) 36 81.57 T (\322Perhaps.\323) 46.8 69.45 T 1.34 (\322Did Johanes explain to you what\325) 46.8 57.33 P 1.34 (s at) 191.46 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (stake?\323) 220.8 731.33 T 1.34 (\322He didn\325) 231.6 719.24 P 1.34 (t have to. I\325ve known of the) 272.44 719.24 P (Prometheus device for some time.\323) 220.8 707.24 T (\322Prometheus device?\323) 231.6 695.15 T 0.39 (Arien glanced toward Johanes, his eyes) 231.6 683.06 P 3.38 (betraying a mixture of uncertainty and) 220.8 671.06 P (solicitation.) 220.8 659.06 T (\322He doesn\325) 231.6 646.97 T (t know?\323) 276.65 646.97 T -0.2 (Johanes shook his head, \322I was trying to) 231.6 634.88 P (protect him from the details.\323) 220.8 622.88 T 6.05 (Mike broke in, \322What about this) 231.6 610.79 P (Prometheus device?\323) 220.8 598.79 T 0 (\322It\325) 231.6 586.7 P 0 (s like one of those weapons we were) 244.92 586.7 P 1.3 (talking about, Mike, the kind that kill en) 220.8 574.7 P 2.53 (masse. Only this one gives en masse a) 220.8 562.7 P (whole new de\336nition.\323) 220.8 550.7 T (\322Doomsday?\323) 231.6 538.61 T 2.14 (\322Y) 231.6 526.52 P 2.14 (ou don\325) 242.25 526.52 P 2.14 (t want to know the details.) 275.02 526.52 P (T) 220.8 514.52 T (rust me.\323) 226.56 514.52 T (\322What makes you so sure?\323) 231.6 502.42 T 0.35 (\322Because... if you publish so much as a) 231.6 490.33 P (peep, you\325re dead meat.\323) 220.8 478.33 T 0.87 (\322The Imps already want to kill me, Jo,) 231.6 466.24 P 0 (and at least one member of the DSS seems) 220.8 454.24 P (to feel the same way) 220.8 442.24 T (.\323) 302.3 442.24 T 2.43 (Johanes smiled, \322I don\325) 231.6 430.15 P 2.43 (t want to kill) 333.09 430.15 P 0.1 (you, Mike. I want to throttle you, and then) 220.8 418.15 P (I want to kill you.\323) 220.8 406.15 T 2.82 (\322Oh, thanks. That makes me feel so) 231.6 394.06 P (much better) 220.8 382.06 T (.\323) 267.71 382.06 T 1.19 (\322Don\325) 231.6 369.97 P 1.19 (t take it personally) 256.4 369.97 P 1.19 (. I want to do) 333.43 369.97 P (likewise with Alister here.\323) 220.8 357.97 T 0.17 (\322Now is not a good time to be threaten-) 231.6 345.88 P (ing me, Johanes.\323) 220.8 333.88 T 1.79 (\322Y) 231.6 321.79 P 1.79 (ou think I give a damn? Y) 242.25 321.79 P 1.79 (ou think) 356.37 321.79 P 0.9 (I\325m in this for my jollies like Mike here?) 220.8 309.79 P 1.63 (T) 220.8 297.79 P 1.63 (ell me something, Alister) 226.21 297.79 P 1.63 (. Even assum-) 331.6 297.79 P 0.13 (ing that Sule\325) 220.8 285.79 P 0.13 (s telling the truth and Kato is) 274.37 285.79 P 2.99 (somehow still alive, heaven forbid that) 220.8 273.79 P 1.66 (should be the case, but just supposing it) 220.8 261.79 P 2.25 (is... tell me something. Is she worth it?) 220.8 249.79 P (Doomsday for a single human life?\323) 220.8 237.79 T 2.43 (Arien looked insulted, then confused,) 231.6 225.7 P (then \336nally a mixture of the two.) 220.8 213.7 T (\322How am I supposed to answer that?\323) 231.6 201.61 T -0.14 (\322Don\325) 231.6 189.52 P -0.14 (t answer it. Just think about it. It\325) 256.4 189.52 P -0.14 (s) 387.31 189.52 P 1.86 (not too late. W) 220.8 177.52 P 1.86 (e can still turn this thing) 284.99 177.52 P 2.45 (around. All I\325m asking for is one clear) 220.8 165.52 P 1.29 (shot. I\325ll take Sule out like a can of gar-) 220.8 153.52 P 1.1 (bage. W) 220.8 141.52 P 1.1 (e\325ll have Erestyl. W) 254.4 141.52 P 1.1 (e\325ll \336nd your) 336.82 141.52 P 0.65 (wife, if she\325) 220.8 129.52 P 0.65 (s still alive. Just trust me. For) 269.57 129.52 P (one lousy night, trust me.\323) 220.8 117.52 T (\322If I let you kill Sule...\323) 231.6 105.42 T 0.13 (\322I know what you\325re going to say) 231.6 93.33 P 0.13 (, Alis-) 366.08 93.33 P 0.09 (ter) 220.8 81.33 P 0.09 (, and she\325) 230.94 81.33 P 0.09 (s already dead... or worse than) 269.16 81.33 P 2.09 (dead. Why the hell can\325) 220.8 69.33 P 2.09 (t you see that?!) 324.16 69.33 P 0.49 (Y) 220.8 57.33 P 0.49 (ou know what ISIS does to captives like) 227.02 57.33 P 405.6 54 576 738 R 7 X V 0 X (her) 405.6 731.33 T (.\323) 417.81 731.33 T (\322Mental mutilation.\323) 416.4 719.19 T 0.69 (\322That\325) 416.4 707.05 P 0.69 (s right. She\325ll be a zombie, Alis-) 441.94 707.05 P 0.61 (ter) 405.6 695.05 P 0.61 (. Y) 415.59 695.05 P 0.61 (ou\325ll be trading the secret of Prome-) 427.42 695.05 P (thius for a zombie. Think it over) 405.6 683.05 T (.\323) 534.69 683.05 T 3.63 (\322I have already) 416.4 670.9 P 3.63 (,\323 He looked toward) 484.06 670.9 P 0.15 (Mike as he announced the decision, not so) 405.6 658.9 P -0.11 (much at him as through him, and strange it) 405.6 646.9 P 3.05 (may seem, Mike found himself frozen,) 405.6 634.9 P 0.13 (unable to turn aside from the tone of \336nal-) 405.6 622.9 P 0.51 (ity in the old man\325) 405.6 610.9 P 0.51 (s voice, unable to blink) 480.95 610.9 P -0.16 (from the sight of his eyes nor even shut his) 405.6 598.9 P -0.24 (mind to the message they contained. It was) 405.6 586.9 P 1.75 (as though Alister had seen something in) 405.6 574.9 P 2.33 (him, a fragment of thought, a whisp of) 405.6 562.9 P 0.37 (spirit, or even a moment of future destiny) 405.6 550.9 P 0.37 (.) 573.5 550.9 P 0.27 (Whatever it was, he counted on it, settling) 405.6 538.9 P 3.41 (more weight upon its value that Mike) 405.6 526.9 P 0.14 (cared to ascertain. And then Alister turned) 405.6 514.9 P 1.03 (away) 405.6 502.9 P 1.03 (, the moment lost in the shuf) 426.04 502.9 P 1.03 (\337e of a) 546.17 502.9 P (heartbeat.) 405.6 490.9 T 1.46 (\322As you perhaps know) 416.4 478.76 P 1.46 (, Johanes, there) 511.46 478.76 P 1.29 (are ways of repairing such injuries given) 405.6 466.76 P 3.4 (the proper precautions, and Draconians) 405.6 454.76 P -0.17 (are, generally speaking, very cautious peo-) 405.6 442.76 P 0.47 (ple. I\325d thought I\325d convinced you to bide) 405.6 430.76 P 1.62 (your time, to wait for the right moment,) 405.6 418.76 P 1.22 (however) 405.6 406.76 P 1.22 (, it seems that you have reverted) 439.61 406.76 P 1.35 (to your original idea. Kill her at the \336rst) 405.6 394.76 P 1.07 (opportunity) 405.6 382.76 P 1.07 (, and leave old Alister to pick) 451.6 382.76 P 0.55 (up the pieces. Who can tell why? Perhaps) 405.6 370.76 P 0.18 (you expected that the right moment would) 405.6 358.76 P 1.74 (never come, that it was stolen by things) 405.6 346.76 P (that go boom in the daytime.\323) 405.6 334.76 T (\322Nuke?\323 Mike queried.) 416.4 322.62 T 3.16 (Arien nodded, \322I\325d always known it) 416.4 310.48 P 1.43 (was a \336tting nick-name. Her temper was) 405.6 298.48 P 2.08 (rather explosive. But if I\325d known what) 405.6 286.48 P (would be her end...\323) 405.6 274.48 T 1 (\322Both Sule and Erestyl apparently sur-) 416.4 262.33 P (vived.\323) 405.6 250.33 T 2.08 (\322Regardless, this Draconian \336lth tried) 416.4 238.19 P (to sacri\336ce her like some...\323) 405.6 226.19 T 2.3 (\322I know what I did! I\325m not pleased) 416.4 214.05 P 1.62 (about it anymore than you, but I\325d do it) 405.6 202.05 P 1.42 (again, and you know damn well the rea-) 405.6 190.05 P (son!\323) 405.6 178.05 T 2.32 (\322Y) 416.4 165.91 P 2.32 (es, of course. Y) 427.05 165.91 P 2.32 (ou were just being) 495.47 165.91 P (cautious.\323) 405.6 153.91 T 4.49 (A small, metallic sphere \337oated in) 416.4 141.76 P 0.35 (through the door) 405.6 129.76 P 0.35 (, a red light \337ashing at its) 472.53 129.76 P (zenith.) 405.6 117.76 T (\322Speak.\323) 416.4 105.62 T 0.95 (\322Sule has arrived, my lord. She is out-) 416.4 93.48 P 0.82 (side the front gate awaiting permission to) 405.6 81.48 P (enter) 405.6 69.48 T (.\323) 425.03 69.48 T 4.11 (\322Grant it. Guards, make our guests) 416.4 57.33 P FMENDPAGE %%EndPage: "11" 13 %%Page: "12" 13 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (12) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X (comfortable.\323) 36 731.33 T 1.05 (Arien left, bequeathing his private sol-) 46.8 719.24 P 0.15 (diers with a simple if inde\336nite task. Mike) 36 707.24 P 3 (stood back, smiling ever so slightly as) 36 695.24 P 2.94 (Johanes was physically searched in the) 36 683.24 P 0.41 (most comprehensive manner allowable by) 36 671.24 P 1.54 (law) 36 659.24 P 1.54 (. Being that Calannan law was rather) 49.78 659.24 P 0.93 (lax on such matters, he had some time to) 36 647.24 P 0.28 (wait and wonder if he was to be their next) 36 635.24 P 1.57 (victim. Several minutes later) 36 623.24 P 1.57 (, they found) 155.24 623.24 P 2.99 (themselves in a basement cell, Johanes) 36 611.24 P 0.51 (wearing a towel one of Arien\325) 36 599.24 P 0.51 (s more gen-) 158.19 599.24 P -0.24 (erous employees had loaned him. He stood) 36 587.24 P 0.85 (in the cell\325) 36 575.24 P 0.85 (s corner) 79.89 575.24 P 0.85 (, feet together and legs) 112.25 575.24 P 4.32 (slightly bent, the white towel knotted) 36 563.24 P 0.07 (around his waist. Mike tried to churn forth) 36 551.24 P (a wholesome expression.) 36 539.24 T (\322Did it hurt?\323) 46.8 527.15 T 4.55 (Johanes merely gritted his teeth in) 46.8 515.06 P 0.33 (response, angry eyes glaring stubbornly at) 36 503.06 P 0.82 (the opposite wall. Mike nodded, trying to) 36 491.06 P (look sympathetic.) 36 479.06 T 1.57 (\322I\325m just asking, because if you think) 46.8 466.97 P (you need a proctologist or anything...\323) 36 454.97 T (\322Shut-up, Harrison.\323) 46.8 442.88 T 1.52 (\322Right... um,\323 Mike paused, searching) 46.8 430.79 P 0.37 (for the right words, \322Do you mind if I ask) 36 418.79 P (you a question?\323) 36 406.79 T 3.38 (Johanes ignored him, wincing as he) 46.8 394.7 P (shifted his weight slightly) 36 382.7 T (.) 138.91 382.7 T 2.86 (\322W) 46.8 370.61 P 2.86 (ere you really going to shoot me) 59.87 370.61 P (back there?\323) 36 358.61 T (\322Y) 46.8 346.52 T (es.\323) 57.45 346.52 T (\322Y) 46.8 334.42 T (ou were.\323) 57.45 334.42 T (\322Absolutely) 46.8 322.33 T (.\323) 94.45 322.33 T (\322May I ask why?\323) 46.8 310.24 T 0.78 (Johanes snorted and then winced again) 46.8 298.15 P 1.85 (as the vibration crawled down along his) 36 286.15 P 2.84 (spine. Mike looked away) 36 274.15 P 2.84 (, granting him) 144.36 274.15 P -0.19 (some private latitude for expression of dis-) 36 262.15 P (comfort.) 36 250.15 T 0 (\322I mean, it\325) 46.8 238.06 P 0 (s a little extreme, isn\325) 92.05 238.06 P 0 (t it? T) 178.22 238.06 P 0 (o) 201.4 238.06 P (shoot somebody?\323) 36 226.06 T (\322Why don\325) 46.8 213.97 T (t you ask Bill W) 91.31 213.97 T (alker) 156.03 213.97 T (.\323) 175.46 213.97 T (\322Where did you hear about that?\323) 46.8 201.88 T 2.5 (\322V) 46.8 189.79 P 2.5 (arious places. Before the operation) 57.34 189.79 P (you were telling Cecil all about it.\323) 36 177.79 T 0.74 (Mike shook his head, \322Then you heard) 46.8 165.7 P (it was self-defense, and Bill was a friend.\323) 36 153.7 T 0.39 (\322A friend, perhaps. As for self-defense,) 46.8 141.61 P (I understand that he was unarmed.\323) 36 129.61 T (\322I had no choice.\323) 46.8 117.52 T 3.05 (\322Precisely) 46.8 105.42 P 3.05 (. Y) 87.23 105.42 P 3.05 (ou were protecting your) 101.49 105.42 P -0.1 (own precious hide from an unarmed friend) 36 93.42 P 0.41 (as you put it. I, on the other hand, am try-) 36 81.42 P (ing to protect millions of people.\323) 36 69.42 T 0.87 (Mike smiled, \322Let me get this straight.) 46.8 57.33 P 220.8 54 391.2 738 R 7 X V 0 X -0.16 (Y) 220.8 731.33 P -0.16 (ou pull out a laser with every intention of) 227.02 731.33 P 1.66 (carving holes in me, and two cents later) 220.8 719.33 P -0.06 (you\325re calling my morality into question?\323) 220.8 707.33 P -0.14 (\322Y) 231.6 695.08 P -0.14 (ou got it. Oh, and by the way) 242.25 695.08 P -0.14 (, I didn\325) 356.95 695.08 P -0.14 (t) 388.42 695.08 P 1.07 (have the heart to tell you this before, but) 220.8 683.08 P 3.23 (you\325ll probably \336gure it out sooner or) 220.8 671.08 P 3.26 (later) 220.8 659.08 P 3.26 (. Y) 238.01 659.08 P 3.26 (our friend was working for the) 252.49 659.08 P 1.33 (Imps, true enough, but he didn\325) 220.8 647.08 P 1.33 (t know it) 353.01 647.08 P 1.76 (until it was too late. He thought he was) 220.8 635.08 P 0.72 (working for the DSS, for John Clay to be) 220.8 623.08 P 0.72 (more precise. He didn\325) 220.8 611.08 P 0.72 (t really know what) 314.37 611.08 P 1.66 (he\325d gotten himself into until Sule came) 220.8 599.08 P (prancing along.\323) 220.8 587.08 T 4.32 (Mike stared back incredulously) 231.6 574.83 P 4.32 (, the) 369.67 574.83 P -0.2 (smile wiped from his face as thoroughly as) 220.8 562.83 P 0.06 (if he\325d been hit by a ton of bricks. Johanes) 220.8 550.83 P (simply nodded and continued.) 220.8 538.83 T 0.6 (\322ISIS found out about Erestyl being on) 231.6 526.58 P 0.18 (T) 220.8 514.58 P 0.18 (izar when Clay) 226.56 514.58 P 0.18 (, one of our boys, decided) 286.77 514.58 P 3.68 (he was getting a lousy deal from the) 220.8 502.58 P 1.46 (agency) 220.8 490.58 P 1.46 (. He cleverly diverted our internal) 248.46 490.58 P 1.85 (investigations after the raid on the med-) 220.8 478.58 P 1.2 (center by shifting the blame for Erestyl\325) 220.8 466.58 P 1.2 (s) 387.31 466.58 P 1.01 (capture to you. Then he disappeared, and) 220.8 454.58 P -0.13 (that disk you stole from the Solomon man-) 220.8 442.58 P 4.64 (sion... that disk you left in W) 220.8 430.58 P 4.64 (alker) 364.18 430.58 P 4.64 (\325) 384.53 430.58 P 4.64 (s) 387.31 430.58 P 1.88 (hands... it became extremely valuable to) 220.8 418.58 P 0.18 (ISIS. I don\325) 220.8 406.58 P 0.18 (t know whether Clay told your) 267.89 406.58 P 2.4 (friend what to expect from Robin upon) 220.8 394.58 P 1.66 (reaching Calanna or whether he just \336g-) 220.8 382.58 P 2.9 (ured it out by himself, but either way) 220.8 370.58 P 2.9 (,) 388.7 370.58 P 2.58 (W) 220.8 358.58 P 2.58 (alker saved your life, and you repaid) 229.43 358.58 P 1.02 (him by blowing a hole through his chest.) 220.8 346.58 P 0.51 (Why) 220.8 334.58 P 0.51 (, if it wasn\325) 239.58 334.58 P 0.51 (t for your juvenile curios-) 286.45 334.58 P 1.09 (ity combined with those amazing trigger) 220.8 322.58 P 1.09 (-) 387.87 322.58 P 0.96 (happy re\337exes, your friend would still be) 220.8 310.58 P (alive.\323) 220.8 298.58 T 1.5 (Mike held his breath for a moment to) 231.6 286.33 P 0.55 (keep from bolting to his feet. Getting into) 220.8 274.33 P 0.19 (a \336ght with Johanes was not something he) 220.8 262.33 P (would let himself be talked into.) 220.8 250.33 T 2.71 (\322Y) 231.6 238.08 P 2.71 (ou\325re twisting it, Jo. He was with) 242.25 238.08 P 0.31 (Sule. He was trying to get me captured by) 220.8 226.08 P (ISIS.\323) 220.8 214.08 T 1.66 (\322For questioning. My guess is that he) 231.6 201.83 P 1.38 (\336gured that you knew just about nothing) 220.8 189.83 P 0.2 (regarding Erestyl. Sule probably promised) 220.8 177.83 P 4.12 (him that you\325d be set free, and who) 220.8 165.83 P 0.87 (knows, you might very well have been at) 220.8 153.83 P 1.4 (that point. Y) 220.8 141.83 P 1.4 (ou were still blissfully igno-) 272.86 141.83 P 0.55 (rant, and you\325d already done them a great) 220.8 129.83 P 1.83 (service. Y) 220.8 117.83 P 1.83 (ou played right into their trap,) 262.14 117.83 P (after all.\323) 220.8 105.83 T (\322Y) 231.6 93.58 T (ou don\325) 242.25 93.58 T (t honestly believe that.\323) 272.89 93.58 T -0.11 (\322What you or I believe isn\325) 231.6 81.33 P -0.11 (t particularly) 339.96 81.33 P 1.89 (important. It\325) 220.8 69.33 P 1.89 (s what Bill believed that is) 275.44 69.33 P 0.72 (interesting. Y) 220.8 57.33 P 0.72 (ou wrote him of) 274.93 57.33 P 0.72 (f as a traitor) 341.03 57.33 P 405.6 54 576 738 R 7 X V 0 X 5.15 (without even bothering to attend the) 405.6 731.33 P 2.82 (funeral. When the locals got around to) 405.6 719.33 P 0.72 (doing an autopsy on the body) 405.6 707.33 P 0.72 (, they found) 526.54 707.33 P 2.4 (the primary arteries in his neck already) 405.6 695.33 P 1.62 (shattered. The culprit was a tiny capsule) 405.6 683.33 P 0.11 (with its own radio receiver) 405.6 671.33 P 0.11 (, timing mecha-) 512.77 671.33 P 2.92 (nism, and explosive char) 405.6 659.33 P 2.92 (ge courtesy of) 513.55 659.33 P 2.21 (ISIS. Their leverage over him, Michael.) 405.6 647.33 P 1.37 (Y) 405.6 635.33 P 1.37 (our friend knew that he\325d made a huge) 411.82 635.33 P 2.38 (mistake. He knew that you were in the) 405.6 623.33 P 2.82 (process of making another similar mis-) 405.6 611.33 P 0.86 (take, and he wanted to get you out of the) 405.6 599.33 P -0.2 (picture as quickly and as painlessly as pos-) 405.6 587.33 P 0.17 (sible, even if it meant handing you over to) 405.6 575.33 P 2.73 (the Imps. As far as he was concerned,) 405.6 563.33 P (they\325d catch you sooner or later) 405.6 551.33 T (.\323) 531.89 551.33 T (\322The psyche bloodhound?\323) 416.4 539 T 1.88 (Johanes nodded, \322A gift from Alister) 416.4 526.67 P 1.88 (.) 573.5 526.67 P 5.71 (Before the Imps admitted to having) 405.6 514.67 P -0.24 (Ambassador Kato, they had Clay pay Alis-) 405.6 502.67 P 0.56 (ter a social call. Clay) 405.6 490.67 P 0.56 (, I am told, was very) 491.3 490.67 P 1.49 (convincing in blaming Kato\325) 405.6 478.67 P 1.49 (s capture on) 524.73 478.67 P 1.06 (rogue elements in the DSS. He requested) 405.6 466.67 P (psychic assistance in tracking her down.\323) 405.6 454.67 T (\322Arien couldn\325) 416.4 442.33 T (t see through it?\323) 476.45 442.33 T (\322Clay has a psionic shield implant.\323) 416.4 430 T (\322Y) 416.4 417.67 T (ou\325re reaching, Jo.\323) 427.05 417.67 T 0.17 (\322If you don\325) 416.4 405.33 P 0.17 (t believe me, the why don\325) 465.96 405.33 P 0.17 (t) 573.22 405.33 P 1.14 (you look at his \336le. I\325m sure Cecil could) 405.6 393.33 P 1.84 (supply it now that he\325) 405.6 381.33 P 1.84 (s virtually jumped) 499.58 381.33 P (Robin\325) 405.6 369.33 T (s bones.\323) 432.82 369.33 T 1.33 (\322She doesn\325) 416.4 357 P 1.33 (t have any bones, and I\325m) 466.12 357 P (not buying any of this.\323) 405.6 345 T 3.1 (\322Her circuits then, and yes you are.) 416.4 332.67 P (Because it\325) 405.6 320.67 T (s true, and you know it.\323) 449.74 320.67 T 0.2 (Mike took a deep breath. \322Why are you) 416.4 308.33 P (telling me this?\323) 405.6 296.33 T 4.51 (Johanes shrugged, \322Because, it\325) 416.4 284 P 4.51 (s as) 556.78 284 P 2.73 (close to throttling you as I\325m likely to) 405.6 272 P 0.4 (get... at least in this lifetime. Y) 405.6 260 P 0.4 (ou may not) 530.23 260 P 0.19 (realize it yet, Michael, but you\325re not long) 405.6 248 P (for this world.\323) 405.6 236 T (\322Sule doesn\325) 416.4 223.67 T (t even know I\325m here.\323) 467.57 223.67 T (\322If Vlep lives, she knows.\323) 416.4 211.33 T (\322Vlep?\323) 416.4 199 T (\322The psyche bloodhound.\323) 416.4 186.67 T (Mike winced, \322He lives.\323) 416.4 174.33 T 5 (Johanes cocked his head sideways,) 416.4 162 P (\322What makes you so certain?\323) 405.6 150 T 0.91 (\322I hand-cuf) 416.4 137.67 P 0.91 (fed him to a steering wheel) 462.92 137.67 P (this morning.\323) 405.6 125.67 T (Johanes coughed, \322Y) 416.4 113.33 T (ou what?\323) 500.05 113.33 T (\322It\325) 416.4 101 T (s a bit of a story) 429.72 101 T (.\323) 493.2 101 T (\322W) 416.4 88.67 T (e seem to have a bit of spare time.\323) 429.47 88.67 T 405.6 64 576 83 C 405.6 64 576 83 R 7 X 0 K V 450.3 74.5 531.3 74.5 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 1.89 (Despair curled about the corridor like) 416.4 57.33 P FMENDPAGE %%EndPage: "12" 14 %%Page: "13" 14 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (13) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 0.78 (knotted strands of raw meat, a nourishing) 36 731.33 P 0.04 (meal, though people rarely gobbled it with) 36 719.33 P 1.52 (enthusiasm. Pausing, she carefully rested) 36 707.33 P 0.87 (her hand upon the stone tile. Johanes and) 36 695.33 P 0.8 (several of the guards had passed recently) 36 683.33 P 0.8 (.) 203.9 683.33 P 1.38 (Remnants of their emotions lay scattered) 36 671.33 P 2.79 (carelessly) 36 659.33 P 2.79 (, and yet there was more, the) 74.76 659.33 P 0.66 (gatherer she had yet to meet. He was nei-) 36 647.33 P 0.64 (ther angry nor dutiful. Instead, he seemed) 36 635.33 P 3.37 (relieved, as though being jailed in the) 36 623.33 P 7.9 (mansion\325) 36 611.33 P 7.9 (s dungeon had been more) 72.65 611.33 P 1.44 (reprieve than punishment. Why Sule had) 36 599.33 P 1.99 (requested him, she could scarcely imag-) 36 587.33 P 1.41 (ine. The bio-synthe was dif) 36 575.33 P 1.41 (\336cult to read.) 150.56 575.33 P 0 (So many of them turned out deranged, try-) 36 563.33 P 2.03 (ing to establish a telepathic rapport was) 36 551.33 P (rarely worth the ef) 36 539.33 T (fort.) 109.92 539.33 T 2.89 (Mixtures of fear and respect pressed) 46.8 527.11 P 1.01 (quickly away as the guards stepped aside) 36 515.11 P 0.24 (to let her pass, and with a slight motion of) 36 503.11 P 1 (her thumb, the one at the end opened the) 36 491.11 P 3.14 (tall, brown door) 36 479.11 P 3.14 (. Its metal plating was) 105.85 479.11 P 1.08 (rusty with age, and its grey) 36 467.11 P 1.08 (, galvorn lock) 149 467.11 P 0.38 (jutted out conspicuously like some misbe-) 36 455.11 P 6.7 (haved or) 36 443.11 P 6.7 (gan. Inside, Johanes leaned) 77.21 443.11 P 1.73 (against a wall as the gatherer sat on the) 36 431.11 P 3.73 (bench, looking up cautiously) 36 419.11 P 3.73 (, his eyes) 162.02 419.11 P 0.38 (keen and brown, a web of fear swept over) 36 407.11 P (whatever curiosity still lingered.) 36 395.11 T 1.6 (\322Korina?\323 Johanes pressed against the) 46.8 382.89 P 1.62 (bars. \322Kori... tell me you\325ve come to let) 36 370.89 P (me out of here.\323) 36 358.89 T -0.22 (\322In your dreams, Draconian. Father sent) 46.8 346.67 P (me for the gatherer) 36 334.67 T (.\323) 111.77 334.67 T 2.04 (She watched the \336gure on the bench.) 46.8 322.45 P 0.88 (He stood slowly) 36 310.45 P 0.88 (, naked save for a pair of) 102.07 310.45 P 6.12 (mud-caked britches. T) 36 298.45 P 6.12 (urning, Johanes) 137.54 298.45 P (slumped his shoulders.) 36 286.45 T 3.77 (\322Sule wants him, eh? W) 46.8 274.22 P 3.77 (e\325d already) 157.96 274.22 P (assumed as much.\323) 36 262.22 T (\322Get out of the way) 46.8 250 T (.\323) 124.98 250 T 0.55 (Johanes complied, escalating Mike for-) 46.8 237.78 P (ward with a swift boot to the back.) 36 225.78 T 0.17 (\322Go ahead, Michael. And good fortune.) 46.8 213.56 P (Y) 36 201.56 T (ou\325ll need it.\323) 42.22 201.56 T 1.06 (Mike let himself be escorted down the) 46.8 189.33 P 0.85 (corridor) 36 177.33 P 0.85 (. T) 67.64 177.33 P 0.85 (wo guards stayed behind them,) 78.9 177.33 P 1.57 (their ri\337es ready for a moment\325) 36 165.33 P 1.57 (s distrac-) 168.47 165.33 P 0 (tion. The young woman at his side seemed) 36 153.33 P 1.9 (to ignore them, her green eyes lost in a) 36 141.33 P -0.24 (dreamy haze. As they passed a row of win-) 36 129.33 P 0.04 (dows, he considered making a break for it.) 36 117.33 P -0.02 (T) 36 105.33 P -0.02 (o die with bullets in his back or bullets in) 41.41 105.33 P 2.15 (his front, it made little dif) 36 93.33 P 2.15 (ference. Even) 149.31 93.33 P 3.14 (the gullet of the strange moat creature) 36 81.33 P 0.41 (seemed preferable to a meeting with Sule.) 36 69.33 P 0.55 (Green eyes watched him from the corners) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (of their vision.) 220.8 731.33 T 2.13 (\322Don\325) 231.6 719.24 P 2.13 (t be afraid. As long as you are) 256.4 719.24 P (here, my father will see to your safety) 220.8 707.24 T (.\323) 371.7 707.24 T 1.03 (Mike nodded doubtfully) 231.6 695.14 P 1.03 (, the poke of a) 330.18 695.14 P (muzzle nudging his spine.) 220.8 683.14 T (\322And what about Erestyl?\323) 231.6 671.05 T (\322He is Imperial property) 231.6 658.95 T (.\323) 328.93 658.95 T 2.08 (\322Oh,\323 Mike gulped, \322so that\325) 231.6 646.86 P 2.08 (s how it) 355.39 646.86 P (works.\323) 220.8 634.86 T 0.89 (She stopped in the antechamber before) 231.6 622.76 P 6.2 (the sanctuary) 220.8 610.76 P 6.2 (. Mike remembered the) 279.36 610.76 P 0.64 (mauve carpet and indigo tapestries all too) 220.8 598.76 P 0.01 (well. T) 220.8 586.76 P 0.01 (ara had been ignoring him the night) 248.43 586.76 P 2.63 (of their visit, so he\325d wandered around) 220.8 574.76 P 1.34 (until he was sure he was lost, eventually) 220.8 562.76 P 3.6 (winding up in the meditation chamber) 220.8 550.76 P 1.67 (with his head poked out a window) 220.8 538.76 P 1.67 (, sky-) 367.32 538.76 P 2.93 (diving snot wads and half-nibbled hors) 220.8 526.76 P 3.14 (d\325oeuvres on the patrolling wor) 220.8 514.76 P 3.14 (gs. She) 359.19 514.76 P 1.58 (found him after a few direct hits, appar-) 220.8 502.76 P 0.12 (ently aware of some bizarre sense of satis-) 220.8 490.76 P 0.06 (faction he was feeling and curious as to its) 220.8 478.76 P 1.43 (source. They ended up spending half the) 220.8 466.76 P 4.27 (night there before the servants \336nally) 220.8 454.76 P 5.99 (kicked them out. Green eyes stared) 220.8 442.76 P 1.88 (through him, her expression lingering in) 220.8 430.76 P 3.71 (the grey stretch between curiosity and) 220.8 418.76 P 2.77 (bewilderment. Mike looked back at the) 220.8 406.76 P (\337oor and consciously cleared his mind.) 220.8 394.76 T (\322My thoughts are my property) 231.6 382.67 T (.\323) 352.53 382.67 T 0.87 (She opened her mouth as if to respond) 231.6 370.57 P 0.87 (and then shut it again. Mike regarded her) 220.8 358.57 P (indecision with contempt.) 220.8 346.57 T (\322If you have something to say) 231.6 334.48 T (, say it.\323) 351.14 334.48 T 2.78 (\322I was curious as to why she wants) 231.6 322.38 P (you.\323) 220.8 310.38 T 0.03 (\322Sule? Why don\325) 231.6 298.29 P 0.03 (t you read her like you) 300.86 298.29 P (did me?\323) 220.8 286.29 T 0.33 (\322She...\323 green eyes narrowed, \322it is dif-) 231.6 274.19 P (\336cult.\323) 220.8 262.19 T 2.96 (\322Must really stink to have a puzzle,) 231.6 250.09 P (eh?\323) 220.8 238.09 T (\322I\325ll survive.\323) 231.6 226 T 3.65 (Mike let his annoyance fade into a) 231.6 213.91 P -0.16 (mediocre smirk. \322Are we going in or not?\323) 220.8 201.91 P 3.93 (She thumped the base of her palm) 231.6 189.81 P 1.31 (against the door) 220.8 177.81 P 1.31 (, the resulting sound dull) 286.86 177.81 P 0.79 (but determined, and as though by its own) 220.8 165.81 P 2.32 (volition, the wooden barrier slid quietly) 220.8 153.81 P 1.78 (into the wall. Sule stood at arm\325) 220.8 141.81 P 1.78 (s reach,) 358.9 141.81 P 0.49 (her silver) 220.8 129.81 P 0.49 (-hued eyes glinting with the bar-) 258.56 129.81 P (est trace of anger) 220.8 117.81 T (.) 288.79 117.81 T (Mike gulped down, \322Y) 231.6 105.71 T (ou called?\323) 322.76 105.71 T 405.6 54 576 738 R 7 X V 0 F 0 X 5.65 (Jim V) 405.6 182.33 P 5.65 (assilakos \050jimv@ucrmath.ucr) 433.18 182.33 P 5.65 (.edu\051) 555.74 182.33 P 0.04 (just graduated fr) 405.6 170.33 P 0.04 (om UCR with an MBA. In) 472.51 170.33 P 0.22 (between r) 405.6 158.33 P 0.22 (esponding to employment adver-) 444.59 158.33 P 3.99 (tisements and attending Job Fairs, he) 405.6 146.33 P 0.35 (DM\325) 405.6 134.33 P 0.35 (s a hearty gr) 423.18 134.33 P 0.35 (oup of dormies and won-) 474.66 134.33 P 0.61 (ders how he\325) 405.6 122.33 P 0.61 (s going to \336nish Harrison off) 457.16 122.33 P -0.24 (once and for all. Judging his pr) 405.6 110.33 P -0.24 (otagionist\325) 530.09 110.33 P -0.24 (s) 572.11 110.33 P 0.12 (curr) 405.6 98.33 P 0.12 (ent situation, he may not have to won-) 422.44 98.33 P (der for very long.) 405.6 86.33 T -0.57 (\324The Harrison Chapters\325 will be continued) 405.6 68.16 P (next issue.) 469.98 56.16 T FMENDPAGE %%EndPage: "13" 15 %%Page: "14" 15 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (Decembert 1992) 516.35 751 T 36 35 576 45 R 7 X V 0 X (14) 301.51 39 T 36 621 396 738 R 7 X V 326.4 189 470.4 315 R V 326.38 324 470.38 324 2 L 0.5 H 2 Z 0 X N 326.38 180 470.38 180 2 L N 36 630 396 729 R 7 X V 1 36 Q 0 X (L) 124.51 705 T 1 30 Q (AST) 146.51 705 T 1 36 Q ( T) 203.18 705 T 1 30 Q (RAIN) 234.17 705 T 1 18 Q (by Lou Crago) 166.03 674 T 1 9 Q (Copyright \251 1992) 183.12 655 T 36 54 206.4 540 R 7 X V 1 18 Q 0 X 4.22 (O) 36 533.33 P 1 10 Q 2.34 (n the trak, there was nothin\325 for the) 48.99 533.33 P 0.51 (babies to do but jes rest they minds. They) 36 521.33 P 3.33 (be trandscendin\325 the worlds \321 all the) 36 509.33 P 4.21 (worlds that anybody evah thought of.) 36 497.33 P 0.69 (They don\325) 36 485.33 P 0.69 (t have to be thinkin\325 bout noth-) 77.87 485.33 P (ing\325 at all anymore.) 36 473.33 T 0.07 (But Old General V) 46.8 459.73 P 0.07 (en, he be tryin to call) 121.67 459.73 P 0.94 (\324em back. that high-rankin\325 ole sumbitch,) 36 447.73 P 2.56 (he all the time tryin to yank \324em back) 36 435.73 P 2.62 (down. He a Motor Man, thas why) 36 423.73 P 2.62 (. All) 186.01 423.73 P (Motor Mans, \336rst to lass, is) 36 411.73 T 0 F (bad) 148.17 411.73 T 1 F (!) 163.16 411.73 T 1.02 (Them babies rollin around on the trak,) 46.8 398.13 P 1 (and they payin no mind to Old V) 36 386.13 P 1 (en. And) 173.76 386.13 P -0.16 (ever time he come, he try to get \324em down,) 36 374.13 P 1.82 (but they not lissnen. And after while he) 36 362.13 P 1.35 (give up, and he come over to where I\325m) 36 350.13 P 0.04 (layin on the \337oor) 36 338.13 P 0.04 (, and he say all that metal) 104.29 338.13 P 0.09 (talk at me. And when I don\325) 36 326.13 P 0.09 (t answer back,) 148.77 326.13 P 0.25 (he give me a kick in mah ribs. Then he go) 36 314.13 P 0 (out the place and the door shut behind him) 36 302.13 P 1.29 (and you hear them magnetic bolts lockin) 36 290.13 P (into place.) 36 278.13 T 1.78 (Most times, I jes lay there and watch) 46.8 264.53 P 1.78 (them babies. I watch \324em rollin, cause I) 36 252.53 P 0.95 (can) 36 240.53 P 0 F 0.95 (see) 53.33 240.53 P 1 F 0.95 ( \324em. Old V) 66.09 240.53 P 0.95 (en, he know I can see) 115.59 240.53 P 0 (\324em, and it make him mad as hell \321 cause) 36 228.53 P 2.05 (he can\325) 36 216.53 P 2.05 (t. He a Motor Man, he ain\325) 67.01 216.53 P 2.05 (t got) 186.29 216.53 P -0.16 (livin eyes, not like me. I guess thas why he) 36 204.53 P 0.31 (keep on lettin\325 me live. He kick me some-) 36 192.53 P 0.69 (times, but he won\325) 36 180.53 P 0.69 (t kill me. If he kill me,) 112.3 180.53 P (he know he won\325) 36 168.53 T (t) 104.93 168.53 T 0 F (never) 110.21 168.53 T 1 F ( get them babies!) 132.41 168.53 T 0.91 (I lie and watch long through the night,) 46.8 154.93 P -0.25 (and them babies they shining in mah mind,) 36 142.93 P 0.06 (they like the sunrise what used to come on) 36 130.93 P 0.58 (this here planet, they like what used to be) 36 118.93 P 0.44 (stars in the night. They singing too \321 not) 36 106.93 P 1.59 (like any song, not \324zactly a sound, but I) 36 94.93 P 0.67 (hears \324em. And when them babies sing, it) 36 82.93 P (sho do grab me.) 36 70.93 T 0.37 (Then I got to \336ght like hell not to think) 46.8 57.33 P 220.8 338 391.2 639 R 7 X V 0 X 1.74 (of the way it wuz. I got to \336ght to stay) 220.8 632.33 P 0.38 (steady just like I is now) 220.8 620.33 P 0.38 (, and keep on bein) 316.7 620.33 P -0.17 (just what I done decided to be. I can\325) 220.8 608.33 P -0.17 (t even) 367.22 608.33 P 1.09 (think one single thought that ain\325) 220.8 596.33 P 1.09 (t in line) 358.48 596.33 P 0.39 (with that, else them Motor Mens be tracin) 220.8 584.33 P 0.98 (it on machines they got. So I lie still and) 220.8 572.33 P 3.01 (lissen to them babies singing, and if I) 220.8 560.33 P 2.13 (think \324bout anything, I be dam sure it\325) 220.8 548.33 P 2.13 (s) 387.31 548.33 P 1.1 (somethin like feels good to be scratching) 220.8 536.33 P 3.72 (\337eas, or how tasty corn pone is with) 220.8 524.33 P (molasses poured on it. Stuf) 220.8 512.33 T (f like that.) 329.17 512.33 T 2.17 (And it\325) 231.6 498.83 P 2.17 (s been near about \336fteen days) 261.82 498.83 P -0.19 (now) 220.8 486.83 P -0.19 (, but I doin it so good that Old V) 237.36 486.83 P -0.19 (en and) 365.02 486.83 P 0.85 (them other Motor Mens ain\325) 220.8 474.83 P 0.85 (t picked up a) 337.29 474.83 P 1.7 (thing yet. And mah babies, they safe on) 220.8 462.83 P 1.17 (the trak where Old V) 220.8 450.83 P 1.17 (en, even he do be a) 308.75 450.83 P 0.59 (General and got all his science mens with) 220.8 438.83 P -0.25 (him, he can\325) 220.8 426.83 P -0.25 (t get \324em down. No sir) 269.81 426.83 P -0.25 (, long as) 358.11 426.83 P 0.72 (theys on the trak, they gone! They got no) 220.8 414.83 P 0.27 (bodies, they got no minds, they got nuthin) 220.8 402.83 P 0.8 (he can grab hold of, nuthin he can down-) 220.8 390.83 P 1.7 (load. And it \324bout to drive Old V) 220.8 378.83 P 1.7 (en and) 363.14 378.83 P 0.36 (them crazy) 220.8 366.83 P 0.36 (. I lie there, and I\325m anxious as) 264.63 366.83 P (hell, but all the time I be laf) 220.8 354.83 T (\336n too.) 331.66 354.83 T 0.24 (W) 231.6 341.33 P 0.24 (e ain\325) 240.24 341.33 P 0.24 (t safe yet, no way) 262.77 341.33 P 0.24 (. There be one) 333.31 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 3.51 (of them babies ain\325) 220.8 328.33 P 3.51 (t) 308.02 328.33 P 4.74 (restin her mind too) 220.8 316.26 P 5.16 (good, she sometime) 220.8 304.18 P 4.74 (lose hold of what\325) 220.8 292.1 P 4.74 (s) 306.91 292.1 P 7.66 (happenin. And she) 220.8 280.03 P 0.71 (come down a little bit) 220.8 267.95 P 5.2 (then, and she sorta) 220.8 255.87 P 5.48 (like hang her head) 220.8 243.79 P 4.09 (down over the trak.) 220.8 231.72 P 0.64 (And she be callin out,) 220.8 219.64 P 1.96 (wantin\325 to know if it) 220.8 207.56 P 2.65 (maybe it be good to) 220.8 195.49 P 6.22 (come down to the) 220.8 183.41 P 1.69 (world again, like Old) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X -0.16 (V) 220.8 158.33 P -0.16 (en been sayin\325 over and over) 226.91 158.33 P -0.16 (. She startin\325) 340.72 158.33 P -0.14 (to innerface again, with this damned world) 220.8 146.33 P (she don\325) 220.8 134.33 T (t even know is trashed.) 254.76 134.33 T 0.03 (I calls her Glo, and I says, \322Glo, you git) 231.6 119.83 P 0.61 (back! Long as I\325m here, you ain\325) 220.8 107.83 P 0.61 (t no way) 355.56 107.83 P 0.57 (comin down! So don\325) 220.8 95.83 P 0.57 (t be thinkin \324bout it.) 309.23 95.83 P (Y) 220.8 83.83 T (ou go back to restin yo mind!\323) 227.02 83.83 T 0.8 (She say) 231.6 69.33 P 0.8 (, \322I remember things. I remem-) 262.57 69.33 P (ber) 220.8 57.33 T (.\323) 233.01 57.33 T 405 338 575.4 738 R 7 X V 0 X 0.99 (And the more she remember) 415.8 731.33 P 0.99 (, the more) 533.17 731.33 P 0.13 (she start to take on shape. And I got to nip) 405 719.33 P (that in the bud right there, damn quick!.) 405 707.33 T 0.05 (So I say) 415.8 694.33 P 0.05 (, \322Glo, git on back now! What\325) 447.44 694.33 P 0.05 (s) 571.51 694.33 P 0.67 (the use of me bein here, and layin on this) 405 682.33 P 0.58 (hard \337oor night after night like a old dog,) 405 670.33 P 0.41 (if you gonna fool around that way? If you) 405 658.33 P 0.51 (let Old V) 405 646.33 P 0.51 (en talk you down, then he gonna) 442.12 646.33 P (kill me. That what you want?\323) 405 634.33 T 0.75 (She say) 415.8 621.33 P 0.75 (, \322I\325ll go back, but talk to me a) 446.71 621.33 P 1.85 (little \336rst, Gabriel. When I start remem-) 405 609.33 P (bering things, I get so terribly lonely) 405 597.33 T (.\323) 550.65 597.33 T 0.07 (I say) 415.8 584.33 P 0.07 (, \322Okay) 434.37 584.33 P 0.07 (, Honey) 464.87 584.33 P 0.07 (, we chat a little bit.) 495.93 584.33 P -0.16 (But then you go back to restin\325 yo mind on) 405 572.33 P (nuthin, like them others.\323) 405 560.33 T 2 (She say) 415.8 547.33 P 2 (, \322How many of us are there,) 447.96 547.33 P 4.93 (Gabriel?\323 She axed me this question) 405 535.33 P 0 (before, but I got to tell her again and again) 405 523.33 P 3.54 (\324cause when she outta mind she can\325) 405 511.33 P 3.54 (t) 572.62 511.33 P (remember) 405 499.33 T (.) 444.97 499.33 T 0.5 (\322They\325) 415.8 486.33 P 0.5 (s twenty-four of you,\323 I reminds) 443.55 486.33 P 2.12 (her) 405 474.33 P 2.12 (. \322Y) 417.21 474.33 P 2.12 (ou a dozen positive and a dozen) 434.99 474.33 P 0.72 (negative. And you is the) 405 462.33 P 0 F 0.72 (last ones) 508.54 462.33 P 1 F 0.72 ( on this) 544.52 462.33 P 1.57 (here planet, so you gotta remember that,) 405 450.33 P (okay?\323) 405 438.33 T 5.43 (\322I\325ll remember) 415.8 425.33 P 5.43 (,\323 she say) 480.5 425.33 P 5.43 (. But she) 529.28 425.33 P 1.17 (sounding sleepy and dreamy) 405 413.33 P 1.17 (, and I know) 521.94 413.33 P 0.48 (she \324bout ready to go back. Which is \336ne,) 405 401.33 P 3.05 (\324cause no matter how much pleasure I) 405 389.33 P -0.16 (might git outta chattin, it ain\325) 405 377.33 P -0.16 (t good for her) 521.2 377.33 P 0.79 (to be thinkin and talkin. If Old V) 405 365.33 P 0.79 (en come) 541.03 365.33 P 0.67 (in while she in her mind, then it\325a be hell) 405 353.33 P 0.28 (to pay) 405 341.33 P 0.28 (. Then if she take a form, he be able) 429.34 341.33 P 486 168 576 335 R 7 X V 0 X 1.89 (to grab her) 486 328.33 P 1.89 (. Then we) 532.53 328.33 P (all be up shit creek.) 486 316.33 T 1.64 (She say) 496.8 304.08 P 1.64 (, \322I wanted) 528.6 304.08 P (to ask you, Gabriel...\323) 486 292.08 T 12.53 (\322 \324Bout what,) 496.8 279.83 P (Honey?\323) 486 267.83 T 6.87 (\322How is it that) 496.8 255.58 P 6.59 (you\325re in a body?) 486 243.58 P 1.56 (Why didn\325) 486 231.58 P 1.56 (t you die...) 530.41 231.58 P (like all the others?\323) 486 219.58 T 3.73 (But she startin to) 496.8 207.33 P 3.44 (lose her mind shape) 486 195.33 P 3.69 (right then, and in a) 486 183.33 P -0.12 (minnit she back on the) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 0.07 (trak restin along with them others, and she) 405.6 158.33 P 1.98 (be transcendin all the worlds. I hates to) 405.6 146.33 P 0 (lose her company) 405.6 134.33 P 0 (, but all the same I give a) 475.47 134.33 P 0.38 (sigh of relief. Now we all safe for another) 405.6 122.33 P 1.83 (night. Nothin won\325) 405.6 110.33 P 1.83 (t be happenin on this) 485.42 110.33 P (here world.) 405.6 98.33 T 0.46 (It weren\325) 416.4 69.33 P 0.46 (t even mornin yet. Old V) 453.03 69.33 P 0.46 (en he) 554.17 69.33 P 0.65 (come in, and a bunch of Motor Mens fol-) 405.6 57.33 P 326.4 189 470.4 315 R 7 X V 1 14 Q 0 X (But Old General V) 326.4 305.67 T (en, he) 430.94 305.67 T (be tryin to call \324em back.) 326.4 289.67 T (that high-rankin\325 ole) 326.4 273.67 T (sumbitch, he all the time) 326.4 257.67 T (tryin to yank \324em back) 326.4 241.67 T (down. He a Motor Man,) 326.4 225.67 T (thas why) 326.4 209.67 T (. All Motor) 375.62 209.67 T -0.04 (Mans, \336rst to lass, is) 326.4 193.67 P 0 F -0.04 (bad) 444.75 193.67 P 1 F -0.04 (!) 465.74 193.67 P FMENDPAGE %%EndPage: "14" 16 %%Page: "15" 16 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (15) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 2.91 (lowin him, and they makin their metal) 36 731.33 P 2.57 (talk. They walks up and down, up and) 36 719.33 P -0.21 (down, and they starin at the track, and they) 36 707.33 P 2.81 (hookin up wires and makin beeps. But) 36 695.33 P 2.52 (after a while they sees it ain\325) 36 683.33 P 2.52 (t doin no) 165.83 683.33 P 4.58 (good. No way can they access them) 36 671.33 P (babies.) 36 659.33 T 0.38 (So Old V) 46.8 646.83 P 0.38 (en he come over to where I\325m) 84.21 646.83 P -0.09 (layin and this time he don\325) 36 634.83 P -0.09 (t kick, he squats) 142.26 634.83 P 2.04 (down and he stares. Then he start in to) 36 622.83 P 0.89 (talkin at me. He know I don\325) 36 610.83 P 0.89 (t unnerstand) 156.37 610.83 P 0.66 (no metal talk, I be too low a form, but he) 36 598.83 P 1.25 (keep on. He lookin\325 at mah eyes, and he) 36 586.83 P 1.24 (even tryin\325 to smile \321 which is a pitiful) 36 574.83 P 0.45 (sight on the face of a Motor Man, lemmie) 36 562.83 P 1.01 (tell you! \321 and then he waitin for me to) 36 550.83 P (feedback.) 36 538.83 T 0.62 (But I ain\325) 46.8 526.33 P 0.62 (t sayin nothin, \324cause by now) 86.17 526.33 P 0.05 (there ain\325) 36 514.33 P 0.05 (t nothin for me to say to the likes) 73.89 514.33 P 2.73 (of him. Things is the way they is: the) 36 502.33 P 3.17 (babies is the last ones, and the Motor) 36 490.33 P 2.32 (Mans is stranded, and we all here in it) 36 478.33 P 0.87 (together) 36 466.33 P 0.87 (. He gonna keep tryin to git them) 68.2 466.33 P 0.63 (babies, and I\325m gonna keep tryin to make) 36 454.33 P -0.17 (damn sure he don\325) 36 442.33 P -0.17 (t \321 so there ain\325) 109.43 442.33 P -0.17 (t nothin) 175.74 442.33 P -0.12 (to be said. Old V) 36 430.33 P -0.12 (en, he know this good as I) 102.44 430.33 P (do.) 36 418.33 T 1.25 (Then, I guess he make up his mind to) 46.8 405.83 P 0.42 (do somethin he ain\325) 36 393.83 P 0.42 (t tried before. He grab) 116.19 393.83 P 0.03 (me up and start walkin out the door of that) 36 381.83 P 0.1 (room with me. But \324bout that time the trak) 36 369.83 P 3.37 (commence to shiver and shake, and it) 36 357.83 P 2.45 (makin\325 a terrible whine, and the babies) 36 345.83 P 3.1 (rollin faster and faster) 36 333.83 P 3.1 (. \324Cause me and) 132.72 333.83 P -0.17 (them babies, we linked up. W) 36 321.83 P -0.17 (e been linked) 153.45 321.83 P 0.16 (up all through time, whatever shape we be) 36 309.83 P -0.07 (in. Back before the end, half the time them) 36 297.83 P 2.2 (babies didn\325) 36 285.83 P 2.2 (t even know it \321 they just) 87.15 285.83 P 1.58 (goin along, bein \336rst one thing and then) 36 273.83 P 2.17 (another) 36 261.83 P 2.17 (, and they ain\325) 65.57 261.83 P 2.17 (t studyin \324bout no) 129.09 261.83 P 0.43 (linkup. And me, I be lookin like whatever) 36 249.83 P 1.56 (I done decide to look like, and most the) 36 237.83 P 1.09 (time them babies ain\325) 36 225.83 P 1.09 (t catchin on to who) 125.42 225.83 P 2.2 (or whut I wuz. But that don\325) 36 213.83 P 2.2 (t make no) 162.57 213.83 P 0.23 (nevermind, \324cause we got the link. W) 36 201.83 P 0.23 (e got) 186.46 201.83 P -0.11 (the synchronous wave goin, we ain\325) 36 189.83 P -0.11 (t never) 179.04 189.83 P 0.71 (outta touch with each other) 36 177.83 P 0.71 (. So when Old) 147.09 177.83 P 1.2 (V) 36 165.83 P 1.2 (en he try to take me outta there and do) 42.11 165.83 P 0.15 (somethin bad to me, them babies they fee-) 36 153.83 P 4.71 (lin it and they commencin to waller) 36 141.83 P (around.) 36 129.83 T 1.56 (So Old V) 46.8 117.33 P 1.56 (en he see he can\325) 86.57 117.33 P 1.56 (t do it that) 160.9 117.33 P 2.02 (way or them babies gonna go clean out) 36 105.33 P 3.18 (they minds. And maybe they quit lyin) 36 93.33 P 1.36 (there all nice in a row) 36 81.33 P 1.36 (, hummin that soft) 129.02 81.33 P -0.04 (song, and maybe they start to go crazy and) 36 69.33 P 0.99 (throw theyselfs around. If all twenty-four) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X -0.25 (of \324em gits crazy and raisin hell all at once,) 220.8 731.33 P 1.96 (that old trak ain\325) 220.8 719.33 P 1.96 (t gonna stand the pres-) 292.86 719.33 P 0.51 (sure, it\325a break sure as hell! Them babies,) 220.8 707.33 P 1.41 (they got power \321 they don\325) 220.8 695.33 P 1.41 (t even) 340.64 695.33 P 0 F 1.41 (know) 370.1 695.33 P 1 F 2.63 (theyselfs how much power) 220.8 683.33 P 2.63 (, \324cause they) 335.71 683.33 P (keep on for) 220.8 671.33 T (gettin.) 266.14 671.33 T (But ah know) 231.6 659.11 T (.) 282.03 659.11 T 2.07 (And Old V) 231.6 646.89 P 2.07 (en, he know) 279.05 646.89 P 2.07 (. Him and his) 331.12 646.89 P 0.41 (science mens, they smart enough to \336gure) 220.8 634.89 P 1.27 (out about the trak, \324cause they seen ones) 220.8 622.89 P -0.04 (just like it on them other planets. And they) 220.8 610.89 P 1.2 (smart enough to build this here magnetic) 220.8 598.89 P -0.11 (room to hold it, knowin its the attractor for) 220.8 586.89 P -0.05 (them babies, and they gonna come straight) 220.8 574.89 P 0.47 (to it when everthing else break down. But) 220.8 562.89 P 1.88 (Old V) 220.8 550.89 P 1.88 (en he also know he got to play it) 246.27 550.89 P -0.24 (easy) 220.8 538.89 P -0.24 (, else he end up with nothin \321 the trak) 237.91 538.89 P 1.8 (broke, and them babies withered up and) 220.8 526.89 P (dead, not \336t to make no shapes a\325) 220.8 514.89 T (tall.) 354.42 514.89 T 1.56 (So he put me back down on the \337oor) 231.6 502.67 P 0.13 (and he wave his hand to them other Motor) 220.8 490.67 P -0.16 (Mens. They come over and they holdin me) 220.8 478.67 P 1.11 (down, pretendin they gonna be easy like,) 220.8 466.67 P -0.18 (but they starts in puttin\325 them wires on me,) 220.8 454.67 P 1.26 (stickin \324em in with little bitty pins. They) 220.8 442.67 P 0.78 (got me wired through everplace they can,) 220.8 430.67 P -0.09 (and it ain\325) 220.8 418.67 P -0.09 (t hurtin too much. But it\325) 260.97 418.67 P -0.09 (s makin) 359.92 418.67 P 0.47 (somethin rise in me, they\325) 220.8 406.67 P 0.47 (s a rushin feelin) 326.23 406.67 P 1.89 (in me, and they\325) 220.8 394.67 P 1.89 (s sparks startin to jump) 290.89 394.67 P (out from all over mah hide.) 220.8 382.67 T 0.34 (So I have to hold real still, and keep on) 231.6 370.45 P -0.19 (thinkin to myself over and over how I ain\325) 220.8 358.45 P -0.19 (t) 388.42 358.45 P -0.14 (gonna change my shape, how I ain\325) 220.8 346.45 P -0.14 (t gonna) 361.63 346.45 P -0.21 (let \324em shake me loose from this here form) 220.8 334.45 P 1.29 (I took on, which is what I made up mah) 220.8 322.45 P -0.07 (mind to be, back when the end done come.) 220.8 310.45 P 2.66 (They pumpin the juice through them) 231.6 298.22 P 2.06 (wires and the sparks is jumpin out, and) 220.8 286.22 P 0.27 (Old V) 220.8 274.22 P 0.27 (en he come and hunker down on the) 244.67 274.22 P 0.89 (\337oor beside me and he start to talk at me) 220.8 262.22 P (again.) 220.8 250.22 T 2.14 (He say) 231.6 238 P 2.14 (, \322Our readings show that you) 260.57 238 P 0.17 (are not at all a primitive vertebrate, as you) 220.8 226 P 2.2 (have the appearance. Y) 220.8 214 P 2.2 (ou are a Monad,) 319.65 214 P (merely taking this shape.\323) 220.8 202 T 0.2 (I keepin\325 myself real still. I tellin\325 mah-) 231.6 189.78 P (self over and over the way I wants it to be.) 220.8 177.78 T 1.74 (Old V) 231.6 165.56 P 1.74 (en he nod to them Motor Mens) 256.94 165.56 P 2.3 (and they pour on more juice, and them) 220.8 153.56 P 2.11 (wires in me they start to heat up. They) 220.8 141.56 P 2.37 (stingin like wasps used to be, and then) 220.8 129.56 P 1.03 (they burnin like red-hot needles, but I go) 220.8 117.56 P 1.21 (on tellin mahself I got to stand it, \324cause) 220.8 105.56 P 2.81 (they\325) 220.8 93.56 P 2.81 (s no way I\325m lettin him get them) 240.79 93.56 P (babies.) 220.8 81.56 T 1.82 (W) 231.6 69.33 P 1.82 (ell...they keep on doin it for a long) 240.24 69.33 P 2.22 (time, a damn long time. Finally) 220.8 57.33 P 2.22 (, he tell) 357.05 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.32 (\324em shut of) 405.6 731.33 P 0.32 (f the juice, and he let me drink) 451.59 731.33 P (a little water from a tube he got.) 405.6 719.33 T 1 (He say) 416.4 707.17 P 1 (, \322The drink will make you feel) 444.23 707.17 P (at ease.\323) 405.6 695.17 T 0.7 (That drink taste funny) 416.4 683 P 0.7 (, but it do in fact) 506.41 683 P 0.93 (make me feel a whole lot better) 405.6 671 P 0.93 (. Then he) 536.66 671 P 1.5 (give me some more. And then they start) 405.6 659 P 4.6 (pumpin the juice through them wires) 405.6 647 P 3.2 (again, but now they ain\325) 405.6 635 P 3.2 (t hurtin a\325) 515.09 635 P 3.2 (tall.) 560.73 635 P -0.14 (Everwhere on me that one of them wires is) 405.6 623 P 1.38 (pinned through, there\325) 405.6 611 P 1.38 (s a \336ne feelin, like) 496.91 611 P 0.73 (starting to tremble with some kinda crazy) 405.6 599 P 0.09 (joy) 405.6 587 P 0.09 (, starting to roll with it, startin to take it) 417.72 587 P (on home, so \336ne that I can\324t stop.) 405.6 575 T -0.23 (Old V) 416.4 562.83 P -0.23 (en\325) 439.76 562.83 P -0.23 (s talkin through the waves risin) 451.98 562.83 P 1.49 (in me, and he sound so \336ne and mellow) 405.6 550.83 P 0.4 (and like he mah friend, and he say) 405.6 538.83 P 0.4 (, \322Now) 544.88 538.83 P 0.4 (,) 573.5 538.83 P 1.64 (tell me who you are. T) 405.6 526.83 P 1.64 (ell me what your) 503.61 526.83 P (name is.\323) 405.6 514.83 T 0.71 (I ain\325) 416.4 502.67 P 0.71 (t wantin to say nothin to V) 438.3 502.67 P 0.71 (en, but) 548.08 502.67 P 0.47 (it sorta leak outta me without my knowin.) 405.6 490.67 P (\322I be Gabriel, boss.\323) 405.6 478.67 T 1.79 (He say) 416.4 466.5 P 1.79 (, \322T) 445.02 466.5 P 1.79 (ell me now) 461.65 466.5 P 1.79 (, what form did) 509 466.5 P (you have before the destruction?\323) 405.6 454.5 T 0.08 (I tryin to sort of growl but it come out a) 416.4 442.33 P 3.5 (whine, and I can\325) 405.6 430.33 P 3.5 (t keep mahself from) 485.29 430.33 P (answerin. \322W) 405.6 418.33 T (uz humanoid, boss.\323) 460.15 418.33 T 1.64 (Old V) 416.4 406.17 P 1.64 (en say) 441.64 406.17 P 1.64 (, \322What is the purpose of) 467.88 406.17 P 1.31 (this form you have assumed? It is not in) 405.6 394.17 P 0.74 (the index of creatures which were indige-) 405.6 382.17 P 0.17 (nous to this planet. There is nothing like it) 405.6 370.17 P 0.97 (in our archives. There were hirsute quad-) 405.6 358.17 P 1.71 (rapeds, but none with the cranial forma-) 405.6 346.17 P 3.08 (tion you have assumed. Y) 405.6 334.17 P 3.08 (ou appear to) 520.45 334.17 P -0.21 (have amalgamated disparate species. What) 405.6 322.17 P (is the purpose?\323) 405.6 310.17 T 0.87 (I tryin hard as hell to keep mah mouth) 416.4 298 P 0.75 (shut, I tryin to think \324bout scratchin \337eas,) 405.6 286 P 0.06 (but that water he give me makin mah head) 405.6 274 P 2.29 (swim. The words comin out of me and) 405.6 262 P (there ain\325) 405.6 250 T (t nothin I can do.) 443.44 250 T 1.62 (\322That old blast come too soon,\323 I tell) 416.4 237.83 P 1 (him. \322I wudden no way ready! I was jest) 405.6 225.83 P 1.8 (then thinkin \324bout how I gotta get me a) 405.6 213.83 P 1.2 (form that nobody gonna pay no attention) 405.6 201.83 P (to.\323) 405.6 189.83 T 2.5 (\322But you could have disincorporated,) 416.4 177.67 P (returned to baseline presence.\323) 405.6 165.67 T -0.23 (\322No, boss, no. Y) 416.4 153.5 P -0.23 (ou don\325) 481.33 153.5 P -0.23 (t unnerstan. I do) 511.74 153.5 P 0.76 (that and they\325) 405.6 141.5 P 0.76 (s no way I can hang around) 461.53 141.5 P 1 (and watch after them babies. I had to get) 405.6 129.5 P 2.67 (me a form real quick, I had to choose) 405.6 117.5 P 0.5 (somethin. And I was standin there thinkin) 405.6 105.5 P 0.92 (\324bout all the stuf) 405.6 93.5 P 0.92 (f I done ever knowed on) 473.98 93.5 P (this planet.\323) 405.6 81.5 T 6.8 (\322Cultural images?\323 V) 416.4 69.33 P 6.8 (en axes me.) 515.49 69.33 P (\322Mythical images?\323) 405.6 57.33 T FMENDPAGE %%EndPage: "15" 17 %%Page: "16" 17 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (16) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 3.14 (\322Everthing, \336rst to lass,\323 I tell him.) 46.8 731.33 P -0.11 (\322Run it through mah head, from the time it) 36 719.33 P 0.27 (\336rst started up on this here dirt-ball all the) 36 707.33 P 0.08 (way down to when you muthfukkin Motor) 36 695.33 P (Mens come \337yin down.\323) 36 683.33 T 2.98 (\322What technological devices did you) 46.8 671.18 P (employ?\323 he axe me.) 36 659.18 T 0.05 (\322I don\325) 46.8 647.03 P 0.05 (t have no truck with that stuf) 75.25 647.03 P 0.05 (f,\323 I) 190.26 647.03 P 0.22 (tell him. \322Ain\325) 36 635.03 P 0.22 (t needin it. I just be scannin) 94.85 635.03 P 1.72 (through all I got in mind, and then I be) 36 623.03 P 2.14 (whatever I decides to be. But when the) 36 611.03 P 0.41 (blast come, it taken me by surprise. And I) 36 599.03 P 2.01 (\337ashed on pictures I seen in a little old) 36 587.03 P 0.58 (book, one time when I was bein a child. I) 36 575.03 P 3.99 (recollected them pictures I seen once,) 36 563.03 P 0.74 (\324cause they be folks nobody gonna notice) 36 551.03 P (much.\323) 36 539.03 T (\322What pictures?\323 V) 46.8 526.87 T (en axe me.) 124.51 526.87 T 0.3 (\322They was Old Uncle T) 46.8 514.72 P 0.3 (om. And nother) 142.78 514.72 P (\324bout Old Dog T) 36 502.72 T (ray) 102.55 502.72 T (.\323) 114.67 502.72 T 2.05 (V) 46.8 490.56 P 2.05 (en say) 52.91 490.56 P 2.05 (, \322Explicate Uncle T) 79.56 490.56 P 2.05 (om form.) 167.15 490.56 P (Explicate Dog T) 36 478.56 T (ray form.\323) 101.71 478.56 T 0.41 (But I start to lose hold long about then.) 46.8 466.41 P 0.28 (I start to lose mah grasp of vernacular and) 36 454.41 P 3.42 (mah T) 36 442.41 P 3.42 (om-T) 64.54 442.41 P 3.42 (ray persona but, damn that) 86.4 442.41 P 5.02 (drink, I couldn\325) 36 430.41 P 5.02 (t stop talkin. \322It got) 108.31 430.41 P 4.09 (mixed...between least animal and least) 36 418.41 P (human...\323) 36 406.41 T 0.04 (V) 46.8 394.26 P 0.04 (en saw I was losing verbal control. He) 52.91 394.26 P 3.36 (jerked my head up. \322Y) 36 382.26 P 3.36 (our origin?\323 he) 139.18 382.26 P 3.88 (demanded. \322Inside the System or out-) 36 370.26 P (side?\323) 36 358.26 T (\322Outside.\323) 46.8 346.1 T 2.24 (\322W) 46.8 333.95 P 2.24 (ill they send a mission to retrieve) 60.27 333.95 P (you?\323) 36 321.95 T 1.5 (\322No,\323 I said, with dif) 46.8 309.8 P 1.5 (\336culty) 136.99 309.8 P 1.5 (. \322...guard-) 161.89 309.8 P (ian... take surviving archiplasms... out.\323) 36 297.8 T 0.47 (V) 46.8 285.64 P 0.47 (en dropped my head and talked to the) 52.91 285.64 P 2.11 (other Motor Men. I was in a black and) 36 273.64 P 4.06 (buzzing place and couldn\325) 36 261.64 P 4.06 (t distinguish) 153.19 261.64 P 0.34 (what they said. Then he came back to me.) 36 249.64 P -0.11 (And the wires began to heat up once more.) 36 237.64 P 0.11 (Now it was pain and pleasure mixed intol-) 36 225.64 P 1.44 (erably) 36 213.64 P 1.44 (, so that I could neither accept nor) 60.33 213.64 P 2.46 (reject. I had to \336ght very hard to keep) 36 201.64 P 3.07 (myself from leaving form. Y) 36 189.64 P 3.07 (ou do not) 162.49 189.64 P 0.35 (know the excruciation form can be until it) 36 177.64 P (is tormented.) 36 165.64 T 0.37 (He eased it very slightly) 46.8 153.49 P 0.37 (, and said, \322W) 144.77 153.49 P 0.37 (e) 201.96 153.49 P 0.09 (can keep you embodied and held precisely) 36 141.49 P 0.32 (at this point for a long, long time. Y) 36 129.49 P 0.32 (ou are) 181.38 129.49 P 0.79 (a Monad, you cannot expire. W) 36 117.49 P 0.79 (e can pre-) 165.43 117.49 P 2.1 (vent your disincorporating. And there is) 36 105.49 P 1.1 (nothing \321 nothing anywhere \321 that can) 36 93.49 P (intervene.\323) 36 81.49 T 0.52 (He had them heat the wires a little hot-) 46.8 69.33 P 0.59 (ter) 36 57.33 P 0.59 (. \322It is imperative that we have the sur-) 45.99 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.16 (viving archiplasms! They must come back) 220.8 731.33 P 2.36 (into form. They must re-initiate or) 220.8 719.33 P 2.36 (ganic) 369.55 719.33 P (life on this planet.\323) 220.8 707.33 T 0.25 (\322This world is dead,\323 I managed to say) 231.6 695.11 P 0.25 (.) 388.7 695.11 P 0.68 (\322Y) 220.8 683.11 P 0.68 (ou won\325) 231.45 683.11 P 0.68 (t be able to start it again. It\325) 264.99 683.11 P 0.68 (s a) 379.69 683.11 P (corpse.\323) 220.8 671.11 T 0.41 (\322W) 231.6 658.89 P 0.41 (e risked a great deal in order to take) 244.67 658.89 P 1.18 (this habitat,\323 V) 220.8 646.89 P 1.18 (en said. \322But it is useless,) 282.85 646.89 P 0.1 (as it is now) 220.8 634.89 P 0.1 (. W) 265.7 634.89 P 0.1 (e cannot return to where we) 279.43 634.89 P 0.16 (came from because it is destroyed, and we) 220.8 622.89 P 1.2 (cannot continue here without or) 220.8 610.89 P 1.2 (ganic life) 352.53 610.89 P 1.52 (to provide raw materials. Those last sur-) 220.8 598.89 P 1.54 (viving archiplasms must enter into form,) 220.8 586.89 P (they must re-boot generation.\323) 220.8 574.89 T 3.2 (\322Slavery) 231.6 562.67 P 3.2 (,\323 I said. \322Never) 265.92 562.67 P 3.2 (-ending sla-) 340.54 562.67 P (very) 220.8 550.67 T (.\323) 237.91 550.67 T 1.13 (\322Y) 231.6 538.44 P 1.13 (ou can see them, so you must bring) 242.25 538.44 P 0.69 (them down from the trak. Y) 220.8 526.44 P 0.69 (ou must force) 334.85 526.44 P 5.93 (them to take back consciousness of) 220.8 514.44 P (worlds.\323) 220.8 502.44 T 0.95 (He leaned down and stared at me with) 231.6 490.22 P 5.21 (his unliving eyes. \322Our entire future) 220.8 478.22 P 0.46 (depends on what you do \321 on what I can) 220.8 466.22 P 2.94 (make you do,\323 he amended. \322Y) 220.8 454.22 P 2.94 (ou will) 360.22 454.22 P 2.07 (acquiese eventually) 220.8 442.22 P 2.07 (, Monad, so why not) 300.76 442.22 P 1.25 (do it now and save yourself great suf) 220.8 430.22 P 1.25 (fer-) 376.78 430.22 P (ing?\323) 220.8 418.22 T 2.41 (The heat of the wires increased. The) 231.6 406 P 1.89 (mad pleasure increased. The body I had) 220.8 394 P 0.83 (taken on convulsed and there was a muz-) 220.8 382 P -0.06 (zle of white froth suf) 220.8 370 P -0.06 (focating me. I twisted) 304.21 370 P 0.22 (and kicked and tried to bite, to claw) 220.8 358 P 0.22 (, but it) 364.93 358 P 1.23 (was no use. Maybe I had whined before,) 220.8 346 P 4.71 (but now I howled \321 I howled and) 220.8 334 P (howled!) 220.8 322 T 2.29 (The long wavering howl reverberated) 231.6 309.78 P 0.17 (against the walls of the room, its coils dis-) 220.8 297.78 P 3.77 (torting and amplifying the sound. The) 220.8 285.78 P 1.93 (archiplasms were outside comprehension) 220.8 273.78 P 4.25 (of worlds, but maybe they heard. Or) 220.8 261.78 P 1.11 (maybe it was the age-old linkup between) 220.8 249.78 P 4.57 (us. They rolled faster) 220.8 237.78 P 4.57 (, wobbling with) 319.04 237.78 P 0.34 (erratic motion, all of them. But it was Glo) 220.8 225.78 P 0.95 (who went completely crazy and came of) 220.8 213.78 P 0.95 (f) 387.87 213.78 P (the trak.) 220.8 201.78 T 2.54 (She hurtled out into a shape without) 231.6 189.56 P 1.4 (stopping to consider) 220.8 177.56 P 1.4 (, without stopping to) 304.26 177.56 P -0.03 (choose, or to build carefully) 220.8 165.56 P -0.03 (. She came out) 332.45 165.56 P 0.7 (a billowing giant, a mushroom monster) 220.8 153.56 P 0.7 (, a) 381.06 153.56 P -0.14 (whirlwind of blizzard ice and lashing cold,) 220.8 141.56 P 0.83 (a glacier thing crunching and booming as) 220.8 129.56 P 0.31 (it approached. It was a burst of manifesta-) 220.8 117.56 P 1.18 (tion hurled at the Motor Men. They only) 220.8 105.56 P 0.63 (turned and looked, registering it as a phe-) 220.8 93.56 P (nomenon.) 220.8 81.56 T 0.58 (She saw the lack of af) 231.6 69.33 P 0.58 (fect and changed) 322.32 69.33 P 0.98 (instantaneously) 220.8 57.33 P 0.98 (, belching \337ame and blast,) 282.34 57.33 P 405.6 54 576 738 R 7 X V 0 X 3.93 (torching them massively in plumes of) 405.6 731.33 P 0.89 (white-hot burning. Their uniforms melted) 405.6 719.33 P (faintly at the edges. That was all.) 405.6 707.33 T 2.36 (Recalculating, she hovered a moment) 416.4 695.05 P 2.21 (as a diaphanous undulating blackness, a) 405.6 683.05 P 0.96 (\336lmy eclipse of light. Then the blackness) 405.6 671.05 P 1.77 (exhaled like the lung of a black hole. It) 405.6 659.05 P 0.2 (was a dense puf) 405.6 647.05 P 0.2 (f of inky softness. It was a) 469.58 647.05 P 1.9 (heavy cloud of burning rubber) 405.6 635.05 P 1.9 (. It was a) 534.22 635.05 P 2.64 (suf) 405.6 623.05 P 2.64 (focating slow cyclone of carbon and) 417.63 623.05 P (hair) 405.6 611.05 T (-spray and graphite.) 420.94 611.05 T 2.88 (The glittering exteriors of the Motor) 416.4 598.76 P 0.04 (Men became smudged. They could not get) 405.6 586.76 P 1.17 (visuals. Their circuits spasmed, \337ickered,) 405.6 574.76 P 1.33 (then jammed. Their white uniforms were) 405.6 562.76 P 2.43 (besmirched. The glinting lights on their) 405.6 550.76 P 4.64 (helmets stopped sparkling. They went) 405.6 538.76 P 0.45 (static, some just turning their heads, some) 405.6 526.76 P 1.25 (raising a gauntleted hand to ward of) 405.6 514.76 P 1.25 (f the) 556.71 514.76 P (gritty cloud.) 405.6 502.76 T 2.89 (General V) 416.4 490.48 P 2.89 (en froze where he kneeled) 459.53 490.48 P 0.78 (beside me. His platinum alloy mouth was) 405.6 478.48 P 1.34 (open to frame the next question. Cinders) 405.6 466.48 P 2.88 (sifted slowly down, frosting his golden) 405.6 454.48 P 2.54 (face. The lights behind his crystal eyes) 405.6 442.48 P (went out.) 405.6 430.48 T 0.09 (Then Glo became a hundred hands, like) 416.4 418.19 P 2.38 (the old statues of A) 405.6 406.19 P 2.38 (valokitesvara, all of) 492.12 406.19 P 0.31 (them yanking at the wires pinned into me.) 405.6 394.19 P 0.15 (When the wires were a tangle on the \337oor) 405.6 382.19 P 0.15 (,) 573.5 382.19 P 1.38 (her rage subsided, and she disassembled.) 405.6 370.19 P 0.8 (W) 405.6 358.19 P 0.8 (ith a delicate tremor of the surrounding) 414.64 358.19 P 1.64 (air) 405.6 346.19 P 1.64 (, she incorporated Glo once more, the) 415.74 346.19 P 0.43 (way I had been seeing her on the trak, the) 405.6 334.19 P (way she best remembered herself.) 405.6 322.19 T 0.9 (\322I had to come down,\323 she said with a) 416.4 309.9 P 1.62 (quaver in her voice. \322They were) 405.6 297.9 P 0 F 1.62 (hurting) 546.57 297.9 P 1 F (you, Gabriel!\323) 405.6 285.9 T 0.16 (I wanted to tell her how stupendous she) 416.4 273.62 P -0.16 (had been, I wanted to praise her cleverness) 405.6 261.62 P 1.08 (and power) 405.6 249.62 P 1.08 (. I wanted to tell her that, as it) 448.03 249.62 P 2.35 (had always been, she was the glittering) 405.6 237.62 P 0.51 (blade and I was the sturdy handle holding) 405.6 225.62 P 1.25 (her sharpness. But because she was back) 405.6 213.62 P 2.26 (in \322a world\323, she would not understand) 405.6 201.62 P 1.32 (such talk \321 she wouldn\325) 405.6 189.62 P 1.32 (t understand till) 510.62 189.62 P 1.03 (we were home. It was \324Gabriel\325 who had) 405.6 177.62 P 2.72 (brought her out of the unknowing, had) 405.6 165.62 P 2.14 (wrenched her down from the trak, so it) 405.6 153.62 P 0.28 (was Gabriel I had to remain until we were) 405.6 141.62 P (all safe.) 405.6 129.62 T 2.28 (\322Honey) 416.4 117.33 P 2.28 (, you done \336ne!\323 I said. \322But) 446.83 117.33 P 1.73 (now you git back! Old V) 405.6 105.33 P 1.73 (en and them is) 512.79 105.33 P 0.47 (froze, we can break through that door and) 405.6 93.33 P -0.19 (get out of this dam hellhole. But you got to) 405.6 81.33 P 2.84 (get back on the trak, Glo, and rest yo) 405.6 69.33 P (mind!\323) 405.6 57.33 T FMENDPAGE %%EndPage: "16" 18 %%Page: "17" 18 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (17) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X (She didn\325) 46.8 731.33 T (t move.) 85.21 731.33 T 0.62 (\322Girl, if you be in) 46.8 719.33 P 0 F 0.62 (any) 123.72 719.33 P 1 F 0.62 ( shape, if you be) 138.15 719.33 P 0.15 (in) 36 707.33 P 0 F 0.15 (any) 46.43 707.33 P 1 F 0.15 ( form at all, you won\325) 60.86 707.33 P 0.15 (t be able to git) 148.6 707.33 P (through. Y) 36 695.33 T (ou hear what I\325m sayin?\323) 78.31 695.33 T 1.2 (\322Oh, Gabriel,\323 she said, tears rising in) 46.8 683.33 P 2.45 (her eyes, \322just let me stroke your head) 36 671.33 P (once.\323) 36 659.33 T 0.92 (She came and kneeled down. She took) 46.8 647.33 P 4.34 (my embodied head in her hands and) 36 635.33 P 0.23 (looked into my eyes. She scratched a little) 36 623.33 P 0.34 (behind my ears. She said, \322I always was a) 36 611.33 P (fool about animals.\323) 36 599.33 T 2.22 (I said, \322Now git yo self back on the) 46.8 587.33 P 0.39 (trak, rest yo damned mind, girl! W) 36 575.33 P 0.39 (e gettin) 176.31 575.33 P (the hell outta here!\323) 36 563.33 T (She got back.) 46.8 551.33 T 1.54 (All them babies started in to roll, and) 46.8 539.33 P -0.04 (roll, and roll like glory! The wuz amps ris-) 36 527.33 P 0.93 (ing, the decibels wuz rising! I so hyped I) 36 515.33 P 1.28 (come all the way outta my form. I taken) 36 503.33 P 1.7 (on humanoid shape and ran to that door) 36 491.33 P 3.14 (and heaved open the latch and pushed) 36 479.33 P 1.9 (open that ton of metal. I was outside at) 36 467.33 P 2.3 (last, after all those days! I punched the) 36 455.33 P -0.1 (buttons on the console outside and crashed) 36 443.33 P (the whole entire system.) 36 431.33 T 0.17 (Then the trak started to \337ash rays in the) 46.8 419.33 P 4.26 (visible bandwidth. It started to move,) 36 407.33 P 1.22 (slowly at \336rst, then speeding up. It came) 36 395.33 P 2.86 (straight out of that magnetic room and) 36 383.33 P 0.03 (started to glide upward like a steel shaft. It) 36 371.33 P 1.37 (blasted the roof of) 36 359.33 P 1.37 (f the place. There was) 112.94 359.33 P (no more atmosphere, so it left no trail.) 36 347.33 T 0.85 (I shucked body) 46.8 335.33 P 0.85 (, discarding neural tem-) 108.92 335.33 P -0.1 (plates for all the various possible disguises) 36 323.33 P 2.17 (from all the centuries, and followed the) 36 311.33 P (trak upward, out of the System.) 36 299.33 T 2.36 (The crazed world would not be born) 46.8 287.33 P 4.95 (again to serve Motor Men. The last) 36 275.33 P 0.61 (twenty-four archiplasms were out of form) 36 263.33 P 4.05 (now forever) 36 251.33 P 4.05 (, and free. They rode the) 88.21 251.33 P (ancient trak, hurtling for Home.) 36 239.33 T 0.24 (I followed along behind, traveling easy) 46.8 227.33 P 0.24 (,) 203.9 227.33 P 2.44 (traveling light, and herding them like a) 36 215.33 P (cheerful shepherd.) 36 203.33 T 220.8 54 391.2 576 R 7 X V 1 18 Q 0 X 2.52 (I) 220.8 569.33 P 1 10 Q 1.4 (t had been three days since she slipped) 226.79 569.33 P 1.74 (from the ship. Three days since she lost) 220.8 557.33 P 1.41 (her grip and slid of) 220.8 545.33 P 1.41 (f into the cold black-) 302.3 545.33 P 1.66 (ness. She knew now she had been over-) 220.8 533.33 P 0.99 (con\336dent about maneuvering in zero gee.) 220.8 521.33 P 0.99 (No one had seen her slide of) 220.8 509.33 P 0.99 (f into space;) 340.36 509.33 P 0.92 (she had been maneuvering outside on the) 220.8 497.33 P 1.21 (crew\325) 220.8 485.33 P 1.21 (s sleep shift, without telling anyone) 243 485.33 P 0.97 (where she was going, so she wouldn\325) 220.8 473.33 P 0.97 (t be) 375.52 473.33 P 1.2 (disturbed in her research. She was alone,) 220.8 461.33 P (with little hope of rescue.) 220.8 449.33 T 0.17 (She had sent out calls on her radio until) 231.6 434.67 P 0.28 (it began to consume power she needed for) 220.8 422.67 P 2.4 (the heating unit in her suit. She wasn\325) 220.8 410.67 P 2.4 (t) 388.42 410.67 P 0.07 (sure if she\325d heard a reply \321 sensory dep-) 220.8 398.67 P 0.16 (rivation had been causing intermittent hal-) 220.8 386.67 P 0.96 (lucinations after the \336rst eight hours. She) 220.8 374.67 P 2.6 (didn\325) 220.8 362.67 P 2.6 (t realize how bad it was until she) 241.72 362.67 P 1.29 (found herself back in her playroom from) 220.8 350.67 P 1.1 (her childhood at home, sitting in front of) 220.8 338.67 P 4.32 (her dollhouse. She wondered if she\325d) 220.8 326.67 P (recover her sanity if a ship picked her up.) 220.8 314.67 T 0.77 (The hallucinations added stimuli to the) 231.6 300 P 0.78 (emptiness around her) 220.8 288 P 0.78 (. The only view was) 307.3 288 P 0.1 (the endlessly unchanging star\336eld, and the) 220.8 276 P 1.89 (only sound the rhythm of her breathing.) 220.8 264 P 4.2 (No one had ever been so alone, she) 220.8 252 P 1.66 (thought, as she remembered those hectic) 220.8 240 P 0.14 (days on the ship where she had wished for) 220.8 228 P 3.1 (complete solitude. Now she craved the) 220.8 216 P (stress, the constant \337ow of information.) 220.8 204 T 1.06 (She kept turning because she was sure) 231.6 189.33 P 5.27 (she heard something dark and misty) 220.8 177.33 P 1.9 (moaning behind her) 220.8 165.33 P 1.9 (. It tried to grab her) 303.99 165.33 P 1.14 (and she pushed it back, then fell into the) 220.8 153.33 P 2.45 (waves of space washing over her) 220.8 141.33 P 2.45 (. Cold) 364.32 141.33 P 0.55 (sweat brought her back to reality momen-) 220.8 129.33 P 3.51 (tarily) 220.8 117.33 P 3.51 (. Shudders went through her) 241.25 117.33 P 3.51 (. She) 367.7 117.33 P 2.12 (realized, looking at her gauges, that her) 220.8 105.33 P -0.25 (oxygen would soon run out. She was about) 220.8 93.33 P 0.31 (to die alone. She used all the power in her) 220.8 81.33 P -0.09 (suit for one last radio squirt. Perhaps when) 220.8 69.33 P 1.8 (they found her they could bury her in a) 220.8 57.33 P 221 585 576 738 R 7 X V 1 36 Q 0 X (W) 264.95 714 T 1 30 Q (AITING) 295.6 714 T (FOR THE) 407.89 714 T 1 36 Q (N) 304.02 676 T 1 30 Q (IGHT) 330.01 676 T 1 36 Q ( B) 401.65 676 T 1 30 Q (OA) 434.66 676 T (T) 474.65 676 T 1 18 Q (by Nicole Gustas) 336.54 633 T 1 9 Q (Copyright \251 1992) 365.62 608 T 213.6 738 213.6 54 2 L 0.5 H 2 Z N 405.6 54 576 576 R 7 X V 1 10 Q 0 X 1.2 (crowded cemetery) 405.6 569.33 P 1.2 (. She didn\325) 479.69 569.33 P 1.2 (t want to be) 525.49 569.33 P (alone forever) 405.6 557.33 T (.) 458.05 557.33 T 0.51 (The silence screamed at her once again) 416.4 545.33 P 0.1 (and she turned to face it. Space came back) 405.6 533.33 P -0.07 (to life around her) 405.6 521.33 P -0.07 (. She tried to keep it from) 473.96 521.33 P 0.85 (clawing at her) 405.6 509.33 P 0.85 (, felt a burning in her chest) 463.51 509.33 P 2.68 (and realized she was bleeding over the) 405.6 497.33 P 1.56 (clean white tile. She fell to her knees in) 405.6 485.33 P -0.25 (her kitchen, felt the man stab her again and) 405.6 473.33 P 0.95 (became dizzy with the loss of blood. She) 405.6 461.33 P 1.94 (turned back to the darkness and felt the) 405.6 449.33 P 2.6 (beast with its tentacles wrapped around) 405.6 437.33 P 1.27 (her pulling her into its maw) 405.6 425.33 P 1.27 (. She opened) 522.1 425.33 P 3.53 (her eyes once more to the stars; they) 405.6 413.33 P 1.57 (quickly fell shut and the night embraced) 405.6 401.33 P (her) 405.6 389.33 T (.) 417.81 389.33 T 2.92 (The roaring forced her back to con-) 416.4 377.33 P 1.93 (sciousness. She tried to run from it, but) 405.6 365.33 P 0.55 (was unable to move. She opened her eyes) 405.6 353.33 P -0.08 (and stared into a bright light which made a) 405.6 341.33 P 3.13 (halo around the head of the man who) 405.6 329.33 P 1.01 (stood before her) 405.6 317.33 P 1.01 (. \322Y) 472.02 317.33 P 1.01 (ou\325re safe now) 488.69 317.33 P 1.01 (,\323 said) 549.45 317.33 P 2.09 (the man. She relaxed as she felt ener) 405.6 305.33 P 2.09 (gy) 566.01 305.33 P 1.62 (enter her once again. Everything was all) 405.6 293.33 P (right.) 405.6 281.33 T 405.6 54 576 162 R 7 X V 0 F 0 X 3.12 (Nicole Gustas is curr) 405.6 155.33 P 3.12 (ently taking night) 499.81 155.33 P -0.08 (classes at SUNY Pur) 405.6 143 P -0.08 (chase in an attempt to) 488.02 143 P 0.35 (get her bachelor) 405.6 130.67 P 0.35 (\325) 472.73 130.67 P 0.35 (s degr) 474.77 130.67 P 0.35 (ee. She works days) 499.45 130.67 P 3.93 (as an administrative assistant at JWP) 405.6 118.33 P 0.82 (\050hey) 405.6 106 P 0.82 (, it pays the bills\051. Her ambition is to) 422.25 106 P 0.43 (someday be wealthy enough to buy all the) 405.6 93.67 P (books she lusts after) 405.6 81.33 T (.) 485.84 81.33 T (ngustas@hamp.hampshir) 429.2 57.33 T (e.edu) 531.03 57.33 T 36 54 206.4 144 R 7 X V 0 X 1.87 (Lou Crago has published mainly poetry) 36 137.33 P 1.87 (,) 203.9 137.33 P 1.83 (but now has decided SF is pr) 36 125.33 P 1.83 (obably the) 162.65 125.33 P 0.47 (most enticing literary form ar) 36 113.33 P 0.47 (ound, and is) 156.32 113.33 P -0.15 (goint to try to write mor) 36 101.33 P -0.15 (e of it. Other inter-) 131.22 101.33 P 4.17 (ests include Hindu astr) 36 89.33 P 4.17 (ology) 140.59 89.33 P 4.17 (, southern) 162.25 89.33 P (cooking, and virtual r) 36 77.33 T (eality) 122.8 77.33 T (.) 144.46 77.33 T (Crago_L@CUBLDR.COLORADO.EDU) 39.7 57.33 T FMENDPAGE %%EndPage: "17" 19 %%Page: "18" 19 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (Decembert 1992) 516.35 751 T 36 35 576 45 R 7 X V 0 X (18) 301.51 39 T 36 621 396 738 R 7 X V 326.4 189 470.4 315 R V 326.38 324 470.38 324 2 L 0.5 H 2 Z 0 X N 326.38 180 470.38 180 2 L N 36 54 206.4 486 R 7 X V 1 18 Q 0 X 3.11 (T) 36 479.33 P 1 10 Q 1.73 (he sun blazed down into the clearing,) 46.99 479.33 P 0.41 (loosing the steam, making the dig unbear-) 36 467.33 P 2.85 (able. I regretted all the chickens I had) 36 455.33 P 1.94 (cooked in pits when I was a boy scout;) 36 443.33 P 0.45 (now I knew how they felt. I was sweating) 36 431.33 P 0.27 (like a pig in humid Peten jungle of Guate-) 36 419.33 P 0.46 (mala, unable to breathe, lakes of perspira-) 36 407.33 P 6.49 (tion spreading across my back and) 36 395.33 P -0.17 (forehead. I wished I had never heard of the) 36 383.33 P 1.11 (Maya, or taken up European archaeology) 36 371.33 P (instead.) 36 359.33 T -0.19 (I managed ten native workers, while my) 46.8 346.33 P 3.6 (fellow student from Peaslee University) 36 334.33 P 0.69 (was managing \336fteen. Chas had a heavier) 36 322.33 P 0.5 (workload according to her experience and) 36 310.33 P 0.21 (much greater facility with Spanish. Chas\325) 36 298.33 P 0.21 (s) 202.51 298.33 P 2.71 (working knowledge showed in the way) 36 286.33 P 3.57 (she did everything, ef) 36 274.33 P 3.57 (\336cient, con\336dent,) 133.14 274.33 P 0.93 (brilliant. I, on the other hand, was on my) 36 262.33 P 3.46 (\336rst dig, and three years of university) 36 250.33 P -0.07 (Spanish hadn\325) 36 238.33 P -0.07 (t prepared me for what these) 92.66 238.33 P 1.28 (workers spat at me. T) 36 226.33 P 1.28 (oo fast and heavily) 126.76 226.33 P 2.15 (accented, I barely managed communica-) 36 214.33 P 0.51 (tion. I could have asked Chas to translate,) 36 202.33 P -0.11 (but it would have been a sign of weakness,) 36 190.33 P 2.28 (and I really didn\325) 36 178.33 P 2.28 (t want to increase her) 111.78 178.33 P 2.26 (stress level, calling her over every time) 36 166.33 P -0.04 (someone wanted to talk to me. I just strug-) 36 154.33 P (gled on, the way I usually did.) 36 142.33 T 0.51 (This dig, for example. Everyone had to) 46.8 129.33 P 0 (do some \336eld work before they got a grad-) 36 117.33 P 2.35 (uate degree in archaeology) 36 105.33 P 2.35 (. This dismal) 149.79 105.33 P -0.14 (little hole in the Peten was a recent discov-) 36 93.33 P 4.13 (ery) 36 81.33 P 4.13 (. About half a dozen students had) 48.11 81.33 P 0.47 (signed up to go on the dig, but I was cho-) 36 69.33 P 3.37 (sen because I had great grades in my) 36 57.33 P 220.8 338 391.2 612 R 7 X V 0 X 3.03 (classes. Of course I didn\325) 220.8 605.33 P 3.03 (t know squat) 334.05 605.33 P 4.47 (about Mesoamerican \336eld archaeology) 220.8 593.33 P 4.47 (.) 388.7 593.33 P 1.15 (The Maya were my nominal area of spe-) 220.8 581.33 P 3.39 (cialty) 220.8 569.33 P 3.39 (. I never imagined that the place) 242.36 569.33 P 2.26 (would be so isolated. The most reliable) 220.8 557.33 P 0.17 (method of getting to this dig was by mule.) 220.8 545.33 P 0.05 (Here it is, the twentieth century) 220.8 533.33 P 0.05 (, we\325ve put) 346.42 533.33 P 1.41 (a man on the moon, and I have to use a) 220.8 521.33 P 0.51 (mule to get to and from an archaeological) 220.8 509.33 P (dig.) 220.8 497.33 T 1.8 (There were other things, the heat, the) 231.6 485.33 P 5.95 (total humidity) 220.8 473.33 P 5.95 (, the night noises, the) 282.46 473.33 P 3.67 (malaria, the mosquitoes; nobody really) 220.8 461.33 P -0.13 (impressed on me how bad it was. So here I) 220.8 449.33 P 0.41 (was, sweating over my workers who were) 220.8 437.33 P 0.79 (doing most of the heavy work. In Central) 220.8 425.33 P 2.14 (America, we hire people to do our dig-) 220.8 413.33 P 0.86 (ging; it was the traditional way of things.) 220.8 401.33 P 0.79 (Of course, being bored also seemed to be) 220.8 389.33 P (the traditional way of things.) 220.8 377.33 T 3.61 (I wandered over to Chas, who was) 231.6 365.33 P 0.9 (between trench inspections herself. \322Who) 220.8 353.33 P 0.64 (was bored enough to go combing through) 220.8 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 9.47 (satellite photos of) 220.8 328.33 P 9.19 (Guatemala to \336nd) 220.8 316.33 P 4 (this place?\323 I asked) 220.8 304.33 P (her) 220.8 292.33 T (.) 233.01 292.33 T 4.9 (Chas laughed her) 231.6 279.33 P 3.36 (bright, blonde laugh.) 220.8 267.33 P -0.04 (I hate to say it, but she) 220.8 255.33 P 7.52 (does laugh like a) 220.8 243.33 P 6.36 (blonde. Y) 220.8 231.33 P 6.36 (eah, she\325) 265.58 231.33 P 6.36 (s) 306.91 231.33 P 1.38 (got a master) 220.8 219.33 P 1.38 (\325) 272.78 219.33 P 1.38 (s, and is) 275.56 219.33 P 14.47 (working on her) 220.8 207.33 P 1.68 (Ph.D., but she laughs) 220.8 195.33 P 2.98 (like a stupid blonde.) 220.8 183.33 P 1.04 (Chas\325) 220.8 171.33 P 1.04 (s hair was prob-) 243.57 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 1.67 (ably sandy) 220.8 158.33 P 1.67 (, but a couple of months near) 264.85 158.33 P 0.43 (the equator had bleached it almost as well) 220.8 146.33 P 1.11 (as peroxide. She also had the most fasci-) 220.8 134.33 P 1.58 (nating eyes \321 gray with \337ecks in them,) 220.8 122.33 P 0.08 (like some sort of cracked rock crystal. Her) 220.8 110.33 P 0.67 (bronze skin made her light eyes stand out) 220.8 98.33 P (even more.) 220.8 86.33 T 3.01 (She turned her tanned face with the) 231.6 69.33 P 3.2 (bright eyes to me and smiled brightly) 220.8 57.33 P 3.2 (.) 388.7 57.33 P 405 338 575.4 738 R 7 X V 0 X 1.6 (\322Probably some poor CIA schmuck who) 405 731.33 P -0.16 (didn\325) 405 719.33 P -0.16 (t have Soviets to ogle any more. Y) 425.92 719.33 P -0.16 (our) 562.08 719.33 P 1.31 (tax dollars at work, Dave. If I remember) 405 707.33 P 0.8 (correctly) 405 695.33 P 0.8 (, they found this when they were) 439.87 695.33 P (searching for Noriega.\323) 405 683.33 T 1.48 (\322A bit far out for Noriega, isn\325) 415.8 670.33 P 1.48 (t it?\323 I) 546.9 670.33 P (can never tell when she\325) 405 658.33 T (s pulling my leg.) 501.59 658.33 T 3.95 (\322No, I\325m absolutely serious. Appar-) 415.8 645.33 P 0.67 (ently) 405 633.33 P 0.67 (, the guy who found it was a Peaslee) 424.34 633.33 P (graduate, and he gave us \336rst crack at it.\323) 405 621.33 T 1.35 (I had never though the CIA was good) 415.8 608.33 P 2.72 (for much, and this news buttressed my) 405 596.33 P 5.81 (position. Chas smiled brightly again.) 405 584.33 P (\322Gotta go, work to do, you know) 405 572.33 T (.\323) 536.49 572.33 T -0.17 (I sighed, \322Y) 415.8 559.33 P -0.17 (eah, sure. See you in a few) 463.03 559.33 P -0.17 (.\323) 568.46 559.33 P 2.11 (Bored, bored bored, bored, I thought,) 415.8 546.33 P 1.66 (watching her go. Chas seemed to be the) 405 534.33 P -0.05 (only bright spot in this dull, tense, sopping) 405 522.33 P 0.34 (wet, over) 405 510.33 P 0.34 (grown forest. But then, I had left) 442.35 510.33 P 1.3 (the excitement of being an EMT in New) 405 498.33 P 1.38 (Haven, Connecticut. I had left that when) 405 486.33 P 0.92 (some drug-crazed freak mistook me for a) 405 474.33 P 1.63 (cop. I still had a puckered bullet scar in) 405 462.33 P (my shoulder from that encounter) 405 450.33 T (.) 535.47 450.33 T 0.97 (Chas\325) 415.8 437.33 P 0.97 (s trench erupted with excitement.) 438.57 437.33 P 3 (A small, brown man jabbered away in) 405 425.33 P -0.2 (Spanish faster that I could follow) 405 413.33 P -0.2 (. T) 536.33 413.33 P -0.2 (alented) 546.54 413.33 P -0.23 (as ever) 405 401.33 P -0.23 (, Chas yakked back just as fast, then) 432.39 401.33 P 0.03 (climbed into the trench with him. I sighed.) 405 389.33 P 0.79 (I\325d \336nd out what it was at dinner tonight.) 405 377.33 P 1.52 (If it was really good, I\325d see it in a few) 405 365.33 P 1.92 (minutes, but it didn\325) 405 353.33 P 1.92 (t look like that was) 491.65 353.33 P (going to happen.) 405 341.33 T 486 168 576 335 R 7 X V 0 X 5.58 (One of my own) 496.8 328.33 P 7.53 (workers had found) 486 316.26 P 13.1 (something interest-) 486 304.18 P 6.17 (ing, however) 486 292.1 P 6.17 (, so I) 543.95 292.1 P 7.71 (came over to her) 486 280.03 P 6.84 (trench. She handed) 486 267.95 P -0.12 (up a series of brightly-) 486 255.87 P 3.65 (colored pottery frag-) 486 243.79 P 4.28 (ments, and I turned) 486 231.72 P 1.96 (them over in my \336n-) 486 219.64 P 5.4 (gers. There were a) 486 207.56 P 0.85 (few tantalizing bits of) 486 195.49 P 8.22 (information, and a) 486 183.41 P 4.2 (couple pieces linked) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 1.98 (up, but the fragments were too small to) 405.6 158.33 P 3.66 (make anything conclusive. It could be) 405.6 145.71 P 0.74 (weeks before they found any more pieces) 405.6 133.08 P 1.47 (of this one. Dimly) 405.6 120.46 P 1.47 (, I heard Chas\325) 482.11 120.46 P 1.47 (s group) 544.82 120.46 P 1.24 (erupting in conversation again, but I was) 405.6 107.83 P 3.57 (concentrating on the pieces of pottery) 405.6 95.21 P 3.57 (,) 573.5 95.21 P 1.18 (cleaning them of) 405.6 82.58 P 1.18 (f with a toothbrush. The) 474.95 82.58 P 2.22 (pieces were a polychrome drawing of a) 405.6 69.96 P 3.43 (headdress, probably a priest\325) 405.6 57.33 P 3.43 (s to judge) 530.26 57.33 P 36 621 396 722 R 7 X V 1 36 Q 0 X (G) 163.84 702 T 1 30 Q (REEN) 189.83 702 T 1 18 Q (by John Goodrich) 151.54 673 T 1 9 Q (Copyright 1992) 187.66 654 T 326.4 185 470.4 311 R 7 X V 1 13 Q 0 X (Chas\325) 326.4 302.33 T (s trench erupted with) 355.98 302.33 T -0.79 (excitement. A small, brown) 326.4 287.33 P (man jabbered away in) 326.4 272.33 T (Spanish faster that I could) 326.4 257.33 T (follow) 326.4 242.33 T (. T) 359.46 242.33 T (alented as ever) 372.98 242.33 T (,) 449.62 242.33 T (Chas yakked back just as) 326.4 227.33 T (fast, then climbed into the) 326.4 212.33 T (trench with him.) 326.4 197.33 T FMENDPAGE %%EndPage: "18" 20 %%Page: "19" 20 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (19) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X (from the complexity and . . .) 36 731.33 T 1.44 (Something touched my shoulder and I) 46.8 718.17 P 0 (jumped. Pedro, one of Chas\325) 36 706.17 P 0 (s workers was) 149.79 706.17 P 1.94 (standing behind me. \322Seenior Dave,\323 he) 36 694.17 P 0.31 (said in better English than most, \322I theenk) 36 682.17 P (the seniorita needs help\323) 36 670.17 T 3.19 (I spun around and looked at Chas\325) 46.8 657 P 3.19 (s) 202.51 657 P 1.04 (trench. She wasn\325) 36 645 P 1.04 (t there, but her workers) 109.24 645 P 0.64 (were crowding around the lip and waving) 36 633 P (to me.) 36 621 T -0.12 (My EMT training kicked into high gear) 46.8 607.83 P -0.12 (,) 203.9 607.83 P 0.05 (and I took char) 36 595.83 P 0.05 (ge, sort of. I told the shovel) 96.19 595.83 P 0 (bums to back away from the trench and let) 36 583.83 P 1.52 (me down into it. Chas had fallen in, her) 36 571.83 P 2.58 (limbs splayed like those of a discarded) 36 559.83 P 0.06 (doll. Her heartbeat was strong and regular) 36 547.83 P 0.06 (,) 203.9 547.83 P -0.12 (and her skin wasn\325) 36 535.83 P -0.12 (t hot. No heat stroke, no) 110.68 535.83 P 1.11 (heart attack, probably not malaria . . . . I) 36 523.83 P 0.27 (shouted in Spanish for someone to go \336nd) 36 511.83 P 1.16 (Dr) 36 499.83 P 1.16 (. Fossey) 45.99 499.83 P 1.16 (. Fossey was out in what were) 79.26 499.83 P 0.07 (the \336elds of the settlement, digging up dirt) 36 487.83 P 0.43 (and pollen samples, trying to date the dig.) 36 475.83 P 0.62 (Nobody wanted to go. Fossey didn\325) 36 463.83 P 0.62 (t have) 181.63 463.83 P -0.17 (a kind personality) 36 451.83 P -0.17 (. I pitied any dog she had) 106.64 451.83 P (back in the states.) 36 439.83 T 4.39 (I turned back to Chas. Somewhere) 46.8 426.67 P 1.38 (behind the emer) 36 414.67 P 1.38 (gency) 102.98 414.67 P 1.38 (, I wondered at the) 126.2 414.67 P 0.91 (jadeite spine she was holding in her right) 36 402.67 P 6.03 (hand. Although stingray spines were) 36 390.67 P 0.87 (kosher ritual gear) 36 378.67 P 0.87 (, I couldn\325) 107.29 378.67 P 0.87 (t think of any) 150.21 378.67 P 0.6 (examples of jade ones. Usually the spines) 36 366.67 P 0.15 (were obsidian or or) 36 354.67 P 0.15 (ganic sea-ray cartilage.) 113.7 354.67 P 1.75 (I shoved the thoughts aside and concen-) 36 342.67 P 2.3 (trated on what would be best for Chas,) 36 330.67 P 0.14 (since the afternoon rain was due to start in) 36 318.67 P 1.1 (about ten minutes, and I \336gured it would) 36 306.67 P 1.11 (be good to keep her dry) 36 294.67 P 1.11 (. The tents aren\325) 135.54 294.67 P 1.11 (t) 203.62 294.67 P -0.15 (much cooler than outside, but the principle) 36 282.67 P 0.1 (of shelter made me feel better) 36 270.67 P 0.1 (. Chas didn\325) 155.02 270.67 P 0.1 (t) 203.62 270.67 P -0.05 (react at all. T) 36 258.67 P -0.05 (en minutes later) 87.89 258.67 P -0.05 (, Fossey burst) 151.24 258.67 P 0.71 (into the tent, impatient to know what was) 36 246.67 P 2.81 (going on. Chas was stirring weakly by) 36 234.67 P (then.) 36 222.67 T 36 197.17 206.4 216.17 C 36 197.17 206.4 216.17 R 7 X 0 K V 80.7 207.67 161.7 207.67 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 1.39 (The sun was descending, already clot-) 46.8 190.5 P 3.88 (ted by the rainforest outside the little) 36 178.5 P 0.38 (clearing. Unusually) 36 166.5 P 0.38 (, there was no rain this) 114.01 166.5 P 2.88 (afternoon. There was almost always an) 36 154.5 P 0.22 (afternoon rainfall in the Peten. That\325) 36 142.5 P 0.22 (s why) 182.58 142.5 P 1.73 (they called it a rain forest. Of course, it) 36 130.5 P -0.19 (didn\325) 36 118.5 P -0.19 (t help the humidity) 56.92 118.5 P -0.19 (, which was higher) 131.48 118.5 P 0.7 (than the temperature\325) 36 106.5 P 0.7 (s ninety) 122.34 106.5 P 0.7 (. At least the) 153.77 106.5 P 2.27 (rains sometimes brought cooler air with) 36 94.5 P (them.) 36 82.5 T 0.09 (I sat at the table, and began to brush the) 46.8 69.33 P 0.14 (mud and dirt of) 36 57.33 P 0.14 (f an obsidian eccentric that) 98.15 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 1.28 (had been dug up two days earlier) 220.8 731.33 P 1.28 (. I con-) 360.05 731.33 P 2.17 (centrated for a few minutes, brushing it) 220.8 719.33 P 1.85 (with careful strokes of the beaten tooth-) 220.8 707.33 P 1.32 (brush I had bought just before I came to) 220.8 695.33 P 2.76 (Guatemala. Layers of grunge came of) 220.8 683.33 P 2.76 (f,) 385.37 683.33 P -0.22 (and it began to look like a banana clip with) 220.8 671.33 P 0.83 (much of the Mahabarata being performed) 220.8 659.33 P 1.84 (on top of it. T) 220.8 647.33 P 1.84 (ypical Mayan weirdness I) 282.71 647.33 P 0.09 (thought. After about \336fteen minutes, I was) 220.8 635.33 P -0.14 (bored. I simply can\325) 220.8 623.33 P -0.14 (t take the tedious work) 300.7 623.33 P 3.88 (of archaeology without something else) 220.8 611.33 P 3.96 (going on. I walked into my tent and) 220.8 599.33 P 1.15 (brought out my treasured bag. The walk-) 220.8 587.33 P -0.04 (man had been a birthday present two years) 220.8 575.33 P 0.37 (ago, and I was on the third set of batteries) 220.8 563.33 P 0.15 (that month. They were also my last batter-) 220.8 551.33 P 0.83 (ies until the supply mule came in another) 220.8 539.33 P 3.27 (two weeks. I didn\325) 220.8 527.33 P 3.27 (t know what I was) 304.83 527.33 P -0.07 (going to do when this set went dead. I hate) 220.8 515.33 P (living away from civilization.) 220.8 503.33 T 0.95 (I fumbled with the walkman for a sec-) 231.6 491.05 P 3.25 (ond, then delved into a thick stack of) 220.8 479.05 P 0.15 (tapes, and came up with the Alarm\325) 220.8 467.05 P 0.15 (s Stan-) 363.56 467.05 P -0.15 (dards. I slid in the tape and pressed play) 220.8 455.05 P -0.15 (. A) 379.13 455.05 P 1.22 (few seconds later) 220.8 443.05 P 1.22 (, my world consisted of) 292.22 443.05 P (dirt, toothbrush, and Mike Peter) 220.8 431.05 T (\325) 348.87 431.05 T (s voice.) 351.65 431.05 T 1.91 (Six songs later) 231.6 418.76 P 1.91 (, I jumped as someone) 293.89 418.76 P 0.79 (put their hand on my shoulder) 220.8 406.76 P 0.79 (. I whipped) 344.38 406.76 P 4.66 (around, dragging the walkman to the) 220.8 394.76 P 0.67 (soggy dirt in the process. Chas was there,) 220.8 382.76 P -0.08 (looking down at me. She looked a bit pale,) 220.8 370.76 P 5.17 (but otherwise all right. Sheepishly) 220.8 358.76 P 5.17 (, I) 377.7 358.76 P 1.62 (picked up the tape player and wiped the) 220.8 346.76 P (mud of) 220.8 334.76 T (f it.) 249.21 334.76 T -0.03 (\322Dave, I want to talk to you.\323 Her voice) 231.6 322.48 P 1.74 (was soft, and hot \337ash rushed down my) 220.8 310.48 P (spine. Damn heat I thought) 220.8 298.48 T 4.11 (\322Sure,\323 I said, \322what about?\323 Chas) 231.6 286.19 P 1.42 (walked over to my cot, pushed aside the) 220.8 274.19 P (mosquito netting, and sat in the shade.) 220.8 262.19 T 2.38 (\322I had a real weird dream this after-) 231.6 249.91 P 1.45 (noon. When I tried to pick up the spine,) 220.8 237.91 P 0.79 (I...\323 she stopped, \322this sounds really silly) 220.8 225.91 P 0.79 (,) 388.7 225.91 P 0 (but I dreamed I was at the site when it was) 220.8 213.91 P 2.5 (active. It was pretty weird...\323 her voice) 220.8 201.91 P -0.15 (trailed of) 220.8 189.91 P -0.15 (f. She wasn\325) 256.83 189.91 P -0.15 (t really talking to me,) 306.03 189.91 P 0.83 (I realized, she was talking to get this out.) 220.8 177.91 P 1.37 (She looked at me again. \322I usually don\325) 220.8 165.91 P 1.37 (t) 388.42 165.91 P 2.23 (dream. And this one was so very) 220.8 153.91 P 2.23 (, well,) 364.26 153.91 P 2.95 (vivid. I don\325) 220.8 141.91 P 2.95 (t know) 276.22 141.91 P 2.95 (, for) 306.01 141.91 P 2.95 (get I said any-) 325.44 141.91 P 0.99 (thing.\323 She got of) 220.8 129.91 P 0.99 (f the cot, and started to) 294.66 129.91 P (leave, but I stopped her) 220.8 117.91 T (.) 313.79 117.91 T 0.57 (\322T) 231.6 105.62 P 0.57 (ell me about it Chas,\323 I blurted, then) 241.45 105.62 P 4.99 (hesitated, the words damming in my) 220.8 93.62 P (throat. \322I want to hear) 220.8 81.62 T (.\323) 308.23 81.62 T 1.78 (Chas looked at her toes for a second,) 231.6 69.33 P 0.2 (then drew patterns in the soggy dirt with a) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.8 (boot, and sat back down. \322It was weird. I) 405.6 731.33 P -0.15 (felt like I wasn\325) 405.6 719.33 P -0.15 (t really there - sort of like a) 467.97 719.33 P -0.11 (ghost I guess.\323 She was looking at her toes) 405.6 707.33 P 3.72 (again. \322The jungle was cleared. There) 405.6 695.33 P 0.59 (were people, all sorts of people, just mill-) 405.6 683.33 P -0.21 (ing around in, in here.\323 She made a sweep-) 405.6 671.33 P 2.99 (ing gesture, indicating the clearing and) 405.6 659.33 P 0.04 (probably the jungle behind it. \322There were) 405.6 647.33 P 1.66 (rows of crops growing in the \336elds, and) 405.6 635.33 P 1.82 (the temple looked sharp and new) 405.6 623.33 P 1.82 (. There) 545.88 623.33 P 1.54 (were people, too. I saw about a hundred) 405.6 611.33 P 3.37 (people in the central square.\323 She fell) 405.6 599.33 P 4.11 (silent, and something hung in the air) 405.6 587.33 P (between us.) 405.6 575.33 T 2.59 (Suddenly) 416.4 563.11 P 2.59 (, her beautiful eyes sparked.) 453.51 563.11 P (\322Hey) 405.6 551.11 T (, where\325) 426.04 551.11 T (s the spine?\323) 458.23 551.11 T 1.26 (\322I dunno,\323 I said stupidly) 416.4 538.89 P 1.26 (, then caught) 522.12 538.89 P 1.5 (up with her thoughts. \322Uh. W) 405.6 526.89 P 1.5 (e better go) 530.82 526.89 P 0.59 (get it before some digger decides that it\325d) 405.6 514.89 P 0.91 (make a nice piece to sell . . . \322 Chas was) 405.6 502.89 P 1.85 (already headed for her trench. I tore of) 405.6 490.89 P 1.85 (f) 572.67 490.89 P (my headphones and ran after her) 405.6 478.89 T (.) 535.77 478.89 T 2.54 (I caught up with her as she climbed) 416.4 466.67 P 0.99 (back into the three meter wide pit carved) 405.6 454.67 P 0.99 (across what had been the central court of) 405.6 442.67 P 1.98 (the settlement. I climbed down and saw) 405.6 430.67 P 1.15 (Chas standing near where she had fallen.) 405.6 418.67 P 1.11 (She was crouching near the spine. It was) 405.6 406.67 P 2.07 (still there, but Chas seemed reluctant to) 405.6 394.67 P 2.09 (touch it. Not thinking, I bent down and) 405.6 382.67 P (picked it up.) 405.6 370.67 T 0.75 (An electric shock jolted up my arm, as) 416.4 358.45 P 0.75 (if I had stuck a pin in a socket. Chas was) 405.6 346.45 P (gone.) 405.6 334.45 T 0.27 (Bewildered, I stood up, looking for her) 416.4 322.22 P 0.27 (.) 573.5 322.22 P 2.63 (She had been right next to me when I) 405.6 310.22 P 0.09 (picked up the spine, and now she wasn\325) 405.6 298.22 P 0.09 (t. I) 564.81 298.22 P (climbed out of the trench to \336nd her) 405.6 286.22 T (.) 549.12 286.22 T 3.43 (I was somewhere else. Instead of a) 416.4 274 P 1.9 (small glade carved out of a rainforest, I) 405.6 262 P 0.95 (was at a completely restored Maya site. I) 405.6 250 P 0.64 (looked behind me and discovered that the) 405.6 238 P -0.22 (trench had disappeared. People were walk-) 405.6 226 P 0.31 (ing around, the square busy with the com-) 405.6 214 P 0.19 (ings and doings of these people dressed as) 405.6 202 P (...classic Maya.) 405.6 190 T (W) 416.4 177.78 T (ait a minute.) 425.04 177.78 T 0.31 (I closed my eyes and shook my head to) 416.4 165.56 P 0.64 (clear it. I was not in the center of a Maya) 405.6 153.56 P 1.28 (city) 405.6 141.56 P 1.28 (. The inhabitants of the city were not) 419.94 141.56 P 1.98 (walking around me. When I opened my) 405.6 129.56 P (eyes, nothing had changed.) 405.6 117.56 T 2.54 (The temple of the Old Ones was no) 416.4 105.33 P 2.45 (longer a crumbling relic, but a recently) 405.6 93.33 P 1.57 (carved, pure white edi\336ce. The comb on) 405.6 81.33 P 0 (top of it stood like an extended middle \336n-) 405.6 69.33 P 1.52 (ger to the sky) 405.6 57.33 P 1.52 (. Every possible surface of) 463.63 57.33 P FMENDPAGE %%EndPage: "19" 21 %%Page: "20" 21 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (20) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X -0.14 (the walls was carved, intricate and delicate) 36 731.33 P 0.2 (bas relief so sharp it was almost painful to) 36 719.33 P 1.28 (look at. I was used to the crumbling and) 36 707.33 P 0.44 (weathered modern carvings, ruined by ten) 36 695.33 P 0.25 (centuries of rain, wind and water) 36 683.33 P 0.25 (, but here) 168.42 683.33 P 1.35 (they were, fresh, less than a century old.) 36 671.33 P 0.89 (This would be a major \336nd - to see these) 36 659.33 P 0.03 (carvings in the original condition . . . Snap) 36 647.33 P 2.32 (out of it, shithead, I thought. This isn\325) 36 635.33 P 2.32 (t) 203.62 635.33 P 1.66 (real, I\325m just seeing what I want to see.) 36 623.33 P 0.06 (Any minute I\325m going to wake up and this) 36 611.33 P (will all be a dream. Any minute now . . .) 36 599.33 T 0.05 (Beyond the carved temple were rows of) 46.8 587.15 P 0.23 (wheat and maize, rippling in the wind like) 36 575.15 P 2.14 (a golden ocean. The sky was dark with) 36 563.15 P 0.79 (rolling clouds, and I smelled the threat of) 36 551.15 P 2.76 (rain. Lightning jumped between clouds,) 36 539.15 P 1.78 (and the retort of thunder rumbled in the) 36 527.15 P (humid sky) 36 515.15 T (.) 77.28 515.15 T 0.98 (W) 46.8 502.97 P 0.98 (ell, I thought, Might as well enjoy it) 55.44 502.97 P -0.2 (while I\325m out of it. I noticed that I was still) 36 490.97 P 5.07 (carrying the green spine. Absently) 36 478.97 P 5.07 (, I) 193.01 478.97 P (\337ipped it in the air) 36 466.97 T (.) 109.3 466.97 T 3.03 (W) 46.8 454.79 P 3.03 (ith a jarring thud, I landed in the) 55.83 454.79 P 3.88 (watery muck at the bottom of Chas\325) 36 442.79 P 3.88 (s) 202.51 442.79 P 0.18 (trench. Chas was standing over me, gently) 36 430.79 P (shaking my head.) 36 418.79 T 2.43 (\322Aaag, shit, quit it . . . \322 I thrashed) 46.8 406.61 P 1.83 (around, knocking the cool hands of) 36 394.61 P 1.83 (f my) 185.97 394.61 P 2.92 (face. Silently) 36 382.61 P 2.92 (, Chas withdrew) 91.01 382.61 P 2.92 (. Her face) 161.44 382.61 P 0.16 (was concerned, and the sky above her was) 36 370.61 P (darker than I remembered it.) 36 358.61 T 1.23 (\322What happened? All I remember was) 46.8 346.42 P 1.17 (touching the spine and then I was in this) 36 334.42 P (weird Maya place . . . \322) 36 322.42 T 0.61 (Chas just raised an eyebrow) 46.8 310.24 P 0.61 (, but it was) 160.71 310.24 P 0.87 (enough. I stopped babbling and blinked a) 36 298.24 P 2.01 (few times. W) 36 286.24 P 2.01 (e both looked at the green) 92.8 286.24 P 0.34 (spine that was a few inches from my right) 36 274.24 P 1.12 (hand. W) 36 262.24 P 1.12 (e looked at each other) 70.18 262.24 P 1.12 (, unspoken) 161.97 262.24 P -0.05 (understanding rushing through each of us.) 36 250.24 P 1.54 (Chas was the \336rst to open her mouth.) 46.8 238.06 P 0.17 (\322This is too weird.\323 She seemed to be tak-) 36 226.06 P (ing this fairly well.) 36 214.06 T -0.19 (I wasn\325) 46.8 201.88 P -0.19 (t. \322I ain\325) 76.13 201.88 P -0.19 (t touching that thing. No) 109.15 201.88 P (way) 36 189.88 T (.\323) 52 189.88 T 0.19 (Chas took of) 46.8 177.7 P 0.19 (f her hat and used the brim) 98.09 177.7 P 0.55 (to scoop up the green menace, careful not) 36 165.7 P 0.02 (to let her skin touch it. \322I think I\325ll put this) 36 153.7 P 0.65 (someplace nice and safe,\323 she said, wrap-) 36 141.7 P (ping the hat tightly around her prize.) 36 129.7 T 3.52 (I raised an eyebrow) 46.8 117.52 P 3.52 (. \322Where? W) 135.23 117.52 P 3.52 (ait,) 193.91 117.52 P (what are you going to do with that thing?\323) 36 105.52 T 0.5 (Her cracked crystal eyes glowed. \322This) 46.8 93.33 P 3.82 (is an unprecedented opportunity to do) 36 81.33 P 2.37 (research. Think of it! For the \336rst time) 36 69.33 P 1.89 (since Cortez, we have an opportunity to) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (observe the Maya as they were.\323) 220.8 731.33 T 0.84 (I let my scepticism show) 231.6 719.11 P 0.84 (. \322Right, sure.) 333.71 719.11 P 2.73 (How the hell are you going to publish) 220.8 707.11 P 0.83 (this? Who\325) 220.8 695.11 P 0.83 (s going to believe you?\323 I was) 265.21 695.11 P 0.12 (warming to the ar) 220.8 683.11 P 0.12 (gument. I didn\325) 291.77 683.11 P 0.12 (t like this) 353.74 683.11 P 0.54 (green thing at all, and I really didn\325) 220.8 671.11 P 0.54 (t want) 365.95 671.11 P 0.45 (Chas using it. Especially not Chas. \322What) 220.8 659.11 P 0.55 (are you going to do, conduct guided tours) 220.8 647.11 P (of this place and pass that thing around?\323) 220.8 635.11 T 1.42 (She wasn\325) 231.6 622.89 P 1.42 (t listening. She had climbed) 274.2 622.89 P 0.76 (out of the trench and was heading for her) 220.8 610.89 P 1.17 (tent. I jogged to catch up with her in the) 220.8 598.89 P 3.74 (deepening Peten blackness. \322Come on.) 220.8 586.89 P (What are you going to do with that?\323) 220.8 574.89 T 0.95 (She stopped, and I caught up with her) 231.6 562.67 P 0.95 (.) 388.7 562.67 P 1.84 (Her eyes looked up at me, and my face) 220.8 550.67 P -0.05 (\337ushed under the attention. She spoke qui-) 220.8 538.67 P 2.79 (etly) 220.8 526.67 P 2.79 (, \322This is the perfect archaeological) 235.14 526.67 P 1.24 (tool. W) 220.8 514.67 P 1.24 (e can go back and watch them as) 251.23 514.67 P 3.55 (they were. I\325ll publish my \336ndings as) 220.8 502.67 P (deductions. What\325) 220.8 490.67 T (s the problem?\323) 293.53 490.67 T 1.73 (I pursed my lips. I knew I was being) 231.6 478.44 P 1.61 (irrational. I took a hold of her elbow) 220.8 466.44 P 1.61 (. \322I) 376.83 466.44 P 1.17 (don\325) 220.8 454.44 P 1.17 (t like that thing. It scares me. Please) 238.94 454.44 P (leave it? Chas, please?\323) 220.8 442.44 T 0.98 (Her eyes dropped. \322I can\325) 231.6 430.22 P 0.98 (t. This is too) 338.28 430.22 P (important.\323) 220.8 418.22 T 1.17 (I couldn\325) 231.6 406 P 1.17 (t accept it. I \337ailed around to) 268.95 406 P 0.13 (\336nd something that would stop her) 220.8 394 P 0.13 (. \322What) 359.99 394 P 0.64 (are you going to do when this stint is up?) 220.8 382 P 0.48 (Pass it along to the next person from Pea-) 220.8 370 P 2.72 (slee who comes along? How about Dr) 220.8 358 P 2.72 (.) 388.7 358 P 2.4 (Fussy) 220.8 346 P 2.4 (, she\325d get a real kick out of this) 243.48 346 P (thing.\323 I smiled at the thought.) 220.8 334 T -0.04 (She returned a wry grin, and brushed an) 231.6 321.78 P 0.12 (errant golden hair out of her mouth. \322God,) 220.8 309.78 P 0.13 (you\325re right. She\325d go around pointing out) 220.8 297.78 P 1.03 (all the things they were doing wrong.\323 A) 220.8 285.78 P (light chuckle \337ickered between us.) 220.8 273.78 T 6.05 (The smile faded, and she looked) 231.6 261.55 P 1.66 (straight into my eyes. \322I\325m going to use) 220.8 249.56 P 0.83 (it.\323 She reached out, and gave my hand a) 220.8 237.56 P -0.24 (squeeze, then walked into the mist towards) 220.8 225.56 P 0.32 (her tent. The nocturnal monkeys were just) 220.8 213.56 P (beginning to howl as I walked to my tent.) 220.8 201.56 T 0.88 (The next day) 231.6 189.33 P 0.88 (, it was business as usual,) 284.9 189.33 P 0.65 (no mention of the spine, Chas was just as) 220.8 177.33 P 1.06 (bright and cheery as she always was. W) 220.8 165.33 P 1.06 (e) 386.76 165.33 P 0.03 (dug and in the hot afternoon, I brushed the) 220.8 153.33 P 2.37 (mud from onyx and pottery) 220.8 141.33 P 2.37 (. Chas went) 339.55 141.33 P 0.41 (about her duties, chatting with the diggers) 220.8 129.33 P 4.78 (and Fussy cataloging the pottery) 220.8 117.33 P 4.78 (, the) 369.2 117.33 P 2.44 (eccentrics, and drawing the carvings on) 220.8 105.33 P 0.84 (the temple. I watched Chas closely) 220.8 93.33 P 0.84 (, but it) 363.69 93.33 P 0.38 (wasn\325) 220.8 81.33 P 0.38 (t until two weeks later that I noticed) 244.49 81.33 P 0.46 (her drawing was much more detailed than) 220.8 69.33 P (the weathered carvings.) 220.8 57.33 T 405.6 54 576 738 R 7 X V 0 X 4.07 (There were other signs. She had a) 416.4 731.33 P 0.75 (whole section of her sketch book that she) 405.6 719.33 P 2.16 (didn\325) 405.6 707.33 P 2.16 (t show to anyone, and for the \336rst) 426.52 707.33 P 2.43 (time, she ar) 405.6 695.33 P 2.43 (gued with Dr) 456.63 695.33 P 2.43 (. Fossey about) 513.68 695.33 P 0.22 (site use and management. Chas\325) 405.6 683.33 P 0.22 (s new the-) 534.47 683.33 P 2.68 (ories were fresh and deviated from her) 405.6 671.33 P 2.47 (previous ideas, and she wouldn\325) 405.6 659.33 P 2.47 (t budge) 543.83 659.33 P 0.55 (one inch from them. I tried to keep out of) 405.6 647.33 P 2.88 (the discussions as they escalated. After) 405.6 635.33 P 0.66 (three weeks, they were regularly shouting) 405.6 623.33 P (at each other) 405.6 611.33 T (.) 456.11 611.33 T 405.6 586.3 576 605.3 C 405.6 586.3 576 605.3 R 7 X 0 K V 450.3 596.8 531.3 596.8 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 0.83 (One night, about a month after we had) 416.4 579.63 P 0 (discovered the spine, I broke from sleep to) 405.6 567.63 P 1.46 (the dark, muggy black of the Peten. The) 405.6 555.63 P 4.38 (howling monkeys were mating in the) 405.6 543.63 P 0.04 (trees, shrieking loudly at each other) 405.6 531.63 P 0.04 (. It had) 547.9 531.63 P 3.29 (taken me two weeks to learn to sleep) 405.6 519.63 P 3.21 (through a whole night. Something else) 405.6 507.63 P (was out there . . .) 405.6 495.63 T (\322Dave?\323) 416.4 482.93 T -0.23 (It was just the ghost of a whisper) 416.4 470.23 P -0.23 (, barely) 546.26 470.23 P (audible over the screams of the primates.) 405.6 458.23 T (\322Chas?\323 I called, \322Jesus, come in.\323) 416.4 445.53 T 0.35 (She came in, legs stif) 416.4 432.83 P 0.35 (f, arm movements) 502.85 432.83 P 1.77 (jerky) 405.6 420.83 P 1.77 (. Her face was a tight, inexpressive) 425.49 420.83 P 3.46 (mask. I gathered the sheet around my) 405.6 408.83 P 0.31 (thighs, as Chas pushed aside the mosquito) 405.6 396.83 P 1.1 (netting and climbed onto the cot. She sat) 405.6 384.83 P 3.68 (stif) 405.6 372.83 P 3.68 (\337y on the other end, her breathing) 418.19 372.83 P (sharp, and punctuated.) 405.6 360.83 T (\322Chas? Chas? What\325) 416.4 348.13 T (s wrong?\323) 499.11 348.13 T 0.65 (She was slow in responding. Her voice) 416.4 335.43 P 1.84 (was raw) 405.6 323.43 P 1.84 (, and her eyes forlorn when she) 439.81 323.43 P 3.83 (\336nally looked at me. \322They\325re scared,) 405.6 311.43 P (Dave. Something\325) 405.6 299.43 T (s wrong with them.\323) 477.78 299.43 T (\322What? I don\325) 416.4 286.73 T (t get it. What\325) 473.39 286.73 T (s wrong?\323) 528.36 286.73 T 2.13 (She swallowed once, then spoke in a) 416.4 274.03 P 1.71 (low gravelly voice. \322They made a sacri-) 405.6 262.03 P 1.66 (\336ce. They took a prisoner and they suh-) 405.6 250.03 P (sacri\336ced him.\323) 405.6 238.03 T -0.2 (All the blood drained from my face, and) 416.4 225.33 P 3.02 (I felt queasy) 405.6 213.33 P 3.02 (. Evidence said that Maya) 460.39 213.33 P 2.42 (prisoner sacri\336ces were long, drawn-out) 405.6 201.33 P 3.02 (and incredibly bloody af) 405.6 189.33 P 3.02 (fairs. Although) 512.46 189.33 P 0.75 (they didn\325) 405.6 177.33 P 0.75 (t practice the wholesale slaugh-) 446.98 177.33 P 1.35 (ters the Aztecs had, the Maya seemed to) 405.6 165.33 P 3.79 (have had a particular genius for truly) 405.6 153.33 P 0.43 (unpleasant torture. Supposedly) 405.6 141.33 P 0.43 (, blood was) 529.34 141.33 P 2.68 (collected from a live prisoner and then) 405.6 129.33 P 1.12 (burned for the gods, giving them vitality) 405.6 117.33 P 1.12 (.) 573.5 117.33 P 3.69 (Blood from a living victim was more) 405.6 105.33 P 3.72 (potent than dead blood, so it made a) 405.6 93.33 P 2.57 (twisted sort of sense to get the highest) 405.6 81.33 P 0.67 (\322miles per gallon,\323 as it were, by keeping) 405.6 69.33 P 2.95 (the unfortunate victim alive as long as) 405.6 57.33 P FMENDPAGE %%EndPage: "20" 22 %%Page: "21" 22 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (21) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X (possible.) 36 731.33 T 2.55 (Chas continued. \322They drove a,\323 she) 46.8 719.05 P 1.94 (swallowed, and licked her lips, \322a spine) 36 707.05 P 0.67 (through his tongue, and then, they drew a) 36 695.05 P 1.38 (cord through it. I think it was eight feet,) 36 683.05 P 1.89 (Dave. Then th-they took the same spine) 36 671.05 P 0.95 (and p-pierced his lips and penis.\323 I shud-) 36 659.05 P 1.04 (dered at the same time she did. \322God, he) 36 647.05 P 1.5 (screamed for over an hour) 36 635.05 P 1.5 (,\323 she covered) 146.51 635.05 P 1.15 (her ears, as if she could hear him now) 36 623.05 P 1.15 (, a) 195.82 623.05 P (thousand years later) 36 611.05 T (.) 115.39 611.05 T 2.45 (She drew herself into a tighter ball--) 46.8 598.76 P 7.39 (self-contained and impenetrable. She) 36 586.76 P 0.22 (didn\325) 36 574.76 P 0.22 (t weep, but her breath came in gasps.) 56.92 574.76 P 1.69 (W) 36 562.76 P 1.69 (e sat for a while. I longed to take her) 44.63 562.76 P 0.48 (into my arms and hold her) 36 550.76 P 0.48 (, but I couldn\325) 143.23 550.76 P 0.48 (t.) 201.12 550.76 P -0.09 (She sat alone at the other side of my bed, a) 36 538.76 P (hundred miles away) 36 526.76 T (.) 115.85 526.76 T -0.07 (All I found to say ten minutes later was,) 46.8 514.48 P (\322why didn\325) 36 502.48 T (t you drop the spine?\323) 81.07 502.48 T 0.39 (Oddly enough, the question relaxed her) 46.8 490.19 P 1.1 (somewhat, and she looked up at me with) 36 478.19 P 3.97 (her beautiful eyes red and puf) 36 466.19 P 3.97 (fy) 174.76 466.19 P 3.97 (. She) 182.44 466.19 P 0.9 (sighed deeply) 36 454.19 P 0.9 (, almost embarrassed by the) 91.49 454.19 P 1.17 (answer that was coming. \322I- I couldn\325) 36 442.19 P 1.17 (t. I) 194.12 442.19 P 2.17 (knew I couldn\325) 36 430.19 P 2.17 (t go back if he was still) 100.67 430.19 P 3.75 (alive. I wouldn\325) 36 418.19 P 3.75 (t be able to face that) 106.89 418.19 P 1.27 (screaming again\323 She avoided looking at) 36 406.19 P 2.71 (me, sighing again. \322Whatever else they) 36 394.19 P 1.39 (were, Dave, they were butchers and sav-) 36 382.19 P -0.11 (ages. I guess it never really occurred to me) 36 370.19 P (what they were.\323) 36 358.19 T 0.31 (My mind groped for something to say -) 46.8 345.9 P 4.76 (something to make her feel better) 36 333.9 P 4.76 (. I) 193.32 333.9 P 0 (dredged up a quote from an anthropologist) 36 321.9 P 1.77 (I had known at Peaslee. \322It\325) 36 309.9 P 1.77 (s a dif) 155.31 309.9 P 1.77 (ferent) 183.09 309.9 P 0.03 (culture. W) 36 297.9 P 0.03 (e\325re not here to judge right from) 77.42 297.9 P 1.1 (wrong. W) 36 285.9 P 1.1 (e must try to be as impartial as) 76.27 285.9 P (we can.\323) 36 273.91 T 3.46 (It was the wrong thing to say) 46.8 261.62 P 3.46 (. She) 182.95 261.62 P 2.82 (brushed aside the mosquito netting and) 36 249.62 P 4.1 (stood up. \322Their fucking priest poked) 36 237.62 P -0.05 (fucking holes in his fucking body and they) 36 225.62 P 1.85 (all just fucking stood there and watched) 36 213.62 P 1.82 (him do it! Don\325) 36 201.62 P 1.82 (t you fucking tell me to) 103.74 201.62 P 0.02 (ignore it! T) 36 189.62 P 0.02 (orture is not something fucking) 80.86 189.62 P 2.49 (civilized people do, is it?\323 Outside, the) 36 177.62 P 1 (monkeys began shrieking again. Her face) 36 165.62 P 0.52 (was drawn back into a skull of anger) 36 153.62 P 0.52 (. She) 185.89 153.62 P 0 (whirled out of the dark con\336nes of the tent) 36 141.62 P (and left running.) 36 129.62 T 1.21 (I was alone with a sunk feeling in my) 46.8 117.33 P 3.6 (stomach. I had done the wrong thing,) 36 105.33 P 2 (again. I mentally replayed the conversa-) 36 93.33 P 0.63 (tion \336ve times, each time coming up with) 36 81.33 P 2 (something better to say) 36 69.33 P 2 (. Going after her) 134.35 69.33 P 1.37 (wouldn\325) 36 57.33 P 1.37 (t do any good, so I lay down on) 69.13 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.8 (the cot again. I slept after half an hour of) 220.8 731.33 P (silent tears) 220.8 719.33 T -0.07 (I dreamed that night. I dreamed I was in) 231.6 706.67 P 0.28 (New Haven, in an ambulance, heading for) 220.8 694.67 P 1.89 (a call. It was a tractor) 220.8 682.67 P 1.89 (-trailer accident, I) 316.09 682.67 P 1.42 (remembered. W) 220.8 670.67 P 1.42 (e got to the scene, and it) 285.8 670.67 P 0.28 (was a mess; the truck had struck a car and) 220.8 658.67 P 5.61 (then run it over) 220.8 646.67 P 5.61 (, crushing it. There) 298.58 646.67 P 2.62 (couldn\325) 220.8 634.67 P 2.62 (t be anything alive in the car) 251.15 634.67 P 2.62 (, I) 380.26 634.67 P 2.6 (thought. W) 220.8 622.67 P 2.6 (e proceeded with the extrac-) 267.58 622.67 P 0.76 (tion, and got out most of a young couple,) 220.8 610.67 P 4.39 (probably out for a date. Neither was) 220.8 598.67 P 1.41 (breathing. W) 220.8 586.67 P 1.41 (e did it all - intubation, two) 273.6 586.67 P 4.61 (IV\325) 220.8 574.67 P 4.61 (s, Adenosine, de\336brilation. Nothing) 234.12 574.67 P 0.38 (worked, so we had at start CPR and arti\336-) 220.8 562.67 P 0.5 (cial respiration. I was working with blood) 220.8 550.67 P 0 (all over my hands, pressing in the column-) 220.8 538.67 P 0.44 (fractured ribs, watching the chest collapse) 220.8 526.67 P 0.67 (and rebound liquidly with only a few ribs) 220.8 514.67 P -0.12 (to support it. One, two three, four; breathe.) 220.8 502.67 P 3.65 (One, two three, four; breathe. I heard) 220.8 490.67 P 0.35 (behind me that LifeStar was coming and I) 220.8 478.67 P 0.31 (shouted for them to get a doctor on board.) 220.8 466.67 P 2.4 (A doctor could declare the two corpses) 220.8 454.67 P 1.59 (dead. W) 220.8 442.67 P 1.59 (e couldn\325) 254.89 442.67 P 1.59 (t. I kept pumping; one,) 293.77 442.67 P 1.25 (two, three, four; breathe. One, two three,) 220.8 430.67 P 0.55 (four; breathe. There was no response, and) 220.8 418.67 P 1.51 (I hadn\325) 220.8 406.67 P 1.51 (t expected one, but I had to keep) 250.72 406.67 P 2.4 (the pace. One, two three, four; breathe.) 220.8 394.67 P 3.93 (One, two three, four; breathe. Then I) 220.8 382.67 P 0.92 (noticed the people around me were pack-) 220.8 370.67 P 2.69 (ing up and getting ready to leave. The) 220.8 358.67 P -0.08 (other victim was sitting up and talking to a) 220.8 346.67 P 1.94 (\336reman. They all started to leave, and I) 220.8 334.67 P 0.62 (was still sitting on the guy\325) 220.8 322.67 P 0.62 (s chest, pump-) 331.93 322.67 P (ing away: one, two three, four; breathe.) 220.8 310.67 T 0.25 (Slowly) 231.6 298 P 0.25 (, one by one, everyone else left -) 259.27 298 P 1.62 (the ambulance, the police, the \336re truck.) 220.8 286 P 5.66 (Everyone. The woman from the car) 220.8 274 P -0.12 (seemed to have struck up a friendship with) 220.8 262 P 0.96 (the one of the \336reman, and they went of) 220.8 250 P 0.96 (f) 387.87 250 P 2.03 (together in his car) 220.8 238 P 2.03 (. Lifestar never came,) 298.24 238 P 1.2 (but I was still there, pumping away) 220.8 226 P 1.2 (, one,) 368.08 226 P 1.25 (two, three, four; breathe. One two, three,) 220.8 214 P 1.66 (four; breathe. My arms ached and I was) 220.8 202 P 7.35 (light-headed. One, two, three, four;) 220.8 190 P 3.61 (breathe. One two, three, four; breathe.) 220.8 178 P 1.17 (Everyone else left until it was just me in) 220.8 166 P 1.18 (the middle of the street, legally bound to) 220.8 154 P -0.12 (keep working CPR until relieved by a doc-) 220.8 142 P 2.04 (tor) 220.8 130 P 2.04 (. Each push was an ef) 231.35 130 P 2.04 (fort, my whole) 327.98 130 P 1.36 (body aching with each pump. One. T) 220.8 118 P 1.36 (wo.) 376.49 118 P 2.52 (Three. Four) 220.8 106 P 2.52 (. Breathe. One. T) 269.96 106 P 2.52 (wo. Three.) 345.66 106 P (Four) 220.8 94 T (.) 239.13 94 T 1.71 (I woke up sweating, my arms aching.) 231.6 81.33 P 2.41 (My glowing watch face told me it was) 220.8 69.33 P 0.94 (twenty past two in the morning. I slowed) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 2.27 (my breathing and wished for something) 405.6 731.33 P 1.21 (stif) 405.6 719.33 P 1.21 (f to drink. This shit\325) 418.19 719.33 P 1.21 (s really getting to) 502.7 719.33 P (me I thought.) 405.6 707.33 T 0.17 (A week later) 416.4 694.93 P 0.17 (, I sneaked into Chas\325) 467.41 694.93 P 0.17 (s tent) 554.45 694.93 P 0.14 (to have a look at her journal. Chas was of) 405.6 682.93 P 0.14 (f) 572.67 682.93 P 0 (analyzing pollen samples with Fossey) 405.6 670.93 P 0 (, and) 556.56 670.93 P 0.06 (I \336gured they\325d be at it for some time. Her) 405.6 658.93 P 0.71 (sketch pad was sitting on her cot. Feeling) 405.6 646.93 P 0.84 (guilty) 405.6 634.93 P 0.84 (, and looking furtively around me, I) 428.28 634.93 P (peeked at the drawings.) 405.6 622.93 T 2.09 (They were amazing. I hadn\325) 416.4 610.53 P 2.09 (t realized) 537 610.53 P 0.78 (the extent of Chas\325) 405.6 598.53 P 0.78 (s artistic talents. There) 483.17 598.53 P 2.68 (were more than two dozen sketched of) 405.6 586.53 P 1.2 (faces- the young, the old, and sometimes) 405.6 574.53 P 1.11 (the clothes they wore. I noticed that they) 405.6 562.53 P 1.25 (all wore a look of worry- deep lines fur-) 405.6 550.53 P 0 (rowed around the tightly close mouths and) 405.6 538.53 P 0.61 (into foreheads. These people were scared,) 405.6 526.53 P 0.55 (and Chas\325) 405.6 514.53 P 0.55 (s art made them seem very real.) 445.85 514.53 P 0.4 (At times it was like the mass of faces was) 405.6 502.53 P 1.54 (staring at me, accusing me. There was a) 405.6 490.53 P 0.97 (full-page picture of a priest at the foot of) 405.6 478.53 P 1.06 (the Old Ones\325 temple. He had apparently) 405.6 466.53 P -0.08 (fallen down the steep front stairs. His head) 405.6 454.53 P 2.44 (was twisted at an impossible angle, the) 405.6 442.53 P 0.75 (side of his head smashed against the pav-) 405.6 430.53 P (ing stones.) 405.6 418.53 T -0.22 (Later) 416.4 406.13 P -0.22 (, there was a written account of her) 437.09 406.13 P 9.06 (travels, Chas\325) 405.6 394.13 P 9.06 (s crabbed handwriting) 469.07 394.13 P 2.16 (describing the smells, sounds, and other) 405.6 382.13 P 1.18 (things that couldn\325) 405.6 370.13 P 1.18 (t be drawn. There was) 482.74 370.13 P 1.49 (more than eight pages to it, so I quickly) 405.6 358.13 P (skimmed to the last entry) 405.6 346.13 T (.) 506.01 346.13 T 0.74 (\322These people are terri\336ed. I think that) 416.4 333.73 P 3.36 (they have in some way of) 405.6 321.73 P 3.36 (fended their) 524.63 321.73 P 0.5 (gods. Everyone has this doomed look that) 405.6 309.73 P 0.74 (I can see in their eyes and faces. There is) 405.6 297.73 P 0.18 (also what looks like a hurricane approach-) 405.6 285.73 P 1.7 (ing. The \336rst rain was beginning to fall,) 405.6 273.73 P 0.83 (and they looked at the sky like it was the) 405.6 261.73 P 1.11 (end of the world. The funny part is, they) 405.6 249.73 P -0.12 (all gathered in the center of the ceremonial) 405.6 237.73 P 1.34 (green and stood there. Some were weep-) 405.6 225.73 P 2.26 (ing, others looking stoically up into the) 405.6 213.73 P 1.37 (rain. I don\325) 405.6 201.73 P 1.37 (t remember anything like this) 452.83 201.73 P -0.08 (in any reference. They just keep looking at) 405.6 189.73 P 1.5 (the sky) 405.6 177.73 P 1.5 (, as if they expected the wrath of) 435.05 177.73 P (God to come down.\323) 405.6 165.73 T 0.59 (I was scared. If this little magic widget) 416.4 153.33 P 0.71 (worked, maybe the Old Gods were not as) 405.6 141.33 P 1.43 (imaginary as we thought they were. One) 405.6 129.33 P 0.69 (rational part of my mind told me that this) 405.6 117.33 P 3.65 (was nonsense, and that there were no) 405.6 105.33 P 1.98 (pagan gods. I remembered that this was) 405.6 93.33 P -0.2 (the same part of my mind that said I hadn\325) 405.6 81.33 P -0.2 (t) 573.22 81.33 P 0.96 (been back to a classic Maya site. I didn\325) 405.6 69.33 P 0.96 (t) 573.22 69.33 P 1.82 (know which side to believe. I threw the) 405.6 57.33 P FMENDPAGE %%EndPage: "21" 23 %%Page: "22" 23 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (22) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X -0.22 (sketch book back on her bed and ran out of) 36 731.33 P (the tent, my brain buzzing.) 36 719.33 T 1.15 (I took Chas aside that night, after din-) 46.8 707.05 P 0.85 (ner) 36 695.05 P 0.85 (. \322Don\325) 48.21 695.05 P 0.85 (t go out tonight.\323 I had wanted) 78.86 695.05 P 2.69 (to say more, but words collided in my) 36 683.05 P 2.85 (throat like boxcars. I wanted to say \322I) 36 671.05 P (care\323 or maybe more, but I couldn\325) 36 659.05 T (t.) 176.53 659.05 T -0.04 (She only gave me an odd look and went) 46.8 646.76 P (back to her tent.) 36 634.76 T 2.38 (She didn\325) 46.8 622.48 P 2.38 (t come back that night. W) 87.59 622.48 P 2.38 (e) 201.96 622.48 P -0.1 (discovered a breathing corpse in the morn-) 36 610.48 P 0.69 (ing, eyes rolled back into her head, a thin) 36 598.48 P 0.39 (line of drool on her cheek. The marvelous) 36 586.48 P 0.69 (light in her eyes gone, replaced by a dull,) 36 574.48 P 1.01 (\336lmy gray) 36 562.48 P 1.01 (, like a rock worn smooth by a) 77.73 562.48 P 2.05 (stream. Chas was gone. While everyone) 36 550.48 P 0.03 (else was buzzing about trying to \336gure out) 36 538.48 P 0.22 (what was wrong with her) 36 526.48 P 0.22 (, I found the jade) 137.52 526.48 P 0.16 (spine where she had dropped it. I wrapped) 36 514.48 P 1.62 (it in a handkerchief and stuf) 36 502.48 P 1.62 (fed it into a) 155.75 502.48 P (corner of her trunk.) 36 490.48 T 0.69 (The Guatemalans were going to send a) 46.8 478.19 P 1.05 (four) 36 466.19 P 1.05 (-wheel drive vehicle to come and get) 52.45 466.19 P 0.95 (Chas. It probably would take at least two) 36 454.19 P 0.9 (days, but I spent my time packing, trying) 36 442.19 P 0.77 (to keep my mind of) 36 430.19 P 0.77 (f the breathing corpse) 117.21 430.19 P -0.24 (in Chas\325) 36 418.19 P -0.24 (s tent. T) 68.8 418.19 P -0.24 (echnically) 100.09 418.19 P -0.24 (, there was noth-) 140.52 418.19 P 0.64 (ing wrong with her; just no brain activity) 36 406.19 P 0.64 (.) 203.9 406.19 P 2.77 (She breathed, and she swallowed when) 36 394.19 P 2.85 (stimulated, but her eyes didn\325) 36 382.19 P 2.85 (t react to) 165.74 382.19 P 0.27 (light, and they never moved. I told Fossey) 36 370.19 P 3.6 (that I\325d be shipping out with Chas- I) 36 358.19 P -0.09 (couldn\325) 36 346.19 P -0.09 (t take the stress. I was glad that she) 66.35 346.19 P 0.87 (hadn\325) 36 334.19 P 0.87 (t fought; I was in no shape to ar) 58.58 334.19 P 0.87 (gue) 191.97 334.19 P 1.98 (with her) 36 322.19 P 1.98 (. When the sun went down that) 70.46 322.19 P (day) 36 310.19 T (, I only had one more thing to do.) 49.78 310.19 T 2.44 (I gathered one of the sledgehammers) 46.8 297.9 P 0.23 (and my trowel. After searching around for) 36 285.9 P 2.29 (a few minutes I found a pair of beaten) 36 273.91 P 2.3 (leather gloves and a belt pouch. I went) 36 261.91 P 2.91 (back to Chas\325) 36 249.91 P 2.91 (s tent, and plundered her) 96.23 249.91 P 0.47 (green treasure, and took the thing out into) 36 237.91 P (the jungle.) 36 225.91 T 0.59 (The monkeys were in a fury that night,) 46.8 213.62 P -0.07 (screaming as if one of them had been mur-) 36 201.62 P 1.44 (dered, or sacri\336ced. I shuddered, hearing) 36 189.62 P 0.57 (the echoes of a dead man\325) 36 177.62 P 0.57 (s agony) 142.35 177.62 P 0.57 (. Maybe) 173.08 177.62 P (the Maya taught them to scream that way) 36 165.62 T (.) 200.51 165.62 T 2.29 (I found a \337at rock, and took out the) 46.8 153.33 P -0.08 (spine to look at it. It had a sharp tip, with a) 36 141.33 P 3.09 (slightly rougher edge at the other end.) 36 129.33 P 2.75 (Slowly) 36 117.33 P 2.75 (, deliberately) 63.67 117.33 P 2.75 (, I looked down the) 117.96 117.33 P 0.8 (hollow shaft, and saw a \336ne lace of carv-) 36 105.33 P -0.14 (ings on the surface I hadn\325) 36 93.33 P -0.14 (t noticed before.) 141.45 93.33 P 4.2 (It was slippery smooth, and I almost) 36 81.33 P 0.09 (dropped it as I turned it over in the unfeel-) 36 69.33 P (ing gloves.) 36 57.33 T 220.8 54 391.2 738 R 7 X V 0 X 1.86 (Curiosity satis\336ed, I put it on the \337at) 231.6 731.33 P 1.38 (rock. It sort of gleamed as it sat there, a) 220.8 719.33 P -0.24 (small instrument of death, a gateway to the) 220.8 707.33 P 1.49 (past. The only piece of real magic I had) 220.8 695.33 P -0.19 (ever known. I sat next to it for several long) 220.8 683.33 P 0.5 (minutes, tempted to rip of) 220.8 671.33 P 0.5 (f the gloves and) 326.15 671.33 P 0.79 (be transported to the past, perhaps to \336nd) 220.8 659.33 P 3.59 (Chas there. I took of) 220.8 647.33 P 3.59 (f the gloves and) 316.86 647.33 P (reached for it, then checked myself.) 220.8 635.33 T 0.44 (Suddenly resolute, I stood, and brought) 231.6 623.33 P 2.07 (the sledge down. The spine pulsed with) 220.8 611.33 P 0.72 (ener) 220.8 599.33 P 0.72 (gy an instant before impact, then tiny) 237.82 599.33 P 2.12 (pieces of green squirted out from under) 220.8 587.33 P 2.8 (the sledge. I didn\325) 220.8 575.33 P 2.8 (t believe what I had) 301.18 575.33 P 4.88 (done for an instant. Ripping of) 220.8 563.33 P 4.88 (f my) 367.72 563.33 P -0.13 (gloves, I knelt by the rock and put my bare) 220.8 551.33 P 1.86 (\337esh on the mashed green spot that had) 220.8 539.33 P 2.41 (been the spine. For a second, tiny jolts) 220.8 527.33 P 0.79 (tickled my \336ngers, like static from a tele-) 220.8 515.33 P -0.22 (vision. Then nothing. I sat with my head in) 220.8 503.33 P 0.74 (my hands, tears streaming down my face,) 220.8 491.33 P 0.7 (but my sobs were lost to the howls of the) 220.8 479.33 P (monkeys.) 220.8 467.33 T 405.6 54 576 738 R 7 X V 405.6 54 576 162 R V 0 F 0 X 1.66 (John Goodrich was born in New Hamp-) 405.6 155.33 P 0.86 (shir) 405.6 143 P 0.86 (e in 1969, and r) 420.78 143 P 0.86 (eturned ther) 487.44 143 P 0.86 (e in 1988) 537.07 143 P 0.84 (to go to college. He is curr) 405.6 130.67 P 0.84 (ently a gradu-) 517.69 130.67 P 1.38 (ate student at New Mexico State Univer-) 405.6 118.33 P 1.18 (sity) 405.6 106 P 1.18 (, studying to be a high school english) 418.93 106 P 2.35 (teacher) 405.6 93.67 P 2.35 (. He obviously has far too much) 434.46 93.67 P (time on his hands.) 405.6 81.33 T (jgoodric@nmsu.edu) 450.25 57.33 T FMENDPAGE %%EndPage: "22" 24 %%Page: "23" 24 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (Decembert 1992) 516.35 751 T 36 35 576 45 R 7 X V 0 X (23) 301.51 39 T 36 621 396 738 R 7 X V 326.4 189 470.4 315 R V 326.38 324 470.38 324 2 L 0.5 H 2 Z 0 X N 326.38 180 470.38 180 2 L N 36 54 206.4 486 R 7 X V 1 18 Q 0 X (Chapter 4) 85.97 474 T 1 14 Q (Monday) 97.88 444 T 1 12 Q (Logos Who?) 90.39 418.67 T 1 18 Q 0.23 (T) 36 393.33 P 1 10 Q 0.13 (his morning I\325m not in the least freaked) 46.99 393.33 P 1.58 (by anything. It seemed like we got back) 36 381.33 P 3.97 (around sunrise, but I\325m not certain. I) 36 369.33 P 0.27 (regret still being Primitive enough to need) 36 357.33 P 0.89 (my sleep, and when I wake up, there is a) 36 345.33 P 0.82 (120 pound German Shepherd lying in the) 36 333.33 P 0.67 (bed between Pearl E. Mae and me. Bullet) 36 321.33 P 1.35 (looks at me, puts his nose under my pil-) 36 309.33 P 0.18 (low) 36 297.33 P 0.18 (, and attempts to beat me to death with) 50.34 297.33 P 0.93 (his wagging tail. He knows that he is not) 36 285.33 P 1.94 (supposed to be in the bed, and Pearl E.) 36 273.33 P 0.62 (Mae giggles as turns and licks her face in) 36 261.33 P 0.17 (an attempt to gain her approval. She is sit-) 36 249.33 P 1.66 (ting by the side of the bed observing us) 36 237.33 P 1.6 (and waiting for someone\325) 36 225.33 P 1.6 (s permission to) 142.67 225.33 P 0.58 (jump up on the bed. I slide out of the bed) 36 213.33 P 0.63 (onto the \337oor and hug She-Ra, whose tail) 36 201.33 P 0.15 (is now wagging with pleasure. She is such) 36 189.33 P 2.59 (a joy) 36 177.33 P 2.59 (, compact and tough, but soft and) 57.64 177.33 P 0.25 (gentle, and she has done over a year and a) 36 165.33 P 2.88 (half of unpaid baby-sitting with Bullet,) 36 153.33 P 0.4 (whom she has raised to be a soft and gen-) 36 141.33 P 0.22 (tle dog despite his lar) 36 129.33 P 0.22 (ge economy size and) 122.2 129.33 P 1.55 (his ferocious demeanor) 36 117.33 P 1.55 (. Her good nature) 131.81 117.33 P 0.83 (extends to the way that she tolerates Bul-) 36 105.33 P 1.57 (let\325) 36 93.33 P 1.57 (s nose and his massive presence jeal-) 48.77 93.33 P 1.49 (ously intruding into the intimacy She-Ra) 36 81.33 P -0.09 (and I are having. When I pet one, the other) 36 69.33 P 1.5 (demands it. She-Ra, Bullet, and I all get) 36 57.33 P 220.8 338 391.2 612 R 7 X V 0 X 0.52 (tied up in a pile of paws, arms, tails, legs,) 220.8 605.33 P 2.22 (three heads, and two sets of very sharp) 220.8 593.33 P 0.04 (teeth. All three of us are making growling,) 220.8 581.33 P 1.88 (grunting sounds. The only problem with) 220.8 569.33 P -0.07 (being a \322member of the pack\323 is that occa-) 220.8 557.33 P 1.2 (sionally the four) 220.8 545.33 P 1.2 (-legged members bite on) 288.51 545.33 P 1.8 (me in the same way they chew on each) 220.8 533.33 P -0.19 (other) 220.8 521.33 P -0.19 (, and I have to quickly withdraw from) 240.94 521.33 P -0.04 (the pretend fracas because my skin is liter-) 220.8 509.33 P 1.7 (ally not thick enough. Pearl E. Mae and) 220.8 497.33 P 3.38 (my other Eternal room mates gathered) 220.8 485.33 P 1.45 (around the pile of L) 220.8 473.33 P 1.45 (yle plus dogs on the) 305.44 473.33 P 0.47 (\337oor) 220.8 461.33 P 0.47 (. They had never observed any of my) 239.13 461.33 P 3.46 (special communication with Bullet and) 220.8 449.33 P 0.57 (She-Ra. T) 220.8 437.33 P 0.57 (o me it was just part of an ordi-) 261.2 437.33 P 0.53 (nary day) 220.8 425.33 P 0.53 (. As I wiped some dog spittle out) 255.37 425.33 P 1.35 (of my eye, I noticed that both Quail and) 220.8 413.33 P 1.19 (Pearl E. Mae were smiling and crying as) 220.8 401.33 P 0.55 (they watched us on the \337oor) 220.8 389.33 P 0.55 (. They under-) 335.98 389.33 P 3.04 (stood that some Primitives are evolved) 220.8 377.33 P 1.16 (enough to really communicate with other) 220.8 365.33 P 0.74 (species in the universal languages of love) 220.8 353.33 P 0.52 (and play) 220.8 341.33 P 0.52 (. Quail explained that my playing) 254.81 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 18.07 (with the dogs) 220.8 328.33 P 1.41 (reminded her of what) 220.8 316.26 P 4.56 (her last aquatic life) 220.8 304.18 P 3.07 (form valued most in) 220.8 292.1 P 0.86 (existence \321 the same) 220.8 280.03 P 5.35 (free-spirited gambol-) 220.8 267.95 P 3.81 (ing with a powerful) 220.8 255.87 P 2.15 (sense of comfort and) 220.8 243.79 P 3.3 (safety) 220.8 231.72 P 3.3 (. Pearl E. Mae) 244.02 231.72 P 0.67 (scooted over to where) 220.8 219.64 P 0.54 (I was on the \337oor) 220.8 207.56 P 0.54 (, put) 292.49 207.56 P 2.62 (her arms around me,) 220.8 195.49 P 0.99 (and kissed the side of) 220.8 183.41 P 2.8 (my face. She moved) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 1.38 (her wet eyelids against my face and told) 220.8 158.33 P 1.63 (me she was very glad that the I.S.I. had) 220.8 145.71 P 1.75 (sent her here to be in the DR T) 220.8 133.08 P 1.75 (OMOR-) 357.89 133.08 P 1.1 (ROW project. Both dogs lay on the \337oor) 220.8 120.46 P 1.57 (next to us, and I had one of those brief,) 220.8 107.83 P 5.27 (momentary feelings of intense happi-) 220.8 95.21 P 0.88 (ness...the kind of spontaneous peak expe-) 220.8 82.58 P 0.83 (rience that you always remember in great) 220.8 69.96 P -0.16 (detail when looking back. It seemed at that) 220.8 57.33 P 405 338 575.4 738 R 7 X V 0 X 0.59 (moment that all the forces of the universe) 405 731.33 P 1.07 (were in harmony and that there was very) 405 719.33 P -0.06 (little more I could hope for) 405 707.33 P -0.06 (. A far out Eter-) 512.1 707.33 P 0.2 (nal old lady) 405 695.33 P 0.2 (, two beautiful dogs, \336ve other) 451.95 695.33 P 3.68 (new friends, and a recently-overhauled) 405 683.33 P (mind and body) 405 671.33 T (.) 464.32 671.33 T 5.13 (What a naive attitude. Considering) 415.8 656.33 P 0.51 (everything that I had just been exposed to) 405 644.33 P 3.17 (over the past few days, I should have) 405 632.33 P 12.97 (known better) 405 620.33 P 12.97 (. What about my) 469.88 620.33 P 1.38 (megastepped mind? Why did I not sense) 405 608.33 P 0.5 (or see that it was about to hit the fan with) 405 596.33 P 1.94 (all the ugliness of the universe? I guess) 405 584.33 P 0.05 (even megastepped Eternals are human and) 405 572.33 P -0.1 (have their \337aws. For me, it was a matter of) 405 560.33 P 1.57 (the newness \321 new friends, new music,) 405 548.33 P 1.11 (new old lady) 405 536.33 P 1.11 (, and new philosophy) 458.2 536.33 P 1.11 (. W) 546.38 536.33 P 1.11 (ith-) 561.52 536.33 P 0.87 (out warning, the teachings of the Masters) 405 524.33 P 3.74 (were suddenly being externalized right) 405 512.33 P 2.18 (before my eyes and it was everything I) 405 500.33 P 0.12 (could do just to keep up. It almost felt like) 405 488.33 P -0.08 (jet lag, with a vague combination of weak-) 405 476.33 P 0.33 (ness, headache, and disorientation. All the) 405 464.33 P 2.05 (previous study) 405 452.33 P 2.05 (, meditation, psychedelics,) 464.98 452.33 P 1.32 (music, and generally righteous living did) 405 440.33 P -0.03 (not equip me for what was to follow) 405 428.33 P -0.03 (. W) 549.31 428.33 P -0.03 (ell,) 562.91 428.33 P 1.3 (of course that was true! Why else would) 405 416.33 P 0.61 (the megastepping have been necessary? It) 405 404.33 P 2.72 (felt like everything was going too fast.) 405 392.33 P 0.28 (And what was the reason? Why was all of) 405 380.33 P (this happening? W) 405 368.33 T (as all of this for real?) 479.15 368.33 T 0.4 (And I wasn\325) 415.8 353.33 P 0.4 (t too sure how much of the) 465.83 353.33 P 7.07 (disorientation was coming from the) 405 341.33 P 486 168 576 335 R 7 X V 0 X 6.46 (megastepping proce-) 486 328.33 P 6.6 (dure. Of course, I) 486 316.26 P 1.98 (really appreciated the) 486 304.18 P 2.81 (numerous changes in) 486 292.1 P 8.54 (my physical body) 486 280.03 P 8.54 (.) 573.5 280.03 P 10.95 (Who wouldn\325) 486 267.95 P 10.95 (t? I) 552.01 267.95 P 2.24 (loved Pearl E. Mae\325) 486 255.87 P 2.24 (s) 572.11 255.87 P 1.16 (near) 486 243.79 P 1.16 (-perfect body) 503 243.79 P 1.16 (, but) 557.07 243.79 P 13.08 (mine was pretty) 486 231.72 P 3.26 (much the same, too.) 486 219.64 P 1.22 (My opinion about the) 486 207.56 P 3.07 (changes in my mind) 486 195.49 P 2.93 (was not clear: I had) 486 183.41 P 3.54 (mixed feelings. It is) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 1.57 (much easier to) 405.6 158.33 P 0 F 1.57 (see) 471.09 158.33 P 1 F 1.57 ( what your abdominal) 483.85 158.33 P 0.86 (wall looks like, but how do you visualize) 405.6 145.71 P 0.28 (your memories? I can understand that cer-) 405.6 133.08 P 0.41 (tain syner) 405.6 120.46 P 0.41 (gisms are possible during Mind-) 444.97 120.46 P 0.2 (Link/HeartLight, but you are experiencing) 405.6 107.83 P 2.29 (the ef) 405.6 95.21 P 2.29 (fect of seven minds. When Mind-) 430.19 95.21 P 1.99 (Link/HeartLight is over) 405.6 82.58 P 1.99 (, I don\325) 504.11 82.58 P 1.99 (t have as) 537.05 82.58 P 0.09 (much con\336dence and belief in my individ-) 405.6 69.96 P 2.68 (ual mind, I guess. Before becoming an) 405.6 57.33 P 36 621 396 729 R 7 X V 1 36 Q 0 X (D) 98.53 709 T 1 30 Q (R) 124.52 709 T 1 36 Q (T) 152.03 709 T 1 30 Q (OMORROW) 173.48 709 T 1 18 Q (by Marshall F) 139.26 680 T (.) 238.77 680 T (Gilula) 247.76 680 T (Part 4 of 5) 178.27 655 T 1 9 Q (Copyright \251 1991) 183.12 636 T 326.4 195 470.4 306 R 7 X V 1 14 Q 0 X (W) 326.4 296.67 T (ithout warning, the) 339.05 296.67 T (teachings of the Masters) 326.4 280.67 T (were suddenly being) 326.4 264.67 T (externalized right before) 326.4 248.67 T -0.34 (my eyes and it was every-) 326.4 232.67 P (thing I could do just to) 326.4 216.67 T (keep up.) 326.4 200.67 T FMENDPAGE %%EndPage: "23" 25 %%Page: "24" 25 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (24) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 0.04 (Eternal, I never spent much time question-) 36 731.33 P 2.81 (ing my own mind. Not that meditation) 36 719.33 P 0.81 (doesn\325) 36 707.33 P 0.81 (t involve the mind, but what I usu-) 62.47 707.33 P -0.2 (ally have done in meditation requires that I) 36 695.33 P -0.11 (still my mind, not explore all its nooks and) 36 683.33 P 2.16 (crannies. And since the megastepping, I) 36 671.33 P 1.85 (only know that my mind hooks up with) 36 659.33 P 6.37 (others very easily during MindLink/) 36 647.33 P 3.99 (HeartLight. My mind appears to have) 36 635.33 P 0.12 (many more nooks and crannies than I ever) 36 623.33 P 1.97 (imagined. Other than this, I really don\325) 36 611.33 P 1.97 (t) 203.62 611.33 P (know) 36 599.33 T (.) 57.56 599.33 T 0.69 (The door bell begins ringing its \322Close) 46.8 587.17 P 2.72 (Encounters\323 melody) 36 575.17 P 2.72 (. She-Ra and Bullet) 119.96 575.17 P 0.75 (both run across the apartment to the front) 36 563.17 P 0.41 (door) 36 551.17 P 0.41 (, but neither one is barking. Sure sign) 53.92 551.17 P (that it\325) 36 539.17 T (s either Julian or Gabriella.) 61.83 539.17 T 0.1 (And it is Julian with a lit W) 46.8 527 P 0.1 (inston and a) 157.89 527 P 1.55 (lar) 36 515 P 1.55 (ge rolled splif) 46.36 515 P 1.55 (f behind his left ear) 104.81 515 P 1.55 (. He) 188.2 515 P 3.35 (absentmindedly hands me the W) 36 503 P 3.35 (inston,) 179.46 503 P 1.35 (and I hand it back to him. Julian is very) 36 491 P 2.01 (cool. He pretends that he doesn\325) 36 479 P 2.01 (t notice) 174.68 479 P -0.18 (my quick return of the cigarette, walks in a) 36 467 P -0.18 (bit stif) 36 455 P -0.18 (\337y) 61.46 455 P -0.18 (, and sits down on the couch. Bul-) 71.37 455 P 0.91 (let immediately gets up on the couch and) 36 443 P 0.9 (tries to put his massive head into Julian\325) 36 431 P 0.9 (s) 202.51 431 P 0.15 (lap. This blows Julian\325) 36 419 P 0.15 (s cool because he is) 126.97 419 P (a sucker for dogs too.) 36 407 T 1.79 (\322Bullet, get of) 46.8 394.83 P 1.79 (f me. I need to put my) 107.11 394.83 P 0.85 (head in your lap! Maybe you ain\325) 36 382.83 P 0.85 (t seeing) 174.73 382.83 P (ghosts.\323) 36 370.83 T 3.61 (\322Julian, that dog loves you whether) 46.8 358.67 P (you\325re seeing ghosts or not.\323) 36 346.67 T 0.24 (\322Hey) 46.8 334.5 P 0.24 (, L) 67.24 334.5 P 0.24 (yle, mon.... Gabriella\325) 78.03 334.5 P 0.24 (s ghost be) 165.95 334.5 P (messing with me mind big time.\323) 36 322.5 T (\322Gabriella\325) 46.8 310.33 T (s what?\323) 91.21 310.33 T 1.99 (\322Her ghost be irritating me, mon. No) 46.8 298.17 P 1.02 (matter what or how much I hit the splif) 36 286.17 P 1.02 (f,) 200.57 286.17 P (her spirit still be there talking to me.\323) 36 274.17 T 3.83 (\322Julian, are you being straight with) 46.8 262 P (me?\323) 36 250 T 0.71 (\322L) 46.8 237.83 P 0.71 (yle, mon, me be as straight as possi-) 56.79 237.83 P 0.17 (ble. It be Gabriella because I know her for) 36 225.83 P 4.37 (sure. Y) 36 213.83 P 4.37 (ou remember that I know her) 68.24 213.83 P 2.37 (before you, mon. W) 36 201.83 P 2.37 (e go back to King-) 122.53 201.83 P (ston.\323) 36 189.83 T 2.44 (\322Why are you irritated by someone\325) 46.8 177.67 P 2.44 (s) 202.51 177.67 P 1.66 (spirit? If it\325) 36 165.67 P 1.66 (s Gabriella spirit, why is she) 84.29 165.67 P (hassling you?\323) 36 153.67 T 0.36 (\322I say irritate, mon. I mean irritate. She) 46.8 141.5 P 1.7 (be telling me foolishness. She be saying) 36 129.5 P 0.79 (W) 36 117.5 P 0.79 (atch out for L) 44.63 117.5 P 0.79 (yle like you be bad, mon.) 101.13 117.5 P 0.83 (Like maybe you be killin\325 or hurtin\325 peo-) 36 105.5 P 0.31 (ple. She look like maybe she have the bad) 36 93.5 P 0.93 (spirits with her) 36 81.5 P 0.93 (. Say you be with the Evil) 97.28 81.5 P (and Bad side.\323) 36 69.5 T 0.23 (\322Gabriella never believed in any of that) 46.8 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (stuf) 220.8 731.33 T (f.\323) 235.61 731.33 T 1.94 (Which is the truth. Gabriella shunned) 231.6 719.05 P 3.42 (psychics and astrologers generally) 220.8 707.05 P 3.42 (. She) 367.79 707.05 P 0.12 (felt that such people took advantage of the) 220.8 695.05 P 2.63 (poor and the ignorant. She would even) 220.8 683.05 P 3.93 (point out examples of the well-heeled) 220.8 671.05 P 0 (socialites pictured on video with their own) 220.8 659.05 P 2.6 (seances and proclaim that the socialites) 220.8 647.05 P 0.83 (were poor and ignorant also because they) 220.8 635.05 P 1.98 (believed in such things. And Julian was) 220.8 623.05 P 1.94 (conveying messages he feels came from) 220.8 611.05 P 0.41 (Gabriella now in the thick of things in the) 220.8 599.05 P 0.5 (spirit world which she maligned so much.) 220.8 587.05 P 0.81 (Julian put out the W) 220.8 575.05 P 0.81 (inston in the ash tray) 304.69 575.05 P 0.02 (and \336red up the lovingly rolled splif) 220.8 563.05 P 0.02 (f. Bul-) 365.09 563.05 P 0.62 (let left his place on the couch and padded) 220.8 551.05 P 0.21 (over to the other side of the room to avoid) 220.8 539.05 P 0.17 (the billowing clouds of smoke from Julian) 220.8 527.05 P 1.63 (and the splif) 220.8 515.05 P 1.63 (f. Julian passed the splif) 273.3 515.05 P 1.63 (f to) 375.97 515.05 P 0.61 (me. I held it for a moment and, in a prac-) 220.8 503.05 P 1.94 (ticed gesture, passed it back to him. He) 220.8 491.05 P 2.15 (seemed to ignore that I wasn\325) 220.8 479.05 P 2.15 (t smoking) 349.34 479.05 P 0.67 (because he didn\325) 220.8 467.05 P 0.67 (t comment on it. Instead,) 289.13 467.05 P 0.38 (he took a few deep tokes, and then passed) 220.8 455.05 P 0.17 (the splif) 220.8 443.05 P 0.17 (f to Pearl E. Mae, who also held it) 253.27 443.05 P 2.61 (brie\337y and then passed it back to him.) 220.8 431.05 P 1.07 (There was a moment of tension as Julian) 220.8 419.05 P 0.43 (consciously decided to just hang on to the) 220.8 407.05 P (splif) 220.8 395.05 T (f himself. He continued:) 238.39 395.05 T 3.05 (\322Gabriella, she say I must save you) 231.6 382.76 P 1.03 (from those who are Evil. She sound very) 220.8 370.76 P 0.16 (scary to me. I don\325) 220.8 358.76 P 0.16 (t know how she knows,) 296.46 358.76 P 2.49 (but she say to watch out for your new) 220.8 346.76 P 1 (group. \324Be crazy) 220.8 334.76 P 1 (, but that\325) 289.03 334.76 P 1 (s all. No more.) 329.07 334.76 P 0.17 (Just that. Now maybe you feel like not me) 220.8 322.76 P (bro....\323) 220.8 310.76 T 0.09 (\322Hey) 231.6 298.48 P 0.09 (, man...don\325) 252.04 298.48 P 0.09 (t be silly! How can the) 299.97 298.48 P -0.2 (best drummer in Coconut Grove not be my) 220.8 286.48 P 4.03 (bro? And all the deep stuf) 220.8 274.48 P 4.03 (f we been) 344.3 274.48 P 1.84 (through? Maybe Gabriella didn\325) 220.8 262.48 P 1.84 (t believe) 355.22 262.48 P 0.15 (in spirits, but I do. I\325m sorry that her spirit) 220.8 250.48 P 4.11 (is causing you so much pain. Maybe) 220.8 238.48 P 3.17 (you\325re worried that I didn\325) 220.8 226.48 P 3.17 (t know you) 339.88 226.48 P 4.49 (were married to Gabriella in Jamaica) 220.8 214.48 P (when you both lived in Kingston.\323) 220.8 202.48 T 1.73 (Julian became very pale, because evi-) 231.6 190.19 P 1.22 (dently I had hit upon something that had) 220.8 178.19 P 0.59 (been a secret. Just after the words left my) 220.8 166.19 P 0.47 (mouth, I realized that there was no reason) 220.8 154.19 P -0.18 (for me to know this information, if, in fact,) 220.8 142.19 P 0.14 (it were true. But I just didn\325) 220.8 130.19 P 0.14 (t know why or) 332.77 130.19 P 2.08 (how the knowledge came to me. Some-) 220.8 118.19 P (how) 220.8 106.19 T (, I had access to this information) 237.36 106.19 T (\322How you know this, mon?\323) 231.6 93.91 T 0.83 (\322I don\325) 231.6 81.62 P 0.83 (t know) 260.83 81.62 P 0.83 (, Julian. It just came into) 288.5 81.62 P (my mind.\323) 220.8 69.62 T -0.08 (\322W) 231.6 57.33 P -0.08 (ell it be true. Blow me away because) 244.67 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.49 (I never tell you. I never tell no people not) 405.6 731.33 P (Jamaican. How you know) 405.6 719.33 T (, mon?\323) 508.76 719.33 T 5.64 (\322Julian, maybe it\325) 416.4 706.7 P 5.64 (s a part of my) 498.47 706.7 P (megastepped mind.\323) 405.6 694.7 T (\322Mega-who?\323) 416.4 682.06 T 1.6 (\322Megastepped means what the electri-) 416.4 669.42 P 4.12 (cal nuclear dischar) 405.6 657.42 P 4.12 (ge did to me. Y) 488.6 657.42 P 4.12 (ou) 566.01 657.42 P 0.99 (remember) 405.6 645.42 P 0.99 (. I already told you all about it,) 445.57 645.42 P 3.02 (and you saw the changes in my body) 405.6 633.42 P 3.02 (,) 573.5 633.42 P (immediately) 405.6 621.42 T (.\323) 454.92 621.42 T 2.71 (\322Sure, sure. Y) 416.4 608.79 P 2.71 (our body look like for) 477.44 608.79 P 0.65 (sure Man of God in Babylon. So why not) 405.6 596.79 P (same thing with your mind.\323) 405.6 584.79 T 0 (\322So you understand. The mind has been) 416.4 572.15 P 6.45 (transformed too. More sensitive and) 405.6 560.15 P 0.6 (maybe more powerful. Because you and I) 405.6 548.15 P 2.93 (are close already) 405.6 536.15 P 2.93 (, I\325m just much better) 477.96 536.15 P 0.04 (now at getting into your vibration. Picking) 405.6 524.15 P 0.46 (up information about you and Gabriella is) 405.6 512.15 P 1.6 (probably a very simple demonstration of) 405.6 500.15 P 0 (the transformations that my mind has been) 405.6 488.15 P (going through.\323) 405.6 476.15 T 0.02 (\322Y) 416.4 463.52 P 0.02 (ou not be working for the Darkside. I) 427.05 463.52 P 0.6 (don\325) 405.6 451.52 P 0.6 (t feel it. If you were, I know I feel it.) 423.74 451.52 P 0.35 (But why Gabriella say so much about you) 405.6 439.52 P (in danger and you work for Evil.\323) 405.6 427.52 T 0.35 (\322I don\325) 416.4 414.88 P 0.35 (t know) 445.16 414.88 P 0.35 (, Julian. The truth is what) 472.35 414.88 P 0.79 (I have told you. My understanding is that) 405.6 402.88 P 1.29 (we Eternals are de\336nitely on God\325) 405.6 390.88 P 1.29 (s team) 548.89 390.88 P 0.17 (and working for the good side. If the Eter-) 405.6 378.88 P 2.57 (nals and the Guardians all believe in a) 405.6 366.88 P 1.31 (Supreme Being, and manifest themselves) 405.6 354.88 P 1.1 (on the physical plane in light, how could) 405.6 342.88 P 0.56 (you consider any other possibility) 405.6 330.88 P 0.56 (. Beings) 542.67 330.88 P 0.27 (from the Forces of Darkness cannot mani-) 405.6 318.88 P 3.88 (fest themselves on the physical plane,) 405.6 306.88 P 2.86 (although they can af) 405.6 294.88 P 2.86 (fect physical plane) 495.33 294.88 P (events.\323) 405.6 282.88 T 1.54 (\322Heavy) 416.4 270.24 P 1.54 (, mon. Maybe me mind not be) 446.27 270.24 P (ready for all of this.\323) 405.6 258.24 T 0.79 (\322Don\325) 416.4 245.61 P 0.79 (t take it in all at once. Y) 441.2 245.61 P 0.79 (ou don\325) 541.79 245.61 P 0.79 (t) 573.22 245.61 P 0.29 (have to believe any of it if you don\325) 405.6 233.61 P 0.29 (t want) 551 233.61 P (to.\323) 405.6 221.61 T -0.06 (\322O.K., mon. But I want to tell you that I) 416.4 208.97 P 2.54 (been with Gabriella this week, and last) 405.6 196.97 P 2.42 (week, too. I did not want to screw my) 405.6 184.97 P 1.05 (brother) 405.6 172.97 P 1.05 (\325) 434.83 172.97 P 1.05 (s woman, but I had a very strong) 437.61 172.97 P 7.22 (feeling about never see her again.) 405.6 160.97 P 1.01 (Couldn\325) 405.6 148.97 P 1.01 (t help myself, mon. And I used a) 438.18 148.97 P (rubber) 405.6 136.97 T (, both times, too.\323) 431.29 136.97 T 405.6 112 576 131 C 405.6 112 576 131 R 7 X 0 K V 450.3 122.5 531.3 122.5 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 0.31 (Julian hung out with us that morning in) 416.4 105.33 P 6.7 (the duplex. W) 405.6 93.33 P 6.7 (e did our MindLink/) 474.55 93.33 P 2.49 (HeartLight and let him sit in the circle) 405.6 81.33 P 0.92 (with us. As a Rastafarian person, medita-) 405.6 69.33 P 2.61 (tion was nothing new to him. He even) 405.6 57.33 P FMENDPAGE %%EndPage: "24" 26 %%Page: "25" 26 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (25) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 2.16 (went along with eyes-closed format and) 36 731.33 P -0.05 (afterwards claimed he received a profound) 36 719.33 P 2.93 (healing. He teared, spoke with obvious) 36 707.33 P 5.98 (lump in his throat, and emotionally) 36 695.33 P 0.03 (hugged each of us in turn. After letting the) 36 683.33 P 2.41 (dogs out into the fenced yard and pool) 36 671.33 P 1.42 (area, we closed up the apartment and all) 36 659.33 P 0.28 (went down to the Peacock Cafe for break-) 36 647.33 P 0.47 (fast. That is to say) 36 635.33 P 0.47 (, Julian and I ate break-) 110.24 635.33 P 3.33 (fast and the rest of us sipped on diet) 36 623.33 P (uncola.) 36 611.33 T 0.31 (So when we got back to the duplex and) 46.8 598.33 P 0.48 (found the dogs dead, it was a stark, sadis-) 36 586.33 P 1.71 (tic shock. Both Shepherds were \337oating,) 36 574.33 P 1.58 (limp in the pool. Reality had just ripped) 36 562.33 P 1.77 (the screen out from under me. I felt the) 36 550.33 P 1.58 (universe crumbling in on me. It was not) 36 538.33 P -0.21 (possible for both my dogs to be taken from) 36 526.33 P 0.77 (me. At the same time. Bullet wasn\325) 36 514.33 P 0.77 (t even) 181.48 514.33 P 3.05 (full grown. They could not be dead. I) 36 502.33 P 4.04 (turned on Bruce\325) 36 490.33 P 4.04 (s GSR translator and) 111.26 490.33 P 1.03 (speaker) 36 478.33 P 1.03 (. The or) 65.97 478.33 P 1.03 (ganic security system was) 99.22 478.33 P 6.31 (fairly speci\336c. According to Bruce\325) 36 466.33 P 6.31 (s) 202.51 466.33 P 1.51 (steady) 36 454.33 P 1.51 (, buzzing GSR response, there had) 60.89 454.33 P 0.12 (been no one there since we last left. It was) 36 442.33 P 3.18 (simply too much for me to assimilate.) 36 430.33 P 0.44 (Even with my megastepped vehicle. Grief) 36 418.33 P 3.22 (is grief, and there was no way to get) 36 406.33 P 2.66 (around it. Things became gloomier and) 36 394.33 P 1.08 (gloomier) 36 382.33 P 1.08 (, and I simply went mute. Julian) 71.69 382.33 P 1.34 (took over and called the animal hospital.) 36 370.33 P 2.13 (He told Dr) 36 358.33 P 2.13 (. Michaels that I was getting) 82.47 358.33 P 1.27 (ready to go of) 36 346.33 P 1.27 (f the deep end because we) 95.42 346.33 P 0.46 (had just discovered both of my Shepherds) 36 334.33 P 0.03 (\337oating dead in our pool. The vet from the) 36 322.33 P 2.46 (of) 36 310.33 P 2.46 (\336ce around the post of) 44.15 310.33 P 2.46 (\336ce came over) 143.2 310.33 P 0.63 (right after we called, checked out the ani-) 36 298.33 P 1.92 (mals, and then of) 36 286.33 P 1.92 (fered to have the dogs) 110.44 286.33 P -0.1 (cremated for us. He saw what he said were) 36 274.33 P 0.66 (classic \336ndings of cyanide poisoning, and) 36 262.33 P 0.46 (he drew blood specimens for later corrob-) 36 250.33 P 0.81 (oration. I appreciated his of) 36 238.33 P 0.81 (fer to cremate) 149.27 238.33 P -0.04 (She-Ra and Bullet, but refused. In a crack-) 36 226.33 P 0.74 (ing voice, I told him I would take care of) 36 214.33 P (their burials.) 36 202.33 T 3.38 (The vet was tired-looking. Even his) 46.8 189.33 P 0.16 (handle-bar mustache seemed to droop. W) 36 177.33 P 0.16 (e) 201.96 177.33 P 1.32 (forced him to take $100 from us as pay-) 36 165.33 P 2.53 (ment for the house call. As he left the) 36 153.33 P 0.21 (duplex, I felt myself start to lose it. I burst) 36 141.33 P 0.39 (into tears. The machinery ground to a halt) 36 129.33 P 2.91 (and I could only feel my pain for my) 36 117.33 P 1.15 (beloved shepherds. I could see both She-) 36 105.33 P 3.15 (Ra and Bullet alive and rough-housing) 36 93.33 P 1.99 (around the apartment. It was exquisitely) 36 81.33 P 2.01 (painful for me to look at either of their) 36 69.33 P 2.82 (corpses. When I walked over to where) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.95 (their stif) 220.8 731.33 P 0.95 (fening bodies were and sat down) 255.16 731.33 P -0.24 (and hugged both of them, something really) 220.8 719.3 P 0.52 (snapped inside me. It was fair for them to) 220.8 707.26 P 1.62 (be dead and I really didn\325) 220.8 695.23 P 1.62 (t know why it) 331.11 695.23 P 0.38 (should happen, either) 220.8 683.19 P 0.38 (. I sobbed uncontrol-) 306.78 683.19 P -0.14 (lably and felt great pain within my chest in) 220.8 671.15 P 0.41 (the heart space. As I continued to sob, the) 220.8 659.12 P 0.46 (pain in my chest became transformed into) 220.8 647.08 P 1 (a sensation of \336re, and then into a sensa-) 220.8 635.05 P -0.04 (tion of liquid \336re. My heart was \336lled with) 220.8 623.01 P 1.17 (liquid \336re. The common-sense objections) 220.8 610.98 P 1.78 (to having liquid \336re in one\325) 220.8 598.94 P 1.78 (s chest were) 338.8 598.94 P -0.1 (pushed from my consciousness in the grief) 220.8 586.9 P 0.78 (of the moment. The molten liquid gushed) 220.8 574.87 P 2.01 (out of my chest into the bodies of both) 220.8 562.83 P 3.43 (dogs. The gushing continued for some) 220.8 550.8 P 0 (moments, and then I realized that the Eter-) 220.8 538.76 P 4.48 (nals were all sitting around me. Our) 220.8 526.73 P 0.09 (HeartLight had turned on without my con-) 220.8 514.69 P 0.23 (scious awareness. I sat up, closed up eyes,) 220.8 502.65 P 8.32 (and entered the second MindLink/) 220.8 490.62 P 0.13 (HeartLight of the day) 220.8 478.58 P 0.13 (. Y) 306.87 478.58 P 0.13 (o-V) 318.22 478.58 P 0.13 (ah appeared to) 332.65 478.58 P 0.43 (us and asked what had transpired to cause) 220.8 466.55 P 0.04 (him to hear and record my subjective grief) 220.8 454.51 P 1.71 (and our collective distress. He was wor-) 220.8 442.48 P 1.86 (ried that it might have been some prob-) 220.8 430.44 P 0.05 (lems with dyssynchronisms because of the) 220.8 418.4 P 2.22 (megastepping. His face grew more con-) 220.8 406.37 P 2.4 (cerned when he heard about Bullet and) 220.8 394.33 P 2.52 (She-Ra. Y) 220.8 382.3 P 2.52 (o-V) 263.96 382.3 P 2.52 (ah said that the Forces of) 278.39 382.3 P 0.05 (Darkness had already begun their attempts) 220.8 370.26 P 1.08 (at intimidation by extracting life ener) 220.8 358.23 P 1.08 (gies) 375.1 358.23 P 2.38 (from our pets. He reminded us that we) 220.8 346.19 P -0.1 (would have no trouble reanimating them if) 220.8 334.15 P 0.87 (we hurried up about it. The challenges of) 220.8 322.12 P 1.02 (the problem, however) 220.8 310.08 P 1.02 (, would evoke from) 309.87 310.08 P 0.27 (us the requisite abilities. In fact, the liquid) 220.8 298.05 P 1.14 (\336re gush from my chest to the shepherds) 220.8 286.01 P 0.41 (was one of our \336rst signs of \322the requisite) 220.8 273.98 P 1.78 (abilities.\323 Y) 220.8 261.94 P 1.78 (o-V) 269.88 261.94 P 1.78 (ah of) 284.32 261.94 P 1.78 (\336cially invited us to) 306.17 261.94 P 0.35 (meet him at Kennedy Park that evening at) 220.8 249.91 P 1.14 (which time the Eternals would get a tour) 220.8 237.87 P 1.19 (of the saucer craft. He suggested that we) 220.8 225.83 P 2.26 (leave the dogs inside with Al when we) 220.8 213.8 P 2.46 (were gone, and he gave us a listing of) 220.8 201.76 P 2.31 (hexadecimal code that Al could use for) 220.8 189.73 P 1.27 (generating a randomly shifting pattern of) 220.8 177.69 P 2.1 (low volume dissonant tones. These tone) 220.8 165.66 P 1.87 (patterns could be used as a sonic net to) 220.8 153.62 P 3.32 (protect the Eternals from transtemporal) 220.8 141.58 P 2.97 (\336eld-induction linking. Like the linking) 220.8 129.55 P 2.63 (used by Forces of Darkness. This tran-) 220.8 117.51 P 3.96 (stemporal application of \336eld-induction) 220.8 105.48 P 0.83 (linking enables the Forces of Darkness to) 220.8 93.44 P 2.09 (parasitically drain the life ener) 220.8 81.41 P 2.09 (gies from) 351.08 81.41 P -0.14 (others who are in some way compromised.) 220.8 69.37 P 6.14 (As Y) 220.8 57.33 P 6.14 (o-V) 246.75 57.33 P 6.14 (ah\325) 261.19 57.33 P 6.14 (s image faded from our) 273.4 57.33 P 405.6 54 576 738 R 7 X V 0 X 2.1 (annealed One Mind, the group cohesion) 405.6 731.33 P 3.05 (swiftly lifted me out of my paralyzing) 405.6 719.33 P 2.61 (grief. The molten \336re in my chest was) 405.6 707.33 P 5.68 (transformed into blinding white light) 405.6 695.33 P 2.68 (which surrounded all of us and tempo-) 405.6 683.33 P 1.49 (rarily blocked out awareness of anything) 405.6 671.33 P 0.47 (other than the light. Although we were all) 405.6 659.33 P 3.38 (enclosed and protected within the One) 405.6 647.33 P -0.08 (Higher Mind of our MindLink/HeartLight,) 405.6 635.33 P 0.75 (we could still feel an overall \337ickering of) 405.6 623.33 P 0.23 (the light that happened two or three times.) 405.6 611.33 P 0.69 (I sensed that this interruption was a pur) 405.6 599.33 P 0.69 (g-) 567.67 599.33 P 2.05 (ing of FOD induction links. This was a) 405.6 587.33 P 2.08 (pur) 405.6 575.33 P 2.08 (ging of the FOD transtemporal \336eld-) 418.74 575.33 P 0.43 (induction links that had been going up for) 405.6 563.33 P 3.01 (the past few days. Our formation as a) 405.6 551.33 P 3.09 (group and as an I.S.I. project for sure) 405.6 539.33 P 1.45 (didn\325) 405.6 527.33 P 1.45 (t go unnoticed by the FOD. And in) 426.52 527.33 P 0.72 (clearing out whatever negative links were) 405.6 515.33 P 3.6 (responsible for the shepherds\325 physical) 405.6 503.33 P 0.42 (plane deaths, we had also made an ener) 405.6 491.33 P 0.42 (gy) 566.01 491.33 P 0.85 (connection to the Negative. A) 405.6 479.33 P 0.85 (wareness of) 527.7 479.33 P 1.38 (garbage is sometimes necessary before it) 405.6 467.33 P 0.13 (is possible to \337ush it or vent it, even on an) 405.6 455.33 P 2.22 (etheric, astral, or mental plane. Because) 405.6 443.33 P 1.03 (we were aware of the Negative, we Eter-) 405.6 431.33 P 0.27 (nals would have a more functional knowl-) 405.6 419.33 P 12.85 (edge of MindLink/HeartLight by) 405.6 407.33 P 2.95 (understanding FOD ener) 405.6 395.33 P 2.95 (gies as random) 510.14 395.33 P 2.49 (garbage to be carefully and assiduously) 405.6 383.33 P 0.79 (cleaned out on a regular basis. Like tooth) 405.6 371.33 P (brushing and \337ossing.) 405.6 359.33 T 3.3 (I was never so happy to get a wet) 416.4 345.33 P 0.95 (tongue in the face as when I came out of) 405.6 333.33 P 4.7 (MindLink/HeartLight this time. Bullet,) 405.6 321.33 P 0.51 (hair matted from his time in the pool, had) 405.6 309.33 P 1.1 (crawled into my lap, and was licking my) 405.6 297.33 P 1.73 (face. T) 405.6 285.33 P 1.73 (alk about roller coaster highs and) 434.38 285.33 P 0.41 (lows. Because She-Ra was still groggy on) 405.6 273.33 P 2.39 (the \337oor) 405.6 261.33 P 2.39 (, Pearl E. Mae brought out the) 441.18 261.33 P 0.28 (spheres and we Eternals focused our ener-) 405.6 249.33 P 1.47 (gies consciously on the small gray shep-) 405.6 237.33 P 1.22 (herd by using the spheres together in the) 405.6 225.33 P 1.13 (way that Y) 405.6 213.33 P 1.13 (o-V) 450.72 213.33 P 1.13 (ah taught us. Pearl E. Mae) 465.15 213.33 P 0.35 (had even given the eighth sphere to Julian) 405.6 201.33 P 0.83 (so that he could meditate on She-Ra with) 405.6 189.33 P 2.22 (us and maybe understand how we were) 405.6 177.33 P 1.42 (using the spheres. A small cloud of bril-) 405.6 165.33 P 1.43 (liant white light surrounded She-Ra. The) 405.6 153.33 P 1.31 (ener) 405.6 141.33 P 1.31 (gy cloud pulsated around She-Ra for) 422.62 141.33 P 0.93 (what seemed to be a long time. I thought) 405.6 129.33 P 0.92 (that our heart rates were all synchronized) 405.6 117.33 P -0.13 (into the pulsation rate of the brilliant white) 405.6 105.33 P 0.95 (light. At the moment that I perceived our) 405.6 93.33 P -0.11 (synchronized heart rates, She-Ra was back) 405.6 81.33 P 0.63 (up and in leaping good form. She jumped) 405.6 69.33 P 1.94 (up and down in the air several times to) 405.6 57.33 P FMENDPAGE %%EndPage: "25" 27 %%Page: "26" 27 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (26) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 1.27 (express her general joyousness at \336nding) 36 731.33 P 0.21 (all of us suddenly there. T) 36 719.33 P 0.21 (ail wagging, she) 140.74 719.33 P 2.03 (carefully went around to each person in) 36 707.33 P 0.9 (the group to let them know how glad she) 36 695.33 P 0.27 (was to be back. Julian, who had been cool) 36 683.33 P 0.17 (all the way through, was now the one who) 36 671.33 P 0.16 (was crying silently with the uncharacteris-) 36 659.33 P (tic tears staining his dashiki-shirt.) 36 647.33 T 36 617.5 206.4 636.5 C 36 617.5 206.4 636.5 R 7 X 0 K V 80.7 628 161.7 628 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 0 12 Q 0 X 0 K 1.58 (And I would r) 46.8 609.5 P 1.58 (eally like to know) 117.39 609.5 P 1.54 (why ther) 36 595.5 P 1.54 (e wer) 78.74 595.5 P 1.54 (e so many warnings) 106.16 595.5 P 3.79 (about the For) 36 581.5 P 3.79 (ces of Darkness. I) 109.1 581.5 P 3.38 (understand about what happened) 36 567.5 P 2.91 (with the dogs, at least about the) 36 553.5 P 1.9 (part wher) 36 539.5 P 1.9 (e we wer) 84.43 539.5 P 1.9 (e able to bring) 130.42 539.5 P 4.54 (them back. But that\325) 36 525.5 P 4.54 (s just good) 145.34 525.5 P 4.4 (Eternals and new and impr) 36 511.5 P 4.4 (oved) 183.76 511.5 P 3.65 (Medicine of the futur) 36 497.5 P 3.65 (e. How the) 147.46 497.5 P 0.94 (bad guys \050or the bad ener) 36 483.5 P 0.94 (gies\051 got) 163.82 483.5 P 3.29 (to my dogs I\325ll never know) 36 469.5 P 3.29 (. The) 179.12 469.5 P 4.51 (metal spher) 36 455.5 P 4.51 (es wer) 96.37 455.5 P 4.51 (e certainly an) 131.42 455.5 P 2.04 (unusual tool for Y) 36 441.5 P 2.04 (o-V) 127.32 441.5 P 2.04 (ah to gift us) 143.3 441.5 P 0.32 (with. The spher) 36 427.5 P 0.32 (es turn out to mani-) 110.5 427.5 P 3.57 (fest themselves at many differ) 36 413.5 P 3.57 (ent) 191.74 413.5 P 1.27 (levels of r) 36 399.5 P 1.27 (eality \321 on the physical) 85.4 399.5 P 1.58 (plane and on the astral plane, for) 36 385.5 P -0.29 (example. W) 36 371.5 P -0.29 (e wer) 90.55 371.5 P -0.29 (e given the spher) 116.13 371.5 P -0.29 (es) 196.41 371.5 P 0.05 (while all of us wer) 36 357.5 P 0.05 (e out of body) 124.37 357.5 P 0.05 (. W) 186.15 357.5 P 0.05 (e) 201.07 357.5 P 1.05 (then took the spher) 36 343.5 P 1.05 (es with us back) 130.3 343.5 P -0.29 (to the duplex while we wer) 36 329.5 P -0.29 (e still out) 162.34 329.5 P 1.23 (of body) 36 315.5 P 1.23 (. Then, after the MindLink/) 72.21 315.5 P 0.65 (HeartLight, we wer) 36 301.5 P 0.65 (e able to touch,) 130.49 301.5 P 1.39 (feel, and handle the metal spher) 36 287.5 P 1.39 (es) 196.41 287.5 P (at a physical plane level.) 36 273.5 T 4.53 (When Y) 46.8 254 P 4.53 (o-V) 87.2 254 P 4.53 (ah spoke of virtual) 103.19 254 P 4.41 (r) 36 240 P 4.41 (eality) 40.22 240 P 4.41 (, he r) 66.21 240 P 4.41 (eminded us that the) 99.57 240 P 5.52 (For) 36 226 P 5.52 (ces of Darkness wer) 53.55 226 P 5.52 (e much) 166.58 226 P 1.81 (mor) 36 212 P 1.81 (e powerful in the pr) 54.88 212 P 1.81 (ovinces of) 156.29 212 P 2.85 (virtual r) 36 198 P 2.85 (ealities. In a virtual uni-) 78.06 198 P 1.52 (verse, the FOD could run r) 36 184 P 1.52 (oughs-) 173.75 184 P 8.53 (hod in uncontr) 36 170 P 8.53 (ollable fashion.) 123.24 170 P 17.83 (T) 36 156 P 17.83 (err) 41.56 156 P 17.83 (or) 55.78 156 P 17.83 (, intimidation, apathy) 65.11 156 P 17.83 (,) 203.4 156 P 4.47 (destructiveness, and hatr) 36 142 P 4.47 (ed wer) 164.74 142 P 4.47 (e) 201.07 142 P 1.5 (all very possible and all ampli\336ed) 36 128 P 2.36 (as much as was allowed. But the) 36 114 P 2.77 (obverse could easily obtain. In a) 36 100 P 1.06 (virtual virtual universe, everything) 36 86 P 2.02 (was truly up for grabs. The FOD) 36 72 P 1.64 (was just as likely to be absolutely) 36 58 P 220.8 54 391.2 738 R 7 X V 0 X 3.63 (helpless in a virtual virtual uni-) 220.8 730 P 7.95 (verse, because the operational) 220.8 715.67 P 2.04 (rules wer) 220.8 701.33 P 2.04 (e so much mor) 267.37 701.33 P 2.04 (e obscur) 343.31 701.33 P 2.04 (e) 385.87 701.33 P 1.25 (and symbolic. The For) 220.8 687 P 1.25 (ces of Light) 332.72 687 P 0.79 (r) 220.8 672.67 P 0.79 (outinely patr) 225.02 672.67 P 0.79 (olled r) 287 672.67 P 0.79 (eality at multi-) 318.99 672.67 P 4.49 (ple levels. The saucer) 220.8 658.33 P 4.49 (craft trav-) 337.74 658.33 P 8.56 (elled just as well in virtual) 220.8 644 P -0.27 (universes as in physical plane her) 220.8 629.67 P -0.27 (e-) 381.88 629.67 P 2.53 (and-now universes. Patr) 220.8 615.33 P 2.53 (olling the) 343.02 615.33 P -0.23 (physical plane occupied most of the) 220.8 601 P -0.13 (FOL) 220.8 586.67 P -0.13 (\325) 243.01 586.67 P -0.13 (s attention, given the temporal) 245.46 586.67 P 0.88 (span that had to be cover) 220.8 572.33 P 0.88 (ed. Navi-) 346.35 572.33 P 4.12 (gating virtual universes posed a) 220.8 558 P 7.15 (sever) 220.8 543.67 P 7.15 (e mathematical conundrum) 245.66 543.67 P 2.37 (for any guidance system, so each) 220.8 529.33 P 14.69 (Guar) 220.8 515 P 14.69 (dian saucer) 245.67 515 P 14.69 (craft usually) 316.21 515 P 5.79 (comes equipped with a plasma) 220.8 500.67 P 1.85 (guidance system that does r) 220.8 486.33 P 1.85 (equir) 361 486.33 P 1.85 (e) 385.87 486.33 P -0.15 (a r) 220.8 472 P -0.15 (ocket scientist, or at least a good) 233.87 472 P (hacker to operate it.) 220.8 457.67 T 2.24 (I r) 231.6 437.67 P 2.24 (eally don\325) 245.06 437.67 P 2.24 (t know how to \336nd) 294.27 437.67 P 3.32 (the plasma guidance ar) 220.8 423.33 P 3.32 (ea in the) 343.25 423.33 P 2.94 (contr) 220.8 409 P 2.94 (ols. And I\325m not sur) 245.67 409 P 2.94 (e about) 352.61 409 P 3.3 (what is going to happen when I) 220.8 394.67 P 0.18 (pr) 220.8 380.33 P 0.18 (ess the various multicolor) 231.02 380.33 P 0.18 (ed con-) 355.39 380.33 P 6.75 (tact plates. The high-r) 220.8 366 P 6.75 (esolution) 347.22 366 P 2.21 (graphics look nearly thr) 220.8 351.67 P 2.21 (ee-dimen-) 343.25 351.67 P 3.73 (sional and have chr) 220.8 337.33 P 3.73 (omatic holo-) 326.5 337.33 P 2.57 (graphic patterns that ar) 220.8 323 P 2.57 (e visually) 343 323 P 5.56 (quite arr) 220.8 308.67 P 5.56 (esting and distract me) 268.23 308.67 P 0.23 (fr) 220.8 294.33 P 0.23 (om learning what their functional) 228.36 294.33 P (signi\336cance r) 220.8 280 T (eally is.) 285.31 280 T 220.8 249 391.2 268 C 220.8 249 391.2 268 R 7 X 0 K V 265.5 259.5 346.5 259.5 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 0.39 (Julian said that he was going home and) 231.6 242.33 P -0.04 (going to bed. That it had been much heavy) 220.8 230 P -0.13 (a day for him already) 220.8 217.67 P -0.13 (. W) 305.1 217.67 P -0.13 (e logged Julian on) 318.59 217.67 P 0.24 (to one of Al\325) 220.8 205.33 P 0.24 (s terminals, set up an account) 272.32 205.33 P -0.11 (for him in the Unix network, and gave him) 220.8 193 P -0.23 (a password and high-level access. Su-Shan) 220.8 180.67 P 0.83 (explained to Julian how he could get into) 220.8 168.33 P 0.28 (the apartment and inactivate the hexadeci-) 220.8 156 P 0.18 (mal tone generator by letting Al recognize) 220.8 143.67 P -0.03 (him. He always has had a key to my place,) 220.8 131.33 P 0.92 (and now he was concerned about helping) 220.8 119 P 1.73 (us see to it that the two shepherds were) 220.8 106.67 P 2.96 (safe. W) 220.8 94.33 P 2.96 (e told Julian that we would be) 253.49 94.33 P 2.95 (going out this evening and leaving the) 220.8 82 P 1.02 (dogs in with Al. W) 220.8 69.67 P 1.02 (e walked him outside,) 300.42 69.67 P (and he and I hugged.) 220.8 57.33 T 405.6 54 576 738 R 7 X V 405.6 719 576 738 C 405.6 719 576 738 R 7 X 0 K V 450.3 729.5 531.3 729.5 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K 0.41 (\322Y) 416.4 712.33 P 0.41 (ou be clean now) 427.05 712.33 P 0.41 (, mon. I know it. No) 492.87 712.33 P 2.59 (problem, mon. God be with you. T) 405.6 700.33 P 2.59 (ruly) 559.9 700.33 P 0.43 (sounds crazy) 405.6 688.33 P 0.43 (, with all the stuf) 457.28 688.33 P 0.43 (f that\325) 526.29 688.33 P 0.43 (s been) 550.31 688.33 P 2.93 (happening. But it feels all right in my) 405.6 676.33 P 0.07 (stomach, mon. Y) 405.6 664.33 P 0.07 (ou be O.K. Maybe Gabri-) 473.03 664.33 P -0.07 (ella\325) 405.6 652.33 P -0.07 (s spirit be telling me something dif) 422.81 652.33 P -0.07 (fer-) 561.58 652.33 P (ent than what I hear) 405.6 640.33 T (, now) 484.58 640.33 T (.\323) 506.14 640.33 T 0.39 (\322Thanks for telling me about Gabriella,) 416.4 628.33 P -0.18 (man. Both of us still love her) 405.6 616.33 P -0.18 (, and I\325m glad) 520.46 616.33 P 1.32 (we\325re straight on her) 405.6 604.33 P 1.32 (. Maybe Dr) 491.98 604.33 P 1.32 (. T) 539.85 604.33 P 1.32 (omor-) 551.57 604.33 P -0.12 (row will have the privilege of two acoustic) 405.6 592.33 P -0.02 (drum kits when you aren\325) 405.6 580.33 P -0.02 (t busy with some) 508.04 580.33 P -0.12 (other gig. Y) 405.6 568.33 P -0.12 (ou and Su-Shan open up a hole) 452.38 568.33 P (in the Earth\325) 405.6 556.33 T (s atmosphere, for sure.\323) 455.01 556.33 T 1.78 (\322For sure my brother) 416.4 544.33 P 1.78 (. I think you are) 505.3 544.33 P 1.77 (into the big time now) 405.6 532.33 P 1.77 (, mon. Y) 497.56 532.33 P 1.77 (our guitar) 535.09 532.33 P 1.98 (even sounds better) 405.6 520.33 P 1.98 (. I play with you any) 483.39 520.33 P 0.43 (time, L) 405.6 508.33 P 0.43 (yle. But please be careful with evil) 434.36 508.33 P 0.72 (and the dark side. Better not be mixed up) 405.6 496.33 P 0.55 (with your music. I can sing for Jesus, and) 405.6 484.33 P 3.63 (for The Lord, mon, but don\325) 405.6 472.33 P 3.63 (t get me) 536.54 472.33 P 0.26 (mixed up with any of that Devil stuf) 405.6 460.33 P 0.26 (f. Not) 552.42 460.33 P (your style, mon.\323) 405.6 448.33 T 0.97 (\322Just for throwing out the garbage and) 416.4 436.33 P (housecleaning, Julian. Nothing else.\323) 405.6 424.33 T 2.99 (\322The dark side be all around. Don\325) 416.4 412.33 P 2.99 (t) 573.22 412.33 P 0.72 (need no \337ying saucer man to tell me. But) 405.6 400.33 P (where you get the metal balls?\323) 405.6 388.33 T 0.88 (\322Those silver spheres? From the \337ying) 416.4 376.33 P (saucer man.\323) 405.6 364.33 T 0.62 (\322I believe you, but don\325) 416.4 352.33 P 0.62 (t mess with me) 513.9 352.33 P 1.5 (mind. Make sure to talk to Bruce before) 405.6 340.33 P 4.4 (you leave on that journey) 405.6 328.33 P 4.4 (. Godspeed,) 524.14 328.33 P (mon.\323) 405.6 316.33 T 405.6 292 576 311 C 405.6 292 576 311 R 7 X 0 K V 450.3 302.5 531.3 302.5 2 L 0.5 H 2 Z 0 X N 0 0 612 792 C 1 10 Q 0 X 0 K -0.14 (W) 416.4 285.33 P -0.14 (e took leave of each other in the swel-) 425.04 285.33 P 0.43 (tering Miami sun under a couple of Royal) 405.6 273.33 P 2.53 (Palms. By the time Julian got down to) 405.6 261.33 P 1.98 (Bayshore Drive, he realized that he still) 405.6 249.33 P 2.53 (had the silver sphere in his pocket. He) 405.6 237.33 P (would call later) 405.6 225.33 T (.) 467.23 225.33 T 1.06 (The Eternals were a bit sombre during) 416.4 213.33 P 0.97 (their music rehearsal. Al was also unusu-) 405.6 201.33 P -0.1 (ally quiet. Y) 405.6 189.33 P -0.1 (o-V) 454.09 189.33 P -0.1 (ah had said that \322the requi-) 468.53 189.33 P 4.1 (site abilities\323 would appear) 405.6 177.33 P 4.1 (. That was) 526.44 177.33 P 0.91 (de\336nitely happening. \322Requisite abilities\323) 405.6 165.33 P 1.07 (were appearing all over the place. Where) 405.6 153.33 P 1.34 (did the recognition of the FOD, the dark) 405.6 141.33 P 0.03 (side, or evil come in? All the negative was) 405.6 129.33 P 2.1 (a necessary concomitant of the positive,) 405.6 117.33 P 0.26 (and vice versa. Y) 405.6 105.33 P 0.26 (et it was good AND evil,) 474.76 105.33 P -0.22 (not good OR evil. There was a huge dif) 405.6 93.33 P -0.22 (fer-) 561.58 93.33 P 1.11 (ence. Primitives nearly never grasped the) 405.6 81.33 P 2.25 (philosophical implications of this dif) 405.6 69.33 P 2.25 (fer-) 561.58 69.33 P 0.69 (ence. The Eternals did. They discussed it.) 405.6 57.33 P FMENDPAGE %%EndPage: "26" 28 %%Page: "27" 28 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (27) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 1.66 (Noman, who had spent at least one life-) 36 731.33 P 0.14 (time on a penal colony made a strong case) 36 719.33 P 0.38 (for some musical compositions which had) 36 707.33 P 0.59 (a mixture of dark and light features, so as) 36 695.33 P 1.97 (to more ef) 36 683.33 P 1.97 (\336ciently process both positive) 80.84 683.33 P 1.86 (and negative ener) 36 671.33 P 1.86 (gies through the music) 110.04 671.33 P 0.1 (and the music-making process. The reality) 36 659.33 P -0.1 (of Life includes both positive and negative) 36 647.33 P (in the process.) 36 635.33 T 2.88 (The process loop included the musi-) 46.8 622.33 P 2.95 (cians, so by extension, all the Eternals) 36 610.33 P 1.94 (would be required to process potentially) 36 598.33 P 3.27 (huge amounts of negative and positive) 36 586.33 P 0.42 (ener) 36 574.33 P 0.42 (gies while performing before an audi-) 53.02 574.33 P 1.45 (ence. The megastepped physical vehicles) 36 562.33 P 1.5 (would be much more ef) 36 550.33 P 1.5 (\336cient than ordi-) 136.77 550.33 P 0.78 (nary Earth bodies. The Eternals would be) 36 538.33 P 2.64 (capable of processing the very ener) 36 526.33 P 2.64 (gies) 190.3 526.33 P 0.41 (that often facilitated horrendous excessive) 36 514.33 P 2.27 (substance abuse by musicians who took) 36 502.33 P 2.27 (the substances to feel more comfortable) 36 490.33 P 1.79 (while processing the high-intensity ener-) 36 478.33 P -0.23 (gies. Precisely because of his megastepped) 36 466.33 P 3.94 (condition, L) 36 454.33 P 3.94 (yle developed an exquisite) 88.26 454.33 P 4.71 (understanding of how any performing) 36 442.33 P 1.05 (musician could have trouble handling the) 36 430.33 P 0.17 (ener) 36 418.33 P 0.17 (gies of high-volume music production) 53.02 418.33 P 1.45 (and a lar) 36 406.33 P 1.45 (ge audience to boot. But during) 73.13 406.33 P 1.17 (rehearsal now) 36 394.33 P 1.17 (, the Eternals aimed at pro-) 92.3 394.33 P 1.99 (ducing a mixing board mellowness. The) 36 382.33 P 0.23 (DA) 36 370.33 P 0.23 (T recorder worked \336ne, and L) 49.32 370.33 P 0.23 (yle made) 169.81 370.33 P 0.16 (a stereo mix of) 36 358.33 P 0.16 (f the board while they were) 95.97 358.33 P 1.1 (rehearsing. The long minimalistic tune in) 36 346.33 P 2.73 (open E minor was turning into a good) 36 334.33 P 1.24 (T) 36 322.33 P 1.24 (ime T) 41.76 322.33 P 1.24 (unnel. L) 66.25 322.33 P 1.24 (yle programmed 200 bars) 100.25 322.33 P 0.02 (of the tune into an older Y) 36 310.33 P 0.02 (amaha keyboard) 140.61 310.33 P 2.91 (that had built-in rhythms, and the tune) 36 298.33 P 2.26 (synchronistically just turned out to loop) 36 286.33 P 0.07 (nearly seamlessly at bar number 200. So it) 36 274.33 P -0.04 (made for very long and drawn-out jams on) 36 262.33 P 2.49 (top of a background suggesting Eastern) 36 250.33 P 9.77 (themes and meditation. After the) 36 238.33 P -0.08 (rehearsal, L) 36 226.33 P -0.08 (yle made a cassette dupe of the) 82.54 226.33 P -0.05 (DA) 36 214.33 P -0.05 (T and popped an ultraW) 49.32 214.33 P -0.05 (alkman and ear) 145.45 214.33 P 0.67 (buds into his bag with the notebook com-) 36 202.33 P -0.24 (puter) 36 190.33 P -0.24 (. Never know when they might have a) 55.99 190.33 P 0.91 (chance to review the tape before the next) 36 178.33 P 0.62 (rehearsal. And on a modern \337ying saucer) 36 166.33 P 0.62 (,) 203.9 166.33 P 1.98 (well, things would probably be so auto-) 36 154.33 P 0.03 (mated that listening to the tape would give) 36 142.33 P 0.54 (L) 36 130.33 P 0.54 (yle something to do instead of twiddling) 41.56 130.33 P (his \336ngers.) 36 118.33 T 0.51 (The Eternals dressed in the Indian bed-) 46.8 105.33 P 1.98 (spread tunics that Pearl E. Mae had put) 36 93.33 P 2.17 (together for the group. W) 36 81.33 P 2.17 (e were a little) 145.76 81.33 P 0.49 (squeamish about leaving She-Ra and Bul-) 36 69.33 P 3.8 (let alone in the house, but we repro-) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.38 (grammed Bruce the talking Geranium and) 220.8 731.33 P 2.58 (set up Al\325) 220.8 719.33 P 2.58 (s hexadecimal sound net. W) 264.83 719.33 P 2.58 (e) 386.76 719.33 P 1.02 (hugged both dogs and left. It was getting) 220.8 707.33 P 0.13 (pretty dark by the time we got to Kennedy) 220.8 695.33 P 0.43 (Park on South Bayshore Drive. W) 220.8 683.33 P 0.43 (e had to) 358.7 683.33 P 0.41 (walk by Julian\325) 220.8 671.33 P 0.41 (s house, but I didn\325) 282.71 671.33 P 0.41 (t notice) 361.08 671.33 P 0.2 (any signs of activity) 220.8 659.33 P 0.2 (. W) 301.54 659.33 P 0.2 (e walked along the) 315.38 659.33 P 0.09 (thin inlet of sulfur) 220.8 647.33 P 0.09 (-smelling mangrove that) 293.31 647.33 P 0.43 (divided up two lobes of the green running) 220.8 635.33 P 1.54 (areas. At the ocean\325) 220.8 623.33 P 1.54 (s edge, the park was) 304.25 623.33 P 0.55 (bounded on one side by Rockerman Road) 220.8 611.33 P 0.95 (and its canal. There were too many boats) 220.8 599.33 P 1.01 (in the canal for anyone else to be able to) 220.8 587.33 P 1.35 (get in there. So it seemed to me that the) 220.8 575.33 P 0.35 (other green lobe of running area would be) 220.8 563.33 P 2.06 (a more likely landing place for Y) 220.8 551.33 P 2.06 (o-V) 364.83 551.33 P 2.06 (ah.) 379.27 551.33 P -0.15 (W) 220.8 539.33 P -0.15 (e walked over the curved wooden bridge) 229.43 539.33 P 0.62 (at the ocean\325) 220.8 527.33 P 0.62 (s edge that led from one side) 272.55 527.33 P -0.25 (to the other) 220.8 515.33 P -0.25 (. The sound of Monty\325) 265.28 515.33 P -0.25 (s outdoor) 353.97 515.33 P 0.58 (band was already re\337ecting of) 220.8 503.33 P 0.58 (f the waters) 343.41 503.33 P 2.03 (in the islands and anchorages of Dinner) 220.8 491.33 P 1.36 (Key) 220.8 479.33 P 1.36 (. The side of Kennedy Park that was) 236.8 479.33 P 0.16 (away from the urbanization of Rockerman) 220.8 467.33 P 1.07 (Road had an area of quiet mangrove fac-) 220.8 455.33 P (ing Monty T) 220.8 443.33 T (rainer) 270.98 443.33 T (\325) 294.66 443.33 T (s groups of Docks.) 297.44 443.33 T 0.44 (The transparent \337ying saucer was wait-) 231.6 429.33 P 0.37 (ing there for us when we got there. As we) 220.8 417.33 P 0.74 (approached the area that looked like trees) 220.8 405.33 P 0.44 (and shadows from a distance, the saucer) 220.8 393.33 P 0.44 (\325) 384.53 393.33 P 0.44 (s) 387.31 393.33 P 0.74 (outlines because quickly apparent. W) 220.8 381.33 P 0.74 (ith a) 372.97 381.33 P 1.05 (soft hum and a muf) 220.8 369.33 P 1.05 (\337ed vibration, a spar-) 302.55 369.33 P 2.84 (kling panel slid open to reveal Y) 220.8 357.33 P 2.84 (o-V) 367.33 357.33 P 2.84 (ah) 381.77 357.33 P 0.52 (smiling at us. He extended a hand and we) 220.8 345.33 P -0.18 (entered the craft single \336le. I was too over-) 220.8 333.33 P 0.27 (whelmed by the novelty to notice the star-) 220.8 321.33 P 0.16 (tled glance of recognition that Y) 220.8 309.33 P 0.16 (o-V) 350.24 309.33 P 0.16 (ah had) 364.67 309.33 P 2.57 (given us for some reason. W) 220.8 297.33 P 2.57 (e were all) 347.21 297.33 P 0.83 (impressed at how much bigger the saucer) 220.8 285.33 P 0.49 (seemed inside. The internal structure was,) 220.8 273.33 P 1.74 (for all intents and purposes, a forty foot) 220.8 261.33 P 4.43 (geodesic dome with internal panelling) 220.8 249.33 P 1.83 (made of a sparkling transparent material) 220.8 237.33 P 2.66 (that resembled plastic more than metal.) 220.8 225.33 P 0.5 (There were panels of controls everywhere) 220.8 213.33 P 0.09 (that controlled, for one thing, the transpar-) 220.8 201.33 P 3.83 (ency or translucency of the individual) 220.8 189.33 P 1.82 (walls. Some of the walls were not quite) 220.8 177.33 P 1.02 (transparent, giving us a visual hint of the) 220.8 165.33 P 0.88 (individual cabins looked like. The central) 220.8 153.33 P 3.47 (chamber contained a tube-shaped com-) 220.8 141.33 P 1.11 (partment with a two level command cen-) 220.8 129.33 P 3.44 (ter) 220.8 117.33 P 3.44 (. Individual cabins were spaced like) 230.79 117.33 P 0.38 (orange sections around the command cen-) 220.8 105.33 P 0.96 (ter) 220.8 93.33 P 0.96 (. Each cabin was subdivided into work) 230.79 93.33 P 0.88 (and sleep areas. A super\336cial glance sug-) 220.8 81.33 P 3.14 (gested that all the cabins were exactly) 220.8 69.33 P 1.75 (alike with no variation in either furnish-) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X (ings or lighting.) 405.6 731.33 T 3.11 (The command center had more than) 416.4 718.33 P 2.1 (enough recliners for all eight of us sur-) 405.6 706.33 P 0 (rounded by a beautiful combination of dif-) 405.6 694.33 P 2.1 (ferent color displays and control panels.) 405.6 682.33 P 4.52 (W) 405.6 670.33 P 4.52 (e manned the recliners at Y) 414.23 670.33 P 4.52 (o-V) 545.47 670.33 P 4.52 (ah\325) 559.9 670.33 P 4.52 (s) 572.11 670.33 P 3.72 (request and were treated a spectacular) 405.6 658.33 P 0.76 (view of our own solar system as the craft) 405.6 646.33 P 2.38 (left Earth\325) 405.6 634.33 P 2.38 (s gravitational \336eld with little) 448.22 634.33 P 0.52 (more than a shimmy of the saucer) 405.6 622.33 P 0.52 (. The g-) 543.6 622.33 P 3.28 (force we experienced was barely more) 405.6 610.33 P 1.46 (than your average jetliner taking of) 405.6 598.33 P 1.46 (f, but) 553.44 598.33 P 0.99 (the craft itself was whisper quiet in com-) 405.6 586.33 P (parison to a jet plane.) 405.6 574.33 T 0.28 (At close range, and when viewed in the) 416.4 561.33 P 0.48 (\337esh and from the \337esh rather than an out) 405.6 549.33 P 4.19 (of body perspective, Y) 405.6 537.33 P 4.19 (o-V) 508.22 537.33 P 4.19 (ah was less) 522.65 537.33 P -0.19 (ephemeral and more humanlike. In fact, he) 405.6 525.33 P 0.97 (really looked like an older guy with a lot) 405.6 513.33 P 2.68 (of mileage. He had a grandfatherly air) 405.6 501.33 P 2.68 (.) 573.5 501.33 P 0.43 (There was still a strangely familiar cast to) 405.6 489.33 P 4.2 (his face, but I could not catalog my) 405.6 477.33 P 0.3 (response. Y) 405.6 465.33 P 0.3 (o-V) 452.08 465.33 P 0.3 (ah\325) 466.51 465.33 P 0.3 (s ship turned out to be a) 478.73 465.33 P 1.96 (high tech wonder) 405.6 453.33 P 1.96 (, and not an imaginary) 478.51 453.33 P 3.26 (re\337ective fantasy craft. The accelerated) 405.6 441.33 P 1.62 (view of our solar system that was whiz-) 405.6 429.33 P 0.27 (zing by on the full-circle surround screens) 405.6 417.33 P 0.75 (resembled one of the PBS specials I have) 405.6 405.33 P 2 (seen that showed the same view) 405.6 393.33 P 2 (, except) 542.92 393.33 P 2.86 (that it was simulated and much slower) 405.6 381.33 P 4.47 (than Y) 405.6 369.33 P 4.47 (o-V) 436 369.33 P 4.47 (ah\325) 450.43 369.33 P 4.47 (s craft which was deftly) 462.64 369.33 P 0.28 (burning a path straight for the Milky W) 405.6 357.33 P 0.28 (ay) 564.72 357.33 P 0.28 (.) 573.5 357.33 P 1.76 (At least that\325) 405.6 345.33 P 1.76 (s what it looked like to us.) 460.21 345.33 P 0.52 (Now) 405.6 333.33 P 0.52 (, even in my megastepped days, I am) 424.38 333.33 P 4.96 (not an astronomer) 405.6 321.33 P 4.96 (, but the simulated) 487.28 321.33 P 3.27 (screen was showing what looked liked) 405.6 309.33 P 0 (clumps of stars that seemed to be going by) 405.6 297.33 P 3.77 (incredibly fast, and I said so. Y) 405.6 285.33 P 3.77 (o-V) 552.13 285.33 P 3.77 (ah) 566.57 285.33 P -0.15 (laughed good-naturedly and explained that) 405.6 273.33 P 0.09 (saucers always travelled in bursts of speed) 405.6 261.33 P 1.23 (to help conserve power and cut down on) 405.6 249.33 P 1.81 (entropy disor) 405.6 237.33 P 1.81 (ganization. He said that we) 460.25 237.33 P 1.49 (were travelling at intermittent bursts that) 405.6 225.33 P 0.91 (were ten times the speed of light towards) 405.6 213.33 P 0.71 (what I called the Milky W) 405.6 201.33 P 0.71 (ay because that) 513.53 201.33 P 3.57 (is where the closest T) 405.6 189.33 P 3.57 (ime Zone Inter-) 506.13 189.33 P 3.78 (change Area was located. These areas) 405.6 177.33 P 1.14 (were set up by the I.S.I. to help preserve) 405.6 165.33 P 0.05 (whatever degree of integrity still remained) 405.6 153.33 P 2.88 (in the Entropy Equations. Making time) 405.6 141.33 P 3.88 (transits through the Interchanges mini-) 405.6 129.33 P 7.62 (mized the associated problems like) 405.6 117.33 P -0.05 (entropic scatter) 405.6 105.33 P -0.05 (, dyssynchronism, and time) 466.49 105.33 P -0.12 (shock. I.S.I. agents set up the Karmic Ring) 405.6 93.33 P 0.9 (defenses at T) 405.6 81.33 P 0.9 (ime Zone Interchange Areas) 459.79 81.33 P 5.82 (to help preserve crucial relationships) 405.6 69.33 P 3.32 (across time and other dimensions. The) 405.6 57.33 P FMENDPAGE %%EndPage: "27" 29 %%Page: "28" 29 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (28) 301.51 39 T 36 54 206.4 738 R 7 X V 1 10 Q 0 X 2.83 (Karmic Ring defenses were also some-) 36 731.33 P 1.38 (thing like the metal and explosive detec-) 36 719.33 P 2.21 (tors in our airports. Atavistic metals, as) 36 707.33 P 0.36 (determined by Carbon dating or other iso-) 36 695.33 P 3.96 (tope techniques, set of) 36 683.33 P 3.96 (f alarms in the) 137.07 683.33 P 4.18 (Guardian network. Usually) 36 671.33 P 4.18 (, the metals) 152.24 671.33 P 0.53 (were gold, silver) 36 659.33 P 0.53 (, or platinum or \321 in the) 103.55 659.33 P 1.11 (case of Primitive travellers \321 heavy ele-) 36 647.33 P 1.75 (ment isotopes such as uranium or pluto-) 36 635.33 P 5.1 (nium. The atavistic metals that were) 36 623.33 P 0.19 (heading from the past into a future dimen-) 36 611.33 P 1.27 (sion were now automatically tracked and) 36 599.33 P 1.03 (collated in a special registry) 36 587.33 P 1.03 (. I.S.I. agents) 151.6 587.33 P 2.77 (of the 3200th Century now could keep) 36 575.33 P 1.57 (track of the problem \322exports\323 and were) 36 563.33 P 1.82 (able to combat the intratemporal ripping) 36 551.33 P 2.38 (of) 36 539.33 P 2.38 (f. The agents regretted that the Rings) 44.15 539.33 P -0.21 (had not been set up when time travel really) 36 527.33 P (became popular in the 2800\325) 36 515.33 T (s.) 149.81 515.33 T 1.51 (I was the only Eternal who had never) 46.8 501.33 P 1.74 (been in a spacecraft, but there was little) 36 489.33 P 1.03 (time for incredulous wide-eyed reactions.) 36 477.33 P 3.4 (Y) 36 465.33 P 3.4 (o-V) 42.22 465.33 P 3.4 (ah told us that the Karmic Rings) 56.65 465.33 P 0.26 (allowed time dimensional shifts with min-) 36 453.33 P -0.1 (imum disturbance of universal entropy) 36 441.33 P -0.1 (. He) 189.85 441.33 P 2.49 (would be able to take us into our own) 36 429.33 P 0.59 (future to demonstrate the truth of what he) 36 417.33 P 0.5 (had told us. I reminded Y) 36 405.33 P 0.5 (o-V) 139.67 405.33 P 0.5 (ah that I was) 154.1 405.33 P 0.51 (not able to understand any of the lettering) 36 393.33 P 1.71 (or inscriptions on the control panels. He) 36 381.33 P 1.22 (chuckled again, and there was something) 36 369.33 P 0.6 (very familiar about the chuckle. The back) 36 357.33 P 1.29 (of my mind reached for a memory) 36 345.33 P 1.29 (, but I) 180.22 345.33 P 2.72 (came up with a blank, and then for) 36 333.33 P 2.72 (got) 193.63 333.33 P 0.27 (about the memory as I turned to my atten-) 36 321.33 P 0.85 (tion to what Y) 36 309.33 P 0.85 (o-V) 95.02 309.33 P 0.85 (ah was doing. He made) 109.46 309.33 P 0.55 (some movements on the panel before him) 36 297.33 P 3.32 (with his \336ngers and the main viewing) 36 285.33 P 0.51 (screen went blank. Then the other screens) 36 273.33 P 1.89 (went blank. The same pulsating \337ash of) 36 261.33 P -0.24 (color now appeared on each of the screens.) 36 249.33 P 1.66 (The pulsation continued for at least sev-) 36 237.33 P 1.97 (eral minutes. It felt like I was getting a) 36 225.33 P 1.89 (headache, which is very atypical for me) 36 213.33 P 1.53 (because I never get headaches. After the) 36 201.33 P 2.77 (headache sensation passed, a feeling of) 36 189.33 P 1.65 (clarity emer) 36 177.33 P 1.65 (ged. My eyes could read the) 85.48 177.33 P 2.6 (lettering and inscriptions on the control) 36 165.33 P 2.29 (panel, just as though the panels had all) 36 153.33 P 1.98 (been written in English. But part of my) 36 141.33 P -0.1 (brain still somehow knew that the symbols) 36 129.33 P 2.44 (were de\336nitely not English. There were) 36 117.33 P -0.05 (still a lot of mathematical symbols which I) 36 105.33 P 1.15 (could grasp only with my imagination. It) 36 93.33 P 1.7 (was possible to pick out one digital dis-) 36 81.33 P 1.34 (play which read \3222105\323, and I wondered) 36 69.33 P 0.34 (silently if I were going to have the chance) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (to observe myself die.) 220.8 731.33 T 2.48 (Y) 231.6 718.33 P 2.48 (o-V) 237.82 718.33 P 2.48 (ah said I would not see myself.) 252.25 718.33 P 1.77 (Ignoring my startled expression, he con-) 220.8 706.33 P 0.09 (tinued on to indicate that we would be at a) 220.8 694.33 P 0.92 (very safe distance from Earth\325) 220.8 682.33 P 0.92 (s solar sys-) 344.94 682.33 P 1.93 (tem. W) 220.8 670.33 P 1.93 (e were not supposed to view the) 251.36 670.33 P 0.6 (\336nal cataclysmic event directly within the) 220.8 658.33 P 3.6 (solar system because it might produce) 220.8 646.33 P 0.66 (very dangerous debris. As we approached) 220.8 634.33 P 0.78 (the Karmic Rings, there was nothing spe-) 220.8 622.33 P 0.5 (cial to be seen on the viewer) 220.8 610.33 P 0.5 (. Y) 337.06 610.33 P 0.5 (o-V) 348.78 610.33 P 0.5 (ah told) 363.21 610.33 P 1.07 (us we would feel nothing in particular as) 220.8 598.33 P -0.17 (we made a time-dimensional transfer other) 220.8 586.33 P 1.1 (than the blinking lights because the tech-) 220.8 574.33 P 4.99 (nology of interdimensional travel had) 220.8 562.33 P 1.78 (been made very safe and smooth by the) 220.8 550.33 P (I.S.I. techniques.) 220.8 538.33 T 2.19 (He tapped a rhythm on a part of the) 231.6 525.33 P 1.55 (main control panel, and the lar) 220.8 513.33 P 1.55 (ge central) 350.52 513.33 P 2.05 (screen abruptly switched to an excellent) 220.8 501.33 P 0.55 (color version of Star W) 220.8 489.33 P 0.55 (ars. I was the only) 316.01 489.33 P 0 (Eternal who was shocked and surprised by) 220.8 477.33 P 2.41 (us. Y) 220.8 465.33 P 2.41 (o-V) 243.31 465.33 P 2.41 (ah confessed that my Primitive) 257.74 465.33 P 2.31 (planet produced some of the best albeit) 220.8 453.33 P 4.61 (primitive science \336ction entertainment.) 220.8 441.33 P 0.72 (One paradoxical reason for the popularity) 220.8 429.33 P 1.2 (of Earth\325) 220.8 417.33 P 1.2 (s \336lms was the excessive dwell-) 257.25 417.33 P 1.66 (ing upon violent and destructive themes.) 220.8 405.33 P 0.46 (Such art forms \050except for Primitive plan-) 220.8 393.33 P 0.64 (ets and solar systems\051 were generally for-) 220.8 381.33 P 0.27 (bidden as negatively contaminating by the) 220.8 369.33 P 0.79 (Guardians and the I.S.I. But Earth and its) 220.8 357.33 P 3.04 (solar system were notorious throughout) 220.8 345.33 P 2.94 (the future because of the entertainment) 220.8 333.33 P 0.44 (value of Primitive violence. Even evolved) 220.8 321.33 P 0.55 (beings occasionally appreciated escapism.) 220.8 309.33 P 1.38 (As I watched the Empire trying to strike) 220.8 297.33 P -0.16 (back, I noticed that the other Eternals were) 220.8 285.33 P 5.54 (enraptured with the sleek Hollywood) 220.8 273.33 P 0.34 (\337ash. W) 220.8 261.33 P 0.34 (e had not had much time to watch) 253.65 261.33 P 1.69 (television during the past four days. Y) 220.8 249.33 P 1.69 (o-) 382.87 249.33 P 2.93 (V) 220.8 237.33 P 2.93 (ah understood the fascination that the) 226.91 237.33 P 1.8 (other Eternals had. All Guardians of the) 220.8 225.33 P 1.47 (future were very very fond of Earth cul-) 220.8 213.33 P 4.54 (ture movies, books, and some music.) 220.8 201.33 P 3.49 (Despite the extinction of the Primitive) 220.8 189.33 P 0.32 (planet, science \336ction movies of twentieth) 220.8 177.33 P 0.61 (century Earth especially conveyed a pow-) 220.8 165.33 P 2.59 (erfully charming view of the future for) 220.8 153.33 P 3.23 (those beings who actually lived in the) 220.8 141.33 P 0.96 (future. Possibly because of the vast num-) 220.8 129.33 P 0.27 (bers of forbidden behaviors to be found in) 220.8 117.33 P 0.77 (Earth movies, Guardians enjoyed them as) 220.8 105.33 P 1.66 (purely escapist, as physical violence and) 220.8 93.33 P 1.84 (destructiveness simply do not exist on a) 220.8 81.33 P 0.63 (regular basis during the times of the I.S.I.) 220.8 69.33 P 1.38 (Of course there was still plenty potential) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.47 (for negativity) 405.6 731.33 P 1.47 (. Destructive instruments of) 460.55 731.33 P 2.15 (the future have become so ef) 405.6 719.3 P 2.15 (\336cient that) 531.37 719.3 P 4.94 (the rare examples of violence and/or) 405.6 707.26 P 1.1 (destructiveness can produce individual or) 405.6 695.23 P 3.01 (planetary death with equal facility) 405.6 683.19 P 3.01 (. But) 553.55 683.19 P 0.24 (criminal types in the times of the I.S.I. are) 405.6 671.15 P 1.55 (really rare. Since systematic detection of) 405.6 659.12 P -0.08 (the intratemporal rip-of) 405.6 647.08 P -0.08 (fs began, the actual) 499.08 647.08 P 1.66 (incidence of the crimes had been slowly) 405.6 635.05 P 7.02 (down exponentially) 405.6 623.01 P 7.02 (. The amount of) 491.09 623.01 P 4.06 (intratemporal ripping of) 405.6 610.98 P 4.06 (f that occurred) 509.6 610.98 P -0.24 (before the I.S.I. installed the Karmic Rings) 405.6 598.94 P 0.03 (was so great, that a critical amount of neg-) 405.6 586.9 P 2.99 (ative momentum had been gained. The) 405.6 574.87 P 0.41 (known universe was experiencing entropy) 405.6 562.83 P 0.83 (imbalance to such an extreme degree that) 405.6 550.8 P 0.46 (the imbalance had long ago began ripping) 405.6 538.76 P 2.45 (through the time barriers. So the actual) 405.6 526.73 P 8.6 (entropy imbalance of the universe) 405.6 514.69 P 0.46 (re\337ected backwards into the past from the) 405.6 502.65 P -0.18 (future. The sins of the children began to be) 405.6 490.62 P 0.46 (visited upon the great great great grandfa-) 405.6 478.58 P 2.87 (thers. Then the retrograde ef) 405.6 466.55 P 2.87 (fects, once) 530.4 466.55 P 2.43 (started, continued to manifest more and) 405.6 454.51 P 1.65 (more intensely) 405.6 442.48 P 1.65 (. Bur) 465.73 442.48 P 1.65 (geoning violence and) 487.2 442.48 P 2.27 (destructiveness began to amass into ret-) 405.6 430.44 P 2.21 (rotemporal pockets of Primitive cultures) 405.6 418.4 P 0.39 (where the behaviors were either permitted) 405.6 406.37 P -0.12 (or actively sanctioned. The destructive ret-) 405.6 394.33 P 1.91 (rotemporal ef) 405.6 382.3 P 1.91 (fects were also cumulative,) 461.45 382.3 P 2.26 (and the I.S.I. had become very alarmed) 405.6 370.26 P 0.74 (with the recorded extinction of more than) 405.6 358.23 P -0.13 (50% of the Primitive planets known to and) 405.6 346.19 P 3.74 (charted by the Guardians of the I.S.I.) 405.6 334.15 P 0.55 (When two planets that were de\336nitely not) 405.6 322.12 P 1.79 (Primitive, but possibly borderline, began) 405.6 310.08 P 0.55 (to show signs of cultural backsliding with) 405.6 298.05 P -0.21 (intermediate scale physical plane violence,) 405.6 286.01 P 2.26 (the I.S.I. reasoned that possibly the ret-) 405.6 273.98 P 5.73 (rotemporal ef) 405.6 261.94 P 5.73 (fects were beginning to) 465.27 261.94 P 3.81 (threaten civilized cultures. Thus some-) 405.6 249.91 P 0.83 (thing had to be to slow or otherwise con-) 405.6 237.87 P 4.99 (trol the entropic degradation. So DR) 405.6 225.83 P 0.81 (T) 405.6 213.8 P 0.81 (OMORROW was born as a project, one) 411.53 213.8 P 2.18 (of three aimed at helping to correct the) 405.6 201.76 P 2.34 (entropy imbalance of the universe. V) 405.6 189.73 P 2.34 (io-) 564.9 189.73 P 4.34 (lence and destructiveness have lar) 405.6 177.69 P 4.34 (gely) 558.79 177.69 P 3.92 (been weeded out in the far future of) 405.6 165.66 P 0.16 (32,000 A.D., but the intratemporal ripping) 405.6 153.62 P 0.42 (of) 405.6 141.58 P 0.42 (f that went on between the years 28,000) 413.75 141.58 P 4.88 (and 32,000 was enough to guarantee) 405.6 129.55 P 0.04 (dreadful repercussions to the past. As long) 405.6 117.51 P 0.46 (as the repercussions were wiping out only) 405.6 105.48 P 0.43 (Primitive life forms, no one got too upset.) 405.6 93.44 P 0.92 (But when life forms clearly not Primitive) 405.6 81.41 P 1.44 (began having serious problems, and then) 405.6 69.37 P 2.35 (started regressing into Primitive cultural) 405.6 57.33 P FMENDPAGE %%EndPage: "28" 30 %%Page: "29" 30 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 0 9 Q 0 X (Quanta) 36 751 T (December 1992) 518.85 751 T 36 35 576 45 R 7 X V 0 X (29) 301.51 39 T 225 63 576 729 R 7 X V 1 10 Q 0 X 1.38 (If you like) 225 722.33 P 0 F 1.38 (Quanta) 273.26 722.33 P 1 F 1.38 (, you may want) 303.25 722.33 P 0.38 (to check out these other magazines,) 225 710.33 P 1.03 (also produced and distributed elec-) 225 698.33 P (tronically:) 225 686.33 T 1 24 Q (Inter) 225 656.33 T 0 F (T) 270.29 656.33 T (ext) 281.42 656.33 T 1 10 Q (Contact: jsnell@ocf.berkeley) 442.81 656.33 T (.edu) 559.07 656.33 T 0.14 (Inter) 225 638.33 P 0 F 0.14 (T) 243.87 638.33 P 0.14 (ext) 248.51 638.33 P 1 F 0.14 ( is the network \336ction magazine devoted to the publication of quality \336ction in) 260.16 638.33 P 0.16 (all genres. It is published bi-monthly in both ASCII and PostScript editions. The maga-) 225 626.33 P 0.18 (zine\325) 225 614.33 P 0.18 (s editor is Jason Snell, who has written for) 244.43 614.33 P 0 F 0.18 (Quanta) 418.13 614.33 P 1 F 0.18 ( and for Inter) 448.11 614.33 P 0 F 0.18 (T) 501.09 614.33 P 0.18 (ext) 505.73 614.33 P 1 F 0.18 (\325) 517.39 614.33 P 0.18 (s predecessor) 520.16 614.33 P 0.18 (,) 573.5 614.33 P 0 F (Athene) 225 602.33 T 1 F (. Assistant editor is are Geof) 252.76 602.33 T (f Duncan.) 366.38 602.33 T 1.49 (The PostScript laser) 225 584.33 P 1.49 (-printer edition is the version of choice, and includes PostScript) 308.29 584.33 P 1.21 (cover art. For a subscription \050specify ASCII or PostScript\051, writer) 225 572.33 P 1.21 (\325) 498.53 572.33 P 1.21 (s guidelines, or to) 501.31 572.33 P 0.78 (submit stories, mail Jason Snell at jsnell@ocf.berkeley) 225 560.33 P 0.78 (.edu. InterT) 448.11 560.33 P 0.78 (ext is also available) 495.1 560.33 P 0.79 (via anonymous FTP from network.ucsd.edu \050IP# 128.54.16.3\051. If you plan on FTPing) 225 548.33 P 0.14 (the issues, you can be placed on a list that will notify you when each new issue appears) 225 536.33 P (\320 just mail your request to jsnell@ocf.berkeley) 225 524.33 T (.edu.) 412.05 524.33 T 1 24 Q (Core) 225 488.33 T 1 10 Q (Contact: rita@ef) 490.55 488.33 T (f.or) 557.03 488.33 T (g) 571 488.33 T 0 F 1.51 (CORE) 225 470.33 P 1 F 1.51 ( is available by e-mail subscription and anonymous ftp from ftp.ef) 251.1 470.33 P 1.51 (f.or) 530.54 470.33 P 1.51 (g. Send) 544.51 470.33 P 0.65 (requests and submissions to rita@ef) 225 458.33 P 0.65 (f.or) 371.53 458.33 P 0.65 (g.) 385.5 458.33 P 0 F 0.65 (CORE) 396.14 458.33 P 1 F 0.65 ( is an entirely electronic journal dedi-) 422.23 458.33 P 0.89 (cated to e-publishing the best, freshest prose and poetry being created in Cyberspace.) 225 446.33 P 0 F 0.19 (CORE) 225 434.33 P 1 F 0.19 ( is published monthly) 251.1 434.33 P 0.19 (. Back issues are available via anonymous ftp at ftp.ef) 337.36 434.33 P 0.19 (f.or) 554.53 434.33 P 0.19 (g.) 568.5 434.33 P (\050192.88.144.4\051.) 225 422.33 T 1 24 Q (The Guildsman) 225 386.33 T 1 10 Q (Contact: jimv@ucrmath.ucr) 447.7 386.33 T (.edu) 559.07 386.33 T 0 F 0.95 (The Guildsman) 225 368.33 P 1 F 0.95 ( is an electronic magazine devoted to role-playing games and amateur) 287.3 368.33 P 0.32 (fantasy/SF \336ction. At this time,) 225 356.33 P 0 F 0.32 (The Guildsman) 354.59 356.33 P 1 F 0.32 ( is available in LaT) 416.27 356.33 P 0.32 (eX \050.tex\051 source and) 494.01 356.33 P 1.81 (PostScript formats via both email and anonymous ftp without char) 225 344.33 P 1.81 (ge to the reader) 506.75 344.33 P 1.81 (.) 573.5 344.33 P 0.3 (Printed copies are also available for a nominal char) 225 332.33 P 0.3 (ge which covers printing and postal) 432.08 332.33 P -0.15 (costs. For more information, email jimv@ucrmath.ucr) 225 320.33 P -0.15 (.edu \050Internet\051 ucsd!ucrmath!jimv) 440.57 320.33 P (\050uucp\051) 225 308.33 T 0.37 (Back issues of) 225 290.33 P 0 F 0.37 (The Guildsman) 286.33 290.33 P 1 F 0.37 ( are available via anonymous ftp at potemkin.cs.pdx.edu) 348.05 290.33 P (\050131.252.20.145\051 in the pub/frp/ucr) 225 278.33 T (gg directory) 366.39 278.33 T (.) 414.32 278.33 T 225 54 576 54 2 L 0.5 H 2 Z N 225 738 576 738 2 L N 36 54 206.4 738 R 7 X V 0 X -0.1 (activities, the I.S.I. clearly discerned a pat-) 36 731.33 P 7.04 (tern of possible ultimate danger if) 36 719.33 P -0.17 (unchecked or uncontrolled. The I.S.I. were) 36 707.33 P -0.09 (never certain that entropy imbalance was a) 36 695.33 P 0.95 (puzzle with a solution, but all the Guard-) 36 683.33 P 2.38 (ians generally hoped that the imbalance) 36 671.33 P 0.23 (could be cut of) 36 659.33 P 0.23 (f at its source and then also) 96.19 659.33 P (possibly harmonized.) 36 647.33 T 0.34 (Y) 46.8 635.33 P 0.34 (o-V) 53.02 635.33 P 0.34 (ah explained all of this to me. The) 67.45 635.33 P 1.75 (other Eternals all seemed to be listening) 36 623.33 P 0.69 (also with one ear but gluing most of their) 36 611.33 P 2.07 (attention on the science \336ction movie. I) 36 599.33 P 1.11 (assumed that they already knew the facts) 36 587.33 P (we were hearing. What a universe!) 36 575.33 T 0 F 2.41 (Marshall F) 36.3 346.33 P 2.41 (. Gilula, otherwise known as) 82.68 346.33 P 8.35 (NeXT Register) 36.3 334.33 P 8.35 (ed Developer \050NeRD\051) 102.86 334.33 P 0.24 (#1054, spends a lot of his time with a cus-) 36.3 322.33 P 2.62 (tomized white Steinber) 36.3 310.33 P 2.62 (ger guitar) 132.22 310.33 P 2.62 (, and a) 173.98 310.33 P -0.1 (couple of racks of rapidly-aging electr) 36.3 298.33 P -0.1 (onic) 189.49 298.33 P 1.72 (equipment contr) 36.3 286.33 P 1.72 (olled by a Mac IIsi run-) 102.89 286.33 P 0.06 (ning MOTU\325) 36.3 274.33 P 0.06 (s \324Performer) 86.99 274.33 P 0.06 (\325. This version of) 138.77 274.33 P 2.98 (DR T) 36.3 262.33 P 2.98 (OMORROW was part of a Ph.D.) 60.48 262.33 P 0.95 (Dissertation written for Columbia Paci\336c) 36.3 250.33 P 1.1 (University) 36.3 238.33 P 1.1 (. DR T) 77.39 238.33 P 1.1 (OMORROW is a pr) 105.78 238.33 P 1.1 (oject) 187.27 238.33 P 1.04 (that aspir) 36.3 226.33 P 1.04 (es to being a pr) 75.57 226.33 P 1.04 (o\336table multidi-) 141.53 226.33 P 0.47 (mensional wellness learning system. Mar-) 36.3 214.33 P 1.7 (shall Gilula lives in Miami with a black) 36.3 202.33 P 3 (Cube, several Macs, numer) 36.3 190.33 P 3 (ous stringed) 154.56 190.33 P 3.38 (instruments, and two beautiful gigantic) 36.3 178.33 P 3.41 (German Shepher) 36.3 166.33 P 3.41 (ds, She-Ra and Bullet.) 107.35 166.33 P 1.88 (\324DR T) 36.3 154.33 P 1.88 (OMORROW\325 and \324Pr) 62.71 154.33 P 1.88 (oject T) 153.26 154.33 P 1.88 (alking) 181.71 154.33 P 1.54 (Dog\325 \050She-Ra and Bullet\051 ar) 36.3 142.33 P 1.54 (e two scien-) 155.88 142.33 P 2.3 (ti\336c activities of Life Ener) 36.3 130.33 P 2.3 (gies Resear) 148.98 130.33 P 2.3 (ch) 197.26 130.33 P 2.69 (Institute, P) 36.3 118.33 P 2.69 (.O. Box 588, Miami, Florida) 81.57 118.33 P (33133.) 36.3 106.33 T ( DR T) 39.15 87.33 T (OMORROW will be continued next) 62.84 87.33 T (issue.) 110.26 75.33 T ( mgilula@miasun.med.miami.edu) 54.16 56.33 T 1 6 Q (Thank you, thank you very much.) 494.89 58.3 T FMENDPAGE %%EndPage: "29" 31 %%Trailer %%BoundingBox: 0 0 612 792 %%Pages: 30 1 %%DocumentFonts: Times-Italic %%+ Times-Roman %%+ Times-BoldItalic