home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Telecom
/
1996-04-telecom-walnutcreek.iso
/
aos-cocot
/
complaint.sticker
< prev
next >
Wrap
Internet Message Format
|
1996-01-23
|
39KB
From telecom@eecs.nwu.edu Wed Oct 10 21:00:18 1990
Received: from hub.eecs.nwu.edu by gaak.LCS.MIT.EDU via TCP with SMTP
id AA13921; Wed, 10 Oct 90 20:59:59 EDT
Resent-Message-Id: <9010110059.AA13921@gaak.LCS.MIT.EDU>
Received: from Sun.COM by delta.eecs.nwu.edu id aa29449; 10 Oct 90 18:05 CDT
Received: from Eng.Sun.COM (exodus-bb.Corp.Sun.COM) by Sun.COM (4.1/SMI-4.1)
id AA13161; Wed, 10 Oct 90 16:04:19 PDT
Received: from prodigal.Eng.Sun.COM by Eng.Sun.COM (4.1/SMI-4.1)
id AA17719; Wed, 10 Oct 90 16:04:14 PDT
Received: by prodigal.Eng.Sun.COM (4.1/SMI-4.1)
id AA03589; Wed, 10 Oct 90 16:04:07 PDT
Date: Wed, 10 Oct 90 16:04:07 PDT
From: Lang Zerner <langz@eng.sun.com>
Message-Id: <9010102304.AA03589@prodigal.Eng.Sun.COM>
To: telecom@eecs.nwu.edu
Subject: improved COCOT sticker
Resent-Date: Wed, 10 Oct 90 20:00:52 CDT
Resent-From: telecom@eecs.nwu.edu
Resent-To: ptownson@gaak.LCS.MIT.EDU
Status: R
Here is a new and improved COCOT sticker with emergency dialing instructions.
It also includes a toll-free number for reporting other illegal COCOTs.
Enjoy!
--Lang Zerner
--- cut here ---
%!
%%BoundingBox: (atend)
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
%
% FrameMaker PostScript Prolog 2.0, for use with FrameMaker 2.0
% Copyright (c) 1986,87,89 by Frame Technology, Inc. All rights reserved.
%
% Known Problems:
% Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1
/FMversion (2.0) def
/FrameDict 170 dict def
systemdict /errordict known not { /errordict 10 dict def
errordict /rangecheck { stop } put } if
% The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk
FrameDict /tmprangecheck errordict /rangecheck get put
errordict /rangecheck {FrameDict /bug true put} put
FrameDict /bug false put
mark
% Some PS machines read past the CR, so keep the following 3 lines together!
currentfile 5 string readline
00
0000000000
cleartomark
errordict /rangecheck FrameDict /tmprangecheck get put
FrameDict /bug get {
/readline {
/gstring exch def
/gfile exch def
/gindex 0 def
{
gfile read pop
dup 10 eq {exit} if
dup 13 eq {exit} if
gstring exch gindex exch put
/gindex gindex 1 add def
} loop
pop
gstring 0 gindex getinterval true
} def
} if
/FMVERSION {
FMversion ne {
/Times-Roman findfont 18 scalefont setfont
100 100 moveto
(FrameMaker version does not match postscript_prolog!)
dup =
show showpage
} if
} def
/FMLOCAL {
FrameDict begin
0 def
end
} def
/gstring FMLOCAL
/gfile FMLOCAL
/gindex FMLOCAL
/orgxfer FMLOCAL
/orgproc FMLOCAL
/organgle FMLOCAL
/orgfreq FMLOCAL
FrameDict /graymode true put
/yscale FMLOCAL
/xscale FMLOCAL
/PrintInColor systemdict /colorimage known def
% Uncomment this line to force b&w on color printer
% /PrintInColor false def
PrintInColor
{
/HUE 0 def
/SAT 0 def
/BRIGHT 0 def
% array of arrays Hue and Sat values for the separations [HUE BRIGHT]
/Colors
[[0 0 ] % black
[0 0 ] % white
[0.00 1.0] % red
[0.37 1.0] % green
[0.60 1.0] % blue
[0.50 1.0] % cyan
[0.83 1.0] % magenta
[0.16 1.0] % comment
] def
/BEGINBITMAPCOLOR {
BITMAPCOLOR } def
/BEGINBITMAPCOLORc {
BITMAPCOLORc } def
/K {
Colors exch get dup
0 get /HUE exch store
1 get /BRIGHT exch store
HUE 0 eq BRIGHT 0 eq and
{1.0 SAT sub setgray }
{HUE SAT BRIGHT sethsbcolor }
ifelse
} def
/mysetgray {
/SAT exch 1.0 exch sub store
HUE 0 eq BRIGHT 0 eq and
{1.0 SAT sub setgray }
{HUE SAT BRIGHT sethsbcolor }
ifelse
} bind def
}
{
/BEGINBITMAPCOLOR {
BITMAPGRAY } def
/BEGINBITMAPCOLORc {
BITMAPGRAYc } def
/mysetgray { setgray } bind def
/K {
pop
} def
}
ifelse
/max {2 copy lt {exch} if pop} bind def
/min {2 copy gt {exch} if pop} bind def
/mtx matrix defaultmatrix def
/setmanualfeed {
%%BeginFeature *ManualFeed True
statusdict /manualfeed true put
%%EndFeature
} def
/FMDOCUMENT {
array /FMfonts exch def
/#copies exch def
0 ne dup {setmanualfeed} if
FrameDict begin
/manualfeed exch def
/paperheight exch def
/paperwidth exch def
setpapername
manualfeed {true} {papersize} ifelse
{manualpapersize} {false} ifelse
{desperatepapersize} if
/yscale exch def
/xscale exch def
currenttransfer cvlit /orgxfer exch def
currentscreen cvlit /orgproc exch def
/organgle exch def /orgfreq exch def
end
} def
/pagesave FMLOCAL
/orgmatrix FMLOCAL
/landscape FMLOCAL
/FMBEGINPAGE {
FrameDict begin
/pagesave save def
3.86 setmiterlimit
/landscape exch 0 ne store
landscape {
90 rotate 0 exch neg translate pop
}
{ pop pop }
ifelse
xscale yscale scale
/orgmatrix matrix def
gsave
} def
/FMENDPAGE {
grestore
pagesave restore
end
showpage
} def
/fontname FMLOCAL
/fontscale FMLOCAL
/fontnum FMLOCAL
/fontdict FMLOCAL
/FMDEFINEFONT {
FrameDict begin
/fontname exch def
/fontscale exch def
/fontnum exch def
/fontdict fontname findfont fontscale scalefont def
fontdict /Encoding get StandardEncoding eq
{
fontdict DiacriticEncode
/fontdict exch def
} {
fontdict NonDiacriticEncode
/fontdict exch def
} ifelse
FMfonts fontnum
fontnum fontdict definefont
put
end
} def
/FMNORMALIZEGRAPHICS {
newpath
0.0 0.0 moveto
1 setlinewidth
0 setlinecap
0 mysetgray
} bind def
/FMBEGINEPSF {
end
/FMEPSF save def
/showpage {} def
FMNORMALIZEGRAPHICS
[/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall
fx fy translate
rotate
fw urx llx sub div fh ury lly sub div scale
llx neg lly neg translate
} bind def
/FMENDEPSF {
FMEPSF restore
FrameDict begin
} bind def
FrameDict begin
/pagedimen {
paperheight sub abs 16 lt exch
paperwidth sub abs 16 lt and
{/papername exch def} {pop} ifelse
} def
/inch {72 mul} def
/setpapername {
/papersizedict 14 dict def
papersizedict begin
/papername /unknown def
/Letter 8.5 inch 11.0 inch pagedimen
/LetterSmall 7.68 inch 10.16 inch pagedimen
/Tabloid 11.0 inch 17.0 inch pagedimen
/Ledger 17.0 inch 11.0 inch pagedimen
/Legal 8.5 inch 14.0 inch pagedimen
/Statement 5.5 inch 8.5 inch pagedimen
/Executive 7.5 inch 10.0 inch pagedimen
/A3 11.69 inch 16.5 inch pagedimen
/A4 8.26 inch 11.69 inch pagedimen
/A4Small 7.47 inch 10.85 inch pagedimen
/B4 10.125 inch 14.33 inch pagedimen
/B5 7.16 inch 10.125 inch pagedimen
end
} def
/papersize {
papersizedict begin
/Letter {lettertray} def
/LetterSmall {lettertray lettersmall} def
/Tabloid {11x17tray} def
/Ledger {ledgertray} def
/Legal {legaltray} def
/Statement {statementtray} def
/Executive {executivetray} def
/A3 {a3tray} def
/A4 {a4tray} def
/A4Small {a4tray a4small} def
/B4 {b4tray} def
/B5 {b5tray} def
/unknown {unknown} def
papersizedict dup papername known {papername} {/unknown} ifelse get
end
statusdict begin stopped end
} def
/manualpapersize {
papersizedict begin
/Letter {letter} def
/LetterSmall {lettersmall} def
/Tabloid {11x17} def
/Ledger {ledger} def
/Legal {legal} def
/Statement {statement} def
/Executive {executive} def
/A3 {a3} def
/A4 {a4} def
/A4Small {a4small} def
/B4 {b4} def
/B5 {b5} def
/unknown {unknown} def
papersizedict dup papername known {papername} {/unknown} ifelse get
end
stopped
} def
/desperatepapersize {
statusdict /setpageparams known
{
paperwidth paperheight 0 1
statusdict begin
{setpageparams} stopped pop
end
} if
} def
/savematrix {
orgmatrix currentmatrix pop
} bind def
/restorematrix {
orgmatrix setmatrix
} bind def
/dmatrix matrix def
/dpi 72 0 dmatrix defaultmatrix dtransform
dup mul exch dup mul add sqrt def
/freq dpi 18.75 div 8 div round dup 0 eq { pop 1 } if 8 mul dpi exch div def
/sangle 1 0 dmatrix defaultmatrix dtransform exch atan def
/DiacriticEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl
/numbersign /dollar /percent /ampersand /quotesingle /parenleft
/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
/two /three /four /five /six /seven /eight /nine /colon /semicolon
/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K
/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h
/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar
/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute
/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis
/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis
/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve
/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex
/udieresis /dagger /.notdef /cent /sterling /section /bullet
/paragraph /germandbls /registered /copyright /trademark /acute
/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef
/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown
/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef
/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde
/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright
/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis
/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl
/periodcentered /quotesinglbase /quotedblbase /perthousand
/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute
/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve
/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron
/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
] def
/basefontdict FMLOCAL
/newfontdict FMLOCAL
/DiacriticEncode {
/basefontdict exch def
/newfontdict basefontdict maxlength dict def
basefontdict
{exch dup /FID ne
{dup /Encoding eq
{exch pop DiacriticEncoding}
{exch}
ifelse
newfontdict 3 1 roll put
}
{pop pop}
ifelse
} forall
newfontdict
} bind def
/NonDiacriticEncode {
/basefontdict exch def
/newfontdict basefontdict maxlength dict def
basefontdict
{exch dup /FID ne
{exch newfontdict 3 1 roll put}
{pop pop}
ifelse
} forall
newfontdict
} bind def
/bwidth FMLOCAL
/bpside FMLOCAL
/bstring FMLOCAL
/onbits FMLOCAL
/offbits FMLOCAL
/xindex FMLOCAL
/yindex FMLOCAL
/x FMLOCAL
/y FMLOCAL
/setpattern {
/bwidth exch def
/bpside exch def
/bstring exch def
/onbits 0 def /offbits 0 def
freq sangle landscape {90 add} if
{/y exch def
/x exch def
/xindex x 1 add 2 div bpside mul cvi def
/yindex y 1 add 2 div bpside mul cvi def
bstring yindex bwidth mul xindex 8 idiv add get
1 7 xindex 8 mod sub bitshift and 0 ne
{/onbits onbits 1 add def 1}
{/offbits offbits 1 add def 0}
ifelse
}
setscreen
{} settransfer
offbits offbits onbits add div mysetgray
/graymode false store
} bind def
/grayness {
mysetgray
graymode not {
/graymode true store
orgxfer cvx settransfer
orgfreq organgle orgproc cvx setscreen
} if
} bind def
/normalize {
transform round exch round exch itransform
} bind def
/dnormalize {
dtransform round exch round exch idtransform
} bind def
/lnormalize {
0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop
} bind def
/H {
lnormalize setlinewidth
} bind def
/Z {
setlinecap
} bind def
/X {
fillprocs exch get exec
} bind def
/V {
gsave eofill grestore
} bind def
/N {
stroke
} bind def
/M {newpath moveto} bind def
/E {lineto} bind def
/D {curveto} bind def
/O {closepath} bind def
/n FMLOCAL
/L {
/n exch def
newpath
normalize
moveto
2 1 n {pop normalize lineto} for
} bind def
/Y {
L
closepath
} bind def
/x1 FMLOCAL
/x2 FMLOCAL
/y1 FMLOCAL
/y2 FMLOCAL
/rad FMLOCAL
/R {
/y2 exch def
/x2 exch def
/y1 exch def
/x1 exch def
x1 y1
x2 y1
x2 y2
x1 y2
4 Y
} bind def
/RR {
/rad exch def
normalize
/y2 exch def
/x2 exch def
normalize
/y1 exch def
/x1 exch def
newpath
x1 y1 rad add moveto
x1 y2 x2 y2 rad arcto
x2 y2 x2 y1 rad arcto
x2 y1 x1 y1 rad arcto
x1 y1 x1 y2 rad arcto
closepath
16 {pop} repeat
} bind def
/C {
grestore
gsave
R
clip
} bind def
/U {
grestore
gsave
} bind def
/F {
FMfonts exch get
setfont
} bind def
/T {
moveto show
} bind def
/RF {
rotate
0 ne { -1 1 scale } if
} bind def
/TF {
gsave
moveto
RF
show
grestore
} bind def
/P {
moveto
0 32 3 2 roll widthshow
} bind def
/PF {
gsave
moveto
RF
0 32 3 2 roll widthshow
grestore
} bind def
/S {
moveto
0 exch ashow
} bind def
/SF {
gsave
moveto
RF
0 exch ashow
grestore
} bind def
/B {
moveto
0 32 4 2 roll 0 exch awidthshow
} bind def
/BF {
gsave
moveto
RF
0 32 4 2 roll 0 exch awidthshow
grestore
} bind def
/x FMLOCAL
/y FMLOCAL
/dx FMLOCAL
/dy FMLOCAL
/dl FMLOCAL
/t FMLOCAL
/t2 FMLOCAL
/Cos FMLOCAL
/Sin FMLOCAL
/r FMLOCAL
/W {
dnormalize
/dy exch def
/dx exch def
normalize
/y exch def
/x exch def
/dl dx dx mul dy dy mul add sqrt def
dl 0.0 gt {
/t currentlinewidth def
savematrix
/Cos dx dl div def
/Sin dy dl div def
/r [Cos Sin Sin neg Cos 0.0 0.0] def
/t2 t 2.5 mul 3.5 max def
newpath
x y translate
r concat
0.0 0.0 moveto
dl t 2.7 mul sub 0.0 rlineto
stroke
restorematrix
x dx add y dy add translate
r concat
t 0.67 mul setlinewidth
t 1.61 mul neg 0.0 translate
0.0 0.0 moveto
t2 1.7 mul neg t2 2.0 div moveto
0.0 0.0 lineto
t2 1.7 mul neg t2 2.0 div neg lineto
stroke
t setlinewidth
restorematrix
} if
} bind def
/G {
gsave
newpath
normalize translate 0.0 0.0 moveto
dnormalize scale
0.0 0.0 1.0 5 3 roll arc
closepath fill
grestore
} bind def
/A {
gsave
savematrix
newpath
2 index 2 div add exch 3 index 2 div sub exch
normalize 2 index 2 div sub exch 3 index 2 div add exch
translate
scale
0.0 0.0 1.0 5 3 roll arc
restorematrix
stroke
grestore
} bind def
/x FMLOCAL
/y FMLOCAL
/w FMLOCAL
/h FMLOCAL
/xx FMLOCAL
/yy FMLOCAL
/ww FMLOCAL
/hh FMLOCAL
/FMsaveobject FMLOCAL
/FMoptop FMLOCAL
/FMdicttop FMLOCAL
/BEGINPRINTCODE {
/FMdicttop countdictstack 1 add def
/FMoptop count 4 sub def
/FMsaveobject save def
userdict begin
/showpage {} def
FMNORMALIZEGRAPHICS
3 index neg 3 index neg translate
} bind def
/ENDPRINTCODE {
count -1 FMoptop {pop pop} for
countdictstack -1 FMdicttop {pop end} for
FMsaveobject restore
} bind def
/gn {
0
{ 46 mul
cf read pop
32 sub
dup 46 lt {exit} if
46 sub add
} loop
add
} bind def
/str FMLOCAL
/cfs {
/str sl string def
0 1 sl 1 sub {str exch val put} for
str def
} bind def
/ic [
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
0
{0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx}
{10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx}
{19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12}
{13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh}
{4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh}
{13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl}
{7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl}
{0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl}
{10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl}
] def
/sl FMLOCAL
/val FMLOCAL
/ws FMLOCAL
/im FMLOCAL
/bs FMLOCAL
/cs FMLOCAL
/len FMLOCAL
/pos FMLOCAL
/ms {
/sl exch def
/val 255 def
/ws cfs
/im cfs
/val 0 def
/bs cfs
/cs cfs
} bind def
400 ms
/ip {
is
0
cf cs readline pop
{ ic exch get exec
add
} forall
pop
} bind def
/wh {
/len exch def
/pos exch def
ws 0 len getinterval im pos len getinterval copy pop
pos len
} bind def
/bl {
/len exch def
/pos exch def
bs 0 len getinterval im pos len getinterval copy pop
pos len
} bind def
/s1 1 string def
/fl {
/len exch def
/pos exch def
/val cf s1 readhexstring pop 0 get def
pos 1 pos len add 1 sub {im exch val put} for
pos len
} bind def
/hx {
3 copy getinterval
cf exch readhexstring pop pop
} bind def
/h FMLOCAL
/w FMLOCAL
/d FMLOCAL
/lb FMLOCAL
/bitmapsave FMLOCAL
/is FMLOCAL
/cf FMLOCAL
/wbytes {
dup
8 eq { pop } { 1 eq { 7 add 8 idiv } { 3 add 4 idiv } ifelse } ifelse
} bind def
/BEGINBITMAPBWc {
1 {} COMMONBITMAPc
} bind def
/BEGINBITMAPGRAYc {
8 {} COMMONBITMAPc
} bind def
/BEGINBITMAP2BITc {
2 {} COMMONBITMAPc
} bind def
/COMMONBITMAPc {
/r exch def
/d exch def
gsave
translate rotate scale /h exch def /w exch def
/lb w d wbytes def
sl lb lt {lb ms} if
/bitmapsave save def
r
/is im 0 lb getinterval def
ws 0 lb getinterval is copy pop
/cf currentfile def
w h d [w 0 0 h neg 0 h]
{ip} image
bitmapsave restore
grestore
} bind def
/BEGINBITMAPBW {
1 {} COMMONBITMAP
} bind def
/BEGINBITMAPGRAY {
8 {} COMMONBITMAP
} bind def
/BEGINBITMAP2BIT {
2 {} COMMONBITMAP
} bind def
/COMMONBITMAP {
/r exch def
/d exch def
gsave
translate rotate scale /h exch def /w exch def
/bitmapsave save def
r
/is w d wbytes string def
/cf currentfile def
w h d [w 0 0 h neg 0 h]
{ cf is readhexstring pop } image
bitmapsave restore
grestore
} bind def
/Fmcc {
/proc2 exch cvlit def
/proc1 exch cvlit def
/newproc proc1 length proc2 length add array def
newproc 0 proc1 putinterval
newproc proc1 length proc2 putinterval
newproc cvx
} bind def
/colorsetup {
currentcolortransfer
/gryt exch def
/blut exch def
/grnt exch def
/redt exch def
/ngrayt 256 array def
/nredt 256 array def
/nbluet 256 array def
/ngreent 256 array def
0 1 255 {
/indx exch def
/cynu 1 red indx get 255 div sub def
/magu 1 green indx get 255 div sub def
/yelu 1 blue indx get 255 div sub def
/k cynu magu min yelu min def
/u k currentundercolorremoval exec def
nredt indx 1 0 cynu u sub max sub redt exec put
ngreent indx 1 0 magu u sub max sub grnt exec put
nbluet indx 1 0 yelu u sub max sub blut exec put
ngrayt indx 1 k currentblackgeneration exec sub gryt exec put
} for
{255 mul cvi nredt exch get}
{255 mul cvi ngreent exch get}
{255 mul cvi nbluet exch get}
{255 mul cvi ngrayt exch get}
setcolortransfer
{pop 0} setundercolorremoval
{} setblackgeneration
} bind def
/fakecolorsetup {
/tran 256 string def
0 1 255 { /ind exch def
tran ind
red ind get 77 mul
green ind get 151 mul
blue ind get 28 mul
add add 256 idiv put } for
currenttransfer
{ 255 mul cvi tran exch get 255.0 div }
exch Fmcc settransfer
} bind def
/BITMAPCOLOR {
/d 8 def
gsave
translate rotate scale /h exch def /w exch def
/bitmapsave save def
colorsetup
/is w d wbytes string def
/cf currentfile def
w h d [w 0 0 h neg 0 h]
{ cf is readhexstring pop } {is} {is} true 3 colorimage
bitmapsave restore
grestore
} bind def
/BITMAPCOLORc {
/d 8 def
gsave
translate rotate scale /h exch def /w exch def
/lb w d wbytes def
sl lb lt {lb ms} if
/bitmapsave save def
colorsetup
/is im 0 lb getinterval def
ws 0 lb getinterval is copy pop
/cf currentfile def
w h d [w 0 0 h neg 0 h]
{ip} {is} {is} true 3 colorimage
bitmapsave restore
grestore
} bind def
/BITMAPGRAY {
8 {fakecolorsetup} COMMONBITMAP
} bind def
/BITMAPGRAYc {
8 {fakecolorsetup} COMMONBITMAPc
} bind def
/ENDBITMAP {
} bind def
end
%%EndProlog
%%BeginSetup
(2.0) FMVERSION
1 1 612 792 0 1 7 FMDOCUMENT
/fillprocs 32 array def
fillprocs 0 { 0.000000 grayness } put
fillprocs 1 { 0.100000 grayness } put
fillprocs 2 { 0.300000 grayness } put
fillprocs 3 { 0.500000 grayness } put
fillprocs 4 { 0.700000 grayness } put
fillprocs 5 { 0.900000 grayness } put
fillprocs 6 { 0.970000 grayness } put
fillprocs 7 { 1.000000 grayness } put
fillprocs 8 {<0f1e3c78f0e1c387> 8 1 setpattern } put
fillprocs 9 {<0f87c3e1f0783c1e> 8 1 setpattern } put
fillprocs 10 {<cccccccccccccccc> 8 1 setpattern } put
fillprocs 11 {<ffff0000ffff0000> 8 1 setpattern } put
fillprocs 12 {<8142241818244281> 8 1 setpattern } put
fillprocs 13 {<03060c183060c081> 8 1 setpattern } put
fillprocs 14 {<8040201008040201> 8 1 setpattern } put
fillprocs 15 {} put
fillprocs 16 { 1.000000 grayness } put
fillprocs 17 { 0.900000 grayness } put
fillprocs 18 { 0.700000 grayness } put
fillprocs 19 { 0.500000 grayness } put
fillprocs 20 { 0.300000 grayness } put
fillprocs 21 { 0.100000 grayness } put
fillprocs 22 { 0.030000 grayness } put
fillprocs 23 { 0.000000 grayness } put
fillprocs 24 {<f0e1c3870f1e3c78> 8 1 setpattern } put
fillprocs 25 {<f0783c1e0f87c3e1> 8 1 setpattern } put
fillprocs 26 {<3333333333333333> 8 1 setpattern } put
fillprocs 27 {<0000ffff0000ffff> 8 1 setpattern } put
fillprocs 28 {<7ebddbe7e7dbbd7e> 8 1 setpattern } put
fillprocs 29 {<fcf9f3e7cf9f3f7e> 8 1 setpattern } put
fillprocs 30 {<7fbfdfeff7fbfdfe> 8 1 setpattern } put
fillprocs 31 {} put
%%EndSetup
0 14 /AvantGarde-Demi FMDEFINEFONT
1 9 /AvantGarde-Book FMDEFINEFONT
2 9 /AvantGarde-Demi FMDEFINEFONT
3 9 /Palatino-Roman FMDEFINEFONT
4 9 /Palatino-Bold FMDEFINEFONT
5 11.67 /ZapfDingbats FMDEFINEFONT
6 8.5 /Palatino-Roman FMDEFINEFONT
%%Page: "1" 1
%%BeginPaperSize: Letter
%%EndPaperSize
612 792 0 FMBEGINPAGE
0 0 612 792 C
0 0 612 792 R
7 X
0 K
V
72 746 540 756 R
V
72 32.67 540 42.67 R
V
0 F
0 X
(OUT OF ORDER) 408.03 768.67 T
1 F
(In ) 329.61 758 T
2 F
(EMERGENCY) 339.61 758 T
1 F
(, try dialing ) 393.71 758 T
2 F
(911) 443.46 758 T
1 F
(. No coin should be required.) 458.56 758 T
3 F
0.47 (This telephone\325s pr) 317.5 746 P
0.47 (ogramming violates one or mor) 394.43 746 P
0.47 (e California Public) 521.84 746 P
2.88 (Utilities Commision r) 317.5 737 P
2.88 (egulations concerning customer) 408.9 737 P
2.88 (-owned coin-) 541.21 737 P
(operated telephones \050) 317.5 728 T
4 F
(COCOT) 403.41 728 T
3 F
(s\051.) 436.55 728 T
5 F
(q) 335.5 716.33 T
6 F
( Char) 344.35 716.33 T
(ges mor) 364.9 716.33 T
(e than 20\242 for a local call) 394.77 716.33 T
5 F
(q) 335.5 707.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 344.35 707.83 T
5 F
(q) 335.5 699.33 T
6 F
( Blocks access to toll-fr) 344.35 699.33 T
(ee numbers \0501-800-xxx-xxxx\051) 428.97 699.33 T
5 F
(q) 335.5 690.83 T
6 F
( Blocks access to or char) 344.35 690.83 T
(ges for 950-xxxx numbers) 434.04 690.83 T
5 F
(q) 335.5 682.33 T
6 F
( Blocks access to or char) 344.35 682.33 T
(ges for local dir) 434.04 682.33 T
(ectory assistance) 492.12 682.33 T
5 F
(q) 335.5 673.83 T
6 F
( Blocks access to or char) 344.35 673.83 T
(ges for r) 434.04 673.83 T
(epair service calls) 464.72 673.83 T
5 F
(q) 335.5 665.33 T
6 F
( Does not post local and long-distance carriers and rates) 344.35 665.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 317.5 652.5 P
2.68 (phones that violate PUC r) 317.5 643.5 P
2.68 (egulations. If you come acr) 430.79 643.5 P
2.68 (oss another) 548.4 643.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 317.5 634.5 T
(ee at 1-800-231-1863.) 484.63 634.5 T
0 F
(OUT OF ORDER) 408.03 152.67 T
1 F
(In ) 329.61 142 T
2 F
(EMERGENCY) 339.61 142 T
1 F
(, try dialing ) 393.71 142 T
2 F
(911) 443.46 142 T
1 F
(. No coin should be required.) 458.56 142 T
3 F
0.47 (This telephone\325s pr) 317.5 130 P
0.47 (ogramming violates one or mor) 394.43 130 P
0.47 (e California Public) 521.84 130 P
2.88 (Utilities Commision r) 317.5 121 P
2.88 (egulations concerning customer) 408.9 121 P
2.88 (-owned coin-) 541.21 121 P
(operated telephones \050) 317.5 112 T
4 F
(COCOT) 403.41 112 T
3 F
(s\051.) 436.55 112 T
5 F
(q) 335.5 100.33 T
6 F
( Char) 344.35 100.33 T
(ges mor) 364.9 100.33 T
(e than 20\242 for a local call) 394.77 100.33 T
5 F
(q) 335.5 91.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 344.35 91.83 T
5 F
(q) 335.5 83.33 T
6 F
( Blocks access to toll-fr) 344.35 83.33 T
(ee numbers \0501-800-xxx-xxxx\051) 428.97 83.33 T
5 F
(q) 335.5 74.83 T
6 F
( Blocks access to or char) 344.35 74.83 T
(ges for 950-xxxx numbers) 434.04 74.83 T
5 F
(q) 335.5 66.33 T
6 F
( Blocks access to or char) 344.35 66.33 T
(ges for local dir) 434.04 66.33 T
(ectory assistance) 492.12 66.33 T
5 F
(q) 335.5 57.83 T
6 F
( Blocks access to or char) 344.35 57.83 T
(ges for r) 434.04 57.83 T
(epair service calls) 464.72 57.83 T
5 F
(q) 335.5 49.33 T
6 F
( Does not post local and long-distance carriers and rates) 344.35 49.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 317.5 36.5 P
2.68 (phones that violate PUC r) 317.5 27.5 P
2.68 (egulations. If you come acr) 430.79 27.5 P
2.68 (oss another) 548.4 27.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 317.5 18.5 T
(ee at 1-800-231-1863.) 484.63 18.5 T
0 F
(OUT OF ORDER) 408.03 306.67 T
1 F
(In ) 329.61 296 T
2 F
(EMERGENCY) 339.61 296 T
1 F
(, try dialing ) 393.71 296 T
2 F
(911) 443.46 296 T
1 F
(. No coin should be required.) 458.56 296 T
3 F
0.47 (This telephone\325s pr) 317.5 284 P
0.47 (ogramming violates one or mor) 394.43 284 P
0.47 (e California Public) 521.84 284 P
2.88 (Utilities Commision r) 317.5 275 P
2.88 (egulations concerning customer) 408.9 275 P
2.88 (-owned coin-) 541.21 275 P
(operated telephones \050) 317.5 266 T
4 F
(COCOT) 403.41 266 T
3 F
(s\051.) 436.55 266 T
5 F
(q) 335.5 254.33 T
6 F
( Char) 344.35 254.33 T
(ges mor) 364.9 254.33 T
(e than 20\242 for a local call) 394.77 254.33 T
5 F
(q) 335.5 245.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 344.35 245.83 T
5 F
(q) 335.5 237.33 T
6 F
( Blocks access to toll-fr) 344.35 237.33 T
(ee numbers \0501-800-xxx-xxxx\051) 428.97 237.33 T
5 F
(q) 335.5 228.83 T
6 F
( Blocks access to or char) 344.35 228.83 T
(ges for 950-xxxx numbers) 434.04 228.83 T
5 F
(q) 335.5 220.33 T
6 F
( Blocks access to or char) 344.35 220.33 T
(ges for local dir) 434.04 220.33 T
(ectory assistance) 492.12 220.33 T
5 F
(q) 335.5 211.83 T
6 F
( Blocks access to or char) 344.35 211.83 T
(ges for r) 434.04 211.83 T
(epair service calls) 464.72 211.83 T
5 F
(q) 335.5 203.33 T
6 F
( Does not post local and long-distance carriers and rates) 344.35 203.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 317.5 190.5 P
2.68 (phones that violate PUC r) 317.5 181.5 P
2.68 (egulations. If you come acr) 430.79 181.5 P
2.68 (oss another) 548.4 181.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 317.5 172.5 T
(ee at 1-800-231-1863.) 484.63 172.5 T
0 F
(OUT OF ORDER) 408.03 460.67 T
1 F
(In ) 329.61 450 T
2 F
(EMERGENCY) 339.61 450 T
1 F
(, try dialing ) 393.71 450 T
2 F
(911) 443.46 450 T
1 F
(. No coin should be required.) 458.56 450 T
3 F
0.47 (This telephone\325s pr) 317.5 438 P
0.47 (ogramming violates one or mor) 394.43 438 P
0.47 (e California Public) 521.84 438 P
2.88 (Utilities Commision r) 317.5 429 P
2.88 (egulations concerning customer) 408.9 429 P
2.88 (-owned coin-) 541.21 429 P
(operated telephones \050) 317.5 420 T
4 F
(COCOT) 403.41 420 T
3 F
(s\051.) 436.55 420 T
5 F
(q) 335.5 408.33 T
6 F
( Char) 344.35 408.33 T
(ges mor) 364.9 408.33 T
(e than 20\242 for a local call) 394.77 408.33 T
5 F
(q) 335.5 399.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 344.35 399.83 T
5 F
(q) 335.5 391.33 T
6 F
( Blocks access to toll-fr) 344.35 391.33 T
(ee numbers \0501-800-xxx-xxxx\051) 428.97 391.33 T
5 F
(q) 335.5 382.83 T
6 F
( Blocks access to or char) 344.35 382.83 T
(ges for 950-xxxx numbers) 434.04 382.83 T
5 F
(q) 335.5 374.33 T
6 F
( Blocks access to or char) 344.35 374.33 T
(ges for local dir) 434.04 374.33 T
(ectory assistance) 492.12 374.33 T
5 F
(q) 335.5 365.83 T
6 F
( Blocks access to or char) 344.35 365.83 T
(ges for r) 434.04 365.83 T
(epair service calls) 464.72 365.83 T
5 F
(q) 335.5 357.33 T
6 F
( Does not post local and long-distance carriers and rates) 344.35 357.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 317.5 344.5 P
2.68 (phones that violate PUC r) 317.5 335.5 P
2.68 (egulations. If you come acr) 430.79 335.5 P
2.68 (oss another) 548.4 335.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 317.5 326.5 T
(ee at 1-800-231-1863.) 484.63 326.5 T
0 F
(OUT OF ORDER) 408.03 614.67 T
1 F
(In ) 329.61 604 T
2 F
(EMERGENCY) 339.61 604 T
1 F
(, try dialing ) 393.71 604 T
2 F
(911) 443.46 604 T
1 F
(. No coin should be required.) 458.56 604 T
3 F
0.47 (This telephone\325s pr) 317.5 592 P
0.47 (ogramming violates one or mor) 394.43 592 P
0.47 (e California Public) 521.84 592 P
2.88 (Utilities Commision r) 317.5 583 P
2.88 (egulations concerning customer) 408.9 583 P
2.88 (-owned coin-) 541.21 583 P
(operated telephones \050) 317.5 574 T
4 F
(COCOT) 403.41 574 T
3 F
(s\051.) 436.55 574 T
5 F
(q) 335.5 562.33 T
6 F
( Char) 344.35 562.33 T
(ges mor) 364.9 562.33 T
(e than 20\242 for a local call) 394.77 562.33 T
5 F
(q) 335.5 553.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 344.35 553.83 T
5 F
(q) 335.5 545.33 T
6 F
( Blocks access to toll-fr) 344.35 545.33 T
(ee numbers \0501-800-xxx-xxxx\051) 428.97 545.33 T
5 F
(q) 335.5 536.83 T
6 F
( Blocks access to or char) 344.35 536.83 T
(ges for 950-xxxx numbers) 434.04 536.83 T
5 F
(q) 335.5 528.33 T
6 F
( Blocks access to or char) 344.35 528.33 T
(ges for local dir) 434.04 528.33 T
(ectory assistance) 492.12 528.33 T
5 F
(q) 335.5 519.83 T
6 F
( Blocks access to or char) 344.35 519.83 T
(ges for r) 434.04 519.83 T
(epair service calls) 464.72 519.83 T
5 F
(q) 335.5 511.33 T
6 F
( Does not post local and long-distance carriers and rates) 344.35 511.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 317.5 498.5 P
2.68 (phones that violate PUC r) 317.5 489.5 P
2.68 (egulations. If you come acr) 430.79 489.5 P
2.68 (oss another) 548.4 489.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 317.5 480.5 T
(ee at 1-800-231-1863.) 484.63 480.5 T
0 F
(OUT OF ORDER) 106.03 768.67 T
1 F
(In ) 27.61 758 T
2 F
(EMERGENCY) 37.61 758 T
1 F
(, try dialing ) 91.71 758 T
2 F
(911) 141.46 758 T
1 F
(. No coin should be required.) 156.56 758 T
3 F
0.47 (This telephone\325s pr) 15.5 746 P
0.47 (ogramming violates one or mor) 92.43 746 P
0.47 (e California Public) 219.84 746 P
2.88 (Utilities Commision r) 15.5 737 P
2.88 (egulations concerning customer) 106.9 737 P
2.88 (-owned coin-) 239.21 737 P
(operated telephones \050) 15.5 728 T
4 F
(COCOT) 101.41 728 T
3 F
(s\051.) 134.55 728 T
5 F
(q) 33.5 716.33 T
6 F
( Char) 42.35 716.33 T
(ges mor) 62.9 716.33 T
(e than 20\242 for a local call) 92.77 716.33 T
5 F
(q) 33.5 707.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 42.35 707.83 T
5 F
(q) 33.5 699.33 T
6 F
( Blocks access to toll-fr) 42.35 699.33 T
(ee numbers \0501-800-xxx-xxxx\051) 126.97 699.33 T
5 F
(q) 33.5 690.83 T
6 F
( Blocks access to or char) 42.35 690.83 T
(ges for 950-xxxx numbers) 132.04 690.83 T
5 F
(q) 33.5 682.33 T
6 F
( Blocks access to or char) 42.35 682.33 T
(ges for local dir) 132.04 682.33 T
(ectory assistance) 190.12 682.33 T
5 F
(q) 33.5 673.83 T
6 F
( Blocks access to or char) 42.35 673.83 T
(ges for r) 132.04 673.83 T
(epair service calls) 162.72 673.83 T
5 F
(q) 33.5 665.33 T
6 F
( Does not post local and long-distance carriers and rates) 42.35 665.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 15.5 652.5 P
2.68 (phones that violate PUC r) 15.5 643.5 P
2.68 (egulations. If you come acr) 128.79 643.5 P
2.68 (oss another) 246.4 643.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 15.5 634.5 T
(ee at 1-800-231-1863.) 182.63 634.5 T
0 F
(OUT OF ORDER) 106.03 152.67 T
1 F
(In ) 27.61 142 T
2 F
(EMERGENCY) 37.61 142 T
1 F
(, try dialing ) 91.71 142 T
2 F
(911) 141.46 142 T
1 F
(. No coin should be required.) 156.56 142 T
3 F
0.47 (This telephone\325s pr) 15.5 130 P
0.47 (ogramming violates one or mor) 92.43 130 P
0.47 (e California Public) 219.84 130 P
2.88 (Utilities Commision r) 15.5 121 P
2.88 (egulations concerning customer) 106.9 121 P
2.88 (-owned coin-) 239.21 121 P
(operated telephones \050) 15.5 112 T
4 F
(COCOT) 101.41 112 T
3 F
(s\051.) 134.55 112 T
5 F
(q) 33.5 100.33 T
6 F
( Char) 42.35 100.33 T
(ges mor) 62.9 100.33 T
(e than 20\242 for a local call) 92.77 100.33 T
5 F
(q) 33.5 91.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 42.35 91.83 T
5 F
(q) 33.5 83.33 T
6 F
( Blocks access to toll-fr) 42.35 83.33 T
(ee numbers \0501-800-xxx-xxxx\051) 126.97 83.33 T
5 F
(q) 33.5 74.83 T
6 F
( Blocks access to or char) 42.35 74.83 T
(ges for 950-xxxx numbers) 132.04 74.83 T
5 F
(q) 33.5 66.33 T
6 F
( Blocks access to or char) 42.35 66.33 T
(ges for local dir) 132.04 66.33 T
(ectory assistance) 190.12 66.33 T
5 F
(q) 33.5 57.83 T
6 F
( Blocks access to or char) 42.35 57.83 T
(ges for r) 132.04 57.83 T
(epair service calls) 162.72 57.83 T
5 F
(q) 33.5 49.33 T
6 F
( Does not post local and long-distance carriers and rates) 42.35 49.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 15.5 36.5 P
2.68 (phones that violate PUC r) 15.5 27.5 P
2.68 (egulations. If you come acr) 128.79 27.5 P
2.68 (oss another) 246.4 27.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 15.5 18.5 T
(ee at 1-800-231-1863.) 182.63 18.5 T
0 F
(OUT OF ORDER) 106.03 306.67 T
1 F
(In ) 27.61 296 T
2 F
(EMERGENCY) 37.61 296 T
1 F
(, try dialing ) 91.71 296 T
2 F
(911) 141.46 296 T
1 F
(. No coin should be required.) 156.56 296 T
3 F
0.47 (This telephone\325s pr) 15.5 284 P
0.47 (ogramming violates one or mor) 92.43 284 P
0.47 (e California Public) 219.84 284 P
2.88 (Utilities Commision r) 15.5 275 P
2.88 (egulations concerning customer) 106.9 275 P
2.88 (-owned coin-) 239.21 275 P
(operated telephones \050) 15.5 266 T
4 F
(COCOT) 101.41 266 T
3 F
(s\051.) 134.55 266 T
5 F
(q) 33.5 254.33 T
6 F
( Char) 42.35 254.33 T
(ges mor) 62.9 254.33 T
(e than 20\242 for a local call) 92.77 254.33 T
5 F
(q) 33.5 245.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 42.35 245.83 T
5 F
(q) 33.5 237.33 T
6 F
( Blocks access to toll-fr) 42.35 237.33 T
(ee numbers \0501-800-xxx-xxxx\051) 126.97 237.33 T
5 F
(q) 33.5 228.83 T
6 F
( Blocks access to or char) 42.35 228.83 T
(ges for 950-xxxx numbers) 132.04 228.83 T
5 F
(q) 33.5 220.33 T
6 F
( Blocks access to or char) 42.35 220.33 T
(ges for local dir) 132.04 220.33 T
(ectory assistance) 190.12 220.33 T
5 F
(q) 33.5 211.83 T
6 F
( Blocks access to or char) 42.35 211.83 T
(ges for r) 132.04 211.83 T
(epair service calls) 162.72 211.83 T
5 F
(q) 33.5 203.33 T
6 F
( Does not post local and long-distance carriers and rates) 42.35 203.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 15.5 190.5 P
2.68 (phones that violate PUC r) 15.5 181.5 P
2.68 (egulations. If you come acr) 128.79 181.5 P
2.68 (oss another) 246.4 181.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 15.5 172.5 T
(ee at 1-800-231-1863.) 182.63 172.5 T
0 F
(OUT OF ORDER) 106.03 460.67 T
1 F
(In ) 27.61 450 T
2 F
(EMERGENCY) 37.61 450 T
1 F
(, try dialing ) 91.71 450 T
2 F
(911) 141.46 450 T
1 F
(. No coin should be required.) 156.56 450 T
3 F
0.47 (This telephone\325s pr) 15.5 438 P
0.47 (ogramming violates one or mor) 92.43 438 P
0.47 (e California Public) 219.84 438 P
2.88 (Utilities Commision r) 15.5 429 P
2.88 (egulations concerning customer) 106.9 429 P
2.88 (-owned coin-) 239.21 429 P
(operated telephones \050) 15.5 420 T
4 F
(COCOT) 101.41 420 T
3 F
(s\051.) 134.55 420 T
5 F
(q) 33.5 408.33 T
6 F
( Char) 42.35 408.33 T
(ges mor) 62.9 408.33 T
(e than 20\242 for a local call) 92.77 408.33 T
5 F
(q) 33.5 399.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 42.35 399.83 T
5 F
(q) 33.5 391.33 T
6 F
( Blocks access to toll-fr) 42.35 391.33 T
(ee numbers \0501-800-xxx-xxxx\051) 126.97 391.33 T
5 F
(q) 33.5 382.83 T
6 F
( Blocks access to or char) 42.35 382.83 T
(ges for 950-xxxx numbers) 132.04 382.83 T
5 F
(q) 33.5 374.33 T
6 F
( Blocks access to or char) 42.35 374.33 T
(ges for local dir) 132.04 374.33 T
(ectory assistance) 190.12 374.33 T
5 F
(q) 33.5 365.83 T
6 F
( Blocks access to or char) 42.35 365.83 T
(ges for r) 132.04 365.83 T
(epair service calls) 162.72 365.83 T
5 F
(q) 33.5 357.33 T
6 F
( Does not post local and long-distance carriers and rates) 42.35 357.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 15.5 344.5 P
2.68 (phones that violate PUC r) 15.5 335.5 P
2.68 (egulations. If you come acr) 128.79 335.5 P
2.68 (oss another) 246.4 335.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 15.5 326.5 T
(ee at 1-800-231-1863.) 182.63 326.5 T
0 F
(OUT OF ORDER) 106.03 614.67 T
1 F
(In ) 27.61 604 T
2 F
(EMERGENCY) 37.61 604 T
1 F
(, try dialing ) 91.71 604 T
2 F
(911) 141.46 604 T
1 F
(. No coin should be required.) 156.56 604 T
3 F
0.47 (This telephone\325s pr) 15.5 592 P
0.47 (ogramming violates one or mor) 92.43 592 P
0.47 (e California Public) 219.84 592 P
2.88 (Utilities Commision r) 15.5 583 P
2.88 (egulations concerning customer) 106.9 583 P
2.88 (-owned coin-) 239.21 583 P
(operated telephones \050) 15.5 574 T
4 F
(COCOT) 101.41 574 T
3 F
(s\051.) 134.55 574 T
5 F
(q) 33.5 562.33 T
6 F
( Char) 42.35 562.33 T
(ges mor) 62.9 562.33 T
(e than 20\242 for a local call) 92.77 562.33 T
5 F
(q) 33.5 553.83 T
6 F
( Blocks access to alternate long-distance carriers \05010xxx\051) 42.35 553.83 T
5 F
(q) 33.5 545.33 T
6 F
( Blocks access to toll-fr) 42.35 545.33 T
(ee numbers \0501-800-xxx-xxxx\051) 126.97 545.33 T
5 F
(q) 33.5 536.83 T
6 F
( Blocks access to or char) 42.35 536.83 T
(ges for 950-xxxx numbers) 132.04 536.83 T
5 F
(q) 33.5 528.33 T
6 F
( Blocks access to or char) 42.35 528.33 T
(ges for local dir) 132.04 528.33 T
(ectory assistance) 190.12 528.33 T
5 F
(q) 33.5 519.83 T
6 F
( Blocks access to or char) 42.35 519.83 T
(ges for r) 132.04 519.83 T
(epair service calls) 162.72 519.83 T
5 F
(q) 33.5 511.33 T
6 F
( Does not post local and long-distance carriers and rates) 42.35 511.33 T
3 F
0.64 (The Public Utilities Commision has appointed Paci\336c Bell to monitor) 15.5 498.5 P
2.68 (phones that violate PUC r) 15.5 489.5 P
2.68 (egulations. If you come acr) 128.79 489.5 P
2.68 (oss another) 246.4 489.5 P
(illegal phone, please call Paci\336c Bell toll-fr) 15.5 480.5 T
(ee at 1-800-231-1863.) 182.63 480.5 T
306 792 306 2 2 L
V
0.5 H
2 Z
11 X
N
1 629 611 629 2 L
10 X
N
1 475 611 475 2 L
N
1 321 611 321 2 L
N
2 167 612 167 2 L
N
FMENDPAGE
%%EndPage: "1" 2
%%Trailer
%%BoundingBox: 0 0 612 792
%%Pages: 1 1
%%DocumentFonts: AvantGarde-Demi
%%+ AvantGarde-Book
%%+ Palatino-Roman
%%+ Palatino-Bold
%%+ ZapfDingbats