From 65dfea09a7d7b7d2d8b723eb2c66240e39d2f9c0 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 1 Aug 2012 14:16:39 +0200 Subject: Added colorbox library. --- vendors/jquery/colorbox/README.md | 318 ++++ vendors/jquery/colorbox/colorbox.ai | 1811 ++++++++++++++++++++ .../colorbox/colorbox/jquery.colorbox-min.js | 4 + .../jquery/colorbox/colorbox/jquery.colorbox.js | 926 ++++++++++ vendors/jquery/colorbox/content/ajax.html | 11 + vendors/jquery/colorbox/content/flash.html | 8 + vendors/jquery/colorbox/content/homer.jpg | Bin 0 -> 8917 bytes vendors/jquery/colorbox/content/marylou.jpg | Bin 0 -> 55125 bytes vendors/jquery/colorbox/content/ohoopee1.jpg | Bin 0 -> 74827 bytes vendors/jquery/colorbox/content/ohoopee2.jpg | Bin 0 -> 117411 bytes vendors/jquery/colorbox/content/ohoopee3.jpg | Bin 0 -> 71514 bytes vendors/jquery/colorbox/example1/colorbox.css | 86 + vendors/jquery/colorbox/example1/images/border.png | Bin 0 -> 112 bytes .../jquery/colorbox/example1/images/controls.png | Bin 0 -> 2893 bytes .../example1/images/ie6/borderBottomCenter.png | Bin 0 -> 111 bytes .../example1/images/ie6/borderBottomLeft.png | Bin 0 -> 215 bytes .../example1/images/ie6/borderBottomRight.png | Bin 0 -> 217 bytes .../example1/images/ie6/borderMiddleLeft.png | Bin 0 -> 108 bytes .../example1/images/ie6/borderMiddleRight.png | Bin 0 -> 108 bytes .../example1/images/ie6/borderTopCenter.png | Bin 0 -> 111 bytes .../colorbox/example1/images/ie6/borderTopLeft.png | Bin 0 -> 216 bytes .../example1/images/ie6/borderTopRight.png | Bin 0 -> 214 bytes .../jquery/colorbox/example1/images/loading.gif | Bin 0 -> 9427 bytes .../example1/images/loading_background.png | Bin 0 -> 157 bytes .../jquery/colorbox/example1/images/overlay.png | Bin 0 -> 182 bytes vendors/jquery/colorbox/example1/index.html | 87 + vendors/jquery/colorbox/example2/colorbox.css | 43 + .../jquery/colorbox/example2/images/controls.png | Bin 0 -> 570 bytes .../jquery/colorbox/example2/images/loading.gif | Bin 0 -> 9427 bytes vendors/jquery/colorbox/example2/index.html | 87 + vendors/jquery/colorbox/example3/colorbox.css | 38 + .../jquery/colorbox/example3/images/controls.png | Bin 0 -> 1633 bytes .../jquery/colorbox/example3/images/loading.gif | Bin 0 -> 9427 bytes vendors/jquery/colorbox/example3/index.html | 87 + vendors/jquery/colorbox/example4/colorbox.css | 82 + .../jquery/colorbox/example4/images/border1.png | Bin 0 -> 1057 bytes .../jquery/colorbox/example4/images/border2.png | Bin 0 -> 170 bytes .../example4/images/ie6/borderBottomCenter.png | Bin 0 -> 153 bytes .../example4/images/ie6/borderBottomLeft.png | Bin 0 -> 473 bytes .../example4/images/ie6/borderBottomRight.png | Bin 0 -> 470 bytes .../example4/images/ie6/borderMiddleLeft.png | Bin 0 -> 148 bytes .../example4/images/ie6/borderMiddleRight.png | Bin 0 -> 139 bytes .../example4/images/ie6/borderTopCenter.png | Bin 0 -> 153 bytes .../colorbox/example4/images/ie6/borderTopLeft.png | Bin 0 -> 359 bytes .../example4/images/ie6/borderTopRight.png | Bin 0 -> 465 bytes .../jquery/colorbox/example4/images/loading.gif | Bin 0 -> 9427 bytes vendors/jquery/colorbox/example4/index.html | 87 + vendors/jquery/colorbox/example5/colorbox.css | 52 + vendors/jquery/colorbox/example5/images/border.png | Bin 0 -> 163 bytes .../jquery/colorbox/example5/images/controls.png | Bin 0 -> 2033 bytes .../jquery/colorbox/example5/images/loading.gif | Bin 0 -> 9427 bytes .../example5/images/loading_background.png | Bin 0 -> 166 bytes vendors/jquery/colorbox/example5/index.html | 87 + 53 files changed, 3814 insertions(+) create mode 100644 vendors/jquery/colorbox/README.md create mode 100644 vendors/jquery/colorbox/colorbox.ai create mode 100644 vendors/jquery/colorbox/colorbox/jquery.colorbox-min.js create mode 100644 vendors/jquery/colorbox/colorbox/jquery.colorbox.js create mode 100644 vendors/jquery/colorbox/content/ajax.html create mode 100644 vendors/jquery/colorbox/content/flash.html create mode 100644 vendors/jquery/colorbox/content/homer.jpg create mode 100644 vendors/jquery/colorbox/content/marylou.jpg create mode 100644 vendors/jquery/colorbox/content/ohoopee1.jpg create mode 100644 vendors/jquery/colorbox/content/ohoopee2.jpg create mode 100644 vendors/jquery/colorbox/content/ohoopee3.jpg create mode 100644 vendors/jquery/colorbox/example1/colorbox.css create mode 100644 vendors/jquery/colorbox/example1/images/border.png create mode 100644 vendors/jquery/colorbox/example1/images/controls.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderBottomCenter.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderBottomLeft.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderBottomRight.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderMiddleLeft.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderMiddleRight.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderTopCenter.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderTopLeft.png create mode 100644 vendors/jquery/colorbox/example1/images/ie6/borderTopRight.png create mode 100644 vendors/jquery/colorbox/example1/images/loading.gif create mode 100644 vendors/jquery/colorbox/example1/images/loading_background.png create mode 100644 vendors/jquery/colorbox/example1/images/overlay.png create mode 100644 vendors/jquery/colorbox/example1/index.html create mode 100644 vendors/jquery/colorbox/example2/colorbox.css create mode 100644 vendors/jquery/colorbox/example2/images/controls.png create mode 100644 vendors/jquery/colorbox/example2/images/loading.gif create mode 100644 vendors/jquery/colorbox/example2/index.html create mode 100644 vendors/jquery/colorbox/example3/colorbox.css create mode 100644 vendors/jquery/colorbox/example3/images/controls.png create mode 100644 vendors/jquery/colorbox/example3/images/loading.gif create mode 100644 vendors/jquery/colorbox/example3/index.html create mode 100644 vendors/jquery/colorbox/example4/colorbox.css create mode 100644 vendors/jquery/colorbox/example4/images/border1.png create mode 100644 vendors/jquery/colorbox/example4/images/border2.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderBottomCenter.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderBottomLeft.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderBottomRight.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderMiddleLeft.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderMiddleRight.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderTopCenter.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderTopLeft.png create mode 100644 vendors/jquery/colorbox/example4/images/ie6/borderTopRight.png create mode 100644 vendors/jquery/colorbox/example4/images/loading.gif create mode 100644 vendors/jquery/colorbox/example4/index.html create mode 100644 vendors/jquery/colorbox/example5/colorbox.css create mode 100644 vendors/jquery/colorbox/example5/images/border.png create mode 100644 vendors/jquery/colorbox/example5/images/controls.png create mode 100644 vendors/jquery/colorbox/example5/images/loading.gif create mode 100644 vendors/jquery/colorbox/example5/images/loading_background.png create mode 100644 vendors/jquery/colorbox/example5/index.html diff --git a/vendors/jquery/colorbox/README.md b/vendors/jquery/colorbox/README.md new file mode 100644 index 000000000..2a53feac8 --- /dev/null +++ b/vendors/jquery/colorbox/README.md @@ -0,0 +1,318 @@ +## About ColorBox: +A customizable lightbox plugin for jQuery. See the [project page](http://jacklmoore.com/colorbox/) for documentation and a demonstration, and the [FAQ](http://jacklmoore.com/colorbox/faq/) for solutions and examples to common issues. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). + +## Changelog: + +### Version 1.3.19 - December 08 2011 +Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) + +* Fixed bug related to using the 'fixed' property. +* Optimized the setup procedure to be more efficient. +* Removed $.colorbox.init() as it will no longer be needed (will self-init when called). +* Removed use of $.browser. + +### Version 1.3.18 - October 07 2011 +Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 1's controls.png + +* Fixed a regression where Flash content displayed in ColorBox would be reloaded if the browser window was resized. +* Added safety check to make sure that ColorBox's markup is only added to the DOM a single time, even if $.colorbox.init() is called multiple times. This will allow site owners to manually initialize ColorBox if they need it before the DOM has finished loading. +* Updated the example index.html files to be HTML5 compliant. +* Changed the slideshow behavior so that it immediately moves to the next slide when the slideshow is started. +* Minor regex bugfix to allow automatic detection of image URLs that include fragments. + +### Version 1.3.17 - May 11 2011 +Files Changed:jquery.colorbox.js/jquery.colorbox-min.js + +* Added properties "top", "bottom", "left" and "right" to specify a position relative to the viewport, rather than using the default centering. +* Added property "data" to specify GET or POST data when using Ajax. ColorBox's ajax functionality is handled by jQuery's .load() method, so the data property works the same way as it does with .load(). +* Added property "fixed" which can provide fixed positioning for ColorBox, rather than absolute positioning. This will allow ColorBox to remain in a fixed position within the visitors viewport, despite scrolling. IE6 support for this was not added, it will continue to use the default absolute positioning. +* Fixed ClearType problem with IE7. +* Minor fixes. + +### Version 1.3.16 - March 01 2011 +Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 4 background png files + +* Better IE related transparency workarounds. IE7 and up now uses the same background image sprite as other browsers. +* Added error handling for broken image links. A message will be displayed telling the user that the image could not be loaded. +* Added new property: 'fastIframe' and set it to true by default. Setting to fastIframe:false will delay the loading graphic removal and onComplete event until iframe has completely loaded. +* Ability to redefine $.colorbox.close (or prev, or next) at any time. + +### Version 1.3.15 - October 27 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Minor fixes for specific cases. + +### Version 1.3.14 - October 27 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* In IE6, closing an iframe when using HTTPS no longer generates a security warning. + +### Version 1.3.13 - October 22 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Changed the index.html example files to use YouTube's new embedded link format. +* By default, ColorBox returns focus to the element it was launched from once it closes. This can now be disabled by setting the 'returnFocus' property to false. Focus was causing problems for some users who had their anchor elements inside animated containers. +* Minor bug fix involved in using a combination of slideshow and non-slideshow content. + +### Version 1.3.12 - October 20 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Minor bug fix involved in preloading images when using a function as a value for the href property. + +### Version 1.3.11 - October 19 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Fixed the slideshow functionality that broke with 1.3.10 +* The slideshow now respects the loop property. + +### Version 1.3.10 - October 16 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Fixed compatibility with jQuery 1.4.3 +* The 'open' property now accepts a function as a value, like all of the other properties. +* Preloading now loads the correct href for images when using a dynamic (function) value for the href property. +* Fixed bug in Safari 3 for Win where ColorBox centered on the document, rather than the visitor's viewport. +* May have fixed an issue in Opera 10.6+ where ColorBox would rarely/randomly freeze up while switching between photos in a group. +* Some functionality better encapsulated & minor performance improvements. + +### Version 1.3.9 - July 7 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/ all colorbox.css (the core styles) + +* Fixed a problem where iframed youtube videos would cause a security alert in IE. +* More code is event driven now, making the source easier to grasp. +* Removed some unnecessary style from the core CSS. + +### Version 1.3.8 - June 21 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Fixed a bug in Chrome where it would sometimes render photos at 0 by 0 width and height (behavior introduced in recent update to Chrome). +* Fixed a bug where the onClosed callback would fire twice (only affected 1.3.7). +* Fixed a bug in IE7 that existed with some iframed websites that use JS to reposition the viewport caused ColorBox to move out of position. +* Abstracted the identifiers (HTML ids & classes, and JS plugin name, method, and events) so that the plugin can be easily rebranded. +* Small changes to improve either code readability or compression. + +### Version 1.3.7 - June 13 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/index.html + +* $.colorbox can now be used for direct calls and accessing public methods. Example: $.colorbox.close(); +* Resize now accepts 'width', 'innerWidth', 'height' and 'innerHeight'. Example: $.colorbox.resize({width:"100%"}) +* Added option (loop:false) to disable looping in a group. +* Added options (escKey:false, arrowKey:false) to disable esc-key and arrow-key bindings. +* Added method for removing ColorBox from a document: $.colorbox.remove(); +* Fixed a bug where iframed URLs would be truncated if they contained an unencoded apostrophe. +* Now uses the exact href specified on an anchor, rather than the version returned by 'this.href'. This was causing "#example" to be normalized to "http://domain/#example" which interfered with how some users were setting up links to inline content. +* Changed example documents over to HTML5. + +### Version 1.3.6 - Jan 13 2010 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Small change to make ColorBox compatible with jQuery 1.4 + +### Version 1.3.5 - December 15 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Fixed a bug introduced in 1.3.4 with IE7's display of example 2 and 3, and auto-width in Opera. +* Fixed a bug introduced in 1.3.4 where colorbox could not be launched by triggering an element's click event through JavaScript. +* Minor refinements. + +### Version 1.3.4 - December 5 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Event delegation is now used for elements that ColorBox is assigned to, rather than individual click events. +* Additional callbacks have been added to represent other stages of ColorBox's lifecycle. Available callbacks, in order of their execution: onOpen, onLoad, onComplete, onCleanup, onClosed These take place at the same time as the event hooks, but will be better suited than the hooks for targeting specific instances of ColorBox. +* Ajax content is now immediately added to the DOM to be more compatible if that content contains script tags. +* Focus is now returned to the calling element on closing. +* Fixed a bug where maxHeight and maxWidth did not work for non-photo content. +* Direct calls no longer need 'open:true', it is assumed. Example: `$.fn.colorbox({html:'

Hi

'});` + +### Version 1.3.3 - November 7 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Changed $.fn.colorbox.element() to return a jQuery object rather the DOM element. +* jQuery.colorbox-min.js is compressed with Google's Closure Compiler rather than YUI Compressor. + +### Version 1.3.2 - October 27 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Added 'innerWidth' and 'innerHeight' options to allow people to easily set the size dimensions for ColorBox, without having to anticipate the size of the borders and buttons. +* Renamed 'scrollbars' option to 'scrolling' to be in keeping with the existing HTML attribute. The option now also applies to iframes. +* Bug fix: In Safari, positioning occassionally incorrect when using '100%' dimensions. +* Bug fix: In IE6, the background overlay is briefly not full size when first viewing. +* Bug fix: In Firefox, opening ColorBox causes a split second shift with a small minority of webpage layouts. +* Simplified code in a few areas. + +### Version 1.3.1 - September 16 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/colorbox.css/colorbox-ie.css(removed) + +* Removed the IE-only stylesheets and conditional comments for example styles 1 & 4. All CSS is handled by a single CSS file for all examples. +* Removed user-agent sniffing from the js and replaced it with feature detection. This will allow correct rendering for visitors masking their agent type. + +### Version 1.3.0 - September 15 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/colorbox.css + +* Added $.fn.colorbox.resize() method to allow ColorBox to resize it's height if it's contents change. +* Added 'scrollbars' option to allow users to turn off scrollbars when using the resize() method. +* Renamed the 'resize' option to be less ambiguous. It's now 'scalePhotos'. +* Renamed the 'cbox_close' event to be less ambiguous. It's now 'cbox_cleanup'. It is the first thing to happen in the close method while the 'cbox_closed' event is the last to happen. +* Fixed a bug with the slideshow mouseover graphics that appeared after ColorBox is opened a 2nd time. +* Fixed a bug where ClearType may not work in IE6&7 if using the fade transition. +* Minor code optimizations to increase compression. + +### Version 1.2.9 - August 7 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Minor change to enable use with $.getScript(); +* Minor change to the timing of the 'cbox_load' event so that it is more useful. +* Added a direct link to a YouTube video to the examples. + +### Version 1.2.8 - August 5 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Fixed a bug with the overlay in IE6 +* Fixed a bug where left & right keypress events might be prematurely unbound. + +### Version 1.2.7 - July 31 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js, example stylesheets and background images (core styles have not changed and the updates will not affect existing user themes / old example themes) + +* Code cleanup and reduction, better organization and documentation in the full source. +* Added ability to use functions in place of static values for ColorBox's options (thanks Ken!). +* Added an option for straight HTML. Example: `$.fn.colorbox({html:'

Howdy

', open:true})` +* Added an event for the beginning of the closing process. This is in addition to the event that already existed for when ColorBox had completely closed. 'cbox_close' and 'cbox_closed' respectively. +* Fixed a minor bug in IE6 that would cause a brief content shift in the parent document when opening ColorBox. +* Fixed a minor bug in IE6 that would reveal select elements that had a hidden visibility after closing ColorBox. +* The 'esc' key is unbound now when ColorBox is not open, to avoid any potential conflicts. +* Used background sprites for examples 1 & 4. Put IE-only (non-sprite) background images in a separate folder. +* Example themes 1, 3, & 4 received slight visual tweaks. +* Optimized pngs for smaller file size. +* Added slices, grid, and correct sizing to the Adobe Illustrator file, all theme files are now export ready! + +### Version 1.2.6 - July 15 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Fixed a bug with fixed width/height images in Opera 9.64. +* Fixed a bug with trying to set a value for rel during a direct call to ColorBox. Example: `$.fn.colorbox({rel:'foo', open:true});` +* Changed how href/rel/title settings are determined to avoid users having to manually update ColorBox settings if they use JavaScript to update any of those attributes, after ColorBox has been defined. +* Fixed a FF3 bug where the back button was disabled after closing an iframe. + +### Version 1.2.5 - June 23 2009 +Files Changed: jquery.colorbox.js/jquery.colorbox-min.js + +* Changed the point at which iframe srcs are set (to eliminate the need to refresh the iframe once it has been added to the DOM). +* Removed unnecessary return values for a very slight code reduction. + +### Version 1.2.4 - June 9 2009 +Files Changed: jquery.colorbox.js, jquery.colorbox-min.js + +* Fixed an issue where ColorBox may not close completely if it is closed during a transition animation. +* Minor code reduction. + +### Version 1.2.3 - June 4 2009 +* Fixed a png transparency stacking issue in IE. +* More accurate Ajax auto-sizing if the user was depending on the #cboxLoadedContent ID for CSS styling. +* Added a public function for returning the current html element that ColorBox is associated with. Example use: var that = $.fn.colorbox.element(); +* Added bicubic scaling for resized images in the original IE7. +* Removed the IE6 stylesheet and png files from Example 3. It now uses the same png file for the controls that the rest of the browsers use (an alpha transparency PNG8). This example now only has 2 graphics files and 1 stylesheet. + +### Version 1.2.2 - May 28 2009 +* Fixed an issue with the 'resize' option. + +### Version 1.2.1 - May 28 2009 +* Note: If you are upgrading, update your jquery.colorbox.js and colorbox.css files. +* Added photo resizing. +* Added a maximum width and maximum height. Example: {height:800, maxHeight:'100%'}, would allow the box to be a maximum potential height of 800px, instead of a fixed height of 800px. With maxHeight of 100% the height of ColorBox cannot exceed the height of the browser window. +* Added 'rel' setting to add the ability to set an alternative rel for any ColorBox call. This allows the user to group any combination of elements together for a gallery, or to override an existing rel. attribute so those element are not grouped together, without having to alter their rel in the HTML. +* Added a 'photo' setting to force ColorBox to display a link as a photo. Use this when automatic photo detection fails (such as using a url like 'photo.php' instead of 'photo.jpg', 'photo.jpg#1', or 'photo.jpg?pic=1') +* Removed the need to ever create disposable elements to call colorbox on. ColorBox can now be called directly, without being associated with any existing element, by using the following format: + `$.fn.colorbox({open:true, href:'yourLink.xxx'});` +* ColorBox settings are now persistent and unique for each element. This allows for extremely flexible options for individual elements. You could use this to create a gallery in which each page in the gallery has different settings. One could be a photo with a fade transition, next could be an inline element with an elastic transition with a set width and height, etc. +* For user callbacks, 'this' now refers to the element colorbox was opened from. +* Fixed a minor grouping issue with IE6, when transition type is set to 'none'. +* Added an Adobe Illustrator file that contains the borders and buttons used in the various examples. + +### Version 1.2 - May 13 2009 +* Added a slideshow feature. +* Added re-positioning on browser resize. If the browser is resized, ColorBox will recenter itself onscreen. +* Added hooks for key events: cbox_open, cbox_load, cbox_complete, cbox_closed. +* Fixed an IE transparency-stacking problem, where transparent PNGs would show through to the background overlay. +* Fixed an IE iframe issue where the ifame might shift up and to the left under certain circumstances. +* Fixed an IE6 bug where the loading overlay was not at full height. +* Removed the delay in switching between same-sized gallery content when using transitions. +* Changed how iframes are loaded to make it more compatible with iframed pages that use DOM dependent JavaScript. +* Changed how the JS is structured to be better organized and increase compression. Increased documentation. +* Changed CSS :hover states to a .hover class. This sidesteps a minor IE8 bug with css hover states and allows easier access to hover state user styles from the JavaScript. +* Changed: elements added to the DOM have new ID's. The naming is more consistent and less likely to cause conflicts with existing website stylesheets. All stylesheets have been updated. +* Changed the behavior for prev/next links so that ColorBox does not get hung up on broken links. A visitor can now skip through broken or long-loading links by clicking prev/next buttons. +* Changed the naming of variables in the parameter map to be more concise and intuitive. +* Removed colorbox.css. Combined the colorbox.css styles with jquery.colorbox.js: the css file was not large enough to warrant being a separate file. + +### Version 1.1.6 - April 28 2009 +* Prevented the default action of the next & previous anchors and the left and right keys for gallery mode. +* Fixed a bug where the title element was being added back to the DOM when closing ColorBox while using inline content. +* Fixed a bug where IE7 would crash for example 2. +* Smaller filesize: removed a small amount of unused code and rewrote the HTML injection with less syntax. +* Added a public method for closing ColorBox: $.fn.colorbox.close(). This will allow iframe users to add an event to close ColorBox without having to create an additional function. + +### Version 1.1.5 - April 11 2009 +* Fixed minor issues with exiting ColorBox. + +### Version 1.1.4 - April 08 2009 +* Fixed a bug in the fade transition where ColorBox not close completely if instructed to close during the fade-in portion of the transition. + +### Version 1.1.3 - April 06 2009 +* Fixed an IE6&7 issue with using ColorBox to display animated GIFs. + +### Version 1.1.2 - April 05 2009 +* Added ability to change content when ColorBox is already open. +* Added vertical photo centering now works for all browsers (this feature previously excluded IE6&7). +* Added namespacing to the esc-key keydown event for people who want to disable it: "keydown.colorClose" +* Added 'title' setting to add the ability to set an alternative title for any ColorBox call. +* Fixed rollover navigation issue with IE8. (Added JS-based rollover state due to a browser-bug.) +* Fixed an overflow issue for when the fixed width/height is smaller than the size of a photo. +* Fixed a bug in the fade transition where the border would still come up if ColorBox was closed mid-transition. +* Switch from JSMin to Yui Compressor for minification. Minified code now under 7KB. + +### Version 1.1.1 - March 31 2009 +* More robust image detection regex. Now detects image file types with url fragments and/or query strings. +* Added 'nofollow' exception to rel grouping. +* Changed how images are loaded into the DOM to prevent premature size calculation by ColorBox. +* Added timestamp to iframe name to prevent caching - this was a problem in some browsers if the user had multiple iframes and the visitor left the page and came back, or if they refreshed the page. + +### Version 1.1.0 - March 21 2009 +* Animation is now much smoother and less resource intensive. +* Added support for % sizing. +* Callback option added. +* Inline content now preserves JavaScript events, and changes made while ColorBox is open are also preserved. +* Added 'href' setting to add the ability to set an alternative href for any anchor, or to assign the ColorBox event to non-anchors. + Example: $('button').colorbox({'href':'process.php'}) + Example: $('a[href='http://msn.com']).colorbox({'href':'http://google.com', iframe:true}); +* Photos are now horizontally centered if they are smaller than the lightbox size. Also vertically centered for browsers newer than IE7. +* Buttons in the examples are now included in the 'protected zone'. The lightbox will never expand it's borders or buttons beyond an accessible area of the screen. +* Keypress events don't queue up by holding down the arrow keys. +* Added option to close ColorBox by clicking on the background overlay. +* Added 'none' transition setting. +* Changed 'contentIframe' and 'contentInline' to 'inline' and 'iframe'. Removed 'contentAjax' because it is automatically assumed for non-image file types. +* Changed 'contentWidth' and 'contentHeight' to 'fixedWidth' and 'fixedHeight'. These sizes now reflect the total size of the lightbox, not just the inner content. This is so users can accurately anticipate % sizes without fear of creating scrollbars. +* Clicking on a photo will now switch to the next photo in a set. +* Loading.gif is more stable in it's position. +* Added a minified version. +* Code passes JSLint. + +### Version 1.0.5 - March 11 2009 +* Redo: Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than the document dimensions. + +### Version 1.0.4 - March 10 2009 +* Added an option to allow users to automatically open the lightbox. Example usage: $(".colorbox").colorbox({open:true}); +* Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than the document dimensions. + +### Version 1.0.3 - March 09 2009 +* Fixed vertical centering for Safari 3.0.x. + +### Version 1.0.2 - March 06 2009 +* Corrected a typo. +* Changed the content-type check so that it does not assume all links to photos should actually display photos. This allows for Ajax/inline/and iframe calls on anchors linking to picture file types. + +### Version 1.0.1 - March 05 2009 +* Fixed keydown events (esc, left arrow, right arrow) for Webkit browsers. + +### Version 1.0 - March 03 2009 +* First release diff --git a/vendors/jquery/colorbox/colorbox.ai b/vendors/jquery/colorbox/colorbox.ai new file mode 100644 index 000000000..1b51881af --- /dev/null +++ b/vendors/jquery/colorbox/colorbox.ai @@ -0,0 +1,1811 @@ +%PDF-1.4 %âãÏÓ +1 0 obj <> endobj 2 0 obj <>stream + + + + + application/vnd.adobe.illustrator + + + colorbox + + + + + Adobe Illustrator CS4 + 2009-05-27T04:22:39-04:00 + 2009-07-30T21:43:35-05:00 + 2009-07-30T21:43:35-05:00 + + + + 208 + 256 + JPEG + /9j/4AAQSkZJRgABAgEBLAEsAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA AQEsAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAADQAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXnn5b+fNd85T6us6W9jHpkiRL6KOzOzl9zzagACdMVZt9U1D/lt/5Jr/AFxV gf5ZfmZrHmfzJrei39vBGNIaSNbiEODIYpjFUqzNStK4q9JxV2KuxV2KuxV2KuxV2KuxV2KvG/Pf 5jfmBY/mDL5Z8twpdMyRNb2/pKzktEHf4jTYbmpxVQ/xJ/zkV/1Y1/4G3/6qYqh9G/ND8zYvPml+ WvMdtHZSXcsXqwtEgYwyEjkjKSCDQioPXFXueKvBB+aX5r6n5k1HSdAtI717OSX4EiT4Y0fiCzOV H44qmH+JP+civ+rGv/A2/wD1UxVd5F/Nbzde6/qVh5lMVnHpcEj3aNGIzG0TANyPgBiqbeU/z18v eZdcl0izkZZ2kZLEPEw9aONOTS1pRQTUKCa+OKqdh+fvlm882Dy+kzAycYoLkxsFN16jRtbsCOuy lWFVNaVr1VRfnv8AN5/Jt9AmpWLvp1zbyPBexFWrcx7iEx1BFV/aO340VR+r/mFqWj+Sl8x6lYGG aOOGS808MrPH6jKHVW2VivLbpX2xVMtC8622vaLFq+lzLPaTKxRuJHxLUMpBoQQRirDfIf5y6x5n 1DSrWaxhtl1HT7i/dkZmKmC7a2CCoHXjyriqH/5x3/vvNf8AzFQ/rmxV7Lirwb8hv/JkedP+M9z/ ANRhxV7zirsVdirsVdirsVdirsVdirsVeNSf+tKx/wDMKf8AqDOKvZcVeHfmF/60T5T/AOYO0/6i 7nFXuOKvDvyS/wDJleb/AJN/1EHFXuOKvCPKoB/O/wA3AioLSgg/OPFWbeXvLflPTby/m0e1gjnl n5XRjCnhLxHJVP7O1KqPn1OKtQ+W/KaebH1VLaAa4LZVQhVBWIu9XVRtyZmYM3XtiqC8x+VvI2q6 79Y19I7m7WzkRbe5c+mkBPxyIhPFH/yx8W3XbFVeXQvK8/km20meQyeX1jgQPJI3xRqylQ7k1AOw O+2Kp/bWdpb2iWtpEkNsiCOKKIBVVQOICgbAAbDFWE+SPKfkrTL7TZ9Eu7i4ltrCeCzEtaNbPdM8 jtVE3EzFR0+XfFVH/nHf++81/wDMVD+ubFXsuKvBvyG/8mR50/4z3P8A1GHFXvOKuxV2KuxV2Kux V2KuxV2KuxV4tfgH/nISYHcfUl/6h1xV6LwT+Ufdil5J5sAH/OQPlWgp/o1r0/5ibjFD3/FXg/5T gHzt5xqK/vk6/wDGWbFXqnBP5R92KXlnlqJJPzo80xNUI8AU8SVNDFCNitCD7jFDLfL3kW10fUZL xLiWQh2MKsduDClHH7RB74qttvIVnD5iGrfWZSqfvEj5GplZmJJbrwoR8Pfvttiqt5q8pyeYJ4Vl uBDawRuU4oDJ6zbAlj+xtuBT5+CqM1DRrrUPLf6LnlRJ5I40mljWiAggsVTbw2GKo3SNNg0uwgso Gd4oBRWkYsx+k/qG2KpD5W8sajpU1k9y0TC3spraT02J+OS5MwIqo24/jiqS/wDOO/8Afea/+YqH 9c2KvZcVeDfkN/5Mjzp/xnuf+ow4q95xV2KuxV2KuxV2KuxV2KuxV2KvA/OPmPTvL356y6jqJZbM W0cUsiKXKc4AAxUbkA9ab4qyL/ldX5a/9XZv+kW7/wCqWKsFm8z6R5m/PLy5qGkO81lALa19Z0aM O6yySEqrgNQeqBuBvXtvir6UxV81eTfOmheWPPHmY6zI8EF5MwjnVHkUNFK54ssYZvi57bYqzv8A 5XV+Wv8A1dm/6Rbv/qlirFfy41m11v8ANXXtVtAwtbqImHmKMVT04wxHblwrir2LFLsVdirsVdir sVeef847/wB95r/5iof1zYoey4q8G/Ib/wAmR50/4z3P/UYcVe84q7FXYq7FXYq7FXYq7FXYq7FU p1Dyj5X1G6a7v9Ktbq6cAPNNEjuQooKkiuwGKob/AJV95G/6sNh/0jx/0xVVtfJPlC0uY7m10azg uIWDxSxworKw6EEDY4qnWKpHN5F8mTSvLLollJLISzu0EZJYmpJNMVWf8q+8jf8AVhsP+keP+mKo rT/KfljTpjNYaXa2sxHEyQxIjFT2qoGKph9Utv8AfS/dirvqlt/vpfuxV31S2/30v3Yq76pbf76X 7sVd9Utv99L92Ku+qW3++l+7FXj/APzjwQLjzUhNGNzCwU9aVl3pir2XFXg35DD/AJCN5zb9lprk q3Yj62emKvecVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVSyfy1oU2 5soUbpySNUNPCoGKqH+D9B/5ZhiqN03RdK0xOFhaRWwIofSRUJHvxAxVG4q7FXYq7FXYq7FXYq7F XYqg9H1jTdZ0u11XTLhLqwvI1mt54yCrI4qP7R2xVL/OHm6x8qaNca1qNrdTabaL6l3NaRiYxJWh ZkDB+I7kKaDc7Yq84/6Gu/Kj0DcV1P0AokMv1GTgELcA3KtKc/hr47Yq9J8pea7PzTo1vrNha3UG nXiCW0lu41iMsbfZdU5F+LdQSBUbjbFUdrOs6ZoulXWq6pcJa2FlG01zPIaKqIKn5nwHfFUZirsV dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir8t7NtVW2nltHmS3gCvcNGzKq8mCK TQjck0xV9Tf84pyar5v/AC088eUtS1CZ7GaM2dq8hMpgXULeaOXhyPTYNx6Vr44qxf8A6Fe/OhtP Hllv0WNHEwYXv1iSgYOT6/GnPdTTjx+iu+Kss/5y2utV8sfl/wCTPLWnX80diA1vcshMbTixgiSI vxPT4i3HpX5DFXyrdvqzW0El28z209XgaRmZGKEoSKkioNRir9SMVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVfnX5S85aNpmjNFND6bwAGSJAC0xJA5DkRU+IJxV71/wA4TyrN a+dJUHFZLq0dR4BhOR0xV9NYq+ZP+c25FjsvJsjCqpdXbMPYLCcVeC+YvOOiXnl4WyQCea4B9KNw AYCCRzPGtG8ADv32xV+iuKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KvhDQ P+cTvzc1nSbbU1gsrGO6jWWKC7uCk3BxyUskaScag9CajuMVfSX/ADjl+TmsflroGpx61cwz6nqs 8ckkVsWeKOOFWVBzZULMeZJ28MVeu4q8h/5yN/JzWfzK0HS49EuoYNS0qeR0iuSyRSRzqqv8aq5D LwUjanXFXzb5h/5xQ/NzRdJudTaCzv4rSNpZobOcvNwQcmKo6R8qDsu57DFX3hirsVdirsVdirsV dirsVdirsVdirsVdirsVdirsVdirsVdirsVdir4I0T/nKf8AOHSNKttMi1CC5htIxFFLc26SS8FF FDPsWoNqnfxxV9Mf843fnBrf5j+XtSbXIYk1TSZ445Li3UokscysyEoSeLDgwNNumKvX8VePf85J fnDrv5ceX9LbQoIX1LVp5I1uLhS6RRwKrOQgK1di60rt12xV80a7/wA5S/m/rGkXWlzahb28F5G0 M0ltbpHL6bijBX+LjUbVG/hir74xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2K uxV8lfkx+Uv5Sa1+Wlxd6peLeXGprGupX/NIZbF0kST6vGZAwiPNQGcirg7fCcVZD/zhpbW1sfPd tauZLaC/t44HJDFo09dVNRQGoHbFX0pir5q/5zNt7e5/wLb3LcLea+uI5nqFojegGNTsNjiqTfnD +T/5PaP+U8OoWF/Hp+oaajrpV7zWaTUHaR5DbycKeqxZyA4HwAb/AAjFX1dirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVdirsVdir8vLF9eSxu7exFx9Sv1WO8jiDmOUROJEDgCh4uoI8M VfRv/OPmm+ffKv5QeePN1gq6dLEgvbFb+BnjuYtPhlkn+Csb7g8UcNTlXFV7f85FfnGvkL/GBuNH +r8liFl9RufW9RpjHUn1eAi4rX1a0LfB9rFW/wDnI7SPPnmL8qfJPmbUE/SVwVa61L6hAVhthfQx yRfADJJxAXizs1OVOlaYq+br+XX3sbS2vvrP1HT1eOyilDiOISyGVwgIoOTsSfHFX6h4q7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqhNI0nT9I0y10vToEtrGzjWG3gjAVVRBQA AUGKq91bW91bS2tzGs1vOjRTROKq6OOLKw7gg0xV45H/AM4lflEmofWfT1BrblU6cbtvq5Tlz9I/ D6vDlvTnir2SCCG3gjggRYoYlCRRoAqqqiiqoHQAYqhtY0jTtZ0q70rUoFubC9iaC5gcAqyOKEb/ AIYqjMVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVd irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdi rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVdirqitO/hirsVcSBudsVdirSujEhWBI60NaYq3irsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdiq2WP1Inj5MnNSvNDRlqKVB33GKpL5U8sy6DbzwyahPf8ArSM49diQlXZv hBrQtyq57nfFVlj5WmtvM9zrbalczJPHwWzd6otWZuO/7CcvgHY1xVT82eU5tdmtJI7sWwtg/JeD MJQzI3pycXSsZ4bjFU21vTm1LSLuwWT0muomiEtK8eQpWm3TFVawtTaWUFqZpLgwoqGeU8pH4inJ j3JxVJvKflmfQ2vDJOswuW5LxBFP3ssm9f8AjLirIMVdirsVdirsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVU7o3ItpTaqj3QRjAkrFIzJT4Q7KHIWvUhT8sVYV+VN9+a93pt8fzEsbOyu0uHFj9 UapaMyyVDgM6hUHERnqVoWq1TiqjomofnBJ+Z+p2urafYxeREgrYXUTn1i3qSek37RaRlH71DRVH EjeoZVT/ADT1L807S90lPI9s1xayrINZcQwStDF6sIEsHrSwhp1Vn4Rn4WFSegxVlPnWbzFD5S1e Xy2nq6+lrI2lx0VuVwF/dij/AA7t44qi9Bk1qTRbF9cihg1hoUOoRWrM8KzcfjEbMAeNf9s9cVYT +UepfmTevrI86JOoikA0717eO3BT61dL8PppHy/crD1r2Pc4q9FxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kux V2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVQmmkDiOIcpCK09vE4qome+hHO ZF9MHcqa0riqMRgyhh3xVvFXYq7FXYq7FXYq7FVOW5ghkhjkfi9w5ihG/wAThGkI/wCAjY4q3PPF bwSTzNwiiUvI57KoqTt7YqlekebvLusXLWum3q3M6IZGRVcUQEKT8SgdWGKppJNDEAZHVAenIgV+ /FWzJGE9QsAlK86ilPGuKujlikFY3VwNiVIIr9GKtLPA7lFkVnFaqCCduu2KpTqnnLyxpdwba/1G KG4H2ovidl7/ABBA1PpxVB/8rJ8kf9XWP/gJf+aMVTzTtSsNStVurC4S5t2NBJGaio6g+B9sVS1f OnlhtT/Ra36m/wDVNv6HF6+qG4la8adffFU7xV2KuxV2KuxVBqf9ytP+KW/4kuKrtV/4583yH6xi qpZ/7zp8hiqtirsVdirsVdirsVdiqFvbH6zc2E3Ph9SnafjSvPlBLDxrUU/vq19sVUfMP/HA1P8A 5hJ/+TbYq8l/JT/lKrr/AJgZP+T0WKvSPM/6aEMg0uWK3vXdfSmncRp6QQ1XkUk35e21a+2Kooi4 FoZEAjFWMRk+JFkMYCu1APh9Tlv71xVC6IuuNYn9IzQ3V6FkEklqCE4FgY4+RJ5OFrvXb8SqttDr bapcrNc2sun8h+joIUYTxkFd5KmihRy5Cn9MVeIaDpF75m8wpZ+uFuLx3kmuJKt0Bd2I7nFWXa/+ TtzpmkXWoQamt0bWNpXhaH0qogqxDc33A36Yqj/yMkflrMfI8ALdgvap9QVxVjdt/wCTYP8A22ZP +ohsVe9Yq7FVK5mEMTOe2KqKQ3MirJ63HkAeIWvXfrXFVS3lYu8TmrxkAn5iuKqKf8dX/ni3/Elx Vdqv/HPm+Q/WMVVbP/eZPkMVVsVdirsVdirsVdirsVQ9zexW81pC4YteSmCIrSgYRSTVapG3GI/T iqH8w/8AHA1P/mEn/wCTbYq8l/JT/lKrr/mBk/5PRYq9G83+ZH0Wyku/q0t2ElWJbWBpFkasZcuP TSRiB37AVPtlmLHxmrphOXCLR0uozLZSSAPP6aPIFg+KSULEsojj2WrNyoNq5ADemV7IHy55jn1P ShffU7mxEglCw3gIb92VHqry+P0zy/a8NttzPJDhNXaISsWssfMc82vX2miwvofqFC19Op+rzfEg 4KT8PJ/UqnHw+jDLHUQbG6BOzVPGPJ2uxeX/ADJb6hcxNJFDzSaNaBwHUoaVpuK9MqZvQPM35t6B eaDfWVjDcPcXcLwL6iKiKJFKsxIZjsDttiqF/Iz+91n/AFbf9cmKsdtv/JsH/tsyf9RDYq96xV2K oe+hMtuyDqRiqHi1KKONIpI5A6gKaCo2264qq2il5pZypUSEEA9aAU/hiq1P+Or/AM8W/wCJLiq7 Vf8AjnzfIfrGKqtn/vMnyGKq2KuxV2KuxV2KuxV2Koe5soria0mcsGs5TPEFpQsYpIaNUHbjKfpx VdeWsd3Zz2khIjuI3icrQMFdSppWu++Ksd8r/l5ovlvUJL6xmuZJZIjAyztGy8WZWqOKIa1Qd8VZ HJbRSPzNVelOSMVJHgeJFcVd9Vg9IRcfgB5ChIIbx5V5V964q2ltChY0LFxRi5Lkjw+Inb2xVYll AjKRyITdFZ2ZR8gSRirFta/Kvytqt9JeuJ7WaYl5hbOqqzHqxV1cAn2xVL/+VKeVf+Wq+/5GQ/8A VLFWV+XvLOkeX7RrbTYiiueUsjHlI5HQs3t2HTFUmT8s9Bj8wnXhcXX1v6y15wLx+n6jOXIp6fLj U/zYqyWXUbWI0dwDiqn+l7L/AH4MVd+l7L/fgxVb+k9PrXmMVXDVrEdHGKoe0vbe41grGwYiBj9H NcVROsMF02dj0AH6xiqrYsGtYyOlBiqvirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqnc kiFyOtDiqG0tFayR3UF3LFiRufiIxVF+lF/Iv3DFXelF/Iv3DFXelF/Iv3DFXelF/Iv3DFUPLA0c 3rwopfiVI6VBNeo+WKqMxuruMwPCscbbOeXKo8OgxVU0tStvw7KSo+QNMVRmKuxV2KuxV2KuxV2K uxV2KuxV2KuxV2KuxV2KuxV2KtMoZSD0OKoJrGdaiCZo1JrxFCPxxVr6nf8A/LW/3D+mKu+p3/8A y1v9w/pirvqd/wD8tb/cP6Yq76nf/wDLW/3D+mKu+p3/APy1v9w/piraWl6D8VyxHyAxVFwxLEgU dsVf/9k= + + + + + + default + uuid:65E6390686CF11DBA6E2D887CEACB407 + xmp.did:8BC7D877974ADE11BCECCFF09938C3CC + uuid:30267148-672c-4d34-8534-e8cce420f815 + + + + converted + from application/pdf to <unknown> + + + saved + xmp.iid:D47F11740720681191099C3B601C4548 + 2008-04-17T14:19:21+05:30 + Adobe Illustrator CS4 + + + / + + + + + converted + from application/pdf to <unknown> + + + converted + from application/pdf to <unknown> + + + saved + xmp.iid:FD7F11740720681197C1BF14D1759E83 + 2008-05-16T17:01:20-07:00 + Adobe Illustrator CS4 + + + / + + + + + saved + xmp.iid:F77F117407206811BC18AC99CBA78E83 + 2008-05-19T18:10:15-07:00 + Adobe Illustrator CS4 + + + / + + + + + converted + from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator + + + saved + xmp.iid:FB7F117407206811B628E3BF27C8C41B + 2008-05-22T14:26:44-07:00 + Adobe Illustrator CS4 + + + / + + + + + converted + from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator + + + saved + xmp.iid:08C3BD25102DDD1181B594070CEB88D9 + 2008-05-28T16:51:46-07:00 + Adobe Illustrator CS4 + + + / + + + + + converted + from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator + + + saved + xmp.iid:F77F11740720681192B0DFFC927805D7 + 2008-05-30T21:26:38-07:00 + Adobe Illustrator CS4 + + + / + + + + + converted + from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator + + + saved + xmp.iid:F87F11740720681192B0DFFC927805D7 + 2008-05-30T21:27-07:00 + Adobe Illustrator CS4 + + + / + + + + + converted + from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator + + + saved + xmp.iid:F97F1174072068119098B097FDA39BEF + 2008-06-02T13:26:10-07:00 + Adobe Illustrator CS4 + + + / + + + + + saved + xmp.iid:8BC7D877974ADE11BCECCFF09938C3CC + 2009-05-27T04:22:07-04:00 + Adobe Illustrator CS4 + / + + + + + uuid:32300939-b1c4-8440-b812-b255b7b0d326 + xmp.did:F97F1174072068119098B097FDA39BEF + uuid:65E6390686CF11DBA6E2D887CEACB407 + proof:pdf + + + + Web + Document + + + 1 + True + False + + 1024.000000 + 768.000000 + Pixels + + + + Cyan + Magenta + Yellow + Black + + + + + + Default Swatch Group + 0 + + + + White + RGB + PROCESS + 255 + 255 + 255 + + + Black + RGB + PROCESS + 0 + 0 + 0 + + + RGB Red + RGB + PROCESS + 255 + 0 + 0 + + + RGB Yellow + RGB + PROCESS + 255 + 255 + 0 + + + RGB Green + RGB + PROCESS + 0 + 255 + 0 + + + RGB Cyan + RGB + PROCESS + 0 + 255 + 255 + + + RGB Blue + RGB + PROCESS + 0 + 0 + 255 + + + RGB Magenta + RGB + PROCESS + 255 + 0 + 255 + + + R=193 G=39 B=45 + RGB + PROCESS + 193 + 39 + 45 + + + R=237 G=28 B=36 + RGB + PROCESS + 237 + 28 + 36 + + + R=241 G=90 B=36 + RGB + PROCESS + 241 + 90 + 36 + + + R=247 G=147 B=30 + RGB + PROCESS + 247 + 147 + 30 + + + R=251 G=176 B=59 + RGB + PROCESS + 251 + 176 + 59 + + + R=252 G=238 B=33 + RGB + PROCESS + 252 + 238 + 33 + + + R=217 G=224 B=33 + RGB + PROCESS + 217 + 224 + 33 + + + R=140 G=198 B=63 + RGB + PROCESS + 140 + 198 + 63 + + + R=57 G=181 B=74 + RGB + PROCESS + 57 + 181 + 74 + + + R=0 G=146 B=69 + RGB + PROCESS + 0 + 146 + 69 + + + R=0 G=104 B=55 + RGB + PROCESS + 0 + 104 + 55 + + + R=34 G=181 B=115 + RGB + PROCESS + 34 + 181 + 115 + + + R=0 G=169 B=157 + RGB + PROCESS + 0 + 169 + 157 + + + R=41 G=171 B=226 + RGB + PROCESS + 41 + 171 + 226 + + + R=0 G=113 B=188 + RGB + PROCESS + 0 + 113 + 188 + + + R=46 G=49 B=146 + RGB + PROCESS + 46 + 49 + 146 + + + R=27 G=20 B=100 + RGB + PROCESS + 27 + 20 + 100 + + + R=102 G=45 B=145 + RGB + PROCESS + 102 + 45 + 145 + + + R=147 G=39 B=143 + RGB + PROCESS + 147 + 39 + 143 + + + R=158 G=0 B=93 + RGB + PROCESS + 158 + 0 + 93 + + + R=212 G=20 B=90 + RGB + PROCESS + 212 + 20 + 90 + + + R=237 G=30 B=121 + RGB + PROCESS + 237 + 30 + 121 + + + R=199 G=178 B=153 + RGB + PROCESS + 199 + 178 + 153 + + + R=153 G=134 B=117 + RGB + PROCESS + 153 + 134 + 117 + + + R=115 G=99 B=87 + RGB + PROCESS + 115 + 99 + 87 + + + R=83 G=71 B=65 + RGB + PROCESS + 83 + 71 + 65 + + + R=198 G=156 B=109 + RGB + PROCESS + 198 + 156 + 109 + + + R=166 G=124 B=82 + RGB + PROCESS + 166 + 124 + 82 + + + R=140 G=98 B=57 + RGB + PROCESS + 140 + 98 + 57 + + + R=117 G=76 B=36 + RGB + PROCESS + 117 + 76 + 36 + + + R=96 G=56 B=19 + RGB + PROCESS + 96 + 56 + 19 + + + R=66 G=33 B=11 + RGB + PROCESS + 66 + 33 + 11 + + + R=0 G=0 B=0 + RGB + PROCESS + 0 + 0 + 0 + + + R=26 G=26 B=26 + RGB + PROCESS + 26 + 26 + 26 + + + R=51 G=51 B=51 + RGB + PROCESS + 51 + 51 + 51 + + + R=77 G=77 B=77 + RGB + PROCESS + 77 + 77 + 77 + + + R=102 G=102 B=102 + RGB + PROCESS + 102 + 102 + 102 + + + R=128 G=128 B=128 + RGB + PROCESS + 128 + 128 + 128 + + + R=153 G=153 B=153 + RGB + PROCESS + 153 + 153 + 153 + + + R=179 G=179 B=179 + RGB + PROCESS + 179 + 179 + 179 + + + R=204 G=204 B=204 + RGB + PROCESS + 204 + 204 + 204 + + + R=230 G=230 B=230 + RGB + PROCESS + 230 + 230 + 230 + + + R=242 G=242 B=242 + RGB + PROCESS + 242 + 242 + 242 + + + R=63 G=169 B=245 + RGB + PROCESS + 63 + 169 + 245 + + + R=122 G=201 B=67 + RGB + PROCESS + 122 + 201 + 67 + + + R=255 G=147 B=30 + RGB + PROCESS + 255 + 147 + 30 + + + R=255 G=29 B=37 + RGB + PROCESS + 255 + 29 + 37 + + + R=255 G=123 B=172 + RGB + PROCESS + 255 + 123 + 172 + + + R=189 G=204 B=212 + RGB + PROCESS + 189 + 204 + 212 + + + R=138 G=138 B=138 1 + RGB + PROCESS + 138 + 138 + 138 + + + + + + + + + Adobe PDF library 9.00 + + + + + + + + + + + + + + + + + + + + + + + + + +endstream endobj 3 0 obj <> endobj 155 0 obj <>/Resources<>/XObject<>>>/Thumb 161 0 R/TrimBox[0.0 0.0 1024.0 768.0]/Type/Page>> endobj 156 0 obj <>stream +H‰ŒÎ-Ã0 †aîSøõìø' ŸÆ‹v€©°ºûƒµ,$’õ‘<à=±FCáb¸Üï·Á8A¯-‚âFÅ{­(V(Ì\Eñ³Ããµ3>¿°Îüå¨IGIykF½µÝS>> endobj 161 0 obj <>stream +8;Z\uinRqnec:hag&4%a](-!f93L:A4D\h\gZ/n@lX;HcTPGfEHCj +Q%6lr1C^ia9# +endstream endobj 163 0 obj [/Indexed/DeviceRGB 255 164 0 R] endobj 164 0 obj <>stream +8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 +b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` +E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn +6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( +l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> +endstream endobj 160 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Subtype/Form>>stream +BT +/CS0 cs 0 0 0 scn +/GS0 gs +/T1_0 1 Tf +0 Tc 0 Tw 0 Ts 100 Tz 0 Tr 12 0 0 -12 -103.0967 -61.2773 Tm +[(T)7(his is an A)12(dobe\256 I)-10(llustr)5(a)4(t)6(or\256 F)26(ile tha)4(t w)4(as)]TJ +0 -1.2 TD +[(sa)8(v)10(ed without PDF C)11(on)4(t)6(en)4(t)3(.)]TJ +0 -1.2 TD +[(T)71(o P)5(lac)6(e or open this \037le in other)]TJ +0 -1.2 TD +[(applica)4(tions)11(, it should be r)10(e)-28(-sa)8(v)10(ed fr)10(om)]TJ +0 -1.2 TD +[(A)12(dobe I)-10(llustr)5(a)4(t)6(or with the ")3(C)3(r)10(ea)4(t)6(e PDF)]TJ +0 -1.2 TD +[(C)11(ompa)4(tible F)26(ile" option tur)-4(ned on. )41(T)7(his)]TJ +T* +[(option is in the I)-10(llustr)5(a)4(t)6(or Na)4(tiv)10(e F)31(or)-4(ma)4(t)]TJ +0 -1.2 TD +[(Options dialog bo)14(x, which appears when)]TJ +0 -1.2 TD +[(sa)8(ving an A)12(dobe I)-10(llustr)5(a)4(t)6(or \037le using the)]TJ +0 -1.2 TD +[(S)-3(a)8(v)10(e A)6(s c)6(ommand)10(.)]TJ +ET + +endstream endobj 154 0 obj <> endobj 167 0 obj <> endobj 168 0 obj <> endobj 169 0 obj <>stream +H‰|TyPwîffz è$ÒÕD§“î#hD”[-±o!b(/˜a¸@e0‚ §E +D%"‰g”C ¹Ed=€ñ +1ÆMÜ}?¬l[[•¿¶ªëõ»ú{ï}¯ëá˜ÐÃq|Ž—Ÿ·ÇWþ‹<©U +ouÔâíÊà˜ð@µ1ÈrŸáÜl!÷ù +Ù£¬÷ïß{ˆà¹Ïgµ|6cÔð˜O”ìß«ZÍc‡heöË—;Ø¥Ó´tµ•9,]ºtZ:ÉÖ(¢‚”2ŸC­2B#Û)RGG©µJ…lMx¸lB#S+5Ju¬ÑÉ÷¤UÊù¸,èÌÏ·÷ðÙ‘|Î:'g'[çev²ÿv/SidJ•6D©–òÁ*¾†šÿN«T(#Õa²(cäoæþÿÓŽL)ã±d~‘*£å£åY`¤b 5]E©U«”»%||E+eËd +å~ŒgÇ0†Í4Á¬0ì ³Á°/1l‰ æ„c§ó!°R ?a6F=1o,ËÇÊ°Ü—ã øþÖd­I¾É„`³@!º ¿þ!Ú :AÄN"8+¶ï›š›z™^00s6‹2ùÈö£VsQjz÷º çåM‚t!—:é=•J@j£Ð*øV¯$C·(0S9â)bÏ´«o\3eÔÑ’ : ZÁí„ãøÏatØHŸàæä&ªµ…p\tײ×oMë’E±x8"3ꇆ:”Œ.Lš­s–Åx™JÐN8Ö‰_‚tÁ%¸Mm…ôN±Dx3˜ ÀDGU•|_Y¥) QG—D—³À‹c!¤ú†Óã,.píä0·B¨"âG8<é"šÇ¿>¸ˆž}"*ê¡î¿ˆ|uúZnMD®"W~fo7Ú1[2¬»Ï]Œˆ³¨|Iör¥/¨Ã!~:?¹Ú¾ƒ°þÝ[phmHŒ¿Â’Ußõ‹ÈÞSZ¿¢e4R¢yÈ +… 5X¡°ýqWAÁe¾1×ä>®¶0Ι¿<ȤRên¦vÐðéŸåìÝ»ÏÁD +xÈÃm·™o‡Kh½Á#ùØv܃:y¾<»žçÖÈ1E[læ!/UXFV #‰çÇmí >d Y  rPhá‡Aô!A…ű“.qÓÑIꃋaÒE,%é@ØÅrÿæYzð&“»ÀÁ®‰Ép¦=Je²2ÊÜëW5¬ž¡hBĵUd¡Uæòoí™Ô´ð^yÀÈ¿ˆ}p!$°M×Ï5÷ã•/¹u/ðvÒB›Ðlþ¯ EûàÄÂFX sሇÝÈæ"O6uóûø-vC$bã¼ l@ +óYÉE~ºÂ>¸h¤ ’Ç,Çá<‘r®$­”½¡±-¯(ºÑ.½£m ¾ÂTÊ=Î9Óë}“YË>s1«šžèÜg¿t«¿U¤&óäAV’¤än „ÆY´ Â@×”QšÊþ¸.¼øóÍöÛˆ¨cí*ƒ.wH¯WÜ~Ù^ðh1CÖ—ðû.ŒÜY°‘FŸ:¹Y-îù +Läì Uå~OéFÿ]^>g/(Irq,÷ú>û Øgià^CÐý©k ÄêºBc!½fvYT p”lä졉ú5ø-Z°Íû°ZÎœó/oÈ¿N¿ÉÈsWH“ÄÈ+cÞVd&]ß´á·Þæòêï™,‚LÈÙ&!RÊô×j¤. ÙøMZRjt$H¾•Þ«,mûðÂ_õ¬äž®O˹õBxœÅà8T>#aE&ìÓèC™!‚l<9"Ê$<ªZ£ûhÀÀd Ö€µëïh¦›Ê/œÕÃONÄø”;u:óTVs¯¨µægz¢iÙ—Hà·Ún«M{<›š›–—'•øòÛÇúðêgÎæ ¥S‡&~M/ZÛ Âßï<Á²D]1{®[”¯ÙïO#‡ùG Ñ‚‰`Ýu³0ï<+i×õ+þ×lõ3¸8ÎÓc3@¡½¸:& b5̬"ç Ù¼Xf#m×ZJ§éÈv=$ôeúÆZ)÷Xì4•MIKLMdÈÆ-ñ~rozqÀ£ßþÕò÷nìöÍg³t :©D¯ë…•`ÕW?…¼Q±TfnF~‘ôY0ÈÍuF²FÖÏÀÂá–ÂÓ—™øÑ‘0…΃vXÝæz6£ƒjÏ©~ôœ~Sâä›ÆJP0¿}çnXÑ?€›%ç fÝȬT´ƒ:âLfÁÉSLÝéku-tw¹ï*ÕŽA³¸ ëLv>SSP]u“î«ð]Ì¢Ò1¨ÃJÛš-»Ãc"™¸„¸¸„(S=ñ&«5¦©3 §#ç+2×dœ¥ô,çøƒ¸€Ì 7Ø*^° ˆÃ ŽÊèŸ]œT¬=´–Ëz¡(B[hËeEÄ Ö2ËV@6L¤Q©NÇ‚b£@$f›™ß1ÉvŠ’ìï—¼Ïû>OÞçùÞ±ŠÞlò=iQ¡œÖs†ÐýŽ}Ì2³lÿ ^´(€ß‰HéÙZo£N¿oU‚ó«d½¿G*-£ ÷kg° `‘™"8ƒš)vͯÿ!|ϱÕŠ[—ˆRQÒ_ ðM _¿Ë…ãÛI"š6|D<õÅoAÞ—×\ä‘SÇ:.¨|do·Õê¢uAL§VÊÈeï [`lÅÂh¾à'M¨8²’±7°2ŒûÙRVA¤ PêíIJÆç’éG®ÎÓ°=]䣌GE¿Í ßI™®hHç²Fß_wiX$(7†³V ¬—;8(YV`÷ÌcX2HB ïc¤*™F­U^µ—ñ'BPUÆ{ðÊ"÷÷ºŸïÁûÜ‘Òõ\é ¸ •Ü!ái²sLj=¯å +ÿb„3¾Ã¡n;‘ŽÉSï¯)ˆÓM@5|b\ µÂ­ ™}Ì>Mä½zH=¤͆uBlÅ€¼SlN”3Ò& U!12bKÜùÃkëqžvöÄ™ëˆSÞV2xÂ'e@ ÜÕXÈŠWeJ™’8`º+=ŠîO…‚ÍðY/ŒêœùñÏ7pµÌ7:%¬ŽpƒŽæ¥…n8nQ5|íz«®IÛ¥í¬q0 Ñf~›µÕÑ.rÖÚ«©SUÃaR^¡7TÒ(­Ÿo‚4aªo45“[U¥RY[AŸ§áF"Q¼-9ùvæââ­ÐüüÖé ´áK"4š›¹-?w»‰Îüd<4ýó•›´ ýÙ óÃ/ã795Ì*P¯‡§ûÚÂ}êÊNª+ˆ¹K÷¶HIô–8 á´üeújlÏßµ#© &Û¶åc€Í¶"‰u¹Äæ·öXùTGÑŽê–×® Æ„_ ׯ} ÊÞ`Ä àYDH +endstream endobj 166 0 obj <> endobj 165 0 obj [/ICCBased 170 0 R] endobj 170 0 obj <>stream +H‰œ–yTSwÇoÉž•°Ãc [€°5la‘QIBHØADED„ª•2ÖmtFOE.®c­Ö}êÒõ0êè8´׎8GNg¦Óïï÷9÷wïïÝß½÷ó '¥ªµÕ0 Ö ÏJŒÅb¤  + 2y­.-;!à’ÆK°ZÜ ü‹ž^i½"LÊÀ0ðÿ‰-×é @8(”µrœ;q®ª7èLöœy¥•&†Qëñq¶4±jž½ç|æ9ÚÄ +V³)gB£0ñiœWו8#©8wÕ©•õ8_Å٥ʨQãüÜ«QÊj@é&»A)/ÇÙgº>'K‚óÈtÕ;\ú” Ó¥$ÕºF½ZUnÀÜå˜(4TŒ%)ë«”ƒ0C&¯”阤Z£“i˜¿óœ8¦Úbx‘ƒE¡ÁÁBÑ;…ú¯›¿P¦ÞÎӓ̹žAü om?çW= +€x¯Íú·¶Ò-Œ¯Àòæ[›Ëû0ñ¾¾øÎ}ø¦y)7ta¾¾õõõ>j¥ÜÇTÐ7úŸ¿@ï¼ÏÇtÜ›ò`qÊ2™±Ê€™ê&¯®ª6ê±ZL®Ä„?â_øóyxg)Ë”z¥ÈçL­UáíÖ*ÔuµSkÿSeØO4?׸¸c¯¯Ø°.òò· åÒR´ ßÞô-•’2ð5ßáÞüÜÏ ú÷Sá>Ó£V­š‹“då`r£¾n~ÏôY &à+`œ;ÂA4ˆÉ 䀰ÈA9Ð=¨- t°lÃ`;»Á~pŒƒÁ ðGp| ®[`Lƒ‡`<¯ "A ˆ YA+äùCb(Š‡R¡,¨*T2B-Ð +¨ꇆ¡Ðnè÷ÐQètº}MA ï —0Óal»Á¾°ŽSàx ¬‚kà&¸^Á£ð>ø0|>_ƒ'á‡ð,ÂG!"F$H:Rˆ”!z¤éF‘Qd?r 9‹\A&‘GÈ ”ˆrQ ¢áhš‹ÊÑ´íE‡Ñ]èaô4zBgÐ×Á–àE#H ‹*B=¡‹0HØIøˆp†p0MxJ$ùD1„˜D, V›‰½Ä­ÄÄãÄKÄ»ÄY‰dEò"EÒI2’ÔEÚBÚGúŒt™4MzN¦‘Èþär!YKî ’÷?%_&ß#¿¢°(®”0J:EAi¤ôQÆ(Ç()Ó”WT6U@ æP+¨íÔ!ê~êêmêæD ¥eÒÔ´å´!ÚïhŸÓ¦h/èº']B/¢éëèÒÓ¿¢?a0nŒhF!ÃÀXÇØÍ8ÅøšñÜŒkæc&5S˜µ™˜6»lö˜Iaº2c˜K™MÌAæ!æEæ#…åÆ’°d¬VÖë(ëk–Íe‹Øél »—½‡}Ž}ŸCâ¸qâ9 +N'çÎ)Î].ÂuæJ¸rî +î÷ wšGä xR^¯‡÷[ÞoÆœchžgÞ`>bþ‰ù$á»ñ¥ü*~ÿ ÿ:ÿ¥…EŒ…ÒbÅ~‹ËÏ,m,£-•–Ý–,¯Y¾´Â¬â­*­6X[ݱF­=­3­ë­·YŸ±~dó ·‘ÛtÛ´¹i ÛzÚfÙ6Û~`{ÁvÖÎÞ.ÑNg·Åî”Ý#{¾}´}…ý€ý§ö¸‘j‡‡ÏþŠ™c1X6„Æfm“Ž;'_9 œr:œ8Ýq¦:‹ËœœO:ϸ8¸¤¹´¸ìu¹éJq»–»nv=ëúÌMà–ï¶ÊmÜí¾ÀR 4 ö +n»3Ü£ÜkÜGݯz=Ä•[=¾ô„=ƒ<Ë=GTB(É/ÙSòƒ,]6*›-•–¾W:#—È7Ë*¢ŠÊe¿ò^YDYÙ}U„j£êAyTù`ù#µD=¬þ¶"©b{ųÊôÊ+¬Ê¯: !kJ4Gµm¥ötµ}uCõ%—®K7YV³©fFŸ¢ßY Õ.©=bàá?SŒîÆ•Æ©ºÈº‘ºçõyõ‡Ø Ú† žkï5%4ý¦m–7Ÿlqlio™Z³lG+ÔZÚz²Í¹­³mzyâò]íÔöÊö?uøuôw|¿"űN»ÎåwW&®ÜÛe֥ﺱ*|ÕöÕèjõê‰5k¶¬yÝ­èþ¢Ç¯g°ç‡^yïkEk‡Öþ¸®lÝD_p߶õÄõÚõ×7DmØÕÏîoê¿»1mãál {àûMśΠnßLÝlÜ<9”úO¤[þ˜¸™$™™üšhšÕ›B›¯œœ‰œ÷dÒž@ž®ŸŸ‹Ÿú i Ø¡G¡¶¢&¢–££v£æ¤V¤Ç¥8¥©¦¦‹¦ý§n§à¨R¨Ä©7©©ªª««u«é¬\¬Ð­D­¸®-®¡¯¯‹°°u°ê±`±Ö²K²Â³8³®´%´œµµŠ¶¶y¶ð·h·à¸Y¸Ñ¹J¹Âº;ºµ».»§¼!¼›½½¾ +¾„¾ÿ¿z¿õÀpÀìÁgÁãÂ_ÂÛÃXÃÔÄQÄÎÅKÅÈÆFÆÃÇAÇ¿È=ȼÉ:ɹÊ8Ê·Ë6˶Ì5̵Í5͵Î6ζÏ7ϸÐ9кÑ<ѾÒ?ÒÁÓDÓÆÔIÔËÕNÕÑÖUÖØ×\×àØdØèÙlÙñÚvÚûÛ€ÜÜŠÝÝ–ÞÞ¢ß)߯à6à½áDáÌâSâÛãcãëäsäüå„æ æ–çç©è2è¼éFéÐê[êåëpëûì†ííœî(î´ï@ïÌðXðåñrñÿòŒóó§ô4ôÂõPõÞömöû÷Šøø¨ù8ùÇúWúçûwüü˜ý)ýºþKþÜÿmÿÿ ÷„óû +endstream endobj 159 0 obj [/ICCBased 171 0 R] endobj 171 0 obj <>stream + HLinomntrRGB XYZ Î 1acspMSFTIEC sRGBöÖÓ-HP cprtP3desc„lwtptðbkptrXYZgXYZ,bXYZ@dmndTpdmddĈvuedL†viewÔ$lumiømeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ óQÌXYZ XYZ o¢8õXYZ b™·…ÚXYZ $ „¶ÏdescIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view¤þ_.ÏíÌ \žXYZ L VPWçmeassig CRT curv +#(-27;@EJOTY^chmrw|†‹•šŸ¤©®²·¼ÁÆËÐÕÛàåëðöû %+28>ELRY`gnu|ƒ‹’š¡©±¹ÁÉÑÙáéòú &/8AKT]gqz„Ž˜¢¬¶ÁËÕàëõ !-8COZfr~Š–¢®ºÇÓàìù -;HUcq~Œš¨¶ÄÓáðþ +:IXgw†–¦µÅÕåö'7HYj{Œ¯ÀÑãõ+=Oat†™¬¿Òåø 2FZn‚–ª¾Òçû  % : O d y ¤ º Ï å û + +' += +T +j + +˜ +® +Å +Ü +ó " 9 Q i € ˜ ° È á ù  * C \ u Ž § À Ù ó & @ Z t Ž © Ã Þ ø.Id›¶Òî %A^z–³Ïì &Ca~›¹×õ1OmŒªÉè&Ed„£Ãã#Ccƒ¤Åå'Ij‹­Îð4Vx›½à&Il²ÖúAe‰®Ò÷@eŠ¯Õú Ek‘·Ý*QwžÅì;cŠ²Ú*R{£ÌõGp™Ãì@j”¾é>i”¿ê  A l ˜ Ä ð!!H!u!¡!Î!û"'"U"‚"¯"Ý# +#8#f#”#Â#ð$$M$|$«$Ú% %8%h%—%Ç%÷&'&W&‡&·&è''I'z'«'Ü( (?(q(¢(Ô))8)k))Ð**5*h*›*Ï++6+i++Ñ,,9,n,¢,×- -A-v-«-á..L.‚.·.î/$/Z/‘/Ç/þ050l0¤0Û11J1‚1º1ò2*2c2›2Ô3 3F33¸3ñ4+4e4ž4Ø55M5‡5Â5ý676r6®6é7$7`7œ7×88P8Œ8È99B99¼9ù:6:t:²:ï;-;k;ª;è<' >`> >à?!?a?¢?â@#@d@¦@çA)AjA¬AîB0BrBµB÷C:C}CÀDDGDŠDÎEEUEšEÞF"FgF«FðG5G{GÀHHKH‘H×IIcI©IðJ7J}JÄK KSKšKâL*LrLºMMJM“MÜN%NnN·OOIO“OÝP'PqP»QQPQ›QæR1R|RÇSS_SªSöTBTTÛU(UuUÂVV\V©V÷WDW’WàX/X}XËYYiY¸ZZVZ¦Zõ[E[•[å\5\†\Ö]']x]É^^l^½__a_³``W`ª`üaOa¢aõbIbœbðcCc—cëd@d”dée=e’eçf=f’fèg=g“géh?h–hìiCišiñjHjŸj÷kOk§kÿlWl¯mm`m¹nnknÄooxoÑp+p†pàq:q•qðrKr¦ss]s¸ttptÌu(u…uáv>v›vøwVw³xxnxÌy*y‰yçzFz¥{{c{Â|!||á}A}¡~~b~Â#„å€G€¨ +kÍ‚0‚’‚ôƒWƒº„„€„ã…G…«††r†×‡;‡ŸˆˆiˆÎ‰3‰™‰þŠdŠÊ‹0‹–‹üŒcŒÊ1˜ÿŽfŽÎ6žnÖ‘?‘¨’’z’ã“M“¶” ”Š”ô•_•É–4–Ÿ— +—u—à˜L˜¸™$™™üšhšÕ›B›¯œœ‰œ÷dÒž@ž®ŸŸ‹Ÿú i Ø¡G¡¶¢&¢–££v£æ¤V¤Ç¥8¥©¦¦‹¦ý§n§à¨R¨Ä©7©©ªª««u«é¬\¬Ð­D­¸®-®¡¯¯‹°°u°ê±`±Ö²K²Â³8³®´%´œµµŠ¶¶y¶ð·h·à¸Y¸Ñ¹J¹Âº;ºµ».»§¼!¼›½½¾ +¾„¾ÿ¿z¿õÀpÀìÁgÁãÂ_ÂÛÃXÃÔÄQÄÎÅKÅÈÆFÆÃÇAÇ¿È=ȼÉ:ɹÊ8Ê·Ë6˶Ì5̵Í5͵Î6ζÏ7ϸÐ9кÑ<ѾÒ?ÒÁÓDÓÆÔIÔËÕNÕÑÖUÖØ×\×àØdØèÙlÙñÚvÚûÛ€ÜÜŠÝÝ–ÞÞ¢ß)߯à6à½áDáÌâSâÛãcãëäsäüå„æ æ–çç©è2è¼éFéÐê[êåëpëûì†ííœî(î´ï@ïÌðXðåñrñÿòŒóó§ô4ôÂõPõÞömöû÷Šøø¨ù8ùÇúWúçûwüü˜ý)ýºþKþÜÿmÿÿ +endstream endobj 158 0 obj <> endobj 172 0 obj <> endobj 173 0 obj <>stream +%!PS-Adobe-3.0 +%%Creator: Adobe Illustrator(R) 11.0 +%%AI8_CreatorVersion: 14.0.0 +%%For: (Administrator) () +%%Title: (colorbox.ai) +%%CreationDate: 7/30/2009 9:43 PM +%%Canvassize: 16383 +%%BoundingBox: 0 73 508 701 +%%HiResBoundingBox: 0 73 508 701 +%%DocumentProcessColors: Cyan Magenta Yellow Black +%AI5_FileFormat 7.0 +%AI3_ColorUsage: Color +%AI7_ImageSettings: 0 +%%RGBProcessColor: 0 0 0 ([Registration]) +%AI3_TemplateBox: 512.5 383.5 512.5 383.5 +%AI3_TileBox: 116 78 908 690 +%AI3_DocumentPreview: None +%AI5_ArtSize: 14400 14400 +%AI5_RulerUnits: 6 +%AI9_ColorModel: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI9_OpenToView: 93.25 700 8 1780 1006 18 0 0 45 111 1 0 1 1 1 0 1 +%AI5_OpenViewLayers: 7 +%%PageOrigin:0 0 +%AI7_GridSettings: 100 4 100 4 1 0 0.8 0.8 0.8 0.9 0.9 0.9 +%AI9_Flatten: 1 +%AI12_CMSettings: 00.MS +%%EndComments + +endstream endobj 174 0 obj <>stream +%%BoundingBox: 0 73 508 701 +%%HiResBoundingBox: 0 73 508 701 +%AI7_Thumbnail: 104 128 8 +%%BeginData: 6616 Hex Bytes +%0000330000660000990000CC0033000033330033660033990033CC0033FF +%0066000066330066660066990066CC0066FF009900009933009966009999 +%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 +%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 +%3333663333993333CC3333FF3366003366333366663366993366CC3366FF +%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 +%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 +%6600666600996600CC6600FF6633006633336633666633996633CC6633FF +%6666006666336666666666996666CC6666FF669900669933669966669999 +%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 +%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF +%9933009933339933669933999933CC9933FF996600996633996666996699 +%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 +%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF +%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 +%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 +%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF +%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC +%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 +%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 +%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 +%000011111111220000002200000022222222440000004400000044444444 +%550000005500000055555555770000007700000077777777880000008800 +%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB +%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF +%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF +%524C45FDA0FFA8A8A8FFA8FFA8A87DA8A8FD5DFF5227FD06FF7D27A8FD5D +%FF5252FD06FF52277DFD5DFF5252FD06FF7D27A8FD2AFF7D527D527D527D +%527D52A8FD04FF7D7D527D527D527D527D7DFFFFFFA8FFA8FFA8FFA8FFA8 +%FFA8FFA8FFFFFFA8FFA8A8A8FF5252FD06FF5227A8FD2AFF522727522752 +%27522752A8FD04FF7D2752275227522752277DFFA852A8A8FF527DA8FF7D +%52527DFFA852A8CAFFA8525252A85252FD06FF7D27A8FD2AFF5227A8A8FF +%A8A8A85227A8FD04FF52277DFFA8FFA8FF7D277DA8F82727A85227F87DA8 +%A827F87DFFA82727A8A8A8275252FF5252FD06FF5227A8FD2AFF5252FD06 +%FF7D27A8FD04FF7D27A8FD06FF277DA87D52A8A8A85252A8FF7D52527DFF +%FF277DA8FFA8525252FF7D52FD06FF7D27A8FD2AFF5252FD06FF7D27A8FD +%04FF5227A8FD05FF7D277DFFA8A8A8FFA8A8A8FFA8A8A8FF7DFFA8A8A8FF +%A8A87DA87DFF5252FD06FF5227A8FD2AFF5252FD06FF7D27A8FD04FF7D27 +%A8FD05FFA8277DFFFFA8FFA8FFA8FFA8FFA8FFFFFFA8FFFFFFA8FFA8FFA8 +%FFA85252FD06FF7D27A8FD2AFF5227FFFFFFA8FFFF7DF8A8FD04FF7D277D +%FFFFFFA8FF7D277DFFA8A8A8FFA8A87DFFA8A87DA87DFFA8A8A8FFA8FF7D +%7D7DFF5252A8FD05FF52277DFD2AFF527DA8FFA8FFA8FF7D27A8FD04FF7D +%27A8FFFFA8FFFFA827A8A87D52A8CAA8527DA8FFA87D52A8A8FF527DA8FF +%A87D7DA8FF5252FD06FF7D27A8FD2AFF5252FFA8FFA8FFFF7DF8A8FD04FF +%7D27A8FFA8FFA8FFA8277DFF7D7D7DFFA87D7DFFA8A8527D7DFFA87D7DFF +%A8FF527D7DFF5252FD06FF5227A8FD2AFF5252A8FFA8FFA8FF7D27A8FD04 +%FF7D27A8A8FFA8FFA8A8277DFFFFA8FFA8FFA8FFA8FFFD04A8CAFFA8FFA8 +%FFFD05A85252FD06FF7D27A8FD2AFF5252FFA8FFA8FFA87D27A8FD04FF52 +%27A8FFA8FFA8FF7D277DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8 +%FFA8FFA8FF5252FD06FF5227A8FD2AFF5252A8FFA8FFA8FF7D27A8FD04FF +%7D27A8A8FFA8FFA8A8277DFFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8 +%FFA8FFA8FFA87D52FD06FF7D27A8FD2AFF5252FFA8FFA8FFFF7D27A8FD04 +%FF5252A8FFA8FFA8FFA8527DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8 +%FFA8FFA8FFA8FF5252FD06FF5227A8FD2AFF5252A8FFA8FFA8FF5227A8FD +%04FF7D277DA8FFA8FFA87D277DFFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8 +%FFA8FFA8FFA8FFA85252FD06FF7D27A8FD2AFF52FD0927A8FD04FF52FD09 +%2752FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FF5252A8 +%FD05FF52277DFD2AFF7DA87D7D7DA87D7D7DA8A8FD04FFA87DA87D7D7DA8 +%7D7D7DA8FD19FF5252FD06FF7D27A8FD5DFF5252FD06FF5227A8FD5DFF52 +%52FD06FF7D27A8FD5DFF5252A8FFA8FFFFFF5227A8FD5EFFFD09A8FD62FF +%A8FFA8FDFCFFFDD3FFA87DA87DA87DA8A8FD5AFF52FD05FFA827F827F8F8 +%27FFFFFFA8FFFF7DA8FD53FFF8F82727277DFF52F85252F87DFFA8FD0427 +%F8FD54FFFD05F827FF7DF827F8F87DFF27FD05F8A8FD53FFFD05F827FFFF +%7D272752FFFF27FD05F8FD54FFF8F827F8F827A8FD07FFF8F8F827F8F8A8 +%FD53FFF8277D522727FD08FF27F8525252F8FD54FFF852277DF827FD08FF +%F8F852525227A8FD53FFF8275227F827FD08FF27F8275227F8FD54FFFD05 +%F827FD08FFF8F8F827F8F8A8FD53FFFD05F827FD08FF27FD05F8FD54FFFD +%05F827FD08FF27FD05F8A8FD53FFF827525252A8FD09FFFD0452F8FD54FF +%7DFD05FFA8FD0CFFA8A8FD53FFA8FD12FF7DFD54FFF827275227A8FD08FF +%A852272727F8A8FD53FFFD05F827FD08FF27FD05F8FD54FFFD05F827FD08 +%FFFD06F8A8FD53FFF8F852F8F827FD08FF27F82752F8F8FD54FFF87DFF7D +%F827FD08FFF8277DFF52F8A8FD53FF52FFFFFF52F8FD08FF2727FFFFFF52 +%FD54FFF87DA8A8F827A8FD07FFF8277DFF5227A8FD53FFF8F852F8F827FD +%08FF27F82752F8F8FD54FFFD05F8277D525252275252A8FD05F827A8FD53 +%FFFD05F827FF27F85252F852FF27FD05F8FD54FFF8272727F8A8FF76F87D +%52F87DFF7D27F827F8F8A8FD53FF7DFD06FFA827F8F8F8FD07FF52FD5CFF +%A87D7DA8FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFC +%FFFDFCFFFDFCFFFDFCFFFD80FFA8FD07FFA8FD53FF7DA8FFFFFF7DA8FFFF +%FF7D7DFFFFFF7DA8FFFFFFA87DFD52FF52A8FFFFA87D7DFFFFFF7D7DFFFF +%FF7D7DFFFFFF7D7DFD67FFA8FDFCFFFD26FF277DFFFFA82752FFFFFF2752 +%FFFFFF7D7DFFFFFF2752A8FD50FFA8F827FFFFA8F852FFFFFF2727FFFFFF +%277DFFFFFF5227FD52FFA8FD09FFA8A8A8FD07FF7DA8FDFCFFFDFCFFFDA2 +%FFA8FFA8FD64FFA8FFA8FFA8FD62FFA8FD05FFA8FD66FFA8FD62FFA8FD04 +%FFA8A8FD60FFA8FD05FFA8FD22FFA8FD04FFA8527D7DFFFFFFA8FFA8FFFF +%FFA8FFFFFFA8FFA8FFFFA8527D7D7D527D7DFFFFFFA87D52A8FD16FFA8FD +%05FFA8FD21FFA8FD04FFA87D52A8FFFFA9FD0EFFA8527D527D527D527D7D +%FFFFA8527DA8FD15FFA8FD05FFA8FD22FFA8FD04FFA852527DFFFFFFA87D +%A8FFA8FF52A8A8FFA87DA8FF527D527D527D527D527DA8FF7D5252A8FD0C +%FFA8FFA8FFA8FD05FFA8FD05FFA8FD26FFA87D52A8FFFFFFA97DFFFFFFA8 +%A8A8FFA8FF7DFFA87D527DA8FFFFFF7D7D52FFFFA8527DA8FD0BFFA8FD09 +%FFA8FD05FFA8FD27FFA852527DFFFFFFA8FFA8FFCFFFA8FFFFFFA8FFA8FF +%52527DFD04FFA8527DA8FF7D5252A8FD0BFFA8A8FFFFFFA8FD05FFA8FD04 +%FFA8A8FD26FFA87D52A8FD04FFA8FD09FFA8FFFF7D527DFD04FFA87D7DFF +%FFA8527DA8FD0BFFA8FD05FFA8FD09FFA8FD27FFA852527DFFFFFFA8FFA8 +%FFA8FD05FFA8FFCFFF527D7DFD04FFA8527DA8FF7D5252A8FD0BFFA8A8FD +%09FFA8FD04FFA8A8FD26FFA87D52A8FFFFCFAF53FFA8FFA85AA8FFFFAF53 +%A9FF7D527D7DA8A8A8527D52FFFFA8527DA8FD0DFFA8FFFFFFA8FFFFFFA8 +%FD05FFA8FD22FF7DFD04FFA852527DFFFFFF847EA8FFA8A953A9A8FFA85A +%A8FFFD07527D527DA8FF7D5252A8FD0CFFA8A8A8FFA8FD05FFA8FD05FFA8 +%FD21FFA8FD04FFA85252A8FD0AFFA8FD06FFA8527D527D527D527D7DFFFF +%A8527DA8FD15FFA8FD05FFA8FD22FFA8FD05FF7DA8A8FD13FF7DA87DA87D +%A8A8FFFFFFA8A87DFD17FFA8FD05FFA8FD60FFA8FD05FFA8FD4CFFA8FFA8 +%A8A8FFA8A8A8FFA8A8A8FFA8A8A8FFFD05A8FD04FFA8A8FD60FFA8FD05FF +%A8FD4CFFA8FD15FFA8FFFFFFA8FFA8FD62FFA8FFA8FFFFFFA8FD4AFFA8FD +%19FFA8FFA8FD4CFFA8FD68FFA8FFA8A8A8FFA8A8A8FFA8A8A8FFA8A8A8FF +%A8A8A8FFA8A8A8FDD4FFFF +%%EndData + +endstream endobj 175 0 obj <>stream +H‰ìWiw›ÈýþÎyÿoÊxY‹·$Úmy¤Ä±;/{ ZvC“¦QìùõS  ˜VVœ—|˜ã·ºëVUWÝ2ðcië¿ÿYûx$e41;ÇLÅ&Ÿü¼ûºÝzN5,zÿWÓU®S±»ñ`ukÛˆs¦÷Ží©i™1´ˆS‡:Ñ6'¨¬´Û4ùü³û~gMÝ’#>q¦ß3_p¯3Ôû|æönü0A>¢ 6©  +ñï÷îŒ!à=NV™ (ƒ¿ !Þ 6[ËKˆÏ¯TJ…RrOÈt»~‹T±™a— +Q¼óÊýÎ $\¥„².ê,BàçTô·³"T½ÁZÕåfÿN¼¼lyM¦n‹“û‘^4 Ê $ô~¸7±æÌ9à¾[öuÚÍÊòAAÉÉ…\Òì + YêL‹Fé˜^Iµ`Þ× ¯ÄüwšYJâÌâ ™¶…àDõN¬<©(D G¨m‹±› SA+cc‚áÎQÜ@pdXs<—“lQf©`Ÿ,·%„Ž0k#›ÃZ´,!ígù@x#‡Ó 7mbdýðÂФm¸{ªMˆcÐ ,3+ ïŸÈÛ5–ck¤«ÀjdÂC#HÅšØväƒ?†*q4\E–ë™ Ë I*˜fó…¤qj:†øBåG§‚ "'ê æ ÌÌTlŠ ÈE*ˆ&Òü‚{Þ¹ Ñ›TP…ø÷ûŽÿð"Ò»œNZ°ùÖîf×o‘*V"3ìR!Šw^¹ßy„«nÿé¢RL?§¢¿¡ê ÖÄ;ñCáåeËk2u°XœÜôê¤ÙhPÒ+ÞpĘw`oÜwËþ¯îC»Y¹¸Ÿ“‹Å\ðž4kBiÑ(ÓëüùI6wou¸÷u‚Åk1ÿ¦–’8µ8C¦m!8Q½+€A*Š#y6C~a[ܬæàÂΤmߺ+²o RÁ2³Òðþ‰4„xG™¥‚}òpa”:¬lçˆÀ㎠Uˆt´åáN/Ü´‰‘õÃÃ?Bð +Á_Í0›/$ÉÓ1¼œI2?:YN"¨Át€n‰™ŠM1ý²HÑDš_p¯3Ôû|¢ 6©  +ñï÷îiBãd-§l~'•)ÐÕìú-RÅJd†MÍb«ºý§‹zDHGüœŠþvV„ª7XïÄ…——-¯ÉÔMÀbqr?Ò«ÄõõçºÃ`Þ9¸tDˆZ\7ô[P©rÌîI…æHC}g¾Ù™ªŽ!:ö}è±ùÛ6ÖtÇ.°M‰ã¦ü½ï rSQ¤ÚÄD‚bp,©A\1ob&3lc.=Ÿßè#@‚±ÖÂ}~éóu¡Kí¦x iÚüŒñ3}þͶ(ÿ†ˆ>mmÅé€Ô,}gò[nò´#6D¹)•aÍ”. Â]ÿga„–›’…, ië†C¼×ª ‚ïQÄ4Iõm7JaoošÆ¯ŠÌ²;ó» +ùü^>ö,I‘zóØùü‚”L³(ݘ0<¨Ã¥£Žu?V‡ #ŽáTljÞ©³ùYÖ\'ÚØ΢â±öÕÆÄ$ŸÍe÷ãÏJl¶%B Ï^Þpå…Ã- –àLÖw:gÈ´-ïK½ƒ“u ’7 w¢+¾p'¦Æïv"x%ï±–ºø–KuЦ¨§ß…”Ô3l!sà –Ω5Ë|FÉíÈ;²ïß”› ‡©ñ%f®º†¯¡ZÜ9bð’!ÔvÝèaíœÑ¾Nðßø.èôj¨«ÃèŒf[¥†Œíyîr¾¨MúŠëõK¹QZx„ÉôiÏ#¬ÈRÖ„˜WÛ#¬rˆudªq\OG:NWƒšÜ¾p«*ÂñÐ-ðĈnbÉæŒÞÌ”TZ%ºÉ7,‚o!ù lG¼Í¨ 8TBðý¼ÖpãnJ%ÎkZbt„™5Á}žøzu…rN{»uH7v09E +«EUDÜ!`{€h•9CC1kÖXÿwOÞ»WGºy¡†™üÜ¥–ÿc~úñ„P¨Œ l9ÄôñiÌ:+©êf­K¥òäù.fÌEÕo-ʸ‹«v:±¡ +ÿà©î)§ÝvKª õÆíÛ¦&5 ï)#>œb±˜UæEeUõÏœd¤ÔáÐÿ£iy¯l<ñ¤lû¬ýS3êð¹HŒFÐךc]u'Sšˆ''¤ +¢‘>#—Ñ]¯ìÇá0Ž…çܧDƒjJ?¿9µ:ÎÝl.à^œó»æ¾>jº¸ BMz'Ëùiƒ\Ö0÷µ†{SÃý% ³Ój9XÒPYIvÓù(fcK>mt” Í_6xTL¬“û1IH0+~YáëÌâJ,Á,®ÀÌö¾Î,ûufJdK²’CT’ULuÅããÊ+45fVˆK¯Lý6ºýøQm¤F ?èJ75úÅûëƒèa©è?ªiªÄÑ°ôº}3ì¨uwO‹÷2 N¨½gÍ1î°md¹’À'Ñe“î|ëe3x·v¥k|xŠ]! p|ÇBª§h-~WÅ„Dè°E£ÚÒGxf‚£Câ1Ž88 ²â]ãwÛ Ê ´ ù¢ð0Âæ’#—Ìù”ÂÒqØ8Ìb®‡8üÑ¿™ ¿TÊ4¬E¼%i÷9åÁïÅâþü9+YéŒö¤–kx½~­›•ÊMwQôÄs' Îå8Xw®±ÿu.$B%û¶úy'á” &|L¦¬Ñ¼Zc¼ôñkÚ£cjUbí4»}¸r§Úlîçk—ŽŸm\§íê‡Á +­®5µæ£Êöþõj¹³½bŽx4®9¸Îlªu5ÿ2Sæ>—×öÖ7+Ï·>m–ª¯Uìüõôòlex¤ªèÆýK߬÷[ÃñÕŠ¼‹ŠL_ýt¨8Ó*díÙÆ6Û|ç”[õÏ.Ç¥£³á\S8º|_*›ê†±ù¤}´[4Þ=Ñ‹Å]û_Ö«t=Y‹^‹Z­Š ‚ *aRQëDkÕ:á\m­ÓýŸ$  íûž>çûþðIÖÚÙó^¦ÀqV¡ˆ-O93E?½@ͱ ¶›"çüFNN¡‘©z>-¤Ûü°îЫE¹"ºjŒËœm*&P`åýˆ^æž6CŒ[ø Â+˜h™eÀt™Ö'RUAÚF˜¸í /óI u%9Bšè ƒFo4¤é¯¤ñQÐûMèªUk¿S'Ý£+Ѓ_I¢PPc´R\åm n^ÈÍߟFØšŽÄ¯!e®4p—¤;" ]¨p¾v-Òø_Æ')c¬neq*¦™>ó>†òN(Ëdõ N§c>·„²2.c=;ƒæì :…\°Ã^š÷Õ×IñâhÉrÞom]´ì.q,_ÖÛ+ËŽ:Ç*…¸ÓQ亖•2¤QÇñ"¥_uM<×Ïi¾Þ-b+e3›#-ÒžÝkóöê^Õ_UeAAš‘¿„5eGI¤žáá£Dn, cîÅœqöC?_¾kóΚÕ_­ÿzô¡Êi‡ÄÜ«êÒæZ8ô‘×L»¯š¤UÇcŒ\4ó9GK#Ž:j%0Ö)ìsB|¢¡­&”Ê;;µ³€eÕlçðQ‘T×䥞%©ª9×äùGgÒìP’vL¾ë‚3çZ¾/•@þNHåX4”Ò6¸€\-%›¹ä»ûïòÞï›Á·Ø¹ôå79ŽÈ¥Ÿît’«œöKysÚ08uÆM:¨”Ý{å|èÆt;‚œ¬Näõ¾~e]½Áœ–‚«ÁZ´tÏ?@g¢+ÉMÚ¯ZËÇ2Œú~%¾•©¦f[¯†¯´Ù!s-5mMG|kû89!UØPlpÖb½b °#ß … ëîSÍäà4cÅ%"JÓgjï†ø®.Ä›W`¡˜§Q¤yQ?›Ç6„úòZ¾˜hHY‚ÔÂSœUäöu­èÇèäûñØé&ª¬²4ŽŒ¢G^;¥`IO“Ú›˜B«{XÌV ÌKéóÜÒèA*zVÑmxÐöã?Z˜c"j<¶L+R=vÁ'ªmçôeQ„YEd¸¾±hU. âÍ?MB©Ó{ÈÚ꜔eç$~kâCÎqgŸæªó¸HËÓ©ú…ðÖ@ï¾gÔN§™ŸÇ(o•ï{Šž3áj„4-Æ`ï 7W"âËc%e¾« 5%Ó§ïhØ\¿¦Œ˜|VÊáϨö:Ÿ7«Ó7æØ*wD!Îúdn†B8€¢¾ë®¹…££W7’¹RQµvsWOBÀyÅ8€f%ò¦˜pPý`ÜMCK64qeNŸmÉê:Ï_‰Q|™®mnvú¿´¹¸ë´;]„Ö=IC>«ýypEO„¢bu¨Ý&‚¦üÇÎÓ8Í»ã¨ørv¯K•ß”ég©‹Þ­¦RpXì0MRûÉ® ¨†‰:mÓýà¡ Vc$MPßN?“øûöÛé A±†}.ªÊ²uê$7ÍdºxŠöþ>Sþj ì¾§ íÏÁm鬼ï'â+7ÑÂËj‚ѧ##áÚ zU¥¬â‘¢å%­ÔaªÝ×Fö!ÝÆc‡¿ÏIàl eáÄyÛ¶Vi7wã€Û.ª2N6õ9¡MÆN‘j½í¢¢1f5Ð"Í]‡1¿‘“SñT¥ê¼NÇÃw¸î¸áÎö•´‰9PçÙÙˆÔ·Ó2=ÉE›h•äç;¦NJÇIìoñe°b®ÚóÙgís\€GcÔ.Xl€Niþ=-¤ÅggJì!9ȇ/ô`¡¥µàø|v—8–©XXæn'CM<×Ïi¾Þ-b”YÌM0Íç‹L.9¹b9}éAãK*Ké‹DR±ç“¼ÃL¢ƒàrÕ¸³`\‡×„eè‚ÔËþTx‚È™üšÅÔæ'öÿ75.k»í™Ò6ÂÄÓÅFh`3ô·yýæã‰Bi<¾OT¥mx +Í¥Š<2ÂHÚÒyŸ»i2>I£ ´²ðµž¤ÝB¢äoð¬ÔRȇ5PgÛC[„{?rš6ZªhU`¾/µ¬9ˆ¤²sõ«.Á)Éä’õö@È)<â’ºù¿Ôuë{ê´_†q9Žh®Uñ_"™ÛiûåoÂØ+ ãÒ6ˆlC¡%H;q—¢JruwÙ,ï^¼—”6òz Ègê“ï¸ç¦ÆD¡7Œ^mCÒ…ÃL+Ÿx(ÎW[>^@ÖüZ%¨òK 9ƒÃcÕS– _ÆRi^?žÈÊ $8Kåõ©™°Òiy"!—A”óoi9´ÛŽÐå·G`ÈŽ’hÏã"ÿ´Ý¸%Ìõ>dÕG-Tn¿v8¨±}ý¸ä.êBY^J‘æE 7> ž°ŠO`á2Ÿ!øŒvë¹½UÚC/é¤&JµºÏÉ“­”†=ÓP*3¢ÿ”ÝØü1yµÖâ°m û³ÜW_5“ä +µf²¿áŸV¹j¡Ãm{ƒ Ì k„:Ú8jkã&8kAž5ÜBr~ž6eˆ§f¤Û"P†v»«>1BX<ƹ hE•¥ç_w¬<•õ=i‘^ó ›*jî,Ôˆ8¯ÎöTÙ$üWH4¶hl»áAÀ{Æ(V¥ìõî—ýí;ESÎÙýâ¥2LŸ{îÉ×"#îÓÁ‹iˆÐçÃÆ!ÏÆ9÷|õÌ»¯¥ù§ÉñjXºƒñ?¨#Í2Å]lè î,‡[D ™%ªÕ~”Â"òÎƾˆÈÝn¶ƒ¡lMªï¬ðâI0µÊ]7ÝzØr”^}Ýžä.`óµ—Š›{7iÏc†'èCð¶A":³eVÁðš,û4.óÁImU¸6¥iÒF‰ò´rM_íê§64Ï~p±>jg‡‚l2ícªzK!'ŸJ¥÷RJ}žË•¢¾‹*›§MìÞ{©ôúÉ0ÎLuzÔÑIËmßÂÀk_(ùž-R™áq“Æãê!õKãÅ»#ð“˜C#¥8r9NÐ-SÈ“q[/–ÿ¤ž§ŸïW­òRù¾KH×=8!­(Ruðx¶T2¤{gš•£ÞàeGå +‡ê‡k9váMü(2€½à×ñrDgdÂÙ,»¸"š®à#43ӪǾêЃ”ê•ax²ëÛñø1V‹ÿÝh™0ïØLŽM4 Ý…õ¥ð€Ðµ^q0ZLx~Ð[c¿q*æŸaattö1@.Ì>B‡ýA ܆qq ·@¾67Ó­êxêˆCrüAØ“—t[lÞÎH#‚ºÆdÃ,=e9•Ð²C胈˜•>ZëošwÞh€Ÿ€‡+Òéæp |HcùùÄ笪@™ÌÊõþ·‰O`ÒŸC‘Bu3Y©˜j½?`-‡ µ'%œ´«IÊÀˆMÜõF%x^2€uŽæL5±ÍÅ”Yö”§‹Þ\™™½œPØ ™*+$Ú¾Ó!qAËÏû´ÍÓ¨© +‡t#1«BY”P¶‡’éÎêz(·;‚oë3ï +\;7 ê(u†],gùoÍ€Ô³/Ý„Ýi³ÂJÝ[DŽÉq'À½ñŽ¾[ä=W÷à"™êÝ2ò“™ÄØlþ¬£ÐfQâeùÊùj¥´ã´úedíî?›ùmü@oæVàÇRq“IOµ'(ßV@=fûMs·; €Vè!¦RÁ¬(LËŒ”û¸Ç`Ój@–èºs ¦ÑÃÐm_U³É1ê.KŽ‘£t$–—hG¬f'-q>ÏÁuÍÉB¦™8‘¿`é4Ç*åÁêõ†ŽJŸ¶§õ ¿Å—iÀÄ%ô µ}åf†ky!P·¯öÍÉ tëû^/ íôÒëî UÏn@¡÷÷¡6Òì"„~fdá bè„Ð*®_‰F·ìêR@Eϯr=Â Í ú¶ÉeocÅ ¦Ø`Ós¤®›Ç‚>NŸ1 ƒ)P¯'Þ×ö¿ÑíÕo\™\¤Ê‹¼åfr˜*GÊTr´bQª¤t(µ q¾jhPŒö÷zVÊxöÀ˜:~§i µÖ‰{ÍkmfsCn_m†ÛæËP_5’]š’†^»ž£œÕv¼q ;’ërµ¢dè´žhç†l. • -sÚyñÄ—N™HÚ“: Ô0µÎÕQ7H­X”+3ì"’ó²‚y?C©ÐÓ=SõùÉ›ÚäJ²"ÑÏ;Q$ýé •|)–q[ÜÛxøZ.CCOCêÜiH¼û«†ŽÄýJÜzæQâMåÿ§×#ñøc¶;#(Z?háQ¤`&/Ãxš—S4ç»A…ž%7âã\ðm> åP´Wz›æ×Hö bgü:ïV ²¬²Øå(ŽBo9BowŠ›©1ÕQ—rðêÙ'{sÖ— šï²p dY¡íÏ;–ƒ-RsŒ‰X vm ¼ÞC¿—3ªåyÌ£¦wʆÈ$ìÝHàþ„©ŽY¬Ã·70Ŧ-×*a–†S¦VOyAF[éæ£HËÁ¬Ó8Š‹/šØ¾J_F©`%ϬâÅò¹7¬4C˜ŒÈ>6Ú8E‘hÓ;_#Xÿhˆ“¶J÷'䣒÷ûa¦þŸ`zîþýs,.R Û÷¬ð&M²üPÝ2avûÀ±©Žå˜±ÜZ)´€šµ2:1anú1 +¹#šÔ©hI:b8 ·\äàsCP©ž[!o” +³"˜É=²[nV@“Œ¸—KŸK¬üŒ'kxó®zÕm ~uÎ[zà€žâ©ÊñË%ðꪙ¾Žæ¬(™j«Ý›U~¥(4¦r/´ÉùµJÉáôY ^ðHö+À¹Óíõ–6 ¸ª[Fââ>'Kæß²ï©Ûpú<ËržÒëá¹îÖ1¦¯Ç÷$‘îZùÄ]1–^Ö¹€?ø °;Âו Š +kx*y¼ò§Ïú³:âcìFŽÎo:wÇÿSÉY–ð¡J4FTÕÑ<UÑ †7x?ÄÃÌFÀòÚ¿‰ n¨FGTM”Dëy„Wƒð…yÃÐ6 ÓôðV]< ª,ó†dk‰þ uÐ6ŠÁ˲-F„»ðXY}#ȯ$WVR¨ï6‡…Ì+;ÿïîiÒ¿$M—p Ú_úÈkÆBå5Qÿ£³Ÿ’N‡­4G‰Ö†“]Q–*“{1O«ªŒÅÒ„¢*8x2MlBP÷Ußœóé›Ô%qc¤«²‰ 4õ_:UJ`HŠ¤YI— ¢Á說ö,ᢼ9E0$Kÿ€Þî[6™°só)ÛáuCÒÂI0T yȸpVœ€¤w$Þ¡º¤ñâF¼"uI_;üþ눢ÛêþR<òÅòëF‘¤Y–{Ò?ÆWËÎDX6~ÉÄWá¦iÈØxªî¤ï2fÉý}Ê,ù¿ÈÙu¼Ökðÿ3Ò‡ƒö$˜º¡î™,$JKÞ”ÿKz•v%®lÑïo­÷Ê©Q&VñŠLQ¯¢(­¶·ÍP@ÚŠU‰Ýö¯§IÈt×ûЮvÕ>óÙåu²0·0ü¥*æÔÖQ$lŠÕÉÔ½n§ÇàŸ‚¤OÔ¦êïÝÐ.ä'õeaÂn—ƒVD£|F„…ÇF™ÐïÉÃÁoÖêMÍ͈o9Ur„Nrñ†ÏAn +‘0&‹^Ü–üˆ3ßFšüS'HÖYlHdªÐZ“1™½å˜ù©Å…ÔIÆJH¦Äˆ±{¬›9Eóg'Ä,iáÛAËi°€´8{XNRy‹Æct<Mh„x”Lt“è ­È·Œh®—MEØšØ3Cac˜Ô:f+Ñ ûmä$ÿ$ É0‘c¬1d’„`q°Š•n&ô4(‡¥Ë±ÃÁF‰ºNÌdXâ(–gÞ)²sŸäÐK°Õ@”)èûÎ`tÛûžA¥¯àƒ’±ºè¬R8  ÿak;óŸ“åT“|—HpKTô¸NÄö:òk“.fjîr±eÑB·…ßËásœ';1XCáÓôôVJâ­Nž–Èð–‚Ý¡Î@àÂP›éæbPŬXJ=»+fÑ:`‰˜ËŠY›d<ñ•¼8ƒ¸P…­`¦NtÑ#QŠm¡Å%bé +‹IÒé­ß(rGÞ3I5gbÜŒáXDƒ‚*jÃ؉b2ƒ˜,ºPûðx‘ÝÇKékÔb$”KC1É@ŽarN ý3‡… a³_¾Û"Ø©‰F +é1Ɖ{çb]„ÝßJÎr¶{É“Ñ,$ËTÍeîs¥JhÝs,´3ð%n,†ªðpKÂQx40Ѓ rü"¡’HYlç/4 tTòœð¡—³"˜ú•nÜ7/ª‘ø™HßXÀòhÏ”K{-O÷Yúšñ9j1Ü&r“ŒëeG"t Š+g‹²%,¡D@oa3 ¥lm¦`èÊl²Ÿ–aÐIª1Ƶ—3ÅLxK&ˆ´ù¸3)yK”Cþ¶ÕŽlÏMìñ=BíðPbúåÙç[ÜH\"‰9]hˆÚi\‹¨ÇG0j¸xÔVåàò²qP +Ö &0`Ó2е¨O, ¨G ËÓlMB4~b ~à.HÕÐpƒÂ颊òœ’R£ü 1ûX&T•é…ª¿iÌ„€[ ååzp©¿¡k˜=^Ó“(ÂB +—•zmáG‹O§–Y^©=¢©±o;n„çÜ¢Äï,QSÍ4'Ï©øy0ô' È-Š¨È@õíC-˜„"ÿû"|g¸ÎÞZ¦a™à­b/ÃKR¬ŽÕE™D˜í%ç/Ä[[ÿ_D«\—¹çhíK]Ö¬•8ÿ‹ÇˆDÁ1~ïñr7=âºTŠˆá2omòKg"÷ᒫ†D>âDq Ä2ùBEÎ `q#Ùe½µe¢@É Úã¡oͤéìOü ©š‘ûê¯ÓÐè­·¥ÃýàTüwv÷=KÈžÒagc5êÛ•ªþ±uú?©¯}«5uc^©º;…˱qêÄFšÎZI“Kœ@+OÁMnô¿ Òp¡(âFÐ’sé°‡2¾ƒüõ´Ú@•Èªèb6Mª‰øZtïÊépáçöª1ô櫵!S"‰æµø‰²vçùRƒÙÆE1Lå6‹°£Æhb Û;ËS%i˜=>ÄõIK4DI…¢â„A\æ¹"/N»¤6pHâ^ û  +.—‡áìE"ÅTRœh ¨Un2C¿¦XGLüàuĽÊØçÜøñB"ã?6"òh H™«’ºgöÅð—9ç| °v¢d›á\:U©ºsyº‡€xq¾#“ð‹dŒTŽ i¢s& ¦°SÈÌ’§ÜàK½™:Ñ——9Ìs>5(mDÆKƒT†,ýM‡ŠÌE/={ÈÀÍ2U¤w¬/}Þ¨gB§AÜv‹ ºvR+'ÿüH&rè3ƒ‹WwDUwÀ‚;Pÿ¸Ýu‹Ÿà„ÝFŸ©æ}””ͧ§} 9>6£Ó1¤ê¬ ¯³ö?A#­`RŽ°ô â_iÐŽ>RQg4ž¾HFÜ)ðƒÛ÷”óµ)Ò4ro`Šº€økKNX °’b³„³§râî‡Qa¿z  ›©ûÆ£6Š±Ke`I|Ýìó>HÓ\EŠ&N­™¤‹ª–&ú¶˜òd ? œª xÀ]A&oMü;M•ºeÍRõMà’:>½œ8%Ý™”r¹ºE*Ú)x¢._¦ðµó i-özà".Úóõ…Ø´ dˆ:Öw¬¾ZkðŽýèèŠ{²-š¢ým±ø£ HBŽÜÿûÛDïWèåƒÖååa¥ w+ؾ9{ZÝßUgO@s²ÿ*û6 ¬±ÆÀºßiè҄;ÏW£Î¥§¢~®=ü”š¯Ý»FcÙΨµþ-Ñxºj\Të-aX/;Ë›' ®z9íd¯sçÙúÔ<šÊZ+sWf%Ö…ßF;soê²P>¹;¾:EºÙÞßà×Ý6¦M«“í^ÚW—kƒÃ¾Õê +íJ}³1lè÷üDï¬6¼³ryV¹¨hRç½ý$T.xÌ/*Ç[ízvúÜ|½) ¾^Õ÷ࣼ°hnNy¯Ïÿ×<ÒùûQõ<#CX®/Nö÷ëg'Õ«Ic8ÜqÂacØUÊ‘>oñÜ4 »ñ}ý´mÇü¸x¸v“ý«_æ®Nƒ·Ù¸#ê2wZ“i+{ô“®=7µ¯ýÌòûý.>—ù±Röô|í иñz8OÏKÖã«3™‚òå±=OÐ+9£´Æ¾Ñ—L»[(îÿ<¶=tJ Ùoa8™}*¯—Žw«wx7˾]² }¹¯¶—ÄÖÊÝÁb}¥/ïæ}kKªöÅý’Í:/1e‡£bëEùh«ñÎz²þ…mo#Œ•{c½æ6w¤Íþ÷0w³'¥ë(_«O7•pÖòãSAhVomV^w×…Ÿ‡›úA­ÆZÆòE$ë—Rù±Æʽb¥p~NÃ,¼ß—ZCi X÷÷‚~ÙžÏY{ÛÛ¼ЇüÔfšânCêøSûL_Ú=ÎZ[Mmù¥læî÷ÃY‹¿ÃXÆ&®Þj6q«Lÿ9,~ g½éìn¼W­n+Û0š‚ÍjÎw/ê%½øÎZÎù÷,Qó›i‘1 Bxä£Ú©¥„GBca± ÊXÔö4÷h‰Z—«¥IãÌ©9HàQk®Cûs¾H`Q{5zk@U`Tàn)\ú²B¨žÍ[ æ|½×þƒEíçæ~XžVæN§ŒÜ·@ßS“FLJG­7>×6í×Pa[Ó€'ò]Ëõ» V¨<5míÒxÔFjÚ~ÄHE¬¹Ü:³@M”ý:USPgN¹t^<¹ý¡?º‡¨™ãd£W¨†ëÑ÷zøžÔX؈úæv«¨›¤ÿ õaEPOjç‰YoùõZ#}V]8gÖŠÚcìŠñ5I™ºìx›TPs^.hð°ƒá¤‚:‘SUÔÖôºØ <–3UˆÊ˜u±K‡â5b Ps#êþOΧ¢¦Zwç¶Â9­[ðiÍukµ3s]#éa>B§`îIÂ9[ØeMZ½gæ?Ý€'šF§æ&½ßä°[W±ŸfŽ4Ud‹S2KϤ¦Ëpz’N'Ïž‚›…/`$nþ‹ónžf̧+1öCÆ¢§?{oLÊ/Èr‚ξÄñ§‘oô¹–Å©ü(Tª. â&šÔ‡þs!6­ç³ÒâTøh¦â½áTë7õÚçÍ&ð…¬Yµ(÷) æįňîlÄe-NÓ^Ó+¦ûy‹ +þ¾{ÿ§`qZN‹±ÎúÄðëŒ/êC§8§ÕŸWkiÊðŸ×ë﨎Xœ~ﶡÍ2a8Õ2m8ižFkóçÿè”äæÓé®wTFÌél¨Œ3çñ/,u^v6–øÓj²"×'öÔÓo-z^G=gá´ý>3mEó-¯¾7ŸF +•F«ð OMz´g¦ß’cB²ÚiVô¥Å# T((NPâ}ý·$OÅ>Í/h厊´ýàßj †ÑƒÛ Ó*ÖdZþð«ªVï Á~ˆ>šéTåƒ&§Ÿ…O€Õ{×X¥÷ûˆìvé/:BÕäÐ\­;ðqãAö¹}ÜÞÈ.ýܵ³5ÃûöeØÝ$ÏnBN~*ï‘ é?â`šåN“ HQ‚wF:ˆeÖó +7åùðŸÌ܇V\µ9ОýIºY¦ܸ¡ßꘙif!°GÙÇÀþ˜<ê8ñÍlÙWw ëŠÂîáw1ñ—¯(ÚÌý´â š|xe?:l4ü”ø!)š~‚Ë9\ÐBgÝÓ’ ØÖ>[8‚gìÀÞÖ¿F–ìŒJ,q6Â]ŽÖòË’Øêêm„±"HÐÕéû5÷MOÇŽ’"_L‡ù1¢¢Y NÀEf»ëúÌÁpLlÜ&‘qb»J™:5n¾¡ÛéÇïçkÄ«à¨nuÅ éæõÛì˜ aøm§sý¶™Û¨RËõbÃi`r³sW•®G3hÓi×åq%CÁÀs—÷ÝBùS“‚ƒ?6|ÚΗÑ"u; ‡SŒ~#°ýe µ•9EÎaR‘C~U\ÝO>ŸOgE–{ovbª}¸÷ár`”Ÿ [©_ØÊ"œÌ¾â­F“iº‘Óé3ü_ŽêØ56|1—j£†U) rAÝ£òLêmWM@‚­{)ênÁŸŸµŸö2ñWÇíg2ÅU¼,²‚°+d“e÷œ6cÙdiÄR rÆQtòaæ_`×"¼j«ëP ªúàñÀ€ÿÂè÷їꎤ¶ºÆÉ6m’ü¹ ¬Þ†,çÑ=  À€f +cƒlPÞ¯¿ïÀmĽ“½´ºÑî«Lÿ°^-Y|¸"dŽªÀÏ*'b­£'T[é™›„ÁesíÛjŠ—ÎVTžÈÒ³ãufëÁ¦­èñŒØß9‡%˜£…Ú?ÃÀYÓ$¿ j9›v ìôKáÁàÓ6+zà·aÈ«r;öÌÔÛ^š'<ìºÀh¼ßR¡~Â:w)ý9V-´Ðv lè6©òá¡ÊÓƒç>Í5¾[š›H¥ßʾÒx‡Ø˜$h`§ÍŠÝQn 8—nw€¹"gÜ8›µ³WÎ,g.ça˜Wmà`º•.H²– %PÉžå&Rh˜žÜ¸!œñ †“M½3¦ŒrOÁSñ”,Šç•‹LA3S™𖢇Z@@våãî‰#ˆâf3hš(T- †åùQ¼ýß•÷Am«:Ž­›„¨­06g“k :»6h؃6 é8ÜZµò<œÒƒ§Ç¹€ZC#â%Œˆÿל¶IؘÓ\v06Ö/ ’Ú¤5,Ë«5r®zá6óqÉÖ¤IΡ­zé¼1vfÒ#;hÍU‚žÛƒa`§ZsÊåæ÷µ±Åv§^”¨åzÙC˜_)=í/¬ù«sš]a†ô¨ßNèãlúß>TfàF³Vþ— N鞦aü²1 ®{¡ÁÉYé˜Ð¿±A}–-·‰c“6Îë–ÍÜdÙöZrºM6g]Þ nKËÂ`綻ߘ[.Į̂ûQ¨Ý²ßX^”ëužn÷ºEÉ4õ"Ì„kÎê£ü«éf*·2ðaûÇPn°{^Z¶°£2ðùÔ†èô|[;OöÛ–]+_S´shnÿÍKÓýeQRöÃJj5% ÍSò% Ѧ9sÊÊp«µ$:ùTêŒÅŠ.Œ?Ù»çnwF”.@éÓ¸FZ†Y×=Ÿ’Xr^Îq³ëK—ÐëÊmJ‚<âgæ&^ÃT¤6é}`«í…ÁÑæç+íŒ2ZZ"±k’$"vL}håi7´WãÊÊHaBÿR0J½­%;¥IßHð6yPgK¯öء؂6šÙ î›K7*´‰ ¢ÚŠ8¦½LüÕqu'7Åâ*^YAزɲ{},Æï*µ gœ1\ä¸ñ†ÇØPŬQEÜ…%°ì2QwÊë68ãA '›6¦C­ßèšÄw529f¢‡¡Íìh&ô‚ÊÜá#Pá“œ¼FÅ¡Ä×¢¦8z±!ÅÁ·AKó¤PÄ‹ÙõP:uö%w‘Ë´lsú w“BÛ¦uÎéÞ.'Õi—h™V Nš.Ï£>1sâ³ÉMk’U=»ûàó©–¶²Èüe½:RW¢ào¡@)¼ˆ ÒR(º ˆ^(W,ùÿow Ù’l_r«gO›33³|¦ñ{‘mÞCÉQloº èn¶:”ŲÑ µ¹ùî™ï8 iJ]hÜ+²Œb²r«ÌkÙ fXª$hƒ8¾Õ^Ô‘Âç;â´Xª²ñeÝú½ê´ë¾'~ZúP\æ¤Ãs—Ö`q”ð`’O“ƒ.[EtzNfqËè07R ÛÒè{unÒi[>‚Do±ýéY)rº3Ú0nÄ»Ž^…ʆÁ»ePs—^.FÏ¢†È-öÏ— £~XT@;,’b4¸é›†!ŽCRÃZs¸¿aÖŠpcU.ñ¡.kð å°ôÛ4!*Ôpãp sÐ/œ c–!Ò¼¹éL;²…§kÎÄ›FÈgfÓ òÙt(òYœ~Lƒˆ†)\¬•ÓîxƹT¥Ò±æ;LC›(±ío~µ³‡” ëjj!ËÑ'§¬LômÖîõ<Äl78 +¾;g˜p#ÃÒg¤Åt³Ð 1eÍ! ø÷ ËÜxl,¥³Ö¤?[¿á­UÃ.·í=ßô~`5øãyZÏϘâ<ãt ÙˆósNõž`–×êpyœ~!,k7ÍÐ/Éدp)¨/Yî6f£€´–%lÓìCÒN'`žS6–åayÁq:I83 +,¬± «á¾<¼·Õ ,ÓW çÒÆ0kÏ8‚³U­C³Vxø×s°p‰e“†Öà –'|ˆ—1U(E·´v¨:ëq`™Ó­¡~‘Ô,Ñû¾ýѵö8²jih„ #Cƒ¹ð 44¿V†f¸tnh07côžeQ‹ªæœÌás3 ïÉmhÞâÞ$/€gx ¨uÌ u­hLåÇЀœnÃû2wϸ‚ÌÓÐ`ê6Êf Î 6H$nõYFŽch`¿âØZÀjâþ‰´ëWAœþvcú¦Ñ±‡…Là›F‰7Í*$gˆå–_V4,Cx:ó¾@’O–dzߌ‡»ñ0ú€gà¯OÖ½!GÞ´x:I›CŽ=Ç“ï}Ä÷„N;€ò_VL¾'Å-Ç~B¾mýŠI|Ù˜B°7ÜäÈŒ%ð È­³¼²Î°ãÑàé4$K/+,¡)<˜ …”úêâk›ÆµûdÈ™å⻀g©?·µ‡VX‚ÇƧÁqåóx°„.´“±° x^ mð2L,×α´•ƒä0^Ä#b „$¨É–öW@L4‡¾âÅsa*U¿ò}h +3‹ç,y`‚J¨™(–ùÿø`£í47ÑØúOåâíéíBzTzíBì·t#¯F¹—\GšÇË¥XíAòMkm)Öî¤#a~§BÜ€ÿ(+ý¡2¹œÅ»bGúw&˜zLÝT®ÂƒH¾p•ªŸƒñù.”×—†_9M\'´ª“oZŠ6•[9ü|+¥Â ¯ÎÔ?#é­#%c·éïÚ4qð^¬?Ⱦuú.ßÚ_’Tîc\•Ç‘‚[B¯žåZ©ÙÚ×4vÝ—ŠíðÜ4n×ÒôT>U§+×™òÓuG»ÂWñGùÏ®}Éøã)èêãgrµ:õ£É›·+Z‚ûìV›×LÜ:;ø LPTÄÓ[ÛS>ÿE+ô¼3»ÁË­óÊ%Lâ–-åó-S›¡M™^å]´M 5íäüNzµ¶>çˆ&ÜLgû¦yU1Ã1‚“û·m» ð4-]ñ'³/¶Ñª}#ÁÅuâ³Ø)~+[©nڪ̈́ã'‰»÷M™?†” ë'½÷9óW›—ù‰á`_§žx:{oAÊ·ô´UÀIðÏ Wŧÿÿ*e¶ ¯b¼4|—¢­nXñœ=‰è_5[6r«=™n‡Y“´tíÀãçáÖûu©:ÉcÓ¾.²ÍûF±½é& MÝíhMB§SõÈfÊ•Êlk¯Ó$ðV@¡…‚³±P, ]4„¥¥,ÅfSÉÛ3Huv´•£hÌP¨i aÍ “£`ȉÚ9Rè¡Ù¸Õz€‡·VøŒÝÞƒ;‡V@ŸÃXùÛ—L"Tb"®[p·äU†ã|’ÄéÇ´·ïÄ uƒùwî'~ZúP¬³C73Á·À²ï_àbêp‰iîTªVjšMÆ©.ƒð ÔËÜ@tqâ§Åì7ƒu.Qz¼¬1;WÀf´´û5³î—L9^en¸î— [¥r¹µ.è¸iQ[+ﱂûÒlÔHNúà#»nTá¦á "ßöZé3D|–Ž­Ï üðÓ2º53PF2¿÷Ý·j½ÙÞ4Þ´Ø9‘à5䄈€?­˜ËœàMÃÓÊ-Z.wJa‡Ûv–1Ãðá©NÆ~Åf?g9WË8Úת{ZtAÞO>‹]_® ¢ˆÞbûÓ³Rät+†Á8AÐ;Ù¾Û3Nl°PH’Ñ8 Y¡2uw+`CÈ V ç\óÐÐ +PB÷–?¤OÛWm¹®‚à™âÅÈ…f Pž]TR½¾,]_VüÛ훨â$ðW¶co ¤ÑG_Õ#ìWe+n2À[ýµ£Ù«^6&j\~^«(;(ÕÝ%hÊn´±æ[¸iœÇ%HîøQZ€ˆfI¹û2ùjAãqÄa$ýÙú -;ðŒ«a|[fGЪ~lØ RH‡¢Î0ÕÒLq;O¯†‡©àž5vÊƽÓòF,Ž»Ðâ[Ü;pÞÃýBc‡ ô #|=ÏÀ6&uk‹}ÜtGܪá×TŒ—†ïR´Õ ƒgÏÙ“h^©?²eÁÛ¹—•¸uÖ¹?.Ž©sfï…ŒWÒ9/3Œ×W S–­¥¿UI~ÕÈQ¡ÐÊÁi#*°DE ƒ3ü‡ò`à]q1*cpæÄr ò~lÈÑGÕž¦LÒŸ9bëóg»l"%$ t +(ñÚFS1öÝ·n=Zµ÷Û–uNÌ0¹5Ž´@NÃ¥óœöÊ”©5é­2\¿Þ_•‘ØxM^znðÐD ·ùί„áVƒ'Û¢NšB—¸]Ô±)1®€ý”êtÜþ/À†4 +endstream endobj 176 0 obj <>stream +H‰¬WYWâÌ}¿kÝ„!B2…  ai@Ú¡‘ÿÿUUBÈP_jÙm<óÙ{ŸÁ,Î$¦_Ûh±(£EZ Ñóÿÿ£Õ‹H57ÝÜd/}Õp;µMÚÑÒ~ûg-åÚú$ýb%åÌú¹šºnçzQîkËÅW >¨?h1-§ÙHe&DK«Ÿ$4zÜÀï;ðûF´Ä6šà+ú]¬–r]ø‹ªêp z¤ ]wÔ˜€µTénZÌM¿·³d©_סùkùº¸&Ð/€›ËuüJÆÙâ•Ô—™Ú” ‚'L2µ—!o—¡ý–a¯.ßÊÉòà (d2Ïõ˜9ss *ÏBŽ‘ÀMq¾^ïó3$W”_¦°NŒ ¸a…§­„–SLãmL0/a%¨SLj)þ·0»W†áÅÿ#ÁI³Žm¶Åª×dÑFµ›7D§ HbÛqn*™g_ŒY¼L¨L¾}'Wº»~úºÕ½VÉЧ›Wè°H·P7ÁXŽ.Bû9„­"ôÅÜRÙ­m-r9 ¼»ÑâûU}¿êÞ¯‡¶¿.Ë[”äÏÄÓŽk8÷ ¸Ù÷MMW¦(«µƒ¹2'æ +³1¥ ªu6À˜Âû nÎØ8áF†À VC¥Ñú<€½Ñ{É,YÿèwêeZc¸ž˜›lW´~ÑÅ;ÈëÆX¹ÝÑí6øú¼@Dºÿ–¿ò±NŸ}ÑGƘÈÛÂÒ«º7{ÇK÷Y>(fNŽxËDædõ¯_$Ú4v ‘šÝô@“o\“º½‡½éᣦI«Z£ìåPîí;ÎæZq ™äœý@¾~…àª@mˆærXiÉŽ‚±ÑúôIvMëGK!¡±i¨hðjº­+ |%ùFóÄ\ +¦ÛõŸ¯1P¯ô1øSÀl°îMÄÈŽ€[Cóg3ª¢l@/õ·z-s¡ÓX e³¯Í…Ô!3lÁb1›¬ÆMòVö€{“‡"HQ@Kj±U@¬0®Zò’BX"ÈÐ}à þ÷ý2ÊAÓî L"è¤`Úh!‚°È5iÊôI‚oàI©×šõ‚°hOgŒíö¡ÃcÌŸ¿€j7miÒpp´ö®€{ÚÔëÄ[Æ¡h¬¹hl`Î[Í‹oö” ܘYT£U.¬¬Ux¼A” úlV~ñwΰ‹>+ßã²²‰’¡°K÷V>Èu€|ó ,Ú}Èʦ4uÉÁÊp6pYÙ”¡Z´Ã$Õ :î÷” ¯µ³ëeÁÊ& +UÙ“•¡IQÜpT©®2µ5ßhl¸âU-ð¦×ˆÉ'8Ku­ezÆï¢åTqù#™Ýµõ…$½T[ÅL®|¸&­ì#40ùîzâóíñ­2)×Xg[[¾n¼«®7ò“^Ž€ò϶ÎäkZv' š1ñ¿¹' ·ÃÃäÚ¸Pà'&Ñ•ÌSyÁ×?KÃrnýT°›ûn'*åMéÊå|¯½‹Å·—µÌòq™áÄA·ÿášÂ÷saRèñïl•‹ßÜóÄâ¦Ë—¢Ý^ákMƒŸ$|GUÅáXœ_½W˜ÛJÿ›Rv0ýnÖ®éÑE©|n¤@‰Œ8È1’(&”B&}þ,k‹-~ºsi:áWáº|æ—=>oeÿQ ËŒ^+{ØfoKmo7…·Y]˜]”EXª0ò-tÒ«-1ÉzõùJ—~í{°7r‘_D„ È:[+æª#meÈÏÊÿˆ‰$íéÜT2ÉïïTxK6—×Î~ï¦9vŸ¶Ñ1"ií£ƒn¬LL'üd ÝhŒp³õ‹ë$N€ñÐw-Øûú,öªEG|ŠÕåM¸9î×5xõR-ááÏfnjFj¸jæMÖŽLµË¦°¶v¹ +‡JÎÖ@¿ + çÀ€”)±IïÆ.±ùÅWÆ5Í4LÝòS÷¢ùÅm +ÃÙ\¬ænIL§hÙZðîoëÅ5Í&…S´l-ð/™Ÿ¸Z«“Ö a¶‰J¯òOý§q¤vóq‹ÿ—wÄÂÓŸÁõTB½+ø¼;üÞMÞƒÀ.¦ŸÈò`ÙÛ)V ¤‰¯ ÜH€ÿ’àƒ‡TùúB$ÐKëÀu}ší‘TK꟧ Ë_ùX§O‹¾è#cks²àx}ÜuŒg”€HÑ}÷|}^`#“Ÿv7o¡Óø“u°&S¢ÃÝv W´Ã9g-drc¦p60çM·ÉÁxd +’´fíûlkº©­…°°†y7ñHëaTi ­'S¾srÝ€jÍÿ{•ûRn>(BM‡’¡ýQ¢ëÏ>äu•üÈ3‹·ÅÀ¹rzÑŒ•sÐt…áF§^G.©ÍЭµ¸û%7ê‰k€‰tú†kã-7ºY‡l¤’ÛöÍskÜÃÕ§ÊiD`]¹fjŒ]9GD#0¢ÿÙ¡`u°zï’Z4Ö\Â:c¤ ëÚ±l0¾û±¢å"ð~S> ‰§×°:M×zÔIÛB l¹^¼èœ†I´öV“£ôæ‚p¼ÖÐáC§c›¡í‰ˆÀ[õù ï1Y¢ëN›^ÙCàæüR-s¡‡˜h.d”:tóÖ0¢×Ç`œ¯øê+ZvÚO³dŠ[=]Ek)hôü¨ô‰Bbü•î‡ï[²¸Ñë,q$ŽË¡ †ä˜%vÖœif£‹hÁì6Ç u«²ä&ö´-2x\šM:6 Þ7&•‘Uæë:TÉ<ûbðª(WW™Úšo46\ñªxÓ¦o.1sêEØ{U0Í‚.€"G:-’´Ú àk¸uâÅ»äý@»`å\b…§­äFf6ÑÜ7Z€Ï;wâÆDò¹„>AªŸm¬97=S¼f¬Œf˜rµ×s)È7š'6Ã2ÿ0Tv3,HÇúŒ2mÐMÖz)߳ߦõ°MXëkGöZØTZÛ‹Q o¤Ñú7k¸dý#œ~ ÷Xiª!psÄ ’žj¨dcæ‡õÞn¶GR-©7þ\0,7~åc>-ú¢ŒÁ+7|v¶>”ƒ¸šX›c f +±­Õ m×NÑ憞¿Ö¬ݘç\²èqi7ÜÜ’Sä(DEƒ‡(˜–šm€X°£A¬­¸ý)‘s£k,Ké’›Ä<^k¶†p ÀÊŠÖÝó+y±&+ˆÖN1”ðÎê<4„³çXšø§¸…|ãH¯L}c;‘̲™[-žé¾±Ú½ÝÑA¼Á×ç +¨Sþ;“oßɕ€ÉÝêK^‡›&àКæ FÉF*3aFk£ 24èt°æ€ìL©{¬½_Õ‰y€àb tP:.¹–ØF#W¤ÜûPʵ[çTÎHpFäO|FAø-S”åâ=mW(Ð'Ím÷l®%0Ú?^-Ú~÷ìØà­Ž$ʉ•;P°r“ÿX¯ÖµÄ‘ ú,L@@D”{ @tÅ뀺¢#¼ÿvw’tº“NàO¾™Ý¡ªºêœS§~÷×¹ÔƇj¹t.õ°©ªn}ùNÁtäl^£œ‚ßm§×ÕP̧Y§Ô¢Lé»íœ¹õœE¡´Ï¬“à‘DZæ€ÚQ¨Iåal­ˆ‹ÇZ0QhD¡FZ裨»jRC{=üA½iÈí^ÍtÎ~duò@@ÿ× +ihÀm4èí0½ÀÓF€µÅ·vL¡ m®ÀºÊÄ4øÑoOúM Ÿ›Žœ«—;¿6í°rÞ‡¦€q)ìãŒBØ«Ÿ=Üžp çÇ{Ù¨d~ôµ¶‡~½å£wö~É&,àkŠñjT™…6Ç‚‡¬%î©!Iñ4¤yš 7ayHu@R}RóØKȲ™ ˜‹UþñyÁ%mÙ0àCéðx| £ òp@à­iê[!|Àsм±—xÆàì«Oäci»pÈà€´Ãƒ€ãÅ.È°ƒf¿œ&ˆúºeìM“M“"S™j‚ضòdIr@HÐC¤0ƒV2nåÉ[ÉHÓ‚Áè%<ÚxYÚJi¼·ò­ÿ­Œ­dÄÛs÷³•Á[gó­Òm0nÚVÆž‰f㺕!6üoeì…º¦ÁGêÚUnÑ31l€4Aû底± +_㵕aH¿[‹§§qnå|4NÝÊ ÚÀóT°­dêVÎGE×y•ÅÙzLþÇåãè£o¾×t ‹gŠM>*í'ä6^ÊŒ·¥'A¿X/8ÐÃŽyßX8ZGG%I½d’Ó)#gC~s–‘F”5a«NSÎ7“Ã…à¡«E>š ªHƒ#ùñsT0ü—õ¹ô/¡I ,žnÕñº.¡ú~ðUp…Nª:Wj§Í…¬ªËjñ¬ùܶ˜%T§ 5Í™e½×'óUÕÑÔu™]w·µ ^k4ÇB~„ü‡$Å3„œ{^†ÆÊõÞ·clßB@û^¹6a}]1ì[HOFוªŽÃ¼à[dÚ¤§­@Öå«£ŸbÀ$žD/mÓJ†·ŽžR^‡CÈ…•PàObª;á*§å™Üú.ÊùÅCщˆÛh#ÖMU@šò²ô·svÊçýî&‘\4 }y.ÕªÉö­ÌÍÚ7réè¦_øy>Ê‚?)rr-Ô£Icz6¯ˆ*}ù¿S4ªì]ö²y—ÊY5FÅ6žŸ:¦q˜*¦´G¦C᜜è6®êñ‡?Éj6ž +ëR œ<Êo}9¼ÊýDI¿WÔÛ:·Êý)õL)Ê>_[õ×ãrö$†²zÙfÅ Çm§åÊM|1º·€#¢<;¬€æšÅ|í~l4ƒÿ®üÈ‘£"—={Úw÷•þýÍÄF‰ôåÛVHƒø»yÎK Š ñðʳº,9íÅ = +OHâí 7ijuÐf +w7`(Ph½&Þê¸ïFí­s­zc³Ùð8sU¿û»œbÃÈŒ>.Ͻ¢uËVC@Ä¢¥û/÷h`^…”g´,Ç-³› )Ô4kßE†h™?ò³Ç3ÃU†¥iYŽ¿œ}L½¢)bÞ³°\¤9¸þïêų¶K!Zä_úü‰¥i-ž J v¢¸J}Uú•ú_­¨ÚLÝÒyÍÍ$ _B¤ŸApýåïæi~`çbö/ßú-ý,· Ý(`Ñ¥Áÿ½Ë”/Žœþß"Y¹>/\)ýÉã³(U'ïr¢7ˆ7BG÷¢Å˜Mù‚ë¥qÝÛÞ7D§€Ä&ïm¹¯Ê­iˆM‡ÿ¦Ý72Á“ÉŽÝj3dÐ@Q<ˆÖ^ÑpkÒÉ“¬ ²ƒ~‰¯W)2•±;Ävñ‘£ÁP¿¤PºòmÅP˜éÑk\n$óuls˜:HO½@!´·Î a,RÀsøÑî;«á䣘á„p‹‚4[œ·(Žø^gŸ³á.˜Ûž¸Û¹@–êÞ„åU #Å\ø¥L–˜Fd³íj×4×p6ÈZ[NÁñq”t +J‡•ód@”¬:è\ªzwÖÞWç.37´ÑêMÓ¢YàJíÑ.¢•ÓÇP´´X¤\¦uØ´©ðRw¿‚Ø*¬Kõ‡•B +ҘѴϬ“ài' ÐåùYËëð‰×ãÚGP;Ò¹7>vˆ‚íúAã>Ø~z+¯uRuˆ7’zÉt™)*¯…€ÃúdÂQ7Hc½Ÿc<ÒÊ ã §º8Ij½Þ4[÷•áÓ%ëY“‰x­ù)ËY“CH5!ð,KÃ2­UÉŸ£‚¯­–¼¦cæ ¡ +XÇ(K®ø*‹³õ ‰<–Eì^ÂkÓÅ,Llžéý/Ú7Û~~éÙ6=„Îæ%<ÚxG¨&Ì&/Ôæªb6š†~ô;‚@$ÊKøŠ¹Ã†¹%ÍÍ2Å>4g<¤[ƒ¬­÷ƒ¯Ê€+ôÁsÅpåæ+ôÛ¨çzI+úæ9¢ l /빕I»VR Ô<·öU Wu¯é¦Yî: 6À«@£º3{‡ ”ewÓ£áÏ­¼}&ñ­éT¼Ü,Û0¶ÕEÐ?iö4ŒR¾{E­!Íß0r¿L–ÖÆ ”F ñ$R‚¡ ûAL£йÌ0çèCئŠék÷èܯôšî=44Í*D.=tc MsXy]í±‡Pl ÉõC‹"(¸¦¦­‹,W+Ó·.n|…Dë—ªŽ>BÞ-5¶7x0y6M‚U&€±/i0®K˜Æ³U¬V¹Iðɲ9ÂH†Ì{3]ö¯Xï+ê‰ pÀ$X„Ó +‹b?š´%$tXýl°–C½o` Çí¨(EÐ;r:l²¦YË6uúâ[-qï rCvsíXÒ€2Êlíƽë‘™xoJ•[Ó‚ö½ü{zÞ½î€4•›Í 3üÙæjA™®û«œÂ¥´ïŠ†´½D³3º`ŒÆ¢BŽ•H4pQ{T¡RŠèÍEÑ4Í£sJç›}Šr(¥VŽCÉkÕ]‘†€š•×¾„þ²I¡ñgK|“Âc¬s¦BèÜÓ/kç@÷vîdçÎm-ì\êaSU©Ó›æ4 {s‹ÙûZ+ImÜ“Ø/Yv{Xb¹ˆ¶iœÑíx{äq·;€H·anÝ}m:’OðظOɳŽuÜÏüþ[ÞFhÕí¦#çê¥{ÚgÖ©ÑX8lcz _5ªÑGQyª'LGΖ¢÷ µÖæ¹v_œ­æ·v²¨ ¤e¥YËò¨É)5’t2µÊÁVJMœi0¬ÚY›ÃcPúe1\¡1o‘Ò©;"]&:ÙòÝÐ.¼ÅT ßåö1¥…ŠñV³dê²ð¶48x ›F£.Và.¼Õ鉨«VyÞ–øÒ…¯ Ö}_¼Õ¯5jY™ý ¾†F]ß­ÊRk‚¯¡Q—Þ/ß¼E€¦PwË[Jî¼öqÚ\Ȫº¬Ïš‘O#ëè†àëñ¬(ÝÊÔ'ÿ³^¥íÅQô·Ä–„`„Æ4»%´vAÕ®”Z‚ÿÿÎÄ®h¼íO;ƽsÏ]ιå +…ˆÐ—gnŽÛH‡Ñ 7W\¨&Íò®‰æƒNk;{ ›ŸËÈ„G±Æ.·¯c¬H§Ý ÷"Vÿs¥”}||[ +ѳHâ/ºÅ¨Ê6›ÐÍã ½ˆ ñ¥f¢Ò~ì=”KÒ×±áÉ?^îÇøhÝ•YЪßb‘=AnúÖn”àƒï˜ >DÍ¿æøâ¦L£‡½Qì†úŽØåñÍkkƒ#¦$nRBË«jVÆw{îÍ- ÂRœa„¨›-“gØ\š4;5ÏìíúæÜ« y nk8"?Î9˜ÜýèÜ §š›¸^Ы‰Ù¼Ú²[e³Í[ÙŸ„S?!BÉÔöc‡H:táÊü¸ý¡‚¾ßlèãþzŠb¥ïǺÛLL¨òot*è³g¹¶Ší—kª –ú£Ýe3Q[˜V÷gpeþkñÝñúÎÏ∗w4wÅö•v}Ó¸ÀŸêáôe¥=hòš‚r%¿¦€¶$­ULˆ ³ +~‘ºœÂhØügÖ) Í}ø‡Þ3¡€Î؆[³ü§à»ˆõBÝØÖÌ4 ü&¹ÌŽÓÝ°¹Ù€•£úM„F40H"ÈŒ‚V¨k +h?ÓÆ \âå³õ¥› + ›{"¨rAGÐ&-äR@(š V†óËu›•;–ÌÒ+_P²áæÈ>‹÷O„tÕ ämAÿ +¿-¬|1 ›ÿ`ekà¡X Z»î/XùüMnƒÖþ„•;–¬çf„; ý@BͱòÅP8VÚY.ÍÊG¼íù7¬l˜<°ò…½}¥ý'+Ã=$Ç]ce„°v¤dèæ׬ }5Ö÷òõŠrã£Ê>êðÑØšìXÖ‰&ß7÷M^³‡ÜÜ1ÙÅþfƒÛ)íb‰ûå×Òý6V͘#é“´Ü xf7+no1ÅùÁ Ó*› +Ø(Õ³iq¦làÛ*÷Ç?ë²w§¿ÌÄZñö ›_˜\{4TràÙDé­…Á{À§˜®È¡‚×°¼#é¥ÁÅ w䟄d¬Kª*uköÕg&Žï@;™ˆ]žêM¹PCÓ"y'iÐtó IH¹ó-’ê×K«»ºI¹ó-ÊÍPô0&)×j&à+¤{Ø=¯ÖþýÉ/z¼f™ih£Zo'ã }:+oƺ6G“owµÞÏ&TáУª”êÇpht°6ØSxû<…2¥`®8…%ø&•Ï;¨÷Êt¹ì[èµ®õZëîkn´¹ß·»–EÏUÁÖõAC£ã8“÷ó…9צAõ+êÒûùb‡ŒS+…¬éDbÝZÌ”¨Ò÷m}¥Vó¡ÒÎl @±ÅA“W …ÌÓ<·|î±{9øí¾ÑßîÇN^g»¤ +m¿Ò¤?g»ø{¼C.H_J¯7Ç3èf{¬jäþ2½‘<¯£¨®Ó«‚“4L׋í /Õç‰%*[h]ÑB¼Ü¬˜} `x(˜s^Ìct¤˜u±Óˆ#Ô9MYá@~Yø–9 4›I 6 + iÔ{ ë\y@‘ÅŸ@±õ,€òg·*øl*ßTi¨>w%Ð|¨ ¹öh •rÏ@ÛY°ƒvô„ntýÅë+¾É諹#¥o"ëÆʺ†&“:ƒ\Ñ+0#Ìù1ÏÅË–;$:ø g­ÔKqÛL÷*:ÐzÁÛÅHÈRJ÷Ü®’’Ããùè€AàbÐ _òvŸu=@–\1¯»ŠŒ9¶ù>•Ò¾¨å\ ¶ôÕGÚ +èü›•6¹”úzָȢÉ~oí“l*¨úsÐ Ç–òwõ”dë™V˜ïå;ONêE:}¹×–sè95W4êŽ\…ÙBåí,‘?B„@»…’‹í  ðJ©ª€„užÓW¡j…Ûæ @['CÙæ.zôMÛP‹ÀK¾.4—ÒΆMp‡ªö•EI¹1}ÜDìig ‘ñ;¥ñEJ›ó…YW…·ôÜùš +GÁâ½)~ŒJ-a:àc{!{Päzo$0‡Ñž»A$°Ã/ÖÆç¡_*¾Ã’}óœÞ‰+Æ·è¡3vq#Õ•&YûYl& +’/bßÂy×Ñ4ç]õY%lää*燩šÅÓŠöÆ'¬ ÓK.ú¬PïUñ¤4µ8TbÖ(úk)|½ÆŸ RáBèò—Òq?MÄ‘«n5J ƒéûcÕ±ª6tI”}£ÉTŠ±ÃÃpή‰p +å]ŠLg‘ ÙÂE4bŒÀý@|g …Æ/­d¼ÿ&rlzƒSÕµ±ß?]C}£HOO3qåÄQ %?ŠR©*f¹œ±ù„‰)ˤ8jô6ì 4­B4ƒcCXxÍ-Æ,"«Új=hªNïx‘±áŠô9lË='VÜòß!©i¦(»1wyÿ¯¿ *°K©Ï¥¼?«ÃR¥ÑÎô³iŸ‹™eÙ&÷òIȶ+Ât†»%!S)?9³ò%©lC3-5ÕZ +1oû¤¡»ñ +M¶°ûk4«5~–t.Ï„IæSWÚYGÐ%W´$¯V«saÚï“|©¢‘R*U Ã¹´;­ÈÙJHÁ(ǯϠ5˜/'%ðBó!j1Çï-zVg¹(ã$ù¯yfjNˆpÂ)Dû+N«”þ´. ƒU´s꺎”®a‚'êƒÕJØEyãÍ{~éSk0VûT‘—oŒ‘ ØÚé™4,é ¬jÌžðò@˜~êð:̈¦©êû“êZÌÂéã¹o5Äi€ôìÿuŒwµ1 då®·ã¦ÜÔúJUœtüPiõPÒ걕6®6h²1+_Ü”•Ÿ$èµeå"+÷åœãعöÅ—²²zLP°â¶dQHat……gØ'Ÿaß„z¾r„#F¸©6SË”ÃÈ ,¨Œ4œëqHÍŽ¯ãwè Øg_q¾mHÊÝÂWQiúå)¬¡ÌXÅ×–¤¦°6š5.êÆ3B¾Áè\QT pd‘)Ô‡<ljä¶o6ªá¡ôáR;W¼Få^¼i•¥)m2"¡Ð_wÆ닱â$)0! +3Cº¹êæ™ê—ìa6…ðÍ4‹ÒÊÃ[¡´Wg[òJý-R$ô0HO½#½†*`€ÿgš¼E½_x”]vfvÏœsƇr«BÔN7Öɳ1–fS*ò¬?Vk`ÐÞ¸gÖ Í>¼îÍU–~ô|.& 2%6û`uŠñÉ[`¼j1ˆî•Cí9L§kT$¡îO즲s5Ug±xX§uhö%©ì‹@bïNfå™9è¢4Í¢Ä*d‹·øÖ8 IÝ8ïÌzи#aìB‰ú´ñyè£Ý?”Oº‹ÄÁª²YyYøMTým.ßJÆkòJzžq‡'›SS®ØñÎÕÏ…$/-·!ý»‰øþfü…˜^NäñÊK/€“ü,²€æ}"!ˆŠ>ì@nlO˜µpxiÀí«œæ»çc˜JL˜dÕÜCO ´Þ¸`!Ñve×:»BäG]Ð.¢ÎOki^*VIt}òñj‡k.Õ®n‘¬5A‹ËÊq•Þ ØôU¥¢þ¢ 9l¾?{_À+;\L+ f57LB#­>ØFßô)Yây0§áÞá_5£åyÁqä—B…óbè³8ð¢Uìú€-<óO<[W…Á[3FŒ†]=[i7*¼äŠºAèUçÅ%ðÄ3SØ÷g²ṳ̀+vÚ .™÷ýzqó™K|nŒÈæzC7ÿdÜ8ú£ðìƒ)1¤U01ùçJM3Iú¥ý•O +w 2Æ×™\š±¯vE°Kd’áqô×>){¾ä³ €~XÚÍŽé¢EÊi§_¬V$f` †«whž¦Y{W½=q èµ²Ÿ¶ÎTjK©QZæz–“„Ë -oköãwn7¥mEdWÞŽ~f1<Ú+¹«© šÊUç€KÛ72âñ¸µ †f13C]6ÛÑ…ˆÓw˘½î\D&½âÜßÇ·ÈG“æ²èSÓ©ÃäPñT¯½c +ª ƒ0(\äµî¦ûÚ-ZÿB;  íiáþzظ‘&ºë ÉÞ)]ÙoT­¡)Æ&ðš ËÉŸ(z¬Tªaá¦^fÆ<+£j*êdäÊɸ?Šè—±X£¶ÓÙêBÊo m=ÐögŸØó´4Ã)ðœ=™&½U͉ÆCb­[ž­‡aƒÃ}ÕÉâs*\0Í Ýa΢‹Äé#¾Á&OpFÙâ;y§3YÊ„…Ú(©äçj—CƉûpeðÌIŒý K~»uµ¸ŽÖž.Òyašåh]Àž» ~TɨÇ÷b¬\†ø…ÎØ2£«ôGêâ»ú u™>„)¾ÎÙlv¼eŠ¬¯Å–Z[Ó6tiG›cæ&µ%ô÷ó¬Cg<ø–dKÆ„è$®;€9ëpÓnÆwN „€ +ÜÊw&ÞF^]0ö™}L诼OT˜ ¡E2n´cu¼ Qgª@¯Ã.ä +Ð73dxK&~8¨Y€ºÖifÕ–6çzݸ…Yr6à´DÀʉ±Î)YyLsóÜÔ–ô£KÃ2tG»dV8£Å7öèFû h·?ƒ;éº:IuèòtnCí‰*½\[ ×jÝ€®¸Q·˜è`58îüÉ“mÉ#=™•£YµåÙwF}s‹qA]Å°UdönöDmi3…\gÔ5Ãþô„Šl|&0ÈØNíÌ-°×zÿb–qÆÊäüÉÂ÷^ZÜF‹ÏJ§£^5ÚÃ'¦o@!”ÜÁ§áHݼÓANÉfæ#`gßù–4Áw»h¦þ9óôuÀgé5ƒîº C¦È•MÀéEbÖ‡'M™žônG(v?ÂϲòOÀØÀªÝ¾&W×ò¹y¼ÖwðçZn”K`¡¦_+÷ËZݹ¯jmis¿ÜC­fñËZ¥gÃZ/! ÒhiñB³¯JN£îe(8[†>ïÚØi\´°s²Ð¤+fÅ©YÚ©ˆÈ†ŒÚ±Üà´!% Âr@ÀB¤w»Ìëd¬ã/ö5ĉµ ôŽ{·ò£j&x9ñº’N߉g…Þ”×W2áÊH>¯Ýú%çñ +Ùn@úñï¢ðáŒ&¹~R®ž˜>!§Ò}"±êíxi„ƒL‹sºú¦¢ùæØ؜¥3¨ˆvò8]Q>*ß«êeê¼y§Â>Xµ«@lé (y°ÏëÊL`¥2 ohï¢7{——%âѪ†´Ã†Ú@€#gœP®«7£Œ^4ŒÚ±D{uDßEN‰{9Å-'4x<’ÖiµùPN(Ì1-Ê8­cÏܹ*BõÝÍ©a~vUôC9!²y$­ŸåÄèÔiø‚”ÿ.ª:wsjsB®óFZØÈR^ÞH‹ýaNæ¡´ɉ;ç„úæOQå°ÜÊIë›cZþöÊ÷z#-þפaþU­œ ÿ¤ïçaŒÒÿ®Úóçü‰æ +[½Õ_ŸÈ†TËþúÕ¹ªî†óøªo„åÙÜ´{tÉé0/œûMô‹fœ‘U-¯yƒl@žŠtûfÐQ·ŒOm[‡v®aTýÜB6Ù¢Þ¦µÒŹÑȺŒɂʉûàä‘Í)0î˲€¥CCðº’ò ·>ÏÙO„ +o³‚ÐëȲ3.v¶ú¹ÍIÿD%f%íPÍC§† ABØ £zÜ'Ì Ô\‰æ] ×d…Æ(’ªoáçÝÑ_KóèM‚`ÍŒ´ºW¸‚0A Eí~ZW¸‚0ø´öA+Ùx’½¼!´žJûù´Q¥Bî ‡ Uìlî@‹S*¼~ÂÕ‰Ól­€÷.´WÐ:âj0ÔEa~¤Ï_@ë +WÿBÀZa‹Ó·¡E¨Ow)+ aºÓ{ÍZ~ª„aÆÐJ°[ù´|® ‹ŸquÐíô8kݧ¬ Bkg2„žä*£[ÐÒULb†ÕE }}n³#Ÿ+T™Òs…5q+YÍŠÅõ7Xö7{˜¾Ã²'Ší=N±—óÍc­ðmŠí*£ìÁ@Ýð?To¤7ßdY|Ú£ðR,„ù.Ë>J±og\A˜ï²ìo(özĽɲý_@w<ôÇ Ê74‰©+\]VÓû ´ìlkÜ3¤XÄFÐò¹zA±1´FŸߥØ[€þ)´–ª!e¡jþ„µîS +ó´¤Á¯¡u…«k@ÿ€µèû3‡v(RÏÿwæÐp…Xà -±çqCë õF/lDY Õvá´à‘oB«9W ¡õäþ£½Êše–èûDÌ»]@EqDv÷QlÜm7÷]#¾§ûÛohoã̯ïÌ‹ÑteVåÉsN®^q…jóÃ`ÙéýÁ™ÃÆ•c9Œéß›9ÞAà_Aë—3Ç]ʲ½À;þø$kÙäq—²ò„Š<ô_ž9l\¡Óü6ku.?7†¿VCó·fcþŠ«»€ÆK¿€Vôù´¢§þ=Êz |üj°w %’ùÑ£ò¯ õW7üIhMfÀ\½;Íÿ-—Oîk?¥,#—ˆÝ‡Öd~ü$´>àê. ? -Ëø)e½ôŸgïQ£î@ëž×úÝqöÞ,ûŽÓ>;ΔþµÑ‚0ŸgÏhq{lºDæv¶ÎpçÚ@ÜT¹DTìD +¨–QqU!ι%<¾ „î–5!·Šð[´³Ä/¨J +z³X>Ò Iž«r¢ f5³[±¹5×±k³ËBmÊLÅõÖG@ÔfƒŒáÛGA—n¹°n4„ݼ꿥¯xÅxb‹+’¡!B% kÁ“Š¥(½9Ï-S\•—GuTñÒ9è¹ !Àò…Õ¥–c¡áe9¨y³úãF'¸–R„g³¾§{ؤ+c-«*‡>õºF·*û‚…q1Ÿh¾é‚ÛÏÞ®m0ŸŠýÏ”]GøRåZ7,isEÙ9È…Mæ]dpðœze kSŒð›ê^ƒ[ꢤ+©ÈÚŲ^áéÒˆ¾É²©•ÛÐä*ÿòШ@ªb$vIÅäË…B¶¥:ùãÂÀíìëä(á(ÔîÃ-_2/µ­·G2žÜÞ= ®éûð™ƒj™Ò„º5;ÊÑ«¡³&Õá¹w]ŸY …2£dÕ‹kb¢©QŸ5ß³ÜA ø[àûvý¥@h£¾O™<êeÒͧUÏ8ƒA˜àÊúäå:@„¯Œ.M빆¨H]áiUûÝíE&¯¸‰y‹Œ1O^qÖÕšŒu©I¨ƒŠr¸­Ñ*«ôCËÐÔ7OêsLY§jE±qëC}hQÀ<¯{d°Kt”c÷ØøǨþ•XtÏÔ£TÞŽ~Û¼OMÏ€ª¬›ßŸ +[t‡èmÿ9ó\RÂèÒf6’ êèAÈî‘Ñ3#¤jžY›)ŠFKÍžr5uÔì=Žj. +O„»"U2[‰4k!Po£|5­Úíe`SLr;ëÇ”‰Ö®8(…¨,ÕÎIJ=~¾±[g-M[Á–li§!bþ†ªDŽn98> ,»„³Þôlëk@b L6OÙ¸£¨1W<…(«BÆ¢å³: 6Ó†KåÚ$èõ¼ý·e¤-ˆ^¹=Ê$…ªdö¹¨Îàñ6ðÿŽªJsº´¿zõ9˜Su>½NQLZ.aFö'‚.l[è?Šv{zt]šÍN®±t¡Ï#œn®Ë¹wMÙÓág3VÙ\/§ñ^É^KŸ1‹ôb´àE»vÄ—ÍÅ®—óäúŽ¬éJâu7ŠT{¼oÚ•F¸}’Í6{y‰«hÆàr%/ä”÷! Ú Õ`¹žq›]¡⊊™Ùg›vmܘ÷únºì)ãq"Å¥ +ÑSÐJ¾¹â¹ÍZ.âMÕ¨ó6ú8ÜCÅ\ÆU?R•½}8ÈÝ{°…€:ïÓèÒTa=ÞÜV0Ž¹ H+º³3Â÷*¯b¥\ÊáØhÈïq{'ß)àCý àÓüÏfIÕC¨6 œ[Ä­º´XRa`¾Öå-¡"ëMDz‹K7²Á<ŠÆNºÍ9ò,ê½2Û"}ç›@¼b§Ö’inçr(Dµ ÏA½÷t“x¨8¢cc.²BïY  +a¢ÅèfŽ6ÒèR].LÙ#"€…£»’‹%u¯¯bÛ»§iÆh¾N¥,*³œlµ¿c¬|Xªä¾‚]¸Y겉MZ0AêeM¹é”<Ó–·aÖâØ«‹a‰‘ºs +‰¾K¦va ÌøìBOÚ ³Vß®úÊÄëGÔ‰|U Χńê7ÄêŇ!ÂÌËÖà„«ž ?è·l‘ë·Äànväu·‹f#è †#y÷IG* +;{D‚Qä™ÝÁ a@Â:˜P_ïýŽÿŠ ÅZØ*mìŒøþ5’Q_¦VLt_K°m*Ø<:üiÖh6 ~)Uó²– KƒŸ®>ÌQmˆ´ìvÐúòc;Ri)^öMÛ×wc!Ü{ý‚~€ëí£Ð}Dâa;®êÌ’tV*9ÐïfÍMµVßÑ´"º=Ò0Åx—¼@Awþ[?ø0èàÇ38 Ùþµ^©D85‘Íeq{^×ÞÀ2K&&¥,Ú7ýËœ½Ru¥ÖªÑg̾ÃÃñÚF”ð ο?â¢X© û*ÊEvG’ÉsP¦inc 1¶B¿&æèͳ—×CpÝ„‹ËÏâƒ;8áì¢ +—^)ª)æu|nÓ:—Îu¸]c†úñ·B j"رœ×ô/RuÂ\)á…FȪbÉj%„¯½Ô­°2¯:¨Ép¨MM‚>ý‡ûú…¦èÔ·d‚N| ×/kóX=.f‹í·à×/Ì×/a¡‰4¶Óz4MÝüç,ïŒËÆÜž¿¥¿……'©PH»©‰þ¥B¸ùÞ~€Ù°T\‹ +üA`ñluÄÑ­9eÌÿ²^ÝÉ*Aø·Ø*b‰b£K좉=¯]1vôÿßÙÅr“¿x”•ÙÙ™§Ð¶þÕÖ©—?8$“§MÞ<»ËS­È²… Ý2Þ Æ5$ÐQSíøRj»ÔÝÓ.Õ_eïó×+TX–Xºñtà=*XFQàåN÷Ô0p£AkÃÎÂü ™_d’°Ä¦˜er1-•uŸ´n…Þõí:-RhIÍš”d“Ã{¥6®Äc2R¼s®´ïk¿*$„ùšLúÅAÛ×TH¬sÛwÆ¿w žXhàçDJfàY!ËLÞjEVŽôŠžX8™–bVeÄw³9µµ.óß¹&$ÚPÝB-Vf$Pþéˆýö!õ#©M»ø…zгh­ÃÕ¹O{tf«CæjŸ¡N•óÆã4ÆØ >ˆé4¥wZÌ ƒ«&„\.á¸vy€¼%4(£ÁI%t_Ïœc„{øiW„ILo¿Í} +2y¤cR轚‘Ȫñí1P̧MRÌ¡ž·‹ ßþ‘OcôŸIi+ó³öðpyFç~¿ä\÷'ê†Ô¤¢–þ¥ØþµïÌÍ%Mx£{–óè7[ëÂ5AyK ˆFˆ­e±#+Ä +[D»¡ÏŽ6ßcغxÆ3ä-“-_¦ÛqÒü¸Z~;oä9]ÐÿÙJcì,Ÿc+Š:ËçØJ4ž†Îò9¶ÆÐY>ÇV¢0t–ϱ•úx8ËçØJ47†Îò9¶C§‘³|Ž­Ä²ÄÈY>ÇV¢0¿ñ³´•¸ÓŒœåsl%Cgù[‰•©‘³|Ž­D mè,Ÿc+1­9ËçØÊGÆñ|Ómå±µB„‚‰K$¢šn®¢z¸µVD]]µ> +‰ý]ËÆËY0. +j­ÚÅÆǵž¢MoÏ!k&Wm¸}–k¸ö]ö øJ³ÄnGíí&W¢2yý¤Ó +>“Uˆ&з,úH£µ¬‰ØnJh~²Á‘‰(4d“{kÙ +º’Xx½V½w*Œ/Á-:1÷&„¹q»ñÉ"3•˜)ÓÑJ¿Zn0ûö?ìvcZØPžøcz`¶Ì.Ú8zj Õ„hͱ²W ­@›$µž]”þ±åE½ïD½lÖE5÷mZùãÿßR7˜ü°JßšN~|ècƒÉ-K©0„¡¸F3/|£1ö®žTÙ¾DRF;ÝÝ;Rbn‹ã8ø½Ö¶®!ìæ´ãNOÙ«´êI5×>Tª”lQ2>Ü‘HreAš™N““ïä©¿bŽM² ™&3`WiÓZxmG,~59p%]uzåYKãÄgr®€ØÕ2$EìL¨h@?îÈ)FÝÑá!:@Ïñ/» ¬rEûg“ÙN¦+Ô£<ºûùCÑñ>ëj8ttCPNÇLO‘ËÏÚd [˜qaW‡9OÖš ‡6¦Ðé¤,Ó¶0(P8˶%(ýu¡5óŒSsŒ¦ße5k’«¬Òt‘;ÔÅÖÈÖ¼<çyy—ùÞ'ç GÁëýüŠ›õ +Ne;=à¶æd/OY“=ÁwÐ0²µäÒHTlM´«:óÂÄ!€Ø³žl¸1ˆ~ AnFΤ€fTf«³âUµ>`jJ´* ®Q…¼m´'Ûc2ïÃ*NJ,¨Šs'|›‰žYCÖ·Ÿ'ˆAÐ ,žïÕïa™ûdE(•c/êýåï‹/ æCuTäÍ7åMA1FH&ñYêHn{Éÿ  ¤Óæ S\äPQæoï8 +Ìî0|Áì²F;„)®£[êŽ'ìK·‘ãçÜ!¬›G¼@j‹Ut~¤5¡Ù¥(òfŠÙ‰"„b–\Íò8ޛŽ”WD¢[DY°âÐIç"®BNMÌ–µ0G|~-,{’Uq±Ð*·DÂûu7vÅòi_0?IUA|f…׋!†.~ƸRy£Â1i»'©Df&3Ïš/™CÚÓÊM@„|m‚‹×XšÜb¹ñ¢ÁšDš¹UL?[Ã1¹Û%ÒÕk“‘½ h'T•¾„ˆ y© ¢µÛƒ„Ü_Hf—ø¸Îúö㳚’Í%âÃãRÎX3øƒ³jfI²=<+Oý¸áµtï¸ßr°ÀAbä…³¿7©:íîJl°lÅ-`‰Xõa«¸£ +[«Ùrx /€Nä*\Ä&™âªo§ÕVLô”JÚ»2c]´ÇÛøÔd›‹ÃfâYÿZ, `Vý*A§ðëL½b3£?,1SøÕÔ›x½ ¿yýZ¬Uÿ•‰¯}-9Ù –¨®6P$g66¿ 1 +PlÄŠ"a©Ÿ»žÄ¶æcîC£Êi°‰ñ‚‹0õ#·Qré H¬0D‚¤‚wÁõ÷$¨igy Öªß>&þ„‰“é‰ Þ-»C/I!]E²Õ½ÔÁ(µêC¼ï:Ài²S„f¶¼¬N=ÔÕüÒ}_sê°ñx˜– UoÒºŠÊr +ø.9á»ùqZ½âÃœH‰‹”æa ã§$n@ S±Òû´$}tÖ 9šÄŠ.’‹‘ƒ¬ƒã}Ø›”Ã0P‹³inÚl)/·¾EÍ%Êç)"¾‰wÿY€)¼ë@ßœy=ÅuM˜¬‹îë~ i¡x5Éy¾G Ïܶ„i}cA²·… Õ)×MU[U^/mãNÔ΃º.”{u=¡Àÿ^7¸[×´SØ=¨«~®+†Îï¥õ$âËcZ™ý˘ Þ÷/«ña©pÌ)ëßm²ëœÐxêi²Úã´Ú»ààáuë•xœÓâ µÀ¯Ò:æD—÷¿Êé6?Më9¥2ïkcøND¦ß¡@·wÜ÷·#aγ—B“9|õ8™ñññqs.gº½¸3™é˸C˜³g4ñLÝÝÇ-p/ªs`U:z TÜñ¾áë@—|¢ +‘ÚIü` +Žà¹ž2…§Öh7}u§¡ŸB077|l‡­5þck¡M»—MqѾ×_[Öµ{}l£ž‘ïõ¾Ã›M¯$ðèÈo´o³ýh߉q²úiŒó}ÂÜêa¾Œ.L×öÅLÝ\ÍmÄ‚Ày{XÔ`ÅGûâAÄb …^H  +x³­ÙjË´ç¨^aŽé»?ºÈû?tèLoijàW™xö³/[|¶.«Ô:q@Æu?¨û¼Trý‰¿AÊ3˜Âº¥˜Ç;é +ãÝŽ`—ë¼ê[ô |g23s »€0¼úíÕµ¤:¶CßoÕüƒÉÑÆ'B·3±OCC“ih‚ÁM°»fÎË|ûh›Øgέº/ª\¶¼-ioIKKŸ +¦iT›½N~ÈBÚ±Sz§W†õ½ LMµj<^¡'åEš¤>B ×cÁPeïSrNÔ Ö¢pJó´>Ÿ‡’ÈÙPêšK.D”¤=ñ4éZ\ØBÏŠ%VrkóÐlБm›¨gÖK-ü0ZLñ• ÃK6¢)õÎí†7¦“W H4š[‹h‚ý”òŽHù{ESd¦ÀŽprµÄM¼+$¤zKÙîc8ÒöNÒ[—U6‡\DiÊaNɺ©¡·§”fâÃWØÈ4+óã…‹´ôïóÒWÓ*‹bÚz8÷r/)fè/¾ûb£ŠW ý¥#ÜGÎu>¯ç4xˆ—܉3ƒ}õ²r»ê¥¤|=pƒÉV«•yø6Dܵ è ¤ã±k€nãá*YvŸðóàÚø„W(Kø{¸ýYÜßQ)-ñŒx¹RÉýP¼!ÌrRÔ—!3Hœ_ÑýR~ßÎi¯Ã6Áû—Ü€ûÊoæꨙ™ðf¹ÍóÍ~ÂУœ‘L¤S\(×kéót¿oó‚i4Vö°Ýƒr÷RÙ¼¼e FGu 2Üd4Sé +†ÆhH¨~ÝÐéDòá8èÐd#1JæëüH­xœUQ¦ÝýÍ×%ûÁý¢q(û‘ƒ° ›ÒÑ3býÉ‚‚F¼®5?—¹5Ð_ÁFøªVž¢FA/Žï°‡È­?âQv ]¹çʯÞºhá4ÏA>/QfKÔ »0NÆêJ³_"¯7!†o»–1*×—ò«ªôµZ%й¿@±9¿[‘U¿Î‹q< ½þ.Ëp_«lS?…ŽOg\fò­¨²4;yÓk¨(ƒG—M¿Ø>ºÜhʆ& Têë1›ï†Ñ"|R^ ]Ëôšüy÷7å‚“¦OÊF‹­¯5º‘´›— åø³^’Çã®ÊÛOñöžöÝ.ÄNK"hááw*ÌI²E é6˜Öƒ²í[Ê|ï}œãPUæ]ãù4ÇB…*@IYÍ·Cen'$ýl@ieÎ=Â|§9D< u1Ћ*XçZu,¤Híj¿ÑÓbâCÊ“°_{€ÕO9N øÔcxÛ§i.!y]ï‚nOzäá¢âID ²'&Ü<[˜³ÓÄÿŪ_7ß _­F]¹å…þHÙÈFÊ·Ü@¬å°n#¼, +-±À§ _ОºöÞºRÎùHèóÍAô¡P[Z6ÚºZE¹´ÛÊv$æ®Ýà,—"¥Ñ—>këìC¥}O­;¹™ÜVßMe+„„2QÖ¥üîI=£€…¼5úÊ–T®»©,ækø¥gp™((ªôµL0ÁS³z%AÒxŠ¬vª*/]¶aÄk%‘¬²‘ÈË:>HË "3pTª´ä:äZÚ2ùThzÛ8Ÿ/z+f󻶲¡z{?G(äascds¥[R•ˆä—¹Èþüøµ©7r–ªºh,xBM$o¿4P*Ž¬žüèeyÕg6ûg)G&çžÃP¨•½f_]C5k”V<ò¡Q µådf~»€ù"~ÚBÙ.<xG¼ñ›HÏ~÷ÖG0ãSo¼cVƒò–òö®þ ùø7 +@o¥jý£‘Œ',©Ú…>Ú]Ò*°1CuóSE½-Ò‹5”–úÆEPý‚qdhév̇NSn5ZZ£øüü³J÷aòßIyÔf+5Ñ÷‹öò/W³çÞn¹wAQkézŽ¿„(Ë•µ¯þ\;£°óŸ„?ºò"FÑF³,<°HZŸýñŸ¸¿£X}J&ùèjÖܵìýçñ'–óe½—ú{EÃrØyõVç±8øDN`9¼J`i´Â2ŠmoÑ«–ÑÅô¿ûèbg ëdͶK¬mcj«õ?|ðm!:`5$&£KïO´=ÙA÷¯p!H!ËS7ÇÒ¢Ë ƒnàÇÀþ bË¡AHF¼ßô>‘žóAîŸè© +w_ ûËb/ØpLb‹?àtUšg ’8ŒEB³¶gXdˆîÂúƒã³7áíóß +?7ÿ[8.gáùÇ΀àY’F;ƒ=sãß4MŸ7Íe¯;ƒ} +)ò‡eiž xGÎÓ$AgaõM†<ÊœÈ2w- )”eÀœ(2–[<Tà&ãÁR}M7Ú#š®ªy€`¦«ý«@}ðó*MY‚bþá¢\’ A z•œ€’ŸÂ:Û¹ÿy¦uJ¥fºZ‚Nú(>lPG &—†`Ã˘ªcÝïäslI1Âé”L1Òžóº-¼ËÖ*–­Û¥“ex°IA *Åÿ°bqMŠîÖnJê—Ê® ”-ý˜HØuá®ÌMB'Y_«‹ =‘[}fe2“š«#ž¡å?ÑR8Ɐ€2Ü +endstream endobj 177 0 obj <>stream +H‰ÌW]o\·} ÿÀ2PÓüþhž$(lÀ®QE!(’ì:XI… #õ¿ïÉË{÷ÊÒn‚"Q¼¸{–3Ι™kœTÆ;aev*áL”:¦(’T9†0oŽ>½?>zqþúôþá/Ÿ/>ßÝ^Ü&ì;ú8>Êâä¥øðã£/xŽ2…wYæ’¸)˜NPÆd‘­LQ|·Òz+V*cûwl£Œ>¦máIÇ …,C0Zx›e´6€—V+M~æ2ö ½7#æ¥ËÉ‹æÙeÀ²m÷ÀS ²cðD vÀè gvX­´¢°¡±"yiB(1M‹´ôFyÑÝÄ$ƒ7!éØ@IÇúÑ¢—Êbÿ P2¨œgœ€'cLœqb•Œ9Û‰“– }ÿ!5zœ #N[>ë Ãq½*†5ëd—ȵ’Jårºœ¦¯›òµçÏf%§6{§¥oñ#(œ\Ä’- +à!+œPåïÃéñ‘?-~Á·_C’.ËûSÝ0cVå CLïŽL–:ÇùR“$îbg©?íÒü€§_Ö¯Ç6J“i —ÎÒ6 ² * Ú!‡LÓ^88µn¹â ”„Ð\…7ÒDç& ~|Ñ=aAI•ž_ß>m^‚_­Bò¼R¤%T1hä?Ý-DH‹™=î9 ƒr4h]åÅÄ Î>ajd †–¾Â—˜"‡´, + Ú€Œ<») €˜ÎË×# ^ÿíîáíõåÝý"ÿý^‚Bò+½~{}±ýñâáþóÉDœ¼9ýþ¯õØÿxwÿ½d߉“Ó«»Ÿ¯ÏO¿ÏçˆèÝÃ×íõùF[ÆÉ zć«]†Í! snó'±ÈÄ„–ÿZœþ‡ê“– +Ô£üÇjŒAÒá¸×^•ÇM}Œå±/Z|å…ŸP+Yivo”*›ú.+¥êt÷ûó6ø2ü¯*#^PÎô|‹v†ºˆˆs)3Ð)L):.„ZFˆmk +rI†4‹äaÙ–ÁH¥x°õ2·eÉ;?"†Ã¨Þ*ˆÚb1l U(ƒÿ =-¨HñÖ®à–Áz®nÛÏŽnò5"‘øœQ”i*ôìm]°¹Ø–‰„ÔCFzeAlÔºxó u +ži‹Ò"¶ bØ©ûë! (rlÝ…åUâøé ÅŽO­Ä +Ù„eË ÑŠAŠÅ€@üÆ'1Riî¡Õ0çŨ[h5JÃÔ`‘G%w8“¢Ý5Úøôø5R¡¯´1I1t”“ÛhòA•4‹K¨É»ývs}i J7Ö +G½yL„·3"¥]®¥îS³ q¤bäÙeM3x?E’éŠ&>H•lº£Ë¼Ÿ2ÉtE› ¤Î‘°AŸ x…’åŠF>H¥0]Ñ)£)•cÙÑ*é•éÚÑ+Ç(v-½Ÿ3¹ì«ÛçN.£¨ü µ!ë ¼ÙIï’Œ›…“ux>_€ç ´®ÓHh¾q¡u*Âè’ÛY=tFn‡©hç8OÌ.ûÓúÇš]Œ5˜ÑRUZƨ~³!:&DAÆÏ‘bx9c–zAHR¨½`k¥ÒÎÌ +†±^gõ¬\˜¼÷S±0¥V= BœvzV,ŒÍR¬W +‚Œ7yªRëÄd6•‰ÁÿT$†0j‰B­%¢ž(ÌJŸÝÆé=¯’Ƶú0^ëà iõa÷BŸÙÑÝoéè¸~e%hòÙ?×÷~“Áoðÿä±*Œ¼4FÓY;=Xdº"†’™îˆ„ÁCdB–+Baø ©éŠX˜Äƒä²vÑ{´Óg‹æ™ít–:y%ëfxT&¥E'¤»p&ØE'VpFËÔ w#y^'܃‘e'ü}$þ¼Žº¿ßµæ{`ÏÕFÆTFz }C7 úTø†ô2.oT¬©v™ªMR{éR:•Êe$0$e +h”‡ÒFÄëÄÌ0êØôœŠ¼P£tæ6 P¥\…Sê‰FŒQÏÃ`Wœa莦¾ iWCÃÜSðûPQ: 戥TCò¦0pcbŸ‡ñ‘¨@Å5Αè›Ç¦< +’²Óé· ZŽ€iÍ +ÛÅW‚ú¼›îeË êP®oBê Ov5æ½lÃ<0—³#`ÕßÑL§À³@?9uœ„md‚¨—¤L‡j$ŽsÝ ëuÖ[Á”žê86]^X“Ib¸à©yP ‹·–1cl-¯z =õF„3tårHÓé»´Hæq4,l_®éó‰ê±ÁU®œÉõMÔÛVϱm²EQQÚ€$åš‹ãg[DŠþŠÆØ`”MÃ*è¶w¤Qp—‹‘:‡´t\ `r +d¹{¸¥gšHLÎË0 Z½Y†¼X‹P]MÇîw‡Œß>÷­Ç¥ÕÂk|¦Öý_ `7 ÐÚr<8Ï…ÁÓ2BT[Sº|Ú¢ +tœJUl©‡ÖeÖ±#¢hMñ0 ƒÊ^ •½uIm©ÿŽ“ÚÓ²F[SK>ÜÀ-ƒ|®É¶}òß‘ÆåoO½)¼Â€›¼ÍéàW$Á¸«¯·EðÀ^axÓá ›¹“GàæûÛ ¶ÿžÌE*ö!úy.Ž ç" À7ä"ÐÖô\D½Ì!Úy.RÍÝÖq=vmçâˆô\, …c.N`Ë•â¿Ö~ΧF]Ós±<æb?×dÛÎ>ùïÈ‹;¼ý_rqÜuÈÅ‘½ÿ±_­1VUW˜æƒÃ`T$è W#140îçy£i}èRc&“)ÈãÎIcbâ/ øiüÓ¤Ú4Æ +ÄßƘVZ?Ƥi´•áÑ´8˜( „®µ÷>gï}î¹3ç^®3œ¥Î|³×Úß^{½¶‹®«œ sO˜Ïe,¦ÿ›  %>³°!C‘çêƒ0Æà#&4ÉÀ: +Ö°[«ûgÅB>ž‘¼B±øD*DÕ{Dx²F!c¨}5Že5 †¡®®„·…YI𴃄š†±¦AA‡ þµ ÈIT¬}@$.³4DYK'`Mƒú\V79; !>®„ic®‹\¸™Š |ò¢¨ˆ‰è8TYƒŠ‹°#Í [+‰Í¾8—"m8ÔÜ Ë+„H,}È? R[ƒã3õ^„< +CmMÂLM4-˜XF*㊣Y+Sjz¸+‰Sš¡¦‰¨ašˆ&‹qD%«Ø3q¸1ADâ6}z#_ gfë$Žƒu]H²ØG`ŽÍ\B¼³•C?.n¹z€é¸Á÷ŒÓŒó8=àÿP) ÿ4‘´«GrÓ67“¸¨š“ºn)yµj]úfàfUsRXÃ-%±ë0'3p3‰ ªy©¬á–’UsÒYí$´æR—Òn)©µ¿êÒZÃ-%v^€+‹;ñGûÒ³O'øêg@¸õ” œ”tÒž”¼,P1[Í^XÀS62SÞ†€Ç+.ŽÂÔ4\:áW$ˆyf1ð€Øˆ²–ÁýÝŸ…]Ö;Ûèyjý­.4Îü^äi(IF R¡Éo/ão›àk`¿«ˆÊæÊó/ÊoúáoÏÁ¾‘f„†:‰ ”•qÄ<† šFÉúq"a²F!ؽ"x=¨{JÀšÓª`t‰¹N@X„ÕÍEˆcÍÜ:a¢ µšÅ´bíãÅâ2K#A”µ„pÖ4¨Ïeu“³Â1=„¦ÖRÐäx-êRa!•Nµ@Â;Жe,„*'#]‚¸™¼,4ÛRµ ´q B„BâyUö¤!bˆ *¸®B¬€Eà$SG9±H¬K¬£‡EY† 5½^žŒƒ„ZÚÝB.4MVõ*+öLªi€ã5}ú¤Á¯)¥mȆ_Òª\Dõ´±¼ÐmT‚„’玕ò’Öƒ›K[TÍI\ ·”ºZµ.y=¸¹ôEÕœÖpK)ì:ÌIâ ÜD£fN"k¸¥TÕœdÖhK鬹Ô%´†[Jií®º¤Öp+iÞE¥f“»­ƒ’›yÒIH'5\­Ë±ÕLØ5€½q.# ”šá'µ ·nf3œ”B‘]­æª0ÎÚö‡°ºãÌ2*5ïû;pTbœÁÜ™œá1žS×”"ødÒG”☧hkªÊƒHDhdK~*˜WzÐr 8õ +~GRJ[vI¨-;êƒ +ê•; +KkŽ*+’Ŷâ8Hl_mZÍkß)7–FRl,դؘ^±Ñgç¡Wj¬‹’JcݘTI*Mý… Â[ ˜^LJÁM2fEm77ˆÜ‚ýöÌ,¹Ù“›ÉOÕíÞ-çªæd‘†[Ê#T­Ë$ ¶’K¨™“Mn)ŸP5'£´[Ê©¼‹n¢{άvvo/¾â¼Ðt/‹°(Ê4^¼(Áži¼vµ×x=ßÙÆ[ϤXãmÂmÙÆÛžbQ¬7o7¯×ÿ”-ž²á0Ro‘*E¨ ŒÔ¥@ÇpÈ¡P=HWbZ…j™q™Pªf`¦@F$䬋HÆEÅS iik0“E*Q¡ÚÑHweI›T•‰BA ©È0pô”1x-„̼âp¤¯i0€S臜ª€pÇ>BUWŒ"Z#ðR€§†O @xLH€e:ô‘Pb)q¹ ¥8§¯iËÀñ‘h7j5n½­lE¢RØ{©i*Zè\ŸEÌ [=–×Å5æG Ëk³Š ð+¹«F£@êäÂô®TÓ vv¥(ÆC%NtíëDÑ\§¾|9DfúK/À(bQÅ^°‹è8H•µ$b\nI\¥DÒÐs¡5Œå ²§O“€2ÇI.¢ýè**oååç,[£9 J-˜ 7Â&,YRôaÛˆ«Œbæ)Ìpü˜«$…CâPb`2,)Æ/ø1`Éb¸#À8»o”5 ±€'-‘Ìj8¿YË8Û°8ÎÐà! ,K9³(L8¦vëœ¡à‰¢/1·^™Œ±‰éQƒ\ªšë‚œ£wáBêê!q"$Y£ŒâX°¦AûºÉ2cßAHj À Æü¶„["Ÿc•Pö…Ž|‰ËdLªQJ8kÔ粺ÉÙ­ý¶¶Õùm¶×Ë:¸–ÊmÔòó"ÅÝUšÛBØñž‚«)칡êi{FFaójOÀо‚Púë‚: |•0á A²& Ø€ÇAÈý€0ˆ}] +uß,3ö„8ÖD ¦P'`-˜”²oºˆ:EìI6%ìlz.«›œÝÚO'`ëü6'ëîê¬ë='`]W9‘éž0žË€µ1ÂôÅ?æQü !Ãèå<ŒÑË¡àqΆ2% B`Ä +àCÄB5A †Bƒp**â™ÀD½šg³ª®ùgÈZ:L9Š ‹Î~H’üQØ I¬: ]”3žzˆ~ÛÖÂ|3›Â<Ö8UÕ¨z­þùF9òìîÚŽõæû;^Ü=ñÜèþ—vü¶¿ ò_ö÷=o^S´‚cxàk÷…Š$¼­Êö]3,BP/Ô?£ +ÇE¡Z/à?›¯V;?=úÒèú +¥‚ˆþ¾íûnÞɲ }r›Ðh É9ãSœÛ¼Pš™ØsÉ­Y>?Ïvq˜G¹Å[èh$ wvv.ÌøCgV Vwuu÷ô6žžî®…®NGgWÏ¢¾»ú–åÉÀÒþ%‹{»A'UXؽhÉÀ=÷¯|pphhh•' >°â¾»û÷¤*Ý‹—Þ»ò¡G×>Æ8çÂY·æ‘ÁåËúzήEK—¯ZÃjCuË–­YÙ²yÓ3Ok^±lq·Þ¤£³gɽ«Ö®ß°mdçžñ‰‰}¾LŒïÝ5º½úyxy¯Þ¤£kÑÀÊ5ë7ì{åµÃGÏÊÑ#_Ý?öë'ÖÞ½¸ËhôÝóß0ràÐëo¾ýîÉS9yâ·Þ8òòX5xä¾%ÝêÝwÝÿèãÛöúé÷?úø칌œ=súƒ÷þxdÿö'׬èïÑ=ý+×>5òÊë§þöÉg_L^ÈÈäùÏ?=ýÞ¯Ž>³î¥=xôŽÎÞÛ°óµ7ßÿäüW§¦.ù2uñëÉO?xëà®Mdp Wi,ìdÕ=‡ßþ賯¾½<=}Õ“ééËß~ýùéwŽìÝ̆–)gƲ!¾eüè»qñò×®gäÚ—/ž?sâèøîkL;yvrjúÚ72òãµé©É³'Olõ5¶N?uîÂÔôõÙ”»q}úÒ…s§Žïó4V‰­ûPãÒÕ<«FC¬*5JR£Ô(5JRc®4’~>³FÎÌÐh˜ºp®~f€¹äÄ™óß\É›2®|3yæı w.ÁÙgïáwþþïÿ~w5g’ùþÿùÇ_~_³³š¯6¾xðOþóË©ï®øãÒôô•ï/}ù¯¿þùÐî_Q3_ýŸýò‹i#¹ãx0¶1 ë¥Å³ôêç,Û»ëõ¿êHÎ4ÆT—ZA:µ{>0©^_‰i•×ÓU¢BE…\Õ¤¶Ê­Z®¢ø¥P[)´B “xi%z%ä¡Ò‰sò‚œˆüéÌz½önL2×´!WÍÇÑfüÝùþæ;»ëe¬áÌGïïþä·ÿçÇŸäTK²\î“ÿõí½¡sÎfÙÖ‰]§/^žûåÊÆ_?º±£]ô}ô·ÿð«~ûõWN—׉`-Úô>’øÎ~ñ›?þym}]³°üËŸ~÷Áüw“_ñ+kQ°Þm8ñò—¾š|göÇ?[\úµjýº¼¼ôÁÏúþ{©Á3N«²ÞÕë?ßá]úæ;Sßÿf‰<7;ó½w3—.žõ|±¥¸¦†ëvªåE×é/ǾžHŽ‰åëpðeltä‹ý¯p/Y>GÈëvio@µÐvîÔ™WÏ÷GµëüóážÓ¼ãEË uÊÞî?àv‚~餓Qï'à^‚q½ÜÙÑÚÜPW£×lYÌ/4?·,Ví~åxs#U_k,3HÛ"CMmi®°-‚{"ÂdÔW—àVMW ¶^÷^î»Ê·wöw•övjÒöñSa³‡{ã™8I †IÂêã ¼¿œIŒ“D”$&H‚¡Co‘„›î…‡ppºC?¦Qø Æ¡ÈÒgð +¨åq;}ŒÏO{Æx:¥ÝNpwYšáNÎëóÑ^·¿Ðá|rŸ¢2Œ ëd¾@Iƒ¢Ûéõ”‹Œ; wSê—¦TM½l©ZIô€²ºTÞËËå•ESòEXL™–âU¦^,_ØR±G®(6B1’Ð]vzð¢Ô¶ ®Ðx¦79”I¦Åøø:µSðï¸Ã$á-lB©lñJ¥$Y™rQŽ¨åbøˆºÈ!²ªˆxXJ ÇåvW¨MdÒtá9L¾°Ó® ™ñ¤x‰vHS¢»BÃé7B¨/ ¼y91þ­Ä°p>qE(ôºl—û¦Î€îbZ¤y6P˜ú„ôÏ-?×Ò# ®½ €˜÷ò¿Gj¸},çör,l° ï ThÀçœõñNžó{iÞÏ:ý¯¥¢y¬“áy^ŽõÞ 7ËñðèqxØà= ãóVhÀ¸p@w!ãô©2‘÷s`Úr +ïášbŽTªÄsðê÷“|ñ$« '¨#e"œµ<žâ®¤•›+ŠðšÅþƒÈ“ Ò«<9>éíÆHï7é z.9–Êí3‰KI±ø>…A·WIâuù¥ÈÐàRÒ>7CæÁW6C|£rø]î$ÿç§9øžõI=àã£Ú¤!áK=H3Ž÷€w{¡]\}¦xê¿s2ÏIŒÿVÈg“çSe{ö‘žì¨"=&ØÑF*ð™HuÔqJàTèàTè<‡‘ +àTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTèàTè<,rÔAJ<,㨳”À©ÐyþS='Á>ÂQ'‚<šêȃUŒt´Á騂=1Ò3Άžçò)c-O9÷ªC8¬³N§«®8ñˆ ôÖë ÆšC0ôzàRôFQORTC(Š¬'LF}™¥ªÚ`ª£[,­mV«µ]ÚZ--TÉP]¥Œ`¨57Y::.–ã8 + °.Gg‡¥É\k(Ž¢Ó›ÌÍív®»'‰F4D£‘pO7goo6›ô:yc]S»#Ž #£)QL«ÅÔèˆ íMuÆ Uze±û…ôäÔÌìÜU s³3S“i¡?h·P&½ì ;¸°01=¿°¸´œÕ°¼´¸0?=!„¹ŽF¢àÐê[:»céékÙ•Õµõ ëk«+ÙkÓéXwgK½AšˆÎHZ=Âä|öúæÖöÎM ;Û[›×³ó“BÃBuÒÄk¨VWxdjaeóÆî^.wKE.··{cseaj$ìj¥jàÔ«ªk¨662:³¸ºµ{{?Ÿ¿£"Ÿß¿½»µº83aÛ¨šê‚£ÁÊES³KkÛ{ûwîi8¸»¿·½¶4›ŠrÖ†r‡8·¼¾“ËÜ áþA>·³¾<'jâÕìÆÍ\þÞíOîÁ½|îæFöª8Pîh÷ ¤¡ãÖJŽ;· #=àiÇìÀìÀìÀìÀìÀìÀìÀìÀŽÿw‡•¡#—¯äÈç Cà¬åŽ¨8·¼¾“ËÜ áþA>·³¾<'F5ŽÔìÒÚöÞþ݃{îîïm¯-ͦÊTY\ÝÚ½½ŸÏßQ‘ÏïßÞÝZ]œ°mTÁ¡«¡Z]á‘©…•Í»{¹Ü-¹ÜÞîÍ•…©‘°«•ªÑÇ1‘´8z„ÉùìõÍ­í›v¶·6¯gç'…‡…4êŽA‡¡¾¥³;–ž¾–]Y][ßа¾¶º’½6Žuw¶Ô$G•žhìàÂÂÄôüÂâÒrVÃòÒâÂüô„æ: }UÁa¢,ö`¿žœš™»ªanvfj2-ôíÊ$;tƺ¦vG0FFS¢˜V!Š©Ñ!:Ú›êŒÒÄÁDô&ss»ëî G¢Ñ Ñh$ÜÓÍÙÛ›Í&½4 8ˆ¡ÖÜdéèt¸XŽã<*€Àº–&s­AÞDƒ©Žjl±´¶Y­Öv@hkµ´4Ru&CuÑGÑMD=IQ  (²ž0õº’Ztz½ÁXsFƒ^¯S § +¸tÕ'Àéc•¨:„ŠÑ±ÙΊýñLœ$Ã$a õñP^‹_Î$ÆI"J$ÁС·HÂM÷ÂÃ88ÝŽ¡Ó(|ãÐdé3x…$8†wú<~žæý¼Ü;:¥Ò8§×Üãqr¿(¬Ô‹cØb—‚0D¬ßçäX¿WÑÆ Æ;½>¿OÑX¿§ØI®]¦ð¥R²æõœ^ž—kÅãäÜrXEƒ¢<%ET¦­Ô/)ÅC®(6B1’Ð]vzð¢Ô¶ ®Ðx¦79”I¦Åøø:µSðo¸øÃ$á-lBYU¶xlBÙµ)¨•ªD¨J"«jˆ‡EÚx\nw…úèÐD&Mž¿äÛ ;íºÿ7'e°‚0 ƒáWéQAJÓvmsÜQ<øƒ±!ÂØ@QðíM·¹tRz “ÿç£×þ"£±+›¡n«òˆÕ¹¾··gÛT§öUM]÷ýÜ7ùjï‡^'ß&8X!òê=…Gº6A ‹EÀ  rÁXëk°JzðA8 Ò¢…˜'‹£Ø­D%é/Ó Jãè§ÂÔÆK¯¬c…8¢Ê°—ÑW˜tT¡Ôè1YÏ +ð²E¤{uÀ¯Ó>&Ô6ñBÆ*›C*'I¬äß² ÑLQý3Í%’3Ômàü`üSH† +endstream endobj 178 0 obj <>stream +H‰ì—}lUÀ÷§©6Ì%,_¶4-l»;ß-¨]»v]:0ÛŠe)w]e]·µÛbd ˆ3þá2•1,3Gâ㶠„„@Œòp¢ã5? K`‰Æ@âóœ¯÷¼·wYœÑ¸÷¶ïÇï¾ç¼ÏyÎóÙ1ÖÓÞÖ1ÖÞF‹®ÞéÓ7#›ÚÛöÄ?Rôî‚cMYaXgN ž•TÂ…4\Qü¡ü©ã0Z÷ÙS+QÓ„«BIQ£Tðb‡‡ÂP[B$LZî#„9B“ŽpMhÑ%¯)JD¡«IÍx1ì!A¢U€ +ïTxÁˆ°Šã~\‚hQÎb)‹ì} 1#Ö á$(Í@^†$?0m¹-Ê51ÚzâU +¡dXKóÇdMÂ\ŽH-XNhÍxcŸè¡Ò5%e#ƒB7Tíî™U~vcàéDp.MjBkZBœ ^ÆX‘Àž£6Î*s"k–éó¤5"•Š³Hjœ,ç—lLƒ$1" ëôGÖé–•†¦…‘`—U¹¶U¥IT;ØsEi`i‚†-ð›’ÛgÕŒûšÙ6Ìö…ö¶›ÐyjŒVXp Â$1ªr^R³¶sÞ½¨b,í"ø±s‚F[a4¿¯Z +if) RÔ+(Snwuƒ­Rµ•‡=Ùu6àÑVE‡.IÕVx3[áÑV¤E6=©Ñª©DR1•ÃBòâØ´t° C‰¬’ÜVH3[!ÑV´>N¹= æ™ŠÊLEJ« ãï•Û:s2<¡×>Þ9 Løpgk‚[‡Ó£ x†#ø.Òz­’1tZj}èfbè”B[™Ô¦¨Í¥(²÷XPuz˜´ZûÙ¢$q5Ȫ@|°Ñ¢\Eåø¥£sØá˜#¼©s¯f¯ÀÒö=¦ÀdÖ_q^qŸ* ïášfÐÅw®Å|Øóóƒ „@˜åÖD“Àç0ï*Äú Äx¯¥Ü`«vÝw cÇä´¡½mViPŸmmoSE—/û€Ùxë¿~<܆ÉLâ0a)ÖpwAs)‹À›bÁWI\­‚¯Uð}¨ +¾XÕ]òÂ[å]«¼k•w­ò®U޵ʻÿgy×1¶¢wf®r|nrçt}fÑíØÚúìv9r ÷àÁ•}xÚ†§ŽÞ!96095ÑîVNl›œ^WŸ›˜AoÄ6ˆ—£p…¯‡¥H( z‹Æ¨éusˆ?îîË?‹¿øçýŸIO“BÀ—8i:œ(ýõ¹zw!9ooj[pÅŸ«®n6øz²bÑ|Ú9¸~°«vôŽÍî· tÙ{¿yô»÷¯¯ÒåcýôéÓ?|èÎA»ìÚH—ÞùàϽöû³/žüÎ}Û7ÚküøòM~ðÜïþzáí?¾|êØ¡Ý·u:\ ì8ü“WÞºø¯¾óæ‹'ÞûùšÃ‹×ì>òÔ«€ÿñι~|ôÀ(qøš›ïzàøóçþ~áí?¼ô³Çͬ_êßx]Ïø¡ÏŸ=wö…'˜ºã³‹£(+¶:~úÙ3utuY²0 N6ß÷íï½Cãâoº}Ç—öMôÌÓÔ{ë¦5ËækpÁ§8½® ^°ð“k†¯øƒv²jz+Z‰³ôÕÉ–f<€ç*©‚‡—â±èç¹±X†×´X±rçΩ¢kxrzûÄÖF:4ýʼn™¹ÄIä}S“»vMNokäý“³õ-SéùxÕC¿Œ˜úVàèlûÑË×ÀÝ=p·Üam1º™[ÛÁ¹Öý' ÌN‚w‘0uÃð=ÍÚBe…Á&PqˆÔpbTB}€UTäøCùïª^M“ë®òÞÐ@3FEÞáƲ¬>/I–JˆeñQ6‡¾/˜ÉZ„ÙŒ¸Ï ÿ¡ 6ùHD•÷4‰äÉ$Á<™$˜z©0}ÙnòN- ›wjqIidZuls ¤âU…娄±ûL’:Ô´oy# PpN«Á–ùªN[î‰ñÕ07Q + Žpæ‹ FüŠ*¨ƒÔiˆÖÜWªFBíS!T2îÇ%F¡L+²™@,¢ý¸ðB\!÷E©“ŒKgcP¼P¯‹¸€Œ`W“Yg£ ÷53ìJcÈ5uÌô, ¿ˆ"ô?„Í;—NCEµUÈsæ•´¬¨H%Ê¢Û‰‰-„ðÕ9(ɯÊ[­hVÄ[ËðPç[§y(r¤Te;àöQÔ¬¡te†Ç}„ÚP‡þì®B˜{Ïb«¢¼3§WĦfØC/‰ë}pw“´±=ŠKr”Œ›áV;­áh¬’f YÔ`êØ’žóÆ ÔÔyc‡Þƒ“oKR N¦YpJÐP*ÝØPPÆöµtø@òèY(V‰|(Ó4"Õè$›E'£“ hùåô*–ºQUVº¥´ª¬tËEÅ¡iá`@p£ª$P¦Y€21@…ó[’Û~ÕCòV±ü1kQB)XVdV¾Åâ% Â8 Y)vZo·K˜2•w +ªTqè&TÃN¸íQ {6\©‹‰ó—N™Á’Ý$qó&©„Á^«0¶bIG©]+=„W<ž’ÕÇŒÖ"k„]',ô‘RÅ`¤cÕŽ<ž[m}kª­Ë4¡] +§'V¤ŒAYhw!Ð{íÇ.C=±lTùÁcjF|éóããÂ`Í‘ÃHá ¥ÆCeHf(šÛ{ˆ?†§EB¬ƒ–rã¬f˜I„0¡ÂV b0Y6;éOcÄÞÀ½ŽKsm´ê¾f¦~ÙžÐVË»¼¶Ó³(u`½Üñ‚àvAnIE¬[e]«¬û–u±v»ä…ÿ¶Š¸V×*âZE\«ˆkqÿ“"®clEïÌ\ÿäøÜäÎéúÌþ¢Û±µõÙíþrä<îÁƒ+îð´ O½Crl`rj¢;Ý­œØ69½®>;71ƒ Þl/Gá +_V¥%,E¢ŒPaƒ7`à] ÜÝ—ñÏû£IO“BÀ—8i:œ(ýõ¹zw!)°‘¡¶WðùÈG›Ñk»:ͧ«Ö®\2ÚúFºþ+GŽÜÂÒýÂ%ìÓkÆ:~êÔ‰oíètñªÍ3<òÔ¯~ûÆK§¾·C§§ËGö~â™×ÿ|áÂ[¯Ÿytß­78Êêyõü{ï¿ÿÞŸ~yâëã=Ÿ@Jž~åüÅ>¸xþ×O~câ3Nîå›ö ¿ùË»ïþígûòú¥ ‘ÞÐ7ºûkGþò¹7_{æñƒ£KýÛ®ZLoºëОþÅÉGï]^YÅí~øÁ{;«k럛ÞHWܵús}pÁ¢Zíúùšl»zá|ø_|Ð VMoEsp&ýoö«&DÏ« +w)‘`A\XÞ¶”LH3¹?ï{Rè|iÚ +‰m!ÄÉdˆÓNgÒtÒ´ ]ˆQQWJպЅ `]‚µh»±bAWR7…¶Ë<çÞsî9÷›)¥ +.$ùùæýž¹ï½çžß繯e, ’¯Çñ£ÔD“6°ø~ P%‡;ñÙG–¶·7‡…•­GÖ/ΣË[O¬_Ùi¸a|¶¹qùòÆÖ¥yüØÆã«6Ûú»à¨å| üÀafpúAöcU=…å|¾= ß®AÞŸΞ3ÃÅýPE§ÞK©/F–l§ìGNï\ ‡…¥¥»×Ö®>zj{g÷†ª8CVÌtu/Aò˜Pþý~8;ùA’z !ÿ‘òB›\tÇR…@b‘Ÿ †À8RD¡B„‰ ¨H…Iã´íY»ˆJâ 8fëúeѺ,‘ìrÔÇÀLÌm-q,4¼ID’w¢p4@GCEߨmHߨÓDß³¼ ¾ëYßÈ ÅÏóјí¢NßøˆCÜd`‘~`¡“GœÆó?%üyê‚>:Eûª¥Þ5Ƀ@p´„5óaÑg;уàä‘Û°èq>b=ˆL–h‹ô¬™ˆ°èApt(YôtH=êE=r„=b ‹±–DÜIT\^ÉqËq# ñ¶Ò=B&9½ CDÕVtBújË{U[æj##êî:–}È…W¿ô* ò?/ sYN)^!BáTôWDeæµÊQ¾sT0&ô˲Ÿ&¡¿Îc:&ßÑ_ŒaLÆwôc?N$o™þ«‹Ö›ÜÑßRôÑäŽþºXd6Iè/"Þ;a¿`C‰¶&5cD~Õ>D~kɹ#¿Õ°Âˆ…üÖ+ôÜ·Þµô#á¾Å+£q÷ç1÷·8ïJ‡Ù^9ò®Ü7÷#KÏ«ò{TåqÃRÒ,yþÝUÿ£ŠçÑ;>Ô¿7ÓÁtc0ÝLÿƒÁ´·R;‚š°>žù~^­:òþúãRµÇ76׶oKë—6¶DäÂ)ÐËîÅdz$ä0Á‰Æ£XTÝs€Á}иϾûZüM]_?S[m@šÂ¸,ÖÜQL9¶º³zt˜,`g–÷Ýôüyßû÷B?¼pÇ-»Ñ÷œ\º}šWÛ|pq=ý…§Ÿ¾~Áµï7ßî>~âüW~ðüóÏ}ãòñ;½ížsW¾ôíŸþúϯüöùï<õÀŠ>óä7øâËíµ¼ü³O~òÖ‚ºÕëß{᯾ñÖ[oüíWÏ}uí®!jýùï_}óí·ß|õ7?þúú'ŠÝ‡º;ü韯¿þ¯W^úîçNºÑ[ggûâ·~ö»¿üõ/~ÿúÙCõ´Üf?ºü™¯ýè¿üɳŸ?{¸»Å§¯?óÌ—¾÷@·£k;[Úù/Ü÷©Ùyð¦[?²Û“û>xónð¿øƒ qÏÖEL‡’Ò÷µŒTòõ8~”šht ÂÏaªäàp'>ÛáÈÒööæ°°²±õÈúÅytyë‰õ+; 7ŒÏ67._Þغ4Ûx|õÂf[µœÏc2‚8 Ž È~¬ª§°œOÀ·‡áÛ5Èû“ÃÙsf¸¸ªèÔ{)õ…ÃÈ—ì”ýÁáÈé+`á°°´t÷ÚÚÕGOmï¬ââÞCgÈŠ¹“®îErCRÚ€~8;Ù ¦„ !ÿ ù±Ð+³-GÃ@Ÿc3Ñ€vv„}ë™:€iÔñdÍ™2³`vØTÙ€a$úÒ„ïÚÅir•aÀ䌧)²V_ôSÊý2h»ýNÎØ(¢(ÉYLC+LXÄÑ"`²NÝ;&um4ÂL0L¦ —M0U`ü¨­&Š©w…q8ËR¸…#`ÞÔkFp;ŒQ…¤J¨Ô‹@È&bhl ±2¼Ñ;¾RÇ‚ykê•B²4na¶Î!8€×è=!Ó wi†î¼8ÙþFÈYGWç¯A²QÆ/€P¬7)Çb‚B€ÔÐ +— qhûd`H`å° ž+‰a?ã‘Ô®T¬FåCºÚ"†Ä, Gje„¼P㯗•‘8‘ø@ÊñšrHCbà/y‰A7´Ô„ê…3œÊðZzY-½U­):¯ØÀŧ=Ñj´Ùßê¸]±•»ö„…kºqÒË"nëõV\ï +gPwx ÒJC*jc Hr&I°P)¡Áš9²g—H)8£n…²„s•|á2ۖшx•òò½Õ…‚JñèMjé£Jv^à‚%/äiÔu-×¾¼E@6GëæÕâ!í—c¦[tßÉg{µwâ©85ÁóÈ¿áÁM˜júþx„yD?ÿ³(¢0mhtädCCk¹ C‚ˆ©"ÖzÏN4‘rd´Ö²!*hb¬N$$HÅÝäE9x®\õD‘´+ -IM` 8W2„^‚"H9ôVáʤšš ŽaLÊ*$J<õ¨­4r`ëµ!)™Ì¥ù2×úÆâ@®¸× ¸D¿Ì—òÑ;Ù‰æT9°¼·$è¥h#w/¼pÉ_Ÿê˜ 1ÔŒvsó™î„~Ìý2„CoU=&+Ò4]ê{W`?NyTćÔ%õ„n¾€~Ÿ]rzL“&½Õ$þj¾€“|9±F‰æÙd¦QB)G[^£¤ +e_z¥ÏJ%"º¹Ê1Ô4”)Y;Ë8©;ÓZî Âõ!/R‘ƒêå¹àhnVµºl~lµ«çfAè¦5*zYœlÅÖ%ÞRÛ¹sç^ÍìèSº’U€ÄèºÑI%_ÍQ½¬¤±ìD¹ÎçQáԢоhµ#=*ˆËü®Éɾ8ŽbáX× +}× +k¬Äs ba¨dC=¦_cÑ*$—-çÒü(+ ´Ö%µaarA)1ô*†Ðû&›õ2¤VÙ *Å3+`Ó ¿¬Ç! œL8lL…! ˆ¡°Ú‰é7&i„Fþ¬¾Ø@oB}‘¶Š˜ÈµÚꉀÀ=ZZGs¸ŒïmÛ„ÄcÊlÛ¥Q‹5Y?($.cƒ:bÉ4¾=Îè׬Nš<¸Æ¿8ùåU‹¢¨È*œìÄñå»Lëmhƒ¬¦Œ¶¬eVÛ¯e_;S‰² hC½ HwI õ§Ø›#.ƘšÓÊd„x7*× +Âî—÷(JLSR}<ÛJŽ<~U‚â™7Ö$ÒHË59%e+NÛv"gw±o¯ ¯9I*™)Õ>ßf{u +"dìßÿÌ`†3÷ï ÃÂÁáÌCËü|µü3ØpÌp?¸¾E’b’[ rG iàýq0åoOÖ˜R‡ªú@“Ȫ!„h²ÔÐâ¶id·ÜštA0Q+¯ò£?Ç#!TÅ’^Vô”Þ‰x8£îW䙦Ê,âÚšÎk—Ô,¢ k4‹j”e¬,e+ÒŸÚM¨2‰§®“ë5™ë Âz@^$Ù@b‚\±ÂÝcT2d’*ÂzFƒUô¨ª*Òç¡vênÄ"‹š«óJ‰Áwí»ª54Q' I?Þ‡µ¡FrÆ}6õê¶E£IÒ±&[5_iê¶Å_/+)";q"iqÛRûJ œâ%/K«A7´Ô„êE ï‚P†×BÐËj±è­jMÑy¤cjñiO´mö·:nWÔl¥y¢iFYƺR¶bù©]Ñ„*‰ÚsH…¸r,IÜbK°P)¡Áš9²g—H)H­Ó{ú˜«+̱‚UˆW)/ß[](¨Þ¤˜>ª”aç.XòBžF]ׂpíË‹Ô"fÕ¡Z ÿf¿Úb¬¼ªð<“΃IË%üÜ/µ‡ÿÿ÷kê0S˜iÐ6(:ÁÃÌ™8Ì03‘Ø›@iPR[ÓÆ[}­¶IK|mÚ÷Æ'S›X_äÑú }°Ñq­}]ÿ™À1a€3û|ì½öZk{ío•]¯±GBݳýæz´d*´raCÿv¹¦¦"ö†1€Ø?Æ é{œ$sèFӴб&S"å+æ^†<ž’½@kòt” §–yRø ³•ÉÓÇ7]NYGŽQÄÑ0-ôd­xH]q-r?!á~¤…þùÅ5v²1Gñ^Æ<Æ»K_ÉÔ†S¡ÓÜÉ%Sá€éTÀâ]–"pÏ1ë·β +Ò™>”ñäs¥Ó,“%Ïõ°Ÿ¿8îRÐ\Ä»“j”L)ëÖè){z—(²kõáÅáL½WêB‹Z†J/‡aiŠÀ%×õÑæ"6‡Ñ`èãžé Io›Ñ4-4¬ÉRèk©kÀ¯‚á“ú¯a¡cS¤=D1çZ¨„N‹‚®!K¦BÓw ½ç`QúW7vqfè½o®i+ZÏ´Ð5¨v‡}èd‡ƒÚ¬4¼1‘€t—(FJ”?•4+\²Î7lXax_Èø9ÊPÏ"³¢½È¾¸gzHˆg±MÓBÚL…¾–ºOœRJǤٗÎ3/9ImBBúÓ:JA”h)«çg†“÷[@Þ8! ,¨DG"ŠD®%0P2™ +´;v[ßBôôâÅ$¥›™n{wQ诫^~ì]ó,Ï÷.“Ù¶íÙ¡¯[lssgßÌÜ@§5×™žYÈvYlßèì„ú~žÆ<;à~Å_›û†DsOg²½+~ÛÝ>Ú™zltv®=ƒìbn/G`„Ûã#’{Ö)Ñ@m{2“ÁýߎÝt*þ‡›î>uœœgþäÖ—Í֑ѹÑ]™(;4´¬ç¶ü¬Ü°é>7ºw㆕\¥÷íÞ„£M»‡¥›°\|µ=}ü›¢§§üÆÄtû+|¢k¾Üœ¿øÂ¥³­ÖüÅËç›}k]ašOýøõ_½õú/ß¼ò‹=ÕÜeçö¬ß¿ðêo÷þ¼ÿÞÕŸÍï[ï·Û1úÊ»úëÇôá;/¹?ºfο}í“ë×?ùóÛç ñøÔ¯¯ýëúõ^»:K@uçþû0WEpÇØËï~øÑßÿö—?¾óñ<¸þÀÂÏ>üá÷ï]}õìçÃʇZç~úÆ•·^{íÍ+oüäÜØC÷Ú©ƒÇž¾üÒ¥ùVûì÷^zá™ÎÐD× ™yâÔïéá#§ægŽ<œÙˆÅþ‘‘¡m8ÜöÈÈÈ0ÿ¼5|_ù Zç6^§ÌWy'>·zEprùªåÿÕA‘$ÄÃSãHKèÁÈW@[÷à‡½&ܘ|?~fÛàŽlϾ€ã"Û¹{zz2Û6Ü™šhw£CSgÚ3sÏÞ?Ù9y²3u´èÌŽŽMÆù_„­†L¯_@ð•@Þ(‘å%Þ©¼ÌÀ·ãðí àý¾läpž÷Â%zìÓ\to=F|:üÍQyØ Ÿ7¤áP­à7É +¿à=ñ’ÃëÊ°Ø€cñ¶n¹¿“¹õ³Ÿ +™ZBT/V:熴“Øib—jûP(æ©ÁŒ =æ+KÐ¥2K汪Úr½ˆ5f@3–:hLæ f¤ k%JKIÌ' HÆ"Ü®€!ªh>E¼H]Ö\%‡“Ù§ÓÈá‡!)–¸?x •8£€”ø +™‚ˆPts'ô5’"Õ@بAÚ6É~lœh ².P¬ÁZF׉ʒÚOH•좇C\Ñ~ŒòƒÕñ#<§Q•§ÿ$ª<™I0îÆYE6ƒøQ M­ai +N’éÒL'ƒÔ€°’ý¨²RR‰Kég)ÓpJà•˜¤ ×’ØOÉti¦âŠöSìÝyë¯KæM…KÖUÆŠ¬ïä-U²ÅT?±ˆê‘é²›é~ŠEZ%'Ó•^’éuDoÕ}r1ÑË,™¯ÝϱH+¤Ÿp2¹t(k +D«.k“ö0Aþ +fr›ÍX†yEK›²ôÏ0¥Áž@õ}KîžÇmÚl7‡¶âpç¡é3S_kàYxvþ[%eû™çŸn «Ÿ;ç¿Îzâ¹\èhšÉç_¼xœ ­7_|ÎMÐÇ/\>ÌÕÑï^zv\âP´ž¼ðQŽÃòð™'O8|ààÄÌÄãV†oÙ»‡«åÀà€°þÞ³zã–kzoQõî¿£U¯/Û·Z7n¬•‹º·¥QBôú¨¸Ñ ÌŽ»3•%}Õ˜–ðS˜ˆjd ¸bdjÉÛÝ733êÇó¬ïôÜtæØÐùv{{¶óñ¹8¯t,ãÓcí&αÙöÌ™öxóÑöBÓÍšínQ¶õMMOe‚ ú +çþþl0k”F’>Áü²¡¸Oœ“Ѐ”¦TfG„j–V4KƒºæS¼ ÍƒT ­8é¬1ÝSÒµ¦iNÌG€jêV4ucTÁ|Š¹˜æe–ÌW‰îçD¡ý­ÕÖRÅ¡¬)­º¬Ý¾Æáîyܾóø_62¿YãgÜmî6ÿç)P¤q ……4´hÐÜõ:øl.å…_Ðõ\w7¢ÔÜ6ç,—…”ÜžzHá Î5ôX¢f`I ¡Ë™Ì 1Pøò ×pºD¤†Y¤ÄÉ96€@zQ¢( +Ô6L9?ì@Â1]0‘!Pð¶dP­¹áUD‹[nYÄàMqëœ!p +…ÙÎ@³ µõÁúŠEr§­íi'÷TÆè,…ˆÖBe)A/¤€Dš‚Nuá +msÙ09ˆ§~·Ðƒ ódáRAA^ÛµR+ X!‰ìÂƜ™REÑ<_eIAD@¤A>x2ŽqŠä Ãéw Èd#—p„ÃP`–E–ì3›4º¨s8€>PV\#Dð² +0Ît5i ù«T5i%ž²ÐY:JÏ*‹ûë¨í³k ™Ê¹Á{RŠ\ËÊ tˆ†»’Zý]½6À†¼ð×F‚YGW@GkŠT¹’×q%‚dØ®åE)íñê.²x¤J;¼Wd-/ dá…¤@•+¬Ž+,pEh¼MÑ< eWUÐoÄTA@[à™tH`DXC1††Ã÷Ìö•@\(ŸÁJeã3ÀaBiçsY@²„W+GaJŒ‹Z@Þ´¹6˜0H¯{¥ ù9^…„¸·¬ß­óœ­ç™X‚W¤2ój‹ØDõS×Mÿa¿zc£8®8#RWQuÁ²l0>ÏÌþ›±CZÿÇ–D8€SÇrûdÌÙØç€U5$iMP©ú!ˆ¶!DUš +¤©´T5(%Š%ªR’(”Ð’mEèŸDH R«*‘úÞÌìÌìú +UúéîN»³¿›Ý}óæ½÷û=ÙEPŸIðX$aGÁ¸`¹"D9#yœçÇh*ÿ1Œ Pźò1 Ù$áN’3D„»Ó"›l”É8ˆ29)oŒlöš´wÉÄ‚}X¢”Kj Ôì¢K’¬S,S¼úS ͉ˆsÏ>3@•A‡ZM 5'` +Ô¥; b;+FW^r6×7v$§Í‰º^"¦3RPÒ&“–‚†µn8Pß*}Ué«J_UúªÒW•¾þŸôU7ÚÜ6Sî,Ž•‹S¥ü̼×"±üìN5Ú€Ç9òô‰WßýÓÅ7Nýè‰[Ä]ürÓÖ}?}õ¿öá_ÞZOþë§]D?:sû\òsoÈxl0ðIDå€!!`é&aÌá‹Ã +©‚9TiJ]ÿƹ„ "¼Ê$0”Áqi‚(ò4…¹`0y+c\^Ç’! L8ˆäÐ?~l1IqIÀÞ ‰¹Rž>…ªå .·$`Š[ Hs‘Ð<8ÃWÔ¢mH½Felê5Ê%™;Í¢ @Z¤‘(b4í0—‘,Ê‚k÷« AŽ’Œdö-AÆÔf¾OÓÓ¢P˼X ¸„+5‹eBH3xøL©") `D• •þ$Ž}¥\yeÀ`LÝh@ 5M? + £ e7Âc¡½¶Á¿e¾îÌ +cãv•6:³AÜQ)²5=ÏÉNÑ ø“ õ¥IË툿ìÙf Ò½#€¾‹)CCêhl@Â(°:\Ú æÉD½®”+@AQ+ê˜ÅýDöG¡D‚0Œlw ·1mh)ë,ÙFЊ±n7óRƒÈóœ±sÑn^‘ô8ý +T–`+„v[cM»”¬{ª€ðd7äÊ“æ«? ×Ú-ñ iጟÝN@PÙn§‡é‘T§X8×™ÚÄ+Õ&rò^­_“^ÖV'¤ªSèH_pô*έ1·.O!Çô³Hº<…•ÊS˜”§Ö>ž.OÔ +_[ž¨¾fQæV³pˆØ°0¸õ‰WªO<©OŒ†jãÔ–¸±ŸÎ·w´:½#Úˆô`U7gö=J™[D›#mdÖp³b§r[,G²Èm"ëcÝ^D™­ûe6­?š¶&y¾m},‡™È1æº]“uĦ@Ó›™þÍfOeÌ +ÓÓÀƒÓ1òö0ÝXÒ ©E1c,Ý‚BÊû"ºYU‹¸Sr8vµ¡©4•` ÏŽôLp™mzb±‰rLÑ´ÀŠnÍ"êF B1£$öœGAÉTU²ˆR.Ψ*¨Ò6¹÷’G£d!B‚Ö™ÔÙ˜I¾„J2½èä*ˆC˜)UÊ–L¢\ù؆k6ª;*…úM›D‘V|ë2’ÏÐÓ ê[å©*OUyªÊSUžªòÔÂSu£Ím3åÎâX¹8UÊÏÌ{-ÈÏîTá xœÃƒä.·Ý^ ]ÙP·j)Zß5Ð^»ùÝ“[rYtð©Ã‡¶1s]SËîë=p|qñä3ÓÝu]Ó52³ÿ¹Óo¾wéüâóó›ëÚ4´÷Љs>¸víê…³G÷Þ¿Z¢,¿pìì;W>ùôÓOþú»“ßký +¢Ð3o_¹þÙgׯüþ¥ï¾.ínÚºžð‡¿}üñ?.½ò·k]Ý1¼û»G~óÖå÷ß=÷âÂp£zÛkè½½üùË¿=uôñá¦Ô*ZxöÙ§wôÔ§×Ö2V.m¡Ù7l|°£> .[•ËݳԓËï¬Y +þ ˆ®Ò8†ƒ è&^µÑÚ™F»ÁäFȺ1ép¬·FAĞ[¤ÓMú:¹Î$›¨”l"I6©éíÓݽLo¹£é?¹¡oA†™÷HMï VÓ[ÐÑÃLô°}~"tGñ”£"B¢ô4ᇡÕà /ó¹ŸÒø‡1'~Jãæ¡nxµf˜æ>)=,S>&"¥‡3TXnõ0"¾Ï¬¶Ö¦kS‚i1ìˆ!1­JM+®µ×93M%Ô·¹39³ï7û¬½þ×·{íí÷Þ{û/W~ú­ÎÆÛ倾ô›kï¼ÿþ;×~uþ‘±ÍNïu ¯þõúõ7ÿð‹|õþµ·!º¼=täÔ“/þú?ýþòO­õ§}lß4°ïìO~~é…§¾6´®fÅçOŸ;÷̓÷Ü]·mCgz⋼iqïöûÚw7Áž¥­Ö'g{rÁâÛfƒ·ðÁ„Ø:1Šéàz{ÊW@s¶nÇ«ˆ4ÄaóZ|½P#áË‹õ}““ãEï`wâÐØh˜xhlj:á,âíñîáÃ݉M¼¿{tdÿxÚ¿Ž¨†±ü"‚ ¦f?ÖÔ ,æðí |;y¿³ÚËŠÑ…PD»o¦Ð{×Iœ³º’«‹õ÷OO†Eo_ß–NçØWvONàæº",T Z4N:)íѪ +ïiJI¼âBàLÀÑÃti±F”zŽ…ãBz§‰÷Gf€²*« "Ât˜×¢DFÃuË2æ'šÆþŽm’Ãý”a›ÄY"”ë¹€Çñ3ÇT0ÑZxÂQ¢&ˆ(­MF:þE©mUß]¸. fb™ÎCL,VUY1T‚™–ÕŠ¨€æ‚ØW–:0 £ËÛ4:ÛRQF¤­;‚C³Úºé똢S¦·R€Ó*õGZ_z¦¥@eKSz¾§ªhÌ;In”ÓßXîg¯bFÖ7;á½ÂÐ.¨$c!xµãJmlÝ"d°A^ ´Î c`’ÚiϬUQÊé@Ëฎ-€`d)¼ÙÂpÍ‘ÏæÓT«,™gÇÑÑÀ¿rÜAùpX +«‹2GÓ1¥ÈF$øÁ'Ýær$KŠ™ )îSα '!Ç]b"Æ•ÏTŸ»€„z‰)‘â¾è6_-T”¯©x Ó"VõE*ÒdA*äddªwê †BÛ Û@¬1’ŠÂEðWr†`x‘9Lƒ4Ö1¯M@¬`–Ä;#$-(è³'‹Š–O iØýJ"‰ ¼!Œãº1¯‘$ñÉ÷Xò%D…ø2£ga-ÖÜ‹6¸¡ÒŠÖvFbýçE¾P&OÓ–’p mÒõ^Þž«Á抓î˜%`!4³¦¶€ÄAR© +"Ðü[x«Â¼ Ã.!CECÅÀÂHc=ÂyÅ£Y’Dñ2úP1å1f}B@‚oPV~ Jˆ Ë£ò÷ wÅôq¾‡)] 3×3]¤—  )×u’˜¦ª¡€ªÄKDFD«‚{ Ñ +o_¶²1°Þl…µ¦ŒõÞÁ{/¯|0³âjH\5ð‹ú6éʇJâ:Ì*w {š/&h·Sû^°\þªÐtLi|F‹ÆˆHl†RUõmŒkNE1,Tž  +UÖ]-ÙVŠˆ4•!FÒ)|-¿VÐm0ð‚KDéì¯ä 3Vâ‰1La¨i¦‰fFbÄó‹!1‚Q•ÄnShÐÓÍŠäE|*æCÂÖt‹‰]Ó-åFB‰ä÷|yãcÁ…Ñé}”ê2ù1Õ. vú¨Ðm>rYT 0-ñ” + =VÆÜóƒÝp?}VR–¶6<’Ïç(ÝæÒ8K +¹Ï …ã‹‚ú"ÕNîQ&»LÎÑÛðÑ_k…¶Ö +}¤#ˆ=¦¬Jå^¤Bf?Ù +“xt" V¦D‚™¨òÆr.,‘çØœ!GæZBh~šWt’+†$IÁÙ‘DÍ »¸tTMãø‰¼¶´®Á# ÊñZ \L EÂÀoû(¹Ð…ã]ûJ %¬tÊ@.Âv³{ª&‘w„ +ý ¡´%/"Z†•Š!!¬|7ZsbKÆ;IXpIåÝæ H³CYÒ¡BTò®¸,)Æ7XKPŸ Œ£Ì§ U-eV˜²/š Q ¶’nCR³’[gº¬ë3®„ºËnsÑc@ñnFbò‹!P‘§Xcê!M;cðÃà9Er‰£Ï#Š¤tË`ÌÊ,*fn>Ñç·S-ZO+/9)Wrtd®öfShÏÕ)!ûÂÂðË +Vì]¸À½«‹=8¬Šëcî×Q7l:¬ØåH\dj¸ð?ó”mž²ÍS¶yÊ6OÙæ)Û~v¦3vò‘ÇûFw`¢Ëú÷M?2¤zzÔБ™©}[ g±¾whh —½;††ÕíNðbS¹Ì¼¬ÜÄ–%>þ‰ÅQÉEKýO"Lˆ­£˜.¥·§Œ4çë6|¸šHؼŸE/TÉêâÓ¸æÅú¾ÉÉñ¢w°;qhl´‰L<465pñöx÷ðáîÄ&Þß=:²<íßG TÃX€ÁrÖ˜å«ê–óøv¾‡¼ßY íeÅèB¨¢Ý7SêAzãêÖ¸¹ihdÐè 47îBiws«˜†žˆ5ÈÒg/ð:ÇB•2§¹ÐLJçÞç2 }’³*ƒˆhôÑÐJ3 ™ßÒöïyP™– M€0ú Ñ,;­k¡I‹ˆ8i@á•°DiÚOe4y× Ý4T~FL––À¨ð £YI|¶–ºlØéÁÜÇ¢üÔ‹¨¡f.CsuÉôMˆg¥•‘Fvx°‘LVyéÙn’r®Ü˜ÕÃò?IËbHƒÓ•1ôRµ^BåÐZOõrk^Ž`î1Q~îCÉ¡¤‡e×Óf[% ÷Ìð.ˆµLQù©ù9‚5?'0ÙågÛ›~kÏåÌ[ëa7Ãâx±åp½ß•š!„æ[t¸`nQ¬U1nT$hPU:—Cï—ÈX UJ«ªªà€J¸hâßØ ³—ãÿe¿lv¢(ܵ‰ïÀÆmãŒà€Ë¦iÓÄ0išÆ…iMnúþöþÌŒ?ÐNa ™£Æ{ðÎð1G°„ÞŽ=þPÚÁlRêÇnvsSfx>ÁW߆­4©¢ùiWŠæ?!€'83˜¤~ÍŸÓj×­õ}rvyZŠ`öNÂ뀆Á¬­QÚPÛ…1mE ƒ€Ëþ⫈ÒLJ¡Î­Íïáå…öBÀvøÏ?˜R꥚+½Î‹ LLï˜ Ä„%æ’I½Îàeš³YrîP&1玥ÒQÛÁð·J“Â;æ‚»‚s´à Î fsîÌß8ÇRn‚‘sKùhÖÖ,…ŽJˆ+cÚZä&ÎrÃS.(( +¾_£Χ}¾[éúa÷±/Ìí' CÛótòª„UÉðPÑ[«‘àT›ÏêÏÑs?ÓhßE­1<æ°Ëíïqû½]E©Jät²y™ƒ¼ê®±†IÕ3­;Xw¨]°ý#g×xŽýàÝ Ù'Þ ý㵂ô…×Ò/kÔ„¾ÑN +„î8+ºkt„¾qªÝÝÝÝÝÝ5.ÂBKòMt­@è®2á  +ña+ýF8È?ðFAè²Ï/dC¼ãêQÏ“ +endstream endobj 179 0 obj <>stream +H‰ì—}LSWǧPÚÞö¶¥-¥€À-Ø®å¥Ð7JyQÞ*¢DEHS+/JZP|¦”eÙÂ6<ËFÍMƒÑ %ã12õq$0§$è24ÆDÍÌþó9÷¶ååT)ƒ{>MÚ{ç{ßs¾ç¾ðò%à=·óréüÃí¹Ó¤ËöÜcò-í-«Ïwåí[]&coéÖ® yû}õv¬›Ç뼉Ò9Þà ÀÚ×hpM¡x9 P1!|…h€Â‹J¥ÑéN£R½€’Ð-.òÀ%4:ƒ‰²Øl€Íf¡LP¡Çb2»ˆJG˜,—Ç|ŸÇå°˜º¨ Q¼hÊæò}ýƒ1  ðóåsÙ(Bó¢,"*ÁâúømÀB%Ò°ˆH@D˜TŠmðóá² ÜÿÉ"&‡/ IÂäJM¬. ‹Õ(åaQ Ïa.ásò"L®Ð&$¥eè3 †L}FZR‚V.Æü}€Ì ŸÛÜRžƒã ’Fi7mÉÌÞ•›oäçîÊÎܲI%øp4Šçœb„?„Å÷É”q©†œ|sqY¹¥²ÒR^VlÎÏ1¤Æ)e"> !<Ϊ€?”+Ĥʄô켂ƒÖšcu'ëëOÖ«±,ÈËNOPJ1!gTëÖyxR¶O 8*.}§±Äv´þtә斖æ3M§ëÚJŒ;Óã¢Ä>l„êéá´ˆ¤1¹~¢pmj¶±ìð‰Æ³í]Ý==Ý]ígO.3f§jÃE~\&mÖ"aÅß Ql2ä•®ojë<ß{¥ïêÕ¾+½ç;Ûšê—ä6)$ø¬9ŠÊàøbaÚ-9¶M_ö\ºv}pxddxðúµK=_6°älцa¾Õ©Â× + †Ê2ómlë¹<0tstl||lôæÐÀ垶ƣó3ä¡À"Õ¹ö`1(4” Q&e›­õg;/ ŒŒÞ™˜|ð`râÎèÈÀ¥Î³õVsv’RÀCÁÄfU`ZRMÚ®âšÓíç¯ Þ½?õèñãGS÷ïŽ];ß~º¦xWšF&6£ZïáEg ‚Ãb3rËŽ5uô^¿yçþÃ'O§§Ÿ>yxÿÎÍë½MÇÊr3bÂlº—cqÂ`:}~yÝ™®+ƒ£SO¦Ÿ=þlúÉÔÄèà•®3uåùz]&`#³*O/„ã+ŠŒÏ4ZN6w÷ M>zúìÏ/þ|öôÑäØp_wóI‹13>RäËAœK?«2+ë[z®ŽŒ?x<ýüÅ_½x>ýøÁøÈÕž–úJ£áݪ–æеÕpiå]KÙÅåÊîuíJqùªtéàÒÝƵ;›«wQ—îØ®=\|¹öÔsñ ëâÓÜÅ7ßR\|#zϵ·¯áßôæ+— XNÄâ-…iæ*3ŠänEq²^c=;Ͷª"+Šd¡H5Š(°äJ‰Æ¶ƒ/y4@¥À^s`ÿäšq è&>¹GPD­Š‘k0…Z¾Ëg› +yŒ&Z©U*¹J ¤ªXЯVêð¿Ç`°2z¦ùh*bä1jÎ9X¡šw*GSãÐÚ›µSkoÆÊUj] 6{ªQ—(Duu3M\;cÒ>Ø>…™S9šj‡vÎ|¶Ev¡ˆ“Ê°Ü=ıØ•l­J+-¨*µT˜­G°8¼/ÿÂ׬Z!ŠÄ8b“ã„ĔˉûTˆÃœÂœaŽdAǬ¤âU>@ŸÕì8–&ë±äê* fߥÿ*’aQ9UÖÒŠXa“&Zö™’õ:Óöý¶"ë¡¢BSfÑ“}”MægŸœ ¯°T`±:e´}vÕøŒñm†o$5±gÄ®!¶dzéEqŽã”¢¥Î +Ö Ë@‘|ÇVS`*µS(µ˜L;ÓàçÊ-Y|ѶrüÄb*|÷j‰Á`'aÑ ª˜(‰_%q˜2&V.=²|ÿøB ÕÎJ?ÚÉ L™ÌÀ¬É ÌšœÀ¬É Œ›„À¸IŒ›„À¸ILœlÀ¸ILœlÀ¸ILœlÀÄÉŒ›„ÀÄÉLœlÀÄÉŒ›„ÀÄÉLœlÀÄÉLœlÀÄÉLœlÀÄÉLœlÀÄÉLœlÀÄÉLœl¼œÏJÛ,//°ÒŽ Ë LœlÀÄÉÆÂÄaèk˜Eㆉ¯a`âdãU‰ÃÐ×$¯‰&¾&y}â0ô5ÆßÆ C_K¼aÜ0ôµÁ’↡¯v\ˆ†¾zq9nújä-ㆹ¯"ÞUÖ0ú8Ë4Lÿ…;S†@ «‹•¾?­uÖ­(Kp¸~…x#§8žn‡(ëðú7q{ŠÕØ+R(¸Ù×ø´{ô©4:A†›%ét°Kñ|¥O§Ga0Q›ðv#x=6 e2:Íés1“„G„Éb{óø>_!ÀÏmàÕ|>|ž7›ÅDì>Ø´›¤Ò™,o¾@„‰D!!¡n$$D$‚„¾7‹I§.b“0 õæ ‚CÄïËÂ#åò(·"—G†ËÞ‡ùÞ(XÎ6K`’Áâ +°²H…Z«‹OHLÜäFâuZµ"R¶ pY `s¾KÜ$…Æ`ó„A¡²(MÜæÔt}¦!+k»ÉÊ2dêÓS7Çi¢d¡AB›A£Ì· ò¦PÏ/X©ŽOÙš•³'ÏhÚg6ïwfó>“1oONÖÖ”xu¤$ØÇB¨ùü¼é(W,‰Ò&éwäš +KË+­¶ªêêêCnª²Y+ËK M¹;ôIÚ(I°‹ÒçeŽ/%ÁŠå±)Ûvï+©<ôaíÉ>n8åF>þèd퇇*KöíÞ–+ +8 ó9‹I,%‹ï¡MÉÚ[d9R×ðéÍçZÛÚÿí6ÚÛZÏ5ñiCÝKÑÞ¬mD¨?ŸE,æLàžTÇ7X¦ÚlØ[l;~êóÖ¯:»¿ýîû .\t  Ð÷ß}ÛÝùUë秎ۊ÷6«dÁ¾ÕÓÃ98åù‡Êã¶î.´Õ~r®ã›‹—ûúøÁõeÆ^eàÇþ¾Ë¿é8÷I­­p÷Ö8y¨?¥ÏFŽŽ°}‚¤êäl“åxck×Å~þùÆ­[ÿŹ½ÌEnݺñóðO?\ìjmld6rà.Eè2ö¨ihéìí¼ñËد¿Ý½woÂMÜ»w÷·_Ç~¹1ØßÛÙÒPs`O†.B$Ä#w¸÷! +Éõ߸Íh©ýìë ýC·Ç'&ÿcjê¡Û˜šúã÷ɉñÛCý¾þ¬ÖbÜ–½ÑŸË¤Q÷"pñPh(oƒD•¼ãì—{P×ÀÇyl²IHBB ! " IH@D@+>‚`1<¤ D ÄgÅ¢¶Nµ•Q±^Ñëè@}Lõvt”ªs¯£Su¬ÓÚ‡Ú©Sø[‹´p-×ëé=»y½ê‘Ìì/3a÷ã|çû³g7gËíw>uñ«[Ýw{~íí½O½½¿öÜíî¼õÕÅS‡wm´—ÿ%-!B.BÁ³è±%› Pë3gW­úpï§g¯Þè¼Ósÿ·þQÆÀ@ÿo÷{îtÞ¸zöÓ½®ªš©W+xìa–JMb–yQãÖ¶ŸýcwO_ÿƒ?ÿMƒƒ<èïëéþñëÏO´mm\dÎJÔ(=-ßð·¸DmÊžW÷ÎöŸ]úö§_zû >üà%•>èïýå§o/}v`û;uó²MÑJ ¸É"§%“”Sl]·ãàé/¾ïºÛ7$=ú/eÓ‡ƒ}w»¾ÿâôÁë¬Å9I1ØÈ–%Àò÷-Ë’§X‚+^lmj9xêòwÞ»âß]>u°¥ÉZ ®øpK6±.ÓŠj×nk?yáúíî{}Ôß=}÷ºo_¿p²}ÛÚÚ¢iFb]²Ý–Ž{<$Ê0unõê-ûŽûòf×Ï÷îÿNõ“è÷û÷~îºùå¹cû¶¬®ž;Õ2üI„Š‘º)…•Ëßoýäô¥ë?tÝñÆSýN××/þ¤õýå•…St‘ +1:Äüö«ðÉù¥K×mo;vöÊõ›·»¨ÿ…ìº}óú•³ÇÚ¶¯[Zš?Wùí!vþ²°Øä좚U›[8{ùÚ77nQ¸Ù ··n|síòÙ‡Z7¯ª)ÊNŽ “ù“»qî="(£ Sf–-mjÞsèø™s¯\½FÍÆ͵u»võÊÅsgŽÚÓÜ´´læC”R"@˜;7â…B®ŠKÉ1WÙ×7·¶9ÞqƵ íMðùó®]ð™ŽãGÚ[›×Û«Ì9)q*9ñJá±  “ëª1¤ç—TÛ›6·ìÞàðªß(Ž>°wËæ&{uI~ºAèÏõx=#&جËUZSfAI•mõúMÍ-;wíÞCåÛٞݻv¶4oZ¿ÚVURiÒªä`«ÎôxÕuN¦T‰'gæ•ÕØV¬iÚðÕoºïmhZ³ÂVSV”Ÿ™ŒG*¥C¦Òù‰ðD2L›Òs ç-XXc]b«o°ÛíË(j¨·-±Ö,\0¯07Ý„«1™ˆ‡x¼B’—L&‡/ +UO0¤däÌ2Ï/]`±”Q†Å² t~±yVANFŠa‚:4HÌçSé¶$'“Áæ +ÄAJU4nHNÍÈÊΑ——O!yy3r³³2R“ x´J$pÙ Ï©tL&¡ÉÊC#4Úx½1)ybÊ$JI™˜œdÔÇk5¡ò@Ÿ”ôœJç5g°9f ‘ÂäǼEt¦x-nHÄLzmBBVçÁµ:c‚ÓMÚ8<ÇŒF²‰Î¨'ÿï<-G‘ƒNk‡ÎH-‰ÓšŒñ&W(AŸH¶põé>×»ûpFð8»wȨÅñÌÝ+ŽãŽn…]ç —+TK„œpÅ\#twü8 s÷3t^@7 Qd6Š˜0ufžK«J'¤Ù2ªËª[-¶•XK&¾ˆi\"W‚ªÔÕ§sRꈘkÎØtϘËwºgòˆAÏlëÓÄ@Ìfq«Ó²±4{Ãḇ¨ªWUFa +lÕÖ*,†¦N«X\VYš–m*Í/«¯´-«¬(Í­\YêhUålç-š[[1£)>Î1\;1Ä%¡Ž\o8¹âÈå<µº¶2Éyœ^YUmu-n0Y YŠ;—)ŽétF,OÀæcz†ƒË&ö­‘çÎFÎ?F,Xù‰dc°˜±8PUE–$î°$,>N‡À–üIãmžçéøzZyÅFl´U_­Û+÷==xO +Ü`$©Ô{ Iêõ^HÒ[zÏ/ùšzWÏÁ˜6ô¶Úcƨ¡·¥†CÂ3æ ½­32´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!<´!'ÊÓR[(ºÄt¬¼bò›¦®ØyâÊýçï>}ýöíë§w/î_=±sÅ´æüXokEq$]À€WÔµñ‰+l±j÷©ë^}øòýçÏï_?¼ztýôžÕ3Z‹â|lô%àAÒÅ- ¡¤gë_Ü6kÍÞ37¿ùôíç¯_?¿}zóäæ™}kgµ'øÙê)Ip£ëÒ·õK(阽nÿ¹[Oß~þþë÷ï_ß?¿}zëÜþu³;JýlõÑt"YYßÎ?±´cP×md]·ÏX?§³4ÑßN_Í]’]sÖ8ûÙ»/?~ýùóëÇ—wÏnŸ?°~ngiH—$V]I¥sºî ëºC’®ßþü†êÚ@@WYçÜ Xu•ÑF×Á ¨º.Õ5ªkTר®§ À¯…± +endstream endobj 180 0 obj <>stream +H‰ìW{PTׯ^ Ëû©‚d/÷ž{îËq×RŠŽvUZ`Ôšhú°>ÒšêLŒI´1míÃG:£mª‰:¡N3hš«X1>ZGiê3¢ô;÷µ÷.`Bf2Îpavïýöû}¯s¾ßùn]û†ŽŸ¾p­ûî?~ôÅÝîkN?°cC{]yaÁ˜´¸È°áC‡| ®!C‡‡EÆ¥)(,¯D ¢Qƒ¨AÔ ê:vÊŠ:uì›Aµmر¿OTÛWDõ<~Ü£¡ö?ånÛ°P]fTדP©*jýö}G;»®Þºó çÑ£žwn]íê<¶û†67A¥ZP¡‘±©YSÊú׿¨ófÔùΣû^_ïw—M)ÈJ BÑSf׶þäµß½ûѹÏnÞ¾ÿ°§çáýÛ7¯œûè½½¯­k]X6…FÙbS2“Kk–­Ýö›Ãž½|ãó»>|pïó—Ïž<òÛmk[jJ'Ó™©±¶jX¨-&…ÊŸøôß_Þóλt½ûö½û÷ïÝîþç¥3¼³gë|ß)™”Ÿ™¨afTòè ò¬ùk¶ì:ØqºëÊîÿܹsûß7®t}Üqp×–5ó‹å TrŒ”‘+̘³dÕÏÞØÿÞÉO/^ý×Íîî[7®^úôäÑolZÕ0w¦˜›‘a † ‰°'Ž]õmë¶íùCGçÙ‹—¯^¿~í³‹?ÕñÇ_¿º¾ÝSéÂãÓí!ƨð¨„c™ÂÙ5¾~¾sßá?wž9wáâÅœ?sêÄ‘ýonþ¯¦¬É™@©Ëœ™/Í]¼|ÝÖ]þôþ_:?þä“¿žúðýÃoï~eýŠ%Õ³&:²´EVPjéc’3r°³¼¦é¹ÛÞÚ{èÈñŽ':Ž¿{hß®WºÚWûŒ çfbh…×ÊaO9–žXTU¿tõÆ—ñ˽oS2sªŒò³3R¢mafWª3ˆ`£2Çå³Â¤§\3f͘6u²ˆ9Yé) 1‘á!WÄÄn³Ç%¥¥gŽËs°/J’(`–ž0>+cDr|tdxèp‹+ÅÙ°ádTL|RÚ¨ÑYÙãsróòòrÇg¡ÒG$'ÄÚm*È‚Òaá‘ö˜øÄä´£Ò3FÎÈ52-%)>ÖÒ¤Àa‹ŠŽ‰‹OLLJJNJJLˆ‹ŽL(äÔD`Š»Ð°ð[d”=Z¹ìQQ¶ˆp‚!ŽzƒtwÈðå +#ÀôRÝ)Àá!Æ€ôÑpHýªBž€1€Á×—@ú@~5Ä7xegÏhöLwûÝv[õ,»-ÛYÌׂ¤ÂÝê÷¶Ømev[›ÝÆRÎ¥vC•ÃÍÀűÔnÔ¿j7€Xù«^i·aI Aà)–‘iY–©&‹L Y,c +Kͳ‚¤haQÖUTA=ÀDÆ*k™ Ð+àPà‚m$²aÊÉ$V5eÈ8Zâ +—EE+&P¢’­2bÊHG¶Æ0\+0µÈn«²Ûd*'—ªž«Üg×8[üÓêý ¾fwËJj"‘M"¤øPvÝ&è€ìZ“U¤¯HUQ¥¥V©x©ÕBßR³…æþY‹[»ÏqSÎ6¿R·\Ã÷½¹TA¥¿¥¡y1•¯dCå8=¾:o­³X®-¯kõ¶´{=µ%Þ•µªVk®¦§fÍ‚z³¯™’dĨi·)ÿÚî•©ÅvB" ± +ˆæ9‘"è‰fxX+ı´,’E5Ä) +ú#¬ÂÍ ›t°Õ¶xQ Š„‡Ê±ŒH,ðV/¼ bDbè «ìeQeÏqÈ4†D9Pâ—ËY_ßÖTá󻉲µ˜yJá”æ§bx C—³"‡ò-q¬hîN.±¯Âܽè›È28 „dàA E¬?˜«§ˆ¢Ò¿²Ñ[p­© œ=Ih¤/È–@Þä“lµ@Foét,ð b ó"DÅ‘ÇEʤñÊ0‚눬¬¡Á)S  «+S½CpWUs³» zl±Ö2ìx¨ŸÌAUõ½Šaeø¯L_Ä +Ewp05Àb"žÕ’„#š•Qß&ÈP¡~Á2!1¥% õ"±8î‹Éžì+\†9™ÿ?$3ÆŽ•„¯Ifß#ýð™:+)VÆÊf‡£ÂÒ‡rM“Š€¥•àµI¹V™ÔEu ‰6&LjX€#[aÝT@¢yT€º N"샀)2W!Ò—†G]¢ j`†š¼aªWŽ\b·Aú}Sø¡ómeƒ3ØLÌÁÚ—½:߬,ˆÈ[‰Jµ<¯½&!4 {Á@m¼I):è¿ì—MU¹†ÿJ/ÉbÀ./É©“M)»i:‰ dòïS_.—ϹuOCƒÐHÃuu¹Êe—Ÿ·‚’$ióH1 %%>m Ò–,4E,<¦E(k–â¦ØJ̧¬AÊ>ËCURZ*CÛô:””±®¬Ö"¿ýæñ˜vSqKûz@Ý +©áÓ’ ÑÒîpÒÌmSmeëêŸêñ:J—â+mCGY¥Bÿ•®Ÿ |©Bý€‹½˜sËZjñ¥¶¡£¬Tp!ì¿C—Ü涵Öv¨µ-µÞZGás3ôƼoÙtT(­r•¦£Ú¶ÍUèP«4%>$¨TGI3øjƒé¨­P“³8´ +€¹£:¼’3%>cÉf_×o®£ð»Qƒ]®"Qx +)½œ“52•”²ÜAHís>½kN‘R7ãëÃïZêvZ +oD‡¨bˆ~Е'½‚?—‹…@Œ¢æô“Fœ‚ßé]"ÎAÏB +áR®n.M Ñ›µzâË­¯1ù¶÷¼K4×yVKá‡g‚¤$üA•¢2-•ZïÒǘb éRuCM‰–fr*oD_(…LN¥š“¾TSNUìÝ81:=±dŠ_ÂÐS ï*~fnµ(¨Â¶]×ÿeU«N×D,óT+;§kd2 *|¶·ŽÍì‰Oõ³O'A•jL_aG{`‚Šðeˆœ±QÝ,FD–Ñ° A…DB¹èÒª R‹ò‚ +ªáÆ?TPI¨iÑŒ|ÁâT±ãMž¡x19¹ŒÃ¢Ô ‚j¸Ùâ-Ô¡Æo@P!»ÊÍ´ êØ© xAE>HCPÑ6/zAÅ>°% MÓB™yF(k–â¦/¨Ø'¬AÂ>ËCTшmºTZ›ˆš¶5øÝ ª¨ +{zEµžPw'4•œPr! íN'¹äÑK*6:|v¨ÈKªhÄjõ’Jj!ÐBÓß¾TUT)à^Q­ŸÉ,Õ+*ý]€ý‡8sG/¨üN*mK¥·TÁ Û'¨ZL\¤ ª-Ĺ +j‘&¨Äœ â0à•ëU-p1ã$Jyn¨¯ä¼¦ bŸà‡Ù×õ9U9!PÀi›Vê!‰X ŸÕ6`z +ƒ§Û)Au›œOïšSôÐÔ¯Ž>„žú°¶å‡!«THáÅÂ[‚ à9 5ðUxÞ%õi¼”†ÒDaàåŒ*zbÄ«†×zñÄ#…ÔÛnzD­:ß½’°[O\Ÿ(óãÉ‹s—PX…‘ðºÔE"aí±OÔmgË#"fîxqÞˆãZ·h0íÆ%ÿ»W1¹±ÞŒÝ«°Uú¾©0²|”üS…±[ô*¬SSô" ?W}ÜœÛðnÓÞL†ÕQôà5cG÷ ¨iVÿ¹5 ›£š/…—qªý“B` 3lŽýï‰OõÀO'V Ö¾K°{K°àåIÑ–œk!ߥ)Á +D~ò§#‹Æ”`ìN‚I(ðŒ2òõr °1ÍHd¥¹|jPȘú«0òNùÅaå}ê ÁVjHMMhP,kíw8Em>Y}ð‚²ƒiërRíd>y ’—,‘³?ä?þP ‹ªYî§Úp©¡!mÑžˆ:§n a®Y‡º'¢²Ì‡~°0ðìÍ°Ê,‹C«`%¦ûߧZ³õ˜•1Âìëúuï긧øŽ‘0¥»·õ~ â/ÚjÄEFläNlñö.:XƒÀ’…¦€‘l븳Ñá°ÏnJp8,>a öY*ÇÝ6Ýáp×Ú¸²mà·Bq˜>Ø9w¿¯'ÔÝ ‹$Òît’KûøcøìP‘Çá8àqÖêpXkUαÊ`©Uq¸â ÷õ3™¥:ÖRaF؇.ut0¼ìä¡Ò¼Tú™`8Lhœ·sÀ0à„ÒyK& µŒêP·dÂ0ûÀ€á& Ͻq0Ü‘"gÝÚçöëðJNwÂ0ûÃf_ׯ{S?¬—õÞLLUã<•”p)[ãsˆA-õi¼”o£ &â>Ʊ1âë·Õ© +Ñu:2b ]6¦bœá)´\BÛÌ'/FÌ]BØ%kZeÝêÎO›òjËc=ŠÝoN¾|íöÆ UÇî9tV +±{Ž’AÁs4Y>JîÉÑì=G'À› Ž£S„¢]Êq4Mô]ñÅŽ£{DpXVÛÎŽËÿÜMlzRð4KúÆct"šÍçi£ñŽ!Flc§0ú–‰ŸÞ9±`t +­~Çèûbtðœ¹iÇ ž£SÞø6MŽÞjãvò/Û§q$Zü=¾[66CèÜ Ì†#ÛüÂNÙÆÜËñ>yÚzØ·n)ÕùõâJS Ë×ÌcùšÙÕýt^ç׃’%ÇÒÓ­?¾{|v‡Z`½©<þ-káoi´ŽÑEä6Ë>—Ý»6s¶­¢7?«^]¿þç«÷š“¦ªý¿¯_¾u4g–¨i<©Oþö§Ë¿>ÿ¾í~ü9=ûñ/o^_]ã¯?þø» z•ŸÇ@2ºŒOž¾}‹^¼»~1‚Ä‚„`«pñä9>«~¢06‡’üùíËëHq‹?ã2~¾yó/tøáÅ{Üý¿xýÓˆüûwï^ý®^½~óòÝõ8•±ªñgúßûÿýûz–tøóÇo>Œ¿?_;zïG<1!ÆýÒE=ºzûö«®·mc‰¾ð и¡÷ûãÑν¸uá4@ãâæÍ%Vv«H%·iý=Cr—K[Ž©~$2² ¯Ž†Ã™ÙÙ³sVÛz½Ü<ø Á6‹ &ß¾t‚#Òš.·ÓŨĂésIm;­Õv\Sv¦Ï%µÕf3]ŒëÇh{ÉsÇ´× Í~šQõúî–øqDŽÑö r±wõrTbÝA$õä ðkUoO–7‹Õ¨ÄëƒHo²Z¯;Oƒ4¯¦³_¨ÝVóQy¦æ‘è“ûx½®ÿ¿‰õA¤ÇÂìõh~³j¹¼¨>nÏ6ß^¼9•äýGþµO*SEþñª¿LjßÌæÓíôÕ¦šµãþÓ•½_È{!íêÕýB +;wÁ4ÿ¨†ë,CG7ï¥Ö£TÞÞRuÃÞvjŠ“LR¬ÑQ½xâš–08ïm?¥£¤Þ­£vª¨^tE¥ØxuÉ÷RÜã³:Ò\­ëyUg•eT–QŸ%¹cØqRè]·v–QYFe•eT–QYF=Ö«YFí”QÅÉíÑ V¼ÅGÉðOòâ‹öÿû)t¾àB“þŒ5ËóniUésò"«ûß[ÓŸº{ ÄºÈXÙ³–yb™'²&˼¹²¼Ëò.˻ϑÜ1no@¯&뻬ïHd}—õ]ÖwYß=W}÷œõ“Ü_?i)œÌúé@H7맬Ÿ²~úÉ5úI{+´Íú)ë§Ã™»³~Êú)맬Ÿž­~‚<ºÕO‰hbƒ¥è¥T»|T?õ’èÏé'¡÷ÐOjoý¤™´Leýt ¤;¹Z×óªs}f•uÔÁ¤öÜu”cJ³¬£²Ž:œù;먬£²ŽÊ:êÙê(Vˆ £°lÅýI—"J*ñ'uT¯žPRb/%¥÷WR‚iγ’:ÚÌÖ«m½^n²–ÊZ*k©Ï’ܱrž;a]–RYJО¥T–RYJe)õL¥ÔÝÑ V¼…bb¥²’ZˆR¦H[¥˜7V˜vÈR:æ îK­œë ®RXŸ`K`ª´Æ'Ï©RjÑ:²Þ¨À‚ Û8Š˜+™ÐÁQÄ´‚dJú0Æ\6諺ñãJ§Uó*oë’e6 flaKg˜kÙR9åL“ºÆQ‹Ø5‡kã99¥ðÒëcÏõ<o‹ø-¹ðŠüoéƒoË59ŠS’›"†Èyél4Yà«–\6õéRepmE(O[ fJ'e_V|Gò)€(¬2ƒ:÷0R ê Œv.l ÂãNó"nrÈOh†€-›j;&`±§hïS@–œ)ÝTú~3ÂÓéujûÿôo+&?®¨ùçÅ¢žÎo*´ºzY°Ò i¹-^1T^tñŠãƒI¡èwc¹­'|aŽ‰Bh4‡ÅωjƒÊ.Ž^¼’EG9ia°çÍB ”?h3xÇ&|ŠsóEzzÚ1èö>ã(¸8þ~½ý¡š­ë92iÏ-…˜¸#¼ãªéòÍ|ð±áÉ듳ÿve¸øi]hë‰ád¾¾ª.OÎü%"z·ý}Y]öa )¼x?Xqñç*Îí'Uµ-)&/‹÷ÿ;zñãceŠÑÀ-ïÂxÿ{…= + /iÍ,3pVJh)ÖÏPëHLçŽ+> 4‡½vÒ Í¡Y½’=ÀpæzFëžÑz¬g´k „NÏhNSŒRšÇYq~HjÉiדšg0â¼'5Ê (Íkâ«¥2Æ%”֥ŇzJë<'„_ -„ -äPZÌ5á´XŽÓbÁ§õ@ÏiK8-ňÌânŠZlˆ„Ôb×,öU µèIíACŽ$5ù²à%Ã…!q®°Ð¸–º†- &Û‡Ò”,Ñ®ð€…°£…ÂàL£ÏUDÞ(ØWÆiOü 1Z¸•¶è_fÓMi‡>Ç¡.ÆÁ(ÜÊHF´ˆõ#Zÿ\7(íKæÕ0ŒF0=zFÙtt ÌI°AJðÆÈ0£Ñw#Œîg4r-ŒOG4ŠÇ kãˆF€4NÄð«KF4¥é Χ#aRÀ¾D“q|†®voÓ M)¸¶Ü¥šR¨>z6Nh4\Õå L›v?¡)%ZbJ&4Â8âéË +@Ä—ÖJ5¨3œã¬ ÊŒ×7ì6P5Ñ«8¢E Ñ"–Œh‹=Ày\$=€œ}:¢ÅfÉf\ÐÄ ¸QÌÐÄ Sª›@Dÿö#42<&h_ŒkZÓqí\dÞ𶻘C‰¾2>Sò¿Ni»,\z)gõXÇYá>Ü.Ý”³ÂåœrV¸Á#®øHZ)H+b i¥XszÃÔI+Œ&ÖêF˜”·º1'òV„"oµ³RÊZÝ@•²Vº"kõ@ËZñ™žµ:Ç gÅwGÎ +ÑEÎ +$¬3Mh+–#ÐV,X ­´Õc‘¶z¨£­¸‡~âF'¼"á­Ø5‹}x«zÞzÐ{ñ–¨‘£CÄs(Csˆ@¼\€ ÷Ó–¦Ä0Í Z(*ÓÒÒÀîYÕl9]%¾:m9¦äÿoý€Òj&hKmD-˜Í´ Qa.;¡vùüŒo¿t±®xN!¶Ì€z$M;?zñ)ãèy;4%‰'íÓvÒ”ø«ŸÖoGÒ¶L!1Ë*ß¼&@ Åâ

~8¥Cˆ‰Á;C|‹ÖŽÀë£àa•ê1øA¯B\ò3¬”–ñÞsto‡§ˆ… ÏSLƒ†„- F'Ž¿±8ŠýzGU)7¼Yù¤ª±$çû%zÝœ³§šÇ‡¦Ñˆ”5¡]N,JŒSåÍ~x9—çM¹$m½¶1f"EAo¶Òí­ØšùƒMs[ï $'/õÑŠrØP[êL3^ =nÀ¤”ƒ8°'ˆ#F«|÷dZ“”é 4„%ANŠÖì~=Î÷áXî%ÃE„S£pCâ|£ÓI‘îC°˜½½2­)(£™Ín&jÜG\‰¯“Q?Qà'è”a›¡À=è‹ÖŒ¶¦_ƒóÔ_VÕ—KÖÖ§˜\W7‹ëm—|uðo7óíu‡FÛP,¼"@¡0ÇïßœÿxöoìÖäò£|}ùny3«°úÏ她|YPyÏ8£Êª{†ǧë5œLëjüp­½Ñ +û[Ÿ¡|“ yŠÏÐ{¾_Ï«}2âg„ññÃrƒWÓ-vÿên[m‚瓺ž>´›]ß,çuµê¬DUø™>¶¿ßV}J~þuº¼ ¿OZÛãwxùj1´£¾é»1qú¥“šÌÖ«m½^n |`›Åˆ“o_:ÁiM—Û‹ébTbÁô¹¤¶Ö‹j;®);Óç’Ú‡j³™.Æõc´=ˆäŽ­‘W8þ FYÔë»[âÇ9FÛƒÈqÄÞÕËQ‰5v‘Ô“7À¯U½=YÞ,V£K¬"½Éj½zì< Ò¼šÎ~¡v[ÍG噚D¢Oîãõºþcü>&Ö‘ ³×£ùͪåò¢ú¸=Û|{ñæ|T’÷ù×>©üMùÇ «þ2©}3›O·ÓW›ª mLeïò^H»zu¿ÂÎD0ÍÄ?ªá:ËÐÑÍ{©õ(•··TÝ°·pãÅÉ-´•#…¤Sa%Ù:O éÜ]Q=RŠ±Âjz7­8–xTéÁ²[±°z\б݂N³]‚N±’þÇ+:»¿¢³ÜZ•Ý°ÿäj]Ï«šgA—]tŸ%¹ÿ³_.­mAöyaÿÃ^mÊÌîÎ>rK)C!%DPJ Äi!‡´9ô×·³’lµ‰ìÈbfdËÃhŸ¤µìo?‘w1Xj'B'B'B'B'B'B·n­ŠÐ ]+LØhTïNRìå +7Š”ßF£è‰F•áÇ{TÚÞ£R¢„âQyèveţģģ^åäö‘ŸƒÁcˆQDJDj:ÀE¤D¤D¤D¤Þ¨H9ã]…Ù… ',N›„œ+ p8ä$­Þõ¡Vè¡Š“áå*:NØÅresÌ}ñV«ÏÝRz"]ÂCóó©€ï£Ë< òÉ7 Dë8q‚³%±H!$õ¥V–*‚‚PùìE\Õ¢ok¬‚œ®¯-ûÎÆãÚµV +rå“e¦s¤À‰ë¨\5™JB1†¤Àò„ÐB¸*w°«O˜—aCmÙw>0×Nø¶˜c>FËc~5—}\›÷5ʹwCíß¾Cµr±Îµ:f€S_iÌ»÷¦¾x¾ÃC9/^0¼FyCSÿæúá)};¹¹]tùÑâûÍÝÙåÏ_‹{­x`nöQ«/üÙvâ“©›¯†À”;dêëÛ”ZÛ®Ý'㸠Ʀ¹ç xê½fÞc~¨äoŠ×ª>UÞrÌ^.&‚ñ"¯Æ3žm'H›Ávˆ´l×D%¦I5ûl×,}Õøª­b‚H3¡Ú&„j|Õøªø+Àeýø· +endstream endobj 181 0 obj <>stream +H‰ìW}lçoœÄI.$$9>Rœ6±ïÃ_G ­!ép’iÒÜ‹}8û.;_€TíP'1P¡ ›öê6UZ©:ÊH¢Jûø±j+$ªTUê¦B›ðÇP+¦R ¦‚ÂÞ;ßï.çp¡-1Òý"Ìù¹çyî÷¼ïs¯Ÿß#èâ®ý{ó“•q˜¬ŒÃde&+ã0Y‡ÉÊ8LVÆa²2“•q˜¬ŒÃde&+ã0Y‡ÉÊ8LVÆa²2“•q˜¬ŒÃdeùÌ*߈å!«» +Ì7—,LVÆqWù¦#"YÝÕÃ|“Òg5¿ÄrQšGb³SzðÄŒðyÜæÊç‡àù}q˜G|Ç](ȅ΋¥Pà†E¼‹ŠŠ­%9`µZ”1–"k©md·WêÁ^•—•ƒ9 °¸´Ü¾hiõŠÚºººz€¡®¶fÙ’…P™U)°—U,®^¹¶É…á8îV0¤¹qMmU¥ÍZ(FXŠJ+ªêñ§6µ;;»´èìØÜú´·iղʲâÌC +,ÖòÅõMëÚzB;v&hšQƒNìê'{ƒUUPIæ!E¥öêÆu!æÅý‡†GŽh1|øÀ¾døÇšj–‰¶E+ñ¶ÐàÁ£o?96®ÁØè‰c¯ +½k–”[„2Š,]ûTsðõñSï˜Ô`âÜ™Óïüáp²÷éÆe5a…ª›6…^<:þÏ?ùlú¢ÓSç?:óÎkûÈÖæš ++_z¥Ä¾ÂÕ¶cÿ§>œúüJ*uMÔ•/¦?:}ì@ÿf¤Ö^"D–Øk±àÎCÇßûäó/¯§Ó7UH§¯ùÅù3'ïêÀê*…Å•uxgbøäÙÏ®\ÿæÖm n}sýÊÔ¹ÑáD'®Ž GÆ&¦Sé[ßÞÑàÛ[éÔôÄغKÑEŸ¼˜Jß¾£}åîÜN_»89~„QEÔ»»>âÚM½ˆ›b„»ÞŒ0#Ì3ÂŒ0#̈!ýžÏ¡33äšR'gÎ `.=7uõ†Þ”qãêô¹ÑZ9—ð³Ï®C'Þ¿pù«›:“Ì×ÿûô_z5ž}„ùª=zàÍw?¾”úê†z\J§o|}íÒþñÖÁØTœ¯À WQÝÔòü¾ßýeòü/_M©F²TêêåKŸ~ð·×_?묩#ÀœèX¿=9òÇS“_˜šÖ}þýÁé¿Þó“g_.Ή`]¼Ê¤~þ›·þü÷3g'&4ƒåûïþõí£¿ˆ=ç—gQ0ïVÖ<±¡;öÒðo?9ªš_ÇÆN¾ýæïõr¢w£³Nžw-ÖKV"m៽´ÿ•W5#òÈð¡_îã¢Û[Ýk–J35?·Û—®v­ßÜóS*§•s8øß¹ãùíÏàU/´‰s»  ìKáFüÉ?ÚÒÑ©ó·´mZïiZ]ýh¹¬ xýÁË ø±Ç¨ZOðZu=±v努Êò’"d©x´jy /Yê´zeyÕ"û‚2«"@EÅ%eåP…Ž,â5‘­ÔZT¨ ग़¥H/]í5Sw)厾ÓÓvê8CòqNhhh¥#-$GB¶Þ6ÈÖh÷„€e+™ä(²uB¶AȆÂȆÀ-üGøp"8 +Ïr‘ùë%ù`þz‡ ›×ãô¡>?ìEQ'A¸Q8¡´!N°·ìu;q¯Ï{ÆÉ‹‰’! ÙpŸ#|DÖ6ÓëVÚp·è$¥ÎÐl&É#g’mnÒ Ë™ÙLféñ’$’iJ6H®E²ÉÕŠ™³ß±l"í*D; [d#`G#Ü»]¸n¹,× s1†&Ù!xo{’ÿà—,x¤’BrViu¼U®T²UV‰vP•AߪÊ@ç"l,)^;íp`càLÇÅ^ a×6ŽÑQ¸I¨v"L +´¡®¾$Åî¦"¡-ÔP(ã•lý2U£Àfh؃™ª³=ëwûP?ß¡€=F>Ç•ÍK (áå/ü„Á‰ìE¶‘1m#»Q§{F#g·M¿¹Q¿º¹·WÛÜ8ŠÎèmî¿ßÞ41?¡¦$Q—»kÖŽ"t:IQ¼Âª(_iË€œ¹Àx_‹ hgÅ2蔟µqÕ=–Y D<·ò-†¸×Ë·êAO¸ðà¸OÙb~ù_o çáøøpp‘Po `·Ý‹!Â?Px#P®_ØŸ¬Ñç–_S›bú6)8¨—s.”Ï»¶RdvôS±h?'¾£&Û÷Ä"\¿h¹%ó^ÑäÍš†D“«·#ØÓÞ¯ƒ¡½ø¦Ð¶x,L«ÖPˆ5Âü9ÑŽ"!ÀxI™a×F†IH–"¥<`KšÈ»Úiv$ùLr ÿœN&B‰gÕŒÃköÛ€ÆÞDœÍ$¨¾AŽ’Ž(幧ð ÷Çâ–¢¥EYI·ùnh€Ê–4ãön2>(Ýwd|¥3TåG“ É <_‘t¾‹r„šc™x2qU™* ¨ø6ß(‹ŒsÝdÔPa’ëÃRG²QŠ3Ö”¢ëÃRZ‚J&ɨ±~”}ó¢8†"êÃ0÷½Ž”(Ë ð¤"eß¼(ÒÀ²qC… ~yQÔ=vS,ˆÇ¢´¡ÂÞyQžÌV¹^(U™}dxßntÄPJ÷¼(ôžûØÏ°/ßG…w^”‡HÃWÎúÂT<ÞMíåÚ“mÝACEjCšæRÊ÷´"?øÂêÈs;ÔV‡#$G6')š‘•Õ.¤†’^¯Î’´syAFù 5œè)u´ð\¾õøRºøÕ•öVÔ^n‚×H¼à⯀BɃ(¯ÀÝ ìw2 +ÕQ ÝwÒP@:ÍYDá‚`¦ˆÊ“óÖÑÇ°Š5%”)¡L õ@Šs¡˜Ûãó{ÔgJ(SBåÏèmJ(SB™Ê”P©„ +nÿÚ=¡V:$‡(¶¹ž¿üÝ,‹S,d‹&ÉÝLÒ4Ñ5nÁQ–Jr KÁÉ~foáƒä€††Ö®g!ÛÿOk +endstream endobj 182 0 obj <>stream +H‰ìWkoÛÈý.@ÿaú!@ü!ÚrÈáE>SëÄ°]‹B`,Æa+“%e7ýõ=w†/Éò#Þ¤M»Ò@5CÞ™{:»x.ê÷Å+wÆÙtòâEÜùºnŽ™™f'ËåfµnhêåùbÆé©ð$˜·OþT4«²®Ž™3nW3zÿe¸¸)«²}ùˆ½<¢¥Ër½,°xU/ëæ}ýÛ,/úm!&É×XV?¸ü‡sÍô±tÙÙ©y$¯>å«Uù/< |7pi2ª7Õ¢¬®£ú·cÆ™r™Ç¦¸ Å¿–çÅêÁ'’újsST볦¾*V«˜Nµ:fñç¼b§ù5Vrö·b¹¬eÑ2¿ú'Þ O¼yV. (y“¯™2*‡'îܼün…· €îͼšŸÜ`ê¢X¯qÈ6¿ŽÆ[ÒÁh¼ü弸¶‹¿µ’/‹›Û%€1*x™y êã:ºïÅÉÌcBøLLCW_wGÔ->•Å¯ÇìM]­Na³¾°ØrG2åíüùfY4ïªr³ûfN[UOëE±ÄãÃûÙ27š!†kûÄeÞ\k˜¤^nÖ†2ïÖÞln~Ì?¾h7y{[T—õOæœÚ9ŒÆYÀ„ + —sŸ‰Àì!=h+ÌV‚µ¿­X’A:ÙŠÀ?ƒ=Þ6åuYw‡Só×M¹ŒñLvWÚdŒ¾ºû¶'…ÞëuQuGÎ<>œÏN/hß´ZÄõ á¿2Ô…©+°`Y_·«Ã³›ÛV31‡¹Îš²"ÁÓÉ»ÌÏ–,¾nêÍíIõ¡žN^Zß½lò+<ÉÞ¾ÿGqµ†¶ÃÝŦ\pÁÛ£GD-ó*o˜Y8bíäå'¬ä8³ïae˜{ŠØ¤ø/Þ¶³iõ©XÖ·Å0ßÏäÕ‚ýœ7·O«4#æ/~?Ðï“tÎ×áõEµXõG³wÔµ“Oyñùæ}½,W7½ÀñLÿÄÓ­‹¦z[Ùc6›ÕGvY×Ë^rû@»4@ܬí;ßÍ&ýÃû6Àâ÷+<ΗËòºÉo?–WûäïYï7ºçÝ'±èÊ ¾oÇí¥~³»o|ûÐÊjWL(«on)o³‹ù-MÓ“ÙèÉA®7GäGÆW¯¦EÕ8r¾nòE‰À‹Ê#Ë[×ìç´!±=`ï°h1ü2 œáŽ+´½CZ”íwÅöÖŽðÔîϲ¨d/æQ³%uòX'd|cElß(Ì3™RF™-yÑê+œMyì+žÌH£sEÉ`æÎŒ÷˜ö]Uå7Å‚]·SL8dà}ÓÈê½™ÿ åí¥w¹äÎÁ®1Bñ˜'<u†#\!…'|¡D ´E$bŒTdw„ù¢4u¤ã9¾£œÀÑNèDNì¤NæBo×u¥ë¹>†Bé¦ÝÐÜØMÜLr)¤#±,=éK%©e(#™Èžfiš&iœFi˜ê4HœÉKeê¦N*RždIš$IœDa\“ Q‰Ÿx‰„ɸ³8“8Ž£8Œu`(8¦ËØ„eQ +x Š¢0ÒQ©ÈUe„“FnäD"âa¦aBH…a¨Ã T>h-C7©BriT':Ö‘ÆCZëCi_Ã4È2èçéÿcýB@ïE Ã C ÅúË1Ñ#d-mPPô²Ú{TÿÇpÐÛîåÀ. Ô.#- ¿e‚ñà!,b‡ #6@ÿÀè?*P’®ôgÁy”Ì·gm±@éùN52šü½©ÛÝ›¹Ýg%îìÁÄ=$(„g$nžï¦'±“˜l8NÛ´Ý¥#›ŒÂ.É a–›”-Ûà«MúAÂöqÔ6ew »K×”¬3“¬¹IÖ®’ˆÚ¾R*Pp.²²ŠÀœD¥* 8²òI€cØ>ðùU¿à|(’ ÀkÀÕI9í"P(°® LxРFdQ%1´IÉB€iÈD®…|d&)“‚n4èHf³Ððk:Á•>Q;b3´ pÄû!ºñ„¢Äï‹’ÎÆI›”KïÚšŠ’x”÷•$»q*ËÃwøV1Ò•"dû¤/ØÜ‘õƒÖþѨl#´<˜N¨®óýž Cù6pb`„å„aEˉŽ/€¦a‡å†g¸1°CvX~$#ŽpÃg—'&tª[´a̘3Äš¤eNÖ3§cÏ—Ù¶+8‡rkìÃ[^ Ûv~Lv[v_©)vÊÌ® ù4l»ß²¶°ê +ñ¡¨ê,»–µþ ‡m}cÙÇlk­;Ø7Øcߌlkllì+[ß·Þ¯ŒƒÞÂ] Hwl,FvvMQ0XÛÚ»³t¸eé¤i7þŠÉ}Å£ÛÙgš¾=‚ÄpƱh_Þ±ÍQÚÆ â©g"Pß(:°mËRâhÐfpÓDÑþ6ט‚¿3¾i +CÃBj ©!¤ì‚3¤¸–™Ð»è£Á(Ä 0‰¶ñÀ2yLL1q‰ß P©@B¡Ô•H÷Ê÷•ÉC‘Ü—ÉÚÚ±+Œ|“­º²ˆ÷¥aÔǪ-Ž%4và~’Âg[Œÿ„@%:>0’@Ê1žÇá‡)<2Æ!Bˆ ÇSðZþ듾÷è‡äV°D‹ø°‹4öq`'îeˆ9bD‘Ð4«B5¯ÒØÖ¡vŽ¢bPbZ=²¾ “Mè!ZQïè€! ©›!–Q˛؂CddE[š¬&Á¯oÑl{°íÁ¶ÿ Û>«yó±·Ãð늀~¤'ôn3/p}A Ã×¹Ûå=çíßÛʽí <´ƒ‡vðÐÚÁC;xh¿¡ÄC;xhÿXeåÁ¶Ûlû¿gÛ?H;¨÷¶ƒú*=±ìSsß"˜´üi'£Mð¾yo1kÞä3zǹç=Îù|Ç~ôÍ{ßÝ%Ÿ¥îðc4iéfeÜØaØ2–ô…/>…dó7uuÖ”Õº¬®§“7·Ó‰U÷ð0Zn +vŽ¿ù’uÓÄĽó8ˆ»ËEÑsq›z\*öíͽ…"568éý 븱Ùnmtß°¶ÍÐÖÀ˜~ÛÚè¾m½ÛÞøöbëNôW«{wuzÿè‹iH$d,:öjqê®^;üþj=ʆª/¾éK˜â +‰ºÇW·yw%D–âÉŽ>ä‹ÏK–£t‰T‰„Ù§Ëç'˧¥ÊQ¢y:éDZ%F3Òíßì—MnÝH„÷|‡9@‹,Ö’ÅŸ9Io{1÷_LDdV>ROÝm÷èÍ0É$>²22ò ¾Ýo¸^–(½©¹ß—oÌwÆ[³x“AOïÏØu +<‡ÍSàªóà‰ðLf O†gÃÓa qF<%\8£]§E¼Ø”+WUѹñä„7z¿Î¬ãsáŽo?ó“ú‘jï…;¾ÿt{¯‡§âÍ€ àEŒ`ö"ÿ4Õ®PwàPÑ¢EÃF& ó¼ð*À”ªÂý/ ³ãO¶C3ª@ï[?D ÒÔ$‚qôG ¸³d>°jLñ×W „ÈÚÑ,¶þRd*qc’e¼„™²ØÀmg{%– £ › 9¼ 4/“Ýåvb×à_a‡úWRqŸ'ø§íõl»d?]ä©_W|ÅÃáû¦ï ßw÷Ù]^{Œg/œwÄ÷¤IÜðß “åÂôႯ«Ü¸Ê‘éÉMžLW>ax +®lÞ< ás8Ò?s"Ž¦ •Nlô{ |_èkðkøkìŒ2£sË ƒS`ð „ …; + „ï(ì u +ßAø…Áå†Á‚_,øúNáY +.zù‘jR—Š [Ñ.ÙíjªMtçñí:’]òæHì)¸n–óÒ{“ü—5È…/91½øÓ‘ya²äÌUîÜÃÌ"—¦OgyõD)4 ŒëG#Ê·y7Ý›þM¯án_øÄU´pÇûÿןªòUáŽ_ý|ùÁšßë-þ>JÊßFÇþ×F«\±VþÞ ‡œ¿¼Å’ hþΊ¹.þQ×óÇÛ•©ŽÓ¿¦ù£Îóí‰~í}=ÈYKc~yÇ”Ë0óŽ ¬*ów*¸iͼãøƒËŸÓݯºåOF¾ÿç·ß~@ö§Ÿ AË ¯}¼^v®û` ‘IÀ$·X˜+춹±­,3Õ†zôñ„Ó®²ï˜=¡Q0xýçh¸i…³,. ¬ °Ó©³ie­©K(JHÅ0agñ ¥×_`Ïß¾¾¼#ñÈÐÝ?YO|šã:RW¡w…ÌíY`Ÿ¼Æ¨/ÞèÂÄÛ;? Èè …?†>/øéø³=ÐÇáçû·€ŸŽ?Ëú'ÄaÊ `Ž@—e<Úm­ÐÙÍíPà³¡Ë *ñ ¢ja4,ëäÂz±j&,žX°–b(‰d„  uYÁn6Ú›ô +„żª¨·)î5E¾Ýc”KþžÄ󞲌‘Ä2¼ég Õ;Ù[­þf›¿Ý®ÕurÚô–£&Ð>4]€E¨Rt}ÄÖꑵÖGXÕßýD‚L‘{>œ#ûõŒ·Kš'I±?‚(Å8e!T‹SŒTFiö’‰ª9³€Zúßÿi¶’e< #ì"šÈVX[VF‘i,2ŽÙ›i[líÆK~nEÜtiÇghòè²(.†M8¬íÞîΊáæ uúª °  Bü9Óp´#Á¿Ækñò6|ä¦ãlûà­>x:;¶J#ׇŽ·-1r›‡eŽÓ2H•©Ãr‡R‡ÈÕ2Ç*žeê°ÜáÉó ØŽÝ҇猳e*~6pÛ#Œ6‰‰‰D£4ÞÏÊQ³†dÞæH/¿øú¡;Žþut»M>1£ÏLÿ*[ƳÏÑä†ýü:»•?¿.>m‹¾"¡bNÕâž/„ͧ±i"÷ø¾;¬Ÿ¾BéÎÓœç9LÿèY®§¹žç”颖¨r«ÕËþ§¤'3ZǘkŸ‡IÓ°ø˜þ/©‚ú×}“î¡z×»-™®qè›  +§º³TME7ä)¤*ix’vM³MZ½´XèÔ¦­Ó¡-˜1”gkÅÌ·uÓÅšÕæ¾T´R_)£VJV¦±•²Â¯±q~vå£ ÇÏ 5)[-Ä›7§ã8l5Á•†€*Š øpÜ—š-]éBœÃNåèq0ˆñÏÿGùGçéÿwnØöeõÍÜûål´Pè¨ÐòÊš¤²´HYœû±ójP#¥¾B›ä²™‹”’¤Ü¡]PñÉÔÐ(ÚmÓ¦W.èØøÿ÷憎ø¾ÖÆÖ<²¨Žû¶½›vAÕfèÐo{œ›dCò’êzXå/]³”‘cRÓkp•àŽò(ªÅôBÅ4©f å¬ROq-ò:ÓQ6â…š’+ +µõe]¦.”=¨ßºÙ¥´Ø ÚêU\yVZP'Uh5Ý"hŠ j5ôR,íu>J‡%ÒÔwëS̉MÉbóqÄd¬þl}*FŸˆOÜŠû?ÙÕï¿>¯)žzßn:§Æ±Ÿ¤ñ1Ô}„®k׳tl]»§+ÖTZÅæÅØ\ÙéüÍ7±9G¬äŦ™À+V•>¹ŒNÊKRÀÆCƒh•C)ÞeFÄŸe^†ß ?Ä +K®ŒG&v“¨É©7ys¢ß>ó¹N©ŸSÕ9•ðƒÉOŠHÒ}àuV¯Óz4ë“þ~^¯4“u^J28«ËÏê~R·SúþM§4¾ŸRœPyœ‹Éé'Ñ"Ï Ëà,Š'™žb”` @É„ã½k$ˆÑ4Sšba`@Ëp{âðÁ}3YÞÃ+ÏhÁ(‡¢3U9Ñ,¢÷Ðuè6¶oÖØ4¶eNŸ›>5xk›ÍMŸšÕ7‰æŧÅf…;ã™ï8œ Î…¦½¶-`½¶.«¿Þ[vÖzJõ»s«M4½{çØ7tÆ:çÙúîʶnY§Zt‰Äʽ?ïçiJ Ê4%MÒbÏR–¤˜¢6¥¨½§(ÏPÉ +Éi¡T#=5§U®ŒË“e¥ìÔºà4\y5Ù÷!Ç»èˆðÐQn9ÉEg¹Xqž5¢mè—Q-¹–>ÊÕ)ÅßáÖ3iœ pwtÒ´_ŒwI¼Ü@KPïª-eìÛÂ}ùr›Wó{ÚuĽuá®ßdöYÉ7œ[2ûî³ÏîŸoOП¢?Éæ[´þq‡]§—íÝÎè¬Ñ+y™…e¯ÙË¡Á·{Ѧg©‰ß¿9á[ùšì/zƇŸ¯ëê¥40ôÓ‹TU5jzä5ß*GM¯ÂÓ­Æ[ ¯2†‹:u< ^ò~µ·Úþ êÙ¯–·‘+º7ààÆÀÌF¨ë5;–HÈÎH6YFºc4’tÿ9çÖC¤¤nO»…,­ëvÓ´T,Õ=÷<.«xÍÖw9óˬsìi'ô¼cjâYëgY¿åž2µ ‘š|–ž}RM?^¦´Lh›ÎY&sê3Éyû$r +ÌR™ÀÜg/ÈÌ•‰3eÒdÆÊ|å:W±N“«ST&S5d®“1‰>GQµa†²¢éš +/ðŽâ&úXS•‡g?Kº²Ð2&hš’ÑY*¤5RÔÔÓóV Ù2ÖäEïBË¥˜ÀŠr +øçšÆŽâz²øùò…ÆPKDtt½N/ú(+.Ùî<ßßIþØ€ +C\$lK»í1ÄQ.`9ŒåÑîn0ƒ1šŸA+ÅE?¾÷áÓ-×Ì¿sAá¬,ßcLpzàç<¤1¸°£S)â¡)†ÕeI385${0@Àfs7X¬ì +V†ˆŸFSc, )ÜÈï§uðüZ¾}Qï§ËBÞ, °ÙÕ +»¢q6q{Ôf"wí£áÂIVæ,eÓú5Øñ­Þnîvk–=¾£?8­=ðóÍÍpw¾nÙ«øÝZYv§‘$Úð"7&^( °6Î !j³Ó[®Ê}f(Ňé7÷iy¼ûõë织ûÇoõN¾ÿòðØîý2üô—‡ÇûÏ_‡vçç÷ï.n +ÏÈw †å¥‘ú,Òʃ£ø› ^ëU[{tklŒ3}œÇUb#‚a Œ%,KLÜ„ /ñ"Õp±H¼Ð/Ü>`0üa;0\5`xk’¨‡xÁ€Wã…“HWâÅQÆZ㛑Øæ$²E jŒh³ˆÄ +‹Õ¹¶„XÃV–@µÐ9ÕÈaõQì ¯Á#IôÈT^2ºXKZL "FŒ'9úP"I1¯Y£ ‹z>ײP>³BÛqøbxKh15¸Ø¢bŒKˆñÕý•T˜zM½r5×ÍS4§Ô¼ÛZª¥6¨ .ˆŒQÑ°1ulÌðgÄÇ !çÁ“7()ñÓÖjÝ#ÅT¬œÐ2íñ3Ï`F‹è6ÌÄŠš¼ ¦zƒ†SDEAPÁPE‘àh¢†£Š¤X•ØZ ’€%Øúš +žNˆº†©Ðq• [b‘[@YC—Þ ¬`ì„2_S@<ÃÚ´A\-Ä£s_9ïëE˜ÈKgŒ-gìX˜8ñÆÄÃÓˆ(x¸‚ˆÑˆ :GDéxØ#â(&®!¢à¡!â{˜h¨hìÒø¥ábÝá¢0 ⨰LP¸EƲC†îè8áÃW|ìÑ1W ½ìØGu|\"ÄmprÂÊ1ÀÄ 7{ìL 5g˜¸Ñëÿº¢Þ”©ek] ‰íãaÅKÆ;×D »ò1MŽ+x&š –‰ä¢‚è ]ª»D.™l׈†©+0jEí9‰t@_æ Íc!"S dœ¼Ó‚í À£Ÿs½‚–-(1F™J€hgC<"_ d„Àù¸€Þ5â!Tƒ@` ”!gDÉuQ–Ø`hÇ!Øì²ù¾¯PøG?mõ!ze‡ÁšôÏ?_áeÏ¿\_ ¿>>~þÏýÝð¥Þ0ŽDÐÕûÓ +!𳄇Œ¹¿žÁÂõ & ì”ÁRMaó¸1ëYc+9¬$±}+) tÙ˜ä/Úñ’¾Þ¿“üUÒWÉ^5yír—뉫䭒¶ZÒ25a1]û$[I®’LµJ’*)j¬¹)ÔtT²¤ +‰ê™HK¶P5W´Ÿ–/ÎJÖhy£dŽö#…CO!QØsêi¤Ô±Ö,É„?‹0îÚSŠ&6’V0ÍøÛ +?;É.L/^X;HŠ‰Âⓤæ&f¤ÄY¾Œ–|ăN@œèÕ!IÞI¢Y0tYGD’¶V°4Z¿9·vj§ßºŸâµß§sÕrší„¥°¢Ùû)ßr^9}»éÃéÞØ«^cÅËw•+»ùÄéžÝ=±íž~ËŠ§w_^ÛþÍt?™’]‹f6™‘¼…çÙ:øŸxž­ãÿ¹çÙ:øŸö< yp™ô™tšôšt›ô›tœôœtôtžôžtŸš#JJJJ'J/Š=‘åt‡÷’#â[Àƒ.‰õUËJÅ»Œ"óÙ¨Ù-Á6·]3Eê#zFù/¹uQo²Ü« Õ^çSK:µ[:u›òß­ðdÅR ãSu9î’ôJ΋›ŒW^Kw¾æºIrSÝ +lÑ1 +á £J ”¸­£0HtdVü™Ã€Ñµï¡²Ž{¦Æ—VÜY¨Ëj3»7â/°áO˜p°ÀƆ_3á»y|SÕ7U}SÕ?‡ª"DÄ‹w>ÎäÓ#ïrÜ‹½¢ª¯Y¦ªê ³Õøg ·Qù¶ØŸXëÇ'Ä~´áéœF ‘FPi#Ódª„N­ª¯”: ©¿,Djµâ{ ¹f@x‚Å7‚u•bÆ€$»Íj¡Y'D1H¹P-8M9ƒQ³;ºÍn!mç v¢7AüŽ`×,H¥Ò˜ tÊÁLÎ ÅÁBJW蛆´,çÖAnd†#N0Gðó׸â èF ÀEGBOø¦êKèL@|âNàOÄ¡¨IsnáSèTèUèVü„ À³Ðµ¤î\²¸ú:™rœqøY×2R¶º›QŽ—ãÅé„êvèwZM½äU=«jN^jU¾*®¦K´«6 +26f[µAÈ9FþÇ~Ùô¸+Qt߀ÿƒ7f6 Q%qð6¢>³¼Õ[4t#Èbz‘™ÿwXEJ”ew’N0+›H`8±,U{ë¿\P¢#ØÊn×1¼'¥N¬l´ {^ð¸ú fLüêÊLŸ¨ :¨™“‘ž6òsz‚”¡D‘p´§(s”H‚£L’’l" –$Äeš”§¨kLu+W^IlAVb Ê2]¦ LÛ(SΔ´’µ¡ .Óƒ°Wži¾‹‰˜˜WÇ(=cç0±ùFIDäá6ÊÃ"|â +™‡:ñ°'"ò°¡»êlªGj¿þçéáÃÓû¾þŽ¿Û9Æ6ÿ­¥“½•7OÉ_™¶9Wrä{Þ=V®)ö_Ž¿H†?ÜÓüúüû—ÏŸ_^ÿIŸ„—OŸ_óg¿ùïëëÇ¿^žÏŸÒGgÓø_O×?— ÏRÑÖ4êlÑçí×ñßÍþ¬W<^íòÓëÿãpõtÅ›¿Xµ:ÛH®¦5^5k¼ÊKÂ’V“"–/ÖE“Vƒ¸ *­‰ëJ×>-sŠÿýcì×E0/uZÿ: ÷ìý"q>FùV"ü KÝ,1ÝJ,ï$pE°ÎÊ›«Ÿ”•ÞjTZ µ\QÃí­¿íî“ü½&EaÃú'½ãŠmŠÈNB².•ã=QîúTYzjþa=ÃáøÃé§Û®ÇÇñ¸ÃiÇŽÇëÝ1‡Så“»¶H?>Ž°†Ý@ZÇÑ»‡,ãèía”ŸJ°Ž`Â:†uË(NÃXŸ>>¿V@k UÐ:H%¨“VCë¡ÑšhU´.Z­VGë£ +²‡Æ*å:i¥´VR­T/­˜ŽpêvmÔÔ.šó#>€¨uFø®+§†ïÖ<Þô]åú>~R×z5ój7z~üj:Šªª­ë6N‘–‘*°]ëüîJ1]ü?Lu'£§­y—ÛþÆ~Âå~x\9{}\ñ9nËq•G€‘K6Ó'[ ¤‰©Zð;CÊ œ$Ž–äÑ“@’H¤f"—,¸™!©°Á’YxL9.xprŽŒNF†Œùbdt ¡•Ã"Òàhžôvc£apt ŸFÇ”†Gu ­ŒŸ†…-I,›uœô6Ž” C%z …ˆcE 7†KøL D=â áࢌ›8px|,#Ž8x&Òb%qÅO|‰¾D8hYd4GoŽ©8J é©åX9'§•ÓÉéåøõ ë‘WÓ™Ò™ÓI3¢‹:¬t µ+ÃÊÆ„/-23!—ŒðË%‘“:’’8é¯R'V6Z†=/xKý31jlÌô‰š8Ü"ìlô´‘ŸÓƒ¤ %ŠR))Ê%’à(“d„$›H‚%†ÀF“ò´u©nåÊ ‰­èðÊ”eºLA˜2¶Q¦œ)i%kCA\:ì^ãÅ™ö绘‰‰yuŒÒ3v®›o”DDn¡<\!¢Á'®‘y¨{""ÊC&âkLd*²»dÉ\,;.Ôaˆsâ2ÑgúóŽ ³Ò±ñÑ&>ötLâ<ÊÇæ>ÕÊÇ‘Wp²±R7{v†LÍ?éõ¯^ñÚº“z³NÂÈöÎñ¸âÑñ.g"d'Ÿ‹Lo«S^œìº8Kíœf .Mƒ8Y^˜Ú¸. © ŒZ™v"'HŒ R\|\ ÍÂ+”ý Ir:xe ª! ¥Ÿ]/زÅ;0 +qŒ°óË#‘qÆÞ q’©ŽP: Ìc 49C"iM&Š”pÈ$Í1”Ù &ƒ†TPɬ 4¸C<–\Äyína¤æVfðôÜÑ銮Žt³£‡–œé™§SŽ:3ÑO/]0t V Þ=•57Ô;ª0V;ÖZ]7VY7VWj+•U§J‹ÕÙ+µ<=ÜrÙ]%‡uúæJnµÌõÔšêmÒùI/®ø“__¿bf‚·†ç²<«ã¹;jà©E *ÕYxLC½,usÔ¯£Žžz¨ðBQ õ¶TÝÁ3s.xzèÉDgÊgè“E Ž®uôΣ’€Z&ú¹PfƒŠ,jrtº£ßž®z?¡8(£ Z¸pÐÑÁˆG§b&”»Ð0ƒ’-Švh»Cåµt?á M5x‚Åòçñ {˜œ sé+Ü¥†ÓZ[˜í!wÀFœiî&—A²søY‡·y\.ÀûõQ ®Xã‘ ®Ùâ¦=ºPLjFæaA¬†\eÉYŽäÕavƒ$¶ e-c…ìkòwCoGî‘TîQ`@‰Š\†ônQ©#Íwh֣݀†'´¼ÌÙ¿FÝ *o›=Æ<Gv…yæÚÉAÉÙ&( æë‰vü8ÛƼ,w&îLÜ™¸3ñMLäô°ñØ9Ú{®[ò^oåME·yã+Ó6çJN}vÕÙW¦ò>~ûÏÓǧw}9ü5Î1¿yóùj[=6Ö·Åï¾ëëúËßqËÕûž´’_ +_þpOóëóï_>>~yý'}^>}~ÍŸývþ忯¯ÿzy>JMÛÿzz¸þ¹ÈlâŸ\R”tÿ#Mdð#J¥¶Ûváa0J¸,W•©d222¢·jmVi×Ö°¢ÄWC4®´®4¯´¯4°´p`×FF JU$Õ…RRQ©Ç_züÌaHÂýÕ¶ÀV¼¾g)c«œõ$í‘B7’Â姿fþôWˆb¬XMF!Ñ—fF7RþFù|Hˆ”¦¤a­hT GA}µÞ"¿=äxäpˆå"Í3íÎÆ1!Ì$ò]kÊx¹Ä"9 +{/£D- UE®„ð–"~%,1ì€á0U½×¼ +x5…ç §39ŵfœî°¢ž,Âü ;Ô|&¶™‹n3Üø +ö{ùÌݾoÇï~Ö ó?Êsfú/ûðwû¼¡ú7+A¬é §s-—vßmFçSÖŸó¸XÌH“é0Ò F›ØšÍ‚±—Ñ5ýãÑM¥1ôÜŽî+h&`=Ñ}j1X5 µ¤ãvC?¯hÙ„ã¢Û-:_ƒ°ÁV(hË žˆà æ°`œ(ไ̲að¯àšB à2 ‚K<ÀOxj9€ÎÁ^,fÁf@_`iwšÚ•¶6û8ÐÑÜj0・Óâ® ™ 4º Õ4»ín¡dZÞ@ÓkÅöþú_€öÈ/è€ 1Ñž}bØ;褎zŒö ¾`̯ö(F„ºEÂÒ@BÚIr‘Ø0ùe‰­^çX )V ¡M”s#!Ctx!øMFaHƒJ‹W9xþ‚€(  IxD&q!Èl: "Q…„¤V-#˜Y;Ï;‰Ìˆ O9²³ahâI­•æâj¯[b2²L½„ù#°&H œ‚7Çù`šÈSB½êÓ;òiD¦ð#ܶV´e=ôjÄrÆ~Œ8¯m +œ#QÑ‘Ñ#H#âa„áj`ÅŽ#;¡éÄ”ÈR'¾&”k-€µó*#Ö)x`¯²â"G=‡ŽªÂN›8+=Ø¿È;à«(Å¢ÅÐzooX¬‰G£”øP+ëÔ³Åu>‰BÔ_’µM‹®+ZgUù–õ~,7£–›xŸ¢ö”›c@t?y:Êî)÷ÏüääKÏÕº8ê+†!qòðª§[íëÛÖ2“Œzð¼·•Àê¯ï8Ð8oeûG6¹c#KÛJ“nl¿Ì& l%ËfQl î ”Ï×:Øâ¬÷ÁZ¯«]×zYí¡åP¹ŠÁ¸˜ÈvÁLo3µ‰±/7‹AÚä ÛoYînqù®Oüy#ióØGxûÖFÍË@:ÐÇÜLó22j&?#“ªzšîjÄ×ÐÙ`ºåænº¿Ù8ªÇQÃÝTSNw9~¸œÈ©›ÚÎk½Êˆ™¸/Cg=ztˆrÄtw§›»«þ.W.þ®:¼³.ÝáIek3WgÔ§åV)5U묗ks?œU£úLM#¬#ÊclgŒV7Ûýl¡Ÿí{÷]}íéleï‡2÷Jî5¨øèؘ+°µñþ´{V;<«pVâ¬F¯G­HÔw=ŠÁ‰t2„\8UAÁZº²„… „ÁÖP¾8Z›ÝÁ¹ZÙC5'€lsTµö kt{Äc‹ßÁðg¨aBí6ÖÌ¢J l¨†Âî=Š•±×{2È9à´JÞ¡÷4ìQDA© ò€¦4PšEM8®ºt+&††‚µÐ´x +–Ü%²3ü’øÜ €Q?ò7'ð7>à×?†;gÁÍ€GÄ@õWc ü*ƒLä—jimïÙwøÞýYèèö÷àv>ß#p¶|gã ¿èè>Û%vøEG÷Ù±Cõ=¾Žèà kdzù€†‘Á齂«åäDozl]ÉBâ:xÃéú¤?ß²^Ò©P×øØ&í’,aq QþAY‹S’wLÒÊóKñË÷&¼Nîw¬öãqŸÇyü%ÃM«Uq×®M·RŸº¸ˆ.½„†0Í ð„F½k%_}~õ àØ(x# /¤aÓˆ8¹’±}ÕÛg®³êž³îjy%ïšYs€õÐø~èüTgÐPûó¾¸7•0v'û㔼zQó–9žþ ºÉT§æ¹]3YÊOhyJÔ,{ýéL$˜kÍ·gÛÏù~Ë#|¢êÅ%`,­OiCÓc\9 -ƒá¥°­£ìfC-c¸Å0æ\±x‰/];F`PËPZÄCØY°±^ÕÍ1ÌyΙιÎÙÎùÎSSÖ’wĈ•¼§Ì/¹ÏÙÏùs—,{5¯yÞ2½åzu9½¾@5ãVåžñÚ2®9÷j_³¾çÌ_éøßô%Ëo³„F0€É„^'ïçÿöÉ*%d 1¶k˜/Ðç÷¿e¹ŸR¬Ñ‹·oŽi‡ÛšÞ b +$¤™`ÚÚ>Sì¤o}'ØZÒƒ6O:š SHhotÏ&vÒ- él‚´§¬þòù¯Ãfx}~%èþüªD2Ãg¦;½¾™ðîtÿžðnTö.Â…¢mÔõIùü/g€ç?çk¯ô£u ¦v°K&°ƒ“]. Í„ó”›O–>d„÷¬WÉêK çíï ÷]‚ìÿþc22Ïddîzï"çÿ è1¢N1?lÂRw©ÚÍT·†)¶@ÖÊ“Áó\É’ô¹Þ´â™Õœ×Ÿ-ãÇ+^(°]ß 0>À4 +°6€·Ìàžû °ï&5Ø­aÑ"­Ñ2­SÐBø¸gû?¿â¥ñH©œ˜ËâC½qÕ¥ ˜F×Fæý†M¿£‚ÿ¾5¿Ñ€Wøò¿þ´ñ¬l<¼ý¬ú$¬¡Û„3fÃ`[ÓÇ·WÌM¬ÚôŒm‚¦Öf§µXÛ\—¨­¸·zÔ4T½Ð,l±j’êì5ÍòÉ ®Ñ Sf$Û´6CRš>@Yi£öaP–6­%úïz™p‚íÕRStS_=µoÆ&´×3âøÛkUgäK¬b‹š‘;ê¾½ª«3öÇõÀêï›â9߬³ä$Nµw*½n;‹¢ŠÕºu‡ç¨‹ÒKˆÕx€€Q(šµÎz Õk³]m÷vP(¤qÖ9\t˜Ü.»‚±½ƒ7©ñÖ{/#2# +¼…ð‰B1MpÁ‡bÈa  ´àÐMtÑÇSÌq…ÙýîYPb“lò)¤˜rZÓ'v:›ì°tÈ)ç¼Âyíà©å60|Æ/ÀfXÁ—³°àk”ßÀny¨˜%‘¡(6h‹@V8Íá >THšHó´ S…¥'ê4uvòÌ4p…–_ûÓõ nÕ­ƒ»Òï:;¶Î¬y*Ý¥õµ.zƵÅÛ‘Q>¶»h=pêî†"R¡¥`%ZÂéˆâ%¨È1;‘è)v#v– =^ôC@ÐZ1DibÈC Z¡ý‚¡0T†bWéh£¡d;Ž€!50”€ Òd²møYsÁì( Ç5ä¢Fã/@O†݉œJVý\8 " ;P Ú×âôOýñÄ_ÎúM×ÿÕŠê!ôC·)wN¸>Ýüe¶ÍÓ-O­p¢!°âö2×ÎI¦?™dµÏj¯åÉ+‰[ª±1 +cm‘‰[†oá–]“mLu Öt—ö˜~‘€ÎBV#3#Ö›†g¸$|0_:°ên%ª›©ÙúU$ =×™‘±E`x†ka¦E“uøóh°âRËV·S¶õZ[dFbÄá®( }m ©«è&9$ÚñÔ²õíÔÇÔ+·µLg½ó|WžhäÊÉžÔ³Ùx™õ¬·e}+º³†+k†“a+#õX¸ÿ;ÎÜcà®,w¡˜õÎ{­žDmé‹ Û¶b.kâµ"}3Ð=û±£b¸líŠí¹Pĉ.ImuÜïèÀ'úpIÑ•)ðDÊG:u ó{úvK÷n8&[z¡ô=Òᾧ߷ôý†£Ä3²Ý6ÅD.Dò!ÀÊ‹–ìh8raa»LpI$aIÓ“8-ÉÓp4+ŽÇÂ6šÈ¦HFñŒN¬Žü:‘dµ8‹í<›Ï"‰Ì€™±¹RÛ;±}£ÖoU›Z‡Ãj\o„„ŠoõþýŠSsj½UýãšßTýûëR÷7ªþ¤îÔzWù§uYùí ¡Kæ'9mªN:4(¨Ìph»ô‡zìµò£Û?ÙUöˆìx,²ãS‘ýÝ‹5cÆÇ°Gí¯¿çÁŒwб/ãÑŒÏî9žñ'ßUÛçe/ã9œmw=Õ˜½È$•I8 +ÑËœô¿|¡1u®Œ[ÁªkÌâ˜&­™¬VŽ°²óÉr#½é6½! 8ö£?™èf0[uµžo;éj­<•'Xx¤<’ž¬=³[΢æc.T+J‹% ’I„¤B“IGlµZ‰*=š~B_OZ´‰Q°I¢©Eœ$2“gÖ%©ÒÉÑ©‹ŽëÆ-Mj·b:’éûË$ÜX¢¤Q)©”dJ:ݼEf‹¥JZu[Õz«g[ê˜Tô¼!´ª–pÙ +j(VT£‹p6 !º gp6Õ´hžŠd¯tVK­ì©¬©Vó¼KΫ˜ÄrðšY(Y©¬”W( å´)ee©lY‹ÁëpNRÉ»7gÌRIàE€gk‘ÊŽˆ „e$6g‹eÅ‹H-;–2´’Ë™è]õòl—ÆÚQ–˜ŽÍ™ð^Ù¼’Í–b¡›„|$ì'B™VKgÃ&k7ñIò3аÌ+Ç„úhÛ²™:Ê<çG`ƒ˜ñZã~>†ãÁŒþ²Óûq§žy…óäg̳d½ÌZ¹)åN'-’충HdÈ,ŽY³,Q,’˜õ0ká¸Ao(:˜E0+`Ñ¿"~Yù²ìeÑËŠP&½+bW¤®è\¹,q£ÁYè<¸mvh!´¤)a´Fe˜Ng žl€ÑX-°Z ®…×l!¶ »1h׊9-ý÷—oœ ÝÂn·Ð[ð-ü€ ÁáÂpxó_2ÿEɼW šrßË ˆ5fâ?¬OÂÜǾåõ,u=ðÙ‘sü™ùþ. éûC ácÿÆÛR¿þJºv¨tÏ]ˆÒ#H¿Q†ÜP8H+G +äá€õÆsÁ†#y;´±šc,Ôé9Ú#GܨCƒ4èì0g¤Aœ7Ì© +ètn×u+Ìéw 3%Ô!x€+ÔŒ:Ø™iz«‘§v„%ìéoŠ¹àÐKtÞp ’ÖÀoßø2ô%ðKèçÕà…Õ/ÕÛ=â +endstream endobj 183 0 obj <>stream +H‰ì—mk$ÇÇß/Ìw˜7ß ‹~~0!ÐÝÓclÇä0˜ R„Bn“è΄|ûü«º{wVZ݃ï$ÜÒŽz5=]Õ¿þWUTQG³ÑñOˆ>Ƙð“cÁÏë´K"®I&T2É%›|Š)à'§”JZÒšjYe™u60›}v9ä”éZr͵ˆ"aºØb¦]ñ%ÀbÉ…®¥¬e]Ä¢`f±0¿XZÊB×Z%LW[Mu5ÀR-°ºÊUÃì´[ýêÖ0í~?í~7íÄg¾þ—f1@<¶fŸ1óŒédžÛzÆä³&ÎÛ´«ë3öܵùèƒ÷Þyë×^yé±b„²ºÅ—]rÑçsÖ§rÒ „´àb³M6XoµÖXm••V °Õ,¦à$»`ü´3ÎXcŒ6ÊH#àª]tÖIG´×N[m´ÖJK-èŠcRTVIE”WNYe”VJI%ä:ípXyˆ{Ñüž°/^°/Í›æÏð¨ùÔ¼j~5ÏØ·iïšÉFøؼl~O›¯ÍÛæïð>ÃãæsóZ!ðüà{ó¾ùß"Ðb0¢Àqè‘h±hÑñ@D¦b‚¨p Ì|q•¦Ý/8!—tB´œÅ¥‰œÂ1J9|Ap諨¤õôÏ^Øf5[1 šîå´»¸ú<³å7m]!Ðó1*-"Ýx#T䉤䛨¬¡O)b†nŒ”Þµy¤8]קÏFëÊØí‹ô½ªû›o®oîo÷oûH¾½»ß±oæ¯~Þï¯_ßÞÌw}hö/¦Ý¹Q¸¬æ|Ãûq”j)öÔ s`3ˆK"‹"±J,[*©±H ½ 2Ê$3åÀ^åªð×´åØx"€È@c$+€‘€Ç"œÀÊÀlp+ГÑIlM€µÛjV,x‚=¼@€>ã€W'p(Ž‡ûÇ&âød¤Gj¥ã…C¦À®Á±s8€‚’ ,Å#¨™5Hˆ…øй°"IB†8eˆÔ±ZÊ@HÈWKÕ–Ó´§âD9Qã°Sª†­HÕÒ5œ!¤lC'•N7·Gâ¦ÔMFWf+œÆ—TÙÖ´fHRº@Jo¦Øø\rŠ§$OæØ<[`‹Kã 3–nK·Úmmö$}Ä‘a˜ŒÁF:°±ˆÊ| yÌÞ¼¡„8QDJç$œ!EuVŽ´¤S^ *êÌHzôÀLèÔdÈ&ȱ+³s¤Ç?H-‘%8³3EÌÑ)Eƒ£N8$I&Iw’ÀÒ´ÛÐÔx:uŽ)à*2 -ÕÙeƒ.¹!¬1v¤¬qÖHÛ²–6ÄuCqYÙrjÅDîLÔƒbl5ãD5ÀÄQ7¶DÏÑx8C§±§D Tçá”âáHDãañ>&C]†¾ .Ö.šÂ Pf•! 'dÔ2äŽ#®óqJÇÂÊÓø8ª8ðñ”»áäÈʆ0qäæ”4¨ù?(óåÆT7ÝÍ2!±}¢x˜ñ©â=Ή »ë1M×x&šËDrË‚ØA]{$v‰\R²•UÌ€×€ #RW0ª9ÛE¹€D -è‹`®‚6 Æ|ˆ ¬„ +’4È¡†²ÄŠå·ö‘ÚF´ŒÜ,R£[‹ˆQÌ=$'qc¸” +y—¨‘Õ{S! ™ÛŠ¶P ÄâѺCÛ³¢XÐOf¤±¤=7?†´"Ü\PÑê"°÷¨©±Ô˜KV±¬˜yÁ2ÞЈ÷:¼Ý` +«hV+ÖV°Æ„µ¬ØQ[‹æVAX2Y…G~%xࣃ§þ*x &a+bP‰„xïp& Ή¹8Ggªà„%D/¼¯A¼?²‘y_ƒšgÛÈÄieÞÝÈ€²neZ#¢È Ütâȧ³…íÄi@Èq6êipj u8â _˜øÂÄ&>ˆ 3_\ånKÅ¥·HŸ³¸tˆhÐ|#ð6ÜD!A+¸µbÆóôäËiwqõÑæ7ô6*4=õìM3~lû¶|Þ–‘ï/Òwöªîo¾}¸¾¹¿Ý¿í#ùöî~?ƾ™¿úy¿¿~}{3ßõ¡9ªÓîì0û”o8zT˜²çf1Û¿o€íEθ3Ó§†5oÖi™4J¥q¯6¶-«Ú_òl+¡{á{Q¸¸¢ÂŠÊªVTQIõ¸ ¢¡T@–šƒÖ$n +¨%h "5±—Tµ·£1Œ½°ªTþÕA(?+?b‚F½Î"d† +¡Q +å^õ‚ˆ‹",– +#”ü.Oõ=d,AÎPkAØj]!sX> µÞÊÕïÝ24 "‰Iyuƒª! §W}‡-ï4z +ÛöyÆò;,ÚAÞ£ŒŸq–pìËoñS «ë²8„qHãÇ!C ‡D‘„L²H™ÄùhRyË!—C0‡dѲ9„“¥ó© b³•€h]ê ¬#CŠQv«31d:§¼á¯xèœ8~–éºdj%£ß>éå½­òa6«¢¡!8# Ÿ2Í'Ëi8/§áKöQNY‚Z_·vÒ,Dî EÔÝ-,G‚û;Þç/¥ÖåA–°Ë†{=ÏÝ^>ô{Š;¾&Nå)“Ò J¥kí’¯ºà7¹'‘_žÊû'I智~=ÍÌç«Þi÷þºw짽ÄþDö‰¼òìùfÙ?ÃÑÓ=yR4ç¨Ê¶°ß0Tû™ýOƒÈ»x_›åˆŽŠæ½SœÌi'EÏk•ã´p¬0#â•9fµÈ‘ LÅ’ŽÞpµžø„>kT³SÕÞêv®Ü¹voÕ{«ß©‚o5|«â©Žo•<ô€«yÉUÙÊá ŠžjúVÕ·ºž*ûVÛ·êžë{Ne­Æ?&3¤áCBÛ¦´VóK®ÙÖ3é&F+ãV!Q:š“ò)ò§´ŽnLPк3Òþ铵T}”üÜ𜶌a;Dž¢ôáû”ÊxaÏfÁÏ3ß{’F®~üûþ§‡ûýÛûýÝ×_o“Òö›i÷ã?ø;ݾûéúíÛÛ‡=òÕËþzýpûfNû»¿ÝÞPªz42KyiŒýSÏÎ]Fú»}jr÷Wöy–½ñyõïö÷pÿWŒþk6óó/óÍDã¯þDß?ž÷õv°O>OƒÞx:8ÿþÜœ<¸o«ùcÛ˜h3í0 š@A–T!¶‚EKªXDû!£k°æW×ü¼:;Û˃é ïcí³½˜¿ç†ú“ߟ™ÇþB¿ÔX¯š–Koº/̸Ëd‘‹mɶ¼l»½P(„¦Ë& tó΢% ù÷=²$ÛÏÍJËÀ óÎyýËú8’ä‰À HóÞíži<ór¥¸ãó×ç¾m~ ×U¼Bk·Øò“F¯WŽ[0>ÝqîÛ¸à¸ø°—'žÃc#¥q‹] xgÜwÍO[»„+°36öåt†æm_3Ù9¾ÿ8±‹»Ã+·à%Y®ŒûªiÒ(âýq‚öÕ¸RÜ‚—tyç|óß{¬¼Ä%8nÁK`Þ9÷mé)5Ó¬P(;uJt J&¦£týUF5¦6‹WÇõ©ûó«Ðôø³qå^sŸÝù²„¬æ2¢ÛÈÐÁ¿ÎýDàñÝï¤?~þt$ó‘F·¡¼-¼»*cœØ÷Þ>*§ËÆ2Г¯öCçØ—™i-‚jÛ”¹à=õ>~3.¥û^q›Înq£ÙÜ ˜\îýìÍíØú ®x„|Éß ÛŒ +¿Ý‚­yç< ÆR%Y}\z¥Q3Ñ +ÒkòÌÁ¹ j&Í}íg­ßŠ0˜ê»Z;vVõ]÷øþ‹UûŠ_R·#–®Y +|^jõ¶3|ÑTÐg¤öH„«8ßIf`þéë×l_*Þ:È¥«\Â}«¶wÒ~דÜPLÒÊeÌED:]ˆ@QŸJ8Wÿ {5¤‡'huÂ7‚ý^^ñιM~S.³Ë…Ø'¢;ìB{;øÌ»¾ÅæçÃ-bmÿï YìwøçOÿúÇâúêÛÏŸÿöñãß%}ý)=Ð0Åþüéw?Í?×É÷~÷Œ˜íYˆ ‚M5«c¾¡: +^<Æ¿®xŒ²b2ÜInÁ“á³Zó']oÚè¨4Í’^‹ý@ºíÙ\gºÌîWg ø¢”W¾wÊS÷B3¼†mª6½6?SÁWe<±~’ÙB¸XïÏžÐÒ¶}?L‚ÆÏžÅíÖ“màë1Γ¿èI<¬¹'K~?ùïy2 p>ïoø íýjèé^Õ 7¼/ùq²N·ì§ +?\U¼6Táù²uø—«ŽÃÛaëð|ÜvîaÆÃað{Àð4 X(–ñøêëÇw™?Ï„G‘\Óý¿–Á„Àå½þ‡bè "Bô@*²nfV½JWaþzÇg*‹á'Ïoá›ç Vż¡¡ßé EÛÛ š‰ôcôB;Ç’ÙÀŠæü¸š‡“"}æŸá *Ž§Ìš\·×[˜ÕWL¼Ë~Åœ9|;ž¥–i =Kâ ž:’å«&jÌOA¹82 +eš§eƒÑC¯%Çab¿®¦ò°ƒ™ÅªªA@è®IÌ„¢ T2áPJÜE»ŠªJ¨ãPn{E;ÚH á+‡Ð¡úV,0ÊõhDX%ûHkrT0GUH^3?ð9ÎØ“G~Jæ×UøÉAÈuØÝÝ ƒjäƒO¯¥¯1‡á5Ë`÷® 8IÔá €ƒåÒ|TÚåÒxÍìÀñg˜ïQPŸûŽ{0BïXz$k 6 ´ ¶ÒBjÑ©—ËòÂ8ú©¨®¿g +-™MÎÀα¼ J`-zYÄ”ÖÆÉþt´P2q-H»È¤¾Ç*àYbN˜Ia 6@AjžúÚ £ªû¡¦ãÞ°_mÊ-|vXjLÞ‚n´€Î l¯U†`&ÃJ»=Ao9béj‹Tp½Ð“«_ÍYx1H ¡î:§¿NV*xH²‘´éõÓ&¯>æV…U~vYX±yŠøbz&pË›×@Ìš‘5ÝIòx<ä¬k>€syº/"ÀÊ\ýmþ/s#—ÝIÄášÛ³‡Ø„jé4UFþ9üI<[[í­”Í­Ú¥3r/Ìfä«SÉ–Æ 9¤ßRRÑáìŒÐ„%Ú¦¨"‡$³®îäªOJ‰BWÍÀQ™S*ÜÉÈëÚÅÒ2ùº¶7P4‰/à꣞LtpÒÃnnÔh_yXª(ОÔ9Ö;¸vw–!¤‚©Î^½jÙ?ÝjVrÃÎÄ·ø¬Ifj4˜[<›¤„7² p–”‰f†2ÀH‚Ùs1…‘,}¨3>%”ðW¬«½ _ÂÔþ'ᔄg÷\ü²r&¼Ò<…\¦ýoGæ÷Nš_‹UÁéÉÔÇ:¨­lJ¿{eÅ@i,ŽjÆÅÁ©š;TW€k—ÁFO kø¸½¾7/×­ÉûOW›Z¹<·–ŽÔv¨RoÎføtOî•Þa»¶Ðþʹ°T!à£:—KÔdDáíb Ct²ÆYš~°µ4)W;ç¼öÙ$ŽŽö%ñ¤u ¹¿‡àž?å…S\TbûÅÁ]8d2劰d2ÙÜdn-ÀæÏ L +ßáü-´$Ó~`Ÿ59e3êÜì¦gw÷ê– ¿ö!ü´ˆ)‚ÀÁÒý*ˆíe7póá}$€µ9wä¼¾x– ” {¯:¨õ¥ ŒÐÇfä ]€\/Ha7 Oy¥ìlõN¥§k¿Æ¢ÛRçhm‚“2û¦^Ç=ÂŒtÍNµ¿µ`ÔGËEø¤M%¦|P8%õ÷Zg€Ïmn"ððC–n·›è<>t]¾×qxçÚèÓ×Nb"Ù6ç?aЊ¸Ôèæ0”[ʆ#"È ž,íБ3`ïÊvï,¹çÂÖ*¡ƒlGKíà‘€±ŒDoÊó§–Xsi~š›`÷}åï6Ä\,ûæïÏkß`xõ>Ìw–}ˆc{þŽ-.Ü{”l„A°tk‰Öú]HË'Êq«SF†.>WiwÕ!r ȶvü~¬íàêe<ÿý=ÒJ6k,$7Õ'±i6Ñoá¢ä\7×\¸P€{S‘´*`'éÚÄòìÈ6ÍÎ×ZJQ4éÍ` ñÁATeC—0-E˜ëCš'¶^RáEŸ®X}ûÙz¥N7KE|öƒìÆ:¢²8W+'U.[üÏï!bø±6™Á,<ù¾ kãö¦PFo«>é:Ø*›¢¬p©ô¦::sX+WKuÏdž:Ö'B›¬)>lÇ,¹Z’†)Ü^°³!–PÜq° …z»Ô| +·Þé+AÜ•ê%~h±ëÚµªÀ«æ*ô“€™Ṽ!›b@z!(›$ÑÒ~ cm¶ÒQ&îèðc;RîŒ+ÞnÀóO|„=½®6e[œÇËOïMy2ÄÕÜóéf«Ø¡«ÆÝh_¿á·°&ãAÆô¾´¬;{>bTO°ýð!|¥ýʈq3è~mä×`Øôám­KFPÖ&¶°Y©~ûšûX…g]6ÊG䲶ËD¤µxc·JÐìVFÞøOrN*,œ/­Q[ˆs‰}.Û›iÄ’FÏ=[˜3 +é‡A¸¼ôÈܺð=ÖÕ1Àg+ñ¹cÊõbl.qjÞ=}C×÷r×ÓiÁ¯É$Ç´%¸35}4]›qØ–/Ÿß<J¼èø +Ðï6‹Ô8¬BÞ¡+³¨ÂújzŸ¡Oê.üZÛ””v=Àž{âmw;Âæ9kËÁ«¸Õ˜ËÀa‘MÒÆ“ÃÚ¤³eÜõíà±-Ä5Ûçu„b Î³àxôàDæŒX5Š&ùØá©Bmáâ Ôêä,5U¨NÞ†Gd¤„0#¬JåU¹Ì;†±¯ûœ` _¶p¾Üx´P7é Ö²þmž…RãkG¶:áέ֋(}PÛMÆáéÎÕ°xKûÔíà%•žTV}Ë zëµE„Ò…_æ wÈ[wœÅÀ17°YæÏ2z–ÝЄ‡EÉq&û‰qûNŒÏ 0*©x89m0$ƒ+|ìþàÛ¬ilÍì–§ìí^ØG™ÇÇÌ6n˜KDð#…ôBSf17l„5GEØ–¶–¥IšGm?ò&¾¾ÈP‹ëɪQ<Šº&µœzI + }eæ$=ÒÚϽÚ&%äB·Ï͘êaÐÁ9)Ûpçq#œö.çú_Nhßó°žÉüÁÛ/ÿMÜÐö›q$ƒc²²Ã¤nFõÒR?·˜º# ¹u >c{„5${]¿ëÃiP¯kU’C‚2¬½n„²•5[ƒÝwÀ2èKÎé£k—»>ÇÛêY3‰‘¢4¶v|7R[#Hâ mä*ZÒã$‹«Ý¼e#ÈC³f¥ûÜØ… 9›?›i{ù—Âg[…fÕöL<ÏUZ¥tj>{¶ÞH¢Ë÷˜aÊäº3_é*kê'Öº™ÛrupW.]öô„è¬î¥:À—Çyrp©0…é4ðR)¹›€k¥Ö/Ûõ÷4‡’ü·*#œÁõ.¥?;96–‘:ÃÊ^\°¶¤2t"û߸%^ûgÇÛÕ¦¼Ëüæ`G¼}ÌMêÁ«&X%*®{°ŸfæHR›uóp¡fàʱ“9Ìð Ù‘N‹óú !KXËב×~&léîb8º_Ú븲Å~ºÁ;i‘'»p"êýùÔ ”dZ£‘Í‚—~ž:ÎjH–ce8:rÕü|ÕæÙYÎ=³?ÚKj,½n}|Ãálw€c·M•–ÃÙ9ãƒhÌzÓ¡ÙMwFïâ,_²'«!3°Ö MY›.ä]¥\ªq?­ Þ™÷ÓÛÂ@ÂÊQÏȵ;6¨dW{[rÕšXà¬Ô¸q«–é¾vš +ÌׯYehF(õ‰À%Ž{Ì)?Õl."Y–­ ¹Ðy;.ñ/ÝÕ×ãÕqCß‘ø¿—H µdÆ3ž?í>¤ÝªUÓTHU!تîÑ"¾}ŽÇÇsovAHh9Ìúz<öñ9Á”È¡9ùá‰5Cê<'Ïj*§—ž%r«y?(×J&²ójyœó GJã¾h®5¬-Ô¤ +ÇêÞh Ä5.;3>g•Ùw»væ ‡Š2\?}NrcØo1Ì3Å«ŸsÀÔŽøœª» +€E#¤Â°f“TN¿žS«§&sɬš1i#Kôn96ÆFsñ``‹Aî²³Âóõ8™Ë‰+q#~.v4è¯*‡Æ5ÕE°í +qzâ«À¥5^zsåÜŽµ(;ÄÕb‹o(F_ý¸v¨ƒ‡42¼Çd#‚«½$‹ß%oÿºV¯äxår%o*Iµ$Ó©Æn]ô Ù™×AQaIådtærŠü[7-yG·†ÓímD¶cë_›Î EixÝ«ÃìÆtîÈÍÇŸ)ä6† ö‘õ1»#“ˆ§+<|™; +Xæ¢FjA4,™{#Ã0]ÌÙ½.G1Öê–&Ù5#@ _2&•F´U3·‘øÅ:=$nwŽÀY*vlçJ2®m–øÞì”üX©×˜zß} ¤©AŸKr0‚I¡‘3 aë ³£FØBü^nq·ÒB^4û½6O¸ƒË9.°ÃL¢Q2›I s ”ì>Õ@ØŪ-Jéì§XN½ë•öp±›]Þ{}KœS€Ö§›P°„V‚«› 4¡^x óI ¡G‰ƒ{Ø1pÙfWiÞS‘}‰JHGàZ¢%€grV›åÔ?! ÂÖñruìµ®ÆÊÏ©úª6P”µäJWK±±j'Æ.”2f¤ñp¨B37}5„‰ðº26á×6W¾¾îÏK»ÏXà`äðyFZ·u.”€¸tI+B§1jœd€kV½f›ÉKf +Zbv®ø¦®ÐRÒÙÅF€ºª‡»D +¹%!ØZâ%ROåˆSDÀrô͵;M'Á0k‚…Ú¶5Ài«éØ©#¤ºûl³_…lî1Çáaq²Äcf˜¡ˆP]¯¢Å"x,h“j*>ÆÐîÈÙCDÔäR‰…\ÍP˜4f‧ͺ‡•«¡ØkN¾æ¨.ý +^-}âQ”`­)^LuåâLPL}Ž8;â÷×£x‡»,mïoœMNàÁÁ/’=DO-»™6ÿ>cRrç Å$mMWÅÚÿsŠwug /]uU·˜ç Ž‹6˜¦îÑÖCÅcb!cVabõ4Tj\¾#$ÈÝŒœàHŽÌ(/Aœæ}uÏZ1_96œ2Ïj=Zš) €D?—CûìüÞç‰H ´×Ž±’ênVæ9¯c‘É8ñ—ζ9XÜI Žƒ³E7AYä#À2&Þz\¼bZ£¸¾` ¤´·½ßNðÉ8̵°b…Rª°Ÿ/±¦kG(Ú‚öF‹¹VÎZãK¸é¸šccÛ±9náó,Ü…‰çs€«åyÝvü~ª%Îæí6¥9ésË¡Û:åmÖòã Áì1*©¸JÍxÌ9HNKæCÖÝI$[¨±ÍsõÑs|zdN͵»ÕKcw¨Å(Ö#¤í0b½÷¦¨¤ˆû€ÙT ¹_ôˆ ióžûÃŽŽ¬$µ îCj[àæ=‚Ô|XDòŒ& a ” GÝ;%rºË,Aó8‚0r’/>€ HŸPv£A ¼y?8flFj-‹06Ã{ 8:.r;¼ŒáÕý&r3a°qIñ³–ÊàI#çnªÄÁ<+Á“O£§ØÑi«¿Æâv®„Ú…žm’P@£ðx9󺂎jEaâÌ@ˆí¶#äØ7:Mt„8+uvxL“ë,Ñ*«6DýÌx¡Ø6§Öü0&¹õpC9üãñ£»³Mlï³ÄÞMàKÑø¯$§‰Ž>®“D³X‰'K'^ØžÑ>šiŠMÅÃ2„3füa/wzf]§×›Ó­ð÷Ò²NÞ8é™7u;Hö˜];°Ë–=Õߘ`srÄÉÑç)ÂPN60go‘ø|öÇýÒö–Úïfã½é½DÐÄ’˜² çBk qVŸ•´Yöaä«øh§’€æ'? +¼‹0~÷ŠÆ-_AÖîÎ"-À½[ §DóüÚèŒ +^Š°÷RxyÊ.|n‰ñ:² ÍSøƒ§ V:,Öá¬]µ1ÛÙiò¡«.ëøµÑA}ÿ?ÌàH›g̸¡=ÆÍÆs$×½Iͼ¸Ž`ncF#5ÕÄ”›)•Ú»øÖx˜À‘[ÙK ߋĬ㺤50mzà0Æñ²’¸íæ¾_‡5¦’±°%3lÒŽçÄvBWñµXœoCâ&Q®6N3‰Ï›»úBœý ©î=ü¿ŒÆn%€PÙÀ%}d¨­€™gtÌhàåÜj RðuhQ[Ðu\>›Â~±ŒíRÉbiû›Ï¸h0ZW‡`r¢\?]}!ŽàûǾzþíøá·o_|üéÿïþúúîîúã-Ñ×?¾¿ý5þäûÛÛ×7×o/ ¾¿´§ÓåùãGéòêçÇ~²ò%­?¯>Ù¿þˆŸþìçK½üùòÏ¥Ë[üÆ«¿qpa`“úa­fí„_ÝÃëÄÖ‘xùâ3Ðé·o™Ø_ðFºN áRXøø¡Ô±„ à{1DfÊÓŒ¦jëŒÊÄó¿zíEm¦7-E×æ¼Øù©íॱˤZ¶´›!MÌZèÿÔ‘Å›P*£&ë#$Ÿ'ÓÂìB™ÑÌœZ°¬NØǺ¯çÊ.0¼t÷ ûÈ÷Ú)ºÙjI“:Îm:cïÔRZ4Ôl%k¨Ä”—÷`Ò•ò®Çh¬ÙÒÇJóô¤u§a˜\lC5ô%hžº/[íò¡Â0´¡ÀaOd>ìÈx<ϧé÷ÀáZ×îSs.1¾Û›Ík*‹g]»Ä“/cÊ ¿ºg7HÌ<¯÷Sx¿æ+š{è¢õßø›`•¤¥¼ŽÃ¦þJY]~„=ƒÌaKBÈîq?·3ŽÎ5[ê›fäf´u?5ÃöKaïÖ_=Õçˆù°h›¿ìs2XµìõL|º „–ÃaMÕEµ÷äÿÊb8¿‰!ƒä]Õ0U3­\š34~ÛÝ¥#‡P52xã«Òi«ô~peÅFò KðûçøLÖãÜ¿È ¹¨P¼©]DÚ’ èqô¤» +(W-Õ¯¼½Ñ4U½>³L®è1gÖÌÇ´—µôÐøÃtœƒÒ¢ë—nØN# >B@Ó8Õ=%c0\ñ‹ÖAÉA ‡+'¾B ݈‹|ä  ‰, Ç`+-Ò¾t0‘)Á‡A¸¹')sbqѹe€eâ-…?œAd¢(2<´oßðsãÄ6h‰ÈeôuÚ?)ÏÐê{GLÊß½á<ïM)íâtP0…G5¼g>X!Z§óby +šÂ’m öºíKSûEãÖlð¨8­´mÜdcþ€½el+\Ó˜û8ÚÃøb0ÂÐI5ÛÊ\ÎVvr¦®ït>Æ• ÄS¾h—žè +曾w¦HëàI!ÌšsÇ´ñõ`…l«˜Æ’‚‚¦±äƒ½²@{« wöÓ{¶â ö‡‚¬s«Â^ós‰¡kæuÔƧÐ÷’ƺ&Ü—Xq8¨ES$®}; taïK}½Ÿ‡U@©¯#—qózXè¢uPr°CR³Oí¾Ñâž—L뙃‚¦±$ƒ½´@ûÒÁDƤ¥#$NŠ§0Œç^ÒFÈ8OW‡E?#ÙõCÏ®`‹p}‡]K2®Øl41ÿ8ñ¦fU–Mß:(_ÁèÀ–ÛEë äà—@p¥|=h!YK6©$M_I8{iö¥ƒê w•h`áVãb̹†Äܳõô,ÄU7ÁÙO·xvûX‡°½w'Ë »,Œ4Ç +©ën³AS9MÝ…,{]×­Éh#¸s0ÅÑDC›XXÙÛ-YRPÐD–|c°Wæ¬/Lcvy;l½»wñ.ÒSã"b`»íü'ŒkLM3ººÆŠg¶·YR5˳€íI Ĭ´-¦ÏÑ®`H4Ò¼h”ü” ¯}êàUZ^mÚ•ÂÁLbM×Cc½ÆùáHœÅ×U°†íù[KÉ[_˜òúÈ +}a& +ÿiqwSºWý±²ë¬0N6[ò™°)r­’¶rêó]QÖ—Zñ8]œžß·ï;ŒLO!õ6ôß?˜i¬©ÆŽõRó®ÿ+Îß~óŠó o98¦ýϯÿáÿÃÿõç?õ¯¿üõë×î½ôß ÿc»œ‰·—ÒªÔ÷Í‚­,ÛÓ”+¶ÛâÅ·ïœ3bÜåœJòc(¿`„¿—'’ÒŸ‡@yí QlÈñî[AÙ–…àˆFÏ /÷ fß/ÚJÂà8åcCF5Ïg +O8‡Òœö­ƒL³Oì ÄþHÄc}©ÈGCJuðfMlZ?K%ª«‰f­:|1?ƒËäû°g@ä×å뎳ŸôõàÄÆ5ÓêÏ´#–lc°å´o>¸›ê$–6¦Ë«8¤˜ù4[£Ó…CS.ƒVMá>[~C7Z:é•6€’ƒ‰¬8}/DNÛy¢'ÈsPPD¶„c°—æ´o>¸â¬[bMðÈ,ÙqÐ÷¢"×1D7<í¢\)‚&2zç +†n£¬ö¤  ä`"+ŽldqZ^laíŸ9(h"KÂ1ØKsÚ·Ÿ\A‘ÇêU|ÈZÖÉó9& l‰S+ME†(4‘ñræg0@8³ö¤ àIÁÆ­ç÷`Ýwý¼¨ž‚‚¦±äƒ½2§}©ðÁÜ4²ºé>ŠK¬8†|±vI7½5äšáï“(€RûÜ”ŸÁPˆÖi8§  ä`+²Ü%£…B£Éƒg9((9XÂ1ØK ´/>³‚r¼O{MƒT_Ça_x; e _áSÛà£tÐôÍ25=¸ìnÎOÚJ¦¯âxäG¢¯'-?g=_9hújÂ!ØK ´/>¹‚ò›].)þR]eÅ!ÇlUŠY¤=¸]õ1U{MeÊéœÚÈ/Z%¿‚ã*SUi ;­;AÁ^Z }éðÉ%”ø° +ÉV8ºù¶ˆci1øM]d¼BŒª@«¾½‚aÊ‹ÖÁƒŸ“ásÊãä´¬QWƒ&üöÒí¥Ãç÷P~JÖ’“„ºˆD¼ÕºôÎö$Ãk$‰Ø‰¦c^¥ŒÏ:J)/NwFà8šIÛYYB3ЗdëÁº”ö-Âú—ß¹þý7/¤ÿ•èZHiáFWѾ¼Â=u²"ƒœêñÆ«œ ¨â{뼞c¨•{7_Á-ª{®Ñ:øXHŽÉEý0-žýœ3=sPP,áJsÚ·æ3×*Ê;•C[ùú¹ñ +›&¥á7r“•¤v“×e¬=Ê›9÷g0>ÎóŽZ%apœGòúz°B0¢³ýx + +šº’o•ë[…O®£p°2Wy—ø¹qx³•EažG´Ä~ê”GmFPÊã¯zWx岞¬ŽIvDŠóÕ•V5Vˆ†/´g + +šÂ’o…9í[….£H#Õ¢‹`×5)À„Vª{ÐV¼¥eÈÚѪI\ªî(4‰k›í +Æ ¯*±Ñ:xRð!SUâÙ¨}=XyùšrH–‚‚Â`ùÆ`¯,ÐÞ*|r­ÜèS¼œTÐXqÂf0†hœÊ5Ÿ¦qÆïÐ4Îy–+˜ÐXª±Ñ:(9ƒâÜM”v‘~å  ‰¬ ‡`/-оtøà2Z¨ã¼÷‹jw‘/ßsä,"ÒݦBGaJP +,¼~ÐLüÄÍ‹ÖAÉÁ¯BR‰àJ¾ž¬¨¾RÐ4Ö|C°Wæ¬/>³Šò°Â˜/‹×ÔÕUO+žQ—ps¥û\Âc皺•V»‚¡éTuÖAÉÁO£¨kPZÖû¼rÐäÕ„Cp,Ùh_:|rå«4GSƒô¹ 8&][Z ì¶46œª<ðÐ4ÊÉvÆl O]U6Z%cprPP,áì¥Ú—Y A;ñoY†rPWaØ­\w‡¶Â¯Ê<‚áŠie­N + ©›J]WpG +¹\´žL\…ÑNy~=HÙ'ù¾e  Xº1Ø sÖ[ƒîƒ8àœõØvTv­!scƒ•ž¥ )¯Ö:(åáÿè´unö’ڞ؃‘?{X¾öóæ´Pm±Axä  I, Ç`/-оtøàFr‚ +b 0~n˜¾iH\jíG5ʽJyT3Ð$VK‚q¿áCŸ¬Ž| CVûúz’¢RiWšÀšnöºí­Á'÷AÃ-ÊéåÔB++œr‰‰²ÎŽ4uc šÄ¹¶;¸Â§uÑ:(9ƒâè±´´‹•–o­ÜsÏA@YÁ^Z }éðÁ}°±×iºðš•~À“²Žâš‡ÈÖ’J GŽIu„‡A× å¬ù⌠ÛèCv®OÒ9M =9O6{Yö–à3»à~ ô,ç2p^Ú’aä(S#­¦CNrÐÄÅeê¯à5]´JÆàønÏ'-_`ÊWš¼špŽ%íK‡Oî‚|²žèXí¿ÌWMËnÅü+Ï& ôÌgÏ$«+nB6“u½D!¯¹Èuá¿OÍ™þšC!‹H,û­§ºÎLOW7—ºíÑP0ÁÚºXßÇæn z]a+Nºî:Ú´ìÀ¥»ï¤¸ŸL‹‡êŠiÓÀ ¹Ì‚—bkYižÌ‚CG)œƒîLúö 86B–R©JjKj=er vØñôoÅãXKÀSÚÔeÉôÅ5Z\_:4Ü j0Á®ØZs´›OB°ß_ŽÓfsgÙppȃ‡[S@¼¾†í±Á6yß)l§5ðÖ` ŠÍgÅ2{(˜þ¹©u¥Ú–Qnü?ÄÁñ.´–] zÛq ÔÚîê¸à³Udï^Ƕ®ìÀéK­c—¥­˜°ä²Ñ¸ÄA‡c/Ã$~-´X‘[§²jT°/¶ÖíáÃ#qð¥óÁ£¡ûmÇ6ö¹Óý7öÀ „'0þoÁƒÜZAÜJ{q…©WÞh d úÇÆ0óŽc½Ì“À º+z/o¤tf¬‡ &ÂAIò˜¥„'åmÇÓÈ7âp¯@°…É.éjT‡áÑ^\qw% «a¬@ V4¾Æz,6 šÃý(¶Æíáƒypl µK*f° ãšb‡syšÆñcØ—g¢˜˜ú›CïkiÅžwNïŸWwµÌqŽ«õí÷TwE«+¶®ífÀ“Yp$†šxs UsŠÃ±Ä"#Ì™„b“é—JTƒ±Ö÷­¸ ´¾ÑÈ”Ap˜ÑÅba½ûn›ÕbÑ늭3c=\x0 ŽN IƒêíĉGhÒHŠË§Ï ΢ø¹ŒÕ¶¦µ°æ¶RzÌÏOÃøy2„tŒÅR7 š½,Ö[WŽö°à™(8®i üFch³Vð±X&ø_³w‰¹Bv º[©ÓV\0´BÚh d ê¯áWõµÒbJ}×À ú+‚]±oYižŒ‚cRe9) ÷À\|„¤.Rˆ +Åí]-ÃÔáœRØK±HîŒòÏ+á¹^:m“ä“RÚ0¨SÚJ}¯JzðdŸ95IO×ÕÌ^‡S)Ô+ÏDÌq™Ë½K6¸AuêlÅy¬ím£]À¡A §å+m-=nÐvz­¬£ùœ ™»¬Õ•ZWŽtwàɼ!É +C’gpÁ{¹dÚR´ÑQ;·‡]§;PŽ×·âª¯¿£õà­AlUÀ'*¯•s±]»Õd슭5G{øð`ây;öMpCÌdÃUá®L×b®òÆ`Šƒ¶:¿±Qz>Ý?mçŸqì#±ÌãWç¿_qnÚîw4[Y¤+¶fãÑù3A¼9V ±UƒÞ‚»Ç­á}äC—‹ö$Þ ÷†÷¼÷¶×Ï°pî´¼5¨µ‚Ûªçh.¨´Mƒê¯vÅÖš£=|x2èG–ßÙ\<Ž±-¯[«½r~ËYž–8f›êré¿PÜz)­¬A ¯A—1¡ÅósÜ40h.ףط¬´‡Oæ½{Ha¿Z4—¶äÏz õ(É9 +¥EªGØúQ\zŽ­¬Á}'Ák•UXÇüŒ´I`PM½®Øw,¬‡ Ócd¾å‹#û˜Ñ÷Üä ôšåfå$ïÌÕBp Úz£££±l´”À`ÂWy­¬Ë šÑ¬w9¸Ö™Òî.hìûÝß?÷ãÇ/¿ÿæã÷ÿúáë~ýa`ŸüùÓ×ç_}üñûþñúä«ï¾þðþ‹¾ÿáÛ¿|ýñ»¿þüáý§¯ßßUïþcÕŸ¾äš?Žü×tù·_Nœ?ývqË-(ZpAìmdz˜ZE®÷·ª˜÷ .-Œ§*;ðþ,…:Nå| ¬»#åD+­}õø˜Ø½¿ÚÒða©­œ &Ø[kF{úð\ -ÔɪĄÖÅd‡c rw-Œ ¸»:µ»·RÜ‘Pƒctÿö7ò¿7•ôrŒOÌu¿BîÇÔÏËJ]±kÈHÏ¡ƒ¼Ç.ÿjÖ +>"\˜çwl°tÙñ™‚¸Û. +TwÓ|f}ñÈ.)l´²f0A&Qy-´uL¾ÚW 2ƒ +vÅ®5£=}x.‰Žo]bä§OO“ }b2Fû–)É)º•¨&GÚJ3V©¬@-G·z9RœA ̸þ¾€j0‹uÅ®-#==x0ŒX‡eèrŠènù«b'‹kŽ \èñþ¼í8–»Î0ð4MÇrU{ÍÆ\½½8m-†cX{ÃJë@Ö ö +>Æq-¬0 ‘±¯TwY¯/¶Î”õtáÉø‰í"&™©#?¼í8v²Øa,·4M»Æ5Û£¢Ùdηb­¬cú‰Wwž>c…iøƒ²JPf½¾Ø3ÚÓ…'Ã'æd’ j3‡N¸9³Åˆ\qÁ’Õ↽Öj1Òe]‹Ç OWZN 6d4•×Â:WãO¯T‹Y¯/¶ÎŒöpáÉô TÏlQê±á|Ds& šåÊqîjêq/¹:P=Æ¢•×b€xh¥u kPÁñ±ƒÐÞKHÝ40È&›`Wl­íéÃäxù9ô”«™,8R …À&·<“ÆWâI†-‘Bs 7xiì°âqIάÐ:5ØU 9ɽËàµðñ\nTE¯+¶ÎŒõpá™:†É6ØBËæ®àxZ±,s” +‰Ë$î†ÖŠÕ]H [1äõy¦þM{•Iƒ°T&ßGP“ÿw¡ÛŸ­ÚÞ¯ŠQƒÛ’£5PzPÃCOp  ¥ÁZGª¼hØû‘•öÒáÍÊóÌö:èsg8œÞ°+´Œ’CòÐΡ&ªFsij˜¾OÆò 5PzPÃÉ%¡´qeÔ½Ue4¼ÛÈJ{éðf íO´E`±Uöð¬ EMYÜMªèŽbY1LÇËqŽ³4e¬¦ã4°Ú{8ÅŠiàäs|aú{´êKm&ǹÏqßÈÜp +ȶÍü„Çžb*ÑÜ‹Þô°6ÚúÔÙ¯b~¼/Zc®x“œ¸ÑòÑ>[`LoíZ©Íå84{þ&þSd.©b‹ƒ/t?Öå³èˆNä2IÏ°ä¢ +ïƒK˜Úé"Kgq#µàÿ@ëÀ-:ÜL™Ñ²CfϺõPÞXmػќ…¼tx%ò©YF+Ñ© 8Ó±,ꆵ‰•Þ‰ÉjŽÝ¢Í ³TÓQܨÉ1wZ®T\Àz3)[㠿ך¶«]WìSÖKƒ³ ß -ã ‹ô||Oœì™Ü ë bŒ{J]Æ#3Ÿ¨ç2âQÜõ3ZJz€ó‹˜Êg£¥O6[EbmػьöÖáÅ4ÈÇœõˆÑýó=aÊ¢=‹Ä#W‘8ÇVd>stream +H‰´WKÏ]GÜ[ò8$[‚“y?`eœ "HI„wÈJ ±Äg,Ë,üï©žéžî3'¡\Ž¯ëvêV×Ìô#çГ?Þ¼}þì75¦ûÑr §w9O;ûrèΚZž`w-˜ûÙRˆüa0ävöˆº·Ó÷^¯´d ‹Ap¼§ãJëÎè|Û408Œ` 6©)íÝ0üíù3w–šjé‡;Swe|¾•ð„9$|ˆ-EORMÙãïâsiŘR*“ܹ +Ü¢÷ì1ÈËt(;±¸§Ücú‚‡„¶³¤’¯œÐ9sBÈÅJ!u …%W .E¬›´”öfÁ²7yÜ°‚ðÁ×P !ÎÅT‡ñø“Sv¾†­¡fã¬s)Íßj½%µVðpB\fks-|ù\Ï•A‡“7à27Ÿ¯Á]Ÿ÷Li ȃâ!â7®´¸›.úMƒË^l‚mÊB{÷Aüͽ¸Hv†RÒpÚ‡T[;â„Áó¶ÂÜQð¡WA".Âd¯=wqÙâHµq2x)üš]è‘AŸ}7àò¨ù”¯ÁäQìåJ{‡=§…—²Ê³zSÈ›—É¢÷¬™1ëÝ…åqªn<{ŸJtãî–qñ­ÇKCu¾ú@5#VãqR•JI=ù*…8¹Ø&Z †œ“W‚Þ•~ ¦ÝJ»Ò5,¥ÊÏ -•Ñå›h`PMfÁ—`MÙÐn>ˆË©ßó(»)?Ìõ¡…‹ËÓS˜‹bè«NW;—á€vkæ&+q9ú*ú¤{ÌÍ‚+ÃØû=8q³ºÐ*84¨G GÛ:vÖ¶_¦–Z Õ´”r³`ü=<>àáøóæ ý ÿøüY9^¼<Þüåù³ö': +Ô†î¨Nô˸ð1Å਄„Š›?êM§‹Nbž©^“ÇüÇ¿DW \ÝsÕÈh°|0ÇQÚH!Ñûž©f¼¹0rM wh§/© †¸´gØQÊF« k`ÅQfQ‡ -U›^óUƒ€Ì°›`“šÒÞ}ë_«£ÄÕΣçÂÏP²V»<þé¨Y)ã«‚ƒ¶öʵ! UO;ÏCb{kv£|&u÷œZÊÝ‚œZ=}){p9½ïe£U5¬µ!ŒFkXZ®\îŠ^g”ÌëÝ…e.îs}¯¹ñ!ºÚC%½§T‡Û¸¼ôU˜”ýn,.NZYŒVžv<¢†É.m>õD^.0¾ˆ\'Ë\Àë•U1V° V4~Êêh4ó›—âWƒMbJ{waYŒÎ˜è¶b î-N#½#kqoÃøeÊ‹|ˆ¤©R-Nè9Üɲ,hÄ”ã«8ìk¦ñòì +º‚bËßR\¹†–³•Z7NÇÏ/wÕyÌp’ºÖ·ßgPÝe­l²2ÓãfÀòÖ•˜éJæŽéŽ!ºpo£Yb: +ô!\W*‰F;ò?_6ÁL‹MáÙÖ—µ¥ƒpÈR"2ÕžùÀi_˜ùÕг—ÁXê\q‘\Ýhd ‹Ap˜ÑÅbay·MƒËbÑ«Á&³Åzwá{ È]2ËQ¡zºã•Kh_ i<ãj/Í·¦'×Ðcc»†Vúíz¥´˜­ŸŠ{zyR„”Êb.›—½"VƒMVJ{·à1‹ uXÔÞš“â`pôÓ¥8$_d· NÌí®U.w“s} Æåk­m´ +²½ÿ OxªÇ•-?ö]ƒê¯—v¸‚mÊ‹öæÃ#AªT1¯U×uYq *¢/fÇól©Yh§Â¤àrõ)ß‚cñm£µàаÇÍ‚êãJÖÞa4»¤Á&XS3´7¹ +Òi'ÙT14uYpHiRˆešG¿õQ4»Ö’—E­¯æ,Á(™qm‚̪+XŠgLhÇ•e´U¿I`py¬Û‡ Ö„íÍ…G.‚¤õœ¯–w]=V<× *àù¥×ÄH ¸2ôÉû{°“=ÎÐ*84(ÃÂ[ªR³”¶—›‚nj±Š]š”!Üøö@¼úøÜ#Úuìv{ÚqLyŒj‘fV/ ȸұâvh N+—ÀŒ[ê6>Å.[ Áéæ¶qs 'åè·_ŸÿÿªSC5ÃyKž/þôü—-‚ Ç{à‡G’ÔYÁ#í­Åö#›ž¤×j0à²7ÔÙåLpF°Ì‰‹VAÖ°CÌý¸Ò"¨Ì\‹`¬©Ú›\#=­Ä'K j²àÔPèÄäTØ7ŸfF‚èÉ€ËdŒBy Άäì­‚¬a™,¸'»Ûq¥E ky“01µ˜åj¨æe8o&Jçe¯`pyÜjO[p1ƒÌ¢µàРµfM8¤|\iQ›Û50¨&³`¬©Ú›ÜAÞœ”BW¢&+¾tD—ùf†T¤×”.7s€œ^5m”Ö‚$a(\q*Ç•õrÅEƒj4ë½\\ÍlÑî.¬ÝðWýêÕ§Ï_¿ÿáóû~xûéËñ[Â^üñåñÕ·Ÿ?½ÿð÷ãÅ·?½ýøî÷ÿx÷áÇ?¿ýüÓw_>¾{yüzD½úQøšc~Gÿù¯+è÷?ƒ9»“þâ«pÛI;žG”½pÜÒ§ÇÄèÜð¯7¼ä:N cTñTˆQ6±²µnÀq,(Péâ58`”ok´d ¯pm3ÿfÇ“8Ôò–æÏÕZïÚ8µ9šÉEçŽZæc»ÐZÐjûß¾w‰”4Z¥è«Ô1†¢=-CÐw€gôŽb=Óñ4Fy7ÓÖf:˜Ó¸ì A›`Ä o%Ó ![^ÆXJ2æ":çÞgGÈ”cŸ†dJ¿…³LMüo7Ëk)ó´;M‹~úíftªNÏ5¼Ñ×iœ°cAshï³QL°äDæU¿V¸^ ¡ø Ž—ùZJ)¤¡RCÏlOîc%¤3¬nÍÕЕ™ïÕ‘ŽmVÜLˆ¬—äDɾO'µ³éÎ`€ál~Úãɾqa°÷z—)»Q8p¡Õy #8ÁKvý~ø¯ù^P‚aÎ<8g¨—Õ ":ñC`ë|sÿf¿lzÛÖ•0¼?ÀùÞ8‹¦‘»IoVqÜšÔiqw-"¶4©C‘ŽÝ_©'rrMÒ¤\!hcØ#‡gæyË“|ð +sf.ß+¼Õp!Ý]¾ùûýâ›Ín0©öy–Æ¡HivC}³×v¿g—qxP ;SmÞ‡AÙQã¼£3«›«xV—Ãþa™R3ß7½j.cxä—Ù3Š_)nïý ÏÞ ¬J³oõã{ýaþæÁ; 2­ºkÓý¢Ñ3í;ôK:0.¯€ ËšzßÏM’¹˜™ 6W{äå¼&ÉýþQQÂæú›<ä;v™Óoy9œÖ$íóff|¨Èö›“OG³<IÆFùHž¿;ÌÞ]~eæƒ2#bo¯|7”W?ùû¯‹$ÿÌ÷Š§ß&g”™¯úû¯ý»×ÙdÚÿïùç Bþz{h=ñÑqïŸÕ‚qóáž9 ¤s­ Íç“™}’<Œ bÊB <è÷ö?quÿaöŸÚŒÀ|Ï{S™Õ %aºŒŠÞĪ&Ž“EfN° |ë4Î- UŒ )ãlÁ`PVŒ•ÛkÂÚÂɧ٠Kb2ó›Qhˆ`É‚lÁˆùwÔHhš3ŽD]ùT˜¢\»¾rªRÜVô[Škš¨´œkãh¾â©Æk¹ûrk@Í(RÍ0"¿ ´&*ï¼a3Îœ¤p&á_m‰‘˜ñ¶à¸˜*ª‚ºñTLó¸kÊÓ˜[ѶàúÍT\/.E–(¨j0Rlêî?uðf‘„ë&Ѩœûéë·’™©Ð2€‰$ILÄ ã˜AÇ]—<Êë*r›£o¤ö¦+"I”–ûPËýr*‰H©ÂµË+"_Vš°?†¨wÜY9q:+çB[¬Ü ³r†•‹$1û!»4íÌÜÿ…±oæüÎ˵ÑË!4´ór—ë¼\çå:/÷ÜJñ»ååP8-ñr{ýps8÷ýÜ–À¦1 Åí ±H>ÇÕµÑï£?7¹;0øçL×)z­bcNU8†%%ÙyPF ny ˜¦”ðQ}ÖÜÞ›ù 1ŠZ”D f4…g®íW/E)¨'ºá5Ìf¯_æl­ìr–­ÂæÌ{`Bþç6®÷-[¼f{³‰ëZç—0Ò‚K]W_mœýCD‰i‘¦ÁUÚV¸5gç!ÀL65#òã*8&]±ˆç;ÍÆ”3ŒzƲÔÆù…¸IBª1þvhkÕš +-˜H’Ä4Øe>Ì«´D$ ‰ˆ­„ÚV!“Ø8Æ›u§k¿]×Þwº†¸‚N×:]ët­ºöQšwºu­[×\–5ÈŠ´SµNÕž§jݲÖ-kªuª¶+ª6!:M)á#¦ålЉâ +RŽaIIvÄel‡[n¢jº»6z¥6:ìÚq]umô°®è +Ø#ë™ÿ{{È +ÐÐë ½fŽ"‹_³/WbmQ‰ùwÔHhš£ŽÄ +Kø•S…g,£[ªb‰XÄ +Ã] ³—qß«K[…$Ä(ae‹ƒ°[²F HH‘ +c_7‘¶0™™Ã Ê·–qÖª¬ç÷½ž?4ÿ{=óïؼ6¿Í½fÊü%F^6¶8)!¢FÝò !¢Æ¨ÖªÄÚBkšd²»¿|‘#4Ò=ˆ·E˜&ŒrDâ‚só‚ì>Ô$z¡©­Û­tU‚ma™†`$À…!U´v\oqÝ…Zu „Ó*Oß½•´L…–œ°$&ˆ3¸lN­y½l“UÁa˜uG3ä^”ÚÂ9lfIU8†%%ÙyDÛáV›?‚ ÑiJ ÕgÍm @vëÍ_HÙD’$¦†§êÛ# +Ä"©ÙM/u]Ÿ·Qj+©#D ̪}jYN7éj¥ +xÍIù1@¤# ²æZ ˜®ÿa±é1y¨ãÜbðÝÎÆá -âÛ’éˆ^ô[5åÖšáH$Uñf…ù£‡$µûÌ¢}Ž¨ØÌé9ÈÈ.•ÓW=…ÍP¦Ñ‹ûcˆzÇ&/Óo“³üKõäÓ슮€]1²žÕMƒj­†˜Z í ëÐë »U‘Å/ÙmÄ©ÄÚ¢ó﨑Ð<4G‰–ð+§ +ÏXF#uƵZ–°Ë:iؾ†»ö?âË aˆ¢Wñ¡Û®·ºñcu`š–’ ÞÞÒjI„Ø¿f×Ńò2ÉÌÅlmjeËL\BBÁL©yÐP™Y¤Œn ©¶º:ƒÆú›Sí–mcviÁÎ9"-åj¹qpþÊ¡žA‹Û7xŠè9e¬–ÚÖôÊÌÖ?Ÿf…M»/^ËP8xªU#Ó³$öEÒ Õ’ +}î"Y›º$„ìN¬¥5=!‹˜9Ç‘«#ºðZQÕ¥‡wP!~Ÿ½JYÎ}­ßËp§ÿî ¨ÍK€Uá;“ +endstream endobj 185 0 obj <>stream +H‰ì—_oܶÅß ô;ø¥@ Ô±×ŽÓ ûd{k#€cØ´÷¾\‘Z1á’ +EúO>ý•´»¶d_ZÇNÝ¡¶z âõ‘—?ÍpÎgåÌ;Qü²õë?ìZËn¶ÞýøÃxëçë…Ò†‹í$“Š[¡kÅÞÖÎ{íî~YýãnrQÿòç™òö—­©³RÏÛ¢K¦üJ%y@£Ùb))¿½U'úóòWÕ™v&2qÒhfï‘9÷ÏcXQx唵 +ç·n–Âñ‰¸”¬:@Ô–ÿú}‡=vøΓ§â”ù¢L…«Ö8ûãEˆ¸Ý$R©éÚŒË4õ…Ø€û“ôfŒºYVÐÇFŽiêÁÓ- 0M˜ +•õa¹Vj*ª¡”¹êFSrž¹R°e€ øà*ÀÀ—¼MY"кµå /ÅfV,Ì%0|R©ðN–2²«yP£1Šƒ©+v ”“Ã1 ZÂRI…´ àÌÄÊ+í¨Ï­z\Æ)1–šË¹_J£„[ÁÇÆ2=®UýßЫi2¯…TÐ%¢H¥– +*¹`nݳ†– + ²´Þíן׈÷ôt˜Z0¯´³äCù@v'¥‚ÒF É’Ä/¼bÁæm•«!¦Â*o…*£@ƹt2hà-®[)UBG=vôîk¹€ +ñø»§Éow’|“ ï2¤"k%U›½p„*ªN5´¤=–Š‰¬·Ä³j´C­ör©×Ö³•Çô²íËŒøÝ(s[‘‹¤œëö‡Z¢­½“u-¤³ +ÞMEœ&Õýè6ºn¸ÂÛ´4Ëi™FlË£[5ìï×ys4Ò!¼e}Úc£ëqýÀ»G@§‰m¨Z±0ÁÜÖ´©ð^–2ºní° -„œrdêŠÝ(åÐwÌ‚ö°TR!í831‡Ü{¥£B‘šË¹Ï­z|#”2Wã2›ˆñ¥4J¸qi…cc™žתþoèÕ4™×BBh‘J-ƒ+S«-sÁܺg -”Jš›ÕúëÏkŽîýª­§ÃÔ‚xe I>”dwR*(]Æ  bIâ¥]›·U®†˜.Mçª ‡çÒÉ ·¸n¥`Ty™]”i¹€ +á:z ¤IöM.¼ËŠ¬•¤“¯›H†V»&L%¢âx”E¨ò§ê4KCKzWR1‘õzqöH¡ÚWæ¥2]-€£÷Å'íX=òF ÍsÜ4sD bóÖ'4ìS† e=?;Õ‹„êù¢§ 5Þ&âPåÛ€ 3S>tû˜ BA¬ÁR8>—’UçˆÚrb 9e¾($ÓGáªÁ©€¤>¯»ëÃo€ªT"ªCB“³Åpûµ~z™4-„«nƒÉÏ™e”wþ¢fü7îÏ©îf.±Uf™N-Ë3™ü[‹2lh}ØÐFû»?uwh&䧺OiYʪÖËjõF{9Æ—èÔ²<“É¿µ(/z +ÊÔ!½û;‘n˺Lÿ:=©Ÿ‰qˆTš+ÓÒ¦Ã~¶ûYjYâ˜:7²Ý¢ÆûY>×ùbnÿ< R2Ú€¬–ìmÀ D ž0I`v_tÓÌX!N¬øê…NÍìžžŠM›©“.ɺ‹Z÷Q*LÈ–š +n´Û¥ý⢜ƒ—USÜÓ±oÅÂ\¿´8…9¡Šüf¦Ö,’ZFGò`±`CGqºD î̼TQa0uÅn”Ò˜³ …-•THRs‘Ê2°Wߊ\07êÔÐR¡!ÎÛ »ýöó£“𞞊RI-X¨" ¼„©äCù@v'¥KèG–$~á ön«\ 1Vy)K2Î¥“A;nqÝJÁà:úè±£wŸXËTˆ__ê©øèíÌ«ò¶cLj-A ^ì[êÔx›ˆC•g ¡ !·qö(ý±ÃäÂ2g[¼“’ÞÖT›EnŠ°íÿ#7V*'€·¶3éÖ¸|+Ó¿NOêgb\ F»»?u÷J&ä|$â»>ìúÃG†PO(2щº2]Ýá^‡¢'¥‰è³ÑÔx›ˆC•g ¡ -?mœ½!ëý½TÁ6jÀ˜\Xæ ˆw'%žLÇf‘›"œc㞀a|y ”£Qu€\ú/„wœ_BšÃ(î:ì# ûÔ^rjYžÉd¼‘Ë4õEh6õË•t0Ü´úhŠÌJ—-„Czm0ÇZìæˆKìæˆÔ!vsDê»9â8z_|ÒŽ5xãà{#›µš4-„;RÞZÁUž±¿w¨Pöƒ°sQ½Ñ^†ž—òý©Ç‹ž¢—‘Z–8¦ÎDÉås}qûçI¦ÆÛD¼ÀÜ!¡ùèíÌ+¡ <½±ÿW»Ý43Vˆ+¾úþ€º§§bÓfê¤K²nÀ¢Ö}”ªúæN¼–šlÓÖ5íåL¹„¨šbb+é¼iqOòûûÕ¶ÛÆ Dß øö¥}0Ëë ‰>%Mc´@.HŠÀ@QŠ%§jmÉä¦ùû’˽Xu³.j¬$éh8;3œsfîþ> W•¬ÿþéSƒ|=ÛôqH#Ã}ÐùZ§8½>Ÿ\>ÐÌ÷Íîr¹zño\Ûm™8¬íè~/™{³Ù!ËÃôÙì¯ù$Æ3h{èšÌ¡ÓÉÍz=Ÿ,âíí%‰N¬¯Ó!;ëtÄEõd@—Mˆ\2ÚØy={uq±žm^ÕÆdÎq/y½æ [m¾Ðƒ²Òã¥õÃòê:&÷éÚîl§N2ËëÙj²Y©ÓÑ×é«ëåz¾ðJºƒzp¿fÛyIè¦sÑ÷‘_ H硶·]»áÍäÃÛ;ZŒÆï(¹èJÈ$&ü.~_I¨k=²š<¿Yœ¿ÙK9¤&\ÉêÐÛìô±ÍÆn3uøbötP—=è+Îb¶Øü²š,ÖX ö²çï·Õìü’övy³:Ÿaí¼þ}~>$Ÿ»Þ‡ú éq×ÎœÕÃ-ž£$vg/u’Y^ÏV“Írµ:¦#+SÒ…õ|3`Fì ¼˜­>Ξ\^>¾áüWÞG#ÇìÓtÓ±š£NÑŘÌ/7CF÷wÏfÕ÷ÇGß<ùIÉ÷?.¦oß>Ogæ"ôþårñ^6ptrRãOgç‹î/ÇG/¯‹ŸôãÛÏW–—ˆåédúqV©ê¤z=_üùí±¬žÉêìÓñÑMú'«Wñ?¬véïìsüö3>ýìSe«Õ¯¿ÉjŠ“goŽN˜Ø‹‚«¼³AhW]%ÔK!­jÑ)!¥³€œÖ’©Á`8Ú9%HWçóZxe®m“±d5EÐÖŠhå3ð¼âÁ +¯}2¶B¯’±CX9€äl j¦Ðk$”'w˘…¶ÞåÇ‘«³ððàB5!°ÚChŒ‘çp(ˆµt2ÅP|‹åó€ ûpÛ”l(Çɺ„w[ÊŦ8Ђ¬£ÕRgu2u¾‚N ~WBÒ–Ê5µ*ÀÂzojS2Ž#èñXJ˜m" ‚t›J›IaÈåg‘pJsÏ |µãÐœÂÈlŠ)Šc-KSs±TÑNGH㉪>qéÂÖ\kDZÚÃVª85th.ÍŮ˺Xb40ê–Ãbã’±F‡âA*“b@Ôĺã“gF Û&`ŽíÉ*·Yµ0!±u§Y 䌇@ùqV°MÄc4¾ ·0WζENV}MN݇3Hi©-a‰×­Œ«ú9…LÊ^@2Ú·—XW t'–¡êÕÕwrj.ôÅLC}c +iªÞÝ‚”hÓo€>¶ds uÏ€¬ìª^oÂo¶ß‡‘¼2”š– JT½ÞFÆú>ÀsÃ!´L‚I|>¸ª²"&v¥Šƒ’N.D”I3ð)…ÒP9x•»wÍï,0ùù¾ ™dÙ¨I­À­qE9J¼Cè«QÕçájM[…¦PŽ¾ƨŒ/jÔj'p#EÛª,òJmדäÖýî7JAR¡?ð,©Zq†(ʸæ¬hiÚhW*æ©M66hǃoÆBœc:Å@#›§Pœw•§Øf©®ÍX¬¡|62Ëy×3$&tÜEªRýg³kŠÕÊh¹Ü²”  †Hoå\Q°ýbEUqIþ;eÈZòÖ@¯¼R·. ÊV«Lçj!ƒ˜Òz« ™¼Õ4PW¶‰amwjcÙÜnDÀ¤ü–)¨Js稪8‹n3 +¯›h mbÀ¨>Á0 8.ºr@!qTˆÛ˜2¾0<© ¡ÛTP[j€aäÙ5Òá²…›²Í“ó’˜ÇŲÕ#L^ +^íÊOÃŒF¶µ á:FqðEKki©hgÞm²Íç£Êr(N)]b’äF€³3¶è·K«ÂÒ”e²Qúh‰[c!zÀNÒ›!9^e{Ó†‘‰´i45÷€ýÅÚ4XÚ9FqÓqÊ}`bj< +endstream endobj 186 0 obj <>stream +H‰lWÉŽ7¼?àýCm.p'óÚ=ðÉ€OÆèªiy;H‡Áøÿ'r#‹õlKr+œE&s‰Œô¢x93n>L&ñŠžÛáÞö¡`L1ú 89ÄÎxD@u ¦Y¡›|ßÂKá(à§Nþ9,ÊPÛpÖ‘Ä4§(–[U0Ÿoµ~ +óøÝ +€kñÙ¡XjÛqüÈvb¨Á‘æI@8ࡘxMzW=S!v€“4* ߥ$–Ißg'4ä)4Å+§WA÷`𨆴0ûù*µí¦9”Ú6Fïg.šW 1×P(nŒÕ&¯EI˜«¾+ 0L\\ýÚ HsMífœÏˆ€˜G40#?zu²€·+.w0Xµ¬-bQmÚ#ú"z%'ªòº€&ªú +~l\ÈŠ«ØÑ‚ÞõëúóóñöŸç#úïÛŸÏG<¾ûõÛ·Ï_ûrüñßÏ_þúíÛÿŽXèû# Åÿ—JÌöù,=# Q¾Ö?ßþx>JåðüýGÿ‹æ+¥¡µ9*îûú|üÎ÷¿½=??àw8Ã't\D‘Ú‚[¢‡PñCÀ?áó1@ +p&¢«Ù¦F4f;>}Þ_Úþ×ñÕÁÐQûjäb—”Qc³Ø'Ï . ‹^=3INŸh4£ ]u4Ë}ÉBMé+ö¨Æ˜ÈðX†•u)V€m”6ë/ô h'Äý~7øQÑyA_€h9f+“›ž€´Nf<ºuQGÕÕ¡ÏJJ„Ü„¥]°wob0L»›–¬O@TH+`ÒnF›T”Ì°ˆµbÞ‚Gj¶È¤ ã€'w96£GÁðïNd#éÓ_<™Œ†ÇIæ ÂNÒlĵ‹²±’·Ð ³í7lå*0v£TÞç”S‹þ +Ph'™ÀÁJ>PrÖª4´ÜÅóÆ]\F, +‡ÈmI8v ½-ù©…dÈŒ¢$?]AØldLßN6Q*g`œÂÓ/é±(z ~H£6î¹ #ë°F¥„Zm0wÜ sp˜.`y0—uS5˜8)Eºƒþñ‚@›]iSO$Õ +±æ<¯' Ò—3†#«^ˆÚ—þ¨Hª lJH¤æÐhͶB"“Qé\â*jCæP^IjFU¶\.. cÍdAnCË­ÚV¡+âJ‚ Oxî //éÑ +VÍ\‹2|X-ðœywePy‰ +)åc–x3¹g?HA¿è Z“¨ÒÀÖ6ª ‹²÷$«ü¹ºÚ¸²z0²Ÿ­Ž\Ë#ºMqŠ«'™D|\âê 9Øë«:X %Fi7E £šÕ˜Mf,CÁBó¡Q7¤Þ +ávS=9j‰ ;‹°z?)•· ‹‚(Â4'D0}‘Òì ›%,Š©€9q8,9íÓ Ê ¯~X£ Ê@ó:ñxà¿ +ƒy3i¯.3pÅ(=ùi$§ULËÕäWè– ²†Ý”^º½†Z¢——ï¸nX0$¯*(ÀÔ½D *9•›1º+ªñJ*Ø•Ö_*¼¿Œ½\09rc«+1…ƽçœëÝBóVÖıKå¥0ÏjJ·†Ø‹ oo-€Ô’«ôÕ‡˜”±´7-À„ç/íMEû 0€1>ËNÔtÐnƒ¹.SùÎGÐQ2¯äñ¦ÃþJsPPʿ̉ÝN`¼F©œE bäÉBµÕ­æ-órË"©z¡ ¤¡VãN÷E¢ÝfŸªtþœ#ìBDGúÀ©úv]zY¦“·DœBÙld”•,ÆÅ{B†ÅXýã „Æ úØu"ÛÚo×_góÕWä¥û£æÄ_ØÕÁŠÖEJ¬¸.ÑqI‚(”vqÁ2&r¦x -·"|¬:f!ˆHÊ´’`U#Š*Öc«¯‹öZŸ µU¹U·j\ô_({CìbÝ“IÖ;Q–ÖÜgªŽYƒªL’¦”>Û«t°K|W·ÒëǦ‚-ì’yqˆèkÝ[Ù,!¾xiÓì‹Â–©pÄKö€wbÜ—†Å¢— cñíeYä¼/.‹É¯Æ“ó/û ˆnÇ^–'™&ã¶iÉعíc<¢²¨Å}w“y¦!¿,z<öÿË>¸¯øö§ç#ÿºï”Ñ6J\‡ÝÔ u©Çl±ê>È k9o&0îšz{„á¡ûÐëÙJ#¾ÆÕÀ9ôl“¹óûÈê¨ÿCiôr)-©ÿ›©É`x_³rµ^( <»c$÷¶4Í!@hŽ¨Ý²ÆýU« ^^rIÚŒ¶pã—&)À‘JšÔ1Œ BX,VªJJÅÉjFÜ}Õq$LÆÈ‹eP‡I©ÒêØTË*SWðÂÔaÀkY]OŒ®f.×cÒäú"Zs6™í|’hö¸?#TöÄé¾ÅŠ7èÁc‹*@ßÂV +0ó xq%Qf‘¨ZIIú…75Oâ,(—2B]uä’8)±lÅUy2¾J§´I/-Ùeºj›µÛ«ú3pLÏýf<Û«róÞŠŒ1-OÛcµµ 9qsËÚWéìÂôYC[&pPS9 + ‡8^.eeGßä-"ù~â/‘•#ö—g÷è“LpÝOxí)¡mÁܶ¦wÀ¢ñn¦©÷á¹¾øaðÇ—ÄC‹ÅîÞz•ͲÕ +¹ æ^Š‹y–¯W*«×Y¾^Óºo¼7@«Ø3‹L¢Ù,8ðL¤²Î›Š¹po@àI){ukÃsBˆ{__AÀš}y>ÚñÝ÷ǧÿ3ö·ü +,/Âñ‹«æDÂðµ$$ñë\HxÉ’‚,1(£¼r-Zº¹Ål`Ö™Œ:ÜÀJÒÐÈ$l†x‹vScùž³åû"”²ª*ä;Ƈª˜B4¼–îÆY„Aó +¼T¬JúÌm˜„qe°èª„¶ãBî0¢ª¿¸³Ø0w9Ζ¨+\Ç2õlHSr¡Ý¬˜;Í”(9p +•E"”owÙÜtU4Çþ8dOš¤×ÀÃCV¢Ê±'´Ôådû‡ ¢Ò¿dªÎ¨\9#ï^ EçÃyd|9u[´|¯C­EÍ9mÕÜÙu‘]p¡q£‹ŠŽ9€qè^'¤SÛü˜Ó;Hx®Æ¨€îÆ)GÔ¤ÀÅäµÖù?ëÕ¶ZבDß þ‡ýb°ÂÈîû%yÒg…@B@‚‘4ŠB$ƒÑßgÕ¥»wï-˜æEH¥>}ª«V­ZË'§ñìCPÖ Öª¦F…zð^W”!WxÉÍ!…æa’&~³ªÕÑE…`ÍýijªMóa½×Ö AÐŒ’7ïÏc³@:l”ph6–5Ï/+T&—ve ÏçB˜kFâMóÕeù®45ÖäÍáÜDu8:¯WIp°0'í¢$_$îKrÃE1@™ñVƒµú½àÜÐÀδúEóÚ¼,úf°BÎû¡ í}h$v–~Õo` ø˜ \žËÐÞÀ³TúK'L“¹w‚Ö·´Œ˜äœÞ0´HîdZI¯¥ [d.ɵDv×é*Nûß=ìE$ç…Ð,š®&ÈŽ†¶‘V\:6³nNóš#´’èèŸo;‘dEÉ˼=ééµ,óªE®h¥Ü@qå=Ä­‹êÈr +‰¥&´ t\ZÖ~pœèLŒË|!˜€Éù™=/?||ùÂ.¯¼¿¿¼»¾Zn/¯n¯ï?-ùd9¥=¢sЧ$j1_ d+ÈÍ.$-äçáwà»1᧞Ü)r; kœZ4“\¤2¶%…•,|NŠË”†¥Ñ&æ ¤… BÏ}½‰–jŸÈ„ê–Ãñï~ëá/kÑ„ÞÌ}éH:¬¯^}x{öøéÝíñÓíÃýåãÓò%ÅÌòö=jøúì½5Ëñáî÷‡?ÿþrùûõr÷pu}²üƒŽ}E?^¾pZF(µ§çUÜÿã[êÿ¼o{ð]üáëû«žî>>üÖ‡ë›Ûûz}¸¼º¹^@=Ëw—÷7×'/ÍrF¯¸ø<Äæwôc~ä7øíWÄ>/aùvùég³\á“ß 5Ââxæýh¸EcÚÈ´A“´p.󇿠pvÅ÷p¦Áàã@€O¾Å©•‘Õ¦'s.ƒ„¿œ88l@ ¯PE¼`±Á+ø¼³ø¤³¸;Zå ««Y•€Žø ÛT +yžXv©ƒyyEn_ +ãDP>ß ðÎ7u'CéZ“‚}@ú¹‡‚]ŒªeFÈŠ·¦á!V8t:ŠDÜÓÕ( {Àm*(|›:– |ûTð|[– ¾-%@Ô…N¥§¬é”¶Ê¯âFa3µ–AÝ +«!`è¤Ý̲Ae?a€çàö1@bc–yrÏÅÈ=gÞòÉrŠo)žÔì`ë àf¹ûvçÝ` í̾­¢úËiØð4cŽ¨-ñ‚.Yè-Àe¹yàÿÁb‘Ñ'p¹ö£¤G<ñÍ`…8ÿö—þê—p“åýÔ8kwž`J§%_>=Ï¥¯>¼={üôîöøéöáþòñiù’b_Ñ—/j;øêì½5¾¾¿úáéîãÃo-p¸¾¹½o¡×‡Ë«›ë©.ÿ~¼¾¾?yi–3úÒ‹ÏÌÐ(?›MNßà·_û¼„åÛ姟Ír…O^|/cZ¨Œ<–(Måi«[Ã2žð*êAµy‘Ù4>ðÖ¥:ƒ€mfÛVwÒ0¨'=ô³eV.¡ïy/ +ñئ»D£ñj%ÌOdUJ±€,A—™Ö[P/Àx%·= kÖSˆì!Äà¼Õ þÛvˆ¡&âI‚DÓ“r•Jxò5vlÌþhªNcø*¯ANPªUJm Š)dMÌñ *©*ž`²hÑ´ ÷^‘ÅBÔÏÓYÒ:"½ A ^]U±I.À<$æF,¾èÑšcã:[<«'!at»H,% ;•Ìû+vŽÇîk"«ÔDr*S‰àJf¢­X3‰ý ‹T` +:In 8¼˜•8Ä~ÕþUo¾”Ü® PˆÚ<íÀ5ñþ€®2ÞHɱ÷ïalFVjröÓ‹,¡zŽ +Ë´LœÈ á|áIEÙ qyzš“:¾Šéj7ïQ˜°’.ž9]b—ZÃ&Ø¿}„Ð[C¤5]ˆ7¿ùr(xïܨ`Ë´¬{ÐÞD,ç7ï/ÔÄ8š¨µð°NUeV7- åì])h¿0­:ù«ÎÒ¾ôÅÎ0(ª¬z3˜V Ek¢¢«ÔÖƒÙ˜4>¨-UôÄïB:ÔÍ£P Þ¹ŒaÊ‘7*ÆÕ––6a9‰¦Àôæ>rÒSÖ㪕 hÄ]±R„'TÚÝøHçåÄ1þí°’ ‚I9¢ó‘ÆŽÍÀ)u£ƒãsä&B¤¤†(ìÙ¬ãijš(«sr ê Áׇ;ÕS°Äy-L"rl¦2[§ëä˶刂ïûj²^d&£§@{ÌñáŠ!o¼òM0H4N¡ïÆ“Ïcà0Du>šH¨mî„$®Ä„ÛVíœ-̉+,WïʾûÀ©™ÖTŽSÁˆXBëY«,‚Ù™¼kØ©ø¸=lÞäâ]ë.Sù2-;(€5saçµÂ ø3š&€‘! 2Nk,"ŒÝö¨7ÑÍø&#sÚ 8«ÃÿÉv•ôZZÑý“Þ¸K@y.{Û/Ê +)+”Þ’fH°ˆÂÿÏ©Ñö½-D—|ýÙ®:Óˆð›!L¨’‹cŒ@c\€aî¸ÍÓV"P GxÕŸ3Â5 ]t5šY’R‡¾ÀØ„U’òÁB½Ôs9y)@§s©As:3” ØàȨxš! U3ƒâÈâ„jÕð¶mó²³*×GÑ30‰O¹Y³éžWâ8óYxƒ$l‘ójo·àŒÞḗ:AÅÔLJ6ÄíŒ[òÎb|}—ªúMßP¦(´V?.Ä%ºöDNJåq¹S–ûo¹×ûK<­¾•h«Øˆ±|ƒ*ü-†C}®´ ‡;9›84Š•Q(jgÛezŽ1¸Ò13ÛNÙtµËx“x™´=µ‡¡“ù–áÚÎO°  —=àP¾-¥LMí6ŸŒ—QÝÀ=LíFøv¿ÃèêÙ) uÕÝV ÇL+šÿf:êâ/.«.Ì%9èXÊ×íçnÿ…uá•„<»¥ B³Ã‚…GáäLGÑv_O‹…齨)h«Â˜¶„ñj‹±A·2Ij«q„1‰xUšzwdÁ—Øøñõ4ùãûÛ§qÕ>ýûý-?¾ùéÏ?þã×_¿ÿ÷ç_þóëŸÿ{¬ùíã{ž²Â/ŸÐX¸£É?ùa2¿[¢Õÿ~úýý­ ¬èß¿÷¿¨ñañ…4ÃLÌç'äÙßøŸ>½¿ýõþöþÅèS9`÷ÒSÂy±{‚ “¸û<ˉí‚ÿÁYFõóÏ÷%Yÿ1³¸+X8vTí5WÏj +\Έ‘­’Â`ÊúS0ÝÂ@o†™‚Ú‡Ét!%Gnÿ&Óp~ÃwÀ¨ AüêÁöFD 1‰?‹Gfß éc3ÁNñ@(¶<—“qó•%ùLÜK-m×ï’„3&¿°Ë²Ž¹6@®'%‰³aSPz³µÔ²›‚B.SeHÙ`ê}ô«×f¦€'XUFñ HÉwÀ/31fïP’…ËÑʈó&3ÌnÂ<Øúˆú¯}€ €[=ß&ó€Íf ’ù’]‹ßî8³¯‡ï7ª™‚ešÎ—$€¢ 2žÐr»F¥ßI^ ˆ@_[<€Œ1»k7± ±Òl Êr A½¹-Hm7AÀÁ¶ ¥cÅm÷vÖ[¶TÇ=(æƒM°™Áø™³áÙ’9D Ï>b›™Zþó=³ƒ ¹¸' aK++!¡H¬…)ø䆴¯š) ÷☟lž`*¡9Ù´Ñ7’ ´l –Ù‡€779é«Ói¹_‰d•>n¯1ŒÅälOÐ÷˜·\ÿ})৳…Úôر´szª‘ŠL¶¸îT˜uøå^ÉNux.öP®ËxýÇð +½æ£°¬Xg¾Õ‚ ÄÜ;‡´ .ß¾DH^2·[±`¬aTÞ`Ür… ²øŠW«Â‚¯… –”$”ʆú\(®Jñõ¿g{Úâ¨J“³*Û\—¹šçË  É÷sSÓ3ì‡Eô¸^º3G<×±˜Ø-?5¬]¨¯— aæ·Å{œûá‰=wÆ|Q”+Íõ¼Ôœÿ1ö(b÷õ‚¨õô(׬ë†tRmä…RTEÏ.@£(Êw"µ8éÅPd/›R Ý¢½'÷@ç§ìES°V¢è'¥[0Üà >J™×•g–ä:­îI‹Dð¹ƒ8|söM«™©Ýrp½4ÁÁØR…cQÕmCxeʪ +§ZÈ$;oiÑK¢Ù"D áDs’(–O"%dŽ^é’7JÍ[èàYëþÛ]rU=÷‹;§Ã6ž' a?ïàx€Û/ì×Úæâx×yÜ)š žÅçø蘜¹WoÅ +Q½AlÓ\» 63l±úãš-±bµÝsxÙ¶=²jñ×l‹lóÂm4"—b2ûÃÑ%/.n´’1©Ç®z”€òš’—Ëø6C¾ý°’$…ËžL§âúOaÞ8¾½gêóq½*Š«(¸v  ö­Õ¶›˜ø#bÖnâäÓˆéÞÄ–6SßsäŽr”5†íáB±ôWÇĵp\6²{éžm`æÓgÅÍ0$Òx.x±ñ\õ†"×Z‹0n»ùÑ¢C à– §iÞ~{jœ±%8 ¶þ؇í~r³{|”³Ažt­èö¾É‘D®k“Zk^·0…<Ù«%ÆiqôRâÜ•¨Ü‹9O•à -âi™ÑŸ ‘ñKXÏ\³ÖˆÇäyÖj‹}BD†©Å/î~Ñ€×Åò¨Z\DVÌ”,W@ýªï€wMÉ"dµ™Øýqzr%IšÿŇLÜpö‡„ª:Nú^40Q§I8(JáçEÝŒðîÅàµzç¶x›‘«Áï@Í•õ8.Ø‹»ÌÓݯÀ•g»Ÿ EŒëqQD«óK'ˆÓdy^œ\—ŽŽ1 ûÀà›?…W¹È©,M²ä¯@GñKhÈXýeq²ñï®bøn[ã¨7VëÙõ +#éÉÕDœ‹9{£ÐaÞ@ùQ ÀfÅCµ(à°£* ¡“)^åfg7mí^,ÍofÌjö{R[p-ÅØM¼I9[À+>áÞÃ`L&fdm,#UÛ¸lmg1æhÑx^l.VŠ”˲b«É@*³Ü–÷0±Ãй¯KŸÏ2 Â/ÒRÙhÊ=ô¼a€žXh,|Ë“§ýËlL,ºgktï& ªTÍŸ.þiÐÆHµ_Ç¿´À¦ßdSÙ^.º‡ë¥XçJî÷›Jˆ©í¥ìõÊÿI¯ºÞ¸Žún@ÿá¾°ƒZžïöÉ»Nƒ¤ +PØ5` (‚µ´UÕHr Èpüï{8$ï̽»rU×6dÍÙY‡CÖõf*"Íw}Wjiyn¦´îÒ}É^Z€7^Ä•4<šÂJ™¡¹«x¯˜7¶&))--µôºNjwÎhýÐ"‘E/®„O­€51{î–skmZ¿ ÑàùþeŠ$¯MÔIÖn>† ‘·´¦Ý¾Æ_ê ÍÌp]H“º^rs{¯ì&kÕD'#Ò{²n1˜úXŠäè«JÄ̲É,d³i1ÃãC\«ÙhZ› ®‡úë>´ñ¦©'‘If"d°&@á,äzÌÆw™dbóUjQ•A´^£ÈV~Mæ¹a Ó:+‰`RO,A¥¼QÓŠfR'+j`„“ÉAö:.€Ž‹ŒŽjñˆl ö´U &´·Äfc­ºÐÕ±$äÉ 6ïOžØééÛÛÛÝÍþbº¼Û]\íoï§ül2í¯Å_þŸ~n.Ožx’ÀP´~îñæÙ.¯fyAN­ ¢æ`+êÅéÖÍù£­n¶Ú[V·úOš6›Ç +'hå×e;ND-Ѭí1²m +Cß°üLÙ‰À”„‡Í®èœ§»)+mzó°é&I™`GÓ%x’åTF%¢“"/‚&¼ÓÑ°1*w{Ræ \KÏaP ³>¨ÞX¯-¸+MÛc³³Ìå¤á!g©«§gÙ>ð4šHD럯K·[‰:ˆÔÚú@KsÚV-¸bdsŽµˆ…àÚ³ª¡ãðµÙ‚ñÓIËFiYcÓ2JÉr”7‚,BÊëÝÙzÊX;ìæty¬íÍö‡X¶¿˜/Àpêi‘[¿û||Ï7?¿xywÿêêüþêÃíîîóôGÂþD?NžTÝøÍˬùù»Û‹7ŸoÞ¸V`³¿¼ºUèéf÷Û/ûûg'fzIg½ûÔ’öÛô¯${ ^Ô@7†Vðíã(@§ÕXé øòŽ¾`Îÿˆßþ ìÓ¦Ÿ¦¿ÿÃL8ëÝk¦ˆZÓDm@’š$5A8ÔåHO'ó‰K™ +% õ¬÷Ê~)‡œ%‹´2ÅÏf½ì}XIÑñ¼3G ˜Í ¾‰e{êY Q#¨x÷3öú;·d_áw<“$xŪãGÖœ¢¡ãf £h±V¹b|VúEldì\u£Mõ [í1›vuþV—ÀÏ¡ùž­q¨6—ã´8 wl›Ž)Ø…_bÜŽ™ k¶ÇCÆÅ'˜mdîXs€ûÅ1£iœs„0ù&Ù83#Aüz«;fÓ­Îßê÷^sÀû­ûaC|ºcË`öKŒ›ã1³qíÃöxÈæ`–ÅlÊ:˜Ü/ÐrÛí*4'ñÆ1˜ÅCÅ°>ë[Ý1›nu>;Üáe0¼ßº6ħ;¶ f¿Ä¸93×>l‡lfM§Ñ¹ƒ2à~ñJV²[D˜‘c0k@sOe¹Õ³éWçÏÚAàe0¼ßº6ħ;¶ f¿Ä¸93›Ö>l‡Œƒùí[M#PIScØ¢é‰yÖ⢠F®Y™ó¤TP–á–@,štÊF¢]`rt°èx ®<êu³ªÁÎ\òÁ‘HJÔ²ª¤l› É{ŸçQ K¢ÚŒ[ ´l2ûâûÚòç¬Ú¶ˆµ›Ò 5U6X†ŒmÛÔ]ÏuæKÉÞë,6¹z J¹ÚÞ +Ñ0pô…¶Z a¼°4<¨_Ûäæ"b˜„ÚþfÅÛŽûæ[#VL›yšk<¤á]Náà~¡\2µÖ° À1|²ô Kyx†³š_j°ÜŸsŽÍ,¼8[ëGÜËB¬h†Óœ—å –ú0hÍHxÆMaw‘ª¨Y¿L8u°°UudbkÍ4ë@æ¨jòB$8”l›GSÉåÑB2x•d4ói2©¹ž ‡¼Æ‰&™áîYüœó +´hˆœg ÛU”pÕê! ΔÏU‚ÄF:H©BÙ}4ÎÛ…BC\ßØC)ê;e>Å9´&ð¡ÁðÔ¥þÇpµs+ +®ÈÒUfƒ ®Z…æÓ<×,!ùÕf‰‹kv0ÛÁ…œíf‡KFà|¦âÇ7½ø#ÜS þ¯»ûûýÝíw¿ÿúáîþoŸÝ?›þ@{ÌôbóáÃõrÓíîýõþûWûßd›=4õSÌo÷w;:r0ˆÉ+”‰ªÍ£ ÛxZ¦G^¼Þï®ÚÝß]ýNÆê›ë«óý›óÝõÕíå÷wWÙƒ_7T}¼¾ÞßOϧÍîü—O»»‹õ|Åÿx¸ú¦ÔøHTù€²"†ˆÜRÅxš“Í’¤­êå6®ÑÜU·Šß¸EÏ QàQ×s·ãú7àÀʪ 8W(!ª_gãº{>X•Ûñ¹m±]Å66ï)~üwó/âѧooow7û‹éònwqµG +YWžÑ$9xŒWжsÉÉ+ðÏÍåɇi-¢ƒÐú¹.ZÝÒ‘P²{s#L±Ù´%úÛxØ>Åå"ü‡Q°¦-~(2dö4šXÀ¼ø¨bªÓ»ÝZíŠøØ·¡—™»IYˆ³š\×=¤iPZÅD”VÅVt=˜nJí%5ÓA÷æFݯ‡”Z&ÔÒÇn‹ï É´L%úîŸ{ïc´jš{^iÒ˧t˜ç,‹óB£Á+¯ZŽuLš’D£?ÑöÄîcLı¨x¥à•8¥&š»ó½¶‹[žlÚ¨àâäIRÊ9†}ìéÆ$r)!–8Ôó„áh~Ü`eˆBƒÆYKäW 6Ø%Ø:C=ª3„äˆ%냋ýØŸn¶]9,ð™¦}$­2ZˆyÞÚê`Šêï1Cý‚Ã- +ËØ-@ä‰N"ÚV0i«}R&Áµº +½®BŸ° ¶:ÓÁ†ÒcþÄVE_Zíà|³Í7ëPulta¿¦iáÖcæ% ÷|þB»á`°­;Ë”9ˆrÑlÉBië Ñg5 £þ€gŸƒ•èÞÄŒyÏÑ¿kM6é“ö¡ÏŠ +ÄP9½»éßÆO°ÿ/_NW5Ì}þÿ½ùŠ£#Ý#·£ç¦ñ…¢×ž¤Ê`µ£þü”yA•VºÕpv^÷ún3hËVmì 1ï[‘`*ÆÌ%ŸŠúâØ/·Ý6Ž$ ¿ÊÜ°/4ÛçÃ¥i{ +×€ d“k9IA(~ûý»§O53$%Ã’„7‚¦Ø]}¨êªÿËßIâÉÎ9g +N=jÛ¬œŸ1}ÁdãÃãKæÇ[ÞíÞœdèN"¥d6£¦¿ ¬Â B¡¦¤1 «iH´ù6 C&Nžf¦„äCOô$ù¸ÊâÁ«èÌ`$Ïæ5:«ÂšuŸ¶ë«íÝfÙÝ\œ_­ºõv¹¢"ø}£ƒ³‚mS4äKÐnÈ£”‘ˆ½åCA€­Ï­µÚpôtêbO2Ôdy)2^@Øí)nŽ£.=¢—BÈ®þ„4òe¯2ÎÙItqoìÙ[­Ô“*óȵÇ1ÐÚá6²|Tf¢0u’{f1ÏH§Â;è œŒÿXËy¥Ì‰P¦¡bµðQ±rÉj²>EؼÉáäJëædÇœ¹‚8œ¹ ç¬ *þð»J¿ë œKmcs®ÒP#zï®c{v±Ç~ˆd_œ€0,³Þ¼ìþõ¹ùܽX,^}út·>ÛÞF¥/e®œ/ßþ OQ_u&Ü·]m¯oÿûõ*?i¼üÅv{ImÎ?^®~¾û²\ݤa|êê ¨{s{wÖ8ïî§PSþx»Y¾ûºþ¸½Ì†fo²éÅâîòruÛto¶÷›—àÜWáî>Ü×úò¦(\Ú ÁÂvß©î×î·ßY·Äôg#,\gbH@›@2Co…Íli˜¦o•Vþn€¶zÍÐëËa›^WšH@›g$èm¼&KU[ºowþ®;o¼¦Óe†)û¨÷‘ê)Kw¹¸˜¯­µ•UM7ü'4S¡× ir.›TX…ç'µˆß'ùcP ̽Üô¨1:VµR—2Ä à1…6d"×8LQœ»X +ÅI3í\(WÌ;&}®I™!×缩 åÑø]ï×Û5„s_Ãq†›ä^E[‰sãXd ñ5|7ùE³‹î±úÎ2‹æÕ¨lfšl…`iª®B¨e²âéðQ% $t'àM.4ïjFµûѼfy¨uãBœÑ„d´®›Ê.¼ïšs½&§$u{®ÞÎæ\L¨²~V m½ŸÕÐ# ½CAOtv÷L:¨É•EB+Ë¥Ý'¡% +€`VÝZ w•åý;æH_Ü©‹è­3VT{Ö ¸fmÒpßUFï–ÎF éczaMÖÏN PYí§#;rI‹"¸l¥ÕvêÇØ^j3µ[\Žw:)J/]Õç£}éУ¸SÖ KŦ¤ÆE`Œ’²¶NZ¢s½È«þ¤Ç +"™ãìŸ +àšÔùãV]<~U„C +ÿt¤¨sÜ…E˜» ùPãÛÚYcW½³#O@Wn:¾Í“Ø¿*Ç¡8Lƃn„ÊùÜÚQÍÚõœ=Ÿw|®ÆÞÒE9_T$åžê¾²}f¿ÍúIļžÞk{À4“ï^ú!÷=k§û™µF˜”“ì)æ±¾ÿ–óïíõýùõr†bŽ óã@F¸—a@¯Pƒ™Šc„0YÖöƒÚå€ÉY”iH8´À‘]Žìò#Ø宦ÛPD>'‡YÓ5ðÒ˜v Ë*âÔX/´˜ê­’#ñ¯ãâÙF²½m8™OsÚcYGŽžlÚ³½“uõ§ØÒ^z¨`vâ â„;0Û0H Ç'¥æ‘kÿ µÃ•jëø¨ÖDuê$÷Ìbž‘ð(¦hÿ±–ó M™¡VCÊjá£låºÕd‘ê‚Ì1âJg1®WÓ0§¡Ø“Ó[§.¨Äï:ý®ƒzήÚÀý™{˜[zäb½ +°]T Ì°ÌzóPª«éßË·?èSL1÷í_WÛëÛpñüÛí%´9ÿx¹úùîËru“†ñ©«30ïÍíuÜYãp¼»ŸBaùãífùîëúãö2˜½É¦‹»ËËÕmwÒ®þwû°û*Ü݇ûZdÞ™K;â/øïOØî;ÕýÚýö;ë–˜þálÄ†ëŒ ‰jMÚD¾•8³¥›¾•[ù»¡Úê52Eś¨ pz]‘"Qmž‘‚xM–*¹tßÊîü]wÞxM§Ë SöQï#ÕS–îrq1_[9j+*ª:oøOh¦BÃAçä\7©° +/Rj¿OòÇ C˜ºéQct¬j¥.e’AÁc +½.hE®q˜¨¤8w±9 Š“fÚ¹P®˜wLú\“2H®3A$Ø S +¥ñ»Þ¯!·kì6¾†ã 7+ȽŠª¸ìƱÈâkønò‹fÝcõ5œ!eÍ«QÙÌHÙªÁ ®’¨e²2êðQu $ˆ'êM.4ïjFµûѼfy¨uãB¦Ñg´®›Ê.¼ïšs½&§$u{®ÞΨæ\L¨¼~V!m½ŸÒ#½CFOTtv÷L*:¨É•EG+˥ݧ£% +€`VâZpw•åý;æè_Ü©+é­3VT{Ö Ìf­Vß_KïÐÏ—‰òâ˜û–u½"OðŠIÁ¬vü±ó´h0üÝgçI§næÍH5Y5Ùàaa Š{dݠ˹TlÚ5j,ÀGÂ8×!º^xA´mHÛaa¨\níX• ß‘ÀûçJ´I´‘‘&ܺ‹oX¡S +Zõ‰ôxˆ´Í9Â,&¯Gvë{¡J.4vÄ™Ø՜݄lÈ95oÇj1u32ûýf¼¶32Ð#>5™4¼dàìñiS¬ûq¶œ•öȇ×M]¥¡À Ôæ™›i7‰ év˜Ç÷®vÄc´Á=öƒ¤ò„ räpÊÙ—ÏGP9‚ÊTŽ r•#¨üAÅ¡ÊÚ˜z R2"PbPT-M4fÂ$—vÊ<Æö•¦lu(•ÉŸVD>ïXAî œvÿ\Ð\=V&ë.¾aÝ'†D†‰ÜVLè" Z’¡”ªÈîÆ܆ Ù75û!9WgÍ„u/c;;`'Zz|Úë:Všõ‰?Ï +Äì²îHÏ_]2SîAP2ÉèÉP ++³ö#¬ü`Xyu$•#©IåH*GR9’Ê?‘TP4½Óƒ†TVš¬§ŠÝÊÞòš—²JMíPW8FÖÇLȪ¤2ŽŽ×/÷Ùó~Nwìó» Æ();y†UÆê?ä B½ž GÛ:0W…weÇÀò¨e'Àò€e¹ùD¼BÏ$áaí`oj€tu|kÇ ÚÕœ aE›(VåD™µS?ÄÞ¬ë$paÆîCbi1ÝçähŸ$¿[+ŠJ]q1=YÖŽó‰z¾z¯»ìÔÁ.fnu²Ë=öƒô"{®8êÿÐËc]ÿ½èåöv»A;éþs}¾ù¼ša˜oÆ«Ñ×C/ò¥#X %&£àÏvêPQbÚ¡B£M’¢1…÷&•êˆG‡ôf0–å³q þ™à=f&Dò×:â$H÷d¹ÆøÞ«m7Žãˆ~Aþa^ HA´ê{w%O"ã8Nd ü`À zE8 xh:6ÿ>§º«o3»+S±Ô왞ªêºžªf P7Ø/:¨¯àùo˜K:…ÂfL$œ¬lFyj0½0„¾œð[ÑÔ“«>esu»+oÐz6½°LâØ/§?»ÃÛàWóéÉÚÏ>J;»O“q‡Æ”1)Ož`MžEÁªTÙ“å¡Ä=Éñ¼Š¼¢™üÀ“«Ž©!}uœ&75}¢³qÀKZ„–>Χ‹ÂuÙãY&yAž2'€›äÑÙáÂ0ÞÓ$„KȶR+Ú¬5@ÍöA^¿äXhn +MðyM…Ø=9®oÊÊ“‘}¯)Ÿ©VZ”ƒ[ý6 ¼¢H~™$"iª{¦Bì>ž ·û˜¥#ÅIˆgÒ$mê°G¾AÝüAb¿èohgÕ[O\-tzHÖ‹_aè¨\å*ÑPH ¬ºå¯×GÕÎ’?€‹ˆMŒlhÉBzéiÌiƒCˆÖ] ¯è>¨0‚†‹½žX«2ÍHÚ‘Ÿw4‹à6Äa9ùqð8æѹ™#kã3Ø ˜/µš$¤º…ª©ÀÒu“qr³µW¶¨˜r‚tͽ¶§ðчò¯$òà +iGQ×ÉÍ&p«ƒ±>àeÇ°–dQ1Õ™4ñ]ANˆhHuV†Áõ¬YU„Û¡(õ¦Lö«2ɹ騕‰‘ªsÔ[j¶^°u©¼.–&a]Ž6å²_•K7=ƒ…7·;2¦“Š+wð&À}&×EAM•›œ| Rç9/ŽL|š x%Þ +¨|¦KJ|ejÃÒ7à _8Á6eý V' PÒ»àb>×%¦¸S¹ãê+X$¨¼úé°'~Ti;€=-4˜Ù%ÚÞþüˆWdè*a.gÿ:2€MzΕe5qèÐõ""—xîîT"³ÂðØtùý¢þ()‹u¦D—B* ÿ·äèƒë8«ŽŠÖ¹/.õÍõ6j=ƒ½Ë5®&Ñ2I TgãzÏkâ9üµ -ñªØVõÔÍ$ö ¸ýù<Æļ£‚KzÀK¾wµdm˜Ánž®¡BpË$¹vÀ;fô\©£¢é°§08]Ä`N‚XÍì‡ mo¿®‹ŠpMã¨,WÊå~Ÿ85-õ´C +‡Õ~&G±Ê 3g+â%66d@¯ÕBˆÕŽŒs`ëZÄkªŠ™¢Í[e+,5©šh¾LG&œcü¾óÀ ÷3}ºÎ³ÑÉ.„»ô!œÐ­` jÇ&g¸SMÞ懈"ÊœšÙnæÆÞPî/X…ÚM´®c1QQÕ9Ö®ÖamGaŠ¼Š˜ #ÂnÚ{²Á×’l8ä©`«dÔFõFÄ ¼çõgß½|uÿðç«ýÃÕÝíÅýãòGÆž½‹*v®—oî¯nXž½Úïºys÷pÁ‡Ÿ/à£â?‡çòo%›Íú£ò×}öêK­¾ûüöÝÛÇ›ïï®+pvùÃÕm…žýåâ?w÷W—ϧ–W|›o~®%þû댞ùçf—ÍÊäÔ"…Ä‘)ʹSë¿ù×ßðôo`?/nùjùöŸjyuß¼Éq;B†GÞ‘õX%0*,‘pÑ!-7« rPÔ;§È´Ö ïâ’ÔÖgÉü±ôF,—)ùL%1„“u¢¸¤f°HpXiŒ•Üb!ÆšBô"Ù<» ŽWJÎYÔŸŠY +\$8‡²uA8!ÙX5Ž¹iÄ8‰…8Šúò±Öƒ¥…ßò§:šéZ¬$GðÄ 7Þ"ÊÝìZuUÖÏAÀ*ˆÌ ‰—N¯ç༨Â,Á€¸9?{ä"h[G!úRj}eã@–æDØdÍ<ëÛ{öǘUø|pÖ *—‡9&7Y3oËj'R¡Ù›%86ÁÚzÔÖ$A€’Ê£¹IMhØ 0³öæÎJ@ 7å)>FN›ètÁ +H:ó`€6®Ö3-¸Âßœ¨+í2o«²õ(áð!é–¡®ä]Ð š%Éð©v©ìF;g4IŠDç3×q ¨i•öž¿ •-¡¨÷TS>ìñèsád±6 ØK/Û Eí†RÍæ¾®8õ|-³&í&pÉkoOødv- Ƭ"¶M®ó#IwšJmåfyù%xÎ34lû‹‡‡ËûÛÏywÿðõãûK™jyyvww=º½øþúò‹Ÿ®Þ]þ(ÇôVÔL€îóÀ‚ScgM šþ·‹C?3ilœ‰¹¿|syqýÕf×/üÅ$•Þ^_í/ßî/®1ؾ¸¿z÷÷ËÇ#ãìWM¦¿^^¿_O¥ÿÓHò‹FíÁÔ= ºŸû›EªxiI«Ü±â"ý÷µèDý-RÓÆD£„¨4« ®l_ºC¡ç2M<ÆT™ äòáÔx4ÍhEwÓå]ÀWÙÚfw¶ZËå‹vyÛî;Hè®™”9[k§6€ý +[ßîZŠ•@IY´/Oâv®çÈ}Ôó¨”b™R¶-õ›¤ê÷€†«©½% !2fÁ-msÐW<¯såÜÐBa˜@ÉC™LY‚ÉÞYâú¦Ž¤6a¶õL1Õ÷|Ÿ¨ÛÛ~éAD÷ЬÏQƒqì×8àã}ëP¬ëH( œŠ·É›jÊ8®fu ã+•¹ÄĘdX7P"‚1 C®†KÀBT11¿¨2NoAÍ©¢Í—DseÓ‹§-ºSI1˜IF}òa­ª >ñL/nÒ;ÞÕ^WØ +¥²Å«…¶$b?NËøÆä°Uø_»œÆ +Å”™Ö%ûyá‘Ãy¿÷ÄÂ4*(Ḫ¡Õa<ªìKÎ „Ò£¨Šµ¸qóNäõÓ†+øR"”(È 5ÚÐ +DL¼ª—p\I#Ú‚Iu‰2±ô¸(¼:¯¯Êê*¿Ø0¼÷`EKñŒ$!.£0 Åí¹Ì{c]s£)L8|n| ¢ãœpbVÀ¨TæߌŠª¸¦òEH£/uÎwwå0xžŸ!ðÁÐéÉ„ƒ9 ña7Ø`ìAœçL^S­‘°!ÑŠ¾L°‹wQX±X–{aóºö9Ûqd†ò©œ£rgíLíxÆgâƒor‘ï+£MÆ›âbMQãT:ƒÜ£Jܸ˜(q³”ªß'Ia~’dR¾§ƒöaÚØ&¡â ÆAWuÑåa“Xìj›Óú?Œ{´2C,úãMM ý_æ«à†a®Ò ªâjïà5úŒ²ÿ¯‡ 6I«þZUÊ#:Yc8îòØ-Š›è¶…ê`ë¶*ÏqI³-G]ØÜ¢‚ oë­–‚ƒöJ¸J:Æ3”F3jÀL<¤;£†‹½V¡èÏ´¢\pa|øù¹0Ü·Ç;aH߆ ~ÞÒm‚HÞ\0fÈ¥ÞêEwm=âêR3ÃÙTŸ—Ï8š\(nnšê*øÂæÇ4¸4{£é(ýTW0É“<üÜuMm›(+ÓœqǾï +ü`OYu÷ +endstream endobj 187 0 obj <>stream +H‰ÌWÛnÇ}'Àè¤aû^Ýö—r&’2L ˆåîŠÙ€äë,þ}Nõe¦g–ŽhƒbÒÌٞ꺞ª"ïLgIjùNjåĻÃò6vd¤cÜtÊû +ÛNûÈpQÑ0þñð@Š7éwª8Òg ö±‹1}VàwØSú<cçt¿Sì´4ªàª”h»@1|Ð||~Ï¢lð×?àÿ¯nN϶»7ëÅn½yœoŸÄ·Œiqzñ¸GgÊü}¾Û­¶ßþe³Ý}xúeu,¾á3RœÎ6›ûñ¡Çùíýêí§õrõk9¦öE]®îÖ¿î¶s¾²¨¨3ÞYát'£WÂRGNz¡\•BâÏéåj~ÿ~¾Û®?ó'#±ñê~½X]-æ÷ëÇ»·Ûõòo«§"ú;þë𠊣cqý3^ð™¼ùþqyõôp»¹¯À Š=VèèÇí­8³ûO«ãC)Î8G®;<øtx ÄÙ/üú#?ª¤~{bè¯xú7°ß„ïÅ?þ)Å__æäcK„ÂwÚS²«Áu§-‚Ź%;ÒÄq6‘ß)æÇEÎê4éþWRp2b$¢Ë}éãw¸7b$1•Tpý¥õ=ß<èÕœ,h$î› ³[vSþ3û;ðè§ÇÇùÃj)î¶óåz…d1渜€{;euȯvR‰¥Œï,¨ùÐy mfw‡ÆÀ,íÓÙb/H£ŠIz æg¥èg³ß+Ó§?lv—«Åf»„ž9[_¦×^žŸ]¼-v~ø¸Ù>äßjž"¡—›ÛÕÍÙE¼RW»§ûÕÍ É8Ù=×Ë}—ê/¹´ü›ÎßU7øZŸÒÿ²äx›Þ5!XI^—ìEâ(émƒsŠ©.˜œb± ´3 T¨´ªùØ㮂­X¯q}6–·>C4¾=ƒ+Ÿ’®‘5€£‹|ÐrÚØ3¶û|ßï^–Ùʇcq";)•µ™c`¼±ŽÎª@a/8Æv +ÿ央/év°¤Õ¹ AjœÔˆà×Å.X2 +y +ñZáARÐЕÜ&8‘¿L¹\ÚÊk¯ç½‰ìZWÛ êðU0{Ðæ¹/ã¬î>¯î.8Ü­M,ÑËd_=vwzÏ#œ¥<:Ç™ãBM³"±G×7x£k/¶7i0Ÿý…ãø¦q†²^“µq*$*è3'š ÁÒ‹V¢ÃFŽ(ïç[?>×ð q'qèñA×A¬¯ –ÏGƆ‡Ä ˆ:žÃj³|S:¦F–ù)©tZkN­JWÓmÀ½í¼ ‰Íƒí¬·![j¢OÊGÙE“j¶‚}›D°£Ã†à!íGb°ê¹©Á©sdµ‰ º +,5Ò¡‚Y‡Aáæpcò vß/l˜ÊþzGÚSáüXu¬…N#öà…qŒðEpŠ¿ˆª3ÒR­ƒ˜¸]vMiÆϨ3h:ï½kÀ"×iirØçÑb$µÇª‹J ‡1‹‘ÔÈœÕX… + ½¾íáÁàFìž^#BœÆf‡ŸÔ—ªoo°£q²:’RÀ¼¡ ÈãaŠƒé´­Q‘:²•Þ`qÈUƒ­IΫ`ïÔ`£Ÿh’*LÄ`Ñ¡HèqBÁ[ëÄH,éÎÅèÇ:T°KQ¸=ܛ֊ÝóÃk„Åb±²”N}éõ­—9»¬…ÖåÍwÆèa‰¬0&gíRŒQAÙdI2õD²¨Óœ½ÌWxôˆÉat>ˆ˜ˆÀ¬Â¢2j…c?§÷R½D‡Œ&ŒTèÁ"¡êÛn,Äîyá5b‚²öʸ“úRÔÕ’†Ë&|6c]çtêµÄ©uÓÀÇ ƒ˜#¥Ôh$„|ö‚×Ìä0L™â±˜UBÜÃQ‰±T¡ò‚بPÀ"aз9ÜÜ‹záUÚ “°”æ†S^ªºZÕËÌ^Õ–Ö$ÎGK$ÑÃO³o„‘<ôD &qCÀåoÀÒ¹±Øéa¤gf"v‹E€óÈ SÖ7b*(ĉ,…›ÃƒiØ=?¼NÁhÕ´ô˜ü2Ö·Üö¥IÀR¥ë 1;ÄZ<NÌ 9ÅxÓÊPf­˜ïôÜP“…ì¹Åøä£æ0dάج: àe#FR#绳c*˜ ú6‡‹{©û^x•âq¨ØÂnåy¤,ߥä¤ãÈ4a?Çq’Ýdò„TÚÏ2RÄËüéÀ¥™?a¢“¹d¦DUÜð”——V6“qgòH «c}Y*êècÓÄPÜŒëlïˆØ„´²H©ô³Ÿ¢²á ÎdÏÇ w½PiÚØ78ª<¡²Ò}U}usz¶Ý½Y/vëÍã|û$¾MX ˆÓ6»ËÕb³]"~ßðï,<§—«ùýûùn»þÌ‹£ó³‹·% >|ÜlòoÇYöwâèl¹¹]Ýœ]Äèvµ{º_Ý +•cG¸•á°Çâô +ß?Þ‰£Ùìl±øôp¹ÙÍùt•È±ÁJ\/sBê?šS +ËÞóâèX\ÿœˆèÌ»4»¼YbBØ\ª^äq©3H]LÛ—è Šr9a ¯D•ò4s^%›¨à²Œ·hï1–Æ*&UtãyvQ¹1D_n#“Ë ESLédÛ)˜b„ÓÃü†Ã”f*äv–Dbà³ä:¤.¹ÏóÒ’ÉŠ©Ö×µGvšœÍx’œA :ªd¥ê.äU0Àžó:1Y2>ã2L‡P‡tWÕ“HüYZBΡɦŒ‡Ñéß´èACv9⦡»CI\É_…ÌNŠàH8ì5ìÒYЦCÂÊ%µ.•ò$›âåx¾Oôä±î ™¡h04îTÚ=#@i”8Å„‘;±Ž2E“¸‘›OxîãçnO<ƒÆI+ØXæŸý–›¡K݇ÙʺÂQ/Õ<É—š è#˜W¡©?®ÿ[)$+Ê\ÿ¿°Ù*på¥Ý ¬MiÙ*b•C÷b£ˆK\C’ç$rŸ/…NÒ"º201o©LÓ\¦=±è5Ï@eƒ–UªT†28쎲¤)ߦcb6Œ­^™¤.žHå$„U¼‹TøYÕGB`<3Ï2ü]b°4•AN%½<71WÉŠ§>Ìc˜b2* k™@ƒª  6ƒiÂüóU×bÉmDAþC¿²†¹H*I%=îŽHpXH0,„`l¯q<›`0&ÿ>§>Ô­î{Ù½ã¹c&ñÜZu©T§Îq2‰µj5\²îwŽªÈVšñÆ‹•xZáµÖöĺ uqAÊ´áÙ9 +0ò FƒÙ”n:ˆxˆrsःŠ#ƒ²ba†uÞ›p_dO*v°kàœ)™dEp¿Nµ§Œ]@Š9à’ÔÀ‚eÞ /&Én? § ß^¸Y&bkr.tÂŹ_ø°~À„´°à²ÁÛ•!«djlÕFÝo„O.ÐóÀÄc@)ÂË@§x†MXÊL²gRP1†8¦˜æ¢¤ª ¡:ȧƒÌ¯ˆ Ç4•d°䇳îA12÷ÕXŠ{ÀŠØ‚¶`!î°ƒóÄ–Í%n¥ +S4v„çwÕ\8) ‰×eCªhê;ZÛ°Põ“*Je톚IÈZ“¾€ì£èÑÖyuùº1©Ì„T-º +Í–Ö7Œv5‡ëR1*…d“%#„ªåb-~½Äk¤ªƒž «ð_·¢õq;1þ‡í}J¤°T’‰,̆pšSÄj–€¡ +Çõº¦$u…¨UF¤D +8œ@Gˆ ++çg…¤€{äh)‡"NØ"wU`ɺîbÓyÈ* !!Ãý…oåÅ5dC¶œ~]3j…rZsawf0®Û¨¼ÇVèÙ¸òÐÉÖví1[‘±ÌëÁ‰tŒb`—IY»ŸG›&£©>#(ŽUzÜ$–¦ÈUu¸‘Š c®ÅŒ C×áW¼2NSjõ²s­|ªU@(QHz² ×Çúu]‡–êY¥eBÙaÁÆ]F¶`ü©7GI9Ù„ý8œ¹FS;0˜ýp/ÑS5þ„žMÜ[ +ˆ–‡ +•³zgÊ¢(EFÖöŽM½\,ĨRNÈ: ^„¬9±)‰ºÑ|ß!Q ›”]Ô‘W¡oIÜ¡È8Ä…DÁ=Dh3p #JwXB1ÕÐlÑDïÙ×hy+X(ºéælc}—ˆ¸aUñqͽDˆ´Є—¾D*kèݶ ú˜ýËk"ÖJ·jë°%ê6<éqÕy&ÂHôÀô"X’-èØtkc::¤ë*Ù*–˜íí.¤EªÚO2?Õ¸ƒUOù¤¥J.ÙÄ^°dÝÞ£Ÿå†^WÈ"ûÊ +©æq°®œYúá FpqMNtrwlAÅtØõ …âÄŠ\\{„¶š ‡‹Q°¬dFêa–h7{¦¸`¬U©’³õO3Êj÷44È„ª×5„Þ­ÁE~P5‘ ‡Î +ñN¤^ºc‹®Ú.LXž¦º ?5욊zJg`¦¡}‰¤Š3NFgÛÙÈ—!,)3[ pO.Ù@g +Ë]'j¦Q/~.4Ø‹!dPLÐ6^„à@!¨T]Í\w»  +l ŸBâ" T’yñ[!«Ü%çÐp ÿîÒíÊÐåû„>µ}™”•Ý„=²VσJè%Š)”—JIÞ¿oÀ£u/Eä õa`Œîv]P ³uEƒ …çpÉ!ŒšDŒ{‡‡xƒ½p"³§0ÖO ¬t º‰ÓpSìfä LpŒÁ†‚B´RÌÍq.`Œ z"5â”»7¸„Kâjº¯ˆ–$i¸"Å?Àó’‘Cl×ìßgÙ–ªý„4Ro~¸Wå lOW# 9šQIž%AN›ÝÖ–‘ší쎴ç…xYê%U9jáÿ£ìeP +È’$œ“ U—Ø›p„ˆ|J· ¨~ {†ú\„!¹•é'60+„ºÑb!éµ:L¡XX@e_Å45°ÑóSÆqˆRtUÇ´”ˤ“DÔˆp¿ôé¥{c0Ä -‚mÄ ~/}YQ\Ü,%ÕB7¼¹6`Õ‹Íô" ¦f¾]z|}žœdWŠôÀégiõ×ÿµKv…Š'ÊÙH«ÑÃÑ.¼Ù‹*Êt£¬({´ý2ývö¡­p8 |˜ýM&¿z•QfWÅM¶ÌNe‡¶J4._ÛÇkó¹õ1³Çó—ø•&í®aâ©*’äÉ<¡$XÈ€ÍÖDEðeQ}ª•¤hA†ÿ.!! óp—±Œ›²ý'Mp)ËS誗ô¢à‰ú‰)äsd€©å×_þæÑ—ëJÙ‰²nB3®Iñ³Lï•3yÞŸįÄÏ<‚úß÷û}úûræ<¼õàï_ÿ)†¯¿øðþoÿ{øö??ÛïøׇaúÃÛŸ¾]î–·?}óá‡ï_ý.,¯åöw¿(:G‡·ÒþûøþŒ¿þ Û/K^þ²üýayßýÕv0¨F$ÙÍh:0†Aq&;º%›†Gç¤Û‚úŠ´ +'È(é/ÿWF}fsçb6ú}úñdÇ¢Õ ¿óˆ]“±×KÇoÇŒ5®éÜö‚Éãùs3‚§ìÍ?/ãÑ+?ôb@°÷¬­S‘Š +¢áå ø8_Æö”î!4«Öd,Yº;Y¸M/#ŽnÓúÄq»2®ßjÞæ”^š½]J?¹þ~¾°û´DÐ1(ÏÃhÂjžìÒ\µ8?jªµf#’bŠ£W»pìØê2»­àa¼ö¡ÿZ»°uªóW(ÄÞ×fÜ]<Ù·(7§Ó{öï¾?OÅ—×õtLíÕ¢"æ,òðxŒ›`aŽ RäXʧˆÿY;&RA“ Æ?îÛµûLêwŠ²\MKTÖ£¼.Ë`øyÇ?O‘c¡·,y÷ÍúDImñR×(ꑇÑå‹M7ÄXk&«6ãH÷ýH·Û‘îž³âÃêSrIiŸný}?äW¯ªÕ¶sÒ9¥6s“qwýdŸb]Ý®OÚÏþ(uü|JFܺš)›i‡¦ðÏÞxˆdƒÞnvöXrÍŸá¿ï7èU8› wó¸uXí[¬›Ûã2=÷~÷ø/µÇ>ûJí¥E|f$úsß•Òeõ*§”´€Êh·Í^ó©RSoù”!z]yõj¼†bŒë‚þçÝa¡­9ÕÛÉ8b0lšì|*œÓ²sÛ  cÍû†Ñ¹ýðtxzòæö<W®Ê˜?ìh{Ž Š ãLj7ÅqâÚ!ˆÔ©íë„/ZQ5AB›ðÙì\Ì{¨"±µSîÉŒtªµ”Éèe*xxàÃájÄbçuµ¾à0ìȱ«•ÍkÜìqÂ0º‡5ÞùðöàÉíYnQ%i JdU?öñÊm…÷U²xë&ÝPyöp´îRe xb¤Scu¼8—ɸfµ•P‡6eâƒÛÍè1¬ºÔ팩Ϲ,;·œ ºzÝÇ0Œk]<àùðú´ÙíYnQ—|"­Ëø1âÕŽÓÛJ>«Kí[J8ñ`¢A—&3˜s*M' (f¯rà ¥ç D¶þu£¥ˆQS9Æþƒ‹ƒÛÍh!|7pu˜ûÊÓW¯5`Ovj»V£{ñ·§—mnϲp‹¢`°k¤bE?ö³Ëˆv$³å„AV¥ 18“þD±ˆl2(ý€yênDêd\+»6í| æη›ÑBØJ¼š{b^ö^…HŠO!¸Ñ=lñN‡ç¯nY¸ÉÒAcrô +#\[rM Ì ¬z}ÐDG;Zr#F­Öc6’¾ˆ×³¶ýD\¼VBm6š¥B¢*È{4æH…+ÕG5ShÂêö2Õì-˜Ãsi¾¸à±ãè¾2·¾¦e¡v¹.Iä¡h0ê¤}0^-+¤J…â³# ¤x”¿áS¤¤ž~³1ÂFåð™HS¥bŠl–šÚ䑱(_ú ¬hÜ<8L>ç°ŸßA'O‚q!ÕRêTùÖ:ƒõÀæ(q'aË Òs]Î%Æ)fy«|)aÎã.–Ú–…s•‰òðxðZél‚!•Üd¹cבN7`‚ß’UaE°FqzÛUß¼x|öáã·o.?¾¹zÿòçåwjÛ5,ÿ|õñÙëË«¯Èßoå÷»¥çñ³×/ß~ÿòã‡7ÿ‘ÍËÉ“³§ô2øë?¯>¼³ßÙÙ¿_NÎ^]ýøúÅÙÓùßžüôöõ‹k‡|Ù ·ö^s*–ÇÏÙÿþ§åäüüìòòçwÏ®>¾”Õë‰òŸ<8.¯¬ Ó] ò6„YôÚròh¹ø› r ˜€³V•ÃWÓVL¤­&g½]Z]Œýtª¾k »µ‚ SÑéRa3OÖ“óÝíÁé-ã}N_œûj qV· Ÿ½\±qÌæ·Q8Åq©ÏìZ0Ô°òö>²?¢¦kþÆâ^¤&©=D‹‚x6»¢ká‚as^T‹•@ ¯_uO8M]Yv=ÙŒ¥(T°Š«jQ!WŒƒ÷·çÎ9NQ¨Ã@jÒæšLmÑBnN#3@ª +Ùõ¼&)¨[¥Fʨ¡Ù²I™âôþvߥP|±Kc$§S×3IÙ4°GïqW›ä#® +MYxq:t¯2i-N…·œ‰ç5ù"¥V` Ò"”î^$ß]³ô`D*·ùÊfx›±Xš™j+&UXË´^Ž¤Ý, ÓtÙT´„8!ZSaŒ¦ “P +=VQNp¾(€5 «1W8c)ÕŒUçñW2ò&§¶æ>”–ÊikŠB‘‚P+^!ÜŸQì:ªšU¥f¢”l±@d‰.+G0>5½Ôtå6ä¨æšMíz–g¾87ãS”m +ÝW*.Zfô×µ £Ïµ»ÂÄ›gb/sñÔ©$âE±qŠ÷*k#P›’¨X@¼ ‚~æâ"/£R\„E¢½–$§umM”®¥¯ˆ‡|¤ÚLÁXÓ†q!LŠ„‹ÂÿÆþn*@ž +¡þ‡qb…£”  $/3}Ô½FxZÁ¥@àì$’šµY3„ í±&z´”mÖ…Áº¶t·ä<Ñ3ôüUp%Ó*»hì†Þ× +®u£Ô £Y§ÒÿÒ>Í„U^y£¥–]Á‰½J¦Í>£¯U²¬6‘6¶˜‘y]ض̆¬síà E¸¸E§;e:´±R«¿¡æ¸ËLkÃ{DSJ³0rzU‚•-›1‹ð´¤SñIì%˜ÃØ(7‚•nÔ¯f”ñîa¨…¦=4p}7¢âT`Ü`h/_ÀŒ‚äK§lÕa;eæÂ&DÛ ºzVq?î“O© za‹'ª^X›£Ní,ÀåÒ»•@GÚ˜~ƒÒTpu3s$VðúÐv¡"@/MØ!šFh¥µqŽ +MÍÍ5Íq· ª`ƒ‚ +¿‰ ©óà^¡¬}JÌ‘r©ÄUÁéºìO!5—I™Ù½ð£;æêaP‰ZÊȈú5€R’÷ß”p à)MÉŽˆõÝŠ1)e +BÛ¶h5QPB(’B„P,¦àJ† 7µË„s[¨Ò²¨ÁÙÓz@Iѽ€ Ž1L(t¢¹bŽsB6 fÊjä¹L/ 9få[×þ +å×b+8™Õ]ƒFâÀh^2nØubû‹LË3æ9|1S}_ <]@_ïÑŒI¤©'Óa· ‡eâÑR«F§#í~"¾€+M¢¬š A-þ2—¡µ°$”)”–8‡p„Ø›V IMœ¤ÙKe† CH"91ä>œ"o4Wļ5G)rÅü!CÐUºi0Fö6§ÂrS¦ †)7¾”ÅAê#Š¿Äþ¨kahaàfau@ãÀ¾Fb‹¦…ðN*áüXoU/Ž”4Ï‚§¥ßUº{n˜dþ¶ó×L?K™ŸýÛ.¹Oäî^Œ°j½»mÎìÉCèR%«ÌYŸ-;;óRè·ÖB‚ »çí˜üê­‚2»Š¥:˲{¨ÌÏÑr^/ßþm›·Nî®Û>f÷Äý—ÿ + ôG´Í ÂÂÓÈd‚äÁ<Í™”0ŒÌÁo@7\YŸÊ$Iÿ€ÂD@JrSÄCþ¤!C YÙq]µ’.á@žò<í¹üÊv"29@ÑùÉç_~~çËG1Õe&Ü Å8&ÄÒ½Göä~YüŸFüAÎÙmAý|usÅÜù~8rîÞvá7gOcxñ‡÷¯žz÷ãÕÛÕpþú§7ïWÓɳçÏý&,gréÅ/ + +ÁAá/JdkHQê®iÞCJÂifˆPwúåm ËŸøö/l¿,eù~ùû?ÂòŠ‹.žY;„Cç9Ð[¯U§]ÛÉ.‚Ë=éª%„ít*3÷£ö:ä‡9ßËÅòÝ;v×è>ø ×vaY}.7Žežîû°·BÍÞ]÷=ëÿÑß÷ÃÓoé‹“Ë7.©ÑôâÑ"Õ+‰e?Þ¬UÁCFœ«’Mçd“VŠÔ«ý»Õ ¬.µºe€!OWxµšF¤íhF16Ó¼þütJTT¿þ—ýrëmë8âø{|¾HˆÙÙÙëc¨¶FQ ìè[ PŒmTC–æÛ÷?3»çÂCZ’%b$É9Ë=»sùÏo´u_!•BÃ:§*®ŽŽ¢1±$#¸‰/Æ‹R? Ž›=Øð‰û…’ÙhƒmyéÓ#Îx®þµ’ÆÏK?a€,ÉóÂOp±R&¸*ª†ÊÔ/y8 Óo ›6^žŒ·4»t ZQU¶3¦JÔVëuèëFFèEs*ËXxuð̧Gîb×<ªPÌ@º$‘øç³ÛÛÝÍÕßþ÷îúæöß¿¿Ûµ”r«7××óEWg¿^ìž}x{¾{ß–Ñr«œ÷·7Ê7“ 1´Ô€Ì òoAÚ¨i'R²ÐñÉ®õåÅÛíîåöìõìæíù?w{Jý0)|¹;»Ù¾ÙWÃáÿÏ*ˆ™¤I ±K¹´ì{!­1LYÁÆ1æ˜Ô(å¡sbv€¡ Y†ºÕ¯U#J—M¤0íÆ_ô*E)hBá.)ÿT\#tc \›Ñ“«¶Cö¥Oz%`Ð2É€Xºècl`e8È›‚`ZÔ©ÀÙ,g;0¹hFïq‘&Á4”iÀ™s;3<»X'À»›†ðšÝ`+Õ´Sbð²qÀáBsÆ7_ô¸«é.žûˇá&‡ÀÉýÓsÉ‘°÷' ¼ìq8ôöäqÁ×=†ßž<.ôþSÀž<* Ž¸]7×ÆûÊâiÁþö—I¸?9Èh +ÞW‹%¢diÿo¶N©n~Þ]ˆöÁŽ¬áâ)÷'rý,èŽ[1úî÷üè{îxò›éõpÁW:çütu}µòœË0&þð¹å/!·$Üâ:EzóÍBœØÅà&3z©1bˆsÖ4-ÆÖ +å̬;Ø) I’/:¥bFñìÕ(X–FÒÚgdåÐLs5öÁiÈ:/Ò•sKzö[pœuuìÙâŒÔ@PcNv0¼9näKí·(³N¬†Z±4x>#Eªº¦jC½†¤¡Æ§@”m‡¼ö¨n±C/ úº¾‘Q÷BeVcþ.©ñ×y¬d'ýÑeÇ–@Š}ÝnyŒ’ÔÅÑƪU¼ÃJì~Þy l”DzËá }i3|<} }¹JmCP({œJè+ø€BZÐ\SQTF_í‹ÍW3\ÐQtF_†^‰D…ËlF‘²l :0š[—] +‹øyñzª"Dñqèʇº¹@W¦ÃÐ5Ø ]¹ÃË}˜+~6æ +d.Þ;ö§!W=‚\uátA.ïž¹ò£‹ï\ùQÈÅO\ÇðÊ=^ÑŽWü¼Bj«²<€±Ò1–?ÌXîs2În´'=±””vPý÷`,š0ÖÃߺ¹ï[ÿ\Œõ‰¸óvûßÏ‹ÝùÓáNà …í ùrÌ£òIN¤j—Ññ¹ÌЀ­Êìh’ž““ÆuØ0¹$WíµýëÖ„SQ‚g«B–ìm7‡ßNLÞªÔŒœkµÂÔOf4´æëjíê”3¾qi—N<¨ +Z{ÑŽA $3hG<4óãé³÷¥,"U_ƒ@>±5ТÒR +òr°ï'ý‹8=¯ñ'Š;¥AC`g õ¡³®ŠíeóR䃃SÈ>8Ç\ì †IxK°¬$ŸCœ—Ä,÷’HVöƒÕÜî{]*SSîþ !nkXÉB"÷¸Ö’Z½+c‰|‹ °7Žl=v/.±‚0S3Î8ÄOÒÖ¥2Y#é{È '¦~Á0¹ê°Óè‰ÓNL“ÐŒ†ZLÂj’ÍÉvVcÿ>¾šìlì ­¦¿Ž ¾íŠÝaÈbê®Õ½ó¹'ˆQl¬ïãÄÞŒ”S7–ÑèóÄ8„;'×h 8Ù§¤šp+[g¤¡ü‹ÄHžhü>fÎÌ+’€¬ün^|z:óðÇYê_Íàê«v~AÚ™’AW!{‘ÎBÞ©0bf=Ø—ÎŽØštö/6Ñ€Ù‹! ˆ§‘N +±¤á ¥D:‹†$ (I>Ä\ÁøôU5¿ªæŸZ5%Ô.è –FL² MÌ8%Ó¡1²YÔ}¥–…Qv۶υ˜IæKeôJžÛ0ŒŒ0Ør0IEÊ‹ 5Å’K´Å:bÊ®õá‚íÚ‹ Ö»eÛ3ŽEv†er Ëä:úlfœª~3%¬ – óW…h /¡ +Ô|·Ô¤I•`ÄÌd;`q‰lqt±®fÞ”mÇN4÷üö®‘4 ×àçIôH]þ\{ª~É¡ÖAtî$ˆÇä8MŽx›Œ‹Á™úÔn­R™,˘u&Åc•é°@%óáŸæ€XVé&™âË:~ê[7÷|kµ9)÷RײÇþHzÇ8yx&› g-©SOSátˆ¹j‘­ÌIuíŠj–Ð~¬MÄŽÀ±Ç5•Ú”áCûÓZŸÙS•õ b÷ìUvJA¿²ÍË`‰K&×¼NÁ¥^0°ç¢š‚w¸’Ôa8^.²C‰ÿg¿J{ÛƵè÷ùü2@L®Z^?Å]Þt^ÛM0(03[MÜ:’!+É´¿þ’¢K^âlÄq“ÊW$/yyî¹çö|ßò¡¨CTã9Ôgó]õ²¥°+§÷ÎN¥ Ýx:– ñ›Û@}ò}W¥©và_pje¬ëgBÂEe©4m*ª¢T¢*‚€4)©7 |á*h¹'ð°bEaeº*””ÊÐUVÏç•1)\Å嵊ËBßÙQ*»ºš~v$d“aA%®ÞÏÏs ÙüÜbZH"Ô¢¨‡¸´Óœ¥ž®á‚A$éªì P´‡«à +á/à +ÊÓÕ€RJø&Í1×çž2sîœë¤BOë N-qê”[×oe¿ ŸzF§@C‡xšMu-ô‚µ’½]µ/J»r¢Œ¾“Ù¾2à×wA•*6»‹µ—ìiî’CuY!…4TAe| MÒ¶/Æ!Å­hA7º3” +ØÆá.ʬG5Ïàž=¤™¸>$-n4*,€t1'}ú`>Â]f(ºÝC"3=”sÐ+fj£‡ú¯±°žÏþŠ>A—ÜW†ìAEh']7‡üdÙé‰@ºùËÀÉc jz7èQ<ÃënÎëQjº.]¥l÷~8~0ª‘k*ˆº>Þ.‡,-z”²ª„‹Z[ðt>.M ´{®–ÓTêÒH ¾ ¡€j鶋½^çT”9*¨°I æò­àVS`ºŠ¦? £.ÑþËÉÞ~–¿ òQšDÙwòm{©ÿl½ÝÀ_öß1zò&}¿8MÇÎÐÏF‰3mG§ˆó.9È¢ä,ÞÙ¢d_ûü|=Ÿ”üŽ§¯°]I>?ÿ¦dˆiŸ?0 ‚ZØ)£À,t™–ÈÒè äDvÝÊBÅùÜh¤”„^#”XM· ºº¸Öfe”©IÃÂlU²ÂGÔWð¥*‡–®jF·/».jr^ã}÷é€<´ g!ƒè¢$¤ºHûšÎ6=bœþáça,H Æ|R¼1ZR–‡EÍà +†,'Cs Z6á•Š[ÂZÛsχíR}iŽo¥]7úŠ€ëûñª ®ìúRÚž„«•›qdø¬‰Âh «¨Â^\1â ™V‹è{wð-ÝÕÅÞìÊL¶A2;O&3Ú÷·H<„;úH *$_”PB,Ç¥õ:“fù¥s™´œIˆ9î¯ãWÀkw©K¥ƒáåf/«ÑaÚ%ß6]‹ºJÔÍ!ºjA˜.Ím\¼\¼.´L6VÐÀp8*]Õz[ϸDíïÛ‡Z*‡ þ +jIl¡‹uy¶Pö„ÞÞ.R¾uQõDÅÑÏÔáÅL?¡3–M÷8´˜à²°5¼÷×òUÑ“ZT5PÖ¼Dfnëb–Y2¡ªÌænô“´ œ@gCšØÂk&½Šÿ]P,íú„ÅÂ:®jœÙz£à´ÃûêŽÁ‹è{Â_> +  fÁ‹zdú–eॷzºðÞÔ{-ïÊG½G¶(òŽ%0¿k tK`Á» ½±ÏzÞQèíÀV¡÷jCk…Þç¤UèíЙB盧гn ¬.qç, j¼6ÃWÝ(ίø»Ø‘TJhlèò)f°áÂàQ q>Sôwe³dK§+j[ÝfÙ¿±÷þZÞµ¦¾Ïº´píFY”ê‚©ªrÖÔÊd©Q³m-ó}ß‘qC»¢q­n·&tóHK×ÀÈyekQ4Ù8ð<^_ÁJxÇÆ…«º±ØW FÃÍÕ9j²Ól£:´ñ†q.2Íx.ea9CâÐ*P~ç£Uß³®/4.\v0«¡/BÑ¢aÙSà€eÓ5r¸šƒ[yŸ¥áÕ¼«@`z Z4ÜÔ -ÚÍŸîÞXw»Ìi÷‚®v/èj÷¼zûVk÷D}p­Ý]힥ê™v¯äï™v/èn÷:ÌO¢ +´ïï~Ú=ÑÑ9yµ˜.j÷æÎ]¥Ý[æxQ»7wîÚíÞ­ôŽÒßO>¦Éa6JòQr¶»[Ø ª¿ÙzñqbÞöÝáøN¿ÆƒBi˜žÆ¤Ÿ]NÏɇ(‰Îâ ¢ig;Ë^ûöU4€‹ÉùhP =NÓñä×$«Ïí¡ e½F}‚Z8¡c¨]ãí8Ê—Nf§ô26ÇÚ5:føóf´Çgaª=÷{FùycíWçQ6H«sb”]£cìqüON^®FûâUíÑ$ΪGy–~‹±·^qû@LóîïGs"¤áRŽù®ã¥ÿQjÍ7›0tñ®×ÜAHëŸëGÐí9ßìÞ|‹Ùà |ÜÑkŸ{qn#¯óÄúVD9òÂsr홯»cÂƜݓs6æ>>7Žù]§HWîêí9N°[Ý#®äÚQ˜@øq¶=bbÇz¼,»·ˆã¼m7èdvsœvïé^wT#ĹÁÊã,!^µ9 -†'}]—)‡4Ò\ú–3u{böNWßû:Àí;í(ÿ>Ž§[/öþ—¤×‰ù¦Ëÿö~’&;dï#ŽC~Åë}ˆƒ«¸|¿÷*½˜hD¿qF3È%ıf«ÍöŠ1¿vO;Ê£Á·›O[Å[?šŽ W<‹'qóe|ƒõ:ui„˜¤ù§xB Í[;° i¶#”üŽ§¯°]I>?ÿ¦d¸…wŸ*)¶÷:þB^’­d»¶ÔŽ^û%1¾ ´Ù;Œ²¼óXýqœ —„bñÌ +ÍðNPÛyµÂü/>Å«4^Žòy'hN¾#@蛾Mà0´:@c2ß\ÅÉÁphŽo TÅSw©= ëöž§xhüPˆBÐ M!e¡g${hÑ_>|ŽfÝÅÈb³È*7ôÔqõdŽ„9oþ‰—z/ö¥Y¢›ª ~p|=?[–!¯Ò,‰³éŽ‰AmÒvãu/M°1[¶0(v[ÜžYeïx”Wà[ô§8BÎeÑpt9]€ç5‹Í3©7âÛG"Î[eÂ{ªXå0÷M(>σ)Ć)ž SX‰åtÔÜûy5µ8*6;^gé„GÃôºµ—ó3£±ÂªyÁ\H'Ñ(›L_Q®#‘êÂr¡=õÐK–EßÉoi6ú‘&9òî¯mŸ“Iþ×Î=ðÍ&cÿí{‹ ÜQÓwœEÉôKš]´+SùŠ¼‰çóKSm‰UËRžÜÍ=ŒrøM¦;×x;L/F?âfÃu‘^ÅœæÓÙ®k:ˆÆño'‡q6ˆÛ“É¢³šŒ’ÃtT+ñ—q<È?»&¬¶Ì'o£Ažþ_E¨ÀR>™y©Å¨N*Ê/I,IÖ²‰P_¢¹ +É8`™€ä¸W,¡ŽÍ+ÍuÎ/ÈLÅîÁ0¢û%«Ã\RÓ‹RSñÕÿ#¡õç ƒ<äâÙÔ,‡$¢tÎÌ-ÈA”Îz•h×;%JK¨MãAZu- À-{x`8¥ƒ srBªb€å~ ^OxæÛ€ +î9ùå +¦Àªe´b­X°W,׎ +endstream endobj 188 0 obj <>stream +H‰ìWkOËýŽÄè/‘@ŠÙ~?®ÅÖ/ÝäÚF‡#˺vØËx–Ìvð¯OUõôÌô.ð#ÉÌŠeèé>]}ªêT5ãìÍõögbœýÆûÈ4{ÉÞ¾ãl¾ ïŽðüooMž–§ì1ÛÞb;ÏUuÜ^Wå.ûãöÖc6yº˜µì1¼šMKƒã&Óbµ˜Áª¶lØOÛ[;óåIÉ~®køÿEµü¸ ;s6éfÀŠ§Íò’Ÿóåǽbq¹ `ÕÕÙ¢†)å«â}I“Æ“¿,ÚŠ†ÉšÅ².škö›¼Z¶GålÙÌË9¾å{ΰÉQYTlgyYÌèýÈIuÕЈd“Ÿëê9 ˆnଽ¾¤IÏìÂÙk„æð£à(·?ÄÏ›yÅ3»wz@¬{àlV5·“¿Á÷´*ë9‹ÆÆá]ÚyÄøçY›ÂpÚûš>2y@ølÔÀšgÿ*gWhK|I0üçzù±îL€3.ê 6-?”8?…Ääñ¡ìgMž,ß_.¯êùˆŒ'çÅ¢¾ƒŒ›ö‘Ø“ea·ÚŒÙìõíQ»†rßÀíc´)æ‹«Õg¼ÙÛbvqÇ™¿)U¯OOWeË‹ö|“¨ÑËÛiÊîK’ëSûtÕf‰ü[ÝƼÕiÊûjñþ9„éþ5)S§Ë%ìû×UùìCY¿žÏïÖk…SåCIçìXGøžöR…³œ6ß@Tî!ëß[YäwT–Ïœâ¸m–åç!éŸêuÓM¾ûdqâÃEó†Š;‚z€sž,ëùÕ¢½íDwªÆ—¤ÿ0MëÓtãÎ/‹º, o@!-k È*)-zHL0ÅÄžtÆuÄïéM§_2Q Ÿ_}útÍ^«‹M}¤wÏNOËY{»>>/A‘Þûj£àIùŽîª ¿ãþáÛGô‚ö?”©ðy¤)I%uÒ_ŸŸ(¿£4¸wïXß¡…þÂ.ôGiþ(Í÷Þ͇øù¯4­QÑŸ6ËK–Â]ÑG/oWô áÞe8±xY,š[ù“FàJz‹ ¾×‘9üïâ+ [ͪ¸­è +ÉlÕÌhà‘Ü6“óeó)Ö›Ñà‡²‰EÈô½Ä¼h.hˆï¹þŠº¼,"¤…KJ<©®òOªzþC—oÑå·0^\Uí»±4/Þ_Vƒ4Q®EWqI÷K¬WHh%<.¬NÇ?xH¬‰k‡ Mmv¸?ü~}VÏš–Œ_ÑÁ¡__-ëÃ,ê³Gºñi ©vXTeÛ–QtOîoöÎÛ#X¿j›Y~·K}ó IÍ_loÎJàÎßÏmÙ/½'‘E)T¿Í=CPÁ{–mÖ¯9z1eGå|XeEðrl`°F@Že–Žÿ£¬*P§´ÞJgIX†­z¨|ዦ,ë~.(7ÞWH£BÈ—‹aù“ëbXí½²ÖÀ\gƒ°7}”VO««biCàxf„ru£w²Õ/‹3h‹@Ø´!W·A:©Ñ n¦gl”ZadÐt@`Ê%Ô}{±¯›îk3r"¬¶äD¡¥¦-”T6š4½B<4_ðà9ÎZxB–Àë‹}éYÙÍðp°HQMõÚ9MÆÐáz4˜ßš³ÖE1õ*?,Ôð¨}mT@,ZI;ʱϰ†ÆRf 2­„ FQt  †‚ÒJ|à䤎 +5 +Ï@C‘²˜ÿ‚ÊŸ—²•*¦ŒÓœ½æðLÅÉ¢håO¥® +[Yù£ê7RWM$yÏj¨T°䈣0ÄFXôº@kÞæ&cÔË-øH3äHlc¨µé u—Æ}#šRI8ÖÎEEuP mL]'(™-ˆQ*“Å"å2ÞÇŠÔ;eÜô$Þð3=ßÞ’lçxyÚ2ºh°¿-Îj¼?ív3Ò½"~OÏpít +Ø7­6Ðçżdí’Å›Ï]pùì è—E] \-Šù:ô;¡Öçg`tA¹?ÖÚô[Ä«;‚YEuðÅ-vŽÿyU4åŠÔgÜä2 øy;B}Ç.7×|Áe3–{TèQ•&*ƒµ–„®ŽAD]†kY¬ÎÕↇ¤ü…Ã{Ô•Ø £æAGŽ@H? \û(’‡ßÔ|b{cPäÌP>¬QŽÊ™;Õt(ãŽ$ &óT²jý¡Ãu”Õx+q#Ma§ÆÆ|àΞ„ŠO¥T÷¿YÏ€ß(—ƒ¨A÷¡©N ^3~àÎtÝG2ný!aK’bºòÁ÷ TΫ: õÉÄšëJÍêf¬pF­×M¸Ú’hK¸˜R5†›…5Ù…É%ûÖ¶‹5™Ú7è”2K† +l=¥²V×÷¿)t¸¦n«|ýˆ×†î|LÑ×gó»^²oý¡oH8Ýì0ÞåøB +ý[.Ml†‡»+Aùßþ¢K-”Æ0€ï!Vc¨C Ð2»ÞöÝ=ntqYçhUs£¦Š Ïx„¶à€¶XÐW"“Eÿ˧¯D™ZJuÄ1’Tã»7ÛJ~ìÌo†3|f8-}‡ëN¦“º5-ýÁñЖÎZ'ôÖÿqrÝ?›áLÔXòý©²ö¹ÏQqÆŽ¯úÖÓ¿ÚüýÓ#5 +Fjäÿêiø%¿U~ú8÷¾ý‹…_HZÜÉÇ3%ìÛgξˆ„É„å—ÐçµúÌ/?û(ä£<¤ô>Édþ7~ûD¿“M*ÿ¸©.Á;.’gÎdý²ê=Æ$ä»âÿ¾$ìéjF·4-žæŒÑüNùîÊ»Z+éG!ÈÁüß{yÑ×ò÷››c(yÜõ@4z¿o…ròÃÇÃjÉÓâ§þ‘ÿý;¾*¬Eëâ¿3’=Ñ"7 A|£|È6OYÞ×ÇG%Û¤y*¯úW_“(–µ7ŸøŽÕ^ÜÓïuÅÖµÇYî—vD„µ—ÿæB¿ûU,ó¿ +Â"£̌ùb¶‘’³ü4Ÿx9¬½\eCV¼©kÊ?Wø2aDÕwŠRþxSÿNùn”¿S碌2 žhèWå;tØù99Üè‚äU¬•£¥´Ç3ù‰›U~Ì>™ŸûŸ¾ ô‹«åcÈ„3"Çÿ}¸ÿÌsyúã_®zûUÊrAŸH)’åFÒìæêg%.Ïæßø3oôW ]'i(òŠ”ªáÕ`ž§ªú¸øGÖôøqïŸ,û¶%"ûåæjð˜ÿÕµ[R‹£¸ø {AÈÈJëŽÑdõÇ‹OãŒB²”ò¼ BPš´ôg€Ë„…yÀ.2?3T~V4PSþ–‡âõIqÛ“KEB–)u¤Ò„ó‡Â‡-|,Z¾à 6™ä+ãï]臌¬Ö)-îмá'õïè›< lñüoµrö}‡à|ÿ*Ϲ|¥ùVóršcª6HžµŸt§ž•m—„2¡•8ÈN|\Ã*µ*ãG»†êœIÁÓ—:ºÈ FÎxêr÷°q†…hh':€ˆHˆ®çùcgx;9%¬eiÐù'^¥E è/’ʉ@lZz)h’ˆæà*饠­h–‘6+- +¸{ëx¾§J{ÛE‚oÖÀ¶«´(܈¦t( ¬VdK…ü˜&jx=ÆÙKýTÃ\’à©8n,qšr Ö:Æ\<Ãëh¨Qàå[ÎŒó6ŸÐ4]нœgw‹‡{dó+×Ë×'vüê¡v„D’~FUhÌ6ÙéÔY=/$]9Á(sŽÄRð®mdßbšD1Ì€i)ŠâZÉvI(cØQ‰…«}ô—Zˆ_6 ]×÷’‹ +ÈÕ]2ðŒ§®ñ\ϱžÆ=j…hl':€ˆHˆ®çùcןL|[‡©+¸ÔTZ€þ"©\Ħ¥—‚&‰ˆ(ì*ÓÒKA[Ñ,#l0VZpƒ‰ãLnGCï”u­1ØØv•# €‘‚À””Õˆl©ðÔP£Àë1Î^ê§æ’OÅqc!ˆÓ”£µÖ1æâ^GC/÷)3ÎÛ|Š^/çÙÝâáÙüJsëlEy£Œ¼{bO äó†ÚuIúU¡A2ÛLd#¤Sgõ¼tåP£Ì!8KÁ»n´‘gÝbšD1Ì€i)ŠâZÉvI(cØQ‰…«}ô—Zˆ_6 ~³UÆÀ2žºÆr=Çz +÷ ¨=¢±è": !¸žçG“ñtbë,5úËL¥E è/’ʉ@lZz)h’ˆˆÂ®0-½´Í2Ác¥E7:Ž?ÉçÉä”g­A«×Øw•$ ‚‘‚À””Õl©ðåÓP£Àë1Î^j¨æ’OÅqc!ˆÓ”£µÖ1æâ^GC/7*3ÎÛŒŠÞ+çÙÝâáÙüJsÝlEy£Œ¼{bO äó†ÚuIúU¡A2ÛLd#¤Sgõ¼tåP£Ü!8KÁ»n´‘g] bšD1Ìi)ŠâZÉvI(cØQ‰…«}ô—Zˆa6~³UÆÀ2žºÆr=Çz +÷ ¨=¢±è": !¸žç½Ñðvdë,5úËL¥E è/’ʉ@lZz)h’ˆˆÂ®0-½´Í2Ác¥E7:ŽïùÓ¡7µõ]±z­}WiQ@*¸)LéP@YÈ– + _> 5 +¼ã쥆ªa.IðT7‚8M9 +Pkc.žáu4Ô(ðr£2ã¼Í¨è½ržÝ-îAͯ4×ÍV”7ÊÈ»'vüê¡v„D’~FUhÌ6ÙéÔY=/$]9Á(wŽÄRð® °äÄ4‰b˜ÓR3ĵ’í’PÆ °£ Wûè/µÃl8º®/î%!«»dàO]ã¹€>Ûƒ öXˆ†ž•è": !¸žç{ÎhꜺCÿz—šJ‹Ð_$• Ø´ôRÐ$…]eZz)h+še$‚ ÆJ‹n0tß»uÆÅŒlï»b[û®Ò¢€Tp#R˜Ò¡€²:‘-¾„jx=ÆÙK UÃ\’à©8n,qšr Ö:Æ\<Ãëh¨QàåceÆy›QÑûå<»[<܃ ›_i®­(o”‘wOì)#tÞP»B"I?£*4Hf›‰l„t꬞’®Š`”;Gb)x×XrbšD1Ìi)ŠYwvI(cÚQ‰ƒÌ6üK-Ä2ž®ë«;àL +žf뻤O]º€^Ûƒ öHˆ†€;€ˆHˆ®çùÞÐñ\k©k¸ØTZ€þ"©\Ħ¥—‚&‰ˆ(ì:ÓÒKA[Ñ,#l0VZpƒñ­ïÞ§·Ž­íŠ-l l»J‹‚PÀHA`J‡Ê:&·THøj¨Qàõg/õS sI‚§â¸±ÄiÊQ€Zësñ ¯£¡F—•çm>E¯˜óìnñp‚l~¥¹y¶¢¼QFÞ=±ãWµë $’ô3ªBƒd¶™ÈFH§Îêy!éÊ¡F™Cp$–‚wÝhîȾäÄ4‰b˜ÓRCÄ¿µ¢í’PÆ ²£˜uø—Zˆc6,]×WwÀ™<Í ×wI4žº´7Ú„´GÂ3Ú‰ ¢¢ëyþÄû“©­ÃÔ%\k*- +H@w‘T.HbÓÒKA“DDv—i饠­h–‘6+- +¸Át2ò'#ÇslmWì`k`ÛUZŒ€nD +S:PV#²¥B·PC¯Ç8{©Ÿj˜K<Ç… NSŽÔZǘ‹gx 5 +¼|¬Ì8oó)zÁœgw‹‡{dó+ͽ³å2òz¨]!‘¤ŸQ$³ÍD6B:uVÏ IWE0Ê‚#±¼ëFsûJÓ$ŠaLKQ ÏŽ¶KBƒÈŽJ`Öá_j!ŽÙ°t]_ÝK.B*\Èí]BøŒ§®ùÆ€NÛƒ öHˆ¦žè: ¸žçO¦îtzêýë%\k*- +H@{‘T.HbÓÒKA“DDv—i饠­h–‘6+- +¸Á­7M'Cç”®ÆXì`k`ÛUZŒ€nD +S:PV#²¥B·PC¯Ç8{©Ÿj˜K<Ç… NSŽÔZǘ‹gx 5 +¼ÜxÍ8oó)zÁœgw‹‡{dó+ͽ³å2òî‰=åƒÎj×AH$égT…Él3‘NÕóBÒ•CŒ2‡àH,ïºÑÆÖ… ¦IÃü—–¢!ž}yÛ%¡ŒAdG% +0ëè/µ¿lº®/î%!CÈÝ]BøŒ§?¹/»ÞT•( ÿ˜ÞxÓVD/wwNO›Ôœ]ÿÀ#"cf‹ýõh!€óš­ay¼3yG׳¾Wß|c 3*#Bd»¶‘híˆ mÇ™M¦Sgj,±r€WM­% Ô‹õ‚[%½4ÍdÀ±aVIomÍ•bÖk- ¸¡ÞdlO\×TwÅ ¶ë®Ö’€"˜Ê+u$ Œ}r˥ƯІšÞ ɱ‚ja.™÷^¤[âCœM9 PcC!?ñ86Ô$ðòÕëQˆS‹Ju`¾¨çÅü‚ì>éÞ'Q.ä‘«;vü×MíÎó™f÷Š—¦!ží:²cÒ¡\=Ϥ*r$Œ)·CØCÀû.4×1ž!‚ÛÀ*)‰2™Ù>"_‡Ú·’™±ùi‘•¹±Óõ=º=‘h)b…Œï/ +°ñ­o@Û²Œù˜AP¢ @´ƒˆvDˆ†ù]3s-ça:5ÕX9Àæ֒€ê‹ÅzÁˆ­’Þ +šf2àØ8«¤·‚¶æJ±kŒµ–Üpd[Žc»£Ñ¡ýµYœa°îj- H ‚©Œ!°RGʸ‹l¹Ôø!ÚP“À$"9VP-Ì%óÞ‹tK|ˆ³)'jŒc(ä'džš^¾¨< +qjQ©nÌõ¼˜¿BÝ'ÝÓó$Ê…Ì,ëp€7M­% ”‹õ‚[%½4ÍdÀ±IVIomÍ•bÖk- ¸¡=;îÔ™Ù®©îŠ lÖ]­% D0•1VêH@‘-—¿AjxƒD$Ç +ª…¹dÞ{‘n‰q6å$@q …üÄãØP“ÀË•G!N-*Õyù¢žóW²û¤{užD¹G®îØñ_7µ;ÏgšÝ+^š†x¶ëÈŽI‡rõ<“ªÈ‘0¦ÜéX¢`S ¹×wÍOFSãyò(±m°’’ègŽefûˆ|BhßJdæ“2ƒ˜2"<îƒhíˆÙÆQºZ‹õ+_éÿdDØÆ°ÿè¬qzõ¶ø&RéñÇbe»X‡¼Ðï;#,Ó ¸~ãZç>Sàñ¶ÿˆDúþ}yzrÍŽMù*ŠùIu›¹)¿ä6Ù·ÓÌ=CK–¨ ËÑÃÚaû‰Ô0ÖA,”Â辕$°ŠÇÅî¾=¶¤¶%÷ÓÒÀq d¤Ã5|è zóå(E‹-—s¦4—¿Xœ·,hŸ?öòF¸YªÅï"llS~#„‰˜çÍŠXHˆ±ý€åàî©ü µ»>vMÕÑ(É -f÷!¦üf½8õùO¶),)ÛOHŽœ‰iœ&éºÌ>hoªIÚ–q_ðó9˜Ïž ¶@v^5b~ðå[­ô9 {oH æþ_­Ru¼ð„÷¼=iïÍÿéLº›ú'c–"µö,7Þ>m<p¯è? ¶Œ¡é:ýG€ˆ‚Õ_ +endstream endobj 189 0 obj <>stream +H‰ì—Qoã8Ç߸ï0@q@¸Eã4IÛÛ§¹6)\ƒ¦÷vPd: *K$§í·?ÚÓm­Ä‰h4måŒý0ƒ™6"Eþù;¿_ŠXƒüíÛ?ÿþ·ü/úv:‘ö[ç)RÅð{þ‡}^ÁËÏßNgV/åÂ5X3‘ýeÑŠ?@|¥„Òæ·j{ÉÒ¿Ìÿøù×é§ÿùùö¯â_×Kn—J2ýüó?þxóg_8Ï,˜—7œ~ךmÛœ‹çD³ûebGm÷‘QÝLÆc¥SfƒˆÆ2½;kÑî`Ùÿðâèí¯:—=Ø“k +x…Óçܬ·¢òd)€^Žùf1îÅ ¿Bþ­”ØW"šI³bøFþL+Ç!ˆÒèúîPÆÐè^,ƒÀê€ß\¥â5ÄYàw±PziïSp•[ô]oéj%„Zƒž2cAÿ`[Ö®£Ú€®öl7ˬºÍÓFƒ-›7„Pª)~ +­Fbt‚ ìœŒ‹‡rwÓz´ih¬þŒ.%^4Á8Ä$²yc¹Èb¸b«<2"¥ëio0ôS™¥ô5ªl`Ôõê…ç ÎÐ$M@nxêÅ|„y±7ÖÝò Ï?I2³ûâU¤·žNÚò9¦5ÐÝÌè‰qZ‰¼ÚÖ:¢ÝÁW­¹¥à çyÿ¹csARLŸSÑ流?@LïÄMá*²U4™‘D[ Ã}dT7“ñXi”^ADc™^€áÞ‚vËþW÷¡ªŸ÷`O®IýhÛ)Œ™å«(‡A âù'Ifv_¼ŠôÖÓI[>Ç´&º›=1N+‘WÛZG´;øhð„„ó¼ÿܱ¹ )¦Ï©è÷S Å ¦wâ¦pÙ*šÌH¢-Ðá>2ª›Éx¬4J¯ ¢±L/ÀÎpoA»ƒeÿ«ûÐitÑ\¢ÞÀ7º\þÉ5©1m;…1¼~üyÓëï-.‡=Y + —¢c~LC+ò-«™4+†oäÏ´q‚(ÿhÆüâ²D\¬ÞŒB'Õ´´íRÖ Ç!ÊÎɸx(—;­G›†ÆJ’+P0N¬Ø²y0‚Òß±[9p9п¸Œ.zçÞMöØäÀE«Z5PUà7×»Y‡ç|Vø],”^Úû”Ä]彶h%„Zƒž2ƒSãx¹wÕtµgC¸YfÕmž6lÙ¼!„­lu «¿š°7úd‰ÌÒ"'$EV¶0êzuWŒÓ»%h’¦?6<‚õb>Â|v¿LlÐ-Ÿ Pñü“$3øMJú™¬zêaËç˜T&¡«™Ñã´yµ f¯åyÿ¹csAÒŸSÑ流?@LïÄMá*²U4™‘D[ Ã}dTÞõõsñL/ÀÎPΣÝÁÒÿÕètØí/Îzƒ¾ov¹ü“kRgÚv +czamõú{‹ËaO–è¥è˜ÓÔŠ¼SËj&ÍŠáù3­@‡ ŠÃ?›1¿¸C÷7ã†Ð¹ /eßp‚ ìœŒ‹‡r¹Óz´ih¬-)ßV^Šœ,™£(ý»•çóËáYwà]e[9ÐÊV´r •±¶r •“ƒþÙù°×­²kå@+Z9ÐÊV´r •¿„ˆ¢Á`؆çç­hõ@«Z=ÐêV´zà—Õ½þàübpýrz࢕­¨ª ð›k ”ú¬ð»X(½´÷)‰»Ê-zÿpÑJµ=eÇÆ&ðrï:ª èjφp³ÌªÛǤ2 ]ÍŒž§•È«m0‹-ÏûÏ› ’ŽøœŠ~?•Pübz'n +W‘­¢ÉŒ$Úî#£ò®¯ŸŽezv†rí–þ¯nD§Ñå êºçÝKßðr`rMjMÛNaŒ/,®^ou9ìÉR½óc[‘wlYͤY1|#¦ˆãDqø‡3æ—âÂñfÜ:wã¥,ŽC”“qñP.wZ6 • &åÛÎKÑ“%ó`$¥¿c·zàPz`x>ˆ†¿”¸™Œ[5Ъêîºÿe îÅ2¬ŽøÍ5P*åKVø],”^Úû”\å½dj%„Zƒž2ƒÃðزvÕtµgC¸YfÕmž6lÙ¼!„­¼må­+o›@ÈEÃ[å‘)]— H{¯¬”YZTIR—­ƒŒº^½ãĹšƒ¤ È @½˜0ŸÝ/[tË'T<ÿ$ÉÌî‹W‘Þz:iËç˜ÖBw3£'Æi%òj[ëˆvížpž÷Ÿ;6$Åô9ý~*¡øÄôNÜ®"[E“I´:ÜGFu3•FéD4–éØî-hw°ìu:.Qÿ¢Ö;óÍ.÷&פδíÆôòÕ–Cž,Ð+Ñ1?¦™yg–ÕLšÃ7ògZy8A”†Wà e îÅ2¬ŽøÍõ®ì0jˆ³"Àz’­Ê-z¿ÜÒJµ=eÆâZÁ¶,’vÙåÙn–Yu›§[6o¡TSü4ªÄè:AÙ9åî¦õhÓÐX «‘Ä‹&‡˜¶•ÌCÈEÃ[å‘)]— H{ƒ¡oœÊ,¥/Teë £®W/Ä8q.€æ irÃ#P/æ#Ì‹ ²è–O¨xþI’ýŸý2Xj†ÁðÃp麺=î@Óé¡; ð®£v;8vÇN +¼ý*†iS+C§4g)ÖgÉÒ/Ûüðv¤·NÚò9¦5ÐÝìø™ Z‰¼Ù¶º¢æàÙþà UÿyàsIRL_Sѧ’ZÁÜmm@·|¢@Åû_,JÛüðv¤·NÚò9¦5ÐÝìø™ Z‰¼Ù¶º¢æàÙþà UÿyàsIRL_Sѧ’Z3ªÉ4MµAéE47K(îqoA»ƒeÿ»ûÐù ß%¿ú—Ipvù0½!u¦m§8¦×íŸÉàrouyì‹•z-zæÇ4µXpj†+»æøGñB+Ï!ŠâÏfÌ/nKÄÍê¿qG蔞ÕÖ]ʾá9DAÙ;KÝGyÜy;Ú<6V‚–TX’ bÅÖÍ£Q”áŽ}Ò‡Ò£á þ(=Òš'5ðƒÕÀþw µµ4ºWË(°z$à™ T<Ê—Òø[.µYsð.·(èÃ#Óh)õÌŒ[†·\bËjºªwл=;ÂÍËBßUi£ÁÖÍ;Bx’·'yëËÛ. +YfpÍ×UdDJß% +ÒAr§ªÌ]õ‘$uÝ: +@Öê… ç Î0T³€ü'À÷,M +endstream endobj 162 0 obj [/ICCBased 170 0 R] endobj 190 0 obj <> endobj xref +0 191 +0000000004 65535 f +0000000016 00000 n +0000000076 00000 n +0000048436 00000 n +0000000005 00000 f +0000000006 00000 f +0000000007 00000 f +0000000008 00000 f +0000000009 00000 f +0000000010 00000 f +0000000011 00000 f +0000000012 00000 f +0000000013 00000 f +0000000014 00000 f +0000000015 00000 f +0000000016 00000 f +0000000017 00000 f +0000000018 00000 f +0000000019 00000 f +0000000020 00000 f +0000000021 00000 f +0000000022 00000 f +0000000023 00000 f +0000000024 00000 f +0000000025 00000 f +0000000026 00000 f +0000000027 00000 f +0000000028 00000 f +0000000029 00000 f +0000000030 00000 f +0000000031 00000 f +0000000032 00000 f +0000000033 00000 f +0000000034 00000 f +0000000035 00000 f +0000000036 00000 f +0000000037 00000 f +0000000038 00000 f +0000000039 00000 f +0000000040 00000 f +0000000041 00000 f +0000000042 00000 f +0000000043 00000 f +0000000044 00000 f +0000000045 00000 f +0000000046 00000 f +0000000047 00000 f +0000000048 00000 f +0000000049 00000 f +0000000050 00000 f +0000000051 00000 f +0000000052 00000 f +0000000053 00000 f +0000000054 00000 f +0000000055 00000 f +0000000056 00000 f +0000000057 00000 f +0000000058 00000 f +0000000059 00000 f +0000000060 00000 f +0000000061 00000 f +0000000062 00000 f +0000000063 00000 f +0000000064 00000 f +0000000065 00000 f +0000000066 00000 f +0000000067 00000 f +0000000068 00000 f +0000000069 00000 f +0000000070 00000 f +0000000071 00000 f +0000000072 00000 f +0000000073 00000 f +0000000074 00000 f +0000000075 00000 f +0000000076 00000 f +0000000077 00000 f +0000000078 00000 f +0000000079 00000 f +0000000080 00000 f +0000000081 00000 f +0000000082 00000 f +0000000083 00000 f +0000000084 00000 f +0000000085 00000 f +0000000086 00000 f +0000000087 00000 f +0000000088 00000 f +0000000089 00000 f +0000000090 00000 f +0000000091 00000 f +0000000092 00000 f +0000000093 00000 f +0000000094 00000 f +0000000095 00000 f +0000000096 00000 f +0000000097 00000 f +0000000098 00000 f +0000000099 00000 f +0000000100 00000 f +0000000101 00000 f +0000000102 00000 f +0000000103 00000 f +0000000104 00000 f +0000000105 00000 f +0000000106 00000 f +0000000107 00000 f +0000000108 00000 f +0000000109 00000 f +0000000110 00000 f +0000000111 00000 f +0000000112 00000 f +0000000113 00000 f +0000000114 00000 f +0000000115 00000 f +0000000117 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000051202 00000 n +0000048489 00000 n +0000048844 00000 n +0000049045 00000 n +0000061445 00000 n +0000058207 00000 n +0000050103 00000 n +0000049109 00000 n +0000231123 00000 n +0000049538 00000 n +0000049588 00000 n +0000055520 00000 n +0000055406 00000 n +0000051720 00000 n +0000051805 00000 n +0000052189 00000 n +0000055557 00000 n +0000058244 00000 n +0000061521 00000 n +0000062006 00000 n +0000062952 00000 n +0000069751 00000 n +0000084919 00000 n +0000102822 00000 n +0000111395 00000 n +0000126519 00000 n +0000132206 00000 n +0000141391 00000 n +0000143749 00000 n +0000159943 00000 n +0000177431 00000 n +0000183301 00000 n +0000187819 00000 n +0000205653 00000 n +0000220229 00000 n +0000227091 00000 n +0000231160 00000 n +trailer +<]>> +startxref +231333 +%%EOF diff --git a/vendors/jquery/colorbox/colorbox/jquery.colorbox-min.js b/vendors/jquery/colorbox/colorbox/jquery.colorbox-min.js new file mode 100644 index 000000000..9db7adf75 --- /dev/null +++ b/vendors/jquery/colorbox/colorbox/jquery.colorbox-min.js @@ -0,0 +1,4 @@ +// ColorBox v1.3.19.3 - jQuery lightbox plugin +// (c) 2011 Jack Moore - jacklmoore.com +// License: http://www.opensource.org/licenses/mit-license.php +(function(a,b,c){function Z(c,d,e){var g=b.createElement(c);return d&&(g.id=f+d),e&&(g.style.cssText=e),a(g)}function $(a){var b=y.length,c=(Q+a)%b;return c<0?b+c:c}function _(a,b){return Math.round((/%/.test(a)?(b==="x"?z.width():z.height())/100:1)*parseInt(a,10))}function ab(a){return K.photo||/\.(gif|png|jpe?g|bmp|ico)((#|\?).*)?$/i.test(a)}function bb(){var b,c=a.data(P,e);c==null?(K=a.extend({},d),console&&console.log&&console.log("Error: cboxElement missing settings object")):K=a.extend({},c);for(b in K)a.isFunction(K[b])&&b.slice(0,2)!=="on"&&(K[b]=K[b].call(P));K.rel=K.rel||P.rel||"nofollow",K.href=K.href||a(P).attr("href"),K.title=K.title||P.title,typeof K.href=="string"&&(K.href=a.trim(K.href))}function cb(b,c){a.event.trigger(b),c&&c.call(P)}function db(){var a,b=f+"Slideshow_",c="click."+f,d,e,g;K.slideshow&&y[1]?(d=function(){F.text(K.slideshowStop).unbind(c).bind(j,function(){if(K.loop||y[Q+1])a=setTimeout(W.next,K.slideshowSpeed)}).bind(i,function(){clearTimeout(a)}).one(c+" "+k,e),r.removeClass(b+"off").addClass(b+"on"),a=setTimeout(W.next,K.slideshowSpeed)},e=function(){clearTimeout(a),F.text(K.slideshowStart).unbind([j,i,k,c].join(" ")).one(c,function(){W.next(),d()}),r.removeClass(b+"on").addClass(b+"off")},K.slideshowAuto?d():e()):r.removeClass(b+"off "+b+"on")}function eb(b){U||(P=b,bb(),y=a(P),Q=0,K.rel!=="nofollow"&&(y=a("."+g).filter(function(){var b=a.data(this,e),c;return b&&(c=b.rel||this.rel),c===K.rel}),Q=y.index(P),Q===-1&&(y=y.add(P),Q=y.length-1)),S||(S=T=!0,r.show(),K.returnFocus&&a(P).blur().one(l,function(){a(this).focus()}),q.css({opacity:+K.opacity,cursor:K.overlayClose?"pointer":"auto"}).show(),K.w=_(K.initialWidth,"x"),K.h=_(K.initialHeight,"y"),W.position(),o&&z.bind("resize."+p+" scroll."+p,function(){q.css({width:z.width(),height:z.height(),top:z.scrollTop(),left:z.scrollLeft()})}).trigger("resize."+p),cb(h,K.onOpen),J.add(D).hide(),I.html(K.close).show()),W.load(!0))}function fb(){!r&&b.body&&(Y=!1,z=a(c),r=Z(X).attr({id:e,"class":n?f+(o?"IE6":"IE"):""}).hide(),q=Z(X,"Overlay",o?"position:absolute":"").hide(),s=Z(X,"Wrapper"),t=Z(X,"Content").append(A=Z(X,"LoadedContent","width:0; height:0; overflow:hidden"),C=Z(X,"LoadingOverlay").add(Z(X,"LoadingGraphic")),D=Z(X,"Title"),E=Z(X,"Current"),G=Z(X,"Next"),H=Z(X,"Previous"),F=Z(X,"Slideshow").bind(h,db),I=Z(X,"Close")),s.append(Z(X).append(Z(X,"TopLeft"),u=Z(X,"TopCenter"),Z(X,"TopRight")),Z(X,!1,"clear:left").append(v=Z(X,"MiddleLeft"),t,w=Z(X,"MiddleRight")),Z(X,!1,"clear:left").append(Z(X,"BottomLeft"),x=Z(X,"BottomCenter"),Z(X,"BottomRight"))).find("div div").css({"float":"left"}),B=Z(X,!1,"position:absolute; width:9999px; visibility:hidden; display:none"),J=G.add(H).add(E).add(F),a(b.body).append(q,r.append(s,B)))}function gb(){return r?(Y||(Y=!0,L=u.height()+x.height()+t.outerHeight(!0)-t.height(),M=v.width()+w.width()+t.outerWidth(!0)-t.width(),N=A.outerHeight(!0),O=A.outerWidth(!0),r.css({"padding-bottom":L,"padding-right":M}),G.click(function(){W.next()}),H.click(function(){W.prev()}),I.click(function(){W.close()}),q.click(function(){K.overlayClose&&W.close()}),a(b).bind("keydown."+f,function(a){var b=a.keyCode;S&&K.escKey&&b===27&&(a.preventDefault(),W.close()),S&&K.arrowKey&&y[1]&&(b===37?(a.preventDefault(),H.click()):b===39&&(a.preventDefault(),G.click()))}),a("."+g,b).live("click",function(a){a.which>1||a.shiftKey||a.altKey||a.metaKey||(a.preventDefault(),eb(this))})),!0):!1}var d={transition:"elastic",speed:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,inline:!1,html:!1,iframe:!1,fastIframe:!0,photo:!1,href:!1,title:!1,rel:!1,opacity:.9,preloading:!0,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",open:!1,returnFocus:!0,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:undefined},e="colorbox",f="cbox",g=f+"Element",h=f+"_open",i=f+"_load",j=f+"_complete",k=f+"_cleanup",l=f+"_closed",m=f+"_purge",n=!a.support.opacity&&!a.support.style,o=n&&!c.XMLHttpRequest,p=f+"_IE6",q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X="div",Y;if(a.colorbox)return;a(fb),W=a.fn[e]=a[e]=function(b,c){var f=this;b=b||{},fb();if(gb()){if(!f[0]){if(f.selector)return f;f=a(""),b.open=!0}c&&(b.onComplete=c),f.each(function(){a.data(this,e,a.extend({},a.data(this,e)||d,b))}).addClass(g),(a.isFunction(b.open)&&b.open.call(f)||b.open)&&eb(f[0])}return f},W.position=function(a,b){function i(a){u[0].style.width=x[0].style.width=t[0].style.width=a.style.width,t[0].style.height=v[0].style.height=w[0].style.height=a.style.height}var c=0,d=0,e=r.offset(),g,h;z.unbind("resize."+f),r.css({top:-9e4,left:-9e4}),g=z.scrollTop(),h=z.scrollLeft(),K.fixed&&!o?(e.top-=g,e.left-=h,r.css({position:"fixed"})):(c=g,d=h,r.css({position:"absolute"})),K.right!==!1?d+=Math.max(z.width()-K.w-O-M-_(K.right,"x"),0):K.left!==!1?d+=_(K.left,"x"):d+=Math.round(Math.max(z.width()-K.w-O-M,0)/2),K.bottom!==!1?c+=Math.max(z.height()-K.h-N-L-_(K.bottom,"y"),0):K.top!==!1?c+=_(K.top,"y"):c+=Math.round(Math.max(z.height()-K.h-N-L,0)/2),r.css({top:e.top,left:e.left}),a=r.width()===K.w+O&&r.height()===K.h+N?0:a||0,s[0].style.width=s[0].style.height="9999px",r.dequeue().animate({width:K.w+O,height:K.h+N,top:c,left:d},{duration:a,complete:function(){i(this),T=!1,s[0].style.width=K.w+O+M+"px",s[0].style.height=K.h+N+L+"px",K.reposition&&setTimeout(function(){z.bind("resize."+f,W.position)},1),b&&b()},step:function(){i(this)}})},W.resize=function(a){S&&(a=a||{},a.width&&(K.w=_(a.width,"x")-O-M),a.innerWidth&&(K.w=_(a.innerWidth,"x")),A.css({width:K.w}),a.height&&(K.h=_(a.height,"y")-N-L),a.innerHeight&&(K.h=_(a.innerHeight,"y")),!a.innerHeight&&!a.height&&(A.css({height:"auto"}),K.h=A.height()),A.css({height:K.h}),W.position(K.transition==="none"?0:K.speed))},W.prep=function(b){function g(){return K.w=K.w||A.width(),K.w=K.mw&&K.mw1){typeof K.current=="string"&&E.html(K.current.replace("{current}",Q+1).replace("{total}",g)).show(),G[K.loop||QK.mw&&(a=(R.width-K.mw)/R.width,d()),K.mh&&R.height>K.mh&&(a=(R.height-K.mh)/R.height,d())),K.h&&(R.style.marginTop=Math.max(K.h-R.height,0)/2+"px"),y[1]&&(K.loop||y[Q+1])&&(R.style.cursor="pointer",R.onclick=function(){W.next()}),n&&(R.style.msInterpolationMode="bicubic"),setTimeout(function(){e(R)},1)}),setTimeout(function(){R.src=c},1)):c&&B.load(c,K.data,function(b,c,d){e(c==="error"?Z(X,"Error").html(K.xhrError):a(this).contents())})},W.next=function(){!T&&y[1]&&(K.loop||y[Q+1])&&(Q=$(1),W.load())},W.prev=function(){!T&&y[1]&&(K.loop||Q)&&(Q=$(-1),W.load())},W.close=function(){S&&!U&&(U=!0,S=!1,cb(k,K.onCleanup),z.unbind("."+f+" ."+p),q.fadeTo(200,0),r.stop().fadeTo(300,0,function(){r.add(q).css({opacity:1,cursor:"auto"}).hide(),cb(m),A.remove(),setTimeout(function(){U=!1,cb(l,K.onClosed)},1)}))},W.remove=function(){a([]).add(r).add(q).remove(),r=null,a("."+g).removeData(e).removeClass(g).die()},W.element=function(){return a(P)},W.settings=d})(jQuery,document,this); \ No newline at end of file diff --git a/vendors/jquery/colorbox/colorbox/jquery.colorbox.js b/vendors/jquery/colorbox/colorbox/jquery.colorbox.js new file mode 100644 index 000000000..28673a45d --- /dev/null +++ b/vendors/jquery/colorbox/colorbox/jquery.colorbox.js @@ -0,0 +1,926 @@ +// ColorBox v1.3.19.3 - jQuery lightbox plugin +// (c) 2011 Jack Moore - jacklmoore.com +// License: http://www.opensource.org/licenses/mit-license.php +(function ($, document, window) { + var + // Default settings object. + // See http://jacklmoore.com/colorbox for details. + defaults = { + transition: "elastic", + speed: 300, + width: false, + initialWidth: "600", + innerWidth: false, + maxWidth: false, + height: false, + initialHeight: "450", + innerHeight: false, + maxHeight: false, + scalePhotos: true, + scrolling: true, + inline: false, + html: false, + iframe: false, + fastIframe: true, + photo: false, + href: false, + title: false, + rel: false, + opacity: 0.9, + preloading: true, + + current: "image {current} of {total}", + previous: "previous", + next: "next", + close: "close", + xhrError: "This content failed to load.", + imgError: "This image failed to load.", + + open: false, + returnFocus: true, + reposition: true, + loop: true, + slideshow: false, + slideshowAuto: true, + slideshowSpeed: 2500, + slideshowStart: "start slideshow", + slideshowStop: "stop slideshow", + onOpen: false, + onLoad: false, + onComplete: false, + onCleanup: false, + onClosed: false, + overlayClose: true, + escKey: true, + arrowKey: true, + top: false, + bottom: false, + left: false, + right: false, + fixed: false, + data: undefined + }, + + // Abstracting the HTML and event identifiers for easy rebranding + colorbox = 'colorbox', + prefix = 'cbox', + boxElement = prefix + 'Element', + + // Events + event_open = prefix + '_open', + event_load = prefix + '_load', + event_complete = prefix + '_complete', + event_cleanup = prefix + '_cleanup', + event_closed = prefix + '_closed', + event_purge = prefix + '_purge', + + // Special Handling for IE + isIE = !$.support.opacity && !$.support.style, // IE7 & IE8 + isIE6 = isIE && !window.XMLHttpRequest, // IE6 + event_ie6 = prefix + '_IE6', + + // Cached jQuery Object Variables + $overlay, + $box, + $wrap, + $content, + $topBorder, + $leftBorder, + $rightBorder, + $bottomBorder, + $related, + $window, + $loaded, + $loadingBay, + $loadingOverlay, + $title, + $current, + $slideshow, + $next, + $prev, + $close, + $groupControls, + + // Variables for cached values or use across multiple functions + settings, + interfaceHeight, + interfaceWidth, + loadedHeight, + loadedWidth, + element, + index, + photo, + open, + active, + closing, + loadingTimer, + publicMethod, + div = "div", + init; + + // **************** + // HELPER FUNCTIONS + // **************** + + // Convience function for creating new jQuery objects + function $tag(tag, id, css) { + var element = document.createElement(tag); + + if (id) { + element.id = prefix + id; + } + + if (css) { + element.style.cssText = css; + } + + return $(element); + } + + // Determine the next and previous members in a group. + function getIndex(increment) { + var + max = $related.length, + newIndex = (index + increment) % max; + + return (newIndex < 0) ? max + newIndex : newIndex; + } + + // Convert '%' and 'px' values to integers + function setSize(size, dimension) { + return Math.round((/%/.test(size) ? ((dimension === 'x' ? $window.width() : $window.height()) / 100) : 1) * parseInt(size, 10)); + } + + // Checks an href to see if it is a photo. + // There is a force photo option (photo: true) for hrefs that cannot be matched by this regex. + function isImage(url) { + return settings.photo || /\.(gif|png|jpe?g|bmp|ico)((#|\?).*)?$/i.test(url); + } + + // Assigns function results to their respective properties + function makeSettings() { + var i, + data = $.data(element, colorbox); + + if (data == null) { + settings = $.extend({}, defaults); + if (console && console.log) { + console.log('Error: cboxElement missing settings object') + } + } else { + settings = $.extend({}, data); + } + + for (i in settings) { + if ($.isFunction(settings[i]) && i.slice(0, 2) !== 'on') { // checks to make sure the function isn't one of the callbacks, they will be handled at the appropriate time. + settings[i] = settings[i].call(element); + } + } + + settings.rel = settings.rel || element.rel || 'nofollow'; + settings.href = settings.href || $(element).attr('href'); + settings.title = settings.title || element.title; + + if (typeof settings.href === "string") { + settings.href = $.trim(settings.href); + } + } + + function trigger(event, callback) { + $.event.trigger(event); + if (callback) { + callback.call(element); + } + } + + // Slideshow functionality + function slideshow() { + var + timeOut, + className = prefix + "Slideshow_", + click = "click." + prefix, + start, + stop, + clear; + + if (settings.slideshow && $related[1]) { + start = function () { + $slideshow + .text(settings.slideshowStop) + .unbind(click) + .bind(event_complete, function () { + if (settings.loop || $related[index + 1]) { + timeOut = setTimeout(publicMethod.next, settings.slideshowSpeed); + } + }) + .bind(event_load, function () { + clearTimeout(timeOut); + }) + .one(click + ' ' + event_cleanup, stop); + $box.removeClass(className + "off").addClass(className + "on"); + timeOut = setTimeout(publicMethod.next, settings.slideshowSpeed); + }; + + stop = function () { + clearTimeout(timeOut); + $slideshow + .text(settings.slideshowStart) + .unbind([event_complete, event_load, event_cleanup, click].join(' ')) + .one(click, function () { + publicMethod.next(); + start(); + }); + $box.removeClass(className + "on").addClass(className + "off"); + }; + + if (settings.slideshowAuto) { + start(); + } else { + stop(); + } + } else { + $box.removeClass(className + "off " + className + "on"); + } + } + + function launch(target) { + if (!closing) { + + element = target; + + makeSettings(); + + $related = $(element); + + index = 0; + + if (settings.rel !== 'nofollow') { + $related = $('.' + boxElement).filter(function () { + var data = $.data(this, colorbox), + relRelated; + + if (data) { + relRelated = data.rel || this.rel; + } + + return (relRelated === settings.rel); + }); + index = $related.index(element); + + // Check direct calls to ColorBox. + if (index === -1) { + $related = $related.add(element); + index = $related.length - 1; + } + } + + if (!open) { + open = active = true; // Prevents the page-change action from queuing up if the visitor holds down the left or right keys. + + $box.show(); + + if (settings.returnFocus) { + $(element).blur().one(event_closed, function () { + $(this).focus(); + }); + } + + // +settings.opacity avoids a problem in IE when using non-zero-prefixed-string-values, like '.5' + $overlay.css({"opacity": +settings.opacity, "cursor": settings.overlayClose ? "pointer" : "auto"}).show(); + + // Opens inital empty ColorBox prior to content being loaded. + settings.w = setSize(settings.initialWidth, 'x'); + settings.h = setSize(settings.initialHeight, 'y'); + publicMethod.position(); + + if (isIE6) { + $window.bind('resize.' + event_ie6 + ' scroll.' + event_ie6, function () { + $overlay.css({width: $window.width(), height: $window.height(), top: $window.scrollTop(), left: $window.scrollLeft()}); + }).trigger('resize.' + event_ie6); + } + + trigger(event_open, settings.onOpen); + + $groupControls.add($title).hide(); + + $close.html(settings.close).show(); + } + + publicMethod.load(true); + } + } + + // ColorBox's markup needs to be added to the DOM prior to being called + // so that the browser will go ahead and load the CSS background images. + function appendHTML() { + if (!$box && document.body) { + init = false; + + $window = $(window); + $box = $tag(div).attr({id: colorbox, 'class': isIE ? prefix + (isIE6 ? 'IE6' : 'IE') : ''}).hide(); + $overlay = $tag(div, "Overlay", isIE6 ? 'position:absolute' : '').hide(); + $wrap = $tag(div, "Wrapper"); + $content = $tag(div, "Content").append( + $loaded = $tag(div, "LoadedContent", 'width:0; height:0; overflow:hidden'), + $loadingOverlay = $tag(div, "LoadingOverlay").add($tag(div, "LoadingGraphic")), + $title = $tag(div, "Title"), + $current = $tag(div, "Current"), + $next = $tag(div, "Next"), + $prev = $tag(div, "Previous"), + $slideshow = $tag(div, "Slideshow").bind(event_open, slideshow), + $close = $tag(div, "Close") + ); + + $wrap.append( // The 3x3 Grid that makes up ColorBox + $tag(div).append( + $tag(div, "TopLeft"), + $topBorder = $tag(div, "TopCenter"), + $tag(div, "TopRight") + ), + $tag(div, false, 'clear:left').append( + $leftBorder = $tag(div, "MiddleLeft"), + $content, + $rightBorder = $tag(div, "MiddleRight") + ), + $tag(div, false, 'clear:left').append( + $tag(div, "BottomLeft"), + $bottomBorder = $tag(div, "BottomCenter"), + $tag(div, "BottomRight") + ) + ).find('div div').css({'float': 'left'}); + + $loadingBay = $tag(div, false, 'position:absolute; width:9999px; visibility:hidden; display:none'); + + $groupControls = $next.add($prev).add($current).add($slideshow); + + $(document.body).append($overlay, $box.append($wrap, $loadingBay)); + } + } + + // Add ColorBox's event bindings + function addBindings() { + if ($box) { + if (!init) { + init = true; + + // Cache values needed for size calculations + interfaceHeight = $topBorder.height() + $bottomBorder.height() + $content.outerHeight(true) - $content.height();//Subtraction needed for IE6 + interfaceWidth = $leftBorder.width() + $rightBorder.width() + $content.outerWidth(true) - $content.width(); + loadedHeight = $loaded.outerHeight(true); + loadedWidth = $loaded.outerWidth(true); + + // Setting padding to remove the need to do size conversions during the animation step. + $box.css({"padding-bottom": interfaceHeight, "padding-right": interfaceWidth}); + + // Anonymous functions here keep the public method from being cached, thereby allowing them to be redefined on the fly. + $next.click(function () { + publicMethod.next(); + }); + $prev.click(function () { + publicMethod.prev(); + }); + $close.click(function () { + publicMethod.close(); + }); + $overlay.click(function () { + if (settings.overlayClose) { + publicMethod.close(); + } + }); + + // Key Bindings + $(document).bind('keydown.' + prefix, function (e) { + var key = e.keyCode; + if (open && settings.escKey && key === 27) { + e.preventDefault(); + publicMethod.close(); + } + if (open && settings.arrowKey && $related[1]) { + if (key === 37) { + e.preventDefault(); + $prev.click(); + } else if (key === 39) { + e.preventDefault(); + $next.click(); + } + } + }); + + $('.' + boxElement, document).live('click', function (e) { + // ignore non-left-mouse-clicks and clicks modified with ctrl / command, shift, or alt. + // See: http://jacklmoore.com/notes/click-events/ + if (!(e.which > 1 || e.shiftKey || e.altKey || e.metaKey)) { + e.preventDefault(); + launch(this); + } + }); + } + return true; + } + return false; + } + + // Don't do anything if ColorBox already exists. + if ($.colorbox) { + return; + } + + // Append the HTML when the DOM loads + $(appendHTML); + + + // **************** + // PUBLIC FUNCTIONS + // Usage format: $.fn.colorbox.close(); + // Usage from within an iframe: parent.$.fn.colorbox.close(); + // **************** + + publicMethod = $.fn[colorbox] = $[colorbox] = function (options, callback) { + var $this = this; + + options = options || {}; + + appendHTML(); + + if (addBindings()) { + if (!$this[0]) { + if ($this.selector) { // if a selector was given and it didn't match any elements, go ahead and exit. + return $this; + } + // if no selector was given (ie. $.colorbox()), create a temporary element to work with + $this = $(''); + options.open = true; // assume an immediate open + } + + if (callback) { + options.onComplete = callback; + } + + $this.each(function () { + $.data(this, colorbox, $.extend({}, $.data(this, colorbox) || defaults, options)); + }).addClass(boxElement); + + if (($.isFunction(options.open) && options.open.call($this)) || options.open) { + launch($this[0]); + } + } + + return $this; + }; + + publicMethod.position = function (speed, loadedCallback) { + var + top = 0, + left = 0, + offset = $box.offset(), + scrollTop, + scrollLeft; + + $window.unbind('resize.' + prefix); + + // remove the modal so that it doesn't influence the document width/height + $box.css({top: -9e4, left: -9e4}); + + scrollTop = $window.scrollTop(); + scrollLeft = $window.scrollLeft(); + + if (settings.fixed && !isIE6) { + offset.top -= scrollTop; + offset.left -= scrollLeft; + $box.css({position: 'fixed'}); + } else { + top = scrollTop; + left = scrollLeft; + $box.css({position: 'absolute'}); + } + + // keeps the top and left positions within the browser's viewport. + if (settings.right !== false) { + left += Math.max($window.width() - settings.w - loadedWidth - interfaceWidth - setSize(settings.right, 'x'), 0); + } else if (settings.left !== false) { + left += setSize(settings.left, 'x'); + } else { + left += Math.round(Math.max($window.width() - settings.w - loadedWidth - interfaceWidth, 0) / 2); + } + + if (settings.bottom !== false) { + top += Math.max($window.height() - settings.h - loadedHeight - interfaceHeight - setSize(settings.bottom, 'y'), 0); + } else if (settings.top !== false) { + top += setSize(settings.top, 'y'); + } else { + top += Math.round(Math.max($window.height() - settings.h - loadedHeight - interfaceHeight, 0) / 2); + } + + $box.css({top: offset.top, left: offset.left}); + + // setting the speed to 0 to reduce the delay between same-sized content. + speed = ($box.width() === settings.w + loadedWidth && $box.height() === settings.h + loadedHeight) ? 0 : speed || 0; + + // this gives the wrapper plenty of breathing room so it's floated contents can move around smoothly, + // but it has to be shrank down around the size of div#colorbox when it's done. If not, + // it can invoke an obscure IE bug when using iframes. + $wrap[0].style.width = $wrap[0].style.height = "9999px"; + + function modalDimensions(that) { + $topBorder[0].style.width = $bottomBorder[0].style.width = $content[0].style.width = that.style.width; + $content[0].style.height = $leftBorder[0].style.height = $rightBorder[0].style.height = that.style.height; + } + + $box.dequeue().animate({width: settings.w + loadedWidth, height: settings.h + loadedHeight, top: top, left: left}, { + duration: speed, + complete: function () { + modalDimensions(this); + + active = false; + + // shrink the wrapper down to exactly the size of colorbox to avoid a bug in IE's iframe implementation. + $wrap[0].style.width = (settings.w + loadedWidth + interfaceWidth) + "px"; + $wrap[0].style.height = (settings.h + loadedHeight + interfaceHeight) + "px"; + + if (settings.reposition) { + setTimeout(function () { // small delay before binding onresize due to an IE8 bug. + $window.bind('resize.' + prefix, publicMethod.position); + }, 1); + } + + if (loadedCallback) { + loadedCallback(); + } + }, + step: function () { + modalDimensions(this); + } + }); + }; + + publicMethod.resize = function (options) { + if (open) { + options = options || {}; + + if (options.width) { + settings.w = setSize(options.width, 'x') - loadedWidth - interfaceWidth; + } + if (options.innerWidth) { + settings.w = setSize(options.innerWidth, 'x'); + } + $loaded.css({width: settings.w}); + + if (options.height) { + settings.h = setSize(options.height, 'y') - loadedHeight - interfaceHeight; + } + if (options.innerHeight) { + settings.h = setSize(options.innerHeight, 'y'); + } + if (!options.innerHeight && !options.height) { + $loaded.css({height: "auto"}); + settings.h = $loaded.height(); + } + $loaded.css({height: settings.h}); + + publicMethod.position(settings.transition === "none" ? 0 : settings.speed); + } + }; + + publicMethod.prep = function (object) { + if (!open) { + return; + } + + var callback, speed = settings.transition === "none" ? 0 : settings.speed; + + $loaded.remove(); + $loaded = $tag(div, 'LoadedContent').append(object); + + function getWidth() { + settings.w = settings.w || $loaded.width(); + settings.w = settings.mw && settings.mw < settings.w ? settings.mw : settings.w; + return settings.w; + } + function getHeight() { + settings.h = settings.h || $loaded.height(); + settings.h = settings.mh && settings.mh < settings.h ? settings.mh : settings.h; + return settings.h; + } + + $loaded.hide() + .appendTo($loadingBay.show())// content has to be appended to the DOM for accurate size calculations. + .css({width: getWidth(), overflow: settings.scrolling ? 'auto' : 'hidden'}) + .css({height: getHeight()})// sets the height independently from the width in case the new width influences the value of height. + .prependTo($content); + + $loadingBay.hide(); + + // floating the IMG removes the bottom line-height and fixed a problem where IE miscalculates the width of the parent element as 100% of the document width. + //$(photo).css({'float': 'none', marginLeft: 'auto', marginRight: 'auto'}); + + $(photo).css({'float': 'none'}); + + // Hides SELECT elements in IE6 because they would otherwise sit on top of the overlay. + if (isIE6) { + $('select').not($box.find('select')).filter(function () { + return this.style.visibility !== 'hidden'; + }).css({'visibility': 'hidden'}).one(event_cleanup, function () { + this.style.visibility = 'inherit'; + }); + } + + callback = function () { + var preload, + i, + total = $related.length, + iframe, + frameBorder = 'frameBorder', + allowTransparency = 'allowTransparency', + complete, + src, + img, + data; + + if (!open) { + return; + } + + function removeFilter() { + if (isIE) { + $box[0].style.removeAttribute('filter'); + } + } + + complete = function () { + clearTimeout(loadingTimer); + $loadingOverlay.hide(); + trigger(event_complete, settings.onComplete); + }; + + if (isIE) { + //This fadeIn helps the bicubic resampling to kick-in. + if (photo) { + $loaded.fadeIn(100); + } + } + + $title.html(settings.title).add($loaded).show(); + + if (total > 1) { // handle grouping + if (typeof settings.current === "string") { + $current.html(settings.current.replace('{current}', index + 1).replace('{total}', total)).show(); + } + + $next[(settings.loop || index < total - 1) ? "show" : "hide"]().html(settings.next); + $prev[(settings.loop || index) ? "show" : "hide"]().html(settings.previous); + + if (settings.slideshow) { + $slideshow.show(); + } + + // Preloads images within a rel group + if (settings.preloading) { + preload = [ + getIndex(-1), + getIndex(1) + ]; + while (i = $related[preload.pop()]) { + data = $.data(i, colorbox); + + if (data && data.href) { + src = data.href; + if ($.isFunction(src)) { + src = src.call(i); + } + } else { + src = i.href; + } + + if (isImage(src)) { + img = new Image(); + img.src = src; + } + } + } + } else { + $groupControls.hide(); + } + + if (settings.iframe) { + iframe = $tag('iframe')[0]; + + if (frameBorder in iframe) { + iframe[frameBorder] = 0; + } + if (allowTransparency in iframe) { + iframe[allowTransparency] = "true"; + } + // give the iframe a unique name to prevent caching + iframe.name = prefix + (+new Date()); + if (settings.fastIframe) { + complete(); + } else { + $(iframe).one('load', complete); + } + iframe.src = settings.href; + if (!settings.scrolling) { + iframe.scrolling = "no"; + } + $(iframe).addClass(prefix + 'Iframe').appendTo($loaded).one(event_purge, function () { + iframe.src = "//about:blank"; + }); + } else { + complete(); + } + + if (settings.transition === 'fade') { + $box.fadeTo(speed, 1, removeFilter); + } else { + removeFilter(); + } + }; + + if (settings.transition === 'fade') { + $box.fadeTo(speed, 0, function () { + publicMethod.position(0, callback); + }); + } else { + publicMethod.position(speed, callback); + } + }; + + publicMethod.load = function (launched) { + var href, setResize, prep = publicMethod.prep; + + active = true; + + photo = false; + + element = $related[index]; + + if (!launched) { + makeSettings(); + } + + trigger(event_purge); + + trigger(event_load, settings.onLoad); + + settings.h = settings.height ? + setSize(settings.height, 'y') - loadedHeight - interfaceHeight : + settings.innerHeight && setSize(settings.innerHeight, 'y'); + + settings.w = settings.width ? + setSize(settings.width, 'x') - loadedWidth - interfaceWidth : + settings.innerWidth && setSize(settings.innerWidth, 'x'); + + // Sets the minimum dimensions for use in image scaling + settings.mw = settings.w; + settings.mh = settings.h; + + // Re-evaluate the minimum width and height based on maxWidth and maxHeight values. + // If the width or height exceed the maxWidth or maxHeight, use the maximum values instead. + if (settings.maxWidth) { + settings.mw = setSize(settings.maxWidth, 'x') - loadedWidth - interfaceWidth; + settings.mw = settings.w && settings.w < settings.mw ? settings.w : settings.mw; + } + if (settings.maxHeight) { + settings.mh = setSize(settings.maxHeight, 'y') - loadedHeight - interfaceHeight; + settings.mh = settings.h && settings.h < settings.mh ? settings.h : settings.mh; + } + + href = settings.href; + + loadingTimer = setTimeout(function () { + $loadingOverlay.show(); + }, 100); + + if (settings.inline) { + // Inserts an empty placeholder where inline content is being pulled from. + // An event is bound to put inline content back when ColorBox closes or loads new content. + $tag(div).hide().insertBefore($(href)[0]).one(event_purge, function () { + $(this).replaceWith($loaded.children()); + }); + prep($(href)); + } else if (settings.iframe) { + // IFrame element won't be added to the DOM until it is ready to be displayed, + // to avoid problems with DOM-ready JS that might be trying to run in that iframe. + prep(" "); + } else if (settings.html) { + prep(settings.html); + } else if (isImage(href)) { + $(photo = new Image()) + .addClass(prefix + 'Photo') + .error(function () { + settings.title = false; + prep($tag(div, 'Error').html(settings.imgError)); + }) + .load(function () { + var percent; + photo.onload = null; //stops animated gifs from firing the onload repeatedly. + + if (settings.scalePhotos) { + setResize = function () { + photo.height -= photo.height * percent; + photo.width -= photo.width * percent; + }; + if (settings.mw && photo.width > settings.mw) { + percent = (photo.width - settings.mw) / photo.width; + setResize(); + } + if (settings.mh && photo.height > settings.mh) { + percent = (photo.height - settings.mh) / photo.height; + setResize(); + } + } + + if (settings.h) { + photo.style.marginTop = Math.max(settings.h - photo.height, 0) / 2 + 'px'; + } + + if ($related[1] && (settings.loop || $related[index + 1])) { + photo.style.cursor = 'pointer'; + photo.onclick = function () { + publicMethod.next(); + }; + } + + if (isIE) { + photo.style.msInterpolationMode = 'bicubic'; + } + + setTimeout(function () { // A pause because Chrome will sometimes report a 0 by 0 size otherwise. + prep(photo); + }, 1); + }); + + setTimeout(function () { // A pause because Opera 10.6+ will sometimes not run the onload function otherwise. + photo.src = href; + }, 1); + } else if (href) { + $loadingBay.load(href, settings.data, function (data, status, xhr) { + prep(status === 'error' ? $tag(div, 'Error').html(settings.xhrError) : $(this).contents()); + }); + } + }; + + // Navigates to the next page/image in a set. + publicMethod.next = function () { + if (!active && $related[1] && (settings.loop || $related[index + 1])) { + index = getIndex(1); + publicMethod.load(); + } + }; + + publicMethod.prev = function () { + if (!active && $related[1] && (settings.loop || index)) { + index = getIndex(-1); + publicMethod.load(); + } + }; + + // Note: to use this within an iframe use the following format: parent.$.fn.colorbox.close(); + publicMethod.close = function () { + if (open && !closing) { + + closing = true; + + open = false; + + trigger(event_cleanup, settings.onCleanup); + + $window.unbind('.' + prefix + ' .' + event_ie6); + + $overlay.fadeTo(200, 0); + + $box.stop().fadeTo(300, 0, function () { + + $box.add($overlay).css({'opacity': 1, cursor: 'auto'}).hide(); + + trigger(event_purge); + + $loaded.remove(); + + setTimeout(function () { + closing = false; + trigger(event_closed, settings.onClosed); + }, 1); + }); + } + }; + + // Removes changes ColorBox made to the document, but does not remove the plugin + // from jQuery. + publicMethod.remove = function () { + $([]).add($box).add($overlay).remove(); + $box = null; + $('.' + boxElement) + .removeData(colorbox) + .removeClass(boxElement) + .die(); + }; + + // A method for fetching the current element ColorBox is referencing. + // returns a jQuery object. + publicMethod.element = function () { + return $(element); + }; + + publicMethod.settings = defaults; + +}(jQuery, document, this)); \ No newline at end of file diff --git a/vendors/jquery/colorbox/content/ajax.html b/vendors/jquery/colorbox/content/ajax.html new file mode 100644 index 000000000..e772638ad --- /dev/null +++ b/vendors/jquery/colorbox/content/ajax.html @@ -0,0 +1,11 @@ +

+ \ No newline at end of file diff --git a/vendors/jquery/colorbox/content/flash.html b/vendors/jquery/colorbox/content/flash.html new file mode 100644 index 000000000..c83f7c44f --- /dev/null +++ b/vendors/jquery/colorbox/content/flash.html @@ -0,0 +1,8 @@ +
+ + + + + + +
\ No newline at end of file diff --git a/vendors/jquery/colorbox/content/homer.jpg b/vendors/jquery/colorbox/content/homer.jpg new file mode 100644 index 000000000..87ec76c99 Binary files /dev/null and b/vendors/jquery/colorbox/content/homer.jpg differ diff --git a/vendors/jquery/colorbox/content/marylou.jpg b/vendors/jquery/colorbox/content/marylou.jpg new file mode 100644 index 000000000..4c717d276 Binary files /dev/null and b/vendors/jquery/colorbox/content/marylou.jpg differ diff --git a/vendors/jquery/colorbox/content/ohoopee1.jpg b/vendors/jquery/colorbox/content/ohoopee1.jpg new file mode 100644 index 000000000..aae19a3e6 Binary files /dev/null and b/vendors/jquery/colorbox/content/ohoopee1.jpg differ diff --git a/vendors/jquery/colorbox/content/ohoopee2.jpg b/vendors/jquery/colorbox/content/ohoopee2.jpg new file mode 100644 index 000000000..206894489 Binary files /dev/null and b/vendors/jquery/colorbox/content/ohoopee2.jpg differ diff --git a/vendors/jquery/colorbox/content/ohoopee3.jpg b/vendors/jquery/colorbox/content/ohoopee3.jpg new file mode 100644 index 000000000..4d64d2400 Binary files /dev/null and b/vendors/jquery/colorbox/content/ohoopee3.jpg differ diff --git a/vendors/jquery/colorbox/example1/colorbox.css b/vendors/jquery/colorbox/example1/colorbox.css new file mode 100644 index 000000000..397fe3dca --- /dev/null +++ b/vendors/jquery/colorbox/example1/colorbox.css @@ -0,0 +1,86 @@ +/* + ColorBox Core Style: + The following CSS is consistent between example themes and should not be altered. +*/ +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxOverlay{position:fixed; width:100%; height:100%;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto;} +#cboxTitle{margin:0;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} +.cboxIframe{width:100%; height:100%; display:block; border:0;} +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} + +/* + User Style: + Change the following styles to modify the appearance of ColorBox. They are + ordered & tabbed in a way that represents the nesting of the generated HTML. +*/ +#cboxOverlay{background:url(images/overlay.png) repeat 0 0;} +#colorbox{} + #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;} + #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;} + #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;} + #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;} + #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;} + #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;} + #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;} + #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;} + #cboxContent{background:#fff; overflow:hidden;} + .cboxIframe{background:#fff;} + #cboxError{padding:50px; border:1px solid #ccc;} + #cboxLoadedContent{margin-bottom:28px;} + #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;} + #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} + #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} + #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} + #cboxPrevious:hover{background-position:-75px -25px;} + #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} + #cboxNext:hover{background-position:-50px -25px;} + #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;} + #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} + #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} + #cboxClose:hover{background-position:-25px -25px;} + +/* + The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill + when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. + See: http://jacklmoore.com/notes/ie-transparency-problems/ +*/ +.cboxIE #cboxTopLeft, +.cboxIE #cboxTopCenter, +.cboxIE #cboxTopRight, +.cboxIE #cboxBottomLeft, +.cboxIE #cboxBottomCenter, +.cboxIE #cboxBottomRight, +.cboxIE #cboxMiddleLeft, +.cboxIE #cboxMiddleRight { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); +} + +/* + The following provides PNG transparency support for IE6 + Feel free to remove this and the /ie6/ directory if you have dropped IE6 support. +*/ +.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);} +.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);} +.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);} +.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);} +.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);} +.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);} +.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);} +.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);} + +.cboxIE6 #cboxTopLeft, +.cboxIE6 #cboxTopCenter, +.cboxIE6 #cboxTopRight, +.cboxIE6 #cboxBottomLeft, +.cboxIE6 #cboxBottomCenter, +.cboxIE6 #cboxBottomRight, +.cboxIE6 #cboxMiddleLeft, +.cboxIE6 #cboxMiddleRight { + _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); +} diff --git a/vendors/jquery/colorbox/example1/images/border.png b/vendors/jquery/colorbox/example1/images/border.png new file mode 100644 index 000000000..f463a10d8 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/border.png differ diff --git a/vendors/jquery/colorbox/example1/images/controls.png b/vendors/jquery/colorbox/example1/images/controls.png new file mode 100644 index 000000000..dcfd6fb9f Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/controls.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderBottomCenter.png b/vendors/jquery/colorbox/example1/images/ie6/borderBottomCenter.png new file mode 100644 index 000000000..0d4475edf Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderBottomCenter.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderBottomLeft.png b/vendors/jquery/colorbox/example1/images/ie6/borderBottomLeft.png new file mode 100644 index 000000000..2775eba89 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderBottomLeft.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderBottomRight.png b/vendors/jquery/colorbox/example1/images/ie6/borderBottomRight.png new file mode 100644 index 000000000..f7f51379c Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderBottomRight.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderMiddleLeft.png b/vendors/jquery/colorbox/example1/images/ie6/borderMiddleLeft.png new file mode 100644 index 000000000..a2d63d156 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderMiddleLeft.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderMiddleRight.png b/vendors/jquery/colorbox/example1/images/ie6/borderMiddleRight.png new file mode 100644 index 000000000..fd7c3e849 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderMiddleRight.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderTopCenter.png b/vendors/jquery/colorbox/example1/images/ie6/borderTopCenter.png new file mode 100644 index 000000000..2937a9cf9 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderTopCenter.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderTopLeft.png b/vendors/jquery/colorbox/example1/images/ie6/borderTopLeft.png new file mode 100644 index 000000000..f9d458b5b Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderTopLeft.png differ diff --git a/vendors/jquery/colorbox/example1/images/ie6/borderTopRight.png b/vendors/jquery/colorbox/example1/images/ie6/borderTopRight.png new file mode 100644 index 000000000..74b8583cf Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/ie6/borderTopRight.png differ diff --git a/vendors/jquery/colorbox/example1/images/loading.gif b/vendors/jquery/colorbox/example1/images/loading.gif new file mode 100644 index 000000000..b4695d811 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/loading.gif differ diff --git a/vendors/jquery/colorbox/example1/images/loading_background.png b/vendors/jquery/colorbox/example1/images/loading_background.png new file mode 100644 index 000000000..6ae83e697 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/loading_background.png differ diff --git a/vendors/jquery/colorbox/example1/images/overlay.png b/vendors/jquery/colorbox/example1/images/overlay.png new file mode 100644 index 000000000..53ea98f70 Binary files /dev/null and b/vendors/jquery/colorbox/example1/images/overlay.png differ diff --git a/vendors/jquery/colorbox/example1/index.html b/vendors/jquery/colorbox/example1/index.html new file mode 100644 index 000000000..44fcca860 --- /dev/null +++ b/vendors/jquery/colorbox/example1/index.html @@ -0,0 +1,87 @@ + + + + + ColorBox Examples + + + + + + + +

ColorBox Demonstration

+ +

Elastic Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Fade Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

No Transition + fixed width and height (75% of screen size)

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Slideshow

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Other Content Types

+

Outside HTML (Ajax)

+

Flash / Video (Ajax/Embedded)

+

Flash / Video (Iframe/Direct Link To YouTube)

+

Outside Webpage (Iframe)

+

Inline HTML

+ +

Demonstration of using callbacks

+

Example with alerts. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.

+ + +
+
+

This content comes from a hidden element on this page.

+

The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.

+

Click me, it will be preserved!

+ +

If you try to open a new ColorBox while it is already open, it will update itself with the new content.

+

Updating Content Example:
+ Click here to load new content

+
+
+ + \ No newline at end of file diff --git a/vendors/jquery/colorbox/example2/colorbox.css b/vendors/jquery/colorbox/example2/colorbox.css new file mode 100644 index 000000000..fa42bf2f9 --- /dev/null +++ b/vendors/jquery/colorbox/example2/colorbox.css @@ -0,0 +1,43 @@ +/* + ColorBox Core Style: + The following CSS is consistent between example themes and should not be altered. +*/ +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxOverlay{position:fixed; width:100%; height:100%;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto;} +#cboxTitle{margin:0;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} +.cboxIframe{width:100%; height:100%; display:block; border:0;} +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} + +/* + User Style: + Change the following styles to modify the appearance of ColorBox. They are + ordered & tabbed in a way that represents the nesting of the generated HTML. +*/ +#cboxOverlay{background:#fff;} +#colorbox{} + #cboxContent{margin-top:32px; overflow:visible;} + .cboxIframe{background:#fff;} + #cboxError{padding:50px; border:1px solid #ccc;} + #cboxLoadedContent{background:#000; padding:1px;} + #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} + #cboxLoadingOverlay{background:#000;} + #cboxTitle{position:absolute; top:-22px; left:0; color:#000;} + #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;} + #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;} + #cboxPrevious{background-position:0px 0px; right:44px;} + #cboxPrevious:hover{background-position:0px -25px;} + #cboxNext{background-position:-25px 0px; right:22px;} + #cboxNext:hover{background-position:-25px -25px;} + #cboxClose{background-position:-50px 0px; right:0;} + #cboxClose:hover{background-position:-50px -25px;} + .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;} + .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;} + .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;} + .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;} + .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;} diff --git a/vendors/jquery/colorbox/example2/images/controls.png b/vendors/jquery/colorbox/example2/images/controls.png new file mode 100644 index 000000000..8569b57f1 Binary files /dev/null and b/vendors/jquery/colorbox/example2/images/controls.png differ diff --git a/vendors/jquery/colorbox/example2/images/loading.gif b/vendors/jquery/colorbox/example2/images/loading.gif new file mode 100644 index 000000000..19c67bbd0 Binary files /dev/null and b/vendors/jquery/colorbox/example2/images/loading.gif differ diff --git a/vendors/jquery/colorbox/example2/index.html b/vendors/jquery/colorbox/example2/index.html new file mode 100644 index 000000000..44fcca860 --- /dev/null +++ b/vendors/jquery/colorbox/example2/index.html @@ -0,0 +1,87 @@ + + + + + ColorBox Examples + + + + + + + +

ColorBox Demonstration

+ +

Elastic Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Fade Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

No Transition + fixed width and height (75% of screen size)

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Slideshow

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Other Content Types

+

Outside HTML (Ajax)

+

Flash / Video (Ajax/Embedded)

+

Flash / Video (Iframe/Direct Link To YouTube)

+

Outside Webpage (Iframe)

+

Inline HTML

+ +

Demonstration of using callbacks

+

Example with alerts. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.

+ + +
+
+

This content comes from a hidden element on this page.

+

The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.

+

Click me, it will be preserved!

+ +

If you try to open a new ColorBox while it is already open, it will update itself with the new content.

+

Updating Content Example:
+ Click here to load new content

+
+
+ + \ No newline at end of file diff --git a/vendors/jquery/colorbox/example3/colorbox.css b/vendors/jquery/colorbox/example3/colorbox.css new file mode 100644 index 000000000..36cc9ef42 --- /dev/null +++ b/vendors/jquery/colorbox/example3/colorbox.css @@ -0,0 +1,38 @@ +/* + ColorBox Core Style: + The following CSS is consistent between example themes and should not be altered. +*/ +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxOverlay{position:fixed; width:100%; height:100%;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto;} +#cboxTitle{margin:0;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none;} +.cboxIframe{width:100%; height:100%; display:block; border:0;} +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} + +/* + User Style: + Change the following styles to modify the appearance of ColorBox. They are + ordered & tabbed in a way that represents the nesting of the generated HTML. +*/ +#cboxOverlay{background:#000;} +#colorbox{} + #cboxContent{margin-top:20px;} + .cboxIframe{background:#fff;} + #cboxError{padding:50px; border:1px solid #ccc;} + #cboxLoadedContent{border:5px solid #000; background:#fff;} + #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;} + #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;} + #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} + #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;} + #cboxPrevious:hover{background-position:bottom left;} + #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;} + #cboxNext:hover{background-position:bottom right;} + #cboxLoadingOverlay{background:#000;} + #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} + #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;} + #cboxClose:hover{background-position:bottom center;} \ No newline at end of file diff --git a/vendors/jquery/colorbox/example3/images/controls.png b/vendors/jquery/colorbox/example3/images/controls.png new file mode 100644 index 000000000..e1e97982a Binary files /dev/null and b/vendors/jquery/colorbox/example3/images/controls.png differ diff --git a/vendors/jquery/colorbox/example3/images/loading.gif b/vendors/jquery/colorbox/example3/images/loading.gif new file mode 100644 index 000000000..19c67bbd0 Binary files /dev/null and b/vendors/jquery/colorbox/example3/images/loading.gif differ diff --git a/vendors/jquery/colorbox/example3/index.html b/vendors/jquery/colorbox/example3/index.html new file mode 100644 index 000000000..44fcca860 --- /dev/null +++ b/vendors/jquery/colorbox/example3/index.html @@ -0,0 +1,87 @@ + + + + + ColorBox Examples + + + + + + + +

ColorBox Demonstration

+ +

Elastic Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Fade Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

No Transition + fixed width and height (75% of screen size)

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Slideshow

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Other Content Types

+

Outside HTML (Ajax)

+

Flash / Video (Ajax/Embedded)

+

Flash / Video (Iframe/Direct Link To YouTube)

+

Outside Webpage (Iframe)

+

Inline HTML

+ +

Demonstration of using callbacks

+

Example with alerts. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.

+ + +
+
+

This content comes from a hidden element on this page.

+

The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.

+

Click me, it will be preserved!

+ +

If you try to open a new ColorBox while it is already open, it will update itself with the new content.

+

Updating Content Example:
+ Click here to load new content

+
+
+ + \ No newline at end of file diff --git a/vendors/jquery/colorbox/example4/colorbox.css b/vendors/jquery/colorbox/example4/colorbox.css new file mode 100644 index 000000000..bc5ef3e3d --- /dev/null +++ b/vendors/jquery/colorbox/example4/colorbox.css @@ -0,0 +1,82 @@ +/* + ColorBox Core Style: + The following CSS is consistent between example themes and should not be altered. +*/ +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxOverlay{position:fixed; width:100%; height:100%;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto;} +#cboxTitle{margin:0;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} +.cboxIframe{width:100%; height:100%; display:block; border:0;} +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} + +/* + User Style: + Change the following styles to modify the appearance of ColorBox. They are + ordered & tabbed in a way that represents the nesting of the generated HTML. +*/ +#cboxOverlay{background:#fff;} +#colorbox{} + #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;} + #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;} + #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;} + #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;} + #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;} + #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;} + #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;} + #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;} + #cboxContent{background:#fff; overflow:hidden;} + .cboxIframe{background:#fff;} + #cboxError{padding:50px; border:1px solid #ccc;} + #cboxLoadedContent{margin-bottom:20px;} + #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;} + #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;} + #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;} + #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;} + #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;} + #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;} + #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;} + +/* + The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill + when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. + See: http://jacklmoore.com/notes/ie-transparency-problems/ +*/ +.cboxIE #cboxTopLeft, +.cboxIE #cboxTopCenter, +.cboxIE #cboxTopRight, +.cboxIE #cboxBottomLeft, +.cboxIE #cboxBottomCenter, +.cboxIE #cboxBottomRight, +.cboxIE #cboxMiddleLeft, +.cboxIE #cboxMiddleRight { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); +} + +/* + The following provides PNG transparency support for IE6 + Feel free to remove this and the /ie6/ directory if you have dropped IE6 support. +*/ +.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);} +.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);} +.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);} +.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);} +.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);} +.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);} +.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);} +.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);} + +.cboxIE6 #cboxTopLeft, +.cboxIE6 #cboxTopCenter, +.cboxIE6 #cboxTopRight, +.cboxIE6 #cboxBottomLeft, +.cboxIE6 #cboxBottomCenter, +.cboxIE6 #cboxBottomRight, +.cboxIE6 #cboxMiddleLeft, +.cboxIE6 #cboxMiddleRight { + _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); +} diff --git a/vendors/jquery/colorbox/example4/images/border1.png b/vendors/jquery/colorbox/example4/images/border1.png new file mode 100644 index 000000000..0ddc70405 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/border1.png differ diff --git a/vendors/jquery/colorbox/example4/images/border2.png b/vendors/jquery/colorbox/example4/images/border2.png new file mode 100644 index 000000000..aa62a0b72 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/border2.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderBottomCenter.png b/vendors/jquery/colorbox/example4/images/ie6/borderBottomCenter.png new file mode 100644 index 000000000..12e0e9ac0 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderBottomCenter.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderBottomLeft.png b/vendors/jquery/colorbox/example4/images/ie6/borderBottomLeft.png new file mode 100644 index 000000000..b7a474ae0 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderBottomLeft.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderBottomRight.png b/vendors/jquery/colorbox/example4/images/ie6/borderBottomRight.png new file mode 100644 index 000000000..6b6cb159b Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderBottomRight.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderMiddleLeft.png b/vendors/jquery/colorbox/example4/images/ie6/borderMiddleLeft.png new file mode 100644 index 000000000..8d0eb739d Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderMiddleLeft.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderMiddleRight.png b/vendors/jquery/colorbox/example4/images/ie6/borderMiddleRight.png new file mode 100644 index 000000000..d65509e30 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderMiddleRight.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderTopCenter.png b/vendors/jquery/colorbox/example4/images/ie6/borderTopCenter.png new file mode 100644 index 000000000..35d8da2d0 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderTopCenter.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderTopLeft.png b/vendors/jquery/colorbox/example4/images/ie6/borderTopLeft.png new file mode 100644 index 000000000..ae9bda040 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderTopLeft.png differ diff --git a/vendors/jquery/colorbox/example4/images/ie6/borderTopRight.png b/vendors/jquery/colorbox/example4/images/ie6/borderTopRight.png new file mode 100644 index 000000000..0d8868399 Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/ie6/borderTopRight.png differ diff --git a/vendors/jquery/colorbox/example4/images/loading.gif b/vendors/jquery/colorbox/example4/images/loading.gif new file mode 100644 index 000000000..602ce3c3a Binary files /dev/null and b/vendors/jquery/colorbox/example4/images/loading.gif differ diff --git a/vendors/jquery/colorbox/example4/index.html b/vendors/jquery/colorbox/example4/index.html new file mode 100644 index 000000000..44fcca860 --- /dev/null +++ b/vendors/jquery/colorbox/example4/index.html @@ -0,0 +1,87 @@ + + + + + ColorBox Examples + + + + + + + +

ColorBox Demonstration

+ +

Elastic Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Fade Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

No Transition + fixed width and height (75% of screen size)

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Slideshow

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Other Content Types

+

Outside HTML (Ajax)

+

Flash / Video (Ajax/Embedded)

+

Flash / Video (Iframe/Direct Link To YouTube)

+

Outside Webpage (Iframe)

+

Inline HTML

+ +

Demonstration of using callbacks

+

Example with alerts. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.

+ + +
+
+

This content comes from a hidden element on this page.

+

The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.

+

Click me, it will be preserved!

+ +

If you try to open a new ColorBox while it is already open, it will update itself with the new content.

+

Updating Content Example:
+ Click here to load new content

+
+
+ + \ No newline at end of file diff --git a/vendors/jquery/colorbox/example5/colorbox.css b/vendors/jquery/colorbox/example5/colorbox.css new file mode 100644 index 000000000..91301a9b1 --- /dev/null +++ b/vendors/jquery/colorbox/example5/colorbox.css @@ -0,0 +1,52 @@ +/* + ColorBox Core Style: + The following CSS is consistent between example themes and should not be altered. +*/ +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxOverlay{position:fixed; width:100%; height:100%;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto;} +#cboxTitle{margin:0;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} +.cboxIframe{width:100%; height:100%; display:block; border:0;} +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} + +/* + User Style: + Change the following styles to modify the appearance of ColorBox. They are + ordered & tabbed in a way that represents the nesting of the generated HTML. +*/ +#cboxOverlay{background:#000;} +#colorbox{} + #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;} + #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;} + #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;} + #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;} + #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;} + #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;} + #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;} + #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;} + #cboxContent{background:#fff; overflow:visible;} + .cboxIframe{background:#fff;} + #cboxError{padding:50px; border:1px solid #ccc;} + #cboxLoadedContent{margin-bottom:5px;} + #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;} + #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} + #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;} + #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;} + + #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;} + #cboxPrevious{left:0px; background-position: -51px -25px;} + #cboxPrevious:hover{background-position:-51px 0px;} + #cboxNext{left:27px; background-position:-75px -25px;} + #cboxNext:hover{background-position:-75px 0px;} + #cboxClose{right:0; background-position:-100px -25px;} + #cboxClose:hover{background-position:-100px 0px;} + + .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;} + .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;} + .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;} + .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;} \ No newline at end of file diff --git a/vendors/jquery/colorbox/example5/images/border.png b/vendors/jquery/colorbox/example5/images/border.png new file mode 100644 index 000000000..df13bb6da Binary files /dev/null and b/vendors/jquery/colorbox/example5/images/border.png differ diff --git a/vendors/jquery/colorbox/example5/images/controls.png b/vendors/jquery/colorbox/example5/images/controls.png new file mode 100644 index 000000000..65cfd1dc9 Binary files /dev/null and b/vendors/jquery/colorbox/example5/images/controls.png differ diff --git a/vendors/jquery/colorbox/example5/images/loading.gif b/vendors/jquery/colorbox/example5/images/loading.gif new file mode 100644 index 000000000..b4695d811 Binary files /dev/null and b/vendors/jquery/colorbox/example5/images/loading.gif differ diff --git a/vendors/jquery/colorbox/example5/images/loading_background.png b/vendors/jquery/colorbox/example5/images/loading_background.png new file mode 100644 index 000000000..9de11f467 Binary files /dev/null and b/vendors/jquery/colorbox/example5/images/loading_background.png differ diff --git a/vendors/jquery/colorbox/example5/index.html b/vendors/jquery/colorbox/example5/index.html new file mode 100644 index 000000000..44fcca860 --- /dev/null +++ b/vendors/jquery/colorbox/example5/index.html @@ -0,0 +1,87 @@ + + + + + ColorBox Examples + + + + + + + +

ColorBox Demonstration

+ +

Elastic Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Fade Transition

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

No Transition + fixed width and height (75% of screen size)

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Slideshow

+

Grouped Photo 1

+

Grouped Photo 2

+

Grouped Photo 3

+ +

Other Content Types

+

Outside HTML (Ajax)

+

Flash / Video (Ajax/Embedded)

+

Flash / Video (Iframe/Direct Link To YouTube)

+

Outside Webpage (Iframe)

+

Inline HTML

+ +

Demonstration of using callbacks

+

Example with alerts. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.

+ + +
+
+

This content comes from a hidden element on this page.

+

The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.

+

Click me, it will be preserved!

+ +

If you try to open a new ColorBox while it is already open, it will update itself with the new content.

+

Updating Content Example:
+ Click here to load new content

+
+
+ + \ No newline at end of file -- cgit v1.2.3 From 1bd6ef7e6b6a56ac30dc4b7b1daa9b924a5eddd7 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 1 Aug 2012 14:17:07 +0200 Subject: Colorbox integration into Elgg. --- manifest.xml | 20 ++++++ start.php | 17 ++++++ views/default/css/lightbox.php | 57 +++++++++++++++++ views/default/js/embed/embed.php | 129 +++++++++++++++++++++++++++++++++++++++ views/default/js/lightbox.php | 41 +++++++++++++ 5 files changed, 264 insertions(+) create mode 100644 manifest.xml create mode 100644 start.php create mode 100644 views/default/css/lightbox.php create mode 100644 views/default/js/embed/embed.php create mode 100644 views/default/js/lightbox.php diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 000000000..8f79f9186 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,20 @@ + + + Colorbox + Lorea developers + 1.8 + enhancement + multimedia + Elgg lightbox replacement for Fancybox. Colorbox is the default Elgg lightbox in 1.9. + http://lorea.org + (C) Lorea 2012 + GNU General Public License version 2 + + elgg_release + 1.8 + + + elgg_release + 1.9 + + diff --git a/start.php b/start.php new file mode 100644 index 000000000..9a8efafb0 --- /dev/null +++ b/start.php @@ -0,0 +1,17 @@ + + +/* + * ColorBox - jQuery Plugin + * A lightweight customizable lightbox plugin for jQuery + * + */ + + /* + ColorBox Core Style: + The following CSS is consistent between example themes and should not be altered. +*/ +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxOverlay{position:fixed; width:100%; height:100%;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto;} +#cboxTitle{margin:0;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none;} +.cboxIframe{width:100%; height:100%; display:block; border:0;} +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} + +/* + User Style: + Change the following styles to modify the appearance of ColorBox. They are + ordered & tabbed in a way that represents the nesting of the generated HTML. +*/ +#cboxOverlay{background:#000;} +#colorbox{} + #cboxContent{margin-top:20px;} + .cboxIframe{background:#fff;} + #cboxError{padding:50px; border:1px solid #ccc;} + #cboxLoadedContent{border:5px solid #000; background:#fff;} + #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;} + #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;} + #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} + #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(colorbox/example3/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;} + #cboxPrevious:hover{background-position:bottom left;} + #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(colorbox/example3/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;} + #cboxNext:hover{background-position:bottom right;} + #cboxLoadingOverlay{background:#000;} + #cboxLoadingGraphic{background:url(colorbox/example3/images/loading.gif) no-repeat center center;} + #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(colorbox/example3/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;} + #cboxClose:hover{background-position:bottom center;} diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php new file mode 100644 index 000000000..b762736c1 --- /dev/null +++ b/views/default/js/embed/embed.php @@ -0,0 +1,129 @@ +elgg.provide('elgg.embed'); + +elgg.embed.init = function() { + + // inserts the embed content into the textarea + $(".embed-item").live('click', elgg.embed.insert); + + // caches the current textarea id + $(".embed-control").live('click', function() { + var textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[0]; + elgg.embed.textAreaId = textAreaId.substr("embed-control-".length); + }); + + // special pagination helper for lightbox + $('.embed-wrapper .elgg-pagination a').live('click', elgg.embed.forward); + + $('.embed-section').live('click', elgg.embed.forward); + + $('.elgg-form-embed').live('submit', elgg.embed.submit); +}; + +/** + * Inserts data attached to an embed list item in textarea + * + * @todo generalize lightbox closing + * + * @param {Object} event + * @return void + */ +elgg.embed.insert = function(event) { + var textAreaId = elgg.embed.textAreaId; + var textArea = $('#' + textAreaId); + + // generalize this based on a css class attached to what should be inserted + var content = ' ' + $(this).find(".embed-insert").parent().html() + ' '; + + // this is a temporary work-around for #3971 + if (content.indexOf('thumbnail.php') != -1) { + content = content.replace('size=small', 'size=medium'); + } + + textArea.val(textArea.val() + content); + textArea.focus(); + + + + elgg.ui.lightbox.close(); + + event.preventDefault(); +}; + +/** + * Submit an upload form through Ajax + * + * Requires the jQuery Form Plugin. Because files cannot be uploaded with + * XMLHttpRequest, the plugin uses an invisible iframe. This results in the + * the X-Requested-With header not being set. To work around this, we are + * sending the header as a POST variable and Elgg's code checks for it in + * elgg_is_xhr(). + * + * @param {Object} event + * @return bool + */ +elgg.embed.submit = function(event) { + + $(this).ajaxSubmit({ + dataType : 'json', + data : { 'X-Requested-With' : 'XMLHttpRequest'}, + success : function(response) { + if (response) { + if (response.system_messages) { + elgg.register_error(response.system_messages.error); + elgg.system_message(response.system_messages.success); + } + if (response.status >= 0) { + var forward = $('input[name=embed_forward]').val(); + var url = elgg.normalize_url('embed/tab/' + forward); + url = elgg.embed.addContainerGUID(url); + $('.embed-wrapper').parent().load(url); + } + } + }, + error : function(xhr, status) { + // @todo nothing for now + } + }); + + $('.elgg-form-file-upload').hide(); + $('.embed-throbber').show(); + + // this was bubbling up the DOM causing a submission + event.preventDefault(); + event.stopPropagation(); +}; + +/** + * Loads content within the lightbox + * + * @param {Object} event + * @return void + */ +elgg.embed.forward = function(event) { + // make sure container guid is passed + var url = $(this).attr('href'); + url = elgg.embed.addContainerGUID(url); + + $('.embed-wrapper').parent().load(url); + event.preventDefault(); +}; + +/** + * Adds the container guid to a URL + * + * @param {string} url + * @return string + */ +elgg.embed.addContainerGUID = function(url) { + if (url.indexOf('container_guid=') == -1) { + var guid = $('input[name=embed_container_guid]').val(); + return url + '?container_guid=' + guid; + } else { + return url; + } +}; + +elgg.register_hook_handler('init', 'system', elgg.embed.init); diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php new file mode 100644 index 000000000..85fd2b717 --- /dev/null +++ b/views/default/js/lightbox.php @@ -0,0 +1,41 @@ + + +/** + * Lightbox initialization + */ + +elgg.provide('elgg.ui.lightbox'); + +elgg.ui.lightbox.init = function() { + $(".elgg-lightbox").colorbox(); +} + +elgg.ui.lightbox.close = function() { + $.colorbox.close(); +} + +elgg.register_hook_handler('init', 'system', elgg.ui.lightbox.init); + + Date: Wed, 1 Aug 2012 15:00:10 +0200 Subject: Fixed plugin portability bugs. --- manifest.xml | 10 ++++++++-- start.php | 2 +- views/default/css/lightbox.php | 8 ++++---- views/default/js/lightbox.php | 4 ++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/manifest.xml b/manifest.xml index 8f79f9186..1cfeacd3d 100644 --- a/manifest.xml +++ b/manifest.xml @@ -13,8 +13,14 @@ elgg_release 1.8 - + + priority + after + embed + + elgg_release 1.9 - + lt + diff --git a/start.php b/start.php index 9a8efafb0..342d5e136 100644 --- a/start.php +++ b/start.php @@ -13,5 +13,5 @@ elgg_register_event_handler('init', 'system', 'colorbox_init'); * */ function colorbox_init() { - + } diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index 6ba4dd254..b96d9cb05 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -8,7 +8,7 @@ * @subpackage UI */ -$jquery_path = elgg_get_site_url() . 'vendors/jquery/'; +$jquery_path = elgg_get_site_url() . 'mod/colorbox/vendors/jquery/'; ?> /* @@ -21,7 +21,7 @@ $jquery_path = elgg_get_site_url() . 'vendors/jquery/'; ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +body > #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} #cboxContent{position:relative;} @@ -31,7 +31,7 @@ $jquery_path = elgg_get_site_url() . 'vendors/jquery/'; #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none;} .cboxIframe{width:100%; height:100%; display:block; border:0;} -#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} +body > #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;} /* User Style: @@ -39,7 +39,7 @@ $jquery_path = elgg_get_site_url() . 'vendors/jquery/'; ordered & tabbed in a way that represents the nesting of the generated HTML. */ #cboxOverlay{background:#000;} -#colorbox{} +body > #colorbox{} #cboxContent{margin-top:20px;} .cboxIframe{background:#fff;} #cboxError{padding:50px; border:1px solid #ccc;} diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 85fd2b717..a7beaadcc 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -36,6 +36,6 @@ elgg.register_hook_handler('init', 'system', elgg.ui.lightbox.init); Date: Wed, 1 Aug 2012 21:04:49 +0200 Subject: Added elgg-lightbox-photo and elgg-lightbox-gallery support. --- views/default/js/lightbox.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index a7beaadcc..6e910f635 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -26,6 +26,15 @@ elgg.provide('elgg.ui.lightbox'); elgg.ui.lightbox.init = function() { $(".elgg-lightbox").colorbox(); + $(".elgg-lightbox-photo").colorbox({photo: true}); + var n = 0; + $(".elgg-lightbox-gallery").each(function() { + $(this).find(".elgg-lightbox, .elgg-lightbox-photo") + .addClass("elgg-lightbox-" + n) + .colorbox({ + rel: "elgg-lightbox-" + n++, + }); + }); } elgg.ui.lightbox.close = function() { -- cgit v1.2.3 From f95095e9cd347e1d64ecd8919d19acc9adeda3fe Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 4 Aug 2012 02:00:26 +0200 Subject: Internationalized colorbox. --- languages/ca.php | 11 +++++++++++ languages/en.php | 11 +++++++++++ languages/es.php | 11 +++++++++++ views/default/js/lightbox.php | 10 ++++++++++ 4 files changed, 43 insertions(+) create mode 100644 languages/ca.php create mode 100644 languages/en.php create mode 100644 languages/es.php diff --git a/languages/ca.php b/languages/ca.php new file mode 100644 index 000000000..882ef9df4 --- /dev/null +++ b/languages/ca.php @@ -0,0 +1,11 @@ + "imatge %s de %s", +); + +add_translation("ca", $catalan); diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..a585ca9b5 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,11 @@ + "image %s of %s", +); + +add_translation("en", $english); diff --git a/languages/es.php b/languages/es.php new file mode 100644 index 000000000..baeea98e4 --- /dev/null +++ b/languages/es.php @@ -0,0 +1,11 @@ + "imagen %s de %s", +); + +add_translation("es", $spanish); diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 6e910f635..014a33196 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -25,6 +25,16 @@ elgg.provide('elgg.ui.lightbox'); elgg.ui.lightbox.init = function() { + + $.extend($.colorbox.settings, { + current: elgg.echo('js:lightbox:current', ['{current}', '{total}']), + previous: elgg.echo('previous'), + next: elgg.echo('next'), + close: elgg.echo('close'), + xhrError: elgg.echo('error:default'), + imgError: elgg.echo('error:default'), + }); + $(".elgg-lightbox").colorbox(); $(".elgg-lightbox-photo").colorbox({photo: true}); var n = 0; -- cgit v1.2.3 From fbb80487e6af07dd66411245a839c4af38c3a57f Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 1 Nov 2012 14:57:17 -0300 Subject: Set license to AGPLv3+ --- COPYING | 661 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ languages/ca.php | 20 +- languages/en.php | 20 +- languages/es.php | 20 +- manifest.xml | 9 +- start.php | 25 ++- 6 files changed, 746 insertions(+), 9 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 000000000..dba13ed2d --- /dev/null +++ b/COPYING @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public 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. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/languages/ca.php b/languages/ca.php index 882ef9df4..214d327aa 100644 --- a/languages/ca.php +++ b/languages/ca.php @@ -1,7 +1,25 @@ + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . */ $catalan = array( diff --git a/languages/en.php b/languages/en.php index a585ca9b5..70bab4e05 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1,7 +1,25 @@ + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . */ $english = array( diff --git a/languages/es.php b/languages/es.php index baeea98e4..e49d0db47 100644 --- a/languages/es.php +++ b/languages/es.php @@ -1,7 +1,25 @@ + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . */ $spanish = array( diff --git a/manifest.xml b/manifest.xml index 1cfeacd3d..2420bdce6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -3,12 +3,15 @@ Colorbox Lorea developers 1.8 + lorea enhancement multimedia Elgg lightbox replacement for Fancybox. Colorbox is the default Elgg lightbox in 1.9. - http://lorea.org - (C) Lorea 2012 - GNU General Public License version 2 + https://lorea.org/plugin/colorbox + https://gitorious.org/lorea/colorbox + https://lorea.org/support + 2012 Lorea Faeries <federation@lorea.org> + GNU Affero General Public License, version 3 or later elgg_release 1.8 diff --git a/start.php b/start.php index 342d5e136..b19b2efcf 100644 --- a/start.php +++ b/start.php @@ -1,9 +1,28 @@ + * @license COPYING, http://www.gnu.org/licenses/agpl + * + * Copyright 2011-2012 Lorea Faeries + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . */ elgg_register_event_handler('init', 'system', 'colorbox_init'); -- cgit v1.2.3 From 92075a8c92356d84af8464f8672d3832d7c6826c Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 1 Nov 2012 14:57:52 -0300 Subject: Are those ours? Cannot tag with agplv3+ if we don't know for sure. --- views/default/css/lightbox.php | 22 +++++++++++++++++++--- views/default/js/embed/embed.php | 26 ++++++++++++++++++++++++++ views/default/js/lightbox.php | 23 ++++++++++++++++++++++- 3 files changed, 67 insertions(+), 4 deletions(-) diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index b96d9cb05..e18c02bf8 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -1,11 +1,27 @@ + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . */ $jquery_path = elgg_get_site_url() . 'mod/colorbox/vendors/jquery/'; diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index b762736c1..42165fa42 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -1,3 +1,29 @@ + + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . + */ +?> elgg.provide('elgg.embed'); elgg.embed.init = function() { diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 014a33196..732092e2b 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -1,6 +1,27 @@ + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * . * * Usage * Apply the class elgg-lightbox to links. -- cgit v1.2.3 From 58fd3ce5bbac21dc1ce4b583f781eb804bb28eb2 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 8 Nov 2012 22:18:37 -0300 Subject: Add licensing information Conflicts: manifest.xml --- manifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.xml b/manifest.xml index 2420bdce6..85820c2a1 100644 --- a/manifest.xml +++ b/manifest.xml @@ -8,10 +8,10 @@ multimedia Elgg lightbox replacement for Fancybox. Colorbox is the default Elgg lightbox in 1.9. https://lorea.org/plugin/colorbox + Copyright 2012 Lorea Faeries <federation@lorea.org> https://gitorious.org/lorea/colorbox - https://lorea.org/support - 2012 Lorea Faeries <federation@lorea.org> - GNU Affero General Public License, version 3 or later + https://lorea.org/support + GNU Affero General Public License version 3, or later elgg_release 1.8 -- cgit v1.2.3 From 2c9ae443879a212d988a5034a07801060d283d59 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 8 Nov 2012 22:34:11 -0300 Subject: Finalize Copyright information Conflicts: languages/ca.php languages/en.php languages/es.php start.php views/default/css/lightbox.php views/default/js/embed/embed.php views/default/js/lightbox.php --- languages/ca.php | 11 +++++++++++ languages/en.php | 11 +++++++++++ languages/es.php | 11 +++++++++++ start.php | 6 +++++- views/default/css/lightbox.php | 14 +++++++------- views/default/js/embed/embed.php | 16 +++++++++------- views/default/js/lightbox.php | 15 ++++++++------- 7 files changed, 62 insertions(+), 22 deletions(-) diff --git a/languages/ca.php b/languages/ca.php index 214d327aa..10355fab1 100644 --- a/languages/ca.php +++ b/languages/ca.php @@ -7,12 +7,23 @@ * * Copyright 2011-2012 Lorea Faeries * +<<<<<<< HEAD * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but +======= + * This file is part of the Colorbox plugin for Elgg. + * + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Colorbox is distributed in the hope that it will be useful, but +>>>>>>> cb063a6... Finalize Copyright information * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/languages/en.php b/languages/en.php index 70bab4e05..8b18532a6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -7,12 +7,23 @@ * * Copyright 2011-2012 Lorea Faeries * +<<<<<<< HEAD * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but +======= + * This file is part of the Colorbox plugin for Elgg. + * + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Colorbox is distributed in the hope that it will be useful, but +>>>>>>> cb063a6... Finalize Copyright information * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/languages/es.php b/languages/es.php index e49d0db47..6855c93f2 100644 --- a/languages/es.php +++ b/languages/es.php @@ -7,12 +7,23 @@ * * Copyright 2011-2012 Lorea Faeries * +<<<<<<< HEAD * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but +======= + * This file is part of the Colorbox plugin for Elgg. + * + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Colorbox is distributed in the hope that it will be useful, but +>>>>>>> cb063a6... Finalize Copyright information * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/start.php b/start.php index b19b2efcf..ec1c065bc 100644 --- a/start.php +++ b/start.php @@ -1,6 +1,6 @@ . + * + * The Colorbox plugin for Elgg contains the Colorbox jQuery plugin, + * released under the MIT License, and Copyright 2011 Jack Moore. + * See vendors/colorbox/ */ elgg_register_event_handler('init', 'system', 'colorbox_init'); diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index e18c02bf8..d590c506a 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -2,19 +2,19 @@ /** * Colorbox -- Stylesheet * - * Used as a view because we need to pass a full URL to AlphaImageLoader. - * * @package Lorea * @subpackage Colorbox * * Copyright 2011-2012 Lorea Faeries * - * This program is free software: you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License - * as published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * This file is part of the Colorbox plugin for Elgg. + * + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, but + * Colorbox is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index 42165fa42..7856b4b58 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -1,6 +1,6 @@ * - * This program is free software: you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License - * as published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * This file is part of the Colorbox plugin for Elgg. * - * This program is distributed in the hope that it will be useful, but + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Colorbox is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. @@ -33,7 +35,7 @@ elgg.embed.init = function() { // caches the current textarea id $(".embed-control").live('click', function() { - var textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[0]; + var textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[0]; elgg.embed.textAreaId = textAreaId.substr("embed-control-".length); }); diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 732092e2b..3e0f8912b 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -1,6 +1,6 @@ * - * This program is free software: you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License - * as published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * This file is part of the Colorbox plugin for Elgg. * - * This program is distributed in the hope that it will be useful, but + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Colorbox is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. @@ -36,7 +38,6 @@ * * @todo add support for passing options: $('#myplugin-lightbox').elgg.ui.lightbox(options); */ - ?> /** -- cgit v1.2.3 From 36520e367d2d05b6e4c1f3d6703ea395c303d77b Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 30 Nov 2012 12:42:51 +0100 Subject: Revert "Finalize Copyright information" because merge is fucked. This reverts commit 2c9ae443879a212d988a5034a07801060d283d59. --- languages/ca.php | 11 ----------- languages/en.php | 11 ----------- languages/es.php | 11 ----------- start.php | 6 +----- views/default/css/lightbox.php | 14 +++++++------- views/default/js/embed/embed.php | 16 +++++++--------- views/default/js/lightbox.php | 15 +++++++-------- 7 files changed, 22 insertions(+), 62 deletions(-) diff --git a/languages/ca.php b/languages/ca.php index 10355fab1..214d327aa 100644 --- a/languages/ca.php +++ b/languages/ca.php @@ -7,23 +7,12 @@ * * Copyright 2011-2012 Lorea Faeries * -<<<<<<< HEAD * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but -======= - * This file is part of the Colorbox plugin for Elgg. - * - * Colorbox is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * Colorbox is distributed in the hope that it will be useful, but ->>>>>>> cb063a6... Finalize Copyright information * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/languages/en.php b/languages/en.php index 8b18532a6..70bab4e05 100644 --- a/languages/en.php +++ b/languages/en.php @@ -7,23 +7,12 @@ * * Copyright 2011-2012 Lorea Faeries * -<<<<<<< HEAD * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but -======= - * This file is part of the Colorbox plugin for Elgg. - * - * Colorbox is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * Colorbox is distributed in the hope that it will be useful, but ->>>>>>> cb063a6... Finalize Copyright information * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/languages/es.php b/languages/es.php index 6855c93f2..e49d0db47 100644 --- a/languages/es.php +++ b/languages/es.php @@ -7,23 +7,12 @@ * * Copyright 2011-2012 Lorea Faeries * -<<<<<<< HEAD * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but -======= - * This file is part of the Colorbox plugin for Elgg. - * - * Colorbox is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * Colorbox is distributed in the hope that it will be useful, but ->>>>>>> cb063a6... Finalize Copyright information * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/start.php b/start.php index ec1c065bc..b19b2efcf 100644 --- a/start.php +++ b/start.php @@ -1,6 +1,6 @@ . - * - * The Colorbox plugin for Elgg contains the Colorbox jQuery plugin, - * released under the MIT License, and Copyright 2011 Jack Moore. - * See vendors/colorbox/ */ elgg_register_event_handler('init', 'system', 'colorbox_init'); diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index d590c506a..e18c02bf8 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -2,19 +2,19 @@ /** * Colorbox -- Stylesheet * + * Used as a view because we need to pass a full URL to AlphaImageLoader. + * * @package Lorea * @subpackage Colorbox * * Copyright 2011-2012 Lorea Faeries * - * This file is part of the Colorbox plugin for Elgg. - * - * Colorbox is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * Colorbox is distributed in the hope that it will be useful, but + * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index 7856b4b58..42165fa42 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -1,6 +1,6 @@ * - * This file is part of the Colorbox plugin for Elgg. + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * Colorbox is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * Colorbox is distributed in the hope that it will be useful, but + * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. @@ -35,7 +33,7 @@ elgg.embed.init = function() { // caches the current textarea id $(".embed-control").live('click', function() { - var textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[0]; + var textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[0]; elgg.embed.textAreaId = textAreaId.substr("embed-control-".length); }); diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 3e0f8912b..732092e2b 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -1,6 +1,6 @@ * - * This file is part of the Colorbox plugin for Elgg. + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * Colorbox is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * Colorbox is distributed in the hope that it will be useful, but + * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. @@ -38,6 +36,7 @@ * * @todo add support for passing options: $('#myplugin-lightbox').elgg.ui.lightbox(options); */ + ?> /** -- cgit v1.2.3 From 5f2e17c76537a26b0a73ca6a79b38beb55253363 Mon Sep 17 00:00:00 2001 From: Matt Beckett Date: Fri, 30 Nov 2012 13:38:16 +0100 Subject: Fixes #4725 - no longer removes file upload form outside of embed lightbox, no longer hangs on throbber when the form returns an error. --- views/default/js/embed/embed.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index 42165fa42..394240fa4 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -24,6 +24,7 @@ * . */ ?> + elgg.provide('elgg.embed'); elgg.embed.init = function() { @@ -91,6 +92,8 @@ echo elgg_view('embed/custom_insert_js'); * @return bool */ elgg.embed.submit = function(event) { + $('.embed-wrapper .elgg-form-file-upload').hide(); + $('.embed-throbber').show(); $(this).ajaxSubmit({ dataType : 'json', @@ -106,6 +109,10 @@ elgg.embed.submit = function(event) { var url = elgg.normalize_url('embed/tab/' + forward); url = elgg.embed.addContainerGUID(url); $('.embed-wrapper').parent().load(url); + } else { + // incorrect response, presumably an error has been displayed + $('.embed-throbber').hide(); + $('.embed-wrapper .elgg-form-file-upload').show(); } } }, @@ -114,9 +121,6 @@ elgg.embed.submit = function(event) { } }); - $('.elgg-form-file-upload').hide(); - $('.embed-throbber').show(); - // this was bubbling up the DOM causing a submission event.preventDefault(); event.stopPropagation(); -- cgit v1.2.3 From e1f512cfdc67b46be1048dbb179b2abdef65920a Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 22 Aug 2013 17:33:47 -0400 Subject: Added @override keyword at some actions and views --- views/default/js/embed/embed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index 394240fa4..5267c53e0 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -6,6 +6,7 @@ * * @package Lorea * @subpackage Colorbox + * @override mod/embed/views/default/js/embed/embed.php * * Copyright 2011-2012 Lorea Faeries * -- cgit v1.2.3 From d72bc668b69f865988068c21aab7e781584f2ff7 Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 23 Aug 2013 04:56:15 +0200 Subject: Updated to Elgg 1.8.16. --- views/default/js/embed/embed.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index 394240fa4..301ff5a49 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -34,8 +34,7 @@ elgg.embed.init = function() { // caches the current textarea id $(".embed-control").live('click', function() { - var textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[0]; - elgg.embed.textAreaId = textAreaId.substr("embed-control-".length); + elgg.embed.textAreaId = /embed-control-(\S)+/.exec($(this).attr('class'))[1]; }); // special pagination helper for lightbox @@ -115,6 +114,18 @@ elgg.embed.submit = function(event) { $('.embed-wrapper .elgg-form-file-upload').show(); } } + + // ie 7 and 8 have a null response because of the use of an iFrame + // so just show the list after upload. + // http://jquery.malsup.com/form/#file-upload claims you can wrap JSON + // in a textarea, but a quick test didn't work, and that is fairly + // intrusive to the rest of the ajax system. + else if (response === undefined && $.browser.msie) { + var forward = $('input[name=embed_forward]').val(); + var url = elgg.normalize_url('embed/tab/' + forward); + url = elgg.embed.addContainerGUID(url); + $('.embed-wrapper').parent().load(url); + } }, error : function(xhr, status) { // @todo nothing for now -- cgit v1.2.3 From d4b9e8fe47a4ef97950cedd566923fb2d1ec1ca0 Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 8 Nov 2013 03:50:05 +0100 Subject: Bumped 1.8.0 version number. --- manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index 85820c2a1..ec5f22e90 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ Colorbox Lorea developers - 1.8 + 1.8.0 lorea enhancement multimedia -- cgit v1.2.3