%!
%%BoundingBox: (atend)
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
%
% ATHENE
% February 1990
% Volume II, Issue 1
% Contact
[email protected] for information.
%
% 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 following 3 lines together!
currentfile 5 string readline
00
0000000000
cleartomark
errordict /rangecheck FrameDict /tmprangecheck get put
FrameDict /bug get {
/readline {
/gstring exch def
/gfile exch def
/gindex 0 def
{
gfile read pop
dup 10 eq {exit} if
dup 13 eq {exit} if
gstring exch gindex exch put
/gindex gindex 1 add def
} loop
pop
gstring 0 gindex getinterval true
} def
} if
/FMVERSION {
FMversion ne {
/Times-Roman findfont 18 scalefont setfont
100 100 moveto
(FrameMaker version does not match postscript_prolog!)
dup =
show showpage
} if
} def
/FMLOCAL {
FrameDict begin
0 def
end
} def
/gstring FMLOCAL
/gfile FMLOCAL
/gindex FMLOCAL
/orgxfer FMLOCAL
/orgproc FMLOCAL
/organgle FMLOCAL
/orgfreq FMLOCAL
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 28 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: "1" 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 624 T
(T) 168 624 T
(H) 238.02 624 T
(E) 318.4 624 T
(N) 389.5 624 T
(E) 465.65 624 T
159.24 677.59 159.24 623.59 2 L
4 H
1 Z
4 X
N
228.94 678 228.94 624 2 L
N
308.89 678 308.89 624 2 L
N
380.05 678 380.05 624 2 L
N
456.03 678 456.03 624 2 L
N
72 558 540 720 R
3 H
2 Z
0 X
N
90 567 522 612 R
7 X
V
1 F
0 X
(The Online Magazine of Amateur Cr) 108.95 600 T
(eative W) 392.95 600 T
(riting) 460.07 600 T
72 72 540 540 R
N
90 468 522 522 R
7 X
V
2 F
0 X
(February 1990) 230.38 506 T
(V) 213.82 480 T
(olume II, Issue 1) 228.93 480 T
90 216 522 450 R
7 X
V
3 F
0 X
(Contents) 269.34 436.67 T
4 F
(Etc...) 90 390.67 T
5 F
( ) 120.7 390.67 T
(...............................................................\
..............................................) 125.93 390.67 T
( ) 511.51 390.67 T
4 F
(2) 515 390.67 T
6 F
(Jim McCabe) 450.89 374.67 T
90 342.54 353.56 343.3 R
V
7 F
(Cops, Cabs, and a Decent Pastrami Sandwich) 90 344.67 T
5 F
(..........................................) 363.8 344.67 T
( ) 511.51 344.67 T
4 F
(3) 515 344.67 T
6 F
(Craig Schlechter) 426.78 328.67 T
90 296.54 190.69 297.3 R
V
7 F
(Ouroboros Annie) 90 298.67 T
5 F
(...............................................................\
.........................) 199.39 298.67 T
( ) 511.51 298.67 T
4 F
(8) 515 298.67 T
6 F
(Jason Snell) 457.87 282.67 T
90 250.54 98.55 251.3 R
V
7 F
(T) 90 252.67 T
98.03 250.54 190.14 251.3 R
V
(rade Agreement) 98.03 252.67 T
5 F
(..............................................................\
........................) 199.39 252.67 T
( ) 504.51 252.67 T
4 F
(10) 508.01 252.67 T
6 F
(Phillip Nolte) 450.08 236.67 T
90 81 522 207 R
7 X
V
8 F
0 X
(A) 211.23 200.33 T
(THENE) 217.7 200.33 T
9 F
(, Copyright ) 252.69 200.33 T
(\251 1990 By Jim McCabe.) 300.73 200.33 T
10 F
(Cir) 237.19 188.33 T
(culation:) 250.16 188.33 T
9 F
( 532 \05018% PostScript\051) 286.25 188.33 T
(This magazine may be archived and reproduced without char) 98.18 176.33 T
(ge under the condition that it remains in its ) 342.25 176.33 T
-0.02 (entirety) 92.18 164.33 P
-0.02 (. The individual works within are the sole property of \
their respective authors, and no further use of ) 122.06 164.33 P
(these works is permitted without their explicit consent. This \
PostScript edition was created on a Sun ) 105.85 152.33 T
-0.4 (Microsystems workstation, running version 2.0 of the ) 90 140.33 P
10 F
-0.4 (FrameMaker) 304.01 140.33 P
9 F
-0.4 ( desktop publishing software from Frame ) 356.74 140.33 P
(T) 255.83 128.33 T
(echnology Corporation.) 261.23 128.33 T
8 F
(Subscriptions:) 103.9 116.33 T
9 F
( Athene is available in PostScript and ASCII form, and is distributed \
exclusively over ) 165.54 116.33 T
(electronic computer networks. All subscriptions are free. T)
136.75 104.33 T
(o subscribe, send email to ) 371.7 104.33 T
11 F
(
[email protected]) 100.75 92.33 T
9 F
(, with a message indicating which format \050PostScript or \
ASCII\051 is desired.) 213.95 92.33 T
216 468 396 468 2 L
6 H
1 Z
3 X
N
FMENDPAGE
%%EndPage: "1" 2
0 8 /Times-Bold FMDEFINEFONT
1 8 /Times-BoldItalic FMDEFINEFONT
2 11 /Times-Roman FMDEFINEFONT
3 11 /Times-Italic FMDEFINEFONT
6 12 /Times-BoldItalic FMDEFINEFONT
7 11 /Courier FMDEFINEFONT
8 18 /Times-BoldItalic FMDEFINEFONT
%%Page: "2" 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 741.67 T
(/) 117.74 741.67 T
1 F
(Etc...) 123.96 741.67 T
0 F
(page 2) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.67 T
385.5 657.63 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.25 657.21 226.5 72 2 L
N
385.1 668 72 668 2 L
3 H
3 X
N
216 63 396 369 R
7 X
V
72 369 222.11 657 R
V
2 F
0 X
-0.04 (Some of you may be wonder-) 90 649.67 P
-0.75 (ing just what happened to January) 72 636.67 P
-0.75 (, ) 217.37 636.67 P
-0.8 (and why there hasn\325) 72 623.67 P
-0.8 (t been an issue ) 158.18 623.67 P
(since mid-December) 72 610.67 T
(. After all, ) 162.62 610.67 T
(this magazine ) 72 597.67 T
3 F
(is) 135.47 597.67 T
2 F
( supposed to be ) 142.8 597.67 T
(monthly) 72 584.67 T
(, right?!?!?) 107.91 584.67 T
(Excuse number 1: W) 90 571.67 T
(inter ) 182.01 571.67 T
(Break. I lost a couple weeks of ) 72 558.67 T
-0.67 (good word-crunching time while I ) 72 545.67 P
(was away from school, visiting ) 72 532.67 T
(my family) 72 519.67 T
(.) 116.76 519.67 T
(Excuse number 2: The New ) 90 506.67 T
(Look. The PostScript edition of ) 72 493.67 T
(Athene now is greatly improved ) 72 480.67 T
(over the older style, and the ) 72 467.67 T
(changes took about one week to ) 72 454.67 T
(complete. For one thing, I started ) 72 441.67 T
(using a newer release of the pub-) 72 428.67 T
(lishing software, which was sub-) 72 415.67 T
(stantially dif) 72 402.67 T
(ferent from the older ) 127.04 402.67 T
(release. So I had to learn how to ) 72 389.67 T
(use all of it s new features, and ) 72 376.67 T
230.94 369 381.05 657 R
7 X
V
0 X
-0.2 (also learn the new ways to accom-) 230.94 649.67 P
(plish the old familiar tasks.) 230.94 636.67 T
(Those who read the \337at text ) 248.94 623.67 T
(versions will probably not notice ) 230.94 610.67 T
-0.66 (too much of a dif) 230.94 597.67 P
-0.66 (ference -- there is ) 303.78 597.67 P
(only so much one can do with ) 230.94 584.67 T
(straight ASCII. Sadly) 230.94 571.67 T
(, about 80% ) 325.14 571.67 T
(of the subscribers never see how ) 230.94 558.67 T
(nice the laser) 230.94 545.67 T
(-ready magazine ) 288.69 545.67 T
(looks. The PostScript version is ) 230.94 532.67 T
(the form I consider the \322true\323 ) 230.94 519.67 T
-0.44 (Athene, and I start working on the ) 230.94 506.67 P
(ASCII version only after I have ) 230.94 493.67 T
-0.48 (the ps release available to serve as ) 230.94 480.67 P
(a model.) 230.94 467.67 T
(So, this issue was delayed ) 248.94 454.67 T
-0.77 (long enough to make it more like a ) 230.94 441.67 P
-0.66 (February release, and that\325) 230.94 428.67 P
-0.66 (s how it ) 345.5 428.67 P
(will be labeled this time.) 230.94 415.67 T
-0.35 (I can foresee this style of jour-) 248.94 402.67 P
(nal becoming very popular in the ) 230.94 389.67 T
(near future, now that high-resolu-) 230.94 376.67 T
389.88 72 540 720 R
7 X
V
0 X
(tion printing and display devices ) 389.88 712.67 T
(are becoming so commonplace. ) 389.88 699.67 T
-0.88 (At the moment, I am only aware of ) 389.88 686.67 P
(one other magazine that is distrib-) 389.88 673.67 T
(uted preformatted, in some page ) 389.88 660.67 T
(description language like Post-) 389.88 647.67 T
-0.71 (Script. That magazine is Quanta, a ) 389.88 634.67 P
(close relative of Athene which ) 389.88 621.67 T
(specializes in science-\336ction-re-) 389.88 608.67 T
(lated topics. But there seems no ) 389.88 595.67 T
-0.04 (reason to stop at just \336ction jour-) 389.88 582.67 P
(nals. It would be nice to see all ) 389.88 569.67 T
-0.55 (sorts of magazines distributed this ) 389.88 556.67 P
-0.54 (way) 389.88 543.67 P
-0.54 (, catering to a fantastic variety ) 407.47 543.67 P
-0.15 (of interests. There is really no rea-) 389.88 530.67 P
(son why this shouldn\325) 389.88 517.67 T
(t happen ) 486.43 517.67 T
(over the next few years.) 389.88 504.67 T
-0.47 (In any case, here we are today ) 407.88 491.67 P
(with the \336rst issue in a new vol-) 389.88 478.67 T
-0.31 (ume of this magazine. I hope that, ) 389.88 465.67 P
-0.79 (with occasional feedback from the ) 389.88 452.67 P
-0.15 (subscribers, we can set a standard ) 389.88 439.67 P
(for excellence that will help to ) 389.88 426.67 T
-0.31 (make this medium more common-) 389.88 413.67 P
(place and respected.) 389.88 400.67 T
72 675 378 720 R
7 X
V
6 F
0 X
(Etc...) 72 712 T
2 F
(Jim McCabe) 72 698.67 T
7 F
(
[email protected]) 72 685.67 T
513 369 540 387 9 RR
V
0.5 H
N
8 F
7 X
1 K
(A) 520.5 372.86 T
FMENDPAGE
%%EndPage: "2" 3
%%Page: "3" 3
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Craig Schlechter) 72 741.67 T
(/) 131.51 741.67 T
1 F
(Cops, Cabs and a Decent Pastrami Sandwich) 137.73 741.67 T
0 F
(page 3) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
-0.92 (It was midnight, and Gabrielle ) 90 640.67 P
(and I were standing on the corner ) 72 627.67 T
(of Grant A) 72 614.67 T
(venue and 79th Street. ) 118.78 614.67 T
(She had the umbrella, and I was ) 72 601.67 T
(soaked. I was standing against a ) 72 588.67 T
(building, but that didn\325) 72 575.67 T
(t stop the ) 173.13 575.67 T
-0.18 (rain from hitting me. I pushed my ) 72 562.67 P
(suitcase further towards her) 72 549.67 T
(, to ) 193.29 549.67 T
(keep it dry) 72 536.67 T
(. A car in the distance ) 118.27 536.67 T
-0.08 (shone its lights on the back of her ) 72 523.67 P
-0.44 (head, making her hair glow with a ) 72 510.67 P
(bright yellow aura, while hiding ) 72 497.67 T
-0.39 (her face in shadow) 72 484.67 P
-0.39 (. I wasn\325) 152.79 484.67 P
-0.39 (t ready ) 189.94 484.67 P
(for this, and the \336rst thing it re-) 72 471.67 T
-0.54 (minded me of was an image of the ) 72 458.67 P
(Angel of Death from some late ) 72 445.67 T
-0.87 (movie I\325d seen. Then the car drove ) 72 432.67 P
(by) 72 419.67 T
(, and I could see her smiling, ) 82.27 419.67 T
(wide-eyed. It was midnight and ) 72 406.67 T
-0.31 (raining and we\325d been waiting for ) 72 393.67 P
-0.9 (a bus for the past hour) 72 380.67 P
-0.9 (, and still she ) 164.99 380.67 P
-0.41 (looked so happy) 72 367.67 P
-0.41 (, like there wasn\325) 142.48 367.67 P
-0.41 (t ) 216.72 367.67 P
(anything else in the world she\325d ) 72 354.67 T
(rather be doing.) 72 341.67 T
(Gabrielle was a strange girl. ) 90 328.67 T
(I\325m not talking speci\336cally about ) 72 315.67 T
-0.7 (her looks, although they were a bit ) 72 302.67 P
(unusual. She had a very round ) 72 289.67 T
(face. Not just the shape of her ) 72 276.67 T
(head, but the cut of her hair) 72 263.67 T
(, the ) 192.68 263.67 T
-0.35 (curve of her cheeks. Even the con-) 72 250.67 P
(cave slope of her nose seemed to ) 72 237.67 T
(add to the roundness. And espe-) 72 224.67 T
(cially her huge dark eyes, circled ) 72 211.67 T
(by round-framed glasses. I ) 72 198.67 T
(couldn\325) 72 185.67 T
(t tell you if the rest of her ) 105.36 185.67 T
-0.98 (body was similarly round, because ) 72 172.67 P
(she always wore layers of form-) 72 159.67 T
-0.05 (less, baggy clothes to hide her \336g-) 72 146.67 P
(ure.) 72 133.67 T
(What I really found strange ) 90 120.67 T
(about Gabrielle, though, was her ) 72 107.67 T
-0.75 (outlook on life. It was as if she had ) 72 94.67 P
-0.08 (been in a coma for the entire time ) 72 81.67 P
230.94 72 381.05 648 R
7 X
V
0 X
-0.67 (between her eighth and eighteenth ) 230.94 640.67 P
(birthday) 230.94 627.67 T
(. Nothing seemed to get ) 266.85 627.67 T
(her angry) 230.94 614.67 T
(. She could get conde-) 272.02 614.67 T
-0.88 (scending and preachy if you didn\325) 230.94 601.67 P
-0.88 (t ) 376.14 601.67 P
-0.28 (agree with her) 230.94 588.67 P
-0.28 (, but she would nev-) 292.78 588.67 P
-0.57 (er ar) 230.94 575.67 P
-0.57 (gue. Of course, that\325) 249.99 575.67 P
-0.57 (s because ) 337.66 575.67 P
-0.4 (she would never listen to what the ) 230.94 562.67 P
(other person had to say) 230.94 549.67 T
(. Before I ) 332.14 549.67 T
(met her) 230.94 536.67 T
(, I\325d never known anyone ) 263.76 536.67 T
(who sincerely believed that God ) 230.94 523.67 T
(looked out for the \324pure of heart\325. ) 230.94 510.67 T
(I\325m Jewish, and to me, the exist-) 230.94 497.67 T
(ence of this kind of naivete in the ) 230.94 484.67 T
(1980\325) 230.94 471.67 T
(s is nothing short of incredi-) 255.97 471.67 T
(ble. One of the \336rst things I ) 230.94 458.67 T
(learned, back when I was seven ) 230.94 445.67 T
(and our pet collie got sick and ) 230.94 432.67 T
(died, was that life is not fair) 230.94 419.67 T
(. ) 353.31 419.67 T
(That\325) 230.94 406.67 T
(s the cornerstone of Jewish ) 254.13 406.67 T
-0.79 (belief. So when I see that someone ) 230.94 393.67 P
(has written a novel about \322Why ) 230.94 380.67 T
(Bad Things Happen to Good Peo-) 230.94 367.67 T
(ple,\323 I just have to laugh.) 230.94 354.67 T
-0.15 (I remember being invited to a ) 248.94 341.67 P
(party her roommates were throw-) 230.94 328.67 T
(ing for her) 230.94 315.67 T
(. It was her nineteenth ) 276.71 315.67 T
(birthday) 230.94 302.67 T
(, and I had been invited ) 266.85 302.67 T
(even though I didn\325) 230.94 289.67 T
(t know her all ) 317.1 289.67 T
(that well. I made her a gag gift. I ) 230.94 276.67 T
-0.48 (had taken a \322Beware of Dog\323 sign ) 230.94 263.67 P
(and switched the letters so that it ) 230.94 250.67 T
-0.51 (read, \322Beware of God\323. She loved ) 230.94 237.67 P
-0.31 (it. She put it up outside her house, ) 230.94 224.67 P
(and it\325) 230.94 211.67 T
(s still there. I guess she ) 258.72 211.67 T
(thinks anyone who tries to break ) 230.94 198.67 T
(into her house will get struck by ) 230.94 185.67 T
(lightning or something. W) 230.94 172.67 T
(ell, the ) 346.04 172.67 T
-1.02 (only thing I really remember about ) 230.94 159.67 P
-0.08 (that party was that during a lull at ) 230.94 146.67 P
-0.98 (the beginning, when everyone else ) 230.94 133.67 P
(was getting everything set up, ) 230.94 120.67 T
(Gabrielle said to me, \322So, Craig, ) 230.94 107.67 T
(are you eating right?\323 I asked her ) 230.94 94.67 T
(what she meant, and she said, ) 230.94 81.67 T
389.88 72 540 720 R
7 X
V
0 X
(\322Y) 389.88 712.67 T
(ou know) 401.6 712.67 T
(, three square meals a ) 439.03 712.67 T
-0.21 (day) 389.88 699.67 P
-0.21 (.\323 I assured her that I was. She ) 405.04 699.67 P
-0.09 (said this was good. I was tempted ) 389.88 686.67 P
(to ask her why she wanted to ) 389.88 673.67 T
-0.04 (know) 389.88 660.67 P
-0.04 (, but then some guests ar-) 413.58 660.67 P
(rived and the party got started.) 389.88 647.67 T
(So what was I doing there, ) 407.88 634.67 T
(soaking wet, staring up into the ) 389.88 621.67 T
-0.56 (street lamp, waiting on that corner ) 389.88 608.67 P
(with Gabrielle? W) 389.88 595.67 T
(ell, I hadn\325) 470.16 595.67 T
(t ) 517.86 595.67 T
-0.98 (planned on it. Thanksgiving Break ) 389.88 582.67 P
(was over) 389.88 569.67 T
(, and I was returning to ) 428.8 569.67 T
(school. My train had gotten into ) 389.88 556.67 T
(the station \336ve hours later than ) 389.88 543.67 T
(scheduled due to some blockage ) 389.88 530.67 T
(on the tracks. I happened to run ) 389.88 517.67 T
-0.38 (into her at the station; she had just ) 389.88 504.67 P
-0.46 (come in from South Carolina. Her ) 389.88 491.67 P
(parents had seen her of) 389.88 478.67 T
(f, and she ) 490.97 478.67 T
(had brought explicit written in-) 389.88 465.67 T
-0.05 (structions on which bus to take to ) 389.88 452.67 P
(get back to our campus. Unfortu-) 389.88 439.67 T
(nately) 389.88 426.67 T
(, her train had arrived late ) 416.02 426.67 T
(also, and the bus on her list, the ) 389.88 413.67 T
(44B, didn\325) 389.88 400.67 T
(t run after ten o\325clock.) 436.69 400.67 T
(I suggested we get a cab. She ) 407.88 387.67 T
(said that she didn\325) 389.88 374.67 T
(t have enough ) 469.94 374.67 T
(money) 389.88 361.67 T
(, and it was foolish to pay ) 419.08 361.67 T
(ten dollars each when the bus ) 389.88 348.67 T
(could make the trip for a dollar ) 389.88 335.67 T
(and \336fty cents. I couldn\325) 389.88 322.67 T
(t just ) 497.4 322.67 T
(leave her there, so I said okay) 389.88 309.67 T
(, ) 520.05 309.67 T
(we\325ll take the bus. The guy at the ) 389.88 296.67 T
-0.19 (information desk told us about an-) 389.88 283.67 P
(other route we could take \050the ) 389.88 270.67 T
(49A\051, with only two transfers re-) 389.88 257.67 T
(quired \050the 45C and 44A.\051 She ) 389.88 244.67 T
(wrote it all down on that little ) 389.88 231.67 T
(piece of paper) 389.88 218.67 T
(, which I noticed ) 451.67 218.67 T
(had her name and address in gold ) 389.88 205.67 T
(lettering at the top.) 389.88 192.67 T
-0.32 (I had a bad feeling as I got of) 407.88 179.67 P
-0.32 (f ) 533.91 179.67 P
(that \336rst bus. The driver seemed ) 389.88 166.67 T
(surprised that we were asking for ) 389.88 153.67 T
(transfers. I could have sworn I ) 389.88 140.67 T
(heard him laugh as he drove of) 389.88 127.67 T
(f, ) 525.76 127.67 T
(but Gabrielle assured me it was ) 389.88 114.67 T
-0.26 (the sound of exhaust from the bus.) 389.88 101.67 P
(And an hour later) 407.88 88.67 T
(, we were ) 484.64 88.67 T
(still there, on the corner of Fifth ) 389.88 75.67 T
72 666 378 720 R
7 X
V
72 710.18 294.91 710.82 R
0 X
V
6 F
(Cops, Cabs and a Decent Pastrami Sandwich) 72 712 T
2 F
(By Craig Schlechter) 72 698.67 T
7 F
(
[email protected]) 72 685.67 T
2 F
(Copyright ) 72 672.67 T
9 F
(\251) 119.31 672.67 T
2 F
( 1989 by Craig Schlechter) 126.9 672.67 T
FMENDPAGE
%%EndPage: "3" 4
%%Page: "4" 4
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Craig Schlechter) 72 741.67 T
(/) 131.51 741.67 T
1 F
(Cops, Cabs and a Decent Pastrami Sandwich) 137.73 741.67 T
0 F
(page 4) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
-0.68 (and 79, waiting for a bus I knew in ) 72 712.67 P
-0.61 (my heart would never come. I was ) 72 699.67 P
(now certain that the 45C existed ) 72 686.67 T
(only in the imagination of the De-) 72 673.67 T
(partment of Mass T) 72 660.67 T
(ransportation. ) 157.97 660.67 T
(Y) 72 647.67 T
(ou know) 78.83 647.67 T
(, like the Flying Dutch-) 116.26 647.67 T
-0.88 (man or something, a bus spoken of ) 72 634.67 P
-0.05 (only in whispers, that appears out ) 72 621.67 P
(of the fog, then rolls of) 72 608.67 T
(f into the ) 173.11 608.67 T
(distance. I pictured Charon the ) 72 595.67 T
(Ferryman from the Greek myths, ) 72 582.67 T
(who ushers dead souls across the ) 72 569.67 T
(River Styx to the underworld, I ) 72 556.67 T
-0.06 (could see him in the driver) 72 543.67 P
-0.06 (\325) 189.58 543.67 P
-0.06 (s seat. ) 192.64 543.67 P
(He had a blue bus driver) 72 530.67 T
(\325) 180.1 530.67 T
(s cap ) 183.16 530.67 T
-0.22 (covering the shiny bone at the top ) 72 517.67 P
(of his skull. His hand, like a mis-) 72 504.67 T
(shapen cluster of Kellogg\325) 72 491.67 T
(s Rice ) 187.64 491.67 T
(Krispies, pointed down the aisle, ) 72 478.67 T
(and a voice like steel scraping ) 72 465.67 T
(steel said, \322Come on in, Craig. ) 72 452.67 T
(Plenty of room.\323) 72 439.67 T
(\322The bus is real late,\323 Gabri-) 90 426.67 T
(elle said.) 72 413.67 T
-0.47 (\322Y) 90 400.67 P
-0.47 (es, it is,\323 I said. Cautiously) 101.71 400.67 P
-0.47 (, ) 217.08 400.67 P
(I added, \322Look, there\325) 72 387.67 T
(s a taxi ) 168.71 387.67 T
(down there.\323) 72 374.67 T
-0.44 (It was really easy to catch any ) 90 361.67 P
-0.66 (movement on the streets, since the ) 72 348.67 P
(only thing out that night besides ) 72 335.67 T
-0.77 (Gabrielle and I was the rain. Of) 72 322.67 P
-0.77 (f in ) 205.96 322.67 P
(the distance, I could see a yellow ) 72 309.67 T
(car approaching, the rain glisten-) 72 296.67 T
(ing in its headlights. Actually) 72 283.67 T
(, I ) 200.99 283.67 T
-0.71 (could tell it was a taxi before I saw ) 72 270.67 P
(what color it was, simply by the ) 72 257.67 T
(way he was driving.) 72 244.67 T
(\322Um,\323 she said. I knew what ) 90 231.67 T
-0.56 (that meant. Every time I even hint-) 72 218.67 P
-0.92 (ed that we give up waiting and \336nd ) 72 205.67 P
-0.1 (a cab, she refused. She was down-) 72 192.67 P
(right indignant about it. When I ) 72 179.67 T
(asked her why) 72 166.67 T
(, all she would say ) 134.74 166.67 T
-0.04 (was, \322If God had meant for me to ) 72 153.67 P
-0.78 (take a taxi, there wouldn\325) 72 140.67 P
-0.78 (t be a bus ) 180.67 140.67 P
(route leading right to my door) 72 127.67 T
(.\323) 203.53 127.67 T
(It didn\325) 90 114.67 T
(t really make much ) 122.45 114.67 T
-0.45 (dif) 72 101.67 P
-0.45 (ference, anyway) 84.01 101.67 P
-0.45 (. The cab I saw ) 154.82 101.67 P
(was of) 72 88.67 T
(f-duty) 100.78 88.67 T
(. For the past half an ) 126.92 88.67 T
(hour) 72 75.67 T
(, all the taxis that passed by ) 91.7 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
(were of) 230.94 712.67 T
(f-duty) 263.99 712.67 T
(, or full of passen-) 290.13 712.67 T
(gers. That\325) 230.94 699.67 T
(s the way the city ) 277.93 699.67 T
-0.44 (works. The three things in the city ) 230.94 686.67 P
(you can\325) 230.94 673.67 T
(t \336nd when you need ) 268.88 673.67 T
(them are cops, cabs and a decent ) 230.94 660.67 T
(pastrami sandwich. It never fails.) 230.94 647.67 T
-0.36 (I was getting tired of standing ) 248.94 634.67 P
-0.88 (in the rain. The only sound was the ) 230.94 621.67 P
-0.65 (splatter of water and the hissing of ) 230.94 608.67 P
-0.35 (cars in the distance. It would have ) 230.94 595.67 P
-0.65 (been easy enough to start up a con-) 230.94 582.67 P
(versation with Gabrielle, but to ) 230.94 569.67 T
-0.11 (tell the truth, I was afraid to. T) 230.94 556.67 P
-0.11 (alk-) 363.97 556.67 P
(ing to Gabrielle is like playing ) 230.94 543.67 T
(verbal Russian Roulette. Sooner ) 230.94 530.67 T
-0.18 (or later) 230.94 517.67 P
-0.18 (, you\325re going to say some-) 261.74 517.67 P
(thing that she will \336nd of) 230.94 504.67 T
(fensive, ) 341.53 504.67 T
-0.41 (and your conversation turns into a ) 230.94 491.67 P
-0.92 (sermon. It could be anything, from ) 230.94 478.67 P
(a food that she \336nds \324yucky\325 to a ) 230.94 465.67 T
(book she thinks is \324blasphemous\325.) 230.94 452.67 T
(I yawned, and when I opened ) 248.94 439.67 T
(my eyes, this taxi was pulling up ) 230.94 426.67 T
(in front of us, nearly running into ) 230.94 413.67 T
(the lamp post but neatly avoiding ) 230.94 400.67 T
-0.54 (it. I had no idea where it had come ) 230.94 387.67 P
-0.9 (from. Actually) 230.94 374.67 P
-0.9 (, just calling it a taxi ) 294.01 374.67 P
-0.24 (doesn\325) 230.94 361.67 P
-0.24 (t do the car justice. It was a ) 260.03 361.67 P
(jalopy) 230.94 348.67 T
(. I don\325) 257.69 348.67 T
(t know much about ) 289.53 348.67 T
-0.2 (cars, but I can tell a jalopy when I ) 230.94 335.67 P
(see one. Dark orange rust coated ) 230.94 322.67 T
-0.81 (the bottom of the car) 230.94 309.67 P
-0.81 (, like diseased ) 318.8 309.67 P
(fringe. The front fender was com-) 230.94 296.67 T
(pletely missing, and it had taken ) 230.94 283.67 T
(the headlight with it. There was a ) 230.94 270.67 T
(huge dent in the back door) 230.94 257.67 T
(, and a ) 347.36 257.67 T
(piece of clear plastic was taped ) 230.94 244.67 T
-0.24 (across the window) 230.94 231.67 P
-0.24 (. It had the typi-) 311.52 231.67 P
(cal checkered pattern along the ) 230.94 218.67 T
(side, but the sign on the roof had ) 230.94 205.67 T
(been smashed of) 230.94 192.67 T
(f.) 303.97 192.67 T
(The driver leaned over to the ) 248.94 179.67 T
(passenger window and rolled it ) 230.94 166.67 T
(down. He was a thin-faced man, ) 230.94 153.67 T
(wearing a ratty sheepskin coat. ) 230.94 140.67 T
-0.79 (His hair was slicked back, and two ) 230.94 127.67 P
-0.04 (gold teeth \337ashed out from a car-) 230.94 114.67 P
(nivorous grin. He had thick eye-) 230.94 101.67 T
(brows, and his eyes were set so ) 230.94 88.67 T
(deep, you couldn\325) 230.94 75.67 T
(t see them.) 309.77 75.67 T
389.88 72 540 720 R
7 X
V
0 X
(\322Y) 407.88 712.67 T
(ou two need a ride?\323 he ) 419.6 712.67 T
(asked.) 389.88 699.67 T
-0.82 (I nearly burst out laughing. As ) 407.88 686.67 P
(far as I was concerned, it didn\325) 389.88 673.67 T
(t ) 525.45 673.67 T
(matter if this guy were pulling a ) 389.88 660.67 T
(rickshaw) 389.88 647.67 T
(. I\325d be damned if I was ) 428.83 647.67 T
-0.54 (going to wait out in the rain for an-) 389.88 634.67 P
(other hour) 389.88 621.67 T
(. Here was my ticket ) 434.74 621.67 T
(home, how could I refuse?) 389.88 608.67 T
-0.55 (As I opened my mouth, Gabri-) 407.88 595.67 P
(elle piped up. \322No, thank you, ) 389.88 582.67 T
(mister) 389.88 569.67 T
(,\323 she said.) 416.91 569.67 T
(\322Hey) 407.88 556.67 T
(,\323 the man said. \322A nice ) 430.35 556.67 T
(lady like yourself shouldn\325) 389.88 543.67 T
(t be ) 507.78 543.67 T
-0.23 (standing out in the rain this late at ) 389.88 530.67 P
(night. Come on, I\325ll take you any-) 389.88 517.67 T
(where you want to go.\323) 389.88 504.67 T
-0.35 (I could see she was starting to ) 407.88 491.67 P
(stretch her lips, forming the word ) 389.88 478.67 T
-0.83 (\322No\323. If she used that magic word, ) 389.88 465.67 P
-0.79 (our ride to safety would disappear) 389.88 452.67 P
-0.79 (, ) 535.3 452.67 P
(leaving us stranded.) 389.88 439.67 T
(\322Listen, Gabrielle,\323 I said. ) 407.88 426.67 T
(\322It\325) 389.88 413.67 T
(s late, I\325m cold and I\325m wet. ) 404.53 413.67 T
-0.23 (All I want to do is go home. Now) 389.88 400.67 P
-0.23 (. ) 534.73 400.67 P
(I\325ll pay for the taxi, the whole ) 389.88 387.67 T
(thing. I don\325) 389.88 374.67 T
(t care anymore. Let\325) 444.31 374.67 T
(s ) 532.78 374.67 T
(just get out of here. Okay?\323) 389.88 361.67 T
(She stood there, thinking. I ) 407.88 348.67 T
-0.13 (tried to look as wet and miserable ) 389.88 335.67 P
(as possible.) 389.88 322.67 T
(\322W) 407.88 309.67 T
(ell, alright,\323 she said.) 422.26 309.67 T
(The driver popped the trunk ) 407.88 296.67 T
(open and I put our suitcases in. ) 389.88 283.67 T
(Gabrielle sat in the front seat, I ) 389.88 270.67 T
-0.93 (took the back. I wasn\325) 389.88 257.67 P
-0.93 (t surprised at ) 483.29 257.67 P
(the condition of the interior) 389.88 244.67 T
(. The ) 510.12 244.67 T
(seat covers were torn, and graf) 389.88 231.67 T
(\336ti ) 524.52 231.67 T
-0.04 (was scribbled all over the back of ) 389.88 218.67 P
(the seats. There was a plexiglass ) 389.88 205.67 T
(divider between the front and ) 389.88 192.67 T
(back, with a small opening in the ) 389.88 179.67 T
-1.1 (center) 389.88 166.67 P
-1.1 (. The plexiglass was covered ) 416.12 166.67 P
(with stains I didn\325) 389.88 153.67 T
(t even want to ) 469.34 153.67 T
(try and identify) 389.88 140.67 T
(.) 456.91 140.67 T
(I was a bit surprised that the ) 407.88 127.67 T
(driver had allowed Gabrielle to ) 389.88 114.67 T
-0.5 (take the front seat, but I wasn\325) 389.88 101.67 P
-0.5 (t go-) 520.05 101.67 P
(ing to ar) 389.88 88.67 T
(gue. It was like now) 426.3 88.67 T
(, I ) 514.38 88.67 T
(didn\325) 389.88 75.67 T
(t feel obligated to act like I ) 412.88 75.67 T
FMENDPAGE
%%EndPage: "4" 5
%%Page: "5" 5
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Craig Schlechter) 72 741.67 T
(/) 131.51 741.67 T
1 F
(Cops, Cabs and a Decent Pastrami Sandwich) 137.73 741.67 T
0 F
(page 5) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(was having a good time. Every ) 72 712.67 T
-0.23 (time I saw her smiling on that bus ) 72 699.67 P
(stop, she seemed to be saying, ) 72 686.67 T
(\322Aren\325) 72 673.67 T
(t you having fun?\323 After ) 102.3 673.67 T
-0.27 (just \336ve minutes of it, I was ready ) 72 660.67 P
-0.1 (to ask her \322What\325) 72 647.67 P
-0.1 (s so goddamned ) 148.88 647.67 P
(fun about this?\323) 72 634.67 T
(The driver turned around and ) 90 621.67 T
(asked me where we were going. I ) 72 608.67 T
(didn\325) 72 595.67 T
(t even get a word out. Gabri-) 94.99 595.67 T
(elle told him the name of the col-) 72 582.67 T
(lege, and the nearest major street, ) 72 569.67 T
(and several of the lar) 72 556.67 T
(ger intersec-) 163.93 556.67 T
(tions near campus, until he said ) 72 543.67 T
(\322Okay) 72 530.67 T
(, I know where that is.\323) 99.96 530.67 T
(I looked through the hole in ) 90 517.67 T
(the plexiglass, just to make sure ) 72 504.67 T
(there wasn\325) 72 491.67 T
(t anything vital miss-) 122.75 491.67 T
(ing up front, like the steering ) 72 478.67 T
-0.65 (wheel. That was there, but half the ) 72 465.67 P
(dashboard was gone. Something ) 72 452.67 T
(else was missing as well, but I ) 72 439.67 T
(couldn\325) 72 426.67 T
(t quite place it. It wasn\325) 105.36 426.67 T
(t ) 208.91 426.67 T
-0.57 (until he started the engine that I re-) 72 413.67 P
(alized that the cab didn\325) 72 400.67 T
(t have a ) 177.37 400.67 T
-0.12 (meter) 72 387.67 P
-0.12 (. There wasn\325) 96.41 387.67 P
-0.12 (t even a CB ra-) 156.07 387.67 P
0 (dio on what remained of the dash-) 72 374.67 P
(board.) 72 361.67 T
(So, I said, \322Uh, excuse me...-) 90 348.67 T
(how much is this going to cost?\323) 72 335.67 T
(\322Oh, twenty-\336ve dollars,\323 he ) 90 322.67 T
(said. That was a little more than ) 72 309.67 T
(what I had expected, but I wasn\325) 72 296.67 T
(t ) 214.89 296.67 T
0 (about to go back to waiting in the ) 72 283.67 P
(rain for the Phantom Bus 45C.) 72 270.67 T
(And with a screech of tires, ) 90 257.67 T
(we were of) 72 244.67 T
(f.) 120.6 244.67 T
-0.76 (I had learned my city etiquette ) 90 231.67 P
(lessons a long time ago. Number ) 72 218.67 T
(one was, when you\325re walking ) 72 205.67 T
(down the street, never make eye ) 72 192.67 T
(contact with anyone. There\325) 72 179.67 T
(s cra-) 194.65 179.67 T
(zy people out there who will yell ) 72 166.67 T
-0.88 (at you if you look at them \324wrong\325. ) 72 153.67 P
-0.35 (When I was fourteen, a friend and ) 72 140.67 P
(I were just walking along, mind-) 72 127.67 T
(ing our own business, when this ) 72 114.67 T
-0.27 (old man walked right up to us. He ) 72 101.67 P
(started yelling at my friend, \322Y) 72 88.67 T
(ou ) 208.21 88.67 T
(got a problem or something, you ) 72 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.83 (got a problem?\323 All my friend was ) 230.94 712.67 P
(guilty of was looking at this de-) 230.94 699.67 T
(ranged man as we walked past ) 230.94 686.67 T
(him. So, I learned that rule really ) 230.94 673.67 T
-0.57 (well. The second rule, and I\325m not ) 230.94 660.67 P
(sure who taught me this, was to ) 230.94 647.67 T
(keep conversation with cab driv-) 230.94 634.67 T
(ers down to a minimum. I think ) 230.94 621.67 T
-0.74 (it\325) 230.94 608.67 P
-0.74 (s because the less you open your ) 240.1 608.67 P
(mouth, the less chance you\325ll re-) 230.94 595.67 T
-0.09 (veal that you\325re just a tourist, that ) 230.94 582.67 P
(you don\325) 230.94 569.67 T
(t live in the city) 270.11 569.67 T
(. This is ) 338.37 569.67 T
(important, because there are plen-) 230.94 556.67 T
-0.84 (ty of cabbies out there who will try ) 230.94 543.67 P
(and cheat passengers who don\325) 230.94 530.67 T
(t ) 367.42 530.67 T
(know any better) 230.94 517.67 T
(.) 301.12 517.67 T
(That was why I was keeping ) 248.94 504.67 T
-0.62 (my mouth shut, not to mention the ) 230.94 491.67 P
-0.19 (fact that being sealed of) 230.94 478.67 P
-0.19 (f from the ) 334.94 478.67 P
(front seat as if I were in a police ) 230.94 465.67 T
-1.09 (car didn\325) 230.94 452.67 P
-1.09 (t encourage conversation. ) 269.01 452.67 P
(Unfortunately) 230.94 439.67 T
(, Gabrielle\325) 291.86 439.67 T
(s from ) 341.29 439.67 T
(South Carolina, and hadn\325) 230.94 426.67 T
(t even ) 346.09 426.67 T
(been to a lar) 230.94 413.67 T
(ge city until she was ) 284.74 413.67 T
(eighteen. Right after she fastened ) 230.94 400.67 T
-0.96 (her seat belt, which even the driver ) 230.94 387.67 P
-0.93 (hadn\325) 230.94 374.67 P
-0.93 (t done, she proceeded to start ) 255.76 374.67 P
(up a conversation. W) 230.94 361.67 T
(e soon ) 323.42 361.67 T
-0.78 (learned that our driver) 230.94 348.67 P
-0.78 (\325) 326.94 348.67 P
-0.78 (s name was ) 330 348.67 P
(Chico. He told us rather emphati-) 230.94 335.67 T
-0.28 (cally that he didn\325) 230.94 322.67 P
-0.28 (t work full-time ) 309.56 322.67 P
(as a cabbie. He only needed to ) 230.94 309.67 T
(make an extra hundred dollars or ) 230.94 296.67 T
(so to pay for his car insurance.) 230.94 283.67 T
(Meanwhile, I looked out the ) 248.94 270.67 T
(windshield, and noticed that he ) 230.94 257.67 T
-0.57 (was driving on the left side, on the ) 230.94 244.67 P
-0.96 (wrong side of the road. He breezed ) 230.94 231.67 P
-0.65 (right through a red light, and I saw ) 230.94 218.67 P
-0.49 (headlights in the distance, coming ) 230.94 205.67 P
-0.49 (straight towards us. I remembered ) 230.94 192.67 P
(the taxi\325) 230.94 179.67 T
(s broken headlight. The ) 266.65 179.67 T
(car ahead honked, God knows ) 230.94 166.67 T
-0.44 (how he saw us coming, and Chico ) 230.94 153.67 P
(slid calmly back to the right side ) 230.94 140.67 T
(of the road, completely innocent, ) 230.94 127.67 T
(as if he were just changing lanes.) 230.94 114.67 T
(Chico was still talking, he ) 248.94 101.67 T
-0.88 (didn\325) 230.94 88.67 P
-0.88 (t even break rhythm. He said, ) 253.94 88.67 P
(\322No, most of the time, I work in ) 230.94 75.67 T
389.88 72 540 720 R
7 X
V
0 X
(movies. I\325m an extra, you know) 389.88 712.67 T
(, ) 529.22 712.67 T
(for those action movies. There\325) 389.88 699.67 T
(s ) 526.88 699.67 T
-0.95 (this company called T) 389.88 686.67 P
-0.95 (oughs, that\325) 483.61 686.67 P
-0.95 (s ) 533.93 686.67 P
-0.12 (where I work. Whenever Stallone ) 389.88 673.67 P
(or Schwarzenegger needs some ) 389.88 660.67 T
-0.19 (bad guys, you know) 389.88 647.67 P
-0.19 (, some enemy ) 477.1 647.67 P
-0.38 (soldiers to kill, they go to T) 389.88 634.67 P
-0.38 (oughs. ) 508.64 634.67 P
(It\325) 389.88 621.67 T
(s great, I was in Raw Deal. It\325) 399.65 621.67 T
(s ) 530.54 621.67 T
0 (just there\325) 389.88 608.67 P
0 (s not a lot of work right ) 433.52 608.67 P
(now) 389.88 595.67 T
(, so I\325m doing this.\323) 408.09 595.67 T
(And all this time, I was think-) 407.88 582.67 T
-0.7 (ing, only a hundred dollars for this ) 389.88 569.67 P
(maniac\325) 389.88 556.67 T
(s car insurance!) 424.67 556.67 T
(By now I felt like I was on ) 407.88 543.67 T
-0.37 (some demented carnival ride. The ) 389.88 530.67 P
(whole situation, with Chico the ) 389.88 517.67 T
-0.12 (Cannon Fodder at the wheel, driv-) 389.88 504.67 P
(ing as if he was the last person ) 389.88 491.67 T
-0.34 (alive in the entire city) 389.88 478.67 P
-0.34 (, was almost ) 483.64 478.67 P
(surreal. I couldn\325) 389.88 465.67 T
(t believe it was ) 465.04 465.67 T
-0.12 (really happening. I was expecting ) 389.88 452.67 P
(to see little cardboard pictures of ) 389.88 439.67 T
(Mr) 389.88 426.67 T
(. Badger and the W) 402.7 426.67 T
(easel gang ) 486.95 426.67 T
(pop up, like in Mr) 389.88 413.67 T
(. T) 468.93 413.67 T
(oad\325) 480.37 413.67 T
(s W) 499.29 413.67 T
(ild ) 516.24 413.67 T
(Ride at Disney W) 389.88 400.67 T
(orld. Only it ) 467.43 400.67 T
(would be cutouts of women with ) 389.88 387.67 T
-0.62 (shopping carts, businessmen drop-) 389.88 374.67 P
-0.56 (ping their attaches, all with crazed ) 389.88 361.67 P
(looks of horror on their faces. ) 389.88 348.67 T
(That\325) 389.88 335.67 T
(s why I wasn\325) 413.08 335.67 T
(t afraid. I was ) 474.2 335.67 T
(so sure that any moment, the car ) 389.88 322.67 T
(would stop, and the doors would ) 389.88 309.67 T
-0.73 (automatically open, and we would ) 389.88 296.67 P
(step out and be home.) 389.88 283.67 T
(\322This is the turn-of) 407.88 270.67 T
(f, up ) 491.6 270.67 T
(ahead,\323 Gabrielle said. I looked ) 389.88 257.67 T
(out the window) 389.88 244.67 T
(. W) 457.53 244.67 T
(e were almost ) 472.51 244.67 T
(home.) 389.88 231.67 T
-0.1 (\322Okay) 407.88 218.67 P
-0.1 (, that\325ll be \336fty bucks,\323 ) 435.85 218.67 P
(Chico said.) 389.88 205.67 T
(I reminded him that he had ) 407.88 192.67 T
-0.41 (said the trip would only cost twen-) 389.88 179.67 P
(ty-\336ve dollars.) 389.88 166.67 T
(\322Each,\323 Chico said.) 407.88 153.67 T
-0.91 (\322That\325) 407.88 140.67 P
-0.91 (s crazy) 435.95 140.67 P
-0.91 (,\323 I said, \322I won\325) 465.13 140.67 P
-0.91 (t ) 535.11 140.67 P
(give you \336fty) 389.88 127.67 T
(.\323) 448.38 127.67 T
-0.1 (\322Stop at the blue house,\323 said ) 407.88 114.67 P
(Gabrielle. \322The one with the big ) 389.88 101.67 T
(bright light on in front.\323) 389.88 88.67 T
-0.33 (\322Y) 407.88 75.67 P
-0.33 (ou want to go home, it\325) 419.6 75.67 P
-0.33 (s \336f-) 519.88 75.67 P
FMENDPAGE
%%EndPage: "5" 6
%%Page: "6" 6
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Craig Schlechter) 72 741.67 T
(/) 131.51 741.67 T
1 F
(Cops, Cabs and a Decent Pastrami Sandwich) 137.73 741.67 T
0 F
(page 6) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(ty bucks,\323 Chico said.) 72 712.67 T
(\322Look,\323 I said, \322you told us ) 90 699.67 T
(twenty-\336ve dollars. I wouldn\325) 72 686.67 T
(t ) 203.01 686.67 T
(have done this if you had told us ) 72 673.67 T
(twenty-\336ve each.\323) 72 660.67 T
(\322This one this one this one ) 90 647.67 T
(here on the left,\323 Gabrielle said.) 72 634.67 T
(\322No, man, it\325) 90 621.67 T
(s \336fty) 147.37 621.67 T
(.\323) 171.99 621.67 T
(\322Sorry) 90 608.67 T
(, I ain\325) 118.57 608.67 T
(t giving you \336f-) 147.36 608.67 T
(ty) 72 595.67 T
(.\323) 79.83 595.67 T
-0.46 (Chico slammed his foot to the ) 90 582.67 P
(\337oor) 72 569.67 T
(, and we sped of) 92.31 569.67 T
(f.) 163.81 569.67 T
(\322Y) 90 556.67 T
(ou passed it!\323 Gabrielle ) 101.71 556.67 T
(said.) 72 543.67 T
-0.37 (\322Fifty bucks,\323 Chico said, \322or ) 90 530.67 P
(I take you right back to where I ) 72 517.67 T
(picked you up.\323) 72 504.67 T
-0.18 (I really think he meant it, too. ) 90 491.67 P
(I think he would have driven all ) 72 478.67 T
(the way back and left us there, if ) 72 465.67 T
(Gabrielle hadn\325) 72 452.67 T
(t been...well, ) 140.45 452.67 T
-0.33 (hadn\325) 72 439.67 P
-0.33 (t been Gabrielle. She started ) 96.82 439.67 P
(insisting that he turn back around ) 72 426.67 T
(and let us of) 72 413.67 T
(f. He shouted back ) 125.81 413.67 T
(about how we shouldn\325) 72 400.67 T
(t have got-) 174.63 400.67 T
(ten into the cab if we were going ) 72 387.67 T
(to try and cheat him. He was pay-) 72 374.67 T
-0.88 (ing almost no attention to the road, ) 72 361.67 P
-0.79 (just driving in a straight line, away ) 72 348.67 P
-0.05 (from her house. They yelled back ) 72 335.67 P
-0.41 (and forth, and I was lost. I mean, I ) 72 322.67 P
(still thought that this was a big ) 72 309.67 T
(amusement park ride, but now ) 72 296.67 T
(with a bigger price of admission.) 72 283.67 T
(I think that if Gabrielle had ) 90 270.67 T
-0.52 (kept quiet, he would have gone all ) 72 257.67 P
-0.23 (the way back into the city and left ) 72 244.67 P
-0.48 (us. Instead, he turned into an alley ) 72 231.67 P
(and screeched the car to a stop. I ) 72 218.67 T
-0.5 (sat there in the dark for a moment, ) 72 205.67 P
-0.31 (still not sure if this was really hap-) 72 192.67 P
(pening. I looked up at Chico. He ) 72 179.67 T
(was holding something, a dull ) 72 166.67 T
(grey metal thing.) 72 153.67 T
(\322Have to do things the hard ) 90 140.67 T
(way) 72 127.67 T
(, right?\323 Chico said. I leaned ) 89.59 127.67 T
(forward to get a better look, then ) 72 114.67 T
-0.92 (\337ew back. It was a gun, and he was ) 72 101.67 P
(pointing it at Gabrielle. \322Okay) 72 88.67 T
(, ) 205.24 88.67 T
-0.03 (lady) 72 75.67 P
-0.03 (, drop your purse and get out. ) 90.2 75.67 P
230.94 72 381.05 720 R
7 X
V
0 X
(And you too, asshole. Just throw ) 230.94 712.67 T
-0.31 (your wallet through the glass here ) 230.94 699.67 P
(and get out.\323 He tapped on the ) 230.94 686.67 T
(plexiglass angrily) 230.94 673.67 T
(.) 308.04 673.67 T
-0.18 (It took a moment for me to re-) 248.94 660.67 P
(alize that I was staring through a ) 230.94 647.67 T
(sheet of plexiglass at a short ) 230.94 634.67 T
0 (greasy-haired man holding a gun. ) 230.94 621.67 P
-0.35 (My \336rst thought was, is that a real ) 230.94 608.67 P
(gun? I quickly decided that I ) 230.94 595.67 T
-0.24 (wasn\325) 230.94 582.67 P
-0.24 (t going to \336nd out. The next ) 256.98 582.67 P
(thing I thought was, is this plexi-) 230.94 569.67 T
(glass bullet-proof? It didn\325) 230.94 556.67 T
(t mat-) 348.22 556.67 T
(ter) 230.94 543.67 T
(. He wasn\325) 241.93 543.67 T
(t pointing the gun at ) 289.02 543.67 T
(me, only at Gabrielle.) 230.94 530.67 T
-0.06 (I\325ve been mugged before, but ) 248.94 517.67 P
(never at gunpoint. Being robbed ) 230.94 504.67 T
-0.48 (by guys with knives isn\325) 230.94 491.67 P
-0.48 (t as fright-) 336.25 491.67 P
-0.61 (ening. It\325) 230.94 478.67 P
-0.61 (s a lot easier to kill with a ) 270 478.67 P
(gun. I pulled out my wallet, and ) 230.94 465.67 T
(popped it through into the front ) 230.94 452.67 T
(seat.) 230.94 439.67 T
-0.37 (\322Okay) 248.94 426.67 P
-0.37 (, lady) 276.9 426.67 P
-0.37 (,\323 he said. \322Let go ) 300.23 426.67 P
(of your purse.\323) 230.94 413.67 T
(She didn\325) 248.94 400.67 T
(t. She looked him ) 291.16 400.67 T
(right in the eye and said, \322Y) 230.94 387.67 T
(ou ) 353.42 387.67 T
(can\325) 230.94 374.67 T
(t do this. Y) 249.65 374.67 T
(ou just can\325) 297.39 374.67 T
(t.\323) 348.45 374.67 T
-0.98 (\322What are you talking about?\323 ) 248.94 361.67 P
(he said, a bit taken aback, \322I can ) 230.94 348.67 T
(do whatever I want.\323) 230.94 335.67 T
-0.12 (\322No, you can\325) 248.94 322.67 P
-0.12 (t mean this. Put ) 310.43 322.67 P
(that away) 230.94 309.67 T
(, you don\325) 272.64 309.67 T
(t mean this.\323) 317.3 309.67 T
(He lifted the gun out the win-) 248.94 296.67 T
(dow) 230.94 283.67 T
(, and \336red a shot like a thun-) 249.15 283.67 T
(derclap.) 230.94 270.67 T
(\322He means it!\323 I said, as I ) 248.94 257.67 T
(shoved the door open. \322Give him ) 230.94 244.67 T
(your goddamned purse.\323) 230.94 231.67 T
(Gabrielle \337ew out the door) 248.94 218.67 T
(, ) 366.89 218.67 T
-0.66 (and landed on the sidewalk. I bare-) 230.94 205.67 P
-0.48 (ly got my leg through when Chico ) 230.94 192.67 P
(drove of) 230.94 179.67 T
(f, down into the heavy ) 267.66 179.67 T
-0.12 (darkness of the alley) 230.94 166.67 P
-0.12 (. In a second, ) 320.5 166.67 P
-0.57 (all you could hear was his motor) 230.94 153.67 P
-0.57 (. I ) 370.3 153.67 P
(sat there in a daze, listening to it ) 230.94 140.67 T
(fade into the distance.) 230.94 127.67 T
-0.61 (Gabrielle was going to be furi-) 248.94 114.67 P
-0.03 (ous, I knew) 230.94 101.67 P
-0.03 (. After all, this was all ) 281.13 101.67 P
(my fault. If I hadn\325) 230.94 88.67 T
(t insisted that ) 314.65 88.67 T
-0.61 (we take a taxi home, if we had just ) 230.94 75.67 P
389.88 72 540 720 R
7 X
V
0 X
-0.48 (waited for the bus like God had in-) 389.88 712.67 P
(tended her to, this would never ) 389.88 699.67 T
-0.29 (have happened. Now) 389.88 686.67 P
-0.29 (, she had lost ) 481.03 686.67 P
-0.87 (not only her purse, but her luggage ) 389.88 673.67 P
(as well. I remembered something ) 389.88 660.67 T
-0.96 (Buster Keaton had once said, \322The ) 389.88 647.67 P
-0.08 (best way to \336ght a woman is with ) 389.88 634.67 P
(your hat. Grab it and run.\323 I was ) 389.88 621.67 T
-0.55 (considering the merits of this solu-) 389.88 608.67 P
-0.92 (tion when I heard Gabrielle start to ) 389.88 595.67 P
(cry) 389.88 582.67 T
(.) 403.2 582.67 T
(I looked over to her) 407.88 569.67 T
(. She was ) 493.93 569.67 T
(sitting on the sidewalk hugging ) 389.88 556.67 T
(her knees, and trying unsuccess-) 389.88 543.67 T
(fully to hold back her tears. \322Oh, ) 389.88 530.67 T
(God,\323 she said in a shaky voice, ) 389.88 517.67 T
(\322Oh God, oh God, oh God...\323) 389.88 504.67 T
(She fell silent, and I couldn\325) 407.88 491.67 T
(t ) 532.18 491.67 T
-0.26 (think of anything to say) 389.88 478.67 P
-0.26 (. I felt like ) 492.51 478.67 P
(I should say) 389.88 465.67 T
(, \322It\325) 442.27 465.67 T
(s alright,\323 but it ) 462.4 465.67 T
(wasn\325) 389.88 452.67 T
(t alright. W) 415.92 452.67 T
(e had both been ) 465.39 452.67 T
-0.05 (robbed and dumped here, and she ) 389.88 439.67 P
-0.79 (was getting all wet now) 389.88 426.67 P
-0.79 (, and it was ) 490.37 426.67 P
(not alright.) 389.88 413.67 T
(Oh, God,\323 she said, and I ) 407.88 400.67 T
(thought that would be it, but she ) 389.88 387.67 T
(added, \322What happened? God, ) 389.88 374.67 T
(what happened, why? What did I ) 389.88 361.67 T
(do?\323) 389.88 348.67 T
(And then I understood. Here ) 407.88 335.67 T
(was a girl who had lived such a ) 389.88 322.67 T
(sheltered life, she really believed ) 389.88 309.67 T
(God was watching over her) 389.88 296.67 T
(. She ) 510.1 296.67 T
-0.42 (did all her work in school, and got ) 389.88 283.67 P
(very good grades. I had met her ) 389.88 270.67 T
(parents one time when they came ) 389.88 257.67 T
(to visit her) 389.88 244.67 T
(. They were almost ste-) 436.28 244.67 T
(reotypical God-fearing southern ) 389.88 231.67 T
-0.81 (folks. For nineteen years, her Lord ) 389.88 218.67 P
(provided for her) 389.88 205.67 T
(, gave her good ) 460.83 205.67 T
(parents and let her get into good ) 389.88 192.67 T
(schools, made good things hap-) 389.88 179.67 T
(pen. But now) 389.88 166.67 T
(, to her mind, God ) 448.07 166.67 T
(had turned. God let her get into ) 389.88 153.67 T
-0.15 (that car) 389.88 140.67 P
-0.15 (. God let Chico take every-) 421.77 140.67 P
(thing she was carrying. All the ) 389.88 127.67 T
(crime and death going on in the ) 389.88 114.67 T
(world around her) 389.88 101.67 T
(, and none of it ) 465.11 101.67 T
(had actually touched her until ) 389.88 88.67 T
(now) 389.88 75.67 T
(.) 408.09 75.67 T
FMENDPAGE
%%EndPage: "6" 7
%%Page: "7" 7
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Craig Schlechter) 72 741.67 T
(/) 131.51 741.67 T
1 F
(Cops, Cabs and a Decent Pastrami Sandwich) 137.73 741.67 T
0 F
(page 7) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
207 72 432 459 R
7 X
V
72 459 222.11 720 R
V
2 F
0 X
(I suddenly thought, \322About ) 90 712.67 T
-0.68 (time something like this happened ) 72 699.67 P
(to her) 72 686.67 T
(. She had to learn what the ) 96.72 686.67 T
0 (real world is like sooner or later) 72 673.67 P
0 (.\323 ) 211.74 673.67 P
(And I believed it, but I hated my-) 72 660.67 T
(self for thinking it. She hadn\325) 72 647.67 T
(t de-) 201.19 647.67 T
(served it. Neither had I, for that ) 72 634.67 T
(matter) 72 621.67 T
(. How could I possibly tell ) 99.47 621.67 T
(her that this was for the best, that ) 72 608.67 T
(it was a learning experience? A ) 72 595.67 T
(chill ran down my back, and I ) 72 582.67 T
(shivered. I had to say something.) 72 569.67 T
(So I said, \322Look, there\325) 90 556.67 T
(s Cen-) 192.52 556.67 T
-0.37 (ter A) 72 543.67 P
-0.37 (venue. Come on, let\325) 93.09 543.67 P
-0.37 (s get out ) 183.23 543.67 P
(of here. W) 72 530.67 T
(e\325ll go to your house, ) 117.79 530.67 T
(and call the cops.\323) 72 517.67 T
(I of) 90 504.67 T
(fered her my hand. She ) 105.36 504.67 T
(wiped her eyes and looked up. I ) 72 491.67 T
-0.57 (helped her to her feet. A neon sign ) 72 478.67 P
(across the street blinked, then ) 72 465.67 T
230.94 459 381.05 720 R
7 X
V
0 X
(went out.) 230.94 712.67 T
-0.93 (\322How) 248.94 699.67 P
-0.93 (,\323 she started to say) 274.46 699.67 P
-0.93 (, then ) 355.76 699.67 P
-0.41 (choked up. She cleared her throat. ) 230.94 686.67 P
-0.66 (\322How can you take this so...so eas-) 230.94 673.67 P
(ily?\323) 230.94 660.67 T
(I said, \322Listen, we Jews have ) 248.94 647.67 T
(been suf) 230.94 634.67 T
(fering for thousands of ) 267.66 634.67 T
(years. In Ancient Egypt, we were ) 230.94 621.67 T
(slaves. In the Middle Ages, we ) 230.94 608.67 T
-0.07 (had the Inquisition. In W) 230.94 595.67 P
-0.07 (orld W) 339.96 595.67 P
-0.07 (ar ) 369.84 595.67 P
-0.38 (II, we had the Holocaust. This is a ) 230.94 582.67 P
(piece of cake.\323) 230.94 569.67 T
(She laughed, then looked ) 248.94 556.67 T
-0.09 (across the street. There was a deli ) 230.94 543.67 P
(over there. It was open until the ) 230.94 530.67 T
-0.35 (wee hours of the morning, since it ) 230.94 517.67 P
(was so close to a college campus.) 230.94 504.67 T
(She said, \322Y) 248.94 491.67 T
(ou know) 303.07 491.67 T
(, I\325m re-) 340.5 491.67 T
(ally hungry all of a sudden.\323) 230.94 478.67 T
(I reached down to my ankle.) 248.94 465.67 T
389.88 72 540 720 R
7 X
V
0 X
(\322Rule number three of city et-) 407.88 712.67 T
-0.65 (iquette,\323 I said, \322is to always carry ) 389.88 699.67 P
(a spare ten dollar bill in your ) 389.88 686.67 T
(shoe.\323) 389.88 673.67 T
-0.31 (I pulled the crumpled bill out, ) 407.88 660.67 P
(and waved it in front of her) 389.88 647.67 T
(. She ) 509.49 647.67 T
(held her nose and said, \322Ugh, ) 389.88 634.67 T
-0.66 (don\325) 389.88 621.67 P
-0.66 (t get it too close, if it\325) 409.83 621.67 P
-0.66 (s been in ) 500.17 621.67 P
(your shoe all day it must stink!\323) 389.88 608.67 T
(\322Come on, wise guy) 407.88 595.67 T
(,\323 I said, ) 496.89 595.67 T
(\322Let\325) 389.88 582.67 T
(s get something to eat. Just ) 412.46 582.67 T
(don\325) 389.88 569.67 T
(t order pastrami.\323) 409.83 569.67 T
389.88 459 540 558 R
4 X
V
FMENDPAGE
%%EndPage: "7" 8
8 11 /Times-BoldItalic FMDEFINEFONT
%%Page: "8" 8
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Jason Snell) 72 741.67 T
(/) 112.43 741.67 T
1 F
(Ouroboros Annie) 118.65 741.67 T
0 F
(page 8) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
8 F
0 X
-0.31 (OUROBOROS:) 72 640.67 P
3 F
-0.31 ( The mythical ser-) 143.41 640.67 P
-0.62 (pent which eats its own tail, a sym-) 72 627.67 P
(bol of the unending cycle of the ) 72 614.67 T
(universe.) 72 601.67 T
2 F
-0.73 (Where Annie went, it seemed, ) 90 575.67 P
(she left a trail of broken hearts in ) 72 562.67 T
-0.52 (her wake. It wasn\325) 72 549.67 P
-0.52 (t as if she didn\325) 151.38 549.67 P
-0.52 (t ) 216.83 549.67 P
(care, wasn\325) 72 536.67 T
(t as if she had no feel-) 121.82 536.67 T
(ings about the men who fell in ) 72 523.67 T
(love with her) 72 510.67 T
(-- in fact, she loved ) 129.76 510.67 T
(them, too, in various ways and ) 72 497.67 T
(varying degrees. It hurt Annie, ) 72 484.67 T
0 (when she left them. It had always ) 72 471.67 P
(been her doing-- she was the one ) 72 458.67 T
-0.88 (to sense the end before it came, the ) 72 445.67 P
(one who felt life pressing on her ) 72 432.67 T
(back like a \336ve-hundred-pound ) 72 419.67 T
(weight.) 72 406.67 T
(The end hurt them, all of ) 90 393.67 T
(them, and Annie was always the ) 72 380.67 T
(one who caused the end. It was ) 72 367.67 T
-0.41 (their pain-- that was what hurt An-) 72 354.67 P
(nie. It hurt her deep down inside, ) 72 341.67 T
-0.76 (in the part of her heart reserved for ) 72 328.67 P
-0.91 (love, for tenderness, the part of her ) 72 315.67 P
(heart she treasured the most. At ) 72 302.67 T
(times, it felt like her heart would ) 72 289.67 T
(break.) 72 276.67 T
(But it didn\325) 90 263.67 T
(t. Though it hurt ) 140.47 263.67 T
(like hell sometimes, she always ) 72 250.67 T
(got through it. Again, and again. ) 72 237.67 T
(She knew the hurt would always ) 72 224.67 T
(come at the end-- but she did it ) 72 211.67 T
(anyway) 72 198.67 T
(. The hurting part of her ) 105.45 198.67 T
-0.57 (heart had to heal, and love was the ) 72 185.67 P
(only thing that could heal it. The ) 72 172.67 T
(problem was that love was what ) 72 159.67 T
(caused the damage in the \336rst ) 72 146.67 T
(place. It was an endless cycle-- ) 72 133.67 T
(Annie loving, them hurting, her ) 72 120.67 T
(hurting, and then Annie loving ) 72 107.67 T
(again.) 72 94.67 T
(At least, it seemed endless. It ) 90 81.67 T
230.94 72 381.05 648 R
7 X
V
0 X
-0.96 (wasn\325) 230.94 640.67 P
-0.96 (t, really) 256.98 640.67 P
-0.96 (. I\325m afraid that I was ) 288.87 640.67 P
(the one who saw to that. There is ) 230.94 627.67 T
(no such thing as an endless cycle.) 230.94 614.67 T
-0.08 (I\325ve noticed something funny ) 248.94 588.67 P
(about love, about people and at-) 230.94 575.67 T
(traction-- sometimes, the people ) 230.94 562.67 T
(you always expect to end up with ) 230.94 549.67 T
(you, the ones you ) 230.94 536.67 T
3 F
(know) 311.2 536.67 T
2 F
( will end ) 334.39 536.67 T
(up with you, don\325) 230.94 523.67 T
(t. And the ones ) 308.87 523.67 T
-0.5 (you don\325) 230.94 510.67 P
-0.5 (t expect at all, they\325re the ) 269.61 510.67 P
(ones that do. It was kind of that ) 230.94 497.67 T
(way between Annie and I.) 230.94 484.67 T
-0.96 (Have you ever heard of instant ) 248.94 471.67 P
-1.07 (attraction? \322Love-At-First-Sight,\323 ) 230.94 458.67 P
(as the movies call it? I was think-) 230.94 445.67 T
-0.31 (ing about that very subject when I ) 230.94 432.67 P
(met Annie. One night I was at a ) 230.94 419.67 T
-0.9 (party) 230.94 406.67 P
-0.9 (, talking to a friend, when this ) 252.8 406.67 P
(woman, fairly nondescript, with ) 230.94 393.67 T
(brownish hair) 230.94 380.67 T
(, walked up to me.) 291.22 380.67 T
-0.98 (I was de\336nitely thinking about ) 248.94 367.67 P
(love at \336rst sight. Actually) 230.94 354.67 T
(, my ) 347.11 354.67 T
(precise thoughts were: ) 230.94 341.67 T
3 F
(\322I wish I ) 332.54 341.67 T
(could experience love at \336rst ) 230.94 328.67 T
-0.04 (sight. Instead, all I meet ar) 230.94 315.67 P
-0.04 (e wom-) 349.06 315.67 P
(en like this.\323) 230.94 302.67 T
2 F
(Annie and I didn\325) 248.94 289.67 T
(t hit it of) 326.55 289.67 T
(f. ) 364.51 289.67 T
(She was a nonentity to me, and I ) 230.94 276.67 T
(was a nothing to her) 230.94 263.67 T
(.) 319.44 263.67 T
-0.42 (The next week, at another par-) 248.94 250.67 P
(ty hosted by the same group of ) 230.94 237.67 T
(friends, we were introduced to ) 230.94 224.67 T
-0.71 (each other) 230.94 211.67 P
-0.71 (. And, several times that ) 275.08 211.67 P
(evening, we were forced to speak ) 230.94 198.67 T
(with each other) 230.94 185.67 T
(. It turned out that ) 298.07 185.67 T
-0.36 (we had quite a few mutual friends.) 230.94 172.67 P
(So I got to know her better) 248.94 159.67 T
(. ) 366.12 159.67 T
(And I actually liked her) 230.94 146.67 T
(. She ) 334.69 146.67 T
(seemed very con\336dent, like she ) 230.94 133.67 T
(knew exactly what she wanted. I ) 230.94 120.67 T
-0.34 (had no reason to doubt that. And I ) 230.94 107.67 P
(noticed something very funny ) 230.94 94.67 T
(about her) 230.94 81.67 T
(-- she wasn\325) 271.91 81.67 T
(t nonde-) 325.4 81.67 T
389.88 72 540 720 R
7 X
V
0 X
(script, after all. She was actually ) 389.88 712.67 T
(somewhat pretty) 389.88 699.67 T
(. And her brown-) 462.1 699.67 T
(ish hair had a slight red tint to it.) 389.88 686.67 T
(W) 407.88 673.67 T
(e were the last people to ) 417.38 673.67 T
-0.74 (leave when the party was over that ) 389.88 660.67 P
(night, and as I walked her out to ) 389.88 647.67 T
-0.33 (her car) 389.88 634.67 P
-0.33 (, we kept on talking. About ) 419.31 634.67 P
(all sorts of things. And, some-) 389.88 621.67 T
(where in our conversation, Annie ) 389.88 608.67 T
(changed again. It wasn\325) 389.88 595.67 T
(t as much ) 494.02 595.67 T
-0.13 (of a physical change, this time, as ) 389.88 582.67 P
(much as a personality change. ) 389.88 569.67 T
(When I started talking to her) 389.88 556.67 T
(, it ) 515.46 556.67 T
(was clear to me that Annie knew ) 389.88 543.67 T
-0.76 (exactly what she wanted from life. ) 389.88 530.67 P
(But then she softened. And I saw ) 389.88 517.67 T
-0.61 (her as being vulnerable, as being a ) 389.88 504.67 P
(confused woman with a lot of ) 389.88 491.67 T
(wide-eyed little girl running ) 389.88 478.67 T
(around loose inside of her) 389.88 465.67 T
(.) 503.39 465.67 T
-0.22 (I guess that\325) 407.88 452.67 P
-0.22 (s how she does it. ) 460.54 452.67 P
-0.5 (T) 389.88 439.67 P
-0.5 (ime and again, the softening will ) 396.21 439.67 P
-0.15 (do it. I know that as soon as I saw ) 389.88 426.67 P
(that girl, I wanted more than any-) 389.88 413.67 T
(thing to let her escape from the ) 389.88 400.67 T
-0.43 (self-con\336dent wall that Annie had ) 389.88 387.67 P
(built to protect herself.) 389.88 374.67 T
-0.08 (I got the little girl out, \336nally) 407.88 348.67 P
-0.08 (, ) 534.58 348.67 P
(after talking with Annie on the ) 389.88 335.67 T
-0.56 (phone any number of times, going ) 389.88 322.67 P
(out to dinner with her) 389.88 309.67 T
(, and spend-) 484.65 309.67 T
-0.58 (ing a lot of time with her) 389.88 296.67 P
-0.58 (. W) 495.04 296.67 P
-0.58 (e were ) 509.45 296.67 P
(good friends-- good enough, any-) 389.88 283.67 T
-0.94 (way) 389.88 270.67 P
-0.94 (, for her to drop her con\336dence ) 407.47 270.67 P
-0.57 (and let me see who she really was. ) 389.88 257.67 P
(The self-con\336dence was a part of ) 389.88 244.67 T
(her) 389.88 231.67 T
(, of course. But there was ) 403.48 231.67 T
(something more. I wanted to see ) 389.88 218.67 T
(all of her) 389.88 205.67 T
(.) 428.94 205.67 T
-0.97 (And, one night, while we were ) 407.88 192.67 P
(sitting on her couch talking, a ) 389.88 179.67 T
(beautiful little red-haired girl ) 389.88 166.67 T
(popped out of nowhere. It was ) 389.88 153.67 T
(then that I saw all of Annie-- the ) 389.88 140.67 T
(nervous, curious, childlike won-) 389.88 127.67 T
(der of the little girl and the sensu-) 389.88 114.67 T
(al, self-con\336dent woman.) 389.88 101.67 T
-0.4 (And when I kissed her) 407.88 88.67 P
-0.4 (, I felt a ) 504.69 88.67 P
(shudder of relief come from her ) 389.88 75.67 T
72 666 378 720 R
7 X
V
72 710.18 158.31 710.82 R
0 X
V
6 F
(Ouroboros Annie) 72 712 T
2 F
(By Jason Snell) 72 698.67 T
7 F
(pa1033%
[email protected]) 72 685.67 T
2 F
(Copyright ) 72 672.67 T
9 F
(\251) 119.31 672.67 T
2 F
( 1989 by Jason Snell) 126.9 672.67 T
FMENDPAGE
%%EndPage: "8" 9
8 10 /Times-BoldItalic FMDEFINEFONT
%%Page: "9" 9
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
0 F
0 X
(Jason Snell) 72 741.67 T
(/) 112.43 741.67 T
1 F
(Ouroboros Annie) 118.65 741.67 T
0 F
(page 9) 518.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
-0.06 (body) 72 712.67 P
-0.06 (. It was as if the last barriers, ) 93.26 712.67 P
(the \336nal layers of protection, had ) 72 699.67 T
-0.26 (fallen away from her) 72 686.67 P
-0.26 (. And as they ) 162.44 686.67 P
-0.32 (fell, a wave of fear) 72 673.67 P
-0.32 (-tinged passion ) 153.17 673.67 P
-0.31 (\337ooded into her) 72 660.67 P
-0.31 (. W) 140.34 660.67 P
-0.31 (e both clung to ) 155.01 660.67 P
(each other) 72 647.67 T
(, like two sailors cling-) 117.01 647.67 T
(ing to the mast of a sinking ship, ) 72 634.67 T
-0.27 (hoping that each other) 72 621.67 P
-0.27 (\325) 169.55 621.67 P
-0.27 (s company ) 172.6 621.67 P
(could save us from the rest of the ) 72 608.67 T
(world.) 72 595.67 T
-0.23 (In that embrace, we ) 90 582.67 P
3 F
-0.23 (wer) 178.45 582.67 P
-0.23 (e) 194.52 582.67 P
2 F
-0.23 ( safe ) 199.4 582.67 P
(from the world. Nothing could ) 72 569.67 T
(hurt us.) 72 556.67 T
0 (It\325) 90 530.67 P
0 (s funny how strange the hu-) 99.77 530.67 P
-0.58 (man mind is. It strives for things it ) 72 517.67 P
-0.76 (can not have, and refuses anything ) 72 504.67 P
(but perfection.) 72 491.67 T
(W) 90 478.67 T
(e were looking for perfec-) 99.49 478.67 T
(tion. W) 72 465.67 T
(e were looking for protec-) 104.08 465.67 T
(tion. And we couldn\325) 72 452.67 T
(t have either) 165.18 452.67 T
(.) 218.88 452.67 T
(My mind went about telling ) 90 439.67 T
(me that we couldn\325) 72 426.67 T
(t stay the way ) 156.32 426.67 T
(we were, that we weren\325) 72 413.67 T
(t really ) 179.48 413.67 T
(protected. It only took a few ) 72 400.67 T
(months for me to realize that we ) 72 387.67 T
(were vulnerable. For Annie, it ) 72 374.67 T
-0.35 (took a little bit longer) 72 361.67 P
-0.35 (. I guess that ) 165.22 361.67 P
(was the \336rst time that she\325d been ) 72 348.67 T
-0.7 (beaten to the punch by her partner) 72 335.67 P
-0.7 (. ) 217.32 335.67 P
(I don\325) 72 322.67 T
(t envy her the feeling of be-) 98.35 322.67 T
(ing \336rst to the realization-- it al-) 72 309.67 T
(ways happened to her like that. ) 72 296.67 T
(But it only happened to me this ) 72 283.67 T
(once.) 72 270.67 T
-0.86 (My mind started suggesting to ) 90 257.67 P
(me dif) 72 244.67 T
(ferent ways that our rela-) 100.18 244.67 T
(tionship couldn\325) 72 231.67 T
(t work. It started ) 143.52 231.67 T
-0.86 (pointing out other women, women ) 72 218.67 P
-0.69 (who were dif) 72 205.67 P
-0.69 (ferent, women where ) 128.39 205.67 P
-0.3 (there was more of a chance of per-) 72 192.67 P
-0.25 (fection. It slowly became obvious ) 72 179.67 P
-0.28 (that what I had with Annie wasn\325) 72 166.67 P
-0.28 (t ) 216.59 166.67 P
(perfect, and I needed to move on. ) 72 153.67 T
(Maybe, if I kept going on long ) 72 140.67 T
(enough, the relationships would ) 72 127.67 T
(get more and more perfect.) 72 114.67 T
(It was an endless cycle, all ) 90 101.67 T
-0.95 (right. Lather) 72 88.67 P
-0.95 (, Rinse, Repeat. If you ) 125.54 88.67 P
(always follow all three steps, ) 72 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
(you\325ll be in the shower until your ) 230.94 712.67 T
(\336ngers shrivel away) 230.94 699.67 T
(. I\325d be look-) 318.71 699.67 T
-0.55 (ing for the perfect relationship for-) 230.94 686.67 P
(ever) 230.94 673.67 T
(.) 249.24 673.67 T
-0.02 (So why didn\325) 248.94 660.67 P
-0.02 (t anyone tell me ) 307.91 660.67 P
-0.46 (about it then? I wish someone had.) 230.94 647.67 P
-0.19 (I told her) 248.94 621.67 P
-0.19 (. Not all at once, and ) 288.23 621.67 P
(not straight out, but the exact ) 230.94 608.67 T
(words really didn\325) 230.94 595.67 T
(t matter) 311.3 595.67 T
(. I said ) 344.56 595.67 T
(things like \322it\325) 230.94 582.67 T
(s not working out\323 ) 293.82 582.67 T
(and \322maybe we should see other ) 230.94 569.67 T
-0.06 (people\323, but they were just words.) 230.94 556.67 P
3 F
-0.27 (Y) 248.94 543.67 P
-0.27 (ou\325r) 254.04 543.67 P
-0.27 (e not perfect, and I can\325) 272.55 543.67 P
-0.27 (t ) 375.53 543.67 P
-0.46 (accept that.) 230.94 530.67 P
2 F
-0.46 ( That\325) 281.75 530.67 P
-0.46 (s what I was say-) 307.23 530.67 P
(ing. ) 230.94 517.67 T
3 F
(Once I\325ve gone, you\325ll \336nd ) 250.48 517.67 T
(someone better) 230.94 504.67 T
(. Y) 296.54 504.67 T
(ou\325ll \336nd some-) 307.13 504.67 T
(one perfect, or try) 230.94 491.67 T
(.) 309.67 491.67 T
2 F
(I looked for the little red-) 248.94 478.67 T
(haired girl, and she was gone. I ) 230.94 465.67 T
(tried to look in her eyes, deep ) 230.94 452.67 T
(down into her soul, looking for ) 230.94 439.67 T
-0.03 (that girl. And, if I found her) 230.94 426.67 P
-0.03 (, may-) 353.01 426.67 P
-0.1 (be I would want to take her in my ) 230.94 413.67 P
(arms and hold her again.) 230.94 400.67 T
(There was nothing in her ) 248.94 387.67 T
(beautiful golden-brown eyes. At ) 230.94 374.67 T
(least, nothing that I recognized. ) 230.94 361.67 T
(The emptiness was a wall, stron-) 230.94 348.67 T
(ger than her wall of self-con\336-) 230.94 335.67 T
(dence, and I had a feeling that I ) 230.94 322.67 T
(was the one who had helped built ) 230.94 309.67 T
(it.) 230.94 296.67 T
-0.26 (Maybe the little girl was back ) 248.94 283.67 P
(there, the innocent little girl who ) 230.94 270.67 T
(didn\325) 230.94 257.67 T
(t know love and, therefore, ) 253.94 257.67 T
(didn\325) 230.94 244.67 T
(t know sadness.) 253.94 244.67 T
-0.79 (But I\325m afraid that all that was ) 248.94 231.67 P
(back there was pain. Because of ) 230.94 218.67 T
(me. I was the one who ended it. I ) 230.94 205.67 T
(should have known that it was ) 230.94 192.67 T
(coming, and I should have avoid-) 230.94 179.67 T
(ed hurting her) 230.94 166.67 T
(, but I didn\325) 292.14 166.67 T
(t.) 343.82 166.67 T
(How many times had Annie ) 248.94 153.67 T
(gone through what I was going ) 230.94 140.67 T
(through? How could she take it?) 230.94 127.67 T
(As I drove away for the last ) 248.94 114.67 T
(time, away from what we had ) 230.94 101.67 T
(been, I felt that this was the end.) 230.94 88.67 T
-0.92 (I was tired of loving, and I was ) 248.94 75.67 P
389.88 216 540 720 R
7 X
V
0 X
-0.42 (tired of pain. I was tired of feeling ) 389.88 712.67 P
(them, and I was tired of causing ) 389.88 699.67 T
(them.) 389.88 686.67 T
(The end of the cycle.) 407.88 673.67 T
(So I\325m in this dance club, a ) 407.88 647.67 T
(few months later) 389.88 634.67 T
(, and I meet this ) 463.28 634.67 T
-1.15 (girl. Nondescript. Nothing special. ) 389.88 621.67 P
(But we dance, we talk, we get to ) 389.88 608.67 T
-0.08 (know each other) 389.88 595.67 P
-0.08 (, and now I\325m sit-) 461.9 595.67 P
-0.87 (ting on the couch in my apartment, ) 389.88 582.67 P
(talking to her) 389.88 569.67 T
(, noticing how beau-) 448.04 569.67 T
(tiful her eyes really are.) 389.88 556.67 T
(And I\325m praying for a little ) 407.88 543.67 T
(girl, hoping there\325) 389.88 530.67 T
(s one some-) 468.92 530.67 T
-0.21 (where inside of her) 389.88 517.67 P
-0.21 (, one that I can ) 473.32 517.67 P
(bring out.) 389.88 504.67 T
-0.46 (And I \336nd myself wanting the ) 407.88 491.67 P
(same things, all over again. And ) 389.88 478.67 T
(I\325m planning the same things, all ) 389.88 465.67 T
(over again.) 389.88 452.67 T
(When I \336nd that little girl, ) 407.88 439.67 T
(though-- what then?) 389.88 426.67 T
(Love. Pain.) 407.88 413.67 T
(And then, begin again.) 407.88 400.67 T
10 F
-0.69 (Jason Snell is a sophomor) 389.88 362.33 P
-0.69 (e at UC San ) 491.69 362.33 P
-0.49 (Diego, double-majoring in Communi-) 389.88 350.34 P
(cation and W) 389.88 338.34 T
(riting while serving as ) 442.64 338.34 T
(the Associate News Editor of the ) 389.88 326.34 T
8 F
(UCSD Guardian) 389.88 314.34 T
10 F
( newspaper) 459.03 314.34 T
(. He ) 503.72 314.34 T
(wr) 389.88 302.34 T
(ote \322Our) 400.07 302.34 T
(obor) 436.07 302.34 T
(os Annie\323 as a birth-) 454.58 302.34 T
(day pr) 389.88 290.34 T
(esent for a friend who, accor) 415.33 290.34 T
(d-) 530.45 290.34 T
(ing to him, \322closely r) 389.88 278.34 T
(esembles the ) 474.75 278.34 T
-0.69 (character of Annie\323 in the story) 389.88 266.34 P
-0.69 (. Snell ) 513.89 266.34 P
(is curr) 389.88 254.34 T
(ently spending lots of time ) 415.89 254.34 T
(studying, and is trying to complete a ) 389.88 242.34 T
(\322cyberpunk\323 science-\336ction story) 389.88 230.34 T
(.) 524.79 230.34 T
389.88 72 540 216 R
4 X
V
FMENDPAGE
%%EndPage: "9" 10
%%Page: "10" 10
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 10) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.67 T
385.5 657.63 385.5 72 2 L
0.5 H
2 Z
4 X
N
226.25 657.21 226.5 72 2 L
N
385.1 668 72 668 2 L
3 H
3 X
N
72 72 222.11 657 R
7 X
V
2 F
0 X
(T) 90 649.67 T
(raf) 96.33 649.67 T
(\336c on the crosstown free-) 108.32 649.67 T
-0.57 (way was a little heavier than usual ) 72 636.67 P
(this \336ne summer morning. Brad ) 72 623.67 T
(really didn\325) 72 610.67 T
(t mind all that much, ) 122.76 610.67 T
(he would still have little trouble ) 72 597.67 T
-0.26 (getting through it. A small gap be-) 72 584.67 P
(tween a Buick and a T) 72 571.67 T
(oyota be-) 169.78 571.67 T
(came evident over in the passing ) 72 558.67 T
-0.38 (lane and he slashed into it in an in-) 72 545.67 P
-0.69 (stant with a quick twist of his right ) 72 532.67 P
-0.57 (wrist and slight lean to the left. He ) 72 519.67 P
(was past the ancient rust-colored ) 72 506.67 T
-0.78 (Pontiac in a heartbeat. A lean back ) 72 493.67 P
-0.92 (to the right and another twist of the ) 72 480.67 P
-0.07 (wrist and Brad had a quarter) 72 467.67 P
-0.07 (-mile ) 196.24 467.67 P
(of open road ahead of him. The ) 72 454.67 T
-0.15 (speedometer needle was touching ) 72 441.67 P
-0.44 (seventy-\336ve before he backed of) 72 428.67 P
-0.44 (f. ) 213.4 428.67 P
(Brad smiled inside his full-face ) 72 415.67 T
(helmet, it was going to be a great ) 72 402.67 T
(day!) 72 389.67 T
(These morning rides to work ) 90 376.67 T
-0.31 (on his Kawasaki Ninja were often ) 72 363.67 P
-0.6 (the most enjoyable part of the day) 72 350.67 P
-0.6 (. ) 217.22 350.67 P
-0.23 (The ritual of suiting up in a heavy ) 72 337.67 P
(leather jacket and strapping on a ) 72 324.67 T
(full-face helmet were sort of like ) 72 311.67 T
(getting ready to do battle. For a ) 72 298.67 T
(motorcyclist about to experience ) 72 285.67 T
-0.04 (heavy traf) 72 272.67 P
-0.04 (\336c, the simile was per-) 115.99 272.67 P
(haps uncomfortably accurate. ) 72 259.67 T
(Still, it certainly was a great way ) 72 246.67 T
-0.17 (to start the day and by the time he ) 72 233.67 P
(got to work, he was de\336nitely ) 72 220.67 T
(awake.) 72 207.67 T
(\322W) 90 194.67 T
(ork\323 was no longer an un-) 104.37 194.67 T
(pleasant situation for Brad, since ) 72 181.67 T
-0.31 (he and his friend Peter had started ) 72 168.67 P
(their own business. They called ) 72 155.67 T
(themselves \322Of) 72 142.67 T
(fworld Special-) 139.84 142.67 T
-0.31 (ties\323 and they sold a whole line of ) 72 129.67 P
(science \336ction products. Name it ) 72 116.67 T
(and you could get it, anything ) 72 103.67 T
(from old paperbacks to posters to ) 72 90.67 T
-0.81 (stuf) 72 77.67 P
-0.81 (fed aliens to Star T) 88.28 77.67 P
-0.81 (rek T) 168.28 77.67 P
-0.81 (-shirts. ) 189.96 77.67 P
230.94 72 381.05 657 R
7 X
V
0 X
(Most of the their business was ) 230.94 649.67 T
(mail-order) 230.94 636.67 T
(, but they did occasion-) 276.88 636.67 T
(ally have some walk-ins. Both ) 230.94 623.67 T
(men had been working for the ) 230.94 610.67 T
(same agricultural chemical \336rm ) 230.94 597.67 T
(when they met and discovered a ) 230.94 584.67 T
(similar love for science \336ction. ) 230.94 571.67 T
(Over a sack lunch one day they ) 230.94 558.67 T
(had dreamed up the idea for a ) 230.94 545.67 T
(short line of products with a sci-) 230.94 532.67 T
-0.87 (ence \336ction theme. It started out as ) 230.94 519.67 P
-0.14 (a mind game but, within a month, ) 230.94 506.67 P
-0.39 (they had decided to go ahead with ) 230.94 493.67 P
-0.65 (a modest ad in one of the fanzines. ) 230.94 480.67 P
(A year later they had both quit ) 230.94 467.67 T
(their regular jobs and were devot-) 230.94 454.67 T
(ing a full- time ef) 230.94 441.67 T
(fort to their ) 307.64 441.67 T
(\337edgling enterprise. The money ) 230.94 428.67 T
-0.17 (wasn\325) 230.94 415.67 P
-0.17 (t nearly as good as their pre-) 256.98 415.67 P
(vious jobs had been but the busi-) 230.94 402.67 T
-0.36 (ness was their) 230.94 389.67 P
-0.36 (\325) 292.26 389.67 P
-0.36 (s and it did seem to ) 295.32 389.67 P
-0.85 (be growing. Neither man regretted ) 230.94 376.67 P
(his decision.) 230.94 363.67 T
(Brad could see Peter) 248.94 350.67 T
(\325) 339.96 350.67 T
(s bat-) 343.02 350.67 T
-0.18 (tered old Chevette already parked ) 230.94 337.67 P
(outside the ancient building in ) 230.94 324.67 T
(downtown St. Paul that Of) 230.94 311.67 T
(fworld ) 347.63 311.67 T
(Specialties called home. T) 230.94 298.67 T
(wo dif-) 346.12 298.67 T
-0.51 (ferent philosophies: Peter got up a ) 230.94 285.67 P
0 (little earlier than most people and ) 230.94 272.67 P
-1 (drove sedately through light traf) 230.94 259.67 P
-1 (\336c ) 368.32 259.67 P
-0.88 (to get to work, while Brad lounged ) 230.94 246.67 P
(around in bed, got up at the last ) 230.94 233.67 T
(minute and rocketed to work dic-) 230.94 220.67 T
(ing with traf) 230.94 207.67 T
(\336c all the way) 285.06 207.67 T
(. He ) 346.29 207.67 T
(pulled the big bike inside the ) 230.94 194.67 T
-0.06 (building through the open over-) 230.94 181.67 P
(head door in front. After a couple ) 230.94 168.67 T
(of blips on the throttle he shut it ) 230.94 155.67 T
(of) 230.94 142.67 T
(f, put down the sidestand and ) 239.9 142.67 T
(dismounted. He unstrapped and ) 230.94 129.67 T
-0.48 (then removed his helmet as he left ) 230.94 116.67 P
(the garage area and entered the ) 230.94 103.67 T
(main building. \322Good morning,\323 ) 230.94 90.67 T
(he called out as he set his helmet ) 230.94 77.67 T
389.88 72 540 720 R
7 X
V
0 X
(down and removed his leather ) 389.88 712.67 T
-0.77 (jacket. Peter) 389.88 699.67 P
-0.77 (\325) 443.82 699.67 P
-0.77 (s muf) 446.88 699.67 P
-0.77 (\337ed voice came ) 470.62 699.67 P
(out from somewhere in back.) 389.88 686.67 T
(\322Finally decided to come to ) 407.88 673.67 T
(work, huh?\323) 389.88 660.67 T
-0.96 (\322Jesus, Pete, are you in the can ) 407.88 647.67 P
(again?\323 Brad said, smiling, ) 389.88 634.67 T
(amusement in his voice.) 389.88 621.67 T
-0.7 (\322Just get started on that pile of ) 407.88 608.67 P
(mail orders and don\325) 389.88 595.67 T
(t be so ) 480.92 595.67 T
(damned worried about my bodily ) 389.88 582.67 T
(functions!\323 Peter replied, with ) 389.88 569.67 T
(mock anger) 389.88 556.67 T
(.) 440.84 556.67 T
(Brad chuckled and moved to ) 407.88 543.67 T
(comply) 389.88 530.67 T
(. There was a satisfyingly ) 422.13 530.67 T
-0.19 (lar) 389.88 517.67 P
-0.19 (ge mound of letters on the long ) 401.28 517.67 P
(table that they used for handling ) 389.88 504.67 T
(orders. Each letter contained an ) 389.88 491.67 T
(order and, more to the point, a ) 389.88 478.67 T
-0.39 (check or cash. Brad smiled, it was ) 389.88 465.67 P
-0.35 (a great job, kind of like Christmas ) 389.88 452.67 P
-0.1 (every day! He had gotten through ) 389.88 439.67 P
(three of them when Peter \336nally ) 389.88 426.67 T
(came out of the john. \322That\325) 389.88 413.67 T
(s bet-) 513.77 413.67 T
(ter) 389.88 400.67 T
(,\323 he sighed. \322Mornin\325, Brad.\323) 401.04 400.67 T
(The men were both in their ) 407.88 387.67 T
-0.51 (mid-thirties. At six feet, Peter was ) 389.88 374.67 P
(at least half-a-head taller than his ) 389.88 361.67 T
(friend. The dissimilarities didn\325) 389.88 348.67 T
(t ) 528.84 348.67 T
-0.76 (end there. Peter Breck was slender ) 389.88 335.67 P
-0.66 (with an unruly shock of blond hair ) 389.88 322.67 P
(and a pair of ice-blue eyes that re-) 389.88 309.67 T
-0.08 (\337ected his Scandinavian heritage. ) 389.88 296.67 P
(In contrast, Brad W) 389.88 283.67 T
(eller was ) 475.65 283.67 T
(stocky and muscular with dark-) 389.88 270.67 T
(brown hair and green eyes.) 389.88 257.67 T
(\322Isn\325) 407.88 244.67 T
(t it about time for some ) 429.65 244.67 T
(cof) 389.88 231.67 T
(fee yet?\323 asked Brad.) 403.72 231.67 T
-0.67 (\322Y) 407.88 218.67 P
-0.67 (ou bet! Julie put some on, it ) 419.6 218.67 P
(should be done drippin\325 about ) 389.88 205.67 T
(now) 389.88 192.67 T
(.\323 replied Peter) 408.09 192.67 T
(. \322Besides ) 473.69 192.67 T
(we\325ve got some business to dis-) 389.88 179.67 T
(cuss.\323) 389.88 166.67 T
(\322What kind of business?\323) 407.88 153.67 T
(But Peter wouldn\325) 407.88 140.67 T
(t say any ) 488.25 140.67 T
(more until they each had a cup of ) 389.88 127.67 T
-0.01 (cof) 389.88 114.67 P
-0.01 (fee and had sat down. He set a ) 403.72 114.67 P
(medium-sized cardboard box ) 389.88 101.67 T
(down on the table between them.) 389.88 88.67 T
-0.59 (\322I got a phone call yesterday) 407.88 75.67 P
-0.59 (,\323 ) 530.22 75.67 P
72 675 378 720 R
7 X
V
72 710.18 79.33 710.82 R
0 X
V
6 F
(T) 72 712 T
78.88 710.18 157.84 710.82 R
V
(rade Agreement) 78.88 712 T
2 F
(By Phillip Nolte) 72 698.67 T
7 F
(
[email protected]) 72 685.67 T
FMENDPAGE
%%EndPage: "10" 11
%%Page: "11" 11
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 1) 514.45 741.67 T
(1) 536 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
-0.25 (he began. \322It was from some char-) 72 712.67 P
-0.13 (acter who claims that his \336rm can ) 72 699.67 P
(supply us with all of the products ) 72 686.67 T
(that we have right now at about ) 72 673.67 T
(half the price we\325re paying.\323) 72 660.67 T
(\322Sounds like bullshit to me,\323 ) 90 647.67 T
(said Brad.) 72 634.67 T
(\322It gets better) 90 621.67 T
(,\323 his friend re-) 149.36 621.67 T
(plied. \322Not only will they be ) 72 608.67 T
(cheaper) 72 595.67 T
(, the guy said the quality ) 105.72 595.67 T
(would be better too.\323) 72 582.67 T
(\322Really) 90 569.67 T
(,\323 said Brad. \322Let me ) 122.85 569.67 T
(guess. Is that what\325) 72 556.67 T
(s in this box?\323) 156.22 556.67 T
(\322Y) 90 543.67 T
(up!\323) 101.59 543.67 T
(\322W) 90 530.67 T
(ell, what have we got to ) 104.37 530.67 T
(lose? Let\325) 72 517.67 T
(s take a look.\323) 115.02 517.67 T
(Peter cut the tape along the ) 90 504.67 T
(seams and \336lled Brad in on a few ) 72 491.67 T
(more details.) 72 478.67 T
(\322He said his company could ) 90 465.67 T
-0.57 (supply some of the items in our lit-) 72 452.67 P
(tle mailer catalog right now) 72 439.67 T
(. W) 192.73 439.67 T
(e ) 207.71 439.67 T
(could expect samples of those ) 72 426.67 T
(products today) 72 413.67 T
(. He wants us to ) 136.28 413.67 T
(compare them to our present ) 72 400.67 T
-0.53 (stuf) 72 387.67 P
-0.53 (f.\323 He \336shed around inside the ) 88.28 387.67 P
(box. \322Hey wow! T) 72 374.67 T
(ake a look at ) 153.61 374.67 T
(this.\323) 72 361.67 T
-0.91 (He held up a Star W) 90 348.67 P
-0.91 (ars T) 173.98 348.67 P
-0.91 (-shirt. ) 194.33 348.67 P
(At \336rst glance, it looked exactly ) 72 335.67 T
(like the ones that Of) 72 322.67 T
(fworld Spe-) 160.9 322.67 T
(cialties were selling. A closer ex-) 72 309.67 T
-0.06 (amination revealed that the fabric ) 72 296.67 P
(was subtly softer and shiner than ) 72 283.67 T
(their current product and the col-) 72 270.67 T
-0.91 (ors in the transfer were much more ) 72 257.67 P
(vivid.) 72 244.67 T
(\322This looks like nice stuf) 90 231.67 T
(f!\323 ) 200.27 231.67 T
(said Brad, taking his turn at rum-) 72 218.67 T
(maging around in the box. \322Oh ) 72 205.67 T
(my! What have we here?\323 He ) 72 192.67 T
(grabbed it and pulled it out.) 72 179.67 T
(What they had there was the ) 90 166.67 T
(new version of their dashboard ) 72 153.67 T
(blaster) 72 140.67 T
(. Their present blaster ) 100.68 140.67 T
(looked a lot like a radar) 72 127.67 T
(-detector) 175.82 127.67 T
(. ) 214.26 127.67 T
(It was a black rectangular box ) 72 114.67 T
(with some buttons on the front of ) 72 101.67 T
-0.23 (it and there was a suction cup that ) 72 88.67 P
(mounted it to the dash of the cus-) 72 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
(tomer) 230.94 712.67 T
(\325) 256.98 712.67 T
(s car) 260.03 712.67 T
(. If the customer was ) 279.86 712.67 T
(stuck in traf) 230.94 699.67 T
(\336c or pissed of) 283.23 699.67 T
(f at ) 348.02 699.67 T
-0.18 (some idiot at a stoplight, he could ) 230.94 686.67 P
-0.68 (vent his frustrations by pretending ) 230.94 673.67 P
(to blast the perpetrator into the ) 230.94 660.67 T
(next galaxy) 230.94 647.67 T
(. It was powered by ) 281.18 647.67 T
(\337ashlight batteries and, in actuali-) 230.94 634.67 T
(ty) 230.94 621.67 T
(, all that it did was make some ) 238.77 621.67 T
-0.38 (nifty sound ef) 230.94 608.67 P
-0.38 (fects. It wasn\325) 291.01 608.67 P
-0.38 (t a big ) 351.98 608.67 P
-0.53 (seller but at $19.95 they made just ) 230.94 595.67 P
-0.92 (over eight dollars on each one they ) 230.94 582.67 P
-0.46 (sold. The new product looked like ) 230.94 569.67 P
(nothing more than an old-fash-) 230.94 556.67 T
(ioned, art-deco ray gun with an ) 230.94 543.67 T
-0.41 (outlandishly lar) 230.94 530.67 P
-0.41 (ge cross-hair sight ) 299 530.67 P
-0.21 (on the back of it. It was made of a ) 230.94 517.67 P
-0.68 (very tough-looking plastic and the ) 230.94 504.67 P
-0.4 (quality of the \336t and \336nish was ex-) 230.94 491.67 P
(cellent. There were several other ) 230.94 478.67 T
-0.13 (new versions of their wares in the ) 230.94 465.67 P
-0.55 (box; each had some noticeable im-) 230.94 452.67 P
(provement over the old.) 230.94 439.67 T
(\322What kind of prices did he ) 248.94 426.67 T
(say he\325d give us?\323 asked Brad.) 230.94 413.67 T
(\322I\325m sure he said it would be ) 248.94 400.67 T
-0.68 (only half of what we pay now) 230.94 387.67 P
-0.68 (,\323 an-) 357.33 387.67 P
(swered Peter) 230.94 374.67 T
(.) 286.77 374.67 T
-0.02 (\322It sounds great and this stuf) 248.94 361.67 P
-0.02 (f ) 374.67 361.67 P
(looks wonderful,\323 said Brad, ) 230.94 348.67 T
-0.67 (shaking his head. \322But I can\325) 230.94 335.67 P
-0.67 (t help ) 354.93 335.67 P
(thinking there\325) 230.94 322.67 T
(s a catch of some ) 295.33 322.67 T
(kind. Y) 230.94 309.67 T
(ou know what they say ) 262.8 309.67 T
(about a free lunch.\323) 230.94 296.67 T
(\322Y) 248.94 283.67 T
(eah, I know) 260.65 283.67 T
(.\323 He put the ) 311.5 283.67 T
(blaster back into the box before ) 230.94 270.67 T
(continuing. \322W) 230.94 257.67 T
(ell,\323 he shrugged, ) 297.8 257.67 T
0 (\322the guy is supposed to call on us ) 230.94 244.67 P
(this afternoon, around one or so. ) 230.94 231.67 T
-0.23 (W) 230.94 218.67 P
-0.23 (e should at least meet with him. ) 240.43 218.67 P
(What do you think?\323) 230.94 205.67 T
(\322W) 248.94 192.67 T
(on\325) 263.31 192.67 T
(t hurt to talk to him, I ) 277.76 192.67 T
(guess. Meanwhile we might as ) 230.94 179.67 T
(well try the stuf) 230.94 166.67 T
(f out.\323 said Brad, ) 300.01 166.67 T
(as he slipped of) 230.94 153.67 T
(f his tattered Uni-) 299.4 153.67 T
(versity of Minnesota T) 230.94 140.67 T
(-shirt and ) 330.33 140.67 T
(slipped into the new one with the ) 230.94 127.67 T
(vivid, multicolored Star W) 230.94 114.67 T
(ars em-) 347.86 114.67 T
(blem splashed across it. The shirt ) 230.94 101.67 T
(felt cool and light on his skin; it ) 230.94 88.67 T
-0.24 (was very comfortable. \322This feels ) 230.94 75.67 P
389.88 72 540 720 R
7 X
V
0 X
-0.74 (great! I don\325) 389.88 712.67 P
-0.74 (t know) 443.11 712.67 P
-0.74 (, Pete,\323 he said, ) 471.87 712.67 P
(shaking his head appreciatively) 389.88 699.67 T
(. ) 527.39 699.67 T
(\322This is good stuf) 389.88 686.67 T
(f!\323) 468.12 686.67 T
(The two friends went back to ) 407.88 673.67 T
(work and didn\325) 389.88 660.67 T
(t talk too much ) 456.81 660.67 T
-0.68 (more about their pending business ) 389.88 647.67 P
(deal. But that didn\325) 389.88 634.67 T
(t mean they ) 474.52 634.67 T
-0.01 (weren\325) 389.88 621.67 P
-0.01 (t thinking about it. Finally) 420.18 621.67 P
-0.01 (, ) 534.51 621.67 P
(at quarter) 389.88 608.67 T
(-to-twelve, Peter sug-) 431.46 608.67 T
(gested that they take a break for ) 389.88 595.67 T
(lunch and go to the bank to cash ) 389.88 582.67 T
(and deposit the morning\325) 389.88 569.67 T
(s re-) 499.44 569.67 T
(ceipts.) 389.88 556.67 T
(\322Good idea,\323 said Brad. ) 407.88 543.67 T
-0.57 (\322Shall we take the bike or the Che-) 389.88 530.67 P
(vette?\323) 389.88 517.67 T
-0.56 (\322The bike or the car?\323 said Pe-) 407.88 504.67 P
(ter) 389.88 491.67 T
(. \322Give me a break! I\325m taking ) 400.87 491.67 T
-0.74 (the car) 389.88 478.67 P
-0.74 (.\323 Peter headed for the door) 418.13 478.67 P
-0.74 (. ) 535.25 478.67 P
(Brad stared to follow him but, as ) 389.88 465.67 T
(an afterthought, he went back for ) 389.88 452.67 T
(the new products.) 389.88 439.67 T
-0.46 (\322Just a minute,\323 he called out, ) 407.88 426.67 P
-0.54 (\322let me grab that box. W) 389.88 413.67 P
-0.54 (e can take ) 494.94 413.67 P
(a closer look at some of the new ) 389.88 400.67 T
-0.93 (stuf) 389.88 387.67 P
-0.93 (f over lunch.\323 He scooped it up ) 406.17 387.67 P
(of) 389.88 374.67 T
(f the table.) 398.84 374.67 T
(\322Julie,\323 Peter called out the ) 407.88 361.67 T
(their part-time secretary) 389.88 348.67 T
(, \322mind ) 494.73 348.67 T
-0.49 (the store. W) 389.88 335.67 P
-0.49 (e\325re going to get some ) 441.43 335.67 P
(lunch and go to the bank.\323) 389.88 322.67 T
(\322Okay) 407.88 309.67 T
(,\323 she called back ) 435.85 309.67 T
(cheerfully) 389.88 296.67 T
(. \322But remember) 433.71 296.67 T
(, I\325ve ) 506.8 296.67 T
(got an appointment at one-thirty ) 389.88 283.67 T
(today) 389.88 270.67 T
(. I\325ll be gone by one.\323) 413.58 270.67 T
(\322No problem,\323 said Peter) 407.88 257.67 T
(. ) 518.34 257.67 T
-0.56 (\322Just leave the place open if we\325re ) 389.88 244.67 P
(not back. W) 389.88 231.67 T
(e won\325) 442.4 231.67 T
(t be long.\323) 472.4 231.67 T
(\322And don\325) 407.88 218.67 T
(t for) 454.37 218.67 T
(get the phone ) 472.78 218.67 T
(guy is coming in tomorrow to \336x ) 389.88 205.67 T
(that noisy line,\323 she added. \322The ) 389.88 192.67 T
-0.78 (phone will be out for a while in the ) 389.88 179.67 P
(morning.\323) 389.88 166.67 T
(\322Great, it\325) 407.88 153.67 T
(s about time!\323 said ) 451.82 153.67 T
(Peter) 389.88 140.67 T
(.) 411.86 140.67 T
(Moments later they had left ) 407.88 127.67 T
-0.41 (the old building and were heading ) 389.88 114.67 P
-0.31 (towards downtown St. Paul. Peter ) 389.88 101.67 P
(was needling Brad about his mo-) 389.88 88.67 T
(torcycle and how impractical it ) 389.88 75.67 T
FMENDPAGE
%%EndPage: "11" 12
%%Page: "12" 12
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 12) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(was--again.) 72 712.67 T
(\322Y) 90 699.67 T
(ou and that stupid crotch-) 101.71 699.67 T
(rocket. Damned thing sure is ) 72 686.67 T
(worthless; can\325) 72 673.67 T
(t even carry two ) 138.62 673.67 T
(people and a couple of bags of ) 72 660.67 T
(money!\323 he said.) 72 647.67 T
(\322Hey Pete, ease up a bit, ) 90 634.67 T
(would you,\323 said Brad. \322I used to ) 72 621.67 T
(be a lot worse. At least I gave up ) 72 608.67 T
(road racing when I got married. ) 72 595.67 T
(Look, the bike is my one indul-) 72 582.67 T
-0.08 (gence, and I couldn\325) 72 569.67 P
-0.08 (t af) 161.24 569.67 P
-0.08 (ford a Fer-) 175.3 569.67 P
(rari, Okay? Besides, I take great ) 72 556.67 T
-0.82 (pleasure in knowing that my Ninja ) 72 543.67 P
(will kick the ass of any Ferrari or ) 72 530.67 T
(Porsche or Corvette made. Y) 72 517.67 T
(ou ) 198.13 517.67 T
(know what, Pete? That bike\325) 72 504.67 T
(s the ) 197.41 504.67 T
(closest thing to an x-wing \336ghter ) 72 491.67 T
(on the planet.\323) 72 478.67 T
(\322X-wing \336ghter?\323 asked Pe-) 90 465.67 T
(ter) 72 452.67 T
(, dubiously) 83.15 452.67 T
(.) 131.27 452.67 T
(\322Y) 90 439.67 T
(ou remember the scenes in ) 101.71 439.67 T
(\324Star T) 72 426.67 T
(rek\325 and \324Star W) 102.43 426.67 T
(ars\325 when ) 175.07 426.67 T
(they make the jump to warp ) 72 413.67 T
-0.49 (speed?\323 asked Brad. Peter nodded ) 72 400.67 P
(but still looked puzzled. \322W) 72 387.67 T
(ell, ) 194.71 387.67 T
(that\325) 72 374.67 T
(s about how it feels to twist ) 91.53 374.67 T
0 (the throttle on that Ninja. Zero-to-) 72 361.67 P
(Sixty in less than three seconds, ) 72 348.67 T
(quarter) 72 335.67 T
(-mile in eleven \337at, top ) 102.89 335.67 T
-0.26 (speed one-sixty-plus! Y) 72 322.67 P
-0.26 (ou bet, Pe-) 175.34 322.67 P
(ter) 72 309.67 T
(, it\325) 83.15 309.67 T
(s the starship of the 1980\325) 97.81 309.67 T
(s! ) 211.02 309.67 T
(And I own one!\323) 72 296.67 T
(Peter smiled and shook his ) 90 283.67 T
-0.1 (head. \322Y) 72 270.67 P
-0.1 (ou\325re an incurable motor-) 109.84 270.67 P
(head!\323 he said. It didn\325) 72 257.67 T
(t matter) 172.79 257.67 T
(, ) 206.22 257.67 T
-0.38 (they had had the same or a similar ) 72 244.67 P
(conversation a hundred times be-) 72 231.67 T
(fore and, as usual, it was all just ) 72 218.67 T
(good-natured banter) 72 205.67 T
(. Each man ) 160.18 205.67 T
-0.1 (had his own turf and each respect-) 72 192.67 P
(ed the other) 72 179.67 T
(\325) 124.27 179.67 T
(s opinion, even ) 127.33 179.67 T
-0.19 (though that opinion might be radi-) 72 166.67 P
(cally dif) 72 153.67 T
(ferent from his own. No ) 108.11 153.67 T
(doubt this was one of the reasons ) 72 140.67 T
-1.02 (that their friendship had worked so ) 72 127.67 P
(well. It was a good cornerstone ) 72 114.67 T
(upon which to build a successful ) 72 101.67 T
(business.) 72 88.67 T
(Lunch was a quick soup and ) 90 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.97 (sandwich at the Center Street Deli. ) 230.94 712.67 P
-0.11 (They took the opportunity to play ) 230.94 699.67 P
(around with some more of the po-) 230.94 686.67 T
(tentially new products in the box. ) 230.94 673.67 T
(Brad was especially enamored ) 230.94 660.67 T
(with the stuf) 230.94 647.67 T
(fed animals. They ) 285.68 647.67 T
(were cute, cuddly and seemingly ) 230.94 634.67 T
(covered with real fur! Peter liked ) 230.94 621.67 T
-0.22 (the little dragon with the ivory \050?\051 ) 230.94 608.67 P
-0.18 (teeth and the incredible iridescent ) 230.94 595.67 P
-0.51 (skin. Neither man had any doubts, ) 230.94 582.67 P
(it was all \336rst-rate merchandise.) 230.94 569.67 T
(Lunch was followed by a trip ) 248.94 556.67 T
(to the First National Bank to de-) 230.94 543.67 T
(posit the \336fty or sixty checks that ) 230.94 530.67 T
(had come in that morning. By ) 230.94 517.67 T
(12:45, the two friends were on ) 230.94 504.67 T
-0.05 (their way back to work. As usual, ) 230.94 491.67 P
(the downtown traf) 230.94 478.67 T
(\336c during the ) 311.3 478.67 T
(noon hour was heavy and slow-) 230.94 465.67 T
(moving. The poor little Chevette ) 230.94 452.67 T
(was so underpowered and slug-) 230.94 439.67 T
-0.78 (gish that they were more-or) 230.94 426.67 P
-0.78 (-less at ) 349.05 426.67 P
(the mercy of the slowest vehicles ) 230.94 413.67 T
-0.25 (on the road--mostly more. Finally ) 230.94 400.67 P
(they got stuck behind a UPS van ) 230.94 387.67 T
-0.1 (that was double-parked to make a ) 230.94 374.67 P
(delivery) 230.94 361.67 T
(. Not a soul traveling in ) 266.23 361.67 T
(the middle lane had the common ) 230.94 348.67 T
-0.74 (courtesy to let them get around the ) 230.94 335.67 P
0 (van and so there they sat until the ) 230.94 322.67 P
(driver came sauntering out and ) 230.94 309.67 T
(moved it. Brad shook his \336st and ) 230.94 296.67 T
(hollered at the guy out the win-) 230.94 283.67 T
(dow) 230.94 270.67 T
(. The driver just smiled and ) 249.15 270.67 T
-0.43 (\337ipped him of) 230.94 257.67 P
-0.43 (f. Brad was furious! ) 292.15 257.67 P
-0.58 (T) 230.94 244.67 P
-0.58 (wo blocks later the Chevette was ) 236.89 244.67 P
-0.26 (stopped for a red light. Across the ) 230.94 231.67 P
-0.21 (intersection they saw the van stop ) 230.94 218.67 P
-0.71 (and the driver get out and go into a ) 230.94 205.67 P
(store. Again the van was double-) 230.94 192.67 T
(parked.) 230.94 179.67 T
(\322I\325ll \336x that son-of-a-bitch!\323 ) 248.94 166.67 T
-0.35 (said Brad. He \336shed around in the ) 230.94 153.67 P
(cardboard box. \322I\325m gonna blast ) 230.94 140.67 T
(his sorry ass!\323 He quickly found ) 230.94 127.67 T
(the new blaster) 230.94 114.67 T
(, dusted of) 297.01 114.67 T
(f a spot ) 342.89 114.67 T
(on the dashboard with his elbow ) 230.94 101.67 T
(and licked the suction cup to ) 230.94 88.67 T
(mount it. After a brief examina-) 230.94 75.67 T
389.88 72 540 720 R
7 X
V
0 X
(tion, he \337ipped a switch on the ) 389.88 712.67 T
(side of the Buck Rogers-looking ) 389.88 699.67 T
(ray gun, centered the back of the ) 389.88 686.67 T
-0.1 (van in the outsized crosshairs and ) 389.88 673.67 P
(pulled the trigger) 389.88 660.67 T
(. T) 464.95 660.67 T
(o his utter ) 476.39 660.67 T
-0.91 (shock and amazement a blue beam ) 389.88 647.67 P
-0.1 (the size of a pencil shot out of the ) 389.88 634.67 P
(gun. \322Ka-wummp!\323 W) 389.88 621.67 T
(ith a loud ) 490.43 621.67 T
(report that shook the ground, the ) 389.88 608.67 T
(back of the UPS van jumped two ) 389.88 595.67 T
-0.28 (feet of) 389.88 582.67 P
-0.28 (f the street and went up in a ) 417.77 582.67 P
(searing ball of blue-white \337ame! ) 389.88 569.67 T
(The two friends looked at each ) 389.88 556.67 T
(other in horri\336ed shock.) 389.88 543.67 T
(\322Let\325) 407.88 530.67 T
(s get the hell out of ) 430.46 530.67 T
(here!\323 shouted Brad.) 389.88 517.67 T
-0.08 (Peter) 407.88 504.67 P
-0.08 (, his face white as death, ) 430.02 504.67 P
(complied by turning right and ) 389.88 491.67 T
(\337ooring the accelerator) 389.88 478.67 T
(. Merciful-) 491.18 478.67 T
(ly) 389.88 465.67 T
(, it was only a short distance, ) 397.72 465.67 T
(maybe \336ve or six blocks, back to ) 389.88 452.67 T
-0.35 (the store. Brad rocketed out of the ) 389.88 439.67 P
-0.39 (car as they arrived and opened the ) 389.88 426.67 P
(overhead door) 389.88 413.67 T
(. W) 452.43 413.67 T
(ith a quick ) 467.85 413.67 T
-0.15 (glance up and down the street, Pe-) 389.88 400.67 P
(ter pulled the car inside, barely ) 389.88 387.67 T
(missing the big Kawasaki, and ) 389.88 374.67 T
(Brad pulled the door shut. Peter) 389.88 361.67 T
(, ) 529.2 361.67 T
(still shaking, got out of the car) 389.88 348.67 T
(.) 523.25 348.67 T
(\322Brad, what the hell hap-) 407.88 335.67 T
(pened?\323 He was shouting.) 389.88 322.67 T
(\322That God-damned ray gun ) 407.88 309.67 T
(blew the shit out of a UPS van!\323 ) 389.88 296.67 T
(Brad shouted back, his voice qua-) 389.88 283.67 T
(vering with excitement. \322Jesus ) 389.88 270.67 T
-0.18 (Christ, it\325) 389.88 257.67 P
-0.18 (s a good thing the driver ) 431.22 257.67 P
(was in the store, we might have ) 389.88 244.67 T
(killed him! Where the God-) 389.88 231.67 T
(damned hell did that stuf) 389.88 218.67 T
(f come ) 498.93 218.67 T
(from, Pete?\323) 389.88 205.67 T
-0.61 (A calm and whispery voice in-) 407.88 192.67 P
(terrupted. \322Y) 389.88 179.67 T
(ou are in some way ) 446.75 179.67 T
(dissatis\336ed with the new prod-) 389.88 166.67 T
(ucts?\323) 389.88 153.67 T
(Both men nearly jumped a ) 407.88 140.67 T
(foot of) 389.88 127.67 T
(f the \337oor at the sound. ) 419.28 127.67 T
(They turned to see a short man in ) 389.88 114.67 T
(what looked like a strangely- ) 389.88 101.67 T
(styled, two-sizes-too-big, cream-) 389.88 88.67 T
(colored leisure suit. It had no la-) 389.88 75.67 T
FMENDPAGE
%%EndPage: "12" 13
%%Page: "13" 13
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 13) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(pels and was secured in front by ) 72 712.67 T
(two huge, sparkling crystal but-) 72 699.67 T
(tons. He was also wearing a ) 72 686.67 T
-0.98 (matching, outsized fedora hat with ) 72 673.67 P
(a \337oppy brim. A pair of gaudy ) 72 660.67 T
(Elton-John sunglasses added the ) 72 647.67 T
(\336nishing touch to his outlandish ) 72 634.67 T
-0.56 (costume. In the darkness of the ga-) 72 621.67 P
-0.22 (rage area they could not make out ) 72 608.67 P
(any details of his face.) 72 595.67 T
(\322Who the hell are you and ) 90 582.67 T
(how did you get in here?\323 Brad ) 72 569.67 T
(nearly shouted.) 72 556.67 T
(\322Y) 90 543.67 T
(our attractive secretary let ) 101.71 543.67 T
(me in before she left,\323 the man ) 72 530.67 T
(lisped. \322And, as you may have al-) 72 517.67 T
-0.66 (ready guessed, I represent the \336rm ) 72 504.67 P
-0.67 (that is of) 72 491.67 P
-0.67 (fering to sell you all those ) 108.92 491.67 P
(\336ne new products.\323) 72 478.67 T
-0.41 (There was something de\336nite-) 90 465.67 P
-0.58 (ly odd about him. Brad also had to ) 72 452.67 P
(seriously question the guy\325) 72 439.67 T
(s taste ) 190.1 439.67 T
(in women; Julie was heavy set, ) 72 426.67 T
-0.92 (had bad acne and was anything but ) 72 413.67 P
(attractive.) 72 400.67 T
(\322Man, you can\325) 90 387.67 T
(t sell a func-) 158.45 387.67 T
-0.41 (tional ray-gun to people by mail!\323 ) 72 374.67 P
(said Peter) 72 361.67 T
(. \322W) 114.42 361.67 T
(e\325re God-damned ) 134.28 361.67 T
(lucky we didn\325) 72 348.67 T
(t kill somebody!\323) 137.71 348.67 T
(\322Perhaps we misinterpreted ) 90 335.67 T
(the purpose of the weapon. From ) 72 322.67 T
-0.51 (your brochure it was apparent that ) 72 309.67 P
(it would be used to rid the streets ) 72 296.67 T
-0.58 (of idiots. As you can see, it will be ) 72 283.67 P
(very ef) 72 270.67 T
(fective for this purpose.) 102.61 270.67 T
(\322Y) 90 257.67 T
(ou\325re God-damned right it ) 101.71 257.67 T
(will be ef) 72 244.67 T
(fective for that purpose! ) 113.3 244.67 T
(W) 72 231.67 T
(e damned near killed a UPS ) 81.49 231.67 T
(driver! Okay) 72 218.67 T
(, the guy was an ass-) 127.72 218.67 T
-0.01 (hole,\323 he admitted. \322But that\325) 72 205.67 P
-0.01 (s no ) 201.37 205.67 P
(reason to kill him. Who are you ) 72 192.67 T
(anyway?\323) 72 179.67 T
-0.36 (Both men felt their knees turn ) 90 166.67 P
(to water as the short man stepped ) 72 153.67 T
(out of the shadows and removed ) 72 140.67 T
-0.96 (his hat. He was obviously not from ) 72 127.67 P
-0.15 (the earth, meaning that he was hu-) 72 114.67 P
(manoid but certainly not human. ) 72 101.67 T
(W) 72 88.67 T
(ithout his hat, he was even ) 81.93 88.67 T
(shorter than they had thought at ) 72 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
(\336rst and he was very thin which ) 230.94 712.67 T
(made the oversized zoot-leisure ) 230.94 699.67 T
(suit look even more outlandish. ) 230.94 686.67 T
-0.2 (His head was hairless and sported ) 230.94 673.67 P
(a pair of delicate and very ornate ) 230.94 660.67 T
(ears which stuck out sharply) 230.94 647.67 T
(. His ) 355.33 647.67 T
-0.19 (skin was light-blue, almost white, ) 230.94 634.67 P
(and looked smooth to the touch, ) 230.94 621.67 T
-0.79 (like doeskin, and his lips were thin ) 230.94 608.67 P
-0.06 (around a small mouth. Y) 230.94 595.67 P
-0.06 (et, for all ) 338.53 595.67 P
(of his dif) 230.94 582.67 T
(ferentness, there was no ) 270.42 582.67 T
(air of menace about him. At that ) 230.94 569.67 T
(moment, the mouth was apparent-) 230.94 556.67 T
(ly in the alien version of a smile.) 230.94 543.67 T
(\322I am called Roton and I rep-) 248.94 530.67 T
-0.92 (resent the Coalition of W) 230.94 517.67 P
-0.92 (orlds,\323 he ) 337.44 517.67 P
-0.74 (lisped. \322W) 230.94 504.67 P
-0.74 (e are certain that we can ) 276.31 504.67 P
(provide you with products superi-) 230.94 491.67 T
(or to those you now sell and at a ) 230.94 478.67 T
(lower price.\323 He removed his ) 230.94 465.67 T
-1 (Elton-John sunglasses, revealing a ) 230.94 452.67 P
(pair of liquid, aquamarine eyes. ) 230.94 439.67 T
-0.67 (\322Who is your current supplier any-) 230.94 426.67 P
(way? Is it Deneb? Sirius?\323) 230.94 413.67 T
(\322W) 248.94 400.67 T
(-we get our stuf) 263.59 400.67 T
(f from ) 332.65 400.67 T
(many dif) 230.94 387.67 T
(ferent outlets,\323 Brad ) 270.11 387.67 T
-0.51 (managed to stammer as he backed ) 230.94 374.67 P
(towards the door) 230.94 361.67 T
(. Peter stood his ) 304.18 361.67 T
(ground.) 230.94 348.67 T
(\322Hang on, Brad,\323 he whis-) 248.94 335.67 T
(pered, grabbing Brad\325) 230.94 322.67 T
(s arm to ) 327.05 322.67 T
(slow down his retreat. \322This is ) 230.94 309.67 T
(starting to make sense.\323) 230.94 296.67 T
(\322It doesn\325) 248.94 283.67 T
(t matter) 292.37 283.67 T
(,\323 said Ro-) 325.8 283.67 T
(ton. \322W) 230.94 270.67 T
(e can still do better) 264.85 270.67 T
(. The ) 347.85 270.67 T
(Coalition represents over a hun-) 230.94 257.67 T
-0.43 (dred civilized worlds!\323 He looked ) 230.94 244.67 P
(at the two friends, seeming to \336-) 230.94 231.67 T
(nally notice their near) 230.94 218.67 T
(- \337ight atti-) 326.83 218.67 T
-0.52 (tude. \322What is wrong? I mean you ) 230.94 205.67 P
(no harm. Y) 230.94 192.67 T
(ou look as though ) 279.58 192.67 T
-0.92 (you\325d never seen a Coalition agent ) 230.94 179.67 P
(before.\323) 230.94 166.67 T
(\322T) 248.94 153.67 T
(o be truthful...,\323 Brad be-) 259.76 153.67 T
(gan. Peter interrupted.) 230.94 140.67 T
(\322It\325) 248.94 127.67 T
(s been a while,\323 he said. ) 263.59 127.67 T
(\322Why have you contacted us any-) 230.94 114.67 T
(way?\323) 230.94 101.67 T
-0.04 (\322W) 248.94 88.67 P
-0.04 (e wish to open new mar-) 263.31 88.67 P
-0.31 (kets for trade in your solar system ) 230.94 75.67 P
389.88 72 540 720 R
7 X
V
0 X
(and your \336rm is perfect for this ) 389.88 712.67 T
(purpose. As you can see, we can ) 389.88 699.67 T
(already provide certain items that ) 389.88 686.67 T
-0.66 (you can use by modifying some of ) 389.88 673.67 P
(our staple goods and certainly ) 389.88 660.67 T
(there are many products of your ) 389.88 647.67 T
-0.61 (world that we can use also. W) 389.88 634.67 P
-0.61 (e are ) 517.44 634.67 P
(very interested in doing business ) 389.88 621.67 T
(with you but we have to be very ) 389.88 608.67 T
-0.81 (careful not to alert the competition ) 389.88 595.67 P
(that we are here. In fact, we have ) 389.88 582.67 T
(purposely not used some of our ) 389.88 569.67 T
(most sophisticated probing devic-) 389.88 556.67 T
(es for fear of detection. Instead, ) 389.88 543.67 T
(we have been monitoring what ) 389.88 530.67 T
(you call \324radio\325 and \324television\325 ) 389.88 517.67 T
(broadcasts for some two weeks ) 389.88 504.67 T
-0.38 (now and with the aid of a learning ) 389.88 491.67 P
-0.3 (booster we have absorbed enough ) 389.88 478.67 P
(about your culture to communi-) 389.88 465.67 T
-0.11 (cate. W) 389.88 452.67 P
-0.11 (e found your \336rm in some-) 422.45 452.67 P
(thing called the \324yellow pages\325. ) 389.88 439.67 T
(Y) 389.88 426.67 T
(ou know) 396.72 426.67 T
(, \324let your digits do the ) 434.15 426.67 T
(walking\325! The \050untranslated ex-) 389.88 413.67 T
(pletive\051 Denebians would never ) 389.88 400.67 T
(have looked there!\323) 389.88 387.67 T
(\322Good, good, I\325m glad you ) 407.88 374.67 T
(found us! Umm...W) 389.88 361.67 T
(ould you ex-) 477.19 361.67 T
-0.61 (cuse us for a moment?\323 said Peter) 389.88 348.67 P
-0.61 (. ) 535.12 348.67 P
(\322My partner and I have to talk a ) 389.88 335.67 T
-0.85 (little business. Have a seat. Y) 389.88 322.67 P
-0.85 (ou do ) 514.23 322.67 P
(sit, don\325) 389.88 309.67 T
(t you?\323) 425.7 309.67 T
(Roton nodded. \322Of course, ) 407.88 296.67 T
(my physiology is very similar to ) 389.88 283.67 T
(your own.\323) 389.88 270.67 T
(\322Good,\323 Peter continued, ) 407.88 257.67 T
(scanning the room for something ) 389.88 244.67 T
-0.15 (to occupy the little alien for a few ) 389.88 231.67 P
(minutes. \322How about some cof-) 389.88 218.67 T
(fee?\323) 389.88 205.67 T
(\322If you mean the beverage ) 407.88 192.67 T
(made by straining hot water ) 389.88 179.67 T
-1.07 (through partially burned vegetable ) 389.88 166.67 P
(matter; no thank you,\323 he said, ) 389.88 153.67 T
(making a face. \322Do you have any ) 389.88 140.67 T
(Coca-cola?\323 Peter nodded cau-) 389.88 127.67 T
(tiously) 389.88 114.67 T
(, Roton continued. \322Excel-) 419.09 114.67 T
(lent! That is a product we simply ) 389.88 101.67 T
(must have! The aroma, the bou-) 389.88 88.67 T
(quet! I know of ten worlds where ) 389.88 75.67 T
FMENDPAGE
%%EndPage: "13" 14
%%Page: "14" 14
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 14) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(we can sell all that we can get!\323) 72 712.67 T
(Peter got him a Coke out of ) 90 699.67 T
(the small fridge in back and got ) 72 686.67 T
(him settled down in a chair) 72 673.67 T
(. The ) 190.71 673.67 T
-0.19 (two friends went into the of) 72 660.67 P
-0.19 (\336ce to ) 192.59 660.67 P
(talk.) 72 647.67 T
(\322Give me the phone!\323 said ) 90 634.67 T
-0.61 (Brad, in near panic. \322W) 72 621.67 P
-0.61 (e gotta call ) 173 621.67 P
(the cops, the Air Force or some-) 72 608.67 T
(body) 72 595.67 T
(. That\325) 93.26 595.67 T
(s a God-damned alien ) 121.94 595.67 T
(out there for Crissake!\323) 72 582.67 T
(\322Hang on a second,\323 said Pe-) 90 569.67 T
(ter) 72 556.67 T
(, grabbing his shoulders and ) 83.15 556.67 T
(gently pushing him into the desk ) 72 543.67 T
-0.73 (chair) 72 530.67 P
-0.73 (. \322This is dif) 93.36 530.67 P
-0.73 (ferent! This alien ) 145.9 530.67 P
(wants to do business with us. I ) 72 517.67 T
-0.1 (don\325) 72 504.67 P
-0.1 (t know) 91.94 504.67 P
-0.1 (, there must have been ) 121.33 504.67 P
-0.49 (some kind of mistake somewhere, ) 72 491.67 P
(but it really doesn\325) 72 478.67 T
(t matter) 154.5 478.67 T
(. What ) 187.76 478.67 T
-0.92 (does matter is that they\325ve come to ) 72 465.67 P
(us, you and me--\336rst! Do you ) 72 452.67 T
-0.01 (know what that means, Brad? W) 72 439.67 P
-0.01 (e ) 214.49 439.67 P
(will be the \336rst humans to have ) 72 426.67 T
(dealings with another civiliza-) 72 413.67 T
(tion!\323) 72 400.67 T
-1.06 (Brad cocked his head. \322Y) 90 387.67 P
-1.06 (ou\325re ) 197.24 387.67 P
(right,\323 he said, starting to calm ) 72 374.67 T
(down a little. \322This is our chance ) 72 361.67 T
(to be famous.\323) 72 348.67 T
(\322There\325ll be fame and notori-) 90 335.67 T
-0.29 (ety) 72 322.67 P
-0.29 (, sure, but that\325) 84.71 322.67 P
-0.29 (s only the begin-) 149.45 322.67 P
(ning. Think of it, Brad! It means ) 72 309.67 T
-0.71 (new products from over a hundred ) 72 296.67 P
-0.97 (dif) 72 283.67 P
-0.97 (ferent worlds and we, you and I, ) 84.01 283.67 P
-0.69 (have sole rights to sell them in this ) 72 270.67 P
(solar system! Brad, Brad!\323 Peter ) 72 257.67 T
(shook him. \322W) 72 244.67 T
(e\325re talking heavy-) 137.95 244.67 T
(duty) 72 231.67 T
(, major) 90.82 231.67 T
(-league wealth here! ) 121.72 231.67 T
(Can you imagine how many peo-) 72 218.67 T
(ple would stand in line to buy ) 72 205.67 T
(something from the stars? And ) 72 192.67 T
(what about all of the stuf) 72 179.67 T
(f made ) 181.35 179.67 T
(right here on good old earth. Y) 72 166.67 T
(ou ) 206.68 166.67 T
-0.36 (heard him, they want to buy Coca-) 72 153.67 P
(cola for Crissake! Coca-fucking-) 72 140.67 T
(cola! If we play our cards right, ) 72 127.67 T
(they\325ll buy it from us! W) 72 114.67 T
(e\325ll be ) 181.28 114.67 T
(two of the wealthiest people on ) 72 101.67 T
(earth. W) 72 88.67 T
(e\325ll need dump trucks to ) 108.95 88.67 T
-0.04 (haul all of the money to the bank. ) 72 75.67 P
230.94 72 381.05 720 R
7 X
V
0 X
(Y) 230.94 712.67 T
(ou can buy that Ferrari...Hell, ) 237.78 712.67 T
(you can probably buy Italy!\323 He ) 230.94 699.67 T
-0.48 (paused to let the impact sink in be-) 230.94 686.67 P
(fore continuing. \322Unless, of ) 230.94 673.67 T
(course you\325d rather call the cops ) 230.94 660.67 T
(or something.\323) 230.94 647.67 T
-0.31 (Brad swallowed and sat back, ) 248.94 634.67 P
(his face contorted from the ef) 230.94 621.67 T
(fort ) 360.4 621.67 T
(of the mental battle that was rag-) 230.94 608.67 T
(ing inside his head. T) 230.94 595.67 T
(o his credit, ) 324.47 595.67 T
(he thought for only a moment. ) 230.94 582.67 T
-0.56 (\322Y) 230.94 569.67 P
-0.56 (ou know) 242.65 569.67 P
-0.56 (, you\325re right,\323 he said, ) 279.52 569.67 P
(as it dawned on him. \322W) 230.94 556.67 T
(e certain-) 339.3 556.67 T
-0.21 (ly could take advantage of this sit-) 230.94 543.67 P
(uation.\323) 230.94 530.67 T
(Brad had always demonstrat-) 248.94 517.67 T
-0.36 (ed a gift for understatement. They ) 230.94 504.67 P
(gathered what self-composure ) 230.94 491.67 T
-0.13 (they could and went back into the ) 230.94 478.67 P
(mail-room area to confront the ) 230.94 465.67 T
(alien. Roton had just \336nished his ) 230.94 452.67 T
(can of Coke and was sitting with ) 230.94 439.67 T
-0.81 (his head thrown back, eyes closed, ) 230.94 426.67 P
-0.06 (apparently still savoring the after-) 230.94 413.67 P
(taste.) 230.94 400.67 T
-1.04 (\322Mr) 248.94 387.67 P
-1.04 (. Roton,\323 said Peter) 266.64 387.67 P
-1.04 (. \322How ) 348.66 387.67 P
(do we go about setting up to do ) 230.94 374.67 T
(business with you?\323 The alien ) 230.94 361.67 T
(blinked and brought his head ) 230.94 348.67 T
(down to face them.) 230.94 335.67 T
-0.07 (\322T) 248.94 322.67 P
-0.07 (ruly an excellent bever-) 260.15 322.67 P
(age!\323 he proclaimed. He looked ) 230.94 309.67 T
(into the empty can forlornly be-) 230.94 296.67 T
-0.73 (fore setting it back on the table. \322It ) 230.94 283.67 P
(is really very simple,\323 he lisped. ) 230.94 270.67 T
(\322W) 230.94 257.67 T
(e will draw up a standard con-) 245.31 257.67 T
(tract with you as our sole agents ) 230.94 244.67 T
(for T) 230.94 231.67 T
(-shirts, dashboard blasters ) 252.2 231.67 T
(and stuf) 230.94 218.67 T
(fed animals along with ) 265.83 218.67 T
0 (some choice products for us from ) 230.94 205.67 P
(your planet. But that is only the ) 230.94 192.67 T
(beginning, from there we can go ) 230.94 179.67 T
(on to some serious business. Y) 230.94 166.67 T
(ou ) 365.34 166.67 T
-0.66 (might say that the stars are the lim-) 230.94 153.67 P
(it!\323 he chuckled, a sort of bubbly ) 230.94 140.67 T
(hiss.) 230.94 127.67 T
-0.46 (\322How long until you can have ) 248.94 114.67 P
(a contract ready) 230.94 101.67 T
(, Mr) 300.39 101.67 T
(. Roton?\323 ) 318.7 101.67 T
(asked Brad.) 230.94 88.67 T
(\322Just \324Roton\325 will do,\323 he re-) 248.94 75.67 T
389.88 72 540 720 R
7 X
V
0 X
-0.09 (plied. \322It usually takes only a few ) 389.88 712.67 P
-0.01 (hours. W) 389.88 699.67 P
-0.01 (e could do it more quick-) 429.27 699.67 P
(ly but there are always some spe-) 389.88 686.67 T
-0.48 (cial details for each world we deal ) 389.88 673.67 P
(with.\323) 389.88 660.67 T
-0.31 (\322W) 407.88 647.67 P
-0.31 (e\325ve been talking this over ) 422.26 647.67 P
(and we\325re very interested,\323 said ) 389.88 634.67 T
(Peter) 389.88 621.67 T
(. \322But, I think we may need ) 411.86 621.67 T
-0.12 (some time to settle a few things. I ) 389.88 608.67 P
-0.31 (think we could be ready by tomor-) 389.88 595.67 P
(row morning. W) 389.88 582.67 T
(ould that be al-) 461.93 582.67 T
(right?\323) 389.88 569.67 T
-0.22 (\322Not at all irregular) 407.88 556.67 P
-0.22 (. It will be ) 492.96 556.67 P
-0.36 (\336ne. I shall return tomorrow to an-) 389.88 543.67 P
-0.56 (swer any questions you may have. ) 389.88 530.67 P
(W) 389.88 517.67 T
(e can have a contract ready at, ) 399.38 517.67 T
-0.6 (say) 389.88 504.67 P
-0.6 (, nine o\325clock for you. It can be ) 403.82 504.67 P
(signed at that time.\323) 389.88 491.67 T
(\322Good, Good!\323 said Peter) 407.88 478.67 T
(. ) 520.78 478.67 T
(\322Until tomorrow) 389.88 465.67 T
(, then?\323) 462.71 465.67 T
(\322Actually) 407.88 452.67 T
(, there is one more ) 449.89 452.67 T
(thing,\323 said Roton. \322The landing ) 389.88 439.67 T
-0.48 (craft that brought me here will not ) 389.88 426.67 P
(return until tomorrow) 389.88 413.67 T
(. As I said, ) 484.38 413.67 T
-0.22 (we do not wish to alarm the Dene-) 389.88 400.67 P
(bian or Siriusian competition so ) 389.88 387.67 T
-0.79 (we have operated only clandestine ) 389.88 374.67 P
(\337ights.\323) 389.88 361.67 T
(\322Probably not a bad idea,\323 ) 407.88 348.67 T
(said Peter) 389.88 335.67 T
(. Good, he thought, no ) 432.3 335.67 T
(one else has seen him. He was ) 389.88 322.67 T
(even more positive that he and ) 389.88 309.67 T
(Brad had made a good decision.) 389.88 296.67 T
(\322Indeed,\323 said Roton. \322The ) 407.88 283.67 T
(question is: Could you direct me ) 389.88 270.67 T
(to an establishment that will ac-) 389.88 257.67 T
(cept a Coalition credit cube? I ) 389.88 244.67 T
(need a place to spend the night.\323) 389.88 231.67 T
(\322Um...There aren\325) 407.88 218.67 T
(t any near ) 488.22 218.67 T
(by) 389.88 205.67 T
(,\323 Peter managed to stammer) 400.16 205.67 T
(. ) 526.78 205.67 T
(Shit, he thought, we can\325) 389.88 192.67 T
(t have ) 499.54 192.67 T
(this alien roaming the streets! ) 389.88 179.67 T
(Could ruin everything! Thinking ) 389.88 166.67 T
(quickly) 389.88 153.67 T
(, he came up with a solu-) 422.13 153.67 T
(tion. \322Why don\325) 389.88 140.67 T
(t you spend the ) 461.39 140.67 T
(night with one of us,\323 he said, ) 389.88 127.67 T
-0.43 (managing to stay outwardly calm; ) 389.88 114.67 P
(meanwhile his mind was racing. ) 389.88 101.67 T
(He himself lived in a lar) 389.88 88.67 T
(ge apart-) 496.18 88.67 T
-0.51 (ment complex, no good, too many ) 389.88 75.67 P
FMENDPAGE
%%EndPage: "14" 15
%%Page: "15" 15
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 15) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
-0.15 (people. Brad had a nice two-story ) 72 712.67 P
(with attached garage--perfect! ) 72 699.67 T
(They could probably get Roton ) 72 686.67 T
-0.55 (into the house without anyone see-) 72 673.67 P
(ing them. \322Brad would delighted ) 72 660.67 T
(to have you stay with him.\323) 72 647.67 T
(\322Huh?\323 said Brad.) 90 634.67 T
(\322W) 90 621.67 T
(onderful!\323 Roton was al-) 104.37 621.67 T
(most gleeful. \322I should tell you ) 72 608.67 T
-0.35 (that I am an amateur sociologist. I ) 72 595.67 P
-0.21 (would like to study a human fami-) 72 582.67 P
(ly unit to gain some insight as to ) 72 569.67 T
(how they work. Y) 72 556.67 T
(ou know) 150.23 556.67 T
(, rela-) 187.66 556.67 T
-0.36 (tionships and such. This would be ) 72 543.67 P
(an excellent opportunity!\323) 72 530.67 T
(\322W) 90 517.67 T
(ell...okay) 104.37 517.67 T
(,\323 said Brad hesi-) 144.24 517.67 T
(tantly) 72 504.67 T
(, de\336nitely not convinced ) 96.31 504.67 T
-0.88 (that it was going to work. \322As long ) 72 491.67 P
(as we\325re going to do business to-) 72 478.67 T
(gether) 72 465.67 T
(, we might as well get used ) 99.01 465.67 T
-0.48 (to it. Y) 72 452.67 P
-0.48 (eah, what the hell! Come to ) 100.78 452.67 P
(my place tonight. I\325ll talk to my ) 72 439.67 T
(wife right now) 72 426.67 T
(. It should be no ) 135.97 426.67 T
-0.25 (problem.\323 He almost choked over ) 72 413.67 P
(the words \322no problem\323.) 72 400.67 T
(Roton got a small transmitter ) 90 387.67 T
-0.31 (out of his breast pocket and spoke ) 72 374.67 P
(some unintelligible syllables into ) 72 361.67 T
-0.48 (it. After a couple of exchanges, he ) 72 348.67 P
(announced. \322The arrangements ) 72 335.67 T
-0.56 (have been made. V) 72 322.67 P
-0.56 (altex will come ) 153.3 322.67 P
(down tomorrow with a contract. ) 72 309.67 T
(And I am free for the evening!\323) 72 296.67 T
-0.25 (They got Roton another Coke ) 90 283.67 P
(and the two friends went back to ) 72 270.67 T
-0.76 (the of) 72 257.67 P
-0.76 (\336ce to call Brad\325) 96.37 257.67 P
-0.76 (s wife. They ) 167.02 257.67 P
-0.87 (looked at each other for a moment, ) 72 244.67 P
(neither wishing to break the spell ) 72 231.67 T
(for fear the dream would end. Fi-) 72 218.67 T
(nally) 72 205.67 T
(, Brad broke the silence.) 93.26 205.67 T
-0.43 (\322Pinch me, Pete! This has got-) 90 192.67 P
(ta be a dream!\323) 72 179.67 T
(\322If it is, I hope I never wake ) 90 166.67 T
(up!\323 said Peter) 72 153.67 T
(. \322Brad, we\325re gon-) 136.69 153.67 T
(na be rich!\323) 72 140.67 T
(\322Y) 90 127.67 T
(eah, and I invited an alien ) 101.71 127.67 T
(over to my house. \324Gee Honey) 72 114.67 T
(, ) 206.14 114.67 T
(guess who\325) 72 101.67 T
(s coming to dinner!\325\323 ) 121.13 101.67 T
-0.83 (They both cackled excitedly) 72 88.67 P
-0.83 (. They ) 192.96 88.67 P
(didn\325) 72 75.67 T
(t accomplish much for the ) 94.99 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.36 (rest of the day) 230.94 712.67 P
-0.36 (. In fact, most of the ) 291.69 712.67 P
(day\325) 230.94 699.67 T
(s orders remained un\336lled.) 249.86 699.67 T
(Nancy W) 248.94 673.67 T
(eller was a reason-) 289.86 673.67 T
(able woman. During the time she ) 230.94 660.67 T
(had known Brad, she hadn\325) 230.94 647.67 T
(t ) 351.26 647.67 T
(pushed him at all. In the begin-) 230.94 634.67 T
-0.2 (ning, she had waited and worried, ) 230.94 621.67 P
(silently) 230.94 608.67 T
(, until he decided, on his ) 262.58 608.67 T
-0.56 (own, to give up the extremely dan-) 230.94 595.67 P
(gerous sport of motorcycle road-) 230.94 582.67 T
-0.35 (racing. The worry had been worth ) 230.94 569.67 P
(it. Since it was he who had made ) 230.94 556.67 T
-0.46 (the decision, he had no trouble liv-) 230.94 543.67 P
(ing with it. Later) 230.94 530.67 T
(, when her hus-) 304.35 530.67 T
-0.65 (band had informed her that he was ) 230.94 517.67 P
0 (going to quit a secure, fairly-well-) 230.94 504.67 P
-0.48 (paying job to start up a science \336c-) 230.94 491.67 P
(tion business with Peter she had ) 230.94 478.67 T
(been worried but, again, hadn\325) 230.94 465.67 T
(t ) 364.99 465.67 T
-0.25 (voiced any objection. A year later ) 230.94 452.67 P
-0.92 (it looked like Brad may have made ) 230.94 439.67 P
-0.74 (a good career move. However) 230.94 426.67 P
-0.74 (, she ) 359.64 426.67 P
(had balked a bit when he an-) 230.94 413.67 T
(nounced that he was bringing an ) 230.94 400.67 T
(alien home for dinner) 230.94 387.67 T
(.) 325.23 387.67 T
-0.12 (\322Y) 248.94 374.67 P
-0.12 (ou mean a migrant worker) 260.65 374.67 P
-0.12 (, ) 375.68 374.67 P
(Dear?\323) 230.94 361.67 T
(\322No, I mean an honest-to-) 248.94 348.67 T
(God, not-from-this-planet space ) 230.94 335.67 T
(alien.\323) 230.94 322.67 T
-0.56 (\322What the hell are you talking ) 248.94 309.67 P
(about, Brad?\323 she asked sternly) 230.94 296.67 T
(, ) 369.05 296.67 T
(her voice tinged with worry and ) 230.94 283.67 T
(more than just a trace of anger) 230.94 270.67 T
(. ) 363.96 270.67 T
-0.9 (\322Y) 230.94 257.67 P
-0.9 (ou guys didn\325) 242.65 257.67 P
-0.9 (t have another one ) 301.07 257.67 P
-0.44 (of your famous four) 230.94 244.67 P
-0.44 (-beer lunches, ) 317.57 244.67 P
(did you?\323) 230.94 231.67 T
(\322Not this time, Honey) 248.94 218.67 T
(. I\325m ) 345.27 218.67 T
(dead serious. Believe me, this is ) 230.94 205.67 T
-0.77 (the opportunity of a lifetime! Hell, ) 230.94 192.67 P
(\336ve lifetimes!\323) 230.94 179.67 T
(She decided to humor him, it ) 248.94 166.67 T
(had always worked in the past.) 230.94 153.67 T
(\322Great, what do I \336x for sup-) 248.94 140.67 T
(per?\323) 230.94 127.67 T
(\322He says that his physiology ) 248.94 114.67 T
-0.05 (is almost like ours. What the hell, ) 230.94 101.67 P
-0.25 (make your lasagne. Better make a ) 230.94 88.67 P
(lot, because he\325) 230.94 75.67 T
(s going to ride ) 298.98 75.67 T
389.88 72 540 720 R
7 X
V
0 X
(home with Peter) 389.88 712.67 T
(--I can\325) 461.68 712.67 T
(t bring ) 494.11 712.67 T
(him, I\325m on the bike--and Betsy ) 389.88 699.67 T
(will probably stop over after ) 389.88 686.67 T
-0.26 (work.\323 There was a silence on the ) 389.88 673.67 P
-0.46 (line. He added. \322I love you, sweet-) 389.88 660.67 P
(heart. Thanks a lot.\323) 389.88 647.67 T
(They say behind every suc-) 407.88 634.67 T
-0.87 (cessful man stands a good woman. ) 389.88 621.67 P
(By any measure, Nancy W) 389.88 608.67 T
(eller ) 507.08 608.67 T
(was truly a magni\336cent woman. ) 389.88 595.67 T
(W) 389.88 582.67 T
(ith her behind him, Brad was ) 399.82 582.67 T
(practically guaranteed success!) 389.88 569.67 T
(Dinner went splendidly) 407.88 543.67 T
(. Ro-) 510.31 543.67 T
(ton had two generous helpings of ) 389.88 530.67 T
(Nancy\325) 389.88 517.67 T
(s excellent lasagne and ) 421.61 517.67 T
(washed it down with a two-liter ) 389.88 504.67 T
-0.22 (bottle of Pepsi. No doubt about it, ) 389.88 491.67 P
(there was trouble brewing. Roton ) 389.88 478.67 T
-0.46 (liked Pepsi even better than Coke. ) 389.88 465.67 P
(Brad caught himself thinking of ) 389.88 452.67 T
(what a great TV campaign it ) 389.88 439.67 T
(would make, sort of an ultimate ) 389.88 426.67 T
(Pepsi Challenge. Move over Bill ) 389.88 413.67 T
-0.95 (Cosby) 389.88 400.67 P
-0.95 (, make room for Roton! And ) 417.25 400.67 P
(he might have been in a gourmet ) 389.88 387.67 T
(restaurant the way he reacted to ) 389.88 374.67 T
(the meal. Even before dinner had ) 389.88 361.67 T
-0.37 (ended, he had charmed both wom-) 389.88 348.67 P
(en completely) 389.88 335.67 T
(. The rest of the ) 451.11 335.67 T
(evening went just as well with ) 389.88 322.67 T
(Brad, Peter and Roton talking ) 389.88 309.67 T
(about potential products and ) 389.88 296.67 T
-0.31 (swapping stories about life within ) 389.88 283.67 P
(their dif) 389.88 270.67 T
(ferent societies.) 424.78 270.67 T
(They had a few after dinner ) 407.88 257.67 T
(drinks. T) 389.88 244.67 T
(o further their amuse-) 428.79 244.67 T
(ment, they discovered that some-) 389.88 231.67 T
(thing in the Pepsi, the carbon-) 389.88 218.67 T
(dioxide maybe, af) 389.88 205.67 T
(fected Roton ) 468.71 205.67 T
-0.57 (much the same as alcohol ef) 389.88 192.67 P
-0.57 (fected ) 510.99 192.67 P
-0.67 (the humans. The slightly tipsy and ) 389.88 179.67 P
(very personable alien was great ) 389.88 166.67 T
-0.38 (entertainment. Finally ten o\325clock ) 389.88 153.67 P
-0.67 (came around and Peter announced ) 389.88 140.67 P
-0.71 (that it was time for he and Betsy to ) 389.88 127.67 P
-0.26 (be going home. Roton agreed that ) 389.88 114.67 P
(it was time to quit also. Members ) 389.88 101.67 T
-0.5 (of his species didn\325) 389.88 88.67 P
-0.5 (t sleep as such, ) 473.33 88.67 P
(but they did have a similar state, ) 389.88 75.67 T
FMENDPAGE
%%EndPage: "15" 16
%%Page: "16" 16
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 16) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
-0.13 (and he was feeling like he needed ) 72 712.67 P
(to partake of it right then. By that ) 72 699.67 T
(time, Nancy and Brad had no res-) 72 686.67 T
(ervations about having their new ) 72 673.67 T
(friend and business associate ) 72 660.67 T
(spend the night.) 72 647.67 T
(Brad didn\325) 90 634.67 T
(t sleep much that ) 137.1 634.67 T
-0.7 (night but when he did, he dreamed ) 72 621.67 P
(of two-wheeled starships and ) 72 608.67 T
(short, dapper aliens who looked ) 72 595.67 T
(like T) 72 582.67 T
(ruman Capote.) 97.55 582.67 T
(Morning found them all in ) 90 556.67 T
(good spirits with, fortunately) 72 543.67 T
(, no ) 198.85 543.67 T
(ill ef) 72 530.67 T
(fects from the previous ) 92.25 530.67 T
(night\325) 72 517.67 T
(s activities. All, including ) 97.64 517.67 T
0 (Roton, had overslept a bit so they ) 72 504.67 P
(were running a bit late. They ) 72 491.67 T
(served up a normal, midwestern ) 72 478.67 T
(breakfast just like any other day) 72 465.67 T
(. ) 211.94 465.67 T
(Roton took a particular liking to ) 72 452.67 T
(Wheat Chex. Brad mentally ) 72 439.67 T
(marked of) 72 426.67 T
(f another product that ) 116.65 426.67 T
-0.27 (could make millions for Of) 72 413.67 P
-0.27 (fworld ) 190.35 413.67 P
(Specialties. W) 72 400.67 T
(ith breakfast \336n-) 135.03 400.67 T
(ished, there was cof) 72 387.67 T
(fee for Brad ) 159.06 387.67 T
-0.66 (and Pepsi for Roton. Brad decided ) 72 374.67 P
(to double-check the morning\325) 72 361.67 T
(s ) 201.68 361.67 T
(agenda.) 72 348.67 T
(\322When do we sign the con-) 90 335.67 T
(tract this morning, Roton?\323 he ) 72 322.67 T
(asked.) 72 309.67 T
(\322Unless I am mistaken, I be-) 90 296.67 T
-0.12 (lieve it is at nine.\323 He consulted a ) 72 283.67 P
(cube from his pocket. \322Y) 72 270.67 T
(es, my ) 181.65 270.67 T
-0.39 (colleague V) 72 257.67 P
-0.39 (altex will come to Of) 123.17 257.67 P
-0.39 (f-) 214.79 257.67 P
(world Specialties at nine with the ) 72 244.67 T
(contract. I am very excited. I ha-) 72 231.67 T
(ven\325) 72 218.67 T
(t told you this yet but this is ) 91.32 218.67 T
(my \336rst assignment for the Coali-) 72 205.67 T
(tion.\323) 72 192.67 T
(\322Y) 90 179.67 T
(our \336rst?\323) 101.71 179.67 T
(\322Y) 90 166.67 T
(es, but I think it is going ) 101.71 166.67 T
(rather well, don\325) 72 153.67 T
(t you?\323) 144.72 153.67 T
(\322Ah...sure, but there is one ) 90 140.67 T
-0.21 (thing that puzzles me,\323 said Brad. ) 72 127.67 P
(\322Why did you guys pick us to do ) 72 114.67 T
(business with?\323) 72 101.67 T
-0.55 (\322Y) 90 88.67 P
-0.55 (our) 101.71 88.67 P
-0.55 (\325) 116.76 88.67 P
-0.55 (s was the only \336rm that ) 119.82 88.67 P
-0.1 (we could \336nd which had some ex-) 72 75.67 P
230.94 72 381.05 720 R
7 X
V
0 X
-0.5 (perience working with extraterres-) 230.94 712.67 P
(trial civilizations,\323 said Roton.) 230.94 699.67 T
(Roton had admitted that this ) 248.94 686.67 T
(was his \336rst assignment; Brad \336g-) 230.94 673.67 T
(ured he that owed a confession ) 230.94 660.67 T
(also.) 230.94 647.67 T
(\322But, Roton, we don\325) 248.94 634.67 T
(t have ) 343.04 634.67 T
(any experience working with ) 230.94 621.67 T
(aliens.\323 said Brad.) 230.94 608.67 T
-0.66 (\322How can that be? On the tele-) 248.94 595.67 P
(phone, yesterday) 230.94 582.67 T
(, I asked your ) 304.67 582.67 T
(partner if you were the \336rm that ) 230.94 569.67 T
(worked with other space- faring ) 230.94 556.67 T
-0.92 (civilizations and he replied \324yes\325!\323 ) 230.94 543.67 P
(said Roton. There was an edge of ) 230.94 530.67 T
(concern in his voice.) 230.94 517.67 T
(\322Roton, we get thirty or forty ) 248.94 504.67 T
(calls a week where someone asks ) 230.94 491.67 T
(us the same question,\323 said Brad. ) 230.94 478.67 T
-0.31 (\322W) 230.94 465.67 P
-0.31 (e tell all of them \324yes\325, they ex-) 245.31 465.67 P
(pect it, it\325) 230.94 452.67 T
(s part of the game.\323) 272.76 452.67 T
-0.33 (\322But the name \324Of) 248.94 439.67 P
-0.33 (fworld Spe-) 329.21 439.67 P
(cialties?\325 said Roton.) 230.94 426.67 T
(\322W) 248.94 413.67 T
(e chose it because it \336ts ) 263.31 413.67 T
(with the illusion that we have ) 230.94 400.67 T
(some contacts in outer space. But ) 230.94 387.67 T
(none of our customers really be-) 230.94 374.67 T
(lieves that we do.\323) 230.94 361.67 T
(\322Oh, this is most unfortu-) 248.94 348.67 T
(nate!\323 said Roton, agitatedly) 230.94 335.67 T
(.) 355.95 335.67 T
(\322It\325) 248.94 322.67 T
(s a kind of joke!\323 said ) 263.59 322.67 T
(Brad. He looked thoughtfully at ) 230.94 309.67 T
-0.26 (Roton for a moment. \322Maybe you ) 230.94 296.67 P
(just don\325) 230.94 283.67 T
(t understand our humor) 269.5 283.67 T
(. ) 371.73 283.67 T
(That would make sense.\323 A light ) 230.94 270.67 T
(went on in Brad\325) 230.94 257.67 T
(s brain. \322Sure, ) 304.48 257.67 T
(like that damned dashboard blast-) 230.94 244.67 T
(er) 230.94 231.67 T
(. Ours was never intended to ) 238.87 231.67 T
(work, it was just a toy) 230.94 218.67 T
(, a noise-) 327.27 218.67 T
-0.25 (maker) 230.94 205.67 P
-0.25 (. Y) 257.79 205.67 P
-0.25 (our) 269.87 205.67 P
-0.25 (\325) 284.92 205.67 P
-0.25 (s blew the shit out of ) 287.97 205.67 P
-0.4 (a UPS van! Maybe we should talk ) 230.94 192.67 P
(a bit more, Roton.\323) 230.94 179.67 T
-0.89 (\322Y) 248.94 166.67 P
-0.89 (ou mean you admit that you ) 260.65 166.67 P
(lied to a Coalition agent?\323 Roton ) 230.94 153.67 T
(was really getting worked up.\323) 230.94 140.67 T
-0.09 (\322W) 248.94 127.67 P
-0.09 (ell, I wouldn\325) 263.31 127.67 P
-0.09 (t exactly call ) 322.44 127.67 P
(it lying,\323 said Brad. \322I\325d say that ) 230.94 114.67 T
(you guys kind of jumped to some ) 230.94 101.67 T
(conclusions.\323 It may already be ) 230.94 88.67 T
-0.05 (too late!\323 said Roton. \322What time ) 230.94 75.67 P
389.88 72 540 720 R
7 X
V
0 X
(is it?\323) 389.88 712.67 T
-0.07 (\322It\325) 407.88 699.67 P
-0.07 (s twenty minutes to nine,\323 ) 422.53 699.67 P
(said Brad, looking at his watch. ) 389.88 686.67 T
(\322I\325m going to have to leave for ) 389.88 673.67 T
(work pretty soon.\323) 389.88 660.67 T
(\322Y) 407.88 647.67 T
(ou must stop your friend ) 419.6 647.67 T
(from signing that contract!\323 said ) 389.88 634.67 T
-0.85 (Roton. \322There are severe penalties ) 389.88 621.67 P
(for lying to a Coalition agent.\323) 389.88 608.67 T
-0.26 (\322I said I was leaving for work ) 407.88 595.67 P
(in a few minutes. Surely they ) 389.88 582.67 T
(won\325) 389.88 569.67 T
(t sign the contract without ) 412.26 569.67 T
(both of us there!\323 said Brad.) 389.88 556.67 T
-0.26 (\322Now it is you who do not un-) 407.88 543.67 P
-0.39 (derstand. In our society) 389.88 530.67 P
-0.39 (, time is in-) 491.12 530.67 P
(violate. If the contract is to be ) 389.88 517.67 T
(signed at nine o\325clock, that is ) 389.88 504.67 T
(when it will be signed, believe ) 389.88 491.67 T
(me!\323) 389.88 478.67 T
(\322Look, we certainly didn\325) 407.88 465.67 T
(t ) 521.19 465.67 T
-0.06 (mean any harm,\323 Brad began. Ro-) 389.88 452.67 P
(ton cut him of) 389.88 439.67 T
(f.) 451.64 439.67 T
-0.87 (\322The last time someone lied to ) 407.88 426.67 P
-0.22 (one of our agents we retaliated by ) 389.88 413.67 P
-0.12 (destroying the entire planet.\323 said ) 389.88 400.67 P
(Roton, in near panic.) 389.88 387.67 T
(\322What!\323 Brad stood up so ) 407.88 374.67 T
(suddenly that his chair fell over ) 389.88 361.67 T
(behind him. \322Jesus, Roton, isn\325) 389.88 348.67 T
(t ) 527.32 348.67 T
(there anything we can do?\323 The ) 389.88 335.67 T
(panic was infectious.) 389.88 322.67 T
(\322No problem, if we get it ) 407.88 309.67 T
(straightened out before he signs ) 389.88 296.67 T
-0.31 (that contract,\323 said Roton. \322Other-) 389.88 283.67 P
(wise...\323) 389.88 270.67 T
(\322I know) 407.88 257.67 T
(, why don\325) 442.86 257.67 T
(t you call ) 489.96 257.67 T
-0.43 (V) 389.88 244.67 P
-0.43 (altex on your communicator and ) 396.6 244.67 P
-0.38 (tell them not to sign before we get ) 389.88 231.67 P
(there!\323) 389.88 218.67 T
-0.74 (\322Good idea,\323 said Roton, with ) 407.88 205.67 P
(some relief as he reached for his ) 389.88 192.67 T
(breast pocket. His face fell as he ) 389.88 179.67 T
-0.18 (failed to \336nd the device. He stood ) 389.88 166.67 P
(up and frantically felt the rest of ) 389.88 153.67 T
(his pockets. \322I...I cannot \336nd it! ) 389.88 140.67 T
(Let me think. I used it in Peter) 389.88 127.67 T
(\325) 523.95 127.67 T
(s ) 527.01 127.67 T
-0.64 (vehicle on the way here yesterday) 389.88 114.67 P
-0.64 (. ) 535.15 114.67 P
(I...I must have left it there! If you ) 389.88 101.67 T
(remember) 389.88 88.67 T
(, I had two Coca-colas ) 433.98 88.67 T
(before we came here yesterday) 389.88 75.67 T
(. I ) 525.21 75.67 T
FMENDPAGE
%%EndPage: "16" 17
%%Page: "17" 17
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 17) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(get a bit disorientated.\323) 72 712.67 T
(\322I\325ll just call Peter myself,\323 ) 90 699.67 T
(Brad said as he picked up the ) 72 686.67 T
-0.87 (phone and dialed the number) 72 673.67 P
-0.87 (. That ) 195.47 673.67 P
(failed too. \322Oh shit! I for) 72 660.67 T
(got! The ) 181.64 660.67 T
(phone is down this morning!\323) 72 647.67 T
(It seemed there was only one ) 90 634.67 T
(possible solution.) 72 621.67 T
(He hollered to his wife as he ) 90 608.67 T
-0.55 (grabbed his leather jacket and full-) 72 595.67 P
(face helmet. \322Nancy! Call the po-) 72 582.67 T
(lice and tell them to meet the ma-) 72 569.67 T
(niac on the Ninja at Of) 72 556.67 T
(fworld ) 172.18 556.67 T
-0.07 (Specialties. T) 72 543.67 P
-0.07 (ell them it\325) 130.97 543.67 P
-0.07 (s a life or ) 178.45 543.67 P
(death situation. Get Roton in the ) 72 530.67 T
(car and follow me down as quick-) 72 517.67 T
(ly as you can.\323) 72 504.67 T
(He had the jacket, the helmet ) 90 491.67 T
(and his gloves on before he ) 72 478.67 T
(opened the garage door) 72 465.67 T
(. He had ) 174.21 465.67 T
(the key in the ignition and ) 72 452.67 T
-0.1 (switched on before he even threw ) 72 439.67 P
(his leg over the bike. He stabbed ) 72 426.67 T
-0.74 (the starter button and, as usual, the ) 72 413.67 P
-0.22 (engine roared to life immediately) 72 400.67 P
-0.22 (, ) 216.84 400.67 P
(throbbing with power) 72 387.67 T
(. There was ) 166.6 387.67 T
-0.61 (no time for the customary pre-ride ) 72 374.67 P
-0.16 (inspection--the future of mankind ) 72 361.67 P
(was at stake!. He pulled in the ) 72 348.67 T
(clutch with his left hand, snicked ) 72 335.67 T
-0.22 (the shift lever down into \336rst gear ) 72 322.67 P
-0.06 (with his left toe, blipped the throt-) 72 309.67 P
(tle with his right hand and let out ) 72 296.67 T
(the clutch. The rear tire left a six-) 72 283.67 T
(foot long stripe on the concrete ) 72 270.67 T
-0.92 (\337oor as he launched the bike out of ) 72 257.67 P
(the garage. He slowed down only ) 72 244.67 T
(slightly and took a left into the ) 72 231.67 T
(street--right into the path of a ) 72 218.67 T
(Buick! He ignored the squeal of ) 72 205.67 T
-0.3 (brakes and the angry curses of the ) 72 192.67 P
(driver as he straightened out the ) 72 179.67 T
-0.8 (handlebars and twisted the throttle ) 72 166.67 P
(to the stop.) 72 153.67 T
(Engage warp drive!) 90 140.67 T
(In less than a heartbeat the ) 90 127.67 T
(awesome power of the two- ) 72 114.67 T
-0.73 (wheeled beast was unleashed. The ) 72 101.67 P
(bike lunged forward, the front ) 72 88.67 T
(wheel skimming a couple of inch-) 72 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.06 (es of) 230.94 712.67 P
-0.06 (f the street, the rear tire claw-) 251.74 712.67 P
-0.35 (ing at the asphalt. The tach soared ) 230.94 699.67 P
(to redline in \336rst gear accompa-) 230.94 686.67 T
-0.88 (nied by the soulful howl of the big, ) 230.94 673.67 P
-0.58 (inline four in full song. The guy in ) 230.94 660.67 P
-0.31 (the Buick stopped in mid-curse as ) 230.94 647.67 P
(the big bike with its obviously ) 230.94 634.67 T
(psychotic rider seemingly evapo-) 230.94 621.67 T
(rated down the street! W) 230.94 608.67 T
(ith the ) 339.11 608.67 T
(throttle still at the stop, Brad ) 230.94 595.67 T
(snapped the clutch in and out ) 230.94 582.67 T
(while lifting his left toe simulta-) 230.94 569.67 T
(neously) 230.94 556.67 T
(, accomplishing the shift ) 264.41 556.67 T
(into second gear in less than an ) 230.94 543.67 T
(eyeblink. The front wheel again ) 230.94 530.67 T
(lost contact with the road. The ) 230.94 517.67 T
(process was repeated for third ) 230.94 504.67 T
(gear) 230.94 491.67 T
(. Brad was now a mere eight ) 249.24 491.67 T
(seconds away from his driveway) 230.94 478.67 T
(. ) 374.24 478.67 T
-0.05 (His speed was already 102 m.p.h. ) 230.94 465.67 P
(and climbing. Four intersections ) 230.94 452.67 T
(shot past, Brad silently thanked ) 230.94 439.67 T
(God no one was coming! T) 230.94 426.67 T
(oo ) 350.09 426.67 T
-0.08 (quickly) 230.94 413.67 P
-0.08 (, it was time to slow down ) 263.19 413.67 P
(for the crosstown freeway en-) 230.94 400.67 T
(trance. After a quick pull on the ) 230.94 387.67 T
(brakes and a downshift to second ) 230.94 374.67 T
(gear to lose a little speed, Brad ) 230.94 361.67 T
-0.09 (shifted his weight over to the left, ) 230.94 348.67 P
-0.63 (\322hanging of) 230.94 335.67 P
-0.63 (f\323 to insure proper cor-) 282.29 335.67 P
(nering attitude as he banked the ) 230.94 322.67 T
-0.46 (streaking bike over into the curve. ) 230.94 309.67 P
-0.65 (The rear wheel slipped a couple of ) 230.94 296.67 P
(times but he managed to success-) 230.94 283.67 T
(fully negotiate the carousel onto ) 230.94 270.67 T
-0.35 (the highway at just over 70 m.p.h. ) 230.94 257.67 P
(Brad\325) 230.94 244.67 T
(s heart was in his throat, ) 255.35 244.67 T
(even in his racing days, he had ) 230.94 231.67 T
(never done anything quite that ) 230.94 218.67 T
(dangerous! Race tracks have gen-) 230.94 205.67 T
-0.28 (erous runof) 230.94 192.67 P
-0.28 (fs and hay bales if you ) 280.81 192.67 P
(make a mistake. On the street ) 230.94 179.67 T
(there are nothing but hard things ) 230.94 166.67 T
(and sharp angles. Not to mention ) 230.94 153.67 T
-0.06 (cars. Thousands of cars, all crawl-) 230.94 140.67 P
(ing along at 65 m.p.h., or less. ) 230.94 127.67 T
-0.34 (There were trucks too, big, heavy) 230.94 114.67 P
-0.34 (, ) 375.9 114.67 P
(ugly trucks that clogged the road ) 230.94 101.67 T
(even better) 230.94 88.67 T
(.) 278.84 88.67 T
(Out on the highway) 248.94 75.67 T
(, and he ) 335.2 75.67 T
389.88 72 540 720 R
7 X
V
0 X
(was on the throttle again, hard! ) 389.88 712.67 T
(The Ninja again lunged forward, ) 389.88 699.67 T
-0.64 (eating up the road ravenously) 389.88 686.67 P
-0.64 (, like ) 516.57 686.67 P
(some lithe, hungry) 389.88 673.67 T
(, two-wheeled ) 471.26 673.67 T
(predator) 389.88 660.67 T
(. Brad tucked in behind ) 425.89 660.67 T
-0.71 (the short bubble windscreen of the ) 389.88 647.67 P
(sportbike\325) 389.88 634.67 T
(s full fairing as he ) 433.83 634.67 T
(weaved in and out of the traf) 389.88 621.67 T
(\336c ) 516 621.67 T
0 (like a madman on amphetamines. ) 389.88 608.67 P
(The tach hovered near redline in ) 389.88 595.67 T
(fourth gear as he and the big bike ) 389.88 582.67 T
-0.92 (screamed down the dashed lines in ) 389.88 569.67 P
(the middle of the two-lane one-) 389.88 556.67 T
(way road and \337ashed between a ) 389.88 543.67 T
-0.31 (moving van in one lane and a tow-) 389.88 530.67 P
(truck in the other) 389.88 517.67 T
(.) 464.65 517.67 T
(The noise of the wind tearing ) 407.88 504.67 T
(at his helmet and clothing was all ) 389.88 491.67 T
-0.92 (that he could hear but he could feel ) 389.88 478.67 P
-0.2 (how hard the engine was working ) 389.88 465.67 P
(by the ur) 389.88 452.67 T
(gency of the tingling vi-) 428.74 452.67 T
(bration he felt between his legs ) 389.88 439.67 T
(and in the handgrips. Brad real-) 389.88 426.67 T
(ized once again that riding a big ) 389.88 413.67 T
(powerful bike really fast required ) 389.88 400.67 T
(CONCENTRA) 389.88 387.67 T
(TION!. Things ) 455.8 387.67 T
(happen at an alarming rate at 130 ) 389.88 374.67 T
(m.p.h.!) 389.88 361.67 T
(Don\325) 407.88 348.67 T
(t try this at home, kids! ) 430.26 348.67 T
-0.42 (he thought, as he shot over to pass ) 389.88 335.67 P
(a dirt-covered Cadillac, skirting ) 389.88 322.67 T
-0.43 (by it by going out on the shoulder) 389.88 309.67 P
-0.43 (. ) 534.93 309.67 P
(Not surprisingly) 389.88 296.67 T
(, most of the peo-) 460.89 296.67 T
(ple he passed were shocked and ) 389.88 283.67 T
-1.02 (angered and were making all kinds ) 389.88 270.67 P
(of gestures at him. At the speeds ) 389.88 257.67 T
-0.61 (he was traveling and in his state of ) 389.88 244.67 P
-0.12 (total concentration, he barely saw ) 389.88 231.67 P
(them.) 389.88 218.67 T
-0.53 (The engine was singing sopra-) 407.88 205.67 P
-0.67 (no and the speedometer indicating ) 389.88 192.67 P
(135 m.p.h. as the exit for down-) 389.88 179.67 T
(town came up on the right--fast! ) 389.88 166.67 T
(Brad grabbed a handful of brake ) 389.88 153.67 T
-0.26 (with his right hand. It was like hit-) 389.88 140.67 P
(ting a brick wall. The powerful ) 389.88 127.67 T
(twin discs on the front wheel of ) 389.88 114.67 T
(the streaking black and red bike ) 389.88 101.67 T
-0.38 (were so strong and the need of the ) 389.88 88.67 P
-0.63 (rider so ur) 389.88 75.67 P
-0.63 (gent that the back wheel ) 433.59 75.67 P
FMENDPAGE
%%EndPage: "17" 18
%%Page: "18" 18
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 741.67 T
(/) 116.87 741.67 T
1 F
(T) 123.09 741.67 T
(rade Agreement) 127.68 741.67 T
0 F
(page 18) 514.01 741.67 T
(V) 72 48.67 T
(olume II, Issue 1) 77.04 48.67 T
(February 1990) 489.59 48.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
2 F
0 X
(came up momentarily from the ) 72 712.67 T
(force of braking. He downshifted ) 72 699.67 T
-0.96 (twice, fourth to third to second and ) 72 686.67 P
(coasted down the ramp and out ) 72 673.67 T
(into the street at half-throttle. ) 72 660.67 T
(There was a tiny opening in the ) 72 647.67 T
(traf) 72 634.67 T
(\336c; Brad put the hammer ) 87.05 634.67 T
(down! The warp drive kicked in ) 72 621.67 T
(again and the big bike with its ) 72 608.67 T
(white-knuckled rider clawed its ) 72 595.67 T
(way around a red Dodge Omni ) 72 582.67 T
-0.61 (and \337ashed through the tail-end of ) 72 569.67 P
(a yellow light, speed: 80 m.p.h. ) 72 556.67 T
(Just \336ve more blocks to go! Then ) 72 543.67 T
-0.34 (four) 72 530.67 P
-0.34 (, then three...Again the squeal ) 89.86 530.67 P
(of car brakes from a near miss--) 72 517.67 T
(unheard. The \322Of) 72 504.67 T
(fworld Special-) 148.98 504.67 T
(ties\323 sign came into view) 72 491.67 T
(. Brad ) 182.36 491.67 T
(again hit the brakes so hard that ) 72 478.67 T
(the back wheel came up of) 72 465.67 T
(f the ) 189.26 465.67 T
(street. He slithered the bike to a ) 72 452.67 T
(stop in front of the building, ) 72 439.67 T
(slammed the sidestand down and ) 72 426.67 T
(ran inside, screaming for Peter as ) 72 413.67 T
(he clawed at the fasteners on his ) 72 400.67 T
(helmet. He rounded the corner ) 72 387.67 T
(into the mail-room just in time to ) 72 374.67 T
-0.04 (see Peter and another alien by the ) 72 361.67 P
(desk. The clock on the wall read ) 72 348.67 T
-0.79 (8:59. Peter had a pen poised above ) 72 335.67 P
(a lar) 72 322.67 T
(ge formal-looking document.) 91.02 322.67 T
(\322Peter!\323 Brad shouted. \322For ) 90 309.67 T
(God\325) 72 296.67 T
(s sake don\325) 93.97 296.67 T
(t sign that con-) 143.2 296.67 T
(tract!\323) 72 283.67 T
0 (Peter looked up at him with a ) 90 270.67 P
(kind of bewildered stare. Brad ) 72 257.67 T
-0.53 (didn\325) 72 244.67 P
-0.53 (t even stop. He continued his ) 94.99 244.67 P
-0.92 (headlong rush across the room and ) 72 231.67 P
(snatched the pen out of Peter) 72 218.67 T
(\325) 199.64 218.67 T
(s ) 202.69 218.67 T
(hand.) 72 205.67 T
(\322What did you do that for?\323 ) 90 192.67 T
(asked Peter) 72 179.67 T
(.) 121.74 179.67 T
(Brad was out of breath from ) 90 166.67 T
(the exertion of piloting the big ) 72 153.67 T
(bike. Or maybe it was because he ) 72 140.67 T
-0.07 (hadn\325) 72 127.67 P
-0.07 (t breathed for most of his in-) 96.82 127.67 P
(credible trip--He wasn\325) 72 114.67 T
(t sure! He ) 174.3 114.67 T
-0.69 (sat shakily down in a chair and put ) 72 101.67 P
-0.26 (his head in his hands. The enormi-) 72 88.67 P
(ty of what he had just done, the ) 72 75.67 T
230.94 72 381.05 720 R
7 X
V
0 X
-0.43 (saving of mankind and the person-) 230.94 712.67 P
(al risk he had just taken, was be-) 230.94 699.67 T
-0.01 (ginning to dawn on him. It would ) 230.94 686.67 P
(be a while before the adrenaline ) 230.94 673.67 T
(wore of) 230.94 660.67 T
(f.) 264.6 660.67 T
(\322W) 248.94 647.67 T
(e have to talk a bit more ) 263.31 647.67 T
(about some of the details of the ) 230.94 634.67 T
-1.08 (contract,\323 said Brad, calmly) 230.94 621.67 P
-1.08 (. \322That ) 349.95 621.67 P
(is, if we want to stay in business ) 230.94 608.67 T
(for very long.\323) 230.94 595.67 T
(W) 248.94 582.67 T
(ithin minutes, the building ) 258.87 582.67 T
(was surrounded by police cars ) 230.94 569.67 T
(which were full of confused and ) 230.94 556.67 T
-0.25 (angry policemen. A short time lat-) 230.94 543.67 P
(er Nancy and Roton arrived. The ) 230.94 530.67 T
(spacecraft on the roof and the ) 230.94 517.67 T
(alien on the ground were enough ) 230.94 504.67 T
(to convince the cops that a mo-) 230.94 491.67 T
(mentous event was in progress. ) 230.94 478.67 T
(Besides, they weren\325) 230.94 465.67 T
(t sure who ) 322.58 465.67 T
(had jurisdiction over the matter) 230.94 452.67 T
(. ) 368.26 452.67 T
-0.13 (Roton and the two friends made a ) 230.94 439.67 P
-0.06 (few minor \050but extremely impor-) 230.94 426.67 P
(tant\051 changes in the wording of ) 230.94 413.67 T
-0.05 (their contract and, with the stroke ) 230.94 400.67 P
(of a pen, Of) 230.94 387.67 T
(fworld Specialties re-) 283.21 387.67 T
(ally did have contacts with an ex-) 230.94 374.67 T
(traterrestrial civilization!) 230.94 361.67 T
(\245) 297.48 335.67 T
(\245) 304.08 335.67 T
(\245) 310.67 335.67 T
(It had been a truly fantastic ) 248.94 309.67 T
-0.68 (banquet with delightful and exotic ) 230.94 296.67 P
(cuisine from all over the Galaxy ) 230.94 283.67 T
(and the lush appointments of the ) 230.94 270.67 T
(formal dining room were opulent ) 230.94 257.67 T
-0.04 (in the extreme. Red velvet draper-) 230.94 244.67 P
(ies and gold brocade adorned the ) 230.94 231.67 T
-0.36 (frescoed walls. The table was cov-) 230.94 218.67 P
(ered with the very best Denebian ) 230.94 205.67 T
(linen and was set with \322china\323 ) 230.94 192.67 T
(from Sirius\325) 230.94 179.67 T
(s most famous kilns. ) 283.74 179.67 T
(Around the table, three friends ) 230.94 166.67 T
(raised their expensive Rigellian ) 230.94 153.67 T
(crystal goblets in a formal toast. ) 230.94 140.67 T
(T) 230.94 127.67 T
(wo of the goblets contained the ) 236.89 127.67 T
(\336nest champagne, the other con-) 230.94 114.67 T
(tained the \336nest Pepsi-cola.) 230.94 101.67 T
(\322T) 248.94 88.67 T
(o the \336rst \336ve years of our ) 259.76 88.67 T
(prosperous partnership, Brad, Ro-) 230.94 75.67 T
389.88 252 540 720 R
7 X
V
0 X
(ton,\323 said Peter) 389.88 712.67 T
(. \322May there be ) 456.71 712.67 T
(many more!\323 They clinked their ) 389.88 699.67 T
(glasses together and tossed down ) 389.88 686.67 T
(their respective beverages.) 389.88 673.67 T
(\322Where to now?\323 said Roton.) 407.88 660.67 T
-0.87 (\322Oh, I don\325) 407.88 647.67 P
-0.87 (t know) 456.29 647.67 P
-0.87 (,\323 said Brad. ) 484.93 647.67 P
-0.35 (\322How about Barnard\325) 389.88 634.67 P
-0.35 (s Star) 483.75 634.67 P
-0.35 (. I hear ) 507.51 634.67 P
-0.3 (they had a fantastic year for Sardi-) 389.88 621.67 P
(narian Brandy) 389.88 608.67 T
(.\323) 451.71 608.67 T
(Roton disappeared into the ) 407.88 595.67 T
(control room. Minutes later the ) 389.88 582.67 T
(sleek gleaming starship that was ) 389.88 569.67 T
(the property of Of) 389.88 556.67 T
(fworld Special-) 469.31 556.67 T
-1.1 (ties came majestically about. After ) 389.88 543.67 P
-0.82 (a short countdown she \337ashed into ) 389.88 530.67 P
(hyperspace. W) 389.88 517.67 T
(ith her wealthy ) 454.72 517.67 T
(merchant crew and her car) 389.88 504.67 T
(go of ) 506.2 504.67 T
-0.33 (precious goods, the Of) 389.88 491.67 P
-0.33 (fworld Nin-) 488.16 491.67 P
-0.54 (ja was of) 389.88 478.67 P
-0.54 (f on another foray as trad-) 428.27 478.67 P
(er to the stars.) 389.88 465.67 T
10 F
(Phil is a r) 389.88 427.33 T
(esear) 429.22 427.33 T
(ch specialist in Plant ) 450.5 427.33 T
(Pathology at NDSU in Far) 389.88 415.33 T
(go, North ) 497.23 415.33 T
-0.29 (Dakota. He is also a Ph.D. candidate ) 389.88 403.33 P
(at the same time. He\325) 389.88 391.33 T
(s been writing ) 473.8 391.33 T
(science \336ction for about thr) 389.88 379.33 T
(ee years ) 500 379.33 T
(but has enjoyed r) 389.88 367.33 T
(eading all his life. ) 458.63 367.33 T
-0.31 (He comments, \322I got inter) 389.88 355.33 P
-0.31 (ested in the ) 492.91 355.33 P
(writing end because of the many dis-) 389.88 343.33 T
(appointments I\325ve had while attend-) 389.88 331.34 T
-0.7 (ing science \336ction movies and coming ) 389.88 319.34 P
-0.52 (away wondering how they could have ) 389.88 307.34 P
(spent so much money on actors and ) 389.88 295.34 T
(special effects, and so damned little ) 389.88 283.34 T
(on a decent story!\323 This story marks ) 389.88 271.34 T
(Phil\325) 389.88 259.34 T
(s second appearance in Athene.) 408.58 259.34 T
389.88 72 540 243 R
4 X
V
FMENDPAGE
%%EndPage: "18" 19
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 55 /Helvetica-Oblique FMDEFINEFONT
%%Page: "19" 19
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 741.67 T
(est /) 140.68 741.67 T
1 F
(Quanta & DargonZine) 158.22 741.67 T
0 F
(page 19) 532.01 741.67 T
(V) 54 48.67 T
(olume II, Issue 1) 59.04 48.67 T
(February 1990) 507.59 48.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.07 (a shared-world anthology similar to \050and inspired by\051 \
Robert Asprin\325s ) 72 229 P
8 F
0.07 (Thieves\325 World) 439.9 229 P
7 F
0.07 ( 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.42 (Quanta is a relatively new magazine but is growing fast, with \
over five hundred subscribers to date) 72 481 P
0.4 (from nine different countries. Electronic publishing is the way \
of the future. Become part of that) 72 467 P
(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 323.33 T
FMENDPAGE
%%EndPage: "19" 20
%%Trailer
%%BoundingBox: 0 0 612 792
%%Pages: 19 1
%%DocumentFonts: Times-Bold
%%+ Times-BoldItalic
%%+ Times-Roman
%%+ Times-Italic
%%+ Courier
%%+ Helvetica-Bold
%%+ Helvetica
%%+ Helvetica-Oblique