%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
% Here you can define a routine "cleanup" that will be called
% at the end of printing the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/Ulgap 2 def % underline gap
/inch {72 mul} bind def
/inches {72 mul} bind def
/endpage where not
{ /endpage { restore } bind def } { pop } ifelse
/cleanup where not
{ /cleanup { } def } { pop } ifelse
/resetvars
{
/bw 4 inch def % box width
/bh 4 inch def % box height
/bt 1.5 def % box edge thickness
/bg 3 def % nested box gap
/Ulgap 2 def % underline gap
/pgsize 11 inch def % for page orientation
} bind def
% show a segment
%
/N % Str Xs Ys
{
moveto
show
} bind def
% awidthshow a segment
%
/S % Cx 0 32 Ax 0 Str Xs Ys
{
moveto
awidthshow
} bind def
% awidthshow a segment with underline
%
/SU % Thik -Drop Cx 0 32 Ax 0 Str Xs Ys Xe
{
10 1 roll
2 copy
13 2 roll
dup
10 1 roll
moveto
awidthshow
dup
5 1 roll
add
moveto
setlinewidth
add
gsave
lineto
stroke
grestore
} bind def
% underline whitespace
%
/WU % Xe Ye Xs Ys Thik
{
setlinewidth
moveto
lineto
currentpoint
stroke
moveto
} bind def
% double underline whitespace
%
/WDU % Xe Ye Xs Ys Thik
{
5 copy
WU % draw the first line
gsave
0 1 index
Ulgap add
neg translate % translate: 0 -(Thik+Ulgap)
% Xe Ye Xs Ys Thik
WU % draw the second line
grestore
} bind def
% awidthshow a segment with double underline
%
/SDU % Thik -Drop Cx 0 32 Ax 0 Str Xs Ys Xe
{
10 1 roll
dup
10 1 roll
2 copy
14 2 roll
moveto
awidthshow
dup
4 1 roll
add
2 copy
moveto % move to ul position
4 -1 roll
dup
setlinewidth
dup
7 1 roll
sub
Ulgap sub
6 2 roll
add
gsave % cp saved before ul
lineto % draw upper ul
Ulgap add
neg
0 exch rmoveto
lineto % draw lower ul
stroke % show lines
grestore % restore cp
} bind def
% move with underline
%
/MU % Xdest
{
currentpoint
exch
pop
lineto
currentpoint
stroke
moveto
} bind def
% move with double underline
%
/MDU % Xdest Thik
{
currentpoint
3 -1 roll
dup
5 1 roll
sub
Ulgap sub
4 2 roll
currentpoint
exch
pop
lineto
currentpoint
stroke
moveto
neg
Ulgap sub
0 exch
gsave
rmoveto
lineto
stroke
grestore
} bind def
% strikeout a char
%
/Strike % (-) Ax Ci Ci+1
{
pop pop
dup
2 index exch
currentpoint
pop
add
exch
Xs Ys moveto
show
dup
Ys moveto
/Xs exch def
} bind def
% kshow with strikeout
%
/SX % (-) Ax Str Xs Ys
{
moveto
currentpoint
/Ys exch def
/Xs exch def
{Strike} exch
kshow
currentpoint % for SXU
pop % for SXU
/Xe exch def % for SXU
pop
Xs Ys moveto
show
} bind def
% kshow with strikeout and underline
%
/SXU % Thik -Drop (-) Ax Str Xs Ys
{
2 copy
7 1 roll
9 1 roll
SX
add
Xe exch
dup
4 1 roll
5 2 roll
WU
} bind def
% Reencode font encoding vector for a standard font
%
% do so only for fonts which have StandardEncoding
/RV % FontName
{
dup findfont begin
currentdict dup length dict begin
{ %forall
1 index /FID ne {def} {pop pop} ifelse
} forall
/FontName exch def
Encoding StandardEncoding eq
{%if % only reencode if the current encoding IS StandardEncoding
/Encoding IBMenc def
}if
currentdict dup end end
/FontName get exch definefont pop
} bind def
/IBMenc StandardEncoding 256 array copy def
%%EndProlog
%%BeginSetup
% initialize the IBMenc reencoding vector
%
0 [ 7 /bullet
20 /paragraph /section
128 /Ccedilla /udieresis /eacute /acircumflex /adieresis /agrave
/aring /ccedilla /ecircumflex /edieresis /egrave /idieresis
/icircumflex /igrave /Adieresis /Aring /Eacute /ae /AE
/ocircumflex /odieresis /ograve /ucircumflex /ugrave /ydieresis
/Odieresis /Udieresis /oslash /sterling /Oslash
159 /florin /aacute /iacute /oacute /uacute /ntilde /Ntilde /ordfeminine
/ordmasculine /questiondown /registered /logicalnot
173 /exclamdown /guillemotleft /guillemotright
181 /Aacute /Acircumflex /Agrave /copyright
189 /cent /yen
198 /atilde /Atilde
207 /currency
210 /Ecircumflex /Edieresis /Egrave /dotlessi /Iacute /Icircumflex
/Idieresis
222 /Igrave
224 /Oacute /germandbls /Ocircumflex /Ograve /otilde /Otilde
233 /Uacute /Ucircumflex /Ugrave
238 /macron /acute
247 /cedilla /ring /dieresis /dotaccent ]
{ %forall
dup type /nametype eq
{ %ifelse
IBMenc 2 index 2 index put
pop 1 add
}{ %else
exch pop
} ifelse
} forall
pop
%%EndSetup
resetvars
%% Page: 1 1
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Oblique findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Star Trek) 86.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (\(The Original Series\) Pocket Books' Books Guide) 158.4 768 S
0 0 32 0 0 (----------) 255.6 744 S
0 0 32 0 0 (Version 15) 255.6 732 S
0 0 32 0 0 (----------) 255.6 720 S
0 0 32 0 0 (Last Updated: April 15, 1992) 190.8 696 S
/F2 /Courier-Bold findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Produced by Richard Muirden) 194.4 672 S
F1 setfont
0 0 32 0 0 (Book back cover and front inside cover text) 136.8 660 S
0 0 32 0 0 (\(c\) Copyright 1979-1992 Pocket Books) 162 648 S
F0 setfont
0 0 32 0 0 (Star Trek) 64.8 636 S
F1 setfont
0 0 32 0 0 (is a registered trademark of Paramount Pictures Corp.) 136.8 636 S
/F3 /Courier-BoldOblique findfont 12 scalefont def
F3 setfont
0 0 32 0 0 (* This document does not intend to infringe on Copyright owners *) 57.6 612 S
F1 setfont
0 0 32 0 0 (-----------------------------------------------------------------) 57.6 588 S
0 0 32 0 0 (This list contains the details, back cover and inside front cover) 57.6 564 S
0.12 0 32 0.72 0 (texts from all of the ) 57.6 552 S
0.16 0 32 0.72 0 (Pocket Books') 232.48 552 S
F0 setfont
0.16 0 32 0.72 0 (Star Trek) 343.68 552 S
F1 setfont
0.16 0 32 0.72 0 (\(The Original) 423.2 552 S
0 0 32 0 0 (Series\) novels. This includes:) 57.6 540 S
F2 setfont
0 0 32 0 0 (*) 93.6 516 S
F1 setfont
0 0 32 0 0 (Regular) 108 516 S
F0 setfont
0 0 32 0 0 (Star Trek) 165.6 516 S
F1 setfont
0 0 32 0 0 (Novels) 237.6 516 S
F2 setfont
0 0 32 0 0 (*) 93.6 504 S
F1 setfont
0 0 32 0 0 (Giant Novels) 108 504 S
F2 setfont
0 0 32 0 0 (*) 93.6 492 S
F1 setfont
0 0 32 0 0 (Hardcovers) 108 492 S
F2 setfont
0 0 32 0 0 (*) 93.6 480 S
F1 setfont
0 0 32 0 0 (Movie Novelisations) 108 480 S
0 0 32 0 0 (-----------------------------------------------------------------) 57.6 444 S
0.24 0 32 0.56 0 (The most current issue ) 57.6 420 S
0.28 0 32 0.56 0 (of this list may be obtained from the) 237.08 420 S
0 0 32 0 0 (following source:) 57.6 408 S
0 0 32 0 0 (* E-Mail:) 93.6 384 S
0 0 32 0 0 (Sending e-mail to me at the following addresses:) 93.6 360 S
0 0 32 0 0 (Internet: s89...@minyos.xx.rmit.OZ.AU -or-) 93.6 336 S
0 0 32 0 0 (r...@lionet.wesley.OZ.AU) 165.6 324 S
0 0 32 0 0 (* ACSnet fetchfile/netfetch \(Australia only\)) 93.6 300 S
0 0 32 0 0 (from host lionet.wesley.oz[.au]) 93.6 276 S
0 0 32 0 0 (-----------------------------------------------------------------) 57.6 252 S
0 0 32 0 0 (This file is also available in PostScript format.) 57.6 228 S
0.2 0 32 0.2 0 (PLEASE NOTE: Books that have been reprinted in a different form) 57.6 84 S
0.24 0 32 0.44 0 (\(eg: SPOCK'S WORLD\) are ) 57.6 72 S
0.28 0 32 0.44 0 (included once as they were originally) 241.96 72 S
0 0 32 0 0 (released.) 57.6 60 S
0 0 32 0 0 (- i -) 273.6 48 S
endpage
showpage
%% Page: 2 2
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Author Summary) 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (--------------) 237.6 756 S
0.16 0 32 0.36 0 (Following is a list detailing ) 93.6 732 S
0.2 0 32 0.36 0 (every author whoose work\(s\)) 321.24 732 S
0 0 32 0 0 (appear in this list and the number of entries they possess.) 57.6 720 S
0 0 32 0 0 (Authors are listed once. If more then one author worked on a) 93.6 696 S
0 0 32 0 0 (book then each author is credited for that book.) 57.6 684 S
F0 setfont
0 0 32 0 0 (Name: Number of Books:) 57.6 648 S
F1 setfont
0 0 32 0 0 (------------------- ----------------) 57.6 636 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (A. C. Crispin) 57.6 624 S
F0 setfont
0 0 32 0 0 (2) 309.6 624 S
F2 setfont
0 0 32 0 0 (Barbara Hambly) 57.6 612 S
F0 setfont
0 0 32 0 0 (2) 309.6 612 S
F2 setfont
0 0 32 0 0 (Barbara Paul) 57.6 600 S
F0 setfont
0 0 32 0 0 (1) 309.6 600 S
F2 setfont
0 0 32 0 0 (Brad Ferguson) 57.6 588 S
F0 setfont
0 0 32 0 0 (2) 309.6 588 S
F2 setfont
0 0 32 0 0 (Carmen Carter) 57.6 576 S
F0 setfont
0 0 32 0 0 (1) 309.6 576 S
F2 setfont
0 0 32 0 0 (Carolyn Clowes) 57.6 564 S
F0 setfont
0 0 32 0 0 (1) 309.6 564 S
F2 setfont
0 0 32 0 0 (D. C. Fontana) 57.6 552 S
F0 setfont
0 0 32 0 0 (1) 309.6 552 S
F2 setfont
0 0 32 0 0 (Dana Kramer-Rolls) 57.6 540 S
F0 setfont
0 0 32 0 0 (1) 309.6 540 S
F2 setfont
0 0 32 0 0 (David Dvorkin) 57.6 528 S
F0 setfont
0 0 32 0 0 (2) 309.6 528 S
F2 setfont
0 0 32 0 0 (Della Van Hise) 57.6 516 S
F0 setfont
0 0 32 0 0 (1) 309.6 516 S
F2 setfont
0 0 32 0 0 (Diane Carey) 57.6 504 S
F0 setfont
0 0 32 0 0 (3) 309.6 504 S
F2 setfont
0 0 32 0 0 (Diane Duane) 57.6 492 S
F0 setfont
0 0 32 0 0 (5) 309.6 492 S
F2 setfont
0 0 32 0 0 (Gar and Judith Reeves-Stevens) 57.6 480 S
F0 setfont
0 0 32 0 0 (2) 309.6 480 S
F2 setfont
0 0 32 0 0 (Gene DeWeese) 57.6 468 S
F0 setfont
0 0 32 0 0 (3) 309.6 468 S
F2 setfont
0 0 32 0 0 (Gene Roddenberry) 57.6 456 S
F0 setfont
0 0 32 0 0 (1) 309.6 456 S
F2 setfont
0 0 32 0 0 (Greg Bear) 57.6 444 S
F0 setfont
0 0 32 0 0 (1) 309.6 444 S
F2 setfont
0 0 32 0 0 (Howard Weinstein) 57.6 432 S
F0 setfont
0 0 32 0 0 (2) 309.6 432 S
F2 setfont
0 0 32 0 0 (J. M. Dillard) 57.6 420 S
F0 setfont
0 0 32 0 0 (6) 309.6 420 S
F2 setfont
0 0 32 0 0 (Janet Kagan) 57.6 408 S
F0 setfont
0 0 32 0 0 (1) 309.6 408 S
F2 setfont
0 0 32 0 0 (Jean Lorrah) 57.6 396 S
F0 setfont
0 0 32 0 0 (2) 309.6 396 S
F2 setfont
0 0 32 0 0 (John M. Ford) 57.6 384 S
F0 setfont
0 0 32 0 0 (2) 309.6 384 S
F2 setfont
0 0 32 0 0 (Judy Klass) 57.6 372 S
F0 setfont
0 0 32 0 0 (1) 309.6 372 S
F2 setfont
0 0 32 0 0 (Julia Ecklar) 57.6 360 S
F0 setfont
0 0 32 0 0 (1) 309.6 360 S
F2 setfont
0 0 32 0 0 (Laurence Yep) 57.6 348 S
F0 setfont
0 0 32 0 0 (1) 309.6 348 S
F2 setfont
0 0 32 0 0 (Lee Correy) 57.6 336 S
F0 setfont
0 0 32 0 0 (1) 309.6 336 S
F2 setfont
0 0 32 0 0 (M. S. Murdock) 57.6 324 S
F0 setfont
0 0 32 0 0 (1) 309.6 324 S
F2 setfont
0 0 32 0 0 (Majliss Larson) 57.6 312 S
F0 setfont
0 0 32 0 0 (1) 309.6 312 S
F2 setfont
0 0 32 0 0 (Margaret Wander Bonanno) 57.6 300 S
F0 setfont
0 0 32 0 0 (3) 309.6 300 S
F2 setfont
0 0 32 0 0 (Melinda Snodgrass) 57.6 288 S
F0 setfont
0 0 32 0 0 (1) 309.6 288 S
F2 setfont
0 0 32 0 0 (Michael Jan Friedman) 57.6 276 S
F0 setfont
0 0 32 0 0 (4) 309.6 276 S
F2 setfont
0 0 32 0 0 (Peter David) 57.6 264 S
F0 setfont
0 0 32 0 0 (2) 309.6 264 S
F2 setfont
0 0 32 0 0 (Peter Morwood) 57.6 252 S
F0 setfont
0 0 32 0 0 (2) 309.6 252 S
F2 setfont
0 0 32 0 0 (Robert E Vardeman) 57.6 240 S
F0 setfont
0 0 32 0 0 (2) 309.6 240 S
F2 setfont
0 0 32 0 0 (Robert Greenberger) 57.6 228 S
F0 setfont
0 0 32 0 0 (1) 309.6 228 S
F2 setfont
0 0 32 0 0 (Sondra Marshak and Myrna Culbreath) 57.6 216 S
F0 setfont
0 0 32 0 0 (2) 309.6 216 S
F2 setfont
0 0 32 0 0 (Sonni Cooper) 57.6 204 S
F0 setfont
0 0 32 0 0 (1) 309.6 204 S
F2 setfont
0 0 32 0 0 (V E Mitchell ) 57.6 192 S
F0 setfont
0 0 32 0 0 (1) 309.6 192 S
F2 setfont
0 0 32 0 0 (Vonda N McIntyre) 57.6 180 S
F0 setfont
0 0 32 0 0 (6) 309.6 180 S
1.2 -1 0 0 32 0 0 (Total) 57.6 156 93.6 SU
0 0 32 0 0 (:) 93.6 156 S
0 0 32 0 0 (69) 302.4 156 S
F1 setfont
0 0 32 0 0 (- ii -) 270 48 S
endpage
showpage
%% Page: 3 3
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-BoldOblique findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Contents) 262.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (This list is divided into sections, with a different section) 93.6 744 S
0.12 0 32 0.72 0 (for each category of books. ) 57.6 732 S
0.16 0 32 0.72 0 (Thus, additions to the list are) 280 732 S
0 0 32 0 0 (simply done by adding new pages as they are released.) 57.6 720 S
/F2 /Courier-Bold findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Section:) 93.6 684 S
0 0 32 0 0 (Page Prefix:) 417.6 684 S
F1 setfont
0 0 32 0 0 (-------- ------------) 93.6 672 S
0 0 32 0 0 (Section A : Regular) 93.6 648 S
/F3 /Courier-Oblique findfont 12 scalefont def
F3 setfont
0 0 32 0 0 (Star Trek) 237.6 648 S
F1 setfont
0 0 32 0 0 (Novels ) 309.6 648 S
F3 setfont
0 0 32 0 0 (A) 417.6 648 S
F1 setfont
0 0 32 0 0 (Section B : Giant Novels ) 93.6 624 S
F3 setfont
0 0 32 0 0 (B) 417.6 624 S
F1 setfont
0 0 32 0 0 (Section C : Hardcovers ) 93.6 600 S
F3 setfont
0 0 32 0 0 (C) 417.6 600 S
F1 setfont
0 0 32 0 0 (Section D : Movie Novelisations ) 93.6 576 S
F3 setfont
0 0 32 0 0 (D) 417.6 576 S
F1 setfont
0 0 32 0 0 (- iii -) 266.4 48 S
endpage
showpage
%% Page: 4 4
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Section A) 259.2 480 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Regular Star Trek Novels) 205.2 444 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (- A0 -) 270 48 S
endpage
showpage
%% Page: 5 5
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (") 180 768 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Star Trek) 187.2 768 S
F0 setfont
0 0 32 0 0 (: The Motion Picture") 252 768 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Number: 1) 57.6 744 S
0 0 32 0 0 (Author: Gene Roddenberry) 57.6 732 S
0 0 32 0 0 (First Printing: 1979) 57.6 720 S
0 0 32 0 0 (Pages: 223) 57.6 708 S
0 0 32 0 0 (Back Cover Text:) 57.6 684 S
0 0 32 0 0 (It came from an unexplored quarter of the galaxy.) 86.4 660 S
0 0 32 0 0 (It ignored all attempts to communicate with it.) 86.4 636 S
0.28 0 32 0.2 0 (And it annihilated ) 86.4 612 S
0.32 0 32 0.2 0 (all opposition with energy bolts of uni-) 227.88 612 S
0 0 32 0 0 (maginable ferocity.) 86.4 600 S
-0.04 0 32 0.52 0 (Computer projections showed that it would enter the solar) 86.4 576 S
0 0 32 0 0 (system in precisely three days.) 86.4 564 S
0 0 32 0 0 (The USS ENTERPRISE, refitting in dry dock, was the only craft) 86.4 540 S
0.28 0 32 0.2 0 (that Starfleet Command ) 86.4 528 S
0.32 0 32 0.2 0 (could send to intercept the cloud in) 257.48 528 S
0 0 32 0 0 (time...) 86.4 516 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 492 S
0.52 0 32 0.56 0 ('Why are we now traveling into Space? Why indeed, did we) 86.4 468 S
0.24 0 32 0.08 0 (trouble to ) 86.4 456 S
0.28 0 32 0.08 0 (look past the next mountain? Our prime obligation) 167 456 S
0.2 0 32 0.08 0 (to ourselves is to make the unknown known. We are on ) 86.4 444 S
0.24 0 32 0.08 0 (a jour-) 474.48 444 S
0 0 32 0 0 (ney to keep an appointment with whatever we are') 86.4 432 S
0 0 32 0 0 (- Gene Roddenberry) 86.4 408 S
0.28 0 32 0.2 0 (According to its ) 86.4 384 S
0.32 0 32 0.2 0 (author, the above quotation may explain in) 213.08 384 S
-0.04 0 32 0.52 0 (part a remarkable phenomenon of the past ten years ) 86.4 372 S
0 0 32 0.52 0 (- and) 479.8 372 S
0.12 0 32 0.36 0 (account for one of the most widely anticipated motion pic-) 86.4 360 S
0.48 0 32 0.72 0 (tures of this year. Gene Roddenberry is the producer of) 86.4 348 S
0.56 0 32 0.2 0 (Paramount's new multi-million-dollar space adventure drama,) 86.4 336 S
/F3 /Courier-Oblique findfont 12 scalefont def
F3 setfont
0.24 0 32 0.08 0 (Star Trek) 86.4 324 S
F2 setfont
0.24 0 32 0.08 0 (- The Motion Picture. For him, the ) 159.68 324 S
0.28 0 32 0.08 0 (film culminates) 416.2 324 S
0.52 0 32 0.56 0 (a fourteen-year labor of love that began in 1964 when he) 86.4 312 S
0.08 0 32 0.36 0 (created the) 86.4 300 S
F3 setfont
0.08 0 32 0.36 0 (Star Trek) 177.28 300 S
F2 setfont
0.12 0 32 0.36 0 (TV series. After two pilots had been) 253.08 300 S
0.2 0 32 0.2 0 (made, the show ) 86.4 288 S
0.24 0 32 0.2 0 (began its three year run on NBC in 1966 with) 198.04 288 S
0.12 0 32 0.36 0 (Roddenberry producing. ) 86.4 276 S
0.16 0 32 0.36 0 (After being canceled by the network) 260.56 276 S
0.28 0 32 0.2 0 (and placed in ) 86.4 264 S
0.32 0 32 0.2 0 (syndication throughout the world in 1970, the) 190.88 264 S
-0.08 0 32 0.52 0 (series inspired an ) 86.4 252 S
-0.04 0 32 0.52 0 (unprecedented show business phenomenon) 232.88 252 S
0 0 32 0 0 (that continues to this day.) 86.4 240 S
0.24 0 32 0.08 0 (A former ) 86.4 228 S
0.28 0 32 0.08 0 (airline pilot, Gene Roddenberry's own life has been) 152.44 228 S
0.08 0 32 0.36 0 (as adventure studded as ) 86.4 216 S
0.12 0 32 0.36 0 (a James Bond scenario. But, it was) 268.2 216 S
0 0 32 0 0 (the opportunity to express more than adventure in his writing) 86.4 204 S
0 0 32 0 0 (that led him to choose science fiction as his medium for a TV) 86.4 192 S
0 0 32 0 0 (series.) 86.4 180 S
0 0 32 0 0 (- A1 -) 270 48 S
endpage
showpage
%% Page: 6 6
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Entropy Effect") 219.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 2) 57.6 744 S
0 0 32 0 0 (Author: Vonda N McIntyre) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1981) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-6229-3) 57.6 708 S
0 0 32 0 0 (Pages: 224) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.08 0 (The Enterprise is ) 86.4 648 S
0.32 0 32 0.08 0 (summoned to transport a dangerous criminal) 218.32 648 S
0.12 0 32 0.36 0 (from Starbase ) 86.4 636 S
0.16 0 32 0.36 0 (prison to a rehabilitation center: brilliant) 192.52 636 S
-0.08 0 32 0.52 0 (physicist, Dr. ) 86.4 624 S
-0.04 0 32 0.52 0 (Georges Mordreaux, accused of promising to) 202.08 624 S
0 0 32 0 0 (send people back in time - then killing them instead.) 86.4 612 S
0.24 0 32 0.08 0 (But when ) 86.4 588 S
0.28 0 32 0.08 0 (Mordreaux escapes, bursts onto the bridge and kills) 152.44 588 S
0 0 32 0 0 (Captain Kirk, Spock must journey back in time to avert disas-) 86.4 576 S
0 0 32 0 0 (ter - before it occurs!) 86.4 564 S
0.24 0 32 0.08 0 (Now there's ) 86.4 540 S
0.28 0 32 0.08 0 (more at stake then just Kirk's life. Mordreaux's) 174.28 540 S
-0.04 0 32 0.52 0 (experiments have thrown the entire universe into a deadly) 86.4 528 S
0 0 32 0 0 (time warp. Spock is fighting time and the universe is closing) 86.4 516 S
0.28 0 32 0.2 0 (in on itself with the relentless squeeze of ... THE ENTROPY) 86.4 504 S
0 0 32 0 0 (EFFECT) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 (A WASH OF RAINBOW LIGHT, A DAZZLE OF ULTRAVIOLET ENERGY, TOLD) 86.4 444 S
0 0 32 0 0 (SPOCK HE HAD FAILED AGAIN....) 86.4 432 S
0.2 0 32 0.08 0 (They were fleeing, to some ) 86.4 408 S
0.24 0 32 0.08 0 (place he would never find, and he) 284 408 S
0 0 32 0 0 (could come back again and again and again, earlier and earli-) 86.4 396 S
0 0 32 0 0 (er, further fragmenting the very substance of the universe as) 86.4 384 S
0 0 32 0 0 (he attempted futilely to repair the damage being done. But he) 86.4 372 S
-0.04 0 32 0.52 0 (would always fail, he knew it now, something would ) 86.4 360 S
-0.52 0 32 0.52 0 (always) 479.8 360 S
0 0 32 0 0 (happen to cause him to fail. Entropy would always win out.) 86.4 348 S
0 0 32 0 0 (He cried out in despair.) 86.4 324 S
-0.04 0 32 0.52 0 (Fighting the haplessness that washed over him, somehow he) 86.4 300 S
0.24 0 32 0.08 0 (flung himself over onto his chest. Every nerve and ) 86.4 288 S
0.28 0 32 0.08 0 (muscle in) 459.88 288 S
-0.04 0 32 0.52 0 (his body shrieked as he reached to drag himself ) 86.4 276 S
0 0 32 0.52 0 (along the) 456.64 276 S
0.48 0 32 0.72 0 (floor like the crippled creature he was, like the first) 86.4 264 S
0 0 32 0 0 (primordial amphibian struggling for breath on the shores of a) 86.4 252 S
0.4 0 32 0.2 0 (vanishing lake, knowing instinctively in the most primitive) 86.4 240 S
0.24 0 32 0.08 0 (interconnections of ) 86.4 228 S
0.28 0 32 0.08 0 (his brain that he would probably die, if) 232.52 228 S
0.08 0 32 0.36 0 (he continued, that he ) 86.4 216 S
0.12 0 32 0.36 0 (would surely die, if he stayed, that) 253.08 216 S
0 0 32 0 0 (his only chance was to keep going, to try....) 86.4 204 S
0 0 32 0 0 (- A2 -) 270 48 S
endpage
showpage
%% Page: 7 7
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Klingon Gambit") 219.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 3) 57.6 744 S
0 0 32 0 0 (Author: Robert E Vardeman) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1981) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-47720-X) 57.6 708 S
0 0 32 0 0 (Pages: 158) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (THE KLINGONS ARE HUNGARY FOR WAR ... THEIR TARGET: THE ENTER-) 86.4 648 S
0 0 32 0 0 (PRISE!) 86.4 636 S
0.08 0 32 0.36 0 (When Captain Kirk and his crew are ) 86.4 612 S
0.12 0 32 0.36 0 (ordered to Alnath II to) 351.6 612 S
0.84 0 32 0.56 0 (challenge the deadliest ) 86.4 600 S
0.88 0 32 0.56 0 (Klingon Starship Terror, they're) 275.2 600 S
0.08 0 32 0.36 0 (ready for anything - ) 86.4 588 S
0.12 0 32 0.36 0 (or so they think. But the defenseless) 245.52 588 S
0.24 0 32 0.08 0 (Vulcan crew of a Federation science ship has been ) 86.4 576 S
0.28 0 32 0.08 0 (wiped out.) 452.6 576 S
0.28 0 32 0.2 0 (The remaining members ) 86.4 564 S
0.32 0 32 0.2 0 (of the Alnath II mission have discov-) 250.08 564 S
0.24 0 32 0.08 0 (ered a fabulous ancient city - but their report ) 86.4 552 S
0.28 0 32 0.08 0 (doesn't make) 438.04 552 S
0.28 0 32 0.2 0 (sense. The Klingon ) 86.4 540 S
0.32 0 32 0.2 0 (battle cruiser has the Enterprise in its) 227.88 540 S
0 0 32 0 0 (sights, and is ready to destroy it.) 86.4 528 S
0.56 0 32 0.56 0 (But Captain Kirk can't seem to ) 86.4 504 S
0.6 0 32 0.56 0 (make decisions. Spock has) 330.36 504 S
0.12 0 32 0.36 0 (started to throw temper tantrums. And ) 86.4 492 S
0.16 0 32 0.36 0 (Chekov has disobeyed) 374.44 492 S
0 0 32 0 0 (vital orders.) 86.4 480 S
0 0 32 0 0 (The crew of the Enterprise are loosing their minds ... one by) 86.4 456 S
0 0 32 0 0 (one ... all victims of ... THE KLINGON GAMBIT) 86.4 444 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 420 S
0 0 32 0 0 (THE ENTERPRISE IS ABOUT TO BE DESTROYED.) 86.4 396 S
0.28 0 32 0.2 0 ("Status report, Mr. Sulu," Kirk demanded as he made his way) 86.4 372 S
0 0 32 0 0 (to the command seat.) 86.4 360 S
0 0 32 0 0 ("Klingons are increasing the attack, sir.") 86.4 336 S
0 0 32 0 0 ("Estimates, Scotty.") 86.4 312 S
0 0 32 0 0 ("We canna survive more'n ten minutes at this rate, Cap'n!") 86.4 288 S
0.56 0 32 0.56 0 (Kirk slammed his fist against the ) 86.4 264 S
0.6 0 32 0.56 0 (armrest of the command) 353.64 264 S
0.08 0 32 0.36 0 (seat. He couldn't fight. ) 86.4 252 S
0.12 0 32 0.36 0 (He dare not open fire. The Enter-) 275.76 252 S
-0.04 0 32 0.52 0 (prise might outmaneuver the Klingon ship, but it couldn't) 86.4 240 S
0 0 32 0 0 (outrun or outfight it.) 86.4 228 S
0 0 32 0 0 ("Captain, awaiting your order to fire. . . .") 86.4 204 S
0 0 32 0 0 (- A3 -) 270 48 S
endpage
showpage
%% Page: 8 8
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Covenant of the Crown") 194.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 4) 57.6 744 S
0 0 32 0 0 (Author: Howard Weinstein) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1981) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-67072-7) 57.6 708 S
0 0 32 0 0 (Pages: 191) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.44 0 32 0.56 0 (THE SHADDAN CROWN ) 86.4 648 S
0.48 0 32 0.56 0 (IS THE KEY TO POWER - AND THE KLINGONS) 227.44 648 S
0 0 32 0 0 (HAVE THE ADVANTAGE!) 86.4 636 S
0.12 0 32 0.36 0 (An Enterprise shuttle is forced to crash-land in a violent) 86.4 612 S
0.48 0 32 0.72 0 (storm on the barren planet Sigma 1212. Spock, McCoy and) 86.4 600 S
0.24 0 32 0.08 0 (Kailyn, the ) 86.4 588 S
0.28 0 32 0.08 0 (beautiful heir to the Shaddan throne, survive in) 174.28 588 S
0 0 32 0 0 (the near disaster.) 86.4 576 S
0.48 0 32 0.72 0 (Now, Pursued by primitive hunters and a band of Klingon) 86.4 552 S
0.52 0 32 0.72 0 (scouts, they must reach the ) 86.4 540 S
0.56 0 32 0.72 0 (mountain where the fabulous) 310.8 540 S
0.28 0 32 0.2 0 (dynastic crown is hidden. With the help of Spock and McCoy,) 86.4 528 S
0.28 0 32 0.2 0 (and her own ) 86.4 516 S
0.32 0 32 0.2 0 (fantastic mental powers, Kailyn must prove that) 176.08 516 S
0 0 32 0 0 (she alone is the true heir to the throne.) 86.4 504 S
0 0 32 0 0 (If they fail, they will open the door for Klingon takeover of) 86.4 480 S
0.24 0 32 0.2 0 (the whole quadrant - and the galaxy's hope ) 86.4 468 S
0.28 0 32 0.2 0 (to live long and) 406.56 468 S
0 0 32 0 0 (prosper will fall in the shadow of a cruel tyranny!) 86.4 456 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 432 S
0.28 0 32 0.2 0 (The Mounting Sound ) 86.4 408 S
0.32 0 32 0.2 0 (of Enemy Voices, the Utter Trapped Help-) 227.88 408 S
0 0 32 0 0 (lessness, the Sweeping Feeling of Dread ...) 86.4 396 S
0.4 0 32 0.72 0 (McCoy held his ) 86.4 372 S
0.44 0 32 0.72 0 (breath and waited. The soft steps of the) 206.44 372 S
0.32 0 32 0.2 0 (hunters' boots were ) 86.4 360 S
0.36 0 32 0.2 0 (barely discernible, betrayed only by an) 235.4 360 S
0.24 0 32 0.08 0 (occasional scuff of leather on sand and rock. But ) 86.4 348 S
0.28 0 32 0.08 0 (they moved) 452.6 348 S
0 0 32 0 0 (closer, no longer accompanied by voices. A shadow cast itself) 86.4 336 S
0.24 0 32 0.08 0 (across the ) 86.4 324 S
0.28 0 32 0.08 0 (cave floor, covering the morning light that shone) 167 324 S
0.12 0 32 0.36 0 (in dimly. The shadow paused and the scuffing ceased. McCoy) 86.4 312 S
0.24 0 32 0.2 0 (could hear his own heartbeat, feel it from ) 86.4 300 S
0.28 0 32 0.2 0 (his knees to his) 406.56 300 S
0.56 0 32 0.56 0 (throat. Kailyn stood frozen next to ) 86.4 288 S
0.6 0 32 0.56 0 (him, anchored to the) 369.16 288 S
0 0 32 0 0 (floor.) 86.4 276 S
0.64 0 32 0.56 0 (A whining phaser beam suddenly sliced the ) 86.4 252 S
0.68 0 32 0.56 0 (stillness, the) 416.84 252 S
0.48 0 32 0.72 0 (shadows fell away from the cave entrance, and McCoy and) 86.4 240 S
0.24 0 32 0.08 0 (Kailyn gasped together as they heard a sound like ) 86.4 228 S
0.28 0 32 0.08 0 (two filled) 452.6 228 S
0 0 32 0 0 (sacks thumping onto the hard ground....) 86.4 216 S
0 0 32 0 0 (- A4 -) 270 48 S
endpage
showpage
%% Page: 9 9
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Prometheus Design") 208.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 5) 57.6 744 S
0 0 32 0 0 (Author: Sondra Marshak and Myrna Culbreath) 57.6 732 S
0 0 32 0 0 (First Printing: March, 1982) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-62745-7) 57.6 708 S
0 0 32 0 0 (Pages: 190) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (CAN THE GALAXY'S GROWING VIOLENCE BE STOPPED?) 86.4 648 S
0 0 32 0 0 (Captain Kirk and his crew are on a mission to investigate the) 86.4 624 S
0.24 0 32 0.08 0 (mysterious wave ) 86.4 612 S
0.28 0 32 0.08 0 (of violence that has overtaken the Helvans -) 203.4 612 S
0 0 32 0 0 (revolutions, mass riots, horrible tortures, But this chaos is) 86.4 600 S
0.24 0 32 0.08 0 (all part of an experiment by an unimaginable power ) 86.4 588 S
0.28 0 32 0.08 0 (that soon) 459.88 588 S
0 0 32 0 0 (grips even the crew of the Enterprise ...) 86.4 576 S
0.64 0 32 0.56 0 (Captain Kirk is plagued by violent hallucinations ) 86.4 552 S
0.68 0 32 0.56 0 (and is) 478.92 552 S
0.24 0 32 0.08 0 (removed from ) 86.4 540 S
0.28 0 32 0.08 0 (command. Spock takes charge but his orders seem) 181.56 540 S
0 0 32 0 0 (irrational - even cruel.) 86.4 528 S
0.48 0 32 0.72 0 (Unless this terrible power can be stopped, not only the) 86.4 504 S
0.56 0 32 0.56 0 (Enterprise, but an entire galaxy will ) 86.4 492 S
0.6 0 32 0.56 0 (be ensnared in the) 384.68 492 S
0 0 32 0 0 (deadly grip of the... PROMETHEUS DESIGN) 86.4 480 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 456 S
0 0 32 0 0 (THE VULCAN'S CABIN LOOKED LIKE AN ANTEROOM OF HELL) 86.4 432 S
0.56 0 32 0.56 0 (It had again been decorated, after ) 86.4 408 S
0.6 0 32 0.56 0 (Spock's return to the) 361.4 408 S
0.24 0 32 0.08 0 (refitted Enterprise, ) 86.4 396 S
0.28 0 32 0.08 0 (in the deep red of Spock's Vulcan pref-) 239.8 396 S
-0.04 0 32 0.52 0 (erence. The weapons collection had been reinstated on the) 86.4 384 S
0.32 0 32 0.2 0 (wall in remembrance ) 86.4 372 S
0.36 0 32 0.2 0 (of Vulcan's savage past. The attunement) 235.4 372 S
0 0 32 0 0 (flame again cast flickering light and shadow from the demon-) 86.4 360 S
-0.04 0 32 0.52 0 (ic sculpture carved to house it. Of the flame-sculpture's) 86.4 348 S
0 0 32 0 0 (true purpose only a few had dared to ask. But if the gargoyle) 86.4 336 S
0.08 0 32 0.36 0 (had been set to guard the gates of hell, no ) 86.4 324 S
0.12 0 32 0.36 0 (one would have) 419.88 324 S
0 0 32 0 0 (been surprised.) 86.4 312 S
0.28 0 32 0.2 0 (Now, with two Vulcans still wearing the horns of Helvan and) 86.4 288 S
0.24 0 32 0.08 0 (the look ) 86.4 276 S
0.28 0 32 0.08 0 (of guarding the gates themselves, the Vulcan rendi-) 152.44 276 S
0 0 32 0 0 (tion of Human nightmare was complete.) 86.4 264 S
0.28 0 32 0.2 0 (Kirk stepped forward ) 86.4 240 S
0.32 0 32 0.2 0 (and gave formal greeting in the Vulcan) 242.68 240 S
0 0 32 0 0 (manner.) 86.4 228 S
-0.04 0 32 0.52 0 (Spock remained seated and did not return it. He ) 86.4 204 S
0 0 32 0.52 0 (looked at) 456.64 204 S
0.24 0 32 0.08 0 (Kirk as if he inspected some miscreant brought before ) 86.4 192 S
0.28 0 32 0.08 0 (him in) 481.72 192 S
0 0 32 0 0 (dispute.) 86.4 180 S
0 0 32 0 0 (- A5 -) 270 48 S
endpage
showpage
%% Page: 10 10
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Abode of Life") 223.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 6) 57.6 744 S
0 0 32 0 0 (Author: Lee Correy) 57.6 732 S
0 0 32 0 0 (First Printing: May, 1982) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-62746-5) 57.6 708 S
0 0 32 0 0 (Pages: 207) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.08 0 32 0.36 0 (ON THE PLANET MERCAN THERE ARE NO ) 86.4 648 S
0.12 0 32 0.36 0 (STARS, NO MOON, NO OUTER) 344.04 648 S
0 0 32 0 0 (SPACE . . .) 86.4 636 S
0 0 32 0 0 (The citizens of Mercan cannot conceive of worlds beyond their) 86.4 612 S
0.12 0 32 0.36 0 (own. Their sun, Mercaniad, is prone ) 86.4 600 S
0.16 0 32 0.36 0 (to deadly, radioactive) 359.32 600 S
0.32 0 32 0.2 0 (flare-ups, and the ) 86.4 588 S
0.36 0 32 0.2 0 (Mercans have organized their life around) 228 588 S
0.52 0 32 0.56 0 (the need to survive The Ordeal - until a strange visitor) 86.4 576 S
0 0 32 0 0 (appears from out of nowhere . . .) 86.4 564 S
0.52 0 32 0.72 0 (The Enterprise, badly crippled and ) 86.4 540 S
0.56 0 32 0.72 0 (in desperate need of) 366.24 540 S
0.28 0 32 0.2 0 (repairs, must seek help from a people who cannot believe in) 86.4 528 S
0.56 0 32 0.56 0 (its existence. Mercaniad is about to ) 86.4 516 S
0.6 0 32 0.56 0 (blow and James Kirk) 376.92 516 S
0 0 32 0 0 (faces an impossible choice: to attack the sun itself and save) 86.4 504 S
-0.04 0 32 0.52 0 (his ship and crew - or let a people ) 86.4 492 S
0 0 32 0.52 0 (live in peace, in the) 364 492 S
0 0 32 0 0 (only world they know . . . THE ABODE OF LIFE) 86.4 480 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 456 S
0 0 32 0 0 (THE PROCTORS!) 86.4 432 S
0.28 0 32 0.08 0 (There was the ) 86.4 408 S
0.32 0 32 0.08 0 (unmistakable ringing song of transporter mate-) 189.2 408 S
0 0 32 0 0 (rialization that suddenly filled the air of the glade.) 86.4 396 S
0 0 32 0 0 (A squad of black-helmeted, armored, and armed men, their very) 86.4 372 S
0 0 32 0 0 (tall and lean bodies covered with bulletproof plates and each) 86.4 360 S
0.12 0 32 0.36 0 (with a sigil of authority on his shoulder, materialized in) 86.4 348 S
0 0 32 0 0 (strategic locations around the glade.) 86.4 336 S
0.28 0 32 0.2 0 ("Proctors!" Orun warned Kirk, and started to run - and then) 86.4 312 S
0.24 0 32 0.08 0 (stopped in his tracks as one of the black-garbed ) 86.4 300 S
0.28 0 32 0.08 0 (forms fired) 445.32 300 S
0 0 32 0 0 (a handgun twice over his head. . .) 86.4 288 S
0.24 0 32 0.08 0 (And the ) 86.4 264 S
0.28 0 32 0.08 0 (landing party of the Enterprise suddenly found them-) 145.16 264 S
0.28 0 32 0.2 0 (selves completely surrounded ) 86.4 252 S
0.32 0 32 0.2 0 (by tall armed men, each with a) 301.88 252 S
0 0 32 0 0 (handgun pointed at them.) 86.4 240 S
0 0 32 0 0 (- A6 -) 270 48 S
endpage
showpage
%% Page: 11 11
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (") 172.8 768 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Star Trek II) 180 768 S
F0 setfont
0 0 32 0 0 (: The Wrath of Kahn") 266.4 768 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Number: 7) 57.6 744 S
0 0 32 0 0 (Author: Vonda N McIntyre) 57.6 732 S
0 0 32 0 0 (First Printing: 1982) 57.6 720 S
0 0 32 0 0 (Pages: 223) 57.6 708 S
0 0 32 0 0 (Back Cover Text:) 57.6 684 S
0 0 32 0 0 (PREPARE YOURSELF FOR WARP-10 EXCITEMENT!) 86.4 660 S
0.28 0 32 0.2 0 (The Galaxy's ultimate future is in the hands of James Kirk,) 86.4 636 S
0 0 32 0 0 (Mr. Spock and the indomitable crew of the Enterprise...) 86.4 624 S
0 0 32 0 0 (The Galaxy's ultimate weapon is in the hands of the evil Kahn) 86.4 600 S
0 0 32 0 0 (and his followers.) 86.4 588 S
0 0 32 0 0 (A battle that will shake the universe cannot be avoided...And) 86.4 564 S
0 0 32 0 0 (the ultimate adventure is about to begin!) 86.4 552 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 528 S
4.32 0 32 1.44 0 (Admiral Kirk Steeped out onto the Bridge of the) 86.4 504 S
0 0 32 0 0 (Enterprise ...) 86.4 492 S
0 0 32 0 0 (... and Dr. McCoy followed him.) 86.4 468 S
0.2 0 32 0.2 0 (McCoy had to ) 86.4 444 S
0.24 0 32 0.2 0 (admit it was pleasant to be back. He nodded to) 183.24 444 S
0.08 0 32 0.36 0 (Uhura, and she smiled at him. Mr ) 86.4 432 S
0.12 0 32 0.36 0 (Sulu had the helm, though) 336.48 432 S
0.12 0 32 0.36 0 (just now it appeared that Lieutenant ) 86.4 420 S
0.16 0 32 0.36 0 (Saavik, first officer) 366.88 420 S
0.24 0 32 0.08 0 (and science ) 86.4 408 S
0.28 0 32 0.08 0 (officer for the training cruise, would be pilot-) 174.28 408 S
0.52 0 32 0.72 0 (ing the Enterprise for practice. ) 86.4 396 S
0.56 0 32 0.72 0 (The main difference of) 350.4 396 S
0.08 0 32 0.36 0 (course, was that now Mr. Spock was ) 86.4 384 S
0.12 0 32 0.36 0 (the captain. He did not) 351.6 384 S
-0.04 0 32 0.52 0 (relinquish his place to Kirk; to do so would ) 86.4 372 S
0 0 32 0.52 0 (be improper.) 433.48 372 S
0 0 32 0 0 (Heaven forbid that Spock might do anything improper.) 86.4 360 S
0 0 32 0 0 ("Admiral on the bridge!" Mr Sulu said.) 86.4 336 S
0.52 0 32 0.56 0 ("As you were," Kirk said before anyone could stand up or) 86.4 312 S
0 0 32 0 0 (salute.) 86.4 300 S
0.72 0 32 0.56 0 ("Starfleet Operations to Enterprise. ) 86.4 276 S
0.76 0 32 0.56 0 (You are cleared for) 376.44 276 S
0 0 32 0 0 (departure.") 86.4 264 S
0 0 32 0 0 (- A7 -) 270 48 S
endpage
showpage
%% Page: 12 12
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Black Fire") 248.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 8) 57.6 744 S
0 0 32 0 0 (Author: Sonni Cooper) 57.6 732 S
0 0 32 0 0 (First Printing: January, 1983) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65747-X) 57.6 708 S
0 0 32 0 0 (Pages: 220) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (SPOCK A TRAITOR?) 86.4 648 S
0 0 32 0 0 (There is sabotage aboard the Enterprise, and Spock's investi-) 86.4 624 S
0.08 0 32 0.36 0 (gation leads him into ) 86.4 612 S
0.12 0 32 0.36 0 (defiance of the Federation and a bi-) 253.08 612 S
0.32 0 32 0.2 0 (zarre alliance with ) 86.4 600 S
0.36 0 32 0.2 0 (the Romulan and Klingon Empires against) 235.4 600 S
-0.04 0 32 0.52 0 (the bloodthirsty Tomarii - a savage race for whom ) 86.4 588 S
0 0 32 0.52 0 (war and) 472.08 588 S
0 0 32 0 0 (battle are life itself.) 86.4 576 S
0.08 0 32 0.36 0 (Now Spock has been ) 86.4 552 S
0.12 0 32 0.36 0 (declared a traitor and condemned to the) 230.4 552 S
0.12 0 32 0.36 0 (shame of the Federation's highest security ) 86.4 540 S
0.16 0 32 0.36 0 (prison. And now) 412.24 540 S
-0.04 0 32 0.52 0 (Captain James Kirk must face the toughest decision of ) 86.4 528 S
-0.52 0 32 0.52 0 (his) 502.96 528 S
0.28 0 32 0.2 0 (command, while a ) 86.4 516 S
0.32 0 32 0.2 0 (lifelong friendship and the destiny of the) 213.08 516 S
0 0 32 0 0 (free universe hang in the balance!) 86.4 504 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 480 S
0 0 32 0 0 (The Vulcan Examined the Jeweled Dagger Dispassionately ...) 86.4 456 S
0.52 0 32 0.56 0 (It was beautiful, made by a fine craftsman on an unknown) 86.4 432 S
0.52 0 32 0.72 0 (planet far away. Spock silently ) 86.4 420 S
0.56 0 32 0.72 0 (thanked the artisan for) 342.48 420 S
0 0 32 0 0 (creating such an object of beauty for his purpose, then spoke) 86.4 408 S
0 0 32 0 0 (to Julina, beside him on the stone pallet.) 86.4 396 S
0.16 0 32 0.08 0 ("I had no intention ) 86.4 372 S
0.2 0 32 0.08 0 (of asking you to assist me, but I feel I) 232.68 372 S
0 0 32 0 0 (am too weak to use the knife effectively.") 86.4 360 S
-0.04 0 32 0.52 0 ("I won't! I can't!" the Romulan sobbed, but she ) 86.4 336 S
0 0 32 0.52 0 (knew that) 456.64 336 S
0 0 32 0 0 (Spock's Vulcan logic would prove the request a necessary one.) 86.4 324 S
0.28 0 32 0.2 0 ("Julina, don't make be beg for your help ..." Spock gripped) 86.4 300 S
0 0 32 0 0 (her hand tightly.) 86.4 288 S
0 0 32 0 0 (He guided her hand, placing the dagger above her heart.) 86.4 264 S
0 0 32 0 0 ("Now," he commanded her.) 86.4 240 S
0 0 32 0 0 (- A8 -) 270 48 S
endpage
showpage
%% Page: 13 13
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Triangle") 255.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 9) 57.6 744 S
0 0 32 0 0 (Author: Sondra Marshak and Myrna Culbreath) 57.6 732 S
0 0 32 0 0 (First Printing: March, 1983) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60548-8) 57.6 708 S
0 0 32 0 0 (Pages: 188) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (KIRK'S SOUL ... SPOCK'S LIFE) 86.4 648 S
-0.04 0 32 0.52 0 (A dark plan has been unleashed in the galaxy, ) 86.4 624 S
0 0 32 0.52 0 (a design so) 441.2 624 S
0 0 32 0 0 (vast, on a collective - and ruthless - mind like the Totality) 86.4 612 S
0 0 32 0 0 (could have conceived it.) 86.4 600 S
0.48 0 32 0.72 0 (Now Captain Kirk must battle the seductive force of the) 86.4 576 S
0 0 32 0 0 (Totality's will ...) 86.4 564 S
0 0 32 0 0 (It was reasonable that Captain Kirk and Federation Free Agent) 86.4 540 S
0.08 0 32 0.36 0 (Sola Than would fall in love. But ) 86.4 528 S
0.12 0 32 0.36 0 (no reasoning in the uni-) 344.04 528 S
0.24 0 32 0.08 0 (verse could ) 86.4 516 S
0.28 0 32 0.08 0 (have foreseen the tragedy of Spock's own passion) 174.28 516 S
0 0 32 0 0 (for the same woman.) 86.4 504 S
0.12 0 32 0.36 0 (Now this unimaginable conflict could cost ) 86.4 480 S
0.16 0 32 0.36 0 (Captain Kirk his) 404.68 480 S
0.08 0 32 0.36 0 (very soul, and bring death to the ) 86.4 468 S
0.12 0 32 0.36 0 (proud Vulcan. But in the) 344.04 468 S
0.28 0 32 0.2 0 (unimaginable lies their ) 86.4 456 S
0.32 0 32 0.2 0 (only chance, and the freedom of the) 264.88 456 S
0 0 32 0 0 (galaxy depends on the outcome of the ... TRIANGLE) 86.4 444 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 420 S
0 0 32 0 0 (THE DEVIL'S CHOICE) 86.4 396 S
0.32 0 32 0.2 0 (The holo-spaces above ) 86.4 372 S
0.36 0 32 0.2 0 (the console filled with two life-size) 250.2 372 S
0.12 0 32 0.36 0 (figures stranded on two separate ledges divided by a chasm) 86.4 360 S
0.16 0 32 0.08 0 (too wide to jump ) 86.4 348 S
0.2 0 32 0.08 0 (- and by a slowly rising flow of lava which) 210.84 348 S
0 0 32 0 0 (eroded their ledges.) 86.4 336 S
0.2 0 32 0.08 0 (The Human figure - Kirk ) 86.4 312 S
0.24 0 32 0.08 0 (- was only partly conscious. But the) 262.16 312 S
0 0 32 0 0 (Vulcan was fully conscious of his Helplessness.) 86.4 300 S
0.24 0 32 0.2 0 ("So there it is, my dear," Soljenov said. ) 86.4 276 S
0.28 0 32 0.2 0 ("You may save one) 399.16 276 S
0.2 0 32 0.08 0 (of them, but only one, ) 86.4 264 S
0.24 0 32 0.08 0 (by bonding with him. Bonded you might) 254.88 264 S
0 0 32 0 0 (bring him through the Focal Field alive.") 86.4 252 S
0.2 0 32 0.08 0 (Sola Thane looked from Kirk ) 86.4 228 S
0.24 0 32 0.08 0 (to Spock, from Spock to Kirk. It) 291.28 228 S
0 0 32 0 0 (was in her hands now. Her choice - with finality.) 86.4 216 S
0 0 32 0 0 (- A9 -) 270 48 S
endpage
showpage
%% Page: 14 14
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Web of the Romulans") 216 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 10) 57.6 744 S
0 0 32 0 0 (Author: M. S. Murdock) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1983) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60549-6) 57.6 708 S
0 0 32 0 0 (Pages: 220) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (Ravaged by a ) 86.4 648 S
0.32 0 32 0.2 0 (killer virus, the Romulans enter Canara, where) 183.48 648 S
0.56 0 32 0.56 0 (the only antidote can be found. ) 86.4 636 S
0.6 0 32 0.56 0 (Desperate, they incite a) 338.12 636 S
0.12 0 32 0.36 0 (victorious Enterprise attack on one of their vessels - but) 86.4 624 S
0 0 32 0 0 (Kirk discovers their ruse.) 86.4 612 S
0.28 0 32 0.2 0 (Meanwhile the central ) 86.4 588 S
0.32 0 32 0.2 0 (computer has fallen in love with him,) 250.08 588 S
0.12 0 32 0.36 0 (severely crippling the Enterprise. Now Kirk ) 86.4 576 S
0.16 0 32 0.36 0 (must bring the) 419.8 576 S
0 0 32 0 0 (antidote to the Romulans - before the galaxy crashes over the) 86.4 564 S
0 0 32 0 0 (brink of war!) 86.4 552 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 528 S
0 0 32 0 0 ("Or Canara Will Die...") 86.4 504 S
-0.04 0 32 0.52 0 ("The incendiaries have been set. In one minute the ) 86.4 480 S
-0.52 0 32 0.52 0 (fields) 479.8 480 S
0 0 32 0 0 (will be aflame. In one hour there will be nothing left.") 86.4 468 S
0 0 32 0 0 ("You will destroy yourselves?" The Praetor could not keep the) 86.4 444 S
0 0 32 0 0 (horror from his voice.) 86.4 432 S
0.24 0 32 0.2 0 ("Perhaps. But we will maintain what we are. ) 86.4 408 S
0.28 0 32 0.2 0 (And we will not) 413.96 408 S
0.24 0 32 0.08 0 (have helped our enemies. You see no evidence of ) 86.4 396 S
0.28 0 32 0.08 0 (warfare? But) 438.04 396 S
0.2 0 32 0.08 0 (we are a warrior people. ) 86.4 384 S
0.24 0 32 0.08 0 (We have spent our lives in constant) 269.44 384 S
0.12 0 32 0.36 0 (warfare against our environment. We must ) 86.4 372 S
0.16 0 32 0.36 0 (fight to survive.) 397.12 372 S
0.24 0 32 0.08 0 (And we have learnt to prepare ourselves. We are ) 86.4 360 S
0.28 0 32 0.08 0 (prepared for) 438.04 360 S
0 0 32 0 0 (you.") 86.4 348 S
0 0 32 0 0 (The Praetor's face was a mask of failure.) 86.4 324 S
0.32 0 32 0.2 0 ("The interview is ) 86.4 300 S
0.36 0 32 0.2 0 (over." Joramm's voice was suddenly sharp.) 220.6 300 S
0 0 32 0 0 ("You and your fleet will depart Canara or Canara will die.") 86.4 288 S
0 0 32 0 0 (- A10 -) 266.4 48 S
endpage
showpage
%% Page: 15 15
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Yesterday's Son") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 11) 57.6 744 S
0 0 32 0 0 (Author: A. C. Crispin) 57.6 732 S
0 0 32 0 0 (First Printing: August, 1983) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60550-X) 57.6 708 S
0 0 32 0 0 (Pages: 191) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.72 0 32 0.56 0 (The Romulans attack the ) 86.4 648 S
0.76 0 32 0.56 0 (planet Gateway, where Federation) 275.56 648 S
0.24 0 32 0.08 0 (scientists are ) 86.4 636 S
0.28 0 32 0.08 0 (studying the Guardian of Forever - the myste-) 196.12 636 S
0 0 32 0 0 (rious portal to the past.) 86.4 624 S
0 0 32 0 0 (The Enterprise must protect the Guardian - or destroy it. But) 86.4 600 S
0.2 0 32 0.08 0 (Spock has already used the ) 86.4 588 S
0.24 0 32 0.08 0 (portal to journey to the past. On) 284 588 S
0 0 32 0 0 (the planet Sarpedion. 5,000 years ago Spock knew a beautiful,) 86.4 576 S
0 0 32 0 0 (primitive woman. Now he has gone to meet his son!) 86.4 564 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 540 S
0 0 32 0 0 (THE ROMULAN THREAT CLOSES IN.... ZAR!) 86.4 516 S
-0.04 0 32 0.52 0 (Spock felt an irrational impulse - to comfort his ) 86.4 492 S
0 0 32 0.52 0 (son. He) 472.08 492 S
0.56 0 32 0.56 0 (reached out a hand, shook his ) 86.4 480 S
0.6 0 32 0.56 0 (shoulder gently. "Stop it,) 322.6 480 S
0 0 32 0 0 (Zar.") 86.4 468 S
0.28 0 32 0.2 0 (Zar gasped, then ignored him. "I'm scared. I hate them. I'm) 86.4 444 S
0.44 0 32 0.88 0 (going to die.... ) 86.4 432 S
0.48 0 32 0.88 0 (Die...." His body stiffened, then the) 225.12 432 S
0 0 32 0 0 (clenched hands loosened, and he tumbled over....) 86.4 420 S
0.2 0 32 0.08 0 (Shocked, Spock stared at him. ) 86.4 396 S
0.24 0 32 0.08 0 (He went to the limp figure. He) 305.84 396 S
0.36 0 32 0.72 0 (pulled his son's ) 86.4 384 S
0.4 0 32 0.72 0 (head into his lap, felt his throat - a) 222.16 384 S
0.28 0 32 0.08 0 (flutter, very slight.... ) 86.4 372 S
0.32 0 32 0.08 0 (His fingers went to the temples....) 269.28 372 S
-0.08 0 32 0.52 0 (Probing, reaching, ) 86.4 360 S
-0.04 0 32 0.52 0 (calling desperately the name, over and) 232.96 360 S
0 0 32 0 0 (over.... Zar! Zar! Finally.... Zar!) 86.4 348 S
0 0 32 0 0 (- A11 -) 266.4 48 S
endpage
showpage
%% Page: 16 16
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Mutiny on the Enterprise") 198 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 12) 57.6 744 S
0 0 32 0 0 (Author: Robert E. Vardeman) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1983) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-67073-5) 57.6 708 S
0 0 32 0 0 (Pages: 189) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
-0.04 0 32 0.52 0 (The ship is crippled in orbit around a dangerous, ) 86.4 648 S
-0.52 0 32 0.52 0 (living,) 472.08 648 S
0.24 0 32 0.08 0 (breathing planet, ) 86.4 636 S
0.28 0 32 0.08 0 (and a desperate peace mission to the Orion) 217.96 636 S
0.08 0 32 0.36 0 (Arm is stalled. Kirk has never needed ) 86.4 624 S
0.12 0 32 0.36 0 (his crew more. But a) 374.28 624 S
0.24 0 32 0.2 0 (lithe, alien woman is casting a spell of ) 86.4 612 S
0.28 0 32 0.2 0 (pacifism - and now) 391.76 612 S
0.28 0 32 0.2 0 (mutiny - over ) 86.4 600 S
0.32 0 32 0.2 0 (the crew. Suddenly Captain Kirk's journey for) 190.88 600 S
0.08 0 32 0.36 0 (peace has turned into ) 86.4 588 S
0.12 0 32 0.36 0 (a terrifying war - retake command of) 253.08 588 S
0 0 32 0 0 (his ship!) 86.4 576 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 552 S
0.52 0 32 0.56 0 ("Sir, please do not touch the console." Kirk spun to see) 86.4 528 S
0 0 32 0 0 (several crewman standing along the rear bulkhead. "Use of the) 86.4 516 S
0 0 32 0 0 (phasers against the society below is wrong.") 86.4 504 S
0 0 32 0 0 ("Get to your posts immediately. This is a direct order! Lives) 86.4 480 S
0 0 32 0 0 (will be lost if you don't obey.") 86.4 468 S
0.36 0 32 0.72 0 ("We'd like to ) 86.4 444 S
0.4 0 32 0.72 0 (do as you say, sir, except it means using) 198.4 444 S
0.24 0 32 0.08 0 (violence. We cannot do that. Lorelei has explained it ) 86.4 432 S
0.28 0 32 0.08 0 (all to) 481.72 432 S
0 0 32 0 0 (us.") 86.4 420 S
0.2 0 32 0.08 0 (Kirk didn't have time to ) 86.4 396 S
0.24 0 32 0.08 0 (argue. He turned to the panel. When) 269.44 396 S
0.28 0 32 0.2 0 (the lights flashed ) 86.4 384 S
0.32 0 32 0.2 0 (ready, he hit the intercom button. "Che-) 227.88 384 S
0 0 32 0 0 (kov, fire! I've got the phasers set!") 86.4 372 S
0 0 32 0 0 (No answer.) 86.4 348 S
0 0 32 0 0 ("Chekov, what's happening?") 86.4 324 S
0 0 32 0 0 (- A12 -) 266.4 48 S
endpage
showpage
%% Page: 17 17
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Wounded Sky") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 13) 57.6 744 S
0 0 32 0 0 (Author: Diane Duane) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1983) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60061-3) 57.6 708 S
0 0 32 0 0 (Pages: 255) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.4 0 32 0.2 0 (A pretty alien scientist events the intergalactic Inversion) 86.4 648 S
0.24 0 32 0.08 0 (Drive, an engine system that transcends warp drive - ) 86.4 636 S
0.28 0 32 0.08 0 (and the) 474.44 636 S
0 0 32 0 0 (Enterprise will be the first to test it! The Klingons attempt) 86.4 624 S
0.28 0 32 0.2 0 (to thwart the test. But a greater danger looms when strange) 86.4 612 S
0.28 0 32 0.2 0 (symptoms surface among ) 86.4 600 S
0.32 0 32 0.2 0 (the crew - and time becomes meaning-) 257.48 600 S
0 0 32 0 0 (less.) 86.4 588 S
0.12 0 32 0.36 0 (Now Captain Kirk and his friends face their greatest chal-) 86.4 564 S
0.24 0 32 0.2 0 (lenge - to repair the fabric of the ) 86.4 552 S
0.28 0 32 0.2 0 (Universe before time is) 354.76 552 S
0 0 32 0 0 (lost forever!) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0.24 0 32 0.08 0 ("Diane Duane ) 86.4 492 S
0.28 0 32 0.08 0 (has written AN EXCELLENT STAR TREK NOVEL. She's) 181.56 492 S
0 0 32 0 0 (made the familiar folk of the Enterprise her own, and created) 86.4 480 S
0 0 32 0 0 (fascinating alien characters as well. There are white-knuckle) 86.4 468 S
0.24 0 32 0.08 0 (space battles ) 86.4 456 S
0.28 0 32 0.08 0 (as exciting as anything out of Lucas' films...) 188.84 456 S
0 0 32 0 0 (totally believable and ALWAYS ENTERTAINING.") 86.4 444 S
0 0 32 0 0 (- Michael Reaves, author of Dragonworld) 86.4 420 S
0.08 0 32 0.36 0 (THE WOUNDED SKY "IS ) 86.4 384 S
0.12 0 32 0.36 0 (A REMARKABLE NOVEL IN ANY CATEGORY AND) 237.96 384 S
0 0 32 0 0 (BEYOND A DOUBT THE BEST STAR TREK NOVEL EVER WRITTEN.") 86.4 372 S
0 0 32 0 0 (- C. J. Cherryh, author of Downbelow Station) 86.4 348 S
0 0 32 0 0 (- A13 -) 266.4 48 S
endpage
showpage
%% Page: 18 18
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Trellisane Confrontation") 183.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 14) 57.6 744 S
0 0 32 0 0 (Author: David Dvorkin) 57.6 732 S
0 0 32 0 0 (First Printing: February, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-46543-0) 57.6 708 S
0 0 32 0 0 (Pages: 190) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.24 0 32 0.08 0 (The Enterprise ) 86.4 648 S
0.28 0 32 0.08 0 (has rushed to war-torn Trellisane! Kirk is on) 196.12 648 S
0.24 0 32 0.08 0 (the bridge of a Klingon warship, McCoy is dining ) 86.4 636 S
0.28 0 32 0.08 0 (with canni-) 445.32 636 S
0.24 0 32 0.08 0 (bals, and the ship is surrounded by Romulans. In ) 86.4 624 S
0.28 0 32 0.08 0 (the Neutral) 445.32 624 S
0.24 0 32 0.2 0 (Zone, power is up for grabs. Now only ) 86.4 612 S
0.28 0 32 0.2 0 (the ingenuity and raw) 369.56 612 S
0 0 32 0 0 (courage of the Enterprise crew can avert catastrophe!) 86.4 600 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 576 S
0 0 32 0 0 (A BATTLE AT SEA ...) 86.4 552 S
0 0 32 0 0 ("Row!" Kirk ordered. He and Spock grabbed their oars and bent) 86.4 528 S
0.24 0 32 0.08 0 (their backs ) 86.4 516 S
0.28 0 32 0.08 0 (to the task, while Godor kept nervously scanning) 174.28 516 S
0.28 0 32 0.2 0 (the water's surface ) 86.4 504 S
0.32 0 32 0.2 0 (for Sealons. Had all the fisherman been) 235.28 504 S
-0.04 0 32 0.52 0 (with them, as Kirk has planned, they could have ) 86.4 492 S
0 0 32 0.52 0 (made good) 456.64 492 S
0.08 0 32 0.36 0 (speed, but as it was, the boat moved away from ) 86.4 480 S
0.12 0 32 0.36 0 (the site of) 442.56 480 S
0 0 32 0 0 (their primitive depth-charge with agonizing slowness.) 86.4 468 S
-0.04 0 32 0.52 0 (An enormous concussion slammed the boat upwards. Kirk and) 86.4 444 S
0.56 0 32 0.56 0 (Spock were tumbled from their seats ) 86.4 432 S
0.6 0 32 0.56 0 (onto the boards, but) 369.16 432 S
0.2 0 32 0.08 0 (Godor, who had been halt ) 86.4 420 S
0.24 0 32 0.08 0 (standing, shot out of the boat into) 269.44 420 S
0.28 0 32 0.2 0 (the water. He ) 86.4 408 S
0.32 0 32 0.2 0 (surfaced instantly, his face filled with ter-) 190.88 408 S
0 0 32 0 0 (ror, and screamed wordlessly at them ...) 86.4 396 S
0 0 32 0 0 (- A14 -) 266.4 48 S
endpage
showpage
%% Page: 19 19
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Corona") 262.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 15) 57.6 744 S
0 0 32 0 0 (Author: Greg Bear) 57.6 732 S
0 0 32 0 0 (First Printing: April, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-62749-X) 57.6 708 S
0 0 32 0 0 (Pages: 192) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (An awesome, sentient force of protostars - Corona - has taken) 86.4 648 S
0.28 0 32 0.2 0 (control of a ) 86.4 636 S
0.32 0 32 0.2 0 (stranded team of Vulcan scientists. The Enter-) 183.48 636 S
0.08 0 32 0.36 0 (prise has come on ) 86.4 624 S
0.12 0 32 0.36 0 (a rescue mission, with a female reporter) 222.84 624 S
0.24 0 32 0.08 0 (and a ) 86.4 612 S
0.28 0 32 0.08 0 (new computer that can override Kirk's command. Sudden-) 130.6 612 S
0 0 32 0 0 (ly, the rescuers must save themselves and the entire Universe) 86.4 600 S
0 0 32 0 0 (- before Corona unleashes a Big Bang!) 86.4 588 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 564 S
0 0 32 0 0 (CORONA!) 86.4 540 S
0.24 0 32 0.08 0 (Spock controlled ) 86.4 516 S
0.28 0 32 0.08 0 (his writhing and opened his eyes... "I need) 210.68 516 S
0 0 32 0 0 (help," he said.) 86.4 504 S
0 0 32 0 0 (Mason backed away, hands clutching her throat.) 86.4 480 S
0.2 0 32 0.08 0 ("I am about to be ) 86.4 456 S
0.24 0 32 0.08 0 (controlled by Corona," Spock said. "I only) 218.48 456 S
0.08 0 32 0.36 0 (have a few minutes of resistance left. I can feel ) 86.4 444 S
0.12 0 32 0.36 0 (it in my) 465.24 444 S
0.2 0 32 0.08 0 (mind. I can hear its thoughts ... It does not respect ) 86.4 432 S
0.24 0 32 0.08 0 (us. We) 481.76 432 S
0.16 0 32 0.08 0 (are here only for ) 86.4 420 S
0.2 0 32 0.08 0 (its use ... And it is about to destroy ...) 218.12 420 S
0 0 32 0 0 (everything!" His eyes widened.) 86.4 408 S
0.52 0 32 0.72 0 (He's afraid, Mason realized. He's ) 86.4 384 S
0.56 0 32 0.72 0 (seen something and it) 358.32 384 S
0 0 32 0 0 (terrifies him!) 86.4 372 S
0 0 32 0 0 (- A15 -) 266.4 48 S
endpage
showpage
%% Page: 20 20
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Final Reflection") 212.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 16) 57.6 744 S
0 0 32 0 0 (Author: John M. Ford) 57.6 732 S
0 0 32 0 0 (First Printing: May, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-67075-1) 57.6 708 S
0 0 32 0 0 (Pages: 253) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.24 0 32 0.08 0 (Klingon Captain Krenn is a ruthless war strategist. But ) 86.4 648 S
0.28 0 32 0.08 0 (on a) 496.28 648 S
0 0 32 0 0 (mission to Earth, Krenn learns a lesson in peace. Suddenly he) 86.4 636 S
0.36 0 32 0.72 0 (must fight a ) 86.4 624 S
0.4 0 32 0.72 0 (secret battle of his own. His Empire has a) 190.48 624 S
0 0 32 0 0 (covert plan to shatter the Federation. Only Krenn can prevent) 86.4 612 S
0 0 32 0 0 (a war - at the risk of his own life!) 86.4 600 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 576 S
0 0 32 0 0 (A Man of Battle, A Man of Peace) 86.4 552 S
0 0 32 0 0 ("Klingons always lock doors," Krenn said. "Where were you?") 86.4 528 S
-0.04 0 32 0.52 0 ("A custom of my race, in the presence of ) 86.4 504 S
0 0 32 0.52 0 (danger ... I was) 402.6 504 S
0 0 32 0 0 (underneath the bed.") 86.4 492 S
0.28 0 32 0.2 0 ("You almost convinced ) 86.4 468 S
0.32 0 32 0.2 0 (me," Krenn said. "I thought you would) 250.08 468 S
0 0 32 0 0 (not fight.") 86.4 456 S
0.24 0 32 0.2 0 ("I did not fight," Dr Tagore said calmly, ) 86.4 432 S
0.28 0 32 0.2 0 ("I simply did not) 399.16 432 S
0 0 32 0 0 (allow myself to be too easily killed.") 86.4 420 S
0.28 0 32 0.2 0 (And Krenn laughed, not because it was absurd but because he) 86.4 396 S
0 0 32 0 0 (saw the reason of it.) 86.4 384 S
0 0 32 0 0 (- A16 -) 266.4 48 S
endpage
showpage
%% Page: 21 21
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (") 158.4 768 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Star Trek III) 165.6 768 S
F0 setfont
0 0 32 0 0 (: The Search for Spock") 259.2 768 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Number: 17) 57.6 744 S
0 0 32 0 0 (Author: Vonda N. McIntyre) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-49500-3) 57.6 708 S
0 0 32 0 0 (Pages: 253) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (NO ONE ON THE ENTERPRISE CAN BELIEVE THAT MR. SPOCK IS GONE!) 86.4 648 S
0.08 0 32 0.36 0 (As the crew grieves ) 86.4 624 S
0.12 0 32 0.36 0 (for Mr. Spock, the awesome Genesis De-) 237.96 624 S
0.12 0 32 0.36 0 (vice, now controlled by the Federation, ) 86.4 612 S
0.16 0 32 0.36 0 (has transformed an) 389.56 612 S
0 0 32 0 0 (inert nebula into a new planet teeming with life. But Genesis) 86.4 600 S
0 0 32 0 0 (can also destroy existing worlds.) 86.4 588 S
0.24 0 32 0.2 0 (The creators of the Device want it given ) 86.4 564 S
0.28 0 32 0.2 0 (freely to the Gal-) 391.76 564 S
0.24 0 32 0.08 0 (axy. But Starfleet Command fears that it will become ) 86.4 552 S
0.28 0 32 0.08 0 (a force) 474.44 552 S
-0.04 0 32 0.52 0 (for evil. And the enemies of the Federation will ) 86.4 540 S
0 0 32 0.52 0 (not rest) 464.36 540 S
0.08 0 32 0.36 0 (until they seize it - as their ) 86.4 528 S
0.12 0 32 0.36 0 (most powerful weapon in the) 321.36 528 S
0 0 32 0 0 (battle to conquer the Galaxy!) 86.4 516 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 492 S
0 0 32 0 0 (Sarek Nodded at McCoy. McCoy Stared Straight Ahead ...) 86.4 468 S
0 0 32 0 0 ("Bones-" Kirk said urgently under his breath.) 86.4 444 S
0 0 32 0 0 (McCoy finally replied. "I am," he said hesitantly. "McCoy ...) 86.4 420 S
0.44 0 32 0.56 0 (Leonard H." He ) 86.4 408 S
0.48 0 32 0.56 0 (took a long breath of the rarefied air of) 204.16 408 S
0 0 32 0 0 (Vulcan and shivered.) 86.4 396 S
0.24 0 32 0.08 0 (The Vulcan ) 86.4 372 S
0.28 0 32 0.08 0 (priestess spoke. "Since thou art human, we cannot) 167 372 S
0.64 0 32 0.56 0 (expect thee to understand full what Sarek ) 86.4 360 S
0.68 0 32 0.56 0 (has requested.) 416.84 360 S
0.28 0 32 0.2 0 (Spock's body lives. With your approval, we will use all our) 86.4 348 S
0.52 0 32 0.56 0 (powers to return to his body that which you possess: his) 86.4 336 S
0 0 32 0 0 (essence. But, McCoy ...") 86.4 324 S
0 0 32 0 0 (Kirk could see the faint sheen of sweat on McCoy's forehead.) 86.4 300 S
0.24 0 32 0.08 0 ("You must now be warned," the priestess said. "The ) 86.4 276 S
0.28 0 32 0.08 0 (danger to) 459.88 276 S
0 0 32 0 0 (thee is as grave as the danger to Spock.") 86.4 264 S
0 0 32 0 0 (- A17 -) 266.4 48 S
endpage
showpage
%% Page: 22 22
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("My Enemy, My Ally") 223.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 18) 57.6 744 S
0 0 32 0 0 (Author: Diane Duane) 57.6 732 S
0 0 32 0 0 (First Printing: July, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65866-2) 57.6 708 S
0 0 32 0 0 (Pages: 309) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.24 0 32 0.08 0 (Ael t'Rlailiiu is a noble - and dangerous - ) 86.4 648 S
0.28 0 32 0.08 0 (Romulan Command-) 408.92 648 S
0.52 0 32 0.72 0 (er. But when the Romulans ) 86.4 636 S
0.56 0 32 0.72 0 (kidnap Vulcans to genetically) 294.96 636 S
-0.04 0 32 0.52 0 (harness their mind power, Ael decided on treason. Captain) 86.4 624 S
0.08 0 32 0.36 0 (Kirk, her old enemy, joins her in ) 86.4 612 S
0.12 0 32 0.36 0 (a secret pact to destroy) 344.04 612 S
0.12 0 32 0.36 0 (the research laboratory and free the ) 86.4 600 S
0.16 0 32 0.36 0 (captive Vulcans. When) 366.88 600 S
0.12 0 32 0.36 0 (the Romulans discover their plan, the ) 86.4 588 S
0.16 0 32 0.36 0 (Neutral Zone seethes) 374.44 588 S
0 0 32 0 0 (with schemes and counter-schemes, sabotage and war!) 86.4 576 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 552 S
0 0 32 0 0 (Ael Ran Through the Corridors of the Enterprise) 86.4 528 S
0.48 0 32 0.72 0 (into one of the cargo Transporter Rooms, pulled out her) 86.4 504 S
0.2 0 32 0.08 0 (phaser and leapt up onto ) 86.4 492 S
0.24 0 32 0.08 0 (the platform, with a great group of) 269.44 492 S
0.08 0 32 0.36 0 (her own people and ) 86.4 480 S
0.12 0 32 0.36 0 (Kirk's. The young man behind the Trans-) 230.4 480 S
0.12 0 32 0.36 0 (porter console set the delay, headed for the platform him-) 86.4 468 S
0 0 32 0 0 (self, and they all dissolved in shimmer together.) 86.4 456 S
0.12 0 32 0.36 0 (It must have been something different ) 86.4 432 S
0.16 0 32 0.36 0 (about the Federation) 374.44 432 S
0.32 0 32 0.08 0 (Transporters, something ) 86.4 420 S
0.36 0 32 0.08 0 (unsettling in their engineering - or) 261.8 420 S
0.24 0 32 0.08 0 (maybe just Ael's own suppressed fear, crying out in ) 86.4 408 S
0.28 0 32 0.08 0 (her mind) 467.16 408 S
0.28 0 32 0.2 0 (- that made her think she heard, as she dematerialized, the) 86.4 396 S
0.56 0 32 0.56 0 (sound of phaser fire outside the ) 86.4 384 S
0.6 0 32 0.56 0 (Transporter Room, and a) 345.88 384 S
0 0 32 0 0 (scream ...) 86.4 372 S
0 0 32 0 0 (- A18 -) 266.4 48 S
endpage
showpage
%% Page: 23 23
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Tears of the Singers") 198 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 19) 57.6 744 S
0 0 32 0 0 (Author: Melinda Snodgrass) 57.6 732 S
0 0 32 0 0 (First Printing: September, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-67076-X) 57.6 708 S
0 0 32 0 0 (Pages: 252) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.12 0 32 0.36 0 (Captain Kirk and the Enterprise join the Klingons to avert) 86.4 648 S
0.28 0 32 0.2 0 (disaster inn the Taygeta V system - where a time/space warp) 86.4 636 S
0.28 0 32 0.2 0 (has swallowed a ) 86.4 624 S
0.32 0 32 0.2 0 (spaceship without a trace. Spock suspects a) 205.68 624 S
0.64 0 32 0.56 0 (link between the anomaly and the inhabitants ) 86.4 612 S
0.68 0 32 0.56 0 (of Taygeta,) 440.12 612 S
0.12 0 32 0.36 0 (semi-aquatic creatures ) 86.4 600 S
0.16 0 32 0.36 0 (killed for the jewel-like tears se-) 260.56 600 S
0 0 32 0 0 (creted at the moment of death. But a mutinous Klingon officer) 86.4 588 S
0.12 0 32 0.36 0 (threatens the vital mission, as a desperate Kirk and Spock) 86.4 576 S
0.24 0 32 0.08 0 (race to save the Taygetians, the Federation - and ) 86.4 564 S
0.28 0 32 0.08 0 (the entire) 452.6 564 S
0 0 32 0 0 (universe!) 86.4 552 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 528 S
0 0 32 0 0 (A Hole in the Universe!) 86.4 504 S
0.52 0 32 0.72 0 (The gaudy colors of the ) 86.4 480 S
0.56 0 32 0.72 0 (phenomenon writhed forward, its) 279.12 480 S
0.84 0 32 0.56 0 (outermost tendrils just ) 86.4 468 S
0.88 0 32 0.56 0 (brushing the pockmarked, cindery) 275.2 468 S
0.56 0 32 0.56 0 (surface of the inner planet. The ) 86.4 456 S
0.6 0 32 0.56 0 (planet seemed to waver,) 345.88 456 S
0.32 0 32 0.2 0 (becoming almost transparent, ) 86.4 444 S
0.36 0 32 0.2 0 (and then it vanished from view) 302 444 S
0 0 32 0 0 (as the time/space rip enveloped it.) 86.4 432 S
0.4 0 32 0.72 0 (Spock swung about ) 86.4 408 S
0.44 0 32 0.72 0 (in his chair and looked at Kirk. "All) 230.2 408 S
0.72 0 32 0.56 0 (readings have ceased. Scanners ) 86.4 396 S
0.76 0 32 0.56 0 (show only the meaningless) 329.88 396 S
0.28 0 32 0.08 0 (readings associated with ) 86.4 384 S
0.32 0 32 0.08 0 (the phenomenon. For all intents and) 269.28 384 S
0 0 32 0 0 (purposes the planet no longer exists.") 86.4 372 S
0 0 32 0 0 ("But where has it gone, Mr Spock?" Scotty murmured.) 86.4 348 S
0.12 0 32 0.36 0 ("Into wherever that," he pointed at the aurora that danced) 86.4 324 S
0 0 32 0 0 (and sparkled across the screen, "leads.") 86.4 312 S
0 0 32 0 0 (- A19 -) 266.4 48 S
endpage
showpage
%% Page: 24 24
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Vulcan Academy Murders") 190.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 20) 57.6 744 S
0 0 32 0 0 (Author: Jean Lorrah) 57.6 732 S
0 0 32 0 0 (First Printing: November, 1984) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64744-X) 57.6 708 S
0 0 32 0 0 (Pages: 280) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (Kirk and McCoy ) 86.4 648 S
0.32 0 32 0.2 0 (accompany Spock to the Vulcan Academy Hospi-) 198.28 648 S
0.6 0 32 0.72 0 (tal, seeking experimental treatment for ) 86.4 636 S
0.64 0 32 0.72 0 (a badly wounded) 406.24 636 S
0.28 0 32 0.2 0 (Enterprise crew member. ) 86.4 624 S
0.32 0 32 0.2 0 (Spock's mother is also a patient in) 264.88 624 S
0.28 0 32 0.2 0 (the hospital, and ) 86.4 612 S
0.32 0 32 0.2 0 (Kirk soon becomes involved in the complex) 220.48 612 S
0 0 32 0 0 (drama of Spock's family ...) 86.4 600 S
0 0 32 0 0 (Suddenly, patients are dying, and Kirk suspects the unthinka-) 86.4 576 S
0.2 0 32 0.08 0 (ble - murder on Vulcan! ) 86.4 564 S
0.24 0 32 0.08 0 (But can he convince the Vulcans that) 262.16 564 S
0.52 0 32 0.72 0 (something as illogical as murder ) 86.4 552 S
0.56 0 32 0.72 0 (is possible? Until the) 350.4 552 S
0 0 32 0 0 (killer is caught, everyone is in danger!) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 (MURDER - ON A WORLD WITHOUT CRIME!) 86.4 492 S
0.28 0 32 0.2 0 ("My son should have been here by now," said Sarek. "Perhaps) 86.4 468 S
0 0 32 0 0 (our guests overslept-") 86.4 456 S
0.4 0 32 0.2 0 (The communications console buzzed loudly. Sarek flicked the) 86.4 432 S
0 0 32 0 0 (switch, and Spock's face appeared on the communicator screen.) 86.4 420 S
0.28 0 32 0.08 0 ("Father, there has ) 86.4 408 S
0.32 0 32 0.08 0 (been another power failure. Captain Kirk,) 225.6 408 S
0 0 32 0 0 (Dr. McCoy, and I are with Storn-") 86.4 396 S
0 0 32 0 0 ("I'm on my way!" Sarek cut him off, clamping control over the) 86.4 372 S
-0.04 0 32 0.52 0 (panic in his veins. It had happened twice now ) 86.4 360 S
0 0 32 0.52 0 (- and if it) 441.2 360 S
0 0 32 0 0 (happened a third time, the victim would be Amanda!) 86.4 348 S
0 0 32 0 0 (- A20 -) 266.4 48 S
endpage
showpage
%% Page: 25 25
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Uhura's Song") 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 21) 57.6 744 S
0 0 32 0 0 (Author: Janet Kagan) 57.6 732 S
0 0 32 0 0 (First Printing: January, 1985) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65227-3) 57.6 708 S
0 0 32 0 0 (Pages: 373) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (Years ago, Lt. ) 86.4 648 S
0.32 0 32 0.2 0 (Uhura befriended a diplomat from Eeiauo, the) 198.28 648 S
0.12 0 32 0.36 0 (land of graceful, cat-like beings. The ) 86.4 636 S
0.16 0 32 0.36 0 (two women exchanged) 382 636 S
0 0 32 0 0 (forbidden songs and promised never to reveal their secret.) 86.4 624 S
0.24 0 32 0.08 0 (Now the Enterprise is orbiting Eeiauo in a desperate ) 86.4 600 S
0.28 0 32 0.08 0 (race to) 474.44 600 S
0.12 0 32 0.36 0 (save the inhabitants before a deadly ) 86.4 588 S
0.16 0 32 0.36 0 (plague destroys them.) 366.88 588 S
-0.04 0 32 0.52 0 (Uhura's secret songs may hold the key to a ) 86.4 576 S
0 0 32 0.52 0 (cure - but the) 418.04 576 S
0.24 0 32 0.08 0 (clues are veiled in layers on mystery. The plague ) 86.4 564 S
0.28 0 32 0.08 0 (is killing) 452.6 564 S
0.28 0 32 0.2 0 (humans, threatening other ) 86.4 552 S
0.32 0 32 0.2 0 (planets - and Kirk must crack the) 279.68 552 S
0 0 32 0 0 (code before the Enterprise succumbs!) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 (The Ships Communicator Beeped ...) 86.4 492 S
0 0 32 0 0 ("McCoy to Kirk.") 86.4 468 S
0 0 32 0 0 ("Kirk here. Come in Bones.") 86.4 444 S
0.48 0 32 0.72 0 (McCoy's face had been haggard before, but they were all) 86.4 420 S
0.28 0 32 0.2 0 (unprepared for the ) 86.4 408 S
0.32 0 32 0.2 0 (terrible look that appeared in the view-) 227.88 408 S
0 0 32 0 0 (screen.) 86.4 396 S
0 0 32 0 0 ("Bones!" Jim Kirk reacted instinctively to that look. "What's) 86.4 372 S
0 0 32 0 0 (happened?") 86.4 360 S
0.56 0 32 0.56 0 (McCoy drew a long and shuddering ) 86.4 336 S
0.6 0 32 0.56 0 (breath. "Nurse Chapel -) 345.88 336 S
0 0 32 0 0 (Christine - she's got ADF syndrome.") 86.4 324 S
0 0 32 0 0 ("My god, Bones, are you sure?") 86.4 300 S
0.2 0 32 0.08 0 ("Would I be telling you that if I weren't? What do ) 86.4 276 S
0.24 0 32 0.08 0 (you think) 459.92 276 S
0.52 0 32 0.56 0 (I am, some kind of damn fool?" McCoy snapped back. "Tell) 86.4 264 S
-0.04 0 32 0.52 0 (Starfleet the damn disease is communicable to humans, and) 86.4 252 S
0.24 0 32 0.08 0 (they've got ) 86.4 240 S
0.28 0 32 0.08 0 (to quarantine anybody who's been in contact with) 174.28 240 S
0.2 0 32 0.08 0 (a Eeiauoan in the past ) 86.4 228 S
0.24 0 32 0.08 0 (six months. And clean your own house,) 254.88 228 S
0.08 0 32 0.36 0 (Jim. We've got a real plague on ) 86.4 216 S
0.12 0 32 0.36 0 (our hands now. McCoy out.") 328.92 216 S
0 0 32 0 0 (The screen went dark. . . .) 86.4 204 S
0 0 32 0 0 (- A21 -) 266.4 48 S
endpage
showpage
%% Page: 26 26
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Shadow Lord") 244.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 22) 57.6 744 S
0 0 32 0 0 (Author: Laurence Yep) 57.6 732 S
0 0 32 0 0 (First Printing: March, 1985) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-47392-1) 57.6 708 S
0 0 32 0 0 (Pages: 279) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.56 0 32 0.56 0 (Angira is a primitive, violent planet ) 86.4 648 S
0.6 0 32 0.56 0 (- and young Prince) 384.68 648 S
0.12 0 32 0.36 0 (Vikram returns from Earth filled with new ideas. When Sulu) 86.4 636 S
0.24 0 32 0.08 0 (and Spock ) 86.4 624 S
0.28 0 32 0.08 0 (accompany Vikram home, they walk into a bloodbath:) 159.72 624 S
0.32 0 32 0.08 0 (reactionary forces, ) 86.4 612 S
0.36 0 32 0.08 0 (afraid of any modernization, have seized) 232.68 612 S
0.12 0 32 0.36 0 (Vikram's rightful throne. Suddenly the men ) 86.4 600 S
0.16 0 32 0.36 0 (from the Enter-) 412.24 600 S
0.52 0 32 0.56 0 (prise are on an underground journey with a Prince who is) 86.4 588 S
-0.04 0 32 0.52 0 (coming of age. The future of Angira is at ) 86.4 576 S
0 0 32 0.52 0 (stake, and each) 410.32 576 S
-0.04 0 32 0.52 0 (man's survival depends on his skill - and daring ) 86.4 564 S
0 0 32 0.52 0 (- with a) 464.36 564 S
0 0 32 0 0 (sword!) 86.4 552 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 528 S
0 0 32 0 0 (Sulu, Swordsman.) 86.4 504 S
0 0 32 0 0 (The bandit yelled in pain and Sulu slid his blade free. There) 86.4 480 S
0.28 0 32 0.2 0 (was blood on the point. From somewhere to his left, another) 86.4 468 S
0 0 32 0 0 (bandit screamed - Urmi's work. The prince was still busy with) 86.4 456 S
0 0 32 0 0 (Lord Tayu.) 86.4 444 S
0.12 0 32 0.36 0 (Panting for breath, Sulu turned back to the other bandits.) 86.4 420 S
0.56 0 32 0.56 0 (But they weren't nearly as enthusiastic ) 86.4 408 S
0.6 0 32 0.56 0 (as they had been) 400.2 408 S
0.56 0 32 0.56 0 (before. Finally, a large man with ) 86.4 396 S
0.6 0 32 0.56 0 (a huge cutlass started) 353.64 396 S
0.12 0 32 0.36 0 (towards Sulu. And Sulu tensed. The man's cutlass was large) 86.4 384 S
0 0 32 0 0 (enough to break Sulu's own blade if he wasn't careful. But on) 86.4 372 S
0 0 32 0 0 (the other hand, it ought to be a clumsier weapon. It would be) 86.4 360 S
0 0 32 0 0 (a test of Sulu's own quickness - and perhaps his luck. . . .) 86.4 348 S
0 0 32 0 0 (- A22 -) 266.4 48 S
endpage
showpage
%% Page: 27 27
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Ishmael") 259.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 23) 57.6 744 S
0 0 32 0 0 (Author: Barbara Hambly) 57.6 732 S
0 0 32 0 0 (First Printing: May, 1985) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-55427-1) 57.6 708 S
0 0 32 0 0 (Pages: 255) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (The Enterprise is on a peaceful mission at Starbase 12 when a) 86.4 648 S
0.32 0 32 0.2 0 (bizarre cosmic phenomenon ) 86.4 636 S
0.36 0 32 0.2 0 (causes a Klingon ship to suddenly) 279.8 636 S
0 0 32 0 0 (vanish - with Spock aboard for the ride. Spock's last message) 86.4 624 S
0.28 0 32 0.2 0 (from the Klingon ) 86.4 612 S
0.32 0 32 0.2 0 (ship is cryptic and frightening. The Klin-) 213.08 612 S
0.28 0 32 0.2 0 (gons are traveling into the past, searching for the one man) 86.4 600 S
0.08 0 32 0.36 0 (who holds a vital key to the future. If they ) 86.4 588 S
0.12 0 32 0.36 0 (can kill that) 427.44 588 S
0.2 0 32 0.08 0 (man, the course of history ) 86.4 576 S
0.24 0 32 0.08 0 (will be changed - and the Federa-) 284 576 S
0 0 32 0 0 (tion will be destroyed.) 86.4 564 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 540 S
0 0 32 0 0 ("Where are you - from," Sarah asked. . . .) 86.4 516 S
0.28 0 32 0.2 0 (Spock shook his head wearily. "The name of the planet would) 86.4 492 S
0.28 0 32 0.2 0 (mean nothing to ) 86.4 480 S
0.32 0 32 0.2 0 (you. Your astronomers have not even discov-) 205.68 480 S
0 0 32 0 0 (ered the star yet.") 86.4 468 S
0.4 0 32 0.72 0 ("I see." She ) 86.4 444 S
0.44 0 32 0.72 0 (looked down at her folded hands where they) 190.6 444 S
0.2 0 32 0.2 0 (rested on the ) 86.4 432 S
0.24 0 32 0.2 0 (handle of the door. Then she looked up at him) 190.64 432 S
0 0 32 0 0 (again. "I knew at the dance, you see.") 86.4 420 S
0 0 32 0 0 (Spock's eyebrow lifted, startled. Sarah smiled a little.) 86.4 396 S
0.84 0 32 1.44 0 (She reached out and took ) 86.4 372 S
0.88 0 32 1.44 0 (his hand in her long slim) 306.64 372 S
0.56 0 32 0.56 0 (fingers ... then she released it ) 86.4 360 S
0.6 0 32 0.56 0 (and her fingers brushed) 345.88 360 S
0.6 0 32 0.72 0 (lightly against his cheek. "That's ) 86.4 348 S
0.64 0 32 0.72 0 (fever-hot," she said) 366.64 348 S
0 0 32 0 0 (clinically. "A hundred and three, a hundred and four. A - one) 86.4 336 S
0.24 0 32 0.2 0 (of us - would have been raving. You ) 86.4 324 S
0.28 0 32 0.2 0 (were clearly having the) 354.76 324 S
0.08 0 32 0.36 0 (time of your life .... When you took my hand ) 86.4 312 S
0.12 0 32 0.36 0 (for the grand) 427.44 312 S
0 0 32 0 0 (right and left, I noticed the scars on your hand had turned a) 86.4 300 S
0 0 32 0 0 (sort of apple-green.") 86.4 288 S
-0.04 0 32 0.52 0 ("In the future," he found himself saying tiredly, "I ) 86.4 264 S
-0.52 0 32 0.52 0 (must) 495.24 264 S
0 0 32 0 0 (remember to avoid dancing. . . .") 86.4 252 S
0 0 32 0 0 (- A23 -) 266.4 48 S
endpage
showpage
%% Page: 28 28
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Killing Time") 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 24) 57.6 744 S
0 0 32 0 0 (Author: Della Van Hise) 57.6 732 S
0 0 32 0 0 (First Printing: July, 1985) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-52488-7) 57.6 708 S
0 0 32 0 0 (Pages: 311) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
-0.08 0 32 0.52 0 (Second History: ) 86.4 648 S
-0.04 0 32 0.52 0 (a Romulan time-tampering project that has) 209.8 648 S
0.32 0 32 0.2 0 (transported the Enterprise ) 86.4 636 S
0.36 0 32 0.2 0 (and the galaxy into an alternate) 287.2 636 S
0 0 32 0 0 (dimension of reality. Now, Kirk is an embittered young ensign) 86.4 624 S
0 0 32 0 0 (and Spock is a besieged Starship commander.) 86.4 612 S
0 0 32 0 0 (Lured into a Romulan trap, Captain Spock and Ensign Kirk must) 86.4 588 S
0 0 32 0 0 (free themselves from both their captors and their own altered) 86.4 576 S
0.12 0 32 0.36 0 (selves ... before the galaxy hurtles ) 86.4 564 S
0.16 0 32 0.36 0 (toward total destruc-) 366.88 564 S
0 0 32 0 0 (tion!) 86.4 552 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 528 S
0 0 32 0 0 ("Let Us Understand One Another, Ensign Kirk," Spock began ...) 86.4 504 S
-0.04 0 32 0.52 0 ("Threats pull no weight with me, and I shall ) 86.4 480 S
0 0 32 0.52 0 (not tolerate) 433.48 480 S
0.2 0 32 0.08 0 (them. ...I am ordering you ) 86.4 468 S
0.24 0 32 0.08 0 (to tell me who is responsible for) 284 468 S
0 0 32 0 0 (your injuries.") 86.4 456 S
-0.04 0 32 0.52 0 (But Kirk remained mute and immovable. In his prison ) 86.4 432 S
-0.52 0 32 0.52 0 (days,) 487.52 432 S
0 0 32 0 0 (he'd learned what it meant to keep a confidence. "I'm respon-) 86.4 420 S
0.24 0 32 0.2 0 (sible for my own problems," he stated at ) 86.4 408 S
0.28 0 32 0.2 0 (last. "And I don't) 391.76 408 S
0.6 0 32 0.72 0 (need a keeper! Keep your ) 86.4 396 S
0.64 0 32 0.72 0 (half-breed sentimentalities to) 287.44 396 S
0.32 0 32 0.2 0 (yourself, Spock!" He ) 86.4 384 S
0.36 0 32 0.2 0 (started toward the door.... The Vulcan) 242.8 384 S
0 0 32 0 0 (moved to stand between him and the door.) 86.4 372 S
0 0 32 0 0 (Half-breed. The word hung somewhere outside reality....) 86.4 348 S
0 0 32 0 0 (- A24 -) 266.4 48 S
endpage
showpage
%% Page: 29 29
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Dwellers in the Crucible") 198 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 25) 57.6 744 S
0 0 32 0 0 (Author: Margaret Wander Bonanno) 57.6 732 S
0 0 32 0 0 (First Printing: September, 1985) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60373-6) 57.6 708 S
0 0 32 0 0 (Pages: 308) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.12 0 32 0.36 0 (Warrantors of ) 86.4 648 S
0.16 0 32 0.36 0 (Peace: The Federation's daring experiment to) 192.52 648 S
0.28 0 32 0.2 0 (prevent war among ) 86.4 636 S
0.32 0 32 0.2 0 (its members. Each warrantor, man or woman) 220.48 636 S
0.08 0 32 0.36 0 (is hostage for the government of his ) 86.4 624 S
0.12 0 32 0.36 0 (native world - and is) 366.72 624 S
0 0 32 0 0 (instantly killed if that world breaks the peace.) 86.4 612 S
0.28 0 32 0.08 0 (Now Romulans have ) 86.4 588 S
0.32 0 32 0.08 0 (kidnaped six Warrantors, to foment politi-) 218.32 588 S
0.4 0 32 0.72 0 (cal chaos - ) 86.4 576 S
0.44 0 32 0.72 0 (and then civil war - within the Federation.) 182.68 576 S
0.28 0 32 0.08 0 (Captain Kirk must ) 86.4 564 S
0.32 0 32 0.08 0 (send Sulu to infiltrate Romulan territory,) 218.32 564 S
-0.04 0 32 0.52 0 (find the hostages, and bring them back alive - ) 86.4 552 S
0 0 32 0.52 0 (before the) 448.92 552 S
0 0 32 0 0 (Federation self-destructs!) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0.52 0 32 0.56 0 (Uhura Was at Her Post When Suddenly Her Console Began to) 86.4 492 S
0 0 32 0 0 (Flicker and Beep . . .) 86.4 480 S
0.52 0 32 0.72 0 ("... Enterprise, come in Enterprise ) 86.4 456 S
0.56 0 32 0.72 0 (... Gamma 7 calling) 374.16 456 S
0 0 32 0 0 (Enterprise, come in please. . . .") 86.4 444 S
0 0 32 0 0 (The signal was faint, full of gaps and heavy with static, and) 86.4 420 S
0 0 32 0 0 (the voice was not Sulu's.) 86.4 408 S
0.12 0 32 0.36 0 ("Enterprise here," ) 86.4 384 S
0.16 0 32 0.36 0 (Uhura said crisply. "You're very faint,) 230.32 384 S
0 0 32 0 0 (Gamma 7. I can barely read you. . . .") 86.4 372 S
0 0 32 0 0 ("This frequency too risky. Can't hold channel long. We have a) 86.4 348 S
0 0 32 0 0 (priority data feed. . . .") 86.4 336 S
0 0 32 0 0 (The relays fed in a whole string of numbers and Uhura's pulse) 86.4 312 S
0.12 0 32 0.36 0 (began to race. These were the trade route coordinates Sulu) 86.4 300 S
0.28 0 32 0.2 0 (had promised just before they lost contact! It meant he was) 86.4 288 S
-0.04 0 32 0.52 0 (alive and still free to move about. Or had ) 86.4 276 S
0 0 32 0.52 0 (been, at least) 418.04 276 S
0.2 0 32 0.2 0 (long enough to ) 86.4 264 S
0.24 0 32 0.2 0 (broadcast his findings . . . . If Sulu can't) 198.04 264 S
0.08 0 32 0.36 0 (get out under his ) 86.4 252 S
0.12 0 32 0.36 0 (own steam, she thought, they'll never be) 222.84 252 S
0 0 32 0 0 (able to retrieve him. . . .) 86.4 240 S
0 0 32 0 0 (- A25 -) 266.4 48 S
endpage
showpage
%% Page: 30 30
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Pawns and Symbols") 223.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 26) 57.6 744 S
0 0 32 0 0 (Author: Majliss Larson) 57.6 732 S
0 0 32 0 0 (First Printing: November, 1985) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-55425-5) 57.6 708 S
0 0 32 0 0 (Pages: 277) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (Threatened by a deadly famine, the Klingon Empire is on the) 86.4 648 S
0.24 0 32 0.08 0 (verge of ) 86.4 636 S
0.28 0 32 0.08 0 (igniting a mad interplanetary war of conquest. When) 152.44 636 S
0.4 0 32 0.2 0 (a earthquake destroys a remote Federation research station,) 86.4 624 S
-0.08 0 32 0.52 0 (Jean Czerny, agricultural ) 86.4 612 S
-0.04 0 32 0.52 0 (scientist, succumbs to amnesia.) 286.92 612 S
-0.04 0 32 0.52 0 (Stranded on enemy borders, she is imprisoned by Kang, ) 86.4 600 S
-0.52 0 32 0.52 0 (the) 502.96 600 S
0.24 0 32 0.08 0 (evil commander of a Klingon battleship. Now Kirk must ) 86.4 588 S
0.28 0 32 0.08 0 (play a) 481.72 588 S
0 0 32 0 0 (dangerous game of mind strategy to prevent a savage attack on) 86.4 576 S
0 0 32 0 0 (the Federation!) 86.4 564 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 540 S
0 0 32 0 0 ("Commander Kang, you are holding one of my people . . .) 86.4 516 S
0 0 32 0 0 (and certain materials belonging to the Federation. I formally) 86.4 492 S
0 0 32 0 0 (demand immediate return.") 86.4 480 S
-0.08 0 32 0.52 0 (Kang smiled ) 86.4 456 S
-0.04 0 32 0.52 0 (openly. "Surely you jest, Captain. Lieutenant) 178.92 456 S
0.2 0 32 0.2 0 (Czerny is bond to me. She is a very ) 86.4 444 S
0.24 0 32 0.2 0 (valuable pawn to me for) 354.64 444 S
0 0 32 0 0 (the moment. I have no intention of releasing her yet.") 86.4 432 S
0.52 0 32 0.56 0 ("Kang, when your ship was destroyed and I took your crew) 86.4 408 S
0 0 32 0 0 (survivors aboard my ship they were well-treated. I expect the) 86.4 396 S
0.28 0 32 0.2 0 (same for Czerny. ) 86.4 384 S
0.32 0 32 0.2 0 (I will hold you personally responsible for) 213.08 384 S
0.12 0 32 0.36 0 (her treatment." Kirk rubbed his right cheek with an uncon-) 86.4 372 S
0 0 32 0 0 (scious gesture as he recalled the image of Kang standing over) 86.4 360 S
0.32 0 32 0.2 0 (Chekov's writhing form ) 86.4 348 S
0.36 0 32 0.2 0 (with the Klingon Agonizer pressed to) 257.6 348 S
0 0 32 0 0 (his face. . . .) 86.4 336 S
0 0 32 0 0 (- A26 -) 266.4 48 S
endpage
showpage
%% Page: 31 31
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Mindshadow") 248.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 27) 57.6 744 S
0 0 32 0 0 (Author: J. M. Dillard) 57.6 732 S
0 0 32 0 0 (First Printing: January, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60576-1) 57.6 708 S
0 0 32 0 0 (Pages: 252) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (The tranquil planet of Aritani has suddenly come under attack) 86.4 648 S
0 0 32 0 0 (by a vicious and unknown enemy. The Enterprise rallies to the) 86.4 636 S
0 0 32 0 0 (scene, only to plunge into a deadly nightmare: Spock is found) 86.4 624 S
0.12 0 32 0.36 0 (mysteriously injured. ) 86.4 612 S
0.16 0 32 0.36 0 (his mental powers crippled and weak,) 253 612 S
0.4 0 32 0.72 0 (and Kirk uncovers ) 86.4 600 S
0.44 0 32 0.72 0 (an evil Romulan plot - with a cunning) 230.2 600 S
-0.04 0 32 0.52 0 (double agent in the middle. As Spock begins to ) 86.4 588 S
0 0 32 0.52 0 (regain his) 448.92 588 S
0.12 0 32 0.36 0 (memory, Kirk strives to expose the agent. But only Spock's) 86.4 576 S
0.08 0 32 0.36 0 (knowledge can stop the ) 86.4 564 S
0.12 0 32 0.36 0 (Romulans . . . from controlling the) 260.64 564 S
0 0 32 0 0 (universe!) 86.4 552 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 528 S
0 0 32 0 0 (They Had Searched the Area near the Mountains) 86.4 504 S
0 0 32 0 0 (where the plateau broke off abruptly, beginning again after a) 86.4 480 S
0 0 32 0 0 (drop of some 400 feet.) 86.4 468 S
0.64 0 32 0.56 0 (Reluctantly, Scott peered down, careful of his ) 86.4 444 S
0.68 0 32 0.56 0 (own steps) 455.64 444 S
0.08 0 32 0.36 0 (along the edge of ) 86.4 432 S
0.12 0 32 0.36 0 (the drop. Kirk searched a short distance) 222.84 432 S
0 0 32 0 0 (away; the height was beginning to make him dizzy. . . .) 86.4 420 S
-0.04 0 32 0.52 0 (He saw Scott stiffen and draw his head up ) 86.4 396 S
0 0 32 0.52 0 (quickly, and he) 410.32 396 S
0.28 0 32 0.08 0 (knew with heartsickening ) 86.4 384 S
0.32 0 32 0.08 0 (certainty what the engineer saw. He) 269.28 384 S
0.24 0 32 0.08 0 (ran to Scott's side, and clutching his arm, was ) 86.4 372 S
0.28 0 32 0.08 0 (compelled to) 438.04 372 S
0 0 32 0 0 (look down at what he could not bear to see.) 86.4 360 S
0 0 32 0 0 ("Dear God, Spock-") 86.4 336 S
0 0 32 0 0 (- A27 -) 266.4 48 S
endpage
showpage
%% Page: 32 32
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Crisis on Centaurus") 216 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 28) 57.6 744 S
0 0 32 0 0 (Author: Brad Ferguson) 57.6 732 S
0 0 32 0 0 (First Printing: March, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65753-4) 57.6 708 S
0 0 32 0 0 (Pages: 254) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
-0.08 0 32 0.52 0 (Massive computer malfunctions ) 86.4 648 S
-0.04 0 32 0.52 0 (are plaguing the Enterprise) 317.8 648 S
0.64 0 32 0.56 0 (when Kirk suddenly receives a shocking message ) 86.4 636 S
0.68 0 32 0.56 0 (from Star) 455.64 636 S
-0.08 0 32 0.52 0 (Fleet Command: ) 86.4 624 S
-0.04 0 32 0.52 0 (Centaurus has been bombed and annihilated:) 202.08 624 S
0.24 0 32 0.08 0 (thousands are ) 86.4 612 S
0.28 0 32 0.08 0 (dead. Give whatever help you can. Centaurus is) 188.84 612 S
0 0 32 0 0 (a beautiful, peaceful planet, home to many humans - including) 86.4 600 S
0 0 32 0 0 (McCoy's daughter Joanna.) 86.4 588 S
0.48 0 32 0.72 0 (The crew risks beaming down to investigate. But Kirk is) 86.4 564 S
0.32 0 32 0.2 0 (thrown into a ) 86.4 552 S
0.36 0 32 0.2 0 (deadly struggle between violent enemy terror-) 191 552 S
0.28 0 32 0.2 0 (ists and vengeful ) 86.4 540 S
0.32 0 32 0.2 0 (Centaurians. Now Lt. Uhura, left alone in) 220.48 540 S
0.72 0 32 0.56 0 (command, must jeopardize the ) 86.4 528 S
0.76 0 32 0.56 0 (crippled Enterprise to save) 314.36 528 S
0 0 32 0 0 (Centaurus, Kirk - and Joanna McCoy!) 86.4 516 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 492 S
0 0 32 0 0 ("Mr. Chekov, Please Take Us Down Close to the Ground,") 86.4 468 S
0.24 0 32 0.08 0 (Spock said. ) 86.4 444 S
0.28 0 32 0.08 0 (As Chekov pitched the joystick forward and eased) 174.28 444 S
0.08 0 32 0.36 0 (back on the power, he asked, "Vhat ) 86.4 432 S
0.12 0 32 0.36 0 (are ve looking for, Mr.) 351.6 432 S
0 0 32 0 0 (Spock?") 86.4 420 S
-0.04 0 32 0.52 0 ("Some indication of the location of the Centaurus Medical) 86.4 396 S
0.12 0 32 0.36 0 (Complex," the Vulcan answered. "Dr. McCoy's ) 86.4 384 S
0.16 0 32 0.36 0 (daughter was a) 419.8 384 S
0.08 0 32 0.36 0 (medical student there. I would like to ) 86.4 372 S
0.12 0 32 0.36 0 (be able to tell the) 381.84 372 S
0 0 32 0 0 (doctor something of her fate.") 86.4 360 S
-0.04 0 32 0.52 0 (At last, they noticed the stumps of what had ) 86.4 336 S
0 0 32 0.52 0 (been several) 433.48 336 S
0.4 0 32 0.2 0 (Gothic-style buildings. Slowly, they coasted over the ruins) 86.4 324 S
-0.04 0 32 0.52 0 (of the Medical Complex. Here and there, dead littered ) 86.4 312 S
-0.52 0 32 0.52 0 (the) 502.96 312 S
0 0 32 0 0 (landscape.) 86.4 300 S
0.52 0 32 0.88 0 (Chekov's teeth were clenched. "Someone ) 86.4 276 S
0.56 0 32 0.88 0 (must answer for) 404.16 276 S
-0.04 0 32 0.52 0 (this...this..." He sought an adequate word, but could not) 86.4 264 S
0 0 32 0 0 (find one.) 86.4 252 S
-0.04 0 32 0.52 0 (They hovered over what had been the central square ) 86.4 228 S
0 0 32 0.52 0 (of the) 479.8 228 S
-0.04 0 32 0.52 0 (medical school campus. No one came out from hiding ) 86.4 216 S
0 0 32 0.52 0 (in re-) 479.8 216 S
0 0 32 0 0 (sponse to the racket of their engines.) 86.4 204 S
0 0 32 0 0 (Finally, Chekov took them up and away.) 86.4 180 S
0 0 32 0 0 (- A28 -) 266.4 48 S
endpage
showpage
%% Page: 33 33
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Dreadnought!") 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 29) 57.6 744 S
0 0 32 0 0 (Author: Diane Carey) 57.6 732 S
0 0 32 0 0 (First Printing: May, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-61873-3) 57.6 708 S
0 0 32 0 0 (Pages: 251) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.24 0 32 0.08 0 (Star Empire is the Federation's most powerful new weapon ) 86.4 648 S
0.28 0 32 0.08 0 (- a) 503.56 648 S
0 0 32 0 0 (dreadnought, first in a class of super-starships - capable of) 86.4 636 S
0 0 32 0 0 (outgunning a dozen Klingon cruisers, or subduing a galaxy.) 86.4 624 S
-0.04 0 32 0.52 0 (On the eve of her maiden voyage, Star Empire ) 86.4 600 S
0 0 32 0.52 0 (is stolen by) 433.48 600 S
0.24 0 32 0.08 0 (terrorists who ) 86.4 588 S
0.28 0 32 0.08 0 (demand a rendezvous with the Enterprise - and) 196.12 588 S
0.12 0 32 0.36 0 (with Lieutenant Piper, stationed aboard Kirk's ) 86.4 576 S
0.16 0 32 0.36 0 (ship on her) 442.48 576 S
0.44 0 32 0.88 0 (first training cruise. ) 86.4 564 S
0.48 0 32 0.88 0 (Now Piper must discover why her) 273.6 564 S
0.28 0 32 0.2 0 (friends from Starfleet ) 86.4 552 S
0.32 0 32 0.2 0 (are among the terrorists ... and why) 257.48 552 S
0.24 0 32 0.08 0 (they insist the ship was stolen not to attack ) 86.4 540 S
0.28 0 32 0.08 0 (the Federation) 423.48 540 S
0 0 32 0 0 (- but to save it!) 86.4 528 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 504 S
0.12 0 32 0.36 0 (Into Our Viewscreen Rose a Dazzling Ship ... Lights Glowed) 86.4 480 S
0 0 32 0 0 (Red, Blue, Yellow, White ... Star Empire!) 86.4 468 S
0 0 32 0 0 ("What is the purpose of your mission?" Kirk Demanded.) 86.4 444 S
0 0 32 0 0 ("That will be revealed only to your boarding party.") 86.4 420 S
0 0 32 0 0 ("We will not comply with terrorists," our captain said.) 86.4 396 S
0.52 0 32 0.56 0 (The young face on the viewscreen, a face whose nuances I) 86.4 372 S
0.28 0 32 0.2 0 (thought I knew, paused for response. "We must speak in per-) 86.4 360 S
0 0 32 0 0 (son, Enterprise. Please comply.") 86.4 348 S
0 0 32 0 0 (Captain Kirk gazed into that face as though the young man had) 86.4 324 S
0 0 32 0 0 (just walked up and tweaked his nose. "Mr. Spock?" he invited.) 86.4 312 S
0.72 0 32 0.56 0 (Spock tilted his head. ) 86.4 288 S
0.76 0 32 0.56 0 ("Security. Place Lieutenant Piper) 267.8 288 S
0 0 32 0 0 (under arrest. Charge: conspiracy with terrorists.") 86.4 276 S
0 0 32 0 0 ("Sir - no!") 86.4 252 S
0 0 32 0 0 (Security yanked me away....) 86.4 228 S
0 0 32 0 0 (- A29 -) 266.4 48 S
endpage
showpage
%% Page: 34 34
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Demons") 262.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 30) 57.6 744 S
0 0 32 0 0 (Author: J. M. Dillard) 57.6 732 S
0 0 32 0 0 (First Printing: July, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-62524-1) 57.6 708 S
0 0 32 0 0 (Pages: 251) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.64 0 32 0.56 0 (Long before the Federation, a powerful force ) 86.4 648 S
0.68 0 32 0.56 0 (invaded our) 440.12 648 S
0.08 0 32 0.36 0 (galaxy and almost destroyed ) 86.4 636 S
0.12 0 32 0.36 0 (it ... a force that began with) 298.44 636 S
0 0 32 0 0 (possession and madness, and ended in murder!) 86.4 624 S
0.12 0 32 0.36 0 (A Starfleet research expedition to the ) 86.4 600 S
0.16 0 32 0.36 0 (farthest reaches of) 382 600 S
0.4 0 32 0.88 0 (the galaxy has unearthed that force ) 86.4 588 S
0.44 0 32 0.88 0 (once again ... and) 379.72 588 S
0.24 0 32 0.08 0 (brought its silent evil back to the planet Vulcan. ) 86.4 576 S
0.28 0 32 0.08 0 (Now Spock) 459.88 576 S
0.24 0 32 0.08 0 (must defeat ) 86.4 564 S
0.28 0 32 0.08 0 (the demons that threaten his friends and family,) 174.28 564 S
0.24 0 32 0.08 0 (or the ) 86.4 552 S
0.28 0 32 0.08 0 (Enterprise will become the instrument of the galaxy's) 137.88 552 S
0 0 32 0 0 (destruction!) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 ("Jim?" McCoy Called ...) 86.4 492 S
0 0 32 0 0 ("No point in going in there. They're both out cold.") 86.4 468 S
-0.04 0 32 0.52 0 (Kirk stopped at the entrance to the little room ) 86.4 444 S
0 0 32 0.52 0 (and half-) 456.64 444 S
0.08 0 32 0.36 0 (turned his head toward ) 86.4 432 S
0.12 0 32 0.36 0 (the doctor. McCoy could not see his) 260.64 432 S
0.28 0 32 0.2 0 (face. "Just wanted to check on Anitra," he said easily. "No) 86.4 420 S
0 0 32 0 0 (harm in that, is there?") 86.4 408 S
0.56 0 32 0.56 0 (There was a heartbeat's pause. No ) 86.4 384 S
0.6 0 32 0.56 0 (harm, that McCoy could) 353.64 384 S
0 0 32 0 0 (see ... yet there was something wrong with the question, with) 86.4 372 S
0.28 0 32 0.2 0 (the way that Kirk stood in the doorway. McCoy realized that) 86.4 360 S
0 0 32 0 0 (the hairs on his scalp and neck were standing straight up.) 86.4 348 S
0 0 32 0 0 ("Dear God," McCoy whispered. "Jim-") 86.4 324 S
0 0 32 0 0 (Kirk's back relaxed. "Something wrong, Doctor?") 86.4 300 S
0.12 0 32 0.36 0 ("Yes. Yes, ) 86.4 276 S
0.16 0 32 0.36 0 (there's something wrong," McCoy croaked forcing) 169.84 276 S
0 0 32 0 0 (the words from his throat against their will. In the midst of) 86.4 264 S
0.2 0 32 0.08 0 (his terror, he was suddenly ) 86.4 252 S
0.24 0 32 0.08 0 (struck by anger at what had been) 291.28 252 S
0 0 32 0 0 (done to his friend. "Just what in hell are you?") 86.4 240 S
0 0 32 0 0 (- A30 -) 266.4 48 S
endpage
showpage
%% Page: 35 35
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Battlestations!") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 31) 57.6 744 S
0 0 32 0 0 (Author: Diane Carey) 57.6 732 S
0 0 32 0 0 (First Printing: November, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66201-5) 57.6 708 S
0 0 32 0 0 (Pages: 274) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.32 0 32 0.2 0 (Back on Earth ) 86.4 648 S
0.36 0 32 0.2 0 (enjoying a well-deserved shore leave, Captain) 191 648 S
0.48 0 32 0.72 0 (Kirk is rudely accosted by a trio of Starfleet Security) 86.4 636 S
0.28 0 32 0.2 0 (guards. It seems ) 86.4 624 S
0.32 0 32 0.2 0 (he is wanted for questioning in connection) 213.08 624 S
0.28 0 32 0.2 0 (with the theft ) 86.4 612 S
0.32 0 32 0.2 0 (of transwarp - the Federation's newest, most) 198.28 612 S
0.44 0 32 0.2 0 (advanced propulsion system. ) 86.4 600 S
0.48 0 32 0.2 0 (Could Captain Kirk, Starfleet's) 294.96 600 S
0.32 0 32 0.2 0 (most decorated hero, ) 86.4 588 S
0.36 0 32 0.2 0 (be guilty of stealing top-secret tech-) 242.8 588 S
0.24 0 32 0.2 0 (nology? With the aid of Mr. Spock, Lr. ) 86.4 576 S
0.28 0 32 0.2 0 (Cmdr. Piper begins a) 376.96 576 S
0 0 32 0 0 (desperate search for the scientists who developed transwarp -) 86.4 564 S
0.52 0 32 0.56 0 (a search that leads her to an isolated planet, where she) 86.4 552 S
0 0 32 0 0 (discovers the real - and very dangerous - traitor!) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 (INVASION!) 86.4 492 S
0.12 0 32 0.36 0 (Three Star ) 86.4 468 S
0.16 0 32 0.36 0 (Fleet Security Division uniforms distilled into) 169.84 468 S
0.48 0 32 0.72 0 (being. Two men, large. And a woman, compactly built but) 86.4 456 S
0 0 32 0 0 (somehow imposing in her own way.) 86.4 444 S
0 0 32 0 0 (Kirk got up from the helm chair, moving to them like a prowl-) 86.4 420 S
0.24 0 32 0.08 0 (ing tiger. Sharply he demanded, "Just what is the ) 86.4 408 S
0.28 0 32 0.08 0 (meaning of) 452.6 408 S
0 0 32 0 0 (this intrusion?") 86.4 396 S
0 0 32 0 0 ("Captain James T Kirk?") 86.4 372 S
0 0 32 0 0 ("Yes.") 86.4 348 S
0.12 0 32 0.36 0 ("Lieutenant Alexander, sir. Sir, I am ) 86.4 324 S
0.16 0 32 0.36 0 (instructed to escort) 374.44 324 S
0 0 32 0 0 (you to Star Fleet headquarters regarding an inquiry issued by) 86.4 312 S
0.6 0 32 0.72 0 (Star Fleet Command and the ) 86.4 300 S
0.64 0 32 0.72 0 (Federation Military Advisory) 303.28 300 S
0 0 32 0 0 (Committee. If you so not choose to cooperate, I am authorized) 86.4 288 S
0 0 32 0 0 (to place you under special arrest.") 86.4 276 S
0.08 0 32 0.36 0 ("In other words," Kirk ) 86.4 252 S
0.12 0 32 0.36 0 (said eyes narrowing, "I go with you) 260.64 252 S
0 0 32 0 0 (either way.") 86.4 240 S
0 0 32 0 0 (- A31 -) 266.4 48 S
endpage
showpage
%% Page: 36 36
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Chain of Attack") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 32) 57.6 744 S
0 0 32 0 0 (Author: Gene DeWeese) 57.6 732 S
0 0 32 0 0 (First Printing: February, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-63269-8) 57.6 708 S
0 0 32 0 0 (Pages: 251) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (While mapping a series of gravitational anomalies, the Enter-) 86.4 648 S
0.72 0 32 0.56 0 (prise is suddenly hurled ) 86.4 636 S
0.76 0 32 0.56 0 (millions of light-years through) 283.32 636 S
0.16 0 32 1.08 0 (space, into a distant galaxy ) 86.4 624 S
0.2 0 32 1.08 0 (of scorched and lifeless) 327.36 624 S
0 0 32 0 0 (worlds ... into the middle of an endless interstellar war.) 86.4 612 S
-0.04 0 32 0.52 0 (With no way back home, the crippled starship finds ) 86.4 588 S
-0.52 0 32 0.52 0 (itself) 479.8 588 S
0.28 0 32 0.08 0 (under relentless and ) 86.4 576 S
0.32 0 32 0.08 0 (suicidal attack by both warring fleets!) 240.16 576 S
-0.04 0 32 0.52 0 (And Captain Kirk must gamble the lives of his ) 86.4 564 S
0 0 32 0.52 0 (crew on his) 441.2 564 S
0.44 0 32 0.56 0 (ability to stop ) 86.4 552 S
0.48 0 32 0.56 0 (a war that has raged for centuries - and) 211.92 552 S
0 0 32 0 0 (ravaged a galaxy ...) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 ("Collision course, Captain ...") 86.4 492 S
-0.08 0 32 0.52 0 ("... at present ) 86.4 468 S
-0.04 0 32 0.52 0 (acceleration, impact in seven-point-three) 209.72 468 S
0 0 32 0 0 (seconds, " Spock said.) 86.4 456 S
0 0 32 0 0 ("Evasive maneuvers, Mr. Sulu!") 86.4 432 S
-0.04 0 32 0.52 0 (Sulu and the navigation computer responded, and the alien) 86.4 408 S
-0.04 0 32 0.52 0 (ship shot by a hundred kilometers below, its lasers ) 86.4 396 S
-0.52 0 32 0.52 0 (still) 487.52 396 S
0.4 0 32 0.2 0 (drenching the Enterprise's shields and surrounding space in) 86.4 384 S
0 0 32 0 0 (concentrated radiation.) 86.4 372 S
0 0 32 0 0 ("They apparently do not like us, Captain," Chekov commented.) 86.4 348 S
0.12 0 32 0.36 0 ("Apparently," Kirk agreed. "If this is the way everyone in) 86.4 324 S
-0.04 0 32 0.52 0 (this neighborhood reacts to strangers, it's no wonder all) 86.4 312 S
0 0 32 0 0 (these worlds were destroyed.") 86.4 300 S
0 0 32 0 0 ("They are persistent, too sir. The ship is returning again.") 86.4 276 S
0.08 0 32 0.36 0 ("But this will be ) 86.4 252 S
0.12 0 32 0.36 0 (it's last run, Captain," Spock said. "It) 222.84 252 S
0.28 0 32 0.2 0 (appears to be ) 86.4 240 S
0.32 0 32 0.2 0 (purposely inducing an overload in its primary) 190.88 240 S
0.12 0 32 0.36 0 (power source. Unless something is done, all its matter and) 86.4 228 S
0.4 0 32 0.2 0 (anti-matter fuel will be simultaneously converted to energy) 86.4 216 S
-0.08 0 32 0.52 0 (in eighteen-point-three seconds, ) 86.4 204 S
-0.04 0 32 0.52 0 (which time will coincide) 340.96 204 S
0 0 32 0 0 (with its closest approach to the Enterprise. If that approach) 86.4 192 S
-0.04 0 32 0.52 0 (is as close as previous approaches, our deflector shields) 86.4 180 S
0 0 32 0 0 (will not be able to withstand the energy release.") 86.4 168 S
0 0 32 0 0 (- A32 -) 266.4 48 S
endpage
showpage
%% Page: 37 37
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Deep Domain") 244.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 33) 57.6 744 S
0 0 32 0 0 (Author: Howard Weinstein) 57.6 732 S
0 0 32 0 0 (First Printing: April, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-63329-5) 57.6 708 S
0 0 32 0 0 (Pages: 275) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.64 0 32 0.56 0 (A routine diplomatic visit to the water-world ) 86.4 648 S
0.68 0 32 0.56 0 (of Akkalia) 447.88 648 S
0.24 0 32 0.08 0 (becomes a ) 86.4 636 S
0.28 0 32 0.08 0 (nightmarish search for a missing Spock and Chekov,) 159.72 636 S
0.12 0 32 0.36 0 (a search that plunges Admiral Kirk headlong into a corrupt) 86.4 624 S
0 0 32 0 0 (government's desperate struggle to retain power.) 86.4 612 S
0.32 0 32 0.2 0 (For both a ) 86.4 588 S
0.36 0 32 0.2 0 (Federation Science outpost and akkalia's valiant) 168.8 588 S
0.12 0 32 0.36 0 (freedom fighters ) 86.4 576 S
0.16 0 32 0.36 0 (have begun uncovering the ancient secrets) 215.2 576 S
0.12 0 32 0.36 0 (hidden beneath ) 86.4 564 S
0.16 0 32 0.36 0 (her tranquil oceans. Secrets whose exposure) 200.08 564 S
0.2 0 32 0.08 0 (may mean civil war for the people of Akkalia - and ) 86.4 552 S
0.24 0 32 0.08 0 (death for) 459.92 552 S
0 0 32 0 0 (the crew of the starship Enterprise.) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 ("STAND BY FOR EVASIVE MANEUVERS, MR. CHEKOV ...") 86.4 492 S
0.12 0 32 0.36 0 (Spock shoved the throttle control to ) 86.4 468 S
0.16 0 32 0.36 0 (maximum. The G-forces) 366.88 468 S
0 0 32 0 0 (squeezed them back into their seats.) 86.4 456 S
0.12 0 32 0.36 0 ("Damn." Chekov glanced up from his ) 86.4 432 S
0.16 0 32 0.36 0 (scanner. "They're still) 351.76 432 S
0 0 32 0 0 (closing on us. They were built for this ... we weren't.") 86.4 420 S
-0.04 0 32 0.52 0 (Spock replied by yanking the throttle back, cutting their) 86.4 396 S
0.64 0 32 0.56 0 (speed to a standstill. The pursuing Chorymi ) 86.4 384 S
0.68 0 32 0.56 0 (ships rushed) 432.36 384 S
0 0 32 0 0 (past.) 86.4 372 S
0 0 32 0 0 (Chekov grinned wickedly. "Good move, Mr. Spock.") 86.4 348 S
0.12 0 32 0.36 0 ("Not good enough, I'm afraid," Spock ) 86.4 324 S
0.16 0 32 0.36 0 (replied. The tactical) 366.88 324 S
0.12 0 32 0.36 0 (screen showed the dogged Chorymi fighters ) 86.4 312 S
0.16 0 32 0.36 0 (hadn't given up.) 404.68 312 S
0 0 32 0 0 (within seconds they were back within weapons range, and fired) 86.4 300 S
0 0 32 0 0 (another volley.) 86.4 288 S
0 0 32 0 0 (Spock and Chekov felt the shuttle take two hits at the stern.) 86.4 264 S
0.48 0 32 0.72 0 (A muffled explosion shook the ship and the cabin lights) 86.4 252 S
0 0 32 0 0 (flickered ...) 86.4 240 S
0 0 32 0 0 (- A33 -) 266.4 48 S
endpage
showpage
%% Page: 38 38
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Dreams of the Raven") 216 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 34) 57.6 744 S
0 0 32 0 0 (Author: Carmen Carter) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64500-5) 57.6 708 S
0 0 32 0 0 (Pages: 255) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.08 0 (A merchant ship's ) 86.4 648 S
0.32 0 32 0.08 0 (frantic S.O.S. sends the Enterprise speed-) 218.32 648 S
0.28 0 32 0.2 0 (ing to the rescue! But the starship's mission of mercy soon) 86.4 636 S
0 0 32 0 0 (becomes a desperate struggle for survival against a nightmar-) 86.4 624 S
0.32 0 32 0.2 0 (ish enemy Captain ) 86.4 612 S
0.36 0 32 0.2 0 (Kirk can neither identify nor understand,) 220.6 612 S
0.08 0 32 0.36 0 (an enemy he must defeat without the aid of one ) 86.4 600 S
0.12 0 32 0.36 0 (of his most) 442.56 600 S
0 0 32 0 0 (trusted officers.) 86.4 588 S
0.2 0 32 0.08 0 (For the Leonard McCoy Kirk ) 86.4 564 S
0.24 0 32 0.08 0 (knew is gone. In his place stands) 284 564 S
0.08 0 32 0.36 0 (a stranger - a man with no ) 86.4 552 S
0.12 0 32 0.36 0 (memory of his Starfleet career,) 291.12 552 S
0.08 0 32 0.36 0 (his family, his friends ... or the ) 86.4 540 S
0.12 0 32 0.36 0 (one thing James T. Kirk) 351.6 540 S
0 0 32 0 0 (needs most of all. His dreams.) 86.4 528 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 504 S
0 0 32 0 0 (A Nasty Tingle Crept up the Base of Kirk's Neck ...) 86.4 480 S
0.6 0 32 0.72 0 (Spock's voice rang out. "Captain, ) 86.4 456 S
0.64 0 32 0.72 0 (bio-scan readings are) 358.72 456 S
0 0 32 0 0 (inconsistent with our profiles of the Frenni race.") 86.4 444 S
0.64 0 32 0.56 0 (Instinct, rather then thought, moved Kirk to ) 86.4 420 S
0.68 0 32 0.56 0 (action. His) 440.12 420 S
0.28 0 32 0.2 0 (voice rang out ) 86.4 408 S
0.32 0 32 0.2 0 (to Engineering. "Mr. Scott, recall the shut-) 198.28 408 S
0.28 0 32 0.2 0 (tlecraft." He edged ) 86.4 396 S
0.32 0 32 0.2 0 (forward on his seat. "Mr. Sulu, prepare) 235.28 396 S
0 0 32 0 0 (to raise shields as soon as those ships are back aboard.") 86.4 384 S
0.24 0 32 0.08 0 ("Kirk, what ) 86.4 360 S
0.28 0 32 0.08 0 (hass happened?" came the bewildered voice of the) 174.28 360 S
0 0 32 0 0 (alien as the shuttlecraft turned back towards the Enterprise.) 86.4 348 S
0 0 32 0 0 (Kirk hesitated.) 86.4 324 S
0.12 0 32 0.36 0 ("Captain, why thees gamess with uss? please hurry, we hass) 86.4 300 S
0 0 32 0 0 (injured needssing medical care.") 86.4 288 S
0.28 0 32 0.08 0 ("Captain," Spock said. ) 86.4 264 S
0.32 0 32 0.08 0 ("Energy output levels in their engine) 254.72 264 S
0 0 32 0 0 (room are increasing." On the viewscreen, the cruiser began to) 86.4 252 S
0 0 32 0 0 (turn slowly.) 86.4 240 S
0 0 32 0 0 (Jim felt the soft snap of a trap springing shut. "Scotty, get) 86.4 216 S
0 0 32 0 0 (those shuttles landed! We need to raise shields!") 86.4 204 S
0 0 32 0 0 ("Five seconds, Captain.") 86.4 180 S
0 0 32 0 0 (Kirk chanted the count to himself. "Now, Sulu!") 86.4 156 S
0.52 0 32 0.56 0 (But even as the helmsman moved to obey, the Frenni craft) 86.4 132 S
0 0 32 0 0 (burst into motion, racing straight for the Enterprise.) 86.4 120 S
0 0 32 0 0 (- A34 -) 266.4 48 S
endpage
showpage
%% Page: 39 39
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Romulan Way") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 35) 57.6 744 S
0 0 32 0 0 (Author: Diane Duane and Peter Morwood) 57.6 732 S
0 0 32 0 0 (First Printing: August, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-63498-4) 57.6 708 S
0 0 32 0 0 (Pages: 254) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.2 0 32 0.08 0 (They are a race of warriors, a noble people to whom ) 86.4 648 S
0.24 0 32 0.08 0 (honor is) 467.2 648 S
0.2 0 32 0.08 0 (all. They are cousin to ) 86.4 636 S
0.24 0 32 0.08 0 (the Vulcan, ally to the Klingon, and) 262.16 636 S
0.32 0 32 0.2 0 (Starfleet's most feared ) 86.4 624 S
0.36 0 32 0.2 0 (and cunning adversary. They are the) 265 624 S
0.52 0 32 0.72 0 (Romulans - and for eight ) 86.4 612 S
0.56 0 32 0.72 0 (years, Federation Agent Terise) 287.04 612 S
0 0 32 0 0 (LoBrutto has hidden in their midst.) 86.4 600 S
0.28 0 32 0.2 0 (Now the presence ) 86.4 576 S
0.32 0 32 0.2 0 (of a captured Starfleet officer forces her) 213.08 576 S
0.48 0 32 0.72 0 (to make a fateful choice - between exposure and escape.) 86.4 564 S
0.08 0 32 0.36 0 (Between maintaining her cover ) 86.4 552 S
0.12 0 32 0.36 0 (- and saving the life of Dr.) 313.56 552 S
0 0 32 0 0 (Leonard McCoy.) 86.4 540 S
0.64 0 32 0.56 0 (Here, in a startlingly different adventure, is ) 86.4 516 S
0.68 0 32 0.56 0 (the truth) 455.64 516 S
0.28 0 32 0.2 0 (behind one of ) 86.4 504 S
0.32 0 32 0.2 0 (the most fascinating alien races ever created) 190.88 504 S
0 0 32 0 0 (in STAR TREK - the Romulans.) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 ("I CAN TELL WHO I AM, SIR," THE MAN SAID ANGRILY ...) 86.4 444 S
0.2 0 32 0.08 0 (Arrhae broke out all over in cold sweat at the sound ) 86.4 420 S
0.24 0 32 0.08 0 (of him.) 474.48 420 S
-0.04 0 32 0.52 0 (She was not wearing a translator, and he spoke ) 86.4 408 S
-0.52 0 32 0.52 0 (Federation) 448.92 408 S
0.28 0 32 0.2 0 (Standard, and she ) 86.4 396 S
0.32 0 32 0.2 0 (understood him, Not that this should have) 220.48 396 S
0 0 32 0 0 (been strange, of course. Arrhae's composure began to shatter,) 86.4 384 S
0.4 0 32 0.72 0 (and she kept ) 86.4 372 S
0.44 0 32 0.72 0 (walking, steadily, to be well out of sight) 190.6 372 S
0 0 32 0 0 (before it should do so completely.) 86.4 360 S
0.08 0 32 0.36 0 ("I'm Doctor Leonard E. ) 86.4 336 S
0.12 0 32 0.36 0 (McCoy," he said, and O elements, it) 260.64 336 S
-0.04 0 32 0.52 0 (was a native terran accent from somewhere in the ) 86.4 324 S
0 0 32 0.52 0 (south of) 464.36 324 S
0.28 0 32 0.08 0 (EnnAy, probably Florida ) 86.4 312 S
0.32 0 32 0.08 0 (or Georgia. Arrhae made herself keep) 262 312 S
0.32 0 32 0.08 0 (walking, without ) 86.4 300 S
0.36 0 32 0.08 0 (reaction, without any slightest reaction to) 210.84 300 S
0.28 0 32 0.2 0 (the language she had not heard from another begin for eight) 86.4 288 S
0 0 32 0 0 (years, and had stopped hearing even in her dreams.) 86.4 276 S
0.28 0 32 0.2 0 ("I'm a Commander ) 86.4 252 S
0.32 0 32 0.2 0 (in the United Federation of Planets' Star-) 213.08 252 S
0.4 0 32 0.56 0 (fleet - and ) 86.4 240 S
0.44 0 32 0.56 0 (what you people have done is a dammed act of) 180.76 240 S
0 0 32 0 0 (war!") 86.4 228 S
0 0 32 0 0 (- A35 -) 266.4 48 S
endpage
showpage
%% Page: 40 40
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("How Much For Just the Planet?") 180 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 36) 57.6 744 S
0 0 32 0 0 (Author: John M. Ford) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-62998-0) 57.6 708 S
0 0 32 0 0 (Pages: 257) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (Dillithium. In crystalline form, the most valuable mineral in) 86.4 648 S
0.32 0 32 0.2 0 (the galaxy. It ) 86.4 636 S
0.36 0 32 0.2 0 (powers the Federation's starships... and the) 198.4 636 S
0 0 32 0 0 (Klingon Empires's battlecruisers. Now on a small, out-of-the-) 86.4 624 S
0 0 32 0 0 (way planet named Diredidi, the greatest fortune in Dillithium) 86.4 612 S
0 0 32 0 0 (crystals ever seen has been found.) 86.4 600 S
0 0 32 0 0 (Under the terms of the Organian Peace treaty. The planet will) 86.4 576 S
0.32 0 32 0.88 0 (go to the side best able ) 86.4 564 S
0.36 0 32 0.88 0 (to develop the planet and its) 290.36 564 S
0 0 32 0 0 (resources. Each side will contest the prize with the prime of) 86.4 552 S
0.08 0 32 0.36 0 (it's fleet. For the ) 86.4 540 S
0.12 0 32 0.36 0 (Federation - Captain James T. Kirk and) 237.96 540 S
-0.04 0 32 0.52 0 (the starship Enterprise. For the Klingons - Captain Kaden) 86.4 528 S
0 0 32 0 0 (vestai-Oparai and the Fire Blossom.) 86.4 516 S
-0.04 0 32 0.52 0 (Only the direidians are writing their own script for ) 86.4 492 S
-0.52 0 32 0.52 0 (this) 495.24 492 S
0.08 0 32 0.36 0 (contest - a script ) 86.4 480 S
0.12 0 32 0.36 0 (that propels the crew of the Enterprise) 230.4 480 S
0 0 32 0 0 (into their strangest adventure yet!) 86.4 468 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 444 S
0 0 32 0 0 ("YOU THINK WE CAN HELP?" KIRK ASKED ...) 86.4 420 S
0.24 0 32 0.08 0 ("You plan ) 86.4 396 S
0.28 0 32 0.08 0 (against these petty nobles; that is bold," Captain) 159.72 396 S
0.24 0 32 0.08 0 (Kaden said, twisting the cap from his fourth bottle ) 86.4 384 S
0.28 0 32 0.08 0 (of beer.) 467.16 384 S
0.2 0 32 0.08 0 ("That is the way of the line-founder and I salute it ) 86.4 372 S
0.24 0 32 0.08 0 (... but) 474.48 372 S
0.64 0 32 0.56 0 (what if we were discovered interfering with ) 86.4 360 S
0.68 0 32 0.56 0 (your planet?) 432.36 360 S
0 0 32 0 0 (Would not the lightbulbs object?" He looked at the bottle cap) 86.4 348 S
0 0 32 0 0 (in his hand, tossed it aside as if it were hot.) 86.4 336 S
0 0 32 0 0 ("Lightbulbs?" Pete said.) 86.4 312 S
0.12 0 32 0.36 0 ("Organians," Kirk said. "It's a habit they have .... Well,) 86.4 288 S
0.28 0 32 0.2 0 (never mind that. I don't think this should make any differ-) 86.4 276 S
0.2 0 32 0.08 0 (ence at all with them. ) 86.4 264 S
0.24 0 32 0.08 0 (It not like we're trying to influence) 254.88 264 S
0 0 32 0 0 (your world's decision about the dillithium rights....") 86.4 252 S
0 0 32 0 0 ("No," Kaden said quickly.) 86.4 228 S
0 0 32 0 0 ("Of course not," Pete said.) 86.4 204 S
0 0 32 0 0 ("Absolutely," Kirk said.) 86.4 180 S
0 0 32 0 0 ("Nothing like it," Kaden added.) 86.4 156 S
0 0 32 0 0 ("Well," Kirk smiled. "I'm glad we understand that.") 86.4 132 S
0 0 32 0 0 (- A36 -) 266.4 48 S
endpage
showpage
%% Page: 41 41
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Bloodthirst") 244.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 37) 57.6 744 S
0 0 32 0 0 (Author: J. M. Dillard) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64489-0) 57.6 708 S
0 0 32 0 0 (Pages: 264) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (A class one ) 86.4 648 S
0.32 0 32 0.2 0 (medical emergency summons the Enterprise to the) 176.08 648 S
0.72 0 32 0.56 0 (Federation outpost Tanis. There ) 86.4 636 S
0.76 0 32 0.56 0 (a grisly surprise awaits) 337.64 636 S
0.56 0 32 0.56 0 (them. Two of the lab's three ) 86.4 624 S
0.6 0 32 0.56 0 (researchers are dead, their) 314.84 624 S
0.24 0 32 0.08 0 (bodies almost ) 86.4 612 S
0.28 0 32 0.08 0 (entirely drained of blood. There are no clues.) 188.84 612 S
0 0 32 0 0 (No records of their research. No remnants of their work.) 86.4 600 S
0 0 32 0 0 (There is only the outpost's sole survivor, Dr. Jeffrey Adams.) 86.4 576 S
0.08 0 32 0.36 0 (A man with a secret that will ) 86.4 564 S
0.12 0 32 0.36 0 (rock the very foundations of) 313.8 564 S
0.28 0 32 0.08 0 (Star Fleet... and ) 86.4 552 S
0.32 0 32 0.08 0 (a terrible, all-consuming hunger that will) 218.32 552 S
0 0 32 0 0 (bring death to the crew of the starship Enterprise.) 86.4 540 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 516 S
0 0 32 0 0 (STANGER GAVE A MUFFLED CRY ...) 86.4 492 S
0.08 0 32 0.36 0 (The faint outline of ) 86.4 468 S
0.12 0 32 0.36 0 (his suit, barely visible in the dark-) 245.52 468 S
0 0 32 0 0 (ness, showed him sprawled across the floor.) 86.4 456 S
0 0 32 0 0 ("Stanger! Are you all right?" McCoy dropped the open communi-) 86.4 432 S
0 0 32 0 0 (cator.) 86.4 420 S
0 0 32 0 0 ("What in the hell is going on down there?" Kirk's angry voice) 86.4 396 S
0 0 32 0 0 (emanated from the communicator on the floor.) 86.4 384 S
0.28 0 32 0.2 0 (Stanger emitted a ) 86.4 360 S
0.32 0 32 0.2 0 (small bleat of disgust and pushed himself) 220.48 360 S
0.2 0 32 0.2 0 (away and up ) 86.4 348 S
0.24 0 32 0.2 0 (into a standing position. He was on his feet by) 175.84 348 S
0 0 32 0 0 (the time McCoy recovered the flashlight and shone it on him.) 86.4 336 S
0 0 32 0 0 ("My God, Stanger-") 86.4 312 S
0.2 0 32 0.08 0 (Repelled by the energy field, ) 86.4 288 S
0.24 0 32 0.08 0 (a deep red fluid beaded up and) 305.84 288 S
0 0 32 0 0 (dribbled down the front of stanger's suit.) 86.4 276 S
0 0 32 0 0 (- A37 -) 266.4 48 S
endpage
showpage
%% Page: 42 42
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The IDIC Epidemic") 223.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 38) 57.6 744 S
0 0 32 0 0 (Author: Jean Lorrah) 57.6 732 S
0 0 32 0 0 (First Printing: February, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-63574-3) 57.6 708 S
0 0 32 0 0 (Pages: 278) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.4 0 32 0.2 0 (I.D.I.C. - Infinite Diversity in Infinite Combination. More) 86.4 648 S
0.24 0 32 0.2 0 (than just a simple credo, for those of ) 86.4 636 S
0.28 0 32 0.2 0 (the planet Vulcan it) 376.96 636 S
0 0 32 0 0 (is the cornerstone of their philosophy.) 86.4 624 S
0 0 32 0 0 (Now, on the Vulcan Science Colony Nisus, that credo of toler-) 86.4 600 S
0 0 32 0 0 (ance is being put to its sternest test. For here, on a planet) 86.4 588 S
0.28 0 32 0.08 0 (where Vulcan, Human, ) 86.4 576 S
0.32 0 32 0.08 0 (Klingon, and countless other races live) 240.16 576 S
0.36 0 32 0.72 0 (and work side ) 86.4 564 S
0.4 0 32 0.72 0 (by side, a deadly plague has sprung up. A) 198.4 564 S
-0.04 0 32 0.52 0 (plague whose origins are somehow rooted in the concept ) 86.4 552 S
-0.52 0 32 0.52 0 (of) 510.68 552 S
0.12 0 32 0.36 0 (I.D.I.C. itself. A plague that threatens to tear down that) 86.4 540 S
0.12 0 32 0.36 0 (centuries-old maxim and replace it with an even older con-) 86.4 528 S
0 0 32 0 0 (cept.) 86.4 516 S
0 0 32 0 0 (Interstellar War.) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 ("KROYKAH!" KIRK SHOUTED ...) 86.4 444 S
0 0 32 0 0 (Even to the followers of T'Vet, that word, used in ceremonies) 86.4 420 S
0.4 0 32 0.88 0 (dating back to the Vulcan Time ) 86.4 408 S
0.44 0 32 0.88 0 (of the Beginning, meant) 339.32 408 S
0 0 32 0 0 ("stop!") 86.4 396 S
0.24 0 32 0.08 0 ("You are not on Vulcan now," Kirk said, striding ) 86.4 372 S
0.28 0 32 0.08 0 (between the) 445.32 372 S
-0.04 0 32 0.52 0 (two fighters. They rested their weapons with the weighted) 86.4 360 S
0.2 0 32 0.2 0 (ends on the floor. "You are on my ship, ) 86.4 348 S
0.24 0 32 0.2 0 (and here my word is) 384.24 348 S
0 0 32 0 0 (law. There will be no combat with deadly weapons aboard ship.) 86.4 336 S
0.24 0 32 0.08 0 (You are welcome to use our facilities for unarmed ) 86.4 324 S
0.28 0 32 0.08 0 (combat, to) 452.6 324 S
0 0 32 0 0 (practice marksmanship in the-") 86.4 312 S
-0.04 0 32 0.52 0 ("How dare you profane Vulcan custom!" Satat, war-chief of) 86.4 288 S
0.28 0 32 0.2 0 (those assembled, said. ) 86.4 276 S
0.32 0 32 0.2 0 (He turned to the two fighters. "Con-) 257.48 276 S
0 0 32 0 0 (tinue the combat.") 86.4 264 S
0 0 32 0 0 (The two fighters hefted their weapons again and began moving.) 86.4 240 S
0.24 0 32 0.08 0 (Kirk stood still, squarely between them in the center ) 86.4 228 S
0.28 0 32 0.08 0 (of the) 481.72 228 S
0 0 32 0 0 (mat.) 86.4 216 S
0.44 0 32 0.56 0 (If he didn't ) 86.4 192 S
0.48 0 32 0.56 0 (get out of their way, they were going right) 188.64 192 S
0 0 32 0 0 (through him.) 86.4 180 S
0 0 32 0 0 (- A38 -) 266.4 48 S
endpage
showpage
%% Page: 43 43
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Time for Yesterday") 219.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 39) 57.6 744 S
0 0 32 0 0 (Author: A. C. Crispin) 57.6 732 S
0 0 32 0 0 (First Printing: April, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-60371-X) 57.6 708 S
0 0 32 0 0 (Pages: 303) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.24 0 32 0.08 0 (Time in the galaxy has stopped running in its ) 86.4 648 S
0.28 0 32 0.08 0 (normal course.) 423.48 648 S
-0.04 0 32 0.52 0 (That can mean only one thing - the Guardian ) 86.4 636 S
0 0 32 0.52 0 (of Forever is) 425.76 636 S
0.72 0 32 0.72 0 (malfunctioning. To save the universe, Starfleet Command) 86.4 624 S
0.24 0 32 0.08 0 (reunites three ) 86.4 612 S
0.28 0 32 0.08 0 (of its most legendary figures - Admiral James) 196.12 612 S
0.24 0 32 0.2 0 (T. Kirk, Spock of Vulcan, and Dr. Leonard ) 86.4 600 S
0.28 0 32 0.2 0 (McCoy - and sends) 399.16 600 S
0.24 0 32 0.08 0 (them on a desperate mission to contact the Guardian, ) 86.4 588 S
0.28 0 32 0.08 0 (a jour-) 474.44 588 S
-0.04 0 32 0.52 0 (ney that ultimately takes them 5,000 years into the ) 86.4 576 S
-0.52 0 32 0.52 0 (past.) 487.52 576 S
-0.04 0 32 0.52 0 (They must find Spock's son Zar once again - ) 86.4 564 S
0 0 32 0.52 0 (and bring him) 425.76 564 S
-0.04 0 32 0.52 0 (back to their time to telepathically communicate with the) 86.4 552 S
0 0 32 0 0 (Guardian.) 86.4 540 S
0.08 0 32 0.36 0 (But Zar is enmeshed in troubles of ) 86.4 516 S
0.12 0 32 0.36 0 (his own, and soon Kirk,) 351.6 516 S
0.28 0 32 0.2 0 (Spock, and McCoy ) 86.4 504 S
0.32 0 32 0.2 0 (find themselves in a desperate struggle to) 213.08 504 S
0 0 32 0 0 (save both their world - and his!) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0.16 0 32 1.08 0 ("THE PERSON WHO COMMUNICATED WITH ) 86.4 444 S
0.2 0 32 1.08 0 (THE GUARDIAN WAS MY) 368.76 444 S
0 0 32 0 0 (SON ...") 86.4 432 S
0 0 32 0 0 (Admiral Morrow looked at Spock incredulously.) 86.4 408 S
0.52 0 32 0.72 0 ("Your-" Kirk doubted that Morrow ) 86.4 384 S
0.56 0 32 0.72 0 (could have looked more) 350.4 384 S
0.12 0 32 0.36 0 (thunderstruck if the conference table had come to life and) 86.4 372 S
0.08 0 32 0.36 0 (danced a hornpipe. It ) 86.4 360 S
0.12 0 32 0.36 0 (was a full thirty seconds before the) 253.08 360 S
-0.04 0 32 0.52 0 (admiral could speak. "I apologize, Mr. Spock ... but ) 86.4 348 S
-0.52 0 32 0.52 0 (your) 495.24 348 S
0 0 32 0 0 (personnel records never ...") 86.4 336 S
0.24 0 32 0.08 0 (He cleared ) 86.4 312 S
0.28 0 32 0.08 0 (his throat. "At any rate," Morrow continued, "the) 167 312 S
0.12 0 32 0.36 0 (important thing is that contact was ) 86.4 300 S
0.16 0 32 0.36 0 (established. What your) 359.32 300 S
0 0 32 0 0 (son did once, he may be able to do again. Where is he?") 86.4 288 S
0.12 0 32 0.36 0 ("I am afraid that will be impossible, Admiral," Spock said) 86.4 264 S
0.28 0 32 0.2 0 (levelly, but something ) 86.4 252 S
0.32 0 32 0.2 0 (shadowed the dark eyes for a moment.) 257.48 252 S
0 0 32 0 0 ("My son has been dead for five thousand years.") 86.4 240 S
0 0 32 0 0 (- A39 -) 266.4 48 S
endpage
showpage
%% Page: 44 44
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Timetrap") 255.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 40) 57.6 744 S
0 0 32 0 0 (Author: David Dvorkin) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64870-5) 57.6 708 S
0 0 32 0 0 (Pages: 221) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (In a remote area of Federation space, the Enterprise picks up) 86.4 648 S
0.12 0 32 0.36 0 (an urgent distress signal - from a Klingon vessel! Tracing) 86.4 636 S
0.44 0 32 0.88 0 (the S.O.S., the ) 86.4 624 S
0.48 0 32 0.88 0 (crew finds the Klingon cruiser Mauler,) 217.04 624 S
0.12 0 32 0.36 0 (trapped in a dimensional storm of ) 86.4 612 S
0.16 0 32 0.36 0 (unprecedented power. Yet) 344.2 612 S
0.12 0 32 0.36 0 (paradoxically, the ) 86.4 600 S
0.16 0 32 0.36 0 (ship refuses both the Enterprise's call) 230.32 600 S
0 0 32 0 0 (and the offers of help.) 86.4 588 S
0.16 0 32 1.08 0 (Determined to discover what the ) 86.4 564 S
0.2 0 32 1.08 0 (klingons are doing in) 352.2 564 S
0 0 32 0 0 (Federation space, Kirk beams aboard their ship with a securi-) 86.4 552 S
0.28 0 32 0.2 0 (ty team, just as the storm flares to its highest intensity.) 86.4 540 S
0.12 0 32 0.36 0 (As the bridge crew watches in horror, Mauler vanishes from) 86.4 528 S
0 0 32 0 0 (the Enterprise's viewscreen.) 86.4 516 S
0 0 32 0 0 (And James T. Kirk awakens... one hundred years in the future.) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 ("YOU MUST NOT COUNT ON EVER GOING HOME AGAIN ...") 86.4 444 S
0 0 32 0 0 (Kirk gripped his cup tightly and waited.) 86.4 420 S
0 0 32 0 0 ("You see, Captain - may I call you Jim?" Morith asked.) 86.4 396 S
0 0 32 0 0 (Kirk nodded impatiently.) 86.4 372 S
0.12 0 32 0.36 0 ("Jim. You see, Jim, that storm that Mauler encountered was) 86.4 348 S
0.12 0 32 0.36 0 (apparently more ) 86.4 336 S
0.16 0 32 0.36 0 (than just some curious magnetic-ionic dis-) 207.64 336 S
0 0 32 0 0 (turbance. It was a temporal phenomenon as well," Morith said.) 86.4 324 S
0.28 0 32 0.2 0 (His voice, his face, the very stance of his body proclaimed) 86.4 312 S
0.48 0 32 0.72 0 (how nervous he was. "Mauler was almost destroyed by the) 86.4 300 S
0.12 0 32 0.36 0 (storm, but instead, the ship and all aboard her, including) 86.4 288 S
0.4 0 32 0.72 0 (you and your ) 86.4 276 S
0.44 0 32 0.72 0 (security team ... well, you were all flung) 190.6 276 S
0.28 0 32 0.2 0 (forward one hundred ) 86.4 264 S
0.32 0 32 0.2 0 (years into the future. That's where you) 235.28 264 S
0 0 32 0 0 (are now.") 86.4 252 S
0 0 32 0 0 (- A40 -) 266.4 48 S
endpage
showpage
%% Page: 45 45
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Three-Minute Universe") 194.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 41) 57.6 744 S
0 0 32 0 0 (Author: Barbara Paul) 57.6 732 S
0 0 32 0 0 (First Printing: August, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65816-6) 57.6 708 S
0 0 32 0 0 (Pages: 265) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (The Sackers. In all Captain James T. Kirk's travels, he has) 86.4 648 S
-0.04 0 32 0.52 0 (never found a race more universally shunned and abhorred.) 86.4 636 S
0.6 0 32 0.72 0 (Their mere appearance causes most ) 86.4 624 S
0.64 0 32 0.72 0 (Federation members to) 358.72 624 S
0 0 32 0 0 (become violently ill.) 86.4 612 S
0 0 32 0 0 (Now the Sackers have performed a deed whose brutality matches) 86.4 588 S
0 0 32 0 0 (their horrifying exterior. They have a stolen a revolutionary) 86.4 576 S
0.48 0 32 0.72 0 (new scientific device - murdering an entire race in the) 86.4 564 S
0.28 0 32 0.88 0 (process - and ) 86.4 552 S
0.32 0 32 0.88 0 (used it to create a rip in space, a hole) 200.4 552 S
-0.08 0 32 0.52 0 (through which ) 86.4 540 S
-0.04 0 32 0.52 0 (another universe is rapidly leaking. Unless) 194.36 540 S
0 0 32 0 0 (Captain Kirk and the crew of the Enterprise can find a way to) 86.4 528 S
0.24 0 32 0.08 0 (stop the ) 86.4 516 S
0.28 0 32 0.08 0 (universe's expansion, it will consume - and utterly) 152.44 516 S
0 0 32 0 0 (destroy - our own.) 86.4 504 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 480 S
0 0 32 0 0 ("HELMSMAN, FULL REVERSE!" KIRK SHOUTED ...) 86.4 456 S
0 0 32 0 0 ("Full reverse." Sulu moved quickly, responding to the urgency) 86.4 432 S
0.32 0 32 0.2 0 (in the captain's ) 86.4 420 S
0.36 0 32 0.2 0 (voice without understanding the reason for) 213.2 420 S
0 0 32 0 0 (it.) 86.4 408 S
0 0 32 0 0 ("Course, Captain?" Chekov sounded puzzled.) 86.4 384 S
-0.04 0 32 0.52 0 ("Away from ... that!" Kirk gestured toward the main ) 86.4 360 S
-0.52 0 32 0.52 0 (view-) 487.52 360 S
0 0 32 0 0 (screen, which now was showing streaks of exploding gas in the) 86.4 348 S
0.48 0 32 0.72 0 (far distance. "Spock - any chance your figures could be) 86.4 336 S
0 0 32 0 0 (wrong?") 86.4 324 S
0.24 0 32 0.08 0 ("No, Captain, ) 86.4 300 S
0.28 0 32 0.08 0 (I've checked them twice. We are now retreating) 188.84 300 S
0.28 0 32 0.2 0 (from the effects of a primal explosion identical to the one) 86.4 288 S
0 0 32 0 0 (that gave rise to the universe we are living in.") 86.4 276 S
0 0 32 0 0 (Kirk didn't like it; he didn't like it at all. "So what we're) 86.4 252 S
0.08 0 32 0.36 0 (seeing is a new universe in the ) 86.4 240 S
0.12 0 32 0.36 0 (process of being born," he) 328.92 240 S
0 0 32 0 0 (said heavily.) 86.4 228 S
0.12 0 32 0.36 0 ("Inside our uniwerse?" Chekov protested. "But ) 86.4 204 S
0.16 0 32 0.36 0 (ve vere here) 434.92 204 S
0 0 32 0 0 (first!") 86.4 192 S
0 0 32 0 0 (- A41 -) 266.4 48 S
endpage
showpage
%% Page: 46 46
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Memory Prime") 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 42) 57.6 744 S
0 0 32 0 0 (Author: Gar and Judith Reeves-Stevens) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65813-1) 57.6 708 S
0 0 32 0 0 (Pages: 309) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.08 0 32 0.36 0 (It is the central core of an ) 86.4 648 S
0.12 0 32 0.36 0 (immense computer library - an) 306.24 648 S
0.32 0 32 0.08 0 (entire network ) 86.4 636 S
0.36 0 32 0.08 0 (of research planetoids. Here, the Pathfinders) 196.28 636 S
0.72 0 32 0.56 0 (- the only artificial ) 86.4 624 S
0.76 0 32 0.56 0 (intelligences legally permitted to) 260.04 624 S
0.64 0 32 0.56 0 (serve the Federation - control and sift ) 86.4 612 S
0.68 0 32 0.56 0 (the overwhelming) 401.32 612 S
-0.08 0 32 0.52 0 (dataflow from ) 86.4 600 S
-0.04 0 32 0.52 0 (thousands and thousands of research vessels) 194.36 600 S
0 0 32 0 0 (across the galaxy...) 86.4 588 S
0.32 0 32 0.2 0 (Now the greatest ) 86.4 564 S
0.36 0 32 0.2 0 (scientists in the Federation have gathered) 213.2 564 S
0 0 32 0 0 (here for the prestigious Nobel and Z-Magnees prize ceremonies) 86.4 552 S
0 0 32 0 0 (- unaware that a deadly assassin is stalking one of them. And) 86.4 540 S
0.24 0 32 0.08 0 (as Captain Kirk struggles to save his ship from ) 86.4 528 S
0.28 0 32 0.08 0 (sabotage and) 438.04 528 S
0.12 0 32 0.36 0 (his first officer from accusations of ) 86.4 516 S
0.16 0 32 0.36 0 (murder, he discovers) 374.44 516 S
0.24 0 32 0.08 0 (the hidden ) 86.4 504 S
0.28 0 32 0.08 0 (assassin is far from the deadliest secret lurking) 167 504 S
0 0 32 0 0 (on Memory Prime...) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 ("WHO ARE YOU - AND WHAT ARE YOU DOING ON MY SHIP, MISTER?") 86.4 444 S
0.28 0 32 0.2 0 (Kirk kept his voice even, but his hands were clenched tight) 86.4 420 S
0 0 32 0 0 (at his side.) 86.4 408 S
0 0 32 0 0 (A Starbase security trooper in full armor blocked the airlock) 86.4 384 S
0.52 0 32 0.72 0 (door. The trooper lowered his ) 86.4 372 S
0.56 0 32 0.72 0 (phaser rifle and saluted.) 326.64 372 S
0.32 0 32 0.08 0 ("Lieutenant Abrand, ) 86.4 360 S
0.36 0 32 0.08 0 (sir. Commodore Wolfe requests your imme-) 232.68 360 S
0 0 32 0 0 (diate presence on the bridge.") 86.4 348 S
0.16 0 32 1.08 0 ("Commodore Wolfe? On my bridge?" ) 86.4 324 S
0.2 0 32 1.08 0 (Kirk looked over the) 360.48 324 S
0 0 32 0 0 (trooper's shoulder. There were more of them in the lock - all) 86.4 312 S
0.48 0 32 0.72 0 (armed. "Where the devil is Spock? What's the meaning of) 86.4 300 S
0.24 0 32 0.08 0 (this?" If ) 86.4 288 S
0.28 0 32 0.08 0 (Kirk's eyes had been phasers, the Lieutenant would) 159.72 288 S
0 0 32 0 0 (have been a dissipating blue mist.) 86.4 276 S
0.12 0 32 0.36 0 ("Commander Spock ) 86.4 252 S
0.16 0 32 0.36 0 (is in interrogation, sir. Commodore Wolfe) 215.2 252 S
0 0 32 0 0 (will explain.") 86.4 240 S
0.08 0 32 0.36 0 ("You can be damn ) 86.4 216 S
0.12 0 32 0.36 0 (sure about that," Kirk said, pushing past) 215.28 216 S
0 0 32 0 0 (the startled trooper and through the airlock.) 86.4 204 S
0 0 32 0 0 (- A42 -) 266.4 48 S
endpage
showpage
%% Page: 47 47
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Final Nexus") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 43) 57.6 744 S
0 0 32 0 0 (Author: Gene DeWeese) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66018-7) 57.6 708 S
0 0 32 0 0 (Pages: 282) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.64 0 32 0.56 0 (Uncounted centuries ago, an unknown race from ) 86.4 648 S
0.68 0 32 0.56 0 (beyond our) 447.88 648 S
-0.04 0 32 0.52 0 (galaxy created a series of interstellar gates - shortcuts) 86.4 636 S
0 0 32 0 0 (across our universe - and then disappeared, leaving behind no) 86.4 624 S
0.24 0 32 0.08 0 (clues to their fate, or the operation of their ) 86.4 612 S
0.28 0 32 0.08 0 (system. Twice) 430.76 612 S
0.12 0 32 0.36 0 (before, the Enterprise has used the system to traverse the) 86.4 600 S
0.24 0 32 0.08 0 (galaxy, and returned each time no wiser to the ) 86.4 588 S
0.28 0 32 0.08 0 (gates' opera-) 430.76 588 S
0 0 32 0 0 (tion.) 86.4 576 S
0.08 0 32 0.36 0 (Now it is imperative that they find ) 86.4 552 S
0.12 0 32 0.36 0 (out. For the gates are) 359.16 552 S
0.08 0 32 0.36 0 (breaking down, taking the ) 86.4 540 S
0.12 0 32 0.36 0 (very stars in the sky with them.) 283.32 540 S
0.24 0 32 0.2 0 (The fate of the galaxy rests in the ) 86.4 528 S
0.28 0 32 0.2 0 (hands of the Enterprise) 354.76 528 S
0.12 0 32 0.36 0 (crew, and their ability to communicate not only with crea-) 86.4 516 S
0 0 32 0 0 (tures from another world - but from another universe as well.) 86.4 504 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 480 S
0.44 0 32 0.88 0 (THE DEVLIN, SHIELDS ) 86.4 456 S
0.48 0 32 0.88 0 (RAISED, PUT ITSELF DIRECTLY IN THE) 249.36 456 S
0 0 32 0 0 (ENTERPRISE'S PATH ...) 86.4 444 S
0.24 0 32 0.08 0 ("Damn it, ) 86.4 420 S
0.28 0 32 0.08 0 (Kirk" Captain Sherbourne shouted. "I don't want to) 159.72 420 S
0 0 32 0 0 (fire on you, but I will! Believe me, I will!") 86.4 408 S
0.28 0 32 0.2 0 ("I believe you, ) 86.4 384 S
0.32 0 32 0.2 0 (Captain," Kirk replied. "That's why we have) 205.68 384 S
0 0 32 0 0 (our deflectors at maximum strength.") 86.4 372 S
-0.08 0 32 0.52 0 ("Spock!" Sherbourne ) 86.4 348 S
-0.04 0 32 0.52 0 (called, "Certainly you can't be going) 240.68 348 S
0.48 0 32 0.72 0 (along with this insanity! It just isn't logical to risk) 86.4 336 S
0 0 32 0 0 (everything-") 86.4 324 S
0.12 0 32 0.36 0 ("But it is quite logical, Captain ) 86.4 300 S
0.16 0 32 0.36 0 (Sherbourne," Spock said.) 344.2 300 S
0.08 0 32 0.36 0 ("Based on what we ) 86.4 288 S
0.12 0 32 0.36 0 (have experienced - what Captain Kirk has) 222.84 288 S
0.36 0 32 0.72 0 (told and shown you - it would be illogical for us to do) 86.4 276 S
0.56 0 32 0.56 0 (otherwise. We are the only chance ) 86.4 264 S
0.6 0 32 0.56 0 (the Federation has for) 353.64 264 S
0 0 32 0 0 (survival.") 86.4 252 S
0 0 32 0 0 (The Devlin's helmsman spoke. "All systems locked on, Captain.) 86.4 228 S
0 0 32 0 0 (Ready to fire at your command.") 86.4 216 S
0.12 0 32 0.36 0 ("I'm warning you, Kirk," Sherbourne said, ) 86.4 192 S
0.16 0 32 0.36 0 (shaking his head) 404.68 192 S
0.24 0 32 0.08 0 (angrily. "I'm warning everyone who can hear me on ) 86.4 180 S
0.28 0 32 0.08 0 (the Enter-) 452.6 180 S
0 0 32 0 0 (prise-") 86.4 168 S
0 0 32 0 0 (Suddenly, there was a scream from the Devlin.) 86.4 144 S
0.28 0 32 0.08 0 ("Full impulse power, ) 86.4 120 S
0.32 0 32 0.08 0 (now!" Spock ordered, and the Enterprise) 240.16 120 S
0 0 32 0 0 (surged ahead.) 86.4 108 S
0 0 32 0 0 (- A43 -) 266.4 48 S
endpage
showpage
%% Page: 48 48
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Vulcan's Glory") 234 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 44) 57.6 744 S
0 0 32 0 0 (Author: D. C. Fontana) 57.6 732 S
0 0 32 0 0 (First Printing: February, 1989) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65667-8) 57.6 708 S
0 0 32 0 0 (Pages: 252) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.36 0 32 0.72 0 (Here is a ) 86.4 648 S
0.4 0 32 0.72 0 (very special STAR TREK novel - from the woman) 166.72 648 S
0.24 0 32 0.08 0 (consistently voted ) 86.4 636 S
0.28 0 32 0.08 0 (by the fans as their favorite writer from) 225.24 636 S
0 0 32 0 0 (the original STAR TREK television series!) 86.4 624 S
0.28 0 32 0.2 0 (D. C. Fontana, writer of such classic STAR TREK episodes as) 86.4 600 S
0.28 0 32 0.2 0 ("Journey to Babel" ) 86.4 588 S
0.32 0 32 0.2 0 (and "This Side of Paradise," here brings) 227.88 588 S
0.24 0 32 0.08 0 (us the never-before-told story of a very young Mr. ) 86.4 576 S
0.28 0 32 0.08 0 (Spock, on) 459.88 576 S
0.32 0 32 0.2 0 (his first mission ) 86.4 564 S
0.36 0 32 0.2 0 (aboard the U.S.S. Enterprise. You'll also) 220.6 564 S
0.28 0 32 0.08 0 (meet Captain Cristopher ) 86.4 552 S
0.32 0 32 0.08 0 (Pike and his enigmatic first officer) 262 552 S
0.24 0 32 0.08 0 ("Number One" ) 86.4 540 S
0.28 0 32 0.08 0 (\(previously seen only in the original STAR TREK) 181.56 540 S
0.24 0 32 0.08 0 (pilot "The Cage"\). as well as the ship's brand ) 86.4 528 S
0.28 0 32 0.08 0 (new engineer-) 430.76 528 S
0 0 32 0 0 (ing officer, Montgomery Scott.) 86.4 516 S
0.28 0 32 0.2 0 (VULCAN'S GLORY is ) 86.4 492 S
0.32 0 32 0.2 0 (the tale of Spock's struggle to reconcile) 220.48 492 S
0.52 0 32 0.56 0 (his many obligations - those forced on him by his Vulcan) 86.4 480 S
0.56 0 32 0.56 0 (heritage. and those chosen by him ) 86.4 468 S
0.6 0 32 0.56 0 (upon his enlistment in) 353.64 468 S
0.48 0 32 0.72 0 (Starfleet - to balance the wishes of others against the) 86.4 456 S
0 0 32 0 0 (desires of his own heart.) 86.4 444 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 420 S
0.16 0 32 1.08 0 ("YOU HAVE A WAY OF ) 86.4 396 S
0.2 0 32 1.08 0 (ASKING DIFFICULT QUESTIONS," SPOCK) 244.56 396 S
0 0 32 0 0 (SAID ...) 86.4 384 S
0 0 32 0 0 (T'Pris nodded, quietly acknowledging the fact. "So my parents) 86.4 360 S
0.44 0 32 0.56 0 (said, and so ) 86.4 348 S
0.48 0 32 0.56 0 (said my husband. But now I am T'Sai T'Pris,) 188.64 348 S
0.24 0 32 0.08 0 (Aduna Sepei Kiran. For humans, a widow. For Vulcans, ) 86.4 336 S
0.28 0 32 0.08 0 (free to) 474.44 336 S
0 0 32 0 0 (choose a new mate." She turned to look directly at him. "Or a) 86.4 324 S
0 0 32 0 0 (lover, That is a difficult question to consider.") 86.4 312 S
0 0 32 0 0 ("I am betrothed," he said softly.) 86.4 288 S
0 0 32 0 0 ("But not wed," she said as softly. "Not yet.") 86.4 264 S
0 0 32 0 0 (Spock studied her for a long moment, considering what he knew) 86.4 240 S
-0.04 0 32 0.52 0 (of her, what he felt for her, the surprising ) 86.4 228 S
0 0 32 0.52 0 (emotions she) 433.48 228 S
0.2 0 32 0.08 0 (called up in him. And ) 86.4 216 S
0.24 0 32 0.08 0 (he remembered what he knew of T'Pring,) 247.6 216 S
0 0 32 0 0 (what he felt for her. The only emotions T'Pring brought forth) 86.4 204 S
0 0 32 0 0 (in him were duty and obligation laid on him by others.) 86.4 192 S
0 0 32 0 0 (Slowly, he reached out his hand to T'Pris.) 86.4 168 S
0.32 0 32 0.08 0 (Lightly, gently, ) 86.4 144 S
0.36 0 32 0.08 0 (almost fearfully, their fingers touched and) 210.84 144 S
0 0 32 0 0 (caressed.) 86.4 132 S
0 0 32 0 0 (- A44 -) 266.4 48 S
endpage
showpage
%% Page: 49 49
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Double, Double") 234 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 45) 57.6 744 S
0 0 32 0 0 (Author: Michael Jan Friedman) 57.6 732 S
0 0 32 0 0 (First Printing: April, 1989) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66130-2) 57.6 708 S
0 0 32 0 0 (Pages: 308) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.12 0 32 0.36 0 (On a routine exploratory mission, the ) 86.4 648 S
0.16 0 32 0.36 0 (Starship U.S.S. Hood) 374.44 648 S
0 0 32 0 0 (picks up a distress signal from a research expedition thought) 86.4 636 S
0.2 0 32 0.08 0 (lost long ago - the expedition of Dr. Roger Korby, on ) 86.4 624 S
0.24 0 32 0.08 0 (of the) 481.76 624 S
0.32 0 32 0.08 0 (centuries' greatest ) 86.4 612 S
0.36 0 32 0.08 0 (scientific minds. Korby himself is dead,) 232.68 612 S
0.56 0 32 0.56 0 (it seems, but his colleagues have ) 86.4 600 S
0.6 0 32 0.56 0 (made a most incredible) 353.64 600 S
0.12 0 32 0.36 0 (discovery - a discovery they insist the Hood's captain see) 86.4 588 S
0 0 32 0 0 (for himself. Reluctantly, the captain agrees to beam down...) 86.4 576 S
-0.04 0 32 0.52 0 (Meanwhile, the crew of the U.S.S. Enterprise begins long-) 86.4 552 S
0.12 0 32 0.36 0 (overdue shore leave on Tranquility Seven. James T. Kirk is) 86.4 540 S
0 0 32 0 0 (looking forward to a few days of rest and relaxation... until) 86.4 528 S
0.28 0 32 0.2 0 (what seems like ) 86.4 516 S
0.32 0 32 0.2 0 (a bizarre case of mistaken identity plunges) 205.68 516 S
0 0 32 0 0 (Kirk into a whirlpool of mayhem and murder.) 86.4 504 S
0.24 0 32 0.08 0 (And puts ) 86.4 480 S
0.28 0 32 0.08 0 (an inhuman stranger with his memories and abilities) 152.44 480 S
0 0 32 0 0 (in command of the Enterprise.) 86.4 468 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 444 S
0 0 32 0 0 (THE FORM ON THE CIRCULAR PATTERN JERKED ONCE ...) 86.4 420 S
0 0 32 0 0 (...its head thrown back, the tendons in its neck standing out) 86.4 396 S
0 0 32 0 0 (like knotted cords.) 86.4 384 S
0 0 32 0 0 (Then it lay still.) 86.4 360 S
0 0 32 0 0 (Brown cut power. The machine cycled down.) 86.4 336 S
0.28 0 32 0.2 0 (He walked over to the platform, stood over the being locked) 86.4 312 S
0.08 0 32 0.36 0 (into it. It was ) 86.4 300 S
0.12 0 32 0.36 0 (a few moments before its eyelids fluttered) 207.72 300 S
0 0 32 0 0 (open.) 86.4 288 S
0.12 0 32 0.36 0 (There was intelligence in those eyes. And something else -) 86.4 264 S
0 0 32 0 0 (something that seemed to hold him captive for a moment.) 86.4 252 S
0 0 32 0 0 ("Brown," said the android. "Isan't it?") 86.4 228 S
0 0 32 0 0 ("That's right," said Brown. "And you are ...?") 86.4 204 S
0.64 0 32 0.56 0 ("Captain James T. Kirk - Captain, U.S.S. ) 86.4 180 S
0.68 0 32 0.56 0 (Enterprise." he) 409.08 180 S
0 0 32 0 0 (chuckled. "The improved version.") 86.4 168 S
0 0 32 0 0 (- A45 -) 266.4 48 S
endpage
showpage
%% Page: 50 50
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Cry of the Onlies") 208.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 46) 57.6 744 S
0 0 32 0 0 (Author: Judy Klass) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1989) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-68167-2) 57.6 708 S
0 0 32 0 0 (Pages: 255) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.24 0 32 0.08 0 (Boaco Six ) 86.4 648 S
0.28 0 32 0.08 0 (- a once-tranquil Federation colony, now caught up) 159.72 648 S
0.12 0 32 0.36 0 (in the throes of revolution. The ) 86.4 636 S
0.16 0 32 0.36 0 (Enterprise's mission: re-) 336.64 636 S
0.32 0 32 0.2 0 (establish contact with ) 86.4 624 S
0.36 0 32 0.2 0 (the planet, and determine whether or) 257.6 624 S
0.28 0 32 0.2 0 (not formal ties ) 86.4 612 S
0.32 0 32 0.2 0 (between the Federation and Boaco Six should) 205.68 612 S
0 0 32 0 0 (be strengthened.) 86.4 600 S
-0.08 0 32 0.52 0 (Negotiations between ) 86.4 576 S
-0.04 0 32 0.52 0 (Captain Kirk and the planet's ruling) 248.4 576 S
0 0 32 0 0 (Council of Youngers are proceeding smoothly, until the atmos-) 86.4 564 S
0 0 32 0 0 (phere of goodwill is shattered by the sudden destruction of a) 86.4 552 S
0.48 0 32 0.72 0 (Boacan ship - at the hands of an experimental Starfleet) 86.4 540 S
0 0 32 0 0 (vessel!) 86.4 528 S
0.12 0 32 0.36 0 (Now, in order to prevent full-scale war from breaking out,) 86.4 504 S
0 0 32 0 0 (the Enterprise must recapture the stolen Starfleet vessel and) 86.4 492 S
-0.04 0 32 0.52 0 (its abductors. A mission that will require the aid ) 86.4 480 S
0 0 32 0.52 0 (of the) 479.8 480 S
0 0 32 0 0 (galaxy's most reclusive genius - and bring Captain Kirk face-) 86.4 468 S
0 0 32 0 0 (to-face with the long-buried secrets of his past...) 86.4 456 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 432 S
0 0 32 0 0 (AN UGLY WHITE BEAM SHOT OUT OF THE KLINGON SHIP ...) 86.4 408 S
0.2 0 32 0.08 0 (It blasted into the graceful ) 86.4 384 S
0.24 0 32 0.08 0 (metal arch that held up the top) 298.56 384 S
-0.04 0 32 0.52 0 (decks of the Enterprise. The bridge shook. It was ) 86.4 372 S
0 0 32 0.52 0 (a well-) 472.08 372 S
0 0 32 0 0 (aimed shot; Kirk prayed the damage was not severe.) 86.4 360 S
0.32 0 32 0.08 0 ("Shields up!" ) 86.4 336 S
0.36 0 32 0.08 0 (The captain barked hoarsely. "Drop everything,) 189 336 S
-0.04 0 32 0.52 0 (Mr. Scott. Divert all power if you have to, ) 86.4 324 S
0 0 32 0.52 0 (but get those) 425.76 324 S
0 0 32 0 0 (shields up!") 86.4 312 S
0 0 32 0 0 ("Aye, sir.") 86.4 288 S
0.56 0 32 0.56 0 ("The answer to our question, Captain," ) 86.4 264 S
0.6 0 32 0.56 0 (Spock said, as he) 392.44 264 S
0.24 0 32 0.08 0 (helped a shaken Flint rise to his feet. "They ) 86.4 252 S
0.28 0 32 0.08 0 (feel confident) 423.48 252 S
0 0 32 0 0 (enough to risk an all-out war.") 86.4 240 S
0 0 32 0 0 (Kirk nodded grimly. "Go to red alert, Mr. Sulu.") 86.4 216 S
0 0 32 0 0 (- A46 -) 266.4 48 S
endpage
showpage
%% Page: 51 51
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Kobayashi Maru") 219.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 47) 57.6 744 S
0 0 32 0 0 (Author: Julia Ecklar) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1989) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65817-4) 57.6 708 S
0 0 32 0 0 (Pages: 254) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (A freak shuttlecraft accident - and suddenly Captain Kirk and) 86.4 648 S
0.24 0 32 0.08 0 (most of ) 86.4 636 S
0.28 0 32 0.08 0 (his senior officers find themselves adrift in space,) 145.16 636 S
0.2 0 32 0.08 0 (with no hope of rescue, ) 86.4 624 S
0.24 0 32 0.08 0 (no hope of repairing their craft, or) 262.16 624 S
0.32 0 32 0.2 0 (restoring communications - ) 86.4 612 S
0.36 0 32 0.2 0 (with nothing, in short, but time) 287.2 612 S
0 0 32 0 0 (on their hands.) 86.4 600 S
0.2 0 32 0.08 0 (Time enough for each to ) 86.4 576 S
0.24 0 32 0.08 0 (tell the story of the Kobayashi Maru) 262.16 576 S
0.28 0 32 0.2 0 (- the Starfleet ) 86.4 564 S
0.32 0 32 0.2 0 (Academy test given to command cadets. Nomi-) 205.68 564 S
0.08 0 32 0.36 0 (nally a tactical exercise, ) 86.4 552 S
0.12 0 32 0.36 0 (the Kobayashi Maru is in fact a) 290.88 552 S
0.08 0 32 0.36 0 (test of character revealed ) 86.4 540 S
0.12 0 32 0.36 0 (in the choices each man makes -) 290.88 540 S
0 0 32 0 0 (and does not make.) 86.4 528 S
0.12 0 32 0.36 0 (Discover now how Starfleet Cadets Kirk, ) 86.4 504 S
0.16 0 32 0.36 0 (Chekov, Scotty and) 389.56 504 S
0.52 0 32 0.72 0 (Sulu each faced the Kobayashi ) 86.4 492 S
0.56 0 32 0.72 0 (Maru...and became in turn) 326.64 492 S
0 0 32 0 0 (Starfleet officers.) 86.4 480 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 456 S
0.12 0 32 0.36 0 (SCOTT'S VOICE PIERCED THE SILENCE WITH ) 86.4 432 S
0.16 0 32 0.36 0 (A SHARP, FRIGHTENED) 382 432 S
0 0 32 0 0 (CRY ...) 86.4 420 S
0 0 32 0 0 (Chekov clutched the helmet to him again. "Scotty!") 86.4 396 S
0.48 0 32 0.72 0 ("I've got a suit breach! ah, DAMN! Chekov! Listen, lad,) 86.4 372 S
0 0 32 0 0 (you've got to-") 86.4 360 S
0 0 32 0 0 (Silence engulfed the open channel.) 86.4 336 S
0 0 32 0 0 (Chekov threw his helmet to the floor and began hastily strip-) 86.4 312 S
0 0 32 0 0 (ping off his duty jacket.) 86.4 300 S
0.32 0 32 0.2 0 ("Where do you ) 86.4 276 S
0.36 0 32 0.2 0 (think you're going?" McCoy demanded. "Chekov,) 191 276 S
0 0 32 0 0 (don't be an idiot!") 86.4 264 S
0 0 32 0 0 (Chekov didn't look up. "I won't leave the lock," he promised.) 86.4 240 S
0 0 32 0 0 ("If I can't see him, I'll come right back.") 86.4 228 S
0.28 0 32 0.2 0 ("We need someone in this shuttle besides me who isn't inca-) 86.4 204 S
0 0 32 0 0 (pacitated ..." McCoy began.) 86.4 192 S
-0.04 0 32 0.52 0 ("Bones," Kirk said, interrupting the doctor. He turned to) 86.4 168 S
0 0 32 0 0 (Chekov. "Go. But be careful.") 86.4 156 S
0 0 32 0 0 (- A47 -) 266.4 48 S
endpage
showpage
%% Page: 52 52
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Rules of Engagement") 216 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 48) 57.6 744 S
0 0 32 0 0 (Author: Peter Morwood) 57.6 732 S
0 0 32 0 0 (First Printing: February, 1990) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66129-9) 57.6 708 S
0 0 32 0 0 (Pages: 245) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
-0.04 0 32 0.52 0 (A sudden revolution on the planet Dekkanar brings Captain) 86.4 648 S
0.32 0 32 0.2 0 (Kirk and the ) 86.4 636 S
0.36 0 32 0.2 0 (Enterprise running to evacuate Federation per-) 183.6 636 S
-0.04 0 32 0.52 0 (sonnel trapped there. But their orders from Starfleet are) 86.4 624 S
0.28 0 32 0.2 0 (quite clear: The ) 86.4 612 S
0.32 0 32 0.2 0 (Enterprise is to assist in the evacuation,) 213.08 612 S
0.28 0 32 0.2 0 (no more. No weapons are to be displayed, no shields raised,) 86.4 600 S
0 0 32 0 0 (no shots fired.) 86.4 588 S
0 0 32 0 0 (Meanwhile, halfway across the galaxy, an experimental Klingon) 86.4 564 S
0.08 0 32 0.36 0 (warship sets forth on a mission of ) 86.4 552 S
0.12 0 32 0.36 0 (its own, a warship with) 351.6 552 S
0 0 32 0 0 (hidden - and heretofore undreamed of - capabilities, command-) 86.4 540 S
0.08 0 32 0.36 0 (ed by a warrior who will stop at nothing to ) 86.4 528 S
0.12 0 32 0.36 0 (bring glory to) 419.88 528 S
0 0 32 0 0 (his Empire - and restore his own lost honor.) 86.4 516 S
0 0 32 0 0 (The Klingon ship's destination? The planet Dekkanar...) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 ("SULU, EVASIVE," SNAPPED KIRK.) 86.4 444 S
0.12 0 32 0.36 0 (He watched the Klingon ship Hakkarl heel wildly across the) 86.4 420 S
0.12 0 32 0.36 0 (screen as the Enterprise hit a savage combination break of) 86.4 408 S
0.12 0 32 1.24 0 (yaw, roll ) 86.4 396 S
0.16 0 32 1.24 0 (and pitch all at the same time. It worked.) 171.08 396 S
0.32 0 32 0.2 0 (Hakkarl's incoming fire ) 86.4 384 S
0.36 0 32 0.2 0 (seared under and through where they) 265 384 S
0 0 32 0 0 (had been less than a second before.) 86.4 372 S
0.32 0 32 0.2 0 (But any satisfaction ) 86.4 348 S
0.36 0 32 0.2 0 (generated by that evasion was squashed) 242.8 348 S
0 0 32 0 0 (by the way the Klingon snapped around in pursuit.) 86.4 336 S
0.4 0 32 0.08 0 (Whatever impossible maneuver Sulu attempted, ) 86.4 312 S
0.44 0 32 0.08 0 (Hakkarl matched) 416.04 312 S
0 0 32 0 0 (and exceeded.) 86.4 300 S
0 0 32 0 0 (Spock looked up from a monitor with a grave expression on his) 86.4 276 S
0 0 32 0 0 (face. "Captain," he said. "There has been a critical overload) 86.4 264 S
0.52 0 32 0.72 0 (in the shields, total failure ) 86.4 252 S
0.56 0 32 0.72 0 (will occur in fifty-seven) 326.64 252 S
0.52 0 32 0.72 0 (seconds, unless we are given ) 86.4 240 S
0.56 0 32 0.72 0 (respite from this constant) 318.72 240 S
0 0 32 0 0 (battering.") 86.4 228 S
0.56 0 32 0.56 0 (In other words, Kirk thought, do ) 86.4 204 S
0.6 0 32 0.56 0 (something. Or we're all) 345.88 204 S
0 0 32 0 0 (dead.) 86.4 192 S
0 0 32 0 0 (- A48 -) 266.4 48 S
endpage
showpage
%% Page: 53 53
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Pandora Principle") 208.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 49) 57.6 744 S
0 0 32 0 0 (Author: Carolyn Clowes) 57.6 732 S
0 0 32 0 0 (First Printing: April, 1990) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65815-8) 57.6 708 S
0 0 32 0 0 (Pages: 273) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (A Romulan Bird ) 86.4 648 S
0.32 0 32 0.2 0 (of Prey mysteriously drifts over the neutral) 198.28 648 S
0 0 32 0 0 (zone and into Federation territory. Captain Kirk and the crew) 86.4 636 S
0.24 0 32 0.08 0 (of the Enterprise investigate. Only to find the ship ) 86.4 624 S
0.28 0 32 0.08 0 (dead in) 474.44 624 S
-0.04 0 32 0.52 0 (space. When Starfleet orders the derelict ship brought to) 86.4 612 S
0.6 0 32 0.72 0 (Earth for examination, the Enterprise ) 86.4 600 S
0.64 0 32 0.72 0 (returns home with) 390.4 600 S
0 0 32 0 0 (perhaps her greatest prize.) 86.4 588 S
0.52 0 32 0.56 0 (But the Bird of Prey carries a dangerous cargo, a deadly) 86.4 564 S
0.24 0 32 0.08 0 (force that is soon unleashed in the heart of ) 86.4 552 S
0.28 0 32 0.08 0 (the federation.) 416.2 552 S
-0.04 0 32 0.52 0 (Suddenly the only hope for the Federation's survival lies) 86.4 540 S
0.28 0 32 0.08 0 (burried in the ) 86.4 528 S
0.32 0 32 0.08 0 (tortured memory of Commander Spock's protege,) 196.48 528 S
0.24 0 32 0.08 0 (a cadet ) 86.4 516 S
0.28 0 32 0.08 0 (named Saavik. Together, Spock and Saavik must return) 145.16 516 S
0.08 0 32 0.36 0 (to the nightmare world ) 86.4 504 S
0.12 0 32 0.36 0 (of Saavik's birth - a planet called) 260.64 504 S
0.12 0 32 0.36 0 (Hellguard. To discover the secret behind ) 86.4 492 S
0.16 0 32 0.36 0 (the Romulans most) 397.12 492 S
0 0 32 0 0 (deadly threat of all...) 86.4 480 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 456 S
0 0 32 0 0 ("I REGRET THAT I CANNOT CONCUR ...") 86.4 432 S
0 0 32 0 0 (Heads turned. Spock felt the disapproval at his impertinence;) 86.4 408 S
0 0 32 0 0 (it could not be helped.) 86.4 396 S
0.24 0 32 0.08 0 ("Someday these children will seek to know their place ) 86.4 372 S
0.28 0 32 0.08 0 (in the) 481.72 372 S
0 0 32 0 0 (Universe. They will need a home-") 86.4 360 S
-0.04 0 32 0.52 0 ("Do not presume to speak to us of our ) 86.4 336 S
0 0 32 0.52 0 (principles, Spock!") 379.44 336 S
0 0 32 0 0 (Sarek's voice cut like a knife through the shocked, uncomfta-) 86.4 324 S
0.28 0 32 0.2 0 (ble gathering. "Your... ) 86.4 312 S
0.32 0 32 0.2 0 (dissent... has been noted - and you) 264.88 312 S
0 0 32 0 0 (will keep your place. This does not concern you.") 86.4 300 S
0.2 0 32 0.2 0 (But it did. ) 86.4 276 S
0.24 0 32 0.2 0 (Spock regretted it had come to this. "I am con-) 175.84 276 S
0.56 0 32 0.56 0 (strained to point out," he said ) 86.4 264 S
0.6 0 32 0.56 0 (into the chilly silence,) 338.12 264 S
0 0 32 0 0 ("that the Federation Council would agree with my concern. The) 86.4 252 S
0 0 32 0 0 (children of Hellguard require a home.") 86.4 240 S
0 0 32 0 0 ("You would speak to outworlders of this?" S'tvan, philosopher) 86.4 216 S
0.28 0 32 0.2 0 (and physicist, was ) 86.4 204 S
0.32 0 32 0.2 0 (on his feet. "You would threaten disclo-) 227.88 204 S
0 0 32 0 0 (sure? Public Humiliation?") 86.4 192 S
0.52 0 32 0.56 0 ("If I must." Simple blackmail. They all stared at him in) 86.4 168 S
0 0 32 0 0 (disbelief; Sarek closed his eyes in shame.) 86.4 156 S
0.52 0 32 0.72 0 ("Spock," his father said. "You ) 86.4 132 S
0.56 0 32 0.72 0 (are dismissed from these) 334.56 132 S
0 0 32 0 0 (proceedings.") 86.4 120 S
0 0 32 0 0 (- A49 -) 266.4 48 S
endpage
showpage
%% Page: 54 54
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Doctor's Orders") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 50) 57.6 744 S
0 0 32 0 0 (Author: Diane Duane) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1990) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66189-2) 57.6 708 S
0 0 32 0 0 (Pages: 291) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.52 0 32 0.56 0 (When Dr. McCoy grumbles once too often about the way the) 86.4 648 S
0 0 32 0 0 (Enterprise ought to be run, Captain Kirk decides to leave the) 86.4 636 S
0.64 0 32 0.56 0 (doctor in command while he oversees a ) 86.4 624 S
0.68 0 32 0.56 0 (routine diplomatic) 385.8 624 S
0.44 0 32 0.88 0 (mission. Kirk beams ) 86.4 612 S
0.48 0 32 0.88 0 (down to a strange planet nicknamed) 249.36 612 S
0.12 0 32 0.36 0 ("Flyspeck" to ) 86.4 600 S
0.16 0 32 0.36 0 (negotiate its admission into the Federation,) 192.52 600 S
0 0 32 0 0 (leaving Dr. McCoy to enjoy his new authority.) 86.4 588 S
-0.04 0 32 0.52 0 (However, the doctor soon learns that command is a ) 86.4 564 S
-0.52 0 32 0.52 0 (double-) 472.08 564 S
0 0 32 0 0 (edged sword when Kirk disappears without a trace. Desperately) 86.4 552 S
0 0 32 0 0 (trying to locate his captain, McCoy comes under pressure from) 86.4 540 S
0.12 0 32 0.36 0 (Starfleet to ) 86.4 528 S
0.16 0 32 0.36 0 (resolve the situation immediately. Matters go) 184.96 528 S
0.08 0 32 0.36 0 (from bad to worse ) 86.4 516 S
0.12 0 32 0.36 0 (when the Klingons arrive and stake their) 222.84 516 S
0 0 32 0 0 (own claim on Flyspeck.) 86.4 504 S
0.52 0 32 0.72 0 (Then another, more deadly power ) 86.4 480 S
0.56 0 32 0.72 0 (threatens them all, and) 342.48 480 S
0 0 32 0 0 (suddenly, Dr. McCoy and the Enterprise find themselves pitted) 86.4 468 S
0.36 0 32 0.72 0 (against an alien ) 86.4 456 S
0.4 0 32 0.72 0 (fleet in a battle they have no hope of) 222.16 456 S
0 0 32 0 0 (winning.) 86.4 444 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 420 S
0 0 32 0 0 ("HERE. SIT DOWN.") 86.4 396 S
0 0 32 0 0 (McCoy stared at him.) 86.4 372 S
0.08 0 32 0.36 0 ("Come on," Kirk said. ) 86.4 348 S
0.12 0 32 0.36 0 ("Have a seat. It's nice and comfort-) 253.08 348 S
0.28 0 32 0.2 0 (able; you can sit here and dictate your report. I'm leaving) 86.4 336 S
0 0 32 0 0 (you the conn.") 86.4 324 S
0 0 32 0 0 (McCoy was outraged. "You can't do that.") 86.4 300 S
0.24 0 32 0.2 0 ("Of course I can," Kirk said. "I can ) 86.4 276 S
0.28 0 32 0.2 0 (leave anybody with the) 362.16 276 S
0.28 0 32 0.2 0 (conn that I please, most especially a department head and a) 86.4 264 S
0 0 32 0 0 (fellow officer. This is Captain's discretion.") 86.4 252 S
0 0 32 0 0 ("Uh-") 86.4 228 S
0 0 32 0 0 ("Get down here.") 86.4 204 S
0.28 0 32 0.2 0 (McCoy walked down to the center seat, and very slowly, very) 86.4 180 S
0.12 0 32 0.36 0 (gingerly, lowered himself into it. It was indeed very com-) 86.4 168 S
0 0 32 0 0 (fortable.) 86.4 156 S
0.2 0 32 0.2 0 ("You have the ) 86.4 132 S
0.24 0 32 0.2 0 (conn," Kirk said. "I'll be back at the end of) 190.64 132 S
0 0 32 0 0 (the shift. Have fun.") 86.4 120 S
0.28 0 32 0.2 0 ("Mnf," McCoy said as Kirk walked away, and the bridge doors) 86.4 96 S
0 0 32 0 0 (closed on him.) 86.4 84 S
0 0 32 0 0 (I'm going to get him for this, McCoy thought.) 86.4 60 S
0 0 32 0 0 (- A50 -) 266.4 48 S
endpage
showpage
%% Page: 55 55
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Enemy Unseen") 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 51) 57.6 744 S
0 0 32 0 0 (Author: V. E. Mitchell) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1990) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-68403-5) 57.6 708 S
0 0 32 0 0 (Pages: 279) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.12 0 32 0.36 0 (Transporting a diplomatic party is nothing ) 86.4 648 S
0.16 0 32 0.36 0 (new for Captain) 412.24 648 S
0.36 0 32 0.72 0 (James T. Kirk ) 86.4 636 S
0.4 0 32 0.72 0 (and the crew of the Enterprise - but this) 198.4 636 S
0 0 32 0 0 (particular mission promises trouble from the start.) 86.4 624 S
0.24 0 32 0.08 0 (For one thing, the wife of the Federation ambassador ) 86.4 600 S
0.28 0 32 0.08 0 (on this) 474.44 600 S
0.2 0 32 0.08 0 (trip is an old flame of Kirk's - and she's determined ) 86.4 588 S
0.24 0 32 0.08 0 (to see) 481.76 588 S
0.4 0 32 0.88 0 (that they resume their romance where ) 86.4 576 S
0.44 0 32 0.88 0 (they left off. Of) 387.8 576 S
0.32 0 32 0.2 0 (course, when another ) 86.4 564 S
0.36 0 32 0.2 0 (ambassador presents Kirk with three of) 242.8 564 S
0.24 0 32 0.08 0 (his wives, finding time for his first romance, let ) 86.4 552 S
0.28 0 32 0.08 0 (anone any) 459.88 552 S
0 0 32 0 0 (of his other duties, is going to prove nearly impossible.) 86.4 540 S
0.24 0 32 0.08 0 (When a ) 86.4 516 S
0.28 0 32 0.08 0 (diplomatic attache is murdered, and the prime suspect) 137.88 516 S
0 0 32 0 0 (is one of his crewmembers, Kirk begins to wish that Starfleet) 86.4 504 S
-0.04 0 32 0.52 0 (Command would consider using some other Starship to ferry) 86.4 492 S
0 0 32 0 0 (diplomatic personnel....) 86.4 480 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 456 S
0 0 32 0 0 ("BONES, CAN YOU TELL ME WHEN HE DIED?" KIRK ASKED.) 86.4 432 S
0 0 32 0 0 ("And also," he continued, "anything about the weapon that did) 86.4 408 S
0 0 32 0 0 (it.") 86.4 396 S
0.32 0 32 0.2 0 (McCoy looked over ) 86.4 372 S
0.36 0 32 0.2 0 (Kirk's shoulder and his expression turned) 220.6 372 S
0.28 0 32 0.2 0 (grim. He gulped and gave the body a quick examination. "I'm) 86.4 360 S
0.28 0 32 0.2 0 (surprised Security didn't ) 86.4 348 S
0.32 0 32 0.2 0 (catch the killer in the act; he's) 279.68 348 S
0 0 32 0 0 (been dead only a few minutes.") 86.4 336 S
0 0 32 0 0 ("That short a time, how could we have missed him?") 86.4 312 S
0.52 0 32 0.72 0 (McCoy simply shrugged. "I'll do ) 86.4 288 S
0.56 0 32 0.72 0 (a complete autopsy when) 342.48 288 S
0 0 32 0 0 (Security is throgh recording the mess, but as a first guess I) 86.4 276 S
0.56 0 32 0.56 0 (haven't got a clue about what ) 86.4 264 S
0.6 0 32 0.56 0 (happened here." The doctor) 322.6 264 S
-0.04 0 32 0.52 0 (shook his head in bewildernment. "Those cuts are deep ) 86.4 252 S
-0.52 0 32 0.52 0 (and) 502.96 252 S
0.24 0 32 0.08 0 (parallel, like ) 86.4 240 S
0.28 0 32 0.08 0 (giant claw marks - though anything with claws) 196.12 240 S
0.36 0 32 0.72 0 (long enough to ) 86.4 228 S
0.4 0 32 0.72 0 (do that much damage would have to be one) 206.32 228 S
0 0 32 0 0 (hellaciously big monster.") 86.4 216 S
0 0 32 0 0 (- A51 -) 266.4 48 S
endpage
showpage
%% Page: 56 56
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Home is the Hunter") 219.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 52) 57.6 744 S
0 0 32 0 0 (Author: Dana Kramer-Rolls) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1990) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66662-2) 57.6 708 S
0 0 32 0 0 (Pages: 278) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.28 0 32 0.2 0 (A dispute over a planet and its primitive people leads Cap-) 86.4 648 S
0.24 0 32 0.08 0 (tain Kirk and a Klingon Commander to pit their ) 86.4 636 S
0.28 0 32 0.08 0 (ships against) 430.76 636 S
0.2 0 32 0.08 0 (each other in battle. But ) 86.4 624 S
0.24 0 32 0.08 0 (the fight is stopped by a mysteri-) 276.72 624 S
0.12 0 32 0.36 0 (ous and powerful alien being named Weyland, who decides to) 86.4 612 S
0.4 0 32 0.2 0 (punish three Enterprise crewmembers with their own history.) 86.4 600 S
0.48 0 32 0.72 0 (He places Sulu in feudal Japan during the period's most) 86.4 588 S
0.32 0 32 0.2 0 (important and bloody ) 86.4 576 S
0.36 0 32 0.2 0 (power struggle, Scotty in 18th Century) 242.8 576 S
0 0 32 0 0 (Scotland on the eve of revolt, and Chekov in WWII Russia.) 86.4 564 S
0 0 32 0 0 (Now, the three time travellers must face overwhelming dangers) 86.4 540 S
0 0 32 0 0 (as they are pulled by conflicting forces: Their allegiance to) 86.4 528 S
0 0 32 0 0 (their homelands, their duty to the Federation they serve, and) 86.4 516 S
0 0 32 0 0 (the demands of history.) 86.4 504 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 480 S
0 0 32 0 0 (LT. PAVEL CHEKOV AND JOHN C. KIRK FACED THE FIRING SQUAD ...) 86.4 456 S
0.08 0 32 0.36 0 (The Nazi SS man ) 86.4 432 S
0.12 0 32 0.36 0 (smiled into Chekov's face, his jaw jutting) 207.72 432 S
0 0 32 0 0 (outward in a cocky grin. "Do you have any final words?" asked) 86.4 420 S
0 0 32 0 0 (the SS man.) 86.4 408 S
0.28 0 32 0.08 0 (Chekov smiled, inwardly ) 86.4 384 S
0.32 0 32 0.08 0 (pleased at his composure during what) 262 384 S
0.28 0 32 0.2 0 (were undoubtedly his ) 86.4 372 S
0.32 0 32 0.2 0 (last moments on earth. "Your Fuhrer is) 242.68 372 S
0.08 0 32 0.36 0 (going to kill himself, ) 86.4 360 S
0.12 0 32 0.36 0 (and your precious Reich is going to) 260.64 360 S
0 0 32 0 0 (stand as a symbol of all that's vile," he said evenly.) 86.4 348 S
0.48 0 32 0.72 0 (The Nazi shoved them against the wall and stepped away.) 86.4 324 S
0.24 0 32 0.08 0 (Chekov took his place next to Kirk as the ) 86.4 312 S
0.28 0 32 0.08 0 (American muttered,) 394.36 312 S
0 0 32 0 0 ("Don't worry.") 86.4 300 S
0 0 32 0 0 ("No?") 86.4 276 S
0.44 0 32 0.56 0 ("No." Kirk showed ) 86.4 252 S
0.48 0 32 0.56 0 (the hint of a smile. "I'm working on a) 227.44 252 S
0 0 32 0 0 (plan.") 86.4 240 S
0.24 0 32 0.08 0 (Chekov looked ) 86.4 216 S
0.28 0 32 0.08 0 (at the firing squad before them, raising their) 188.84 216 S
0 0 32 0 0 (rifles and taking dead aim.) 86.4 204 S
0 0 32 0 0 ("I can't wait to hear it...") 86.4 180 S
0 0 32 0 0 (- A52 -) 266.4 48 S
endpage
showpage
%% Page: 57 57
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Ghost-Walker") 241.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 53) 57.6 744 S
0 0 32 0 0 (Author: Barbara Hambly) 57.6 732 S
0 0 32 0 0 (First Printing: Feburary, 1991) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64398-3) 57.6 708 S
0 0 32 0 0 (Pages: 273) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (Elcidar Beta Three - a tranquil, undisturbed planet strategi-) 86.4 648 S
0.32 0 32 0.2 0 (cally located between ) 86.4 636 S
0.36 0 32 0.2 0 (the Federation and the Klngon Empire.) 250.2 636 S
-0.04 0 32 0.52 0 (Home to the Midgwins, a race of people who ) 86.4 624 S
0 0 32 0.52 0 (throughout all) 418.04 624 S
0.28 0 32 0.2 0 (time have lived ) 86.4 612 S
0.32 0 32 0.2 0 (in peace with their planet, and themselves.) 205.68 612 S
0 0 32 0 0 (But now, times are changing. Unwilling to embrace any form of) 86.4 600 S
0 0 32 0 0 (technology, the Midgwins have exhausted their world's natural) 86.4 588 S
0 0 32 0 0 (resources, and stand on the brink of global famine.) 86.4 576 S
0.24 0 32 0.08 0 (When Captain Kirk and the Enterprise arrive to aid ) 86.4 552 S
0.28 0 32 0.08 0 (the Midg-) 459.88 552 S
0.24 0 32 0.08 0 (wins, they ) 86.4 540 S
0.28 0 32 0.08 0 (find themselves caught up in that race's struggle) 167 540 S
0.12 0 32 0.36 0 (for survival...a ) 86.4 528 S
0.16 0 32 0.36 0 (struggle whose climactic battle pits them) 215.2 528 S
0 0 32 0 0 (against creature of darkness and shadow - an entity who roams) 86.4 516 S
0.08 0 32 0.36 0 (the Enterprise corridors as if it owned ) 86.4 504 S
0.12 0 32 0.36 0 (them - an enemy wo) 389.4 504 S
0 0 32 0 0 (will not hesitate to kill to achieve its ultimate goal...) 86.4 492 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 468 S
0 0 32 0 0 (BEHIND HIM, VERY FAINTLY, HE HEARD A FOOTSTEP ON THE FLOOR...) 86.4 444 S
0.56 0 32 0.56 0 (Spock's reflexes were quick. Even as ) 86.4 420 S
0.6 0 32 0.56 0 (he turned, his mind) 376.92 420 S
-0.04 0 32 0.52 0 (groped at the anomaly, the sense that there couldn't ) 86.4 408 S
-0.52 0 32 0.52 0 (have) 495.24 408 S
0.24 0 32 0.2 0 (been anyone in his quarters when he came ) 86.4 396 S
0.28 0 32 0.2 0 (in, dim though the) 391.76 396 S
0.56 0 32 0.56 0 (lighting was, for his acute hearing ) 86.4 384 S
0.6 0 32 0.56 0 (would have picked up) 369.16 384 S
0.52 0 32 0.72 0 (breathing, the creat of boot ) 86.4 372 S
0.56 0 32 0.72 0 (leather, the thousand soft) 318.72 372 S
0 0 32 0 0 (subsensory rustlings that the clothed human body makes...) 86.4 360 S
0 0 32 0 0 (And there was, in fact, no one behind him at all.) 86.4 336 S
0 0 32 0 0 (- A53 -) 266.4 48 S
endpage
showpage
%% Page: 58 58
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("A Flag full of Stars") 212.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 54) 57.6 744 S
0 0 32 0 0 (Author: Brad Ferguson) 57.6 732 S
/F2 /Courier findfont 9 scalefont def
F2 setfont
0 0 32 0 0 (*) 295.2 736.5 S
F1 setfont
0 0 32 0 0 (First Printing: April, 1991) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-73918-2) 57.6 708 S
0 0 32 0 0 (Pages: 241) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
-0.04 0 32 0.52 0 (It has been eighteen months since the Starship Enterprise) 86.4 648 S
0.12 0 32 0.36 0 (completed her ) 86.4 636 S
0.16 0 32 0.36 0 (historic five-year mission and her legendary) 192.52 636 S
-0.04 0 32 0.52 0 (crew has separated, taking news assignments that span the) 86.4 624 S
0 0 32 0 0 (galaxy.) 86.4 612 S
0 0 32 0 0 (On Earth, Admiral James T. Kirk has married and started a new) 86.4 588 S
0.28 0 32 0.2 0 (life as the Chief of Starfleet operations where he is over-) 86.4 576 S
0.2 0 32 0.08 0 (seeing the refit of his ) 86.4 564 S
0.24 0 32 0.08 0 (beloved ship, now commanded by a new) 262.16 564 S
0.48 0 32 0.72 0 (Captain - Willard Decker. Kirk's only tie to his former) 86.4 552 S
0 0 32 0 0 (crew-mates is his Chief of Staff, a young Lieutenant Command-) 86.4 540 S
0 0 32 0 0 (er named Kevin Riley.) 86.4 528 S
0.24 0 32 0.08 0 (But Kirk's new, quiet life changes when he meets ) 86.4 504 S
0.28 0 32 0.08 0 (a scientist) 445.32 504 S
0.52 0 32 0.56 0 (named G'dath who is on the brink of perhaps the greatest) 86.4 492 S
0.4 0 32 0.2 0 (scientific discovery in a century. G'dath's invention could) 86.4 480 S
0.32 0 32 0.2 0 (mean tremendous strides ) 86.4 468 S
0.36 0 32 0.2 0 (in Federation technology, or in the) 265 468 S
0 0 32 0 0 (wrong hands - the subjugation of countless worlds.) 86.4 456 S
0 0 32 0 0 (When Klingon agents capture this new technology, Admiral Kirk) 86.4 432 S
0 0 32 0 0 (and Lt. Commander Riley are all that stands between peace and) 86.4 420 S
0 0 32 0 0 (a devastation for the entire Federation.) 86.4 408 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 384 S
0 0 32 0 0 ("ZERO," LT. COMMANDER KEVIN RILEY SAID AT LAST.) 86.4 360 S
0.12 0 32 0.36 0 (Full thrusters help, Admiral Kirk thought to himself as he) 86.4 336 S
0.52 0 32 0.56 0 (watched the launch from the roof of the Admiralty. For a) 86.4 324 S
0 0 32 0 0 (moment, Kirk's hand closed, as if he were grasping the arm of) 86.4 312 S
0 0 32 0 0 (a chair.) 86.4 300 S
0.32 0 32 0.2 0 (The command section ) 86.4 276 S
0.36 0 32 0.2 0 (of the Enterprise lifted vertically and) 235.4 276 S
0.12 0 32 0.36 0 (ever so slowly from the ground, its landing legs retracted) 86.4 264 S
0 0 32 0 0 (smoothly into the shell, shaking the dust of earth from their) 86.4 252 S
0 0 32 0 0 (pads. The saucer continued rising.) 86.4 240 S
-0.04 0 32 0.52 0 (And for the first time in half a year, ) 86.4 216 S
0 0 32 0.52 0 (the Enterprise was) 387.16 216 S
0 0 32 0 0 (under way, once again a creature that lived in the sky.) 86.4 204 S
F2 setfont
0 0 32 0 0 (*) 57.6 112.5 S
F1 setfont
0 0 32 0 0 (- Brad Ferguson has disclaimed ownership to this novel because) 70.2 108 S
0 0 32 0 0 (of the changes imposed by the powers-that-be and the) 86.4 96 S
0 0 32 0 0 ("editing" done by J. M. Dillard to "bring his novel into) 86.4 84 S
0 0 32 0 0 (line." This book is still credited to him because he wrote) 86.4 72 S
0 0 32 0 0 (the origional novel.) 86.4 60 S
0 0 32 0 0 (- A54 -) 266.4 48 S
endpage
showpage
%% Page: 59 59
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Renegade") 255.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 55) 57.6 744 S
0 0 32 0 0 (Author: Gene DeWeese) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1991) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-65814-X) 57.6 708 S
0 0 32 0 0 (Pages: 276) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.48 0 32 0.72 0 (For nearly a hundred years, the planet Chrellkan IV has) 86.4 648 S
0.24 0 32 0.08 0 (enjoyed a ) 86.4 636 S
0.28 0 32 0.08 0 (peaceful relationship with the colony on the third) 159.72 636 S
0 0 32 0 0 (planet of its star system. However, relations between the two) 86.4 624 S
0.4 0 32 0.88 0 (worlds take a deadly turn as ) 86.4 612 S
0.44 0 32 0.88 0 (rebel colonists take over) 323.16 612 S
0 0 32 0 0 (Chrellkan III and turn against their mother world.) 86.4 600 S
0.28 0 32 0.08 0 (To prevent the ) 86.4 576 S
0.32 0 32 0.08 0 (conflict from escalating into full-scale war,) 196.48 576 S
0.28 0 32 0.08 0 (Starfleet orders Captain ) 86.4 564 S
0.32 0 32 0.08 0 (Kirk and the Enterprise to moderate) 269.28 564 S
0 0 32 0 0 (the dispute. On arrival, Kirk sends Spock and McCoy to inves-) 86.4 552 S
0.12 0 32 0.36 0 (tigate the rebel's claims. But seconds ) 86.4 540 S
0.16 0 32 0.36 0 (after beaming down,) 382 540 S
0.08 0 32 0.36 0 (the two officers are ) 86.4 528 S
0.12 0 32 0.36 0 (taken hostage and then - according to) 245.52 528 S
0.08 0 32 0.36 0 (sensors - killed. Devastated ) 86.4 516 S
0.12 0 32 0.36 0 (by his loss, Kirk must try to) 306 516 S
0.64 0 32 0.56 0 (learn the truth behind the mysterious rebellion ) 86.4 504 S
0.68 0 32 0.56 0 (that has) 463.4 504 S
0 0 32 0 0 (claimed the lives of his two closest friends.) 86.4 492 S
0.12 0 32 0.36 0 (Kirk's investigation leads him to uncover ) 86.4 468 S
0.16 0 32 0.36 0 (a dangerous plot) 404.68 468 S
0.08 0 32 0.36 0 (against the Federation - ) 86.4 456 S
0.12 0 32 0.36 0 (a plot driven by revenge that may) 275.76 456 S
0.12 0 32 0.36 0 (make the Federation's highest law, the ) 86.4 444 S
0.16 0 32 0.36 0 (Prime Directive, an) 382 444 S
0 0 32 0 0 (instrument of violence and destruction.) 86.4 432 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 408 S
0 0 32 0 0 ("TRANSPORTER ROOM," SPOCK SAID, "BEAM US UP - NOW.") 86.4 384 S
-0.04 0 32 0.52 0 ("Do it!" Kirk confirmed instantly as he turned toward ) 86.4 360 S
-0.52 0 32 0.52 0 (the) 502.96 360 S
0 0 32 0 0 (science station.) 86.4 348 S
0.44 0 32 0.2 0 ("Yes, sir," Pritchard ) 86.4 324 S
0.48 0 32 0.2 0 (replied. "Transporters energizing ...) 250.56 324 S
0 0 32 0 0 (now. Just another second-") 86.4 312 S
0.32 0 32 0.2 0 (Over the jumble ) 86.4 288 S
0.36 0 32 0.2 0 (of voices coming from Delkondros' headquar-) 205.8 288 S
0 0 32 0 0 (ters there was the sizzling sound of an energy weapon. For an) 86.4 276 S
0.24 0 32 0.08 0 (instant, it ) 86.4 264 S
0.28 0 32 0.08 0 (was louder on the communicator channel than were) 174.28 264 S
0 0 32 0 0 (the voices, but then, abruptly, the communicator went dead.) 86.4 252 S
0 0 32 0 0 ("Laser fire!" Pritchard snapped, and then gasped. "Captain...) 86.4 228 S
0.28 0 32 0.2 0 (both mewn - both lifeform readings - are gone! They must've) 86.4 216 S
0 0 32 0 0 (been hit!") 86.4 204 S
0 0 32 0 0 (- A55 -) 266.4 48 S
endpage
showpage
%% Page: 60 60
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Legacy") 262.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 56) 57.6 744 S
0 0 32 0 0 (Author: Michael Jan Friedman) 57.6 732 S
0 0 32 0 0 (First Printing: August, 1991) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-74468-2) 57.6 708 S
0 0 32 0 0 (Pages: 280) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.56 0 32 0.56 0 (A routine survey of the planet ) 86.4 648 S
0.6 0 32 0.56 0 (Alpha Octavius Four turns) 330.36 648 S
0.24 0 32 0.08 0 (disastrous as Spock is attacked and poisoned by a ) 86.4 636 S
0.28 0 32 0.08 0 (huge crea-) 452.6 636 S
-0.04 0 32 0.52 0 (ture and Kirk's landing party is trapped underground by ) 86.4 624 S
0 0 32 0 0 (a) 518.4 624 S
0.24 0 32 0.08 0 (violent earthquake. ) 86.4 612 S
0.28 0 32 0.08 0 (As Spock fights for his life in sickbay,) 232.52 612 S
0.56 0 32 0.56 0 (Scotty organizes a search for Kirk ) 86.4 600 S
0.6 0 32 0.56 0 (and his men. However,) 361.4 600 S
0.52 0 32 0.72 0 (rescue efforts must cease when ) 86.4 588 S
0.56 0 32 0.72 0 (the U.S.S. Enterprise is) 334.56 588 S
0.24 0 32 0.08 0 (called away to the Beta Cabrini system where a ) 86.4 576 S
0.28 0 32 0.08 0 (mining colony) 430.76 576 S
0 0 32 0 0 (is under heavy attack.) 86.4 564 S
0.12 0 32 0.36 0 (At Beta Cabrini, the U.S.S. Enterprise faces off against a) 86.4 540 S
0.4 0 32 0.72 0 (Marauder named Dreen ) 86.4 528 S
0.44 0 32 0.72 0 (- a man that Spock had watched his) 253.96 528 S
0 0 32 0 0 (former captain Christopher Pike defeat years before. Fighting) 86.4 516 S
0.08 0 32 0.36 0 (the effects of the ) 86.4 504 S
0.12 0 32 0.36 0 (poison, Spock struggles to his feet and) 230.4 504 S
0.08 0 32 0.36 0 (takes command of the ) 86.4 492 S
0.12 0 32 0.36 0 (ship. Soon Spock and Dreen are locked) 245.52 492 S
0.08 0 32 0.36 0 (into a deadly game of cat and mouse - a game driven by ) 86.4 480 S
-0.36 0 32 0.36 0 (mad) 503.28 480 S
0 0 32 0 0 (revenge that can have only one survivor!) 86.4 468 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 444 S
0 0 32 0 0 (SPOCK WAS IN THE GRIP OF SOME TERRIBLE CONVULSION ...) 86.4 420 S
0.44 0 32 0.56 0 (He looked flushed ) 86.4 396 S
0.48 0 32 0.56 0 (- feverish - his eyes wide. And he was) 227.44 396 S
0.12 0 32 0.36 0 (breathing much too quickly, as evidenced by the rapid rise) 86.4 384 S
0.08 0 32 0.36 0 (and fall of his ) 86.4 372 S
0.12 0 32 0.36 0 (chest. The captain had expected some frac-) 207.72 372 S
0 0 32 0 0 (tured ribs, maybe internal bleeding, but not) 86.4 360 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (this) 410.4 360 S
F1 setfont
0 0 32 0 0 (.) 439.2 360 S
0 0 32 0 0 ("Bones," Kirk breathed, "What's) 86.4 336 S
F2 setfont
0 0 32 0 0 (happening) 316.8 336 S
F1 setfont
0 0 32 0 0 (to him?") 388.8 336 S
-0.08 0 32 0.52 0 (McCoy scowled, ) 86.4 312 S
-0.04 0 32 0.52 0 ("Something's gotten into his bloodstream -) 202.08 312 S
0.52 0 32 0.72 0 (some kind of poison I ) 86.4 300 S
0.56 0 32 0.72 0 (can't identify. It's accelerating) 263.28 300 S
0 0 32 0 0 (Spock's vital processes.") 86.4 288 S
0.24 0 32 0.08 0 (Abruptly, the captain flashed back to the sight of ) 86.4 264 S
0.28 0 32 0.08 0 (the crea-) 459.88 264 S
0 0 32 0 0 (ture's tentacle brushing Spock's shoulder. He cursed, drawing) 86.4 252 S
0 0 32 0 0 (McCoy's attention. "Bones, I saw the thing touch him with one) 86.4 240 S
0.28 0 32 0.2 0 (of its tentacles...) 86.4 228 S
F2 setfont
-0.2 0 32 0.2 0 (there) 235.28 228 S
F1 setfont
0.32 0 32 0.2 0 (..." He pointed to the juncture of) 272.28 228 S
0 0 32 0 0 (Spock's neck and shoulder.) 86.4 216 S
-0.04 0 32 0.52 0 (Pulling the material of the first officer's tunic asside,) 86.4 192 S
-0.04 0 32 0.52 0 (McCoy exposed three tiny puncture marks, still green with) 86.4 180 S
0 0 32 0 0 (clotting blood. "Damn," he said. "Jim, I've got to get him up) 86.4 168 S
0 0 32 0 0 (to sickbay ...") 86.4 156 S
0 0 32 0 0 (- A56 -) 266.4 48 S
endpage
showpage
%% Page: 61 61
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Rift") 255.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 57) 57.6 744 S
0 0 32 0 0 (Author: Peter David) 57.6 732 S
0 0 32 0 0 (First Printing: November, 1991) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-74796-7) 57.6 708 S
0 0 32 0 0 (Pages: 274) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (Every thirty-three years, a rift in space connects the Feder-) 86.4 648 S
0.24 0 32 0.08 0 (ation with a mysterious race called the Calligar who ) 86.4 636 S
0.28 0 32 0.08 0 (live on) 474.44 636 S
0.36 0 32 0.72 0 (a planet hundreds ) 86.4 624 S
0.4 0 32 0.72 0 (of light years away - much too far to) 230.08 624 S
0.24 0 32 0.08 0 (travel in ) 86.4 612 S
0.28 0 32 0.08 0 (a Starship. Captain Kirk and the) 159.72 612 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0.28 0 32 0.08 0 (U.S.S. Enterprise) 401.64 612 S
F1 setfont
0 0 32 0 0 (are dispatched to transport a Federation delegation of diplo-) 86.4 600 S
-0.04 0 32 0.52 0 (mats, scholars and scientists who will travel to Calligar) 86.4 588 S
0.2 0 32 0.08 0 (directly during the brief period ) 86.4 576 S
0.24 0 32 0.08 0 (of time that the rift will) 327.68 576 S
0 0 32 0 0 (be open.) 86.4 564 S
0.24 0 32 0.08 0 (Mr. Spock leads the Federation party as they travel ) 86.4 540 S
0.28 0 32 0.08 0 (by shut-) 467.16 540 S
0 0 32 0 0 (tle through the rift just as a group of the aliens arrives in) 86.4 528 S
0 0 32 0 0 (Federation space. The meetings go smoothly until the Calligar) 86.4 516 S
0 0 32 0 0 (take Spock's party hostage and Kirk discovers that the aliens) 86.4 504 S
0.28 0 32 0.2 0 (are keeping a ) 86.4 492 S
0.32 0 32 0.2 0 (deadly secret. With angry Tellarite and Ando-) 190.88 492 S
0 0 32 0 0 (rain fleets ready to attack the Caligar, Kirk must save Spock) 86.4 480 S
0.2 0 32 0.08 0 (and the others before war ) 86.4 468 S
0.24 0 32 0.08 0 (breaks out and the rift closes for) 276.72 468 S
0 0 32 0 0 (another fifty years.) 86.4 456 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 432 S
0.12 0 32 0.36 0 ("WE ARE ) 86.4 408 S
0.16 0 32 0.36 0 (BOTH INTELLIGENT, REASONABLE PEOPLES..." KIRK SAID) 147.16 408 S
0 0 32 0 0 (EVENLY.) 86.4 396 S
0.4 0 32 0.72 0 ("I'm certain that ) 86.4 372 S
0.44 0 32 0.72 0 (we can work matters out to our mutual) 230.2 372 S
0 0 32 0 0 (satisfaction.") 86.4 360 S
0.52 0 32 0.56 0 ("Are you willing to bet your crew on that, Captain Kirk") 86.4 336 S
-0.04 0 32 0.52 0 (asked Macro. "Because until such time that you return ) 86.4 324 S
-0.52 0 32 0.52 0 (our) 502.96 324 S
0.24 0 32 0.2 0 (Master Builder to us, we will hold on ) 86.4 312 S
0.28 0 32 0.2 0 (to your contact team.) 369.56 312 S
0.2 0 32 0.08 0 (And I remind you, Captain, the rift will close in just ) 86.4 300 S
0.24 0 32 0.08 0 (a few) 489.04 300 S
0 0 32 0 0 (hours. I suggest you use the time wisely.) 86.4 288 S
0.4 0 32 0.88 0 (Kirk sagged back in his chair ) 86.4 264 S
0.44 0 32 0.88 0 (and rubbed his forehead.) 331.24 264 S
0 0 32 0 0 ("Perfect," he said. "Just perfect.") 86.4 252 S
0 0 32 0 0 (- A57 -) 266.4 48 S
endpage
showpage
%% Page: 62 62
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Faces of Fire") 237.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 58) 57.6 744 S
0 0 32 0 0 (Author: Michael Jan Friedman) 57.6 732 S
0 0 32 0 0 (First Printing: March, 1992) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-74992-7) 57.6 708 S
0 0 32 0 0 (Pages: 307) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.08 0 32 0.36 0 (En route to Alpha ) 86.4 648 S
0.12 0 32 0.36 0 (Malurian Six to settle a dispute between) 222.84 648 S
0.08 0 32 0.36 0 (two religions, the) 86.4 636 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0.08 0 32 0.36 0 (U. S. S. Enterprise) 230.28 636 S
F1 setfont
0.12 0 32 0.36 0 (first stops to do a) 381.84 636 S
-0.04 0 32 0.52 0 (routine check on the progress of a terraforming colony ) 86.4 624 S
-0.52 0 32 0.52 0 (on) 510.68 624 S
-0.04 0 32 0.52 0 (Beta Canzandia Three - a colony whose inhabitants include) 86.4 612 S
0 0 32 0 0 (Carol and David Marcus.) 86.4 600 S
0.56 0 32 0.56 0 (While Spock is left behind at ) 86.4 576 S
0.6 0 32 0.56 0 (the terraforming colony to) 322.6 576 S
0.28 0 32 0.2 0 (continue his scientific ) 86.4 564 S
0.32 0 32 0.2 0 (studies, the rest of the crew heads) 264.88 564 S
0 0 32 0 0 (to Alpha Malurian Six to find the dispute has turned to war.) 86.4 552 S
0.24 0 32 0.2 0 (As Kirk, McCoy, and Scotty search for a ) 86.4 528 S
0.28 0 32 0.2 0 (solution to end the) 384.36 528 S
0.24 0 32 0.08 0 (conflict, a ship piloted by a Klingon faction arrives ) 86.4 516 S
0.28 0 32 0.08 0 (at the) 481.72 516 S
-0.04 0 32 0.52 0 (terraforming colony to take control of the facility. When) 86.4 504 S
-0.04 0 32 0.52 0 (colonists are imprisoned, Spock and David must defeat the) 86.4 492 S
0 0 32 0 0 (Klingons or face certain death...) 86.4 480 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 456 S
0 0 32 0 0 ("WHAT'S YOUR) 86.4 432 S
F2 setfont
0 0 32 0 0 (LAST) 180 432 S
F1 setfont
0 0 32 0 0 (NAME, SON?") 216 432 S
0.2 0 32 0.08 0 (For the first time since ) 86.4 408 S
0.24 0 32 0.08 0 (they'd come in, David looked to his) 269.44 408 S
0.28 0 32 0.2 0 (mother. He seemed ) 86.4 396 S
0.32 0 32 0.2 0 (confused. Carol Marcus pattend him on the) 220.48 396 S
0.08 0 32 0.36 0 (shoulder. "Would you excuse ) 86.4 384 S
0.12 0 32 0.36 0 (us a moment? I have to discuss) 298.44 384 S
0 0 32 0 0 (something with Dr. McCoy.") 86.4 372 S
0 0 32 0 0 (As the doors shooshed closed behind the boy, she returned the) 86.4 348 S
0.32 0 32 0.2 0 (doctor's scrutiny. There ) 86.4 336 S
0.36 0 32 0.2 0 (was a decidedly no-nonense cast to) 272.4 336 S
-0.04 0 32 0.52 0 (her features - something Bones would have called defiance) 86.4 324 S
0 0 32 0 0 (under different circumstances.) 86.4 312 S
-0.04 0 32 0.52 0 ("Dr. McCoy," she bagan, lifting her chin slightly, almost) 86.4 288 S
0 0 32 0 0 (exactly the way the boy had earlier. "A long time ago, I knew) 86.4 276 S
0 0 32 0 0 (Jim Kirk quite well.") 86.4 264 S
0 0 32 0 0 (He nodded. "The captain has mentioned you once or twice, But-) 86.4 240 S
0 0 32 0 0 (") 86.4 228 S
0.28 0 32 0.2 0 ("He doesn't know ) 86.4 204 S
0.32 0 32 0.2 0 (about David," she interrupted. "And I want) 213.08 204 S
0 0 32 0 0 (to keep it that way.") 86.4 192 S
0 0 32 0 0 (Suddenly all the pieces fell into place. McCoy cyrsed softly.) 86.4 168 S
0 0 32 0 0 ("You understand what I'm saying," she observed.) 86.4 144 S
0 0 32 0 0 ("You're damnn right I do," he said. "That boy is Jim's) 86.4 120 S
F2 setfont
0 0 32 0 0 (son) 482.4 120 S
F1 setfont
0 0 32 0 0 (.") 504 120 S
0 0 32 0 0 (- A57 -) 266.4 48 S
endpage
showpage
%% Page: 63 63
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Disinherited") 226.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 59) 57.6 744 S
0 0 32 0 0 (Author: Peter David, Michael Jan Friedman and) 57.6 732 S
0 0 32 0 0 (Robert Greenberger) 201.6 720 S
0 0 32 0 0 (First Printing: May, 1992) 57.6 708 S
0 0 32 0 0 (ISBN: 0-671-77958-3) 57.6 696 S
0 0 32 0 0 (Pages: 261) 57.6 684 S
0 0 32 0 0 (Back Cover Text:) 57.6 660 S
0.32 0 32 0.2 0 (Gamma Xaridian - ) 86.4 636 S
0.36 0 32 0.2 0 (a peaceful Federation research colony that) 213.2 636 S
0.24 0 32 0.08 0 (becomes the ) 86.4 624 S
0.28 0 32 0.08 0 (third Federation world to suffer a brutal attack) 174.28 624 S
0 0 32 0 0 (at the hands of a mysterious alien fleet. With Lt. Uhura gone) 86.4 612 S
0.52 0 32 0.56 0 (on an important mission of her own, Captain Kirk and the) 86.4 600 S
-0.08 0 32 0.08 0 (U.S.S.) 86.4 588 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
-0.08 0 32 0.08 0 (Enterprise) 137.68 588 S
F1 setfont
0.36 0 32 0.08 0 (are dispatched to investigate the attacks,) 218.12 588 S
0 0 32 0 0 (only to find the planets compleately devastated.) 86.4 576 S
0 0 32 0 0 (When another nearby colony is attacked, the U.S.S.) 86.4 552 S
F2 setfont
0 0 32 0 0 (Enterprise) 453.6 552 S
F1 setfont
0.08 0 32 0.36 0 (is ready and encounters ) 86.4 540 S
0.12 0 32 0.36 0 (a fleet of quick, small and deadly) 268.2 540 S
0.08 0 32 0.36 0 (ships. Though Kirk and ) 86.4 528 S
0.12 0 32 0.36 0 (his crew manage to turn the raiders) 260.64 528 S
0.52 0 32 0.72 0 (away, the U.S.S.) 86.4 516 S
F2 setfont
-0.72 0 32 0.72 0 (Enterprise) 222.6 516 S
F1 setfont
0.56 0 32 0.72 0 (is severely damaged and the) 310.24 516 S
0 0 32 0 0 (aliens escape.) 86.4 504 S
0.08 0 32 0.36 0 (As Kirk and his ) 86.4 480 S
0.12 0 32 0.36 0 (crew prepare for their next encounter with) 207.72 480 S
0.24 0 32 0.08 0 (the raiders, ) 86.4 468 S
0.28 0 32 0.08 0 (Mr. Spock makes a startling discovery about the) 181.56 468 S
0.16 0 32 1.08 0 (purpose behind the alien attacks - a purpose that, if) 86.4 456 S
0.4 0 32 0.2 0 (realized, could have deadly consequences for the Federation) 86.4 444 S
0 0 32 0 0 (and the U.S.S.) 86.4 432 S
F2 setfont
0 0 32 0 0 (Enterprise) 194.4 432 S
F1 setfont
0 0 32 0 0 (...) 266.4 432 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 408 S
0 0 32 0 0 ("FORWARD PHASERS OUT!" CALLED SPOCK.) 86.4 384 S
-0.08 0 32 0.52 0 ("Starboard shields buckling," ) 86.4 360 S
-0.04 0 32 0.52 0 (the Vulcan continued. "Port) 317.8 360 S
0 0 32 0 0 (shields can sustain only two more hits.") 86.4 348 S
-0.08 0 32 0.52 0 ("Captain, how ) 86.4 324 S
-0.04 0 32 0.52 0 (about the Turnoga defense!" Chekpv suddenly) 194.36 324 S
0 0 32 0 0 (shouted. "In a situation like thts-") 86.4 312 S
0 0 32 0 0 ("Not now, Mr. Chekov!" snapped Kirk.) 86.4 288 S
0 0 32 0 0 ("But sir-") 86.4 264 S
0.08 0 32 0.36 0 ("Ensign," said Kirk, "I ) 86.4 240 S
0.12 0 32 0.36 0 (don't have time to turn the bridge) 268.2 240 S
0.2 0 32 0.08 0 (into an Academy lecture hall. ) 86.4 228 S
0.24 0 32 0.08 0 (Bring us around to 419 mark 6.) 305.84 228 S
0 0 32 0 0 (Drop forward shields; prepare for warp speed.") 86.4 216 S
0 0 32 0 0 (") 86.4 192 S
F2 setfont
-0.36 0 32 0.36 0 (What?) 93.96 192 S
F1 setfont
0.12 0 32 0.36 0 (" Chekov ) 131.76 192 S
0.16 0 32 0.36 0 (exclaimed. "Captain, even minimal warp will) 200.08 192 S
0.24 0 32 0.2 0 (kick us right out of the system! And ) 86.4 180 S
0.28 0 32 0.2 0 (with no shields, we'll) 362.16 180 S
0 0 32 0 0 (be defenseless.") 86.4 168 S
0.4 0 32 0.2 0 ("Ensign, you're relieved," said Kirk sharply. "Palmer, take) 86.4 144 S
0.16 0 32 1.08 0 (over. Mr. Chekov, get the hell off the bridge. You're) 86.4 132 S
0 0 32 0 0 (confined to quarters.") 86.4 120 S
0 0 32 0 0 (- A58 -) 266.4 48 S
endpage
showpage
%% Page: 64 64
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Section B) 259.2 480 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Giant Novels) 248.4 444 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (- B0 -) 270 48 S
endpage
showpage
%% Page: 65 65
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Enterprise: The First Adventure") 172.8 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 1) 57.6 744 S
0 0 32 0 0 (Author: Vonda N. McIntyre) 57.6 732 S
0 0 32 0 0 (First Printing: September, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-62581-0) 57.6 708 S
0 0 32 0 0 (Pages: 371) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
-0.04 0 32 0.52 0 ("I heartily recommend ENTERPRISE THE FIRST ADVENTURE as a) 86.4 648 S
0 0 32 0 0 (most creative and enjoyable tale of) 86.4 636 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Star Trek) 345.6 636 S
F1 setfont
0 0 32 0 0 ('s beginning...") 410.4 636 S
0 0 32 0 0 (-Gene Roddenberry) 86.4 612 S
0.28 0 32 0.2 0 (He was the youngest man to captain a starship in Federation) 86.4 588 S
0.28 0 32 0.2 0 (history. His crew included an untried first officer - and a) 86.4 576 S
0.24 0 32 0.08 0 (maverick ship's surgeon. In the years to come the ) 86.4 564 S
0.28 0 32 0.08 0 (voyages of) 452.6 564 S
0.24 0 32 0.08 0 (Captain James ) 86.4 552 S
0.28 0 32 0.08 0 (T. Kirk and the U.S.S. Enterprise would become) 188.84 552 S
0 0 32 0 0 (legend.) 86.4 540 S
0 0 32 0 0 (But before their historic five-year mission began, before the) 86.4 516 S
0.12 0 32 0.36 0 (crew meshed into the superb unit that would journey across) 86.4 504 S
0.48 0 32 0.72 0 (the galaxy, before the legend took shape. there was the) 86.4 492 S
0 0 32 0 0 (mission that brought them together for the first time.) 86.4 480 S
-0.04 0 32 0.52 0 (Here, at last, is that untold story - the ) 86.4 456 S
0 0 32 0.52 0 (first voyage of) 410.32 456 S
0.08 0 32 0.36 0 (Captain Kirk, Mr. Spock, Dr. McCoy and ) 86.4 444 S
0.12 0 32 0.36 0 (all the rest of the) 381.84 444 S
0.32 0 32 0.2 0 (Enterprise crew - ) 86.4 432 S
0.36 0 32 0.2 0 (the most eagerly-awaited) 220.6 432 S
F2 setfont
0.36 0 32 0.2 0 (Star Trek) 406.68 432 S
F1 setfont
-0.2 0 32 0.2 0 (adven-) 481.4 432 S
0 0 32 0 0 (ture of all!) 86.4 420 S
0 0 32 0 0 (By Hugo and Nebula Award Winner VONDA N. McINTYRE) 86.4 396 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 372 S
0.28 0 32 0.2 0 (From the moment James T. Kirk steps aboard the Enterprise -) 86.4 348 S
0 0 32 0 0 (the youngest captain in Starfleet's history - things begin to) 86.4 336 S
0.12 0 32 0.36 0 (go wrong. His Vulcan science officer, ) 86.4 324 S
0.16 0 32 0.36 0 (Mr. Spock, considers) 374.44 324 S
0.52 0 32 0.72 0 (Kirk impetuous; the ship's chief ) 86.4 312 S
0.56 0 32 0.72 0 (engineer thinks him an) 350.4 312 S
0 0 32 0 0 (inexperienced young hotshot; his chief medical officer hasn't) 86.4 300 S
0 0 32 0 0 (bothered to show up yet; and the new helmsman would rather be) 86.4 288 S
0 0 32 0 0 (somewhere else entirely. To top it all off, Starfleet Command) 86.4 276 S
0.32 0 32 0.2 0 (has assigned the ) 86.4 264 S
0.36 0 32 0.2 0 (Enterprise a disappointingly tame task: to) 213.2 264 S
0.32 0 32 0.2 0 (ferry a troupe ) 86.4 252 S
0.36 0 32 0.2 0 (of vaudeville performers on a morale-raising) 198.4 252 S
0 0 32 0 0 (mission to Federation starbases - in short, a USO tour.) 86.4 240 S
-0.04 0 32 0.52 0 (Then the largest spacecraft anyone has ever seen suddenly) 86.4 216 S
0.28 0 32 0.2 0 (appears in the ) 86.4 204 S
0.32 0 32 0.2 0 (ship's flight path...and on their first mis-) 198.28 204 S
0 0 32 0 0 (sion together, Kirk and the entire Enterprise crew are facing) 86.4 192 S
0 0 32 0 0 (what could truly be mankind's final frontier....) 86.4 180 S
0 0 32 0 0 (- B1 -) 270 48 S
endpage
showpage
%% Page: 66 66
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Strangers from the Sky") 205.2 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 2) 57.6 744 S
0 0 32 0 0 (Author: Margaret Wander Bonanno) 57.6 732 S
0 0 32 0 0 (First Printing: July, 1987) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64049-6) 57.6 708 S
0 0 32 0 0 (Pages: 402) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.32 0 32 0.2 0 (IN THE TWENTY-FIRST ) 86.4 648 S
0.36 0 32 0.2 0 (CENTURY: United at last after countless) 235.4 648 S
0.28 0 32 0.2 0 (years of warfare, ) 86.4 636 S
0.32 0 32 0.2 0 (humanity turns toward the stars. But when) 220.48 636 S
0.32 0 32 0.2 0 (an alien spacecraft ) 86.4 624 S
0.36 0 32 0.2 0 (crashlands in the South Pacific bearing) 235.4 624 S
0 0 32 0 0 (visitors from another world - the Vulcans - Earth must decide) 86.4 612 S
0.52 0 32 0.56 0 (weather to extend the hand of friendship, or the fist of) 86.4 600 S
0 0 32 0 0 (war...) 86.4 588 S
0.28 0 32 0.08 0 (While in the ) 86.4 564 S
0.32 0 32 0.08 0 (distant future, horrible dreams torment Admiral) 181.92 564 S
0.12 0 32 0.36 0 (James T. Kirk, dreams prompted by his reading of STRANGERS) 86.4 552 S
0.48 0 32 0.72 0 (FROM THE SKY, a book about that historic first contact.) 86.4 540 S
0.28 0 32 0.2 0 (Dreams of an ) 86.4 528 S
0.32 0 32 0.2 0 (alternate reality where he somehow changed the) 183.48 528 S
0.12 0 32 0.36 0 (course of history - and destroyed the Federation before it) 86.4 516 S
0 0 32 0 0 (began!) 86.4 504 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 480 S
0.4 0 32 0.72 0 (WHATEVER IT WAS ) 86.4 456 S
0.44 0 32 0.72 0 (THAT WENT DOWN OUT THERE LAST NIGHT, IT) 214.36 456 S
0 0 32 0 0 (WASN'T ONE OF OURS...") 86.4 444 S
-0.04 0 32 0.52 0 (Sawyer paced the confines of the cabin, contemplating the) 86.4 420 S
0.32 0 32 0.2 0 (calm and sparkling ) 86.4 408 S
0.36 0 32 0.2 0 (Pacific, somewhere in which a supposedly) 228 408 S
0 0 32 0 0 (alien spacecraft had gone down the night before. Chances were) 86.4 396 S
0 0 32 0 0 (it has simply plummeted like a stone into a pond and that was) 86.4 384 S
0 0 32 0 0 (the end of it.) 86.4 372 S
0 0 32 0 0 ("So you see," Nyere smiled wanly, "what it is is our having a) 86.4 348 S
0.28 0 32 0.2 0 (long, considered look ) 86.4 336 S
0.32 0 32 0.2 0 (at the aliens and reporting our find-) 250.08 336 S
0 0 32 0 0 (ings to Command. Command then decided if Earth is ready - for) 86.4 324 S
0.24 0 32 0.2 0 (the first time and for an absolute certainty ) 86.4 312 S
0.28 0 32 0.2 0 (- to know that) 421.36 312 S
0 0 32 0 0 (such aliens exist.") 86.4 300 S
0 0 32 0 0 ("And if Command decides not?") 86.4 276 S
0.08 0 32 0.36 0 ("Then it falls upon us to make certain that they ) 86.4 252 S
0.12 0 32 0.36 0 (- and any) 457.68 252 S
0.28 0 32 0.08 0 (witnesses to their ) 86.4 240 S
0.32 0 32 0.08 0 (arrival" -he shook his head, unbelieving-) 225.6 240 S
0 0 32 0 0 ("cease to exist.") 86.4 228 S
0 0 32 0 0 (- B2 -) 270 48 S
endpage
showpage
%% Page: 67 67
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Final Frontier") 219.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 3) 57.6 744 S
0 0 32 0 0 (Author: Diane Carey) 57.6 732 S
0 0 32 0 0 (First Printing: January, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-64752-0) 57.6 708 S
0 0 32 0 0 (Pages: 434) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.08 0 32 0.36 0 (This is the story of a hero - and a moment forever lost ) 86.4 648 S
-0.36 0 32 0.36 0 (to) 510.84 648 S
0 0 32 0 0 (history.) 86.4 636 S
0.2 0 32 0.08 0 (It is a tale of Starfleet's early days, of a time ) 86.4 612 S
0.24 0 32 0.08 0 (before the) 452.64 612 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0.2 0 32 0.08 0 (STAR TREK) 86.4 600 S
F1 setfont
0.2 0 32 0.08 0 (we know. The ) 159.6 600 S
0.24 0 32 0.08 0 (story of a secret mission gone horri-) 254.88 600 S
0.44 0 32 0.56 0 (bly wrong - ) 86.4 588 S
0.48 0 32 0.56 0 (and an instant in time when the galaxy stood) 180.88 588 S
0.2 0 32 0.08 0 (poised on the brink of ) 86.4 576 S
0.24 0 32 0.08 0 (one final, destructive war. It is the) 254.88 576 S
-0.04 0 32 0.52 0 (story of a ship since passed on into legend, ) 86.4 564 S
0 0 32 0.52 0 (and a man we) 433.48 564 S
0 0 32 0 0 (know only as the father of Starfleet's greatest captain.) 86.4 552 S
0.4 0 32 0.72 0 (His name is ) 86.4 528 S
0.44 0 32 0.72 0 (Kirk. Commander George Samuel Kirk. He is a) 182.68 528 S
0 0 32 0 0 (warrior, born and bred to battle. Now destiny has placed the) 86.4 516 S
0 0 32 0 0 (fate of a hundred innocent worlds on his shoulders.) 86.4 504 S
0.2 0 32 0.08 0 (And put the power of ) 86.4 480 S
0.24 0 32 0.08 0 (the greatest weapon the galaxy has seen) 240.32 480 S
0 0 32 0 0 (in his hands...) 86.4 468 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 444 S
0 0 32 0 0 ("AN IMPOSSIBLE RESCUE...") 86.4 420 S
0.24 0 32 0.2 0 (April murmured. "Think of it, George. A way ) 86.4 396 S
0.28 0 32 0.2 0 (to turn a four-) 413.96 396 S
0.28 0 32 0.2 0 (month journey into a three-week epic triumph in the name of) 86.4 384 S
0 0 32 0 0 (life. Think of it.") 86.4 372 S
0.08 0 32 0.36 0 (George moved around to face him, to ) 86.4 348 S
0.12 0 32 0.36 0 (force April to look at) 359.16 348 S
0 0 32 0 0 (him. "Why all the cloak and dagger, then? Why didn't you just) 86.4 336 S
0 0 32 0 0 (ask me?") 86.4 324 S
0 0 32 0 0 ("Couldn't take the chance, old boy.") 86.4 300 S
0 0 32 0 0 ("Why?" George pressed.) 86.4 276 S
-0.04 0 32 0.52 0 (April stepped closer to the helm, placed his hands ) 86.4 252 S
0 0 32 0.52 0 (on the) 479.8 252 S
0 0 32 0 0 (console, and looked out, upward, at the looming spacedock. He) 86.4 240 S
0 0 32 0 0 (nodded, out, up. "That's why.") 86.4 228 S
0 0 32 0 0 (Soft lights from the spacedock played in his eyes.) 86.4 204 S
0 0 32 0 0 (George stepped close, leaned over the console and looked out.) 86.4 180 S
0.24 0 32 0.08 0 (The lights bathed his ruddy cheeks and drew him ) 86.4 168 S
0.28 0 32 0.08 0 (onward, into) 438.04 168 S
0 0 32 0 0 (astonishment.) 86.4 156 S
0 0 32 0 0 ("My God, Robert..." he whispered. "What is that?") 86.4 132 S
0 0 32 0 0 ("That," April breathed, "is a starship.") 86.4 108 S
0 0 32 0 0 (- B3 -) 270 48 S
endpage
showpage
%% Page: 68 68
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Section C) 259.2 480 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Hardcovers) 255.6 444 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (- C0 -) 270 48 S
endpage
showpage
%% Page: 69 69
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Spock's World") 237.6 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 1) 57.6 744 S
0 0 32 0 0 (Author: Diane Duane) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1988) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-66851-X) 57.6 708 S
0 0 32 0 0 (Pages: 310) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 ("I AM SPOCK...) 86.4 648 S
0.24 0 32 0.2 0 (I hold the rank of Commander in the ) 86.4 624 S
0.28 0 32 0.2 0 (Starfleet of the United) 354.76 624 S
0.24 0 32 0.08 0 (Federation of Planets; I serve as First Officer of ) 86.4 612 S
0.28 0 32 0.08 0 (the Star-) 459.88 612 S
0 0 32 0 0 (ship Enterprise...) 86.4 600 S
-0.04 0 32 0.52 0 (I am the son of two worlds. Of Earth, ) 86.4 576 S
0 0 32 0.52 0 (whose history is an) 379.44 576 S
-0.04 0 32 0.52 0 (open book...and of Vulcan, whose secrets have lain hidden) 86.4 564 S
0 0 32 0 0 (beneath its burning sands...) 86.4 552 S
0 0 32 0 0 (Until now...") 86.4 528 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 504 S
0.24 0 32 0.08 0 (Ever since 1966, when the very first episode of ) 86.4 480 S
0.28 0 32 0.08 0 (the original) 438.04 480 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0.12 0 32 0.36 0 (STAR TREK) 86.4 468 S
F1 setfont
0.12 0 32 0.36 0 (television series aired, casual ) 162.24 468 S
0.16 0 32 0.36 0 (fans and devoted) 404.68 468 S
0.12 0 32 0.36 0 (Trekkers alike have been captivated by the alien Mr. Spock) 86.4 456 S
0 0 32 0 0 (and his enigmatic home planet Vulcan. Now, for the first time) 86.4 444 S
0.28 0 32 0.2 0 (anywhere, here is an in-depth look at the secret history of) 86.4 432 S
0 0 32 0 0 (both.) 86.4 420 S
0.48 0 32 0.72 0 (In is the twenty-third century. On the planet Vulcan, a) 86.4 396 S
0 0 32 0 0 (crisis of unprecedented proportion has caused the convocation) 86.4 384 S
0.48 0 32 0.72 0 (of the planet's ruling council - and summons the U.S.S.) 86.4 372 S
0.28 0 32 0.08 0 (Enterprise from halfway ) 86.4 360 S
0.32 0 32 0.08 0 (across the galaxy, to bring Vulcan's) 262 360 S
0 0 32 0 0 (most famous son home in its hour of need. As Commander Spock,) 86.4 348 S
0.28 0 32 0.2 0 (his father Sarek and Captain James T. Kirk struggle to pre-) 86.4 336 S
0.12 0 32 0.36 0 (serve the very future of the Federation, the innermost se-) 86.4 324 S
0.4 0 32 0.72 0 (crets of the ) 86.4 312 S
0.44 0 32 0.72 0 (planet Vulcan are laid before us, from its) 190.6 312 S
0.32 0 32 0.2 0 (beginnings millions of ) 86.4 300 S
0.36 0 32 0.2 0 (years ago to its savage pre-history,) 257.6 300 S
-0.08 0 32 0.52 0 (from merciless ) 86.4 288 S
-0.04 0 32 0.52 0 (tribal warfare to medieval court intrigue,) 202.08 288 S
0.24 0 32 0.08 0 (from the exploration of space to the development of ) 86.4 276 S
0.28 0 32 0.08 0 (c'thia -) 467.16 276 S
0 0 32 0 0 (the ruling ethic of logic. And Spock torn between his duty to) 86.4 264 S
0.24 0 32 0.08 0 (Starfleet and the unbreakable ties that bind him to ) 86.4 252 S
0.28 0 32 0.08 0 (Vulcan -) 467.16 252 S
0.2 0 32 0.08 0 (must find a way to ) 86.4 240 S
0.24 0 32 0.08 0 (reconcile both his own inner conflict and) 225.76 240 S
0.4 0 32 0.2 0 (the external dilemma his planet faces...lest the Federation) 86.4 228 S
0 0 32 0 0 (itself be ripped asunder.) 86.4 216 S
0 0 32 0 0 (- C1 -) 270 48 S
endpage
showpage
%% Page: 70 70
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("The Lost Years") 234 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 2) 57.6 744 S
0 0 32 0 0 (Author: J. M. Dillard) 57.6 732 S
0 0 32 0 0 (First Printing: October, 1989) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-68293-8) 57.6 708 S
0 0 32 0 0 (Pages: 307) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (THE MISSING CHAPTER IN) 86.4 648 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (STAR TREK) 252 648 S
F1 setfont
0 0 32 0 0 (HISTORY - REVEALED AT LAST!) 324 648 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 624 S
0.12 0 32 0.36 0 (What exactly happened to the crew of the U.S.S. Enterprise) 86.4 600 S
0.24 0 32 0.2 0 (after the end of their five year mission? ) 86.4 588 S
0.28 0 32 0.2 0 (How did that mis-) 399.16 588 S
0.2 0 32 0.08 0 (sion end? What did they ) 86.4 576 S
0.24 0 32 0.08 0 (do before they were reunited for the) 262.16 576 S
F2 setfont
0.12 0 32 1.08 0 (STAR TREK) 86.4 564 S
F1 setfont
0.12 0 32 1.08 0 (films? Even ) 177.84 564 S
0.16 0 32 1.08 0 (the casual) 277.48 564 S
F2 setfont
0.16 0 32 1.08 0 (STAR TREK) 368.88 564 S
F1 setfont
0.16 0 32 1.08 0 (fan finds) 452 564 S
0 0 32 0 0 (him/herself asking these questions from time to time...) 86.4 552 S
0.2 0 32 0.08 0 (Here at last, is the ) 86.4 528 S
0.24 0 32 0.08 0 (book that provides the answers to those) 240.32 528 S
0 0 32 0 0 (questions - a book as anticipated, in its own way, as SPOCK'S) 86.4 516 S
0.24 0 32 0.2 0 (WORLD was and one that promises to equal ) 86.4 504 S
0.28 0 32 0.2 0 (its New York Times) 391.76 504 S
0 0 32 0 0 (bestseller success.) 86.4 492 S
0.24 0 32 0.08 0 (THE LOST YEARS tells the story of Captain Kirk's ) 86.4 468 S
0.28 0 32 0.08 0 (final hours) 445.32 468 S
0.28 0 32 0.2 0 (in command of the U.S.S. Enterprise, and how he, Mr. Spock,) 86.4 456 S
0 0 32 0 0 (and Dr. McCoy struggle to establish new lives apart from each) 86.4 444 S
-0.04 0 32 0.52 0 (other and the starship. We see the newly promoted ) 86.4 432 S
-0.52 0 32 0.52 0 (Admiral) 472.08 432 S
0 0 32 0 0 (Kirk, in charge of a specially-created Starfleet division, as) 86.4 420 S
0.52 0 32 0.72 0 (he attempts to defuse a ) 86.4 408 S
0.56 0 32 0.72 0 (critical hostage situation; Mr.) 279.12 408 S
0.28 0 32 0.2 0 (Spock, who in the midst of a teaching assignment on Vulcan,) 86.4 396 S
0.28 0 32 0.2 0 (finds the one thing he least expected; and Dr. McCoy, whose) 86.4 384 S
0.28 0 32 0.2 0 (unerring instinct for ) 86.4 372 S
0.32 0 32 0.2 0 (trouble lands him smack in the middle) 250.08 372 S
2.44 0 32 1.44 0 (of an incident ) 86.4 360 S
2.48 0 32 1.44 0 (that could trigger an interstellar) 223.36 360 S
0 0 32 0 0 (bloodbath...) 86.4 348 S
0.2 0 32 0.08 0 (In THE LOST YEARS, J. M. Dillard, author of the STAR ) 86.4 324 S
0.24 0 32 0.08 0 (TREK V:) 474.48 324 S
0 0 32 0 0 (THE FINAL FRONTIER novelization, has written her best book to) 86.4 312 S
0 0 32 0 0 (date - and has bridged a gap in) 86.4 300 S
F2 setfont
0 0 32 0 0 (STAR TREK) 316.8 300 S
F1 setfont
0 0 32 0 0 (history in a manner) 388.8 300 S
0 0 32 0 0 (sure to excite and delight) 86.4 288 S
F2 setfont
0 0 32 0 0 (STAR TREK) 280.8 288 S
F1 setfont
0 0 32 0 0 (fans everywhere.) 352.8 288 S
0 0 32 0 0 (- C2 -) 270 48 S
endpage
showpage
%% Page: 71 71
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Prime Directive") 230.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 3) 57.6 744 S
0 0 32 0 0 (Author: Judith and Garfield Reeves-Stevens) 57.6 732 S
0 0 32 0 0 (First Printing: September, 1990) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-70772-8) 57.6 708 S
0 0 32 0 0 (Pages: 404) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 ("You have broken our most sacred commandment, James T. Kirk -) 86.4 648 S
0 0 32 0 0 (and in doing so, destroyed a world...) 86.4 636 S
0.28 0 32 0.2 0 ("As of this day, you are relieved of your command, stripped) 86.4 612 S
0.28 0 32 0.08 0 (of your rank ) 86.4 600 S
0.32 0 32 0.08 0 (and all accompanying privileges, and discharged) 181.92 600 S
0 0 32 0 0 (from Starfleet...) 86.4 588 S
0 0 32 0 0 ("May whatever gods there are have mercy on your soul....") 86.4 564 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 540 S
-0.04 0 32 0.52 0 (Starfleet's highest law has been broken. Its most honored) 86.4 516 S
0.52 0 32 0.72 0 (captain is in disgrace, its ) 86.4 504 S
0.56 0 32 0.72 0 (most celebrated starship in) 310.8 504 S
0.28 0 32 0.2 0 (pieces, and the crew of that ship scattered among the thou-) 86.4 492 S
0 0 32 0 0 (sand worlds of the Federation....) 86.4 480 S
0.08 0 32 0.36 0 (Thus begins PRIME DIRECTIVE, ) 86.4 456 S
0.12 0 32 0.36 0 (an epic tale of the) 306 456 S
/F2 /Courier-Oblique findfont 12 scalefont def
F2 setfont
0.12 0 32 0.36 0 (STAR TREK) 457.8 456 S
F1 setfont
0 0 32 0 0 (universe. Following in the tradition of SPOCK'S WORLD and THE) 86.4 444 S
0.28 0 32 0.08 0 (LOST YEARS, both ) 86.4 432 S
0.32 0 32 0.08 0 (major New York Times hardcover bestsellers,) 211.04 432 S
0.4 0 32 0.2 0 (Judith and Garfield Reeves-Stevens have crafted a thrilling) 86.4 420 S
0.2 0 32 0.08 0 (tale of mystery and wonder, ) 86.4 408 S
0.24 0 32 0.08 0 (a novel that takes the) 291.28 408 S
F2 setfont
0.24 0 32 0.08 0 (STAR TREK) 459.92 408 S
F1 setfont
0.12 0 32 0.36 0 (characters from the depths of despair ) 86.4 396 S
0.16 0 32 0.36 0 (into an electrifying) 374.44 396 S
0 0 32 0 0 (new adventure that spans the galaxy.) 86.4 384 S
0.24 0 32 0.2 0 (Journey with Spock, McCoy, and the rest of ) 86.4 360 S
0.28 0 32 0.2 0 (the former crew) 406.56 360 S
0.24 0 32 0.08 0 (of the starship Enterprise to Talin - the planet ) 86.4 348 S
0.28 0 32 0.08 0 (where their) 445.32 348 S
0.28 0 32 0.2 0 (careers ended. A world once teeming with life that now lies) 86.4 336 S
0.32 0 32 0.2 0 (ruined. It's cities ) 86.4 324 S
0.36 0 32 0.2 0 (turned to ashes, its surface devastated) 235.4 324 S
0 0 32 0 0 (by a radioactive firestorm - because of their actions. There,) 86.4 312 S
0.24 0 32 0.2 0 (they must find out how - and why ) 86.4 300 S
0.28 0 32 0.2 0 (- this tragedy occurred...) 332.56 300 S
0 0 32 0 0 (and discover what has become of their captain.) 86.4 288 S
0.12 0 32 0.36 0 (Judith and ) 86.4 264 S
0.16 0 32 0.36 0 (Garfield Reeves-Stevens cowrote MEMORY PRIME, a) 169.84 264 S
F2 setfont
0.24 0 32 0.08 0 (STAR TREK) 86.4 252 S
F1 setfont
0.28 0 32 0.08 0 (novel and previous New York Times bestseller. They) 159.72 252 S
0.28 0 32 0.2 0 (are also the authors of the new fantasy series, THE CHRONI-) 86.4 240 S
0.64 0 32 0.56 0 (CLES OF GALEN SWORD, and the forthcoming ) 86.4 228 S
0.68 0 32 0.56 0 (science fiction) 409.08 228 S
0.64 0 32 0.56 0 (novel, SLYDE. On his own, Garfield Reeves-Stevens ) 86.4 216 S
0.68 0 32 0.56 0 (is the) 478.92 216 S
0 0 32 0 0 (author of NIGHTEYES and the forthcoming thriller DARK MATTER,) 86.4 204 S
0 0 32 0 0 (as well as numerous other science fiction and horror books.) 86.4 192 S
0 0 32 0 0 (- C3 -) 270 48 S
endpage
showpage
%% Page: 72 72
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 ("Probe") 266.4 768 S
/F1 /Courier findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Number: 4) 57.6 744 S
0 0 32 0 0 (Author: Margaret Wander Bonanno) 57.6 732 S
/F2 /Courier findfont 9 scalefont def
F2 setfont
0 0 32 0 0 (*) 367.2 736.5 S
F1 setfont
0 0 32 0 0 (First Printing: April, 1992) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-72420-7) 57.6 708 S
0 0 32 0 0 (Pages: 345) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (THE SPELLBINDING SEQUEL TO STAR TREK IV...) 86.4 648 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 624 S
/F3 /Courier-Oblique findfont 12 scalefont def
F3 setfont
0 0 32 0 0 (STAR TREK) 86.4 600 S
F1 setfont
0 0 32 0 0 (- a vision of humanity's future that has captivated) 158.4 600 S
0.12 0 32 0.36 0 (audiences worldwide ) 86.4 588 S
0.16 0 32 0.36 0 (for a quarter century. Those audiences) 237.88 588 S
-0.04 0 32 0.52 0 (made SPOCK'S WORLD and THE LOST YEARS, the first ) 86.4 576 S
-0.52 0 32 0.52 0 (two) 464.36 576 S
F3 setfont
-0.52 0 32 0.52 0 (STAR) 495.24 576 S
-0.2 0 32 0.2 0 (TREK) 86.4 564 S
F1 setfont
0.4 0 32 0.2 0 (hardcover novels, nationwide bestsellers - and flocked) 123.8 564 S
0.2 0 32 0.08 0 (to by the millions to see) 86.4 552 S
F3 setfont
0.2 0 32 0.08 0 (STAR TREK IV: THE VORAGE ) 276.88 552 S
-0.08 0 32 0.08 0 (HOME) 459.92 552 S
F1 setfont
0.24 0 32 0.08 0 (, the) 489.04 552 S
0 0 32 0 0 (most popular of all the) 86.4 540 S
F3 setfont
0 0 32 0 0 (STAR TREK) 259.2 540 S
F1 setfont
0 0 32 0 0 (motion pictures.) 331.2 540 S
0.2 0 32 0.2 0 (Here now is ) 86.4 516 S
0.24 0 32 0.2 0 (PROBE - an epic length novel that at last picks) 175.84 516 S
0.08 0 32 0.36 0 (up the story of the USS Enterprise ) 86.4 504 S
0.12 0 32 0.36 0 (and her crew where) 351.6 504 S
F3 setfont
-0.36 0 32 0.36 0 (STAR) 495.72 504 S
0 0 32 0 0 (TREK IV) 86.4 492 S
F1 setfont
0 0 32 0 0 (left off. A novel that reveals the secrets behind the) 144 492 S
0.64 0 32 0.56 0 (mysterious probe that almost destroyed Earth - ) 86.4 480 S
0.68 0 32 0.56 0 (and whose) 455.64 480 S
-0.04 0 32 0.52 0 (reappearance now sends Captain Kirk, Mr. Spock, and their) 86.4 468 S
1.72 0 32 1.44 0 (shipmates hurtling into unparalleled danger... ) 86.4 456 S
-1.44 0 32 1.44 0 (and) 501.12 456 S
0 0 32 0 0 (unsurpassed discovery.) 86.4 444 S
0.24 0 32 0.08 0 (Winds of ) 86.4 420 S
0.28 0 32 0.08 0 (change are sweeping the galaxy. The Romulan Praetor) 152.44 420 S
0.44 0 32 0.56 0 (is dead, and ) 86.4 408 S
0.48 0 32 0.56 0 (with his passing, the Empire he ruled is in) 188.64 408 S
-0.04 0 32 0.52 0 (chaos. Now, on a small planet in the heart ) 86.4 396 S
0 0 32 0.52 0 (of the Neutral) 418.04 396 S
0 0 32 0 0 (Zone, representatives of the United Federation of Planets and) 86.4 384 S
0 0 32 0 0 (the Empire have gathered to discuss initiating an era of true) 86.4 372 S
0 0 32 0 0 (peace....) 86.4 360 S
0.08 0 32 0.36 0 (But the talks are disrupted by a ) 86.4 336 S
0.12 0 32 0.36 0 (sudden defection - and as) 336.48 336 S
0.52 0 32 0.88 0 (accusations of betrayal and treachery ) 86.4 324 S
0.56 0 32 0.88 0 (swirl around the) 396.08 324 S
0 0 32 0 0 (conference table, news of the probe's reappearance in Romulan) 86.4 312 S
0 0 32 0 0 (space arrives, And the Enterprise crew find themselves headed) 86.4 300 S
0.24 0 32 0.2 0 (for a final confrontation with not only the ) 86.4 288 S
0.28 0 32 0.2 0 (probe - but the) 413.96 288 S
0 0 32 0 0 (Romulan Empire.) 86.4 276 S
0 0 32 0 0 (Margaret Wander Bonanno was born in Brooklyn in 1950. She has) 86.4 252 S
0 0 32 0 0 (been at various times a teacher, a pacifist, an office worker) 86.4 240 S
0.52 0 32 0.56 0 (and a theater person. In addition to her three) 86.4 228 S
F3 setfont
0.52 0 32 0.56 0 (STAR TREK) 455.8 228 S
F1 setfont
0.44 0 32 0.88 0 (novels, she has ) 86.4 216 S
0.48 0 32 0.88 0 (published four mainstream novels and a) 217.04 216 S
0.32 0 32 0.2 0 (biography of Angela ) 86.4 204 S
0.36 0 32 0.2 0 (Lansbury. Her most recent works include) 235.4 204 S
0 0 32 0 0 (two of the Zebra Boooks YOUNG ASTRONAUTS series and a science) 86.4 192 S
0 0 32 0 0 (fiction novel for St. Martin's Press entitled THE OTHERS.) 86.4 180 S
F2 setfont
0 0 32 0 0 (*) 57.6 112.5 S
F1 setfont
0 0 32 0 0 (- Margaret Wander Bonanno has disclaimed ownership to this) 70.2 108 S
0 0 32 0 0 (novel because of the changes imposed by the powers-that-be) 86.4 96 S
0 0 32 0 0 (and the "editing" done by Pocket Books to "bring her novel) 86.4 84 S
0 0 32 0 0 (into line." This book is still credited to her because she) 86.4 72 S
0 0 32 0 0 (wrote the origional novel.) 86.4 60 S
0 0 32 0 0 (- C4 -) 270 48 S
endpage
showpage
%% Page: 73 73
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (Section D) 259.2 480 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Movie Novelisations) 223.2 444 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (- D0 -) 270 48 S
endpage
showpage
%% Page: 74 74
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (") 180 768 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Star Trek IV) 187.2 768 S
F0 setfont
0 0 32 0 0 (: The Voyage Home") 273.6 768 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Number: N/A) 57.6 744 S
0 0 32 0 0 (Author: Vonda N. McIntyre) 57.6 732 S
0 0 32 0 0 (First Printing: December, 1986) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-63266-3) 57.6 708 S
0 0 32 0 0 (Pages: 274) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0.36 0 32 0.72 0 (At last, Admiral ) 86.4 648 S
0.4 0 32 0.72 0 (James T. Kirk and the crew of the late) 222.16 648 S
0 0 32 0 0 (starship Enterprise begin the long voyage home.) 86.4 636 S
0 0 32 0 0 (But their trip is interrupted by the appearance of a mysteri-) 86.4 612 S
0.32 0 32 0.08 0 (ous, all-powerful ) 86.4 600 S
0.36 0 32 0.08 0 (intruder. Suddenly, Kirk, Spock, McCoy and) 218.12 600 S
0.2 0 32 0.08 0 (the rest of the crew ) 86.4 588 S
0.24 0 32 0.08 0 (must journey back through time to twen-) 240.32 588 S
0.24 0 32 0.08 0 (tieth-century Earth. ) 86.4 576 S
0.28 0 32 0.08 0 (For only there can they save the future) 239.8 576 S
0 0 32 0 0 (- by rescuing the past!) 86.4 564 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 540 S
0 0 32 0 0 (The Bounty Sped Through Warp Space.) 86.4 516 S
0.52 0 32 0.88 0 ("Estimating planet earth, one point ) 86.4 492 S
0.56 0 32 0.88 0 (six hours, present) 379.92 492 S
0 0 32 0 0 (speed," Sulu said.) 86.4 480 S
0 0 32 0 0 ("Continue on course," Admiral Kirk replied.) 86.4 456 S
0.12 0 32 0.36 0 ("Admiral, I'm ) 86.4 432 S
0.16 0 32 0.36 0 (getting something very strange," Uhura said.) 192.52 432 S
0.44 0 32 0.2 0 ("And very active. ) 86.4 420 S
0.48 0 32 0.2 0 (Overlapping multiphasic transmissions ...) 220.96 420 S
0 0 32 0 0 (It's nothing I can translate. Itt's gibberish.") 86.4 408 S
0 0 32 0 0 ("Can you separate them?") 86.4 384 S
0.4 0 32 0.2 0 ("I've been trying, sir.... Captain! They're distress calls.) 86.4 360 S
0 0 32 0 0 (Maydays from starships, and-") 86.4 348 S
0.24 0 32 0.08 0 ("Let's hear them!" Kirk said. "Have you got any ) 86.4 324 S
0.28 0 32 0.08 0 (visuals? Put) 438.04 324 S
0 0 32 0 0 (them on screen.") 86.4 312 S
0.28 0 32 0.08 0 (The Maydays flicked ) 86.4 288 S
0.32 0 32 0.08 0 (onto the holographic viewing area: star-) 232.88 288 S
0.24 0 32 0.08 0 (ships overtaken ) 86.4 276 S
0.28 0 32 0.08 0 (and drained by a huge spacegoing object that) 203.4 276 S
0.12 0 32 0.36 0 (blasted their power supplied and sailed past at high warp,) 86.4 264 S
0 0 32 0 0 (without answering their greetings or their supplications.) 86.4 252 S
0.28 0 32 0.2 0 (The blurry image ) 86.4 228 S
0.32 0 32 0.2 0 (of the president of the Federation Council) 213.08 228 S
0.64 0 32 0.56 0 (formed before them. His message broke and ) 86.4 216 S
0.68 0 32 0.56 0 (dissolved, but) 416.84 216 S
0.48 0 32 0.72 0 (Uhura had captured enough that the meaning could not be) 86.4 204 S
0 0 32 0 0 (mistaken.) 86.4 192 S
0.12 0 32 0.36 0 ("This is... president of... grave warning: ) 86.4 168 S
0.16 0 32 0.36 0 (Do not approach) 412.24 168 S
0 0 32 0 0 (planet Earth... To all starships, repeat: Do not approach!") 86.4 156 S
0 0 32 0 0 (- D1 -) 270 48 S
endpage
showpage
%% Page: 75 75
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (") 172.8 768 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Star Trek V) 180 768 S
F0 setfont
0 0 32 0 0 (: The Final Frontier") 259.2 768 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Number: N/A) 57.6 744 S
0 0 32 0 0 (Author: J. M. Dillard) 57.6 732 S
0 0 32 0 0 (First Printing: June, 1989) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-68008-0) 57.6 708 S
0 0 32 0 0 (Pages: 311) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (The planet Nimbus III. A desolate, forbidding world, situated) 86.4 648 S
0.12 0 32 0.36 0 (in the heart of the Neutral Zone. Unremarkable, except for) 86.4 636 S
0 0 32 0 0 (one thing: Nimbus III is the site of an unprecedented attempt) 86.4 624 S
0.32 0 32 0.2 0 (at cooperation among ) 86.4 612 S
0.36 0 32 0.2 0 (the galaxy's three major powers. Here,) 242.8 612 S
0.28 0 32 0.2 0 (to this "Planet ) 86.4 600 S
0.32 0 32 0.2 0 (of Galactic Peace", the Klingons, the Romu-) 205.68 600 S
0.28 0 32 0.2 0 (lans, and the ) 86.4 588 S
0.32 0 32 0.2 0 (Federation have all sent ambassadors, who are) 190.88 588 S
0.24 0 32 0.08 0 (working together ) 86.4 576 S
0.28 0 32 0.08 0 (to develop the planet - an experiment that,) 210.68 576 S
0.72 0 32 0.56 0 (if it succeeds, could ) 86.4 564 S
0.76 0 32 0.56 0 (transform the galactic balance-of-) 260.04 564 S
0 0 32 0 0 (power.) 86.4 552 S
-0.04 0 32 0.52 0 (But now terrorists have seized control of Nimbus III. ) 86.4 528 S
-0.52 0 32 0.52 0 (And) 502.96 528 S
0.08 0 32 0.36 0 (when Captain Kirk and ) 86.4 516 S
0.12 0 32 0.36 0 (the crew of the Enterprise attempt a) 253.08 516 S
0.24 0 32 0.08 0 (dramatic rescue, ) 86.4 504 S
0.28 0 32 0.08 0 (they discover a threat unlike any they have) 210.68 504 S
-0.04 0 32 0.52 0 (ever faced. A threat that will force them to ) 86.4 492 S
0 0 32 0.52 0 (confront the) 433.48 492 S
0.28 0 32 0.2 0 (inner demons of their own, secret pasts - and the forbidden) 86.4 480 S
0 0 32 0 0 (secrets that lie at the center of the galaxy itself...) 86.4 468 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 444 S
0 0 32 0 0 ("FOR THIS, WE NEED JIM KIRK AND HIS CREW...") 86.4 420 S
0.24 0 32 0.08 0 (Starfleet had ) 86.4 396 S
0.28 0 32 0.08 0 (apparently made up its mind; Kirk yielded, but) 188.84 396 S
0 0 32 0 0 (not graciously. "Very well, Admiral. Go ahead.") 86.4 384 S
0.48 0 32 0.72 0 ("Your orders are to proceed to Nimbus Three, assess the) 86.4 360 S
0.28 0 32 0.08 0 (situation, and avoid ) 86.4 348 S
0.32 0 32 0.08 0 (confrontation if at all possible. Above) 240.16 348 S
0 0 32 0 0 (all you've got to get those hostages out safely.") 86.4 336 S
0.32 0 32 0.2 0 (An unpleasant realization ) 86.4 312 S
0.36 0 32 0.2 0 (struck Jim. "What about the Klin-) 279.8 312 S
0 0 32 0 0 (gons? Have they reacted?") 86.4 300 S
0 0 32 0 0 ("No, but you can bet they will.") 86.4 276 S
0.72 0 32 0.72 0 ("Klingons don't negotiate," Jim said. "They annihilate.) 86.4 252 S
0 0 32 0 0 (They're liable to blow up the hostages just for the chance to) 86.4 240 S
0 0 32 0 0 (revenge themselves on the kidnapers.") 86.4 228 S
0.28 0 32 0.2 0 (The admiral's smile thinned to a grim line. "I know, That's) 86.4 204 S
0 0 32 0 0 (why you've got to get there first, Jim.") 86.4 192 S
0 0 32 0 0 (- D2 -) 270 48 S
endpage
showpage
%% Page: 76 76
save
0.0 0.0 0.0 setrgbcolor
/F0 /Courier-Bold findfont 12 scalefont def
F0 setfont
0 0 32 0 0 (") 147.6 768 S
/F1 /Courier-BoldOblique findfont 12 scalefont def
F1 setfont
0 0 32 0 0 (Star Trek VI) 154.8 768 S
F0 setfont
0 0 32 0 0 (: The Undiscovered Country") 241.2 768 S
/F2 /Courier findfont 12 scalefont def
F2 setfont
0 0 32 0 0 (Number: N/A) 57.6 744 S
0 0 32 0 0 (Author: J. M. Dillard) 57.6 732 S
0 0 32 0 0 (First Printing: January, 1992) 57.6 720 S
0 0 32 0 0 (ISBN: 0-671-75883-7) 57.6 708 S
0 0 32 0 0 (Pages: 301) 57.6 696 S
0 0 32 0 0 (Back Cover Text:) 57.6 672 S
0 0 32 0 0 (THE KLINGONS ARE PROPOSING PEACE) 86.4 648 S
0 0 32 0 0 (Does this mean the end of war or the end of history?) 86.4 636 S
0 0 32 0 0 (THE UNDISCOVERED COUNTRY) 86.4 612 S
1.04 0 32 0.56 0 (Stardate 8679.25: Internal pressures, enourmous military) 86.4 588 S
-0.08 0 32 0.52 0 (expenditures, and ) 86.4 576 S
-0.04 0 32 0.52 0 (the destruction of their primary energy) 225.24 576 S
0 0 32 0 0 (source have brought the Klingon Empire to the verge of catas-) 86.4 564 S
0 0 32 0 0 (trophic collapse...) 86.4 552 S
-0.04 0 32 0.52 0 (To avert disaster, Gorkon, Chancellor of the Klingon High) 86.4 528 S
-0.08 0 32 0.52 0 (Council, proposes negotiations ) 86.4 516 S
-0.04 0 32 0.52 0 (between the Federation and) 325.52 516 S
0.08 0 32 0.36 0 (Klingon Empire - negotiations ) 86.4 504 S
0.12 0 32 0.36 0 (that will put and end to the) 313.56 504 S
0.28 0 32 0.2 0 (years of hostility between the two powers, and herald a new) 86.4 492 S
0.24 0 32 0.08 0 (era of peace and co-operation. Captain James T. Kirk ) 86.4 480 S
0.28 0 32 0.08 0 (and the) 474.44 480 S
-0.08 0 32 0.52 0 (U.S.S. Enterprise ) 86.4 468 S
-0.04 0 32 0.52 0 (are dispatched to escort the Chancellor) 225.24 468 S
0 0 32 0 0 (safely into Federation space.) 86.4 456 S
0.6 0 32 0.72 0 (But a treacherous assasination brings ) 86.4 432 S
0.64 0 32 0.72 0 (negotiations to a) 390.4 432 S
0.2 0 32 0.2 0 (sudden halt - ) 86.4 420 S
0.24 0 32 0.2 0 (and places Kirk and Dr. McCoy in the hands of) 190.64 420 S
0 0 32 0 0 (the Federation's greatest enemy. With time running out, Spock) 86.4 408 S
0.48 0 32 0.72 0 (and the Enterprise crew must work to uncover the deadly) 86.4 396 S
0.56 0 32 0.56 0 (secret that threatens to propel the ) 86.4 384 S
0.6 0 32 0.56 0 (galaxy into the most) 369.16 384 S
0 0 32 0 0 (destructive conflict it has ever known!) 86.4 372 S
0 0 32 0 0 (Front Inside Cover Text:) 57.6 348 S
0 0 32 0 0 (THE PHOTON TORPEDO STRUCK THE KLINGON FLAGSHIP WITH DAZZLING,) 86.4 324 S
0 0 32 0 0 (WHITE HOT FORCE.) 86.4 312 S
0 0 32 0 0 ("We have fired on the chancellor's ship," Spock stated heavi-) 86.4 288 S
0 0 32 0 0 (ly.) 86.4 276 S
0 0 32 0 0 (Kirk wheeled, his expression stunned. "Uhura, monitor! Chekov) 86.4 252 S
0 0 32 0 0 (find out what's going on in weapons!") 86.4 240 S
0.4 0 32 0.72 0 (A second torpedo ) 86.4 216 S
0.44 0 32 0.72 0 (flared at the botom corner of the main) 222.28 216 S
0 0 32 0 0 (viewscreen.) 86.4 204 S
0.08 0 32 0.36 0 ("Who's doing that?" Kirk ) 86.4 180 S
0.12 0 32 0.36 0 (cried as it hurtled at the battle) 275.76 180 S
0 0 32 0 0 (cruiser.) 86.4 168 S
0.28 0 32 0.08 0 ("The Klingon ship's ) 86.4 144 S
0.32 0 32 0.08 0 (hull has been breached," Spock reported.) 232.88 144 S
0.28 0 32 0.2 0 ("They have lost ) 86.4 132 S
0.32 0 32 0.2 0 (gravity and are slowly losing life support.) 205.68 132 S
0.12 0 32 0.36 0 (Damage to the vessel is severe." He straightened and faced) 86.4 120 S
0 0 32 0 0 (his captain. "Jim, they never even raised their shields.") 86.4 108 S
0 0 32 0 0 (- D3 -) 270 48 S
endpage
showpage
%Trailer
cleanup
%%Pages: 76 1