diff --git a/LDP/ref/docbook/VLC-User-Guide/VLC-User-Guide.sgml b/LDP/ref/docbook/VLC-User-Guide/VLC-User-Guide.sgml deleted file mode 100644 index bd5c5fc9..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/VLC-User-Guide.sgml +++ /dev/null @@ -1,103 +0,0 @@ - - %magic-entities; - - - - - - - - - - - -]> - - - - - -VLC User Guide - - - - Henri - Fallon - - - Alexis - de Lattre - - - Johan - Bilien - - - Anil - Daoud - - - Mathieu - Gautier - - - Clément - Stenac - - - - - 2002, 2003 - the VideoLAN project - - - - - -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation ; with no -Invariant Sections, with no Front-Cover Texts, and with no Back-Cover -Texts. The text of the license can be found in the appendix -. - - - - - VideoLAN - Client - vlc - vls - vod - vlcs - stream - multicast - MPEG 1 - MPEG 2 - MPEG 4 - DVD - DivX - - - - -This document is the complete user guide of VLC, the VideoLAN Client. - - - - - - - - - -&intro; -&modules; -&install; -&gui; -&cmdline; -&fdl; - - diff --git a/LDP/ref/docbook/VLC-User-Guide/cmdline.sgml b/LDP/ref/docbook/VLC-User-Guide/cmdline.sgml deleted file mode 100644 index d2e52153..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/cmdline.sgml +++ /dev/null @@ -1,336 +0,0 @@ -The Command Line Interface - -Introduction - -Many options are only available through command line. They are -detailed here. - - - -Opening streams - -The following commands start VLC and add the first element to the -playlist. - -Opening a file - -Start VLC with : - - -% vlc my_file.mpg - - -Although VLC should be able to recognize the file -type, you may tell VLC what codec to use with the ---codec option. For example to play -my_file.mpg using ffmpeg audo/video decoder do : - - -% vlc --codec ffmpeg my_file.mpg - - -A list of all video and audio codecs supported by VLC is available -on the VLC -features list - - - -Opening a DVD or VCD - -Start VLC with : - - -% vlc dvd:[device][@raw_device][@[title][,[chapter][,angle]]] - - -or - - -% vlc vcd:[device][@[title][,[chapter] - - -where device is the complete path to your DVD or CD-ROM drive. - -Start a network stream - -To receive an unicast UDP stream (sent by VLS or VLC's stream -output), start VLC with : - - -% vlc udp:[@:server_port] - - -To receive a multicast UDP stream (sent by VLS or VLC's -stream output), start VLC with : - - -% vlc udp:@multicast_address[:server_port] - - -To receive a HTTP stream, start VLC with : - - -% vlc http://www.example.org/your_file.mpg - - - - - -Modules selection - -VLC tries to select the most appropriate interface, input and -output modules, among the ones available on the system, according to the -stream it is given to read. However, you may wish to force the use of a -specific module with the following options (for the complete list of -modules, see the section) : - - - ---intf <module> -allows you to select the interface module. ---aout <module> -allows you to select the audio output module. ---vout <module> -allows you to select the video output module. ---filter <module> -allows you to add a video filter module. ---memcpy <module> -allows you to choose a memory copy module. ---access <module> -allows you to force the access module. ---demux <module> -allows you to force the demux module. - - - - -Stream Output - -Stream output is a new feature of VLC, which allows you to save -the video that you are watching to a file, or to stream it in UDP. - - - ---sout <string> -enables stream output to string -(string can be either a file name or a ip -adress). - ---no-sout-audio disables audio -stream output. - ---no-sout-video disables video -stream output. - ---sout-acodec -[|mpeg1|mpeg2|mpeg4|vorbis] allows you to force audio -encoding. - ---sout-vcodec [|mpeg1|mpeg2|mpeg4] -allows you to force video encoding. - ---packetizer <string> allows -you to select the order in which VLC will select its packetizers. - ---mux <string> lets you -configure mux modules. - ---access_output <string> lets -you configure access output modules. - - - - - -Other Options - -Audio options - - ---noaudio disables audio -output. ---mono forces VLC to treat the -stream in mono audio. ---volume <integer> sets the -level of audio output. ---aout-rate <integer> sets -the audio output frequency (Hz). ---desync <integer> -compensates desynchronization of audio (ms). ---headphone activates headphone -virtual spatialization effect. ---headphone-dim sets headphone -characteristic dimension. - - - - -Video options - - - ---novideo disables video -output. - ---greyscale turns video output into -greyscale mode. - ---fullscreen sets fullscreen -video. - ---nooverlay disables hardware -acceleration for the video output. - ---width, --height <integer> -sets the video window dimensions. - ---zoom <float> adds a zoom -factor. - ---aspect-ratio <mode> forces -source aspect ratio. - ---spumargin <integer> forces -SPU subtitles postion. - - - - - -Playlist options - - - ---playlist launches playlist on -startup. - ---random plays files randomly -forever. - ---enqueue enqueues items in -playlist. - ---loop loops playlist on end. - - - - - -Network options - - - ---server-port <integer> sets -server port. - ---network-channel enables network -channel mode. - ---channel-server <string> -specifies the channel server address. - ---channel-port <integer> -specifies the channel server port. - ---iface <string> specifies -the network interface to use. - ---iface-addr <string> -specifies your network interface IP address. - ---mtu <integer> specifies -the MTU of the network interface. - ---ipv6 forces IPv6. - ---ipv4 forces IPv4. - - - - - -CPU options - - - ---nommx disables the use of MMX CPU -extensions. - ---no3dn disables the use of 3D Now! -CPU extensions. - ---nommxext disables the use of MMX -ext CPU extensions. - ---nosse disables the use of SSE -CPU extensions. - - - - - -Miscellaneous options - - - ---quiet be quiet. - ---color displays color messages. - ---search-path <string> -specifies interface default search path. - ---plugin-path <string> -specifies plugin search path. - ---dvd <string> -specifies the default dvd device. - ---vcd <string> -specifies the default vcd device. - ---program <integer> specifies -program (SID) (for streams with several programs, like satellite ones). - ---audio-type <integer> -specifies the default audio type to use with dvds. - ---audio-channel <integer> -specifies the default audio channel to use with dvds. - ---spu-channel <integer> -specifies the default subtitle channel to use with dvds. - - - - - -Help options - - - ---verbose <verbosity> -specifies verbosity level. - ---help gives you all available -options. - ---longhelp gives you a detailled -version of the available options. - ---version gives you information -about the current VLC version. - ---list displays a list of available -plugins. - ---module <module> displays -help about specified module. - - - - - - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/fdl.sgml b/LDP/ref/docbook/VLC-User-Guide/fdl.sgml deleted file mode 100644 index 811aa1ee..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/fdl.sgml +++ /dev/null @@ -1,431 +0,0 @@ - -GNU Free Documentation License -Version 1.2, November 2002 - - - -PREAMBLE - -The purpose of this License is to make a manual, textbook, or -other functional and useful document "free" in the sense of freedom: to -assure everyone the effective freedom to copy and redistribute it, with -or without modifying it, either commercially or noncommercially. -Secondarily, this License preserves for the author and publisher a way -to get credit for their work, while not being considered responsible for -modifications made by others. - -This License is a kind of "copyleft", which means that derivative -works of the document must themselves be free in the same sense. It -complements the GNU General Public License, which is a copyleft license -designed for free software. - -We have designed this License in order to use it for manuals for -free software, because free software needs free documentation: a free -program should come with manuals providing the same freedoms that the -software does. But this License is not limited to software manuals; it -can be used for any textual work, regardless of subject matter or -whether it is published as a printed book. We recommend this License -principally for works whose purpose is instruction or reference. - - -APPLICABILITY AND DEFINITIONS - -This License applies to any manual or other work, in -any medium, that contains a notice placed by the copyright holder saying -it can be distributed under the terms of this License. Such a notice -grants a world-wide, royalty-free license, unlimited in duration, to use -that work under the conditions stated herein. The "Document", below, -refers to any such manual or work. Any member of the public is a -licensee, and is addressed as "you". You accept the license if you -copy, modify or distribute the work in a way requiring permission under -copyright law. - -A "Modified Version" of the Document means any -work containing the Document or a portion of it, either copied verbatim, -or with modifications and/or translated into another language. - -A "Secondary Section" is a named appendix or -a front-matter section of the Document that deals exclusively with the -relationship of the publishers or authors of the Document to the -Document's overall subject (or to related matters) and contains nothing -that could fall directly within that overall subject. (Thus, if the -Document is in part a textbook of mathematics, a Secondary Section may -not explain any mathematics.) The relationship could be a matter of -historical connection with the subject or with related matters, or of -legal, commercial, philosophical, ethical or political position -regarding them. - -The "Invariant Sections" are certain Secondary -Sections whose titles are designated, as being those of Invariant -Sections, in the notice that says that the Document is released under -this License. If a section does not fit the above definition of -Secondary then it is not allowed to be designated as Invariant. The -Document may contain zero Invariant Sections. If the Document does not -identify any Invariant Sections then there are none. - -The "Cover Texts" are certain short passages of -text that are listed, as Front-Cover Texts or Back-Cover Texts, in the -notice that says that the Document is released under this License. A -Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at -most 25 words. - -A "Transparent" copy of the Document means a -machine-readable copy, represented in a format whose specification is -available to the general public, that is suitable for revising the -document straightforwardly with generic text editors or (for images -composed of pixels) generic paint programs or (for drawings) some widely -available drawing editor, and that is suitable for input to text -formatters or for automatic translation to a variety of formats suitable -for input to text formatters. A copy made in an otherwise Transparent -file format whose markup, or absence of markup, has been arranged to -thwart or discourage subsequent modification by readers is not -Transparent. An image format is not Transparent if used for any -substantial amount of text. A copy that is not "Transparent" is called -"Opaque". - -Examples of suitable formats for Transparent copies include plain -ASCII without markup, Texinfo input format, LaTeX input format, SGML or -XML using a publicly available DTD, and standard-conforming simple HTML, -PostScript or PDF designed for human modification. Examples of -transparent image formats include PNG, XCF and JPG. Opaque formats -include proprietary formats that can be read and edited only by -proprietary word processors, SGML or XML for which the DTD and/or -processing tools are not generally available, and the machine-generated -HTML, PostScript or PDF produced by some word processors for output -purposes only. - -The "Title Page" means, for a printed book, -the title page itself, plus such following pages as are needed to hold, -legibly, the material this License requires to appear in the title page. -For works in formats which do not have any title page as such, "Title -Page" means the text near the most prominent appearance of the work's -title, preceding the beginning of the body of the text. - -A section "Entitled XYZ" means a named subunit -of the Document whose title either is precisely XYZ or contains XYZ in -parentheses following text that translates XYZ in another language. -(Here XYZ stands for a specific section name mentioned below, such as -"Acknowledgements", "Dedications", "Endorsements", or "History".) To -"Preserve the Title" of such a section when you modify the Document -means that it remains a section "Entitled XYZ" according to this -definition. - -The Document may include Warranty Disclaimers next to the notice -which states that this License applies to the Document. These Warranty -Disclaimers are considered to be included by reference in this License, -but only as regards disclaiming warranties: any other implication that -these Warranty Disclaimers may have is void and has no effect on the -meaning of this License. - - -VERBATIM COPYING - -You may copy and distribute the Document in any medium, either -commercially or noncommercially, provided that this License, the -copyright notices, and the license notice saying this License applies to -the Document are reproduced in all copies, and that you add no other -conditions whatsoever to those of this License. You may not use -technical measures to obstruct or control the reading or further copying -of the copies you make or distribute. However, you may accept -compensation in exchange for copies. If you distribute a large enough -number of copies you must also follow the conditions in section 3. - - -You may also lend copies, under the same conditions stated above, -and you may publicly display copies. - - -COPYING IN QUANTITY - -If you publish printed copies (or copies in media that commonly -have printed covers) of the Document, numbering more than 100, and the -Document's license notice requires Cover Texts, you must enclose the -copies in covers that carry, clearly and legibly, all these Cover Texts: -Front-Cover Texts on the front cover, and Back-Cover Texts on the back -cover. Both covers must also clearly and legibly identify you as the -publisher of these copies. The front cover must present the full title -with all words of the title equally prominent and visible. You may add -other material on the covers in addition. Copying with changes limited -to the covers, as long as they preserve the title of the Document and -satisfy these conditions, can be treated as verbatim copying in other -respects. - -If the required texts for either cover are too voluminous to fit -legibly, you should put the first ones listed (as many as fit -reasonably) on the actual cover, and continue the rest onto adjacent -pages. - -If you publish or distribute Opaque copies of the Document -numbering more than 100, you must either include a machine-readable -Transparent copy along with each Opaque copy, or state in or with each -Opaque copy a computer-network location from which the general -network-using public has access to download using public-standard -network protocols a complete Transparent copy of the Document, free of -added material. If you use the latter option, you must take reasonably -prudent steps, when you begin distribution of Opaque copies in quantity, -to ensure that this Transparent copy will remain thus accessible at the -stated location until at least one year after the last time you -distribute an Opaque copy (directly or through your agents or retailers) -of that edition to the public. - -It is requested, but not required, that you contact the authors of -the Document well before redistributing any large number of copies, to -give them a chance to provide you with an updated version of the -Document. - - -MODIFICATIONS - -You may copy and distribute a Modified Version of the Document -under the conditions of sections 2 and 3 above, provided that you -release the Modified Version under precisely this License, with the -Modified Version filling the role of the Document, thus licensing -distribution and modification of the Modified Version to whoever -possesses a copy of it. In addition, you must do these things in the -Modified Version: - - -Use in the Title Page (and on the covers, if any) a - title distinct from that of the Document, and from those of previous - versions (which should, if there were any, be listed in the History - section of the Document). You may use the same title as a previous - version if the original publisher of that version gives permission. - -List on the Title Page, as authors, one or more - persons or entities responsible for authorship of the modifications in - the Modified Version, together with at least five of the principal - authors of the Document (all of its principal authors, if it has fewer - than five), unless they release you from this requirement. - -State on the Title page the name of the publisher of - the Modified Version, as the publisher. -Preserve all the copyright notices of the Document. - -Add an appropriate copyright notice for your - modifications adjacent to the other copyright notices. - -Include, immediately after the copyright notices, a - license notice giving the public permission to use the Modified - Version under the terms of this License, in the form shown in the - Addendum below. - -Preserve in that license notice the full lists of - Invariant Sections and required Cover Texts given in the Document's - license notice. -Include an unaltered copy of this License. - -Preserve the section Entitled "History", Preserve its - Title, and add to it an item stating at least the title, year, new - authors, and publisher of the Modified Version as given on the Title - Page. If there is no section Entitled "History" in the Document, - create one stating the title, year, authors, and publisher of the - Document as given on its Title Page, then add an item describing the - Modified Version as stated in the previous sentence. - -Preserve the network location, if any, given in the - Document for public access to a Transparent copy of the Document, and - likewise the network locations given in the Document for previous - versions it was based on. These may be placed in the "History" - section. You may omit a network location for a work that was - published at least four years before the Document itself, or if the - original publisher of the version it refers to gives permission. - -For any section Entitled "Acknowledgements" or - "Dedications", Preserve the Title of the section, and preserve in the - section all the substance and tone of each of the contributor - acknowledgements and/or dedications given therein. - -Preserve all the Invariant Sections of the Document, - unaltered in their text and in their titles. Section numbers or the - equivalent are not considered part of the section titles. - -Delete any section Entitled "Endorsements". - Such a section may not be included in the Modified Version. - -Do not retitle any existing section to be Entitled - "Endorsements" or to conflict in title with any Invariant Section. - -Preserve any Warranty Disclaimers. - - - -If the Modified Version includes new front-matter sections or -appendices that qualify as Secondary Sections and contain no material -copied from the Document, you may at your option designate some or all -of these sections as invariant. To do this, add their titles to the -list of Invariant Sections in the Modified Version's license notice. -These titles must be distinct from any other section titles. - -You may add a section Entitled "Endorsements", provided it -contains nothing but endorsements of your Modified Version by various -parties--for example, statements of peer review or that the text has -been approved by an organization as the authoritative definition of a -standard. - -You may add a passage of up to five words as a Front-Cover Text, -and a passage of up to 25 words as a Back-Cover Text, to the end of the -list of Cover Texts in the Modified Version. Only one passage of -Front-Cover Text and one of Back-Cover Text may be added by (or through -arrangements made by) any one entity. If the Document already includes -a cover text for the same cover, previously added by you or by -arrangement made by the same entity you are acting on behalf of, you may -not add another; but you may replace the old one, on explicit permission -from the previous publisher that added the old one. - -The author(s) and publisher(s) of the Document do not by this -License give permission to use their names for publicity for or to -assert or imply endorsement of any Modified Version. - - -COMBINING DOCUMENTS - -You may combine the Document with other documents released under -this License, under the terms defined in section -4 above for modified versions, provided that you include in the -combination all of the Invariant Sections of all of the original -documents, unmodified, and list them all as Invariant Sections of your -combined work in its license notice, and that you preserve all their -Warranty Disclaimers. - -The combined work need only contain one copy of this License, and -multiple identical Invariant Sections may be replaced with a single -copy. If there are multiple Invariant Sections with the same name but -different contents, make the title of each such section unique by adding -at the end of it, in parentheses, the name of the original author or -publisher of that section if known, or else a unique number. Make the -same adjustment to the section titles in the list of Invariant Sections -in the license notice of the combined work. - -In the combination, you must combine any sections Entitled -"History" in the various original documents, forming one section -Entitled "History"; likewise combine any sections Entitled -"Acknowledgements", and any sections Entitled "Dedications". You must -delete all sections Entitled "Endorsements". - - -COLLECTIONS OF DOCUMENTS - -You may make a collection consisting of the Document and other -documents released under this License, and replace the individual copies -of this License in the various documents with a single copy that is -included in the collection, provided that you follow the rules of this -License for verbatim copying of each of the documents in all other -respects. - -You may extract a single document from such a collection, and -distribute it individually under this License, provided you insert a -copy of this License into the extracted document, and follow this -License in all other respects regarding verbatim copying of that -document. - - -AGGREGATION WITH INDEPENDENT WORKS - -A compilation of the Document or its derivatives with other -separate and independent documents or works, in or on a volume of a -storage or distribution medium, is called an "aggregate" if the -copyright resulting from the compilation is not used to limit the legal -rights of the compilation's users beyond what the individual works -permit. When the Document is included an aggregate, this License does -not apply to the other works in the aggregate which are not themselves -derivative works of the Document. - -If the Cover Text requirement of section 3 is applicable to these -copies of the Document, then if the Document is less than one half of -the entire aggregate, the Document's Cover Texts may be placed on covers -that bracket the Document within the aggregate, or the electronic -equivalent of covers if the Document is in electronic form. Otherwise -they must appear on printed covers that bracket the whole -aggregate. - - -TRANSLATION - -Translation is considered a kind of modification, so you may -distribute translations of the Document under the terms of section 4. -Replacing Invariant Sections with translations requires special -permission from their copyright holders, but you may include -translations of some or all Invariant Sections in addition to the -original versions of these Invariant Sections. You may include a -translation of this License, and all the license notices in the -Document, and any Warrany Disclaimers, provided that you also include -the original English version of this License and the original versions -of those notices and disclaimers. In case of a disagreement between the -translation and the original version of this License or a notice or -disclaimer, the original version will prevail. - -If a section in the Document is Entitled "Acknowledgements", -"Dedications", or "History", the requirement (section 4) to Preserve its -Title (section 1) will typically require changing the actual -title. - - -TERMINATION - -You may not copy, modify, sublicense, or distribute the Document -except as expressly provided for under this License. Any other attempt -to copy, modify, sublicense or distribute the Document is void, and will -automatically terminate your rights under this License. However, -parties who have received copies, or rights, from you under this License -will not have their licenses terminated so long as such parties remain -in full compliance. - - -FUTURE REVISIONS OF THIS LICENSE - -The Free Software Foundation may publish new, revised versions of -the GNU Free Documentation License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in -detail to address new problems or concerns. See -http://www.gnu.org/copyleft/. - -Each version of the License is given a distinguishing version -number. If the Document specifies that a particular numbered version of -this License "or any later version" applies to it, you have the option -of following the terms and conditions either of that specified version -or of any later version that has been published (not as a draft) by the -Free Software Foundation. If the Document does not specify a version -number of this License, you may choose any version ever published (not -as a draft) by the Free Software Foundation. - - -ADDENDUM: How to use this License for - your documents - -To use this License in a document you have written, include a copy -of the License in the document and put the following copyright and -license notices just after the title page: - - - -If you have Invariant Sections, Front-Cover Texts and Back-Cover -Texts, replace the "with...Texts." line with this: - -
- with the Invariant Sections being LIST THEIR TITLES, with the - Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. -
- -If you have Invariant Sections without Cover Texts, or some other -combination of the three, merge those two alternatives to suit the -situation. - -If your document contains nontrivial examples of program code, we -recommend releasing these examples in parallel under your choice of free -software license, such as the GNU General Public License, to permit -their use in free software. -
-
diff --git a/LDP/ref/docbook/VLC-User-Guide/gui.sgml b/LDP/ref/docbook/VLC-User-Guide/gui.sgml deleted file mode 100644 index 96ec64f9..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/gui.sgml +++ /dev/null @@ -1,277 +0,0 @@ -The Graphical User Interface - -Opening a stream - -To open a stream using the graphical interface, click on either -: - - - -"File" to open a file stored on your hard -drive. - -"Disc" to read a DVD or a VCD. - -"Network" to read a network UDP stream -or an HTTP stream. - -"Satellite" to read directly from a satellite -card. - - - -These four buttons, as well as the ones located in the "File" -menu, actually open the same dialog box, but on different tabs. - -The "open a stream" dialog box - -You can specify directly the Media Resource Locator MRL, if you -know the syntax that you have to use, but you may also use the different -tabs, that will fill it automatically. - - - -For a File, this is very simple, you -only have to fill the path to the file. - -For a Disc, you select -the type of the disk, the path to the drive (looks like -/dev/dvd on Unix, or D: on -Windows), and the starting title and chapter. - -For a Network stream : - - - - if you use unicast mode, select UDP - and the port used, - - if you use multicast, select UDP - multicast, enter the multicast address and the port ; - - if you have a channel information service with - mini-VLCS, select Channel server, and give its - address ; - - if you use HTTP streaming - to do Video On Demand, select HTTP and give the - address of your stream. - - - -For a Satellite stream, you have to -give the frequency, the rate, the polarization, and the FEC of your -stream. - - - - - -Basic stream control - -You have at your disposal all the classical control of a video -player. For example when playing local streams or HTTP streams, you can -pause, speed up or slow down the stream, go forth and back... Just use -the corresponding buttons. - -To go fullscreen, you can select the right options in the -view menu, or press f. To go -back to the normal mode, press f. - - - -DVD and VCD navigation - -When reading a DVD or a VCD, you can change chapter and titles as -you wish either by using the right-click menu or by using the options in -the "Parameters" menu. These options are enabled only when you play a -disk, or a disk through the network. - - - -Programs, languages and subtitles - -When reading a multiprogram stream, you can change the current -program by selecting it in the "View/Programs" submenu on the bar, or by -using the "right click" menu from the video output window. You can also -change the title and the chapter by the same way. - -In DVDs, if different angles are availables, they will be treated as -different programs. - -At any time you can change the audio/subtitles channel using either the -"setting" menu from the interface or using the "right click" menu from -the video output window. - - - - -Preferences window - -By choosing "Preferences" in the "Settings" menu, you will open -the preferences window. This window is generated dynamically according -to the modules that were compiled. - -In every tab, you may click on "Save" to store your -settings in your configuration file. (you can find it in -~/.vlc/vlcrc on Unix/Linux systems, or in -Application Data\vlc\vlcrc - -Interface tab - -In that tab, you can select which interface you would like -to use on next start. Click on the choosen interface, click on -Select then on Save. - -There can be some configuration options available by clicking -Configure. This depends on the interface -chosen. - -There are also a few generic settings, like color message or -setting the verbosity level of the logs. You can also specify the -path to the interface or to the plugin if they are not in the default -directory. [FIX : compare with settings on other OS, where is the -default file?] - - - -Audio tab - - In this tab, you can select and configure the audio output -you would like to use on next start (this works juste like for the -interface). You may also specify other settings such as enabling -or disabling the audio output, the output volume level, the audio -frequency, the number of channels on output, add desynchronization, or -set audio output format and headphone spazialization effect. - - - -Video tab - -In this tab, you can select which video output will be used on -next start, and add a video filter module, which means a filter that -will alter the rendered image. For more information on modules, please -look the Modules section. You may also specify some video settings, such -as the window size, if you would like fullscreen display or the video -zoom. - -By using the adjust video filter module, you -will be able to modify the Brightness, Contrast, Saturation and Hue of -the video output. - -There are also specific modules as wall which cut the output in -many windows to make a video wall, transform module to rotate the image -or invert module to invert the colors (who said it's useless?) - - - -Input tab - -In this tab, you can enter the input method with options by -default that will be used on next start. - -Note that these are only default options, -which means that they will be written in the appropriate field, but, you -can of course change them. - -You can configure the default addresses and port for network -streaming : - - -the server port for UDP streaming, -the server port for UDP multicast streaming -the channel server adress and the channel server if you have a channel information service based on mini-VLCS. - - -Here you also can choose which network interface the videolan -client will use to get the stream and the address of this interface. - -The other options allow you to choose audio, channel, subtitles, -the device of the DVD, the device of the VCD and the IP protocol of the -stream (IPv6 or IPv4). - - - -Decoders tab - -In this tab, you can select which decoder (codec) you want to use -for audio or video decoders. VLC normally automatically detects the -right codec to use, so be sure to know what you are doing. - - - -Stream ouput - -In this tab you can configure the stream output capabilities. - -Stream output is a new feature of VLC which allow you to save -the stream that you are watching to a file, or to stream it in unicast or multicast. - -This tab allows you to set up some options for this. You will -be able to select the muxer used for the stream, ie PS, TS or AVI. PS -and TS are parts of the MPEG norm. PS stands for Program Stream, it is -usually used for files, whereas TS stands for Transport Stream, which -is rather used for network streams. AVI means output to an AVI file or -stream. - -You may also select the access output, -i.e. what the strem will be output to. You can choose -beetween UDP (network stream) or -file. - -The Packetizer is the format of the output. - -You can also enable or disable audio or video. - - - -CPU tab - -This tab is dedicated to enabling or disabling support for -CPU extensions: MMX support (every processors since Pentium MMX), -3D! Now Support (for AMD K6-2, K6-3, Athlon and Duron processors), -MMX EXT support, and SSE support (for Pentium III and Pentium IV -processors). - - - -Playlist tab - -In this tab, you can select some playlist options, such as looping -the playlist, automatically launching the playlist on VLC's start, enqueue -items in it or randomly read the files. - - - -Miscellanous tab - - In this tab, you can select which memcpy version you want to use. -Some of them uses MMX or 3Dnow! extensions. You can also select the -access module (module used to get the stream) and the the demux module -(used to ... demux the stream). - - - - -Miscellaneous - -The Messages Window - -This window is available by clicking on -Messages in the View menu. It -shows all the debug messages of VLC. If you have a problem with VLC, -don't hesitate to open this window, as it may contain an interesting -error message. - - - -The Playlist - -VLC includes a simple playlist management system. By using the -buttons which are in the playlist window, you can easily add or remove -streams (whether these are files, disks, network streams, or satellites -streams). - - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/install-vlc.sgml b/LDP/ref/docbook/VLC-User-Guide/install-vlc.sgml deleted file mode 100644 index 00b195f4..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/install-vlc.sgml +++ /dev/null @@ -1,240 +0,0 @@ -There are VLC binaries available for the many OSes, but not for -all supported OSes. If there are no binaries for your OS or if you want -to change the default settings, you can compile VLC from sources. - - -Under Windows - -VLC works under Windows 95/98/ME/2000/XP. -Download the Zipip file from the VLC Windows -download page. Unzip the file in a directory to install -VLC. - - - -Under BeOS - - -Download the Zip file from the VLC BeOS download -page. Unzip the file in a directory to install VLC. - - - - -Under Mac OS X - - - -Download the Mac OS X package from the VLC -MacOS X download page . Double-click on the icon of the -package : an icon will appear on your Desktop, right beside your -drive(s). Open it and drag the VLC application from the resulting -window to the place where you want to install it (it should be -/Applications). - - - - - -Under Linux Debian - -Edit as root /etc/apt/sources.list and add -the following lines : - - -deb http://www.videolan.org/pub/videolan/debian $(ARCH)/ -deb-src http://www.videolan.org/pub/videolan/debian sources/ - - -Then install the packages : - - -# apt-get update -# apt-get install gnome-vlc vlc-plugin-a52 vlc-plugin-mad vlc-plugin-ogg libdvdcss2 - - - -Under Linux Redhat, Mandrake and SuSE - -For these distributions, use the RPM packages. - -First, install the packages liba52 and -libmad0 that should be packaged in your -distribution. If they are not, try to find the RPMs on RPMfind.net or search -the Internet. - - - -Download the RPM packages of libdvdcss2, -libdvdpsi1, vlc -gnome-vlc, vlc-plugin-mad, vlc-plugin-ogg, vlc-plugin-a52 from the -VLC Linux -download page. - - - - -Then install the RPM packages you have downloaded: - - - -# rpm -Uhv vlc-version.i586.rpm gnome-vlc-version.i586.rpm vlc-plugin-mad-version.i586.rpm -vlc-plugin-ogg-version.i586.rpm vlc-plugin-a52-version.i586.rpm libdvdcss2-version.i586.rpm libdvdpsi1-version.i586.rpm - - - - -Compile the sources by yourself (for every other OS) - -The method below is for any Unix system supported by VLC, for -which there is no packages available. It explains how to compile and -install VLC and the needed librairies from their source code. - -You can also compile the VLC under Linux this way if you want to -modify the default supported modules - -Install the libraries - -Many libraries are needed for particular uses : - - - - -libdvdcss if you want to be able to -read encrypted DVDs, - -libdvdplay if you want to have DVD -menu navigation, - -libdvbpsi if you want to be able to -read from the network, - -a52dec if you want to be -able to decode the AC3 (i.e. A52) sound format often used in -DVDs, - -ffmpeg, libmad -and faad2 if you want to read MPEG 4 / DivX -files, - -libogg and -libvorbis if you want to read Ogg Vorbis -files. - - - -Download the libraries from VLC sources -download page. - -For each library : - - - -uncompress : - - -% tar xvzf library.tar.gz - -or - -% tar xvjf library.tar.bz2 - - -configure : - - -% cd library -% ./configure --enable-shared - - -compile and install : - - -% make -# make install - - - - - -Check that the configuration file /etc/ld.so.conf -contains the following line : - - - -/usr/local/lib - - -If the line is not present, add-it and then run (as root): - - -# ldconfig - - - - -Install VLC - -Download the sources of the lastest release : get the -file vlc-version.tar.gz from the VLC sources -download page. Uncompress-it : - - -% tar xvzf vlc-version.tar.gz -% cd vlc-version - - - - -To get the list of configuration options, do : - -% ./configure --help - - -Please note that all the modules are described in -the Modules section of the VLC User -Guide. - - -Examples of very simple configurations: - - -if you want a basic VLC, do : - -% ./configure - - - -if you want the Gnome interface instead of the GTK -interface (you will need the developement packages of Gnome) : - -% ./configure --enable-gnome - - - - - - -Then, compile and install : - - - -% make -% su -Password: [Root Password] -# make install - - -Please note that the installation (make install -command) is not mandatory. You can execute VLC from where you compiled -it. - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/install-vls.sgml b/LDP/ref/docbook/VLC-User-Guide/install-vls.sgml deleted file mode 100644 index e688cb62..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/install-vls.sgml +++ /dev/null @@ -1,226 +0,0 @@ - - -Under Linux or Unix - -The method below is for any Unix or Linux supported by the -Videolan Server. It explains how to compile and install vls and the -needed librairies from sources. - -Install the librairies - - -Many librairies are needed for particular uses : - - - -libdvbpsi (always needed) -libdvdcss if you want to be able to access encrypted DVDs, -libdvdread if you want to be able to stream DVDs. - - - - -Download the libraries from in the directory -version/contrib. - - - - -For each librairie, uncompress, configure, compile and install : - - - - -% tar xvzf library.tar.gz -% cd library -% ./configure --enable-shared -% make -# make install - - - - - -Check that the configuration file /etc/ld.so.conf -contains the following line : - - - - -/usr/local/lib - - -If the line is not present, add-it and then run : - - -# ldconfig - - - - -Install the VideoLAN Server - - - - - -Get the most recent version of the VideoLAN Server from the public CVS : - - - - -% cvs -d:pserver:anonymous@cvs.videolan.org:/cvs/videolan login - - - -There is no password. Type enter, then : - - - -% cvs -d:pserver:anonymous@cvs.videolan.org:/cvs/videolan checkout -P -r v0_4_5 vls - - - -To get the list of configuration options, do : - - - -% ./configure --help - - - -Then configure vls : - - - - -if you want a basic vls without DVD support, do : - - - -% ./configure --disable-dvd - - - - -if you want a full vls with DVD support, do : - - - -% ./configure - - - - - - - -Then, compile and install : - - - -% make -# make install - - - - -You can also do a make uninstall, make -clean or make distclean as needed. - - - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/install.sgml b/LDP/ref/docbook/VLC-User-Guide/install.sgml deleted file mode 100644 index 6977aea6..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/install.sgml +++ /dev/null @@ -1,13 +0,0 @@ -Installing VLC - - -Installing VLC -&install-vlc; - - -Uninstalling VLC -&uninstall-vlc; - - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/intro.sgml b/LDP/ref/docbook/VLC-User-Guide/intro.sgml deleted file mode 100644 index 5f00e06a..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/intro.sgml +++ /dev/null @@ -1,261 +0,0 @@ -Introduction - -What is the VideoLAN project ? - -Overview - - - -VideoLAN is a complete software solution for video streaming, developed -by students of the Ecole Centrale -Paris and developers from all over the world, under the -GNU General Public -License (GPL). VideoLAN is designed to stream MPEG videos on high -bandwidth networks. - - - - - -The VideoLAN solution includes : - - - - - -the VideoLAN Server (VLS), which can stream MPEG 1 and 2 -files, DVDs, digital satellite channels, digital terrestial television -channels and live videos on the network in unicast or multicast, - -the VideoLAN Client (VLC), which can be used as a server -to stream MPEG 1, 2 and 4 files and DVDs on the network in unicast or -multicast ; or used as a client to receive, decode and display MPEG streams -under multiple operating systems. - - - - - -Here is an illustration of the complete VideoLAN solution : - - - -
Global VideoLAN solution - - - - - -
- - - -More details about the project can be found on the -VideoLAN Web site. - - - -VideoLAN software - -VideoLAN Client - - - -The VideoLAN Client (VLC) works on many platforms : Linux, Windows, Mac -OS X, BeOS, *BSD, Solaris, Familiar Linux and QNX. It can read : - - - - - -MPEG 1, MPEG 2 and MPEG 4 / DivX files from a hard disk -or a CD-ROM drive, - -DVDs and VCDs, - -from a satellite card, - -MPEG 1, MPEG 2 and MPEG 4 streams from the -network sent by VLS or VLC's stream output. - - - -VLC can also be used as a server to stream : - - - -MPEG 1, MPEG 2 and MPEG 4 / DivX files, - -and DVDs, - - - -to : - - - -one machine (i.e. to one IP address) : this is called -unicast ; - -a dynamic group of machines that the clients can join or leave -(i.e. to a multicast IP address) : this is called -multicast. - - - -VLC doesn't work on Mac OS 9, and will -probably never do. - -VideoLAN Server - - - -The VideoLAN Server (VLS) can stream : - - - - - -an MPEG 1 or MPEG 2 file stored on a hard drive or on a -CD, - -a DVD located in a local DVD drive or copied on a hard -disk, - -a satellite card or a digital terrestial television card, - -an MPEG encoding card ; - - - -to : - - - -one machine (i.e. to one IP address) : this is called -unicast ; - -a dynamic group of machines that the clients can join or leave -(i.e. to a multicast IP address) : this is called -multicast. - - - - - -A Pentium 100 MHz with 32 MB of memory should be enough to send one -stream on the network. When streaming a lot of videos stored on a -hard drive, the actual limitation is not the processor but the hard -drive and the network connection. - - - - - -VLS works under Linux and Windows, but only the Linux version -have all the functionalities. The Windows port of vls can -only stream a video from a file. - - - -How can I use VideoLAN ? - -The documentation - - - -The user documentation of the VideoLAN project is composed of four documents : - - - - - -the VideoLAN -Quickstart. This document will give you a quick overview of -of VLC, VLS, and the Video On Demand -solution. - -the VideoLAN -HOWTO. This document is the complete guide of the VideoLAN -streaming solution. - -the VLC user -guide. This document is the complete guide for VLC. - -the VLC FAQ. This -document contains Frequently Asked Questions of VLC users. - - - - - - -The latest version of these documents can be found on the VideoLAN Web site. - - - -User support - - - -If you have problems using VideoLAN, and if you don't find the -answer to your problems in the documentation, please look at the -online archive of the -mailing-lists. There are two English-speaking mailing-lists for -the users : - - - - - -vlc@videolan.org for the questions -on VLC, - -streaming@videolan.org for the questions -on VLS, mini-VLCS and the network. - - - - - -If you want to subscribe or unsubscribe to the mailing-lists, -please go to the -mailing-list page. - - - -You can also talk with VideoLAN users and developers on IRC : -server irc.freenode.net, channel -#videolan. - -If you find a bug, please follow the instructions on the bug reporting -page. - -Convention - -In this document, we adopt the following conventions for the Unix -commands : - - - -commands that should be typed as -root have a # prompt : - - -# command_to_be_typed_as_root - - -commands that should be typed as a regular user have a -% prompt : - - -% command_to_be_typed_as_regular_user - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/magic-eps.sgml b/LDP/ref/docbook/VLC-User-Guide/magic-eps.sgml deleted file mode 100644 index a75462ae..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/magic-eps.sgml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LDP/ref/docbook/VLC-User-Guide/magic-jpg.sgml b/LDP/ref/docbook/VLC-User-Guide/magic-jpg.sgml deleted file mode 100644 index 058e7a06..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/magic-jpg.sgml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LDP/ref/docbook/VLC-User-Guide/magic.sgml b/LDP/ref/docbook/VLC-User-Guide/magic.sgml deleted file mode 100644 index 058e7a06..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/magic.sgml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LDP/ref/docbook/VLC-User-Guide/modules.sgml b/LDP/ref/docbook/VLC-User-Guide/modules.sgml deleted file mode 100644 index 523a4d86..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/modules.sgml +++ /dev/null @@ -1,740 +0,0 @@ -Modules and options for VLC - -The modules - -VLC uses a modular system, which allows to add easily new fonctions -and formats. Here is a description of nearly all the VLC -modules. If you installed VLC through a binary file, you will get -the default modules. If, however, you want to customize VLC to your -needs, you will have to compile the VLC from sources. - -If you don't intend to compile the VLC and -want only the regular functions, reading this part is not very -useful. - - The compilation itself is explained in the next chapter. - -If you wish to compile a module which is stated disabled -by default, you have to launch the configure script with : - - - -% ./configure --enable-module_name - - -On the other hand, if you would like to disable a module that is -enabled by default, you would have to use : - - -% ./configure --disable-module_name - - - - - -Video outputs - -Video outputs are the modules that enable the support of some -systems to display the video on your screen. - -x11 - -default: enabled - -For Unix with X11 servers only - -This is the basic x11 video output. It only requires a -working X11 server. You will need xlibs headers to compile it -(xlibs-dev package on Debian systems). - - -xvideo - -default: enabled - -For Linux only - -It requires an xvideo compliant graphic card (it is the case for -nearly all modern cards). It uses hardware acceleration for YUV -transformation and rescaling. - - -sdl - -default: enabled - -This video output uses sdl libraries. You need at least version -1.1.6 of this libraries. - - You may indicate the path to the sdl-config -program with the --with-sdl-config-path=PATH -switch, when running the configre script. - - -directx - -default: enabled on win32 - -For Windows only - -This video output uses Microsoft Direct X libraries. It is -recommended for the win32 port. - -You may indicate the path to directX libraries and headers with -the --with-directx=PATH switch, when running the -configure script. - - -wingdi - -default: enabled on win32 - -For Windows only - -This video output uses GDI. It is designed for users who don't -have Direct X, but the perfs are very low. If you have DirectX, do not -use it. - - - -fb - -default: enabled on Linux - -For Linux only - -This is the frame buffer video output. It requires that your -kernel was compiled with frame buffer support. - - -glide - -default: disabled - -This video output uses Glide libraries (hardware acceleration for -3Dfx cards). - -You may indicate the path to the library with the ---with-glide=PATH configure option. /para> - -mga - -default: disabled - -For Linux only - -This module provides hardware acceleration for Matrox cards under -Linux. - -ggi - -default: disabled - - -aa - -default: disabled - -This is the ASCII Art Video Output. This video output uses the -aalib library to display video through ASCII art. It requires aalib -headers (aalib1-dev package under Debian) to -compile. - - -svgalib - -default: disabled - -For Linux only - -This is a video output for the SVGAlib library. - - -qte - -default: disabled - -For iPaq only - -This is a video output for QT Embedded, an iPaq-specifiq graphical -library. - - - - -Video filters modules - -These modules allow you to perform modifications on the rendered -image. - -deinterlace - -default: enabled - -This filter deinterlaces video. It is useful with streams coming -from a digital satellite channel or digital terrestial television -channels. - - -wall - -default: enabled - -This filter allows you to have the video cut in pieces in several -windows, which you can order as you wish. It can be used to generate -image walls with several sources. Start it with : - - -% vlc --filter wall:XxY .... - - -in order to have the video cut in X rows and -Y columns - - -distort - -default: enabled - -This filter adds a distortion effect to the video. Who said it was -useless ? :-) - - -transform - -default: enable - -This filter rotates the video window of 90 degrees. - - -invert - -default: enabled - -This filter inverses colors. - - - - - -Sound outputs - -These modules allow you to choose the way the sound will be output -to your audio system. - -oss - -default: enabled on Linux - -For Unix/Linux only - -This is the audio output for OSS (Open Sound System) output -(/dev/dsp, for exemple, under Linux). It requires -that your kernel was compiled with support for your sound card. - - -alsa - -default: disabled - -For Linux only - -This is the sound output for ALSA (Advanced Linux Sound -Architecture). It only works under Linux, and it requires that you -installed the ALSA drivers and libraries. - - -esd - -default: disabled - -For Unix/Linux only - -This sound output has ESD (Enlightened Sound Daemon) support -(usually used with Gnome). You must have the daemon and its libraries -installed. - - -arts - -default: disabled - -For Unix/Linux only - -This sound output has aRts (KDE's sound server) support. You must -have the daemon and its libraries installed. - - -waveout - -default: enabled on win32 - -This is the Wave output, which is used by the win32 port. - - - - - -Input modules - -These modules allow VLC to read its streams from different -sources. - -dvdplay - -default: enabled - -This is the regular DVD input module. It will need -libdvdcss for DVD decryption (see the libdvdcss page) -and libdvdplay for DVD navigation (see the libdvdplay -page). - - - -dvdold - -default: enabled - -This is the old DVD input module. It uses -libdvdcss for DVD decryption (see the -libdvdcss -page). - - - -dvdread - -default: disabled - -This is an alternative to the previous ones. It uses -libdvdread for DVD reading (see the Ogle -download page) and libdvdcss -for DVD decryption (see the libdvdcss -page). - - - -vcd - -default: enabled - -This is the VideoCD input. - - -http - -default: enabled - -This is the HTTP input. You can use it for Video On Demand. - - -satellite - -default: disabled - -This is an input module that allows to read -directly from a Hauppauge WinTV Nova card under Linux. -It requires drivers 0.9.4 available from linuxtv.org. - - - -v4l - -default: disabled - -For Linux only - -This module allows to get Video4Linux streams. - - - - - -Demuxers - -Demuxers or demultiplexers allow VLC to extract the stream(s) -from the file or source where they are into. - -For example, an AVI file can contain a MPEG-4 video, or an -uncompressed video. AVI is only a storing format, not a compression -format. - -avi - -default: enabled - -This module allows you to read .avi files. - - -asf - -default: enabled - -This module allows you to read .asf files. - - -aac - -default: enabled - -This module allows to you read AAC files. - - -ogg - -default: enabled - -This module allows to you read OGG files. - - -rawdv - -default: enabled - -This module allows to you read DV files. - - -dvbpsi - -default: enabled - -This module allows to demux streams from a satellite card. - - -mp4 - -default: enabled - -This module is the MPEG-4 demuxer. - - - - - - -Interface modules - -These modules allow you to choose the interface you want to use. - -gtk - -default: enabled - -This is the GTK+ interface. It needs gtk libraries -(libgtk1.2 package on Debian) and headers files -if you are compiling it (libgtk1.2-dev package on -Debian). Note that it can also be used under Windows. - - -gnome - -default: disabled - -For Linux only - -This is the Gnome interface. It needs gnome libraries -(libgnome32 package under Debian) and headers -(libgnome-dev package under Debian) if you wish to -compile it. - -intfwin - -default: enabled on win32 - -For Windows only - -This is the Windows native interface. It requires -Borland C++ builder to compile. You may use the ---with-bc-builder=PATH option to specify the path to -this application. - - -qt - -default: disabled - -This is the QT interface module. You will need the libraries -(libqt2 package on Debian) and headers -(libqt-dev package under Debian) if you wish to -compile it. - - -kde - -default: disabled - -This is the KDE interface module. You will need the libraries -(kdelibs3 package on Debian) and headers -(kde-devel package under Debian) if you wish to -compile it. - - -rc - -default: enabled - -This is the Remote Control interface module. It allows you -to control VLC via commands, such as play, -stop, etc... or via a script. - - -ncurses - -default: disabled - -This is a text interface, using ncurses library. -You will need ncurses headers if you want to compile it -(libncurses5-dev package on Debian). - - -lirc - -default: disabled - -This interface module allows you to control VLC through a remote. -A lircrc example is provided to help you configure it to your remote -(see doc/lirc/example.lircrc). - - -wxwindows - -default: enabled - -The wxWindows interface is a portable interface meant to -replace win32, gnome and Gtk interface, but it is not completely -finished. - - -opie - -default: disabled - -This is an interface plugin for the Qt Embedded library (iPaq -graphical library). - - - - - - -Codec modules - -The following modules add codec (ie, compression formats) -support. - -a52 - -default: disabled - -This is a better AC3/A52 decoder than the built-in one, based on -liba52 (see the liba52 web -site. - - - -ffmpeg - -default: disabled - -This is a free MPEG-4/DivX/OpenDivX codec : ffmpeg (see the ffmpeg web site. - - - -vorbis - -default: enabled - -This codec allows you to read the OGG/Vorbis files. - - -dv - -default: disabled - -This codec allows you to read DV-encoded files. - - -xvid - -default: disabled - -This codec allows you to read files encoded with Xvid (see Xvid web site). - - -mad - -default: disabled - -This codec is a very smart MP3 decoder, that only uses integers. -This allows its use for CPU which don't handle floating point numbers -(on PDA, for exemple). - - -faad - -default: disabled - -Faad is an MPEG-4 audio decoder (see the FAAC web site). - - - -tarkin - -default: disabled - -tarkin is a new codec (experimental) by the Ogg Project (see the -Ogg Vorbis web site). - - - - -theora - -default: disabled - -theora is an experimental video codec by the Ogg Project (see the -Ogg Vorbis web site). - - - -cinepak - -default: enabled - -This is the codec for the Cinepak format. - - -tremor - -default: disabled - -This is an Ogg/Vorbis codec that only makes integer calculus, -which allow its use on CPU which don't have floating point support -(see the Ogg Vorbis web -site). - - - - - - -OS support modules - -The following modules add support for different OSs. - -macosx - -default: enabled on MacOS X - -For MacOS X only - -This is the MacOS X support module, including a native -interface. - - - -qnx - -default: enabled on qnx - -For QNX only - -This is the QNX RTOS support module. - - - - - - - -Miscellaneous - -This section describes a few more modules that don't belong to any -of the categories described before. - -sout - -default: enabled - -Stream Output is a new feature of VLC that allows -it to stream an MPEG-1, MPEG-2 or MPEG-4/DivX file or a DVD. - -For more details, please have a look at the or -sections. - - - -test-suite - -default: disabled - -This builds a special VLC, for testing purposes only. - - - - -mozilla - -default: disabled - -This is not really a module. When enabled, a VLC-based Mozilla -plugin is built. - - - -slp - -default: enabled - -This enables the SLP service discovery protocol. - - -xosd - -default: disabled - -For Unix only - -This plugin outputs the current stream to an "OSD" (On Screen -Display). - - - - - -Compilation Options - -There are a few options that you can set when running the -configure script, which are not related to modules. - -You can have a look at these options by typing : - - -% ./configure --help - - -You can for example control all the installation directories, -the system for which you want to build VLC for (if not guessed -correctly),... - -You can also choose to enable or disable some optimizations. - ---disable-plugins - -If you select this option, no plugins will be enabled. This is -definitely not recommended, as you would get a very poor VLC, and should -only be used for testing purposes. - - - - - - diff --git a/LDP/ref/docbook/VLC-User-Guide/streamable-mpeg-file.sgml b/LDP/ref/docbook/VLC-User-Guide/streamable-mpeg-file.sgml deleted file mode 100644 index cf305a1f..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/streamable-mpeg-file.sgml +++ /dev/null @@ -1,46 +0,0 @@ - -Vls can stream MPEG 1 or MPEG 2 files that meet two -critera : - - - - -the file must be MPEG PS -(Program Stream) or MPEG TS (Transport Stream), -that contain video and audio multiplexed. Vls cannot stream MPEG -ES (Elementary Stream), i.e. a file with only audio -or video. - -In order to know if an MPEG file is MPEG PS, -MPEG TS or MPEG ES, read the -file with vlc and look at the messages (select in the menu -View / Messages, or use the command line -vlc -v) and look for a -line : - - -module: locking demux module `mpeg_XX' - - -If XX = ps or XX = -ts, then your file is MPEG PS and -MPEG TS respectively, and you may be able to -stream it. If XX = es, then your file is MPEG -ES and is not streamable. - -the sequence header of the video must repeat itself regularly, -which is often the case with MPEG 2, but very rare with MPEG 1. There is -no easy way to know if the sequence header is repeated regularly. Files -with a .vob extension are normally MPEG -2 files and files with .mpg or -.mpeg extension or -usually -MPEG 1 files. - - - -You can download this streamable -MPEG 2 PS file for your tests : presentation_short.vob. - diff --git a/LDP/ref/docbook/VLC-User-Guide/uninstall-vlc.sgml b/LDP/ref/docbook/VLC-User-Guide/uninstall-vlc.sgml deleted file mode 100644 index 69aa3514..00000000 --- a/LDP/ref/docbook/VLC-User-Guide/uninstall-vlc.sgml +++ /dev/null @@ -1,54 +0,0 @@ -Under Windows - -Click on the Uninstall VLC icon that was -created during installation. - - - -Under BeOS - -Delete the vlc-version -directory. You can also remove the configuration file -/boot/home/config/settings/vlcrc. - - - -Under Mac OS X - -Drag the VLC application to your trash can. - - - -Under Linux Debian - -Remove the packages that you installed : - - -# apt-get remove --purge vlc-gnome vlc-mad libdvdcss2 libdvbpsi1 - - - -Under Linux Redhat, Mandrake and SuSE - - -Uninstall the RPM packages that you installed : - - - -# rpm -e vlc-version vlc-mad-version vlc-gnome-version -libdvdcss2-version libdvdpsi1-version - - - - -If you compiled VLC from sources - - -Go to the directory containing VLC sources and execute : - - -# make uninstall - - -Then you can remove the VLC sources. - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/VideoLAN-Quickstart.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/VideoLAN-Quickstart.sgml deleted file mode 100644 index f7e61b98..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/VideoLAN-Quickstart.sgml +++ /dev/null @@ -1,101 +0,0 @@ - - %magic-entities; - - - - - - - - - - - - - -]> - - - - - -VideoLAN Quickstart - - - - Alexis - de Lattre - - - Bill - Eldridge - - - Anil - Daoud - - - Mathieu - Gautier - - - Clément - Stenac - - - - - 2002, 2003 - the VideoLAN project - - - - - Permission is granted to copy, distribute and/or modify this -document under the terms of the GNU Free Documentation License, Version -1.2 or any later version published by the Free Software Foundation ; -with no Invariant Sections, with no Front-Cover Texts, and with no -Back-Cover Texts. The text of the license can be found in the appendix -. - - - - - VideoLAN - Quickstart - vlc - vls - vod - vlcs - stream - multicast - MPEG-1 - MPEG-2 - MPEG-4 - DVD - DivX - - - - -This document describes how to start using VideoLAN quickly. - - - - - - - - - -&intro; -&vlc; -&vlc-streamoutput; -&vod; -&sap; -&conclusion; -&fdl; - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/conclusion.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/conclusion.sgml deleted file mode 100644 index 65654919..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/conclusion.sgml +++ /dev/null @@ -1,22 +0,0 @@ -Conclusion - - - - -VideoLAN can do much more than what is explained in this Quickstart. -For example, you can use VLS to stream digital satellite channels, -digital terrestial television channels and live videos. To know about -the full streaming possibilities of VideoLAN, please read the VideoLAN HOWTO. - - - - - -VLC also have very interesting features that are not explained in -this Quickstart. For example, VLC can be used to do image walls ! -To know about the full possibilities of VLC, please read the VLC user guide. - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/fdl.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/fdl.sgml deleted file mode 100644 index 811aa1ee..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/fdl.sgml +++ /dev/null @@ -1,431 +0,0 @@ - -GNU Free Documentation License -Version 1.2, November 2002 - - - -PREAMBLE - -The purpose of this License is to make a manual, textbook, or -other functional and useful document "free" in the sense of freedom: to -assure everyone the effective freedom to copy and redistribute it, with -or without modifying it, either commercially or noncommercially. -Secondarily, this License preserves for the author and publisher a way -to get credit for their work, while not being considered responsible for -modifications made by others. - -This License is a kind of "copyleft", which means that derivative -works of the document must themselves be free in the same sense. It -complements the GNU General Public License, which is a copyleft license -designed for free software. - -We have designed this License in order to use it for manuals for -free software, because free software needs free documentation: a free -program should come with manuals providing the same freedoms that the -software does. But this License is not limited to software manuals; it -can be used for any textual work, regardless of subject matter or -whether it is published as a printed book. We recommend this License -principally for works whose purpose is instruction or reference. - - -APPLICABILITY AND DEFINITIONS - -This License applies to any manual or other work, in -any medium, that contains a notice placed by the copyright holder saying -it can be distributed under the terms of this License. Such a notice -grants a world-wide, royalty-free license, unlimited in duration, to use -that work under the conditions stated herein. The "Document", below, -refers to any such manual or work. Any member of the public is a -licensee, and is addressed as "you". You accept the license if you -copy, modify or distribute the work in a way requiring permission under -copyright law. - -A "Modified Version" of the Document means any -work containing the Document or a portion of it, either copied verbatim, -or with modifications and/or translated into another language. - -A "Secondary Section" is a named appendix or -a front-matter section of the Document that deals exclusively with the -relationship of the publishers or authors of the Document to the -Document's overall subject (or to related matters) and contains nothing -that could fall directly within that overall subject. (Thus, if the -Document is in part a textbook of mathematics, a Secondary Section may -not explain any mathematics.) The relationship could be a matter of -historical connection with the subject or with related matters, or of -legal, commercial, philosophical, ethical or political position -regarding them. - -The "Invariant Sections" are certain Secondary -Sections whose titles are designated, as being those of Invariant -Sections, in the notice that says that the Document is released under -this License. If a section does not fit the above definition of -Secondary then it is not allowed to be designated as Invariant. The -Document may contain zero Invariant Sections. If the Document does not -identify any Invariant Sections then there are none. - -The "Cover Texts" are certain short passages of -text that are listed, as Front-Cover Texts or Back-Cover Texts, in the -notice that says that the Document is released under this License. A -Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at -most 25 words. - -A "Transparent" copy of the Document means a -machine-readable copy, represented in a format whose specification is -available to the general public, that is suitable for revising the -document straightforwardly with generic text editors or (for images -composed of pixels) generic paint programs or (for drawings) some widely -available drawing editor, and that is suitable for input to text -formatters or for automatic translation to a variety of formats suitable -for input to text formatters. A copy made in an otherwise Transparent -file format whose markup, or absence of markup, has been arranged to -thwart or discourage subsequent modification by readers is not -Transparent. An image format is not Transparent if used for any -substantial amount of text. A copy that is not "Transparent" is called -"Opaque". - -Examples of suitable formats for Transparent copies include plain -ASCII without markup, Texinfo input format, LaTeX input format, SGML or -XML using a publicly available DTD, and standard-conforming simple HTML, -PostScript or PDF designed for human modification. Examples of -transparent image formats include PNG, XCF and JPG. Opaque formats -include proprietary formats that can be read and edited only by -proprietary word processors, SGML or XML for which the DTD and/or -processing tools are not generally available, and the machine-generated -HTML, PostScript or PDF produced by some word processors for output -purposes only. - -The "Title Page" means, for a printed book, -the title page itself, plus such following pages as are needed to hold, -legibly, the material this License requires to appear in the title page. -For works in formats which do not have any title page as such, "Title -Page" means the text near the most prominent appearance of the work's -title, preceding the beginning of the body of the text. - -A section "Entitled XYZ" means a named subunit -of the Document whose title either is precisely XYZ or contains XYZ in -parentheses following text that translates XYZ in another language. -(Here XYZ stands for a specific section name mentioned below, such as -"Acknowledgements", "Dedications", "Endorsements", or "History".) To -"Preserve the Title" of such a section when you modify the Document -means that it remains a section "Entitled XYZ" according to this -definition. - -The Document may include Warranty Disclaimers next to the notice -which states that this License applies to the Document. These Warranty -Disclaimers are considered to be included by reference in this License, -but only as regards disclaiming warranties: any other implication that -these Warranty Disclaimers may have is void and has no effect on the -meaning of this License. - - -VERBATIM COPYING - -You may copy and distribute the Document in any medium, either -commercially or noncommercially, provided that this License, the -copyright notices, and the license notice saying this License applies to -the Document are reproduced in all copies, and that you add no other -conditions whatsoever to those of this License. You may not use -technical measures to obstruct or control the reading or further copying -of the copies you make or distribute. However, you may accept -compensation in exchange for copies. If you distribute a large enough -number of copies you must also follow the conditions in section 3. - - -You may also lend copies, under the same conditions stated above, -and you may publicly display copies. - - -COPYING IN QUANTITY - -If you publish printed copies (or copies in media that commonly -have printed covers) of the Document, numbering more than 100, and the -Document's license notice requires Cover Texts, you must enclose the -copies in covers that carry, clearly and legibly, all these Cover Texts: -Front-Cover Texts on the front cover, and Back-Cover Texts on the back -cover. Both covers must also clearly and legibly identify you as the -publisher of these copies. The front cover must present the full title -with all words of the title equally prominent and visible. You may add -other material on the covers in addition. Copying with changes limited -to the covers, as long as they preserve the title of the Document and -satisfy these conditions, can be treated as verbatim copying in other -respects. - -If the required texts for either cover are too voluminous to fit -legibly, you should put the first ones listed (as many as fit -reasonably) on the actual cover, and continue the rest onto adjacent -pages. - -If you publish or distribute Opaque copies of the Document -numbering more than 100, you must either include a machine-readable -Transparent copy along with each Opaque copy, or state in or with each -Opaque copy a computer-network location from which the general -network-using public has access to download using public-standard -network protocols a complete Transparent copy of the Document, free of -added material. If you use the latter option, you must take reasonably -prudent steps, when you begin distribution of Opaque copies in quantity, -to ensure that this Transparent copy will remain thus accessible at the -stated location until at least one year after the last time you -distribute an Opaque copy (directly or through your agents or retailers) -of that edition to the public. - -It is requested, but not required, that you contact the authors of -the Document well before redistributing any large number of copies, to -give them a chance to provide you with an updated version of the -Document. - - -MODIFICATIONS - -You may copy and distribute a Modified Version of the Document -under the conditions of sections 2 and 3 above, provided that you -release the Modified Version under precisely this License, with the -Modified Version filling the role of the Document, thus licensing -distribution and modification of the Modified Version to whoever -possesses a copy of it. In addition, you must do these things in the -Modified Version: - - -Use in the Title Page (and on the covers, if any) a - title distinct from that of the Document, and from those of previous - versions (which should, if there were any, be listed in the History - section of the Document). You may use the same title as a previous - version if the original publisher of that version gives permission. - -List on the Title Page, as authors, one or more - persons or entities responsible for authorship of the modifications in - the Modified Version, together with at least five of the principal - authors of the Document (all of its principal authors, if it has fewer - than five), unless they release you from this requirement. - -State on the Title page the name of the publisher of - the Modified Version, as the publisher. -Preserve all the copyright notices of the Document. - -Add an appropriate copyright notice for your - modifications adjacent to the other copyright notices. - -Include, immediately after the copyright notices, a - license notice giving the public permission to use the Modified - Version under the terms of this License, in the form shown in the - Addendum below. - -Preserve in that license notice the full lists of - Invariant Sections and required Cover Texts given in the Document's - license notice. -Include an unaltered copy of this License. - -Preserve the section Entitled "History", Preserve its - Title, and add to it an item stating at least the title, year, new - authors, and publisher of the Modified Version as given on the Title - Page. If there is no section Entitled "History" in the Document, - create one stating the title, year, authors, and publisher of the - Document as given on its Title Page, then add an item describing the - Modified Version as stated in the previous sentence. - -Preserve the network location, if any, given in the - Document for public access to a Transparent copy of the Document, and - likewise the network locations given in the Document for previous - versions it was based on. These may be placed in the "History" - section. You may omit a network location for a work that was - published at least four years before the Document itself, or if the - original publisher of the version it refers to gives permission. - -For any section Entitled "Acknowledgements" or - "Dedications", Preserve the Title of the section, and preserve in the - section all the substance and tone of each of the contributor - acknowledgements and/or dedications given therein. - -Preserve all the Invariant Sections of the Document, - unaltered in their text and in their titles. Section numbers or the - equivalent are not considered part of the section titles. - -Delete any section Entitled "Endorsements". - Such a section may not be included in the Modified Version. - -Do not retitle any existing section to be Entitled - "Endorsements" or to conflict in title with any Invariant Section. - -Preserve any Warranty Disclaimers. - - - -If the Modified Version includes new front-matter sections or -appendices that qualify as Secondary Sections and contain no material -copied from the Document, you may at your option designate some or all -of these sections as invariant. To do this, add their titles to the -list of Invariant Sections in the Modified Version's license notice. -These titles must be distinct from any other section titles. - -You may add a section Entitled "Endorsements", provided it -contains nothing but endorsements of your Modified Version by various -parties--for example, statements of peer review or that the text has -been approved by an organization as the authoritative definition of a -standard. - -You may add a passage of up to five words as a Front-Cover Text, -and a passage of up to 25 words as a Back-Cover Text, to the end of the -list of Cover Texts in the Modified Version. Only one passage of -Front-Cover Text and one of Back-Cover Text may be added by (or through -arrangements made by) any one entity. If the Document already includes -a cover text for the same cover, previously added by you or by -arrangement made by the same entity you are acting on behalf of, you may -not add another; but you may replace the old one, on explicit permission -from the previous publisher that added the old one. - -The author(s) and publisher(s) of the Document do not by this -License give permission to use their names for publicity for or to -assert or imply endorsement of any Modified Version. - - -COMBINING DOCUMENTS - -You may combine the Document with other documents released under -this License, under the terms defined in section -4 above for modified versions, provided that you include in the -combination all of the Invariant Sections of all of the original -documents, unmodified, and list them all as Invariant Sections of your -combined work in its license notice, and that you preserve all their -Warranty Disclaimers. - -The combined work need only contain one copy of this License, and -multiple identical Invariant Sections may be replaced with a single -copy. If there are multiple Invariant Sections with the same name but -different contents, make the title of each such section unique by adding -at the end of it, in parentheses, the name of the original author or -publisher of that section if known, or else a unique number. Make the -same adjustment to the section titles in the list of Invariant Sections -in the license notice of the combined work. - -In the combination, you must combine any sections Entitled -"History" in the various original documents, forming one section -Entitled "History"; likewise combine any sections Entitled -"Acknowledgements", and any sections Entitled "Dedications". You must -delete all sections Entitled "Endorsements". - - -COLLECTIONS OF DOCUMENTS - -You may make a collection consisting of the Document and other -documents released under this License, and replace the individual copies -of this License in the various documents with a single copy that is -included in the collection, provided that you follow the rules of this -License for verbatim copying of each of the documents in all other -respects. - -You may extract a single document from such a collection, and -distribute it individually under this License, provided you insert a -copy of this License into the extracted document, and follow this -License in all other respects regarding verbatim copying of that -document. - - -AGGREGATION WITH INDEPENDENT WORKS - -A compilation of the Document or its derivatives with other -separate and independent documents or works, in or on a volume of a -storage or distribution medium, is called an "aggregate" if the -copyright resulting from the compilation is not used to limit the legal -rights of the compilation's users beyond what the individual works -permit. When the Document is included an aggregate, this License does -not apply to the other works in the aggregate which are not themselves -derivative works of the Document. - -If the Cover Text requirement of section 3 is applicable to these -copies of the Document, then if the Document is less than one half of -the entire aggregate, the Document's Cover Texts may be placed on covers -that bracket the Document within the aggregate, or the electronic -equivalent of covers if the Document is in electronic form. Otherwise -they must appear on printed covers that bracket the whole -aggregate. - - -TRANSLATION - -Translation is considered a kind of modification, so you may -distribute translations of the Document under the terms of section 4. -Replacing Invariant Sections with translations requires special -permission from their copyright holders, but you may include -translations of some or all Invariant Sections in addition to the -original versions of these Invariant Sections. You may include a -translation of this License, and all the license notices in the -Document, and any Warrany Disclaimers, provided that you also include -the original English version of this License and the original versions -of those notices and disclaimers. In case of a disagreement between the -translation and the original version of this License or a notice or -disclaimer, the original version will prevail. - -If a section in the Document is Entitled "Acknowledgements", -"Dedications", or "History", the requirement (section 4) to Preserve its -Title (section 1) will typically require changing the actual -title. - - -TERMINATION - -You may not copy, modify, sublicense, or distribute the Document -except as expressly provided for under this License. Any other attempt -to copy, modify, sublicense or distribute the Document is void, and will -automatically terminate your rights under this License. However, -parties who have received copies, or rights, from you under this License -will not have their licenses terminated so long as such parties remain -in full compliance. - - -FUTURE REVISIONS OF THIS LICENSE - -The Free Software Foundation may publish new, revised versions of -the GNU Free Documentation License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in -detail to address new problems or concerns. See -http://www.gnu.org/copyleft/. - -Each version of the License is given a distinguishing version -number. If the Document specifies that a particular numbered version of -this License "or any later version" applies to it, you have the option -of following the terms and conditions either of that specified version -or of any later version that has been published (not as a draft) by the -Free Software Foundation. If the Document does not specify a version -number of this License, you may choose any version ever published (not -as a draft) by the Free Software Foundation. - - -ADDENDUM: How to use this License for - your documents - -To use this License in a document you have written, include a copy -of the License in the document and put the following copyright and -license notices just after the title page: - - - -If you have Invariant Sections, Front-Cover Texts and Back-Cover -Texts, replace the "with...Texts." line with this: - -
- with the Invariant Sections being LIST THEIR TITLES, with the - Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. -
- -If you have Invariant Sections without Cover Texts, or some other -combination of the three, merge those two alternatives to suit the -situation. - -If your document contains nontrivial examples of program code, we -recommend releasing these examples in parallel under your choice of free -software license, such as the GNU General Public License, to permit -their use in free software. -
-
diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/install-vlc.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/install-vlc.sgml deleted file mode 100644 index dbf8ddb8..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/install-vlc.sgml +++ /dev/null @@ -1,262 +0,0 @@ -There are VLC binaries available for the many OSes, but not for -all supported OSes. If there are no binaries for your OS or if you want -to change the default settings, you can compile VLC from sources. - - -Under Windows - -VLC works under Windows 95/98/ME/2000/XP. -Download the self-extracting file from the VLC Windows -download page. Launch the .exe to install -VLC. - - - -Under BeOS - - -Download the Zip file from the VLC BeOS download -page. Unzip the file in a directory to install VLC. - - - - -Under Mac OS X - - - -Download the Mac OS X package from the VLC -MacOS X download page . Double-click on the icon of the -package : an icon will appear on your Desktop, right beside your -drive(s). Open it and drag the VLC application from the resulting -window to the place where you want to install it (it should be -/Applications). - - - - - -Under Linux Debian - -Edit as root /etc/apt/sources.list and add -the following lines : - - -deb http://www.videolan.org/pub/videolan/debian $(ARCH)/ -deb-src http://www.videolan.org/pub/videolan/debian sources/ - - -Then install the packages : - - -# apt-get update -# apt-get install gnome-vlc libdvdcss2 - - - -Under Linux Mandrake - - First, VLC is included in the Mandrake Linux distribution, -thus if your are running cooker, just get it from -you preferred cooker mirror. - - As it is not possible to update softwares in a previous -distributions, you have to install the RPMs "by hand" if -you don't use cooker. The simplest way -is to use urpmi (command line interface) -or rpmdrake (you will find in the Mandrake Control -Center). General instrctutions about urpmi can be found -on http://www.urpmi.org -(both in french and english). urpmi-setup will make -it easier to setup urpmi to your needs: see http://plf.zarb.org/~nanardon/ -. You need at least to add main, contrib and plf sources. - - - - get libdvdplay, vlc, vlc-plugin-mad, vlc-plugin-a52, -gnome-vlc (or vlc-gtk) RPMs from this page and all the plugins you want. - - - install them with: - - -# urpmi libdvdplay*rpm *vlc*rpm - - -(urpmi will complete all the dependencies) - - - -Under Linux Redhat - -Download the RPM package vlc and the packages -listed in the required librairies and codecs -section (the other packages are just optional) from the VLC Red Hat -download page and put them all into the same directory. - -Then install the RPM packages you have downloaded: - - -# rpm -U *.rpm - - -If you have not installed all the RPM packages included with your -distribution, you may be asked to install a few of them first. - - - -Compile the sources by yourself (for every other OS) - -The method below is for any Unix system supported by VLC, for -which there is no packages available. It explains how to compile and -install VLC and the needed librairies from their source code. - -You can also compile the VLC under Linux this way if you want to -modify the default supported modules - -Install the libraries - -Many libraries are needed for particular uses : - - - -libdvdcss if you want to be able to -read encrypted DVDs, - -libdvdplay if you want to have DVD -menu navigation, - -libdvbpsi if you want to be able to -read from the network, - -a52dec if you want to be -able to decode the AC3 (i.e. A52) sound format often used in -DVDs, - -ffmpeg, libmad -and faad2 if you want to read MPEG 4 / DivX -files, - -libogg and -libvorbis if you want to read Ogg Vorbis -files. - - - -Download the libraries from the VLC sources -download page. - -For each library : - - - -uncompress : - - -% tar xvzf library.tar.gz - -or - -% tar xvjf library.tar.bz2 - - -configure : - - -% cd library -% ./configure --enable-shared - - -compile and install : - - -% make -# make install - - - - - -Check that the configuration file /etc/ld.so.conf -contains the following line : - - - -/usr/local/lib - - -If the line is not present, add-it and then run (as root): - - -# ldconfig - - - - -Install VLC - -Download the sources of the lastest release : get the -file vlc-version.tar.gz from the VLC sources -download page. Uncompress-it : - - -% tar xvzf vlc-version.tar.gz -% cd vlc-version - - - - -To get the list of configuration options, do : - -% ./configure --help - - -Please note that all the modules are described in -the Modules section of the VLC User -Guide. - - -Examples of very simple configurations: - - -if you want a basic VLC, do : - -% ./configure - - - -if you want the Gnome interface instead of the GTK -interface (you will need the developement packages of Gnome) : - -% ./configure --enable-gnome - - - - - - -Then, compile and install : - - - -% make -% su -Password: [Root Password] -# make install - - -Please note that the installation (make install -command) is not mandatory. You can execute VLC from where you compiled -it. - - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/install-vls.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/install-vls.sgml deleted file mode 100644 index cbe1617d..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/install-vls.sgml +++ /dev/null @@ -1,134 +0,0 @@ -Full-featured VLS is currently only available for -Linux. VLS can also be built on computers running Mac OS -X, and is not available for -Windows any more. Please visit the streaming features -page for more information. - -Install the librairies - - -Many librairies are needed for particular uses : - - - -libdvbpsi (always needed) -libdvdcss if you want to be able to access encrypted DVDs, -libdvdread if you want to be able to stream DVDs, -libdvb if you want to be able to stream from a DVB card (a satellite card or a digital terrestial TV card). - - - - -Download the libraries from the VLS -sources download page. - - - -For each library, uncompress, configure (unless -for libdvb which doesn't have a -./configure), compile and install : - - - -% tar xvzf library.tar.gz -% cd library -% ./configure --enable-shared -% make -# make install - - - - - -Check that the configuration file /etc/ld.so.conf -contains the following line : - - - - -/usr/local/lib - - -If the line is not present, add-it and then run : - - -# ldconfig - - - - -Install VLS - - Download the sources of the latest release : get the -file vls-version.tar.gz from the VLS -sources download page. Uncompress-it : - - -% tar xvzf vls-version.tar.gz -% cd vls-version - - - -To get the list of configuration options, do : - - - -% ./configure --help - - - -Then configure vls : - - - - -if you want a basic VLS without DVD support, do : - - - -% ./configure --disable-dvd - - - - -if you want a VLS with DVD support, do : - - - -% ./configure - - - - -if you want a VLS with DVB support, do : - - - -% ./configure --enable-dvb - - - - - - - - -Then, compile and install : - - - -% make -# make install - - - - -You can also do a make uninstall, make -clean or make distclean as needed. - - - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/intro.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/intro.sgml deleted file mode 100644 index ae978ae1..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/intro.sgml +++ /dev/null @@ -1,258 +0,0 @@ -Introduction - -What is the VideoLAN project ? - -Overview - - - -VideoLAN is a complete software solution for video streaming, developed -by students of the Ecole Centrale -Paris and developers from all over the world, under the -GNU General Public -License (GPL). VideoLAN is designed to stream MPEG videos on high -bandwidth networks. - - - -The VideoLAN solution includes : - - - -the VideoLAN Server (VLS), which can stream MPEG-1, -MPEG-2 and MPEG-4 files, DVDs, digital satellite channels, digital terrestial -television channels and live videos on the network in unicast or -multicast, - -the VideoLAN Client (VLC), which can be used as a server -to stream MPEG-1, MPEG-2 and MPEG-4 files and DVDs on the network in -unicast or multicast ; or used as a client to receive, decode and -display MPEG streams under multiple operating systems. - - - -Here is an illustration of the complete VideoLAN solution : - -
Global VideoLAN solution - - - - - -
- - - -More details about the project can be found on the -VideoLAN Web site. - - - -VideoLAN software - -VideoLAN Client - - - -The VideoLAN Client (VLC) works on many platforms : Linux, Windows, Mac -OS X, BeOS, *BSD, Solaris, Familiar Linux, Yopy/Linupy and QNX. It can -read : - - - - - -MPEG-1, MPEG-2 and MPEG-4 / DivX files from a hard disk -or a CD-ROM drive, - -DVDs and VCDs, - -from a satellite card, - -MPEG-1, MPEG-2 and MPEG-4 streams from the -network sent by VLS or VLC's stream output. - - - -VLC can also be used as a server to stream : - - - -MPEG-1, MPEG-2 and MPEG-4 / DivX files, - -and DVDs, - - - -to : - - - -one machine (i.e. to one IP address) : this is called -unicast ; - -a dynamic group of machines that the clients can join or leave -(i.e. to a multicast IP address) : this is called -multicast. - - - -VLC doesn't work on Mac OS 9, and will -probably never do. - -VideoLAN Server - - - -The VideoLAN Server (VLS) can stream : - - - - - -an MPEG-1, MPEG-2 or MPEG-4 files stored on a hard drive or on a -CD, - -a DVD located in a local DVD drive or copied on a hard -disk, - -a satellite card or a digital terrestial television -card, - -an MPEG encoding card ; - - - -to : - - - -one machine (i.e. to one IP address) : this is called -unicast ; - -a dynamic group of machines that the clients can join or leave -(i.e. to a multicast IP address) : this is called -multicast. - - - - - -A Pentium 100 MHz with 32 MB of memory should be enough to send one -stream on the network. When streaming a lot of videos stored on a -hard drive, the actual limitation is not the processor but the hard -drive and the network connection. - - - - - -VLS works under Linux and Mac OS X. - - - -How can I use VideoLAN ? - -The documentation - - - -The user documentation of the VideoLAN project is composed of four documents : - - - - - -the VideoLAN -Quickstart. This document will give you a quick overview of -of VLC, VLC's stream output, the Video On Demand -solution and the channel information service system. - -the VideoLAN -HOWTO. This document is the complete guide of the VideoLAN -streaming solution. - -the VLC user -guide. This document is the complete guide for VLC. - -the VLC FAQ. This -document contains Frequently Asked Questions of VLC users. - - - - -The latest version of these documents can be found on the documentation page. - -User support - - - -If you have problems using VideoLAN, and if you don't find the -answer to your problems in the documentation, please look at the -online archive of the -mailing-lists. There are two English-speaking mailing-lists for -the users : - - - - - -vlc@videolan.org for the questions -on VLC, - -streaming@videolan.org for the questions -on VLS, mini-SAP-server and the network. - - - - - -If you want to subscribe or unsubscribe to the mailing-lists, -please go to the -mailing-list page. - - - -You can also talk with VideoLAN users and developers on IRC : -server irc.freenode.net, channel -#videolan. - -If you find a bug, please follow the instructions on the bug reporting -page. - -Convention - -Windows users - -Some features are currently only available using -the command line interface of VLC. To run such commands, use the Windows -command line tool. - -Unix users - -Unix systems users : in this document, we adopt the following -conventions for the Unix commands : - - - -commands that should be typed as -root have a # prompt : - - -# command_to_be_typed_as_root - - -commands that should be typed as a regular user have a -% prompt : - - -% command_to_be_typed_as_regular_user - - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/magic-eps.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/magic-eps.sgml deleted file mode 100644 index a75462ae..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/magic-eps.sgml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/magic-jpg.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/magic-jpg.sgml deleted file mode 100644 index 058e7a06..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/magic-jpg.sgml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/magic.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/magic.sgml deleted file mode 100644 index 058e7a06..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/magic.sgml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/plan-videolan-640.eps b/LDP/ref/docbook/VideoLAN-Quickstart/plan-videolan-640.eps deleted file mode 100644 index 9caa01b8..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/plan-videolan-640.eps +++ /dev/null @@ -1,2686 +0,0 @@ -%!PS-Adobe-3.0 EPSF-3.0 -%%Creator: GIMP PostScript file plugin V 1.12 by Peter Kirchgessner -%%Title: /home/alexis/videolan/cvs/doc/plan-global/plan-videolan-640.eps -%%CreationDate: Sun Apr 6 16:38:24 2003 -%%DocumentData: Clean7Bit -%%LanguageLevel: 2 -%%Pages: 1 -%%BoundingBox: 14 14 475 219 -%%EndComments -%%BeginProlog -% Use own dictionary to avoid conflicts -10 dict begin -%%EndProlog -%%Page: 1 1 -% Translate for offset -14.173228 14.173228 translate -% Translate to begin of first scanline -0.000000 204.480000 translate -460.800000 -204.480000 scale -% Image geometry -640 284 8 -% Transformation matrix -[ 640 0 0 284 0 0 ] -% Strings to hold RGB-samples per scanline -/rstr 640 string def -/gstr 640 string def -/bstr 640 string def -{currentfile /ASCII85Decode filter /RunLengthDecode filter rstr readstring pop} -{currentfile /ASCII85Decode filter /RunLengthDecode filter gstr readstring pop} -{currentfile /ASCII85Decode filter /RunLengthDecode filter bstr readstring pop} -true 3 -%%BeginData: 170790 ASCII Bytes -colorimage -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$l2M1eZ@de7p]'r>an^S.VZ2/~> -JcC<$JcC<$l2M1eZ@de7p]'r>an^S.VZ2/~> -JcC<$JcC<$l2M1eZ@de7p]'r>an^S.VZ2/~> -JcC<$a8ZF^V5<)Ls66BCiVruTV:Y\G!lh)#q#:AsVr.LTVpFc1!9X9W!;,^Z!r/VD[Jp:+ -JcC<$a8ZF^V5<)Ls66BCiVruTV:Y\G!lh)#q#:AsVr.LTVpFc1!9X9W!;,^Z!r/VD[Jp:+ -JcC<$a8ZF^V5<)Ls66BCiVruTV:Y\G!lh)#q#:AsVr.LTVpFc1!9X9W!;,^Z!r/VD[Jp:+ -JcC<$ao;_@:]^Us"I9#'!4q.h!q$&JrVlq)!5A:/!e(.Rj8T;%BC#R%G4,A2]ES97!>36 -JcC<$ao;_@:]^Us"I9#'!4q.h!q$&JrVlq)!5A:/!e(.Rj8T;%BC#R%G4,A2]ES97!>36 -JcC<$ao;_@:]^Us"I9#'!4q.h!q$&JrVlq)!5A:/!e(.Rj8T;%BC#R%G4,A2]ES97!>36 -JcC<$ao;fJ!ERLL.L!`+!4qI\nc&P#lg!s=s8)$VlK\3Frp'1ElLk/V#OgsEs8VKeNW&lA>l_V8 -lM9`1q#BbW*l@sWpZh&>s8VTVrp'@Fp[%2>rT`\Gs8VfXlMCPQOTs8ViYqWdAD -r;Rp.+jJP>!+#X)nET?>s8Mgaic^OP!0?[N -M>u0L!!"V.s!fQ9!">-c&-*9>ZO6a88GU%#J,~> -JcC<$ao;fJ!ERLL.L!`+!4qI\nc&P#lg!s=s8)$VlK\3Frp'1ElLk/V#OgsEs8VKeNW&lA>l_V8 -lM9`1q#BbW*l@sWpZh&>s8VTVrp'@Fp[%2>rT`\Gs8VfXlMCPQOTs8ViYqWdAD -r;Rp.+jJP>!+#X)nET?>s8Mgaic^OP!0?[N -M>u0L!!"V.s!fQ9!">-c&-*9>ZO6a88GU%#J,~> -JcC<$ao;fJ!ERLL.L!`+!4qI\nc&P#lg!s=s8)$VlK\3Frp'1ElLk/V#OgsEs8VKeNW&lA>l_V8 -lM9`1q#BbW*l@sWpZh&>s8VTVrp'@Fp[%2>rT`\Gs8VfXlMCPQOTs8ViYqWdAD -r;Rp.+jJP>!+#X)nET?>s8Mgaic^OP!0?[N -M>u0L!!"V.s!fQ9!">-c&-*9>ZO6a88GU%#J,~> -JcC<$b5VO^":bA1.'us<_#R[@!#X;`C'FYQM>t?k>QOm_p?quV&-+*.s2l#U#Aa5)!0-sW.pW.h -_uNsC!&X=(!!!3&a=dMn2VJ+)+Bec]!*':)7Sj'bErWg'!!#4BI/X*W]*B1bdP]m'P+=c4p<_C&.B$9J%n4*<#Uc&^LHJ5/[%.SJs!etFY8\tk\cBVI,!`Mc!7&@ZJ,~> -JcC<$b5VO^":bA1.'us<_#R[@!#X;`C'FYQM>t?k>QOm_p?quV&-+*.s2l#U#Aa5)!0-sW.pW.h -_uNsC!&X=(!!!3&a=dMn2VJ+)+Bec]!*':)7Sj'bErWg'!!#4BI/X*W]*B1bdP]m'P+=c4p<_C&.B$9J%n4*<#Uc&^LHJ5/[%.SJs!etFY8\tk\cBVI,!`Mc!7&@ZJ,~> -JcC<$b5VO^":bA1.'us<_#R[@!#X;`C'FYQM>t?k>QOm_p?quV&-+*.s2l#U#Aa5)!0-sW.pW.h -_uNsC!&X=(!!!3&a=dMn2VJ+)+Bec]!*':)7Sj'bErWg'!!#4BI/X*W]*B1bdP]m'P+=c4p<_C&.B$9J%n4*<#Uc&^LHJ5/[%.SJs!etFY8\tk\cBVI,!`Mc!7&@ZJ,~> -JcC<$b5VOF!,;?1-,BR,O'r$NbQ)+81F3"9!$mY6!13-S)h)u7B\F+WP$e:'mJr7Fs$0ii^;L!r -Nai'Qohd%+nf8?[@h(3e9`S%RblBef2?6mC(DQmA)j5LIVYHGWdej;ms'Gk'JK4mCSH(R29ED^& -s!`Bs#7X:ro%k*9P%+L$oDf,DY'L)ejoB5a!0@(M#^gk$;VVsBP%"F%`;]ql!&jZNruUM,O7E:- -jo@2SD%?gF.T?BI;_%gY!5eam"V"b6r4i8^~> -JcC<$b5VOF!,;?1-,BR,O'r$NbQ)+81F3"9!$mY6!13-S)h)u7B\F+WP$e:'mJr7Fs$0ii^;L!r -Nai'Qohd%+nf8?[@h(3e9`S%RblBef2?6mC(DQmA)j5LIVYHGWdej;ms'Gk'JK4mCSH(R29ED^& -s!`Bs#7X:ro%k*9P%+L$oDf,DY'L)ejoB5a!0@(M#^gk$;VVsBP%"F%`;]ql!&jZNruUM,O7E:- -jo@2SD%?gF.T?BI;_%gY!5eam"V"b6r4i8^~> -JcC<$b5VOF!,;?1-,BR,O'r$NbQ)+81F3"9!$mY6!13-S)h)u7B\F+WP$e:'mJr7Fs$0ii^;L!r -Nai'Qohd%+nf8?[@h(3e9`S%RblBef2?6mC(DQmA)j5LIVYHGWdej;ms'Gk'JK4mCSH(R29ED^& -s!`Bs#7X:ro%k*9P%+L$oDf,DY'L)ejoB5a!0@(M#^gk$;VVsBP%"F%`;]ql!&jZNruUM,O7E:- -jo@2SD%?gF.T?BI;_%gY!5eam"V"b6r4i8^~> -JcC<$b5VOF!,290-,BSms69THr2GWg&1%:k!5&9q!0ZdNN;rnqA%;SAOFdI$mJr7Fs$0ii^;L#\ -s6TfHs&CHH]E!fgs)A%g9d]T6f)VZIT)d[HBGCL*LQF.hVZ34fh>[\&rs_!gs1eVgSH.OH`W3FF -s!doSD^>bk7_Je%OG3a"oDj%6s31OaQN4hf!0?^O;ZHcIPIplrOG!U"`;^G6)$&Ils5YhAli<+; -!/\Sn3W3k.q^PPEs&1EI\cBVIk_V2'!2RC0J,~> -JcC<$b5VOF!,290-,BSms69THr2GWg&1%:k!5&9q!0ZdNN;rnqA%;SAOFdI$mJr7Fs$0ii^;L#\ -s6TfHs&CHH]E!fgs)A%g9d]T6f)VZIT)d[HBGCL*LQF.hVZ34fh>[\&rs_!gs1eVgSH.OH`W3FF -s!doSD^>bk7_Je%OG3a"oDj%6s31OaQN4hf!0?^O;ZHcIPIplrOG!U"`;^G6)$&Ils5YhAli<+; -!/\Sn3W3k.q^PPEs&1EI\cBVIk_V2'!2RC0J,~> -JcC<$b5VOF!,290-,BSms69THr2GWg&1%:k!5&9q!0ZdNN;rnqA%;SAOFdI$mJr7Fs$0ii^;L#\ -s6TfHs&CHH]E!fgs)A%g9d]T6f)VZIT)d[HBGCL*LQF.hVZ34fh>[\&rs_!gs1eVgSH.OH`W3FF -s!doSD^>bk7_Je%OG3a"oDj%6s31OaQN4hf!0?^O;ZHcIPIplrOG!U"`;^G6)$&Ils5YhAli<+; -!/\Sn3W3k.q^PPEs&1EI\cBVIk_V2'!2RC0J,~> -JcC<$b5VO_":bA1+ja)M_#V(Hl2Zt!)CeQG,lbX[]Dq*qP4&C0s8NsHHN6)*9`oD'!0-sW5[=B( -_uR:Hm/W1H<@@gZ!2BMnVZ>4@0E;((!2]^f!8RTf'`W+T9k==%s.05Hrs!ZH%9!6+pAfo!.Fo,r_3uAoDj[Hs7Ip*6lPmf!0?^OM#I>TIfMJ-9`T(Ks!E'm.@Q_U!42"l -O7E:-q\qH!Z -JcC<$b5VO_":bA1+ja)M_#V(Hl2Zt!)CeQG,lbX[]Dq*qP4&C0s8NsHHN6)*9`oD'!0-sW5[=B( -_uR:Hm/W1H<@@gZ!2BMnVZ>4@0E;((!2]^f!8RTf'`W+T9k==%s.05Hrs!ZH%9!6+pAfo!.Fo,r_3uAoDj[Hs7Ip*6lPmf!0?^OM#I>TIfMJ-9`T(Ks!E'm.@Q_U!42"l -O7E:-q\qH!Z -JcC<$b5VO_":bA1+ja)M_#V(Hl2Zt!)CeQG,lbX[]Dq*qP4&C0s8NsHHN6)*9`oD'!0-sW5[=B( -_uR:Hm/W1H<@@gZ!2BMnVZ>4@0E;((!2]^f!8RTf'`W+T9k==%s.05Hrs!ZH%9!6+pAfo!.Fo,r_3uAoDj[Hs7Ip*6lPmf!0?^OM#I>TIfMJ-9`T(Ks!E'm.@Q_U!42"l -O7E:-q\qH!Z -JcC<$aol_UW -!4W!q!07(Z-i_3j/$I)C*UHKRs8U[NV>m.fh#D%%rsga4N<#jUScHJ(#'U"e#EdMD!4eX#hZ(Rq -[Jp1 -JcC<$aol_UW -!4W!q!07(Z-i_3j/$I)C*UHKRs8U[NV>m.fh#D%%rsga4N<#jUScHJ(#'U"e#EdMD!4eX#hZ(Rq -[Jp1 -JcC<$aol_UW -!4W!q!07(Z-i_3j/$I)C*UHKRs8U[NV>m.fh#D%%rsga4N<#jUScHJ(#'U"e#EdMD!4eX#hZ(Rq -[Jp1 -Zi:$]i0FAtJcE=]!RF"0!%8#;s1n]Hs69TH\,ZL2"r6:9!5&9q!0ZdNN;rnqA,f4(!!+P0mJr7F -s$0ii^;L#\s6TfHs&CHHs,mNc!!]J'9eZPHf)VZIT)d[HBGCJ)!!!9+IfH)A#0@'ms3;M_!!?^, -SH.OH`W3FFrrK)'rW!<>`;`^:!!+J+oDj[GrtWTU!P8`W&^8!!+J,_>bV(aiWTC -s80q%r5n+$s5_;Dq#CBBg].<.df9?nam8d%aT1)0s*t~> -Zi:$]i0FAtJcE=]!RF"0!%8#;s1n]Hs69TH\,ZL2"r6:9!5&9q!0ZdNN;rnqA,f4(!!+P0mJr7F -s$0ii^;L#\s6TfHs&CHHs,mNc!!]J'9eZPHf)VZIT)d[HBGCJ)!!!9+IfH)A#0@'ms3;M_!!?^, -SH.OH`W3FFrrK)'rW!<>`;`^:!!+J+oDj[GrtWTU!P8`W&^8!!+J,_>bV(aiWTC -s80q%r5n+$s5_;Dq#CBBg].<.df9?nam8d%aT1)0s*t~> -Zi:$]i0FAtJcE=]!RF"0!%8#;s1n]Hs69TH\,ZL2"r6:9!5&9q!0ZdNN;rnqA,f4(!!+P0mJr7F -s$0ii^;L#\s6TfHs&CHHs,mNc!!]J'9eZPHf)VZIT)d[HBGCJ)!!!9+IfH)A#0@'ms3;M_!!?^, -SH.OH`W3FFrrK)'rW!<>`;`^:!!+J+oDj[GrtWTU!P8`W&^8!!+J,_>bV(aiWTC -s80q%r5n+$s5_;Dq#CBBg].<.df9?nam8d%aT1)0s*t~> -Zi:$,huEbUJcE:\!;c\m.,b.*lDNhFpnugAVl.`$Vss8Vtof)>UWW3H=%q5;mFs3R[AeGfIL^Se5cs4I@%~> -Zi:$,huEbUJcE:\!;c\m.,b.*lDNhFpnugAVl.`$Vss8Vtof)>UWW3H=%q5;mFs3R[AeGfIL^Se5cs4I@%~> -Zi:$,huEbUJcE:\!;c\m.,b.*lDNhFpnugAVl.`$Vss8Vtof)>UWW3H=%q5;mFs3R[AeGfIL^Se5cs4I@%~> -Zi:31!"]V?[-H`V\,ZsL!2tJKJcC<$JcG<@J,~> -Zi:31!"]V?[-H`V\,ZsL!2tJKJcC<$JcG<@J,~> -Zi:31!"]V?[-H`V\,ZsL!2tJKJcC<$JcG<@J,~> -Zi:31!!**#aQid/bQ%VD!2tJKJcC<$JcG<@J,~> -Zi:31!!**#aQid/bQ%VD!2tJKJcC<$JcG<@J,~> -Zi:31!!**#aQid/bQ%VD!2tJKJcC<$JcG<@J,~> -Zi:31!%AuiaQid/bQ%Vg!2tJKJcC<$JcG<@J,~> -Zi:31!%AuiaQid/bQ%Vg!2tJKJcC<$JcG<@J,~> -Zi:31!%AuiaQid/bQ%Vg!2tJKJcC<$JcG<@J,~> -Zi:93!!NK*aT&7-T*M:obQ%bL!3!g8!5[oN!:tdAnc&g?JUs6ds.B;j!;HJD!M')drt+22s8W%h -JUtuDs5&=as8SnoJH5'7rrB+orrA\grsPS!s8V8as8W(mnt5m\$N-HGJ^"/nU4Im7Sc8]HfRX$u -`;b>~> -Zi:93!!NK*aT&7-T*M:obQ%bL!3!g8!5[oN!:tdAnc&g?JUs6ds.B;j!;HJD!M')drt+22s8W%h -JUtuDs5&=as8SnoJH5'7rrB+orrA\grsPS!s8V8as8W(mnt5m\$N-HGJ^"/nU4Im7Sc8]HfRX$u -`;b>~> -Zi:93!!NK*aT&7-T*M:obQ%bL!3!g8!5[oN!:tdAnc&g?JUs6ds.B;j!;HJD!M')drt+22s8W%h -JUtuDs5&=as8SnoJH5'7rrB+orrA\grsPS!s8V8as8W(mnt5m\$N-HGJ^"/nU4Im7Sc8]HfRX$u -`;b>~> -Zi:31!%K8paQid/bQ&n=!3#2_!+Y=^!/g@I!J2-S5ls4MkCN[(rs/s)e=3s8PTt]UhmsrrLB%p\t6 -Zi:31!%K8paQid/bQ&n=!3#2_!+Y=^!/g@I!J2-S5ls4MkCN[(rs/s)e=3s8PTt]UhmsrrLB%p\t6 -Zi:31!%K8paQid/bQ&n=!3#2_!+Y=^!/g@I!J2-S5ls4MkCN[(rs/s)e=3s8PTt]UhmsrrLB%p\t6 -Zi:31!%K8paQid/bQ&n=!3#2_!@n`K1'%Pdo)A`B5jYfYX8qF7s760pp,D%3jf&2Crr3/i:]LHg -LAh,dA,cN.N/@H3][?X&^.JA)8,*&N48o0nJ`6Y/mtYRnJn:,F63!F2AUX;Cq>UBuC75*hJc@q5 -rs[[Frr<#0e!5O\s1cjNrrKc:g9Ug^8+uuZrWMS+;fLgnro=$/~> -Zi:31!%K8paQid/bQ&n=!3#2_!@n`K1'%Pdo)A`B5jYfYX8qF7s760pp,D%3jf&2Crr3/i:]LHg -LAh,dA,cN.N/@H3][?X&^.JA)8,*&N48o0nJ`6Y/mtYRnJn:,F63!F2AUX;Cq>UBuC75*hJc@q5 -rs[[Frr<#0e!5O\s1cjNrrKc:g9Ug^8+uuZrWMS+;fLgnro=$/~> -Zi:31!%K8paQid/bQ&n=!3#2_!@n`K1'%Pdo)A`B5jYfYX8qF7s760pp,D%3jf&2Crr3/i:]LHg -LAh,dA,cN.N/@H3][?X&^.JA)8,*&N48o0nJ`6Y/mtYRnJn:,F63!F2AUX;Cq>UBuC75*hJc@q5 -rs[[Frr<#0e!5O\s1cjNrrKc:g9Ug^8+ur`rr)cm"RBu+E9$ins8M'YJ,~> -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)A`B5jYfYX8qF7s760prdHCMLZe\$rr3/i.YiWj -[f6:-duOG-&Ebo0:o"!66M<=as$q]s3+`*h+8fmNs8V.0ekpM.-3$1/=e41sh*go!kl/7brCG<8 -55tQ_`cq@\"m\-,9VD -o`#3akk"iSlfe$@rTF@Us8VE`kQ^DRs82$DlhUP\mJ[%bpA4dnqYU)9lMh%3 -!$j&pW9XB`.n8p^!>o58rrI^:m'?bp!9\q5o)AsoIOm(+kPmaFrrqg?LP$;Lrr3#JNrK%ik;>1p -U]&G(p,::t7tZRVAcD]Or+c-/s5YZ\;00`'s$$HcS_,OM7.f^,rk1f"8C7B#rr3#=GPqIElSpgs -T_u.r!6Xkf!;HHl!PDXjZN70upAb$h#4cX9!uO57qYoOTJ,~> -o`#3akk"iSlfe$@rTF@Us8VE`kQ^DRs82$DlhUP\mJ[%bpA4dnqYU)9lMh%3 -!$j&pW9XB`.n8p^!>o58rrI^:m'?bp!9\q5o)AsoIOm(+kPmaFrrqg?LP$;Lrr3#JNrK%ik;>1p -U]&G(p,::t7tZRVAcD]Or+c-/s5YZ\;00`'s$$HcS_,OM7.f^,rk1f"8C7B#rr3#=GPqIElSpgs -T_u.r!6Xkf!;HHl!PDXjZN70upAY0mrVcWumq`:7)*Y\1r;ZcVs*t~> -Zi:93!%K8paT&7-T*M:obQ&n=!3#2_!@pY,h#S@#o)AfD5dOthDZbHi!9\q5o)AsMir@&E7/oIM -rrhaL[^OBXrrI]/rr3PDs73HYUNnLa&q'^LYdV";rr3#PM>mMnjB;M?Zi<5h56"dHs'XYNe5fWE -oc).8s8P:^rrL,@rr35$XhOi-[6U4frrJ,nofN:8!:Tmd!PDXjZN70upAb$h#3@9F&i'c,qYoOT -J,~> -o`#1[!'1)G)?>rhr;ZpVli/++!!b=[j[0"J$ZQ"C!SSXprt!:frG5%s^&S+dYlF/S!9s:Y#HRnT -,ll$dWU?A`VuOs@,V&knlMgl87d]"4(guq7"+ieEA++==a*C)Q55tQbmPqY` -bPhGAJ`-P-&AJ28Z9=t.01ce(s$s<%[ep((!SN>/ru0s$s,+/_56!hH=lfTjh*fan#H+]M?CaX[i*bqu-f].1d+H$#'27j8XW~> -o`#1[!'1)G)?>rhr;ZpVli/++!!b=[j[0"J$ZQ"C!SSXprt!:frG5%s^&S+dYlF/S!9s:Y#HRnT -,ll$dWU?A`VuOs@,V&knlMgl87d]"4(guq7"+ieEA++==a*C)Q55tQbmPqY` -bPhGAJ`-P-&AJ28Z9=t.01ce(s$s<%[ep((!SN>/ru0s$s,+/_56!hH=lfTjh*fan#H+]M?CaX[i*b!WN&rr!).0&f!/0C&Io/ro=$/~> -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!8>Q=!:-rj#H9l_s7/h_ -55tQ_mSE`[!r6U1rr3EmU&Y.eP;1JWcnY;cp\XskM:qn.&EI!oMR3=Hs$$HcjSrWD7/?f]"_B95 -s8P:^rs\inYl4Jb`(69qs/V?irrS3>TD" -o`#Ld!$2*Z!!&2N!/C.!%qknb=T7pup@Taa]_$sZPQ(RanOa*#rr3LXRq<+d3#V#]4Pg%)'*.:l -rroJ(.O>)9lMh%3!$j&pW9XB`.n8p^!>o58rr[jL -o`#Ld!$2*Z!!&2N!/C.!%qknb=T7pup@Taa]_$sZPQ(RanOa*#rr3LXRq<+d3#V#]4Pg%)'*.:l -rroJ(.O>)9lMh%3!$j&pW9XB`.n8p^!>o58rr[jL -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D#r.:]WA@ZMt1.GWJ#] -\GmZM4oro4qu6]VNW&k]j?5[j@&[K3rrY49;tp1h!,qi9&E[O'P.:Nbs%EB&k5T2R;>L1j"k4C6 -s8P^j4q+aU/Nc=[r96F05%!`arrS3>CA3noFb]tcrVlo2>Q1r/Fo24>55EV,dItug*;fd>P-_Ks -8+uu[rW_OeWj[`u7/HoCs*t~> -o`#Ld*#-G_"oshT!0$sS(h)9lMh%3!$j&pW9XB`.n8p^!>o58rr[jL -o`#Ld*#-G_"oshT!0$sS(h)9lMh%3!$j&pW9XB`.n8p^!>o58rr[jL -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9JcCN*!ff3X -pTjs^LB-fArrKc:rj)TIqu?^iqu6cskMc=4rr=8@!!JIkZ`Qaks82d#l#Y_@d2b7?qu5XUJ,~> -o`#Ic59ZV1?iZAY!+<$\!.k.mr;[+fNWAMIMbd,sr;Qq8'*&"(9)ehuodhTbVj@?uEKU=dq#:N! -!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9JcCN*!ff3XpTjs^ -LB-fArrKc:rj)TIqu?^iqu6crkMc=4rr=8@!!JIkZ`Qaks82d#k[Lg0X;O"jqu5XUJ,~> -o`#Ic59ZV1?iZAY!+<$\!.k.mr;[+fNWAMIMbd,sr;Qq8'*&"(9)ehuodhTbVj@?uEKU=dq#:N! -!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9JcCN*!ff3XpTjs^ -LB-fArrKc:rj)TIqu?^iqu6crkMc=4rr=8@!!JIkZ`QakrrN,trVQo]3Y35W&j#X`quZirro=$/~> -Zi:93!%K8paT&7-T*M:obQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9JcCN* -!ff3XpTjs^LB-fArrKc:rj)TIqu?^iqu6f/S;tPeq#:= -o`#Ld5?D%tQ2m*:!#[@?D>X>U!)*4h"L`Go_>a60!$_=@"Hp*tX[i*bqu-iW=.>Me8ggb -o`#Ld5?D%tQ2m*:!#[@?D>X>U!)*4h"LCWt^]+$.!$_=@"Hp*tX[i*b!WN&rr!2%O2)pOd-EI+C -s8M'YJ,~> -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9JcCN*!ff3W -pT+IQLB-fArrKc:rj)TIqu?^iqu6f,UpmB&q#:=`B^ro=$/~> -o`#7]5DBdO_#TYe!0$jU!?bYGrs.9\A,6/X$psml'l"B]s%CZ;cP&e=s6;E:O:)F#!"-jDrroJ( -.O>)9lMh%3!$j&pW9XB`.n8p^!>o58rr[j -o`#7]5DBdO_#TYe!0$jU!?bYGrs.9\A,6/X$psml'l"B]s%CZ;cP&e=s6;E:O:)F#!"-jDrroJ( -.O>)9lMh%3!$j&pW9XB`.n8p^!>o58rr[j -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dO;UDZadV!9a7Z!D'<8ZN5-9Rf!)*7i"oH7,rNktfrr=8@!!JIkZ`Qaks8Dp)rM`E\oDJF; -9*BJ6rVkjWJ,~> -o`#7]5N2YigAmE*!0$jU!?`K` -o`#7]5N2YigAmE*!0$jU!?`K` -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9Rf<@.ia2^E -XH -o`#8oV=B>8oS:ZcLWTJo!1*S=#bV.sfS>6nb0'Y^#J#oql*:9gUA]iJ[+5-T!mHGmq#:N!!%K8p -aQid/bQ&n=!0?Eu!@:5&h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9Rf<@.ia2^EXH -o`#8oV=B>8oS:ZcLWTJo!1*S=#bV.sfS>6nb0'Y^#J#oql*:9gUA]iJ[+5-T!mHGmq#:N!!%K8p -aQid/bQ&n=!0?Eu!@:5&h#S@#o)AfD5dPCtZNG-I!9a7Z!D'<8ZN5-9Rf<@.ia2^EXH -Zi:93!%K8paT&7-T*M:obQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D' -Zi:93!%K8paT&7-T*;.mbQ&n=k5YKOmG.d[@.O="Jj?Y\n$<+7X8qG\rrGZlrNcK^egUSNr3HEF -R[X6V0&j2 -Zi:93!%K8paT&7-T*;.mbQ&n=k5YKOmG.d[@.O="Jj?Y\n$<+7X8qG\rrGZlrNcK^egUSNr3HEF -R[X6V0&j2 -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'tG&@3Up&=menkorCrVkjWJ,~> -Zi:31!%K8paQid-bQ&n=k5YKOmG.d[@.O="Jj?Y\n$<+7X8qG\rrGZlrNcKRec5[Sr3HEFR[X6V -0&j2 -Zi:31!%K8paQid-bQ&n=k5YKOmG.d[@.O="Jj?Y\n$<+7X8qG\rrGZlrNcKRec5[Sr3HEFR[X6V -0&j2 -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'_ZY$;#rrS3>D"jM'I>7gkrVlo2>Q1r/Fo24>9E"l%nZqBMr;O@Yqr,]Bnc&Rg -,5_EDP-_Ks8+uu^rX@U8PlCRRrqucf -hu)9lMh%3!$j&po58rr[j -hu)9lMh%3!$j&po58rr[j -Zi:31!%K8paQid/bQ&n=!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'DtgR?Ne[W'rVlo2>Q1r/Fo24>9E"kljL=d\rX/7nZmm4NHJe]$ -,5_EDP-_Ks8+uu_rXSP]]p[4Dq>U -hu)9lMh%3!$j&pW9XB`.n8p^!>mujT`\1XZZ#<=")k7@P5CpR/ZeoW -!.WQ"!!`A-!HV\RT`EO-rrXm[Z]jSQ"B)S4Auq*o!ff3XpTjs^LB-fArrKc:rj)TIqu?^irVmGh -NJj!u[C;[82E4Nihu3R!qu?k_Za6c(pAY^'rTMOiK[9PkrquZK9F4Mkrr1sXJ,~> -hu)9lMh%3!$j&pW9XB`.n8p^!>mujT`\1XZZ#<=")k7@P5CpR/ZeoW -!.WQ"!!`A-!HV\RT`EO-rrXm[Z]jSQ"B)S4Auq*o!ff3XpTjs^LB-fArrKc:rj)TIqu?^irVmGf ->6u$0@WmsJ:2lPtiVid#qu?k_Za6c(pAYg*qo=[,6d5E#qtp2h+:0Ccr;Q]Us*t~> -Zi:31!%K8pRHhZnS,afb!3#2_!@pY,h#S@#o)AfD5dO_aM$%Rq!9a7Z!D'DtgR?Ne[W'rVlo2>Q1r/Fo24>9E"l%beEK;rVauA4VfFi04VE` -,5_EDP-_Ks8+urorqkaBo[6@Ar;QZdfpliqq#:9Qs*t~> -i;X:J">#btA'0'"s7gqND!p?`"fq\R,lj@u_ZcP1,V&knlMgl87d]"3)"7M,5dO_aM#hFop](;q -rNcKRec5[Sr3HBEY5eQVm/I/?Za5kZ!!H3+ZY$;#rrS3>DtgR?Ne[W'rVlo2>Q1r/Fo24>9E"l% -ae,N(YJ$Z9=sZ^'9n0_H,5_EDP-_Ks8+urorqEe.]VA!,r;QZd^i2r3mJd+Fs*t~> -i;X:J">#btA'0'"s7gqND!p?`"fq\R,lj@u_ZcP1,V&knlMgl87d]"3)"7M,5dO_aM#hFop](;q -rNcKRec5[Sr3HBEY5eQVm/I/?Za5kZ!!H3+ZY$;#rrS3>DtgR?Ne[W'rVlo2>Q1r/Fo24>9E"l% -`d(QE;f[,,O]7EhNk*@,,5_EDP-_Ks8+urfrpMTY%1GD/rqcukG6nHdb5M>=j8XW~> -Zi:-/!%K;W!!=Js!3#2_!@pY,h#S@#o)AfD5dOthR0.?.!9a7Z!D'A+smD=GHnFrVlo2>Q1r/Fo24>9E"l%`Oj^Vp\9PX0HDM`2`57-,5_ED -P-_Ks8+urrrqtdLo^\#hrVZZEW9<:5p%eUdj8XW~> -i;X=\"ZE.(!3(5Hs'H(X)a!oWrr]>&.OF3W"!fAsW9XB`.n8p^!#Y2*!^O)%n!O2oXS;bqXSoI* -J(=T"#5ke-F0>QDL$\gA0!hmJkPt``Za48FOT,BB2e2T#"'C!)*:j&Ats, -cK4Fl:0]GE5%S\thBMjt"Hp*tX[i*b'E7d+]tV+!H2[[?e;^Z7]?'I?ro=$/~> -i;X=\"ZE.(!3(5Hs'H(X)a!oWrr]>&.OF3W"!fAsW9XB`.n8p^!#Y2*!^O)%n!O2oXS;bqXSoI* -J(=T"#5ke-F0>QDL$\gA0!hmJkPt``Za48FOT,BB2e2T#"'C!)*:j&AbX$ -^ -Zi:-/!%K]%-3,:U'E]g8!3#2_!@pY,h#S@#o)AfD5dPCtZNG-I!9a7Z!D'DtgR?Ne[W'rVlo2>Q1r/Fo24>9E"l%a4fM-p@b&qKf1>+0e[eE -,5_EDP-_Ks8+urrrqGCCp%7=I]sj7nHM$k"nbE+_j8XW~> -hu=/oEW=GeWHeX1'Kr?r!7^*0"0;JP0`EC!,O,sF.OtLtlMgl87d]"4(e4)+"("7!Dst"7Dl`r: -qmZY`XSoI*J(=T"#5ke.F)SCp".9,hL$\gA0!hmJkPt``Za48FOT,BB2fJGs"-/-:n,<7e]NbBA -!-S2>!)*:j&@/CRc0Fds9gUj0;i@NnoHO25"Hp*tX[i*b'E7I!]"Gb^Q+aYl4^5S3\]4(:ro=$/~> -hu=/oEW=GeWHeX1'Kr?r!7^*0"0;JP0`EC!,O,sF.OtLtlMgl87d]"4(e4)+"("7!Dst"7Dl`r: -qmZY`XSoI*J(=T"#5ke.F)SCp".9,hL$\gA0!hmJkPt``Za48FOT,BB2fJGs"-/-:n,<7e]NbBA -!-S2>!)*:j&=@O.]A2CC9jMLjE+V:\p*0D7"Hp*tX[i*b!WLsS%Lj"P]sa1g%h9'^9$mS:j8XW~> -Zi:*.!%Rq(!%mI9"!fAsW9XB`.n8p^!>o58rr[j -hu=#kEW=GeWHeW[!#5Di!3>2\!iuAOrA4L+l2Uo3.fcO5rrFW>mG.d[@.O="Jj?Y\n$<+7X8qG\ -rrGZlrNcKRec5[Sr3HEFR^<"re,TK&m/I/?Za5kZ!!H3+ZY$;#rrS3>DtgR?Ne[W'rVlo2>Q1r/ -Fo24>9E+r'nsbT&Su]Rs4<>qHP+df=r$)%="Hp*tX[i*b&H;4.SY!-b=?&Go*EBAD_"%F'j8XW~> -hu=#kEW=GeWHeW[!#5Di!3>2\!iuAOrA4L+l2Uo3.fcO5rrFW>mG.d[@.O="Jj?Y\n$<+7X8qG\ -rrGZlrNcKRec5[Sr3HEFR^<"re,TK&m/I/?Za5kZ!!H3+ZY$;#rrS3>DtgR?Ne[W'rVlo2>Q1r/ -Fo24>9E+r'nm_tD2,.jK3?L.Q2^g)"r$)%="Hp*tX[i*b&H:]k)@?l\$911#(^^ZbA)@4aj8XW~> -Zi:*.!%Rq(""aLfQi$g`Mu'F\QN.pS.jG$>.fcO5rrFW>mG.d[2=c\.7mOD!n$<+7X8mbIMub<- -rNcKRec5[Sr3HEF<47_ccK>-/0!hmJkPt``Za48FOT,BB2fJGs"-/-:n,<7e]NbBA!-S2>'heT) -fri*frr2ffH-JU!<#uW,If(Df!!JIkZ`Qaks8W'-q!mLr]>E=Zhq,lci;!9Mj8XW~> -hu=/oEW=GeWHeX=+Z&GuP5F>?!iuAOrA4U.!,@ku!!%rRWX>'m)Cm<_!$j&pW9XB`.n8p^!>m]b -MuuR8ZZ#<=")k7@If#')-`m9Q!.WQ"!!`A-!HV5KN!@T-s3q#KL$\gA0!hmJkPt``Za48FOT,BB -2fJGs"-/-:n,<7e]NbBA!-S2>'heT)cBEa -hu=/oEW=GeWHeX=+Z&GuP5F>?!iuAOrA4U.!,@ku!!%rRWX>'m)Cm<_!$j&pW9XB`.n8p^!>o58 -rr[j""ppdPNVuL;R<]AXHD>GUN]r;Q]Us*t~> -Zi:*.!%Rq(#qZ.-[K%'g(]^K1bmLiY+#Gf(!$j&pW9XB`.n8p^!>kh,!H1u4ZAQ1r/Fo24S9E3t^ -j5JbTr;HADdmqkg+;>iYqBGh;"Hp*tX[hp]!WDZgrrW,hrnd[*~> -hu=,nEW=GeWHeXHbS:*`Z/bicX8jaK1^P`6J@5Fn,T$NZqTTAT!$=$S.KC_E!3#2_!@pY,h#J;] -!!5ElDst"5Dli^6!3H.*!.WQ"!!`A-!->OJ#*T#de,TK&m/I/?Za5kZ!!H3+ZY$;#rrS3>H1u4Z -AQ1r/Fo24S9E3q2LOjf'NfTkg;]JPJE_^Y]qBGh;"Hp*tX[hp]!r_]hrVlrrnG_;E -J,~> -hu=,nEW=GeWHeXHbS:*`Z/bicX8jaK1^P`6J@5Fn,T$NZqTTAT!$=$S.KC_E!3#2_!@pY,h#S@# -o)AfD5dPCtZNG-I!9a7Z!D'rrXm[Z]jSQ"B)S4Auq*o!ff3b -pMU.EOT=kKrrKc:rj)TIqu?mns56ic$N:&7"gYrr1mVJ,~> -Zi:*.!%Rq(#qZ.-[K%C+,64Ykh,!^LWrf7%KpAb0tr3HBE[/g8kk5PN9Za5kZ!!H3+ZY$;#rrS3> -B_u]Q8tD-$)jLElrVlo2>Q1r/Fo24S9E4_+Mh..n]Z\H\W57(b-Sd`Tq]bq<"Hp*tX[g>0J,~> -hu=,Sp](0\qY0LZs7GgNir9(]!%Rq(#qZ.-[K%C+,64Y -rrXm[Z]jSQ"B)S4Auq*o!ff3Qqel^3SW\e>PlU:OrrKc:rj)TIqu@I)s7X9W?X7/WF*18C6:kRD -^65_t,5_EDP-_Ks8&YFX~> -hu=,Sp](0\qY0LZs7GgNir9(]!%Rq(#qZ.-[K%C+,64Yo58 -rr[jkPP8[8?Dcr!.XeE$m(Ij#QOi@O,ji1O%T6K!'C1@!(Q\_!!`A-!HX^9rr^aN -!/9e>""ppdPNVuL;R<]AXH~> -Zi:*.!%Rq(#qZ.-[K%C+,64YnT&c3%cGZX<0_")Y+>])0bR -3ir:d!.XeE$jthj'EA,2s2YCPs+C4L#Q\];s76!cH33mB!!`A-!HWY!c3'^?!L)[G""ppdPNVuL -;R<]AXHQZ,g0$RE^[qILqu?k_ -Za6c(`;b>~> -Zi:*.!%Rq(#qZ.-[K%C+,64YnT&bl_WEZX<0_")Y+>])0_Q -3ir:d!.XeE$jthj'EA,2s2YCPs+C4L#Q\];s76!cH33mB!!`A-!HWY!bmC$C!0[B^e,TK&m/I/? -Za5kZ!!H3+ZY$;#rrS3>Du6jGEHA^37%XJJrVlo2>Q1r/Fo24S9E4qFQucP2:fqmO5rD8Tfr<*b -s!%@@"Hp*tX[g>0J,~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[jkPP8[ -8?Dcr!.XeE$jthj'EA,2s2YCPs+C4L#Q\];s76!cH33mB!!`A-!HX^9rr^aN!/9e>""ppdPNVuL -;R<]AXH~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[j"31ECPNMlI0!hmJkPt`` -Za48FOT,BB2g>.;#?lA&A9!\2n,<7e]NbBA!-S2>'heT,qXW^nXHdp:@XOK&9WRLXs8O;@!!JIk -Z`Qa9s*t~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[j$,urFP5kR3!!%`>rrXm[ -Z]jSQ"B)S4Auq*o!ff3`qel^CG^s=EO9"bJrrKc:rj)TIqu@I)s8VrdjNjolFC8O)Q"iXtlM^b_ -,5_EDP-_Ks8&YFX~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[j.;#?lA&A.=V#n,<7e]NbBA!-S2>'heT,qXW^nXH[g6@!n8X5HF,Ks8O;@!!JIk -Z`Qa9s*t~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[j"31ECPNMlI0!hmJkPt`` -Za48FOT,?A2tjQ[VksI_rVlo2>Q1r/Fo24>9E"l!rVH0Pe\89;m- -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[j$,urFP5kR3!!%`>rrXm[ -Z]jSQ"B)S4Auq*o!KK,4ZNI,&!:Tmd!PDY9ZN,.G!!#[jrs\l&o]t&AYgi%(chdY?rr=8@!!JIk -Z`Qa9s*t~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yo58rr[jQ1r/Fo24>9E"l!rVH0Oe\89;m-<'rrr2ot,5_EDP-_Ks8&YFX~> -Zi:*.!%Rq(#qZ.-[K%C+,64Yni-i<+*cZZ#<=")k7@bkp?" -5HOgi!.XbD$OktR'KZ*=!!$F,KDY]Nci5Kd!!!6$ZN5-']\s(Zs8U+?!L)[G""ppdPNVuL;R<]A -XHtdrVlo2>Q1r/Nr2EJ=S[LIIfY"Jq1&H@r($s_Za6c(`;b>~> -Zi:*.!%Rq(#qZ.-[K%C+,64YnAu^B7n0ZZ#<=")k7@Xo#j6 -2QZk`!.XbD$OktR'KZ*=!!$F,KDY]Nci5Kd!!!6$Zi>*Z^C8Hgs2G$=P5kR3!!%`>rrXm[Z]jSQ -"B)S4Auq*o!KK,3ZN@!(n,<7e]NbBA!06tJ!*K&Is*k&uJ,+Tp:]*`dT -Zi:*.!%Rq(#qZ.-[K%C+,64YmlgQig&JZZ#<=")k7@MYibA -/$/]U!.XbD$OktR'KZ*=!!$F,KDY]Nci5Kd!!!6$ZN5,P]U/])q>UQH!!%`>rrXm[Z]jSQ"B)S4 -Auq*o!KK,3ZN@!(n,<7e]NbBA!06tJ!*K&Is*k&uJ,+Tp:]*`dT -Zi:*.!%Rq(#qZ.-[K%C+,64Yn5q[0'Z!ZZ#<=")k7@V#.P# -1T^P]!.X_C$CLidAcGp6!+>hZqu?fErtP&)!!`A-!HW+j[0F\Os2P-@PNMlI0!hmJkPt``Za48F -OT,lP2m]3aXJiJ!Z_=_3Tr%hYrVlo2>M?CkX[iEkQdGd4eregarVm#F>$>P*rr3#UV#LApd'DX1 -J,~> -Zi:*.!%Rq(#qZ.-[K%C+,64Ym*Q?NVuIZZ#<=")k7@hZqu?fErtP&)!!`A-!HU96?OV_is2G$=P5kR3!!%`>rrXm[Z]jSQ -"B)S4Auq*o&<8]UTsLi!Z_=_!Za6@&!:Tmd!PDXjZO -Zi:*.!%Rq(#qZ.-[K%C+,64Y%[1$rrLuPrr3#GZJkh6~> -Zi:*.!%Rq(#qZ.-[K%6u*WW,7bmLiY+#Gf(!$j&pW9XB`.n8p^!>n5q[0'Z!ZZ#<=")k7@V#.P# -1T^P]!.X_C$:k&Z[d"e3!+>hZqu?fEruq@A!Y$=cq#CC!r3HEFD7m7\a8c1[! -Zi:*.!%Rq(#qZ.-[K%6u*WW,7bmLiY+#Gf(!$j&pW9XB`.n8p^!>m*Q?NVuIZZ#<=")k7@hZqu?fEruq@A!Y$=cq#CC!r3HEF3P8]-L]@Co!!&2^s3q#KL$\gA -0!hmJkPt``Za48FOT,lP2m[G/R#84gZZ!1VDl*O'rVlo2>M?CkX[iEkOE(=#H\Taarr3/U2lPc3 ->Q4X'bB!U^!U\n*s*t~> -Zi:*.!%Rq(#qZ.-[K%6u*WW,7bmLiY+#Gf(!$j&pW9XB`.n8p^!#Y2*!^O)1n$<%5XS;bqXSoI* -J+ipM8,\[\l5K^'@/klW!!:LH+oVHC%3cD[!!!6$ZN,'Y!!#7Zrr^aN!/9e>""ppdPNVuL;R<]A -XH -Zi:*.!#5Ag""aM'[ep+*Vu"XF[/_:*1b&JN.fcO5rrFW>mG.d[>4V%_GX/TLmr&;]X8piKm/]SU -rNcKRp&G3akPqje!!6R.KDY]NLB!\@!!7lSK)#BH#5ke.F-"'&#eRLbs8U+?!L)[G""ppdPNVuL -;R<]AXH -Zi:*.!#5Ag""aM'[ep+*Vu"XF[/_:*1b&JN.fcO5rrFW>mG.d[;Y&HBDEtOBmr&;]X8p08fE".: -rNcKRp&G3akPqje!!6R.KDY]NLB!\@!!7lSK)#BH#5ke.F+V-Y%W#L-s8U(=!0[B^e,TK&m/I/? -Za5kZ!!H3+ZY$;#rt(2LZZ!1;MR.6-DmQcgV?$)`rrKc:g9V0h8,rVX/*?jkmEBSLrsEYDs8Vi0 -rr<#AErQ(L[YM2!5!IYpao?5XJF(=-n,In~> -Zi:*.!#5Ag""aM'[ep+*Vu"XF[/_:*1b&JN.fcO5rrFW>mG.d[8b0\"@R.86mr&;]X8oF#_#ZHq -rNcKRp&G3akPqje!!6R.KDY]NLB!\@!!7lSK)#BH#5ke.F*,.4!YbW!q>UQH!!%`>rrXm[Z]jSQ -"B)S4Auq*o&<8]UDmPggZZ!0gZa4SI!:Tmd!PDXjZOumDs7aA/s8U8_ -rr3M;LU1JS51u^Qs)%ddm)O\Gs*t~> -Zi:-c+93)S-NbOm@?^Ua!0-iE$Aea"-RU#:)^,3[lMgl87d]"4(guq7"+ieEC%lNHC6nh)"]Ign -X8qG\rrGZlrNcKRp&G2Vs8QI*!!6R.U&@.])_^OGG -Zi:-c+93)S-NbOm@?^Ua!0-iE$Aea"-RU#:)^,3[lMgl87d]"4(guq7"+ieEC%lNHC6nh)"a,g/ -X8qG\rrGZlrNcKRp&G2Vs8QI*!!6R.U&@.])_^OGGM?CaX[iBj#$e"E;ub'] -rr3"#k5,)YbB!U^&%77^IfFecKt..Hs0l/emdL1+~> -Zi:-c+93)S-NbOm@?^Ua!0-iE$Aea"-RU#:)^,3[lMgl87d]"4(guq7"+ieEC%lNHC6nh)"]Ign -X8qG\rrGZlrNcKRp&G2Vs8QI*!!6R.U&@.])_^OGG5Pb<]e,TK& -m/I/?Za5kZ!!H3+ZY$;#rt(2LZZ!1;MR.6-DmQcgV?$)`rrKc:g9Ug^8,iMm>c#G=s3,K^rrH3` -qYpT>ErQ(L[YL<#s*U>j\Gnbm[otQTn,In~> -ZMssY,2rS&W9XB`.n8p^!>o58rr[j -ZMssY,2rS&W9XB`.n8p^!>o58rr[j -ZMssY,2rS&W9XB`.n8p^!>o58rr[jUQH!!%`>rrXm[Z_HYb"G*ncAuq*o&<8]UDmPgg -ZZ!0gZa4SI!:Tmd!PC)>>QIttrr32,;KAZ7b]3X^$=UFDs6r,Js8U8_rr3J:LRP" -Z2Xg_ijo-RlMgl87d]"4(eO;7"(FO%DtgRGSqN[7s)XEdZ`F/1qnW:kXSoI*J+`jD%7N#M!!!r7 -70=S2!"8cp!"nr*!!`A-!HWA!_$f<'s1Ph\s8U+?!L)[G!&!9;!G8Eprt(2LZZ!1;MR.6-DmQcg -V?$)`rrDHa\cGMemXkO8K^-qu#s3#H^rsuPnR\TnV -S;"K>0E84q;U+\1J,~> -Z2Xg_ijo-RlMgl87d]"4(`Ms6"!^(;DtgRGSqN[7s)XEdZ`F-jqaCN!XSoI*J+`jD%7N#M!!!r7 -70=S2!"8cp!"nr*!!`A-!HTa,71lR"s);>#s8U(=!0[B^e,TK&m/I& -Z2Xg_ijo-RlMgl87d]"4(guq7"+ieEDtgRGSqN[7s)XEdZ`F/iqu6[fXSoI*J+`jD%7N#M!!!r7 -70=S2!"8cp!"nr*!!`A-!HX^DrrO,>5Pb<]e,TK&m/I& -JcGQG!@pY,h#S?Xnu;dm5dPD'ZO<@XScA_2OI!&N!1Neb!ALVRZN,L+!!!6$ZN5,Z_5[mqs8Td? -a8c1[!OT,lP2m[G/R#84gZZ!1VDl*O'p\t8g;=:anC34'XErNBHU_<@qrsk-$ -s8U\35!DF8\2lfhir8rleiGuY7`M.+\,WkA`&pnDs&eU(Idd;e~> -JcGQG!@pY,h#J;]!!5ElDtgRESqN[7s)X9fY,qBu!3H.*!.WQ"!!`A-!->pU&W?\hE*nD#s2G$= -P5kR3!!%`>rr=\2ZN4[>aSu7'aT)i1ZZ!1;MR.6-DmQcgV?$)ZrrJikm^!%2FCq%`rj)[%'(u&"% -Zk6$s49:q5"5L]3^.?=rr3\`3^,_s`hBWGs0]/N4AgJ*=R3hQn,In~> -JcGQG!@pY,h#S@#o)AfD5dPD'ZO<@XScA_2+sa=m!9a7Z!D'0&j2?n'\5 -JcGQG!@pY,h#S?[o!&7"5dU0&$Z)8KI!glrIC$!TT_ktp19CG\!.WQ"!!`A-!HW%pYn"" -JcGQG!@pY,h#S>uneD365dU0&$Z)8KI!glrIC$!T'DiLF#-@d0!.WQ"!!`A-!HS^g'bh5[!/pmW -E*nD#s2G$=P5kR3!!%`>rr=\2ZN4[>aSu@*!!!ST'bCd4ZZ!1;MR.6-DmQcgV?$)ZrrLCbm^!%2 -FH#I'rj)W@<5/B_~> -JcGQG!@pY,h#S@#o)AcC5dU0&$Z)8KI!gl`E3lVGkPP8[8?Dcr!.WQ"!!`A-!HX^DrrO,>5Pb<] -e,TK&m/I&*:C-9C35F!E;m0ECK/%J -J,~> -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,49n#ED?s8Td?a8c1[! -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,4?c2[j&s8R%FL]@Co!!&2^ -s3q#KL$\g>(#h(O*j!H_"-NWa`m+MpN]4:_Z^?WVDmOAgZYu]Pde<\A1njBE"DW%3I\6VG!FV;/ -s*t~> -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR_Je')ZW+urr^aN!/9e>!#=KN -!?S>`rr\Da!63:`&<8]UDmPggZZ!0gZa4SI&CU:P!ApM=ZNP#bKRTQmZN4I$^Ai]~> -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,49n#ED?s8Td?a8c1[! -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,4?c2[j&s8R%FL]@Co!!&2^ -s3q#KL$\jW:2T*9/J,~> -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR_Je')ZW+urr^aN!/9e>rUKuI -AFc`*.?8=iWiDXMrUKscaSu@*!!($art>!@2m\gVW1gP`Z^.r(QDQ?hp%SIe;`FM5!? -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,49n#ED?s8Td?a8c1[! -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,4?c2[j&s8R%FL]@Co!!&2^ -s3q#KL$8O;R5FK@#:tMYI^?A&4N%1$OoPL%cMmsLJ.qT*""6'aXmQ,h@@I)"!Ifp5s*t~> -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR_Je')ZW+urr^aN!/9Y:!LYe8 -ZNi%6epas3F?IJ@"-NWa`m4ScYCI;Z.K_(WM661F!F_GoZN5N4[/YX~> -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,49n#ED?s8Td?a8c1[!#/>RTQZa3,fN;ilsn -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR`,4?c2[j&s8R%FL]@Co!!&2^ -s3q#KL$8O -JcGQG!@pY,h#S@#o)A`B5jYfYX8qG\rrGZlrNcKRec5[Sr3HEFR_Je')ZW+urr^aN!/9Y:!q[)' -o -JcGQG!@pY,h#S@#o)B,M5dReEX0].!OgDB:rj)TIrj)cNZa6_5kPP8[8?Dcr!.WQ"!!`A-!HX^J -rsnLtWn@@O]sYo\s2P-@PN)TDqF`dF2utiQr%%mo,qf*T!A;WVrrK*\n -R!nl'rr>+Y@0!8'ZN-Ko@0&$u\Gq'~> -JcGQG!@pY,h#S@#o)B,M5dReEX0].!OgDB:rj)TIrj)cNZa6_5kPP8[8?Dcr!.WQ"!!`A-!HX^D -rrO,>5Pb<]e,TK&kl1_\9/lc.!AkYk/-7%B0)R[00$V<6"-NWa`m=YcWK?V;!gnE5oD\eOrF#]) -qm-9lra>g\_RTVr~> -JcGQG!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5kPP8[8?Dcr!.WQ"!!`A-!HX^J -rsnLtWn@@O]sYo\s2P-@PMQ6ArqH0D55__iIt[Rjqhb=Rp/16e!El8jrr>1PXT;D<\Gq'~> -JcGQG!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5kPP8[8?Dcr!.WQ"!!`A-!HX^J -rtN`Y!/pmWE*nD#s2G$=P5kR3!!%`5rri>qpYJ+3ZNPc2p\4R!rr\Da!63Cc!VTCY@KBW.oD\eQ -nuVpl_RTVr~> -JcGQG!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5kPP8[8?Dcr!.WQ"!!`A-!HX^D -rrO,>5Pb<]e,TK&j8T8]p\3N.r3HNUK_P6<^Ae:u!!($crrMgjmU?3"V=X]e4S#TT<5Q0FJ,~> -JcGQG!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5kPP8[8?Dcr!27td!-e@I!HX^J -rsnLtWn@@O]sYo\s2P-@PMQ6Ah@_Ot?Mq,4NA3.5Jq -JcGQG!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5kPP8[8?Dcr!27td!-e@I!HX^J -rtN`Y!/pmWE*nD#s2G$=P5kR3!!%`5rrh0k0em#4ZNQ7B0dM@brr\Da!62)>!,qBs!7JCWJ,~> -JcGQG!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5kPP8[8?Dcr!27td!-e@I!HX^D -rrO,>5Pb<]e,TK&j8T8=&hu+Ir3HNc0ejr*^Ae:u!!($>rr@!-7KClHs*t~> -VZ.&'n'SM)KS>Z&f(K%#rrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'CDuR'HDmQdO!9a7Z!D'<8 -ZN5-9`;^>9WiF_Os1Ph\s8U+?!L)@>!T#j1RK7D[JcCT,J,~> -VZ.&'n'SJ&KnYc%f(K%#rrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'CDuR'HDmQdO!9a7Z!D'<8 -ZN5-9`;^Os!!%rWs);>#s8U(=!0[B^e,TK&j8T/:3VJmBEItq)"-NWa`e"0:s*t~> -VZ.&'ma&.tJV&uneb/q"rrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'CDuR'HDmQdO!9a7Z!D'<8 -ZN5-9^Ae6R!'g;Z"4R;NL#`16hDt:u!HE_*rr\Da!60Tid/SU~> -W;d&#eY7%o@fBjA@Uj&#Vs43?rrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'CDuR'HDmQdO!9a7Z -!D'<8ZN5-9`;^>9WiF_Os1Ph\s8U+?!L)aI!*T%Y!&aBK!$Cns!7cZ#Q2c@~> -W;d&#f:?MT^)t-ro3qY.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qCZNY9RZ`F/iqu6[f -XNRpNF.1&I'[?[YMuWfr?\e[]`W-"%s8URK!/9k@!*T%Y!&aBK!$Cns!7f6l"-NWa`e"0:s*t~> -W;d#"et$>Lr([Dm=*:;%ro3qY.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qCZNY9RZ`F/iqu6[f -XNRpNF.0iC!ZM,(q>UQH!!%`@rr?3r49.82!!",7493pSrr\Da!60Tid/SU~> -WrE>$ZZ]qpBkV2YAd -WrE>$Z"dNP?sR%9=pJ8<@:EMdchlf'!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5 -kPP8[8?C"@!HX^JrtN`Y!/pmWE*nD#s2G$=P5kR3!!%`@rrj\]!WW3-q)/3mq>^LNoelju!6E=_ -"-NWa`e"0:s*t~> -WrE>$Y\@*==&`,s;$U$"='/UJc26T%!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cHZa6_5 -kPP8[8?C"@!HX^DrrO,>5Pb<]e,TK&mf*G:&HVq4$2H@W)u9O70D.+&,QPp.rr\Da!60Tid/SU~> -X8`@dQYpSRC]8&PBkM'lC2Ela"(c;To&]lP.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qCZNY9R -Z`F/iqu6[fXNRpNF.1&I%e$Etf`1ub[E&=I`rQ4)kl1o78dGe0-e[1cr#>\Hr;cj$! -X8`LjRV6>EA7AkN>lIq5?!q/PAT3%%o&]lP.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qCZNY9R -Z`F/iqu6[fXNRpNF.1&I'[?[YMuWfr?\e[]`W-"%s8URK!/9k@#UN(K$O8'4ft@5&!"Sr-rriE' -a7\*eQiP4Mrr\Da!60Tid/SU~> -X8`puQss?)>$+g*<)QUm@;6On`BcO.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qCZNY9R -Z`F/iqu6[fXNRpNF.0iC!ZM,(q>UQH!!%`@rs0o?#RUe_c- -XT&LMD.IL$D/9)bs(MIJrG)RLAS,V$kN;dF.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qCZNY9R -Z`F/iqu6[fXNRpNF.1&I%e$Etf`1ub[E&=I`rQ4)kl1o78dIL,-e[1_pAb:6)ZYB\MZR>faFXAV -s*t~> -XT&RUH#@G5BP(^^r`on:?!h#NAnZa2C4#.+rrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'CDuR'H -DmQdO!9a7Z!D'<8ZN5-9`;^Os!!%rWs);>#s8U(=!0[B^e,TK&mf*P=8dIL,-e[1_pAb:6)ZYB\ -MZR>faNFMbOoPL%JcF*sJ,~> -XT'*bGAUr%?[V/RATm4urrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'CDuR'H -DmQdO!9a7Z!D'<8ZN5-9^Ae6R!'g;Z"4R;NL$nsH,t8.u,pgg\XnMet(`< -XoAX;Ch[U!EH#jqC]/#HCBnKdCM[^8ci3/.!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TCrj)cH -Za6_5kPP8[8?C"@!HX^JrsnLtWn@@O]sYo\s2P-@PN`#P,t\FC!%6IQbkZkkH0tY4aFXAVs*t~> -XoAaEH?4.GDej#t@po7@$X[FVB7+uAEH?r_roj@_.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qC -ZNY9RZ`F/iqu6[fXNRpNF.1&I'[?[YMuWfr?\e[]`W-"%s8URK!/9k@#UN(K!!"D"g!'8E!.!u4 -!6E=_"-NWa`e"0:s*t~> -XoAaEI!'LGBk(LS>$(Z&$W^G9?"I\_D0(KYroj@_.n8p^!>o58rsXKEZa4nWZa5pWZa4TLZN+qC -ZNY9RZ`F/iqu6[fXNRpNF.0iC!ZM,(q>UQH!!%`@rs0o?#QOiNc-=*#HiS3T!!(*_rr\Da!60Ti -d/SU~> -Y5\p]HuX"?Ci=<5Df'<+rG)@J#\n!fCi+'1H1:%t!@pY,h#S@#o)B,M5dReAX0]-tNjH'1rj)TC -rj)cHZa6_5kPP8[=>B_/!A>GT/-.7DpFH=m+8[eo.AOi]%e$Etf`1ub[E&=I`rQ4)kl1f49"DIA -^@p4[ao)2>*VQuFXoJICJcD#8J,~> -Y5\paK6hccF)c#3BOtRXr`on?A7o\1E,p)GH@k\NrrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'C -DuR'HDmQdO!9a7Z!E_)S1''$Jjt$N`+SRDf-Qi4@!@ae^rtN`Y!/pmWE*nD#s2G$=P5kR3!!%`@ -rrj]@\[]/`p=TGfr;Zg -Y5\p`KRA)jEc#At?.>$bTMCN"?@I"CeNrrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2WDuR'C -DuR'HDmQdO!9a7Z!E_)S1''$Jjt$N`+SRDf-Qi4@!@aeXrrO,>5Pb<]e,TK&mf*G:7^&ttZhDWD -^&7p2)tpE:U]:D9b5VR,!!(#is3Udr~> -YQ#-dPD4L.E,]`9EH#c2ChmeaCC+ZhCi+-7IXmdTl2Lc77d]"4(guq7%"^aNZZrOWZ^$QWZZ#iL -!,qkC"`L`RX8qGUrrVgCT'*E\Xtf[W!IZK2rsnLtWn@@O]sYo\s2P-@PN`#I,r+tP!5/71!$_-i -"3gfGaFXAVs*t~> -YQ#WuP(S73I!9XLChRBh?sd2G@qB=uF)c>JI=Hg9n`g&S.n8p^!>o58rsXKEZa4nWZa5pWZa4TL -ZN+qCZNY9RZ`F/io`#!b/"Yq1!Nn0OZN5J)]`/\k!!%rWs);>#s8U(=!0[B^e,TK&mf*;61%LD+ -]_qg1,50[lbl@abb5VR,!!(#is3Udr~> -YQ#WtP(\C8Is>pHA7&PC=&r=%=^,6DC2J$=It<6>n`g&S.n8p^!>o58rsXKEZa4nWZa5pWZa4TL -ZN+qCZNY9RZ`F/io`#!b/"Yq1!Nn0OZN5J)[f6CJ!'g;Z"4R;NL$nsA,qebE!4)P'!$M!["2Y$< -aNFMbOoPL%JcF*sJ,~> -Yl=q,^7ppNIsCp3!-%mQ%VolrChdU"DfBuPLQ7Irl2Lc77d]"4(guq7%"^aNZZrOWZ^$QWZZ#iL -!,qkC"`L`RX8qGTrrGi8kHbAq0sbS`MhV)8!EOugrsnLtWn@@O]sYo\s2P-@PN`#I,rkIk!5SO5 -!$(^8"/GnsaFXAVs*t~> -Yl>dD\W`#.Jq/2lEG]E$@pi\O?t -Yl>dD[#9crKS"YsD.d6\>$"d+='Am>B5M^8ItNK3Lo9M;!@pY,h#S@#o)B,M5dReAX0]-tNjH'1 -rj)TCrj)cHZa6_5kO\]S9loL(#-K\eBq($7r3HE)LUR3a)ZW+urr^aN!/9k@!@9VoRfKkp!!!r2 -U][(d!6E=_"-NWa`e"0:s*t~> -Yl>*`]sk)8O+_e!EH,ssD#\8\Chmm$CMn0mG.d[@.O=+Jj?ZKGcS0WQ&`2W -DuR'CDuR'HDmQdO"6/qP!Ld$OZNdQeZ]+qEKD`%V3OZU#%e$Etf`1ub[E&=I`rQ4)kl1Z0+nB"@ -[-dnoaFXAVs*t~> -Yl>fuY,.VNMM-P.F`;&*@:3DK?tF##EHZYVK8>SPR[`j4rrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2W -DuR'CDuR'HDmQdO"6/qP!Ld$OZNdQeZ]+qEKD`%V3OZU#'[?[YMuWfr?\e[]`W-"%s8URK!/9k@ -!@8o[?i[S%!!(*_rr\Da!60Tid/SU~> -Yl>fqS!/kjLkUJ1FDYGi=BAO(='K!DC34cOKSPJEN03VprrFW>mG.d[@.O=+Jj?ZKGcS0WQ&`2W -DuR'CDuR'HDmQdO"6/qP!Ld$OZNdQeZ]+qEKD`%V3OZBr!ZM,(q>UQH!!%`@rrFDfnll*omJm7. -b5VR,!!(#is3Udr~> -Z2YsB_op'5ZD -Z2YsB^qI.VTTtFgIs?$NARJbI>[CrUFE2_XK8PbXT;S^$lMgl87d]"4(guq7$thi3ZZrOWZ^$QW -ZZ#iL!,qkC"`L`RX=JVgrrLn.kHbAq0sbc%SV-mI!j!%$]`/\k!!%rWs);>#s8U(=!0[B^e,TK& -mf*;60(Oc"])WcjnGiR1b5VR,!!(#is3Udr~> -Z2YsB[AKO^OGesLJU2ZXm'<*!10BQ& -Z2Z!)d*pCea1SUFMg02YAjIOV(a`*oD/t&\Q)1e#`QZc7mHacQ.n8p^!>o59rscP_5dRf#ZEpmB -Yd:[=rj)U-rj)g3Za6_`NMlFK!r<"lkd(Jr0sdmXVm--+!hDm]]`/K1WiF_Os1Ph\s8U+?!L)aI -!@9AhLBG-g&ejd8!6B`kq>Ud"khPInp\b!erqQKqrr<#t[/YX~> -Z2Z!-da-%O\#Q$\LOFDc=u7$*%j"5]F*WCpNg669Z+@cTmHacQ.n8p^!>o59rscP_5dRf#ZEpmB -Yd:[=rj)U-rj)g3Za6_`NMlFK!r<"lkd(Jr0sdmXVm--+!hDm]]`/\k!!%rWs);>#s8U(=!0[B^ -e,TK&mf*;60(Oc"])WHWnGiR1b5VR,!!($Grs8ViiU$13rr;ulrr`9#s8KD*J,~> -Z2Z!+`4N@UTU(XrL4=J`o59rscP_5dRf#ZEpmB -Yd:[=rj)U-rj)g3Za6_`NMlFK!r<"lkd(Jr0sdmXVm--+!hDm][f6CJ!'g;Z"4R;NL$nsA,qJP9 -"0_b;'(Gr%aNFMbOoPL%[/U=.lJM"#qXjdirr<#t[/YX~> -Z2Z!-d+$RodEKM7Tnmr',o8j[=tUL@D0_#-XLZ9oe(<9tam8s-.n8p^!>o5:rr`7DLct++"JmW: -J(XGo!rbbrk\(!.*;F1J4&NWi%e$Etf`1ub[E&=I`rQ4)kl1Z00(Obt]C6+."ou_qs7u[)pl&@rAOZ,k_eq#(-irr`9#s8KD*J,~> -Z2Z!3f@SNtahP*SP_FKr*=tGI==Oe0FFK+1S#!:"_TL3Nam8s-.n8p^!>o5:rr`7DLct++"JmW: -J(XGo!rbbrk\(!.*;F1J4&NWi'[?[YMuWfr?\e[]`W-"%s8URK!/9k@!@9AhLB+sU#m(;2aNFMb -OoPL%[/UX5O^M:!CP&(cakZ7Xr;QZp"9/?#rj;]U~> -Z2Z!2bJqE0Z`'=TMhQUh*Y^nQ=Y179EIWk)NKBL!V6.)=_s@='.n8p^!>o5:rr`7DLct++"JmW: -J(XGo!rbbrk\(!.*;F1J4&NEc!ZM,(q>UQH!!%`@rrFDrnp^YEn-B("!6E=_"-NWa`jGaUqiG)e -@rI-p\B3Omq#(-irr`9#s8KD*J,~> -ZMst&`r4Bde-FFH`2nS%@)W&b&'1\%,(li+aj\kqgtgf>[d3qo.n8p^!>o5:rrTohNTr"s8su'# -p@\FcaRuM5V',MU!@FA/&5R'4EViU6C8rr2lprji&Z~> -ZMtI4cJIC3g=Xp#_6f\X$X^jO`t-7j/0TV6WOB[cdFHq)h7W(R!@pY,h#S@#o`#!,L5kIK"A5)L -L%b3>!6Fi4!Mpq5Fo`qZor.rO]DiSj!!%rWs);>#s8U(=!0[B^e,TK&mf*;6);n'f1]YV>rr\Da -!62DG(A*T/;clsk>Zk93?>4M=R'=NXipZU,J,~> -ZMtI4ajnkec,mi5Wh#/p%Ud6S`t-7i0-c%0QCXnS[(3ricF3'=!@pY,h#S@#o`#!,L5kIK"A5)L -L%b3>!6Fi4!Mpq5Fo`qZor.rO[Jp:I!'g;Z"4R;NL$nsA,oGQ/!\j\rb5VR,!!($Gru(EcE`QCE -9jV+0 -ZMt-ufAYQ>f$s]J"OY+[2n8b*#dY4V`6m5lgthtb!SPKYrrFW>mG.d[@.jO#qKq=l!J[lCrrMpL -pTjl]l`U6tn#ED?s8Td?a8c1[!OY-3G"s'-crn!76;sq>VSnL1=.eASuX9I=6HdGA^l& -?XR8OC3b]+Wl!3Fm.'uP^Ai]~> -ZMtF(hrj+]iSNAEeBG9c2S&_*%C?^NZGXr;g"Y<=hqufHrrFW>mG.d[@.jO#qKq=l!J[lCrrMpL -pTjl]l`U7%c2[j&s8R%FL]@Co!!&2^s3q#KL$ns@7e%f-()%?*nKn7_b5VR,!!($Gru^6[CKY([ -F*W4cJ:;ikE+Nfp@:NkcI#af#`73u -ZMtF(g"G$/e^Mpk`4)@"2n8b*%C6aJS#EU'^r4=mG.d[@.jO#qKq=l!J[lCrrMpL -pTjl]l_sgb)ZW+urr^aN!/9k@!(QK*!u;O`,4Qu[d)u@jOoPL%[/V3+N+lL,D0C>ZJ:DrmH>dG4 -AS,OfDgmeAYK#2Xn+F?nJ,~> -ZMtQqm.U&@mcrojf@-`TWlN0"d)u@.!aIY:rS.S4hr*MTiTpLE.n8p^!>o5;rrKidjI$$ljmN-K -r;HKnoe?-H!BTEBqZ-Q#rsnLtWn@@O]sYo\s2P-@PLog:PC7lAJcFs6+NK.C=CZ/fH@^X$MisARB1jpAVf+J,~> -ZMtQrm.0]9nEoQ)j5-dgX2i9#d)u@.$sPC5gu%&Kj5oFel0I[8!@pY,h#S@#p&>',KB/F$G3//l -!;ufm!VJ/@ZN3,MrVHTmZi:`b!!%rWs);>#s8U(=!0[B^e,TK&h>[SAIt-Ukrr\Da!62DG+3TLT -?>4D(Iti]8OdDN+R$j5'Oc56MH;[RTC1D1(qXOUcrqZNmquQ]mrqc]phuA3~> -ZMtQqjl51SgtUQ9f@-9AWlN0"d)u@.$sY',KB/F$G3//l -!;ufm!VJ/@ZN3,MrVHTmXoAGA!'g;Z"4R;NL#)b2Q@XVM\c2bp!!($Gru]C>ARB4pH@q!-Ll[jh -R[Tb8Q^!SmKmZp"DJj-.HMm=5!rMidqsss[lK[Enro4"ShuA3~> -ir9#JrOiR's89Rgs8Urhji@A6!7L!/!R:?;r>kh5qt]pSV,,1Q^?tstgW%9o-H,$/lgF63o(;SI -li-u97d]"4(h!%:!-mLk!IOh7rrGhFr@S(JpTjj&r%7t6Zi:O(WiF_Os1Ph\s8U+?!L).8"-\.] -k(3QrrueCjA6s>?S"?@NWMur#Z*LXA[CElVVPC)^RZWV4K),E-s8DrRs*t~> -ir9#JrOiR's89Rgs8Urhji@A6!7L!/!RLH:p`&u$o^\VLaN)$^s81Qja,_OglKn!/nac;Dp%dqR -!@pY,h#S@#p&>#:igBgorpTjf9e?5q!)iQt!*T4P!'dgi'[?[YMuWfr?\e[]`W-"%s8URK!/98/ -"-e:bk.1KoOoPL%[/V2NJo"q@QCanLWiiP/ZF70L\@T>f\ZD^3UnO'=?AS+Nqu6Wo!WN&oquH`R -s*t~> -ZMtlgmHE`nj5K"Whqa&\aN)$^s81Qja,MFVf%AXSf)s[Zh!jY0!@pY,h#S@#p&>#:igBgorpTjf -9e?5q!)iQt!*T4P!'dUc!ZM,(q>UQH!!%`/rr\R:C -\@T;d_Rm(SZ`'^hR:D0Ersef#p%.bFnaZ2=lfmNrroF.VhuA3~> -ir9_3!#Haj'u0GMmG.d[ -@.sU$]8,C6!Ks8IrrGimm'?[VZi:O(WiF_Os1Ph\s8U+?!L).8"-\.]k(3Qsrrr=aE*m+Dqu6]m -qt^7"ih<-BVl$5;=gS&*^Ai]~> -ir9_3!#Haj'u0GMo5:!f$07t_WN<8$KjM7XrrE&Ds*t~> -ZMtHTmc`fnjQ,F`j5Yc*_Sih\rt"e?_P&ulf\+p0g"P6;iUZ=7!@pY,h#S@#pAY0*LZ4^&P,.RH -!DTNZZN*4lrrO,>5Pb<]e,TK&h>[SCJV!!prr\Da!62GH"oXj4B5*t7rrMrmq>UcaX0&M/Z*'!o -](#_"pAFsjrmh%!~> -ir9b4!4Mp_*C^!/)!_,C7fF]8s8$%1g#rA9`pip"'D1ncm%R:s`k(mDs5Ci4Ro@c4rVccqrp'La -.n8p^!>o5Xb -BV,/%"7sFVq>1*tjJ8WKWi2Y2>2S]H!o)E&eGk%~> -ir9b4!4Mp_*C^!/)!_,C7fF]8s8$%1g#rA:bOG'"ne(E\m?UMg`k1sEs5Cl6S5%9%r:g6d!VuZZ -rrFW>mG.d[@.sU#T\tM(P4/DO9rREb!'dgi'[?[YMuWfr?\e[]`W-"%s8URK!/98/"-e:bk.1Ko -OoPL%\,Q^4rU5Va@rJ(=rr_ksa8,T3$0A.cXKS_(G?j%prrE#srrUs.pXK4n~> -ZMt$Ll/L\$h\"`&gXppIaMtgbs8V&p_jNj!qq;#*!TWhmG.d[@.sU#T\tM(P4/DO9rREb -!'dUc!ZM,(q>UQH!!%`/rr\R1*tkH(egZ`pHW?Jk8P -!;6?k!o)E&eGk%~> -ir9b4!4Mq-MZCu0!3Xo^R/\I6s8V!aDmG.d[@);jCGO%BlCpX-On#ED?s8Td?a8c1[! -ir9b4!4Mq-MZCu0!3Xo^R/\I6s8V!aDmG.d[@);jCGO%BlCpX-Uc2[j&s8R%FL]@Co!!&2^s3q#KL#)b2P^e2F\c2bp!!($K -rs8W%s4Ds=BQ9mIrri;#EK/uSrs@baW2d#&U2+? -ZMtiqhV?f8f@8=$da!\(`5fpMoB+$4a(e2hf@g,Ts4dY7oBZDW.n8p^!>o4\rr@9/4TK<#rrO,> -5Pb<]e,TK&h>[SCJV!!prr\Da!62GH"l"cKBlTpHrri:s5'c,`rs@hgXKAb3V/U)FnG`dgs8W&O -]>*A%f)L7~> -ir9S/!4Mq-YQ2l>'kE@9h>\d&rr3!1D!1g"mEs_gh>Z1IgXj"bDo]oe5mh#S@#JcFL)%e$Etf`1ub[E&=I`rQ4)fDbr:I=:7/s6K[irVXHT@q]eRrVm#u -[Hl;_qYpl^TV86\Wg-q@rpB^nr:o`UJ=3^P[_CPjh#Dm~> -ir9S/!4Mq-YQ2l>'kE@9h>\d&rr3!1D!1g-mb6UWhr!;HgXXTL,&dJ$&]hu4a1j*)c.Ce0iT97g -mIBH>rrBIrK`MuZmG.d[@"J@4rtN`Y!/pmWE*nD#s2G$=P5kR3!!%`/rr\L8J*+/G;s*t~> -ZMu-9e'cUgc-+2I]X3qJDo]oUQH -!!%`/rr\R#[u~> -ir9b4!4Mq-Nr[B'?6 -ir9b4!4Mq-Nr[B'?66? -ioJD`rr?Tu!!#LUh#S@#JcFL)'[?[YMuWfr?\e[]`W-"%s8URK!/98/"-e:bk.1KoOoPL%\,Q^3 -s/C$NDg%uUrrr%S\&H)Vqu6r_V5C2jWK(Pdn,Ests8D0/b-S']1`-T,&o?M*hZ&*~> -ZMu-Cb0A)I_7d=_Vk/uU'UZt^a2Z0UQH -!!%`/rr\R -ir9b4!4Mpd+[>r*YlFljs8OBHs8-C8e)pZRgY1E9f[J'^[%`G'3YOiGZDW*p&6ORXZc(,9e'upu -d*DUi!+kX#!<>UVh#S@#JcFL)%e$Etf`1ub[E&=I`rQ4)fDbr:I=:7/s6BUgq1NEiC2opFrrqAh -htb^Wqu6u^St_jQSq(+grU0[qpWLhNo^g!aU\9d$+Vgm2s*t~> -ir9b4!4Mpd+[>r*YlFljs8OBHs8-C8e)pZRhq$?)bf%,uUR6si4qU)HZD`0o%:=[NUU7k[d+$\" -gsZ0$!+bNu!(QA3!>o3qs4dPfc2[j&s8R%FL]@Co!!&2^s3q#KL#)b2P^e2F\c2bp!!($Jrs/Q" -L21F@G,>0;"lZQ5o$-%grs@\\VPgDgLLSL,nGa'us7jgd[Cre[0f^j/>W`e!hZ&*~> -Z2Z!"^:LYSW1fZDOGncS'LJ+kVgTa#@"O?#SuT01_T0dJcKkK2.n8p^!>o3qs4.,N)ZW+urr^aN -!/98/"."LhkILTpOoPL%[f6R1Mf*9NFJ\s9"lQ&sl,hcYrs@baWi)qqMJ1<7nGa'ms7spjRAQ?K -/g(/q'+GYQhZ&*~> -ir9_3!$<^.%Gq-bl5Bids8OAU.jtUVjo6LaeCW0o`Oi:DNIGtc5nk(S(_Rl^BQo?'ZG4K+dF6R\ -li$h`jm^b#,Y%1W!>o3qs4dP`n#ED?s8Td?a8c1[!CiH*Hrrp[0 -kkj;Lqu6u^StV[JQ>p?trU0[rlIhu'c.Qc8mcGa)@h!;ShuA3~> -ir9_3!$<^.%Gq-bl5Bids8OAU.jtUVjo6Lec,ml8[&K[^NJ)_#3trDL((qZ^EdW\+TWP`Ab0SMY -m/?qajm^b#,Y%1W!>o3qs4dPfc2[j&s8R%FL]@Co!!&2^s3q#KL#)b2P^e2F\c2bp!!($Jrs/M\ -G\:]1G,>0;"id%Ni5N,$rs@_\V51#ZF^s\8nGa+!s7>WUR^A#H1I!B.c,prArnma+~> -Z2Z!.[B-:"So3qs4.,N)ZW+urr^aN -!/98/"."LhkILTpOoPL%[f6QkHY[G@Feo!9"hd*j^ne12rs@b`WMQYeH"QCAnGa*ns8;eoR]LTt -//A6i/hI9Ernma+~> -ir9#GrNQ@crVlo9`W#l;^&G8:b2iRGmZX!$N.u_"BOFq>=Ar=&8k`K!@SB^)A9*-TOf$7HaStN* -!@pY,h#S@#qYpQ4rVll7mf*a5s8Tdps89%os30*4rqZQpeEu]("lnJ>s7!AorrMApoD]-TY-.'i -s5^>ca8Z)>o<8/n!O)+nrrg4=s7=P8rrBq5rrBq!rsnLtWn@@O]sYo\s2P-@PLog:PC7lAJcG'9 -#Q2M^@:X4nT`+ljao;8@ou@"/rs7VTTV8-EC2<\6rt#(R]tK;+?U.l!L)ar6%E[K,J,~> -ir9#GrNQ@crVlo9`W#l;^&G8:b2iRGmuWK`J9l9RBOkIQs7!AorrMApoD]-TY-.'i -s5^>ca8Z)>o<8/n!O)+nrrg4=s7=P8rrBq5rrBq!rtN`Y!/pmWE*nD#s2G$=P5kR3!!%`/rr\L8 -J*+N`$&H2Xqm+mt4?Tok\)*$<`% -a!T-J,~> -Z2Z!8K6h]]Df'9(ARSb?9NP1c9Nb\1;-7:=BPMF-L8M/nrp0Rb.n8p^!>o5@rrBq7rrBq(rscjF -s1RRpr3#eobh'c3q>UKFmI'uXj50h9n?`,o!U7/drs@VdY3Q&ejK>Z+rr3#jYQ"P&YOh_m"N(3= -o?R@8!5eX5!5d^p!ZM,(q>UQH!!%`/rr\R -Z2Xj@"8Dp*!o5@rr>7]rrB(frsmq=s8RmTs-`r< -r_0c%rqZQpGK0(N$?5S9s3C_Ns8QFNo`#Vj/rs@#lgcrlM']\3s8?i$s-@O#rr3/MO8o74AcD]0 -55Y?[WosBln#ED?s8Td?a8c1[! -Z2Xj@"8Dp*!o5@rr>7]rrB(frsmq=s8RmTs-`r< -r_0c%rqZQpGK0(N$?5S9s3C_Ns8QFNo`#Vj/rs@#lgcrlM']\3s8?i$s-@O#rr3/MO8o74AcD]0 -55Y?[WosBrc2[j&s8R%FL]@Co!!&2^s3q#KL#)b2P^e2F\c2bp!!($Jrs/IuC11psF/8g8#PYYuIaB1Q_1hZ&*~> -Z2Xj@"8Dp*!VQ6[qZ6m'(eMRBli-u97d]"4(h!4?!'^A]!35Mf%c;p=s+j\TRK1n; -9X_&%q>UJ>`pWj6E:X&/cN1QU"rrpi3s8U__rr2s^ -qu6YriVrru!'g;Z"4R;NL#)b2Q@XVM\c2bp!!($Jrs/P$E+Ns-EhWL4#PX?P0j9C4kktGcj.rQM -W0qIRmf*jkn*9i

h2`P*@a*(D(9ShZ&*~> -Z2Y$%,o[U7&-Vq3('FU;"B8`8>p]OO!Y5hS&eP?L!!!:gli-u97etjBUORdIq:u&g@/Bm'55kKl -AH&U$P0`g0s3KNi^&Q*grr4@9`rH(n9E&`ZLAM)4B)To^P*u41P*0P!pR[Q@bIISKhWp^/S!);# -s!72Trr<#E.:<,N0/*@7P*5V>dup*qs8V%4oDeiUETg9rs3d>7rrhUE`&[,]rrn/3s8U__rr3Bj -s09%rZ2S:oaoAosm/IRaWiF_Os1Ph\s8U+?!L).8"-\.]k(3Qurs/7N?Wq#UCS1V+#jf4Si;`!~> -Z2Y$%,o[U6&Hr%4('4I9"BAf9?mbpS!Y>qV'+tKM!!!:hli-u97etjBUORdIq:u&g@/Bm'55kKl -AH&U$P0`g0s3KNi^&Q*grr4@9`rH(n9E&`ZLAM)4B)To^P*u41P*0P!pR[Q@bIISKhWp^/S!);# -s!72Trr<#E.:<,N0/*@7P*5V>dup*qs8V%4oDeiUETg9rs3d>7rrhUE`&[,]rrn/3s8U__rr3Bj -s09%rZ2S:oaoAosm/IdF!!%rWs);>#s8U(=!0[B^e,TK&h>[SAIt-Ukrr\Da!62MJ#PEaX?>=J# -U]19!m'tTkl1FPfrr)j&ih*!?Srm]drU9asr;!\KhoF2W`!~> -Z2Y$%,o[R5&I&+5"9SW("Ao)#%OM/U!Y>qU&ePdup*qs8V%4oDeiUETg9rs3d>7rrhUE`&[,]rrn/3s8U__rr3Bj -s09%rZ2S:oaoAosk5PK%!'g;Z"4R;NL#)b2Q@XVM\c2bp!!($Jrs/:RAmoOtEM3=2#jekJ\^Td3 -`r>r:#i_YVVP98hWr;Dd&*s%ufCnk(BmK?k* -Z2Z#qZ&34NJ7p\@!!!6+!!#;l?UY+u![L90:iUu5o5@rr>7] -rsqZY3ACRkD(#fb0LhY[ -Z2Z#qZ&<7PL2T!S!!!3*!!#8k?Ub2!![^]Ao5@rr>7] -rsq#s8U(=!0[B^e,TK&h>[SAIt-Ukrr\Da!62MJ#O$58>%)2d -T`4rs`ML;tnaPJ,q>L -Z2Z#qZ&3.NLN#0U!!!6+!!#/b=[E8l![UZB=E]:B;[<@'+8,"#!@pY8h#gXW!7pu%!>o5@rr>7] -rsq`!~> -ZMu0J6i[36H$FCL%fcS7)uosi?Ut;"!&6V:!!HYQI=P/p!"7?DrrFW>q:u-Q!!(UGh#S@#qYpOZ -rVm?kr]gG_53Z&HO08NN#bh7t!V(1.rut:!56!*[FoOc*L:@2AYr_d^Do"U7s'!`#Z=cUCTp%BY -^]+66KAZ\.'[LZ+[qO>Vs,qRbR>J$Fp%\Re\97fN#OstDm-0s.AGuN1HldY6rr3#UKDtlOfOb'^ -$U4S\pA[nV56&q9^?be/n#ED?s8Td?a8c1[! -ZMu0J70!<9Jq8;q&-)\8)uosi?V(A#!&R"B!!Hn_IXt>r!"7?DrrFW>q:u-Q!!(UGh#S@#qYpOZ -rVm?kr]gG_53Z&HO08NN#bh7t!V(1.rut:!56!*[FoOc*L:@2AYr_d^Do"U7s'!`#Z=cUCTp%BY -^]+66KAZ\.'[LZ+[qO>Vs,qRbR>J$Fp%\Re\97fN#OstDm-0s.AGuN1HldY6rr3#UKDtlOfOb'^ -$U4S\pA[nV56&q9^?be5c2[j&s8R%FL]@Co!!&2^s3q#KL#)b2Y((r`\c2bp!!($JrufQu>$56F -Cn:V+pRR%tOI`MbQCQq1s8V)LStD3iD=7Dlrso#-s81Q2:GXF;&lH7dSD=-p~> -ZMu0J6i[38KS+`#&-)\8)ZTjg=[`Gn!&?e>!!HqbJ:^Vu!"7?DrrFW>q:u-Q!!(UGh#S@#qYpOZ -rVm?kr]gG_53Z&HO08NN#bh7t!V(1.rut:!56!*[FoOc*L:@2AYr_d^Do"U7s'!`#Z=cUCTp%BY -^]+66KAZ\.'[LZ+[qO>Vs,qRbR>J$Fp%\Re\97fN#OstDm-0s.AGuN1HldY6rr3#UKDtlOfOb'^ -$U4S\pA[nV56&q9^?,@r)ZW+urr^aN!/98/"0d?-kILTpOoPL%\,RSsCgL@VBks7=s7_9]"UlkV -E,1QlqZ$TUT:hsFH# -ZMu0/'*&#gW+p3c%KHJ;63.&p;%EX,+'0Na!#''bGg8bY!#k:lrrFW>q:u-Q!!(UGh#S@#qYpOZ -rVmNpr]gG_53Z&HNNW;\7;2]#s.R:-s!F3MOoJo+V#NaYL:@2AYqG;>:r+XOrB8qQ(!.OGiO[[[ -1[4r=AGuNMcYg-h:]EVbE1ip?XC -qsg&0\+J,~> -ZMu0/'*&#gZ?ge=%fcS=70*As;\/p/+C$&i!#9R#J^?jd!#k:lrrFW>q:u-Q!!(UGh#S@#qYpOZ -rVmNpr]gG_53Z&HNNW;\7;2]#s.R:-s!F3MOoJo+V#NaYL:@2AYqG;>:r+XOrB8qQ(!.OGiO[[[ -1[4r=AGuNMcYg-h:]EVbk.1KoOoPL%\Gm]NW`rA# -=^ks1s43B\Jq]2LUo^/9LXH/%iLHF1N,*t?mf*:brVm5uhpffTLIE[6g&0\+J,~> -ZMu0/'*&#g[!R+@%fcS<5lgro:(I=)+'0Qb!#9X&J^-^b!#k7krrFW>q:u-Q!!(UGh#S@#qYpOZ -rVmNpr]gG_53Z&HNNW;\7;2]#s.R:-s!F3MOoJo+V#NaYL:@2AYqG;>:r+XOrB8qQ(!.OGiO[[[ -1[4r=AGuNMcYg-h:]EVbUQH!!%`/rr^8lJ`jTD"-NWa`jbsiY$Y72>\.K6s3jI_#6=f< -3aPAs9$RD9igug;O)9OGmf*:NrVm5uhpffTLHYhZg&0\+J,~> -ZMu,R!<<;Dql"9r!WW6[>RLN3(]XOS<`KM-!%VVndGPE5!'KTI!@pY8h#gXW!7pu%!>o5@rr=qU ->85(@r]gG_54:727'>Q.s&Z6#s',F"s!G\gbQ#$Ss8PC_L:@2AZ&0ko)TIOj3L'QA%cCtks(t\= -B(c2@Q2U^ocYiasJc@pD(0`OPeLjlZir8ro_CAbB1>2Cn='JY)s8V6uhZ)Fap&G%or;R=H>?`f9 -s$ue_:@CBm8c:`lm/IRaWiF_Os1Ph\s8U+?!L).8"2oV9k(3R!ru_2i:IdrO<*POce?u?a^ -ZMu,R!<<;Dr3CH7!WW6]@LE/9(]XOU?!7U9!%r85eDLc9!'TZJ!@pY8h#gXW!7pu%!>o5@rr=qU ->85(@r]gG_54:727'>Q.s&Z6#s',F"s!G\gbQ#$Ss8PC_L:@2AZ&0ko)TIOj3L'QA%cCtks(t\= -B(c2@Q2U^ocYiasJc@pD(0`OPeLjlZir8ro_CAbB1>2Cn='JY)s8V6uhZ)Fap&G%or;R=H>?`f9 -s$ue_:@CBm8c:`lm/IdF!!%rWs);>#s8U(=!0[B^e,TK&h>[SrIt-Ukrr\Da!62PK+9%!m9MSPj -@[R2EOE##OGC+snG\W)krr:lCS"#1ITC)XYrV6Brr75Xi[-ZWKJ,~> -ZMu,R!<<;Dqlt-0!WW6Z>RLN3(]XOT<`KM-!%i56dbkQ7!'TZJ!@pY8h#gXW!7pu%!>o5@rr=qU ->85(@r]gG_54:727'>Q.s&Z6#s',F"s!G\gbQ#$Ss8PC_L:@2AZ&0ko)TIOj3L'QA%cCtks(t\= -B(c2@Q2U^ocYiasJc@pD(0`OPeLjlZir8ro_CAbB1>2Cn='JY)s8V6uhZ)Fap&G%or;R=H>?`f9 -s$ue_:@CBm8c:`lk5PK%!'g;Z"4R;NL#)b2`dr^(\c2bp!!($Kru_5t=&2[r?!rrtd97t0"9A`G -*t993h>[H4S=H1-CSL4r!:BR]"oQqf?FB.Us*t~> -ZMtDE!!"%\_2]Z@!!,;j?mbgP%hDQA6id8f3+%Y6&c_r;lKeHN.n9?j"'#=$f(n,&(h!4?!9jFA -'D:VilMpnKs6J\>pA44WnF$>Vo_\Y7jSAiQj8]/Es7,j`o(Mq>ipHRAk2QF@p#uGLoDeREiq -ZMtDE!!"%\_2f`A!!,DsAgmTX%hDfP8HAek4D'UB&c_r;lKeHN.n9?j"'#=$f(n,&(h!4?!9jFA -'D:VilMpnKs6J\>pA44WnF$>Vo_\Y7jSAiQj8]/Es7,j`o(Mq>ipHRAk2QF@p#uGLoDeREiqk.1KoOoPL%\GmZBCf3Vj9i>/Xs80TZ -?sI)UF)"fiS`9YKhj0arJ7$CbrrDujrr_fDhXoY(J,~> -ZMtDE!!"(]^lKW@!!,8h?R>XN%hDTB6im>g4(X@>&c_r;lKeHN.n9?j"'#=$f(n,&(h!4?!9jFA -'D:VilMpnKs6J\>pA44WnF$>Vo_\Y7jSAiQj8]/Es7,j`o(Mq>ipHRAk2QF@p#uGLoDeREiqUQH!!%`/rr^8lJ`jTD"-NWa`jl$joP[c#92J\nP5kEpHrVsC&ITU@At@r\ -s5099R"SqkmJd1MpAY6bf\Z8Vs*t~> -ZMsnSrVup#r;[!/2dfut1B%7V#YJ9(0_k\M"^_#irrFW>q:u-Q!!(UGh#S@#JcFL)%e$Etf`1ub -[E&=I`rQ4)fDbrkI=:7/s6]h/rn1:B2*+#m9o8oLq!ZtDQ#L2SW7ghBs8Uu=P)4?_leqdCrnII'~> -ZMsnSrVup!r;[!/2eHW22#[IX#Z"l;1\h"P"^_#irrFW>q:u-Q!!(UGh#S@#JcFL)'[?[YMuWfr -?\e[]`W-"%s8URK!/98/"3#b>k.1KoOoPL%\c3fOg0@925=S:ENrT+Rn(Y15Ddd^cg%>:Ds50*- -N."ptmJd1bcMrC~> -ZMsnSrVup"r;[!/2.'Zo1&_.U#YS?*0_k\M"^UrhrrFW>q:u-Q!!(UGh#S@#JcF:#!ZM,(q>UQH -!!%`/rr^8lJ`jTD"-NWa`ju*lrnCgY5!qq; -ZMsn]r?r:17>07jp7ZA,;[EF-93>=u*?G,-"=lNN\,5Ch!@pY8h#gXW!7pu%!>o3qs4dP`n#ED? -s8Td?a8c1[!r).rVm)XO,eg2D>CaBJ,~> -ZMsn]r?r:27>07jp7QG4o3qs4dPfc2[j& -s8R%FL]@Co!!&2^s3q#KL#)b2`IEC"\c2bp!!($LrsA\<9Lq!%5=A(urVm-%qtB7-jSAcQrrq8D -P_O@%m/I(anc%DFJ,~> -ZMsn]r?r:17>07jp7?/);$d4+8m,;!*?>&,"=lNN[eo:g!@pY8h#gXW!7pu%!>o3qs4.,N)ZW+u -rr^aN!/98/"3,nCkILTpOoPL%\c3!8]h_3Y5=A%9MZ*P[rqlEQg>r).rVm&YQ^3MRGO5>0o'uPV -rnma+~> -ZN'jo!VZKirsSJ=PVrt@Anld_e*R)*!VH6MrrFW>q:u-Q!!(UGh#S@#JcFL)%e$Etf`1ub[E&=I -`rQ4)fDbrkI=:7/s6p!frZM6,6V]^(3'0;tA86(*GC4mmLPh(PP*;2tP`:WKD3Fh-s*t~> -ZMspsrUU'`rVZ['oZ3CZ%7k5PJt:BWrpp0_qW7_X.n9?j"'#=$f(n,&(gqppg]%u5!!%rWs);># -s8U(=!0[B^e,TK&h>[SrIt-Ukrr\Da!62YNs8F,?QUt.A5!D1u;.sljG^FpmLQ%7UQ'I])S=#M' -J9$scs*t~> -ZN'jo!VZKirsSJ>Q8]7DB5E'fe*I#)!VH6MrrFW>q:u-Q!!(UGh#S@#JcF:#!ZM,(q>UQH!!%`/ -rr^8lJ`jTD"-NWa`k29NrZD0-9iseN6:44BCN4TGIY3B4NKTQmR@0V:S!B4jFdfi?J,~> -U]1ADXP*US.n9?j"'#=$f(n,&(gqppg]%cPWiF_Os1Ph\s8U+?!L).8"2oV9k(3R"rs/I<85MoN -8P&hS'i7b/>@V5[EHQGOH[^O!L5Ub1B"@cKs*t~> -U]1AEXP*US.n9?j"'#=$f(n,&(gqppg]%u5!!%rWs);>#s8U(=!0[B^e,TK&h>[SrIt-Ukrr\Da -!62SL+8g"O<)-7b9i=kc<**=5BPML0H[L9oKSG>BOG\L']t")m~> -U]1ADXP*US.n9?j"'#=$f(n,&(gqppec,[i!'g;Z"4R;NL#)b2`dr^(\c2bp!!($Lru_/V;-?gr -;GgLt -Y5]I>kgRYp`k/1q:u-Q!!(UGh#S@#JcFL)%e$Etf`1ub -[E&=I`rQ4)fDbrkI=:7/s760irr2p@rU[_8^E-$5JI=?g&KRS/YhYt(c -J,~> -Y5]I>l-mbq`k/1q:u-Q!!(UGh#S@#JcFL)'[?[YMuWfr -?\e[]`W-"%s8URK!/98/"3#b>k.1KoOoPL%^Ae34rr4/?n4c88[UuLB5DU1G^Fjj -KSbVEK7%@irji&Z~> -Y5]I>l-mbq`k/.;MLg(oE,]iCIYj8a[)9u+cf"Z`rrFW>q:u-Q!!(UGh#S@#JcF:#!ZM,(q>UQH -!!%`/rr^8lJ`jTD"-NWa`kMHQrr2p@rUc>$bZH@qTV!G'\ObK7o,BNei."hu:1d -J,~> -Z2Z!Caa$#d#m!s4.h)_]!sDk2%0.Pb49,CHFt!Cp&i!_%nE^)T.n9?j"'#=$f(n,&(gqppg]%cP -WiF_Os1Ph\s8U+?!L).8"2oV9k(3R&s8Mp=pX;nY)B:.b6UsXC;H6h#=^,3DB52C,GC"XdK6_T\ -o!n^M~> -Z2Z!Cb'H2g#m!s4.h)_]!sDh1%0.Sa49,CHFt!Cp&i!_%nE^)T.n9?j"'#=$f(n,&(gqppg]%u5 -!!%rWs);>#s8U(=!0[B^e,TK&h>[SrIt-Ukrr\Da!62_Ps84)>pX;t`+<`=#852`W='8g8?!h)V -DJsZDH[^R#M19emnbp#uJ,~> -Z2Z!Caa$#e#Q[j3.h)_]!sDk2%0.Pa49,CHFt!Cp&i!_%nE^)T.n9?j"'#=$f(n,&(gqppec,[i -!'g;Z"4R;NL#)b2`dr^(\c2bp!!($Ps8Mp=pX<"d+s\m/9MnVh>[CiH@:EkeE,p2MItEB2NIlM$ -o=4gN~> -ZMt"&Achl1'P9_2"q\ZW$=I4a!)fmM!)&b6Y8$m7!A!F$rrFW>q:u-Q!!(UGh#S@#JcFL)%e$Et -f`1ub[E&=I`rQ4)fDbrkI=:7/s763ir?CF6M/?-G1d*f@()\DY935A%='8d:?sd,JAnl=2HZX1a -rj_uY~> -ZMt"'Achl1'P9_2"VATW$=R:a!)fmM!)&b6YS@!8!A*L%rrFW>q:u-Q!!(UGh#S@#JcFL)'[?[Y -MuWfr?\e[]`W-"%s8URK!/98/"3#b>k.1KoOoPL%o`"p#d7aO_rVn/AropqODcJYT69ZY6*\'?L -?=-uC?".ATA70(eDg-\^H#elC\Gq'~> -ZMt"'Achl1'P9_2"VATW$=I4`!)opL!)&_5Y8$m7!A*L%rrFW>q:u-Q!!(UGh#S@#JcF:#!ZM,( -q>UQH!!%`/rr^8lJ`jTD"-NWa`q992\'[kLFoD=UrVl#jMf2WV4[q[b+=8j5=(Z)T?t3gJBF89d -E-$AYLjaE*rj_uY~> -ZMt%+VCDiL!#,LW;ZIBG#7>Hq>6%O%0`X#*9qMgm!!<6BD>EPu!@pY8h#jC#IbOVR!>o3qs4dP` -n#ED?s8Td?a8c1[!d,!8E))qYquBrr;cARW`m]D,*hm77]pR>sK\Z -)'U_!93,5'?X7&CASGmrChfaEqu6oJ5l^l\0BPh(rt=6=4?IEXs8TPcs6_5,s/f.t_tj<5`e!=Q -J,~> -ZMt%+VCDiL!#,LW;ZIBG#7>Kr>6%O%0`X#+:7hpn!!<6BDY`Z!!@pY8h#jC#IbOVR!>o3qs4dPf -c2[j&s8R%FL]@Co!!&2^s3q#KL$J[A7B+WCMn-4EG_NNqu6oJ5l^l\0BPh(rt=6=4?IEXs8TPc -s6_5,s/f.t_tj<5`e!=QJ,~> -ZMt%+VCDiL!#,LW;udKH#7>Hq>6%R&0`X#+9qMgm!!<6BD>o3qs4.,N -)ZW+urr^aN!/9_4CMRQuAoMg8GBIl$rql^#cp7X2qCgu%rVmMg.6K\/r;Zf+2?3(kT`;,kWPeQ3 -!QK]Rs*t~> -Yl>j;`K"qV?q4<>$Onfq"uIt=!u3pH#R`>#:fhIOEMDOfli-u97d]"4(gqppg]%cPWiF_Os1Ph\ -s8U+?!L)pN"o7]YWK;o70E<9h!! -Yl>j;`K,"W?q4??$Onfq#;n.@";X*K#R`>$;-7XQEhhaili-u97d]"4(gqppg]%u5!!%rWs);># -s8U(=!0[B^e,TK&oD]!inaWT?L]/t-+nYg;$Q']arVup-r\+L_OHAGko>^e4OoPL%o`##\!!!DW% -OtK4qWG;?H[9mHG@F]K;aO#?=\_Xg -Yl>j<`K"qV?q4??$Onir"uIt>!u=!J#R`>#;-.RPEMDOfli-u97d]"4(gqppec,[i!'g;Z"4R;N -L%GJU2N] -@Wl-];,p%Y6sW_g<`qmR5VXc;1."lIBPqL)H[U!L_u0E3#PL"0s33e)55tR5r'@[fr(G03s6:X) -gBC=O>*R=gp\+.Ks8VZ[^3]hRnb`7Ss7c6eo)&.Np@eN:~> -W;dD*mc2pD`koO,_8XRHho+"`JA/):L74&E*ZsM2aCdM#:sHGhR/3Rf#J ->%[djc;.+hh=pr"~> -W;dD*mc2mCa25X-_8XUIh!c+V:dITC='&F$>[M#E;aiDh+XSX%:h+9WiVicQrs"O#s*:OB55tQ_``W':,2aCdM#:sHGhR/3Rf#J>%[djc;.+hh=pr"~> -W;dD*mc)gA`koO,_8XRHhUQH!!%`Irrho!QVoU9 -!!#Xj9E95+XT3YF9E6+2!!Ej2DmRm7rr\Da!64[2".0&g_:AQ9prJD/<)R.4=EJ%f='\0o8lJ/M -8m,7s;e'HW@U)Vg0e+e27Ta;ADr^fqqu6k]D#\dYs$$G^!QJ7;s!'YAJ=\@b8Cid)EBd,1f[:F, -+F:s]7lf'V^)J,~> -PQ(aOmc!HsrrFW>mG.d[@"J@4rsnLtWn@@O]sYo\s2P-@PP+qdiLOj#&HDe8.Ooq+U$M%Dl2M:c -lcG'C7k,>U!!j9RRFV+ss8W$Mr:%RSKl^d5AnPa[9M&2g:-D!8D-Tk19hIuB?:\7$A6qc6=\2+G -0./>_nG<.]rs%[3m5=\=55tQ_`cqF^!V5UVs!*bk/BD)&'_[NjEQ%lr`FQ+NOEs^>rd:#%d4?ib -1Ts?iebAh -PQ(aOn)mG.d[@"J@4rtN`Y!/pmWE*nD#s2G$=P5kR3!!%`Mrt"(ZDA3Z_!!Xo&IuC#d -li-/K&+f,/Mi1(T(]XOA'Pa&dq9T'COoPL%o`##\!!'jhs8W$4r:%RUM0N`ICMIQp?W^<2=A)@X -AQ\q0'2VCl@81*7C1:%V@oQ2k2(L@po_JLkkTfIPq#dG.qfXoFK/:W!*YQ:K=R/AX-G8B99Tp]#a~> -PQ(aOmc!HsrrFW>mG.d[@"J@.rrO,>5Pb<]e,TK&qu72cSSf,R!!!3Q.Y!AMlg+Q7rt"_eabu'I -.Mr-c#S_$AebRPk"-NWa`q995QiI-&gAh3O/c>+TKSt1lC2Rm&@9HN.?!9im6= -rd:#%d4?ib1Ts?iebAh -JcGQG!@pY,h#S@#JcFL)%e$Etf`1ub[E&=I`rQ4)q>UitY^n\D!!\8qSA6i5690PXE6q]^F92&&V8Q8)cBlS!3:d\QsqY^?irs&Bd -QW4"b55tQdh)kT8s(.8js!,E.2#iLpjrJ,~> -JcGQG!@pY,h#S@#JcFL),0g/gMuWfr?\e[]`W-"%s8URK!/:IQpoo<-&-)e<@Vj06gA_TEacpBC -#64`W=fhAre,KN5!!(%2rr\Vg!5[Ch*Vn6JM4:fII:ZnuBkh?g?#adc<`2jn7RpfW:ISOf;%?Q# -=\rpUHZOI47U`e(rqcX!r'6TJs8P:^rs%:@rVun/O8f/(_^75?N&ar=NNdEHs*2LfhZ(B;8+Zb] -O-N:]4\US-Y@o]=p]#a~> -JcGQG!@pY,h#S@#JcF:#!ZM,(q>V&V!!%`Qs7igL2@oij#\%VldG"U/kK/s##R:>003PCNrR:cK -OoPL%o`##\!!'jhs"F2uOboR6Vh&PnAnl'n?!hr&<`Dgi:.7c`9iFSk<`E($;dN@=G'nO_=%-N+ -r;HKl#5g`Q<<)t^rr32Y48o3ZAWQij,Jtibs,8s=s,F7&bl;q,>i,LrH:RT,X,iN;GWe`Sr3'ch -dJ*Zk~> -JcGQG!@pY&>oRLCJ:gR7(?X?l@@UWMQH\Hd@Khs^!9NFu'77U6Q9Ku?U84uHQ7mTdn -SFQRQrrnJaW;ll]rj`6nJNpQK1%P>D,Q%Oks4%IAs,F7&bl;q,RlS#(HA4tr1",XnLm\8&TQ7Sg -Z1n9K~> -JcGQG!@pY!!%rWs);>#s8U(=!0[B^e,TJq\601>!!Yoe -cHuRno;4u&rW!!a[.;cI"-NWa`q995QiI-&g]&r*oRLCJ:gI:1@q/eSBkLg^AnG;'Db<)b:g@": -8k`;d;F4Gj;H-M%9M.s*SFcaTrrnJaW;ll]rj`6nJNpQK1%P>D,Q%Oks4%IAs,F7&bl;q,RlS#( -HA4tr1",XnLm\8&TQ7SgZ1n9K~> -JcGQG!@pYX\A86!fLiH'O:fUq,EDKA6>#n0u@8p<- -@8KTlH(=L*q#:MZ!3#qt55r(sj+0G&ZSD%Ms!.FAJ,e%+Q2ciJEQnH-`LAlu,C5)8Z8'f!!/R$C -ih1>&H*R,DJ,~> -JcGQG!@pYo3qs4dPln#ED?s8Td?a8c1[!@Sre(I#rLeh$mJQu.VnrE5QJDM]ft6DH^>o!LKW2`[XG"q"q1S&(T)A88KVnbC -s*t~> -JcGQG!@pYo3qs4dPlc2[j&s8R%FL]@Co!!&2^s3q#K$31&JCVJuS -rsA8XL,0/:(0n*/f`)&:!!(%2rr\Vg!5[Fi#labhUN'^I?%lBOP=U;c$Im;Gg4c9N+\b -:eOhs93,%g:Jt>9Ll^3ep\tEkMrk!=U&K]KcMaDhMXC?A,,`9Ws-DI?aP"2fs1[OgO+aLIp8iqn -s7q?5nt,dPKnQ?&p]#a~> -JcGQG!@pYo3qs4.,N)ZW+urs@0T!"&]++)AURb5Ve=jb>Pu!#AhD -lIc+=OoPL%o`##\!!'jis"=[^uJ@:E_U?Y!GK>Z"=!KSo0ps!"AWs8SD?s2`m*k5W0UplC*-^\4a^ci -JcGQG!@pYo3qs4dPin#ED?s8Td?a8c1[![1E1<`i3o9M.uJ=\W++91D9A;JqGrT@a"Ks*t~> -JcGQG!@pYo3qs4dPic2[j&s8R%FL]@Co!!&2WSN6`N%qEKN_uBtk -M`:_;)1;)1rr\Da!64[2".0&g_:no@rqlWSUO6?LASP^bBl\?/,r;O/)J,~> -JcGQG!@pYo3qs4.,N)ZW,"rs8Cj3WK-jA&@uXrs.&32us!sI.Z.m -"-NWa`q995QiI-&gA`c(qu#NMHsp8oCh73lDfTc0B4tja>Zt94=]JC$:LI45AlMQ";d"+$Z(TbI -rjMiW~> -JcGQG!@pYo3qs4dPen#ED?s8Td?a8c1[!e\W(Q2=CbuVCMIZr?XI)=;+sVU8PMlI928_sAUoW![,Uths*t~> -JcGQG!@pYo3qs4dPec2[j&s8R%FL]@Co!!"qi!"3GN]`/2qCF&r\ -8^H2l"-NWa`q995QiI-&gA_0MrVe5DptWTGG$\KfB5DL'C1^s`>?P!&:ej_^;+j_a@: -JcGQG!@pYo3qs4.,N)ZW,$rs$o-&HE2O]"J%IibKh?!(kMlrr\Da -!64[2".0&g_:nnhqu$F+q;/iMH!jigAnl4%EG];t? -JcGQG!@pYo3qs4dP]n#ED?s8Td?a8c1OrW!!@IbhO6#P"E6#7+2J -rhTQGrVuoss8W)sr;HQglc>Z@?X78[CM[it>?Y$7B5qBO92oSBLQJ"Hmem(as8KG+J,~> -JcGQG!@pYo3qs4dP]c2[j&s8R%FL]@CdrW!!@IbhO6#P"E6#7+2J -rnm_XOoPL%o`##\!!'jirr`6"s8Mrr,l[i@mE;2L@q07kEclG=BjY%TCj0Sg;-\!]O-H6XnbiFe -rVa/(J,~> -JcGQG!@pYo3qs4.,W)ZW,&s6X>(!$6UF\Glg(T-jjL;98aorr\Da -!64[2".0&g_;"tlrVuosqYqc:mE;/J@UWtkFEVeDC1UaeEdM\$;I+3`O-?-VnbiCds8KG+J,~> -JcGQG!@pYo3qs4dPan#ED?s8Td?a7Y!&!$7?qZi:3P6i[3hcBnPK -rr;K:W-r#T?>41o@;]\"A5mAjNKKOSp\_5pJ,~> -JcGQG!@pYo3qs4dPac2[j&s8R%FL\63;!$7?qZi:3P6i[3hcJ\^) -OoPL%o`##\!!'j\ru1n8rpeF9K4eJ#E,]l/Ec->D>B>=ZR%2Y"rNH6O~> -JcGQG!@pYo3qs4.,U)ZW+qJK"S1POl-\"j9:6!*IP)rr\Da!64[2 -".0&g_9Mutrr;N:WeG+oAoVs;C3FTKEER:1OHu?ap\_5pJ,~> -pAY3J[aOOB!oLH_qu6rDa8b&Ps6-o]Y5\MQ7fD-NK`D+M7K=O`GQ7`MrS7Jk@"J@4rseFsWn@@O -]qoET!$[X)rr3)C`l@*!_VLAru:q9rVlcoqY9*[L1ae"B5VR% -I?(&Gn+lq\s8B2%J,~> -pAY2u@\2rd!kDe4qu6qZL]=rls3>*3Y5\MQ7fD-NK`D+M7K=O`GQ7`MrS7Jk@"J@4rsd6R!/pmW -E*#C=!$[X)rr3)C`l@*!_VM4rr\Da!64[2".0&g_9W'"rVlcp -r;Q]mkdu^f?XdekF`W2#W6t;;rr)lqYlB4~> -pAY2E"_I'#!g!TRqu6pj5Q?k"s0)[OY5\MQ7fD-NK`D+M7K=O`GQ7`MrS7Jk@"J@.rs'JC)%cim -PPkF["3SX'jSf)\o#A\sbl7e*`l@`Irs&JF;?6hkj5U(@OoPL%o`##\!!'j\ru:q9rVl`orqkok -N,3$:DK^5JJs3(YoDJRcs8B2%J,~> -p\tBp\[B$Irr4SGq#(0lrqQHfqu?Khs8;Zlp[.t[qtTsds75^XaM[iLmJHq\q"XjgrV6?eq;))N -rnm_V.n9Kn$\\Q\VSN`BLj/n"Zi/\\(gqppg]%ZMWiF_Os,/'$+.DZrrrWo7!*K4""2t6?1\C\K -l0.Tkrr[iQ!8$oD"iEk2(SUVprri?$s8N&rrXf#+p#BO>nWcLUr5rVlf!s*t~> -p\tBnBO>KMrr4SAnbN4brUKaTpAaaXs7l-`mb%I;p@7\Qs5N#4Ljejcf_>F?naZSXr:0[So&0NJ -rnIGR.n9Kn$\\Q\VSN`BLj/n"Zi/\\(gqppg]%Z,!!%rWs&B[3+.DZrrrWo7!*K4""2t6?1\C\K -l0.Tkrr[iQ!8$oD"iEk2(SUWbrr\Da!64[2".0&g_9DoZrr)j+rr<#tpYiW@CLqpkch@>;!<0/$ -J,~> -p\tBk%KI(7rr4S:kk4uUqrme?nc.qEs7GOSj2(WmnEB-:s3]0b5qqTi_=R]ukihsEqWRb>lJV[B -rnIGR.n9Kn$\\Q\VSN`BLj/n"Zi/\\(gqppec,dl!!"+0n,31f'*rVlu=!!"hIrrVHKn(dpF -JcGf&p&>358,sI"puMGWOoPL%o`##\!!'j]rr`9#s8Mus%K?D-rV#9`O)/EWVpG&7rrE&$s*t~> -p]!/9[E,c9s8UZ[[DDP1agK='df7&.s4k$[hR34P]X>0-s2`48[C*U0[IEt.[C+]fm^:BL\)uiQ -&cVb,rqu!Oqu$?hrVlfrs8N#\rrFW>rS7j8!!&nPFoW"Y!!'A(h#S@#JcFL)$1Fmof_fLj!,_E* -rr`u8!"615rr^4?!&O9I!X\p(h#@J.!!(XCrrr1_,QKXKO8fC]pYa]pri#jI~> -p]!.t?\`"+s8T!/?[D#+MI2BYSca];r;#@-oV__>~> -p]!.X!'gOWs8R*I!%Qje6i]jlA,dZVs+^UHNWAM")#s].s$8`$!!!Y8!6jUV!!%HI_Z3jA#,p_b -s8N#r#5%*Squ$Elr;Qcrk5PH47fD-NK`D+Mh0&c.?2su3rS7Jk@"J@0rrr=9#QS`7qYp[3!!!D6 -rr3)>!!"hIrrNN-:u)'QJcGf&o`#*iPp?>cdcLK2OoPL%o`##\!!'jNrri;tj4s:)s*t~> -p]!/!\ad5Ps7!JOo"EH'\)lSWdf7&.s4k$[hR34!^%0psprLJRai+,@[I1lDp#!15m^:pF]ZoaA -s8N&u$NC)(lK?(.]Cc+%i;Wg.7fD-NK`D+Mh:!SK"98G.rS7Jk@"J@4rs/"mWi[BD41P(c!#,>3 -!%\'K"2t6?1]@=Un]]5Er;Qg*!)W%^"51oBnbE+gjl$/j!!(XArrhFp!!\%9s8W#tqu-Mos*t~> -p]!.@B]*N[s5%.hjDUQhAB;MpSc*rr)inlf#geanbl5rr;uuroX4].n9Kn$\\Q\VVT]G!!E9%Zi/\\(gqppg]%N(!!$@K!'@^cr -r<`3!!"PKrr^4?!&OTR"7aUZmJQtc$33ohrr^rubjkK.#3FeCJcGf&o)AjSAH2pdk5POH!!(%2r -r\Vg!5ZbVqu$Km!WW,ss8W(us*t~> -p]!-Y%a>DMs2tIte/DbA$)a0pA,dZVs+^UHNWAK,)q'?skWq<,6o+DUIrVulXrrFW>rS7j8!!&nPdj"hq!!'A(h#S@#JcFC&"OnOo41P(c!#,>3!%\'K -"2t6?1]@=Un]]5Er;Qg*!)W%^"51oBnbE+gjl$/j!!(XArrhFp!!\&;rr\Da!64[2".0&g_8uZR -r;Za$s8Drrs8W)tWrIS~> -q#<;L^<$/j\G,*moDeRVbejD[][Hhod/Vn/r8+jXd^Qm,jo3?@s2r:[kdBfcfDkc]d-e=-s1utC -rso&,rqY'cR8a_`@"oeQ$s8N"ss*t~> -q#<;EEesC@B(!ZGk5Xl1P'[0.Dk6oLRK'X$ppa]'T42\daSq!Ks,;L.c!T+1WW2^1Rb;&ss*Bjm -rso&.s8N#le&IbqBSt(.ro*kX.n9Kn#DE-XVVU('"9&9#Zi/\\(gun6!8$Iq!9Jq7!7(QD!XEK: -p\t4,r;[e8abgB"-NWa`q995QiI-&aoDD?!;uipr;NMlJ,~> -q#<;>*^T6T$fn)`fDjs^;(M\H).W[h>lTQZoSrq>AHiu)Vu8nCs%#!HY5lB=G5q.N?c)lRs!pt2 -s8W',s8Mred(tlL@[bO8rr)lsroa:^.n9Kn#DE-XVVU('"9&9#Zi/\\(gun6!8$Iq!9Jn6"oaSu -#AX,0rr<`2!#r$>s2=s<1]RLQSfn(6*GYKOoSs(T/WSmj/i*G+-8-u(q#B)*/o1LegKb0e!$Qa` -s8V^D/q_k#'*!O`!8%8KFtPMTp\tEpZkNR5mcaZQOoPL%o`##\!!'jWs8W&ur;QZorW3&uV#Pr~> -q#:?Zr3\9=jgFFSl13'4qY@_Ns1Zk[gpR(:[JK:Sfu(5kaN"8&`;f&/mBtIDq7G#A[Hmk/c0>9. -rX\u*ou4>KO`Oi$;-0..p\b$hkPkQ57fD-FK`D+MrnRQ>rVur)rS7Jk@.F6tU^ZQJ!%NW8kqqZ%9cs8VTh -!+QuK!WR`O!8%7T!!#R^rrhjY!'&;Us0VfV~> -q#:?Br*M1p`a@3pd,U:0p$ldfs)XV.ZsWUrVur)rS7Jk@.F6tU^ZQJ!%NW8kqqZ%9cs8VTh -!+QuK!WR`O!8%7T!!#R^rrhjY!'& -q#:?'quAIAU]A"+[*qknn*(HprubSHLB-t,!:I\,HnYQY5s,*;2#j`Z_#S6Ml4dUC!4`%Z;gA!!#=c'^>Y:!!"hTs,[3\.89dB?iK3c!#!Ls!!D9]iW0#Zp]%Ar!0.$U*;]^L1]RLF -!!$LK!!3+O!!(XNYQ+Yoo`#'a63'!kl2LjK!!(%2rr\Vg!5X6diW"E~> -q#<:n\,,ss[EAH[`7DEZgpPng[F5)m_:H9,r8+jXahZKL\G4.bs2r"8kdBp-[a;q,p$T6Rs1utD -rt>/*pVKgIO+W7GGX+Ye:N4qYr9""[.n9Kn",-^TVZ,BS_@utMZi/\\(gun6!Mh.0ZN1ZWLAqDH -4TIS-o`$-L!!(:f!-S=\!!"hTnJ)$amJi(E!0Zu6"TU*5kd:BjU]7"d!$\!6GQ8!%s(VN67d]4p -!!0%unGiOo*J.u)JcGf&^^L3)nFQY_oPk!>]7L!is*t~> -q#<:.AG#Nc?]=l!J>ZksZX9u9?_.4GH)GOeppa]'MKl%WB((P/s,:j6c!T@t@@;Odl.KFms*Bjm -rtPD1r9\l!JrbY=P$1"%0Kb0Go_e^OrrFW>rS7R0!!&nqh#tS/!!'A(h#S@#nc&Wc.-n2?&]KM) -"S"VT46Z>:,81%Wc6311s2=s<1]Qt[!'0HHMZ -q#<9;#OUpF!(co$20&ksL&cjJ!+Z$`.<67*oSrq>743+F$g'`:s%"!#Y5ldS"'mT*gqs-%s!pt2 -rt>/+rT])9O.(icQXiif:0*nRr;Q]ZrrFW>rS7R0!!&nqh#tS/!!'A(h#S@#nc&Wc.-n2?&]KM) -"S"VT46Z>:,81%Wc6311s2=s<1]Qt[!'0HHMZ -q#:BHi;W`nhV%queC[55Gh#S@#nc&Wc.-n2?&]KP* -"S+eZ?LIFb4VIeqk)99Ea2J#Y1]ONV!3-"une_?gs8NE+;#gRb&cc#5;ud%$P5e5V&HD\e!#tM/ -s6U!j:]Bka!"&&lrs+,U!1aW#3:?;9"-3Km\q0mis*t~> -q#:Ao]DhgI\?,_eU8#U%opfTbCn:UiU8#2mqpqM;n,B$sdJpees3m^@ihGf5^7q@cs669>s09?' -rtYM-gO<=MP)s41PEV)K83TITU=Jr7kl1Z67fD-FWa&fBrS7R<>[55Gh#S@#nc&Wc.-n2?&]KP* -"S+eZ?LIFb4VIeqk)99Ea2J#Y1]ONV!3-"une_?gs8NE+;#gRb&cc#5;ud%$P5e5V&HD\e!#tM/ -s6U!j:]Bka!"&&lrs+,U!1aW#3:?;9"-3Km]'K@uOoPL%o`##\!!'ids5F!.~> -q#:AJs1)lect_P/QYL9hs4hA?s+?d) -rtYP.giceHOGd8*PE1E776aCgVUkSBkl1Z67fD-FWa&fBrS7R<>[55Gh#S@#nc&Wc.-n2?&]KP* -"S+eZ?LIFb4VIeqk)99Ea2J#Y1]ONV!3-"une_?gs8NE+;#gRb&cc#5;ud%$P5e5V&HD\e!#tM/ -s6U!j:]Bka!"&&lrs+,U!1aW#3:?;9"-3Km]'K@uOoPL%o`##\!!'ids5F!.~> -kPkRqda%mmrql^7rr)\n@:tIbQBdc"QBdPISSU2L@8LaBcfk<*m/I):7d]"4(gun6"/I?OE:7]I -H*\+%qYpQ5agV98ao;Im4ogQ3rt#hD!9X5!!(+U(!&OXO!!Jbi[g*ZK'^#E&!)W[p&Ma>Rs$-R3 -!&jBd!,_bf!!$I+rs)$o!:fRZ!,2?2#(cgT+TMMMmf*BU)@F!*s0r#Y~> -kPkR$S]_!4rrrr2Bd!@pY,h#S@#nc&]e.'mm] -DZb9k&]OVH!5lpf!:%]+"4TL7N:HoZ'*&$pr>P`'_uKcns%i[uRf9c$('#'2rsAa&rr3Qc!(6cO -!.4c)neqLFs475N@K$327fWPZnGiQ&rVm(R!!"/B!4D7p".'o5\Es4tOoPL%o`##\!!'ids5F!.~> -kPkQ#A'+cMrrmG.d[@.F7!UaWQgmr&;R -ZOt1QrrBsY[fG^8rr^b7!0$IJ&/,$Dk5?5!6Grj(1]L8O"If>!#8R:Rk5Pbg;#^J,1&s]A5QH03 -2Y%adD?&2f!+Gj+#=eaonaQSZB`7r8JcGco!!'Fprr\T+$FoI&"-NWa`q995QiI-&JcF^/J,~> -kPkS&fZsNsrr2rtrZD+:pr-ZRMNXI'S!B;)OaCf/AihXu4*#j^Lt21rrr2Bd!@pY,h#S@#nc&]e -.'mj\ZNG-P&]OVH!&Mc(!A_(*rrhmK",[$Irs]VA!9X -kPkR9XNpkGrr<#urVuj=r:[3aAW;eASskn0P`KL*M+f`W1.?\7d]"4(gun6 -"/I?ODst"7DmL%pqYpOOb$G*([EALPnhUB)rpg!t'*&$ps1\^;J,fR*s%rIj"PWk_!)W[p&V^8i -`s*[9!%uk'!6"oh!!%WLrs*3;!:fRZ!,2?2!.t+K!>b:prr^jp$+oU)"-NWa`q995QiI-&JcF^/ -J,~> -kPkQEHHZNIX\^/2pI\G\Nl4q>C0hn,ED=7d]"4(gun6"/I?O -Dst"7DmL%pqYpOOb$G*([EALPnhUB)rpg!t'*&$ps1\^;J,fR*s%rIj"PWk_!)W[p&V^8i`s*[9 -!%uk'!6"oh!!%WLrs*3;!:fRZ!,2?2!.t+K!>b:prr^jp$+oU)"-NWa`q995QiI-&JcF^/J,~> -hu<`;n+H\cj7!$Irr;KJjo6P&rVb]H=.6M2Ruro+Z%7joP`C`Q7S-?QBkgIE;L#/,qu6*b!@pY, -h#S@#nc&]e.'mj\ZNG-P&]OVH!'/3.!FN7Xrr_jX!J^(C"qpt:k5YHOr;ZsVs%i[uqIB`mrsAa& -rr3S_!!&Gf4S^l8?iUhus475NJc5TRAcMi$nGiQ&rVm+S!!"ud!!%iBrr^CE%D78l\c70~> -hu<_ph"C[P_qb:jrr:iljo>AZ+SsQ9=J!14R#mK+Ukb.nS:ZlA5s\.DAR7u)9RO/.q>Kg_!@pY, -h#S@#nc&]e.'mj\ZNG-P&]OVH!'/3.!FN7Xrr_jX!J^(C"qpt:k5YHOr;ZsVs%i[uqIB`mrsAa& -rr3S_!!&Gf4S^l8?iUhus475NJc5TRAcMi$nGiQ&rVm+S!!"ud!!%iBrr^CE%D;-/"-NWa`q995 -QiI-&JcF^/J,~> -hu<_LaS#Qf8:J65LpAOsZrrFW> -mG.d[@.F7!UaWQfn$<+7ZOt1Qrr>(%ZN4F@bPq\95QQW.rrs,:!9X=]8,WDj1]L8O"SuX3kl1ti -;#^J,fDko?!'L'8!+5d>iW%L0!.k+K#A*r9naQSZB`7r9JcGd1?iU1_mJd:2!=c^0rr\Da!64[2 -".0&g_1DXFs*t~> -hu<_ef(K%Jb2NB3eGn10jo6P'o%Ql.Ts(`!L5(VFMkI>SG*HrB:,jh%<(8o.4Zbu&Id6G&!@pY, -h#S@#nc&]e.'mj\ZNG-P&]OVH!'/3.!FN7XrrQp8;"">g'*&$ps8V -hu<^hVY0roNP>F,U]7?'l2U_],5Li9:/J7%]:t=GP`h?@\ta,1Bi[n^2HF'Q3B/uU6!LPknG`M> -7d]"4(gun6"/I?ODst"7DmL%pqYpOUb-M+U[EJROC&h)urs'2;!9X=]kn3mp"Z-1 -hu<]bEV9>:8XKGgD#\\_jo6P'q7B[/[^3T>N/Wp\PHhQiDOYNK<&m-MBN\)(;,^P&X8DDd!@pY, -h#S@#nc&]e.'mj\ZNG-P&]OVH!'/3.!FN7XrrQp8;"">g'*&$ps8V -o)C6;iS*Jms6JCmk5Xf%o'HDGg>f]os8W)PlMfMps6/>>g[!t1`T>a\o%N0ls8W'ErVQK_U1JJD -_7HY'Ll7acOcc&\Q@r@=80fE53CH"l4?c&3Ggu6_!@pY;h#Nc(%ZN4F@bl7d4"?Gu>rrWo7!9X:\'n-/`!&OZ-#lnrBs3_DX8,rSr!(Qqdrr?g5!!9/" -S,NBfO8f.hBE/$?i7:g,!/(=A!!$^2rs42V!8%7A!!$6irr\>d=8oH(&H;_/s82Wgqu$ -o)C65^TYiVs4"6UaoBnqj4F=fYJXqKs8W##df-G\s3A+RZI?m*J]=^!j0-Ghs8W'Er;HW`VdXkJ -_7$:sLPhR^O-5`UQ%Dt56m(%ZN4F@bl7d4"?Gu>rrWo7!9X:\'n-/`!&OZ-#lnrBs3_DX8,rSr!(Qqdrr?g5!!9/" -S,NBfO8f.hBE/$?i7:g,!/(=A!!$^2rs42V!8%7A!!$6irr\>d=8q^h"-NWa`q995QiI-&f)H<\ -s8N&qq"agbqZ$TprVc`pSc=3~> -o)C60R=D=3s1(%ZN4F@bl7d4"?Gu>rrWo7!9X:\'n-/`!&OZ-#lnrBs3_DX8,rSr!(Qqdrr?g5!!9/" -S,NBfO8f.hBE/$?i7:g,!/(=A!!$^2rs42V!8%7A!!$6irr\>d=8q^h"-NWa`q995QiI-&f)GpQ -s8N&rqu6Kuq>C0fqYU9kSc=3~> -o)C8\^WNtAlF=pO[d;YS_rp?n_S*A.s8W)>_#CaRpq=]I\CTQH^u!_Oc,-mRmf+[4p!BtZO\fP; -TtHYDKS>/=NKKHeP^$/.66dd11b^C44Zkr-M4s,%rrFW>r7q?Kq>^O/[J\h](gun6"/I?ODst"7 -DmL%pqYpOUb-M+U[E\^Rg_gjomJd8%!!)0[rtm-a!&OZTI/j7/5o9SGjT#5e!!#18s8SPe!!<-! -Vu?YrfDbdNj!":""uGWGnGiQ&rVm1U!!(XNnfn,B[-[eo8H>lrs8N!%mGm?onFQMTrgWq<~> -o)C7nFH'Y=d:S/Z@+MAcIE^2KHZ3>hs8W%QGPtlan8O*]AZ*(KGdj\\PC-`bmf+[4oZa_ZJPKg6 -U:?25K7el;N/s0[RX@q25TM7)1Ft",3]fK%LS!f#rrFW>r7q?Kq>^O/[J\h](gun6"/I?ODst"7 -DmL%pqYpOUb-M+U[E\^Rg_gjomJd8%!!)0[rtm-a!&OZTI/j7/5o9SGjT#5e!!#18s8SPe!!<-! -Vu?YrfDbdNj!":""uGWGnGiQ&rVm1U!!(XNnfn,B[-[eo8H>m^rr\Da!64[2".0&g_:ASbrW_cM -k3DI.qYgD_s*t~> -o)C7%+\;Zs[L>DN!krs]0Wqtf//nS/s8W!^-MmcWk8ZVa$?M74.#`?N;_A'Xmf+[4o"h`IDG4`) -Z*/q5K7el:NKBH\QZ#Vt2^'V)1b1(34?#<(O/MU=rrFW>r7q?Kq>^O/[J\h](gun6"/I?ODst"7 -DmL%pqYpOUb-M+U[E\^Rg_gjomJd8%!!)0[rtm-a!&OZTI/j7/5o9SGjT#5e!!#18s8SPe!!<-! -Vu?YrfDbdNj!":""uGWGnGiQ&rVm1U!!(XNnfn,B[-[eo8H>m^rr\Da!64[2".0&g_:ASbrX/,X -lg=66q#(*grL -oD]Qm[G_); -H[U0aF+AXhIt7f;'D:B1Co1B\Em!$Thih#S@#nc&]e -.'m(FDZaIT&]OVH!'/3.!FN7[rr`!q!0QXJ"%bR9m/?qnXZJURs8W(R'EA+D8*'[L#I"O8!6kKC -qYiP\rr;s`4$3'4rse!X%fcSE;""A`oK,-mrVm1r4$2C#s/8"@BC,X#lOalmYlFb&%/o"q`m``+ -nFubUr;N5dJ,~> -oD]QX?bQKBRFnn"X^B/M@-@QHFnP!/VZ-T0UM.JXA(G)!s(/,.Bqt^.@fGY"_=%=3qne\bQ'Q3+ -J:E&kHiAX5JV0#6WFJ"]1`IPd3BK8R*%<[2Gamd_rrFW>r7qEM!!*!S";Ln:+k-DG!>o57rr]&F -ZWZa8"(JSK`VTT73QeZ/?a\2Z"8>dqOmN)M8NT$#rVm>/4$-pOs8Icf!!!O"jSo/aYR1@1bl@_> -r]:>`s8G;G47iFN%HBng!!!a1mf3=Z4$/B!rs>;Z45g/=W&m(Rm/I.Q&H_G(!s/H&!qZQs!WW5: -ec5[K%/o"ra4/r/nFubUr;N5dJ,~> -oD]Q@!1*V5>eu35I/p3l!SRK?,OaCmEW5tPD%E0J#JL;%rsEiI&8_Aj"odr7qEM!!*!S";Ln:+k-DG!>o57rr]&F -ZWZa8"(JSK`VTT73QeZ/?a\2Z"8>dqOmN)M8NT$#rVm>/4$-pOs8Icf!!!O"jSo/aYR1@1bl@_> -r]:>`s8G;G47iFN%HBng!!!a1mf3=Z4$/B!rs>;Z45g/=W&m(Rm/I.Q&H_G(!s/H&!qZQs!WW5: -ec5[K%/o)&bh1k -oD\mZ[Hmhl&+I6E`jOs][f?BK`rH(Kf)G[`m'b3\_8s%Vs1$Y[]%$c4[f?'/ipQgor:ICcJXWR5 -L3@liIZTM@L5h=eIoBr\;G&hm/h/+f/5&QGMT#2OnD"$j7f;'L:B1CMh;-4$!!'A(h#S@#nc&]e -.'mj\ZNG-P&]OVH!'0t`!-Zp3!&4>W!FN7[rr]G)55O(7"6S=kj88iYi7co[mf*CLg=k`?rrRZN -;R$3#rXRYU[*m@LgZ%Ddp\=U`rh'4@~> -oD\mD?e,/U&)M/AK3u^#@K6@aKE(s`VZ-T0emOf"G_]Yis(/,.Bqt^.@fPb$_=%=NrUm:WJ>99E -IXZ]oJW!FN7[rr]G)55O(7"6S=kj88iYi7co[mf*CLg=k`?rrITM -g].>jec5XJ%bmbfeCE('iofk+q"jsgTDsE~> -oD\m-!5&71&'G_+3<6"(!rr9e3rf3fEW5tP^&hA&-pRddrsEiI&8_Aj"omEZSaQM*r9L>DH_dL3 -H[LW!FN7[rr]G)55O(7"6S=kj88iYi7co[mf*CLg=k`?rrITM -g].>jec5XJ%c4;#g=Y$4jQZ:3q"jsgTDsE~> -oD]Qs\C^c/gXNh7l*][+[f?BK]'\Ref)>U^]X?2A[DDe@\CU\keGn10s7Wk[mf+[6r:e%Oce$CZ -ZB9K_IY!3>SYUI6?!U2p;c$(M-mC0>:L8OYp\iP0[/h@=r7qHN!!(gRh#hm%!42X[!>o57rr]&F -ZZ#<=")kLX`VTT73W-2`Ct8Rd)>pfA?a\2Z!]L,?M>mW-%-4_o'E8%2s5g,]cd'bgg=bBGo(DhV -rmC`Tro2kth:;/rj3?0*eGJ,&J,~> -oD]QeAuYg%ZD2.6cX4bo@K6@aC"^F5VZ$N.DI8sn)lVupia -ZZ#<=")kLXK)2DG.f?UQCt8Rd)>pfA?[0kp!\FE5M>mW-!'K+>!7oa$'E8%2s5p;ee'l[sg">3D -o(DhVrmC`TroiP2kMZ+5lJ:L[iV_R4J,~> -oD]QU$[2P\KP_;#ZN-qM!rr9e&Ak+CEW,nN(]\&q!%RX@$?Q4YD#\\_s5!aHmf+[6rTq89f%J$T -WJ#MEJ:WQEU8)^8?=l`$;c$%K+ec5[fr3HE2Gg<5h/HFjgrrO\N4Pj->f%0j-rr;utl*@qSf$jWS#34t= -p%eObd/X.:$M -o)BES[^a$(WZN+gm!!!o7ZN4F@ci4'G!F:N]!i#a?Y5].,[&_6dPbQ%DhW!>Qn*ol@q"t'i -rVm$"s8W&si;X8ba.o/[XmQ#0MM\(;ptl%$~> -o)BE"@:aB0Y[:sg?c]9Vs8V1t@VfGLrVmOo?cBWaVuQd.VuLpLW2a>,lX.Kqs!Ia=dHCH)k.Sa8 -I"?^!Qa4/M=D_/H2)Ra"8kh`485<$.T^)IST($(f&4ZTR"&Amsh#?+37fWOqrS7Gjmf3D;ZZ#<= -!cPCWq#CC(r3HB>ec5[fr3HB1bQ%WKM#ROO!-k[H(%eu=`m1cnbgtJ%gu@Vhp%J4[rr;urrri?$ -s8DrTrseqR]"t\gnGLn>\A$/^hZ&*~> -o)BD@!t#s_J,p!.!2t2Fs8UUb";CoWrVmO-!2>YWF8u7IF8mKgFa"#hh>j,6s!Ia;cMIJ:h8@=3 -HA$g&S%Q"H?u/qJ0g/--8l.i,91iEB[.=1qAFBKu7f;'E:B1CMrnRZH!!'A(h#J;\!!4RTDst"6 -DmL&O!!!K+ZN+gm!!!o7ZN+@V!!$;\rrSqqGcq&YotIu^iR#HoiS`\OiTKk-o_AFa!<2rs"TJH$ -rVkaT%K>;9hUU -o)B-to()SUrUTOWo)&4Qrr3,qo(VbNrVmQ+o(r=UqZ$Teq#C-[pA"7ZrUTgPs!I^Dr;6BirpRmq -IY_ogBq0llLhpd,;+3Z=;bgFi5Yu9]hYR0Lp[I_S.7X6k$;UX%H$Xd-"op(&rS7Jk@.F7!UaWQf -n$<+7ZOt1Qrr>(WZN+gm!!!o7ZN4F@ci4&F!k!ja"848UlEC4%q80,Oa-1gtKs/eYjlbaglKe'9 -q"t*jrndY_r7mNfnG`Icc(=1sh>`!~> -o)B-rjQ,h1qW-`4jS&-)rr3,hjR)'urVmQ$jRrH3o`+sQnGi"=lgX!8qrID:s!IaDr;$9irTCkU -L4jVdI#`JaEaMpH7m&b"<(g.Z5?2]qmJQq_mdT9<-V"$i$;UX%H$Xd-"op(&rS7Gjmf3D;ZZ#<= -!cPCWq#CC(r3HB>ec5[fr3HB1bl@bG[>=hbp+-^=YQ#=4`3.,+XJ__^\^]Emj6,dtnG<._qu?Zp -hZ!u\hRU&crr;lI_s.$Rs*t~> -o)B-pe'mO\p=%L_e*uSNrr3,^e)Jp@rVmPpe*m.^mf3=;kPs_oi98\jq:"cus!@X@qYgEli2;R) -G^NPKO`kkjBj";(3]Tc59N"&BAULcPr;HWUnC%C`7f;'L:B1B?H?r*d!%?Fsh#J;\!!4RTDst"6 -DmL&O!!!K+ZN+gm!!!o7ZN+@W!!*//M#RSN/.UsKrt>1M\'EmSd)3E=jPAeTlga?0r;$BlrndY` -q;p8[p&>!fjPB.trnd[*~> -Yl?!Js8MurrRuq(cu!Tk><"]nOC1++1H@?E4ZGu45'Mb7qu$Hmn,ED=7f;'B:\k%l(;'M#!>o57 -rr]&FZZ#<=")kLX`VTT73W-2`Ct8Rd)>pfA?a\8\!r)a]LAq=7!045^)q_42d\hJ6=#DjJRa(!\ -jmDX0oCr(YrVlfprnRMZr53!hs8Vhof\?FV~> -Yl=b's8Dp9b_rL>C3ud[2FF1EJ7)GX!f[2?YQ#UAg9J]L\Yu?aF*!AOg>_2X -lgF<9p\Facrr2lqh#@ZXbG4"qs7sOgg])d~> -Yl>pHs8DlnrQ0hi]3oNB9eSAPM.Kgj!f[2?YQ#+3h7Cnjd+?phY-,(ZkiVm( -$L%!Sp\Facrr2lqh#@ZYh9YNhs8:^8g])d~> -nc&[eo(_,B"SVKfp@IMJs8F)o57rr]&FZXrTh")5(R`VTT73W-2`Ct8Rd)>pfA?a\8\!hKCVkl1[R;uHXr'\iH` -!Cs*Ss8V3'rrV?`1Tp`ul*7nM^56u0-64Kd5]`F8i:?L0n+$#Bq>L?nrr1aR#O@>2nGhC@rS.@&~> -nc&[`ipbk*"RP:Nm,mO3s8=#:b)2@WEI`e$Iu&!(UQ'h-8kDZ@2D[cmB9g@.r;Q*`!@pY;h#^@P -!<";H::pDZ!>o57rr]&FZXrTh")5(R`VTT73W-2`Ct8Rd)>pfA?a\8\!hKCVkl1[R;uHXr'\iH` -!Cs*Ss8V3'rrV?`1Tp`ulaaa[af(nmF`DMDGF,_ijQu=(n+$#Bq>L?nrr1aR#OJ\.p&F3frS.@&~> -nc&[ZdH9?d"Q7r4iRd>o,6%Q>r5!iMV.P1@LOjklR\>7Q:d.033&NNX7;SLDrVc`pmf*;<7f;'D -:B1Cn-im)TqqV8i@.F7!UaWQ\mumifZOt1Qrr>(WZN+gm!!!o7ZN4F@d/O0=!0l^I!M!*drrEhg -q>UIcW9aK`ji[T)k5[ -g])d~> -o)Amj`jaXOcf+m,cG9J._<:h?rqt&SQ]%uto#`d@.F7!UaWQ[muRWbZOt1Qrr>(WZN+gm!!!o7ZN4F@d/O/>!9<;C!L?7RrrE8Tq>UJU -b3T'.E,Ebt"8kA%l*(+#oX_Q^b(On?/KH#X*%=-kS'g9\rpTmV"7l -o)AmfK4D$ZR,S&JP^*5!HKY;MrVOKHRt.R!lE+c0I<('rBPh*R7Rfa1H.0.FpAY*kmJd2;7f;'E -:B1CMp>#`d@.F7!UaWQ[muRWbZOt1Qrr>(WZN+gm!!!o7ZN4F@d/O/>!9<;C!L?7RrrE8Tq>UJU -b3T'.E,Ebt"8kA%l*(+#p;4GkdAEUuE+a04DK^VqYLr%+rpTmV!qQ3eg]%KWbGj=lb2_4UJ,~> -o)Amb3X:(N>2fJa<@@fV/*HpGrqiaFOH-a:hO&"nKm8l:Ci!3Ir]^ZKNm>,hq>C9lmJd2;7f;'E -:B1CMp>#`d@.F7!UaWQ[muRWbZOt1Qrr>(WZN+gm!!!o7ZN4F@d/O/>!9<;C!L?7RrrE8Tq>UJU -b3T'.E,Ebt"8kA%l*11%rUe1Hf\P'-aKMSQ]t1km_9Cm)nG_nVn,i1WrnIGWrnYuhqV^Yms*t~> -rVmK&lK\9Hs7YaCqZ#]ce`t)fli$huo]k`>s75LNlLY&Urp&eFs8ViYlM:GZ'C4r/_#Nrks75OO -lLY&Urp'1En+?W%rr)DPB#`d -+RrG62^l"Nn$<+7ZOoP#<<+!9ZN+gm!!!o7ZN4DrcrC,[0)"N/!L?7Rrt,Cds1%XD[FG6V`oR1" -m^9I\rr3)Y[C+H^rs8&#[Gh//:JK$TrrQs9bcq*frqsjKe'sD(>9O(P'dP\(9j2+MOhBTCp[dnC -meGQ:"R(f2cE>k#J,~> -rVmJpdF%[fs6S.\o`*'@UX=U7e,B:]kL%]Qs5VYudH1E.rR'$bs8VN7dIR;:'@bKqGlQaRs5MSt -dH:K/rR'lah=UaIrZ1HXFMd\Jr;4!_FE:oIHZF%DAN;eIg&:X#`d -+RrG62CPnMn$<+7ZOoM"<<+!9ZN+gm!!!o7ZN4DqcrC,[0)"N/!L?7Rrt,Cds1%XD[FG6V`oR1" -m^9I\rr3)Y[C+H^rs8&#[Gh//:JK$TrrQs9bch$erQ2\#eZ5F%DI[3oEI3=oNffa1`om'hna#H3 -rVkUP"mWD0g;EpDs*t~> -rVmJc[C,Q)s5CAnmJj0dD7)5H])DXDfX8-\s3eRB[FYBXr3`s#s8V/f[Hdbk'=t\R-i_Q-s3eUB -[FbHYqmG8!an5TTrr);%EQ@YIqY@OJEFr^1F)GlBANE1hh#-d7qu6QnmJd2;7f;'E:B1CMp>#`d -@.F7!UaWQfn$<+7ZOt1Qrr>(WZN+gm!!!o7ZN4F@dJj=?-SG,VrrJEUr;R?3f`/JPbdGt#s2O." -s6d;&i;W`Yi3fu@rr38l[C+unb>1jUb5VNY!6hYH*WF9ug>:92`Nl\M['dTd_T'I3c.MCSo^hG6 -p\t-Hrrqi?hs&kogAc[~> -rr3W%]tM"uqt.Y:]>aZf[Cj>c\&A:G/b$Bd\]k!"\B;CooD$/8]"@k5^q@:sq>A1?]XP]Vd(]P. -\]MFooD$/3_S+(]rri8cq#:6krt+G-JQ.8GMh%D49K]BQrVul]rrFW>r7qHN!!(gJh#S>mn,WS= -ZZ#<=!cPCWq#LI)r3HB>ec5[fr3HB1cN+%H7Ha[OQ:LlQ,Qud"$\0EE$%;h7UArIs+rVWWs.U#P -+pje>n2DO>&# -rr3VkE,fWKpZHX:COu27?Z(+#A:X[Z/`(;aBTW%]ArCA;jR@G5CM`_1GA_5Go(dfHDIe"lQui:u -B8^J=jmRG+HuFo4rri8aq#:6krsmtjH;96MKS$807S:Sqrr2otrp0Rb.n9Hm"&Amsh"KP()".G+ -.'mj\ZN>'O&buD,%K*O4Ct8Rd)>pf@?d8WO7Ha[OQ:LlQ,Qud"$\0EE$%;h7UArIs+rVWWs.U#P -+pje>n2DO>&# -rr3VZ*#oPWo%>3*'/o>E!#R*m#W;V]/]nbK%o;k0$V(d?e`SA"',9uo-Q!RQlh*(@(^DGg>Ts,V -$q:d?f&e@h/fI.JrtkFoqYpHns8CKGECtk:MLDh25[;G/rr;rrm/I):7f;'E:B1CMp>#`d@.F7! -UaWQfn$<+7ZOt1Qrr>(WZN+gm!!!o7ZN4F@dJj:!!(H)N!L?7Rs!.a"rsO?$+UNSs3hlZ!2^0.` -f`.ZV-mAtfs6qrk-kE+f&J8ZurrTA(FKYW`c,eDkbL4>.Z`:19^;S(4c,R?3`QR*+n)NR/r7q;T -rSZ/Xm+MDh~> -rr3SZ\*!/-n\M^1n$UI8[Gh//`;T]fcFs)9[Hl8PqWbKPgpZ_C^"UE5q!ti8jL+%B^VKlr^AlWn -qWYEPgpQ,3]?0RB!r`,tr;R5ucGcVN<3OC-A$P\&roa:^.n9Hm"&Amsh"KP)(]s43!sC$YDst"7 -DmL#Zq??p0r3HB>ec5[fr3HE2"jmMU"TXYIrrJEUr;RuEf`)=_mIa7Gs#QnR6";@ -6iWf4p]#Sas);hsrrTA(CU!gNrqt*`b1N8/ -rr3S'ABec5[fr3HE2"OI;Q!0HCD!L?7Rs!%[!rsN#tohS-Y3hlUR<;5`Z:B,E>s7U\) -s.D%>s*JtiE,E_s!j;T>Yl>:6rQr[0fW_$-?Y";OWjT@MrkSrW\@]D?S]9pAn,D)A"6d8,o\'7p~> -rr3RC#cPdTc7'%b`rT3"!1EjZ1B%5)ec5[fr3HE2[F,!Uec:fprrJEUr;RuEf`)=_mIa7Gs#QnR6";@ -6iWf4p]#Sas);hsrrTA(CTd[We'6>"_p?>tZ+&!-g"G3?i8ESLgtK`be*#3OrnIGTmb$:gg&HR~> -rr3Sp^pUSoq7G,Us2W1S[Gh//`;]c:r;#q)_aqi7e25mu;;.g&HR~> -rr3SWG$eU=nS=fts+Q6q?bcW$IfB?Iq>=S*R@\$qrF>VKX\LRFK>65kPkQ57f;'DWfE,4h#S@#nc&]e.'mj\ZNG-P -&]OVH!'0t`!,VH2!ck)CrW!+:Uh2$NC\n)4$Z#a;!&O -rr3S;,QIg?knIh2s#iU+!1EjZ1B.:RpA=mr>\+cPbQ+he$N9uD+'npH82Q8*n,HB8s'-`I@N,9g -!4$PQs8P&Hn,EIfs8N#t%fZG(qqm9NO1`/bDT;GMkPkQ57f;'DWfE,4h#S@#nc&]e.'mj\ZNG-P -&]OVH!'0t`!,VH2!ck)CrW!+:Uh2$NC\n)4$Z#a;!&Os*t~> -rr3Spj6b='kJ"q5p:e`E[Gh//`;]chrkcA@o^2D$]`7K/khgqSBuId(]P. -^&RQ/l.*93otAK2s8Dp'r9_\D[^NB:p&4(R!@pY,h#S@#nc&]e.'mUUS-*Q5&]OVH!'0t`!,VH2 -$XE_'!!!,Ms%5HSVYgE!$FBcshY6eqpAb12r3HE2[F,!UV#[@]rr_C,+Z92t!L?7Rrsf1arsR9T -s--(S3hkO4r;?R*R2mFo3CEiHV_8?1XT*6VaSu8QCTmaFro^r9e@fm7;'9HLrr_njXSD_n#'"$l -eCW=Lg]%E$X-8J=gAc[~> -rr3SV_qC_jb]A@1luJ0S?bcW$IfB@"r-NDHkh,VXLrrE&rs8N!*rVucZaMGBpRC2nhkPkQ57d]"4(gun6"/I?OB^_GnCU4VlqYpOU -r3HB>q#Ce-s.02j"4R9B4o_DW!!`k;s68D7pji)=!#b^@!FN7^rrT"sV==Kejrkm*r;Qe`8,WAs -"PE_^df9?38H1`FhuN]QrstM<+X&j5s8SuM#r&I\E,E\r!>0+NrsJbh]uedHQBI8BQN$mdoSA\) -r;QthP+CF]h#?(."PUZ!^&6UaJ,~> -rr3S9T>P@CXWTOni#YSO!1EjZ1B.;+q^``@g;2i])#qe[YC?`)m![520(J'K6&YfKm4'L`>Ts,V -)ZRnZZ>^#hhAerPrrE&rs8N!*rVlZX^qdIkS%njukPkQ57d]"4(gun6"/I?OB^_GnCU4VlqYpOU -r3HB>q#Ce-s.02j"4R9B4o_DW!!`k;s68D7pji)=!#b^@!FN7^rrT"sV==Kejrkm*r;Qe`8,WAs -"PE_^df9?38H1`FhuN]QrstM<+X&j5s8SuM#r&I\E,E\r!>0+NrsJbj_9^ola3Dl3_Z'Q;oO;q: -r;Zf<"O?Adf_sS)"R4Rgh>Q(-J,~> -rr3Ve\&ZFrnDUdk^;0O<[Gh//\^g]Z/aKpa_oDQ$]`7K/kkD^*`O>R&[D9Pkp@Z/0^pUuXd(]P. -^&RQ/l0u9q]sYuCs8W'(qY&aY^o57rr]&FZXN -rr3V>@Y]GBhnNNDEd$s>?bcW$B;PV-/_"?[I>%9bDZAU$c0]:lJRS)f?[$U5m-/M%G$fLoQui:u -Du\X#ce`GQEF4Uds8W)urs8W$p"-apd/!\(rrFW>mG.d[@.F7!UaWQXmtV!WZOt1Qrr>(WZN+h; -!"0M5nc/Xos5jkUs/,\o#>G0J('$&gj7`NR)>pfA?a\;]!h'+ckPkUL/b]2D,hrLSrsR9Ts--(S -3hkO4ZiC'X:&bcLs8SNTs0p_^d;p!$E,E\r!>0+NrsJYq]u\^YQ&h8mV#LArjJ0$;r;QtdN/u$9 -ch[S>!;tdT"o?*te#M]es*t~> -rr3Uh"[=dHba8AZ*[U"/!1EjZ$uc.F/\;Ts,V -)ZRnZZHo57rr]&FZXNs`Q6C)rr_7`EngNl#0=g&i7lEP -rr)oqi;WuYg[*tKo\0=q~> -rVmJmj5]V.s7>:2q#C9Po`+XFjSf*0nDiR+s6f"Kq;_2KoAem+s8V`Oj7iTRp>b6#kPsr3s6f%L -q;_2KoAf#QalNL%rWrK%rq++I`n9qIrrFW>mG.d[7IdbfFXXS7n$<+7ZOr/m[/_cUZN+h:!"-+5 -;ZLG0U&[@VVYgDq9`M9p!!-M0pAb12r3HE2J^Lk,QiNuGs!uP5B#;EJ5#M@[$e#(TPXtg8UAn=3 -[)+D+rt'Ck_GE&I="_A,FXmE1;sVU+!pgA3YQ"t.pr^V(eU1J#=G$PP"OPZob5VA>$=$D0L>CAD -rr)ioi;X#(ao(CgN;_N2J,~> -rVmJR_SY+.s5q28nGi:#kPskb`r5oghnm8)s4YNno>9kojhen(s8V<"_X@I(m)$`mbQ$5;s4PKn -o"sbnjhf2mMWFdErr;rrrq!\<`nC1OrrFW>mG.d[,k57E4XdXTn$<+7ZOoh+?iV5FZN+h:!"-+5 -;ZLG0U&[@VVYgDq9`M9p!!-M0pAb12r3HE27+#BD:]R?Ts!uP5B#;EJ5#M@[$e#(TPXtg8UAn=3 -[)+D+rt'Ck_GE&I="_A,FXmE1;sVU+!pgA3YQ"t.pr^S&hOB:XLoLCR"O50\a8Z&;$B'OlV;T_c -rr)ioi;X#6ebe^?_#E*gJ,~> -rVmJ3St=%'s4mG.d[!:U!j.'mj\ZN>'O&buG-%K*O4D"mu;[/X&) -B)eS*4o_DW!!5joY5SD%@9<1'!#b^@!+4%Q!_"Nn[I_uBW7s2,,Xa5tV6rr)io -i;X#Fiqr8phu;C1J,~> -_#FT'_<'aeg#N,1rWW2R]"-#_l2Lc77d]"4(e!o%"*>rtDst"7DmL%6qR$;Sr3HB>p](Y0s+16^ -s%WPWs/,\o#:Jj:go>]c"SVlr)>pfA?\-V4!gitWk5QpU8K/TqT(2j\-.i1sTNqLmXT.j')]NGc -s-FZD:3de=nj+360AQT&)e$nh!j;T>YQ"t/r8,H9f8!6p:5SuM"Ng33dJ!P=$XHA"?c^sTqYgEl -ro3q_qk -_#FSdGfI[4Xlo`_rX/W'rVlfift"Zm*P?NWG>ZZ#<=")kLX8buco*W35DD"mu; -@K1oZ])PM*4o_DW!!an;rnON#56U]\!#b^@!FJ7B?NO%(S*'`#bt/in-D'c-s!?:ss.EWs:TXTe -AfD\%q>Zd#)btYtNq,IT)_^"HUDmXarrTA(CTmaFrqtWlakEPAIY+a%rrf:#bHpp@rsOj:JV_k. -g%t[HrVkgV#Q21$s8($;leDGi~> -_#FSI.A`^DI-:M2rr)iqrVuj$rUA4I[FY9?rrFW>mG.aZmf3D;ZZ#<=!cPCWq#CC(r3HB>p](Y0 -s+16^s%WPWs/,\o#:Jj:go>]c"SVlr)>pf@?d8WOS*'`#bt/in-D'c-s!?:ss.EWs:TXTeAfD\% -q>Zd#)btYtNq,IT)_^"HUDmXarrTA(CTmaFrqt]scf)mR]tMtqrrdgMP*,J:rsQf_^pi@Vh"q!K -rVkgV#Q<3Ds81^#o\9Cr~> -^]+Drcd1A$rri5bk0ES_rrFW>rS7S04?Rleh#im(4MLdM!>nT%cNAkLZZ#<=")kLXTDHk60`86W -D"mu;+7@DigrsE7&7S^/He+*G;rSdb^aMn)Ws6#!.qV;+$~> -^]+DQQ^=r3rri5bhp;,_rrFW>rS7S04?Rleh#im(4MLdM!>mieQNLYEZZ#<=")kLXFS_=(-iC:N -D"mu;+7@Dig -^]+D-=]p=f]rrFW>rS7S04?Rleh#im(4MLdM!>m$N=T^Z4ZZ#<=")kLX7J^-e -*;m,CD"mu;+7@Dig:rSdb^khl= -PQ([]rTX=_.n9Kn"5!SR;uPMSGQ7`MrS7Jk@.F7!UaWQfn$<+7ZOt1Qrr>(WZN+h9!"$49;u_FL -!'U@Zq#CR'3G@^W6MLN\)>pfA?a\;]"7@ -PQ([]rTX=_.n9Kn"5!SR;uPMSGQ7`MrS7Jk@.F7!UaWQfn$<+7ZOt1Qrr>(WZN+h9!"$49;u_FL -!'U@Zq#CR'3G@^W6MLN\)>pfA?a\;]"7@pfA?a\;]"7@;0qU!=Ac*Fj]cN!q3XN&ub -_#=9?d^m9.b3dI;s8MuVrrVoGp&=snqqT`ph#Dm~> -JcGQG!@pYpAbM2s6ok?!!#1^ -VYgDqOO[P6!!8em7/-`^)>pfA?a\8\!b;;kLAqAT8JKeKnGr-os8Dp:bK8DQ;`-4Ws8C:3nbiC5 -f_b^KHWEBqDV3IsrVlfXrseeTXEE(bs8D&\E0f,PhZ&*~> -JcGQG!@pYpAbM2s6ok?!!#1^ -VYgDqOO[P6!!8em7/-`^)>pfA?a\8\!b;;kLAqAT8Ih3]XT5T>s8Dp:b/i/ZGALf`s8C''VSC-O -eGK:GX,DF\Rbl?JrVlfXrsek`a04Cos8D9$YefDuhZ&*~> -JcGQG!@pYpAbM2s6ok?!!#1^ -VYgDqOO[P6!!8em7/-`^)>pfA?a\8\!b;;kLAq;R8b)i]%)2cArr -JcGQG!@pY9!e)Q(mV`2OZOrQ#_Z2=eZN+h9!!<]1s4[GP!^6S$ -rDO"UC&d+5;g76p0),DH)>pfA?]3:K!d"F8g&D-;XNg_D!r&e0q>UNgXT&1u!QEg8rrVTg8Fu?O -o"+iBaj8G_Bdb9Kp:S-+qYp6M_T;cWIqDD9;Rk`8pA=gLrseS/Yb\P]rqaj5SXlhNhZ&*~> -JcGQG!@pYpfA?T-8)!\FDFg&D-;XNg_D!r&e0q>UNgXT&1u!QEg8rrVTg2"RgL -Ye'iUaNi5dM.'k`p7m+lMj16 -JcGQG!@pY(WZN+h9!!<]1s4[GP!^6S$ -rDO"UC&d+5;g76p0),DH)>pfA?a\8\!git\g&D-;XNg_D!r&e0q>UNgXT&1u!QEg8rrDKW!!!G= -ruTG7f&3j3U;lkX0EM4d:0SsJs8UWo_S*D.g!fZlrT*tfq;:,ghsgXCl.atGg\K_+J,~> -JcGQG!@pY6]OT_05rr3#X9(r;c)>pfA?[:"u!hoZgg&D,_!)idq!jDY]q>U`W!<)q`_uEGlli.!q -U>c+RJ,kT%rW;c_o"G)&rZBD1cJ"$o)K,AkLmFmO`iaU3rVq7[@S]aim*b;!rr0;)J,~> -JcGQG!@pYbg"GiUKV#nq8.2^@r?F)A'OuPYc!qEKXU3pmJQt_[/YX~> -JcGQG!@pY6]OT_05rr3#X9(r;c)>pfA?a\8\!qQCcg&D,_!)idq!jDY]q>U`W!<)q`_uEGlli.!q -U>c+RJ,k>snH);_%))]@rZM6ge(!?sT:a't]NHBf"qDMBbl.Rhcca;Cc/mC@r;Q]&s*t~> -JcGQG!@pYmNS8!a22lKeHN -Jm.16"8jVOh=^dLp$qUds!%I@rnPT;hldh(BE%PUYDIFALr8rds*ea'Bi^)Yf\H?'rj;]U~> -JcGQG!@pY!spB^Dt^LEDl]k:Y(jU`W!<)pfQN,e+li.!; ->2oPar$hj*p&>*4XK]D<,6%Q?gW7Oo`)g')rq+jHLMC=S_tO-1Z)FFcPcX6(h"q'M[/YX~> -JcGQG!@pY(WZN+h8!!48s -$iU,+%/V^\)ZTjPr\+mNS8!a22lKeHN -Jm.16"8jVOh=^dL:&k^9s8W'@s52,Nh;Ofl^AdcWYCg%XL;W`bs4#NFaN`*$f\H?'rj;]U~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@ci4'X!(>Q@1Ue\lUAt8\)IPE%LpR-]jAu<;!<$[L0qjB0s8U,<;i^nXpQ8BQEo-ir``#fh -m?9"?GiSf*XoN;1rrVl`o"4oDrpIYFgr^Q<>1MK[_mcVA]Y)/#bAh0:G$B4GhpV&mZi>O~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@ci4'X!(>Q@1Ue\lUAt8\)IPE%LpR-]jAu<;!<$[L0qjB0s8U,<;i^nXpQ8BQEo-ir``#fh -m?9"?GiSf*XoN;1rrU0@Ye0oXrp@SEg"KP+MW!XTe',V;d*pUtgn^[>Tp_S0h9bclrj;]U~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@ci4'X!(>Q@1Ue\lUAt8\)IPE%LpR-]jAu<;!<$[L0qjB0s8U,<;i^nXpQ8BQEo-ir``#fh -m?9"?GiSf*XoN;1rrPpq%(lN]rpRnUg$t>o]BntOioAY5i8j(bmEX//`Qc`phUM,nZi>O~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@ci4+D.0.QGs"h,2P=bfSZkoGns%\USs4@MTh>mMD-;hNPO8l3kF`8.Zs,.DCJfJ%qeeiOe -*bi&Q0r3k0!]CA>o`#!cnaa -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@ci4+D.0.QGs"h,2P=bfSZkoGns%\USs4@MTh>mMD-;hNPO8l3kF`8.Zs,.DCJfJ%qeeiOe -*bi&Q0r3k0!]CA>o`#!3XK]>:%f?%:ak5Bc=C-WGO*lY -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@ci4+D.0.QGs"h,2P=bfSZkoGns%\USs4@MTh>mMD-;hNPO8l3kF`8.Zs,.DCJfJ%qeeiOe -*bi&Q0r3k0!]CA>o`"tf!"?L>+8biKdba;ZQBnPW[B7-ZWNNb=\\uS9c,\/Qh!3JTq6U*O~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@cMn!B!`AsPs"_&1k76\T@:Z;ns%\USs4@MTh>mNS8!a0LO8:VUs8So\s0eKus/IdQZRG_N -etN+q>3#VaPQG7arrVl`o"P/'rZD+9d)Ou%^n$+GRsJduP^d[\Bl.0a@qB[e;1[WShYa_[J,~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@cMn!B!`AsPs"_&1k76\T@:Z;ns%\USs4@MTh>mNS8!a0LO8:VUs8So\s0eKus/IdQZRG_N -etN+q>3#VaPQG7arrU0@YeL/:rZM1:d)jtsd^ksFU5XemU4.TJOHkZ^RA$RLO/M$`i;W__s*t~> -JcGQG!@pY(WZN+gm!!!o7 -ZN4F@cMn!B!`AsPs"_&1k76\T@:Z;ns%\USs4@MTh>mNS8!a0LO8:VUs8So\s0eKus/IdQZRG_N -etN+q>3#VaPQG7arrPpq%)2c@rZM1:dF-k1k1[_i]<8?U^kn,Q[_TAa`5g-G`5h2ni;ES]s*t~> -Zi:-cW2/@prrFW>rS7S.!!#srh#h'c!42X[!>m$N=TLN2la$U(7J^-e*;m,CCt8Rd)>pfA?U)e< -!Ytd-jSomNS8!a0LO7E;8r;R<&\Qi8U0`U5_,[%\X -s+4G8rr^dh%c?mX!ql*S^An64+oVH>ikF""iS`GKgWR7@]!S&IKVFQFS -Zi:-_Q^6OPrrFW>rS7S.!!#srh#h'c!42X[!>nW&ciJkLla$U(T_d"81&S?XCt8Rd)>pfA?^/g^ -!_*0]jSomNS8!a0LO7E;8r;R<&\Qi8U0`U5_,[%\X -s+4G8rr^dh%c?mX!l_7F^An64+oVH>ikj-qi8ikWgsjNg^8RZWN3/e)\$iT7P`s\RgA1`Ts*t~> -Zi:0VMhfsabl7\o7fD-FfDknMrS7Qa!!'A(h#S?;nQc/X.-n2?&P2b(!$2!D!,U3d!#b^@!FJ1< ->lkfBT&fnR>Zk5)rVmnI-N"aTrr]d02#g=2s8U^Ts5!bSs$rCT9oniFl2:PlppjX4)DM3Q-mVs+ -s8R[SjSo>4)%PQqrrPpq%)2cArZV7?rSu&MfB)Abki1LRgWHOtTUW[(Rag!@a2YsWgYMf+[/YX~> -Zi:0EYbS]*bl7\o7fD-Nfa@cd`SK@Q&c`ZgrS7Gjmf3>9la$R'q#CC(r3HB>ec5[fr3HB1aoDGZ -gZAG;L4k6VrVnX^-N@gUWup`-2#g=2s8U^Ts5!bSs$rCT9oniFh#IENh#CUfJV8J+s8VSU728)f -Jm.:9"8>RkR.C7Yp$qUes8W'Ar;Zcf[aO!chVR2Mk2kX`n*8 -Zi:06MghZ)bl7\o7fD-Nfa@cd`SK@Q&c`ZgrS7Jk7IdhfFsu[_!>1=f[f@uWZN+gm!!!o7ZN4Eb -c*meZ$5hOZrr\"/K_kZI1:JV1C/1fOmAMlA:6,ASfEM<3!<)pfQN'[?nc7JFs8(ON>RZ1:IPCg% -njo5GW:B6dQrrU0@YeL/;rZV4>rq!VIh:UN?iT'.`kj7[%i7#`_U:@tKP)54?mF:M% -[/YX~> -Zi:0(@p5&pbl7\o7fD-Nfa@cd`SK@Q&c`ZgrS7Jk!q?Hq"=WTB!>,M3"oo/2ZN+gm!!!o7ZN4D9 -bQ\+K(u+0P",;J^qYgFL[jM,i:9,K(W&4NLNrT.3"omEZrVoBRs%SRF!8RVSqV;*U%"X(\0`V1B -Qph`Ts+4G9rr`!k!1oXi`5g"Y9=iT94sq -l2M%Nhs^UFj59G*rSI\Gs7ZBJ#4hfom,-^ikPkn^ZEi'Wrr)irrr;usqu6cts8W)ts8W)qrrE&a -rrFW>r7qZt!!!Hc2$*aXC&Hcf(]a%+!%@0>!"o#-!"Jk4!,U3d!#b^@!+3kL!WZ$ohZ#@?-NCdn -5@FMi2#g=2s8S)_s5!bSs$rCT9oo#kAH2\>!<+4;s8T/Ss*TCts2>$=Jm.:9"+(#7rUTsip$qUd -s!%I@s8Mu<]!g8Fg>(ZFk2bLcmd]W,l/URMbd*UeW9Vpir:p9sG1$?i\rFh+rVm#'5!Dj2rr32D -9BcEUP\Tjj$g;On5.U^nd69`Yh#@1!-GJ,~> -l2M$pT$[N;Wh.o;rLO)>s5X$K#20%V`h&dNkPkh\TpUHorr2utjo5?37f;'K -DZBbH2)PF8!,;Ae!>n8q[fLY#la$U(NV^*a/GugSCt8Rd)>pfA?\6M2"(2+)r8.H/[jM-h'0fn) -W&4NLNrT->"omEZrVoBRs%SRK+CtNP\,cLQUAt7p0`QNOs8U%=s+4G9rr[TJ6N-KT!l_7F^&K;U -rVulqaLo+=gtLTDhr<\[lKn*-lL!ckgt99DVnVKEh#-sI#BnMps1433UAb)pY!,$HmJd+ia@kas -s-.9jrsS%05!HOWs3X"o5MZ8<"b!6IpKGr?s*t~> -Zi:g0MJf6frr)irs8N#trVlfrs8DurrVlWm!ri/sl2Lc77f;'KDZBbH2)PF8!,;Ae!>kq/#6=rU -la$U("o8H(%fEX5Ct8Rd)>pfA?NnXY!sAU"r8.H/[jM-h'0fn)W&4NLNrT->"omEZrVoBRs%SRK -+CtNP\,cLQUAt7p0`QNOs8U%=s+4G9rr[TJ6N-KT!_r_(^&K;UrVulqaM>RLiSW_[iSie_lKIa' -kj.Kmio@tobL5Y+iVE9K#BnMps1433UAb)pY!,$HmJd+ia@kass-.9jrsS%05!HOWs3X"o5MZ8< -"b!6IpKGr?s*t~> -l2M@.Wj_ruY,^=PWj][QYjCPQ])KGLk5EB$]==lhkl2n+YG6uqqV9e%fHA/"EE)lh#S@#nc&Wc.-n2?&]OVH!'0t`!,U3d!#b^@!FN7X -rr[HF:A*NE1Ue_2ruV6Is/7dSAcPLm!!WDZ!<)pf36Y*Xs.]`i?PBO@4!@s<1_QUY'jk<#UkNCpdlK@I!mI'K8m+^(Wg!oltq>U\THN4"MV7;6Y -rrpD+bl=VErr323!3H4p0fnt,'/c9Za#_NG3oBtB1\h"MlS@IdCAIm[~> -l2M>Q!%%Zs$ilaZ!$si\&]_?\1&aBB[/!l*1b/QNkl2n)R=B++L="Jurr2!7gYU`AgYUlEhVI)I -gu.&Hg=Oj'j8SuBrrFW>qqV9e%fHA/"EE)lh#S@#nc&Wc.-n2?&]OVH!'0t`!,U3d!#b^@!FN7X -rr[HF:A*NE1Ue_2ruV6Is/7dSAcPLm!!WDZ!<)pf36Y*Xs.]`i?PBO@4!@s<1_QUY'jk<#UkNCpdlK@I!mI'K8m,?mmfZs6jq>U\THN4"MV7;6Y -rrpD+bl=VErr323!3H4p0fnt,'/c9Za#_NG3oBtB1\h"MlS@IdCAIm[~> -Zi;9GG[XKpIa$6`rVbO"dam%%f%A[+f@AF)f\G07e^Mpli;qqV9e%fHA/"EE)lh#S@# -nc&Wc.-n2?&]OVH!'0t`!,U3d!#b^@!FN7Xrr[HF:A*NE1Ue_2ruV6Is/7dSAcPLm!!WDZ!<)pf -36Y*Xs.]`i?PBO@4!@s<1_QUY'jk<#U\THN4"MV7;6YrrpD+bl=VErr323!3H4p0fnt,'/c9Za#_NG3oBtB -1\h"MlS@IdCAIm[~> -l2M@.WjVfiWiFnLWn[ROYKl=2m/?qhf;ds2r6DD9kl2mrO[)T7H;8aQAQDuN<%]n(@"N68CikJP -OEuPEIr&h:G`):_rrFW>qV;.lrG;PBqV;/h@.F7.UaWRUPaA__Xa[U_N1[G_GlG#QK;c,_&]OVH -!'0t`!,U3d!#b^@!FN7Xrr_dC!-d?#1YRuks07"Ns3mA8on.[@e_^>oIK'8dI?^SJs8UJpIC&tR -jaDQWbC-euXF5MTp]'<&Fm/i-WX0^'nG`R_naa3i*rU]l,j=q[ppc%Wrrl6@s8VlPrr3\A<*B7O>X&(54ZnZ&Qp*0os8T3:rr389?2m9`iqVC- -rr3(r:0.&`s*t~> -l2M>Q!$V-O!!&JN!0mNV%r8WS`VofALB+UTokarkkl2mmFt,1%AQXbaF`Co4DbWMu??K^iBPMTt -G\M8JE+NBeE00n^rrFW>qV;.lrG;PBqV;/h@.F7.UaWRUPaA__Xa[U_N1[G_GlG#QK;c,_&]OVH -!'0t`!,U3d!#b^@!FN7Xrr_dC!-d?#1YRuks07"Ns3mA8on.[@e_^>oIK'8dI?^SJs8UJpIC&tR -jaDQWbC-euXF5MTp]'<&Fm/i-WX0^'nG`R/XK]57*rU]l,j=q[ppc%Wrrl6@s8VlPrr3\A<*B7O>X&(54ZnZ&Qp*0os8T3:rr389?2m9`iqVC- -rr3(r:0.&`s*t~> -Zi;U_\Z]pf_Z`S\_Z](N_ZZuJU"bWb[ZOt1Qrr>(WZN+gm!!!o7ZN4F@bPq\7/HC"Ps"iAks8T?P -rVt?6s7M"mIF[3SmX>*7`dO)J`rH(dI=8I%s5eZWWlogus/^WsMtd84I&^+U8>*,b158+j5]=ckj7g+nDi!erqZR!oH`Yo2Yae9rr3-uaoDD9i;W`j[o?N1 -eQb<9Hp'TMs-Pu'ScA_lC]=>>]3YG(T&TP%qu6TtUeXt`q>Ys~> -l2M@.]%-%LrrFW>mG.d[@.F7.UaWRUOHQrVX`h%WL7PZWDuR'HI&Fj~> -l2M>Q1_[cO+on(p!0mND$Z!3OIf?,JrZsi-s8V])kl2q-i(,aZ5?qE:H>[k-Bk:IS6U_\Z]L?VZ`SDWZ\G$WZZ#iL"am5SZOt1Qrr>(WZN,^1 -5QFXYZN4F@b5VS,-O-E3rr]A/!2T)`!l_7F\GmWK[^Mm6LpH*uf$)"=Y,eOuVlQu/`Qci^fAl2C -kPk8V##qb2ErWY'rr3!dqYL4+[sTh.JA"/BQi,$'hE1b^SH&V_SGrNnlr!f>>:MM!r;Qd'FSPld~> -ZMu0(3%6+(4uQ>A:.HQ_0gJJg8OkFC>[&[82`*NM<_u+9.6GuErrFW>mG.d[@.F7.UaWRUOHQrV -X`h%WL7PZWDuR'HI&Fj~> -l2M@._Qqh2b,X:lWkQ]nXl\`G\c08FrjKlIq>RGqj6?Rhrj#Ze9Po!'/5qUrBmZ&BUiN8\I@Y\A -@"3`]Ugo7VK4SMSjmo&2nIV0#WE?\:sq^"^&S?s5>@)rtMqsFeh8$55J\M>Yrjas8VBas0cG:rs5o-j-'H?dl?Cerr[.X3RR[& -J,~> -l2M>Q7i@.T?iZYY!'=d^$F$u>/H.X4r?YPFmJ[7hXQ][0V`H"W<-X6l>(qZAH'"#C;1r@aJoGTn -@q9;06thBb5X0YYrpB^d.n8p^!>n/nXq5P#Za5aVZa6cWZa5CWZa4TLZNY`SZa16uqQ9fKb-M+U -I*&MoS0%f.oU#R[XTAa&mf*@-XK]57*qlh8TV@>1q#('ir:opQkM!tdW1TH?PF/2Z`i7enq#:Pr ->#WE?\:sq^"^&S?s5>@)rtMqsFeh8$55J\M>Yrjas8VBas0cG:rs5o-j-'H?dl?Cerr[.X3RR[& -J,~> -Zi;eZ]L?V -Z`SDWZ\G$WZZ#iL"am5SZOm?:"TT%TZN4D9aTVeK!!5sgQi@/i!XGLgrrPpq%(QUd+iBqI)Kk:ss.Z -s6BXa[U]=:#dR=fP5kI/391#<")`' -l2M@._Tp3%jf7/2Wkm-3k5XVEm/?qh\Zbr1o&?\0lMpn`-*:?e=FXsn+I874I<;6.ODSfF?\aDr ->%`1iHmG.d[>Oh4pRjbVLOHQrVX`h%WL7PZWDuR'HI&FL6hrr3T0rVlcnq=X7Bi7QDq\$*4.rqQL(jVT`Fs1!@=l0HVS[HWulrr3P=L<(6Ts$#Th -j0VD6/]ai5rr3ZuK^#]hWTGPLl/tn4s8TDgqmf&gqYu'~> -l2M>Q7r)3,Z2g?V!(D*UZi@K7`VofA/e7XRf;J\Lkl2p!1djE:DKnsV^ZDNn?i:/.tlmJd2;7d]"4(d[\n&8ru'Z]L?VZ`SDWZ\G$WZZ#iL"am5SZOqofX8j`mZN4EZ -aK,N5*<8q2g&D-Pl1P#T!r;*Vrr;u^!;6?k!<2o\!;YFM"0)Y3T^Da\`N6;Xs8W)trsJc$TPfaA -_YO0.r;Q^.rr)ipr;$$TlJU=A`3ueRmf*"]&*4W_p&DOIl07NZ348":CB"5E[t_sAFoOYg+lfq$ -h(?^GG5hLU6%nL,.&l>Uam%tbnGiNp4o;cVq"k#@~> -\,RlTrr;roO!QM4:JF_7EG@s>;0bK55sI7^='SlY4ARY,/QI*d.l')Xm/I):7d]"3)".G8.'p7A -P-_KsG-eN0S[5Y@rj)`TVmE]Aq#CC(b-M(T_uKg7pt>ZKrTX"RrrW#\q>UEnklCDUrrE&rklCP7 -rr]8-#,(A`!_r_(^Ae`Cr;Q]qs8&R7Q&N]Zrqu]nrt58/rr)cjp$h8)f[@jOYdNs!q#:ld(bt^` -\9[?'lcqJtl'?)`rt)Yoa;K.#53F*LZq9(*aJX4\rtIbPl*)S8jsJ47k>:[Js0Flc\O-)fs*t~> -l2M+'_VM5llDi\7Wn[LP!p?TMrVm,]Wn$t>_lDbbs!n$1inq)*HuEL`E+Nd$^R%W5J>RI3>]=tH -D`WGP>[L]R>'ciu@;BSPrpB^d.n8p^!>o,4p(3fDZa5aVZa6cWZa5CWZa4TLZNY`SZa17WqXsnJ -b-M+UYK->>h^JP$f\6?,o,;NFrsbJ+eGo5R!WW3MSH&Wbqu?b"rSRVXr+cNkMs:6?s8MWi"o\;ln+-GNrre^Fs8UIF< -l2M)J8"'DX_#Tqe!0mH^!k/0KrVm,"!.aS"9)u![s!n$+g=2pG>XLRr87l1;U4P$lA!]qtl -F?sRu3^,W&3`q;X5Y4_DrpB^d.n8p^!>nK"a:NkMZa5aVZa6cWZa5CWZa4TLZNY`SZa174qT&Xi -b-M+UNlT3D[jV5Pf\6?,o,;NFrsbJ+eGo5R!WW3MSH&Wbqu?b"rSRVXr+cN -\Gn&Xg!\39DFH33)`UDV:5Wm82Ger_76F:B>[T3^-n[5)74^iH=Y)9cN;i5E!@pY,h#S?8nPp,Y -.'p7AP-_KsG-eN0S[5Y@rj)cUVmE]A62FR])p5Jf?Tc>."!dkBf\6?,o,;NFrsbJ+eGo5R!WW3M -SH&Wbqu?b"rSRVXr+cN -l2M+'_XjeAoW$aAWn[LP!p?ScriQOas4OZZXhV7,mf+g4Km7![SWdYH5\FqAD7Y$p?>u?LrS7H6pBgo.rS7Jk@.F7.UaWRUOHQrVX`h%WL7PZWDuR'H -I&F5."U"QNSa -.Ga=i!ql*S^&J]DrVcQakfSaWb4PH-r;Zfrrq??prqu]nrj2WT~> -l2M)J8(mr+hZ0,.!0mH^!k/.9rX9(*rf%X"#XBKDmf+d0@Sf-kE+qQT+[Kd`BqJru5['1M;.O3G -?#*PW2`E^opYl,Tj&c:1 -h -\Gn&M:-0sp;bAS[)_aodE^opYl,Tj&c:1hO~> -l2M+^o_n:OrUBX^nG3%_!;l]`#PnE"p@.SNoBlQ.o:D>BH?*tD<`EI!3cUp4@WG(q4'HEHIqF.M -I?%`PH?=7RE^2BWU_\Z]L?VZ`SDWZ\G$WZZ#iL"am5S -ZOt1Qrr>(%ZN4F@`W$,>Nt28IpY>cVdKdels7?;ms)]4NrVm&%%d3Wfj8T&[mfq+urrrD(*!&mo -lMgqYnaaEo%fQ>'o$YCd[CO2pg#Mi%rVllspAY3nrVj,&J,~> -l2M+EhY>LSqU+^-dHpi3!:p'8#OVQkjO)BQh!P+lnqr0\=\2@c7RL!O:N;,!=C=LI7U/_rAOp9A -H[9"+BP(XkE(Dul<+"2Tmf*;<7fD-C1%tYJZi/\\(gun6&>U_\Z]L?VZ`SDWZ\G$WZZ#iL"am5S -ZOt1Qrr>(%ZN4F@`W$,>Nt28IpY>cVdKdels7?;ms)]4NrVm&%%d3Wfj8T&[mfq+urrrD(*!&mo -lMgq)XK]G=rr!5rd_`T'\\uPAj7i?IrrE&lrrW2urj)QS~> -\Gn)MIX-B0/NH!O.Q9:B?>`G(7k\[97m9XH3CuSEAkPZm;+=em4>BJu6-T>rrrFW>rS7H.pAb3" -rS7Jk@.F7.UaWRUOHQrVX`h%WL7PZWDuR'HI&FrrPpq%)2c@rX8GQb/(d-bK\f'q>1'i!<2]l -!ri/tZN#F~> -\Gn&Xkj7a$UdRU03^$GH/6"ooZs[$-KPuX1D0Tl'A27,!@p!Pp;C=Oc=2+)%!@pYo57rt(tSZa5aVZa6cWZa5CWZa4TLZNY`SZa17_qYpOUb-M+U[DW"I_[ul-ceSO, -/o:RfRM>)f+IN*,"nijkq#KIRrrG]6jSoAO>lXjukl1_WnaaEo'`IF9WMZo/bfJ/biSW_YnG<+` -s8Mfns8E-#rr)f&s*t~> -\Gn&Xhr3VHN&*e.@oHoW5?Ug9TNPo)HrF^"9j21ABhMK=>tf-J:H(]k7`Oiq!@pYo57rt(tSZa5aVZa6cWZa5CWZa4TLZNY`SZa17_qYpOUb-M+U[DW"I_[ul-ceSO, -/o:RfRM>)f+IN*,"nijkq#KIRrrG]6jSoAO>lXjukl1_'XK]G='`RU@XJrM7bfJ/ai83MUnG<+` -s8Mfns8E-#rr)f&s*t~> -\Gn&Wda-@XE@*%l3\o57rt(tSZa5aVZa6cWZa5CWZa4TLZNY`SZa17_qYpOUb-M+U[DW"I_[ul-ceSO, -/o:RfRM>)f+IN*,"nijkq#KIRrrG]6jSoAO>lY=Zkl1]Z!"?R@'D0PW[(aB,dG!UAj65e"qYgHo -rqQNnrWE3"rVa,'J,~> -f)GpPnG3(Qq<7i.rr<#tN&*"()(/3-3'SiBIodj? -q:u-Q!!(UGh#S@#nc'/r.'p7AP-_KsG-eN0S[5Y@rj)cUVmE]A`VTT7;>W?S/J7+r!@JcZ/--h1 -q`+[5_SZ$kZN#F~> -f)GpMe*d+^mHFR!rr<#tKebMY91a8/@p3#.O`=2^=]&F,7po@b8m6+^E+si!o57rt(tSZa5aVZa6cWZa5CWZa4TLZNY`SZa17_qYpOmq`+[/&`tVF-Q2Y0!?W3V -3<:qQ_Z'f-EWl\\l/)FHJJ/"_5Z@^_!o*VP"B:6R!9=%X!GHW!*p^rt'VgZH_]kN;1(rr2lhrrE&(s*t~> -\,RoVs8Mt>+rr*\-rDul2``^38i8@o4\S@)8jFp\4]uH&U_\Z]L?VZ`SDWZ\G$WZZ#iL"am5SZOt1Qrr>pn3<:]Djt$N\)>>Z_*uXr9!AhU0rrqh2 -"UA])hZ!n5'*%ts;uck!g\_!R!'J6`rrPpq%)W&Er>,;1eukmM\A657 -f%o -f)GpHWo!KPh<"YapMMrX-Rg`1)b4$g/n.a/,W/V?EK>?+6q'LZKiM8aIUa -f)Gp3!1`3ZRH=GqpM``q:u-Q -!!(UGh#S@#nc'/r.'p7AP-_KsG-eN0S[5Y@rj)cUVmE]A`Uj*1fH]Ob!LcFNZN4]W\Gl`L+93=- -qA%&a.*!n[>L"At$O!9=%X!GHW>rs8P756)RW!!$ctrrU0@Xi%gic2%>5 -fq4CrUpI_Ocdgh.gtbJdm-O36rViYnJ,~> -[JqZSoiMhA -g"t`Ii_5j2mI9iKV#Pr~> -nGa!^kO8HMkOe-(rVuohkO&9K)YE4UqZ$ThkNT#'rTEkPkOe-(rVuohkP=<9o)C*,9ftE[-8.8! ->>e6S>ui[(+Zq/9;c,qb?;OU%BeqZ$JPIdA3GnQZrrFW>q:u-Q!!(UGh#S@#nc'/r.'p7AP-_Ks -G-eN0S[5Y@rj)cUVmE]A`Ua$0-'dZ""e%icE.rE2ZN2DN[f6JH#llfcli-t_r^[%fqu6anC7#2( -rrF-dr;Qrk!2TDjj8JuY.!=eS$+2_m#&)`Z!!$ctrrD`.nJLotr7I'_M4( -nGa!/\'P*O\)537q#CBK\&eRK)W/$5nGiOK\%D^2pp]5Y\)537q>^KL\*g`koD^6uO^-?tVbpGAL2B.OK-1mf*;<7etjB<<*$Mq:u&g@.F7.UaWRUOHQrV -X`h%WL7PZWDuR'HI&F@!@=#oZNZdcZZ(V?qm-;MVmcU.C^C(uYNu2gr;K4erVQTs:26." -rr3!>HMmdHnc5K]!9=%X!@W*Trs?(m!![,jmf3?&kl1Y%_5nKhrVY?2LQS73]>D\=g#1r\hV>Nt -na>T1V#Pr~> -[JqZRmPQLX7n#s4/4_?`1d=/X.P!S42EO2_3A`]U5YX$l?WKNL,90bZmf*;<7etjB<<*$Mq:u&g -@.F7.UaWRUOHQrVX`h%WL7PZWDuR'HI&F@!@=#oZNZdcZZ(V?qm-;MVmcU.C^C(uYNu2g -r;K4erVQTs:26."rr3!>HMmdHnc5K]!9=%X!@W*Trroei!![,jjSo3T_#P<T1V#Pr~> -o)C?Ac`OUWk5)*k\>m[NgT\,fdf8jEZ`q4Aj0,blWo!KMh"dt`\>m[Ng9.cpWos!R"oddR5rp7i -/0@c"LhpaCFBgRtG`k<[5tGp)EG&$X90cQ`;_9:V;X3]M!@pY8h#gXW!7pu%!>o57rt(tSZa5aV -Za6cWZa5CWZa4TLZNY`SZa17_o)A_eI-7g>RRFKHs,R#`!j=$G[JpHf@h/W$Z0LBL"/-rF>lOa3 -Pnq.6s8Vk&$gdZhj8T&[_@+fYrs\b2@06Kj[K$9q!!$ctrrDf0o,79$n#C\dNLm;d`6QrgioT7m -k4[g&md'!3V>l&~> -o)C?>E![]oZgRlR.0*WQOqAuEGQ659)A,7*WXfpV!1`0OQ0eQ3.0*]SO:3*f!4_Y#./r:)8o\uu -G@=cUHs'o^CJ7,qCP5DX8kNi3G@!R14Yf2m7lW4J:[@HK!@pY8h#gXW!7pu%!>o57rt(tSZa5aV -Za6cWZa5CWZa4TLZNY`SZa17_o)A_eI-7g>RRFKHs,R#`!j=$G[JpHf@h/W$Z0LBL"/-rF>lOa3 -Pnq.6s8Vk&$gdZhj8T&[_@+fYrs\b2@06Kj[K$9q!!$ctrrC?\\/EHgn>q%oQ)1h&`m32kj6#Fo -k4[g&md'$4V>l&~> -[JqZRhD-KH84Z618O$fW9gr&B2aLDZ1bgX97n-KI.lf1-0/bjB/06_6mf*;<7etjB<<*$Mq:u&g -@.F7.UaWRUOHQrVX`h%WL7PZWDuR'HI&F@!Dn1,ZNZdcZ]tKMr3HI../((K#2Wi#!]dON -j8T4T,@+RRrsY/.^]+95pgFQsq#KISrrU%Fdd6ul&~> -o)C?8Wn%$\])&GSrkPuAZ,-IfYkGK.q<=p%\[V@eWo!KMh"dturkQ#BZ*X;RWos!R.fHk89.hG8 -.4Zc@Gu$t+2`<*c>_7!DFCJR4M0WH>>uOKg>:;]r8`p$(n@eoG7etjB<<*$Mq:u&g@.F7.UaWRU -OHQrVX`h%WL7PZWDuR'HI&F& -rt4cg!DT)S2?pViq#H;BS8AgDmJdFeS36iQ1TUNSrr_]i!,AD2)#ha7IYX5bZG=K.f\GNNl0@d( -o^;2 -o)C?$!.jl(1%,*crBhn0(.A1F&`Y#EmC`O-/h#tE!1`0OQ0eQrr';_-'cQR^!4_Y#.fQ_F;K6l) -G[s':Bi7r26UX.CF;I+0aDHf:l4>AE<6Sq@]5j83'n2gXX7etjB<<*$Mq:u&g@.F7.UaWRU -OHQrVX`h%WL7PZWDuR'HI&F& -rt4cg!DT)S2?pViq#H;BS8AgDmJdFeS36iQ1TUNSrr_]i!,AA1(X@njNh3;\_o^?[h;mhblL=-4 -nF?,7kGA3/~> -[/VPO-Sn(Z8Okfn5uU!968UPS7m^WK83B7=?s$#R1G't#-8[2;+XlFNn,ED=7etjB<<*$Mq:u&g -@.F7.UaWRUOHQrVX`h%WL7PZWDuR'HI&F&rt4cg!DT)S2?pViq#H;BS8AgDmJdFeS36iQ1TUMJs8W'7eX);`WOBUcd+[@8k3M9s -nE]`8nFGf*V>l&~> -o)A^?r2L%fWnIEm[f3;VrVmh>d/X-X_QqAbor?mCWndEMg&K($rMnEJl`0.>s!n#^3)_[d0/YS$ -M6+9cTkkep6>(IWH]E#;ASc4)I<9!t8R*Mj1K:@Qb4)D3*Cfk\"'#=$f(n,&(gun6&;_mCZ]L?V -Z`SDWZ\G$WZZ#iL"am5SZRBb_rrLt2kHb>\7'h2ZJGc_SC2'pP#N0>C!!#a-q<.bZJ5GP/rs65) -5s\Gls8Vuo5llc=n,E[BM%fpr9mFD?rVlug!!$c2ru:g6H@h-GWO0L_e(NR -o)A]Aqu@#=!0$qZ-2dgnrVmfEEW?%q8/Pn;huK;0!0upONrN*,q>c*H_Z74;s!bNR=Eo%8HXLH3 -P+bd/BehA3>\$Z7BObIN;,:%n;F3)i5VOi:5dUH#mf3>Wq:u-Q!!(UGh#S@#nc'/W.^QICP-_Ks -G-eN0S[5Y@rj)cUVmE]XDt.$Q(tOm_opN^h -[Jq`UW?sMk77Td-:hP3*4_.VB-9"Ih5"8F>69mOr6;'X(-RCW"-6Y(o57rt(#:Za5aVZa6cWZa5CWZa4TLZNY`SZa2&uo)AaI1$>kHRRFK.EIdtn!GZ>Qrs.Is,ldp> -^A6sl!e=,4r;R&76pX+;b5_M=r':@=r9sXkdtnb=#u5c\m[jFtqm23FSuoQ?bgP8'iofUplL=N3 -p%.hHgACmKW;hA~> -o)C?(WmgY.m.dU6s2VSIY/LA%f`/7lr:I>8ZFg"mWo!KMh"du's2MPHWl4heWos!R.fFKP;E?cu -6VVogTW:tpBiTb4NbE*ECM?a[G\(8j>[C?);`?fl5Cia\n?`3<7etjB<<*$Mq:u&g@.O=0gik9T -Z`gR=Za-X)9ZRCs(oD\m\+Bdo3!DOd5=og(?Y5\dtSgFXA*,3+``;^8Di.Nfl -!$$LBSH&Z&rVlug!!$c2ruL0`I>3iTYIVWreCrd>kNqX)n+$#@p%6turqcWnWrIS~> -o)C>J!.3YHa6EY`s&UNF$Vp`-MuOSXp"^Nc(c1f[!1`0OQ0eR3s&CHC!)<3C!4_Y#.fOE`>^1O? -I;?,QNHXC2r?!^c;AkGAQ0fMBC,`M_Hn/hZ77etjB<<*$Mq:u&g@.O=0gik9T -Z`gR=Za-X)9ZRCs(oD\m\+Bdo3!DOd5=og(?Y5\dtSgFXA*,3+``;^8Di.Nfl -!$$LBj0uMarVlug!!$c2ruL3bJ;fhkZb49$e(NR;kNqX)n+$&Bp@[2#rqcWnWrIS~> -[Jq]S=t)?s6q'[>=^l8i4Es=c=%d-q5tF*s4[Vq&0/#%9-mg5k2]WZVr9sXd.n9?j"'#=$f(n,& -(guq7&_qR\Za6j=Za6sApf[\IRBHPqnX_'3!$#^d -qo&LCr8<5_$32&qg7JQR^7P?Fkad^"TWPlGcdpk.ioTFkmdBQ6p@e:UguJD1rr/qtJ,~> -o)C?@`im1^hYO8*s2VSJeZHWnb5^.p\[8mAeuH6^Wo!KMh"du's2MPJbc87SWos!R.K+ui@So]b -K1SXIH%0gS@8:?YD_>UKGATKbQ"X6#<`NC,;hL,Y3cb/errFW>q:u-Q!!(UGh#S@#o)AcFR4IU0 -""9Rhbk(i7cLnjO?"E_a!H1^)]`@T'rs-VN#ljrcM7:S+!oAo!rW!3g[djCtSH&Z&rVlug!!$c3 -ruV0fK7/T=T -o)C?;<=_D0SaQQ;s&UNHJI"R\?iQ,d/KHA+K)dA,!1`0OQ0eR3s&CHGB)jXd!4_Y#.fFWfFFJLc -Lg!&8=C5!'<)-8#ANO:;E,%pNI8)X[2DmTV1N\$j,^01dnG`M>7etjB<<*$Mq:u&g@.O=!KpaIW -ZNDVDK$ -[Jq]Q>Ur?.2c!pG1H%`u5Y?24\SF82+hIB0.SP&0.J2QCEOR#qX=Fb.n9?j"'#=$f(n,& -(guq7!em$mla$[AR=`ZSrrC@;]`DDLpk8`e:%Z+!nZ2Zi2>mLV3Jk5drrV&:4T5 -nGiOF.d6p2hXLR0j8]/=hW=b:s7"n%q#CBUhWitgr8-uBhXLR0j8]/fkFDK1\kB7c@o6;1?\=B/FZKJG]'o'cSZ.n9?j"'#=$f(n,&(gut8"5%sg'C/*j -*LW=HnE9fPI>@U(!L@DgrsAV/?8MW_"%\s'd/OI3`+0D\!!PHMlMgb^".]Dl]`%j4mf3?&VuIh8 -\U8dZPb,%f_ogH]gu@J[mI0N3mdKQ3j3RZ#s8AttJ,~> -nc(3?SX[7kq4#h4]rM,3Vjjsis8LE8S*BtPZ(&Ouf_(`apm]b4]W;)3VOO%T\F]_Lg4tWX_S0i> -D-U(ABhq;m3EU9G7o2igB4Q"7?mdWb3&`ZPEcE`XA+]6i!@pY8h#gXW!7pu%!>o59rr^o#R1nmU -" -[Jq`.A7KV"GWfA584,aH4>f5S8m5a`2`=<':g%X2,9n]j/1N/R>Ug^an,DhV!@pY8h#gXW!7pu% -!>o59rr^o#R1nmU"M6TDou1^P@c6UTM/Hc.(J(iT01cmI0N3n*o`6j3RZ#s8AttJ,~> -b5V\FaM7JbZ1ISe.EKH^hW3g/Iq!k:@8oHh6nD`GFFeRKSZ-@^?%PdYA7f=V=`B3X6;5bprrFW> -q:u-^'c#?rh#S@#oD\oMQC3BkJcpgrR?+!,rrDB`k5fRXpp1!e?Mrsdpn%KoqmLbt&-)bY2ho?8 -q:koWlcOrh-5$:_(gjW*q>UQdg"H&srr_]i!,AG3*VQRXH%V9QYIMKmdb*@7jlYt!mdKQ2n*f>Y -q#C>ms*t~> -b5V\E>!D+:(>AB[.DD4QY-kK4J73%Z68p#D4#U6"Bl$[=G(`h>=D]l]6UjL/4C*4h.88=]rrFW> -q:u-^'c#?rh#S@#oD\oMQC3BkJcpgrR?+!,rrDB`k5fRXpp1!e?MrsdpnRj$2#ns&s806M-P-7Z --9$\!kP.'Qqt0OYrVlug!!$c3ruLj9GC547VmO+Sb0ehqioT=in*]Z5 -nF?&2aS>f7WW.J~> -[Jq_bH]=2RPrDr@;`-E\'.5F`897d46oJ:^4'b'U/N#RM2`!'QAMP>ccMm>5!@pY8h#h+$("`9; -!>o59rr\.ER=jgW"GW>4O.Ye=!:0UH!HEniZN6@ur9"(TU]1o`!%%[FqmLbt&-)bY2ho?8q:koW -lcOrh-5$:_(gjW*q>UQeg=l4lruLm>Jr,\cYJ%p"e(NR8jQG[mn*]W1m-a<%aS>f7WW.J~> -ao;M>bK%Zko)C2?YfkDDgeLU8I#*-"I -ao;M1@TQXTo)C20KqY9A[7tXCCijE%?=HPiA9MBfFbY@'F^\0H?XmDS@VomZ81m(`e,Jk:!@pY, -h#S@#o`"sJF6&_iFPQ9`!&XU:!1*Dd!206Q!?\qKrrP%X-2[]EkG20Ar;[![89h)3o&]lT^o2WO -8.PV!!uP*damK*1mf3?&VuIe4[W6JAP,5Lr_TU?Zgu7>Wm-jB2mdBZ8f!Y8Nr2K^H~> -[Jq_=BnqA!QT%Gt='nut4\e0m:gQmg=(u,Z?;N^H84Q$<8Q/MP1F>13ao1`/!@pY,h#S@#o`"sJ -F6&_iFPQ9`!&XU:!1*Dd!206Q!?\qKrrP%X-2[]EkG20Ar;[![89h)3o&]lT^o2WO8.PV!!uP*d -acHHBq7M-,NL[/a`6HichVmSZkNq[*md'3-m*rH;rVWYpJ,~> -e,KI!hW=bdV*n0\@<#@N9p2,qNg#5k;N#0T3Fl`7?".8DBkU+@5BK7h8P38t:T3a^!@pY,h#S@# -o`"oIigBglp[8%]3pa0R>J$7%#5n.mPs$r;rW!$+$48ZiC&j"\b5e^EC&hT>$312-!!P)6Fen^* -o)AgXbKKGSrr_]i!,AD2$fm7K;I!p\JruRsVZ*P(XK/:rU7Ij=L5!D?qu3SpJ,~> -e,KH!S`Tl$PU81C5#"dp=*B7.Df0DX8o[im3*g<9D-Bk@A8YO\8RtCp;c$\/>.=M#rrFW>mG.d[ -@.aI!LuOg'Gk^Y+!'9JQ!F*12rrP%X-2@KEr:R"R4Z!iO!!A/53OIVu?rhp:-X/MkhSXkt!KtmQ_ri,pJ~> -[Jq_7*@N6f2`OJoA8b7D;d1q:?U67n4@MY/6pW\$:,PNi9J8=d1dtSCU]0c_!@pY,h#S@#o`"oI -igBglp[8%]3pa0R>J$[1!]9s(q#:Qror+-=1_]ig!sf5@2?%=jL@iXhY5W/9?N(93"9&9(0f4$K -p%\+X"7+1Tnt,jhkE&qL@;UFJQ(b%SriHX2X/MkhSXkt!KtmQ_ri,pJ~> -e,KHWa6!=NZ:SV1D/"*#@qB%NI!SXX?WDH(3ClP9AoCsjmG.d[ -@.jO#gj%hH!L&u?rr>+HZN4:BOoGUFe$*k5;Z7:/&+BQ!#Q>>?.<9I1e'n9_rr\el!5/:1"7H3i -C8_(:rqG'GR$3c"rKR>JrfmqYQ^aP>V5CK -e,KFp=69H3SgZlb9g`$,F`_emG.d[ -@.jO#gj%hH!L&u?rr>+HZN4:BU]1BQ!%%49"ln(9EcP(W&c`I3!!!9'&dBe*Eida=rU'Uej0uMa -rVlug!!$c3rs/PtfW1C'Pa264'9e]IPa%H!Q^aP>V5CK -[Jq_A+#,H11Ial.8kqcW=u\3".n3Mn1+OnD4?>_Y2D$O40J5C?0c_S\L&UTA!@pY,h#S@#p&>'J -GiG+lPFCq>!'9JQ!F*12rrP%X-1_'>j3t5QE`2lL!"\Q!!!iK9"t=S5XOGYsmJd9\"pVf6rs/Pu -fW:I(Q'M?5':5,TR$X)(Q^aP>V5CK -k5Q.\`5LI2s5Co7cMcnDkM-$t`6>R.jo6fi@>T6%TU]t\O,T'YNfTC;R\Ha4Pc1^NSWo;$P+nS( -L74WpSro_9O8JGH!@pY,h#S@#p&>#mi-t`Qmf*8Dlo+qb]86IenbKEjJsQ8 -k5Q.3:/7,Ss.rIcD#1P7[Zpfo:1Y>Fjo6fT5[dZ=H@gR2QBIMoNK9$O>[qYgEc,c*?sm8I?>!YF -:1@[WEE6X\@/TNo!@pY,h#S@#p&>#mi-t`Qmf*8Dlo+qb];,B-2#nrerrDTbYlTHBqQU%Ij8T5A -\$t`&rr_]i!,AD2$i^,&qtp0_q>'d^r;QX)r;6?gr;-BjqYL6krr;qss*t~> -[f7lWALg89?sdJKH@'mcH?jgW;C=7Z5"%@j0IeY'.k!,(-6Y,smG.d[@.jO" -X5JI-HLCe52!d.%*4r!G!]9s(l2LbRq69sPQMRidd,Y-.T*>M6TDo?!r;6?dq=aLUp\+O`rr*E* -qtg6gqYgBhqZ$Qos8AttJ,~> -kPl:bX2rA^m,kCmb,X4NWk%?TX22ZQa6!=.G]An"\Da -kPl:?"Bnq.`No_Y?iZCT!%kge!_#Z\=69Gf>#T3CMm/;?rql^7oSmg4I>!l7Ir]CIBkD=%@V9Cf -A!hp\ARfEPnG`M>7f(p@cMk3O^A6Rc(gt,Y!:oIE!;iPk!]9s(\GlZp`5M0Drr_]i!,AD2$iU#% -rVlcprquZmrr2rsrr;p'rqu]mrVlfrrr/qtJ,~> -[f6X34ulM0CPcnpqYhGs<]`K4A8OV(3&WfR002!C/i575EEanF.l@"irrFW>qV;.srj;a?q:u&g -@))^Ao'>`EqkO/m2#nr4rr]J]1Wc6g!WDoor<<3!r;6Kmrr;uss8<9'r;?Nlrr2rsri6!K~> -kPl:GX82_FhtQ$^bc9@NWq$,2ZMXO+a6*C-ret?3CNG/SdJEk^qUX*BeumBNeC)anccF8Oai2-2 -]@Oa*ZETu!nG`M>7f;'Dg0P`t!!3I)^&-Ud(gqppJcGEC"7H3iC8_+2rW2rrrr;uss8W,u#64]& -rr)corr2utrr2utWW.J~> -kPl9C!po`:T]Vo0AH7^S!7_$S)=mA?=6BMgrGG8;=BoWWe,'(`oqIkASW0eDS=?"?SsPn6Q]mVp -O1:sINf8VgnG`M>7f;'Dg0P`t!!3I)^&-Ud(gqppao;E"!%"lL"7H3iC8_(7rr)iorVc^(rVlis -rr2rss8Muprr2otrr2otri,pJ~> -[f6X1;D(9n3_N,dqu.T8k\XpAB53?:An,@`?W^ZB?7f;'Dg0P`t!!3I) -^&-Ud(gqppao;E"!%!3rci4"Eq#CBn#64]&rr)corr2utrr2utWW.J~> -kPkS3X8W&/m]+.KWnH.,p]&@Bs8TOJk5PPYNL/DurqZTorWiE"r;Q]nr;HHks8E)uqu-No!WN&e -rrFW>rS7M0<;HRq(qfe&!>o3qs+14Crr_]i!,@)bZ2]=~> -kPkR/!r`-0bQ(.I!0*3CkPng0s8OBHk5PVZEI$(5rq?@$rVlcprr)iqrVZWnrr)`n!<<#ss8DHe -!@pY^O5]_pRd(gqppao;E"!%"lL"7H3iC4ZDis*t~> -[f6[,;cM!>r;6Bjrql^#rq,sYp\O^\rq?fqq>0sbq"X^`rVQQkr:'^e.n9Kn!SgZN!!*qLr7qAj -@"J@"rrP%X-%Z)Is4mX)~> -kPl:XWnQaDjk$O$iMtScWqZP=X4>h&a6!=&O.t4ts8W)trrE&hs8W)urrE&errFW>rS7g^!!#$Y -afIW*!)WUL!>o3qs+14Krr_cCf_,4C"7H3iC4ZDis*t~> -kPl:!!0G#5ZA/G*V#ZL>!9aAu"+l70=69G`FbJ3-s8W)ss8W)^rrFW>rS7g^!!#$YafIW*!)WUL -!>o3qs2k9B2#nr4rr`/jo_e[f"7H3iC4ZDis*t~> -[f6X4?=M.Xrr)iqq>^Kns8E6#rVc`prVc]os8Dus!WE&srpKde.n9Kn$EO4-3N:-%4TGIYr7qAj -@"J@"rrP%X-+NsWnCcLfJcD_LJ,~> -kPl:pa/lA[roC/^`2q\JXS;bk^oXlHaQ -kPl:kpT5m82@>3>hereH^:aSu8k7fD-FK`D+MrnR\)+9X:oh#S@#dJj7H -r;Q]srr%EJ"914Y-+NsWj0uMarVlug!!$bbs0;TS~> -[f6I.CNo]trrFW>rS7R0!!&nqh#l(J">0Q-!>o4lrrN,srr3#urIOtNs"sd&\GlZ'"pVems/H$K~> -\,QU1et1.caSu8k7fD-GK`D*Wa7eJcE+W".]Dl]`%j4mf3?&JcE"TJ,~> -[f6HYK#%B,rrFW>rS7U1!!$6Dp>#`d@+"uTbB*[_!Qh6jrr`9Y!%#/T"66l"m/?qdmf3?&JcE"T -J,~> -[f6EV@BITM!@pYM6JcD_LJ,~> -\GuU."5f -[f6EbHcjD/!@pY -[f6HbA&/)brrFW>rS7e+$31&;)-1U\eGJ&&(gtbk!R#Q`rt!i#o'>/hs6o[]k5XTDp#D)4!]9s( -\GlZ3-76``s/H$K~> -[Jp -[f6I/l1b1urrFW>r7qCK.Jj)G-a`g-!>o4lrrL;arr3M:Lmg&*(q#(-s$$Hm[ZHc7rrP%X-*[CO -mf3?&JcE"TJ,~> -[Jp -JcGQG!@pY:h$MlMLd3g!!!".jrS7Jk@+"uTbB*[_&%.4^U]7!XKt..Hs6N-CpOW@Urr_]i!,@)b -Z2]=~> -JcGQG!@pY:h$MlMLd3g!!!".jrS7Jk@+"uTbB*[_&%.4^U]7!XKt..Hs6N-CpQ#7T2#nr,rr_]i -!,@)bZ2]=~> -JcGQG!@pY:h$MlMLd3g!!!".jrS7Jk@+"uTbB*[_&%.4^U]7!XKt..Hs6N-CpQ#7T2#nqRs+14* -s*t~> -JcGQG!@pYZi/\\(gtbk!R#Q`rsuMnR\TnUSV=TR56'gm=oEpO_Z'_bKS87] -rr_]i!,@)bZ2]=~> -JcGQG!@pYZi/\\(gtbk!R#Q`rsuMnR\TnUSV=TR56'gm=oFB\!]9s(\Gl[% -gt_W%rr_]i!,@)bZ2]=~> -JcGQG!@pYZi/\\(gtbk!R#Q`rsuMnR\TnUSV=TR56'gm=oFB\!]9s(\GlZY -LPOf=s/H$K~> -JcGQG!@pY -JcGQG!@pY -JcGQG!@pY -JcGQG!@pYo4lrrD?`QOoYFcIU_Lf[oY[X4.*PrSX],s2+d -JcGQG!@pYo4lrrD?`QOoYFcIU_Lf[oY[X4.*PrSX]9rrP%X-+NsW -j0uMarVlug!!$bbs0;TS~> -JcGQG!@pYo4lrrD?`QOoYFcIU_Lf[oY[X4.*PrSX]9rrP%X-+NsW -T*>M6JcD_LJ,~> -JcGQG!@pYXB9mf3?&JcE"TJ,~> -JcGQG!@pY -JcGQG!@pY -JcGQG!@pY;h#Y\Nqu?d&@bL\8!>o3qs+14Crr_]i!,@)bZ2]=~> -JcGQG!@pY;h#Y\Nqu?d&@bL\8!>o3qs2k9B2#nr,rr_]i!,@)bZ2]=~> -JcGQG!@pY;h#Y\Nqu?d&@bL\8!>o3qs2k9B2#nqRs+14*s*t~> -JcGQG!@pY:h#Z-4rI"[aqV;/h@"J?/s7QBomf3?&JcE"TJ,~> -JcGQG!@pY:h#Z-4rI"[aqV;/h@"J@"rrP%X-*[COmf3?&JcE"TJ,~> -JcGQG!@pY:h#Z-4rI"[aqV;/h@"J@"rrP%X-%Z)Is4mX)~> -JcGQG!@pY,h#S@#JcC<$rVluMOceZ%rr_]i!,@)bZ2]=~> -JcGQG!@pY,h#S@#JcEjl!]9s(\Gl[&i8FA.rr_]i!,@)bZ2]=~> -JcGQG!@pY,h#S@#JcEjl!]9s(\GlZ^Pa(3Zs/H$K~> -JcGQG!@pY,h#S@#JcC<$rVltj!!'\1rr_]i!,A,*#6"J`UqbURrr*3%rr<#ts8W)tqZ$?i\,Us~> -JcGQG!@pY,h#S@#JcEjl!]9s(\GlZk\$t`&rr_]i!,A/+#QF]$mAn7bq#(-jr<*'!rr/hqJ,~> -JcGQG!@pY,h#S@#JcEjl!]9s(\GlZ'"pVf4rrN,trqm'#s8N&i[aF=;rr39's8N#ts8Muqrr2os -!<2cl!<0M.J,~> -JcGQG!@pY,h#S@#JcC<$rVltj!!'\1rr_]i!,A/+&c:[F/IE(22ck-\Q*&-gnG3(]s8Dr"s*t~> -JcGQG!@pY,h#S@#JcEjl!]9s(\GlZk\$t`&rr_]i!,A5-s8E]0lA[S/'d>_FI$:/.aQ)aarVukp -s*t~> -Y5\S&s8W)t!rr9!ec,Y#7d]"4(gqppao;E"!%#/T".oc%^7G<(rVud/rVlfbRn+hW3`C0aU8biR -lh(/Ur;QZnr;QZn!<0M.J,~> -Y5\_*rVc`mqu$ElfDbk%7d]"4(gqppJcG]K".of'^A\'6mf3?&U]:An*W5WO4U26'',DQ3/iQ6u -@;^ISX1m3Pq"ad_r;HWmrrN-!rr0J.J,~> -XT&V+rVQKirr2rtrn.5O.n8p^!>o3qs2k9B2#nr4rr_>m\aB@q"7H3iC8:h.rYbUV5R[u1',DT; -2Esu@@W-^XWk?jHpA4^crr2oss8E0"rr)iq\c70~> -Y5\S#s8N#q"9/8srmq)M.n8p^!>o3qs2k9B2#nr4rr\u)%DSM7+o_E -Y5\q,l.*hk^rkF!rVlcpg&D('7d]"4(gqppJcGEC"7H3iC8:h/r$B3G!sfAH&/?'-/icC#@V^%1 -It<6'HZa.AFc)s-f'2o*qtg3err0M/J,~> -YQ#"0qs`h.ioK=kp\k*CrrFW>mG.d[@"J@"rrP%X-*[COmf3?&U]:Ak+i["W#RLnO()eGN3C["X -C3"NHIXcfkEc#] -YQ"q-qss"1i8NhdpsoBF.n8p^!>o3qs2k9B2#nqRs3^irrqlZnrm+UW&JZ-'+so$39itqGG^tO- -P*V>mM2$hKV74V*o)A[fr;QZorjr,[~> -Yl>13o>[r7Wi2ksYdVsHrRh,N.n8p^!>o3qs+14Crr_]i!,A>00)jXQ*XE#Y%M'0f*%*L*9NP_C -G_1^*Lk:&"Ch-jO9LLs/ -Yl>44o[V@Fi8N\UjQ>_&rVkLM!@pY,h#S@#JcEjl!]9s(Yl=go!!$c1s8W'KgNjkH#RLkL'Gql? -2*ao>@r6=:JqAZ)HZa.:?s$2q5Y#"!LQ%P%d-C?(]DmB~> -Yl=h)p"S!qgA]h0h!"S5rn7;P.n8p^!>o3qs2k9B2#nqRs3q!$rr;uqrn`5T&eYio*$Q^\2a^;B -@V^.8LQ%:YNf&RCIX#gF@Tm/\M3XI&]%HHHr;Qp!s8W&s`;b>~> -ZMtL7rpRV$WiE/'YHY7:[_:Jkg&D('7d]"4(gqppJcG]K"59?Z+6\3]/T@-6aEJ(FD:KH^LA)aQ30lr5AVc~> -Z2Y@6nBK89i8N\Tj5oIfl14f+rrFW>mG.d[@"J@"rrP%X-+NsWo]5*.rVlug!!$c4s#L&Wqr`q^ -"pYA>$kO$f*$d1!6rI3%D0C>YJq8;pEb]8p=&D=J3&<-7,T[sI/Oa-$T;AmAm/?k\`;b>~> -Yl=mte'Zt(f`'S1gYLfHmf!1brnRMS.n8p^!>o3qs2k9B2#nr4rr^uJT]W!Ks8=tUrr))C-O^Fn -&JlB.,UkH085EH!Dg$VbMN*XRM1^8)F`(nu<`)OZ4utMV1.,5ePcCq!g%>:@rP\_d~> -ZMtU:pUQ3\Wi`D,Yd1UB\$iuooDedErrFW>mG.d[@"J?/s8Ds"SH&Z&rVlug!!$c4s#L)RW@\>\ -#R:\D$OdU_)^I1#8m5hJI=mE:P(nI2FDkSi:eF#61G1.'+WqaC(DRVt&.AgO&1CZT`;b>~> -Z2YF0`Ne7WiSrq[jlYakm-F-o3qs2k9B2#nr4rr_;j\*X(n"7H3iC9%=5r]'eX -/-Z=a"pkVH&JQ'&-8[kY=CZ5nIYET7IX-$TDdlsO:I@3$0J"Ut+s.gD(`*o$&If3b0Oagrs*t~> -ZMtU;prKbng=Y'3gYCWBio/kZqu?ZNrrFW>mG.d[@"J@"rrP%X-+NsWT*>M6UAt8l3dFAm/)+7m] -ZMtU:j,on3XKAY/Yd1UC\%&u^f(AssrrFW>mG.d[@"J?/s8Ds"SH&Z&rVlug!!$c6rrrE!br#k7 -rWt=e$OdFR&f2Q81-A-1A8umGLPq4RN.6.nAlV_t5rUSQ.4-5\*#fe6(`*bp%LrmV)Yh8NJ,~> -Zi:a=rT's)i8WbVjQ5Lckj%R(nalYWh#@C*7d]"4(gqppao;E"!%#/T"66l"m/?qdmf3?&WrE5# -r6I;4rM/M -J,~> -ZMt@3jK6YZg">!3gYCWBro+"?mJGZ -ZMt%'ab?hqXq._?Z*LaF\@T>fa56Uks8LpU!@pY,h#S@#JcC<$rVlu8>?fVUrr_]i!,AP647$Sj -"U>;=#7:kK%1Wm^)'1+Z3_*1YD01/VKSYD:I!'=<>>R^Q3AN9=-6aNP*?#\.'+k`a%Li^dpr*2_~> -Zi:4.ps#eqir7sGjQ5Ldl0@X'nFcYTh#@C*7d]"4(gqppao;E"!%#/T"7=L`oDS[kmf3?&WrE1k -DA*3Q#;cVk$OdIV'Gh]2-o3tU;dF'UG^Y*nIt)`bDJ* -ZMt('bcBIPrn7b7gt^cEioB+^lh(/2rrFW>mG.d[@"J@"rrP%X-+NsW_-^R"UAk;gH63"o1COd+ -&eu?.,:G-$5Y4m[AoD^9ItEB/L4Xl$FDb_r<_l7U5WLYV0J=t*-RBoX*?H4?2T,QF~> -ZMt^3YDB9_YHY79ZEpsJ]">Yk`74,Ms8LpU!@pY,h#S@#JcC<$p&>-_!!$c6s"`;0<'2?H'*npQ -$4I@T'H%r<0fVU"?#+G)I"-`tI!0FA?W9Zd4>nuL/LMbd)]BM+')iFG%M0*U/,@-`J,~> -ZMtX.[]eWLjQ,@^jlYdlm-X92o_J=^h>[L+7d]"4(gqppao;E"!%"lL"7H3iC9%:qj():U+~> -ZMt't[]S9[L+7d]"4(gqppao;E"!%!3rec,m?H>6)'-Q3Np&.fKl -*$Qa^1d=H+=^l2bFa/94IiEc\F`(i#>>e-d7RB*m1G(41-mp;`*ul=B*(n-KJ,~> -Zi:g?kbj?AYctLB[^-_!!$c6s#\e%<*WmLC0Wb= -&JYce&f)B./2T[i>\S/$H[:'dG&M&&=]%aS3&<3=.4-5\*#KD('+b]c%LigT2>6qI"75::qtL*j -p&4+TmI^DYoD[tSqXFN8~> -Zi:d>kchGRjlP^il0%o3qs2k9B2#nr,rr_]i!,AP645F"A@:sLp -?9B;C(D.8p(E=VO3(-PHASQ4.GBe=SDe`cc;G'/72)-^7.4$/[)]0>+'+tlg%h9(5qYU9pm-3d3 -p\t6drTO=Lo`"p_rojFZnGe"~> -ZMt['YHls>h;I8Oi8ESRjQ5Oel0nB?rndYU.n8p^!>o3qs2k9B2#nqRs4.-1j`biqJ:rGk9.Cl& -)&aSA-nRGH:01n@EHc\QH[U6bF)Yo+?WKrp7mfL#1bgU4-RC&_+ -Zi:g?ih)46Yd(UF\@K/]]=kqn^qe%Kl1j-8!@pY,h#S@#JcC<$rVluWX/kL`rr_]i!,AP643Tug -;d!I=C2Is8F^@Kc)B'bN3CZtYFa8RiK7A/eC1CFF911fu0J"Y!+s.dB().>m&ePW`$O[M/p\b$o -[kgu/D>X>>NTpKCY#Ib8<-%X2"E6b.7q1ufJ,~> -Zi:^mG.d[@"J@"rrP%X-+NsWp?1W7rVlug!!$c6 -s#\b0=Bf6JD/sfCH?Wae/0,cX0f_["?Z't4H?sgXDJ -ZMt["W3tI;hW!SVjQ#=_k3(skl0\3R.n8p^!>o3qs2k9B2#nr4rr_/\Xm)S[3o>%$GCG:( -NfT-YMK;r\-RUN-7oEW,GC+mhI!^'ZDej#q?!0rr7RB=$1bgU5-mg/`,Tn-J)Ajc?qu6f.1K5W: -qu6t^l2Udd<'r!3EqKA7E(!Yq@dsDJ~> -Zi;3Jigu"2Za@-L\@B)]]=u%p^r4:EkjSNNs8N&srVlfrrTX=_.n8p^!>o3qs+14Krr\el!5/:1 -"7H3iC9%:f_*:ap#A0g92]&2G(GR9PE1KHDIQ[@69$_P.4-5\*Z>h0'E&OJ -&J#?\&O#gbrsWJfs7fjXs4>NYlq=qgrrL;`rr35nc/J]bi6B^Krsj"ms8>%Zq9@Ummd'o.l2(F1~> -Zi;NYlq=qgrrL;`rr35nc/J]bi6B^Krsj"ms8>%Zq9@Um -md'o.l2(F1~> -ZMt^$WO(I=i8N_WjQ#@`kNM-ml0S$:p\b$jr;PmZ!@pY,h#S@#JcEjl!]9s(\GlZ'"pVf9s"N2N -G'n[fKSG2iG_7c0+Fd])DX0bB!U^#P$'ts5r7adf'1UE6\F]49,-$g&LL+s4ll8s*t~> -Zi;6Kje7F7['[6L\%&rY]"Yqp^r4:@jR;pBrquKNb0]\Vqu#aZ!@pY,h#S@#nG`L$lAkqWJcDYJ -".]Dl]`%j4mf3>LWfJiq4\SUJ=^GTKBl%^/F`hkOF*);>C1_'mF+&h$LkC%rBjOe44>\W;+rqU? -(Ddf"r=T;H%h9!g9(r2_%$NH-a7fP65#j5;. -Zi;0Ik,GNFkND'nlKdd&mI9Z:o(;YPrr)cprquNSeD9lsrr26`!@pY,h#S@#nG`L$lAkqWJcG?A -!]9s(\GlZk\$t`&rr_]i!'@3A0Ul!A>$bQIC2@j/Fa8=\I!p9eG'Iq?Bl%a2H$t-gG&V2)=%tk; -0Ie@k*ZQ(:(`*)c#8@g`&.^!erVZ[(P;83>pA_0W -ZMu-2Wib1:i8N\Uj5T+[kNM0ol0Rp6p\Fjhr;#R'fCo4Dr;5g[!@pY,h#S@#nG`L$lAkqWJcG?A -!]9s(\GlZ'"pVf9s"MlFG'\OcJq\o8MiNsbOcklgOGo-MH['a]ItN?%IpA_0W -Zi;9LmAbH<[C3QS\@K/]]=u%q_8XI?hsU(5r7%QU@#1@jEh`9nrrFW>mG.d[@.=0sAf9qo!?,L" -s/5l!]1u,JrVlldVZ7-)4[i%B='T0FC2@j.rc0N/DfTQ-Am\kQChR3cA8#Ue>uaZj4#AK9+rhF8 -'GM8r',2)l&.T-W-?/n[rsQH!4t>_?Ts7S8?/Y\]%Eiels-/HAgd6L`s2S4?rs`q+Y+IPDA,kmO -s/IBGq>Ys~> -ZMu0:Yajh=l0@U#m-O--nF?)@p%J1Zrquckh7eGgY.T.<]DMTorrFW>mG.d[@.=0sAf9qo!?,L" -s7?6l2#nr4rr_W4c1:i5!:Qfc4(1r`rql^']8f')k9H\*<5`)#rVm>MErZ0(MuVR!J"Zh^=8r4/E/^rl -1n\@Ylne[A-*-kAJ,~> -Zi;9Ll`Zf8iSrnYjQ5F_jlbjll0@X'p%\7[qV&N,E1jdpO1tDTrrFW>mG.d[@.=0sAf9qo!?,L" -s7?6l2#nr4rr]o3;UV<>3m)_jH$aphKnt\IOckomP`q5oMiEI?I!gEgGB\.PFE)&*>ujTf4ukGP -.OZVj,U+BU+WhdH*$&1ZqYpr8N]nrU,GDAA`*M="rsd.ls8S=As4fqjT`<&6rr3FHN38d0TO\#g -1]OI$X82dG~> -li.+HH?4/SqYpWjeFEG9$gr)WnT2[bF8#"Nqs",)p:YUP\$icV\[oDb]Y2%p_8OC;fBi)*o;Y8> -7>$('(emG.d[@.=0sAlJ'&!EEZ]s.B;kn#$-q8ioC3:fgn0ASQ%#F*)L&EZfLBARAG: -As]*&\ks-+_+q>Ys~> -li.+\eC)e7qYpWpnb`4`$i/6mG.d[@.=0sAlJ'&!EEZ]s7?6l2#nr,rrDMc!"N.,<**=2@qTUtF*DqWHN&15 -I!'7:>[)';VJ]XF=&)CU77BL)2D-C&*ZGn1'G(``%1E+C!td]'rqud)/aEB5KWckaN-3i[i;NZb -bB!X_PaVR:6@Z0 -li.+IIo56rrH_1m'?^mA:adPrrP%X-%Z*HrslebFEi(WItNQ9NfoWmQN!-u -Q]?cLF`Mo.Y(CkBDIHgL\ks-+_+q>Ys~> -m/I:5&K,=3#giJK!mCYJqu7&^!1`0OQ+Ul)P5sh3s!.O?cZGP_[^`lY]">Vg^;%J#`5g$KkOSEA -^N!%-IToU,_>EQu!@pY,h#S@#nG`N$;s^gk[(TJC2J!7GBeCWG&8Zb -3B'H+A8bI=8Obs/3BTA`2E*EH/h%qb)&O,&&Io-T#mgkM44X6.%!u3DPsatV?^3Y,?',$b%Eiel -s5=`Q410PSPU`R0rsj!mQ%hBW-%/RNg.1H`nG<08~> -m/I:XZF/#iYOMGh!q38Qqu7&sXl&lTho56rrH_1m'?^mA:adPrrP%X-*[CLr27[uZ;+:u>@V,TD/j]DIXZcs -IXQ;i3BfQ!=_r:e;,^:a83fI+5!(e`1bgO,+WMF;'+k]^#R:S='2%$VrsX6YQ'F`)D-rPggg-$? -rsd.ls8V$nNB=Ot(R-DHrr3IIGa4"FhBdSGOP34j1%>&>J,~> -m/I:6'ch-B%+4tP!mLnRqu7&^"eFf[Qb@80Pm-F:s!%?gL;Ds1jQ5LcjlYail0@X&mdTc?pA4Hu -G?[P#H!-6Ir9O@`.n8p^!>o56rrH_1m'?^mA:adPrrP%X-%Z*Hs#\SKEd<"]IY3K8NKKKlR[fh7 -O$6-19O2FZL2q'HBk(OO<`N'p9LqW?4YncB.O?2Z*#K>$&J-:9li$b]%!u3DPsatV?^3Y,?',$b% -Eiels5=`Q410PSPU`R0rsj!mQ%hBW-%/RNg.1H`nG<08~> -m/JDn!:9aK;6^(_='(=[9`R;_h,d[,s53mIjoC[R=4T,,:YE6Z=/56a-3!r+NcMS8\[oAa]Y2%o -^r!t-a3)]`n+H\MbEb,6b3$t>s8N#brrFW>mG.d[@.=0uAlH$Dn8AD9ZW1Q5rr?BIXm2)I9S3'&uU1G^^:/i4as+!2UI*#]Y. -&eGKj8b2`X$alq3n,NF!W;$>5ZMje(mEbe3#Nhu-s*pW=Yl4S%cMjaLm/Q^V^&R'Gs2*Ics*t~> -m/JEeXni"ka6!?VaiW9:`i[&>oZ>5+s7NMOpT<97an!-Ia7JN:al;ag"o[JPPj7W7m2>?\nF?)@ -p%A%Pq"jsgqu-'0SP,7$k0s&'li-u97d]"4(guk5"(kK<@.8(:?aEaCqu6Y&a]AK(Zi:(a!%#/T -"7=I^o:l7Gm"07[?#Y=:FaSR_I=m-&J:;;H$O?q=$lLWU3B]Ji5sRb$4ZYJW0/,:1-6aWZ,9S!G -().>j+'SF8rsQ65W:0cd\u>B'aKkdE!U\54rs.\bb5Zs_W3H7#!7(SB$LIfbW4i5ig],.DqYu'~> -m/JDp"mu?Q<3cIe>?d*e:^'+mhHO38s54'Ok673[>Ltb:;qecd>G^cf"odVSO5]1!jr!:DkNM0q -m-O0.nF6#Bq>Tp.SOA4ak0NYarrFW>mG.d[@.=0uAlH$Dn8AD9ZW1Q5rr?BIB'aKkdE!U\54rs.\bb5Zs_W3H7#!7(SB$LIfbW4i5ig],.DqYu'~> -m/JHO$lSe]=u(q -^V[t0b0/<#o)JO.CJ0$Gn]pn.rrD*I)$'k0mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=RlT`IF2JcFp5 -".]Dl]V>EerquE@V0uofD0pknK6hceGBRL*";jH0";1k?! -m/JI"Z*_g+o)ILKd))sNdB1US\A$FreFfs$pT<9*Xn0Q7eE*pTbcg*qrs&)'LtV+^mf)Yjmd]o> -o(D_Nq"jmequ-?9G@6I+o%*arV>?SKPYLIJr5eNJq/?"I;0/m(I83.&d8=<"9f/J3^Z1t3]&QE.RbjD+s/!M -*?6"9(`!l8@/]'a!IqiFs*t~> -m/JHP&0,D3fDh*EDajuHEs5pW-THD^Hf,'uk6735"klcVI'*rZAIG[/rrr&'K$r`BrT>*]l0@Nt -m-X92n*p,JrqO`YM6UAm7Ms81ujS;2r^R@U7IQC452R=btO(I83+&dJRB"UPhb8lS_c9M.fD5Zg'60eP+/ -.4?Pn.4?Q0LZ&15J%k%EJ,~> -li/A>r7P[SEML@^ir8rW!9!5E!(QA3!>o56rrZk3ZZ#?>")kMGAGcB,0$:L$8(`CmkPkXT -!!'[)s#C#VrVG[/bc$ADI"-WjFa%:$!s8T,"rRmS+"IBq">Dks2`!-?/0Z5_.4Zhd+t+EJ'bD#l -*,kf7rrM*Jjo9i~> -li/ii!?Xeuh#S@#nG`T&;mUE3ZNG-P -li/M!M6UAk5lrr4nUq<[%m]:Y@YU7ms=Q[]DH!W`<((_$Tj/-H.^6rd,[8P)?91GL^H4#nlL -3\Dm3,pt*9T)7LH!TEP0s*t~> -m/I^X^A@lk&7_RC6!"&pbQ+he!%\%7&]k$CjoC[*!:Q*OkW&W'5s\KSg^;%J" -_Sa@4aNMo_kh:A`J@*>]n,3.a!9ii:!=MBah#S@#nG`T&;mUE3ZNG-PKm)`9;o(`4/.'bM)l+/f+U -s*t~> -m/I^llM^bWZH_C4_TAqDn#b^"Xh4SL&aldYpT<9*XnphTpqNrG_SXC^ru_7+\:rW(n*oi:nac;D -p%A(Sq>0sbq;@0FOhfB4o)&Cc!;Z')!?t##h#S@#nG`T&;mUE3ZNG-P -m/I^Y^\[ul'kXBR79Tl(blt@p"Y]jD&]t9Jk6735"n.][krf2577C>Hru_7+\U`)ikNM-plKda$ -m-O0/nF?,Do\P=.LUt^snbi@c!9ro?!=VHbh#S@#nG`T&;mUE3ZNG-P -m/JH%!+Xs,%;oJki/%HBbQ+*S#&rLdXPa)KjoC[*!:Q*Od?t!/i.9#;rs/GVP[h,4]=e-X&AZ0" -_o9X9bKnY]G?Ua(lgOiPl2Lc77d]"4(guk5"(kK -m/JHjXj-P+Z-gb'p"?J2n#bL8YL3%!jRoY4pT<9*XnphTnD:;+p"&Ntrs/GVTS)@pnF6GJ!;$3_ -!VcBgq$Hr`LMa-Wm.1,Skl1Z67d]"4(guk5"(kK!OAG$jd( -m/JH'"_Q`6&TM5$iJRlKblsW\$Zk9oY2BJSk6735"n.][d[LE9iIf;?rs/GWRsj2Wkir*4!:'RM% -drfUoCM\>J6nl0mIC2Tkl1Z67d]"4(guk5"(kK -m/JI1HNsNN@ISgJ!(Hssh@K[aScAa;kMQ?1joC[*!:R>r$I`Vf!)WCVrs/Pq^jC^F]>"9X&AQ&u -_SjC5b08+jA=)]^rVksZ!@pY,h#S@#nG`T&;mUE3ZNG-P -m/JI4eZZ*WbkfqnXi.@*os1^Zi2s,lp[tZGpT<9*Xnq7`Yjp#@XiLA,rs/Pq_2YM_nF6DI"SDB[ -p\4[_#PtZLU$qsYroX4].n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0$:L$8(b0J!]9s(JcE[gs8FGH -n^OdlB3\J*0d.&2%RNNJ4ZYMX1c-(95"[LO'I"P9)&a5*<;6Ck`;b>~> -m/JI1ILHA`AFP6U"\Js-h\?o56rrZk3ZZ#?>")kMGAGcB,0$:L$8(b0J!]9s(JcF*ss8<#s -qu-Kns84/As8W)khntn7FDFlA/K56>=^G0,9h@`?5p]5t<]i#[0e=b&rZhP^q#&&0J,~> -lMi.-qtpEnrqlTlqu6Wnqu-Qlqu-Qpqu6WmrVcWns82]mrqlTllMh(V[<.5:]Y4n&SCt?rl"he~> -lMpk_rr<#t"98B#s8Muts8N#trso&.s8N&trr<#trr<#trp'M"rTh(QYjV&Po^q_Hp%A%Qq"XKV -KsL:Kj8T-17d]"4(guk5"(kK<8FUO"8@)<,qu6XKr3HBoeqsHmr3HDofX(SZ2#nr4rr_] -lMi.-qtpEnrqlTlqu6Wnqu-Qlqu-Qpqu6WmrVcWns82]mrqlTlli.e#m(%hKjQPmqm-3j&m-X61 -oC&&bU@A0BrrFW>mG.d[@.=0uAlH$,n8AD"ZW1Q5rr=\LZN-QIM?&q>ZN3SKZi:(a!%#/T"3"qe -f:DpBrVl`p!ri/trr;us-2dW;rVcHC\!_YX@:W\I<)6+U5rUk]0JkI=/1`D&.4$8fL&:hds*t~> -Y5]76iM^CP]=bkn_8*q*_SjI5Qu&\jro3qY.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W$U<7V$L -1AnHZ8(`CmkPkXT!!'ZdruD%:oA.-MOc"0U3A2m6-mKoZ+<;=9()7Mr&J0-%s*t~> -YQ#C;qr4f.]^>:^p%7kKp@S+Sot>aXo)7SJ!@pY,h#S@#nG`T&;mUE3ZNG-P -Y5]77iiIC3jQc+!lg!j(lgF62ZtZ0#ro3qY.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W$U<7V$L -1AnHZ8(b0J!]9s(\GlZ'"pVers8W$9pZBZ%V4ri]:I[Z;4ubJZ2DHa4.4?_q-7Xtjs*t~> -Y5]48qr+Z!IBgDu^q[h,`Q#`ZEjkH9iVrp/7d]"4(guk5"(kKur;6Kl'DLV.TS%/t?9fnZ)B'J0()7JrTY^YY~> -XoB(3iNnB8kO\E?o_8.Sq!u%N\af[XrrFW>mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=\LZN*tU!!"eP -ZN3SKZi:(a!%#/T"66l"m"PHYrqu`mr;Zfrpu]YlKQ(d96Rj9&+f#~> -XoB(3i3@p&h<=.hl0[s,n*I2nV!\0?rrFW>mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=\LZN*tU!!"eP -ZN3SKZi:(a!%#/T".oc%^4u[frWE,urVc`p'Dh">WJl.OEE#%S/hJV)0eOn(Yeg?i~> -XoB%5q;\l5F/cjh_Sa=0_jb_BnbqDG!@pY,h#S@#nG`T&;mUE3ZNG-P?7s*t~> -XoB%5qW,2JQ.GKtp%S7Vp;;]go)@SI!@pY,h#S@#nG`T&;mUE3ZNG-P -XoB%5qW#)CMp:PTn+#o:m^-o!mJYuC!@pY,h#S@#nG`T&;mUE3ZNG-Pf#~> -XT/>"%e7c0?uqpJ]u%RRJ#)'%hu<^-7d]"4(guk5"(kKf#~> -X8`_.m`hDNR*+U_p@,eWXm#`@rrFW>mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=\LZN*tU!!"ePZN3SK -Zi:(a!%!3rW;d8(rr2rsqXNRse&qL&s*t~> -X8`_/n'%8AOMp)BmHCcuRc+/%rrFW>mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=\LZN*tU!!"ePZN3SK -Zi:(a!%!3r[Jp7+r;Z]ns8N&s$3'u(r:An#fZs9.s*t~> -WrEP-oXQ\UFC0*@GBgOYptl#O.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W$U<7V$L1AnHZ8(`Cm -JcFa0q>UBn"oeQ$rr;urrrN)t_>f#~> -X8i5!%/%1sCP[>&W0W4HlhoW>!@pY,h#S@#nG`T&;mUE3ZNG-P -WrES.oscqgKQ`ENM/fIP!@pY,h#S@#nG`T&;mUE3ZNG-P -WW*A&_DGQ,71C54T_/3=rrFW>mG.d[@.=0uAlH$An<3r[ZW1Q5rr=\LZN*tU!!"ePZN3SKJcFp5 -"3>J%g4B:'s*t~> -WW*A%_a8:O9,B']V=slDrrFW>mG.d[@.=0uAlH$An<3r[ZW1Q5rr=\LZN*tU!!"ePZN3SKZi:(a -!%#/T"7XpooR[%As*t~> -WW*A%^c,o88J`pSQh(+2rrFW>mG.d[@.=0uAlH$An<3r[ZW1Q5rr=\LZN*tU!!"ePZN3SKZi:(a -!%#/T"3P_-gO]C(s*t~> -WW*>%__boQIhEK@kl'<:!@pY,h#S@#nG`T&;mT]tNrrUm -WW*;#_a/J!L`%1YkhH+<.n8p^!>o56rrZk3ZWlp["'`*3AGcB,0)W$U<7V$L1AnHZ8(b0J!]9s( -\GlZk\$t^Ts/H$K~> -WW*;$_`2YfKbYPTlJ)=>.n8p^!>o56rrZk3ZWlp["'`*3AGcB,0)W$U<7V$L1AnHZ8(b0J!]9s( -\GlZ'"pVems/H$K~> -WW*8#a#%A\NFeIDgA_1(7d]"4(guk5"(kK -WW*>%a$=k)R;ntir;PLO!@pY,h#S@#nG`T&;mUE3ZNG-P -WW*>%a?"FuPA-BNs8CaQ!@pY,h#S@#nG`T&;mUE3ZNG-PM6JcD_LJ,~> -WW*8#auEqBJ%+20gA_1(7d]"4(guk5"(kK -WW*8#b -WW*8#bW^6_M8%pHgA_1(7d]"4(guk5"(kK -WW*>&b -WW*;%bY!2IUsS)urnIGR.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W$U<7V$L1AnHZ8(b0J!]9s( -JcC<$h#Dm~> -WW*8$bslr>S]fpggA_1(7d]"4(guk5"(kK -WW*>'bsYoqmJ$PYs8LgR!@pY,h#S@#nG`T&;mUE3ZNG-P -WW*;&c;/SPoD&:`rnIGR.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W$U<7V$L1AnHZ8(b0J!]9s( -JcC<$h#Dm~> -WW*5$cUr8Bn+Q\4rrFW>mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=\LZN*tU!!"ePZN3SKZi:(a!%!3r -JcFO*J,~> -WW*2#cUh'1rVkIL!@pY,h#S@#nG`T&;mTs&S-*6, -WW*/"cVnJ\rR_&M.n8p^!>o56rrZk3ZXWEo"(JT:AGcB,0)W$U<;lk!4FqV=!!..;p&G(Jr3HDo -fX(SZ2#nr4rr_fGg\$g2s8E)urr;rrTDsE~> -WW*2#cq\2Vrr1RM!@pY,h#S@#nG`T&;mTs&S-*6, -WW*2#dSWQ[rr(LL!@pY,h#S@#nG`T&;mTNoL'(G^ -WW*/"door.rR_&M.n8p^!>o56rrZk3ZW?RM"')[-AGcB,0)W$U<;lk"^]3a@l2UkGT(W-a1AnHZ -8(b0J!]9s(\GlZk\$t^hrr`6!rVc]mrquirU&TW~> -WW*,"doKZ*f)Gb$7d]"4(guk5"(kK< -WW*2$eQPDjrr(LL!@pY,h#S@#nG`T&;mUE3ZNG-PlXj<4:aP:%K6A- -49-c-!"q"K1B7F9SgHQ^!<<*E4?NcI1AnHZ8(`CmkPkXT!!'[+s8Ms*q=X=EkMb=Re'6%Ua8X'h -`Pf[2_SsdRc.Ct?nF-8RX8d\~> -WW*/#emhh>rR_&M.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W$d;ucn@s60Jg!!!Zp%m2r`rW)s\ -!%7^F&huL)!!))O-9OBk!!"6+49Y^?r3HDofX(SZ2#nr4rr_;j\*Tjhrr!9$p%%G3iSWG>c-")I -rl,Jf`5BI/`Qd,]fAc)bn,**bs*t~> -WW*,"f3_V:f)Gb$7d]"4(guk5"(kKJthqZ]*b/_R% -`Xg&,_ns:0c.^Foip-%%qu3YrJ,~> -WW*2$hK*&Vs8CUM!@pY,h#S@#nG`T&;mUE3ZNG-P -WW*/#hg9>%rn%/N.n8p^!>o56rrZk3ZZ#?>")kMGAGcB,0)W%,;ucoHs,Qu\!F#nY#S -s71pF#d!h$q.B]gc11i6LB'*qs8U@_1AnHZ8(b0J!]9s(\Gl[$g=l4qs8W'-pV#tNd`p%\c-",G -`5hkpqn`cW]#Dgga2,U0a5>\EXT*e~> -WW*5%hg'/#rr;uNrrFW>mG.d[@.=0uAlH$Sn?W48ZW1Q5rr=\LZRf&U!.Fm-qlg)$;?+E2s1/LJ -_uKc-LB%U]q#C/&!9DDps8RiS1@+u?c5JJ9ZN3SKZi:(a!%#/T"3l:Dh5()NrXJV8mG?:9c-4GT -aMc$;rknZN%Dffc`lk4!_84%0hq[k*s*t~> -JcGQG!@pY,h#S@#nG`T&;mUE3ZNG-P]JHntW+!Ctdns+^OarqFQanD2I:bK@kLaJ4d:pqdGt;:N1]aMYg1`8/)e -XT*e~> -JcGQG!@pY,h#S?Wn>?@U;mUE3ZNG-P]JHntW+!Cr-UVZJ(C-%Z*Jrt#,'b'rj9d*BhWa*5V"Nl_"4%(W:Z]!08n -^r"%G]]?0oJ,~> -JcGQG!@pY,h#S?Wn>?@U;mUE3ZNG-P]JHntW+!Cr-UVZJ(C-%Z*Jrt#,'b'rj9d*BhWa*5V"Nl_"4%#J-6\?O&l -^r"%G]]?0oJ,~> -JcGQG!@pY,h#S@#nG`T&;mUE3ZNG-PO]>lE$`g2qbo.p6M!Ctdns+^O[roCnBn_MX0c-?7.!lDUiqnrEM%*-3%W.)=o^qmnC -^#Z9pJ,~> -JcGQG!@pY,h#J;[!!6**Dt((7DmNI?!!">CZRf&U62n>ORf?t";?'c!&`1,# -JcGQG!@pY,h#J;[!!6**Dt((7DmNI?!!">CZRf&U62n>ORf?t";?'c!&`1,# -JcGQG!@pY,h#S@#nG`T&;mUE3ZNG-P&Y!QE"V`W!db`PK4# -^:M.r_84"E]]6*nJ,~> -JcGQG!@pY,h#J;[!!6**Dt((7DmNI?!!">CZN=)+PPkG&\H#M,3<00)]1DV!J]5\1ZdJsV$PWj, -ScAc&a%HBFregf31AnHY8$Dsn-+NsWkek=,V#Lf$kJDN7gru\4^<-Aps2G)Y`;[aS`!jAt]Y:tn -^qmk(h7VdLs*t~> -JcGQG!@pY,h#J;[!!6**Dt((7DmNI?!!">CZN=)+PPkG&\H#M,3<00)]1DV!J]5\1ZdJsV$PWj, -ScAc&a%HBFregf31AnHY8$Dsn-+NsWY:hQNV#M&+kJDN7gru\4^<"=7a2Z-<`;[^e`5BL0]YV=r -\\Z%s_8>$@j/i92~> -JcGQG!@pY,h#S@#nG`T&;mTg"DZa=PO]>kHF^f"(2BeoUm!Ctdns6'CaSH&Z&V#Lu)otbe?h8GYZXinf.a2Z0p`XIriO,B0l -V8:!ch7M[Js*t~> -JcGQG!@pY,h#S?[n?N-d;mTg"DZa=PO]>kHF^f"(2BeoUm!CrK]Z2hSJrr_;j\*Tpj&,u7F';_VMi`XT*e~> -JcGQG!@pY,h#S?[n?N-d;mTg"DZa=PO]>kHF^f"(2BeoUm!CrK]Z2hSJrr\kt#/6o5$i]h8Fn"5*Q`7(-`r=!_aN)?@`Pf^o -`r;/.N0Ts.^r41I]AfplJ,~> -JcGQG!@pY,h#S@#nG`T&;mU*1DZOOIrj)d-;g>WKAGcB,0)W$X<'1,YrW"6rs'\e)mJm3k"\esr -khtV?"f_P%pKR^ZScAc&`rL#Cs8TtW1AnHZ8(`CmkPkXT!!'[-rttb0Z>oBh];2@&VPL&aV59u_ -U8"?ST:MJNQjK(@NK(Wg_qql]XT*e~> -JcGQG!@pY,h#S@#nG`T&;mU*1DZOOIrj)d-ItG",AGcB,0)W$X<'1,YrW"6rs'\e)mJm3k"\esr -khtV?"f_P%pKR^ZScAc&`rL#Cs8TtW1AnHZ8(`CmkPkYE\$t_"s!@[=Z>oBh];2@&VPL&aV59u_ -U7n9RT:MI=R@';'NK(Wg_qql]XT*e~> -JcGQG!@pY,h#S@#nG`T&;mU*1DZOOIrj)d-;g>WKAGcB,0)W$X<'1,YrW"6rs'\e)mJm3k"\esr -khtV?"f_P%pKR^ZScAc&`rL#Cs8TtW1AnHZ8(`CmkPkXV"pVf;rttb0Z>oBh];2@&VPL&_USOZY -U8"?SSXc/JQ3ie;MiGEd_qql]XT*e~> -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SPDf]r_"\uC(AGcB,0)W$X<"gu'rW"5V0cO!i7PQV*!!Y/4 -)%eS/!!tA7.0'?!*WQ0c-3+#c0eie21AnHZ8(`CmkPkY)DJn.&rt#(CE:De/=*&G'F*)MFF)q8" -!-%mSrbqgS#AmbH_Sb6 -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SPDf]r__LSsmAGcB,0)W$X<"gu'rW"5V0cO!i7PQV*!!Y/4 -)%eS/!!tA7.0'?!*WQ0c-3+#c0eie21AnHZ8(`CmkPkYQf%0JgrsSe?E:De/=*&G'F*.D&#'+^& -E,TW3qec@L#$e1F_qqfZXT*e~> -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SPDf]r_"\uC(AGcB,0)W$X<"gu'rW"5V0cO!i7PQV*!!Y/4 -)%eS/!!tA7.0'?!*WQ0c-3+#c0eie21AnHZ8(`CmkPkY*EH0^-rsSe?E:De/=*&G)FERS+$$C?3 -F`_\EEH64"F9Z-R^V\j8i2ls/~> -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SF[f;f&BrA:;AGcB,0)W$U<;6Fp;?&B1!!"ePZN3SKJcCE' -"ik3DiHW-&rs%)R_Sb9>i8O_3rW;EBqYC-Js*t~> -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SF[f;f&BrA:;AGcB,0)W$U<;6Fp;?&B1!!"ePZN3SKJcCE' -"ik3DiHW-&rs%)R_Sb9>i8O_3rW;EBqYC-Js*t~> -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SF[f;f&BrA:;AGcB,0)W$U<;6Fp;?&B1!!"ePZN3SKJcCE' -#KLEFiHi<=r9XFff;QR(hmVJ%s7uWqle_L6rnma+~> -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SF[f;e]Z>['LAGcB,0)W$U<;6Fp7+NgH!!"ePZN3SKJcCE' -"m'7_iHi9(rs%)Q_Sb -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SF[f;e]Z>['LAGcB,0)W$U<;6Fp7+NgH!!"ePZN3SKJcCE' -"m'7_iH`3'rs%)Q_Sb -JcGQG!@pY,h#S@#nG`T&;mUE:ZO2SF[f;e]%TB]6AGcB,0)W$U<;6Fp7+NgH!!"ePZN3SKJcCE' -#N]IaiHrB>r9XFff;HL'i3qS&rrN,trVQlpGT.GjLA:`F!r`,ti;\<~> -JcGQG!@pY,h#S@#nG`T&;mU$/D[L*EE.Di(N.A67AGcB,0)W$U<7V$L1AnHZ8(`CmkPkXi2`JpS -rrr@4n)AW-lMh(?Vo6O3[c-3Fqu-fa*!-3b)rpeoi;\<~> -JcGQG!@pY,h#S@#nG`T&;mU$/D[L*EE.Di(N.A67AGcB,0)W$U<7V$L1AnHZ8(`CmkPkYKa2d\D -rrr@4n)AW-lMh(?Vo6O3[c-3Fqu-fa*!-3b)rpeoi;\<~> -JcGQG!@pY,h#S@#nG`T&;mU$/D[L*EE.Di(1Ng$(AGcB,0)W$U<7V$L1AnHZ8(`CmkPkXk4?Ui^ -rs/L6n)A]0rqu-_#1ock`8J)_iVrrXr;HKsjrO^3+<08;qZ?]pro!g,~> -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gkM6UAkDrDXQM0^Zth' -eu$F*i3hP&rrN,srVHfQ3"R?'#GM+n!rW&si;\<~> -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gkM6UAkDrG4":7^Zth' -f;?O,iO.Y'rrE&rr!)+^/7O/DLA^uLro!g,~> -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -JcGQG!@pY,h#S@#nG`N$;s^gk -Y5\Lnk5PI]]B]Cs.n8p^!>o56rrcq4Za4oUZN,7LZN,7LZN,7LZNPNZZW1Q5rr=\LZN*tU!!"eP -ZN3SKJcCE'"o`u>j`nQ;rrr5/R#SZUpAY?KVoQm<[,BpCqu-iAQb'oj?kSCpro!g,~> -Y5\Lmk5PI`]^#Lt.n8p^!>o56rrcq4Za4oUZN,7LZN,7LZN,7LZNPNZZW1Q5rr=\LZN*tU!!"eP -ZN3SKJcCE'"o`u>j`nQ;rrr5-Ebr2`pAY?KVoQm<[,BpCqu-iAPaA'!?kSCpro!g,~> -Y5\Lnk5PIc_!:q#.n8p^!>o56rrcq4Za4oUZN,7LZN,7LZN,7LZNPNZZW1Q5rr=\LZN*tU!!"eP -ZN3SKJcCE'"o`u>j`nQ;rrr5+6q4K]pAY?KVoQm<[,BpC!WN#rq[!,?NC%(#?kS@rqZ?]pro!g,~> -YQ"Y"?0;.fdd??"!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBqu6XKr3HBleq3sa -r3HDofRa(crr]_u7*_M+"Fon%H,'7V"nf.,`hiV,rs%)P`l[8Ji8O_6rX$Y:mca -YQ"Y!>iu%ecL'os!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBqu6XKr3HBleq3sa -r3HDofRa(crr_T0b422*"Fon%H,'7V"neUGS='3Irs%)P`l[8Ji8O_6rX$Y:mcX6@dgd2Ur;PXS -J,~> -YQ"Y"@HRRjddHE#!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBqu6XKr3HBleq3sa -r3HDofRa(crr]f'8^F+1"Fon%H,'7V"ne!QBScQZrs%)P`l[8Ji8O\LrquZjr5M=nk4AQ"&K9a- -qu$Hmi;\<~> -Y5\LPk5PG=l2Lc77d]"4(guk5"D1T=ZZ#iL!,qkC!,qkC!,qkC"E1WQ -Y5\LMk5PG;l2Lc77d]"4(guk5"D1T=ZZ#iL!,qkC!,qkC!,qkC"E1WQ -Y5\LQk5PGM6UAkDrK(%fG^\e$7lul'EDs[2t#1]ZmalBbdiVsSjrVcZi4^dsSqX2c\#Y!hQrVlfSs*t~> -Y5\LRkPkS[YNc&f.n8p^!>o56rrcq4Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rr=[oZN3SKJcFp5 -".]Dl]V>E0re9e&Gea.U"lclarTDl-rs%&Qa3!AJi8O_7rX7C&dJ`q?qt@0,$@_sQi;\<~> -k5PG\rPA`aoDdmgqtgmG.d[@.=1!AlH%BDuR'CDuR'C -DuR'CDuR'GDmQcMAGcB,0$:L$8(`CmkPkYE\$t^urrrCUmcJc/qu6iXO0?7,g%PFMeu6X2j0R\& -s8Dp)fcecAqYg -k5PG[r?qhMec29jnG<.f.usXh^A@j16$VYo!8$E6!W0+crrFW>mG.d[@.=1!AlH%BDuR'CDuR'C -DuR'CDuR'GDmQcMAGcB,0$:L$8(`CmkPkXV"pVf9rrrCUmcJc/qu6iUA6O&/g%PFMeu6X2j0R\& -rtGD1rVY:ndJE_:qt$p)%=\9Srr1jUJ,~> -Y5\P#f]`>9f>QqR!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBqu6XKb-M+=fRa(c -rr_8f[-OFc"GlL.Gea.U#LU<@p%uGurqQKtf;Zg5jKme's8N!+rIKImrVQTnr9cQT8H&PGs*t~> -k5Pef[a=="]#OaBlMgY["R>XZ\_$]X!PZtGrrN&Jkl1\7_o56rrcq4Za4TLZN+qC -ZN+qCZN+qCZNP3QZW1Q5rr=[oZN3SKJcFp5"8D*Gq4[fkM!jDM^\e$9ca_Nnpq-A$q#:QMWQ30B -Zf'gBrr*?)JUdFmqu6TmmPtbJrVkaTJ,~> -k5Pee!*Zb$%6==B[/0Y!"LZn^$?Q(D!?PV4rrN&Kkl1\8`9I:&.n8p^!>o56rrcq4Za4TLZN+qC -ZN+qCZN+qCZNP3QZW1Q5rr=[oZN3SKJcFp5"66hum%OF^M!jDM^\e$9bcf@Uo==Yqq#:QMWQ30B -Zf'gB'E7q+q1+%ir;$3dqs$0P9)JPcro!g,~> -Y5\OuU$2LWZK(3L!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBqu6XKb-M+=fRa'U -rrrCZmH&T-r;R$$bL>5=rj(h`rs%)QaNEVOi8O_8rX?+a`;]Z0rr)`_;@OoMro!g,~> -k5QP&[bCc]iO8+2]))3H]%O[Ms16t0[^aZS^Uh#1s1ZnFrrMqfkl1[dip$ID.n8p^!>o56rrcq4 -Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rr=[oZN3SKJcCE'"oaDHj`nQ -k5QP%!.Y%KPlSL]%IW@V%=/Jo56rrcq4 -Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rr=[oZN3SKJcCE'"oaDHj`nQO-)qu$ -Y5\P%R-=PMLZna=.n8p^!>o56rrcq4Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rr=[oZN3SKJcCE' -"oXAIj`nQ -k5QP&[bCc]ppT,<[eeL^imG3hs0p\S\C(#ga7@6Zs1ZnFrrN+bkl1X=kl1Z67d]"4(guk5"D1T= -ZZ#iL!,qkC!,qkC!,qkC"E1WQ -k5QP%!.Y%Kk5^a,!:FS%Qs]oErr[Q&#[Q=A4O?"jruPP3rrN+fkl1XAkl1Z67d]"4(guk5"D1T= -ZZ#iL!,qkC!,qkC!,qkC"E1WQ(rDibkM,Af;H[3 -k-X(*rtGD/r-&mtr;$*aqY]GN$o.YWrr1jUJ,~> -XoAESn`g&RId$e4.n8p^!>o56rrcq4Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rr=:dI/u+UJcFp5 -"2%K.dA$XEr/C(*GeX+U#jK>-rr;ugXSDSj#1o]lbN?4jiVsJgqXs1?N7[n&rquZT -k5QP&[bCc]ppT,<[edt]rVj7[s0p\]\_$lQe'5D3s1ZnErrIcBl2La2kl1Z67d]"4(guk5"D1T= -ZZ#iL!,qkC!,qkC!,qkC"E1WQ -k5QP%!.Y%Kk5^a,!:DZup\Or@rr[QH$?Q6sA5NR8ruPP2rrIiDl2La5kl1Z67d]"4(guk5"D1T= -ZZ#iL!,qkC!,qkC!,qkC"E1WQt -q"Xjnf;6O2k-a.+rtGCtbuP9YeG8q;qtNeq#VbrMrr1jUJ,~> -XoAF(i9L=Ck+q5@!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBqu6YXqhtPT)WkK0 -7l'gJ!A$8-Mu`6rs6'CaSH&Z&U&P7VlfNH+rVm3'cbB,Mrr;o0f(f7Lf;6O2kd'+)rt,1slh'kk -0uX%irp\UUVr[XPro!g,~> -k5QP&[bCc]g:$J-[edt`rqX"Ws0p\]\_$l%a55:Ss1ZnErrK7[lMgnGV!.gZ.n8p^!>o56rrcq4 -Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rrA/XMuclrk$e?]1A>5Y/33Qc!:>@;kPkYE\$t^trreDK -k'4W=rsA\KQCF,4YKO#uq#:QMV8pdCZJXX@&H:.c]Y9pe`;T]7n>V7hY3#Z^i;\<~> -k5QP%!.Y%KIK7HL!:D[+qs+64rr[QH$?Q504,dbTruPP2rrK:]lMgnHVWe$\.n8p^!>o56rrcq4 -Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q5rrA/XMuclrk$e?]1A>5Y/33Qc!:>@;kPkXV"pVf8rreDK -k'4W=rsA\HAM+lX -XoAF -k5QP&[`dXa\CLT9[eeC[d`/`Ms0p\]\]ONVaPjqDs1ZnErrL$8qYpj#n$odBZF8rqqYpT#j66LD -.n8p^!>o56rrcq4Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q.rrV=&Wop\iJm>Y]Xo#F*:UPcRhuq#:QLUrUXA[,BpC'E6Lf^:q:"U\t&ec^D/K]Yj=>ro!g,~> -k5QP%!(rQ-#]0I"!:F1o@lFCo56rrcq4Za4TLZN+qCZN+qCZN+qCZNP3QZW1Q.rrV=&Wop\iJm>Y]Xo#F*:UPcRhu -XoAFkH2IUDjg2)^rr3)u\>@^PrrHTskl1Z67d]"4(guk5"D1T=ZZ#iL!,qkC!,qkC!,qkC"E1WQ -dJ+ACp3cC!=m5&s53hYh5@17U&P7Sl/d3)rVm6"XNoGKp&=sc^]+'/#1oZk -bNQCniVsSjl0S'9o]j!/`,uj.p@\"Fq#:9Ns*t~> -jo>;%)V=cakfWf%eB6:Lg],IWs4>EJfZMXobQ#rGkl1\OGl.LCkH;&\rr3)t\Y@RMrrHj%kl1Z6 -7d]"4(guk5"D1T=ZZ#iL!,qkC!,qkC!,qkC"E1WQdJ+ACp3cC!=m5&s53hY -p#bE4U&P7Sl/d3)rVm6"T=E;$pAb$VY5\7s#1oZkbNQCniVsSjag8Rk^9su_`,uWK]tCnlnc&OG -s*t~> -k5PG[rC7cJk5VPRo)!)jC&iea8Y5s&7tGkS@rt?C>`7hG!UtI5rr_Jq\+K\""8p$;fDGRKE:2ri -!@pY,h#S@#nG`W';mWfKrj)TCrj)TCrj)TCrj)`GZa3YBo`#!j)P6,u#(g*dBW#[Mr3HD6aasKL -rr_,WWTg,V"H;U,H+s7W$M]^Rb1cXjp>)8UZNUrU[B[c-3F!rdERrXKAMLs!SX%LN[U'1:UT -ro!g,~> -XT&;prr)iufsCSPrr`/2WrE"t!qognkl1Z67d]"4(guk5"D1T=ZZ#iL!,qkC!,qkC!,qkC"E1WQ - -g]%H=g&(-Ehq7r0:&Y%j!nOdUqYpZp]r_54rrVmrpuq_Y.n8p^!>o56rrcq4Za4TLZN+qCZN+qC -ZN+qCZNP3QZW1Q-rrHAOkHbAE>dL(&V6Bj(!gbM8JcC<$r;Qs"O6PeP^]"0@jb8b`UU7hQ`2UB3 -rVQU!et^:/kI0C/rt,1]] -g]%GPHLeZJNnF@4;Z6Ro!o(3]qYpWo_mB=A!r$7$kl1Z67d]"4(guk5"D1T=ZZ#iL!,qkC!,qkC -!,qkC"E1WQ -XT& -g]%HO^rF"4rRh,NFOpHk!Q`.OrrMAnrr3#g@d!al.n8p^!>o56rrcq4Za4TLZN+qCZN+qCZN+qC -ZNP3QZW1#srrJs"kHbAE>dIq3B!;0>!I[dqs5!_Trh9>qrf?:*HGBIZ%dK1"O,JsYSZoc6Cl6:, -r;QuPUWC[C[H$6Grr*&let7iLrr*&pSW_=trVkaTJ,~> -g]%H:,<-6;pt5TIH.W&q!R8d\rrMQ(rr3#hDo56rrcq4Za4TLZN+qCZN+qCZN+qC -ZNP3QZW1#srrJs"kHbAE>dIq3B!;0>!I[dqs5*bXrr)fpUAkDrO6G_P^]+6ClA$8Y!!!EV=*8g] -@`%j:rs%&LaNWkUj5L"OrqlQ[_eN8rqtp6\Ceh;3r;HWoi;\<~> -XT&Hp]Dqp*Yk7r!^t\nh`NA>'!@pY,h#S@#nc&dV9iJC)DuR'CDuR'CDuR'CDuR'HDmQcM@(Q"1 -!PB63ZN5Y_pp1!!Mh1obrr\el!5,'+%K;IQk'FfBs5Tubb4,*'r -bPqV9mJ?h`nFGuH"e3(&s7Nhmrrp3js8U!BkPkQ57d]"4(gun6"mAZZZa4TLZN+qCZN+qCZN+qC -ZNY9RZW1DEo`"s)([&+*JmA)W!E+i,s5*bXj0uMaUAl)0OQbhQ^]4>oJouO!Mi<[aX0o'UL7.H. -rVm)QU<(RB[,g$B!r; -bPqV!_#"'3aj]YW"eWF,s7X(srrpM6UAl)0OQbhQ^]4>o -XT&IYJ,fPGm.:5[T`"h_i;*BQrp]je.n8p^!>o57rrnI+;mWg2rj)U*rj)U*rj)U*rj)g0Za3YT -HKOo#!V\PG2$#9PpFHCe2(pHS2$##_JcFU,".]Dl]V>ECrfZI(Gea:Yhkl=Aa1\si[_'B<[ -m/I.a^Z+DU"N/snh8&me!Q*+Krrq20s8Sn[oD\rdr;WSMq>UHjnFZf37d]"4(gun6"cme)Za6_3 -ZN.'*ZN.'*ZN.'*ZNdJ:ZW20pk4S`TpG_b&!A,Jh/-?nM0.Q`S!@?`Vs5*bXj0uMaUAl)0P3:hL -^]4>kR;-SYChd[$FE<"K?*a&"rVm)QTubF@\)sdlJ,~> -m/I.W+I_Hm">50'LEcTp!@q%7rrq24s8T+coD\rnr;WhWq>UH^nDOBp7d]"4(gun6"cme)Za6_3 -ZN.'*ZN.'*ZN.'*ZNdJ:ZW20pk4S`TpG_b&!A,Jh/-?nM0.Q`S!@?`Vs5*bXT*>M6UAl)0P3:hL -^]4>kLHlFT!W`?1(Cpc`5HaSUrVm)QTubF@\)sdlJ,~> -XT&IsO8o6Orq$-ld`VSoq#:?fnF6N.7d]"4(guq7"6srO;s^gmPGH(3._+Vrr\el -!5,'+)#]]]j*8?=s8CQ!=D!/Q]%boAI9(6mo)AUf#1fKhbilLtXT*e~> -m/Ig`[a=LCn`Am1s6o.Eo^h2?nGh\5li-nskiM+0mCCC+n`BfNlfI7's2*%Jrrr%]s8SeloD\p? -b5YuHrrC=5X8s>2mG.d[@.O="l>q/Jm'?doG+"$HrrK`9pTjiZJcF*s"66l"m%XLsrKQI)Gea:Y -rRQI";cd:AH?s:- -m/Ig"!*RGDc_I9,s2V1uf[ch^aoAE:])M^BYbSZ,^C!ECcD:L?\tc%^s!pt6rrr(as8T%soD\pD -d/S"Yrr?Tu!!#LUh#S@#o)AgWF*CRLZNF3NR=sc'!P;S1ZN)t9s3UcJT*>M6UAl)/Pih"N^]4?4 -epg^_,S^[h"r8^gDRB!6rVm)QTubIA[cX[kJ,~> -X8`9Js7rYbrr_r4n8\7'!;>pP!@^M*h#S@#o)AfMR!0_?7g'uYR>S<6rrK`9pTjiZJcF*s"5''2 -jeDbkrfuU+Gea:Yr9D/%PB_+cL3R9NQau8Vr;QuQTubIB[HFXkJ,~> -m/JT_[_L\c\\l)$qpW*okMN_dhUK*U[bq,:\Au)6fXJQGfXLn<[`>nnrkcqHrr[ZKpnmW^"80It -EVTP6c1%e8*CfGP!>o58rr\1HG9Q@;K;\`Whfrs%)KaNWnVkH+]6~> -m/JS>!$I67$nN,Xn7;n]XH!99MJ'#!)j=G6Ae)G6S#-!BLK3qC>G0rr[fOq6';g"80\( -Ie`pCAFBKu7d]"4(guq7",iOj+m_]%+a092ZKV;h]3G$9!'#Q0d/O4$SXnl:rtk["jlC[$s8W#] -_6/uG@7rF<=E9_;k5>/W#1oQibiuOuXT*e~> -X8`9pn+j9ZrrT+PM"puMqsa@].Rrg]!>o59rr_5)R?Zug"I,=BD"R/q!07#5!Fo@.ZN)9KLB-do -s+14Arrr@aio50srr3H,r;#d8bcI(cWQjl,rql^"etL40lFH2]s*t~> -m/JU5[bh&/^@pTql-m34s519Jq6niKb.dh``:2[=s1?h]fXLn:hY>7%rPHhGrr].bpoX)d!ik%6 -q#:?TnC%C`7d]"4(gut8"6"KmPj3i'PaRqUo^;_ZNr=_6@pA]6!$qJt!:PL=JcG?A"oXVDici0: -rseu*q -m/JU)!0$nQ*8[7eZt0Wfs,I)\li:ha7ND4+1rn9=sJ7d]"4(gut8"6"KmPj3i'PaRqUo^;_ZNr=_6@pA]6!$qJt!:PL=JcG?A"oXVDici0: -rseu*q -X8`:6X8\pbrrT(-cK>--.n8p^!>o59rrJFLjI$""mf*87r."d9pTjjQrI=o&h1>TWs7?6orfQ1! -Gea.U$3'kuo'#$#q>UBirs%&HaNWq[l`C,:~> -m/I1b[bgr[[Kt7/^&S,i[eeq[[M8)^]!f3's1?h]fXLnB]=,J_rPHhGrr^!?rMK,b!iWTRk5PH4 -7d]"4(gut8!LAr1R/hj,rr=GEJ,l&4ZN,[WJ,q@[JcC<$oD]!nOl>;E^\e$;rquT_khtq*rr2co -#1fEfbj)b)XT*e~> -m/I1V!0$XL!!lh@)#sVr!:H*L!#3.p%0-obrt'#HG6S#A&ca$SpFB,-rr^!@ri5Mg!iio]k5PH4 -7d]"4(gut8!LAr1R/hj,rr=GEJ,l&4ZN,[WJ,q@[JcC<$oD]!nOl>;E^\e$;rquT_khtq*rr2co -#1fEfbj)b)XT*e~> -X8`=]NrQ'NoD\pf`Mi4errFW>mG.d[@.aI"l>>RL!K+,Mrr=b>ZN3GLJcF=$"/-)1^S:`3rK6!t -H,&YE#1fBebj)_)XT*e~> -m/JU5[bh#&^A7Qkq:!%Ws519]n@$mFoC)\/n`\'+s1?h]fXLmrd/;J'rPHhGrrh/@s/#>Yrr`#2 -WpJmJ!@pY,h#S@#o`"sWD<%#bMQlRL!&3cG!CP[os472PjLVqiUAkDqOl,2E^Zth'et0t,lF?2^ -s*t~> -m/JU)!0$e2*9cS%lX^q5s,I*IbQ)MPeAqK(c*';Drt'#HG6S!j>P)k7pFB,-rrh;Ks/P__rr`&9 -YjUZR!@pY,h#S@#o`"sWD<%#bMQlRL!&3cG!CP[os472PUC\!PUAkDqOl,2E^Zth'et0t,lF?2^ -s*t~> -WrE0Is7!hqrrV,kK]W47.n8p^!>o5:rrA&;R/qfpnG`J@m&'kKh1>UWrr\el!5,'+"oXP>icr6' -rs%&GaNWt\mem(icIDmoqPX@mrVm#rP)YIjrr2uIrJ^gFp&>3W_qEA[h"LaJWW)nuqQB8dJ,~> -m/JU5\@q%n]>25*r6r@Zs519]rn+`u]]9%2]YhA's1Q&%fXLmr]>V:hrPHhFrr[NGn%J>m!oLbF -jo5?37d]"4(h!"9!0,s*!Is"rrr=\rrqN%g!@mtpAY,lrr3#qY3u=?~> -m/JU*"W=8Z&gAJko48d=s,I*IrHAN!'qG:]'eL(ertc?/G6S!l&MXdrpFB,,rr[`Mn\Fbr!oh+Z -jo5?37d]"4(h!"9!0,s*!Is"rrr=\rrqN%g!@mtpAY,lrr3#qY3u=?~> -WrE3rp&D_ao`"uRk_8-u!@pY,h#S@#p&>'`Fl@fNHE$E6!*\\a!9f"6f)GiC!!'[+rrrC`gZ!Im -lMh(>S]At>]C>au#Hpi$s11Mq5Q:ZdpebA%P>D2X!M+0.YQ4:frrqf?WKc3#pAY+Vrr3#ra6rtX~> -li.djkjncFkihsEn`p/Sp#uASs6Ah9s8VrpkR[Rjo'#Q6l2UD>me#`Bm-s?@"JYMf]\`;\!g2Z$ -jo5?37d]"4(h!%:!V1BlIfXkpnG`JllV@NEJcF=$"66l"m%XL`rfGmoGe`PD#1f?cbj)h0r;R#* -9`P.(62j+Jrrr0p?EfVhrr3"iDuQs@oC`+emFA2#gue>1!'^D^!W0q*s*t~> -li.dCYgNL%Yd!g#caWrSgp$YTs0o5Ns8VKcYRg:(e$-mCZ2`F[_qD9l]ufU?"K1nl^Ynba!h/A: -jo5?37d]"4(h!%:!V1BlIfXkpnG`JllV@NEJcF=$".oc%^7tW2rfGmoGe`PD#1f?cbj)h0r;R#* -9`P.(62j+Jrrr0p?EfVhrr3"iDuQs@oC`+emFA2#gue>1!'^D^!W0q*s*t~> -WrE6ujT#+akP"oXakO2(jo5?33pj?V'OZLlJcG]K"4N9jiM->UrfGglGJEGC#1o?bbNle3r;R#t -1Y_q;\c+hmrsH,?rr<"dli7!UT`+m2^N"80s,rObQ>q?EaF^CUQ*o.^ENB,nQ@f,9s$$G^&G0#f -Q>pofs-3QBZJ`(hT[3T:J,~> -WrE6uk5Y@fjS&TUak4),jo5?33pj?V'OZLlJcG]K"7tF-pS.ZkrfGglGJEGC#1o?bbNle3r;R#t -1Y_q;\c+hmrsH,?rr<"dli7!UT`+m2^N"80s,rObQ>q?EaF^CUQ*o.^ENB,nQ@f,9s$$G^&G0#f -Q>pofs-3QBZJ`(hT[3T:J,~> -WrE7$k5Y@ljnA]Vc.oq:jo5?33pj?V'OZLlJcG]K"4WEoihHGVrfGglGJEGC#1o?bbNle3r;R#t -1Y_q;\c+hmrsH,?rr<"dli7!UT`+m2^N"80s,rObQ>q?EaF^CUQ*o.^ENB,nQ@f,9s$$G^&G0#f -Q>pofs-3QBZJ`(hT[3T:J,~> -WrE=PY5eOuSAbF&rrgTgs*j=rrr=S8!!$DXs+13=rrrCaf&:hflMh(>R`ES:]_)+$#()+#0CSm) -rr3"U[/0eESL6TbC%bTJ]2&AdX,/@N6G:?`WK`CHA@T`@s1LbVrr2s^rr3Q$9%PZ=NF2]Ls2fB_ -7A3TUrVqB~> -h>[KSqtpKnr;Q`rr7q;Wf<5/RqOYV(qYp`uaj:!=lfJ-H/*d08@"J?/s-irkrfPdjGJEGC#1f6` -b3Q_4qu6kILAn`HeGINNcs'aZ0=66JqeB!'^D^ -&G&NG/^02]s$$J)FT4e';>^=lJ,~> -h>[KQqt'pao`"mjp"]QPf!#,Rqk(n-q>UTBd/Smgjo5<2lMpomJcC<$Rf -WrE+VO8](\`2C]PrVm)M_9N#[Hhle'!4_?o!6TlmJcD2="oX_7iHN'%rs%&@`Q@GZp\XspaY1/4 -s8G7^rrItErr3.Wg].;ET`+m-X&_kgs$$J:A,h(m`HeGINNgB&;D%p^JGoKJ55tQmo1IVHs5%,_ -56&`Hs3Cklr;V9~> -h>[K=qmH^W[eBb$\^'"1!T&t;rr^-5a8,]6#1L-*s8RWFjo5=jl_sm,JcC<$RfLNs4Uu_JA&pIWK`CH`E#kgs1Ns] -rr>7^rt"]nf4P'>?iN=ia`RR/"j?iDJ,~> -h>[JZqZ$h.!9!nW$<#[Z!T94@rr^6>b5)#9#1gQ7s8RrOjo5=jl_sm,JcC<$RfLNs4Uu_JA&pIWK`CH`E#kgs1Ns] -rr>7^rt"]nf4P'>?iN=ia`RR/"j?iDJ,~> -Y5]=1l0.Ep:?Ua"l1FbXH$aY;N5PJks7(hps+13krr],7(W)pH#QC(9jIpO8Fo-@\H4bLOI=6Qo -IXm!$Jq:5FaQp>1qYp^H1UI,\5Q:Zij>5Qjo-`]#s.,h^ru()LimU[&56'>Hs+%f%H)[$fYUdrX -49*!ErVlj]rr3Q$9%R\ThI$:Hs13=PE,KOjrVqB~> -h>[r_q"W(Kq"XHhhZ)fJjl$.ToBY]-kZI'1j6#n*["3RJYDU0ks8VVFJcC<$aSuA)^:s$0rs/Oi -cfCd=F`mS)rH]'&I!pElIsup!JqAQZ_oV/Qq"k!o-Sr+/r]gD^$KO"ts77W#s8SX_rr3l$-fWTM -s$$J:A,h(m`HeGINNaqWj#d:SJGoKJ55tQno1IVHs5%,_56&39s);jmr;HYG~> -h>[rZkibbckigLrNW63`VVqIjp$D#1ku[*2jQZ70[tfWa[#r<&s8VVIJcC<$aSu@@*?E(mrs/Oi -cfCd=F`mS)rH]'&I!pElIsup!JqAQZ_oV/Qq"k!o-Sr+/r]gD^$KO"ts77W#s8SX_rr3l$-fWTM -s$$J:A,h(m`HeGINNaqWj#d:SJGoKJ55tQno1IVHs5%,_56&39s);jmr;HYG~> -Y5]K]DIR-\+(ee^@W$F1 -gA_N+_>jQ6`5ho4]_C@a*6NVLEGm(ABk2"%I -gA_L\-NF,@1-5Dd($+ -Y5]KeK3VVW$U@`l=B&"!Dh:GY8mkq7<\ZL>:e"[NJcC<$c2Rm:!!'[*s!"G`j3YoWa4Atb^X:f^ -]VhX7\u)FI[`$V5J$-]+_8kuPqlKgJ~> -gA_3"_>aH;g:$RkbhrF?a,=eL>7XS@A7o7SBR>M;@8prTCLKCoB3eYRjamG_s3:QGj0uMaU&Q=9 -aQ(Xh\&[(Ra1p$Vcb-0Q[CW66aL9%8`IG&._SO:\[em0+J,~> -gA_1S-N=#JIfRqT:>c'kbER0jBG+KaBPV0iEeKNbC1;=.Ec"?:F^eTjjamG_s3:QGT*>M6U&Q=9 -aQ(Xh\&[(Ra1p$Vcb-0Q[CW66aL9%8`IG&._SO:\[em0+J,~> -Y5]KaR;u2&*Bctd7R^-tFE;h24&T$X==#._76GqQ`r?'Ukl1S_EVo8*%fM"Ss-mR!hC?PFP]r/E -q>UIrrU0[maKY^EUH%fDs'Ta:rsQe=4t!l?s-ku30@g(%"^\>2j[A),rrLNFrr2surr2suqu6\L -l&PcGoAS[&U&Q=C`8Jnn`ON4mV519KbHuO@,>G\kUN4Dl]:m9j_8+%WZMgm)J,~> -gA_3"_>aH;o![GajPTtW_jQ!c@kCJ\>?Y*9JU`,s?V=d9@qRSO>$+jUh8]HqD!:lu!HJ#+rso!Z -q#?gos5#6Fs-._fhYI0P -gA_1S-N=#Jd/oC0U#5kia-qZuC,Smr@9d)OMM?eCAl<;ZCMGac?XI,ihT#QrD!:lu!HJ#+rso!Z -q#?gos5#6Fs-._fhYI0P -Y5]L>KT^"?002Hc4?lXm5W9cH4$Ghj4=;dE5rilJ`r?'BjSo/[])D-u%dnEUI\rU0[mJDpP.QN4i$kS7:ors\-JbQ#sMh>];%s/A9_rrh%6jBn5OrrIl/rr2s^rr2s^qu6]6 -oSie^=[56?s8QOn5hQ,:Cd:82s6]eN!lY-5r]gt)s8PDN5ktBZ9L(l2s31I-!p'C4r]h1Os56.- ->6"Wf5X80Gs/\IN7fWLsr]h(ms1glbHN4#f5X9;gs,93.BDhcR]Y<=Kg5914d#ja5[@W/9P+[Va -X/)P`bHSkBbe_*5m'$Dis*t~> -gA_3"_>XB9_7d;Thu=\oKpZsb6;1;akrq`r?'BjSo/[])D-u%dnE< -s3WM"]`<6U5.AW%q>UI\rU0[mJDpP.QN4i$kS7:ors\-JbQ#sMh>];%s/A9_rrh%6jBn5OrrIl/ -rr2s^rr2s^qu6]6oSie^d)jDhs8UQian5W5f#c&(s8)`:!q-*erlGZ:s8U6`ao28>bfS!'s7-*1 -!r)`erlGlIs7XRVd/X.AaiVj.s6.SHbQ%V-rlGcOs6[qMgAh3BaiW07s5(l>eGT=j]Y<=Kg5914 -d#ja5[@W/9P+[VaX/)P`bHSkBbe_*5m'$Dis*t~> -gA_1S-N3rH-PujVhu=\oNLY0#8QJu#='T3!>>$_D:Kq1,=%5e_>"X)*`r?'BjSo/[])D-u%dnE< -s3WM"]`<6U5.AW%q>UI\rU0[mJDpP.QN4i$kS7:ors\-JbQ#sMh>];%s/A9_rrh%6jBn5OrrIl/ -rr2s^rr2s^qu6]6oSie^>X_)Os8Q\"7G7_@E(*4As6]eS!lb36r^@=0s8PPW7JQo_:dmhAs3CU4 -!p0I6r^@OUs5?C8?N:&k77C2Us/ndZ9)nq$r^@Frs1q,mIK0>j77D=us,KN:CAe)U]Y<=Kg5914 -d#ja5[@W/9P+[VaX/)P`bHSkBbe_*5m'$Dis*t~> -XoB=,S9n!s5! -s!&oG?COIa27^rsV*kEBl]'gfr?(k]Nbart-CS!-eJC/cYmp -s8P.\!58EqrW!#(s7H9j%\s((!WW5os8NW1!9sNqrW!#Ss2k6?'[Ha0!!"5Cs5O(Z('";q!!!<) -s.0,h&c2O.!!#dos0r%/63$sr!!"hQruoFmi6B?D]=IRtdB('bQFph9LV1Zk`R3nIUU7nO^VoN? -X8d\~> -gA_3"_>XB8fs]5_ru16nI:,oH;,1(g:C@I4#Y%ui6UjX05tO4@f#@Xi=lfS^%n-7L8MW4(5l\?K -fN7Q7fDbdNP/@4u,:D5PRn*H8j(d%>837m_?R[NDrNn:6?GSJr6&PIha[\N^n,E=eLlO4Ff(9# -&\tlbg&M)j\$tl,s2_[Ym/Qk[[fYgor;O/8jo>@j\$u;8s1>bLq>]g\[fZ7&nG]m2nc/3i\&&+E -pU@WFs8V#d\%2P=j8QM"rVu&i\'=sQlaO@Fs8UQW\&J:F+ih+Nc,crt\b,+5XM1j']OnL*]Z65T -dHIL'[)0Mk`9jV+s*t~> -gA_1S-N3rGH2q"%ru19uLLsRb=BJ^0<"06@#Y\T%92JJS8l.lZf>[aj=lfS^%n-7L8MW4(5l\?K -fN7Q7fDbdNP/@4u,:D5PRn*H8j(d%>837m_?R[NDrNn:6?GSJr6&PIha[\N^n,E=eLlO4Ff(9# -&LI\dHiO+%"pWpQ$"pXf$rtP_Bl2SHr"p3T[b5MSZci;T$"t9NO -j9>f-s8S8e"qL\5T`,--qZ!Z%##bL$\cr@-s8Qa:"uuP\+ih+Nc,crt\b,+5XM1j']OnL*]Z65T -dHIL'[)0Mk`9jV+s*t~> -XT'.0Sl\r[5W_.U64a+s!]D8P/2&t:.Mb7u`;]j@jSo/h7/B";pc&4:s1!d_Im]@srr?*us!MTl -']1mc.0"&2:>u.C`]NbL+8nCJpK"s^gE](^:5aQBuXB:^cPYZrt.1.)MS4k6Q-lis8Pk5 -)T;[?rYbjJs7Q@0%]o^1*#]ais8OJc)XIF?rYbjqs3CT^'\!*9)B(X9s5k4 -gA_39hu3QVp=\rjrtt@'An+V8;,&cC'`\486SC_g6VB[)*CnYurrH9`rr3HrqE+?E2uc)A\:ss4 -6]q?I!*9'u-Yp4+h`/D"s(^"XiVc?f47_;OrBAL#f9h? -XlYdd]j1T^^]4=b]`.p9b]3[:H93^CrVlrT!/pgU!Pjrurr>7^rsM$jE52Ee``qH<4'7RD&]_W" -h>dMt^:s1]m^^&n$.nc$6:oDeKt^;p9RpqFJ\ -s8V,n^;0dKk5N(,rr;8t^=*&]mCp<\s8U`c^ -gA_2ONrAtZi-NW&rttC)A8#%I<`;(^)?9a>7l!M'92nDJ+ALM,rrH9`rr3HrqE+?E2uc)A\:ss4 -6]q?I!*9'u-Yp4+h`/D"s(^"XiVc?f47_;OrBAL#f9h? -XlYdd]j1T^^]4=b]`.p9b]3[:H93^CrVlrT!/pgU!Pjrurr>7^rsM$jE52Ee``qH<4'7RD&Nh-W -M#[KF+!8o1s&1!]`W,6&*s0%Rp&6$CY5eMF+!:7Ws",<7li4p&*s1C#ci,"#eGn8F+$KZ(k8td$ -s8SZ4+"%$fWW!tOqZ!rF+(P?N_&jb$s8R -WrEggEBZN6,U6\E&-s79'-SYD*Z?Dmp;?n2=lfS^%Rg.Ws8P:_56&-Hs.'GArr3#QIf99oRQj.= -@R#/rHs&HmHs8P@_56(Y@Z>a!/+]"s.PZTs/s8Qa%rr3\!VI@;*j'(e4=DMl]MuWh6s8Sg: -rr34YEQ3q:s4T+(rrYi`2rFW7!H@6#rr>7^rsM$jE6\E,``qHZ!LA<:XoBQuXQ%LIb0KGKimI#+ -Bi(.oE\q%*qR"u@fY>2;_8+%YUT=EF~> -WrEggHV[C%2`5D/((r&e+Z)#22C^AGou$e1=lfS^%Rg.Ws8P:_56&-Hs.'GArr3#QIf99oRQj.= -@R#/rHs&HmHs8P@_56(Y@Z>a!/+]"s.PZTs/s8Qa%rr3\!VI@;*j'(e4=DMl]MuWh6s8Sg: -rr34YEQ3q:s4T+(rrYi`2rFW7!H@6#rr>7^rsM$jE6\E,``qHZ!LA<:XoBQuXQ%LIb0KGKimI#+ -Bi(.oE\q%*qR"u@fY>2;_8+%YUT=EF~> -WrEghHr*X*4$@ID(D\W%-TaCJ2D@"Up;?n2=lfS^%Rg.Ws8P:_56&-Hs.'GArr3#QIf99oRQj.= -@R#/rHs&HmHs8P@_56(Y@Z>a!/+]"s.PZTs/s8Qa%rr3\!VI@;*j'(e4=DMl]MuWh6s8Sg: -rr34YEQ3q:s4T+(rrYi`2rFW7!H@6#rr>7^rsM$jE6\E,``qHZ!LA<:XoBQuXQ%LIb0KGKimI#+ -Bi(.oE\q%*qR"u@fY>2;_8+%YUT=EF~> -WW*V0fptn],?H]I+tYkb#nJY$V"VY)(g45falGkd56(XHs#%o8L$;=]2uWdVPL'4--J8Bks0Vm5 -s(^"Xn,HD?-`;n)rEaHN1uHOXX)eLCJXX\qaT(jMrVmt+VR-Ptj''J]aaR@;+LQ0Ws8V[TIE@0V -f\\Elah(OOrs1#diJcDnQ,20!UcHFDTi:Q'al,0ut -G'78UQ`BbmgZc\k^qdh'`q-A4XT*e~> -WW*V0gSJ442eGN>2*skQ)&bMMVY.e*(g45falGkd56(XHs#%o8L$;=]2uWdVPL'4--J8Bks0Vm5 -s(^"Xn,HD?-`;n)rEaHN1uHOXX)eLCJXX\qaT(jMrVmt+VR-Ptj''J]aaR@;+LQ0Ws8V[TIE@0V -f\\Elah(OOrs1#diJcDnQ,20!UcHFDTi:Q'al,0ut -G'78UQ`BbmgZc\k^qdh'`q-A4XT*e~> -WW*V0gS\@84DIST4@W'd*[*[_WqO:/(g45falGkd56(XHs#%o8L$;=]2uWdVPL'4--J8Bks0Vm5 -s(^"Xn,HD?-`;n)rEaHN1uHOXX)eLCJXX\qaT(jMrVmt+VR-Ptj''J]aaR@;+LQ0Ws8V[TIE@0V -f\\Elah(OOrs1#diJcDnQ,20!UcHFDTi:Q'al,0ut -G'78UQ`BbmgZc\k^qdh'`q-A4XT*e~> -VZ.)(iOMrH+VuaW@\2*A^Ae2/rcAjaRJ`BNs-E\ZFL0!/]Dn8Ns8Tt1rVn5?MTl,#FmK(1kF_JJ -U@Pg9J;jKmNc`nQja$CLSH%AdFJo0=oYpe/&B<#^FRS^qp4IISFOS9PNr/hU$h0U,FP-Wnf5u+d -jo58cG3],-O5^-7_#43DjaqT1q#@V[s0^d]h3e5T["87[ruq3rjjMArbL#\Adc8*.;I3!r75_s" -hV?bp^;.S%_ohEBX8d\~> -VZ.)(iOEGm3A*EMAt@HB^Ae2/rcAjaRJ`BNs-E\ZFL0!/]Dn8Ns8Tt1rVn5?MTl,#FmK(1kF_JJ -U@Pg9J;jKmNc`nQja$CLSH%AdFJo0=oYpe/&B<#^FRS^qp4IISFOS9PNr/hU$h0U,FP-Wnf5u+d -jo58cG3],-O5^-7_#43DjaqT1q#@V[s0^d]h3e5T["87[ruq3rjjMArbL#\Adc8*.;I3!r75_s" -hV?bp^;.S%_ohEBX8d\~> -VZ.)(j1TbegAtdfI^Ae2/rcAjaRJ`BNs-E\ZFL0!/]Dn8Ns8Tt1rVn5?MTl,#FmK(1kF_JJ -U@Pg9J;jKmNc`nQja$CLSH%AdFJo0=oYpe/&B<#^FRS^qp4IISFOS9PNr/hU$h0U,FP-Wnf5u+d -jo58cG3],-O5^-7_#43DjaqT1q#@V[s0^d]h3e5T["87[ruq3rjjMArbL#\Adc8*.;I3!r75_s" -hV?bp^;.S%_ohEBX8d\~> -U]1MRH!a<\\:O[2s1A:<_7Ta9Olub^\[V,)rrB"Hrr_?Qs/>/]+9(f^bfe2Og[Es`Z%mf];&j>M -TV0ig]tD+q_SaL\ri6!K~> -U]1MSKO\,(\Ujd3s1A:M -TV0ig]tD+q_SaL\ri6!K~> -U]1MVNGN'I]7L!5s1A:<]X@e,LZSQLZ`rrprrAbArr_6Ms.SZV+9(f^bfe2Og[Es`Z%mf];&j>M -TV0ig]tD+q_SaL\ri6!K~> -U&P/lr.4m!s1/.:dXD/?>Isihe`Q`(rr@]#rr]:Rs5E/@*<,WacHOGShr3D%Q\K*b>\\Doa3;6+ -^;7\)de9X>J,~> -U&P/lqgncus1/.:ke-rWWn[Qhl14cJrrBg_rr^a9s6o.N*<,WacHOGShr3D%Q\K*b>\\Doa3;6+ -^;7\)de9X>J,~> -U&P/lr.4m!s1/.:c>im*9XOhHdc:3"rr@;mrr]"Fs5)r=*<,WacHOGShr3D%Q\K*b>\\Doa3;6+ -^;7\)de9X>J,~> -JcC<$JcF=$:3H,sW1Q2s7)&!UA`#_JDKs`K:;` -JcC<$JcF=$::L#Ad`ha$oZ?dMam&?0^"`S%s7jLGci2n<^$Y^;^WQQUs7OUN_YWB.^ZPRAI]]$6/s1eT`^;fX=`50.@n,F:'jNYihajAJZZ%?0o(0.39Z`^XJ^V\%NqksIE~> -JcC<$JcF=$:2'0[TTfCikDnekNmZj1FL(mjs6tS^RJjmFFkQJFG`_k's6GnoJ+Ud)H-?5JMft'Z -LPBr=s1`_sfDD7dF2).$s*4R?G)5#KK7%dFn,F:'jNYihajAJZZ%?0o(0.39Z`^XJ^V\%NqksIE~> -JcC<$JcF=$:5mnCl?M63s-N&*kk0;bkC)uTs+\njP1Fm?mF8PEr7(-6s/Np8UZ6^aid:KOmIkc( -I.HiUfSB1RJBXVb]@X(8s+AsZpV`6fIJ`,_mf++%r9`%WaMl-6\#cj?R?jAB\%]PshYI/Js*t~> -JcC<$JcF=$:;cG)oXXG$s2jrLoD6&ho=Xn6s1mgm`p(&)p$(/ZrTX%Us3om*cgeU -JcC<$JcF=$:4h)(k\T'ks,Q>ik4EQPj`0m:s*MuZLsg)!ld;l2r6Xg1s.[.*S)J8Hhf&:4m.P5p -E:NI;eU7)AFiTgJ[F:l"s*3%@p:lFUEVnaEmf++%r9`%WaMl-6\#cj?R?jAB\%]PshYI/Js*t~> -JcC<$JcF=$:9'P8reH`>s-N&*rU4HQK6d0Cs) -JcC<$JcF=$:=I;$rkZY)s2jrLrqE\4^Uj9Vs0]VV]C"[p]&rh6^;KjJs2am5r:J)1s2=cKs8Tk6 -^]4>KiO6M9`nKMRs8(41s1dOKs8Tk1`;fbPli.Usp#=?;^:h7jZa7$A\$XEFqYm;jJ,~> -JcC<$JcF=$:8<_rrd9U!s,Q>ir9dd6G]!+us'p:uE7r9XDT_R;GCfJfs,?:DpumV8s+9ogs8R?D -GlReg^h.h9L9\_trq3#8s*2;fs8R?9KE(arli.Usp#=?;^:h7jZa7$A\$XEFqYm;jJ,~> -JcC<$JcF=$:>T3hs1DRYs-N&*rUu<2pQP?(s,tq0V;RpAmt8U0ql.a -JcC<$JcF=$:@>.+m(<21s8Tk6 -^]4>KmE,.obice -JcC<$JcF=$:>8IPs0bV?s,Q>ir:Pd#p5/Kfs+o,"S_]P,mL^PK\CHW5>:Vs*34=n?e5JKE(arkl2.lo]k_o`l?Bdhrt%=s8JenJ,~> -JcC<$JcF=$+S:iMs8%NBs0M3lrVtH+MqA!)s59/t`W)TdLZRHLLSXqL.e' -JcC<$JcF=$+Sj(Ds8Be0s4I(nrr;9#_s79Ks6n%FiW%3>_=@!1_9i2].eh?,h#HWU_tO,Ws8UIG -d/X-ms4bB5o)71Vci;n=s3Uf#_9DoUeGoKqjSo8[s8Dqgs*t~> -JcC<$JcF=$+S(?>s8%-6s/b[\rVt;qJ^j^is5&]^_#KaKI,a"1I%:39.dijT[K"X'JaEE,s8SVh -SH&VZs0I*9jSQ$+RfC!Js.'+pI$=L&V#U:bjSo8[s8Dqgs*t~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -JcC<$JcC<$JcC6~> -%%EndData -showpage -%%Trailer -end -%%EOF diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/plan-videolan-640.jpg b/LDP/ref/docbook/VideoLAN-Quickstart/plan-videolan-640.jpg deleted file mode 100644 index 011aa94e..00000000 Binary files a/LDP/ref/docbook/VideoLAN-Quickstart/plan-videolan-640.jpg and /dev/null differ diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/sap.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/sap.sgml deleted file mode 100644 index 9803dfaf..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/sap.sgml +++ /dev/null @@ -1,69 +0,0 @@ -Add a channel information service - -Typing multicast addresses is not very fun... that's why you need -a channel information service ! VideoLAN has implemented a channel -information service based on the SAP/SDP standard. The mini-SAP-server -sends announces about the multicast programs on the network (via the -multicast address 224.2.127.254 reserved for this -purpose), and VLCs receive these annouces and automatically add the -programs announced to their playlist. - -Install and configure the mini-SAP-server - -The mini-SAP-server is only available for Linux. - -Download the latest version of the mini-SAP-server from the streaming download -page. - -Install-it: - - -% tar xvzf miniSAPserver-version.tar.gz -% cd miniSAPserver-version -% make - - -Edit the configuration file sap.cfg shipped -with the tarball. It should contain a global section with the Time To -Live of the SAP announces and a section per program announced. Use the -comments to understand each parameter. - -The Time To Live option indicates the maximum number of routers -that the SAP announce packets can cross before being dropped. - - - -Run the mini-SAP-server - -Start the mini-SAP-server : - - -% ./sapserver -c sap.cfg - - -If you want to run the mini-SAP-server in the background, use the --d command line switch. For instance: - - -% ./sapserver -d -c sap.cfg - - -You can also omit the -c command line switch if -your config file is /etc/sap.cfg. - - - -Configure VLC(s) to listen to the SAP announces - -Start VLC with the following command line: - - -% vlc --extraintf sap - - -Then open the playlist : you should see the programs announced. -When you double-click on the name of a program, VLC will subscribe to -the multicast address and start to play the stream ! - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/streamable-mpeg-file.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/streamable-mpeg-file.sgml deleted file mode 100644 index cf305a1f..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/streamable-mpeg-file.sgml +++ /dev/null @@ -1,46 +0,0 @@ - -Vls can stream MPEG 1 or MPEG 2 files that meet two -critera : - - - - -the file must be MPEG PS -(Program Stream) or MPEG TS (Transport Stream), -that contain video and audio multiplexed. Vls cannot stream MPEG -ES (Elementary Stream), i.e. a file with only audio -or video. - -In order to know if an MPEG file is MPEG PS, -MPEG TS or MPEG ES, read the -file with vlc and look at the messages (select in the menu -View / Messages, or use the command line -vlc -v) and look for a -line : - - -module: locking demux module `mpeg_XX' - - -If XX = ps or XX = -ts, then your file is MPEG PS and -MPEG TS respectively, and you may be able to -stream it. If XX = es, then your file is MPEG -ES and is not streamable. - -the sequence header of the video must repeat itself regularly, -which is often the case with MPEG 2, but very rare with MPEG 1. There is -no easy way to know if the sequence header is repeated regularly. Files -with a .vob extension are normally MPEG -2 files and files with .mpg or -.mpeg extension or -usually -MPEG 1 files. - - - -You can download this streamable -MPEG 2 PS file for your tests : presentation_short.vob. - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/uninstall-vlc.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/uninstall-vlc.sgml deleted file mode 100644 index 69aa3514..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/uninstall-vlc.sgml +++ /dev/null @@ -1,54 +0,0 @@ -Under Windows - -Click on the Uninstall VLC icon that was -created during installation. - - - -Under BeOS - -Delete the vlc-version -directory. You can also remove the configuration file -/boot/home/config/settings/vlcrc. - - - -Under Mac OS X - -Drag the VLC application to your trash can. - - - -Under Linux Debian - -Remove the packages that you installed : - - -# apt-get remove --purge vlc-gnome vlc-mad libdvdcss2 libdvbpsi1 - - - -Under Linux Redhat, Mandrake and SuSE - - -Uninstall the RPM packages that you installed : - - - -# rpm -e vlc-version vlc-mad-version vlc-gnome-version -libdvdcss2-version libdvdpsi1-version - - - - -If you compiled VLC from sources - - -Go to the directory containing VLC sources and execute : - - -# make uninstall - - -Then you can remove the VLC sources. - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/vlc-streamoutput.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/vlc-streamoutput.sgml deleted file mode 100644 index 6eded8c3..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/vlc-streamoutput.sgml +++ /dev/null @@ -1,113 +0,0 @@ -Stream and receive with VLC - - -Unicast an MPEG-1, MPEG-2, or MPEG-4 / DivX file - -Start VLC on the server - -Open a terminal and type : - - -% vlc /media/video/video1.avi --sout udp://client.example.org - - -where /media/video/video1.avi is the file -you want to stream and client.example.org is the -DNS name of the client you want to stream to (you can put an IP address -instead). - -Under Windows, make sure that you are in the same directory -as the VLC install directory. - -Start VLC on the client - -Launch VLC on the machine which receives the stream and click on -the Net button. Then select UDP, -keep the default port and click on OK. - -Unicast a DVD - -Start VLC on the server - -Open a terminal and type : - - -% vlc dvdold:/dev/dvd --sout udp://client.example.org - - -where /dev/dvd is the device corresponding -to your DVD drive (put D: under Windows if -D is the letter of your DVD drive) or the directory -where you copied your DVD, and client.example.org -is the DNS name of the client you want to stream to (you can put an IP -address instead). - - - - - -Under Unix/Linux, you must have write access to the device -corresponding to your DVD drive. For that, you should be in the -disk or cdrom group (look -at the permissions in /dev). If you're not, add -yourself to the group : - - - - -# adduser your_login disk_or_cdrom - - -and then restart your session. - - - -Start VLC on the client - -Use the same procedure as in the previous section. - -Multicast to several VLC's - -What is multicast ? - -Multicast is a norm implemented in all modern network hardware -(switches, routers, ...). It provides an intelligent manner to send a -stream to a dynamic group of machines. If you want to use multicast, -make sure that all your network hardware support it. - -In multicast streaming, the stream is sent to a multicast IP -address (the IP addresses reserved for this purpose are from 224.0.0.0 -to 239.255.255.255). Then, any machine on the network can join the -multicast group by sending a request on the network, and it will -automatically receive the stream. When it sends a request to leave the -group, it will automatically stop receiving the stream. The advantage -of multicast streaming is that only the machines that want to receive -the stream actually receive it, and the streaming server only sends one -stream even if there are multiple clients receiving it. - -Start VLC on the server - -Open a terminal and type : - - -% vlc /media/video/video1.avi --sout udp://239.255.12.42 --ttl 12 - - -where /media/video/video1.avi is the file you -want to stream (remplace it with dvdold:/dev/dvd -under Unix or dvdold:D: under Windows if you want -to multicast a DVD), 239.255.12.42 is the multicast -IP address you want to stream on and 12 is the -value of the TTL (Time To Live) of your IP packets (which means that the -multicast stream will be able to cross 11 routers). - - - -Start VLC(s) on the clients - -Launch VLC and click on the Net -button. Then select UDP Multicast, type -the multicast IP address, keep the default port and click on -OK. - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/vlc.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/vlc.sgml deleted file mode 100644 index 6be0b923..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/vlc.sgml +++ /dev/null @@ -1,76 +0,0 @@ -VLC, the universal media player - -Installing VLC - - &install-vlc; - - - -Running VLC - -Read a File - - - -Start VLC : under Windows, Mac OS X or BeOS, double-clic on the icone and under Unix or Linux, use the command vlc. - - - - - -To read an MPEG-1 MPEG-2 or MPEG-4 / DivX file stored on a hard drive -or a CD-ROM, click on the File icon or select in the -menu File / Open file and select the file you want -to play. - - - - - -Read a DVD - - - -To read a DVD or a VCD, click on the disc icon or -select in the menu File / Open disk and enter the -device name of your DVD drive. - - - - - -If you are running Linux, you must have write access to the device -corresponding to your DVD drive. For that, you should be in the -disk or cdrom group (look -at the permissions in /dev). If you're not, add -yourself to the group : - - - - -# adduser your_login disk_or_cdrom - - -and then restart your session. - - - - - -Troubleshooting - -If VLC doesn't work for you, open the message window from the menu -View / Messages and try to spot an error message -that could explain your problem. - -Then, read the vlc FAQ and have a -look at the Bugzilla -to see if it is a known issue. - -If you can't find out the problem, explain it in English in the -mailing-list vlc@videolan.org and copy-paste in -your mail the messages of the message window. - - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/vlcs.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/vlcs.sgml deleted file mode 100644 index ff3b3dc9..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/vlcs.sgml +++ /dev/null @@ -1,96 +0,0 @@ -Add a channel information service - -Typing multicast addresses and URLs is not very fun... and that's -where a small program, the mini VideoLAN Channel Server (mini-VLCS), -is very useful. The mini VideoLAN Channel Server associate URLs or -multicast addresses to channels, like on a TV. - -Installing mini-VLCS - -Mini-VLCS is only available for Linux. - -You don't have to change anything to vls or the Web server. -Mini-VLCS is independant from them, but is can be installed on the same -machine as vls or the Web server. - -Download the latest version of mini-VLCS from the network download -page. - -Install-it: - - -% tar xvzf miniVLCS-version.tar.gz -% cd miniVLCS-version -% make - - -It creates an executable program named vlcs. - - - -Configuring mini-VLCS - -Edit the configuration file vlcs.conf. The -syntax rules of this configuration file are the following : - - - -the first line corresponds to channel 0, the second -line corresponds to channel 1, the third line to channel 2, and so -on..., - -lines are considered raw data -and sent directly to the client (for example, -udp:@239.255.12.42), - -lines beginning by I: are "dummy" -channel programs that tell VLC there is nothing in this channel (which -should be the case of channel 0). - - - -For exemple, if you want channels 1 and 2 to be two multicasted -streams and channels 3 and 4 to be two on-demand streams, your -vlcs.conf file will look like this : - - -I:nostream -udp:@239.255.12.42 -udp:@239.255.12.43 -http://vod.videolan.org/test/video1.mpg -http://vod.videolan.org/test/video2.mpg - - - - -Running mini-VLCS - -Start mini-VLCS : - - -% ./vlcs - - -For production, you should run the program in a screen, so that -you can detach-it and reattach-it: - - -% screen ./vlcs - - - - -Configure VLC(s) to use mini-VLCS - -Launch VLC, click on the net button or -select in the menu File / Network stream, select -Channel Server, enter the DNS name or the IP -address of the machine hosting mini-VLCS and click on -OK. - -Then, you see a new section Network Channel -on the interface. Select the channel of your choice and click on -Go!. - - diff --git a/LDP/ref/docbook/VideoLAN-Quickstart/vod.sgml b/LDP/ref/docbook/VideoLAN-Quickstart/vod.sgml deleted file mode 100644 index 4607db56..00000000 --- a/LDP/ref/docbook/VideoLAN-Quickstart/vod.sgml +++ /dev/null @@ -1,61 +0,0 @@ -Video On Demand - -Overview - - -With Video On Demand (VOD), the user can start the video when he -wants, make pauses, go forward and back in the video. It is of course -the best in video streaming and the dream for every user. - - - -VOD is a very big consumer of resources for the server and the -network. VOD is unicast, not multicast : this means that the network and -server resources needed are directly proportional to the number of -clients. - - - -The design of VideoLAN's VOD solution is very simple. The idea is to -do HTTP streaming, i.e. stream an MPEG video encapsulated in HTTP. The -regulation of the bitrate between the client and the server is done -automatically by TCP. With HTTP version 1.1, there is the possibility to -seek in a file downloaded, that's what we use to seek in the video. - - -On the server side - - On the VOD server, you need a running Web server. For example, -you can use a Linux server running Apache. Other operating systems -and other Web servers should work too, but we have never tested. - -Make your MPEG-1, MPEG-2 or MPEG-4 / DivX files available to the -clients on the Web server. - - - -For example, we have a Web server whose DNS name is -localserver. On this server, -we put an MPEG file video1.mpg -which will be available to the clients at the URL -http://localserver/test/video1.mpg. - - - -On the client side - - - -Launch VLC, then click on the Net -button or select in the menu File / Network -stream, select HTTP and type the URL -http://localserver/test/video1.mpg. - - - - - -VLC starts to read the stream nearly immediately and you can seek in the -stream, make pauses, etc... as if the stream was a local file. - -