cg

diff MO_vs_Wwc1_jet.eps @ 25:8ff9b7b5c242

.
author bshanks@bshanks.dyndns.org
date Mon Apr 13 03:21:04 2009 -0700 (16 years ago)
parents 29eee29f9bc1
children
line diff
1.1 --- a/MO_vs_Wwc1_jet.eps Sat Apr 11 19:12:32 2009 -0700 1.2 +++ b/MO_vs_Wwc1_jet.eps Mon Apr 13 03:21:04 2009 -0700 1.3 @@ -1,1 +1,794 @@ 1.4 -../figures/MO_vs_Wwc1_jet.epsc 1.5 \ No newline at end of file 1.6 +%!PS-Adobe-2.0 EPSF-2.0 1.7 +%%Title: MO_vs_Wwc1_jet.epsc 1.8 +%%Creator: gnuplot 4.2 patchlevel 2 1.9 +%%CreationDate: Fri Apr 3 01:34:02 2009 1.10 +%%DocumentFonts: (atend) 1.11 +%%BoundingBox: 50 50 410 302 1.12 +%%EndComments 1.13 +%%BeginProlog 1.14 +/gnudict 256 dict def 1.15 +gnudict begin 1.16 +% 1.17 +% The following 6 true/false flags may be edited by hand if required 1.18 +% The unit line width may also be changed 1.19 +% 1.20 +/Color true def 1.21 +/Blacktext false def 1.22 +/Solid true def 1.23 +/Dashlength 1 def 1.24 +/Landscape false def 1.25 +/Level1 false def 1.26 +/Rounded false def 1.27 +/TransparentPatterns false def 1.28 +/gnulinewidth 5.000 def 1.29 +/userlinewidth gnulinewidth def 1.30 +% 1.31 +/vshift -46 def 1.32 +/dl1 { 1.33 + 10.0 Dashlength mul mul 1.34 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if 1.35 +} def 1.36 +/dl2 { 1.37 + 10.0 Dashlength mul mul 1.38 + Rounded { currentlinewidth 0.75 mul add } if 1.39 +} def 1.40 +/hpt_ 31.5 def 1.41 +/vpt_ 31.5 def 1.42 +/hpt hpt_ def 1.43 +/vpt vpt_ def 1.44 +Level1 {} { 1.45 +/SDict 10 dict def 1.46 +systemdict /pdfmark known not { 1.47 + userdict /pdfmark systemdict /cleartomark get put 1.48 +} if 1.49 +SDict begin [ 1.50 + /Title (MO_vs_Wwc1_jet.epsc) 1.51 + /Subject (gnuplot plot) 1.52 + /Creator (gnuplot 4.2 patchlevel 2 ) 1.53 + /Author (Bayle Shanks,,,) 1.54 +% /Producer (gnuplot) 1.55 +% /Keywords () 1.56 + /CreationDate (Fri Apr 3 01:34:02 2009) 1.57 + /DOCINFO pdfmark 1.58 +end 1.59 +} ifelse 1.60 +% 1.61 +% Gnuplot Prolog Version 4.2 (August 2006) 1.62 +% 1.63 +/M {moveto} bind def 1.64 +/L {lineto} bind def 1.65 +/R {rmoveto} bind def 1.66 +/V {rlineto} bind def 1.67 +/N {newpath moveto} bind def 1.68 +/Z {closepath} bind def 1.69 +/C {setrgbcolor} bind def 1.70 +/f {rlineto fill} bind def 1.71 +/vpt2 vpt 2 mul def 1.72 +/hpt2 hpt 2 mul def 1.73 +/Lshow {currentpoint stroke M 0 vshift R 1.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def 1.75 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R 1.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def 1.77 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 1.78 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def 1.79 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def 1.80 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def 1.81 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash} 1.82 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def 1.83 +/BL {stroke userlinewidth 2 mul setlinewidth 1.84 + Rounded {1 setlinejoin 1 setlinecap} if} def 1.85 +/AL {stroke userlinewidth 2 div setlinewidth 1.86 + Rounded {1 setlinejoin 1 setlinecap} if} def 1.87 +/UL {dup gnulinewidth mul /userlinewidth exch def 1.88 + dup 1 lt {pop 1} if 10 mul /udl exch def} def 1.89 +/PL {stroke userlinewidth setlinewidth 1.90 + Rounded {1 setlinejoin 1 setlinecap} if} def 1.91 +% Default Line colors 1.92 +/LCw {1 1 1} def 1.93 +/LCb {0 0 0} def 1.94 +/LCa {0 0 0} def 1.95 +/LC0 {1 0 0} def 1.96 +/LC1 {0 1 0} def 1.97 +/LC2 {0 0 1} def 1.98 +/LC3 {1 0 1} def 1.99 +/LC4 {0 1 1} def 1.100 +/LC5 {1 1 0} def 1.101 +/LC6 {0 0 0} def 1.102 +/LC7 {1 0.3 0} def 1.103 +/LC8 {0.5 0.5 0.5} def 1.104 +% Default Line Types 1.105 +/LTw {PL [] 1 setgray} def 1.106 +/LTb {BL [] LCb DL} def 1.107 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def 1.108 +/LT0 {PL [] LC0 DL} def 1.109 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def 1.110 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def 1.111 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def 1.112 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def 1.113 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def 1.114 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def 1.115 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def 1.116 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def 1.117 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def 1.118 +/Dia {stroke [] 0 setdash 2 copy vpt add M 1.119 + hpt neg vpt neg V hpt vpt neg V 1.120 + hpt vpt V hpt neg vpt V closepath stroke 1.121 + Pnt} def 1.122 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V 1.123 + currentpoint stroke M 1.124 + hpt neg vpt neg R hpt2 0 V stroke 1.125 + } def 1.126 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M 1.127 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V 1.128 + hpt2 neg 0 V closepath stroke 1.129 + Pnt} def 1.130 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M 1.131 + hpt2 vpt2 neg V currentpoint stroke M 1.132 + hpt2 neg 0 R hpt2 vpt2 V stroke} def 1.133 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M 1.134 + hpt neg vpt -1.62 mul V 1.135 + hpt 2 mul 0 V 1.136 + hpt neg vpt 1.62 mul V closepath stroke 1.137 + Pnt} def 1.138 +/Star {2 copy Pls Crs} def 1.139 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M 1.140 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V 1.141 + hpt2 neg 0 V closepath fill} def 1.142 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M 1.143 + hpt neg vpt -1.62 mul V 1.144 + hpt 2 mul 0 V 1.145 + hpt neg vpt 1.62 mul V closepath fill} def 1.146 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M 1.147 + hpt neg vpt 1.62 mul V 1.148 + hpt 2 mul 0 V 1.149 + hpt neg vpt -1.62 mul V closepath stroke 1.150 + Pnt} def 1.151 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M 1.152 + hpt neg vpt 1.62 mul V 1.153 + hpt 2 mul 0 V 1.154 + hpt neg vpt -1.62 mul V closepath fill} def 1.155 +/DiaF {stroke [] 0 setdash vpt add M 1.156 + hpt neg vpt neg V hpt vpt neg V 1.157 + hpt vpt V hpt neg vpt V closepath fill} def 1.158 +/Pent {stroke [] 0 setdash 2 copy gsave 1.159 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat 1.160 + closepath stroke grestore Pnt} def 1.161 +/PentF {stroke [] 0 setdash gsave 1.162 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat 1.163 + closepath fill grestore} def 1.164 +/Circle {stroke [] 0 setdash 2 copy 1.165 + hpt 0 360 arc stroke Pnt} def 1.166 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def 1.167 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def 1.168 +/C1 {BL [] 0 setdash 2 copy moveto 1.169 + 2 copy vpt 0 90 arc closepath fill 1.170 + vpt 0 360 arc closepath} bind def 1.171 +/C2 {BL [] 0 setdash 2 copy moveto 1.172 + 2 copy vpt 90 180 arc closepath fill 1.173 + vpt 0 360 arc closepath} bind def 1.174 +/C3 {BL [] 0 setdash 2 copy moveto 1.175 + 2 copy vpt 0 180 arc closepath fill 1.176 + vpt 0 360 arc closepath} bind def 1.177 +/C4 {BL [] 0 setdash 2 copy moveto 1.178 + 2 copy vpt 180 270 arc closepath fill 1.179 + vpt 0 360 arc closepath} bind def 1.180 +/C5 {BL [] 0 setdash 2 copy moveto 1.181 + 2 copy vpt 0 90 arc 1.182 + 2 copy moveto 1.183 + 2 copy vpt 180 270 arc closepath fill 1.184 + vpt 0 360 arc} bind def 1.185 +/C6 {BL [] 0 setdash 2 copy moveto 1.186 + 2 copy vpt 90 270 arc closepath fill 1.187 + vpt 0 360 arc closepath} bind def 1.188 +/C7 {BL [] 0 setdash 2 copy moveto 1.189 + 2 copy vpt 0 270 arc closepath fill 1.190 + vpt 0 360 arc closepath} bind def 1.191 +/C8 {BL [] 0 setdash 2 copy moveto 1.192 + 2 copy vpt 270 360 arc closepath fill 1.193 + vpt 0 360 arc closepath} bind def 1.194 +/C9 {BL [] 0 setdash 2 copy moveto 1.195 + 2 copy vpt 270 450 arc closepath fill 1.196 + vpt 0 360 arc closepath} bind def 1.197 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill 1.198 + 2 copy moveto 1.199 + 2 copy vpt 90 180 arc closepath fill 1.200 + vpt 0 360 arc closepath} bind def 1.201 +/C11 {BL [] 0 setdash 2 copy moveto 1.202 + 2 copy vpt 0 180 arc closepath fill 1.203 + 2 copy moveto 1.204 + 2 copy vpt 270 360 arc closepath fill 1.205 + vpt 0 360 arc closepath} bind def 1.206 +/C12 {BL [] 0 setdash 2 copy moveto 1.207 + 2 copy vpt 180 360 arc closepath fill 1.208 + vpt 0 360 arc closepath} bind def 1.209 +/C13 {BL [] 0 setdash 2 copy moveto 1.210 + 2 copy vpt 0 90 arc closepath fill 1.211 + 2 copy moveto 1.212 + 2 copy vpt 180 360 arc closepath fill 1.213 + vpt 0 360 arc closepath} bind def 1.214 +/C14 {BL [] 0 setdash 2 copy moveto 1.215 + 2 copy vpt 90 360 arc closepath fill 1.216 + vpt 0 360 arc} bind def 1.217 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill 1.218 + vpt 0 360 arc closepath} bind def 1.219 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto 1.220 + neg 0 rlineto closepath} bind def 1.221 +/Square {dup Rec} bind def 1.222 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def 1.223 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def 1.224 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def 1.225 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def 1.226 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def 1.227 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def 1.228 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill 1.229 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def 1.230 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def 1.231 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill 1.232 + 2 copy vpt Square fill Bsquare} bind def 1.233 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def 1.234 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def 1.235 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill 1.236 + Bsquare} bind def 1.237 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill 1.238 + Bsquare} bind def 1.239 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def 1.240 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill 1.241 + 2 copy vpt Square fill Bsquare} bind def 1.242 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill 1.243 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def 1.244 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def 1.245 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def 1.246 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def 1.247 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def 1.248 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def 1.249 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def 1.250 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def 1.251 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def 1.252 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def 1.253 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def 1.254 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def 1.255 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def 1.256 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def 1.257 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def 1.258 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def 1.259 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def 1.260 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def 1.261 +/DiaE {stroke [] 0 setdash vpt add M 1.262 + hpt neg vpt neg V hpt vpt neg V 1.263 + hpt vpt V hpt neg vpt V closepath stroke} def 1.264 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M 1.265 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V 1.266 + hpt2 neg 0 V closepath stroke} def 1.267 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M 1.268 + hpt neg vpt -1.62 mul V 1.269 + hpt 2 mul 0 V 1.270 + hpt neg vpt 1.62 mul V closepath stroke} def 1.271 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M 1.272 + hpt neg vpt 1.62 mul V 1.273 + hpt 2 mul 0 V 1.274 + hpt neg vpt -1.62 mul V closepath stroke} def 1.275 +/PentE {stroke [] 0 setdash gsave 1.276 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat 1.277 + closepath stroke grestore} def 1.278 +/CircE {stroke [] 0 setdash 1.279 + hpt 0 360 arc stroke} def 1.280 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def 1.281 +/DiaW {stroke [] 0 setdash vpt add M 1.282 + hpt neg vpt neg V hpt vpt neg V 1.283 + hpt vpt V hpt neg vpt V Opaque stroke} def 1.284 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M 1.285 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V 1.286 + hpt2 neg 0 V Opaque stroke} def 1.287 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M 1.288 + hpt neg vpt -1.62 mul V 1.289 + hpt 2 mul 0 V 1.290 + hpt neg vpt 1.62 mul V Opaque stroke} def 1.291 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M 1.292 + hpt neg vpt 1.62 mul V 1.293 + hpt 2 mul 0 V 1.294 + hpt neg vpt -1.62 mul V Opaque stroke} def 1.295 +/PentW {stroke [] 0 setdash gsave 1.296 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat 1.297 + Opaque stroke grestore} def 1.298 +/CircW {stroke [] 0 setdash 1.299 + hpt 0 360 arc Opaque stroke} def 1.300 +/BoxFill {gsave Rec 1 setgray fill grestore} def 1.301 +/Density { 1.302 + /Fillden exch def 1.303 + currentrgbcolor 1.304 + /ColB exch def /ColG exch def /ColR exch def 1.305 + /ColR ColR Fillden mul Fillden sub 1 add def 1.306 + /ColG ColG Fillden mul Fillden sub 1 add def 1.307 + /ColB ColB Fillden mul Fillden sub 1 add def 1.308 + ColR ColG ColB setrgbcolor} def 1.309 +/BoxColFill {gsave Rec PolyFill} def 1.310 +/PolyFill {gsave Density fill grestore grestore} def 1.311 +/h {rlineto rlineto rlineto gsave fill grestore} bind def 1.312 +% 1.313 +% PostScript Level 1 Pattern Fill routine for rectangles 1.314 +% Usage: x y w h s a XX PatternFill 1.315 +% x,y = lower left corner of box to be filled 1.316 +% w,h = width and height of box 1.317 +% a = angle in degrees between lines and x-axis 1.318 +% XX = 0/1 for no/yes cross-hatch 1.319 +% 1.320 +/PatternFill {gsave /PFa [ 9 2 roll ] def 1.321 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate 1.322 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec 1.323 + gsave 1 setgray fill grestore clip 1.324 + currentlinewidth 0.5 mul setlinewidth 1.325 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def 1.326 + 0 0 M PFa 5 get rotate PFs -2 div dup translate 1.327 + 0 1 PFs PFa 4 get div 1 add floor cvi 1.328 + {PFa 4 get mul 0 M 0 PFs V} for 1.329 + 0 PFa 6 get ne { 1.330 + 0 1 PFs PFa 4 get div 1 add floor cvi 1.331 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for 1.332 + } if 1.333 + stroke grestore} def 1.334 +% 1.335 +/languagelevel where 1.336 + {pop languagelevel} {1} ifelse 1.337 + 2 lt 1.338 + {/InterpretLevel1 true def} 1.339 + {/InterpretLevel1 Level1 def} 1.340 + ifelse 1.341 +% 1.342 +% PostScript level 2 pattern fill definitions 1.343 +% 1.344 +/Level2PatternFill { 1.345 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8} 1.346 + bind def 1.347 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def 1.348 +<< Tile8x8 1.349 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 1.350 +>> matrix makepattern 1.351 +/Pat1 exch def 1.352 +<< Tile8x8 1.353 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke 1.354 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke} 1.355 +>> matrix makepattern 1.356 +/Pat2 exch def 1.357 +<< Tile8x8 1.358 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L 1.359 + 8 8 L 8 0 L 0 0 L fill} 1.360 +>> matrix makepattern 1.361 +/Pat3 exch def 1.362 +<< Tile8x8 1.363 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L 1.364 + 0 12 M 12 0 L stroke} 1.365 +>> matrix makepattern 1.366 +/Pat4 exch def 1.367 +<< Tile8x8 1.368 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L 1.369 + 0 -4 M 12 8 L stroke} 1.370 +>> matrix makepattern 1.371 +/Pat5 exch def 1.372 +<< Tile8x8 1.373 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L 1.374 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke} 1.375 +>> matrix makepattern 1.376 +/Pat6 exch def 1.377 +<< Tile8x8 1.378 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L 1.379 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke} 1.380 +>> matrix makepattern 1.381 +/Pat7 exch def 1.382 +<< Tile8x8 1.383 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L 1.384 + 12 0 M -4 8 L 12 4 M 0 10 L stroke} 1.385 +>> matrix makepattern 1.386 +/Pat8 exch def 1.387 +<< Tile8x8 1.388 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L 1.389 + -4 0 M 12 8 L -4 4 M 8 10 L stroke} 1.390 +>> matrix makepattern 1.391 +/Pat9 exch def 1.392 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def 1.393 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def 1.394 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def 1.395 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def 1.396 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def 1.397 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def 1.398 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def 1.399 +} def 1.400 +% 1.401 +% 1.402 +%End of PostScript Level 2 code 1.403 +% 1.404 +/PatternBgnd { 1.405 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse 1.406 +} def 1.407 +% 1.408 +% Substitute for Level 2 pattern fill codes with 1.409 +% grayscale if Level 2 support is not selected. 1.410 +% 1.411 +/Level1PatternFill { 1.412 +/Pattern1 {0.250 Density} bind def 1.413 +/Pattern2 {0.500 Density} bind def 1.414 +/Pattern3 {0.750 Density} bind def 1.415 +/Pattern4 {0.125 Density} bind def 1.416 +/Pattern5 {0.375 Density} bind def 1.417 +/Pattern6 {0.625 Density} bind def 1.418 +/Pattern7 {0.875 Density} bind def 1.419 +} def 1.420 +% 1.421 +% Now test for support of Level 2 code 1.422 +% 1.423 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse 1.424 +% 1.425 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont 1.426 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall 1.427 +currentdict end definefont pop 1.428 +/MFshow { 1.429 + { dup 5 get 3 ge 1.430 + { 5 get 3 eq {gsave} {grestore} ifelse } 1.431 + {dup dup 0 get findfont exch 1 get scalefont setfont 1.432 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 1.433 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq 1.434 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 1.435 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div 1.436 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get 1.437 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop 1.438 + pop aload pop M} ifelse }ifelse }ifelse } 1.439 + ifelse } 1.440 + forall} bind def 1.441 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } 1.442 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont 1.443 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def 1.444 +/MLshow { currentpoint stroke M 1.445 + 0 exch R 1.446 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def 1.447 +/MRshow { currentpoint stroke M 1.448 + exch dup MFwidth neg 3 -1 roll R 1.449 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def 1.450 +/MCshow { currentpoint stroke M 1.451 + exch dup MFwidth -2 div 3 -1 roll R 1.452 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def 1.453 +/XYsave { [( ) 1 2 true false 3 ()] } bind def 1.454 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def 1.455 +end 1.456 +%%EndProlog 1.457 +gnudict begin 1.458 +gsave 1.459 +50 50 translate 1.460 +0.050 0.050 scale 1.461 +0 setgray 1.462 +newpath 1.463 +(Helvetica) findfont 140 scalefont setfont 1.464 +gsave % colour palette begin 1.465 +/maxcolors 64 def 1.466 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray 1.467 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub 1.468 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def 1.469 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 1.470 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def 1.471 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} 1.472 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} 1.473 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} 1.474 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse 1.475 + } ifelse} def 1.476 +/Constrain { 1.477 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def 1.478 +/YIQ2RGB { 1.479 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll 1.480 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll 1.481 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def 1.482 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def 1.483 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add 1.484 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch 1.485 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add 1.486 + exch 1.91 mul exch add Constrain 3 1 roll} def 1.487 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { 1.488 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} 1.489 + if} ifelse} ifelse} ifelse} def 1.490 +/InterpolatedColor true def 1.491 +/grayindex {/gidx 0 def 1.492 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def 1.493 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get 1.494 + GrayA gidx get sub div} def 1.495 +/redvalue {RedA gidx get RedA gidx 1 sub get 1.496 + RedA gidx get sub dgdxval mul add} def 1.497 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get 1.498 + GreenA gidx get sub dgdxval mul add} def 1.499 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get 1.500 + BlueA gidx get sub dgdxval mul add} def 1.501 +/interpolate { 1.502 + grayindex grayv GrayA gidx get sub abs 1e-5 le 1.503 + {RedA gidx get GreenA gidx get BlueA gidx get} 1.504 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def 1.505 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 1.506 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 1.507 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 1.508 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 1.509 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 1.510 + .9524 .9683 .9841 1 ] def 1.511 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 1.512 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 1.513 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 1.514 + .5635 .5 ] def 1.515 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 1.516 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 1.517 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 1.518 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def 1.519 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 1.520 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 1.521 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.522 + 0 0 ] def 1.523 +/pm3dround {maxcolors 0 gt {dup 1 ge 1.524 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def 1.525 +/pm3dGamma 1.0 1.5 div def 1.526 +/ColorSpace (RGB) def 1.527 +Color true and { % COLOUR vs. GRAY map 1.528 + InterpolatedColor { %% Interpolation vs. RGB-Formula 1.529 + /g {stroke pm3dround /grayv exch def interpolate 1.530 + SelectSpace setrgbcolor} bind def 1.531 + }{ 1.532 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 1.533 + SelectSpace setrgbcolor} bind def 1.534 + } ifelse 1.535 +}{ 1.536 + /g {stroke pm3dround pm3dGamma exp setgray} bind def 1.537 +} ifelse 1.538 +1.000 UP 1.539 +1.000 UL 1.540 +LTb 1.541 +1.000 UL 1.542 +LT0 1.543 +LTb 1.544 +%%%%BeginImage 1.545 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip 1.546 +InterpretLevel1 { 1.547 + %% Construct a box instead of image 1.548 + LTb 1.549 + 876 4852 M 1.550 + 5292 0 V 1.551 + 0 -4429 V 1.552 + -5292 0 V 1.553 + 876 4852 L 1.554 + 40 -110 R 1.555 + (PS level 2 image) Lshow 1.556 + % Read data but ignore it 1.557 + /imagebuf 15207 string def 1.558 + currentfile imagebuf readstring 1.559 +} { 1.560 +gsave 1.561 +876 4852 translate 1.562 +5292 -4429 scale 1.563 +%%%%BeginPalette 1.564 +[ /Indexed 1.565 + /DeviceRGB 63 1.566 + < 1.567 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 1.568 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff 1.569 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff 1.570 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 1.571 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 1.572 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 1.573 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 1.574 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 1.575 + > 1.576 +] setcolorspace 1.577 +%%%%EndPalette 1.578 +<< 1.579 + /ImageType 1 1.580 + /Width 135 1.581 + /Height 113 1.582 + /BitsPerComponent 8 1.583 + /ImageMatrix [ 135 0 0 113 0 0 ] 1.584 + /Decode [ 0 255 ] 1.585 + /DataSource currentfile /ASCII85Decode filter 1.586 + /MultipleDataSources false 1.587 + /Interpolate false 1.588 +>> 1.589 +image 1.590 +} ifelse 1.591 +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D 1.592 +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 1.593 +!D.o5!D.o5!D.o!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRIzzzzzzzzzzzzzzzzzzzzzz 1.594 +zzzzzzzzzzz5!AuIzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzz 1.595 +zzzzzzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzz 1.596 +zzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzz 1.597 +zzzzzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzz!!**&"98E%zzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzz 1.598 +zzz!s/T.zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!3*!sAr2zzzzzzzzzzzz!!!!_4obQ_zz 1.599 +zzz!#tt=zzzzzzzzzzzz!!`Z0!sel,zzzzzzzzzzzz!!#2Hzzzzz!!!!?+<UXazzzzzzzzzzz!!!!* 1.600 +#R1D6":5&.zzzzzzzzzzzz!'WRH!!*'"zzzz!!"5g,6.]Dzzzzzzzzzzz!"92@#6k>7%hAX?zzzzzz 1.601 +zzzzzz5!ArJ!<<0)zzzz,paf_,pb_Tzz4obQ_zzz!#64`)#sX:zzz%h&dN#6k>8%fcS0zzzzzzzzzz 1.602 +z!!!!_4obQc!sAc6$31&+zz!!!!C,U=Z_5!D.1!!!!;)a6GL4obQ_zzz)]K\5)&O/-zz!#-"U$jm:H 1.603 +#6tSAzzzzzzzzzzzz!!#2H!!!-)#m^kM)&E8Qzz!$id3,:,N&.6]p>*>f\7*BkN.4obQ_zz!!!!9)B 1.604 +9_8(`=22)uos=z'b_)g%13CH"pP>?zzzzzzzzzzzz!'WRH!!!68$OdL[&f)9#)uos=!!!!H-RC&b5! 1.605 +CDZ-mTcI(Ch,r(d9#`*WQ0?zz!#HFh)B0V6)B'S8)ZTj<!#?=d'+k]`$OR1F#7(YFzzzzzzzzzzzz5 1.606 +!ArH!!!]E%hKQn',ME,,UEEj!%'$@-n$Jk.m>L5,paKC'+P3X)B^1E*rl9@z4obRH(E"23)B9Y4)&j 1.607 +P7)?:Wl(Dmr$&.]6Z$47(F#7(\H%0-A.zzzzzzzzzz!!!!_4obQ_!!!fM',V]0*#p"C,pOT[,pt&h. 1.608 +P!&6/M/P',9[m7#R1VO*[E$V,9oB95!D.o5!D.o+!D^G*ZQ1?*?H1=)&X8-(_[Mo%h/pT$OR4H#R:S 1.609 +>$31&+zzzzzzzzzz!!#2Hz!!!fP)B0eB+!)OK,:=ie-RpSr/1`;%/hAS"+VYV"&eH',-R^>g4sVF<, 1.610 +U"?S+<iuo,9nKY+WhdI*ZH%:)&O2)'G:ug%L`^Q$47+H#7(P@zzzzzzzzzzz!'WRHz!#HOl+!MmR+X 1.611 +8<_-RgGm-n-Yt/1iD+/h\b$+rV:@*[rQf.4IG/-RL8j-mg>f5!CAB-RCr$+sA*O*ZZ1;(_m_u&ePWa 1.612 +$k*LO$47(G#R:P<zzzzzzzzzzz5!ArHz()@r9-6jc_,Ub)k.k2qs.kE5(0/#"2/2&S%-nQu%/Lr;"4 1.613 +t.s2.Outu.Olnu5!D.o5!D.o4s;$j*ul1;(DRSr&J#?\$k*OO$47(F"pP;:zzzzzzzzzz!!!!_4obQ 1.614 +_!!!!7)'C4P-n6br.Ocht.k3##/1`A(0.SY-/hJb0/hS\+.k3_3.k3&#/1`>&/1W8'4tA'1-RU/b4s 1.615 +;'k*?6"7().Dp&.]6[$k*LN$4-qA"pP57zzzzzzzzzz!!#2Hz!!!`M+!`6a/M&D&/1`A*/1rM*.kiS 1.616 +0*\8p-/hJb1/hJY=4t8!3.k</%/1iG*/1iG(.k2tq-7'o]4s;!g*#on8()7Jp&.T0Z$k*OP#mUY<"U 1.617 +"r3zzzzzzzzzz!'WRHz!!!`O+X\`i0.eb./h\h10J+h.0eP(,)a6GL5!D.o5!CPL.k<,#.kE5'/hSe 1.618 +1/hJS(.OZYk,pXZX4s(gd*#oh6(DIJn&.]6[$k3UP#6k>7"9\i2zzzzzzzzzz5!ArHz!"fqc+t+ij/ 1.619 +1iG+0/,(60/#"6/hfIQ/2&_54u+fU/hS\+.kE5&/M/S-0/"t2/M&D$-mp>f,U4Hr4s(ge*#fe6'b_, 1.620 +i%hB-Z%1ERL"pP25"9Sc0zzzzzzzzz!!!!_4obQ_z&JlE-,Uk/n/1rP.0JP::1,C[>1-RHG1,1L>1G 1.621 +U[=0.eb-/M/M*/h\k20/"q0/1W.t-7'r_+s9&l+!)ID)]9P0'b_/j%hB-Y$OI(D"U,#3"9\i2"U,)1 1.622 +zzzzzzzz!!#2Hzz&f;Z2,U=ff/1iM/1,(I>2)R6M4uYG[2)[3H1c$m@0J4t1/hJY-0/"t20.nh-.Oc 1.623 +\j,U=QW5!C)3+!2OD)B'G0'bV)i%h9$V$4$kA"U,#3"9\i2"U5/8#QOi)zzzzzzz!'WRHz!!!!2'H% 1.624 +i4,pk&j/M8_30JYFA2E3l\3B9)Z3B&iS1bpg@0eY+1/M/S-0.nk0/M&D%-RL,b,9n?T4s1sj+!)FC* 1.625 +#]_2'+tid%LiaN#6tG;"U"r3"U,&5"pP;<$OQk6zzzzzzz5!ArHz!"fhW(E=D<,:=lj/hf"71,LjH2 1.626 +a08`3]];^3]T/Y1c$jA0.nh./M/S-/hJY*.k2tq,pX`\+sA'm4s1ph+!)ID*#fb1&eGQ`$OR.F#6tG 1.627 +:"U,&5"pG29#6tJ=#mgS3zzzzzz!!!!_4obQ_z&.fKi)BL"H-7UJt0JG4;2DmBV3'',`4Zkhg3]T&S 1.628 +1GCL9/hJY,/M8Y-/M&A$.46Df,U4KV+<Wij+<M[I*Zc@C*#KA&&Io6Y$47(E"pG/6"U,&6"pYA<#RC 1.629 +\A#RC_:$47(>zzzzz!!#2Hz!!!!1&/,m"*ZcLN-n6i$0JG:@1c7HW4?Pbi4Zkee3&NNI0J>+4/M/P+ 1.630 +/M/P*.k)kp-7'r`,9e9R4s1si+!2RH*Zc@C)&Eqt%L`^Q$4$k@"U,&5"U5/9#6tJ>#RC_C$4.(I#RC 1.631 +\@"pP58$31&+zzz!'WRHz!!!WE',DK-+X8<^/1`;)1,C^M4uYJa4Ztqk4Zb_c2)I*C0J>(3/M/P+/1 1.632 +`>%.4?Pj,pX]Z+Wrrk+!2RH+!)LF*??(:'G(`a%L`[O#6k>8"U,&6"pP;;#7(SA#mptF#mq"G#R1M; 1.633 +"UG>?$31&+zzz5!ArHz!!!WH(`a_A,:+]e.k</(1GUaM2*!`]5!;%l4?GP]1bpa=0/"q0/M/P*/1W. 1.634 +t-mg8d,U+Bq4s(gd*?H7B*ZZ7A*#TP,'+bZa$jd.C"pG/6"U,)7#6tJ=#mgnF$47(G#mgnE#6k>9#m 1.635 +U_C#ljr*zz!!!!_4obQ_z!#64b*$?IP-RgMp.4d)*0JG[S2EEl^4?bnk4$#5U1GLR:0/"q1/hJV).k 1.636 +)ko-6tc=5!C)1)]Tb8)B9_:*?6%<(`!bt&J,?X#RCV<"U,&5"pP;;#6tM@$47+I$47+I$4."F#6k;: 1.637 +"U,29"U>8;zz!!#2Hzz)AX86,9nK^-n6\q.4Zu'5!Ce[2`EcZ4Ztqh3B/lP1,1I90/"q1/M&A$.6]p 1.638 +Z4sE05+!)C>)&O50)B'P7)&<o!',)#l%13@G#6kA:"pP89#6tJ>#RLhF$O[:K$O[=L#RC\A#6tG:"U 1.639 +>29"U,,8zz!'WRHz!!!!;(`=D>,pt,k.Olkr.P!&6/het:3&s)`4ZbY`2Dd3F0eb:70.eb>5!D.o,p 1.640 +YZ!+WqgI)]9G+'c%Q$(`=,*',(uk&eYT]#m^b@#6k>9"pP;;#7(SA$47.K$O[:K$O[=K#mgkB#6tG: 1.641 +"U,#4"pG27zz5!ArHz!!"&U(*F_F-7C;m.OZYn.4RM4/h\q:2E*]Y3ArcP0ekC:0J>"1/Lr>%4t%a' 1.642 +,9e9R*?5q6()7Gq'GM8r&.oNd&JGce%giXM#R:S="pP89#6tJ=#RCbE$O[=M$O[=M$O[:J#m^eA"pP 1.643 +56"U"r2#6b87z!!!!_4obQ_z!$2mo*?laV-n$Sp-mp?*4tA08/MJn81c@9N1c$m?0.nh//M&D&.R#: 1.644 +0-7'r_+W_UB)ANkt'+tuo'bCre%LrsX%13FJ#m^eA#6tJ>#6tJ=#6tM@#mgqH$O[=M$O[=M$OR1H#R 1.645 +:S="U,&5"9\o4"Tno4z!!#2Hzz(`4&-+<i*Y-n-Pn-RV)-.k<,%0/>:=1c.$E0J>%1/1`>&.k3_H-m 1.646 +pAg,pONR)]BM0&eGQa',(lc$k3[V%LW[N#R:S>#7(S@#RC\A#RC\A#RC_C#mq%J$O[=M$O[=L$47(F 1.647 +#6tG:"U529"9\i2"9\l.z!'WRHz!!!!_'c7r5,:"N]-7:/f4sqa..k<2)0JYF>1,1I8/M&G(.k3#44 1.648 +t%g,-7'r_+WVI?)&Er"%M'!Y%gr^O$47(I#6kA:"pP8:#7(SA#mgnD#RC\A#mgnF$47.K$OdCN$OR4 1.649 +I$4$nB#6k>9"U,/8"9\i2"9SW(z5!ArHz!'V)\()e/8+XA<Y,pXd#-RU;k.kNA-0JP:90J4q..k<," 1.650 +.6]10-n$Ji,U+BS*#TY1'+tfc%1<OM#mq"H$4$h>"U,&5"U52:#RLhF$47+H#m^eB#mgnF$47.K$O[ 1.651 +=M$4."F#RCY?"pP89"U,#3"U"r2!rr<$!!!!_4obQ_z4s)s+)&jV=+sJ3U+[.+s,paoh.P!,)/h\k1 1.652 +/hAP(.Olkr4t.m.-RU/`+s7mD()7Pp&.AsT$4$nC#mgkA"U,&5"U,&6"pP>=#mq%K$O[:J#mgkC#RL 1.653 +eE$47.J$47(G#mgkC#6tJ<"pP88"9Sc0"9\f/!rr<$!!#2Hz!!!!_)Ep>'*$-4F+X/$O4sM9u,U4T` 1.654 +.P35(/M/M)/1W2".OdP1.4?Sj-6aTT*>oY.'FkT\$OI+G"pP88"U,&5"U,&6"pP89#7(VC$OdFP$jm 1.655 +:I#m^eB#mgnF$47+I#mgnD#RC\@#6tG;"pP56"9S`.!s8W-z!'WRHz!!!!_4r>1X*ZlLI+<Nch+<i! 1.656 +S+sSH`.P!#".k3"t.Ochr-pB%,,pXcZ*Zl@@)Aa)!$jd4G#6tD:"U,&5"U,&6"pYA<#6tJ=#RLkI$k 1.657 +*OQ$47(F#RC\A#mq"H$OR4I#m^eB#R:S>#6tG;"p>&3!s8W-!s8W,z5!ArHz!!!iQ(`XS=+X%sM+$L 1.658 +bh+<_mQ,UFcc-n$Mm-7:/h-RL3)-RL2b+<V^E)AsA-&Io0T#m^b?"U,#3"9er4"U52;#RLeD#RC_D$ 1.659 +k*RR$k!IO$4."E#RC\B$4@4L$47+H#m^eB#R:S>#6kA:"U"o/!WiH*!WiE'!!!!_4obQ_z!!!lT*$6 1.660 +:I,9\3o4s1sk+X&$S,UF]],pjrb-7'ua,X*J",9S'K*>oV,'bUub#mgkB"pP57"9\i1"U,&5#RC\A$ 1.661 +47+J$O[@P%1NaU$k*LN#m^eB#RCbE$OdCN$OR1H#RC\@#6tJ="pP56!s8T+!WiE)!W`<%!!#2Hzz(D 1.662 +du0+!DjS,:"Kt+sA*Q+sS<X,9nEX,U=T[,9e?r,9S*M*Zc=<().Am%gi[M#6kA9"U,&5"9\l4"pYJA 1.663 +$4.(I$4@4M%1WjX%h9$X$k!CK#m^eB#mq%J$k*OP$OR1G#RCY?#6kA:"U"r1!s/N*!s/K)!<N6$!'W 1.664 +RHz!!!!8)&aG<,UOf`,pb`$,U4T[,pXc^,9nHY+sJ0R+[/(3*ZZ.=)&O)$%h&jQ#m^b@"pP88"U,&4 1.665 +"pYA>#n77M$k!FO$k3XU%LrsZ%LrpV$OR4I#RC_D$OmOS%1N^R$4."E#6tJ="pP56"9\f/!s8T+!W` 1.666 +<&!WW3#5!ArHz!!!rV)BU.K-7:/g-U&h)-RU>m-7C>i,pai_,U=Z[+[-th)]BP-&e>BY$47(G#7(P> 1.667 +#6kA:"pG/9#RLnJ%L`aU&.]6]%LrsY%LrsY%LrpU$O[:J$471N%1NaU$k!FM#RC\@#6tG;"U,&3!s8 1.668 +`/"9JW+!WiB(!!!!_4obQ_z!$3$t*[2jW-n$N..4Qht/1iG)/M/D%-n$Dh-71!%+s7mE)&<hs&.K$U 1.669 +$O[7H#mgkC#6kD;"pkPC$k3aZ%M99a&.fB`%hB-[%Ls!Z%LigS$OR7M$k3XT%1NaU$OR1H#R:S>#6k 1.670 +A9"9\i0!s8W.!s8T+!<E3%!!#2Hzz*??+@+XAHb.6]pG.kE5(/h\k20.nk..k)ko-R:l"+<)49'b_/ 1.671 +h%h9!W$k!FN$OR4J#mgkD$4RLU'+klj'+trk&J,Ka%h9'[%hB0\%1N^R$O[@P%1NaU%1N[Q$OI(D#6 1.672 +kA:"pG/5"9\f0!WiK,!s/N*!<E3$!'WRHz!!!!A)B9eD,pt,j.4[S6/1`D*0/#"40.nh-.OZYk4sD* 1.673 +k)]0A,&eYcf%h9$Y%1N^R$4@4L$471L&/,]l(D[f%'bh;o&J#B_%hB0]%M''[%1NaT$k3XT%1N^S$j 1.674 +m=J#RCY>"pP58"U,#3"9S`.!sA].!WiE)!<W<%5!ArHz!!",^*Zu[R-7C;l.kEk9/M8Y00J4t1/M/M 1.675 +(-RCr?+s.gE)&<r%&J5Nb&.]3[%LijU%1E^T%1j$a()@]'(`4&(()7Ms&ePZc%hB0]%hB0\%LrsX$k 1.676 +*OQ$k*OP$OR1F#6tG;"pG/6"U"r2"9\i1!sA].!WiE)!s8Ne4obQ_z!$31&+<r-Y-RgPs/1Wn90/,+ 1.677 +70JG+2/1W1u5!C58+!2F=(_m_t&.oHb&.f?a%hT<`&.oNf',D<!(`4,.)&O2+'b_8o&ePZc%hB-\&. 1.678 +fB`%h9$W$k!IP$k!CK#RCY?#6k>8"pP57"U,#4"9\i0"9S`.!s8T,"9:VLzz*Zc=C+seTa.4Ql".m> 1.679 +O;0JG490J>"0.k*YG-6s]T*ZGq5()%>n&eYik'GM2p',(ul',)&o()If))AsG1)&O,&',(rh&.]9^% 1.680 +hB0^&.fB`%1EXQ$OR4I#mgkB"pP57"pP8:"pP88"pY>9"9\i1"U"r1!s8W."?o!Lz!!!!@*?6(D,UX 1.681 +rf.P!&#4tJ6<0JG160.e_).6](),9e0M*?#b3'bqGu(D[c$'c%Q$'bhAs'c%Q#(Ddr+)&X;0)&3eu& 1.682 +ePZd%Ls!\&.fBb&.f?\$O[:K#m^eB#6k>9"U,)7#6tJ=#6tM?#mUY<"U>8:"p>)4"9Sc/5!ArHz!!! 1.683 +rT)]g.J-71,k/1`874t\KA0JG.4/M&A8-mg2b+s7pI)]9M1(Dn#-(`4)+(Ddl(()@Z$()Ic((`4,.) 1.684 +&X;.'bV/n&J,H_%M''\&.fEb%h9$V$4-tD#6kA9"U,&5"pP;<#RL_A#n%%G#7(P?$4$nC"pP89"9\i 1.685 +k4obQ_z!#$"_*$HOQ,qCMt.k3_7/h\k30J>(2/3YO3-6scZ+W_[F)B0S4)B'J2)B'J1(`+#*(D[c&( 1.686 +Ddo*(`4&+(Dml$&eYfg%h9'[%hB3_&.oKb%1ERL#6kA9"U"r2"9eu6#71\C$471N%LWOJ#mq%H#RLe 1.687 +C#7(M:"9:VLzz&ePft+!DgQ.4d&%5!CGK/2/b3/h\h/4t7s.,pOQU+!)FB)]K_7)B'M4)AsD0(`*u) 1.688 +()@]&()@]%()7Pu'b_2l&J,Ka%h9*]&.fBa&.]6Z#m^b?"U"r2"9\i2"U52;$471O&.]9^%LEIL$4$ 1.689 +tG#mgnD#RCS:!'WRHz!!!!,%MTa#+WqsT.4Zhs4t/'8/h\n40J5O>.OQSg+sA'M*#oq:)]BV5)B'M4 1.690 +)Aj8+(Ddf%'c%Q!'bqDs'+tok&J5Qc&.]9^%h9*\%hB0]%LidO#6k>7"9\i1"9eu7#RChH$OmUX&.K 1.691 +!S$4I:L#mgtL$k!@I#6b)-5!ArHz!!!?5'G_N(*$-.I-n$E+-Rp`#/ho(7/j:a5-RBu]+<MUD*#on: 1.692 +)]K\6)]K\4()7Q"()7Mt'bh;q'GD)k&J5Te&J,Ka%h9'Z%1NaU%1WgS#R:P;"U"r1"9\l3#6tMA$Om 1.693 +OT%hK6]$k!CL$OR:K#n%.O$jm:I"onWe4obQ_z!!W`>&JZ*%*ZZ7C+X'$5,Ut8o0JG.D4tA$.-7'iX 1.694 ++!2OD*#on:)]BV5)Aa,'',2,o'+tlh&J5Wg&J5Te&J5Td&.f<]$k*OQ%1N^S$k!CJ"pG/5"9\i1"9e 1.695 +u7#mq(L%1NdX%hB'V$OR4J$k!FN$jm@L$4."=!!#2Hzz":5DF&eu9)*?6%=)Eo;e,:"Qd/1iD:-mp> 1.696 +e+s7sK*ZZ4?)]K\5)Aj>-'G;&k&eYcf&.]<`&.oKd&J5Te&J,Kb%1E[S$k*OQ$k!FM#R1J;"U,&4"9 1.697 +\i2"pYG@$OdFR%1WmZ%1<OO$OdIR$k*OQ$O[:L#m^M2!'WRHz!!!!&"UYYJ&JZ0%*#ot;4rk^e+<i' 1.698 +W-pAt(,9e<S*ZQ.>*#fh7)&O/*'b_5o&eGTd&J,H`%hB0]%hK9`&.fEc&.]6Y$k*OQ$O[=L$4-tB"U 1.699 +,&5"9\i2"U52:#RLhF$k*RS%1`pY$k*LP$k3XT$k*RR$OdFN$31&+5!ArHz!!!0-#R_+S&f)?()B0V 1.700 +Z)B0_>+X/-p4sM6p+<DRD)]K\7)Aj;.(D[`"'+tlg%hB3^%hB0\%LrsZ%hK6]%hB*Z$k!FO$k*LN$4 1.701 +$nC#R1J:"U,)6"U5/8#6tM@#mq%J$k*RR%LigT$k*RS%LrsY%LrpW%1NXE!!!!_4obQ_z!!!62$k<j 1.702 +]()du-(Ht#$)BBh?+<_ml+<V^I*uZ(9)B'M3(Ddl''bh;n&ePZc%hB-[%1WgV%1NdW%LrpV$k*RQ$4 1.703 +@4K$47%E#6tJ<"pP88"U5/8"pYA<#m^hE$4@4M$k3UT%1EXR$k*RT%M''\%h9$X%1E4:!!#2Hzz"pY 1.704 +JD%hTBh)AjA1(d8iW)]Tn@+<Wik+<DUE)AsD1(`4&)'bqDt&ebig&.]6\%1EXQ$k*OR%1<US%1EUP$ 1.705 +k*IM$47%E#R:S>"pP88"pYA;#7(S?#RLbC#mgqG$O[@O$k3XU%1EUQ%1WjY%hB0]%LrpWz!'WRHzz# 1.706 +71bM',(uo(Dn/14rG7X)BBk?*[!Wf*#fb4(`+#*'bh>r',(ri&.f?^%1EXQ$47.K$O[=N$O[=M$O[= 1.707 +M$OR.G#mU\?#6tJ="pP;;#7(VA#mgnE#mgnE#mgqG$O[@O%1WjX$k!IP%1WmZ%hB-Z%L`dHz5!ArHz 1.708 +!!!!(#n.@Y()%H"()@cO)&aD3)B0Y94rkU](Ddf$'GV>t',)#l&J#B^%LrpV$OR4J$47+I$47.J$4@ 1.709 +1J$47(G#6tJ>"pP>=#RC\@#mgkD$4.%H$47+H#mgnE#mgnE$O[=N$OmOR$OdFQ%LrsY%1N[R$Od"8! 1.710 +!!!_4obQ_z!!!<3$kEsc()@]&(Do=Q)B'M5)]BVY)AsA-'GD)m'GV;p&eYcf%LrpV$k!FM#mgnE#RL 1.711 +eD#mptE#RLbC#m^b@#6tJ=#R:S>#RC_E$O[:L%LigS$OR1H#mgnE#mgnE$47.K$O[=N$k3XS$k!FO# 1.712 +mq%I#ljr*!!#2Hzz!!!?7%h]Tm)&O2+(HrTP(E+20)Ep>%()@Vu&eYik'+tlg&.]6[$k*IN$47(F#R 1.713 +CY?#R:V@#RCY@#RC\A#6tJ="pbM@#6tJ>#mq+O%1NaW%L`^Q$47(G#mgnE#mgnE#mq(K$4.%J$OI%C 1.714 +#6tJ<#6tM7z!'WRHzz!"')D&/,is)&X5)4qnbJ(`*u)'g<?G',(uj&/#Qc&.]6\$jm@L$OI+F#7(P> 1.715 +"pP57"pP;;#6tJ=#6tJ=#6tJ=$OR+E#RCbF%1Nj[%hB3^$k!CL#mgnE#RLeD#mgnE#mgnD#RUeC"U, 1.716 +&4"9\o5"onW'z5!ArHzz!!s&E%hocq()@Jq4qeMC'bh;o4qS;:&.]9]%h9$V$k!CM#RC\?#6b;9"pG 1.717 +/6"U,&6"pYA<#6tJ=#6tM?#7(SD$4."F$4I=P%h]Hc&.]6Z$OR1I#mgnE#mgnD#mgnC#7(M<"U,#2! 1.718 +s8W-!sA`,z!!!!_4obQ_zz"pbYK%MKNi&e>K_4q8/:&J5Qb4q8#2$k3UQ$jm=K#m^eA"pP57"U,&5" 1.719 +9\i1"U,)7#6tJ=#6tJ>#RUkD$OdFN$O[=N%Lis]&ePZc%1EUP$47+H#mgkC#RCY@#6tJ;"U,#3"9S` 1.720 +-!s/Q-!sAT(z!!#2Hzz!!!!'"pk\F%hK3^$k3XS5!BGd%R(@d4q.r0$k!FM$4."E#R:P<"U,&4"9\i 1.721 +1"9\i2"U52:#7(SA#mgtH$OR4N%LidT%1WjZ%MBBd&J,H]$O[@M#mpqD#RC\?"pP57"U,#3"9\i0!W 1.722 +iE)!WrK*!WW3#z!'WRHzz!!!-)"pbPE$OdLQ$k*OQ%6cs>%R(@4%LrsW$O[=L#mgkC#6kA9"U,#3"9 1.723 +\i2"U,&6#RLhE#mgqG$O[=M$O[CQ%1NgY%hK<c&eP]d%LigS$O[7I#m^eA#6tD9"9\i1"9\i1"9\f/ 1.724 +!sA`/"9AQ(zz5!ArHzz!s8Z0"UGDB$OmLP$k!IP%6b73%M''\%hK9\%1NaR$47%E#6kA9"U,&5"U5/ 1.725 +8"pP;=$4@7N$k3XT%1EXS%LrsY%hTBc&J5Wf&.f<\$k!FN$jd4G#6tG:"U"r1"9\f/"9\i1!s8W-!s 1.726 +AZ+!<`B&z!!!!_4obQ_z!!!!#!X&Z2#71bH%1WdU$k3^Z&ebrl',(rj',)#j&J,H\$jd4H#6tG;#6t 1.727 +M?$4$qC#RLhH$k3XT%1WmZ%1a!]%hK<b&eYcg&J5We%L`aR$OR:L#RC\?"p>)4!s8W-!s8W-"9S`.! 1.728 +s8W-!s/K*"98E%z!!#2Hzz!!!'%"9eu7#n.:S&J#?_&/#`o(Dmo&()I]$()@St&ePT_%13FL#RLeE$ 1.729 +4I7N$k*IO$k*UT%Ls!Z%hK?b&J>`j&eblj&eP]e&J5Qa$k*LN$OI(D#R:M;"9\f/!s8W-!s8W-!s8W 1.730 +-!s8T+!W`?*zz!'WRHzz!!33)"pYD?%MBBe%hKBf'c%T&)&aA1(`=,+()@Vt&J,H^$k!FN$OdIQ%h9 1.731 +'[%Ls![%M'']&.oKe',;2q'GV;r'GD,n&ePZe&J#<Y$O[=L#6tJ<"U,#3"9\f/!s8W-!s8W-!s8T+! 1.732 +WiE(!WrN)zz5!ArHzz!WiN0#71bL',2)l',D?#)&O5/)B0V6)]BM/()@Mp&.]6[$k*OR%Ls$]&J5Wf 1.733 +&J>]g&J5Wg',2,q()7Q"'bqGt',)#l&J5Tf%1EUP$O[7F"pP57"U"r2"9\f/!s8W-!WrN,!WiE)!W` 1.734 +9%!rr<$z!!!!_4obQ_z!!!!$!sT#;$Om[]'bqH!(Dn&/)B0Y9*?6";)]0A,'bh5k%h9$X%1NdX&.oN 1.735 +f'+tun'GM2o',)&o'bqN#()@Z$()@W!'GD)l'+tfa$k*LM#mLS<"pG/6"U,#3"9\i1!s8W-!s8T+!W 1.736 +iE)!<E6'zz!!#2Hzz!!<<+"pt_I%MKQn()Ic))B0Y7)B0Y9*#fh8)Aj5('+tfd%LijV%M''^&ebol' 1.737 +GV;r'GM5p'GM8s()Ic'(Ddl(()7Pu'+trk&.AsV$4-qB"pP88"U,&5"U,&4"U"r2"9S`.!s/N*!WrH 1.738 +(!Wi?%zz!'WRHzz!s8Z4%1NaW'G_Q')&X>3)]Kb;*?6%>*?,q9)&<o!&J,H_%1NaV%hK<c&ebrn'GM 1.739 +5q'GM2p'GV?!(Ddl((Ddl''bh>r'+k]a$OdCJ#6kA:"pG/6"pP57"U5,6"U,&4"9S`.!s8T+!WiH*! 1.740 +Wi?%zz5!ArHz!!!!%"9f/C%M'-b(E",/)&jP8*$-.B*ZlLG*ZH"9().An&.T-Y%1NdW%hK?c',2,p' 1.741 +GM5p',)&o'bqN$(Dmr)(Ddi$',(uj%LiaP$OI%C"pP88"pP89"pP89"pP58"U,&4"9\f/!s/N*!WiE 1.742 +)!WW3#z!!!!_4obQ_z!!NN1#7M.S&JGin(`4/0*#ot?+!;XI+WqjJ)]K_6'G;)k%LijU$k<aX&.fEd 1.743 +'GM5r'GM2o',)&o'c%T%(Ddl(()7Jq&.f9Z$OR7M$3ph@"U,)8#6tJ=#6tJ<"pY>:"pG/5"9S`-!Wr 1.744 +K)!<E6%zz!!#2Hzz"pY><$4[RW&eu/u)&aA3*$-1F+sA*Q+!)FC*?,b.'GM/i%LigU%1WjX&.fEd&e 1.745 +brn',)#m',2,q()@]&(D[c$'G:rf%L`^P$k*IK#R:P<"pYD=#6tJ>#6tJ="pP89"U,#3!s8W,!W`<& 1.746 +!!*'"zz!'WRHz!!!!)#71_F%M'*b'bqK#)AsJ7*ZcCH+<MXF)]B\6()%;o&e>H]$k*OQ%1NaW&.fBb 1.747 +&eYfj&eYfj',2,q()@]%()7Mr&J5N^$k*LQ$jd4G"pP;<#RC\A#RC\@#6tJ<"pG/6"U"r2!s8T+!<N 1.748 +9&!<<*"zz5!ArHzz$k!IR&JGfn()If+)B0V8)]K_6(`*r(().Ms&.]<]%1EXQ$4@4L%1NdX%hK9a&J 1.749 +>]h&eYik'GM8t'c%Q#'b_/i%h9$X%1N^Q$47%D#7(S@#RC\A#6tJ=#6k>8"U,#3"9\i0!WiE(!W`<% 1.750 +zz!!!!_4obQ_z!!!!0%Lrs[&eu2u(E+/0)]BV4(D[c$'GD)l&J,H_%1N[R$OR4J$4@4L$k*UV%hK9a 1.751 +&J>]i',)#m'GV>t'GV;q&ePWa%1NaU%1<ON#mU_A#RC\A#RCY?#6tJ<"pG,4"9S`/"9S`.!WiB'!<< 1.752 +*"zz!!#2Hzz!!!!1&.oQg'GqW&)&XA4)&X5,'bh;o&J,Kb%LigT$k!FM$47(G#mgqH$OdFR%M03a&J 1.753 +>]h&ebol',)&n'+toi&.]9]%1EXR$OR1H#RC\A#RC\A#6tJ="pG/6"9\i0!sJf2"9S`-!<E6&zzz!' 1.754 +WRHzz!!!!1&ebup'G_N')&F/-'bh>r'b_/l%hK3[%1EUP$OR4J#mgkC#mgqH$O[@P&.fBb&J>]h&eY 1.755 +fi&eYij&J5Qb%h9$W$k*OP$47%E#RC\A#R:S>#6tG;"U,#3!sA]0"pP56!s8T*!<E0#zzz5!ArHzz! 1.756 +!!WE',22s)&XA3)&3o"&.fEd&ebli&.K'W$k*OP$47(G#m^eB#mgnF$OdIS%hK9a&J5Tf&eYfi&eYc 1.757 +g&.f?^%LrsX%1N^R#mgkC#RCY?#6tJ<"pP57"U,&5"9\o5"U"o1!s/K(!<<*"zz!!!!_4obQ_zz!!! 1.758 +ZG'G_K%)B'G.((q5j&.]<b&eP]c%1EXR$k*LO$4."F#RC\A#RLeE$OdLU%hK9a&J5Tf&eP]f&J5Qc& 1.759 +.]6\%LrpW%1N[P#mgkC#R:S>#6kA9"U,)7"pG,4"U##4!sA]-!WW3#zzz!!#2Hzzz!#$"[()Ro.*#f 1.760 +_0&.f<\%Ls![%h9$X%1NaU$k!FN$47(G#RC\A#RLhF$k<aW&.fEc&J>Zf&J5Te&J,Kb&.]6\%LrpW$ 1.761 +k*LM#m^eA#6tG;"pG/7"pP26"9\f0!s8T,"9JT(zzzz!'WRHzzz!"ot\()\&0)AWqr%M&sU$OdCN$k 1.762 +*OQ$k*OQ$O[=L$47(G#RC\A#mgnG%1E[V&.fEc&J5Te&J5Te&.fBa%h9'Z%LrsX$jm:I#RCY?"pP57 1.763 +"U,&4"9Sc0"9S`-!WrN,!s&B%zzzz5!ArHzzz!#$"^)&aA/'bV&i%LiaO$4."E#RLkH$O[=M$O[=L$ 1.764 +4."E#RLeD#mgqI$k*UU%hTBc&J5Te&J,Kb&.fB`%LrsY%LrmU$OI(E#6tG:"U"r2"9\i1"9\l2!s/N 1.765 +)!WrN+!<<*"zzz!!!!_4obQ_zzz!"ot])B'A(&J,K`%13=H#RCY?#6tM?#mq%I$47+I#mgnE#RC\B# 1.766 +n%+K$k3[X&J5Te&J5Qc&.fBa&.]9]%LrpW$k*LM#RC\?"U,&4!!!!%"U5,6"9\i1!s/K)!s/K'zzzz 1.767 +!!#2Hzzzz&el&r'b_,i&.]3Z$jm7H#6tG;"pYA<#7(VB$47+H#mgkC#RC\B$OdFP%1NgZ&J5Te&.fB 1.768 +a&.]9^%hB-[%1NaT$4$nC#R1G9"U"f*z!!NN/"9Sc.!WiE)!W`9$zzzz!'WRHzzzz!#64_&.]6\%1E 1.769 +XQ$OR1H#RCY?#6tJ<#7(SA#RLeD#RC\A#RC_D$k*OQ%1NgZ&J5Qc&.f?_%hB0]%LrpW$k!@I#RC\?" 1.770 +pFu,zz"U"o0!s8T*!WiE(zzzzz5!ArHzzzz!#6.Y%LrpW$jm:J#mgnD#RC\A"pG/7"pY>;#RC\A#RC 1.771 +\A#RLeE$OdFP%LrsZ%hB3^%hB0]%h9'Y%1N^Q$OI+F#6tG5zzz"9S]-!s&E'!WiB'zzzz!!!!_4obQ 1.772 +_zzzz!"f_O%1EXP$4."F#mgkC#R:S="U,&5"U,)7#6tJ=#6tJ=#RLeE$OdFQ%1NdW%LrsZ%LrsY%1N 1.773 +aT$OR4I#mgkCzzz!!!!$!WiE)!W`<'!<<*"zzzz!!#2Hzzzzz%LigT$k!FM#m^hC#RC\@#6tJ<"U,& 1.774 +5"U5/8"pP;;#6tJ=#RC_D$4@7N$k*OR%1WgW%LijV$k*OPzzzzzz!WiE(!<E3%!<<*"zzzz!'WRHzz 1.775 +zzz!!!B7$4."F#R:V@#R:V@#6tG<"pG28"U,)7"pP89"pP;:#6tP@#mq%J$OdFP$k3UR$k*LN$NL/, 1.776 +zzzzz!!!!"!<N9&!<E0#zzzzz5!ArHzzzzz!!!?5#mgkA#6tM>#6tM>#6tJ>"pY>;#6kA:"pP89"pP 1.777 +89#6tJ>#mgqG$47.J$4@4M$k!CBzzzzzz!!!!"!WW3$!<<*"zzzz!!!!_4obQ_zzzzz!!ru=#R1J<# 1.778 +6tJ=#6kA;#7(S@#RC\A#6tJ<"pP89"pP83#6tM7z$47+Izzzzzzzz!!!!#!!!$#zzzzz!!#2Hzzzzz 1.779 +z#RLeC"pP;;#6kA:"pP;;#QOi)z!!!!'zzzzzzzzzzzzz!!!'$!<E3$zzzzz!'WRHzzzzz!!!!)#RC 1.780 +Y>"pP89"pP89"U+l+zzzzzzzzzzzzzzzzzzzzzzz5!ArHzzzzz!!!3-#6kA:"pY,4"pG/6"TSN&zzz 1.781 +zzzzzzzzzzzzzzzzzzz!!!!_5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D. 1.782 +o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5! 1.783 +D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.~> 1.784 +InterpretLevel1 not { 1.785 + grestore 1.786 +} if 1.787 +grestore 1.788 +%%%%EndImage 1.789 +1.000 UL 1.790 +LTb 1.791 +1.000 UP 1.792 +1.000 UL 1.793 +LTb 1.794 +stroke 1.795 +grestore 1.796 +end 1.797 +showpage 1.798 +%%Trailer 1.799 +%%DocumentFonts: Helvetica