ࡱ>  jcdef q` 0nbjbjqPqP 5::٧jjjj8. U2@>TTTĦD֧$LTNTNTNTNTNTNT$;VhXrTQ"rTjjTT^TjTTLTLTl R#T 4zH3 T0 UUYUY##UY&H TN (rTrT^^ U$jjjjjj  The Magnetic Tower of Hanoi Uri Levy June 25, 2009 Abstract The classical Tower of Hanoi "puzzle" or "mathematical game", invented by the French mathematician Edouard Lucas in 1883, spans "base 2". The number of moves of each disk is given as a power of 2 and the total number of moves required to solve the puzzle with N disks is 2N - 1. But what about "base 3"? Can we modify the Tower's rules to span base 3? Yes we can. By modifying the rule of a disk move and by adding a "magnetic" constraint, the now quite challenging Magnetic Tower of Hanoi puzzle spans base 3 with a breath-taking elegance. On our way to solving the "Free" or "Dynamically-Colored" Magnetic Tower of Hanoi puzzle, we pass through a "Permanently-Colored" version of the magnetic puzzle. This Permanently-Colored Magnetic Tower spans base 3 exactly. The total number of moves required to solve the Permanently-Colored version of the puzzle with N disks is thus (3N 1)/2. However, the Dynamically-Colored version of the puzzle is more intricate. And the Free Tower is far more "efficient". The total number of moves required to solve the Free Magnetic Tower of Hanoi with N disks is "only" 3(N-1) + (N-1). The solution "duration" in this case, for a large number of disks, is only 2/3 the solution duration of the Permanently-Colored-Tower. Is 2/3 the shortest solution-duration? No it is not. Some further-gained insights lead to a yet more efficient solution, the duration of which, relative to the solution duration of the Permanently-Colored-Tower is as low as 67/108. Thus, on the road to efficiently solving the Magnetic Tower of Hanoi puzzle, we climb through increasing heights of mathematical (and visual) beauty. The Classical Tower of Hanoi The classical Tower of Hanoi (ToH) puzzle[1,2,3] consists of three posts, and N disks. The puzzle solution process ("game") calls for one-by-one disk moves restricted by one "size rule". The puzzle is solved when all disks are transferred from a "Source" Post to a "Destination" Post.  Figure 1: The classical Tower of Hanoi puzzle. The puzzle consists of three posts, and N disks. The puzzle solution process ("game") calls for one-by-one disk moves restricted by one "size rule". The puzzle is solved when all disks are transferred from a "Source" Post to a "Destination" Post. The minimum number of disk-moves necessary to solve the ToH puzzle with N disks is 2N 1. Let's define the ToH puzzle in a more rigorous way. The Classical Tower of Hanoi puzzle description A more rigorous description of the ToH puzzle is as follows - Puzzle Components: Three equal posts A set of N different-diameter disks Puzzle-start setting: N disks arranged in a bottom-to-top descending-size order on a "Source" Post (Figure 1) Move: Lift a disk off one Post and land it on another Post Game rules: The Size Rule: A small disk can not "carry" a larger one (Never land a large disk on a smaller one) Puzzle-end state: N disks arranged in a bottom-to-top descending-size order on a "Destination" Post (one of the two originally-free posts) Given the above description of the classical ToH puzzle, let's calculate the (minimum) number of moves necessary to solve the puzzle. Number of moves Studying the classical ToH puzzle in terms of required moves to solve the puzzle, it is not too difficult to show[2,3] (prove) that the k-th disk will make  EMBED Equation.3  moves given by  EMBED Equation.3 . (1) Disk numbering is done of course from bottom to top and as Equation 1 states - the smallest disk ( EMBED Equation.3 ), like the least significant bit in a "binary speedometer", makes the largest number of moves. The total number of moves  EMBED Equation.3 is given by the sum -  EMBED Equation.3 . (2) Table 1 lists the (minimum) number of moves of each disk (Equation 1) and the total (minimum) number of moves required to solve the classical ToH puzzle (Equation 2) for the first eight stack heights. k N12345678SUM2N - 11111212333124774124815155124816313161248163263637124816326412712781248163264128255255Table 1: Minimum number of disk-moves required to solve the classical Tower of Hanoi puzzle. N is the total number of disks participating in the game and k is the disk number in the ordered stack, counting from bottom to top. The k-th disk "makes" 2(k-1) moves (Equation 1). The total number of disk-moves required to solve an N-disk puzzle is 2N 1 (Equation 2). Table 1 clealy shows how (elegantly) the classical ToH spans base 2. Let's see now how base 3 is spanned by the far more intricate Magnetic Tower of Hanoi puzzle. The Magnetic Tower of Hanoi In the Magnetic Tower of Hanoi (MToH) puzzle, we still use three posts and N disks. However, the disk itself, the move definition and the game rules are all modified (extended). The rigorous description of the MToH puzzle is as follows: Puzzle Components: Three equal posts A set of N different-diameter disks Each disk's "bottom" surface is colored Blue and its "top" surface is colored Red Puzzle-start setting: N disks arranged in a bottom-to-top descending-size order on a "Source" Post (Figure 2) The Red surface of every disk in the stack is facing upwards (Figure 2). Note that the puzzle-start setting satisfies the "Magnet Rule" (see below). And needless to say, Red is chosen arbitrarily without limiting the generality of the discussion. Move: Lift a disk off one post Turn the disk upside down and land it on another post Game rules: The Size Rule: A small disk can not "carry" a larger one (Never land a large disk on a smaller one) The Magnet Rule: Rejection occurs between two equal colors (Never land a disk such that its bottom surface will touch a co-colored top surface of the "resident" disk) Puzzle-end state: N disks arranged in a bottom-to-top descending-size order on a "Destination" Post (one of the two originally-free posts)  Figure 2: The Magnetic Tower of Hanoi puzzle. Top puzzle-start setting. The puzzle consists of three posts, and N two-color disks. The puzzle solution process ("game") calls for one-by-one disk moves restricted by two rules the Size Rule and the Magnet Rule. The puzzle is solved when all disks are transferred from a "Source" Post to a "Destination" Post - bottom. Given the above description of the MToH puzzle, let's calculate the number of moves necessary to solve the puzzle. We start by explicitly solving the N=1, N=2 and N=3 cases. Explicit solution for the first three stacks of the MToH puzzle The N = 1 case is trivial move the disk from the Source Post to a Destination Post (Figure 3).  Figure 3: The start-setting (top) and the end-state (bottom) for the N=1 MToH puzzle. The number of moves required to solve the puzzle is P(1) = 1. Thus, for the N=1 case we have  EMBED Equation.3  ;  EMBED Equation.3 . (3) Let's see the N=2 case.    Figure 4: The start-setting (top), an intermediate setting (center) and the end-state (bottom) for the N=2 MToH puzzle. The number of moves to progress from the start-setting to the intermediate state described by the center figure is 2. The number of moves to progress from the center-described state to the end-state described by the bottom figure is again 2. Thus, the (minimum) number of moves required to solve the puzzle is S(2) = 4. Note that two different solution routes, both of length 4, exist (1,2,1,1 shown, 1,1,2,1 not shown). Consulting Figure 4 we find for the N=2 case -  EMBED Equation.3 . (4) The small disk made 3 (=31) moves and the large disk made 1 (=30) move. Thus far then, for the N=1 and N=2 cases, base 3 is elegantly spanned as  EMBED Equation.3  and  EMBED Equation.3  ; N = 1,2. (5) Exactly analogous to the base 2 span by the classical ToH (Equation 1 and Equation 2). But let's see now the N=3 case. To conveniently talk about the N=3 case, let's (arbitrarily and without loss of generality) define the posts (refer to Figure 5 below) as S the Source Post D the Destination Post I the (remaining) Intermediate Post Let's also memorize the disk numbering convention: 1 the largest disk 2 the mid-size disk 3 the smallest disk Step numberDisksFromTo# of movesComments12,3S (Red)I (Blue)4Equation 421S (Red)D (Blue)1S now free33I (Blue)D (Blue)2Through S, S now free42I (Blue)S (Red)1Post I now free Fig. 5 - middle53D (Blue)I (Red)1S and I are both Red I switched Blue(Red62S (Red)D (Blue)173I (Red)D (Blue)1Puzzle solved11Total # of movesTable 2: Explicit description of the moves to solve the N=3 MToH puzzle. The total number of moves is 11, which does NOT exactly coincide with the "base 3 rule" (Equation 5).    Figure 5: The start-setting (top), an intermediate setting (center) and the end-state (bottom) for the N=3 MToH puzzle. The number of moves to progress from the start-setting to the intermediate state described by the center figure is 8 (read the text for details). The number of moves to progress from the center-described state to the end-state described by the bottom figure is 3. Thus, the number of moves required to solve the puzzle is S(3) = 11. The S(3) number (11) breaks the perfect base 3 rule (Equation 5). We therefore need to probe into the puzzle further in order to decipher the mystery of this newly observed irregularity (and come up with a modified rule). Listed in table 2 are the moves required to solve the N=3 MToH puzzle. As shown in Table 2 and as demonstrated by Figure 5  EMBED Equation.3 . (6) The resulting total number of moves violates the "base 3 rule" (should have been 13, refer to Equation 5). The states of the puzzle before step 1 (puzzle-start state), after step 4 and after step 7 (puzzle-end state) are shown by Figure 5 top, center, bottom respectively. In order to decipher the mystery (of the newly observed irregularity) and to progress with the analysis of the MToH puzzle, let's define a new magnetic tower, refer to it as the "Colored Magnetic Tower of Hanoi" and study its properties. The Colored Magnetic Tower of Hanoi the "100" solution Studying the N=3 MToH puzzle, I realized that what breaks the base 3 rule is the possibility of the smallest disk to move to a free post (step 5 in Table 2). By "free" I mean a post that is not "magnetized" or not "color coded". A Neutral Post that can accept any-color disk. To suppress this freedom, let's permanently color-code each post, call the restricted tower the Colored Magnetic Tower of Hanoi (CMToH) and see what happens. Definition of "Colored" Let's start with a definition of a Colored MToH: An MToH is "Colored" if (without loss of generality) its posts are pre-colored (or "permanently colored") Either as 1. Red-Blue-Blue Or as 2. Red-Red-Blue. Let's designate this (permanently) Colored MToH as CMToH. The two versions of the newly defined CMToH puzzle are shown by Figure 6. The moves to solve the CMToH puzzle with N=2, for each of its versions, are explicitly detailed by Table 3. Note that the only difference between the versions is the "timing" of the move of the big disk (after one move of the small disk in the first version and after two moves of the small disk in the second version).  Figure 6: The two versions of the (permanently) Colored Magnetic Tower of Hanoi. As shown in the text, the two definitions are equivalent in terms of number of moves. Given a Colored Magnetic Tower of Hanoi, the number of moves of disk k are P(k) = 3(k-1) and the total number of moves is S(N) = (3N 1)/2. Thus, the freshly defined Colored Magnetic Tower of Hanoi strictly spans base 3. Step numberDisksFromTo# of movesComments1. Red-Blue-Blue12S (Red)I (Blue)121S (Red)D (Blue)132I (Blue)D (Blue)2Through Red S2. Red-Blue-Red12S (Red)I (Red)2Through Blue D21S (Red)D (Blue)132I (Red)D (Blue)1Table 3: Explicit description of the moves to solve the N=2 CMToH puzzle. The total number of moves for both versions is 4. And the N=3 case of the CMToH puzzle is solved by 13 moves. Expressions for the number of moves Simple observations reveal that, as is the case with the classical ToH, the "forward" moves solving the CMToH puzzle are deterministic. Furthermore, it is not too difficult to show by a recursive argument (see the proof for the classical ToH[2,3]) that the number of disk moves P100(k) and (therefore) the total number of moves P100(N) perfectly span base 3:  EMBED Equation.3 . (7) and  EMBED Equation.3 . (8) The subscript "100" in Equations 7 and 8, relates to a solution "duration" of 100%. Table 4 lists the (minimum) number of moves of each disk (Equation 7) and the total (minimum) number of moves (Equation 8) required to solve the CMToH puzzle for the first eight stack heights. k N12345678SUM(3N - 1)/21111213443139131341392740405139278112112161392781243364364713927812437291093109381392781243729218732803280Table 4: Minimum number of disk-moves required to solve the Colored Magnetic Tower of Hanoi puzzle. N is the total number of disks participating in the game and k is the disk number in the ordered stack, counting from bottom to top. The k-th disk "makes" 3(k-1) moves (Equation 7). The total number of disk-moves required to solve an N-disk puzzle is (3N 1)/2 (Equation 8). Having solved the rather simple Colored Magnetic Tower puzzle, we can move on to solving the more intricate "Free" or "Dynamically Colored" Magnetic Tower puzzle. As discussed below, we will identify "Free" and "Colored" states of the "Dynamically Colored" MToH leading to a far "shorter" solution (relative to the "100" solution) of the MToH puzzle. The "67%" solution of the MToH puzzle The color of posts in the MToH puzzle is determined by the color of the disks it holds. The color is therefore "dynamic". During the game, the color of a given post can be RED, can be BLUE, and can be Neutral. For moves analysis, we can distinguish between three distinct MToH states. Distinct states of the Magnetic Tower of Hanoi After playing with the MToH puzzle for a while, one may realize that actually three distinct tower states exist "Free" - two posts are Neutral ("start" and "end" states) "Semi-Free" one post Neutral, the other two are oppositely Colored "Colored" two posts are co-colored During the "game", the tower is some-times "Semi-Free". Which opens the room for significant "savings". The "67" solution indeed takes advantage of the Tower's occasional "semi-freedom". In fact, as I will show below, for large N, the number of moves for this "67" solution is 2/3 of the number of moves of the "100" solution. The 67% solution The "67" (percent) solution is based on the sequence listed in Table 5: Step #DisksFromTo# of movesComments1N to 2S (Red)I (Blue)S67(N-1)"Free" MToH21S (Red)D (Blue)13N to 3I (Blue)D (Blue)2*S100(N-2)Through "Red" S42I (Blue)S (Red)15N to 3D (Blue)I (RED)1*S100(N-2)62S (Red)D (Blue)17N to 3I (RED)D (Blue)1*S100(N-2)Puzzle solvedTable 5: The sequence of moves for the "67" solution of the MToH puzzle. As shown, the total number of moves is S67(N) = S67(N-1) + 4*S100(N-2) + 3. If we start on a Red post (up-facing surfaces of all disks are colored Red), then after S67(N-1) + 1 moves we arrive at the state described by Figure 7. The rest of the move-sequence to solve the puzzle is 4*S100(N-2) + 2, as detailed in the text and as listed in Table 5.  Figure 7: Moving N-disks from S to D by the "67" Algorithm. The figure shows state of the tower (started Red on Post S) after N-1 disks are moved to the Intermediate Post and the N-th disk is moved to the Destination Post. The number of (minimum) moves to get from puzzle-start state to the figure-described state is S67(N-1) + 1. The rest of the move-sequence to solve the puzzle is 4*S100(N-2) + 2, as detailed in the text and as listed in Table 5. The recursive proof of the "67" Algorithm is the following: we know how to solve for 3 disks. For N > 3, if the algorithm works for N disks, it works for N+1 disks because after we have successfully moved N disks ("down") from S to I (as assumed) and moved the N+1 disk from S to D in a legal way (Figure 7), we move N-2 disks using the always legal "Colored" algorithm (steps 3, 5, 7 in Table 5) and move the N-1 single disk twice in a legal way (steps 4 and 6 in Table 5). The number of moves in the "67" solution Algorithm as explained above is  EMBED Equation.3 . (9) Given Equation 7 and Equation 9, we can quickly formulate non-recursive expressions to the number of moves. Consulting these two equations and performing some algebric manipulations, we find for the "67" solution of the Magnetic Tower of Hanoi   EMBED Equation.3  (10)  EMBED Equation.3  ;  EMBED Equation.3  And from Equation 10:  EMBED Equation.3 . (11) Just copying Equation 11 for clarity:   EMBED Equation.3 . (12) Table 6 lists the number of moves of each disk (Equation 10) and the total number of moves (Equation 12) for the "67" solution of the MToH puzzle, for the first eight stack heights. k N87654321SUM3(N-1) + N-1111121344313711114137193030513719558585613719551632482487137195516348773573581371955163487145921942194Table 6: Number of disk-moves for the "67" solution of the "Free" Magnetic Tower of Hanoi puzzle. N is the total number of disks participating in the game and k is the disk number in the ordered stack, counting from bottom to top. The k-th disk "makes" [2*3(k-2)+1] moves (Equation 10). The total number of disk-moves in the "67" solution of the MToH puzzle is [3(N-1)+N-1] (Equation 12). With Equation 8 for the number of moves in the "100" solution and Equation 12 for the number of moves in the "67" solution, one can easily determine the limit of the "duration-ratio" for large stacks:  EMBED Equation.3 . (13) So for large stacks of disks, the duration of the "67" solution is indeed 67% of the duration of the "100" solution. Knowing the expressions for the exact number of moves for the "100" solution as well as for the "67" solution, we plot a "duration-ratio" curve or "efficiency" curve for the "67" solution Figure 8. As shown, the curve monotonically (and "quickly") approaches its limit of 2/3 (Equation 13) and with a stack of only seven disks the efficiency curve is practically at its large-number limit.  Figure 8: "Efficiency" or "relative-duration" curve for the "67" solution. As shown, the curve "quickly" approaches its limit of 2/3. All right. We have formulated a highly efficient solution, based essentially on the discovery that a three-disk MToH puzzle can be solved in just 11 moves. But did we find the most efficient solution? Is 2/3 the shortest relative-duration? Well, as was obvious right from the Abstract, the answer is "no". With a modified algorithm, triggered by new insights, the relative-duration limit can be pushed further down to 67/108 ~ 62%. The "62%" solution of the MToH puzzle The "67" solution starts rather nicely. We efficiently move "down" N-1 disks to the Intermediate Post and move the N-th disk to its final rest on the Destination Post. But now, we either move a single disk or recursively move N-2 disks, using the S100 Algorithm (see Table 5 and Equation 9). That is on "folding" N-1 disks back up on the largest disk, we move the N-2 stack (four times) using the inefficient "100" Algorithm. As if the tower is permanently colored. As I will now show, a more efficient algorithm does exist. As it turns out, on up-folding N-1 disks, we run into "SemiFree" States of the Tower. And a SemiFree Algorithm, to be discussed next, results in a shorter duration. Once we are done with the SemiFree Algorithm, we go back to the "62" Algorithm and swiftly complete it, enjoying what I think is the highest efficiency solution. Let's see then the definition of a SemiFree Tower and its associated disk-moving algorithm. The SemiFree Algorithm On moving up N-1 disks (Over the largest disk) we run into a situation shown in Figure 9. The N-th disk is already on Post D which is now Blue, the N-1 disk is on Post S, which is "colored" Red, and we need to move N-3 disks onto Post S to clear the way for the N-2 disk to land Red on Post I. I discovered that moving the stack of N-3 disks from Blue-D to Red-S can be done rather efficiently. For example the reader can readily show that given the described Tower State, a stack of three disks (i.e. N-3 = 3) can be "relocated" in just 11 moves (and not 13). So we explore now this Tower State which we call "SemiFree".  Figure 9: An intermediate "SemiFree" State of the MToH. In the depicted example the top three disks on Post D are to be moved to Post S. This "mission" is efficiently accomplished by the SemiFree Algorithm. Our formal definition of a SemiFree Tower (consistent with the general definition in section 2.3.1) goes as follows: An MToH is SemiFree if One of its posts say S, is permanently colored say Red (by large disks) Another post say D, is permanently and oppositely colored (by large disks) The third post I is Free so it has (at the start of the algorithm) a Neutral color (and can assume either color during execution of the algorithm) We need to move N disks from Post S to Post D using Post I A SemiFree tower with N = 4 is shown in Figure 10.  Figure 10: Formal description of the SemiFree State of the MToH. Refer to the text for a rigorous definition. The mission here is to move the N disks now residing on Post S to reside on Post D. The mission is efficiently accomplished by the SemiFree Algorithm as described in the text. The SemiFree Algorithm is spelled-out by Table 7. Step #DisksFromTo# of movesComments1N to 3S (Red)D (Blue)SSF(N-2)"SemiFree" MToH22S (Red)I (Blue)13N to 3D (Blue)I (Blue)2*S100(N-2)41S (Red)D (Blue)15N to 3I (Blue)D (Blue)2*S100(N-2)62I (Blue)S (Red)17N to 3D (Blue)I (Red)1*S100(N-2)Post I changed color82S (Red)D (Blue)19N to 3I (Red)D (Blue)1*S100(N-2)Table 7: The SemiFree Algorithm. The algorithm moves N > 2 disks from S to D (through I), assuming the Source Post and the Destination Post are oppositely and permanently colored (in the actual solution both are occupied by larger disks). In terms of number of moves, we see from Table 7 -  EMBED Equation.3 . (14) Equation 14 is recursive (the N-th value can be evaluated if the N-2 value is known). So it takes some effort to come up with closed-form expressions. The closed-form expression for the number of moves of the k-th disk when executing the SemiFree Algorithm is given by Equation 15:   EMBED Equation.3  ; k odd (15)  EMBED Equation.3  ; k even The closed form expression for the total number of moves required to relocate a stack of N disks, executing the SemiFree Algorithm, is given by Equation 16:   EMBED Equation.3  ; N odd (16)  EMBED Equation.3  ; N even Table 8 lists the number of moves of the k-th disk for the first eight stack "heights". As shown, the number of SemiFree moves is generally larger than the equivalent "67" number of moves (refer to Table 6) but is generally significantly smaller than the equivalent "100" number of moves (refer to Table 4). k N87654321SUM111213431371141372132513721619361372161183276713721611835478238137216118354716412464Table 8: Number of disk-moves for the "SemiFree" Algorithm of the Magnetic Tower of Hanoi puzzle (Figure 10). N is the total number of disks to be moved from Post S to Post D, and k is the disk number in the ordered stack, counting from bottom to top. Equation 15 spells out the PSF(k) calculating expression and Equation 16 spells the expression for calculating the sum - SSF(N). Compare the numbers in this "SemiFree" table to the smaller corresponding numbers in the "67" table (Table 6) but Compare the numbers in this "SemiFree" table to the much larger corresponding numbers in the "100" table (Table 4), to realize the "SemiFree" savings. Standing on top of the SemiFree "hill", we can already see the "62" summit. Let's then, following a short rest, climb the last mile. The "62" Algorithm With the SemiFree Algorithm in place, along with the "100" Algorithm and the "67" Algorithm, we now return to the original MToH and swiftly solve the puzzle.  Figure 11: The "regular" or "Free" MToH puzzle. The diagram shown in the figure is just a copy of the diagram shown in Figure 2, placed here for clarity and for reader's convenience. Figure 11 is just a copy of Figure 2, placed here for reader's convenience. Let' also repeat the game's objective - we want to efficiently relocate (i.e. relocate by a small number of moves) the N disks placed originally over the Source-Post onto the Destination-Post, subject to the Size Rule as well as to the Magnet Rule. To accomplish this mission (solve the puzzle efficiently), we present the "62" Algorithm. Described in very general terms, the "62" Algorithm is made up of three steps Move N-1 disks down onto Post I, colored Blue at the end of the sequence, using the "67" Algorithm Move two more disks to Post D while leaving N-3 disks on Post I, colored Red at the end of the sequence, using essentially the SemiFree Algorithm Move up the remaining N-3 disks (from Post I to Post D), using again the "67" Algorithm An accurate, more detailed, description of the "62" Algorithm is given in Table 8. Step #DisksFromTo# of movesComments1N to 2S (Red)I (Blue)S67(N-1)Going "down"21S (Red)D (Blue)13N to 3I (Blue)D (Blue)2*S100(N-2)Start folding up here42I (Blue)S (Red)15N to 4D (Blue)S (Red)SSF(N-3)SemiFree Algorithm63D (Blue)I (Red)1Post I changed color7N to 4S (RED)I (Red)2*S100(N-3)N-2 disks on Post I82S(RED)D(Blue)19N to 3I (Red)D (Blue)S67(N-2)Efficient up-foldingTable 8: The "62" Algorithm for N e" 3. For N < 3, the"62" Algorithm coincides with the "67" Algorithm (see Table 5). The "62" Algorithm involves all three algorithms already analyzed  "100", "67", and "SemiFree". Note that two "67" Algorithms are used in the "62" solution sequence. The one in step 1 is actually "67-Down" Algorithm. The one in step 9 is actually "67-Up" Algorithm. The "67-Up" Algorithm is a "time-reversed" "67-Down" Algorithm (and vice-versa see Appendix 1). Necessarily, the move-counting equations (Equations 10 and 12) apply equally well to both algorithm variations. We want now to develop expressions for the number of puzzle-solving moves, for the "62" Algorithm. Looking at Table 8 we see only "recognized" algorithms ("100", "67", and "SemiFree"). Exact expression for the sum of the algorithms is given further down by Equation 18. Expression for the number of moves of the k-th disk for each of the three participating algorithms was already presented above. So now, for the "62" Algorithm, we simply sum the previously developed expressions -   EMBED Equation.3  ;  EMBED Equation.3  (17)  EMBED Equation.3   EMBED Equation.3  ;  EMBED Equation.3  And for the total number of moves -   EMBED Equation.3  ;  EMBED Equation.3  (18)  EMBED Equation.3   EMBED Equation.3  ;  EMBED Equation.3 . The two "67" Algorithms in Equation 18 are somewhat different. The first one, applied to N-1 disks, is actually "67-Down" Algorithm. The second one, applied to N-2 disks, is actually "67-Up" Algorithm. The "67-Up" Algorithm is a "time-reversed" "67-Down" Algorithm (and vice-versa see Appendix 1). Necessarily, the move-counting equations related to the "67" Algorithm (Equations 10 and 12) apply equally well to both algorithms. k N87654321SUM111213431371141371930513719538361371953153236713719531534556918137195315345513592050Table 9: Number of disk-moves for the "62" Algorith solving the Magnetic Tower of Hanoi puzzle (Figure 11, Equation 17 and Equation 18). Table 9 lists the number of moves of the k-th disk for the first eight stack "heights". Looking at the number of moves for the "62" Algorithm as listed in Table 9, and comparing the numbers to the numbers listed in Table 6 for the "67" Algorithm, we indeed see some additional savings. For example, the total number of moves to solve the 8-disk MToH puzzle using the "67" Algorithm is 2194 while using the "62" Algorithm the number is only 2050. The "100" Algorithm, by the way, (the algorithm that solves a Colored-MToH), calls for 3280 moves (Table 4). For the limit of the "duration-ratio" of "62" vs. "100", we retain the high N-powers of 3 to find  EMBED Equation.3  (19) The "62" to "100" duration ratios, calculated for the first 12 stack heights of the MToH puzzle are shown in Figure 12, along with the "67" to "100" duration ratios already calculated (Figure 8).  Figure 12: Duration ratio curves for the "67" Algorithm and for the "62" Algorithm. The limits are 2/3 and 67/108 respectively. For the first four heights, the "curves" coincide. For higher Towers, the curves split. The "67" curve approaches its limit of 2/3 and the "62" curve goes further down, approaching its limit of 67/108. So much for the number of moves and ratio limits of the three MToH puzzle-solving algorithms presented in this paper. Yet, before concluding, I wish to bring forward another section. A "Color-Crossings" section that is. The section presents the color of each of the three posts during the entire solving procedure, in a graphical form. Shedding colorful light onto the MToH puzzle. Let's see. Color-Crossings To visualize color-crossings, I asked the computer to record the color of each post for each move, from start to finish, and designate each color by a number - "1" for Red, "0" for Neutral and "-1" for Blue. Selected recordings are shown by the two figures below.    Figure 13: Color-Crossings charts. All three charts are associated with a height 3 MToH. A Colored MToH and the "100" Algorithm. 13 moves, No Color-Crossing. B Free MToH and the "100" Algorithm. Still 13 moves. Still no Color-Crossing (see text for details). C - Free MToH and the "67-Down" Algorithm. Two Color-Crossings, only 11 moves. The three charts of Figure 13 all relate to height 3 of the MToH. The top one (A) shows the color of each of the posts for a Colored MToH (CMToH). In this case of a "Permanently Colored" Tower, the posts are pre-colored Red-Blue-Blue and the "100" Algorithm curves, not surprising, stay horizontal throughout the entire 13-move solution. The middle one (B) relates to a "regular" or "Free" MToH, solved by exactly the same "100" Algoritm as was the case for 13A. Now, during the 13-move solution, we see each of the three posts wonders between Neutral and one color, never crossing Neutral to "visit" the opposite color. The bottom one (C) relates to the "62-Down" Algorithm, solving the MToH puzzle in, as we know very well by now, just 11 moves. In this case we see two Color-Crossings. By "Color-Crossing" I refer to a move sequence where a post goes from one color through Neutral (and may stay there for a short while) to the opposite color. Such Color-Crossing is exersiced by the Intermediade Post in moves 3,4 and 5 and by the Destination Post in moves 7,8 and 9 of the "62-Down" Algorithm. These Color-Crossings "take responsibility" for the shorter-duration solution of only 11 moves. Next, Figure 14 shows Color-Crossing charts for an MToH of height 5, comparing the crossings of the "67-Down" Algorithm (A) to the crossings of the "62" Algoritm (B).  Figure 14: Color-Crossings charts for a Free MToH of height 5. A "67-Down" Algorithm. Six Color-Crossings (see Table 10 below). 85 moves. B "62" Algorithm. Eight Color-Crossings (see Table 10 below). 83 moves. Comparing the top chart (Figure 5A) to the bottom chart (Figure 5B), We see additional two Color-Crossings of the Source-Post (71 through 73 ; 74 through 76) for the "62" Algorithm (Figure 5B). Again we wittness the correlation between larger number of Color-Crossings and a solution of a shorter duration. To see this Crossings-Duration correlation, we listed in Table 10 the number of Color-Crossings of each post for the first eight MToH heights. N1234567867-Down-S0000000067-Down-I0012345667-Down-D0012345667-Down-total0024681012P67-Down(N)14113085248735219467-Up-S0002244667-Up-I0011335567-Up-D0000000067-Up-total001357911P67-Up(N)14113085248735219462-S0001224462-I00123891462-D0002345662-total00158141824P62(N)141130832366912050Table 10: Color-Crossings for three algorithms for the first eight MToH heights. For "high" Towers, the posts in the "62" Algorithm make significantly larger numbers of Color-Crossings vs. the corresponding numbers for the two "67" Algorithms. We did that for three Algorithms "67-Down", "67-Up" and "62". We had to split the "67" Algorithm because, as shown, the Color-Crossing pattern for the "67-Down" Algorithm differs slightly from the Color-Crossing pattern for the "67-Up" Algorithm. Both, however, solve the MToH puzzle in exactly the same number of moves. And while both are characterized, for each stack height, by a similar number of crossings, they both display significantly smaller number of Color-Crossings (for "high" stacks) when compared to the number of Color-Crossimgs of the "62" Algorithm. And we know that the "62" Algorithm solution is of shorter duration. For high stacks then, the correlation discovered and discussed in relation to height 3, and height 5 persists. So much for the MToH move analysis. Now just a few organizing remarks before concluding. All four Algorithms discussed above "100", "67", "SemiFree" and "62", are recursive. Explicit recursive functions that run on  HYPERLINK "http://www.numerit.com/" NUMERIT[4] ("Mathematical & Scientific Computing") are listed in Appendix 1. Also listed in Appendix 1 are "program managing" functions that were written for program clarity and for better program managability. A "movie" showing the "62" Algorithm solving a height five MToH in (only) 83 moves can be seen  HYPERLINK "http://www.numerit.com/maghanoi/" here[5]. Let's conclude now. Concluding remarks The task of the "Monks of Hanoi" is nearing completion. The big disk has been moved. Evidently, 263 = 9.223372036854775808*1018 seconds have already past since the Monks started performing their routine (always without the slightest hesitation). So SOON "the world will end" [1]! If only the command of the ancient prophecy would have been to move the 64 disks under the rules of the Magnetic Tower of Hanoi. If that was the case, we would still have ((364-1)/2)*(67/108) 263 = 3.550259505549357568*1029 seconds of colorful life ahead of us (out of the original 1.06507785166480704*1030 seconds since they started). But let's not worry. Let's enjoy our world, with the innovations it offers, for the remaining 9.223372036854775808*1018 seconds. "Always without the slightest hesitation". I used this phrase in the previous paragraph. Because as a matter of fact, for the classical base-2 ToH, determinizm prevails. If the play moves "forward" (On the down-sequence for example, N-2 disks go over the freshly moved disk number N-1 and not back over disk number N) then the moves are mandatory. No need to think, no reason to hesitate. The same applies to the Colored Magnetic Tower of Hanoi. True, both Towers span their respective bases perfectly, but the puzzle solution has an element of monotony in it. Solving (efficiently) the Free Magnetic Tower of Hanoi puzzle is a different story. On one hand, when counting moves, the number "3" stars. If you look back through this paper, you will find this number (3) in all of the equations from Equation 3 and on. Without exception. In some early equations implicitely. These early "hints" do not decieve us. As we easily realize now - "1" is actually 30 ; "4" is actually (32 - 30)/(31 - 30) ; "11" is actually 3(3 - 1) + (3 - 1). And so, indeed, number "3" is everywhere. However, not only number 3 stars, but the game is intricate. The puzzle solution may progess in more than one path. The puzzle presents more than one option to the player. The Tower therefore calls for thinking, justifies hesitation. It is Freedom that makes the MToH puzzle so colorful. References [1]  HYPERLINK "http://en.wikipedia.org/wiki/%C3%89douard_Lucas" http://en.wikipedia.org/wiki/%C3%89douard_Lucas [2]  HYPERLINK "http://en.wikipedia.org/wiki/Tower_of_Hanoi" http://en.wikipedia.org/wiki/Tower_of_Hanoi  If the legend were true, and if the priests were able to move disks at a rate of one per second, using the smallest number of moves, it would take them 264"1 seconds or roughly 600  HYPERLINK "http://en.wikipedia.org/wiki/1,000,000,000_(number)" \o "1,000,000,000 (number)" billion years HYPERLINK "http://en.wikipedia.org/wiki/Tower_of_Hanoi" \l "cite_note-0#cite_note-0" [1]; it would take 18,446,744,073,709,551,615 turns to finish. [3]  HYPERLINK "http://www.cut-the-knot.org/recurrence/hanoi.shtml" http://www.cut-the-knot.org/recurrence/hanoi.shtml [4]  HYPERLINK "http://www.numerit.com/" http://www.numerit.com/ [5] A "movie" showing the "62" Algorithm solving a height five MToH in (only) 83 moves:  HYPERLINK "http://www.numerit.com/maghanoi/" http://www.numerit.com/maghanoi/ User name: maghanoi Password: mtoh2009 Appendix 1: Recursive functions for the "62" solution Listed in this Appendix are all the functions by which the "62" Algorithm solves the MToH puzzle. The functions run on  HYPERLINK "http://www.numerit.com/" NUMERIT[4] a "Mathematical & Scientific Computing" environment. Five of the functions (D,G,H,I,J) are recursive (call themselves). These functions, the "heart" of the game, may offer important clues needed to decipher the MToH puzzle. solve_MToH_puzzle(n,s,d,i) function solve_MToH_puzzle(n,s,d,i) if n=1 move_down_67(n,s,d,i) return if n=2 move_down_67(n,s,d,i) return move_down_67(n-1,s,i,d) move(n,s,d) move_all_but_n_up(n,i,d,s) function move_all_but_n_up(n,i,d,s) if n > 2 move_busy_2and1(n-2,i,s,d) move_busy_1and2(n-2,s,d,i) move(n-1,i,s) move_semifree_BNR(n-3,d,s,i) move(n-2,d,i) move_busy_2and1(n-3,s,d,i) move_busy_1and2(n-3,d,i,s) move(n-1,s,d) move_up_67(n-2,i,d,s) function move_semifree_BNR(n,s,d,i) if n > 2 move_semifree_BNR(n-2,s,d,i) move(n-1,s,i) move_busy_2and1(n-2,d,s,i) move_busy_1and2(n-2,s,i,d) move(n,s,d) move_busy_2and1(n-2,i,s,d) move_busy_1and2(n-2,s,d,i) move(n-1,i,s) move_busy_1and2(n-2,d,i,s) move(n-1,s,d) move_busy_2and1(n-2,i,d,s) return if n = 1 move_busy_2and1(1,s,d,i) return if n = 2 move_busy_2and1(2,s,d,i) return function move_down_67_3disks(n,s,d,i) if n > 0 move_busy_2and1(n-1,s,i,d) move(n,s,d) move_busy_1and2(n-2,i,s,d) move_busy_2and1(n-2,s,d,i) move(n-1,i,s) move_busy_2and1(n-2,d,i,s) move(n-1,s,d) move_busy_1and2(n-2,i,d,s) function move_up_67_3disks(n,s,d,i) if n > 0 move_busy_2and1(n-2,s,i,d) move(n-1,s,d) move_busy_1and2(n-2,i,s,d) move(n-1,d,i) move_busy_1and2(n-2,s,d,i) move_busy_2and1(n-2,d,i,s) move(n,s,d) move_busy_2and1(n-1,i,d,s) function move_down_67(n,s,d,i) if n > 3 move_down_67(n-1,s,i,d) move(n,s,d) move_busy_2and1(n-2,i,s,d) move_busy_1and2(n-2,s,d,i) move(n-1,i,s) move_busy_1and2(n-2,d,i,s) move(n-1,s,d) move_busy_2and1(n-2,i,d,s) return if n=2 move_busy_1and2(2,s,d,i) return if n=1 move_busy_1and2(1,s,d,i) return move_down_67_3disks(3,s,d,i) function move_up_67(n,s,d,i) if n > 3 move_busy_1and2(n-2,s,i,d) move(n-1,s,d) move_busy_2and1(n-2,i,s,d) move(n-1,d,i) move_busy_2and1(n-2,s,d,i) move_busy_1and2(n-2,d,i,s) move(n,s,d) move_up_67(n-1,i,d,s) return if n=2 move_busy_1and2(2,s,d,i) return if n=1 move_busy_1and2(1,s,d,i) return move_up_67_3disks(3,s,d,i) function move_busy_2and1(n,i,s,d) if n > 0 move_busy_2and1(n-1,i,s,d) move_busy_1and2(n-1,s,d,i) move(n,i,s) move_busy_2and1(n-1,d,s,i) function move_busy_1and2(n,s,d,i)  %-3GIRW^cdefo}$ ' g m  / 4 5 @  & G P U & ' / ȺȶzvhH] hZH*hX7hUtfh| hZh%xhwz hP+@H*hP+@h9EhVAh:t}hkEh95\h9 h9E6] h:t}6]hnxh96]h:t}h95CJ0\aJ0h:t}h:t}5CJ0\aJ0h9E5CJ0\aJ0 h95\.efo X A & F]gd' x]gd']gd' $]a$gd'gm/ 2 5 9 > G J K P ] a g   $ - P Q W X  %+78>?AEFVbƻ𻪻 hv5\ h``S5\ hwzhwzhUtfhO[N5\hUtfhUtf5\ hUtfhj hUtfhUtfhj hUtfhO[Nh%xhO[NhO[N5\hO[N hwzH*hIhwzhZhUtfhhH]hX75"$% %&osz$(<@\]cmzƶ|| hce6] hv6] hP(l6]h_m\h_m\6]h_m\hh6]hhhh5\ hhhujhsUmHnHtH u hhhgph\hcehvhP(l hlH* hhH*h_m\h{h{5\hh h95\.z}~(+BCUVgj|}¸ƴ¸¦|tlbQ h(h\B*mHnHphuhU h\5\h9WB*phhPbsB*phh(hJB*phh(hU B*phhU h:t}5\hU hU 5\ h\h\ h\5\huh{h{5\h\ hhhuh_m\hu6]h_m\hh6H*]h_m\hh6] hj6]hjhj56\]CVh67D & F]^`gd' & F]gd & F]gd' & F]gd' & F n<]^n`jh>Uh>mHnHuh`H*mHnHuhsmHnHu hq5\h@3mHnHuh{h{5\mHnHuh.eBh.eBmHnHuh.eBmHnHuhU mHnHuh9WB*mHnHphuhceB*mHnHphuhvB*mHnHphu h(h_m\B*mHnHphu5?[]oqrؽد؜ؽ؀|ssjsb^hjhUhZmHnHuh:mHnHuh>hmHnHu$jh>hgEHUmHnHu%jN hgCJUVaJnH tH jh>UmHnHuhD=mHnHuh'mHnHuhumHnHuh>mHnHuhsmHnHujh>UjhehEHU.EFVWjkżųŪul^K%j7N hfWCJUVaJnH tH jh(UmHnHuh5}mHnHujheh=[EHU%jEN h=[CJUVaJnH tH h(jh(Uh(mHnHuhumHnHuhs~mHnHuh`mHnHuh:mHnHuhmHnHujhUj|hhEHU%j N hCJUVaJnH tH klm%()0=A_`bcmn~ͱx`L`&hL]ohL]o5CJOJQJ\^JaJ.h-}hL]o5CJOJQJ\^JaJnH tH (hL]o5CJOJQJ\^JaJnH tH hQmHnHuhgpmHnHuh mHnHuhdDmHnHuh{h{5\mHnHuh"mHnHuh(h01mHnHuh(mHnHujh(UmHnHu$jh(hfWEHUmHnHuclnprtvxz|~Ff $$Ifa$gdL]o $If]gd'$$If]a$gd'!6>?GHQѼѭљѭљѭљѭљѭљѭљѭљѭљѭuhaBq6]mHnHuh-}mHnHuh'h-}5\mHnHu&hL]ohL]o5CJOJQJ\^JaJh-}hL]oCJaJnH tH (hL]o5CJOJQJ\^JaJnH tH .h-}hL]o5CJOJQJ\^JaJnH tH +hL]o5CJH*OJQJ\^JaJnH tH (Ffv $$Ifa$gdL]o$$If]a$gd'Ff0Ff# $$Ifa$gdL]o$$If]a$gd'Ff  Ff- $$Ifa$gdL]o$$If]a$gd'FfH(!#%'),/26:>?STU x]gd']gd'x]^`gdL]oFf 8 $$Ifa$gdL]o$$If]a$gd'Ff2Qen{89:<=CPQRfkqսՠuufufuufUfuf h5gh5g6H*]mHnHuh5gh5g6]mHnHuh,t6]mHnHuhL]o6H*]mHnHu hPhP6H*]mHnHuh6H*]mHnHuhPhL]o6]mHnHuhL]o6]mHnHuhaBq6]mHnHuhPhP6]mHnHuh5g6]mHnHuhPh-}6]mHnHu!)2JQRSTUq CG^_rҺұұҟyod\Qh9Wh9WB*phh9WB*phh(h9WB*phhU h9W5\ h\h&KhVP h5\h9W h 5\h&KmHnHuh9WmHnHuhAHmHnHuhPbsmHnHuhMmHnHuh{h{5\mHnHuh mHnHuhumHnHuh-}mHnHuhPmHnHuh5gmHnHuUq#^_rjabh & F]gd' & F]gdz & F]gd' & F]gd' x]gd' & Fex]^e`gd'RSZ^ghijnqrz}۹tfUUGUh9WB*mHnHphu h9Wh9WB*mHnHphuh9WB*mHnHphuh B*mHnHphuhceB*mHnHphuhuB*mHnHphu h(h9WB*mHnHphuhU h9W5\ hQhQhawe5B*\phh B*phh9WB*phh9Wh9WB*phh9Wh9W5B*\phhv5B*\ph}`abhmnux|͹ͥzsi^V^NFNhuB*phh9WB*phhzB*phh(h9WB*phhU h9W5\ hM5\&hv56B*\]mHnHphu,h$mFh$mF56B*\]mHnHphu&h$mFh$mF6B*]mHnHphu&h$mFhq6B*]mHnHphu&h$mFh 6B*]mHnHphu h9Wh9WB*mHnHphuh B*mHnHphu'(8q# $ 0 4 M [ ŽޕޕvhZh9WB*mHnHphuhceB*mHnHphuh$mFB*mHnHphu h(h9WB*mHnHphuhU h9W5\hB*phh==B*phhqh 5B*\phh9WB*phh(h9WB*phhqh9W5B*\ph h9W5\ hM5\huB*phh h B*ph(\ ] _ a b c d e f g h i j k l m n nx]^n`gd']gd' & F]gd' x]gd' & F]^`gd'[ \ ] ^ _ ` a k r y z { | #?#@#A#B#C# & F n<]^n`)jhgpUmHnHtH uhcehXqhhXq5\ hXq5\ h5\ h #5\ hQ.J5\ h&5\ hQ5\humHnHuh&mHnHuh5\mHnHuh9WmHnHuh.eBh9WmHnHu"C#D#E#F#G#H#I#J#K#L#M####$$$$$$$$$$$]gdF]gd=[nx]^n`gd']gd'w############$,$-$@$A$B$C$F$G$Z$[$\$]$$$$$$Ϳͬo\UKhh15\ hh1$j==h>h=[EHUmHnHu%jN h=[CJUVaJnH tH jh=[UmHnHuh=[mHnHu$j;h>hfWEHUmHnHu%jpN hfWCJUVaJnH tH jhXqUmHnHuhXqmHnHuh1hXqh_m\h #6]h56\] hn6] h16]$$$$$$$$$$$$$% %0%1%5%g%:&D&t&u&}&&&&&&&&'''='xxnjfbfYhMemHnHuhMehGh&h_m\hn6] hx6] h_6] h=[6] h`6]h56\] hK6] hb6] hn6]hn hn5\hhhn5\jh>;^UmHnHtH ujh UmHnHtH ujh%UmHnHtH uh1hXq"$$$$$$$$$$$$$$$$$$$$$$$$$$$$]gd'$&''''+(,(((( )))))*2*H* & Fx]gd' & Fx]gd=[ & Fx]gd' x]gd']gd=[]gd]gd'nx]^n`gd=[='>'H'I'\']'^'_'s'u''''''''''''( (*(+(9(:(;(=(?(@(S(T(U(V(̹lY$jAh>h7eEHUmHnHu%j!N h7eCJUVaJnH tH jh1XUmHnHuhbrmHnHuh1XmHnHuh1XhW hH* hGH*hGhMe$js?h>h=[EHUmHnHu%jN h=[CJUVaJnH tH jhMeUmHnHuhMemHnHuhmHnHu"V([(\(](p(q(r(s(u(((((((((((( ) )g)h)z))))))))))))))))))**!*̹|xxxxxxth`#hcehKhk{shghhMe5\h79hh#h{h{5\hMehbrh1XhmHnHu$jDh>h=[EHUmHnHu%jN h=[CJUVaJnH tH jh1XUmHnHuhbrmHnHuh1XmHnHu,!*1*L*^*_*`*a*********************+ + + +++++++++#+-+.+>+A+B+C+K+L+O+R+S+T+U+V+j+k+z+{+~+++++++++++++++Ⱥ߶߶۶߶h} h}hQ jhQhQh`#hh# h}h}hawe h}h`#h'h`#5\h7ehnhk{sh=[HH*_*`*a*m*s*x*{*****************FfKFf H$$If]a$gd']gd' & Fx]gd=[*******++ + ++++.+>+?+A+C+L+T+V+k++++FfYFfAVFfR$$If]a$gd'Ff-O+++++++++++++++++++++,,]gd'x]^`gd'FfqdFf`FfU]$$If]a$gd'++++++++++++++++++++++++,,M,P,Q,Y,,,,,,,,,,,,,,ǸǯxtplxlpxplphMeh1hnjh&UmHnHtH uhh#6]mHnHuh56\]mHnHuh\6]mHnHuh\mHnHuh'h^T5\mHnHuh'h\5\mHnHuhaweh}5\hawehawe5\ h}h}h=[hawe h}h`#*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,]gd',,,L////J0K0^1L2M228494Q4444 & F]gd' x]gde & F n<]^n`6] hbr6] h=[6] hq6]h56\]hK56\] h796]h79 h795\hhh795\(000G0H0J0K0001$1^1i1~111111112 2 2222'20212K2L2M2Q2X2p2222222H3\3i3j3k3l3m3n3u3y33ŽhcehQ0 hn5\ hW5\ hQ.J5\hWh!c< h5\h- h.&h.&h.&hZh'hzhmHnHuhzmHnHujhzUmHnHu$jfh>h=[EHUmHnHu4333333333444 47494:4G4H4P4Q4r4t4{4|444444444444444444555쫡qqhxhQ05B*\phhxhQ05\hxhQ05B*\phhxhx5\hihi5\hxh> h_;ghQ0 h_;gh_;g h-D5\ h-5\ hD5\h7, h5\ h_;g5\hs h_;ghK1hhehQ0hW+45 555Y5666666666666666666]gd' x]^ gd=[ x]gd' x]^ gd'555 5 55555555555B5C5J5N5S5W5Y5q5~5555555555-6B6I6J6P6Q66666忴增{w{wswowowowowkh>h]@hE;h^T h_;g5\h9 h5\ h5\h"h"5\hh"UhxhQ05B*\phhZ5B*\phhxhZ5B*\phhxhQ05B*\phhxhx5\hxhQ05\hxhi5\ hi5\*6666777770777777788#8$878?8G8N8f8}8~8888888888888вЫвtffh,*\h^T5B*\phh,*\h^T5B*\phh,*\h^T5\ h}h^Th'h^T5\h^Th_m\h`?6] h6] h,6]h,6H*]h`?6H*] h"6] h`?6]h`? h`?5\hhh`?5\jh-NUmHnHtH uhQ0&66666~8888888888888888888FfmFfPj$$If]a$gd'nx]^n`gd,]gd'888888888888888888999$9%9'9*9+9/909395969798999:9<9?9D9G9I9J9K9S9W9Y9[9\9]9^9_9f9g9o9p9q9t9u9v9w9x9999999Ҷh ?h^T5B*\phh,*\h^T5B*\phh,*\h^T5B*\phh,*\h^T5\ h^T5\h ?h^T5B*\phh^T h}h^Thc[A88888888888888899999 9!9"9#9$949FfxFftFftq$$If]a$gd'49597999A9I9K9Z9[9]9_9g9p9r9s9t9v9x999999E:x]^`gd'FfFf$Ff$$If]a$gd'Ff|999999 : :!:":&:D:E:F:l:::::::::::!;#;9;:;Z;];̽۱̽稡{tmieaWh"h"5\h"hnh! h]@h]@ h5\ h_;g5\ h]@5\h]@h]@5\h{h{5\h]@ hD5\h"mHnHuhtX6]mHnHuh56\]mHnHuh_;g56\]mHnHuh^T6]mHnHuh^TmHnHuh'h^T5\mHnHuE:F:l::;;N<O<S<T<<< ======$$A$If]a$gd']gdo]gd' x]gd | x]gd' & F]gd'x]^`gd'];b;;;;;;;;;;<<<<<<<<+<,<0<2<K<L<N<O<x<y<<<<<<<<< =M=ඣtkbhdDmHnHuh)mHnHu$jKh]@hEHUmHnHu%jN hCJUVaJnH tH hmHnHu$jԈhGDhoEHUmHnHu%jp"N hoCJUVaJnH tH jh]@UmHnHuh7emHnHuh]@mHnHuh | hGDH*h]@h"CJH*aJ&M=N=================> > >>>>>>#>ȳn_K_K_K&hLhL5CJOJQJ\^JaJh{hLCJaJnH tH 1hR_hL5CJH*OJQJ\^JaJnH tH &hL]ohL5CJOJQJ\^JaJ.h{hL5CJOJQJ\^JaJnH tH (hL5CJOJQJ\^JaJnH tH h,*\h'mHnHuh5\mHnHuh_;g5\mHnHuhdDmHnHuhmHnHu=============>>>>>>>> > > >FfE $$Ifa$gdLFfŐ$$A$If]a$gd' $$Ifa$gd-v >>>>>>>>>>>>>>!>#>%>&>'>(>)>*>->0>$$A$Ifa$gdLFf $$Ifa$gdL$$A$If]a$gd'#>$>*>0>1>3>7>8>9>;>@>F>G>I>M>N>O>Q>R>T>X>`>a>c>g>h>i>k>l>n>o>r>u>}>~>>>>>>>>>>>>>>>>>>>>>־־־־־־ht=mHnHuh'ht=5\mHnHuh{hLCJaJnH tH .h{hL5CJOJQJ\^JaJnH tH &hLhL5CJOJQJ\^JaJ)hLhL5CJOJQJZ\^JaJ60>1>3>5>7>9><>=>>>?>@>C>F>G>I>K>M>O>R>U>V>W>X>Ff}$$A$Ifa$gdL $$Ifa$gdL$$A$If]a$gd'FfX>\>`>a>c>e>g>i>l>o>s>t>u>y>}>~>>>>>>>>FfM$$A$Ifa$gdL $$Ifa$gdLFf$$A$If]a$gd'>>>>>>>>>>>>>>>>>>A@B@]gd'x]^`gd-FfFf$$A$If]a$gd' $$Ifa$gdL$$A$Ifa$gdL>>>>? ??I?c????????????????????@@'@(@,@:@;@<@=@A@B@ɽ󬞬rieh,*\ht=mHnHu h5ght=6H*]mHnHuh-6]mHnHuh5ght=6]mHnHuh6H*]mHnHu hPht=6H*]mHnHuh|C6]mHnHuhPh|C6]mHnHuhwd6]mHnHuhPht=6]mHnHuht=6]mHnHu&B@C@c@j@@@@@A A A'A)A-A.A/ABACADAHAIAmAAAAAAAAAAAAuBxBBBBBBBBBƿտvmhg!7mHnHuh]%mHnHu&hYhY5B*\mHnHphu&hYhY5B*\mHnHphuhYhY5\mHnHuhYmHnHu hQ.J5\ hcg5\h,*\hd h5\hhcghwdh.hwdhwdmHnHuhDhhL*B@AAABBCCCD*DDqErEEEE]gd9%U x]gd9%U x]gd]% & F!x]gdY & F]gd' x]gd' x]gdY & F n<]^n`F?FAFHFQFZFfFFfFf,Ff$$If]a$gd+F-F0F2F3FAFBFFFGFQFRFTFXFZF\F]F`FeFmFnFpFrFsFtFuFwFxFyFzFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFh]%h9%U5B*\phh!zh9%U5B*\ph h9%UH*h4Qh'h9%U h}h9%UPfFvFwFyF{FFFFFFFFFFFFFFFFFFFFFFFfFf~FfFfN$$If]a$gdFFFFGGGHHHHHHHHHHHH|J}Jnx]^n`gd#]q]gd' x]gd#]qx]^`gdc[Ff$$If]a$gdFFFFFFGGGGCGGGwGxGzGGGGGGGGGGGGGH3HlHmHpHHHHHȹȭȭȭț|lchO9ymHnHujh4UmHnHtH uhU O h|5 h|5 h|5 h|5 H*h#]qh|5 hO9yh jh9%U6H*]mHnHuhc[6]mHnHuh9%U56\]mHnHuh9%U6]mHnHuh9%UmHnHuh'h9%U5\mHnHu h}h9%U h9%UH*h4Qh9%U#HHHHHHHHHHHHI"I#I)I-I8I:IQIRISI^I_IcImIpIIIIIIIIIIJ;J6] h7j6]hS hS5\hhhS5\hJbmHnHuhVAmHnHuhumHnHu+}JJJJJ7KDKRK[KKKKKXLLLLLLLLLLLLLLLLLLL M MMWMYMMMMͿ͇ͬ͐~u~~~uluhvmHnHuhmHnHuh6mHnHuhpEmHnHuh'mHnHu$jh mHnHuh mHnHuh9xCmHnHu$jhm$h,EHUmHnHu%j%N h,CJUVaJnH tH jh3CUmHnHuhJ0mHnHuhm$mHnHujho!UmHnHtH uhhmHnHuh'mHnHuh3CmHnHuh'mHnHuhQCmHnHuhsTmHnHujhQCUmHnHuePPPPPPPPPPPPPPPPPîÖ~e~V>.h{hL]o5CJOJQJ\^JaJnH tH h{hn^CJaJnH tH 1h,hn^5CJH*OJQJ\^JaJnH tH .hn^hn^5CJOJQJ\^JaJnH tH .h{hn^5CJOJQJ\^JaJnH tH (h5CJOJQJ\^JaJnH tH (hn^5CJOJQJ\^JaJnH tH hPDmHnHuh5\mHnHuh>mHnHuh53ZmHnHuPPPPPPPPPPPPPPPPPPP $$Ifa$gdL]o$$A$If]a$gd'Ff $If]gd'$$If]a$gd'$$A$If]a$gd']gd'PPPPPPPPPPPPPPPPQQQQQQ QFf$$A$If]a$gd'Ff$$If]a$gd' $$Ifa$gdL]oPPPPPQQQQQQQQ)Q/Q0Q2QAQGQHQJQ\QdQeQgQ|QQQQQQQQQQQQQQQQ,RFReRmRɱɱɱɱɱɱɱɢ~~rr~r~rh>6]mHnHuhPh>6]mHnHuhd6]mHnHuh>mHnHuh'h>5\mHnHu.h{hL]o5CJOJQJ\^JaJnH tH h{hL]oCJaJnH tH &hn^hL]o5CJOJQJ\^JaJ&hL]ohL]o5CJOJQJ\^JaJ, Q QQQQQQQQQQQQ Q"Q%Q&Q'Q(Q)Q,Q/Q0QFf\$$A$If]a$gd'Ff$$If]a$gd' $$Ifa$gdL]o0Q2Q4Q6Q8Q;Q>Q?Q@QAQDQGQHQJQLQNQPQSQVQZQ[Q\Q`QdQFf$$If]a$gd' $$Ifa$gdL]o$$A$If]a$gd'dQeQgQiQkQmQpQsQwQ{Q|QQQQQQQQQQQQQFf$$If]a$gd' $$Ifa$gdL]o$$A$If]a$gd'Ff8QQQQ1S2SSS@TATTT?V@VBVCVDVEVFVnx]^n`gd' x]gd/Kw x]gd']gd]gd'x]^`gdR_Ff$$If]a$gd'mRRRRRRRRRRRRRRRRRRRRRRSS S SSSSɽ𽒽𽃽whwZI h5gh>6H*]mHnHuh>6H*]mHnHuh56\]mHnHuh+6]mHnHuh5gh>6]mHnHuh\36]mHnHuhR_6H*]mHnHu hPh>6H*]mHnHuh>6]mHnHuhA6]mHnHuhR_6]mHnHuhPhR_6]mHnHuhPh>6]mHnHuSSS S-S.S/S0S1S2SJSaSoS~SSSSSSSST TTTT&T'T(T)T0T¹ubOu$jhJxPhsTEHUmHnHu%jK N hdCJUVaJnH tH jh.tUmHnHuhcCmHnHuh.tmHnHuhmHnHuhI}mHnHuhJxPmHnHuh\VmHnHuhpEmHnHuh>mHnHuhsT6]mHnHuh5gh>6]mHnHuh>6]mHnHuh>6H*]mHnHu0T2T;TTATTTTTTUUUUUUV>V?V@VAVCVOVVVWVXVYVfV}VVVVFWƽ۴}v}rkdkZVh%Uh_m\h6] h}6] h6]h h5\hhh5\ h/Kwh]h4jh mHUmHnHtH uhL<mHnHuh jmHnHuh7\mHnHuhpEmHnHuh+2h.tmHnHuhdmHnHuhb|mHnHuh.tmHnHuhsTmHnHuhJxPmHnHu!FVGVHVIVJVKVLVMVNVOVVVXXXZ`\a\x\ & F]gd' x]gdB x]gdU2! & F n<]^n`5\ hS 5\h hhh4Yhh$_hBhvh> hH*hU2!hQhceh}h h%U5\h?[hRvh%U h5\=w\x\\\\\\]]!]6]9]:]^]b]]]]]]]]]]]]]0^S^h^w^^^^^^^^^^^"_&_____vh_m\h6] h>6]h56\] h'>6] h5\hhh5\hh"jhRvUmHnHtH uhBh.h"hU2!hp5B*\phhU2!hp5B*\phhphcehz,h hS 5\.x\^^^^^^^^^__5`L```~aaaaa ]gd' & Fx]gd. & Fx]gd'nx]^n`gd' x]gd' x]gd.____$`8`<`@`H``````aa0a7a~aaaaaaaaaaabb1b5b6bpbubbb~wmfw_w_ hw6] hce6]h56\] h>6]hce hce5\hhhce5\hjh UmHnHtH uh hSHhU2!hp5\hU2!h.5\hU2!hp5B*\phhU2!hp5B*\phhif0hp5\ h5\hBhphif0hRv%aaaaaaaccGcHcOcUcZc]chcqcrctc{cccccFf $$If]a$gd'vx]^`vgd' x]gd'bbbccc"c+cEcFcHcLcMcNcqctcucyczc~ccccccccccccccccccccccccccccccccccch5CJ\aJh2h|+CJaJhi h|+H*h4Qh|+hu^ h}h|+ h|+5\h'h|+5\h#h|+5CJ\aJh-JLh>h hh_m\hce6] hw6] h>6]5cccccccccccccccccccccddd ddFf/Ff|+Ff($$If]a$gd'Ffv$cccccccccccccddddd d d dddddd"d'd*d+d,d-d.d/d:d=d?d@dCdDdEdFdJdKdLdMdOdSdUdVdXd[d]d_d`dcdhdid}d~ddddddddddddddddddddddddhwh|+CJaJhwhwCJaJhu^h4Q h}h|+h|+ h|+H*Rdd(d)d*d,d.d7d?dAdBdCdEdLdUd]did~dddddddddFf=Ff9Ff 6Ff2$$If]a$gd'ddddddddeeee f!ff;ggngg]gd" x]gd4Q]gd' x]gd'nx]^n`gd'Ff@$$If]a$gd'dddddddddddddddee ee.e2eGeKeeeeeeee f f ffffffff f!f*f,fʼʼʵʵwsoshCGhb|jBhdvh4QEHU%j)HN h4QCJUVaJnH tH  hNhdvjhNhdvUhdvh-JLhg hce6] h-JL6] h>6]h|+h|+6] hS5\h#h|+5\ h|+5\ h|+H*h4Q h}h|+h|++,ftfufffffffg!g"g7g9g:g;gg@gCgLgMg`gagbgcgeggghgjgmgngggggggggh̖|qhh9.mHsHhh/mHsHhh50mHsHh"huWjEhJhuWEHU%jn!N huWCJUVaJnH tH  hNh9.jhNh9.Uh h/h50jh-JLUmHnHtH uhh"hH?h9.hCGh-JL)hhh h hhhhhhwhxhhhhhhhhhhhhhhhhĹĹ{wleREljKhJh4QEHU%jxHN h4QCJUVaJnH tH  hNh=5"jhNh=5"Uh=5"hh/mHsHhh50mHsHjh9.UmHnHtH uhh>hWhH?hH?mHsHhh9.mHsHhuWmHsHh mHsHjhNh9.UjHhJhuWEHU%j!N huWCJUVaJnH tH ghhhhhhYiiiiiiijjjjj$$If]a$gd' $If]gd' $If]gdN x]gd']gd4Q]gd=5" x]gdhWh9.jOh9.h4QEHU%jHN h4QCJUVaJnH tH hh=5"mHsHjhNh=5"Uh=5"hh/mHsHhmHsHhh50mHsHhh9.mHsHh=5"mHsHjjjjjjjjjjjjk kkkkk!k"k$k3k6k7k9kKkOkPkRkgkkklknkkkkkkkwkwhS5\mHnHuh'hS5\mHnHuh$chhLCJaJnH tH &hLhL5CJOJQJ\^JaJ.h$chhL5CJOJQJ\^JaJnH tH h$chh$chCJaJnH tH .h$chh$ch5CJOJQJ\^JaJnH tH .h$chhg@5CJOJQJ\^JaJnH tH &jjjjjjjjjjjjjjjjjjjjjjjjFfZ $$Ifa$gdL$$If]a$gdN FfT$$If]a$gd'jjjjjjjjjkkkkkk k k kkkkkkkkkFfeFf_$$If]a$gdN $$Ifa$gdLkkkk!k"k$k&k(k*k-k0k1k2k3k6k7k9k;k=k?kBkEkIkJkKkFf(pFfj$$If]a$gdN $$Ifa$gdLKkOkPkRkTkVkXk[k^kbkfkgkkklknkpkrktkwkzk~kkkkkFfNFf{ $$Ifa$gdLFfu$$If]a$gdN kkkkkkkkkkkkkkkl=l\ldlzllllllllllllmmm|mnn_nnnnnn'o+o0o8oꩵ{whzZ h5\h4hE~ hw5\h$chhwh>hA6]mHnHuh'6]mHnHuhS6H*]mHnHuh4Q6]mHnHuh"6]mHnHuhPhS6]mHnHuhS6]mHnHuhSmHnHu.knnnnJoMoNoOoPoQoRoSoTo p pqq_rr & Fx]gd'x]^`gdSH x]gdzZ & F]gd' x]gd'x]^`gd'8oHoIoJoKoLoTo[o]o^o_omooowo{ooooo p p pBpKpXpppppqqqq=qJqaqcqqqqrr%r)rDr^r_rrr𖎖|hPh'hDZP5B*\phh.dhe hDZPhWI'hS}h_m\hq6] h46] h6] hSH6]h}/Vh}/V6]h}/V hq5\hhhq5\jhE~UmHnHtH uhSHhqhzZhE~0rrrrrrrrrrs*sHsIsKszsssssssssssssssssssssssssssssstttttȾh2hqCJaJhhXCJaJhY hYH*h'h6$hqh h}hq hq5\h'hq5\h#hq5CJ\aJh"LhE~hRKhjhDZPh'hP5B*\phhPhWI'1rIsJssssssssssssssssssstttFfFf$$If]a$gd' x]gd' & Fx]gd'ttttt%t.t:tPtQtStUt^tfthtitjtltst|tttttttFf-FfFfFf$$If]a$gd'ttttttt%t&t(t,t0t1t4t:tJtOtPtStTtUtVtXt\t^t_tatdtltmtqtrtsttt|t}tttttttttttttttttϢhe\he\CJaJ he\he\ h}hqhQ6hqCJaJhQ6hQ6CJaJh6$h6$H*h6$hhXhqCJaJhQ6CJaJhhXhhXCJaJh6$hqH*h' h6$h6$h h6$hq3tttttttttttuu u uuuuuu!u(u0u9uBuWuFfFf%Ff$$If]a$gd'ttttttttttttuuu u u u uuuuuuuuu u!u"u&u'u9u:uz?zJzcztzxzzzzzzzzzzz{{{{{{={>{Q{R{S{T{V{W{Y{Z{Ƚ~sjhNh)Uh$dhJ,MmHsHh$dmHsHjIhJ,Mhd(EHU%j'N hd(CJUVaJnH tH hqhqmHsHjhNhqUhd(jh_UmHnHtH uhqh#$hFh"LhhzIh}>lhR?h?a+Z{m{n{o{p{r{{{{{{{{| | | | | ||"|$|%|8|9|·zmiZVVC%j'N hd(CJUVaJnH tH h)ha?0h)CJaJmHsHhqjʪh)hd(EHU%j'N hd(CJUVaJnH tH hhqmHsHjhNhqUhd(hmHsHhzImHsHhqhqmHsHh)mHsHjhNh)Ujhd(hd(EHU%j#'N hd(CJUVaJnH tH hh)mHsH9|:|;|=|>|@|A|T|U|V|W|X|Y|Z|[|^|||||||||ȵםyiyeZS@%jKN hqCJUVaJnH tH  hNh$djhNh$dUh$djhzIUmHnHtH uhJ,MmHsHhzImHsHhzI h)hJ,MhJ,MmHnHuhhqmHsHj*hd(hd(EHU%j'N hd(CJUVaJnH tH hh)mHsHha?0h)mHsHhrmHsHjhNh)Uj}h)hd(EHU|||||||||R}S}f}g}h}i}l}u}z}{}}}}}}}}Ÿ㭦キob^SHhhrmHsHjhNhrUhrjhdvhqEHU%jKN hqCJUVaJnH tH h}>ljֶhqhqEHU%jKN hqCJUVaJnH tH  hNh}>ljhNh}>lUjhd(h$dEHU%j )N h$dCJUVaJnH tH hh$dmHsHh$djhNh$dUjPhqhqEHU}}}}}}}}}}}}}}~~~2~8~D~X~Y~f~w~~~~~~~~~~"#>K^_`Ƚxthq hhthh<"iB*ph333hB*ph333h_B*ph333h<"iB*ph333hhB*ph333h> B*ph333hRKB*ph333hhtB*ph333hJ,MmHsHh}>ljhNhrUj|hd(h@|EHU%j*N h@|CJUVaJnH tH (j}}}_`koqsuwy{} $$Ifa$gdD=Ff"$$If]a$gd' $If]gd' x]gd']gd]gd' x]gdr`n */06789̸zqhqmHnHuhq5\mHnHuh'hq5\mHnHuh$chhD=CJaJnH tH &hD=hD=5CJOJQJ\^JaJ&hl*hD=5CJOJQJ\^JaJh$chhl*CJaJnH tH &hl*hl*5CJOJQJ\^JaJ hl*5CJOJQJ\^JaJ'FfFf$$If]a$gd' $$Ifa$gdD=FfFf|$$If]a$gd' $$Ifa$gdD= FftFf $$Ifa$gdD=Ff$$If]a$gd'!%*/0JKkl0]gd' x]gdq x]gd'x]^`gd'Ff $$Ifa$gdD=$$If]a$gd'9:NWY[\dkpy",HSV_Łρ<@ÂIJKÿh$ch hzIh#$hsho5\ h5\ hzIhzIhohshSHhUhzIh> h#$hqmHnHuh<"i6]mHnHuh#$6]mHnHuhPhq6]mHnHuhq6]mHnHu/KL_`abgijklă01234AKL„򿻿}vlel[l[WSOSh*1%h]h|+hshws6] hgz6]hshs6] hshwshshws5\ h> hV h[bh|+ h[bh[bjh> UmHnHtH u h5\hsh2ohh&FB$jhJxPh&FBEHUmHnHu%j%N hwsCJUVaJnH tH h2omHnHujh2oUmHnHu02456789:;<=>?@A„  x]gd'vx]^`vgdgzvx]^`vgd' $x]a$gd']gd'ʅ΅ *2CEFUs|ņ̆چ܆%&\fmzŇ -./02346ž}thmHnHuhhS:mHnHujh{UmHnHtH uhL<mHnHuhU%mHnHuh{mHnHuh1AmHnHu hS:5\ hg5\ h[bhj#h|+h[bh[b5\h1AhghLh8h*1% h5\h[b-&./123456789:;<=>?@ABCD]gd' x]gd' & F n<]^n`p5\mHnHuh:mh:m5\mHnHuh:mmHnHuhbImHnHuh]mHnHuh mHnHuh` mHnHuh5gp5\mHnHuh(hT?5\mHnHuhT?mHnHuh(mHnHuh5\mHnHuhn|mHnHu.$%&CKL]op͎ώ<FGUVbúwmf\U\ h4(6]h\Xh\X6] h\Xh%oh\Xh%o5\h/.mHnHujhpa5UmHnHtH uh5gpmHnHuhmHnHuh5\mHnHuh h5gpmHnHuh]mHnHuh:mmHnHuh:m5\mHnHuh>p5\mHnHuh 5\mHnHuh:mh:m5\mHnHu !"#$%&'()*+,-./0123456789]gd'9:;<HבّؑFfy$$If]a$gd' $If]gd' x]gd'vx]^`vgd']gd'bdimyzZɐՐ%6GH~ɑ͑בّؑڑȿzbM(h %y5CJOJQJ\^JaJnH tH .h %yh %y5CJOJQJ\^JaJnH tH h5\mHnHuhmHnHuhy mHnHuh5gpmHnHuh h5gpmHnHuhi<mHnHuh\XmHnHuh/.mHnHuh>pmHnHu h\X6]h\Xh%o6]h35h56\]h\Xh\X6] h356]78RSstƒǒߒ;<NOde{|Г־o`o`oh %yh;CJaJnH tH (h;h %yCJOJQJ^JaJnH tH 7h;h %y5B* CJOJQJ\^JaJnH phtH h %yh %yCJaJnH tH h %yhVCJaJnH tH .h %yh %y5CJOJQJ\^JaJnH tH (h %y5CJOJQJ\^JaJnH tH (hV5CJOJQJ\^JaJnH tH % ')+-/13578BDFHJFf{Ff$$If]a$gd' $If]gd'JLNPRSacegikmpstFfW $If]gd'Ff$$If]a$gd'’ĒƒǒϒђӒFfFf$$If]a$gd' $If]gd'Ff ӒՒגْےݒߒ Ff $If]gd'FfG$$If]a$gd'!#%(+.26;<>@BDFHJLNOTVFf)Ff% $If]gd'Ff#!$$If]a$gd'VXZ\^`bdejlnprtvx{|Ff/2 $If]gd'Ff-$$If]a$gd'ÓǓ˓ГѓFfy?Ff ; $If]gd'Ff6$$If]a$gd'Гѓړۓܓ !ŔƔȔɔ %-buەߕjkǻֈvmvd[d[dRdIdhK`bmHnHuhmHnHuh_mHnHuhfmHnHuhmHnHuhDmHnHuh>pmHnHuhy mHnHuh6]mHnHuhDhD6]mHnHuh56\]mHnHuhD6]mHnHuhDhD6]mHnHuhDhDmHnHuhDhD5\mHnHuh %yh;CJaJnH tH ѓȔɔܗ'<=P< x]gdYr & F]gd' x]gd']gd'nx]^n`gd'/ȗ̗/5ĘȘ %ɽɴɫ~sgҴҴhehemHnHuheH*mHnHuhehe0JmHnHu jAh~UmHnHujheUmHnHuhemHnHuh <mHnHuh5\mHnHuh8mHnHuh!mHnHuhy mHnHuhDmHnHuhfmHnHuhK`bmHnHu$%ș̙Йљՙי!"%&'<=>NOP|sjc\UcQGhqhvl5\hdP8 h4I5\ h[5\ hdP85\h=mHnHuh8mHnHuhih8mHnHuhimHnHuh <H*mHnHuh <h <0JmHnHu jBhUmHnHujh <UmHnHuhDhn5\mHnHuhnmHnHuh5\mHnHuh <mHnHuhmHnHuʚ͚ϚКݚDGIMNbcftЛ')׿仿}ytyplh.Th4I hK$IH*hqh+tQh4IhDm?5\hDm?H*mH sH hDm?mH sH )h[hDm?56B* \]mH phsH hvlhDm?5\hDm?hdP8 h%\H*h%\h5?V h5?Vh5?Vhz h[H*h[hPmhvlhqhvl5\hqh[5\*)*+-.012DGIJUZ]bcĜ՜ۜ,/12:;<Ddef˝ϯϨܣ럘}tptgthmHnHuhPmhPmmHnHuh^BmHnHuh[mHnHu h!zH*h!z h5?Vh!zhdP8 hqH* hqhqh+tQh[hvl5B*\phh[hvl5B*\phhvlh5?V h%\H*h%\hK$I hK$IhK$Ih[hz h.TH*h.Th{(˝Νϝ{˞՞ nԟ klmnǠˠ̠͠Ҡ٠!"#$%)<=@AۺҺҺҺҺhhPmH*mHnHuhPmH*mHnHuhPmmHnHuh|_LmHnHuh.PmHnHuhmHnHuhhh__5\mHnHuhmHnHuhh__mHnHuh5\mHnHuhPmhPm5\mHnHu2ABCKLNO KLMVcipz{ƽƽƽϜϽϐyk_X hVA5\hhmHnHuh[h5B*\phh[h5B*\phhrmHnHuh5\mHnHuhh5\mHnHuhYrmHnHuh|_LmHnHuhmHnHuhHAmHnHuhmHnHuhmHnHuhPmmHnHuhPmH*mHnHuhH*mHnHu  !-XZ[\ߴrbYF%hDm?6B* CJ]aJmH phsH h";rmHnHujh8~UmHnHtH uh{;hl0JmHnHu jDhlUmHnHuhlhlmHnHuhlmHnHujhlUmHnHuh{;hJlG0JmHnHu jChJlGUmHnHuhJlGhJlGmHnHujhJlGUmHnHuhJlGmHnHuh9mHnHuRSΦϦԧ]gdW5 ]^gdD;]^`;gdD]gd']gd'bfVXfhtvRSTUWXd鶞тi`WNW@7hhmHnHujhhUmHnHuhlmHnHuhVAmHnHuhDm?mHnHu1hdP8hDm?6>*B* CJH*]aJmH phsH 7jhdP8hDm?6B* CJH*U]aJmH phsH /hdP8hDm?0J6B* CJ]aJmH phsH 4jhdP8hDm?6B* CJU]aJmH phsH .hdP8hDm?6B* CJH*]aJmH phsH +hdP8hDm?6B* CJ]aJmH phsH d̦ͦΦϦӦԦT˽˴wi]O@hLhD6]mHnHuhDCJOJQJ^JaJh 0 move_busy_1and2(n-1,s,i,d) move(n,s,d) move_busy_2and1(n-1,i,s,d) move_busy_1and2(n-1,s,d,i)     -  PAGE 25 - 2 1 3 4 S I D S I D S I D S I D S D I S I D S I D 2/3 1 & 3-6 2 S I D S D I S I D S I D 2/3 67/108s/3 A B C A B A model set of the Towers of Hanoi (with 8 disks) w}~᫶᫶᫶᫶᫶᫶᫶᫶᫶᫶᫶᫶hr5CJ\aJh79hr5CJ\aJhHbWhr5CJ\aJhr5CJ\aJh$hrh0JmHnHujhr0JU hr0JCgdqgd@gd79$a$gdc$a$gdHbW$a$gdhgd^Bgd-Ngd`?gd#  ʼʼʼ hU>hrhU>hr5CJ\aJhr5CJ\aJhPhr5CJ\aJhU2!5CJ\aJhhhr5CJ\aJhr5CJ\aJhrh79hr5CJ\aJ=gdE~gdgd c$a$gd c$a$gdU2!   !"#$&'()gd/.$a$gd/.gdU>$a$gdU>$a$gd2ogdE~ !"#$%&'()*+,-./0123456789jklmn¹hDnmHnHuhh";rhrmHnHsH uhrmH sH hU>hrhU>hr5CJ\aJhr5CJ\aJhr")*+-./012456789klmn]gd']gd"gd]$a$gd]gd/.$a$gd/.gdU>81h:p7c. A!"#$%` (2*2F3마&x ExifII*  (12i OLYMPUS DIGITAL CAMERA OLYMPUS OPTICAL CO.,LTDC5050ZHHCAMEDIA Master 4.102004:01:14 17:31:04!"'0220   |P}D0100*   X 2004:01:14 15:46:012004:01:14 15:46:01  w OLYMP4  &FdddSX558[pictureInfo] Resolution=1 [Camera Info] Type=SX558OLYMPUS DIGITAL CAMERA&'?2&& E6X'&@Jee9a1}D`- 0nr[ R2 mn$"#!$!TMAd#%d R980100d6>(FHH       }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzx! ?S ( ( ( ( ( ( ( ( ( ( ( ( ( ( (>,wqWLJ]w]qKԢwſ:⯎_x'W]CȻs^3g?zWŝ{W].yw{92QR/xn?\>H>(xܜTn?ps3q?K}Ò=Ww=1qӇwoqSpao)?pf.ģO.?ğ-3}uy9w${b?JcxĞ)jl9cC1?MoUxŃ=qq8DZIҮ[%HXA,v沩R0W4\.IDUX ZF9Vle,E^l[GC?W<=u`yC;c{dp^H6c"fLd/)+k~*Uk gOy˨LNܸ?QR6ni Ԅ#-]_^*F0;(8 G^pxNO*>w0mn@^fib==5muk]A[9jtps޽Eqiǣ ajèX`SqɮLGz93it6:is#2:VKI=k殡l-_/޲QbFN[v9VCc[|Ul}*8\a-5 ʿi>\Y-k Jo, 2x}Hdm |HL~VI&ܭ8iZxWBV}χN8I+|a6-4A.-Dڨq|uƾnU9^ϯc!F8n&}jv$+>h* kEic~Lj=/W4W; G늕4ckab֪9_ygtyGָ|tc?Ţ=p vwz7#z͙Q&Y֞H%~"xl`nc-Ivo9HqktIՁ);{K#nmbߡ> y#T|3kͤ Kֽ_M;:і?PyӦ.g~I9E+YM5|KNgmtuQo ^|܏+0=O9*R > \uXbҎ|;qyz&~4V~7s1ǍzBW[ΌoX߮TuN[@Oz+sf#>A֥ǍF.,ms:Ib@qwJM֭)?hIlnl#/hQ<@&.^ԓwl㞸ϱvx]E9`ƹ)Z %SGcn!a!1A~epTkAյ/rG\QqK S-MW\X OUYGᶹh]I1Ԝc Wݬevq"QgWźoo6 o|_j6~V;+\22pN0Hx '+릣TM%bt1g_֧>eq*U\x[~Dq0^owֈ' _Vŏ:]9GhӢf眾جU%Կ ō-R:i@ΒSh_e-bɹ&8> MVLMWZPмO4s95~'j)UZB0i-U_x=-do1  85ZIk!t ܸ[s^F){|"ZY&O jau7R[݇ xkT[ܟ/RYoouj+ |)/=E]hے>v>aϷ׊sj6g[#9.f*\'}Zp/GBbƶY}]N5BE3g8Te_UܔO I9qu<: j| 'f]eDZ):/SSqyq.q[L šzn7}Y9>f8Lx'Ax;ngVcpW| TTZh.y6|ѯ$ߵtc%^/1J2$G?dcž&]*&ᯋ?/MѴϘR] }+?J·WJs5.-_*_~:\MK_45&jyblE>0/Vb/o4r>U#ܲxY52 ^8K}LՁ=?$ x#^fеw͌M{z:&ؤ ?|nuPO}ǹj? kKG2OºSy9?«kmctOZ:N:?P/kz@:V}OIҵ[W ]H=(((((((((((((( }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz*! ?LQo,EXypN9RNG#eZc;/>Dc 91N{_~7rhK>K6714R!g,|A?t~a4!U7 P 䒍d|Oh]43也L4,)2PNduaq$k`# &۩D, Ad'i(-ͤԝO=ۀ{%vhpH:Go)&GVYP3T6㑼c ~Ab)6{ u橐pA輕%I=sVH%x_kjGWz 8lqA*slvؑG簑N$b3 >؅h`@Ush8rq"d mo0! 6O͜ xYWv@G\AahJmN*6|x{xFDA|H¿wvC(ya̻2{I9#2n-ؑKsu !-]#BFr0qd =ڭ\"!CX1#}VzIjR| b;$;PotY#ބIXmmr}V\ܔJB8XRtjrrA2s~eiv<H'='&%5(t3E8&f%p `1)lPzvw؄vth6NF!/P`S\Z+\aC#aDT'9ݒs;Imo$R-*^ܙWsJڿ9K{ $ɽ:FCX=="Wbł82pև5{XJb6R 9gԭÔpw9O\wZ3<$L,ȳtI @Ѝ͵ &}ƣ{u(ƁYV sǼdF Q,7 EL/WfA椻ܮkJbu fXfm++`8=)vybU&beVarqH&][ǝ2G x2K*-^rbI?1#TA;4%]"KxMKk,3OʤFw1|}ނI8K[jGog@>,*lIlNWLBx:UonITn2p{`Tȩυ.B(.ȰK qvpyA*I_K+k<;x󣅑%'P9W9={ 4 xgpiF>8238]QI5%a ۶-paI#O.K%P')].q' ʧ4ھs\~ #[?q01X'XSx KXEURv #NH;§R_3'9xaP΂7R6rgF?rW8Idq8!p8t浟2F*sqb)n"1o4a_q$EC,Q64&NxЎcZ16idX ܂Cw je ./J YA#,AF)Yg8zЅd hn}@3NJH6 8SQv3\ć́~)R$[]}G߽,sc1t$ nsIE]] b*FEI9#sa9\uA2<ٚ;\2'v2 `vGM3U$[$Z)b-]xa'G Y Y7,rn'zِNA'eNsQf״crY;7UTKdn.ŧXXb , f^FvsݻJI<ܧ-E#O.`A#'5lX2a[h+F[Ev+u.$B8J#,{rÐvcOZV?ݐHR 1?:Nm'{p=ۻ #`2= Emm&ljҩ;8$T-9jXK) >a2mGh2SE+G4ֲ[Z1܃.6>x_B[B΁&@y>c?9j3F ap#G'j־LOY-ɤQ0\+Q"-`9J<1F OL۵kz(yܤ1ĒB˓*6x8$sm<'% Jnl䂤p i}Wɭŋ{DQ2vx'mA\MB9tא q:r<$/Ąp4xcHy&x̭o0x`C, نz:kY4[a8, K} 1+Np9WWidFxL,T"std8^.t"H è.e'`3ɿmR0̀}̪~N , ryi(hhҚe BJfs(g9x'c&rv"UerNW~zɧ$ciݹh_l='Y ɂw=Xr98㳊8gm2@dq'?fyjVRP2C"n$T9~H387T&ybNAf#<֜LU'biǘc˘Eqg;S.w[l<ŰG= E(ԩ4Z4]KtlT4Cižs郁Zg\KW9mHʎ6ʑҷɽ/3RY`Ax Apy^6%8`&s~4F-|Gn@"D1E,8C=r@er;1<t$rp8VQr^f/n ,KiARr>j=v(TXs<@.zHӡԌgUf"]Z&h`S9, 0 d; ˩X1̒OO<cӯ9=ĤQu2D%[$Ѳ]rڠ~g' M)"\nEq'@Pf63M''׽Wdz?JlF ]^g}h$!ū%m'*H~`5n$U82P-H%AghjNMrdfYP9#8<X8Ui$ g?q@$u2%Xȉ$j2dr:ˆ:ZiZw/$PK" X-ۆp~QKTWSn-ʲ3ljR-wvxTe0b¼0G\@I8.i]+%ˉ5#yNx<Tr@&X䌹#DT/>ۺPygg]<GouU9=FpiGJwlM+}Y i.O9,8ҠX#6®>"*1'$r85kn!I7R[…TL(fu)a;c&d7~yԜ68>|C6c#-V_΄ʤݐ@h?\8z[kbnQ0T "rz1fF23TlՉVK#ر,g˅:F31>vyg mohㅶgbxVpER.L[nrh99ϹQD%$oI9ϡnqOTI4f)X9b[k;##+۶a30UQݘ$4}3z0\6Q,hqgJd N_ԙmǖ]坎߻t9%Os(',"SD<2uJ2',Cn-l3; 7 p1[Epyȧݐgs=ն(ܲn!} 79,$@*Kd# 1od4kuɹsl}_7 p8N]I_ "g1* G 1zѧH"Jww$p`Nx>_Mz%IX3/0#p'ɲ#ddcW NI~x##(;LTʭo<.3i2 222!.ge'd9F9N 9?Qrhn9AvCyHd0K\<0 ?)ߞxJ\%F/4[3)$`p8 pHn8VfO.9dbPѴ$qےstT}+\mw4r![Ry1yϠMP[ѕeXH`Bq<}+NyTTwZn-]jx^U=lS.?SqwvəƤw??Z)m,MdVs3w$`rm gf ؐ1H8^W3R"u"Si;rnZP|gDg@]gr?0$ۛXY[%nS| a8;sh Q C@ :,IpOFwq(/wM+[+C^cTțfA F Ųǟ0U$ܺ ey%8]څSޮgt`9"IF\G5N%h 8% ` [Tl h.:Ѽ`\ef;qG'4`#s4L„ rO R6HiFSм7`@QUǫdǶ*+5^Kp x`j1qI_b,2,o`9,sW2V`awa'c( xqi&oq;*N-;X˚2w8J"nʽW'p<1WS+}a 2,FeL@^$ j<˓Rd,,IIk1ÖNFrU./1"w&w'){i:bo1ncE>|x`d<=q1SVXA[>RNބr'ή1o-W'Ȗ6E:I;WNsLicg& m0$u9ʊRWCD_"Kr!HBuVV;znfCÐ*O!-JT!U~\'8uosbI \'a#lrPv &i]]̱mQd~\pFF iݻ=]t@ v7;mrGl(hbIb:ŻxtҔ#BNG cA [bRyDtVhY eŒYÍpP)5"#.7"c$#)f%9#xHټFlc\GrMi/h rq;*  @(1#jd2zu:gsITwk*&M8 !nKn~I%GgdyQ !]FC+HdE.}M?s%!y wp9 VZHXHrn@2ǃڳJ*ר`Ϋ* t Vp,@LyDr\B40łr2@9q٨+.dlJDƌs^2OREPJ8 Ӄ[S`)VLziH&(WɝH$r={#+_B񴘰ia@H9'q`FA~n\ O4tI#@71+ԛ\dBգ|eYdN{˨^h\`8>ۆHAixBWjɗ;uH !Tr9O?<3w/&H>[!# OC3SR-.$xYn 4 mFQ8ȷYe$(0FrG7̕sQREYn >\pW$zaщ[v%gRv 7'֭iw3卓JPąV0I`r[$`Xu9'?LA+VՀ[kžNG8e cfrջ9dw*tgedasm.FX<⢄di.ToP0CF9Fzť4ln+ty7ܤP2n1+=1*+ D&e6ߕy;򢤒KDGu*10gI! *q7a\֩ ;-\ue-:x;~Us95_"tIJ/@Ȏt%>S .I8HX{.VXVvۺ#$ 2WŰKWtV!`3 ")iw`@P[C@ O*LbH>Բy'ԜXMOQ Ǖ@`Ṱ*Zn^ؙwݸѧy<}܎O"RrFN6dŽ zu`r-Go8\peJWVz̮gX"Wo=Fr'=z@#U/'a,bİ#98iSmI迯͸mH[O*XSi JN$ʞ@#>*)3KbVٹY 9N2>Yթ me1Gs!.LKn ;yb++FG*>[%QiFH’O -!`q߾vXF]L\$߂n;jwصoLm0l΃r}N8G\b"qcW29S98T7'K[u.fI>!WܻA99OɦK"(dqj`'׭E)_2'e2[%eB'p2pyWs4eUUf @2ay8 >ϫQm-u,m2(cTPytdssш#{n#P3r]r6zrPI>]Q/ky9B̠t`lLwON1R i~a!_Bp 9<jm?ƑqNR-2FHKuPX瑸7^~B|X3D儓dȃuQK_WNO[܈b|$y`Ir>prvz僖 =YA,%Oҩ8$@Hux L +X܅WtتLҴl-B\ҖKHSkۅX +g#csӯ"+#SN`,sTr.{nŇl!'s@Te9tV 1^:{s鲒m R*gicUF7,#ɊEI8*đoYQ1o÷wOOA ;&JIIj|XP9F3ԃVRV\2M@ ;\ 9'VƭGQuy#wN}1xuzɹ>A,Fe\8 Gp1V?R ie'w,> ӡ 5 /OR 6 f`U6G*p}~4 IؼՍJpCG 1ǹg6+ZrQrrcn9T\~*Mtj L9DL~Mt%;D%ϙ'r""iBI(_b#$tSIh4w8?H=EtzG4PҴ1  X6Psボ;9X nvxbʱzSihbi[^MQa!x rj(rbx~Hۀ8<QiWaM>e}nK%&yD1;szoo5ƛ@~+l\U5DIca܍ ڂT3 t#99.cstEt{%#ŷ&MЬH<́0##9P\U+y"VHvd W$o5g~mVРDo(ck0r"\2COq:̹{Ci=6E"Hdxnd% ߸38hXȑ͆A,RO✯+?5Pm{&x$ӜmSRj"-qB(S1;A$hvvnbI"+GDi`U T77[,uV* $Q;sl{-$7mĝt۩(uK .n/C+NYI@>?y"[ To*pcRUΚHTR'"&,kz{ J#gq$}=+w8EŤlDhl.X(,~^bMvYcnYg8T+9l>drJqNn!&=HX76ZhHxvn*H1YYT=@ @1+)#*Wg9[Gkm[w1 fӏ 9}6vҤ `Bgb1 I G#O:啖'm˳Y^ 0U"[F0 Ux;I Kd*`[ 83Q('6m']-\9Tmd+OǮ*UO%yxhwžA3e5Ps]\W8ȪLie8'\ĒX^V,-yݸtZ+3M o(FM7`pqYO53Cf(^)n1/}Ĝp=zM`JVhZ˝%a$#?7T֢I0b :^& ѣX&AsdId睸tNZ yvN[a,;A,rt1[^g@r˫pPUG gYk#Tcܦ Du] sfY<$+"9.2w drI'g N4ˋK."T m01a3Mm: yu\uP0Hϣu1WmFZy y`?vie1R׻SHrcwT]Ty.N ͩ;9.cjȪI=p+pq*NoR`OkCm DѰZ@9l 8# qDms4.GS\AYnkn>feԗɁRV+(0gNy94ִ`eѥMefRXcw/^ {b -g`H[epF:e_y0ۍiQ{IS8^Ϧ8M+ZЯ̺^,~KMB)ls8a[#0%P큐H?Zl>"9_ΛjjEkRVsOF[e2${q`e g_Ou.OifdV \@ *08r}nb]ZU`W9''{t29DRl:tp͍r3#z%>l.|T#0'ԁۓ&nru1.GgyuV.px< yɔ lI򃎡ݼaC$drrNrXVӌ{=sIҵIs-%PYU6ⴳ qm?!>v8oԫ蒶)y~5.e/{D5ܗ>4o>L##3. dA38Q׷B1E}'S!I/8˛IJZo'MW;$UJ˂G YG9р:Wsj,5)r^EGDI~-ʲ>2D?.0I801kIiD}F&P2SDVnlu3JP2[EIs0{7RW$-Ck 'ٚ^(өHjD|ݦh>yR13pzҥiIh9]Ku`-]mcH- c8^5Ycqy%&8qI8yso]࠹Øk!2UhD|x!u4j90gy 6+WYXp` \dЎcXZ9EeYa@Pn;Qx0JJVZew|6NKo~\cc#Tmc1Hɹ1ܮ=h)JnSmŰ 1DJ7Hyw_ם~Edx/UXe e d^FnǞ[1v3z 񺾫?f}V?|;wc}sk#]ͤ.@T6GeŷƩmarf:T27<(i+,`d_ lOi:b}TZٟdb?zCl)d vٜ'kw ?jhc#灞^_CE=$#W!fG뜃a$tl Hg&(loMn6xdOO%;Q=*ȋnd³g 8nxyp68玺aW7rFañߥ[, rfEK$lB5bG̀ь`m,+'yX̏CEGcQ7)6r5s܁Ǽ<.`wB8+SedϕSs`9{duѭIԽ#ۉ)]/F1yxq^>ƙKԠmCTeL)2_Dnw'hrY73C,˥ZiZ _MoV1KV>*Aph <)Xbqp<[[VtM"OҦCvdV]js˱\G ՝$^s!V;S;܎gX5_I\v g9=nP,hrs Y ;ax7Rԯ=n{Y^6Zܵcfen#YJzqv |$y$-qV ַoZI4u'(Fߌߖ泜1Vѧg[+(e&b_ƎQm#Ӵ}wQ涇A2,{&=DeQbW?tx*2^{WľZI]O>:tIn֬ͅ0U\@ r{ds]ה[xp ĶH'#- )ǖN59G*J:ǧ4IKJ[^:㌾45% ^Wo912q5fxQFam;6Qp03RFPβCUlK*sxyޝdh@=/m^I7$Ns$A~Qpqб994rC&Wt$!,v#?.z.1IÙuum H@AFm3pNKdkn|&n|8#S5 R}k?,ۢ%^ͪ2ќF0TȞHsGD'wF'Ǟoj^c|enxQ u}f˟16gDZ ;fi0ʨW͘-g=N>JeRݏ]QcD"qrӸ3͔2rt=8ti+ݜkQY8.ę兆x˞m̉D~p'ЌqQǦ񄓿rT\u!M$Q$ )OLNT>m!T fTrmx12SqETbv'ތ>lċ3waUzppG^O-$Dn) @8߿r&OCjJ_b\B䀩n͓`d͎Ko'\)#o,$kv#L%<0Q AaAR5ҡYDTf9㏮J0qB,VyW.:Ӿ7=w`O^SKn%}fN85%+/BSk-||,|"ʽO %Zfr~X8Q^8*wXmAG+%YP|T8XKpۻqtPC - !Vp0@BztqZ&(%踎9U|̃p T ,ہlǜNxrE.yfk[it\[N[Y"-6yyn9 `OG 9Cl7'rxS퉍DBRv+,FGhe ,ǘ9䓌v~PC>+ď:2O.f-V^dܐWO5%xlLZG{=ڏ^,Z'Qm7]I΅r6[>Ph=pmR6fV&nq59Mg zw?RfX\u%4& Ƴl01VB[n2Ny4ׅSQux[R^7+w!wWb6;eσ.j5>Wu8s=<=WEQm4:oceU-$G%v.>9)+{+LEkwyܡwc-Zq[u܎Jn>-.oDRusKOu΋$ʎ&f 9>9kghgTqjkp'P d)ӿ*32eU/ԞS48cd y'j*YHI ;chNr뮿#fbsI#Ql eW<&DJr*2!X8aTݷJ%Hēk:s "$p^=<Xfa lg8ی~xO] sy%vxPʥ 2xG=jP =yv7˹86< D=wܸΑ3?$!1RSyW c r[yvWZW{SuԍslSf `}q;|vI$yɺ9P@$R=-&TTVSE]աo7{E"He*ᣍT瞤~#MD"Rg'-l2Ɗnb/B;) E O%\i ҘR9$e[1b&#73-;:ZPo6`u!rX72[]_oJYY=8.SeTGR;SB]#Q1QʮI3g>L=GJ)}w "wbZ5 d AӿN-Z]Kb ldszΟ3tu!@Órסm;\SWEbG#<"U 1?jrm b;#TT ; ~C0[M92Go!MNO˜`鑀jnnݚ9e;Eq m0U!H6)n~-O_j~1_=__>f':"g;7:aO_bCljܳ#ע[=P@JSw;E0X9AЎ^UqH&eªcI#985n(vLiBX*y38d;djy1Fߺ>ZYfB 3qC޲"]8$cm_P{WLP!bW'1߉=x ~[Rj^zlWtRat@NA뎜[[i D)6!݌.Cs=sjRBe q}E ax,q s^^8; ވ_O;uV磰_*s|):'x~)" ^_Czrq|}ťv'2̈́M1ˀNɕ,E{rB0،0d\):{T>YE'3orݝ, >AX1$ NE-')q(oӞVMuvHBKQ+u,Lks=z#a+=t"m5@A'$0K{s^O"5($!W0 T0$@:ȊQ+y`YlS2O^N1+!dS$ss_2^+h #ܪ(eWF?_va%w<[+x_-k(&mɅ?1\ڪDUcÆ3_9d#JK_u~Hk'DyȎlU1@#[!crx?ӎZ79)2dXWH_+yF'$u?RNMFd vXg;CtN.EDW~LT"`^0@[95n[`)e>\nn>GMJkM;JWݲʀ_h*ɖg'͜JsЀ@$>Oj鿘S"cy&8q:|HǵYufaʗF38=j)S&]\*Ƃ3%Z7lG$rI4nU sZ7JWbmicf/{SsjK5nSm7sa-J)kvYF%` 9y#n-atnP#HbF 9:y'8ӻyFKy[gp8pxW3l7Hmf#`x@<5uSDKq!0J %÷-я=:BvdO:fYC4dw~ob2y%m$KbӁmG?0+N*[HЈVvD-2,i nnpF=jpDrVA吆|9;Sq9'frRiR  ̊ʂyn99nDse^9 S纳*M븭]K;~R<9\y^XUdBY)>s6USONshP|T+ |?2Ya$6w1SI8K޷s]ZΩ,׺v\N$#.vYj!ƧwnTn[u)Ϛ8V!??̇ {I=}]96;Q8/Svyc}n2Y|%CP|=ԱɖO#k"̐՞ /L: uK%-mu v$&CH|B+?R%B{# IW}[m 1BxQ4m'Kiۈ4讧<fan ?v>2ў{m'>i#MH"V[-: ̃a N2y UMqzUҤIPydfd)pN}9+YAȯ]h'sn< ~AJ Ԁ>FV\FHV'=힝:`Մh (Dcrc}ج]eđ,rlvs# !w.3AF8#ԮI%dA6`XiYoNq܌%%Tݖ$*P}SkuBvԭ$r' =rHp3pj-BG#; 'w^8~qQnM4oRkψzz7 -~B$N9''tR+kKH`( bABs'9ޞ2wwv]偏{?}| ÏvNX2f7it=Dz#vPY],X; ;0{V+}yC0#膠U3O2x!N]}W剚$Y}3N1z>uw~ A 0Og4%- Ϧxz伮ɒswet/dr& y:*b1Kvд)ܢP38ݎ ;Uh!y%hE1-38Ϸh_a˖+QibZpX=彸fwĤ|}yӌcQy~k̼,R:sw9Umm7?)F$οrG>я~='weʙ$eK"I x{  Y`Ǡ啛}NW}-I *ws>4ˈa'wƫŸGc𪍒RA$TQ)3*Xc*˱$кdRrzͨqDC" '~'եWXBn[a!Fln ڢ;kBt4a\9 9zV<˲cd;CO<@TrRJ/UyTb#tog9\O<=cX4K1Vb2 nIMvvEؠ+qpHcS}oZFnbO+Zul<XE o}sМ-&1"M:(U@8aoJ1W|W{72˶Ds5#IFNG v^XE'U#cn~:$^ t[q\I ".]. _4 ={P,VGu9c(, (9d@$uR@95! tM~3PuL_>!#QGcm ⺚̫qQ'>{[QM>1Q(Tb7˖ FAyejls8hs/.~e:f8tm:x,D h#z5ud 7*z_g5ؽ>?%-|>/bVa!~D- RT9! U|W -hH oEo20,2rghHp-R0);>1ՒnצOJo<[&ᧆ|k:u@3 Z4 /c]qA2L4'ZtZdž4I!yw0#:Sn ef?tW<#}%3%>S^(G5/|E/uMTKqn RH8xl(0sJ۷C߁ZCF!K) *+ U ; OJD+RR76 ic7hz@ihh4\;:хٓLW k.,~D$N{Ӟx WԤVeif,0\:=3I&1XV0̥9˜O\~omu18FXbq$}9Njˊ}b}@'~2aozud.k:%ko#ԲZ.zd׃׊Q¿&FSFp *:2i왾ݯ S{o ڲyy#{ Sө;R݈+m̊3:vǵsE3&"kIcFQ "m CnGpZ2I gc'[rcNnh%Lb1A=DZak[YN:UBnzdyt<`(3\^2p0rNGSJ4griԳrfOݤE9m<-#/3߸9AR619;r|hhlG/̲IlS̒HP8$QW"iTa#G0'i#w=is;E,HKxIJ%P`nǎSGmEwQ^Þ3I{Mܯm¯)C⿉M}9v < ugW'顼XkDH3X2䓒kAfc'w'qPtuHuwTF`Ĭ{黶zUy-ʎ%2e`^{}^)Y^2$Ӑ&"H謏*0vzvz=oŨCOv?jimq/1)[;mI# .+3pX6TO>[7~&~x+‘9|Lv (y 01b"LGi+z]䏽)G9;{~&l4ctȕ#h o*fdp|U Y *tOp\Enuem`LѷO7`crÌcȃȶT6z,qҴ[Pg9Fӻ;I ؒyϵh5ۯ K+)-OӮ:ӳ5`;M۳P `Մ3G4hhYF9M8"yߚ,!o;u\"K|ÓGfeL"m+$ O6OWЍ7gM*Lѳ%ۈ<ǵJc+#=pA'<4ޥxI#dz!`Tyךӷ" $(H8=[o+(}4>#O>XrmǙw^CqUذ8_;ȖG{,n-ԏ+o[-gԅ_[Bsxog?? G,? |uh K YzqFEaqݒ9-־%, y{1+d[[O@T2sp=N;sGliP䢔!r廜7~c!%r9?^*}~ 5V&=3p9Qvo1Cf [!rqГ郚? =0lsjyTE#V$q l˸#s֮8P9_i89=N))5rW f UHa9P0~oO7]21ʩ@`;6G?L櫛/$ZrI.l `|\h>&,)PmFI#=8{גIh[$L;s* A^A{98-@V*G#%ANk*ΤJK5)_Sg+ K֎uJ̘E+F;:9ú#ዥ*$ߗnXr˻nf*}n3,/up뜂7VX{ӂNA*@ (a''8ɯ̵O*rk7)[Vـ0BTYpA'v_c=ZE"%Y(C#rޘ{qHhU66y?G5u ;'- ]et>ZHXyݜ \6kTyrMm&ibFF yq/,r:6ڹJ] 04,  Iyj2:|zY)4yYwdN=NEA>vAsD`;~c'V(fQJb.( NIXRql=_Rv ;{ypCO@0@ dqHmpy|/A89DMkAŤqm2Fa̍w2wxQvit2'>ݹ7 i\~8lKk!Qn es=A^GL$mkEy!VXn$Ǩ~Cӣo[F\:;8;᰼p8"XU0BmB~#a8J\1BV~,Ig N˿2  Z< }h$Œ c$kT5,|ˁly85#Ii֗wcXivR\\w 0$`Tqasݽ K;߯G'md!wֶ,9rDGF<1Y<[⽵oxMuI@^$XX JJ~' ~/x irsrHd!pf,2*C1.uNl/g#4Ms:g~CC1L wtoM2Cyj? K,L$`os[o9xUB0d?y }&k8 2\sNN#KX PbpG^F Wܙ2ZHxde ,Ň?7#zս:%[VĬM:0<6zfq,S[kRX-bo>)xU%J7N?-YMcʿ|;eM?} ᇋfR(<}PHS%N1ۥxҦ֎Q2ڒ 9'$lw^}u.2O IC",c8ʞF{Zn:Řjmׯ~ۚq-E.r纎܃PSh HTrI#ך]x_'|I6dL9ޡ{4Y#b&ߝ{}W⒲W$0.%$hePRé'=:Mݐ)bR{={㷰;OT3i9qp9?SOћyhp'ϒ26N ^r{G4O%(T4(!O^A233zPƑ,p@9d?Z58bф4G|L6=z~E "]>Y";cw{-Yi9j lohr! )J#8|2 ??a]xZt¨w0A r=q6v&TPwDzFَF\!9튛6mܵMdcG}[psM6*\Wj>̲ 7F=O;$XF$"9'VbDB`1鞟Sd@.B< g?qX-nNa ]Ihcc=y& y`$M?Xg@:{֍+k$oܶʢFX])@ <zxo=GG,zzTgtZtqLꋛfi&Pgp{uȠ ê$ڸ`$6:ݢq(G>'Xb5M9_o O'ՓgQ. x^Y wG$ ?2z=Wuʼ6w/RSSLDo,q:\ StB7Hm+%eG:p Uʪ1߁OK#W$q0f`p{JU.cP|qDQ,rJ$qӞfb1DGY3NOSѨ}W".2qHUd[fh!ݾy `1:s j}ȵn֓[I$C'/;w|K n6\u;ܺÑҽ*fWS^p9}1^Bf~fto9n<7y.ƱQ}yȧT\p P1J,`.Y-a9_=yl&틛3P.wy#'QkZ's@.[}^ $he%;#SAH y٧ N;#N[|cb(%սg*1*7O^-\^m7.IQ#p X滲υo^|-qm9HĉqWq9aSFg:)1$ldB[=;Ϡ Wsc8ҥWFs{FJ,f!5R"|ʀ8玢ᥝIx2nB?d`i`_3 4 }fG,[;md{#GԼAQO,gT`lHN@ l 9_7OZTpw-F84`%Xb۵bSpF̅JO3|ڽy>ou˷~ 1SLwQZxbV(ad & Џ)TO%^f]w6z$|9xwN-?\n,;yaMsLcbLRy`l/_x,un𦒲x44sӲ2iF. mF)ޥ{-箲MG\Ξ&<><#-@S?/y}j >?n.e{`|zj|Q𧈵 Km~ Civ9.u7Q(y3}/1UWii.:Yʖ|GKa(i#ftpo=\A!C?!.NIh`TC, 1x=~Q$cF)o -Pf4q0|v#Ƿ*/$K+`/, $(;i*y=xj%oKqm`bI̐w;zΒ`T[ ,sӜs!$Zj%ـbdg#9EJMt;0i+S$M@CNzVdCϼ'7pꬡau6 cu֊.8rNHFKy#BI0#$a:=j6p8&lLKe Kdup}JVIͤoD+h5v #^p1 t%4r _I9nFJBSr,E9c`qv>un m>m[E nJF͂vg ܃8qR/;XζM/1RAqsOq$E<IJ,`F>q^٩zEkňʦP $QTw8[Z  A$+&@x'~^s*_k+_D>Yx`\rrG=jhTIP m N@,3'Δ' ofLtV.Hb'Y2Y>@}0NipqCc8[3M0R[ab2FR9&]ŀ'yF`0#rOӜ~OH~(.AyݾѴE76nʩ<+ n`ڌCݶ+y1\)Mnt?[cm`bk4FH| v; YV<5BknTȮv#)ݝƫ,gS:K3hg庌)LK{]GB/u X=+ˈ^(۝ە 6i5#2eRf\>nssB]nQя4v Jcdo}>P8=6e H.;yrk7OM%^񅩆QK > $I"8v/\-jub{8 p^-?Ev=COfluQ."Io;|;Pg Z06P,M} JVݖ;Dip//6w "]ÇsL(Nv2|GעnHI|eZ߇oK-vvknY-]G@пbY~"~Eޓ᫛$x )S 6g"NꕷELz|(OS/G?bx_C_>Y@\O:MK __-E$B^[[E"yk/&Qkr9BjM_k/O._>(rӾ﷒ƿwWQW:71_ؾLX\NVͶ0VqXOSZNI]s-lR`\|rpq>dDɃO,sԐ9>CFkF2h5," j9:RZ&=,v7qZ_T8?iv-Hd3 sf/WӨ U@謯2cGRsOsm~X!(!,I"lKy,I$n{C@AzS篱֞zcOyC8W?X<.XG4C$fT_qZEF( UTu. 㳞zYR߼!Ǡzi@G""3FT [s_IRX^721o9$~o8}1N1VbbQ;q-:sPJ2$XhՉJ>v ݑ}?_n+}#26b~ C-<"OFd- UFJqW8}xmq"7'%zuQ= +^n*檶u$`2j~gbS1GzJVޅ!+׃X=e"̱qokľ4м wntl9l"Aw3'8i<+s捀a#e*3AV8ǜ8y.<9Swb}~)5-!R\.ǜc?d-fui0'_L`_'ӿe\^w%[iiS+~|ϛ=s= Z^[RA'18 ^Q%ccEArn18r3=~V/Dnw ON=U+u4nQhӼ*\*=<0PA2G?UVem6ȳ289c9eYUG<ZSYmȋ2{2'O?<!Ͽ5wA+٥U\ƽԎ9~Gjigtp?wF%lWqWQ1G~x<ըmV14+[9H ʾ郓OF-a6XX|n8'9:p_ܾPK)b I:֯GXԮ&:xeP)y?x ҼQKΫqq<]_GMجİgKˏ-#$ ߈ y뙴*Te #$ Vʅ};ccC6?x/4VH%x܁qwy&92PH說> xՏt4WK1[AtגKUĖ&i%Y|@ۣ [߆CE{{G!m.'{ֱcsnRm2;_~ 69}|]ey-u<~KOW/8mJ C¶M =FE Gopb_.Ọt`جχ ϵMWO~q$}s4W<M dV#0 6y6 ^1j#ʩGftĹy_(q{[L@ s:VW 8Wtz].$ 7D|1S֟tlȓ#s۩+6g )YcYao.<4v[5)*_rY%[`*:4q@;= 1(a6jsmة13~M 2KnXOH@0I;t]?gE#JFy]ؒx$`YFQ%F7K~v0K;vQic@qÞ@_w5{tX'|2'NwZG}{;i?Gk76䄔IQ If9k,bT* rG=N eO/aƐq z $j3+E/ FzqV5YH ]'9G_~npk'vثnaHѢd2:7UI2/I8gi75\G_̤ܭ"X FЃr7=^h|bd2`y=IlӲvOHđi>CGO@Rxcf\Ž=z^ܤ%b;ܣ FenW$Yri6 gn~O^;%~jwnm9b` vYf"/qNqӯZ[Rul>q aPs*:*6U:yEK#3rs翮4Ҿ|r"VBe_7GiLoFɹ'bQq#kW(tRN-v*<%ԻQ yc+ſiKy?š( n I`@0OJ´g$7un6M[Mqc,LL9`aWl&#\ 3:[?bWTn֞uo3c1#${g'hok`F<~U5끥o_&iVwCoyS$lTw`ۡulLjCUדʻVRW:m8m" F~ 'ګIjőYbʑ\$OM|ZglD6;`F޹'ױ*ѢHOP8>mmB2b$sbr {gzsPDX/Wp 8랿u]A ]~a߆$5Km/ǯ4v2lܜF2Vs;r AR$8u`&T<zѻb%e3dGl})TM\e+j%ymdY'idkdf,<MF.Jm7C$~ Qc_׮NAKG$u`79H2ѓBAH|$q|{V3n찤 ~g>#+1Tm1A)NR+)\(XPO?.8l֔E$3F@w72?.awĖYc%˯?xuw`m@m ^r> kl=/؇:8IevErr˞JBn3qq6FW `܎1r=Z 7ݵL/<^xvc]2qq\%w&飼 'uGCdqlwIrʙ ~.$aNANZ {j5֡E$h7EI%A,%N]&[)o})wݢ0>sUQܜcTRT{[o̙Ղ%fsƺI>gP1;mM+M7m 9r~P 5]8ỉ߂ei;Di$"C,qyn+qeU)5\AՄN]FOp4& ia 6e#c>Gnc.z_>jTt iQ?37=}Hd 3;u4ii5tl[1啙8p0#oa)7%}:v>Wx5 Ybd״o9!iPc'd-+㨶Pp4YӬ><0D3dsظpSV^~yu?\SWѵ-H26W6^9ϑ2lChZߊ 1.%@7|K.T;1U!bkqYGsJJV#w RVg/+ S_׼U\G%ӈa~7|i d@VDf~ӣ|Gae-:! -l`He;BKG44hH^e o[B00S.iGjDwxv_F 7J-aeYR+ϒPob;PT)m#|CS~"| V dž6ZfQȷFMȉ2fp]e_hwoL૙bszu+=퇅&QkZ@cBB{/-ypQK+5̛J z+ͩXY8=`>_u=W[ܓ= BNG#Ld`̣$'σqu]{;+彞%{Dbˆr_;A76Mh%E" C` ā;N9MBRrL=3<+k1>^:֒ȱm(ݺ1b:pxkQd[ a"HAgs@#9@% g\チ}N-]=o>aPA ]"'"U=y$~^8J.sHkMrcXKDF@ ck3X'֣idUO*Qr6nrĀTc_>߆?_rÝ]{#2ӎUp+3;o1\ge?ܞ:bHFrI?)MsYir6,L/L JWQ,{Օ^ cT-rmdZ###tn0I~: C/c3v9_ߊә;_Rg63oyd>2LcHa{r]D pnCe֔Ղk~mrYgjv6i)*芭KX0L'I&H<;, Q@A9y~s_˙ ܓ\j\Bu$n.%B9l (J~TTݟ==un<כz)nJRm\G2AYxsnj/,$D: J٤)IB$<6H&H88sAoCp)sq4 Ԡv'pl\rzƛSfޚ-%D)uu)<@PXjLVB7!U*2IdЌ ݴɃk 9Yx>(k?,l| >Kmr:͞ZV>AlӘ$bI$0^y#Y19qړgɏc}ȼ=?x;vyܐ .Azdk ~ڿtHlu[y[Da<4CCgg_GFkD迷_ p| Zi(` d,B`6ZbHu=o?,o`iC)wuͣ!BDS1dېk |473 7p`y/=߰-pi?4U4f?%.G .a=r au-W@Bى"Pِer29ULۯ7w{ơ{s+L4Itd-zy1F#/YMZ4=ӦneG WR3Q4tOLӮu[M}6k>KG*][y۾6y~27R{&{{vق֣dxBC3E, ;p~3̡7~hDҭ~ 6_H0-&VIbX3>kOF%8_I \V+/zsM4FTvb̩,{ę,;v\β42C dS!'sӜq|'qt1L77GP]Hy]}AV#WH.&R>#8<ɦ9ݭyR$aLdvǩ/‘4L #;$G'v3}O)'- ԰˷"iaF1Aޫ+r63G,y4a%f5)VEfqxޭ,e[-<" S? F#SMi|`?ښ#xx`퓌}zUY3%kj4eo yd)l;ltM)ҫ"8ϧ^yJ7.mlG2#2gq", cMh.Js-e/m2C#x*Gو b$0tdS}FИo5HBwtx9Q=1*=ȧB lO[ Jxuk[~yB^c.`ͺtwøaA<_:7h#dM8 G^y+k%S z/gR#mF~8$8ks4y2+) 㞿ӔFUM'0Vm&!ham]?. 8ZX̐1-$.6G0siMFQŻ^ğe}\38=h?</VSyݖqS6x|,6̉w(-#kXS݁߯rNp%8 n t-߀?ҴАV,(ZH9V9ݓ6Ú7 .)~F 'nz@<8Z r"&VXۍ~X sJ4{k=bxTUfV\@!7rB Pdi"ݥvsq#Ң\ܺ m5,#oLȮ%hyߎ'Qxw]RO8'80hcv vW/G4cD,$wUSVq4hK.޻qDZɩRvE8}|˩udXCe- Exldޞ=f ttaӖj͎)5ëźO!psA'p221fƦ$hp)nzw^݄˷Tz_O$l@_ߩN \;Ac э%2;cn8x(F2J2?h5_❦%Rx{Q 6e#mmF~myŲ8K,o.  ;8$?IOi%oAף̷G-I? ecs< %w$DKi2c$sJw<+/de+b$cgh. Aѕ?񪓕-&.bÜR0G'Ն1g+fNHc5d8D+t)ZX0Kd!.D;r|̞_[oYX۽^HFHӝ7`Nx>MZm~icѳ M:GզEDDbH!y ;HQz^&麮jr u򂸜2\PtkcrY'+vGa߄q=gpCkn)~ǧxXs.c'M>'1)- f5_dxwg#=M"[eBb77gv>S#|YTsgU}`rj/u0xni>jZ? RQM&]. Q4P@v;C1ў=,~oxV,EwX j. pB^hV_12x)^zE|G:^_^5N[[H&`>#5L,B5~/ic?Nqj֗M_,qdLqJn%w(RH?2pek4;V|}M>1I$)c r~nTcэRzdbKcI.D'n#ӽC$!meJ's=:}()Kv{4MnˢFvD_ x?ˊʭ>%!Ҝh uUi\$S!eV\8yx3$P+nXK?9J oܥn#w߆wnB$mdJ'lF@uXdr8=AI4|ymcrG40Eh k%74K!"YH21=8 ~9$[m,a򘐐pFpGNIzjG3%E>sۚs fXpxOj0qjt҉<~`gOPb"8y9 #U O~=TK2bFŧ2EXed{gң׍H"w7}H>lNF=1E*nڳM%'id{dCoXia 2OzV+%{C0tvfW9Rm.Gs'}Lդ%*hY`v(<`p1Iŭ);AC+,`yiE"S 0N?4Nd2nY!HTyG__q|В0X1Kv"$ A88k(Owe&|2)M !?uJ`1yYgG6|Te9.juyYn^]38U&/O[6@ٙcebpAF%:k_ ~5I ƿGXk%xNtt.׋{qn[6=c2;(=Sh!5+o4ӫhS r?}ivMYsLGc 002>/]h^/cxS#n)) D~֐l{=I̍+.$?Yp 9)=}Żo湎2T~.ݏ/w]3W~-yt^ݝ-ԭ2Y m,,a^2k%o~g]f;lgk]4́) *UEEat/}-okƧ\j?CŤ^Ē)Pu&X.9`Nv"|%OO$|G5ΓxOLsn*0T:|w7y &&P`#n'T4'MVaJ-CJ&NI<zȦ qf9?>Bi{R.X L.p?,29S8)or#^KF:ܰiwq6k׌FZμyo'QɴG qIۃJ#YIn=qp8QdH ̚Bɴm'AxU11'G׊#ʒZ RͤKi`1H.q23Ҭ]) 1@9nx[J:ݽe':HUef0둸dК447Jt?\TWC\Ƣ[d!f'fDFx@3ҫލ@{nV9yw0Wl2H'8w \+wZ浒&Zv$ϗ,9lJ?[cӉ Ed`0r2GEuMgf_iT%#񖀥E3DcDA+ M&߳Vv2IXLnFv aڣ]HdWHX$Rd(3`d9 .%bE f$<r1Z[tTCri?tL'א N*;[I ' dx*$i +zXkyf r̛p by} 7j%שuN˓n!S>1;![FuaT!^7z?S,U%$Gu<%w'TK[B!@ARlf%m52)g*A9'8{c\=C*u{k:^i.DQ_K 8R ~:~ui+ވķzeg(KJoF(`rb+աX<4¦V3BǨ5-o[m:_ j˚@CI;1'S?j+˟J~5x:͇{WK+{{Rmol 典,˱vHw>otZ:wu[kUTX^\~^4ӡ"w<1'|82cp]'wMKPu={ C_M?sZ|' xm|{3eT,I!|rLNn7} vkj': g濧V2Q@V[Fܙ/2GOa,vsk),gA%$+fWe*vBrNZ :qQOt{hS>Y˙yz߇mGbQ5$gP%d+| o#/V=Q$)eBeʙnNu+y>:Q[>$M2#? #t76J-o̺kF2_?f hXxImɇRմKZ()hO66 LGyTT/}.}&kR >to7>-O |(Jɡ^w?{t-+vʸ~Do|7 +Ou7!ic$n[-ћ1#}y#T~2sS;IGu;,m :_'PO\L)U:o6ʍTf'JwfGP=J_|CZjR#WMjM!&S 3NK'o$cΤYrxeaTE7@\_e<1PVuq,# kZkKꐷ5%gڅK2mh돈ǘŏ8^Wk4^" Iƚx⛸ Bl;@n} xkDS(TR~XwLƐOr;sFyBq#yH\nH߭jacR{I$1bD ^~+6i[ge,.P4x+q#K3x3 F džZy-.#;A0x,R|e䃆sNv:~$F7<4LCb`8pEZI#v>.^IA9y_ItR܋C[7AWŗ,J&BC~2p;hx%5{kDj.\pFߘm@>3\3"UU}y_ԲGmxHt㩏$I&|%ۘ\m$|8>?D2_~-oOm%(]3=0 !wk?;:iQ`dI&c$:c`2r3'Z>vI;]3&V<$Ik:t_=U|cIJEO$pQO_sQ팦T u$2rO#LH$,gFTˀ H"/'l|\o@|STQ|cℸYث]}22&0ɫ ue񯍌w1G%R? f,' %ik_$__xn>+ͷcxYiqP/)m7BG-ڼW;2ep1 3zIq}$X_-|dwF6Pv⩷ p˷r>@+|akk޷kS7 =#,SJ7*$0h%XGfYŹ2yŘd:)ӴLʙۏ.9~9D=l6]|^?A)Ep\tHWŒrOl>Q֩4GidX-BO=}3N2!Bg:F˰BKpx׿dڑFU>c{g?󪔹+w(Lh/^2$*?ƺ#AM۟b|YԢgY%W_;*lgqNH|`ˊ ##ӂHcM9?ɾ,_m.YrlRtx+TcFƋ?aT6$ѹsNX%Zt6>𴐴;FIXxI;^58ɼ7p3wRZ<V'[B4ϸ׵:^I#)f.ۤQewbۜPNpq'J ̍nOc1Zn;R[QvxC{k+{xDͅe qSmyxڊ8t[ג{#/^Yߢ~; vý;<ۈItXuy9&h"1\upWu] ﯄L4|X5d< 9W(<<BIy^>*+(;3뚁](xF)+O I,gV6cumHF@&cJ5=ݥwXY~'DKA~oq襃S3>= >NErϭp:7&ע_ˮe@ /,",r/MV |XW#aUU5w?'2k65)t=.!v[0M֥n&2+^yq2>7SdޯnIGn}:Y~UBvK_=sWxexӾ 菨ho+E5ZWɿ.Kl|F$'u y%㵹1櫢]ˇvG]x=`jf.e7~ C"%OĿ*MWֱChF5>HZq0f(#\ow#[oi:Ս֋Ὲm/|W[8u gxt(])ʫy;+"7[]KeIz٦&x_g-wolVWJRic]i{V[0Px?m?ÙVk KQH1`B ǿq5U#ZW?>fzNng?MRxx0ƒ ]@!6gS&Ou#4]BimK{RfN21|9^k_^IZtf\Z F&ڱ(?8<t[.nmZ$[YF=I2y(U:=O"nl[.s nr e€CsNiXC=,\9hIsT[q+z^anK7;49Mܭ3MEE- ?-Cioc{̒,sl$g,YbxΗ:_]#lFƆhom9R@?0rW$lr~c٣V mYmr$X6ApŰH c'W:v?AV""M~_*Kܧ#Ă:;/KY-a[t1 ܾY]Wipy+vׁ_6o0zuHIX+O"M&iw)~Pp1_Ë۫qK UpTz)Z*)K]u<W+q`iq\SMpT\d|z5ouK(wmVTAn{WodyuI;Rĺ,׷$ŢKnXݤHb x-F /#~?~)iS3w̏SGq"~s^#@øR;Cft(9y?dۋ0Q`Gz}k& K\U$^$ Z鷝e6>sׂ X+: <2X3)N+kTsըmȬYB˪ݼ8hz<=g.Ia.+c:2Ȧ55eJ}7M*)4 *)C!#v,Xr \ K,zR %vb^wTyFKm;aE$SPd)T# c$Zj0q5ÅT [wqh*#ŋ=oN<+i ,fnGl6p,1I\4 B  Eq.؃8&Pw ܱ.'n!:کv|>VK-ц5GN?0,NAYv\]ؠ2f<` .6  6Wͨq{5Hd2\`1jC742*Oj\C+H'i:RkME:8gM.ʔ3#^}_W7?f} >$:ȷ1:#_ܜZ,mOoi:uCҴ\ڹ@LJ*0ǖ#gëġ5,ZoshO~g~3Uu=gx@&9*vLRI@W=<)<16'R$- Fd TSg%5:u*O굫5J[t{|quEյz=~ʞ< onldҼ=V]VKT1i'<9H́U!N7}c1 ;CYo~;YzꖺZɝuVEkB$ XX'!o#L*BH\.@QTCBMn;G掍$y |pgH 璮L}]XM|Pi𗈦/,2r(*9!,êm}= q){H&g6KhwV$Mޏ"6dޠHh=cum’)-["Vw2AZ.1 6c ;ZkVSc:$A70E YLi$1C`@el(}A/˒:.7ɧۖRbAdɔ\d6r8^r'ne,k+%EbIAlX 1rrRǢi$ɦvȍf8RFEUtCcOV)-lm8TI+ىO$FZ~|5ak=GɤB~gm$?*U16W_էBp~_yocַ~mڿvmj ##jT=I%|7?N}*#ShrSĂGPH{ cWwGpU#t<_lx-ž4SUeelf5A@O+2|Wh $:]gRhZmP1GnnJXF5?jS+'[C ĭ=HVeZFmY,Y~H ~^Bxb6m`[φ^;Y G܏HLa*ZK5"$NΫ0(EIedy 7Wtwc~,W%;Bi zVʕofNLKỖH#f*~sI++}eY_}>k 5Vƽ`M}xe[{Yc%A*`Tv1]BO巛jcXF@ebBt=AOO*"{rY\Gn,UƑ,,]}0 <9т<0YƏl31k򵓴#[/E efaz%4[9%GZBy9s8iKyKGw)_-̅iQ *6[\K;;}鶈Z-Mƣ8wPkW 1<]'q{yl7Q@Bi~p `̤NSKmj4K_MCM֬5xRӵvlPD)\#Er>X\[ MNbqYsl_xmjl;q]'N._5(#9?._J,(L~cqml|WPn#1H'YG\y9\z4} V12mY#YWq99{E$䞈<Xrx֠ljՒʖ!!Y"e[bb$ۈll9om%8 . :+qs*<߁_TR&n Z[m2[TP`9ݖTX XU0[IfX$}N SLTuFMK]Q#Ap@UJdǰ[#$gi2[hgQ彌qNL\*h\pOAYt|y4$% Iuv.6Kemx⢞'Ix[,9!NA{5/?Byg,YO(Hm5kh(\pr[8ns5ܽ2\yNC#+ξ`gE}AbmBsjRw rQkb9ܒoIֵI8bJcY7 6-GJTiotۄV>AvCcrD `MNR$.#|7k!aMydm.FI }yC?u)uRZ'41V]j~`]zXґV?Mc"Esn'1rpzӦV,\^Z{&ID{O'q<{~.x6-8ˣz!{ۏ9^i剗!w8'eZ[Ih]cw"R$29ry}>b86>y;[Sri uEt.+L\|׏![ +hM{usvGkiǦ,v<`|2pu$\.%&as $`ܚdVkws3Kbfj97yW*qöckڥгM\-Q>S™8oHfZӽV=\srI?Śf1%Mku6Ӳ@m䕷K"E̙-іߑj|H59b 0\<, h2)c^=|<+סZRroym":n75{KGS]ZĒ~0X2Du_e/uKKRJɰY*.u+K,[B.2ʹw~6,|5-6huX C0Av-fMԶs? _Ezӥ]#h> ~ |HlnR.Nv@|" FTO}Nt[Lz.R^FyHCO9*9;@ ezOɮwj.g|%!'o4 ܲ#I-ɽcsY;u MhDOA=q ,D93piY/m 90#1U<I#liYPFs%sG qU9s8z\Nn̚ӵ5ӭ"`@"*2\ zǜ\ޯ~"[mWuj-+^.h++e3!Oj?^WI.7 @QϫsG_2~O v9nFHGB18l?t`皗)++\Geu72. ,Ck͏rv}|?aKij߹^(^G~4ˬxrdo#UӼC4*N #ed2=^(е"]#T{dI:8䜞N~ks\:{' }7aXUݟ'_]X[%B&DfhQrĬo ˜|e?MuO^$.׷Cnq,Di+NI~Y'Far5S}*JO.h-ӭH,Μac^oOe?,Qh7v !9aU˴0#jVx8mv~X\,fiLe| rr89+i_G$y`y%M8!2v2m~o:bV0t +dB4Yw>眝rא]k{ 7 e 8 Ft7͸m'P"GaufڠIc# `!OT$g Q{vVLZidmq?x XH;7UF79WfrdKi[+^E.l.7+r^#_PmX͆F7)G/d``td4wt#B--Z]4th ڇMNh$?<.1' М?%@%pU+{}Շ)l}'Cym]:#;Bs̑)ϵ8\kJ5t kMܞE6F pĉ`p#mJxUZ"g__CsóUn&Ӵb#Zl(^ƹ .{`Sa6p$#]4 d qOfd׵~⯓[c>m4vKr˺xAE2(|H2?hxs"ywqzI+1!˜([t_ytv pw_Sςuoßl֭.Y`qO;DZ7lc'<7°k]:]2 E:#ۼjeÍ`n 'l03^JQoMjp8<9J]_ŧeCu'W1/6gSAQ +q6n[{>fi&,.)&~2.ݧ'pUqUG>R8Nǣx1Hy+ۉ6N`sPUKgkIKShHR1\*Ia5)W!&mjɾК$>Y儅b #չ.R('O,'Q*r%m`xr=f4=혹fM՝ޣmz F֦KHr0YpNhք:I%T(̣+#{ۙ'_Ͳ vj>P>^n7{ [i 72GWRD9=[8`f[Ξ Lv`9RI%EQJm/B2LAr:ż7ftl|I+) M/%Đ ,Q A|h@=:(BM [$:y๖fN;U9?:bZΟhaq;i aF ǀf"(ү0VQH I7n Rx+%\\3 Gp|)yNs#R_}~E{ꊮELEmr9 8'6Eb֩e > u!cc?"P: va,A GhMf>g'%Nq 5x_#i5UH?x)W^:[JDEV8pW4Xb~o[L^g~Dk.+Ga8II,oQUb? |2?ţ\[[kK9KwkpHI&hk2߲mcRHk-OP_*yڽuu$HvzpVWs*|׶.~Gaxw&E:8y_v:W~&Y-庺kE[cT!(Lne xf㽧|EwhuK4})V UJp\lQo5q=Z|+Cҭ_W z =]4\oDq]ѱP} ~g$ɯx~GV6Xcb d V7  K׃[3KiVZ_rQἷ zW][?{Gn'Z zv|LЮu8(*kHZ&@JFUY4(>xľ)3 ׅc7 "HP )mNj֗g~Z֍F5֥sBb2-?dq|]YKg,opnWSU&o[m9%fjcky a~o~)?u'{?h:]him4ѴJ[1Ih_^mcHfΫgsy-cQc7chg }d1F?v¨25[{/>0,DDtsm,]IUpvXV]+c$3m<8I{O#v?ks%sԜJgw\jt& xFm)I7ܑT9"ydp]%ŔYBPx og9P[+Z 7LEskU8Y-crqp#S-Z朮`f r{.uWli0m*8߳X 3wFG?;ټ׈Ecdg H3(p#B%BK4O*(bgJmk}'ڿRkx4!E|&Nd\\+&I &ȍya0wE)._aūb9,ى!*0 IPJ.vA9Z7DTK3sdW=@{9Ijk/&+Y hYYYp`0<2tl#h^BŤ-)RqyU97ᩬiXO"$pF,Mǃŕ*M:8gF"r#AOxc:#kIYim;FSZPY/ AgBTHQ$)oOVt丹 یʜC}r@yw~ jgs q+ܨ;F1ϖ[Q d&_1gB@vǥ[&7dPB>D@Vlp#<Ac)J=Np{\:`Yc9%b]4D@d!mspIu1ws2{}y^)3F'9*:[FkKHzyӵ k=_R[+{icypɻysJ"emͱu1ZHmEu<_qv K2K]m?t1Q4KY QEMXiwElkĉ7Yr1ۀ>Bzs6wVqiV܇kk}Hf' cmxIjۖ߯yv&T(xSLu;7GM;@,ԵѳV&I$ff_ۨxG/iIcqISov6?j7)K3sU{=޾Gx_KM QWͥmn?+.-Ǒ%},hXKĂ9X$?*[_zNi_¶֒g}.#p}sۤ۲6X`X& ڕ`S8.v?=lizJkB;BscpJ,RlINPǬ3<?Z\ĺ40%e#s I"*Xi8vV.QޞDYqxnȖKD/3PۂQرlnnNի ͧuthbXƏT݅' 'iq;qJ0smK~mtOq+4o%mU ^\5LNdEs.dt߸d#)INN3^/1,_K-R5dY$2>ܲɟ1$ 8iiR ݹH8BIh;FI JpK"]pVšRDfbQPJy-0C([pizԮ^OkK-4~_~ l. R_̴vIMƱj"N*vĀKPCoF U$ܟgӮitd2k6jʢT+)>TSTٯP>[62ŸcG#M$ Q*He$g5Y#Ce HxAhbOZ{j;3X*Ew}w$gW"UImB *X bHSeR%n!VvVoEӼ-̩g%bbkTI`@-ՋoX^_$fuRY@ "7,h0EZRI?yչl? KѲhn#oj~vn6Ns|mʙͼjcuRVB,$`R-rgqOksnF]3Ff*ɵ\[aҲG).SY4ؿs"]`a69/'0^}ksmF[kwuj+$.J;0$%%1om:]IqW<"@PJJ]=+}Eido#[`[K9CF;Ym܆bzQ4WwV˨6{+{FUY]BʯLKA/GО|شuֿuXDtw~UQ]I' j2M]_^݉ɨ2<2I[u|S89 \bNwV/,A-FyZHT@̪p1L]zł[ZiI\ pdHá*oNTe◴!t|C [erUK*J RFp ^\ :4,䈃 s$cE8Jwzb+٧X7p7Q3ey #봐Z\\],nvs1P¿ӞwHm/.4nֺv/˨!%mBPbqlE#KRNCeJ*h\Cݵl j8Xn /=ƊS+,[{d/ys5e,-nžU"OORCd08X$Q^/:!8n| $[t:u&pնiA4De6ęԅP ?/T9$i˽wV:IԠu IL`kW7BjE}sG vs%( dbAˌsMCa)dQI- |9~ђSr/_ե}A-ԉloVg'+$Oqk\]jl -ʼ.).TW8UnI^ٷs~+?d]eʑH`:Fce=K&HbA(ͽNPIpz'p&6U o|aߙr:3T+3<ȥƫI#nfkq|Wz3Ӷk#'{|\0< d''sSOG+I|_ԝn3,VI`t{u#^u)MCBݢpi$e 9$kI98N7o$yvEybHpH#~?y˞,;=19Qf\LJeb0ܣ IFq\sչaE5VwN.e!VPTݸgɔ4qei w3(R#](rr=~h.ppӹNqmmEBw`&m GM-Y%I aafsŷ9%=@V sz1<]H09nŠ4M(3x\95E%H [i $0jn:b@…O˓j__*]FH&ijZ4q+p2vf7-4ོҢMp̀#szV* pLG*1͍Bra2ohaSKC2]8Vqb|ޥz.G ^];Tg&'koeʷ% WvtV7`cDFI&=ҘͤRsxeR`(2\qS7qv?Gt?e~Ox?&2?x00~ecK?" gE9.yr9|84UjǞ:kZc3 Guso q ]jtn6xv`rwO")iWImo &S0 Y԰] V8<} nՔC\P^~?Oy.tOl3\qăkc5=9&GFo4g%cqnCR)ӯz84iїfg;TI=bbX _Hc.%}J7$_g6i;+ň +DK!$g#ܟ<^~D2t*u?ge|??7K4R&W*, $`)#k\>n /,5)hqtp,m>^#yb5ه$9I'`2Xw)F]W_%bڇ=\ hiK/cLJ}iK/ZM!3s&աra"3\ *\sJSfJ_Ce[ZIN9/p,,iZv6ZF!7aڽK (E^%%{Ա&uw%u&ckcө>Yt$&肆P`+GHbKߨ/=Ն6. 7 XNr6NO*U"՟iAwc2[,Gt\Vܩ R@~le{EmQk*N$C A0T/Z_tmMcPF kSC]&Bm\Fq)n 2/w}m$T%2wIH vZK@~XM)!i23L֚|ð1qYwcUIJe[n2Is ӨQ~rNA#0:v擺btV,Yk> ڍDdzGJ6V=>cگ//g:Cz n2ͻk/?+n\$Q-]]KXh- BQ[ȧ:cmA /VWT\iq5r)*ĬN\cd0 )ԅKƋlK NJBSbBZFc2$d1$yd3ڼ"H❥˺$ݛJN]֌7Іk-m17Bv N.MZ5HKK[UXBf! `yT<IeESWK摷ZF-ᴓVAr')<` VȭzU(ۄ A @I8us)/OzMԏTޜ%CIEO Th(*Tr2jM/Ql)o>^"8 >^;``seMݽ_rpCOzQ;w6OkmHڧ ]et,76zK?Uf!}p@`YsT7>]=M%Qs4t[G:7VqE嗶f  ^w ԳX\ Yd+#.60@'*{Qs PYr;8POx.1O5%$"ieJW ca_x>Q$N #,6*A{떭(8cFy?s4k-ۈicUf\ 9\loHa/ެ8dI?zYD[bm% l*8ϙ^F9{%ku%g?J˱jx(Ehҷs_ :MVM/md4f6qB-!2#vWw`P5Vd{"ӣ)^I,xQw\jUT%vO5w l ?.5~k4\[̋~xL#Vh<> ЯDY<YRv[qx)N׻ӧ^:%/̯~^Nx;#NY$d]X]p ²^DGKE$lbͱ>\ڷ Ox}o/t<i߁d4OAoA<٠6唪-dBYKεbNT 3]Us[?=eMԽ?AiΣ m,eM %H1$;19ڃzЧNu]@ئh#Hcd%F E1bPw564餷eQxʹ]Cr%s ˆ~7(t^0T(f^{Oj]˨K;#TKs#ط+=w;JDxGI't;#΢i~T;{l]j֍nYRȒH,+Yױ<\VZf|(J'!r\n|J WOC9k_34q♮5KGLM7"{1R P،HcYޔmOIllN%^H)I{7KfbK1 4WڔR?k{q70wbP VBGUx~u(+|C~Nt}nRO>է$1xV).!Liu%7MςT['FwLԠM[خl"s"_%ČQdM@Y pxEZj_i;C@ͦᯈچ=/eZcu fy#l r6>{&(Vb9K')$hD1tW=bιd5ӵҼmw#VgVQpnBۛ~,W_ě;$<6L}I($[v!)µcFr\*PV~hv|m.XEPEniat&ay+?no[˥EK ޼s_[s["Y0DW.Î_B֚O4[\ q_o~\=:|:o*dIs:YeܨfvӷퟢEs}# R}DSS욤 nX b&xY: иfSQ|ZLVU,?C\h>'X@ZCm0]yT;elҝ/ૈu IWQb &BU Xb|7^M!*iP5׷Ski%o+um$1&:Zg__E|jfn۴c 獋?mxIt{5lĂ;u˔ #Y H l⿮2)F15?(Խ<_ ; ke@ZW^w:eqq%iiav5nmrPXv[)pU~Yv~{t7J<#KQ>}AM?vmhIpI6+bK_>k %y  BUjƝ$v6hҎߡ_ i^<]n/Rd{e܎ei\.aoA{^ϦWINl- R "HL0r(*\o4Rt#𶙩h*]W2f+xn2&Uo[".&~C>놞I|u |uNQ+7SI$=$ݗP~~ZSBJ4I0Iu-F !ꄢ 6v{h&bR"4s:%0|hUʩn)Ku_ J hܾ!>+TRyb[ TYq ~~4CQ/]+X'!{:ORvyrwMp9ԳSK}X_/H(y/ }ݹOZ%j/ /x,nb'/4`mL|p8;I"T?eSW |59OQסcBtG9 scbI/> ky 4)olW.Ox`yR%ڦCHJMm{ty-;m ]}>U߀#DoTFkSckyl+@1 T \%4zw~ԙ^ H⹖;&icVT7+d9Pr |{9uogiv #\zqݏgOe:z{#5[xrMEo[Z<$R:tR2Hf~Ҽ%%ic7eQg8dwI#V771LLj6z3Uk-VYmed$@0 k~ХiS5t6wy*‘Bi\bU9 I'Լ uX^7wW*4h$gtpH ʎk Yo~NisHfcٮ,4ᐯ,ܲ0H2a~"ҾI)HxLe N82:XSnЫ]d ukK[9mĚ|R57bT`~bFp/+o/ jV^U ir9F,(o8`2wo]>{Dܫj_ h"Ik+ m.V/76|aJ D]VY$khfUdr7ܘu+//`wN뚖enTﵻ=6p\F6\0 #`:0$ v^%+,N4#%eÙ$XJ 1e8GfPG(#oX{kv&>&{}?\]^Lu=B+i5"U J ]i;dku=bOO xKsrTZtS7ۼGȋD1n;CH͈fi$Oޝ|IRH/gf'/h~YhT`C-RKu$ vC_RK}ͨ^EkEgg,Q7NVDY"C$rY8,igyݭG*):vf|&C{Z%w#G%/ بWvѲ1,enqy6+K 1crX"|]8CBM@Xj\%XrYEpȻ#TFH(PFuf o*5U[t߳s7 |My2e 3Fdd/ V׌gV>סӥID.K dRKv@2TF 3g{KW+˚RӦP79,־.gdvVFx*TEm7["}.Lx|y1C)݊eSomgMLM7S{U[O?`u^'TUlbc|ԟ͒\Iy{ 4;8έt* ϵ|?yE}b M֯ (; ٍRAKH-:2}ccf/,[0лRyiFNקGJZ/,#5ُWP.^GLl6s$WM峅CTuzUx{]Q9`3_;nHV6;6&vei_M8?;q8^TQ5_lnԮfkyYˏ.޽Iү/n/+,Y$U9np' IRbdWUxٍ:KȵQ^[{mtcu+ Bw[FXmW5˒3:0q-͌I 88eR3a yH|w,ˡEqn.[sY<̅l>Qw[]T/m{p &:d<} Sfٓ|iW'g-_" > v=i> 4YbH %WǏ>^ѵkHv*Ò-Ā\ao!HTfeF3.NI`1Iۯo0S]]ؤ%}cp\w.?ucx_dKq/-Lc\,*-Ǜ@eMw0^X!Ȣ8N,I XƜ9Ii2ei|>-1,~Giy/T4~[@k|u6V];WvB)ki$h%2WzwtT]vkRQn_(_Is1Ҭo8%{cH||,$#+`rg,$[Ju;ׯ,o Npn˅fT)eQSI^t ;>KvtI><}vTiV2\f}% @;.C%q_~x.kyܙûϴYLQby2 )^P}L7n3k]mj8m]]CýFksjtØUDRdb% !'< 0=HɡB | ~Vb0E<3/!Lp9nmQM[|F 6RZWV5+KlW.ZeU-o<0UVԞ j:]_iabm6kr.R% 4EtwIe v7m󭿯_[6W8..u-KGA4I'ԭcVI$s尬 *9ZWV;+E[x`c/*U0cn__4<6m],W`k̰)y>Y9T}#Sm|s,ܴzݕv.hvF*`A2r@fl{@+ 'pN ~bʩVz-,;gѻA9o\qOL'׿R'gq6q=ēyh.C27 xc9'#yǵ~5ОN:QsM+]<\Ҋc Bvgn, m% [f('+K#$I!Lgs Y Ci\|秡rصi5п6Qy`gMEP.MZI3JƬ 36!U>hD] !2,eiwp]#g.\C-)˛Cef|gp.}Gn.mxab/1-$UUGI|5fAe]),Y湘,O?e2X@j3+?]7 ewI|~{J#Ժ/h`fx ,{Fe,#ٸgY|,‘E^xñ-H5'.iB}dL,A".+spI&"Yv<> G4O Kt k^NYHa+,;/֯mfм+qCtSnt~݀ZYrt۫Rz-ii~(׃ͥu[Dtdp] |+;t->xfmcRbWl&мey# ) $T6(T UWEf_R|ۙwei:5Ωyw,jxS3)˕.0 O,cvu 5n=V*#2# oXzy_ONU4-\\_j E IR8{+P3. w(y{"Ĭ`&ًNk{XUb{'Vd{’,yK"@|CRg{7{t^M3_&i'.M_An`Q{ Б(MFH^~%vZ7 _Io.u[ne@iY>хmi K"nEkgae9[}\2F*U<"嶥cMgkZd4 ܣ4dKT۹cE2.?]R|*t{e᛹#C>b-#J,\|UJ[ikU)JWLg >EGZ\ؒ|*n K*0Wp5Sv3uHӮD2loi fܪc+| k?.Os$l/-&1,H*YJfXk[gS+V["yè d$\9q2%£rut,*NNekJ/t'PWPMǧLT~F|o|6fF[ٵ9ρ澺.U-y14nd ]=f][4Ws7 5赻ob1ۤQq ex&X4y7gqnfx<L$gu$ .APϪ]77$ )M%n~^- Mb\jR,.1 +y3 2Q[}e{[-gCku/"Ƣ(9*X94}Uٻ?0Y-wЏ\bdO=ɛTԶ#"7,J\*m?A4K9u=wjv~|.wgl(l+Ji5-5v ^#V?JbӼ/g}o/ͩ3Va=sڋK{=RE-%HeLLp#0^=krSm:\y :6Vf%XbvjV+:yJ_6̌)aViۅl9ؿc˙~ γgC cxުe޸1цw\o+%QѣTm~eU¶L ٭t8Uëi*W;۳u9ޛg0YڸKKW 3 ']Əzr߿w95؂7Sǥx[X|'3L1:sp,G{59,Yo_SC_#2)%J< ͓dOo Q_$ji͖Ep*̿4yP:գ1}ÖZJMWVQ80DΜ* ~)~pk_2/; 1Ă;M/rf^<ˀJ ۛ#cOS\i̗>#xl)k0$ɴH NnII?WN:%?b;NZ.RJZ YF۽Zfq.Pm쥬FC^xSEYP{òeؤ^[n7L[6UTKSYkM~@.+h߱7=tt)ӋpW`[yF3"ˌaT+{K+ *KQFI(+dA擶4|Atm9UjoO 6k:9//t[.(ލ>t)mſ?B7.5΂rKv,M6%WѴ6PsVʌd>n+O}"7='cN-øUm?0XXA[w&d_RG9%? ͯ^@hCCg /85d#DdKh&Kn\p99Ck_iEj_h% O6Y T¨1sq+,<)-F\Jv6d(w0+9Jk (&TedaJ˓p#Hۚle]$m|KBd 2j$#'ܧvSXbI TA#m4YmxL|O$`w{5RC7t]^JI$3o3\+n;\Wşٻ͝sٵ.dӦF,*8>eeY]hώ#T.惡Gi3ݬ-^LwV屴1[k)LKwv=X|pF6'&Ƥ#shlc$V &a٦ɮ9F0#@f\ef?mW¶1\Gv[ǫ;{mYBv?'[wߩ\pWj_ڪ2 db.,5)`ф:DRcFȿkء/l.y5 ԞK.Tt2ڪ~9)AzZ;W8c^øR:~`y \q*U$fRArNB+I̭+xgLI[7R"UJt B2Wt6,MZ9A39Vicv#pk)ďV_7f<iqay"i5,FɹV)‚sz_vSAש/#Xx/sg/xHM @>dP[.ΥsM,os?cHDZ%PG[=9e5)mʞ:r&߷lmRhOo$r1Gt1\ $!H䈣|c6}3],^[)ɽ %Y.2W8OKmu,\/rھ7o^}ڔI}}ck8E"w ` >s:~~<U6;gd$1Z*ʦPZFUq FwV.yUiގƅI$佼yWQ7YDcnSh&gx=N[O wתt@aRSm;6?X[{5U Kœڣ9.?m[$S ٽ}7$ 41; ?voqPXv%0oA3v:1߷7l[W kMs(LOǔ}~P5rS'ݯ++^@|h/f q-o;cfm7@(?o,Z+c)!vHP Z+.3|+X!NMɶ49hxӴͲhwwP,̉lasd܃]frBѬ5>K>G^uLO0Z WJ<'Rm VW}M.-~ Kڇ0MWgW8>R32nh|ZK;qY 4-\yr4ncpۘ7F;ɰ\c{ʞ*+J׆l.Y`Y& Q.YmK|60tO![y~yN̊+'Yaß`pjeT&G=Ir+f|K t-7NkqKsqkiHwg WaZ~%Axzº.zB?zO Ğf9FIJ5]k7a<_n:9#%^;{ yj啶HX(f`SqUgE mn%L;h^RZ{ clfO44GV`>nI;C!t.'̪p0Y> +_!)h?n_Z77V4*e  pFܝuu۷vW~ Vqo5՛];"/ˌ 'v~]·[SzI!Bvo롆?m/]-ӵ}MQK oI4ʂH쏻in|S[o-4}fű嶅$LZ( |  --mINNb1ZEmkusr5Αazs˸Ip/rKߍ-M/Q Jt~HH6 tͻ?C~$m/k6~|}>K=Jh9 33nǚRIÒQYGP[ r?>PX7o Cq$F۴0zeo|5*bW1Z? {IE4[nb|U>[\Je2aYٿaLMN"1ɩXZxjn݉<Ec瑐&rT&oi?mJ=Sr[j Kb(DnR- e6ڤ)%jIk#fVd]8RE@<729Cβz/~<1V᎛q9/UҋD2Lr#;wLYc'=vc5%  NmC@˿i!u> )绹Wdn& %H #,àQq'ӚҶc/Z`_q=NN/M>#t \b"2 ,5,sB2Y3jlw#'F1F3iZ*1Wlm2vUu $@3ub#qm(eɍٲ|¼.z9i.mfɼ %@]A8#:q4_ Goy{sǩ #O9\kWqm;ٽů=? /Η~AW%u|J<-Vh#X@]M<NOƥ ܡ-FJ7ZyvKfhf:'.y `@VF1FA]iڍՒ6mOwLXŗ.O6g.'Nҭu%XZsfF+}i%ʕ€*CknRT^M;X$R$b5fCFYبnXaˡBJ|%_|te(/;kGoi:ݥ̑jV #h2LK*$5o|I_Kx+IG1O{>o0e,nS[۵i֤nTqv?Y/t_-4aus,m ~e8#Hʷ`;۫yͯdE,R KG.*I eLϩ, e ?|E)/g[eTgE-!D.8R[:zl[_iV8n-eťEV Gqy/ڹuUC׶۩G1)܋M̗Qyh_Oe}vm'2L`b q4wAimvQŪäy%ȐgtJ'9f lOa,_>74wmOGk98K+X\(q?y-Z=U-Nѭm.kȠۈ^2²<5;{W*uNxBXlO\i BvFほe;-fE.˴չ;3vُfK W^Jjkm~Ee Rih[Ö:*XxjɴnuK;mz+3 1:U8A]|>ٷ Ocl_`9kfuKeHvdlֺlW9> ut_NRٻi2GET xPԦ^x~mN^W1؉![RѼsr>[%Yuzu'Q52agh.Vg2MZwF-~ePw)zűiOinet˶5i0Ld }al9ly&*rM;뷮3ǖI? F{wyeJfVd(#C4 Ͽh݃lj$ukSӓVHݮҭj43j76F;eCr1t+ԽlzQUJ_[UƝ&uh[^ۅk8L 4 E @K]sw^fWŗ͠j,,~\m& ጑m]IiU)U歙a.^Flh30-PZhVV"`|$~RTޢ :`Z7KxW/%kN0a9Fw#LE%%-]ݚj/ ]a^?Hdo?ˎ&WE (#rWeOjm#3 ޟp (I#EPDxqO$۝ٻiWow/s6/cOOH%,?%d0YD#rDdW/~-ZDmNa>ĉ4.TL1 k5>tաh-1DO2ԳYrw ̦xb[-U8PK2J*#*]"T_<xynL];72)Z@7 7A0aubJYEW+KmG,W=eO)bҥӅݴ1[Y1]m-,3n?2;lhoidZZcPmoK*]c<)ʥJ ^u-_ߠψsZyզuW2y@+kLGVN՞=2>SFvxȃȸ;+W?#g9Vv3UZSFw.Z#:Uw:4jcTTUk*vT o}JM53_MqIW2=I CabU2Q%mk[Cbb7bTHKI͚WK;YB> ŤCh7Fio3cmpdd1 QkJ:/.Wס7hkoݭ{ektZQ첤HyURf4ƺqM߷kdk gk@,PPgЪ4Ϲ+ڔ-3gj6/9e R>@r=!oz/HW2FVc$kxd6*N4tOZMŏu?&.,5In#HVA.=CW*(r=↭ikV| mdoZ!zr֣u3Qѵηu/^I,um]&L/+V7aT+rT}¶6 =.;_\5sGj̅nx7ټUs,^U1P$U7fmEee=;,*\aC6*3=|1c{y][xzO&ĦsRh>fewÜ1I}mqo}m[kKբ-pX9\s.YiU\#ʣ{(y7I̎A0 5?oj٩jn:~IzHeFEfp!IVWXnʆ&X)郎8 b6[ һܒ/؃q#%u,ЫJC#Y8ld0Qۉn1 EmK-5;gw\3@$:`ixNd]p, +*jy#$pERWwѕ&Mk 'eSxӖ([b 'vycM>i3ݻ*=IuMcw]skMm8#M9,C`?9!B$CvEhK߲Hdu;SM/{R\$[yu wbs׮x_ZZk~亙]}-.i& :lv` +Mgܵ'yxS"IE yޯ劼R$̓*Ώ 4g d&IRrV 9 ~F BUU} *ZykbKwV6x5 MmfdG.[l$Ai(84cS?—e.jZUYɹ-4إhPƬ|$Ovk5S ь#x$7iQ5y>z slᶺ<;85f!!r|ȥo|_Bkf6qyBwB-єcq&%)Y8M۫,K|%{)[84ˣglXg4%rnQW+=۹3N`H` x%OjĪ6k<Ʒ/P/>ϧ\1rĻ7 c`q+U^&D{a`7e B̛X2nHvSrr&TsM?{K|i|(M'YVE*ꌭaHy{(++ntvqh-.I4sNjK$.5+kszCn"ݎJQ9"<ҫؿ0wRJo,YZg%%VKR@\`h"dC<2.Fh˒w`J59GS:5W~c^=>O3Zmoz7b uY$$ Tt?`FE d#J*i.Iŝ<Ii 1Ec'\۠LiWL8fiܻ)*~ {k;tV?O@It F2ӏ`^I/0A.׍n`ML "+6-~qs< ;-łIɮ+H1( `<ʮ5|oGf91Yq{k׹KH?ʛW`JU~Sq8^<E mXN8 Wo+~?To?$^:HFLd m֠~]'|m$˄Kis0@ @tPg4|tl_4|I=/nŸj |گ^UYgcA+YnUbn# H4ث}<0Ͻ_W`I ``p4>>Iȟn  Qi."8m\ <6pz9^6[10o41 dPH Yq\,,}2ۚ2mE޷PAysy`c(YP$2D>9c[3$/8nZ(EǛ@t_w¸o:n_j6-b*A'R.|WP)OumiieN,T!X/|Akt[Lt{/_HD:Ea9{'bnރU> gto3+OtO:EC$#G8mSrsՙmc;g;ExM{i R;-,C2sf9wm4%FK;bi[w{c<)˃o s۱3e9^O^,Du tdDf+0 ~ſ {=O^keqw76pHfk- Ov[vKʵ2;?؏ॎw~l ; .8y~Ji7ͤr-:g\yc K \K3---#o@qk$^$Ԗ;fn5}Q'2"*bZg01J_M:KHFY.+)lca_C(Ǚ⢯5b0ċ:Y.2t`sۿ?ʏ}ׯvL%VR? CMn$Q3A{cK Q$3*;*P3=zk EyJVvSd瑊}\ܢ\1Pf+(BWh $ӯ \owqŴsVy2LL͕NWpeDA9[3H猅R0FA ~mt \JTem,3mRĮYyFp:Y̻gHxm%tdy.1@㪌Ը+u)8AvNm$.*O $p:حl&WFI# a;pc8~heFQ>ú0J^7rH ӌ8 peHsq#a30NPX-9.fS ĢUf]ۡWsʐpO"okk;E I6$E:VsrP{t˔C:!m*߻`O(Z<ṱjjes#ľ\C:幢pOeyefgBad2P䞟SMxa줖e8d33I73ӷl j2FvJS${?,r ISL'&9Vv@.F+Kn+FocZp-yyZY*#qshLEo,"xy=[J*D^]Y6ou2󀌬 OU''ߠY5fPI9 cax8JJfskZgV>H'S6q߁֣uْ۹38n1pn4vzv1jwzܣlψTI'yR / V wgr͂Nd亣Tܶ|{m9•A\`K6=Asǜ#VE7zp~9:SJz2NӰIGR$ T y#xIl e'.O:gAS++mܹAnn!ʀRY\SVVX˘]y5䏛'ef$P̆ZA(- 0 u8sO& J7Y/ϕe2N~\G>k{im[2Ra9,>i|:=٧:K]"wKnBf~vw50q` pIs6]mC1s;qH&SzR p~ZGX.K I(K۟9>㚵o$rJ+B70c:8ݷ4$sjYJf5Ǖ"T)^gqWhȚRfVH0>pILңL#GVNƩBRW3V}FD|dr7͵F8=1Ӿ?Ȓm=U)/_IѣDN\]II2bY[Qr{ؗ}-kEmd\Zz_#s\lu ѹHO2:R±G"D6;ۀA81`/exU;Dm[Jq !̛`1 A7n-1tSbߓF)z/rRh q-J-p 62wq1V:Zd[hycu;c ;-do$x&7(~г>RF bb C jQ-rbC62d sŽ8\VFkYvnC9R,Iqd'5FW7 "pL0zA$#⻝wM;G"V;+~*P(f;$3iPэ6Cd0 q2K fT1l͑BJ$"F Qw3zG6V+mEc IHbzsN(p~RЌD KrY+W'2,"քh=qNJBy]G0~!up ]K>!iX@98^r1pIJ~NIUY ),rsKF@.<%60Rcpqaڹ|wZɖR#3M>@8۟Q,#ܗݘ={qåf:9>[OϏ1ܑЧc-xEeYSvSdy`'#rQv׳"L@l;v83CvxWXH -SXiwDRGkxr#p[*tC#G P3Y1SEkbu0361qKxYBf1`1߇'(&r3v\Go܈LjH1~O9랧5(SCq ̘uIGAƧ(ި7 W*Pl Fs#ӟ-X%LJfl 2xQl֊L1U*1e#zqZ_,7q7y 1$ct>k[K=J$O&ɣhl*C\B2R9ؼ^a&@{zCI.mwZTK hV;X`s3S414iv IJMh"ߙ#8|pp8 %F M$*T ddz$մׯCP$(L2i\g3#Ӂ̒S[;zgZĴ6ӱT$ 1zzdr_27~z5/A.bH1o`+shs+]萠6ly v}RN_.Zh ̑[v$)$>5uZc$quZ]}f~+(g>gqLߝ98Hvvrv1Ls[9Lݭ/]<˸Bfe9~V~Q[ 3U^0PoBɍ9IKFHdddsWG˵6|_H={(=x*Ff,r99oW%Q\zw^|W iD`Q;\cv>]qǥM愖]dP=F8mÙ2T$lyjI@A=dy܎Ǧ{W#%ìJ1<Vy*1l$#+јG'X^8rxhC\h$l4<SNNprdI6)\?$Mʟerۤ;۞^Q)f3v7'ze.9 O”bھ8gIe_ĭM `r3p9tK2yZBeHpNp )u"U#KkE!-(?NA]۴#*4 :tYrFNrR&ʱylx!m'98ێ2[\Y9l4hmJ aq`p8\n֌r``6X]BVT(\8#x%IFdN2}//`\3y!N,JT <Rph+#Ğr[epۘ(BqAf m A$0I ZS6,=̍HRY87A;TopϟKmns?7={9I@JMiGl IpO&5۱5Ato*IaYTU.K ބc+Co$N>avФt}9fef b o tSzFܕ'x;̇qBeS4'͍*q4Gȫ -+clv ܼ}q׿x+qadL끟\Z mdͣBPYs,c~m:|޴#H YR #1299Y9_fU&f>g] 㟺3sӵTDYBn%ܬc+=J¢I[2FbIC|0,玄jh(#XbI O|ޡ=ƪ~f˪iy6m8ۖ=*d)|O?{`'8>jai#wSʒ($s֔l,"| `wHǞ9(ĩ8N#Z(E\3v'ԯ2wMuoN yh7\TSbTd2=OtZ Y8V*J b>bW'$cZ,c  adukή\͊<" BfC$y$ y;qg>ߨU;7vo^躒&Q,~Pww`=GD#Y5HW*sO4ӵKXIjE;0wv~J|r$dhVjq;F+1V"Q oʳl}XǨ/ (75dvVظ4чTc$A2zn8JϹ ={[NnÊSwoв30CHl⟰*#Sj :w5Q}ɽv(vDGs8Gu?_IO@Gn 8#iZrӋ-dYbDx灏Αg&] Qzg㊵yG)]GErD "i  =p;q.}&/8Ұzܨk5~' vnZ~ƤjT|~ 5֒t.\jJ 5 qSA M2yJFgmēI4Mڝor~K8]9n#df{mkh.Md"z| a# I短iTFN0X#r&AkOp)rI|ׁTeDp$ rrSIs\A`.pT[~8&^p@'󭠒nۨٛ0AC9u0 w> 7oKo+?.^ON FCm5=ɷێߐkSS T6pq:jqnTK Qrv830?*ڳUKXhLGW;I뫤4L~UnHJǰMkj%\+j*WvvQ(- Fo>Kh>Fsn]IA-3{?m9 y[8?ZId (H%L{x>?ty$3VЖ6%[NFx8V`;@]̡G C9cihi_ڻN 6O n'[j󟝼!TTIEzRE23H[ObI!Ҧf I#Bۢ7_?Ե3X3̇hn3ʖU4HbarXGIu:a-w֫ :gaͬ{QkNX9: `r`uÀ㔐%hw͋ӳj7a(O_d ̬:Jbq 5,Y]Yf+u+1;:juMYݬ&u:3RX'$u:Y'1WAPEY'bXubzXMbzl9,3/Qj1cV;rR{cYb1;np}֌uLTs71mznûis^Ծ}?KD ?=A.'֏&UwWN$ %*SoF(r sV}ccmN[Do_ZU\eb1z0iׇu}}hsVggM-vXI M;̓`+XaVVӾj pboQ+xNqf ~sYgژbn2ѺVsD}rƙ ?e*6!&WmrƆ=c~L_azx;,G7̯Xh:j[vliokq7͏8jEVbhԒߝkvʪqpK(3OVYs`3jjaĬ/fFaV}xNۓsVX`Lob[t9+Hb3gE+9+3H49+3&Y+X V`+X V`ê2K~DA7I\JHA9i$;q-ȅX5oŠ?X V`+X V l [r-$pEV%o]+bW찜\ &)`+X V`+X*i} 6"qU+xN#{+lY?k7g}_z`+X V`}ކ}/hv.h7*Kj8{#+.sAkΗYDžWrVj]/T;0He1a6tXIZN%jEE)=~BV^6kbRyWX-c::rukj%/o9c'Y;r=EVi+#!l^1<.k<kϬj}4cXaִ1EU?ؾX ү[o7=z`+X V`+X9:5._MW綎;Vc]vݚ4_wf.k]3 +ՖܭW wvC!E)03)Ȳsìn#Ue$J߽<_]+BӺڿ{3[(>rWk^8)(iQXc)w}tc :baO8V+)xYì2-NJf&M-YURY}= H26y$I+*J6,5g6ŧajmKdOj̷9&= tjreU}0XcWQCX VS[7UVG<Vui!/IENDB`@=g.bioGY>x] pǕYVBH2f#{!` Ar*1–"+ĭ$K"pVPFFw 1NARVl\ l;8i'ZWofw,`c{===o{ZRjPqKOV %JYjNBJ@Ô**{u;PfAOCzoGPmN(\W<"&*i,"s*AJ(}Ч(4alS^6b~ us}!J_O#&/>|^p"#^v±Rn.{-ZKwsu~œyTXUև-y!ܜlH:F@*4{*} a_td{U쑀Qtw[ v+UVñ2~so. W>c}F}GfŠ=lCŝ˾bL_lNv؏/XhꨏQ} ۴=^ۧiU_#_/x#mksѦdmgص*ߜ+H@ +~L_ D!(B)>~X&~{|?)O Z!_+䋅|jl~%kWh!w7irq˝M.w7irq˝M.w7iܬk41+_-ת`ib1:gY42S>7ȱ< }TgV;ZSzWkxUGX r4AhP%y&#B:Ec9ȉ@e h4h3 !gW}r6BiSI_z@Sr6CiSw@ k;W%&yZըAv(m+1ug k<إ߈m2|]@ߡHAc(9*c穾 J2zrZAs 6uQÿDyk?ρڈӦP=He k W~Mk kpk (~O7[;7t wz 兀BA";!Xuð?qzw.{'Rx7߻Iy|N:z_ng0b:b@ð3P6g ˆla뎀2ン|2MV]ƆTf8^ F.@|.aM:k21!G_ńRx/ ELiz f19$.:"=@1Hb^_9nM+ K@JM1HuW U pšb%+b&_)uBzazbaZ8[ݷX6>:nD Md.fCߥɆK|N`=GX 9idCN9VFG+t ~Mc0  uup^dCzu): auN&v³{#Ӂ'5Z<)tYLezU&V׆uњlHKqlH`Xwko'?YBǝph!=5G`'Ols|6 z6 =glH\mD#"ӠɆ ^Whb:IAYLX- rZ4ِǽB:1OhV;jvM687&ޘǸU;[dk=Q8.=NX 8tk!m'Ħ1<ƪӁ4Z tx{u{pdCNEc"6bo2dk=PVʧpV*hsg1?KYBGJV j!m'Ě1{zt,g:&[1˅Jao%5 Ve<ִ!m'Ė1k.!֬g:^zQHXQ8QM6ˎ-(t Mc0w ǒU 顉%QǁXxX! ,uN&C z1M1㔇j!}_*|Hc0qr=O3N +BG{ X K|g{%3Z9bCish1Wbn&1r;#JX}¯1N5Ӣ&4rfjaX͐Ӣ)h53ұ@}Zi6aoa36iVjho;d:SSP1-q\{q3nnq@ Zih/׳[7Z9ʱr,o搎 ӁAMAǴ\G7 V>h Z @`xtb:cZD[BX pJ5U*J=[J:3\SP1-Q)$0êUɰ+0g:^SP1-(m$(jȰ+(t MAǴ\nanjeXUSͰZVG{[Ih j=<::Ű:KS`X]˙'O ˺q2|YdMzh2kw_ /PILFK {I89v<飉G|lsJ3t-ovo|:hbl7Es8]6w7 |:h|94W> 9v7i飙wv1) 4g!j>}4sn>J@!EͧfDž{_RXp {5>=XM>1S1=}4*|F}Vԑ^>>4>zE%c+ >cGG]Q |<飌} Qpzr.P׏{MѦ {y-McH^nl|x gMMG_ZAZenZ󘎾wn72>`:b|er|D:bJ|һt| QD={iywϠL@NS_<4%l]%%旳_1pO\ܛP=,gRwOga^ 5k vjUS 8Si&pTXYj!] R PrBju7jJA*HѾ!v6t̠c6Kg,EyQlv~F/Lk7y%mvbVvNp'h? ubdR\'K;Yb~9͗E |#{/J>%;0֣S`ӷ#|0SptV}80# j=0Ň]Evyaf 68ɣ3]|$9PчRp/s>ܕć mcadV 4ߙfc'e\]J{1ȼM1 ̝T;=b~F`Q0oOlG ^gYߕPT;ۢYgV?BP>h@y̺/^ ݶ)T`b+o{F-BL6SBcu/CٷP-?D_? =Ao^u=˳Bg ;Br/[sw78ǗG=Jq9)UmM|lq k3JRIR? mÚQK\7x-ӾKGQ[ڣa%Kc~ #[IS[?|Y,B\WYxnҋ6" oj kê Azkz" BX/I[x]GV'[Glm5Ɵڱڱ{_R/|_!cr>G,F|g8Qy/1J^CeK$:)k9X{x HW֐^NJSA^ zyBS+rq6XClH)qӽ7Y,cȾWrYz(SםM/zOTz@2>Z.5z|l5s1[+uch h1tC3_-ɾ_>]y~h| /CKg ԿS1F5a66Y7Y95]o ER:ߣx@H:W|ny4lZhc hzPNG  IHDRd (sRGB pHYs+PLTErrrrrrrrrrrrrrrrrrrrrrrrrrԛԛrrrrrԺԛԛrԛԺrԺr꺛꺺ԛԺ IDATx흋㶑ibuڦ^yinvsrUž/ $Rُm2DJVxy!.  >< xxxx,y~,7}?B,_"xA]!bwwI Sĭܔ@ϧy]fn_}Ǭv$r^$5cnrE~ uKSg5E0KR^'PٲN ͈:nww\2 )Ç'+3%V,ǻZ Cq4ͅ)?.WApq ӧ,{.WUWΔy~ju+#ݤ*u}]|SZk^޸{00 y7fwBYSCBUo6~ MAT5̂ח?WBoKɏ ln_>}=۟;UP4]kN^?h]wc/C.=v9!rh/fww͛맏;x% oVNKyq/m GqAZզNTa__OTK/^AV\}ii.k=ʃι~{ƃu ?_5~%6f]*& )Ҹ(2AO q/?u8x<0QFUM&ic2 '18N./<Ri  wZ" 1uTP,9[ZmTP <@xH<Öv;dP\x+z)ICKv e4{B1YZ>2yy ړ¨|(aJ?e#@p:2cyy ړ¨F<s@ mRe4FLCRE@'хQA<|#2(<WLƃ9OўDFUf'f x'z+3BCh<<ItaTe&0,<]xƅ䡴ot<+|ڼy$V6;0Ģu8$@P0pH3$֗(kweW~xjdܾZ2Kg*Rtabӕ=ȁaݞ!&..y0PT>y ỹ2+xPpFrbӨ׮RMyXL2*Ov?d;v^[x앷գuM$Ebm?P͸Gе?, m9OF+ Uц4oBFFQǛoJjmL恛j/K2Vxj?{Gi<G͜x.˃띥??+\d>29:ڳfÏ7Ây9O-N ≣L= X@xe-AH 6UX.쭅<ྟyZemr2-U5\_k xC7Mm7SEڃ$ {p<7T~8{ځc04s< Bx۫}h eTQ̾dhMA1xB΂:4TT1ЯE`(&xƒYFCy+3p'xpy0sN<yN+j4 1x07A-PWPyG`ч<ЕQR6ɿ`HD\X|x4G{@UF `偟gsOͬx?GգP*k,4-2 @=PCjc$ByO tڮCe#Jz<E͇P @P?HY?en.q<$xpU°U;᠘˃Jȃ aME8LE>|<t>3}y͑C1GxXy3BB$N9C {@ Bbǖ+gyhDG:\qx2waT+]xhx(_id`AVWzp<8wuaSgH1/ד<p&硼4Gk8&XbxxOhCKeɕ>? VbxSC{N52Kq.0,x,T<@<@<@<@Ca=6E.NGn9kaO Ix1 FiVvBl x(YNv6DqMI1tφpcuc$yov]S/vsOeUO9!.9DJq8N>VNJ$B j fzk.6qʪV'*Bj H/)UwMB|Cu*Vس}-JN@ZSNCN<GsؓU|ǣ(fMzQy8a<C}D1Ͱ/&X] Jgzϔxhu2!ObcK`Ս}c-?uU{6y8ܟzGZ?Ö ZIݔTAl KҪV'xă"cHM+ pߡڎ)ڜpDhQ*IUa_ ܯo }*Kk!;N:I6WC<@<@<@<@<@<@<@JFKC WN*P"?2?!/a޲Nc/R}" r!N[ik^G`֯7*>_^&N ))kzÙ8Ot|l#/ /      r<@  Cӡ  4*|IENDB`n[ +jrhėPNG  IHDRd (sRGB pHYs+PLTErrrrrrrrrrrrrrrrrrrrrrrrrrԛԛrrrrrԺԛԛrԛԺrԺr꺛꺺ԛԺOѰIDATx {۶@igٺTךVn6sT.]VwaLS  HP"K_$HG^Q F %h<x@dx@x@9}(}8ZwE3 e1ql4?g2V*Yu1I&T)8(E.N!1߭vdz$]*!o*t)TMS Sd\) J(% FdLX|%jbyHFƺ 7A UM;J.2uPQ?ڶqZkgUoJ_uѷ̮ɶ51>}1SnK,:6ךS2[ MMcb*[]~X⺎ՙbZ>P?h:V粍hq+œbƃ/L#ݬS[5MkK|Z FtypZMy2V#痥ZyȻ:/LMYw,Mk˩I ~a]8ITE⡴RF<8Fϗ;`Z*5O`}}[6K<t. O^I{!5ƫL2]%T=4 x3< 0 EYWxȎ>vy8Ñyƣnt˽<` x{ x C]_w?V a <,# x(dh x7a'xxxxxxx؊mS0O COxxx薴je<yhv4 5%ERy$<v=xk e@/= [< Qaxp C㡿<<<<<<1x(*GC⯌OCVFxpvt_40(z < $6 :PC6/8iOƒ7ҤcraA|~_xx$߄G <[&+(z`+ {8~ K|:o0$ÕDK~pb ]Y҃Z4sp mjֈ5\CW q( ON mqilO莣FCxՁ\{7o&Sh[O<^gy;*8'tıU 68aG#p$xXt3c\A{˵̌&T0|4{"%aPVÖ({m<$>Q({8~ J‘Ϣ0Ã<Ƞ5rrOx@x@LxHyք L7иlD%̂ @Ǿ,* d4agqv'U^]<< @p݀o٣ۿ0lBL1'DuҪSUVuy ␵C-,FS_hKпHWMRykx8T^O[v53.Sq1ٸ< XG39-k mg/CAfV[3WlCR ǃ*:73}fT eL&<\̪D~2e6ړf^U!eW.( D~ΐ mpV^a털'殥θaZ/"SbsT:W?6=9~ < < < rr< <  A7x@%3?CIENDB`n@$"Hh&PNG  IHDRd (sRGB pHYs+PLTErrrrrrrrrrrrrrrrrrrrrrrrrrԛԛrrrrrԺԛԛrԛԺrԺr꺛꺺ԛԺZKIDATx ۸u9L&Tj6v tI6jJhyqIDHU 桂\xxZ<@<@<@d<Iݞ}IrQ/0\v+~}H/$O RRsdR݊mzAW[uxh*jf4Q\ym喙gX0Gm6N_lx(<0' j-~\*z^M#ʴ)%>Q ܛjޥPH3,0jg#K}ln)YLû1~Wr}H {_?w>6gk/0o#ċD1fSNjYJKQg$i+Cݳ8#%?퇢m% ]7wo0eq<_2l 5 /7"v)͌?n/xp]g~\urj]u(ӗQ||l9n,:I1 !DۇyP6d^778{tx(o6ﳑBͣ`A~6/d᡽U}vyhiw1wb"Ou j}/^uUYe/kM%6f2ll|P|xCvt\fUגG)Ofs7=JWvu<~)*&d\%cQ%8%( ن\><`CnC  F O ?R!6OT0S*TP!Exx?R<@KUp<|~6w 53tUE?B?Td O39 <}ugR7 -|# <8I2AAE!1>,0#*VZ_ __m"px+ ޞ<l01\xxc<ڲf!o˙yW<0ƃ-;L<U07RYP^u7hxz.RGnhy~<07*R< >xe taf3<'ߛb>^'@ԟwoa6{ÖAÌ<^3SCTF*:G"1΃ gíuѼڔSݍTi?A}~*H<Ń !x# E72ז+F2Ӂ}/Ws-xp[4}O@xp2E@f2©D#5,%%S>#*L֔U˄ O:mvՊTY /!YR<=!5~盘+g#Zh_1@/? 0)B@1S<_zd3y(ɹ0x87$w;@DC(7k֠s0 /y;S>`1dh 2z9Ewmn pLaD%Fn O1` @A[a.&Pݛ- LB8/v+'Jy`N%C;| L #T8"`JMw|ۓ͟$lʇ9 LB@&gˍ(Ċ? zxPSC}F$9Hăr    rԔZ0PI̲[V)浇Af̜s.sC&Zil)kM)ohM>ieWϻѝr )*_$GkJEûєs1֖҄ZSS nu?<_<k}QeO2O ,SSk 4C;u`Jh < Qœ*~~φR27p i3i&RPkƔm-R1/d;M:ݞ:Kм;2XB4 <v4~gm_?A s 6df  ǃΔ]-Y_PlShek=ci5ac,RVDW_L=\IT}!RTܨ(X9QFAkJ"f`ߤxԗ=|xoi+M8(fWQ*DZ[7`EW>}/rx=z}+|eΦjn[CGdk}Lжx&j/_|Yig6򐵏 P;~Cﻥb1uЮ:E^ V1pivYkOuU-5|!hgJvEI{yڴ]+l 6+l)oV1$Y <{<@.K<@<@<@<@<@x@<@d A{<@<@f3>IENDB`nf0eD DZE=ОPNG  IHDRd (sRGB pHYs+PLTErrrrrrrrrrrrrrrrrrrrrrrrrrԛԛrrrrrԺԛԛrԛԺrԺr꺛꺺ԛԺ IDATx Ǚq3nfMnI6лu;]u{@9@lm?bHH^EB R Cuxxxtx'$w=?4|fdԗAa9~).x9'}jﻉ%ƝQ{.0)./k"ǩ].1EIY9QLĤgRhR6!a?IK]AF3/*$ez^f-<(e8˦,ʳN_FW̓x {΢qޞLSNVG/k<þv~ANԡtÄyazS۽ckY/utV8Q)/3k2:2%9 e?D&ӔpO k@2ڪQl gtAZV>gOoRg2_N BY;k)SRxxwx…ߓ\ېg\ۀfMBUxYZe⁞#a2 ku~D4lL}<跥}c?=ˋxеOyaQ7cSC˚C^yyP?zS8c?,om_TyN5qNщk42bN}#\[*"ZGyvyPIĭt&9m'~uueS읔!UxKqeU/lR{}[drнV¦!MssJ}3yY:I&Gg!|o"]D=Ŧ\%Qb:e"<55qÌmY>?pqZ3Fll>7_.DS Ӕ1 " OOɃ7\yyMݬx'ZKg>#r;[?{Hs\;v{"FOp~&{EK!Q: }Nec9*z}>ZP a!waO|^tRe=#|yH:p=+|aƒ_Ip <8w< x<x~d4!x<x<x!L<[`@zBh^WGs<dh`~X>sZ塺'ݫ3g+@;bCq~ax<xx iäyx C>0? <zx6 2o2 On@e<x</x<u<m&`Dh;ƹy6X*b y(VTIXsw&4|\C;ak!+ˊx@{{cMFZ8,L&sREy8ҨMhZ}5G#goe<k74a<x8)K<x<xaax<O60M7Q5+MV=!< PJWEM]xh7|_02叭qqxÏ#o0f?50]<xP=Byn'c0m{p<8xp؅<p:|Pm <:uF0-n:=ű<\3^cMlc36?_Pk.HܨxPyăr|@ԌoQJl1'srAxϘb3D#I+byp_^rl,ZV< {堞?Ea #`ǃPe?躂AaR<2S/?p.#GD'xQ^<lsS0SwzKw<XCCqDٳg{p1<L9{SA&,G|c]?\63WKy5Cx/c#1?\, Ta>mڡfC\n\]\ő<}qhmu(?w[ 4N4vJ@ÕY"{m9᎑ꓯɃG\lu < nNdQUq=x(҈(Yx(@gy8+(/@Mo1Q#OC;xa<'Äy<=5]7a,#o{?to>۽$/Ǯ3_P|ymiC=Qz쵻Rfxx:!?14άq<~j(/[_ b A@!<@)    WC:sJf=&XVHddfkɓmKfDV"6r {H-%d&%O_HqA0TL߿H4_vO*}69&i&Mµ2ެ8hl>#=YM 5g`(iQbt&o^K !yl)JͣMYG5'TKo #q!XbQz_Si5Ȍ?cd        .NrP}d5-p(B>:7M]SWxЭO}aBU7cBlBi\^Ʃ\/.!*XW |a.06=,mvǷ߯O{$s!       }3Zi"<Wr]hV/{<.1ZRK6Nc<xkl$Iì:v&!RyR}G 謤%z&XgC }#٦Ji3@JB+VsU>u ކmt6mgG-av=*@=n07Ƴ:s.8||<Nx<&C|Z0 ނX3@|_>drr<@F΃w3[bj*/-#A&m{S RCe+*9x3!qBr̜)=QQ89>YCP};'y-b..,7:σ{\<8ҲgXi.y v7V?׮ŃZ>yn*H0HMw LA ?j*0 j_kC/C<Zy@J ly(cA<R< COݓ0*v䡦8bG0{xT_(x189 EEK,f<<}|;Bο4 C"xx<\]𠳗^s;Ձ?ҝahnΑoY06T3!.*-bWq4<ʠ닼qY;աmy(-h-h#~i"6kaʇL+l=Α u4b<`ESZ;Fe;vVCvr.yȓ(YWx(@ߙCZ*-aJ<\Eпx$ Cx\txMJg6ákXxs>Hxw>x$ / S!¦H g=pڷQMۓ~ 4CLzFLoWs4r8Zi WО Wj;<{߿<\^t9 ƒAt$ASG2pX_>Y.tT/dr?N x=_ 'XyH9./F˃s7xҞ\EV''Ԃ?p= |xCMX> <]8d0a)21+ؘs8`c#y8T֘c[YࡳCy`sBE4nU C."fK iCWa-X᭫˫}4{d`M].6@΃=mVåC0X D8//r{-ʇWh/xEW|8h͵|˥[{ PV/2Baex+h0Q!;gGȫajmHbhXg!xyj/ۈ<92` A@!<@)    !9yrJa=&XvXIˢWkf08yEyrYR::s~#XKdL%Z@~1h?U <9|νptM  4v,!3@ce8ApCt-J݃MG'TK "!Xbz_Q4Ydfp< 2Nb>D9k Iw#d1 p{@J.!o `PmddbR ,.IeԡRY7݌ `N`hDd `h  b   c $A ? ?3"`?2m#d ~p{@J.!o `PmddbR ,.Ieԡ; 1,YMqDd $ b  c $A? ?3"`?2~8¡Fe$J @`!~8¡Fe$J @ @xcdd``feb``baV d,FYzP1n:&|B@?b >2@0&dT20< @201d++&1Dl\ _˧5Usi# p>odCf5|e5*!QO{@3! @W&00xq]XQ!0d.?M -‡{/.{op97YAF<nH3fEvFMa(~0NC=+2= wv=IL&? k9 yFʋ+KRsA0u(2t5=ÀOh$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l nH,, 5r5555 5 J9 /  / / /  /  /  /   / awpnTkdh $$IfTl }  &6 S 'r    &  &  &  &  &  &  &  &   &J   &J    nH,,,  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\]^_`abilnmoqprstvuwyxz|{}~Root Entry FP k?Data [JWordDocument5ObjectPoolߔP _1323638832Fߔ(Ole CompObjfObjInfo #(-0369<?BEHIJMPQTWZ]`ehijmpsvwxy| FMicrosoft Equation 3.0 DS Equation Equation.39qD P(k) FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native 5_1323638708 F((Ole CompObj fObjInfo Equation Native  R_1323638919F((Ole  6 D P(k)=2 k"1 FMicrosoft Equation 3.0 DS Equation Equation.39q D k=NCompObj fObjInfoEquation Native 1_1323875653F((Ole CompObjfObjInfoEquation Native 5 FMicrosoft Equation 3.0 DS Equation Equation.39qXv S(N) FMicrosoft Equation 3.0 DS Equation Equation.39q_1323875639J'F((Ole CompObjfObjInfou D S(N)=2 k"1k=1N " =2 N "1 FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native _1323875696"F((Ole CompObj fObjInfo!Equation Native  =_1323875726$F((Ole !!X. P(1)=1 FMicrosoft Equation 3.0 DS Equation Equation.39q!1t S(1)=1 FMicrosoft Equation 3.0 DS EqCompObj#%"fObjInfo&$Equation Native %=_1323875848E)F((Ole &CompObj(*'fObjInfo+)Equation Native *=uation Equation.39q! D S(2)=4 FMicrosoft Equation 3.0 DS Equation Equation.39q6 D P(k)=3 _1323639205O.F((Ole +CompObj-/,fObjInfo0.Equation Native /R_13238758693F((Ole 1CompObj242fk"1 FMicrosoft Equation 3.0 DS Equation Equation.39qGP, S(N)=(3 N "1)/2ObjInfo54Equation Native 5c_13238761991@8F((Ole 7CompObj798fObjInfo::Equation Native ;A_1323639408=F(( FMicrosoft Equation 3.0 DS Equation Equation.39q% D S(3)=11 FMicrosoft Equation 3.0 DS Equation Equation.39q  ,44 l / awpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V lJ ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkd$$IfTlJ }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l; ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkd*$$IfTl; }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l; ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkdp$$IfTl; }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l; ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkd $$IfTl; }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l; ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkd%$$IfTl; }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l; ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkdB+$$IfTl; }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnTJ$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V l; ````````nH, 5r5555 5 J9 /  /  / /  / /  /   awpnTkd0$$IfTl; }  &6 S &r  &&&&&&&& &J &J  ````````nH,,,,44 lawpnT<$$Ifw!v h5r55555555 5 J5 J#vr#v#v#v#v #v J:V lJ ````````nH, 5r5555 5 J9 /  / /  / /  /  awpnTkd5$$IfTlJ }  &6 S &r   & & & & & & & &  &J  &J   ````````nH,,,,44 lawpnT7Dd @b   c $A ? ?3"`?2,fW˛c]J;`!U,fW˛c8 #xcdd``ed``baV d,FYzP1n:&B@?b u 00 UXRY7S?&,e`abM-VK-WMc<7=ʠ TuX@Z +a|&_Οň*o kTb dpenR~-7ÂB8gd! 2\F1nȄJ.h(rC\0``f##RpeqIj.S @ ]` bg!t?0~d76Dd @b   c $A ? ?3"`?25+V<<Ъe\=`!T5+V<<Ъe8 "xcdd``ed``baV d,FYzP1n:&B@?b u 00 UXRY7S?&,e`abM-VK-WMc<N ʠ TEX@Z +a|&_obDW5*?27)?AG!32H`gaa.#7ׁdBp%4! .h 0y{@qI)$5!d.P"CX,Āf~b 8Dd p@b  c $A? ?3"`?22gfI6 U^?x`!V2gfI6 U $xcdd``ed``baV d,FYzP1n:&V! KA?H1:@eǀqC0&dT20 KXB2sSRs"6~.ObsLYt9Wc HI%k1U|J,3Ma`h\Q ;|AFbH 2u`\ E.pH  `PlddbR ,.Ie0ԡ"|b@3X?aiDd `hb  c $A? ?3"`?2W& U]~;Tu%Ax`!W& U]~;Tu%"@X |Uxcdd`` @c112BYL%bpuoWp?_ń_"L W&00Ds:|~Fe #tem(Hb8Aa dI3! ~p%4)и``FF&&\ {:  2S$$If!vh555 55>5 #v#v#v #v#v>#v :Vl `````` t<!,555 55>5 /  /  /  /  ap<TkdF$$IfTlֈL "          >      `````` t<0!44 lap<Tx$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  /  ap<Tkd)J$$IfTlֈL "      >    t<0!44 lap<Tj$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  ap<TkdM$$IfTlֈL "  >  t<0!44 lap<Tj$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  ap<TkdKQ$$IfTlֈL "  >  t<0!44 lap<Tj$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  ap<TkdT$$IfTlֈL "  >  t<0!44 lap<Tj$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  ap<Tkd_X$$IfTlֈL "  >  t<0!44 lap<Tj$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  ap<Tkd[$$IfTlֈL "  >  t<0!44 lap<Tj$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!,555 55>5 /  /  ap<Tkds_$$IfTlֈL "  >  t<0!44 lap<Tr$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  /  ap<Tkdb$$IfTlֈL "      >    t<0!44 lap<T9Dd @b   c $A ? ?3"`? 2!Sq)X_f`!W!Sq)X %xcdd``ed``baV d,FYzP1n:&B@?b u  UXRY7S?&,e`abM-VK-WMc<aO`F\ , 'aL 4E`*`!@W&00ڷ@$wX10DAe2!ؐ \4 =Ĥ\Y\ː2C D,Āf~tbo$$If!vh555 55>5 #v#v#v #v#v>#v :Vl `````` t<!,555 55>5 /  /  /  /  ap<Tkdh$$IfTlֈL "          >      `````` t<0!44 lap<Tr$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  /  ap<Tkdnl$$IfTlֈL "      >    t<0!44 lap<Tr$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  / /  ap<Tkdp$$IfTlֈL "  >   t<0!44 lap<Td$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  ap<Tkds$$IfTlֈL "  >  t<0!44 lap<Tr$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  /  ap<Tkdw$$IfTlֈL "      >    t<0!44 lap<Tr$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  /  ap<Tkdz$$IfTlֈL "      >    t<0!44 lap<Td$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  ap<Tkd:~$$IfTlֈL " Ole =CompObj<>>fObjInfo?@Equation Native AhL D P 100 (k)=3 k"1 FMicrosoft Equation 3.0 DS Equation Equation.39qD S 100 (_1323876828BF((Ole CCompObjACDfObjInfoDFEquation Native G_13239295196wGF((Ole KCompObjFHLfN)=3 k"1k=1N " =3 N "13 1 "1 FMicrosoft Equation 3.0 DS Equation Equation.39qw D S 67 (NObjInfoINEquation Native O_1323834715,LF((Ole R)=S 67 (N"1)+4"S 100 (N"2)+3 FMicrosoft Equation 3.0 DS Equation Equation.39q3 D P 67 (1)=1CompObjKMSfObjInfoNUEquation Native VO_1323834670;TQF((Ole XCompObjPRYfObjInfoS[Equation Native \u FMicrosoft Equation 3.0 DS Equation Equation.39qYp4 P 67 (k)=2"3 k"2 +1 FMicrosoft Equation 3.0 DS Eq_1323834684VF((Ole ^CompObjUW_fObjInfoXauation Equation.39qx3D ke"2 FMicrosoft Equation 3.0 DS Equation Equation.39qw D S 67 (NEquation Native b1_1323929602[F((Ole cCompObjZ\dfObjInfo]fEquation Native g_1323929637Yh`F((Ole k)=1+2"3 k"2 +1[] k=2N " =3 N"1 +N"1 FMicrosoft Equation 3.0 DS Equation Equation.39qwYد| S 67 (NCompObj_alfObjInfobnEquation Native ou_1310767691eF(()=3 N"1 +N"1 FMicrosoft Equation 3.0 DS Equation Equation.39qK D P 67 (N)P 100 (N)=23"1+(N"1)/3 (   Z[ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYq\^]_`acbdfeghikjlmnorstuvwxyz{|}~ >  t<0!44 lap<Td$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  ap<Tkd$$IfTlֈL "  >  t<0!44 lap<Tr$$If!vh555 55>5 #v#v#v #v#v>#v :Vl t<!555 55>5 /  /  /  ap<TkdB$$IfTlֈL "      >    t<0!44 lap<TwDd |b  c $A? ?3"`? 2q$5|C2n`!q$5|C2n4 ` 0cxcdd`` @c112BYL%bpuSf bC?l`d6-`< 2 k)L 1 Ma`XϕQ 2} 2ý${@&dc1wc  M] `PĤ\Y\dP"CD|b@3X^Dd b  c $A? ?3"`? 2A҅6PX`!҅6PX`jPxڥ1KA{rH0 euga%^`C^ (X A2ZI* b6f5{ffL5<nMj[YHaJk\gӜt zn80!;C^pSX;9.b"V?L}#Ȋ+R܄#ZH%:̱XX뼦s?A~c_r';X|y"[S*w՚(s/8t,hSy<o\rN}N.1@uÇ%YXg'u9lO[TlJZ`orP}pk ]+P\^^bkW蠃m1y0XhtݶֻHW/Jwr9zHoᤩ΃u*Ot"3?$;X~VqB,lRlD 6 9wΏ& γk@apٔkQBP˲5GRΞ*taZ1k*qP %a j[1 -v8࣠UjuѨWaoW S1]Cl)Ob|yFpc 9'8<-5$H?) ɫOSoO\X}$Q fsXλ,eHDؿ3OټqZVZث+ʯ:ɐrϽ/[y(rYa +U^ α]Bdl:N`i8PՏK GDd h b  c $A? ?3"`?2 24L1䷩ZUmx`!e 24L1䷩ZUr@ |3xcdd``dd``baV d,FYzP1n:&B@?b = UXRY7S?&,e`abM-VK-WMc<gbF\ X@Z +a|f_bB5*!+'~F?@Acf_L s+ssy;|/p\F2! ;\4n= mddbR ,.Ie2C b> 1,6tyDd |b  c $A? ?3"`?2AijvMtx`!AijvMtr@ `p0zxcdd`` @c112BYL%bpux{ v c##E !d{~1q 3sp𹠥gh$%؍LLJ% V w0u(2t5B a g9 KDd \|b   c $A ? ?3"`?2 \5ؑCԾx`! \5ؑCԾr` `00txcdd`` @c112BYL%bpu+>1ۇ9PSԹt8~{R pq"?#$tމߍhMa9da÷޿{LuVC!-&OI>71r sy+.-](̋o֎7/+#~eȧ<Q<nΏ~l!}8yQ7p4|t.6e~\юo]<G~?2h^/)M,<~)^L|-{"#9z_Wg@K4 &7=v'd zq ,-yp# = z>x$$If!vh555555#v#v#v#v#v:Vl `````` t<!,55555/  /  /  /  ap<Tkdr$$IfTlֈ }x"               `````` t<0!44 lap<Tj$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  /  /  ap<Tkd #$$IfTlֈ }x"         t<0!44 lap<Tj$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  / /  ap<Tkd&$$IfTlֈ }x"   t<0!44 lap<T\$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  /  ap<Tkd*$$IfTlֈ }x"   t<0!44 lap<Tj$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  / /  ap<Tkd-$$IfTlֈ }x"   t<0!44 lap<Tj$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  / /  ap<Tkd$1$$IfTlֈ }x"   t<0!44 lap<T\$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  /  ap<Tkd4$$IfTlֈ }x"   t<0!44 lap<T\$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  /  ap<Tkd*8$$IfTlֈ }x"   t<0!44 lap<T\$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  /  ap<Tkd;$$IfTlֈ }x"   t<0!44 lap<Tj$$If!vh555555#v#v#v#v#v:Vl t<!,55555/  /  /  ap<Tkd"?$$IfTlֈ }x"         t<0!44 lap<TDd HTb  c $A? ?3"`?2?5D߅ɰ"υ?B `!5D߅ɰ"υ?x   *dxڥ?H#A߼1D6W"3ܙU !Y_!V>ئm[A% 7of38A ua{f0_0FyCuE4,[Hh(|£#>n~H~lYd/l T |ؙ?j^Dyf:Qna/U6U<*&N+>$Q\o#R !=?-RݏET_ona-`0#驔N UΕ+!}s'deT;bTI+C<֥Wús``Q! )z¯wzNw|`}mpI6;j{,hT#c!~ɕw" dգ#Cm޻0Dd <HTb  c $A? ?3"`?2z$RKIj5VE `!N$RKIj52` %dxڥMhA{mͦIjeӃ(RzRPB.~PLDXŰ7QO/KޢW""DyA뼙2ڃ0;7B@<%#G!&R:\!(\uh fg(K~- 9)z'&bsuq!ے>H+1z ָޗsgs''8t[QAP^nZryt7;M9Vgû9㠊?F`/K{ED]Y˜=qnֿ,FmQ1ky.u|$S|8O2-f\17n~<ۿZg!Gam[wΛ~>%MMF/=abN wk} 5}<<`I]JF)k2m+Q+y:Kׁy&n uA.CV+ND3peՆ)RQ5%Mk yݥ#Dd HTb  c $A? ?3"`?2m]F z*iSwII `!A]F z*iSw "dxڥ=hTAgf޽GP+DBkD ^ O83Bhuȫ,YZpE0gξvPfowfgvvX"xDrÒRT#DCHi82;f͓ɉ2"ԞKi 8pH(_{I*5ڴrVJ8ߴ{QAPYW:=Z} ~RuA* Rv=s pjr}J硘4L&u͛b^ȸ/Og|OO߳:̊=Oka_YvBYG[x7[A]=;){|\V4*<]~5wg2~0!A7dx-yXxy 1ſ{~~S K:p/3}/G fM`^jaF9ı+W Qotr'rWk Dd HTb  c $A? ?3"`?2Y2I V58L `!-2I V 'dxcdd``.d 2 ĜL0##0KQ* Wä@RRcgbR q$1fĒʂT/&`b]F"LLi 05_&&,7S? `3B2sSRs"6~.Ob'* 07:.jT od+V 3@|czsaT~ ?2S5/ A6oT6T`/ɂ? "peDVo`Xc&;+ssN/(3 `bZp|YSQSU# FD_[l\\p=3 FMicrosoft Equation 3.0 DS Equation Equation.39qQl S 62 (N)=S 67 (N)CompObjfObjInfoEquation Native m_1323837728FOle CompObjfObjInfoEquation Native 1 FMicrosoft Equation 3.0 DS Equation Equation.39q D Nd"3 FMicrosoft Equation 3.0 DS Equation Equation.39q_1323977662FOle CompObjfObjInfoH S 62 (N)=2"S 100 (N"2)+2"S 100 (N"3)+ FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native _1323977679FOle CompObjfObjInfoEquation Native _1323837979FOle   +S 67 (N"1)+S 67 (N"2)+S SF (N"3)+3 2 "13 1 "1 FMicrosoft Equation 3.0 DS Equation Equation.39qCompObjfObjInfoEquation Native 1_1311102233c F D N>3 FMicrosoft Equation 3.0 DS Equation Equation.39q zd P 67 (N)P 100 (N) N!" !2"3 N"2 +2"Ole CompObjfObjInfoEquation Native 3 N"3 +3 N"4 +)3 N"4 (3 2 "1){})3 N 2=67108Oh+'0 ( <H h t  <Angular distribution of rays from a mediTkd}$$IfTlY X \ x &Q  &!  & &v & & & & &  &R   ````````d6((((44 lapdTx$$If!vh5555505 #v#v#v#v0#v :Vl `````` t<!,555505 /  /  /  /  ap<Tkd$$IfTlֈ }x"         0      `````` t<0!44 lap<Tj$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  /  /  ap<Tkd$$IfTlֈ }x"     0    t<0!44 lap<Tj$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  / /  ap<Tkd1$$IfTlֈ }x" 0   t<0!44 lap<T\$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  /  ap<Tkd$$IfTlֈ }x" 0  t<0!44 lap<Tj$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  / /  ap<Tkd7$$IfTlֈ }x" 0   t<0!44 lap<Tj$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  / /  ap<Tkd$$IfTlֈ }x" 0   t<0!44 lap<T\$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  /  ap<TkdK$$IfTlֈ }x" 0  t<0!44 lap<T\$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  /  ap<TkdǛ$$IfTlֈ }x" 0  t<0!44 lap<T\$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  /  ap<TkdC$$IfTlֈ }x" 0  t<0!44 lap<Tj$$If!vh5555505 #v#v#v#v0#v :Vl t<!,555505 /  /  /  ap<Tkd$$IfTlֈ }x"     0    t<0!44 lap<T\Dd hHTb  c $A? ?3"`?2a3Ei>)w `!za3Ei>)w@ @PV|Hxcdd``dd``baV d,FYzP1n:&&N! KA?H1Z-z47$# !lo`'0LY ZZsy"+8|-gcLdF\ u 0;G031A!+'~Fl133Fd$џ{_ =Ln y,rGpenR~N.o [#.hrS8q+F`+W2TePdh,Āgf H{%Dd HRb  c $A? ?3"`?2o܇p?HK `!C܇p?H`:Hxcdd`` @c112BYL%bpuU?0!TO?d2,CTH ;L*̌Ø0nm?8U|'D D,yh##RpeqIj.ȝ @ ] UÍ,aDd \ hHTb   c $A ? ?3"`?2L2 k1Hq `!L2 k1Hq`@"!|xcdd``~ @c112BYL%bpuUsi#ƥ" 0'a5l^Ty@|#8'z6TXA|C8_DkPP"L>pc\0+fG!~O@F| 6?U^U~ DݝG5p 1,o &Dd lHRb   c $A ? ?3"`? 2p ?L `!D ?Hxcdd`` @c112BYL%bpu&11v# `!fks>&11v# @P&|xcdd`` @c112BYL%bpuxa#27)?AnG!q<~@F)V׆O_AΎ*ʊ*oG#EỀ)Bdܞ ~0ύ*U3|*#D=0/PßNn\KRI)$5!d.P"CXHB a UǼ%Dd lHRb   c $A ? ?3"`?2ou@tK `!Cu@tHxcdd`` @c112BYL%bpu *9a"FF&&\ @ ]` "P,a$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY d6, 5z5!55v55*5v5 !5 9 / / /  / /  /  /  /   / apdTkd$$IfTlY / \ x4U&z   &!   &  &v  &  &  &*  &v  &!   &    d6((((44 l / apdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  /  / / /  / /  / /  / /   apdTkd$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  /  / / / / / / / /  / / /   apdTkdO$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  /  / / / / / / / /  / /  / /   apdTkd$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  /  / / / / / / / / /  / /  / /   apdTkd=$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  /  / / / / / / / / /  / /  / /   apdTkd$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  / /  / / / / / / /  / /  / /   apdTkdU$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 /  /  / / / / / /  / /  / /   apdTkd$$IfTlY / \ x4U&z &! &&v&&&*&v&! &  ````````d6((((44 lapdT$$If!v h5z5!55v555*5v5 !5 #vz#v!#v#vv#v#v*#vv#v !#v :V lY ````````d6, 5z5!55v55*5v5 !5 9 / /  /  / / /  /  / /  /  /  apdTkd5$$IfTlY / \ x4U&z  &!  & &v & & &* &v &!  &   ````````d6((((44 lapdTDd b  c $A? ?3"`?2yy]Cg `!yy]Cg"`&};xڥMhAn>MژԦ6IM VVzP"m#*4FH!œ=zJ"ГGIЃ= i"y3qgm)ԅ̛5€:ZQBj϶s^y~:gZcSoOG.g*{ꐋ¾L}}s[r.r.G!7K$kaM{;_TjV_ʋSꀲѬa@>*;oZE2n ob?oD|~P,FC"@K~ߡ~'$$If!v h5P55555555 #vP#v#v#v :V lY Z6, 5P555 9 /  / /  / /  /  /  /   / apZTkd\$$IfTlY k ? s/'P    '   '  '  '  '  '  '  '    Z6$$$$44 l / apZT$$If!v h5P55555555 #vP#v#v#v :V lJ Z̙̙̙̙̙̙̙̙̙6, 5P555 9 /  /  / /  /  /   apZ̙̙̙̙̙̙̙̙̙Tkd$$IfTlJ k ? s/'P   ''''''''  Z̙̙̙̙̙̙̙̙̙6$$$$44 lapZ̙̙̙̙̙̙̙̙̙T$$If!v h5P55555555 #vP#v#v#v :V l; Z̙̙̙̙̙̙̙̙̙6, 5P555 9 /  /  / /  / /  /   apZ̙̙̙̙̙̙̙̙̙Tkd$$IfTl; k ? s/'P  ''''''''  Z̙̙̙̙̙̙̙̙̙6$$$$44 lapZ̙̙̙̙̙̙̙̙̙T$$If!v h5P55555555 #vP#v#v#v :V lJ Z̙̙̙̙̙̙̙̙̙6, 5P555 9 /  / /  / /  /  apZ̙̙̙̙̙̙̙̙̙Tkd$$IfTlJ k ? s/'P   ' ' ' ' ' ' ' '   Z̙̙̙̙̙̙̙̙̙6$$$$44 lapZ̙̙̙̙̙̙̙̙̙T$$If!v h5P55555555 #vP#v#v#v :V lJ Z̙̙̙̙̙̙̙̙̙6, 5P555 9 /  / /  /  /  /  apZ̙̙̙̙̙̙̙̙̙Tkdn$$IfTlJ k ? s/'P    '  '  '  '  '  '  '  '    Z̙̙̙̙̙̙̙̙̙6$$$$44 lapZ̙̙̙̙̙̙̙̙̙T$$If!v h5P55555555 #vP#v#v#v :V lY Z6, 5P555 9 /  / /  / /  /  apZTkd $$IfTlY k ? s/'P   ' ' ' ' ' ' ' '   Z6$$$$44 lapZTu$$If!v h5P55555555 #vP#v#v#v :V lY6, 5P555 9 /  / /  / / /   apZTkdJ$$IfTlY k ? s/'P  '''''''' 6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lJ Z6, 5P555 9 /  /  / /  /  /  /  apZTkd$$IfTlJ k ? s/'P   ' ' ' ' ' ' ' '   Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V l; Z6, 5P555 9 /  /  / /  / /  /   apZTkdP$$IfTl; k ? s/'P  ''''''''  Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lJ Z6, 5P555 9 /  / /  / /  /  apZTkd$$IfTlJ k ? s/'P   ' ' ' ' ' ' ' '   Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lJ Z6, 5P555 9 /  / /  /  /  /  apZTkd:$$IfTlJ k ? s/'P    '  '  '  '  '  '  '  '    Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lY Z6, 5P555 9 /  / /  / /  /  apZTkd#$$IfTlY k ? s/'P   ' ' ' ' ' ' ' '   Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lY6, 5P555 9 /  / / / / /  /  apZTkd($$IfTlY k ? s/'P  ''''''''  6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lJ `````````Z6, 5P555 9 /  /  /  / /  / /  /   apZTkd+$$IfTlJ k ? s/'P   ' ' ' ' ' ' ' '  `````````Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V l; `````````Z6, 5P555 9 /  /  / /  / /  /   apZTkd80$$IfTl; k ? s/'P  ''''''''  `````````Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lJ `````````Z6, 5P555 9 /  / /  / /  /  apZTkd4$$IfTlJ k ? s/'P   ' ' ' ' ' ' ' '   `````````Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lJ `````````Z6, 5P555 9 /  / /  /  /  /  apZTkd"9$$IfTlJ k ? s/'P    '  '  '  '  '  '  '  '    `````````Z6$$$$44 lapZT$$If!v h5P55555555 #vP#v#v#v :V lY `````````Z6, 5P555 9 /  / /  / /  /  apZTkd=$$IfTlY k ? s/'P   ' ' ' ' ' ' ' '   `````````Z6$$$$44 lapZTDyK yK Hhttp://www.numerit.com/yX;H,]ą'cDyK yK Zhttp://www.numerit.com/maghanoi/yX;H,]ą'cMDyK 0http://en.wikipedia.org/wiki/%C3%89douard_LucasyK xhttp://en.wikipedia.org/wiki/%C3%89douard_LucasyX;H,]ą'c=DyK ,http://en.wikipedia.org/wiki/Tower_of_HanoiyK phttp://en.wikipedia.org/wiki/Tower_of_HanoiyX;H,]ą'cYDyK 3http://www.cut-the-knot.org/recurrence/hanoi.shtmlyK ~http://www.cut-the-knot.org/recurrence/hanoi.shtmlyX;H,]ą'cDyK http://www.numerit.com/yK Hhttp://www.numerit.com/yX;H,]ą'cDyK !http://www.numerit.com/maghanoi/yK Zhttp://www.numerit.com/maghanoi/yX;H,]ą'cDyK yK Hhttp://www.numerit.com/yX;H,]ą'c1TableYSummaryInformation(DocumentSummaryInformation8dCompObjq@@@ NormalCJ_H aJmH sH tH R@"R n Heading 2dd@&[$\$5CJ$\aJ$tH DA@D Default Paragraph FontVi@V  Table Normal :V 44 la (k(No List 0>@0 Title$a$>*4@4 Header  9r 4 @4 Footer  9r .)@!. Page Number8J@28 Subtitle$a$6]N^@BN n Normal (Web)dd[$\$ CJaJtH 6U@Q6 n Hyperlink >*B*ph*W@a* nStrong5\j@sj ,Z Table Grid7:V0FV@F qFollowedHyperlink >*B* ph !$'*-0369<?BEHKPY\_behknqtwz}z{|:;<?@A^_`'()efg./rstxyzlmnM !$'*-0369<?BEHKPY\_behknqtwz}      !"#$%&'()*+,-./0123456789.efoXA  C V h  6 7 D 6 7 /0`aclnprtvxz|~  !#%'),/26:>?STUq#^_rjabh(\]_abcdefghijklmnopqrY679:;<=>?@ABCDEFGHIJKLM+ , !!!!!"2"H"_"`"a"m"s"x"{"""""""""""""""""""""""## # ####.#>#?#A#C#L#T#V#k########################$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$L''''J(K(^)L*M**8,9,Q,,,,- ---Y-......................~00000000000000000000000000000000011111 1!1"1#1$141517191A1I1K1Z1[1]1_1g1p1r1s1t1v1x111111E2F2l2233N4O4S4T444 55555555555555555566666666 6 6 66666666666666!6#6%6&6'6(6)6*6-6061636567696<6=6>6?6@6C6F6G6I6K6M6O6R6U6V6W6X6\6`6a6c6e6g6i6l6o6s6t6u6y6}6~6666666666666666666666666A8B8999::;;;<*<<q=r=============>>>%>&>(>*>2>;>=>>>?>A>H>Q>Z>f>v>w>y>{>>>>>>>>>>>>>>>>>>>>>>>>>???@@@@@@@@@@@@|B}BXDDDDDEEEEE4FFGGGGGhGiGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHIIIIII I IIIIIIIIIIII I"I%I&I'I(I)I,I/I0I2I4I6I8I;I>I?I@IAIDIGIHIJILINIPISIVIZI[I\I`IdIeIgIiIkImIpIsIwI{I|IIIIIIIIIIIIIIII1K2KKK@LALLL?N@NBNCNDNENFNGNHNINJNKNLNMNNNONNNPPPR`TaTxTVVVVVVVVVWW5XLXXX~YYYYYYYYYYY[[G[H[O[U[Z[][h[q[r[t[{[[[[[[[[[[[[[[[[[[[[[[[[[\\\ \\\(\)\*\,\.\7\?\A\B\C\E\L\U\]\i\~\\\\\\\\\\\\\\\\]]]] ^!^^;_<_>_n__``````Yaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccc c c cccccccccccc!c"c$c&c(c*c-c0c1c2c3c6c7c9c;c=c?cBcEcIcJcKcOcPcRcTcVcXc[c^cbcfcgckclcncpcrctcwczc~cccccffffJgMgNgOgPgQgRgSgTg h hii_jjIkJkkkkkkkkkkkkkkkkkkklllllll%l.l:lPlQlSlUl^lflhliljlllsl|lllllllllllllllllmm m mmmmmm!m(m0m9mBmWmXmooqqqqcrrrrrrrrQsRsss(t)tuuuuuuuuuuuuuuvvvvvvvv v v vvvvvvvvvvvvvv!v#v$v%v&v'v(v+v,v.v0v2v4v7v8v9v:v;v>v?vAvCvEvGvJvMvNvOvPvSvTvVvXvZv\v_vbvfvgvhvlvmvovqvsvuvxv{vvvvvvvvvvvvvvvvv4w5ww`yyyyyzzzzzzzzzzzzzzzz;{<{|}}}}p~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=>?‡QRSkmoqsuwy{|ˆĈƈȈʈ͈̈ۈ݈߈ !#%'(02468:<>@AIKMOQSUWYZbdfhjlnprs‰ĉƉȉɉΉЉ҉ԉ։؉ډ܉މ߉ "%()0247:=AEJKBC12Vʐ  ̛͛HI:Na&'(CDEjqʟ֟!<WeƠԠ:Hc~Ρ$=DNhopqȢ '5PQRTxƣԣ 1234T]uŤ 07>W^{|}ϥ.:PW^w~¦æ %1LMNOr{ا٧ۧܧާߧ !"$%'(*+-.0134679:<=?@BCGHPQSTVWYZ\]_`bcefhiklnoqrtuwx|}ݨި000000000000 00000000000      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnoqrstuvwxyz{|}~0000 000 0 00 00 000 00 0000 000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000 00000 0 0 000 0 000 0 000 0 000 0000000000000000000000000 0U0000000000000000000000000000000000000000000000000000000000000000000000000000 0 0 00 0 0 0000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00000000000000000000000000000000000000000 0U00 0M*0000000000000000000000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0M*000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0000 0U00 090! 0! 0! 0000 09000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000000000000000000000000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0000000000000000000000000000 0U000 0P0000000000000 0 0 0 000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00000000000000000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000 0 0 000000000 0 0 000000000 0 0 000000000 0 000 0P0000000000000 0 0 00000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000000000000000000000000 0U000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0000000000 00000 0000000000000000000000000000000 000 000000000000 0000000000000 0000000000000000000000 0000000000000 0000000000000 000000000000000000000 000000000000000000000 000000000 0 0000000@0I00@0I00@0I00@0I00@0@0I0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000I0tMefoXA  C V h  6 7 D 6 7 /0`acln~!26:>?SUq#_rjah(\abcdefghijkY679:;<=>?@ABCDEFGHIJKLM+ , !!!!!"2"H"_"a"m"s"x"{"""""""""""""""""""""""## # ####.#>#?#A#C#L#T#V#k########################$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$L''''J(K(^)L*M**8,9,Q,,,,- ---Y-......................~00000000000000000000000000000000011111 1!1"1#1$141517191A1I1K1Z1[1]1_1g1p1r1s1t1v1x111111E2F2l2233N4O4S4T444 555555555556 6 6 6666666*6-6061636@6C6F6G6I6X6\6`6a6c6u6y6}6~666666666666A8B8999:;q=r=============>>>%>&>(>*>2>;>=>>>?>A>H>Q>Z>f>v>w>y>{>>>>>>>>>>>>>>>>>>>>>>>>>??@@@@@@@@@@@@|BDDDDEEEFGGGGGhGiGGGGGHHHHHHHHHHHHHHHHHHHHHIIIIIIIIII)I,I/I0I2IAIDIGIHIJI\I`IdIeIgI|IIIIIIIIII1K2KKK@LALLL?N@NBNCNDNENFNGNHNINJNKNLNMNNNONNNPPP`TaTxTVVVVVVVVVWW5XLXXX~YYYYYYYYYYY[[G[H[O[U[Z[][h[q[r[t[{[[[[[[[[[[[[[[[[[[[[[[[[[\\\ \\\(\)\*\,\.\7\?\A\B\C\E\L\U\]\i\~\\\\\\\\\\\\\\\\]]]] ^!^^;_<_>_n__``````Yaaaaaaabbbbbbbbbbbbbbbbbbbbbbc ccccc!c"c$c3c6c7c9cKcOcPcRcgckclcnc~cccccffffJgMgNgOgPgQgRgSgTg h hi_jjIkJkkkkkkkkkkkkkkkkkkklllllll%l.l:lPlQlSlUl^lflhliljlllsl|lllllllllllllllllmm m mmmmmm!m(m0m9mBmWmXmooqqqqcrrrrrrrrQsRsss(t)tuuuuuuuuuuuuuuv v v vvvvvv(v+v,v.v;v>v?vAvPvSvTvVvhvlvmvovvvvvvvvvv4w5ww`yyyyyzzzzzzzzzzzzzzzz;{<{|}}}}p~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=>?‡QRSkmoqsuwy{|ˆĈƈȈʈ͈̈ۈ݈߈ !#%'(02468:<>@AIKMOQSUWYZbdfhjlnprs‰ĉƉȉɉΉЉ҉ԉ։؉ډ܉މ߉ "%()0247:=AEJKBC12Vʐ  ̛͛HINa&'(CDEjqʟ֟!<WeƠԠ:Hc~Ρ$=DNhopqȢ '5PQRTxƣԣ 1234T]uŤ 07>W^{|}ϥ.:PW^w~¦æ %1LMNOr{اݨ@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0A 0@0@0@ 0@ 0@0@ 0@0@ 0@0@0@ 0@0@ 0@0@0@0A 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0K00@0@0@0@0K00@0@0@0@0K00@0@0@0@0K00@0@0@0@0K00T@0@0@0@0K00 @0@0@0@0K0 0 Ī@0@0@0@0K0 0 @0@0@0@0K0c0hd4'>I00 @0@0@0@0@0@0@0@0@ 0@0@0@0@ 0@ 0@ 0@0@ 0@ 0@0@ 0@ 0@0@ 0@ 0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0A 0Y@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@ 0@ 0@0@ 0@ 0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0 @0@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0 @0 @0 @0 @0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0A 0Y@0@0B 0 *@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0 @0@0@0@0@0@0@0@0@0 @0@0@0B 0 *@0@0@0@0@0@0@0@0@0@0@0@0@0@0 K01M>I00 @0 @0 @0 @0 K00f@0 @0 @0 @0 K00f@0 @0 @0 @0 K00 g@0 @0 @0 @0 K00Dg@0 @0 @0 @0 K00 |g@0 @0 @0@0K0 0 i@0@0@0@0K0 0 (k@0@0@0 @0 K01lR>I00@0 @0@0 @0@0@0@0A 0Y@0B 0T9@0@0B 0T9@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0@0@0@0@0@0@0 @0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 K007@0 @0 @0 @0 K007@0 @0 @0 @0 K007@0 @0 @0 @0 K00@7@0 @0 @0 @0 K00 x7@0 @0 @0@0 K0 0 7@0 @0 @0@0 K0 0 7@0 @0 @0 @0K02i>I00 @0@0 @0 @0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0A 0Y@0@0B 0R@0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@ 0@ 0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0@0@0@0@0 @0 @0@0@0@0@0@0@0 @0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 K00@0 @0 @0 K00(@0 @0 @0 K00`@0 @0 @0 K00@0 @0@0K00 Ў@0@0@0K0 0 t@0@0@0K0 0 |@0@0@0K0S3Tty>I0S3 I00@0@0@0@0@0B 0R@0@0@0@0@0@0@0@0@0@0@0@0@ 0@ 0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0@0@0@0@0@0@0@0@0@0@0@0@0@0K03,(.I03+@0@0@0@0@0@0@0@0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 K00{@0 @0 @0 K00{@0 @0 @0 K00{@0 @0 @0 K00T{@0 @0@0 K00 {@0 @0@0K0 0 h8@0@0@0K0 0 @0@0@0K03>I03 I00@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0A 0Y@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 @0@0@0@0@0K00@0@0@0@0@0@0@0@ 0X@0X@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@ 0@0@0@0@0@0@0@0@0@ 0K0u6"K0p6!K03K03K03@0|X K00w0|X  !/ zkQ}[ !w#$='V(!*+,035689];M=#>>B@B+FFH}JMNOOePPmRS0TFWw\_bcd,fhhjk8orttv1yZ{9||}`9K6*bГ%)˝AdTMɩ}حݯSwnY\]^`bcdeglmopqsuwx{|}  cUn C#$$H**+,,46849E:= >0>X>>B@EfFF}JPP Q0QdQQFVx\acddgjjkKkkrttWuj}0Db9JӒVѓ}׭K~)nZ_afhijknrtvyz~  m[k  qVjl,@BFZ\H\^? S U \ p r '((444x444DDDF0F2FFFFFGG9GMGOGGGGL&L(L] ^ ^L_`_b__`````cawayaqqqqqqnrrrrrrrrrs1s3s9sMsOssssst tt#t%tyyy 2:f$cՙǚ%-4ћFMt87?::::::::::::::::::::::::::::::::::::XXXXXXXXXX!!  R$3마&x :.b$LveSеy)< "$g.biC&b$4lZhc hz;b$ +jrhėcVb$@$"Hh&jb$0eD DZE=Оnb$VU+B/YΛ$b$d4=(f)Sb#@f3@ (  TB  c $DjJ0 (  Fb %(1  #" Z  S 1%(1X` D_(l  # ,#(O0Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #" ;&O.n   3 C"?  ] n2   3 C"? ] n2   3 C"? ] G t  ]   # #"  ,&Q!w.n   3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t K! # #" /- P/T2  C fK Z2  S o+!Z2  S fo_6 n2  3 jJC"?EDrt K! # #"  +.T2  C fK Z2  S o+!Z2  S fo_6 n2  3 jJC"?EDrt K! # #"  *;,T2  C fK Z2  S o+!Z2  S fo_6 n2  3 jJC"?EDrt K! # #" ? )+T2   C fK Z2 ! S o+!Z2 " S fo_6 n2 # 3 jJC"?EDrt  ]  $# #"  Y&E *n % 3 C"?  ] n2 & 3 C"? ] n2 ' 3 C"? ] G N ^}( ( Z ) S 1^}(X` D_(l  *# (Z + S 3f1R %l `r , c $G3f1DP(  - BCDEF3f1* @`"H  %_(l t  ]  .# #" @n / 3 C"?  ] n2 0 3 C"? ] n2 1 3 C"? ] G t  ]  2# #"  B!n 3 3 C"?  ] n2 4 3 C"? ] n2 5 3 C"? ] G 6Z  M 6  Mbt c#   7# #"  hZ c#   8 c#  Z2 9 S ocm  Z2 : S oc  :n c2   ; #" c#  Z2 < S oc  Z2 = S oc2 ] n2 > 3 jJC"?#) 1 bt c#   ?# #"  M hZ c#   @ c#  Z2 A S ocm  Z2 B S oc  :n c2   C #" c#  Z2 D S oc  Z2 E S oc2 ] n2 F 3 jJC"?#) 1 t  ]  G# #"  , n H 3 C"?  ] n2 I 3 C"? ] n2 J 3 C"? ] G b #&3 K #"  L s A 2(http://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpegFile:Tower of Hanoi.jpegyK yK http://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpegyX;H,]ą'c"`#&F1x M 0:̙jJ1D3 :DN ru n( N ` r&n( O# ru n(Z P S 1r&n(X` D_(l  Q# (kZ R S 3f1R %l `r S c $G3f1DP(  T BCDEF3f1* @`"H  %_(l t  ]  U# #" H1un V 3 C"?  ] n2 W 3 C"? ] n2 X 3 C"? ] G t  ]  Y# #"  H3!un Z 3 C"?  ] n2 [ 3 C"? ] n2 \ 3 C"? ] G bt c#   ]# #"  hZ c#   ^ c#  Z2 _ S ocm  Z2 ` S oc  :n c2   a #" c#  Z2 b S oc  Z2 c S oc2 ] n2 d 3 jJC"?#) 1 bt c#   e# #"  hZ c#   f c#  Z2 g S ocm  Z2 h S oc  :n c2   i #" c#  Z2 j S oc  Z2 k S oc2 ] n2 l 3 jJC"?#) 1 bt c#   m# #"   hZ c#   n c#  Z2 o S ocm  Z2 p S oc  :n c2   q #" c#  Z2 r S oc  Z2 s S oc2 ] n2 t 3 jJC"?#) 1 t  ]  u# #"  H n v 3 C"?  ] n2 w 3 C"? ] n2 x 3 C"? ] G `  h y#  >hl z c $z ^  l { c ${c l | c $|h N rYn(" } Z ~ S 1rYn("X` D_(l  # (!Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #" {,n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G Z t e # #" #: t ^ h"$ # #" e@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#ft %' # #" Z2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #" n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G bt c#   # #"   hZ c#    c#  Z2  S ocm  Z2  S oc  :n c2    #" c#  Z2  S oc  Z2  S oc2 ] n2  3 jJC"?#) 1 t  ]  # #"  { n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  h # #"  " h!l  c $ ^  l  c $ c  l  c $ h  N r=#n(/  Z  S 1r=#n(/X` D_(l  # *(.Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #"  _$ ,n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  ]  # #" _$;n,n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G  t   I) # #" _$#-t ^ h"$ # #"  'I)@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t ^ h"$ # #" %(@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#ft %' # #" $&Z2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #"  .~%n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  h # #"  -h}.l  c $  ^   l  c $ c  l  c $ h  <N c' _(   Z  S 1c' _(X` D_(l  # 'lZ  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #"  I vn  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G hn I$  #" It ^ h"$ # #" $@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmopqrstuvwxyz{|}~ #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t ^ h"$ # #" #@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t ^ h"$ # #" V"@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#ft %' # #" 7"5Z2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #"  I'!n  3 C"?  ] n2  3 C"? ] n2   3 C"? ] G n  I&   #" I%&t ^ h"$  # #"  &@t c2    # #" ^ "$Z2   S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t  ]  # #" I"n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  h # #"  Ygl  c $ ^  l  c $c l  c $h H  C jJ H  C jJ  N k(   0` ^( # ^(Z  S 1^(X` D_(l   # #(Z ! S 3f1R %l `r " c $G3f1DP(  # BCDEF3f1* @`"H  %_(l tt  ,/ $# #" z2 % S 3oC"? ,/n2 & 3 jJC"?q v-p -t  ]  '# #" qOn ( 3 C"?  ] n2 ) 3 C"? ] n2 * 3 C"? ] G tt  ,/ +# #" z2 , S oC"? ,/n2 - 3 jJC"?q v-p -t  ]  .# #"  q; n / 3 C"?  ] n2 0 3 C"? ] n2 1 3 C"? ] G tt  ,/ 2# #" %z2 3 S oC"? ,/n2 4 3 jJC"?q v-p -t  ]  5# #"  qQ!n 6 3 C"?  ] n2 7 3 C"? ] n2 8 3 C"? ] G t  h 9# #"  )l : c $: ^  l ; c $;c l < c $<h hZ k( = k(t  h ># #"  6l ? c $? ^  l @ c $@c l A c $Ah > ` n$(0 B# k(Z C S 1n$(0X` D_(l  D# ,#(/Z E S 3f1R %l `r F c $G3f1DP(  G BCDEF3f1* @`"H  %_(l nn  ,/ H #"  ,/z2 I S oC"? ,/n2 J 3 jJC"?q v-p -t  ]  K# #" %O-n L 3 C"?  ] n2 M 3 C"? ] n2 N 3 C"? ] G nn  ,/ O #"  ,/z2 P S oC"? ,/n2 Q 3 jJC"?q v-p -t  ]  R# #"  %; -n S 3 C"?  ] n2 T 3 C"? ] n2 U 3 C"? ] G nn  ,/ V #" ,%/z2 W S oC"? ,/n2 X 3 jJC"?q v-p -t  ]  Y# #"  %Q!-n Z 3 C"?  ] n2 [ 3 C"? ] n2 \ 3 C"? ] G t  h ]# #"  6l ^ c $^ ^  l _ c $_c l ` c $`h N &}(+ a  n }( b #" &}(Z c S 1}(X` D_(l  d# (?Z e S 3f1R %l `r f c $G3f1DP(  g BCDEF3f1* @`"H  %_(l bt c#   h# #"   hZ c#   i c#  Z2 j S ocm  Z2 k S oc  :n c2   l #" c#  Z2 m S oc  Z2 n S oc2 ] n2 o 3 jJC"?#) 1 t  ]  p# #"  6 n q 3 C"?  ] n2 r 3 C"? ] n2 s 3 C"? ] G .Z B!g t B!Xt  ]  u# #" @gn v 3 C"?  ] n2 w 3 C"? ] n2 x 3 C"? ] G t  ]  y# #"  B!gn z 3 C"?  ] n2 { 3 C"? ] n2 | 3 C"? ] G  Z  }(+ }  }(+Z ~ S 1 }(+X` D_(l  # &(O*Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #" , =Y(n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  ]  # #"  ; , h(n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G n +!)  #" ; #"(ft %' # #" ')Z2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #" +!:Y(n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G !b SO)  #" Z  S 1SO)X` D_(l  # (\Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #"  *n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  F'R # #" F'Rt ^ h"$ # #"  'R@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t ^ h"$ # #" %@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t ^ h"$ # #" $@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t ^ h"$ # #" e#@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#ft %' # #"  F#DZ2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #" !9"n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G ~  6G,TH I ` 9 # 9bt c#   # #" hZ c#    c#  Z2  S ocm  Z2  S oc  :n c2    #" c#  Z2  S oc  Z2  S oc2 ] n2  3 jJC"?#) 1 t  ]  # #" q 9 n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G ~  6GH`, , t  h # #"  I Wl  c $ ^  l  c $c l  c $h FN  %j   \  3 A "` %j  <G`HjJ FF H  C jJH  C jJ6b }(n  #" t /   # #"  I H  # / H  # C l  c $  | &  l  c $!& !l  c $"& "Z  S 1}(nX` D_(l  #  ()Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #" @$n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G tt  ,/ # #" x z2  S oC"? ,/n2  3 jJC"?q v-p -tt  ,/ # #" m &z2  S oC"? ,/n2  3 jJC"?q v-p -t  ]  # #"  B!n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G  t k2  # #"  &\n c#    #" Dk2 hZ c#    c#  Z2  S ocm  Z2  S oc  :n c2    #" c#  Z2  S oc  Z2  S oc2 ] n2   3 jJC"?#) 1 \n c#     #" 6!hZ c#     c#  Z2   S ocm  Z2   S oc  :n c2    #" c#  Z2  S oc  Z2  S oc2 ] n2  3 jJC"?#) 1 \n c#    #" U@bhZ c#    c#  Z2  S ocm  Z2  S oc  :n c2    #" c#  Z2  S oc  Z2  S oc2 ] n2  3 jJC"?#) 1 \n c#    #" AchZ c#    c#  Z2  S ocm  Z2  S oc  :n c2    #" c#  Z2  S oc  Z2   S oc2 ] n2 ! 3 jJC"?#) 1 t  ]  "# #"  5 D n # 3 C"?  ] n2 $ 3 C"? ] n2 % 3 C"? ] G ` A W  &#  &l ' c $#'A W  #l ( c $$(FW  $l ) c $%)KW  %H * C jJXb s &- + #" \ , 3 A "`s &-n   - #" +@ (~ . 6)G@HGjJ  m )~ / 6*GH%jJ U *.N (m$ 0 Z 1 S 1(m$X` D_(l  2# #((#Z 3 S 3f1R %l `r 4 c $G3f1DP(  5 BCDEF3f1* @`"H  %_(l  t k2  6# #" k!\n c#   7 #" Dk2 hZ c#   8 c#  Z2 9 S ocm  Z2 : S oc  :n c2   ; #" c#  Z2 < S oc  Z2 = S oc2 ] n2 > 3 jJC"?#) 1 \n c#   ? #" 6!hZ c#   @ c#  Z2 A S ocm  Z2 B S oc  :n c2   C #" c#  Z2 D S oc  Z2 E S oc2 ] n2 F 3 jJC"?#) 1 \n c#   G #" U@bhZ c#   H c#  Z2 I S ocm  Z2 J S oc  :n c2   K #" c#  Z2 L S oc  Z2 M S oc2 ] n2 N 3 jJC"?#) 1 \n c#   O #" AchZ c#   P c#  Z2 Q S ocm  Z2 R S oc  :n c2   S #" c#  Z2 T S oc  Z2 U S oc2 ] n2 V 3 jJC"?#) 1 4` #Q!e+ W# Q!#!t  ]  X# #" #Oe+n Y 3 C"?  ] n2 Z 3 C"? ] n2 [ 3 C"? ] G t  ]  \# #"  #Q!e+n ] 3 C"?  ] n2 ^ 3 C"? ] n2 _ 3 C"? ] G t  ]  `# #"  ; 'n a 3 C"?  ] n2 b 3 C"? ] n2 c 3 C"? ] G t  h d# #"  !+ *#l e c $&e ^  &l f c $'fc 'l g c $(gh (H h C jJb 4E'! i #" \ j 3 A "`4E'!t x 8e}: k# #" r pn l C 1l"` 8z: 1z m c $2m3"`x 8 }: 2z n c $3n"`8e}: 3N &'# o \ p 3 A "`&'#t x 8e}: q# #" W! "n r C +r"` 8z: +z s c $,s3"`x 8 }: ,z t c $-t"`8e}: -N %x!'T6 u \ v 3 A "`%x!'T6t x 8e}: w# #" 4 5n x C .x"` 8z: .z y c $/y3"`x 8 }: /z z c $0z"`8e}: 0@ CH$'G2 ` CP $'," |# CH$'$\ } 3 A "`CP $',"`  ! ~#  !n  C 4"` O ! 4z  c $53"` v! 5z  c $6"`[  v! 6L Ck$'G2 Ck$'G2b  C A  "`Ck$'G2t  ! # #" 0 1n  C 7"` O ! 7z  c $83"` v! 8z  c $9"`[  v! 9b   C(  #" n    #"  c C(`B  c $D1 `B  c $D1 `B  c $D1  n    #" & / '`B  c $D1 `B  c $D1 `B  c $D1  h   # #" `B  c $D1 `B  c $D1 `B  c $D1  h   # #" `B  c $D1 `B  c $D1 `B  c $D1  h   # #" !`B  c $D1 `B  c $D1 `B  c $D1  h   # #" #`B  c $D1 `B  c $D1 `B  c $D1  b   C(  #" $n    #"  c C(`B  c $D1 `B  c $D1 `B  c $D1  n    #" & / '`B  c $D1 `B  c $D1 `B  c $D1  b   C(  #" %n    #"  c C(`B  c $D1 `B  c $D1 `B  c $D1  n    #" & / '`B  c $D1 `B  c $D1 `B  c $D1  N G  '  (t   # #" G  '`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  ;! &`B  c $D1 `B  c $D1 `B  c $D1  b G  '  #" )t   # #" G  '`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  ;! &`B  c $D1 `B  c $D1 `B  c $D1  N    `   #  `B  c $D1 `B  c $D1 `B  c $D1  ` e /  # e / `B  c $D1k / k `B  c $D1e  `B  c $D1e 3 3 t e /  # #" e  `B  c $D1k / k `B  c $D1e  `B  c $D1e 3 3 t e /  # #" T y `B  c $D1k / k `B  c $D1e  `B  c $D1e 3 3 t e /  # #" E 9 `B  c $D1k / k `B  c $D1e  `B  c $D1e 3 3 z N 8  +  &t   # #" 8  +`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  r [!`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  # %`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  ' (`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  r "`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  "r 8&`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  T&r *`B  c $D1 `B  c $D1 `B  c $D1   b 8  +  #" 't   # #" 8  +`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  r [!`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  # %`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  ' (`B  c $D1 `B  c $D1 `B  c $D1  t   # #"  r "`B   c $D1 `B   c $D1 `B   c $D1  t    # #"  "r 8&`B   c $D1 `B  c $D1 `B  c $D1  t   # #"  T&r *`B  c $D1 `B  c $D1 `B  c $D1  h   # #" `B  c $D1 `B  c $D1 `B  c $D1  h   # #"  `B  c $D1 `B  c $D1 `B  c $D1  h   # #" "`B  c $D1 `B  c $D1 `B  c $D1  :/b (5    #" ZZ G#(/ ! (aZ " S 1G#(/X` D_(l  ## *#(.Z $ S 3f1R %l `r % c $G3f1DP(  & BCDEF3f1* @`"H  %_(l  t k2  '# #" '`-\n c#   ( #" Dk2 hZ c#   ) c#  Z2 * S ocm  Z2 + S oc  :n c2   , #" c#  Z2 - S oc  Z2 . S oc2 ] n2 / 3 jJC"?#) 1 \n c#   0 #" 6!hZ c#   1 c#  Z2 2 S ocm  Z2 3 S oc  :n c2   4 #" c#  Z2 5 S oc  Z2 6 S oc2 ] n2 7 3 jJC"?#) 1 \n c#   8 #" U@bhZ c#   9 c#  Z2 : S ocm  Z2 ; S oc  :n c2   < #" c#  Z2 = S oc  Z2 > S oc2 ] n2 ? 3 jJC"?#) 1 \n c#   @ #" AchZ c#   A c#  Z2 B S ocm  Z2 C S oc  :n c2   D #" c#  Z2 E S oc  Z2 F S oc2 ] n2 G 3 jJC"?#) 1 4` #Q!e+ H# Z$Q!,t  ]  I# #" #Oe+n J 3 C"?  ] n2 K 3 C"? ] n2 L 3 C"? ] G t  ]  M# #"  #Q!e+n N 3 C"?  ] n2 O 3 C"? ] n2 P 3 C"? ] G t  ]  Q# #"  Z$; (n R 3 C"?  ] n2 S 3 C"? ] n2 T 3 C"? ] G fZ 0(< U (5 Z V S 10(<X` D_(l  W# 7#(`;Z X S 3f1R %l `r Y c $G3f1DP(  Z BCDEF3f1* @`"H  %_(l t  ]  [# #"  =1; j9n \ 3 C"?  ] n2 ] 3 C"? ] n2 ^ 3 C"? ] G t  ]  _# #" =1YL9n ` 3 C"?  ] n2 a 3 C"? ] n2 b 3 C"? ] G t ^ h"$ c# #" 7\%G:@t c2   d# #" ^ "$Z2 e S oc  Z2 f S oc2 ] :n w#E% g #" ^ h"$Z2 h S ow#E%Z2 i S ow#$t2 j C jJC"?( " -# t <f5$9 k# #" -v4#8t ^ h"$ l# #" <7$9@t c2   m# #" ^ "$Z2 n S oc  Z2 o S oc2 ] :n w#E% p #" ^ h"$Z2 q S ow#E%Z2 r S ow#$t2 s C jJC"?( " -#t ^ h"$ t# #" 61#8@t c2   u# #" ^ "$Z2 v S oc  Z2 w S oc2 ] :n w#E% x #" ^ h"$Z2 y S ow#E%Z2 z S ow#$t2 { C jJC"?( " -#ft %' |# #" f5A"d7Z2 } S o&'Z2 ~ S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #"  =1`!#5n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G N &!}(-  Z  S 1&!}(-X` D_(l  # ((k,Z  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l t  ]  # #"  H", u*n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  ]  # #" H"JW*n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G Z t H"* # #" H""#*t ^ h"$ # #" (*@t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#ft %' # #" '})Z2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #" H"=;(n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t c#   # #"  ) *Z c#    c#  f2  s *33ocm  f2  s *33oc  Rn c2    #" c#  f2  s *33oc  f2  s *33oc2 ] z2  S 33jJC"?#) 1 f2  s *33o)*f2  s *33oo)x*f2  s *33o?)H*xt z,.- # #" ()f2  s *33oz,.-2  s *33jJC"?,5"-  S BCDEFfjJy(@  S"  &b)  3 BCDE(FfjJ E  # N @   S"  \!X m)  s *fjJC"?Xb%&   s *fjJC"?z#<S% fB  s *Df>%R&fB  s *Df>`'E2(N }(  Z  S 1}(X` D_(l  # (EZ  S 3f1R %l `r  c $G3f1DP(   BCDEF3f1* @`"H  %_(l ft %' # #" Z2  S o&'Z2  S o&'Z2  S oz&'Z2  S oG&a'Zn z,.-  #" %'Z2  S oz,.-z2  S jJC"?,5"-t  ]  # #" "JPn  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t d # #" ""#t ^ h"$ # #" @t c2   # #" ^ "$Z2  S oc  Z2  S oc2 ] :n w#E%  #" ^ h"$Z2  S ow#E%Z2  S ow#$t2  C jJC"?( " -#t  ]  # #" d=n  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t  ]  # #"  ", On  3 C"?  ] n2  3 C"? ] n2  3 C"? ] G t c#   # #"  Z c#    c#  f2  s *33ocm  f2  s *33oc  Rn c2    #" c#  f2  s *33oc  f2  s *33oc2 ] z2  S 33jJC"?#) 1 t c#   # #"   Z c#    c#  f2  s *33ocm  f2  s *33oc  Rn c2    #" c#  f2  s *33oc  f2  s *33oc2 ] z2  S 33jJC"?#) 1   C BC}DEFfjJxe,JT}@  s"*  5)   C BICDE(FfjJ Il6+ n  I @   S" je  s *fjJC"?/ fB  s *Df>;fB  s *Df>h  s *fjJC"? i B S  ?_P./_7$$$.@EG@NVY<_`Kgqrz~~~EDNx4æOZ! r !rayu!|r(y|u! ryu!V ryu! rNjf! r}j_f! rjf!: r!r[=W! rf!r!=rxtLKH! r[>W! t9! r  r0]! r*bf! rhE!+ r+kto- ru- ri,$ r; *rKJr' r%;r?irj@r) rjr.rjr`r? r0 r0#r!r?7Ar?,6r ! s OLE_LINK1 OLE_LINK2 OLE_LINK3 _Hlt234165900 _Hlt234888403 _Hlt234888264 _Hlt237575457 _Hlt237575458 DD.;;@@@@@ DD/<<a| i | l | l | ܕl | } $}  } } a} A} } ^} dd } |c }  }  } ܘl  } ܗl  } \l } l } ܙl } l } \l } l } ܚl } l } \l } l } ܛl } l } \l } l } ܜl } l } l } \l } ܝl  } \l !} l "} l #} l $} \l %} l &} \l '} ܟl (} l )} l *} |t +} m ,} Tr -} r .} di /} $m 0} t 1} r 2} Ԫr 3} ,m 4} } m ?} ,m @} ,!A} !B} |C} D} E} <F} |G} t H} Tt I} t J} ԰t K} t L} Tt M} LUN} UO} UP}  VQ} LVR} VS}  T} T U}  V} Ԁ W}  X} T Y}  Z} ԁ [}   33GP99> 44= bbkQ*Y*b*k*k*+:/:/C//////G0O0X0a0a07 7777c8k8t8888:;;;CIDIII'T'T0TDVDVJVVVVWWWZZ$Zccccvvvv      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`%%FOUU=CC9BB gppX*a*g*p*p*+?/H/H//////N0W0]0f0f0 777!7!7j8s8y8888; ;;;DMDIJJ/T5T5TIVOVOVVVVWWW#Z)Z)Zccccvvww    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`=a*urn:schemas-microsoft-com:office:smarttags PlaceType=_*urn:schemas-microsoft-com:office:smarttags PlaceNamehJ*urn:schemas-microsoft-com:office:smarttagsCity0http://www.5iamas-microsoft-com:office:smarttagsV`*urn:schemas-microsoft-com:office:smarttagsplacehttp://www.5iantlavalamp.com/C:*urn:schemas-microsoft-com:office:smarttagsmetricconverterV^*urn:schemas-microsoft-com:office:smarttags PersonNamehttp://www.microsoft.com  5 in5. A6 in7 in ProductIDa`_^^_`_a_`aa`_a`_a`__aJ`a`_a`_a`___aJ`:a`___aJ`__a`J__aJ`__a_`a_aJ`::a`__`aa`aa`a_`a_`a_aJ`_aJ`:z } ( + 22Z3]3 >$>nApA#Q%QTT[[A^C^^^``````UaWaaapp_rarrr`wbwEM٧٧ۧۧܧܧާߧtvc&e&r&t&//Z3^3#6%676;6M6Q6R6T6g6k6l6n6o6r666666666??l@q@AA;B@BNNe_i_ ````TaXa|aaqq^rbrrr|{|V}}j<8ARV3/4(B٧٧ۧۧܧܧާߧ333333333333333333333333333C h  7 D Vj?!RUq_bh, !!"H"a""##?#V#k##n&&'F(9,Q, --013J4T445677r===?DDEEEcGGGHIJJaTxT5XLXH[\]^L___``TabcffklmXmqnrrrrss)tuvV}}iKʐ hqr{٧٧ۧۧܧܧާߧ  "#%&()+,./124578:;=>@ACFHOQRTUWXZ[]^`acdfgijlmoprsuvx{}٧٧ۧۧܧܧާߧ!Fv Gu#"gS veCq 2CAMs63 {EjsTU V&^2-"a%2cT(d"+`waJ+.0.x+7T", n,bX(.TU /://B1D-9UC@[pZKisRBn)Sp焙hV*\AqnV u Y 7S``3->c"euE6i6;Ypzhu{$"$ ]^`o(. ]^`. ppLp]p^p`L. @ @ @ ]@ ^@ `. ]^`. L]^`L. ]^`. ]^`. PPLP]P^P`L.^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h ^`hH.h ^`hH.h pLp^p`LhH.h @ @ ^@ `hH.h ^`hH.h L^`LhH.h ^`hH.h ^`hH.h PLP^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h^`OJQJo(hH ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH. hh^h`o(hH. P8^`Po(hH1.. ^`o(hH... xp^`xo(hH.... @ ^`o(hH .....  X ^ `Xo(hH ......  x^ `o(hH.......  8H^`8o(hH........  `^``o(hH.........h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH. hh^h`o(hH. P8^`Po(hH1.. ^`o(hH... xp^`xo(hH.... @ ^`o(hH .....  X ^ `Xo(hH ......  x^ `o(hH.......  8H^`8o(hH........  `^``o(hH.........h ^`hH.h ^`hH.h pLp^p`LhH.h @ @ ^@ `hH.h ^`hH.h L^`LhH.h ^`hH.h ^`hH.h PLP^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH. hh^h`o(hH. P8^`Po(hH1.. ^`o(hum-pressure lampUserNormal Uri Levy38Microsoft Office Word@@(}+ @ʂ\Ԉ@^՜.+,04 hp  Atlantium Lasers Ltd.*U 9Angular distribution of rays from a medium-pressure lamp Title  FMicrosoft Office Word Document MSWordDocWord.Document.89q   H... xp^`xo(hH.... @ ^`o(hH .....  X ^ `Xo(hH ......  x^ `o(hH.......  8H^`8o(hH........  `^``o(hH.........h^`OJQJo(hH ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh  ^ `OJQJo(hHh[[^[`OJQJ^Jo(hHoh++^+`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH hh^h`hH. P8^`PhH.. ^`hH... xp^`xhH.... @ ^`hH .....  X ^ `XhH ......  x^ `hH.......  8H^`8hH........  `^``hH......... hh^h`o(hH. P^`PhH.. ^`hH... x^`xhH....  ^`hH .....  X@ ^ `XhH ......  ^ `hH.......  8x^`8hH........  `^``hH.........h^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh  ^ `OJQJo(hHh[[^[`OJQJ^Jo(hHoh++^+`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh ]^`OJQJo(vh ]^`OJQJo(oh ppp]p^p`OJQJo(h @ @ @ ]@ ^@ `OJQJo(h ]^`OJQJo(oh ]^`OJQJo(h ]^`OJQJo(h ]^`OJQJo(oh PPP]P^P`OJQJo(^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.B0B^B`0o(. ^`hH. zLz^z`LhH. J J ^J `hH.   ^ `hH. L^`LhH. ^`hH. ^`hH. ZLZ^Z`LhH. hh^h`o(hH. P8^`Po(hH.. ^`o(hH... xp^`xo(hH.... @ ^`o(hH .....  X ^ `Xo(hH ......  x^ `o(hH.......  8H^`8o(hH........  `^``o(hH.........h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH!F->c6in,UC@a%T","e)S/:/AqnVV&d"+YpX(.s2{E u YB1hVCq [pZK-9u{MsGu7S`.x+cT(aJ+S sR!!         r                          r                                                                                                                                                                                            4D                 +5PM[}5PMJ Z{9 5PMZv{2;!80dyZ6sZ?abrt} w1AI\D2]+$_9wi YZz- |5 }7 ` u r #~  ! G S T d 7 =% HI s `B4QzZ-}f ' ^z"i8FXb "|y8K7c;oF1Xly~SWTyM"{:q&]mz})AvlnoGG4Ixf~"_Z U2!`!o!"""*"=5"O"wr" ##`#8g#h#'$H$m$E%*1%X%3&l&''WI'(t(4(<>)l*|+,4,7,z,-}-/.9.N.//?/a/a?0&E0Q0if00%101_1+2@3\364W535pa5~566 6A6Q6 >'>U>`Y> ?7?H?R?T?_?`?Dm? @P+@g@AHA&FB.eBO~B3C7>CVCcCiC mC9xC_ DsD|#D-DdDEr2EFPF^FhF$mF(GCGJlGImG5;HPHSH mHK$I ;^>_A_h__`(afaab[bK`b cc@!c$d.dwd;eueueaweafUtf|fg_;gl[l\l'mpUp5gpgpqqaBq#]q2r";r c{~Zb|*;'+Dp,teRv#GM.xGF,Z"4Yg~xW1 )0j8{E~7t=wM8gZinvI 1^B]n%xe U}S:`b D/0ds tX?[`?&*Ry V56+Me:_|)X79E_cuxU .&Rc[2oJM)S=[,J0pEI}Rr)].J5gnuw,7jv %(m49}r YQC8~s`CGF (O.6:Ld Aj=x=Fn^kqTfX&K\gvf\&9]@]WjC. /g?JV3>Xm6'Hq,Ch>GDL:mN]%gwyxmEsTrwPD2,@BYvX I!'>_7ew&r=nvF 1479k=,o+ ; <IV r"~^| !zuG-NsYSFk.6$zu C<G2_R_ ku3)Y =ce!z{Dl"[!BLU)js i Qvi&&G,6xS @1$ #$Y* >hf{_VAAKq#)hXX.ALXqO\~AHR{tt/#j#U%?,RzF ch$<Z_4c g-6G.u:rLV7[Pmt NF/Uprd(==|C%UfWZ}$""_qqQeq88^T.PhjQlWyVft4g+3nPPJbd{gdMv)(r}50"L`ccD9W_cL2>(I0VN >Pcnprtvxz|~  !#%'),/26:>?a"m"s"x"{"""""""""""""""""""""""## # ####>#?#A#C#L#T#V########################0000000000000000000000000000000011111 1!1"1#1$141517191A1I1K1Z1[1]1_1g1p1r1s1t1v1x11111155555555555555566666666 6 6 66666666666666!6#6%6&6'6(6)6*6-6061636567696<6=6>6?6@6C6F6G6I6K6M6O6R6U6V6W6X6\6`6a6c6e6g6i6l6o6s6t6u6y6}6~6666666666666666666666666==========>>>%>&>(>*>2>;>=>>>?>A>H>Q>Z>f>v>w>y>{>>>>>>>>>>>>>>>>>>>>>>>>>??HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHIIIIII I IIIIIIIIIIII I"I%I&I'I(I)I,I/I0I2I4I6I8I;I>I?I@IAIDIGIHIJILINIPISIVIZI[I\I`IdIeIgIiIkImIpIsIwI{I|IIIIIIIIIIIIIIIIG[H[O[U[Z[][h[q[r[t[{[[[[[[[[[[[[[[[[[[[[[[[[[\\\ \\\(\)\*\,\.\7\?\A\B\C\E\L\U\]\i\~\\\\\\\\\\\\\\\\bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccc c c cccccccccccc!c"c$c&c(c*c-c0c1c2c3c6c7c9c;c=c?cBcEcIcJcKcOcPcRcTcVcXc[c^cbcfcgckclcncpcrctcwczc~ccccckkkkkkkkkkkkkkkkkklllllll%l.l:lPlQlSlUl^lflhliljlllsl|lllllllllllllllllmm m mmmmmm!m(m0m9mBmWmXmuuuuuuuuuuuuvvvvvvvv v v vvvvvvvvvvvvvv!v#v$v%v&v'v(v+v,v.v0v2v4v7v8v9v:v;v>v?vAvCvEvGvJvMvNvOvPvSvTvVvXvZv\v_vbvfvgvhvlvmvovqvsvuvxv{vvvvvvvvvvvvvvvvvSkmoqsuwy{|ˆĈƈȈʈ͈̈ۈ݈߈ !#%'(02468:<>@AIKMOQSUWYZbdfhjlnprs‰ĉƉȉɉΉЉ҉ԉ։؉ډ܉މ߉ "%()0247:=AEJK@RuRuiRuRuLzmznzzrP@PvP@PPL@P8@UnknownGz Times New Roman5Symbol3& z Arial;Wingdings?5 z Courier New"1hf4XF&U*U*!4d 2qHX? mC28Angular distribution of rays from a medium-pressure lampUserUri Levy!                           Root Entry F@k@?Data [JWordDocument5ObjectPoolߔP    i      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnoqrstuvwxyz{|}~   Z[ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYq\^]_`acbdfeghikjlmnorstuvwxyz{|}~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\]^_`ablnmoqprstvuwyxz|{}~1TableYSummaryInformation(DocumentSummaryInformation8CompObjqum-pressure lampUserNormal Uri Levy38Microsoft Office Word@@(}+ @ʂ\Ԉ@^՜.+,D՜.+,x4 hp  Atlantium Lasers Ltd.*U 9Angular distribution of rays from a medium-pressure lamp Title4  FMicrosoft Office Word Document MSWordDocWord.Document.89q $,