zz-%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 3.2 %%For: (Mike Kent) (Roland Canada) %%Title: (Credit1.eps) %%CreationDate: (3/19/00) (11:38 PM) %%BoundingBox: 36 439 601 654 %%DocumentProcessColors: Black %%DocumentFonts: Helvetica-Bold %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_typography_AI3 1.0 1 %%+ procset Adobe_IllustratorA_AI3 1.0 1 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: PC_TIFF %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_typography_AI3 1.1 0 %%Title: (Typography Operators) %%Version: 1.0 %%CreationDate:(5/31/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_typography_AI3 47 dict dup begin put /initialize % - initialize - { /TZ where { pop } { Adobe_typography_AI3 begin Adobe_typography_AI3 { dup xcheck { bind } if pop pop } forall end Adobe_typography_AI3 begin } ifelse } def /terminate % - terminate - { currentdict Adobe_typography_AI3 eq { end } if } def % [ number value stream [ array for encoding modification ] modifyEncoding ==> [ modified array ] /modifyEncoding { /_tempEncode exch ddef % pointer for sequential encodings /_pntr 0 ddef { % get bottom object counttomark -1 roll % is it a mark ? dup type dup /marktype eq { % exit pop pop exit } { % ... object ... type .... % insert if a nametype /nametype eq { % insert the name at _pntr and increment pointer _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll put } { % reset _pntr if it's a number /_pntr exch ddef } ifelse } ifelse } loop % return the modified encoding _tempEncode } def /TE % Set std platform encoding % (encoding pairs) TE - { StandardEncoding 256 array copy modifyEncoding /_nativeEncoding exch def } def % re-define font % expected arguments % for 'normal fonts : % [ /_Helvetica-Bold/Helvetica-Bold direction fontScript defaultEncoding TZ % % for cartographic, pictographic, and expert fonts : % [ ... number value stream ... /_Symbol/Symbol % direction fontScript defaultEncoding TZ % for blended fonts w/ default encoding : % [ /_AdobeSans_20ULig1XCond-Bold/AdobeSans % direction fontScript defaultEncoding [ w0 w1 ... wn ] TZ % for blended fonts w/ special encoding : % [ ... number value stream ... /_AdobeSans_20ULig1XCond/AdobeSans % direction fontScript defaultEncoding [ w0 w1 ... wn ] TZ /TZ { % set weight vector (if present) dup type /arraytype eq {/_wv exch def} {/_wv 0 def} ifelse % platform dependent coding flag /_useNativeEncoding exch def % pop fontScript & direction pop pop % create a new dictionary with length % equal to original dictionary length + 2 % copy all the key/value pairs except FID % call makeblended font with the weight values if _wv is an array findfont _wv type /arraytype eq {_wv makeblendedfont} if dup length 2 add dict begin % copy all the values but the FID % into the new dictionary mark exch { 1 index /FID ne { def } if cleartomark mark } forall % discard last mark pop % define FontName /FontName exch def % if no re-encoding stream is present % then if the base encoding vector of the font % is the same as StandardEncoding % and the use platform encoding flag is true % then install AI platform encoding % else leave the base encoding in effect counttomark 0 eq { 1 _useNativeEncoding eq { /Encoding _nativeEncoding def } if % clean up cleartomark } { % custom encoding to be done % start off with a copy of the font's standard encoding /Encoding load 256 array copy modifyEncoding /Encoding exch def } ifelse FontName currentdict end % register the new font definefont pop } def % text painting operators /tr % string tr ax ay string { _ax _ay 3 2 roll } def /trj % string trj cx cy fillchar ax ay string { _cx _cy _sp _ax _ay 6 5 roll } def /a0 { /Tx % text % textString Tx - { dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss } ddef /Tj % justified text % textString Tj - { dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss } ddef } def /a1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def /e0 { /Tx % text % textString Tx - { tr _psf } ddef /Tj % justified text % textString Tj - { trj _pjsf } ddef } def /e1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave tr _psf grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave trj _pjsf grestore 3 1 roll moveto tr sp } ddef } def /i0 { /Tx % text % textString Tx - { tr sp } ddef /Tj % justified text % textString Tj - { trj jsp } ddef } def /i1 { W N } def /o0 { /Tx % text % textString Tx - { tr sw rmoveto } ddef /Tj % justified text % textString Tj - { trj swj rmoveto } ddef } def /r0 { /Tx % text % textString Tx - { tr _ctm _pss } ddef /Tj % justified text % textString Tj - { trj _ctm _pjss } ddef } def /r1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def % font operators % Binding /To % begin text % bindType To - { pop _ctm currentmatrix pop } def /TO % end text % TO - { Te _ctm setmatrix newpath } def % Text paths /Tp % begin text path % a b c d tx ty startPt Tp - { pop _tm astore pop _ctm setmatrix _tDict begin /W {} def /h {} def } def /TP % end text path % TP - { end iTm 0 0 moveto } def % Render mode & matrix operators /Tr % begin render % render Tr - { _render 3 le {currentpoint newpath moveto} if dup 8 eq {pop 0} {dup 9 eq {pop 1} if} ifelse dup /_render exch ddef _renderStart exch get load exec } def /iTm % internal set text matrix % - iTm - (uses _tm as implicit argument) { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } def /Tm % set text matrix % a b c d tx ty Tm - { _tm astore pop iTm 0 0 moveto } def /Td % translate text matrix % tx ty Td - { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } def /Te % end render % - Te - { _render -1 eq {} {_renderEnd _render get dup null ne {load exec} {pop} ifelse} ifelse /_render -1 ddef } def % Attributes /Ta % set alignment % alignment Ta - { pop } def /Tf % set font name and size % fontname size Tf - { dup 1000 div /_fScl exch ddef exch findfont exch scalefont setfont } def /Tl % set leading % leading paragraphLeading Tl - { pop 0 exch _leading astore pop } def /Tt % set user tracking % userTracking Tt - { pop } def /TW % set word spacing % minSpace optSpace maxSpace TW - { 3 npop } def /Tw % set computed word spacing % wordSpace Tw { /_cx exch ddef } def /TC % set character spacing % minSpace optSpace maxSpace TC - { 3 npop } def /Tc % set computed char spacing % charSpace Tc - { /_ax exch ddef } def /Ts % set super/subscripting (rise) % rise Ts - { /_rise exch ddef currentpoint iTm moveto } def /Ti % set indentation % firstStartIndent otherStartIndent stopIndent Ti - { 3 npop } def /Tz % set horizontal scaling % scalePercent Tz - { 100 div /_hs exch ddef iTm } def /TA % set pairwise kerning % autoKern TA - % autoKern = 0 -> no pair kerning % = 1 -> automatic pair kerning { pop } def /Tq % set hanging quotes % hangingQuotes Tq - % hangingQuotes = 0 -> no hanging quotes % = 1 -> hanging quotes { pop } def % Text Bodies /TX {pop} def %/Tx % non-justified text % textString Tx - %/Tj % justified text % textString Tj - /Tk % kern % autoKern kernValue Tk - % autoKern = 0 -> manual kern, = 1 -> auto kern % kernValue = kern value in em/1000 space { exch pop _fScl mul neg 0 rmoveto } def /TK % non-printing kern % autoKern kernValue TK - { 2 npop } def /T* % carriage return & line feed % - T* - { _leading aload pop neg Td } def /T*- % carriage return & negative line feed % - T*- - { _leading aload pop Td } def /T- % print a discretionary hyphen % - T- - { _hyphen Tx } def /T+ % discretionary hyphen hyphen % - T+ - {} def /TR % reset pattern matrix % a b c d tx ty TR - { _ctm currentmatrix pop _tm astore pop iTm 0 0 moveto } def /TS % special chars % textString justified TS - { 0 eq {Tx} {Tj} ifelse } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 2 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat pop userdict begin /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath 0 setgray false setoverprint } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup %%IncludeFont: Helvetica-Bold Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_typography_AI3 /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec [ 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef /guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla /hungarumlaut/ogonek/caron TE %AI3_BeginEncoding: _Helvetica-Bold Helvetica-Bold [/_Helvetica-Bold/Helvetica-Bold 0 0 1 TZ %AI3_EndEncoding TrueType %%EndSetup 0 A u 0 O 0 g 0 i 0 J 0 j 4 w 4 M []0 d %AI3_Note: 0 D 187.6783 581.798 m 206.8011 581.416 206.8011 561.1756 v 206.8011 541.0959 187.8036 539.8032 y 187.6783 539.928 116.4372 539.8032 y 116.4372 533.7419 l 206.4883 533.7419 l 206.4883 528.7424 l 111.5627 528.7424 l 111.5627 544.8024 l 186.3036 544.8024 l 201.522 545.2056 201.6768 561.3003 v 201.8235 576.6188 186.5536 576.7988 y 82.4412 576.7988 l 82.4412 515.806 l 77.4416 515.806 l 77.4416 581.6732 l 187.6783 581.798 l f 206.1764 520.6804 m 206.1764 515.806 l 114.9991 515.806 l 95.4396 517.192 95.4396 537.6783 v 95.4396 542.3436 99.5851 557.676 116.1872 557.676 c 133.6219 557.676 185.4288 557.676 y 185.4288 563.8003 l 95.4396 563.8003 l 95.5016 515.744 l 90.5652 515.744 l 90.5652 568.6747 l 190.49 568.6128 l 190.428 552.7396 l 115.374 552.7396 l 100.4388 552.1096 100.4388 536.7416 v 100.4388 522.4304 114.7491 520.6804 y 206.1764 520.6804 l f *u 265.374 580.7151 m 269.4036 578.9123 276.0428 574.54 276.0428 565.3 c 276.0428 551.9268 266.1692 548.5519 y 271.0436 545.8024 273.0431 535.3036 v 275.0428 524.8047 273.67 528.3956 277.2928 517.9308 c 277.8544 516.306 277.4795 515.994 276.7928 515.806 c 276.9128 515.8392 268.6688 515.806 y 264.2404 515.592 263.5444 520.9304 v 263.1692 523.8052 261.9196 533.6788 261.1696 535.9283 c 260.4196 538.1783 259.0448 545.8024 253.7956 545.8024 c 248.546 545.8024 229.4236 545.8024 y 227.4856 545.7404 227.4856 543.7408 v 227.4856 541.7408 227.4856 517.6808 y 227.6736 515.806 225.9239 515.806 v 224.1739 515.806 218.4247 515.806 y 216.612 515.806 216.612 517.6808 v 216.612 519.5555 216.55 579.6732 y 216.05 581.798 218.2996 581.798 V 260.4816 581.798 L 261.6756 581.798 262.4816 581.548 y 263.6172 581.5012 265.374 580.7151 v F u 1 D 229.5483 573.7372 m 227.5488 573.612 227.5488 571.7372 v 227.5488 569.8624 227.5488 556.5511 y 227.5488 554.7392 229.5483 554.7392 v 231.5483 554.7392 257.67 554.7392 y 264.6692 555.8304 264.6692 564.988 v 264.6692 570.6836 259.7555 572.806 257.576 573.47 c 255.5604 573.728 L 229.5483 573.7372 L f U *U 0 D 345.5344 515.806 m 353.4084 515.806 l 355.2831 516.056 355.2831 517.6808 v 355.2831 519.3055 355.2831 579.7983 y 354.9084 581.548 353.2836 581.548 v 351.6587 581.548 345.4095 581.6732 y 343.5348 581.6732 343.5348 579.6732 v 343.5348 577.6736 343.5348 517.6808 y 343.6595 515.806 345.5344 515.806 v f *u u 280.6672 540.678 m 280.6672 554.8328 294.5092 566.1172 308.6639 566.1172 c 322.8184 566.1172 336.9103 554.8328 336.9103 540.678 c 336.9103 526.5236 322.6935 515.7436 308.5388 515.7436 c 294.3844 515.7436 280.6672 526.5236 280.6672 540.678 c f U u 1 D 308.5388 524.9347 m 317.6175 524.9347 325.912 531.5995 325.912 540.678 c 325.912 549.7563 317.7424 556.926 308.6639 556.926 c 299.5851 556.926 291.916 549.7563 291.916 540.678 c 291.916 531.5995 299.4604 524.9347 308.5388 524.9347 c f U *U *u u 0 D 531.512 517.8055 m 531.512 515.9311 529.6371 515.9311 v 527.7624 515.9311 521.6384 515.9311 y 519.9704 515.6932 519.7635 517.556 v 519.6384 518.6808 519.7004 520.556 y 519.7004 522.8675 517.3888 520.9308 y 510.0688 515.5376 502.7656 515.806 y 486.9516 515.806 474.1308 526.692 474.1308 540.5536 c 474.1308 554.4148 486.9516 566.1756 502.7656 566.1756 c 507.7607 566.1756 512.2643 564.1128 516.264 561.8628 c 520.1523 559.6764 519.7635 563.7375 y 519.7635 581.7356 l 519.6384 583.7352 521.6384 583.7352 v 523.6379 583.7352 529.5124 583.7352 y 531.512 583.7352 531.512 581.7356 V 531.512 517.8055 L f U u 1 D 518.5135 545.6155 m 515.514 552.9264 509.4756 556.3152 502.5156 556.3152 c 493.1436 556.3152 485.5467 549.034 485.5467 540.0532 c 485.5467 531.0732 493.1436 523.792 502.5156 523.792 c 511.8863 523.792 519.4836 531.0732 519.4836 540.0532 c 519.4836 542.1479 519.0707 544.1487 518.3176 545.9875 c F U *U 0 D 430.4612 561.8624 m 430.6487 560.3628 431.2112 560.0503 432.336 561.6124 c 435.4772 565.9752 444.3976 566.112 449.272 566.112 c 454.1464 566.112 455.9579 566.3 460.8328 563.8003 c 464.6299 561.8524 468.4868 556.2931 469.0196 552.8016 c 469.5815 549.1139 469.3943 549.1768 y 469.3943 517.556 l 469.3943 515.8691 467.52 515.806 y 461.3956 515.806 459.3956 515.806 v 457.396 515.806 457.5207 517.494 y 457.5207 547.3024 l 457.7288 547.0944 457.6448 557.6128 446.5224 557.6128 c 437.2396 557.6128 433.124 553.5248 431.442 550.7508 c 431.074 550.144 430.6492 548.4892 y 430.3992 547.7671 430.3992 546.5524 v 430.3992 540.4659 430.3992 519.3488 430.3992 517.6808 c 430.2743 515.806 428.3996 515.806 v 420.4004 515.806 l 418.5256 515.806 418.4008 517.6808 y 418.4008 562.2375 418.4008 564.1124 v 418.4008 565.9868 420.6504 566.238 y 426.5872 566.2375 428.462 566.2375 v 430.3368 566.2375 430.4615 564.3628 Y 430.4612 561.8624 L f *u u 398.5591 547.5519 m 400.3404 547.4896 400.3404 549.1768 y 400.2151 554.1764 393.3412 557.5716 387.592 557.5511 c 381.28 557.5284 376.7184 554.4664 374.7184 551.4268 c 374.0696 550.4404 373.0936 549.762 371.8436 549.8019 c 366.844 549.7712 364.9695 549.8019 v 363.5948 549.8243 362.72 550.5915 362.72 551.5516 c 362.72 555.074 366.9068 558.9656 369.594 561.0503 c 374.4028 564.7816 382.5923 566.34 386.5936 566.3832 c 390.3412 566.4239 395.4659 565.4648 398.3408 564.55 c 410.0896 560.8116 411.5892 547.5519 y 411.5892 519.8719 411.5892 517.8683 v 411.5892 515.7436 409.8392 515.806 y 404.59 515.806 402.4651 515.806 v 400.5279 515.806 400.5904 519.9304 y 400.5279 520.5555 399.8404 522.1804 398.8404 520.4304 c 397.8408 518.6808 392.5287 516.4936 388.8415 516.056 c 382.6667 515.3232 375.5308 516.306 y 361.0272 519.2967 360.8451 530.4292 v 360.72 538.0532 367.2527 542.896 371.7187 544.6775 c 375.6559 546.248 390.4976 547.4272 398.5591 547.5519 C F U u 1 D 396.0908 538.6783 m 386.1124 538.6003 370.4064 537.374 372.4064 530.6792 c 372.1564 523.93 384.4048 524.0552 v 396.6532 524.18 399.1528 531.6792 y 402.2151 538.5532 396.0908 538.6783 V F U *U *u 0 D 539.9175 577.7468 m 539.9175 582.0672 543.3016 585.6436 547.5743 585.6436 c 551.8464 585.6436 555.3748 582.2112 555.3748 577.8428 c 555.3748 573.4264 551.9188 569.946 547.5743 569.946 c 543.3976 569.946 539.9175 573.4983 539.9175 577.7468 c f 1 D 554.5588 577.7707 m 554.5588 581.7071 551.5104 584.8276 547.646 584.8276 c 543.7816 584.8276 540.7336 581.7071 540.7336 577.7707 c 540.7336 573.9784 543.806 570.7859 547.5743 570.7859 c 551.4144 570.7859 554.5588 573.8343 554.5588 577.7707 c f 0 D 543.9499 582.7392 m 547.598 582.7392 L 548.4144 582.7392 549.4704 582.7392 550.1904 582.2831 c 550.7903 581.9232 551.1504 581.1792 551.1504 580.4832 c 551.1504 579.1388 549.9504 578.1308 548.7024 578.0348 c 549.7104 577.8188 550.2383 576.6188 550.6224 575.7548 c 550.8144 575.3704 551.1263 574.6504 551.4144 574.3144 c 551.6064 574.0743 551.8224 574.0264 552.2064 574.0264 c 552.2064 573.5704 L 551.6064 573.5704 L 551.1024 573.5704 550.5264 573.4983 550.0944 573.8343 c 549.6623 574.1703 549.3264 575.1067 549.1344 575.5864 c 548.5583 576.9548 548.486 577.7707 546.878 577.7707 c 546.494 577.7707 L 546.494 575.2267 L 546.494 574.9384 546.3979 574.0743 546.878 574.0503 c 547.5743 574.0024 L 547.5743 573.5704 L 543.9499 573.5704 L 543.9499 574.0024 L 544.382 574.0264 L 544.886 574.0264 545.006 574.1944 545.006 574.6744 c 545.006 581.7311 L 544.9579 582.1631 544.7419 582.2352 544.334 582.2592 c 543.9499 582.2831 L 543.9499 582.7392 l f 1 D 546.83 578.2748 m 548.2939 578.2748 549.6623 578.4668 549.6623 580.3152 c 549.6623 580.9152 549.4704 581.5392 548.9664 581.9232 c 548.5344 582.2352 548.0784 582.2352 547.5743 582.2352 c 546.662 582.2352 546.494 582.2352 546.494 581.2751 c 546.494 578.2748 L 546.83 578.2748 l f *U U 0 To 4 0 0 4 61.8871 629.222 0 Tp TP 0 Tr 0 D /_Helvetica-Bold 6.4278 Tf 0 Ts 100 Tz 0 Tt 1 TA 0 0 5 TC 100 100 200 TW 0 0 0 Ti 0 Ta 0 Tq 0 0 Tl 0 Tc 0 Tw (Roland GS Sound Set used under license.) Tx (\r) TX TO u 0 To 4 0 0 4 141.0304 450.3124 0 Tp TP 0 Tr (1996 Roland Corporation U.S.) Tx (\r) TX TO *u u 4.1999 w 107.7056 457.4376 m 107.7056 465.2284 114.0215 471.5444 121.8124 471.5444 c 129.6031 471.5444 135.9192 465.2284 135.9192 457.4376 c 135.9192 449.6464 129.6031 443.3307 121.8124 443.3307 c 114.0215 443.3307 107.7056 449.6464 107.7056 457.4376 c f 1 D 121.8124 457.4376 m F U u 121.8124 440.0627 m 131.408 440.0627 139.1872 447.842 139.1872 457.4376 c 139.1872 467.0331 131.408 474.8119 121.8124 474.8119 c 112.2168 474.8119 104.438 467.0331 104.438 457.4376 c 104.438 447.842 112.2168 440.0627 121.8124 440.0627 c f 121.8124 457.4376 m F U *U 0 To 4 0 0 4 113.478 448.4352 0 Tp TP 0 Tr 4 w 0 D (P) Tx (\r) TX TO U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_typography_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF MM*+??~x x x x x>?<}>x>><?~<?=?<?Ǐ<(ǀ|*燏<x<xǏ><x<<><<<|ov~~~~<~ x<~?~??~?~~~ p~??~~~ ?~?~~~??~~ ~'?~~ ???~? ?~? ~ ~ ~  ~  ~? ~ ?~  ?~ ?~ ?~? ~ ~ ~ ~ ?~?~?~?~~~?~!~!?~!??~!??~!???~???~? ~~~?~? ~? ~ ~ ~?~ x~>?|xǏ<1|>sLJ~x<3~?~0<>{xs0<>{|x<{ Ϗ>>x π1<<x燀1|<x燀1?ǁ<x燀1x}ǁ<x燀1xǁ<<燀1<<燀Ǐ >LJ2>LJ2>?2|~~ώ~y~5#,??~x x x x x>?<}>x>><?~<?=?<?Ǐ<(ǀ|*燏<x<xǏ><x<<><<<|ov~~~~<~ x<~?~??~?~~~ p~??~~~ ?~?~~~??~~ ~'?~~ ???~? ?~? ~ ~ ~  ~  ~? ~ ?~  ?~ ?~ ?~? ~ ~ ~ ~ ?~?~?~?~~~?~!~!?~!??~!??~!???~???~? ~~~?~? ~? ~ ~ ~?~ x~>?|xǏ<1|>sLJ~x<3~?~0<>{xs0<>{|x<{ Ϗ>>x π1<<x燀1|<x燀1?ǁ<x燀1x}ǁ<x燀1xǁ<<燀1<<燀Ǐ >LJ2>LJ2>?2|~~ώ~y~5#