ࡱ> ~ ebjbj jj]v4l8888zzz8<4>z.   2 /""D::::*:<`>$q@ B>-" | "">$88 2>$$$"T8l (2:$":$$).9R,:2" pTU zK$::>0>:D$D:$8888Adaptive Linking between Text and Photos Using Common Sense Reasoning Henry Lieberman and Hugo Liu MIT Media Laboratory 20 Ames St., E15-320G Cambridge, MA 02139, USA {lieber, hugo}@media.mit.edu Abstract. In a hypermedia authoring task, an author often wants to set up meaningful connections between different media, such as text and photographs. To facilitate this task, it is helpful to have a software agent dynamically adapt the presentation of a media database to the user's authoring activities, and look for opportunities for annotation and retrieval. However, potential connections are often missed because of differences in vocabulary or semantic connections that are "obvious" to people but that might not be explicit. ARIA (Annotation and Retrieval Integration Agent) is a software agent that acts an assistant to a user writing e-mail or Web pages. As the user types a story, it does continuous retrieval and ranking on a photo database. It can use descriptions in the story to semi-automatically annotate pictures. To improve the associations beyond simple keyword matching, we use natural language parsing techniques to extract important roles played by text, such as "who, what, where, when". Since many of the photos depict common everyday situations such as weddings or recitals, we use a common sense knowledge base, Open Mind, to fill in semantic gaps that might otherwise prevent successful associations. 1 Introduction As digital photography becomes more popular, consumers will need better ways to organize and search their large collections of images, perhaps collected over a lifetime. Just as people compile ordinary photos into albums and scrapbooks in order to share stories with friends and family, people will want to share stories online. It is popular for users to engage in the hypermedia authoring task of sharing stories both by email and through a web page. However, there are few tools available which assist the user in their task of selecting the pictures to use to tell stories with. ARIA [ REF _Ref415040810 \r \h 6], the software agent presented in this paper, aims to facilitate the users storytelling task by observing the user as she tells a story, and opportunistically suggesting photos which may be relevant to what the user is typing. When a user incorporates one of the systems photo suggestions by dragging the photo into the story, our system will automatically associate with the photo any relevant keywords and phrases from the story context. 1.1 ARIA The ARIA Photo Agent combines an email client or web page editor with a database of the users photos, as shown in Fig. 1.  Fig. 1. A screenshot of ARIA which combines an email panel (left) with a photo database (right) that dynamically reorders itself in real-time, as the user types Photos are automatically imported into ARIA when a digital camera flash card is inserted into the computer. Rather than requiring the user to organize photos into a directory or album structure, our system tags photos with text annotations, organized into who, what, where, when for each picture. The user composes an email or web page in the text client on the left. Whenever a photo is dragged from the photo pane into the text pane, new annotations are automatically associated with the photo. These annotations consist of people, places, things, and events, and are extracted from the story text adjacent to the photo in the text. Users can also edit and add to the annotations associated with a photo by double-clicking on that photo. As the user goes about his authoring task, the photo agent monitors what he types, and in real-time, the agent reorders the annotated photos in the photo pane to suggest photos that might be relevant to the user. A photo is deemed relevant if any of its annotations can be potentially linked with the current focus of the text, either through explicit keywords, or through a variety of semantic connections. 1.2 Our Approach ARIA goes beyond the nave approach of suggesting photos by a simple match between keywords in a photos annotations with keywords in the story. Such an approach often misses potential connections between keywords with different vocabulary, or keywords that exhibit implicit semantic connectedness. By this, we mean that it may be obvious to a person that two different keywords are conceptually related, such as bride and wedding; however, computer programs cannot usually understand such connections. Our approach remedies the problems associated with nave keyword matching by applying natural language parsing techniques to the annotation process, and commonsense reasoning to the retrieval of pictures. To address the issue of different vocabulary, we apply natural language techniques to the annotation process such that we extract concepts rather than keywords from the text. Unlike keywords, concepts are not sensitive to morphological variation, such as bridesmaids versus bridesmaid, or abbreviations or near synonyms, such as LA versus Los Angeles. We map keywords into concepts using a morphological tool and abbreviation and near synonym dictionary. In cases where potential connections are missed due to keywords that are related semantically rather than explicitly, common sense can help. Consider a photo annotated with bride. Knowing some everyday knowledge about the world, ARIA can infer concepts closely related to bride such as groom, wedding, flower girl, and wife. These concepts are related socially, spatially, and temporally to the original concept. Expanding the original annotation with semantically related concepts gives the software agent more opportunities to recommend relevant photos to the user. 1.3 Shaping Authoring Behavior ARIA assists the user in her authoring task by annotating photos with descriptions from the story, and dynamically adapting the presentation of the photos while the user writes the story. Our preliminary experience with ARIA shows that the opportunistic presentation of photos can even shape the users authoring behavior. While a user may begin the authoring task with a predisposition to tell the story a certain way, she may change her mind if the agent suggests an interesting photo at an unexpected moment. This might cause her to recall a memory, think differently, and tell the story differently. As the story unfolds, the presentation of photos will adapt accordingly, and if the agent suggests another interesting photo, the user may again revise her authoring behavior, and so on. The interaction between ARIA and the user may be able to stimulate interesting changes in the users authoring behavior. This paper is structured as follows: First, we discuss the source and nature of the corpus of common sense knowledge used by ARIA. Second, we present how natural language processing can incorporate commonsense knowledge in the automated annotation mechanism. Third, we discuss how commonsense can be used with shallow inference in the adaptive retrieval mechanism. Fourth, we compare our approach to related work. The paper concludes with a discussion of the benefits and limitations of our approach, and the application of commonsense to other domains. 2 Open Mind: A Source of Common Sense The source of the commonsense knowledge used by ARIA is the Open Mind Commonsense Knowledge Base (OMCS) [ REF _Ref4329169 \r \h  \* MERGEFORMAT 11] an endeavor at the MIT Media Laboratory that allows a web-community of teachers to collaboratively contribute to a knowledge base of common sense. OMCS contains over 400,000 semi-structured English sentences, each of which represents a simple fact about the everyday world. Some examples of entries in the knowledge base are as follows: Something you may find in a restaurant is a waiter. Something that might come after a wedding is a wedding reception. People get married at weddings. OMCS is often compared with its more famous counterpart, the CYC Knowledge Base [ REF _Ref415040871 \r \h 5]. CYC contains over 1,000,000 hand-entered rules of common sense. The difference between OMCS and CYC is that CYC is meant for a more formal type of reasoning using logic, while OMCSs English sentence representation may not be constrained enough for formal logic. Even though OMCS is noisier than CYC and inherits the ambiguities associated with its natural language representation, it is still suitable to our task because we only need binary semantic relations to make adaptive linking work. This can be achieved through shallow techniques. 3 Common Sense for Parsing When a user drags and drops a photo into the story, the description of the photo given in the story is used to automatically annotate the photo. The annotations extracted from the text are the semantically important concepts of person, place, thing, and event, which can be used to answer the who, what, and where questions about a photo. For the natural language parser to correctly identify these semantic types, it needs dictionaries of concepts falling under each type. To recognize peoples names, we obtain a dictionary of first names from the Web, and combine that with regular expressions to recognize full names. Geographical places are also mined from databases on the Web and added to the parsers semantic lexicon. As for everyday places, thing, and events, we extract dictionaries from Open Mind. The extraction is fairly straightforward, because many of the sentence patterns, or ontological relations, found in Open Mind sufficiently constrain the semantic types of the slots. The result is a lexicon of words and phrases with their associated semantic type. The natural language parser uses this to enhance a syntactic parse tree with semantic and thematic phrasal tags. The resulting tree represents an event structure using an ontology based on the work of Jackendoff [ REF _Ref4329226 \r \h 3]. Below is an example of a sentence and its parse. Sentence: Last weekend, I went to Ken and Mary's wedding in San Francisco, and I took gorgeous pictures of the Golden Gate Bridge. Event Structure Parse: (ROOT (ASSERTION (TIME ARIA_DATESPAN{03m09d2002y-03m10d2002y} ) , (ASSERTION (PERSON I ) (ACTION went (PROPERTY to (EVENT (THING (PERSON Ken and ) (PERSON Mary 's ) ) wedding ) ) (PROPERTY in (PLACE San Francisco ) ) ) , and (ASSERTION (PERSON I ) (ACTION took (THING (THING gorgeous pictures ) (PROPERTY of (PLACE the Golden Gate Bridge ) ) ) ) ) ) . ) ) As shown in this example, knowledge mined from Open Mind and the Web allows a semantically meaningful parse to be produced. ARIA uses heuristics to decide which people, places, things, and events are relevant to the photo and should be used to annotate the photo placed adjacent to this sentence in the story. 4 Commonsense Inference for Adaptive Retrieval ARIA uses commonsense relations mined out of Open Mind to expand annotations with semantically connected concepts that make adaptive retrieval of photos possible. To do this, a resource was automatically constructed from Open Mind by applying sentence patterns to the corpus, and extracting simple predicate argument structures (usually a binary relation). Arguments are normalized into syntactically neat concepts, and these concepts, together with the predicate relations, are used to construct a spreading activation network of nodes and directed edges. The edges between the concept nodes in the network represent the notion of semantic connectedness. The task of expanding an annotation with its related concepts is modeled as spreading activation over the network. Another way to think about spreading activation is as inference directed by the strength of relations between concepts (edge weight). In this section, we describe how a subset of the knowledge in OMCS is extracted and structured to be useful to annotation expansion, and how spreading activation can return semantically connected concepts. Examples of actual runs of the concept expansion are given. Extracting Concepts and Relations from OMCS The first step of extracting predicate argument structures from OMCS is to apply a fixed set of mapping rules to the sentences in Open Mind. Each mapping rule captures a different commonsense relation that may be valuable to facilitating the retrieval task in our problem domain. The relations of interest fall under the following general categories of knowledge: Classification: A dog is a pet Spatial: San Francisco is part of California Scene: Things often found together are: restaurant, food, waiters, tables, seats Purpose: A vacation is for relaxation; Pets are for companionship Causality: After the wedding ceremony comes the wedding reception. Emotion: A pet makes you feel happy; Rollercoasters make you feel excited and scared. In our extraction system, mapping rules can be found under all of these categories. To explain mapping rules, we give an example of knowledge from the aforementioned Scene category: somewhere THING1 can be is PLACE1 somewherecanbe THING1, PLACE1 0.5, 0.1 This rule contains a sentence pattern with the variables THING1 and PLACE1 binding to some text blob, and the name of the predicate that this relation should map to. Text blobs are normalized into concepts using a sieve-like grammar. The pair of numbers on the last line represents the confidence weights given to forward relation (left to right), and backward relation (right to left), respectively, for this predicate relation. This also corresponds to the weights associated with the directed edges between the nodes, THING1 and PLACE1 in the spreading activation network representation. It is important to distinguish the value of the forward relation on a particular rule, as compared to a backward relation. For example, let us consider the fact, somewhere a bride can be is at a wedding. Given the annotation bride, it may be very useful to return wedding. However, given the annotation wedding, it is arguably not as useful to return all the things found at a wedding such as bride, groom, wedding cake, priest, etc. For our problem domain, we will generally penalize the direction in a relation that returns hyponymic (taxonomic child) concepts as opposed to hypernymic ones (taxonomic parent). Approximately 20 mapping rules are applied to all the sentences (400,000+) in the OMCS corpus, and a set of 50,000 predicate argument relations is extracted. These structures are compiled into a spreading activation network consisting of 30,000 concept nodes and 160,000 direct edges. The average branching factor is 5. 4.2 Expansion as Spreading Activation In spreading activation, the origin node is the annotation or concept we wish to expand and it is the first node to be activated. Next, the nodes one hop away from the origin node are activated, then two levels away, and so on. Nodes will continue to be activated so long as their activation score meets the activation threshold, which is a number between 0 and 1.0. Given nodes A and B, where A has one edge pointing to B, the activation score (AS) of B can be constructed:  When no more nodes are activated, we have found all the relevant concepts that expand the input concept. One problem that can arise with spreading activation is that nodes that are activated two or more hops away from the origin node may quickly lose relevance, causing the search to lose focus. This can be due to noise. Because concept nodes do not make distinctions between different word senses, it is possible that a node represents many different word senses. Therefore, activating more than one hop away risks exposure to noise. Although associating weights with the edges provides some measure of relevance, these weights form a homogenous class for all edges of a common predicate (recall that the weights came from mapping rules). We identify two opportunities to re-weight the graph to improve relevance: reinforcement and popularity. Both are relatively common techniques associated with spreading activation, but we motivate their explanations in the context of common sense. Reinforcement We make the observation that if the concept bride is connected to groom, both directly, and through wedding, then groom is more semantically relevant to bride because two paths connect them. This is the idea of reinforcement. Looking at this another way, if three or more concepts are mutually connected, as all the concepts about a wedding might be, they form a cluster, and any two concepts in the cluster have enhanced relevance because the other concepts provide additional paths for reinforcement. Applying this, we re-weight the graph by detecting clusters and increasing the weight on edges within the cluster. Popularity The second observation we make is that if an origin node A has a path through node B, and node B has 100 children, then each of node B's children are less likely to be relevant to node A than if node B had had 10 children. This is a common notion used in spreading activation, often referred to as fan-out [ REF _Ref415040893 \r \h 10]. We refer to nodes with a large branching factor as being popular. It so happens that popular nodes in our graph tend to be very common concepts in commonsense, or tend to have many different word senses, or word contexts. This causes its children to be in general, less relevant.  Fig. 2. Illustrating the negative effects of popularity As illustrated in Figure 2, the concept bride may lead to bridesmaid and groom. Whereas bridesmaid is a more specific concept, not appearing in many contexts, groom is a less specific concept. In fact, different senses and contexts of the word can mean the groom at a wedding, or grooming a horse, or he is well-groomed. This causes groom to have a much larger branching factor. Despite being a knowledge base of common sense, there seems to be more value associated with more specific concepts than general ones. To apply this principle, we visit each node and discount the weights on each of its edges based on the following heuristic ( and  are constants):  4.3 Example Below is actual output of the concept expansion program using an activation threshold of 0.1. >>> expand( bride ) ('wedding', '0.3662') ('woman', '0.2023') ('ball', '0.1517') ('tree', '0.1517') ('snow covered mountain', '0.1517') ('flower', '0.1517') ('lake', '0.1517') ('cake decoration', '0.1517') ('grass', '0.1517') ('groom', '0.1517') ('tender moment', '0.1517') ('veil', '0.1517') ('tuxedo', '0.1517') ('wedding dress', '0.1517') ('sky', '0.1517') ('hair', '0.1517') ('wedding boquet', '0.1517') 5 Related Work The state-of-the-art in image annotation for consumer photography is probably best represented by Kuchinsky et. al. [ REF _Ref465362839 \r \h  \* MERGEFORMAT 4]. Kuchinsky does not observationally learn annotations from text descriptions, but it does use some image analysis to propose annotations. Budzik and Hammonds Watson [ REF _Ref4329266 \r \h  \* MERGEFORMAT 1] is an agent that observes user actions and automates retrieval, but does not consider annotation. Neither of the aforementioned programs provides real-time recommendations of images or adaptively links text with images through semantic connectedness. The concept expansion mechanism proposed here is not necessarily a new approach, but performing concept expansion with commonsense relations is new. In the past, other dictionary-like resources such as lexical semantic relations [ REF _Ref415040946 \r \h 12], and keyword co-occurrence statistics [ REF _Ref415040954 \r \h 9] have been used. The limitations of these resources have been that for the most part, they operate on a word, rather that concept level. In addition, the size and variety of their relational ontologies have been a limiting factor. For example, OMCS gives us numerous relations including temporal, social, and emotion but a resource like WordNet [ REF _Ref4329318 \r \h 2] can only give us a small set of nymic relations. Represented as semi-structured English sentences, it is also relatively easy to augment the relational ontology, and easy to update. 6 Conclusion In this paper, we presented ARIA, a software agent that facilitates a hypermedia authoring task. While the user tells a story in an email client, the agent observes the text pane and continuously presents suggestions of photos that may be relevant to the context of the developing story. By using a semantically enriched parsing technique on description text, the agent is able to automatically annotate photos used in the story with semantically important concepts like the who, what, and where of the photo. Then using concepts and relations extracted from Open Mind, the photo recommendation mechanism is able to adaptively present not only photos whose annotations explicitly match the text, but also photos whose annotations exhibit implicit semantic connectedness to the text. In user testing [ REF _Ref415040810 \r \h 6], we saw not only that ARIA adapts to the user, but that the user adapts to ARIA. Often a user's typing will bring up some photos relevant to the user's current text, but that also trigger the user's memory, encouraging him or her to explain related pictures in subsequent text, triggering new picture retrieval. This mutual adaptation is an important characteristic of adaptive systems, and our users particularly liked the continual interplay between their story and ARIA's suggestions. Another example of a system that successfully integrates common sense knowledge into an interactive application is Erik Mueller's Common Sense Calendar [ REF _Ref415042401 \r \h 8]. It makes sanity checks such as helping you avoid situations like inviting a vegetarian friend to a steak house for dinner. We think applications like this, and ARIA, show that it is not necessary to find complete solutions to the common sense reasoning problem in order to make common sense knowledge useful in an interactive application. All you have to do is use a little common sense. References Budzik, J. and Hammond, K. J.: User Interactions with Everyday Applications as Context for Just-in-Time Information Access, ACM Conf. Intelligent User Interfaces (IUI 2000), ACM Press, New York, (Jan. 2000), pp.44-51. Fellbaum, C. (Ed.): WordNet: An Electronic Lexical Database. MIT Press, Cambridge, MA. (1998). Jackendoff, R.: Semantic structures. Cambridge, MA: MIT Press, (1990). Kuchinsky, A., Pering, C., Creech, M. L., Freeze, D., Serra, B., and Gwizdka, J.: FotoFile: a consumer multimedia organization and retrieval system, ACM Conference on Human-Computer Interface, (CHI-99) Pages 496 503, Pittsburgh, (May 1999). Lenat, D.: The dimensions of context-space, Cycorp technical report, (1998), www.cyc.com. Lieberman, H., Rosenzweig, E., and Singh, P.: Aria: An Agent For Annotating And Retrieing Images. IEEE Computer, (July 2001), pp. 57-61. Minsky, M.: Commonsense-Based Interfaces. Communications of the ACM. Vol. 43, No. 8 (August, 2000), Pages 66-73 Mueller, E. T.: A calendar with common sense. In Proceedings of the 2000 International Conference on Intelligent User Interfaces, 198-201. New York: Association for Computing Machinery. (2000). Peat, H. J. and Willett, P.: The limitations of term co-occurrence data for query expansion in document retrieval systems. Journal of the ASIS, 42(5), (1991), 378--383. Salton G. and Buckley C.: On the Use of Spreading Activation Methods in Automatic Information Retrieval, In Proc. 11th Ann. Int. ACM SIGIR Conf. on R&D in Information Retrieval (ACM), (1988), 147-160. Singh, P.: The Public Acquisition of Commonsense Knowledge. AAAI Spring Symposium, Stanford University, Palo Alto, CA, (2002). Voorhees, E.: Query expansion using lexical-semantic relations. In Proceedings of ACM SIGIR Intl. Conf. on Research and Development in Information Retrieval. (1994) 61-69. Henry Lieberman and Hugo Liu (2002). Adaptive Linking between Text and Photos Using Common Sense Reasoning. In De Bra, Brusilovsky, Conejo (Eds.): Adaptive Hypermedia and Adaptive Web-Based Systems, Second International Conference, AH 2002, Malaga, Spain, May 29-31, 2002, Proceedings. Lecture Notes in Computer Science 2347 Springer 2002, ISBN 3-540-43737-1, pp. 2-11.  EMBED Equation.3   EMBED Equation.3  ()op5689 P Q A B        -.`abi{|45CJ 5CJ\jUmHnHujU jUNHNH5SFcx _`d5}[ p#/cTee()}~\]jk  Z[Z[jk$%-.%&op ! !!!! !F!G!!!B"C"T#U#`#a#z#{#|#}#~###T$U$$$%%%%b&c&:);)))CJjUj}U jUNHNH6]X[3b y"""#%%')!+"+,++++!-"-Y..2$3P34 & F` ^`2 & F)******* + +"+,++++,,h-i---'/(/y/z///$0%0u0v00000x1y111223333D4E444556666777081888!9"909199999-:1:2:X:o:w:::;H;Y;Z;y;z;;;<<<NH]]CJNHOJQJ5NHjsU jUW44 5[555666679<E=m=J?K?O?P?9B2C3CACEEEG8H:H43<&^3 & F <<<==p>q>>>>> ?!?M?N? @ @@@@@*A+AZA[AAA+B,BBB)C*CD+DDDDD7E8EEEFFGGGGGgGhGGGHH8H9H;HKHtHuHHHHHHHHHIII!IIIJJJJ L"L8L:LLLM"OCJ5jU jU6NHjUmHnHuNHV:H;HH?H@HAHBHCH|HJ6L8LLXLM"O3OQ*U9UOXiZ\\&,$a$,3<`"OOOOOOOOOPPZP[PPPPPPPPP'Q(QQQRR7R9RRRRRRRRRRRRRRRRRSS$S%STT2T3TUTVTmTnToTpTqTTTUU;V ׉*MeclmtA.h_CBW|+urK+e!2_Yj%E鳘Im`}T4;]GjuqN ~U!sV쎫q]}Q #ukƊcSeMqF=ߣ!ޏYs>Ð5mļڷJ+#WfnoP%AOOMdtLvUE٘0+ck^ǻ?{/T[؃®#Ԇ=%yɢcY uq\W cZ?;*?56܇}$Wgg}$ñV9w-^\ן= #WֺlFlwʞyurjq]ܚm&ðrm-smPtGnwZ˭j+s}ohuV1iZL5 c_SY啑[WWy~J+A>Kʷ>Gnk- WUdޣwnM%#+bY}M,v_[e^@>As GTic-/v_M'VƹMkA.'%Y9M;Xk:8;pm}][7غ7^ܞukkNmQ~311K)c5mc}Oo#tgKs\-~ߒo?՛)鯢O'kV kݷfnYNOWaC}8c[۴IF4j6t=;3 ޝ 4zX>;۳ޣW{wWvMϴl7J8ɾ85YG{5kQaZ]>$ O~]"!TΌC@kvz-:koͭP=ޚaA>mYzӿz鍏1,֛zEa"|w^l[69λ#?2NE.n7N]}_-\a\K;m]뵒/Vq4_fcr(mE-?h L@C7m-HB0A<7Z[RR׊şd35hzm'hh,kݱ3SJm ݼ5'u5SgעD)%s?X:wH5e=K5D5åO NgFkK/8X:`̨Q]oQdgcQM*5Omޣ5b}xRC=-\tsFebڟ~яV}zY׺*},m1hx"e;{V~Ӟksà:Yv*pS Xͣ=" [zpqݺQ= lb kmm$S GK8Y_ݚ:)mշCڳF6`P_M 7pk6mkwM^OX!ַ7Xl_P܊r_SuV^a䲦g,kɰq6i?H8)EuV׏}Vхs4c=7i/{d7W{ڿ鮕rW6oq2{\ӳk[lꖼ,i7]tG~wiM: ,ڶ.m, tq cmIZƸU\9bԕYm8i .zMȫ"4V}?I%7XSS6~l\'WtZهk%&l}漢} e?:#"\>+ LYyMShE'lsݞk=3.\εPƪ\[O&-sYe;qwg=b[;cm:koBCqSqq~ XMwAiIT?G9\F_1(^JRS$%2I)Y?d)%yTO60+1m6k^X}f=mVTzW~ԕc>ёe5s"/S>ݿ k.c_?@>=ikZs"smk [Y7r: :WkL'۵V0㴴,o]K;yl7uk^@ugڠ~nLV ~n1Ϧy)l["HtM5_uk47hsvӷsZwe}7In^gWM-_,i<5ۉۉ;|}WB54Aک_C42pCZьߠ,q/q;؇_c\u؅]#eۉۉ>?~oL/0K0eۉۉTu?a7&(_߉eiimDC};wg9O5ӈ}D?8BIM!Version compatibility infoUAdobe PhotoshopAdobe Photoshop 6.08BIMPlug-in resource blockmaniIRFR8BIMAnDsnullFStsVlLsObjcnullFsFrVlLslong5& FsIDlongLCntlongAFrmlongFrInVlLsObjcnullFrIDlong5& AFStlong8BIMRoll8BIMPlug-in resource blockmfri8BIMPlug-in resource blockmgen8BIMPlug-in resource block mimi8BIMPlug-in resource block miml8BIMPlug-in resource blockmlyo52ip5& 8BIMPlug-in resource blockmoptd8BIMPlug-in resource blockmsetnullVersionlongHTMLBackgroundSettingsObjcnullBackgroundColorStatelongUseImageAsBackgroundboolBackgroundImagePathTEXTBackgroundColorBluelongBackgroundColorGreenlongBackgroundColorRedlong HTMLSettingsObjcnull AttributeCaselongTagCaselongSpacersVerticallongQuoteAllAttributesboolIndentlong LineEndingslongGoLiveCompatibleboolIncludeCommentsbool StylesFormatlongUseCSSboolSpacersHorizontallong ImageMapTypelong TDWidthHeightlongSpacersEmptyCellslongImageMapLocationlongFileSavingSettingsObjcnullCopyBackgroundboolDuplicateFileNameBehaviorlongImageSubfolderNameTEXTimagesUseImageSubfolderboolIncludeCopyrightboolSliceFileNameComponentsVlLslonglonglong longlonglongSavingFileNameComponentsVlLs longlonglonglonglonglonglonglonglongNameCompatibilityObjcnullNameCompatWindowsboolNameCompatUNIXbool NameCompatMacbool8BIM JPEG QualityAdobed@XK    o!1AQ"aq2 #BR3$bC4% rS&cD5Ts6'E7F򃓣dU()8GHVe*9:IJWXYZftugvwhijxyzi!1AQa"q2#BR 3br$’Csc%4S5&DTdEU' ()*6789:FGHIJVWXYZefghijtuvwxyz ?e?Qt.%m='O"VdwԒI!a-NQFVyFv7K^eQx-d[O*qdDE!2eΰXrݒ*~&+/OC`̳GgʊIVY P q Łho2t}"$pʞsjοn)gp|=0_aje3ToGv<ݎ]dc:S:1mɚ_i I ) դDho3&I³@0LQ ,35uxuD=LqVS I@ %{N25t J6h-Xg-lg ܿJ|C6bf<]=]JA-d@K3hPI6.miBVBAT@`bc`Ʒsm2/krF?_b;?ַse#oO+Ķ=X3 ʿwTI_F?_5=o ?OK؞<~p'y?r1ʞl{O[ ?>9S_UgsŨ<}²ăT_Wgsj:}²sUKRO-9k>YWaL)/Ke֟=HtdSsl+RSمu~$:}²GGM$\:5ab:}²7'VIR_1?[x ʿOROs҅?W*{3~ H6uuW4{5eQs5F?m?Ʒtdo6, +c{_,OOVa﨧XM _+c_+OO~}{>>b\ZW?oRz}²^C?0Rݯu~^YG,t1ԮS-Ʒ? =vu_+co(O²]=@?e`rm_5菻+(˟Ykꠄ.Tq~#^YmL`mƽ =n<.[JN?["?}[9sꠃrKo$G²ZamLȑ#zgxԮW o_cՆB`;=r Ƿ/#}eR ɷ/1kc GVQ#<;W5/}`<2;W*w1y`w6n^+;?o:VUy|LJO4w9}t6v_'DZ5O[ͷ3}ZFc }}7I,M[ϰVUcGNKRyWc73zD˩oHySM_[̷3}Ug#<.VAc6_6aԟ'ͳ%?[&ϰVU)Ϳ1㺓wZd³/ >:濤dZ²Q5㶏GwƷkg+*'yèO4rc¹P;㺏ZƷkg? ̾s96`VERy%?oϰVUf6_I_#H5k?>YG^) /+2}l0 <+g8}/\l2rWe~5[?e^38, ߶r[We~5,~u1L#?'9S}*Lƶ7%²Z3 زT2܆? :ɘᰁYCRy2&/X1m eH#_Ն>z|'(?G(lүkqXb :aCe捊:Oe~5o#zoX_:ʛ$t2²qxXp<kWe~5oOJ3b< lZ©B,Sm MI#-2v4L}Ǡ'm׵kZD4a,ҿT_TˈuO69r {dJLb8m,(C4]͊}+J *@?j2KSK!݈UΙ=pI?U-E_䪱ISAJl SGWi\39cG5V9SbqEJ} vho{kN(V5 _;RlNؚk:˞eCQ{[u廕A_'-ҦW.5E#枛t:Ya0\m)#jxfQpwePzbw]aj<"qTxjYrJQlyWзlIꓣY%R_L1c$X\I&#5RG23Uʭ &4.pbҨ*=Bμc9[Xq_QlcԒ™sLzyFPXP)tkO͖-hi%%C ,`/i>! lEm۸ZoJR4`%ED qD/l]c.˞sn}Dijzz\վQjxm豚>I!0XQ2*p]gN喙(h&BSii))*Kx$p $l瘡K_K4j¤*j՝<9UURWyCNT6kÅHOٯ9EUH^ڵH_ǔ+HN_(ku!{P=Uai+}ߟ)VySN yN5ԅr¤/[ry+#g_UVMH_y癩KG(jⳏs8ՍIOO(j%{O(vՍH__5ѫ ν{6jƤ?G+V+GZf¤qFqF&Q^GKAE4J58 H $ko ~`n~t =ITlf%L R80$_Nl2p0fzi[¬ӎO65d3I9WioN/QWʪVҎ&6GAȕw JuGq+w#럔?ꢼ#֎[w~(hO!|n9)74zOοѶ{h:j<2ۧ0t+7dᘅuN[>4n%%"7 wke CiiEi(x$A@&2>T+-_%[p˸ٖ70״#fz]DQká jaz—TGG0VAt?ʝJzDA=XήkaҲI?ov?Vy+ {`ήk[ҲݱhήhgWy+SE^hΞTWVy+ {<+_=e_Kh?owNy*yz_Qo۝?\?;izbA=y+yzfQoon/<[y+"jElΟ/hoWҲM?'ts_/={UzrPop'z[dT^h{J+ z~S_{J+ z#GAЃԼZS{?w.˹kX&UM0۟&n lDex?FQr@\ DiJZ=qY7[?F)nݶӊ;꽈~~0ӟDɕ#oX ?fӜgxUǦp,P(k{`IQ RF1TOmѕ2Zm2Agҹ il3Σg1f]Ҽ>dy#s~mq)cE"z˯-%GJADI8Lp)zp j|?eGd#qa͆R(W p֣lb42)jFHR IPccRFpm:Uz&K̴\ŒXQz[ƫV_0)) ,k-UTvXT3]Y Xt6FOTVVA"yrHbv6Lj^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z\%mOXuVG+ӶU`-}*8ETئ1 :/5"O%)jBbBI-wDDJ&xv%RA;cg“ŀ`eU6WAk@#d["A$ܨMʃ_Þ'sߞ&=<I_uB=_qT;³>Y._%LiZՑ&IF0j4Iy#PtP$6x,)C&nb4g Uk^I;;Jl${-}CTLN1b&\vM-`ƱJl*xMM}TtTЇLM*GH$S-^s : ~nxj=F#Ls 123IBLbCv7T0]ƾ[bhI{W7V>Kb}V?R>M] sMe+S%`8Ng TS|t%c5}6bGSN%гRm򧊜A߂}͞*wJvA1@q) 8V'ӯY}@nXW\4u9ԧR3f WTQ+*gZO5jт0.jE1?rl%ōdRzᶖLaGc#9G'ޣP:[?'ell7.QB,T̬`S=JEZr!V O@ҤU0FM4OO? elۆtO~_?G޸;%&iepLVb DxT*Y仼jմ!nDpU2ߨ%,/R>z¦􍘳GdT9Vil2͍jhdC#n@)̳ Ƃ@1 LMXWB=a􏢽m {tf񌡄]GYys| AC,0T$rUX(3rp [QǠycL 6ՊzKz/Qy'u"ZO: Btrd2FBD.c6V'24ç^z AhzU2;)fJz:3ǢbB@M(7k[\Ng)8Gǯ>}gf|_IgE:EΟ OJvX1fZJF #"5>ZȌ9vKdED4q i tIgl!(/e+tFa]TЀƉOL ߩO8WdpxUڴ8[C~O\NcU3ct<lmoo]+ҥjdCRBRl#G#$.u6ipz^z^z^z^z^z^z^z^z^z^z^z^z^z@R_!TUQ5d}¿ָ% ¿O̵~4Fg˜^z^z^z^z^z^z^z^z^z^z^z^z^z^ՎhgޝvT!BAVG4Ez.Cq=̞2EZlK+ɘZڊByIs.iV%VŀIzz5ލxk;2Puw}:u3])Q|eEWg;piBHX+ZTB  L9,~~/算t+NKQO*SdcfP/tB( JdM&(J ɽgne\o1W9o7ctUZIcjy$4me HKiH#$('n=_V=ts$#B\U|8#=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^sVծz6劧_#׸% ¿O̵~4Fg˜^z^ю+c9x5;,u`Fse 5KO`Nuⴡ%G AOF\W4=П};R:7_?{I`)+)+M{t'vNԣή{Mi_O^k?wusnJJ ^?] ݓ(SuWSWOF\ҿҟ½׿BdJ0?翔ƕ&~o'QW=4i5П};R:7_?{I`)+)+M{t'vNԣή{Mi_O^k?wusnJJ ^?] ݓ(SuWSWOF\ҿҟ½׿BdJ0?翔ƕ&~o'QW=4i5П};R:7_?{I`)+)+M{t'vNԣή{Mi_O^k?wusnJJ ^?] ݓ(SuWSWOF\ҿҟ½׿BdJ0?翔ƕ&~o'QW=4i5П};R:7_?{I`)+)+M{t'vNԣή{Mi_O^k?wusnJJ ^?] ݓ(SuWSWOF\ҿҟ½׿BdJ0?翔ƕ&~o'QW=4i4"g$g|9͊R(q3J1Ho_,9)k\8֣ZJgd'^)4N7 jo*IhiU{ r )@yTik*~}+}ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟcivS45O~}+ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟcivS45O~}+ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟcivS45O~}+ں+L`!U?G=?hwjU3OX1T}ݫX&j0Lv&j%qu4ONr:MH!Ac'EJ0|hP&IU8p=̨\1#;p@yTik*~}*ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟcivS45O~}+ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟcivS45O~}+ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟcivS45O~}+ں+L`!U?G=?hwjU3OX1T}ݫT? bS4sߟciv+j=1zɹDw*P%1X!L)jTSTR8w ,ck۷۴j1B֨zG{z7`puw5XS̔aإ,=J%9!T"0*H 8Qȼj?ɧVx*GL֟D'ʵv7_ hVMn3VjQ"L>;~}F! ?s By C% h\V:(1.^ðw(k)LHcoIcCm0zyY:Q>d'MKg'8xl;deK@&Tzpef>tٓpC;ezOp:łKҌ 3CKAl*ILؚ݋~z6lQ\uoK*Il> ~vjqZspIrITnWMTM$s.i7Y`9,*|AS9zMV2V2F@+,Pc9R`0(h}ɭG7nYʾa &N=10;bKhtRnc -U:rRUDGI[rw>? K&绞 {59p__V3=xkɟ^ {}ULw=xk#s࿤g{׻^aC%o?w//|{5׿GI[sw>? K&绞 {59p__V3=xkɟ^ {}ULw=xk#s࿤g{׻^aC%o?w//|{5׿GI[sw>? K&绞 {59p__V3=xkɟ^ {}ULw=xhE:)tT 6cs .˘6^\BJjRE=?b8M۹mej%Ny_$\Cc9J?(I>s⸪W}W>z+o=ϷzEzs碽^^\yW}W>z+o=ϷzEzs碽D:4N_1qi4Mq?ir2Ŀoε>\U+>z+o=ϷzEzs碽^^\yW}W>z+o=ϷzEzs碽^^Q&#Da^ʠ ͞&W=+Ѹ% ¿O̵~4Fg˜AV`G̱%q`f3#ּ5W,&jVàS"(ݱmz|D"V 4zyt 1J ı猗r떓-lӬUY_Iɇ48mfnzzfǰ,b1&9kƢyhܣ y3^;F=?rǠ g2uO0f5XW6K2vaZsc?}ƳV=>'Q?:GXinF $!iGps+̧7 F]:!eB?F1E?"UPaqdƱ"v|и=`+??x% 圿ɘ҃)`=! R̸gC\+y"C 1½ގcn ӿCs(tC³VKl/LUbqˈO;JO#ݔ7zjI<7+&'&©\YSɌq\ՊCLfzqx$Rsxt 1k]yƄQP:CWO6J w2df>e5zxcf9O0QeF,pr҄X1It3w w2H}7zØiE0HҳXiϹ̽-,aY|g%«*i6i`*mvʠ`ާi=t?sis>wz|O!tX`_͹ 6+`,gJ\K̒IUfRlc翰Y@sꯦO \3ng=s3G̸}MEBM1UHUlU9=UK؝gξk*c'DYDcǠ{ k?h:1½)?btO5N:?zJyƽ؝gξ{+Ҟc'DYDcǠ{ k?h:1½)?btO5N:?zJyƽ؝gξ{+Ҟc'DYDcǠ{ k?h:1½)?btO5N:?zJyƽ؝gξ{+Ҟc'DYDcǠ{ k?h:1½)?btO5N:?zJyƽ؝gξ{+Ҟc'DYDcǠ{ k?h:1½)?btO5N:?zJyƽ؝gξ{+Ҟcc'n_(ּGҤUE*Hg3Oo$=.lVM2h0+򎓒2(M>b 6xT:3Fj_Jx>qzj!ռ5fJLK^Dȭ!oq8Fvtc1)$5a^=9`}1ΩdNɘ~n ϗp2u#6HqLVIO)(-r6nƴBR *& Ey4WX%ў厬i1tpHKJ"ܱȸ3.--*lcM)mǥu["XrV,]6ǰmR]b1y}aoq=ҨW6vYLy[R1iuXV1an ]V֕1)m uX)W9'lۖ`±z0%G1y^ % `,w筳wRۉQ@ RnW>N+sm63MӪIpqKOiҨr̬aXV+V$SHkj3*2 #v 'g:UR#Q-sW:QLQ:S,47Xn5Pf4!fp$\^5a)$pׯ3wAqL^5RbVPcT9wYiZ/WPv&޻۩Ttd@U=q U-=ly >e읊`49 |Xa2'_1,ST* NW[0&'aVoQ',z⸭7UL3n\3Xf!t.Me&$C:*#ylxJsZA =@譆U'z{̥+DtgQ3%XVULjEH{BB\u]-<\T!,I3æ qud>zE̙Mpntf|'S0Sb'^W;93Agé0A!:*,pu(0yn[fIp=UEBmc˽7zɏ{,`"c:c]>^p48z0.k*֞.f³Q4y :d160_FelAĐD>A?N^e}' +:}@aKԲm}PRzA)$mǏ̫VC*x-so JҸ% ¿O̵~4Fg˜^z^ugoHhr3eűTb%\VXDMUQj7 XsN8m'Q$@'h*AQM/Q.PasoHk^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5׿^?]^??m?5'u/ƫsߧLl$S|u_i1Jjڶɰ2.Ԗ6P?đm F4"I0+򎓊SG?֘E.HԎWTW=gG"z<D=dcXN}y-YǒsUu'(DYWs!r,%h=Cp>7:UuIb#ojQ8W\7>elpu 3x/V&|KM Ԙ OReL*yťɺBS:IJB\D㶼چ4c  OKYK3IofO5'Iq("ψab)E\419H 2 ͔HKl0vMQnx fBSԾt W:5Wނuéս_W먡c\6]Z:)#%Kp.ukU& 8O@ƜZ*EYpT}3V#}/Y/MRH5DWPV"U.+JWtCe R# xS8UvZ0~&rJ_1\Z$)Q,->٪C^/ɲQ6JmFTqq6F4Ι4coL1n6?Ҭ7}_#|:&VO+9*,6ZAS},H(^u@A>bz:T}4EONt9 1οt}:[|X ~J!$|(G_J3P]`}rvngʏf!Fd Ķ'i(m&Kxj%1]ihl~Gy{c#?#ߝW}i?uZnGAć6N)+:љrq W0JɻhCmAaww7Jt?1z|&#e ޡ:A=8zԼϡ^o:}[)rgac聧>gk=/k|U[) ZN<:!EI"q*8/>tO,['Jh./z0aY5l64@TN7RT,^k(+):2wZ.JD$,&vjINQm|Ԛ[uސy3XxQtdlv1j8kj(ĞF1ytE J:SHp^𭃽TGP]-VAKrf`!jJH*c\ӴJi}9$gG?ē𤍪 kҞ`c]ogH?ӼX1ҬI%S-Aa4XE_rr\zlیiZu ZwǓKL&+e.fzL鈭U5]fVǣq9<.j!pܥ3 P#QUT~zu]]&ꯨ.OTuvϹG;p_,EEW54j Ho"ݒ^* F yW@¬XwCY?دH25e܉2nQpf`jAdҫڮّH w]R11L>|)hA?O/:t#yOuy:j8m%L=%Uv5сb8V&7.!)ú[JV/VOЏM|34؎fϞ)zpzŚ eD]]=M,8cx6FgVC 0߂LN1+MQ$}^'W?B0bgtͽ77gP Ų}mv/ð|WKTSnH<# 7efv[QKo:q;)(`]=c?ޜz3r ~Va*Z\9 #PHxԣLnA:i x`)®f gU=gRs%Y1<% FçY&%*gA=ԴJV#$ 88`g}#`vRz̫VC*x-so JӴ☮Ӟx`)x6MŰl]C>'WMGK$F4fp6$rYM0Fv'D!D3}uٛ O8Z͘Q3 ٳ**Jh^u=n]yB*eA@f$gYHçްJ^3eJ 8ٯgO d8lgufveKo$NDGTG>t}huR*V69 .fZ8:uk`U/0ȷ3|ۺ\u >&No^sCKoP޿dl7B1j,ȸv3a jVeQ_.7Xkp@\w));;`ZH]WtئXpC FJG%ŵ+@ƌQ\]k@i1pn,QSG[4qrدı R5m%v R ?+"/Z:b0RZfyk::c&YE9  lQQ!uG*u 4g (2SC|QVb 3JDY"Ui7)Ts=^s=^s=^s=^s=^s=^s=^s=^s=^sQ;)M=mI0+򎓓(K>uJȳLѤEbss^G4ʕݣylVw< z|vߵW88|u\^I$9}.M׫4啕+1A{9WFI .J!&>6S^Y2ҕLZ75M5Z]/ŭyPIZ@`;oת/GMXE*p og1QUC%%9Hcʭ!@8WãMs~Jo(cu,B5t"g ̥ۘ1Fs 3nśKJ2Q)/(׫YVC(S(c];禽^4zkԒI+o̍tot],eDD$׫"LR4ec$\}\z.gJ\U:[r}99GŲ=eDaRaO6d4EbcS䕱MͶ<حhhs=xG:GIj<)A-@W1+v=MLG̎}D>ۦW%V'\(3TA掦!41" $VM9 B>{+ߙMI-˗!ɲ[*˓8>S-ӶA2)CvmorMحh突X}$uX9tu~'^i|/ċXVϴZ<:{*c '2SWam1\q/ɯZoߒQωemLG}2tWVL-[4K<5Ījf =Un-TR4A$һU@BvV3׍<& O}9)kg?~`s?SN{Z+ߘ8.?`1TӞb} ? +CU?إh O}9)kg?~`s?SN{Z+ߘ8.?`1TӞb} ? +CU?إh O}9)kg?~`s?SN{Z+ߘ8.?`1TӞb} ? +CU?إh O}9)kg?~`s?SN{Z+ߘ8.?`1TӞb} ? +CU?إh O}9)kg?~`s?SN{Z+ߘ8.?`1TӞb} ? +CU?إhQ3 “ APS1&rJM@VnVJU <#Sn<|su=.t3*dLkJW0b=`dz22E EM׫ Xw4($ ZKZu'Nުm%1߈'=Ի?7ǻUG]{ `D. B*#g?z^m?K|Пʽ6A?q{O^u׿~ OR='rB:ͿOz'vo_Wu߈'=Ի?7w/ ܫЎo]UG]{ `D. B*#g?z^m?K|Пʽ6A?q{O^u׿~ OR='rB:ͿOz'vo_WtɁ6s [7t)F)V͙/ xClż9G\R +Q$4'S3¶J@ Q7 0~elF3bْ8`ŒmEKȶ=H)wVB#URDAG `D.?n^m?K|Пʽ6A?q{O^u׿~ OR='rB:ͿOz'vo_Wu߈'=Ի?7w/ ܫЎo]UG]{ `D. B*#g?z^m?K|Пʽ6A?q{O^u׿~ OR='rB:ͿOz'vo_Wu߈'=Ի?7w/ ܫЎo]UG]v 7z]/ ܫЎ z]zOgisuVH2M}fJ355V"MR]KD>S`*KPJ&&`icvt T#ձ?WA]+tϹZ(3n G0*I%uR 4=3J:`U[s(.œ"5bz:'J5,/,Hao g1V{P_*XmZ$_֟7L?L_q?V,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]& istT7=7/{t5qS8<(tU5k֟7L?Lq?W,IZ~ ?03c@K%^]&sG)ek3b>zk=O&#W F11PIKNJF}Զ2x5h?B}NFdz:nMHOUU;zO^:+_>=t8|A>h2!΢a1ĕ8X(O0Yo~ζLI#Zr N~wU:Y>SzV MԬ=4Xl8&sP16 /KkOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9kOW㧤)f?G5ˣ^E:zO[0kc{^9u?2|6'H+(z1ޘaL1A bosksG<(ƴmHEyӰ,YKt/S̿a "/U{^zGM.v8Gn7>l&b%HbU"b͉&\m Tل*@JW<zřo593ELuO¶ΣWF <֬tڷyc~]qzlOUL-nkqIhHGAOVQoN7T}@5QOAƳGDS"RSb<JTN4Ûus.e.g 0h4:l$LCJhUtWE @'z'N.Y,k9ez\C5"eYwmQśvTqjd*^.=wC~ztʘgKsXs7l`N2$8FU[.E Nk~La]4}f2T~di͈bPDX*70"ll7M׹{W{W{W{W{W{W{W{W{W{W{W{W{W{Pc֝:K2H \TIԞnIh z%Os'@S5OPrPͿ4DrS̔gu#Bĉ}w=sf@O׷qf\ѿOH\K Po U!LTA9"p?$R~=-7ȿ PjFW{W{W{W{W{WbELjqתst?nSฦ?C 'ּA 48|6ÈyT4$Q+43E&k0dG i:d]M΁"M^6>[.+ }%pz G95tҿ<zřo593ELuO¶ndV/Ã~ŘLU3ɱ@oۭ1yd4G΃ޞkJdș"Ǘo0|:p Mh)̕u2Ȣ2*p.%c]F\{.rX_EmWb+'jaI6]憧wȏr}}4tU⹷&Mbs٣5fk4tXusW\F>M yZD-j5fΟNGxL9k E\=A8> E |B9Hp0(Y;5hO7CHOH2v2to.ޱ*"uTTUF섇g*FM VWzWzWzWzWzWzWzWzWzWzWzWzWzWzOT{͞3>=q8 zVI"q@Vd8Mj=%?!4eC=}iQˣ̧l,Tax;Qd(h)$2N22BXe f,!DK 4*%?ҭ!զzZo6ӊFW{W{W{W{W{W5]-Ԭ'8f s_Qpzu#dé(:*ԓ |Xu1bVd?O4Ysf-6I͙%(}F@SbJU1JYn\}&&jLs=N1p0;G Rf_a2AMCYK1JlF©*ӣ+7&*E.aNf8 |1&-HS xiܚT)ץTߖ0ΕaR>M(1STb +%SiF ;^4`@tfI\K8]3V詾[+2}-|QOSzI$Υ;z)NJ.j^z^z^z^z^z^z^Z߉`d~M9"!InDŽyjPaib$\*:iA!y=EtS߬l a}=5|M.w<zřo593ELuO¶n瘺i[qJ{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{P;tGW_Ŀto8WUEzz[e?fm=Я.G5lW3|1V0jWzWzWzWzWz B5s/ASM3$~b1~ :ckڥVB! ,ol/*指kȽEjsA\rc.-ؒ=Md HЅ|ll@U=(uևLDzEq:P8%1,u/T2uxu)iqu5`KE&By䜵=9`g<:/x7˃Ѹʺjj p+B'Aًaxw };ug#Q9ʷ?eL~G3ON2TFUB!X&y*Fc&Mxފr76 >\r祮}r"4aQabI:HY;O/ey͕kfs=^s=^s=^s=^s=^s=^s꭯ģtovN&Im'K2'Wh:G\ɔ'0?eOªqi(ڂs*F- + (ʹMgzu)# \ |YY*&J%1#̈REoEY?^ 9IP~I3R&Jˏ_:H|4}WMWEO$ۛVTpH\8 6exDxu%&?eͱt2PH%af!|z0“8Og|]`8una}EIMԨA̱e\M%F" ,m!CP!fTa)G#OFc3? ð_`~bbUt3aumK-$<&MhOo1C2NNu}DXUY(r^/ҩ1sh*ꤣGHa Q]~f^tk ɹ1ib4щQE$==TSyrE")1^R"/Б$+E܇&34|_5f ee}U nZӲ%+1v\Ru;.9cR| _- /d6: PK~\90n|Lк< LCC3MGOE:QOT=L ʛVOy{Y0W(dzEtPr ;bU~IH3 D!O.IB wBU<6Q|RhI˙jxeeE7v4T,qhxʄU)Oflhy7%W'\Yg8K/Q*b9&xUZ l?ģt@41Fuey6C:A9VU"0ev=PXfS[tRbNύQZ9aD$P=!k!E\ Ϲ[1Ei}?0gJ-,uXjo[!Z9fH4QZ(J=Zdut \UrɃx-9QQO |wjhf>Zf>WJ `Zi]d2t Q&B|C.֊KR$$3~bZqǗ8f 6$ćOc gZd*iaF { hdc/欧e|zmQF3]sdGA$R,tv5Q:ct bVJ?jy3zy#0j>>5 CzOCO%5E)~JP j|Q#x"oI}=ܝU_/]I?*Vby 1l:cԲcb#BE2Ϋ%,3{E{TcX%=F)\e-U}I&41)O]>i~Z>b8j^ V!UAmdĚw--l]>i6VqLţTeG9wò-n^wkKTiK3,Si 5cږT])K^)0m-2pU}h.`NjN|`ضRyn) ЊD4;E2\]U^fepa!"  g Z=aSߪY]&{͎tO-t/n|J9Q YGFQDEK'X!tQZ(=־c1͝_&,[2䜼'&KM]Lo8ә*J1I-3[$2v7qcJgI'VFzk#k(*L,*bS2BQHc")r=^s=^s=^s=^s=^sĴ+d>3Ibj IG~ܕ;(hUx;3Y%TTDU( hb_#Va_, W/g毉t<zřo593ELuO¶:^f޶޼oPw5ayR=3m ~QCb8s2K _biz>t Kyˎu#u:\ɛV`xy?.ǍˎErcƶipHHe'{Υ g&f̣|u/u8~p,/)2?g| *LQ%^#Vd:*җ?U9>n12yB@l;\zUEWhL7YIpV U/')5u7,7 ʹʢLk%yr6Db)|.ozzlQ%'­G.:it{1ftTRK9:Lzz|VjH&E eu;!yo:Nħru_"e|P3cpJ³.-Uh' S༚^(@~2R:wt4g`|=]T]q"(QGfi&$. sAuPrTL򏚳X= Pt {8DخyYCY}婩5qQǾ^f̲#If !1ϊBj7Rr+OCU$S?>auWII5Xe+a8ϩN =+1A5LWڟeGqz}՚\rlt0i]13 Gc2hR^|{9[U8_~=\`tnOu38u6h+j3M9_-ı%[q>*^*HoCE>Ը3u79d {$&us1CsQ_jZQ#F&˽bV Xߢޔc0ъQt->K34Tؓc%:쫆EHՊ gT%v9YgF]8dYӬռg /aE)h |O VsȍD*Bz6ˍApxGOSrh0Z*ΙCaRӬ5i"yLP4UTAUPAz zȪT1j:cacaEEbW3K_;#%He璪U==iq`)GMWU[0bTI+$!GtZ. skhJҮuCI}OZ3U0l_䪜vz40E=甙e*#OW -YS.TLYKZHzYa>朻L޺MUO6|َưw&bl?SGgv1[j:xDaYUX54YHȹ6G j Ǜ`èez;Hec nG¶U.j0SO:JʹZ/`R`Rc)]~K<4 *J氎4]j« :jt;}eiY:b/5WQ,&bR)یqAC1XmςTEix_Vsxo#\79GĪ|NZMYZTزU,+x u-ּG=^+0=F70Ld3K R3͆&V;Aw ^5Muã+t5w7E{8} qXjs4=M̫4AAmKƊ= UJ%J^zmX/쭜e\EB*q:s->$)=VKTExk5pE[lkٻ W92_H/J**pńeC*Q-T+&,~A`Õ'8~9{=M˝YXcq|ș+- VXyԨi$ISxJy K2|]lga>\V~1a0N׬~ոxY?GO>$*'5<h E"PXҠxq܊Щ5Ulk q읇gj0|k)Ǝ$j#9fJ62|ۖ6ba>vNݱBL2CiTFYm PRRH9d23OI&5 "QRֳԣgUa"E^]`I;}?7*1ƍ.M˙)Bʑ3ı39fiVpZ(?.ȴ"ʱcym,8a8bvc59k8Sh)qˌ[ESSp5ubW|C,U4'AЮJPͺ-AcGJ$ի]Mƽbg` L78Tɋ)k*k3 U1]đBAhjFa?,岯:xe8ln;x7mѽP|l (aU? ~d㓫()WfWMJt3R$cd")ŶIf/r]%Wva͸[k:W.-V˰cTx~@zwrOY"aVPyXOOd@Wp u>^pyV(g^Hec$>d(x+XS%ǺXPƺ'%gi3Ymn$a1TSo}gY `Apj‘_2_@s.MX7\_-5\eVbzJ%/RIbS%7i2^A.u},xrC08>['i1 3`v#O5Q2U|kA++Bxgv>^Ct2Vz혺_' &d+&22^;,6wQnmoV5mBhZUMMduPH =lzKsSf>yKŲV=t&2)3!c2U]$hxX#}ajKjV 嬳6z5ZjŪ樏" M1H[Py=5uîOR<ُOWojSci2P}Nxq i2lr5>'SW#IKN#DF54VՐs 9& pl+v[T1LecSMiiv-͐"R"^l֎bdL1U]-p\7)OSCao O _p^JQ"=*q{חErfF:kpXhk(Ca Jʩ&˪H Allʭ\/I:G "# gVdy~.hA&%b_ m|;WHVlθ@ws=$#?;"bEzY@La |?AUUWB*Ȓ VV>~u07zӚ1dSOke::>y o VH`]<ʣ?40S^(Q'L/z³Jcʸ[t6ʅ+0g!ޜU`MxFqlX Xa/cPyOKJ)ETWONgzhE'H諨ޢz3Y0~~sO=c' Ltpf3 d1ЌjjO/;.8L^>404ttۧl4r~4IGWP$sΔ\Uu2MT "f&hu韨Ԫ Sj!49c9Sbk"yfeIw u>#uTp4_Fg JTi ^tmY$W{'oYY]κ~&L=^M5=,Dz73flTS#z0as'5(+f敂!7ZTpV[pelJ/(rűaRm:nT]bV->/`׎KK'ez̸MKx|UIJ$H-ªV碽Y]$'T}Q<7$&C=0dè1\t.&!]XM<اI@HB9$އkWo:gL߉IxT ove6ko0CY\0aVƩ=^s=^s=^s=^s=^s=^IÒ:J"eubci7VkmMnGX%GʨP(1I)7K^fO ?EkꑊZFϿ@p+ٗWJ<zřo593ELuO¶Y1* _x~-aQax)EKQSM dF dgDRA<(:d=3eeӬ䄗S& R&eoe+uQ s-TAU RRT ,+,ֵY`8/f CLS[@+#j4!!* lahn9I?#&²fWf[PMVA3T=[ί!,ޣ^*4&J:2IINmJr/(?lS^eeyoyqɱ(V+Ao22yUFhӗH}/ԪэfJ,*61ٰ+ hUb3H&xI=\G5 V@HƋ[=uOҿy_ X֬5IECB+DbBۮYn40WF,eK:+ ٟ³K }/I9ql.,w YZ9/IjwJJD p pZ;qǬmO~sh!۞2TńR>LK^8v []aOUSQԬUm*ƣ}ycTGuSn>҆)P[gzK0e\!}q+@[l/+QTGs۞P 5粻Ty՛G=Mtk8lY=,(?`Z ,6ykhjb ӤJj/ms/t^OM̴#Ƭ"%d>2b? 3++(ŁVF#_-O&=FX4|e*\e5l!r=2aVU^[7M7:sS^9k0XfavCKOOO%劼KӬ%bOaO:r$XD,CoQj4嬷`ՙs˴]wC/tT3̧6{Mzj=N^=_̥ṣ,/̸vG!SKGpSk+Ƌ FbUh-5Y2Yyoh*TTTVɅ <; hiᅼ5xNnۉ=禽4זrR8|NKʸnOfAIS=CҴTqƅQAb.@sxRG$2`tRC,uTZ*D(AKyT\^\81e7 Ű H*(whW",I6Mxz,ޞCl\)Y0z ,%9M9TP]r)Yn#p, 3WRMP=Lb }Zk Y7'C>5UP¢̭,,6ex2c"Cqjj4DH#qq XrW :#/_C_Է|jMk̪ =DՋz-36hWΗ#]9;y/u{8̓Y 8vuu8/OpE*CTBN<\a2NVvh+Sn3nh:H©տYs_ ꊶ'vDYo JF?څ# Þ 4H$.ИX)ĈNR]ִ%[Dgh/&p͞=&X1јqLSXY[E*,%u6$f ^x6@΅݈dO-{GǮl#}3F?;59wdXGݘھ )zc`4G$2K!HhЅ8w45!;#zwELƋb^bt}l*1GR8%::BIbԠ' =n 2B)^uŽ˲GEU^%29[q3QrV`l  <4,UVSGO)Vt*F1'`UB;gm+hp%Gfx]:Ќ{Ԗs% 8f8=>MZs&UX6xX̎)]U.n=ڔ q2eS}@ư.^z/ޯ=5ޛ ?uHdN?%Y_tuRGAK v:BFfyeKݾ~x< P 臮Yí]Y9[ 9w <J VhE&טETDv9gvq h#ey4iz׺_Ox-꩟'=$b86!jYcLv^FY'>A&4'/)soW(JRt+zaqUF_MzsOi5&zf5䮅oYɜziJLWg&o>uW"%2J堚i7'#}# = UY^l)9Q_*R5&%KQ%F6 @^bBMx$нNQeJ̝ne|u;(A`)jgiąjS$J`P ғƌ-܇Ln X=>)GQSBD ,#C& . _bi]"̕YXX]s.jHx,Օܑ[$&`MǺGK1 /6U8n UTW%- 4Hzvg`HRJzv5"YIA3lSއ-i5mnRr>O}-q<𨩩ʝGTĐ^[G `]9weك [ DA:.C9G1a(k*"bÜ*1HdmӮda Oh\OTVfȝ^éwR3d1h`iEC+.$X#kv6GkLzJeXH13*p:溎&'*߃8f#|8OW+Sv%XAuएC}FZy#fЬry#i^ϙ+ॎ)2qʳ+r%s$EyJGU3Pu*ˇ"μ`y(|ܰK6']Kr_S$4)#EiiO#gO26)q يyR5mbMr6#)z8lS+MyJ0VWzWzWzWzWzWz+|YU!bĺxFOA(SlF &p'ٗWJ<zřo593ELuO¶=ꮃ0G9a8ffwDxi꩒Ht7h fa{A[l-ʮ%G^Kxli/zY(^B0d|vs #A SG0#,Aj\^6Uݙe Qu˗MBMg̘v_L.+ƒ0ehQͤi[d5*WgݯJvϸC-"RXeF!aYNK@JI]qz4}dsY9k$L: b`RxĖpJs8˪XwrT(BGrGzJO :M#%}Օ=G 0  ^/(eƟxLqZA>YsnDNR* XRafHӻ͚/.Z[G'WE*k!uJ&6ulX?OJ>˚1j #Ť14 Z&o J«P)weh3ZդtmmZZ# ~䪏Q%W<{ ]X']ӭUtL>nmƱBz!k8{D4E!^* 1zsU++2NO̴XF(RR9#4q̫5,:\\f"P$?)}J; Zռ;;el'yzL]k̡V,M=Qu3-˲I cEA@EfE+/q eʽor"G3by.8]TCχ B#I*⪉niv)n4OKz,ZPԕ* j03U>'}/ >r/*(֞Jtl,-q]ĂbE58e/RG HJ|_;&8?Pc95cHP5m0[+UWa,Ԙe C y*#O3Yl@E,3^o1\(_Ifk_W+VnȘ]M/E5cuxn#Oy(5pDZʺ kdWhVŏŰ)5}pxvŗ]9&W3fift ;%j'7VҫG9džMD>V;1L$U:5*VGgI]卡7pSzZ,FLN*q+>z'86s#VM2/Y@6([f}l3q Tp[%=Ov)YfGӼ `|19q1$e;Mo%I "PD}G\ ~9S :|nIr>ztuxUR oW)S3x'LraXOL0Gc(6gL^*RL,La *<K}w/껩yІ׾a؎ENk+^Fs&)O=oYIGVIP$b̏"#@cZJq.uO0~cT}Ff{%`4LFZ2fdeQO/2"i=U#)wӬՌt+ 9SO#cٕJ\0 Uf S,R`m]f(DV֊ic:,E -'Bg<׈ J<^V7T+cNg\SwTWNՑa5t4Tf$ezys#-,+A"'Z8L鶓Xjs/Oz'Z G}4ι#*LS-9h' Jp4zZ)1.dPSufPL>|?t%V0Ԃ4YgmG$ɱH &Ey)V-=^s=^s=^B;b}N}EE% s a% _Q6ENt˓mOgHMRj}h=%u`: 1=هY;I=+<zřo593ELuOŒwyxQN$q/g&JSO5L"@ V@ͬQi (Ru}9eԡ~UDKbxOs45 ߈|&ҞbPau M6`4L60=t2*&D英oepqn Uz%Z3oB: OuwXgˍ*ihzHh*Gr>5`Yv@P@/g0{n@zm:خ:'bՔ.jUfi*ifW.a0"|)w Q8cA<= '͸1?)IAZpf|#1M>fJYv-rEuL1L!utQ5_f)}{՘@+o^0ǀ|Y98uf)İ:y0%RZWU;;SpIԟﱣl0̥Ӳ{̘ZZYlUc ĵT~Z:j2**.J${"K-mf:*FH.n^ߦ,g8SL*Ɵާ3=>GlN:Tsvg1?-b62buԼ8^7UFs0^(zLץSK?O$Jjőra^" ϔ^kNfb  jMVLUY!SY_dI*#!,'EՔrjic߰V&ᙓɘnJXឡ5$ ,J)粵oKI0 hIԟ9b-[ Y-,֞̓cPirMvLhSVXuBش-4ԅUWyϼ qKmZn l'Mwy 83g\z~OA‘Ǫ^LEnQ)!!̣[1.nqsgXl2=vˑTK諨1ޯ}3u7Ե ٻAZe%égV SD6v6<!jQXu5O꒻Rzg#Ryi>aW1|~Z zq&&hV@:lFˬ\NRVJ='u,Ѭuh<ӌF*fC&Rbtئ*̍#.OnfX dWހSfG.^U]zoG=t˝B˩.SUa8ݒjlN*C$KA=b;Ξ4ݥÖP6|XRuo-[È.7,V ƛm$mfH/r;|4JsV`E=*%ьk/Rn[͝\e,g2A!552-<' ȑ4`gĕb$WY]m4oa<$VY9>aN:LB,pάd,7VI.媰)DR 1>|˷wTOZUo)͐Iۯ5'ޘBU#Rf &[zcN=Dq#5~6UbQCY 6hKּO;ЀS׹{W{W{W{W{W{W{W{W{W{WDuKwKZ㏍Ui~T_Ao\ſZfc qRCE3 X9>b.S*MUa?޴#DShV!FU%wMM.\2:(v *Y,!?u>ƴq0C#p334Kwf}qGei@5XCO9lXSK$rz̊~͝n_zKq%=5lBU?TrmfaضQ͎[5D VVBo iɗ,k#MZbie~?k:yQ&_MamZb3Ƥ ݞ=;Ie'emK륳u-`UKGU0ɬ4rO#gI*gٽǂ% j:޴Ur-c ]Z9KYZ8LgǩrXWb5H%%= SLHshv`EpIE)&EkyzUKS+5ڊ`§IIP&Rմ }1fgh%&&`=T☭}̈́`bJ+ʊ>Wa}.iSXiBF7= PseS7M3fB[+X)"0auVW@Dˏl]T-1\+ɗnAp<ݚ05xxx'Ey)<|yi)ͳSr˛TI5l q|CGV'YAMj륩2[b8T֜JZ6H+5%@>#@Kh$J.ק+mzQ>ug&s]q?TKM ؕb1Ɋ4( VU;N$V42 ƪ!t+֎Am+cn=9S4FxɑDžSzlتɉbRym \1SZiʼ=8f[VF),E:iT:;P]Q͋cPj=DI:Ӭ*$#f&bh87W0æ+ey,rÃ)2FPS `%MF=J=Ô䏩t˦~0|Y H³Nf5-zFfG`C̙K,f8Sh8Q)ꏧ^G@v31:f:֒,{ +F1`GMOP|ȖƍgʽM͕zh3^;~cƻ"4c)sEFEEMGUMGEENe(槥iFXeVUeNMΏe.bx?Kjg+=@Ĥj$KT5+Ji`ShQ ZN5IEK]_K}Ft9y(r x0: aKq::v1q|6hjs%*'seVULzQ,CLTRVaS jaM pӚURUjHT`-I n(\=(ZRfzNOR'ƺ̥i]0ܽmO5DȐg/ľfA)aɽ-3LX!GԜS dQZ+v@*&nUC+v?=W[\OHh"3<&tp)OUAVU ʯ< hCvk/^g:C0cbϵ3WaEMHAB`* H5CS2Na̙c lk_FsJ:,9U3UrG.`f1?M LIí]ZI=5u9&U0Ç ׼R~+PDЬMK.'ᔕ M4p=Vf_Kަuwz/fK2 /7VbPQFVcQx!o?[a]AY'?^#n+6=_:u 쑄8]P04O44aCql h%H&f9HG] ?NP ,''D7MUbK\3e?:L=+<zřo593ELuOŒ!SK\q\A#5匣Oji*݋O(Ibv9c|.XN=u]y˹'8'>"his-lRªxz1鵼h*k}&hLz4\ñL6 OEOUGN9I;jgh2ʯuΑSl5V?Yzӌo5^gWp:\?- "wxg,up!EFBn &SNN.jfTS6?UCOOS5rA\L]Z 6+qkۊnr^Ps[:4^2SE7@%R ~x6ckpB:H M}_('.c:gOG_ aC²6t{XInK(lV2D(@G:DųWUNUZ8KIC'v꥔o|ֶzhėq6af^"am;숬Bw!qIh4_CcåY/Mr+<\cY7nt.=7#+$R0*0vI湽[ =]$zUU$7=l٫^fbys(i㥥zx' JM!u{g9 dQ ET"cxRDJ(kdhj1f"RQ4a^ahYٷQ}vXT{菪<ݚg=Gq|fљj YC QHn-̿3lOAudZ*W꿎 ֽWzWzWzWzWzWzWzWzWzWzW :#/_C_Է|jMk̪ =DՋz-36hWΗ#%Oя<'}QrfDY+82ϓhSLĴLT$[Øql۠(^ LI<qO> ⹠%v_Og$I؟_Ƒ+;Qj<S@$LΗYElƽ =!i[-ZųHa\E9{F=Xd? yV/&EBUa>(mB4#'Iտ]g4RG S$,S4b]5>>zGX MM⹪67 ckvn YV?1z;{f瘰r9fz>zj"eJGnt ͓MR5lmRac4zúW5)tsi vlAKA/6ABI+M D1CDPqfKJE$G8*N+.IJEd\=wJC*؆^Y0ox_WRh72 +3mU~-9%= sV@FэoƀWXȴfFќә1|Sq379ʺ(?`5!AsLQdDd>^[ſS6_8WOFjJ6],,e, s"+T<1&* @(Lht&zL5C7f/G.V6Pų>S1lc".K@\R|D$2@,4SZ(MBf/Pr9}/?R?|`XSk)E,Tin5s$PWG"S~хx# ?KTҺ3^J$ᘎ'0f3&&&SO_k@"kqVHZ,_N==^[(g^c"v OszT I)S@&#y+\?8ý_d z kީu #̀gpړu%|E[bI,e=4B;ɲp( ͞}hF}Vnk0v,őkp"J *YT8y LraVxRcߧXV!ϒs'Κbz}bzZڼ* qy j51\Qdhd5+y0l s ZDBBL%}867Y@yWU1U͜j#oг Up BOaaߞnEg[r~kL&ªűqѵDha*YA'ArrRt˨Sxbz?a,tTu.TtfYzLED`hΪP ӏVS8Ҭ@&YbV] 43=EdJ)c!$Dr3ޣk{Qm*xQEkYƪ:#Lrܢ 1TU<4Uhj?G#y{Tcw83m>THj~;IM]KHfT(U&07-ua\6R.1\r?EsmF# *:0ĐWSMG$Jl1oJOd& na 6HHG)*>OdI\ n@`8kCK|cPWzWzWzWzWzWzWzWzWzWzW :#/_C_Է|jMk̪ =DՋz-36hWΗ#+Vk EZNm~j^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^^K`lk*er")TV/ g(9=5t߼zW<zřo593ELuO®և'U0zű3:QT\5CSIauD۝ds&fK7 %s>ukpLxGdr 棯3EJCR>" ѻVzY<}bOOW2U4yi& Mf)<>|lS sW⋜玢mxTTg(m R<2֧Ը_n(RXnyDx鄥YqX$"'b+Y7  iCy)Ȫ .,H׌fUj$M)f$%-p xƏO9-_ 2j)>N/gzBđ ZU, pmld썓d x;7 n|֪ɽZ\{@PD'a>P9Zeii0l)UI-ki49;`϶ozٿ>N.{4b~9-\0(k!Z(,HNWC4r8WG5T( TBHڲ:"y #⁈ksq^E4,U1 ȌJ/zsk1XT&:W*HC;..6l t A#B=Z&Dng.Zd]a ΖמVnj^ڸ c4@t"U@k6 746kAoIIHdE5RLT\Rj\4cu.]P f );mAn)IIHtLj"Iz]#24BE24AH$ϚW{W{WDuKwKZ㏍Ui~T_Ao\ſZfc qV~=-7ȿ P)mVzWzWzWzWzWzWzWzWzWzWzWzWzWzWzWz# re\l.OrO*X e2fwΓ;J<zřo593ELuO¯ _Mzz-W-u_> ͖0WETClQjWX1ߘO|g΋>),ӏP:ב0OM89kQ,'l' bj瀴l4+D` GX1:P U܍i\Nj,EUYhpĢ48l& $45FOn]}'1Ny ]؇T>5:~0/%% ĖlblQnDiQKo\]@>Ɋ$b`xGfeUcb ],U8>+N(pIL*iҖ(Nd {ٯ֎9 o9W4d]<ۀܩERbbT{$Wc!\HE'3&W`N5%KEMPՔmG*MW*Lv98")ۯO3Ir k3e:\[C8tӨ}XN7R1e/#S0N _ B&X9^Vh'՞zs.d[us;et۪# lՌ`CAŗpjB KR $UUحW駧a=nI`jߐ[ViN$>8lG0U$•䍣45ZS}]t̸xf!Y*VU(RQ=>8|GDTH(㧚WWjVrK:|Kel9ƨiqOV5 bI? 9PU ?Nh=WtwzEG徿u*a0K5ㆭdYSȦG6m}zկPz6I ~gF) 51r}6#SQOu"KPʡf._ZN*8OO^;gdxr/JE:]S˛s.# QBaԫ=1mC4 ph Hº%3Y}}WU'4`O8&Ʊ|߁Q)d+ ]0E2W(ν\-1u(ʙ1u'.☏Q*s> Ut46$MKKW[5F۠Y߮֞!aٝ5T1W3<asIQ`1-LGTO[2O6RfvP(eS'1)2}A̝:gE2hEngΙLO:xhԲMt;+F'6EZTkϙǩrϭ';0E&#\WRfa]E H% $"S8GhE3A^t][-</{~Ɏ6r\KÆ3Kf a*|FJQHi%1E!Nz;)i.[5RHz3Y0\ 4T8U-\+E,{,89A6#È1 INVOAx Snvb LOjWzW :#/_C_Է|jMk̪ =DՋz-36hWΗ#^aOϠ@T ~%P8g:V IX*\ETtՐ`]W~f[+bxIwے% _ͮQuBGaeڌ6X#Ė&G+K (rzѺ<4f*zz=BUF, ʅ*El)=գ{(-+^nwNzL.D|3,*KS,Ma𹋟 8Ua\ېPr-'MYO%nQFSvtd6#N WZ5!GWITfe־bi58J2,p&8s0\ƙi }[:>A=2=pTYVxtkHRhɱ::LiVfvSJSdR Y_Y}DzBY?A±,f 7(MK_8SIh)82K+N}q:8Sy'a#9x)x~=6q›[lOq)0Ʒvy6zߓHz+"g`("7T煢ziu*d'>Փ8S ,i4m[gQ.yccu/&~zG[>1Ox,UX QXE%}D3JVS%DYwH|wۊE$ӡgUcuOqh)0~񫷘:?k L΄gAk>Y9S #ח~fڕp7oqn_ ԟ0n|[iM塧G*<] 7[=C.$ DeBВA~:_sFk!1Sm9k@x51`.Ey#,m1w ޣ]Rԩ&MjMy]$x$WVJ 禽5ؒEW \|;s[]op!TÉ禵5$$:O=^+)m;zk\ Ӟ[k$.JJmפׄ(ڲ2=55sN;{9 \G?8 q<#bTb5E%e$rZy-V 5#]=&XvF^XcIusU[S%mUUU]|UT+=D<ēZ*4 nr랯W{WDuKwKZ㏍Ui~T_Ao\ſZfc qPkB6V9DC菕MBq~UDa`bt'R<ܹT2a:䤲b ?;sS 1f>}$m="2LY[ͅKɃy$8>M.*Pu"wNt}jtX(NɁS$I+*.&a`.gYqI*HGv`'e3t.p#V,"4ُ+JMYf'd~ĀAkFJ@?^}AG[[\Zef=;,'wsD[[t1`d̙3-baQZq^9ff+̕9'|(]nG֯XX*"Jzh'uY#9++ 6 GE GZ~-߀?D`I:##ށzT0'(XYδLpF:8bϑ\p'd]W26эOZ L}d?]CO_H2a +,rAQK'"!S+&0βN) 6ZׅR^z^z^z^z^z^z^zUJ~Ŀƹq6P'9?'rJ_Z?i}B 첃CهY;Iǥ<zřo593ELuO¶%91oӏw*9kOʚ`ÅP,X(?9A$ ‹dQ lGZ'hMNZmSw_K@Msknn=w(? NJtU' ֱ hUoX_1*TԀEӍ*5rAƧY 2}t"#`k:VK*(rYUnuw146EA{6KHpc/  %oӴɶE4GD yMzQ EΉSOf%mcp3>\q3Q\v:h=׹{W{W{W{W{W{W{W{W{W{WDuKwKZ㏍Ui~T_Ao\ſZfc qTŶ6 ,HaSfw 9۹Yp1HsµYЪ`4K>"L{oX{GAŧT˜$Xt.ҳ / LouC,Ҵ*U(FN0iҞ:$lZqJbJo{vNWBϙ_0NdyŠzqz ’i!);$0 s7w񣬵^z\9w"c}V1elJ>S`HH1GLLk d0w6Nx 4yE=?>?s3ƫWK'Eoyܮ,J! ^j ZW/]?.gNPf,7:a&\? l6FšB.|1*֛Blٮk7QĩZIT8W`WwH\sHp prb6i)) gP-{xaֳԏ/4dT3u&r>kyH|IITT#oupQш:< Jƌ&9ׯ^OTKC3UUeĠLJ:CUM ovx]/p@[9$Uلt܃9^Ͼ1N/$f@lY~ Ui FJ(饨_23~Ρb4Q Zt֗ 4}c63zt7K=huf1<"o6o HĩpĵRԐyT{er[)t:3X1dj~WAzw0nn/61>c8v! u~ EMJ(FyK覴Qz˭_Y΃%̣S l)$MSˌa,%6l%0pb> A_N}bzNz aK7:yնE[j7)54Ra0٥ḵΓ(X;+a"gu wU9]Yys5NE'xF EѲukNJww^!cFiKt˙#8ϖ8Ub7Z9/| w$sZ1&(O%NP?\NtIzeM ÂխzPQg` \On j!κ*]odS"̸[9m_Jj̸63qU*>VYSˑG X1zxųV*Su r짙? зTYQ"j!G4$1Y,J0!R>tfpQ)[t۩9 ,u3=d JUy~tEx `a FPh,dz. \M<՘Lyl^X+j*c$G 'n[MtefTc _WY2ᆯr3KZ\.' ie$$B^ 4x/[5˝2wMzoZA+1Eec}z dTecuM|4XB:sױKQE/,axC1<3<)sF<X)S Bi)]F@C*"TE΄zrxٻ,[?g4bǫı Ɔ"%ie{J]ʗj6M jWzWzWzW=}_7ؗ.6U''DRUG/_ApPs({0k?|3x<zřo593ELuO¬=u/dLՃbXv'I^9XN%Sټ툡LvGb(FvhOu^>f`{1OIW!+4ogo:9Sʊܻq a7I_hska*ߚo:ØM oe֓vڛamڀ-Wӕ-n#m:Ù4TmOĪDOϮ'U@źAV`U(0Np'_1UɓQ`A~T(H1O6@)NKpIt#p=;ߓBqLI}嘆)ݠSix VOIovmJ` ..Xf{xˊG$m6R"x|S&cʽ*n_Ur'T+?a;˗ᮒ'h*S1KmmGI0P*7=Ḽ{eVmDWƈĒd# DQe5݋J¾TkxDUpOUs=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s}CΈ <-Zs*OQ?b޹C Ϳǿ?Ƥe>o('CMSZԙqjģ?2Ymc;7;Ye֌pH6FVƵ]VϔQ礔8m4{gvccN?YZOF?T.[;k)z˙>2 * 檗{IVŗ~Hq /1K&k5ؼؾ#8j;RHi{'NBņ3A1z=Xo<+!i¡Z8XrPauFMsGB$>2β{w[] MwD,rI0:I\SUedYDNBݬ~e}eꝵ^\vPEqnE=. qÿ%.&HV=H>6o3BS#*VňW<+R@Jܤq{Aiv֗tWE)LˍXVfcRA&n¨s3|-TDp0,xj7EZ3(:0TSO$8UrK&ٖaE+Fq-4sÀEKhMN*+QXĘfZ 8Kse,XZҵ CU\IR?L=9>a޷J0ҶQ1G_R- tfHe g#[՗tGI- W;ViQ1~w/g* ipL-UbM9D)+14aqb88A͔jqgɾީf \7:;WzViH5Q$d4RyL@1FFU0Ս*C 2d͏zD:eb}0fŅa5=nuYҫppJJX1WWE56.Ji.W&F] t U챐21^W ^pMQOEFV+xh;ᾚsFU0Ua`NIHt+b_33GJ޴AM4 a~ɑ==dGqJ,!iRb'ű|#CUW`1CO чD恭8!1nw,_y=`^ 5~N#Ҿ`8 rjkJhgq Z DQS5V3X:wض1^gl_Gb|WaUYjzzx^ Td,תn{*p_8*#Ƙ I"m ZoGs|ka59Ѯu hZ)1!01Ifۀ`ʴ3LW{W{W{W{Uxzo/\lNOR֏Z_P,Pa,g~_<zřo593ELuO“\? neL8G [Pud'RqZ#b"ʙem89}kN"aXQ^=QЧPgXZvjyHN=WTR߫<:QQOER:}D:_Rʱt?pV3g@ltV/EGZHq$cIC;hf˾ksv=**)(sZFmjM4DF)$(uo6mu(ܩP$OMOYf Mc¡h`0ڱ XFF8͕ŒWG/MI]QCC’HҤ#Sٯcx$W}%)'eW1^`X,4\b @T͵,2T0W{8cf?QIڻ7y'F)CM V1OObx GNCPȒؘ @@q{\QGX,'E?֗m&eſއ'`@JUCWU,)j3SXy# g ٚSkfj-Xc>=UULj&#Q%nJNm}61h-kqCwXJ?zW{W{W{W{W{W{W{W{W{W{WDuKwKZ㏍Ui~T_Ao\ſZfc qR{˹'1_.wǓrE$ _eN.TKj {6 5|0ZƞpC5/^T*T6DHAh{؝1ߞY !UzrTk,j ) `'e`Gi~M8Gʓ ᾬ277Mn cB@7<>S9tĤTDuӿJ:6/q*[>Qc_kv-UZ trҲ_g&^o՝\h.ZCuw'CK8e~QIaӊbEE$Kqh̖xeNtR 6M$mu:(pð J4/zI`2aWRI6ג ?W]JQSaYd&UMX2 ZhPo+eW%%@Q>e3?axM,X Uyg4*)svPѥg({.ʭ1EH;;y?<'bzn1e:)e񼣍b jס՛bjͣ [4 چ&&M`r}Vdu,)d͘1X(-lQO[-(5C2*DV PI݁n-3#6j+b LsXX)R%YdhN*|NI̅پ)/hh֣Af'_tˡ=N5.mȹg$Y )[>?`pI,JǙR:H=мoh5We=t)5*.`%ÖqS :h̳7 "۝<Zَ~"R}9tqz?׸Bx2/'S!VcxSդH!_h6~"8U6onb38f89z5-&Qb/I^'hV&PkQX1<}O൘>@sidlJ2[18u[õn6ܐ*EQI@Ux[dQ:< USWK7A/euT9ڻLUO+F@\U*}hե .efg&w<zřo593ELuOˆ*'?@ep;G쫟ޢŚs, [vgcZtjmkj`Yª+*a59a1<=L-du$^zKGS ;C9Ө-iF ʮ#4|5+A b0t_-bOqЫYH6<7n%T 'U 1tۤ&1F+MSTV/8YX,ʲʼnBK܁\ RT!I\Ne|bLJlbPeR*m@io5k-/3hecsH' YqЇ UZäӎrK?VqY*ŦB(0o.UQ#.y(;ug&)̇& pL ay<Đ"qKK<%S sxG~\C9C SLzt3MdĪ܋UOD&<ʕLSPN\*mE@Wه8t;NJ X;>R-w zZTE =U<8)(x Xܒ1u\@,Mo -s\ EYV#zj:$F% 96lribSӏ#kF4WzWzWzWzWzWzWzWzWzWzW :#/_C_Է|jMk̪ =DՋz-36hWΗ#DbC0j //~AA yϞn;&_<8|8R_ZA3DL+jKUR OqgUkPT1ٝe{HVLp|hw4XIjI;+܂uh! }?JmA0P*)уTN6W:q)s@]I>ƆӬ6#f_ _K^~i`.WPmrrFVڕ?4+e4XSφˆVuqFTQ,jl4aO0’6E1\&> =nNjҌdG1aQ:`k(.q D¤m3tMdԄոS^Zg*,I_.6jZ&)N0b5 Drow 2V(e쏖Npϙ\Ɉ)r>Lxj#D'"dmA8Km@T>VR)F0n1N$ck^6jU+u]?^IJ[\Df/")E:L6O͸$81rEM14*~׆'xjn@[R -] ͛Tx!ũ7.yh%Q+6~t6VΖT'?^F5FWԆk4\u+tc}ź`eLGYsaL0&<2˄B*PK-bgY2>?^II؍V1ɈÅ1SMQZFΡT,1*lU4ǽe7_\8_,8DO.؅'>^Sէׂ鎿5oN-ӥ9l-aH3.R8BDMYId Q?L,Na]'#=<[ϴuPq,J,ePdžbT4E0GH$$n!޺yF3~(: ә]f|i 1T8.9GYb$2tYNEBX |֞,ߘ)BscuxD؟^u+!xpkW"ј4$1mgu+uReܑe\m͸5Sȸoc3ea,cgqpC -tq>kq D+G3fP :ʻ #7smYJ \Lfh p֓˹*RFJ<δ+>-_n!E%?Ԓf F* XYĶJƕl4Q鋨OM0u9HHzpqMCqtU-sv7ⷷm?p;ۅҏQxh%+PEL614匇̕vWNּoI (y+`$ 33e::ĘFIE4 ָ>SӠ&6v6.$`ze\ehKaXf &/5Ơi# `L,Mq;{pTੴ]ˆdl?ԳTHԪ Z8IQFג:7׼>.d .9$f\8fl74Uң^ZQ|Unm07u+Ѹ*ܸRdbY6ҁӲ`7QZ5Zy^|k35.6lֱɸP(`h]~ĩ5n 2 Tʼn4l:( 52kzWzWzWzWzWzWzWzWzWz# re\l.OrO*X e2fwΓ;J<zřo593ELuO«՜EU'KfO"\B<ߘY OA{سgu]k mk_Yw (.c)D$Dq+TO) smfOt4yo` UXUU&GnҷzKRhHCV3m˺|:!Ai89AUsWJc1m_SIU*D" w"-߿٦FE03gTxi Ԍ7yY2@uOyGٵE57(Y Av{iuK;S5*.f:+WEql70cTULdcQoܰ"*Lh4+L+?P:R]es(?K1|r3˂aRWǎ͈|ЖiaV/%}m/wċd*1{+6h| 1uc'澐ߣ=CؖdMxevj\?z:+W#%58#qJlCTNUXوK(khŬ9\V  :2y]H?wigZ:G/*Q;%]U 22gy:9$ynՋЋj}+F[Ru¼dO0S? ([\ )LF*g$`YؾT$5[yR0q~Ҝ M3K iN`M vr`?WT2jsGտO=b5caL0K g4PaTTm vujwڷ|#:A8SÇ=^s=^s=^s=^s=^s=^s=^s=^s=^s=^%H?b_c\W( 9JV/?YA̡Yҿ<zřo593ELuO¶ I7]3V'98Ҍs+]Et#RIQY',TT N"ia cA_}IR=幤v38xUXۛX66l% 4#g06İ"jX91?5餯 ǻV^+7D&,lSM 9{fCp,'-a3%\DyTT kl„?zzh&m秠exj}Eb)*fOGƥlQ-LB|vXEhnmo{q4CC~8]~ E3 ŧ¾{14pc|DHְItjդO:Vg} 3&a=9ɔJpjq)bEq܆{vӅ#D6%X)R?߅}.!u&Pknf3迥jb&P}eyg ˎ/~dEBliWP[33,wV`,uVR6%K``u ? /©}e0 \.ks7sC) 5Î0h'X&^r+4_M& Ny~U 0~9Mn跤#+[Ī3Pzs1ykj`^S$Uu2F԰U0Pc8IGU*[umX5&ú碵ɖP6{I4Ɋ ˘~9RµS q\J: HLi$I8f6Ƶy5&<}~z+QL6b2N3Klƨ&5*.jJjʘiy1 d4Au8 ;j2fz[ĕc@A GNjȷEn uf,)s9IT^NJyҒee2SK .Q=ՎowժJ[\:۞[k9:kk Dt<ޓ^iLJ./b8SQHhLK2oK,l<#Ú^N~[P=/1Ç`ؽ6-e*jgiB\>JjI[*='kzM;nwY :}_0nXVyko*ԘuFQO01M8/L0#tb!f8y-VED쒑,771̚b?CG?_5?QUr(mheee #O~B㾻͢m 2/ݏj#YF ݖ:{\QUQ049ZM[޻{ $+ۛ.#6xT]9F_oyf?,j(kraB9`~l Q԰p#;E7yS VE =M~#t7u3,[8,@.Kq ZJIHsȿ\O;3lVngX)F1f4-ܫ#~kq$(./ a!I$^d:E"ۧRWOn`&:=( aG$JMl!r#nWSGMMhݙTو Ϩгu R $(b"cRGd湚YA-El;ZYjnjn2ˁ1öYvxu}E%ɇ ͖+ѽeU_)-5FSOqۇyG֞;fn6]Hc"8I?^7Rpmq zy-\O5m-FK[5D՞EY,[a)Ndrx6"<$cӑ??ÓϩQ3Nыy[ɲgL"*ᔰ_Nm*={kw4riPK%pd-)NٮO6)*' *?*9Uz^z^z^z^z^z^z^z^z^zUJ~Ŀƹq6P'9?'rJ_Z?i}B 첃CهY;Iǥ<zřo593ELuO®׏Q~sl&XȽ _}bqR K=;3uvp+>/z a%>5UagVj1ԌG7Dò.rr,UX[k3ym$zZCK# 'B_-5ޞv|g*u/xVbtBV+f&k %*4khJEp{,y;zkϹ=ZNtƋ ı 8~G\^TU>m tt8Vm2k[h[^ #ٳ*f Z؊֘~b@ +@߮y<?笷دI0s ZcTb4UEڎ#E%E~ L6WqA8Mqg,ו}ke.uG#Q?՜ߚzAJL>:$Ju@mUnpj…z@ij>!| YU]J?&Zh:7$MU5-n%_ZjUP9]&Huז\/T1=+R8\YCqˎdF.:jmԀEkHUh;wW1^f,z-\U# z,s7[v\~!L>t;Yc-o١tlu$Qz5y=T315pnb-{%Ra~) ,TXuh_t_dFS_C3)cԷDqt+gy[o26+^Wzʬl) MF;M@RYhd^zģuqnaV:_&'WNz2hvJ r%A©DTҦԐט|G@Sk7nSdZL':ar P&'8e<O[?8瞉-z=/Ggs !Y/ljWjdfJ}4'mU;jr7oRfZ'@]_ ˽.DYk3e͍͘F!6O aGDIslV]_͞rK3eh2k%chcx Dv/QKkrXt'E@=ꇏȤO3枕tg7dΑ:= 0,S:!gW)I{6P5E7s]eO~d o4fD2-_FWjN J :0C2FxT~/)e >(2Fb9Jxn!e):}pW1PAVZT1rR29x׍XwW oNɿ0τ&%ҝ6+hċFg8bh9EVK34͆ KSLYb/[09as58ۈd$iz 9GT1犌 ØpvHZ*yEɑURYhcT:Zha,~z>FsVu-t\>MR80#-bO"X[$DOh 7XNEg\ӼU֌:KYbBl;9E֞cSҌCaq %ҡ:A$Q tUtx_OUY/3Su70u{,]NL8N)3NUH1 5pƂZY ˓Fb9ޕsNksv]]&`7P:y?@ipX)⤜PUzD]_0Jꘪ헤1MRlH"$GQ[5-'WYB0ZÄqJW5+>iyuV CΈ 5EUQ}Žsއkŏ+KO?KY2"4>Ր@'; #55<;kސS7VXTDh bBώ ^T[!"\95m\:6yUg/v')1_e BAm5>̅:HÞb6{ 6vʴ540RYȑBn(fX[S~i *(?u]Jv-UrsFrkX'9 A{{ݶydwϥ+AjRȻ&]6ҊT0렃'>oc@ȵ[:'fu jWkc_>|;T4ηS1-h=Dy<OQ?PRSNJ*,/>VL. bx4{EqynP$±$0U 'K a%Հ (qaU93%B8h=F$ULMQ=,LQ(RīPX{s7쵫LL\5 K*1„l돤xX'eFsIAOM$Bvj<' 5d77ݢuD3>]>skzvb#fG1ex^=#eLҙiʤn]Q{ݮȮ-Covmg>zk3x?,Bz:뻭bT2tījb̨9e:_7;1b[k)xGP$`϶Vcb*LT>u}ٳ.D+YޯqO5* ۀ`^8Q'ES|QIfJ+l"H5Z|ҜEnD>%Gxk[T2>)E1*V1LSt'ZI~zW>k.b2 ºU6]<Ҭ13Uu^`g A-0QzJ?PXoPdC Ҍo2^ 2V+ŚVp؄ArC*6""b=厞T|,ɕa}! t )c0,O#LG["V*Kp>u/%u۪~EzI]eaRGTFb1 s@E:/.VƳQ+r-Ys RNaVp(j,LH 9#)ғ8rZ=^s=^s=^s=^s=^s=^s__W%65ˍq??ÔUbK\3e?:L=+<zřo593ELuO¶~ՏS_d)k5.&E!E'{v/oŶM.q>#Uzn|&anv3=8&#bmf5UM"8 S0R@ih *>_9})!BE6 %U/O Xt\KMW ED$ V/› 5 M$؆!EIM>&VKHj'HJI Eq}xtf-0UHͽr>ZŰ#aty77OED[a}fV t'ugvYL]5L*FA ^1SE Kp4ZJ&[}4z6I%fh>]Xn_uF]jޖ_ee}х{FHjZ]*ʹsl"‡Fʹ~j:|)O>LTQyI 5'Ӎ[F4[g]ّo:M2CO1QY91TX^0%h'Fi*,~u,bd<֜*SLwY2c_8t7dΝULΔ8KxfźcҚCTυG@izh$Ql[nzTEY0 s uN,Ue,>QľBᘆ/KMYYqvp\HFXAI5LSrPZLψn7Ve::E|#U0Pc4e(*4K#F<W){Z~ӊt10 :u?zy-[ejpFi` U)nf"?M]f:3_U`؆3'Qen6)Sf+AAQ/6吓1hFM"9ae̳s?%vM M(A( SX54usau[=<2TG@7[޶w}$dz)LFl_|' i1;4ŕ1JZwN^H*^7pG5;Bp,s5 澒ay:c=X5~ m]V}dӶ!>FDx4d;9nr9xZ٣1b|O^Ll_%>W0p%UM3E_-4d( n,t'%U:va((4`AU(S v6n1Nb׫%`QK2Tú:~qLBw5RKMI.|JM{F*`z{+~ g8!ϙ6s uflf,IOi *i\|,1"V}P:%HKZ㏍4ֿ\ʪ/OXo-q3o|r? u:߇=M!:Q8ec)7!~1*Y^XWMBA#~e@XV֥o^TFPlW%}ZΙ,;'*tBa~>,I! NS=9uw8n=ff+EF>u]\̙%zRYu&jCHO2wl7t(@O\OΠ,ݳh\Oh$G)5* hSЪc(,KmUo~e\,`9˸s`+$x*Wd1*WPE6su;sJJ9~pllH4Y?WLLN$Okb4G4I$0N=7_6^}vt/R qUC)aXOkg,RK5.d?xU.P)Z:|]6;<7|EMRF2AdEB;mҹcg]>{xḆe8} X4V-rR uGch`6q(~Ii𔃦[; I0vjwȷa-Pִ(&O=*z̘QGܑڿ< H1Ln|bJy,Q UI<ʦ{r$h ^& heMA;<8IAm}y+K]W8_}@AYP\W힙dL H*IU@MHreVW`^Ne5-? 0bXzy[9S*bU>vzqV~ۤj (St>k*N^8^Ep&I0KODAH`Cl]Z ("TeNYǪO+3U)#u #"Z(%^B'E4ϙ#8/[s/P0ndJLd'k/QSW[ PDsLe 7VU|2ܙ3a4o;u_4xV S&n"%pj)+*Wt2f,W7t [5vi_oо*8Re@m]oX=:#`W Ɇt4ed #, "`X|TҭQYː![usG>>z\;95uF8SÆ_♣4>maMD S԰XTm,O55b zfʮ>N;|؞7d[GH)䊶IGfGh7WIz2.[yK#2MsJϙ ²NE*j j0dyA =D\Bb|W[.R󧾏Κu4s- w;9{+~cּо)%)g)PZl:*U+Inz l՜FV/:;ԸpGvS$2Rk(«at1d_OK`J?k&w]Vz\!m*&'\3BKYY!D|[^kV5RfZ`x[ v L&jl벞Kũx3%&aO`jh@ۏ7Pa+XZrSp݊MN!{bSzhpmUuz5zת޵Uu_pa_c3è0gzK'=X5T+dkAtXsoRrU1 9c˙K4SG**zӦ/[rE?*+n+kt1i&O*[TTQ~Yb(b?~IȝV29;ȼM"W"Pg1R7zt bncx*jVaϏeJ2~7O!( kc?ƑR/ fqۜ+z Dny =E=IԼg+:*hbEQ˱YYݽ6RM ,c/QTc+A!p*j08B 6yUῺsL%zK3Un3i1,GZS ˆ+kUh\釯T<gX5uWQȕ&4Vˈfw^$bx"u$kUz/@xy_Է|iUQ}Žsއkŏ+KH/[[ +)1"qJye 0a^׳'- Xt u 30axr3[fZx؟uLnkbBCcԝ߳ -+5~`f2,9g1Āx$(A2JPl4M 1Ј)lNx"ލ4+u=nܩ"0"pݶ;&EnA3u/pk9QRc͋ıTCLRӴV$k9LUA@bpwѧ̩J) Rk9ڴk墯%U1eezƦQ?c՚?*EOC ($bb:yȠ%#jUcFQ;'bh(,at/ZZ) F ٳ,J4@b(\tw]/:rx˝#.ߨX7,K8lÇ=|XsG1S$m+/WȽIN>rV*sn]AI:juz*'/J䚌:yWG#K/CԱ^;)iC"L?$lú[3\Ajf,.]8KG*a X&ed9EiQVY0>t@rvS&CLUU}.1iLBK>2ʩ-Pvha0."n]XG<_8KYƳU-PzsZؒ:JvKfhWt_1tO$eΒ2HrNln}?lV!PZc>Q(禨zb^KN1]pʸoʹ^0zyh`YhtVZz`Z%ޱ`N´}$ztf .E;'9#M1|cڿ*Ys;ψ*Ri< ML* >Eu6Z65UMe4oHi 1-}ٵSKU+zWzWzWz# re\l.OrO*X e2fwΓ;J<zřo593ELuO¯gZ1ܧꓦ5D黧RL~3k\I.RMVK!o^ 3m1IhIΪ՟Ϙ=Wt-2d{"'ɕUó[V+ipZWS=:KYcr5r*xt-i"޽3G0W|+ӭ}N-~VEiFX©NqY҇8˶<@N-\2xWE^5IƺQӌ:dž0^y*)* 'FQ#rUVUƩ=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s=^s}CΈ <-Zs*OQ?b޹C Ϳǿ?Ʀ_oLjPul(G}<3JѪ&c~vҶ{D8D15?vr)؏h>][IIMR(|k hZ@Bk ڄb<嫗 xϹxT5fosON_O㩴QSJ%8+!6Y} iJ@QJ=1u&2&CZ==Yo6zULD̵M9GNf0P>v-po27e[k_E=gڟ k_jkJt*%p`MrdK]'r&S*hhpijY^) yHƯqߤ:ij.!f8A?)M[ _K.O~E='{o cf7?B:=uԡl&ImABSGg&1Jh1t||I -F dtP ʰٿt(y 틷 4{z!Qɂz餝BRAURrZ|لĪR9* ƳIsyXh}_*N௱^GL<d'g}YNuWGW(uVGnj*Jܯ[)jWRjb n/q e),.`-k[ޓĤAL;d 'U f ܹPO/ӧ*PJe `g,)pl[\b:6n]b7&(â^iHz̖iib3u=)Pt`xJU[Qեvz0|;-h34X&)ljj-bdΆab-rSMc!Eu l_%(68#EM]U V|lԑKzHid^8Ln5ִ]] |?:aٺ:tkȹ Qbev7K|IEVԉU yt5FG7wzi:=Bc0s5NF˔86+_?MlJhp>V FT6ickmciP~"~2-ӋcyQF/Ryp sa/_OGynI)V-Vt#am.1㙱o;|Z3Y,_豱Jh$Jc1r5Rm? 3"LەpS0c=*{ACAFIHJ6-2;[ €zqlҌ-ÒWZ} T|{>_î/Q謾3C.Se@̉QK,86D_}7֣ryWg͔)O֡]̙u W'(~->=8H_ @Y1l.rMȴA fVN~: @ г.җ[ĕ UUТ]'d#ܰ8Bj-*Bϸ-vOJHt.cqcKMw˸~h$bĩihmk|y;| ӒEC%Ų?NhZ?s{qb2!}g Nonf,hweK6x^>? eM6VΈ -ͽpIWfKq:L$3zGvGD ϛ .!Kd;#$"ǜFۼw8WDH}, m)럅[tsnv ĤS{L-N<߿S%g=²n]);ѻVifXJf8 6Yw&[:ec)嵓)gԉXOAn/G ,[ 'i T>.=θɒ:ЬK˧ /G[0TUTD[:WTɶD j롣'z :e|s'D)̡/D+I1k$M'ayWWxK,/"ű cz}4~siUO\s;(+jy>S͇lZy}e=p4Ӊ"iRA^(S?(^ڨHW:F.uƭmRԧ=2L{8}Ohh"ʽ A6cG>cjÄxQ4X.?Y][ sJJ1PydV' 0s4uC&7%u鷨\|ztpJj)j b1SJQO D6aUՅHeٛ?NqxB`eViqZGv qut t2n`V:q  Y{0\K(g,30'8 PӵEOȻ:ZJlctCJVZ71..CGbع|6yvê%-4Ld?;[(}]9z_Ys~ay*,V,Pǘi+36%AJ5OGK؂C;\Ui1UO X쒉 P?;jZd"%IjL3K[eYN9=53ٗrSȕ8RMe{l_rTBPgG ,DM.QY(l+ $>7-WݯQ=Iegc7dK38j6D>0OK,G6)tt̤GH!ܛ{.(Pz"uvkQ~sRrf)}6zVjpEY3m=q $p~c撳i=NA*Ԭ\sS3|hyJIHC~9YG45Y &'jz7r) ya̒T [VX#Σ]*=H ]PK:3b`٣xgX%-`Z)MO*RP9xYTCllkgV5è{RrVRrNr~'6'V`5u4##R蕜!wʝucQfzRhc$Y7## 栃ÇNPĆnyVn;+iz j8?a<HFTH.|x_X:pmRN2XG&`x~& "SɇB MIyK\~2KG-P1ՆgyyD9$+hK믬E A,S.; ~;Z$mYm"}Eo{š׹{W{W{W{W{W{W{W{W{WW+Fʸ@\U*}hե .efg&w<zřo593ELuO¶n瘺i[qJ{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{P;tGW_Ŀto8WUEzz[e?fm=Я.G5\+zROZ%$&BȘ#b|B#cZQJiWݒ0F6' pVB? ZZ S2nΚ5Y#d2VU*SjU4legW0,vS.ҦajyMUKy^mdf7*ls7 uRȣ-Vi ('Ǟ\G#fɥlB'9k`}=FǏOâSh<>u%w@$szJF)IZɆ;(S vFYt"|cO ,)iE$9#;[?c@>i-_) Shz0%>`ꯧ\p)uUfˈP6Q_I:,5gjCj#/\VS +Rj8kzWzWzWzWzWzWzWzWzWz# re\l.OrO*X e2fwΓ;J<zřo593ELuO¶n瘺i[qJ{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{P;tGW_Ŀto8WUEzz[e?fm=Я.G5_DsmVPwSHcour wSu)8=YIEH:6,4S8CL okkHյYse *>\|Qob$<鋗Ov92DuEXo%ߑ yiqp>rz&foHU#7K+2d<{r0[năXqex݊zB-'&f1QGT0AlQ\Vԏ_Ƙ9(G^r̹1Uc8V iDH"E|-iH=}taaެz6s=^s=^s=^s=^s=^s=^s=^s=^s=^s__W%65ˍq??ÔUbK\3e?:L=+<zřo593ELuO¶n瘺i[qJ{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{P;tGW_Ŀto8WUEzz[e?fm=Я.G5\Y^^|}&Qr =hIH JXr08QJNtD:ߏh1Nm9d7u@2[i˴66Jh`Ԩ%eܿmG-$^,T%` 67 ƍdӔxê(yxMX+5* Q$O}u=Hy-HD(?2Tu0 0;jxFEnѵGlI $&2 sf@M$V\ 0Sɩ/ *xKݗц[hY#Tw^ݏWV==^}zz^z^z^z^z^z^z^^K`lk*er")TV/ g(9=5t߼zW<zřo593ELuO¶n瘺i[qJ{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{P;tGW_Ŀto8WUEzz[e?fm=Я.G5\\*]a%Im&ySLt8RĞSK]n Qۇ=5”qcHQ"qOݠp¿ %:Fv&[6ZG\ #~5^5x] 9dԩx^Ii:H3R u6hF7|+͗M\jM$_h\_4Ǎ73ln%_ ĩ6>-"rt+T2%8Y3߯g ZtG;ez/N\[^L.8_/jM2! -~gwm('hv"jտS}:v3ӌ;<^'xYV3oLсbMUj!&5f:6wF-FG`TO[1zPazl[Y57Ȕ5"\,&.èaEhTӒ" ֑II7E3cT ->//S}^xdcূ?E@e=pрdd \A˸VgƝԿ ojmsZb #-(")(,},lxh d`vW_>Q`d| :S4i$iHH7H/ pUqǰIO+ '-Di:0]]HŀMUԔb Jʹ;#-'f]H3ƤiU rbfI"sysmֶ<}5i:sszJ:y*ibg|4*̑)(4ЅcO0QoP?gχf㓺t4!X2)ALZQY,m ZŽȒnfkI8i?G e%#>ztM\[<5]qJ2-FqQ>+CU,xȃp\XAIUzr3{X03z_1\ Q.U  ")dr2 kzLRs:Un7rJsV|v^3+`yW1f^ؕ6\⫏xgX8SK 45 5=lGh +f*1o'E2,z㑛!a4]?RM_:>3[:.d.9z$1Ŋ }bMECJTJhҳ*$T$BLi}T;F%^Dy L_QudIYoڐEdk])׌޹aXs ᕰf* RaUAQM3;Ebƌ]M&]kZ :LzMIԌekBoN0k i%e`FF޿VDQ^f,%>m5u_U5^Ƥ3MOƏYS Aou7 $0.Y.1:+ً|C\RT9sBzU$y!hH$Zmm Z=r*‚R01W6u[pRQb 6Q!Pl0D (S﹉PFW*H;)QƆ9wIL/0׵g1#J 51,ĩm8M QqԵwbpy©b8K,k,E=5Z(_yEk~B8jK}i{.+KOX=6\FZfz2-8*hDFTm8iԪoY=2-vo8z%Cc/ʅv Gk7p )^Uԟ'NY!2;*d?PCF1U+mp&e-^&l\FVB~,= G\ss/HsY6%X=Vc W <бܮfjYP$N{C!*IsHuij,G#C DS[4 +7UFp,ofn?Œ@@Yqo/d?ų<ɈfS*q)YfUKh8y`n{#VkDR׬c)M%>!ނZME$ʔQ4'p)&ЯG"/&WnUϲU u"S9Wrۛ"i>~:e\Mr_׊|yF7cX|xBM:Da505Q3I W~z7[zWy9C?SNp3&MɆ=YMGA,XXj"1$(`߇9zA? 3nx1Y.38V V.e*֥LTj {iT;EXNU=Aș(f2_^u .btmq ):FBXɴ,wBʿjN_EAg2E@3`ΝS3әtIaUǃSI[ +@ J1슱_R&uK/JIGʘBW`Czm2 e2M%7M) Dlo55Vh^yl9 >uyky?Mt)bYs98ǔ0TlbsfJ((cIi#RG$.u#ez*κ۩}=Og1{.eծWu ϗ`Nf:[G p͂圱0F#8W2d2KKai2'fyXs7+9掭gXztϘ\9:;!Y"|݃A/:-[<͸Ez37wY}Rϒg&H 7R^kñ: L%1v1 &KO#(m׽(Z~:fhl}Jg0zlsWK7e\?W$b{0T: J8$}>&_F0jCշۀ<2/J;%U8Yy I 쨆2@#Ҭc֊ƪb7T tkIy3M {Ii4KaTtv Z%,i'W(,B¶D oN] J:L )KA~fW/Bh f xaɩytIUk ^$VZ>A=# ?:HA_<zřo593ELuO¶n瘺i[qJ{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{W{Pa֥ N\TAW[9L=2"u2jIzMpܵ%+4)h#B#yas!hEZT>:gmS2?/UTU@ok**^~$$t"A$ qpS\JICײַPMs.ftǦ W0zLgx[]WTTd $5 otVl#QٗGañ)^peu JG,X(e +ƣ?nEMF4XRL $b%ei<"x4e1ɑ( م%-$M}:M-Q4rǓI"Ub)m0g!PnB2YIHT\,Cyci|2_{@Exęc$yh|edY3YZI$6ЋK2q?K)jr\_^HJc)#%8w6PMRvS춳2N5l!>M>Ie˪B-eV* P# ?L3I2e 7KA^i@&;6bÞ6 e{%btel+d0JŢV%wAw D{xWQC+F 1)lfZh<"֘6z AM8ҏ·KHI2%4^AnNX2-5̾v~R7 ҏ½9)SUQ QyWSI)uz@Xw,,'? R5+7porcC5$oOI6{_vZ½&5V:EIrN]]"b|6lK!Uӛ_^\[-D QV*,|ա2y" Z Y3TNLr }$rM,Q$o9tЖsnkD{{HkU8FJ"F% jގ1 ZABl?J_VM',D 5]ڊQd55hao*8=V=fd1"r4 u,rx%pws>.m~U`iq A *6$"DHr\ <_^]~!t(d!hUyR)2~O~{D{kMd8Z;Fpvxݠ1>Kũd!jK 짏W%{D{^\7RUh)^r$dmMQ=V=Gq!EIKMM:EL$BMϕcs~U`@?khgy mISԝo=V=Ev1AR#Æ#E#6f)>ڂZµ>l*2KGO'Zdmg7 ^oD{[+k8L"f#f}?~C*G~7٠O%%".r,* _k#++f(ᔛ#ysSlH]#JHޞ` a^{D{^*v5T(gi`2"PJM$#nXmZ{Z)Q;y/ΐYb:',ΘN3OL؎+bXf +jڬE\Dd%LyGj7hHThf-1\ѕ>zAfLIB*QJ !(d  l&FȾ\>FҜ{u<[1OTT騳U7i䔠;nջPf=b%D!@8 U?P;IJs($+|r쟴SDίq?ÊC'.q^k}k]?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƽ842w2'ڟƽ3/q+M 9y6wKkÊC'.q^{}k?p˜ckjxƐUe\zəxeVg*7 OX JSYZۊ7%&`AwKjwiI$R{̈́R8HHHv a$;6V]&}#ϘDι..el]\re&^TH{M!VRș=f}0D+:]Cu)5T4zOW_C*@q>W$2K)^ڸƙp!Dc@yBLtFo1:9dp_;T~t#t27gBYvrl jPDa/LeQwMJ^ӣ'_ criR%NKm[v͹ʣSwHq @VQ٨êT{FyyʣSwHtzR-ehVyW+^Q/N9ʣ?^s1.>:yc5VO%tG<_ݽ濚g*Oҽ#Ut2`+Uhy_5$#V^{w2T+ҬcgYWZ6j?(?mkG^r=  ̏;Z;am]_1l',4翙*oGd*+Q5+栨`MP,-P/=;T~龚a|Wxv-+E&Wlt`F+҃P3G^snݽCe9@YIԮ%5 ~?pӞi̪?Wcp+_~[,h[5_O. C{ƶ翙*Oҵ7XAXi,X֕YrmK/{g*Oҽ#T3&]8J},뚲PO2OIo*IEUMpW@u"͞}nhHI4.$ +3P5X^el:0b}cJ8x[]MRk=4eeIɷ plR6? z$޷_Ll0L`f I㦚*2/eXj=Wx (bMד6Ӣ5u+P+_ָ% ¿O̵~4Fg˜^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z@R_!TUQ5d}¿׸% ¿O̵~4Fg³`)5lԒPG^j mO,D皹\BBvGk?pg7U {_P5&cl_ .v>v9 k7?pg7U {_P5$xTq;!~[nh+8½{1#ke|0N=e {_P5M+U_^={oLy{B`?~U_^=w\7&_~U_^=uᖸľ?v* k 2o+k(eUW5}C׿Q+;9ʫ8k񮿞`''#9ʫ8kQ+;9ʫ8k_#* a@BclJCL$~Y}IUʷR[R+JOj8pϊzKn2yL6θv$TVDU]YMow%O!Bhha?U_ȟp=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? M{U3"_1_.½s^a?U_ȟs˟~\׿OW32'.520+ߗ=5UL̉~7=ˍ̹L? My8!c @d؍~'ykp8~Y k\qfo3E!3)EoZ/oXx==~Wи% ¿O̵~4Fg¹P5+TvGU`⺥Q=[Uu.ts^sJq d곕vI_>)5U4\,ʳF[rҌKx|E:F:yRSyBpo&nMѾc_xp26p橀+#gs`VA*PPm2:1T4u; L^qޣQu(-gަPS|`ZNc#*~ a0]"TщTu]vm-AO5czHU%!Gʁ_IO:Mc3Se/TcgzCluY_zX4 ah!Rji#2{OTdZ$'$D)ggr/29Qpt[8\Y!ʙ˂)uJjz_5aǬy}w+t$V)X6@CR9ts95f^EALОXgl >3-`gH:A CJTTU P3h&1?h&,sZ5zG<̹;X^g80b뚖)⬖/RRCW$[*TnKP6uaFut@15P[Sqs2j0EUu]\l>Zz<- YiDByÞX\Y3R`kgifӍxur?|UI] gƺkў窾fTX̸^B~ɆaU-<1TR!._̨**\śx ”-PR& H¼<95yx)f06wڊUJcLPNp$I X?*s]4ʭӭqUcGYW,P֭+;^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^z^zTvm;(1KݒvTM'USsԗy,U<_Ѹ% ¿O̵~4Fg‚J9>L'8`X}eE4T4ORؕm hU[1,or*[="hF}?:2SI_jcWڣ> uKr{^HF}?:2o%ݎ^jp5te/9JSU{"k_sv:E{3Yє +MUtTg)AwWϿ]gFR܃5W*7|EQ_WE#UN-YGȦ5( uKr[^Hrz͓WRbb91꩒u"3c4`niTݎS?ڣ> uKr[^HF}?:2o%ݎ^jp5te/9JSU{"k_sv:EOϝSapI]LtGy6u.SatXN 4rHXTT}nohQG0ZTI'@ 9LP~p& :Qb8`q2Q*RTؒHmoۑn!̮3zM>DE OxʿfO*s]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]U' s_ؕ_0?W5^lβ>U{U3'{]TXR++qňcq\J<24i (0XU#;bt8/9ZWyXdDzeuQ3[VK<*H6?G ҸĎq ba^[3?+} a?q{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<{cǞ^l+zEz~HW?y="^?qW<^ǥRDu OG :1ezO}yMܧ'Fݞ}=sE~Evp^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^W9m{^罵e{׽{^P}տPw0f*_sWݰ۰'o `!ITZɵPdxݞu# kxcdd``.`d``baV d,FYzP1n:&bB@?b u  ㆪaM,,He` @201d++&1-b pi# Q45a :p?C_|=0a"vTQ՘ a$?`bD@*<QOHMIO傊bS33J`8Ra+r ]G0@0+ssq7ptTsA8@tA``S#RpeqIj.ebl! ui@=&<*}`gbK$`75Y xP3`S%Gd4&'HSsGF'ӤfdL%i15 SӚ?*Ic$UGi5SSx>8a{y~}wBsi'!%;%vB"D##r y^'ĀFCZ7a M z2 )"'nGJ2dTBI;5 n'P- TH)><|Cm6奰1g"sHYk3 s%L"py|X\t }Df^k9f2K(2KMm3#-anQd5\*Df['v/AfnvbȗyM^i'a M5`,kݬ]QjB}0843Yk Z&x-XFlsLo eokt[ʾkN꒺t%;o[tv--Wwa&ĘRtnzeJHs mc:`m 5p͙-nv ne7Э,}OSoGċ6E3yVO*/T!^0wTx1{!ǵM)+'^K)'v{C Ƅ`76q\' 7~w|q8o#4ڇűm8v.'2zr{M]'hWq\wǕrWt9HY=֬7t&m f@Fjyq]b6~ e ?Ts \A$d5m{.A s zzX{KPG[s Z}&e^HCdlWs_˞GLx[v+wWI}OO۽yM3)eyG to!:M 7%1PB݇۰7 A,Vda1yX,|%͊̕hw߶Pdh^hw=Ю85>,qzmt}Ǩs4g!Nc ν|\ayT!6"ZœndHLd%a(2=2JBg s"S 2HZdEf+Exֈf"sΓ<%aQdMB}ȪV{ˉkeЪ6߄ZʘNJޏzVjf4;>n0|]+Ӑ.a(2E\L ^)je&20+2E\< oLQ+Y aS)$kE,0cScZY2 EOjJL"3ZY6 ~rh^ V~S{ľÙ2q^ S"aV*2EE[)ε#3K¬SdZG%#<yg̵Bߗ"3_¼h\G2 +Efl3#sB;jeGԼnjemagx쾰!B,aYp8tdfIu"C "ѐj 'aa?$\E8_u[9UAd6Heـf"3QhH¬Pd d6J/pbD$lLnAܨktXkmZ$cQl]}Tȿ#sHMB4 s"SԵL0u-ˊLQ/R9Oܥum>2Ho[lg2J "StIWdNtK\6Do߉DznٷKpLXwkCn9.F).z"X%75gxYkUfw 6Iu4 ]"!OOU)MUj+((Rlj>'GA?jvf sQZMno9{Ϸ no #xqWtd$qƽ+1i/75gh^ar&BpJny(6^"\nkK䳘 'y:!>|Y_fyb<['8w:s$.ypSWƈ4°LisCCCXղE7"?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuwxyz{|}Root Entry FbU Data vWordDocumentObjectPool0k9UbU_1078071940 F0k9U0k9UOle CompObjfObjInfo  !"#$%&'()*+- FMicrosoft Equation 3.0 DS Equation Equation.39qp$ newWeight=oldWeight*discountdiscount=1log(*branchinEquation Native ,_1078071289 FPAMUPAMUOle  CompObj fgFactor+) FMicrosoft Equation 3.0 DS Equation Equation.39q}@"$ AS(B)=AS(A)*weight(edge(A,B))ObjInfo Equation Native  1TableDSummaryInformation(Oh+'0X0<     ,8@HPGAdaptive Linking between Text and Photos Using Common Sense Reasoning` Invited TalkingHenry Lieberman and Hugo Liu anenrrHenry Lieberman and Hugo Liu (2002). Adaptive Linking between Text and Photos Using Common Sense Reasoning. In De Bra, Brusilovsky, Conejo (Eds.): Adaptive Hypermedia and Adaptive Web-Based Systems, Second International Conference, AH 2002, Malaga, Spain, May 29-31, 2002, Proceedings. Lecture Notes in Computer Science 2347 Springer 2002, ISBN 3-540-43737-1, pp. 2-11.  sv-lncs.dot Hugo Liuot2goMicrosoft Word 9.0 @@֌8z@tU@tU L՜.+,D՜.+,DocumentSummaryInformation8 CompObj,jT px  3AH2002Springer Verlag_a2 GAdaptive Linking between Text and Photos Using Common Sense Reasoning` Titlet 8@ _PID_HLINKSA, k&LREC2002-diag3.EMFNkK..\..\Documents and Settings\Administrator\My Documents\aria-snapshot1.jpg  FMicrosoft Word Document MSWordDocWord.Document.89q6 iJ@J Normal$`a$OJQJ_HkHmH sH tH TT Heading 1($$$ d@*$`5CJRR Heading 2)$$ d*$`5RR Heading 3)$$ d*$`5XX Heading 4$ & F<@&`5CJOJQJkHPP Heading 5 & F<@&`CJOJQJkHTT Heading 6 & F<@&`6CJOJQJkHLL Heading 7 & F<@&` OJQJkHPP Heading 8 & F<@&`6OJQJkHV V Heading 9 & F<@&`56CJOJQJkH<A@< Default Paragraph Font,@, Header  p#, @, Footer  p#&)@& Page NumberDO2D title $$$$ *$a$5CJ*OB* author $a$,OR, address$a$CJ4O4 email$a$CJOJQJkHNON heading1#$$ *$`5CJJOJ heading2#$$ *$`5FF heading3$$ @*$`5BB equation $ ]xx^a$HOH figure legend$$x`CJPP table title$$x`CJmHsHu@b@ abstract77Xx]7^7CJ"O" p1a `BOB referenceitem^`CJ@&@@ Footnote Reference CJ EHH*^^ Running head - left" $ ]`a$CJBB Running head - right!$a$1" Bullet ItemY">T Item{# & F >T-^`1B Numbered ItemY$>T.PRP Footnote Text % Vd$^`VCJrObr programcode=&$ QOM xx^`a$ OJQJkHZrZ Funotentext.Footnote' V^`VCJ.". Caption (xx544 heading4)@`6(U@( Hyperlink>*B**P* Body Text 2+4C@4 Body Text Indent, References- & FP5$7$8$9D>T.H$^`OJQJ>V@> FollowedHyperlink >*B* phXOX Abstract Text(/ d8]^`CJVV Abstract Head%0$$ d<`a$5@R@ Body Text Indent 2 1h`hPS@"P Body Text Indent 32^`OJQJ>O2> Text Char13 d$`OB /Style Third-Level Heading Paragraph Char + Bold4 d$<`5$X@Q$ Emphasis623_ 236_Fcx _ `   d5}[3by!!#%!'"',''''!)")Y**.$/P/00 1[1116226358E9m9J;K;O;P;9>2?3?A?AAAC8D:D;DD?D@DADBDCD|DFGG!G"G/GG%I6IK-OA&LREC2002-diag3.EMF"   C A..\..\Documents and Settings\Administrator\My Documents\aria-snapshot1.jpg"B S  ?` M;8DG_T@_@Tuk T ~TfT_top _Ref4325202 _Hlt4324939 _Ref415040964 _Ref4329266 _Ref4329318 _Ref4329226 _Ref465362839 _Ref415040871 _Ref415040810 _Ref415042401 _Ref415040954 _Ref415040893 _Ref415040840 _Ref4329169 _Ref415040946`VVWW9X,YYZB[[\\4]_@ ~WWW8X+YYZA[[\3]3]]_3 9 22337777IIIIIIfJlJNNWT]TVVWW9XBXHXNXoXtX~XXXX,Y1YXY^YyYYYYYY[[]Z^e^g^m^V_W__!5''229@E@"G.GGGIIIIRRyYY]V_W__333333333333Hugo LiuC:\work\papers\AH2002-aria.docHugo LiuC:\work\papers\AH2002-aria.docHugo LiuC:\work\papers\AH2002-aria.docHugo LiuC:\work\papers\AH2002-aria.docHugo LiuC:\work\papers\AH2002-aria.docHugo LiulC:\Documents and Settings\Administrator\Application Data\Microsoft\Word\AutoRecovery save of AH2002-aria.asdHugo Liu>C:\work\hugoliu.com\anewaesthetic\publications\AH2002-aria.docHugo Liu>C:\work\hugoliu.com\anewaesthetic\publications\AH2002-aria.docHugo Liu:C:\work\anewaesthetic\publications\papers\AH2002-aria2.docHugo Liu9C:\work\anewaesthetic\publications\papers\AH2002-aria.doc  N _!!嘿a"R,Jn ZarHc c{{Ztem{F&@ OJQJo(@ OJQJo(@ OJQJo(@ OJQJo(@ OJQJo(@ OJQJo(*^`o(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.k^`ko(k^`ko(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........@p^`p.88^8`o(.^`. L ^ `L.  ^ `.xx^x`.HLH^H`L.^`.^`.L^`L.h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.h**^*`.h^`.hL^`L.h  ^ `.hjj^j`.h:L:^:`L.h  ^ `.h^`.hL^`L. X em{a"R rHcn Zc{{_!!N d @ ^`OJQJo(-ș @h h^h`OJQJo( W_p__@Lexmark Z55Ne00:Lexmark Z55Lexmark Z55Lexmark Z55䤜X䤗Lexmark Z558䤗 䤗 Lexmark Z55䤜X䤗Lexmark Z558䤗 䤗 < (GH_P@PLP@UnknownGz Times New Roman5Symbol3& z Arial3z TimesO1CourierCourier New?5 z Courier New"AawFawFjF L_~M`20da[]2q;C:\Programme\Microsoft Office\Vorlagen\Springer\sv-lncs.dotFAdaptive Linking between Text and Photos Using Common Sense Reasoning` Invited TalkHenry Lieberman and Hugo LiuHugo Liu