%! %%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 18 FMDOCUMENT 0 0 /Times-Roman FMFONTDEFINE 1 0 /Times-Italic FMFONTDEFINE 2 0 /Courier FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 FMFILL 11 FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 FMFILL 25 FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "0" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE 0 22 34 592 723 570 689 21 51.5 FMBEGINEPSF %%BeginDocument: /afs/andrew.cmu.edu/usr5/da1n/Quanta/Issues/Aug1992/FM/cover.ps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.0.1 %%For: (Computer Store) (For Demo Use Only) %%Title: (August Cover) %%CreationDate: (9/2/92) (10:07 AM) %%BoundingBox: 22 34 592 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: (bronze) %%+ (eye shadow) %%+ (flesh) %%+ (hair) %%+ (hair light) %%+ (iris) %%+ (Maple) %%CMYKCustomColor: 0.7 0.4 0.5 0 (bronze) %%+ 1 0.57 0 0 (eye shadow) %%+ 0 0.2 0.2 0 (flesh) %%+ 0.6 1 0.7 0 (hair) %%+ 0.1 0.6 0.4 0 (hair light) %%+ 0.6 0.2 0.3 0 (iris) %%+ 0.2 0.4 0.4 0 (Maple) %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 % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_typography_AI3 1.0 1 %%Title: (Typography Operators) %%Version: 1.0 %%CreationDate:(5/31/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_typography_AI3 47 dict dup begin put /initialize % - initialize - { /TZ where { pop } { Adobe_typography_AI3 begin Adobe_typography_AI3 { dup xcheck { bind } if pop pop } forall end Adobe_typography_AI3 begin } ifelse } def /terminate % - terminate - { currentdict Adobe_typography_AI3 eq { end } if } def % [ number value stream [ array for encoding modification ] modifyEncoding ==> [ modified array ] /modifyEncoding { /_tempEncode exch ddef % pointer for sequential encodings /_pntr 0 ddef { % get bottom object counttomark -1 roll % is it a mark ? dup type dup /marktype eq { % exit pop pop exit } { % ... object ... type .... % insert if a nametype /nametype eq { % insert the name at _pntr and increment pointer _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll put } { % reset _pntr if it's a number /_pntr exch ddef } ifelse } ifelse } loop % return the modified encoding _tempEncode } def /TE % Set std platform encoding % (encoding pairs) TE - { StandardEncoding 256 array copy modifyEncoding /_nativeEncoding exch def } def % re-define font % expected arguments % for 'normal fonts : % [ /_Helvetica-Bold/Helvetica-Bold direction fontScript defaultEncoding TZ % % for cartographic, pictographic, and expert fonts : % [ ... number value stream ... /_Helvetica-Bold/Helvetica-Bold % direction fontScript defaultEncoding TZ /TZ { % platform dependent coding flag /_useNativeEncoding exch def % pop fontScript & direction pop pop % create a new dictionary with length % equal to original dictionary length + 2 % copy all the key/value pairs except FID findfont dup length 2 add dict begin % copy all the values but the FID % into the new dictionary mark exch { 1 index /FID ne { def } if cleartomark mark } forall % discard last mark pop % define FontName /FontName exch def % if no re-encoding stream is present % then if the base encoding vector of the font % is the same as StandardEncoding % and the use platform encoding flag is true % then install AI platform encoding % else leave the base encoding in effect counttomark 0 eq { 1 _useNativeEncoding eq { /Encoding _nativeEncoding def } if % clean up cleartomark } { % custom encoding to be done % start off with a copy of the font's standard encoding /Encoding load 256 array copy modifyEncoding /Encoding exch def } ifelse FontName currentdict end % register the new font definefont pop } def % text painting operators /tr % string tr ax ay string { _ax _ay 3 2 roll } def /trj % string trj cx cy fillchar ax ay string { _cx _cy _sp _ax _ay 6 5 roll } def /a0 { /Tx % text % textString Tx - { dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss } ddef /Tj % justified text % textString Tj - { dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss } ddef } def /a1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def /e0 { /Tx % text % textString Tx - { tr _psf } ddef /Tj % justified text % textString Tj - { trj _pjsf } ddef } def /e1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave tr _psf grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave trj _pjsf grestore 3 1 roll moveto tr sp } ddef } def /i0 { /Tx % text % textString Tx - { tr sp } ddef /Tj % justified text % textString Tj - { trj jsp } ddef } def /i1 { W N } def /o0 { /Tx % text % textString Tx - { tr sw rmoveto } ddef /Tj % justified text % textString Tj - { trj swj rmoveto } ddef } def /r0 { /Tx % text % textString Tx - { tr _ctm _pss } ddef /Tj % justified text % textString Tj - { trj _ctm _pjss } ddef } def /r1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def % font operators % Binding /To % begin text % bindType To - { pop _ctm currentmatrix pop } def /TO % end text % TO - { Te _ctm setmatrix newpath } def % Text paths /Tp % begin text path % a b c d tx ty startPt Tp - { pop _tm astore pop _ctm setmatrix _tDict begin /W {} def /h {} def } def /TP % end text path % TP - { end iTm 0 0 moveto } def % Render mode & matrix operators /Tr % begin render % render Tr - { _render 3 le {currentpoint newpath moveto} if dup 8 eq {pop 0} {dup 9 eq {pop 1} if} ifelse dup /_render exch ddef _renderStart exch get load exec } def /iTm % internal set text matrix % - iTm - (uses _tm as implicit argument) { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } def /Tm % set text matrix % a b c d tx ty Tm - { _tm astore pop iTm 0 0 moveto } def /Td % translate text matrix % tx ty Td - { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } def /Te % end render % - Te - { _render -1 eq {} {_renderEnd _render get dup null ne {load exec} {pop} ifelse} ifelse /_render -1 ddef } def % Attributes /Ta % set alignment % alignment Ta - { pop } def /Tf % set font name and size % fontname size Tf - { dup 1000 div /_fScl exch ddef exch findfont exch scalefont setfont } def /Tl % set leading % leading paragraphLeading Tl - { pop 0 exch _leading astore pop } def /Tt % set user tracking % userTracking Tt - { pop } def /TW % set word spacing % minSpace optSpace maxSpace TW - { 3 npop } def /Tw % set computed word spacing % wordSpace Tw { /_cx exch ddef } def /TC % set character spacing % minSpace optSpace maxSpace TC - { 3 npop } def /Tc % set computed char spacing % charSpace Tc - { /_ax exch ddef } def /Ts % set super/subscripting (rise) % rise Ts - { /_rise exch ddef currentpoint iTm moveto } def /Ti % set indentation % firstStartIndent otherStartIndent stopIndent Ti - { 3 npop } def /Tz % set horizontal scaling % scalePercent Tz - { 100 div /_hs exch ddef iTm } def /TA % set pairwise kerning % autoKern TA - % autoKern = 0 -> no pair kerning % = 1 -> automatic pair kerning { pop } def /Tq % set hanging quotes % hangingQuotes Tq - % hangingQuotes = 0 -> no hanging quotes % = 1 -> hanging quotes { pop } def % Text Bodies /TX {pop} def %/Tx % non-justified text % textString Tx - %/Tj % justified text % textString Tj - /Tk % kern % autoKern kernValue Tk - % autoKern = 0 -> manual kern, = 1 -> auto kern % kernValue = kern value in em/1000 space { exch pop _fScl mul neg 0 rmoveto } def /TK % non-printing kern % autoKern kernValue TK - { 2 npop } def /T* % carriage return & line feed % - T* - { _leading aload pop neg Td } def /T*- % carriage return & negative line feed % - T*- - { _leading aload pop Td } def /T- % print a discretionary hyphen % - T- - { _hyphen Tx } def /T+ % discretionary hyphen hyphen % - T+ - {} def /TR % reset pattern matrix % a b c d tx ty TR - { _ctm currentmatrix pop _tm astore pop iTm 0 0 moveto } def /TS % special chars % textString justified TS - { 0 eq {Tx} {Tj} ifelse } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 1 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat userdict begin /showpage {} def false setoverprint pop } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup %%IncludeFont: 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.7 w 4 M []0 d %AI3_Note: 0 D 560.8212 221.995 m 503.1601 549.0112 L 52.9203 469.6228 L 110.5813 142.6065 L 560.8212 221.995 L f 306.8707 345.8089 m F U 0.6 1 0.7 0 (hair) 0 x 365.4615 304.7784 m 370.948 308.8755 384.3529 296.8723 371.4144 294.5909 c 358.4761 292.3096 331.7794 286.5761 330.5486 276.0969 c 329.3177 265.6177 326.5074 264.0961 337.6307 265.0313 c 348.7542 265.9663 376.5036 265.7282 380.778 270.5867 c 385.0524 275.4451 388.3164 265.6572 383.1997 261.2139 c 378.083 256.7709 322.9926 249.1094 y 313.3383 286.403 l 365.4615 304.7784 l f u 0.1 0.6 0.4 0 (hair light) 0 x 172.9973 257.9766 m 105.4934 260.8551 l 162.5781 295.0363 l 97.7707 295.9236 l 155.424 325.7742 l 95.0543 337.5192 l 151.2014 365.3779 l 84.2292 375.6325 l 156.4157 394.0048 l 143.1754 400.9061 l 151.3831 407.9975 l 119.131 445.4113 l 174.833 432.1433 l 185.6706 481.2597 L 220.7028 439.7182 L 225.5976 484.7081 l 252.8194 448.6388 l 268.7449 490.2636 l 289.8736 451.9147 L 172.9973 257.9766 L f u 0.1122 0.6098 0.4073 0 k 185.8617 480.5302 m 220.7535 439.2892 L 225.8238 483.9223 l 252.8728 448.2185 l 268.8155 489.4377 l 289.7144 451.8241 L 173.3742 258.3535 L 106.6062 261.214 l 163.2712 295.2211 l 98.9734 296.1983 l 155.9647 325.9275 l 96.0457 337.6439 l 151.821 365.412 l 85.3912 375.7123 l 156.8305 394.0654 l 143.701 400.9362 l 151.9048 407.8768 l 119.7318 445.0542 l 174.9579 431.7899 l 185.8617 480.5302 L f 0.1244 0.6195 0.4146 0 k 186.0529 479.8007 m 220.8042 438.8602 L 226.0499 483.1363 l 252.9261 447.7982 l 268.8859 488.6119 l 289.5553 451.7335 L 173.751 258.7302 L 107.719 261.5727 l 163.9642 295.4058 l 100.1761 296.4729 l 156.5055 326.0808 l 97.0372 337.7687 l 152.4404 365.4462 l 86.5532 375.792 l 157.2451 394.1261 l 144.2265 400.9663 l 152.4266 407.756 l 120.3327 444.6973 l 175.0828 431.4366 l 186.0529 479.8007 L f 0.1366 0.6293 0.4219 0 k 186.2441 479.0712 m 220.8547 438.4312 L 226.276 482.3505 l 252.9795 447.3778 l 268.9565 487.786 l 289.396 451.6428 L 174.1278 259.1071 L 108.8318 261.9316 l 164.6573 295.5906 l 101.3789 296.7475 l 157.0463 326.2341 l 98.0286 337.8934 l 153.06 365.4804 l 87.7151 375.8717 l 157.6599 394.1866 l 144.7521 400.9964 l 152.9482 407.6354 l 120.9337 444.3403 l 175.2076 431.0833 l 186.2441 479.0712 L f 0.1488 0.639 0.4292 0 k 186.4353 478.3417 m 220.9054 438.0023 L 226.5022 481.5645 l 253.0329 446.9575 l 269.0271 486.9602 l 289.2369 451.5522 L 174.5046 259.484 L 109.9447 262.2906 l 165.3504 295.7754 l 102.5815 297.0223 l 157.5869 326.3876 l 99.02 338.0182 l 153.6795 365.5145 l 88.8771 375.9515 l 158.0745 394.2472 l 145.2778 401.0266 l 153.47 407.5147 l 121.5346 443.9835 l 175.3324 430.7299 l 186.4353 478.3417 L f 0.161 0.6488 0.4366 0 k 186.6265 477.6124 m 220.9559 437.5734 L 226.7283 480.7787 l 253.0863 446.5371 l 269.0976 486.1346 l 289.0778 451.4616 L 174.8814 259.8607 L 111.0574 262.6494 l 166.0435 295.9601 l 103.7842 297.2969 l 158.1276 326.5409 l 100.0114 338.143 l 154.2991 365.5487 l 90.0391 376.0312 l 158.4893 394.3079 l 145.8033 401.0567 l 153.9917 407.394 l 122.1356 443.6264 l 175.4574 430.3767 l 186.6265 477.6124 L f 0.1732 0.6585 0.4439 0 k 186.8177 476.8828 m 221.0066 437.1443 L 226.9545 479.9929 l 253.1396 446.1168 l 269.1681 485.3087 l 288.9186 451.3709 L 175.2581 260.2375 L 112.1701 263.0083 l 166.7366 296.1449 l 104.987 297.5715 l 158.6683 326.6943 l 101.0028 338.2677 l 154.9186 365.5829 l 91.2011 376.111 l 158.904 394.3685 l 146.3289 401.0868 l 154.5135 407.2733 l 122.7365 443.2694 l 175.5822 430.0234 l 186.8177 476.8828 L f 0.1853 0.6683 0.4512 0 k 187.0088 476.1533 m 221.0573 436.7154 L 227.1806 479.207 l 253.1929 445.6965 l 269.2387 484.4829 l 288.7594 451.2803 L 175.6351 260.6144 L 113.2829 263.3672 l 167.4297 296.3296 l 106.1896 297.8461 l 159.2091 326.8475 l 101.9942 338.3925 l 155.5381 365.6171 l 92.363 376.1908 l 159.3187 394.4291 l 146.8545 401.1169 l 155.0352 407.1525 l 123.3375 442.9125 l 175.7071 429.67 l 187.0088 476.1533 L f 0.1975 0.678 0.4585 0 k 187.2 475.4237 m 221.1078 436.2864 L 227.4067 478.4211 l 253.2465 445.2761 l 269.3092 483.6571 l 288.6002 451.1897 L 176.0119 260.9912 L 114.3958 263.7259 l 168.1227 296.5144 l 107.3922 298.1207 l 159.7498 327.0009 l 102.9857 338.5173 l 156.1577 365.6513 l 93.5251 376.2707 l 159.7334 394.4897 l 147.3801 401.147 l 155.5569 407.0319 l 123.9383 442.5556 l 175.8319 429.3167 l 187.2 475.4237 L f 0.2097 0.6878 0.4658 0 k 187.3912 474.6943 m 221.1585 435.8575 L 227.6329 477.6352 l 253.2997 444.8557 l 269.3798 482.8312 l 288.441 451.099 L 176.3887 261.3679 L 115.5085 264.0848 l 168.8158 296.6992 l 108.595 298.3953 l 160.2904 327.1542 l 103.977 338.6421 l 156.7772 365.6854 l 94.6871 376.3504 l 160.1481 394.5503 l 147.9057 401.1772 l 156.0786 406.9112 l 124.5393 442.1985 l 175.9568 428.9633 l 187.3912 474.6943 L f 0.2219 0.6975 0.4731 0 k 187.5823 473.965 m 221.2091 435.4284 L 227.859 476.8494 l 253.3531 444.4354 l 269.4504 482.0054 l 288.2818 451.0084 L 176.7656 261.7448 L 116.6213 264.4437 l 169.5088 296.884 l 109.7978 298.67 l 160.8312 327.3076 l 104.9684 338.7669 l 157.3967 365.7196 l 95.8491 376.4302 l 160.5628 394.6109 l 148.4313 401.2073 l 156.6004 406.7904 l 125.1401 441.8416 l 176.0816 428.61 l 187.5823 473.965 L f 0.2341 0.7073 0.4805 0 k 187.7735 473.2354 m 221.2597 434.9995 L 228.0853 476.0635 l 253.4065 444.0151 l 269.521 481.1795 l 288.1226 450.9178 L 177.1424 262.1216 L 117.7341 264.8026 l 170.2019 297.0688 l 111.0004 298.9446 l 161.3719 327.4609 l 105.9598 338.8916 l 158.0163 365.7538 l 97.0111 376.51 l 160.9775 394.6716 l 148.9568 401.2374 l 157.1221 406.6698 l 125.741 441.4847 l 176.2065 428.2567 l 187.7735 473.2354 L f 0.2463 0.717 0.4878 0 k 187.9647 472.5059 m 221.3103 434.5705 L 228.3114 475.2777 l 253.4599 443.5947 l 269.5914 480.3537 l 287.9635 450.8272 L 177.5193 262.4984 L 118.8469 265.1614 l 170.8949 297.2535 l 112.2031 299.2191 l 161.9127 327.6143 l 106.9513 339.0164 l 158.6359 365.788 l 98.173 376.5897 l 161.3921 394.7322 l 149.4825 401.2675 l 157.6438 406.5491 l 126.3421 441.1277 l 176.3313 427.9034 l 187.9647 472.5059 L f 0.2585 0.7268 0.4951 0 k 188.1559 471.7764 m 221.3609 434.1416 L 228.5376 474.4918 l 253.5133 443.1744 l 269.662 479.528 l 287.8043 450.7366 L 177.896 262.8753 L 119.9596 265.5203 l 171.5881 297.4384 l 113.4059 299.4937 l 162.4534 327.7677 l 107.9427 339.1411 l 159.2553 365.8222 l 99.3351 376.6696 l 161.8069 394.7927 l 150.008 401.2977 l 158.1655 406.4284 l 126.9429 440.7708 l 176.4562 427.5501 l 188.1559 471.7764 L f 0.2707 0.7366 0.5024 0 k 188.347 471.047 m 221.4116 433.7126 L 228.7637 473.7059 l 253.5666 442.754 l 269.7326 478.7021 l 287.6451 450.6459 L 178.2729 263.252 L 121.0724 265.879 l 172.2812 297.6231 l 114.6086 299.7683 l 162.9941 327.9208 l 108.9341 339.2659 l 159.8749 365.8563 l 100.4971 376.7494 l 162.2216 394.8534 l 150.5335 401.3278 l 158.6873 406.3078 l 127.5438 440.4139 l 176.581 427.1967 l 188.347 471.047 L f 0.2829 0.7463 0.5097 0 k 188.5382 470.3176 m 221.4621 433.2836 L 228.9898 472.9201 l 253.6201 442.3337 l 269.803 477.8764 l 287.486 450.5553 L 178.6496 263.6289 L 122.1852 266.2379 l 172.9742 297.8078 l 115.8112 300.0429 l 163.5347 328.0743 l 109.9255 339.3907 l 160.4944 365.8904 l 101.6591 376.8291 l 162.6362 394.914 l 151.0591 401.3579 l 159.209 406.1869 l 128.1447 440.057 l 176.7059 426.8434 l 188.5382 470.3176 L f 0.2951 0.7561 0.517 0 k 188.7294 469.5881 m 221.5128 432.8547 L 229.216 472.1342 l 253.6734 441.9133 l 269.8736 477.0506 l 287.3268 450.4647 L 179.0264 264.0056 L 123.298 266.5969 l 173.6673 297.9926 l 117.0139 300.3177 l 164.0756 328.2276 l 110.9169 339.5155 l 161.114 365.9246 l 102.8209 376.9089 l 163.0508 394.9746 l 151.5846 401.388 l 159.7307 406.0662 l 128.7458 439.6999 l 176.8307 426.49 l 188.7294 469.5881 L f 0.3073 0.7658 0.5243 0 k 188.9207 468.8585 m 221.5634 432.4257 L 229.4421 471.3482 l 253.7267 441.493 l 269.9442 476.2247 l 287.1676 450.3741 L 179.4033 264.3825 L 124.4109 266.9558 l 174.3604 298.1773 l 118.2167 300.5923 l 164.6162 328.381 l 111.9084 339.6401 l 161.7336 365.9587 l 103.9831 376.9886 l 163.4656 395.0352 l 152.1103 401.4181 l 160.2525 405.9456 l 129.3466 439.3429 l 176.9556 426.1367 l 188.9207 468.8585 L f 0.3195 0.7756 0.5317 0 k 189.1118 468.129 m 221.614 431.9967 L 229.6683 470.5624 l 253.7801 441.0727 l 270.0146 475.3989 l 287.0084 450.2835 L 179.7801 264.7593 L 125.5236 267.3144 l 175.0535 298.3621 l 119.4193 300.8668 l 165.157 328.5343 l 112.8999 339.7649 l 162.353 365.9929 l 105.145 377.0684 l 163.8803 395.0958 l 152.6358 401.4483 l 160.7743 405.8249 l 129.9476 438.986 l 177.0804 425.7835 l 189.1118 468.129 L f 0.3316 0.7853 0.539 0 k 189.303 467.3997 m 221.6645 431.5678 L 229.8944 469.7766 l 253.8334 440.6523 l 270.0852 474.5731 l 286.8493 450.1929 L 180.1569 265.1361 L 126.6363 267.6734 l 175.7465 298.5469 l 120.622 301.1415 l 165.6977 328.6877 l 113.8912 339.8896 l 162.9725 366.0271 l 106.307 377.1482 l 164.295 395.1564 l 153.1614 401.4784 l 161.2959 405.7042 l 130.5484 438.6291 l 177.2054 425.4301 l 189.303 467.3997 L f 0.3438 0.7951 0.5463 0 k 189.4942 466.6701 m 221.7152 431.1388 L 230.1206 468.9908 l 253.8868 440.2321 l 270.1558 473.7473 l 286.6901 450.1022 L 180.5338 265.513 L 127.7491 268.0322 l 176.4396 298.7316 l 121.8249 301.416 l 166.2385 328.841 l 114.8825 340.0144 l 163.5922 366.0613 l 107.469 377.228 l 164.7097 395.217 l 153.687 401.5085 l 161.8176 405.5835 l 131.1494 438.272 l 177.3302 425.0768 l 189.4942 466.6701 L f 0.356 0.8048 0.5536 0 k 189.6854 465.9407 m 221.7659 430.7098 L 230.3467 468.2049 l 253.9402 439.8116 l 270.2264 472.9214 l 286.5309 450.0115 L 180.9106 265.8898 L 128.8619 268.3911 l 177.1326 298.9163 l 123.0274 301.6907 l 166.7792 328.9943 l 115.874 340.1392 l 164.2117 366.0955 l 108.6311 377.3077 l 165.1244 395.2777 l 154.2125 401.5386 l 162.3393 405.4628 l 131.7503 437.9151 l 177.4551 424.7235 l 189.6854 465.9407 L f 0.3682 0.8146 0.5609 0 k 189.8766 465.2111 m 221.8165 430.2808 L 230.5729 467.4189 l 253.9936 439.3912 l 270.2969 472.0956 l 286.3717 449.9209 L 181.2873 266.2665 L 129.9748 268.75 l 177.8258 299.1012 l 124.2302 301.9654 l 167.3199 329.1477 l 116.8654 340.264 l 164.8311 366.1296 l 109.793 377.3874 l 165.5391 395.3383 l 154.7382 401.5686 l 162.8612 405.3421 l 132.3512 437.5582 l 177.5799 424.3702 l 189.8766 465.2111 L f 0.3804 0.8243 0.5682 0 k 190.0677 464.4816 m 221.8671 429.8518 L 230.799 466.6331 l 254.0469 438.9709 l 270.3675 471.2698 l 286.2126 449.8303 L 181.6641 266.6434 L 131.0875 269.1089 l 178.5188 299.2859 l 125.433 302.24 l 167.8606 329.301 l 117.8568 340.3887 l 165.4508 366.1638 l 110.955 377.4673 l 165.9539 395.3988 l 155.2637 401.5988 l 163.3829 405.2215 l 132.9522 437.2012 l 177.7048 424.0168 l 190.0677 464.4816 L f 0.3926 0.8341 0.5755 0 k 190.2589 463.7522 m 221.9176 429.4228 L 231.0252 465.8472 l 254.1003 438.5506 l 270.438 470.444 l 286.0534 449.7397 L 182.0411 267.0201 L 132.2003 269.4676 l 179.2119 299.4706 l 126.6355 302.5147 l 168.4014 329.4544 l 118.8482 340.5135 l 166.0703 366.198 l 112.117 377.547 l 166.3684 395.4595 l 155.7893 401.6288 l 163.9046 405.1006 l 133.5531 436.8441 l 177.8296 423.6635 l 190.2589 463.7522 L f 0.4048 0.8438 0.5829 0 k 190.4501 463.0227 m 221.9683 428.9939 L 231.2513 465.0613 l 254.1537 438.1303 l 270.5086 469.6182 l 285.8942 449.6491 L 182.4178 267.3969 L 133.3131 269.8265 l 179.905 299.6554 l 127.8382 302.7892 l 168.9421 329.6077 l 119.8397 340.6382 l 166.6898 366.2322 l 113.2789 377.6268 l 166.7831 395.5201 l 156.3149 401.659 l 164.4264 404.98 l 134.154 436.4873 l 177.9545 423.3102 l 190.4501 463.0227 L f 0.417 0.8536 0.5902 0 k 190.6412 462.2933 m 222.0189 428.5649 L 231.4775 464.2754 l 254.2071 437.71 l 270.5791 468.7924 l 285.735 449.5585 L 182.7946 267.7738 L 134.4259 270.1854 l 180.598 299.8402 l 129.041 303.0638 l 169.4828 329.7611 l 120.8311 340.7631 l 167.3094 366.2664 l 114.441 377.7066 l 167.1979 395.5807 l 156.8405 401.6892 l 164.9481 404.8592 l 134.755 436.1303 l 178.0793 422.9569 l 190.6412 462.2933 L f 0.4292 0.8633 0.5975 0 k 190.8324 461.5638 m 222.0695 428.1359 L 231.7036 463.4896 l 254.2604 437.2897 l 270.6495 467.9665 l 285.5758 449.4678 L 183.1714 268.1505 L 135.5386 270.5443 l 181.2911 300.025 l 130.2437 303.3385 l 170.0234 329.9144 l 121.8225 340.8879 l 167.9289 366.3005 l 115.603 377.7864 l 167.6125 395.6414 l 157.3661 401.7192 l 165.4698 404.7386 l 135.3559 435.7734 l 178.2042 422.6036 l 190.8324 461.5638 L f 0.4414 0.8731 0.6048 0 k 191.0236 460.8342 m 222.1201 427.707 L 231.9297 462.7037 l 254.3138 436.8694 l 270.7201 467.1407 l 285.4166 449.3772 L 183.5483 268.5274 L 136.6514 270.9031 l 181.9842 300.2097 l 131.4464 303.6131 l 170.5642 330.0678 l 122.8139 341.0126 l 168.5484 366.3347 l 116.765 377.8662 l 168.0272 395.7019 l 157.8916 401.7493 l 165.9915 404.618 l 135.9568 435.4163 l 178.329 422.2503 l 191.0236 460.8342 L f 0.4536 0.8829 0.6121 0 k 191.2148 460.1048 m 222.1707 427.278 L 232.1559 461.9179 l 254.3671 436.4489 l 270.7906 466.315 l 285.2575 449.2866 L 183.9251 268.9042 L 137.7642 271.2619 l 182.6773 300.3945 l 132.6491 303.8877 l 171.105 330.221 l 123.8053 341.1374 l 169.1679 366.3688 l 117.927 377.946 l 168.4419 395.7625 l 158.4172 401.7794 l 166.5134 404.4973 l 136.5577 435.0594 l 178.4539 421.8968 l 191.2148 460.1048 L f 0.4658 0.8926 0.6194 0 k 191.406 459.3753 m 222.2213 426.849 L 232.382 461.132 l 254.4205 436.0286 l 270.8612 465.4891 l 285.0983 449.196 L 184.302 269.281 L 138.8771 271.6208 l 183.3704 300.5792 l 133.8518 304.1624 l 171.6457 330.3744 l 124.7966 341.2621 l 169.7875 366.403 l 119.089 378.0258 l 168.8567 395.8232 l 158.9428 401.8096 l 167.0349 404.3765 l 137.1586 434.7024 l 178.5787 421.5436 l 191.406 459.3753 L f 0.4779 0.9024 0.6268 0 k 191.5971 458.6459 m 222.272 426.4201 L 232.6083 460.3462 l 254.4739 435.6083 l 270.9317 464.6633 l 284.9391 449.1054 L 184.6788 269.6579 L 139.9898 271.9797 l 184.0634 300.764 l 135.0545 304.437 l 172.1864 330.5278 l 125.788 341.3868 l 170.407 366.4372 l 120.251 378.1054 l 169.2713 395.8838 l 159.4683 401.8397 l 167.5567 404.2559 l 137.7595 434.3455 l 178.7036 421.1903 l 191.5971 458.6459 L f 0.4901 0.9121 0.6341 0 k 191.7884 457.9164 m 222.3225 425.9911 L 232.8344 459.5602 l 254.5273 435.188 l 271.0022 463.8375 l 284.7799 449.0148 L 185.0556 270.0346 L 141.1025 272.3386 l 184.7565 300.9487 l 136.2573 304.7115 l 172.7271 330.6811 l 126.7795 341.5117 l 171.0266 366.4714 l 121.413 378.1851 l 169.6861 395.9444 l 159.994 401.8699 l 168.0784 404.1351 l 138.3605 433.9886 l 178.8284 420.837 l 191.7884 457.9164 L f 0.5023 0.9219 0.6414 0 k 191.9796 457.1868 m 222.3732 425.5621 L 233.0606 458.7744 l 254.5806 434.7676 l 271.0728 463.0116 l 284.6208 448.9242 L 185.4325 270.4114 L 142.2153 272.6974 l 185.4496 301.1335 l 137.4599 304.9862 l 173.268 330.8344 l 127.7709 341.6364 l 171.646 366.5056 l 122.5749 378.265 l 170.1008 396.0049 l 160.5195 401.9 l 168.6002 404.0144 l 138.9614 433.6317 l 178.9533 420.4837 l 191.9796 457.1868 L f 0.5145 0.9316 0.6487 0 k 192.1707 456.4575 m 222.4238 425.1332 L 233.2867 457.9886 l 254.634 434.3473 l 271.1434 462.1858 l 284.4616 448.8335 L 185.8092 270.7883 L 143.3281 273.0562 l 186.1427 301.3183 l 138.6626 305.261 l 173.8085 330.9877 l 128.7624 341.7612 l 172.2656 366.5397 l 123.7369 378.3448 l 170.5156 396.0656 l 161.0451 401.93 l 169.1219 403.8937 l 139.5624 433.2746 l 179.0782 420.1304 l 192.1707 456.4575 L f 0.5267 0.9414 0.656 0 k 192.3619 455.728 m 222.4744 424.7043 L 233.5128 457.2027 l 254.6874 433.9269 l 271.214 461.36 l 284.3025 448.7429 L 186.186 271.165 L 144.441 273.4152 l 186.8357 301.503 l 139.8653 305.5356 l 174.3493 331.1412 l 129.7538 341.886 l 172.8852 366.5739 l 124.8989 378.4246 l 170.9301 396.1262 l 161.5706 401.9602 l 169.6437 403.773 l 140.1633 432.9176 l 179.2031 419.7769 l 192.3619 455.728 L f 0.5389 0.9511 0.6633 0 k 192.5531 454.9985 m 222.5251 424.2752 L 233.7389 456.4168 l 254.7408 433.5066 l 271.2844 460.5342 l 284.1432 448.6522 L 186.5629 271.5419 L 145.5537 273.774 l 187.5289 301.6878 l 141.0681 305.8102 l 174.89 331.2945 l 130.7452 342.0107 l 173.5047 366.6081 l 126.0609 378.5044 l 171.3448 396.1868 l 162.0963 401.9903 l 170.1654 403.6523 l 140.7643 432.5607 l 179.3279 419.4236 l 192.5531 454.9985 L f 0.5511 0.9609 0.6707 0 k 192.7443 454.269 m 222.5756 423.8462 L 233.9651 455.6309 l 254.7941 433.0862 l 271.355 459.7084 l 283.984 448.5617 L 186.9397 271.9187 L 146.6664 274.1328 l 188.2219 301.8725 l 142.2707 306.0848 l 175.4308 331.4478 l 131.7367 342.1356 l 174.1242 366.6423 l 127.2229 378.5842 l 171.7596 396.2475 l 162.6218 402.0204 l 170.6871 403.5317 l 141.3651 432.2038 l 179.4528 419.0704 l 192.7443 454.269 L f 0.5633 0.9706 0.678 0 k 192.9355 453.5394 m 222.6263 423.4173 L 234.1913 454.845 l 254.8474 432.6659 l 271.4256 458.8827 l 283.8248 448.4709 L 187.3166 272.2955 L 147.7792 274.4917 l 188.9149 302.0573 l 143.4734 306.3594 l 175.9715 331.6011 l 132.7281 342.2602 l 174.7438 366.6765 l 128.3848 378.664 l 172.1743 396.308 l 163.1475 402.0505 l 171.2088 403.4109 l 141.9661 431.8467 l 179.5776 418.7171 l 192.9355 453.5394 L f 0.5755 0.9804 0.6853 0 k 193.1266 452.8101 m 222.6768 422.9884 L 234.4174 454.0592 l 254.9009 432.2456 l 271.4962 458.0568 l 283.6656 448.3803 L 187.6933 272.6723 L 148.8919 274.8506 l 189.608 302.242 l 144.6762 306.6341 l 176.5122 331.7546 l 133.7194 342.385 l 175.3633 366.7106 l 129.5469 378.7438 l 172.589 396.3686 l 163.673 402.0806 l 171.7307 403.2902 l 142.567 431.4899 l 179.7025 418.3638 l 193.1266 452.8101 L f 0.5877 0.9901 0.6926 0 k 193.3178 452.0806 m 222.7275 422.5595 L 234.6435 453.2733 l 254.9541 431.8251 l 271.5667 457.231 l 283.5066 448.2897 L 188.0701 273.0492 L 150.0048 275.2095 l 190.3011 302.4269 l 145.8788 306.9086 l 177.0528 331.9079 l 134.7108 342.5098 l 175.983 366.7447 l 130.7089 378.8234 l 173.0036 396.4293 l 164.1986 402.1108 l 172.2522 403.1696 l 143.1679 431.1329 l 179.8273 418.0103 l 193.3178 452.0806 L f U 0.6 1 0.7 0 (hair) 0 x 131.8839 378.9041 m 176.6094 366.7794 l 135.7135 342.636 l 177.5997 332.0629 l 147.0951 307.1863 l 191.002 302.6137 l 151.1302 275.5724 l 188.4512 273.4302 l 283.3454 448.1981 l 271.638 456.3958 l 255.0082 431.4002 l 234.8721 452.4786 l 222.7787 422.1256 l 193.5111 451.3429 l 179.9535 417.653 l 143.7756 430.7719 l 172.7799 403.0475 l 164.7301 402.1411 l 173.423 396.4905 l 131.8839 378.9041 l f U u 0.1 0.6 0.4 0 (hair light) 0 x 305.5897 450.8198 m 304.3792 479.8023 l 274.5465 445.2953 l 250.4884 468.2477 l 237.8094 438.3045 l 210.59 461.7257 l 192.6127 429.8221 l 163.6373 454.473 l 157.3399 426.1681 l 110.4723 400.9719 l 170.771 393.6454 l 118.0484 363.8249 l 178.816 359.6598 l 130.7175 323.9843 l 187.475 322.1908 l 141.4849 292.0181 l 195.2855 286.6246 l 147.978 255.1935 l 200.1691 253.1078 l 305.5897 450.8198 l f u 0.1122 0.6098 0.4073 0 k 171.2656 393.6074 m 111.4188 401.1388 l 157.6831 425.8533 l 163.8099 453.9904 l 192.6969 429.4866 l 210.6899 461.2302 l 237.843 437.9726 l 250.5904 467.7401 l 274.5778 444.9756 l 304.073 479.1979 l 305.1416 450.3518 l 200.1491 253.2919 l 148.8866 255.5038 l 195.6296 286.6601 l 142.3622 292.2229 l 187.8597 322.2087 l 131.5839 324.2497 l 179.3684 359.7197 l 119.1326 363.9912 l 171.2656 393.6074 l f 0.1244 0.6195 0.4146 0 k 171.7603 393.5696 m 112.3652 401.3056 l 158.0264 425.5385 l 163.9826 453.508 l 192.7811 429.1512 l 210.7898 460.735 l 237.8764 437.6407 l 250.6923 467.2327 l 274.6092 444.6556 l 303.7666 478.5934 l 304.6937 449.8837 l 200.1291 253.4761 l 149.7953 255.8141 l 195.9736 286.6959 l 143.2394 292.4276 l 188.2445 322.2263 l 132.4504 324.5152 l 179.9208 359.7795 l 120.2169 364.1573 l 171.7603 393.5696 l f 0.1366 0.6293 0.4219 0 k 172.2548 393.5316 m 113.3117 401.4725 l 158.3697 425.2237 l 164.1553 453.0254 l 192.8654 428.8157 l 210.8896 460.2396 l 237.91 437.3087 l 250.7943 466.7252 l 274.6406 444.3359 l 303.4604 477.9889 l 304.2458 449.4156 l 200.1093 253.6603 l 150.704 256.1245 l 196.3176 286.7314 l 144.1166 292.6324 l 188.6292 322.2442 l 133.317 324.7807 l 180.4732 359.8394 l 121.3011 364.3234 l 172.2548 393.5316 l f 0.1488 0.639 0.4292 0 k 172.7495 393.4938 m 114.2581 401.6394 l 158.7129 424.9088 l 164.328 452.5429 l 192.9494 428.4802 l 210.9895 459.7443 l 237.9435 436.9769 l 250.8964 466.2177 l 274.6719 444.0162 l 303.154 477.3843 l 303.7979 448.9476 l 200.0894 253.8444 l 151.6126 256.4348 l 196.6617 286.7671 l 144.9938 292.8371 l 189.0139 322.262 l 134.1836 325.046 l 181.0257 359.8993 l 122.3852 364.4895 l 172.7495 393.4938 l f 0.161 0.6488 0.4366 0 k 173.244 393.4559 m 115.2046 401.8063 l 159.0562 424.5941 l 164.5006 452.0604 l 193.0338 428.1448 l 211.0893 459.2489 l 237.9769 436.645 l 250.9984 465.7102 l 274.7032 443.6964 l 302.8478 476.7798 l 303.35 448.4795 l 200.0695 254.0285 l 152.5213 256.7452 l 197.0057 286.8028 l 145.8709 293.0417 l 189.3985 322.2797 l 135.0502 325.3114 l 181.5782 359.9592 l 123.4694 364.6557 l 173.244 393.4559 l f 0.1732 0.6585 0.4439 0 k 173.7387 393.4181 m 116.151 401.9732 l 159.3994 424.2793 l 164.6732 451.5779 l 193.1178 427.8092 l 211.1891 458.7536 l 238.0105 436.3131 l 251.1003 465.2028 l 274.7346 443.3767 l 302.5415 476.1752 l 302.9019 448.0115 l 200.0495 254.2127 l 153.4299 257.0556 l 197.3498 286.8384 l 146.7483 293.2465 l 189.7833 322.2975 l 135.9166 325.5767 l 182.1305 360.0191 l 124.5537 364.8218 l 173.7387 393.4181 l f 0.1853 0.6683 0.4512 0 k 174.2333 393.3801 m 117.0974 402.14 l 159.7428 423.9645 l 164.8459 451.0954 l 193.202 427.4738 l 211.2891 458.2583 l 238.0439 435.9813 l 251.2023 464.6952 l 274.766 443.0569 l 302.2352 475.5709 l 302.454 447.5433 l 200.0295 254.3967 l 154.3386 257.366 l 197.6938 286.874 l 147.6254 293.4512 l 190.168 322.3152 l 136.7832 325.8422 l 182.683 360.0789 l 125.6379 364.988 l 174.2333 393.3801 l f 0.1975 0.678 0.4585 0 k 174.728 393.3421 m 118.0439 402.3069 l 160.0861 423.6496 l 165.0185 450.6129 l 193.2863 427.1383 l 211.389 457.7629 l 238.0775 435.6492 l 251.3043 464.1877 l 274.7973 442.7371 l 301.9289 474.9663 l 302.0061 447.0752 l 200.0095 254.5811 l 155.2472 257.6763 l 198.0377 286.9096 l 148.5027 293.6559 l 190.5527 322.3331 l 137.6497 326.1076 l 183.2355 360.1389 l 126.7221 365.1542 l 174.728 393.3421 l f 0.2097 0.6878 0.4658 0 k 175.2225 393.3042 m 118.9904 402.4738 l 160.4292 423.3349 l 165.1912 450.1303 l 193.3704 426.8029 l 211.4887 457.2676 l 238.1109 435.3174 l 251.4064 463.6802 l 274.8287 442.4174 l 301.6226 474.3619 l 301.5582 446.6072 l 199.9895 254.7651 l 156.1559 257.9866 l 198.3818 286.9453 l 149.3799 293.8607 l 190.9374 322.3509 l 138.5163 326.3728 l 183.788 360.1987 l 127.8063 365.3202 l 175.2225 393.3042 l f 0.2219 0.6975 0.4731 0 k 175.7172 393.2663 m 119.9368 402.6407 l 160.7725 423.02 l 165.3638 449.6478 l 193.4546 426.4673 l 211.5888 456.7721 l 238.1445 434.9855 l 251.5084 463.1727 l 274.86 442.0977 l 301.3163 473.7574 l 301.1102 446.1391 l 199.9697 254.9493 l 157.0645 258.297 l 198.7259 286.981 l 150.2572 294.0653 l 191.3221 322.3686 l 139.3827 326.6383 l 184.3404 360.2586 l 128.8905 365.4864 l 175.7172 393.2663 l f 0.2341 0.7073 0.4805 0 k 176.2118 393.2285 m 120.8832 402.8076 l 161.1158 422.7052 l 165.5365 449.1653 l 193.5388 426.1319 l 211.6886 456.2768 l 238.178 434.6536 l 251.6103 462.6652 l 274.8914 441.7778 l 301.0101 473.1528 l 300.6622 445.6711 l 199.9496 255.1334 l 157.9731 258.6073 l 199.0698 287.0166 l 151.1343 294.27 l 191.7069 322.3864 l 140.2492 326.9037 l 184.8928 360.3185 l 129.9747 365.6525 l 176.2118 393.2285 l f 0.2463 0.717 0.4878 0 k 176.7064 393.1905 m 121.8298 402.9745 l 161.4591 422.3904 l 165.7092 448.6827 l 193.6229 425.7964 l 211.7883 455.7814 l 238.2114 434.3217 l 251.7123 462.1578 l 274.9227 441.4581 l 300.7039 472.5484 l 300.2144 445.203 l 199.9296 255.3175 l 158.8817 258.9177 l 199.414 287.0522 l 152.0116 294.4749 l 192.0916 322.4043 l 141.1158 327.169 l 185.4453 360.3784 l 131.0588 365.8187 l 176.7064 393.1905 l f 0.2585 0.7268 0.4951 0 k 177.201 393.1527 m 122.7761 403.1413 l 161.8023 422.0756 l 165.8819 448.2003 l 193.7071 425.4609 l 211.8883 455.2862 l 238.2449 433.9899 l 251.8143 461.6503 l 274.9541 441.1384 l 300.3976 471.9438 l 299.7664 444.7349 l 199.9097 255.5018 l 159.7903 259.2281 l 199.7579 287.0879 l 152.8888 294.6796 l 192.4763 322.4221 l 141.9823 327.4344 l 185.9978 360.4382 l 132.1431 365.9849 l 177.201 393.1527 l f 0.2707 0.7366 0.5024 0 k 177.6957 393.1148 m 123.7227 403.3082 l 162.1455 421.7609 l 166.0545 447.7177 l 193.7913 425.1255 l 211.988 454.7907 l 238.2784 433.658 l 251.9163 461.1428 l 274.9855 440.8185 l 300.0912 471.3394 l 299.3184 444.2668 l 199.8898 255.6859 l 160.699 259.5384 l 200.1019 287.1235 l 153.766 294.8842 l 192.861 322.4398 l 142.8488 327.6998 l 186.5502 360.4981 l 133.2274 366.151 l 177.6957 393.1148 l f 0.2829 0.7463 0.5097 0 k 178.1903 393.0769 m 124.6691 403.4751 l 162.4888 421.4459 l 166.2272 447.2352 l 193.8755 424.7901 l 212.0879 454.2954 l 238.3119 433.326 l 252.0183 460.6354 l 275.0168 440.4988 l 299.785 470.7348 l 298.8706 443.7988 l 199.8699 255.8701 l 161.6076 259.8488 l 200.446 287.1592 l 154.6433 295.0891 l 193.2458 322.4576 l 143.7153 327.9652 l 187.1026 360.5579 l 134.3116 366.3172 l 178.1903 393.0769 l f 0.2951 0.7561 0.517 0 k 178.685 393.039 m 125.6156 403.642 l 162.8322 421.1312 l 166.3998 446.7526 l 193.9596 424.4545 l 212.1879 453.8 l 238.3455 432.9942 l 252.1203 460.1279 l 275.0482 440.1791 l 299.4786 470.1304 l 298.4226 443.3306 l 199.8499 256.0542 l 162.5164 260.1591 l 200.79 287.1948 l 155.5205 295.2937 l 193.6304 322.4754 l 144.5819 328.2306 l 187.6551 360.6177 l 135.3957 366.4833 l 178.685 393.039 l f 0.3073 0.7658 0.5243 0 k 179.1795 393.0011 m 126.562 403.8089 l 163.1754 420.8164 l 166.5725 446.2702 l 194.0438 424.119 l 212.2877 453.3047 l 238.3789 432.6622 l 252.2222 459.6204 l 275.0795 439.8593 l 299.1724 469.5258 l 297.9747 442.8626 l 199.8299 256.2383 l 163.425 260.4694 l 201.1342 287.2304 l 156.3977 295.4985 l 194.0151 322.4933 l 145.4484 328.496 l 188.2075 360.6777 l 136.4799 366.6495 l 179.1795 393.0011 l f 0.3195 0.7756 0.5317 0 k 179.6742 392.9633 m 127.5085 403.9758 l 163.5187 420.5016 l 166.7451 445.7876 l 194.128 423.7837 l 212.3875 452.8092 l 238.4125 432.3304 l 252.3242 459.1129 l 275.1109 439.5396 l 298.866 468.9215 l 297.5268 442.3946 l 199.8099 256.4226 l 164.3337 260.7798 l 201.4781 287.266 l 157.275 295.7031 l 194.3998 322.511 l 146.315 328.7613 l 188.7599 360.7375 l 137.5641 366.8157 l 179.6742 392.9633 l f 0.3316 0.7853 0.539 0 k 180.1687 392.9253 m 128.455 404.1427 l 163.8619 420.1868 l 166.9178 445.3052 l 194.2121 423.4481 l 212.4875 452.314 l 238.446 431.9985 l 252.4263 458.6054 l 275.1423 439.2198 l 298.5598 468.3168 l 297.0788 441.9265 l 199.79 256.6067 l 165.2423 261.0902 l 201.8221 287.3017 l 158.1522 295.9078 l 194.7846 322.5288 l 147.1815 329.0269 l 189.3125 360.7975 l 138.6483 366.9818 l 180.1687 392.9253 l f 0.3438 0.7951 0.5463 0 k 180.6634 392.8874 m 129.4013 404.3095 l 164.2053 419.8718 l 167.0904 444.8226 l 194.2964 423.1127 l 212.5873 451.8186 l 238.4795 431.6666 l 252.5283 458.0979 l 275.1736 438.8999 l 298.2535 467.7124 l 296.6309 441.4584 l 199.7701 256.7908 l 166.1509 261.4004 l 202.1661 287.3374 l 159.0294 296.1126 l 195.1693 322.5466 l 148.048 329.2922 l 189.8649 360.8573 l 139.7324 367.1479 l 180.6634 392.8874 l f 0.356 0.8048 0.5536 0 k 181.158 392.8496 m 130.3479 404.4764 l 164.5484 419.557 l 167.2631 444.3401 l 194.3805 422.7772 l 212.6871 451.3233 l 238.513 431.3346 l 252.6302 457.5904 l 275.205 438.5802 l 297.9472 467.1079 l 296.183 440.9903 l 199.7501 256.9748 l 167.0596 261.7108 l 202.5102 287.373 l 159.9067 296.3173 l 195.554 322.5644 l 148.9146 329.5576 l 190.4173 360.9171 l 140.8168 367.3141 l 181.158 392.8496 l f 0.3682 0.8146 0.5609 0 k 181.6527 392.8117 m 131.2944 404.6433 l 164.8918 419.2423 l 167.4358 443.8576 l 194.4646 422.4416 l 212.7869 450.8279 l 238.5464 431.0027 l 252.7322 457.0829 l 275.2364 438.2604 l 297.641 466.5033 l 295.735 440.5222 l 199.7301 257.1591 l 167.9682 262.0213 l 202.8543 287.4087 l 160.7838 296.522 l 195.9387 322.5821 l 149.781 329.823 l 190.9698 360.9771 l 141.901 367.4803 l 181.6527 392.8117 l f 0.3804 0.8243 0.5682 0 k 182.1472 392.7738 m 132.2407 404.8102 l 165.2351 418.9275 l 167.6085 443.375 l 194.5488 422.1063 l 212.8868 450.3325 l 238.58 430.6709 l 252.8342 456.5754 l 275.2678 437.9406 l 297.3347 465.8989 l 295.287 440.0542 l 199.7101 257.3433 l 168.8769 262.3316 l 203.1983 287.4442 l 161.6611 296.7267 l 196.3234 322.6 l 150.6475 330.0884 l 191.5223 361.0369 l 142.9852 367.6464 l 182.1472 392.7738 l f 0.3926 0.8341 0.5755 0 k 182.6419 392.7357 m 133.1872 404.9771 l 165.5782 418.6127 l 167.7812 442.8926 l 194.633 421.7707 l 212.9867 449.8373 l 238.6134 430.339 l 252.9363 456.0679 l 275.2991 437.6209 l 297.0284 465.2944 l 294.8391 439.5861 l 199.6902 257.5274 l 169.7855 262.6418 l 203.5423 287.4799 l 162.5384 296.9314 l 196.7081 322.6178 l 151.5141 330.3538 l 192.0747 361.0967 l 144.0693 367.8125 l 182.6419 392.7357 l f 0.4048 0.8438 0.5829 0 k 183.1365 392.6979 m 134.1336 405.1439 l 165.9215 418.2978 l 167.9538 442.41 l 194.7172 421.4353 l 213.0866 449.3418 l 238.647 430.007 l 253.0382 455.5604 l 275.3304 437.3012 l 296.7222 464.6897 l 294.3912 439.118 l 199.6703 257.7116 l 170.6941 262.9523 l 203.8863 287.5156 l 163.4156 297.1361 l 197.0929 322.6356 l 152.3806 330.6192 l 192.6271 361.1567 l 145.1535 367.9787 l 183.1365 392.6979 l f 0.417 0.8536 0.5902 0 k 183.6311 392.66 m 135.08 405.3108 l 166.2648 417.983 l 168.1264 441.9275 l 194.8013 421.0998 l 213.1864 448.8465 l 238.6805 429.6752 l 253.1402 455.053 l 275.3618 436.9814 l 296.4159 464.0853 l 293.9433 438.6498 l 199.6502 257.8957 l 171.6027 263.2626 l 204.2304 287.5512 l 164.2928 297.3409 l 197.4775 322.6533 l 153.2472 330.8846 l 193.1796 361.2165 l 146.2378 368.1448 l 183.6311 392.66 l f 0.4292 0.8633 0.5975 0 k 184.1258 392.6221 m 136.0265 405.4777 l 166.6081 417.6682 l 168.2991 441.4449 l 194.8855 420.7643 l 213.2863 448.3511 l 238.7139 429.3433 l 253.2422 454.5454 l 275.3932 436.6616 l 296.1096 463.4808 l 293.4954 438.1819 l 199.6303 258.0798 l 172.5114 263.5729 l 204.5743 287.5868 l 165.17 297.5456 l 197.8622 322.6712 l 154.1137 331.15 l 193.732 361.2765 l 147.322 368.311 l 184.1258 392.6221 l f 0.4414 0.8731 0.6048 0 k 184.6204 392.5842 m 136.973 405.6446 l 166.9514 417.3535 l 168.4717 440.9625 l 194.9697 420.4289 l 213.3861 447.8558 l 238.7475 429.0114 l 253.3442 454.038 l 275.4245 436.342 l 295.8033 462.8763 l 293.0474 437.7138 l 199.6103 258.2641 l 173.42 263.8833 l 204.9184 287.6225 l 166.0472 297.7503 l 198.247 322.6889 l 154.9803 331.4154 l 194.2845 361.3363 l 148.4062 368.4772 l 184.6204 392.5842 l f 0.4536 0.8829 0.6121 0 k 185.115 392.5463 m 137.9195 405.8115 l 167.2946 417.0387 l 168.6443 440.4799 l 195.0538 420.0934 l 213.4859 447.3604 l 238.7809 428.6794 l 253.4462 453.5305 l 275.4559 436.0221 l 295.4969 462.2718 l 292.5994 437.2458 l 199.5904 258.4482 l 174.3287 264.1936 l 205.2625 287.6581 l 166.9244 297.955 l 198.6317 322.7066 l 155.8467 331.6808 l 194.8369 361.3962 l 149.4904 368.6433 l 185.115 392.5463 l f 0.4658 0.8926 0.6194 0 k 185.6097 392.5084 m 138.8659 405.9784 l 167.6379 416.7237 l 168.817 439.9974 l 195.1381 419.7579 l 213.5858 446.8652 l 238.8144 428.3476 l 253.5482 453.0229 l 275.4873 435.7023 l 295.1907 461.6673 l 292.1516 436.7776 l 199.5705 258.6324 l 175.2373 264.504 l 205.6064 287.6938 l 167.8016 298.1597 l 199.0164 322.7244 l 156.7133 331.9462 l 195.3893 361.4561 l 150.5746 368.8095 l 185.6097 392.5084 l f 0.4779 0.9024 0.6268 0 k 186.1042 392.4705 m 139.8124 406.1453 l 167.9812 416.4089 l 168.9896 439.5149 l 195.2222 419.4224 l 213.6857 446.3697 l 238.848 428.0157 l 253.6502 452.5155 l 275.5186 435.3826 l 294.8844 461.0628 l 291.7036 436.3096 l 199.5505 258.8165 l 176.146 264.8143 l 205.9505 287.7294 l 168.6789 298.3646 l 199.4011 322.7423 l 157.5798 332.2115 l 195.9418 361.5159 l 151.6588 368.9756 l 186.1042 392.4705 l f 0.4901 0.9121 0.6341 0 k 186.5989 392.4326 m 140.7588 406.3121 l 168.3245 416.0942 l 169.1624 439.0324 l 195.3063 419.0868 l 213.7855 445.8744 l 238.8815 427.6838 l 253.7522 452.0079 l 275.55 435.0628 l 294.5782 460.4583 l 291.2556 435.8416 l 199.5305 259.0006 l 177.0547 265.1247 l 206.2945 287.765 l 169.5561 298.5692 l 199.7857 322.7601 l 158.4463 332.4769 l 196.4942 361.5758 l 152.743 369.1418 l 186.5989 392.4326 l f 0.5023 0.9219 0.6414 0 k 187.0934 392.3948 m 141.7053 406.479 l 168.6677 415.7793 l 169.335 438.5498 l 195.3906 418.7515 l 213.8853 445.379 l 238.9149 427.3518 l 253.8541 451.5005 l 275.5813 434.7431 l 294.2719 459.8539 l 290.8077 435.3735 l 199.5105 259.1848 l 177.9633 265.435 l 206.6385 287.8006 l 170.4333 298.774 l 200.1706 322.7778 l 159.3128 332.7422 l 197.0467 361.6357 l 153.8273 369.308 l 187.0934 392.3948 l f 0.5145 0.9316 0.6487 0 k 187.5881 392.3569 m 142.6517 406.6459 l 169.0109 415.4646 l 169.5078 438.0674 l 195.4747 418.4161 l 213.9852 444.8837 l 238.9485 427.0199 l 253.9562 450.993 l 275.6127 434.4234 l 293.9655 459.2492 l 290.3598 434.9053 l 199.4906 259.3689 l 178.872 265.7454 l 206.9826 287.8363 l 171.3105 298.9788 l 200.5552 322.7956 l 160.1793 333.0076 l 197.5992 361.6956 l 154.9114 369.4741 l 187.5881 392.3569 l f 0.5267 0.9414 0.656 0 k 188.0827 392.319 m 143.5982 406.8128 l 169.3543 415.1498 l 169.6804 437.5849 l 195.5589 418.0805 l 214.0851 444.3883 l 238.9819 426.6881 l 254.0582 450.4856 l 275.6441 434.1035 l 293.6593 458.6449 l 289.9118 434.4372 l 199.4707 259.5531 l 179.7806 266.0557 l 207.3266 287.872 l 172.1877 299.1835 l 200.94 322.8134 l 161.0459 333.2731 l 198.1516 361.7555 l 155.9956 369.6403 l 188.0827 392.319 l f 0.5389 0.9511 0.6633 0 k 188.5774 392.2811 m 144.5447 406.9797 l 169.6976 414.835 l 169.8531 437.1024 l 195.6431 417.745 l 214.1849 443.893 l 239.0154 426.3562 l 254.1601 449.9781 l 275.6755 433.7838 l 293.353 458.0403 l 289.4639 433.9692 l 199.4507 259.7372 l 180.6893 266.3661 l 207.6707 287.9076 l 173.065 299.3881 l 201.3247 322.8313 l 161.9124 333.5384 l 198.7041 361.8153 l 157.0799 369.8063 l 188.5774 392.2811 l f 0.5511 0.9609 0.6707 0 k 189.072 392.2432 m 145.4912 407.1466 l 170.0408 414.5202 l 170.0256 436.6198 l 195.7272 417.4096 l 214.2847 443.3976 l 239.049 426.0243 l 254.2621 449.4706 l 275.7068 433.4641 l 293.0467 457.4358 l 289.016 433.5011 l 199.4307 259.9214 l 181.5979 266.6765 l 208.0147 287.9432 l 173.9422 299.5929 l 201.7094 322.8489 l 162.7789 333.804 l 199.2565 361.8753 l 158.164 369.9724 l 189.072 392.2432 l f 0.5633 0.9706 0.678 0 k 189.5666 392.2053 m 146.4376 407.3134 l 170.3841 414.2052 l 170.1983 436.1372 l 195.8114 417.0741 l 214.3846 442.9023 l 239.0824 425.6924 l 254.3641 448.9631 l 275.7382 433.1443 l 292.7405 456.8313 l 288.568 433.033 l 199.4107 260.1055 l 182.5065 266.9867 l 208.3587 287.9788 l 174.8195 299.7976 l 202.0942 322.8668 l 163.6455 334.0692 l 199.809 361.9351 l 159.2483 370.1387 l 189.5666 392.2053 l f 0.5755 0.9804 0.6853 0 k 190.0612 392.1672 m 147.3839 407.4803 l 170.7274 413.8904 l 170.3709 435.6548 l 195.8955 416.7387 l 214.4845 442.4068 l 239.1159 425.3605 l 254.4662 448.4556 l 275.7696 432.8245 l 292.4341 456.2268 l 288.1202 432.565 l 199.3908 260.2896 l 183.4151 267.2972 l 208.7027 288.0145 l 175.6966 300.0024 l 202.4788 322.8846 l 164.512 334.3346 l 200.3614 361.9951 l 160.3325 370.3048 l 190.0612 392.1672 l f 0.5877 0.9901 0.6926 0 k 190.5559 392.1294 m 148.3304 407.6472 l 171.0706 413.5757 l 170.5436 435.1723 l 195.9798 416.4031 l 214.5844 441.9114 l 239.1494 425.0286 l 254.5681 447.9481 l 275.8009 432.5046 l 292.1278 455.6223 l 287.6722 432.0969 l 199.3709 260.4738 l 184.3238 267.6076 l 209.0468 288.05 l 176.5739 300.207 l 202.8636 322.9024 l 165.3786 334.6 l 200.9138 362.0549 l 161.4167 370.4709 l 190.5559 392.1294 l f U 0.6 1 0.7 0 (hair) 0 x 199.3505 260.66 m 185.2427 267.9213 l 209.3947 288.0862 l 177.461 300.4141 l 203.2526 322.9203 l 166.2548 334.8684 l 201.4726 362.1153 l 162.5131 370.639 l 191.056 392.0911 l 149.2876 407.816 l 171.4177 413.2574 l 170.7182 434.6842 l 196.0649 416.064 l 214.6853 441.4106 l 239.1833 424.693 l 254.6712 447.4349 l 275.8326 432.1813 l 291.8181 455.0111 l 287.2192 431.6235 l 199.3505 260.66 l f U 0 0.2 0.2 0 (flesh) 0 x 325.0875 258.3542 m 317.033 263.1789 318.6872 277.7154 323.6791 283.0444 c 329.7246 289.4978 358.6789 302.505 365.4615 304.7784 C 364.8472 308.2618 357.9033 323.2001 355.3631 327.4214 c 367.5963 331.3743 369.6249 332.0911 v 371.6535 332.8081 377.2059 329.8362 374.6455 336.2089 c 372.0851 342.5818 308.5819 414.3528 307.2508 419.8648 c 305.9197 425.3769 305.7326 447.9718 305.5897 450.8198 C 172.7458 426.6779 169.3239 425.7152 v 165.9019 424.7527 162.2956 424.8352 164.5489 420.2042 c 166.802 415.5731 187.2378 320.0453 191.825 302.1773 c 194.0416 293.5433 199.0443 262.925 203.9049 232.2158 C 329.0219 244.0154 l 325.0875 258.3542 l f 1 g 0 R 1 0.57 0 0 (eye shadow) 0 X 304.072 418.6889 m 289.4428 424.8322 276.5516 424.6115 264.6596 411.7396 C 281.2556 404.9169 291.3195 407.2045 304.072 418.6889 C b u 0.6 0.2 0.3 0 (iris) 0 x 289.4442 421.9147 m 285.9461 421.2979 283.5548 418.2773 284.103 415.1679 c 284.6513 412.0586 287.9315 410.0379 291.4296 410.6547 c 294.9276 411.2715 297.3189 414.2922 296.7706 417.4015 c 296.2224 420.5109 292.9422 422.5315 289.4442 421.9147 c f 290.4369 416.2847 m F U u 0 g 289.9405 419.0998 m 288.3858 418.8256 287.3478 417.3431 287.6219 415.7884 c 287.8961 414.2337 289.3786 413.1955 290.9333 413.4697 c 292.4879 413.7438 293.5261 415.2264 293.2519 416.7811 c 292.9778 418.3358 291.4951 419.3739 289.9405 419.0998 c f 290.4369 416.2847 m F U 1 0.57 0 0 (eye shadow) 0 x 264.6596 411.7396 m 270.1942 417.7303 295.8455 422.1435 304.072 418.6889 C 289.4428 424.8322 276.5516 424.6115 264.6596 411.7396 C f u 0.7 0.4 0.5 0 (bronze) 0 x 0 R 0.2 0.4 0.4 0 (Maple) 0 X 1.05 w 221.7141 366.9916 m 223.2881 367.2691 224.3393 368.7701 224.0617 370.3444 c 223.9996 370.6967 223.8762 371.0229 223.7042 371.3139 c 243.6564 365.3139 l 235.9306 363.9517 l 242.1791 328.5142 L 245.3702 329.0769 245.8343 327.4269 246.1897 325.4116 c 246.5451 323.3963 247.3349 319.8989 Y 213.7449 313.9761 L 213.291 317.5327 212.9356 319.5481 v 212.5802 321.5634 212.4519 323.2726 215.643 323.8353 C 209.3945 359.2727 l 201.6689 357.9105 l 218.3658 370.3726 l 218.3036 370.0403 218.2993 369.6916 218.3614 369.3393 c 218.639 367.765 220.14 366.714 221.7141 366.9916 c b 0.2 0.4 0.4 0 (Maple) 0 x 224.6659 345.341 m 227.8049 327.5383 l 221.9266 326.5018 L 221.0382 331.5402 220.1498 336.5788 219.7944 338.5943 c 219.4391 340.6096 219.2914 344.3934 224.6659 345.341 C f 220.4151 326.2353 m 218.2829 338.3277 l 216.6033 338.0316 216.05 337.2413 216.2869 335.8976 c 216.5238 334.5541 218.0638 325.8207 y 220.4151 326.2353 l f 0 R 0.2 0.4 0.4 0 (Maple) 0 X 215.643 323.8353 m 242.1791 328.5142 l S 212.9011 320.2348 m 246.0712 326.0835 l S 0 O 0.2 0.4 0.4 0 (Maple) 0 x 226.3453 345.6372 m 229.4844 327.8344 l 235.3626 328.8709 L 234.4742 333.9093 233.5858 338.9479 233.2304 340.9634 c 232.875 342.9787 231.7198 346.5848 226.3453 345.6372 C f 236.8741 329.1374 m 234.7418 341.2299 l 236.4213 341.526 237.2117 340.9726 237.4486 339.629 c 237.6856 338.2854 239.2255 329.552 y 236.8741 329.1374 l f u 1 g 222.0729 364.9564 m 217.3507 364.1237 214.1973 359.6203 215.03 354.898 c 215.8627 350.1757 220.3661 347.0225 225.0883 347.8552 c 229.8105 348.6878 232.964 353.1911 232.1314 357.9134 c 231.2987 362.6357 226.7952 365.789 222.0729 364.9564 c f 223.5806 356.4057 m F U 0 g 0.945 w 218.9333 361.6473 m 224.8156 356.2771 l 223.5065 355.3537 l 218.9333 361.6473 l f 220.8944 353.3066 m 223.5361 357.6465 l 224.6328 356.4786 l 220.8944 353.3066 l f U 1 g 0.7 w 211.464 227.3144 m 213.0146 228.246 225.2857 230.0894 228.1767 230.4757 c 231.0678 230.862 255.9194 235.7901 260.3979 237.6787 c 264.8764 239.5674 296.2876 251.9815 297.8751 253.4839 c 299.4626 254.9862 297.7247 256.4742 296.5462 255.9773 c 295.3677 255.4803 281.0887 249.1809 277.9622 248.6952 c 274.8354 248.2095 274.0657 248.7178 273.5319 249.3255 C 274.574 249.4874 285.1808 253.9606 287.3024 254.8553 c 289.4235 255.7498 296.1486 256.9201 294.7936 260.7907 c 292.5965 267.0684 289.7979 273.9535 288.0229 274.8706 c 286.2479 275.788 284.9334 274.9556 282.8119 274.061 c 280.6903 273.1664 255.4329 261.9596 253.039 260.3948 c 250.8034 258.9333 241.5947 244.7409 237.0425 241.7106 c 232.4902 238.6804 224.5387 234.494 221.3127 234.2442 c 218.0865 233.994 209.9107 231.6566 207.5903 231.2334 C 211.464 227.3144 L f 0.6 1 0.7 0 (hair) 0 x 268.6866 250.8222 m 269.3086 250.9319 269.9965 250.6684 269.9378 250.2732 c 269.8793 249.878 270.1133 249.2779 269.1987 249.3733 c 268.2838 249.4684 267.7205 249.754 267.7791 250.1491 c 267.8376 250.5443 268.6866 250.8222 y f 0.6 0.2 0.3 0 (iris) 0 x 256.6575 262.2984 m 255.2164 265.3796 247.7245 278.0406 242.2866 273.2334 c 236.8487 268.4263 238.7885 271.9753 240.0182 273.7313 c 241.2478 275.4875 247.0148 278.4285 248.8292 275.4133 c 250.6436 272.398 251.4562 274.3372 250.4832 276.2179 c 249.5101 278.0988 250.7326 280.6233 253.7331 281.7937 c 256.7337 282.9643 256.1188 282.0862 254.1793 280.718 c 252.2399 279.3498 251.2443 276.9935 252.7294 273.6638 c 254.2144 270.3339 255.4432 265.5477 257.9602 262.913 C 256.6575 262.2984 L f 203.9049 232.2158 m 209.1033 199.3729 213.4978 167.2903 214.7889 161.0214 C 264.5037 169.7776 l 258.8825 194.2435 L 267.7148 201.1885 344.098 214.0922 372.0267 218.6576 c 399.9553 223.223 390.5308 229.822 387.9906 234.0434 c 385.4505 238.2648 382.7278 255.7432 383.1998 261.2139 C 346.6039 256.9162 331.5436 256.775 v 328.9193 256.7503 326.7871 257.3361 325.0875 258.3542 C 322.4081 251.7244 311.9865 248.9646 307.8161 255.1562 C 305.1368 248.5266 296.3111 246.2007 292.1407 252.3922 C 289.4615 245.7626 280.6357 243.4367 276.4653 249.6283 C 273.7861 242.9986 264.9603 240.6727 260.79 246.8643 C 258.1107 240.2347 249.2849 237.9088 245.1146 244.1004 C 242.4354 237.4707 233.6095 235.1448 229.4392 241.3364 C 226.7599 234.7068 217.9341 232.3809 213.7637 238.5724 C 212.043 234.3148 207.7876 231.8322 203.858 232.2408 C 203.9049 232.2158 L f 332.5382 386.6186 m 321.1636 384.613 l 322.8558 375.0157 l 310.4151 372.8221 l 312.2953 362.1585 l 299.1436 359.8395 l 301.0865 348.8205 l 288.2903 346.5642 l 289.9825 336.9669 l 277.1862 334.7106 l 278.8157 325.4689 l 258.5549 321.8964 l 282.2861 322.4158 l 280.2384 331.9503 l 293.4528 333.9138 l 291.2171 344.5147 l 305.2051 346.2482 l 301.7777 357.3719 l 315.9958 359.8789 l 312.9866 370.7099 l 325.1972 372.1299 l 324.7387 383.0442 l 332.5382 386.6186 l f 1 0.57 0 0 (eye shadow) 0 x 309.9169 362.6554 m 293.2792 363.4783 l 299.9836 349.3591 l 284.9971 346.5333 l 293.6905 351.2729 l 288.2098 369.3648 l 302.0145 368.5004 l 295.3881 380.6178 l 290.9283 372.1348 l 280.6363 373.3438 l 281.0496 376.7151 l 289.669 375.1197 l 293.4287 385.4949 l 295.4467 387.042 l 293.3351 389.1434 l 302.0387 392.7856 l 302.3937 389.7329 l 306.6216 383.4231 l 311.0568 364.5057 l 309.9169 362.6554 l f 0.7 0.4 0.5 0 (bronze) 0 x 300.1621 391.9964 m 294.5759 402.3731 l 290.2318 400.5076 l 290.696 393.7176 l 292.5936 393.8689 l 293.048 391.2919 l 295.4628 391.6261 l 297.3552 392.3262 l 298.2854 391.2076 l 300.1621 391.9964 l f 1 g 291.6218 397.8207 m 291.2592 397.4087 291.2193 396.4669 292.0659 396.3414 c 292.9128 396.2158 293.6968 396.4457 293.1846 397.2717 c 292.6725 398.0977 292.0035 398.2545 291.6218 397.8207 c f 0 g 292.4424 397.324 m 292.1288 397.5435 292.1183 397.0837 y 292.2698 396.7439 292.5364 396.7909 v 292.8031 396.8379 292.4424 397.324 y f 290.2318 400.5076 m 288.0888 401.2293 l 294.529 404.1974 l 299.2747 399.6282 l 298.0769 394.4693 l 296.3786 398.3845 l 295.3071 398.7455 l 295.0822 397.423 l 294.309 400.7685 l 290.2318 400.5076 l f 270.6903 381.9438 m 271.2026 382.6755 l 274.8201 384.5045 l 275.1806 384.0182 l 271.443 382.3514 l 270.6903 381.9438 l f 1 g 275.1806 384.0182 m 279.8315 375.3093 l 274.9546 374.9074 l 271.1346 382.0221 l 275.1806 384.0182 l f 0 g 275.3739 382.403 m 279.6954 374.0025 l 274.0868 374.113 l 270.6903 381.9438 l 275.3739 382.403 l f 0.7 0.4 0.5 0 (bronze) 0 x 280.9816 376.0618 m 278.0336 377.1913 l 278.5615 376.2764 l 275.8798 375.8953 l 276.6063 374.3741 l 278.1379 374.0027 l 276.7787 373.3965 l 280.1135 373.7098 l 280.2705 374.3787 l 280.7148 374.457 l 280.9816 376.0618 l f 1 g 414.6156 322.2926 m 415.4501 309.2456 418.4173 296.5746 415.9497 293.9404 c 413.4821 291.3063 389.4513 285.3816 384.8365 283.3234 C 392.3215 282.4441 414.1931 291.4317 419.5866 285.7857 c 421.3845 283.9037 428.3235 265.3359 429.7023 257.516 C 430.3309 266.4229 421.1386 280.8826 425.8594 287.6247 c 428.2017 290.9697 445.7648 291.1345 454.045 294.0605 C 447.0201 296.4869 429.0379 290.3842 425.4422 294.1483 c 421.8465 297.9122 417.4163 314.7232 414.6156 322.2926 C f 347.733 495.2318 m 346.4798 488.9495 346.284 482.5758 344.783 481.6404 c 343.282 480.7051 331.1566 480.9358 328.7116 480.5444 C 332.1443 479.1825 343.6344 480.6745 345.4747 477.3203 c 346.0881 476.2021 347.0276 466.5349 346.6925 462.6585 C 348.1153 466.7959 345.59 474.8029 348.6768 477.3984 c 350.2082 478.6863 358.544 476.5455 362.8338 476.8848 C 359.8146 478.9211 350.5302 478.3033 349.3034 480.5396 c 348.0765 482.7759 348.1028 491.2944 347.733 495.2318 C f 362.6832 425.5911 m 367.1053 429.4303 383.6876 438.4573 393.933 440.6303 c 404.1785 442.8033 438.501 452.8868 443.0597 457.1724 c 447.6183 461.458 464.9111 471.4707 460.7091 476.5938 c 456.5073 481.717 427.1309 482.0347 412.4003 477.2384 c 397.6697 472.442 398.2557 476.3936 408.2607 478.8907 c 418.2657 481.3879 444.7039 487.748 460.1254 488.219 c 472.2767 488.5901 473.6407 473.9262 469.9743 470.4698 c 460.9908 462.0011 444.6266 448.2861 434.8601 433.0034 c 425.0938 417.7206 396.8936 381.229 387.7248 378.1462 c 378.556 375.0636 367.9551 372.8279 361.1295 379.3209 c 354.3037 385.814 344.6035 395.0987 349.7491 409.5666 c 354.8945 424.0345 361.0939 424.2114 362.6832 425.5911 c f 0 g 352.3715 398.8506 m 353.5438 397.7121 353.8556 395.6305 354.1166 393.111 c 354.3776 390.5915 356.3008 387.9985 358.6112 388.4059 c 360.9217 388.8133 361.3917 386.1475 362.4263 383.3979 c 363.4608 380.6483 368.0398 379.6231 370.5803 380.8041 c 373.1208 381.985 374.5005 380.3958 376.5912 378.9318 c 378.6818 377.468 381.0338 376.6 381.5151 379.0671 c 381.9963 381.5342 382.7914 385.3395 385.6346 382.7255 c 388.4777 380.1115 391.4051 381.1774 390.9977 383.4879 c 390.5903 385.7984 386.0017 391.0366 386.88 392.2909 c 387.7583 393.5453 392.6818 390.5652 395.0026 389.8749 c 397.3233 389.1845 398.7769 392.3729 398.4322 394.3279 c 398.0875 396.2829 391.3447 397.1097 388.4593 397.8837 c 385.5741 398.6577 382.7834 402.0139 387.9687 402.745 c 393.1541 403.4761 397.5968 401.1441 398.5799 403.883 c 399.563 406.6218 401.4661 409.3398 398.1524 411.5042 c 394.8387 413.6687 382.2922 403.7599 378.5595 399.9864 c 374.8268 396.213 368.46 394.9072 371.4925 400.5729 c 374.525 406.2386 391.2429 417.4327 388.5359 421.3534 c 385.8287 425.2742 383.7068 426.9158 381.1662 425.7348 c 378.6257 424.5538 375.2369 412.5947 372.2778 408.5912 c 369.3187 404.5876 365.7959 406.8984 365.8697 411.676 c 365.9436 416.4536 370.1051 421.9519 368.37 423.4785 c 366.6348 425.0051 361.7211 423.7722 362.1599 421.284 c 362.5986 418.7958 365.2322 413.2129 363.4129 411.0596 c 361.5936 408.9062 360.7895 415.5448 358.2387 415.4616 c 355.6879 415.3783 351.9658 413.6225 354.2133 411.27 c 356.4605 408.9175 361.7086 409.2931 361.2377 405.7283 c 360.7667 402.1635 356.6795 404.5581 354.5468 404.182 c 352.4141 403.806 349.497 401.6423 352.3715 398.8506 c f 1 g 491.0293 409.3634 m 483.433 404.2591 476.8162 397.9978 474.3532 398.5614 c 471.8904 399.1251 459.8356 411.5693 456.9639 413.6348 C 459.0709 408.7979 472.2168 398.7393 470.7037 393.4871 c 470.1993 391.7364 461.4165 380.9941 457.1734 377.4035 C 462.7815 380.1632 468.2856 390.82 474.0273 390.3419 c 476.876 390.1046 483.1673 379.5411 487.8558 375.5651 C 486.8466 380.6689 476.8165 389.3924 477.8254 392.894 c 478.8341 396.3955 487.439 405.0011 491.0293 409.3634 C f u 418.5399 336.0651 m 418.0772 335.9835 417.7681 335.5422 417.8497 335.0796 c 417.9313 334.6168 418.3727 334.3079 418.8353 334.3895 c 419.298 334.4711 419.607 334.9123 419.5254 335.3751 c 419.4439 335.8377 419.0025 336.1467 418.5399 336.0651 c f 418.6876 335.2274 m F U u 401.773 348.0131 m 401.3103 347.9316 401.0013 347.4903 401.0829 347.0276 c 401.1644 346.565 401.6058 346.2559 402.0685 346.3375 c 402.5311 346.4191 402.8402 346.8605 402.7586 347.3231 c 402.677 347.7858 402.2357 348.0947 401.773 348.0131 c f 401.9207 347.1754 m F U u 393.5354 252.0028 m 393.0728 251.9212 392.7638 251.4799 392.8454 251.0172 c 392.927 250.5546 393.3682 250.2456 393.8309 250.3272 c 394.2935 250.4087 394.6025 250.85 394.5209 251.3126 c 394.4394 251.7753 393.9981 252.0844 393.5354 252.0028 c f 393.6832 251.1649 m F U u 371.143 205.7844 m 370.6802 205.7028 370.3713 205.2614 370.4528 204.7988 c 370.5344 204.3361 370.9757 204.0271 371.4384 204.1087 c 371.901 204.1903 372.21 204.6315 372.1285 205.0943 c 372.0469 205.5569 371.6055 205.8659 371.143 205.7844 c f 371.2907 204.9466 m F U u 491.5524 337.6996 m 491.0898 337.618 490.7808 337.1767 490.8623 336.7141 c 490.9439 336.2514 491.3852 335.9423 491.8479 336.0239 c 492.3105 336.1055 492.6195 336.5469 492.5379 337.0095 c 492.4563 337.4722 492.0151 337.7811 491.5524 337.6996 c f 491.7001 336.8618 m F U u 469.1599 291.4812 m 468.6972 291.3996 468.3882 290.9583 468.4698 290.4956 c 468.5514 290.0329 468.9927 289.7239 469.4554 289.8055 c 469.918 289.887 470.227 290.3284 470.1455 290.7911 c 470.0639 291.2537 469.6225 291.5628 469.1599 291.4812 c f 469.3077 290.6433 m F U u 425.6634 243.0076 m 425.2008 242.9261 424.8918 242.4847 424.9734 242.022 c 425.0549 241.5594 425.4963 241.2503 425.9589 241.3319 c 426.4216 241.4135 426.7306 241.8549 426.649 242.3175 c 426.5674 242.7802 426.1262 243.0892 425.6634 243.0076 c f 425.8111 242.1697 m F U u 498.676 244.6421 m 498.2133 244.5605 497.9044 244.1191 497.9859 243.6565 c 498.0675 243.1938 498.5088 242.8847 498.9714 242.9663 c 499.4341 243.0479 499.7431 243.4893 499.6616 243.952 c 499.58 244.4146 499.1386 244.7237 498.676 244.6421 c f 498.8237 243.8042 m F U u 439.0259 404.182 m 438.5632 404.1004 438.2542 403.659 438.3357 403.1964 c 438.4173 402.7337 438.8587 402.4248 439.3213 402.5063 c 439.7839 402.5879 440.093 403.0292 440.0115 403.4918 c 439.9299 403.9545 439.4884 404.2635 439.0259 404.182 c f 439.1736 403.3441 m F U u 489.6459 359.598 m 489.1832 359.5165 488.8741 359.0751 488.9557 358.6124 c 489.0373 358.1498 489.4787 357.8407 489.9413 357.9223 c 490.404 358.0039 490.713 358.4452 490.6315 358.9079 c 490.5499 359.3706 490.1085 359.6796 489.6459 359.598 c f 489.7936 358.7602 m F U u 476.0346 410.4632 m 475.572 410.3817 475.2631 409.9403 475.3446 409.4776 c 475.4262 409.015 475.8675 408.7059 476.3301 408.7875 c 476.7928 408.8691 477.1018 409.3104 477.0203 409.7731 c 476.9387 410.2358 476.4973 410.5448 476.0346 410.4632 c f 476.1824 409.6254 m F U u 447.0976 214.2903 m 446.6349 214.2088 446.3259 213.7674 446.4074 213.3047 c 446.489 212.8421 446.9304 212.533 447.393 212.6146 c 447.8556 212.6961 448.1647 213.1375 448.0831 213.6002 c 448.0015 214.0628 447.5601 214.3719 447.0976 214.2903 c f 447.2453 213.4524 m F U u 496.5207 478.58 m 496.058 478.4984 495.749 478.057 495.8305 477.5945 c 495.9121 477.1318 496.3535 476.8228 496.8161 476.9043 c 497.2788 476.9859 497.5879 477.4273 497.5063 477.89 c 497.4247 478.3525 496.9833 478.6616 496.5207 478.58 c f 496.6684 477.7422 m F U u 471.7338 257.4837 m 471.2711 257.4021 470.9622 256.9607 471.0437 256.4982 c 471.1253 256.0354 471.5666 255.7264 472.0293 255.808 c 472.4919 255.8896 472.8009 256.3309 472.7193 256.7936 c 472.6377 257.2562 472.1965 257.5652 471.7338 257.4837 c f 471.8815 256.6459 m F U u 350.3112 452.7997 m 349.8486 452.7181 349.5395 452.2767 349.6211 451.8141 c 349.7026 451.3515 350.144 451.0424 350.6067 451.124 c 351.0693 451.2056 351.3783 451.6469 351.2967 452.1096 c 351.2152 452.5722 350.7739 452.8812 350.3112 452.7997 c f 350.4589 451.9619 m F U u 423.3236 454.4342 m 422.8611 454.3526 422.5521 453.9112 422.6336 453.4486 c 422.7152 452.9859 423.1566 452.6769 423.6191 452.7584 c 424.0819 452.84 424.3909 453.2814 424.3093 453.744 c 424.2277 454.2067 423.7864 454.5158 423.3236 454.4342 c f 423.4714 453.5963 m F U u 288.8862 481.0627 m 288.4235 480.9811 288.1145 480.5397 288.1961 480.0771 c 288.2777 479.6144 288.719 479.3053 289.1817 479.3869 c 289.6443 479.4685 289.9533 479.9099 289.8717 480.3725 c 289.7902 480.8352 289.3488 481.1442 288.8862 481.0627 c f 289.034 480.2248 m F U u 421.4172 476.3325 m 420.9546 476.2509 420.6455 475.8096 420.7271 475.347 c 420.8087 474.8843 421.25 474.5754 421.7127 474.6569 c 422.1753 474.7385 422.4843 475.1798 422.4027 475.6424 c 422.3211 476.1051 421.8799 476.414 421.4172 476.3325 c f 421.565 475.4947 m F U u 253.3158 494.3376 m 252.8531 494.256 252.5441 493.8146 252.6257 493.3521 c 252.7073 492.8893 253.1486 492.5803 253.6113 492.6619 c 254.0739 492.7435 254.383 493.1848 254.3014 493.6475 c 254.2198 494.1101 253.7785 494.4192 253.3158 494.3376 c f 253.4635 493.4998 m F U u 245.5084 483.1875 m 245.0458 483.1059 244.7368 482.6646 244.8184 482.2019 c 244.9 481.7393 245.3412 481.4303 245.8039 481.5119 c 246.2666 481.5935 246.5755 482.0347 246.494 482.4974 c 246.4124 482.96 245.9711 483.2691 245.5084 483.1875 c f 245.6562 482.3497 m F U u 220.699 496.4051 m 220.2362 496.3236 219.9272 495.8823 220.0088 495.4195 c 220.0904 494.957 220.5317 494.6478 220.9945 494.7294 c 221.4571 494.811 221.7661 495.2525 221.6846 495.715 c 221.603 496.1778 221.1616 496.4867 220.699 496.4051 c f 220.8467 495.5673 m F U u 212.9465 479.4007 m 212.4837 479.3191 212.1748 478.8778 212.2564 478.4151 c 212.3379 477.9526 212.7792 477.6434 213.242 477.725 c 213.7046 477.8066 214.0136 478.248 213.932 478.7106 c 213.8504 479.1732 213.4091 479.4823 212.9465 479.4007 c f 213.0942 478.5629 m F U u 78.0715 468.3244 m 77.6088 468.2428 77.2998 467.8015 77.3813 467.3388 c 77.4629 466.8762 77.9043 466.5671 78.3669 466.6487 c 78.8296 466.7303 79.1386 467.1717 79.0571 467.6342 c 78.9755 468.097 78.5341 468.4059 78.0715 468.3244 c f 78.2192 467.4865 m F U u 168.8978 468.7017 m 168.4352 468.6201 168.1262 468.1789 168.2078 467.7162 c 168.2894 467.2536 168.7306 466.9446 169.1933 467.0262 c 169.6559 467.1078 169.965 467.549 169.8834 468.0117 c 169.8018 468.4744 169.3605 468.7833 168.8978 468.7017 c f 169.0456 467.864 m F U u 150.9981 453.8176 m 150.5354 453.736 150.2264 453.2946 150.308 452.832 c 150.3896 452.3693 150.8309 452.0602 151.2936 452.1418 c 151.7562 452.2234 152.0652 452.6647 151.9836 453.1274 c 151.902 453.5901 151.4608 453.8992 150.9981 453.8176 c f 151.1458 452.9797 m F U u 136.1688 465.8629 m 135.706 465.7813 135.3971 465.34 135.4786 464.8773 c 135.5602 464.4147 136.0015 464.1056 136.4643 464.1872 c 136.9269 464.2687 137.2358 464.7102 137.1543 465.1728 c 137.0727 465.6354 136.6314 465.9445 136.1688 465.8629 c f 136.3165 465.025 m F U u 100.1448 426.2813 m 99.6822 426.1997 99.3732 425.7584 99.4548 425.2958 c 99.5364 424.8331 99.9776 424.5242 100.4403 424.6057 c 100.9029 424.6873 101.212 425.1286 101.1304 425.5912 c 101.0489 426.0539 100.6075 426.3628 100.1448 426.2813 c f 100.2926 425.4435 m F U u 103.8837 449.4195 m 103.4211 449.3379 103.1121 448.8966 103.1937 448.4339 c 103.2753 447.9712 103.7165 447.6622 104.1792 447.7438 c 104.6419 447.8253 104.9509 448.2667 104.8694 448.7294 c 104.7878 449.192 104.3464 449.5011 103.8837 449.4195 c f 104.0315 448.5816 m F U u 123.8966 424.6053 m 123.434 424.5238 123.125 424.0823 123.2065 423.6197 c 123.2881 423.1571 123.7295 422.848 124.192 422.9296 c 124.6548 423.0112 124.9637 423.4525 124.8822 423.9152 c 124.8006 424.3778 124.3593 424.6869 123.8966 424.6053 c f 124.0443 423.7675 m F U u 91.2201 399.2967 m 90.7574 399.2151 90.4485 398.7739 90.53 398.3112 c 90.6116 397.8486 91.0529 397.5395 91.5156 397.6211 c 91.9782 397.7027 92.2873 398.144 92.2057 398.6067 c 92.1241 399.0694 91.6828 399.3783 91.2201 399.2967 c f 91.3678 398.459 m F U u 98.968 394.7988 m 98.5055 394.7173 98.1964 394.2759 98.278 393.8132 c 98.3595 393.3507 98.8009 393.0416 99.2635 393.1232 c 99.7262 393.2048 100.0352 393.6461 99.9536 394.1087 c 99.872 394.5714 99.4308 394.8804 98.968 394.7988 c f 99.1157 393.9609 m F U u 103.4233 358.4454 m 102.9608 358.3639 102.6517 357.9225 102.7333 357.4598 c 102.8149 356.9972 103.2563 356.6881 103.7188 356.7697 c 104.1817 356.8513 104.4905 357.2926 104.4089 357.7553 c 104.3274 358.218 103.8862 358.527 103.4233 358.4454 c f 103.5711 357.6076 m F U u 122.9277 286.6291 m 122.4651 286.5475 122.1561 286.1062 122.2377 285.6435 c 122.3193 285.1809 122.7605 284.8718 123.2232 284.9534 c 123.6859 285.035 123.9949 285.4763 123.9133 285.939 c 123.8318 286.4016 123.3905 286.7107 122.9277 286.6291 c f 123.0755 285.7912 m F U u 108.7646 278.2677 m 108.302 278.1861 107.9929 277.7448 108.0745 277.2821 c 108.1561 276.8195 108.5975 276.5104 109.0601 276.592 c 109.5228 276.6736 109.8318 277.1149 109.7502 277.5776 c 109.6686 278.0403 109.2273 278.3492 108.7646 278.2677 c f 108.9123 277.4299 m F U u 139.7603 246.5939 m 139.2978 246.5124 138.9887 246.071 139.0703 245.6085 c 139.1519 245.1457 139.5932 244.8368 140.0558 244.9183 c 140.5185 244.9999 140.8275 245.4412 140.7459 245.9039 c 140.6644 246.3665 140.2231 246.6755 139.7603 246.5939 c f 139.908 245.7562 m F U u 173.5093 227.0203 m 173.0467 226.9388 172.7377 226.4975 172.8193 226.0348 c 172.9009 225.5721 173.3421 225.2632 173.8048 225.3448 c 174.2675 225.4264 174.5764 225.8675 174.4948 226.3303 c 174.4132 226.7929 173.9721 227.1019 173.5093 227.0203 c f 173.6571 226.1826 m F U u 163.3048 218.3797 m 162.8421 218.2982 162.5331 217.8567 162.6147 217.3941 c 162.6963 216.9314 163.1376 216.6224 163.6003 216.704 c 164.063 216.7856 164.3719 217.2268 164.2903 217.6896 c 164.2087 218.1521 163.7675 218.4613 163.3048 218.3797 c f 163.4525 217.5419 m F U u 148.3608 208.9032 m 147.8983 208.8217 147.5892 208.3804 147.6708 207.9176 c 147.7524 207.455 148.1937 207.146 148.6563 207.2276 c 149.119 207.3092 149.428 207.7505 149.3464 208.2131 c 149.2648 208.6759 148.8236 208.9848 148.3608 208.9032 c f 148.5086 208.0654 m F U u 178.3917 193.7878 m 177.9291 193.7062 177.6201 193.2649 177.7017 192.8022 c 177.7833 192.3395 178.2245 192.0305 178.6872 192.112 c 179.1499 192.1936 179.4588 192.635 179.3772 193.0976 c 179.2957 193.5603 178.8545 193.8694 178.3917 193.7878 c f 178.5395 192.9499 m F U u 296.3158 186.7264 m 295.8531 186.6448 295.5442 186.2035 295.6258 185.7408 c 295.7073 185.2782 296.1486 184.9691 296.6113 185.0507 c 297.0739 185.1322 297.383 185.5736 297.3014 186.0363 c 297.2198 186.4989 296.7785 186.808 296.3158 186.7264 c f 296.4635 185.8885 m F U u 326.1893 202.9889 m 325.7267 202.9074 325.4177 202.4661 325.4993 202.0033 c 325.5808 201.5408 326.0221 201.2317 326.4848 201.3133 c 326.9474 201.3949 327.2565 201.8362 327.1749 202.2988 c 327.0933 202.7615 326.652 203.0705 326.1893 202.9889 c f 326.3371 202.1511 m F U u 422.204 223.828 m 421.7412 223.7464 421.4322 223.3051 421.5138 222.8426 c 421.5954 222.3798 422.0366 222.0708 422.4994 222.1524 c 422.962 222.234 423.271 222.6752 423.1894 223.138 c 423.1079 223.6006 422.6665 223.9096 422.204 223.828 c f 422.3517 222.9903 m F U u 445.22 342.7242 m 444.7573 342.6426 444.4483 342.2012 444.5299 341.7387 c 444.6115 341.2759 445.0528 340.967 445.5155 341.0485 c 445.9781 341.1301 446.2872 341.5714 446.2056 342.0341 c 446.124 342.4967 445.6827 342.8058 445.22 342.7242 c f 445.3677 341.8864 m F U u 322.4582 432.0067 m 321.9955 431.9251 321.6866 431.4838 321.7682 431.0211 c 321.8497 430.5584 322.291 430.2495 322.7537 430.3311 c 323.2163 430.4126 323.5254 430.8539 323.4438 431.3166 c 323.3622 431.7792 322.9209 432.0883 322.4582 432.0067 c f 322.6059 431.1688 m F U u 317.6394 460.7216 m 317.1768 460.64 316.8676 460.1987 316.9492 459.7361 c 317.0308 459.2734 317.4723 458.9644 317.9348 459.0459 c 318.3976 459.1275 318.7065 459.5689 318.625 460.0316 c 318.5434 460.4942 318.1021 460.8032 317.6394 460.7216 c f 317.7871 459.8838 m F U u 371.3602 460.9092 m 370.8975 460.8276 370.5886 460.3863 370.6701 459.9237 c 370.7517 459.4609 371.193 459.152 371.6556 459.2335 c 372.1183 459.3151 372.4273 459.7564 372.3457 460.2191 c 372.2641 460.6817 371.8228 460.9908 371.3602 460.9092 c f 371.5079 460.0714 m F U u 382.552 452.8648 m 382.0894 452.7832 381.7804 452.3419 381.862 451.8793 c 381.9436 451.4166 382.3848 451.1076 382.8475 451.1891 c 383.3102 451.2707 383.6192 451.7121 383.5376 452.1747 c 383.4561 452.6374 383.0147 452.9463 382.552 452.8648 c f 382.6998 452.027 m F U u 312.361 492.0431 m 311.8982 491.9615 311.5893 491.5203 311.6709 491.0577 c 311.7524 490.595 312.1937 490.286 312.6564 490.3676 c 313.1191 490.4492 313.4282 490.8905 313.3466 491.3531 c 313.265 491.8158 312.8236 492.1247 312.361 492.0431 c f 312.5087 491.2054 m F U u 409.2479 373.5204 m 408.7853 373.4388 408.4761 372.9975 408.5577 372.5349 c 408.6393 372.0722 409.0808 371.7632 409.5433 371.8448 c 410.0061 371.9264 410.315 372.3677 410.2335 372.8303 c 410.1519 373.293 409.7106 373.602 409.2479 373.5204 c f 409.3956 372.6826 m F U u 464.6748 314.1466 m 464.2121 314.065 463.9031 313.6236 463.9846 313.1611 c 464.0662 312.6983 464.5075 312.3893 464.9702 312.4709 c 465.4329 312.5525 465.7418 312.9938 465.6602 313.4565 c 465.5787 313.9191 465.1374 314.2281 464.6748 314.1466 c f 464.8225 313.3088 m F U u 123.8213 159.6185 m 123.3587 159.5369 123.0497 159.0957 123.1313 158.633 c 123.2129 158.1702 123.6541 157.8613 124.1168 157.9428 c 124.5795 158.0244 124.8885 158.4657 124.8069 158.9284 c 124.7253 159.3911 124.2841 159.7001 123.8213 159.6185 c f 123.969 158.7807 m F U u 119.9246 203.8892 m 119.4621 203.8077 119.1529 203.3664 119.2345 202.9036 c 119.3161 202.441 119.7575 202.132 120.2201 202.2136 c 120.6829 202.2952 120.9918 202.7364 120.9103 203.1991 c 120.8287 203.6619 120.3874 203.9708 119.9246 203.8892 c f 120.0724 203.0514 m F U u 164.7665 165.7473 m 164.3038 165.6657 163.9947 165.2245 164.0763 164.7618 c 164.1579 164.2991 164.5992 163.9901 165.0619 164.0717 c 165.5247 164.1533 165.8335 164.5946 165.7519 165.0572 c 165.6703 165.52 165.2292 165.8289 164.7665 165.7473 c f 164.9142 164.9095 m F U u 113.2587 241.694 m 112.7962 241.6125 112.487 241.1712 112.5686 240.7086 c 112.6502 240.2458 113.0916 239.9369 113.5542 240.0185 c 114.0169 240.1001 114.3259 240.5413 114.2443 241.0041 c 114.1627 241.4667 113.7215 241.7756 113.2587 241.694 c f 113.4064 240.8563 m F U u 71.2487 452.2342 m 70.7859 452.1526 70.477 451.7113 70.5585 451.2487 c 70.6401 450.7859 71.0814 450.477 71.5441 450.5586 c 72.0068 450.6402 72.3158 451.0814 72.2342 451.5441 c 72.1526 452.0068 71.7113 452.3157 71.2487 452.2342 c f 71.3964 451.3964 m F U u 74.2021 441.0268 m 73.7394 440.9452 73.4304 440.504 73.512 440.0413 c 73.5936 439.5786 74.0348 439.2697 74.4975 439.3513 c 74.9603 439.4329 75.2692 439.874 75.1876 440.3368 c 75.1061 440.7994 74.6648 441.1084 74.2021 441.0268 c f 74.3498 440.189 m F U u 107.1774 470.184 m 106.7146 470.1024 106.4056 469.6611 106.4872 469.1984 c 106.5688 468.7357 107.0101 468.4267 107.4728 468.5083 c 107.9356 468.5899 108.2445 469.0312 108.163 469.4938 c 108.0814 469.9566 107.6401 470.2656 107.1774 470.184 c f 107.3251 469.3461 m F U u 335.6686 503.9717 m 335.2059 503.8901 334.8969 503.4487 334.9785 502.9861 c 335.06 502.5234 335.5014 502.2145 335.964 502.2961 c 336.4267 502.3777 336.7358 502.8189 336.6542 503.2816 c 336.5726 503.7442 336.1313 504.0533 335.6686 503.9717 c f 335.8163 503.1338 m F U u 382.7474 514.1141 m 382.2847 514.0325 381.9757 513.5912 382.0573 513.1285 c 382.1389 512.6658 382.5801 512.3568 383.0429 512.4384 c 383.5055 512.52 383.8145 512.9612 383.7329 513.424 c 383.6513 513.8866 383.2101 514.1957 382.7474 514.1141 c f 382.8952 513.2763 m F U u 396.092 510.4894 m 395.6293 510.4078 395.3203 509.9666 395.4019 509.5039 c 395.4835 509.0412 395.9248 508.7322 396.3874 508.8138 c 396.8501 508.8954 397.1591 509.3366 397.0775 509.7994 c 396.9959 510.262 396.5547 510.571 396.092 510.4894 c f 396.2397 509.6517 m F U u 495.8431 537.8514 m 495.3804 537.7699 495.0713 537.3286 495.1529 536.8659 c 495.2345 536.4032 495.6759 536.0943 496.1385 536.1759 c 496.6012 536.2575 496.9102 536.6986 496.8286 537.1614 c 496.747 537.624 496.3058 537.933 495.8431 537.8514 c f 495.9908 537.0137 m F U u 495.6163 511.4232 m 495.1537 511.3416 494.8447 510.9004 494.9263 510.4377 c 495.0079 509.975 495.4491 509.666 495.9118 509.7476 c 496.3744 509.8291 496.6834 510.2704 496.6018 510.7332 c 496.5202 511.1958 496.079 511.5048 495.6163 511.4232 c f 495.764 510.5855 m F U u 475.3791 526.4244 m 474.9163 526.3428 474.6073 525.9016 474.6889 525.4389 c 474.7705 524.9761 475.2118 524.6673 475.6745 524.7489 c 476.1371 524.8304 476.4463 525.2716 476.3647 525.7343 c 476.2831 526.1971 475.8417 526.5059 475.3791 526.4244 c f 475.5268 525.5866 m F U u 470.8044 508.0256 m 470.3419 507.944 470.0328 507.5028 470.1144 507.0401 c 470.196 506.5774 470.6373 506.2684 471.0999 506.35 c 471.5626 506.4316 471.8716 506.8728 471.79 507.3356 c 471.7084 507.7982 471.2672 508.1072 470.8044 508.0256 c f 470.9521 507.1878 m F U u 428.8783 524.0892 m 428.4157 524.0076 428.1067 523.5664 428.1883 523.1038 c 428.2699 522.6409 428.7111 522.3321 429.1738 522.4137 c 429.6364 522.4952 429.9455 522.9364 429.8639 523.3993 c 429.7823 523.8618 429.341 524.1708 428.8783 524.0892 c f 429.026 523.2515 m F U u 424.638 503.7947 m 424.1753 503.7131 423.8663 503.2718 423.9479 502.8092 c 424.0295 502.3464 424.4708 502.0376 424.9335 502.1192 c 425.3961 502.2007 425.7052 502.6419 425.6236 503.1047 c 425.542 503.5673 425.1007 503.8763 424.638 503.7947 c f 424.7857 502.9569 m F U u 474.8271 446.412 m 474.3644 446.3304 474.0554 445.889 474.137 445.4264 c 474.2186 444.9637 474.6598 444.6547 475.1226 444.7363 c 475.5852 444.8179 475.8942 445.2592 475.8126 445.7218 c 475.731 446.1845 475.2897 446.4935 474.8271 446.412 c f 474.9749 445.5741 m F U u 493.5796 439.8316 m 493.1169 439.75 492.8078 439.3087 492.8894 438.846 c 492.971 438.3833 493.4124 438.0743 493.875 438.1559 c 494.3377 438.2375 494.6467 438.6787 494.5651 439.1415 c 494.4835 439.6042 494.0422 439.9131 493.5796 439.8316 c f 493.7273 438.9938 m F U u 513.091 417.861 m 512.6283 417.7794 512.3194 417.3381 512.401 416.8755 c 512.4825 416.4128 512.9238 416.1038 513.3865 416.1854 c 513.8491 416.2669 514.1581 416.7082 514.0765 417.171 c 513.9949 417.6335 513.5536 417.9426 513.091 417.861 c f 513.2387 417.0232 m F U u 513.6427 375.9325 m 513.18 375.8509 512.8709 375.4096 512.9525 374.947 c 513.0341 374.4842 513.4754 374.1753 513.9381 374.2569 c 514.4008 374.3385 514.7098 374.7797 514.6282 375.2424 c 514.5467 375.7051 514.1053 376.014 513.6427 375.9325 c f 513.7904 375.0947 m F U u 522.0017 345.1541 m 521.539 345.0725 521.2299 344.6311 521.3115 344.1686 c 521.3931 343.7058 521.8345 343.3969 522.2971 343.4785 c 522.7598 343.56 523.0688 344.0013 522.9872 344.464 c 522.9057 344.9266 522.4643 345.2357 522.0017 345.1541 c f 522.1494 344.3163 m F U u 517.8186 335.6204 m 517.356 335.5389 517.0469 335.0976 517.1285 334.6348 c 517.2101 334.1721 517.6514 333.8632 518.1141 333.9448 c 518.5767 334.0264 518.8857 334.4675 518.8041 334.9303 c 518.7225 335.393 518.2813 335.702 517.8186 335.6204 c f 517.9664 334.7826 m F U u 524.3964 326.0295 m 523.9338 325.9479 523.6248 325.5066 523.7063 325.0439 c 523.7879 324.5812 524.2292 324.2723 524.6919 324.3539 c 525.1546 324.4355 525.4636 324.8767 525.3821 325.3394 c 525.3005 325.802 524.8591 326.1111 524.3964 326.0295 c f 524.5442 325.1916 m F U u 535.449 279.975 m 534.9864 279.8934 534.6773 279.4521 534.7589 278.9895 c 534.8405 278.5267 535.2818 278.2179 535.7445 278.2994 c 536.2071 278.381 536.5161 278.8222 536.4345 279.2849 c 536.3529 279.7476 535.9117 280.0566 535.449 279.975 c f 535.5968 279.1372 m F U u 546.2601 240.8328 m 545.7975 240.7512 545.4884 240.31 545.57 239.8474 c 545.6516 239.3846 546.0929 239.0756 546.5556 239.1572 c 547.0182 239.2388 547.3272 239.6801 547.2456 240.1428 c 547.164 240.6055 546.7228 240.9144 546.2601 240.8328 c f 546.4078 239.9951 m F U u 532.7106 234.5343 m 532.2479 234.4527 531.9388 234.0115 532.0204 233.5489 c 532.102 233.0861 532.5434 232.7772 533.006 232.8588 c 533.4687 232.9403 533.7777 233.3816 533.6961 233.8443 c 533.6145 234.307 533.1732 234.6159 532.7106 234.5343 c f 532.8583 233.6966 m F U u 510.1288 229.5752 m 509.666 229.4936 509.3571 229.0525 509.4386 228.5898 c 509.5202 228.1271 509.9615 227.8181 510.4242 227.8997 c 510.8868 227.9812 511.1959 228.4225 511.1143 228.8853 c 511.0327 229.3479 510.5914 229.6568 510.1288 229.5752 c f 510.2765 228.7375 m F U u 482.9748 222.8326 m 482.512 222.751 482.203 222.3098 482.2846 221.8471 c 482.3662 221.3844 482.8074 221.0755 483.2702 221.1571 c 483.7328 221.2386 484.0419 221.6799 483.9603 222.1426 c 483.8787 222.6053 483.4373 222.9142 482.9748 222.8326 c f 483.1225 221.9948 m F U u 495.304 274.8511 m 494.8415 274.7696 494.5324 274.3283 494.614 273.8656 c 494.6956 273.4029 495.1369 273.094 495.5995 273.1756 c 496.0621 273.2571 496.3712 273.6984 496.2896 274.1611 c 496.208 274.6237 495.7667 274.9327 495.304 274.8511 c f 495.4517 274.0133 m F U 0 g 67.1133 491.6723 m 64.3807 487.7697 55.2912 478.3483 54.6776 476.2854 c 54.064 474.2225 55.3462 472.4939 56.9912 474.2499 c 58.6362 476.0059 68.1722 488.4382 69.8172 490.1942 c 71.4622 491.9504 69.8458 495.5747 67.1133 491.6723 c f 76.592 493.3436 m 80.4946 490.611 92.2582 484.8665 93.5404 483.1379 c 94.8225 481.4092 94.2089 479.3464 92.0625 480.4338 c 89.9159 481.5213 76.703 489.9424 74.5565 491.0299 c 72.4101 492.1175 72.6894 496.0761 76.592 493.3436 c f 0.6 1 0.7 0 (hair) 0 x 73.1061 485.3988 m 63.6262 475.4198 l 84.4795 479.0968 l 73.1061 485.3988 l f u 0 g 113.5387 499.8582 m 117.4412 497.1256 129.2049 491.3811 130.487 489.6525 c 131.7691 487.9238 131.1555 485.861 129.0091 486.9485 c 126.8627 488.0359 113.6497 496.457 111.5033 497.5445 c 109.3568 498.6321 109.6361 502.5908 113.5387 499.8582 c f 150.4853 506.3728 m 154.3878 503.6402 166.1515 497.8957 167.4336 496.1671 c 168.7158 494.4385 168.1022 492.3756 165.9557 493.4631 c 163.8093 494.5505 150.5963 502.9716 148.4499 504.0591 c 146.3034 505.1467 146.5827 509.1053 150.4853 506.3728 c f 187.432 512.8874 m 191.3345 510.1548 203.0981 504.4103 204.3803 502.6817 c 205.6624 500.9531 205.0488 498.8902 202.9023 499.9777 c 200.7559 501.0652 187.543 509.4863 185.3965 510.5737 c 183.2501 511.6613 183.5294 515.62 187.432 512.8874 c f 224.3785 519.402 m 228.2812 516.6694 240.0447 510.9249 241.3269 509.1963 c 242.609 507.4677 241.9954 505.4048 239.849 506.4923 c 237.7025 507.5798 224.4896 516.0009 222.3432 517.0883 c 220.1967 518.1759 220.476 522.1346 224.3785 519.402 c f 261.3251 525.9166 m 265.2277 523.184 276.9914 517.4395 278.2735 515.7109 c 279.5558 513.9823 278.942 511.9194 276.7956 513.0069 c 274.6492 514.0944 261.4362 522.5155 259.2898 523.6029 c 257.1433 524.6905 257.4227 528.6492 261.3251 525.9166 c f 298.2719 532.4313 m 302.1744 529.6986 313.9381 523.9541 315.2203 522.2255 c 316.5024 520.4969 315.8888 518.434 313.7423 519.5215 c 311.5958 520.609 298.3829 529.0301 296.2364 530.1176 c 294.09 531.2052 294.3693 535.1638 298.2719 532.4313 c f 335.2185 538.9459 m 339.121 536.2132 350.8846 530.4687 352.1668 528.7401 c 353.4489 527.0115 352.8353 524.9486 350.6889 526.0361 c 348.5425 527.1236 335.3295 535.5447 333.1831 536.6322 c 331.0366 537.7198 331.3159 541.6784 335.2185 538.9459 c f 372.1651 545.4605 m 376.0676 542.7278 387.8314 536.9833 389.1135 535.2547 c 390.3956 533.5261 389.782 531.4632 387.6356 532.5507 c 385.4892 533.6382 372.2762 542.0593 370.1298 543.1468 c 367.9833 544.2344 368.2626 548.193 372.1651 545.4605 c f 409.1118 551.9751 m 413.0144 549.2425 424.7781 543.498 426.0602 541.7693 c 427.3424 540.0407 426.7288 537.9778 424.5823 539.0653 c 422.4358 540.1528 409.2228 548.5739 407.0764 549.6614 c 404.93 550.749 405.2093 554.7076 409.1118 551.9751 c f 446.0584 558.4897 m 449.9609 555.757 461.7246 550.0125 463.0068 548.2839 c 464.2889 546.5553 463.6753 544.4924 461.5289 545.5799 c 459.3824 546.6674 446.1694 555.0885 444.023 556.176 c 441.8766 557.2636 442.1559 561.2222 446.0584 558.4897 c f U 482.9927 565.0021 m 486.8952 562.2695 498.6588 556.525 499.941 554.7964 c 501.2231 553.0677 500.6095 551.0048 498.4631 552.0923 c 496.3167 553.1799 483.1037 561.6009 480.9573 562.6884 c 478.8108 563.776 479.0901 567.7346 482.9927 565.0021 c f u 104.0599 498.1869 m 106.7925 502.0894 108.409 498.465 106.7639 496.7089 c 105.1189 494.9528 95.5829 482.5205 93.9378 480.7645 c 92.2928 479.0085 91.0106 480.7371 91.6242 482.8 c 92.2378 484.8629 101.3273 494.2843 104.0599 498.1869 c f 141.0065 504.7015 m 143.7391 508.604 145.3555 504.9796 143.7104 503.2234 c 142.0654 501.4674 132.5294 489.0351 130.8843 487.2791 c 129.2393 485.5231 127.9573 487.2517 128.5708 489.3146 c 129.1844 491.3775 138.274 500.7989 141.0065 504.7015 c f 177.9532 511.2161 m 180.6858 515.1186 182.3022 511.4942 180.6572 509.7381 c 179.0121 507.9821 169.4761 495.5498 167.8311 493.7937 c 166.186 492.0377 164.9039 493.7663 165.5175 495.8292 c 166.1311 497.8921 175.2206 507.3135 177.9532 511.2161 c f 214.8998 517.7307 m 217.6324 521.6332 219.2489 518.0088 217.6037 516.2527 c 215.9586 514.4966 206.4227 502.0643 204.7776 500.3083 c 203.1326 498.5523 201.8504 500.2809 202.464 502.3438 c 203.0776 504.4067 212.1672 513.8281 214.8998 517.7307 c f 251.8464 524.2453 m 254.5791 528.1478 256.1955 524.5234 254.5504 522.7673 c 252.9054 521.0113 243.3694 508.579 241.7243 506.8229 c 240.0792 505.0669 238.7971 506.7955 239.4107 508.8584 c 240.0243 510.9213 249.1139 520.3427 251.8464 524.2453 c f 288.7931 530.7599 m 291.5257 534.6624 293.1421 531.038 291.4972 529.2819 c 289.852 527.5259 280.316 515.0936 278.671 513.3376 c 277.0259 511.5815 275.7438 513.3101 276.3574 515.373 c 276.971 517.4359 286.0606 526.8574 288.7931 530.7599 c f 325.7398 537.2745 m 328.4723 541.177 330.0887 537.5526 328.4437 535.7965 c 326.7986 534.0405 317.2626 521.6082 315.6176 519.8522 c 313.9726 518.0961 312.6904 519.8247 313.304 521.8876 c 313.9176 523.9505 323.0072 533.3719 325.7398 537.2745 c f 362.6864 543.7891 m 365.419 547.6916 367.0355 544.0672 365.3904 542.3111 c 363.7453 540.5551 354.2093 528.1228 352.5642 526.3668 c 350.9192 524.6107 349.637 526.3394 350.2507 528.4022 c 350.8642 530.4651 359.9539 539.8866 362.6864 543.7891 c f 399.6331 550.3038 m 402.3657 554.2062 403.9821 550.5818 402.337 548.8257 c 400.692 547.0697 391.156 534.6374 389.511 532.8814 c 387.8659 531.1253 386.5838 532.854 387.1974 534.9169 c 387.811 536.9797 396.9004 546.4011 399.6331 550.3038 c f 436.5796 556.8183 m 439.3123 560.7208 440.9287 557.0965 439.2837 555.3403 c 437.6386 553.5843 428.1026 541.152 426.4576 539.396 c 424.8124 537.6399 423.5303 539.3686 424.1439 541.4315 c 424.7575 543.4943 433.847 552.9158 436.5796 556.8183 c f U 473.514 563.3308 m 470.7813 559.4282 461.6918 550.0068 461.0782 547.9439 c 460.4646 545.881 461.7468 544.1524 463.3918 545.9084 c 465.0369 547.6644 474.5728 560.0967 476.2179 561.8527 c 477.8629 563.6089 476.2465 567.2332 473.514 563.3308 c f u 0.6 1 0.7 0 (hair) 0 x 110.0528 491.9134 m 121.5123 485.6266 l 100.659 481.9496 l 110.0528 491.9134 l f 146.9994 498.4281 m 158.545 492.1564 l 137.6918 488.4794 l 146.9994 498.4281 l f 183.9461 504.9427 m 195.5779 498.6862 l 174.7247 495.0093 l 183.9461 504.9427 l f 220.8927 511.4573 m 232.6107 505.216 l 211.7575 501.5391 l 220.8927 511.4573 l f 257.8394 517.9719 m 269.6436 511.7458 l 248.7903 508.0689 l 257.8394 517.9719 l f 294.786 524.4865 m 306.6764 518.2756 l 285.8231 514.5987 l 294.786 524.4865 l f 331.7325 531.0011 m 343.7092 524.8054 l 322.8559 521.1285 l 331.7325 531.0011 l f 368.6793 537.5157 m 380.742 531.3352 l 359.8888 527.6583 l 368.6793 537.5157 l f 405.626 544.0303 m 417.7748 537.865 l 396.9216 534.1881 l 405.626 544.0303 l f 442.5725 550.5449 m 454.8076 544.3948 l 433.9543 540.7178 l 442.5725 550.5449 l f U 479.5067 557.0573 m 491.828 550.9224 l 470.9748 547.2455 l 479.5067 557.0573 l f 0 g 131.3761 127.2149 m 127.4736 129.9475 115.71 135.692 114.4279 137.4206 c 113.1457 139.1492 113.7593 141.2122 115.9058 140.1245 c 118.0522 139.0371 131.2651 130.6161 133.4115 129.5285 c 135.5579 128.441 135.2786 124.4823 131.3761 127.2149 c f 140.8549 128.8862 m 143.5875 132.7888 152.677 142.2102 153.2906 144.2731 c 153.9042 146.336 152.6221 148.0647 150.977 146.3085 c 149.3319 144.5524 139.7959 132.1202 138.1509 130.3641 c 136.5058 128.6081 138.1222 124.9837 140.8549 128.8862 c f 0.6 1 0.7 0 (hair) 0 x 134.862 135.1596 m 122.5408 141.2945 l 143.3941 144.9714 l 134.862 135.1596 l f u 0 g 177.8016 135.4008 m 180.5341 139.3034 189.6236 148.7248 190.2372 150.7877 c 190.8508 152.8506 189.5687 154.5793 187.9237 152.8231 c 186.2786 151.0671 176.7426 138.6349 175.0976 136.8787 c 173.4525 135.1227 175.0689 131.4984 177.8016 135.4008 c f 214.7481 141.9154 m 217.4807 145.818 226.5703 155.2395 227.1839 157.3023 c 227.7975 159.3652 226.5153 161.0939 224.8703 159.3377 c 223.2252 157.5817 213.6893 145.1495 212.0442 143.3934 c 210.3991 141.6373 212.0155 138.013 214.7481 141.9154 c f 251.6948 148.43 m 254.4274 152.3326 263.5169 161.7541 264.1305 163.8169 c 264.7441 165.8798 263.462 167.6085 261.8169 165.8523 c 260.1719 164.0963 250.6359 151.6641 248.9909 149.908 c 247.3458 148.1519 248.9622 144.5276 251.6948 148.43 c f 288.6414 154.9446 m 291.3741 158.8472 300.4635 168.2687 301.0771 170.3315 c 301.6907 172.3944 300.4086 174.1231 298.7635 172.3669 c 297.1185 170.6109 287.5825 158.1787 285.9375 156.4226 c 284.2924 154.6665 285.9088 151.0422 288.6414 154.9446 c f 325.588 161.4592 m 328.3206 165.3618 337.4102 174.7833 338.0238 176.8461 c 338.6375 178.909 337.3552 180.6377 335.7102 178.8815 c 334.0652 177.1255 324.5291 164.6933 322.8841 162.9372 c 321.239 161.1811 322.8555 157.5568 325.588 161.4592 c f 362.5347 167.9739 m 365.2673 171.8764 374.3569 181.2979 374.9705 183.3607 c 375.5841 185.4236 374.302 187.1524 372.6569 185.3961 c 371.0118 183.6401 361.4759 171.2079 359.8307 169.4518 c 358.1857 167.6957 359.8021 164.0714 362.5347 167.9739 c f 399.4813 174.4885 m 402.2139 178.391 411.3034 187.8125 411.917 189.8753 c 412.5306 191.9382 411.2485 193.6669 409.6034 191.9107 c 407.9585 190.1547 398.4224 177.7225 396.7774 175.9664 c 395.1323 174.2103 396.7487 170.586 399.4813 174.4885 c f 436.428 181.0031 m 439.1605 184.9056 448.2501 194.3271 448.8638 196.39 c 449.4773 198.4528 448.1952 200.1816 446.5502 198.4253 c 444.9051 196.6693 435.3691 184.2371 433.7241 182.481 c 432.079 180.725 433.6954 177.1006 436.428 181.0031 c f 473.3746 187.5177 m 476.1073 191.4203 485.1969 200.8417 485.8105 202.9046 c 486.4241 204.9675 485.1419 206.6962 483.4969 204.94 c 481.8518 203.1839 472.3157 190.7517 470.6707 188.9956 c 469.0257 187.2396 470.6421 183.6152 473.3746 187.5177 c f 510.3212 194.0323 m 513.0539 197.9349 522.1434 207.3563 522.757 209.4192 c 523.3706 211.4821 522.0885 213.2108 520.4434 211.4545 c 518.7984 209.6985 509.2623 197.2663 507.6173 195.5102 c 505.9723 193.7542 507.5887 190.1298 510.3212 194.0323 c f U 547.2555 200.5447 m 549.9881 204.4473 559.0776 213.8687 559.6912 215.9316 c 560.3048 217.9945 559.0227 219.7232 557.3777 217.967 c 555.7327 216.211 546.1966 203.7787 544.5516 202.0226 c 542.9065 200.2666 544.5229 196.6423 547.2555 200.5447 c f u 168.3228 133.7295 m 172.2253 130.997 172.5047 134.9556 170.3582 136.0431 c 168.2118 137.1307 154.9988 145.5517 152.8524 146.6391 c 150.7059 147.7268 150.0923 145.6639 151.3745 143.9352 c 152.6566 142.2066 164.4202 136.4621 168.3228 133.7295 c f 205.2694 140.2441 m 209.1719 137.5116 209.4512 141.4702 207.3048 142.5577 c 205.1583 143.6452 191.9454 152.0662 189.7989 153.1537 c 187.6525 154.2414 187.039 152.1785 188.321 150.4498 c 189.6032 148.7212 201.3669 142.9767 205.2694 140.2441 c f 242.216 146.7587 m 246.1186 144.0262 246.3979 147.9848 244.2515 149.0723 c 242.105 150.1599 228.8921 158.5809 226.7456 159.6684 c 224.5992 160.7561 223.9856 158.6931 225.2678 156.9644 c 226.5499 155.2359 238.3135 149.4913 242.216 146.7587 c f 279.1627 153.2733 m 283.0652 150.5408 283.3446 154.4994 281.198 155.5869 c 279.0516 156.6744 265.8386 165.0955 263.6922 166.1829 c 261.5457 167.2706 260.9321 165.2077 262.2143 163.479 c 263.4964 161.7505 275.2601 156.0059 279.1627 153.2733 c f 316.1093 159.7879 m 320.0118 157.0554 320.2912 161.014 318.1447 162.1015 c 315.9983 163.1891 302.7854 171.6101 300.6389 172.6976 c 298.4924 173.7852 297.8789 171.7223 299.1609 169.9936 c 300.443 168.2651 312.2068 162.5205 316.1093 159.7879 c f 353.056 166.3025 m 356.9585 163.57 357.2378 167.5286 355.0915 168.6161 c 352.9449 169.7037 339.732 178.1247 337.5856 179.2122 c 335.4391 180.2999 334.8255 178.2369 336.1076 176.5083 c 337.3898 174.7797 349.1535 169.0352 353.056 166.3025 c f 390.0026 172.8171 m 393.9051 170.0846 394.1844 174.0432 392.038 175.1307 c 389.8915 176.2183 376.6786 184.6393 374.5322 185.7268 c 372.3857 186.8145 371.7721 184.7515 373.0543 183.0229 c 374.3364 181.2943 386.1001 175.5498 390.0026 172.8171 c f 426.9493 179.3317 m 430.8518 176.5992 431.1312 180.5578 428.9847 181.6453 c 426.8382 182.7329 413.6252 191.1539 411.4788 192.2414 c 409.3323 193.3291 408.7187 191.2661 410.0009 189.5375 c 411.283 187.8089 423.0468 182.0644 426.9493 179.3317 c f 463.896 185.8464 m 467.7985 183.1138 468.0778 187.0724 465.9313 188.1599 c 463.7849 189.2475 450.572 197.6685 448.4255 198.756 c 446.2791 199.8437 445.6655 197.7807 446.9476 196.0521 c 448.2297 194.3235 459.9933 188.579 463.896 185.8464 c f 500.8425 192.3609 m 504.7451 189.6284 505.0244 193.587 502.878 194.6745 c 500.7315 195.7621 487.5186 204.1831 485.3722 205.2706 c 483.2256 206.3583 482.612 204.2953 483.8941 202.5667 c 485.1763 200.8381 496.94 195.0936 500.8425 192.3609 c f U 537.7768 198.8734 m 533.8742 201.606 522.1106 207.3505 520.8285 209.0791 c 519.5463 210.8077 520.1599 212.8707 522.3064 211.783 c 524.4528 210.6955 537.6658 202.2745 539.8122 201.187 c 541.9586 200.0995 541.6793 196.1408 537.7768 198.8734 c f u 0.6 1 0.7 0 (hair) 0 x 171.8086 141.6742 m 180.4269 151.5012 l 159.5736 147.8243 l 171.8086 141.6742 l f 208.7552 148.1888 m 217.4596 158.031 l 196.6064 154.3541 l 208.7552 148.1888 l f 245.702 154.7035 m 254.4925 164.5608 l 233.6393 160.8839 l 245.702 154.7035 l f 282.6485 161.2181 m 291.5253 171.0906 l 270.6721 167.4137 l 282.6485 161.2181 l f 319.5952 167.7327 m 328.5582 177.6204 l 307.7049 173.9435 l 319.5952 167.7327 l f 356.5419 174.2473 m 365.591 184.1502 l 344.7377 180.4733 l 356.5419 174.2473 l f 393.4884 180.7619 m 402.6237 190.68 l 381.7705 187.0031 l 393.4884 180.7619 l f 430.4351 187.2765 m 439.6566 197.2098 l 418.8034 193.5329 l 430.4351 187.2765 l f 467.3818 193.7911 m 476.6894 203.7396 l 455.8362 200.0627 l 467.3818 193.7911 l f 504.3284 200.3057 m 513.7222 210.2694 l 492.8689 206.5925 l 504.3284 200.3057 l f U 541.2626 206.8181 m 550.7425 216.797 l 529.8894 213.1201 l 541.2626 206.8181 l f 0 g 88.2234 159.1463 m 90.9559 163.0488 96.7006 174.8125 98.4292 176.0946 c 100.1578 177.3768 102.2206 176.7631 101.1331 174.6167 c 100.0456 172.4704 91.6245 159.2573 90.537 157.1109 c 89.4495 154.9644 85.4909 155.2438 88.2234 159.1463 c f 81.7088 196.093 m 84.4413 199.9954 90.1859 211.7592 91.9146 213.0413 c 93.6432 214.3235 95.7059 213.7099 94.6184 211.5634 c 93.531 209.417 85.1099 196.2041 84.0224 194.0576 c 82.9349 191.9112 78.9763 192.1905 81.7088 196.093 c f 75.1942 233.0396 m 77.9267 236.9423 83.6714 248.7057 85.4 249.9879 c 87.1286 251.27 89.1914 250.6564 88.1039 248.51 c 87.0164 246.3635 78.5953 233.1506 77.5078 231.0041 c 76.4203 228.8577 72.4617 229.137 75.1942 233.0396 c f 68.6796 269.9862 m 71.4121 273.8887 77.1567 285.6525 78.8854 286.9345 c 80.6139 288.2167 82.6768 287.603 81.5892 285.4567 c 80.5018 283.3103 72.0807 270.0972 70.9932 267.9509 c 69.9057 265.8044 65.947 266.0838 68.6796 269.9862 c f 62.165 306.933 m 64.8975 310.8354 70.6421 322.5991 72.3707 323.8812 c 74.0993 325.1635 76.1621 324.5498 75.0746 322.4034 c 73.9871 320.257 65.5661 307.0439 64.4786 304.8975 c 63.391 302.7511 59.4324 303.0304 62.165 306.933 c f 55.6504 343.8795 m 58.3829 347.7821 64.1275 359.5457 65.8561 360.8279 c 67.5847 362.11 69.6475 361.4964 68.56 359.35 c 67.4725 357.2035 59.0514 343.9906 57.964 341.844 c 56.8765 339.6976 52.9179 339.9769 55.6504 343.8795 c f 49.1358 380.8262 m 51.8683 384.7287 57.6129 396.4924 59.3415 397.7745 c 61.0701 399.0566 63.1329 398.443 62.0454 396.2966 c 60.9579 394.1502 52.5368 380.9372 51.4494 378.7907 c 50.3618 376.6444 46.4032 376.9237 49.1358 380.8262 c f 42.6212 417.7729 m 45.3537 421.6754 51.0983 433.4391 52.8269 434.7212 c 54.5555 436.0034 56.6183 435.3897 55.5308 433.2433 c 54.4433 431.0969 46.0222 417.8838 44.9347 415.7375 c 43.8472 413.591 39.8886 413.8704 42.6212 417.7729 c f 36.1065 454.7195 m 38.8391 458.622 44.5837 470.3856 46.3123 471.6678 c 48.0409 472.95 50.1037 472.3364 49.0162 470.1898 c 47.9287 468.0434 39.5076 454.8305 38.4201 452.684 c 37.3326 450.5376 33.374 450.8169 36.1065 454.7195 c f 89.8947 149.6676 m 85.9923 152.4002 89.6166 154.0166 91.3727 152.3715 c 93.1287 150.7265 105.561 141.1905 107.317 139.5454 c 109.073 137.9004 107.3445 136.6183 105.2817 137.2319 c 103.2188 137.8455 93.7972 146.935 89.8947 149.6676 c f 83.3801 186.6143 m 79.4777 189.3468 83.102 190.9633 84.8581 189.3181 c 86.6141 187.6731 99.0464 178.1371 100.8024 176.4921 c 102.5584 174.847 100.8299 173.5649 98.767 174.1785 c 96.7042 174.7921 87.2826 183.8817 83.3801 186.6143 c f 76.8656 223.5608 m 72.9631 226.2934 76.5874 227.9098 78.3435 226.2648 c 80.0995 224.6197 92.5318 215.0838 94.2878 213.4387 c 96.0438 211.7936 94.3153 210.5115 92.2524 211.1251 c 90.1896 211.7387 80.768 220.8282 76.8656 223.5608 c f 70.3509 260.5075 m 66.4485 263.2402 70.0728 264.8565 71.8288 263.2115 c 73.5848 261.5665 86.0171 252.0305 87.7732 250.3853 c 89.5292 248.7403 87.8007 247.4581 85.7378 248.0718 c 83.675 248.6854 74.2534 257.7749 70.3509 260.5075 c f 63.8363 297.4542 m 59.9338 300.1868 63.5582 301.8032 65.3142 300.1581 c 67.0702 298.5131 79.5025 288.9771 81.2586 287.332 c 83.0146 285.687 81.2861 284.4049 79.2232 285.0185 c 77.1603 285.6321 67.7388 294.7216 63.8363 297.4542 c f 57.3217 334.4008 m 53.4192 337.1334 57.0436 338.7498 58.7996 337.1047 c 60.5556 335.4597 72.988 325.9236 74.744 324.2787 c 76.5 322.6336 74.7715 321.3515 72.7086 321.9651 c 70.6457 322.5787 61.2242 331.6682 57.3217 334.4008 c f 50.8071 371.3474 m 46.9046 374.0801 50.529 375.6964 52.285 374.0514 c 54.041 372.4064 66.4733 362.8704 68.2294 361.2253 c 69.9854 359.5802 68.2569 358.2981 66.194 358.9117 c 64.1311 359.5254 54.7096 368.6148 50.8071 371.3474 c f 44.2925 408.2941 m 40.39 411.0268 44.0144 412.6432 45.7704 410.9981 c 47.5264 409.3531 59.9587 399.8171 61.7147 398.172 c 63.4708 396.527 61.7422 395.2448 59.6794 395.8585 c 57.6165 396.4721 48.195 405.5615 44.2925 408.2941 c f 37.7779 445.2408 m 33.8754 447.9733 37.4998 449.5897 39.2558 447.9446 c 41.0118 446.2997 53.4441 436.7636 55.2001 435.1186 c 56.9562 433.4735 55.2276 432.1914 53.1648 432.805 c 51.1019 433.4186 41.6804 442.5081 37.7779 445.2408 c f 0.6 1 0.7 0 (hair) 0 x 96.1681 155.6604 m 102.4397 167.2061 l 106.1167 146.3529 l 96.1681 155.6604 l f 89.6535 192.6071 m 95.9099 204.2389 l 99.5869 183.3857 l 89.6535 192.6071 l f 83.1389 229.5537 m 89.3801 241.2718 l 93.0571 220.4186 l 83.1389 229.5537 l f 76.6243 266.5004 m 82.8503 278.3047 l 86.5273 257.4514 l 76.6243 266.5004 l f 70.1097 303.447 m 76.3206 315.3373 l 79.9975 294.4842 l 70.1097 303.447 l f 63.5951 340.3936 m 69.7907 352.3702 l 73.4677 331.517 l 63.5951 340.3936 l f 57.0804 377.3404 m 63.2609 389.4031 l 66.9379 368.5498 l 57.0804 377.3404 l f 50.5658 414.287 m 56.7311 426.4359 l 60.4081 405.5826 l 50.5658 414.287 l f 44.0512 451.2336 m 50.2013 463.4687 l 53.8783 442.6154 l 44.0512 451.2336 l f 0 g 576.8847 245.3094 m 572.9823 248.042 563.5609 257.1315 561.498 257.7451 c 559.4351 258.3587 557.7065 257.0766 559.4626 255.4315 c 561.2186 253.7866 573.6508 244.2505 575.4069 242.6055 c 577.163 240.9604 580.7874 242.5768 576.8847 245.3094 c f 570.3701 282.2561 m 566.4677 284.9886 557.0463 294.0783 554.9834 294.6919 c 552.9205 295.3055 551.1918 294.0233 552.948 292.3783 c 554.704 290.7332 567.1362 281.1972 568.8923 279.5522 c 570.6483 277.9071 574.2728 279.5236 570.3701 282.2561 c f 563.8555 319.2027 m 559.953 321.9354 550.5317 331.0248 548.4688 331.6384 c 546.4059 332.252 544.6773 330.9698 546.4334 329.3248 c 548.1894 327.6797 560.6216 318.1438 562.3777 316.4987 c 564.1338 314.8537 567.7582 316.4701 563.8555 319.2027 c f 557.3409 356.1493 m 553.4385 358.8819 544.0171 367.9715 541.9542 368.585 c 539.8912 369.1987 538.1627 367.9165 539.9188 366.2715 c 541.6748 364.6265 554.107 355.0904 555.8631 353.4454 c 557.6191 351.8004 561.2436 353.4168 557.3409 356.1493 c f 550.8263 393.096 m 546.9238 395.8286 537.5025 404.9181 535.4396 405.5317 c 533.3766 406.1454 531.648 404.8632 533.4041 403.2183 c 535.1602 401.5732 547.5924 392.0371 549.3485 390.3921 c 551.1045 388.747 554.729 390.3634 550.8263 393.096 c f 544.3117 430.0426 m 540.4092 432.7752 530.9879 441.8648 528.925 442.4784 c 526.862 443.092 525.1334 441.8098 526.8896 440.1648 c 528.6456 438.5197 541.0778 428.9837 542.8339 427.3386 c 544.5899 425.6935 548.2144 427.31 544.3117 430.0426 c f 537.7971 466.9893 m 533.8946 469.7219 524.4733 478.8114 522.4104 479.425 c 520.3474 480.0386 518.6188 478.7565 520.375 477.1114 c 522.131 475.4665 534.5632 465.9304 536.3193 464.2853 c 538.0753 462.6404 541.6997 464.2568 537.7971 466.9893 c f 531.2825 503.9359 m 527.38 506.6686 517.9587 515.7581 515.8958 516.3717 c 513.8328 516.9853 512.1042 515.7032 513.8603 514.0581 c 515.6164 512.4131 528.0486 502.877 529.8047 501.2321 c 531.5607 499.587 535.1851 501.2034 531.2825 503.9359 c f 524.7679 540.8826 m 520.8654 543.6152 511.4441 552.7047 509.3812 553.3184 c 507.3182 553.932 505.5896 552.6498 507.3457 551.0047 c 509.1018 549.3596 521.534 539.8236 523.2901 538.1786 c 525.0461 536.5335 528.6705 538.15 524.7679 540.8826 c f 578.5561 235.8307 m 581.2888 239.7332 577.3301 240.0125 576.2426 237.8661 c 575.155 235.7196 566.734 222.5067 565.6465 220.3603 c 564.5589 218.2138 566.6218 217.6002 568.3505 218.8824 c 570.0791 220.1645 575.8236 231.9282 578.5561 235.8307 c f 572.0415 272.7773 m 574.7742 276.6798 570.8155 276.9593 569.728 274.8127 c 568.6404 272.6663 560.2194 259.4533 559.1319 257.3069 c 558.0443 255.1605 560.1072 254.5469 561.8359 255.829 c 563.5645 257.1111 569.3089 268.8749 572.0415 272.7773 c f 565.5269 309.7239 m 568.2596 313.6265 564.3009 313.9058 563.2134 311.7594 c 562.1258 309.6129 553.7048 296.4 552.6173 294.2535 c 551.5297 292.1071 553.5926 291.4935 555.3213 292.7756 c 557.0499 294.0578 562.7943 305.8214 565.5269 309.7239 c f 559.0123 346.6706 m 561.745 350.5732 557.7863 350.8525 556.6988 348.7061 c 555.6112 346.5596 547.1902 333.3467 546.1027 331.2002 c 545.0151 329.0537 547.078 328.4401 548.8067 329.7223 c 550.5353 331.0044 556.2797 342.768 559.0123 346.6706 c f 552.4976 383.6173 m 555.2304 387.5198 551.2717 387.7991 550.1842 385.6527 c 549.0966 383.5063 540.6756 370.2933 539.5881 368.1469 c 538.5005 366.0004 540.5634 365.3868 542.2921 366.669 c 544.0207 367.9511 549.7651 379.7148 552.4976 383.6173 c f 545.9831 420.5639 m 548.7158 424.4665 544.7571 424.7458 543.6696 422.5993 c 542.582 420.4529 534.161 407.2399 533.0735 405.0935 c 531.9859 402.9471 534.0488 402.3335 535.7775 403.6156 c 537.5061 404.8978 543.2505 416.6614 545.9831 420.5639 c f 539.4685 457.5105 m 542.2012 461.4132 538.2424 461.6924 537.155 459.546 c 536.0674 457.3995 527.6464 444.1866 526.5589 442.0402 c 525.4713 439.8937 527.5342 439.2801 529.2629 440.5622 c 530.9915 441.8444 536.7359 453.608 539.4685 457.5105 c f 532.9538 494.4572 m 535.6865 498.3598 531.7278 498.6391 530.6403 496.4927 c 529.5527 494.3462 521.1318 481.1333 520.0443 478.9869 c 518.9567 476.8404 521.0196 476.2267 522.7482 477.509 c 524.4769 478.7911 530.2213 490.5547 532.9538 494.4572 c f 526.4392 531.4039 m 529.1719 535.3063 525.2132 535.5857 524.1258 533.4392 c 523.0381 531.2929 514.6172 518.0798 513.5297 515.9334 c 512.4421 513.787 514.505 513.1734 516.2337 514.4555 c 517.9623 515.7377 523.7067 527.5013 526.4392 531.4039 c f 0.6 1 0.7 0 (hair) 0 x 570.6114 239.3165 m 560.7693 248.0209 l 564.4462 227.1677 l 570.6114 239.3165 l f 564.0968 276.2632 m 554.2395 285.0537 l 557.9164 264.2005 l 564.0968 276.2632 l f 557.5822 313.2098 m 547.7097 322.0866 l 551.3866 301.2334 l 557.5822 313.2098 l f 551.0676 350.1565 m 541.1798 359.1195 l 544.8568 338.2662 l 551.0676 350.1565 l f 544.553 387.1031 m 534.6501 396.1521 l 538.327 375.299 l 544.553 387.1031 l f 538.0384 424.0497 m 528.1203 433.185 l 531.7972 412.3318 l 538.0384 424.0497 l f 531.5238 460.9965 m 521.5904 470.2179 l 525.2674 449.3646 l 531.5238 460.9965 l f 525.0092 497.9431 m 515.0606 507.2507 l 518.7376 486.3974 l 525.0092 497.9431 l f 518.4946 534.8897 m 508.5308 544.2835 l 512.2078 523.4302 l 518.4946 534.8897 l f u 1 g 346.7744 281.6297 m 346.3117 281.5481 346.0027 281.1068 346.0842 280.6441 c 346.1658 280.1814 346.6072 279.8724 347.0699 279.954 c 347.5325 280.0355 347.8416 280.4769 347.76 280.9396 c 347.6784 281.4022 347.237 281.7113 346.7744 281.6297 c f 346.9221 280.7918 m F U u 366.2882 276.2744 m 365.8255 276.1928 365.5166 275.7515 365.5981 275.2888 c 365.6797 274.8262 366.121 274.5171 366.5836 274.5986 c 367.0463 274.6802 367.3553 275.1216 367.2738 275.5843 c 367.1922 276.0469 366.7508 276.356 366.2882 276.2744 c f 366.4359 275.4365 m F U u 377.7795 316.4169 m 377.317 316.3354 377.0079 315.894 377.0895 315.4313 c 377.171 314.9688 377.6124 314.6597 378.075 314.7413 c 378.5376 314.8229 378.8467 315.2642 378.7651 315.7268 c 378.6836 316.1895 378.2422 316.4985 377.7795 316.4169 c f 377.9273 315.5791 m F U u 373.9378 354.8333 m 373.4752 354.7518 373.1662 354.3104 373.2478 353.8477 c 373.3293 353.3851 373.7707 353.076 374.2333 353.1576 c 374.696 353.2392 375.005 353.6805 374.9234 354.1432 c 374.8418 354.6058 374.4006 354.9149 373.9378 354.8333 c f 374.0855 353.9954 m F U 0 g 397.7655 435.8695 m 405.1814 438.1545 440.5601 449.5238 448.8825 456.3666 c 457.2052 463.2095 470.393 474.3309 463.7865 478.5413 c 457.18 482.7519 448.1334 481.401 441.9585 481.7783 C 452.5522 482.6689 456.8177 483.421 462.644 482.2492 C 459.4524 485.1072 444.259 485.3603 419.2657 480.2203 C 441.7502 487.117 461.9618 487.5044 464.8746 484.8416 c 467.7874 482.1788 471.773 474.8185 464.8722 468.2264 c 457.9716 461.6342 439.626 447.893 435.1092 444.4088 c 430.5925 440.9248 417.5712 424.7017 414.225 418.7363 C 417.4322 426.8762 415.4253 429.943 419.4264 433.5805 C 413.418 428.8561 405.5001 425.261 401.0533 422.7665 C 404.7755 426.5992 407.606 432.7181 414.4643 435.3933 C 408.5264 435.8123 405.8922 438.2798 397.7655 435.8695 C f 0.7 0.4 0.5 0 (bronze) 0 x 209.2672 399.4563 m 210.5917 401.6445 213.1005 399.8879 215.3723 398.0894 C 216.9338 400.3194 L 215.0243 401.4487 214.3414 402.55 212.5574 402.9685 c 210.7732 403.3869 209.9962 403.9829 209.1737 403.1049 c 208.3512 402.2268 207.4833 400.9132 Y 207.5389 400.251 208.0615 399.3658 209.2672 399.4563 C f 0.6 1 0.7 0 (hair) 0 x 203.045 385.898 m 198.8363 391.753 190.5316 389.7799 184.8713 404.4395 c 179.9247 417.2501 197.0694 415.6307 198.9085 409.3579 C 198.4913 415.8814 214.0481 423.2669 213.7814 409.5371 c 213.4762 393.8256 204.9975 392.8394 203.045 385.898 C f 0 g 207.4485 401.4568 m 207.7255 401.8855 208.5986 402.2093 209.3477 401.4252 c 210.0967 400.641 210.3302 400.0103 209.9782 399.5816 c 209.6261 399.1531 208.3715 398.993 208.0615 399.3658 c 207.7514 399.7388 206.8246 400.4916 207.4485 401.4568 c f 0.7 0.4 0.5 0 (bronze) 0 x 209.7935 400.2821 m 208.1903 398.2891 210.699 396.5324 213.1661 395.0128 C 211.6046 392.7826 L 209.8903 394.1907 208.6219 394.4558 207.6184 395.9892 c 206.6151 397.5226 205.7892 398.049 206.333 399.1222 c 206.8768 400.1954 207.8144 401.4603 Y 208.4556 401.6343 209.4662 401.4461 209.7935 400.2821 C f u 0.6 0.2 0.3 0 (iris) 0 x 229.0489 395.3205 m 218.2573 402.877 L 210.2523 391.4448 L 221.0438 383.8883 L 229.0489 395.3205 L f 219.6505 393.3827 m F U u 0 g 216.1097 395.862 m 215.3821 394.8229 215.5723 393.4342 216.5345 392.7605 c 217.4965 392.0868 218.8665 392.3831 219.5942 393.4222 c 220.3219 394.4613 220.1316 395.8499 219.1695 396.5237 c 218.2073 397.1973 216.8374 396.901 216.1097 395.862 c f 217.8519 394.6421 m F U 223.1194 388.5305 m 217.8519 394.6421 l 225.3966 391.7827 l 223.1194 388.5305 l f 1 g 527.9125 227.7939 m 531.2622 228.1104 532.041 229.6873 535.2306 230.7064 c 536.2414 231.0294 538.1395 231.5041 538.0258 230.679 c 537.7852 228.9324 532.9025 229.816 533.6999 227.6683 c 534.5446 225.3934 536.55 223.5548 537.6267 221.2036 C 535.5775 219.2424 532.3104 218.7378 529.62 219.8996 c 529.307 220.0347 529.0339 220.644 529.1049 221.16 c 529.1512 221.4975 529.5323 221.6234 529.712 221.4772 c 531.119 220.3327 533.3204 219.6658 534.6833 220.82 c 535.0179 221.1036 535.6333 221.8714 535.1407 222.4332 c 534.0129 223.7195 532.4636 226.7647 531.5565 227.7882 c 531.6352 227.6994 525.8209 225.1083 525.5842 227.1434 C 525.7421 227.1712 527.7523 227.7787 527.9125 227.7939 c f 542.2236 232.5666 m 545.1588 232.8561 547.7099 234.6246 550.6023 234.7895 c 551.5241 234.8421 551.3055 233.4607 550.64 233.1369 c 547.7185 231.7153 547.4546 228.1249 547.3985 225.37 C 550.3969 225.0006 552.9176 227.5272 555.9119 226.8022 c 556.0063 226.7794 556.0804 226.2633 556.0204 226.2342 c 552.6685 224.6155 549.1583 223.8842 545.5102 223.7724 c 545.2054 223.763 544.825 224.812 545.0329 225.3948 c 545.9123 227.8628 546.7038 230.2108 547.3297 232.688 C 545.3494 232.3134 543.4617 230.8262 541.5082 231.567 c 541.0351 231.7465 541.5946 232.5046 542.2236 232.5666 c f U u u u *u 1 R 0 G 2 J 1 w 111.0033 664.4024 m 108.2129 653.9902 106.8904 642.4962 129.3445 641.0088 c 119.8702 648.0404 112.8451 659.6696 117.8461 678.3304 c 125.9276 708.4852 147.4275 721.6019 172.1734 721.6019 c 188.8059 721.6019 192.233 709.1614 188.1742 694.0163 c 182.6295 673.3272 163.132 647.4995 143.6685 640.4679 c 147.4661 635.4646 154.9916 627.216 162.503 621.9423 c 162.6019 621.807 162.7009 621.6718 162.6284 621.4014 c 162.1936 619.7787 158.3127 616.3981 155.0673 616.3981 c 154.3912 616.3981 153.7513 616.5333 153.1839 616.939 c 149.4463 619.6435 138.6614 630.867 133.6468 635.8703 c 129.1022 635.0589 125.072 634.6533 121.6914 634.6533 c 103.9772 634.6533 100.9168 644.9302 104.1059 656.8299 c 105.2655 661.1571 110.5289 673.7328 112.5573 673.7328 c 114.0448 673.7328 112.5979 670.3522 111.0033 664.4024 c b 1 D 132.4989 681.0349 m 128.1864 664.9433 133.7869 653.0436 139.8346 645.3359 c 156.34 651.421 170.5389 672.1101 175.0326 688.8778 c 178.5841 702.1297 177.3904 712.8124 160.8931 712.8124 c 146.289 712.8124 136.4128 695.639 132.4989 681.0349 c b *U *u 0 D 233.6579 645.3359 m 231.6993 643.578 223.6838 635.8703 216.517 635.8703 c 211.3785 635.8703 210.0344 641.9553 210.6726 647.3643 c 207.1054 642.6314 193.5263 633.8419 187.1708 633.8419 c 180.6801 633.8419 184.1591 646.8234 185.2295 651.8266 c 183.3072 650.204 180.1121 647.3643 177.7479 645.6064 c 177.2335 645.2007 176.6564 645.0655 176.1155 645.0655 c 175.0337 645.0655 174.1066 646.1473 174.5052 647.6347 c 174.7589 648.5813 175.5897 649.6631 177.0966 650.7448 c 183.431 655.2072 190.249 663.9967 195.8288 677.2486 c 195.9013 677.5191 196.7489 677.6543 197.8307 677.6543 c 201.2112 677.6543 207.5473 676.5725 207.4023 676.0316 c 202.246 669.4057 197.6084 659.6696 195.7602 652.7732 c 194.528 648.1756 194.5686 644.795 196.5969 644.795 c 202.9524 644.795 213.6416 656.4242 217.7718 664.2672 c 218.1245 665.0785 219.0083 665.349 219.9549 665.349 c 221.9832 665.349 224.3615 664.132 224.2166 663.5911 c 222.2234 656.1538 218.6357 642.7667 222.0162 642.7667 c 223.5399 642.9019 230.5699 648.4461 232.6637 650.204 C 233.6579 645.3359 L b *U *u 231.5387 649.329 m 240.6711 656.5312 265.7999 677.2133 285.4065 680.494 c 285.5417 680.494 285.8122 680.494 286.3531 680.494 c 288.6519 680.494 292.9498 678.8713 292.6237 677.6543 c 292.5512 677.3839 292.2083 677.1134 291.7664 676.9782 c 273.9353 670.4875 259.3203 662.3741 250.2036 653.5845 c 246.8998 650.3392 245.1295 647.7699 244.3685 644.9302 c 243.8611 643.0371 244.5443 641.5497 246.7078 641.5497 c 256.9848 641.5497 273.6319 659.2639 281.2054 666.8364 c 282.5144 668.1887 284.4535 668.8648 286.2114 668.8648 c 288.6454 668.8648 290.6181 667.6478 290.2194 666.1603 c 290.0745 665.6194 289.758 664.9433 289.2339 663.9967 c 286.1882 658.1821 281.6063 649.6631 280.2654 644.6598 c 279.5768 642.0906 279.8181 640.4679 281.576 640.4679 c 285.3622 640.4679 293.7109 647.9052 297.9613 651.1505 c 298.4756 651.5562 298.9176 651.6914 299.4585 651.6914 c 300.405 651.6914 301.1341 650.8801 300.7717 649.5278 c 300.4818 648.4461 299.5785 647.0938 297.7914 645.4711 c 292.773 640.8735 283.1349 633.1658 275.8328 633.1658 c 271.5056 633.1658 267.2272 635.8703 268.8217 641.8201 c 269.5827 644.6598 270.776 647.0938 272.1671 649.2574 c 266.3277 644.1189 253.6172 631.0022 239.4188 631.0022 c 234.8212 631.0022 230.1706 631.8136 231.8376 638.0339 c 232.8885 641.9553 234.9391 645.0655 237.2238 648.0404 c 236.195 647.229 234.1607 645.4495 233.0329 644.7734 c B *U *u 296.0378 649.7244 m 305.4856 657.1397 331.7451 678.8713 342.2087 683.6041 c 343.3002 684.145 344.1478 684.2802 344.8239 684.2802 c 346.8523 684.2802 347.0838 682.1167 346.214 678.8713 c 344.1121 671.0284 335.5017 656.5595 332.159 651.1505 c 340.5439 658.723 352.1503 668.7296 359.5876 668.7296 c 365.9431 668.7296 367.403 661.5627 366.7788 653.1789 c 366.2271 645.0655 365.6251 639.7918 367.6535 639.7918 c 370.8989 639.7918 377.4772 644.6598 384.5169 650.7448 c 385.0313 651.1505 385.6447 651.421 386.1856 651.421 c 387.2674 651.421 388.1317 650.6096 387.7331 649.1222 c 387.4431 648.0404 386.5399 646.6881 384.6175 645.0655 c 377.9932 639.5213 370.9438 632.8954 363.1008 632.8954 c 357.8271 632.8954 357.1829 636.5464 356.073 642.4962 c 355.1875 647.7699 354.6087 653.1789 348.9294 653.1789 c 336.624 653.1789 328.1558 637.2225 321.763 629.5148 c 320.3453 627.7569 317.2157 626.6751 314.7817 626.6751 c 312.6181 626.6751 310.9424 627.4864 311.4136 629.2443 c 311.5948 629.9204 312.3001 631.5431 312.8604 632.6249 c 315.6093 638.8452 324.3311 655.7481 325.9257 661.6979 c 326.2881 663.0502 326.0998 663.8615 325.8294 663.8615 c 325.5589 663.8615 324.6389 663.4558 323.7188 663.0502 c 314.6172 658.8583 303.822 650.296 296.3766 644.2109 c B *U *u 384.6288 650.7448 m 397.416 660.6162 409.3735 676.9782 412.0834 681.0349 c 414.3416 684.4155 416.4186 687.1199 418.8218 691.0414 c 417.6048 691.0414 416.2526 691.0414 414.6299 691.0414 c 409.2209 691.0414 402.2256 691.1766 396.9616 691.7175 c 395.3752 691.8528 395.1436 694.0163 395.6872 696.0447 c 396.1946 697.9378 397.3781 699.8309 398.8655 699.8309 c 404.7164 699.9662 418.6444 699.9662 424.0533 699.9662 c 426.6377 704.5638 428.5265 708.0796 431.9514 714.2998 c 432.5118 715.3816 434.009 715.9225 435.226 715.9225 c 436.7134 715.9225 437.8845 715.2464 437.7033 714.5703 c 437.6308 714.2998 437.4496 713.6237 437.1332 712.9476 c 435.4689 708.7557 432.6838 702.4002 431.6258 699.9662 c 432.8428 699.9662 434.1951 699.9662 435.8177 699.9662 c 437.4404 699.9662 437.2663 697.8026 436.6502 695.5038 c 436.0704 693.3402 435.0486 691.0414 433.7954 690.9062 c 432.1364 690.771 429.5672 690.771 427.5388 690.771 c 420.4716 677.5191 409.6813 650.8801 407.217 641.6849 c 406.601 639.3861 406.4825 638.4395 406.8882 638.4395 c 407.6995 638.4395 410.8026 639.927 412.9592 641.4144 c 417.3712 644.2541 422.5876 648.5813 424.9518 650.3392 c 425.7729 650.8801 426.5215 651.1505 427.0624 651.1505 c 428.2794 651.1505 429.0085 650.3392 428.6461 648.9869 c 428.4287 648.1756 427.7331 647.0938 426.3252 645.8768 c 422.7872 642.7667 405.6214 628.1625 396.291 628.1625 c 391.423 628.1625 390.8123 629.9204 392.733 637.0873 c 395.2698 646.5529 400.4942 656.9651 403.9554 663.3206 c 399.1155 657.3708 391.4527 650.4744 384.9371 645.3359 c B *U *u 423.7445 649.4516 m 432.832 656.6185 457.9602 677.2486 477.3556 680.494 c 477.4908 680.494 477.7612 680.494 478.3021 680.494 c 480.6009 680.494 484.8989 678.8713 484.5727 677.6543 c 484.5002 677.3839 484.1573 677.1134 483.7154 676.9782 c 465.8843 670.4875 451.2694 662.3741 442.1526 653.5845 c 438.8489 650.3392 437.0785 647.7699 436.3175 644.9302 c 435.8102 643.0371 436.4933 641.5497 438.6569 641.5497 c 448.9339 641.5497 465.5809 659.2639 473.1545 666.8364 c 474.4634 668.1887 476.4025 668.8648 478.1604 668.8648 c 480.5945 668.8648 482.5671 667.6478 482.1685 666.1603 c 482.0235 665.6194 481.7071 664.9433 481.183 663.9967 c 478.1372 658.1821 473.5553 649.6631 472.2144 644.6598 c 471.5259 642.0906 471.7671 640.4679 473.525 640.4679 c 477.3113 640.4679 485.66 647.9052 489.9103 651.1505 c 490.4247 651.5562 490.8666 651.6914 491.4075 651.6914 c 492.3541 651.6914 493.0832 650.8801 492.7208 649.5278 c 492.4309 648.4461 491.5276 647.0938 489.7405 645.4711 c 484.7221 640.8735 475.0839 633.1658 467.7818 633.1658 c 463.4547 633.1658 459.1762 635.8703 460.7708 641.8201 c 461.5318 644.6598 462.725 647.0938 464.1162 649.2574 c 458.2767 644.1189 445.5663 631.0022 431.3678 631.0022 c 426.7702 631.0022 422.1196 631.8136 423.7866 638.0339 c 424.8376 641.9553 426.8881 645.0655 429.1728 648.0404 c 428.1441 647.229 427.079 646.2825 425.9513 645.6064 c B *U U U u u *u 0 g 115.0033 662.9024 m 112.2129 652.4902 110.8904 640.9962 133.3445 639.5088 c 123.8702 646.5404 116.8451 658.1696 121.8461 676.8304 c 129.9276 706.9852 151.4275 720.1019 176.1734 720.1019 c 192.8059 720.1019 196.233 707.6614 192.1742 692.5163 c 186.6295 671.8272 167.132 645.9995 147.6685 638.9679 c 151.4661 633.9646 158.9916 625.716 166.503 620.4423 c 166.6019 620.307 166.7009 620.1718 166.6284 619.9014 c 166.1936 618.2787 162.3127 614.8981 159.0673 614.8981 c 158.3912 614.8981 157.7513 615.0333 157.1839 615.439 c 153.4463 618.1435 142.6614 629.367 137.6468 634.3703 c 133.1022 633.5589 129.072 633.1533 125.6914 633.1533 c 107.9772 633.1533 104.9168 643.4302 108.1059 655.3299 c 109.2655 659.6571 114.5289 672.2328 116.5573 672.2328 c 118.0448 672.2328 116.5979 668.8522 115.0033 662.9024 c b 1 D 136.4989 679.5349 m 132.1864 663.4433 137.7869 651.5436 143.8346 643.8359 c 160.34 649.921 174.5389 670.6101 179.0326 687.3778 c 182.5841 700.6297 181.3904 711.3124 164.8931 711.3124 c 150.289 711.3124 140.4128 694.139 136.4989 679.5349 c b *U *u 0 D 237.6579 643.8359 m 235.6993 642.078 227.6838 634.3703 220.517 634.3703 c 215.3785 634.3703 214.0344 640.4553 214.6726 645.8643 c 211.1054 641.1314 197.5263 632.3419 191.1708 632.3419 c 184.6801 632.3419 188.1591 645.3234 189.2295 650.3266 c 187.3072 648.704 184.1121 645.8643 181.7479 644.1064 c 181.2335 643.7007 180.6564 643.5655 180.1155 643.5655 c 179.0337 643.5655 178.1066 644.6473 178.5052 646.1347 c 178.7589 647.0813 179.5897 648.1631 181.0966 649.2448 c 187.431 653.7072 194.249 662.4967 199.8288 675.7486 c 199.9013 676.0191 200.7489 676.1543 201.8307 676.1543 c 205.2112 676.1543 211.5473 675.0725 211.4023 674.5316 c 206.246 667.9057 201.6084 658.1696 199.7602 651.2732 c 198.528 646.6756 198.5686 643.295 200.5969 643.295 c 206.9524 643.295 217.6416 654.9242 221.7718 662.7672 c 222.1245 663.5785 223.0083 663.849 223.9549 663.849 c 225.9832 663.849 228.3615 662.632 228.2166 662.0911 c 226.2234 654.6538 222.6357 641.2667 226.0162 641.2667 c 227.5399 641.4019 234.5699 646.9461 236.6637 648.704 C 237.6579 643.8359 L b *U *u 235.5387 647.829 m 244.6711 655.0312 269.7999 675.7133 289.4065 678.994 c 289.5417 678.994 289.8122 678.994 290.3531 678.994 c 292.6519 678.994 296.9498 677.3713 296.6237 676.1543 c 296.5512 675.8839 296.2083 675.6134 295.7664 675.4782 c 277.9353 668.9875 263.3203 660.8741 254.2036 652.0845 c 250.8998 648.8392 249.1295 646.2699 248.3685 643.4302 c 247.8611 641.5371 248.5443 640.0497 250.7078 640.0497 c 260.9848 640.0497 277.6319 657.7639 285.2054 665.3364 c 286.5144 666.6887 288.4535 667.3648 290.2114 667.3648 c 292.6454 667.3648 294.6181 666.1478 294.2194 664.6603 c 294.0745 664.1194 293.758 663.4433 293.2339 662.4967 c 290.1882 656.6821 285.6063 648.1631 284.2654 643.1598 c 283.5768 640.5906 283.8181 638.9679 285.576 638.9679 c 289.3622 638.9679 297.7109 646.4052 301.9613 649.6505 c 302.4756 650.0562 302.9176 650.1914 303.4585 650.1914 c 304.405 650.1914 305.1341 649.3801 304.7717 648.0278 c 304.4818 646.9461 303.5785 645.5938 301.7914 643.9711 c 296.773 639.3735 287.1349 631.6658 279.8328 631.6658 c 275.5056 631.6658 271.2272 634.3703 272.8217 640.3201 c 273.5827 643.1598 274.776 645.5938 276.1671 647.7574 c 270.3277 642.6189 257.6172 629.5022 243.4188 629.5022 c 238.8212 629.5022 234.1706 630.3136 235.8376 636.5339 c 236.8885 640.4553 238.9391 643.5655 241.2238 646.5404 c 240.195 645.729 238.1607 643.9495 237.0329 643.2734 c B *U *u 300.0378 648.2244 m 309.4856 655.6397 335.7451 677.3713 346.2087 682.1041 c 347.3002 682.645 348.1478 682.7802 348.8239 682.7802 c 350.8523 682.7802 351.0838 680.6167 350.214 677.3713 c 348.1121 669.5284 339.5017 655.0595 336.159 649.6505 c 344.5439 657.223 356.1503 667.2296 363.5876 667.2296 c 369.9431 667.2296 371.403 660.0627 370.7788 651.6789 c 370.2271 643.5655 369.6251 638.2918 371.6535 638.2918 c 374.8989 638.2918 381.4772 643.1598 388.5169 649.2448 c 389.0313 649.6505 389.6447 649.921 390.1856 649.921 c 391.2674 649.921 392.1317 649.1096 391.7331 647.6222 c 391.4431 646.5404 390.5399 645.1881 388.6175 643.5655 c 381.9932 638.0213 374.9438 631.3954 367.1008 631.3954 c 361.8271 631.3954 361.1829 635.0464 360.073 640.9962 c 359.1875 646.2699 358.6087 651.6789 352.9294 651.6789 c 340.624 651.6789 332.1558 635.7225 325.763 628.0148 c 324.3453 626.2569 321.2157 625.1751 318.7817 625.1751 c 316.6181 625.1751 314.9424 625.9864 315.4136 627.7443 c 315.5948 628.4204 316.3001 630.0431 316.8604 631.1249 c 319.6093 637.3452 328.3311 654.2481 329.9257 660.1979 c 330.2881 661.5502 330.0998 662.3615 329.8294 662.3615 c 329.5589 662.3615 328.6389 661.9558 327.7188 661.5502 c 318.6172 657.3583 307.822 648.796 300.3766 642.7109 c B *U *u 388.6288 649.2448 m 401.416 659.1162 413.3735 675.4782 416.0834 679.5349 c 418.3416 682.9155 420.4186 685.6199 422.8218 689.5414 c 421.6048 689.5414 420.2526 689.5414 418.6299 689.5414 c 413.2209 689.5414 406.2256 689.6766 400.9616 690.2175 c 399.3752 690.3528 399.1436 692.5163 399.6872 694.5447 c 400.1946 696.4378 401.3781 698.3309 402.8655 698.3309 c 408.7164 698.4662 422.6444 698.4662 428.0533 698.4662 c 430.6377 703.0638 432.5265 706.5796 435.9514 712.7998 c 436.5118 713.8816 438.009 714.4225 439.226 714.4225 c 440.7134 714.4225 441.8845 713.7464 441.7033 713.0703 c 441.6308 712.7998 441.4496 712.1237 441.1332 711.4476 c 439.4689 707.2557 436.6838 700.9002 435.6258 698.4662 c 436.8428 698.4662 438.1951 698.4662 439.8177 698.4662 c 441.4404 698.4662 441.2663 696.3026 440.6502 694.0038 c 440.0704 691.8402 439.0486 689.5414 437.7954 689.4062 c 436.1364 689.271 433.5672 689.271 431.5388 689.271 c 424.4716 676.0191 413.6813 649.3801 411.217 640.1849 c 410.601 637.8861 410.4825 636.9395 410.8882 636.9395 c 411.6995 636.9395 414.8026 638.427 416.9592 639.9144 c 421.3712 642.7541 426.5876 647.0813 428.9518 648.8392 c 429.7729 649.3801 430.5215 649.6505 431.0624 649.6505 c 432.2794 649.6505 433.0085 648.8392 432.6461 647.4869 c 432.4287 646.6756 431.7331 645.5938 430.3252 644.3768 c 426.7872 641.2667 409.6214 626.6625 400.291 626.6625 c 395.423 626.6625 394.8123 628.4204 396.733 635.5873 c 399.2698 645.0529 404.4942 655.4651 407.9554 661.8206 c 403.1155 655.8708 395.4527 648.9744 388.9371 643.8359 c B *U *u 427.7445 647.9516 m 436.832 655.1185 461.9602 675.7486 481.3556 678.994 c 481.4908 678.994 481.7612 678.994 482.3021 678.994 c 484.6009 678.994 488.8989 677.3713 488.5727 676.1543 c 488.5002 675.8839 488.1573 675.6134 487.7154 675.4782 c 469.8843 668.9875 455.2694 660.8741 446.1526 652.0845 c 442.8489 648.8392 441.0785 646.2699 440.3175 643.4302 c 439.8102 641.5371 440.4933 640.0497 442.6569 640.0497 c 452.9339 640.0497 469.5809 657.7639 477.1545 665.3364 c 478.4634 666.6887 480.4025 667.3648 482.1604 667.3648 c 484.5945 667.3648 486.5671 666.1478 486.1685 664.6603 c 486.0235 664.1194 485.7071 663.4433 485.183 662.4967 c 482.1372 656.6821 477.5553 648.1631 476.2144 643.1598 c 475.5259 640.5906 475.7671 638.9679 477.525 638.9679 c 481.3113 638.9679 489.66 646.4052 493.9103 649.6505 c 494.4247 650.0562 494.8666 650.1914 495.4075 650.1914 c 496.3541 650.1914 497.0832 649.3801 496.7208 648.0278 c 496.4309 646.9461 495.5276 645.5938 493.7405 643.9711 c 488.7221 639.3735 479.0839 631.6658 471.7818 631.6658 c 467.4547 631.6658 463.1762 634.3703 464.7708 640.3201 c 465.5318 643.1598 466.725 645.5938 468.1162 647.7574 c 462.2767 642.6189 449.5663 629.5022 435.3678 629.5022 c 430.7702 629.5022 426.1196 630.3136 427.7866 636.5339 c 428.8376 640.4553 430.8881 643.5655 433.1728 646.5404 c 432.1441 645.729 431.079 644.7825 429.9513 644.1064 c B *U U U U 0 To 1 0 0 1 304 36 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 34 36 0 Tp TP 0 Tr 0 Ta (Volume IV Issue 3) Tx (\r) TX TO 0 To 1 0 0 1 512 36 0 Tp TP 0 Tr (August 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 36 31 252 743 R 7 X 0 K V 0 10 Q 0 X (ISSN 1053-8496) 184.54 736.33 T (August 1992) 200.64 724.33 T (V) 177.51 712.33 T (olume IV) 183.44 712.33 T (Issue 3) 223.96 712.33 T (Editor/T) 36 693.18 T (echnical Director) 69.17 693.18 T (..........) 139.92 693.18 T (Daniel K. Appelquist) 166.78 693.18 T (Cover Art) 36 681.18 T (.........................................) 77.46 681.18 T (John Zimmerman) 181.21 681.18 T 0 9 Q (Copyright \2511992 by Daniel K. Appelquist) 67.19 662.69 T 0.48 (This magazine may be archived, reproduced and/or distrib-) 36 644.54 P 1.05 (uted provided that it is left intact and that no additions or) 36 633.54 P 2.2 (changes are made to it. The individual works presented) 36 622.54 P 0.04 (herein are the sole property of their respective author\050s\051. No) 36 611.54 P 0.23 (further use of their works is permitted without their explicit) 36 600.54 P 0.9 (consent. All stories in this magazine are \336ction. No actual) 36 589.54 P 0.08 (persons are designated by name or character) 36 578.54 P 0.08 (. Any similarity) 195.18 578.54 P (is purely coincidental.) 36 567.54 T 1.07 (Quanta is supported solely by reader contributions. If you) 36 549.38 P 1.19 (would like to add yourself to the list of people who keep) 36 538.38 P 0.16 (Quanta alive, please send $5 \050or more\051 to the postal address) 36 527.39 P 2.39 (below) 36 516.39 P 2.39 (. Checks may be made out to) 57.38 516.39 P 1 F 2.39 (Quanta Magazine) 180.46 516.39 P 0 F 2.39 (..) 247.51 516.39 P (Donation is not a requirement for subscription.) 36 505.39 T (Quanta) 131.02 487.23 T (401 Amberson A) 102.65 476.23 T (venue) 163.89 476.23 T (Pittsbur) 105.67 465.23 T (gh, P) 133.48 465.23 T (A 15232) 151.13 465.23 T 2.16 (The PostScript version of Quanta is produced using the) 36 447.08 P 0.52 (FrameMaker document preperation software. The cover art) 36 436.08 P 4.09 (was produced using Adobe Illustrator) 36 425.08 P 4.09 (. PostScript and) 187.15 425.08 P 0.94 (Adobe are registered trademarks of Adobe Systems Incor-) 36 414.08 P 1.76 (porated. FrameMaker is a registered trademark of Frame) 36 403.08 P (T) 36 392.08 T (echnology Corporation.) 40.86 392.08 T -0.12 (All submissions, request for submission guidelines, requests) 36 373.92 P 1.93 (for back issues, queries concerning subscriptions, letters,) 36 362.92 P 1.45 (comments, or other correspondance should be sent to the) 36 351.92 P (Internet address quanta@andrew) 36 340.92 T (.cmu.edu.) 153.5 340.92 T 1.07 (Quanta is published in both PostScript and ASCII format.) 36 322.77 P 2.17 (Requests to be added to the distribution list for Quanta) 36 311.77 P (should be sent to either) 36 300.77 T (quanta+requests.postscript@andrew) 62.61 289.77 T (.cmu.edu) 192.44 289.77 T 1 F (or) 140.01 278.77 T 0 F (quanta+requests.ascii@andrew) 71.85 267.77 T (.cmu.edu) 183.2 267.77 T (for PostScript or ASCII subscriptions respectively) 36 256.77 T (..) 215.9 256.77 T 1.59 (Subscriptions come in three \337avors: MAIL subscriptions,) 36 238.62 P 1.58 (where each issue is sent as a series electronic mail mes-) 36 227.62 P 0.43 (sages; BITNET subscriptions, where each issue is sent as a) 36 216.62 P 1.51 (\336le over the BITNET and FTP subscriptions, where sub-) 36 205.62 P 1.29 (scribers receive a noti\336cation when a new issue has been) 36 194.62 P (placed at a designated FTP site.) 36 183.62 T 0.54 (Anonymous FTP servers that carry current and back issues) 36 165.46 P (of Quanta are:) 36 154.46 T (export.acs.cmu.edu) 36 136.31 T (.............................................) 107.85 136.31 T (128.2.35.66) 209.31 136.31 T (ftp.ef) 36 125.31 T (f.or) 55.05 125.31 T (g) 67.62 125.31 T (..........................................................) 74.15 125.31 T (192.88.144.4) 204.82 125.31 T (lth.se \050European service only\051) 36 114.31 T (..........................) 146.05 114.31 T (130.235.16.3) 204.82 114.31 T 2.73 (Ascii Quanta issues are available via Gopher from the) 36 96.15 P 1.23 (server at gopher) 36 85.15 P 1.23 (-srv) 96.18 85.15 P 1.23 (.acs.cmu.edu, port 70, in the Archives) 109.57 85.15 P (directory) 36 74.15 T (.) 67.86 74.15 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 270 27 576 747 R 7 X V 1 12 Q 0 X (Articles) 404.34 739 T 0 16 Q (L) 370.05 693.67 T 0 12 Q (OOKING) 379.82 693.67 T 0 16 Q ( A) 427.11 693.67 T 0 12 Q (HEAD) 442.65 693.67 T (Daniel K. Appelquist) 270 665.67 T (Page 2) 543.69 665.67 T 1 F (Serials) 406.34 619 T 0 16 Q (T) 342.04 573.67 T 0 12 Q (HE) 351.81 573.67 T 0 16 Q ( H) 367.8 573.67 T 0 12 Q (ARRISON) 383.34 573.67 T 0 16 Q ( C) 435.98 573.67 T 0 12 Q (HAPTERS) 450.65 573.67 T (Jim V) 270 545.67 T (assilakos) 297.66 545.67 T (Page 10) 537.69 545.67 T 0 16 Q (D) 374.47 500.33 T 0 12 Q (R) 386.02 500.33 T 0 16 Q ( T) 394.02 500.33 T 0 12 Q (OMORROW) 407.57 500.33 T (Marshall F) 270 472.33 T (. Gilula) 321.34 472.33 T (Page 21) 537.69 472.33 T 1 F (Stories) 406.34 397.67 T 0 16 Q (A) 333.5 352.33 T 0 12 Q (GRICUL) 345.05 352.33 T (TURAL) 388.58 352.33 T 0 16 Q ( R) 428.56 352.33 T 0 12 Q (EVOLUTION) 443.22 352.33 T (Phillip Nolte) 270 324.33 T (Page 3) 543.69 324.33 T 0 16 Q (T) 327.62 279 T 0 12 Q (HE) 337.39 279 T 0 16 Q ( F) 353.38 279 T 0 12 Q (LIGHT) 366.27 279 T (OF) 406.23 279 T (THE) 425.56 279 T 0 16 Q ( P) 448.88 279 T 0 12 Q (EQUOD) 461.77 279 T 0 16 Q ( II) 503.73 279 T 0 12 Q (H. Palmer Hall) 270 251 T (Page 17) 537.69 251 T 0 16 Q (D) 386.58 205.67 T 0 12 Q (EADBEA) 398.12 205.67 T (TS) 445.43 205.67 T (Oisin Hurley) 270 177.67 T (Page 30) 537.69 177.67 T 0 16 Q (B) 370.59 132.33 T 0 12 Q (UYING) 381.26 132.33 T 0 16 Q ( S) 419.89 132.33 T 0 12 Q (ILENCE) 432.77 132.33 T (Michael C. Berch) 270 104.33 T (Page 32) 537.69 104.33 T 0 16 Q (A R) 339.73 59 T 0 12 Q (EALITY) 365.93 59 T (OF) 413.23 59 T 0 16 Q ( O) 428.56 59 T 0 12 Q (NE\325S) 444.1 59 T 0 16 Q ( O) 470.75 59 T 0 12 Q (WN) 486.29 59 T (Jason Snell) 270 31 T (Page 36) 537.69 31 T 1 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 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (2) 303.75 39 T 36 54 297 621 R 7 X V 0 18 Q 0 X 0.49 (W) 36 614.33 P 0 10 Q 0.27 (ell why not? Jason Snell did it \320 put his mug on top of every) 52.18 614.33 P (editor) 36 602.33 T (\325) 59.69 602.33 T (s column this year! Why not me?) 62.47 602.33 T 1.68 (Anyway: Hi everyone! Sorry about how late this issue was) 46.8 589.5 P 1.09 (getting out the door) 36 577.5 P 1.09 (. This \322August\323 issue is really a September) 117.28 577.5 P -0.17 (issue, but if you don\325) 36 565.5 P -0.17 (t tell anyone, I won\325) 119.8 565.5 P -0.17 (t. I\325ve been playing with) 199.71 565.5 P 1.7 (the format a bit, as you may have noticed, and I\325d appreciate) 36 553.5 P 0.23 (comments, if you have them. This is the \336rst issue of Quanta) 36 541.5 P 1 F 0.23 (not) 284.23 541.5 P 0 F 0.8 (produced with LaT) 36 529.5 P 0.8 (eX \320 it was produced using the FrameMaker) 113.5 529.5 P -0.24 (software. Some may shout \322heretic\323 at this aparant abandoning of) 36 517.5 P 1.09 (what some would call \322the one true page layout software.\323 Let) 36 505.5 P -0.23 (me say this, however) 36 493.5 P -0.23 (. If there was any way to do what I wanted to) 119.14 493.5 P 1.39 (do in LaT) 36 481.5 P 1.39 (eX, without going through and writing my) 77.51 481.5 P 1 F 1.39 (own) 259.39 481.5 P 0 F 1.39 ( T) 276.05 481.5 P 1.39 (eX) 285.35 481.5 P 2.04 (macros \050which basically defeats the whole purpose of LaT) 36 469.5 P 2.04 (eX) 285.35 469.5 P 0.16 (anyway\051 I would have done it. Ah well...all things change, I sup-) 36 457.5 P (pose...) 36 445.5 T 1.07 (What I\325d really like to see change is the rate of submissions) 46.8 432.67 P 1.03 (I\325ve been getting. No doubt many of you haven\325) 36 420.67 P 1.03 (t sent me your) 236.99 420.67 P 2.32 (manuscripts because you\325ve assumed that I was dead or had) 36 408.67 P 1.14 (ceased production of Quanta \050due to the long hiaitus I seem to) 36 396.67 P 0.56 (have taken.\051 W) 36 384.67 P 0.56 (ell let me encourage you to send those \050e-\051manu-) 97.1 384.67 P 1.96 (scripts in! I\325m looking for new authors, fresh points of view) 36 372.67 P 1.96 (,) 294.5 372.67 P 0.28 (things I haven\325) 36 360.67 P 0.28 (t seen before. The October issue \050even if it comes) 96.33 360.67 P 1.55 (out in November\051 will be the sixteenth issue thisfar produced,) 36 348.67 P (and the THIRD anniversary issue. Three years! W) 36 336.67 T (ow) 236.14 336.67 T (.) 247.7 336.67 T 1.64 (So let\325) 46.8 323.83 P 1.64 (s see. What\325) 74.27 323.83 P 1.64 (s happening with me? W) 126.12 323.83 P 1.64 (ell, I\325m moving) 231.25 323.83 P 0.64 (again, so the postal address for Quanta will change soon. If you) 36 311.83 P 1.33 (do have something to send me regular mail, however) 36 299.83 P 1.33 (, you can) 257.99 299.83 P -0.11 (just send it to the address listed on the contents page, and through) 36 287.83 P 0.86 (the magic of the U.S. postal system, it will be forwarded to me) 36 275.83 P (wherever I go.) 36 263.83 T 0.69 (I want to thank John Zimmerman for some particularly inter-) 46.8 251 P 0.98 (esting cover art for this issue. The piece is based on H. Palmer) 36 239 P (Hall\325) 36 227 T (s \322Flight of the Pequod II\323.) 55.99 227 T 1.88 (I was glad to hear that my good friend Jason Snell landed) 46.8 214.17 P 0.92 (safely at the Berkeley School of Journalism in California. I say) 36 202.17 P 1.27 (\322good friend\323 knowing full well that we have never) 36 190.17 P 1.27 (, ever met.) 252.27 190.17 P -0.2 (Maybe some day) 36 178.17 P -0.2 (... \050Jason has a short piece at the end of this issue) 103.23 178.17 P (entitled \322A Reality of One\325) 36 166.17 T (s Own\323.\051) 144.26 166.17 T -0.24 (I\325d like to include a plug here for the independent video \322W) 46.8 153.33 P -0.24 (AX) 282.57 153.33 P 2.37 (or the discovery of television among the bees\323. David Blair) 36 141.33 P 2.37 (,) 294.5 141.33 P -0.17 (writer/director of \322W) 36 129.33 P -0.17 (AX\323 was good enough to lend me a copy for) 119.48 129.33 P 0.32 (a while, and frankly) 36 117.33 P 0.32 (, I was quite impressed. \322W) 116.24 117.33 P 0.32 (AX\323 is not really) 227.48 117.33 P 0.84 (a traditional narrative \336lm so much as a spectacle of sound and) 36 105.33 P 0.54 (vision. The narrative exists, to be sure, but seems to take a back) 36 93.33 P 1.45 (seat to the bizarre imagery and wealth of ideas that Blair puts) 36 81.33 P 1.14 (forth. If you\325re into weird, strange cinema, like I am, then you) 36 69.33 P 0.81 (could do worse than checking out \322W) 36 57.33 P 0.81 (AX.\323 See the back of this) 190.78 57.33 P 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 315 216 576 621 R 7 X V 0 X (issue for more information.) 315 614.33 T 0.31 (I\325m \336nding it harder and harder to look ahead, of late. I really) 325.8 602.33 P 0.21 (don\325) 315 590.33 P 0.21 (t have any idea what I\325ll be doing in a year) 333.14 590.33 P 0.21 (, or where I\325ll be,) 505.79 590.33 P (but, rest assured, I\325ll try to continue to produce Quanta.) 315 578.33 T (W) 325.8 566.33 T (ell that\325) 334.43 566.33 T (s about it for me for now) 364.7 566.33 T (... See you all next issue!) 463.42 566.33 T 36 738 576 738 2 L 0.5 H 2 Z N 36 630 576 630 2 L N 0 281 367 332 425 71.4 81.2 504.6 643.4 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-2.0 EPSF-2.0 %%Title: disturbed-small.ps %%Creator: XV Version 2.21 Rev: 4/29/92 - by John Bradley %%BoundingBox: 281 367 332 425 %%Pages: 1 %%DocumentFonts: %%EndComments %%EndProlog %%Page: 1 1 % remember original state /origstate save def % build a temporary dictionary 20 dict begin % define string to hold a scanline's worth of data /pix 118 string def % lower left corner 281 367 translate % size of image (on paper, in 1/72inch coords) 51 58 scale 118 136 8 % dimensions of data [118 0 0 -136 0 136] % mapping matrix {currentfile pix readhexstring pop} image 7a78787476767a7a76777a7a7c797776747b7c7b7c7d787571797677787a7a777d777975 7c777774757274706f6c6f72746d6d6d71706d6b696a6a67656866666c676a69686b7171 6e716c6c6e6c6b6d6f6b6f6b706b68716e6c6f6f6b6c6f6d736d6c737972746c75767274 72726d6f746c78716d6d 7b797b787f7b7c7e797a7a757c7e78797b7d7c78767875757b7d7877767777757d767672 7873736f777170686f6a6a696c6a6c6a6a6a69666764605d626460605d6967686b6a6b6d 6c6f6c6c6c6d6d6c6e6b6e6b7370696f706d7171726a6f716e6d6d6f72697370726e6d78 70706d74737074747271 7b7879797973747776757574757874777876797776787371767575777979797a80797a76 7973726d716c6d686b676869646468656567676261594b4138444d544f53606666676468 6d6d6f706d6f706e6d6a6d6a6f726c726e6b6e6e72676b6f6f71726f7970797574747276 7776707472736e6d7170 7f7a78787a797e81867d76777a747b7c7d767978757878797e78797c767575787b767977 7a73716c6e6b6d6969646464656161615c5a51443c301f15140e0915262a3c4d5d656365 6a686e6f6d6c6c6d6d6a6d6a6d746b706d6b6e6e6b6c696d6f6e6e6d7171727075736e72 707573756f7072707270 7f787e7c7b8482818281777b7f7a7e858181817a757e7d7d847b7c7b7b7b737c7e7b7972 74787069676965626560554b463e342f3026150a05040200020203040406090c1e384c5d 606b646b666c676c6a6b6a6f7270706f6d6d706e6f6e6d6e70706b6d716b737874706f70 70746b6d726f7070736f 807a7f7e7f807c7d80777a787a807f83867a7d767f797a7f8481817c797a76797d7b7a74 6b6f6b666463645845372110050200020000000202020202020203030203040403040923 3e5863676d686a6d6a6b686b716f6f6f716e70706e6e6f716c6d6b706d75707172737276 71787371716e6f6e706c 82808281847e7b7d7a7f7c7b74807d7e877a8280817b7e7d7980827d7a7b7a797b797974 716a61585038251304010002010101030402000000000102010102030302020101070a0a 08162b4759676165696c6a6a716d6d70736e6f716e6e707274736e6f736b6e7370757070 6d7273707471716f6f6c 7e7f7e7e817b7c7c7779787a797c7d7d7e7c807d827f7a7c7d83817d817c7c7c7a777670 69614e290d0600010403020002020302020100010000000100010102010101010905060b 0e0a0a102948566062676767706c6b716f6d706f6f6e6e6f73726d6e6e6f706d6c756f6f 727274767672716f6f6c 84808587838180837d7a7e7b7d7f8680878187878281808086827d798282807a79726a64 513117070000000002020202020202020000000000000000010101010000000001010203 060607080d172e4851636467686c6f6c6f706e6c716b746f6f6f6e6d736f73716c727775 6a6d6f6f6d706e717170 82808385837f7c7c7b7a8080867f8080837e82818182827f7f7f7d7c837e7b74716d5935 100402000000000002020202020202020000000000000000010101010000000001010202 030404050406101c2f475b6269676b6a706f6c676e6e6e6e6f6f6e6d6d6d70706f717374 736f6e74717272726d6d 83838284807e7d7f827f827e8884847d817f81808282827e7a7c7e7e7c76786f654c2808 030102000000000001010101010101010000000000000000010101010000000000000102 01010202050405080c1a3653606567696a6c6d6c6c726d716f6f6e6d70737575726f6e72 72737474726f73707271 80827e80817e7d7f84808380857e7d797d7f808286817e7f767878737a70694e26160901 000303030000000000000000000000000000000000000000010101010000000000000001 0000010202020304050a102d4f6862646667696a686d6f6e6f6f6e6d6f74717171706e6e 71717171746f75707173 807d7d84807f7e7f817a7e797f827e8081797f80817e7d79786e746c6e50250801010203 000001000000000100000000000000000000000000000000000000000101000000000000 00000000010101010206090e244e5f5e60686467666a6d746b6d6a6c6e6d6d6f74737270 72707277777177747070 7e7e7f81817d7b7e837c807b7c7f7c797d7b8078757d7976756b65603c16020201050705 050300010001010200000000000000000000000000000000000000000000010100000000 000000000101010100030408082a4a54525b6366696b676d6e6c676b6c6f706e6e707272 71737574746f73706e6f 7a7c7d7a7b797b81817a7e79777b7f7e827574726d7874736b705f3f1304090604090b07 090501010101020300000000000000000000000000000000010101010000020300000000 0000000001010101000302050e11202e3636465b606b686c6f6e696c6c70726f73757470 71757774767474717171 7d7d7c797d7f8181837c807b7a797f817b7b7f6f7472717270623d1107070b0504060a0b 040403000000010100000000000000000000000000000000030303030202020100000000 00000000010101010103000309080709090d142b435c6366666b6b6b6f6f70716e737674 71747777757673707171 7e847e747d7f7b797a777b787d7b7c7f827e7b776f7270746a38180d0c0a08080d090604 020101000000000101020101000000010000000000010102010101030402000201010000 020101000101010101010203040608090808090a0e38585e67696a6c686a7473766e7675 7074777879747476736f 81807a777c7e7c7c817d7f7b7f7e7d807b777774737170653911100c0708080903010103 020404010000000000000102010402030603010003020000000000010001010102020203 0201010001010101010102020304050704040506070e3a586166676b6f6d717271757874 7a787574767779727370 7b7f81777c7e7d7d7f7b7c777e7b7a7c767274726f6c62361106080a0f0e0b0604030202 040506030101010004030100020402020000000201020406030201020001030102010202 020101000101010100000102020203030304050509061941536165687271717471746e73 7774727477717171756f 7b7d83797e807d7c7e7b7e7b807e7b7d787474727267491d0f0609080d0d0a0303020306 0603010304040302040404040407040304080a0500010305030200010202030606040200 0201010001010101000000010303030203030405060a08172f4d5e65626b6e716f737272 7777747074717474726d 7f828487877b7f7b7f7c8283857c817a7a7776756e5a2511090b0c060805080805050505 0101010102020202020305060303040705090d0e0403030203020100000001020d0a0503 0504030200000000010101010202030406040303060505071527535d656a6e6c74797673 7575767576727674716f 7e8184848181817d807e8080807a7e797f79767067390f0b060608090905050301010101 010101010202020201020405060607090d0d10130c0b0702000000000000000104030202 040303020101010101010101020203030604030305050507080e3b656a6c6f7175777375 7a787573777975727271 7c7e7f7e7d807c7480807e7d7c7a7c787971716953200c08060401020603060600000000 00000000010101010101020202020203030203070e0f0c06010000010101000006060400 020202020202020201010101010102030503020203040506070d174a63656a6f6f716e72 74727172707774747473 7c7977797e777b78787c78787e7e7b77796e6e62421c1307020507060502020000000000 000000000000000001000000000000000204060603090e0d060200020403020103060602 00000102010101010101010100010102040201020204060507060c23575e696f7278787a 7c787577767475737876 7f7d7c7c7a7e807f79787d7d7f7e7c797171635a270f120605050a070503010000000000 000000000101010101000000000002010102010207060a15150500000507080505020604 00010100000000000000000000000102020202020303040502090713415f626d6e747474 7a757675717378757774 7d7c7c7b8081817f827c7c7c7d7e7e7c7d7469551a070700040307050402010000000000 000000000000000000000000000000000000010101010307091008030402040a0503070a 0200000001010101000000000000010202020202030405050407060e1e50626f6b717171 7673767779777a7a7976 84858582868482817e8084807c7d7e7d7a6d664613070300040103020201000000000000 00000000000000000202030403010104040406070707070609060c0e0a0402050a0a0707 0602000001010101000000000000010202020202040406060506050911455f676c717271 73707477787475767370 7c7f7f7c807e7c7d7f7a7976797a7a78776e5d2f0c070000080203040100000000000000 010101010202020204040607100f1218171a1e22231c130f0d08060810110e07050c0a05 0807050202020202000000000000010202020202050506070505070911345b67686e6e6e 736f7274777677747371 8385848085807f7f83817b78857f7e7f716e4f1a0c060402050301000000000102010201 0203040406090c13191f232a262c2d303c3e3e3c3a403b2a271d16100b1221150009120a 0904090c050300010000000000000001020202020307060607060506091e4c64686f7173 70747272707271737471 81808684827e7d7d847c7d79807b79787167370a0b04030404020100010100000303050a 0c0c10151a1f232b323b424649535b63676a6d6e68625b5b5051453222131021200a070f 0b0404060b070100010101010000010102020202020706060605040507133b5f666e6f72 72757272747473737775 82818581837f7e7e827a807b7b77757069552410090304060201000001010101000a0e0e 0f111820232b32393f4246525b63696f7073797c7a7876746f5f5e5246382118221f0d09 0c0904020707050401010101000101020202020202060505050405070b12305265717174 74747072777375737372 79838283827e7d7d7e7f827d807d7a7266431409070507040100000000000304070e0a0d 121a23272a343d43454d545c656b6d707074797c828686807c746e6a5f4d3b2d26221e10 0b120c0402040605020202020101020302020202010504040605070a0d0d224b5f6e6c71 74726d70756f74747674 7f827e818377787b7e7e7f81817d726d5b28140a0305060300000102000003050507090d 0e191f23222c353b424e5863676a6c7071757a83838b8a8987888779706d675741372823 11081a090304000007060100030104040303030302020304040807090c11194063696d72 75717574737474736f71 86878282838481807f84837d7a7b746c4b1a0a0807060400000000010102040606070a0d 121412141e262d3642515c65676a6a6e73777a8185868c8e9090938f8679706d685b4432 280d101507040304040704000200030303030303020203040507050c0c0f15375a646b71 706e706f707171727374 8184828582827b7f83807f827979766a451d11070000000001010000020304050607080b 0e0f0e16222c3848535e62666769676a6f74767a84828b90908f8e92938f8b7f6f6b5d50 3c2f16111b0d0202010706020200030403030303020203040708060f0a0d102a5a656c6c 6c6d6c6c6f6f6f716e71 8285838787888a8483807d7f7a7471643f14080203010003040302010202030305040508 050b121d2e3a48545d616167676865666a7275788083858b8d9190959d96918a8682746a 564838151b1f0c0202060406040205050303030302020304080b090e080d0f2454626b69 6d706d6e75716e706d6f 8582878585858b858482827c77736d5e270f0e0901000105080502000000000004020404 0c101d2c37424f535255595f5b626365696e7179767e82868e8c8f969a999f9b908b8575 6d62533716251d04020500060a040a0604030305020303030c0e0c0a0e06131949606c6b 6e6f727472707271726c 888485857f878182847e7d7b757268502714110600010303030100000000000000020406 0b132332454a515555585956585d5c5c5b666e7378787881898b8f939497a0a19b969187 7e7b6e5f36192919070508090e06080805040305020303040b0e0c0a0d0712124263696a 6d6f7173757275747172 7f80818484808383837c7a797473684a1d100c0000010300000000000000000000030105 1220354446484d515854545a595e6064696c6a6c73797b7d84888c8e94989c9fa0a09d99 9091857b613b261f1808050b100a080a070604050203050608100b0b0e080f0a3160696a 6d6e7172757274747275 7e8584817d7f817e817d7c7878726141130a080101000000020000000000000000030313 28344146474a49443f403f3f3f42444a4c58636c71777a7f8383868c9197979c9da5a5a2 9c9895887a604529271c0d090f0f0c0a090705050103060806100a0c12080c0a1e566d69 6c6d7072767476767870 80817f8384827f7e7e81847d776a60310903020000000000000000000001010000020d25 33413c4143333b463c3833281f1c1d1b1f292e465569797c858286898b91949ba5a0a5a6 a799a19a897d6c5036281b0e11100f0b0d0a060b04050408070f0c0b0d0b070e1a4d686e 6f707375727773777573 7e83828281818183847f7c75786e56260e050101000000000000000000000100000c1f36 3c40413f403b342c262529292b272623221f1c1e24344f6f7c8283898c9091979fa5a7a6 a7a3a39f9a897a6f5f3c2a1c1918180e10110d0f100702090b0c0f0b0b0b060d1442656d 6f707375757876797472 8186858384828282837b78756f69491d0f040001000000000000000001000003081a2c37 44384646374242404a494e53525053534d45443b3023213d5f7b88898c8e8e9398a6a8a5 a5a8a4a1a09a8e827363442e25212219131a1a190c0507090d0d120b090a060b1135656d 6f707375747475787473 7f807c7d7f7e7f80837f7c77736343160701000100000000000000000200000513243134 3553423e4e484a5a5c5d6363625e5f5d605f5f5b59503a2927466f878b8e8f94989da6a5 a7a7a7a4a1a39b94817c66523b2a251919262c2913080b0c0a12110a060906090f2a6269 6f707375767376797271 817d85827d817f8386818075696032100300000000000000000000000001040b1e230c2a 4545474a515c67706e70716c695e5b504d494a5455665a4a2c25346f8d8c978f979c9ea3 a7aba9a8a4a4a19d94907e6f553b312321353c341d0c0a080d111008080706070e1a6265 6f727373707475787272 7e7b817e8084828781787773685a3710040000000000000000000000000707120e1a2f43 4d4e545f656b6c6d706b696d6b645f52453e342f354360645f392637648f8997989c9ea4 a4abadacaaa7a3a29c988e8271593f2e2f4255442f150c0a0e100e08080706080c165669 6f6f7073767277777472 8484868484857f7f78777c736b593d1505010100000000000000000001050618351e395b 595a60696e73747976797a787776756e66645f5a52392e4663653928346c9291979b9da3 a2abaeaeb0aba7a9a59f97887c765a3d404f68533b1a0c0e110f0b07060606080a114a6b 6d6e707377717b7e7674 8083827f81837d7e78777b726b5a3b180702020000000000000000000206151e0c34615e 5f667178777874767c7e7f7f827f7978777677797d836a36375663402a35729094989ba0 a6a8a8adafaeacabada39f8d89897c62556070614825120f130e08060505070908104865 6a717574747372717979 8181827f83827f7b7e7b7a716c57421d02000000000000000001000700180b1831516360 696f72757c787880808881828687878885858483849ba481572b4a5b37293b8e8f9b9e9c a6a6a7abacafb0b0afaba69692928581706d776d4e301a0f130f070808040706090d4b63 6e717474737575767677 818283828485837d7c79786f615a4116020000000000000004000400180b263d395d6367 6c73767a7d7e8287878d88898c8b8a8989898989898ba0ab763d20454d2830588e999c9d a3a7aaaaaeb0b2b2b0adac9e99998e8d81797c6e59372212150f0708070307060c104e68 6e717577747674747879 828384838182807b7a77756d64593b160200000000000000000005130729443b4268646d 6e767b8085898e908e919092918e8c89878686858287889d97552c1a593d2d3a7e9d9c9c a1a7acaaaeb1b4b5afaeb0a59e9d939588807e7461412a1318100608060307070b0d4c68 6b6e7273747673727677 8483817f827e7b797a77766d65543c13020000000000000000040c152d4343404a6c6b71 737c82898f90929490909394959492908d8a86837e7f8287926537181856252c4d96999c a3a5a9acacafb3b5b2b3b4a9a3a094978f878078624f30181b100609050208080a0c4a68 6d6f7070727473737578 7d7e7e7d847d797c7b77746b6352370e020002020000010102130e23404b4a4b4e6c7274 7b848b908d9a9396949494949793938f96968e8586787b7e7c673b21152c421d358993a7 a3a2aaaaacb0b5b8b5b7b5ada6a199968d8e877d665039201a10040904060508070f4c66 70726f71707372747674 818282817c7e80847f7973685d49300e0501010002010002060e203747484c4f4c667b7d 81888a8b92949394928f8f919790908b8a959690897f78797b7e4f2219094c14266899a2 a4a2aaaaadb3b7bab6b9b7aea6a59f9892938c8168533c221a0f04070406050808145268 6c707073767875757376 818282818283817b817971645b452e120902000000050404111c2a414f484d544d566e7e 838a8c8d978a8c85848180827f838c87878a898a8c8677716f7b713a1b1924372247999b a5a3a9a9adb7b7bcb8bbb9b1a4a6a09794958d816b5942271b0c05050406050808175667 696f7173747673727377 81828382828282817d766d6158452f120a0200020305071b2c28374c524d4a5750525760 656a6968685c5d55474b4c49464a5d6c6e74787e828081767071745c2c1710411d35889c a6a4a9a8acb9b6bbbabdbbb3a9a69f9a96978e816e5d472a1b0a06020406050808145164 68707171727573747776 84807f828284827e7f746c614f46260f0003010407003251302f455554544b525d5f5d5f 636061615e6972798584827b6e6d635447536c766e75767f71686f6e512116381b2e719b a0a5a7aca4b6bab9bfbfbbb4aba5a0989a96948476644f23160b05070505060909163b64 6e74736f717375757376 87837f7f8182817c76726d5b52401f090b000202134f6b5a2c374c55595d55525c62666d 71707d8b8c9596918b8a8276797672736f69585b6e706d7473696e6f7a41162f1b2a6196 a1a4a8aaaab4b6bbc0bdb8b5aea6a29f9f9793867a635326140a0606060607090e11285e 676e7171727476767477 8282828380817e79756a63574c361c0d0b0006265c726c4d2d4352586363656a6a747d85 8c939c9794979290897c6b666a6562676c6a6d6a5c696e666b656c6b8368342924265495 a3a4abaaaab5bcbac0bbb6b6b1a9a5a5a29994887d64562911090706080708090c151f56 6d717172757678777a79 828384837f7f7c7671686154422e1b0c0807316971736f3c334a515d696e7a83858f9598 9e98999c979c8d7c645e595b5b5d5d5b5b656f6b64516a6560636f6b738163313529579d a7a6b0acaeb4bcbbbbbbb8b4b1aba8a4a09a9585786853270e0907060a09080908161653 6b6f7073777879777875 7a86817e7f7d7e7972665d5039291108042a607177745a2e3c4c54606d7c858c94979b9e a398a19aa394845f696b606971736e67615f5e5f59553a6a5e606d6c6e876c4334255c92 a8a7adabb4b3bbbabfb9b8b5a9aca9a8a2989982746e4c200e07050807070909070b1b59 6a6d6e74777a75747673 82847f83857c7a7a6e665d4b3621170c2e5d6d6a73724d33424c566674838b929a9c9d9c a19ea19f9e81626f706c6c7b7b7774746f6e6c6b70594a53655a646b6a7c654935285e96 a7adaeadb4b4b9b9bdb5b2b3adaba7a89f9d9783756b481c0e07060707080809080c2963 676f7173787a76767476 7c818280827f7d746d645943331e112d5c575057656d4537484f5d6f7b8990979b9ea2a4 9da0a2a08a64746d676f7d84857b7b7f7d7d7c7970696252615c5a6d676f5a48302d6299 a9b2b1b2b5b6b7b9bab1aeb2b1a9a8a69c9f93847968451c0c07070708080808060a3167 6770737379787877787b 7e7f83828580796d6f61533f2d1d20453c3f4f5a62633d3e4a536675808e959aa2a3a5a4 a7a5a4906b6a635c6a7d878b8c81838382868885857a6b6141624e6a5e6455492c366d9e aeb1b6b7b6b8b5b8b7b1b1b1b1a9aba39c9a91837862421c0b08080709090807080e2e63 6a6f71757b787b7b7674 858983807b7c7c716e62513e34173944485a6f63674d3a404d586a7b8590989fa3a6a4a6 a6a69b776c6a3f5a738791908a88848181868b939090856b4368546b5867554c2e3a82a2 b1b2b8b7b7b8b8b6b7afb2b0aeaaa7a29a988f82775d3c171009080809080708090e3464 6d717676767776736e6e 7d82817d867e7973685d4c3823274f5c6164747a544934454d5e6f7b88929aa0a6a3a3a7 a49e8d68725c256a8392958f85817f7f82878f9698978f7e58505d616b59584a32558ea6 b1b5b8b8bab7b5b7b6b2b4afaca9a7a39e93897c765a3b16110a09080908070909103a64 6d717575797672707373 80828582817d786b65594935253c59636069797a5b4636464e66757d8c959da2a8a1a4a7 a3967e63793e3d7b939d9991867d777985898f929998948a6a436e5a605655423a7098ab b2b9b8b8bcb7b4b6b3b4b1acaaa6a5a09c8e887f6f533a17130c0908070708090f103c6a 6d717473757373757777 827d7f80807b756a63574632274b6b6c5c718573753b3f44546b77818f99a0a4a5a1a8a6 9c8f716d7d21657e9ea3988b7b736e757d838d909f9f9b8f7246625f59564d465a8aa1b0 b3bcb9b8bab9b6b5b2b2a9a9a8a3a099998b887a6d514121140d0a080706080a0911466e 6e717372747677777474 868181857f78726a635343303062736d607c7c757430404958717987919da0a4a7a0ada0 958b637a692b7296a4a6947e7468666d727f8593999e968b75434f5b5a5255577e96acb3 b5beb7b8bcbcb4aeb3aeaba6a79f9d9798898078655548321a0e0907060708090c15506c 707271747675767a7878 8883827f7f7973665d50402d3e707d6a65837d7f672f3f4a5f747b8b939ea0a5a5a3ae9d 958466784f4d7c93a89d847663615e6060728192969e9a927c524f585053567e94a3b1b6 babfb8bcbabab2acb0aba9a5a49f9c989287807460564d361b0c09070607090b0e18536a 6c727475777575777475 8181837f7e797263584c3b2c4e7b8064718b8188512e3f4d66797e8f96a0a2a5a5a7ad98 927c69734c6486939890796b5e615250495d758796a1a09785786b554644798b9da9b2b9 bfbfbbbfbcbcb4aeaca8a6a2a09e99958e86807162574e341b0a0a0707080b0d101d5868 6b73767676767676787a 7f7d81807e766e63594a352e5c7e7e677d8e8585412f4152667c828f98a2a3a6a9a8a896 8b7b696e5071888c8e866e5f5c5e474e4a45567e90a0a6a19286785b2e64909aa9b5bdc0 bebebdbebcbcb3ada9a5a4a19d9d938e897f786b61544b351c070a0607090d1012215d65 7074747675787a797777 818380827d7770625346332c657c7e6a89888a7d3e374353697f87909aa29fa8a7a6a58f 8b776f6b547883898b7c6859635a4e656f5b37648f9ca8a49989642c518e96abb2c0bebb bdbbbebcbbb4b1b0a5a9a19e9b948e89837c75645a534938150b0b06060b0c0d15215d67 7477737479787a777a79 7e8280847f776d5f4f43352f64747c71888885773a3743546f808894a0a39fa6a59f9e8d 89776f6857767f848077605b6c4a686c6b764a4d8196a29b90683458999da6afb9c0bebf bfbcbdb9b8b4b2ada4a49e9b99928c86817b72625850453317090807090c0b0d0f36686f 757775767a7778757877 797e7d837e74695c4f443c316171746f8a887f723538455774818b98a4a29fa3a197958b 837772675d71777a77715b6161506b5955706d5379929590a09089a1a8a9b1b8bfc0bfc3 c0bdbbb6b5b3b1a9a7a29d9a99918b847b776a5e574d412e170807090a0c0a0e13526d71 777678797c7879777677 7b7f7e837b71665c52443b2a51716d6d8881736e333b485b73818f98a29d9ca19c94938a 7d78786a5b686b6c71685b63455e655964686f6a5f847b5e7ea6a9b3b1bcb5c0bfbfc1c2 bebbbbb7b7b0aca8a89e9a97968d867f7572625852483b2613090a08090b0b122d656c76 78767a7b787476787878 817e817d796f6a5e5743372743716b698279687134374e6474818e97989f9f9d95939187 7c7e7a6f595c5e5e686d5766416c5b616c6a5f704d6b582e61a6abb4b7bdbcc3bcc1bfbd bcbdbcb6b7abaca8a19c99969289837675665e554e443421110b070a0c0b0d1854696c76 73797c777b79787b7a78 7e7d807c79706c61574535252d656d647b72637034364e6779838c939c9ba19d95939189 80817e745b4c455569665a644e6c5d666d6661657d46403086abaab2b4bbc3bdbcc1c0bf c0bab6b7b0aca7a3a39b96928885786e6f625b52493e2f1c0f0b080a0b0c123362676e73 797574797c7d7c797a76 807e807b7a716c62544733231a496a5e796f62773438506977828d959f9aa09a9593928a 8183817760473343695f5d625a6b62676e65645d5e7445648e9ba3b2b9b9c1bdc0c4c2c0 b9b9b6b0abaaa2a0a097908a838171696659544d43392b1a0d0b0a0b090f1b5559586f79 7a7a7a7c797c7e7d7775 8682827a7b716a5e4f46322414245a5571675c77353c546778838c949d9e9d979493938c 8486857c63553b3167615f61606e6e676c68655f54647e66848f9aa6b3b8bbbdc0c2bdb8 b8b6b2ada89f9e9a9990898382796e665e524e493d3326150b0b0b0b1417455b56597074 777a7b7a7e7c79797a75 8885807c7b6f635850443322141336575f655070333e54667a818e959d9f95989294928c 85858d7e6f685537615c65655c6d766c7068745d544c6e7a6b7f8f99a1adb6babcb9b5b3 b4adaaa6a2a19d96928c88827d74695d594a4b433d2a220f100b07101333655a57657276 7b7a7b82837d797c7b7f 7f7f7d7c796e655c5145342212062044545a4571333d53667b838e959d9a91979293928e 88889084796b69515e616e6655737c6f736d796966504a6e7965788b95a1a9adabaeafad aaa8a8a29f9a928c8d88837c766d655b51473f392c2d1f15080f110d25675753666d7779 7f7c7b7d7f7b787a7a79 8684817e776e6760534635220f0b0b2f545c4572343c52667a858d939c958f9791929291 8f8c938b7e6b76745d677a6f4978827473727c7c585f504d5778636b7e8a96a0a6a3a2a4 a0a0a29d95908a89878481796f64574a3e38302c2825171a11120b2f6c5d526e76737979 7c7c7d7f7e7c7b7c7a78 7f7e7c7b78706861544735220f08051d52654f74343b506578858a909a94929791919293 968e938d856b6779636a807d3c77837b6f7278896f58565050416a6c727d889394999c9a 9b97969392908c88867e73614a444039403b423d2e161d160d112a626351727681767b7a 7c7d7e7d797979797a7b 807c797e79776c665a4835211005030e3d63586e3c3e4c64778587929496939390929395 9a95918f8b735a6d6965727c4a797c927570757f7e634d563d483b4a626a6872788d8b96 948e908f8a898073694f45423d32232b323d49542f152713102868654e6b7a7d7b797f7a 7c7e7d79787d7b7f7d78 8583807e7b756a61574636230d02020524555d6d3d394a6176848690929592928e909497 9e9895918c775c626c677383696b797e7d6f75797b52403e544a41362e3f4d5a636a6e77 7b7673717060544d3c372d24181c1e232a3a4e46261c2418257272596079807f7b787b7a 79797a7d817c78757c79 7d80827f78706b64554536220f0304011347656a4335495d7383848c8f9290908d909498 9e9b9a94907d645e676471887d32828d8975767473633527304f50413a342e3745444b41 3e3c383736333228262a2c32322c27283036432f171a162b736b59566c80808077767677 7b7876787a7478797876 7d7e7f7f796f6c655546361f12000302083762684e35495a718283898c8f8e8f8f919496 99999c989482716b5f63728b8446798b90827977726b4927161739504c4a4438302b3129 282d2c312f363a495a504d49453b38382f3637231b163b776c645c6c77857e7c6f747370 76777776787976777b76 847e7f7774736d6457493a230e0100000b186368582e4b60707c828791908a8d9191908f 97989d9b95877574735d708b867b44848d8a817a7670643416241f1942535251525b5954 575351565b5e5f5b5a5a554c4841443c3335352623526b6e5e6e6b6d7d817a6c6d6e6c70 777377777575777a7576 817a7d7b79766f645a4c3b230d020200010c5b685a29495c6f7c82888e8e8a8d9293918c 92969d9a948a7b7a81777d8f89824c75868c8b827a75706440201816182c40525657585f 61616468656462615c5b564e4a47423b373d313c4d6d70676a746f71787f6f60626a7075 73747978757576797879 827a7c7873726d63574938210f04030006034260511f415d6d7980878b8d8a8c8a8a8987 8c909b9b9b92827b8387838c978f823f808f8986807d766d72605137272f393a444c5454 595a5d5f615f5c5c615e57524e4c433e43343c3f5d75636c787d77747b715c5f676e6e6e 72757a7776757577797a 7e7c817976746c6054473823140300010000223f26133e5668767d84888b8a8b8980797a 8083909a9e98897e7d87898f91978c6557898b918882847c6b687479807976613d343845 44454b546164666464605955534947443a3c414664686c7d80847f736e5c5761676b6b70 78757776767574757576 797d797878756761534837271504000000010911080e3b526870777e88888b8d8a736a68 677b8299999c90817c7f8b8e939c978c4e678c8b8d8a80817976676566676e64553d2422 333f4e5d60646767645f5a5959484e3d3948404e646e78808a87876d5a55595b63676b75 7a787573737576767776 7b7b7779767469655a4e3a2815040000020202020308334e5e6c767c85888b8c876c5b5a 606d77889997948b8481898f919898988c52688d8f8c8a828076756f635e5e56534b4038 323f505f65686a6961635959505a4138443f4354586978838b8c835f504e565b61686d73 77767472747576777672 7d7a797a7a7769625e513c2914040100000001040204274a5969767d81898b8b86684e4d 4b5d70799394948e8a82858c9398989d948c586c8d8d8d887e817a76756d66615b585758 595d5f62686a6b6868645759593f344646453f506e7c858786846c4a4648555b60696d70 73737373727173767971 7e7d807c7b7869635a4e3a27130502000202000002001b425865717b7d8a8a8b856b4d49 46515f727c91928f8d8687898f979a9e9a97865d69858f8d8a87817f7c78727071717377 7475706d6c6e6d6964605e523a3d4b4c473e49738688847f7e704d404448575c63676a70 727374757977797e7574 7d817f7f78746a6157493a25110602040002030000070b3e52636c7680848c8c916e624e 514954656c819191918a898a8e939a9e9f97958f6954808e8c8b8b81857d7c7a787b7c79 727876786e6d68685b634c3b4a4f514a434262858d827e7a70523c384249505761676a6f 757474747b7779767776 7a7b7b7a75726a6259493a281c09010603010000000405314a5f6c7380858b8a9183765e 6257505863737b86949187898d91989c9e99999a9a7c586485938c85858181817d7e7d79 757874706e6b65625c3e3a4a4f504e4b4847637e7c757366553631363d444d5a656a6c71 72727579797578747274 7c797b78726f68615c4b3d2e1c0e05000401000100000325415b6b717e8389888c897d74 60615f5b5e6a6e7885938e878a8f94989e9c99999697907656657d8b858a877c7f7d7a76 76706c6b706557453b495754524f4b49434865766c61625a44292c313b434f5e64696a6e 737374777a7779757879 7b75797579756c635d5146352313060001020100000002123952646d7a8088898f8e827d 6d656c676a62646c7484918c888c9194989e99959ba19e948e7357586c72757c7b787674 706b685e4c4048515d605953504e48444248606659545b4829243039404c575f6468686b 70707376757274716f6f 8181777b7a72706863514439240f0300000000000001010933435f6c747a808b958e8782 796e6572716c58656b72848e888c8c9194979a9c949ca09e9b98948770645e5754514f50 5054504e5e69686466605c57524a453f414c64605358532e22282d3c4752595c6265666d 71737274777776747274 797f7b7b7a746f675c4f4537220e020001010101000102032146516370777e89948c8a84 867b6d6f767b66535c676a7e8e898a8f8e959c9da09d9b9c9e9b9993978e8983807c797a 707577787476706b6a64605a5249433c374a5b575d5f44272129333e43494d525963686a 6f73747a797976737577 807e757a74716961595046351f0b010101010101000003000c3e4c6569727b84918a8d87 87837974767c78685d5a5f677a8f8a868990989b9a9c9d9c9e98979294938f8c8b878282 807f807d7a7671706b655f595348413939434f5c5a4f2b1d2227303132383f4a555a6069 717372757f7d7b767476 817f767c7171665e594c402e1b08000102020202010004020225475b636e78809088918a 898c84797f7e81776d665a555b73888a88898f959797999b9a9a9c97919693918d87817f 7f7a7a75746e6e6a6c655f58554a423838485d594f2e1e1c1a1a2123272e37414d555d68 717373767a7a7876787a 7b7e7e797770695f5549412e180502000403010000000101040e3b4e606c758185898a8b 8b8e8c85828382817371745b484c6a8688858a8e939d989a959896979592928e8f8a8584 807f7e7c726d6d6e69635e554d493e383d3f5438141414141115181b242b333e46515b64 6b71747875777a797d78 83817d75746d665d58493e291906030001020203000000010004264b59666f7b8689878d 898d8f8b87878785867c7b71614c425d808b85878e94999996979494979393918c8b8883 817e7975746d6b6a6b65615a564f453e39321d0e0f0f0f0f0f1111181b27323d46515c67 6d72737575767776777a 7e7c7874736d665e55463c2b1b070300000003040000000001000f3c515f69768287838b 8c8e8e8c8a8b8a888783847d776e56494b69898a88868e9696989595938f8f8e8b8c8983 807f7c7b79726e6c6964615a4f4844403d2a160e0d0d0d0d0d0d0d161f29323b48525e68 6e737272777777797377 7f7d7977706a655d57463c2b1c0804000001020301010000040105214957626f79858086 8a8b8d8e8e8f8f8d868688867d776e604f4952707d86878b91959496928c8c8e8e8b8684 807f7c7a77706e6d6a645f575449464139291a130b0b0b0b0d10121720252d3b4c565e67 6d7172727574777b7c74 7b7c78756c6c615c54483e2d1709000100000000000000000400000d36515f6674808282 848a8c8f909292918a88868889827569645c524854687e8585868e90908f8b898c8a8785 827f7a767875746e69655f55504c483d35230e0c100d0b0d0f100f161c26323e4f58616b 6e71737177727375716f 7d7c7a7a7371645e56483e2b1f0f03000000000000000000010000061c3e585d6e7c8081 858a8a8b8f919393908c86848788847c6e6764625d5253687a8885858787878782828484 84827d797975746f6a615c55524a453d382b1a121011100f0d0f10181e293745535c646c 7272727472727575756f 7a777a7a736e615c594a3f2c2010050200000000000000000000020009274d5664737a7f 828787878b8e929496918a8382868a88857c75706a6f726c6673848a8989878689888684 82807c7975706f6d6e65605c58514c48412916100b0e0f0d0c0f121c212e3d4c5760676b 716f6f72707176757772 7c79807a787366645a4d433123120400000000000000000002000201040e344c5d6e787f 7e838586858a90949796918a838283858b88867e7f7d7b7c827976848989898887868483 82807d7a787271716b6868645f585044311a0e0a0a0a0a0c0d1016222b3846545d676c6d 6e70717074707273746f 7b7a837679726d665c5549362b1c0d04010000010000000000000000040c134051657377 7c83848386898f929099948e8a818082878384898484858682838488898b8d8d898a867d 7a7c7877766e6d6b66625d59574b43371f0b0c090a0a0a0c0d14192835424e575b687070 6e6c7475737172756e6e 7b7b82787a74706861584c3e2f20100503000001000000000000000000090c1f4a566672 7b82858687898e9291909495918c898580868985848587898a8987878e8f8f8e8d8a8583 80787872726e6d6865625b5550483e29170b0e0a0a0a0b0d0e151b293646545d626b7072 7972706f747270727372 7b7d7f7b7a77746b63594f453527160804000101000000000000000000080f0a2a515c69 757d8288888a8e91989094969794928a86878a8e8c8b89878887878985888a8b8a8e8e88 82787b77716e6c65605e5b5950483b1e0f0a0e09090a0c0f141e25323c4b5962686b6c71 706e6d7274716f707171 7b7f7e7d7675746a635e584b40322111060202010000000000000000000116130e334c5e 6c737b85898b8e90999996979b9899978f8986898d8d8c8c8b8a89898f8e8c8886858586 807e7975756e6a66615d554f4d3e2c140e0a0a08090a0d1115212a36454e58636b706f6f 73756f6e706e6e707373 7a7a7e7b7776746a666759524a362a1b0b03000100000000000000000104162b0f16364e 5e6e757c878a908e959b9b9a9c9c9c9b9b958f8b8d939091958e87858581808584817e7b 7a79766f726965625c58544a3f32170e090b09090a0a0d141a232d3b49535e686b70726e 7473767471706f707272 807f807b7b747474726662564f3c3122110b0602010101010000000000000c32290b1c3f 52616c78848a909191969aa1a19e9ea0a09e988f9093939392928e857f81827f83817e7b 7676726e6965645e58534e463a22161a170d0d0d0e0e10161f2833414b59646a686d7170 6f6e72716f6e6d6e6e6f 7a7a7f7d7d7b7b74706f615858483e2e1b120901010101010000000000000027432c1521 42515e6a79848b8f9194969da09e9ea29ea09f9996979998959391928b86838482817f7d 7e7a716b6966655e5b544c412d1822302a150e0d0d0e1118232c3846515f696c6d6f6f6d 6f6d7173706f6f706e6f 7a7a7f7d7d7b7c77727067605e4f473628180a040202020200000000010000144145301f 263e515e697980878b9194989fa3a6a5a5a4a4a39d9ba09f9f9c9895928e8a8984838281 7f7b736f6f67625c5851442e1c2035403d260f0d0c0e151e28323e4d5761686d7070706f 736f7072706f6f706e6f 7e797c7b797e797579736f6467534c423123140602000001020000000000000a3b4b4938 1d283a4f5c6d7a808c89939a9c9da6a5a5a8a9a5a3a4a1a29fa09e999993908d8a85807f 817b787371676259524938251b364b4b48341b0b10161a222b3643505a626b6f716c6f6e 6f736f7170706f6f6f6c 77767a7b7a7d7a76797972686b5a50433628180a0403010202000000000103072e4c4e52 3c26253a4c596a7882838e9797979da2a3a6a7a5a4a7a5a6a6a5a3a3a89d96928d898380 827c78716b625f574c3d26253c4b54524e41240f0f161b24303b47545b626a6c71707374 726e6e6e71717172716e 80807d7c7b7b7c787679746a685e574d3f31201109060302020000000001050413474a4f 5049312635485e6c7b80888e9393959d9fa1a3a4a6ababaaaaa59e9ca0979492918e8985 847f7b72695f5a52443224364b5153534f482e1211181f2a38424d5960666d6e6a6e7070 756d6f6e6f707172736f 787c7a7b7c7a7d7a7873796d6f695e52473827170d0905020200000004000303053c4a57 585653392632455c6a767f888d918f949d9ea1a5a0a7a8a6a8a6a09a959394908b8b8a86 7f7d7b71685b51453729354c585b5a59584e401e121a232e3b454f5a63686d6d6c737270 737471736f707274736f 7e7c7f7b7d7b79787d7477726e615953453c321c160a0700020201000000020406284e56 5c5c595841252d41566a76848c90918b90949a9ba1a3a0a2a1a39e9b98928c8d8f89857e 7c77747064574e3730354e5e5d66615f5753462b151f2934414a545f66696c6e71727271 73706e6f6e6f7473716f 7c777a797b7b7b7b7b7a77746f655f5750433827180904000302010100000002011d4653 5d636264624734303d5163767f83898c878b8f918c92959b9c9e9b989690898987848480 746e69625b4c41302e496066666d67645e534d331e242c3a484e545f67696c6c6d6e6f6e 6f6f70726e7075726f6f 7e787a7a797a797a767975727068665d5545392c200e0703030302010000000102123f53 5664656b68604e362d374c6372757c828384878a878e919394979594928e8886847f7c76 706a6459513f322f475e666a696e65636655523d2c303745555a5e666a6c6c6c6c6d6d6c 7171706f756e6e747270 7d7a7d7a7d7c7b7a7975787473686562594c41332a1a10060403030202010002070a3951 56696b716f6766533f33364a646c767a79797a7e7c848788898d8c8d888684827f79746c 68645f5242343345616a6c7072756a68665a5141373e45505660666a6f706f6d6f707170 6f71716f736f70727572 7c7977787a7978787a777a6f756e68625e5849392e231709050203020602020107043354 58677071716d6e675d492a2c3f5264686d7170706c70737978857b7b82797b746f6f6c66 635d5643302c3b57666e7575766e6e6f636355443d4446595f666e716e6d6d6c72727170 6e6d6f716d74716f746e 7c7d7d7b7c7a797977777a76746f6d695f5b4f423b2f22170e0a08050402010302072c52 5c6871747a7878736c624d302830465862696a6a6d6f6e6f73777473746e706c6b655e5e 5b4e403230365561696f7576787170726b685b524f4a515d626870717676757473727271 7371707170726f71706e 787a7c797b797777797a77767874716b65625a50473b2f251b140f08000708090d0d2f50 606870767a7c7b78756d684f3525253047525b5f606667686a686a68636263605a5a554d 4336292b3454656b707477787d776d6b665f545274705a60676d73737575747473727271 74726f6e706d6d6f7374 7979797b807e7b7a757974787775746d6c6a6258544d44362921180e0a0a051228363d50 61676d767b817f7e7c75726c5c3f2b21242b35434c535352535554525153504e49473e32 2c292b3f576c6d7678797a7b7a786f706c665c5a7692876e6b707573747473727170706f 74727171716f7270706e 747677787d7a7d777774747576727675726c6862635750412f2a2618140b2a69827c5255 59666f7779817c83867d797a6f6756342824212830343b403e4545444741403a312f2a26 2a364b687470747a7d7b807c7b7874766d645e5a698f8e917d717675727370736d73706e 76737172746e70727170 7776787d81797574737576747672757476706d68655c57463f33292117357b8e81835650 666873757f8580838382837c797776644e3f292629282b31313738383d3a3a3735313544 5267736f757379807f7d8181807c76767067615d588893929d8875747579767475767373 6e707272736f71727072 7878797e787b7b79747c7b79787476747772716d6c6460504c403231428299868d774f52 696a797c84868483858181817a787e7a7674685f5c57555a5c63676c6e70706f6e6e7075 7a7a76777a777a7b80828385847f7877736a64605d719789a39e877b7976717679757374 72747470747575757374 777a7c79767b7979727975787c777976797575737367655e5461708390a09a90955b4d56 60697378818184818686898780797d7d7d83817c7d7c7b7d82848182838986858483807c 777c7a767f7d807f7d878681827e7878736a646058649898a0a59d8a87847a7679757672 71717274717775747777 showpage % stop using temporary dictionary end % restore original state origstate restore %%Trailer %%EndDocument FMENDEPSF 315 54 576 207 R 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 0 36 Q (Moving?) 0 -270 350.37 66.42 TF 0 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 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (3) 303.75 39 T 36 585 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 414 R 7 X V 0 18 Q 0 X 1.66 (I) 36 407.33 P 0 10 Q 0.93 (t all started when the earth was invaded) 41.99 407.33 P 1.58 (by the Space Aliens last year) 36 395.33 P 1.58 (. The SETI) 159.1 395.33 P 3.42 (\050Search for Extraterrestrial Intelligence\051) 36 383.33 P 3.32 (transmitters had been wildly successful) 36 371.33 P 0.93 (even if the outcome of the project wasn\325) 36 359.33 P 0.93 (t) 203.62 359.33 P 2.91 (exactly what its founders had in mind.) 36 347.33 P 0.38 (Make no mistake about it, it was an excit-) 36 335.33 P -0.14 (ing time to be a newsman. Y) 36 323.33 P -0.14 (ou could see it) 148.8 323.33 P 4.25 (in the headlines blazing the news all) 36 311.33 P 3.94 (across the country: Earth Attacked by) 36 299.33 P 1.83 (Space Aliens From the Andromeda Gal-) 36 287.33 P 2.41 (axy! Alien Base on Far Side of Moon!) 36 275.33 P -0.03 (Far) 36 263.33 P -0.03 (-out Foreigners Fight European Forces,) 49.12 263.33 P (Immediate Surrender Demanded!) 36 251.33 T 0.26 (Y) 46.8 237.33 P 0.26 (es indeed, a very exciting time to be a) 53.02 237.33 P 0.5 (newspaper reporter) 36 225.33 P 0.5 (. Unless of course, like) 112.81 225.33 P 0.97 (me, you were assigned to the agricultural) 36 213.33 P 3.17 (beat in rural Idaho! Y) 36 201.33 P 3.17 (es, Space Aliens) 134.27 201.33 P 0.1 (were set to land on the White House lawn,) 36 189.33 P 0.55 (governments all over the world were con-) 36 177.33 P 0.55 (templating the future of mankind and was) 36 165.33 P 1.97 (I covering the story? W) 36 153.33 P 1.97 (as I in the front) 137.45 153.33 P 2.45 (lines, poised to garner fame and glory?) 36 141.33 P 0.59 (No. I was driving my old, beat-up Subaru) 36 129.33 P 0.65 (out to Arco, Idaho to visit with the object) 36 117.33 P 0.8 (of this week\325) 36 105.33 P 0.8 (s farmer spotlight, Lester W) 89.22 105.33 P 0.8 (.) 203.9 105.33 P 7.49 (McGill, an eccentric potato farmer) 36 93.33 P 7.49 (.) 203.9 93.33 P 3.71 (McGill had designed or adapted some) 36 81.33 P 1.01 (electronic gadgets for the purpose of get-) 36 69.33 P 1.1 (ting his spuds into and out of the ground) 36 57.33 P 36 585 396 738 R 7 X V 0 30 Q 0 X (A) 50.61 671 T 0 22 Q (GRICUL) 72.27 671 T (TURAL) 152.09 671 T 0 30 Q (R) 234.37 671 T 0 22 Q (EVOLUTION) 254.38 671 T 0 18 Q (by Phillip Nolte) 158.52 640 T 0 9 Q (Copyright \251 1992) 183.12 621 T 326.4 189 470.4 315 R 7 X V 0 14 Q 0 X (The SETI \050Search for) 326.4 305.67 T (Extraterrestrial Intelli-) 326.4 289.67 T (gence\051 transmitters had) 326.4 273.67 T (been wildly successful) 326.4 257.67 T (even if the outcome of) 326.4 241.67 T -0.85 (the project wasn\325) 326.4 225.67 P -0.85 (t exactly) 420.81 225.67 P (what its founders had in) 326.4 209.67 T (mind.) 326.4 193.67 T 220.8 338 391.2 576 R 7 X V 0 10 Q 0 X 2.64 (more ef) 220.8 569.33 P 2.64 (\336ciently! Lucky me! See article) 254.06 569.33 P -0.05 (and photos, page 6C, just beneath the obit-) 220.8 557.33 P -0.16 (uaries, right above the ad for ribbed imple-) 220.8 545.33 P (ment tires!) 220.8 533.33 T 0.8 (Surely there would be a reward for me) 231.6 521.33 P 1.7 (in the afterlife, I thought, because I was) 220.8 509.33 P (certainly doing my penance now!) 220.8 497.33 T 0.32 (The radio signal on the all-news station) 231.6 485.33 P 3.53 (had faded away as I went behind the) 220.8 473.33 P -0.25 (mountains, taking me out of touch with the) 220.8 461.33 P 1.26 (news that I craved. All the other stations) 220.8 449.33 P 7.39 (were playing country-western music.) 220.8 437.33 P 1.57 (Dolly Parton and W) 220.8 425.33 P 1.57 (aylon Jennings don\325) 304.95 425.33 P 1.57 (t) 388.42 425.33 P (know much \325bout \337yin\325 saucers.) 220.8 413.33 T 0.66 (Mercifully) 231.6 401.33 P 0.66 (, I \336nally found the farm out) 273.7 401.33 P 1.76 (on RR 2 Arco. Right where they said it) 220.8 389.33 P 3.64 (would be. Y) 220.8 377.33 P 3.64 (ou\325ve heard the directions) 276.21 377.33 P 0.77 (before: \322Y) 220.8 365.33 P 0.77 (eah, ya\325ll jus\325 go on down pas\325) 263.03 365.33 P 0.4 (the feed store and take the \336rs\325 turn to the) 220.8 353.33 P 1.51 (lef) 220.8 341.33 P 1.51 (\325 and go \324bout one and a half mile to) 231.89 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 3.26 (that big center pivot) 220.8 328.33 P 2.22 (irr) 220.8 316.33 P 2.22 (-ee-gation rig, then) 230.04 316.33 P 1.23 (ya\325ll head straight for) 220.8 304.33 P 5.86 (them Lemhi Moun-) 220.8 292.33 P 0.23 (tains. Y) 220.8 280.33 P 0.23 (a\325ll cain\325) 251.12 280.33 P 0.23 (t miss) 286.97 280.33 P 1.75 (the farm, It\325) 220.8 268.33 P 1.75 (s the one) 271.77 268.33 P 1.98 (with the gee-o-deesik) 220.8 256.33 P (dome out back!\323) 220.8 244.33 T 10.04 (This means, of) 231.6 231.33 P 10.02 (course that you\325ll) 220.8 219.33 P 2.1 (never \336nd it on your) 220.8 207.33 P 1.27 (\336rst try! Or your sec-) 220.8 195.33 P 0.68 (ond. I did well to \336nd) 220.8 183.33 P 0.77 (it on my third, mostly) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 4.33 (because of the geodesic dome, which) 220.8 158.33 P 2.49 (made me some 28 minutes late for my) 220.8 146.33 P 0.38 (appointment. I did know from experience,) 220.8 134.33 P 2.98 (however) 220.8 122.33 P 2.98 (, that these folks were used to) 254.81 122.33 P 1.5 (time being somewhat \337exible so I didn\325) 220.8 110.33 P 1.5 (t) 388.42 110.33 P (worry overmuch.) 220.8 98.33 T 2.22 (As expected, the McGill place was a) 231.6 81.33 P 0.11 (complete mess! This guy was one of those) 220.8 69.33 P 0.69 (fellows who collected all manner of junk,) 220.8 57.33 P 405 338 575.4 738 R 7 X V 0 X 0.2 (preferably that which he could get for free) 405 731.33 P 2.02 (or for a low) 405 719.33 P 2.02 (, low price. He\325d cart these) 457.32 719.33 P 1.15 (treasures back to the farm with big plans) 405 707.33 P 3.71 (for modifying them or salvaging parts) 405 695.33 P -0.16 (from them but inevitably wound up for) 405 683.33 P -0.16 (get-) 559.86 683.33 P 1.38 (ting about them when he got sidetracked) 405 671.33 P 2.55 (by something even more compelling. If) 405 659.33 P 0 (this process is given enough time, the junk) 405 647.33 P 0.1 (will eventually overwhelm the entire yard.) 405 635.33 P 3.61 (The saturation point had been reached) 405 623.33 P 0.62 (sometime ago at McGill\325) 405 611.33 P 0.62 (s, but that hadn\325) 506.53 611.33 P 0.62 (t) 572.62 611.33 P 0.46 (stopped the junk from continuing to accu-) 405 599.33 P (mulate.) 405 587.33 T 2.22 (Some of the hulks and bits of rusted) 415.8 572.33 P 5.05 (metal were recognizable as old farm) 405 560.33 P 3.27 (implements or truck parts while others) 405 548.33 P 0.83 (were weird conglomerations of the famil-) 405 536.33 P 1.98 (iar) 405 524.33 P 1.98 (, the somewhat familiar) 415.14 524.33 P 1.98 (, and the very) 515.06 524.33 P 3.34 (strange. Y) 405 512.33 P 3.34 (ou know the kind of stuf) 448.41 512.33 P 3.34 (f I) 562.91 512.33 P -0.14 (mean, someone\325) 405 500.33 P -0.14 (s dream of a better mouse-) 469.81 500.33 P 0.27 (trap or spud planter or what-have-you that) 405 488.33 P -0.08 (took a lot of time but didn\325) 405 476.33 P -0.08 (t work out quite) 512.06 476.33 P 0.26 (right and is now long- for) 405 464.33 P 0.26 (gotten. From the) 508.53 464.33 P 4.02 (looks of things, McGill had been the) 405 452.33 P 6.8 (undertaker for other people\325) 405 440.33 P 6.8 (s dream) 537.24 440.33 P 0.75 (machines for a good many years! In spite) 405 428.33 P -0.16 (of myself, I was intrigued; I\325d always been) 405 416.33 P (fascinated by junk yards.) 405 404.33 T 0.79 (I slung my camera bag over my shoul-) 415.8 389.33 P 0.97 (der and grasped my note pad in my hand) 405 377.33 P 0.83 (as I waded through the junk and knocked) 405 365.33 P 0.48 (on the front door of a crooked little house) 405 353.33 P 0.65 (that had, at one time, been white. While I) 405 341.33 P 486 168 576 335 R 7 X V 0 X 0.77 (waited for a response,) 486 328.33 P 0.16 (I noticed that the front) 486 316.33 P 14.88 (lawn was long,) 486 304.33 P (weedy and unkempt.) 486 292.33 T 5.59 (Mrs. McGill was) 496.8 279.33 P 0.43 (wiping her hands on a) 486 267.33 P 7.25 (red gingham apron) 486 255.33 P 2.15 (when she opened the) 486 243.33 P 0.79 (door to let me in. She) 486 231.33 P 3.72 (was a short, slender) 486 219.33 P 18.48 (middle-aged lady) 486 207.33 P 18.48 (,) 573.5 207.33 P 5.59 (well preserved with) 486 195.33 P 0.44 (clear blue eyes and an) 486 183.33 P 4.15 (honest, farmer) 486 171.33 P 4.15 (\325) 548.24 171.33 P 4.15 (s-wife) 551.02 171.33 P 405.6 54 576 165 R 7 X V 0 X 0.16 (face. The only concession she made to her) 405.6 158.33 P -0.25 (age was her hair color) 405.6 146.33 P -0.25 (. It was an awful out-) 492.31 146.33 P 4.85 (of-the-bottle pinkish-red that looks so) 405.6 134.33 P -0.05 (damned unnatural, that it makes you shake) 405.6 122.33 P 0.27 (your head in wonder at why people would) 405.6 110.33 P 1.66 (actually pay money to have someone do) 405.6 98.33 P 2.16 (that to their hair) 405.6 86.33 P 2.16 (. Naturally) 475.65 86.33 P 2.16 (, I told her I) 519.9 86.33 P (liked it.) 405.6 74.33 T 1.06 (The house reminded me of my Grand-) 416.4 57.33 P FMENDPAGE %%EndPage: "3" 5 %%Page: "4" 5 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 3.28 (ma\325) 36 731.33 P 3.28 (s place. It was permeated with the) 50.99 731.33 P 4.16 (smell of fresh-baked bread and fresh-) 36 719.33 P -0.21 (brewed cof) 36 707.33 P -0.21 (fee. In sharp contrast to the out-) 80.28 707.33 P 0.95 (side, the interior of the house was primly) 36 695.33 P 2.81 (decorated and neat as a pin. It was as) 36 683.33 P 3.97 (though the front door was the border) 36 671.33 P 0.27 (between two distinct worlds \320 chaos with-) 36 659.33 P (out and order within!) 36 647.33 T 1.32 (\322Y) 46.8 635.17 P 1.32 (ou\325re the reporter from the \324Eastern) 57.45 635.17 P 0.81 (Idaho Sentinel\325 ain\325) 36 623.17 P 0.81 (t you?\323 she said, with) 116.83 623.17 P 3.1 (that endearing W) 36 611.17 P 3.1 (estern accent that you) 110.23 611.17 P 2.01 (either come to love so well or to really) 36 599.17 P (hate if you live out here long enough.) 36 587.17 T 2.48 (\322Y) 46.8 575 P 2.48 (es, Ma\325am,\323 I replied, reverting to) 57.45 575 P 3.79 (the local dialect, \322T) 36 563 P 3.79 (revor Dahlgren, at) 125.84 563 P (your service!\323) 36 551 T -0.09 (\322Here, Mr) 46.8 538.83 P -0.09 (. Dahlgren, take this basket o\325) 87.23 538.83 P 1.9 (cinnamon rolls, an\325 I\325ll take this tray o\325) 36 526.83 P 1.27 (cof) 36 514.83 P 1.27 (fee and cups an\325 we\325ll go out back to) 48.58 514.83 P 1.22 (the gee-o-deezic dome. That\325) 36 502.83 P 1.22 (s where Les) 156.23 502.83 P (is workin\325 right now) 36 490.83 T (.\323) 117.25 490.83 T 1.01 (I followed the slight, almost frail form) 46.8 478.67 P 0.48 (of Mrs. McGill \050there are no Ms. out here) 36 466.67 P 2.89 (in this part of the country!\051 across the) 36 454.67 P 2.75 (junk-strewn farmyard out to the lar) 36 442.67 P 2.75 (gish) 189.74 442.67 P 0.38 (geodesic dome with the imposing outlines) 36 430.67 P 5.82 (of the snow-capped Lemhi mountain) 36 418.67 P (range outlined against the sky behind it.) 36 406.67 T 0.37 (\322Ain\325) 46.8 394.5 P 0.37 (t thet somethin\325 \325bout them Space) 69.38 394.5 P (Aliens, Mr) 36 382.5 T (. Dahlgren?\323) 78.76 382.5 T 5.03 (\322Y) 46.8 370.33 P 5.03 (es, Mrs. McGill, it certainly is!) 57.45 370.33 P (Please, call me T) 36 358.33 T (revor) 103.93 358.33 T (.\323) 124.47 358.33 T 1.37 (\322My name\325) 46.8 346.17 P 1.37 (s Dorothy) 93.42 346.17 P 1.37 (. W) 133.84 346.17 P 1.37 (ell never fear) 148.84 346.17 P 1.37 (,) 203.9 346.17 P 3.08 (Mr) 36 334.17 P 3.08 (. T) 47.66 334.17 P 3.08 (revor) 61.49 334.17 P 3.08 (, my Les is gonna save the) 82.18 334.17 P (world. Fact is, you got here jus\325 in time.\323) 36 322.17 T 2.5 (\322I... ah... what exactly do you mean,) 46.8 310 P (Mrs. Mc... er) 36 298 T (... Dorothy?\323) 87.63 298 T (\322Y) 46.8 285.83 T (ou\325ll see, Mr) 57.45 285.83 T (. T) 108.26 285.83 T (revor) 119.01 285.83 T (, you\325ll see.\323) 139.7 285.83 T 0.19 (By then we were at the door to the geo-) 46.8 273.67 P 0.15 (desic dome and I could get no more out of) 36 261.67 P 1.66 (the little woman. Both of us ducked our) 36 249.67 P 0.43 (heads and stepped over a rather tallish sill) 36 237.67 P 3.28 (to enter through the hexagonal door) 36 225.67 P 3.28 (. I) 194.8 225.67 P 0.21 (noticed as we went in that the door was of) 36 213.67 P 3.6 (a very hefty construction and that the) 36 201.67 P 1.54 (structure of the dome itself had an inner) 36 189.67 P (wall about a foot inside the outer skin.) 36 177.67 T 0.88 (The inside of the dome was something) 46.8 165.5 P 0.09 (else again. I can\325) 36 153.5 P 0.09 (t say what I expected, but) 103.8 153.5 P (it certainly wasn\325) 36 141.5 T (t what I found!) 105.21 141.5 T 0.83 (W) 46.8 129.33 P 0.83 (e went up a set of metal stairs to the) 55.44 129.33 P 3.79 (main \337oor of the building which was) 36 117.33 P 2.82 (about six feet above ground level. The) 36 105.33 P 1.54 (interior of the dome was brightly lit and) 36 93.33 P 3.49 (criss-crossed with I-beam braces in an) 36 81.33 P -0.17 (apparent attempt to increase the structure\325) 36 69.33 P -0.17 (s) 202.51 69.33 P 1.57 (strength. All around the perimeter) 36 57.33 P 1.57 (, along) 177.62 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 1.55 (the walls, was a continuous conglomera-) 220.8 731.33 P 2.02 (tion of strange-looking, cobbled-together) 220.8 719.33 P (machinery) 220.8 707.33 T (.) 262.34 707.33 T 1.77 (In the center of the room was a John) 231.6 695 P 2.1 (Deere tractor) 220.8 683 P 2.1 (, minus the rear wheels. In) 274.94 683 P 5.92 (place of the rear wheels was what) 220.8 671 P -0.25 (appeared to be a very lar) 220.8 659 P -0.25 (ge electric genera-) 317.89 659 P -0.03 (tor) 220.8 647 P -0.03 (. From the generator) 231.35 647 P -0.03 (, a huge cable, fully) 312.48 647 P 2.52 (six inches in diameter) 220.8 635 P 2.52 (, disappeared into) 315.39 635 P 0.89 (the \337oor) 220.8 623 P 0.89 (. A length of lar) 254.74 623 P 0.89 (ge diameter \337ex-) 321.69 623 P 2.86 (pipe connected the exhaust pipe of the) 220.8 611 P -0.11 (tractor to another hole in the \337oor) 220.8 599 P -0.11 (. In place) 354.51 599 P 0.15 (of the tractor seat was a bucket seat with a) 220.8 587 P 0.35 (headrest that looked like it had been lifted) 220.8 575 P 1.88 (from 1969 Camaro. The new instrument) 220.8 563 P 0.51 (panel was a plethora of digital and analog) 220.8 551 P 0.35 (gauges with, strangest of all, a cable com-) 220.8 539 P 1.32 (ing out of the middle of it that was con-) 220.8 527 P 3.05 (nected to what looked like a Nintendo) 220.8 515 P 2.83 (control. All around the room, electrical) 220.8 503 P 1.82 (cables and wires ran everywhere, helter) 220.8 491 P 1.82 (-) 387.87 491 P (skelter) 220.8 479 T (, across the \337oor and up the walls.) 247.05 479 T 1.58 (I looked up at the ceiling and noticed) 231.6 466.67 P 0.43 (that the geodesic pattern of the upper por-) 220.8 454.67 P 0.21 (tion of the dome had a ring of the hexago-) 220.8 442.67 P 1.15 (nal panels replaced with a clear material,) 220.8 430.67 P 2.07 (making a sort of skylight. Several other) 220.8 418.67 P 2.38 (panels, at eye level and at sixty degree) 220.8 406.67 P 1.72 (intervals around the structure were simi-) 220.8 394.67 P 0.4 (larly replaced, making for a series of win-) 220.8 382.67 P (dows.) 220.8 370.67 T 1.85 (Across the building, bent over one of) 231.6 358.33 P 2.49 (the arcane machines, was a tall, skinny) 220.8 346.33 P 0.35 (man, with sparse, graying hair who had to) 220.8 334.33 P 2.47 (be Lester W) 220.8 322.33 P 2.47 (. McGill. He had a sort of) 273.67 322.33 P -0.24 (\322Lester\323 look about him, if you know what) 220.8 310.33 P 0.68 (I mean. He was dressed in a pair of those) 220.8 298.33 P 0 (striped light-blue bib overalls that all good) 220.8 286.33 P 2.22 (farmers wear \320 you know the ones, the) 220.8 274.33 P 2.78 (kind that you buy already dirty) 220.8 262.33 P 2.78 (. As he) 357.6 262.33 P 0.6 (turned in response to our entry) 220.8 250.33 P 0.6 (, I saw that) 345.55 250.33 P 3.39 (he wore an old-fashioned pair of tiny) 220.8 238.33 P 3.39 (,) 388.7 238.33 P 0.99 (round, wire-rimmed glasses on his hawk-) 220.8 226.33 P 2.03 (like nose below his close-set and some-) 220.8 214.33 P (what wild-looking hazel eyes.) 220.8 202.33 T 0.71 (Just to McGill\325) 231.6 190 P 0.71 (s left was a shorter man) 293 190 P 2.86 (who also turned around and looked up) 220.8 178 P 1.01 (from his work. He was young, handsome) 220.8 166 P -0.1 (and Latin. Probably a Mexican hired hand,) 220.8 154 P (I thought.) 220.8 142 T 2.96 (Lester didn\325) 231.6 129.67 P 2.96 (t even introduce himself.) 282.95 129.67 P 2.69 (Instead he spoke to his wife, who was) 220.8 117.67 P (right behind me.) 220.8 105.67 T 0.88 (\322Dorothy) 231.6 93.33 P 0.88 (, put that stuf) 268.7 93.33 P 0.88 (f down here and) 323.9 93.33 P 0.69 (ya\325ll get back to the house and grab them) 220.8 81.33 P 1.58 (bags I had you pack this mornin\325. Make) 220.8 69.33 P 1.7 (sure to grab my chewing tobacco out of) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.17 (the cupboard on the way) 405.6 731.33 P 1.17 (. Hurry now) 507.9 731.33 P 1.17 (, we) 558.17 731.33 P 4.47 (ain\325) 405.6 719.33 P 4.47 (t got much time!\323 He must have) 420.96 719.33 P 3.33 (remembered our phone conversation of) 405.6 707.33 P 1.94 (the day before because he guessed right) 405.6 695.33 P (of) 405.6 683.33 T (f who I was.) 413.75 683.33 T 1.25 (\322I\325m Lester McGill, and you\325ll be Mr) 416.4 671.18 P 1.25 (.) 573.5 671.18 P (Dahlgren \320 T) 405.6 659.18 T (revor Dahlgren. That right?\323) 458.54 659.18 T 1.74 (\322Y) 416.4 647.03 P 1.74 (e... ss,\323 I managed to stammer out.) 427.05 647.03 P 3.34 (His air of ur) 405.6 635.03 P 3.34 (gency had caught me of) 464.01 635.03 P 3.34 (f) 572.67 635.03 P (guard.) 405.6 623.03 T 2.03 (\322W) 416.4 610.87 P 2.03 (ell, Dahlgren, you got here just in) 429.47 610.87 P (time. W) 405.6 598.87 T (e need your help.\323) 437 598.87 T 3.9 (\322Okay) 416.4 586.72 P 3.9 (, Sure,\323 I said, still rather in) 441.84 586.72 P (shock.) 405.6 574.72 T 1.23 (\322This here\325) 416.4 562.56 P 1.23 (s Juan. Help him load up a) 462.31 562.56 P 2.91 (few supplies if you would. I\325ll explain) 405.6 550.56 P (everything later) 405.6 538.56 T (.\323) 468.06 538.56 T 0.57 (Juan and I took a few minutes to carry) 416.4 526.41 P 0.57 (,) 573.5 526.41 P 0.96 (among other things, six sacks of potatoes) 405.6 514.41 P 0.38 (into the dome. Over the high door sill and) 405.6 502.41 P 2.53 (up the six feet of stairs. Those suckers) 405.6 490.41 P -0.12 (were heavy! I was sweating as we dropped) 405.6 478.41 P 2.02 (the last one onto the newly formed pile) 405.6 466.41 P 0.03 (along one side of the dome. Juan smiled at) 405.6 454.41 P (my discomfort, \337ashing even, white teeth.) 405.6 442.41 T (\322What are these for) 416.4 430.26 T (, Mr) 493.98 430.26 T (. McGill?\323) 510.64 430.26 T 1.52 (\322Lester) 416.4 418.1 P 1.52 (,\323 he said evenly) 445.41 418.1 P 1.52 (. \322Spuds? Y) 515.94 418.1 P 1.52 (ou) 566.01 418.1 P 0.91 (never know what we might be up against) 405.6 406.1 P 0.93 (in the next few days or weeks. Spuds are) 405.6 394.1 P 2.72 (good food. Good enough so\325) 405.6 382.1 P 2.72 (s my Irish) 530.58 382.1 P 0.43 (ancestors used them as for their only food) 405.6 370.1 P 1.35 (for a good many years.\323 He stopped and) 405.6 358.1 P 2.94 (scratched his chin. \322\325Course, there was) 405.6 346.1 P (that damned famine!\323) 405.6 334.1 T 3.83 (\322Food?\323 I asked, and then repeated) 416.4 321.95 P 1.46 (Lester) 405.6 309.95 P 1.46 (\325) 430.95 309.95 P 1.46 (s own words. \322What we might be) 433.73 309.95 P 0.48 (up against in the next few days or weeks?) 405.6 297.95 P (What do you mean, Lester?\323) 405.6 285.95 T -0.17 (\322Why) 416.4 273.79 P -0.17 (, we\325re gonna save the world from) 439.62 273.79 P (them aliens, that\325) 405.6 261.79 T (s what!\323) 474.17 261.79 T -0.17 (Just then, Dorothy returned with several) 416.4 249.64 P 0.36 (suitcases, some tins of Copenhagen, and a) 405.6 237.64 P 3.66 (lar) 405.6 225.64 P 3.66 (ge, unkempt, Heinz-\336fty-seven breed) 415.96 225.64 P 3 (farm dog. Dorothy had changed into a) 405.6 213.64 P 0 (very practical pair of blue jeans and a pink) 405.6 201.64 P 1.06 (sweatshirt. The out\336t looked nice on her;) 405.6 189.64 P (the sweatshirt even matched her hair) 405.6 177.64 T (.) 551.32 177.64 T 1.82 (\322Close the door) 416.4 165.49 P 1.82 (,\323 Lester called out to) 482.38 165.49 P 1.61 (Juan. Juan swung a massive door closed) 405.6 153.49 P 2.06 (and spun the handwheel in the center) 405.6 141.49 P 2.06 (. I) 565.62 141.49 P 1.38 (was reminded of the outer hull door that) 405.6 129.49 P 2.1 (I\325d seen in those old WW II submarine) 405.6 117.49 P 2.18 (movies. \322Sit, Balthazer) 405.6 105.49 P 2.18 (,\323 Lester told the) 502.28 105.49 P 0.09 (dog. The beast obediently sat. Then Lester) 405.6 93.49 P (turned back to me.) 405.6 81.49 T 0.83 (\322The aliens are going to land in W) 416.4 69.33 P 0.83 (ash-) 559.35 69.33 P (ington,\323 I said.) 405.6 57.33 T FMENDPAGE %%EndPage: "4" 6 %%Page: "5" 6 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 1.22 (\322That\325) 46.8 731.33 P 1.22 (s right,\323 said Lester) 72.34 731.33 P 1.22 (. \322An\325 we\325re) 153.73 731.33 P 1.1 (going there after \325em. W) 36 719.33 P 1.1 (e did a little test) 138.14 719.33 P 0.67 (on our powerplant a few minutes ago and) 36 707.33 P 0.71 (now we\325re ready) 36 695.33 P 0.71 (. Bring your notepad and) 103.92 695.33 P 0.83 (your camera, Dahlgren, \325cause, by Gawd,) 36 683.33 P (your gonna get some news!\323) 36 671.33 T (\322Powerplant?\323 I asked.) 46.8 659.11 T 0.03 (\322Hell yes, boy! Ain\325) 46.8 646.89 P 0.03 (t you \336gured things) 128.3 646.89 P 0.59 (out yet? This here gee-o-deesik dome is a) 36 634.89 P 0.44 (spaceship an\325 we\325re going to war! Bein\325 a) 36 622.89 P 2.66 (red-blooded American and a Idahoan, I) 36 610.89 P (just hates them gad-damned aliens!\323) 36 598.89 T 1.96 (W) 46.8 586.67 P 1.96 (ith that he went over and hunkered) 55.83 586.67 P 4.3 (his lanky frame into the bucket seat,) 36 574.67 P 3.16 (snapped himself into a three-point seat) 36 562.67 P 1.38 (belt and picked up the control module \050I) 36 550.67 P 1.72 (looked carefully) 36 538.67 P 1.72 (, it) 102.3 538.67 P 1 F 1.72 (was) 118.79 538.67 P 0 F 1.72 ( a Nintendo con-) 134.34 538.67 P 1.66 (trol!\051. Juan, meanwhile, had placed him-) 36 526.67 P 1.54 (self in front of a very new-looking Zeos) 36 514.67 P 3.28 (PC and monitor on a bucket seat that) 36 502.67 P 0.65 (appeared to be the mate of the one on the) 36 490.67 P 0.69 (tractor) 36 478.67 P 0.69 (. I heard the unmistakable sound of) 61.54 478.67 P 2.14 (a starter motor) 36 466.67 P 2.14 (, followed by the equally) 98.17 466.67 P 2.91 (unmistakable roar of a diesel engine. I) 36 454.67 P 0.51 (hoped that the exhaust pipe was vented to) 36 442.67 P 4.25 (the outside or things were gonna get) 36 430.67 P 1.66 (mighty uncomfortable inside our \322gee-o-) 36 418.67 P (deesik\323 dome!) 36 406.67 T 2.45 (\322Find a place to sit down, Dahlgren.) 46.8 394.45 P (W) 36 382.45 T (e\325re takin\325 of) 44.63 382.45 T (f!\323) 96.63 382.45 T 0.69 (In a state of numbed shock, I sat down) 46.8 370.22 P 2.08 (next to Dorothy in a short row of what) 36 358.22 P 0.16 (appeared to be used theater chairs. I found) 36 346.22 P 0.23 (a somewhat worn lap belt and strapped in.) 36 334.22 P 2.49 (Balthazer came over and took a station) 36 322.22 P 0.4 (laying at my feet with his head up and his) 36 310.22 P (ears pricked.) 36 298.22 T 1.54 (W) 46.8 286 P 1.54 (e did not have an overlong wait for) 55.44 286 P 1.8 (the next set of developments. Lester put) 36 274 P 1.32 (the remains of the tractor in gear and let) 36 262 P -0.1 (out the clutch as he simultaneously manip-) 36 250 P 4.95 (ulated the Nintendo control. I felt a) 36 238 P 0.48 (strangely familiar sensation of movement,) 36 226 P 0.41 (like the feeling you get when a fast eleva-) 36 214 P 1.75 (tor whooshes upwards \320 except that this) 36 202 P 0.17 (sensation was almost brutal in its intensity) 36 190 P (and it lasted for considerably longer) 36 178 T (.) 179.51 178 T 0.09 (\322Y) 46.8 165.78 P 0.09 (eee haa!\323 shouted Lester) 57.45 165.78 P 0.09 (. \322It worked,) 155.7 165.78 P (I knew it would work!\323) 36 153.78 T 1.35 (I saw the outline of the Lemhi Moun-) 46.8 141.56 P 1.94 (tain range go past one of the hexagonal) 36 129.56 P 0 (windows. It occurred to me that maybe I\325d) 36 117.56 P 2.87 (better start referring to them as \322view-) 36 105.56 P (ports.\323) 36 93.56 T 1.07 (\322I\325ll be a son-of-a-bitch,\323 I said aloud.) 46.8 81.33 P 1.05 (\322This thing) 36 69.33 P 1 F 1.05 (is) 85.85 69.33 P 0 F 1.05 ( a God-damned spaceship!\323) 92.52 69.33 P 1.06 (As soon as the acceleration diminished, I) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.33 (got out of my seat to gaze out of the near-) 220.8 731.33 P 1.7 (est of the viewports. It was just like the) 220.8 719.33 P 1.46 (pictures from the space shuttle, the lar) 220.8 707.33 P 1.46 (ge) 381.77 707.33 P 0.27 (sphere of the earth all blue and white with) 220.8 695.33 P 0.74 (a smattering of brown and green showing) 220.8 683.33 P -0.17 (through the white. Below I could make out) 220.8 671.33 P 1.23 (the Oregon coast line, of) 220.8 659.33 P 1.23 (f to the left. W) 324.08 659.33 P 1.23 (e) 386.76 659.33 P 2.68 (were already in orbit! This thing could) 220.8 647.33 P (really \337y!) 220.8 635.33 T -0.06 (Lester didn\325) 231.6 623.05 P -0.06 (t waste any time. \322Gimme a) 279.93 623.05 P 3.48 (vector for W) 220.8 611.05 P 3.48 (ashington DC would you,) 278.03 611.05 P (Juan?\323) 220.8 599.05 T 0.56 (Juan\325) 231.6 586.76 P 0.56 (s \336ngers rapidly caressed the key-) 252.7 586.76 P -0.25 (board of the Zeos. In less than \336ve seconds) 220.8 574.76 P 0.57 (he called out, \322Heading 386, Les. T) 220.8 562.76 P 0.57 (ell me) 365.92 562.76 P 0.83 (when you reach 25 minutes so I can acti-) 220.8 550.76 P -0.15 (vate the atmospheric compensation shields) 220.8 538.76 P (before we re-enter the atmosphere.\323) 220.8 526.76 T 4.3 (Juan\325) 231.6 514.48 P 4.3 (s English was almost \337awless,) 252.7 514.48 P 0.1 (with just a hint of a Spanish accent. What-) 220.8 502.48 P 2.69 (ever he might have been, Juan was no) 220.8 490.48 P -0.04 (hired hand! In spite of the exhilaration and) 220.8 478.48 P 0.47 (shock caused by the recent turn of events,) 220.8 466.48 P 3.01 (my experience as a reporter kicked in.) 220.8 454.48 P -0.07 (Almost automatically) 220.8 442.48 P -0.07 (, I began to ask a few) 306.42 442.48 P (questions.) 220.8 430.48 T 0.47 (\322I don\325) 231.6 418.19 P 0.47 (t believe I got your full name or) 260.48 418.19 P 0.48 (what it is that you do, Juan.\323 He swiveled) 220.8 406.19 P 0.43 (his Camaro bucket seat around to face me) 220.8 394.19 P (and smiled smugly as he replied.) 220.8 382.19 T 1.19 (\322Dr) 231.6 369.9 P 1.19 (. Juan Ramirez de la V) 246.03 369.9 P 1.19 (ega, at your) 341.92 369.9 P 3.32 (service. Quantum physicist by training.) 220.8 357.9 P 2.91 (Now) 220.8 345.9 P 2.91 (, as you can see, I\325m a practicing) 239.58 345.9 P 0.1 (Astrophysicist. I am originally from V) 220.8 333.9 P 0.1 (ene-) 374 333.9 P 0.2 (zuela and was educated at Cal Poly before) 220.8 321.9 P 1.55 (I did a stint at Fermilab. Until about six) 220.8 309.9 P 0.17 (months ago, I was at INEL right over near) 220.8 297.9 P 6.77 (Arco,\323 \050INEL is the famous Idaho) 220.8 285.9 P 1.57 (National Engineering Laboratories where) 220.8 273.91 P 0.07 (they do all the nuclear research out here in) 220.8 261.91 P -0.13 (the deserts of Idaho. Needless to say) 220.8 249.91 P -0.13 (, I was) 365.09 249.91 P (impressed!\051.) 220.8 237.91 T (\322Did you design this ship?\323) 231.6 225.62 T 4.07 (\322Not really) 231.6 213.33 P 4.07 (, although I helped with) 279.7 213.33 P 1.55 (some of the subsystems. This is Lester) 220.8 201.33 P 1.55 (\325) 384.53 201.33 P 1.55 (s) 387.31 201.33 P 1.19 (brainchild. He came out to our project at) 220.8 189.33 P 3.88 (INEL to pick up an old experimental) 220.8 177.33 P 1.74 (fusion torus that we were getting rid of.) 220.8 165.33 P 0.09 (The INEL authorities thought he wanted it) 220.8 153.33 P -0.14 (for the more than two miles of copper wire) 220.8 141.33 P -0.19 (in it. He and I struck up a conversation and) 220.8 129.33 P 1.46 (it soon became apparent to me that such) 220.8 117.33 P 2.06 (was not the case. Lester had some very) 220.8 105.33 P 2.54 (intriguing ideas. That was about a year) 220.8 93.33 P 1.21 (ago. One thing led to another and soon I) 220.8 81.33 P 2.91 (was working evenings out at the farm.) 220.8 69.33 P 1.86 (Things were \336nally going so well that I) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.57 (resigned my position at INEL about two) 405.6 731.33 P 0.31 (months ago. Lester and I have been work-) 405.6 719.33 P (ing almost full-time together ever since.\323) 405.6 707.33 T 4.12 (\322How does this ... ah ... spaceship) 416.4 695.18 P (work?\323) 405.6 683.18 T 2.77 (\322I cannot explain the mechanisms to) 416.4 671.03 P 2.03 (someone who does not have a thorough) 405.6 659.03 P 3.81 (knowledge of higher mathematics, and) 405.6 647.03 P 0.59 (like anything that has to do with quantum) 405.6 635.03 P 4.07 (physics, a lar) 405.6 623.03 P 4.07 (ge dash of faith is also) 466.01 623.03 P (required, but I shall do my best.\323) 405.6 611.03 T 4.58 (Juan got up from his console and) 416.4 598.87 P -0.2 (walked over next to the tractor were Lester) 405.6 586.87 P 0.71 (was busy manipulating the Nintendo con-) 405.6 574.87 P 1.93 (trol and watching his readouts. W) 405.6 562.87 P 1.93 (e both) 549.36 562.87 P 0.59 (stepped back as a wad of chewed tobacco) 405.6 550.87 P 0.09 (winged past us and into a trash can next to) 405.6 538.87 P (the tractor) 405.6 526.87 T (.) 445.85 526.87 T 2.36 (\322That old fusion torus is beneath the) 416.4 514.72 P 3.74 (\337oor here, but there is some eighteen) 405.6 502.72 P 3.14 (inches of concrete between us and the) 405.6 490.72 P 0.67 (torus. There is a twofold purpose for this.) 405.6 478.72 P 0.91 (One, to give us some protection and two,) 405.6 466.72 P (to provide some extra mass.\323) 405.6 454.72 T 0.83 (Balthazer had followed us over) 416.4 442.56 P 0.83 (. He sat) 544.08 442.56 P 0.51 (on his haunches between us with his head) 405.6 430.56 P 0.23 (cocked to one side. It didn\325) 405.6 418.56 P 0.23 (t bother me, he) 515.36 418.56 P 1.14 (was probably getting as much out of this) 405.6 406.56 P (as I was.) 405.6 394.56 T (\322Protection?\323 I asked.) 416.4 382.41 T 3.98 (\322W) 416.4 370.26 P 3.98 (e were just being careful at the) 429.47 370.26 P 2.81 (beginning of our experiments. It is not) 405.6 358.26 P (really an issue.\323) 405.6 346.26 T 3.27 (\322Ah, good,\323 I replied, only partially) 416.4 334.1 P 1.94 (convinced. Dr) 405.6 322.1 P 1.94 (. de la V) 463.61 322.1 P 1.94 (ega continued his) 502.17 322.1 P (guided tour) 405.6 310.1 T (.) 450.86 310.1 T 0.83 (\322This machine back here, connected to) 416.4 297.95 P 1.72 (the tractor) 405.6 285.95 P 1.72 (, that looks like a generator is) 447.72 285.95 P 1.89 (really the secret of the whole apparatus.) 405.6 273.95 P 0.83 (The device actually does generate electri-) 405.6 261.95 P 0.89 (cal power but it does so in a very special) 405.6 249.95 P 0 (way) 405.6 237.95 P 0 (. Again, there is a lot of math involved) 421.6 237.95 P 0.15 (but it is fairly accurate to say that this cur-) 405.6 225.95 P 1.38 (rent is at right angles to our normal uni-) 405.6 213.95 P (verse.\323) 405.6 201.95 T (\322Right angles to the normal universe?\323) 416.4 189.79 T 3.71 (W) 416.4 177.64 P 3.71 (e dodged another wad of tobacco) 425.04 177.64 P (juice.) 405.6 165.64 T 3.5 (\322That\325) 416.4 153.49 P 3.5 (s right Dahlgren,\323 said Lester) 441.94 153.49 P 3.5 (,) 573.5 153.49 P 1.62 (reaching for his tin of Copenhagen, \322the) 405.6 141.49 P 2.93 (ee-lectrical \336eld is kitty-wumpus to ol\325) 405.6 129.49 P -0.05 (terra \336rma here. T) 405.6 117.49 P -0.05 (ook me near on to a year) 477.47 117.49 P (to make it work!\323) 405.6 105.49 T 1.33 (Juan waited politely through the inter-) 416.4 93.33 P 0.99 (ruption, nodded in agreement and contin-) 405.6 81.33 P 1.46 (ued: \322When you apply that power to the) 405.6 69.33 P 2.26 (right sized torus, you get an antigravity) 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 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (6) 303.75 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 1.93 (drive system that taps into the magnetic) 36 731.33 P 0.35 (lines of force of the universe itself! That\325) 36 719.33 P 0.35 (s) 202.51 719.33 P 1.38 (why the extra mass of the concrete is so) 36 707.33 P 1.18 (important. T) 36 695.33 P 1.18 (o put it simply) 86.45 695.33 P 1.18 (, we can actu-) 147.37 695.33 P 0.82 (ally magnify the slab\325) 36 683.33 P 0.82 (s puny gravitational) 125.36 683.33 P 0.09 (force several hundred million times \320 only) 36 671.33 P (it is a negative or anti-gravity \336eld.\323) 36 659.33 T 0.42 (\322Y) 46.8 647.17 P 0.42 (ou do all that with the front half of a) 57.45 647.17 P 0.14 (John Deere 4020 tractor?\323 I asked, incred-) 36 635.17 P (ulously) 36 623.17 T (.) 64.78 623.17 T 1.08 (\322Oh yes. W) 46.8 611 P 1.08 (e don\325) 95.07 611 P 1.08 (t need a lar) 121.22 611 P 1.08 (ge power) 168.41 611 P -0.08 (source because, in actuality) 36 599 P -0.08 (, we are merely) 145.03 599 P 0.36 (channelling a minuscule portion of a huge) 36 587 P 1.28 (reservoir of power rather than generating) 36 575 P (the power ourselves.\323) 36 563 T 0.49 (\322W) 46.8 550.83 P 0.49 (ow) 59.87 550.83 P 0.49 (,\323 I said, nodding my head as if I) 71.44 550.83 P 0.27 (understood. Next to me, Balthazer nodded) 36 538.83 P (too.) 36 526.83 T 2.01 (\322There\325) 46.8 514.67 P 2.01 (s more,\323 said Juan. \322Modulate) 77.32 514.67 P 0.37 (the power through the converter over here) 36 502.67 P 0.97 (\320 he pointed to a breadbox sized mass of) 36 490.67 P 1.16 (exposed electrical components \320 and you) 36 478.67 P 1.34 (can generate shields. Almost any type of) 36 466.67 P 4.03 (shield you want, anti-ener) 36 454.67 P 4.03 (gy or atmo-) 151.71 454.67 P 2.14 (spheric or meteorite. If we\325d had a few) 36 442.67 P 0.43 (more weeks we might even have come up) 36 430.67 P -0.1 (with some weapons from this technology) 36 418.67 P -0.1 (.\323) 199.46 418.67 P 1.67 (The reference to weapons brought me) 46.8 406.5 P 1.2 (back to reality) 36 394.5 P 1.2 (, reminding me of the pur-) 94.93 394.5 P 0.89 (pose of our little jaunt. W) 36 382.5 P 0.89 (e were about to) 142.38 382.5 P 1.89 (engage an enemy from outer space, that) 36 370.5 P 0.47 (we knew little about, with a barnyard cre-) 36 358.5 P 2.89 (ation from a farm in the mountains of) 36 346.5 P 0.16 (Idaho! W) 36 334.5 P 0.16 (ithout any weapons!? Did I men-) 73.78 334.5 P 0.03 (tion that these same aliens had brought the) 36 322.5 P 2.03 (modern armed forces of Europe to their) 36 310.5 P (knees in just under two weeks!) 36 298.5 T (I began to get a little nervous.) 46.8 286.33 T 1.54 (\322Y) 46.8 274.17 P 1.54 (ou mean we haven\325) 57.45 274.17 P 1.54 (t got any weap-) 139.88 274.17 P 0.74 (ons?\323 I asked. Under the circumstances, I) 36 262.17 P (thought it was fair question.) 36 250.17 T 3.86 (\322W) 46.8 238 P 3.86 (eapons? Y) 59.87 238 P 3.86 (eah, we got weapons,\323) 104.64 238 P 0.37 (said Lester) 36 226 P 0.37 (. Before he could elaborate, the) 79.39 226 P (two men had to get back to work.) 36 214 T (\322T) 46.8 201.83 T (wenty-\336ve minutes, Juan.\323) 56.65 201.83 T 5.13 (\322V) 46.8 189.67 P 5.13 (ery good, Les. W) 57.34 189.67 P 5.13 (ashington dead) 141.04 189.67 P (ahead.\323) 36 177.67 T 0.96 (I swallowed heavily) 46.8 165.5 P 0.96 (. A life-long ambi-) 128.57 165.5 P 1.38 (tion, to actually get into space, had been) 36 153.5 P 2.1 (ful\336lled, Unfortunately) 36 141.5 P 2.1 (, it didn\325) 130.17 141.5 P 2.1 (t look as) 168.33 141.5 P 3.26 (though I was going to get much of a) 36 129.5 P (chance to savor the experience!) 36 117.5 T 8.96 (W) 46.8 105.33 P 8.96 (e descended almost noiselessly) 55.44 105.33 P 3.49 (through the atmosphere. Soon, I could) 36 93.33 P 0.82 (make out the unmistakable skyline of our) 36 81.33 P -0.12 (nation\325) 36 69.33 P -0.12 (s capital. Seemingly on guard about) 63.76 69.33 P 3.61 (the dome of the capital hovered three) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 17.29 (glowing, pulsating, saucer) 220.8 731.33 P 17.29 (-shaped) 360.12 731.33 P (objects, each about the size of a 747.) 220.8 719.33 T 1.33 (\322Andromedan space craft, dead ahead,) 231.6 707.21 P -0.12 (Les,\323 said Juan. He was now working con-) 220.8 695.21 P (tinuously at the Zeos console.) 220.8 683.21 T 0.51 (\322Y) 231.6 671.08 P 0.51 (ep, I sees \324em. Dorothy) 242.25 671.08 P 0.51 (, git the shot-) 336.91 671.08 P (gun.\323) 220.8 659.08 T (\322Right away) 231.6 646.96 T (, Lester) 281.19 646.96 T (.\323) 310.62 646.96 T 2.22 (\322Dahlgren, ya\325ll git the door so\325) 231.6 634.83 P 2.22 (s the) 370.38 634.83 P -0.18 (Missus can git a shot at them aliens, would) 220.8 622.83 P (ya?\323) 220.8 610.83 T 0.2 (W) 231.6 598.71 P 0.2 (ell, this made a lot of sense! W) 240.24 598.71 P 0.2 (e were) 364.64 598.71 P 4.81 (facing three war vessels of a highly) 220.8 586.71 P 0.22 (advanced alien race who hadn\325) 220.8 574.71 P 0.22 (t even been) 345.25 574.71 P 0.83 (marked by all the sophisticated weaponry) 220.8 562.71 P 1.46 (that Europe could throw at them and we) 220.8 550.71 P 1.85 (were about to attack them nothing more) 220.8 538.71 P 0.69 (advanced than a double-barreled shotgun!) 220.8 526.71 P (I said as much.) 220.8 514.71 T -0.07 (\322Never fear) 231.6 502.58 P -0.07 (, Dahlgren,\323 drawled Lester) 278.02 502.58 P -0.07 (,) 388.7 502.58 P (\322It\325) 220.8 490.58 T (s double 0 buckshot!\323) 234.12 490.58 T 0.19 (\322That\325) 231.6 478.46 P 0.19 (s a relief!\323 I yelled. \322Buckshot or) 257.14 478.46 P (birdshot, what\325) 220.8 466.46 T (s the dif) 280.77 466.46 T (ference?\323) 312.79 466.46 T -0.1 (\322Jus\325 calm down and open the door) 231.6 454.33 P -0.1 (, Mr) 372.14 454.33 P -0.1 (.) 388.7 454.33 P 3.77 (T) 220.8 442.33 P 3.77 (revor) 226.56 442.33 P 3.77 (,\323 soothed Dorothy) 247.24 442.33 P 3.77 (. I rolled my) 330.48 442.33 P -0.03 (eyes, but did as I was told. What the hell, I) 220.8 430.33 P 1.83 (thought, we aren\325) 220.8 418.33 P 1.83 (t going to live through) 294.49 418.33 P (the day anyway) 220.8 406.33 T (.) 282.88 406.33 T 1.54 (W) 231.6 394.21 P 1.54 (ith the door open, Lester swung the) 240.63 394.21 P 1.7 (ship around until we could see the alien) 220.8 382.21 P 1.19 (vessels through it. They were only a few) 220.8 370.21 P 0.89 (hundred feet away) 220.8 358.21 P 0.89 (. I could hear a strange) 295.74 358.21 P 0.43 (humming noise that rose and fell in inten-) 220.8 346.21 P 0.62 (sity with the pulsations in the glow of the) 220.8 334.21 P -0.11 (saucers. Balthazer) 220.8 322.21 P -0.11 (\325) 293.77 322.21 P -0.11 (s hackles came up as he) 296.55 322.21 P (bared his teeth at them and growled.) 220.8 310.21 T 0.05 (\322T) 231.6 298.08 P 0.05 (ake a bead on the lead one, Ma,\323 said) 241.45 298.08 P 1.19 (Lester) 220.8 286.08 P 1.19 (. \322Y) 245.23 286.08 P 1.19 (a\325ll be ready to slam that door) 262.07 286.08 P 1.19 (,) 388.7 286.08 P 0.06 (Dahlgren. W) 220.8 274.08 P 0.06 (e may need to git to hell outta) 271.68 274.08 P (here in a hurry!\323) 220.8 262.08 T 1.19 (That was the \336rst sane thing I\325d heard) 231.6 249.96 P (all day!) 220.8 237.96 T 1.64 (\322Okay) 231.6 225.83 P 1.64 (, Pa, I\325m ready!\323 sang out Dor-) 257.04 225.83 P (othy) 220.8 213.83 T (.) 237.92 213.83 T 2.53 (\322Git ready with them ener) 231.6 201.71 P 2.53 (gy shields,) 345.91 201.71 P (Juan.\323) 220.8 189.71 T (\322Ready) 231.6 177.58 T (, Les.\323) 260.92 177.58 T (\322Fire away) 231.6 165.46 T (, Ma!\323) 275.08 165.46 T 12.35 (Ka-whump! Ka-whump! Dorothy) 231.6 153.33 P 1.62 (rocked back from the recoil of the shots) 220.8 141.33 P 1.07 (but, farm girl that she was, seemed unaf-) 220.8 129.33 P 0.11 (fected otherwise. The noise was deafening) 220.8 117.33 P -0.25 (in the enclosed space of the dome! W) 220.8 105.33 P -0.25 (onder) 368.44 105.33 P 2.89 (of wonders, the lead alien ship was ...) 220.8 93.33 P 0.02 (T) 220.8 81.33 P 0.02 (otally unharmed! But we had gotten their) 226.21 81.33 P 0.41 (attention! Balthazer began barking uncon-) 220.8 69.33 P 2.12 (trollably as the saucers got brighter and) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X (the pulsations increased in frequency) 405.6 731.33 T (.) 553.17 731.33 T (\322Shields, Juan! Door) 416.4 719.22 T (, Dahlgren!\323) 499.55 719.22 T 4.49 (I noticed a faint blue haze appear) 416.4 707.1 P 0.55 (around the hull of the dome as I slammed) 405.6 695.1 P -0.07 (the door and spun the wheel to lock it. The) 405.6 683.1 P 1.2 (lights dimmed and the dome lurched and) 405.6 671.1 P 2.13 (rang like a bell as we took what I pre-) 405.6 659.1 P -0.1 (sumed to be a direct hit from the lead alien) 405.6 647.1 P 0.56 (ship. By now) 405.6 635.1 P 0.56 (, Balthazer was at one of the) 459.11 635.1 P (viewports continuing to bark furiously) 405.6 623.1 T (.) 558.75 623.1 T 2.9 (\322Hey) 416.4 610.98 P 2.9 (, Juan, them shields work too!\323) 436.84 610.98 P 2.55 (shouted Lester) 405.6 598.98 P 2.55 (. \322Looks like we\325d better) 466.17 598.98 P 2.66 (high-tail it outta here! T) 405.6 586.98 P 2.66 (ake your seats,) 511.57 586.98 P 1.98 (folks! Shut up, Balthazer!\323 The big dog) 405.6 574.98 P 3.46 (obeyed immediately and bounded back) 405.6 562.98 P (over to resume his station at my feet.) 405.6 550.98 T 0.87 (W) 416.4 538.86 P 0.87 (e took two more hits, without appar-) 425.04 538.86 P 0.23 (ent harm, before the now familiar elevator) 405.6 526.86 P 2.17 (sensation struck us again. This time the) 405.6 514.86 P 4.44 (intensity was far worse as the diesel) 405.6 502.86 P (engine roared at full throttle.) 405.6 490.86 T 0.22 (\322They\325re following us,\323 said Juan, mat-) 416.4 478.74 P (ter of factly) 405.6 466.74 T (.) 451.58 466.74 T (\322Good,\323) 416.4 454.63 T (\322They\325re gaining,\323) 416.4 442.51 T (\322Y) 416.4 430.39 T (eah, I \336gured they might,\323) 427.05 430.39 T 6.94 (\322What, now) 416.4 418.27 P 6.94 (, McGill?\323 I couldn\325) 470.98 418.27 P 6.94 (t) 573.22 418.27 P 0.71 (believe that we were still alive, but found) 405.6 406.27 P 0.45 (that I rather liked the sensation, if you get) 405.6 394.27 P (my drift.) 405.6 382.27 T 0.71 (\322W) 416.4 370.16 P 0.71 (ell, now that we\325re out of the atmo-) 429.47 370.16 P 3.28 (sphere we can try some other things,\323) 405.6 358.16 P 1.2 (replied Lester) 405.6 346.16 P 1.2 (. T) 461.48 346.16 P 1.2 (o my horror) 473.07 346.16 P 1.2 (, he throttled) 522.81 346.16 P 1.14 (down the diesel and pushed in the clutch) 405.6 334.16 P (on the wheelless tractor!) 405.6 322.16 T (\322What are you doing?\323 I asked.) 416.4 310.04 T 3.65 (\322W) 416.4 297.92 P 3.65 (e\325re gonna try her in second.\323 I) 429.47 297.92 P 2.14 (heard the crunch of a gear change. The) 405.6 285.92 P 0.91 (clutch came back out and the engine rpm) 405.6 273.92 P 0.55 (increased. I was slammed into my seat by) 405.6 261.92 P 1.81 (a hither) 405.6 249.92 P 1.81 (-to unimaginable force. Even the) 437.46 249.92 P 3.46 (stalwart Balthazer whimpered from the) 405.6 237.92 P (pain.) 405.6 225.92 T 4.24 (\322Good,\323 said Juan, \322They\325re falling) 416.4 213.8 P 0.37 (back. Y) 405.6 201.8 P 0.37 (ou should apply the throttle a little) 436.06 201.8 P 0.43 (more gently in the higher gears, Les. That) 405.6 189.8 P 0.41 (was almost painful. Or should we activate) 405.6 177.8 P 3.74 (the arti\336cial gravity maintenance mod-) 405.6 165.8 P (ule?\323) 405.6 153.8 T 1.87 (\322It\325) 416.4 141.69 P 1.87 (s gotta be the AR) 429.72 141.69 P 1.87 (TGRA) 506.02 141.69 P 1.87 (V module,) 531.93 141.69 P 1.98 (Juan. That last blast made me see spots) 405.6 129.69 P (before my eyes!\323) 405.6 117.69 T 1.53 (\322It appears we have little choice, Les.) 416.4 105.57 P (The alien ships are again gaining on us.\323) 405.6 93.57 T 1.19 (\322Let\325) 416.4 81.45 P 1.19 (s do the AR) 436.94 81.45 P 1.19 (TGRA) 487.39 81.45 P 1.19 (V and then see) 513.31 81.45 P (what happens.\323) 405.6 69.45 T -0.16 (\322Right,\323 said Juan, as he \337ipped a series) 416.4 57.33 P FMENDPAGE %%EndPage: "6" 8 %%Page: "7" 8 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (7) 303.75 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X (of switches on a console near the Zeos.) 36 731.33 T 0.01 (Immediately) 46.8 719.24 P 0.01 (, the sensation of being in a) 96.67 719.24 P 1.15 (moving elevator ceased and I felt no dif-) 36 707.24 P 0.1 (ferent than if we were on the ground, back) 36 695.24 P (on the farm.) 36 683.24 T 3.22 (\322Why didn\325) 46.8 671.14 P 3.22 (t you do that before?\323 I) 97.31 671.14 P (asked.) 36 659.14 T 2.7 (\322Unfortunately) 46.8 647.05 P 2.7 (, we haven\325) 106.66 647.05 P 2.7 (t gotten all) 158.23 647.05 P 0.89 (the bugs out of it yet,\323 said Juan. Almost) 36 635.05 P 1.41 (as if on cue, my stomach did a series of) 36 623.05 P 0.15 (\337ip-\337ops and, just as quickly went back to) 36 611.05 P 0.57 (normal. Lester) 36 599.05 P 0.57 (, his aim upset by the grav-) 94.46 599.05 P 1.42 (ity \337uctuation, missed the trash can with) 36 587.05 P (his latest wad of tobacco.) 36 575.05 T (\322Damn!\323 Lester swore artfully) 46.8 562.95 T (.) 168.54 562.95 T -0.04 (\322As you can see, there is an intermittent) 46.8 550.86 P 2.71 (\337aw in our AR) 36 538.86 P 2.71 (TGRA) 103.22 538.86 P 2.71 (V system that we) 129.14 538.86 P 0.02 (haven\325) 36 526.86 P 0.02 (t been able to trace down. I suppose) 63.01 526.86 P (that we shall have to learn to live with it.\323) 36 514.86 T 1.8 (The diesel again throttled down to an) 46.8 502.76 P (idle, followed by the clashing of gears.) 36 490.76 T 4.63 (\322Third gear) 46.8 478.67 P 4.63 (,\323 sang out Lester) 97.38 478.67 P 4.63 (. The) 181.23 478.67 P (clutch grabbed and the engine roared.) 36 466.67 T -0.23 (\322The aliens are falling back again, Les.\323) 46.8 454.57 P 2.01 (\322Good,\323 Lester replied, scratching his) 46.8 442.48 P 0.79 (chin. \322I been thinkin\325, Juan. How fas\325 we) 36 430.48 P (goin\323\325) 36 418.48 T 0.59 (\322Mother of God!\323 said Juan, as his \336n-) 46.8 406.38 P 1.29 (gers \337ew across the Zeos keyboard. \322W) 36 394.38 P 1.29 (e) 201.96 394.38 P 0.23 (are currently at Mach 165.8 and accelerat-) 36 382.38 P (ing!\323) 36 370.38 T 1.51 (\322What happens if you was to run inta) 46.8 358.29 P (somethin\325 at Mach 165.8, Juan?\323) 36 346.29 T 0.99 (\322It is safe to say that there would be a) 46.8 334.19 P (great deal of ener) 36 322.19 T (gy released.\323) 105.47 322.19 T 1.53 (\322Y) 46.8 310.1 P 1.53 (ep, that\325) 57.45 310.1 P 1.53 (s what I \336ggered. Anybody) 91.19 310.1 P (followin\325 us.\323) 36 298.1 T 2.84 (\322Not, right now) 46.8 286 P 2.84 (. They seem to have) 114.84 286 P (given up.\323) 36 274 T (\322Good, I\325m stoppin\325 here then.\323) 46.8 261.91 T 1.94 (As good as his word, Lester throttled) 46.8 249.81 P (down and pushed in the clutch.) 36 237.81 T 3.31 (\322I got an idee,\323 said Lester) 46.8 225.71 P 3.31 (, but he) 170.08 225.71 P 0.57 (wouldn\325) 36 213.71 P 0.57 (t tell any one what it was until he) 69.13 213.71 P 3.79 (had \337ipped the ship around slowed it) 36 201.71 P (down to a mere mach 5.) 36 189.71 T 0.18 (\322W) 46.8 177.62 P 0.18 (e\325re gonna hafta open the outer door) 59.87 177.62 P 1.05 (for a coupl\325a minutes,\323 said Lester) 36 165.62 P 1.05 (, as he) 179.05 165.62 P 1.38 (unbuckled and got up out of his Camaro) 36 153.62 P (seat.) 36 141.62 T 0.16 (\322How do you propose that we do that?\323) 46.8 129.52 P (I asked.) 36 117.52 T 0.41 (\322Hell, boy) 46.8 105.43 P 0.41 (, we got us some space suits!) 88.19 105.43 P 2.98 (I think we even got one in your size!) 36 93.43 P 1.93 (Y) 36 81.43 P 1.93 (ou\325ll get to see space all up close and) 42.22 81.43 P (personal!\323) 36 69.43 T 1.39 (\322Why me?\323 I pleaded, as I swallowed) 46.8 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (nervously) 220.8 731.33 T (.) 259.57 731.33 T -0.18 (\322Cause I got a bad back \320 old farm acci-) 231.6 719.11 P 2.56 (dent, you know \320 and the Missus ain\325) 220.8 707.11 P 2.56 (t) 388.42 707.11 P 0.79 (strong enough. Stop yer whimperin\325, boy) 220.8 695.11 P 0.79 (,) 388.7 695.11 P (yer worse than Balthazer) 220.8 683.11 T (. Juan\325ll help ya.\323) 319.89 683.11 T -0.12 (It appeared as though I had little choice.) 231.6 670.89 P 0.09 (The space suits themselves did not exactly) 220.8 658.89 P 1.05 (inspire con\336dence either) 220.8 646.89 P 1.05 (. They were, like) 320.61 646.89 P 1.06 (almost everything else on board the ship,) 220.8 634.89 P 0.83 (cobbled together from used and unrelated) 220.8 622.89 P 1.49 (parts. In fact, the two suits weren\325) 220.8 610.89 P 1.49 (t even) 365.56 610.89 P 0.55 (remotely similar) 220.8 598.89 P 0.55 (. Mine was made out of a) 286.59 598.89 P 0.27 (\336fty-gallon drum with a rectangular plexi-) 220.8 586.89 P 1.01 (glass window and what looked like \337exi-) 220.8 574.89 P 1.27 (ble clothes dryer hose for arms and legs,) 220.8 562.89 P -0.08 (while Juan\325) 220.8 550.89 P -0.08 (s looked like the main part of it) 266.53 550.89 P -0.01 (was from an old deep sea diver) 220.8 538.89 P -0.01 (\325) 345.42 538.89 P -0.01 (s rig, com-) 348.2 538.89 P 0.95 (plete with brass headpiece. It had a num-) 220.8 526.89 P 0.83 (ber of patches and worn-looking spots on) 220.8 514.89 P 1.88 (it and some other parts that didn\325) 220.8 502.89 P 1.88 (t quite) 364.05 502.89 P (match.) 220.8 490.89 T (\322W) 231.6 478.67 T (e\325re ready Lester) 244.67 478.67 T (,\323 said Juan.) 311.98 478.67 T 4.11 (Lester and Dorothy looked us both) 231.6 466.44 P 2.07 (over) 220.8 454.44 P 2.07 (. Lester smiled and thumped on the) 238.01 454.44 P 4.15 (\336fty-gallon drum which rang hollowly) 220.8 442.44 P 0.03 (even with me inside it. He spoke loudly so) 220.8 430.45 P 0.47 (we could both hear him through our suits.) 220.8 418.45 P 0.26 (But, what he said didn\325) 220.8 406.45 P 0.26 (t make much sense) 314.65 406.45 P (to me.) 220.8 394.45 T 0.4 (\322Jus\325 drag three of them sacks of spuds) 231.6 382.22 P -0.11 (over to the airlock. When you gets the out-) 220.8 370.22 P 0.67 (side door open, just open \325em up one at a) 220.8 358.22 P -0.16 (time and shake them taters out into space.\323) 220.8 346.22 P -0.19 (Juan nodded in understanding; I just shook) 220.8 334.22 P (my head.) 220.8 322.22 T 1.04 (W) 231.6 310 P 1.04 (e accomplished our mission with lit-) 240.24 310 P 0.69 (tle trouble but I couldn\325) 220.8 298 P 0.69 (t help wishing for) 318.33 298 P -0.06 (some momentous quote to \336t the occasion.) 220.8 286 P 3.93 (Something like: \322Small potatoes for a) 220.8 274 P 0.2 (man, a giant tater tot for mankind ...\323 Nat-) 220.8 262 P 3.18 (urally) 220.8 250 P 3.18 (, you\325d have to go to the frozen) 243.47 250 P -0.19 (foods section because, of course, the spuds) 220.8 238 P 1.47 (had frozen solid immediately in the cold) 220.8 226 P (vacuum of space.) 220.8 214 T 3 (Then, against all common sense, we) 231.6 201.78 P (went back to taunt the three alien vessels.) 220.8 189.78 T 1.78 (Lester brought us in really close. T) 231.6 177.56 P 1.78 (oo) 381.2 177.56 P 3.83 (close, I thought and wiggled the ship) 220.8 165.56 P 0.23 (seductively to get them to follow us. They) 220.8 153.56 P 1.75 (reacted immediately) 220.8 141.56 P 1.75 (, like starved hounds) 303.23 141.56 P 0.63 (they were after us in an instant. Balthazer) 220.8 129.56 P 1.5 (loved every minute of it, standing up on) 220.8 117.56 P 4.45 (his hind legs, barking enthusiastically) 220.8 105.56 P 4.45 (,) 388.7 105.56 P 0.75 (with his nose pressed to the viewport and) 220.8 93.56 P (his tail wagging.) 220.8 81.56 T 2.05 (This time, Lester increased our speed) 231.6 69.33 P 0 (slowly) 220.8 57.33 P 0 (, allowing the alien craft to stay tan-) 246.81 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.73 (talizingly close \050I loudly said too damned) 405.6 731.33 P 1.74 (close\051 to us. As we approached the area) 405.6 719.33 P 0.51 (where we had scattered the potatoes, Juan) 405.6 707.33 P (called out the speed and the distance.) 405.6 695.33 T 0.8 (\322T) 416.4 683.13 P 0.8 (en-thousand miles, Les, mach 155.4.) 426.24 683.13 P 0.09 (Prepare to perform a right angle maneuver) 405.6 671.13 P (in \336fteen seconds.\323) 405.6 659.13 T 0.28 (At the count of \336fteen, Lester grimaced) 416.4 646.93 P -0.16 (as he pushed hard on the Nintendo control.) 405.6 634.93 P 2.21 (The ship suddenly changed direction, at) 405.6 622.93 P 3.92 (right angles to our original path. The) 405.6 610.93 P 2.87 (magic of the AR) 405.6 598.93 P 2.87 (TGRA) 479.95 598.93 P 2.87 (V system meant) 505.86 598.93 P 1.7 (that we weren\325) 405.6 586.93 P 1.7 (t crushed to jelly) 468.21 586.93 P 1.7 (, but my) 539.56 586.93 P 2.41 (stomach had some ideas of its own for) 405.6 574.93 P 5.52 (several minutes. Balthazer) 405.6 562.93 P 5.52 (\325) 522.76 562.93 P 5.52 (s eyes got) 525.54 562.93 P 1.23 (really wide and he came over and curled) 405.6 550.93 P -0.21 (up by my feet with his front paws covering) 405.6 538.93 P 2.9 (his eyes. I patted him gently) 405.6 526.93 P 2.9 (. In many) 532.17 526.93 P 0.39 (ways we were in the same boat he and I \320) 405.6 514.93 P 0.4 (both of us were more or less along for the) 405.6 502.93 P (ride!) 405.6 490.93 T 0.97 (The alien ships swept through the area) 416.4 478.73 P 1.1 (containing our frozen potatoes, with dev-) 405.6 466.73 P 1.77 (astating results. There were three almost) 405.6 454.73 P 1.43 (simultaneous \337ashes of very bright light,) 405.6 442.73 P 4.99 (like little supernovas. Juan did some) 405.6 430.73 P (things at his Zeos keyboard.) 405.6 418.73 T 2.05 (\322I\325m reading nothing but debris, Les!) 416.4 406.53 P 2.64 (By the vir) 405.6 394.53 P 2.64 (gin, it worked!\323 All three of) 450.67 394.53 P 3.29 (them got out of their seats and began) 405.6 382.53 P -0.05 (whooping and hollering at the tops of their) 405.6 370.53 P 0.47 (lungs. Lester danced a jig across the hood) 405.6 358.53 P 0.38 (of the half-tractor) 405.6 346.53 P 0.38 (. Finally) 476.3 346.53 P 0.38 (, after about \336ve) 509.36 346.53 P (minutes they began to settle down.) 405.6 334.53 T 0.84 (\322What happened?\323 I asked, bewildered) 416.4 322.33 P (by the whole thing as usual.) 405.6 310.33 T 2.03 (\322Y) 416.4 298.13 P 2.03 (ou would not understand the math,) 427.05 298.13 P 0.28 (T) 405.6 286.13 P 0.28 (revor) 411.36 286.13 P 0.28 (,\323 said Juan, breathlessly) 432.05 286.13 P 0.28 (, \322but basi-) 531.32 286.13 P 0.33 (cally) 405.6 274.13 P 0.33 (, our three friends \337ew into our cloud) 424.38 274.13 P (of frozen potato tubers.\323) 405.6 262.13 T 2.26 (\322Y) 416.4 249.93 P 2.26 (ou mean the invincible Andromed-) 427.05 249.93 P 2.37 (ans, who made a laughing stock out of) 405.6 237.93 P 2.86 (Europe\325) 405.6 225.93 P 2.86 (s \336nest forces were done in by) 437.24 225.93 P 2.33 (three-hundred pounds \320 excuse me, one) 405.6 213.93 P 1.61 (hundred and \336fty kilograms \320 of POT) 405.6 201.93 P 1.61 (A-) 565.46 201.93 P (T) 405.6 189.93 T (OES?!\323) 411.53 189.93 T 8.88 (\322That\325) 416.4 177.73 P 8.88 (s right, Dahlgren,\323 grinned) 441.94 177.73 P 0.45 (Lester) 405.6 165.73 P 0.45 (, \322we done them in with three sacks) 430.18 165.73 P 3.23 (of Idaho Russets!\323 He began to dance) 405.6 153.73 P (another jig.) 405.6 141.73 T 3.04 (\322Lester is essentially correct, T) 416.4 129.53 P 3.04 (revor) 552.81 129.53 P 3.04 (,) 573.5 129.53 P 1.24 (but if the alien ships had hit almost any-) 405.6 117.53 P 2.35 (thing at the speeds they were traveling,) 405.6 105.53 P 11.23 (they probably would have been) 405.6 93.53 P (destroyed.\323) 405.6 81.53 T 3.66 (\322Huh? How can a potato destroy a) 416.4 69.33 P (spaceship?\323) 405.6 57.33 T FMENDPAGE %%EndPage: "7" 9 %%Page: "8" 9 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 1.03 (\322It has to do with high relative veloci-) 46.8 731.33 P 1.74 (ties, and the amounts of ener) 36 719.33 P 1.74 (gy released) 159.43 719.33 P (when a collision occurs.\323) 36 707.33 T (\322I still don\325) 46.8 695.22 T (t follow) 92.71 695.22 T (.\323) 123.43 695.22 T 0.57 (\322Let me try it another way) 46.8 683.1 P 0.57 (. Out here in) 154.74 683.1 P -0.21 (space, in a vacuum, in the absence of grav-) 36 671.1 P 1.55 (ity) 36 659.1 P 1.55 (, it is the relative motion that matters.) 45.9 659.1 P 1.73 (Think of the alien ships as being at rest) 36 647.1 P 0 (and the potato tubers moving at mach 150.) 36 635.1 P 1.05 (Y) 36 623.1 P 1.05 (ou have seen what happens to an insect) 42.22 623.1 P 2.03 (when it impacts your windshield out on) 36 611.1 P (the highway at seventy miles per hour?\323) 36 599.1 T 0.54 (\322Y) 46.8 586.98 P 0.54 (eah,\323 I said, \322Those grasshoppers do) 57.45 586.98 P 1.04 (make quite a smack. I got hit on the arm) 36 574.98 P 0.93 (once, when I was hanging it out the win-) 36 562.98 P (dow) 36 550.98 T (. It hurt!\323) 52.56 550.98 T 3 (\322A grasshopper at seventy miles per) 46.8 538.86 P 0.82 (hour is moving at approximately 100 feet) 36 526.86 P (per second. It packs quite a wallop.\323) 36 514.86 T (I nodded my head in understanding.) 46.8 502.74 T 0.05 (\322Now imagine hitting a frozen potato at) 46.8 490.63 P 1.2 (a speed exceeding thirty MILES per sec-) 36 478.63 P (ond!\323) 36 466.63 T 3.85 (It began to dawn on me, but Juan) 46.8 454.51 P (wasn\325) 36 442.51 T (t done yet.) 59.69 442.51 T 0.08 (\322Y) 46.8 430.39 P 0.08 (ou ever been to meteor crater) 57.45 430.39 P 0.08 (, in Ari-) 174.31 430.39 P (zona?\323) 36 418.39 T 2 (\322No, but I saw it on TV a couple of) 46.8 406.27 P (times.\323) 36 394.27 T 0.44 (\322That\325) 46.8 382.16 P 0.44 (s good,\323 said Juan. \322The authori-) 72.34 382.16 P 0.55 (ties believe that meteor crater was blasted) 36 370.16 P -0.18 (out by a meteorite that wasn\325) 36 358.16 P -0.18 (t much bigger) 151.24 358.16 P 0.07 (than one of our potatoes, traveling at simi-) 36 346.16 P 0.67 (lar speeds to the ones we\325ve been dealing) 36 334.16 P (with here.\323) 36 322.16 T 0.55 (\322It was almost like an atomic bomb!\323 I) 46.8 310.04 P (exclaimed.) 36 298.04 T -0.22 (\322Exactly!\323 said Juan. \322But there\325) 46.8 285.92 P -0.22 (s more.) 177.2 285.92 P 2.34 (I believe the aliens failed to detect and) 36 273.92 P 4.38 (avoid the potatoes because they were) 36 261.92 P 2.33 (ORGANIC MA) 36 249.92 P 2.33 (TTER, in an area where) 101.34 249.92 P 1.99 (such things very seldom occur) 36 237.92 P 1.99 (. Whether) 165 237.92 P -0.22 (you knew it or not, Les, the use of potatoes) 36 225.92 P (for this purpose truly was a brilliant idea!\323) 36 213.92 T (\322Why thank ye, Juan.\323) 46.8 201.8 T 1.02 (\322I tol\325 you, Mr) 46.8 189.69 P 1.02 (. T) 108.15 189.69 P 1.02 (revor) 119.92 189.69 P 1.02 (, thet my Lester) 140.61 189.69 P -0.1 (was gonna save the world!\323 Dorothy stood) 36 177.69 P 0 (up on tiptoe and kissed her husband on the) 36 165.69 P 2.68 (cheek which caused him to blush fero-) 36 153.69 P (ciously) 36 141.69 T (.) 64.22 141.69 T 0 (\322W) 46.8 129.57 P 0 (ell, we have a good start, but there is) 59.87 129.57 P -0.06 (the matter of the base on the far side of the) 36 117.57 P (moon to contend with,\323 said Juan.) 36 105.57 T 1.02 (\322Y) 46.8 93.45 P 1.02 (er right, Juan, I got another idee we) 57.45 93.45 P -0.04 (can try but \336rs\325 we gotta \336nd out jus\325 what) 36 81.45 P (this ol\325 ship\325ll do!\323) 36 69.45 T (\322Y) 46.8 57.33 T (ou mean ...\323 Juan gulped.) 57.45 57.33 T 220.8 54 391.2 738 R 7 X V 0 X 1.03 (\322Thet\325) 231.6 731.33 P 1.03 (s right, Juan, we gotta try her in) 257.14 731.33 P (road gear!\323) 220.8 719.33 T 0.48 (Juan looked at Lester gravely for a few) 231.6 707.18 P (moments, considering.) 220.8 695.18 T 1.59 (\322I am afraid you are right, my friend.) 231.6 683.03 P -0.05 (Alright, take your places everyone. W) 220.8 671.03 P -0.05 (e are) 372.11 671.03 P 0.06 (about to boldly go where no man has gone) 220.8 659.03 P (before!\323) 220.8 647.03 T 3.88 (Even Dorothy looked at him suspi-) 231.6 634.87 P (ciously) 220.8 622.87 T (.) 249.02 622.87 T 0.83 (W) 231.6 610.72 P 0.83 (e went back to our accustomed posi-) 240.24 610.72 P 0.6 (tions and awaited the next development. I) 220.8 598.72 P 4.83 (patted Balthazer as much to reassure) 220.8 586.72 P (myself as I did to comfort him.) 220.8 574.72 T 0.44 (Lester cracked his knuckles and shifted) 231.6 562.56 P 0.9 (in his seat to get settled before he looked) 220.8 550.56 P 3.13 (around at us and reached for the shift) 220.8 538.56 P (lever) 220.8 526.56 T (.) 240.23 526.56 T (\322Y) 231.6 514.41 T (ou folks ready?\323) 242.25 514.41 T 0.78 (W) 231.6 502.26 P 0.78 (e all nodded, but nobody looked real) 240.24 502.26 P 0.2 (happy) 220.8 490.26 P 0.2 (. I didn\325) 244.58 490.26 P 0.2 (t really know if what he was) 276.73 490.26 P 1.42 (about to try was dangerous or not, I had) 220.8 478.26 P 0.95 (just picked up on the mood of the rest of) 220.8 466.26 P 3.19 (them. As nonchalant as they had been) 220.8 454.26 P 0 (about some of our other activities that day) 220.8 442.26 P 0 (,) 388.7 442.26 P 0.36 (their being worried about this was enough) 220.8 430.26 P (to get my attention!) 220.8 418.26 T -0.2 (Lester pushed in the clutch. There was a) 231.6 406.1 P 1.59 (soft clash of gears as he pulled the shift) 220.8 394.1 P (lever back into high gear) 220.8 382.1 T (.) 319.62 382.1 T 1.61 (\322Here goes nothin\325,\323 he announced as) 231.6 369.95 P -0.16 (he let out the clutch and pulled back on the) 220.8 357.95 P (throttle.) 220.8 345.95 T 3.55 (These actions were followed by the) 231.6 333.8 P 0 (strangest sensation that I have ever experi-) 220.8 321.8 P 1.21 (enced. I\325m not even sure I can explain it) 220.8 309.8 P 1.65 (properly but it af) 220.8 297.8 P 1.65 (fected every one of the) 293.02 297.8 P 1.99 (senses in a big way) 220.8 285.8 P 1.99 (. Imagine a kaleido-) 305.29 285.8 P 0.46 (scope made up of sensations, visual, aural) 220.8 273.79 P 3.46 (and tactile, from all the carnival rides) 220.8 261.79 P 0.14 (you\325ve ever been on, kinda rolled together) 220.8 249.79 P 3.61 (into a high-speed dream sequence and) 220.8 237.79 P 1.8 (you\325ll have a rough idea of what it was) 220.8 225.79 P (like!) 220.8 213.79 T 2.85 (I don\325) 231.6 201.64 P 2.85 (t know what would have hap-) 258.42 201.64 P 1.97 (pened without the AR) 220.8 189.64 P 1.97 (TGRA) 314.1 189.64 P 1.97 (V) 340.01 189.64 P 1.97 (. Balthazer) 345.94 189.64 P 3.72 (lay on his side, eyes glazed and legs) 220.8 177.64 P 1.1 (twitching. If his experience was anything) 220.8 165.64 P 0.92 (like mine, he had just treed the cat of his) 220.8 153.64 P (dreams and was \337ying up after it!) 220.8 141.64 T 0.67 (When Lester had let out the clutch, the) 231.6 129.49 P 1.84 (sun was shining brightly through one of) 220.8 117.49 P -0.24 (the port side viewports. After what seemed) 220.8 105.49 P 0.37 (like only 30 seconds or so, the sun had all) 220.8 93.49 P (but vanished.) 220.8 81.49 T 0.59 (In its place was a small circle of bright) 231.6 69.33 P -0.21 (light about the size of a pencil eraser) 220.8 57.33 P -0.21 (. Juan,) 365.6 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.34 (\336ngers \337ying over his keyboard, was the) 405.6 731.33 P (\336rst to react.) 405.6 719.33 T 2.89 (\322By the vir) 416.4 707.2 P 2.89 (gin! W) 466.42 707.2 P 2.89 (e have broken the) 496.55 707.2 P 1.32 (light speed barrier! Lester) 405.6 695.2 P 1.32 (, we have trav-) 512.67 695.2 P 0.64 (elled nearly eighty light minutes out from) 405.6 683.2 P (the sun in under a minute!\323) 405.6 671.2 T 0.51 (Lester was wearing what could only be) 416.4 659.07 P (described as a shiteating grin.) 405.6 647.07 T 0.22 (\322Y) 416.4 634.93 P 0.22 (ep,\323 he said. \322Now we\325re gonna kick) 427.05 634.93 P (some alien ass!\323) 405.6 622.93 T 0.41 (\322So we broke the light speed barrier) 416.4 610.8 P 0.41 (,\323 I) 562.82 610.8 P 0.34 (said, \322That\325) 405.6 598.8 P 0.34 (s great, but how will it help us) 452.58 598.8 P (stop the aliens?\323) 405.6 586.8 T 0.74 (\322No sweat,\323 said Lester) 416.4 574.67 P 0.74 (. \322W) 512.98 574.67 P 0.74 (e just need) 531.78 574.67 P -0.06 (to aim the ship at the alien base and let our) 405.6 562.67 P (potatoes do the rest.\323) 405.6 550.67 T 1.67 (I shook my head, whatever they were) 416.4 538.53 P 1.28 (about to do, I\325d go along with. After all,) 405.6 526.53 P 1.75 (we should have been dead several times) 405.6 514.53 P (already!) 405.6 502.53 T 0.69 (\322This is gonna take some pretty hell-a-) 416.4 490.4 P 1.42 (\336ed pilotin\325,\323 said Lester) 405.6 478.4 P 1.42 (. \322W) 509.25 478.4 P 1.42 (e gotta line) 528.74 478.4 P 0.87 (everythin\325 up jus\325 right. An\325 I think we\325d) 405.6 466.4 P 1.23 (better use all three sacks of potatoes that) 405.6 454.4 P (we got left.\323) 405.6 442.4 T 1.38 (W) 416.4 430.27 P 1.38 (e got back into our seats and Lester) 425.04 430.27 P 4.09 (did several more light-speed, carnival-) 405.6 418.27 P 2.68 (montage maneuvers to line the ship up) 405.6 406.27 P 3.49 (properly with the moon. Juan, holding) 405.6 394.27 P 2.29 (tightly to a iron pipe railing, called out) 405.6 382.27 P 2.39 (directions from the eyepiece of a lar) 405.6 370.27 P 2.39 (ge,) 564.07 370.27 P 2.08 (battered, but apparently still serviceable,) 405.6 358.27 P 3.75 (refractor telescope that they\325d wheeled) 405.6 346.27 P 0.59 (over and trained through one of the view-) 405.6 334.27 P 3.62 (ports. Finally) 405.6 322.27 P 3.62 (, they were both satis\336ed) 461.88 322.27 P (with the alignment.) 405.6 310.27 T 0.95 (\322The alien base is centered in the \336eld) 416.4 298.13 P (of view) 405.6 286.13 T (, Lester) 435.2 286.13 T (.\323) 464.63 286.13 T (\322Good! Now get them spuds outside.\323) 416.4 274 T 1.37 (\322Right,\323 said Juan. \322Come on, T) 416.4 261.87 P 1.37 (revor) 552.81 261.87 P 1.37 (,) 573.5 261.87 P (we must get back into our spacesuits.\323) 405.6 249.87 T 0.21 (This time we left the bags intact, full of) 416.4 237.73 P 0.82 (potatoes. W) 405.6 225.73 P 0.82 (e just nudged them gently out) 453.36 225.73 P 0.98 (of the airlock where they tumbled gently) 405.6 213.73 P 0.98 (,) 573.5 213.73 P 2.4 (describing black, potato-sack-shaped sil-) 405.6 201.73 P 1.44 (houettes against the billions of tiny) 405.6 189.73 P 1.44 (, bril-) 552.35 189.73 P 0.59 (liant, pinprick lights of the stars. An eerie) 405.6 177.73 P 1.5 (feeling came over me at that moment. It) 405.6 165.73 P -0.13 (was like I was trapped in a bad \322B\323 movie,) 405.6 153.73 P 2.06 (\322The Burlap A) 405.6 141.73 P 2.06 (vengers of Sol Prime\323 or) 468.38 141.73 P 3.37 (something. That\325) 405.6 129.73 P 3.37 (s it, I thought, I\325ll be) 476.71 129.73 P (waking up any minute!) 405.6 117.73 T 2.57 (I didn\325) 416.4 105.6 P 2.57 (t wake up and we came back) 445.71 105.6 P (inside.) 405.6 93.6 T 1.87 (\322Okay) 416.4 81.47 P 1.87 (, Juan, grab aholt of \324em,\323 said) 441.84 81.47 P (Lester) 405.6 69.47 T (.) 430.03 69.47 T 0.44 (Juan manipulated some switches on his) 416.4 57.33 P FMENDPAGE %%EndPage: "8" 10 %%Page: "9" 10 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 0.88 (console. \322I have them in tow) 36 731.33 P 0.88 (, Lester) 154.67 731.33 P 0.88 (.\323 As) 184.98 731.33 P 0.81 (usual, I didn\325) 36 719.33 P 0.81 (t know what they were talk-) 90.47 719.33 P (ing about.) 36 707.33 T 0.75 (\322What do you mean, you have them in) 46.8 695.19 P (tow?\323) 36 683.19 T (\322T) 46.8 671.05 T (ractor beam,\323 said Lester) 56.99 671.05 T (.) 156.91 671.05 T 0.06 (Powered by John Deere. How appropri-) 46.8 658.9 P (ate.) 36 646.9 T (\322Holt on, folks. W) 46.8 634.76 T (e\325re goin\325 in!\323) 120.12 634.76 T 4.16 (High gear again. The earth\325) 46.8 622.62 P 4.16 (s moon) 173.08 622.62 P -0.13 (started out as an insigni\336cant point of light) 36 610.62 P 3.37 (in the front \050top\051 viewports. Over and) 36 598.62 P 0.23 (above the carnival sensations, I watched it) 36 586.62 P 2.68 (grow to an alarming size before Lester) 36 574.62 P 2.63 (called out, \322Now!\323 and turned the ship) 36 562.62 P 2.04 (aside just as Juan \337icked of) 36 550.62 P 2.04 (f the tractor) 155.69 550.62 P 2.26 (beam. The moon \337ashed past the view-) 36 538.62 P (port.) 36 526.62 T 1.42 (The back side of the moon lit up in a) 46.8 514.48 P 2.21 (brilliant blue \337ash that was many times) 36 502.48 P (brighter than the sun!) 36 490.48 T 2.44 (\322Y) 46.8 478.33 P 2.44 (ee-haa!\323 shouted Lester) 57.45 478.33 P 2.44 (, taking the) 156.83 478.33 P 2.02 (tractor out of gear and coming down to) 36 466.33 P 0.6 (embrace his wife. Juan was crossing him-) 36 454.33 P 1.31 (self repeatedly as he grinned from ear to) 36 442.33 P 0.63 (ear) 36 430.33 P 0.63 (. The mood could only be described as) 47.65 430.33 P 0.87 (joyous. I sensed that something good had) 36 418.33 P 2.06 (just occurred but, you guessed it, didn\325) 36 406.33 P 2.06 (t) 203.62 406.33 P (quite comprehend exactly what it was.) 36 394.33 T (\322What happened?\323 I asked.) 46.8 382.19 T -0.08 (\322One of our potato sacks scored a direct) 46.8 370.05 P 2.62 (hit on the alien base, T) 36 358.05 P 2.62 (revor! W) 139.8 358.05 P 2.62 (e have) 177.97 358.05 P (saved Mankind!\323) 36 346.05 T (\322W) 46.8 333.9 T (ith a sack of potatoes?\323) 60.27 333.9 T 1.67 (\322Remember our lecture on the meteor) 46.8 321.76 P (crater) 36 309.76 T (, T) 58.35 309.76 T (revor?\323) 69.1 309.76 T (\322Y) 46.8 297.62 T (es.\323) 57.45 297.62 T 0.5 (\322W) 46.8 285.48 P 0.5 (ell, that sack of potatoes was travel-) 59.87 285.48 P -0.21 (ling at greater than light speed when we let) 36 273.48 P 1.85 (go of it. The amount of ener) 36 261.48 P 1.85 (gy released) 159.32 261.48 P 0.4 (was incalculable! The aliens didn\325) 36 249.48 P 0.4 (t have a) 174.52 249.48 P (chance!\323) 36 237.48 T 2.81 (W) 46.8 225.33 P 2.81 (e arrived back in W) 55.44 225.33 P 2.81 (ashington to a) 144.7 225.33 P 2.19 (hero\325) 36 213.33 P 2.19 (s welcome. W) 56.54 213.33 P 2.19 (ithin a few days, we) 117.42 213.33 P 0.11 (had dinner with the President and the First) 36 201.33 P -0.07 (Lady) 36 189.33 P -0.07 (. There followed a tour of Europe and) 55.89 189.33 P 0.69 (the rest of the world to meet with various) 36 177.33 P 0.65 (heads of state. Not only did I attend them) 36 165.33 P 0.49 (all, I got to cover them for the major wire) 36 153.33 P -0.07 (services as well! My fame and fortune as a) 36 141.33 P 0.52 (newsman soared meteorically) 36 129.33 P 0.52 (, if I can use) 155.19 129.33 P 1.49 (that expression! Perhaps you\325ve read my) 36 117.33 P 8.41 (book \322The Agricultural Revolution\323) 36 105.33 P 0.97 (which gives an account of our adventure.) 36 93.33 P 3.3 (\322Balthazer) 36 81.33 P 3.3 (, Dog of Space\323 has outsold) 78.34 81.33 P 1.16 (\322Millie\323 and, my latest, \322Plowshares into) 36 69.33 P 0.61 (Swords: the Lester McGill Story) 36 57.33 P 0.61 (,\323 will be) 168.26 57.33 P 220.8 54 391.2 738 R 7 X V 0 X (out in a month or so.) 220.8 731.33 T 1.4 (So you want to be a journalist? Okay) 231.6 719.27 P 1.4 (,) 388.7 719.27 P 1.42 (\336ne, but you gotta go where the news is) 220.8 707.27 P -0.05 (happening, to where the future of mankind) 220.8 695.27 P 0.14 (is being for) 220.8 683.27 P 0.14 (ged! And where might that be?) 266.43 683.27 P 3.23 (Hey) 220.8 671.27 P 3.23 (, no contest. Y) 236.8 671.27 P 3.23 (ou gotta become an) 303.51 671.27 P 3.51 (agricultural reporter! Go for it! Last I) 220.8 659.27 P 1.82 (heard, there was even an opening at the) 220.8 647.27 P (\324Eastern Idaho Sentinel.\325) 220.8 635.27 T 405.6 54 576 738 R 7 X V 1 F 0 X 0.36 (Phil is the Extension Seed Potato Special-) 405.6 171.4 P 2.71 (ist for the University of Idaho. He\325) 405.6 159.4 P 2.71 (s in) 559.12 159.4 P 2.05 (Idaho Falls and he\325) 405.6 147.4 P 2.05 (s still writing \336ction) 489.59 147.4 P 2.45 (although not as much as he should be.) 405.6 135.4 P 2.89 (He\325) 405.6 123.4 P 2.89 (s listed as a contributing editor for) 419.29 123.4 P 2.17 (Intertext. He and his wife and daughter) 405.6 111.4 P 0.71 (like their not so private Idaho very much.) 405.6 99.4 P 2.28 (This story is NOT true but is based on) 405.6 87.4 P (REAL Idaho characters.) 405.6 75.4 T (nolte@idui1.csrv) 433.13 57.33 T (.uidaho.edu) 501.27 57.33 T FMENDPAGE %%EndPage: "9" 11 %%Page: "10" 11 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (10) 301.51 39 T 36 585 396 738 R 7 X V 326.4 189 470.4 315 R V 36 54 206.4 414 R V 0 18 Q 0 X 4.32 (S) 36 407.33 P 0 10 Q 2.4 (he surveyed the arcing waters with a) 46 407.33 P 2.81 (stubborn glare. Beneath the clif) 36 395.33 P 2.81 (f) 172.79 395.33 P 2.81 (\325) 176.67 395.33 P 2.81 (s grey) 179.45 395.33 P 6.03 (face, an undulating seascape swayed) 36 383.33 P 3.23 (tauntingly) 36 371.33 P 3.23 (, the roar of pounding waves) 75.89 371.33 P 4.85 (echoing between the sharp protruding) 36 359.33 P 1.94 (rocks along the dim, purple coastline. It) 36 347.33 P 0.17 (was like Harrison to come to such a place,) 36 335.33 P 1.66 (she thought. It would be even more like) 36 323.33 P 1.19 (him to stay) 36 311.33 P 1.19 (. She motioned Jun and Clark) 82.16 311.33 P 0.75 (down the rocky slope along either side of) 36 299.33 P 1.78 (the ridge as Vlep massaged the rocks at) 36 287.33 P 0.39 (the head of the clif) 36 275.33 P 0.39 (f, laying on one side as) 112.31 275.33 P (he reached downward along its face.) 36 263.33 T (\322What is it, Vlep?\323) 46.8 251.11 T (\322Fear) 46.8 238.89 T (.\323) 68.45 238.89 T (\322Harrison\325) 46.8 226.67 T (s?\323) 88.99 226.67 T 0.08 (\322Either his or that of children who were) 46.8 214.45 P (sacri\336ced so long ago. Who can tell?\323) 36 202.45 T (\322Y) 46.8 190.22 T (ou\325d better) 57.45 190.22 T (.\323) 100.48 190.22 T 1.66 (Vlep looked up, a light drizzle begin-) 46.8 178 P (ning to fall from the clouds above.) 36 166 T 0.32 (\322The quarry was de\336nitely here, Sule. I) 46.8 153.78 P 4 (can feel his presence and that of his) 36 141.78 P (psyche all over these rocks.\323) 36 129.78 T (\322Go down.\323) 46.8 117.56 T 0.05 (Vlep slumped his shoulders, wishing he) 46.8 105.33 P 1.59 (hadn\325) 36 93.33 P 1.59 (t revealed so much. Carefully step-) 58.58 93.33 P 0.95 (ping along the damp, slippery face of the) 36 81.33 P 2.64 (clif) 36 69.33 P 2.64 (f, he crept down part way and then) 49.14 69.33 P (looked back up, half expecting mercy) 36 57.33 T (.) 185.79 57.33 T 36 585 396 738 R 7 X V 0 30 Q 0 X (T) 68.73 694.33 T 0 22 Q (HE) 87.06 694.33 T 0 30 Q (H) 121.86 694.33 T 0 22 Q (ARRISON) 143.52 694.33 T 0 30 Q (C) 245.53 694.33 T 0 22 Q (HAPTERS) 265.54 694.33 T 0 18 Q (by Jim V) 151.53 668 T (assilakos) 215.51 668 T (Chapter 1) 176.61 643 T (1) 246.39 643 T 0 9 Q (Copyright \251 1992) 183.12 624 T 326.4 180 470.4 324 R 7 X V 0 14 Q 0 X (...he could sense fear all) 326.4 314.67 T (the stronger) 326.4 298.67 T (, most of it) 392.29 298.67 T (his own. And yet there) 326.4 282.67 T (was more, like the gleam) 326.4 266.67 T (of a diamond in the mid-) 326.4 250.67 T (dle of a dim, crimson) 326.4 234.67 T (pool, water splashing all) 326.4 218.67 T -0.92 (around yet never washing) 326.4 202.67 P (away the stain.) 326.4 186.67 T 220.8 351 391.2 576 R 7 X V 0 10 Q 0 X (\322It is not very safe, Sule.\323) 231.6 569.33 T (\322Be careful.\323) 231.6 553.67 T 1.11 (Vlep sighed, certain that she would be) 231.6 538 P 2.21 (the death of him yet. Continuing to the) 220.8 526 P -0.24 (eyehooks, he could sense fear all the stron-) 220.8 514 P 0.38 (ger) 220.8 502 P 0.38 (, most of it his own. And yet there was) 233.16 502 P 1 (more, like the gleam of a diamond in the) 220.8 490 P 3.69 (middle of a dim, crimson pool, water) 220.8 478 P 2.93 (splashing all around yet never washing) 220.8 466 P 3.01 (away the stain. The roar of the waves) 220.8 454 P 4.39 (seemed to lose rhythm, and then the) 220.8 442 P 1.2 (screech of brakes imparted a small cloud) 220.8 430 P 3.37 (of falling dust, bits of sand sprinkling) 220.8 418 P 3.14 (upon him along with the soft morning) 220.8 406 P (shower) 220.8 394 T (.) 249.12 394 T 0.36 (Vlep climbed back up. It was the guard) 231.6 378.33 P 3.26 (Sule had posted at the T) 220.8 366.33 P 3.26 (yberian Com-) 332.7 366.33 P 3.32 (pound. He was holding a small, black) 220.8 354.33 P 220.8 168 310.8 349 R 7 X V 0 X 0.21 (object before Sule, his) 220.8 342.33 P 2.52 (eyes gleaming in the) 220.8 330.33 P (dim predawn light.) 220.8 318.33 T 6.43 (\322Look Sule. The) 231.6 305.73 P (android brain.\323) 220.8 293.73 T 3.23 (\322V) 231.6 281.13 P 3.23 (ery good, Mito.) 242.14 281.13 P 12.53 (Did the gatherer) 220.8 269.13 P (come back?\323) 220.8 257.13 T 1.78 (\322No, a boy) 231.6 244.53 P 1.78 (. It was) 278.09 244.53 P 3.97 (dark, and I made a) 220.8 232.53 P 7.24 (mess of him. I\325m) 220.8 220.53 P (sorry) 220.8 208.53 T (, Sule.\323) 240.69 208.53 T (She bit her lip.) 231.6 195.93 T 11.36 (\322For) 231.6 183.33 P 11.36 (get it. W) 249.74 183.33 P 11.36 (e) 306.36 183.33 P 0.12 (have what we\325re look-) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X (ing for) 220.8 158.33 T (.\323) 247.18 158.33 T (\322What about the quarry?\323) 231.6 145.08 T 2.47 (\322This dodec is the real quarry) 231.6 131.83 P 2.47 (, Mito.) 361.8 131.83 P 0.79 (Now go collect the others, and call in the) 220.8 119.83 P (hydrofoil. I have a delivery to make.\323) 220.8 107.83 T 2.53 (Vlep dusted himself of) 231.6 94.58 P 2.53 (f, thankful for) 330.35 94.58 P (the reprieve.) 220.8 82.58 T 0.95 (\322Does that hunk of cermic mean that I) 231.6 69.33 P (don\325) 220.8 57.33 T (t have to go swimming?\323) 238.94 57.33 T 405 351 575.4 738 R 7 X V 0 X (\322What did you \336nd out?\323) 415.8 731.33 T 0.39 (\322Is very hard to say) 415.8 718.51 P 0.39 (. Harrison\325) 494.96 718.51 P 0.39 (s impres-) 538.09 718.51 P 2.03 (sions are probably more than \336fty cents) 405 706.51 P 0.1 (old, possibly as much as a full day) 405 694.51 P 0.1 (, but the) 542.72 694.51 P (fear is very intense.\323) 405 682.51 T (\322Strange.\323) 415.8 669.7 T 0.4 (\322I know what you are thinking, Sule. If) 415.8 656.88 P 1.19 (he wanted to take a boat, this clif) 405 644.88 P 1.19 (f is not) 545.26 644.88 P (the best point of access.\323) 405 632.88 T (\322He didn\325) 415.8 620.06 T (t dive of) 455.31 620.06 T (f?\323) 488.44 620.06 T 1.85 (\322He climbed down and then back up.) 415.8 607.24 P (I\325m certain.\323) 405 595.24 T 9.99 (\322One immediately following the) 415.8 582.42 P (other?\323) 405 570.42 T 1.54 (Vlep shook his head, \322That is hard to) 415.8 557.61 P 3.37 (tell. The impressions go right into the) 405 545.61 P (water) 405 533.61 T (.\323) 426.65 533.61 T (\322If he knows about headquarters...\323) 415.8 520.79 T (\322How could he?\323) 415.8 507.97 T 2.06 (\322I want you to continue to track him) 415.8 495.15 P 1.83 (wherever the trail leads from here. T) 405 483.15 P 1.83 (ake) 561.53 483.15 P 1.45 (the others in the jeep and leave me with) 405 471.15 P -0.13 (the government car) 405 459.15 P -0.13 (. W) 481.36 459.15 P -0.13 (e\325ll meet back at the) 494.86 459.15 P 0.89 (Arien Mansion for Erestyl\325) 405 447.15 P 0.89 (s appointment.) 515.65 447.15 P (Understood?\323) 405 435.15 T 4.38 (Clark carefully descended the steep) 415.8 414.33 P 1.98 (hillside, a \337ashlight in one hand and an) 405 402.33 P 0.99 (automatic pistol in the other) 405 390.33 P 0.99 (. Purple-hued) 520.56 390.33 P 0.16 (sands shifted in the crisp sea breeze, drop-) 405 378.33 P -0.1 (lets from above snaking through the turbu-) 405 366.33 P 0.27 (lent air as two pointy rocks jutted up from) 405 354.33 P 486 168 576 349 R 7 X V 0 X 1.5 (the beach, their shiny) 486 342.33 P 1.7 (grey surfaces glinting) 486 330.33 P 0.66 (ominously in the faint) 486 318.33 P 9.06 (predawn light. He) 486 306.33 P 7.39 (crept toward them,) 486 294.33 P 3.35 (shining his \337ashlight) 486 282.33 P 1.6 (into the narrow crack) 486 270.33 P (between.) 486 258.33 T (\322Clark!\323) 496.8 245.58 T 37.01 (He turned,) 496.8 232.83 P 1.53 (unsteady) 486 220.83 P 1.53 (, as the wind) 520.88 220.83 P 5.3 (tossed a shower of) 486 208.83 P -0.19 (soft sand into his eyes.) 486 196.83 P (\322Damn. Mito?\323) 496.8 184.08 T 13.92 (\322It\325) 496.8 171.33 P 13.92 (s just me,) 510.12 171.33 P 405.6 54 576 165 R 7 X V 0 X (Clark.\323) 405.6 158.33 T 2.49 (Clark lowered the pistol, shaking the) 416.4 145.33 P (dirt from his eyes.) 405.6 133.33 T 0.89 (\322I heard you pull up. Y) 416.4 120.33 P 0.89 (ou bring the IR) 512.54 120.33 P (goggles?\323) 405.6 108.33 T 1.42 (\322Y) 416.4 95.33 P 1.42 (eah, they\325re in the jeep. They came) 427.05 95.33 P (in real handy) 405.6 83.33 T (.\323) 457.13 83.33 T (\322What are you talking about?\323) 416.4 70.33 T -0.04 (\322That android brain. It showed up at the) 416.4 57.33 P 326.4 333 470.4 333 2 L 7 X V 0.5 H 2 Z 0 X N 326.4 178 470.4 178 2 L 7 X V 0 X N FMENDPAGE %%EndPage: "10" 12 %%Page: "11" 12 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X (T) 36 731.33 T (yberian Compound. Lucky me.\323) 41.41 731.33 T (\322Harrison went back?\323) 46.8 719.2 T 1.07 (Mito shook his head, \322A kid. I was so) 46.8 707.07 P 1.38 (raw I just blew him away without think-) 36 695.07 P (ing. I feel like crap.\323) 36 683.07 T (\322No shit.\323) 46.8 670.93 T (\322C\325mon, Sule wants us.\323) 46.8 658.8 T 0.05 (Mike stayed between the rocks until the) 46.8 646.67 P 3.28 (wind stole their voices. One glance in) 36 634.67 P (infrared and he knew he\325d be \336nished.) 36 622.67 T 1.92 (\322What I still don\325) 46.8 598.4 P 1.92 (t understand is how) 122.62 598.4 P -0.06 (you got him to agree. The Arien\325) 36 586.4 P -0.06 (s couldn\325) 166.94 586.4 P -0.06 (t) 203.62 586.4 P (be too thrilled about working for ISIS.\323) 36 574.4 T 3.44 (Sule smiled, \322Everyone has a price,) 46.8 562.27 P 1.52 (Vlep; albeit, not everyone yearns for the) 36 550.27 P (same commodity) 36 538.27 T (.\323) 103.92 538.27 T (\322Y) 46.8 526.13 T (ou speak in riddles, traveler) 57.45 526.13 T (.\323) 167.65 526.13 T -0.14 (\322Is that what you dirtsiders call neghrali) 46.8 514 P (who have power over you?\323) 36 502 T 1.11 (The others arrived, each one posing in) 46.8 489.87 P 0.41 (the typical \322recruit\325) 36 477.87 P 0.41 (s stance\323, trying not to) 114.54 477.87 P 2.81 (stand out from one another for fear of) 36 465.87 P 0.46 (being ordered to do something either dan-) 36 453.87 P 7.65 (gerous or repugnant. Finally) 36 441.87 P 7.65 (, Clark) 171.55 441.87 P 0.95 (stepped toward the jeep, pulling a pair of) 36 429.87 P 2.08 (infrared goggles from the back seat. He) 36 417.87 P 1.44 (turned back, examining the landscape on) 36 405.87 P 1.89 (both sides of the clif) 36 393.87 P 1.89 (f as the gentle rain) 125 393.87 P (continued to fall.) 36 381.87 T (\322Nothing.\323) 46.8 369.73 T 0.23 (Mike surfaced from the frigid waters as) 46.8 357.6 P 1.08 (the jeep began pulling away) 36 345.6 P 1.08 (. The woman) 151.79 345.6 P 0.04 (sat leaning against the hood of the govern-) 36 333.6 P 2.19 (ment car) 36 321.6 P 2.19 (, her wet, stringy hair blending) 72.48 321.6 P 3.88 (against the white paint. Ducking back) 36 309.6 P 0.31 (beneath the waves, he swam to the foot of) 36 297.6 P 1.74 (the clif) 36 285.6 P 1.74 (fs, wading into shore beneath the) 65.59 285.6 P 1.71 (steep hillside. He dropped to the ground) 36 273.6 P 0.91 (when the faint hum of a hydrofoil played) 36 261.6 P 0.44 (across the windswept waves. Slowing and) 36 249.6 P 0.32 (settling amid the choppy crests, the craft\325) 36 237.6 P 0.32 (s) 202.51 237.6 P 0.78 (two gravitic modules kept its thick, silver) 36 225.6 P (frame from sinking entirely) 36 213.6 T (.) 145.55 213.6 T 1.4 (He recognized it as the T) 46.8 201.47 P 1.4 (izarian Skip-) 153.65 201.47 P 0.13 (stone-Cruiser) 36 189.47 P 0.13 (, one of the few fast and sub-) 89.45 189.47 P 4.28 (mersible, four) 36 177.47 P 4.28 (-seater hydrofoils on the) 96.14 177.47 P 5.2 (market. The more popular Skipstone-) 36 165.47 P 0.83 (Safari model discarded two seats in favor) 36 153.47 P -0.23 (of an autocannon and munitions magazine.) 36 141.47 P 4.99 (Mike remembered reading about how) 36 129.47 P 2.94 (vacationers preferred to shoot the local) 36 117.47 P 0.37 (critters rather than take their friends along) 36 105.47 P (to snap images.) 36 93.47 T 0.05 (Mike ducked back down when he heard) 46.8 81.33 P -0.25 (the splash, and by the time he mustered the) 36 69.33 P 0.16 (courage to peek over the rocks, the blonde) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 3.77 (woman was already aboard, her white) 220.8 731.33 P 0.36 (mane dripping in the tender morning driz-) 220.8 719.33 P 0.67 (zle. She carried the dodec, and Mike grit-) 220.8 707.33 P 3.69 (ted his teeth in disappointment as the) 220.8 695.33 P 0.18 (vehicle turned sharply about and sped into) 220.8 683.33 P (the distant horizon.) 220.8 671.33 T 2.66 (The government car) 231.6 659.2 P 2.66 (\325) 317.77 659.2 P 2.66 (s \336ber) 320.55 659.2 P 2.66 (glass win-) 347.73 659.2 P 0.79 (dow put up a valiant resistance, but Mike) 220.8 647.2 P 1.55 (eventually forced his way inside. Reach-) 220.8 635.2 P 1.42 (ing under the dash, he yanked loose two) 220.8 623.2 P 0.63 (wires and crossed one over the other) 220.8 611.2 P 0.63 (. The) 370.03 611.2 P 2.4 (engine coughed and turned over) 220.8 599.2 P 2.4 (, \336nally) 358.25 599.2 P 3.44 (starting with a belated roar) 220.8 587.2 P 3.44 (, and Mike) 341.3 587.2 P 1.29 (found an automatic pistol and three clips) 220.8 575.2 P 3.15 (of ammunition resting inside the glove) 220.8 563.2 P 1.94 (compartment along with a pair of hand-) 220.8 551.2 P 3.67 (cuf) 220.8 539.2 P 3.67 (fs and a pack of breath mints. He) 233.38 539.2 P 0.96 (smiled, shifting the stick into reverse and) 220.8 527.2 P 0.7 (letting up on the clutch. W) 220.8 515.2 P 0.7 (ith only a mild) 330.51 515.2 P 0.41 (groan, the car lurched backward down the) 220.8 503.2 P 1.74 (back of the hillside. He wheeled the car) 220.8 491.2 P 0.87 (around and stepped on the gas, memories) 220.8 479.2 P 1.64 (of the chase on T) 220.8 467.2 P 1.64 (elmar \337ooding into his) 295.49 467.2 P 0.41 (mind. Mike had been driving while Davin) 220.8 455.2 P 0.17 (and Bill were at the back window) 220.8 443.2 P 0.17 (, unload-) 355.5 443.2 P 1.47 (ing everything they had into their pursu-) 220.8 431.2 P 0.31 (ers. If they\325d only pulled over and ditched) 220.8 419.2 P 2.51 (the car) 220.8 407.2 P 2.51 (, he \336gured maybe Davin would) 249.83 407.2 P (have survived.) 220.8 395.2 T (Then he noticed his mistake.) 231.6 383.07 T (\322Hey) 231.6 358.8 T (...look at that.\323) 252.04 358.8 T 1.27 (Clark peeked over Jun\325) 231.6 346.67 P 1.27 (s shoulder) 327.85 346.67 P 1.27 (. The) 369.39 346.67 P 4.16 (blue monitor showed a pixel of light) 220.8 334.67 P 0.27 (trudging upward from bottom toward cen-) 220.8 322.67 P (ter) 220.8 310.67 T (.) 230.79 310.67 T (\322Sule?\323) 231.6 298.53 T 2.17 (\322Bet you a month\325) 231.6 286.4 P 2.17 (s wages it\325) 311.68 286.4 P 2.17 (s Harri-) 358.23 286.4 P (son.\323) 220.8 274.4 T 3.47 (Clark\325) 231.6 262.27 P 3.47 (s eyes widened, threatening to) 256.59 262.27 P 3.28 (jump out from their sockets. Then the) 220.8 250.27 P (pixel disappeared.) 220.8 238.27 T (\322Y) 231.6 226.13 T (ep. It\325) 242.25 226.13 T (s him.\323) 265.57 226.13 T (\322T) 231.6 214 T (urn around and \337oor it!\323) 241.79 214 T 1.43 (The jeep ground to a near stop before) 231.6 201.87 P 6.79 (swinging around and speeding back) 220.8 189.87 P (toward the coast.) 220.8 177.87 T 2.9 (\322Why weren\325) 231.6 165.73 P 2.9 (t you able to \336nd him,) 288.43 165.73 P (Vlep?!\323) 220.8 153.73 T 2.78 (\322I...I\325ve got a real bad feeling about) 231.6 141.6 P (this.\323) 220.8 129.6 T 4.09 (Mito groaned, \322Look, just everyone) 231.6 117.47 P 1.6 (shut-up. If he gets away) 220.8 105.47 P 1.6 (, we\325re all dead.) 322.3 105.47 P (Y) 220.8 93.47 T (ou understand?!\323) 227.02 93.47 T 4.03 (Clark clicked of) 231.6 81.33 P 4.03 (f his pistol\325) 303.87 81.33 P 4.03 (s safety) 356.92 81.33 P 0.24 (switch and stood up in the seat, \336ring sev-) 220.8 69.33 P (eral rounds into the tall brush.) 220.8 57.33 T 405.6 54 576 738 R 7 X V 0 X (\322Over there! He\325) 416.4 731.33 T (s of) 483.55 731.33 T (f the...\323) 498.08 731.33 T 0.71 (The jolt in his chest sent Clark sprawl-) 416.4 718.33 P 4.42 (ing backward of) 405.6 706.33 P 4.42 (f the vehicle. A few) 479.21 706.33 P 2.4 (moments later) 405.6 694.33 P 2.4 (, several rounds had shat-) 464.51 694.33 P -0.16 (tered the windshield. The jeep skidded to a) 405.6 682.33 P 0.55 (halt, and two \336gures darted into the brush) 405.6 670.33 P 0.75 (as Mito \336red on the government car from) 405.6 658.33 P 1.37 (behind his driver) 405.6 646.33 P 1.37 (\325) 476.44 646.33 P 1.37 (s door) 479.22 646.33 P 1.37 (. The left side of) 504.74 646.33 P 0.32 (his neck suddenly spattered open, hurtling) 405.6 634.33 P (him into the door) 405.6 622.33 T (.) 474.18 622.33 T (\322Shit, he\325) 416.4 609.33 T (s behind us.\323) 454.16 609.33 T 0.31 (Vlep kept his nose to the ground as Jun) 416.4 596.33 P 3.1 (\336red numerous rounds into the bushes,) 405.6 584.33 P 0.84 (\336nally dropping down to reload. W) 405.6 572.33 P 0.84 (ith his) 550.44 572.33 P 0.71 (head pounding, he tried to pull himself to) 405.6 560.33 P 1.8 (his feet and assume a covering position,) 405.6 548.33 P 0.13 (but something in his brain told him to stay) 405.6 536.33 P 0.83 (down, freezing his legs into place. Mean-) 405.6 524.33 P 1.24 (while, Jun fumbled a clip of ammunition) 405.6 512.33 P (into the handle of his automatic.) 405.6 500.33 T 6.33 (\322What are you doing just laying) 416.4 487.33 P (down?!\323) 405.6 475.33 T 0.74 (Vlep opened his mouth to respond, but) 416.4 462.33 P 0.4 (there was no need. Jun\325) 405.6 450.33 P 0.4 (s head had already) 500.72 450.33 P -0.21 (swiveled forcibly) 405.6 438.33 P -0.21 (, a bullet\325) 474.41 438.33 P -0.21 (s impact ripping) 511.46 438.33 P 1.07 (the nose clean from his face. Jun tried to) 405.6 426.33 P 4.99 (turn back around, raising his \336rearm) 405.6 414.33 P 0.74 (toward the bushes and squeezing the trig-) 405.6 402.33 P 1.2 (ger) 405.6 390.33 P 1.2 (, but his skull popped sideways, a red) 417.96 390.33 P 1.94 (cascade with bits of bone erupting from) 405.6 378.33 P 0.17 (his ear and \337ailing into the cold rain. Vlep) 405.6 366.33 P 1.66 (wanted to raise his weapon also, but his) 405.6 354.33 P 3.77 (hand remained frozen, his entire body) 405.6 342.33 P 3.51 (quaking with indecision as he felt the) 405.6 330.33 P 3.55 (quarry\325) 405.6 318.33 P 3.55 (s presence sweep over him. He) 434.46 318.33 P 1.83 (waited several moments for the recogni-) 405.6 306.33 P -0.08 (tion of death that his elders had taught him) 405.6 294.33 P 0.51 (to respect, but instead, he saw only Harri-) 405.6 282.33 P 2.71 (son, panting in the windy precipitation,) 405.6 270.33 P 4.6 (clutching a \336rearm which was aimed) 405.6 258.33 P 3 (steadily in his direction. There was no) 405.6 246.33 P 0.41 (vision, no angels to lift his spirit, but only) 405.6 234.33 P 2 (the thunderous pounding of an icy) 405.6 222.33 P 2 (, blue) 551.79 222.33 P -0.04 (curtain into a wall of grey hillside. So they) 405.6 210.33 P 0.34 (waited together) 405.6 198.33 P 0.34 (, each to his own thoughts,) 467.43 198.33 P 0.59 (as Harrison bent over slightly to catch his) 405.6 186.33 P 2.08 (breath, and together they listened to the) 405.6 174.33 P 0.92 (crashing waves and the angry chirping of) 405.6 162.33 P 2.77 (white-feathered gulls that rose haltingly) 405.6 150.33 P 1.57 (like the voices of crying children caught) 405.6 138.33 P 0.94 (somewhere in that vertical plane between) 405.6 126.33 P 1.84 (the clash of two mighty and unrelenting) 405.6 114.33 P (elements.) 405.6 102.33 T 0.39 (Crystal blue eyes surveyed the horizon,) 416.4 81.33 P 0.83 (daring a blink only as the hydrofoil came) 405.6 69.33 P (into view) 405.6 57.33 T (.) 442.43 57.33 T FMENDPAGE %%EndPage: "11" 13 %%Page: "12" 13 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X (\322Y) 46.8 731.33 T (ou look thirsty) 57.45 731.33 T (, Mr) 115.11 731.33 T (. Clay) 131.77 731.33 T (.\323) 155 731.33 T 0.93 (The Director of) 46.8 719.22 P 0.93 (fered him a purple-vio-) 110.64 719.22 P 2.03 (let concoction, Draconian dweomerwyne) 36 707.22 P (if memory served.) 36 695.22 T (\322It\325) 46.8 683.1 T (s been a while since I\325ve seen her) 60.12 683.1 T (.\323) 193.62 683.1 T (\322It.\323) 46.8 670.98 T 2.17 (Clay smiled as he accepted the high-) 46.8 658.86 P 0.41 (bowl. It bobbed slightly in total ignorance) 36 646.86 P 1.82 (of the waves. Steadying it with two \336n-) 36 634.86 P 2.41 (gers, he allowed a portion of the crisp,) 36 622.86 P (sweet liquid to drain down his throat.) 36 610.86 T 3.07 (\322Robin is more than an it, Director) 46.8 598.74 P 3.07 (,) 203.9 598.74 P (even if we must be enemies now) 36 586.74 T (.\323) 165.81 586.74 T 0.17 (The Director nodded. She seemed more) 46.8 574.63 P 0.88 (bemused than interested. Clay sighed and) 36 562.63 P 4.07 (turned back toward the railing as the) 36 550.63 P 3.66 (hydrofoil slowly turned and circled. It) 36 538.63 P 1.77 (kicked up water) 36 526.63 P 1.77 (, splashing it away from) 102.98 526.63 P 1.28 (the houseboat as it slowed to a full stop.) 36 514.63 P 2.47 (T) 36 502.63 P 2.47 (ossing it a line, the deck hand slowly) 41.41 502.63 P 0.12 (reeled it in and lowered a stif) 36 490.63 P 0.12 (f rope ladder) 153.14 490.63 P 0.12 (.) 203.9 490.63 P 2.96 (Sule hopped on board and showed her) 36 478.63 P 3.35 (prize to the director) 36 466.63 P 3.35 (, but Clay ignored) 124.18 466.63 P 4.95 (them both, at once revolted and yet) 36 454.63 P 1.94 (strangely entranced by what his psuedo-) 36 442.63 P (niece had become.) 36 430.63 T (\322What\325) 46.8 418.51 T (s the matter) 75.66 418.51 T (, Mr) 121.9 418.51 T (. Clay?\323) 138.56 418.51 T 0.04 (\322It\325) 46.8 406.39 P 0.04 (s just strange to see Robin like this.\323) 60.12 406.39 P 0.55 (He accepted the dodec from Sule, adding,) 36 394.39 P (\322I suppose it\325) 36 382.39 T (s all she ever was.\323) 89.3 382.39 T 1.09 (\322Let us hope so. What of the gatherer) 46.8 370.27 P 1.09 (,) 203.9 370.27 P (Sule?\323) 36 358.27 T 0.16 (\322He still eludes us. I left Mito in char) 46.8 346.16 P 0.16 (ge) 196.96 346.16 P 0.79 (of the pursuit team, and they are continu-) 36 334.16 P (ing the search as we speak.\323) 36 322.16 T (\322I still want him.\323) 46.8 310.04 T 0.08 (\322Director) 46.8 297.92 P 0.08 (, I am working with untrained,) 84.14 297.92 P (unskilled, untalented...\323) 36 285.92 T -0.08 (\322I am aware of your excuses, Sule. Find) 46.8 273.8 P 0.15 (him. And while you are at it, you might as) 36 261.8 P 2.38 (well take Ambassador Kato and Erestyl) 36 249.8 P 1.26 (with you. W) 36 237.8 P 1.26 (e don\325) 87.42 237.8 P 1.26 (t want them to be late) 113.76 237.8 P 2.03 (for Mr) 36 225.8 P 2.03 (. Arien. Meanwhile, we\325ll let Mr) 63.85 225.8 P 2.03 (.) 203.9 225.8 P 1.84 (Clay crack the dodec for us. I trust that) 36 213.8 P (Robin knows you, John?\323) 36 201.8 T (Clay grimaced, \322It does.\323) 46.8 189.69 T 0.23 (He stepped below deck as Major Doran) 46.8 177.57 P 0.66 (emer) 36 165.57 P 0.66 (ged with the Draconian Ambassador) 55.8 165.57 P 0.66 (.) 203.9 165.57 P 4.27 (Cuf) 36 153.57 P 4.27 (fed and half-conscious, she looked) 50.81 153.57 P -0.12 (more like the door prize at a Calannic or) 36 141.57 P -0.12 (gy) 196.41 141.57 P 6.43 (than a high ranking diplomat. Sule) 36 129.57 P 0.28 (regarded the Draconian with a contemptu-) 36 117.57 P (ous scowl.) 36 105.57 T 1.35 (\322I take it she has not been completely) 46.8 93.45 P (cooperative.\323) 36 81.45 T 3.65 (\322She made her decision, Sule. It is) 46.8 69.33 P (unfortunate that we could not use her) 36 57.33 T (.\323) 184.23 57.33 T 220.8 54 391.2 738 R 7 X V 0 X (\322She could be valuable, Director) 231.6 731.33 T (.\323) 361.78 731.33 T (\322I doubt it.\323) 231.6 719.23 T (\322W) 231.6 707.13 T (ith her knowledge of the DSS...\323) 245.07 707.13 T (\322What knowledge?\323) 231.6 695.03 T 3.77 (Sule caught the Ambassador as she) 231.6 682.93 P 3.44 (slumped forward into her arms. Doran) 220.8 670.93 P (smiled and returned below deck.) 220.8 658.93 T (\322But when the drugs wear of) 231.6 646.83 T (f.\323) 346.61 646.83 T (\322What drugs?\323) 231.6 634.73 T (Sule nodded, \336nally understanding.) 231.6 622.63 T 1.47 (\322Mr) 231.6 610.53 P 1.47 (. Arien may not accept her in this) 247.7 610.53 P (condition.\323) 220.8 598.53 T 0.22 (\322Y) 231.6 586.43 P 0.22 (ou will make certain that he does not) 242.25 586.43 P (know until it is too late.\323) 220.8 574.43 T 4.51 (The deck hand carried Ambassador) 231.6 562.33 P 1.88 (Kato to the hydrofoil as Doran emer) 220.8 550.33 P 1.88 (ged) 376.77 550.33 P 2 (with Erestyl. The Cassiopeiaen physicist) 220.8 538.33 P 3.88 (looked emaciated and worn, his small) 220.8 526.33 P 0.1 (body no more than a slender bag of bones.) 220.8 514.33 P -0.22 (The scanner operator accompanied them, a) 220.8 502.33 P 0.55 (sheepish look of uselessness about him as) 220.8 490.33 P 0.18 (he ran his \336ngers through a patch of curly) 220.8 478.33 P 0.18 (,) 388.7 478.33 P 0.78 (red hair) 220.8 466.33 P 0.78 (. Sule motioned Doran toward the) 251.83 466.33 P -0.2 (hydrofoil and then turned back to the oper-) 220.8 454.33 P (ator) 220.8 442.33 T (.) 235.79 442.33 T (\322No luck?\323) 231.6 430.23 T 1.76 (He shrugged, \322Erestyl put up a deter-) 231.6 418.13 P 0.03 (mined \336ght. I think we can crack him with) 220.8 406.13 P -0.25 (enough time, but there\325) 220.8 394.13 P -0.25 (s a risk that we may) 312.77 394.13 P 2.43 (wipe the information we\325re looking for) 220.8 382.13 P 2.43 (.) 388.7 382.13 P (What we really need is a telepath.\323) 220.8 370.13 T (\322What about the ambassador?\323) 231.6 358.03 T 0.42 (\322W) 231.6 345.93 P 0.42 (e didn\325) 244.67 345.93 P 0.42 (t really have a chance. It was) 272.95 345.93 P 1.06 (obvious from the onset that she was well) 220.8 333.93 P 0.64 (trained in resisting the scanner) 220.8 321.93 P 0.64 (. That, plus) 344.95 321.93 P 0.6 (her psychic talents...we just decided to go) 220.8 309.93 P 0 (in and make her useless to the Draconians.) 220.8 297.93 P -0.21 (She\325ll have the drugged look for the rest of) 220.8 285.93 P 2.21 (her life. W) 220.8 273.93 P 2.21 (ith therapy) 267.83 273.93 P 2.21 (, maybe she could) 312.41 273.93 P (learn to talk again, if she\325) 220.8 261.93 T (s lucky) 322.39 261.93 T (.\323) 350.34 261.93 T 1.94 (Sule nodded, turning back toward the) 231.6 249.83 P (director) 220.8 237.83 T (.) 251.33 237.83 T 3.33 (\322I\325ll be back with Erestyl tomorrow) 231.6 225.73 P (morning.\323) 220.8 213.73 T 2.47 (\322T) 231.6 201.63 P 2.47 (erminate him after you receive the) 241.45 201.63 P -0.01 (necessary information from Mr) 220.8 189.63 P -0.01 (. Arien. W) 345.4 189.63 P -0.01 (e) 386.76 189.63 P 0.68 (can\325) 220.8 177.63 P 0.68 (t chance him falling back into Draco-) 237.82 177.63 P (nian hands.\323) 220.8 165.63 T (\322And what of Mr) 231.6 153.53 T (. Arien?\323) 300.16 153.53 T 0.73 (\322He\325ll be taken care of once we are all) 231.6 141.43 P 0.09 (of) 220.8 129.43 P 0.09 (fworld. W) 228.95 129.43 P 0.09 (e have already reserved rooms) 269.31 129.43 P 7.7 (aboard the Crimson Queen. Before) 220.8 117.43 P 0.17 (another day begins, we will be aboard her) 220.8 105.43 P 0.17 (,) 388.7 105.43 P 1.38 (traveling back to Ares in the very lap of) 220.8 93.43 P (luxury) 220.8 81.43 T (.\323) 246.25 81.43 T 1.44 (Sule smiled, \322Assuming all goes well.) 231.6 69.33 P 0.52 (Y) 220.8 57.33 P 0.52 (ou know I can\325) 227.02 57.33 P 0.52 (t guarantee Harrison. But) 288.61 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.71 (when we\325re done with Erestyl, I\325ll radio) 405.6 731.33 P (you.\323) 405.6 719.33 T 3.03 (\322For) 416.4 707.25 P 3.03 (get about Harrison. W) 434.54 707.25 P 3.03 (e can dis-) 531.65 707.25 P -0.18 (patch a unit to T) 405.6 695.25 P -0.18 (izar to deal with him when) 470.04 695.25 P (he returns.\323) 405.6 683.25 T (\322Okay) 416.4 671.17 T (.\323) 441.84 671.17 T 1.9 (Major Doran sat at the pilot\325) 416.4 659.08 P 1.9 (s seat as) 539.45 659.08 P (Sule entered the hydrofoil\325) 405.6 647.08 T (s fuselage.) 512.47 647.08 T (\322Where\325) 416.4 635 T (s the pilot?\323) 450.25 635 T (\322Y) 416.4 622.92 T (ou\325re looking at him.\323) 427.05 622.92 T 0.92 (Sule nodded, \322W) 416.4 610.83 P 0.92 (ell, what are we wait-) 486 610.83 P (ing for?\323) 405.6 598.83 T 5.29 (The hydrofoil sped away) 416.4 586.75 P 5.29 (, skipping) 531.28 586.75 P 0.35 (along the waves as it reached 150 kilome-) 405.6 574.75 P 0.83 (ters per hour) 405.6 562.75 P 0.83 (. Back aboard the houseboat,) 457.22 562.75 P (Clay was supervising the techies.) 405.6 550.75 T 1.29 (\322T) 416.4 538.67 P 1.29 (urn the camera on me. I want to be) 426.59 538.67 P 0.69 (the \336rst thing she sees. Y) 405.6 526.67 P 0.69 (ou\325re ready with) 508.56 526.67 P (the access code?\323) 405.6 514.67 T (\322Check.\323) 416.4 502.58 T (\322Okay) 416.4 490.5 T (, make the connection.\323) 441.84 490.5 T 3.11 (The deafening noise sped across the) 416.4 478.42 P 0.04 (waves, and for a bare instant, Sule thought) 405.6 466.42 P 0.09 (that god had dropped a piece of the sun on) 405.6 454.42 P 0.34 (the ocean just to watch the steam it would) 405.6 442.42 P 5.45 (make. In back of them, the \336reball) 405.6 430.42 P 1.54 (increased in size until she could feel the) 405.6 418.42 P 0.83 (heat blistering her face through the wind-) 405.6 406.42 P 0.19 (shield. She hit the stick, but power control) 405.6 394.42 P 2.45 (was already gone. The blast shock sent) 405.6 382.42 P 0.78 (them tumbling end over end, \336nally drill-) 405.6 370.42 P 2.21 (ing them into the water as a huge tidal) 405.6 358.42 P 2.55 (crest swept overhead. Cold water jetted) 405.6 346.42 P 6.27 (into the cabin as the superstructure) 405.6 334.42 P 7.56 (creaked and whined, threatening to) 405.6 322.42 P (implode with each passing moment.) 405.6 310.42 T (\322Doran!\323) 416.4 298.33 T (He was knocked out cold.) 416.4 286.25 T (\322Damnit, Doran!\323) 416.4 274.17 T 4.12 (She scrambled out of her seat and) 416.4 262.08 P 0.59 (unfastened his belt, throwing him into the) 405.6 250.08 P (back as she tangled with the controls.) 405.6 238.08 T (\322How do I stabilize? Doran, wake up!\323) 416.4 226 T (\322Wha...?\323) 416.4 213.92 T (\322How do I re-start this thing?!\323) 416.4 201.83 T (\322Lower left...pull it.\323) 416.4 189.75 T 0.34 (The craft\325) 416.4 177.67 P 0.34 (s engines refused to acknowl-) 455.86 177.67 P 2.7 (edge her ef) 405.6 165.67 P 2.7 (forts. Even the ultra-reliable) 455.21 165.67 P (gravitic units balked at their call to duty) 405.6 153.67 T (.) 564.57 153.67 T (\322The electronics must be fried.\323) 416.4 141.58 T (\322Floatation...\323) 416.4 129.5 T (\322What?!\323) 416.4 117.42 T -0.24 (The major pointed toward a red lever on) 416.4 105.33 P 1.42 (the corner of the \337oor) 405.6 93.33 P 1.42 (. She unhitched its) 497.89 93.33 P 0.24 (safety and gave it a stern yank. A moment) 405.6 81.33 P 0.67 (later) 405.6 69.33 P 0.67 (, she heard a gas release. T) 422.96 69.33 P 0.67 (wo yellow) 533.41 69.33 P 0.98 (bags appeared from the bow) 405.6 57.33 P 0.98 (, slowly rais-) 522.12 57.33 P FMENDPAGE %%EndPage: "12" 14 %%Page: "13" 14 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 1.07 (ing the craft toward the surface as Doran) 36 731.33 P 0.2 (tried to \336nd his way to the front passenger) 36 719.33 P (seat.) 36 707.33 T (\322What happened?\323) 46.8 694.93 T (\322W) 46.8 682.53 T (e got nuked, Major) 59.87 682.53 T (.\323) 135.38 682.53 T -0.04 (The noise of the blast could be heard up) 46.8 662.13 P 0.99 (and down the coast for more than twenty) 36 650.13 P 0.41 (kilometers. Mike looked skyward, expect-) 36 638.13 P 0.76 (ing to see a wasp \336ghter just crossing the) 36 626.13 P 2.1 (sound barrier) 36 614.13 P 2.1 (. The morning clouds were) 90.57 614.13 P 1.2 (burning of) 36 602.13 P 1.2 (f fairly quickly) 78.93 602.13 P 1.2 (, and a majestic) 140.63 602.13 P 0.18 (rainbow cut between bands of blue, white,) 36 590.13 P 2.42 (and grey clear from one horizon to the) 36 578.13 P 0.04 (other) 36 566.13 P 0.04 (. He squinted at the continual on-rush) 55.99 566.13 P 0.94 (of air) 36 554.13 P 0.94 (, quietly cursing himself for shatter-) 57.91 554.13 P 1.28 (ing the jeep\325) 36 542.13 P 1.28 (s front window) 87.97 542.13 P 1.28 (. If he\325d only) 150.39 542.13 P 1.41 (remembered to shut of) 36 530.13 P 1.41 (f the tracer on the) 130.26 530.13 P -0.17 (government car) 36 518.13 P -0.17 (, he could have avoided the) 97.88 518.13 P (entire situation.) 36 506.13 T 2.18 (It was noon before Mike reached the) 46.8 485.73 P 4.16 (geyser or Sintrivani as it was known) 36 473.73 P 1.26 (locally) 36 461.73 P 1.26 (. He parked along the ridge facing) 62.56 461.73 P 1.38 (the coast beneath a tall hotel and condo-) 36 449.73 P 0.18 (minium complex. Below the ridge, the hot) 36 437.73 P 0.83 (waters of the Sintrivani shot from a man-) 36 425.73 P 2.82 (made spring, reaching well over half a) 36 413.73 P 3.6 (kilometer in altitude before they came) 36 401.73 P 1.94 (tumbling back to earth in the form of a) 36 389.73 P 4.05 (warm, misty veil. A crowd composed) 36 377.73 P 1.79 (mainly of children \337ew about in saucer) 36 365.73 P 1.79 (-) 203.07 365.73 P 1.21 (shells, small makeshift \337oaters shaped as) 36 353.73 P -0.23 (\337attened spheres. They soared with gleeful) 36 341.73 P 0 (zeal to the top of the geyser while dodging) 36 329.73 P 0.51 (and just as often crashing into loose glob-) 36 317.73 P 1.54 (ules of water held together by faint gee-) 36 305.73 P -0.06 (points in the giant low-gravity \336eld. Those) 36 293.73 P 2.9 (without the shells contented themselves) 36 281.73 P 1.32 (with jumping upwards, a hundred meters) 36 269.73 P -0.04 (or more, and then coasting back to the sur-) 36 257.73 P 2.11 (face, splashing water pockets on friends) 36 245.73 P 0.78 (and strangers. Naked above the waist and) 36 233.73 P 0.25 (barefoot, Mike \336gured he didn\325) 36 221.73 P 0.25 (t look very) 162.58 221.73 P (much out of place.) 36 209.73 T 2.66 (He found Cecil and Spokes camping) 46.8 189.33 P 0.75 (out on the circular cement amidst about a) 36 177.33 P 0.36 (hundred other people, mostly parents. If it) 36 165.33 P 1.42 (wasn\325) 36 153.33 P 1.42 (t for their gleaming head-jacks and) 59.69 153.33 P 3.49 (Cecil\325) 36 141.33 P 3.49 (s three cameras connected to his) 59.88 141.33 P -0.24 (skull via invisible radio beams, they would) 36 129.33 P -0.15 (have looked like the stars of some T) 36 117.33 P -0.15 (izarian) 179.21 117.33 P 6.31 (vacation commercial, laying back in) 36 105.33 P 3.33 (lounge chairs eating pocket-bread meat) 36 93.33 P 0.74 (pies and sipping iced guava juice beneath) 36 81.33 P 3.5 (tall, shady umbrellas. V) 36 69.33 P 3.5 (ilya\325) 141.11 69.33 P 3.5 (s cat wan-) 158.88 69.33 P 0.9 (dered nearby) 36 57.33 P 0.9 (, coaxing food from children) 88.15 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.61 (and parents alike. Mike approached, care-) 220.8 731.33 P -0.25 (fully side-stepping its stage ego, as the two) 220.8 719.33 P (chiphead nodded their acknowledgments.) 220.8 707.33 T (\322Greetings, gatherer) 231.6 695.22 T (.\323) 312.09 695.22 T (\322W) 231.6 683.11 T (ell if it isn\325) 244.67 683.11 T (t Mr) 288.64 683.11 T (. Lucky) 305.58 683.11 T (.\323) 335.46 683.11 T 1.23 (Mike sat down on the green, ice chest) 231.6 671 P 3.56 (between them, picking out a bottle of) 220.8 659 P 3.09 (guava and uncapping it with his teeth.) 220.8 647 P 2.49 (Spokes regarded him with a mysterious) 220.8 635 P (mixture of fascination and regrets.) 220.8 623 T (\322Where did you go last night?\323) 231.6 610.89 T (\322The beach.\323) 231.6 598.78 T 2.63 (\322Johanes told us that the Imps came) 231.6 586.67 P 3.44 (looking for you at the T) 220.8 574.67 P 3.44 (yberian Com-) 332.52 574.67 P 1.15 (pound. Said he almost got nailed coming) 220.8 562.67 P 1.99 (back for you. A mutual acquaintance of) 220.8 550.67 P (yours bit it in there.\323) 220.8 538.67 T 0.28 (Mike gulped down the juice. It was bit-) 231.6 526.56 P 0.69 (ter and tangy) 220.8 514.56 P 0.69 (, the sort of stuf) 273.71 514.56 P 0.69 (f best sipped) 339.3 514.56 P 0.04 (during idle hours under the sun rather than) 220.8 502.56 P (taken in mouthfuls.) 220.8 490.56 T 0.83 (\322Good time for you to take a vacation,) 231.6 478.45 P (Spokes?\323) 220.8 466.45 T 2.49 (\322I\325m just a part-timer) 231.6 454.33 P 2.49 (. I\325m not going) 323.75 454.33 P 1.93 (back until Johanes tells me this thing is) 220.8 442.33 P (over) 220.8 430.33 T (.\323) 238.01 430.33 T (\322Where is he, by the way?\323) 231.6 418.22 T 0.42 (\322In the condo. He\325) 231.6 406.11 P 0.42 (s watching the news.) 306.68 406.11 P 3.88 (Something big must have happened, I) 220.8 394.11 P (guess.\323) 220.8 382.11 T 1.72 (Mike nodded, \322Then that\325) 231.6 370 P 1.72 (s where I\325m) 340.02 370 P (going.\323) 220.8 358 T 1.19 (The main lobby was about as clean as) 231.6 345.89 P 0.55 (Mike remembered it, sand scattered about) 220.8 333.89 P 2.43 (on turquoise tiles, white walls smudged) 220.8 321.89 P 1.52 (with the occasional dirty hand print, and) 220.8 309.89 P 1.03 (children running about everywhere. Mike) 220.8 297.89 P 2.16 (strolled through cautiously) 220.8 285.89 P 2.16 (, slowly scan-) 331.64 285.89 P 0.67 (ning the faces as a hazel-eyed girl ran by) 220.8 273.89 P 0.67 (.) 388.7 273.89 P 0.16 (Upstairs, the \337oors were cleaner) 220.8 261.89 P 0.16 (, the noise) 350.08 261.89 P 0.15 (level much quieter) 220.8 249.89 P 0.15 (. Cecil once said that he) 294.95 249.89 P 1.45 (liked the quiet as much as the noise and) 220.8 237.89 P 1.59 (that he would refuse to buy into a place) 220.8 225.89 P 0.71 (without a balance of the two. Mike tested) 220.8 213.89 P 0.35 (the door and then knocked when he found) 220.8 201.89 P 2.54 (it locked, pressing his palm against the) 220.8 189.89 P 1.38 (peeper) 220.8 177.89 P 1.38 (. A long moment passed, and then) 246.89 177.89 P 0.44 (the door swung outward, almost knocking) 220.8 165.89 P 1.24 (Mike on his rear) 220.8 153.89 P 1.24 (. Johanes hunched down) 289.76 153.89 P (on the \337oor) 220.8 141.89 T (, reaching up with a pistol.) 266.48 141.89 T (\322Michael.\323) 231.6 129.78 T 2.31 (Mike put his hands up, waving them) 231.6 117.67 P (like a politician seeking of) 220.8 105.67 T (\336ce.) 326.66 105.67 T 0.61 (\322Hey) 231.6 93.56 P 0.61 (, take it easy) 252.04 93.56 P 0.61 (. I just wanted to sur-) 303.19 93.56 P (prise you.\323) 220.8 81.56 T (\322A guy can get dead that way) 231.6 69.45 T (.\323) 349.19 69.45 T (\322Like the kid?\323) 231.6 57.33 T 405.6 54 576 738 R 7 X V 0 X 0.23 (Johanes dropped the pistol on a counter) 416.4 731.33 P -0.25 (top, hesitating ever so slightly as Mike laid) 405.6 719.33 P 1.52 (out the question. A \337icker of resentment) 405.6 707.33 P 1.16 (invaded his eyes even as he shook it of) 405.6 695.33 P 1.16 (f,) 570.17 695.33 P 1.46 (crossing the room to turn up the volume) 405.6 683.33 P (on the three-vee.) 405.6 671.33 T (\322His name was Nicholas.\323) 416.4 659.23 T 2.39 (They sat on the \337oor in front of the) 416.4 647.13 P 0.71 (depth box as three-dimensional images of) 405.6 635.13 P 3.83 (gravcars and choppers circled over an) 405.6 623.13 P 0.74 (empty expanse of sea. In the background,) 405.6 611.13 P 2.16 (a reporter was chattering about devasta-) 405.6 599.13 P 0.47 (tion to the oceanic wildlife. The scene cut) 405.6 587.13 P 1.37 (to the clif) 405.6 575.13 P 1.37 (fs of Erfalas. Mike\325) 446.47 575.13 P 1.37 (s eyes wid-) 528.29 575.13 P 1.85 (ened as mention of a nuclear detonation) 405.6 563.13 P (reached his ears.) 405.6 551.13 T (\322I heard it.\323) 416.4 539.03 T (\322W) 416.4 526.93 T (as it loud?\323) 429.47 526.93 T (\322Sort of.\323) 416.4 514.83 T 0.6 (\322They say it was small. Under a hecto-) 416.4 502.73 P 0.62 (ton. Good thing the magnetic pulse didn\325) 405.6 490.73 P 0.62 (t) 573.22 490.73 P (reach this far) 405.6 478.73 T (.\323) 457.22 478.73 T 3.11 (Outside the window Mike could see) 416.4 466.63 P 4.77 (dozens of children circling the giant,) 405.6 454.63 P 2.77 (watery plume. He imagined the gravity) 405.6 442.63 P 0.11 (inhibitors failing as tiny bags of blood and) 405.6 430.63 P (bone would spatter on the wet cement.) 405.6 418.63 T 0.05 (\322Quite a image for your Galactican. Eh,) 416.4 406.53 P (Michael? Front page material?\323) 405.6 394.53 T 0.17 (Mike gulped down a hunk of air) 416.4 382.43 P 0.17 (, belch-) 545.85 382.43 P 1.26 (ing it back out with as much force as he) 405.6 370.43 P 1.21 (could muster) 405.6 358.43 P 1.21 (. Johanes grinned wearily as) 458.18 358.43 P (Mike studied his re\337ection on the glass.) 405.6 346.43 T (\322Y) 416.4 334.33 T (ou thought that was funny?\323) 427.05 334.33 T 0.83 (Johanes nodded, \322Proof that we\325re real) 416.4 322.23 P 1.66 (men. W) 405.6 310.23 P 1.66 (e\325ve got guns, and we can make) 438.1 310.23 P (disgusting noises.\323) 405.6 298.23 T 3.45 (\322There\325) 416.4 286.13 P 3.45 (s more where that one came) 446.92 286.13 P (from.\323) 405.6 274.13 T (\322Spare me.\323) 416.4 262.03 T 0.92 (\322On one condition...you tell me why it) 416.4 249.93 P (happened.\323) 405.6 237.93 T 0.28 (Johanes dropped his grin, \322They\325re still) 416.4 225.83 P (trying to \336gure that part out.\323) 405.6 213.83 T (\322About Nicholas.\323) 416.4 201.73 T 1.77 (He shifted, then shrugged, \322What\325) 416.4 189.63 P 1.77 (s to) 560.06 189.63 P -0.15 (say? W) 405.6 177.63 P -0.15 (e were coming back to pick you up.) 434.35 177.63 P 0.59 (He ran inside before me, and then I heard) 405.6 165.63 P 0.93 (gun spray) 405.6 153.63 P 0.93 (. Y) 445.02 153.63 P 0.93 (ou want me to say it straight) 457.16 153.63 P (out? I got scared and ran away) 405.6 141.63 T (.\323) 527.06 141.63 T (\322Why did the kid have...\323) 416.4 129.53 T 0.48 (A knock at the door cut him of) 416.4 117.43 P 0.48 (f. It was) 542.56 117.43 P 2.07 (Cecil, bitching about how he was being) 405.6 105.43 P 3.93 (locked out of his own place. Johanes) 405.6 93.43 P 3.38 (looked toward the door sluggishly and) 405.6 81.43 P (then turned back toward the three-vee.) 405.6 69.43 T (\322Y) 416.4 57.33 T (ou get it.\323) 427.05 57.33 T FMENDPAGE %%EndPage: "13" 15 %%Page: "14" 15 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (14) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 1.87 (Cecil looked somewhat disgruntled as) 46.8 731.33 P 0.13 (Mike opened the door) 36 719.33 P 0.13 (, as though the sanc-) 123.99 719.33 P 2.49 (tity of his domestic life were somehow) 36 707.33 P -0.05 (threatened by his old friend\325) 36 695.33 P -0.05 (s presence. He) 148.5 695.33 P 0.4 (seemed to cheer up when he saw Johanes,) 36 683.33 P 0.33 (however) 36 671.33 P 0.33 (. Even the kitty seemed entranced) 69.86 671.33 P 1.25 (by the Draconian as it half-jumped, half-) 36 659.33 P (fell from Cecil\325) 36 647.33 T (s arms to greet him.) 97.63 647.33 T (\322Down you go, Pooper) 46.8 635.22 T (-dumper) 138.76 635.22 T (.\323) 172.07 635.22 T (Mike winced, \322Pooper) 46.8 623.11 T (-dumper?\323) 136.81 623.11 T 3.17 (\322Cat had to have a name. How do,) 46.8 611 P (Johanes? Much good on the boob-box?\323) 36 599 T 2.45 (Mike scratched his head and tried to) 46.8 586.89 P (look of) 36 574.89 T (fended.) 64.41 574.89 T (\322Y) 46.8 562.78 T (ou\325re happy to see him but not me?\323) 57.45 562.78 T 0.1 (\322W) 46.8 550.67 P 0.1 (e \336gured that if he was still here, it\325) 59.87 550.67 P 0.1 (s) 202.51 550.67 P (probably safe to be around you.\323) 36 538.67 T 2.05 (\322Hey Harrison,\323 Spokes came in lug-) 46.8 526.56 P 2.43 (ging two of Cecil\325) 36 514.56 P 2.43 (s cameras.\322Gimmie a) 115.77 514.56 P (hand with the ice chest, will ya?\323) 36 502.56 T (\322Where\325) 46.8 490.44 T (s his other cam?\323) 80.65 490.44 T (\322Look out the window) 46.8 478.33 T (.\323) 136.37 478.33 T 0.63 (Mike grabbed one end of the chest and) 46.8 466.22 P 0.22 (dragged it inside, looking outside the win-) 36 454.22 P 0.76 (dow into the silvery mist of the geyser as) 36 442.22 P 1 (he reached the center of the room. A girl) 36 430.22 P 0.74 (was gliding Cecil\325) 36 418.22 P 0.74 (s camera upward in her) 110.21 418.22 P 1.48 (saucer) 36 406.22 P 1.48 (-shell, steering it toward the apart-) 61.33 406.22 P 3.38 (ment complex while warm blankets of) 36 394.22 P 0.21 (mist fell over her) 36 382.22 P 0.21 (, making her appear half-) 104.8 382.22 P 1.38 (solid, half-ethereal. Cecil was already on) 36 370.22 P 1.3 (the balcony waving for the others to fol-) 36 358.22 P 4.4 (low) 36 346.22 P 4.4 (. Only Johanes refused, and Mike) 50.34 346.22 P 0.18 (couldn\325) 36 334.22 P 0.18 (t resist making rabbit-eared \336ngers) 66.35 334.22 P 0.39 (over his old friend\325) 36 322.22 P 0.39 (s head. Cecil noticed it) 113.51 322.22 P 1 (right away) 36 310.22 P 1 (, of course, but he snapped the) 78.82 310.22 P 3.9 (image anyway) 36 298.22 P 3.9 (. When they came back) 97.26 298.22 P 1.85 (inside, it danced about on the three-vee,) 36 286.22 P 2.4 (changing hue and shade with each new) 36 274.22 P (iteration.) 36 262.22 T 2.51 (\322W) 46.8 250.11 P 2.51 (ill send a copy to T) 60.27 250.11 P 2.51 (izar) 149.37 250.11 P 2.51 (. Y) 163.8 250.11 P 2.51 (ou can) 177.52 250.11 P (consider it our team photo.\323) 36 238.11 T 2.59 (Spokes winced, \322Do me a favor and) 46.8 226 P 0 (don\325) 36 214 P 0 (t let it get out. I don\325) 54.14 214 P 0 (t want to be more) 136.43 214 P 1.66 (connected to this gatherer than I already) 36 202 P (am.\323) 36 190 T (Mike grinned, \322Can I quote you?\323) 46.8 177.89 T 1 (\322I\325m serious, Harrison. I could already) 46.8 165.78 P (lose my job.\323) 36 153.78 T 2.68 (Cecil snorted, trying to cover up his) 46.8 141.67 P (reaction as Spokes looked him over) 36 129.67 T (.) 177.85 129.67 T (\322Y) 46.8 117.56 T (ou got a problem with my job now?\323) 57.45 117.56 T 0.46 (\322Other than that it stinks, none whatso-) 46.8 105.45 P (ever) 36 93.45 T (.\323) 52.65 93.45 T 0.43 (\322Y) 46.8 81.33 P 0.43 (eah, well it\325) 57.45 81.33 P 0.43 (s safe. I like safe. I don\325) 105.22 81.33 P 0.43 (t) 203.62 81.33 P -0.07 (have any psychotic ur) 36 69.33 P -0.07 (ges like other certain) 123.05 69.33 P 0.33 (people to be a big hero. I don\325) 36 57.33 P 0.33 (t need med-) 158.56 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.98 (als and trophies. Money will do just \336ne,) 220.8 731.33 P (thank you.\323) 220.8 719.33 T 3.47 (\322Speaking of trophies,\323 Johanes dug) 231.6 707 P 0.03 (something out the bottom of the trash con-) 220.8 695 P 1.79 (tainer) 220.8 683 P 1.79 (, \322Catch, Michael. W) 243.16 683 P 1.79 (e were saving) 332.67 683 P (her for you.\323) 220.8 671 T 0.9 (Mike watched it tumble in mid-air) 231.6 658.67 P 0.9 (, the) 373.09 658.67 P 0.29 (etching of a song bird on jet black. W) 220.8 646.67 P 0.29 (ith a) 373.42 646.67 P 0 (\337uster of clashing perceptions, he fumbled) 220.8 634.67 P 0.05 (the dodec to the \337oor) 220.8 622.67 P 0.05 (, still scarcely believ-) 305.55 622.67 P (ing his own eyes.) 220.8 610.67 T 2.72 (\322W) 231.6 598.33 P 2.72 (ell, either you\325re a lousy catch...\323) 244.67 598.33 P 0.68 (Johanes looked out the window) 220.8 586.33 P 0.68 (, watching) 348.89 586.33 P 1.22 (the tiny blue waves sway along the hori-) 220.8 574.33 P -0.02 (zon. He decided to snatch his pistol of) 220.8 562.33 P -0.02 (f the) 373.18 562.33 P 2.63 (counter top, slipping its nose down the) 220.8 550.33 P 0.04 (crack between his butt cheeks as he turned) 220.8 538.33 P (back toward Mike.) 220.8 526.33 T (\322T) 231.6 514 T (ell me you\325re just a lousy catch.\323) 241.45 514 T 2.49 (Mike shook his head, turning toward) 231.6 501.67 P 1.82 (the three-vee and then back again. It all) 220.8 489.67 P (started to make sense.) 220.8 477.67 T (\322Y) 231.6 465.33 T (our doing?\323) 242.25 465.33 T (\322I\325ll explain later) 231.6 453 T (.\323) 299.88 453 T 2.36 (Spokes looked worried and confused,) 231.6 440.67 P 0.19 (stepping out of his way as Johanes headed) 220.8 428.67 P (for the door) 220.8 416.67 T (.) 267.43 416.67 T (\322Hey) 231.6 404.33 T (, where\325re you going?\323) 252.04 404.33 T (\322Out for a walk.\323) 231.6 392 T 2 (Johanes headed down the hall toward) 231.6 379.67 P 1.11 (the elevator as Spokes watched after him) 220.8 367.67 P 1.2 (in the doorway) 220.8 355.67 P 1.2 (, ducking down so his tall) 282.5 355.67 P (jacks wouldn\325) 220.8 343.67 T (t scrape against the frame.) 276.97 343.67 T 0.7 (\322W) 231.6 331.33 P 0.7 (ell at least tell me if it\325) 244.67 331.33 P 0.7 (s still safe to) 338.84 331.33 P (be here!\323) 220.8 319.33 T 2.89 (She found the white government car) 231.6 299 P 0.61 (resting slightly of) 220.8 287 P 0.61 (f the road, all four of its) 292.35 287 P 2.66 (tires punctured with bullet holes. Three) 220.8 275 P 2.26 (corpses were propped over it, and rigor) 220.8 263 P 0.31 (mortis had already set in. Not being in the) 220.8 251 P 1.1 (mood for a burial, she would allow them) 220.8 239 P 2.84 (to rot in the white, hot sun. Vlep was) 220.8 227 P 1.19 (asleep at the steering wheel. That he had) 220.8 215 P 1.3 (been hand-cuf) 220.8 203 P 1.3 (fed to it without sustaining) 278.81 203 P 3.05 (so much as a bruise angered her even) 220.8 191 P 0.62 (more. It meant he gave in without a \336ght.) 220.8 179 P 3.37 (She expected as much from a psyche.) 220.8 167 P 1.16 (Leaning close to his ear) 220.8 155 P 1.16 (, she allowed her) 319.98 155 P (breath to brush the soft wax within.) 220.8 143 T (\322Vlep!!!\323) 231.6 130.67 T 0.55 (He hit his head on the roof, nearly tug-) 231.6 118.33 P (ging his wrist out of joint in the process.) 220.8 106.33 T (\322Sule?\323) 231.6 94 T 0.86 (\322Who did you think it was? Y) 231.6 81.67 P 0.86 (our fairy) 355.65 81.67 P (godmother?!\323) 220.8 69.67 T (\322Sule...Harrison was here.\323) 231.6 57.33 T 405.6 54 576 738 R 7 X V 0 X (\322Really?!?\323) 416.4 731.33 T 1.39 (She grabbed the steering wheel, yank-) 416.4 719.23 P 1.58 (ing it clear of its housing. Vlep tumbled) 405.6 707.23 P 1.4 (out of the car) 405.6 695.23 P 1.4 (, dropping to the ground at) 462.41 695.23 P 2.18 (her feet. He knew she was strong. Bio-) 405.6 683.23 P 0.61 (synthetics often had that tendency) 405.6 671.23 P 0.61 (. But he) 543.41 671.23 P -0.04 (had no idea she was that strong. He picked) 405.6 659.23 P -0.12 (himself and the steering wheel up from the) 405.6 647.23 P 0.89 (dirt, dusting himself of) 405.6 635.23 P 0.89 (f with his one free) 499.71 635.23 P (hand.) 405.6 623.23 T 1.78 (\322I...I can follow him, Sule. I can \336nd) 416.4 611.12 P (him.\323) 405.6 599.12 T 3.19 (She watched him with a mixture of) 416.4 587.02 P (sympathy and scorn.) 405.6 575.02 T 0.63 (\322I don\325) 416.4 562.91 P 0.63 (t care about Harrison, you idiot.) 445.43 562.91 P 0.47 (I don\325) 405.6 550.91 P 0.47 (t give a damn about the robot brain.) 430.04 550.91 P (This futile chase has cost us everything.\323) 405.6 538.91 T (\322But...\323) 416.4 526.81 T (\322Everything, Vlep! HQ is gone!\323) 416.4 514.7 T (\322How?\323) 416.4 502.6 T 1.59 (\322Look at my sunburn and take a wild) 416.4 490.49 P (guess!\323) 405.6 478.49 T 2.05 (Vlep pondered the problem, his mind) 416.4 466.39 P 1.75 (refusing to so much as acknowledge the) 405.6 454.39 P 2.32 (possibility of a nuclear detonation. Sule) 405.6 442.39 P -0.24 (watched the skepticism fade from his eyes,) 405.6 430.39 P 0.9 (\336nally kicking a dent into the car door to) 405.6 418.39 P (vent her anger) 405.6 406.39 T (.) 462.22 406.39 T -0.08 (\322I\325ve got the major and two prisoners in) 416.4 394.28 P 1.66 (the hydrofoil. They\325re probably going to) 405.6 382.28 P (be sick, and we\325ve got no transportation.\323) 405.6 370.28 T (\322The hydro...\323) 416.4 358.18 T 0.56 (\322The magnetic pulse fried the electron-) 416.4 346.07 P 1.49 (ics. I managed to get one of the engines) 405.6 334.07 P 0 (working manually) 405.6 322.07 P 0 (, but it\325) 477.96 322.07 P 0 (s not going to get) 506.57 322.07 P 1.32 (us anywhere I want to go. I was hoping,) 405.6 310.07 P 2.49 (almost praying that you guys would be) 405.6 298.07 P -0.16 (able to take care of yourselves without me.) 405.6 286.07 P 3.24 (There were four of you! Did Harrison) 405.6 274.07 P (have a fucking army?!\323) 405.6 262.07 T 2.11 (Vlep shook his head, \322I don\325) 416.4 249.97 P 2.11 (t...no he) 541.69 249.97 P (was alone.\323) 405.6 237.97 T (\322Then why\325d he let you live?\323) 416.4 225.86 T (\322I don\325) 416.4 213.75 T (t know) 444.8 213.75 T (.\323) 471.64 213.75 T (\322Y) 416.4 201.65 T (ou didn\325) 427.05 201.65 T (t \336ght!\323) 460.47 201.65 T (\322I\325ve never \336red a gun in my) 416.4 189.54 T (...\323) 531.77 189.54 T 0.47 (She belted him across the face with the) 416.4 177.44 P 1.15 (back of her hand, sending him sputtering) 405.6 165.44 P 0.43 (to the ground as he held his face. He tried) 405.6 153.44 P 0.64 (to take solace in the fact that at least now) 405.6 141.44 P (his cheeks would match.) 405.6 129.44 T 0.12 (\322Y) 416.4 117.33 P 0.12 (ou\325re going to learn, Vlep. I\325m going) 427.05 117.33 P 2.77 (back to the hydrofoil to get the major) 405.6 105.33 P 2.77 (.) 573.5 105.33 P 0.5 (W) 405.6 93.33 P 0.5 (ith luck, we should be able to drag Ere-) 414.64 93.33 P 0.46 (styl and Ambassador Kato to the intersec-) 405.6 81.33 P 0.6 (tion of the main highway) 405.6 69.33 P 0.6 (. By the time we) 507.83 69.33 P 0.25 (get there, I want a vehicle. I want it badly) 405.6 57.33 P 0.25 (,) 573.5 57.33 P FMENDPAGE %%EndPage: "14" 16 %%Page: "15" 16 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X (and I don\325) 36 731.33 T (t care how get it. Understood?\323) 76.9 731.33 T 2.77 (Vlep nodded as she shoved a pistol,) 46.8 719.13 P 2.94 (probably the major) 36 707.13 P 2.94 (\325) 118.31 707.13 P 2.94 (s, into his one free) 121.08 707.13 P (hand.) 36 695.13 T 4.51 (\322Remember) 46.8 682.93 P 4.51 (, I can kill you at any) 94.69 682.93 P 2.02 (moment I choose. So a word of advice,) 36 670.93 P (Vlep. Don\325) 36 658.93 T (t think. Just do it.\323) 80.79 658.93 T 1.77 (T) 46.8 638.73 P 1.77 (angerine rays seeped quietly through) 52.21 638.73 P 3.17 (the sliding, balcony window) 36 626.73 P 3.17 (, its glassy) 158.13 626.73 P 2.96 (surface coated with a thin, warm mist.) 36 614.73 P 0.78 (Outside, the hot sun bathed the Sintrivani) 36 602.73 P 0.94 (in a saf) 36 590.73 P 0.94 (fron orange glow as the afternoon) 66.56 590.73 P 1.38 (slipped carelessly away like the shadows) 36 578.73 P (of children beneath a warm, golden fog.) 36 566.73 T -0.11 (Spokes was baking peach and cranberry) 46.8 546.53 P 0.91 (muf) 36 534.53 P 0.91 (\336ns, playing the spunky apprentice to) 51.92 534.53 P 1.03 (Cecil\325) 36 522.53 P 1.03 (s wizened if absent-minded mentor) 59.88 522.53 P 1.03 (.) 203.9 522.53 P 1.41 (Mike didn\325) 36 510.53 P 1.41 (t much care about the respec-) 81.93 510.53 P 0.73 (tive roles or the protocols associated with) 36 498.53 P -0.25 (each. All he knew was that he was about to) 36 486.53 P 0 (be fed, and his stomach grumbled in antic-) 36 474.53 P (ipation.) 36 462.53 T 3.33 (Cecil seemed more interested in the) 46.8 442.33 P 2.68 (dodec than the food, however) 36 430.33 P 2.68 (. He kept) 164.68 430.33 P 1.34 (turning it end over end, feeling its edges) 36 418.33 P 2.4 (and especially the subtle crevices of its) 36 406.33 P 0.48 (etching. It was in the shape of a songbird,) 36 394.33 P 0.25 (a robin to be more precise, and in place of) 36 382.33 P 1.23 (an eye and tip of a beak, there were two) 36 370.33 P 1.61 (tiny ports of access. Spokes looked over) 36 358.33 P 2.45 (occasionally) 36 346.33 P 2.45 (, watching the blind man at) 85.31 346.33 P (work.) 36 334.33 T (\322Y) 46.8 322.13 T (ou making progress?\323) 57.45 322.13 T (\322Found an inny and an outty) 46.8 309.93 T (.\323) 160.25 309.93 T 1.71 (Spokes nodded, checking the muf) 46.8 297.73 P 1.71 (\336ns\325) 188.63 297.73 P (state of readiness.) 36 285.73 T (\322Done.\323) 46.8 273.53 T 0.83 (He took them out, leaving them on the) 46.8 261.33 P 2.09 (counter) 36 249.33 P 2.09 (-top to cool while Mike watched) 65.77 249.33 P 2.45 (the three-vee, its volume turned so low) 36 237.33 P 0.87 (that it was barely audible. The Calannans) 36 225.33 P 1.01 (had pin-pointed the source of the detona-) 36 213.33 P 3.74 (tion to an Imperial owned sea vessel.) 36 201.33 P 4.08 (Shortly after the initial announcement,) 36 189.33 P 1.49 (there had been rioting in Xin, most of it) 36 177.33 P 1.73 (aimed at neghrali-owned businesses, and) 36 165.33 P 6.24 (the Imperial marine commander had) 36 153.33 P 1 (declared Xekhasmeno a red zone, tempo-) 36 141.33 P -0.24 (rarily closing it of) 36 129.33 P -0.24 (f to air and ground traf) 107.01 129.33 P -0.24 (\336c) 196.4 129.33 P 3.23 (alike. Meanwhile, public of) 36 117.33 P 3.23 (\336cials alter-) 155.71 117.33 P 3.24 (nately pleaded for calm or more often) 36 105.33 P 0.83 (demanded explanations from the Imperial) 36 93.33 P 4.18 (embassy) 36 81.33 P 4.18 (. None were forthcoming, and) 69.77 81.33 P 2.05 (even the Crimson Queen\325) 36 69.33 P 2.05 (s orbiting con-) 144.01 69.33 P 5.75 (voy initiated alert status, temporarily) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.55 (refusing boarding to all but preferred pas-) 220.8 731.33 P (sengers.) 220.8 719.33 T 1.13 (Mike switched the box of) 231.6 707.23 P 1.13 (f and rose to) 338.11 707.23 P 1.73 (take a peek at the muf) 220.8 695.23 P 1.73 (\336ns. Spokes, ever) 317.24 695.23 P 1.57 (protective of his alchemy) 220.8 683.23 P 1.57 (, watched Mike) 326.17 683.23 P (with a suspicious smile.) 220.8 671.23 T (\322Just another cent, Harrison.\323) 231.6 659.12 T 1.8 (Mike reached into the cooler and had) 231.6 647.02 P 0.95 (another gulp of guava. He sat back down) 220.8 635.02 P 1.34 (beside Cecil. His old friend swiveled the) 220.8 623.02 P 3.14 (cameras back and forth from dodec to) 220.8 611.02 P (gatherer) 220.8 599.02 T (.) 252.99 599.02 T (\322Dumb.\323) 231.6 586.91 T (\322What?\323) 231.6 574.81 T 2.06 (\322W) 231.6 562.7 P 2.06 (e for) 244.67 562.7 P 2.06 (got to give our friend current) 265.14 562.7 P (inhibitors.\323) 220.8 550.7 T 0.29 (\322They\325re not coming out of my salary) 231.6 538.6 P 0.29 (,\323) 384.26 538.6 P 5.89 (Spokes injected. The cameras turned) 220.8 526.6 P 3.88 (toward him, zooms activating with an) 220.8 514.6 P 0.59 (audible hum. Cecil smiled when he found) 220.8 502.6 P (what he was looking for) 220.8 490.6 T (.) 316.85 490.6 T (\322Good idea.\323) 231.6 478.49 T (\322No, Cecil. I just bought these.\323) 231.6 466.39 T 1.76 (\322Lend to the gatherer) 231.6 454.28 P 1.76 (. He needs them) 321.53 454.28 P (more than you.\323) 220.8 442.28 T 0.03 (\322And what if he burns them out like my) 231.6 430.17 P (last pair?\323) 220.8 418.17 T (\322Better them than his grey muscle.\323) 231.6 406.07 T (\322That\325) 231.6 393.96 T (s debatable.\323) 257.14 393.96 T 4.35 (Spokes carefully disconnected them,) 231.6 381.86 P 4.32 (attaching them to Mike\325) 220.8 369.86 P 4.32 (s jacks. Mike) 329.54 369.86 P 0.06 (watched half doe-eyed, instinctively want-) 220.8 357.86 P 1.22 (ing to protect his scalp but also realizing) 220.8 345.86 P 1.01 (that he had to keep his hands well out of) 220.8 333.86 P 1.54 (the way lest Spokes should make a mis-) 220.8 321.86 P -0.21 (take. It made him feel small, and he smiled) 220.8 309.86 P (at his own helplessness.) 220.8 297.86 T (\322Are the muf) 231.6 285.75 T (\336ns ready yet?\323) 284.15 285.75 T (\322No.\323) 231.6 273.65 T 3.05 (Mike suppressed a whine, and Cecil) 231.6 261.54 P (grinned knowingly) 220.8 249.54 T (.) 295.94 249.54 T 0.66 (\322Let\325) 231.6 237.44 P 0.66 (s see if we can make some hell in) 252.14 237.44 P 0.12 (that head of yours, Michael. Go ahead and) 220.8 225.44 P (connect him.\323) 220.8 213.44 T 1.91 (Spokes leaned over) 231.6 201.33 P 1.91 (, collecting two of) 312.74 201.33 P 0.83 (the four thin cords which curled from the) 220.8 189.33 P -0.11 (dodec. Each mer) 220.8 177.33 P -0.11 (ged with its neighbor near) 287.28 177.33 P 1 (the point of no return. Cecil held two for) 220.8 165.33 P 4.6 (himself as Spokes toyed with Mike\325) 220.8 153.33 P 4.6 (s) 387.31 153.33 P 3.43 (jacks, \336nally nodding agreeably as the) 220.8 141.33 P 0.61 (translucent image of a mechanical combi-) 220.8 129.33 P 2.31 (nation lock appeared in front of Mike\325) 220.8 117.33 P 2.31 (s) 387.31 117.33 P 2.71 (face. From within its hazy background,) 220.8 105.33 P 0.46 (Mike heard a woman\325) 220.8 93.33 P 0.46 (s voice: \322Enter your) 309.61 93.33 P 2.58 (clearance identi\336cation number) 220.8 81.33 P 2.58 (.\323 Cecil\325) 351.42 81.33 P 2.58 (s) 387.31 81.33 P 1.94 (grin widened as his cameras studied the) 220.8 69.33 P 5.1 (look running across Mike\325) 220.8 57.33 P 5.1 (s face. He) 341.32 57.33 P 405.6 54 576 738 R 7 X V 0 X 2.45 (handed Mike a \337imsi. A long string of) 405.6 731.33 P 1.01 (three digit numbers glowed pink upon its) 405.6 719.33 P (transparent surface.) 405.6 707.33 T 0.83 (\322Lesson number one. Learn to think in) 416.4 695.21 P (directions.\323) 405.6 683.21 T 0.61 (Mike began turning the imaginary dial,) 416.4 671.08 P 2.09 (each thrust of his mind sending it spin-) 405.6 659.08 P (ning.) 405.6 647.08 T (\322Easy now) 416.4 634.96 T (.\323) 459.33 634.96 T -0.12 (After a few aborted attempts, he had the) 416.4 622.83 P 0.04 (skill mastered. The dial twisted and turned) 405.6 610.83 P 1.7 (as he imagined placing his hand upon it) 405.6 598.83 P 3.2 (and rotating it gently) 405.6 586.83 P 3.2 (. Finally it disap-) 498.11 586.83 P 2.66 (peared, and Mike saw her face, not an) 405.6 574.83 P 0.63 (exact copy of the physical version, but an) 405.6 562.83 P 0.5 (outline, deep blue eyes twinkling like dis-) 405.6 550.83 P -0.04 (tant stars and blonde hair waving back and) 405.6 538.83 P (forth in the electric static.) 405.6 526.83 T (\322Robin?\323) 416.4 514.71 T 0.47 (\322User) 416.4 502.58 P 0.47 (\325) 440.08 502.58 P 0.47 (s access rejected. Security action) 442.86 502.58 P (two in progress.\323) 405.6 490.58 T (\322Robin, it\325) 416.4 478.46 T (s Mike Harrison.\323) 458.61 478.46 T 3.05 (\322...Mike Harrison is not a legitimate) 416.4 466.33 P 0.87 (user) 405.6 454.33 P 0.87 (.\323 A grey \336eld of haze began to form) 421.7 454.33 P 4.21 (between them, building like an ocean) 405.6 442.33 P (swell and threatening to engulf him.) 405.6 430.33 T -0.1 (\322I\325m with Johanes. W) 416.4 418.21 P -0.1 (e need your help.\323) 503.02 418.21 P 0.92 (The static foamed, spitting like acid as) 416.4 406.08 P 2.65 (it washed over him. Then, just as sud-) 405.6 394.08 P 1.79 (denly) 405.6 382.08 P 1.79 (, it disappeared. Mike blinked. The) 427.16 382.08 P 1.66 (illusion of her face was no longer there.) 405.6 370.08 P 1.52 (Instead, he saw Spokes \336ddling with the) 405.6 358.08 P 1.06 (connection, and once glance at the dodec) 405.6 346.08 P 0.33 (told him it was all over) 405.6 334.08 P 0.33 (. It was smoking, a) 499.16 334.08 P 2.72 (vial of acidic chemicals released some-) 405.6 322.08 P (where within its core.) 405.6 310.08 T 0.08 (\322She was trying to fry you, dude. When) 416.4 297.96 P 2.48 (she realized she couldn\325) 405.6 285.96 P 2.48 (t, she just fried) 509.16 285.96 P (herself.\323) 405.6 273.96 T 2.05 (Cecil unplugged, a smile crossing his) 416.4 261.83 P -0.04 (face as their team picture danced about the) 405.6 249.83 P (three-vee.) 405.6 237.83 T -0.12 (\322Success,\323 he drily announced.\322T) 416.4 225.71 P -0.12 (ime to) 550.85 225.71 P (scarf.\323) 405.6 213.71 T 3.81 (The muf) 416.4 201.58 P 3.81 (\336ns tasted even better than) 454.17 201.58 P 0.13 (Mike had imagined, and Spokes served up) 405.6 189.58 P 0.83 (bowls of sliced green apples immersed in) 405.6 177.58 P 3.99 (chilled, sweet yogurt and topped with) 405.6 165.58 P -0.1 (warm caramel and honey) 405.6 153.58 P -0.1 (, \336nally gathering) 505.4 153.58 P 1.46 (a bowl and a spare bottle of guava juice) 405.6 141.58 P (for himself before he slipped out the door) 405.6 129.58 T (.) 571.32 129.58 T (\322Where\325) 416.4 117.46 T (s Spokes going?\323) 450.25 117.46 T 1.5 (Cecil concentrated on his food, savor-) 416.4 105.33 P 3.49 (ing every taste. Either that or he was) 405.6 93.33 P 3.95 (savoring the captured data. Sometimes) 405.6 81.33 P 0.9 (Mike found it hard to tell what his friend) 405.6 69.33 P (was thinking about.) 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 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X (\322Cecil...\323) 46.8 731.33 T -0.17 (\322He doesn\325) 46.8 719.23 P -0.17 (t want to be here. He\325) 91.68 719.23 P -0.17 (s afraid) 176.88 719.23 P (of knowledge and the danger it brings.\323) 36 707.23 T (Mike nodded, \322And you aren\325) 46.8 695.12 T (t?\323) 166.8 695.12 T 1.53 (\322When have you ever known Cecil to) 46.8 683.02 P (be scared of knowledge?\323) 36 671.02 T (\322Y) 46.8 658.91 T (ou went in with me, didn\325) 57.45 658.91 T (t you.\323) 160.55 658.91 T -0.23 (\322It was perfect, Michael. When you told) 46.8 646.81 P (her who you were...\323 he chuckled.) 36 634.81 T (\322What did you \336nd out?\323) 46.8 622.7 T -0.06 (\322Enough. Y) 46.8 610.6 P -0.06 (ou provided an eon or more,) 93.48 610.6 P 1.78 (after all. When you told her your name,) 36 598.6 P 1.72 (she was...perplexed. A gatherer does not) 36 586.6 P 2.26 (acquire such a combination. She had to) 36 574.6 P 0.99 (think about whether or not she wanted to) 36 562.6 P 0.58 (let you in. For an A.I., she was very hesi-) 36 550.6 P (tant.\323) 36 538.6 T 1.42 (\322She decided to fry me in a matter of) 46.8 526.49 P (seconds.\323) 36 514.49 T 2.44 (\322Y) 46.8 502.39 P 2.44 (es, an eternity) 57.45 502.39 P 2.44 (. The recon program) 117.48 502.39 P 0.51 (was able to follow her hesitation and map) 36 490.39 P 1.85 (logically where she looked for her deci-) 36 478.39 P 0.31 (sion. There was more than enough time to) 36 466.39 P 0.69 (copy the gyroscopic logs. There was time) 36 454.39 P 0.95 (to copy more.\323 A camera lens bobbed up) 36 442.39 P 3.85 (and down knowingly) 36 430.39 P 3.85 (, \322If you dare to) 127.44 430.39 P (doubt...\323) 36 418.39 T 1.74 (The image of the team picture on the) 46.8 406.28 P 0.18 (three-vee was suddenly replaced by a map) 36 394.28 P 0.1 (of Xin. A red squiggly line zipped into the) 36 382.28 P 2.09 (city) 36 370.28 P 2.09 (, dashing directly to the hotel where) 50.34 370.28 P 0.07 (Mike had been dumped by Cole. It contin-) 36 358.28 P 2.26 (ued to the Underway terminal, down to) 36 346.28 P 1.67 (Xaos, and then back up again to V) 36 334.28 P 1.67 (ilya\325) 184.74 334.28 P 1.67 (s) 202.51 334.28 P 1.77 (\337at. Then it left the city and came back) 36 322.28 P 1.77 (from another direction, \336nally darting to) 36 310.28 P 1.82 (the Runyaelin, and then up to the Arien) 36 298.28 P 0.1 (Mansion along the outskirts, before diving) 36 286.28 P (again of) 36 274.28 T (f the map.) 68.29 274.28 T (Cecil smiled, \322It knows where it goes.\323) 46.8 262.18 T 3.41 (\322Can you zoom out? I want to see) 46.8 250.07 P (where it went before it got to Xin.\323) 36 238.07 T 0.17 (Cecil concentrated, and the city seemed) 46.8 225.97 P 1.35 (to reduce in size, becoming a tiny dot at) 36 213.97 P (the center of the image.) 36 201.97 T 1 (\322Curious. This can\325) 46.8 189.86 P 1 (t be right. It comes) 127.18 189.86 P (from the water) 36 177.86 T (.\323) 94.29 177.86 T (\322Just map it.\323) 46.8 165.76 T 0.22 (The image continued to encompass still) 46.8 153.65 P -0.21 (greater area as the line dived into the water) 36 141.65 P 2.49 (from near Xekhasmeno and then darted) 36 129.65 P (back again.) 36 117.65 T 0.15 (Mike nodded, \322Okay) 46.8 105.54 P 0.15 (, the point where it) 130.56 105.54 P 1.66 (stops and turns around, how far away is) 36 93.54 P (that from ground zero.\323) 36 81.54 T (\322The nuke?\323) 46.8 69.44 T (\322Y) 46.8 57.33 T (eah.\323) 57.45 57.33 T 220.8 54 391.2 738 R 7 X V 0 X (\322Less than a kilometer) 231.6 731.33 T (.\323) 321.26 731.33 T (\322Then that con\336rms it.\323) 231.6 719.05 T 5.97 (The image disappeared, and Cecil) 231.6 706.76 P (looked \337ustered.) 220.8 694.76 T (\322Con\336rms what?\323) 231.6 682.48 T 0.31 (\322Johanes is paying you to \336nd the local) 231.6 670.19 P (branch of ISIS, right?\323) 220.8 658.19 T (\322Y) 231.6 645.9 T (es.\323) 242.25 645.9 T 5.54 (\322W) 231.6 633.62 P 5.54 (ell, the information is obsolete.) 244.67 633.62 P (There is no ISIS headquarters anymore.\323) 220.8 621.62 T (\322What?! Why would they blow-up their) 231.6 609.33 T (own...\323) 220.8 597.33 T 0.33 (\322Exactly) 231.6 585.05 P 0.33 (. Johanes did it. He used me as) 265.92 585.05 P 2.81 (bait and Nicholas as a sacri\336ce just to) 220.8 573.05 P (make it look genuine.\323) 220.8 561.05 T (Cecil tilted his head, \322Explain.\323) 231.6 548.76 T 2.87 (\322I was at Erfalas this morning. ISIS) 231.6 536.48 P 0.73 (trailed me there, and they had what I \336rst) 220.8 524.48 P 0.95 (thought was the dodec. I knew they must) 220.8 512.48 P 1.13 (have gotten it at the T) 220.8 500.48 P 1.13 (yberian Compound) 313.18 500.48 P 0.81 (in Xekhasmeno. I just didn\325) 220.8 488.48 P 0.81 (t know it was) 335.18 488.48 P 1.05 (hand delivered courtesy of the Draconian) 220.8 476.48 P (S.S.\323) 220.8 464.48 T 0 (\322Hence, your clutzery when he tossed it) 231.6 452.19 P (to you.\323) 220.8 440.19 T 3.65 (Mike nodded, \322Johanes didn\325) 231.6 427.9 P 3.65 (t know) 360.07 427.9 P 1.62 (whether or not I saw the Imps make of) 220.8 415.9 P 1.62 (f) 387.87 415.9 P 2.13 (with it. For all he knew) 220.8 403.9 P 2.13 (, I was dead or) 324.1 403.9 P 0.51 (sleeping on the roof of some building and) 220.8 391.9 P 3.34 (woke up when I heard the gun spray) 220.8 379.9 P 3.34 (.) 388.7 379.9 P 0.06 (When I showed up here, he had to \336nd out) 220.8 367.9 P (one way or another) 220.8 355.9 T (.\323) 297.13 355.9 T (\322And you were a dead give away) 231.6 343.62 T (.\323) 363.61 343.62 T 1.71 (\322Y) 231.6 331.33 P 1.71 (eah. I just wasn\325) 242.25 331.33 P 1.71 (t sure he got them) 312.72 331.33 P (where it counts. Now I am.\323) 220.8 319.33 T 1.54 (Cecil smiled, \322And the beauty of it is) 231.6 307.05 P (that he still doesn\325) 220.8 295.05 T (t know) 294.19 295.05 T (.\323) 321.02 295.05 T (Mike winced.) 231.6 282.76 T (\322What?\323) 231.6 270.48 T 1.16 (\322Cecil, you remember that locator that) 231.6 258.19 P 1.3 (your friend found in my shoe two nights) 220.8 246.19 P (ago?\323) 220.8 234.19 T (\322Af) 231.6 221.91 T (\336rmative.\323) 246.4 221.91 T (\322How did he \336nd it?\323) 231.6 209.62 T (\322Bug detector) 231.6 197.33 T (.\323) 286.84 197.33 T (\322Y) 231.6 185.05 T (ou have one here?\323) 242.25 185.05 T 3.28 (Cecil dropped his jaw as the phone) 231.6 172.76 P 0.51 (rang, and Mike shook his head, again dis-) 220.8 160.76 P (gusted with his own stupidity) 220.8 148.76 T (.) 337.88 148.76 T 405.6 54 576 738 R 7 X V 1 F 0 X 5.65 (Jim V) 405.6 187.1 P 5.65 (assilakos \050jimv@ucrmath.ucr) 433.18 187.1 P 5.65 (.edu\051) 555.74 187.1 P 0.04 (just graduated fr) 405.6 175.1 P 0.04 (om UCR with an MBA. In) 472.51 175.1 P 0.22 (between r) 405.6 163.1 P 0.22 (esponding to employment adver-) 444.59 163.1 P 3.99 (tisements and attending Job Fairs, he) 405.6 151.1 P 0.35 (DM\325) 405.6 139.1 P 0.35 (s a hearty gr) 423.18 139.1 P 0.35 (oup of dormies and won-) 474.66 139.1 P 0.61 (ders how he\325) 405.6 127.1 P 0.61 (s going to \336nish Harrison off) 457.16 127.1 P -0.24 (once and for all. Judging his pr) 405.6 115.1 P -0.24 (otagionist\325) 530.09 115.1 P -0.24 (s) 572.11 115.1 P 0.12 (curr) 405.6 103.1 P 0.12 (ent situation, he may not have to won-) 422.44 103.1 P (der for very long.) 405.6 91.1 T -0.57 (\324The Harrison Chapters\325 will be continued) 405.6 69.33 P (next issue.) 469.98 57.33 T FMENDPAGE %%EndPage: "16" 18 %%Page: "17" 18 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (17) 301.51 39 T 36 585 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 414 R 7 X V 0 18 Q 0 X 3.98 (W) 36 407.33 P 0 10 Q 2.21 (hen she heard the front door of the) 52.98 407.33 P -0.14 (Miners\325 Inn open, Cora Dalmire looked up) 36 395.33 P 1.89 (from her work. A middle-aged man had) 36 383.33 P 0.75 (stopped in front of the dreary oil painting) 36 371.33 P 3.13 (that occupied most of one wall of the) 36 359.33 P (entryway) 36 347.33 T 0.1 (He looked at the swirls of black and the) 46.8 334.67 P 3.79 (pinprick glares of white intently as if) 36 322.67 P 0.55 (searching for some reason he should have) 36 310.67 P 1.42 (encountered it. The look on his face and) 36 298.67 P 0.98 (his hands tracing the swirls told Cora the) 36 286.67 P 0.74 (painting had disturbed him as it had most) 36 274.67 P 0.78 (out-V) 36 262.67 P 0.78 (esta visitors to the asteroid. She had) 58.21 262.67 P 1.48 (studied each of their reactions as closely) 36 250.67 P -0.07 (as she studied his and had never quite seen) 36 238.67 P (what she was looking for) 36 226.67 T (.) 135.93 226.67 T 0.44 (Cora and her husband, Garcin Dalmire,) 46.8 214 P 3.23 (had brought the painting with them to) 36 202 P 2.03 (V) 36 190 P 2.03 (esta thirty years earlier when they had) 42.11 190 P 0.27 (still hoped to \336nd excitement and to strike) 36 178 P 1.42 (it rich mining the asteroids. Running out) 36 166 P -0.25 (of credits and with no funds to leave V) 36 154 P -0.25 (esta,) 188.36 154 P 0.51 (Garcin had signed on with the V) 36 142 P 0.51 (esta Min-) 167.86 142 P 2.29 (ing Company) 36 130 P 2.29 (. T) 91.78 130 P 2.29 (wenty-one years later) 104.47 130 P 2.29 (, a) 194.68 130 P 1.11 (drunken miner had set a short fuse and a) 36 118 P 2.63 (collapsing tunnel buried Garcin beneath) 36 106 P (tons of ore.) 36 94 T 1.75 (W) 46.8 81.33 P 1.75 (ith the last of her insurance money) 55.83 81.33 P 1.75 (,) 203.9 81.33 P 1.94 (Cora had purchased the inn, and, in her) 36 69.33 P -0.2 (\336rst act as owner) 36 57.33 P -0.2 (, had hung the painting by) 103.01 57.33 P 36 585 396 738 R 7 X V 0 30 Q 0 X (T) 44.91 694.33 T 0 22 Q (HE) 63.24 694.33 T 0 30 Q (F) 98.04 694.33 T 0 22 Q (LIGHT OF THE) 114.72 694.33 T 0 30 Q (P) 268 694.33 T 0 22 Q (EQUOD) 284.68 694.33 T 0 30 Q (II) 367.11 694.33 T 0 18 Q (by H. Palmer Hall) 150.54 668 T 0 9 Q (Copyright \251 1992) 183.12 649 T 326.4 189 470.4 315 R 7 X V 0 14 Q 0 X (...the emotional impetus) 326.4 305.67 T (that had forced her into) 326.4 289.67 T -0.5 (what both she and Garcin) 326.4 273.67 P (had dreamed of as a per-) 326.4 257.67 T (sonal voyage of discov-) 326.4 241.67 T (ery) 326.4 225.67 T (, but had wound up as) 343.36 225.67 T (a decades-long period of) 326.4 209.67 T (entrapment...) 326.4 193.67 T 220.8 338 391.2 576 R 7 X V 0 10 Q 0 X 0.47 (the entrance. It reminded her of Earth and) 220.8 569.33 P 1.38 (of the emotional impetus that had forced) 220.8 557.33 P 2.57 (her into what both she and Garcin had) 220.8 545.33 P 1.62 (dreamed of as a personal voyage of dis-) 220.8 533.33 P 1.68 (covery) 220.8 521.33 P 1.68 (, but had wound up as a decades-) 247.35 521.33 P -0.05 (long period of entrapment on a small plan-) 220.8 509.33 P 0.3 (etoid with nothing to of) 220.8 497.33 P 0.3 (fer except the pos-) 316.21 497.33 P 0.73 (sibility of one day earning enough credits) 220.8 485.33 P (to return to Earth.) 220.8 473.33 T 3.74 (Finally) 231.6 461.33 P 3.74 (, the stranger turned his face) 259.27 461.33 P 2.21 (from the painting and walked slowly to) 220.8 449.33 P 0.93 (her desk. \322That\325) 220.8 437.33 P 0.93 (s a hell of a painting you) 286.78 437.33 P (got there, lady) 220.8 425.33 T (.\323) 277.61 425.33 T 1.51 (\322Y) 231.6 413.33 P 1.51 (es,\323 she said, not even bothering to) 242.25 413.33 P (smile. \322Are you staying long?\323) 220.8 401.33 T 1.03 (\322Only the one night. By then, my ship) 231.6 389.33 P -0.1 (should have cleared V) 220.8 377.33 P -0.1 (esta Security and I\325ll) 308.49 377.33 P (be able to set up shop.\323) 220.8 365.33 T -0.23 (\322What are you selling?\323 Cora pulled her) 231.6 353.33 P 4.24 (scanner to the front of the desk and) 220.8 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 1.6 (reached for his credi-) 220.8 328.33 P 3.36 (card. She scanned it) 220.8 316.33 P 5.02 (quickly and, as the) 220.8 304.33 P 2.98 (display lit up, added) 220.8 292.33 P 2.7 (his name. \322Mr) 220.8 280.33 P 2.7 (. Bun-) 283.11 280.33 P (skin, is it?\323) 220.8 268.33 T 3.18 (\322Y) 231.6 255.33 P 3.18 (es, ma\325am, Ray) 242.25 255.33 P 0.76 (Bunskin. And I\325m not) 220.8 243.33 P 8.77 (selling anything. I) 220.8 231.33 P -0.19 (landed in the Alcuin, a) 220.8 219.33 P 2.79 (libship. I lend, for a) 220.8 207.33 P 2.25 (small fee, datawhirls,) 220.8 195.33 P 4.47 (tri-dees, and a very) 220.8 183.33 P 6.4 (small stock of the) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 1.24 (world\325) 220.8 158.33 P 1.24 (s great books. Nothing but the \336n-) 246.9 158.33 P 0.73 (est.\323 Sensing that he had a customer) 220.8 146.33 P 0.73 (, Ray) 369.38 146.33 P 2.85 (smiled. \322If you can come down in the) 220.8 134.33 P 1.18 (morning, the library bay in the ship\325ll be) 220.8 122.33 P (opening early) 220.8 110.33 T (.\323) 274.83 110.33 T 0.38 (\322Y) 231.6 95.83 P 0.38 (ou have books?\323 For the \336rst time in) 242.25 95.83 P 0.45 (a year) 220.8 83.83 P 0.45 (, a slight smile played across Cora\325) 244.99 83.83 P 0.45 (s) 387.31 83.83 P (normally dour face.) 220.8 71.83 T 1.58 (\322Y) 231.6 57.33 P 1.58 (es, but only a few) 242.25 57.33 P 1.58 (. Nothing but the) 318.71 57.33 P 405 338 575.4 738 R 7 X V 0 X 1.05 (classics. Most of my customers just want) 405 731.33 P 3.4 (the latest datawhirls. It doesn\325) 405 719.33 P 3.4 (t pay to) 538.62 719.33 P 0.78 (stock books. They want to experience the) 405 707.33 P 0.46 (emotions of the characters in various situ-) 405 695.33 P 1.43 (ations, have the datawhirler spin out dif-) 405 683.33 P 0.6 (ferent scenarios based on their own ideas.) 405 671.33 P 0.4 (Y) 405 659.33 P 0.4 (ou know what I mean? Not just follow a) 411.22 659.33 P (plot that someone else devised.\323) 405 647.33 T -0.12 (\322When I was a young girl, Mr) 415.8 633.83 P -0.12 (. Bunskin,) 534.7 633.83 P 3.11 (I haunted our local library) 405 621.83 P 3.11 (. Read book) 521.16 621.83 P 2.17 (after book after book. How lovely! The) 405 609.83 P 2.25 (smell and the feel of books! Oh, it has) 405 597.83 P (been a long, long time.\323) 405 585.83 T 2.61 (Ray Bunskin stared at the innkeeper) 415.8 572.33 P 2.61 (.) 572.9 572.33 P 0.95 (She wasn\325) 405 560.33 P 0.95 (t young anymore, in her \336fties,) 447.13 560.33 P 0.96 (but still attractive when she smiled. Must) 405 548.33 P 2.21 (be bored, too, he thought, to talk about) 405 536.33 P 2.85 (books like that, when he had so many) 405 524.33 P 3.41 (datawhirls and tri-dees. \322Y) 405 512.33 P 3.41 (ou come on) 521.94 512.33 P (down to the Alcuin, Ms....?\323) 405 500.33 T 1.72 (\322Cora Dalmire, Mr) 415.8 486.83 P 1.72 (. Bunskin. And I\325ll) 495.01 486.83 P 0.19 (de\336nitely make it down to your ship when) 405 474.83 P (you\325re ready) 405 462.83 T (.\323) 455.13 462.83 T 0.94 (The next morning, after serving break-) 415.8 449.33 P -0.05 (fast to the unmarried miners who stayed in) 405 437.33 P 1.8 (the Inn, Cora Dalmire walked out under) 405 425.33 P 1.83 (the clear dome and, for the \336rst time in) 405 413.33 P 0.05 (more than a year) 405 401.33 P 0.05 (, noticed the brightness of) 471.64 401.33 P 1.04 (the strange sky) 405 389.33 P 1.04 (. Though she had lived on) 466.38 389.33 P 0.24 (V) 405 377.33 P 0.24 (esta for more than two decades, she con-) 411.11 377.33 P 0.47 (tinued to recall the night stars from Earth.) 405 365.33 P 0.93 (This year on V) 405 353.33 P 0.93 (esta, the night sky with its) 466.36 353.33 P 0.55 (familiar constellations, was marred by the) 405 341.33 P 486 168 576 335 R 7 X V 0 X 3.72 (return of the comet.) 486 328.33 P 14.21 (Such predictability) 486 316.26 P 2 (isn\325) 486 304.18 P 2 (t right in such an) 500.81 304.18 P 17 (unpredictable uni-) 486 292.1 P 7.53 (verse, she thought.) 486 280.03 P 0.85 (Falling in towards the) 486 267.95 P 1.87 (sun, Halley\325) 486 255.87 P 1.87 (s tail had) 536.17 255.87 P 11.69 (already begun to) 486 243.79 P 2.37 (streak behind it as it) 486 231.72 P 2.62 (raced inside Jupiter) 486 219.64 P 2.62 (\325) 569.33 219.64 P 2.62 (s) 572.11 219.64 P 5.29 (orbit and began its) 486 207.56 P 7.25 (plunge through the) 486 195.49 P 5.72 (belt. She shuddered) 486 183.41 P 2.33 (slightly as she stared) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 0.55 (at the growing tail and thought of its long) 405.6 158.33 P 2.9 (voyages century after century) 405.6 146.33 P 2.9 (, then she) 532.16 146.33 P (turned back towards the library) 405.6 134.33 T (.) 529.85 134.33 T 2.55 (Cora had grown used to the reduced) 416.4 119.83 P 0.47 (gravity of V) 405.6 107.83 P 0.47 (esta and loped in long, almost) 454.28 107.83 P 0.32 (slow-motion, strides through the streets of) 405.6 95.83 P -0.2 (the small town and over the too-close hori-) 405.6 83.83 P (zon to the seldom-used spaceport.) 405.6 71.83 T 0.21 (The Alcuin, one of two ships in dock at) 416.4 57.33 P FMENDPAGE %%EndPage: "17" 19 %%Page: "18" 19 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (18) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X -0.14 (the time, was garish in the extreme. As she) 36 731.33 P 3.41 (walked up to the two synthalloy lions) 36 719.33 P 1.45 (\337anking the entrance to the library) 36 707.33 P 1.45 (, Cora) 180.53 707.33 P 0.33 (laughed out loud. They recalled memories) 36 695.33 P 1.91 (of her Earthtown library) 36 683.33 P 1.91 (, but these lions) 137.94 683.33 P 5.67 (were distorted. Their over) 36 671.33 P 5.67 (-sized eyes) 156.61 671.33 P 2.16 (glowed red and sensors, detecting Cora,) 36 659.33 P 0.43 (caused the eyes to swivel towards her and) 36 647.33 P 0.22 (show scenes from the latest tri-dees. From) 36 635.33 P 3.18 (the speakers in their mouths, the lions) 36 623.33 P 3.42 (roared out the costs of datawhirls and) 36 611.33 P (players and invited her in.) 36 599.33 T 1.99 (As she walked between the lions and) 46.8 587.13 P 1.25 (into the ship\325) 36 575.13 P 1.25 (s main library) 90.71 575.13 P 1.25 (, Cora spotted) 148.09 575.13 P 3.38 (Ray Bunskin napping behind the main) 36 563.13 P 3.99 (desk. She walked quickly through the) 36 551.13 P 0.12 (glare of tri-dee screens and past shelf after) 36 539.13 P 0.48 (shelf of datawhirls to the very back of the) 36 527.13 P -0.04 (shop where she had spotted a small collec-) 36 515.13 P (tion of only a few hundred books.) 36 503.13 T 2.63 (\322Beg pardon, Ms. Dalmire,\323 Bunskin) 46.8 490.93 P 1.14 (yawned widely and stretched, \322didn\325) 36 478.93 P 1.14 (t see) 187.22 478.93 P 0.89 (you come in. Just taking a little rest. Set-) 36 466.93 P 0.06 (ting up the entrance and the lions wore me) 36 454.93 P (out.\323) 36 442.93 T 0.03 (His eyes lit up as he saw her pull one of) 46.8 430.73 P 0.44 (the books from its shelf. He could smell a) 36 418.73 P 1.06 (rental. \322As I said last night, we don\325) 36 406.73 P 1.06 (t get) 187.85 406.73 P 0.31 (much call for book books, but we do have) 36 394.73 P 3 (that small set you\325re looking at. There) 36 382.73 P 0.67 (simply aren\325) 36 370.73 P 0.67 (t enough real book readers in) 86.74 370.73 P (the system any more.\323) 36 358.73 T 2.62 (\322Is this all? For a library?\323 A slight) 46.8 346.53 P (frown appeared on Cora\325) 36 334.53 T (s face.) 135.63 334.53 T 0.03 (\322Y) 46.8 322.33 P 0.03 (es, ma\325am. I\325ve got a great collection) 57.45 322.33 P 3.41 (of datawhirls, though, if you\325d like to) 36 310.33 P 1.94 (really lose yourself in a strong plot that) 36 298.33 P (you help to create.\323) 36 286.33 T 1.04 (\322I don\325) 46.8 274.13 P 1.04 (t think so, Mr) 76.24 274.13 P 1.04 (. Bunskin. I don\325) 133.23 274.13 P 1.04 (t) 203.62 274.13 P 4.34 (want to lose myself, not again.\323 She) 36 262.13 P 0.43 (turned back to the books and pulled down) 36 250.13 P 1.35 (from the shelf a fat copy of Moby Dick.) 36 238.13 P 0.63 (\322It\325) 36 226.13 P 0.63 (s been years since I\325ve seen this book.) 49.32 226.13 P 1.9 (W) 36 214.13 P 1.9 (ill you be on V) 45.03 214.13 P 1.9 (esta long? W) 111.49 214.13 P 1.9 (ill I have) 167.07 214.13 P (time to read it?\323) 36 202.13 T -0.04 (\322It\325) 46.8 189.93 P -0.04 (s hard to tell, Ms. Dalmire. From the) 60.12 189.93 P 3.09 (looks of things,\323 he waved around the) 36 177.93 P 1.1 (empty room, \322I\325m not going to make my) 36 165.93 P 1.35 (nut any time soon. I could be stuck here) 36 153.93 P (forever) 36 141.93 T (.\323) 64.3 141.93 T 2.36 (\322Then I\325ll take it,\323 she said, handing) 46.8 129.73 P (him her credicard.) 36 117.73 T 0.79 (\322Here,\323 he said, \322take this one, too, no) 46.8 105.53 P 1.79 (char) 36 93.53 P 1.79 (ge. Just for taking that old book of) 53.02 93.53 P 1.79 (f) 203.07 93.53 P 0.88 (the shelves.\323 He handed her an unlabeled) 36 81.53 P (datawhirl.) 36 69.53 T (\322What is it?\323 she asked.) 46.8 57.33 T 220.8 54 391.2 738 R 7 X V 0 X 2.13 (\322Old French stuf) 231.6 731.33 P 2.13 (f, mid-twentieth cen-) 302.85 731.33 P 1.26 (tury) 220.8 719.33 P 1.26 (, but the label\325) 236.25 719.33 P 1.26 (s worn of) 297.22 719.33 P 1.26 (f. Only thing) 337.32 719.33 P -0.09 (you can read is \324existentialisme\325. Plug it in) 220.8 707.33 P 2.68 (while you\325re reading the book and it\325ll) 220.8 695.33 P (double your pleasure.\323) 220.8 683.33 T 0.53 (T) 231.6 671.11 P 0.53 (o the sound of roaring lions, Cora left) 237.01 671.11 P 0.19 (the library and retreated to her small room) 220.8 659.11 P 3.07 (behind the Inn\325) 220.8 647.11 P 3.07 (s desk. W) 287.45 647.11 P 3.07 (ith two hours) 332.32 647.11 P -0.2 (before she needed to prepare dinner for the) 220.8 635.11 P 0.67 (dozen miners who stopped by on the way) 220.8 623.11 P 1.21 (to their cubicles, she had time to make a) 220.8 611.11 P 0.18 (start on the story) 220.8 599.11 P 0.18 (. She put the datawhirl on) 287.59 599.11 P 3.92 (the small table next to her chair and) 220.8 587.11 P -0.11 (opened the book to the \336rst page. \322Call me) 220.8 575.11 P 0.63 (Ishmael!\323 she read, and lost herself in the) 220.8 563.11 P (story) 220.8 551.11 T (.) 240.14 551.11 T 1.03 (After what seemed to Cora only a few) 231.6 538.89 P 1.49 (minutes, a yell from the front of the Inn) 220.8 526.89 P 1.35 (interrupted her quiet. \322What\325) 220.8 514.89 P 1.35 (s for dinner) 340.32 514.89 P 1.35 (,) 388.7 514.89 P (Cora? Where the hell are you?\323) 220.8 502.89 T 2.53 (\322Clam chowder) 231.6 490.67 P 2.53 (,\323 she screamed back,) 296.74 490.67 P 3.15 (then realized where she was. \322I mean,) 220.8 478.67 P 1.49 (whatever it is will be ready in a minute.) 220.8 466.67 P 0.76 (Go on into the dining room!\323 She put the) 220.8 454.67 P 3.97 (book down next to the datawhirl and) 220.8 442.67 P 3.14 (stretched her whole body as she reim-) 220.8 430.67 P 0.51 (mersed herself in the daily routine of run-) 220.8 418.67 P (ning the Miners\325 Inn.) 220.8 406.67 T 5.49 (Serving dinner to the miners, she) 231.6 394.45 P 3.33 (thought back to Earth and whales and) 220.8 382.45 P 2.03 (oceans and wondered why she had ever) 220.8 370.45 P 0.55 (left. \322Aaah!\323 she screamed, Karl Johnsen,) 220.8 358.45 P 2.17 (one of the younger miners, grabbed her) 220.8 346.45 P 1.46 (around the waist and pulled her onto his) 220.8 334.45 P 0.45 (lap. She slapped him hard on the face and) 220.8 322.45 P 0.75 (ran out of the room tears streaming down) 220.8 310.45 P (her face.) 220.8 298.45 T 4.37 (\322Cora! What\325) 231.6 286.22 P 4.37 (s wrong?\323 Karl yelled) 290.1 286.22 P 0.23 (after her and ran back to the of) 220.8 274.22 P 0.23 (\336ce. \322Cora,) 345.17 274.22 P 0.31 (honey) 220.8 262.22 P 0.31 (, I didn\325) 244.58 262.22 P 0.31 (t mean anything by it. Just a) 276.93 262.22 P 0.81 (little fun. Can\325) 220.8 250.22 P 0.81 (t do much of anything else) 280.82 250.22 P (on this rock.\323) 220.8 238.22 T 0.25 (\322There\325) 231.6 226 P 0.25 (s a library) 262.12 226 P 0.25 (, Karl. Go check out a) 301.95 226 P 1.93 (book or something and stop treating me) 220.8 214 P (like a piece of natural beef.\323) 220.8 202 T (\322Hey) 231.6 189.78 T (, Cora. I\325m real sorry) 252.04 189.78 T (, honey) 335.76 189.78 T (.\323) 364.54 189.78 T 0.81 (\322Don\325) 231.6 177.56 P 0.81 (t you \322honey\323 me, Karl Johnsen.) 256.4 177.56 P 0.64 (If I had the money) 220.8 165.56 P 0.64 (, I\325d get of) 296.56 165.56 P 0.64 (f this scurvy) 340.5 165.56 P -0.21 (rock and back to Earth where men like you) 220.8 153.56 P 3.14 (can \336nd these to do without bothering) 220.8 141.56 P (me.\323) 220.8 129.56 T 1.78 (\322Earth? Y) 231.6 117.33 P 1.78 (ou talking about the Earth I) 272.62 117.33 P 1.13 (came from last year) 220.8 105.33 P 1.13 (, Cora? There\325) 302.88 105.33 P 1.13 (s noth-) 362.59 105.33 P 0.72 (ing there for anyone except chemshooters) 220.8 93.33 P 2.86 (and socketheads. It\325) 220.8 81.33 P 2.86 (s not like out here,) 305.63 81.33 P 1.45 (honey) 220.8 69.33 P 1.45 (, where you\325re free to do whatever) 244.58 69.33 P 1.03 (you can af) 220.8 57.33 P 1.03 (ford to do.\323 Karl smiled at her) 264.3 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.31 (and drew her into his arms. As she looked) 405.6 731.33 P 0.17 (up, he bent his head down and brought his) 405.6 719.33 P (lips down hard on hers.) 405.6 707.33 T 0.6 (Cora pushed back and kicked him hard) 416.4 694.33 P 2.3 (in the groin. \322Keep the hell away from) 405.6 682.33 P 0.03 (me!\323 She ran into the dining room. \322All of) 405.6 670.33 P (you just keep away from me!\323) 405.6 658.33 T 3.51 (That night, after the last miner had) 416.4 637.33 P -0.1 (either gone to bed or down the street to the) 405.6 625.33 P 2.65 (bar) 405.6 613.33 P 2.65 (, she lay down in her own bed and) 417.96 613.33 P 2.85 (picked up the book to read again. She) 405.6 601.33 P 1.85 (looked down at the datawhirl which she) 405.6 589.33 P 2.43 (had brought up the stairs with her) 405.6 577.33 P 2.43 (, and) 554.14 577.33 P 0 (with a shrug, pushed it into the slot next to) 405.6 565.33 P 1.26 (the lamp socket. She opened the book to) 405.6 553.33 P 0.32 (Father Mapple\325) 405.6 541.33 P 0.32 (s sermon and, enjoying the) 467.27 541.33 P 0 (company of Ishmael and Queequeg, began) 405.6 529.33 P (to read of various whaling disasters.) 405.6 517.33 T 1.42 (But what was Garcin doing in the old) 416.4 504.33 P 1.05 (clapboard church? And who was Estelle?) 405.6 492.33 P 2.34 (Why couldn\325) 405.6 480.33 P 2.34 (t they open the door? And) 460.22 480.33 P 0.35 (where did the door lead? She realized that) 405.6 468.33 P 0.2 (the datawhirl had put her and her lost hus-) 405.6 456.33 P 2.72 (band into the church with Ishmael, but) 405.6 444.33 P 1.29 (could not \336gure out the attractive blonde) 405.6 432.33 P 2.03 (woman named Estelle who clung to her) 405.6 420.33 P 0.35 (husband\325) 405.6 408.33 P 0.35 (s arm or the big bronze clock sit-) 441.69 408.33 P 0.08 (ting on the pew in front of her) 405.6 396.33 P 0.08 (. She put the) 525.79 396.33 P (book down and unplugged the datawhirl.) 405.6 384.33 T 1.11 (Finding her place again, she read until) 416.4 371.33 P 0.34 (late in the night. When she fell asleep, the) 405.6 359.33 P 3.34 (book dropping to the \337oor beside her) 405.6 347.33 P 3.34 (,) 573.5 347.33 P 0.99 (Cora dreamed. In her dream, she sailed a) 405.6 335.33 P 7.63 (spaceship called Pequod II chasing) 405.6 323.33 P 2.27 (throughout the system a great phantasm) 405.6 311.33 P 1.26 (with a huge tail streaming behind it. She) 405.6 299.33 P 4.6 (whispered into the night that nothing) 405.6 287.33 P 2.97 (would box her in, not ever again. She) 405.6 275.33 P 0.32 (strove with the malignant beast and woke,) 405.6 263.33 P 0.37 (sweat-soaked, with \336re in her eyes, shout-) 405.6 251.33 P (ing, \322I\325d strike the sun if it insulted me!\323) 405.6 239.33 T 0.37 (Still shaking with rage, Cora pulled her) 416.4 226.33 P 2.77 (faded clothing back over her body and) 405.6 214.33 P 0.52 (brushed her hair in front of the mirror) 405.6 202.33 P 0.52 (. As) 559.38 202.33 P 0.83 (she twisted her long black hair out of her) 405.6 190.33 P 2.11 (face, she saw the wild look in her own) 405.6 178.33 P -0.02 (eyes and, faintly behind her) 405.6 166.33 P -0.02 (, the shape of a) 515.86 166.33 P 0.55 (man holding a gold doubloon in his hand.) 405.6 154.33 P -0.22 (And she knew) 405.6 142.33 P -0.22 (, suddenly) 461.7 142.33 P -0.22 (, who Estelle was.) 501.92 142.33 P 1.55 (She remembered walking home to the) 416.4 129.33 P 2.68 (small dome she and Garcin shared and) 405.6 117.33 P 2.71 (seeing the young blonde woman racing) 405.6 105.33 P -0.18 (out of the house. When she had asked Gar-) 405.6 93.33 P -0.17 (cin about her) 405.6 81.33 P -0.17 (, he had shrugged of) 457.04 81.33 P -0.17 (f the inci-) 537.49 81.33 P 2.31 (dent. \322Nothing to worry about,\323 he had) 405.6 69.33 P 0.69 (said. \322Just a woman from the shop. Not a) 405.6 57.33 P FMENDPAGE %%EndPage: "18" 20 %%Page: "19" 20 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 0.66 (brain in her head.\323 She had only been the) 36 731.33 P 1.78 (\336rst, and perhaps not even that, the \336rst) 36 719.33 P 4.39 (Cora has caught. In the years before) 36 707.33 P 1.25 (Garcin\325) 36 695.33 P 1.25 (s death, Cora knew of three other) 65.97 695.33 P 0.71 (women he had bedded in their dome. She) 36 683.33 P 0.73 (had been ready to leave, but had no other) 36 671.33 P (place to go.) 36 659.33 T 0.7 (Images of whales and the bronze clock) 46.8 646.13 P 2.26 (and of Estelle and Garcin and a locked) 36 634.13 P 2.94 (room stayed in her mind all day) 36 622.13 P 2.94 (. That) 180.14 622.13 P 0.83 (night she dreamed again of the Pequod II) 36 610.13 P 5.68 (and saw her husband, his hands in) 36 598.13 P 4.85 (Estelle\325) 36 586.13 P 4.85 (s long blond hair) 65.98 586.13 P 4.85 (, and herself) 147.59 586.13 P 0.87 (locked in the small room. Garcin glanced) 36 574.13 P 0.32 (quickly at Cora, stroked Estelle\325) 36 562.13 P 0.32 (s face and) 165.8 562.13 P 2.62 (then pounded against the door) 36 550.13 P 2.62 (, banging) 166.57 550.13 P 1.22 (harder and harder) 36 538.13 P 1.22 (, until \336nally it cracked) 108.52 538.13 P 3.56 (open and swung out. He stood at the) 36 526.13 P 0.43 (threshold and stared out into the dark cor-) 36 514.13 P 2.46 (ridor) 36 502.13 P 2.46 (. T) 54.88 502.13 P 2.46 (aking Estelle\325) 67.75 502.13 P 2.46 (s hand and turning) 124.9 502.13 P (his back to Cora, he shook his head sadly) 36 490.13 T (.) 200.52 490.13 T 1.66 (W) 46.8 476.93 P 1.66 (atching the two of them move back) 55.44 476.93 P 0.27 (into the room and sit down on a hideously) 36 464.93 P 0.81 (green sofa, Cora walked to the door) 36 452.93 P 0.81 (, then) 183.38 452.93 P 0.28 (turned back and looked once more at Gar-) 36 440.93 P 4.08 (cin. \322Aren\325) 36 428.93 P 4.08 (t you coming?\323 she asked.) 84.86 428.93 P 0.06 (When he replied that he had too much still) 36 416.93 P 0.39 (to learn about himself in the locked room,) 36 404.93 P 1.57 (she laughed bitterly) 36 392.93 P 1.57 (, and walked through) 117.32 392.93 P 0.43 (the prison door into a blackness devoid of) 36 380.93 P 3.64 (light. She looked back into the bright) 36 368.93 P 0.69 (room, then slammed the door shut behind) 36 356.93 P (her) 36 344.93 T (.) 48.21 344.93 T 2.39 (When Cora awoke the next morning,) 46.8 323.73 P 1.7 (she felt relaxed and more alive than she) 36 311.73 P 6.7 (had felt in years. Plugging in the) 36 299.73 P 2.91 (datawhirl, she opened the pages of the) 36 287.73 P 0.41 (book to read the last chapters and learn of) 36 275.73 P 0.78 (the death of Captain Ahab. The datawhirl) 36 263.73 P 0.9 (no longer fed her the story of Estelle and) 36 251.73 P 3 (Garcin; the clock was gone. But Ahab) 36 239.73 P 4.26 (raged and speared the whale and the) 36 227.73 P 3.85 (Pequod sank. When Queequeg\325) 36 215.73 P 3.85 (s cof) 173.02 215.73 P 3.85 (\336n) 195.85 215.73 P -0.19 (shot to the top of the ocean, she sighed and) 36 203.73 P (put the book away) 36 191.73 T (.) 108.91 191.73 T 0.16 (Cora made her mind up that morning to) 46.8 178.53 P 1.44 (leave V) 36 166.53 P 1.44 (esta. The datawhirl had reminded) 67.13 166.53 P 0.83 (of her of her husband\325) 36 154.53 P 0.83 (s in\336delities and of) 127.57 154.53 P 1.43 (the stagnancy that had pervaded her life.) 36 142.53 P 0.19 (She would do something and in that doing) 36 130.53 P 0.38 (would rise out of the locked box. And she) 36 118.53 P (would begin with Bunskin.) 36 106.53 T -0.17 (The \336rst thing she saw when she left the) 46.8 93.33 P 2.18 (Inn that morning was Comet Halley) 36 81.33 P 2.18 (, its) 189.78 81.33 P 1.72 (tail already stretching across the horizon) 36 69.33 P -0.04 (as the solar winds pushed them farther and) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 4.43 (farther behind the small nucleus. She) 220.8 731.33 P 0 (raised her hands as if to strangle the chunk) 220.8 719.33 P -0.24 (of dirty ice. \322Nothing should be so predict-) 220.8 707.33 P (able!\323 she screamed at it.) 220.8 695.33 T 2.04 (Ray Bunskin never had a chance. He) 231.6 683.18 P 0.41 (stood to greet her when he heard the lions) 220.8 671.18 P 1.19 (roaring. Asking her if she wanted to rent) 220.8 659.18 P (anything else, he was stunned at her reply) 220.8 647.18 T (.) 387.25 647.18 T 1.11 (\322I want the ship! Now!\323 As she spoke) 231.6 635.03 P (her eyes pinned him to the wall.) 220.8 623.03 T 1.61 (\322But you can\325) 231.6 610.87 P 1.61 (t have it! It\325) 290.71 610.87 P 1.61 (s my liveli-) 342.45 610.87 P (hood.\323) 220.8 598.87 T 1.22 (\322Livelihood hell!\323 She almost spat the) 231.6 586.72 P 0.86 (words at him. \322What kind of living can a) 220.8 574.72 P 0.22 (man make doing what you do. W) 220.8 562.72 P 0.22 (ith me as) 354.67 562.72 P 0.41 (your only customer on V) 220.8 550.72 P 0.41 (esta, you\325ll never) 321.27 550.72 P 0.37 (earn enough money to take the old tub of) 220.8 538.72 P 0.37 (f) 387.87 538.72 P 2.43 (asteroid. Y) 220.8 526.72 P 2.43 (ou might as well sell it now) 266.09 526.72 P 3.91 (instead of waiting \324til you can\325) 220.8 514.72 P 3.91 (t even) 363.14 514.72 P (af) 220.8 502.72 T (ford a meal at the Inn.\323) 228.39 502.72 T 1.8 (\322Sell it? The Alcuin? How could you) 231.6 490.56 P 1.54 (af) 220.8 478.56 P 1.54 (ford to buy a ship like this? The auto-) 228.39 478.56 P 0 (mated navaids alone would cost more than) 220.8 466.56 P 2.12 (a dead miner) 220.8 454.56 P 2.12 (\325) 277.04 454.56 P 2.12 (s wife could ever hope to) 279.82 454.56 P 0.7 (pay) 220.8 442.56 P 0.7 (. No, Ms. Dalmire, I\325d love to sell out) 234.58 442.56 P 2.47 (from under this thing, but you couldn\325) 220.8 430.56 P 2.47 (t) 388.42 430.56 P (\337oat the credits.\323) 220.8 418.56 T 3.72 (Cora looked at him sharply) 231.6 406.41 P 3.72 (. \322I can) 354.63 406.41 P 0.69 (af) 220.8 394.41 P 0.69 (ford the ship. Not with credits, but with) 228.39 394.41 P 0.31 (the Inn. It\325) 220.8 382.41 P 0.31 (s yours Bunskin and all its con-) 263.33 382.41 P 3.77 (tents and damnable customers, for the) 220.8 370.41 P (ship.\323) 220.8 358.41 T 1.89 (Bunskin saw the way her eyes lipped) 231.6 346.26 P 0.55 (over the datawhirls and her hands clasped) 220.8 334.26 P 1.62 (the book and thought he could get more) 220.8 322.26 P 3.53 (out of her) 220.8 310.26 P 3.53 (. \322Okay) 266.16 310.26 P 3.53 (, Ms. Dalmire, she\325) 300.12 310.26 P 3.53 (s) 387.31 310.26 P 0.59 (yours for the Inn and for whatever credits) 220.8 298.26 P (you have in your account.\323) 220.8 286.26 T 0.16 (\322Half the credits or no deal,\323 Cora said.) 231.6 274.1 P 1.89 (\322I\325ve got to get the powerpacks re\336lled.) 220.8 262.1 P 1.54 (But take all the datawhirls with you this) 220.8 250.1 P (afternoon.\323) 220.8 238.1 T -0.23 (She plugged her credicard into the scan-) 231.6 225.95 P 1.11 (ner and told it to transfer half her credits) 220.8 213.95 P 0.55 (and the rights to the Miners\325 Inn on V) 220.8 201.95 P 0.55 (esta) 375.66 201.95 P 1.07 (to Ray Bunskin as soon as he transferred) 220.8 189.95 P 1.89 (the Alcuin to her) 220.8 177.95 P 1.89 (. Bunskin then inserted) 293.37 177.95 P (his credicard.) 220.8 165.95 T 0.21 (\322Y) 231.6 153.79 P 0.21 (ou\325ve got yourself a ship, Ms. Dalm-) 242.25 153.79 P (ire.\323) 220.8 141.79 T 0.27 (\322Enjoy the inn, Mr) 231.6 129.64 P 0.27 (. Bunskin. I\325m going) 307.37 129.64 P (home to Earth.\323) 220.8 117.64 T 0.94 (\322But that\325) 231.6 105.49 P 0.94 (s the one place you can\325) 271.68 105.49 P 0.94 (t go,) 372.49 105.49 P 0.89 (Ms. Dalmire. Y) 220.8 93.49 P 0.89 (ou can go any other place) 284.32 93.49 P (in the system, but not to Earth.\323) 220.8 81.49 T 1.2 (\322Why not?\323 She turned to him, know-) 231.6 69.33 P 1.17 (ing when she saw him shift his eyes that) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.38 (he was telling the truth. \322Why not, Bun-) 405.6 731.33 P (skin?\323) 405.6 719.33 T 3.09 (\322The same reason I didn\325) 416.4 706.22 P 3.09 (t go there.) 529.58 706.22 P 0.31 (Only drones can land near Earth. The poi-) 405.6 694.22 P 0.06 (sons in the atmosphere got so bad over the) 405.6 682.22 P 0.31 (past few decades that no one\325) 405.6 670.22 P 0.31 (s allowed in,) 524.57 670.22 P 0.79 (only out. Only reason people can leave is) 405.6 658.22 P 1.38 (the authorities \336gure that way there\325d be) 405.6 646.22 P (more of everything for the people left.\323) 405.6 634.22 T -0.07 (Cora ran back to the inn, leaping madly) 416.4 621.11 P -0.07 (,) 573.5 621.11 P 1.32 (recklessly through the small town. When) 405.6 609.11 P 0.58 (she got back to the room, she through her) 405.6 597.11 P 0.75 (clothes into a small bag and lurched back) 405.6 585.11 P -0.01 (outside, stopping only to take down the oil) 405.6 573.11 P 0.27 (painting that was her last link to the dying) 405.6 561.11 P (planet.) 405.6 549.11 T 3.94 (The next morning, she cleared port) 416.4 528 P 2.93 (authority and \337oated gently away from) 405.6 516 P 0.55 (V) 405.6 504 P 0.55 (esta. Selecting a navigation chip, she set) 411.71 504 P 1.94 (the time, date, and V) 405.6 492 P 1.94 (esta coordinates on) 495.52 492 P 2.63 (the console and told the ship to plot a) 405.6 480 P 5.68 (course for Comet Halley) 405.6 468 P 5.68 (. Pequod II) 520.51 468 P 0.54 (\337ashed an enlar) 405.6 456 P 0.54 (ged view of Jupiter on the) 469.22 456 P (six foot screen above the console.) 405.6 444 T 0.46 (\322Not Jupiter) 416.4 430.89 P 0.46 (, idiot! The comet! T) 465.59 430.89 P 0.46 (ake us) 550.28 430.89 P (to the comet!\323) 405.6 418.89 T 6.38 (In rhythmic speech, the computer) 416.4 405.78 P 4.43 (responded. \322This ship is incapable of) 405.6 393.78 P 4.29 (reaching Comet Halley without taking) 405.6 381.78 P 2.59 (advantage of the gravity well of Planet) 405.6 369.78 P 1.05 (Jupiter) 405.6 357.78 P 1.05 (. The only possible window lies in) 432.26 357.78 P 3.21 (Jupiter) 405.6 345.78 P 3.21 (. Pequod II will intersect Halley) 432.26 345.78 P 3.93 (orbit between Planet Earth and Planet) 405.6 333.78 P (V) 405.6 321.78 T (enus.\323) 411.71 321.78 T 1.57 (For the next few weeks, Cora worked) 416.4 300.67 P 0.55 (her way through Ray Bunskin\325) 405.6 288.67 P 0.55 (s book col-) 530.49 288.67 P 0.73 (lection, stopping only to exercise, eat and) 405.6 276.67 P 0.48 (drink and to stare at Jupiter as it occupied) 405.6 264.67 P (a greater and greater part of the display) 405.6 252.67 T (.) 561.75 252.67 T 0.56 (\322Have you ever read Moby Dick, com-) 416.4 239.56 P (puter?\323) 405.6 227.56 T 6.17 (\322This computer has scanned most) 416.4 214.44 P -0.12 (books and has links to all major datalibrar-) 405.6 202.44 P 1.52 (ies. It does not read, but can display the) 405.6 190.44 P (contents of any scanned book.\323) 405.6 178.44 T 3.98 (After a few months, the ship dove) 416.4 165.33 P 0.27 (through the rings of Jupiter and Cora sank) 405.6 153.33 P 1.29 (deeply into her acceleration couch as the) 405.6 141.33 P 8.4 (forces slingshotting Pequod towards) 405.6 129.33 P 2.31 (Earth pressed against her) 405.6 117.33 P 2.31 (. By that time,) 512.16 117.33 P 0.73 (she had grown bored. Of the ship and the) 405.6 105.33 P 1.11 (food! Of the books and the computer) 405.6 93.33 P 1.11 (. Of) 559.35 93.33 P 0 (the low vibrations of the ship\325) 405.6 81.33 P 0 (s engine. It\325) 525.21 81.33 P 0 (s) 572.11 81.33 P 3.42 (time, she thought. T) 405.6 69.33 P 3.42 (ime to \336ght back.) 495.76 69.33 P 1.27 (T) 405.6 57.33 P 1.27 (ime to thrust my hand through the wall) 411.36 57.33 P FMENDPAGE %%EndPage: "19" 21 %%Page: "20" 21 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 0.51 (and shout like Ahab against the walls that) 36 731.33 P 0.79 (hold me in. Her head ached and throbbed) 36 719.33 P (in time with the pulsing of the ship.) 36 707.33 T 0 (A new picture had appeared on the con-) 46.8 694.33 P 0.95 (sole. The picture framed in a black back-) 36 682.33 P 0.73 (ground a myriad of white specks swirling) 36 670.33 P 1.95 (across the sky) 36 658.33 P 1.95 (. Halley\325) 95.32 658.33 P 1.95 (s Comet, its head) 131.69 658.33 P 1.75 (tiny compared to the long tail streaming) 36 646.33 P -0.18 (away from the sun, had made its long jour-) 36 634.33 P 0.19 (ney through the outer planets on its circuit) 36 622.33 P 1.7 (into the system and streaked in to brush) 36 610.33 P 0.93 (near the sun. She felt the ship shudder as) 36 598.33 P 2.12 (the main engine boosted speed with the) 36 586.33 P 0.3 (assistance of Jupiter) 36 574.33 P 0.3 (\325) 117.47 574.33 P 0.3 (s gravity and sped on) 120.25 574.33 P 1.74 (its way to its rendezvous. Cora sat back) 36 562.33 P (down to \336nish her book.) 36 550.33 T 0.88 (She had forced herself to exercise dur-) 46.8 529.33 P 3.05 (ing her three-month \337ight to reach the) 36 517.33 P 0.79 (comet. Her hair grew ever longer and her) 36 505.33 P 0.64 (muscles toned up as the regimen matched) 36 493.33 P 1.66 (the rhythm of the pounding in her head.) 36 481.33 P 2.58 (Ever in front of her) 36 469.33 P 2.58 (, she could see the) 123.08 469.33 P 0.79 (comet. It blended with the painting in the) 36 457.33 P -0.23 (Miners\325 Inn, swirled through the blackness) 36 445.33 P 1.27 (of the canvas. Her eyes \337ashed wildly at) 36 433.33 P 0.22 (the screen as the comet\325) 36 421.33 P 0.22 (s head grew lar) 132.37 421.33 P 0.22 (ger) 193.64 421.33 P -0.12 (and lar) 36 409.33 P -0.12 (ger until, at length, the tail could \336ll) 63.17 409.33 P 1.82 (only half the display and the head, only) 36 397.33 P 1.09 (eight kilometers wide, grew lar) 36 385.33 P 1.09 (ger than a) 164.81 385.33 P (human\325) 36 373.33 T (s.) 65.98 373.33 T 0.32 (She laughed wildly as she slammed her) 46.8 360.33 P 1.66 (body through the routine that had begun) 36 348.33 P 1.38 (with a half hour each morning and night) 36 336.33 P 0.88 (and now occupied half her waking hours.) 36 324.33 P 0.51 (She needed less sleep than she had earlier) 36 312.33 P 2.5 (required and ate ravenously to feed the) 36 300.33 P 2.77 (demands of her growing muscles. Cora) 36 288.33 P -0.45 (prepared herself for the great task to come.) 36 276.33 P 1.85 (Finally) 46.8 263.33 P 1.85 (, the ship\325) 74.47 263.33 P 1.85 (s alarms clanged and) 117.32 263.33 P 1.46 (she heard the \336rst evidence that she was) 36 251.33 P 1.38 (closing with the comet as tiny fragments) 36 239.33 P (of the tail intercepted Pequod II\325) 36 227.33 T (s path.) 165.63 227.33 T 0.71 (Cora ordered the ship to give full front) 46.8 214.33 P 3.3 (display and blanched as she saw) 36 202.33 P 3.3 (, then) 180.9 202.33 P 2.55 (heard, more fragments banging into the) 36 190.33 P -0.23 (front de\337ector screens. The plasma display) 36 178.33 P 0.83 (unit came alive with the tiny pinpricks of) 36 166.33 P 0.35 (light racing toward the ship in bright lines) 36 154.33 P 0.27 (as she matched patterns with the streaking) 36 142.33 P (ball of ice and \337ew into the tail.) 36 130.33 T 3.66 (Her \336ngers \337ashing across the key-) 46.8 117.33 P 2.08 (board, Cora ordered the Pequod II back) 36 105.33 P 0.9 (into the \337ume as comet and ship plunged) 36 93.33 P -0.16 (down toward the inner planets and the sun.) 36 81.33 P 3.65 (At 18,000 kilometers out she saw the) 36 69.33 P 1.7 (black nucleus in the center of the bright) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.03 (spray of gasses. A \336st of ice and encrusted) 220.8 731.33 P 4.43 (dust, the comet\325) 220.8 719.33 P 4.43 (s head dominated the) 293.24 719.33 P 7.07 (screen like some malevolent despot) 220.8 707.33 P 0.22 (demanding her retreat, and Cora screamed) 220.8 695.33 P (in de\336ance.) 220.8 683.33 T 0.87 (Choosing the heaviest trail of light she) 231.6 670.95 P 0.87 (could \336nd, Cora made last minute adjust-) 220.8 658.95 P -0.21 (ments to the console and nursed the ship to) 220.8 646.95 P 0.79 (greater and greater speed. As she saw the) 220.8 634.95 P -0.05 (black \336st grow lar) 220.8 622.95 P -0.05 (ger and lar) 292.9 622.95 P -0.05 (ger) 335.35 622.95 P -0.05 (, \336lling the) 347.71 622.95 P -0.16 (screen, she ordered the computer to cut the) 220.8 610.95 P 2.36 (engines. The Pequod II raced down the) 220.8 598.95 P -0.19 (shining yellow tunnel made by the comet\325) 220.8 586.95 P -0.19 (s) 387.31 586.95 P 0.43 (tail and plunged downward into the spray) 220.8 574.95 P 0.43 (.) 388.7 574.95 P 0.27 (Cora raised her own \336st back at the comet) 220.8 562.95 P 1.86 (and sang in outrage as the ship plunged) 220.8 550.95 P 0.34 (into the abyss and fractured the ball of ice) 220.8 538.95 P 0.03 (in an explosion that sent showers of multi-) 220.8 526.95 P 1.93 (colored lights racing through the system) 220.8 514.95 P (for days.) 220.8 502.95 T 1.16 (A lar) 231.6 490.57 P 1.16 (ge chunk of its nucleus broke of) 252.84 490.57 P 1.16 (f) 387.87 490.57 P 4.62 (and Comet Halley) 220.8 478.57 P 4.62 (, calving, created a) 302.12 478.57 P 0.35 (daughter comet. T) 220.8 466.57 P 0.35 (win tails licked outward) 293.81 466.57 P 0.91 (from the comets as they grew farther and) 220.8 454.57 P 0.87 (farther apart. The night sky over V) 220.8 442.57 P 0.87 (esta lit) 363.96 442.57 P 1.29 (up with the re\337ection from Cora\325) 220.8 430.57 P 1.29 (s comet) 359.1 430.57 P 3.29 (as it began its journey past Earth and) 220.8 418.57 P (around the sun.) 220.8 406.57 T 405.6 54 576 738 R 7 X V 1 F 0 X 3.15 (Palmer Hall is Library Dir) 405.6 197.12 P 3.15 (ector at St.) 526.11 197.12 P -0.25 (Mary\325) 405.6 185.12 P -0.25 (s University and teaches part-time in) 429.29 185.12 P 6.46 (the English Department. Publications) 405.6 173.12 P 2.12 (include a li-berry book he co-edited for) 405.6 161.12 P 0.1 (Scar) 405.6 149.12 P 0.1 (ecr) 423.55 149.12 P 0.1 (ow Pr) 435.94 149.12 P 0.1 (ess and various poems, short) 459.83 149.12 P -0.12 (stories and essays. He\325) 405.6 137.12 P -0.12 (s curr) 496.11 137.12 P -0.12 (ently complet-) 519.22 137.12 P 0.51 (ing an anthology of poems on the Persian) 405.6 125.12 P 4.41 (Gulf W) 405.6 113.12 P 4.41 (ar \050A Measur) 437.69 113.12 P 4.41 (ed Response\051 for) 500 113.12 P 0.99 (Pecan Gr) 405.6 101.12 P 0.99 (ove Pr) 444.8 101.12 P 0.99 (ess. \322Pequod\323 is his \336rst) 471.79 101.12 P 1.1 (science \336ction story) 405.6 89.12 P 1.1 (, but he intends to do) 486.64 89.12 P (mor) 405.6 77.12 T (e.) 421.33 77.12 T (acadhall@vax.stmarytx.edu) 434.85 57.33 T FMENDPAGE %%EndPage: "20" 22 %%Page: "21" 22 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (21) 301.51 39 T 36 585 396 738 R 7 X V 326.4 189 470.4 315 R V 326.38 324 470.38 324 2 L V 0.5 H 2 Z 0 X N 326.38 180 470.38 180 2 L 7 X V 0 X N 36 54 206.4 414 R 7 X V 0 18 Q 0 X (Chapter 3) 85.97 402 T 0 14 Q (Sunday) 100.21 372.67 T 0 12 Q (Hello, Beloved Sensei) 67.73 348 T 0 18 Q 5.73 (L) 36 323.33 P 0 10 Q 3.18 (ast day of the Art Festival, and we) 46.99 323.33 P 1.5 (decide to brie\337y do the Festival on foot,) 36 311.33 P 1.94 (and then come home for our MindLink/) 36 299.33 P 2.61 (HeartLight. I was not so jolted when I) 36 287.33 P 1.7 (woke up this time by seeing my Eternal) 36 275.33 P -0.07 (lady's unsleeping eyes. She had put herself) 36 263.33 P 0.69 (on simulated sleep phase. She opened her) 36 251.33 P 1.77 (eyes only after I was up and about, and) 36 239.33 P 0.62 (then everyone --) 36 227.33 P 0.62 (with one mind -- was up) 105.86 227.33 P 0.88 (and ready for the day) 36 215.33 P 0.88 (. The decision to go) 123.78 215.33 P 1.01 (to the Art Festival before it got to be too) 36 203.33 P 3.26 (hot was a wise one, I thought, as we) 36 191.33 P 1.01 (walked from the apartment over to South) 36 179.33 P -0.15 (Bayshore Drive. Both dogs had insisted on) 36 167.33 P -0.12 (coming with us. Pearl E. Mae was walking) 36 155.33 P 1.93 (She-Ra, and I walked Bullet. Both dogs) 36 143.33 P 0.06 (were being unusually well-behaved. Small) 36 131.33 P (miracles.) 36 119.33 T -0.16 (A steady stream of people kept the side-) 46.8 105.33 P 0.56 (walks going into the V) 36 93.33 P 0.56 (illage covered with) 128.68 93.33 P 0.89 (human variability) 36 81.33 P 0.89 (. There were a few very) 107.04 81.33 P 0.12 (good prices that the artists were now start-) 36 69.33 P 0.27 (ing to put out on some of the merchandise) 36 57.33 P 220.8 338 391.2 576 R 7 X V 0 X 0.52 (that remained. As we sampled the show) 220.8 569.33 P 0.52 (, I) 382.35 569.33 P 1.29 (was reminded how rabid Rico got when-) 220.8 557.33 P 2.98 (ever the environment became bilingual.) 220.8 545.33 P 3.49 (Even a biological mother would never) 220.8 533.33 P -0.06 (guess that Rico was a Cybor) 220.8 521.33 P -0.06 (g. The built-in) 333.85 521.33 P 0.18 (hardware consisted of barely visible to the) 220.8 509.33 P 2.36 (naked eye microprocessor networks that) 220.8 497.33 P (were literally implanted in Rico's brain.) 220.8 485.33 T 2.5 (Enrique \050Rico\051, whose future identity) 231.6 473.33 P 4.95 (was from a galaxy of androids, had) 220.8 461.33 P 0.28 (selected a discarnate Cuban conch follow-) 220.8 449.33 P 3.21 (ing karmic resettling. He reminded the) 220.8 437.33 P -0.07 (other Eternals of Dr T) 220.8 425.33 P -0.07 (omorrow that Miami) 308.07 425.33 P -0.17 (was something besides just beautiful water) 220.8 413.33 P 0.87 (and sunshine. Over half the population in) 220.8 401.33 P 2.55 (Miami, for example, spoke Spanish. Of) 220.8 389.33 P 1.83 (course, this did not mean that all of the) 220.8 377.33 P 4.64 (Spanish speaking people were Cuban.) 220.8 365.33 P 0.4 (Miami was very dif) 220.8 353.33 P 0.4 (ferent from nearly any) 300.37 353.33 P 3.37 (other American city by this time. The) 220.8 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 1.42 (South American tour-) 220.8 328.33 P 1.55 (ists businessmen, stu-) 220.8 316.26 P 51.97 (dents and) 220.8 304.18 P 5.03 (professionals by the) 220.8 292.1 P 0.31 (thousands either vaca-) 220.8 280.03 P 5.86 (tioned or emigrated) 220.8 267.95 P 6.41 (to the Miami area) 220.8 255.87 P 5.3 (because of its bus-) 220.8 243.79 P 3.91 (tling, sparkling, cos-) 220.8 231.72 P 3.77 (mopolitan lure. Rico) 220.8 219.64 P 1.23 (himself was a strange) 220.8 207.57 P 4.47 (combination of con-) 220.8 195.49 P 5.72 (tradictions. He pos-) 220.8 183.41 P 22.55 (sessed enormous) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 0.31 (intelligence, and yet was very laid back in) 220.8 158.33 P 1.62 (his approach to nearly anything. He was) 220.8 145.71 P 1.38 (the least overtly assertive member of the) 220.8 133.08 P 1.15 (group, but managed to inject the Spanish) 220.8 120.46 P 0.68 (language into group consciousness during) 220.8 107.83 P 3.88 (MindLink/HeartLight very early in the) 220.8 95.21 P 4.85 (\336rst session of the group's existence.) 220.8 82.58 P 0.09 (Rico's teaching was done in such an unob-) 220.8 69.96 P 2.07 (trusive way) 220.8 57.33 P 2.07 (, that L) 268.58 57.33 P 2.07 (yle was the only one) 300.76 57.33 P 405 338 575.4 738 R 7 X V 0 X 0.14 (who noticed the dif) 405 731.33 P 0.14 (ference in his own per-) 482.69 731.33 P 2.57 (sonal approach to Miami's Spanish cul-) 405 719.15 P 3.47 (ture. Many of the other Eternals were) 405 706.96 P -0.12 (almost totally unaware of the fact that they) 405 694.77 P 2.91 (were nearly automatically speaking and) 405 682.58 P -0.17 (understanding the Spanish that was around) 405 670.4 P 1.83 (them on a daily basis. It was a pleasant) 405 658.21 P 1.66 (surprise to L) 405 646.02 P 1.66 (yle, though, because he had) 458.29 646.02 P 0.91 (often felt irritated in Miami when he was) 405 633.83 P 1.29 (unable to follow a conversation of Span-) 405 621.65 P 2.21 (ish-speaking people in his bookstore, or) 405 609.46 P 2.31 (understand some of the occult books in) 405 597.27 P 0.96 (Spanish that the store carried. In addition) 405 585.08 P 2.21 (to the contribution of this bilingual ele-) 405 572.9 P 4.43 (ment, Rico transmitted an element of) 405 560.71 P 0.55 (android daring, raw cybor) 405 548.52 P 0.55 (g creativity) 510.27 548.52 P 0.55 (, and) 555.42 548.52 P 0.83 (bilingual spice. Salsa is what he called it,) 405 536.33 P 1.65 (and his android consciousness luxuriated) 405 524.15 P 1.65 (in the stimulation of a truly multilingual) 405 511.96 P 0.69 (brain. Computer translation as well as the) 405 499.77 P 1.05 (cerebral translators that were invented by) 405 487.58 P 0.39 (2200 A.D. had nearly eradicated language) 405 475.4 P 5.04 (dif) 405 463.21 P 5.04 (ferences although people tended to) 415.92 463.21 P 2.95 (spend even less time cultivating a lan-) 405 451.02 P 0.83 (guage and to just speak a very competent) 405 438.83 P 2.58 (but survival level quality of nearly any) 405 426.65 P 6.31 (language. The bilingual existence of) 405 414.46 P 1.46 (thought forms, however) 405 402.27 P 1.46 (, was like mental) 503.29 402.27 P 5.44 (refreshment to Rico. He relished Dr) 405 390.08 P 5.82 (T) 405 377.9 P 5.82 (omorrow's approach to the younger) 410.41 377.9 P 0.41 (members of earth's population, and antici-) 405 365.71 P 4.53 (pated the joy of creating a trilingual) 405 353.52 P 2.35 (delight. Rico also dreamed up a typical) 405 341.33 P 486 168 576 335 R 7 X V 0 X 19.21 (android mentality) 486 328.33 P 1.55 (invention. When L) 486 316.26 P 1.55 (yle) 563.79 316.26 P 7.8 (and Aloysius were) 486 304.18 P 10.02 (thinking about an) 486 292.1 P 7.52 (alpha and a theta) 486 280.03 P 0.4 (beam, Rico was creat-) 486 267.95 P 1.22 (ing an ultrasonic love) 486 255.87 P 3.81 (beam that would be) 486 243.79 P 6.41 (sent across the 90) 486 231.72 P 3.26 (miles of ocean from) 486 219.64 P 3.85 (Key W) 486 207.57 P 3.85 (est to Cuba's) 517.64 207.57 P 4.56 (Isle of Pines where) 486 195.49 P 6.22 (they had the main) 486 183.41 P 3.45 (prison and the para-) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 3.27 (military camps for third world country) 405.6 158.33 P (youth.) 405.6 146.33 T 4.65 (Rico made shortwave radio contact) 416.4 129.33 P 0.08 (with a prosperous Latin inventor in Miami) 405.6 117.33 P 1.62 (who was the source of a very expensive) 405.6 105.33 P 2.53 (lar) 405.6 93.33 P 2.53 (ge megagain satellite antenna sold to) 415.96 93.33 P 1.24 (individuals wishing to receive transconti-) 405.6 81.33 P 0.82 (nental and intercontinental television pro-) 405.6 69.33 P 3.49 (grams, as well as the feeds that were) 405.6 57.33 P 36 585 396 738 R 7 X V 0 30 Q 0 X (D) 127.49 686.33 T 0 22 Q (R) 149.15 686.33 T 0 30 Q (T) 169.31 686.33 T 0 22 Q (OMORROW) 187.25 686.33 T 0 18 Q (by Marshall F) 139.26 660 T (. Gilula) 238.77 660 T (Part 3 of 5) 178.27 635 T 0 9 Q (Copyright \251 1991) 183.12 616 T 326.4 189 470.4 315 R 7 X V 0 14 Q 0 X -0.24 (As we sampled the show) 326.4 305.67 P -0.24 (,) 463.65 305.67 P (I was reminded how) 326.4 289.67 T (rabid Rico got whenever) 326.4 273.67 T (the environment became) 326.4 257.67 T (bilingual. Even a biologi-) 326.4 241.67 T (cal mother would never) 326.4 225.67 T (guess that Rico was a) 326.4 209.67 T (Cybor) 326.4 193.67 T (g.) 361.13 193.67 T FMENDPAGE %%EndPage: "21" 23 %%Page: "22" 23 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 1.75 (always edited out but which showed the) 36 731.33 P 3.43 (anchors wiping their noses, calling for) 36 719.33 P 0.77 (help with something, or otherwise reveal-) 36 707.33 P 0.03 (ing their humanity in many little ways that) 36 695.33 P 0.14 (were never permitted on camera. Rico and) 36 683.33 P 0.75 (the inventor devised a lar) 36 671.33 P 0.75 (ge custom-made) 139.86 671.33 P 3.05 (parabolic dish that could be used as a) 36 659.33 P 5.06 (focusing device. The microwave love) 36 647.33 P 0.27 (beam would be used to transmit from Key) 36 635.33 P -0.01 (W) 36 623.33 P -0.01 (est with a slightly wide focus that would) 44.63 623.33 P 0.85 (ef) 36 611.33 P 0.85 (fect not only the island of Cuba but the) 43.59 611.33 P (Guantanamo naval base as well.) 36 599.33 T 5.72 (Rico's sensory system had tunable) 46.8 585.33 P 3.23 (multiband multifrequency reception and) 36 573.33 P 3.22 (built in stereophonic microampli\336cation) 36 561.33 P 2.72 (circuits. He turned into something of a) 36 549.33 P 1.48 (media freak soon after his appearance in) 36 537.33 P 2.96 (our group by checking each and every) 36 525.33 P 0.93 (multicultural aspect of southeast Florida's) 36 513.33 P 6.45 (airwaves. His potentials for massive) 36 501.33 P -0.01 (amounts of information recording, editing,) 36 489.33 P 0.05 (and playback nearly overwhelmed most of) 36 477.33 P 1.93 (us, including Rico himself. Some of the) 36 465.33 P 1.64 (Eternals of Dr T) 36 453.33 P 1.64 (omorrow were surprised) 105.43 453.33 P 0.78 (to \336nd this out, because they thought that) 36 441.33 P 2.79 (the I.S.I. matter) 36 429.33 P 2.79 (-ener) 103.84 429.33 P 2.79 (gy translation units) 124.19 429.33 P 1.42 (transmitted only ener) 36 417.33 P 1.42 (gy forms and there-) 123.6 417.33 P 0.1 (fore would not have retained any of Rico's) 36 405.33 P 7.98 (hardwired features. When this was) 36 393.33 P 1.38 (explained to L) 36 381.33 P 1.38 (yle, he was also surprised.) 95.95 381.33 P 0.8 (However) 36 369.33 P 0.8 (, an android in 30,000 A.D. pos-) 72.23 369.33 P 1.11 (sessed a seasoned legacy of thousands of) 36 357.33 P 2.49 (standard algorithms that could represent) 36 345.33 P 2.57 (quite satisfactorily) 36 333.33 P 2.57 (, by means of mathe-) 112.04 333.33 P 4.36 (matical models, a myriad of dif) 36 321.33 P 4.36 (ferent) 183.09 321.33 P 0.27 (sophisticated computers and other electro-) 36 309.33 P 0.55 (magnetic devices. So the electromagnetic,) 36 297.33 P 2.16 (\322mechanical\323 portion of an android was) 36 285.33 P 0.68 (totally translatable into mathematical pro-) 36 273.33 P 4.54 (gramming. This is what 20th century) 36 261.33 P 2.01 (hackers called \322software.\323 Software also) 36 249.33 P 1.72 (represents the functioning of a computer) 36 237.33 P 3.38 (expressed in terms of its mathematical) 36 225.33 P 3.39 (limitations. The Android Galaxy repre-) 36 213.33 P 1.04 (sented a very lar) 36 201.33 P 1.04 (ge and interesting exam-) 104.73 201.33 P 6.71 (ple of how so-called scienti\336c and) 36 189.33 P 2.05 (technological innovation can team up to) 36 177.33 P 2.05 (more than perfectly mimic the \322natural\323) 36 165.33 P 4.85 (product. T) 36 153.33 P 4.85 (echnology reproducing itself) 81.79 153.33 P 0.37 (and impersonating nature Although Rico's) 36 141.33 P 4.7 (android galaxy possessed sophisticated) 36 129.33 P 1.19 (micro-components which were optionally) 36 117.33 P 2.77 (inserted into the brain tissues of adults) 36 105.33 P 6.73 (\050Cybor) 36 93.33 P 6.73 (g extensions\051, most of Rico's) 64.14 93.33 P 0.64 (android \322structures\323 could be and were in) 36 81.33 P 3.32 (fact easily converted into mathematical) 36 69.33 P 1.82 (functions. The I.S.I. technicians found it) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 3.3 (no problem to ef) 220.8 731.33 P 3.3 (\336ciently include these) 296.87 731.33 P 1.5 (extra functions along with Rico's matter) 220.8 719.33 P 1.5 (-) 387.87 719.33 P 0.16 (ener) 220.8 707.33 P 0.16 (gy formulations. It turned out that one) 237.82 707.33 P 3.13 (reason for Rico's initial apparent intro-) 220.8 695.33 P 0.37 (spectiveness and silence was that he spent) 220.8 683.33 P 3.91 (lar) 220.8 671.33 P 3.91 (ge portions of his time and mental) 231.16 671.33 P 5.04 (ener) 220.8 659.33 P 5.04 (gy gathering airwave inputs from) 237.82 659.33 P -0.21 (Miami's bur) 220.8 647.33 P -0.21 (geoning Latin population. And) 268.57 647.33 P 2.49 (he did not have to particularly go any-) 220.8 635.33 P 0.9 (where to do this. He just sat back, turned) 220.8 623.33 P 3.6 (up the intensity of his selective audio) 220.8 611.33 P 4.22 (ampli\336cation channels, and listened to) 220.8 599.33 P -0.21 (Miami's Hispanic and other cultures on the) 220.8 587.33 P 1.99 (airwaves. Although he was disturbed by) 220.8 575.33 P 1.1 (the conversations of foreign goings on in) 220.8 563.33 P 0.91 (the home of a Cuban Key Biscayne busi-) 220.8 551.33 P 2.33 (nessman, Rico was also concerned with) 220.8 539.33 P 7.12 (the widespread Pan-American under-) 220.8 527.33 P 3.01 (ground activity) 220.8 515.33 P 3.01 (. Miami, on the surface,) 283.96 515.33 P 2.6 (was a teaming and bustling progressive) 220.8 503.33 P 4.34 (resort area with a number of sinister) 220.8 491.33 P 0.71 (undercurrents which polite people did not) 220.8 479.33 P 1.89 (like to think about or discuss. Rico was) 220.8 467.33 P 4.38 (especially occupied with the fact that) 220.8 455.33 P 0.83 (many Latin people were equally involved) 220.8 443.33 P -0.08 (on both sides of the law) 220.8 431.33 P -0.08 (. He tuned in to the) 314.98 431.33 P 1.5 (scanner radios of Cuban undercover nar-) 220.8 419.33 P 4.55 (cotics agents and policemen. He also) 220.8 407.33 P 2.3 (tuned in to many under) 220.8 395.33 P 2.3 (ground Hispanic) 322.55 395.33 P 0.13 (businessmen who served as intermediaries) 220.8 383.33 P 0.66 (for South American cocaine smugglers. It) 220.8 371.33 P 3.04 (was somewhat unnerving to understand) 220.8 359.33 P 0.14 (the presence of so many CIA agents in the) 220.8 347.33 P 5.21 (Miami area, until Rico realized how) 220.8 335.33 P 5.54 (important the reactionary but loyalist) 220.8 323.33 P 4.2 (Cuban political or) 220.8 311.33 P 4.2 (ganizations were for) 301.2 311.33 P 4.3 (counteracting the propaganda value of) 220.8 299.33 P 8.45 (Fidel Castro's personal puppet-state,) 220.8 287.33 P 0.12 (which had survived the two dif) 220.8 275.33 P 0.12 (ferent 1991) 345.29 275.33 P 1.18 (coup attempts. But it was not possible to) 220.8 263.33 P 2.27 (understand the complex political fate of) 220.8 251.33 P 4.6 (the \322jewel of the Caribbean\323 without) 220.8 239.33 P 3.37 (knowing quite a bit more about Haiti,) 220.8 227.33 P 1.5 (Jamaica, Mexico, and several other Cen-) 220.8 215.33 P 1.05 (tral American and South American coun-) 220.8 203.33 P (tries.) 220.8 191.33 T 0.77 (Such a diversity of apparently con\337ict-) 231.6 177.33 P 1.14 (ing goals and aims underlay much of the) 220.8 165.33 P 2.59 (bubbling nature of Miami's multilingual) 220.8 153.33 P 2.7 (cultures. The intense diversi\336cation and) 220.8 141.33 P 0.55 (polarity of both physical plane and higher) 220.8 129.33 P 1.23 (plane ener) 220.8 117.33 P 1.23 (gies also made the Miami area) 263.2 117.33 P 0.64 (an excellent nodal point for assessing and) 220.8 105.33 P 1.83 (relating to the entropy balance functions) 220.8 93.33 P 1.99 (of the universe. This is because cultural) 220.8 81.33 P 0.17 (change areas and population interfaces are) 220.8 69.33 P 1.48 (very sensitive to changes in entropy bal-) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.56 (ance. As one of the \322power languages\323 of) 405.6 731.33 P 0.78 (the planet, Spanish was just as signi\336cant) 405.6 719.33 P 3.05 (as English for the purpose of reaching) 405.6 707.33 P 2.88 (video viewers and media Latin culture,) 405.6 695.33 P 2.44 (therefore, was certainly as important an) 405.6 683.33 P 0.21 (ener) 405.6 671.33 P 0.21 (gy \322hook\323 as anything else for aiming) 422.62 671.33 P 1.62 (at the younger generations of the planet.) 405.6 659.33 P 3.6 (The Latin consciousness ran wide and) 405.6 647.33 P 1.22 (deep, and this was quite evident to Rico.) 405.6 635.33 P 1.54 (So both the Spanish language as well as) 405.6 623.33 P 0.27 (Spanish-\337avored tunes were to become an) 405.6 611.33 P 3.15 (important part of Dr T) 405.6 599.33 P 3.15 (omorrow) 506.88 599.33 P 3.15 (. Along) 542.87 599.33 P 1.15 (these lines, Rico helped L) 405.6 587.33 P 1.15 (yle to compose) 513.19 587.33 P 2.03 (another song for Dr T) 405.6 575.33 P 2.03 (omorrow) 500.15 575.33 P 2.03 (. A Latin) 536.14 575.33 P 0.73 (disco beat with bilingual lyrics gave Rico) 405.6 563.33 P 3.05 (his \336rst experience at singing before a) 405.6 551.33 P 7.83 (microphone. \322En La Cama\323 hinted) 405.6 539.33 P 1.82 (strangely at Rico's far distant future ori-) 405.6 527.33 P 3.88 (gins, and was one of the original Dr) 405.6 515.33 P 1.85 (T) 405.6 503.33 P 1.85 (omorrow songs that employed the love) 411.01 503.33 P 0.43 (beam and the rainbow beam. At this time,) 405.6 491.33 P 0.05 (Su-Shan and Noman installed several pan-) 405.6 479.33 P 1.57 (els of sequential relay lights onto travel-) 405.6 467.33 P 0.78 (ling boards. These boards were placed on) 405.6 455.33 P 1.78 (Al's \337at upper surface, and plugged into) 405.6 443.33 P 3.07 (Al's side panels. The relay lights were) 405.6 431.33 P 3.23 (easy to coordinate with the sound and) 405.6 419.33 P 0.72 (color beam within the double-faced video) 405.6 407.33 P 0.62 (screen that was mounted atop Al's assem-) 405.6 395.33 P (bly) 405.6 383.33 T (.) 417.72 383.33 T -0.23 (At this point in Dr T) 416.4 369.33 P -0.23 (omorrow's develop-) 496.44 369.33 P 1.34 (ment, Al seemed to really break out into) 405.6 357.33 P 2.72 (his own. Al consisted essentially of 21) 405.6 345.33 P 1.05 (portable modules that were kept powered) 405.6 333.33 P 1.38 (up all the time but quickly connected up) 405.6 321.33 P 2.75 (for both practice and performance. Al's) 405.6 309.33 P 6.92 (consciousness and sequential thought) 405.6 297.33 P 4.16 (forms became an intrinsic part of Dr) 405.6 285.33 P 2.84 (T) 405.6 273.33 P 2.84 (omorrow's functioning, even when the) 411.01 273.33 P 1.72 (computer array itself was de-powered or) 405.6 261.33 P 1.1 (when the unit actually was disassembled.) 405.6 249.33 P 0.62 (L) 405.6 237.33 P 0.62 (yle was the \336rst member of the group to) 411.16 237.33 P 0.87 (notice this, although he should have been) 405.6 225.33 P 2.58 (the last because of his disinclination to) 405.6 213.33 P 4.62 (recognize machine consciousness. And) 405.6 201.33 P 0.5 (Su-Shan did not \336nd this strange, because) 405.6 189.33 P -0.12 (the Eternals other than L) 405.6 177.33 P -0.12 (yle had been quite) 503.37 177.33 P 0.74 (accustomed to the idea that machines had) 405.6 165.33 P 3.37 (consciousness. Again, L) 405.6 153.33 P 3.37 (yle's experience) 508.95 153.33 P 2.07 (with meditation gave him a slight edge.) 405.6 141.33 P 1.98 (After the \336rst few months of mind-link,) 405.6 129.33 P 0.9 (L) 405.6 117.33 P 0.9 (yle also began to recognize Al's appear-) 411.16 117.33 P 4.65 (ances during these group experiences.) 405.6 105.33 P 3.13 (When Dr T) 405.6 93.33 P 3.13 (omorrow was playing, L) 456.68 93.33 P 3.13 (yle) 563.79 93.33 P 2.63 (occasionally felt a bubbly upward-\337ow-) 405.6 81.33 P 4.28 (ing ener) 405.6 69.33 P 4.28 (gy) 442.17 69.33 P 4.28 (. Some of this ener) 451.52 69.33 P 4.28 (gy was) 543.68 69.33 P 5.26 (accompanied by computer touch-tones) 405.6 57.33 P FMENDPAGE %%EndPage: "22" 24 %%Page: "23" 24 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (23) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 0.47 (and \337ashing lights. It was this pattern that) 36 731.33 P 4.16 (L) 36 719.33 P 4.16 (yle began to recognize either at the) 41.56 719.33 P 0.83 (beginning or toward the end of the mind-) 36 707.33 P -0.05 (links that the Eternals had on a twice-daily) 36 695.33 P (basis.) 36 683.33 T -0.05 (Soon after the 21 Aloysius modules had) 46.8 670.33 P 2.93 (been linked together with E-Z Connect) 36 658.33 P 2.32 (cables, Su-Shan and Noman built solid-) 36 646.33 P 0.38 (state interfaces that permitted taking Mor-) 36 634.33 P 0.79 (phosa's four digital keyboard synthesizers) 36 622.33 P 0.21 (and hooking them up to Al's I/O interface.) 36 610.33 P 4.57 (Sixteen channels of parallel MIDI-out) 36 598.33 P 2.58 (information were sent to Al's interfaces) 36 586.33 P 3.26 (from the rack-mounted MIDI interface.) 36 574.33 P 5.55 (Another sixteen channels of MIDI-in) 36 562.33 P 2.68 (information as well as two channels of) 36 550.33 P 0.43 (direct digital out returned to our boards in) 36 538.33 P 1.88 (mixable form from Al. Each synthesizer) 36 526.33 P 1.46 (and tone module used by our group also) 36 514.33 P 1.03 (had a digital encoder) 36 502.33 P 1.03 (, which was patched) 122.25 502.33 P 1.06 (through to Al. After completing the elec-) 36 490.33 P 4.77 (tronic patch work, both Su-Shan and) 36 478.33 P 0.2 (Noman noticed a rapid increase in the rate) 36 466.33 P 1.26 (of Al's calculations and in the oscillation) 36 454.33 P 5.08 (of blinking lights in synch with the) 36 442.33 P 1.08 (music... At this early point in the group's) 36 430.33 P 0.13 (development, L) 36 418.33 P 0.13 (yle was the only Eternal of) 98.32 418.33 P 2.52 (Dr T) 36 406.33 P 2.52 (omorrow who was not consciously) 56.97 406.33 P 5.54 (achieving some degree of MindLink/) 36 394.33 P 1.21 (HeartLight with Al. Su-Shan and Noman) 36 382.33 P 2.77 (were astounded by the sudden burst of) 36 370.33 P 2.38 (mental ener) 36 358.33 P 2.38 (gy they felt from Al. While) 85.11 358.33 P 0 (playing the keyboards, Morphosa began to) 36 346.33 P 3.94 (feel enveloped in an intense magnetic) 36 334.33 P 2.45 (\336eld. L) 36 322.33 P 2.45 (yle had read earlier about guitar) 66.77 322.33 P 0.27 (players and other musicians being electro-) 36 310.33 P 1.38 (cuted while playing one electrical instru-) 36 298.33 P 0.09 (ment and singing through another one \050the) 36 286.33 P 1.99 (microphone\051. This was called a \322ground) 36 274.33 P -0.24 (loop.\323 From his megastepped point of evo-) 36 262.33 P 0.69 (lution, L) 36 250.33 P 0.69 (yle now began to understand that) 70.57 250.33 P 0.46 (instead of a simple phenomena of electro-) 36 238.33 P 3.99 (cution and ground loops, these events) 36 226.33 P 3.11 (might have represented something else.) 36 214.33 P 0.27 (Something else such as karma or synchro-) 36 202.33 P 3.04 (nisms. Or Dyssynchronisms. The musi-) 36 190.33 P -0.21 (cians had been exposed to a higher form of) 36 178.33 P 1.65 (ener) 36 166.33 P 1.65 (gy than their vehicles were prepared) 53.02 166.33 P 0.79 (to receive and channel. The hair stood up) 36 154.33 P 0.06 (on the back of his neck when L) 36 142.33 P 0.06 (yle thought) 161.08 142.33 P 0.03 (about what might have happened to him at) 36 130.33 P 2.52 (the time of the lightning bolt dischar) 36 118.33 P 2.52 (ge) 196.96 118.33 P (and megastepping.) 36 106.33 T -0.08 (At the same time that other group mem-) 46.8 93.33 P -0.14 (bers were receiving electromagnetic vibra-) 36 81.33 P 0.41 (tions from Al, Pearl E. Mae began to pick) 36 69.33 P 2.28 (up visual images. As a typical T) 36 57.33 P 2.28 (antican) 177.54 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.37 (from the V) 220.8 731.33 P 0.37 (ir) 264.8 731.33 P 0.37 (go Solar Galaxy) 270.72 731.33 P 0.37 (, visual imag-) 335.77 731.33 P 1.29 (ery had been her primary sense modality) 220.8 719.33 P 1.17 (practically since birth. As an adult T) 220.8 707.33 P 1.17 (anti-) 372.88 707.33 P 1.14 (can, she had been regarded as one of the) 220.8 695.33 P 2.91 (planet's very best mediums and healers) 220.8 683.33 P 0.61 (because her rich precognitive and clairau-) 220.8 671.33 P 1.66 (dient abilities. These abilities really sup-) 220.8 659.33 P 11.1 (planted her powerful talents for) 220.8 647.33 P 4.06 (materializing and projecting ectoplasm.) 220.8 635.33 P 1.82 (W) 220.8 623.33 P 1.82 (ith Al's communications, she began to) 229.84 623.33 P 3.05 (see sine waves and other mathematical) 220.8 611.33 P 2.77 (symbols and functions that she did not) 220.8 599.33 P 6.3 (understand at all. During MindLink/) 220.8 587.33 P 1.49 (HeartLight, Pearl E. Mae absorbed some) 220.8 575.33 P 1.38 (of these images into the group mind and) 220.8 563.33 P 0.13 (Su-Shan immediately understood the elec-) 220.8 551.33 P 0.78 (tronic message. The images often had the) 220.8 539.33 P (following associated pattern:) 220.8 527.33 T 2 8 Q (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) 220.8 502.83 T (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) 220.8 490.83 T (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) 220.8 478.83 T (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) 220.8 466.83 T (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) 220.8 454.83 T (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) 220.8 442.83 T -0.18 (111 00 0 1 00 0 01 0 0 01 1 00 0 111) 220.8 430.83 P 1.01 (1 00 0 01 10 0 0 101 00 11 1 00 1) 220.8 418.83 P -0.26 (1001 0010 1101000 00 10 0 1 00 0 010) 220.8 406.83 P (10 00 0 11 01 10 00 100 0) 220.8 394.83 T 0 10 Q -0.05 (It was a message from their multimodu-) 231.6 369.83 P 2.17 (lar computer) 220.8 357.83 P 2.17 (. Al was trying to establish) 273.21 357.83 P 2.1 (himself as an entity and was telling the) 220.8 345.83 P 2.41 (group that the sound beam was a good) 220.8 333.83 P 6.95 (idea, but not implemented properly) 220.8 321.83 P 6.95 (.) 388.7 321.83 P 1.19 (Instead of thinking about putting out one) 220.8 309.83 P 3.56 (homogeneous frequency) 220.8 297.83 P 3.56 (, like the alpha) 321.68 297.83 P 0.44 (and theta beams, a dif) 220.8 285.83 P 0.44 (ferent approach was) 309.83 285.83 P 2.37 (necessary) 220.8 273.83 P 2.37 (. Al kept telling Dr T) 259 273.83 P 2.37 (omorrow) 354.56 273.83 P 1.29 (that the sound beam must be constructed) 220.8 261.83 P 2.21 (of a complicated combination of all the) 220.8 249.83 P -0.08 (dif) 220.8 237.83 P -0.08 (ferent frequencies, and that the relation-) 231.72 237.83 P 0.28 (ship of the frequencies to one another was) 220.8 225.83 P 0.99 (vitally important. That was the parameter) 220.8 213.83 P 0.41 (that would to be changed in order to exert) 220.8 201.83 P 0.71 (an ef) 220.8 189.83 P 0.71 (fect on the listeners. By this Sunday) 241.03 189.83 P 0.71 (,) 388.7 189.83 P 1.87 (the third day of their existence together) 220.8 177.83 P 1.87 (,) 388.7 177.83 P 1.22 (none of the Dr T) 220.8 165.83 P 1.22 (omorrow Eternals really) 291.61 165.83 P 4.43 (quite understood their full functioning) 220.8 153.83 P 2.27 (within the framework of entropy imbal-) 220.8 141.83 P 0.89 (ance. Each Eternal possessed the capabil-) 220.8 129.83 P 3.68 (ity of adding a bit of experience and) 220.8 117.83 P 1.83 (special talent to creating a man-machine) 220.8 105.83 P 2.28 (syner) 220.8 93.83 P 2.28 (gism, which is what Dr T) 242.27 93.83 P 2.28 (omorrow) 354.56 93.83 P 3.21 (really was -- as both a physical plane) 220.8 81.83 P (musical group and as a thought form.) 220.8 69.83 T -0.14 (Later that day) 231.6 57.33 P -0.14 (, we returned to the house,) 286.17 57.33 P 405.6 54 576 738 R 7 X V 0 X 3.97 (had an incredible MindLink/HeartLight) 405.6 731.33 P 6.1 (experience, and just as incredible a) 405.6 719.33 P 1.94 (rehearsal. All during the rehearsal, there) 405.6 707.33 P 3.49 (was an intense sensation of something) 405.6 695.33 P 0.57 (about to happen. After dinner) 405.6 683.33 P 0.57 (, we fed and) 525.45 683.33 P 3.88 (walked the dogs and decided that we) 405.6 671.33 P 0 (wanted to sit around the pool and let Quail) 405.6 659.33 P 1.38 (take us on our favorite nighttime aquatic) 405.6 647.33 P 0.27 (trip. The night before, we had enjoyed sit-) 405.6 635.33 P 0.91 (ting around on the shore by Cape Florida) 405.6 623.33 P 2.47 (in the darkness. Dif) 405.6 611.33 P 2.47 (ferent Eternals spun) 491.12 611.33 P 1.57 (folklore and other tales common to their) 405.6 599.33 P 0.88 (home galaxies from the future. One com-) 405.6 587.33 P 2.08 (mon myth was that land creatures, after) 405.6 575.33 P 0.66 (physical death, would evolve upward into) 405.6 563.33 P (a dif) 405.6 551.33 T (ferent life form that was aquatic) 423.46 551.33 T 0.46 (On this evening, the Eternals began the) 416.4 537.33 P 3.6 (MindLink/HeartLight and soon felt the) 405.6 525.33 P 1.26 (fusion of One Mind. L) 405.6 513.33 P 1.26 (yle was the desig-) 500.32 513.33 P 1.66 (nated leader of the MindLink/HeartLight) 405.6 501.33 P 0.58 (since day one, lar) 405.6 489.33 P 0.58 (gely because of his self-) 477.1 489.33 P 3.32 (imposed meditative training. It did not) 405.6 477.33 P 1.06 (matter that he was a converted Primitive.) 405.6 465.33 P 0.27 (L) 405.6 453.33 P 0.27 (yle had been a relatively non-judgmental) 411.16 453.33 P 2.04 (person for quite a while. In order to be) 405.6 441.33 P 4.64 (able to carry out ef) 405.6 429.33 P 4.64 (fective meditative) 499.47 429.33 P 0.32 (observation, L) 405.6 417.33 P 0.32 (yle had been forced to learn) 463.11 417.33 P -0.04 (how to observe his own process of observ-) 405.6 405.33 P 0.08 (ing himself. He learned early in the course) 405.6 393.33 P 3.05 (of his training that his own tendencies) 405.6 381.33 P 1.75 (toward evaluating things as good or bad) 405.6 369.33 P 2.12 (and right or wrong often prevented him) 405.6 357.33 P 2.99 (from truly seeing what was happening.) 405.6 345.33 P 5.37 (During the Dr T) 405.6 333.33 P 5.37 (omorrow mind-links,) 485.68 333.33 P -0.06 (group members became a unity possessing) 405.6 321.33 P 2.06 (in\336nitely greater ener) 405.6 309.33 P 2.06 (gy than any of the) 495.58 309.33 P -0.17 (seven individual members could ever hope) 405.6 297.33 P 0.9 (to possess in even the most distant future) 405.6 285.33 P 0.72 (times. T) 405.6 273.33 P 0.72 (o L) 438.38 273.33 P 0.72 (yle, MindLink/HeartLight was) 452.15 273.33 P 3.14 (an incredibly ef) 405.6 261.33 P 3.14 (\336cient short cut. Mind-) 474.42 261.33 P 2.38 (Link/HeartLight was very much akin to) 405.6 249.33 P 1.38 (instant samadhi. Instant realization. Even) 405.6 237.33 P 0.59 (if it were not so, it certainly felt that way) 405.6 225.33 P 0.59 (.) 573.5 225.33 P 3.41 (Gross alteration in ener) 405.6 213.33 P 3.41 (gy level totally) 509.2 213.33 P 6.14 (shattered L) 405.6 201.33 P 6.14 (yle's individual personality) 455.87 201.33 P 8.22 (each time that MindLink/HeartLight) 405.6 189.33 P 3.54 (began. At the beginning of MindLink/) 405.6 177.33 P 1.52 (HeartLight, L) 405.6 165.33 P 1.52 (yle could feel his own per-) 461.53 165.33 P 1.43 (sonality crumble, and could also feel the) 405.6 153.33 P 4.82 (personalities of all other six Eternals) 405.6 141.33 P 2.84 (crumbling as well. Usually) 405.6 129.33 P 2.84 (, within sec-) 521.18 129.33 P 1.1 (onds of beginning the special meditation,) 405.6 117.33 P 3.79 (all seven members of the group were) 405.6 105.33 P 2.63 (transported into literally another dimen-) 405.6 93.33 P 2.73 (sion where there was no such thing as) 405.6 81.33 P 4.24 (individual personality or identity) 405.6 69.33 P 4.24 (. This) 548.99 69.33 P 2.11 (MindLink/HeartLight dimension was cut) 405.6 57.33 P FMENDPAGE %%EndPage: "23" 25 %%Page: "24" 25 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 0.44 (of) 36 731.33 P 0.44 (f neither in time nor in space from ordi-) 44.15 731.33 P 2.34 (nary physical plane reality) 36 719.33 P 2.34 (. This dimen-) 148.13 719.33 P 2.95 (sion co-existed in both time and space) 36 707.33 P 0.1 (with ordinary reality) 36 695.33 P 0.1 (. Once into this space,) 117.72 695.33 P 1.38 (all members of the group were protected) 36 683.33 P 2.92 (by a higher plane ener) 36 671.33 P 2.92 (gy cohesiveness.) 136.31 671.33 P 0.09 (Initially) 36 659.33 P 0.09 (, it was relatively easy to break the) 67 659.33 P 2.35 (cohesiveness by simply changing physi-) 36 647.33 P 1.72 (cal posture or altering mental concentra-) 36 635.33 P 6.55 (tion. As the Eternals became more) 36 623.33 P 4.98 (pro\336cient in MindLink/HeartLight, the) 36 611.33 P 2.99 (group was able to maintain the ener) 36 599.33 P 2.99 (gy) 196.41 599.33 P 1.71 (connection throughout all types of situa-) 36 587.33 P 0.22 (tions. Some of the \336rst situations involved) 36 575.33 P 4.15 (the waterside meditations which Quail) 36 563.33 P -0.18 (loved to facilitate so much, and the state of) 36 551.33 P 4.29 (consciousness attained by the Eternals) 36 539.33 P 0.78 (while they were playing music. The daily) 36 527.33 P 5.16 (music practice sessions more or less) 36 515.33 P 0.17 (amounted to MindLink/HeartLights. More) 36 503.33 P 3.87 (of MindLink/HeartLight time was also) 36 491.33 P (spent on re\337ecting about the music.) 36 479.33 T 3.29 (It seemed that the primary focus of) 46.8 465.33 P 0.19 (group members was more in terms of how) 36 453.33 P 0.63 (they maintained the MindLink/HeartLight) 36 441.33 P 0.92 (while playing music rather than the notes) 36 429.33 P -0.25 (of the music itself. The songs and the com-) 36 417.33 P 4.27 (positions seemed to occur and follow) 36 405.33 P 0 (more as the individual members learned to) 36 393.33 P 3.83 (be attuned to one another) 36 381.33 P 3.83 (. First came) 151.82 381.33 P 4.71 (attunement of individual Eternals into) 36 369.33 P 0.29 (each other and then into the Dr T) 36 357.33 P 0.29 (omorrow) 169.76 357.33 P 0.71 (thought form. Then came tuning in of the) 36 345.33 P 1.29 (what was being produced by the musical) 36 333.33 P 1.72 (instruments. The instruments would tune) 36 321.33 P 1.63 (to each other at A440, but the output of) 36 309.33 P -0.2 (each instrument or voice also related to the) 36 297.33 P -0.05 (output of each other instrument or voice in) 36 285.33 P 0.71 (unique ways. Thanks to Al and his multi-) 36 273.33 P 0.33 (modules, the characteristic pattern of each) 36 261.33 P 0.38 (instrument was voiceprinted and the over-) 36 249.33 P 5.6 (all digital output mix was computer) 36 237.33 P 1.38 (enhanced so as to maximize the smooth-) 36 225.33 P 1.9 (ness of the way that the tracks blended.) 36 213.33 P 2.21 (Pre-megastepped L) 36 201.33 P 2.21 (yle was very familiar) 115.1 201.33 P 2.63 (with music, but this approach to sound) 36 189.33 P 1.66 (production was really out there -- some-) 36 177.33 P 0.53 (thing quite dif) 36 165.33 P 0.53 (ferent. Mixing music at this) 93.52 165.33 P 0.92 (level during only the third rehearsal bode) 36 153.33 P 1 (well for the future. As an integral part of) 36 141.33 P 1.99 (the group of Eternals, L) 36 129.33 P 1.99 (yle realized that) 138.6 129.33 P 1.61 (the music, the instruments, and even Al,) 36 117.33 P 2.59 (were all tools as well as ef) 36 105.33 P 2.59 (fects of the) 156.82 105.33 P 4.93 (MindLink/HeartLight. W) 36 93.33 P 4.93 (ith that heavy) 142.13 93.33 P 0.97 (realization, the Eternals came back to the) 36 81.33 P 0.15 (circle they were sitting in around the pool,) 36 69.33 P 2.49 (slowed down their breathing with some) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 2.99 (slow deep abdominal breaths, and then) 220.8 731.33 P 0.16 (consensually decided to let Quail continue) 220.8 719.33 P 2.04 (the MindLink/HeartLight out of body at) 220.8 707.33 P (Cape Florida.) 220.8 695.33 T -0.19 (Quail gathered up the group of Eternals,) 231.6 682.33 P 1.66 (and, as she had done before, transported) 220.8 670.33 P 1.86 (the lot of them to where the breakwater) 220.8 658.33 P 0.3 (was located along the ocean's edge. While) 220.8 646.33 P -0.12 (meditating on the group's music and future) 220.8 634.33 P 3.44 (activities, a \337ying saucer appeared out) 220.8 622.33 P 2.56 (over the ocean and began to \337y in the) 220.8 610.33 P 0.23 (direction where the group was sitting. The) 220.8 598.33 P 0.1 (Eternals were dumbstruck. The \337ying sau-) 220.8 586.33 P 3.52 (cer was glowing in shiny colors as it) 220.8 574.33 P 0.6 (approached them. Just before it landed on) 220.8 562.33 P -0.07 (the water a hundred yards or so away from) 220.8 550.33 P 0.62 (the shore, the saucer's color changed. The) 220.8 538.33 P 1.55 (shiny colors became a milky grey-white.) 220.8 526.33 P 0.83 (Eerie lights surrounding the saucer disap-) 220.8 514.33 P 2.08 (peared, and the saucer gently landed on) 220.8 502.33 P 1.18 (the water) 220.8 490.33 P 1.18 (. It bobbed up and down brie\337y) 258.34 490.33 P 2.32 (like a huge round cork. Apparently) 220.8 478.33 P 2.32 (, the) 371.67 478.33 P 1.2 (saucer had a cover which was dazzlingly) 220.8 466.33 P 4.5 (re\337ective like a multi-surfaced mirror) 220.8 454.33 P 4.5 (.) 388.7 454.33 P 0.78 (Shortly after the saucer landed, it became) 220.8 442.33 P 0.59 (almost impossible to see where it was sit-) 220.8 430.33 P 3.05 (ting on the water) 220.8 418.33 P 3.05 (, because the saucer's) 297 418.33 P 0.92 (covering merely re\337ected the sky and the) 220.8 406.33 P 1.3 (water) 220.8 394.33 P 1.3 (. Quickly) 242.45 394.33 P 1.3 (, a high pitched hum drew) 280.3 394.33 P 3.32 (the attention of the group members to) 220.8 382.33 P 0.75 (where the saucer was still bobbing on the) 220.8 370.33 P 0.78 (water amidst the illusion of re\337ections. A) 220.8 358.33 P 0.14 (panel opened in the saucer's surface, and a) 220.8 346.33 P 1.52 (human-appearing creature with very pale) 220.8 334.33 P 1.21 (skin and a head of thick, long white hair) 220.8 322.33 P 5.7 (gracefully emer) 220.8 310.33 P 5.7 (ged from the saucer's) 289.32 310.33 P 0.31 (opening. Seeming not to even cause a dis-) 220.8 298.33 P 0.49 (ruption in the water's surface, the creature) 220.8 286.33 P -0.09 (walked or rather skimmed over the surface) 220.8 274.33 P 0.7 (of the water to a point that was within 10) 220.8 262.33 P (feet of where the group members sat.) 220.8 250.33 T 0.44 (The tableau vivant which followed was) 231.6 237.33 P 2.77 (acceptable to any science \336ction novel.) 220.8 225.33 P 1.31 (The creature introduced itself as Y) 220.8 213.33 P 1.31 (o-V) 364.83 213.33 P 1.31 (ah,) 379.27 213.33 P 2.9 (and communicated directly and without) 220.8 201.33 P 0.41 (words to all group members. The simulta-) 220.8 189.33 P 0.18 (neous telepathy told each group member a) 220.8 177.33 P 3.14 (story of life highly developed in other) 220.8 165.33 P 3.27 (solar systems that coexisted in parallel) 220.8 153.33 P 1.86 (time dimensions. Y) 220.8 141.33 P 1.86 (o-V) 301.53 141.33 P 1.86 (ah came from the) 315.96 141.33 P 3.86 (near) 220.8 129.33 P 3.86 (-future, but from a technologically) 237.8 129.33 P 1.73 (superior one. Despite apparent economic) 220.8 117.33 P 3.22 (dif) 220.8 105.33 P 3.22 (\336culties and problems with contami-) 231.72 105.33 P -0.17 (nated water and see-sawing animal residue) 220.8 93.33 P 3.01 (resources such as oil, the world of Dr) 220.8 81.33 P 1.14 (T) 220.8 69.33 P 1.14 (omorrow was immensely wealthier than) 226.21 69.33 P 1.01 (most of the parallel time-universes of the) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.69 (present and of the future in terms of indi-) 405.6 731.33 P 3.71 (vidual robustness and the very natural) 405.6 719.33 P -0.09 (resources which were causing us such hor-) 405.6 707.33 P 2.32 (rendous problems. But Earth was pretty) 405.6 695.33 P 0.46 (much a blight on the Local Neighborhood) 405.6 683.33 P 1.54 (Sector and was badly in need of healing) 405.6 671.33 P 0.8 (and love and some kind of real peace. Dr) 405.6 659.33 P 0.02 (T) 405.6 647.33 P 0.02 (omorrow the group was supposed to help) 411.01 647.33 P 0.9 (furnish some of the healing and love in a) 405.6 635.33 P 2.31 (direct and very real way) 405.6 623.33 P 2.31 (. DR T) 510.76 623.33 P 2.31 (OMOR-) 542.69 623.33 P 2.49 (ROW the project was a top-secret time) 405.6 611.33 P 2.08 (travel project from 32,000 A.D. when a) 405.6 599.33 P 0.94 (group of Guardians supervising the Inter-) 405.6 587.33 P 0.83 (Galactic Security Intelligence perceived a) 405.6 575.33 P 0.55 (possible solution for future problems by a) 405.6 563.33 P 0.59 (series of measures to be taken in the past.) 405.6 551.33 P 1.94 (Megastepping a group of seven Eternals) 405.6 539.33 P 2.25 (was the \336rst in the series of such I.S.I.) 405.6 527.33 P 1.48 (measures carried out with a strong sense) 405.6 515.33 P 0.3 (of hopefulness. Above all else, Dr T) 405.6 503.33 P 0.3 (omor-) 551.57 503.33 P -0.2 (row must serve as an instrument of healing) 405.6 491.33 P 1.84 (and furnish healing light and sound pat-) 405.6 479.33 P -0.17 (terns to the Planetary environment through) 405.6 467.33 P 0.27 (the electronic nets which include satellites) 405.6 455.33 P (and encompass all of the planet.) 405.6 443.33 T 1.48 (Y) 416.4 429.33 P 1.48 (o-V) 422.62 429.33 P 1.48 (ah said that much of our Planet's) 437.05 429.33 P 2.02 (wealth disparities were due to a lack of) 405.6 417.33 P 0.82 (both technological application and ethical) 405.6 405.33 P -0.17 (development. But that was one of the main) 405.6 393.33 P 1.66 (ways of de\336ning a Primitive culture and) 405.6 381.33 P 3.9 (its life forms. The majority of earth's) 405.6 369.33 P 0.46 (resources were located not only in unpop-) 405.6 357.33 P 0 (ulated regions and land masses, but also in) 405.6 345.33 P 0.62 (the lar) 405.6 333.33 P 0.62 (ge bodies of water and land masses) 431.29 333.33 P 0.54 (beneath those lar) 405.6 321.33 P 0.54 (ge bodies of water) 474.21 321.33 P 0.54 (. What) 548.82 321.33 P 0.49 (seemed to be innocuous water contamina-) 405.6 309.33 P 2.63 (tion today would increase exponentially) 405.6 297.33 P -0.07 (during the next centuries if the rate of con-) 405.6 285.33 P 2.98 (tamination is not slowed. Removing or) 405.6 273.33 P 1.71 (slowing water contamination is the most) 405.6 261.33 P 3.28 (vital \336rst measure, but learning to use) 405.6 249.33 P 0.83 (water for power is the step that most cul-) 405.6 237.33 P 0.61 (tures considered advanced have been able) 405.6 225.33 P 1.32 (to accomplish easily) 405.6 213.33 P 1.32 (. Y) 489.2 213.33 P 1.32 (o-V) 501.74 213.33 P 1.32 (ah pointed out) 516.17 213.33 P 0.43 (that Earth scientists had only begun to tap) 405.6 201.33 P 7.53 (the potential of non-nuclear ener) 405.6 189.33 P 7.53 (gy) 566.01 189.33 P 1.27 (sources such as the hyperion, membrane,) 405.6 177.33 P 3.77 (and cellular chain reaction sources. In) 405.6 165.33 P 3.43 (more sophisticated cultures, it was not) 405.6 153.33 P 1.66 (necessary to use arti\336cial means such as) 405.6 141.33 P 1.87 (nuclear ener) 405.6 129.33 P 1.87 (gy reactions of uranium and) 456.4 129.33 P 3.75 (other entropy-inef) 405.6 117.33 P 3.75 (\336cient isotopes. More) 481.61 117.33 P 2.07 (sophisticated cultures for millennia have) 405.6 105.33 P 1.5 (been able to tap immense ener) 405.6 93.33 P 1.5 (gies using) 534.24 93.33 P 3.05 (the hyperion extractors with basic sub-) 405.6 81.33 P 0.85 (stances such as water) 405.6 69.33 P 0.85 (, small carbon-chain) 492.97 69.33 P 2.21 (molecules, and silicon-based compounds) 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 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X (such as sand.) 36 731.33 T 1.67 (Y) 46.8 718.33 P 1.67 (o-V) 53.02 718.33 P 1.67 (ah swore the Dr T) 67.45 718.33 P 1.67 (omorrow Eter-) 145.61 718.33 P 0.52 (nals to transtime secrecy) 36 706.33 P 0.52 (, and promised to) 135.44 706.33 P 1.15 (teach them ef) 36 694.33 P 1.15 (fective and environmentally) 91.96 694.33 P 1.57 (humane ways of enhancing the purity of) 36 682.33 P -0.14 (water resources. He also promised to show) 36 670.33 P -0.25 (them some ef) 36 658.33 P -0.25 (fective and cheap technologi-) 89.18 658.33 P 1.2 (cal tricks for applying water resources to) 36 646.33 P 3.14 (the basic problems of power and even) 36 634.33 P 1.21 (some easy methods of water puri\336cation.) 36 622.33 P 2.47 (In return, the Eternals of Dr T) 36 610.33 P 2.47 (omorrow) 169.76 610.33 P 0.19 (took an oath of dedication to further every) 36 598.33 P 1.59 (possible form of conservation, especially) 36 586.33 P 3.99 (human conservation, but to also work) 36 574.33 P 0.74 (especially hard at making it desirable and) 36 562.33 P 1.62 (easy for people to be able to understand) 36 550.33 P (water purity and water conservation.) 36 538.33 T 0.34 (The white-haired visitor stood patiently) 46.8 525.33 P 2.57 (on the water and then explained to the) 36 513.33 P 1.27 (Eternals some basic facts about unidenti-) 36 501.33 P 1.74 (\336ed \337ying objects. Y) 36 489.33 P 1.74 (o-V) 124.08 489.33 P 1.74 (ah admitted that) 138.51 489.33 P 1.02 (many Earth thinkers were correct in feel-) 36 477.33 P 0.27 (ing that the \337ying saucers and other \337ying) 36 465.33 P 2.6 (objects came from another time dimen-) 36 453.33 P 0.09 (sion. Often, the ships observed for genera-) 36 441.33 P -0.05 (tions on earth were just the Guardian ships) 36 429.33 P 1.16 (which routinely patrolled all time dimen-) 36 417.33 P 1.62 (sions. As a special class of Eternals, the) 36 405.33 P 1.38 (Guardians sought to prevent catastrophes) 36 393.33 P 2.03 (and, in general, attempted to further the) 36 381.33 P 2.37 (conservation of life in all its forms. Dr) 36 369.33 P 2.76 (T) 36 357.33 P 2.76 (omorrow's time dimension was visited) 41.41 357.33 P 0.37 (no more frequently or less frequently than) 36 345.33 P -0.12 (any of the other multitudes of parallel time) 36 333.33 P 0.27 (universes. The Guardians had noted, how-) 36 321.33 P 1.13 (ever) 36 309.33 P 1.13 (, a tendency of Dr T) 52.8 309.33 P 1.13 (omorrow's home) 138.24 309.33 P 2.94 (planet toward very erratic and unstable) 36 297.33 P 1.86 (technological development. Not only the) 36 285.33 P 2.91 (nuclear devices, but many of the other) 36 273.33 P -0.09 (secret weapons developed by earth's major) 36 261.33 P 5.82 (countries, including America, periodi-) 36 249.33 P 0.46 (cally caused strange warps and glitches in) 36 237.33 P 1.71 (the time-ener) 36 225.33 P 1.71 (gy continuum and therefore) 90.54 225.33 P 4.47 (the Guardian's monitoring devices. Of) 36 213.33 P 3.19 (course, none of the Earth cultures had) 36 201.33 P 4.44 (made any connection between nuclear) 36 189.33 P 1.05 (explosions, time clefts, and natural disas-) 36 177.33 P 1.5 (ters such as earthquakes. The Guardians,) 36 165.33 P 1.06 (who represented the Forces of Light, had) 36 153.33 P 2.6 (observed actual nuclear bomb blasts on) 36 141.33 P -0.25 (Earth, but were rarely able to \336nd the other) 36 129.33 P 2.38 (hidden devices which caused such even) 36 117.33 P 1.97 (stranger ener) 36 105.33 P 1.97 (gy \337uctuations than did the) 89.68 105.33 P 0.69 (nuclear bombs. One of the Guardians had) 36 93.33 P 3.79 (been fatally caught by such a strange) 36 81.33 P 1.44 (device while hovering over Siberia. That) 36 69.33 P 4.87 (guardian's life-ener) 36 57.33 P 4.87 (gy had been extin-) 117.69 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.6 (guished shortly after its captors attempted) 220.8 731.33 P 1.79 (to extract information involuntarily from) 220.8 719.33 P 2.86 (the being regarding how to control the) 220.8 707.33 P 1.86 (ship and \336re its weapons and where the) 220.8 695.33 P 1.15 (main base was located. The captors were) 220.8 683.33 P -0.06 (only interested in knowing the weaknesses) 220.8 671.33 P 2.14 (of the alien culture. The ship itself was) 220.8 659.33 P 3.45 (still in storage in a lar) 220.8 647.33 P 3.45 (ge subterranean) 324.76 647.33 P 0.58 (vault in Siberia, but no one had been able) 220.8 635.33 P 1.8 (to ever open the device. Similar devices) 220.8 623.33 P 1.38 (were in storage in two top-secret Ameri-) 220.8 611.33 P 9.25 (can locations. The American-stored) 220.8 599.33 P 3.19 (devices had followed unusual aerobatic) 220.8 587.33 P 2.08 (maneuvers between American Air Force) 220.8 575.33 P 0.5 (experimental craft and two Guardian craft) 220.8 563.33 P 7.12 (which paradoxically crashed head-on) 220.8 551.33 P 0.58 (over the southwestern desert. T) 220.8 539.33 P 0.58 (wo Guard-) 347.6 539.33 P 0.83 (ian life forms were frozen in liquid nitro-) 220.8 527.33 P 7.16 (gen in a secret Berkeley Cryonics) 220.8 515.33 P (laboratory) 220.8 503.33 T (.) 261.23 503.33 T 2.2 (Y) 231.6 490.33 P 2.2 (o-V) 237.82 490.33 P 2.2 (ah paused silently for a moment) 252.25 490.33 P 3.42 (while letting the story of the captured) 220.8 478.33 P 1.43 (Guardians sink in. He then described for) 220.8 466.33 P 0.85 (Eternals of Dr T) 220.8 454.33 P 0.85 (omorrow how it was that) 287.87 454.33 P 0 (the Forces of Darkness also had trans-time) 220.8 442.33 P 0.6 (patrols which surveyed all dimensions for) 220.8 430.33 P -0.16 (newer and more ef) 220.8 418.33 P -0.16 (fective ways of utilizing) 294.8 418.33 P 0.4 (and controlling life ener) 220.8 406.33 P 0.4 (gies in their nega-) 318.12 406.33 P 2.88 (tive aspects. Dr T) 220.8 394.33 P 2.88 (omorrow's planet and) 299.25 394.33 P 2.03 (time had a peculiar attractiveness to the) 220.8 382.33 P 0.05 (Forces of Darkness because of widespread) 220.8 370.33 P 0.65 (planetary greed and because of the erratic) 220.8 358.33 P 6 (and sometimes negative technological) 220.8 346.33 P 0.16 (development which the planet was spawn-) 220.8 334.33 P 3.23 (ing. In Dr T) 220.8 322.33 P 3.23 (omorrow's time plane, the) 277.55 322.33 P 1.46 (Forces of Darkness had not been able to) 220.8 310.33 P 0.62 (achieve total positive materialization. The) 220.8 298.33 P 1.38 (FOD were still limited to the position of) 220.8 286.33 P 4.64 (nearly-invisible observers, thanks to a) 220.8 274.33 P -0.19 (slight degree of ethical and moral develop-) 220.8 262.33 P 2.53 (ment that held forth on the planet, and) 220.8 250.33 P -0.17 (couple of prophets named Mohammed and) 220.8 238.33 P 1.32 (Jesus. FOD ships were occasionally visi-) 220.8 226.33 P 3.48 (ble, but the life forms utilized by the) 220.8 214.33 P 0.35 (Forces of Darkness were not able to make) 220.8 202.33 P 1.27 (the physical plane transition necessary to) 220.8 190.33 P 0.21 (appear in the \337esh before the people of Dr) 220.8 178.33 P (T) 220.8 166.33 T (omorrow's era.) 226.21 166.33 T 0.88 (Since the Forces of Darkness had little) 231.6 153.33 P 1.48 (respect for physical plane aspects of any) 220.8 141.33 P 4.57 (dimension, FOD's technological evolu-) 220.8 129.33 P 2.91 (tion was rather slipshod. They had not) 220.8 117.33 P 0.53 (developed matter) 220.8 105.33 P 0.53 (-translation or any of the) 290.25 105.33 P 0.73 (high tech entropy analysis methods to the) 220.8 93.33 P 1.16 (degree or the sophistication possessed by) 220.8 81.33 P 0.21 (the Forces of Light. Numerically in\336nites-) 220.8 69.33 P 3.6 (imal when compared to the Forces of) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 4.32 (Light, the Forces of Darkness always) 405.6 731.33 P 0.94 (existed as the universally present obverse) 405.6 719.33 P 1.52 (of all that was positive and constructive.) 405.6 707.33 P 2.36 (The Forces of Darkness, however) 405.6 695.33 P 2.36 (, were) 549.23 695.33 P 0.43 (very adept at doing what amounted to pil-) 405.6 683.33 P 5.27 (fering of ener) 405.6 671.33 P 5.27 (gy) 470.35 671.33 P 5.27 (. They were directly) 479.7 671.33 P 1.29 (responsible for over half of the intratem-) 405.6 659.33 P 1.53 (poral ripping of) 405.6 647.33 P 1.53 (f that was going on. The) 471.21 647.33 P 0.27 (FOD were particularly gifted at zeroing in) 405.6 635.33 P 5.71 (on individual beings who had some) 405.6 623.33 P 1.1 (unusual built-in streak of evil or negativ-) 405.6 611.33 P 0.73 (ity) 405.6 599.33 P 0.73 (, and then assisting that individual. Y) 415.5 599.33 P 0.73 (o-) 567.67 599.33 P 2.24 (V) 405.6 587.33 P 2.24 (ah explained to Dr T) 411.71 587.33 P 2.24 (omorrow that the) 502.68 587.33 P 0.51 (Forces of Darkness also were able to feed) 405.6 575.33 P 2.53 (on ener) 405.6 563.33 P 2.53 (gies from some individuals who) 437.64 563.33 P 1.25 (were going through the process of death,) 405.6 551.33 P 1.75 (and from many individuals who were in) 405.6 539.33 P 1.71 (mental institutions because they had lost) 405.6 527.33 P 0.94 (all of their optimism. Y) 405.6 515.33 P 0.94 (o-V) 502.49 515.33 P 0.94 (ah pointed out) 516.92 515.33 P -0.05 (that, as with many other planets and times,) 405.6 503.33 P 0.47 (Earth's mental hospitals were very intense) 405.6 491.33 P 0.73 (collections of negative as well as positive) 405.6 479.33 P 2.72 (ener) 405.6 467.33 P 2.72 (gies. This was due to not only the) 422.62 467.33 P 2.81 (beings identi\336ed as patients, but to the) 405.6 455.33 P -0.19 (people who worked in the mental hospitals) 405.6 443.33 P 0.62 (as custodians, healers, administrators, and) 405.6 431.33 P 4 (helpers. Y) 405.6 419.33 P 4 (o-V) 449.68 419.33 P 4 (ah said that it was very) 464.11 419.33 P 2.04 (important to develop musical forms that) 405.6 407.33 P 0.83 (could be used for converting the negative) 405.6 395.33 P 1.25 (ener) 405.6 383.33 P 1.25 (gies in all kinds of hospitals to posi-) 422.62 383.33 P 3.66 (tive ones. Because hospitals often had) 405.6 371.33 P 4.27 (accumulations of beings who were in) 405.6 359.33 P 0.44 (some way connected with death, hospitals) 405.6 347.33 P 2.31 (were also focal points that attracted the) 405.6 335.33 P 0.22 (FOD. By using positive and healing musi-) 405.6 323.33 P 1.33 (cal thought forms, one potential entrance) 405.6 311.33 P 0.51 (for the Forces of Darkness could be mini-) 405.6 299.33 P 1.97 (mized. Y) 405.6 287.33 P 1.97 (o-V) 443.21 287.33 P 1.97 (ah also suggested that since) 457.64 287.33 P 0.34 (FOD were always able to focus on Earth's) 405.6 275.33 P 0.24 (erratic technology) 405.6 263.33 P 0.24 (, there would be no easy) 477.63 263.33 P 0.01 (or sure solution. Birth and death, however) 405.6 251.33 P 0.01 (,) 573.5 251.33 P 5.08 (were focal points in time that often) 405.6 239.33 P 4.71 (became \336elds of competition between) 405.6 227.33 P (Light and Darkness.) 405.6 215.33 T 0.63 (Despite the fact that Dr T) 416.4 201.33 P 0.63 (omorrow was) 520.69 201.33 P 1.34 (a limited number of Eternals, these Eter-) 405.6 189.33 P 0.43 (nals collectively would be able to have an) 405.6 177.33 P 2.61 (important ef) 405.6 165.33 P 2.61 (fect on Earth's positive and) 457.16 165.33 P -0.16 (negative cultural ener) 405.6 153.33 P -0.16 (gies if the group paid) 491.69 153.33 P 1.48 (attention to the planetary and basic elec-) 405.6 141.33 P 2.21 (tromagnetic aspects of their music. And) 405.6 129.33 P 0 (managed to not get caught up in the super-) 405.6 117.33 P 0 (\336cial and harmony-destructive ego clashes) 405.6 105.33 P 2.45 (of the music business world, where the) 405.6 93.33 P 1.01 (FOD were easily prone to \336nd individual) 405.6 81.33 P 2.21 (beings who dealt in the darkly negative) 405.6 69.33 P 0 (side of life ener) 405.6 57.33 P 0 (gies. Dr T) 467.88 57.33 P 0 (omorrow learned) 507.44 57.33 P FMENDPAGE %%EndPage: "25" 27 %%Page: "26" 27 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 1.17 (to think of the entire Earth as one united) 36 731.33 P 0.68 (planet, even if this were not the case. Y) 36 719.33 P 0.68 (o-) 198.07 719.33 P -0.18 (V) 36 707.33 P -0.18 (ah said that Earth was now ready for this,) 42.11 707.33 P 0.46 (and that earlier contacts with Earth inhab-) 36 695.33 P 2.65 (itants -- in his experience -- had never) 36 683.33 P 1.97 (been more than partially successful. Y) 36 671.33 P 1.97 (o-) 198.07 671.33 P 1.66 (V) 36 659.33 P 1.66 (ah did not understand why earlier con-) 42.11 659.33 P 0.12 (tacts had frequently made up a story about) 36 647.33 P 1.48 (having been kidnapped or abducted by a) 36 635.33 P 1.02 (\337ying saucer) 36 623.33 P 1.02 (. Dr T) 87.82 623.33 P 1.02 (omorrow was ur) 113.31 623.33 P 1.02 (ged to) 180.67 623.33 P 1.11 (look carefully at fairy tales, folklore, sci-) 36 611.33 P 3.73 (ence \336ction, and mythology) 36 599.33 P 3.73 (. All these) 158.13 599.33 P 1.79 (forms of communication contained basic) 36 587.33 P 0.81 (truths, Y) 36 575.33 P 0.81 (o-V) 70.79 575.33 P 0.81 (ah said, because much of this) 85.22 575.33 P 2.68 (literature had been instilled into Earth's) 36 563.33 P 1.27 (cultures by other trans-time visitors from) 36 551.33 P 0.53 (the Forces of Light. Many dif) 36 539.33 P 0.53 (ferent forms) 156.74 539.33 P 1.06 (of folk music were also stimulated in the) 36 527.33 P 0.15 (same way) 36 515.33 P 0.15 (. Modern rock rhythms had been) 75.19 515.33 P 0.75 (in part forcibly injected into the slow and) 36 503.33 P 7.76 (recalcitrant rhythm-and-blues tradition) 36 491.33 P 1.31 (from across the time barrier by a closely) 36 479.33 P 0.72 (parallel and culturally very advanced uni-) 36 467.33 P 1.69 (verse. Earth's neoChristians played some) 36 455.33 P 2.4 (of the music backwards and claimed to) 36 443.33 P 0.14 (hear examples of extraordinary conscious-) 36 431.33 P 0.18 (ness exhorting the listeners to commit evil) 36 419.33 P 3.38 (acts! The neoChristian leaning to non-) 36 407.33 P 1.93 (ordinary realities was sensing something) 36 395.33 P 7.07 (correctly but labelling it incorrectly) 36 383.33 P 1.8 (because of underlying philosophical cur-) 36 371.33 P 0.55 (rents of \322good-bad\323 JudaeoChristian mor-) 36 359.33 P 1.38 (alistic dualism and the basic tendency of) 36 347.33 P 0.98 (such a dualism to be incompatible with a) 36 335.33 P 2.56 (monistic or holistic, \322both-and\323 orienta-) 36 323.33 P 3.93 (tion. \322W) 36 311.33 P 3.93 (e-they\323 versus \322us\323 were two) 73.55 311.33 P 5.3 (positions that Dr T) 36 299.33 P 5.3 (omorrow carefully) 126.44 299.33 P 1.75 (examined in the discussions of the Eter-) 36 287.33 P 1.18 (nals. L) 36 275.33 P 1.18 (yle was the \336rst member to notice) 63.84 275.33 P 0.41 (the meaning of moralistic dualism, and he) 36 263.33 P 0 (tried to point it out to the others. The dual-) 36 251.33 P 2.42 (ism and what it meant was just one of) 36 239.33 P (many messages from Y) 36 227.33 T (o-V) 129.1 227.33 T (ah.) 143.53 227.33 T 3.38 (All members of the group felt very) 46.8 214.33 P 3.08 (strongly about what Y) 36 202.33 P 3.08 (o-V) 133.34 202.33 P 3.08 (ah told them.) 147.77 202.33 P 1.85 (There was an intense air of genuineness) 36 190.33 P 3.17 (about Y) 36 178.33 P 3.17 (o-V) 70.09 178.33 P 3.17 (ah. There was also a slight) 84.52 178.33 P 1.46 (sense of ur) 36 166.33 P 1.46 (gency to his message. Instead) 82.04 166.33 P 2.63 (of just dropping in on them, delivering) 36 154.33 P 2.46 (some pronouncements, and leaving, Y) 36 142.33 P 2.46 (o-) 198.07 142.33 P 0.27 (V) 36 130.33 P 0.27 (ah was in\336nitely more gentle about what) 42.11 130.33 P 2.89 (he had to say) 36 118.33 P 2.89 (. Frequently) 96.49 118.33 P 2.89 (, after talking) 147.04 118.33 P 0.77 (with the Eternals about complex subjects,) 36 106.33 P 0.75 (he paused and was silent for several min-) 36 94.33 P (utes.) 36 82.33 T 0.08 (The silence felt good to members of the) 46.8 69.33 P 2.89 (group as they sat around on the rocky) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 2.55 (breakwater and ocean wall. The silence) 220.8 731.33 P 1.34 (was almost pleasurable, and many of the) 220.8 719.33 P 0.46 (Eternals were aware of their own disincli-) 220.8 707.33 P 1.14 (nation to break the silence. At this point,) 220.8 695.33 P 0.53 (Y) 220.8 683.33 P 0.53 (o-V) 227.02 683.33 P 0.53 (ah smiled and mentioned that he had) 241.45 683.33 P 0.72 (also experienced the comforting nature of) 220.8 671.33 P 0.39 (the silence. He told group members that it) 220.8 659.33 P 0.14 (was important for Dr T) 220.8 647.33 P 0.14 (omorrow to use the) 313.35 647.33 P 0.3 (ener) 220.8 635.33 P 0.3 (gies of light and sound to enhance the) 237.82 635.33 P 2.12 (development of creative silence. Y) 220.8 623.33 P 2.12 (o-V) 367.33 623.33 P 2.12 (ah) 381.77 623.33 P 0.19 (pointed out that many of the current musi-) 220.8 611.33 P 0.43 (cal trends of Earth developed a sound and) 220.8 599.33 P 4.85 (rhythm pattern that ultimately created) 220.8 587.33 P 2.75 (more disorder than order) 220.8 575.33 P 2.75 (. Y) 327.58 575.33 P 2.75 (o-V) 341.54 575.33 P 2.75 (ah illus-) 355.97 575.33 P 3.05 (trated with telepathic projection how it) 220.8 563.33 P 0.67 (was that silence could represent a state of) 220.8 551.33 P 5.57 (greater order and alignment. W) 220.8 539.33 P 5.57 (ithout) 367.87 539.33 P 1.06 (words, he helped every group member to) 220.8 527.33 P 0.83 (simultaneously see and feel the bene\336cial) 220.8 515.33 P 1.32 (ef) 220.8 503.33 P 1.32 (fects of light and sound patterns which) 228.39 503.33 P 0.17 (were capable of enhancing of encouraging) 220.8 491.33 P 0.09 (entropic order while also utilizing the pos-) 220.8 479.33 P 1.1 (itive aspects of intermittent silence. Even) 220.8 467.33 P 4.04 (though a sound and light presentation) 220.8 455.33 P -0.11 (might be of high volume, it was still possi-) 220.8 443.33 P 2.58 (ble to produce a pattern that ultimately) 220.8 431.33 P 2.96 (induced a state of creative and orderly) 220.8 419.33 P -0.17 (silence in the listeners. This silent state did) 220.8 407.33 P 0.18 (not have to necessarily involve inaction or) 220.8 395.33 P 1.25 (idleness. Y) 220.8 383.33 P 1.25 (o-V) 265.46 383.33 P 1.25 (ah explained that the term,) 279.9 383.33 P 1.66 (\322silence,\323 was perhaps misleading. What) 220.8 371.33 P 3.07 (the Eternals of Dr T) 220.8 359.33 P 3.07 (omorrow found in) 312.33 359.33 P -0.12 (their orderly silence could also be found in) 220.8 347.33 P (any state of alignment or being focused.) 220.8 335.33 T 0.92 (As group members listened to Y) 231.6 321.33 P 0.92 (o-V) 364.83 321.33 P 0.92 (ah,) 379.27 321.33 P 2.2 (each could individually feel ener) 220.8 309.33 P 2.2 (gy tug-) 360.41 309.33 P 2.21 (ging at their minds and their hearts. Dr) 220.8 297.33 P 3.41 (T) 220.8 285.33 P 3.41 (omorrow was supposed to create and) 226.21 285.33 P 2.77 (produce music that would do the same) 220.8 273.33 P 1.66 (thing to its listeners. The music was not) 220.8 261.33 P 1.94 (only supposed to appeal to the aesthetic) 220.8 249.33 P 0.45 (sense of the listeners, but also to the heart) 220.8 237.33 P -0.02 (ener) 220.8 225.33 P -0.02 (gies of the listeners. The group clearly) 237.82 225.33 P 0.79 (had one mission of injecting the love, the) 220.8 213.33 P -0.16 (precepts, and the vibrations of Y) 220.8 201.33 P -0.16 (o-V) 349.45 201.33 P -0.16 (ah into) 363.88 201.33 P 0.1 (the music in as many ways as possible. As) 220.8 189.33 P 1.13 (Y) 220.8 177.33 P 1.13 (o-V) 227.02 177.33 P 1.13 (ah pointed out, music was one form) 241.45 177.33 P 3.55 (of ener) 220.8 165.33 P 3.55 (gy that could be used to unite) 252.2 165.33 P 2.31 (beings for positive and for healthy pur-) 220.8 153.33 P -0.15 (poses. Although music itself could do very) 220.8 141.33 P 0.83 (little as far as actually changing the plan-) 220.8 129.33 P -0.04 (et's ener) 220.8 117.33 P -0.04 (gies, music represented both a cat-) 253.18 117.33 P 0.67 (alyst and an ener) 220.8 105.33 P 0.67 (gy matrix through which) 290.08 105.33 P 0.41 (either the Forces of Light or the Forces of) 220.8 93.33 P 0.73 (Darkness were able to act. As long as the) 220.8 81.33 P 1.01 (music was kept primarily on the physical) 220.8 69.33 P 1.89 (plane, there could always be other reso-) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.55 (nant frequencies that were invisible to the) 405.6 731.33 P 2.63 (physical plane ear) 405.6 719.33 P 2.63 (. And to the physical) 482.47 719.33 P (plane listener) 405.6 707.33 T (.) 458.62 707.33 T 3.56 (The Forces of Light had long been) 416.4 694.33 P 4.57 (observing cultural development on Dr) 405.6 682.33 P 0.55 (T) 405.6 670.33 P 0.55 (omorrow's planet. Nearly all the musical) 411.01 670.33 P 0.18 (forms which had developed on Earth were) 405.6 658.33 P 3.7 (capable of serving as vehicles for the) 405.6 646.33 P 3.05 (Forces of Light to enhance the overall) 405.6 634.33 P 1.57 (planetary harmony or as vehicles for the) 405.6 622.33 P 6.16 (Forces of Darkness to enhance and) 405.6 610.33 P 0.32 (increase the overall planetary disor) 405.6 598.33 P 0.32 (ganiza-) 546.59 598.33 P 8.78 (tion, randomness, and mathematical) 405.6 586.33 P 3.41 (chaos. Y) 405.6 574.33 P 3.41 (o-V) 442.98 574.33 P 3.41 (ah gently told the Eternals) 457.42 574.33 P -0.2 (about Earth's \336ery death and disintegration) 405.6 562.33 P -0.05 (in 2105 A.D. He suggested that dates from) 405.6 550.33 P 1.53 (the future were often relative. More har-) 405.6 538.33 P 0.75 (mony was need both inside the being and) 405.6 526.33 P 1.18 (outside the being, and this would help to) 405.6 514.33 P 2.1 (prevent 2105 A.D. from coming sooner) 405.6 502.33 P 2.1 (.) 573.5 502.33 P 0.46 (And with the irregular type of technologi-) 405.6 490.33 P 2.03 (cal development found on Earth, ener) 405.6 478.33 P 2.03 (gy) 566.01 478.33 P 2.93 (harmonization was an absolute must to) 405.6 466.33 P 0.38 (keep the planet from accidentally blowing) 405.6 454.33 P 0.38 (itself up. For example, chaos mathematics) 405.6 442.33 P -0.06 (enjoyed popularity during the late Eighties) 405.6 430.33 P 2.1 (on the planet for some years before the) 405.6 418.33 P 3.88 (projected appearance of Dr T) 405.6 406.33 P 3.88 (omorrow) 537.51 406.33 P 3.88 (.) 573.5 406.33 P 0.04 (Chaos Music even appeared in a few labo-) 405.6 394.33 P 2.08 (ratories for awhile. Some of our techni-) 405.6 382.33 P 1.66 (cians analyzed the patterns of the Chaos) 405.6 370.33 P 2.18 (Music and found the patterns to have a) 405.6 358.33 P 2.95 (calming ef) 405.6 346.33 P 2.95 (fect on sophisticated nervous) 450.84 346.33 P 1 (systems. Earth's technological and ethical) 405.6 334.33 P 2.05 (development were so spotty and uneven) 405.6 322.33 P 5.82 (that high-tech industries could easily) 405.6 310.33 P 0.67 (coexist on the same land mass with third-) 405.6 298.33 P 0.69 (world cultures being systematically eradi-) 405.6 286.33 P (cated by famine and pestilence.) 405.6 274.33 T 2.78 (The Eternals were fascinated to hear) 416.4 261.33 P -0.06 (Y) 405.6 249.33 P -0.06 (o-V) 411.82 249.33 P -0.06 (ah explain that black holes in the uni-) 426.25 249.33 P 1.39 (verse represented other planets and other) 405.6 237.33 P 2.49 (galaxies which had simply disintegrated) 405.6 225.33 P 5.21 (and imploded on the physical plane.) 405.6 213.33 P 3.19 (Thanks to the Forces of Darkness, the) 405.6 201.33 P 0.18 (planets and solar systems that had become) 405.6 189.33 P 3.53 (really disharmonized, simply went into) 405.6 177.33 P 0.77 (negative existence while all of the ener) 405.6 165.33 P 0.77 (gy) 566.01 165.33 P 0.83 (associated with the planet was taken over) 405.6 153.33 P 2.14 (by the Forces of Darkness. In the same) 405.6 141.33 P 0.21 (way that every cell of an earth human car-) 405.6 129.33 P 3.83 (ried the genetic patterns necessary for) 405.6 117.33 P -0.05 (reproduction of the entire being, and every) 405.6 105.33 P 1.38 (unit of a fractal contains elements of the) 405.6 93.33 P 1.52 (whole picture, every sub-unit of the uni-) 405.6 81.33 P -0.23 (verse carried a similar pattern, called logos) 405.6 69.33 P 0.91 (that described a design for the entire uni-) 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 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X -0.16 (verse. Whenever a race of beings, a planet,) 36 731.33 P -0.04 (or a galaxy evolved and developed along a) 36 719.33 P 1.8 (line contrary to the solar logos, ultimate) 36 707.33 P 1.24 (extinction was the usual result. If overall) 36 695.33 P 0.9 (development were particularly uneven, as) 36 683.33 P 2.1 (the Forces of Light had found on Earth) 36 671.33 P 0.6 (and in several other nearby solar systems,) 36 659.33 P 1.84 (an exploding star or an imploding black) 36 647.33 P 2.3 (hole might be the result. When a black) 36 635.33 P 2.91 (hole was born, the Forces of Darkness) 36 623.33 P 0.11 (were greatly strengthened and aided. Even) 36 611.33 P 4.71 (though there was nothing intrinsically) 36 599.33 P 1.56 (good or bad about a black hole, its very) 36 587.33 P 3.42 (existence implied aid to the Forces of) 36 575.33 P -0.11 (Darkness, and greater polarity between the) 36 563.33 P 1.62 (Forces of Light and the Forces of Dark-) 36 551.33 P (ness.) 36 539.33 T 0.44 (Earth was an interesting planet because) 46.8 526.67 P 0.09 (on several occasions earlier in its develop-) 36 514.67 P 0.69 (ment, the planet had almost been bumped) 36 502.67 P 4.38 (into extinction by erratic cultural and) 36 490.67 P 1.49 (human development. Forces of Light, on) 36 478.67 P 2.1 (several occasions, had visited the planet) 36 466.67 P 2.47 (and had helped Earth's leaders to make) 36 454.67 P -0.17 (necessary adjustments that would avert the) 36 442.67 P 3.77 (catastrophe. The Great Flood was one) 36 430.67 P -0.08 (such time. And there had been several oth-) 36 418.67 P 1.89 (ers. The Forces of Darkness merely fol-) 36 406.67 P 5.07 (lowed along, took note of the near) 36 394.67 P 5.07 (-) 203.07 394.67 P (catastrophes, and bided their time) 36 382.67 T 3.55 (Y) 46.8 370 P 3.55 (o-V) 53.02 370 P 3.55 (ah reminded Dr T) 67.45 370 P 3.55 (omorrow that) 148.72 370 P 2.46 (many ancient cultures from Earth's past) 36 358 P 1.94 (history predicted a cataclysmic upheaval) 36 346 P 0.67 (and revolution toward the end of the 20th) 36 334 P 8.08 (century) 36 322 P 8.08 (. The older T) 65.32 322 P 8.08 (ibetan schools) 141.41 322 P 0.19 (described it as an age of spiritual darkness) 36 310 P 0.04 (\050Kali-Y) 36 298 P 0.04 (uga\051 coming to an end. This period) 65.97 298 P 5.45 (would include transitions of dif) 36 286 P 5.45 (ferent) 183.09 286 P 0.04 (types, and one strong possibility was mak-) 36 274 P 2.58 (ing the transition into a productive and) 36 262 P 0.6 (creative Golden Age. The color chosen to) 36 250 P 1.71 (signify the new age was symbolic. Gold) 36 238 P 1.66 (represented not only a form of illumina-) 36 226 P 0.87 (tion, but a very potent healing ener) 36 214 P 0.87 (gy) 180.65 214 P 0.87 (. Dr) 189.99 214 P 2.07 (T) 36 202 P 2.07 (omorrow) 41.41 202 P 2.07 (, as a New Age group, would) 77.4 202 P 1.98 (discover a whole succession of dif) 36 190 P 1.98 (ferent) 183.09 190 P 6.43 (approaches to healing. Most of the) 36 178 P 1.94 (approaches could be incorporated within) 36 166 P (the framework of music.) 36 154 T 0.89 (The Forces of Light saw in Dr T) 46.8 141.33 P 0.89 (omor-) 181.97 141.33 P 2.63 (row's Earth not only a very spotty and) 36 129.33 P 1.75 (irregular development of technology) 36 117.33 P 1.75 (, but) 186.88 117.33 P 2.21 (de\336nite and widespread ignorance about) 36 105.33 P 1.02 (water) 36 93.33 P 1.02 (--what it was and what it was capa-) 58 93.33 P 1.45 (ble of doing in a more active sense than) 36 81.33 P 2.28 (most twentieth century persons realized.) 36 69.33 P 1.03 (Y) 36 57.33 P 1.03 (o-V) 42.22 57.33 P 1.03 (ah described ways of utilizing water) 56.65 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 0.53 (and ener) 220.8 731.33 P 0.53 (gies extracted from ordinary tidal) 255.28 731.33 P 0.51 (currents that were known to the Incas and) 220.8 719.33 P 3.25 (other older civilizations, but practically) 220.8 707.33 P 0.13 (unknown to the planet Earth of the 1990's.) 220.8 695.33 P -0.12 (Scientists on Earth had barely begun to tap) 220.8 683.33 P 1.69 (the real meaning of earthquakes' seismic) 220.8 671.33 P 4.71 (disturbances in ways that other more) 220.8 659.33 P 3.61 (advanced cultures took as a matter of) 220.8 647.33 P 2.63 (course. There were not only giant tidal) 220.8 635.33 P 0.04 (waves, but storm waves caused by seismic) 220.8 623.33 P 1.49 (disturbances occurring under the \337oor of) 220.8 611.33 P 2.36 (nearly every ocean on the planet. More) 220.8 599.33 P 6.93 (advanced cultures routinely extracted) 220.8 587.33 P 1.75 (immense amounts of ener) 220.8 575.33 P 1.75 (gies from such) 328.85 575.33 P 2.77 (planetary changes. The Forces of Light) 220.8 563.33 P 0.28 (considered that Dr T) 220.8 551.33 P 0.28 (omorrow's Earth used) 303.36 551.33 P 2.19 (the planet's bodies of waters mainly for) 220.8 539.33 P 2.43 (hunting and for garbage dumping. How) 220.8 527.33 P 1.03 (primitive can you get? By the year 1986,) 220.8 515.33 P 1.29 (the United States alone was managing to) 220.8 503.33 P 2.17 (generate at least 250 tons of hazardous,) 220.8 491.33 P 0.55 (toxic wastes and ocean incineration was a) 220.8 479.33 P -0.17 (hot political and scienti\336c issue. But not as) 220.8 467.33 P 0.31 (hot as it needed to be, because no one had) 220.8 455.33 P 0.83 (been able to predict the dramatic worsen-) 220.8 443.33 P 2.77 (ing of water quality between 1991 and) 220.8 431.33 P 1.97 (1992. As if a critical mass of gunk and) 220.8 419.33 P 0.04 (junk had been accumulated at some level -) 220.8 407.33 P 2.95 (- despite the political ppm testing pro-) 220.8 395.33 P 1.27 (grams proclaiming safety -- thousands of) 220.8 383.33 P 2.03 (whales and dolphins began now the all-) 220.8 371.33 P 2.7 (too-familiar \322Lemming Beaching,\323 as it) 220.8 359.33 P -0.07 (came to be called. Y) 220.8 347.33 P -0.07 (o-V) 301.41 347.33 P -0.07 (ah appreciated that) 315.84 347.33 P 2.26 (at least this Primitive was aware of the) 220.8 335.33 P 5.38 (series of ecologic tragedies with the) 220.8 323.33 P 3.64 (whales and dolphins. Y) 220.8 311.33 P 3.64 (o-V) 324.55 311.33 P 3.64 (ah indicated) 338.99 311.33 P 0.92 (that Primitive cultures of the planet obvi-) 220.8 299.33 P 1.2 (ously did not understand why the whales) 220.8 287.33 P 0.27 (and dolphins wished to leave the contami-) 220.8 275.33 P (nated waters.) 220.8 263.33 T 4.66 (Y) 231.6 250.33 P 4.66 (o-V) 237.82 250.33 P 4.66 (ah spoke of a great need for) 252.25 250.33 P 0.34 (reversing this primitive tendency) 220.8 238.33 P 0.34 (, and told) 353.04 238.33 P 1.22 (the members of Dr T) 220.8 226.33 P 1.22 (omorrow that North) 308.81 226.33 P 0 (and South America were possibly the least) 220.8 214.33 P 2.35 (developed continents in their backwards) 220.8 202.33 P 0.11 (approach to aquatic resources. A harmoni-) 220.8 190.33 P 0.37 (ous balance between the aquatic bodies of) 220.8 178.33 P -0.2 (the planet and the aquatic residents of each) 220.8 166.33 P 0.19 (body of water was vital to maintaining the) 220.8 154.33 P 0.55 (solar harmony of the planet as well as the) 220.8 142.33 P 0.19 (remainder of the solar system and its local) 220.8 130.33 P 5.47 (galactic groups. Even the supposedly) 220.8 118.33 P 1.53 (astute Earthly astronomers found it dif) 220.8 106.33 P 1.53 (\336-) 382.32 106.33 P -0.05 (cult to get beyond their own myopic earth-) 220.8 94.33 P 14.89 (bound theories and rationalized) 220.8 82.33 P (observations.) 220.8 70.33 T 3.4 (Hydroecology also was one possible) 231.6 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.54 (solution to the ener) 405.6 731.33 P 0.54 (gy crisis for most con-) 483.92 731.33 P 0 (tinents of the W) 405.6 719.33 P 0 (estern world. It would be a) 468.9 719.33 P 1.87 (creative task for the Dr T) 405.6 707.33 P 1.87 (omorrow Eter-) 515.01 707.33 P 0.21 (nals to design ef) 405.6 695.33 P 0.21 (fective new approaches to) 471.29 695.33 P 1.23 (water as part of the teaching and healing) 405.6 683.33 P 0.66 (that the project requires. One requirement) 405.6 671.33 P 2.31 (was that these approaches needed to be) 405.6 659.33 P 2.93 (generally simple enough so that school) 405.6 647.33 P 0.94 (children would be capable of understand-) 405.6 635.33 P 1.72 (ing nearly everything that was presented) 405.6 623.33 P 0.35 (about the new ways of using and conserv-) 405.6 611.33 P 0.61 (ing the ener) 405.6 599.33 P 0.61 (gy obtainable from water) 453.82 599.33 P 0.61 (. Y) 555.85 599.33 P 0.61 (o-) 567.67 599.33 P 3.42 (V) 405.6 587.33 P 3.42 (ah gave members of the group eight) 411.71 587.33 P 0.6 (metallic spheres. He showed them how to) 405.6 575.33 P 0.37 (cause the metallic spheres to change color) 405.6 563.33 P 1.27 (so that they became clear crystal. By the) 405.6 551.33 P 2.49 (use of only mental ener) 405.6 539.33 P 2.49 (gy) 509.21 539.33 P 2.49 (, the Eternals) 518.55 539.33 P 1.2 (learned to peer into the futuristic spheres) 405.6 527.33 P 0.49 (made of the wondrous alloy) 405.6 515.33 P 0.49 (. W) 518.51 515.33 P 0.49 (ith enough) 533.03 515.33 P 1.66 (concentration, the clear crystal-appearing) 405.6 503.33 P 2.27 (spheres became very supportive of time) 405.6 491.33 P 0.86 (travel in a mental sense. By simply using) 405.6 479.33 P 0.55 (one of the spheres, any Eternal could eas-) 405.6 467.33 P 0.12 (ily learn to peer forward or backward with) 405.6 455.33 P 2.96 (fair ef) 405.6 443.33 P 2.96 (\336ciency) 432.52 443.33 P 2.96 (. As each of the Eternals) 463.51 443.33 P 0.79 (were recruited into this visionary activity) 405.6 431.33 P 0.79 (,) 573.5 431.33 P 0.38 (the total group ener) 405.6 419.33 P 0.38 (gy began to very pow-) 484.55 419.33 P 0.44 (erfully af) 405.6 407.33 P 0.44 (fect the activity of these spheres.) 442.77 407.33 P 3.69 (The spheres began to glow with such) 405.6 395.33 P 3.43 (blinding white light, the Eternals were) 405.6 383.33 P (forced to look away) 405.6 371.33 T (.) 484.61 371.33 T -0.1 (Pearl E. Mae, because of her ability as a) 416.4 358.33 P 0.22 (medium, found the spheres absolutely fas-) 405.6 346.33 P 0.32 (cinating. She was the Eternal who quickly) 405.6 334.33 P -0.19 (discovered that these spheres could also be) 405.6 322.33 P 6.74 (used as instantaneous communicators) 405.6 310.33 P 3.29 (allowing a direct link to her world of) 405.6 298.33 P 2.6 (32,000 A.D. The Eternals learned, with) 405.6 286.33 P 0.41 (Pearl E. Mae's help, how to go backwards) 405.6 274.33 P 0.64 (or forwards in time by simply concentrat-) 405.6 262.33 P 1.26 (ing on the alloy spheres. When all seven) 405.6 250.33 P 2.94 (members of the group worked together) 405.6 238.33 P 1.07 (with seven dif) 405.6 226.33 P 1.07 (ferent spheres \050Y) 464.18 226.33 P 1.07 (o-V) 534.14 226.33 P 1.07 (ah had) 548.57 226.33 P 4.07 (actually given them eight at the very) 405.6 214.33 P 0.74 (beginning\051, Pearl E. Mae found herself in) 405.6 202.33 P 2.59 (touch with very powerful ener) 405.6 190.33 P 2.59 (gies. The) 536.78 190.33 P 0.97 (spheres allowed Pearl E. Mae to commu-) 405.6 178.33 P 0.48 (nicate with a force that seemed to go well) 405.6 166.33 P 2.63 (beyond the Milky W) 405.6 154.33 P 2.63 (ay Galaxy and the) 495.68 154.33 P 2.44 (Local Galactic Groups. When using the) 405.6 142.33 P 1.01 (ener) 405.6 130.33 P 1.01 (gies of the spheres to travel, Pearl E.) 422.62 130.33 P 1.85 (Mae seemed to make contact with com-) 405.6 118.33 P 3.82 (munication patterns in space that sug-) 405.6 106.33 P 2.02 (gested a much higher level of Logos or) 405.6 94.33 P 0 (universe patterning than she had ever been) 405.6 82.33 P (able to feel.) 405.6 70.33 T 1.16 (Y) 416.4 57.33 P 1.16 (o-V) 422.62 57.33 P 1.16 (ah accurately perceived what was) 437.05 57.33 P FMENDPAGE %%EndPage: "27" 29 %%Page: "28" 29 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 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 0 10 Q 0 X 2.94 (happening, and reminded Pearl E. Mae) 36 731.33 P 2.1 (that because of her open channel to the) 36 719.33 P 1.8 (future, she would be an important guide) 36 707.33 P 0.89 (for Dr T) 36 695.33 P 0.89 (omorrow's musical compositions.) 70.39 695.33 P 3.6 (Dr T) 36 683.33 P 3.6 (omorrow's music would aim con-) 58.05 683.33 P -0.1 (stantly at higher cultural patterns that went) 36 671.33 P 0.85 (beyond Earth's. Although it sounded very) 36 659.33 P 0.37 (complicated, Pearl E. Mae and other Eter-) 36 647.33 P 2.6 (nals established at least one specialized) 36 635.33 P 3.37 (use for the alloy spheres. The spheres) 36 623.33 P 0.14 (ampli\336ed the MindLink/HeartLight ef) 36 611.33 P 0.14 (fect:) 188.64 611.33 P -0.09 (via the spheres the group's mental ener) 36 599.33 P -0.09 (gies) 190.3 599.33 P 1.85 (could be welded together for a common) 36 587.33 P 0.12 (purpose in a powerful syner) 36 575.33 P 0.12 (gy of common) 147.87 575.33 P 3.39 (goodwill. Pearl E. Mae's abilities as a) 36 563.33 P 1.19 (medium were ampli\336ed fantastically) 36 551.33 P 1.19 (. Not) 185.22 551.33 P 0.15 (only would Pearl E. Mae give Eternals the) 36 539.33 P 0.25 (ability to contact Y) 36 527.33 P 0.25 (o-V) 112.66 527.33 P 0.25 (ah whenever neces-) 127.09 527.33 P 1.23 (sary) 36 515.33 P 1.23 (, but her ampli\336ed mediumistic ener-) 52 515.33 P 0.46 (gies could very ef) 36 503.33 P 0.46 (\336ciently be added to the) 108.52 503.33 P 2.39 (musical compositions and performances.) 36 491.33 P 5.28 (Y) 36 479.33 P 5.28 (o-V) 42.22 479.33 P 5.28 (ah suggested how Dr T) 56.65 479.33 P 5.28 (omorrow) 169.76 479.33 P 2.12 (could best shape the development of its) 36 467.33 P 2.04 (own musical presentation. Dr T) 36 455.33 P 2.04 (omorrow) 169.76 455.33 P 0.73 (could present music that would be cultur-) 36 443.33 P 3.27 (ally and aesthetically acceptable to the) 36 431.33 P 1.83 (planet's cultures and enjoyable at a very) 36 419.33 P 1.16 (super\336cial. Beyond that, the musical per-) 36 407.33 P 0.28 (formance and its presentation could repre-) 36 395.33 P 6.3 (sent, in ener) 36 383.33 P 6.3 (gy terms, a giant-sized) 97 383.33 P 0.13 (psychic vacuum cleaner) 36 371.33 P 0.13 (. Stray bits of neg-) 131.74 371.33 P 2.61 (ative ener) 36 359.33 P 2.61 (gies would be pulled into the) 77.56 359.33 P 3.71 (vortex of light and sound presentation) 36 347.33 P 3.42 (from the listeners in the audience and) 36 335.33 P 1.58 (nearby areas of the planet. These bits of) 36 323.33 P 6.43 (negative ener) 36 311.33 P 6.43 (gy would be processed) 95.81 311.33 P 3.88 (through the group and spewed out as) 36 299.33 P 1.78 (music and light ener) 36 287.33 P 1.78 (gies that were more) 122.5 287.33 P 0.31 (positive and of a more bene\336cial form. Dr) 36 275.33 P 1.08 (T) 36 263.33 P 1.08 (omorrow would thus reduce the amount) 41.41 263.33 P 2.68 (of negativity available to the Forces of) 36 251.33 P -0.14 (Darkness. Another result would be that the) 36 239.33 P 1.92 (overall ener) 36 227.33 P 1.92 (gy of Dr T) 85.2 227.33 P 1.92 (omorrow's planet,) 132.73 227.33 P 2.21 (solar system, and galaxy would become) 36 215.33 P 0.33 (more harmonious and balanced. Using the) 36 203.33 P 1.38 (seven spheres would magnify the overall) 36 191.33 P 1.7 (ef) 36 179.33 P 1.7 (fect of whatever music was being per-) 43.59 179.33 P 0.74 (formed. At no time, however) 36 167.33 P 0.74 (, did Y) 154.57 167.33 P 0.74 (o-V) 182.53 167.33 P 0.74 (ah) 196.96 167.33 P 2.15 (mention anything about the eighth alloy) 36 155.33 P (sphere and what function it would play) 36 143.33 T (.) 191.35 143.33 T -0.22 (Y) 46.8 129.33 P -0.22 (o-V) 53.02 129.33 P -0.22 (ah deliberately emphasized several) 67.45 129.33 P 2.35 (times that as a thought form and as an) 36 117.33 P 0.28 (ener) 36 105.33 P 0.28 (gy form, Dr T) 53.02 105.33 P 0.28 (omorrow had the poten-) 109.24 105.33 P 0.11 (tial for not only enhancing the harmony of) 36 93.33 P 1.15 (the planet, but extending into other time-) 36 81.33 P 1.55 (space dimensions as well. A harmonious) 36 69.33 P 4.31 (planet became an ener) 36 57.33 P 4.31 (gy resonator in) 137.83 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 3.4 (space, and could not only af) 220.8 731.33 P 3.4 (fect other) 349.78 731.33 P 0.31 (planets in the solar system, but other solar) 220.8 719.33 P 0.87 (systems as well. The importance of using) 220.8 707.33 P 2.4 (music and light patterns to achieve this) 220.8 695.33 P 0.02 (goal was that the music itself had an ef) 220.8 683.33 P 0.02 (fect) 376.22 683.33 P 1.2 (which could go beyond the present time-) 220.8 671.33 P 4.61 (dimension. Electromagnetic waves and) 220.8 659.33 P 1.23 (other ethereal waves set up by the sound) 220.8 647.33 P 0.37 (and light presentations could create a type) 220.8 635.33 P 0.38 (of ener) 220.8 623.33 P 0.38 (gy form that was capable of travel-) 249.03 623.33 P 0.58 (ling both into the past and into the future.) 220.8 611.33 P 2.71 (All group members, especially Pearl E.) 220.8 599.33 P 2.07 (Mae, had the ability for developing this) 220.8 587.33 P 0.04 (type of past-future awareness. If the sound) 220.8 575.33 P 1.49 (and light presentations were put together) 220.8 563.33 P 0.72 (properly) 220.8 551.33 P 0.72 (, the group would be able to con-) 254.01 551.33 P 1.09 (tinually develop more and more ef) 220.8 539.33 P 1.09 (fective) 364.01 539.33 P 2.94 (musical forms that would enhance har-) 220.8 527.33 P 3.58 (mony and decrease ener) 220.8 515.33 P 3.58 (gy imbalances.) 327.66 515.33 P -0.13 (Speci\336cally) 220.8 503.33 P -0.13 (, it would be possible to reduce) 267.35 503.33 P 0.55 (entropy imbalances on both local and dis-) 220.8 491.33 P 2.77 (tant levels. Many other so-called \322New) 220.8 479.33 P 2.27 (Age\323 musicians and groups had already) 220.8 467.33 P 0.64 (begun to make super\336cial attempts in this) 220.8 455.33 P 2.18 (direction. Dr T) 220.8 443.33 P 2.18 (omorrow would therefore) 284.14 443.33 P -0.23 (easily \336t in with the general \337ow of Earth's) 220.8 431.33 P (music.) 220.8 419.33 T 9.42 (Communication with the shining) 231.6 406.33 P 1.54 (stranger had taken up many hours at the) 220.8 394.33 P 0.79 (ocean wall where they were sitting. For a) 220.8 382.33 P 3.54 (moment, Y) 220.8 370.33 P 3.54 (o-V) 268.31 370.33 P 3.54 (ah seemed to go out of) 282.74 370.33 P 2.11 (character) 220.8 358.33 P 2.11 (. He became very eloquent and) 256.87 358.33 P -0.23 (enthusiastic. He forecast a bright future for) 220.8 346.33 P 0.87 (the group, said that Su-Shan would know) 220.8 334.33 P 0.43 (how to use the rings to communicate with) 220.8 322.33 P 4.21 (him, and pledged himself to maintain) 220.8 310.33 P 0.27 (unbroken telepathic contact with all of the) 220.8 298.33 P 2.66 (Eternals. He also pledged an unvarying) 220.8 286.33 P 0.86 (amount of his etheric ener) 220.8 274.33 P 0.86 (gies that would) 328.41 274.33 P 0.35 (always be present within the matrix of the) 220.8 262.33 P 0.89 (Dr T) 220.8 250.33 P 0.89 (omorrow theme song. Y) 240.14 250.33 P 0.89 (o-V) 338.96 250.33 P 0.89 (ah gently) 353.39 250.33 P 0.55 (blessed the Eternals, went skimming back) 220.8 238.33 P 2.26 (along the water to the still-poised craft,) 220.8 226.33 P -0.16 (and entered the ship. As the entrance panel) 220.8 214.33 P 1.32 (slowly closed with a high-pitched sound,) 220.8 202.33 P -0.17 (the ship began once more to glow) 220.8 190.33 P -0.17 (. W) 354.01 190.33 P -0.17 (ithout) 367.87 190.33 P -0.25 (creating so much as a single wave, the sau-) 220.8 178.33 P 0.51 (cer rose noiselessly to a great height, and,) 220.8 166.33 P 3.43 (within seconds, was completely out of) 220.8 154.33 P (sight and hearing.) 220.8 142.33 T 2.17 (All the group members sat in silence) 231.6 129.33 P 1.7 (broken only by the sound of waves cas-) 220.8 117.33 P 4.92 (cading against the concrete abutment.) 220.8 105.33 P 2.89 (Residual remnants of Y) 220.8 93.33 P 2.89 (o-V) 323.13 93.33 P 2.89 (ah's ener) 337.57 93.33 P 2.89 (gies) 375.1 93.33 P 2.72 (and presence functioned as an interper-) 220.8 81.33 P 1.47 (sonal glue much like the morning Mind-) 220.8 69.33 P 5.2 (Link/HeartLight. Even a \336ery sunrise) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 1.52 (didn't disturb the unity of consciousness.) 405.6 731.33 P 1.2 (Only early morning sounds of State Park) 405.6 719.33 P 1.5 (vehicles and clean-up tractors and trucks) 405.6 707.33 P 2.28 (sent Dr T) 405.6 695.33 P 2.28 (omorrow in out of body form) 447.2 695.33 P 3.33 (back to the Coconut Grove house and) 405.6 683.33 P 0.7 (pool. The group ener) 405.6 671.33 P 0.7 (gy easily transported) 491.33 671.33 P 1.86 (the spheres back to the poolside area as) 405.6 659.33 P 1.55 (well. Both dogs had been shut up in the) 405.6 647.33 P 2.14 (house, and were so overjoyed to see us) 405.6 635.33 P 3.65 (back, that they nearly broke the glass) 405.6 623.33 P -0.01 (panes in the doors opening to the pool. W) 405.6 611.33 P -0.01 (e) 571.56 611.33 P 0.48 (let the dogs out and carefully put all eight) 405.6 599.33 P 2.19 (of the spheres next to Al's multimodule) 405.6 587.33 P 4.48 (setup. The printout tray of the black) 405.6 575.33 P 1.24 (Cube's laser printer was full of output. It) 405.6 563.33 P 0.11 (was a story written by Al that summarized) 405.6 551.33 P 1.29 (nearly every detail of our recent meeting) 405.6 539.33 P 0.72 (with Y) 405.6 527.33 P 0.72 (o-V) 432.81 527.33 P 0.72 (ah. Al's account even described) 447.24 527.33 P 0.63 (the alloy spheres in great detail. From the) 405.6 515.33 P 0.11 (content of the story) 405.6 503.33 P 0.11 (, it was apparent that at) 482.73 503.33 P 1.66 (least Al believed the eighth alloy sphere) 405.6 491.33 P (had been intended for him.) 405.6 479.33 T 3.26 (The tetrahedron and its three-dimen-) 416.4 466.33 P 0.82 (sional aspects have powerful implications) 405.6 454.33 P 0.16 (for broadcasting power and sound through) 405.6 442.33 P 4.31 (space. Four) 405.6 430.33 P 4.31 (-dimensional de\336nitions are) 455.78 430.33 P 2.1 (the only ones that specify the reality of) 405.6 418.33 P 2.76 (existence. Three-dimensional de\336nitions,) 405.6 406.33 P 1.29 (according to Buckminister Fuller) 405.6 394.33 P 1.29 (, are the) 541.5 394.33 P 3.14 (only ones that even begin to approach) 405.6 382.33 P 0 (reality or the necessity or necessary condi-) 405.6 370.33 P 2.09 (tions for the existence of Reality) 405.6 358.33 P 2.09 (. There) 545.6 358.33 P 0.09 (are other theoretical aspects of the tetrahe-) 405.6 346.33 P 2.35 (dron formed by four satellites in space,) 405.6 334.33 P 0.05 (that have implications for the transmission) 405.6 322.33 P -0.17 (of ener) 405.6 310.33 P -0.17 (gies in general and the correction of) 433.27 310.33 P 0.92 (the entropy imbalances of the universe in) 405.6 298.33 P 2.06 (speci\336c. Y) 405.6 286.33 P 2.06 (o-V) 449.4 286.33 P 2.06 (ah said that Fuller was an) 463.84 286.33 P 1.88 (important Earth-god, but that Earth peo-) 405.6 274.33 P 3.44 (ple, just as they had with their Jesus,) 405.6 262.33 P 5.64 (tended to discount Fuller's incredible) 405.6 250.33 P 0.27 (validity just because he happened to be an) 405.6 238.33 P 1.74 (Earthman. And that was a great loss for) 405.6 226.33 P 1 (them, to not have access to the high wis-) 405.6 214.33 P 3.88 (dom of their greatest native sons and) 405.6 202.33 P 0.99 (daughters. Earth people were missing out) 405.6 190.33 P 1.66 (because Fuller was de\336nitely transPlane-) 405.6 178.33 P 3.56 (tary) 405.6 166.33 P 3.56 (. Out of the galaxy and it's Local) 420.49 166.33 P 0.31 (Group setting. Fuller was aligned with the) 405.6 154.33 P 3.32 (highest spiritual planes but manifesting) 405.6 142.33 P -0.22 (practical, physical-plane solutions to many) 405.6 130.33 P 6.88 (of personkind's serious contemporary) 405.6 118.33 P 4.7 (environmental and evolutionary dilem-) 405.6 106.33 P 1.48 (mas that face the ordinary person during) 405.6 94.33 P 1.94 (the course of day-to-day spiritual evolu-) 405.6 82.33 P (tion.) 405.6 70.33 T 2.16 (\322But does it really) 416.4 57.33 P 2.16 (, matter) 495.24 57.33 P 2.16 (, Sibling? I) 527.53 57.33 P FMENDPAGE %%EndPage: "28" 30 %%Page: "29" 30 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (29) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 2.37 (mean, whether the super) 36 731.33 P 2.37 (-god was given) 140.6 731.33 P 0.99 (any attention by the Local Group's repre-) 36 719.33 P 0.55 (sentatives of the Life principle? I suppose) 36 707.33 P 1.9 (that some of them must have known. A) 36 695.33 P 1.58 (super) 36 683.33 P 1.58 (-god simply does not go unnoticed.) 57.45 683.33 P 3.33 (Even the earth people do feel divinity) 36 671.33 P 2.14 (from time to time-era. Most of us were) 36 659.33 P 0.04 (mildly amazed at the success that the Naz-) 36 647.33 P 1.03 (areth boy had with the masses. That type) 36 635.33 P 2.95 (of phenomenon is always cost-ef) 36 623.33 P 2.95 (fective) 179.21 623.33 P 0.03 (from a spiritual point of view and, by de\336-) 36 611.33 P (nition, is de\336nitely entropy-active.!\323) 36 599.33 T 3.55 (\322But, to ignore the possibilities, the) 46.8 587.24 P 2.34 (potentials, is also foolhardy) 36 575.24 P 2.34 (, Garth. Can) 152.86 575.24 P 1.46 (you imagine the karmic debts to be paid) 36 563.24 P -0.05 (for leaving out of the realm of possibilities) 36 551.24 P -0.19 (and probabilities the development of a true) 36 539.24 P 1.05 (Mind Mover) 36 527.24 P 1.05 (. T) 87.3 527.24 P 1.05 (o ignore the chance that a) 98.75 527.24 P 0.83 (real LifeSaver may evolve would be con-) 36 515.24 P 4.88 (siderably more than merely tragic. It) 36 503.24 P 3.38 (would be facetiously treasonous to the) 36 491.24 P (Life Principle, eh Sibling?\323) 36 479.24 T 3.56 (\322Y) 46.8 467.14 P 3.56 (es, you're right, Barth. The Mind) 57.45 467.14 P 0.48 (Mover is really worth waiting for if it can) 36 455.14 P 3.47 (emer) 36 443.14 P 3.47 (ge from a particular Life Culture.) 55.8 443.14 P 2.57 (Then there is the potential for a Major) 36 431.14 P 4.06 (Ener) 36 419.14 P 4.06 (gy Shift without the characteristic) 54.69 419.14 P 1 (rents that can occur in the fabric of time.) 36 407.14 P (And who needs rents.\323) 36 395.14 T 220.8 54 391.2 738 R 7 X V 405.6 54 576 738 R V 1 F 0 X 2.41 (Marshall F) 405.6 346.03 P 2.41 (. Gilula, otherwise known as) 451.98 346.03 P 8.35 (NeXT Register) 405.6 334.03 P 8.35 (ed Developer \050NeRD\051) 472.16 334.03 P 0.24 (#1054, spends a lot of his time with a cus-) 405.6 322.03 P 2.62 (tomized white Steinber) 405.6 310.03 P 2.62 (ger guitar) 501.52 310.03 P 2.62 (, and a) 543.28 310.03 P -0.1 (couple of racks of rapidly-aging electr) 405.6 298.03 P -0.1 (onic) 558.79 298.03 P 1.72 (equipment contr) 405.6 286.03 P 1.72 (olled by a Mac IIsi run-) 472.18 286.03 P 0.06 (ning MOTU\325) 405.6 274.03 P 0.06 (s \324Performer) 456.29 274.03 P 0.06 (\325. This version of) 508.07 274.03 P 2.98 (DR T) 405.6 262.03 P 2.98 (OMORROW was part of a Ph.D.) 429.78 262.03 P 0.95 (Dissertation written for Columbia Paci\336c) 405.6 250.03 P 1.1 (University) 405.6 238.03 P 1.1 (. DR T) 446.69 238.03 P 1.1 (OMORROW is a pr) 475.08 238.03 P 1.1 (oject) 556.57 238.03 P 1.04 (that aspir) 405.6 226.03 P 1.04 (es to being a pr) 444.86 226.03 P 1.04 (o\336table multidi-) 510.83 226.03 P 0.47 (mensional wellness learning system. Mar-) 405.6 214.03 P 1.7 (shall Gilula lives in Miami with a black) 405.6 202.03 P 3 (Cube, several Macs, numer) 405.6 190.03 P 3 (ous stringed) 523.86 190.03 P 3.38 (instruments, and two beautiful gigantic) 405.6 178.03 P 3.41 (German Shepher) 405.6 166.03 P 3.41 (ds, She-Ra and Bullet.) 476.65 166.03 P 1.88 (\324DR T) 405.6 154.03 P 1.88 (OMORROW\325 and \324Pr) 432.01 154.03 P 1.88 (oject T) 522.56 154.03 P 1.88 (alking) 551.01 154.03 P 1.54 (Dog\325 \050She-Ra and Bullet\051 ar) 405.6 142.03 P 1.54 (e two scien-) 525.18 142.03 P 2.3 (ti\336c activities of Life Ener) 405.6 130.03 P 2.3 (gies Resear) 518.28 130.03 P 2.3 (ch) 566.57 130.03 P 2.69 (Institute, P) 405.6 118.03 P 2.69 (.O. Box 588, Miami, Florida) 450.87 118.03 P (33133.) 405.6 106.03 T ( DR T) 408.45 87.68 T (OMORROW will be continued next) 432.14 87.68 T (issue.) 479.56 75.68 T ( mgilula@miasun.med.miami.edu) 423.46 57.33 T FMENDPAGE %%EndPage: "29" 31 %%Page: "30" 31 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (30) 301.51 39 T 36 585 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 2.09 (W) 36 479.33 P 0 10 Q 1.16 (e opened the door) 52.18 479.33 P 1.16 (, and entered Paris.) 126.59 479.33 P 0.15 (W) 36 467.28 P 0.15 (e found ourselves just a little away from) 44.63 467.28 P 0.32 (the church at Montmartre, right beside the) 36 455.22 P 1.66 (little funicular in fact. It was a beautiful) 36 443.16 P 1.43 (day) 36 431.11 P 1.43 (, sometime in early spring I\325d say by) 49.78 431.11 P 0.24 (the smell of it, and the rush of good living) 36 419.05 P 2.88 (air gave us all pause to take a breath.) 36 406.99 P 0.63 (Looking about we saw very few people, I) 36 394.93 P -0.05 (suppose it was early morning for them and) 36 382.88 P 0.43 (most of them were still ensconced in their) 36 370.82 P 1.24 (beds. I repressed a small sur) 36 358.76 P 1.24 (ge of what I) 154.68 358.76 P -0.22 (suppose was jealousy) 36 346.7 P -0.22 (, thinking of these lit-) 120.95 346.7 P 1.24 (tle, simple people who could attain com-) 36 334.65 P 0.89 (fort and peace so simply) 36 322.59 P 0.89 (. Dave suggested) 136.62 322.59 P 0.58 (that we go into the church, as there might) 36 310.53 P 0.55 (be some people in there at an early morn-) 36 298.48 P 3.05 (ing service, so we did. The place was) 36 286.42 P 1.47 (deserted of course and we all laughed at) 36 274.36 P 1.21 (Dave. Jane gave him a punch in the kid-) 36 262.3 P 0.55 (neys which we all thought was funny too.) 36 250.25 P 2.12 (They\325re bosom buddies really) 36 238.19 P 2.12 (, and have) 161.35 238.19 P 0.27 (worked together on many occasions in the) 36 226.13 P 3.53 (past, doing some honestly breathtaking) 36 214.08 P 4.21 (tasks. Their commitment is second to) 36 202.02 P 0.88 (none. So we wandered around the church) 36 189.96 P 0.86 (for a while. I found the tombs very inter-) 36 177.91 P 2.67 (esting and quite thrilling -- lovely cool) 36 165.85 P 0.62 (marble slabs, emotionally and respectably) 36 153.79 P 5.49 (engraved with paeans about the late) 36 141.73 P 1.34 (lamented. Looking at some of the names) 36 129.68 P 1.7 (and reading some of the stones I almost) 36 117.62 P 1.08 (felt I had known these people personally) 36 105.56 P 1.08 (.) 203.9 105.56 P 2.28 (Dave had gone of) 36 93.51 P 2.28 (f snuf) 113.42 93.51 P 2.28 (\337ing around the) 138.55 93.51 P 3.09 (pews in one of the darker areas, most) 36 81.45 P 0.12 (likely he was looking for bugs. A bit of an) 36 69.39 P 3.18 (entomologist, our Dave, he\325) 36 57.33 P 3.18 (s especially) 156.86 57.33 P 36 585 396 738 R 7 X V 0 30 Q 0 X (D) 148.98 694.33 T 0 22 Q (EADBEA) 170.64 694.33 T (TS) 257.36 694.33 T (by Oisin Hurley) 145.15 665.33 T 0 9 Q (Copyright \251 1992) 183.12 645 T 326.4 189 470.4 306 R 7 X V 0 14 Q 0 X (I found the tombs very) 326.4 296.67 T (interesting and quite) 326.4 280.67 T (thrilling -- lovely cool) 326.4 264.67 T -1.23 (marble slabs, emotionally) 326.4 248.67 P (and respectably) 326.4 232.67 T (engraved with paeans) 326.4 216.67 T (about the late lamented.) 326.4 200.67 T 220.8 338 391.2 612 R 7 X V 0 10 Q 0 X 4.1 (fascinated by parasites, holds them in) 220.8 605.33 P 0.85 (great regard altogether) 220.8 593.33 P 0.85 (, says they do a lot) 312.57 593.33 P 1.2 (of very useful work that might otherwise) 220.8 581.33 P 1.1 (go undone and unnoticed, to everybody\325) 220.8 569.33 P 1.1 (s) 387.31 569.33 P 1.06 (detriment. Or detritus. Sorry about that, I) 220.8 557.33 P 0.88 (have always found puns quite irresistible,) 220.8 545.33 P 1.94 (though many have said that they are no) 220.8 533.33 P (sign of wit.) 220.8 521.33 T 0.87 (As I rested against one of the sarcoph-) 231.6 509.33 P 1.16 (agi, Simon came stalking along, chewing) 220.8 497.33 P 1.32 (on something black and nasty-looking. It) 220.8 485.33 P 1.62 (turned out that he been poking about up) 220.8 473.33 P -0.25 (around the bell tower and had caught a bat.) 220.8 461.33 P 0.04 (This was the black object he was currently) 220.8 449.33 P 1.74 (ingesting. I declined his of) 220.8 437.33 P 1.74 (fer of entrails) 333.89 437.33 P -0.21 (and pointed him in the direction of the sac-) 220.8 425.33 P 2.65 (risty where he could get some wine to) 220.8 413.33 P 0.43 (slake his thirst. He has told me in the past) 220.8 401.33 P 0.41 (that bats make him very thirsty) 220.8 389.33 P 0.41 (. I watched) 346.27 389.33 P 2.77 (him go, tall and very very thin, like a) 220.8 377.33 P 5.38 (strange piece of very old parchment) 220.8 365.33 P 4.27 (stretched over a random collection of) 220.8 353.33 P -0.14 (sticks. He stopped to talk to Jane, who was) 220.8 341.33 P 220.8 167 310.8 336 R 7 X V 0 X 9.75 (etching bad runes) 220.8 329.33 P 3.21 (into the back of the) 220.8 317.1 P 1.2 (pews, and of) 220.8 304.87 P 1.2 (fered her) 273.81 304.87 P 2.06 (some bat. She turned) 220.8 292.64 P -0.12 (and stabbed him in the) 220.8 280.41 P 1.87 (thigh with her stylus,) 220.8 268.18 P 5.02 (Simon\325) 220.8 255.95 P 5.02 (s grunt caus-) 249.68 255.95 P 2.65 (ing Dave to look up) 220.8 243.72 P 5.2 (and laugh. She ran) 220.8 231.49 P 8.99 (over to him and) 220.8 219.26 P 0.64 (kicked him in the gut.) 220.8 207.03 P 2.44 (I said nothing. I had) 220.8 194.79 P 1.04 (often thought that she) 220.8 182.56 P 0.43 (might have a soft spot) 220.8 170.33 P 220.8 54 391.2 165 R 7 X V 0 X 0.47 (for me, seeing as she doesn\325) 220.8 158.33 P 0.47 (t kick the shit) 335.65 158.33 P 0.86 (out of me very often, but now I think it\325) 220.8 145.71 P 0.86 (s) 387.31 145.71 P 0.12 (because of some sort of respect or perhaps) 220.8 133.08 P 1.52 (even fear that she tends to keep her dis-) 220.8 120.46 P 1.94 (tance. A lot of people are afraid of me,) 220.8 107.83 P 0.71 (even those whom I could call my friends.) 220.8 95.21 P 1.03 (I\325m not af) 220.8 82.58 P 1.03 (fected by that any more, I sup-) 262.64 82.58 P 1.58 (pose it comes with the job. Simon came) 220.8 69.96 P -0.23 (back from the direction of the sacristy) 220.8 57.33 P -0.23 (, ear-) 370.9 57.33 P 405 338 575.4 738 R 7 X V 0 X 2.59 (nestly chugging a bottle of french altar) 405 731.33 P 0.92 (wine. As an afterthought, he crunched up) 405 719.33 P 0.4 (the bottle also, then belched resoundingly) 405 707.33 P 0.4 (.) 572.9 707.33 P -0.07 (A small spatter of blood appeared on a pil-) 405 695.33 P 0.47 (lar just beside his head, but it disappeared) 405 683.33 P 1.6 (quickly) 405 671.33 P 1.6 (. I called all of them over to me,) 434.33 671.33 P (and opened a door) 405 659.33 T (.) 478 659.33 T 2.27 (And stepped into Beirut. Jane looked) 415.8 641.33 P 0.55 (around, her eyes shining. She rushed over) 405 629.33 P 2.15 (to hug me, and kissed my face. As she) 405 617.33 P 3.88 (scrambled around the rubble, giggling,) 405 605.33 P 2.53 (Dave began to look for rats. I found a) 405 593.33 P 0.27 (small dog with a broken back whimpering) 405 581.33 P 1.27 (behind a rock. Its coat was scorched and) 405 569.33 P 4.85 (trampled and it drooled blood-\337ecked) 405 557.33 P 2.7 (saliva. I stood on its head and it died.) 405 545.33 P 1.59 (Simon came over to me and asked if he) 405 533.33 P 1.54 (could eat it. I shrugged, but Dave called) 405 521.33 P 1.45 (over that this it was probably not a very) 405 509.33 P 3.53 (good idea to eat it raw) 405 497.33 P 3.53 (. Disappointed,) 511.08 497.33 P 0.75 (Simon sat on a rock and chucked pebbles) 405 485.33 P 0.69 (at nearby burnt-out vehicles. Behind me I) 405 473.33 P 0.68 (heard a scuf) 405 461.33 P 0.68 (\337e, so I turned and looked up) 454.46 461.33 P 0.92 (at the roof of a ruined store. There was a) 405 449.33 P 2.16 (young person there, of unknowable sex,) 405 437.33 P 1.21 (perhaps none at all, for it appeared but a) 405 425.33 P 0.6 (child. It was wearing combat fatigues and) 405 413.33 P 3.1 (carried a small sub-machine gun. As I) 405 401.33 P 0.92 (watched the childs eyes, seeing its doom,) 405 389.33 P -0.14 (there was a crack behind me and the childs) 405 377.33 P 0.55 (forehead blossomed scarlet. Jane had shot) 405 365.33 P 1.7 (it with a small handgun she had discov-) 405 353.33 P 3.65 (ered in the wreck of a nearby house.) 405 341.33 P 486 167 576 336 R 7 X V 0 X 5.58 (Simon cringed visi-) 486 329.33 P 5.66 (bly as she shouted) 486 317.1 P 0.94 (\322Casualty of W) 486 304.87 P 0.94 (ar!\323 to) 549.26 304.87 P 3.64 (the sky) 486 292.64 P 3.64 (. W) 517.59 292.64 P 3.64 (e had all) 534.86 292.64 P 5.11 (seen this much too) 486 280.41 P 15.02 (often and quite) 486 268.18 P 4.19 (frankly we were all) 486 255.95 P 3.54 (pretty bored with it,) 486 243.72 P 5.48 (but I suppose self-) 486 231.49 P 13.08 (expression is an) 486 219.26 P 5.16 (important thing too,) 486 207.03 P 3.63 (and it may be rarer) 486 194.79 P 1.2 (than life. I walked up) 486 182.56 P 0.16 (the broken edge of the) 486 170.33 P 405.6 54 576 165 R 7 X V 0 X 0.12 (shop to where the body lay on the roof. Its) 405.6 158.33 P 1.14 (eyes were still open and it was twitching) 405.6 145.71 P 0.48 (visibly) 405.6 133.08 P 0.48 (, raising little ripples in its sauce of) 432.17 133.08 P 2.29 (blood. I sighed and touched its head to) 405.6 120.46 P 1.26 (shut its eyes and the child died. Looking) 405.6 107.83 P 1.59 (down from the roof I saw that Jane was) 405.6 95.21 P 3.94 (beating Dave quite severely about the) 405.6 82.58 P 1.8 (head with the end of the handgun and I) 405.6 69.96 P 0.31 (decided it was time to go. I opened a door) 405.6 57.33 P FMENDPAGE %%EndPage: "30" 32 %%Page: "31" 32 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (31) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X (and pushed them in.) 36 731.33 T 0.82 (W) 46.8 717.33 P 0.82 (e fell out in Moghadishu. It was hot,) 55.44 717.33 P 1.57 (hot, summer time. The earth was baking) 36 705.33 P 1.46 (and the air had been broiled many times) 36 693.33 P 0.99 (over) 36 681.33 P 0.99 (. All sounds were muted by the heat,) 53.21 681.33 P 0.05 (except for the crack of superheated stones,) 36 669.33 P 0.52 (the carrion razor buzz of the \337ies, and the) 36 657.33 P 0.08 (weak whimpering cries of the people. I sat) 36 645.33 P 0.45 (down in the shade of a rickety shanty hut,) 36 633.33 P 0.03 (took out a battered cigarette and lit it. Jane) 36 621.33 P 1.82 (joined me and asked for a cigarette too.) 36 609.33 P 1.49 (Small rivulets of perspiration made clear) 36 597.33 P 6.72 (tracks on her dust-smeared temples,) 36 585.33 P -0.2 (changed course as she threw her head back) 36 573.33 P 0.23 (to exhale. She was watching the other two) 36 561.33 P 0.92 (intently as they prowled and stalked their) 36 549.33 P 3.79 (way around the fallen down huts and) 36 537.33 P -0.12 (bloated and attenuated children and adults.) 36 525.33 P 1.06 (Simon appeared to be nodding in a satis-) 36 513.33 P 1.07 (\336ed sort of way while Dave prowled and) 36 501.33 P 4.22 (frowned and pointed, saying inaudible) 36 489.33 P 1.93 (things to Simon who would rapidly nod) 36 477.33 P 0.92 (and smile. A woman went by) 36 465.33 P 0.92 (, bent under) 157.1 465.33 P 3.96 (the weight of small sack of maize. I) 36 453.33 P 0.86 (watched Simon approach her and of) 36 441.33 P 0.86 (fer to) 184.17 441.33 P 2.06 (carry the sack to her dwelling, a brown) 36 429.33 P 2.57 (shambles maybe thirty yards away) 36 417.33 P 2.57 (. She) 183.85 417.33 P 3.19 (just dropped the bag, too fatigued and) 36 405.33 P 0.03 (weak to do anything else. Dave put out his) 36 393.33 P 2.22 (hand to steady her and she straightened) 36 381.33 P 2.23 (and even smiled slightly) 36 369.33 P 2.23 (. Simon walked) 139.48 369.33 P -0.22 (of) 36 357.33 P -0.22 (f ahead toward her hut, beckoning to fol-) 44.15 357.33 P 1.83 (low) 36 345.33 P 1.83 (. I glanced at Jane who was shaking) 50.34 345.33 P 0.25 (her head slightly) 36 333.33 P 0.25 (. She had seen this partic-) 102.47 333.33 P 0.59 (ular trick before too. I caught her eye and) 36 321.33 P 1.63 (she glanced quickly away) 36 309.33 P 1.63 (, possibly a bit) 143.21 309.33 P 1.94 (ashamed of her own excesses which we) 36 297.33 P 3.3 (had all seen just recently) 36 285.33 P 3.3 (. The woman) 147.35 285.33 P 1 (couldn\325) 36 273.33 P 1 (t keep pace with Simon, who was) 66.35 273.33 P 0.15 (now just approaching her shanty) 36 261.33 P 0.15 (. He came) 165.86 261.33 P 0.46 (to the sagging entrance, paused, then con-) 36 249.33 P 2.17 (tinued past. The woman uttered a small) 36 237.33 P 0 (wail and attempted to speed up her pace to) 36 225.33 P 1.62 (catch Simon and regain her sack of pre-) 36 213.33 P 0.89 (cious grain. Simon walked faster) 36 201.33 P 0.89 (, and the) 170.47 201.33 P 0.08 (woman began to falter) 36 189.33 P 0.08 (. She appeared to be) 125.33 189.33 P 2.49 (getting progressively weaker with every) 36 177.33 P 0.33 (step, and her \337esh appear to melt from of) 36 165.33 P 0.33 (f) 203.07 165.33 P 3.05 (her bones. After eleven steps, she col-) 36 153.33 P 1.99 (lapsed, a brown wrinkled leather bag of) 36 141.33 P 0.07 (dry bones like sticks of driftwood. Again I) 36 129.33 P 4.34 (walked out into the searing heat and) 36 117.33 P 0.39 (approached the woman. I knelt to turn her) 36 105.33 P 0.71 (head and looked into her unseeing eyes. I) 36 93.33 P 3.33 (felt her die then. Jane had come over) 36 81.33 P 2.77 (behind me and was staring with slitted) 36 69.33 P 1.8 (eyes and pursed lips at a point over my) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 8.18 (shoulder) 220.8 731.33 P 8.18 (. Her jaw muscles moved,) 254.67 731.33 P 6.03 (clenched, moved, clenched. I looked) 220.8 719.33 P -0.2 (around to see Simon eating the maize from) 220.8 707.33 P 2.45 (the bag. Dave was nearby playing with) 220.8 695.33 P 1.17 (some \337ies. It was de\336nitely time to go. I) 220.8 683.33 P (opened a door) 220.8 671.33 T (.) 276.87 671.33 T 2.45 (And stepped out into sunshine and a) 231.6 657.33 P 2.04 (warm breeze coming in of) 220.8 645.33 P 2.04 (f the sea. W) 333.7 645.33 P 2.04 (e) 386.76 645.33 P -0.22 (stood on a slightly dried but still well man-) 220.8 633.33 P 0.78 (icured lawn in front of a lar) 220.8 621.33 P 0.78 (ge very white) 335.23 621.33 P 2.35 (building with lots of windows. A small) 220.8 609.33 P 1.1 (sign on my left said something in Greek.) 220.8 597.33 P 4.03 (Dave looked around and snif) 220.8 585.33 P 4.03 (fed, then) 352.2 585.33 P 1.13 (headed for a set of lar) 220.8 573.33 P 1.13 (ge glass doors. W) 313.12 573.33 P 1.13 (e) 386.76 573.33 P 1.94 (all entered the building which contained) 220.8 561.33 P 0 (people wearing blue and white clothes and) 220.8 549.33 P 2 (apparently walking aimlessly about. The) 220.8 537.33 P 0.67 (smell of the building was very familiar to) 220.8 525.33 P -0.03 (me, I had been in a lot of these places over) 220.8 513.33 P 0.17 (the years. I didn\325) 220.8 501.33 P 0.17 (t recognize this particular) 288.84 501.33 P 0.22 (one, but I do tend to travel a lot, and faces) 220.8 489.33 P 0.12 (and places always blur in my memory) 220.8 477.33 P 0.12 (. W) 373.01 477.33 P 0.12 (e) 386.76 477.33 P 0.37 (all followed Dave around green and white) 220.8 465.33 P 1.77 (corridors, through arches and rooms and) 220.8 453.33 P 2.52 (places lined with beds to a lar) 220.8 441.33 P 2.52 (ge white) 354.54 441.33 P 1.62 (door) 220.8 429.33 P 1.62 (. Above it, a sign said something in) 238.57 429.33 P 0.15 (Greek. W) 220.8 417.33 P 0.15 (e pushed in and we were in a big) 259 417.33 P 2.14 (white room with beds in it. There were) 220.8 405.33 P 2.86 (people in the beds and people walking) 220.8 393.33 P 1.11 (around. The people walking around wore) 220.8 381.33 P 2.03 (great big plastic bags and walked really) 220.8 369.33 P 0.24 (slowly) 220.8 357.33 P 0.24 (. Simon laughed very loud and Jane) 246.81 357.33 P 2.33 (punched him in the kidneys and we all) 220.8 345.33 P 0.38 (laughed. I sat down on an unused bed and) 220.8 333.33 P 4.04 (played with some metal instruments I) 220.8 321.33 P 1.82 (found in a metal bowl. Some were very) 220.8 309.33 P 1.43 (sharp and some were very funny shapes,) 220.8 297.33 P -0.22 (all of them were glistening and beautifully) 220.8 285.33 P -0.22 (,) 388.7 285.33 P 3.49 (beautifully sterile. Impressed, I gave a) 220.8 273.33 P 1.07 (small knife to Jane, who looked at it and) 220.8 261.33 P 0.7 (smiled. Then she buried it in Simon\325) 220.8 249.33 P 0.7 (s left) 370.79 249.33 P 1.52 (buttock, and we howled with laughter to) 220.8 237.33 P 1.28 (see Simon hopping around with the little) 220.8 225.33 P 0.69 (knife wobbling about. Dave shouted at us) 220.8 213.33 P 1.11 (to shut up as he was trying to talk to the) 220.8 201.33 P 0.24 (people in the beds. After a while he began) 220.8 189.33 P 2.09 (shouting at them and became angry) 220.8 177.33 P 2.09 (. He) 372.46 177.33 P 0.28 (began to swear and kick things and search) 220.8 165.33 P 1.16 (about, eventually \336nding a smaller room.) 220.8 153.33 P 2.46 (He went inside and we waited. After a) 220.8 141.33 P 1.75 (couple of seconds bottles and \337asks and) 220.8 129.33 P 1.06 (glasses came \337ying out of the little room) 220.8 117.33 P 0.45 (to smash on the \337oor of the big room. W) 220.8 105.33 P 0.45 (e) 386.76 105.33 P -0.2 (could hear Dave shouting over the noise of) 220.8 93.33 P 1.05 (breaking glass and splintering plastic and) 220.8 81.33 P -0.04 (were we glad that he was enjoying himself) 220.8 69.33 P 1.06 (so much. He\325) 220.8 57.33 P 1.06 (s usually pretty taciturn and) 275.93 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.66 (reserved. When he had broken everything) 405.6 731.33 P 0.81 (and had come over) 405.6 719.33 P 0.81 (, panting, to where the) 483.39 719.33 P -0.14 (rest of us were sitting \050except for Simon of) 405.6 707.33 P 5.04 (course, who\325) 405.6 695.33 P 5.04 (s arse was very sore\051 I) 461.71 695.33 P -0.04 (decided that the holiday was over and now) 405.6 683.33 P 2.09 (it was time to go to work. W) 405.6 671.33 P 2.09 (e couldn\325) 533.84 671.33 P 2.09 (t) 573.22 671.33 P 2.07 (spend all eternity mucking around. So I) 405.6 659.33 P (opened a door) 405.6 647.33 T (.) 461.67 647.33 T -0.04 (Jane started the job, with a little support) 416.4 632.67 P 0.66 (from Simon. When events started moving) 405.6 620.67 P 1.33 (under their own power) 405.6 608.67 P 1.33 (, I put Simon in a) 499.95 608.67 P 5.21 (more involved role, allowing him to) 405.6 596.67 P 2.31 (spread out his in\337uence and to produce) 405.6 584.67 P 4.3 (basic raw material for Dave. Jane of) 405.6 572.67 P 0.55 (course had put together a good bit of pro-) 405.6 560.67 P 0.03 (duce for Dave and myself at this stage so I) 405.6 548.67 P 0.35 (congratulated her and told her to rest until) 405.6 536.67 P 0.63 (the Grand Finale. I started Dave into full-) 405.6 524.67 P 0.73 (time involvement with the project while I) 405.6 512.67 P 1.11 (myself cleared up loose ends which gave) 405.6 500.67 P 2.26 (the two lads extra working space. They) 405.6 488.67 P 0.64 (certainly make a great team: while Simon) 405.6 476.67 P 1.98 (is slow and very steady in his methods,) 405.6 464.67 P 0.2 (Dave is rash and brilliant and can be com-) 405.6 452.67 P 1.01 (pletely unstoppable. I weaved in and out,) 405.6 440.67 P 0.37 (here and there, mopping up here, cleaning) 405.6 428.67 P 1.42 (up a problem there, helping out with the) 405.6 416.67 P 0.94 (backlog and eventually accounting for all) 405.6 404.67 P 0.51 (the important bits that come in at the end.) 405.6 392.67 P 0.34 (Generally I don\325) 405.6 380.67 P 0.34 (t get much praise for this,) 472.15 380.67 P 0 (since my involvement is quite fragmented,) 405.6 368.67 P 0.68 (but I\325m there at every stage, and I hate to) 405.6 356.67 P 2.41 (think what would happen if I was ever) 405.6 344.67 P -0.18 (excluded from the team. I told the two lads) 405.6 332.67 P -0.08 (to rest up while I chopped of) 405.6 320.67 P -0.08 (f all the rough) 519.88 320.67 P 0.97 (edges and put a few of my own \336nishing) 405.6 308.67 P 1.56 (touches to the thing. Then we all took a) 405.6 296.67 P 1.17 (rest for a while, to get ready for the End) 405.6 284.67 P (Ceremony) 405.6 272.67 T (. Then I opened a door) 446.59 272.67 T (.) 536.52 272.67 T 0.13 (And we arrived in a small town in W) 416.4 258 P 0.13 (est) 564.9 258 P -0.1 (Connemara, just beside a tiny train station.) 405.6 246 P -0.11 (When we went inside, we found that it had) 405.6 234 P 0.95 (been gutted by \336re in the recent troubles,) 405.6 222 P 4.05 (but the four \336reproof rentable lockers) 405.6 210 P 2.73 (were still there. Inside, each of us had) 405.6 198 P 3.05 (stashed our ceremonial garments which) 405.6 186 P 1.23 (we used to parade around at the comple-) 405.6 174 P 0.23 (tion and wind-up of a project. I personally) 405.6 162 P 1.55 (think it\325) 405.6 150 P 1.55 (s all a bit old fashioned, but our) 438.54 150 P 3.48 (immediate bosses say it\325) 405.6 138 P 3.48 (s important to) 513.5 138 P 1.82 (impress the clients. So as we dressed in) 405.6 126 P 0.63 (our regalia of of) 405.6 114 P 0.63 (\336ce, I opened a door) 471.96 114 P 0.63 (, and) 555.94 114 P 1.58 (four horses came through. I think this is) 405.6 102 P 5.21 (very old-fashioned too, but who can) 405.6 90 P (change tradition?) 405.6 78 T 1 F (ohurley@dsg.cs.tcd.ie) 446.37 57.33 T FMENDPAGE %%EndPage: "31" 33 %%Page: "32" 33 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (32) 301.51 39 T 36 585 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 414 R 7 X V 0 18 Q 0 X 4.95 (L) 36 407.33 P 0 10 Q 2.75 (ong ago, on Earth, a friend of mine) 46.99 407.33 P 1.88 (bought a windscreen for his motorcycle.) 36 395.33 P 5.61 (He had been a con\336rmed-helmetless,) 36 383.33 P 3.72 (wind-in-the-face rider; one day he got) 36 371.33 P 1.66 (tired of it and got an expensive, stream-) 36 359.33 P 2.32 (lined fairing with a built-in windscreen.) 36 347.33 P 0.67 (When I asked him how it felt, he said the) 36 335.33 P 0.67 (dif) 36 323.33 P 0.67 (ference was amazing: it was like going) 46.92 323.33 P 0.59 (from standing in a wind tunnel to \337oating) 36 311.33 P 0.59 (in a space capsule. But a couple of weeks) 36 299.33 P 1.63 (later he had it removed and it sat in the) 36 287.33 P (back of his garage, looking forlorn.) 36 275.33 T 2.25 (\322I couldn\325) 46.8 261.33 P 2.25 (t deal with it,\323 he said. \322It) 89.66 261.33 P 0.64 (gives you the illusion that there\325) 36 249.33 P 0.64 (s actually) 167.73 249.33 P (something protecting you from the road.\323) 36 237.33 T 1.43 (And in the same way the windscreens) 46.8 223.33 P 2.98 (that I had put up around my own life) 36 211.33 P 1.32 (turned out to be equally illusory) 36 199.33 P 1.32 (. Money) 169.92 199.33 P 1.32 (,) 203.9 199.33 P 0.11 (power) 36 187.33 P 0.11 (, intelligence, love ... all null against) 60.58 187.33 P 0.24 (the forces that have twisted my life. In the) 36 175.33 P 2.34 (end, we are all defenseless. But it hap-) 36 163.33 P 3.23 (pened that my internal enemy and my) 36 151.33 P 1.03 (external enemy cancelled themselves out,) 36 139.33 P 2.81 (and once again I \337oat insensate in my) 36 127.33 P (space capsule, daring myself to live again.) 36 115.33 T 0.94 (It started as I sat in the darkened great) 46.8 93.33 P 3.67 (hall of V) 36 81.33 P 3.67 (ista Del Mar) 78.26 81.33 P 3.67 (, my home, my) 135.16 81.33 P 1.2 (prison, watching the sea of stars, waiting) 36 69.33 P 0.03 (for my visitor from Earth. It was not much) 36 57.33 P 36 585 396 738 R 7 X V 0 36 Q 0 X (B) 94.63 671 T 0 28 Q (UYING) 118.64 671 T 0 36 Q ( S) 208.82 671 T 0 28 Q (ILENCE) 237.84 671 T 0 18 Q (by Michael C. Berch) 141.05 640 T 0 9 Q (Copyright \251 1992) 183.12 621 T 326.4 189 470.4 315 R 7 X V 0 14 Q 0 X (Every human plan has a) 326.4 305.67 T (fatal de\336ciency; every) 326.4 289.67 T (perfect marriage has an) 326.4 273.67 T (unseen, hideous secret;) 326.4 257.67 T (every athlete or artist or) 326.4 241.67 T -0.34 (general has a hidden \337aw) 326.4 225.67 P (that if struck just so will) 326.4 209.67 T (cause them to shatter) 326.4 193.67 T (.) 443.38 193.67 T 220.8 338 391.2 576 R 7 X V 0 10 Q 0 X 0.55 (of a great hall, as great halls go; the same) 220.8 569.33 P 0.19 (force that has bent my life has constrained) 220.8 557.33 P 2.59 (me to live a less comfortable existence) 220.8 545.33 P (than, ceteris paribus, I could af) 220.8 533.33 T (ford.) 344.13 533.33 T 1.03 (If I have learned anything in my years) 231.6 521.33 P 2.81 (at V) 220.8 509.33 P 2.81 (ista Del Mar it is that there is no) 239.94 509.33 P 4.34 (escape from the interior \337aws of the) 220.8 497.33 P 0.04 (human mind: every human plan has a fatal) 220.8 485.33 P 1.17 (de\336ciency; every perfect marriage has an) 220.8 473.33 P 2.66 (unseen, hideous secret; every athlete or) 220.8 461.33 P 1.18 (artist or general has a hidden \337aw that if) 220.8 449.33 P 1.58 (struck just so will cause them to shatter) 220.8 437.33 P 1.58 (.) 388.7 437.33 P -0.25 (W) 220.8 425.33 P -0.25 (e are no more responsible for these \337aws) 229.43 425.33 P 0.41 (than a slab of granite is responsible for its) 220.8 413.33 P 0.8 (\337ecks of mica; we are born, turned in the) 220.8 401.33 P 1.55 (lapidary of childhood, and cast headlong) 220.8 389.33 P 2.45 (into the world like dice. Some fall and) 220.8 377.33 P 0.31 (break their backs; as it happened, I landed) 220.8 365.33 P (on my feet.) 220.8 353.33 T 0.33 (My own enemy) 231.6 341.33 P 0.33 (, the interior one, is that) 294.34 341.33 P 220.8 168 310.8 335 R 7 X V 0 X 2.52 (I can no longer bear) 220.8 328.33 P 2.33 (the sounds of human) 220.8 316.26 P 7.71 (society) 220.8 304.18 P 7.71 (. Unlike the) 248.46 304.18 P 2.43 (eyes, the ears cannot) 220.8 292.1 P 0.9 (be turned of) 220.8 280.03 P 0.9 (f: even as) 270.71 280.03 P 6.5 (we sleep, the ears) 220.8 267.95 P 0.43 (stand guard to alert us) 220.8 255.87 P 2.61 (of any intrusion. My) 220.8 243.79 P 12.25 (own hearing has) 220.8 231.72 P 26.99 (grown sensitive) 220.8 219.64 P 0.02 (beyond all reason, and) 220.8 207.56 P 3.63 (it now takes intense) 220.8 195.49 P 3.37 (concentration for me) 220.8 183.41 P 2.65 (to carry on a simple) 220.8 171.33 P 220.8 54 391.2 165 R 7 X V 0 X 4.53 (conversation or listen to the music I) 220.8 158.33 P 3.46 (enjoyed in my youth. \050There are days) 220.8 145.71 P 3.05 (when even my own voice or heartbeat) 220.8 133.08 P 0.41 (seem unbearable.\051 I have gone through all) 220.8 120.46 P 1.63 (manner of earmuf) 220.8 107.83 P 1.63 (fs, earplugs, hypnotics,) 295.49 107.83 P 4.01 (soundproof rooms, white noise, brown) 220.8 95.21 P 4.38 (noise, \336lters, and blankers: each only) 220.8 82.58 P -0.24 (seemed to intensify my frustration. When I) 220.8 69.96 P 0.75 (outlived my third wife I told my property) 220.8 57.33 P 405 338 575.4 738 R 7 X V 0 X 0.04 (management people to clear out one of the) 405 731.33 P 0.49 (\336rm\325) 405 719.33 P 0.49 (s car) 424.44 719.33 P 0.49 (go stations and seal and pressur-) 443.34 719.33 P 0.73 (ize one of the spokes. I grabbed an archi-) 405 707.33 P 5.13 (tect from one of our slack projects,) 405 695.33 P 1.52 (sketched out some plans for him, named) 405 683.33 P 0.08 (the place after my last house in California,) 405 671.33 P (and moved in six months later) 405 659.33 T (.) 525.21 659.33 T 0.45 (The generators and air exchangers \337oat) 415.8 645.33 P 0.04 (free of the station, out of my view) 405 633.33 P 0.04 (. When I) 540.63 633.33 P -0.04 (turn of) 405 621.33 P -0.04 (f the last fan at night, V) 431.7 621.33 P -0.04 (ista Del Mar) 525.52 621.33 P -0.23 (and I fall endlessly) 405 609.33 P -0.23 (, silent against the back-) 479.44 609.33 P 0.68 (drop of stars. I sleep, I wake, I eat, drink,) 405 597.33 P (work, and read, and I sleep again.) 405 585.33 T 1.82 (W) 415.8 571.33 P 1.82 (ithout a doubt, my visitor comes to) 424.83 571.33 P 1.31 (persuade me or coerce me to leave V) 405 559.33 P 1.31 (ista) 561.52 559.33 P 1.28 (Del Mar) 405 547.33 P 1.28 (. That he had been able to reach) 439.31 547.33 P 0.27 (me at all was frightening: it implied either) 405 535.33 P 2.21 (that my telecom setup was not working) 405 523.33 P 2.99 (right, or my hold on Saavedra/InterNet) 405 511.33 P (was not as tight as I imagined.) 405 499.33 T (W) 415.8 485.33 T (e are all defenseless.) 424.43 485.33 T 0.79 (There would be no point in refusing to) 415.8 471.33 P 2.42 (see him. If I did, they would just send) 405 459.33 P (another messenger) 405 447.33 T (, perhaps less politely) 479.26 447.33 T (.) 565.22 447.33 T 0.64 (It had begun in my mid-thirties, during) 415.8 425.33 P 0.13 (the time I was almost constantly traveling,) 405 413.33 P 0.11 (putting together the the \336rst set of transac-) 405 401.33 P 0.55 (tions that turned my engineering \336rm into) 405 389.33 P 0.23 (a global conglomerate. At \336rst I thought it) 405 377.33 P 0.36 (was the stress of nonstop negotiations and) 405 365.33 P 3.97 (jet lag that made me oversensitive to) 405 353.33 P 1.01 (noises; I remember very clearly the night) 405 341.33 P 486 168 576 335 R 7 X V 0 X 1.88 (in Zurich when, after) 486 328.33 P 4.37 (two hours of sleep-) 486 316.26 P 1.77 (less tossing and turn-) 486 304.18 P 3.35 (ing, trying to ignore) 486 292.1 P 2.02 (the muf) 486 280.03 P 2.02 (\337ed voices in) 518.66 280.03 P -0.19 (the room next to mine,) 486 267.95 P 2.1 (I called the the hotel) 486 255.87 P 5.59 (desk and demanded) 486 243.79 P 0.43 (that the entire \337oor be) 486 231.72 P 14.47 (cleared out and) 486 219.64 P 1.75 (rented to my \336rm, as) 486 207.56 P 6.59 (well as the rooms) 486 195.49 P 11.14 (above and below) 486 183.41 P 1.13 (mine. After two other) 486 171.33 P 405.6 54 576 165 R 7 X V 0 X 0.23 (such incidents, it became a topic of gossip) 405.6 158.33 P 0.73 (in my traveling party and later) 405.6 145.71 P 0.73 (, of course,) 530.14 145.71 P 3.65 (in the papers and media. After I was) 405.6 133.08 P 0.18 (arrested in a New Y) 405.6 120.46 P 0.18 (ork theatre for assault-) 485.25 120.46 P 1.59 (ing the party in the row behind me who) 405.6 107.83 P 2.21 (insisted on talking through the \336rst two) 405.6 95.21 P -0.16 (acts of Siberry\325) 405.6 82.58 P -0.16 (s No Borders Here, my \336rst) 466.34 82.58 P 1.86 (wife \336nally threw up her hands and left) 405.6 69.96 P 0.32 (me, complaining that she had not engaged) 405.6 57.33 P FMENDPAGE %%EndPage: "32" 34 %%Page: "33" 34 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (33) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X (to marry an eccentric.) 36 731.33 T 0.82 (I escaped criminal char) 46.8 718.93 P 0.82 (ges by agreeing) 142.04 718.93 P 0.45 (to see a therapist, and spent the next three) 36 706.93 P 1.07 (years on the couches of an endless series) 36 694.93 P -0.02 (of psychiatrists, neurologists, audiologists,) 36 682.93 P 1.29 (and after they shrugged and talked about) 36 670.93 P 2.03 (stress and nutrition and the pressures of) 36 658.93 P 1.66 (success, I hit the R&D circuit and spent) 36 646.93 P 0.16 (some time with neural reprogrammers and) 36 634.93 P 8.04 (digital biofeedback people. Nothing.) 36 622.93 P 1.85 (Finally I saw a representative sample of) 36 610.93 P 1.16 (faith healers, New Age practitioners, vis-) 36 598.93 P 0.07 (ited a couple of shrines, and gave up. Dur-) 36 586.93 P 2.57 (ing this time I also made $400 million) 36 574.93 P 0.19 (\050making not a few enemies in the process\051) 36 562.93 P (and bought out my biggest competitor) 36 550.93 T (.) 187.87 550.93 T -0.22 (But it was on my fourth trip to space, on) 46.8 538.53 P 0.69 (a visit to inspect the new research lab my) 36 526.53 P 0.13 (company had built for Fujitsu Orbital, that) 36 514.53 P 0.12 (I found what I wanted. It was just after we) 36 502.53 P 1.07 (had transferred from the lift vessel to the) 36 490.53 P 0.59 (shuttle that intercepts the lab\325) 36 478.53 P 0.59 (s orbit; all it) 156.05 478.53 P -0.14 (does is \336re its chemical rocket for a couple) 36 466.53 P 1.82 (of minutes, and then you drift for about) 36 454.53 P 1.01 (two hours. After the engine cut of) 36 442.53 P 1.01 (f, there) 177.08 442.53 P 0.61 (was no sound in the shuttle. I put a \336nger) 36 430.53 P 1.45 (to my lips and smiled and my two com-) 36 418.53 P 1.6 (panions nodded. W) 36 406.53 P 1.6 (e spent the remainder) 115.84 406.53 P 0.95 (of the trip in blissful silence, reading and) 36 394.53 P -0.07 (looking out the window) 36 382.53 P -0.07 (. I \336led this experi-) 130.36 382.53 P 1.63 (ence in my memory) 36 370.53 P 1.63 (, knowing that when) 119.9 370.53 P 0.15 (the time came I would have a place of ref-) 36 358.53 P (uge.) 36 346.53 T 0.47 (It came sooner than I thought: a couple) 46.8 334.13 P 0.11 (of months later my third wife, Aletha, was) 36 322.13 P 0.2 (driving out to our beach house to meet me) 36 310.13 P 1.15 (for a weekend when her brakes failed on) 36 298.13 P 3.97 (the Coast Highway and she missed a) 36 286.13 P (curve.) 36 274.13 T (She died that night, in the hospital.) 46.8 261.73 T 2.3 (I had had a brief and unwise second) 46.8 249.33 P 1.44 (marriage to a research psychologist, dur-) 36 237.33 P 0.42 (ing my doctor) 36 225.33 P 0.42 (-hopping days; Aletha came) 92.72 225.33 P 1.19 (to me some years later) 36 213.33 P 1.19 (, when I thought I) 130.29 213.33 P 1.27 (was done with romance, and she had the) 36 201.33 P 1.66 (good sense to know that I was not even) 36 189.33 P 1.57 (remotely normal in any meaningful way) 36 177.33 P 1.57 (,) 203.9 177.33 P 1.11 (and not to try to treat me like I was nor-) 36 165.33 P 0.81 (mal. She spoke softly) 36 153.33 P 0.81 (, and rarely) 123.86 153.33 P 0.81 (, and did) 170.07 153.33 P 1.58 (not expect me to speak, except for busi-) 36 141.33 P 0.35 (ness or ur) 36 129.33 P 0.35 (gent matters. I cannot remember) 75.38 129.33 P 2.54 (that she ever shouted, except when she) 36 117.33 P 1.19 (cried out when we made love. When she) 36 105.33 P 1.48 (died she left a terrible incompleteness in) 36 93.33 P 0.12 (my life; though I craved silence more than) 36 81.33 P 0.5 (my millions, I would have given anything) 36 69.33 P (to hear her voice again.) 36 57.33 T 220.8 54 391.2 738 R 7 X V 0 X 3.29 (A week after she died, I called the) 231.6 731.33 P 1.7 (architect and told him to to put together) 220.8 719.33 P (V) 220.8 707.33 T (ista Del Mar) 227.42 707.33 T (.) 276.83 707.33 T 2.34 (The visitor) 231.6 686.58 P 2.34 (\325) 277.9 686.58 P 2.34 (s name was Reid, and he) 280.68 686.58 P 0.36 (was a lawyer from a big New Y) 220.8 674.58 P 0.36 (ork \336rm. I) 349.68 674.58 P 2.61 (invited him in and realized, in spite of) 220.8 662.58 P 0.78 (myself, that the threat he represented was) 220.8 650.58 P 2.72 (remote and contingent \050rather than per-) 220.8 638.58 P 0.43 (sonal and immediate\051, and I tried to relax.) 220.8 626.58 P 3.51 (I even of) 220.8 614.58 P 3.51 (fered him a drink, which he) 263.17 614.58 P (accepted.) 220.8 602.58 T 4.72 (\322I bring a proposal, Mr) 231.6 581.83 P 4.72 (. Saavedra,) 342.36 581.83 P 2.23 (which I hope you\325ll consider carefully) 220.8 569.83 P 2.23 (.\323) 384.26 569.83 P (He spoke very softly; he\325d been coached.) 220.8 557.83 T 2.82 (\322Since you\325ve come all the way out) 231.6 537.08 P 1.88 (here, I\325ll be glad to. Y) 220.8 525.08 P 1.88 (ou understand, of) 317.76 525.08 P 2.37 (course, that there is very little that you) 220.8 513.08 P 2.36 (could of) 220.8 501.08 P 2.36 (fer that would be of interest to) 256.01 501.08 P (me.\323) 220.8 489.08 T 0.67 (\322Perhaps so. But I\325d like to go through) 231.6 468.33 P (it, just the same.\323) 220.8 456.33 T -0.16 (W) 231.6 443.58 P -0.16 (e did, and spent quite a while at it. All) 240.24 443.58 P 2.77 (entrepreneurs are the same; we love to) 220.8 431.58 P 0.14 (read a proposal and shake it around a little) 220.8 419.58 P 0.62 (like a boxed present, to see how it rattles.) 220.8 407.58 P 2.33 (It was a big enterprise; nobody but my) 220.8 395.58 P -0.12 (\336rm would even have an outside chance of) 220.8 383.58 P 0.9 (cutting the deal in the \336rst place and get-) 220.8 371.58 P 1.3 (ting the project completed. Put simply) 220.8 359.58 P 1.3 (, it) 379.35 359.58 P 0.37 (was to rebuild the central government and) 220.8 347.58 P 0.55 (defense communications complex of New) 220.8 335.58 P -0.08 (Persia more or less from scratch. They had) 220.8 323.58 P 0.73 (been operating their major systems out of) 220.8 311.58 P -0.17 (borrowed and temporary quarters since the) 220.8 299.58 P 2.86 (W) 220.8 287.58 P 2.86 (ar and the Iranian Partition, and evi-) 229.43 287.58 P 3.72 (dently either \336nally got sick of it, or) 220.8 275.58 P 2.05 (\336nally raised enough money to consider) 220.8 263.58 P 1.52 (rebuilding. I\325d run two major projects in) 220.8 251.58 P 1.16 (Persia, one before the W) 220.8 239.58 P 1.16 (ar and one after) 323.18 239.58 P 1.16 (,) 388.7 239.58 P (and knew the right people.) 220.8 227.58 T 0.04 (\322W) 231.6 214.83 P 0.04 (ell, it seems like a reasonable propo-) 244.67 214.83 P 1.85 (sition. But I know you didn\325) 220.8 202.83 P 1.85 (t call in all) 343.16 202.83 P -0.1 (your markers just to try to sell me this pro-) 220.8 190.83 P 0.76 (posal \320 if you\325d made the proposal to my) 220.8 178.83 P 5.16 (new projects people at the corporate) 220.8 166.83 P (of) 220.8 154.83 T (\336ce, or just transmitted it up here \320\323) 228.95 154.83 T 0.6 (Reid raised his hand. \322W) 231.6 142.08 P 0.6 (e wanted your) 333.39 142.08 P 1.64 (personal attention. This job isn\325) 220.8 130.08 P 1.64 (t just for) 354.05 130.08 P 3.19 (Saavedra/Internet; we\325re dealing with a) 220.8 118.08 P 1.46 (very sensitive situation. I don\325) 220.8 106.08 P 1.46 (t think the) 347.75 106.08 P -0.19 (Persians will just roll over; they\325re looking) 220.8 94.08 P 2.36 (for your familiar face, to reassure them) 220.8 82.08 P (that everything\325) 220.8 70.08 T (s going to go down right.\323) 283.82 70.08 T 0.66 (\322I see. As I said, it\325) 231.6 57.33 P 0.66 (s a most interesting) 311.77 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.24 (proposal, but I\325m afraid it would be out of) 405.6 731.33 P 0.62 (the question for me to leave my home for) 405.6 719.33 P 2.12 (extended travel. Y) 405.6 707.33 P 2.12 (ou\325re obviously aware) 482.39 707.33 P 6.24 (of my personal eccentricities; please) 405.6 695.33 P (respect them.\323) 405.6 683.33 T 0.24 (For a moment I thought that he was not) 416.4 671.05 P 2.15 (here to pry me from my home but was) 405.6 659.05 P 1.49 (merely the errand-boy of somebody who) 405.6 647.05 P (wanted a piece of the action.) 405.6 635.05 T 3.28 (But he mopped his forehead with a) 416.4 622.76 P 1.99 (handkerchief, then stopped as he looked) 405.6 610.76 P 1.18 (out the window again. \322Shit,\323 he said. \322I) 405.6 598.76 P 0.14 (hope you understand that I didn\325) 405.6 586.76 P 0.14 (t plan any) 536.3 586.76 P 1.92 (of this. I\325m not behind it; my \336rm isn\325) 405.6 574.76 P 1.92 (t) 573.22 574.76 P 0.05 (behind it; hell, I don\325) 405.6 562.76 P 0.05 (t even know what it\325) 490.3 562.76 P 0.05 (s) 572.11 562.76 P 2.4 (all about, and I probably don\325) 405.6 550.76 P 2.4 (t want to) 536.22 550.76 P 0.63 (know) 405.6 538.76 P 0.63 (. The thing is, this station \320 S/I-14 \320) 427.16 538.76 P 2.38 (has been sold, and our client has made) 405.6 526.76 P 6.05 (arrangements for you to relocate to) 405.6 514.76 P 1.81 (another) 405.6 502.76 P 1.81 (, uh, similar facility) 435.17 502.76 P 1.81 (.\323 He paused.) 518.53 502.76 P 0.18 (\322Assuming, of course, that you accept and) 405.6 490.76 P -0.12 (perform the proposal we\325ve discussed, and) 405.6 478.76 P (so forth.\323) 405.6 466.76 T 0.46 (\322Y) 416.4 454.48 P 0.46 (ou\325re going to have to do better than) 427.05 454.48 P 0.22 (that. I may be a little out of touch up here,) 405.6 442.48 P 0.51 (but I\325m pretty sure I still own this station.) 405.6 430.48 P (And a few others.\323) 405.6 418.48 T -0.05 (\322It\325) 416.4 406.19 P -0.05 (s not quite that simple. It got tangled) 429.72 406.19 P 2.56 (up in some corporate stuf) 405.6 394.19 P 2.56 (f, like a sale/) 517.25 394.19 P 0.83 (leaseback arrangement as part of the syn-) 405.6 382.19 P 1.98 (dication of stations 12, 14, and 15. I\325ve) 405.6 370.19 P 2.96 (checked it out; you granted a takeover) 405.6 358.19 P 1.3 (option to the lead \336nancier that could be) 405.6 346.19 P 6.93 (exercised if Saavedra/Internet missed) 405.6 334.19 P 3.05 (three consecutive payments to the loan) 405.6 322.19 P (retirement fund.\323) 405.6 310.19 T 0.44 (\322Strictly a formality; they\325re all written) 416.4 297.9 P (like that,\323 I said.) 405.6 285.9 T 0.65 (\322Understood. The bank \320 I\325ve got their) 416.4 273.62 P 4.49 (name somewhere \320 sold the takeover) 405.6 261.62 P 0.8 (rights to a Canadian company) 405.6 249.62 P 0.8 (. The Cana-) 527.5 249.62 P 1.3 (dian company) 405.6 237.62 P 1.3 (, you must understand, is a) 462.6 237.62 P 3.23 (wholly-owned subsidiary of Blaise-Lor-) 405.6 225.62 P (ton.\323) 405.6 213.62 T 2.26 (A tendril of cold began in my chest,) 416.4 201.33 P 2.44 (crept down my legs, and instinctively I) 405.6 189.33 P -0.04 (shivered. Blaise-Lorton was an old enemy) 405.6 177.33 P -0.04 (,) 573.5 177.33 P 4.34 (and, I suppose, an unavenged enemy) 405.6 165.33 P 4.34 (.) 573.5 165.33 P 1.66 (W) 405.6 153.33 P 1.66 (e\325d been in competition for years, and) 414.23 153.33 P 2.07 (my \336rm nearly always won out. Blaise-) 405.6 141.33 P 1.62 (Lorton was founded by a pair of elderly) 405.6 129.33 P 3.79 (Britons; they \050and the \336rm\051 had been) 405.6 117.33 P 4.07 (around forever) 405.6 105.33 P 4.07 (, but were utterly hide-) 468.38 105.33 P 1.73 (bound, and we outdistanced them easily) 405.6 93.33 P 1.73 (.) 573.5 93.33 P 0.59 (There had been incidents over the years \320) 405.6 81.33 P 1.22 (anonymous threats, a couple of construc-) 405.6 69.33 P 3.14 (tion sites vandalized \320 but we ignored) 405.6 57.33 P FMENDPAGE %%EndPage: "33" 35 %%Page: "34" 35 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (34) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 3.76 (them, \336guring that complaining to the) 36 731.33 P 1.04 (police about one\325) 36 719.33 P 1.04 (s competitors would not) 106.93 719.33 P 0.59 (enhance the reputation of a \336rm noted for) 36 707.33 P -0.18 (its discretion. One of the old boys had died) 36 695.33 P (a few years back, and I learned in a round-) 36 683.33 T -0.03 (about way that Lorton, the survivor) 36 671.33 P -0.03 (, some-) 177.01 671.33 P (how blamed me for his partner) 36 659.33 T (\325) 159.33 659.33 T (s death.) 162.11 659.33 T 0.25 (\322Okay) 46.8 646.58 P 0.25 (, I\325m not really pleased with that,) 72.24 646.58 P -0.23 (but so what? W) 36 634.58 P -0.23 (e don\325) 96.97 634.58 P -0.23 (t have any cash prob-) 121.82 634.58 P 0.62 (lems. Hell, we could probably pay of) 36 622.58 P 0.62 (f the) 187.74 622.58 P 2.19 (whole debenture for S/I-14 today) 36 610.58 P 2.19 (, if we) 176.77 610.58 P (had to.\323) 36 598.58 T 1.01 (Reid walked to the window and stood,) 46.8 585.83 P 0.39 (looking out. His voice was almost a whis-) 36 573.83 P 0.26 (per) 36 561.83 P 0.26 (, with a note of apology) 48.36 561.83 P 0.26 (. \322The loan\325) 143.98 561.83 P 0.26 (s in) 191.97 561.83 P -0.1 (default. Y) 36 549.83 P -0.1 (our \336rm has missed the last three) 74.87 549.83 P 3.99 (payments. If you check your morning) 36 537.83 P 1.52 (mail, you\325ll \336nd that your controller and) 36 525.83 P 2.38 (two of his people have resigned, and \320) 36 513.83 P 1.85 (according to my information \320 have left) 36 501.83 P (the country) 36 489.83 T (.\323) 80.6 489.83 T 0.47 (I started to shout that this was impossi-) 46.8 477.08 P 0.48 (ble, but the words died in my throat. Reid) 36 465.08 P -0.23 (had not come to V) 36 453.08 P -0.23 (ista Del Mar to bluf) 108.33 453.08 P -0.23 (f me.) 186.09 453.08 P 2.63 (He looked at me with pity as we both) 36 441.08 P 0.95 (came to realize that I was as much in his) 36 429.08 P 0.77 (clients\325 grasp as I was in the grasp of my) 36 417.08 P (af) 36 405.08 T (\337iction.) 43.59 405.08 T 4.83 (He produced more papers, a more) 46.8 392.33 P 0.31 (detailed look at the project. I read through) 36 380.33 P 1.71 (them, watching Reid watch me: his face) 36 368.33 P 3.29 (was devoid of victory) 36 356.33 P 3.29 (. Finally I threw) 132.11 356.33 P 0.18 (down the stack of papers, disgusted. \322This) 36 344.33 P 0.33 (is a completely corrupt enterprise. There\325) 36 332.33 P 0.33 (s) 202.51 332.33 P 0.36 (no way in hell to meet the bid price, and I) 36 320.33 P 0.2 (don\325) 36 308.33 P 0.2 (t think even Saavedra/Internet can get) 54.14 308.33 P 0.74 (enough workers on-site to make the com-) 36 296.33 P (pletion date.\323) 36 284.33 T 1.59 (Reid shrugged. \322Not surprising. There) 46.8 271.58 P 0.19 (may be some sort of political thing behind) 36 259.58 P (this. I have no idea. Sign the papers.\323) 36 247.58 T (I signed, with a trembling hand.) 46.8 234.83 T -0.19 (On the trip back to Earth and my visit to) 46.8 214.08 P -0.23 (the \336rm\325) 36 202.08 P -0.23 (s headquarters, my internal enemy) 69.92 202.08 P -0.17 (remained quiescent; lulled, perhaps, by the) 36 190.08 P 0.45 (years in which I had bought silence. But I) 36 178.08 P 3.36 (was \336rmly in the thrall of my human) 36 166.08 P 1.46 (enemy) 36 154.08 P 1.46 (, and though I briefed my staf) 62 154.08 P 1.46 (f on) 189.12 154.08 P 2.83 (the proposal with relatively good cheer) 36 142.08 P 1.4 (and vigor) 36 130.08 P 1.4 (, it was my enemy\325) 75.03 130.08 P 1.4 (s hands that) 156.41 130.08 P 2.29 (moved my hands, and his lips that ani-) 36 118.08 P (mated my smile.) 36 106.08 T 2.72 (Of course eyebrows were raised, but) 46.8 93.33 P 1.71 (they had been raised before. Despite the) 36 81.33 P 0.04 (abrupt departures that Reid had alluded to,) 36 69.33 P 0.69 (I was still in control of Saavedra/Internet,) 36 57.33 P 220.8 54 391.2 738 R 7 X V 0 X 2.34 (and though more than once I heard the) 220.8 731.33 P 2.36 (whispered word \322unsound\323 or \322unwork-) 220.8 719.33 P 0.69 (able\323 behind my back, my people pitched) 220.8 707.33 P -0.22 (into the project with bold abandon. I didn\325) 220.8 695.33 P -0.22 (t) 388.42 695.33 P 0.41 (know what they knew about the sale of S/) 220.8 683.33 P 1.51 (I-14, or why I was back on Earth, and I) 220.8 671.33 P (didn\325) 220.8 659.33 T (t explain.) 241.72 659.33 T 0.11 (I telescoped the feasibility-study part of) 231.6 647 P 1.5 (the project into a few quick weeks, anx-) 220.8 635 P 1.1 (ious to meet the Persians and \050hopefully\051) 220.8 623 P 1.47 (wind up my personal involvement in the) 220.8 611 P 0 (deal and return to the \322similar\323 accomoda-) 220.8 599 P (tions in space that Reid had promised.) 220.8 587 T 0.12 (And as the pace of work quickened, my) 231.6 574.67 P 0.31 (af) 220.8 562.67 P 0.31 (\337iction surfaced again with a murderous) 228.39 562.67 P 6.65 (vengeance. Distant conversations and) 220.8 550.67 P 0.27 (snippets of music started my heart beating) 220.8 538.67 P 2.79 (faster) 220.8 526.67 P 2.79 (, sending out panic messages. My) 242.6 526.67 P 0.06 (reaction to sound is an out of control feed-) 220.8 514.67 P 1.63 (back loop: fear of sound, fear of fear of) 220.8 502.67 P 0.03 (sound, fear of fear of fear of sound, and so) 220.8 490.67 P 0.58 (on, until the fear becomes a solid mass of) 220.8 478.67 P 1.94 (panic and I \336nd myself suddenly white-) 220.8 466.67 P (knuckled and cowering.) 220.8 454.67 T (Defenseless.) 231.6 442.33 T 1.77 (Even alone, on the plane to T) 231.6 430 P 1.77 (ehran, I) 358.91 430 P 0.5 (was tormented. Airplanes were one of my) 220.8 418 P 0.12 (special places of respite; nearly as good as) 220.8 406 P 1.16 (spacecraft. In each case we are separated) 220.8 394 P 1.57 (from other humans by an interval across) 220.8 382 P 0.21 (which sound is meaningless and impotent.) 220.8 370 P -0.17 (I dozed lightly on the plane, hypnotized by) 220.8 358 P 4.04 (the monotonous hum of the turbofans) 220.8 346 P 1.66 (\050though I jerked upright every time they) 220.8 334 P 0.41 (changed timbre, knowing in my mind that) 220.8 322 P 0.96 (the pilot was changing course or altitude,) 220.8 310 P 1.15 (but feeling, deep down in the cerebellum) 220.8 298 P (somewhere, that something was wrong\051.) 220.8 286 T 0.38 (W) 231.6 273.67 P 0.38 (e landed, and I was met at the airport) 240.24 273.67 P 0.21 (by a private car with an escort and a small) 220.8 261.67 P 2.89 (entourage. I prefer to ride alone, but I) 220.8 249.67 P 1.38 (could hardly refuse the hospitality of the) 220.8 237.67 P 3.16 (local contractor who\325d be handling the) 220.8 225.67 P 3.05 (meetings with the government and key) 220.8 213.67 P 1.37 (suppliers. I got of) 220.8 201.67 P 1.37 (f the plane and walked) 295.24 201.67 P 1.7 (haltingly the few feet to the car; Earth\325) 220.8 189.67 P 1.7 (s) 387.31 189.67 P 1.93 (full gravity coupled with eight hours on) 220.8 177.67 P -0.23 (the plane made me giddy) 220.8 165.67 P -0.23 (. I was clapped on) 319.7 165.67 P 2.18 (the back by a hearty Persian and found) 220.8 153.67 P 0.73 (myself seated between two such jollies in) 220.8 141.67 P (the middle of the limousine\325) 220.8 129.67 T (s back seat.) 333.52 129.67 T 4.1 (My sudden intuition that there was) 231.6 117.33 P 1.29 (something wrong came two or three sec-) 220.8 105.33 P 3.14 (onds too late: suddenly my arms were) 220.8 93.33 P 0 (pinned behind me; the jolly on my left had) 220.8 81.33 P 1.5 (produced a handgun, and the one on my) 220.8 69.33 P -0.05 (right was speaking rapid Farsi into a hand-) 220.8 57.33 P 405.6 54 576 738 R 7 X V 0 X 0.41 (held radio. T) 405.6 731.33 P 0.41 (errorist kidnapping, I thought) 457.07 731.33 P 2.1 (instantly) 405.6 719.33 P 2.1 (, and my stomach froze. T) 439.38 719.33 P 2.1 (ehran) 553.8 719.33 P 2.58 (was nominally under the control of the) 405.6 707.33 P -0.23 (democratic government of New Persia, but) 405.6 695.33 P 0.19 (the old gangs and factions still roamed the) 405.6 683.33 P 0.87 (streets. The shock of the incident and my) 405.6 671.33 P 3.69 (dizziness combined; all of a sudden I) 405.6 659.33 P 1.37 (couldn\325) 405.6 647.33 P 1.37 (t feel my arms and legs, and saw) 435.95 647.33 P 0.27 (the plexiglass partition in front of my face) 405.6 635.33 P 0.41 (begin to swim and dissolve into a mass of) 405.6 623.33 P 2.55 (phosphene dots. As the darkness pulled) 405.6 611.33 P 1.94 (me under I remembered the anti-ransom) 405.6 599.33 P 0.04 (statutes \050which I had supported, of course\051) 405.6 587.33 P 0.51 (and knew that the terrorists would kill me) 405.6 575.33 P (when S/I couldn\325) 405.6 563.33 T (t pay) 474.26 563.33 T (...) 493.32 563.33 T 2.96 (\322Good God, what have you done to) 416.4 550.73 P 2.21 (him?\323 said a distant voice in English. I) 405.6 538.73 P 0.25 (was riding in a car) 405.6 526.73 P 0.25 (, probably the same car) 480.05 526.73 P 0.25 (.) 573.5 526.73 P 0.1 (I still couldn\325) 405.6 514.73 P 0.1 (t move my arms, which were) 459.48 514.73 P 5.21 (now handcuf) 405.6 502.73 P 5.21 (fed. It was dark, and I) 462.53 502.73 P 0.5 (smelled dust and exhaust fumes. My head) 405.6 490.73 P 0.97 (ached and there was the taste of blood in) 405.6 478.73 P (my mouth.) 405.6 466.73 T (\322He pass out.\323 An accented voice.) 416.4 454.13 T (\322Sit him up straight. There you go.\323) 416.4 441.53 T 3.66 (I was yanked up and consciousness) 416.4 428.93 P 2.03 (slipped away again. I heard voices, saw) 405.6 416.93 P 1.5 (shapes move, felt the car stop, and start,) 405.6 404.93 P -0.11 (and turn, and stop, and car doors slam, and) 405.6 392.93 P (heard more voices.) 405.6 380.93 T 2.55 (\322...he has this damned acute hearing.) 416.4 368.33 P (His bloody gift.\323) 405.6 356.33 T 1.11 (I could see, but it was like watching a) 416.4 343.73 P -0.14 (play at a great distance; there was no sense) 405.6 331.73 P -0.11 (that the action had anything to do with me.) 405.6 319.73 P 2.77 (W) 405.6 307.73 P 2.77 (e entered a building, and I was in a) 414.23 307.73 P 1.97 (wheelchair) 405.6 295.73 P 1.97 (, being propelled down a car-) 449.05 295.73 P (peted hall.) 405.6 283.73 T -0.22 (\322...and I want the room ready now) 416.4 271.13 P -0.22 (.\323 The) 551.25 271.13 P (voice was behind me, out of sight.) 405.6 259.13 T (\322Of course, sir) 416.4 246.53 T (.\323) 474.41 246.53 T 0.59 (From the wheelchair to a bed, a rolling) 416.4 233.93 P 0.86 (bed, a bright light, a sharp jab, and I was) 405.6 221.93 P (washed with nothingness.) 405.6 209.93 T 1.03 (How best to describe the nature of my) 416.4 189.33 P 1.2 (transformation? What can I say of awak-) 405.6 177.33 P 1.56 (ening to \336nd Sir Harold Lorton standing) 405.6 165.33 P -0.18 (over me, perspiring and trembling, smiling) 405.6 153.33 P 2.12 (once and then turning sharply away? In) 405.6 141.33 P 0.36 (truth, I was not as shocked to see him as I) 405.6 129.33 P 0 (was to realize that when he spoke he made) 405.6 117.33 P 0.27 (no sound, no sound at all, nor did the men) 405.6 105.33 P 1.78 (and women in white coats who came in) 405.6 93.33 P 2.27 (and out and silently adjusted machinery) 405.6 81.33 P 0.87 (and regarded me as I lay motionless. Nor) 405.6 69.33 P -0.24 (was I shocked when I learned, by means of) 405.6 57.33 P FMENDPAGE %%EndPage: "34" 36 %%Page: "35" 36 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (35) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 2.47 (the newswire on my of) 36 731.33 P 2.47 (\336ce workstation,) 137.3 731.33 P -0.25 (that a week later he had been found dead, a) 36 719.33 P 2.44 (suicide, in a cheap hotel in T) 36 707.33 P 2.44 (ehran. He) 165.12 707.33 P -0.17 (must have planned it that way) 36 695.33 P -0.17 (, or he would) 154.16 695.33 P -0.16 (never have let me see his face in the hospi-) 36 683.33 P 0.54 (tal post-sur) 36 671.33 P 0.54 (gery ward. I remember the last) 81.05 671.33 P -0.06 (thing I heard him \320 or anyone else, for that) 36 659.33 P (matter \320 say:) 36 647.33 T (\322His bloody gift.\323) 46.8 627.02 T (Harold Lorton conceived of my internal) 46.8 614.7 T 2.25 (enemy as a gift, and out of revenge he) 36 602.7 P (thought to take it away from me.) 36 590.7 T 2.33 (I got the last part of the package by) 46.8 578.39 P 2.53 (mail, an unsigned text from one of the) 36 566.39 P 4.55 (greyworld sur) 36 554.39 P 4.55 (geons on Lorton\325) 96.15 554.39 P 4.55 (s team,) 173.54 554.39 P 0.18 (detailing the whole operation down to dis-) 36 542.39 P 0.83 (section of the cochlea and removal of the) 36 530.39 P 1.61 (or) 36 518.39 P 1.61 (gan of Corti. \322The work is not revers-) 44.15 518.39 P 0.59 (ible,\323 he notes, \322but the subject should be) 36 506.39 P 0.46 (able to return to normal life in a matter of) 36 494.39 P (weeks.\323) 36 482.39 T (Normal?) 46.8 470.07 T 0.21 (I spend three hours a day in class, pick-) 46.8 457.76 P 2.21 (ing up sign language and lip-reading as) 36 445.76 P 1.11 (fast as my instructor can teach it. Blaise-) 36 433.76 P 1.8 (Lorton seems to have collapsed, and we) 36 421.76 P 4.27 (expect to retrieve S/I-14 without pro-) 36 409.76 P 0.87 (tracted litigation, but I\325m moving back to) 36 397.76 P 1.63 (California, not to space. I sleep soundly) 36 385.76 P 1.63 (,) 203.9 385.76 P 2.82 (seven hours a night, regardless of who) 36 373.76 P 2.49 (might be in the next room or the \337oor) 36 361.76 P -0.2 (above, and once again I visit friends, touch) 36 349.76 P 1.7 (them, see them face to face, watch their) 36 337.76 P 9.11 (children grow) 36 325.76 P 9.11 (. Normal? Not even) 100.25 325.76 P (remotely) 36 313.76 T (.) 70.88 313.76 T 220.8 54 391.2 738 R 7 X V 405.6 54 576 738 R V 1 F 0 X 0.76 (Michael C. Ber) 405.6 213.33 P 0.76 (ch is the manager of com-) 468.1 213.33 P 2.78 (puting at a biotechnolgy softwar) 405.6 201.33 P 2.78 (e com-) 546.3 201.33 P 3.78 (pany) 405.6 189.33 P 3.78 (, and is also a licensed attorney) 424.48 189.33 P 3.78 (,) 573.5 189.33 P 0.54 (though no longer practicing.His \336rst pub-) 405.6 177.33 P 2.86 (lished \336ction was in the WRITERS OF) 405.6 165.33 P 2.49 (THE FUTURE V) 405.6 153.33 P 2.49 (OL. VII anthology last) 478.58 153.33 P 1.33 (year) 405.6 141.33 P 1.33 (, and he is curr) 422.25 141.33 P 1.33 (ently involved in a sf) 487.98 141.33 P 2.38 (writers\325 workshop in the San Francisco) 405.6 129.33 P 3.99 (Bay Ar) 405.6 117.33 P 3.99 (ea. He splits his time between) 437.25 117.33 P 3.73 (Pleasanton, Calif., and San Francisco,) 405.6 105.33 P 2.77 (has 160K miles on his car) 405.6 93.33 P 2.77 (, and enjoys) 522.44 93.33 P 0.88 (r) 405.6 81.33 P 0.88 (eading, writing, travel, and cats. He can) 409.12 81.33 P 5.65 (be r) 405.6 69.33 P 5.65 (eached at mcb@pr) 426.7 69.33 P 5.65 (esto.ig.com or) 513.44 69.33 P (mcb@postmodern.com.) 405.6 57.33 T FMENDPAGE %%EndPage: "35" 37 %%Page: "36" 37 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (36) 301.51 39 T 36 585 396 738 R 7 X V 326.4 189 470.4 315 R V 36 54 206.4 414 R V 0 18 Q 0 X 0.54 (B) 36 407.33 P 0 10 Q 0.3 (ut, you ask, can we \336nd our way back\320) 48 407.33 P 1.18 (is there a way back home from this god-) 36 395.26 P 0.04 (forsaken place? My answer is not a simple) 36 383.2 P 2.77 (one. When I asked the elders why our) 36 371.13 P 0.12 (world exists as it does, one of them sat me) 36 359.06 P 0.28 (down at the edge of the river and spoke to) 36 346.99 P 0.52 (me. He pointed out an eddy near the edge) 36 334.92 P 0.45 (of the stream, and said that we could con-) 36 322.85 P 1.14 (sider it a turning point in the universe. It) 36 310.78 P 3.27 (could be the assassination of Abraham) 36 298.71 P 2.04 (Lincoln; the moment Einstein \336rst won-) 36 286.64 P 0.55 (dered about general relativity; the birth of) 36 274.58 P 0.59 (a man who would become Czar of Russia) 36 262.51 P 0.83 (or a tyrannical Brazilian dictator; perhaps) 36 250.44 P 0.81 (even an event that didn\325) 36 238.37 P 0.81 (t happen, like the) 135.12 238.37 P 0.31 (assassination of FDR, an event that would) 36 226.3 P 3.22 (have, through the cascade of ef) 36 214.23 P 3.22 (fects it) 176.25 214.23 P 1.57 (caused, changed the world. Such a thing) 36 202.16 P 0.38 (may seem strange to you, the idea that we) 36 190.09 P -0.14 (can treat the \337ow of history as a river) 36 178.02 P -0.14 (, with) 183.78 178.02 P 2.37 (eddies and currents. But to me it made) 36 165.95 P 0.93 (some sort of sense, if only because I was) 36 153.89 P 1.82 (raised among the elders. I will never be) 36 141.82 P 0.27 (able to explain to you the subtleties of our) 36 129.75 P -0.2 (reality\320to give you a tidy paragraph for the) 36 117.68 P 4.38 (latest Oxford English Dictionary or a) 36 105.61 P 1.72 (groundbreaking article for the next issue) 36 93.54 P -0.11 (of _Science_. But perhaps I can give you a) 36 81.47 P 0.51 (frame to better explain what we are doing) 36 69.4 P 0.95 (here. One can not explain the universe in) 36 57.33 P 36 585 396 738 R 7 X V 0 30 Q 0 X (A) 68.92 694.33 T (R) 96.08 694.33 T 0 22 Q (EALITY OF ONE\325S) 116.09 694.33 T 0 30 Q (O) 304.79 694.33 T 0 22 Q (WN) 326.45 694.33 T 0 18 Q (by Jason Snell) 164.03 668 T 0 9 Q (Copyright \251 1992) 183.12 649 T 324 207 468 288 R 7 X V 0 14 Q 0 X (When I asked the elders) 324 278.67 T -0.62 (why our world exists as it) 324 262.67 P (does, one of them sat me) 324 246.67 T (down at the edge of the) 324 230.67 T (river and spoke to me.) 324 214.67 T 220.8 308 391.2 576 R 7 X V 0 10 Q 0 X 2.82 (conventional terms\320one can only try to) 220.8 569.33 P 3.41 (explain it metaphorically) 220.8 557.33 P 3.41 (. Stories about) 326.91 557.33 P 0.64 (swimming and diving will come from my) 220.8 545.33 P 1.18 (mouth, but within will be the truth about) 220.8 533.33 P 3.17 (everything around us. Y) 220.8 521.33 P 3.17 (ou must try to) 325.89 521.33 P -0.19 (interpret it for yourself and decide whether) 220.8 509.33 P 0.03 (the truth is acceptable to you. If not, I sug-) 220.8 497.33 P 0.99 (gest you to ignore my words and pretend) 220.8 485.33 P (that this life is nothing more than a dream.) 220.8 473.33 T 0.32 (There was I \050call me Eve, Ruth, Rachel) 231.6 455.33 P 2.49 (or any other name buried deep in your) 220.8 443.33 P 0.34 (past\051 sitting at the edge of the stream with) 220.8 431.33 P -0.19 (Palmer next to me, both of us staring at the) 220.8 419.33 P 5.23 (eddy) 220.8 407.33 P 5.23 (, trying to imagine what human) 239.58 407.33 P 5.75 (events hid within. The inconceivable) 220.8 395.33 P 0.95 (mechanics of reality that I spoke of, con-) 220.8 383.33 P 0.14 (cepts I can not relate in any language your) 220.8 371.33 P 1.71 (mind would comprehend, were a part of) 220.8 359.33 P -0.03 (my education there. I sat, and as I stared at) 220.8 347.33 P 1.72 (the eddy) 220.8 335.33 P 1.72 (, Palmer removed his shoes and) 256.01 335.33 P 2.35 (stepped into the water) 220.8 323.33 P 2.35 (. One might have) 315.3 323.33 P 1.54 (asked the elder why he was entering the) 220.8 311.33 P 220.8 198 310.8 306 R 7 X V 0 X 0.85 (stream on such a cold) 220.8 299.33 P 7.82 (day) 220.8 287.08 P 7.82 (, but the mud) 234.58 287.08 P 0.71 (stirred up by his steps) 220.8 274.83 P 8.07 (held a great deal) 220.8 262.58 P 13.22 (more interest. It) 220.8 250.33 P 1.96 (chose to swirl\320to say) 220.8 238.08 P 1.96 (that the mud actively) 220.8 225.83 P -0.12 (chose such a path only) 220.8 213.58 P 7.53 (shows the inherent) 220.8 201.33 P 220.8 54 391.2 196 R 7 X V 0 X 4.38 (intelligence I saw in that motion\320and) 220.8 189.33 P 0.8 (eventually broke into two diver) 220.8 177.33 P 0.8 (gent \337oes.) 349.31 177.33 P 1.06 (One might view the split streams of mud) 220.8 165.33 P 1.34 (as two possible realities\320 a choice made,) 220.8 153.33 P 1.23 (and a road not taken. It is a concept that) 220.8 141.33 P 3.74 (appears throughout human history \050my) 220.8 129.33 P 1.38 (thoughts on this subject are hardly origi-) 220.8 117.33 P 2.37 (nal\051, and one that is more truthful than) 220.8 105.33 P 3.28 (people think. Our universe is like that) 220.8 93.33 P 3.03 (stream of mud, constantly diver) 220.8 81.33 P 3.03 (ging as) 359.58 81.33 P 3.92 (individuals make dif) 220.8 69.33 P 3.92 (ferent choices and) 310.64 69.33 P 0.89 (walk down dif) 220.8 57.33 P 0.89 (ferent paths. This is not by) 280.14 57.33 P 405 308 575.4 738 R 7 X V 0 X 1.89 (any means the realm of science- \336ction.) 405 731.33 P 0.83 (Some of your great modern thinkers pon-) 405 719.33 P 2.12 (der the question under the name \322chaos) 405 707.33 P -0.23 (theory) 405 695.33 P -0.23 (,\323 a term that belies the poetic nature) 429.89 695.33 P 0.47 (of the concept. A butter\337y chooses to \337ap) 405 683.33 P 0.13 (its wings and rise up from its resting place) 405 671.33 P 0.24 (on a patch of ground in central China, and) 405 659.33 P -0.19 (its passage through the air eventually leads) 405 647.33 P 0 (to the creation of a tornado in central Kan-) 405 635.33 P 2.93 (sas\320but then Palmer turned around and) 405 623.33 P 1.61 (motioned me forward, asking me to join) 405 611.33 P (him in the water) 405 599.33 T (.) 469.68 599.33 T 1.01 (That an elder so versed in the ways of) 415.8 587.33 P 0.03 (time and space should risk pneumonia in a) 405 575.33 P 2.17 (muddy stream is a puzzling matter) 405 563.33 P 2.17 (. Old) 553.24 563.33 P 1.14 (and fragile, his days as one of the tribe\325) 405 551.33 P 1.14 (s) 571.51 551.33 P 2.63 (strongest men past, he should not have) 405 539.33 P 1.87 (been allowed to risk his life in the cold) 405 527.33 P 0.86 (waters. But before I could tell him of my) 405 515.33 P 2.97 (concern, he told me to dive with him.) 405 503.33 P 0.75 (Palmer) 405 491.33 P 0.75 (\325) 433.68 491.33 P 0.75 (s heels dropped below the surface) 436.46 491.33 P (and I had no real choice but to follow) 405 479.33 T (.) 554.24 479.33 T 0.12 (It is strange to think that of all the ways) 415.8 467.33 P 0.1 (to describe the water in that stream, I have) 405 455.33 P 0.11 (only discussed its temperature. T) 405 443.33 P 0.11 (o be sure,) 536.6 443.33 P 0.83 (the cold of the water was foremost in my) 405 431.33 P 2.37 (thoughts as I dove in after Palmer) 405 419.33 P 2.37 (. But) 553.59 419.33 P 3.2 (more importantly) 405 407.33 P 3.2 (, I found that I could) 477.23 407.33 P 3.05 (actually breathe while immersed in the) 405 395.33 P 0.23 (water) 405 383.33 P 0.23 (. My body had been shocked when it) 426.65 383.33 P 1.27 (was suddenly immersed in the incredibly) 405 371.33 P 0.02 (cold water) 405 359.33 P 0.02 (, and I uncontrollably \050and quite) 446.52 359.33 P 1.1 (stupidly\051 gasped in response. The liquid\320) 405 347.33 P 1.94 (for then I realized that it was not water) 405 335.33 P -0.04 (after all\320\336lled my lungs, and I was afraid I) 405 323.33 P 3.42 (would drown. But my fears, of which) 405 311.33 P 486 198 576 306 R 7 X V 0 X -0.12 (there were many) 486 299.33 P -0.12 (, were) 551.71 299.33 P 8.77 (unfounded. At the) 486 287.08 P 8.81 (time I felt light-) 486 274.83 P 4.25 (headed, as if I had) 486 262.58 P 15.02 (breathed in too) 486 250.33 P 2.28 (deeply) 486 238.08 P 2.28 (. Then I found) 512 238.08 P 3.08 (myself standing with) 486 225.83 P 1.87 (Palmer on warm, dry) 486 213.58 P 4.95 (land, as if we had) 486 201.33 P 405.6 54 576 196 R 7 X V 0 X (never stepped into the stream.) 405.6 189.33 T -0.16 (Should I try and explain where the elder) 416.4 177.33 P -0.03 (and I appeared? It was a place unlike any I) 405.6 165.33 P 0.32 (had seen before, a rocky outcropping with) 405.6 153.33 P 2.82 (no vegetation of any kind. The ground) 405.6 141.33 P 0.35 (beneath was hard lava, unfor) 405.6 129.33 P 0.35 (giving on my) 521.99 129.33 P 0.84 (soles. This, said Palmer) 405.6 117.33 P 0.84 (, is the far side of) 502.4 117.33 P 3.5 (the stream. This place was a dif) 405.6 105.33 P 3.5 (ferent) 552.69 105.33 P 0.32 (world, an Earth where life never evolved\320) 405.6 93.33 P -0.1 (where that fortuitous spark that created the) 405.6 81.33 P 2.61 (\336rst cell never came. Then I felt light-) 405.6 69.33 P 1.89 (headed again, and found myself back in) 405.6 57.33 P 324 297 468 297 2 L 0.5 H 2 Z N 324 207 468 207 2 L N FMENDPAGE %%EndPage: "36" 38 %%Page: "37" 38 612 792 0 FMBEGINPAGE 36 747 576 757 R 7 X 0 K V 1 9 Q 0 X (Quanta) 36 751 T (August 1992) 530.81 751 T 36 35 576 45 R 7 X V 0 X (37) 301.51 39 T 36 54 206.4 738 R 7 X V 0 10 Q 0 X 1.42 (the stream again. As with all lessons the) 36 731.33 P 0.71 (elders taught us, there was no further dis-) 36 719.33 P 1.11 (cussion of what I had seen; no chance to) 36 707.33 P -0.1 (compare notes with other students; no way) 36 695.33 P (to explore the stream by ourselves.) 36 683.33 T 1.36 (So I can tell you that this place is the) 46.8 666.1 P 0.91 (other side of the stream you have walked) 36 654.1 P -0.21 (on for many years. This is another world, a) 36 642.1 P 2.22 (world where the choices we have made) 36 630.1 P 2.55 (have been dif) 36 618.1 P 2.55 (ferent. Y) 94.75 618.1 P 2.55 (ou asked me if I) 131.82 618.1 P 0.75 (could show you what the world would be) 36 606.1 P -0.12 (like if you had never been born, and I have) 36 594.1 P 0.24 (done the best I can. I know that this world) 36 582.1 P 0.83 (has been destroyed; and I know that your) 36 570.1 P 2.54 (mother) 36 558.1 P 2.54 (\325) 64.68 558.1 P 2.54 (s unfortunate miscarriage in this) 67.46 558.1 P 1.01 (world is part of that; and I know that the) 36 546.1 P 0.4 (stretch of rubble we now stand in is a city) 36 534.1 P 2.45 (in our world; and, using my powers of) 36 522.1 P 1.8 (deduction, I can suppose that your pres-) 36 510.1 P 1.52 (ence in our world has saved it from this) 36 498.1 P -0.25 (fate. This starry sky shines down on a dead) 36 486.1 P 2.25 (world\320all because you never lived. Y) 36 474.1 P 2.25 (es,) 195.58 474.1 P 0.58 (there is a way back. W) 36 462.1 P 0.58 (e will return to our) 129.13 462.1 P 2.17 (world, a world where you still live\320and) 36 450.1 P 3.27 (perhaps now you shall appreciate your) 36 438.1 P (importance.) 36 426.1 T 1 F 2.26 (Jason Snell \050jsnell@ucsd.edu\051 is a \336rst-) 36 153.33 P 2.08 (year student at UC Berkeley\325) 36 141.33 P 2.08 (s Graduate) 159.62 141.33 P 1.98 (School of Journalism. In addition to his) 36 129.33 P 1.34 (fun work ther) 36 117.33 P 1.34 (e, he\325) 92.17 117.33 P 1.34 (s also a graduate stu-) 114.42 117.33 P 0.08 (dent instructor in Cal\325) 36 105.33 P 0.08 (s Mass Communica-) 124.63 105.33 P 7.59 (tion department and the editor of) 36 93.33 P 0 F 0.01 (InterT) 36 81.33 P 0.01 (ext) 60.28 81.33 P 1 F 0.01 (. He calls this story his \322vision of) 72.49 81.33 P 0.51 (what would happen if V) 36 69.33 P 0.51 (ir) 132.26 69.33 P 0.51 (ginia W) 138.56 69.33 P 0.51 (oolf hap-) 169.52 69.33 P (pened to write \324It\325) 36 57.33 T (s a W) 107.16 57.33 T (onderful Life\325.\323) 128.45 57.33 T 225 63 576 729 R 7 X V 0 F 0 X 1.38 (If you like) 225 722.33 P 1 F 1.38 (Quanta) 273.26 722.33 P 0 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 0 24 Q (Inter) 225 656.33 T 1 F (T) 270.29 656.33 T (ext) 281.42 656.33 T 0 10 Q (Contact: jsnell@ocf.berkeley) 442.81 656.33 T (.edu) 559.07 656.33 T 0.14 (Inter) 225 638.33 P 1 F 0.14 (T) 243.87 638.33 P 0.14 (ext) 248.51 638.33 P 0 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 1 F 0.18 (Quanta) 418.13 614.33 P 0 F 0.18 ( and for Inter) 448.11 614.33 P 1 F 0.18 (T) 501.09 614.33 P 0.18 (ext) 505.73 614.33 P 0 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 1 F (Athene) 225 602.33 T 0 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 0 24 Q (Core) 225 488.33 T 0 10 Q (Contact: rita@ef) 490.55 488.33 T (f.or) 557.03 488.33 T (g) 571 488.33 T 1 F 1.51 (CORE) 225 470.33 P 0 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 1 F 0.65 (CORE) 396.14 458.33 P 0 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 1 F (CORE) 225 434.33 T 0 F ( is published monthly) 251.1 434.33 T (.) 336.8 434.33 T 0 24 Q (The Guildsman) 225 398.33 T 0 10 Q (Contact: jimv@ucrmath.ucr) 447.7 398.33 T (.edu) 559.07 398.33 T 1 F 0.95 (The Guildsman) 225 380.33 P 0 F 0.95 ( is an electronic magazine devoted to role-playing games and amateur) 287.3 380.33 P 0.32 (fantasy/SF \336ction. At this time,) 225 368.33 P 1 F 0.32 (The Guildsman) 354.59 368.33 P 0 F 0.32 ( is available in LaT) 416.27 368.33 P 0.32 (eX \050.tex\051 source and) 494.01 368.33 P 1.81 (PostScript formats via both email and anonymous ftp without char) 225 356.33 P 1.81 (ge to the reader) 506.75 356.33 P 1.81 (.) 573.5 356.33 P 0.3 (Printed copies are also available for a nominal char) 225 344.33 P 0.3 (ge which covers printing and postal) 432.08 344.33 P -0.15 (costs. For more information, email jimv@ucrmath.ucr) 225 332.33 P -0.15 (.edu \050Internet\051 ucsd!ucrmath!jimv) 440.57 332.33 P (\050uucp\051) 225 320.33 T 0.37 (Back issues of) 225 302.33 P 1 F 0.37 (The Guildsman) 286.33 302.33 P 0 F 0.37 ( are available via anonymous ftp at potemkin.cs.pdx.edu) 348.05 302.33 P (\050131.252.20.145\051 in the pub/frp/ucr) 225 290.33 T (gg directory) 366.39 290.33 T (.) 414.32 290.33 T (AN INDEPENDANT) 225 256.33 T (, ELECTRONIC, SCIENCE FICTION CINEMA IS POSSIBLE) 311.69 256.33 T 0 16 Q (\322W) 225 238.33 T (AX or the discovery of television among the bees\323) 245.42 238.33 T 0 10 Q 0.98 (Independently executed over six years, \322W) 225 224.33 P 0.98 (AX...\323 combines a realistic/fantastic narra-) 400.85 224.33 P -0.12 (tive with the \337uidity of video and computer) 225 212.33 P -0.12 (-graphics technique. The result is a new type) 398.06 212.33 P (of story experience.) 225 200.33 T 1 9 Q 0.03 (Alamogor) 225 183 P 0.03 (odo, N.M. \0501983\051: Jacob Maker designs gunsight displays at a \337ight simulation factory) 260.62 183 P 0.03 (.) 573.75 183 P 0.33 (Jacob also keeps bees. His two pr) 225 172 P 0.33 (ofessions collide when the bees intr) 348.23 172 P 0.33 (oduce him to a new kind of) 477.14 172 P 0.68 (destiny that pushes him away fr) 225 161 P 0.68 (om his normal world, enveloping him in a gr) 341.64 161 P 0.68 (otesque miasma of) 507.74 161 P 0.18 (past and synthetic r) 225 150 P 0.18 (ealities. Passing thr) 295.87 150 P 0.18 (ough T) 367.56 150 P 0.18 (rinity Site and the Carlsbad Caverns, Jacob enters) 392.47 150 P -0.12 (the world of the bees, inevitably arriving at Basra, Iraq, in the year 1991, wher) 225 139 P -0.12 (e he meets a victim) 508.09 139 P (he must kill.) 225 128 T 0 F (LIMITED EDITION \050presently in theatrical release\051) 225 111 T (500 signed, numbered VHS Cassettes available from the director:) 225 100 T (David Blair) 225 89 T (, P) 266.83 89 T (.O. Box 174, Cooper Station, New Y) 275.32 89 T (ork, NY 10276) 407.23 89 T (each $36.00 US \050includes shipping\051) 225 78 T (Fore more info, contact David Blair at: artist1@rdrc.rpi.edu) 225 67 T 225 54 576 54 2 L 0.5 H 2 Z N 225 738 576 738 2 L N 0 6 Q (Thank you, thank you very much.) 494.89 58.3 T 225 275 576 275 2 L N FMENDPAGE %%EndPage: "37" 39 %%Trailer %%BoundingBox: 0 0 612 792 %%Pages: 38 1 %%DocumentFonts: Times-Roman %%+ Times-Italic %%+ Courier