(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. ***********************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 12963580, 335934]*) (*NotebookOutlinePosition[ 12965021, 335977]*) (* CellTagsIndexPosition[ 12964977, 335973]*) (*WindowFrame->Normal*) Notebook[{ Cell[BoxData[ StyleBox[\( (*\ \[Copyright]\ Orly\ Alter\ 2001\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->True, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ All\ Rights\ Reserved\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \(\n\)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[ \( (*\ SVD\ Analysis\ of\ Alpha\ Factor\ with\ CLB2\ and\ CLN3\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Estimate\ Missing\ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Read\ Raw\ Data\ from\ Raw_Data . txt\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(<< LinearAlgebra`MatrixManipulation`; \n<< NumericalMath`TrigFit`; \n<< Graphics`Graphics`; \n<< Graphics`Arrow`; \n Off[General::"\"]; \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Define\ HardDrive\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(\(name = "\"; \)\)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ \(\(Alpha\ Factor\ &\)\ CLB2\ &\)\ CLN3\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(stream = StringJoin[name, "\<:Desktop Folder:SPIE Data:Raw_Alpha&Cls.txt\>"]; \n matrix = ReadList[stream, Word, RecordLists -> True, NullWords -> True]; \n{genes, arrays} = Dimensions[matrix] - {2, 1}\), \(\(Clear[stream]; \)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \({6113, 22}\)], "Output", PageBreakAbove->Automatic] }, Open ]], Cell[BoxData[ \(genenames = TakeRows[\n\t\tTakeColumns[matrix, {1, 1}], \n\t\t{3, genes + 2}]; \n arraynames = TakeColumns[\n\t\tTakeRows[matrix, {1, 2}], \n\t\t{2, arrays + 1}]; \n matrix = TakeColumns[\n\t\tTakeRows[matrix, {3, genes + 2}], \n \t\t\t\t{2, arrays + 1}]; \nmatrix = ToExpression[matrix]; \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(sizes = Flatten[\n\t\t Table[\n\t\t\t Dimensions[\n\t\t\t\t Characters[\n\t\t\t\t\tToString[arraynames[\([2, a]\)]]\n\t\t\t\t] \n\t\t\t], {a, 1, arrays}]]; \n size = \(Sort[sizes, OrderedQ[{#2, #1}]&]\)[\([1]\)]; \n Do[\n\tDo[ arraynames[\([2, a]\)] = StringJoin[ToString[arraynames[\([2, a]\)]], "\< \>"], \n \t\ \ \ \ \ \ \ {b, 1, size - sizes[\([a]\)]}], \n \ \ \ \ \t{a, 1, arrays}]; \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Count\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \(counter = Table[0, {genes}]; \n Do[\n\tcounter[\([a]\)] = counter[\([a]\)] + Count[matrix[\([a]\)], Null], \n\t{a, 1, genes}]; \)], "Input", PageBreakAbove->Automatic], Cell[BoxData[ StyleBox[\( (*\ Locate\ Gene\ Position\ of\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic], Cell[BoxData[ \(Clear[positions]; \npositions = Table[0, {a, 1, arrays + 1}]; \n Do[\n\tpositions[\([a]\)] = Flatten[\n\t\t\tPosition[Flatten[counter], a - 1]], \n \t{a, 1, arrays + 1}]; \n numbers = Flatten[\n\t\t Table[\n\t\t\tDimensions[positions[\([a]\)]], \n \t\t\t{a, 1, arrays + 1}]]; \)], "Input", PageBreakAbove->Automatic], Cell[BoxData[ \( (*\ Create\ Display\ of\ Gene\ Position\ of\ Null\ Data\ *) \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(framex = Table[a - 1, {a, 2, arrays + 1}]; \n sizes = Flatten[\n\t\t Table[\n\t\t\t Dimensions[\n\t\t\t\t Characters[\n\t\t\t\t\tToString[framex[\([a]\)]]\n\t\t\t\t]\n \t\t\t], {a, 1, arrays}]]; \n Do[\n\tDo[ framex[\([a]\)] = StringJoin["\< \>", ToString[framex[\([a]\)]]], \n \t\ \ \ \ \ \ \ {b, 1, size - sizes[\([a]\)]}], \n \ \ \ \ \t{a, 1, arrays}]; \n framex = Table[{a, framex[\([a]\)]}, {a, 1, arrays}]; \n framey = {200, 400, 600, 800, 1000}; \n g = BarChart[Table[numbers[\([a]\)], {a, 2, arrays + 1}], \n\t Frame -> True, \n\tAxes -> False, \n\t FrameTicks -> {framex, framey, None, None}, \n\t PlotRange -> {{0.5, arrays + 0.5}, {0. , 1000}}, \n\t DisplayFunction -> Identity]; \ng = FullGraphics[g]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[a_, {b_, c_}, {0. , 1. }] -> \n\t\t\t Text[a, {b, c - 160}, {0, 0}, {0, 1}]; \n g1 = Show[g, \n\tAspectRatio -> 13/\((arrays + 1)\), \n\t PlotRange -> All, \n\tDisplayFunction -> Identity]; \)], "Input", PageBreakAbove->Automatic], Cell[BoxData[ \(framex = Table[a - 1, {a, 1, arrays + 1}]; \n sizes = Flatten[\n\t\t Table[\n\t\t\t Dimensions[\n\t\t\t\t Characters[\n\t\t\t\t\tToString[framex[\([a]\)]]\n\t\t\t\t]\n \t\t\t], {a, 1, arrays + 1}]]; \n Do[\n\tDo[ framex[\([a]\)] = StringJoin["\< \>", ToString[framex[\([a]\)]]], \n \t\ \ \ \ \ \ \ {b, 1, size - sizes[\([a]\)]}], \n \ \ \ \ \t{a, 1, arrays + 1}]; \n framex = Table[{a, framex[\([a]\)]}, {a, 1, arrays + 1}]; \n framey = {1000, 2000, 3000, 4000, 5000, 6000}; \n labelx = ColumnForm[{"\"}, Center]; \n labely = ColumnForm[{"\"}, Center]; \n g = BarChart[numbers, \n\tFrame -> True, \n\tAxes -> False, \n\t FrameLabel -> {labelx, labely, None, None}, \n\t FrameTicks -> {framex, framey, None, None}, \n\t GridLines -> {None, None}, \n\t PlotRange -> {{0.5, arrays + 1.5}, {0, 6000}}, \n\t DisplayFunction -> Identity]; \ng = FullGraphics[g]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[labely, {b_, c_}, {1. , 0. }] -> \n\t\t\t Text[labely, {b - 2.5, c}, {0, 0}, {0, 1}]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[labelx, {b_, c_}, {0. , 1. }] -> \n\t\t\t Text[labelx, {b, c - 700}, {0, 1}, {1, 0}]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[a_, {b_, c_}, {0. , 1. }] -> \n\t\t\t Text[a, {b, c - 700}, {0, 0}, {0, 1}]; \)], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Gene\ Position\ of\ Null\ Data\ *) \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(g2 = Show[{g, \n\t\t\t Graphics[{RGBColor[1, 1, 0.8], Rectangle[{4.75, 325}, {21.25, 5800}]}], \n\t\t\t Graphics[{Rectangle[{5, \(-250\)}, {21, 5750}, g1]}]}, \n\t AspectRatio -> 10/\((arrays + 1)\), \n\tPlotRange -> All]; \)\)], "Input", PageBreakAbove->Automatic], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .43478 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.113102 0.0367272 0.0602108 6.07033e-05 [ [.14983 .01035 -6 -20 ] [.14983 .01035 6 20 ] [.18656 .01035 -6 -20 ] [.18656 .01035 6 20 ] [.22328 .01035 -6 -20 ] [.22328 .01035 6 20 ] [.26001 .01035 -6 -20 ] [.26001 .01035 6 20 ] [.29674 .01035 -6 -20 ] [.29674 .01035 6 20 ] [.33347 .01035 -6 -20 ] [.33347 .01035 6 20 ] [.37019 .01035 -6 -20 ] [.37019 .01035 6 20 ] [.40692 .01035 -6 -20 ] [.40692 .01035 6 20 ] [.44365 .01035 -6 -20 ] [.44365 .01035 6 20 ] [.48037 .01035 -6 -20 ] [.48037 .01035 6 20 ] [.5171 .01035 -6 -20 ] [.5171 .01035 6 20 ] [.55383 .01035 -6 -20 ] [.55383 .01035 6 20 ] [.59056 .01035 -6 -20 ] [.59056 .01035 6 20 ] [.62728 .01035 -6 -20 ] [.62728 .01035 6 20 ] [.66401 .01035 -6 -20 ] [.66401 .01035 6 20 ] [.70074 .01035 -6 -20 ] [.70074 .01035 6 20 ] [.73746 .01035 -6 -20 ] [.73746 .01035 6 20 ] [.77419 .01035 -6 -20 ] [.77419 .01035 6 20 ] [.81092 .01035 -6 -20 ] [.81092 .01035 6 20 ] [.84765 .01035 -6 -20 ] [.84765 .01035 6 20 ] [.88437 .01035 -6 -20 ] [.88437 .01035 6 20 ] [.9211 .01035 -6 -20 ] [.9211 .01035 6 20 ] [.95783 .01035 -6 -20 ] [.95783 .01035 6 20 ] [.55383 .01035 -50 -12.625 ] [.55383 .01035 50 0 ] [.12091 .12091 -24 -4.5 ] [.12091 .12091 0 4.5 ] [.12091 .18162 -24 -4.5 ] [.12091 .18162 0 4.5 ] [.12091 .24232 -24 -4.5 ] [.12091 .24232 0 4.5 ] [.12091 .30302 -24 -4.5 ] [.12091 .30302 0 4.5 ] [.12091 .36373 -24 -4.5 ] [.12091 .36373 0 4.5 ] [.12091 .42443 -24 -4.5 ] [.12091 .42443 0 4.5 ] [.02381 .24232 -6.3125 -47 ] [.02381 .24232 6.3125 47 ] [ 0 0 0 0 ] [ 1 .43478 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .13514 .06021 m .13514 .36585 L .16452 .36585 L .16452 .06021 L F 0 g .5 Mabswid [ ] 0 setdash .13514 .06021 m .13514 .36585 L .16452 .36585 L .16452 .06021 L .13514 .06021 L s 1 0 0 r .17187 .06021 m .17187 .1109 L .20125 .1109 L .20125 .06021 L F 0 g .17187 .06021 m .17187 .1109 L .20125 .1109 L .20125 .06021 L .17187 .06021 L s 1 0 0 r .20859 .06021 m .20859 .06792 L .23797 .06792 L .23797 .06021 L F 0 g .20859 .06021 m .20859 .06792 L .23797 .06792 L .23797 .06021 L .20859 .06021 L s 1 0 0 r .24532 .06021 m .24532 .06118 L .2747 .06118 L .2747 .06021 L F 0 g .24532 .06021 m .24532 .06118 L .2747 .06118 L .2747 .06021 L .24532 .06021 L s 1 0 0 r .28205 .06021 m .28205 .06051 L .31143 .06051 L .31143 .06021 L F 0 g .28205 .06021 m .28205 .06051 L .31143 .06051 L .31143 .06021 L .28205 .06021 L s 1 0 0 r .31877 .06021 m .31877 .06021 L .34816 .06021 L .34816 .06021 L F 0 g .31877 .06021 m .31877 .06021 L .34816 .06021 L .34816 .06021 L .31877 .06021 L s 1 0 0 r .3555 .06021 m .3555 .06021 L .38488 .06021 L .38488 .06021 L F 0 g .3555 .06021 m .3555 .06021 L .38488 .06021 L .38488 .06021 L .3555 .06021 L s 1 0 0 r .39223 .06021 m .39223 .06021 L .42161 .06021 L .42161 .06021 L F 0 g .39223 .06021 m .39223 .06021 L .42161 .06021 L .42161 .06021 L .39223 .06021 L s 1 0 0 r .42896 .06021 m .42896 .06021 L .45834 .06021 L .45834 .06021 L F 0 g .42896 .06021 m .42896 .06021 L .45834 .06021 L .45834 .06021 L .42896 .06021 L s 1 0 0 r .46568 .06021 m .46568 .06021 L .49506 .06021 L .49506 .06021 L F 0 g .46568 .06021 m .46568 .06021 L .49506 .06021 L .49506 .06021 L .46568 .06021 L s 1 0 0 r .50241 .06021 m .50241 .06021 L .53179 .06021 L .53179 .06021 L F 0 g .50241 .06021 m .50241 .06021 L .53179 .06021 L .53179 .06021 L .50241 .06021 L s 1 0 0 r .53914 .06021 m .53914 .06021 L .56852 .06021 L .56852 .06021 L F 0 g .53914 .06021 m .53914 .06021 L .56852 .06021 L .56852 .06021 L .53914 .06021 L s 1 0 0 r .57586 .06021 m .57586 .06021 L .60525 .06021 L .60525 .06021 L F 0 g .57586 .06021 m .57586 .06021 L .60525 .06021 L .60525 .06021 L .57586 .06021 L s 1 0 0 r .61259 .06021 m .61259 .06021 L .64197 .06021 L .64197 .06021 L F 0 g .61259 .06021 m .61259 .06021 L .64197 .06021 L .64197 .06021 L .61259 .06021 L s 1 0 0 r .64932 .06021 m .64932 .06021 L .6787 .06021 L .6787 .06021 L F 0 g .64932 .06021 m .64932 .06021 L .6787 .06021 L .6787 .06021 L .64932 .06021 L s 1 0 0 r .68605 .06021 m .68605 .06021 L .71543 .06021 L .71543 .06021 L F 0 g .68605 .06021 m .68605 .06021 L .71543 .06021 L .71543 .06021 L .68605 .06021 L s 1 0 0 r .72277 .06021 m .72277 .06021 L .75215 .06021 L .75215 .06021 L F 0 g .72277 .06021 m .72277 .06021 L .75215 .06021 L .75215 .06021 L .72277 .06021 L s 1 0 0 r .7595 .06021 m .7595 .06021 L .78888 .06021 L .78888 .06021 L F 0 g .7595 .06021 m .7595 .06021 L .78888 .06021 L .78888 .06021 L .7595 .06021 L s 1 0 0 r .79623 .06021 m .79623 .06021 L .82561 .06021 L .82561 .06021 L F 0 g .79623 .06021 m .79623 .06021 L .82561 .06021 L .82561 .06021 L .79623 .06021 L s 1 0 0 r .83295 .06021 m .83295 .06021 L .86234 .06021 L .86234 .06021 L F 0 g .83295 .06021 m .83295 .06021 L .86234 .06021 L .86234 .06021 L .83295 .06021 L s 1 0 0 r .86968 .06021 m .86968 .06598 L .89906 .06598 L .89906 .06021 L F 0 g .86968 .06021 m .86968 .06598 L .89906 .06598 L .89906 .06021 L .86968 .06021 L s 1 0 0 r .90641 .06021 m .90641 .06021 L .93579 .06021 L .93579 .06021 L F 0 g .90641 .06021 m .90641 .06021 L .93579 .06021 L .93579 .06021 L .90641 .06021 L s 1 0 0 r .94314 .06021 m .94314 .06021 L .97252 .06021 L .97252 .06021 L F 0 g .94314 .06021 m .94314 .06021 L .97252 .06021 L .97252 .06021 L .94314 .06021 L s .25 Mabswid .14983 .06021 m .14983 .06389 L s gsave .14983 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .18656 .06021 m .18656 .06389 L s gsave .18656 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .22328 .06021 m .22328 .06389 L s gsave .22328 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .26001 .06021 m .26001 .06389 L s gsave .26001 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (3) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .29674 .06021 m .29674 .06389 L s gsave .29674 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .33347 .06021 m .33347 .06389 L s gsave .33347 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .37019 .06021 m .37019 .06389 L s gsave .37019 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .40692 .06021 m .40692 .06389 L s gsave .40692 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (7) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .44365 .06021 m .44365 .06389 L s gsave .44365 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (8) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .48037 .06021 m .48037 .06389 L s gsave .48037 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (9) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .5171 .06021 m .5171 .06389 L s gsave .5171 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (10) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .55383 .06021 m .55383 .06389 L s gsave .55383 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (11) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .59056 .06021 m .59056 .06389 L s gsave .59056 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (12) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .62728 .06021 m .62728 .06389 L s gsave .62728 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (13) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .66401 .06021 m .66401 .06389 L s gsave .66401 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (14) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .70074 .06021 m .70074 .06389 L s gsave .70074 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (15) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .73746 .06021 m .73746 .06389 L s gsave .73746 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (16) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .77419 .06021 m .77419 .06389 L s gsave .77419 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (17) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .81092 .06021 m .81092 .06389 L s gsave .81092 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (18) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .84765 .06021 m .84765 .06389 L s gsave .84765 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (19) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .88437 .06021 m .88437 .06389 L s gsave .88437 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (20) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .9211 .06021 m .9211 .06389 L s gsave .9211 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (21) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .95783 .06021 m .95783 .06389 L s gsave .95783 .01035 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (22) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .13147 .06021 m .97619 .06021 L s gsave .55383 .01035 -111 -16.625 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.625000 moveto 558.000000 16.625000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.625000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Number) show 105.000000 13.000000 moveto (of) show 123.000000 13.000000 moveto (Arrays) show 159.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .13147 .12091 m .13675 .12091 L s [(1000)] .12091 .12091 1 0 Mshowa .13147 .18162 m .13675 .18162 L s [(2000)] .12091 .18162 1 0 Mshowa .13147 .24232 m .13675 .24232 L s [(3000)] .12091 .24232 1 0 Mshowa .13147 .30302 m .13675 .30302 L s [(4000)] .12091 .30302 1 0 Mshowa .13147 .36373 m .13675 .36373 L s [(5000)] .12091 .36373 1 0 Mshowa .13147 .42443 m .13675 .42443 L s [(6000)] .12091 .42443 1 0 Mshowa .13147 .06021 m .13147 .42443 L s gsave .02381 .24232 -108 -10.3125 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10.3125 translate 90 rotate -108 -10.3125 translate 0 20.625 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.625000 moveto 558.000000 16.625000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.625000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Number) show 105.000000 13.000000 moveto (of) show 123.000000 13.000000 moveto (Genes) show 153.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .13147 .42443 m .97619 .42443 L s .97619 .06021 m .97619 .42443 L s 1 1 .8 r .28756 .07994 m .28756 .41229 L .89355 .41229 L .89355 .07994 L F % Start of sub-graphic p 0.296738 0.045035 0.884373 0.409255 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0141895 0.0427556 0.0956586 0.000456101 [ [.05695 .01346 -6 -20 ] [.05695 .01346 6 20 ] [.0997 .01346 -6 -20 ] [.0997 .01346 6 20 ] [.14246 .01346 -6 -20 ] [.14246 .01346 6 20 ] [.18521 .01346 -6 -20 ] [.18521 .01346 6 20 ] [.22797 .01346 -6 -20 ] [.22797 .01346 6 20 ] [.27072 .01346 -6 -20 ] [.27072 .01346 6 20 ] [.31348 .01346 -6 -20 ] [.31348 .01346 6 20 ] [.35623 .01346 -6 -20 ] [.35623 .01346 6 20 ] [.39899 .01346 -6 -20 ] [.39899 .01346 6 20 ] [.44175 .01346 -6 -20 ] [.44175 .01346 6 20 ] [.4845 .01346 -6 -20 ] [.4845 .01346 6 20 ] [.52726 .01346 -6 -20 ] [.52726 .01346 6 20 ] [.57001 .01346 -6 -20 ] [.57001 .01346 6 20 ] [.61277 .01346 -6 -20 ] [.61277 .01346 6 20 ] [.65552 .01346 -6 -20 ] [.65552 .01346 6 20 ] [.69828 .01346 -6 -20 ] [.69828 .01346 6 20 ] [.74103 .01346 -6 -20 ] [.74103 .01346 6 20 ] [.78379 .01346 -6 -20 ] [.78379 .01346 6 20 ] [.82655 .01346 -6 -20 ] [.82655 .01346 6 20 ] [.8693 .01346 -6 -20 ] [.8693 .01346 6 20 ] [.91206 .01346 -6 -20 ] [.91206 .01346 6 20 ] [.95481 .01346 -6 -20 ] [.95481 .01346 6 20 ] [.02381 .18688 -18 -4.5 ] [.02381 .18688 0 4.5 ] [.02381 .2781 -18 -4.5 ] [.02381 .2781 0 4.5 ] [.02381 .36932 -18 -4.5 ] [.02381 .36932 0 4.5 ] [.02381 .46054 -18 -4.5 ] [.02381 .46054 0 4.5 ] [.02381 .55176 -24 -4.5 ] [.02381 .55176 0 4.5 ] [ 0 0 0 0 ] [ 1 .56522 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03984 .09566 m .03984 .4765 L .07405 .4765 L .07405 .09566 L F 0 g .5 Mabswid [ ] 0 setdash .03984 .09566 m .03984 .4765 L .07405 .4765 L .07405 .09566 L .03984 .09566 L s 1 0 0 r .0826 .09566 m .0826 .15358 L .1168 .15358 L .1168 .09566 L F 0 g .0826 .09566 m .0826 .15358 L .1168 .15358 L .1168 .09566 L .0826 .09566 L s 1 0 0 r .12535 .09566 m .12535 .10296 L .15956 .10296 L .15956 .09566 L F 0 g .12535 .09566 m .12535 .10296 L .15956 .10296 L .15956 .09566 L .12535 .09566 L s 1 0 0 r .16811 .09566 m .16811 .09794 L .20231 .09794 L .20231 .09566 L F 0 g .16811 .09566 m .16811 .09794 L .20231 .09794 L .20231 .09566 L .16811 .09566 L s 1 0 0 r .21087 .09566 m .21087 .09566 L .24507 .09566 L .24507 .09566 L F 0 g .21087 .09566 m .21087 .09566 L .24507 .09566 L .24507 .09566 L .21087 .09566 L s 1 0 0 r .25362 .09566 m .25362 .09566 L .28783 .09566 L .28783 .09566 L F 0 g .25362 .09566 m .25362 .09566 L .28783 .09566 L .28783 .09566 L .25362 .09566 L s 1 0 0 r .29638 .09566 m .29638 .09566 L .33058 .09566 L .33058 .09566 L F 0 g .29638 .09566 m .29638 .09566 L .33058 .09566 L .33058 .09566 L .29638 .09566 L s 1 0 0 r .33913 .09566 m .33913 .09566 L .37334 .09566 L .37334 .09566 L F 0 g .33913 .09566 m .33913 .09566 L .37334 .09566 L .37334 .09566 L .33913 .09566 L s 1 0 0 r .38189 .09566 m .38189 .09566 L .41609 .09566 L .41609 .09566 L F 0 g .38189 .09566 m .38189 .09566 L .41609 .09566 L .41609 .09566 L .38189 .09566 L s 1 0 0 r .42464 .09566 m .42464 .09566 L .45885 .09566 L .45885 .09566 L F 0 g .42464 .09566 m .42464 .09566 L .45885 .09566 L .45885 .09566 L .42464 .09566 L s 1 0 0 r .4674 .09566 m .4674 .09566 L .5016 .09566 L .5016 .09566 L F 0 g .4674 .09566 m .4674 .09566 L .5016 .09566 L .5016 .09566 L .4674 .09566 L s 1 0 0 r .51015 .09566 m .51015 .09566 L .54436 .09566 L .54436 .09566 L F 0 g .51015 .09566 m .51015 .09566 L .54436 .09566 L .54436 .09566 L .51015 .09566 L s 1 0 0 r .55291 .09566 m .55291 .09566 L .58711 .09566 L .58711 .09566 L F 0 g .55291 .09566 m .55291 .09566 L .58711 .09566 L .58711 .09566 L .55291 .09566 L s 1 0 0 r .59567 .09566 m .59567 .09566 L .62987 .09566 L .62987 .09566 L F 0 g .59567 .09566 m .59567 .09566 L .62987 .09566 L .62987 .09566 L .59567 .09566 L s 1 0 0 r .63842 .09566 m .63842 .09566 L .67263 .09566 L .67263 .09566 L F 0 g .63842 .09566 m .63842 .09566 L .67263 .09566 L .67263 .09566 L .63842 .09566 L s 1 0 0 r .68118 .09566 m .68118 .09566 L .71538 .09566 L .71538 .09566 L F 0 g .68118 .09566 m .68118 .09566 L .71538 .09566 L .71538 .09566 L .68118 .09566 L s 1 0 0 r .72393 .09566 m .72393 .09566 L .75814 .09566 L .75814 .09566 L F 0 g .72393 .09566 m .72393 .09566 L .75814 .09566 L .75814 .09566 L .72393 .09566 L s 1 0 0 r .76669 .09566 m .76669 .09566 L .80089 .09566 L .80089 .09566 L F 0 g .76669 .09566 m .76669 .09566 L .80089 .09566 L .80089 .09566 L .76669 .09566 L s 1 0 0 r .80944 .09566 m .80944 .09566 L .84365 .09566 L .84365 .09566 L F 0 g .80944 .09566 m .80944 .09566 L .84365 .09566 L .84365 .09566 L .80944 .09566 L s 1 0 0 r .8522 .09566 m .8522 .13899 L .8864 .13899 L .8864 .09566 L F 0 g .8522 .09566 m .8522 .13899 L .8864 .13899 L .8864 .09566 L .8522 .09566 L s 1 0 0 r .89495 .09566 m .89495 .09566 L .92916 .09566 L .92916 .09566 L F 0 g .89495 .09566 m .89495 .09566 L .92916 .09566 L .92916 .09566 L .89495 .09566 L s 1 0 0 r .93771 .09566 m .93771 .09566 L .97191 .09566 L .97191 .09566 L F 0 g .93771 .09566 m .93771 .09566 L .97191 .09566 L .97191 .09566 L .93771 .09566 L s .25 Mabswid .05695 .09566 m .05695 .10027 L s gsave .05695 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .0997 .09566 m .0997 .10027 L s gsave .0997 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .14246 .09566 m .14246 .10027 L s gsave .14246 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (3) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .18521 .09566 m .18521 .10027 L s gsave .18521 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .22797 .09566 m .22797 .10027 L s gsave .22797 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .27072 .09566 m .27072 .10027 L s gsave .27072 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .31348 .09566 m .31348 .10027 L s gsave .31348 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (7) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .35623 .09566 m .35623 .10027 L s gsave .35623 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (8) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .39899 .09566 m .39899 .10027 L s gsave .39899 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (9) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .44175 .09566 m .44175 .10027 L s gsave .44175 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (10) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .4845 .09566 m .4845 .10027 L s gsave .4845 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (11) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .52726 .09566 m .52726 .10027 L s gsave .52726 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (12) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .57001 .09566 m .57001 .10027 L s gsave .57001 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (13) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .61277 .09566 m .61277 .10027 L s gsave .61277 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (14) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .65552 .09566 m .65552 .10027 L s gsave .65552 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (15) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .69828 .09566 m .69828 .10027 L s gsave .69828 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (16) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .74103 .09566 m .74103 .10027 L s gsave .74103 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (17) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .78379 .09566 m .78379 .10027 L s gsave .78379 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (18) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .82655 .09566 m .82655 .10027 L s gsave .82655 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (19) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .8693 .09566 m .8693 .10027 L s gsave .8693 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (20) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .91206 .09566 m .91206 .10027 L s gsave .91206 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (21) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .95481 .09566 m .95481 .10027 L s gsave .95481 .01346 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (22) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .03557 .09566 m .97619 .09566 L s .03557 .18688 m .04145 .18688 L s [(200)] .02381 .18688 1 0 Mshowa .03557 .2781 m .04145 .2781 L s [(400)] .02381 .2781 1 0 Mshowa .03557 .36932 m .04145 .36932 L s [(600)] .02381 .36932 1 0 Mshowa .03557 .46054 m .04145 .46054 L s [(800)] .02381 .46054 1 0 Mshowa .03557 .55176 m .04145 .55176 L s [(1000)] .02381 .55176 1 0 Mshowa .03557 .09566 m .03557 .55176 L s .03557 .55176 m .97619 .55176 L s .97619 .09566 m .97619 .55176 L s 0 0 m 1 0 L 1 .56522 L 0 .56522 L closepath clip newpath MathSubEnd P % End of sub-graphic 0 0 m 1 0 L 1 .43478 L 0 .43478 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->Automatic, ImageSize->{662.375, 287.938}, ImageMargins->{{12, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooc3@0oooo00<000000?ooo`3oool07@3oool0 0680oooo00@000000?ooo`3oool000004@3o00000`000000oooo0?ooo`020?ooo`030000003o0000 o`0000l0o`0000<000000?ooo`3oool0=03ooonf0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`03@3ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00d0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00h0ooo<=03oool0 0`000000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0 oooo0080oooo00<000000?l0003o00003`3o00000`000000oooo0?ooo`0d0?oookH0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`03P3ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`03@3ool`d0?ooo`030000003oool0oooo01d0oooo001R0?ooo`040000003oool0oooo 00000140o`0000<000000?ooo`3oool00P3oool00`000000o`000?l0000?0?l000030000003oool0 oooo03@0oooo]P3ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00d0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00?0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc3@0oooo00<000000?ooo`3oool07@3oool0 0680oooo00@000000?ooo`3oool000004@3o00000`000000oooo0?ooo`020?ooo`030000003o0000 o`0000l0o`0000<000000?ooo`3oool0=03ooonf0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`03@3ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00@00000 0?ooc03ool`000002`3ool`010000000ooo<0?ooc000000;0?ooc0040000003ool`0ooo<000000h0 ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l00003 0000003oool0oooo0080oooo00<000000?l0003o00003`3o00000`000000oooo0?ooo`0d0?oookD0 ooo<0P00000=0?ooc08000003P3ool`2000000d0ooo<0P00000=0?ooc08000003@3ool`2000000d0 ooo<0P00000=0?ooc08000003@3ool`2000000d0ooo<0P00000?0?ooc08000003@3ool`2000000d0 ooo<0P00000?0?ooc3@0oooo00<000000?ooo`3oool07@3oool00680oooo00@000000?ooo`3oool0 00004@3o00000`000000oooo0?ooo`020?ooo`030000003o0000o`0000l0o`0000<000000?ooo`3o ool0=03oool]0?ooc0<00000303ool`4000000/0ooo<0`00000=0?ooc0<00000303ool`3000000d0 ooo<0P00000=0?ooc0030000003ool`0ooo<00`0ooo<0P00000<0?ooc0<000003@3ool`2000000`0 ooo<0`00000=0?ooc0@000002`3ool`3000000d0ooo<0`00000;0?ooc0<000003@3ool`2000000d0 ooo<00<000000?ooc03ool`0303ool`2000000`0ooo<0`00000>0?ooc0800000303ool`3000000`0 ooo<1000000>0?ooc3@0oooo00<000000?ooo`3oool07@3oool00680oooo00@000000?ooo`3oool0 00004@3o00000`000000oooo0?ooo`020?ooo`030000003o0000o`0000l0o`0000<000000?ooo`3o ool0=03oool^0?ooc0030000003ool`0ooo<00`0ooo<00<000000?ooc03ool`03P3ool`00`000000 ooo<0?ooc00;0?ooc0030000003ool`0ooo<00h0ooo<00<000000?ooc03ool`02@3ool`010000000 ooo<0?ooc000000<0?ooc0030000003ool`0ooo<00/0ooo<00@000000?ooc03ool`000003P3ool`0 0`000000ooo<0?ooc0090?ooc0040000003ool`0ooo<000000`0ooo<00<000000?ooc03ool`03@3o ol`00`000000ooo<0?ooc00>0?ooc0030000003ool`0ooo<00/0ooo<00<000000?ooc03ool`03@3o ol`00`000000ooo<0?ooc0090?ooc0040000003ool`0ooo<000000`0ooo<00<000000?ooc03ool`0 2`3ool`010000000ooo<0?ooc000000>0?ooc0030000003ool`0ooo<00X0ooo<00@000000?ooc03o ol`00000303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00h0ooo<=03oool00`00 0000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo 0080oooo4`00000f0?ooobh0ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?oo c0030000003ool`0ooo<00T0ooo<1000000?0?ooc0030000003ool`0ooo<00T0ooo<00@000000?oo c03ool`000003@3ool`00`000000ooo<0?ooc00:0?ooc0040000003ool`0ooo<000000`0ooo<0`00 000;0?ooc0040000003ool`0ooo<000000`0ooo<00<000000?ooc03ool`03P3ool`00`000000ooo< 0?ooc00=0?ooc0030000003ool`0ooo<00T0ooo<1000000>0?ooc0030000003ool`0ooo<00T0ooo< 00@000000?ooc03ool`000003@3ool`00`000000ooo<0?ooc00:0?ooc0040000003ool`0ooo<0000 00`0ooo<0`00000<0?ooc0040000003ool`0ooo<000000`0ooo<00<000000?ooc03ool`03@3ool`0 0`000000ooo<0?ooc00=0?ooc3@0oooo00<000000?ooo`3oool07@3oool00680oooo00@000000?oo o`3oool000004@3o00000`000000oooo0?ooo`1;0?ooobh0ooo<00<000000?ooc03ool`03P3ool`0 0`000000ooo<0?ooc00:0?ooc0800000303ool`00`000000ooo<0000000=0?ooc0<00000303ool`3 000000h0ooo<00<000000?ooc03ool`02`3ool`2000000`0ooo<00@000000?ooc03ool`000002`3o ol`010000000ooo<0?ooc000000<0?ooc0030000003ool`0ooo<00l0ooo<00<000000?ooc03ool`0 2P3ool`2000000`0ooo<00<000000?ooc0000000303ool`3000000`0ooo<0`00000>0?ooc0030000 003ool`0ooo<00/0ooo<0P00000<0?ooc0040000003ool`0ooo<000000`0ooo<00@000000?ooc03o ol`00000303ool`00`000000ooo<0?ooc00>0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`00 0000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo 04/0oooo;P3ool`00`000000ooo<0?ooc00;0?ooc0040000003ool`0ooo<000000h0ooo<00<00000 0?ooc03ool`02@3ool`00`000000ooo<0000000=0?ooc0030000003ool`0ooo<00`0ooo<00<00000 0?ooc03ool`03`3ool`00`000000ooo<0?ooc0090?ooc0040000003ool`0ooo<000000/0ooo<00@0 00000?ooc03ool`000002`3ool`010000000ooo<0?ooc000000<0?ooc0030000003ool`0ooo<00`0 ooo<00@000000?ooc03ool`000003P3ool`00`000000ooo<0?ooc0090?ooc0030000003ool`00000 00`0ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00?0?ooc0030000003ool`0ooo< 00T0ooo<00@000000?ooc03ool`000002`3ool`010000000ooo<0?ooc000000<0?ooc0040000003o ol`0ooo<000000`0ooo<00<000000?ooc03ool`02`3ool`010000000ooo<0?ooc000000>0?ooc3@0 oooo00<000000?ooo`3oool07@3oool00680oooo00@000000?ooo`3oool000004@3o00000`000000 oooo0?ooo`1;0?ooobd0ooo<0P00000>0?ooc0800000303ool`3000000d0ooo<0P00000=0?ooc0@0 0000303ool`3000000/0ooo<1000000<0?ooc08000003@3ool`2000000d0ooo<0P00000<0?ooc080 00003`3ool`2000000`0ooo<0`00000=0?ooc0800000303ool`4000000`0ooo<0`00000;0?ooc0@0 0000303ool`2000000d0ooo<0P00000>0?ooc0800000303ool`2000000h0ooo<0P00000?0?ooc3@0 oooo00<000000?ooo`3oool07@3oool004D0oooo0`0000040?ooo`800000103oool2000000@0oooo 0P0000080?ooo`040000003oool0oooo00000140o`0000<000000?ooo`3oool0B`3ooooo0?ooc7h0 ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00AP3oool00`000000oooo0?ooo`020?ooo`040000 003oool0oooo00000080oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`000007 0?ooo`040000003oool0oooo00000140o`0000<000000?ooo`3oool0B`3ooooo0?ooc7h0ooo<=03o ool00`000000oooo0?ooo`0M0?ooo`00AP3oool00`000000oooo0?ooo`020?ooo`040000003oool0 oooo00000080oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`0000070?ooo`D0 0000403o00000`000000oooo0?ooo`1;0?ooool0ooo0?ooc3@0oooo00<000000?oo o`3oool07@3oool00680oooo00@000000?ooo`3oool000004@3o00000`000000oooo0?ooo`1;0?oo ob40ooo<00<000000?ooc00000001@3o00000`000000o`000?l000030?l000040000003ool`0ooo< 000000D0o`0000<000000?l0003o00000`3o000010000000ooo<0?ooc00000050?l000030000003o 0000o`0000<0o`0000<000000?ooc03ool`03P0000080?ooc0030000003ool`0ooo<00`0ooo<00<0 00000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<0 00000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00d0ooo<00<0 00000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<0 00000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0ooo<00<0 00000?ooc03ool`0303ool`00`000000ooo<0?ooc0070?ooc0030000003o0000o`0000<0o`0000<0 00000?l0003o00000`3o00000`000000ooo<0?ooc0060?ooc0030000003ool`0ooo<00`0ooo<00<0 00000?ooc03ool`0103ool`00`000000ooo<0?ooc00<0?ooc3@0oooo00<000000?ooo`3oool07@3o ool00680oooo00@000000?ooo`3oool000004@3o00000`000000oooo0?ooo`1;0?ooob40ooo<00<0 00000?ooc00000001@3o00000`000000o`000?l000030?l000040000003ool`0ooo<000000D0o`00 00<000000?l0003o00000`3o000010000000ooo<0?ooc00000050?l000030000003o0000o`0000<0 o`0000<000000?ooc03ool`01P3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc0070?ooc0030000003o0000o`0000<0 o`0000<000000?l0003o00000`3o00000`000000ooo<0?ooc0060?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`0103ool`00`000000ooo<0?ooc00<0?ooc3@0oooo00<000000?ooo`3o ool07@3oool00680oooo00@000000?ooo`3oool000004@3o00000`000000oooo0?ooo`1;0?ooob40 ooo<00<000000?ooc00000002`3o000010000000ooo<0?ooc000000;0?l000030000003ool`0ooo< 00d00000m@3ool`00`000000o`000?l000090?l000030000003ool`0ooo<01`0ooo<00<000000?oo c03ool`0303ool`d0?ooo`030000003oool0oooo01d0oooo001R0?ooo`040000003oool0oooo0000 0140o`0000<000000?ooo`3oool0B`3ooolQ0?ooc0030000003ool`0000000/0o`0000@000000?oo c03ool`000002`3o00000`000000ooo<0?ooc03o0?ooc0<0ooo<00<000000?l0003o00002@3o0000 0`000000ooo<0?ooc00L0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`000000oooo0?ooo`0M 0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`0 0`000000ooo<0000000;0?l000040000003ool`0ooo<000000/0o`0000<000000?ooc03ool`0o`3o ol`30?ooc0030000003o0000o`0000T0o`0000<000000?ooc03ool`0703ool`00`000000ooo<0?oo c00<0?ooc3@0oooo00<000000?ooo`3oool07@3oool00680oooo00@000000?ooo`3oool000004@3o 00000`000000oooo0?ooo`1;0?ooob40ooo<00<000000?ooc00000002`3o000010000000ooo<0?oo c000000;0?l000030000003ool`0ooo<0?l0ooo<0`3ool`00`000000o`000?l000090?l000030000 003ool`0ooo<01`0ooo<00<000000?ooc03ool`0303ool`d0?ooo`030000003oool0oooo01d0oooo 001R0?ooo`040000003oool0oooo00000140o`0000<000000?ooo`3oool0B`3ooolQ0?ooc0030000 003ool`0000000/0o`0000@000000?ooc03ool`000002`3o00000`000000ooo<0?ooc03o0?ooc0<0 ooo<00<000000?l0003o00002@3o00000`000000ooo<0?ooc00L0?ooc0030000003ool`0ooo<00`0 ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l00003 0000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l000040000003ool`0ooo<0000 00/0o`0000<000000?ooc03ool`0o`3ool`30?ooc0030000003o0000o`0000T0o`0000<000000?oo c03ool`0703ool`00`000000ooo<0?ooc00<0?ooc3@0oooo00<000000?ooo`3oool07@3oool00680 oooo00@000000?ooo`3oool000004@3o00000`000000oooo0?ooo`1;0?ooob40ooo<00<000000?oo c00000002`3o000010000000ooo<0?ooc000000;0?l000030000003ool`0ooo<0?l0ooo<0`3ool`0 0`000000o`000?l000090?l000030000003ool`0ooo<01`0ooo<00<000000?ooc03ool`0303ool`d 0?ooo`030000003oool0oooo01d0oooo001R0?ooo`040000003oool0oooo00000140o`0000<00000 0?ooo`3oool0B`3ooolQ0?ooc0030000003ool`0000000/0o`0000@000000?ooc03ool`000002`3o 00000`000000ooo<0?ooc03o0?ooc0<0ooo<00<000000?l0003o00002@3o00000`000000ooo<0?oo c00L0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00HP3oool0 10000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000 000;0?l000040000003ool`0ooo<000000/0o`0000<000000?ooc03ool`0o`3ool`30?ooc0030000 003o0000o`0000T0o`0000<000000?ooc03ool`0703ool`00`000000ooo<0?ooc00<0?ooc3@0oooo 00<000000?ooo`3oool07@3oool00680oooo00@000000?ooo`3oool000004@3o00000`000000oooo 0?ooo`1;0?ooob40ooo<00<000000?ooc00000002`3o000010000000ooo<0?ooc000000;0?l00003 0000003ool`0ooo<0?l0ooo<0`3ool`00`000000o`000?l000090?l000030000003ool`0ooo<01`0 ooo<00<000000?ooc03ool`0303ool`d0?ooo`030000003oool0oooo01d0oooo001R0?ooo`040000 003oool0oooo00000140o`0000<000000?ooo`3oool0B`3ooolQ0?ooc0030000003ool`0000000/0 o`0000@000000?ooc03ool`000002`3o00000`000000ooo<0?ooc03o0?ooc0<0ooo<00<000000?l0 003o00002@3o00000`000000ooo<0?ooc00L0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`00 0000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo 04/0oooo8@3ool`00`000000ooo<0000000;0?l000040000003ool`0ooo<000000/0o`0000<00000 0?ooc03ool`0o`3ool`30?ooc0030000003o0000o`0000T0o`0000<000000?ooc03ool`0703ool`0 0`000000ooo<0?ooc00<0?ooc3@0oooo00<000000?ooo`3oool07@3oool00680oooo00@000000?oo o`3oool000004@3o00000`000000oooo0?ooo`1;0?ooob40ooo<00<000000?ooc00000002`3o0000 10000000ooo<0?ooc000000;0?l000030000003ool`0ooo<0?l0ooo<0`3ool`00`000000o`000?l0 00090?l000030000003ool`0ooo<01`0ooo<00<000000?ooc03ool`0303ool`d0?ooo`030000003o ool0oooo01d0oooo001R0?ooo`040000003oool0oooo00000140o`0000<000000?ooo`3oool0B`3o oolQ0?ooc0030000003ool`0000000/0o`0000@000000?ooc03ool`000002`3o00000`000000ooo< 0?ooc03o0?ooc0<0ooo<3@00000N0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`000000oooo 0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo 8@3ool`00`000000ooo<0000000;0?l000040000003ool`0ooo<000000/0o`0000<000000?ooc03o ol`0o`3ool`^0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00 HP3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000 ooo<0000000;0?l000040000003ool`0ooo<000000/0o`0000<000000?ooc03ool`0o`3ool`^0?oo c0030000003ool`0ooo<00`0ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00HP3oool010000000 oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l0 00040000003ool`0ooo<000000/0o`0000<000000?ooc03ool`0o`3ool`^0?ooc0030000003ool`0 ooo<00`0ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A 0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l000040000003ool`0 ooo<000000/0o`0000<000000?ooc03ool`0o`3ool`^0?ooc0030000003ool`0ooo<00`0ooo<=03o ool00`000000oooo0?ooo`0M0?ooo`00HP3oool010000000oooo0?ooo`00000A0?l000030000003o ool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l000030000003ool`0ooo<00d00000o`3o ol``0?ooc0030000003ool`0ooo<00`0ooo<=03oool00`000000oooo0?ooo`0M0?ooo`00HP3oool0 10000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000 000;0?l000030000003ool`0ooo<0?l0ooo`3oool010000000 oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l0 00030000003ool`0ooo<0?l0ooo`3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3o ol`00`000000ooo<0000000;0?l000030000003ool`0ooo<0?l0ooo`3oool010000000 oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l0 00030000003ool`0ooo<0?l0ooo`3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`00 0000ooo<0000000;0?l000030000003ool`0ooo<0?l0ooo0?ooc0050000003ool`0ooo<0?ooc00000000P3ool`010000000ooo<0?oo c00000020?ooc0030000003ool`0ooo<00<0ooo<00<000000?ooc00000002`3o00000`000000ooo< 0?ooc03o0?ooc3d0ooo<00<000000?ooc03ool`0303ool`d0?ooo`030000003oool0oooo01d0oooo 001R0?ooo`040000003oool0oooo00000140o`0000<000000?ooo`3oool0B`3oool<0?ooc0@00000 0P3ool`010000000ooo<0?ooc00000020?ooc0040000003ool`0ooo<000000D0ooo<1000000:0?l0 00030000003ool`0ooo<0?l0ooo`3oool010000000oooo0?ooo`00000A0?l0 00030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l000030000003ool`0ooo< 0?l0ooo`3oool010000000oooo0?ooo`00000A0?l000030000003oool0oooo04/0oooo303ool`0 10000000ooo<0?ooc00000020?ooc0040000003ool`0ooo<00000080ooo<00@000000?ooc03ool`0 00001@3ool`00`000000ooo<0000000;0?l000030000003ool`0ooo<0?l0ooo`3oool010000000oooo 0?ooo`00000A0?l000030000003oool0oooo04/0oooo8@3ool`00`000000ooo<0000000;0?l00003 0000003ool`0ooo<0?l0ooo