%!
%%BoundingBox: (atend)
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
%
% ATHENE
% Volume 2, Issue 3
% July 1990
% [email protected]
%
% FrameMaker PostScript Prolog 2.0, for use with FrameMaker 2.0
% Copyright (c) 1986,87,89 by Frame Technology, Inc. All rights reserved.
%
% Known Problems:
%       Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1
/FMversion (2.0) def
/FrameDict 170 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 next 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
       FrameDict /graymode true put
       /yscale FMLOCAL
       /xscale FMLOCAL
       /PrintInColor systemdict /colorimage known def
% Uncomment this line to force b&w on color printer
%   /PrintInColor false def
PrintInColor

       {
       /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
        ] def

       /BEGINBITMAPCOLOR {
               BITMAPCOLOR } def
       /BEGINBITMAPCOLORc {
               BITMAPCOLORc } 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
       /mysetgray {
               /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
       /mysetgray { setgray } bind def
       /K {
               pop
               } def
       }
ifelse
/max    {2 copy lt {exch} if pop} bind def
/min    {2 copy gt {exch} if pop} bind def
/mtx matrix defaultmatrix def
/setmanualfeed {
%%BeginFeature *ManualFeed True
        statusdict /manualfeed true put
%%EndFeature
       } def
/FMDOCUMENT {
       array /FMfonts exch def
       /#copies exch def
       0 ne dup {setmanualfeed} if
       FrameDict begin
       /manualfeed exch def
       /paperheight exch def
       /paperwidth exch def
       setpapername
       manualfeed {true} {papersize} ifelse
       {manualpapersize} {false} ifelse
       {desperatepapersize} if
       /yscale exch def
       /xscale exch def
       currenttransfer cvlit /orgxfer exch def
       currentscreen cvlit /orgproc exch def
       /organgle exch def /orgfreq exch def
       end
       } def
       /pagesave FMLOCAL
       /orgmatrix FMLOCAL
       /landscape FMLOCAL
/FMBEGINPAGE {
       FrameDict begin
       /pagesave save def
       3.86 setmiterlimit
       /landscape exch 0 ne store
       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
       /fontname FMLOCAL
       /fontscale FMLOCAL
       /fontnum FMLOCAL
       /fontdict FMLOCAL
/FMDEFINEFONT {
       FrameDict begin
       /fontname exch def
       /fontscale exch def
       /fontnum exch def
       /fontdict fontname findfont fontscale scalefont def
       fontdict /Encoding get StandardEncoding eq
       {
               fontdict DiacriticEncode
               /fontdict exch def
       } {
               fontdict NonDiacriticEncode
               /fontdict exch def
       } ifelse
       FMfonts fontnum
               fontnum fontdict definefont
       put
       end
       } def
/FMNORMALIZEGRAPHICS {
       newpath
       0.0 0.0 moveto
       1 setlinewidth
       0 setlinecap
       0 mysetgray
       } bind def
/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
/pagedimen {
       paperheight sub abs 16 lt exch
       paperwidth sub abs 16 lt and
       {/papername exch def} {pop} ifelse
       } def
/inch {72 mul} def
/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} def
               /LetterSmall {lettertray lettersmall} def
               /Tabloid {11x17tray} def
               /Ledger {ledgertray} def
               /Legal {legaltray} def
               /Statement {statementtray} def
               /Executive {executivetray} def
               /A3 {a3tray} def
               /A4 {a4tray} def
               /A4Small {a4tray a4small} def
               /B4 {b4tray} def
               /B5 {b5tray} def
               /unknown {unknown} def
       papersizedict dup papername known {papername} {/unknown} ifelse get
       end
       statusdict begin stopped end
       } 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
       /basefontdict FMLOCAL
       /newfontdict FMLOCAL
/DiacriticEncode {
       /basefontdict exch def
       /newfontdict basefontdict maxlength dict def
       basefontdict
       {exch dup /FID ne
               {dup /Encoding eq
                       {exch pop DiacriticEncoding}
                       {exch}
                       ifelse
                       newfontdict 3 1 roll put
                       }
               {pop pop}
               ifelse
               } forall
       newfontdict
       } bind def
/NonDiacriticEncode {
       /basefontdict exch def
       /newfontdict basefontdict maxlength dict def
       basefontdict
       {exch dup /FID ne
               {exch newfontdict 3 1 roll put}
               {pop pop}
               ifelse
               } forall
       newfontdict
       } bind 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 mysetgray
       /graymode false store
       } bind def
/grayness {
       mysetgray
       graymode not {
               /graymode true store
               orgxfer cvx settransfer
               orgfreq organgle orgproc cvx setscreen
               } if
       } bind def
/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
/X {
       fillprocs exch get exec
       } 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
/U {
       grestore
       gsave
       } bind def
/F {
       FMfonts exch get
       setfont
       } 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
       /x FMLOCAL
       /y FMLOCAL
       /dx FMLOCAL
       /dy FMLOCAL
       /dl FMLOCAL
       /t FMLOCAL
       /t2 FMLOCAL
       /Cos FMLOCAL
       /Sin FMLOCAL
       /r FMLOCAL
/W {
       dnormalize
       /dy exch def
       /dx exch def
       normalize
       /y  exch def
       /x  exch def
       /dl dx dx mul dy dy mul add sqrt def
       dl 0.0 gt {
               /t currentlinewidth def
               savematrix
               /Cos dx dl div def
               /Sin dy dl div def
               /r [Cos Sin Sin neg Cos 0.0 0.0] def
               /t2 t 2.5 mul 3.5 max def
               newpath
               x y translate
               r concat
               0.0 0.0 moveto
               dl t 2.7 mul sub 0.0 rlineto
               stroke
               restorematrix
               x dx add y dy add translate
               r concat
               t 0.67 mul setlinewidth
               t 1.61 mul neg  0.0 translate
               0.0 0.0 moveto
               t2 1.7 mul neg  t2 2.0 div     moveto
               0.0 0.0 lineto
               t2 1.7 mul neg  t2 2.0 div neg lineto
               stroke
               t setlinewidth
               restorematrix
               } if
       } 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
/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
/colorsetup {
       currentcolortransfer
       /gryt exch def
       /blut exch def
       /grnt exch def
       /redt exch def
       /ngrayt 256 array def
       /nredt 256 array def
       /nbluet 256 array def
       /ngreent 256 array 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
/fakecolorsetup {
       /tran 256 string def
       0 1 255 { /ind exch def
               tran ind
               red ind get 77 mul
               green ind get 151 mul
               blue ind 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
/BITMAPGRAY {
       8 {fakecolorsetup} COMMONBITMAP
       } bind def
/BITMAPGRAYc {
       8 {fakecolorsetup} COMMONBITMAPc
       } bind def
/ENDBITMAP {
       } bind def
end
%%EndProlog
%%BeginSetup
(2.0) FMVERSION
1 1 612 792 0 1 27 FMDOCUMENT
/fillprocs 32 array def
fillprocs 0 { 0.000000 grayness } put
fillprocs 1 { 0.100000 grayness } put
fillprocs 2 { 0.300000 grayness } put
fillprocs 3 { 0.500000 grayness } put
fillprocs 4 { 0.700000 grayness } put
fillprocs 5 { 0.900000 grayness } put
fillprocs 6 { 0.970000 grayness } put
fillprocs 7 { 1.000000 grayness } put
fillprocs 8 {<0f1e3c78f0e1c387> 8 1 setpattern } put
fillprocs 9 {<0f87c3e1f0783c1e> 8 1 setpattern } put
fillprocs 10 {<cccccccccccccccc> 8 1 setpattern } put
fillprocs 11 {<ffff0000ffff0000> 8 1 setpattern } put
fillprocs 12 {<8142241818244281> 8 1 setpattern } put
fillprocs 13 {<03060c183060c081> 8 1 setpattern } put
fillprocs 14 {<8040201008040201> 8 1 setpattern } put
fillprocs 15 {} put
fillprocs 16 { 1.000000 grayness } put
fillprocs 17 { 0.900000 grayness } put
fillprocs 18 { 0.700000 grayness } put
fillprocs 19 { 0.500000 grayness } put
fillprocs 20 { 0.300000 grayness } put
fillprocs 21 { 0.100000 grayness } put
fillprocs 22 { 0.030000 grayness } put
fillprocs 23 { 0.000000 grayness } put
fillprocs 24 {<f0e1c3870f1e3c78> 8 1 setpattern } put
fillprocs 25 {<f0783c1e0f87c3e1> 8 1 setpattern } put
fillprocs 26 {<3333333333333333> 8 1 setpattern } put
fillprocs 27 {<0000ffff0000ffff> 8 1 setpattern } put
fillprocs 28 {<7ebddbe7e7dbbd7e> 8 1 setpattern } put
fillprocs 29 {<fcf9f3e7cf9f3f7e> 8 1 setpattern } put
fillprocs 30 {<7fbfdfeff7fbfdfe> 8 1 setpattern } put
fillprocs 31 {} put
%%EndSetup
0 80 /Times-Bold FMDEFINEFONT
1 18 /Times-Bold FMDEFINEFONT
2 24 /Times-Bold FMDEFINEFONT
3 20 /Times-BoldItalic FMDEFINEFONT
4 14 /Times-Bold FMDEFINEFONT
5 14 /Times-Roman FMDEFINEFONT
6 14 /Times-Italic FMDEFINEFONT
7 14 /Times-BoldItalic FMDEFINEFONT
8 10 /Times-Bold FMDEFINEFONT
9 10 /Times-Roman FMDEFINEFONT
10 10 /Times-Italic FMDEFINEFONT
11 10 /Courier FMDEFINEFONT
%%Page: "0" 1
%%BeginPaperSize: Letter
%%EndPaperSize
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(A) 93 642 T
(T) 168 642 T
(H) 238.02 642 T
(E) 318.4 642 T
(N) 389.5 642 T
(E) 465.65 642 T
159.24 695.59 159.24 641.59 2 L
4 H
1 Z
4 X
N
228.94 696 228.94 642 2 L
N
308.89 696 308.89 642 2 L
N
380.05 696 380.05 642 2 L
N
456.03 696 456.03 642 2 L
N
72 576 540 738 R
3 H
2 Z
0 X
N
90 585 522 630 R
7 X
V
1 F
0 X
(The Online Magazine of Amateur Cr) 108.95 618 T
(eative W) 392.95 618 T
(riting) 460.07 618 T
72 54 540 558 R
N
90 486 522 540 R
7 X
V
2 F
0 X
(July 1990) 257.02 524 T
(V) 213.82 498 T
(olume II, Issue 3) 228.93 498 T
90 198 522 468 R
7 X
V
3 F
0 X
(Contents) 269.34 454.67 T
4 F
(Etc...) 90 408.67 T
5 F
( ) 120.7 408.67 T
(..............................................................\
...............................................) 125.93 408.67 T
( ) 511.51 408.67 T
4 F
(1) 515 408.67 T
6 F
(Jim McCabe) 450.89 392.67 T
7 F
(\322Pearl Highway\323) 90 362.67 T
5 F
(..............................................................\
..........................) 199.39 362.67 T
( ) 511.51 362.67 T
4 F
(2) 515 362.67 T
6 F
(Phillip Nolte) 450.08 346.67 T
7 F
(\322Memories of Blue\323) 90 316.67 T
5 F
( ) 207.38 316.67 T
(..............................................................\
......................) 213.38 316.67 T
( ) 511.51 316.67 T
4 F
(6) 515 316.67 T
6 F
(David B. O\325Donnell) 408.91 300.67 T
7 F
(\322The Fundamental Nature of Research\323) 90 268.67 T
5 F
( ) 324.78 268.67 T
(....................................................) 328.82 268.67 T
( ) 511.51 268.67 T
4 F
(9) 515 268.67 T
6 F
(Kenneth A. Kousen) 414.34 252.67 T
7 F
(\322Hibicus\323) 90 222.67 T
5 F
( ) 149.09 222.67 T
(............................................................\
.......................................) 153.91 222.67 T
( ) 504.51 222.67 T
4 F
(14) 508.01 222.67 T
6 F
(H. Newcomb) 449.72 206.67 T
90 63 522 189 R
7 X
V
8 F
0 X
(A) 211.23 182.33 T
(THENE) 217.7 182.33 T
9 F
(, Copyright ) 252.69 182.33 T
(\251 1990 By Jim McCabe.) 300.73 182.33 T
10 F
(Cir) 237.19 170.33 T
(culation:) 250.16 170.33 T
9 F
( 747 \05020% PostScript\051) 286.25 170.33 T
(This magazine may be archived and reproduced without char)
98.18 158.33 T
(ge under the condition that it remains in its ) 342.25 158.33 T
-0.02 (entirety) 92.18 146.33 P
-0.02 (. The individual works within are the sole property of \
their respective authors, and no further use of ) 122.06 146.33 P
(these works is permitted without their explicit consent. This \
PostScript edition was created on a Sun ) 105.85 134.33 T
-0.4 (Microsystems workstation, running version 2.0 of the ) 90 122.33 P
10 F
-0.4 (FrameMaker) 304.01 122.33 P
9 F
-0.4 ( desktop publishing software from Frame ) 356.74 122.33 P
(T) 255.83 110.33 T
(echnology Corporation.) 261.23 110.33 T
8 F
(Subscriptions:) 103.9 98.33 T
9 F
( Athene is available in PostScript and ASCII form, and is \
distributed exclusively over ) 165.54 98.33 T
(electronic computer networks. All subscriptions are free. T)
136.75 86.33 T
(o subscribe, send email to ) 371.7 86.33 T
11 F
([email protected]) 100.75 74.33 T
9 F
(, with a message indicating which format \050PostScript or \
ASCII\051 is desired.) 213.95 74.33 T
216 486 396 486 2 L
6 H
1 Z
3 X
N
FMENDPAGE
%%EndPage: "0" 2
0 8 /Times-Bold FMDEFINEFONT
1 8 /Times-BoldItalic FMDEFINEFONT
2 12 /Times-Bold FMDEFINEFONT
3 11 /Times-Roman FMDEFINEFONT
6 11 /Courier FMDEFINEFONT
7 18 /Times-BoldItalic FMDEFINEFONT
%%Page: "1" 2
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Jim McCabe) 72 48.67 T
(/) 117.74 48.67 T
1 F
(Etc...) 123.96 48.67 T
0 F
(page 1) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 659.3 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.27 659.3 226.48 72 2 L
N
385.1 670 72 670 2 L
3 H
3 X
N
216 63 396 414 R
7 X
V
72 405 222.12 659.3 R
V
9 F
0 X
(Sometimes things just don\325) 90 652.64 T
(t go ) 198.94 652.64 T
(the way we want them to.) 72 640.64 T
-0.7 (In September 1989, the \336rst issue ) 90 628.64 P
(of Athene hit the network and I had ) 72 616.64 T
(the stories and time to spare for the ) 72 604.64 T
(next month. Gradually) 72 592.64 T
(, free time has ) 161.57 592.64 T
-0.56 (become an increasingly sparse luxury ) 72 580.64 P
(for me, which may be evident from ) 72 568.64 T
(the sporadic distribution schedule ) 72 556.64 T
(Athene has had lately) 72 544.64 T
(. This latest de-) 157.67 544.64 T
(lay has shown me that it is time for a ) 72 532.64 T
-0.72 (slight change in the way the magazine ) 72 520.64 P
(is put together each month.) 72 508.64 T
-0.28 (The most time-consuming factor ) 90 496.64 P
(is in reviewing the many story sub-) 72 484.64 T
(missions that arrive. Currently) 72 472.64 T
(, I ) 192.94 472.64 T
(sometimes don\325) 72 460.64 T
(t even get to read a ) 135.39 460.64 T
-0.72 (story until weeks after I have received ) 72 448.64 P
-0.78 (it. Not only is this a pain for the author ) 72 436.64 P
(who submits it, but I sometimes feel ) 72 424.64 T
(like I am in a hurry to get the work ) 72 412.64 T
72 675 378 720 R
7 X
V
2 F
0 X
(Etc...) 72 712 T
3 F
(Jim McCabe) 72 698.67 T
6 F
([email protected]) 72 685.67 T
230.94 405 381.06 659.3 R
7 X
V
9 F
0 X
-0.23 (done. But, the best work isn\325) 230.94 652.64 P
-0.23 (t done at ) 344.82 652.64 P
(a hurried pace.) 230.94 640.64 T
-0.67 (What Athene needs is a few good ) 248.94 628.64 P
(assistant editors. As a group, we ) 230.94 616.64 T
-0.72 (would have an expanded view of each ) 230.94 604.64 P
(submission, and I would get some ) 230.94 592.64 T
(idea of other people\325) 230.94 580.64 T
(s opinions of a ) 313.37 580.64 T
-0.7 (story instead of relying completely on ) 230.94 568.64 P
-0.23 (my own. Hopefully) 230.94 556.64 P
-0.23 (, this will only im-) 307.84 556.64 P
(prove the quality of the magazine. If ) 230.94 544.64 T
(nothing else, it will help to keep ) 230.94 532.64 T
(Athene on time each month. I would ) 230.94 520.64 T
-0.17 (like to hear from anyone who is inter-) 230.94 508.64 P
-0.01 (ested in becoming part of the Athene ) 230.94 496.64 P
(staf) 230.94 484.64 T
(f in this respect.) 245.19 484.64 T
-0.71 (So, it\325) 248.94 472.64 P
-0.71 (s been forever since the last ) 272.11 472.64 P
(issue, but in a way it was worth it. ) 230.94 460.64 T
-0.55 (This issue is one of the best ever) 230.94 448.64 P
-0.55 (, with ) 356.89 448.64 P
(four excellent stories. Three of the ) 230.94 436.64 T
-0.42 (four featured authors this month have ) 230.94 424.64 P
(appeared in Athene before, and I ) 230.94 412.64 T
389.88 72 540 720 R
7 X
V
0 X
-0.88 (would like to send a special thank-you ) 389.88 713.33 P
(out to these people who continue to ) 389.88 701.33 T
(write good stories for us. And of ) 389.88 689.33 T
-0.93 (course, I welcome all newcomers who ) 389.88 677.33 P
(wish to contribute as well.) 389.88 665.33 T
-0.83 (For those readers who receive the ) 407.88 653.33 P
(text version of Athene on IBM CMS ) 389.88 641.33 T
(mainframes, Bill Harvey has written ) 389.88 629.33 T
(an XEDIT macro that adds carriage ) 389.88 617.33 T
-0.7 (control, page numbers, and page titles ) 389.88 605.33 P
(to your \336le for more attractive print-) 389.88 593.33 T
(outs. If you would like a copy of this ) 389.88 581.33 T
(program, Bill can be reached at ) 389.88 569.33 T
11 F
([email protected]) 389.88 557.33 T
9 F
(.) 503.08 557.33 T
(I\325m not going to make any pre-) 407.88 545.33 T
(dictions on when the next issue will ) 389.88 533.33 T
-0.14 (be out, but I can assure everyone that ) 389.88 521.33 P
-0.81 (there will not be another delay like the ) 389.88 509.33 P
(one we just \336nished. I already have ) 389.88 497.33 T
(more stories to review for August, ) 389.88 485.33 T
(but, as always, I would enjoy seeing ) 389.88 473.33 T
(some new faces. In the meantime, I ) 389.88 461.33 T
(hope you enjoy this July issue.) 389.88 449.33 T
513 414 540 432 9 RR
V
0.5 H
N
7 F
7 X
1 K
(A) 520.5 417.86 T
FMENDPAGE
%%EndPage: "1" 3
2 9 /Times-Italic FMDEFINEFONT
8 12 /Times-BoldItalic FMDEFINEFONT
%%Page: "2" 3
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Phillip Nolte) 72 48.67 T
(/) 116.87 48.67 T
1 F
(Pearl Highway) 123.09 48.67 T
0 F
(page 2) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 659.3 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.27 659.3 226.48 72 2 L
N
385.1 670 72 670 2 L
3 H
3 X
N
72 72 222.12 659.3 R
7 X
V
2 F
0 X
0.34 (On December 7, 1941 the Japa-) 90 653.3 P
0.59 (nese Imperial Navy staged a vi-) 90 642.3 P
2.05 (cious and very effective attack) 90 631.3 P
0.38 (on the United States Naval base) 90 620.3 P
-0.32 (at Pearl Harbor in the Hawaiian) 90 609.3 P
1 (Islands. The r) 90 598.3 P
1 (esult was the loss) 141.34 598.3 P
0.36 (of many lives and the almost to-) 90 587.3 P
-0.52 (tal destruction of the U.S. Paci\336c) 90 576.3 P
-0.27 (\337eet. Suddenly) 90 565.3 P
-0.27 (, overnight, Amer-) 141.64 565.3 P
0.32 (ica was a r) 90 554.3 P
0.32 (eluctant and unr) 130.31 554.3 P
0.32 (eady) 190.03 554.3 P
0.48 (participant in the con\337ict of na-) 90 543.3 P
0.11 (tions that is r) 90 532.3 P
0.11 (eferr) 137.68 532.3 P
0.11 (ed to as W) 154.82 532.3 P
0.11 (orld) 192.01 532.3 P
(W) 90 521.3 T
(ar II.) 96.66 521.3 T
0.71 (That action will be r) 90 510.3 P
0.71 (emember) 165.91 510.3 P
0.71 (ed) 198.51 510.3 P
3.38 (as one of the most infamous) 90 499.3 P
(sneak attacks in history) 90 488.3 T
(...) 174.13 488.3 T
9 F
(Jap cars, thought Marvin, the ) 90 452.64 T
-0.52 (damned things look like they were de-) 72 440.64 P
(signed by some alien from outer ) 72 428.64 T
(space. Front wheel drive, engines ) 72 416.64 T
-0.94 (mounted sideways, bodies made of tin ) 72 404.64 P
(foil, he shook his head. Give me ) 72 392.64 T
(American any time! And not those ) 72 380.64 T
-0.51 (damned American cars that are trying ) 72 368.64 P
(to be just like the Japs either) 72 356.64 T
(. No sir! ) 185.26 356.64 T
(Give me an American car with some ) 72 344.64 T
(metal in it and lots of good old-fash-) 72 332.64 T
(ioned V) 72 320.64 T
(-8 horsepower) 103 320.64 T
(.) 159.9 320.64 T
(Auto repair was Marvin\325) 90 308.64 T
(s moon-) 188.53 308.64 T
-0.84 (light occupation, one that he preferred ) 72 296.64 P
(to his regular job. In the evenings or) 72 284.64 T
(, ) 216.5 284.64 T
(like today-- on Saturdays, he could ) 72 272.64 T
(usually be found working out in the ) 72 260.64 T
(big double garage behind his house--) 72 248.64 T
(A garage that was really a well- ) 72 236.64 T
(equipped workshop. Marvin was in ) 72 224.64 T
(his mid-\336fties with the lines and ) 72 212.64 T
(creases in his face to prove it but his ) 72 200.64 T
(short, stout body was still as hard as ) 72 188.64 T
-0.04 (steel. In fact, around his neighbor-) 72 176.64 P
-0.18 (hood, Marv\325) 72 164.64 P
-0.18 (s incredible strength was ) 121.23 164.64 P
-0.38 (legend; stories abounded. No slave to ) 72 152.64 P
-0.36 (fashion, he was wearing a ragged and ) 72 140.64 P
-0.33 (incredibly dirty pair of coveralls over ) 72 128.64 P
(a faded and nearly-as-soiled red \337an-) 72 116.64 T
(nel shirt--clothing that was practical ) 72 104.64 T
-0.04 (and couldn\325) 72 92.64 P
-0.04 (t be damaged much fur-) 119.24 92.64 P
(ther) 72 80.64 T
(, no matter what he did. He wore ) 87.14 80.64 T
230.94 72 381.06 659.3 R
7 X
V
0 X
-0.57 (his graying red hair in an ef) 230.94 652.64 P
-0.57 (\336cient and ) 337.79 652.64 P
-0.1 (equally practical crew-cut. Up on the ) 230.94 640.64 P
-0.56 (shelf above his workbench, a battered ) 230.94 628.64 P
(and grease-spotted old radio was ) 230.94 616.64 T
-0.33 (droning a country-western song as he ) 230.94 604.64 P
-0.09 (worked under the hood of a late mod-) 230.94 592.64 P
(el Nissan Sentra.) 230.94 580.64 T
-0.45 (Oh well, he thought, Jap or not, a ) 248.94 568.64 P
(minor tune-up and valve adjustment ) 230.94 556.64 T
(was good for about \336fty bucks. Not ) 230.94 544.64 T
-0.61 (bad for an hour) 230.94 532.64 P
-0.61 (\325) 290.83 532.64 P
-0.61 (s work. The price was ) 293.61 532.64 P
(not at all out-of-hand, Marvin was a ) 230.94 520.64 T
(pretty good mechanic.) 230.94 508.64 T
(He was almost done, ready to re-) 248.94 496.64 T
(place the cam-cover and take her out ) 230.94 484.64 T
-0.25 (for a test run to make sure everything ) 230.94 472.64 P
(worked the way it was supposed to ) 230.94 460.64 T
(when his wife Dorothy called him ) 230.94 448.64 T
-0.28 (into the house to answer the phone. It ) 230.94 436.64 P
-0.54 (was Dean T) 230.94 424.64 P
-0.54 (orkildsen, a friend of Mar-) 276.9 424.64 P
(v\325) 230.94 412.64 T
(s from the local university where ) 238.71 412.64 T
(both men worked. Dean was a fore-) 230.94 400.64 T
-0.54 (man in the carpenter) 230.94 388.64 P
-0.54 (\325) 311.58 388.64 P
-0.54 (s shop and Marv ) 314.36 388.64 P
(drove the campus garbage truck. ) 230.94 376.64 T
(Dean had run into something strange ) 230.94 364.64 T
-0.81 (while trying to install a trailer hitch on ) 230.94 352.64 P
(the family car) 230.94 340.64 T
(. He didn\325) 285.9 340.64 T
(t think he ) 325.97 340.64 T
(could handle it and could he come ) 230.94 328.64 T
(over and have Marv take a look at it?) 230.94 316.64 T
(Marvin told him about half an ) 248.94 304.64 T
(hour) 230.94 292.64 T
(.) 248.71 292.64 T
-0.76 (He was just parking the little blue ) 248.94 280.64 P
-0.18 (car in the street when Dean pulled up ) 230.94 268.64 P
(into the driveway in his own Sentra, ) 230.94 256.64 T
-0.72 (nearly identical to the one Marvin had ) 230.94 244.64 P
-0.88 (just parked except that Dean\325) 230.94 232.64 P
-0.88 (s was red ) 344 232.64 P
(and it was a wagon. Dean grabbed a ) 230.94 220.64 T
(cardboard box of) 230.94 208.64 T
(f the passenger seat ) 299.03 208.64 T
(and unfolded his long, lanky frame ) 230.94 196.64 T
(out of the little car) 230.94 184.64 T
(. The \337aps of the ) 304.23 184.64 T
-0.2 (box were open, revealing a mound of ) 230.94 172.64 P
(trailer hitch parts, plastic wrappers, ) 230.94 160.64 T
(electrical wires, and installation in-) 230.94 148.64 T
(structions.) 230.94 136.64 T
(\322Mornin\325 Marv) 248.94 124.64 T
(,\323 said Dean, bal-) 310.18 124.64 T
(ancing the awkward load as he en-) 230.94 112.64 T
(tered the garage. \322Really appreciate ) 230.94 100.64 T
(you takin\325 the time to help me out.\323) 230.94 88.64 T
(\322No sweat,\323 replied Marvin. ) 248.94 76.64 T
389.88 72 540 720 R
7 X
V
0 X
(\322What\325) 389.88 713.33 T
(s the problem?\323) 418.75 713.33 T
(\322W) 407.88 701.33 T
(ell, everything was goin\325 just ) 420.96 701.33 T
(\336ne,\323 replied Dean, setting the box ) 389.88 689.33 T
(and its jumbled assortment of parts ) 389.88 677.33 T
(down on Marv\325) 389.88 665.33 T
(s not very neat work-) 451.51 665.33 T
(bench. He rummaged around in the ) 389.88 653.33 T
-0.88 (box until he found the paper mounting ) 389.88 641.33 P
(template, turned it right side up, and ) 389.88 629.33 T
-0.45 (pointed to the spot in question. \322Until ) 389.88 617.33 P
-0.26 (I had to drill a hole, right there, in the ) 389.88 605.33 P
(frame, to bolt the stupid thing on.\323 ) 389.88 593.33 T
-0.62 (His voice took on a note of concern as ) 389.88 581.33 P
-0.01 (he continued. \322I hit something inside ) 389.88 569.33 P
(the frame rail with the drill. I don\325) 389.88 557.33 T
(t ) 526.83 557.33 T
-0.49 (know what the hell it is, Marv) 389.88 545.33 P
-0.49 (. I mean ) 506.5 545.33 P
-0.32 (I\325ve even got the shop manual for my ) 389.88 533.33 P
(Sentra and it just doesn\325) 389.88 521.33 T
(t show this ) 486.31 521.33 T
(thing. I\325m really worried that I ) 389.88 509.33 T
(screwed something up.\323) 389.88 497.33 T
(\322Bring her in,\323 said Marvin. ) 407.88 485.33 T
-0.72 (\322W) 389.88 473.33 P
-0.72 (e\325ll put her up on the jack and have ) 402.96 473.33 P
(a look.\323) 389.88 461.33 T
-0.52 (Marvin stood at the end of the ga-) 407.88 449.33 P
(rage stall and guided him in. When ) 389.88 437.33 T
(Marv was satis\336ed with the align-) 389.88 425.33 T
-0.82 (ment, Dean turned of) 389.88 413.33 P
-0.82 (f the ignition and ) 472.19 413.33 P
-0.79 (again squeezed out of the tiny car) 389.88 401.33 P
-0.79 (, like ) 519.09 401.33 P
-0.71 (some kind of wingless praying mantis ) 389.88 389.33 P
(emer) 389.88 377.33 T
(ging from an egg case of red ) 409.68 377.33 T
-0.29 (metal and glass. Marvin rolled his hy-) 389.88 365.33 P
-0.18 (draulic jack around to the back of the ) 389.88 353.33 P
-0.09 (car and, with a few powerful strokes, ) 389.88 341.33 P
-0.19 (lifted the rear end up of) 389.88 329.33 P
-0.19 (f the \337oor) 482.84 329.33 P
-0.19 (. Af-) 521.32 329.33 P
(ter carefully placing two jackstands ) 389.88 317.33 T
(under the frame to insure that it was ) 389.88 305.33 T
-0.35 (safe, he crawled under the little car to ) 389.88 293.34 P
(see what the problem was.) 389.88 281.34 T
-0.48 (An hour) 407.88 269.34 P
-0.48 (\325) 440.8 269.34 P
-0.48 (s worth of work poking, ) 443.58 269.34 P
(prodding and cussing had Marvin ) 389.88 257.34 T
(confused too. Dean had drilled right ) 389.88 245.34 T
(through the middle of some kind of ) 389.88 233.34 T
(electrical device. Marv pointed out ) 389.88 221.34 T
-0.32 (that Dean had made the mistake of re-) 389.88 209.34 P
(versing the hitch kit\325) 389.88 197.34 T
(s mounting tem-) 472.34 197.34 T
(plate. As a result, he had drilled the ) 389.88 185.34 T
(hole in the wrong place. It seemed ) 389.88 173.34 T
-0.64 (like a simple enough error but Marvin ) 389.88 161.34 P
(had not only checked Dean\325) 389.88 149.34 T
(s shop ) 501.46 149.34 T
(manual, but two of his own and no ) 389.88 137.34 T
-0.11 (hint of what the thing might be could ) 389.88 125.34 P
-0.56 (be found. In addition, he\325d never seen ) 389.88 113.34 P
(anything like it before and he\325d ) 389.88 101.34 T
(worked on a lot of cars. Marvin was ) 389.88 89.34 T
(indeed puzzled.) 389.88 77.34 T
72 675 378 720 R
7 X
V
8 F
0 X
(\322Pearl Highway\323) 72 712.67 T
3 F
(By Phillip Nolte) 72 699.67 T
6 F
([email protected]) 72 686.67 T
FMENDPAGE
%%EndPage: "2" 4
%%Page: "3" 4
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Phillip Nolte) 72 48.67 T
(/) 116.87 48.67 T
1 F
(Pearl Highway) 123.09 48.67 T
0 F
(page 3) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
(Dean had obviously destroyed ) 90 713.33 T
(whatever it was or at least severely ) 72 701.33 T
(damaged it, but the car seemed none ) 72 689.33 T
(the worse for it-- everything still ) 72 677.33 T
(worked perfectly) 72 665.33 T
(.) 139.34 665.33 T
-0.28 (\322I\325m gonna get my air chisel and ) 90 653.33 P
(open up the hole a little so\325) 72 641.33 T
(s we can ) 180.27 641.33 T
-0.29 (take the damned thing out,\323 said Mar-) 72 629.33 P
(vin, showing some of his frustration. ) 72 617.33 T
(\322Maybe the Nissan dealer can just ) 72 605.33 T
(give us a new one.\323) 72 593.33 T
(A couple of minutes work with ) 90 581.33 T
(the air chisel and Marvin was able to ) 72 569.33 T
(remove the mystery part. He discon-) 72 557.33 T
(nected a black electrical lead and ) 72 545.33 T
-0.53 (emer) 72 533.33 P
-0.53 (ged triumphantly from under the ) 91.8 533.33 P
(car) 72 521.33 T
(, handing the prize to Dean, who ) 83.8 521.33 T
(took it gingerly) 72 509.33 T
(. The two men then ) 132.99 509.33 T
(piled into Marvin\325) 72 497.33 T
(s 1974 Ford L) 144.74 497.33 T
(TD ) 200.18 497.33 T
(Station wagon and headed of) 72 485.33 T
(f, in ) 187.85 485.33 T
-0.24 (plush and smooth V) 72 473.33 P
-0.24 (-8 comfort, to the ) 150.61 473.33 P
(Nissan dealer) 72 461.33 T
(.) 125.57 461.33 T
(An hour later they were back, as ) 90 449.33 T
(confused as ever) 72 437.33 T
(. The Nissan parts ) 138.05 437.33 T
(man had never seen anything like it ) 72 425.33 T
(and he\325d been in the business for ) 72 413.33 T
-0.6 (more than twenty years. They had left ) 72 401.33 P
(with the man chuckling after them, ) 72 389.33 T
(convinced that they were trying to ) 72 377.33 T
(play some kind of elaborate joke on ) 72 365.33 T
(him.) 72 353.33 T
-0 (\322Let\325) 90 341.33 P
-0 (s open the sonofabitch up,\323 ) 110.54 341.33 P
-0.77 (said Dean, after they were again in the ) 72 329.33 P
-0.84 (garage. \322It\325) 72 317.33 P
-0.84 (s for damned sure wrecked ) 116.12 317.33 P
-0.77 (and the car still works \336ne. What have ) 72 305.33 P
(we got to lose?\323) 72 293.34 T
-0.04 (\322Hand me that pliers,\323 said Mar-) 90 281.34 P
(vin.) 72 269.34 T
-0.17 (The \322thing\323 was slender canister ) 90 257.34 P
-0.11 (about six inches long and one inch in ) 72 245.34 P
(diameter) 72 233.34 T
(. Dean\325) 106.42 233.34 T
(s drill had hit it near ) 135.29 233.34 T
(one end-- from the side. A couple of ) 72 221.34 T
(thin copper wires hung loosely from ) 72 209.34 T
(the rather jagged hole. Marv peeled ) 72 197.34 T
(back the thin metal skin of the canis-) 72 185.34 T
(ter with the pliers to expose the in-) 72 173.34 T
-0.44 (nards of the strange device. After \336ve ) 72 161.34 P
(minutes of intense concentration, it ) 72 149.34 T
(lay disassembled on the workbench.) 72 137.34 T
(It was really quite simple. There ) 90 125.34 T
-0.88 (was a small cylinder about four inches ) 72 113.34 P
-0.52 (long, covered with paper) 72 101.34 P
-0.52 (. Dean\325) 169.26 101.34 P
-0.52 (s drill ) 197.6 101.34 P
-0.61 (bit had severed the wires that connect-) 72 89.34 P
(ed it to a tiny bundle of electronic ) 72 77.34 T
230.94 72 381.05 720 R
7 X
V
0 X
(components.) 230.94 713.33 T
(\322Y) 248.94 701.33 T
(ou ever take a radio apart, ) 259.6 701.33 T
-0.73 (Marv?\323 asked Dean. \322I ain\325) 230.94 689.33 P
-0.73 (t no expert ) 338.01 689.33 P
-0.25 (but that thing looks like some kind of ) 230.94 677.33 P
(transmitter) 230.94 665.33 T
(.\323) 273.7 665.33 T
(\322Could be,\323 said Marvin. \322Look ) 248.94 653.33 T
(at this, the little paper cylinder has ) 230.94 641.33 T
(some kind of plastic goop in it.\323) 230.94 629.33 T
-0.33 (Their eyes met and grew lar) 248.94 617.33 P
-0.33 (ge as ) 358.96 617.33 P
(the suddenly obvious truth occurred ) 230.94 605.33 T
(to both men at the same time.) 230.94 593.33 T
(\322That thing is a God-damned ) 248.94 581.33 T
(bomb!\323 said Dean, backing quickly ) 230.94 569.33 T
(away from the workbench, his voice ) 230.94 557.33 T
(quavering.) 230.94 545.33 T
(\322What\325ve you been doing lately) 248.94 533.33 T
(, ) 375.97 533.33 T
-0.38 (Dean?\323 asked Marvin, taking the hint ) 230.94 521.33 P
-0.05 (and backing away too. He shifted his ) 230.94 509.33 P
(gaze back and forth between the de-) 230.94 497.33 T
(vice and his friend. \322Runnin\325 drugs? ) 230.94 485.33 T
-0.53 (Messin\325 with the Ma\336a? By God, you ) 230.94 473.33 P
(must have pissed somebody of) 230.94 461.33 T
(f!\323) 353.46 461.33 T
(\322I swear to God I haven\325) 248.94 449.33 T
(t done ) 347.84 449.33 T
-0.49 (nothing like that,\323 said Dean. \322This is ) 230.94 437.33 P
-0.31 (really weird, Marv) 230.94 425.33 P
-0.31 (. It\325) 304.33 425.33 P
-0.31 (s gotta be some ) 317.9 425.33 P
-0.62 (kind of mistake.\323 He looked pleading-) 230.94 413.33 P
(ly at his friend. \322Marv) 230.94 401.33 T
(, what are we ) 319.39 401.33 T
(gonna do?\323) 230.94 389.33 T
(\322I don\325) 248.94 377.33 T
(t know! Let me think a ) 277.35 377.33 T
(minute!\323 said Marvin. He went cau-) 230.94 365.33 T
(tiously back up to the device and, ) 230.94 353.33 T
(without touching it, studied it for a ) 230.94 341.33 T
-0.2 (few minutes. \322There\325) 230.94 329.33 P
-0.2 (s only one thing ) 315.2 329.33 P
(to do,\323 he said. \322W) 230.94 317.33 T
(e need someone ) 306.75 317.33 T
(who knows somethin\325 about bombs. ) 230.94 305.33 T
(Let\325) 230.94 293.34 T
(s call the Captain.\323) 247.04 293.34 T
(\322Y) 248.94 281.34 T
(eah!\323 said Dean, with relief. ) 259.6 281.34 T
(\322The Captain. He\325ll know what to ) 230.94 269.34 T
(do!\323) 230.94 257.34 T
(E. W) 248.94 245.34 T
(. Strang, the Captain, lived ) 268.56 245.34 T
-0.41 (only a couple of blocks away) 230.94 233.34 P
-0.41 (. He was ) 345.1 233.34 P
-0.9 (also associated with the university--as ) 230.94 221.34 P
(an ROTC of) 230.94 209.34 T
(\336cer) 280.17 209.34 T
(. He and Marv and ) 297.39 209.34 T
-0.16 (Dean were avid football fans. In fact, ) 230.94 197.34 P
(they often sat together on the forty-) 230.94 185.34 T
(yard line at the university\325) 230.94 173.34 T
(s home ) 335.88 173.34 T
-0.22 (games, which is how they came to be ) 230.94 161.34 P
-0.35 (friends in the \336rst place. Strang was a ) 230.94 149.34 P
(man with an interesting, one might ) 230.94 137.34 T
-0.45 (even say fascinating, past. Before get-) 230.94 125.34 P
(ting involved in college life he had ) 230.94 113.34 T
(served in \324Nam where his area of ex-) 230.94 101.34 T
-0.6 (pertise had been in that of E.O.D. \050Ex-) 230.94 89.34 P
(plosives and Ordinance Disposal\051-- ) 230.94 77.34 T
389.88 72 540 720 R
7 X
V
0 X
-0.15 (Strang had disarmed booby traps and ) 389.88 713.33 P
(unexploded shells for a living! He ) 389.88 701.33 T
-0.04 (hadn\325) 389.88 689.33 P
-0.04 (t actually disarmed any live or-) 412.46 689.33 P
-0.67 (dinance lately but he still had the steel ) 389.88 677.33 P
(nerves and sure \336ngers required. ) 389.88 665.33 T
(W) 389.88 653.33 T
(ell, at least he was pretty sure he ) 398.52 653.33 T
-0.56 (still did. The experience had prepared ) 389.88 641.33 P
(him well for his present career) 389.88 629.33 T
(--after ) 511.53 629.33 T
(disarming bombs and such, almost ) 389.88 617.33 T
(any kind of job would have been a ) 389.88 605.33 T
(snap!) 389.88 593.33 T
(Strang was there in just under ) 407.88 581.33 T
(\336ve minutes. T) 389.88 569.33 T
(rim, athletic and all-) 449.78 569.33 T
-0.53 (business, he had a military look about ) 389.88 557.33 P
(him-- even in casual clothing. He ) 389.88 545.33 T
(stood ramrod straight with his short, ) 389.88 533.33 T
(dark hair neatly combed and parted. ) 389.88 521.33 T
-0.18 (The red sport shirt he was wearing \336t ) 389.88 509.33 P
(him perfectly--so perfectly that it ) 389.88 497.33 T
(looked brand new) 389.88 485.33 T
(, like it had just ) 460.85 485.33 T
(come of) 389.88 473.33 T
(f the rack and even his faded ) 422.18 473.33 T
(blue jeans had a knife-edge crease ) 389.88 461.33 T
(down the front. He cautiously ap-) 389.88 449.33 T
(proached the device on Marvin\325) 389.88 437.33 T
(s ) 517.01 437.33 T
(work bench.) 389.88 425.33 T
-0.75 (\322It\325) 407.88 413.33 P
-0.75 (s a bomb,\323 he declared, after a ) 421.21 413.33 P
(brief examination. \322But don\325) 389.88 401.33 T
(t worry) 505.18 401.33 T
(, ) 533.67 401.33 T
-0.21 (it\325) 389.88 389.33 P
-0.21 (s safe, probably has been since you ) 398.22 389.33 P
(cut the red wire. Besides that black ) 389.88 377.33 T
(lead has to hook up to a battery of ) 389.88 365.33 T
(some kind. Where the hell did you ) 389.88 353.33 T
(guys get this?\323) 389.88 341.33 T
(\322Y) 407.88 329.33 T
(ou ain\325) 418.54 329.33 T
(t gonna believe this, ) 446.39 329.33 T
(Cap\325n, but we found it in my car) 389.88 317.33 T
(.\323 ) 519.8 317.33 T
(said Dean, still obviously shaken.) 389.88 305.33 T
(\322It\325) 407.88 293.34 T
(s a nice piece of work,\323 said ) 421.21 293.34 T
(the Captain. \322This little cylinder is a ) 389.88 281.34 T
(char) 389.88 269.34 T
(ge of plastique explosive. That ) 406.9 269.34 T
-0.35 (other thing is a receiver) 389.88 257.34 P
-0.35 (. Just a simple ) 482.28 257.34 P
(radio signal and kaboom! Y) 389.88 245.34 T
(ou\325re his-) 500.47 245.34 T
-0.31 (tory) 389.88 233.34 P
-0.31 (. What\325ve you been doing, Dean? ) 405.34 233.34 P
-0.44 (Y) 389.88 221.34 P
-0.44 (ou must have pissed somebody of) 396.1 221.34 P
-0.44 (f!\323) 528.91 221.34 P
(Dean just shook his head and ) 407.88 209.34 T
(looked even more miserable.) 389.88 197.34 T
(\322Maybe not,\323 said Marvin, his ) 407.88 185.34 T
(voice muf) 389.88 173.34 T
(\337ed.) 429.95 173.34 T
(The two men looked around at ) 407.88 161.34 T
-0.84 (the sound of his voice, \336nally noticing ) 389.88 149.34 P
(that Marvin\325) 389.88 137.34 T
(s legs were sticking out ) 439.58 137.34 T
(from under the car again.) 389.88 125.34 T
-0.6 (\322I\325ve been thinkin\325. The way that ) 407.88 113.34 P
(thing was buried in the frame here, ) 389.88 101.34 T
-0.32 (someone would\325ve had to go to a hell ) 389.88 89.34 P
(of a lot of trouble to put it there. No, ) 389.88 77.34 T
FMENDPAGE
%%EndPage: "3" 5
%%Page: "4" 5
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Phillip Nolte) 72 48.67 T
(/) 116.87 48.67 T
1 F
(Pearl Highway) 123.09 48.67 T
0 F
(page 4) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
(by the way it looks, I\325d hafta say it\325) 72 713.33 T
(s ) 213.85 713.33 T
(more likely the damned thing was ) 72 701.33 T
-0.23 (built into the car) 72 689.33 P
-0.23 (, right from the facto-) 136.71 689.33 P
(ry!\323 He crawled out from under the ) 72 677.33 T
-0.16 (car) 72 665.33 P
-0.16 (, stood up and looked around for a ) 83.8 665.33 P
(rag to wipe his hands. He found one, ) 72 653.33 T
-0.16 (but from the looks of it, it was highly ) 72 641.33 P
(unlikely that his hands would be any ) 72 629.33 T
-0.29 (cleaner after contact with it. Seeming ) 72 617.33 P
-0.5 (not to notice, he wiped his hands with ) 72 605.33 P
(it anyway) 72 593.33 T
(.) 110.49 593.33 T
(\322Why would they want to do ) 90 581.33 T
-0.25 (somethin\325 like that to my car?\323 asked ) 72 569.33 P
(Dean, with a puzzled frown.) 72 557.33 T
(\322I don\325) 90 545.33 T
(t know anything about ) 118.4 545.33 T
(why) 72 533.33 T
(, but whoever put it there sure ) 88.56 533.33 T
(picked a perfect spot,\323 said Marvin. ) 72 521.33 T
(\322That thing was only inches away ) 72 509.33 T
(from the gas tank and the rear brake ) 72 497.33 T
(lines. If that bomb had gone of) 72 485.33 T
(f, the ) 194.79 485.33 T
(tank and the brakes would\325ve both ) 72 473.33 T
(gone with it. Y) 72 461.33 T
(our car would\325ve be-) 130.97 461.33 T
(come a \337aming runaway) 72 449.33 T
(. Not some-) 169.89 449.33 T
(thing I\325d care to be in out on the ) 72 437.33 T
(freeway!\323) 72 425.33 T
(\322No shit, Marv) 90 413.33 T
(,\323 said the Cap-) 149.59 413.33 T
(tain, getting into the game. \322She\325d ) 72 401.33 T
(have been a handful on the freeway ) 72 389.33 T
(but, make no mistake, that bomb ) 72 377.33 T
(would\325ve raised a lot of hell even if ) 72 365.33 T
(the car was just innocently parked in ) 72 353.33 T
(the garage!\323) 72 341.33 T
(\322God-damned foreign-built ) 90 329.33 T
-0.05 (junk!\323 spat Marvin. \322W) 72 317.33 P
-0.05 (ouldn\325) 165.98 317.33 P
-0.05 (t sur-) 191.89 317.33 P
-0.33 (prise me if all them God-damned Nis-) 72 305.33 P
(sans had bombs in them!\323) 72 293.34 T
(\322C\325mon, Marv!\323 said Dean, \322I ) 90 281.34 T
(know you ain\325) 72 269.34 T
(t got a high regard for ) 129.56 269.34 T
(Japanese cars, but that\325) 72 257.34 T
(s ridiculous--) 164.15 257.34 T
(Even a little sick!\323) 72 245.34 T
-0.5 (\322W) 90 233.34 P
-0.5 (ell, why don\325) 103.07 233.34 P
-0.5 (t we just \336nd out ) 154.92 233.34 P
(if I\325m right?\323 said Marvin.) 72 221.34 T
(\322And how are you gonna do ) 90 209.34 T
(that?\323 asked Dean.) 72 197.34 T
-0.39 (\322There\325) 90 185.34 P
-0.39 (s another Sentra right out ) 120.52 185.34 P
(there in the street,\323 replied Marvin, ) 72 173.34 T
-0.65 (\322Let\325) 72 161.34 P
-0.65 (s bring it in and see if it\325) 92.54 161.34 P
-0.65 (s got one ) 185.46 161.34 P
(of those things in it too.\323) 72 149.34 T
(The other two men agreed that ) 90 137.34 T
(the idea sounded pretty good.) 72 125.34 T
-0.84 (They immediately drove the little ) 90 113.34 P
(car into the garage, jacked it up and ) 72 101.34 T
(carefully opened up an inspection ) 72 89.34 T
(hole in the same spot on the frame ) 72 77.34 T
230.94 72 381.05 720 R
7 X
V
0 X
(where they had found the bomb in ) 230.94 713.33 T
-0.5 (Dean\325) 230.94 701.33 P
-0.5 (s car) 254.81 701.33 P
-0.5 (. T) 272.35 701.33 P
-0.5 (o their horror they found ) 282.25 701.33 P
(an identical device.) 230.94 689.33 T
-0.4 (\322Ain\325) 248.94 677.33 P
-0.4 (t that a son of a bitch!\323 said ) 271.52 677.33 P
-0.2 (Dean, \322Somebody wanna tell me just ) 230.94 665.33 P
(what the hell is going on?\323) 230.94 653.33 T
(\322I don\325) 248.94 641.33 T
(t have a clue,\323 said the ) 277.35 641.33 T
(Captain. \322But it sure looks like trou-) 230.94 629.33 T
-0.78 (ble. If every Nissan in town has one of ) 230.94 617.33 P
-0.05 (those things in it and they start going ) 230.94 605.33 P
(of) 230.94 593.33 T
(f, there\325) 239.09 593.33 T
(s no way that the cops and ) 270.17 593.33 T
(the \336re department could possibly ) 230.94 581.33 T
-0.42 (keep up with all the calls! Jesus, what ) 230.94 569.33 P
(a mess!\323) 230.94 557.33 T
(\322W) 248.94 545.33 T
(ell, what if it ain\325) 262.02 545.33 T
(t just Nis-) 330.96 545.33 T
-0.46 (san,\323 said Marvin, listing the possibil-) 230.94 533.33 P
(ities and ticking them of) 230.94 521.33 T
(f on his ) 327.93 521.33 T
(\336ngers. \322How \324bout T) 230.94 509.33 T
(oyota, Mazda, ) 318.51 509.33 T
-0.43 (Honda, Mitzubishi--all those damned ) 230.94 497.33 P
-0.29 (Jap cars? Listen you guys, how many ) 230.94 485.33 P
(times have you heard about one of ) 230.94 473.33 T
-0.64 (those little cars blowing up when they ) 230.94 461.33 P
(get rear) 230.94 449.33 T
(-ended? If you ask me now) 260.99 449.33 T
(, ) 368.86 449.33 T
(I\325d say it\325) 230.94 437.33 T
(s probably those damned ) 269.25 437.33 T
(bombs going of) 230.94 425.33 T
(f that\325) 293.51 425.33 T
(s the cause of ) 317.11 425.33 T
(it!\323) 230.94 413.33 T
(\322I thought those were Ford Pin-) 248.94 401.33 T
(tos?\323 said Dean.) 230.94 389.33 T
(\322Don\325) 248.94 377.33 T
(t kid yourself,\323 said the ) 273.74 377.33 T
(Captain, \322There\325) 230.94 365.33 T
(s a lot of Japanese ) 297.56 365.33 T
-0.72 (parts, even on American cars. It really ) 230.94 353.33 P
(wouldn\325) 230.94 341.33 T
(t be all that much trouble to ) 264.07 341.33 T
(build in a bomb like this one. If you ) 230.94 329.33 T
(weren\325) 230.94 317.33 T
(t looking for it you\325d never ) 258.51 317.33 T
(\336nd it!\323) 230.94 305.33 T
(\322What the hell have we found?\323 ) 248.94 293.34 T
(asked Dean. Then he scared himself ) 230.94 281.34 T
(even more. \322Holy shit! Captain, do ) 230.94 269.34 T
(you really think they could all be set ) 230.94 257.34 T
(of) 230.94 245.34 T
(f at once?\323) 239.09 245.34 T
(\322Why not?\323 replied the Captain. ) 248.94 233.34 T
(\322They could use a satellite broadcast ) 230.94 221.34 T
(and blanket the whole country!\323) 230.94 209.34 T
-0.95 (\322Can you imagine something like ) 248.94 197.34 P
(the Brooklyn Bridge or the Golden ) 230.94 185.34 T
-0.46 (Gate with twenty-\336ve or thirty out-of-) 230.94 173.34 P
(control, \337aming little Jap cars on ) 230.94 161.34 T
(them?\323 said Marvin. \322The bridge be-) 230.94 149.34 T
-0.25 (comes totally useless in less than two ) 230.94 137.34 P
(minutes!\323) 230.94 125.34 T
-0.06 (\322How about the rush hour traf) 248.94 113.34 P
-0.06 (\336c ) 368.62 113.34 P
-0.63 (in Los Angeles or New Y) 230.94 101.34 P
-0.63 (ork or any of ) 329.19 101.34 P
(our major cities?\323 said the Captain. ) 230.94 89.34 T
-0.09 (\322That would slow up the traf) 230.94 77.34 P
-0.09 (\336c a bit! ) 345.51 77.34 P
389.88 72 540 720 R
7 X
V
0 X
(It boggles the mind--\337aming cars ca-) 389.88 713.33 T
-0.68 (reening out of control, \336res in garages ) 389.88 701.33 P
(and parking lots and service stations-) 389.88 689.33 T
-0.64 (-the entire country would be in chaos! ) 389.88 677.33 P
(W) 389.88 665.33 T
(e\325d be helpless!\323) 398.52 665.33 T
(The announcer on Marv\325) 407.88 653.33 T
(s coun-) 506.97 653.33 T
-0.33 (try-western station broke in on a Mer-) 389.88 641.33 P
-0.05 (le Haggard song with a late-breaking ) 389.88 629.33 P
(news headline. He was laughing so ) 389.88 617.33 T
(hard he could barely read it.) 389.88 605.33 T
(\322This just in from W) 407.88 593.33 T
(ashington. ) 490.37 593.33 T
(Ha Ha!\323 said the announcer) 389.88 581.33 T
(, \322The ) 500.49 581.33 T
(Japanese ambassador has just deliv-) 389.88 569.33 T
(ered an ultimatum \050chuckle\051. If the ) 389.88 557.33 T
(United States Government doesn\325) 389.88 545.33 T
(t ) 524.89 545.33 T
(immediately begin proceedings to ) 389.88 533.33 T
-0.25 (turn over the rule of the country to Ja-) 389.88 521.33 P
(pan, they will begin to take action.\323) 389.88 509.33 T
(\322And we thought Pearl Harbor ) 407.88 497.33 T
(was a Japanese sneak attack!\323 said ) 389.88 485.33 T
-0.4 (Dean, shaking his head. \322It ain\325) 389.88 473.33 P
-0.4 (t noth-) 514.02 473.33 P
(in\325 compared to what this is gonna ) 389.88 461.33 T
(be!\323) 389.88 449.33 T
(\322Y) 407.88 437.33 T
(eah,\323 said the Captain, \322This ) 418.54 437.33 T
(time it\325ll be a sneak attack on the ) 389.88 425.33 T
(roads that carry the very lifeblood of ) 389.88 413.33 T
(our nation, sort of a...\325Pearl High-) 389.88 401.33 T
(way\325!\323 Gentlemen, say good-bye to ) 389.88 389.33 T
(our much vaunted transportation sys-) 389.88 377.33 T
(tem!\323) 389.88 365.33 T
-0.72 (The broadcast was interrupted by ) 407.88 353.33 P
-0.42 (a pause while the announcer regained ) 389.88 341.33 P
(control of himself. The three friends ) 389.88 329.33 T
(looked at one another) 389.88 317.33 T
(. None of them ) 475.66 317.33 T
(felt much like laughing. They didn\325) 389.88 305.33 T
(t ) 531.84 305.33 T
(share the announcer) 389.88 293.34 T
(\325) 470.18 293.34 T
(s scepticism ei-) 472.96 293.34 T
-0.13 (ther) 389.88 281.34 P
-0.13 (. They quickly moved both of the ) 404.88 281.34 P
(little Jap cars a safe distance away ) 389.88 269.34 T
(from Marv\325) 389.88 257.34 T
(s garage and waited ex-) 436.24 257.34 T
(pectantly for the action to begin. It ) 389.88 245.34 T
(was not an overlong wait.) 389.88 233.34 T
-0.14 (\322Kaawump!\323 The little blue Sen-) 407.88 221.34 P
-0.52 (tra sedan went up in searing, smoking ) 389.88 209.34 P
(blast of yellow \337ame. \322Kaawump! ) 389.88 197.34 T
(Kaawump!\323 The red RX-7 down the ) 389.88 185.34 T
(block with the \322KUTI PI\323 license ) 389.88 173.34 T
-0.33 (plate and the Jones\325) 389.88 161.34 P
-0.33 (s shiny new black ) 467.46 161.34 P
(Honda Accord went too. Here and ) 389.88 149.34 T
(there even an occasional late model ) 389.88 137.34 T
(American vehicle became a \337aming ) 389.88 125.34 T
(car) 389.88 113.34 T
(-bomb as a strategically placed ) 401.89 113.34 T
-0.56 (Japanese component went Kamikaze. ) 389.88 101.34 P
(Marvin did have one small consola-) 389.88 89.34 T
(tion. In spite of the uproar going on ) 389.88 77.34 T
FMENDPAGE
%%EndPage: "4" 6
%%Page: "5" 6
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Phillip Nolte) 72 48.67 T
(/) 116.87 48.67 T
1 F
(Pearl Highway) 123.09 48.67 T
0 F
(page 5) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
216 63 396 495 R
7 X
V
72 495 222.11 720 R
V
9 F
0 X
(around it, his loyal, true blue, made-) 72 713.33 T
(in- the-USA Ford L) 72 701.33 T
(TD wagon re-) 150.2 701.33 T
(mained untouched by the carnage.) 72 689.33 T
2 F
3.72 (...The so-called \322Pearl High-) 90 666 P
0.45 (way\323 affair will also be r) 90 655 P
0.45 (emem-) 183.04 655 P
5.12 (ber) 90 644 P
5.12 (ed as a notorious sneak) 101.65 644 P
2.03 (attack. But when a nation ini-) 90 633 P
0.58 (tiates a war should its objective) 90 622 P
-0.01 (be to lose that war? Or should it) 90 611 P
3.74 (instead attempt to cr) 90 600 P
3.74 (eate the) 175.05 600 P
-0.41 (most favorable envir) 90 589 P
-0.41 (onment pos-) 163.23 589 P
2.54 (sible? The answer is obvious:) 90 578 P
0.64 (W) 90 567 P
0.64 (ars ar) 96.66 567 P
0.64 (e fought to be won! The) 118.68 567 P
-0.21 (Japanese nation would have had) 90 556 P
1.04 (little chance against the mighty) 90 545 P
1.14 (U.S. Navy in W) 90 534 P
1.14 (orld W) 147.75 534 P
1.14 (ar II and) 172.77 534 P
0.55 (they would have far) 90 523 P
0.55 (ed poorly in) 162.46 523 P
-0.42 (the W) 90 512 P
-0.42 (ar of 1995 also without em-) 109.47 512 P
1.96 (ploying these brilliant surprise) 90 501 P
230.94 495 381.05 720 R
7 X
V
0 X
-0.35 (tactics. Sneak attack? W) 248.94 714 P
-0.35 (e r) 334.92 714 P
-0.35 (emain) 343.97 714 P
-0.06 (the only nation on earth that has) 248.94 703 P
7.13 (had nuclear weapons used) 248.94 692 P
1.25 (against us-- weapons that wer) 248.94 681 P
1.25 (e) 361.94 681 P
3.38 (used by the United States of) 248.94 670 P
0.61 (America. Such memories do not) 248.94 659 P
(die easily) 248.94 648 T
(.) 282.64 648 T
0.38 (May the sun shine gloriously on) 248.94 637 P
1.35 (the new empir) 248.94 626 P
1.35 (e for many thou-) 302.23 626 P
(sands of years to come!) 248.94 615 T
(Honshir) 248.94 593 T
(o Suzuki) 278.07 593 T
(Of\336cial Historian) 248.94 582 T
(The New Imperium of Japan) 248.94 571 T
10 F
0.89 (Phil is a r) 230.94 511.33 P
0.89 (esear) 272.97 511.33 P
0.89 (ch specialist in Plant) 294.24 511.33 P
0.89 (Pathology at NDSU in Far) 230.94 499.33 P
0.89 (go, North) 341.85 499.33 P
389.88 72 540 720 R
7 X
V
0 X
0.08 (Dakota. He is also a Ph.D. candidate) 389.88 713.33 P
1.59 (at the same time. He\325) 389.88 701.33 P
1.59 (s been writing) 480.18 701.33 P
1.39 (science \336ction for about thr) 389.88 689.33 P
1.39 (ee years) 505.58 689.33 P
1.53 (but has enjoyed r) 389.88 677.33 P
1.53 (eading all his life.) 463.22 677.33 P
0.05 (He comments, \322I got inter) 389.88 665.33 P
0.05 (ested in the) 494.37 665.33 P
0.5 (writing end because of the many dis-) 389.88 653.33 P
1.44 (appointments I\325ve had while attend-) 389.88 641.33 P
-0.34 (ing science \336ction movies and coming) 389.88 629.33 P
-0.12 (away wondering how they could have) 389.88 617.33 P
1.24 (spent so much money on actors and) 389.88 605.33 P
1.49 (special effects, and so damned little) 389.88 593.33 P
0.59 (on a decent story!\323 This story marks) 389.88 581.33 P
3.31 (Phil\325) 389.88 569.33 P
3.31 (s thir) 408.58 569.33 P
3.31 (d appearance in Athene,) 432.36 569.33 P
2.99 (and in no way r) 389.88 557.33 P
2.99 (epr) 464.24 557.33 P
2.99 (esents his r) 477.19 557.33 P
2.99 (eal) 527.79 557.33 P
2.44 (opinions of the subject. In fact, he) 389.88 545.33 P
1.71 (owns two Japanese cars, two Japa-) 389.88 533.33 P
1.74 (nese motor) 389.88 521.33 P
1.74 (cycles, and has \322nothing) 435.39 521.33 P
1.36 (but the highest r) 389.88 509.33 P
1.36 (egar) 458.84 509.33 P
1.36 (d for the Japa-) 476.79 509.33 P
(nese people.\323) 389.88 497.33 T
354.05 540 381.05 558 9 RR
V
N
7 F
7 X
1 K
(A) 361.55 543.86 T
FMENDPAGE
%%EndPage: "5" 7
%%Page: "6" 7
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(David B. O\325Donnell) 72 48.67 T
(/) 141.31 48.67 T
1 F
(Memories of Blue) 147.53 48.67 T
0 F
(page 6) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 648.11 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 648.21 226.5 72 2 L
N
385.1 656 72 656 2 L
3 H
3 X
N
72 72 222.11 648 R
7 X
V
9 F
0 X
-0.49 (My friends tell me that I\325m in the ) 90 641.33 P
-0.57 (grip of an \322unnatural possession\323, but ) 72 629.33 P
(I know better than that. Y) 72 617.33 T
(ou see, I ) 173.7 617.33 T
-0.1 (can\325) 72 605.33 P
-0.1 (t stand the color blue. Any shade ) 89.02 605.33 P
(of it. Every time I see something ) 72 593.33 T
(that\325) 72 581.33 T
(s blue, I break down into tears. ) 89.77 581.33 T
(My psychoanalyst shakes his head, ) 72 569.33 T
(pats me on the back, and char) 72 557.33 T
(ges me ) 190.34 557.33 T
-0.5 ($90 an hour) 72 545.33 P
-0.5 (. But that\325) 118.2 545.33 P
-0.5 (s about the limit ) 156.91 545.33 P
-0.54 (of his help. I don\325) 72 533.33 P
-0.54 (t really blame him, I ) 140.99 533.33 P
(wouldn\325) 72 521.33 T
(t want to have to counsel me ) 105.13 521.33 T
(either) 72 509.33 T
(. Poor fellow has to remove ev-) 94.21 509.33 T
(erything from his of) 72 497.33 T
(\336ce that\325) 152.05 497.33 T
(s blue - ) 186.75 497.33 T
(he even can\325) 72 485.33 T
(t wear blue underwear ) 122.32 485.33 T
-0.25 (anymore, I can tell when he has it on. ) 72 473.33 P
(I guess it could be worse - I could be ) 72 461.33 T
-0.44 (unable to stand the presence of green, ) 72 449.33 P
-0.06 (or yellow) 72 437.33 P
-0.06 (. W) 109.32 437.33 P
-0.06 (ell, come to think of it, I ) 122.89 437.33 P
-0.13 (can stand the sky) 72 425.33 P
-0.13 (, and water and they ) 139.51 425.33 P
(are blue. But every time I see some-) 72 413.33 T
(one wearing blue, or a blue Audi ) 72 401.33 T
(drives by) 72 389.33 T
(, it brings back memories.) 108.27 389.33 T
(W) 90 377.33 T
(e met, like most people do, by ) 98.64 377.33 T
-0.6 (accident. I was at a party in New Y) 72 365.33 P
-0.6 (ork ) 206.89 365.33 P
(City) 72 353.33 T
(, given by the new-wave activist ) 88.57 353.33 T
-0.14 (artist J------. It was one of those open ) 72 341.33 P
(ones that everyone seems to know ) 72 329.33 T
(about so no invitations were neces-) 72 317.33 T
(sary) 72 305.33 T
(. I saw him by one of the lar) 88 305.33 T
(ge ) 200.24 305.33 T
-0.22 (paintings, a study in blue of the PW) 72 293.33 P
-0.22 (A ) 212.62 293.33 P
(ward at some nameless New Y) 72 281.33 T
(ork ) 194.51 281.33 T
(hospital. He appeared to be studying ) 72 269.34 T
-0.51 (it intently) 72 257.34 P
-0.51 (, until one followed his gaze ) 109.44 257.34 P
(past the edge of the painting, to the ) 72 245.34 T
-0.08 (cluster of pseudo-intellectuals raving ) 72 233.34 P
(over some small erotic sculpture in ) 72 221.34 T
(bronze. He wasn\325) 72 209.34 T
(t interested in the ) 142.03 209.34 T
-0.01 (painting nearly as much as he was in-) 72 197.34 P
-0.8 (terested in what was in the faded jeans ) 72 185.34 P
-0 (of the \322V) 72 173.34 P
-0 (illagers\323. Someone - Joan, I ) 108.59 173.34 P
-0.01 (think - who knew us both and had an ) 72 161.34 P
-0.09 (eye for potentials brought me over to ) 72 149.34 P
(meet him. I was shy) 72 137.34 T
(, then, not nearly ) 151.58 137.34 T
-0.03 (as reclusive as I have been, but cer-) 72 125.34 P
(tainly not an \322out\323 person. Y) 72 113.34 T
(ou ) 186.48 113.34 T
(chuckled over the dif) 72 101.34 T
(\336culty Joan \050?\051 ) 156.47 101.34 T
(had saying my last name correctly) 72 89.34 T
(, ) 208.2 89.34 T
(and then proceeded to greet me in ) 72 77.34 T
230.94 72 381.05 648 R
7 X
V
0 X
-0.48 (\337awless Romanian. At least I thought ) 230.94 641.33 P
(it was \337awless - I can\325) 230.94 629.33 T
(t speak a word ) 320.41 629.33 T
-0.68 (of the language, never had an aptitude ) 230.94 617.33 P
-0.01 (for anything more foreign than a few ) 230.94 605.33 P
(pieces of Y) 230.94 593.33 T
(iddish.) 275.91 593.33 T
-0.37 (It wasn\325) 248.94 581.33 P
-0.37 (t much of a meeting, that ) 280.86 581.33 P
-0.13 (is certain, and I probably would have ) 230.94 569.33 P
(never seen him again, except that ) 230.94 557.33 T
(somehow we met in the airport as I ) 230.94 545.33 T
(was preparing to head out W) 230.94 533.33 T
(est for ) 345.33 533.33 T
(graduate work at Berkeley) 230.94 521.33 T
(. I am sure ) 336.03 521.33 T
-0.75 (it was fate then for he was going to the ) 230.94 509.33 P
-0.24 (same place, for the same reason. Fate ) 230.94 497.33 P
-0.41 (is an evil bitch. At the party) 230.94 485.33 P
-0.41 (, I was led ) 339.13 485.33 P
-0.33 (to believe you were at least moderate-) 230.94 473.33 P
(ly well-of) 230.94 461.33 T
(f, by the studied way your ) 269.9 461.33 T
(clothes looked tailored to be second-) 230.94 449.33 T
(hand. Y) 230.94 437.33 T
(our luggage assured me you ) 261.58 437.33 T
(were more than fairly well-of) 230.94 425.33 T
(f, ) 348.44 425.33 T
(though. It placed you a few steps up ) 230.94 413.33 T
(on the social ladder from me, and I ) 230.94 401.33 T
-0.04 (was happy to let it slide by and let us ) 230.94 389.33 P
-0.6 (go our separate ways. Already I could ) 230.94 377.33 P
-0.24 (sense a growing enjoyment in staring ) 230.94 365.33 P
(into your slate-grey eyes, which con-) 230.94 353.33 T
-0.25 (stantly seemed to shift from that grey ) 230.94 341.33 P
(to a deep, almost midnight blue. In ) 230.94 329.33 T
-0.8 (fact I recall clearly having this terrible ) 230.94 317.33 P
(fantastic desire to run my \336ngers ) 230.94 305.33 T
(through your hair when I saw you at ) 230.94 293.33 T
(the gate to our jet; I\325ve always loved ) 230.94 281.33 T
-0.55 (black hair) 230.94 269.34 P
-0.55 (, especially in the curled cut ) 269.69 269.34 P
(yours was in then and that you fa-) 230.94 257.34 T
(vored. Y) 230.94 245.34 T
(ou said something, which I ) 264.91 245.34 T
-0.03 (missed, and I was even more embar-) 230.94 233.34 P
-0.38 (rassed. Luckily we were several rows ) 230.94 221.34 P
(apart, you being in \336rst class, and I ) 230.94 209.34 T
(somewhere in the desolate wastes of ) 230.94 197.34 T
(\322economy\323 class, wedged between a ) 230.94 185.34 T
(fat, sweaty housewife from Chicago ) 230.94 173.34 T
-0.8 (and a neurotic banker who kept taking ) 230.94 161.34 P
(his briefcase, opening it, murmuring ) 230.94 149.34 T
-0.55 (incoherently) 230.94 137.34 P
-0.55 (, then closing and restow-) 280.26 137.34 P
-0.53 (ing it. He never did a damn thing with ) 230.94 125.34 P
(it.) 230.94 113.34 T
(Look - I\325ve switched persons al-) 248.94 101.34 T
(ready) 230.94 89.34 T
(. Sigh. I had hoped to keep this ) 252.49 89.34 T
(impersonal, but it\325) 230.94 77.34 T
(s not possible. At ) 303.96 77.34 T
389.88 72 540 720 R
7 X
V
0 X
(least the screen isn\325) 389.88 713.33 T
(t blue; you and ) 468.25 713.33 T
(that damn color!) 389.88 701.33 T
(Thankfully the graphic arts pro-) 407.88 689.33 T
(gram at Berkeley was just lar) 389.88 677.33 T
(ge ) 506.56 677.33 T
-0.56 (enough that we seldom crossed paths. ) 389.88 665.33 P
(But every time, you were wearing ) 389.88 653.33 T
(something blue, to accent your com-) 389.88 641.33 T
(plexion. I began to pick you out ) 389.88 629.33 T
(across the campus by your clothing, ) 389.88 617.33 T
(by your lilting voice which always ) 389.88 605.33 T
-0.29 (greeted me in Romanian. By the time ) 389.88 593.33 P
-0.86 (we were sleeping together) 389.88 581.33 P
-0.86 (, I\325d learned ) 491.53 581.33 P
-0.03 (how to say \322Hello\323 and \322Good After-) 389.88 569.33 P
(noon\323 in Romanian; I guess that is ) 389.88 557.33 T
(good, at least.) 389.88 545.33 T
(I\325m going to diver) 407.88 533.33 T
(ge from the ) 480.71 533.33 T
(usual here and not bother to describe ) 389.88 521.33 T
(California. Y) 389.88 509.33 T
(es it was sunny and yes ) 441.63 509.33 T
(there were beautiful bodies every-) 389.88 497.33 T
(where. The state \337ower should be a ) 389.88 485.33 T
-0.44 (fucking Narcissus. I managed to get a ) 389.88 473.33 P
(tan, something next to impossible to ) 389.88 461.33 T
-0.33 (accomplish in the dreary climates out ) 389.88 449.33 P
-0.62 (East, and I lost weight. I even joined a ) 389.88 437.33 P
-0.17 (health club, though I soon quit when, ) 389.88 425.33 P
-0.03 (passing by one day) 389.88 413.33 P
-0.03 (, I saw you enter-) 465.49 413.33 P
(ing with your gym bag. I don\325) 389.88 401.33 T
(t know ) 509.91 401.33 T
-0.53 (why I tried to avoid you with such fer-) 389.88 389.33 P
-0.44 (vor - I should have known by then we ) 389.88 377.33 P
(were fated to be together) 389.88 365.33 T
(, and that I ) 488.84 365.33 T
(was fated to lose you.) 389.88 353.33 T
(New Y) 407.88 341.33 T
(ear) 435.47 341.33 T
(\325) 448.04 341.33 T
(s Eve, 198-. No date, ) 450.82 341.33 T
-0.27 (no snow) 389.88 329.33 P
-0.27 (, no celebration with my new ) 422.55 329.33 P
(colleagues at the T) 389.88 317.33 T
(echnical Publica-) 464.4 317.33 T
-0.21 (tions House I now worked at. Instead ) 389.88 305.33 P
(I was in a bar - not quite a dive, I de-) 389.88 293.34 T
-0.07 (cided to step up a bit for once and en-) 389.88 281.34 P
-0.48 (joy myself, even if it was alone. Now) 389.88 269.34 P
-0.48 (, ) 535.48 269.34 P
-0.27 (don\325) 389.88 257.34 P
-0.27 (t get me wrong: I wasn\325) 408.02 257.34 P
-0.27 (t celibate ) 501.69 257.34 P
-0.28 (before we met. I am not the best look-) 389.88 245.34 P
(ing man in the world, but I am good-) 389.88 233.34 T
(looking enough to be able to get a ) 389.88 221.34 T
(trick when the need for release be-) 389.88 209.34 T
-0.57 (comes overwhelming. It all sounds so ) 389.88 197.34 P
(lurid now) 389.88 185.34 T
(, the one night stands or oc-) 427.82 185.34 T
(casional week-long \337ings, but I was ) 389.88 173.34 T
-0.47 (never much for permanency either) 389.88 161.34 P
-0.47 (. In ) 525.11 161.34 P
-0.1 (two years, I went through three apart-) 389.88 149.34 P
(ments, \336ve battles with my parents ) 389.88 137.34 T
-0.74 (\050who still expected me to marry a nice ) 389.88 125.34 P
(girl and raise kids - Y) 389.88 113.34 T
(ecch\051, two beat-) 475.77 113.34 T
(up V) 389.88 101.34 T
(olkswagons, and ten af) 408.3 101.34 T
(fairs. On ) 499.72 101.34 T
-0.35 (the average, I had sex once every two ) 389.88 89.34 P
(weeks. Not bad \050though I could have ) 389.88 77.34 T
8 F
(\322Memories of Blue\323) 72 712 T
3 F
(By David B. O\325Donnell) 72 698.67 T
6 F
([email protected]) 72 685.67 T
3 F
(Copyright \251 1990 David B. O\325Donnell) 72 672.67 T
FMENDPAGE
%%EndPage: "6" 8
%%Page: "7" 8
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(David B. O\325Donnell) 72 48.67 T
(/) 141.31 48.67 T
1 F
(Memories of Blue) 147.53 48.67 T
0 F
(page 7) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
(done better among the timid sex-) 72 713.33 T
(starved Midwesteners where I grew ) 72 701.33 T
(up\051 but not enough. Funny) 72 689.33 T
(, isn\325) 177.68 689.33 T
(t it? ) 197.49 689.33 T
(I\325m mister impermanent, and yet the ) 72 677.33 T
(thing I desire the most in life is secu-) 72 665.33 T
(rity) 72 653.33 T
(. \322Big Fat Hairy Deal\323.) 85.23 653.33 T
(So there I was, New Y) 90 641.33 T
(ear) 179.48 641.33 T
(\325) 192.05 641.33 T
(s Eve, ) 194.83 641.33 T
(alone, in a bar) 72 629.33 T
(, with no one I knew ) 128.22 629.33 T
(around, staring into a drink. So ) 72 617.33 T
(wrapped up in memory no one even ) 72 605.33 T
(thought to try and pick me up - or if ) 72 593.33 T
(they did, I was too absorbed in the ) 72 581.33 T
(colored liquors to care. I wasn\325) 72 569.33 T
(t very ) 196.16 569.33 T
-0.18 (drunk - I needed to drive across town ) 72 557.33 P
(to get home later - but I was loose ) 72 545.33 T
(enough that I didn\325) 72 533.33 T
(t immediately ) 148.16 533.33 T
-0.23 (cringe when someone dressed in mid-) 72 521.33 P
(night blue sat down across the table ) 72 509.33 T
-0.75 (from me. Of course I knew it was you. ) 72 497.33 P
(No one else smells that color) 72 485.33 T
(. ) 187.21 485.33 T
(Smelled, that is. Sigh.) 72 473.33 T
(W) 90 461.33 T
(e chatted, though god only ) 98.64 461.33 T
(knows how) 72 449.33 T
(, for over an hour) 117.15 449.33 T
(. Y) 186.27 449.33 T
(ou ) 197.48 449.33 T
(were doing well, working on your ) 72 437.33 T
(thesis. I was nearly done with mine. ) 72 425.33 T
-0.16 (Y) 72 413.33 P
-0.16 (ou weren\325) 78.22 413.33 P
-0.16 (t seeing anyone, and won-) 118.11 413.33 P
(dered how I was doing? It was so ob-) 72 401.33 T
(vious, I missed it completely) 72 389.33 T
(. T) 186.57 389.33 T
(o this ) 196.97 389.33 T
-0.74 (day I think you were simply too drunk ) 72 377.33 P
(to realize who you were talking to. ) 72 365.33 T
(And I was too drunk to realize that I ) 72 353.33 T
-0.46 (was too hooked on you to possibly go ) 72 341.33 P
(home with you. Of course, we did. I ) 72 329.33 T
-0.5 (have to admit, it was wonderful. Y) 72 317.33 P
-0.5 (our ) 206.79 317.33 P
(apartment was tastefully done - in ) 72 305.33 T
-0.65 (blues, of course - and you were far the ) 72 293.34 P
(superior love-maker) 72 281.34 T
(. By the third ) 152.22 281.34 T
-0.6 (time \050it was nearly sunny out\051 I meant ) 72 269.34 P
(it when I said \322I love you\323 and you ) 72 257.34 T
-0.33 (were even replying in kind. W) 72 245.34 P
-0.33 (e could ) 191.13 245.34 P
-0.62 (have stopped it, then. W) 72 233.34 P
-0.62 (e should have.) 165.89 233.34 P
(Instead, that next weekend, you ) 90 221.34 T
(called me. I don\325) 72 209.34 T
(t know how you got ) 139.54 209.34 T
-0.59 (my number - Joan, maybe? - I know it ) 72 197.34 P
(wasn\325) 72 185.34 T
(t listed, and she is about the ) 95.69 185.34 T
(only person I still talked to from out ) 72 173.34 T
(East. It doesn\325) 72 161.34 T
(t really matter; the ) 129.28 161.34 T
(damage was done, and nothing we ) 72 149.34 T
-0.05 (can say or do will avert the past. Y) 72 137.34 P
-0.05 (ou ) 209.67 137.34 P
(called, you goddamn faggot, and in-) 72 125.34 T
-0.09 (vited me to a party of all things - that ) 72 113.34 P
(silly activist J------ was in town, and ) 72 101.34 T
(you wanted to commemorate our ) 72 89.34 T
(\322\336rst happenstance crossing\323. Sigh. ) 72 77.34 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.72 (Why did I acquiesce? I really detested ) 230.94 713.33 P
(the man\325) 230.94 701.33 T
(s work, it had no taste what-) 265.64 701.33 T
(soever) 230.94 689.33 T
(. I told you that, when we got ) 256.48 689.33 T
(there, expecting - hoping? - that you ) 230.94 677.33 T
(would \337y into a huf) 230.94 665.33 T
(f and take me ) 309.61 665.33 T
(home, never to see me again. Not a ) 230.94 653.33 T
-0.36 (chance. No, you agreed with me, said ) 230.94 641.33 P
(that the only reason you went to his ) 230.94 629.33 T
(stupid parties was to gaze fondly at ) 230.94 617.33 T
-0.64 (the too-tight asses of the pseudos who ) 230.94 605.33 P
-0.4 (always hung around his stuf) 230.94 593.33 P
-0.4 (f. I had to ) 341.3 593.33 P
(laugh at that, since there were only ) 230.94 581.33 T
(women at the party that night \050other ) 230.94 569.33 T
-0.74 (than the host, his lover) 230.94 557.33 P
-0.74 (, and us\051. So we ) 318.38 557.33 P
-0.42 (cut out and went to see a \336lm that had ) 230.94 545.33 P
(just debuted. A mindless comedy - ) 230.94 533.33 T
(something with the guy from \322Mr) 230.94 521.33 T
(. ) 365.59 521.33 T
-0.74 (Mom\323 I think - but we barely watched ) 230.94 509.33 P
(it. Instead we held hands! Of all the ) 230.94 497.33 T
-0.21 (pubescent things to do. But I relished ) 230.94 485.33 P
(your touch, feeling your thin, almost ) 230.94 473.33 T
(fragile hands, sensing the warmth of ) 230.94 461.33 T
(your body through the fabric of your ) 230.94 449.33 T
-0.28 (\050dark blue\051 shirt. It seemed so natural ) 230.94 437.33 P
(that we would go back to my apart-) 230.94 425.33 T
(ment, eclectically furnished. Y) 230.94 413.33 T
(ou ) 352.9 413.33 T
(loved cats, you said. That was the ) 230.94 401.33 T
-0.8 (clincher for me, I was yours, body and ) 230.94 389.33 P
(soul. Three weeks later) 230.94 377.33 T
(, you moved ) 323.24 377.33 T
(in. Sigh.) 230.94 365.33 T
(Life with you was - wonderful? ) 248.94 353.33 T
(stupendous? - certainly the most en-) 230.94 341.33 T
-0.54 (joyable time I ever had. Y) 230.94 329.33 P
-0.54 (ou were wit-) 331.62 329.33 P
-0.69 (ty) 230.94 317.33 P
-0.69 (, you loved cats, you liked my work, ) 238.07 317.33 P
-0.17 (and listened to my critiques with rapt ) 230.94 305.33 P
(attention. Y) 230.94 293.34 T
(ou weren\325) 277.14 293.34 T
(t pushy) 317.2 293.34 T
(, but af-) 345.7 293.34 T
-0.19 (ter time it was clear that in matters of ) 230.94 281.34 P
(the home, you were the master) 230.94 269.34 T
(. The ) 353.08 269.34 T
(redecorating was gradual, and at that ) 230.94 257.34 T
(time blue was only another color) 230.94 245.34 T
(, al-) 361.84 245.34 T
(beit one I associated with you. Y) 230.94 233.34 T
(ou ) 361.24 233.34 T
(cooked well, and made me breakfast ) 230.94 221.34 T
(in bed on Saturday\325) 230.94 209.34 T
(s. Y) 308.95 209.34 T
(ou even gave ) 324.05 209.34 T
(up your church for me, when it was ) 230.94 197.34 T
(clear that I was terribly unhappy go-) 230.94 185.34 T
(ing. I loved you with every ounce of ) 230.94 173.34 T
-0.22 (my will. How could you do what you ) 230.94 161.34 P
(did to me?!) 230.94 149.34 T
(Four years, two apartments - ) 248.94 137.34 T
-0.64 (lar) 230.94 125.34 P
-0.64 (ger each time - and an Audi \050yours\051 ) 241.31 125.34 P
(later) 230.94 113.34 T
(. Me, a successful consultant to ) 248.15 113.34 T
(several lar) 230.94 101.34 T
(ge advertising agencies. ) 272.11 101.34 T
(Y) 230.94 89.34 T
(ou, \336nishing your Doctoral thesis. ) 237.16 89.34 T
-0.25 (Five cats; Malachi, Gabriel, Fuf) 230.94 77.34 P
-0.25 (\336, Es-) 357.43 77.34 P
389.88 72 540 720 R
7 X
V
0 X
(merelda, and Clarice. Joint checking ) 389.88 713.33 T
(account. I even started hyphenating ) 389.88 701.33 T
-0.78 (my last name with yours. Y) 389.88 689.33 P
-0.78 (our picture ) 495.48 689.33 P
(was everywhere in my of) 389.88 677.33 T
(\336ce, and ev-) 490.73 677.33 T
(eryone was always commenting on ) 389.88 665.33 T
(what a lovely couple we made. Then ) 389.88 653.33 T
-0.03 (one day) 389.88 641.33 P
-0.03 (, I came home, and you wer-) 420.57 641.33 P
(en\325) 389.88 629.33 T
(t there. It wasn\325) 402.47 629.33 T
(t unusual at \336rst; ) 465.01 629.33 T
-0.88 (often you were gone for long stretches ) 389.88 617.33 P
(of time, putting the \336nishing touches ) 389.88 605.33 T
(on your thesis at school. The apart-) 389.88 593.33 T
-0.25 (ment felt a little funny) 389.88 581.33 P
-0.25 (, but I didn\325) 477.62 581.33 P
-0.25 (t re-) 523.88 581.33 P
(alize there was anything wrong till I ) 389.88 569.33 T
(went to get ready for bed, and found ) 389.88 557.33 T
-0.03 (your clothes gone. No note. No for-) 389.88 545.33 P
(warding address. No phone number) 389.88 533.33 T
(. ) 531.73 533.33 T
-0.21 (The police just laughed at me. Called ) 389.88 521.33 P
-0.01 (me a \322queer\323 on the phone, \336rst time ) 389.88 509.33 P
-0.47 (anyone\325) 389.88 497.33 P
-0.47 (s ever done that to me. I had a ) 421.53 497.33 P
(hairy \336t.) 389.88 485.33 T
(No one knew where you were. ) 407.88 473.33 T
(W) 389.88 461.33 T
(ell, maybe Joan. But she wasn\325) 398.52 461.33 T
(t ) 522.42 461.33 T
(telling. It wasn\325) 389.88 449.33 T
(t until almost a year ) 452.72 449.33 T
(later that I heard from you. Y) 389.88 437.33 T
(our law-) 506.29 437.33 T
-0.84 (yer called, it was a Friday afternoon in ) 389.88 425.33 P
-0.05 (August. I had just \336nished of) 389.88 413.33 P
-0.05 (f a huge ) 505.48 413.33 P
(presentation for a lar) 389.88 401.33 T
(ge \336rm in the ) 472.69 401.33 T
-0.4 (area, and was ready to head out of the ) 389.88 389.33 P
-0.2 (of) 389.88 377.33 P
-0.2 (\336ce to hit the bars. I still thought of ) 398.03 377.33 P
-0.62 (you a lot, but as the time passed, moss ) 389.88 365.33 P
-0.28 (grew on your memories, and I started ) 389.88 353.33 P
(to go out again. I wasn\325) 389.88 341.33 T
(t seeing any-) 484.08 341.33 T
(one, but I was getting more of) 389.88 329.33 T
(fers to ) 509.9 329.33 T
-0.11 (move in with the guys I was sleeping ) 389.88 317.33 P
(with. At home, four cats remained; ) 389.88 305.33 T
(Fuf) 389.88 293.34 T
(\336, your favorite, had been struck ) 403.59 293.34 T
(by a car a month after your absence, ) 389.88 281.34 T
(and killed immediately) 389.88 269.34 T
(. The decor ) 481.4 269.34 T
(was the same, though perhaps a little ) 389.88 257.34 T
-0.03 (more of me was projected into the ar-) 389.88 245.34 P
(rangement in the kitchen. I was be-) 389.88 233.34 T
-0.21 (coming something of a chef, with the ) 389.88 221.34 P
(resources your books provided. In-) 389.88 209.34 T
-0.55 (stead of leaving immediately) 389.88 197.34 P
-0.55 (, though, ) 503.34 197.34 P
(I had stopped by the receptionist, to ) 389.88 185.34 T
(wish her a happy weekend and con-) 389.88 173.34 T
(gratulate her on her engagement to a ) 389.88 161.34 T
-0.33 (nice Jewish lawyer \050really a schmuck ) 389.88 149.34 P
-0.26 (but well-of) 389.88 137.34 P
-0.26 (f, and from what I\325d heard ) 433.58 137.34 P
(well-hung, so who\325) 389.88 125.34 T
(s to ar) 466.78 125.34 T
(gue with ) 491.03 125.34 T
(that?\051. I had a message, she said. T) 389.88 113.34 T
(o ) 528.52 113.34 T
-0.7 (call some \322Shyster and So-and-so and ) 389.88 101.34 P
(Sons\323 in New Y) 389.88 89.34 T
(ork City) 454.12 89.34 T
(. I didn\325) 486.51 89.34 T
(t ) 518.25 89.34 T
(know who it was, but she said it ) 389.88 77.34 T
FMENDPAGE
%%EndPage: "7" 9
%%Page: "8" 9
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(David B. O\325Donnell) 72 48.67 T
(/) 141.31 48.67 T
1 F
(Memories of Blue) 147.53 48.67 T
0 F
(page 8) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
216 63 396 495 R
7 X
V
72 486 222.11 720 R
V
9 F
0 X
-0.05 (sounded important, so I went back to ) 72 713.33 P
(my of) 72 701.33 T
(\336ce and called.) 95.42 701.33 T
-0.25 (I think the entire of) 90 689.33 P
-0.25 (\336ce heard my ) 165.97 689.33 P
(scream, though everyone was con-) 72 677.33 T
(spicuously absent when I \336nally left ) 72 665.33 T
(the of) 72 653.33 T
(\336ce and drove home. Y) 94.86 653.33 T
(our ) 187.4 653.33 T
-0.81 (mother called me that night - had been ) 72 641.33 P
-0.39 (calling all day - she wanted to contest ) 72 629.33 P
(the will. Y) 72 617.33 T
(ou had left me everything ) 113.48 617.33 T
(you owned, a fairly sizable chunk of ) 72 605.33 T
-0.47 (cash and bonds, and she didn\325) 72 593.33 P
-0.47 (t think I ) 189.38 593.33 P
(was \336t to get it. My lawyer talked to ) 72 581.33 T
(hers, and a few months later I was a ) 72 569.33 T
(couple hundred thousand richer) 72 557.33 T
(. ) 197.74 557.33 T
(Whoopie. Y) 72 545.33 T
(ou were gone. W) 119.85 545.33 T
(ithout a ) 187.73 545.33 T
(sound you had left my life, and had ) 72 533.33 T
(gone of) 72 521.33 T
(f to Europe to die in a clinic. ) 102.07 521.33 T
(They wouldn\325) 72 509.33 T
(t tell me at \336rst, but I ) 128.17 509.33 T
(knew why) 72 497.33 T
(. I remembered that paint-) 112.71 497.33 T
230.94 486 381.05 720 R
7 X
V
0 X
(ing, in that trite little gallery in New ) 230.94 713.33 T
(Y) 230.94 701.33 T
(ork so long ago. I knew what had ) 237.16 701.33 T
(happened to you.) 230.94 689.33 T
(Of course I was tested, immedi-) 248.94 677.33 T
-0.51 (ately) 230.94 665.33 P
-0.51 (. I was in the clear) 249.72 665.33 P
-0.51 (, by some twist ) 320.06 665.33 P
(of malign fate. Y) 230.94 653.33 T
(ou died, I lived. I ) 298.23 653.33 T
-0.66 (went home and tore everything down, ) 230.94 641.33 P
(made a complete wreck of the place. ) 230.94 629.33 T
(T) 230.94 617.33 T
(ook three weeks\325 mourning leave ) 236.35 617.33 T
(from work. I even sent your mother ) 230.94 605.33 T
(\337owers. It didn\325) 230.94 593.33 T
(t help. It\325) 294.89 593.33 T
(s been two ) 331.26 593.33 T
(years now) 230.94 581.33 T
(, since that phone call. I ) 271.09 581.33 T
(know you\325re up there, reading over ) 230.94 569.33 T
-0.46 (my shoulder as I type this into the ma-) 230.94 557.33 P
(chine. I\325m coming to visit you soon, ) 230.94 545.33 T
(but not until I get this out on paper) 230.94 533.33 T
(...) 369.21 533.33 T
389.88 72 540 720 R
7 X
V
10 F
0 X
-0.5 (David B. O\325Donnell, aka Atr) 389.88 713.33 P
-0.5 (opos, is a) 502.97 713.33 P
-0.02 (technical communications major cur-) 389.88 701.33 P
0.49 (r) 389.88 689.33 P
0.49 (ently on a leave of absence fr) 393.4 689.33 P
0.49 (om his) 513.13 689.33 P
6.24 (under) 389.88 677.33 P
6.24 (graduate degr) 412.83 677.33 P
6.24 (ee. When not) 475.61 677.33 P
0.1 (sweating over the keyboar) 389.88 665.33 P
0.1 (d at his job) 495.01 665.33 P
0.63 (pr) 389.88 653.33 P
0.63 (ogramming for GTE, David enjoys) 398.4 653.33 P
2.27 (r) 389.88 641.33 P
2.27 (eading, chatting on BITNET) 393.4 641.33 P
2.27 (, Con-) 512.74 641.33 P
2.39 (nect and IRC, and dabbling in the) 389.88 629.33 P
-0.14 (\322\336ne\323 arts. In addition to the addr) 389.88 617.33 P
-0.14 (ess) 527.79 617.33 P
7.23 (above, he may be r) 389.88 605.33 P
7.23 (eached at) 494.19 605.33 P
(EL407006@Br) 389.88 593.33 T
(ownVM.Br) 450.35 593.33 T
(own.EDU) 493.57 593.33 T
1.69 (or [email protected]) 389.88 581.33 P
1.69 (. This) 516.09 581.33 P
0.66 (marks David\325) 389.88 569.33 P
0.66 (s second appearance in) 443.93 569.33 P
(Athene.) 389.88 557.33 T
354.05 495 381.05 513 9 RR
V
N
7 F
7 X
1 K
(A) 361.55 498.86 T
FMENDPAGE
%%EndPage: "8" 10
%%Page: "9" 10
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Kenneth A. Kousen) 72 48.67 T
(/) 140.86 48.67 T
1 F
(The Fundamental Nature of Research) 147.08 48.67 T
0 F
(page 9) 518.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 648.11 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 648.21 226.5 72 2 L
N
385.1 656 72 656 2 L
3 H
3 X
N
72 72 222.11 648 R
7 X
V
9 F
0 X
(On the morning of September 9, ) 90 641.33 T
(James Alton had the dubious privi-) 72 629.33 T
(lege of watching all of his technical ) 72 617.33 T
-0.18 (problems solved before his very eyes.) 72 605.33 P
-0.12 (Naturally) 90 593.33 P
-0.12 (, he felt elated. T) 127.1 593.33 P
-0.12 (o \336nal-) 193.64 593.33 P
-0.06 (ly understand the problems on which ) 72 581.33 P
(he had spent his entire professional ) 72 569.33 T
-0.13 (career was thrilling. Just as naturally) 72 557.33 P
-0.13 (, ) 217.25 557.33 P
(he was devastated, because he was ) 72 545.33 T
-0.43 (not the man to solve them. W) 72 533.33 P
-0.43 (orse, the ) 186.61 533.33 P
(solution as it stood represented a ) 72 521.33 T
(change so basic in character that it ) 72 509.33 T
(rendered all of his previous work ob-) 72 497.33 T
(solete.) 72 485.33 T
-0.57 (Y) 90 473.33 P
-0.57 (ou think this can\325) 96.22 473.33 P
-0.57 (t happen? Y) 164.02 473.33 P
-0.57 (ou ) 210.18 473.33 P
(think it doesn\325) 72 461.33 T
(t happen all the time? ) 129.57 461.33 T
(W) 72 449.33 T
(rong on both counts. It has to do ) 81.04 449.33 T
(with the fundamental nature of re-) 72 437.33 T
(search. Before addressing this, \336rst ) 72 425.33 T
(consider the speci\336c case of James ) 72 413.33 T
(Alton.) 72 401.33 T
(His \336eld of interest was the dy-) 90 389.33 T
(namical behavior of fractal basin ) 72 377.33 T
(boundaries. Actually) 72 365.33 T
(, it doesn\325) 154.62 365.33 T
(t mat-) 194.14 365.33 T
(ter what his \336eld was. It could have ) 72 353.33 T
(been quantum chromodynamics, or ) 72 341.33 T
(neural networks, or computational ) 72 329.33 T
(aeroelasticity) 72 317.33 T
(, or any of a dozen oth-) 124.64 317.33 T
-0.79 (ers. It helped, however) 72 305.33 P
-0.79 (, that it was one ) 160.54 305.33 P
(of the so-called \324hard\325 sciences, like ) 72 293.33 T
(physics or mathematics, as opposed ) 72 281.33 T
-0.52 (to one of the so-called \324soft\325 sciences, ) 72 269.34 P
(like history or literature. Any time a ) 72 257.34 T
(subject contains problems that have ) 72 245.34 T
-0.19 (\324de\336nite\325 answers of some sort, a per-) 72 233.34 P
-0.04 (son\325) 72 221.34 P
-0.04 (s career can be destroyed over-) 88.66 221.34 P
(night by a new breakthrough. It can ) 72 209.34 T
(happen in the soft sciences as well, ) 72 197.34 T
(but not as often. In this particular ) 72 185.34 T
(case, however) 72 173.34 T
(, it was the dynamical ) 128.21 173.34 T
(behavior of fractal basin boundaries.) 72 161.34 T
(James W) 90 149.34 T
(. Alton, Ph.D., Associ-) 125.44 149.34 T
-0.89 (ate Professor of Applied Mechanics at ) 72 137.34 P
(the Holmes Center for Nonlinear ) 72 125.34 T
(Physics at Cornell University) 72 113.34 T
(, cared ) 188.79 113.34 T
-0.8 (more about the dynamical behavior of ) 72 101.34 P
(fractal basin boundaries than life it-) 72 89.34 T
(self. He remembered the excitement ) 72 77.34 T
230.94 72 381.05 648 R
7 X
V
0 X
(he felt when he \336rst learned about ) 230.94 641.33 T
-0.01 (them, and the thrill it gave him when ) 230.94 629.33 P
(he presented his \336rst contribution to ) 230.94 617.33 T
-0.47 (the subject. He believed the problems ) 230.94 605.33 P
-0.56 (in his \336eld had a special esthetic beau-) 230.94 593.33 P
-0.43 (ty about them, and he had built his en-) 230.94 581.33 P
-0.44 (tire career on their solution. They had ) 230.94 569.33 P
(rewarded him with success, recogni-) 230.94 557.33 T
-0.57 (tion, and feelings of accomplishment, ) 230.94 545.33 P
(which is as much as any researcher ) 230.94 533.33 T
(could want. The dynamical behavior ) 230.94 521.33 T
(of fractal basin boundaries was his ) 230.94 509.33 T
(life.) 230.94 497.33 T
(What happened was this. Profes-) 248.94 485.33 T
(sor Alton was one of the world au-) 230.94 473.33 T
-0.76 (thorities on the use of Smale methods. ) 230.94 461.33 P
-0.14 (He had used them for years. He liked ) 230.94 449.33 P
(them, and he was comfortable with ) 230.94 437.33 T
(them. He had been one of the \336rst to ) 230.94 425.33 T
(use them in the \336eld of fractal basin ) 230.94 413.33 T
-0.47 (boundaries, and his results had gotten ) 230.94 401.33 P
(him tenure. Since then, he had be-) 230.94 389.33 T
-0.56 (come an editor for the Journal of Non-) 230.94 377.33 P
(linear Mechanics, had become a ) 230.94 365.33 T
(University Fellow) 230.94 353.33 T
(, and had signed a ) 302.75 353.33 T
-0.01 (contract to write an advanced text on ) 230.94 341.33 P
(his subject.) 230.94 329.33 T
-0.14 (As part of the last chapter of this ) 248.94 317.33 P
(book, he wanted to include a survey ) 230.94 305.33 T
(of the newest results in the \336eld. T) 230.94 293.33 T
(o ) 368.49 293.33 T
-0.01 (accomplish this, he decided to attend ) 230.94 281.33 P
(the 42nd annual AIAA/ASME/) 230.94 269.34 T
(ASCE/AHS Structures, Structural ) 230.94 257.34 T
-0.29 (Dynamics and Materials Conference, ) 230.94 245.34 P
(which traditionally held a session on ) 230.94 233.34 T
-0.57 (novel new techniques in nonlinear dy-) 230.94 221.34 P
(namics. He prepared a survey paper ) 230.94 209.34 T
-0.47 (for this conference, giving the history ) 230.94 197.34 P
(of Smale methods in the dynamical ) 230.94 185.34 T
(behavior of fractal basin boundary ) 230.94 173.34 T
(problems. He felt that by presenting ) 230.94 161.34 T
(this work, he could simultaneously ) 230.94 149.34 T
(continue to popularize his methods, ) 230.94 137.34 T
(encourage new researchers to enter ) 230.94 125.34 T
-0.29 (the \336eld, and deduct the trip as a busi-) 230.94 113.34 P
(ness expense.) 230.94 101.34 T
(He spent a considerable amount ) 248.94 89.34 T
-0.53 (of time on the paper) 230.94 77.34 P
-0.53 (. In a sense, it was ) 308.76 77.34 P
389.88 72 540 720 R
7 X
V
0 X
-0.28 (a labor of love, and a welcome oppor-) 389.88 713.33 P
-0.49 (tunity to immerse himself in the older ) 389.88 701.33 P
(literature in the \336eld.) 389.88 689.33 T
-0.49 (As he did so, however) 407.88 677.33 P
-0.49 (, clouds be-) 494.63 677.33 P
-0.13 (gan to appear on the horizon. Certain ) 389.88 665.33 P
-0.9 (fundamental problems had a tendency ) 389.88 653.33 P
(to reappear every so often. They gen-) 389.88 641.33 T
(erally looked simple at \336rst glance, ) 389.88 629.33 T
-0.88 (but had an annoying tendency to resist ) 389.88 617.33 P
-0.4 (solution. Alton found that each gener-) 389.88 605.33 P
(ation of researchers had encountered ) 389.88 593.33 T
-0.8 (them and applied the latest techniques ) 389.88 581.33 P
(for their solution, completely con\336-) 389.88 569.33 T
-0.46 (dent of the outcome. T) 389.88 557.33 P
-0.46 (o their chagrin, ) 478.1 557.33 P
(the answers never came out quite ) 389.88 545.33 T
-0.05 (right. They were close, but somehow ) 389.88 533.33 P
(the discrepancies between what they ) 389.88 521.33 T
-0.8 (got and what they thought they should ) 389.88 509.33 P
(have gotten were always a bit too ) 389.88 497.33 T
(lar) 389.88 485.33 T
(ge. What usually happened then is ) 400.25 485.33 T
(that each researcher would attribute ) 389.88 473.33 T
-0.57 (the errors to higher order ef) 389.88 461.33 P
-0.57 (fects, with ) 497.01 461.33 P
(the comment that a more detailed ) 389.88 449.33 T
(analysis would take care of them. It ) 389.88 437.33 T
(was a natural, even obvious conclu-) 389.88 425.33 T
(sion.) 389.88 413.33 T
(It was also wrong.) 407.88 401.33 T
(Don\325) 407.88 389.33 T
(t be so smug. These people ) 428.24 389.33 T
(were not stupid. If they had known ) 389.88 377.33 T
(then what they know now) 389.88 365.33 T
(, of course ) 492.5 365.33 T
(they would have realized that these ) 389.88 353.33 T
(errors were indicative of some pretty ) 389.88 341.33 T
(basic faults in the current theory) 389.88 329.33 T
(. It\325) 518.3 329.33 T
(s ) 532.19 329.33 T
(also possible that some of them did ) 389.88 317.33 T
-0.7 (suspect this, but lacked the time or the ) 389.88 305.33 P
(skills necessary to follow up on their ) 389.88 293.34 T
(suspicions. This is part of the funda-) 389.88 281.34 T
(mental nature of research. Y) 389.88 269.34 T
(ou damn ) 502.39 269.34 T
(well can\325) 389.88 257.34 T
(t solve everything, so some ) 426.61 257.34 T
-0.28 (things have to be taken on faith. If ev-) 389.88 245.34 P
-0.74 (ery once in a while an assumption like ) 389.88 233.34 P
-0.09 (this gets you into trouble, well, that\325) 389.88 221.34 P
-0.09 (s ) 533.71 221.34 P
(just an occupational hazard. The re-) 389.88 209.34 T
(searchers were doing the best they ) 389.88 197.34 T
(could at the time.) 389.88 185.34 T
(James Alton was, naturally) 407.88 173.34 T
(, ) 515.49 173.34 T
(aware of these problems. What had ) 389.88 161.34 T
(never struck him, though, was how ) 389.88 149.34 T
(one particular problem, the so-called ) 389.88 137.34 T
-0.71 (Hyperbolic Singularity Problem, kept ) 389.88 125.34 P
-0.13 (coming up again and again. It had de-) 389.88 113.34 P
(\336ed all attempts at solution by some ) 389.88 101.34 T
(of the biggest names in the \336eld.) 389.88 89.34 T
(He received a nasty shock when ) 407.88 77.34 T
8 F
(\322The Fundamental Nature of Research\323) 72 712 T
3 F
(By Kenneth A. Kousen) 72 698.67 T
6 F
(KAK%[email protected]) 72 685.67 T
3 F
(Copyright \251 1990 Kenneth A. Kousen) 72 672.67 T
FMENDPAGE
%%EndPage: "9" 11
%%Page: "10" 11
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Kenneth A. Kousen) 72 48.67 T
(/) 140.86 48.67 T
1 F
(The Fundamental Nature of Research) 147.08 48.67 T
0 F
(page 10) 514.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
(he discovered that he himself had en-) 72 713.33 T
(countered the problem as a young ) 72 701.33 T
(man during the course of his own ) 72 689.33 T
(work. It had been only a small side ) 72 677.33 T
(detail at the time, but it had proven ) 72 665.33 T
-0.05 (necessary to get a solution. He found ) 72 653.33 P
(that he, like everyone else, had been ) 72 641.33 T
-0.61 (unable to solve the problem with tech-) 72 629.33 P
(niques known at the time. He person-) 72 617.33 T
(ally had encountered the Error That ) 72 605.33 T
(W) 72 593.33 T
(ouldn\325) 80.64 593.33 T
(t Die, and to his dismay had ) 106.55 593.33 T
(swept it under the rug, calling it a ) 72 581.33 T
-0.04 (\324pathological\325 case, of no real impor-) 72 569.33 P
(tance.) 72 557.33 T
(Now he knew better) 90 545.33 T
(. \322Pathologi-) 170.22 545.33 T
(cal, my foot,\323 he muttered.) 72 533.33 T
-0.93 (He dropped his other projects and ) 90 521.33 P
-0.33 (spent the better part of two months at-) 72 509.33 P
(tacking the problem. He ate, drank, ) 72 497.33 T
(and slept the Hyperbolic Singularity ) 72 485.33 T
(Problem. Its solution became an ob-) 72 473.33 T
(session, partly as a matter of pride, ) 72 461.33 T
-0.61 (and partly because he dimly glimpsed ) 72 449.33 P
(what the inability of his methods to ) 72 437.33 T
(solve it could mean. There was no ) 72 425.33 T
(reason, he believed, that the problem ) 72 413.33 T
(could not be solved by Smale meth-) 72 401.33 T
-0.49 (ods, but the problem refused to listen. ) 72 389.33 P
(Something was terribly wrong, and ) 72 377.33 T
(disaster lurked over the horizon.) 72 365.33 T
(He tried all sorts of odd ap-) 90 353.33 T
-0.1 (proaches to the problem. Some made ) 72 341.33 P
(progress; some didn\325) 72 329.33 T
(t. One thing he ) 155.65 329.33 T
-0.55 (did not try) 72 317.33 P
-0.55 (, for the understandable rea-) 111.9 317.33 P
-0.16 (son that he had never heard of it, was ) 72 305.33 P
(a technique from outside his \336eld ) 72 293.34 T
(known as Renormalization Group ) 72 281.34 T
(Theory) 72 269.34 T
(. After all, who knew it might ) 100.21 269.34 T
-0.8 (help? Who could have suspected? Is it ) 72 257.34 P
(fair to blame the man in retrospect?) 72 245.34 T
(It\325) 90 233.34 T
(s funny how much dif) 98.89 233.34 T
(ference ) 186.43 233.34 T
-0.68 (little errors can make. It has happened ) 72 221.34 P
-0.12 (over and over again throughout histo-) 72 209.34 P
-0.69 (ry) 72 197.34 P
-0.69 (. The change in the orbit of Mercury ) 79.68 197.34 P
-0.3 (due to the ef) 72 185.34 P
-0.3 (fects of general relativity ) 120.61 185.34 P
(is vanishingly small, yet the implica-) 72 173.34 T
(tions of that change altered physics ) 72 161.34 T
-0.15 (forever) 72 149.34 P
-0.15 (. Before, gravity was action at ) 100.3 149.34 P
(a distance. Now) 72 137.34 T
(, it\325) 135.46 137.34 T
(s all a question of ) 148.8 137.34 T
(geometry) 72 125.34 T
(.) 109.1 125.34 T
-0.13 (Don\325) 90 113.34 P
-0.13 (t worry if you didn\325) 110.36 113.34 P
-0.13 (t follow ) 188.5 113.34 P
(that analogy) 72 101.34 T
(. It doesn\325) 120.48 101.34 T
(t matter) 160.55 101.34 T
(. There ) 190.82 101.34 T
(are plenty of others. Is the curvature ) 72 89.34 T
(of the Earth zero, or not quite zero? ) 72 77.34 T
230.94 72 381.05 720 R
7 X
V
0 X
(Has the universe existed forever) 230.94 713.33 T
(, or ) 359.32 713.33 T
(not quite forever? Can you specify ) 230.94 701.33 T
(both where a particle is and how fast ) 230.94 689.33 T
(it is moving exactly) 230.94 677.33 T
(, or not quite ex-) 309.42 677.33 T
-0.24 (actly? Each answer is, of course, \324not ) 230.94 665.33 P
-0.22 (quite,\325 and the result is that the world ) 230.94 653.33 P
(is round, the universe is expanding ) 230.94 641.33 T
-0.17 (from an initial Big Bang, and W) 230.94 629.33 P
-0.17 (erner ) 358.2 629.33 P
-0.25 (Heisenber) 230.94 617.33 P
-0.25 (g deserves his Nobel Prize, ) 271.28 617.33 P
(among other things. The lesson for ) 230.94 605.33 T
-0.15 (the researcher is that sometimes little ) 230.94 593.33 P
-0.42 (errors ) 230.94 581.33 P
2 F
-0.38 (do) 256.33 581.33 P
9 F
-0.42 ( matter) 265.32 581.33 P
-0.42 (. The question here is, ) 292.38 581.33 P
(what happens to the poor sap who ) 230.94 569.33 T
(missed it?) 230.94 557.33 T
(In the case of Professor Alton, ) 248.94 545.33 T
-0.05 (the answer wasn\325) 230.94 533.33 P
-0.05 (t pretty) 300.04 533.33 P
-0.05 (. After much ) 327.93 533.33 P
(soul searching, he decided to center ) 230.94 521.33 T
-0.33 (his entire paper on the solution of Hy-) 230.94 509.33 P
(perbolic Singularity Problem with ) 230.94 497.33 T
(Smale methods. He hated to call at-) 230.94 485.33 T
(tention to the problem, but his basic ) 230.94 473.33 T
(honesty tragically won through. He ) 230.94 461.33 T
-0.88 (submitted the paper) 230.94 449.33 P
-0.88 (, including several ) 307.63 449.33 P
-0.46 (false tries and a desperate plea \050if you ) 230.94 437.33 P
-0.09 (read between the lines\051 for a solution ) 230.94 425.33 P
(using his methods.) 230.94 413.33 T
(As luck would have it, his paper ) 248.94 401.33 T
-0.09 (was scheduled to be presented on the ) 230.94 389.33 P
-0.03 (morning of the last day of the confer-) 230.94 377.33 P
(ence. Immediately preceeding was ) 230.94 365.33 T
-0.37 (the paper by Samuel W) 230.94 353.33 P
-0.37 (are that would ) 322.48 353.33 P
(make history) 230.94 341.33 T
(.) 282.2 341.33 T
-0.24 (On the day in question, Alton en-) 248.94 329.33 P
(tered the long, low lecture hall with ) 230.94 317.33 T
-0.57 (trepidation. He moved down the rows ) 230.94 305.33 P
(of padded metal chairs until he ) 230.94 293.34 T
(reached a seat about one third of the ) 230.94 281.34 T
-0.18 (way from the podium. Gentle \337uores-) 230.94 269.34 P
(cent lighting glowed from above, ) 230.94 257.34 T
(casting few shadows on the amber ) 230.94 245.34 T
(carpeting. In front, a slide projector ) 230.94 233.34 T
(and an overhead projector both ) 230.94 221.34 T
(hummed quietly to themselves. He ) 230.94 209.34 T
(felt that the silence was deafening, ) 230.94 197.34 T
(and only made worse by the hush of ) 230.94 185.34 T
-0.88 (his colleagues as they entered and saw ) 230.94 173.34 P
-0.7 (him. He tried mightily not to show the ) 230.94 161.34 P
(nervousness that he felt.) 230.94 149.34 T
(He basically succeeded. In reali-) 248.94 137.34 T
(ty) 230.94 125.34 T
(, of course, no one paid him the ) 238.07 125.34 T
(slightest attention. They were far ) 230.94 113.34 T
(more concerned with getting a good ) 230.94 101.34 T
-0.63 (seat for this talk, or discussing the last ) 230.94 89.34 P
(one with a friend, or getting a cup of ) 230.94 77.34 T
389.88 72 540 720 R
7 X
V
0 X
(cof) 389.88 713.33 T
(fee to help them stay awake. The ) 402.47 713.33 T
(rare individual who did notice Alton ) 389.88 701.33 T
(simply assumed that he was nervous ) 389.88 689.33 T
(about his presentation. In this case, ) 389.88 677.33 T
-0.56 (that was prescient, but nervousness in ) 389.88 665.33 P
-0.21 (a speaker is suf) 389.88 653.33 P
-0.21 (\336ciently common that ) 450.4 653.33 P
(it engendered little commentary) 389.88 641.33 T
(.) 516.65 641.33 T
-0.45 (Promptly at nine o\325clock, the ses-) 407.88 629.33 P
(sion chairman introduced the \336rst ) 389.88 617.33 T
(speaker) 389.88 605.33 T
(. His rather uninteresting pa-) 419.86 605.33 T
(per concerned a certain extension of ) 389.88 593.33 T
(the known theory into an area about ) 389.88 581.33 T
(which few people cared. This was ) 389.88 569.33 T
(normal, and is another aspect of the ) 389.88 557.33 T
(fundamental nature of research, this ) 389.88 545.33 T
-0.57 (time involving production research to ) 389.88 533.33 P
(\336ll out a resume. The only relevant ) 389.88 521.33 T
(point here is that such events are so ) 389.88 509.33 T
(common that its very familiarity ) 389.88 497.33 T
-0.49 (helped Alton relax a bit. There were a ) 389.88 485.33 P
-0.1 (few questions afterward, and most of ) 389.88 473.33 P
-0.03 (them were silly) 389.88 461.33 P
-0.03 (. Again, this was nor-) 450.79 461.33 P
(mal.) 389.88 449.33 T
(At nine-thirty) 407.88 437.33 T
(, the chairman in-) 461.92 437.33 T
(troduced Samuel W) 389.88 425.33 T
(are. This was far ) 468.47 425.33 T
-0.04 (from normal. W) 389.88 413.33 P
-0.04 (are was a wunder-) 453.68 413.33 P
(kind; one of the brilliant young men ) 389.88 401.33 T
(who published little but revealed en-) 389.88 389.33 T
(tire new continents of theory) 389.88 377.33 T
(. W) 504.15 377.33 T
(are ) 517.78 377.33 T
-0.72 (had a knack for knowing exactly what ) 389.88 365.33 P
-0.34 (questions to ask that would challenge ) 389.88 353.33 P
(the current understanding. Speakers ) 389.88 341.33 T
(dreaded seeing him in the audience, ) 389.88 329.33 T
(as his questions usually drove them ) 389.88 317.33 T
(nuts.) 389.88 305.33 T
-0.94 (W) 407.88 293.34 P
-0.94 (as W) 416.52 293.34 P
-0.94 (are a genius? Who knows? ) 435.04 293.34 P
(What is genius, anyway? He was of-) 389.88 281.34 T
-0.84 (ten described as brilliant, but that only ) 389.88 269.34 P
(means that he was more intelligent ) 389.88 257.34 T
-0.56 (than the person who said it. If one per-) 389.88 245.34 P
-0.15 (son is ten times smarter than you are, ) 389.88 233.34 P
(and another person is \336fty times ) 389.88 221.34 T
(smarter than you are, the one person ) 389.88 209.34 T
-0.67 (who won\325) 389.88 197.34 P
-0.67 (t be able to tell them apart is ) 429.29 197.34 P
(you. All you know is that they both ) 389.88 185.34 T
(can blow you away without trying.) 389.88 173.34 T
(W) 407.88 161.34 T
(are was one of those people ) 416.52 161.34 T
-0.33 (who seemed to be smarter than every-) 389.88 149.34 P
(body) 389.88 137.34 T
(.) 409.22 137.34 T
-0.54 (Incidentally) 407.88 125.34 P
-0.54 (, if you think there ar-) 454.98 125.34 P
(en\325) 389.88 113.34 T
(t plenty of these people around, ) 402.47 113.34 T
(you\325re wrong about that, too. Any ) 389.88 101.34 T
(professional researcher can point to ) 389.88 89.34 T
-0.47 (one or two. If one of them enters your ) 389.88 77.34 P
FMENDPAGE
%%EndPage: "10" 12
%%Page: "11" 12
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Kenneth A. Kousen) 72 48.67 T
(/) 140.86 48.67 T
1 F
(The Fundamental Nature of Research) 147.08 48.67 T
0 F
(page 1) 514.45 48.67 T
(1) 536 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
(chosen \336eld, you just hope that all ) 72 713.33 T
(they do is solve the problems you ) 72 701.33 T
-0.41 (want solved and verify the things you ) 72 689.33 P
-0.84 (did yourself. This is due to yet another ) 72 677.33 P
-0.42 (factor in the fundamental nature of re-) 72 665.33 P
(search. If you want to make progress ) 72 653.33 T
-0.12 (in a \336eld, and you are not in the class ) 72 641.33 P
-0.06 (of Samuel W) 72 629.33 P
-0.06 (are, you have few choic-) 123.83 629.33 P
(es. In any established \336eld, all of the ) 72 617.33 T
-0.1 (easy problems have been solved, and ) 72 605.33 P
(the vast majority of the unsolved ) 72 593.33 T
-0.38 (problems are virtually impossible. T) 72 581.33 P
-0.38 (o ) 214.99 581.33 P
(survive, therefore, you either must ) 72 569.33 T
(spend your entire career trying to ) 72 557.33 T
(work on one of the known unsolved ) 72 545.33 T
(problems, hoping all the while that it ) 72 533.33 T
(will generate enough of interest to ) 72 521.33 T
(make you a success, or you have to ) 72 509.33 T
(\336nd a wholly new \336eld, and make ) 72 497.33 T
-0.8 (your reputation by solving all the easy ) 72 485.33 P
(problems you \336nd there. The latter ) 72 473.33 T
-0.32 (course is risky because new \336elds are ) 72 461.33 P
(tough to \336nd, but has the potential to ) 72 449.33 T
-0.63 (make you famous, at least until one of ) 72 437.33 P
(the Samuel W) 72 425.33 T
(are types wanders in ) 127.83 425.33 T
(and takes it for himself.) 72 413.33 T
(Some time earlier) 90 401.33 T
(, Samuel W) 160.66 401.33 T
(are ) 206.78 401.33 T
(had decided that the dynamical be-) 72 389.33 T
-0.79 (havior of fractal basin boundaries was ) 72 377.33 P
(\322interesting.\323 He had quickly mas-) 72 365.33 T
(tered the commonly used Smale ) 72 353.33 T
-0.29 (methods, and then stumbled upon the ) 72 341.33 P
(Hyperbolic Singularity Problem. Af-) 72 329.33 T
-0.58 (ter some ef) 72 317.33 P
-0.58 (fort, he decided that Smale ) 115.07 317.33 P
(methods were never going to be able ) 72 305.33 T
-0.29 (to solve the problem. He set about de-) 72 293.34 P
(veloping a new technique that would ) 72 281.34 T
(work.) 72 269.34 T
(Think about what this means. It ) 90 257.34 T
(looks noble on the surface. Here is a ) 72 245.34 T
(guy that has the stuf) 72 233.34 T
(f of legends, at-) 152.33 233.34 T
(tacking a problem that had frustrated ) 72 221.34 T
(the best workers in the \336eld for de-) 72 209.34 T
-0.49 (cades. Here is Samuel W) 72 197.34 P
-0.49 (are, a young, ) 169.45 197.34 P
(bright individual with a \322fresh\323 out-) 72 185.34 T
(look, who is going to succeed where ) 72 173.34 T
(all the rest have failed. Leave it at ) 72 161.34 T
-0.03 (that, and it sounds like a hero-wor-) 72 149.34 P
-0.25 (shipping TV movie. But look further) 72 137.34 P
-0.25 (. ) 217.36 137.34 P
-0.34 (Someone had to develop the methods ) 72 125.34 P
(already in existence. Someone in all ) 72 113.34 T
(likelihood staked his career on their ) 72 101.34 T
(accuracy and ability to succeed. ) 72 89.34 T
-0.89 (Someone cares very much about these ) 72 77.34 P
230.94 72 381.05 720 R
7 X
V
0 X
-0.81 (methods, and W) 230.94 713.33 P
-0.81 (are is going to destroy ) 293.76 713.33 P
(that person. It may be necessary in ) 230.94 701.33 T
(this case \050after all, the problem still ) 230.94 689.33 T
-0.08 (has to be solved\051, but the human cost ) 230.94 677.33 P
(is real, and shouldn\325) 230.94 665.33 T
(t be ignored.) 311.82 665.33 T
(Like James Alton, Samuel W) 248.94 653.33 T
(are ) 365.57 653.33 T
-0.24 (tried several ideas to solve the Hyper-) 230.94 641.33 P
(bolic Singularity Problem. Unlike ) 230.94 629.33 T
(James Alton, Samuel W) 230.94 617.33 T
(are knew ) 326.75 617.33 T
(about Renormalization Group Theo-) 230.94 605.33 T
(ry) 230.94 593.33 T
(.) 238.62 593.33 T
(After his introduction, W) 248.94 581.33 T
(are pro-) 349.19 581.33 T
(ceeded to the podium and began his ) 230.94 569.33 T
-0.69 (talk. At his mention of the Hyperbolic ) 230.94 557.33 P
(Singularity Problem, Alton sat bolt ) 230.94 545.33 T
(upright in his seat. During W) 230.94 533.33 T
(are\325) 346.74 533.33 T
(s ) 361.72 533.33 T
(subsequent demonstration of the in-) 230.94 521.33 T
(adequacy of Smale methods to solve ) 230.94 509.33 T
(the problem, Alton hardly moved a ) 230.94 497.33 T
(muscle. W) 230.94 485.33 T
(are\325) 272.89 485.33 T
(s formal proof that no ) 287.87 485.33 T
(foreseeable variation on Smale meth-) 230.94 473.33 T
(ods would ever be suf) 230.94 461.33 T
(\336cient caused ) 318.47 461.33 T
(his jaw to drop in astonishment.) 230.94 449.33 T
(W) 248.94 437.33 T
(are continued. \322It is therefore ) 257.58 437.33 T
(fortunate,\323 he said, \322that the recent ) 230.94 425.33 T
(advances in Renormalization Group ) 230.94 413.33 T
(Theory have allowed the following ) 230.94 401.33 T
(reconstruction of the basic prob-) 230.94 389.33 T
(lem...\323) 230.94 377.33 T
-0.42 (Alton\325) 248.94 365.33 P
-0.42 (s brow furrowed in puzzle-) 274.49 365.33 P
-0.08 (ment. \324Renormala-who?\325 he thought. ) 230.94 353.33 P
(\324What in the world?\325) 230.94 341.33 T
(\322...and therefore,\323 W) 248.94 329.33 T
(are said, ) 331.95 329.33 T
(sometime later) 230.94 317.33 T
(, \322it can now be seen ) 289.67 317.33 T
(that the imaginary time transform ) 230.94 305.33 T
-0.66 (solves the whole problem. Better than ) 230.94 293.34 P
-0.29 (that, actually; it removes the singular-) 230.94 281.34 P
-0.13 (ity entirely) 230.94 269.34 P
-0.13 (. The Hyperbolic Singular-) 273.75 269.34 P
(ity Problem no longer exists!) 230.94 257.34 T
(\322If we take these ideas to their ) 248.94 245.34 T
-0.75 (logical conclusion, the entire \336eld can ) 230.94 233.34 P
-0.84 (be reconstructed from the bottom, and ) 230.94 221.34 P
(the singularities never appear at all. ) 230.94 209.34 T
-0.17 (W) 230.94 197.34 P
-0.17 (ere it not for an accident of history) 239.58 197.34 P
-0.17 (, ) 376.23 197.34 P
(the original problems would have ) 230.94 185.34 T
(been developed in this form and the ) 230.94 173.34 T
-0.7 (entire issue would have been resolved ) 230.94 161.34 P
(long ago...\323) 230.94 149.34 T
(He continued in this vein for ) 248.94 137.34 T
-0.29 (some time, but Alton no longer heard ) 230.94 125.34 P
-0.21 (him. His wildest dream and his worst ) 230.94 113.34 P
(nightmare had come true simulta-) 230.94 101.34 T
-0.73 (neously) 230.94 89.34 P
-0.73 (. The problem he had wracked ) 261.39 89.34 P
-0.47 (his brains over was now solved. Actu-) 230.94 77.34 P
389.88 72 540 720 R
7 X
V
0 X
-0.34 (ally) 389.88 713.33 P
-0.34 (, all the problems in his \336eld were ) 404.23 713.33 P
(now solved.) 389.88 701.33 T
(In the process, though, all the ) 407.88 689.33 T
-0.56 (work he had done during his entire ca-) 389.88 677.33 P
-0.04 (reer was now made obsolete. Super-) 389.88 665.33 P
(\337uous. Out-dated in the span of half ) 389.88 653.33 T
(an hour) 389.88 641.33 T
(.) 419.59 641.33 T
(His \336rst reaction was to search ) 407.88 629.33 T
(desperately for a \337aw in W) 389.88 617.33 T
(are\325) 497.61 617.33 T
(s rea-) 512.59 617.33 T
(soning, but that led nowhere. He ) 389.88 605.33 T
(didn\325) 389.88 593.33 T
(t know the \336rst thing about ) 410.8 593.33 T
(Renormalization Group Theory) 389.88 581.33 T
(, and ) 515.26 581.33 T
-0.6 (he wasn\325) 389.88 569.33 P
-0.6 (t likely to \336nd an error on the ) 424.9 569.33 P
-0.03 (spot. He did know about the Hyper-) 389.88 557.33 P
(bolic Singularity Problem, however) 389.88 545.33 T
(, ) 532.18 545.33 T
-0.8 (and his years of experience in the \336eld ) 389.88 533.33 P
-0.72 (made him familiar with what form the ) 389.88 521.33 P
(answer must take. W) 389.88 509.33 T
(are\325) 472.91 509.33 T
(s answer ) 487.89 509.33 T
-0.49 (looked right. It felt right. He admitted ) 389.88 497.33 P
(to himself that it was right.) 389.88 485.33 T
(His next thought was to attack ) 407.88 473.33 T
(the intruder) 389.88 461.33 T
(. He quickly scanned the ) 435.69 461.33 T
-0.35 (room, and noticed that W) 389.88 449.33 P
-0.35 (are\325) 489.57 449.33 P
-0.35 (s presen-) 504.55 449.33 P
(tation had left most of those in atten-) 389.88 437.33 T
-0.05 (dance unmoved. This was due to one ) 389.88 425.33 P
-0.05 (more facet of the fundamental nature ) 389.88 413.33 P
-0.14 (of research; the fact that great discov-) 389.88 401.33 P
(eries are almost invariably made in ) 389.88 389.33 T
(retrospect. Few of the others in the ) 389.88 377.33 T
(room had Alton\325) 389.88 365.33 T
(s direct experience ) 455.96 365.33 T
-0.37 (with the Hyperbolic Singularity Prob-) 389.88 353.33 P
(lem, and most of them didn\325) 389.88 341.33 T
(t know ) 502.97 341.33 T
-0.39 (much about W) 389.88 329.33 P
-0.39 (are. All they saw was a ) 447.15 329.33 P
-0.12 (person they didn\325) 389.88 317.33 P
-0.12 (t know presenting a ) 459.42 317.33 P
-0.42 (technique they\325d never used based on ) 389.88 305.33 P
-0.05 (a \336eld with which they were unfamil-) 389.88 293.34 P
(iar) 389.88 281.34 T
(. Alton realized that he, and he ) 399.88 281.34 T
(alone, knew what W) 389.88 269.34 T
(are\325) 471.24 269.34 T
(s solution re-) 486.22 269.34 T
-0.18 (ally meant. Someday the next genera-) 389.88 257.34 P
-0.72 (tion of researchers would look back at ) 389.88 245.34 P
(this presentation with awe and call it ) 389.88 233.34 T
-0.89 (the beginning of true understanding in ) 389.88 221.34 P
(the \336eld. It would take time, though. ) 389.88 209.34 T
-0.59 (Right now) 389.88 197.34 P
-0.59 (, the only people who knew ) 430.57 197.34 P
-0.15 (what had just happened were Samuel ) 389.88 185.34 P
-0.63 (W) 389.88 173.34 P
-0.63 (are and James Alton. If he so chose, ) 398.52 173.34 P
-0.03 (Alton could delay that time of under-) 389.88 161.34 P
(standing, perhaps inde\336nitely) 389.88 149.34 T
(.) 507.22 149.34 T
(The opportunity was there. He ) 407.88 137.34 T
(could denounce W) 389.88 125.34 T
(are and his new ) 464.02 125.34 T
-0.52 (technique. Better yet, he could ensure ) 389.88 113.34 P
(that it be ignored entirely) 389.88 101.34 T
(. All he ) 490.28 101.34 T
(would have to do was to take the atti-) 389.88 89.34 T
(tude of a patronizing elder) 389.88 77.34 T
(. \322V) 494.81 77.34 T
(ery ) 510.35 77.34 T
FMENDPAGE
%%EndPage: "11" 13
%%Page: "12" 13
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Kenneth A. Kousen) 72 48.67 T
(/) 140.86 48.67 T
1 F
(The Fundamental Nature of Research) 147.08 48.67 T
0 F
(page 12) 514.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
(good, my boy) 72 713.33 T
(,\323 he could say) 126.6 713.33 T
(. \322Quite ) 185.35 713.33 T
-0.94 (clever) 72 701.33 P
-0.94 (. Who knows? Maybe your little ) 95.87 701.33 P
-0.62 (trick will lead to something important ) 72 689.33 P
(someday) 72 677.33 T
(.\323 It would be easy) 106.88 677.33 T
(. He had ) 181.45 677.33 T
(seen it done before. These people ) 72 665.33 T
-0.78 (knew him and they didn\325) 72 653.33 P
-0.78 (t know W) 168.63 653.33 P
-0.78 (are. ) 205.69 653.33 P
(They will listen to the person they ) 72 641.33 T
(knew) 72 629.33 T
(.) 93 629.33 T
(\324But W) 90 617.33 T
(are is right,\325 he thought, ) 118.9 617.33 T
-0.33 (and his basic honesty warred with his ) 72 605.33 P
(impulse for self-defense. \324Can I be-) 72 593.33 T
-0.32 (tray the advancement of the \336eld I\325ve ) 72 581.33 P
(cared about for so long?\325 He simply ) 72 569.33 T
(couldn\325) 72 557.33 T
(t, and anger and frustration ) 102.35 557.33 T
(welled up inside of him, to the point ) 72 545.33 T
(that he slapped his \336st into his other ) 72 533.33 T
(hand. The resulting noise caused ev-) 72 521.33 T
(eryone to stop what they were doing ) 72 509.33 T
(and stare at him.) 72 497.33 T
(T) 90 485.33 T
(o understand what he did next, ) 95.41 485.33 T
(it is necessary to understand what ) 72 473.33 T
-0.36 (psychologists call a \322displacement re-) 72 461.33 P
(action.\323 The classic example is the ) 72 449.33 T
(following.) 72 437.33 T
(The arctic tern builds its nest at ) 90 425.33 T
(ground level, digging into the snow ) 72 413.33 T
(above the arctic tundra. The tern re-) 72 401.33 T
-0.25 (lies on its white coloration to provide ) 72 389.33 P
(camou\337age and thereby hide it from ) 72 377.33 T
(its enemies. One of these enemies is ) 72 365.33 T
(the arctic fox.) 72 353.33 T
-0.56 (Consider this situation. The male ) 90 341.33 P
(and female arctic terns have built a ) 72 329.33 T
-0.46 (nest on the ground and the female has ) 72 317.33 P
(laid her eggs. Now here comes the ) 72 305.33 T
-0.13 (arctic fox. Each individual now has a ) 72 293.34 P
(decision to make.) 72 281.34 T
(For the fox, the decision is easy) 90 269.34 T
(. ) 216.21 269.34 T
(Go get the eggs. Attack.) 72 257.34 T
(For the female tern, the decision ) 90 245.34 T
-0.43 (is also easy) 72 233.34 P
-0.43 (. Protect the eggs. Defend, ) 116.01 233.34 P
(even at the cost of her own life.) 72 221.34 T
(For the male tern, however) 90 209.34 T
(, the ) 197.57 209.34 T
-0.22 (decision is not so obvious. If he stays ) 72 197.34 P
-0.13 (with the female and defends the nest, ) 72 185.34 P
(he will probably die in the process, ) 72 173.34 T
(though the nest will have a far better ) 72 161.34 T
(chance of surviving. If he abandons ) 72 149.34 T
(the nest and the female, both will in-) 72 137.34 T
(evitably fall to the fox. What to do? ) 72 125.34 T
(Self-preservation, or survival of the ) 72 113.34 T
(species?) 72 101.34 T
(Such a con\337ict is too much for ) 90 89.34 T
(the male arctic term. Given two ) 72 77.34 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.29 (choices, both imperative and both im-) 230.94 713.33 P
(possible, he chooses a third alterna-) 230.94 701.33 T
-0.52 (tive, a displacement reaction. He tries ) 230.94 689.33 P
(to mate with the female. Pointless, ) 230.94 677.33 T
(counterproductive, and suicidal, but ) 230.94 665.33 T
-0.23 (at least the tern didn\325) 230.94 653.33 P
-0.23 (t have to make a ) 314.21 653.33 P
(decision it couldn\325) 230.94 641.33 T
(t handle.) 305.16 641.33 T
(James Alton was not an arctic ) 248.94 629.33 T
(tern. He was a human being, and ) 230.94 617.33 T
-0.17 (though he too was faced with two im-) 230.94 605.33 P
(perative, impractical alternatives, his ) 230.94 593.33 T
-0.75 (displacement reaction took a dif) 230.94 581.33 P
-0.75 (ferent ) 356 581.33 P
(form, one uniquely human.) 230.94 569.33 T
(He laughed.) 248.94 557.33 T
(A chuckle at \336rst, followed by a ) 248.94 545.33 T
(guf) 230.94 533.33 T
(faw and then a full belly laugh. ) 244.09 533.33 T
(Before long, he was on his knees, ) 230.94 521.33 T
-0.43 (roaring with laughter) 230.94 509.33 P
-0.43 (, tears streaming ) 314.06 509.33 P
(down his face. Someone asked him ) 230.94 497.33 T
(what was wrong, and he doubled up ) 230.94 485.33 T
(with laughter and rolled on the \337oor) 230.94 473.33 T
(, ) 374.89 473.33 T
(waving his arms as though begging ) 230.94 461.33 T
(some nonexistent jokester to stop.) 230.94 449.33 T
(At long last he calmed himself ) 248.94 437.33 T
(enough to return to his seat, still gig-) 230.94 425.33 T
(gling but under control. The session ) 230.94 413.33 T
(chairman, not knowing what else to ) 230.94 401.33 T
(do, then announced him as the next ) 230.94 389.33 T
(speaker) 230.94 377.33 T
(, which of course set him of) 261.07 377.33 T
(f ) 372.2 377.33 T
(again.) 230.94 365.33 T
(This time he really lost it. He ) 248.94 353.33 T
-0.05 (banged his head against his arms. He ) 230.94 341.33 P
(made outlandish faces at people ) 230.94 329.33 T
(around him. He danced a maniacal ) 230.94 317.33 T
(dance of glee around the room, until ) 230.94 305.33 T
(he \336nally collapsed in exhaustion at ) 230.94 293.34 T
(the podium. He looked out at the ) 230.94 281.34 T
(shocked audience.) 230.94 269.34 T
(\322Paper withdrawn,\323 he said, and ) 248.94 257.34 T
(he left the auditorium.) 230.94 245.34 T
(Samuel W) 248.94 209.34 T
(are found him later) 290.06 209.34 T
(, ) 365.99 209.34 T
-0.49 (standing in a bay window looking out ) 230.94 197.34 P
(over the hotel gardens. It was a quiet ) 230.94 185.34 T
(place, and relatively secluded. W) 230.94 173.34 T
(are ) 362.81 173.34 T
(hesitated for a moment before dis-) 230.94 161.34 T
(turbing the older man. W) 230.94 149.34 T
(ith a shrug, ) 331.31 149.34 T
(he came forward.) 230.94 137.34 T
(\322Nice day) 248.94 125.34 T
(,\323 he said to Alton, ) 288.53 125.34 T
(looking outside.) 230.94 113.34 T
-0 (Alton glanced at him brie\337y and ) 248.94 101.34 P
(nodded. He sighed. \322Congratula-) 230.94 89.34 T
-0.6 (tions,\323 he said. \322That was a nice piece ) 230.94 77.34 P
389.88 72 540 720 R
7 X
V
0 X
(of work.\323) 389.88 713.33 T
(\322Thank you,\323 W) 407.88 701.33 T
(are replied. \322I ) 473.42 701.33 T
(appreciate your opinion.\323) 389.88 689.33 T
(Alton dismissed the comment ) 407.88 677.33 T
(with a wave. \322Nice of you to say so, ) 389.88 665.33 T
(but it\325) 389.88 653.33 T
(s hardly necessary) 413.49 653.33 T
(.\323 He chuck-) 486.11 653.33 T
(led. \322As of a few hours ago, I am no ) 389.88 641.33 T
(longer quali\336ed to have an opinion.\323) 389.88 629.33 T
-0.04 (W) 407.88 617.33 P
-0.04 (are raised his eyebrows in sur-) 416.52 617.33 P
(prise. \322Ridiculous. I think you were ) 389.88 605.33 T
-0.17 (the only one in there who understood ) 389.88 593.33 P
(what I was talking about. Those ) 389.88 581.33 T
(fools,\323 he said disgustedly) 389.88 569.33 T
(. \322They ) 494.73 569.33 T
(didn\325) 389.88 557.33 T
(t follow me at all. But ) 410.8 557.33 T
2 F
(you) 501.03 557.33 T
9 F
( did. ) 514.01 557.33 T
(I\325m sure of it.\323) 389.88 545.33 T
(\322Y) 407.88 533.33 T
(es, well, like I said, it was a ) 418.54 533.33 T
(nice piece of work.\323) 389.88 521.33 T
(\322Again, thanks.\323 W) 407.88 509.33 T
(are swayed ) 485.91 509.33 T
(from side to side, apparently unsure ) 389.88 497.33 T
-0.73 (of himself. \322Anyway) 389.88 485.33 P
-0.73 (,\323 he said, \322that\325) 471.87 485.33 P
-0.73 (s ) 534.35 485.33 P
(why I came to see you.\323) 389.88 473.33 T
-0.83 (Alton frowned and turned toward ) 407.88 461.33 P
-0.72 (him. \322That\325) 389.88 449.33 P
-0.72 (s right. Why did you come ) 435.24 449.33 P
(in here?\323) 389.88 437.33 T
-0.49 (\322I don\325) 407.88 425.33 P
-0.49 (t know exactly how to say ) 435.8 425.33 P
-0.66 (this,\323 W) 389.88 413.33 P
-0.66 (are stammered. \322I always, uh, ) 421.74 413.33 P
(thought that the situation you\325ve set ) 389.88 401.33 T
(up at Cornell was awfully nice. I ) 389.88 389.33 T
(mean, it\325) 389.88 377.33 T
(s very convenient and help-) 424.86 377.33 T
(ful, and you seem to welcome new ) 389.88 365.33 T
(ideas, and---\323) 389.88 353.33 T
(Realization dawned on Alton. ) 407.88 341.33 T
-0.39 (\322Y) 389.88 329.33 P
-0.39 (ou mean you\325re looking for a ) 400.54 329.33 P
2 F
-0.35 (job) 517.53 329.33 P
9 F
-0.39 (?\323 ) 529.02 329.33 P
(he exclaimed in astonishment.) 389.88 317.33 T
-0.07 (W) 407.88 305.33 P
-0.07 (are looked acutely embar-) 416.52 305.33 P
(rassed. \322W) 389.88 293.34 T
(ell, when you come right ) 432.93 293.34 T
-0.09 (down to it, yes. Everyone knows that ) 389.88 281.34 P
(the Center is the best place in the ) 389.88 269.34 T
(world for nonlinear dynamic re-) 389.88 257.34 T
(search. There\325) 389.88 245.34 T
(s lots of freedom, and ) 446.49 245.34 T
-0.63 (good people there. I sort of hoped you ) 389.88 233.34 P
(might let me come and join.\323) 389.88 221.34 T
(Alton stared at W) 407.88 209.34 T
(are in amaze-) 477.87 209.34 T
(ment. \322Fascinating,\323 he said slowly) 389.88 197.34 T
(. ) 531.37 197.34 T
(\322But why did you come to me?\323) 389.88 185.34 T
(\322Y) 407.88 173.34 T
(ou\325re the best person there,\323 ) 418.54 173.34 T
(W) 389.88 161.34 T
(are said, somewhat surprised. \322Ev-) 398.52 161.34 T
(erybody knows that. The Center ) 389.88 149.34 T
-0.4 (would never turn down your request.\323) 389.88 137.34 P
-0.04 (\322I think you overrate my impor-) 407.88 125.34 P
(tance,\323 Alton said, but he could see ) 389.88 113.34 T
(that W) 389.88 101.34 T
(are plainly didn\325) 416.01 101.34 T
(t believe him. ) 481.89 101.34 T
-0.03 (He shook his head. \322I don\325) 389.88 89.34 P
-0.03 (t under-) 496.68 89.34 P
(stand. I thought you were happy in ) 389.88 77.34 T
FMENDPAGE
%%EndPage: "12" 14
%%Page: "13" 14
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Kenneth A. Kousen) 72 48.67 T
(/) 140.86 48.67 T
1 F
(The Fundamental Nature of Research) 147.08 48.67 T
0 F
(page 13) 514.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
216 63 396 450 R
7 X
V
72 441 222.11 720 R
V
9 F
0 X
(your present job. I never heard any-) 72 713.33 T
(thing dif) 72 701.33 T
(ferent. What suddenly ) 105.97 701.33 T
(changed your mind?\323) 72 689.33 T
-0.04 (\322Oh, the government\325) 90 677.33 P
-0.04 (s okay) 176.8 677.33 P
-0.04 (, but ) 201.93 677.33 P
(when I started learning about fractal ) 72 665.33 T
(basin boundaries, I just fell in love ) 72 653.33 T
(with the stuf) 72 641.33 T
(f. It\325) 121.79 641.33 T
(s great fun.\323 He ) 139 641.33 T
-0.04 (smiled, wistfully) 72 629.33 P
-0.04 (. \322I decided that that ) 138.5 629.33 P
(was the \336eld I wanted to settle down ) 72 617.33 T
(in. So naturally) 72 605.33 T
(, I wanted to come to ) 132.71 605.33 T
-0.4 (the Center) 72 593.33 P
-0.4 (. Y) 112.4 593.33 P
-0.4 (ou guys are the best, and ) 123.21 593.33 P
(I wanted to be one of them.\323) 72 581.33 T
(\322I see. Why didn\325) 90 569.33 T
(t you say any-) 160.87 569.33 T
(thing about this until now?\323) 72 557.33 T
(W) 90 545.33 T
(are reddened slightly) 98.64 545.33 T
(. \322W) 181.81 545.33 T
(ell, I ) 199.88 545.33 T
(wanted to show you that I was worth ) 72 533.33 T
-0.47 (taking on. I \336gured the best way to do ) 72 521.33 P
(that was to solve some problem you ) 72 509.33 T
-0.14 (were interested in.\323 He grew excited. ) 72 497.33 P
-0.32 (\322It worked, too. I\325m so happy I found ) 72 485.33 P
-0.43 (a way to solve that damned Hyperbol-) 72 473.33 P
(ic Singularity Problem. What a bear! ) 72 461.33 T
-0.03 (It\325) 72 449.33 P
-0.03 (s a good thing I knew about Renor-) 80.89 449.33 P
230.94 441 381.05 720 R
7 X
V
0 X
(malization Group Theory) 230.94 713.33 T
(, or I never ) 331.89 713.33 T
(would have gotten anywhere.\323) 230.94 701.33 T
(\322Y) 248.94 689.33 T
(es, I suppose it is.\323 He slowly ) 259.6 689.33 T
-0.4 (shook his head. \322Y) 230.94 677.33 P
-0.4 (ou solved the prob-) 304.8 677.33 P
-0.25 (lem to impress me. Amazing. Simply ) 230.94 665.33 P
(unbelievable.\323 He laughed.) 230.94 653.33 T
(W) 248.94 641.33 T
(are looked at him worriedly) 257.58 641.33 T
(. ) 367.96 641.33 T
-0.22 (\322Boy) 230.94 629.33 P
-0.22 (, you laugh a lot, don\325) 251.39 629.33 P
-0.22 (t you?\323 he ) 338.13 629.33 P
(said.) 230.94 617.33 T
(A broad grin \337ashed across Al-) 248.94 605.33 T
(ton\325) 230.94 593.33 T
(s face. \322More and more often, it ) 246.49 593.33 T
(would appear) 230.94 581.33 T
(. Look, the sun\325) 284.51 581.33 T
(s come ) 346.98 581.33 T
(out at last. Let\325) 230.94 569.33 T
(s go for a walk in the ) 290.91 569.33 T
(gardens and talk about the job.\323 He ) 230.94 557.33 T
(put his arm around W) 230.94 545.33 T
(are\325) 317.3 545.33 T
(s shoulders ) 332.29 545.33 T
(to lead him outside. As they reached ) 230.94 533.33 T
(the door) 230.94 521.33 T
(, however) 263.57 521.33 T
(, he stopped. \322Oh, ) 302.58 521.33 T
(there\325) 230.94 509.33 T
(s one condition.\323) 253.7 509.33 T
(\322Oh? What is it?\323) 248.94 497.33 T
-0.74 (\322Next time you decide to impress ) 248.94 485.33 P
(me, please let me know about it be-) 230.94 473.33 T
(fore hand, all right?\323) 230.94 461.33 T
(\322Uh, sure,\323 W) 248.94 449.33 T
(are said, puzzled.) 305.31 449.33 T
389.88 72 540 720 R
7 X
V
0 X
(\322Good.\323 He gave W) 407.88 713.33 T
(are an ) 488.12 713.33 T
(amused grin. \322Y) 389.88 701.33 T
(ou know) 454.67 701.33 T
(, in about ) 488.72 701.33 T
(twenty years, you and I are going to ) 389.88 689.33 T
(have to sit down and have a long ) 389.88 677.33 T
(talk.\323) 389.88 665.33 T
(\322Really? What about?\323) 407.88 653.33 T
(Alton smiled. \322The fundamental ) 407.88 641.33 T
(nature of research,\323 he replied, and ) 389.88 629.33 T
-0.03 (led the younger man out into the gar-) 389.88 617.33 P
(den.) 389.88 605.33 T
10 F
0.69 (Ken Kousen is an associate r) 389.88 557.33 P
0.69 (esear) 509.29 557.33 P
0.69 (ch) 530.57 557.33 P
0.98 (engineer at United T) 389.88 545.33 P
0.98 (echnologies Re-) 474.91 545.33 P
1.39 (sear) 389.88 533.33 P
1.39 (ch Center in East Hartfor) 406.73 533.33 P
1.39 (d, CT) 514.63 533.33 P
1.39 (,) 537.5 533.33 P
1.25 (wher) 389.88 521.33 P
1.25 (e he does not work on fractals,) 409.5 521.33 P
-0.24 (singularity pr) 389.88 509.33 P
-0.24 (oblems, or r) 443.97 509.33 P
-0.24 (enormaliza-) 491.7 509.33 P
1.99 (tion gr) 389.88 497.33 P
1.99 (oup theory) 418.44 497.33 P
1.99 (. He has also met) 462.91 497.33 P
0.4 (neither Stephen Smale nor any ar) 389.88 485.33 P
0.4 (ctic) 525.57 485.33 P
-0.6 (terns \050at least, not yet\051. He does like to) 389.88 473.33 P
-0.45 (write though. This is Ken\325) 389.88 461.33 P
-0.45 (s second ap-) 490.93 461.33 P
(pearance in Athene.) 389.88 449.33 T
513 585 540 603 9 RR
V
N
7 F
7 X
1 K
(A) 520.5 588.86 T
FMENDPAGE
%%EndPage: "13" 15
%%Page: "14" 15
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(H. Newcomb) 72 48.67 T
(/) 117.97 48.67 T
1 F
(Hibicus) 124.19 48.67 T
0 F
(page 14) 514.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 648.11 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 648.21 226.5 72 2 L
N
385.1 656 72 656 2 L
3 H
3 X
N
72 72 222.11 648 R
7 X
V
9 F
0 X
-0.7 (My luck was actually holding up, ) 90 641.33 P
(buy you wouldn\325) 72 629.33 T
(t have known it by ) 140.11 629.33 T
-0.75 (the way I was cussing as I dressed that ) 72 617.33 P
(evening.) 72 605.33 T
(It was only the fourth time I had ) 90 593.33 T
(ever been trapped into actually at-) 72 581.33 T
-0.6 (tending a \050shiver\051 cocktail party) 72 569.33 P
-0.6 (. Still, ) 196.64 569.33 P
(I had gone through the trouble of ) 72 557.33 T
(shocking my family and friends--if ) 72 545.33 T
-0.11 (they can be called that--by going to a ) 72 533.33 P
(southern A & M college instead of ) 72 521.33 T
(Harvard or some other such place be-) 72 509.33 T
(cause I could not stand anything hav-) 72 497.33 T
(ing the odor of the preppie outlook ) 72 485.33 T
(anymore, and desired to establish a ) 72 473.33 T
(reputation they would not care for) 72 461.33 T
(. ) 207.74 461.33 T
(I\325m no rebel, dropout, or hippie, al-) 72 449.33 T
(though you\325d think so after listening ) 72 437.33 T
(to some of those people. I just don\325) 72 425.33 T
(t ) 212.84 425.33 T
(buy the idea that good clothes, \336ne ) 72 413.33 T
(food and drink, etcetera, are only ) 72 401.33 T
(earned with plastic smiles and atro-) 72 389.33 T
(phied intelligence. No Brooks Broth-) 72 377.33 T
(ers suits or cordon bleu for me if I ) 72 365.33 T
-0.09 (have to read Buckley or Buchanan to ) 72 353.33 P
(keep up with my peers. I\325ll settle for ) 72 341.33 T
(jeans, hot dogs with chili, Anderson, ) 72 329.33 T
(and Royko, thank you.) 72 317.33 T
(I thought six years away at col-) 90 305.33 T
(lege would see me safely past the ) 72 293.33 T
(preppie threat. Uh-uh. Some bastard ) 72 281.33 T
(went and evolved them into yuppies. ) 72 269.34 T
(Y) 72 257.34 T
(oung, upwardly mobile pinheads--) 78.22 257.34 T
-0.14 (don\325) 72 245.34 P
-0.14 (t have the slightest idea what the ) 90.14 245.34 P
(structure they\325re moving up on con-) 72 233.34 T
(sists of, or if it is stable. Often they ) 72 221.34 T
-0.6 (live by computer) 72 209.34 P
-0.6 (, speak computerese, ) 138.14 209.34 P
-0.17 (and don\325) 72 197.34 P
-0.17 (t know what one is or how it ) 106.9 197.34 P
(works.) 72 185.34 T
(I minored in sociology and com-) 90 173.34 T
-0.07 (puter programming, and took my ma-) 72 161.34 P
-0.33 (jor and advanced degree in electronic ) 72 149.34 P
(engineering. I know how to build a ) 72 137.34 T
(computer from scratch, tell it how to ) 72 125.34 T
(work, tell if it is situated physically ) 72 113.34 T
(and socially in a stable environment, ) 72 101.34 T
(and I make more money per ef) 72 89.34 T
(fort ) 194.49 89.34 T
(than any of them I\325ve heard of. Still, ) 72 77.34 T
230.94 72 381.05 648 R
7 X
V
0 X
(one of them hears where I went to ) 230.94 641.33 T
(school and starts acting superior) 230.94 629.33 T
(. ) 359.19 629.33 T
(Doesn\325) 230.94 617.33 T
(t make me the least bit sore, ) 259.63 617.33 T
(though, don\325) 230.94 605.33 T
(t get me wrong--it\325) 281.84 605.33 T
(s just ) 357.07 605.33 T
(that as an engineer) 230.94 593.33 T
(, I hate to see po-) 305.2 593.33 T
(tentially good material made into a ) 230.94 581.33 T
(second rate product.) 230.94 569.33 T
-0.93 (Usually I avoid situations where I ) 248.94 557.33 P
(might have such encounters, such as ) 230.94 545.33 T
(that night\325) 230.94 533.33 T
(s cocktail party I was ) 271.76 533.33 T
(trapped into going to. My favorite ) 230.94 521.33 T
(\050well, only) 230.94 509.33 T
(, but still deserving of the ) 273.6 509.33 T
-0.29 (adjective\051 sister was hosting this one, ) 230.94 497.33 P
(though. Some sort of introduction ) 230.94 485.33 T
(party) 230.94 473.33 T
(. Probably for some completely ) 250.83 473.33 T
(useless geek someone else was con-) 230.94 461.33 T
(vinced was an artist, since she had ) 230.94 449.33 T
-0.01 (gone through the bother of pulling in ) 230.94 437.33 P
(all the favors I owed her to get me to ) 230.94 425.33 T
(attend. I suspected that immediately) 230.94 413.33 T
(, ) 374.36 413.33 T
-0.46 (and that she cared so little for this par-) 230.94 401.33 P
(ty or its guest of honor that inviting ) 230.94 389.33 T
-0.18 (me was a way of getting back at who-) 230.94 377.33 P
(ever was to blame.) 230.94 365.33 T
(I asked her) 248.94 353.33 T
(, but she just smiled. ) 292.39 353.33 T
(That, more than anything, made me ) 230.94 341.33 T
(feel sure I was right and agree to ) 230.94 329.33 T
(come. It was scheduled for eight, in ) 230.94 317.33 T
-0.57 (highsocietyese nine-\336fteen, but Carol ) 230.94 305.33 P
(\050my sister\051 knew I didn\325) 230.94 293.33 T
(t hold with ) 327.36 293.33 T
(that kind of math, couldn\325) 230.94 281.33 T
(t face this ) 334.86 281.33 T
(sort of thing straight, and wouldn\325) 230.94 269.34 T
(t ) 367.35 269.34 T
-0.77 (stay past ten anyhow) 230.94 257.34 P
-0.77 (, so she met me at ) 311.54 257.34 P
(the door right on the dot, led me to a ) 230.94 245.34 T
(den where we had a quick drink and ) 230.94 233.34 T
(visit, then left me to \336nish preparing ) 230.94 221.34 T
(myself while she \336nished preparing ) 230.94 209.34 T
(herself. I enjoyed a few drinks, and ) 230.94 197.34 T
(welcomed a few individuals who ) 230.94 185.34 T
(shared my liking for being on time.) 230.94 173.34 T
-0.6 (Carol was back down at a quarter ) 248.94 161.34 P
-0.02 (of, just in time for the real \337ow of ar-) 230.94 149.34 P
(rivals to start. It only took twenty ) 230.94 137.34 T
(minutes before she signaled me that ) 230.94 125.34 T
(all the invited guests had arrived. I ) 230.94 113.34 T
-0.72 (was a bit surprised by this at \336rst, then ) 230.94 101.34 P
-0.09 (remembered that in this crowd it was ) 230.94 89.34 P
(usually a sign that there was another ) 230.94 77.34 T
389.88 72 540 720 R
7 X
V
0 X
(party to hit later) 389.88 713.33 T
(. I only had a small ) 453.46 713.33 T
(round to make to be done with it, ) 389.88 701.33 T
(checked and con\336rmed my guess ) 389.88 689.33 T
-0.51 (about the other party) 389.88 677.33 P
-0.51 (, then found a rel-) 470.7 677.33 P
(atively quiet corner and sat down to ) 389.88 665.33 T
(watch.) 389.88 653.33 T
(The guest of honor was really ) 407.88 641.33 T
(pitiful. I didn\325) 389.88 629.33 T
(t say a single word--) 446.06 629.33 T
(didn\325) 389.88 617.33 T
(t have to, his pretensions were ) 410.8 617.33 T
(ripped by a lady I\325d often heard my ) 389.88 605.33 T
(sister describe--not unkindly--as the ) 389.88 593.33 T
(blankest spot on the circuit. The ) 389.88 581.33 T
-0.34 (crowd didn\325) 389.88 569.33 P
-0.34 (t turn ugly or get restless, ) 437.94 569.33 P
(though, but seemed pleased with the ) 389.88 557.33 T
(outcome.) 389.88 545.33 T
(Carol wandered by about ten ) 407.88 533.33 T
(minutes later) 389.88 521.33 T
(, so I intruded upon her ) 441.4 521.33 T
(and quietly asked, \322Mary was really ) 389.88 509.33 T
(the guest of honor tonight, wasn\325) 389.88 497.33 T
(t ) 521.84 497.33 T
(she? A little something to cheer her ) 389.88 485.33 T
(up or boost her spirits?\323) 389.88 473.33 T
(She frowned and nodded, then ) 407.88 461.33 T
-0.4 (shrugged her shoulders and said, \322Be-) 389.88 449.33 P
(fore you ask, smartass, we drew lots. ) 389.88 437.33 T
-0.49 (I expect you to keep your mouth shut. ) 389.88 425.33 P
(Don\325) 389.88 413.33 T
(t, and I\325ll give you another one ) 410.24 413.33 T
-0.86 (of these--meaning it.\323 She walked of) 389.88 401.33 P
-0.86 (f, ) 532.53 401.33 P
-0.05 (spiking me close to the big toe. Noth-) 389.88 389.33 P
(ing really painful, so I grinned at her ) 389.88 377.33 T
(as a sign I\325d behave before seeking ) 389.88 365.33 T
(out my quiet corner again.) 389.88 353.33 T
-0.59 (It was twenty to ten, but the party ) 407.88 341.33 P
-0.45 (hadn\325) 389.88 329.33 P
-0.45 (t been all that of) 412.46 329.33 P
-0.45 (fensive, I didn\325) 475.45 329.33 P
-0.45 (t ) 535.17 329.33 P
-0.69 (have anything on for the next day) 389.88 317.33 P
-0.69 (, and ) 519.45 317.33 P
(Carol owed me for the foot business, ) 389.88 305.33 T
-0.48 (so I \336gured I\325d stick around for anoth-) 389.88 293.34 P
-0.09 (er hour unless too many other people ) 389.88 281.34 P
(left and give her bar stock a good ) 389.88 269.34 T
(working over) 389.88 257.34 T
(. Besides, this one lady ) 442.9 257.34 T
-0.25 (had been giving me a very strong eye ) 389.88 245.34 P
-0.59 (all evening, and I wanted to give her a ) 389.88 233.34 P
(bad impression before I left lest she ) 389.88 221.34 T
-0.34 (try to look me up. I did mention that I ) 389.88 209.34 P
(couldn\325) 389.88 197.34 T
(t stand those kind, right?) 420.24 197.34 T
(I even indulged in a rare cigar) 407.88 185.34 T
(, ) 527.38 185.34 T
(luckily having one on hand, but it ) 389.88 173.34 T
(didn\325) 389.88 161.34 T
(t work. She came over about \336f-) 410.8 161.34 T
-0.54 (teen minutes later) 389.88 149.34 P
-0.54 (, catching me alone, ) 459.46 149.34 P
(sat down, and asked, \322Does it seem ) 389.88 137.34 T
(likely to you that the true \336rst law of ) 389.88 125.34 T
(any physical universe is inertia, and ) 389.88 113.34 T
(violating this law is what leads to en-) 389.88 101.34 T
(tropy?\323) 389.88 89.34 T
(I had been set to frown and say ) 407.88 77.34 T
72 666 378 720 R
7 X
V
8 F
0 X
(\322Hibicus\323) 72 712 T
3 F
(By H. Newcomb) 72 698.67 T
-0.61 (\050Communications may be made via Ken Selvia, who can be \
reached at ) 72 685.67 P
6 F
([email protected]) 72 672.67 T
3 F
(\051) 197.24 672.67 T
FMENDPAGE
%%EndPage: "14" 16
%%Page: "15" 16
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(H. Newcomb) 72 48.67 T
(/) 117.97 48.67 T
1 F
(Hibicus) 124.19 48.67 T
0 F
(page 15) 514.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
72 72 222.11 720 R
7 X
V
9 F
0 X
-0.37 (something nasty) 72 713.33 P
-0.37 (, expecting her to say ) 136.23 713.33 P
-0.62 (something polite and brainless. I near-) 72 701.33 P
-0.8 (ly sprained my tongue swallowing the ) 72 689.33 P
-0.22 (comment I had ready) 72 677.33 P
-0.22 (, regrouped, and ) 155.34 677.33 P
(\336nally grinned. I still believed she ) 72 665.33 T
(was being pretentious, but her line ) 72 653.33 T
-0.68 (was interesting and intriguing enough ) 72 641.33 P
(to play around with for awhile. \322It\325) 72 629.33 T
(s ) 211.62 629.33 T
-0.06 (possible,\323 I said. \322I\325m not an astrono-) 72 617.33 P
-0.28 (mer) 72 605.33 P
-0.28 (, and don\325) 87.14 605.33 P
-0.28 (t know that much about ) 126.64 605.33 P
(current thinking on celestial mechan-) 72 593.33 T
(ics. I am an engineer) 72 581.33 T
(, though, and if ) 154.59 581.33 T
(what I\325ve worked with is any guide, ) 72 569.33 T
(I\325d say you got it dead to rights.\323) 72 557.33 T
(\322Ah,\323 she responded. \322I thought ) 90 545.33 T
(you looked too real to \336t in with this ) 72 533.33 T
(bunch.\323) 72 521.33 T
(\322Y) 90 509.33 T
(our hostess is my sister) 100.65 509.33 T
(,\323 I ) 192.98 509.33 T
(nodded.) 72 497.33 T
(\322Y) 90 485.33 T
(ou\325re Carol\325) 100.65 485.33 T
(s brother?\323 she ) 149.23 485.33 T
(said. \322That\325) 72 473.33 T
(s cheering. I didn\325) 118.63 473.33 T
(t know ) 191.17 473.33 T
(she had any good in\337uences.\323) 72 461.33 T
(I laughed. Not especially bril-) 90 449.33 T
(liant, \337attery seldom is, but enjoy-) 72 437.33 T
-0.16 (able. \322Mind if I tell you a story?\323 she ) 72 425.33 P
(continued. \322It\325ll be brief.\323) 72 413.33 T
(\322Full drinks for us both \336rst,\323 I ) 90 401.33 T
-0.29 (insisted. \322No worthwhile story is that ) 72 389.33 P
(short.\323) 72 377.33 T
(She cocked an eye at me and ) 90 365.33 T
(smiled. \322Thank you! I hope I\325ll meet ) 72 353.33 T
(your optimistic expectations. Make ) 72 341.33 T
(mine water) 72 329.33 T
(, since I\325ve had my limit, ) 116.29 329.33 T
(but throw in plenty of ice and a slice ) 72 317.33 T
(of lime.\323) 72 305.33 T
(I took her glass, did the honors, ) 90 293.34 T
-0.01 (then returned and sat down a bit clos-) 72 281.34 P
(er to be in good position to listen. ) 72 269.34 T
-0.04 (\322This story) 72 257.34 P
-0.04 (,\323 she started, \322concerns a ) 116.01 257.34 P
-0.6 (man I\325ve known for a long, long time. ) 72 245.34 P
(He and I have known each other by ) 72 233.34 T
(many names.) 72 221.34 T
(\322W) 90 209.34 T
(e\325ve been married a number ) 103.07 209.34 T
-0.64 (of times. Other times, we\325ve just been ) 72 197.34 P
(partners in business. It depended on ) 72 185.34 T
(whatever situation we were in. Basic ) 72 173.34 T
(survival, court intrigues, smuggling, ) 72 161.34 T
(tavern keeping, homesteading, some-) 72 149.34 T
(times just farming.\323) 72 137.34 T
-0.56 (\322A busy life,\323 I observed, feeling ) 90 125.34 P
(slightly uncomfortable without un-) 72 113.34 T
(derstanding why) 72 101.34 T
(.) 137.69 101.34 T
(\322Usually) 90 89.34 T
(,\323 she agreed. \322Sad to ) 124.88 89.34 T
(say) 72 77.34 T
(, though, I\325ve not been in touch ) 84.67 77.34 T
230.94 72 381.05 720 R
7 X
V
0 X
(with him for years.\323) 230.94 713.33 T
-0.65 (\322Thought about placing an ad?\323 I ) 248.94 701.33 P
(ventured.) 230.94 689.33 T
-0.45 (\322Y) 248.94 677.33 P
-0.45 (es. I\325ve even got one written. I ) 259.6 677.33 P
(know) 230.94 665.33 T
(, from past experience, that he ) 252.5 665.33 T
(seldom remembers to look for me. ) 230.94 653.33 T
(Not that he doesn\325) 230.94 641.33 T
(t want to, or that ) 304.32 641.33 T
(he\325) 230.94 629.33 T
(s not glad to have me \336nd him. It ) 243.16 629.33 T
(just is not something he\325) 230.94 617.33 T
(s learned to ) 328.68 617.33 T
(do yet, so up to now it\325) 230.94 605.33 T
(s always been ) 322.84 605.33 T
(up to me. I don\325) 230.94 593.33 T
(t mind, because he\325) 294.89 593.33 T
(s ) 372.05 593.33 T
(worth it. The only thing is, I\325m not ) 230.94 581.33 T
-0.62 (sure the ad as I\325ve written it will catch ) 230.94 569.33 P
(his notice. W) 230.94 557.33 T
(ould you listen to it and ) 283.16 557.33 T
(tell me what you think?\323) 230.94 545.33 T
(\322Sure,\323 I said, reluctantly and ) 248.94 533.33 T
(nervously) 230.94 521.33 T
(.) 269.71 521.33 T
(\322Seeking--long time partner) 248.94 509.33 T
(, to ) 360.68 509.33 T
-0.5 (resume partnership as per understand-) 230.94 497.33 P
-0.94 (ing. Arrival in this area approximately ) 230.94 485.33 P
(1958, avoids the arti\336cial, impatient ) 230.94 473.33 T
(with phony) 230.94 461.33 T
(. Is seeking deeper under) 275.55 461.33 T
(- ) 374.98 461.33 T
(standing and patience, lessons on ) 230.94 449.33 T
-0.81 (which I will trade for ones in his many ) 230.94 437.33 P
(areas of expertise, as per understand-) 230.94 425.33 T
(ing. Reply ASAP) 230.94 413.33 T
(.\323) 299.52 413.33 T
-0.14 (\3221958 is not very long for all the ) 248.94 401.33 P
(things you mentioned,\323 I said. \322The ) 230.94 389.33 T
(ad seems pretty vague, also.\323) 230.94 377.33 T
(\322I know) 248.94 365.33 T
(, but I don\325) 280.77 365.33 T
(t really have ) 325 365.33 T
-0.46 (any way of knowing what will stir his ) 230.94 353.33 P
(memory) 230.94 341.33 T
(,\323 she said, looking sad. \322He ) 263.6 341.33 T
-0.46 (has that skill. W) 230.94 329.33 P
-0.46 (e were hoping I could ) 293.72 329.33 P
-0.21 (master it this time around. He always ) 230.94 317.33 P
-0.84 (knows what will ring a bell, whether it ) 230.94 305.33 P
-0.24 (would be a meeting, a chance phrase, ) 230.94 293.34 P
(or) 230.94 281.34 T
(, sometimes, even a dream.\323) 238.87 281.34 T
(\322What sort of dream?\323 I asked.) 248.94 269.34 T
-0.82 (\322Past exploits, usually) 248.94 257.34 P
-0.82 (, according ) 335.78 257.34 P
(to him. Making wine in France, sell-) 230.94 245.34 T
(ing ale in W) 230.94 233.34 T
(illiamsbur) 279.67 233.34 T
(g or Sidney) 320.03 233.34 T
(, ) 365.47 233.34 T
-0.05 (sailing the North Sea, \336ghting in T) 230.94 221.34 P
-0.05 (ur-) 369.4 221.34 P
-0.07 (key) 230.94 209.34 P
-0.07 (, making love in a \336eld of hibicus ) 244.73 209.34 P
(on V) 230.94 197.34 T
(anua Levu.\323) 249.54 197.34 T
(I was shook. As she mentioned ) 248.94 185.34 T
(these things, memories of dreams I ) 230.94 173.34 T
(had had about similar occurrences ) 230.94 161.34 T
-0.35 (had come to mind, but the topper was ) 230.94 149.34 P
(her mention of V) 230.94 137.34 T
(anua Levu. Immedi-) 298.39 137.34 T
-0.67 (ately upon hearing her say that name I ) 230.94 125.34 P
(knew it was one of the Fiji Islands, ) 230.94 113.34 T
(but could not recall how I knew it. ) 230.94 101.34 T
(The world history I had taken in col-) 230.94 89.34 T
(lege had been centered on European ) 230.94 77.34 T
389.88 72 540 720 R
7 X
V
0 X
(history) 389.88 713.33 T
(, and I had mostly taken it be-) 417 713.33 T
(cause the alternative for freshmen ) 389.88 701.33 T
-0.82 (was geography) 389.88 689.33 P
-0.82 (, which I loathed. Sure, ) 448.64 689.33 P
-0.11 (we had spent a week on the major ex-) 389.88 677.33 P
(plorations of the 1400\325) 389.88 665.33 T
(s through the ) 480.67 665.33 T
-0.35 (1700\325) 389.88 653.33 P
-0.35 (s, but I didn\325) 412.65 653.33 P
-0.35 (t remember getting ) 462.5 653.33 P
(anything out of it. I looked at her ) 389.88 641.33 T
(helplessly) 389.88 629.33 T
(.) 429.21 629.33 T
(She looked hopeful for just a ) 407.88 617.33 T
-0.12 (minute, then sighed. \322Oh, well, don\325) 389.88 605.33 P
-0.12 (t ) 534.84 605.33 P
(worry about it if it didn\325) 389.88 593.33 T
(t strike a ) 486.59 593.33 T
(cord.\323) 389.88 581.33 T
(\322Something did,\323 I admitted, ) 407.88 569.33 T
(frowning. \322I just don\325) 389.88 557.33 T
(t know what. ) 476.87 557.33 T
(Something that seems long ago.\323) 389.88 545.33 T
(\322V) 407.88 533.33 T
(ery long ago,\323 she said, look-) 418.43 533.33 T
(ing hopeful again.) 389.88 521.33 T
-0.51 (\322But you\325re what, only twenty or ) 407.88 509.33 P
(so?\323 I stammered. She nodded. \322I ) 389.88 497.33 T
-0.08 (don\325) 389.88 485.33 P
-0.08 (t see how--. Except another life.\323) 408.02 485.33 P
(She didn\325) 407.88 473.33 T
(t reply) 446.29 473.33 T
(. I tried to pin-) 471.46 473.33 T
-0.03 (point my thoughts, failed. \322I don\325) 389.88 461.33 P
-0.03 (t re-) 523.66 461.33 P
(ally believe this story) 389.88 449.33 T
(,\323 I \336nally said. ) 475.02 449.33 T
(\322T) 389.88 437.33 T
(oo improbable. T) 399.73 437.33 T
(oo many accom-) 468.15 437.33 T
(plishments, not enough time. Even if ) 389.88 425.33 T
(there were other lives. The timing ) 389.88 413.33 T
(would never work out right.\323 Not ) 389.88 401.33 T
(very well put, but I was disturbed.) 389.88 389.33 T
(\322T) 407.88 377.33 T
(iming is no problem if two ) 418.08 377.33 T
-0.01 (souls are in agreement,\323 she told me. ) 389.88 365.33 P
(\322Not that I remember all that much, ) 389.88 353.33 T
-0.12 (but I do recall that. He and I have the ) 389.88 341.33 P
(arrangement needed. Certainly) 389.88 329.33 T
(, we ) 512.19 329.33 T
-0.48 (sometimes have bodies that are out of ) 389.88 317.33 P
-0.47 (sync by a number of years, but he and ) 389.88 305.33 P
(I never have been.\323) 389.88 293.34 T
(I had dealt with a lot of weird-) 407.88 281.34 T
(ness, including a motorcycle club ) 389.88 269.34 T
-0.92 (membership Carol didn\325) 389.88 257.34 P
-0.92 (t know about, ) 485.58 257.34 P
(and once talked an armed \324Namvet ) 389.88 245.34 T
(friend of mine out of re-enacting the ) 389.88 233.34 T
-0.57 (OK Corral shootout, but this lady stat-) 389.88 221.34 P
-0.04 (ed her thoughts with such self-assur-) 389.88 209.34 P
-0.74 (ance that it shook me like nothing else ) 389.88 197.34 P
-0.73 (I had ever had to deal with. All I could ) 389.88 185.34 P
-0.34 (do was stammer \050without desiring to\051 ) 389.88 173.34 P
(\322Then these thoughts--\323) 389.88 161.34 T
-0.5 (\322Can be trusted,\323 she assured me.) 407.88 149.34 P
(\322Some--\323) 407.88 137.34 T
(\322T) 407.88 125.34 T
(en percent are pure dreams.\323) 417.73 125.34 T
(\322And the rest--?\323) 407.88 113.34 T
(\322Are memories, a great deal of ) 407.88 101.34 T
-0.56 (which I share,\323 she \336nished. \322But I\325m ) 389.88 89.34 P
(going to have to leave now) 389.88 77.34 T
(. I\325m run-) 497.21 77.34 T
FMENDPAGE
%%EndPage: "15" 17
%%Page: "16" 17
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(H. Newcomb) 72 48.67 T
(/) 117.97 48.67 T
1 F
(Hibicus) 124.19 48.67 T
0 F
(page 16) 514.01 48.67 T
(V) 72 741.67 T
(olume II, Issue 3) 77.04 741.67 T
(July 1990) 507.35 741.67 T
385.5 720 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.5 720 226.5 72 2 L
N
216 63 405 531 R
7 X
V
72 522 222.11 720 R
V
9 F
0 X
(ning late.\323) 72 713.33 T
(She stood and headed out. I got ) 90 701.33 T
(moving in time to catch her at the ) 72 689.33 T
(door and asked, \322Can we continue ) 72 677.33 T
(this some other time?\323) 72 665.33 T
(\322Sure, come by anytime.\323) 90 653.33 T
-0.53 (\322I don\325) 90 641.33 P
-0.53 (t know where you live. Or ) 117.87 641.33 P
(your name,\323 I objected.) 72 629.33 T
(\322Carol does,\323 she said. \322Howev-) 90 617.33 T
(er) 72 605.33 T
(, I\325ve given you enough clues. ) 79.37 605.33 T
-0.86 (Please, try) 72 593.33 P
-0.86 (. T) 112.13 593.33 P
-0.86 (rust your thoughts. If you ) 122.02 593.33 P
(can, and \336nd me that way) 72 581.33 T
(, well, it\325) 174.05 581.33 T
(s ) 209.59 581.33 T
-0.08 (not what we had hoped for) 72 569.33 P
-0.08 (, but it is a ) 178.07 569.33 P
(start and may lead elsewhere faster) 72 557.33 T
(.\323 ) 211.6 557.33 T
(She then turned and left.) 72 545.33 T
(Five days later) 90 533.33 T
(, I still hadn\325) 148.45 533.33 T
(t \336g-) 199.35 533.33 T
230.94 522 381.05 720 R
7 X
V
0 X
-0.63 (ured it out. But my dreams have come ) 230.94 713.33 P
(through now) 230.94 701.33 T
(, I believe. Last night, I ) 281.1 701.33 T
-0.39 (dreamed once again of a wide \336eld of ) 230.94 689.33 P
(hibicus. This morning I checked the ) 230.94 677.33 T
-0.37 (city map. This town does have a Hibi-) 230.94 665.33 P
-0.84 (cus street, in the same general area my ) 230.94 653.33 P
(sister lives in.) 230.94 641.33 T
(Also, according to my encyclo-) 248.94 629.33 T
(pedia, the Fiji Islands were found by ) 230.94 617.33 T
(the Dutch sailor T) 230.94 605.33 T
(asman in 1643. It ) 302.69 605.33 T
-0.22 (might be the whole story was a fable, ) 230.94 593.33 P
-0.39 (but I have a feeling that 1643 Hibicus ) 230.94 581.33 P
-0.04 (is where I\325ll \336nd out for sure. I could ) 230.94 569.33 P
(call Carol and check, but I wouldn\325) 230.94 557.33 T
(t ) 372.05 557.33 T
-0.38 (want to cheat. If I\325m wrong, I\325ll do so ) 230.94 545.33 P
(then, I guess.) 230.94 533.33 T
389.88 72 540 720 R
7 X
V
0 X
(\245) 457.2 713.33 T
(\245) 463.19 713.33 T
(\245) 469.19 713.33 T
(I couldn\325) 407.88 689.33 T
(t take it, and I was too ) 444.07 689.33 T
(nervous with the basic elements of ) 389.88 677.33 T
-0.01 (this situation to just go there and pos-) 389.88 665.33 P
(sibly make a fool of myself. I didn\325) 389.88 653.33 T
(t ) 531.28 653.33 T
(ask Carol, but I did go to her house ) 389.88 641.33 T
(and sneaked a peek in her address ) 389.88 629.33 T
(book. She does have a listing for ) 389.88 617.33 T
(someone in the 1600 block of Hibi-) 389.88 605.33 T
(cus, though not 1643 as it happens. I ) 389.88 593.33 T
-0.09 (don\325) 389.88 581.33 P
-0.09 (t know if it is this lady) 408.02 581.33 P
-0.09 (, but I feel ) 496.79 581.33 P
(comfortable enough now to go \336nd ) 389.88 569.33 T
-0.52 (out. I\325ll admit I checked after \336guring ) 389.88 557.33 P
(it out if I \336nd her there.) 389.88 545.33 T
513 522 540 540 9 RR
V
N
7 F
7 X
1 K
(A) 520.5 525.86 T
FMENDPAGE
%%EndPage: "16" 18
2 55 /Times-Bold FMDEFINEFONT
3 12 /Helvetica-Bold FMDEFINEFONT
6 12 /Courier FMDEFINEFONT
7 12 /Helvetica FMDEFINEFONT
8 12 /Helvetica-Oblique FMDEFINEFONT
10 12 /Times-Roman FMDEFINEFONT
11 50 /Helvetica-Bold FMDEFINEFONT
%%Page: "17" 18
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Other Magazines of Inter) 54 48.67 T
(est /) 140.68 48.67 T
1 F
(Quanta & DargonZine) 158.22 48.67 T
0 F
(page 17) 532.01 48.67 T
(V) 54 741.67 T
(olume II, Issue 3) 59.04 741.67 T
(July 1990) 525.35 741.67 T
72 657 540 693 R
7 X
V
2 F
0 X
(Quanta) 217.38 656.33 T
451 351 106 351 72 342 451 342 4 Y
7 X
V
0.5 H
0 Z
0 X
N
451 333 106 333 72 342 451 342 4 Y
3 X
V
0 X
N
451 337.5 M
451 360 451 360 451 364.5 D
451 369 451 369 468 382.5 D
485 396 485 396 474 382.5 D
463 369 463 369 463 342 D
463 315 463 315 474 301.5 D
485 288 485 288 468 301.5 D
451 315 451 315 451 337.5 D
O
V
N
463 333 529 351 R
2 X
V
0 X
N
529 342 M
529 360 529 360 534.5 360 D
540 360 540 360 540 342 D
540 324 540 324 534.5 324 D
529 324 529 324 529 342 D
O
V
N
72 63 540 279 R
7 X
V
3 F
0 X
(The Magazine of the Dargon Project) 72 271 T
(Editor: Dafydd ) 317.32 271 T
6 F
(<[email protected]>) 403.27 271 T
7 F
0.43 (DargonZine is an electronic magazine printing stories \
written for the Dargon Project,) 90 243 P
0.06 (a shared-world anthology similar to \050and inspired \
by\051 Robert Asprin\325s ) 72 229 P
8 F
0.06 (Thieves\325 World) 439.9 229 P
7 F
0.06 ( an-) 519.27 229 P
1.28 (thologies, created by David \322Orny\323 Liscomb in his now \
retired magazine, FSFnet. The) 72 215 P
0.5 (Dargon Project centers around a medieval-style duchy called \
Dargon in the far reaches) 72 201 P
-0.62 (of the Kingdom of Baranur on the world named Makdiar, and as \
such contains stories with) 72 187 P
(a fantasy fiction/sword and sorcery flavor.) 72 173 T
0.21 (DargonZine is \050at this time\051 only available in \
flat-file, text-only format. For a subscrip-) 90 159 P
0.02 (tion, please send a request via MAIL to the editor, Dafydd, \
at the userid ) 72 145 P
6 F
0.05 ([email protected]) 453.65 145 P
-0.59 (BitNet) 72 131 P
7 F
-0.27 (. This request should contain your full userid \050loginid \
and node, or a valid internet) 115.18 131 P
0.11 (address\051 as well as your full name. Internet \050all non-\
BitNet sites\051 subscribers will receive) 72 117 P
0.05 (their issues in Mail format. BitNet users have the option of \
specifying the file transfer for-) 72 103 P
0.95 (mat you prefer \050either DISK DUMP, PUNCH/MAIL, or \
SENDFILE/NETDATA\051. Note: all) 72 89 P
(electronic subscriptions are ) 72 75 T
8 F
(free!) 220.63 75 T
54 405 558 405 2 L
1 H
2 Z
N
72 414 540 603 R
7 X
V
10 F
0 X
-0.03 (Quanta is an electronically distributed magazine of science \
fiction. Published monthly, each issue) 72 595 P
-0.62 (contains short fiction, articles and editorials by authors \
around the world and across the net. Quanta) 72 581 P
0.18 (publishes in two formats: straight ASCII and PostScript)
72 565.67 P
5 F
0.22 (\252) 340.81 565.67 P
10 F
0.18 ( for PostScript compatible printers. To) 354.52 565.67 P
(subscribe to Quanta, or just to get more info, send mail to:) 72 551 T
6 F
([email protected]) 237.64 523 T
([email protected]) 226.84 509 T
10 F
0.73 (Quanta is a relatively new magazine but is growing fast, with \
over eight hundred subscribers to) 72 481 P
0.27 (date from nine different countries. Electronic publishing is \
the way of the future. Become part of) 72 467 P
(that future by subscribing to Quanta today.) 72 453 T
9 F
(\252PostScript is a registered trademark of Adobe Systems \
Incorporated.) 72 426.33 T
155 621 467 639 R
7 X
V
4 F
0 X
(A Journal of Fact, Fiction, and Opinion) 192.83 629.67 T
190 621 431 621 2 L
0.5 H
N
190 643 431 643 2 L
N
54 63 558 729 R
1 H
0 Z
N
11 F
(DargonZine) 153 326.67 T
FMENDPAGE
%%EndPage: "17" 19
%%Trailer
%%BoundingBox: 0 0 612 792
%%Pages: 18 1
%%DocumentFonts: Times-Bold
%%+ Times-BoldItalic
%%+ Times-Roman
%%+ Times-Italic
%%+ Courier
%%+ Helvetica-Bold
%%+ Helvetica
%%+ Helvetica-Oblique