]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/doc/papers/timecounter/intr.ps
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / doc / papers / timecounter / intr.ps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: _.ps
3 %%Creator: gnuplot 3.7 patchlevel 1
4 %%CreationDate: $FreeBSD$
5 %%DocumentFonts: (atend)
6 %%BoundingBox: 50 50 266 201
7 %%Orientation: Portrait
8 %%EndComments
9 /gnudict 256 dict def
10 gnudict begin
11 /Color false def
12 /Solid false def
13 /gnulinewidth 5.000 def
14 /userlinewidth gnulinewidth def
15 /vshift -46 def
16 /dl {10 mul} def
17 /hpt_ 31.5 def
18 /vpt_ 31.5 def
19 /hpt hpt_ def
20 /vpt vpt_ def
21 /M {moveto} bind def
22 /L {lineto} bind def
23 /R {rmoveto} bind def
24 /V {rlineto} bind def
25 /vpt2 vpt 2 mul def
26 /hpt2 hpt 2 mul def
27 /Lshow { currentpoint stroke M
28   0 vshift R show } def
29 /Rshow { currentpoint stroke M
30   dup stringwidth pop neg vshift R show } def
31 /Cshow { currentpoint stroke M
32   dup stringwidth pop -2 div vshift R show } def
33 /UP { dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
34   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def } def
35 /DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
36  {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
37 /BL { stroke userlinewidth 2 mul setlinewidth } def
38 /AL { stroke userlinewidth 2 div setlinewidth } def
39 /UL { dup gnulinewidth mul /userlinewidth exch def
40       10 mul /udl exch def } def
41 /PL { stroke userlinewidth setlinewidth } def
42 /LTb { BL [] 0 0 0 DL } def
43 /LTa { AL [1 udl mul 2 udl mul] 0 setdash 0 0 0 setrgbcolor } def
44 /LT0 { PL [] 1 0 0 DL } def
45 /LT1 { PL [4 dl 2 dl] 0 1 0 DL } def
46 /LT2 { PL [2 dl 3 dl] 0 0 1 DL } def
47 /LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
48 /LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
49 /LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
50 /LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
51 /LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
52 /LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
53 /Pnt { stroke [] 0 setdash
54    gsave 1 setlinecap M 0 0 V stroke grestore } def
55 /Dia { stroke [] 0 setdash 2 copy vpt add M
56   hpt neg vpt neg V hpt vpt neg V
57   hpt vpt V hpt neg vpt V closepath stroke
58   Pnt } def
59 /Pls { stroke [] 0 setdash vpt sub M 0 vpt2 V
60   currentpoint stroke M
61   hpt neg vpt neg R hpt2 0 V stroke
62   } def
63 /Box { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
64   0 vpt2 neg V hpt2 0 V 0 vpt2 V
65   hpt2 neg 0 V closepath stroke
66   Pnt } def
67 /Crs { stroke [] 0 setdash exch hpt sub exch vpt add M
68   hpt2 vpt2 neg V currentpoint stroke M
69   hpt2 neg 0 R hpt2 vpt2 V stroke } def
70 /TriU { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
71   hpt neg vpt -1.62 mul V
72   hpt 2 mul 0 V
73   hpt neg vpt 1.62 mul V closepath stroke
74   Pnt  } def
75 /Star { 2 copy Pls Crs } def
76 /BoxF { stroke [] 0 setdash exch hpt sub exch vpt add M
77   0 vpt2 neg V  hpt2 0 V  0 vpt2 V
78   hpt2 neg 0 V  closepath fill } def
79 /TriUF { stroke [] 0 setdash vpt 1.12 mul add M
80   hpt neg vpt -1.62 mul V
81   hpt 2 mul 0 V
82   hpt neg vpt 1.62 mul V closepath fill } def
83 /TriD { stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
84   hpt neg vpt 1.62 mul V
85   hpt 2 mul 0 V
86   hpt neg vpt -1.62 mul V closepath stroke
87   Pnt  } def
88 /TriDF { stroke [] 0 setdash vpt 1.12 mul sub M
89   hpt neg vpt 1.62 mul V
90   hpt 2 mul 0 V
91   hpt neg vpt -1.62 mul V closepath fill} def
92 /DiaF { stroke [] 0 setdash vpt add M
93   hpt neg vpt neg V hpt vpt neg V
94   hpt vpt V hpt neg vpt V closepath fill } def
95 /Pent { stroke [] 0 setdash 2 copy gsave
96   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
97   closepath stroke grestore Pnt } def
98 /PentF { stroke [] 0 setdash gsave
99   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
100   closepath fill grestore } def
101 /Circle { stroke [] 0 setdash 2 copy
102   hpt 0 360 arc stroke Pnt } def
103 /CircleF { stroke [] 0 setdash hpt 0 360 arc fill } def
104 /C0 { BL [] 0 setdash 2 copy moveto vpt 90 450  arc } bind def
105 /C1 { BL [] 0 setdash 2 copy        moveto
106        2 copy  vpt 0 90 arc closepath fill
107                vpt 0 360 arc closepath } bind def
108 /C2 { BL [] 0 setdash 2 copy moveto
109        2 copy  vpt 90 180 arc closepath fill
110                vpt 0 360 arc closepath } bind def
111 /C3 { BL [] 0 setdash 2 copy moveto
112        2 copy  vpt 0 180 arc closepath fill
113                vpt 0 360 arc closepath } bind def
114 /C4 { BL [] 0 setdash 2 copy moveto
115        2 copy  vpt 180 270 arc closepath fill
116                vpt 0 360 arc closepath } bind def
117 /C5 { BL [] 0 setdash 2 copy moveto
118        2 copy  vpt 0 90 arc
119        2 copy moveto
120        2 copy  vpt 180 270 arc closepath fill
121                vpt 0 360 arc } bind def
122 /C6 { BL [] 0 setdash 2 copy moveto
123       2 copy  vpt 90 270 arc closepath fill
124               vpt 0 360 arc closepath } bind def
125 /C7 { BL [] 0 setdash 2 copy moveto
126       2 copy  vpt 0 270 arc closepath fill
127               vpt 0 360 arc closepath } bind def
128 /C8 { BL [] 0 setdash 2 copy moveto
129       2 copy vpt 270 360 arc closepath fill
130               vpt 0 360 arc closepath } bind def
131 /C9 { BL [] 0 setdash 2 copy moveto
132       2 copy  vpt 270 450 arc closepath fill
133               vpt 0 360 arc closepath } bind def
134 /C10 { BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
135        2 copy moveto
136        2 copy vpt 90 180 arc closepath fill
137                vpt 0 360 arc closepath } bind def
138 /C11 { BL [] 0 setdash 2 copy moveto
139        2 copy  vpt 0 180 arc closepath fill
140        2 copy moveto
141        2 copy  vpt 270 360 arc closepath fill
142                vpt 0 360 arc closepath } bind def
143 /C12 { BL [] 0 setdash 2 copy moveto
144        2 copy  vpt 180 360 arc closepath fill
145                vpt 0 360 arc closepath } bind def
146 /C13 { BL [] 0 setdash  2 copy moveto
147        2 copy  vpt 0 90 arc closepath fill
148        2 copy moveto
149        2 copy  vpt 180 360 arc closepath fill
150                vpt 0 360 arc closepath } bind def
151 /C14 { BL [] 0 setdash 2 copy moveto
152        2 copy  vpt 90 360 arc closepath fill
153                vpt 0 360 arc } bind def
154 /C15 { BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
155                vpt 0 360 arc closepath } bind def
156 /Rec   { newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
157        neg 0 rlineto closepath } bind def
158 /Square { dup Rec } bind def
159 /Bsquare { vpt sub exch vpt sub exch vpt2 Square } bind def
160 /S0 { BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare } bind def
161 /S1 { BL [] 0 setdash 2 copy vpt Square fill Bsquare } bind def
162 /S2 { BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
163 /S3 { BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def
164 /S4 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
165 /S5 { BL [] 0 setdash 2 copy 2 copy vpt Square fill
166        exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
167 /S6 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare } bind def
168 /S7 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
169        2 copy vpt Square fill
170        Bsquare } bind def
171 /S8 { BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare } bind def
172 /S9 { BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare } bind def
173 /S10 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
174        Bsquare } bind def
175 /S11 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
176        Bsquare } bind def
177 /S12 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare } bind def
178 /S13 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
179        2 copy vpt Square fill Bsquare } bind def
180 /S14 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
181        2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
182 /S15 { BL [] 0 setdash 2 copy Bsquare fill Bsquare } bind def
183 /D0 { gsave translate 45 rotate 0 0 S0 stroke grestore } bind def
184 /D1 { gsave translate 45 rotate 0 0 S1 stroke grestore } bind def
185 /D2 { gsave translate 45 rotate 0 0 S2 stroke grestore } bind def
186 /D3 { gsave translate 45 rotate 0 0 S3 stroke grestore } bind def
187 /D4 { gsave translate 45 rotate 0 0 S4 stroke grestore } bind def
188 /D5 { gsave translate 45 rotate 0 0 S5 stroke grestore } bind def
189 /D6 { gsave translate 45 rotate 0 0 S6 stroke grestore } bind def
190 /D7 { gsave translate 45 rotate 0 0 S7 stroke grestore } bind def
191 /D8 { gsave translate 45 rotate 0 0 S8 stroke grestore } bind def
192 /D9 { gsave translate 45 rotate 0 0 S9 stroke grestore } bind def
193 /D10 { gsave translate 45 rotate 0 0 S10 stroke grestore } bind def
194 /D11 { gsave translate 45 rotate 0 0 S11 stroke grestore } bind def
195 /D12 { gsave translate 45 rotate 0 0 S12 stroke grestore } bind def
196 /D13 { gsave translate 45 rotate 0 0 S13 stroke grestore } bind def
197 /D14 { gsave translate 45 rotate 0 0 S14 stroke grestore } bind def
198 /D15 { gsave translate 45 rotate 0 0 S15 stroke grestore } bind def
199 /DiaE { stroke [] 0 setdash vpt add M
200   hpt neg vpt neg V hpt vpt neg V
201   hpt vpt V hpt neg vpt V closepath stroke } def
202 /BoxE { stroke [] 0 setdash exch hpt sub exch vpt add M
203   0 vpt2 neg V hpt2 0 V 0 vpt2 V
204   hpt2 neg 0 V closepath stroke } def
205 /TriUE { stroke [] 0 setdash vpt 1.12 mul add M
206   hpt neg vpt -1.62 mul V
207   hpt 2 mul 0 V
208   hpt neg vpt 1.62 mul V closepath stroke } def
209 /TriDE { stroke [] 0 setdash vpt 1.12 mul sub M
210   hpt neg vpt 1.62 mul V
211   hpt 2 mul 0 V
212   hpt neg vpt -1.62 mul V closepath stroke } def
213 /PentE { stroke [] 0 setdash gsave
214   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
215   closepath stroke grestore } def
216 /CircE { stroke [] 0 setdash 
217   hpt 0 360 arc stroke } def
218 /Opaque { gsave closepath 1 setgray fill grestore 0 setgray closepath } def
219 /DiaW { stroke [] 0 setdash vpt add M
220   hpt neg vpt neg V hpt vpt neg V
221   hpt vpt V hpt neg vpt V Opaque stroke } def
222 /BoxW { stroke [] 0 setdash exch hpt sub exch vpt add M
223   0 vpt2 neg V hpt2 0 V 0 vpt2 V
224   hpt2 neg 0 V Opaque stroke } def
225 /TriUW { stroke [] 0 setdash vpt 1.12 mul add M
226   hpt neg vpt -1.62 mul V
227   hpt 2 mul 0 V
228   hpt neg vpt 1.62 mul V Opaque stroke } def
229 /TriDW { stroke [] 0 setdash vpt 1.12 mul sub M
230   hpt neg vpt 1.62 mul V
231   hpt 2 mul 0 V
232   hpt neg vpt -1.62 mul V Opaque stroke } def
233 /PentW { stroke [] 0 setdash gsave
234   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
235   Opaque stroke grestore } def
236 /CircW { stroke [] 0 setdash 
237   hpt 0 360 arc Opaque stroke } def
238 /BoxFill { gsave Rec 1 setgray fill grestore } def
239 end
240 %%EndProlog
241 gnudict begin
242 gsave
243 50 50 translate
244 0.050 0.050 scale
245 0 setgray
246 newpath
247 (Helvetica) findfont 140 scalefont setfont
248 1.000 UL
249 LTb
250 1.000 UL
251 LTa
252 882 420 M
253 3200 0 V
254 1.000 UL
255 LTb
256 882 420 M
257 63 0 V
258 3137 0 R
259 -63 0 V
260 798 420 M
261 (0) Rshow
262 1.000 UL
263 LTa
264 882 768 M
265 3200 0 V
266 1.000 UL
267 LTb
268 882 768 M
269 63 0 V
270 3137 0 R
271 -63 0 V
272 798 768 M
273 (20000) Rshow
274 1.000 UL
275 LTa
276 882 1116 M
277 3200 0 V
278 1.000 UL
279 LTb
280 882 1116 M
281 63 0 V
282 3137 0 R
283 -63 0 V
284 -3221 0 R
285 (40000) Rshow
286 1.000 UL
287 LTa
288 882 1464 M
289 3200 0 V
290 1.000 UL
291 LTb
292 882 1464 M
293 63 0 V
294 3137 0 R
295 -63 0 V
296 -3221 0 R
297 (60000) Rshow
298 1.000 UL
299 LTa
300 882 1812 M
301 3200 0 V
302 1.000 UL
303 LTb
304 882 1812 M
305 63 0 V
306 3137 0 R
307 -63 0 V
308 -3221 0 R
309 (80000) Rshow
310 1.000 UL
311 LTa
312 882 2160 M
313 3200 0 V
314 1.000 UL
315 LTb
316 882 2160 M
317 63 0 V
318 3137 0 R
319 -63 0 V
320 -3221 0 R
321 (100000) Rshow
322 1.000 UL
323 LTa
324 882 2508 M
325 3200 0 V
326 1.000 UL
327 LTb
328 882 2508 M
329 63 0 V
330 3137 0 R
331 -63 0 V
332 -3221 0 R
333 (120000) Rshow
334 1.000 UL
335 LTa
336 882 2856 M
337 3200 0 V
338 1.000 UL
339 LTb
340 882 2856 M
341 63 0 V
342 3137 0 R
343 -63 0 V
344 -3221 0 R
345 (140000) Rshow
346 1.000 UL
347 LTa
348 882 420 M
349 0 2436 V
350 1.000 UL
351 LTb
352 882 420 M
353 0 63 V
354 0 2373 R
355 0 -63 V
356 882 280 M
357 (0) Cshow
358 1.000 UL
359 LTa
360 1202 420 M
361 0 2436 V
362 1.000 UL
363 LTb
364 1202 420 M
365 0 63 V
366 0 2373 R
367 0 -63 V
368 0 -2513 R
369 (100) Cshow
370 1.000 UL
371 LTa
372 1522 420 M
373 0 2436 V
374 1.000 UL
375 LTb
376 1522 420 M
377 0 63 V
378 0 2373 R
379 0 -63 V
380 0 -2513 R
381 (200) Cshow
382 1.000 UL
383 LTa
384 1842 420 M
385 0 2436 V
386 1.000 UL
387 LTb
388 1842 420 M
389 0 63 V
390 0 2373 R
391 0 -63 V
392 0 -2513 R
393 (300) Cshow
394 1.000 UL
395 LTa
396 2162 420 M
397 0 2436 V
398 1.000 UL
399 LTb
400 2162 420 M
401 0 63 V
402 0 2373 R
403 0 -63 V
404 0 -2513 R
405 (400) Cshow
406 1.000 UL
407 LTa
408 2482 420 M
409 0 2436 V
410 1.000 UL
411 LTb
412 2482 420 M
413 0 63 V
414 0 2373 R
415 0 -63 V
416 0 -2513 R
417 (500) Cshow
418 1.000 UL
419 LTa
420 2802 420 M
421 0 2436 V
422 1.000 UL
423 LTb
424 2802 420 M
425 0 63 V
426 0 2373 R
427 0 -63 V
428 0 -2513 R
429 (600) Cshow
430 1.000 UL
431 LTa
432 3122 420 M
433 0 2436 V
434 1.000 UL
435 LTb
436 3122 420 M
437 0 63 V
438 0 2373 R
439 0 -63 V
440 0 -2513 R
441 (700) Cshow
442 1.000 UL
443 LTa
444 3442 420 M
445 0 2373 V
446 0 63 V
447 1.000 UL
448 LTb
449 3442 420 M
450 0 63 V
451 0 2373 R
452 0 -63 V
453 0 -2513 R
454 (800) Cshow
455 1.000 UL
456 LTa
457 3762 420 M
458 0 2373 V
459 0 63 V
460 1.000 UL
461 LTb
462 3762 420 M
463 0 63 V
464 0 2373 R
465 0 -63 V
466 0 -2513 R
467 (900) Cshow
468 1.000 UL
469 LTa
470 4082 420 M
471 0 2436 V
472 1.000 UL
473 LTb
474 4082 420 M
475 0 63 V
476 0 2373 R
477 0 -63 V
478 0 -2513 R
479 (1000) Cshow
480 1.000 UL
481 LTb
482 882 420 M
483 3200 0 V
484 0 2436 V
485 -3200 0 V
486 882 420 L
487 140 1638 M
488 currentpoint gsave translate 90 rotate 0 0 M
489 (nanoseconds) Cshow
490 grestore
491 2482 70 M
492 (seconds) Cshow
493 1.000 UL
494 LT0
495 883 628 M
496 3 589 V
497 3 -538 V
498 3 -63 V
499 4 51 V
500 3 -42 V
501 3 458 V
502 3 -424 V
503 3 19 V
504 4 -31 V
505 3 30 V
506 3 10 V
507 3 65 V
508 3 -89 V
509 4 -39 V
510 3 33 V
511 3 13 V
512 3 -10 V
513 3 23 V
514 3 -18 V
515 4 25 V
516 3 -17 V
517 3 232 V
518 3 -248 V
519 4 19 V
520 3 -35 V
521 3 8 V
522 3 -46 V
523 3 9 V
524 4 19 V
525 3 -17 V
526 3 9 V
527 3 243 V
528 3 -226 V
529 4 -41 V
530 3 38 V
531 3 0 V
532 3 5 V
533 3 -40 V
534 4 571 V
535 3 823 V
536 3 -1311 V
537 3 -44 V
538 3 7 V
539 4 4 V
540 3 9 V
541 3 11 V
542 3 13 V
543 3 -81 V
544 3 54 V
545 4 -27 V
546 3 30 V
547 3 -8 V
548 3 -21 V
549 4 -2 V
550 3 19 V
551 3 -14 V
552 3 13 V
553 3 -25 V
554 4 27 V
555 3 15 V
556 3 1888 V
557 3 -1558 V
558 3 -413 V
559 4 38 V
560 3 2 V
561 3 -6 V
562 3 15 V
563 3 -42 V
564 4 24 V
565 3 -27 V
566 3 19 V
567 3 -8 V
568 3 1236 V
569 3 -1232 V
570 4 3 V
571 3 -15 V
572 3 9 V
573 3 10 V
574 3 -27 V
575 4 -31 V
576 3 40 V
577 3 17 V
578 3 -20 V
579 3 2 V
580 4 3 V
581 3 15 V
582 3 -27 V
583 3 15 V
584 4 -37 V
585 3 42 V
586 3 1 V
587 3 -10 V
588 3 -10 V
589 4 -22 V
590 3 11 V
591 3 34 V
592 3 -33 V
593 3 -6 V
594 4 3 V
595 3 13 V
596 3 17 V
597 3 -30 V
598 3 13 V
599 4 15 V
600 3 -26 V
601 3 341 V
602 3 -321 V
603 3 26 V
604 4 -25 V
605 3 39 V
606 3 -26 V
607 3 -10 V
608 3 -23 V
609 4 14 V
610 3 24 V
611 3 -14 V
612 3 3 V
613 3 -32 V
614 3 41 V
615 4 -24 V
616 3 18 V
617 3 -28 V
618 3 38 V
619 4 -24 V
620 3 28 V
621 3 -30 V
622 3 5 V
623 3 -7 V
624 4 -7 V
625 3 9 V
626 3 37 V
627 3 -43 V
628 3 19 V
629 4 -9 V
630 3 -16 V
631 3 39 V
632 3 -22 V
633 3 -29 V
634 4 126 V
635 3 1183 V
636 3 -1283 V
637 3 -30 V
638 3 -6 V
639 4 20 V
640 3 -18 V
641 3 28 V
642 3 -15 V
643 3 3 V
644 3 34 V
645 4 -27 V
646 3 18 V
647 3 -48 V
648 3 55 V
649 3 -23 V
650 4 14 V
651 3 10 V
652 3 -21 V
653 3 22 V
654 4 -23 V
655 3 12 V
656 3 -15 V
657 3 25 V
658 3 -49 V
659 4 54 V
660 3 -30 V
661 3 27 V
662 3 -18 V
663 3 10 V
664 4 -24 V
665 3 58 V
666 3 -42 V
667 3 12 V
668 3 784 V
669 4 -765 V
670 3 -15 V
671 3 56 V
672 3 -64 V
673 3 2 V
674 4 39 V
675 3 -32 V
676 3 -11 V
677 3 26 V
678 3 -15 V
679 4 7 V
680 3 -30 V
681 3 46 V
682 3 -7 V
683 3 16 V
684 4 -39 V
685 3 -9 V
686 3 -7 V
687 3 22 V
688 3 -32 V
689 4 16 V
690 3 0 V
691 3 1 V
692 3 -13 V
693 3 14 V
694 4 10 V
695 3 -39 V
696 3 10 V
697 3 -7 V
698 3 29 V
699 4 -28 V
700 3 35 V
701 3 686 V
702 3 -531 V
703 3 -97 V
704 4 26 V
705 3 -31 V
706 3 -58 V
707 3 45 V
708 3 27 V
709 3 -38 V
710 4 30 V
711 3 -80 V
712 3 83 V
713 3 -7 V
714 3 20 V
715 4 -26 V
716 3 108 V
717 3 -101 V
718 3 27 V
719 4 -49 V
720 3 41 V
721 3 -24 V
722 3 4 V
723 3 7 V
724 4 -3 V
725 3 -7 V
726 3 26 V
727 3 -9 V
728 3 33 V
729 4 132 V
730 3 204 V
731 3 -416 V
732 3 26 V
733 3 -37 V
734 4 23 V
735 3 1264 V
736 3 -1299 V
737 3 7 V
738 3 -11 V
739 3 21 V
740 4 -40 V
741 3 41 V
742 3 -28 V
743 3 28 V
744 3 -24 V
745 4 18 V
746 3 -12 V
747 3 6 V
748 3 -3 V
749 4 5 V
750 3 -22 V
751 3 24 V
752 3 3 V
753 3 10 V
754 4 -26 V
755 3 26 V
756 3 -16 V
757 3 12 V
758 3 -16 V
759 4 8 V
760 3 -30 V
761 3 3 V
762 3 -1 V
763 3 28 V
764 4 0 V
765 3 -1 V
766 3 -3 V
767 3 -28 V
768 3 341 V
769 3 -287 V
770 4 -42 V
771 3 38 V
772 3 -22 V
773 3 20 V
774 3 -19 V
775 4 39 V
776 3 -24 V
777 3 16 V
778 3 -9 V
779 3 20 V
780 4 -18 V
781 3 -21 V
782 3 14 V
783 3 -37 V
784 3 47 V
785 4 -21 V
786 3 20 V
787 3 -36 V
788 3 38 V
789 4 8 V
790 3 -20 V
791 3 -6 V
792 3 5 V
793 3 -21 V
794 4 30 V
795 3 -29 V
796 3 5 V
797 3 -8 V
798 3 15 V
799 4 -18 V
800 3 17 V
801 3 138 V
802 3 949 V
803 3 -1087 V
804 4 -14 V
805 3 -4 V
806 3 17 V
807 3 -16 V
808 3 5 V
809 3 -16 V
810 4 15 V
811 3 -7 V
812 3 23 V
813 3 -37 V
814 4 43 V
815 3 -14 V
816 3 -2 V
817 3 -3 V
818 3 36 V
819 4 -66 V
820 3 41 V
821 3 8 V
822 3 -17 V
823 3 16 V
824 4 2 V
825 3 9 V
826 3 -34 V
827 3 50 V
828 3 -48 V
829 4 18 V
830 3 -10 V
831 3 6 V
832 3 -2 V
833 3 12 V
834 4 -23 V
835 3 782 V
836 3 -758 V
837 3 50 V
838 3 -31 V
839 4 27 V
840 3 -4 V
841 3 29 V
842 3 -32 V
843 3 -2 V
844 4 0 V
845 3 2 V
846 3 4 V
847 3 -7 V
848 3 -48 V
849 4 15 V
850 3 -15 V
851 3 6 V
852 3 -52 V
853 3 71 V
854 4 -15 V
855 3 12 V
856 3 -4 V
857 3 30 V
858 3 -28 V
859 4 19 V
860 3 -21 V
861 3 15 V
862 3 -17 V
863 3 11 V
864 4 1 V
865 3 -21 V
866 3 34 V
867 3 -27 V
868 3 140 V
869 4 1432 V
870 3 -1456 V
871 3 -52 V
872 3 59 V
873 3 -36 V
874 3 15 V
875 4 -9 V
876 3 15 V
877 3 -17 V
878 3 4 V
879 3 -2 V
880 4 4 V
881 3 -4 V
882 3 -2 V
883 3 -29 V
884 3 31 V
885 4 2 V
886 3 -2 V
887 3 21 V
888 3 -11 V
889 4 -6 V
890 3 16 V
891 3 13 V
892 3 -34 V
893 3 39 V
894 4 -13 V
895 currentpoint stroke M
896 3 -21 V
897 3 54 V
898 3 -33 V
899 3 24 V
900 4 -29 V
901 3 64 V
902 3 447 V
903 3 757 V
904 3 -1299 V
905 4 549 V
906 3 -428 V
907 3 -128 V
908 3 0 V
909 3 14 V
910 3 -40 V
911 4 1 V
912 3 23 V
913 3 -41 V
914 3 50 V
915 4 -21 V
916 3 20 V
917 3 -15 V
918 3 -1 V
919 3 -6 V
920 4 -1 V
921 3 -19 V
922 3 26 V
923 3 -9 V
924 3 21 V
925 4 -28 V
926 3 29 V
927 3 1 V
928 3 -8 V
929 3 1 V
930 4 0 V
931 3 -7 V
932 3 12 V
933 3 -21 V
934 3 19 V
935 3 -15 V
936 4 256 V
937 3 -228 V
938 3 2 V
939 3 -3 V
940 3 2 V
941 4 -25 V
942 3 38 V
943 3 -3 V
944 3 21 V
945 3 -28 V
946 4 42 V
947 3 -24 V
948 3 -10 V
949 3 -10 V
950 3 -7 V
951 4 19 V
952 3 -14 V
953 3 7 V
954 3 -29 V
955 4 -3 V
956 3 -4 V
957 3 28 V
958 3 -18 V
959 3 10 V
960 4 3 V
961 3 23 V
962 3 -51 V
963 3 15 V
964 3 -29 V
965 4 36 V
966 3 -19 V
967 3 18 V
968 3 4 V
969 3 220 V
970 4 835 V
971 3 -1079 V
972 3 -18 V
973 3 7 V
974 3 17 V
975 3 -11 V
976 4 3 V
977 3 8 V
978 3 -11 V
979 3 24 V
980 3 -9 V
981 4 -1 V
982 3 4 V
983 3 5 V
984 3 -15 V
985 4 6 V
986 3 8 V
987 3 26 V
988 3 -26 V
989 3 0 V
990 4 5 V
991 3 27 V
992 3 -24 V
993 3 -2 V
994 3 3 V
995 4 -2 V
996 3 22 V
997 3 -38 V
998 3 28 V
999 3 -36 V
1000 4 29 V
1001 3 -15 V
1002 3 28 V
1003 3 601 V
1004 3 -596 V
1005 4 -36 V
1006 3 6 V
1007 3 27 V
1008 3 -1 V
1009 3 -41 V
1010 3 56 V
1011 4 -67 V
1012 3 16 V
1013 3 -30 V
1014 3 -7 V
1015 3 2108 V
1016 4 -2072 V
1017 3 -28 V
1018 3 10 V
1019 3 20 V
1020 4 1 V
1021 3 -125 V
1022 3 130 V
1023 3 -46 V
1024 3 5 V
1025 4 33 V
1026 3 8 V
1027 3 -21 V
1028 3 -9 V
1029 3 56 V
1030 4 -5 V
1031 3 -38 V
1032 3 36 V
1033 3 -49 V
1034 3 31 V
1035 4 4 V
1036 3 640 V
1037 3 564 V
1038 3 -1162 V
1039 3 46 V
1040 3 -53 V
1041 4 40 V
1042 3 -32 V
1043 3 16 V
1044 3 2 V
1045 3 7 V
1046 4 17 V
1047 3 -26 V
1048 3 4 V
1049 3 -1 V
1050 3 -19 V
1051 4 18 V
1052 3 -13 V
1053 3 35 V
1054 3 -15 V
1055 4 -19 V
1056 3 3 V
1057 3 25 V
1058 3 -34 V
1059 3 37 V
1060 4 -28 V
1061 3 31 V
1062 3 -18 V
1063 3 31 V
1064 3 -56 V
1065 4 -4 V
1066 3 -24 V
1067 3 -30 V
1068 3 20 V
1069 3 33 V
1070 4 1300 V
1071 3 -1283 V
1072 3 1 V
1073 3 6 V
1074 3 -18 V
1075 3 20 V
1076 4 -21 V
1077 3 -10 V
1078 3 35 V
1079 3 -20 V
1080 3 498 V
1081 4 -391 V
1082 3 -145 V
1083 3 3 V
1084 3 8 V
1085 3 -58 V
1086 4 50 V
1087 3 -12 V
1088 3 6 V
1089 3 -1 V
1090 4 -9 V
1091 3 -1 V
1092 3 5 V
1093 3 10 V
1094 3 14 V
1095 4 -23 V
1096 3 20 V
1097 3 -2 V
1098 3 -9 V
1099 3 4 V
1100 4 -1 V
1101 3 -7 V
1102 3 2 V
1103 3 246 V
1104 3 -249 V
1105 4 10 V
1106 3 9 V
1107 3 -28 V
1108 3 47 V
1109 3 -16 V
1110 3 -9 V
1111 4 3 V
1112 3 22 V
1113 3 -26 V
1114 3 21 V
1115 3 -5 V
1116 4 33 V
1117 3 -50 V
1118 3 -21 V
1119 3 40 V
1120 4 -18 V
1121 3 14 V
1122 3 -29 V
1123 3 29 V
1124 3 -24 V
1125 4 29 V
1126 3 -38 V
1127 3 41 V
1128 3 -24 V
1129 3 41 V
1130 4 -49 V
1131 3 19 V
1132 3 -14 V
1133 3 10 V
1134 3 -2 V
1135 4 9 V
1136 3 192 V
1137 3 903 V
1138 3 -1091 V
1139 3 8 V
1140 4 -21 V
1141 3 16 V
1142 3 -13 V
1143 3 12 V
1144 3 -9 V
1145 3 18 V
1146 4 -9 V
1147 3 -7 V
1148 3 4 V
1149 3 12 V
1150 4 -5 V
1151 3 0 V
1152 3 -5 V
1153 3 14 V
1154 3 -11 V
1155 4 26 V
1156 3 -34 V
1157 3 -53 V
1158 3 66 V
1159 3 35 V
1160 4 -39 V
1161 3 16 V
1162 3 4 V
1163 3 -43 V
1164 3 52 V
1165 4 -36 V
1166 3 22 V
1167 3 -26 V
1168 3 28 V
1169 3 -15 V
1170 4 199 V
1171 3 -180 V
1172 3 32 V
1173 3 -19 V
1174 3 -10 V
1175 4 -11 V
1176 3 -39 V
1177 3 48 V
1178 3 -26 V
1179 3 20 V
1180 3 24 V
1181 4 -43 V
1182 3 26 V
1183 3 -36 V
1184 3 22 V
1185 3 3 V
1186 4 -7 V
1187 3 -12 V
1188 3 14 V
1189 3 -24 V
1190 4 16 V
1191 3 -6 V
1192 3 4 V
1193 3 13 V
1194 3 -26 V
1195 4 29 V
1196 3 3 V
1197 3 9 V
1198 3 -16 V
1199 3 4 V
1200 4 22 V
1201 3 -45 V
1202 3 45 V
1203 3 -31 V
1204 3 1300 V
1205 4 -1245 V
1206 3 -27 V
1207 3 29 V
1208 3 -29 V
1209 3 20 V
1210 4 -20 V
1211 3 37 V
1212 3 -32 V
1213 3 42 V
1214 3 -40 V
1215 4 23 V
1216 3 -5 V
1217 3 -70 V
1218 3 32 V
1219 3 24 V
1220 4 -11 V
1221 3 36 V
1222 3 -12 V
1223 3 -17 V
1224 3 1 V
1225 4 7 V
1226 3 -1 V
1227 3 -33 V
1228 3 -3 V
1229 3 -45 V
1230 4 30 V
1231 3 -10 V
1232 3 16 V
1233 3 -1 V
1234 3 -1 V
1235 4 -1 V
1236 3 7 V
1237 3 790 V
1238 3 -631 V
1239 3 -117 V
1240 4 -9 V
1241 3 28 V
1242 3 -15 V
1243 3 28 V
1244 3 -45 V
1245 3 36 V
1246 4 -20 V
1247 3 -22 V
1248 3 47 V
1249 3 -40 V
1250 3 24 V
1251 4 -33 V
1252 3 50 V
1253 3 -20 V
1254 3 453 V
1255 4 46 V
1256 3 -544 V
1257 3 -2 V
1258 3 1 V
1259 3 -6 V
1260 4 -42 V
1261 3 24 V
1262 3 21 V
1263 3 -8 V
1264 3 -2 V
1265 4 -22 V
1266 3 30 V
1267 3 -2 V
1268 3 1 V
1269 3 -20 V
1270 4 -3 V
1271 3 1284 V
1272 3 -1273 V
1273 3 18 V
1274 3 -39 V
1275 3 40 V
1276 4 -3 V
1277 3 -10 V
1278 3 -3 V
1279 3 -16 V
1280 3 15 V
1281 4 5 V
1282 3 11 V
1283 3 -18 V
1284 3 -8 V
1285 4 3 V
1286 3 38 V
1287 3 -43 V
1288 3 24 V
1289 3 -8 V
1290 4 -16 V
1291 3 21 V
1292 3 -16 V
1293 3 -10 V
1294 3 -22 V
1295 4 51 V
1296 currentpoint stroke M
1297 3 -29 V
1298 3 22 V
1299 3 -31 V
1300 3 15 V
1301 4 -10 V
1302 3 30 V
1303 3 -53 V
1304 3 19 V
1305 3 400 V
1306 4 -415 V
1307 3 3 V
1308 3 15 V
1309 3 -14 V
1310 3 -1 V
1311 3 3 V
1312 4 -12 V
1313 3 20 V
1314 3 -2 V
1315 3 -7 V
1316 3 -22 V
1317 4 19 V
1318 3 -4 V
1319 3 22 V
1320 3 -3 V
1321 3 -10 V
1322 4 -1 V
1323 3 -10 V
1324 3 15 V
1325 3 5 V
1326 4 -18 V
1327 3 7 V
1328 3 30 V
1329 3 -18 V
1330 3 19 V
1331 4 -34 V
1332 3 11 V
1333 3 5 V
1334 3 -20 V
1335 3 15 V
1336 4 -31 V
1337 3 34 V
1338 3 224 V
1339 3 1103 V
1340 3 -1388 V
1341 4 47 V
1342 3 -14 V
1343 3 5 V
1344 3 5 V
1345 3 -6 V
1346 4 -14 V
1347 3 22 V
1348 3 -8 V
1349 3 -22 V
1350 3 13 V
1351 4 17 V
1352 3 3 V
1353 3 -18 V
1354 3 -12 V
1355 3 7 V
1356 4 2 V
1357 3 -14 V
1358 3 12 V
1359 3 -2 V
1360 3 -10 V
1361 4 12 V
1362 3 2 V
1363 3 -9 V
1364 3 15 V
1365 3 -6 V
1366 4 -3 V
1367 3 4 V
1368 3 3 V
1369 3 12 V
1370 3 -31 V
1371 4 30 V
1372 3 780 V
1373 3 -707 V
1374 3 -49 V
1375 3 32 V
1376 4 -1 V
1377 3 -18 V
1378 3 1 V
1379 3 -14 V
1380 3 22 V
1381 4 7 V
1382 3 -43 V
1383 3 18 V
1384 3 32 V
1385 3 -17 V
1386 3 1 V
1387 4 -29 V
1388 3 7 V
1389 3 33 V
1390 3 -14 V
1391 4 -35 V
1392 3 -6 V
1393 3 -24 V
1394 3 23 V
1395 3 -6 V
1396 4 -4 V
1397 3 15 V
1398 3 -37 V
1399 3 2 V
1400 3 5 V
1401 4 -9 V
1402 3 29 V
1403 3 -26 V
1404 3 11 V
1405 3 728 V
1406 4 -606 V
1407 3 -32 V
1408 3 -16 V
1409 3 10 V
1410 3 -12 V
1411 3 -2 V
1412 4 28 V
1413 3 -13 V
1414 3 -26 V
1415 3 9 V
1416 4 5 V
1417 3 14 V
1418 3 -18 V
1419 3 32 V
1420 3 -16 V
1421 4 -7 V
1422 3 -20 V
1423 3 24 V
1424 3 -24 V
1425 3 30 V
1426 4 -51 V
1427 3 45 V
1428 3 516 V
1429 3 -101 V
1430 3 -450 V
1431 4 20 V
1432 3 -10 V
1433 3 -20 V
1434 3 7 V
1435 3 1 V
1436 4 3 V
1437 3 13 V
1438 3 45 V
1439 3 1128 V
1440 3 -1227 V
1441 4 -52 V
1442 3 -5 V
1443 3 42 V
1444 3 -11 V
1445 3 15 V
1446 4 -12 V
1447 3 26 V
1448 3 -18 V
1449 3 3 V
1450 3 -10 V
1451 4 -49 V
1452 3 45 V
1453 3 -1 V
1454 3 28 V
1455 3 -22 V
1456 4 1 V
1457 3 1 V
1458 3 -12 V
1459 3 26 V
1460 3 -20 V
1461 4 3 V
1462 3 22 V
1463 3 -20 V
1464 3 9 V
1465 3 -32 V
1466 4 28 V
1467 3 -27 V
1468 3 18 V
1469 3 -9 V
1470 3 14 V
1471 4 -30 V
1472 3 1081 V
1473 3 268 V
1474 3 -1320 V
1475 3 -15 V
1476 4 10 V
1477 3 -20 V
1478 3 44 V
1479 3 -18 V
1480 3 -5 V
1481 3 -17 V
1482 4 10 V
1483 3 5 V
1484 3 -4 V
1485 3 -3 V
1486 3 -9 V
1487 4 4 V
1488 3 9 V
1489 3 12 V
1490 3 -15 V
1491 4 12 V
1492 3 -28 V
1493 3 16 V
1494 3 46 V
1495 3 -45 V
1496 stroke
1497 grestore
1498 end
1499 showpage
1500 %%Trailer
1501 %%DocumentFonts: Helvetica