#!/bin/sh # MetaCard 2.4 stack # The following is not ASCII text, # so now would be a good time to q out of more exec mc $0 "$@" R kodekraker2 E# THIS STACK IS COPYRIGHT 2005 TACTILE MEDIA # ALL RIGHTS RESERVED `'uCurrTextImage9 uCurrLevel1 kodekraker PU helvetica ULucida Grande ULucida Grande P# THIS STACK IS COPYRIGHT 2005 TACTILE MEDIA # ALL RIGHTS RESERVED on preOpenStack set loc of this stack to the screenLoc resetDialogs "base" send mouseUp to btn _reset show grc _lock if "Win" is in platform() then set the dontUseQTEffects to true end preOpenStack on resetDialogs tBase put "_intro,_help1,_help2,_help3,_alert,_success,_failure,_confirm" into tDialogs repeat for each item D in tDialogs repeat with I = 1 to number of imgs of group D set left of img I of group D to right of group D show img I of group D end repeat hide group D end repeat if tBase is not empty then set blendLevel of img base_master to 100 hide img base_master end if end resetDialogs on openStack play loop1 looping send "showDialog" && quote & "_intro" & quote to me in 1 second end openStack on showDialog D,noBlend show img base_master show group D if noBlend is empty then repeat for 7 set blendLevel of img base_master to (blendLevel of img base_master - 10) wait 1 end repeat end if set the uCurrTextImage of me to 1 anim D end showDialog on anim D put the uCurrTextImage of me into N if (there is not an img N of group D) then exit anim put "img" && N && "of group" && D into tObj put (item 1 of loc of img base_master) & "," & item 2 of loc of img N of group D into tLoc initEaseIn tObj,tLoc,200 set the uCurrTextImage of me to the uCurrTextImage of me + 1 send "anim" && quote & D & quote to me in 50 milliseconds end anim on initEaseIn tObj,tDestLoc,tTime do "set the uStartX of" && tObj && "to item 1 of loc of" && tObj do "set the uStartY of" && tObj && "to item 2 of loc of" && tObj do "set the uTargetX of" && tObj && "to item 1 of (" & tDestLoc & ")" do "set the uTargetY of" && tObj && "to item 2 of (" & tDestLoc & ")" do "set the uXdist of" && tObj && "to (the uTargetX of" && tObj && "- the uStartX of" && tObj & ")" do "set the uYdist of" && tObj && "to (the uTargetY of" && tObj && "- the uStartY of" && tObj & ")" do "set the uTime of" && tObj && "to the milliseconds" easeIn tObj,tTime end initEaseIn on easeIn tObj,tTime do "put (the milliseconds - the uTime of" && tObj & ")/tTime into phi" if phi > 1 then put 1 into phi put (2*phi - phi^2) into f do "put the uStartX of" && tObj && "+ round(f * the uXdist of" && tObj & ") into newX" do "put the uStartY of" && tObj && "+ round(f * the uYdist of" && tObj & ") into newY" do "set loc of" && tObj && "to" && newX & "," & newY do "if (newX = the uTargetX of" && tObj && "and newY = the uTargetY of" && tObj & ") or (phi >= 1) then endEaseIn" send "easeIn" && quote & tObj & quote & "," & quote & tTime & quote to me in 10 milliseconds end easeIn on endEaseIn exit to top end endEaseIn on dismissDialog put short name of owner of the target into D play check1 repeat with N = 1 to number of imgs of group D hide img N of group D wait 1 end repeat repeat for 7 set blendLevel of img base_master to (blendLevel of img base_master + 10) wait 1 end repeat resetDialogs 1 end dismissDialog on nextHelp put short name of owner of the target into D repeat with N = 1 to number of imgs of group D hide img N of group D wait 1 end repeat resetDialogs end nextHelp local S,T,allowPulse,allowFlash on mouseDown put short name of the target into tObj put short owner of the target into tRow put empty into S if tObj is among the items of "s1,s2,s3,s4" then put char -2 to -1 of short name of img id (icon of the target) into S if S = "_x" or ("slot" is in tRow and (char -1 of tRow <> the uCurrLevel of this stack)) then put empty into S exit mouseDown end if if tObj is in "_G_B_V_R_O_Y" then put tObj into S if S <> "" then open inv stack S set loc of stack S to the screenMouseLoc play pickup1.wav if tObj is among the items of "s1,s2,s3,s4" then set icon of the target to id of img ball_x put true into allowPulse show img _hiliter at loc of btn tObj of group ("slot" & the uCurrLevel of this stack) pulseRing end if show stack S set the uAllowDrag of me to true else pass mouseDown end mouseDown on mouseMove X,Y if short name of the target is not among the items of "_G,_B,_V,_R,_O,_Y,s1,s2,s3,s4" then exit mouseMove if not the uAllowDrag of me then exit mouseMove set loc of stack S to globalLoc(X&","&Y) put "" into T repeat with N = 1 to 4 if within(btn ("s" & N) of group ("slot" & the uCurrLevel of this stack),localLoc(loc of stack S)) then if "pulseRing" is not in pendingMessages() then set blendLevel of img _hiliter to 0 show img _hiliter at loc of btn ("s" & N) of group ("slot" & the uCurrLevel of this stack) put N into T if "pulseRing" is not in pendingMessages() then put true into allowPulse pulseRing end if end if end repeat # put the milliseconds if T = "" then hide img _hiliter put "" into allowPulse end if end mouseMove on mouseUp if not pegActive() then pass mouseUp end mouseUp on mouseRelease if not pegActive() then pass mouseRelease else if slotsFilled() then put topLeft of btn check1 of group ("slot" & the uCurrLevel of this stack) into TL add -3 to item 1 of TL add -3 to item 2 of TL set topLeft of img _flasher to TL put true into allowFlash runFlasher else put false into allowFlash hide img _flasher end if end if end mouseRelease function pegActive if S <> "" then hide img _hiliter put "" into allowPulse set the uAllowDrag of me to false if T <> "" then play click1 set icon of btn ("s" & T) of group ("slot" & the uCurrLevel of this stack) to id of img ("ball_" & char 2 of S) set the uCheckDone of btn _check to false end if close stack S return true else return false end pegActive function slotsFilled put the uCurrLevel of this stack into L put true into tTest repeat with N = 1 to 4 if icon of btn ("s" & N) of group ("slot" & L) = id of img ball_x then put false into tTest end repeat return tTest end slotsFilled on pulseRing if not allowPulse then exit pulseRing if blendLevel of img _hiliter = 100 then set blendLevel of img _hiliter to 0 else set blendLevel of img _hiliter to blendLevel of img _hiliter + 10 send "pulseRing" to me in 20 milliseconds end pulseRing on runFlasher if not allowFlash then exit runFlasher set vis of img _flasher to no the vis of img _flasher send "runFlasher" to me in 500 millisecs end runFlasher blackuCurrTextImage6 uAllowDragfalsePQXYZ[\]^jklu~RSLB]SXball_y FcPNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxbd$epAA(on|p#2 qI 0q2 0q30p30U3MY÷o 20ú_ +6f@aX$!ĠC(C0;?/6VVE@: ~Zh 0|aP=ds, MJ ,b" @A>``9|.x@4 0-?|ez6=/`f">%%ʲ !r @ l@C4,D%z /0Tq $}f~A ̢rdH}Qik\)9 ×p?p@ hP*S@@G a8iSb`*Z  (t < l~ F8dbv`|27/?n*@-aded``jbS'B??agRa0~8>V0p` ? VHKi0q0@>@ B| ;%_L@}C t (ŀ\: P+_-`} q xY 2V flI!P~`@,@ycX>)Y&d#x ; X "@O'0d9AqlLIbf ^_&U`yO ,AW@b`X3`A?EBl͠@,UP1wV3r|e`ŸD#Z􄁙 b -/$)~Ȅb;(RA @e>=[h3?C 0E2Ā708$}P _ŠR Ke+_ZH `O%@YP-Pt-} @L@Koe0 a1A1(HAb`K[@@?\nHٯBSo?r bH >dr@T3YuG@ Ed?x .8Yy\u02 cΰTPqR'?pԒOn>dXh/@,Y5OeoHPkp lo#q ,8=a`xo +e@ BTms('$Ձ&+4#Rb"Ԓ_ K> y'&?R@5mw% ˘U#,q2P` t"öc kY #p@7D3hdaE]dA)߀Xe\}8ÚOZa3  ޳O?0UZ_HY@>z`S6`x@#e8_!YH/ CC< !%5/$׃R(K&ǯ˰t+ F| Hn&` b6| XR`rXw O{J3IENDB`Yball_o `PNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<!IDATxbd$epAA('o 700eb`8;\f#. 10Npa >vNVL@a`@kuVWa3 B_A,q~v~N%@2-bXg;Вo@o}o^{3i@SC6 |a &%1dy1~ne @_Mb.(b ioc`x3 1(,Qcf`X4@ZQAQۂATJ d);r)lYA_Y߃ E3Ȋ2H 00q] qik\)e.> _>bxzeÝKh/%@d);_1\ht|0~6E`p A=AYϑAP\honb8L2cg#`*@-a e`㄄=(, 8yw%dU~߇$@gg _ 1\ @dp`.VEr  ~g7ߟG?30xA|`gt=;GIȶaWD$~й_'0Nd' \(. )`~`@,@o,W}{K?20xoE?00}2#?@٬߾ -1@j"" ~3|zz/8Y~b`Z`` So##ci%@ /? AwA^_E@'@~l̰B3A<;0s3H XXa& ȇ@Ƨ[Dx+O` `0A Ā/@ AJP@o% >2 8˜c&D0@36f@R/H OHnO@00A7&hfA8FhJ̠DT(7 ;h  _ O `B0 PG-JFhJ %? g#CAkXAT&H\00"%$Aq ])V> `A+$J H&ȠTN H1@,b]%200>RBao A j;2PfaBj_!u a`%:Ú_ mB*>B=P7D5$vh;T?! ʗtF b,Š, 7`8 #uuN]6IENDB`Zball_r zPNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxbd$208c```0fe``d`1d`xL G~g`,b%!. ,@ 4d ZkuVmZ<b %,qv~f%@ TL@~M +@ Q =ds jRb`H``r%v`q0P'?a,@e m H% !rpZ4\ZCAԂAT^χ ,A,a^?@u;@,@, -HHK3X2Hi0p1˳G Oan I ?!,Y  ,@`#'m ,B@oq1 {E #"6Nv g` 0Z7 ١0n*@1-az \( PEl?; (PTQDq @,fJ X>vJ3 RW``*;?%}f#ÿO>aA@ha >b&@  ,0A3#ß/&|e  P ' Фh!7+$E,bI @;A$ay߇ ޼dg[O>C|X-AH@`wh0C X` AE`* w @|``~ n102Br (030?,X@,@qifWA ]bjޟ_XXd`G ?hASb |, @,Pu`IP $ç[Dظ a/O!b h Pbx 4[^?3PX޽F>fLx13 ZBZ4ҧ4HOe@, >_H\ bp@+>B=С;`xjA-%U&(HUz߀%P X1@K 0mOUZ/R-k|qd;0@>d 0n€b>в@ XkohC-b׀D30l;c`I-A 0xɌGb{i@S5BkIENDB`[ball_v PNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxbd$2uφØUQ(So7e``:\f#. 0p v>VN&@آ g =Pu V20_<b sd9؀0bZg h *e_-Wg?Mn {3/ A$Ơ, ( h);s@1st7O6 y AD br0/ 4"(~@-bZDdO D 7Q)R>Vqi\ke>peSK0!0XO Z K6W C~1\y 4d>@A} &  &~>>w=GeqAnEl@?p3s30fcp788Yd8 CF L&FTy W#^`` eF<8H@f ЅLL`L89dU$+vAqWt;Y @@~:)g[$!?30I=ab`4V| X]@_| @A:Т_6WD$~|+0gd'0ւ,X g$0QImZf 4|{_ ~dd;`gb Y P%i @h(d*d'ֿ<T ?~`f0YS(!P voEeb 1 ί~A@'DtGAY7$f_: TU +`\ccOF/@~f: 0F RMb X(? Pbx "``ˀJb>a?A}wlOǍ Xp4(4B QHf8dg[P _oȄ^ 3_pr Jm` A2 6 ԇJ? ; "R@,av#<[gZ䗯@s?2<@UZTCPO+ِd?UK-y ,^1\qȿYh4Ċ@KOC v7O 1 .v~ 9d`Jkp:pbFkg3< Xicb/8~%K/2~^c>Xdw`bݪc VZ <ԒV&jA~ɯt17ͮbmn#^ , l4%4(@O7~0; #u{8؁#?IENDB`\ball_b PNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<FIDATxbdX$$?cVV FFi~| /_201a`c\f#. &10&Npva >>fNN, -ïo>f`xu ~d6/-#). f@31;в_00}O {3/ Aħ'/#&)  H1 30fZb408o3f6@!,Q[''%(AEZ@QAVT? >Y @?1X;f|2 X-+#%A"" @1 0n^ӧ ;a`!+bf`0㓁h (.-UÕ+& xyØddY$,ݝTYA ;nE@8D ~f`31#G@gf7f*o*@-a&pvQQvv, j `P @9j%$.-b1iF``:AۧOtjK 0D \,AuNy. ȋ]]m&,aRf Iˆ䬓4NޫV @>LV)e_ FKoB]eX)h0cB/}wHnw)IZ[1("м @ hw  Т@Z`p~~~cba`g`E(2 P?}b`"VA~@@߂,rE@0-Y  @4V %AA) xy@) H 5 T( 4} .U HL8@@,!ϹFA%!Y;9Z"T,&ĖĴDhIʗCk)J OQ[Z H( @ 8L`/߿0<~`'4C-E04Aa|<#1 G@s~@@ @]@;PBr5_ d_Pu B" BRoPYuG P/Z Ah!(@1 P4dzg8?@ WZ(g#'2 Aԇߡ> PA|͛ &C[?@@/`P~A tOh d?% Z?߻şi%ãGV]Vb`' *\Ahf< PKݻ dsd%}  +i`*@5'%q&hjG64C00 A \ԫÇo۶uڀ>W|l{ oވT> X\, ʿ@_~|1ߺu 02ܿf8@1Mο O, Hgl'/ޜ>j߾_o ɽ{ב  -`Ԃ=rdU@W=~ʕu_!@1k@ C`s 1 bn!gA( H,'}IENDB`]ball_g ,vPNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxbd%epAA('np#2 ]sPIJ_)fAK&23ߺ' ֦.T$ˉ:9mf.C _[aX$$?C C8;/?VVfE@ ~- Ç o1a f4_p04*1$K310 00ps30p-cBs0\@yv _?0H6?0neq9~ANll r j  26vfa6c@X;f`ex2 X`ː#+""0N8H3Z2I|@5?>|yp w0? CP03-U+ ";/C0NڤX10h(;2*-bL< l pP2Md H` -`^ %% fPE'ܜBͿ??agPax04wpA'$~b`!oOgqq PW"%<}g7Т@#g􆁕&w 4: A28 0ڀR 8l^gbA  a=`/ТO@PP(e`C-L?B>(˿_ OaP)u!#32bńH( K0@K e VXy @KIO`,!b ` h LAb.g7䈳?^ H 2@ 3?#"B`|r#41`= @ 8 A%0~`a%? s>W , GdJ TPqR7 ?0 !R xKL }7- @L`uV~d2?~BJP C K@!T Oޝ ?}`XGWfjXprAR8ir;432pK . 'w2L k@JK-X *A,%oHId8RHp=p0ñm kY #p@J0gbPʂ(@zPP,`K{W>9p|+ÚoZg3  `|Ae?;Q^B|q40cy|;@gs!!\N!H\X{`y!@Y+ u[!@1k@2q30am%+6 `#,$8$@e|A3IENDB`^check_b PNG  IHDR w&gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxb? e YNN,ӹ200G?ئ_La]-C4'PM@1u㇌W(+33Çݿafdd 5`&N9@P{f4;@1:1_ &3} B_8 @pt k83@1bsY@3$< RU_IENDB`jball_x PNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxbdtttk? FFFb yׯ@&&=zYĈKBKK+hx ;;/333 Z ?~`Zf@ ׽|r6/LL`% @C-@-b;ϟ?@?ٳ3/tTO 3-cj/0h@h9@YC2Z,) p˗/`fqB hĎN^s) NaAxY) K3izꆹS{ պ& )"wD< "`P}h/rqq{=+W>ݻP(X3Px @`)))]_ " /qqql"""@3| rO`Zh/h?e0rssMbZJ  'x0A)P q h82HJ8@u",, Xai4d8ia8`*0UbPTO@AA   @]zHX5 /0@o@ ~ž] dБ0B}J OpL) 3xHIAQY+M]U~PQW& %q͈\"1[B_fT0lOR*4C tgo> rGb@y (b( ` nA(:o,3R8FC`Ɨ"b{Kct{G -ş@,@πX#EpPÇ`Á ;P/hF3p dh;yTԃJ_03ԲD2 UZfZZ0 d(^PA}41 @m}\S(%ng) HG&L'$2dmK>ʗmOhITikAZ&`b5(2Aa H#(h`d%jJ@9T3 tpE,䳁<(¡  l% hP3*#0/9b@W}AE fF`4`d JҠ3ϟ3_.|ցTR XefX,P}RY`WE=w%@ P(  A>f +d9 5@/ }蒏h-Ae XhP%Oe#7oXmǏ[ ? 6вW@]ZxA&L@G1+5/^x ?'>AgsKHHh;B?%O`ap *A %wޝZzyĈ)&&J@T&)P@C_}(x/z g О0{IENDB`kslot1i8~$bcheck1B*@   ccheck2B*@   dcheck3B*@   echeck4B*@   Us1B*@<j  gs2B*@[j  hs3B*@zj  is4B*@j  lslot2i8Z$mcheck1B*@^   ncheck2B*@^   ocheck3B*@m   pcheck4B*@m   qs1B*@<^j  rs2B*@[^j  ss3B*@z^j  ts4B*@^j  uslot3i86$vcheck1B*@:   wcheck2B*@:   xcheck3B*@I   ycheck4B*@I   zs1B*@<:j  {s2B*@[:j  |s3B*@z:j  }s4B*@:j  ~slot4i8$check1B*@   check2B*@   check3B*@%   check4B*@%   s1B*@<j  s2B*@[j  s3B*@zj  s4B*@j  slot5i8$check1B*@   check2B*@   check3B*@   check4B*@   s1B*@<j  s2B*@[j  s3B*@zj  s4B*@j  slot6i8$check1B*@   check2B*@   check3B*@   check4B*@   s1B*@<j  s2B*@[j  s3B*@zj  s4B*@j  slot7i8$check1B*@   check2B*@   check3B*@   check4B*@   s1B*@<j  s2B*@[j  s3B*@zj  s4B*@j  slot8i8$check1B*@   check2B*@   check3B*@   check4B*@   s1B*@<j  s2B*@[j  s3B*@zj  s4B*@j  slot9i8^$check1B*@b   check2B*@b   check3B*@q   check4B*@q   s1B*@<bj  s2B*@[bj  s3B*@zbj  s4B*@bj  slot10i8:$check1B*@>   check2B*@>   check3B*@M   check4B*@M   s1B*@<>j  s2B*@[>j  s3B*@z>j  s4B*@>j  m1B*<uColor1116j m2B*[uColor1117j m3B*zuColor1116j m4B*uColor1114j _resetB*on mouseDown set the uTrack of me to true set icon of me to id of img ball_reset_on end mouseDown on mouseUp set the uTrack of me to false set icon of me to id of img ball_reset resetDialogs 1 cancel item 1 of line lineOffset("runFlasher",pendingMessages()) of pendingMessages() hide img _flasher lock screen resetDots show img _cover put "y,o,r,v,b,g" into tColors repeat with N = 1 to 4 set icon of btn ("m" & N) to id of img ball_x set the uColor of btn ("m" & N) to id of img ("ball_" & value(item random(6) of tColors)) end repeat set the uCurrLevel of this stack to 1 play reset1 unlock screen # with visual "dissolve" # ARG - VISUAL EFFECTS ARE BROKEN ON STACKS WITH WINDOWSHAPE APPLIED end mouseUp on mouseMove if not the uTrack of me then exit mouseMove if within(me,the mouseLoc) then set icon of me to id of img ball_reset_on else set icon of me to id of img ball_reset end mouseMove on mouseRelease set the uTrack of me to false end mouseRelease on resetDots repeat with G = 1 to 10 repeat with N = 1 to 4 set icon of btn ("s" & N) of group ("slot" & G) to id of img ball_x set icon of btn ("check" & N) of group ("slot" & G) to id of img check_g end repeat end repeat end resetDots uTrackfalse  ball_reset PNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxb?._Y022Tꥁb yׯ@&&>|0bev@vvv_fff +gZo?~0-f^xya @Wrrr&qpp!E`ˀ1|ϟL @Kyds"/tsssqqqY @K,yA % 7&f޾gϞ] @,0@%<<< K@d?yyy&f/޸q?PyCAh7вM@=@p?P3Ȑ~~~\ @{=+W>ݻP(XA1-bbfq '@d>@-RVVk20a>++++ch8ҁ{.X O?f з nݺb=M4@򟃃@PB7`6 o߾e%uE`cC~-ba:H{+}a Rd а?RRR` @ Az0Ǐ`9^^^@y߀lvPPw  at!#4e,+""l W, |Mh[8-;@QŸ>}2 H|A_`Xi+ȧ{%}!!!P p0Ab( @d *VC2=$?5z5% gΜa;w.CWWa 尌|}G R'(:V `R:?wax Çptt0K|}}>x" q% 'Т_0 A4 AmN|ا 6s±I}d2Z cZ\uѪ-35;3#E= h3A ,F:% ߿~W^#Z2loD,/ J Kf &PQ-@)?H iigΜf?ŊJ`ȁ J@.P_P@Twq)dr񯥥pup\|hnnɓ A)0@@s͹@,J d ԕd  PQQapuqa L6lcXЁ'1 >rMT@^ P4x+Py"l5dbj &&puprXS# >(TكX&shHh;W̰_lA>Uݻw8:* n%F@K>dbh\-2ӡT 6(A1=̇; yG@9@@ V߀hw 7Z܎ L>|`y9+0 3 m(,,<  l|AYK ߀r` {XAugW^ 0A08`軟 /Pn[J&`hnȖ@ln} 4X2ہ G @7ȧrA B (vhl#$KWR(*V^}(/}0<_GIENDB`S_checkAP on mouseUp put the uCurrLevel of this stack into L if not the vis of img _cover then exit mouseUp # CANCEL FLASHER IF RUNNING cancel item 1 of line lineOffset("runFlasher",pendingMessages()) of pendingMessages() hide img _flasher # CHECK IF ALL COLOR SLOTS FILLED if not slotsFilled() then play beep1 showDialog "_alert" exit mouseUp end if # DETERMINE IF CHECK WAS ALREADY DONE if the uCheckDone of me then exit mouseUp # CREATE LIST OF MASTER SLOTS/COLORS repeat with N = 1 to 4 put N & "," after tSlotList # put backColor of grc ("m" & N) & "," after tColorList put the uColor of btn ("m" & N) & "," after tColorList end repeat delete last char of tSlotList delete last char of tColorList # CHECK FOR CORRECT COLOR/POSITION repeat with N = 1 to 4 put icon of btn ("s" & N) of group ("slot" & L) into tColor if tColor = the uColor of btn ("m" & N) then put "X" into item N of tSlotList put "X" into item N of tColorList repeat with T = 1 to 4 if (icon of btn ("check" & T) of group ("slot" & L)) <> id of img check_b then set icon of btn ("check" & T) of group ("slot" & L) to id of img check_b exit repeat end if end repeat end if end repeat ############## # CHECK FOR WIN put 0 into W repeat with N = 1 to 4 if (icon of btn ("check" & N) of group ("slot" & L)) = id of img check_b then add 1 to W end repeat if W = 4 then play win1 revealSolution showDialog "_success" wait until the sound is "done" play loop1 looping exit to metacard end if if L = 10 then revealSolution showDialog "_failure" wait until the sound is "done" play loop1 looping exit to metacard end if # CHECK FOR CORRECT COLOR repeat with N = 1 to 4 if item N of tSlotList is not a number then next repeat put icon of btn ("s" & item N of tSlotList) of group ("slot" & L) into tColor if tColor is in tColorList then put "X" into item itemOffset(tColor,tColorList) of tColorList repeat with T = 1 to 4 if the icon of btn ("check" & T) of group ("slot" & L) is not in (id of img check_b & "," & id of img check_w) then set icon of btn ("check" & T) of group ("slot" & L) to id of img check_w exit repeat end if end repeat end if end repeat play check1 set the uCurrLevel of this stack to L + 1 set the uCheckDone of me to true end mouseUp on revealSolution repeat with B = 1 to 4 set the icon of btn ("m" & B) to the uColor of btn ("m" & B) wait 5 end repeat wait 10 hide img _cover end revealSolution on mouseDoubleUp end mouseDoubleUp <d uCheckDonetrue  base_master:uPNG  IHDR>X pHYs  gAMA|Q cHRMz%u0`:o_FkIDATxbd ;13@Q0 (wAb4! E@ QL~M;@C~@p4 G1!4-a m@?Z ( E1E l pg(2bM ^,@ 3Gj1+(v@| o8d{@,=>)+/rh:> Z ?bptX @ SGcpI%< 6 Q0@`-ˎ( @ ZQ@o@NO0(((@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@ p (8 h h44GM`@@&Q0 F(P@L@k4F_JGa @xg4F;JFa @PFhX  Q@GeTb2&#*h:@ 8|4lF@_1Ih 3> bp4+8Y (Z@l3^%_& @1P(ÑI3׀x&dGr@|@ˀg I0= pGx P?b$F@&IENDB`_intro a# on mouseUp # repeat with N = 1 to 29 # hide img ("text" & N) # wait 1 # end repeat # repeat for 7 # set blendLevel of img dialog_base to (blendLevel of img dialog_base + 10) # end repeat # hide me # end mouseUp :u; dialog_baseJ@ :uimportEpon mouseUp editScript? answer file "Locate file:" put it into tPath set itemDel to "/" delete last item of tPath set the directory to tPath put the files into tList delete line 1 of tList repeat with N = 1 to number of lines of tList put tPath & "/" & line N of tList into tFile import paint from file tFile if N = 1 then set top of img 1 to top of btn dialog_base + 9 if N > 1 then set top of img N to bottom of img (N-1) end repeat end mouseUp ^?W  text07.png uXdist-160uYdist0uStartX298uStartY181 uTargetX138uTime 1134022362233 uTargetY181PNG  IHDR ' gAMAOX2tEXtSoftwareAdobe ImageReadyqe<0IDATxb?(i4F@"6bPP>$$nLldv(jIu#.sq9FRFABnL#!~ӠzC@ _|P #U0L#%@lP% 0afVe ,H2 I%Dn{@AȍX@|Ԯ,-{ؕ>WC. )JD`gBgX:tq%43 6 D) | Ǎ0$}Igr%  J߃8ԡߣR~AFjbXVb,, ԌHbXԒb71N" %`9Cb3Y P XZFl`.Ԭr4{ȵ&ƍߠ,61a k+#4rڀ{RvZ UKci B.{OAIqRڀĴ=IDNVJAj0.H 6..Du!эxJ3hrڍ(p.H%82xK `K9IENDB`6 text08.gif @ uXdist-160uYdist0uStartX298uTime 1134022362289 uTargetX138uStartY193 uTargetY193GIF89a !, sڋ޼"q)bmJ'"r? PE%I9sO0xC63i=*-{YPmu~eL.3(sV敧Q;9 text11.gif @ uXdist-160uYdist0uStartX298uTime 1134022362356 uTargetX138uStartY220 uTargetY220GIF89a !, ڋ޼#p*g;/q=5i=""~RcAbasANJ 1 then set topLeft of img N to bottomLeft of img (N-1) end repeat end mouseUp ^?W  text01.gif @~ uXdist-160uYdist0uStartX298uTime 1134022372318 uTargetX138uStartY130 uTargetY130GIF89a !, jڋ޼# h䪠o)_)&7OF]PS)&d~CŲ'W ~!*jeMt_](h?(8HXhx(X; text03.gif @ uXdist-160uYdist0uStartX298uTime 1134022372395 uTargetX138uStartY148 uTargetY148GIF89a !, ڋ޼#p@f@K*J5,qxy@SǔL(RSd5wj=I(7h=Su;ZX›߮I;׉eցe&Fx' *:JjQ; text04.gif @ uXdist-160uYdist0uStartX298uTime 1134022372464 uTargetX138uStartY157 uTargetY157GIF89a !, ڋ޼'2`1j+{1r3Z^Dg3bLd#F7%*@]TWE-X2xκRn~Gs7W%'eh3&)g Y; text05.gif @ uXdist-160uYdist0uStartX298uTime 1134022372547 uTargetX138uStartY166 uTargetY166GIF89a !, ڋ޼#pxj t:*y`h\|#RWd%ҝA.an"ư׮mFavbOp(W17x67%wcv&f *:JZ Q; text06.gif @ uXdist-160uYdist0uStartX298uTime 1134022372646 uTargetX138uStartY175 uTargetY175GIF89a !, xڋ޼#pAh&"<pF vT6'#zXӷr&i!t^/drJteT&zڷ%5eu(V)9IY)Q; text07.gif @ uXdist-160uYdist0uStartX298uTime 1134022372730 uTargetX138uStartY184 uTargetY184GIF89a !, ڋ޼#G(iŠ;񍳬Еt*[n)b4i#&~4 )rb]CUgjLU=roWW47CCuw5'h#y) *::Z; text08.gif @ uXdist-160uYdist0uStartX298uTime 1134022372829 uTargetX138uStartY193 uTargetY193GIF89a !, ڋ޼#G(r nBʶpg&v k,YgFDe~i3#{^b`ꮾ\=~'swE%e!6X8i4G*:JZjz*Q; text09.gif @ uXdist-160uYdist0uStartX298uTime 1134022372913 uTargetX138uStartY202 uTargetY202GIF89a !, ڋ޼#"I⑞bˮFM=^qR K2|6ϴR;Z[Pā˨ͼ՚nyslG]e߹w@W'vh%$#iGYU *:JZjJQ; text10.gif @ uXdist-160uYdist0uStartX298uTime 1134022372996 uTargetX138uStartY211 uTargetY211GIF89a !, oڋ޼'r)*X~+%$&oH3* )j萙|^0|Ԫb˯lcc\kRC5WhxXX; text12.gif @ uXdist-160uYdist0uStartX298uTime 1134022373081 uTargetX138uStartY229 uTargetY229GIF89a !, ڋ޼'(h"Yt(on7;?AJ bf2Q:];VMWKf÷.bE}XuUGdRDhfTWGiGf&1JZjz:Z; text13.gif @ uXdist-160uYdist0uStartX298uTime 1134022373179 uTargetX138uStartY238 uTargetY238GIF89a !, ڋ޼'.1`dh≺ rJy*:n |"wcR*%c=90*K$6f_^m7,Z4֯&~W57uuHxÖh9G( *:JQ; text14.gif @ uXdist-160uYdist0uStartX298uTime 1134022373265 uTargetX138uStartY247 uTargetY247GIF89a !, {ڋ޼'.`x")J,\ h]K4Ft%R".)R/A) p$܌c7VbSs'6c9IYiyQ; text15.gif @ uXdist-160uYdist0uStartX298uTime 1134022373346 uTargetX138uStartY256 uTargetY256GIF89a !, ڋ޼#!fyYiⷪi~|XC!Ԫhʤ8k 1 then set topLeft of img N to bottomLeft of img (N-1) end repeat end mouseUp ^?W  text01.gif @~ uXdist-160uYdist0uStartX298uTime 1134022375308 uTargetX138uStartY130 uTargetY130GIF89a !, jڋ޼# h䪠o)_)&7OF]PS)&d~CŲ'W ~!*jeMt_](h?(8HXhx(X; text03.gif @ uXdist-160uYdist0uStartX298uTime 1134022375364 uTargetX138uStartY148 uTargetY148GIF89a !, zڋ޼#8i+j][ 6g1~2Tz+c3Y@X.(:UD:f,cC?ދ5eE&!&3T"V)9IYiyP; text04.gif @ uXdist-160uYdist0uStartX298uTime 1134022375445 uTargetX138uStartY157 uTargetY157GIF89a !, ڋ޼#p@ɒjhk-fD}WFgKWph2>xAtu~f\s>^?T785䕆"H P; text05.gif @ uXdist-160uYdist0uStartX298uTime 1134022375549 uTargetX138uStartY166 uTargetY166GIF89a !, ~ڋ޼'hbYe3)Hh\qGj5:h{U9%t˸ei˫E)eӱke ޽WWSE7Dwԃ8IYiy)Q; text06.gif @ uXdist-160uYdist0uStartX298uTime 1134022375677 uTargetX138uStartY175 uTargetY175GIF89a !, eڋ޼'F(A~Z){ԣ˯bP')9-#>)8.r2Tr/Mcfiخ 4(hS; text08.gif @ uXdist-160uYdist0uStartX298uTime 1134022375761 uTargetX138uStartY193 uTargetY193GIF89a !, {ڋ޼#`(aZ竖_zJӯ9FvxAtu~f\s>^?T785䕆"H P; text10.gif @ uXdist-160uYdist0uStartX298uTime 1134022375929 uTargetX138uStartY211 uTargetY211GIF89a !, ڋ޼#`刚wf7gbP$V!%t.Hjt:AXmy)%j@flFL2:Bv7wC&7؆Ei *Y; text11.gif @ uXdist-160uYdist0uStartX298uTime 1134022376011 uTargetX138uStartY220 uTargetY220GIF89a !, ڋ޼#8x(lf{kR0jDdJd ŧz]FU SâMs={hstX쬚A 55DChFCx *::Z; text13.gif @ uXdist-160uYdist0uStartX298uTime 1134022376125 uTargetX138uStartY238 uTargetY238GIF89a !, ڋ޼#pAhe'ؖLz;8(4cG-ʤ-B[ /5RwHa:2rk*f;kgTt%xǥf'9E$F)f*:JZjzQ; text14.gif @ uXdist-160uYdist0uStartX298uTime 1134022376210 uTargetX138uStartY247 uTargetY247GIF89a !, ڋ޼#G(dh樜*l]-8} IK>=[ R`2Yi?j 9/iɻvtgJ=zOru dW%GLj!F$"&'7)878Dž遚 [Q; text15.gif @ uXdist-160uYdist0uStartX298uTime 1134022376279 uTargetX138uStartY256 uTargetY256GIF89a !, ڋ޼#pAh~r{bZy;&aƦRD.SQ],ʅ;1ViUD([VGH7CUćfhh *Z; text16.gif @ uXdist-160uYdist0uStartX298uTime 1134022376362 uTargetX138uStartY265 uTargetY265GIF89a !, ڋ޼#8x(.!<'Q0{=:?SqK*DbT<ġeZVX塕Wd|K47-g%$&V'&BH8e×sI *:JZjzP; text19.gif @ uXdist-160uYdist0uStartX298uTime 1134022376446 uTargetX138uStartY292 uTargetY292GIF89a !, uڋ޼#p@f@ʊ&p~ z3 0wє !'61 T\yjs]I$됂纺'dz775hhH)iQ;H hot_nextJPSon mouseUp play click2.wav nextHelp showDialog "_help3","noBlend" end mouseUp ?CI hot_playJPEon mouseUp hide grc _lock dismissDialog play stop end mouseUp 6_help3 a:u> dialog_baseJ@ :uimportEpTon mouseUp # editScript? answer file "Locate file:" if it is empty then exit mouseUp put it into tPath set itemDel to "/" delete last item of tPath set the directory to tPath put the files into tList delete line 1 of tList repeat with N = 1 to number of lines of tList put tPath & "/" & line N of tList into tFile import paint from file tFile if N = 1 then set top of img 1 to top of grc dialog_base + 9 set left of img 1 to left of grc dialog_base end if if N > 1 then set topLeft of img N to bottomLeft of img (N-1) end repeat end mouseUp ^?W  text01.gif @~ uXdist-160uYdist0uStartX298uTime 1134021919361 uTargetX138uStartY130 uTargetY130GIF89a !, jڋ޼# h䪠o)_)&7OF]PS)&d~CŲ'W ~!*jeMt_](h?(8HXhx(X; text03.gif @ uXdist-160uYdist0uStartX298uTime 1134021919415 uTargetX138uStartY148 uTargetY148GIF89a !, ڋ޼#G(i阆k Y69;ńj[!yƓP mZԎՄwsn34c1;WϚ~UvE׷'4%5gWG&Iv*:JZjzJZ; text04.gif @ uXdist-160uYdist0uStartX298uTime 1134021919505 uTargetX138uStartY157 uTargetY157GIF89a !, ڋ޼#p@BAa0z8u,JG;"FY{ٞiU4PL;0'.^uF%ؗ5e3X8ԖsH *:J*Z; text05.gif @ uXdist-160uYdist0uStartX298uTime 1134021919605 uTargetX138uStartY166 uTargetY166GIF89a !, uڋ޼'(h"c j+gJߩ;} [5֌ARIIC񳳍T],Si t^ײS,*ce(#64u)X; text07.gif @ uXdist-160uYdist0uStartX298uTime 1134021919688 uTargetX138uStartY184 uTargetY184GIF89a !, ڋ޼#p@f")l}žj8#֣/7NF;6ˣdƛTl /_b) ]Z"oُB6He54'Æ *:JZj*Z; text08.gif @ uXdist-160uYdist0uStartX298uTime 1134021919771 uTargetX138uStartY193 uTargetY193GIF89a !, hڋ޼#p@FII*r{5(0]O5uL6=W*ئwr$&G-n߶dM/HT =ae(8HXHX; text10.gif @ uXdist-160uYdist0uStartX298uTime 1134021919856 uTargetX138uStartY211 uTargetY211GIF89a !, Zڋ޼'GF(*Ȟ`L_ٮ~ L*a-"J>',U<.;E.s>C' \; text19.gif @ uXdist-160uYdist0uStartX298uTime 1134021919939 uTargetX138uStartY292 uTargetY292GIF89a !, dڋ޼+ǒ"K˭cJ~c[ ; 9L *&jR1qk-dR;ެ_;!P;J hot_nextJPUon mouseUp play click2.wav nextHelp showDialog "_intro","noBlend" end mouseUp ?-K hot_playJPEon mouseUp hide grc _lock dismissDialog play stop end mouseUp 6_alert a(on mouseUp dismissDialog end mouseUp :u? dialog_baseJ@ :uimportEpTon mouseUp # editScript? answer file "Locate file:" if it is empty then exit mouseUp put it into tPath set itemDel to "/" delete last item of tPath set the directory to tPath put the files into tList delete line 1 of tList repeat with N = 1 to number of lines of tList put tPath & "/" & line N of tList into tFile import paint from file tFile if N = 1 then set top of img 1 to top of grc dialog_base + 9 set left of img 1 to left of grc dialog_base end if if N > 1 then set topLeft of img N to bottomLeft of img (N-1) end repeat end mouseUp ^?W : text01.gif @~ uXdist-160uYdist0uStartX298uTime 1134024421797 uTargetX138uStartY130 uTargetY130zGIF89a !, Qڋ޼# @GK/)r+.eBCh aԉZw۞JYڲNs;A text08.gif @ uXdist-160uYdist0uStartX298uTime 1134024421852 uTargetX138uStartY193 uTargetY193GIF89a !, ڋ޼#p@f"bʒ~es{t ؇tLYGVW^ƭY+#xpn-Ģ_s=;&eW7D8$tÓ9)AZjzʪQ;B text09.gif @ uXdist-160uYdist0uStartX298uTime 1134024421944 uTargetX138uStartY202 uTargetY202GIF89a !, yڋ޼#Gq(㛤*j|۟¡.';oIV[R F،ըt~jŲj3ff;4XNdH)9IYiP;C text10.gif @ uXdist-160uYdist0uStartX298uTime 1134024422029 uTargetX138uStartY211 uTargetY211GIF89a !, fڋ޼'haii0芘K_=m 閹Y- ~#3\PX10I2(8X;L text19.gif @ uXdist-160uYdist0uStartX298uTime 1134024422176 uTargetX138uStartY292 uTargetY292kGIF89a !, Bڋ޼vh˰2 wtJOefhRAj; _success a(on mouseUp dismissDialog end mouseUp :u@ dialog_baseJPon mouseUp end mouseUp :uimportEpTon mouseUp # editScript? answer file "Locate file:" if it is empty then exit mouseUp put it into tPath set itemDel to "/" delete last item of tPath set the directory to tPath put the files into tList delete line 1 of tList repeat with N = 1 to number of lines of tList put tPath & "/" & line N of tList into tFile import paint from file tFile if N = 1 then set top of img 1 to top of grc dialog_base + 9 set left of img 1 to left of grc dialog_base end if if N > 1 then set topLeft of img N to bottomLeft of img (N-1) end repeat end mouseUp ^?W  text01.gif @~ uXdist-160uYdist0uStartX298uStartY130 uTargetX138uTime 1134022130322 uTargetY130GIF89a !, Xڋ޼# h&Zmrwu^ ْ"J LAc YU_T5~ ty; text08.gif @ uXdist-160uYdist0uStartX298uStartY193 uTargetX138uTime 1134022131115 uTargetY193GIF89a !, ڋ޼#p@Hza.34`QVLL"Pm҉>QϊۥZr עJ3{'swChÀXY *:jP; text09.gif @ uXdist-160uYdist0uStartX298uStartY202 uTargetX138uTime 1134022131170 uTargetY202GIF89a !, ڋ޼#p@F#K*vxbG4(U4fv 'd *:JZQ; text11.gif @ uXdist-160uYdist0uStartX298uStartY220 uTargetX138uTime 1134022131338 uTargetY220GIF89a !, ڋ޼'਌aY뉒âuނI!UG}I%3Z]JP6cz:8V-^돝XB[ކGtW"8uHVْ'sv *:JZjzQ; text12.gif @ uXdist-160uYdist0uStartX298uStartY229 uTargetX138uTime 1134022131423 uTargetY229GIF89a !, fڋ޼#Gƹ1ލt;>aH喜/5뙈.Ur5 yŹ TDl1Vb2v~(8V;& text19.gif @ uXdist-160uYdist0uStartX298uStartY292 uTargetX138uTime 1134022131507 uTargetY292uGIF89a !, Lڋ޼F2eHzdǰ{mmC/T(\LVϦZֈ W; _failure a(on mouseUp dismissDialog end mouseUp :uA dialog_baseJ@ :uimportEpTon mouseUp # editScript? answer file "Locate file:" if it is empty then exit mouseUp put it into tPath set itemDel to "/" delete last item of tPath set the directory to tPath put the files into tList delete line 1 of tList repeat with N = 1 to number of lines of tList put tPath & "/" & line N of tList into tFile import paint from file tFile if N = 1 then set top of img 1 to top of grc dialog_base + 9 set left of img 1 to left of grc dialog_base end if if N > 1 then set topLeft of img N to bottomLeft of img (N-1) end repeat end mouseUp ^?W ' text01.gif @~ uXdist-160uYdist0uStartX298uTime 1078795265515 uTargetX138uStartY130 uTargetY130GIF89a !, Yڋ޼# hd`'~mrwb;_ QL/3$Jj{*++j72ʓTzuF:׀֒3vXBy#5 zP;0 text10.gif @ uXdist-160uYdist0uStartX298uTime 1078795265749 uTargetX138uStartY211 uTargetY211GIF89a !, ڋ޼'%x*#~3.紿8^Rl<>LIR .aͣX;ھVo>}]RHwd(hyyP;1 text11.gif @ uXdist-160uYdist0uStartX298uTime 1078795265845 uTargetX138uStartY220 uTargetY220GIF89a !, ڋ޼#pAh*ȲJ 'k-Rˌӽz!TT6HE]fsPNc/~Eqvw^2Y֑g4&x7t78&$DvsCgh!:JZjzzQ;9 text19.gif @ uXdist-160uYdist0uStartX298uTime 1078795265934 uTargetX138uStartY292 uTargetY292wGIF89a !, Nڋ޼F2%&z*g: Z|:V+uD z<ԙj6NNk ;Rball_reset_on PNG  IHDRJLgAMAOX2tEXtSoftwareAdobe ImageReadyqe<|IDATxb?. $/ 6 ,  @1?~p L G0be8c+'C0C7;'# آ ߾10|=ç ~1*lE’J30d 330-aee``Z(вP˾00|xϯ11L=ds"/ cb`f%L  'w>W0chc2*,Qba`I qO~2Y DTD:AN#O0\@,Z ff6]ax d E|abr8X]j,x:%;Fw wmc BNeb @K?з߾0d11*bZ L] <*vHSҘv)  Hs-&NH(}5C83jbY\!89!aZ$%<}g7Т@#g;? KP0C030|&wep `ڷa灆- $$ןO/ g/߼q)S!C,`ac@q6 @Ӽ1,,-_/f`g!m#~! OF <@ o?)  R~cbadg&6$H1oן.2se%$d8Zf>0gL!p* :?341@,A Y!^:1A)΋ od8x(0`pac`0`hXq܅#I\@ `0oIj<.$@?g0\x /L^0bĤ :B&P̸gTq@ K` Z /a`0aa2? =``ea8@;. &0S pD*(U W_ o Lui Ka T}B a Kz[XсrohkU0́;@"@P`p"oV?@Ko]Yf(~|`PeZ,%@G}o00\;p4% Xuʳ LƎ[@\AyAR2—R. 0aab r}zRK &H2L0KA*;PJ i3<̼'NdXC{v@ hFfVZ_?0\).lH-`q@` 5޿ y# Ӏ.j p65c /CC8ʑXSW,0_+Ww7_X3230nl%0i aPl,00 IENDB`S _confirm a(on mouseUp dismissDialog end mouseUp :uT dialog_baseJ@ :uUimportEpon mouseUp editScript? answer file "Locate file:" put it into tPath set itemDel to "/" delete last item of tPath set the directory to tPath put the files into tList delete line 1 of tList repeat with N = 1 to number of lines of tList put tPath & "/" & line N of tList into tFile import paint from file tFile if N = 1 then set top of img 1 to top of grc dialog_base + 9 if N > 1 then set top of img N to bottom of img (N-1) end repeat end mouseUp ^?W  text01.gif @~ uXdist-160uYdist0uStartX298uTime 1078794097468 uTargetX138uStartY130 uTargetY130zGIF89a !, Qڋ޼# @GK/)r+.eBCh aԉZw۞JYڲNs;u text09.gif @ uXdist-160uYdist0uStartX298uTime 1078794097541 uTargetX138uStartY202 uTargetY202GIF89a !, ڋ޼'`hr"br\-<%qd*Ι3i4!ء gJ+!˦Gpuc_oM"ơVChFhtHu$ *:JzQ;v text10.gif @ uXdist-160uYdist0uStartX298uTime 1078794097637 uTargetX138uStartY211 uTargetY211GIF89a !, vڋ޼#GȐ0g&lv*+b0aGT|C`ʩVJ|T ¿^/^xLHliii9vvv{VVVNA P=uKh@_ϟ ?~Mׯc@L D`4033 % KPhq€ѠDaa`"`%߿33m30Qg6@M *!JX?D%J L?u*r% P T:0KP`(1L( X˸yxxK %ҁ‚UAAYPPZeK,`4QPD%`dFO>}K.}F_`b% FPa`"`c_~% lOG 04Fj=0!% 00(*** 4ZM t<HMԭC 0Aϓ'O;vÛ7o@( |`B`% hXZ@,- UWWgTRRb&&`` 01, `4AP@ @0(La x`ـ%5ŋ_v3}gfXV^6 T s ?˗//fd;%1A.'mmm怀.yyyL/ 6h4Ҷ',,|/L J Da6!+H&'e>\'eee3`J HU@%, 2Puf@Կ&?`@*5aajjjgPULTP/6` {A R5dAPkᒖu'A Pi~뜟@e??zX:hѴڀ`dih?tܺu0.9@mOP܀JnPTNX2 ;n %LJP!w)(d)&Ž&@X!@D#*q.AKAxzCnM̈́t/PT`8Ч*zEA3b@,F0R c  M_b_~,47p}z%f K(L L Jp6&3cA6RI&ȅ#PRСcZeDB C(^sx  >e| A Oo0%^N!4Ē8z Pd@L GP@uoP*j> Вߠ ҃4,= ߨ4*A`F>3031 g6 @cF!@ @Gh(P4 4'(1WگĠ/.MЩ$0s253A3t`%Иg@,5:E=hki;P@K~BŸ`& 05A0J `'t(Ţ@ĠJ`3 4}j(0Poh0qJ%pahSAX XAfFm?7`uj\BK a 6#Rϰ(@  j04y٧ϟ?Vac 0:4i@ÀaPaPmWvb* <*^)ӧ@?P4^=%BF%N`p $N8cHhB %`6 [nV aÙ'! !T+@43$RI @  -JAx4>~:i" 2%XD.@9!@A ߂x@:u#a * Z'` ֣bp$Xc,!Fa,N!sUKP-@AC@ &` h鷠 h![ ش*ho5>}aj@ 4`ah|2(5h$h6@"4PbqbPB W#4Jg@ԔZT R`MCGMD?ׯ?z ` J - iF`F+ÇǼqg&`b`h+ X +%h 4y ݱ 9&$1EDaAkA J]M N ǁ^ 4vC(4 Ls :w2B91† rFl R A jۂ8= @,KbBJjZX%;sƴAQh[7h:;<3E/)`a4E>jNH1W0&w1> ,/{F*`i`hqh LUl7$ၻb4J*ّJQ@=4 . `b`j`:1AP lI~>yO 4 `c@kAi9"ÿ0pV"`4L `@ӧL?~\ l/\ @(K a770ۃ&@2aV` 'h0:g1z 7ê46<@H "䃰p;h,hXl/( Ɣ@ ԍ5$`MhOIFlbжhlL~۷o? l~R 6=`JV IV#T{4A{hr@K Ј2x-gz5/~K@v\T0Xٿ~O ؐ]J0 >`6իWrK'P`0bV_zd jV2bH\"J w%J`5q3y%)6`l7(m ؊hu݀T% 3>`bxEYR0uocIENDB`_pegsi _YB*@ X _OB*@ ^Y _RB*@ :Z _VB*@ [ _BB*@ \ _GB*@ ]  _hiliter[""}PNG  IHDR"":G gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxbd %&+(T5?@|Eb  b#b ~ ozBfD9B,DžB Tp ߄ c*(fš"4 h1!}~qB lj b!繒m`U bookmarks handlerList(mouseDown mouseMove mouseUp mouseRelease tempScript prevHandlerscriptSelectionchar 359 to 358script_closeJT_on mouseUp resetDialogs 1 show grc _lock play beep1 showDialog "_confirm" end mouseUp h_helpJT]on mouseUp resetDialogs 1 show grc _lock play beep1 showDialog "_help1" end mouseUp hcheck_g -PNG  IHDR w&gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxb?p222f233{~ի 5RÓׯ_y͵?d|@1rd32xŋ o߾ex_ڐ @̼  @g0b$@,fdj @yuuuϟ?Zн @ >|` X1 @,@ysϟ3d @9`0m hw}X! @6 Yw (h쀺V2+Wܹ{50|')**#GWHHgϞ- : a1(,,l d5gP,>~ ۀN ` uIENDB`check_w PNG  IHDR w& pHYs  gAMA|Q cHRMz%u0`:o_FIDATxb?xxxANlll^~}Μ9s A]]]ctuuutt4DDDXYY>p}ӧO߸uVK-???<...>>>(BGNe˗/A  Mx)2߿ LLL---A"&&$**a l, @Alll̜KFnnn?1` 5 FCub:|ׯqǏ3;wn@ĉ7^|U! 6[@ pVWW)--~ѣG'Mt=  a1hnnnEp :uj+Vc SIENDB`P _mainbase lPNG  IHDRH4UgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATx{eYY 6 "}@轋B(&|9&'9x1&hrC $P@CSE#;]xoxc7xfw9jꕬ쪽5֘so>y/ȑ#oy_[OVޟ?|R{^y~C雟_jӇ>?__݋w]|ٗ}w/=yoKuexsh˟(OӋs->^h)&rL7z3̳t^|~⫾꫆-w9\X:vY_\+W|W,+r ̵E'>>?'?__/ʠ~!3K[?=Aoo[|˷|⛾集Krfۿo1ȼm(;oc0oSķiw>7u/erwo2\s2x̊t7??X|eoq{[Y__BGe ̺e6>Qf_:&7|7 NW_, V:0L,nxG=Z|S: '''Cgz;߹aF `@Scea&G?:wgg/إokwoűcߺۆN?`uo~YΦe**[nf>__fOf?iGtjԔŌu_u#b˛~ʢ}2yRtP::}2믿kY|HcC9e8Wif@wKcKІ?Xg}=w{k(n?_C|Y-%eϕYT?R:Gi2O'a;PfS#e2:VLϕkZсtYs?á@oqlL|\QQ=ie] /~y e1pIJ.Tg$Xr_?3??s?wkCUO=^k w_4geKƟѾ\=}w*tYA 3rFק?32xG.+>f16VcAܬ// Xe@֟R eۋ|?)f8^ e˧>Oe12y' 08}?¡Y, JyY_yb Ege&6 !$+A??Q D{Y.W+/V1"CFyi=U>.%Q^1s1A2=^3KO|{5~cK*X՟x`韮nlz}6 |{\:35tue1k?)O`fg< hW|+ezL(/nϰhQ\F/FpFcIE^;(9,iճE|(3i @ij$bG›%?#cV҈F;h, N 4W]u!FJXxt>(cJ\ݤP!.wx:4 4se_t.x:(q)c%^/LPܝ|- %~7Կ)Gi}C}*j:*)hdE+0^t:fPgH?}0ZeQu˺;ݹp8BNWD7IGqӺ6%SVi]g6/2I3ު%vr)m0op]2=_h4^, !*Re p:(#*%-ђ&@3Jς &%#5l Z@YFJK E[uĵ|QJ}WNJ1cݔ+ZU-E/3< ij*k4+r~G˥ ,K{z^7ZΪ}B]t(?8넙6W .b;3j`j}ϪI܋ˇxVY X=mQ@ǎǍש> 燙xݻ>C{wc+o9t ޑ6lOL<׵SA6xR%mpkQW;f`%<3Uph=y,oė:H4`@rL< 1Z|h7;QL|k&Xg$Dx9Bd9v*O6ja4![A©oG9Bx- ʔ#D|vi'kŦx&>ӊW1^ԪK͋Y[AYrjKTֵj{Q,JZH}ћ368@Xԗ@Nt&i/K^S_CTPxVN}]̌G9wmp,ߩ/ s%Ix SeOݹjct6b($1:iEY[fiT=Z5S[V#68W ch^ cHLhTGC|-8#׵=G:!NS>jXK %vϝO(W_=P}<ƸUnQrlU'L<K/,121>5{MⶨS68j{= dPky GYĢG܊/GFmp rȴNݹ=&JL68s[7Qb:/8p8'Jx|Y5Q30'`rk?Gv~"6=Ck{+9HmpsL|f巴=ò1PH}&f@LF}3#Z_)&(9ԗ߳-#%U~ߋk% ^et;6ʲ4soFH}ߴC|OƵEGE6X,n&A/p|8B-&Q_ey7:{fTY[flѣ%~^<wィX8B_,MOWpuG\U>ć0r6ÊOFo%v-qK{LcuO}Z>hEeBm𢡭mi[Z6mi:#%o/ߒTKi}נU-=sCg1ǃhۚ2G -1Z^k}}Kj/.7#ʊSs\gISs!XGmp6CQCk[Ri I}D}qPoFuˈs@\H}b-$´$ZKƩryT1?Qbb#%vygsJ<9Hc{Է-nJ#G*QK, g;i%ZVx%}z 4F !{EmJLt+ |#X'`:Q0µGmGesm03p>%vN}6XW!W`IKx ~+/l  #smtx[$FQ\es[gس˹6GmQ g"Gm0S8j 66jG#Dr`뱝Q_iw#;ԝLK`Ei}{-m nes_b٥Q\:$%vmp'}wlq[ 6Xln9BJwCOۢw 6J<7~%%n@O܊ Vc4xCv97Q;]Q܌g.WJ}U:9 Q9XKLw)mSb9BCʢĮUTji}A"3>1O|H}qK8N8%neӿ]NgF|ձU|GOVid+[ xi}-.'(#**ƩoXQ)<שo`}ȓK.5`:|[`(qFjWtoqµ17 J쫂FHq:^ fUpKFNeW{Ժ:H8=%sZ_z=or(-Z_gU\f>WS=Tv3<_o78:Nйs,mp/[n #DF}]+SԗP`:+boe` |"S}wSFxyCK4vSNTvxYvltlqoQߨ ZuGX= B{0G):>Qߖp7xAoO-ōTZ\Q$úg$ f Yxz`wx7X׵SZH} vM> ؂Cg"%I׵\7uЖ68Vةk>7/!5K%_'\mĮ [\(? EhiPuRS'Nox~2 "N}| %64QsRQ9N9<^>16R_9BQōrͺҙ7C\fYv6&jw1 spڛPS 68-mpi fIkP++g4DG!}*{#DF}Qb}Ƶ;m2;}׻ޕRq_l68;YO Fޣ-26j!\,km: #%Ψo.>#D||JdN}3r˹ַ/: m6jwRLmp=G˿)j %AB`kmME,ѣSZ_o`R7w6_box7N̺?R_.FlraF{z`? vJ#rhi}_8y6:6Gۢ:B׷E3*)qr^r|U9Q!l!_z;#ogs;&ʇ96X1#9H ,3:T8opDsm|ED- d6fxr-kuho\cǎ ѳT+J\_[gpY^me3xJ6A+ۊW7j}tC}yԧ lCVT}z0 -_gqB?ߵUni[jlq׹6XZ:j- A}De!\3ElPQ,GH[7_CgΜ\mSl)3ܠ]nSZulq+Q7X'psę678>,J(\mpiq`QS{fR_ ^OR_|[Q`oÎgkie Qߨ%bR5D^ge`@rh՟ jSH}c\̬-GLީ ^8Hs$2jeߟJ(UȊַGf>kd۟FJ'DEng$pRר68?|qj%VCggSTv9s@⫑ZkK/J#dkQ1@) :w7l8RY{(hPbwZߞopt m(Le^cͨ/{%7G A[+ e=Lr.^6{v9i| 6}c/Gp78juAS_7RenщFGLK||U~M׵t@oLݝo2XZYiѦ @Ġݝ xi[T Zb/?[BIKgyW#%֊g%Qeny;.>t45,(_#D $lt+2wV<B  V83-qdZV<ǵ VַWNc}*%^*E̪5ed/[|Vlm5RvXwsj|9 n">j$5[܊`}nY8%i>|37Cz2 u) i}oݮ K:fYOݨ <7X`-m0J{gs9Pb*?s7^5#`(q-X6ةM#0 . 6ԥՒǻ`sHlF*_q2]!6xg8jGҩʑA-+ SBij7X`/Z_f!9BdԺD}[>Bc67})]*K7d?O7뭺5 滻ŕcC$z%kOc(46X64 i#6;%#D>-4`|3JlSRABԷbC-0!S.Ȋ%9CEO+W|&.EPffKQ^<3Q+>3L7_>6M7%SK`o2J|v$F-nwp37=׿ủ|kIm(!-n(!?u(!uu|kYJ<)ݢ̨%1`!bv9 fO#a4Z\,5$[.i%Em0rxqqg쁝sQAZYkPb*}Us=2A}YBJ_PYęCA6)(4K#f`ޱ]LU-AU,GDXKQV:|?ZYN}opux`9<#D~MJ, xΉ%.u3s+,#m9{Dݭ#lq68[ltK {1\KXN&|3;Hig^OϰS^DKߦ!D}OA"3P >1[Ϩ%~ֳui02jkQgn9He29HdK:wpJK7XGm,[`)>c 3gX廏qiKC]*] . 6TJL|9g/($,mpe*9Bt} F T>`;<o)k}p[t:R>|zmpNIfpFq868P3NqgPDk}EHVmIK/V?%J< lq68:BDEA"sȨ1G};+߲aY+[ˡ"C{ugP`o}m >hG V78cGDm@Oo9<6{ U{$ƷP8Iv!|Co2 O. o-Sָuf9+%%r|UD[=|)_lTlq6xeK`"c⦴ =Lu{Xt`o-`wlxO8e$Uo f3刴%K8VN3V9BhIx.lgH{-m|3uoUNc|!Q뛕ԝM9HDj'?`zXeg8:H Q#S !G YN`I9)mwVtsIrUQ7Z2GxoS)`kv^w9B> N{WPKĮ m6XWJy h xWDYql׳Ŏ: Ѣgة!7Xqx{`uLZWQ!2n!o 1}[>q5;J)⡸ ;S_jmQegu_ >\5fsk qp].=au)khwmpiTYԷ-N=G7Fk}8;%tF}{65S6U%>t4X C.%"eK3$+PϩKƋ3 ־r/=ni}[ gvzf}K9.'b(k#aQ)]d3,m0>kj㥾-m:1ow,[\sY=[--16Xf`0C!`Q_i}[ܮ ZŻw#DC߼VHqc}*%׵^h!~j2Esp_6$hOJ ʏIm68RL\FA+Kq"jܢ-NQ'x:`(%fWzW>تlg.N9>U)qÃ׉* $RQ; ~|^F|,;p`(SSQ97xquf`|'+Q V zJ,8BL `wh 9B+[ÌgϞ݋կW+N-n/67i LAµ[%.@Ow}]h[yt].O=d-Jmpgx f>-o [!}>B8'g[+3ۚD34v$fk>AbW_ҹ{,[\4A6Xz5[p~\+`3oF}[sXH}3m0e}}[&ߔ9[@S>`qKδz=gةiKr >rf,3,G6X廯o&ȴ#DOet+,:Brx`gfܜ*>e-ۋW~B (a8Br%H}&v)qy6XSXZeC#%68J$"um0s| 8 c=Qm;E}WԷPϩ/ԥG}9av`i=ꫯܠwm'n9HxǓvJ,otxW+\+>d[*|;d[g>hk%`Qm|-p\zf>}f N}=򃖘Y}n ZYQS9HԥVJuq]DqµͮU>=Ou}]L68ʚoH}Oelq!}{^eg>ϰf>b,mp\ƭ?S`u #3pw[9B >_ko]AY)D~pF\F}BM}}3?:{z{x]d/9Ee)qZ%Zhe% ³Q=,Q_1N}3n'mpr|}];'ͭeS|k(4? F.,ټS=(,]:A}}[Z> Tv9-pr_`I68f^iumpFqU|Fl?m9B9\},[I׷Hq[ZRVF,ɸMQGN^5XfƐ_\8KK@#k]{QbG{6XԚit{6ߜ-GJLêx(߳E;R9B #Zߨ nP]| hFAʦ7<(O|Z&h/оf{mmvg8PSxk$.:b)>.WԺ.&˹6tf677n'6-.3oWxmgZ?jq)7sh}1n6|Dv ˆ׵q0hϠij5ā-yW3u >MpH}ݚs'wIKVG#f ةu/՞7PϬeiv,FrbY ZPw'OO>;%Fjw1AGq"ý|ݔI]_mPYe%opӹJ#\K=Wʗ6/9Bd3e=`ux:QYf(4dx#h0{@ QM)=zqB{NQ_ĭ4PF}oSm7fs?,-(;HD_EHe!"UT/OC}c6:u]wi `'e3(ϺN3膖YIK0/& rA"R68fs`ɵ6f`wp*`w6gB"w,mk}z{D}/ntx` >S)nt6x]Eوe457thFקu]80@YwJPAiEMx.7qy`mU2 5MF+[ܱcdž)GHe8awоu"9B\s5C-r+[K[}zlw7@wɗ8ևki_],AM][)#T6:ĭ=ҿ3-qT(mp &G_r@=JN8FH}h}E}1- ,䐐mi傧>Y`O[$tfi}xh]{ܢĦmkQWM qlzUZ(q9o3z>9u|poݲsK שozh.U3,NHAB* L* ]..Ϣokϵ.甸-NZ_wpdžHNuGϞ>9eʹ#D/[t=mpz|z}'y#BFj빴ߞ=MT (H 3Cz8*|}E-.R3eKALus umptP8>#/3SbU<.JrhestGct+ŗS\i}US\iH 68" *,'Z ]Ѧʧ\!>:HFE78/8WBIe?78*HH7صroeK,/3gܢp9r_%G_Aʢ &;^^^+1p/Q,~c\rM8d*#ˆvJ5^aNpzk}!6x1]}W7!;%βEbYŭ8Bd 5[;muI쾾- P^:ZߨUC}7NܒE_o=o$Emp+ЙKcmOQ^L8瓺G)o^~/[R[|Tm6,,} d5V >ڳ<%.>^U誃3TPQ78= .WF}c|3ճeZ1LOFQfH%!omQbliw-esS;(fh/ Ҧrm q$Dq{CZb]u}.lqQ XZx["sC %V۩;H̶pS>!usxhessr,k*O|7C B)-+DP#񣁱tay*%>s$Dq %3L(k}.m07붎-N`f1Qb?G'`iE}3Jsp796(цkԗxiE{r4f9WQ `ֺ֩fA: J-GB쫖mQ_Ss|}}5˟A}/mgTS3c?'Sӌ:HZkJ܊ϴYuit{roCj3JF%Cj-DAE3y]h5Ϟ&K8N03ΦC}pq[$lq?7X`ͽԗU.uԗZ`o4j}!-LwGS(SZߙwod-EtCCO>=jEM|N񢾞].szk[>.3x{uqF`JK̒XשrrrpG,;ᡥmi(n~1>+8о= !|cSgМ h)J %Sb|gX⢃^Q %δz=A |6@` fli}!eQ\!ϰo3뾾6ةSHu궒S_&U9`hP6N\Nƒo7xi_kA++J)'3H頮ݭMFݸkdkjr/gAg`yKE|siS!6X>frC/i}3mpp9ַ:T(S^CKb^zMƽwZ$hN}oNYp-gfk(k9^|3 CEi<OikO]q+QL#uS ˵=G ? wI{Z-ņhWTA2/._F?ctE~GZU78Ou}YƖ-6>딸f[JJ`ie{@MW U{E#UN|7δ-`ixPϬ5)𒃺.hĞ=-svY6A<=` \|$(nD]Tm x*Vn1U=1׹1C|f3:7m-+!$` 5-h6XzH{">-_bEAc$:3i^xf1i@ mkc6HF$i}6X12iO#DK,}3G6)mY)mug*>1 OxN5W$Ԁ={Sb]@y1ˁAPY>#{Xę)2>Q xk*^` s#GpkUg\gW6%񢾺1vJ`N ĵd[SamMFA8  ggX>2oN[QDm?- GOF}B.b(qt@[:͒XEV6sx%6_QW a- K;|exox2}; &wU=JZbFj1]i{,iW^ֵ#xJ=^6XQ}ki4)q⧝!\[`֠+ZٌN}[dΦU{U^<3e1~ QKG r)h2J|]dgKUD'o(qo29xA"f9BdZߨ xol׵miw3,>jZT7bf[4eK}nim|{G7FnjXg8EqV }n˹߲Xfc6ةWjz5UY]6wK!ؗV8Q W껤nGoKi+]1YՇslZ7I}%glemQb3L<#Aw2>/;H(]&wm$Dc1p`bu|[N βD(ޢĞ}L qGRߌƻSԷϛ=`fN5F 5H3rY)szg8sOeC, 6uo0)gQ{,XxѳpNq __QVxzT|P_#?,E}9w{ʎr2]u" Sw;=TTaiw%]t$%F{,m0/qS|U%mp燆]ےo7wBSo-Z߁Fk77h3/A]封7맨uc_l6/?]f%*{Tģ/.4@AGm-4н d>u)פ-mpk?N'gXTQ#Dvʳu!~nJ,OůGkcDmp|mS_ ǃ}~Ok=wKM9| V/ĕN &>MkGZ'R-lnVK=>j_m96!w=__\ Pm2V)fhE):Ռ8tJĞf[7 'DqkZ:7%.mvm?IvG IsW%ʚ[dnAVZMvʚu&'+uB77|ͣひq6؉(f v1\$>p.6Qb9ZAF(eLo68o v+9
  • sA;oUѥ!\7j>ƣk}5@o0hS^oA[򯔙fɾGWi}.uŝudžWNqU(nėwE6-q;7d{CeCdD9#q7k`pY]7X=/ B寡 >%!`Vf=}eiQ_}te-ǨiWۣ6(𐱍%q=CG2jS">$Npvӳe>8%vK`/7f[8fs{ܒN/W.Y}Z UTsXO*J)qwJ\)Ϣ̨. }7 a9aďe/{Z|v}+UsQoPC#5v>wٛ>vM"fCBtsTjqiw;Y6-ڏKAg$o6u{p2"~6Rbz[J袖XPԩo>j --J`3DF}7!MZk kQ_9<?]Q{P;ױA|iR彽OiZUt/wŭgg8g!|F*[tVPb$8Ne6Xu,߼aCco?:3QԗsGMtiɉP0cWd1>+_l24sPJwPDiK,it)Em{f'|zqH K%vńo|]}=@W iY"|WT֩oT_GoשN}W݌K+cD(ӋM_qV֣vj.QYLKŅ8StÃ| тgQK\yYjv3 D;6!ZT6j:)nQYfƽ;6(nK`VDE[KԷC7CV3:-[FΔi/29VJ3e·=m0uouH}#pkdsJ{pMJ8~s|C|B>77̔Ǽ#y#PTsЂj(1QB0L؟gTc)1`+3B3 (<ѾETSߖcOQ_:7[Q_.hw7Qꬕ/(F7M(reFm0o 9H8%^ҳ}eصN~] JLN6}u ^烏9^%@u=` δ-`owXW6uxp,[\thiw3pr$p-;Hx59(7L|(4蘍YK{ZE CdPD v+dQ_9Bnq~8f0Fs%ōW7e=Fԗ*u:S}z5`g<]Ϗ|u)Oښ0o2X`NkS1Rv3]64@.<ꫯ:.3tGںt }cS1/h v@O8!G|KN.^J7/rґ'f,eɲes}ciq[>Sm wE.:=C;ʗjG4X:W~R,v%OL6x:b]( W .G^|΍EF`]+J|PģWoFdžp-7'Gw X9]k"r6PAQPi]mf'.'rjԧҙg;l v-h>3pr~J#rtlWwʟCeݱ>>QkS7[-%5] ;+{M?=T0ά^{ذ7--1D˼,*X1WJ~3D_(qt=ձkxzHx&mgc>SW_F}#e8?ݕַ .,=^|glo ihPGiMq$c~)k_cX2RbwTB~9NȀQr]qN Ȋk*?~|*WwT6;vl8?ɸk/\\//>ζD}hw{`s~Z5nj%_ ax(6ؗ<~""Ք֔Qٳlqs78ZN2-@6:ԹZߙ]4=fϋV?N}۵œόu)5ӛɴ=džַ:VMw%Y/8Bw,2kpu2J)7`YaFlt ,&ts\mQ)d-z52G9e;W+_{*_\rn/U&f5-ŨR-^q(]K죢k}gO>fDwiiŬ>;nkyQh{r}m3/ܱú:m"wEQ_iwuLhvw'fvw(S)m})qz /| {jp~~oI * .jM{3 ŻdOOXZbźS>:%ϰ;T8ʍ?elq-`wxP{שASS`iP_G esڪww̬YbrZ]tmҦUXE8jw] -J g \DͶ`$E Z_ro0ڵ?'%_eU>Neq̡-__9򑟺:L|zkk6iM^JRǁ"ck:*Yюuۣh(1Jv p)s;/upKedFS>Ql!G7۝r>qp__buHqu 󏯯חmQ)nK̡9\_9DJ,msP??p91mMhM3{v0ྵN<SbiGycv-Sb v) z/:{cpZ7ܸtce@Y|qϴ3^vmnL[;(n(OQ\?uC ޾W\1h^-m(nt$7%N+tm~젮 Ng.x PUβ9Hji_ct_ߙww]mmBe}o=-t&!̨/Yv9/C֡_~-ᢳ/1@ -k6wut$Yן*(J,m'XֿY!eO9hY Þt];Aǘ @S :jq3|F^wxPQ{sliw}9oaqNCqaCr9n1ɱ䂧O|~K.d++?K1}kGm*{-=T8RǖkF3-uo̒Ag0(jF1\-%=/J*[ #k}oʊ΍ik[Z\Ģ=Gl΍ʾ?~a2KD鬗2[p7肳7SC>&Ga H@t0p2uD(SbF]w{اk/߲HVS-~>[ZߖO:W ӛT)_)Wz7:c .ux~K/ū_85Jc}b7֢e6Gl_PJ&@jr1q`xc3hwYATxr] %&j% F;8TTj:j~YUZkmQ@@u~ܧ7:0(^>wwJK]Tӹf`kwY;u$tr,Q\| 3fQzсBMjM]K|-leq{% KĢtދDُ} QfieաcŝM}[0GۊwۺoKTٵ'!LيTy,,/j+2kJC}RyRYދ=*w:|+BҘYEm*K6 { =:iP1;ʏTƔ%;|.AցD8ߗv{i9zWJ׻绫c nQbOAU+>ߊ;UxܜoWgv򾶼T}46,srm.ӟٟ-O$- RJTa. tQb>gXЯz64KZ,GCq`4^r(q;lg>NU;j v>Q٨u(ݲhvv28݉7/IfK׫ec]cl}ˑCiKG)eMK@5/zK+2r p.̜$'}'WY_Mr(f'\c%v-kPA)qNu+AP;Iс2AIF8NAmbKK!+Gu$i3+*366۵-*;u"QugUv_ߌgqaQ⯿Q٥CoH, $Rqj.b ɡqIBِͱE7YWi`~_Š(x'̌WwuqrpJ*B袷,熇́I'[V|6>C˛/14N}U!DYu\g-}nxIS7sT z΃R\xQ\iߑZIKg0?2ɓ. ɴơKϖ 4ݎ;&>f ;ĥ!P܄rⷝ| .v c67ZEKX:lqP0Rv9_Bq phG;CN}a|z#ō:uw-.[|hw8zkYꗘL(#u@qcSόM:1le7tSeuJ 7}n={FxvljrnbJ c܋R7hPAB+h-(S֠=n (&R=*㙉Ee;NEi}\q+_Z:2r=dذv2zы^4,^H} ,EqhS=>O׾j5 AT n\XKdUh[QKNLj}mV%mVQ)iw3_HYwkkРGP\3_L(a_䃙6GOvVDG-2=}̠/~/}KdǏynTeD1O+Eƙ{UcƩ/35dX|%TIG ^i躘9Y%oE1EA)3O涤ŝ̲[++lG7:*iq[TYܡ>6صB|%n#G*I|ߵ˲~e(k႗n$+/v('; YCdLPR9??ix/q1d#7@;H!i*; 9` PoGdW1[ݍZ)nmmudžUzy;H׊dOY:Or<cJ:*6 ڡS;r4ki(Y*MD ҘW\xzIL|K|3C2Usa\{%ct`N*K4 ɜ[o8Hp +(_:;Bzowű)w*WH}3mmⶨl5]{\+;rg~t֋/"H` ӟ>vT=a[/ B3qB(rol0fst&wTsĉ7AqF9*d5hkG>e]AۋUUVx*5trA~w &n" ƭEL1Zӛ޴{F)=Ϭ79-)ѣGSNT9ğQ[='z6XӘewq ~NyDRrIU;*('{+c_r-.3_FqÃkw=slp-nKEe[jG E c|ۜQc#c)r5AK9yQEĘfdAF5~t{wS3r8xQj`Ǟ.ZhfHd%A9Ji4O243jpHrāaӻCŠV6^cڞop|EttpN|F}:  *>@[ebFߗQ'cQT^8(Ǿ)qOb*[cYFb\*.Φ JQwCKoшg]71b>Y|+ZZ6TSL[;,kb%=*_Vg#fY9uE_?C?4ni˿q_ȏHq)g>sxTx K^%(ڵPhϞrI͐*{"ujD*ՀVlRx13:K2)' WF$}:=QK l*Nߪ|c6=({`F[ OxBWa+O<#jʞx^] rp.:7OiEjN}}wO}tEMU+zZ;̋ =7Rx.E}EUE}|@N}yĊS>TZSc \ܲl\ 8qpBqԗoof*':R^n~C|lXS/JL|QDH? Z\uU-yi,PGQP[hkizId:RixXu~B}z,E+ǃ]G+> 5QV0?>ēBi;Z\K;^'0{|}Iu`J|.Q˅*F)?hO^ʽUvA @Pe{*4h3+[$Z_-M(skq3oWߋ|BAg86CMͱaoQY??Othէįdxy^LCG`\-K}[TE['S~:8G{PQK!c`*/WԦ=ҌQܥϝʮhq3 Q#=JtG}[Zɴz޸U~~+R^Y}<5Et53 kPA˿⡲ߑQ|f*g;j)S;&p] KSu8zXj@^ڐSxKZ'ߵh_=Ψ?XP#5QJMǒ;x(kK_1hwEe[gď巴Ǫmzb}Vғ wHq_V(nBקQSng<^TYdYƥQ=Qbu~[ZPϜ|"Xr2J و\;J Ne=(.ԩ,KAݱEAO'{p7ƻK/|ĭ6XU?YӞW5,JvX[T~8T9+guVT2|~K}[Z'_Y}FA},w{z*HKt[)eT2S_-ƥxtv9`Q?և׍?{Ginn80,7=>wt+e"w*vXɓeWg5ps VQ܃įKXϹ*iVBXI} Ce]&14B8Ϝ93Y*1VP2jx"2K#Z>=Zw>P׍>xx~?9_ͤNAץs{>ko$^J#ALqq1Y{tXS<?OE{FAkVm. "%WP@=,q$=ʺn<$Us>[ Yv—5ump)KfthoX'ό4Bw!ʼn:Qn;&RNv1S@e.C, EY=ǫT<+^3J,O^}g|ʊYndu.5#뢋.:ŪO/G~_VUNMՀޏpя~ttmOJ5(Z~7hq=ѝҡ7מ@)Kz(QTx` Ѽf7jw}kX'  eI6h},C<{6w\A~DpǀBu {xw=3ݕ\'gXW}/M|^'k+@2 Tي8(1.*Ty|Q\VI1YNˠEePė3KS?8gGmpVrsKI[; iQVw葃DoqBQr+WF -I9u(iu.Q=/^| f%leXY4Q[IDeБz&QeֽxόZ`NT6urnTh<{}/q+^{ԧ>ʮKϗ6Xv|3f ]Z\oe+_^K0|6R)?eñoivu̙qBrD}=PkĈ((\ҸyAbоVf˱2WES-Jd[Ux`ѼvWWQNUo>?vR|>]M@mp{7=*۪O/X,}U>̬8B86_yC}- jxFt|=K/)qi0{s/*[JQ\2\veg*GSķ9,5猳lz=jөurAE:ܳvk_D%G__QV}Zplzs`uݬ>CrkneHpu-mfPT}q3$xnbJeʹQ۬ޣ|$1FL kiͬkhw]ۚxy-W5RmSYQ\Nuv`~_d.d-]%־ltߺ EGe)%'B*huYfkoQ˿J\V?$ J,"n-IgbYÒd[Dvnj]+Ò^)qDH[Z;3e^)dgum@NM[Uɐ"eQYc\m, sۢ_.qVvi${owa -{='[MQ2`lc&A&V SPPV#f5C|IBYZx:X,R(/KH}/JxQ@}s/dJ}w{5GʪQD{^v9NU^v9ax:ׇ,oy5唝:\u$zv6~ ]ךA[Xb,Kfw"QtJ,-BL% SԔ%0{VN}W>(r)S6qNe|Yz}"ujLQ\M,sgk\OK@@LgTU(P̧}ABCQܢST9.m01:R7 ? Q̋֨X(nNY9q['R,5NB7kiT?C|r5H6n7[1Pת?Vb=;|: W݁P@܀L#滿U Sߨ+^G*X+^+pT=^*11,WZO6rT}]U<ꣶ^~Mv0g5 [f0#+,nZv)^l-:q<Y\=lRqWW Wg[V' PMv_)tN빥/#{=L>FYUK*u~}FcP}G~z-RXbT娜-J%/4U GxbW۶Xߨ*+;&ZR}ᄀ|g3G9ĮBi;}k)5VmdŦƁg_o)e~sW?S[*eG*Oo9DVU6Jx|gVoߏ T_$Ygq'3yd)4n޷`T\M(5*z6g_/*1*tg*j*JZmQAxl[7zfd*w -c}}"ȶ7'<J"9x?V[:g}3K(37c3WYb}GÃUַh1[gXZ;m˖T٬0T\݌;-3|J왩}PCg.lpTe5?k[K-8{Q/ۥ#mw+W@uޗ/)PyR18Hu6HYQRq]ՙ#J*6 ULXeRqh*B׮T-V9Sm1ש6- V QZҩuU#ˇ fVڍlqwW1#(y<+bD>=3 ;:lF8~D5"vUY}?TʏX>B$Kޞm,8cw+ai}K<,qẗџkl_=XyZY_n&pHpGqꚾc%U:^ # yAbUu"W0\t.YOFWqUk:iT^#_`9H̩T%*~$ly|;K]SUR׀sX*GVJ\KeE-77S}M TY\_:BZ~)7ygw9TR}UÌ awQ}fDDgWШNM7^~M%3&f/?*;lիW*UU7ڌr}M6b}%q{_qշ ]egUߨP*h ^<\ˏ+x%U\*c)5W8p]-Rʼnr2nʑڢB\˅Q%vv7 }38gB>}WؐY|dqT/(lϠڧ|r GVFPcI w#`7hG4ZI+qpF7:T\ٸ=c=u Ubŗz]*+PL:`GxO V΄{|8aʇ%&~NUU Vy.^}tvWxr=QU^s'_>NJQMEVݸqc> t̤pR1r9,v/M5y:FgQX)^XR $N9oJUbYNjǦ#Ob.>8fʼn {I_=XXf*;0;K64Ã=l0쮫ZQu -W*.>{~S!;<;FWB#Tbճl)Cx Hr.YX|5yͰs 1-E30+W+pK%v՗R]h}cFx;zU\|z=]U&ڨ>`~7k4X+qBۿU\n:9ufm5#F!&Mk^sNM;zF\м7>{e@ lgbm`ClCg,.Y 5D%V<0sDZ>GGZ/T={U1Wvs쮳N Rq3w:S5Iv8OWTt__|wQ}k/*nMuޗ~b.<ڧLN?q|quzrlJcTEeuX*q*g,1*qV~Pq챗UT bwb|TQ}3 QD Ym.a{ݨfnuU\T kT߃ZvZ<8P=yajrqG֌>7'!gu#e={y| ΄Z5_E+k٢ܡm^K%>`JjñTmKudž̞Qx7>lc|b՞:hk>6gP_/k~|)ZtRe꒨G=,1lpM%o/ gYT-;T1*GRr/qI=}!]`!WMunT}G} QVvw}Ǚ쮱C|d37S}WH|#s8.&1`tՄ j1׫ť=+A>-RNg fxjqϣ8K}J]]%nǾ3AcmThW}#{zbwTqQpt,iCm}P=_ݥ|T_T\|}%}eU3ⵂ9J/>5̅4'vZq8eKku/PqG ѣGGqlj}cⱠa#{M\%uVG W]U*WVfdwlp*mtl%{lpi7,[FaT\4Ռ,]nʠکڊ9aT}ǭ2J.y* AeU}Te*hpP{>*g9*w,YExU,13]Ė/qb&1 G V<Ċ'J<ďB-8Z*O}I| ** Tef; T,^Z<^5|Uv^U+-7P[c}k⵵ǟ뉝Fu -5]%Fu ݪ xCUVNeuxc-gj q@6`wxpִǧ7ħ,7ew[HdyYdxg7wTk^JQuUY?8BqA Y5RF{T+T KCg^ 'Yf5-68c3wg{|]%.G(++_'*ZٍG"Rn9ַx:#R;UUCg)*bU~9/V}UOM3SQQ}l|Pv8%bęDT>j,]d_rf*O>ə/4׋CN/GW쨫ϨnzTܯ}kǵGtKK#8n*nT_WAtWLU: NwqL`eН *rd%VRc tHcE,圸n*Iĭ]%V9ƷT_c(Ot@%ftPQÆWV)`]|w]ERltl@|zOoc̱A;*% !\Uv7HUVn t$]2QF ?:H*]*/7ʞ.8{v<cwU>)mUFUW֟x@ w7:0,[c}U|TqQr#gUK2Zk2/h|>9|^УS^e*qO6̗xJ;h K<'27'̡b_=3Xo;-Usdw'ݸ?w6U_jTӱn`ItqǖwIeeC3wK%D?^qZS*UhMn<-aMUY%Q *Q3[G8rtX!$e~fa )eGc"|Γ\elp|^*nt]8S|*A-\|W1o/-U\|w&a}7+̜uT23T_vD$Tw*L5Kb %uJ=g=*qTeGUy`/eAU>r {R,rԧ6E]{وCΆwE笨 NJD< "|wYݼ|gjs6?Gj ċL Wj;FmQE)s0mPE}V!Q>yyvltxTZ<wD/&0Hڟ̲eg.Tyv%g>YՅ<*o5>Dxg6\$̧w#>8:Ugwk,q\KEhofl0 Rk/*:g+ #_eq0+G>]ؘKS՞=pQsɷVyb V ı9X_S]|UZ7dǛ &ī}Cl0l xVL%=UP3Gf*{bU_ިF_x(]$NY9AL+Т{ߗK78GS]Q}38cBgu{:5XhndkkP}kz٘3 *XUS}X_zo>^gqu iCC\cN;]eg7n>$ⵢ*~JH|[*qd[,^T~Tk2*q??m-څJ%FCx:Lk{ZTq0W>4}F67wxb,΄x!/یB'f1LK*޸q6^>Ql^W{*\d"Tq1ԉAe_bSq'96xvWe ,\C{cjesl0vwX꛱YvSpJ|1>۬Od_cwyF|t=^Uߨ|.񨬙0Y֧7= I ]S}#쾸B+ן3MOÑ 5_A"Qeϝ 8|o{UܥlpE+kY-ttl`w[l0oR}=Y_qvwZC`g5EI; 8HGU[qCj*nP{cSX;K)ď*g1~Tg*Ԟ5m7"Ev7c]TYg}cĮڕshU)'>ѥĻJ`z|Tp,u.?(Zv߃jU\:ķ.*wa{]]‘ę ]3ַZXZe˾N vW +h#j +!bv6m#/WU_UbX_& W}4p+lQ9s!a =n>>vܺEΤꯉ$|J>$Qq]%TXK%J*ix-U9 8N(~g68˶&` [xF_2'֗*Q}ko`/CIR:QI` ao0l}w]|kU&mFx%G7agUQ%݌ n]o1u878WPqɧ7B́%|w]Q݈qF}7\S}#[cW_qXx>x=%B)s ֪Z)MQU+c^rp7K|YJ|W%v{@o%kǸv;_>G.̩-պCuw!B|UEDx"I`̙xP@r2v7>ʩF^R}-qKE=ᡦrg~]K͠jOuHv6Żo2+^*뻎j}P}k(s0Wek5lo+>{ GH2v6[OPM=l,9Rcf6Bu,m4A¯EF]w:N$*gw2:{J< l&G JvxoAKz[|0MT_fo~Ì-;87wwײ #WRTHUfR=b|RN|BFp}77xeIJL֙pTv'\ V|H'E}%>Ùo_=Xuj1;[Y67])s|U vlg07RxiI*꫉@En&x`YmOF*C aWK9lb_luї8sheoj؏R}KGN!;z=SY+%(!oVlS}'W}}a>ڮV}h{CBksŗՑgeK4e;==`GxFg ְٺ 1*Y(. %R}%,q|'$ VZ "fߜuS]J8sXmSs=s;׳\VΖ9<ʊOTGT_GLU<m0űl#;.;k#Ցlnb}KIYߊs{!l|}Q}V&%~!*FD|j`j MW `?3c& o=V"H/}C=w.e}G6ξ-]S%-%n9ZxK@;*doC*շBGշJ#^]/oqKL*n9v#Ud?tds >ɳt㓚g#DDKj, *qM,q= \Sq#`ALuwF>sW {Pc<:<\Ǚ3j -f78d;9`` h\ܮuX-e[n_S+*Y+{]T}[Y}VHyuv)K5bYjFwS6,[AEr(9sYV MrupGl2'A H$9{u| n1f=A";Oϩ5gęO].RWSdž-S[ܢOʙ*OOUWVEGTϩ6s\w`_aR< 1 :.]Κؐ2ibI`KK :TPbW̪_JmЛ b>@3;Ew M:`W6A+ęÃ2 Ã:r/Fm9B3Lj wеj Mu`3`TLzܢ3AΣCv9W}EA7UYYG‹xW}ѵWow< 7X_j{欯ǣ[ +;OX__e],kLΐBVoۇ-muO0l׷``_׵=t5:!ͪBG6Xsʄ1G3̤g#pg%^'b-{J9D>MTJXܓ:mk}cr.}̦79B<)*nL9/ fUS}{`?u^WqocYv?Ȥ)gZ}d*ngx7%j,qJ\e}+*~%շeRc}ko.羾5Z+te{}}TbG%VI!d9UDŽڳNxVme_ "mc"+Ĉ>Xb Җo'jH[eaqG8lJbgT 8۩{U⽰>薊9B0;"TKR|&P*Ub{ 61P\$R>U3vH:gAᇹgUgQ}y9B"ك\O7CwG%/.*q+]9Sq$/oR}]YGo*J >~&EFL6;n=I7`=IxL FS}hKTb_M &>ꚽL*aPB* oKTqG%v8A;K;6\o;:\S}qlsұw_Xw-7b`Mxrj]bbq3Wܼ$>iݸqc6X/K`&+//eql]s5>_Tʌ li^Ξcw{!T٥ 8*kbU|i-fS5Vy'68ŎTJ.7+rsm]c=s0D櫬qIŽ뮻&Gk^kvꩧkriMVe9"_\ՔjrXg>30z{}xL{aGǃ I T}cFl_]xx;H/flpK% vfө`rTwk\& {o6x_,q7x'\;k+bwWlw_ߞTbQ}8Tg|D5՟K% &˜ 'E֘M6_*㘑ysEe}o/1'z]XZvlG>þU_U󝶇~Jٗ.6xţ FUv ZTtWA'g6Nܢ đ`W6aJfb7K%K_cԌU\gN%Llg/QunM FbxWqd*1BlyLIgsΚG4pյF6`gl|at ]V ={u TS/&窱;NLxNiַf*+*n{TŻǻÃT}ǵv7twF39f!d=7W}r6Mǝ o0l'/ '~et4X›}HXى]]|g6CE &%퓱īk6XrJUɶVS5M%>n՗9?sZ}NOO|}T;s׊裏{ڋX˗/O/lpfmrd[*_wU?܇ !UM_αKT>KXbcwģ8kTV\T_m2ַY_pᆙoR7^9ol{wf܂qM-շ &^m`0~,kv/ox]wgJlcٮ}}*PZݾvGUܣ68U6N}JUڧ,&`l*Wlq:딘.6Sv6JG4jm-7uV6[5vPqWİ*K QUY_vG](r*e?F0 l;7ʢ=v H7 k8ò꿜}y<6ڒ seZQJ3) H^*,q9N7س9.Q}%^]$ϱZ)sMJʍ.uxA%UbMzI`΅}DŽZQU' fb$ߣz]. @+)*W+ls|}8H{/qM%%ī ۫Jf67s :6d)x /o#T^u_巿+hAǤ#T\=o}[]%vF[g}܃kП6t S}<57XkW5r0vP>d>^/OE%n}|]%VAPKUo\Q mN? tVrg3epL<\M6}5_v:E].dSS6] X}7T+KTb]oGWQ}>+ִղug#lF|J7Hj0g%oxf܈o9B//b^'bG9/Tb/׷.R}Xf{a,QWYmxt--_ʙu7xSbz3VUxѥ[2 (7j^0XKTx,j5cΪo-/"*?U_Novjx/C=[tpOYڊ/ި/Aя:x8ξoagp`Atfq6Rug"`瓍e ,:U P `UTqjxrBmDv9RnL?c|K,UYS^ ^F7R.ʑ nvRqGuX7]mj٦ *VV!2Te0gD R ~衇a%7}kJkR5_OZܖk◲K3NJ ^6}3շ  Wqp]}E6iDGb6S \Z} {'NdE_ܚ5K=^R%,񢕵lQ};XߥKKK%E5-G8Bo V"cDeq#=96XP`6X~W}@q< qG Tߣ]X}s*qCV|YLsl@ݧW[U)+[˝|=)l-\gtr]w +lsęoүxFvT_0w`¹U_*qt|/u6x.-nJ\c}[kX9__]]D -wKydJ nv6)x$:/6}aQ}I+IQHhD5vWV{| 36978Bc,r]gRJ+[Ɓ!J\t -g9**߯xgK]|ahbUjMlpJ_}K%'r^ctV$}G$}Ǚ;<6x;8[+շ7w_V |m *qMuVWxcUTYW36!R$KUIw`~ yvl׽kGlmvJ+ˋ螇KڛoAb=\M%nѷvoٜ;]U, =g6Lv!**r&$qtewR0}lz-f" %^zeX_TbxX_Xl& 6O)+U3go09O=Z쐨J<9UnbIR}{op+>&c| 2ΧR>=ն-$&sb}_5*l?TJw wlx׻޵w6WߋβOT}M!g}uO!}1[;/x7ԑUbPQCTm9u LbA*1Q%vrh󜻦 3T"Lv:{ !6cg gf ,gf'RArs#7^1A{},# &^`? ڈcXJ(dO/Gx˭QWo7G3p%1Cm7eQ5=v  ˫jFŗG:][;>q0od*_TꪁNl4~y{JܖD8H>xX/~+[Memomopf>ib_ԱQ0q]͎r`8-oxf7Xlp|!Ĩ-U`RClTbMn=\g`ʎWS3]+Kԗ8c{k7ta}#UR6x7.OXIw\oJoN7Mc9SZqT*Zءm_ aަKgX}5xg688b;B:1JGKY_rӫA3-ng}OOOzKUO0(opG|1s 1ebbQ}a]Nb&gf*$Fɗ8Ts,n'ۗxJ|G v7S}}-]?v۵lqKA8B\!;fǯ|+Ǭ`>A?w78c3X3#<k%fQ^`̥>W y[gߙ L8Z, OQ}=_w+o7,bAr CpY⚃ lW:_i]oV!aJ, }8HGU|'{ %Nz)??.Fw `k6X@!3lnW`T%v{Xn52IIFG ֽq 6==[\AB^L AB*1]|*cN`W}w`q'QlsXn.68&G}k5;T|K%,;<<-_)w*680;%M65lW OvBdJ*؆-3BUN}>jYv[)_ڦEژmlpBRd9e [[ΝBdˮTXR6783F|m"ON ʯ *J쾾=oۓm \GWJ&̠8m Mr@Ql"`k8f;bͩr&KF՟k9[Xf /KZQG bR}QȧAbNE+XKGVy/}KfD*(a)LR٨P1 vq;x9gG`_es`!u6}#̊ʛʜU/)iP̲`W`DO|9z vQ}lq-lrK!@@mUy5G&6X6= @l 68>Bq_b| Vw_?XȸJnDcʎ3*/ta}w)8*xs3$TKI%^ fFW}c8w`68<446}-bm<*\nQilq*>c"߸qRilp `W#)?gTjM_w}p[l0 }t:8׊o`IygrK ]tT/1U_=azY |_pѭGvdVWx~ ;+ॾS}YQ>e9)cv+]$|$Z^9* vw_k}wf3v4SP}*oGշaotlk,8 : !X.a9ƟTq6s6Ux78#ttzt]k|{*Y*b#V1P~}EQǒ|z_)ʰslnШjУ xPc7Xokd㓜´gndk=A|g`ww/a98:U_+J)'U_ŗ?,4Ʒ>:Oz<>M˿ ںˁȤR Fݍl>|E~ )I:;R'gOOC<“۟RL㍜Rai|W.*8:Hp\%V2 Ľ{<l\;6SY3vL9/*6U7U_o`G ;2ξ!\%Ve; O1[Bjlo5hv`gc`0*uk%R}u'ZXo7 -6س'shA%z9>ʖw\B[{}ê#zm ]wlq>ӈlpS<,s2 &}cv9Yf-v9_`MLb<:xlߌ x=P8?DK<fM i{ 9[{6j>KӖRVcq \_]N+Tb3n[Y΢ox'6U\Rԩ>Q%NXߣ9_=+TM<*1r8Bh;;2tReaoܸqT:O/ucl0mQUb_ϙ*6X#vڅ=5X׸=r Kv9Mڡ<*_y77C%b5\h1Pq!=->>/ Z=xUYuZ8+G7Mם op}7X,>ɰjY_glX׿7rpa+\t8OcX⽱; ,ִ8;Odk]xJU]tg}wxγB/qT%l0/UU{u) n3,np`}3[ A"8vawa}:HV?OnճyZwok6!`]t`:Tb:F`=r=֡` vGTnܯ7Sil  `]%\!0 񷋃&Uj8WefFG]T5l0Fڨ5P5Vø!LY :BD__O} 'G"^~daa}LP;`wc>r>3r$&N:'ABAVpg^*15U6뻔 96sBτ|QeZmeݱ!:BJ .Uc<ŗ0ĉoU ־v)rPyOlpT}U&ҩNqf Vj{`Ԫ&2) Kl=`3}z{TܥlҩZ_lhgZZ ֌}sGnGW-{zaub[ޞHg`M].F|$opX7 e}{ExIsul5BjXY~xeV!Y;5Uyt؈WlqopM%6}~k0M`q_jb;u%~ˇ/x7}Zc*!@eu⥸fAQ u6X-UY([^6XTn٪m*=wqԘ]Ho!wDT%t8:Olj*qKH Vf}d[az-՗G.x8g=,x1/:361fuo /Ĵ3 x-0M.>N'/?56$$#=n%lG;.tvulqA;nŹ EA`ԅGBUv68-6Xc6"^.(ZGeC:GVj ce$f_k|Woi+7*,Rkϗu1G#\s@%|wl\u:_~}񨾑 ~gJ]96L>؊Y`]GkR3Xu!DK1#%npPg$RƖ0^w%lo꛲s6X>1^UX/ţb7[J\cB}]r8*mFeŵ*+ILt.ɡ LQvV Qa,a}ϛ v65c58p-!E2vwIwkl{ ުV*~9H <[+[9`W}EvvWY]vQqw%>{I.pxX 7R7G|qUw_